/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (http://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

/*! Source: http://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;

        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('/fonts/glyphicons-halflings-regular.eot');
    src: url('/fonts/glyphicons-halflings-regular.eot#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-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,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 2px 0 0;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 34px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .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 {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
    visibility: hidden;
}

.collapse.in {
    display: block;
    visibility: visible;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn: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 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.nav > li.disabled > a {
    color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified > li {
    float: none;
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
    visibility: hidden;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-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: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #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: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #080808;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #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: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #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,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb > .active {
    color: #777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 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 > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron > hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 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;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;

        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.jq-checkbox {
    top: -1px;
    width: 13px;
    height: 13px;
    border: 1px solid #C3C3C3;
    border-radius: 3px;
    background: #F6F6F6 url(data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) repeat-x;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
    vertical-align: middle;
    cursor: pointer;
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 9px;
    height: 9px;
    margin: 2px 0 0 2px;
    border-radius: 2px;
    background: #666;
    box-shadow: inset 0 -3px 6px #AAA;
}

.jq-checkbox.focused {
    border: 1px solid #08C;
}

.jq-checkbox.disabled {
    opacity: 0.55;
    filter: alpha(opacity=55);
}


.jq-radio {
    width: 12px;
    height: 12px;
    border: 1px solid #C3C3C3;
    border-radius: 50%;
    background: #F6F6F6 url(data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) 0 -1px repeat-x;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
    vertical-align: middle;
    cursor: pointer;
}

.jq-radio.checked .jq-radio__div {
    width: 6px;
    height: 6px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #666;
}

.jq-radio.focused {
    border: 1px solid #08C;
}

.jq-radio.disabled {
    opacity: 0.55;
    filter: alpha(opacity=55);
}


.jq-file {
    width: 270px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.jq-file input {
    cursor: pointer;
    height: auto;
    line-height: 1em;
}

.jq-file__name {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    padding: 0 80px 0 10px;
    color: #333;
    font: 14px/30px Arial, sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1;
    background: #FFF;
}

.focused .jq-file__name {
    border: 1px solid #5794BF;
}

.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #CCC;
    border-radius: 0 4px 4px 0;
    background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #333;
    text-shadow: 1px 1px #FFF;
    font: 14px/30px Arial, sans-serif;
}

.jq-file:hover .jq-file__browse {
    background-color: #E6E6E6;
    background-position: 0 -10px;
}

.jq-file:active .jq-file__browse {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.disabled .jq-file__name {
    color: #888;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}


.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
}

.jq-selectbox__select {
    height: 30px;
    padding: 0 45px 0 10px;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #333;

    font: 14px/30px Arial, sans-serif;
}

.jq-selectbox__select:hover {

    background-position: 0 -10px;
}

.jq-selectbox__select:active {

    box-shadow: inset 1px 1px 3px #DDD;
}

.jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #e5e5e5;
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-selectbox__select-text {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jq-selectbox .placeholder {
    color: #888;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    border-left: 1px solid #CCC;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    opacity: 1;
    filter: alpha(opacity=100);
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.jq-selectbox__dropdown {
    top: 33px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 1px solid #CCC;
    background: #FFF;
    font: 14px/18px Arial, sans-serif;
}

.jq-selectbox__search {
    margin: 5px;
}

.jq-selectbox__search input {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    outline: none;
    border: 1px solid #CCC;

    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;

    color: #333;
    -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    white-space: nowrap;
    color: #231F20;
}

.jq-selectbox li.selected {
    background-color: #A3ABB1;
    color: #FFF;
}

.jq-selectbox li:hover {
    background-color: #08C;
    color: #FFF;
}

.jq-selectbox li.disabled {
    color: #AAA;
}

.jq-selectbox li.disabled:hover {
    background: none;
}

.jq-selectbox li.optgroup {
    font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}

.jq-selectbox li.option {
    padding-left: 25px;
}


.jq-select-multiple {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    background: #FFF;
    color: #333;
    font: 14px/18px Arial, sans-serif;
    cursor: default;
}

.jq-select-multiple.focused {
    border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0;
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
    background: #08C;
    color: #FFF;
}

.jq-select-multiple li.disabled {
    color: #AAA;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
    background: #CCC;
    color: #FFF;
}

.jq-select-multiple li.optgroup {
    font-weight: bold;
}

.jq-select-multiple li.option {
    padding-left: 25px;
}


input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
    padding: 7px 9px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #333;
    font: 14px Arial, sans-serif;
}

input[type="search"].styler {
    -webkit-appearance: none;
}

textarea.styler {
    overflow: auto;
}

input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
    border-color: #B3B3B3;
}

input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
    border-color: #CCC;
    border-top-color: #B3B3B3;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    outline: none;
}

button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
    overflow: visible;
    padding: 7px 11px;
    outline: none;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #333;
    text-shadow: 1px 1px #FFF;
    font: 14px Arial, sans-serif;
    cursor: pointer;
}

button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.styler:after {
    content: '';
}

button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="reset"].styler:hover {
    background-color: #E6E6E6;
    background-position: 0 -10px;
}

button.styler:not([disabled]):active,
input[type="button"].styler:not([disabled]):active,
input[type="submit"].styler:not([disabled]):active,
input[type="reset"].styler:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(/templates/mpwatch_2.1/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('/fonts/fontawesome-webfont.eot?v=4.1.0');
    src: url('/fonts/fontawesome-webfont.eot#iefix&v=4.1.0') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-square:before, .fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

/*! noUiSlider - 7.0.10 - 2014-12-27 14:50:47 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-stacking .noUi-handle {
    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
}

.noUi-base {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

.noUi-background {
    background: #FAFAFA;
    box-shadow: inset 0 1px 1px #f0f0f0
}

.noUi-connect {
    background: #3FB8AF;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
    -webkit-transition: background 450ms;
    transition: background 450ms
}

.noUi-origin {
    border-radius: 2px
}

.noUi-target {
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    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
}

.noUi-dragable {
    cursor: w-resize
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    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
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect, [disabled].noUi-connect {
    background: #B8B8B8
}

[disabled] .noUi-handle {
    cursor: not-allowed
}

.kladr-error {
    color: #cb3e27
}

#kladr_autocomplete ul {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 200px;
    max-height: 420px;
    color: #313131
}

#kladr_autocomplete li {
    display: list-item;
    list-style-type: none;
    margin: 0;
    padding: 8px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#kladr_autocomplete li + li {
    border-top: 1px solid #ededed
}

#kladr_autocomplete li:hover {
    background-color: #f2f2f2;
    cursor: pointer
}

#kladr_autocomplete li.active {
    background-color: #e9e9e9
}

#kladr_autocomplete a {
    text-decoration: none
}

#kladr_autocomplete strong {
    color: #038ebd
}

#kladr_autocomplete .spinner {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    background: url("/templates/mpwatch_2.1/css/images/spinner.png") center center no-repeat;
    z-index: 9999
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
    width: 100% !important;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background: red;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #dde;
    position: relative;
}

.jspDrag {
    background: #bbd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}

.f-contacts strong {
    color: #333333;
    display: block;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
}

.error {
    border-color: red !important;
    color: red;
}

.h-item .img-wrap img {
    max-width: 100% !important;
}

.payment p, .copyright p {
    vertical-align: middle;
    line-height: unset;
}

.t_c {
    text-align: center;
}

.i-info p a {
    color: #333333;
    /* font-size: 11px; */
    letter-spacing: 1px;
    margin-top: 15px;
    text-transform: uppercase;
    text-decoration: none;
}

.i-info .old-price, .i-box .old-price {
    color: #bbb;
    font-size: 16px;
    margin-right: 25px;
    text-align: right;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-info .item-stat.red {
    color: red;
}

.tbasket p a {
    color: #666;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

.thanks-box p span {
    color: #827764;
    font-size: 30px;
    font-weight: bold;
}

p#promocode-info {
    font-size: 17px;
    line-height: 15px;
    margin-top: -10px;
}

div.few-items.blog .n-item .i-img img {
    width: 100%;
}

div.block-btn-auth {
    text-align: right;
}

div.block-btn-auth a {
    display: inline-block;
    margin: 10px 0;
}

form#auth-form div.block-btn-auth a.btn-auth-last-child {
    margin-right: 53%;
}

form#auth-form div.block-btn-auth .blue-btn {
    margin-top: 0;
}

div.system_errors, div.auth_system_errors {
    color: red;
}

#order-form div.system_errors {
    color: #8a6d3b !important;
    background-color: #fcf8e3;
    border-color: #faebcc;
    padding: 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

form#form-user-settings div.system_errors {
    margin-left: 15px;
}

div.article a.title {
    text-decoration: none;
}

div.like_block {
    /*width: 150px;*/
    vertical-align: bottom;
}

div.like_item {
    float: left;
}

div.g_like_item.like_item {
    margin-top: -13px;
    margin-right: -23px;
}

div.twitter_like_item.like_item {
    margin-left: 10px;
}

ul.menu-right li.active a {
    text-decoration: underline;
}

div.input-line-search {
    width: 300px;
    float: left;
    padding-right: 10px;
}

span.out-balance {
    color: red;
}

.title-name-goods {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    margin-top: -10px;
}

.article a.read-more {
    font-weight: bold;
    text-decoration: underline !important;
}

.article a.title:hover {
    text-decoration: underline !important;
}

.catalog-objects-amount {
    display: none;
}

.list-view .n-item .i-img-edit {
    float: left;
    margin-right: 20px;
    width: 29%;
}

.i-img-edit img {
    display: inline-block;
    max-height: 100%;
    max-width: 100% !important;
    vertical-align: middle;
}

div.contacts-block div.hidden {
    display: none;
}

div.contacts-block div.not_hidden {
    display: block;
    margin-bottom: 10px;
}

div.has-tags span {
    display: block;
    width: 40px;
    float: left;
}

.fa-search span {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    margin-left: 5px;
    text-transform: uppercase;
}

.pagination li a {
    color: #000 !important;
}

.pagination li.active a {
    color: #fff !important;
    border-color: #000;
    background-color: #000 !important;
}

.slider .owl-item {
    text-align: center;
}

.gender-filter {
    line-height: 28px;
    margin-left: 20px;
}

.jq-selectbox li:hover {
    background: #000 !important
}

.card-goods-old-price {
    display: none;
}

.phone a {
    color: #000;
}

.ya-rate {
    margin-bottom: 10px;
}

/* кнопка поделиться соц-кнопоки*/
.share_more_selection {
    display: none;
}

.block-seo-text img {
    display: block !important;
}

.modal-dialog.ddelivery {
    width: 1000px;
}

#resultofchoise .delivery-price {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.delivery_alert {
    font-size: 16px;
}

.bottom_test {
    /*color: white!important;*/
    /*height: 100px;*/
}

.info-tbl ul {
    margin-bottom: 0;
}

div.promo-gift-tooltip .promocode-discount-price {
    color: red !important;
    margin-bottom: 0 !important;
    font-size: 15px;
    font-weight: bold;
}

span.error-text {
    display: none;
    color: red;
}

ul.online-pay {
    list-style-type: disc;
}


@media only screen and (min-width: 1000px) {

    ul.menu {
        position: relative;
    }

    ul.menu > li.custom-menu,
    ul.menu > li:last-child {
        position: static;
        box-sizing: border-box;
        border-bottom: 0px;
        margin-left: -8px;
        margin-right: 0px;
    }

    ul.menu > li > span {
        display: block;
        padding: 11px 11px 11px;
        position: relative;
        border: 1px solid #fff;
    }

    ul.menu > li.custom-menu:hover span,
    ul.menu > li:last-child:hover span {
        border-color: #363636;
    }

    ul.menu > li > span > b {
        background: #fff;
        position: absolute;
        bottom: -5px;
        height: 10px;
        width: 100%;
        left: 0px;
        z-index: 1000;
        display: none;
    }

    ul.menu > li.custom-menu .c-sub,
    ul.menu > li:last-child .c-sub {
        position: absolute;
        top: 48px;
        left: 0px;
        width: 100%;
        z-index: 900;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 10px;
        text-align: left;
    }

    ul.menu > li.custom-menu .c-sub li,
    ul.menu > li:last-child .c-sub li {
        display: block;
        margin-top: 0px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    ul.menu > li.custom-menu:hover > span > b,
    ul.menu > li:last-child:hover > span > b {
        display: block;
    }

    ul.menu > li.custom-menu:hover > span > a,
    ul.menu > li:last-child:hover > span > a {
        background: #363636;
        color: #fff;
    }

    .col {
        display: inline-block;
        vertical-align: top;
        width: 14%;
    }

    .alphabet {
        color: #000;
        font-weight: bold;
        line-height: 14px;
        padding: 0 12px;
    }

    ul.menu > li:last-child .c-sub li:hover a,
    ul.menu > li.custom-menu .c-sub li:hover a {
        background: none;
        color: #363636;
    }

    ul.menu > li:last-child .c-sub li:hover > a,
    ul.menu > li.custom-menu .c-sub li:hover > a {
        background: #363636;
        color: #fff;
    }

}


@media only screen and (max-width: 980px) {

    ul.menu > li:last-child:hover > span > a {
        background: none;
        color: #363636;
    }

}

.dpd-tariff-ajax input, .dpd-selfdelivery-ajax input {
    width: 12px !important;
    height: 12px !important;
    float: left;
    margin-right: 5px;
}

.dpd-tariff-ajax label, .dpd-selfdelivery-ajax label {
    margin-top: 3px;
}

.block-seo-text {
    clear: both;
}

.tbasket .count-services span, .tbasket .count-services input {
    background: #f6f6f6;
}

.count-services span {
    display: inline-block;
    font-size: 15px;
    color: #202020;
    width: 24px;
    height: 25px;
    line-height: 21px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.count-services {
    width: 82px;
    white-space: nowrap;
    text-align: center;
    font-size: 0;
    margin: auto;
}

.tbasket .count-services span, .tbasket .count-services input {
    background: #f6f6f6;
}

.count-services input {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    width: 36px;
    height: 25px;
    font-size: 14px;
}

* {
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

body {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: #363636;

    /* background: url(/images/nybg.jpg) no-repeat; */
    background-attachment: fixed;
    background-size: 100% auto;
}

body:before {
    display: block;
    content: 'url(/images/phanimate.gif)';
    position: absolute;
    top: -1000em;
}

table {
    border-collapse: collapse;
}

html {
    font-size: 100%;
}

.content a {
    color: #000;
    text-decoration: underline;
}

.content a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: normal;
    color: #363636;
    font-weight: bold;
    letter-spacing: 2px;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    text-transform: uppercase;
    font-weight: bold;
}

.h1 {
    font-size: 38px;
}

h2, .h2 {
    font-size: 16px;
    margin-top: 12px;
}

h3, .h3 {
    font-size: 24px;
    margin-top: 16px;
}

h4, .h4 {
    font-size: 20px;
    margin-top: 18px;
}

h5, .h5 {
    font-size: 17px;
    margin-top: 18px;
}

h6, .h6 {
    font-size: 16px;
    margin-top: 18px;
    margin-bottom: 20px;
}


p.normal {
    font-size: 14px;
    line-height: 17px;
}

ul {
    list-style: none;
    margin-left: 0;
}

/* .content a{
	color: #202020;
	text-decoration: underline;
}

.content a:hover{ text-decoration: none;} */

.clear {
    float: none;
    clear: both;
    height: 0;
}

.n-table {
    margin-top: 30px;
    width: 100%;
    margin-bottom: 30px;
}

.n-table:first-child {
    margin-top: 0;
}

.n-table td {
    font-size: 15px;
    color: #363636;
    padding: 9px 10px;
    text-align: center;
}

.n-table thead td {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    background: #363636;
}

.n-table td:first-child {
    text-align: left;
}

.n-table tbody td {
    background: #f1f1f1;
}

.n-table tbody tr:nth-child(odd) td {
    background: #dedede;
}

.n-list,
ol {
    font-size: 14px;
    color: #363636;
    line-height: 17px;
    padding-left: 20px;
}

.n-list {
    padding-left: 27px;
}

.n-list li + li,
ol li + li {
    margin-top: 8px;
}

.n-list li {
    position: relative;
}

.n-list li:before {
    content: '';
    display: block;
    position: absolute;
    left: -25px;
    top: 8px;

    width: 16px;
    height: 1px;
    background: #333333;
}

.width-box {
    width: 960px;
    margin: auto;
    position: relative;
}

.content {
    position: relative;
    *zoom: 1;
    /* z-index: 3; */
}

.content-wrap {
    padding-bottom: 100px;
    border-bottom: 1px solid #ebebeb;
}

.content-wrap:after {
    content: '';
    display: block;
    float: none;
    clear: both;
}

.awesome {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.like-first-child {
    margin-left: 0px !important;
}

.first-row-item {
    margin-top: 0px !important;
}

.container {
    width: 100%;
}

.page {
    background-color: #ffffff;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 50px;
}

/*=========================== header ================================*/

.header .row {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
}

.lheader {
    float: left;
    margin-right: 30px;
}

.login {
    margin-right: 8px;
    margin-top: 10px;
    font-size: 10px;
    color: #e2e2e2;
}

.login a,
.nav a {
    display: inline-block;
    color: #363636;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.login a {
    margin: 0 7px;
}

.nav li {
    display: inline-block;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background: none;
    text-decoration: underline;
}

.advantages {
    text-align: center;
    display: table;
}

@media (max-width: 999px) {
    .advantages {
        display: none;
    }

    .lheader .phone {
        /* display: inline-block; */
        margin: 14px 0 0 0px;
    }

    .logo {
        display: inline-block;
    }

}

.phone {
    background: url(/templates/mpwatch_2.1/img/phone.png) no-repeat left center;
    padding-left: 40px;
    min-height: 40px;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}

.phone b {
    font-weight: normal;
    font-size: 23px;
    line-height: 17px;
}

.phone div + div {
    margin-top: 3px;
}

.advantages li {
    display: table-cell;
    font-size: 12px;
    color: #4d565d;
    padding: 0 10px;
    line-height: 14px;
}

.advantages li span {
    display: block;
    height: 75px;
    line-height: 75px;
    margin-bottom: 14px;
}

.advantages li span img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.hbasket {
    float: right;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    height: 109px;
    line-height: 103px;
    margin-left: 30px;
}

@media (max-width: 1200px) {
    .hbasket {
        margin-left: 0px;
    }

    .lheader {
        margin-right: 0px;
    }
}

@media (max-width: 999px) {
    .lheader {
        position: relative;
        margin: 0;
        width: auto;
        display: inline-block;
        overflow: hidden;
    }

    .hbasket {
        font-size: 13px;
    }

    .phone b {
        font-size: 21px;
        line-height: 17px;
    }
}

.hbasket:before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 38px;
    background: url(/templates/mpwatch_2.1/img/basket.png) no-repeat;
    vertical-align: middle;
}

.hbasket a {
    display: inline-block;
    vertical-align: middle;
    color: #363636;
    /* line-height: 38px; */
    line-height: 20px;
    margin-top: 5px;
    text-transform: none;
}

.hbasket a .sum {
    color: #23527c;
}

.menu {
    display: block;
    text-align: center;
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    margin-top: 19px;
    /*height: 54px;*/
    line-height: 48px;
    margin-bottom: 15px;
}

/*@media(max-width: 999px){
	.menu{ display: none;}
}*/

.menu li {
    display: inline-block;
    margin: 0 6px;
    line-height: 21px;
    vertical-align: middle;
}

.menu li a {
    display: block;
    font-size: 15px;
    color: #363636;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 5px;
    line-height: 21px;

    -webkit-transition: background 0.25s ease-out 0s, color 0.25s ease-out 0s;
    -moz-transition: background 0.25s ease-out 0s, color 0.25s ease-out 0s;
    -o-transition: background 0.25s ease-out 0s, color 0.25s ease-out 0s;
    transition: background 0.25s ease-out 0s, color 0.25s ease-out 0s;
}

.menu li a:hover,
.menu li.active > a {
    color: #fff;
    background: #363636;
    text-decoration: none;
}

.header > .clear {
    border-top: 1px solid transparent;
}

.fa-search {
    color: #666666;
    position: relative;
    top: 40px;
    margin-right: 15px;
    text-decoration: none;
}

.fa-search:hover,
.fa-search:active,
.fa-search:focus {
    text-decoration: none;
    outline: none;
}

.search-over {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    display: none;
    z-index: 99;
}

/*========================= content ======================*/
.wcateg {
    margin: 30px 0;
}

.wcateg > div {
    text-align: center;
}

.wcateg .txt {
    display: block;
    position: absolute;
    padding: 0 30px;
    top: 50%;
    left: 0;
    right: 0;
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (max-width: 1100px) {
    .wcateg .col-lg-3 .grid-banner-inner .txt {
        padding: 0;
    }
}

.wcateg .txt:after {
    content: '';
    display: block;
    position: absolute;
    border-top: 3px solid #fff;
    bottom: -4px;
    margin: auto;
    left: 15%;
    right: 15%;
    max-width: 330px;
}

.ie9.wcateg .txt {
    left: 0;
    right: 0;
}

/* .ie9 .wcateg .txt{ left: auto!important; right: auto!important;} */

.ie9 .wcateg .txt:after {
    margin-right: -20px;
}

.wcateg .col-lg-3 .txt:after {
    max-width: 130px;
    bottom: -7px;
}

.wcateg .col-lg-3 .grid-banner-inner .txt:after {
    max-width: 105px;
    bottom: -7px;
}

@media (max-width: 999px) {
    .wcateg a {
        height: 115px;
        overflow: hidden;
        text-align: center;
        line-height: 115px;
        margin-top: 30px;
    }

    .wcateg div:first-child a {
        margin-top: 0;
    }

    .wcateg img {
        width: 100%;
        margin-top: -300px;
    }

    .wcateg .txt {
        font-size: 26px !important;
        line-height: 32px;
    }

    .wcateg .txt:after {
        max-width: 130px;
    }

}

.grid-banner {
    display: block;
    overflow: hidden;
    position: relative;
    height: 570px;
    text-decoration: none !important;
}

.grid-banner-inner {
    display: block;
    overflow: hidden;
    position: relative;
    max-height: 270px;
    text-decoration: none !important;
}

.grid-banner-inner + .grid-banner-inner {
    margin-top: 30px;
}

.wcateg .col-lg-3 .txt {
    font-size: 26px;
    line-height: 32px;
}

.wcateg .col-lg-3 .grid-banner-inner .txt {
    font-size: 22px;
    line-height: 32px;
}

@media (min-width: 999px) {
    .wcateg a img {
        -ms-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .wcateg a:hover img {
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.btitle {
    position: relative;
    margin-bottom: 20px;
    padding: 30px 0;
    text-align: center;
    font-size: 24px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #202020;
    letter-spacing: 2px;
}

.btitle:before,
.btitle:after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    left: 50%;
}

.btitle:before {
    bottom: -3px;
    width: 46px;
    height: 6px;
    margin-left: -23px;
}

.btitle:after {
    bottom: -10px;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    z-index: 1;
    border: 1px solid #4b4b4b;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.n-item {
    text-align: center;
    margin: 0 15px;
}

.i-img {
    position: relative;
    height: 328px;
    line-height: 325px;
    overflow: hidden;
    cursor: pointer;
}

.i-img img {
    display: inline-block;
    vertical-align: middle;
    /*max-width: 100%;*/
    max-width: 259px;
    height: auto;
    /* width: 100%; */
    /* max-height: 100%; */
}

.i-info {
    font-weight: bold;
    padding-bottom: 24px;
}

.i-info p {
    font-size: 11px;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 0;
}

.i-price {
    font-size: 15px;
    color: #04456f;
    text-transform: uppercase;
}

.i-box {
    text-align: center;
    border-top: 1px solid #ebebeb;
    padding: 15px 0;
}

.add-to-cart {
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
}

.add-to-cart:hover {
    text-decoration: none;
}

.add-to-fav:before {
    content: "\f08a";
}

.slider {
    float: none;
}

.slider:first-child {
    margin-top: 15px;
}

.owl-carousel {
    margin-bottom: 0;
}

.owl-prev,
.owl-next {
    z-index: 100;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    font-size: 0;
}

.owl-prev,
.owl-next,
.owl-pagination {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;

    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -webkit-transform: translateZ(5px);
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next,
.owl-carousel:hover .owl-pagination {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

@media (max-width: 999px) {
    .owl-prev,
    .owl-next,
    .owl-pagination {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }


    .slider .owl-item li img {
        max-width: 100%;
    }
}

.owl-prev {
    left: 20px;
    background: url(/templates/mpwatch_2.1/img/large_left.png) no-repeat 0 0;
}

.owl-next {
    right: 20px;
    background: url(/templates/mpwatch_2.1/img/large_right.png) no-repeat 0 0;
}

.owl-pagination {
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.owl-page:hover,
.owl-page.active {
    background-position: bottom left;
}

.owl-page {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    float: none;
    cursor: pointer;
    position: relative;
    background: url(/templates/mpwatch_2.1/img/bullet.png) no-repeat top left;
}

.i-box .pull-right {
    color: #202020;
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
}

.i-box .pull-right:hover {
    color: #337ab7;
    text-decoration: none;
}

.few-items {
    margin-bottom: 5px;
}

.few-items .owl-prev,
.few-items .owl-next {
    bottom: 154px;
    height: 328px;
    position: absolute;
    margin: 0;
    top: 0;
    width: 48px;

    padding: 3px 10px;
    font-size: 0px;
    color: transparent;
    filter: Alpha(Opacity=0);
    opacity: 0;
}

.few-items.owl-carousel:hover .owl-prev,
.few-items.owl-carousel:hover .owl-next {
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

@media (max-width: 999px) {
    .few-items .owl-prev,
    .few-items .owl-next {
        filter: Alpha(Opacity=50);
        opacity: 0.5;
    }
}

.few-items.owl-carousel .owl-prev:hover,
.few-items.owl-carousel .owl-next:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.few-items .owl-prev {
    background: #e5e5e5 url("/templates/mpwatch_2.1/img/left-arrow.png") no-repeat center center;
    left: 0px;
}

.few-items .owl-prev:hover {
    background: #202020 url("/templates/mpwatch_2.1/img/left-arrow-hover.png") no-repeat center center;
}

.few-items .owl-next {
    background: #e5e5e5 url("/templates/mpwatch_2.1/img/right-arrow.png") no-repeat center center;
    right: 0px;
}

.few-items .owl-next:hover {
    background: #202020 url("/templates/mpwatch_2.1/img/right-arrow-hover.png") no-repeat center center;
}

.i-img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);

    transition: opacity 0.2s ease-in-out 0s;
    -ms-transition: opacity 0.2s ease-in-out 0s;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    opacity: 0;
}

.i-img:hover:before {
    opacity: 1;
}

.quick-view {
    display: block;
    background: #fff;
    color: #333333;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 45px;
    letter-spacing: 1px;
    margin: auto;
    width: 225px;
    height: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-decoration: none;

    transition: opacity 0.2s ease-in-out 0s;
    -ms-transition: opacity 0.2s ease-in-out 0s;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    opacity: 0;
}

.i-img:hover .quick-view {
    opacity: 1;
    text-decoration: none;
    color: #333333;
}

.quick-view img {
    margin-right: 3px;
    width: auto;
}

.blog {
    margin-top: 40px;
}

.blog .i-info {
    padding-top: 24px;
}

.blog .i-info p {
    font-size: 18px;
    line-height: 25px;
    text-transform: none;
    margin-top: 0;
}

.i-date {
    font-size: 18px;
    color: #9c9c9c;
    font-weight: bold;
}

.blog a.n-item {
    text-decoration: none;
    display: inline-block;
}

.blog .i-img {
    height: 247px;
    line-height: 247px;
}

@media (min-width: 999px) {
    .blog .i-img img {
        -ms-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .blog .i-img:hover img {
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.blog.few-items .owl-prev,
.blog.few-items .owl-next {
    height: 247px;
}

.h-arrows.few-items .owl-prev,
.h-arrows.few-items .owl-next {
    height: 100%;
}

.h-arrows.few-items .owl-prev {
    left: 15px;
}

.h-arrows.few-items .owl-next {
    right: 15px;
}

.brands-slider {
    text-align: center;
    margin-top: 23px;
}

.footer {
    padding: 30px 15px 0;
}

.f-title {
    font-size: 15px;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 29px;
    position: relative;
    margin-top: 10px;
}

.f-title:before {
    content: "";
    border: 1px solid #838788;
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: -30px;
    top: 3px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.f-box {
    display: inline-block;
    margin-left: 55px;
    float: none;
}

@media (max-width: 999px) {
    .f-box {
        /* margin-left: 20px; */
        margin-bottom: 20px;
        width: 38%;
    }

    .f-title {
        margin-bottom: 10px;
    }

    .footer .f-contacts p {
        margin-top: 10px;
    }

    .footer .f-news + .f-news {
        margin-top: 10px;
    }

    .footer .gray-list li {
        margin-top: 0px;
    }

}

@media (max-width: 700px) {
    .footer .f-contacts p {
        display: inline-block;
        margin-right: 3%;
        width: 40%;
    }

    .f-box {
        margin-left: 45px;
    }
}

.f-box:first-child {
    margin-left: 0;
}

@media (max-width: 1200px) {
    .f-hide {
        display: none;
    }
}

.gray-list li {
    margin-top: 12px;
}

.gray-list a {
    display: inline-block;
    font-size: 10px;
    color: #a8a8a8;
    text-transform: uppercase;
}

.f-news {
    max-width: 230px;
    display: block;
}

@media (max-width: 700px) {
    .f-news {
        max-width: 90%;
    }
}

.f-news:hover {
    text-decoration: none;
}

.f-news:hover p {
    color: #337ab7;
}

.f-news + .f-news {
    margin-top: 24px;
}

.f-news .date {
    font-size: 11px;
    color: #aab1b6
}

.f-news p {
    font-size: 14px;
    color: #333333;
    line-height: 17px;
    margin-bottom: 0;
}

.f-contacts {
    font-size: 11px;
    color: #333333;
}

.f-contacts p {
    margin: 22px 0 0;
}

.f-contacts b {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    color: #333333;
    line-height: 10px;
}

.f-contacts a,
.f-contacts span {
    color: #a8a8a8;
}

.f-wrap {
    background: #000;
    margin-top: 45px;
    height: 75px;
    line-height: 75px;
    padding: 0 15px;
    font-size: 11px;
    color: #979797;
}

@media (max-width: 999px) {
    .f-wrap {
        height: auto;
    }

    .copyright {
        line-height: 16px;
        /* padding-bottom: 35px; */
        font-size: 11px;
        width: 100%;
        padding-bottom: 0;
        vertical-align: middle;
        display: inline-block;
    }

    .breadcrumbs {
        margin-top: 20px;
    }
}

.payment {
    display: inline-block;
    margin-right: 30px;
}

@media (max-width: 700px) {
    /*.payment{ line-height: 20px;}*/
}

.payment img {
    margin-left: 10px;
}

.breadcrumbs {
    background: url(/templates/mpwatch_2.1/img/breadcrumbs.png) no-repeat center top;
    background-size: cover;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 42px 0 45px;
    margin-bottom: 20px;
    color: #ded7c7;
}

.breadcrumbs a {
    display: inline-block;
    color: #fff;
    margin: 0 2px 0 2px;
    text-decoration: none;
}

.breadcrumbs a.active {
    color: #ded7c7;
}

.breadcrumbs h1,
.breadcrumbs .h1 {
    font-size: 38px;
    color: #fff;
    margin: 22px 0 0;
    letter-spacing: 4px;
}

.sorter {
    margin-bottom: 55px;
}

@media (max-width: 999px) {
    .sorter .limiter,
    .sorter .list-box,
    .sorter .direction {
        margin-bottom: 10px;
    }

}

.sorter:after {
    content: '';
    display: block;
    float: none;
    clear: both;
}

.sorter .view-mode a,
.sorter .view-mode strong {
    display: block;
    float: left;
    height: 21px;
    margin: 0;
    overflow: hidden;
    font-size: 0;
    color: transparent;
    width: 21px;
}

.sorter .view-mode .grid,
.sorter .view-mode .list {
    border: 1px solid #202020;
    height: 29px;
    width: 28px;
}

.sorter .view-mode .grid {
    background: url("/templates/mpwatch_2.1/img/grid-icon.png") no-repeat scroll 32% 93% #FBFAF9;
    margin-right: 6px;
}

.sorter .view-mode .list {
    background: url("/templates/mpwatch_2.1/img/list-icon.png") no-repeat scroll 35% 92% #FBFAF9;
}

.sorter .view-mode strong.grid,
.sorter .view-mode strong.list {
    background-color: #453f3c !important;
    background-position: 0 0 !important;
}

.sorter .direction {
    background-color: #FBFAF9;
    border: 1px solid #202020;
    float: right;
    font-size: 12px;
    line-height: 28px;
    padding: 0 12px;
    color: #666666;
    padding: 0;
}

.sorter .direction a {
    color: #666666;
    display: inline-block;
    padding: 0 12px;
}

.sorter .direction a:hover {
    color: #337ab7;
}

.sorter .direction i {
    line-height: 28px;
}

.list-box {
    float: right;
    margin-left: 10px;
    position: relative;
}

.list-box .current {
    background-color: #FBFAF9;
    border: 1px solid #202020;
    cursor: pointer;
    /* display: block; */
    display: inline-block;
    line-height: 28px;
}

.sorter .sort-by .current {
    width: 130px;
}

.sorter .limiter .current {
    width: 55px;
}

.list-box .current span {
    display: inline-block;
    padding-left: 10px;
}

.list-box .current span i {
    display: inline-block;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 5px;
}

.list-box > ul {
    background-color: #ffffff;
    border: 1px solid #202020;
    display: none;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 29px;
    width: 100%;
    z-index: 1000;
    padding: 0;
}

.limiter.list-box ul {
    width: 55px;
}

.list-box ul li {
    line-height: 25px;
}

.list-box ul li a {
    display: block;
    padding: 3px 10px;
    color: #818181;
    text-decoration: none;
}

.list-box ul li a:hover,
.list-box ul li a.active {
    color: #04456f;
    text-decoration: none;
}

.sorter .limiter {
    line-height: 28px;
    margin-left: 20px;
}

@media (max-width: 1100px) {
    .sorter .limiter {
        margin-left: 17px;
    }

    .limiter .title-list-box {
        font-size: 0;
    }
}

@media (max-width: 999px) {
    .sorter .limiter {
        margin-left: 5px;
    }
}

.sorter .limiter .list-box {
    margin-left: 7px;
    float: none;
    display: inline-block;
}

.sidebar-box li {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 12px;
    padding-top: 12px;
    color: #363636;
    background: #fff;
    letter-spacing: 2px;
}

.sidebar-box li + li {
    border-top: 1px solid #e9e9e9;
}

.sidebar-box a {
    color: #363636;
    text-decoration: none;
}

.sidebar-box a:hover {
    text-decoration: none;
    color: #04456f;
}

.catalog .n-item {
    margin: 0;
}

/* .catalog .n-item:nth-child(n+4){ margin-top: 20px;} */

.page-nav {
    border-top: 1px solid #ebebeb;
    position: relative;
    float: none;
    clear: both;
    padding: 17px 15px 17px 0;
}

.catalog + .page-nav {
    margin: 0 15px;
}

.page-nav:after {
    content: '';
    display: block;
    float: none;
    clear: both;
}

.page-nav a {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

@media (max-width: 999px) {
    .page-nav a {
        font-size: 10px;
    }
}

.page-nav a:hover {
    text-decoration: none;
    color: #23527c;
}

.prev-wrap .owl-carousel .owl-item {
    text-align: center;
}

.border-box {
    position: relative;
    border: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.form-title {
    display: inline-block;
    font-size: 16px;
    color: #202020;
    position: relative;
    margin-top: -10px;
    padding: 0 7px;
    background: #fff;
    left: 15px;
}

.input-line {
    margin-bottom: 20px;
}

.input-line input {
    display: block;
    border: 1px solid #e5e5e5;
    height: 31px;
    font-size: inherit !important;
    min-height: auto !important;
    padding: 0 10px;
    width: 100%;
}

.input-line label {
    font-size: 11px;
    color: #202020;
    margin-bottom: 10px;
    font-weight: normal;
}

.input-line.important label:after {
    content: '*';
    display: inline-block;
    font-size: 11px;
    color: #eb5375;
    margin-left: 2px;
}

.user-info {
    padding-right: 0px;
}

@media (max-width: 700px) {
    .user-info {
        padding-left: 0px;
        margin-top: 35px;
    }

    .reg-txt,
    .user-info .gray-btn {
        font-size: 13px;
    }

}

.user-info .border-box {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 35px;
}

.reg-txt {
    font-size: 14px;
    color: #202020;
}

.gray-btn + .reg-txt {
    margin-top: -3px;
}

.gray-btn,
a.gray-btn,
.payment-box input[type="submit"],
.payment-box button {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    background: #333;
    padding: 0px 12px;
    line-height: 32px;
    border-radius: 4px;
    text-decoration: none;

    -webkit-transition: background 0.25s ease-out 0s, color 0.25s ease-out 0s;
    -moz-transition: background 0.25s ease-out 0s, color 0.25s ease-out 0s;
    -o-transition: background 0.25s ease-out 0s, color 0.25s ease-out 0s;
    transition: background 0.25s ease-out 0s, color 0.25s ease-out 0s;
}

.gray-btn:hover,
.gray-btn:focus,
.payment-box input[type="submit"]:hover,
.payment-box button:hover {
    text-decoration: none;
    background: #23527c;
    color: #fff;
}


/*======================== 26/01/15 ==========================*/

.header {
    position: relative;
}

.search-box {
    position: relative;
    /*position: absolute;
    right: 0;
    top: 117px;
    z-index: 100;*/

}

.search-box .s-hidden {
    display: none;
    position: absolute;
    top: 65px;
    right: 15px;
    border: 1px solid #f0f0f0;
    background: #fff;
    z-index: 100;
}

.search-box .s-hidden:before {
    content: "";
    display: block;
    border-bottom: 8px solid #f0f0f0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: none;
    margin-top: -8px;
    position: absolute;
    right: 12px;
}

.search-box .s-hidden input {
    margin: 10px;
    width: 230px;
    height: 36px;
    background: transparent;
    border: 0;
    font-size: 14px;
    padding: 0 10px;
    border: 1px solid #f0f0f0;
}

.search-box .s-hidden input:focus {
    background: #f0f0f0;
    outline: 0;
}

.gray-btn {
    text-transform: uppercase;
}

.tab-pane .form-title {
    /* margin-top: 0; */
    /* padding-left: 0; */
    margin-bottom: 13px;
}

.tab-nav {
    padding: 16px 15px 0;
    padding: 16px 15px;
    background: #fafafa;
}

.tab-nav a {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    color: #363636;
    text-decoration: none;
}

@media (max-width: 999px) {
    .tab-nav a {
        font-size: 13px;
    }
}

.tab-nav a + a {
    margin-left: 18px;
}

.tab-nav a.active {
    color: #04456f;
    text-decoration: none;
    cursor: default;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

@media (max-width: 999px) {
    .tab-pane .col-sm-6 {
        margin-bottom: 30px;
    }

    .tab-pane .form-title {
        left: 0;
    }
}

#tab1 {
    padding-top: 16px;
}

#tab2 {
    padding-top: 6px;
}

.accord-title {
    font-size: 14px;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
}

.accord-title:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(/templates/mpwatch_2.1/img/arrows.png) no-repeat;
    background-position: 0 -20px;
}

.opened .accord-title:before {
    background-position: 0 0px;
}

.accord-title .number {
    font-weight: bold;
    color: #363636;
}

.accord-title p {
    display: inline-block;
    color: #979696;
    margin-left: 17px;
    margin-bottom: 0;
}

.accord-title p b {
    color: #4e5960;
}

.accord-title .status {
    float: right;
    color: #979696;
}

.accord-title .status.green {
    color: #577b55;
}

.accord-title .status.red {
    color: #7b5555;
}

.accord-box + .accord-box {
    border-top: 1px solid #f0f0f0;
}

.h-item .pull-right {
    font-size: 14px;
    color: #363636;
    font-weight: bold;
}

.h-item .pull-right span {
    color: #04456f;
}

.info-wrap {
    display: inline-block;
    margin-left: 30px;
    text-decoration: none;
}

.info-wrap:hover {
    text-decoration: none;
}

.h-item .img-wrap {
    display: inline-block;
    width: 60px;
}

.h-item .img-wrap img {
    max-width: 100%;
}

.img-wrap + .h-txt {
    margin-left: 20px;
}

.h-txt {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    color: #666;
}

.h-txt b {
    display: block;
    font-size: 14px;
    color: #04456f;
}

.h-txt span {
    display: block;
    letter-spacing: 1px;
}

.h-item {
    padding-bottom: 20px;
}

.h-box {
    display: none;
}

.error-page {
    text-align: center;
    padding: 100px 0;
}

.error-page form {
    width: 378px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.error-page form .input-line {
    margin-bottom: 30px;
}

@media (max-width: 999px) {
    .error-page img {
        max-width: 100%;
    }
}

.error-page p {
    font-size: 38px;
    font-weight: bold;
    color: #363636;
    text-transform: uppercase;
    margin: 78px 0 17px;
}

.error-page small {
    font-size: 20px;
    color: #363636;
}

.thanks-box {
    font-size: 24px;
    color: #202020;
    text-align: center;
    padding: 50px 0;
}

.thanks-box img {
    display: inline-block;
}

.thanks-box p {
    display: inline-block;
    text-align: left;
    margin-left: 15px;
}

.thanks-box p a {
    font-size: 30px;
    font-weight: bold;
    color: #827764;
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
}

.thanks-box p span {
    line-height: 32px;
}

.ff .thanks-box p span {
    line-height: 30px;
}

@media (max-width: 700px) {
    .thanks-box {
        font-size: 20px;
    }

    .thanks-box p {
        text-align: center;
    }

    .thanks-box img {
        margin-bottom: 20px;
    }

}

.icon-list li {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    line-height: 17px;
    margin-bottom: 10px;
}

.icon-list li:before {
    content: '';
    display: block;
    width: 10px;
    height: 12px;
    background: url(/templates/mpwatch_2.1/img/icon-list.png) no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
}

.icon-list li a {
    color: #363636;
    text-decoration: none;
}

.tag-box {
    padding: 15px 0;
    margin-top: 50px;
    background: url(/templates/mpwatch_2.1/img/tag-box.png) no-repeat center center;
    display: table-cell;
    height: 150px;
    vertical-align: middle;
}

@media (max-width: 700px) {
    .tag-box {
        display: none;
    }
}

.tag-box:first-child {
    margin-top: 0;
}

.tag-box a {
    display: inline-block;
    vertical-align: bottom;
    color: #363636;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 8px;
}

.icon-list {
    margin-bottom: 50px;
}

.tag-1 {
    font-size: 12px;
}

.tag-2 {
    font-size: 17px;
}

.tag-3 {
    font-size: 21px;
    line-height: 27px;
}

.tag-4 {
    font-size: 26px;
    line-height: 29px;
}

.article {
    position: relative;
    padding-bottom: 28px;
    border-bottom: 1px solid #d2d2d2;
}

@media (max-width: 999px) {
    .article {
        padding-top: 25px;
    }

    .article:first-child {
        padding-top: 0px;
    }
}

.article img {
    max-width: 100%;
}

@media (max-width: 769px) {
    .article img {
        width: 100% !important;
        height: 100% !important;
    }
}

.article:after {
    content: '';
    display: block;
    width: 45px;
    height: 28px;
    background: url(/templates/mpwatch_2.1/img/separator.png) no-repeat;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -22px;
}

.page-nav {
    text-align: center;
}

.article h3,
.article .h3 {
    font-size: 18px;
    color: #363636;
    font-weight: normal;
    margin-top: 0;
}

.article .date {
    font-size: 14px;
    color: #9c9c9c;
    margin-bottom: 12px;
}

.has-tags {
    font-size: 14px;
    color: #363636;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 10px;
}

.has-tags a {
    display: inline-block;
    color: #363636;
    line-height: 20px;
}

.article p {
    line-height: 17px;
}

.read-more {
    font-size: 14px;
    color: #6a5a44;
}

.read-more:hover {
    color: #6a5a44;
}

.article + .page-nav {
    border-top: none;
    padding-left: 15px;
    padding-right: 0;
}

.comments-link {
    font-size: 16px;
    color: #232323;
    display: inline-block;
    border-bottom: 3px solid #247bcd;
}

.comments-link:hover {
    text-decoration: none;
}

.center-nav {
    position: relative;
}

.page-nav .center-nav:nth-child(2) {
    margin-right: -90px;
}

.page-nav .center-nav:last-child {
    margin-right: 120px;
}

.page-nav .center-nav:nth-child(3) {
    margin-right: 33px;
}

.page-nav .pull-right + .center-nav:nth-child(2) {
    margin-right: -90px;
}


.center-nav:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 7px;
    background: url(/templates/mpwatch_2.1/img/center-icon.png) no-repeat;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 2px;
}

.tbasket {
    width: 100%;
    margin-top: 5px;
    text-align: center;
}

.tbasket td {
    padding: 15px 0 20px;
    width: 24%;
}

.tbasket td:first-child {
    text-align: left;
}

.tbasket thead td {
    font-size: 14px;
    color: #202020;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 0;
}

@media (max-width: 999px) {
    .tbasket thead td {
        font-size: 12px;
    }
}

.tbasket thead td:last-child {
    width: 70px;
}

.tbasket tbody td {
    border-top: 1px solid #ebebeb;
}

.tbasket .basket-img {
    display: inline-block;
    width: 70px;
    float: left;
    margin-right: 20px;
}

.tbasket .basket-img img {
    max-width: 100%;
}

.tbasket p {
    font-size: 11px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tbasket .price {
    font-size: 14px;
    color: #04456f;
    text-transform: uppercase;
    font-weight: bold;
}

.count {
    width: 82px;
    white-space: nowrap;
    text-align: center;
    font-size: 0;
    margin: auto;
}

@media (max-width: 999px) {
    .tbasket .count {
        margin: 0 10px;
    }

    .tbasket .price {
        font-size: 12px;
    }
}

.count span {
    display: inline-block;
    font-size: 15px;
    color: #202020;
    width: 24px;
    height: 25px;
    line-height: 21px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.count input {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    width: 36px;
    height: 25px;
    font-size: 14px;
}

.count input:focus {
    outline: 0;
}

.basket-links {
    border: 1px solid #ebebeb;
    padding: 0 25px 0 10px;
    font-size: 12px;
    line-height: 40px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.basket-links a {
    display: inline-block;
    text-decoration: underline;
    color: #04456f;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.basket-links a:hover {
    text-decoration: none;
}

@media (max-width: 700px) {
    .basket-links a {
        font-size: 10px
    }
}

.basket-links a.clear-basket {
    color: #444;
    text-decoration: none;
}

.basket-links a.clear-basket img {
    margin-left: 5px;
    margin-top: -3px;
}

.basket-links a.clear-basket span {
    text-decoration: underline;
}

.basket-links a.clear-basket:hover span {
    text-decoration: none;
}

.basket-box {
    padding-right: 0;
    float: right;
    padding-left: 20px;
    margin-bottom: 25px;
}

.basket-box .border-box {
    padding-bottom: 0;
    padding: 0 15px;
    line-height: 120px;
}

.tprice {
    font-size: 19px;
    color: #202020;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 22px;
}

.tprice .pull-right {
    color: #04456f;
    margin-left: 10px;
}

.promo .border-box {
    line-height: 20px;
    min-height: 121px;
    padding-top: 20px;
}

.promo div {
    font-size: 11px;
    font-weight: bold;
    color: #333;
    line-height: 20px;
    margin-bottom: 10px;
}

.promo input {
    width: 250px;
    display: inline-block;
    margin-right: 15px;
    border-color: #959595;
    font-size: 14px;
    font-weight: normal;
}

.promo a {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    color: #04456f;
    letter-spacing: 1px;
    width: auto;
    font-weight: bold;
    vertical-align: top;
    line-height: 30px;
}

.basket-form {
    padding-bottom: 40px;
    /* margin-bottom: 65px; */
}

.basket-form .form-title {
    position: absolute;
    top: 0px;
}

.basket-form .col-md-6 {
    padding-top: 30px;
}

.basket-form .col-md-6:last-child {
    padding-right: 0;
    padding-left: 29px;
}

.basket-form .form-title + .col-md-6 {
    padding-left: 0;
    padding-right: 29px;
}

.basket-form .blue-btn {
    margin-top: 25px;
}

.input-line textarea {
    resize: none;
    display: block;
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
    width: 100%;
}

.blue-btn,
a.blue-btn {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    background: #04456f;
    padding: 0px 12px;
    line-height: 32px;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
}

.blue-btn:hover,
.blue-btn:focus {
    color: #fff;
    text-decoration: none;
}

.product-img {
    display: block;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.product-img img {
    max-width: 100%;
}

.product-image .fa {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 100;
    color: #666;
    font-size: 18px;
}

.product-image .owl-prev,
.product-image .owl-next {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent;
    width: 15px;
}

.product-image .owl-prev {
    left: -25px;
}

.product-image .owl-next {
    right: -27px;
}

.product-image .owl-prev:before {
    content: "\f104";
}

.product-image .owl-next:before {
    content: "\f105";
}

.product-image .owl-prev:before,
.product-image .owl-next:before {
    color: #202020;
    font-size: 35px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.product-image .owl-prev:hover:before,
.product-image .owl-next:hover:before {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.prev-wrap {
    margin: 0 40px;
}

.prev-wrap li img {
    max-width: 100px;
    height: auto;
}

.product-soc {
    line-height: 110px;
}

.item-stat {
    font-size: 13px;
    margin: 20px 0 12px;
}

.item-stat.green {
    color: #4cc12a;
}

.item-stat.red {
    color: #e70808;
}

.item-stat img {
    margin-left: 5px;
    margin-top: -3px;
}

@media (max-width: 1080px) {
    .product-info .faq-btn.pull-right {
        float: none !important;
        margin-right: 10px;
        margin-bottom: 20px;
    }
}

.product-info .faq-btn {
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 6px;
    padding-left: 70px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: 13px center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAmCAYAAABZNrIjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY2NjE2MjVEMjkzRDExRTVBQjJFOEFGOUI2MDhGMjZFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY2NjE2MjVFMjkzRDExRTVBQjJFOEFGOUI2MDhGMjZFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjY2MTYyNUIyOTNEMTFFNUFCMkU4QUY5QjYwOEYyNkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjY2MTYyNUMyOTNEMTFFNUFCMkU4QUY5QjYwOEYyNkUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4bbAdlAAADGElEQVR42syYTWgTQRTHZzdfpLb2w6Rq0RSqVXOoVkEEBdOL7b2FNjcRPZRiQK8iioInQW0NigfPimAPXqRFD7XiByKoheJXPQRR2pKmbWxD06br/8W3soQl7m52Fx/8SJjMzP7zdubNeyMpiiKs2M2xb0a6tYEeEAN7QAO3z4GPYAw8BBPlJvEKZ+wIuMLi9GwL0wEusthz4IVeZ9lmcQEwBMbLCNQz6vucxwacFFkLRkACSBbGSzx2hOeyXaQfDJv0XjmvDvOcf9Rb3Tglm+g6Ps7YvHRugLNmRPpAFzgGDoIWUEc/rCvK0kx2pWE6uyJSmZxIzeWozQ6R6+AweP0vkXXsoQEQNjJzbrUgJn4sinffF8TK2nqlQp+QY8qJjLPLN1uZfTlfEONTafF55lelQqN6G8cDboF7VgWSVfk9oivaKDpaQ0KSKhLZ49UR+AB027X625o2FgU/npwWFpdqTNbZUd0271KxI7RBHN0ZsuV194HTDh2TYi882hqutjI0JGt28ZBw2GKtm0TAa/r8+DuCwkyj0yKDPo9o31ZrdlhG5uNnQLhktJE85rb7VxLZaTRQ2+XN7Q1BM0NeqiJdteb6KjPdH5HIA26LDNf4jXb9BJ6RyF1ui6wL+ox2vQQUuTTBdMP8xsLQU3DfifLBTrtAXlRFLrj99LyxFC6uLR++uC1yPrdqpNsJNbEmkW/dFjmbzZc2LYJBkNK00UF/ShU56rbIVGa5+Na53qYKsZmPZrpAOA/UTDmhnt0kMu2WQNQ/8+mlfDu+1vDlQJJWgFp98KUChcU7oIlSR5n/UdItkbIkDR4/FHmfiLXky3T7CfrBPm0+ScnujBvLkZ9l1CaLAZ0KMaZPcd7imucZprThlYMCk1YEEtqSNgKmHLppo2uTXlCwtI413xMOCbxdicCisUurQUbnFa1V8Hqnra7BUlRP9qtHkCYEnOS657LJOJrmMbvVLKZSozXp5bUY4Uh/DVzVRH3thVWn5sKqXi2UAN1Nv+GDYZRjr30Gkb2gAO6CrXa8HrshL0bBfvDhf00sfwswAEJ76MWsz62pAAAAAElFTkSuQmCC');
}

.product-info .faq-btn span {
    display: block;
    text-align: left;
}

.product-info .faq-btn span:nth-child(1) {
    font-size: 22px;
}

.product-info .faq-btn span:nth-child(2) {
    font-size: 10px;
    letter-spacing: 1px;
}

.product-info p {
    font-size: 15px;
    color: #363636;
    line-height: 24px;
}

.product-info table {
    font-size: 15px;
    color: #363636;
    width: 100%;
    margin: 20px 0 10px;
}

.product-info tr:nth-child(even) td {
    background: #f5f5f5;
}

.product-info td:first-child {
    font-weight: bold;
    width: 50%;
}

.product-info td {
    padding: 4px 10px;
    background: #fafafa;
}

.product-info .i-box {
    border-top: none;
}

.product-info .count {
    margin-left: 0;
    width: 120px;
    display: inline-block;
}

.product-info .count span,
.product-info .count input {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    background: #f6f6f6;
}

.product-info .count span {
    width: 35px;
}

.product-info .count input {
    width: 47px;
}

.product-info a.fa.pull-right {
    line-height: 50px;
}

.product-info .price {
    float: left;
}

.product-info .price span {
    font-size: 36px;
    color: #04456f;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 36px;
}

.product-info .price .old-price {
    text-align: right;
    font-size: 16px;
    color: #bbb;
    text-decoration: line-through;
    margin-right: 25px;
}

.product-btns a {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    padding: 0 17px;
    min-width: 120px;
    margin-left: 25px;
    margin-left: 20px;
    margin-left: 17px;
}

.product-btns a img {
    margin-top: -5px;
    margin-right: 5px;
}

@media (max-width: 1200px) {
    .product-btns a {
        font-size: 14px;
        min-width: 0;
        padding: 0 15px;
        margin-left: 10px;
    }
}

@media (max-width: 1100px) {
    .product-btns a {
        margin-left: 5px;
    }
}

.product-btns {
    margin-top: 5px;
}

.watched {
    margin-top: 40px;
}

/* .product-info p{ font-size: 11px;} */

.watched .n-item {
    margin: 0;
}

.vk-box {
    margin-top: 30px;
}

.list-view .n-item {
    padding-bottom: 2px;
}

.list-view .n-item + .n-item {
    padding-top: 24px;
    border-top: 1px solid #ebebeb;
}

.list-view .n-item .i-img {
    float: left;
    margin-right: 20px;
    width: 240px;
    width: 29%;
}

.list-view .i-info {
    text-align: left;
    padding-bottom: 14px;
}

.list-view .i-info p,
.list-view .i-info h3,
.list-view .i-info .h3,
.list-view .i-info p a,
.list-view .i-info h3 a,
.list-view .i-info .h3 a {
    font-size: 20px;
    color: #666;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0;
    letter-spacing: 1px;
}

@media (max-width: 700px) {
    .list-view .n-item .i-img {
        float: none;
        width: 100%;
    }
}

.catalog-txt {
    font-size: 13px;
    text-align: left;
}

.catalog-txt p {
    font-size: 13px;
    line-height: 15px;
}

.catalog-txt table {
    width: 100%;
    margin-top: 20px;
}

.catalog-txt table:first-child {
    margin-top: 0;
}

.catalog-txt table td {
    font-size: 15px;
    color: #363636;
    width: 50%;
    padding: 10px;
    background: #fafafa;
}

.catalog-txt table td:first-child {
    font-weight: bold;
}

.catalog-txt table tr:nth-child(even) td {
    background: #f5f5f5;
}

.list-txt .i-box {
    border-top: none;
    text-align: left;
}

.list-txt .i-box .i-price {
    font-size: 20px;
    color: #04456f;
    font-weight: bold;
}

.list-txt {
    overflow: hidden;
}

.list-txt .i-box .pull-right {
    margin-left: 15px;
}

.list-txt .i-box .pull-right.add-to-cart {
    margin-top: -2px;
    margin-right: 10px;
}

@media (max-width: 700px) {
    .list-txt .i-box .pull-right.add-to-cart {
        font-size: 13px;
        margin-top: 0;
    }

    .list-txt .i-box .i-price {
        /* font-size: 14px; */
        line-height: 19px;
    }
}

.sort-box {
    position: relative;
    border-top: 1px solid #e8e8e8;
    margin-bottom: 25px;
}

.sort-box .t-sort {
    font-size: 18px;
    color: #363636;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 17px;
}

.t-sort span {
    display: inline-block;
    background: #fff;
    padding: 0 10px;
}

.aside-sort h3,
.aside-sort .h3 {
    font-size: 21px;
    color: #363636;
    letter-spacing: 0px;
    text-align: center;
    margin: 47px 0 27px;
}

.scroll-box {
    max-height: 165px;
    margin: 0 15px;
    min-height: 30px;
    width: 100%;
}

.scroll-box label {
    display: block;
    font-size: 13px;
    font-size: 12px;
    color: #363636;
    margin-top: 1px;
}

.scroll-box label + label {
    margin-top: 11px;
}

.jq-checkbox,
.jq-radio {
    width: 17px;
    height: 17px;
    border: 1px solid #202020;
    border-radius: 0;
}

.jq-radio {
    border-radius: 50%;
    background: none;
    margin-right: 7px;
    top: -2px;
}

.jq-checkbox.checked .jq-checkbox__div,
.jq-radio.checked .jq-radio__div {
    width: 11px;
    height: 11px;
    background: url(/templates/mpwatch_2.1/img/checkbox.png) no-repeat;
    margin: 2px 0 0 2px;
    box-shadow: none;
}

.jspTrack {
    background: #f3f1ef;
}

.jspDrag {
    background: #d2c8be;
}

.jspVerticalBar {
    width: 4px;
}

.noUiSlider {
    margin: 30px 0;
}

.noUi-horizontal {
    height: 3px;
}

.noUi-handle {
    background: url(/templates/mpwatch_2.1/img/nouislider.png) no-repeat;
    border: none;
    box-shadow: none;
}

.noUi-horizontal .noUi-handle {
    width: 25px;
    height: 25px;
    left: -12px;
    top: -11px;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

.noUi-target {
    border: none;
    background: #f3f1ef;
}

.noUi-origin {
    background: #434343;
}

.noUi-origin + .noUi-origin {
    background: #f3f1ef;
}

.uiSlider-info {
    font-size: 14px;
    color: #363636;
    line-height: 30px;
    text-align: center;
}

@media (max-width: 999px) {
    .uiSlider-info {
        font-size: 14px;
    }
}

.uiSlider-info span {
    display: inline-block;
    padding: 0 5px;
}

.uiSlider-info input {
    text-align: center;
    font-size: 13px;
    color: #4d565d;
    width: 65px;
    height: 30px;
    border: 1px solid #202020;
    margin: 0 7px;
    display: inline-block;
    border-radius: 4px;
}

@media (max-width: 999px) {
    .uiSlider-info {
        font-size: 0px;
        white-space: nowrap;
    }

    .uiSlider-info input {
        margin: 0 3px;
        width: 57px;
        font-size: 12px;
    }

    .uiSlider-info span {
        padding: 0;
        font-size: 12px;
    }
}

.rouble {
    display: inline-block;
    position: relative;
    font-style: normal;

    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    /* line-height: 1; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    margin-left: 5px;
}

.rouble:before {
    content: "\f158";
}

/* .rouble:after{
	content: '';
	display: block;
	width: 8px;
	height: 2px;
	background: #4d565d;
	position: absolute;
	bottom: 10px;
	left: 1px;
} */

.sidebar .rouble {
    font-size: 26px;
    color: #4d565d;
}

.tbasket .count span,
.tbasket .count input {
    background: #f6f6f6;
}

.bbox {
    text-align: right;
    margin-bottom: 60px;
    margin-top: 28px;
    padding-right: 25px;
}

.promo {
    font-size: 11px;
    color: #333;
    line-height: 30px;
}

.promo span {
    font-weight: bold;
    letter-spacing: 1px;
    margin-right: 10px;
}

.promo input {
    text-align: left;
}

@media (max-width: 700px) {
    .promo input {
        width: 100px;
    }
}

.basket-form {
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-top: 30px;
}

.modal-content {
    border-radius: 0px;
    background: #fff;
    box-shadow: none;
    border: none;
    padding: 25px 0;
}

#buy .modal-content {
    background: #f2f1ef;
}

.modal-title {
    font-size: 24px;
    color: #202020;
    font-weight: bold;
    text-align: center;
}

.modal-dialog {
    width: 700px;
    max-width: 100%;
}

#quick .modal-dialog {
    width: 900px;
}

.modal .close {
    background-color: #202020;
    height: 20px;
    position: absolute;
    right: 0;
    top: -18px;
    width: 20px;
    z-index: 11000;
    font-size: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    text-shadow: none;
}

.modal .close:after {
    color: #fff;
    content: "";
    font-family: FontAwesome;
    line-height: 20px;
    text-align: center;
}

.modal-header {
    border: none;
}

#buy .modal-body, #add_testimonial .modal-body {
    padding: 15px 80px;
}

.modal .submit-line {
    text-align: center;
    margin-top: 45px;
}

.modal .input-line label {
    margin-bottom: 7px;
}

.modal .input-line {
    margin-bottom: 17px;
}

.modal .product-btns a {
    font-size: 15px;
    margin-left: 10px;
    padding: 0 12px;
}

@media (max-width: 999px) {
    .product-btns a {
        margin-bottom: 15px;
        margin-left: 0px;
    }

    .product-btns a.gray-btn {
        margin-left: 0;
    }

    .modal .product-btns a.gray-btn {
        margin-left: 10px;
    }

    .product-info .product-btns a,
    .product-info .product-btns a.gray-btn {
        margin-left: 10px;
    }

    #quick.modal .modal-dialog {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .product-info .count {
        width: 100px;
    }

    .product-info .count span {
        width: 30px;
    }

    .product-info .count input {
        width: 40px;
    }

    .product-image {
        text-align: center;
    }

    .ya-rate,
    .product-soc {
        display: none;
    }

    .modal .close {
        top: 0;
        width: 35px;
        height: 35px;
        font-size: 21px;
    }
}

.modal .product-info .count {
    width: 100px;
}

.modal .product-info .count span {
    width: 30px;
}

.modal .product-info .count input {
    width: 40px;
}

.modal .product-image {
    text-align: center;
}

.prev-box {
    margin-top: 40px;
}

.prev-box li {
    display: inline-block;
    width: 22%;
}

.prev-box li + li {
    margin-left: 2%;
}

.prev-box li img {
    max-width: 100%;

}

.modal .current-img {
    max-width: 100%;
}

@media (max-width: 999px) {
    .sidebar-box {
        margin-top: 30px;
        float: none;
        clear: both;
        width: 100%;
    }

    .sidebar-box {
        margin-left: 4%;
    }

    .sidebar-box > li {
        display: inline-block;
        width: 45%;
    }

    .modal-dialog {
        margin: 10px auto;
    }

}

.cont-box {
    margin: 20px auto 35px;
}

.cont-box td {
    padding: 3px 5px;
}

.cont-box td:first-child {
    text-align: right;
    font-weight: bold;
}

.map iframe {
    width: 100%;
}

.contacts-box {
    margin: 50px auto 0;
    float: none;
}

.sidebar {
    margin-top: 3px;
}

.nav > li > a {
    position: relative;
}

.nav > li.has-submenu.active > a {
    z-index: 101;
}

.nav > li.has-submenu > a:after {
    content: '';
    display: block;
    width: 8px;
    height: 5px;
    background: url(/templates/mpwatch_2.1/img/arrow.png) no-repeat;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -3px;
}

.submenu {
    display: block;
    position: absolute;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    top: 7px;
    left: 50%;
    margin-left: -95px;
    padding-top: 20px;
    width: 190px;
    z-index: 100;
    display: none;
}

.submenu li {
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
}

.submenu li a {
    display: block;
    font-size: 13px;
}

.submenu li a:hover {
    color: #337ab7;
    text-decoration: none;
}


/*=================================*/

.sm-menu {
    display: none;
    background: #363636;
    padding: 5px;
}

.sm-menu {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
}

.sm-icon {
    position: relative;
    display: inline-block;
    width: 18px;
    vertical-align: top;
    margin-top: 4px;
    line-height: 18px;
}

.sm-icon i {
    display: block;
    background: #fff;
    height: 2px;
}

.sm-icon i + i {
    margin-top: 0.188em;
}

.sm-menu div {
    display: inline-block;
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #222222;
    text-align: left;
    padding: 5px 10px;
    width: 95px;
}

.sm-menu ul {
    display: none;
    text-align: right;
}

.sm-menu ul a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
}

.sm-nav {
    display: none;
}

@media (max-width: 999px) {
    .nav {
        display: none;
    }

    .sm-nav {
        display: block;
    }

    .sm-menu {
        margin-left: -15px;
        margin-right: -15px;
    }

    .submenu {
        margin-left: -25px;
    }

    .menu {
        width: 100%;
    }

    .menu li {
        display: block;
        text-align: center;
    }

    .menu li a {
        font-size: 13px;
    }


}

.catalog .clear2,
.catalog .clear3 {
    float: none;
    clear: both;
}

.catalog .clear2 {
    display: none;
}

@media (max-width: 999px) {
    .catalog .clear2 {
        display: block;
    }

    .catalog .clear3 {
        display: none;
    }
}

#vk_comments {
    margin-bottom: 30px;
}

#vk_comments,
#vk_comments iframe {
    width: 100% !important;
}

.payment p, .copyright p {
    margin-bottom: 0;
}

.modal-backdrop {
    position: fixed;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: .5;
}

.product-info .price .rouble:after {
    bottom: 13px;
}

.n-slider {
    height: 480px;
    overflow: hidden;
}

.blog {
    height: 380px;
    overflow: hidden;
}

#auth-form,
#forget-form {
    margin-top: 100px;
}

span.out-balance {
    display: inline-block;
    line-height: 23px;
    vertical-align: bottom;
}

.list-view span.out-balance {
    margin-left: 30px;
}

.list-txt .i-box .i-price {
    vertical-align: bottom;
}

.sidebar h3:first-child,
.sidebar .h3:first-child {
    margin-top: 0;
}

.sidebar h3,
.sidebar .h3 {
    line-height: 18px;
    margin-bottom: 20px;
}

.article + .article {
    margin-top: 30px;
}


.modal-img {
    position: relative;
    display: inline-block;
    /*width: 40%;*/
    height: 150px;
    line-height: 150px;
}

.modal-img img {
    display: inline-block;
    max-height: 100%;
}

.modal-txt {
    width: 40%;
    display: inline-block;
    text-align: left;
}

.modal-txt .name {
    font-size: 20px;
}

.modal-txt .price {
    color: #04456f;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
}

.small-modal .modal-dialog {
    width: 500px;
}

.v-modal {
    display: table-cell;
    vertical-align: middle;
    height: 150px;
}

#confirm .modal-body {
    text-align: center;
}

#confirm .modal-body .blue-btn,
#confirm .modal-body .gray-btn {
    background: #666;
}


.menu > li {
    position: relative;
    z-index: 15;
}

.menu > li > a {
    position: relative;
    z-index: 20;
}

.c-sub {
    display: none;
    position: absolute;
    border: 1px solid #363636;
    top: -12px;
    left: -12px;
    right: -12px;
    background: #fff;
    padding-top: 45px;
    padding-bottom: 8px;
    overflow: hidden;
}

.menu li:hover .c-sub {
    display: block;
}

.c-sub li {
    display: block;
    font-size: 13px;
    text-transform: none;
    margin-left: 0;
    margin-right: 0;
}

.c-sub li + li {
    margin-top: 8px;
}

.c-sub li a {
    color: #626262;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 13px;
    text-align: left;
    display: block;
    line-height: 16px;
    padding: 0 12px;
}

.c-sub li:hover a {
    background: #777;
}

.menu > li:hover > a {
    color: #fff;
    background: #363636;
}

.aside-accord {
    padding-top: 4px;
}

.aside-accord li {
    font-size: 13px;
    color: #363636;
}

.sidebar-box .aside-accord li {
    border: none;
    list-style-type: square;
    padding: 3px 0;
    margin-left: 15px;
}

.aside-accord li a {
    font-size: 14px;
    color: #363636;
    text-transform: none;
    font-weight: bold;
    border: none;
    letter-spacing: 0;
}

.i-info p.name {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.wh-sp-link {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-name-goods,
.modal .title-name-goods {
    margin-top: -20px;
}

/* body > .modal-backdrop.in{ display: none;} */

/* .modal-backdrop.fade.in{ z-index: 10;} */

.modal-backdrop {
    z-index: 10;
}

.modal-dialog {
    z-index: 20;
}

.i-box .add-to-cart {
    position: relative;
}

.i-box .add-to-cart:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 22px;
    background: url(/templates/mpwatch_2.1/img/add-icon.png) no-repeat;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.ff .i-box .add-to-cart:before,
.ie .i-box .add-to-cart:before {
    top: 4px;
}

.sn-list.icon-list li:before {
    display: none;
}

.sn-list.icon-list li {
    padding-left: 0;
    font-weight: normal;
}

.sn-list.icon-list li a {
    color: #7C7C7C;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sn-list.icon-list li a:hover,
.sn-list.icon-list li.active a {
    text-decoration: underline;
}

.ie .wcateg .txt {
    /* background: red; */

}

.ie .wcateg .txt:after {
    /* left: auto!important;
    right: auto!important; */
    width: 70%;
    margin: auto;
    margin-right: auto;
}

.i-img-edit {
    height: 215px;
    line-height: 215px;
}

.i-img-edit img {
    max-height: 100%;
}

.jq-selectbox__select {
    border-radius: 0;

}

.jq-selectbox__trigger-arrow {
    opacity: 1;
    filter: alpha(opacity=100);
}

.jq-selectbox__select-text {
    line-height: 28px;
}

.jq-selectbox__select {
    background: #fff;
    font-size: 14px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.jq-selectbox__trigger {
    border-left: none;
}

.jq-selectbox__trigger-arrow {
    top: 12px;
}

@media (max-width: 999px) {
    div.block-btn-auth {
        text-align: left;
    }

    div.block-btn-auth input {
        float: right;
    }
}

.sort-by .jq-selectbox__select {
    width: 170px;
}

#form-user-settings .col-md-6 {
    border: 1px solid #e5e5e5;
    padding-bottom: 20px;
    position: relative;
}

#form-user-settings .col-md-6 + .col-md-6 {
    right: -15px;
}

#form-user-settings {
    padding: 15px 30px 15px 15px;
}

@media (max-width: 999px) {
    #form-user-settings {
        padding-right: 15px;
    }

    #form-user-settings .col-md-6 + .col-md-6 {
        right: 0px;
    }
}

#form-user-settings .submit-line {
    float: none;
    clear: both;
    position: relative;
    bottom: -17px;
}

@media (max-width: 1150px) {
    .uiSlider-info input {
        margin: 0 3px;
        width: 57px;
        font-size: 12px;
    }
}

.quick-view {
    width: 100%;
    max-width: 225px;
}

.blog {
    white-space: nowrap;
}

.blog a.n-item {
    display: inline-block;
    width: 30.75%;
    white-space: normal;
}

div.few-items.blog .n-item .i-img img {
    width: auto;
    height: 100%;
}

.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 999px) {
    .lt-invite.android-standart {
        top: 300px !important;
    }

}

.ie .gender-filter .jq-selectbox__select {
    width: 150px;
}

.menu-toggle {
    display: none;
}

@media (max-width: 999px) {

    .search-box {
        top: 108px;
    }

    .menu-wrap {
        position: relative;
    }

    .menu-toggle {
        display: block;
        text-transform: uppercase;
        color: #000;
        position: absolute;
        left: 50%;
        margin-left: -45px;
        top: 15px;
        font-weight: bold;
        padding-right: 30px;
        background: url(/images/menu-toggle.png) no-repeat right -20px;
    }

    .menu-wrap.on .menu-toggle {
        background-position: right 0;
    }

    .menu-toggle:hover,
    .menu-toggle:focus {
        text-decoration: none;
        color: #000;
    }

    .menu {
        padding: 30px 15px 15px 15px;
    }

    .menu-wrap.on .menu {
        padding: 45px 15px 15px 15px;
    }

    .menu > li {
        display: none;
    }

    .menu-wrap.on .menu > li {
        display: block;
    }

    .c-sub {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        height: 0;
        overflow: hidden;
        display: block;
        padding-top: 0;
        padding-bottom: 0;
        border: 0;
    }

    .c-sub li a {
        text-align: center;
    }

    .menu li + li {
        margin-top: 10px;
    }

    .menu li:hover .c-sub {
        height: 0;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
        border: 0;
    }

    .menu > li > a:hover,
    .menu > li > a:focus {
        background: #fff;
        color: #000;
        text-decoration: none;
    }


    .menu li.on .c-sub {
        height: auto;
        overflow: visible;
        padding-top: 8px;
        padding-bottom: 8px;
        border: 1px solid #000;

    }

    .menu > li.on > a,
    .menu > li.on > a:hover {
        text-decoration: none;
        background: #000;
        color: #fff;
    }


}


/* ********** ÐŸÐ ÐžÐœÐžÐšÐžÐ” Ð’Ð«Ð¡ÐŸÐ›Ð«Ð’ÐÐ™ÐšÐ **************** */
.promo-gift-tooltip {
    position: fixed;
    width: 250px;
    z-index: 100;
    top: 180px;
    right: -100%;
    -webkit-transition: right 0.7s;
    -moz-transition: right 0.7s;
    transition: right 0.7s;
}

.modal-dialog .promo-gift-tooltip {
    position: absolute;
    top: 50%;
    -webkit--moz-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -20px;
}


.promo-gift-tooltip.on {
    right: 2%;
}


.promo-gift-tooltip .controls {
    margin-bottom: 0;
}

.promo-gift-tooltip .controls li {
    float: right;
}

.promo-gift-tooltip .controls li a {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 2;
    background: url('data:image/gif;base64,R0lGODlhKAAUALMAANbW1vn5+evr615eXomJid3d3ZeXl83NzfLy8v///8rMzSAgIAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU1NzcyLCAyMDE0LzAxLzEzLTE5OjQ0OjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjI0NzkwYzkzLTMyZmQtMTM0Mi05Y2ZkLWRiYzE0MmE0MTliYSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2QTRDMDUwNEUyNzgxMUU0QTU5QURGOEQ1NDFEMzUxMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2QTRDMDUwM0UyNzgxMUU0QTU5QURGOEQ1NDFEMzUxMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphMzVjMGEwOC02ZjVkLTZmNGQtODkyZi03MDI1ZDQ2NGI5NTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjQ3OTBjOTMtMzJmZC0xMzQyLTljZmQtZGJjMTQyYTQxOWJhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAACgAFAAABHFQyUlrXTjrva33XBh+5CSeWVmiqEqy59dZsAhy9EYUw7L3uJwkddkEEgLDUTB6ESkcQGI6PTRvGKymQAXYZFkthnCcCoAzV05TRpiva7BG6pVag1i5xpDhw9UmNXiAgYIahEWGT4gKioeMQ45hkJIYEQA7') no-repeat 0 0;
}

.promo-gift-tooltip .controls li a[data-event="dismiss"] {
    background-position: -20px 0;
}

.promo-gift-tooltip .controls li a[data-event="helper"] {
    background-position: 0 0;
}

.promo-gift-tooltip .boxshadow {
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.4);
}

.promo-gift-tooltip .inner {
    background: #fff;
    padding: 15px;
    position: relative;
    text-align: center;
}

.promo-gift-tooltip .inner .helper {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: 1;
    opacity: 0;
    background: rgba(202, 204, 205, 0.96);
    overflow: hidden;
    text-align: left;
}

.promo-gift-tooltip .inner .helper.on {
    opacity: 1;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.promo-gift-tooltip .inner .title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
}

.promo-gift-tooltip .inner > p {
    color: #79747c;
    margin-bottom: 15px;
}

.promo-gift-tooltip .inner p strong {
    color: #000;
}

.promo-gift-tooltip .inner input {
    text-align: center;
    text-transform: uppercase;
    color: #04456f;
    border: 1px solid #c8c6c9;
    height: 40px;
    font-weight: bold;
    font-size: 24px;
    width: 180px;
    margin-bottom: 5px;
}

.copy-button {
    display: block;
    text-align: center;
    /*color:#fff;
    background: #04456f;*/
    background: #E8E8E9;
    color: #000;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
}

.copy-button {
    text-decoration: none;
}

/*========================================================*/

.phone {
    display: inline-block;
    font-size: 15px;
    color: #333;
    position: relative;
    padding-left: 35px;
    margin-top: 0;
    background: none;
}

.phone div {
    font-size: 17px;
    color: #747474;
}

.phone > span:first-child:before {
    display: block;
    content: '';
    background: url(/images/phone-icon.png) no-repeat center bottom;
    width: 30px;
    height: 34px;
    top: 5px;
    left: 0;
    position: absolute;
}

.phone.ring > span:first-child:before {
    background: url(/images/phanimate.gif) no-repeat center bottom;
}

.we-recall {
    display: inline-block;
    margin-left: 8px;
    border-bottom: 1px dashed #000;
    line-height: 18px;
    position: relative;
    top: 2px;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    -moz-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease;
    margin-bottom: 5px;
}

a.we-recall:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
    padding: 0 5px;
    border-bottom: 1px solid #000;
    margin-left: 3px;
}

a.we-recall:active,
a.we-recall:focus {
    text-decoration: none;
}

.phone div.header-address {
    font-size: 14px;
    color: #000;
    margin-top: 0;
    position: relative;
    /*top: 5px;*/
    border-bottom: 0;
    width: 400px;
}

.h-center {
    overflow: hidden;
}

.search-box {
    display: inline-block;
    width: 43%;
    margin: 17px 0 0 9%;
}

.search-box {
    width: 23%;
    margin-left: 5%;
}

.search-box input[type="text"] {
    border: 1px solid #f0f0f0;
    width: 340px;
    width: 100%;
    height: 35px;
    outline: none;
    padding: 0 40px 0 15px;
}

.fa-search {
    position: absolute;
    right: 0px;
    top: 0;
    margin: 0;
    height: 100%;
    font-size: 0;
    padding-right: 10px;
}

.fa-search:before {
    font-size: 14px;
    position: relative;
    top: 9px;
}

.fa-search input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.hbasket {
    height: 55px;
    line-height: 60px;
}

@media (max-width: 900px) {
    .header.container {
        /* padding-bottom: 0px; */
        position: relative;
    }

    .phone {
        margin-left: 20px;
    }

    .search-box {
        position: absolute;
        left: 15px;
        margin-left: 0;
        bottom: auto;
        right: 15px;
        top: 124px;
        width: auto;
    }

    .we-recall {
        top: 0;
    }

    .phone, .phone div.header-address {
        font-size: 13px;
    }

    .phone div {
        font-size: 13px;
    }

    .phone a {
        display: inline-block;
    }

    .menu-wrap {
        margin-top: 70px;
    }

}

#system_basket .threesome_inputs .input-line {
    width: 31.5%;
    display: inline-block;
}

#system_basket .threesome_inputs .input-line + .input-line {
    margin-left: 1%;
}

.select-line label {
    display: block;
}

.select-line .jq-selectbox {
    width: 100%;
}

select {
    width: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    height: 31px;
    padding: 0 10px;
    width: 100%;
}

.input-line.important .threesome_inputs .input-line:nth-child(2) label:after,
.input-line.important .threesome_inputs .input-line:nth-child(3) label:after {
    display: none;
}


.accordion .accordion-section + .accordion-section {

}

.accordion .accordion-section .section-title {
    cursor: pointer;
    font-size: 20px;
    padding: 10px 0;
    position: relative;
}

.accordion .accordion-section .section-title i {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 5px;
}

.accordion .accordion-section .section-title span {
    border-bottom: 1px dashed #DBDBDB;
}

.accordion .accordion-section .section-body {
    display: none;
    padding-bottom: 10px;
}

.faq-list .accordion-section .section-title i {
    margin-right: 15px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    background: url('data:image/gif;base64,R0lGODlhEAAQAIABAAAAAP///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU1NzcyLCAyMDE0LzAxLzEzLTE5OjQ0OjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTk5NDkyMkMwREI4MTFFNTg5RDRGMEZFQzAwNzZERkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTk5NDkyMkQwREI4MTFFNTg5RDRGMEZFQzAwNzZERkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1OTk0OTIyQTBEQjgxMUU1ODlENEYwRkVDMDA3NkRGQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1OTk0OTIyQjBEQjgxMUU1ODlENEYwRkVDMDA3NkRGQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAEALAAAAAAQABAAAAIehI+pq+EPHYo0zAovlmc/vYGYWJGUGaFZ51nMCysFADs=') no-repeat center center;
}

.faq-list .accordion-section.on .section-title i {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.accordion .accordion-section .section-body .inner {
    color: #7e8285;
    margin-left: 33px;
    padding: 20px;
    background: #F9F9F9;
}


/*=========================== compare =============================*/

.compare-btn.gray-btn {
    position: relative;
    margin-top: 20px;
    min-width: 0;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
}

.compare-btn.gray-btn:before {
    content: "\f0ec";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
}

.compare-btn.gray-btn.delete-link:before {
    content: "\f00d";
    font-size: 1.25em;
}

.go-to-compare {
    display: block;
    width: 70px;
    height: 85px;
    position: fixed;
    bottom: 20%;
    right: 10px;
    z-index: 200;
    text-align: center;
    background: #333;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.73);

    -webkit-transition: background 0.25s ease-out 0s, color 0.25s ease-out 0s;
    -moz-transition: background 0.25s ease-out 0s, color 0.25s ease-out 0s;
    -o-transition: background 0.25s ease-out 0s, color 0.25s ease-out 0s;
    transition: background 0.25s ease-out 0s, color 0.25s ease-out 0s;
}

.go-to-compare:focus,
.go-to-compare:active {
    text-decoration: none;
    color: #fff;
}

@media (min-width: 1200px) {
    .go-to-compare {
        right: 50%;
        margin-right: -625px;
    }
}

.go-to-compare:hover {
    color: #fff;
    background: #04456f;
    text-decoration: none;
}

.go-to-compare .compare-icon {
    content: '';
    display: block;
    width: 33px;
    height: 25px;
    background: url(/templates/mpwatch_2.1/img/compare-icon.png) no-repeat center top;
    margin: 12px auto 8px;
}

.go-to-compare .count {
    position: absolute;
    right: -7px;
    top: -7px;
    background: #121212;
    font-size: 11px;
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
}

.menu > li:hover {
    z-index: 16;
}

@media (max-width: 980px) {
    .go-to-compare {
        width: 100%;
        margin: 0;
        left: 0;
        border: none;
        bottom: 0;
        font-size: 20px;
        height: auto;
        line-height: 70px;
    }

    .go-to-compare .compare-icon {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }

    .go-to-compare .count {
        position: static;
        display: inline-block;
        vertical-align: middle;
    }
}

.info-tbl th {
    text-align: center;
    padding: 40px 15px 10px;
    width: 220px;
}

.content .cmpr-item {
    display: block;
    width: 190px;
    color: #333333;
    text-decoration: none;
    text-align: center;

    -webkit-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
}

.content .cmpr-item:hover {
    opacity: 0.8;
}

.cmpr-item .img-box {
    display: block;
    text-align: center;
    line-height: 200px;
    height: 200px;
    overflow: hidden;
}

.content .cmpr-item {
    margin-left: auto;
    margin-right: auto;
}

.cmpr-item .img-box img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

.cmpr-item strong {
    display: block;
    font-size: 11px;
    margin: 10px 0 5px;
}

.cmpr-item .price-box {
    display: block;
    font-size: 15px;
    color: #04456f;
}

.content .remove-item {
    display: inline-block;
    font-size: 11px;
    color: #b2b2b2;
    text-decoration: none;
    margin-top: 10px;
}

.remove-item:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(/templates/mpwatch_2.1/img/delete-item.png) no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

.title-tbl {
    width: 100%;
}

.title-tbl td,
.cmpr-right td {
    padding: 0 15px;
    height: 50px;
    vertical-align: middle;
}

.title-tbl td {
    cursor: pointer;
}

.title-tbl a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    position: relative;
}

.title-tbl .closed td {
    height: 28px !important;
}

.title-tbl .closed a {
    font-size: 12px;
    color: #d5d5d5;
}

.title-tbl a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #333;
    margin-right: 10px;
}

.title-tbl .closed a:before {
    border-bottom: none;
    border-top: 5px solid #333;
}

.info-tbl td {
    text-align: center;
    font-size: 16px;
    color: #333;
}

.closed-line td {
    height: 17px;
    font-size: 0;
}

.cmpr-scroll {
    width: auto;
    max-width: 96%;
    overflow: auto;
    outline: none;
}

.jspHorizontalBar {
    bottom: auto;
    top: 0;
}

.jspTrack {
    width: 720px;
}

/* .jspHorizontalBar{ width: 560px!important;} */

.jspDrag {
    background: #04456f;
}

.jspHorizontalBar {
    height: 5px;
    background: transparent;
}

.jspTrack {
    background: transparent;
}

.jspTrack:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    height: 1px;
    background: #eee;
}

.cmpr-right,
.cmpr-scroll {
    position: relative;
    padding-left: 0;
}

.cmpr-left {
    padding-right: 0;
    position: relative;
    right: -1px;
}

.total-items {
    font-size: 14px;
    color: #363636;
    position: absolute;
    right: 30px;
    top: -9px;
    z-index: 100;
    min-width: 170px;
    text-align: right;
}

.quick-view {
    top: -45px;
    text-decoration: none;
}

.quick-view + .quick-view {
    top: 90px;
}

.i-box .add-to-cart {
    display: inline-block;
    width: 200px;
    text-align: left;
}

.i-box .add-to-cart:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 22px;
    background: url(/templates/mpwatch_2.1/img/add-icon.png) no-repeat;
    margin-right: 8px;
    position: relative;
    top: 3px;
}

.i-box .add-to-cart.compare-link:before {
    background: url(/templates/mpwatch_2.1/img/small-comp.png) no-repeat;
    width: 23px;
    height: 18px;
    position: relative;
    top: 3px;
    margin-left: -6px;
}

.i-box .add-to-cart.delete-link:before {
    background: url(/templates/mpwatch_2.1/img/delete-comp.png) no-repeat;
    width: 17px;
    height: 17px;
    position: relative;
    top: 3px;
}

.compare-btn.gray-btn:first-child {
    margin-left: 2px;
}

.jspArrow.jspArrowRight {
    width: 150px;
    background: transparent;
}

.jspArrow.jspArrowLeft {
    width: 0;
}

.info-tbl td {
    vertical-align: top;
    padding: 14px 0 14px;
}

.info-tbl td p {
    margin-bottom: 0;
}

.info-tbl td p + p {
    margin-top: 10px;
}

.cmpr-left {
    width: 30%;
    float: left;
}

.cmpr-right {
    width: 70%;
    float: right;
}

.quick-view.delete-link img {
    position: relative;
    top: -2px;
    margin-right: 7px;
}

@media ( max-width: 999px) {
    .cmpr-left {
        width: 50%;
    }

    .cmpr-right {
        width: 50%;
    }
}

.list-view .i-box .add-to-cart + .add-to-cart {
    float: right;
    left: -9px;
}

.list-view .n-item {
    padding-bottom: 30px;
}

.i-box .add-to-cart.compare-link {
    margin-left: 35px;
}

.bottom_test {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #000;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #b43434;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I0MzQzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNzMwNDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #b43434 0%, #273049 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b43434), color-stop(100%, #273049));
    background: -webkit-linear-gradient(top, #b43434 0%, #273049 100%);
    background: -o-linear-gradient(top, #b43434 0%, #273049 100%);
    background: -ms-linear-gradient(top, #b43434 0%, #273049 100%);
    background: linear-gradient(to bottom, #b43434 0%, #273049 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b43434', endColorstr='#273049', GradientType=0);
    border-top: 1px solid #E0001A;
}

.bottom_test:before {
    display: block;
    content: '';
    position: absolute;
    width: 170px;
    height: 80px;
    left: 15px;
    top: -28px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAABQCAYAAACJf+79AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2NmRlMzUxNC1iYTI4LWIzNDYtYjdjMC1mYmU2MTBiYWU0MWEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODA2RkY3MUY0MEUwMTFFNTgwQzRGMEVDODAzRTE4OEQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODA2RkY3MUU0MEUwMTFFNTgwQzRGMEVDODAzRTE4OEQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjZkZTM1MTQtYmEyOC1iMzQ2LWI3YzAtZmJlNjEwYmFlNDFhIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY2ZGUzNTE0LWJhMjgtYjM0Ni1iN2MwLWZiZTYxMGJhZTQxYSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlnkfXwAACvsSURBVHja7H0JgB1lle7561bdvZekSbqzmISEJSEJSwADQlAccBy351PGp/LmoTLgMg7u8xh9I4/nG0VHZQbHUVFGH75x3HBhBMQFXPABEswKSWdPupP0enu5fZe6tb3znaq6ffv27T1Ax+4/+bvurVtVt+5fX33nnO8//1/K8zyaavn5fffR2kvW0MyL8v+q6vfBCl7KP3nvL+W10oLXlUut6n3lUpWP5S+D7xr+4qB48t91Hcr0Hpvsj6jnmgzqgorXWF8XvE5xbaz4rIFrOnidDt6Hn2G7bq4/4/oJrq3jffmLVl5Ic6HoL9xXqwnfq5of++vViGUIYhq1JFWxtVKNSsCgkvy2Bliw3ks6jtUYgCsZgK0WGFPBZ89FWcT1eq7Xcf0Lrt+jOV70WXpewFUFWJQPFiUA46oWBEtUXh8ylwqYC0uF9/VqJKvVuCFGfzUDdba0Q4zrv3Pt4PrbeaA+N8fdwBX+QVMVc5VNIJNdA3seI1lNyesEVZlnNS4Dq2GGVTWYucyqlbuqUUcLnSDbLs2maxTh+hWu5+PU5oF6akod+7wfZ0jczFe+fiKzD/e4GldqHMYbYeqrXlOlmR9h9mlSRFrpqTuzC6go67i+nuv35ypQtVN1oGLevNxx3OMMkg+PD9JqWIzvwaoq/7Q2etUohh0f8uOXWWT6K8t/nsum/5QAtedE5rXRmPFYJKJNMrioHe2PC8jyR2oYnGqiAG0SLmn1LcQRP6L+WVgungfqDErr04fOTTemfqhFtCkfa2xlzKvCr6oCphrBnCP9TzUO4FXF4Wt/uT37zH5YzjyVFnBO+ah7tx5UDWfUPRBPxiLTCu0nZLthk64mOk4oS1UdXJEavbcCc7pUONFBruNQtLGRog31s9nso0S5Nh979u6TlSuPPTvxjq7rUclyKWpouqaJMoJg9SVcN/FnF/Fny/mzFv4MpuQA1z6u/UwkR9md28FN9YSuqyH+3ISXV002OL7tuPLe0DXi7WZdMPWGusbUmlN/TdQY0FQj/qox/NDRaz1Z65ZKdOKRX1H7Az+l/j2t8j4sySUt1LzlClr86quJ0tHZCtYVXE9O03LWB8oB9FmA9RGu/8b1f4wFLA6M047rXaxHtBt5G6g3T3H9KdcC11ywjYCU3T7i/zVUl9kB1BsS6fiph6mqZbjVCCM/MtKfiIEV9T/zLO385Gcp19ZeBV+/5E920OHv3kdHf/Qf1PK6a2nZm15DKhKZjUB9cor7AJSQCt/Pv/coL/872LKMYAapEaoko8sQA+/X/Nmvg/ebud4W3Cz/hzHazWxawjXR1DBIwbIAsBr7uM8vUPlHXhHRp3MxfYj48pQaX5pSE8gC4zKwX9of/jnt+vTnyXOc0YpCtZkE637/Acru2U9n/827SU+nZhtQp1LAgh/kuprruz3X6/dqgGcsMNUA8ZNB3czX7l8ZpN9gq/+TiK6yISvjmrK7QMzE4gacKoadNlDZP03wSSycOXN6oyAzYo1Hk4vuxwBz95NP0Y47PgdHqrxXvKWFXvTqV9KC9evIqK+jUv8AZXbspOMP/4KKXd2yTfaZfbTvf99Fa2//EGmx6OkIVIDzbq73c/0Y2hrg0TRvSuAZY9MnmTH/lE3+N9gt2BLR1N/xut7QFbBsj061BzATRrVxUk7gn0zdB60t+Ncky5rkWStIGhnxlwYHaRubey8EKX9+1n99M5399htIM/QRh1y8+VJa9ZbraM8999CJHzwkJze0/zAd/vL/pTXve8dsAeqLxmnQShnjHPI7BwCgH4PtOFiS9j6VgQ4D/m3cpLcHvu71fPxeV24GBlbk1AZV05Y71l6yBuFxv12ypwXSyUX9VdJUjR3Gk/UPfPM7ZDJbht+5/pb30Lk3v6MM0nz7cTp634+GmVxXtPytr6fV731b+bt6f/MEDe5unc2MCt9rE/nJMuE2/8H1DoC0AlSnFjhwC/wIHz7rdgbpPQzSJOOUdF4fiZxaSp2pLnfMmjJQvSmZcS/c3hvP263W/xXZhQId/slDBNEEdck1L6dVb3z9iG91ShYdvf+B8rqw6/SMl11Oy6579fCP/Pp3ZjNQ13PdyvVX5Cfg4GTv4/qt5/pkQt5gkN7KltWybPdv2Q3QIs+BPDVzoJoz1R3HA26FAFVDxB/2AtSovTuf3EpWvuAfnRtu7Y03jHQ7ICY2L6Z8Z1f5faXYv/SNr6JYy2KfeY+0U+7AkZn9Sr6a+WyB+nsGKTdYoOnkAXNZtOK8mxNV614eLLdz/fvg9Uefz7sn8EuRjvhmvhSXjr2d7yfDPZjqz58xUGdi+idmVK+GPDWxyUfp2bFbmBRHWHjB+ZRatnTUMfVUUpZWLuczbIXYr9g9gEwVbt372O+n3UhDA3nv8DNtTx5rPfG1jiPdP2/bd8I8sOMo9XcPzpRVUxVA7URkz/WvXwiqZxYtsivwTnYF4HLEaoKU4xmrxNV2p3yjvgCm3weLUhNEUKqWJlqV8qdqMy1eDhw9RgihUJsuumDMM0k0N1OBWdWt0ce/cPNFZbYeaj00rQbKDeZPHD/YsWr1hhWXsV9/E9dX8Oplju3c3XG0m7raeidDWfwfF9cmy+w/x7LcBialFq5fKpXc13Ilfv1O3vJRroj8nleZQvxVQ/xSdCLs5fquMFAPe65CyQrXpjrQCrcZD7v68w/USg114u3GJ+ax+6XyHEQ5ZTAuHnOfuJj/boovbxl1JKOxnmKLFpLZ1cvmv23KjePYbiGeip937qbVA1WBKND5zr1bD7ZmOvs/F0/GqH5hyvfHAUhZetIGjl1gcA6QXRok2xqkbP+RTw7lrXgyoZ/lssnIF2y5yA310XqO7K/lna7h+iDXnzyfYK24lmB1DKNp45/wAJ+bGXav+gAdqZ1PVnedKVDb7NIpzuVVtU37RFmq1Vs5yNQXRvUoEuqggv2RNwDMPxh1rD5+Y0GDABWBl1MoUiQRn8rF+zRHFgPjKCef37v1wKbu48eu140UmcUBKgGUXF07S66TFQA4jifmUudImi/oBrwP10ngAh/RcuX36Yb2UV710Asc9L0K+i2b92UM0q9HItoQTrOW6jBZ3XXmPqrlTNHfUDWlKVVD9J+0m1vLZ6qvk3R4mP7CQHZ0AzEd7f7y16h7Tystu+ZlYyZLe447fC6uOzWTGNG+PdE2ut7+SUN/jHraH6bB7sfZEjzL7kIb5fN9wjRKi1I03kjx5GLSY82kRxvQI9HKAPWiRkSYKBbTqWg6NJAtddm2e4fcpy9ssRkSr2I2hT/9Ocbnixik8Vp+a6i7TpTMMlNGPcEgtRmsuhGd2aHKfcM1LbuqgdLx0Zpa0kLO9t3CqL0HDo74DMHTE7ffQUMnO2jLZz9FRjpN+b7agY2Z8QkRXY9T7KFCltGEAmw0uu9Zz4vmtUgsGY0lpA0A0JJZ5Jsnx9Xkm6pETJ78Gn6cJIfEebt+JtgEt1scKQl8oYuFov2P5NGsKNIZ5HofYXP/YgbgveQPUEQdIj+pJdxGXIKJdNcZMSqbLpDWiamZf68mQ6rJqf9j961WJac0nbeOTJgVfn3kia18sb3y5jv+9Zvk8t17zVfuovRyXw2oZfph8kuZfoR+FF3UREqf0s3YPcntFipVSnpulkqFbqlOKUOaynOAEmE2baB4ajk1LFxHi5ZeRi2rru7gn7WZzT7Y6jN8kQ+y2T/IIP0MA+JTahZlrAZJKZBLrg5YHh0Q74VygbFyzKZGLev6XDCq+KkcUK1IzFRKHSs4qtkrNUaWVAWIV125mR650yDb5ki5s5cO/eq3tOblV8lxLrjxBtLjcTargaY6RlZ/52+epNDYp8+dcjZjepLbZTxP36dU4znpBWzeo/VkcNWjjfJajUYeA/uhPSV2uaJR7bZEInJbLm8LI6VThrDTbCg1Elq+EtS/ZJB+j63GQdvxfsSW4De8LVIG4XvZY7ktp+JXTTHyn0JCxDia64gQSo1O60stXEDLLr+Uf70SVv31F++hUi7nB0jJRBmk4lDVYFN7KE8nHnq0rMWeccUlU20XdGkumcyGhcJLb9CMy2nhkiupvul8StStIiPWWAukIlRsuvKWxamkD0r4qXUM0Ia6KMWiEXqO0kFnqgRUlq+xyWeL4N0FhYK3QTbWtwKmZSahZvIn5EgFeiy6iE+JoTg2HdPvx19qZoD2A17q6+ypud/m6/+cTH7PXh5lOLJ/8LY7OJq2R4G9OpBCoLX3S9+kYv+g3N7RxU208JLzp9M210zW/MeSsakcd0XYTQkwQMNEnU0gnQSIn9B17WZmUyTQfA2eJFf4socDeQ29bG8M1kd19iPU+vXrNTaRkVwuF1XKjuu6kVIqUs+XrN4wjHrTLNYZRizF5jFm206E1wm1O45Db/svbznzT67eMiVGVePm8Klq7b6KScNZT/z3D/77j+nn376fbvnUrXT2BeeN2HfZ+rV03quvpR0/eZh9HEWt7Kt+7/0fpdfcfiulmhaWv70SqE7RpGf+5ZvU8fgfxNxE+GRXvfX1NB0U9PT0fvy6N70jpXH4r+u6CtURbkM+nMfN55i8Pv/+m8581arzrpoSUM/c+E707/8xTOljBr7rj8d1JeDw2j7LeJqmeclkwotGo4gxnWjUsNmXsHU9apW48PoSg9RiwLqRSERaPdPfn7Gs6WqpaoxAXo0fRwVrSmaJHvzBT6l3YIju+MD/ot//8nejdnr1B95FDatXiwNU5DM+8IdddPebbqRf/8s91PlsK1mFAlmWSUMnu2j/j35Gj/z1/6T2x7YOd7+++EJavOXF0/p1Z5zRdNb7bnnnRlh313XNfD5vcxs7/NpiIuAKfnCcDRvXviI+RUalOVbE/mcyGbCjlkwm+c5XuodOAj0WZSZlhqUYgzLKADWKxSKzqR6xLEsYghtcLWhsNC5Yt35L05IF02DUqknRKidCK7+umvBMG96GmZ8uuWozbdu6i3o4Ot/668cpZkTpXGbWcGI0Pk/a8LIraO/TO6i/p48cXl2yLWrf+Sztuv+n9Pt7v0O7vvVj2vfgr6hrxx6y8kXpFECk38AB1KZb302aPv0hKWeftXpDb2/fjtZ9Bwb4Rhc2DSwSKNX9q5tu3HLZlouv1qYWBGFIH3p/qKGxZe4AFTUej2sJDiGZSRmItoG0DMOIxviCc6VooZA34vGkzsQK06+4kQWoJavkvOwlV167sLlxRIAyHaBWArQStGWAkjZyHdd0XR1dee0W2rf3EJ040Um7nt5JAz0ZuvDyixkM/sWPJRK06ZUvpy72ZY8fPEKu5wPRDUJMnz39hEJXSSYCLX3JJrr0IzeTHo/NqIH5HIzNmze9ZNXKFdmntm47zhTKlksp0zS9v/nQe694zWtfcZPBHtgUD3s80CTnDFBV0JhaU1NTZOHCKAMxyn6onUyl4mk28eyfmnUM0DrbtpK8WZwBajBAIwB2oVBQsViM/ukTn/zsWeeviscS0SmAtAajVk4zWX4dMmn1tJKREUyLLsUvfubL9OiDj/Ld59Ell11EH/rkrcSuzAi/9/DuVnro7m/Soa3bSPdcuVMN3l4P7trl61bTxuteScsv2XjKG5vbNdfd03uEicBczG5BPBGvn+ahoE1u/iPxUaekFWmLFy/WAFTLohhf9GQslkgz8dSVSiYCqrRpllLxeDTOuwCNEWZWDYzKgKU7Pvbxj6278KwlqYbkDIAafjZs8ilkTvzTRgJTC4Aqc6UCxMF+37n3h/Rvd3+LrbdLa85aSR///G3UtPiMUXpJbmCQjuzeS73H26hUyFK6sY5azjmT0k2Np8N16wilr7kCVHG+2AdVqVSKr3dcY4seiUZ1nd0nw3EsfqVLFeJBAgwX+LMw/xzFKpjXKy7dvHFRc9OieCo2KblphOlXFUOgA7UsBGMZqKra5Fey7Ei/duOF62npyuX0+O+2Uk93hh77xWN04SXn04KmBSOAGmWTvnjFMjpjxWI6Y1ULLXzREoom46fLdYPGKH36c8X0CzIYeB77p5JXxhdccsyYLYFDcfg5eOKl7TGLErsChCWvE3kKNVfI900s+nsTrFYVKPbGlaZq5wEMT1F59bVX0qe+8AlKNDbSSQbrh971t7T18adrnsMsnsJnIku4fC5F/YjewagEXxMyFRgSMhWvc2MxwwVAGbwcb2iQrTzgl/fxUGD2AdTBbDYz7XQ/VQu1anxpaoys68q1G85fS/98z6dpCbPrIEfyf/fhv6cHfvDTUV8/i6fwmZeoqhkVZhNaNICoaSWGoO4Zhu4VCiaDVHMBTAatMC27BSKvwPyCaQHw/oGBPmumQ1JC/3QiCE5mxr/g46XLWugLX/00rb9oIxUdlz7/6S/RV7/w9XJa4iyeuW8eqNU+Kpt4QlC0fPkSsZ3ZbIHJVNMDso0yu8Y4So2yG2BEIrrBF5kDKYt9VF2DRMUsrJa1LEmuO+fcyxY2N0xZmgp91NrSVIV2SsMaKn8//fDHj9IXv/xd+spXv0v3/+RROnDgKC1d0kwLmxoqHiqh2FJE6ZpXXkUnO7pp//4jtHvnXjp26ChdftWLGbAOmcXs6Xrt4Mv8Zi7pqAKX5cu7CJbfceKa55V0BqJRLJY4oILFN2IMSg6okJYlwRaDWRfRn4Gs+J3afNHFV5+xdMG0gVopTQ0HVdUBlEYnTnbT+z74D/SzXzxBnV29VCiWaHAwR/sYhD+6/xFKJ5O0YcPZw09B8YNF2vLSzchkpj/8YTcdPnSMtj+1k6686mIGa+l0vXaQqH45Z4Ip9JbA5D/N92dvr07wOzn65+BJSWDl+6mS2u6KhxDMjpLL5byw+/VIe1s/gi973K5UNcasKKP9S5Hea0zUmx3K0wc+fCcda+uUjxcsqKMrr7iI1q5dLTIVssX/8Qv30sM/+90oDwHn+vYb30Qfu+0DpLG7wncXuzDqdL52ublk+vXKYSTMnJ5t97OfGvUsq8QBFUAqAwYkD0Bny88+nWeaJbyX6B8+Ki+dklUaZD+1QTcmk+I62SHTI0ejfv0b91MXR/Eo173hWvqrd70Z5ywg3L5zH3389i9SN39+51330tUve7Gc23CQ5h/jT//spdSyZBEtWtR0OgdSKHvmVDAFmQk1ZMdCIcJAJARJLvqjXdfmpe4iuGImFdkKrIvtEVRhH/i5xaKZsU17XGAO3xNemeVqB1Rq1Pj9Eh/7wYf9pJOLLlxL73vvW/n79bImcNEFa+n2v3uP4Lqvf5B+89jTFV818nsuuPA8Wras+XQGKk780TkX9fsg8rxUKgVZSlwBmH7TNDnij7rsgroMRNeyTM8woh76q4N9JOkD7DqUy00h8q8N0GqZszKpak/rYTKDWVmuf/Of1TzqpovOo5UrlwpYd+5qHVfDdU/jiJ+JAc+eysxJoAYNAOABrAzGAuNQE0lKqUgw0Fxzbdthto2KphrgW8A6lJ8YqBOldI49bkpRpmLw3YoVS2isB0ssX9oiLwYGxo/mT1OhnxzbyTExfIjmWEFXqJjwCqCw/2nCvDNAmXMQOTGEY7G4m0jEGcSal8vlZXv0UvkarCda6nRFfzXe2sBFDc9RgqpsbvRzpILtoQSgNDbWjev+no5mv1S0rPxQEVP49Mw5oJZ1Kjb58bgoAEKTbPVddKtqGtjV901t2/KKxaIwLsAZbgsm7kMC9ZhA9aaH2opA6pyzhvXtXzzy5AiPISz79x+jg4f8GU3OW3fWuF/tnAaMChWjkCvKHFUnDne2H3zm6AV1janf0xwsOgKpYVzsZTO+2BsYQM+Uw36qIT1THmZhYLPvy1Vx6fcHcMMADGx3orNjHNM/0dioqunRlRrFli3NTbRh/Rra/cxB+v59v6BLNp1Hl22+oDybX3d3H0f9/yzsXpdO0ku3XEo10TxLTT+bdCrmS3iwHJlceVnkusdx3W2Obf/y8aefvu8zd91VOnxwK81JoFa+2b2bvAULLFqwAMk5IkG5gV/KQZXMwcCv0cWKzPkIfFoPWVQAbPuJE31obH/mCzVJkFKVfDRaU62E8btuuo5u+eA/kMU3x0duvZMuv/xCWr9ujUhWP//l45TLybwG9N73vJUSE0y980KafjbhZBZMASZAOZTND/Vl+g8NZLP7s0PZZ9pPntj+6O8e253Lm4MFLhwDlOSUHYfmaqkEqmSeQ5f0vCwzZtKzMCkQOeyvxiBNcfQfZWBGvHw+L7kAACi7AhL19/Rlhhi4JfZTo9G4MWVTr8abTTpA68YNZ9EHbnkr3XnXtyTw+93/2ya1svzF9a+j17/uT8a9R56vPn5MemEWApbkJZtxb6BvoLc309/W25dpP9reduzAkcNHn21t7eIbvsCWKu84XpZdsMF8Hjp2RKHCSqCd2dVSU/Oj/kgZFRffz5xC25QEoLqeQMYUM6nJfmsRvVSSoFIKntEEUR1BlWiwxSLMf/OkgKrGCJwm4OH/9Nqrac3qFXTP139I23a0BuesaO25q+nGt7+BrnjJJqo9BVCF2X8O2NSx3QCQPlMyKO1MT+Z4b19/O7tF7Wxx2p/euf1EvlAwA90aWWhIoXTwDAS2WsqXBnXoKwJQf+SCf0OFHSxzllH1imlqQn8zmzUpnU4xo5oMUJfNfsSFG4DG5YWk+vmvtbLwj8YvFAsMVKu5/BTzcRCqJjOmv+YDeYnO33g2/dOdt5JZLFFf3yA1NNRTXV2qtjZb48gzDaQwy7bvSzJbMlPmsvl8T3dvW2agv/1kJwc9Rw63b9u9q8PF0FPTxOCzsuYM4KGdcYPjtd/+/hSTaMNIRBdAQgzk9woBK7bD9pXKx5wDqm2PCIAk1xRLbiwPk7KlUnWQo+AWuNBOOcaHEiAABQNoFVn2EP0nK1H5w+tqwLXmw3iH7X+li5BIxLg2jxjFOtLt9Wr6vZMFKsAFk20OBzlef98gE2XmWG9f34lj7W3tbLbbj7S39YUDCbEPWB7gCv33cAI4rI/4D1nj9jXZcvl5vbwd/3UkQM3nC3jEDoJYLzTzMPsh2OcsUCMVT6cLBH9pEFT4o+zLu+wzId2fGdZy0d+PPIBoNIb3wqy4GjgOAzVjjdGNOtE0kyPW4Xpo1WrAGAZdjeFRVDFq5VQXtSJ+yMV+tO0HOGy63d7evhOZvr62jq6u9sPHjrXv2b/veEdXZ9Ef9myXu539tjKk/cB8QeqkrEe7YDu0VWDCZKg01BPAulSy3EIhz22cBBGgfR0GZvDa4W0iAHJ5NMV8MBUU+Ju4w5Uq8h0e4wbVPCSm8AURXdVnAg1uAcXjifDZRcCx6u7t6QXzTE80nWB1zWnQ1dj71WDU8F0xn6f8UKHsT+az+WJ3Ty8HOH3tnd3dYrp37Xm2g/1JB6AEowFgYV4D2DMcDRGCFqDEe3k2qG0LuIK2lN4+3KjIowVrQptmfx83uMOfOZpmcKjq2Lqu2UwMDtZLyMeOLwJaP6F9mGHnJFCr71KYU03Tvb6+nFdfrwuLsl8qvVK5XA53fDBLiiOqADempAbiArYePHjs6iu2iPwybkA1YkofrZbSX2nsfab1agdgqpbKVTbdxCDMUm6QKy+HeNnb1ZPp7ulp45sK/uTxfYcOHmdQ9oZmNfwtoVuTw4MogqAmdDFCsAYuUjnfAdvAZQqG93ihO+CPOcP+0j8CNnWLxYLLJ+vI/LK2UzKMaMm2IWq7VjQat/i7bHSlJJPQsXUvvAnmGTUo8fg+bo+lHEylPWipjgMzn5SHCIFpAxlL8gBcN8ycKkoj7nhmdyezUHdf18Ci5hVnTBxIhQP51GgTP+qBEkrRmM88xfThzGq5oZwPysEhgNLt6ujsyPT7phtR97bdOwHOQjKZlMAlvPihjx0ATYAXmu4QhP7EEVp5bBkvke4YPrWwrIKAPZEKqUu+qyFM6Mt88kNlkn7PL5jaByxhYQ4q3hbTuZqJRMpkV8BiYrAjkQSzq+729/d5XV1dNJdLNVC9Xbt0tXgxcRStiK2QF4+nmEmHGKyGCP8IqtAzxazLF1MR3AEMZcFFBos8u6/1V8lk4s8bmuoonopPQudXE8pJowVzk003m+8sA3NoiLL9g2ZXZ1e7b7q72g8ePdK+fffuE0O5IQfAYnMq+wGgYMzQlAOsISD5dwTDXEoyKjf0QbE9fheAB0Lzg0wKb07+7cqDtcE+AKXyZxiUlEjET/zd/HnSKxZtjD0Ta2SavnkHa2IeKg6qTGbYYiRiFNi1MtnUWxjlw+0MMEtWG4595NDT3jxQy0GFLT6npkHUJ4n8YapwUZJJJFY7EqXCV0UjVppEXOR7v/ed35595urN7Qc7Vqw4Zym7ANFJqVBj4biYK3ItiE9ZYHD29Wb6e3p9fxIsuXvvnvajx9t7AcYQfGGeLJY4pzDQCbfBa/iPwWhaASn2C/IX4O6EUhJSHeVUAHiYbuVPwyfpjuxTCktCrsPNaxgJGbHL2JPZgWCFAGI+B+TzBiMllMPAdDA9Alf4pKVYzGCzrxU50i+y+WegJkzH7zpz2LI56GAJJ6Wbq6UWRrQzzzwTs6BAY40Zhkrk84U0X6Q6fypKt46bOxWN6nH/ukaRoSID/UIt9swVKxtv+cub3ldXV7eoZeUiql+YHvmVNQb0oeu13M/N4GRguplMprO7J9PexSzJYGx/pnVvW08mk/f1xghVSmt4j/XhEO5QDhpWMIxyDm2gS3qFQlG6gmHWsS0Y1weF5vnBkxPMc6CkJw4JOQA3gAf1A6oIY1bydLlt2NpIrITHk8BN4vcRyT7DDH7I7cUpRaMxvGbf1LX5XNkPFVYt8XFNyyqZzNCYitIsIfLyH4zsdHR0iIZ9YN+To8A616b0GbFu5cqVcLwMbmDQYYKtTorZoS6ZjNcj54MbOc3vMQ8VRqnqmIeKL7AKhX8wVFPjgtTN/+2GtyxtbrkwwS5AfVOakukERQxduhZD0Rw1l82bPQzITF/mOAIcjrrbntnXerJomhZYEJE1gAd2A5gAqpD1AFBsEwY/AYN6oage9raBn3HtAVA+V9keLMXr4HOTn3ATE7cRPiUQB3fHH9WAACgqubgAow9KzfWTczwkljtILPf3d10/apcxZpiPjU285iD5HAcH8DB0h7d1AFL+HTZ/P6bytHhZct2IFUxPKSBtbm52d+7c6R47sq0mo84ZoIaRaYWWqpYvX65hcD/okt2ohONoqVhMr+M2ZaA6dexLpfjzBIDMLoCO6SrBqgBSCI5QM7z4/AtWXrbp4kubFy1ezRc7jcAhly/09mR6j8N07z2wv23P/n29ftAxLiNSJSNWyEZeKBsBxPAJK4bJeEGgJAzJfiDGfVElIwKEGAOGbmOI7K5/8p7PiJpgC4k5pVLRRSYZMyK/NgV0fK6uKPV858L/5PUMUCVaqCupvI6AmN0EAWw+n5Pt+UYGo8IIia8aifA9YFs232M2/y4bUmAul3Oamprcffv2jQnSuQTUUT5qwDTCNoZhcyDFiExE5CLx9WaTFpMpfmAKsR17CKH+KsJ/OP4qjKCf2r7t6GNPPnFUBXOV4sYAA4bBS+hT+t2GXjkKx3YhcMGAAFvFTC6B+O134wKsoSCO4I6jZmFQsCfMNQ6LTgoAMeikkEk1oGViqA0Ai3Fh6DIG0HCPAIz4zQArWDQeTzjIdcCTp7AOPiYmNAYaY7GE4yeYi/8pYJQJ1vlTHL8CoC5m68T3sHuB05X9sS8Ytq7OYWb2XNxIDFKPQerpuk7zpQZQ/d6VqJjJoSGZk4oj16KXTsdcfyZqmFHb9QMIXHQJMAQ82Dfsmw4DmIrARHxKfA6A4708tS0AaqhhBu+90OQDpMyUSNqW9wBayLQYEhPkHYhziGmIGEwCYIASMblv9pUAEes44mZQJFx/miLpEcDvEtPNR3Jh4gEcABNaJz5jxnV8M+45DHhhR5h8DpRgvt3A5xTwShq5tI7r+qK95eCYhYLNv6HEIMVN4mIApVtXBxY24Iq4YOeBgUEP8yOzT+p1dnYKiz747W97e7cerHnxrn3jG+dOMFXjjlXr1tnKtpsihUKdwRwZZ1ZI8rVLc3CAef05mHLSbN54nRPHRLWBao8RrSpguEAmVeXuxMpuxzDwCboYywnYAZC9CgB7Qd+55wdPFvrHA3Mv/qJolOiEwOug71wUCgAQIPVZD6ZZkwGKYDyAjYEhJht0BrMNcHJgBVBiG8cHpYX5txxE72BLRO6IxAMzz0wcZXNuMpiFYfl7I/y5xd8DhsSNEOXfVnJB6vE4EByTgZGwPmB71L6+Pg83oshPR45Ie/iqgp+hFrox1b2Hc45Rq5JSAi1VqaYmzEEf4+sVdf2+Z5h/1/HNoR/R4oL7I1YdAWNopnHMkB1RApb1KvMIfAb2ggktfN1yOBcEQ7Jjwox+rw6ACnHeBx8AC/DhUPAZmSVlDgLPsyTqRtcjSiKRgo4ZuC1RCXCATVgG3zfUxASzSygMCeYEkEkmovYYzDH4kG4yabg+43oCZgwh56aTsWRwi/j+lD77QO3iNrH5vKNsjYpef7/t+Z0nin9T1uvoKN+A8pu7u7spyETzwu7XeUM/CdOPgvHyfs8L7nySqSdN05bolSN/GxcU1hxRLvw2Xh+msmF6dQqBG/bs+ObaYSbwAOCyr8kXHRKRiORgFQAW1Y+6/VkDwV7+EG0L5ljmGQBJBxISwIUcBAdA4ThQTHqg+zrwqWHCkaYIyRedFViP88eNhgc9YH/4hwC33+8u24hvimQRmHd0dBgGkkhKzKQ4syIDU3xZPlcBNkFpymYtAaVSMOf9/Ns0mdQDfnIqlWJALqLBwb1emI9aERd4oRY9lxNPxgVqLWcdwAJwEEGz5+UieYd9Mb7gBqOEIKfYiJeYJWzMRYWJ0mD2/akqY5JHCZD5D1XwxUUGj7AlUBZqk4iofcAZYGdhToAEARHMbjBbYDidUNg/zgyXCKUeLOBDC0uCLcFoACLAB8ZDJG5ZmphpRNMAI/zu4FQk2EFvJrMnR9omHxs+p8OsSLxt3PNdBtw0ed4Hgr48Mc/15zWOMACjHnxKonreRvxw6Rzo6ekJfeeyCzPSaswT50xNfzn6b2hoQFoHTBvMI7Q9xo6Jx86gY9tg5sODJ7TAlMN8aZgLGGYbYjoukM+mgj9McgYTKlIQTHc0KjMKIeDASFe8x6wszED5UOYRcMIcQzQPkrehQ0LPcfyARW4iuCK83pb9+Hsdn+mVmHR0Rvkgh+ugHETdjgOzLyNrHcy1BXfWv5Eibn294nPQGHBFr7fX8urq6sCcbMoHvIEBmRGbP4t4YfLzwMAAfM3w9/q9Jn4egReqF/PlOTD9YIL9+/d7ixYtYmYFgNJ8sZUI02zKSsWiZbI/iMf8RJA3DW0SzMbspTFzKT/hI0LBzNXQHmGyg1RBSEYSRSPdTZgNvZJQuiCk+9GzBDcOyBiBjc9+bmDCXTHFzNAO2BLg56ga3omAGX6nnzfr9wox+B0fMPBhMWIBQRfYMhbOBRuMXMgj+UZcj6Ehj834gIAsnIkbd1Q8voy6urZ5oZWovKmxzVg3/Xx5joAqyaVcYCIR8UYiJZvBaXPAYjFATEiiDL4IsyNgLRIMXzf0UMk6f6JfSc4AWIL+71CucUUCQu8MgjSYdviK2AZMGo+nxJ+E1QRYwZaQfRB1+wK8J8CEAA82tSx0UZYEnPF4WqJuH5QYRRvl7YsMPp1vEPYsizHX96WLbpA17+HG6e/vl7kL0n5Pr/iTx48fF9PNJjxMO6CjR4+GEp4XsmbYuTFfXgCghnhl4LEZH2TfLcVBVMniiwl/VGMW03yGMSSwga/KQYfOPi2msVR+T5HDbJwS2QhmGObYdSUqF98R8hDMMfxKP1gxIJwjcheTjsANQMdQPN9M6wJ2ROkyc5SjJMpOJHQ3n7c8X4WwXD8PFCJ/nLce5O82xEzzafOyH3MWSECXSERF/sEPgD+J3xP6lWFiNNoAbBkOLwmHlcyXWQRUXJi9e/d6LS0tDFiwVISjfbuUTuNpKIxM2xIzDAmUL3zUNM0I5E4EVn5qWjLoR9fd0JdEZG0YMYnQfYbUpXcHMhCYmQGNjCLpjvTTCR3ZHokiPnjhHsCNKLqYGhMxSqGA/eMe0jnzeUcibPjWCHAgkcVi0msVRNVNbLr3e4GuW+56DRQLL8y+qu5Wni+znFHxp6Wl1zt5cqFIQOl0xDJNZL978rxUBgXkHCuXKxh46p/rmhozH4PYFI0UAjn8UshGHFzxMZLCoojIwbKIwIFrBDsAfiQSZZ9SuT7WSx6WkYjNrBbn9Q6DEoMPIZ5H3GwWjKfLDQHTjQL2gzwE3RYBzuDgYKjbeiEbBoMRhU3nAfnHAVQB6/btlrtmTVr655HEzmBls2iInskBCQdYrsX+os4AjHBQxYFUSeFpeYjkIYpD3oF7AMACnH4WUkl6ccCwkIUKBV+GQiqcZYHZIOgDtIaYcfZDGfRJNtcZjsIpDHBkCRbs6uoqs2Ew2LDMkqHJRpkPdv54gUpBEOGdffbZLjOX9P8bBnTEiARRStkWg03DgNZSKS9z+iP9LchSkqQP3k6kKPiXpikpc9K1yVE4s2TE9XXGrIceHnQ0QDCvry943d2SjSUTXsiTL6LLqa9vF0fkWQEhBzxBB4WkF3rzDDmHgRqMfhS5auPGjSF7eUNDQ24ymeRIJxJh4Gq5XInttaZSqZjiYN7L5UxCtz1H8mzCIy4zscxk7UtFeMgaulnTkrmO/m6/P1vMd5AxdJhBaZR7ccIgJtAl50E5D9TaYIVPt23bNrCfWrZsmfRNR6ND7tBQFDqlYrhKun4+b5clG8cpyhxWMOEYfwVWxSPXMf06zDECGojmhw8fLmuQ/tBi5JBGw/mhQt1yPuKeB+qkizAbsnwgrsdiKxRSq7NZPG6ygEd7U3NzsyRa+MOOk14wYA69O3IASEBgTLAkR+blEaBhAvR8mS+nAqhhBC0jT9va2rxwrFRY1qxZA1mrcoaQMHUtZMxyhlA4CG++zJdTDtSwAHyBiQ8GwtkC2KeeeiqMsL0KYM639HyZUfn/AgwAjysA6RFa9QYAAAAASUVORK5CYII=') no-repeat 0 0;
}

.bottom_test .inner {
    padding: 15px 136px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ1OEYyNEY3NDA3MjExRTU5QjI0RUFGQzM3QzMxMjRDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ1OEYyNEY4NDA3MjExRTU5QjI0RUFGQzM3QzMxMjRDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDU4RjI0RjU0MDcyMTFFNTlCMjRFQUZDMzdDMzEyNEMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDU4RjI0RjY0MDcyMTFFNTlCMjRFQUZDMzdDMzEyNEMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6l2JkwAAADWElEQVR42uybDW+bMBCGCYGktMu6fm3S/v9vm7R2S5WtaUYJMFt6o508Gwwl5mw46VSCwMIP57N9b1nUdR3NZrbFDGgGNAOaAQUOKBWeCV8JXwqPhVfCS+Fvwg/CiykCkjCuhV9YXPtH+A7QJgFoLfwG0WJrMqqeheehA5IRc6ucO8DfACLGkMvg1LaIqCABJcIfZLv4XaLDRUuOusWQlCYf6En4kQOgeOD2rhU4Txo4X5XfBa475Z8F2olCA5Qi99ChUnXIP1slh6WhAcqUnNN16i5wn669IACtyPFrzzZelSgKCtBSiYY+djS0FxygqmGWa8tF55pAek/LQ1lFOhVrOrtBXvlh+cKq0CKoVGY0mps+4/gRi0WbF1aGFkE5AXNJtgwFosZm4XeptOdlBF0Z7lOn6JSsjG3gpJqlgneArrDKvdfcWyhvvctmNcb1NHoKHwEdEA2JAdIOERORa1KLyLknw71GO95uVmPSoSPyS2W5my/IbJeGvJu3gXRDNq42VqMexAbOe8sdbZDk+Y+RfUXxF5cSx5D1oDZIdHZaR//XpPNoAjVpG0je2lAVxWAhtQGSQ+ID8shpaMh88aLZCgQJqQnQGtP1wjDjbDXbgeAgmQAtscFcoKMvSKQpIioBpMfQI8kE6BM2jroOUgB7w6qXXrPDdUEB+oIoejZsGjMsBGX0fG9I3JljOIPL3EnLHq1sqf007eUqh3CaZO4lfIX00EnmTho6d2rY9EARk9zSVea+ACwrmdsEKEcO2uBYVz7lUNTqK3PLc3c2G+NzzGKuzInMPfQ6yKXdRf+0s5PMrQ55KXN/0+TXBwJJ9uFnn4JZjgjZ4wFq/N3j/JhwnMncbUX7EhmfTYWPLDNozukrc2ekvaJrBHE2ZzK3r4CcydwhADqrzJ14CsiZzO1rBDmTuX2NIGcyN/cIGl3mjpnDGV3m5gyIhczN/WOW0WVuH772GVXm9uVzqNFkbp++FxtF5vbtgzrnkpKPXxw6hcQJEEuZmwsgtjI3B0CsZW4OgFjL3DGT4SXtt+btVzgfNaxxKoA9y/8AcADEWubmAKgiuciUo6JoJJmbA6DT7LTRPM/oMrfvs9gkAPVdB00KUNeV9CQBsbQZ0AxoBjQDmgExtr8CDACdNs0m93isyQAAAABJRU5ErkJggg==');
}

.bottom_test p {
    margin-bottom: 0;
}

@media ( max-width: 640px) {

    .bottom_test:before {
        left: 50%;
        margin-left: -85px;
    }

    .bottom_test .inner {
        padding: 44px 15px 15px 15px;
    }

    .header .phone {
        display: none;
    }
}

.slider h1,
.slider .h1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 26px;
}

.product-info h2,
.product-info .h2 {
    margin-top: 0;
}

.index-welcome-text {
    margin: 0 15px;
}

.index-benefits-icons {
    margin: 15px 0 40px 0;
}

.index-benefits-icons .title {
    margin: 0 15px 20px 15px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
}


.index-benefits-icons ul {
    font-size: 0;
    letter-spacing: -5px;
    padding: 15px 15px;
    background: #f7f7f2;
    margin-bottom: 20px;
}

.index-benefits-icons ul li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
}

.index-benefits-icons ul li .icon,
.index-benefits-icons ul li .text {
    display: inline-block;
    vertical-align: top;
}

.index-benefits-icons ul li .icon {
    width: 100px;
    height: 100px;
    position: relative;
    margin-right: 20px;
}


.index-benefits-icons ul li:nth-child(1) .icon:before,
.index-benefits-icons ul li:nth-child(2) .icon:before,
.index-benefits-icons ul li:nth-child(3) .icon:before,
.index-benefits-icons ul li:nth-child(4) .icon:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    right: 0;
    width: 100px;
    height: 100px;
}

.index-benefits-icons ul li:nth-child(1) .icon:before {

    background: url('/templates/mpwatch_2.1/images/bnf-icon-1.png') no-repeat 0 0;

}

.index-benefits-icons ul li:nth-child(2) .icon:before {

    background: url('/templates/mpwatch_2.1/images/bnf-icon-2.png') no-repeat 0 0;

}

.index-benefits-icons ul li:nth-child(3) .icon:before {

    background: url('/templates/mpwatch_2.1/images/bnf-icon-3.png') no-repeat 0 0;

}

.index-benefits-icons ul li:nth-child(4) .icon:before {

    background: url('/templates/mpwatch_2.1/images/bnf-icon-4.png') no-repeat 0 0;


}

.index-benefits-icons ul li:nth-child(4) .icon {
    text-align: center;
}

.index-benefits-icons ul li:nth-child(4) .icon > div {
    color: #000;
    font-family: 'Georgia';
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    top: 20px;
}

.index-benefits-icons ul li:nth-child(4) .icon > div span {
    color: #000;
    font-family: 'Georgia';
    font-size: 40px;
    font-weight: bold;
    display: block;
    line-height: 44px;
}


.index-benefits-icons ul li .text {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: bold;
    text-align: left;
    line-height: 100px;
}

.index-benefits-icons ul li .text p {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}

.page.index .additional_description {
    margin-top: 50px;
}

.page.index .additional_description h2,
.page.index .additional_description .h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
}

.header > .h-center {
    height: 72px;
}

@media ( max-width: 1220px) {
    .index-benefits-icons ul li .text {
        font-size: 16px;

    }

    .index-benefits-icons ul li .text p {
        line-height: 22px;
    }

}

@media ( max-width: 1060px) {
    .index-benefits-icons ul li .icon {
        margin-right: 10px;
    }

    .index-benefits-icons ul li .text {
        font-size: 15px;

    }

    .index-benefits-icons ul li .text p {
        line-height: 21px;
    }

}

@media ( max-width: 970px) {
    .index-benefits-icons ul {
        margin-top: -10px;
    }

    .index-benefits-icons ul li {
        margin-top: 10px;
    }

    .index-benefits-icons ul li .icon,
    .index-benefits-icons ul li .text {
        display: block;
    }

    .index-benefits-icons ul li .icon {
        margin: 0 auto;
    }

    .index-benefits-icons ul li .text {
        text-align: center;
    }

    .index-benefits-icons ul li:nth-child(1) .icon:before,
    .index-benefits-icons ul li:nth-child(2) .icon:before,
    .index-benefits-icons ul li:nth-child(3) .icon:before,
    .index-benefits-icons ul li:nth-child(4) .icon:before {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }


}

@media ( max-width: 767px) {
    .index-benefits-icons ul li {
        width: 50%;
    }
}

@media ( max-width: 460px) {
    .index-benefits-icons ul li {
        width: 100%;
    }
}

/*=============================== Last ================================*/

.payment-box .online-pay {
    margin-bottom: 20px;
    margin-left: 25px;
    margin-top: 10px;
}

.payment-box .online-pay li {
    position: relative;
    list-style-type: none;
    padding-left: 15px;
}

.payment-box .online-pay li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    /* font-size: 20px; */

    border: 1px solid #838788;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0px;
    top: 6px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.payment-box small {
    display: block;
    line-height: 1;
}

.payment-box input[type="submit"], .payment-box button {
    text-transform: uppercase;
    margin: 20px 0 5px;
}

.payment-box .input-line + input[type="submit"],
.payment-box .input-line + button {
    margin-top: 0px;
}

.payment-box .input-line:after {
    content: '';
    display: block;
    float: none;
    clear: both;
}

.payment-box .input-line input {
    width: 98px;
    float: left;
    margin-right: 15px;
}

.payment-box .error-text {
    padding-top: 4px;
    color: red;
}

.payment-box label {
    font-weight: normal;
}

@media (max-width: 767px) {
    .payment-box .input-line input {
        width: 100%;
        height: 50px;
        float: none;
        margin-bottom: 10px;
    }

    .payment-box .input-line + input[type="submit"] {
        width: 200px;
        height: 50px;
    }

    .payment-box strong {
        white-space: nowrap;
    }

    .payment-box label {
        font-size: 1.5em;
    }

    .payment-box .online-pay li:before {
        top: 14px;
    }
}

.filter .sorter {
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 20px 10px;
}

.filter-tt,
.filter .sort-box .t-sort {
    display: block;
    position: relative;
    font-size: 16px;
    text-align: left;
    margin: 0px 0px 7px;
}

.filter .t-sort span {
    padding: 0;
}

.filter .uiSlider-info > span:first-child {
    padding-left: 0px;
}

.filter-line {
    display: table;
    width: 100%;
    margin-top: 20px;
}

.filter .sort-box {
    border: none;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.filter .uiSlider-info {
    text-align: left;
}

.filter-line:first-child {
    margin-top: 0px;
}

.filter-line:after {
    content: '';
    display: block;
    float: none;
    clear: both;
}

.filter-line > div {
    display: table-cell;
    width: 50%;
    float: none;
}

.filter-line > div.col-md-4 {
    width: 33.33333%;
}

.filter label {
    width: 50%;
    min-width: 150px;
    font-weight: normal;
}

.filter label > div {
    margin-right: 5px;
}

.filter .noUiSlider {
    margin: 10px 0;
}

.filter .submit-line {
    position: relative;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0px 0px;
    margin-top: 20px;
}

.filter .submit-line:after {
    content: '';
    display: block;
    float: none;
    clear: both;
}

.filter .submit-line a {
    float: left;
    line-height: 31px;
    position: relative;
    margin-left: 20px;
}

.filter .submit-line a:before {
    content: "";
    color: #000;
    font-family: FontAwesome;
    line-height: 20px;
    text-align: center;
    position: absolute;
    left: -16px;
    top: 5px;
}

.filter .jq-selectbox {
    display: block !important;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.filter .for-slider {
    max-width: 200px;
}

.filter .uiSlider-info span {
    padding: 0 2px;
}

.filter .uiSlider-info .rouble {
    margin-left: 0px;
}

.filter .uiSlider-info input {
    margin: 0 3px;
}

#list-objects.catalog.few-items > p {
    margin-bottom: 70px;
}

@media (max-width: 767px) {
    .filter-line {
        margin: 0;
    }

    .filter-line > div,
    .filter-line > div.col-md-4 {
        display: inline-block;
        width: 49%;
        margin-bottom: 20px;
    }
}

.jq-checkbox.disabled {
    opacity: 0.3;
}

.filter .sorter + .sorter {
    margin-top: -56px;
}

.filter .sort-box {
    margin-top: 0;
    padding: 0;
    margin-bottom: 0px;
}

.filter .noUiSlider {
    margin: 10px 12px 15px;
}

.filter .filter-tt,
.filter .sort-box .t-sort {
    line-height: 16px;
    margin-bottom: 15px;
}

/* .menu-wrap{
	position: relative;
    z-index: 3;
} */
.top-seo-text {
    margin-bottom: 30px;
}

.jspVerticalBar {
    background: #e8e8e8;
}

ul.menu > li.custom-menu:hover span,
ul.menu > li:last-child:hover span {
    z-index: 901;
}

.c-sub .title {
    color: #000;
    font-weight: bold;
    line-height: 14px;
    border-bottom: 1px dashed #000;
    display: inline-block;
    padding: 3px 0;
    margin: 0 12px;
}

.no-brands:after {
    content: '';
    display: block;
    float: none;
    clear: both;
}

.no-br-table {
    display: table;
    width: 100%;
}

.no-brands .col-box {
    display: table-cell;
    width: 14%;
}

.h-center {
    overflow: visible;
}

#ajaxSearch {
    display: block;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    z-index: 902;
}

#ajaxSearch > div {
    background: #fff;
    border: 1px solid #363636;

}

#ajaxSearch a {
    display: block;
    color: #626262;
    padding: 3px 15px;
}

#ajaxSearch a:hover {
    color: #fff;
    background: #363636;
}

.site-map > ul > li + li {
    margin-top: 15px;
}

.site-map ul ul {
    margin-left: 20px;
}

.site-map li {
    position: relative;
}

.site-map ul ul li:before {
    content: '';
    position: absolute;
    background: #838788;
    left: -12px;
    top: 8px;
    width: 4px;
    height: 4px;

    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

ul.menu > li.custom-menu .c-sub.no-brands,
ul.menu > li:last-child .c-sub.no-brands {
    padding-left: 10px;
}

.all-btn,
.menu .all-btn {
    display: block;
    text-align: center;
    border: 2px solid #ebebeb;
    padding: 15px 10px;
    margin-bottom: 15px;

}

.all-btn small {
    display: block;
    text-transform: none;
    opacity: 0.7;
}

@media (max-width: 980px) {
    .site-map {
        font-size: 12px;
    }

    .site-map ul ul li:before {
        top: 16px;
    }
}

.item-stat.green small {
    display: block;
    font-size: 90%;
}

@media (min-width: 900px) {
    .link4map {
        display: inline-block;
        margin: 0 15px 0 20px;
        /* text-transform: uppercase; */
    }
}

@media (max-width: 899px) {
    .link4map {
        display: block;
    }
}

.block-seo-text {
    clear: both;
}

@media (max-width: 980px) {
    /*.link4map{ margin: 15px 0;}*/
    .menu li a {
        font-size: 0.7em;
        position: relative;
        z-index: 20;
        line-height: 0.8em;
    }

    .menu li > span {
        display: block;
    }
}

.nav {
    text-align: center;
}

.nav > li > a {
    padding: 10px 6px;
}


/*==================================================*/
.hcity-box {
    float: left;
    width: 14%;
    margin-left: 15px;
}

.hcity-box .jq-selectbox {
    width: 100%;
}

@media (max-width: 999px) {
    .login {
        width: 30%;
        text-align: right;
    }

    .hcity-box {
        width: 30%;
    }

    .submenu {
        margin-left: -95px;
    }

    .aside-toggle,
    .content .aside-toggle {
        display: block;
        position: relative;
        text-align: center;
        line-height: 40px;
        text-decoration: none;
        border: 1px solid #000;
        margin: 0 -15px 25px;
    }

    .aside-toggle:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        border-top: 9px solid #000;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        margin: -1px 0 0 10px;
    }

    .scroll-box label {
        display: inline-block;
        width: 33%;
    }

    .aside-sort.hide {
        display: none;
    }

    .breadcrumbs {
        padding: 42px 10px 45px;
    }

    .filter-tt, .filter .sort-box .t-sort {
        font-size: 19px;
    }

    .filter .filter-tt, .filter .sort-box .t-sort {
        line-height: normal;
    }

    /* body,
	.uiSlider-info span,
	.uiSlider-info input,
	.jq-selectbox__select{ font-size: 17px;} */
    .uiSlider-info input {
        width: 38%;
    }

    .c-sub {
        display: none;
    }

    .menu li a {
        font-size: 17px;
        line-height: normal;
    }

    .breadcrumbs {
        font-size: 0px;
        line-height: normal;
    }

    .breadcrumbs a {
        display: inline-block;
        position: relative;
        font-size: 16px;
    }

    .breadcrumbs a:before {
        content: '/';
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }

    .breadcrumbs a:first-child:before {
        display: none;
    }

    .breadcrumbs a div {
        display: inline;
    }

    .tbasket .count,
    .count-services {
        margin: 0 10px;
    }

    .sidebar-box li:nth-child(2) {
        border-top: 0;
    }

    .list-box,
    .gender-filter {
        margin-left: 5px;
    }

}

.jq-selectbox {
    z-index: 3 !important;
}

.tbasket tbody td a[href='#block-service-info'] {
    display: inline-block;
    margin: -5px 0 0 0px;
    width: 18px;
    height: 18px;
    background: #005FA6;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 19px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50%;
}

.tbasket .block-service-info {
    position: relative;
    /* margin-left: 90px; */
}

.tbasket .block-service-info p {
    position: absolute;
    left: -15px;
    width: 350px;
    background: #fff;
    background: #e5e5e5;
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    text-transform: none;
}

.tbasket .basket-img {
    min-height: 60px;
}

.tbasket p {
    overflow: hidden;
}

.jq-selectbox.opened {
    z-index: 5 !important;
}


/*============== New ==============*/

.blg-list,
.blg-list + .tag-box {
    padding-left: 15px;
    padding-right: 15px;
}

.blg-list + .tag-box {
    background: none;
}

.blg-list + .tag-box .h3 {
    margin-bottom: 20px;
}

.blg-list .page-nav {
    border-top: none;
}

.single-blg {
    display: inline-block;
    width: 32%;
    background: #f7f7f7;
    margin: 0 0 15px 1.2%;
    border: 1px solid #ebebeb;
    font: 12px "Trebuchet MS", Helvetica, sans-serif;
    padding: 0 15px 15px;
    height: 390px;
    overflow: hidden;
    position: relative;
}

.single-blg
.single-blg * {
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.single-blg > a {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
}

.single-blg:nth-child(3n+1) {
    margin-left: 0;
}

.single-blg .img-box {
    height: 250px;
    text-align: center;
    line-height: 230px;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    margin: 0 -15px 11px;
    position: relative;
}

.single-blg .img-box img {
    max-width: 100%;
    max-height: 100%;
}

.single-blg .img-box:before {
    content: 'Читать полностью...';
    position: absolute;
    bottom: -1px;
    left: 0px;
    right: 0px;
    height: 0;
    margin: auto;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    text-decoration: underline;
    line-height: 250px;
    background: rgba(0, 0, 0, 0.5);
    -ms-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.single-blg:hover .img-box:before {
    height: 250px;
}

.single-blg .date {
    font-size: 14px;
    color: #9c9c9c;
    margin-bottom: 12px;
}

.single-blg .tt {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 8px;
    min-height: 42px;
}

.single-blg:hover {
    background: #1a1a1a;
}

.single-blg:hover .tt {
    color: #fff;
}

.article .date + div {
    float: left;
}

.single-blg:hover .txt {
    color: #9c9c9c;
}

.filter .sorter {
    padding-top: 10px;
}

.filter label {
    min-width: 0;
}

.filter .filter-line,
.filter .sort-box {
    display: inline-block;
    width: 33%;
    padding: 0 15px;
    margin: 15px 0;
    vertical-align: bottom;
}

.filter .filter-line.two-in-row {
    width: 49.5%;
    vertical-align: top;
}

.filter .filter-line.one-in-row {
    width: 100%;
}

.filter .filter-line.one-in-row label {
    width: 24.7%;
}

.filter .filter-line.one-in-row label:nth-child(n+6) {
    margin-top: 25px;
}

.filter .filter-tt {
    display: block;
    width: auto;
}

.filter .noUiSlider {
    width: 165px;
}

.filter .submit-line {
    margin-top: 0;
}

@media (max-width: 980px) {
    .filter .filter-line.one-in-row label:nth-child(n+6) {
        margin-top: 0px;
    }

    .filter .noUiSlider {
        width: 140px;
    }

    .blg-list + .tag-box {
        display: block;
    }
}

@media (max-width: 700px) {

}

.alphabet-list {
    display: table;
    width: 100%;
}

.alphabet-list li {
    display: table-cell;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}

.alphabet-list a {
    text-decoration: none;
    color: #363636;
}

.brands-wrap {
    padding: 10px 15px 0px;
    font-size: 16px;
}

.brands-wrap .letter {
    font-size: 35px;
    font-weight: bold;
    display: inline-block;
    width: 12%;
    line-height: 30px;
    color: #000;
}

.brands-wrap .row {
    border-top: 1px solid #e0e0e0;
    padding: 40px 0px;
}

.brands-wrap .col {
    display: inline-block;
    margin: 0;
    width: 26%;
    width: 42%;
}

.brands-wrap a {
    text-decoration: none;
}

.brands-wrap .col li {
    margin-bottom: 7px;
}

@media (max-width: 970px) {
    .alphabet-list {
        display: block;
        text-align: center;
    }

    .alphabet-list li {
        display: inline-block;
        margin: 0 20px 10px 0;
    }
}

.themodal-lock {
    /* when modal is opened we're removing scrollbars from the main content */
    overflow: hidden;
}

.themodal-overlay {
    /* overlay will stay fixed and will take all the space available */
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;

    /* if modal content doesn't fit inside the overlay, display scrollbars */
    overflow: auto;

    /* allow one-finger iPad scrolling */
    -webkit-overflow-scrolling: touch;

}

/* fix for iPad glitches */
.themodal-overlay > * {
    -webkit-transform: translateZ(0px);
}

.themodal-overlay {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    /* IE6–IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
    zoom: 1;
}

#test-modal {
    margin: auto !important;
}

#ddelivery {
    height: 650px;
}

.themodal-lock .overlay {
    z-index: 99 !important;
}

.themodal-lock .front_popup {
    z-index: 99 !important;
}

/*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0; /* support: IE7 */
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
    padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/* button sets */
.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    /* support: IE10, see #8844 */
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0; /* support: IE7 */
    font-weight: normal;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.ui-menu .ui-state-disabled {
    font-weight: normal;
    margin: .4em 0 .2em;
    line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
    cursor: default;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("/templates/mpwatch_2.1/css/images/animated-overlay.gif");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 14px;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(/templates/mpwatch_2.1/css/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
}

.ui-widget-content a {
    color: #222222;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url(/templates/mpwatch_2.1/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(/templates/mpwatch_2.1/css/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #000;
    background: #000;
    font-weight: normal;
    color: #fff;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url(/templates/mpwatch_2.1/css/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(/templates/mpwatch_2.1/css/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(/templates/mpwatch_2.1/css/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(/templates/mpwatch_2.1/css/images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(/templates/mpwatch_2.1/css/images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(/templates/mpwatch_2.1/css/images/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(/templates/mpwatch_2.1/css/images/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(/templates/mpwatch_2.1/css/images/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(/templates/mpwatch_2.1/css/images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(/templates/mpwatch_2.1/css/images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/

/* Corner radius
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}*/

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa url(/templates/mpwatch_2.1/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url(/templates/mpwatch_2.1/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}

/* 22_06_2016 К.М. */
.menu li .title a {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    line-height: 14px;
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    padding: 0;
}

.no-brands.center .col-box {
    text-align: center;
}

.menu-wrap .center li a {
    text-align: center;
}

.menu li .title a:hover {
    color: #fff;
}

/* /22_06_2016 К.М. */

.shipping-type {
    text-align: center;
    font-size: 14px;
    margin-bottom: 65px;
}

.shipping-type .tt,
.shipping-txt .tt,
.tab-content .tt,
.basket-form .tt {
    display: block;
    font: 23px "Trebuchet MS", Helvetica, sans-serif;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0 50px;
}

.shipping-type label {
    display: inline-block;
    width: 445px;
    vertical-align: top;
    border: 1px solid #b2b2b2;
    font-weight: normal;
    line-height: 1.3;
    text-align: left;
    position: relative;
    cursor: pointer;
}

.shipping-type label.active:after {
    content: '';
    position: absolute;
    width: 36px;
    height: 24px;
    /*background: url(/templates/mpwatch_2.1/img/corner.png) no-repeat;*/
    bottom: -23px;
    left: 75px;
}

.shipping-type label + label {
    margin-left: 30px;
}

.shipping-type label input,
.shipping-type label .jq-radio {
    position: absolute !important;
    opacity: 0;
}

.shipping-type strong {
    display: block;
    position: relative;
    margin: -1px -1px 0px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 22px 15px 10px;
    background: #e6e6e6;
    letter-spacing: 2px;
    border: 1px solid #b2b2b2;
    border-bottom: none;
    font-weight: normal;
}

/* .shipping-type .active strong, */
.shipping-type .checked + strong {
    background: #999;
    color: #fff;
    border-color: #6b6b6b;
}

/* .shipping-type .active strong:after, */
.shipping-type .checked + strong:after {
    content: '';
    position: absolute;
    top: 28px;
    right: 12px;
    width: 18px;
    height: 14px;
    /*background: url(/templates/mpwatch_2.1/img/shipping.png) no-repeat;*/
}

.shipping-type span {
    display: block;
    padding: 20px 15px;
}

.shipping-txt {
    display: block;
    margin: 0px auto;
    text-align: center;
}

.shipping-txt .tt {
    width: 445px;
    border-top: 1px solid #b2b2b2;
    margin: 0px auto 37px;
    padding-top: 31px;
}

.shipping-txt strong {
    display: inline-block;
    width: 120px;
    text-align: right;
}

.shipping-txt span {
    display: inline-block;
    width: 300px;
    text-align: left;
    margin-left: 10px;
}

.shipping-txt li + li {
    margin-top: 3px;
}

.shipping-map {
    margin: 40px auto 0;
    border: 2px solid #ccc;
}

.shipping-map > ymaps {
    width: 100% !important;
}

.basket-form {
    width: 445px;
    border: none;
}

.basket-form .tt {
    border-top: 1px solid #b2b2b2;
    text-align: center;
    margin: 0px auto 30px;
    padding-top: 32px;
}

.basket-form label {
    color: #666;
    font-size: 16px;
    margin-left: 15px;
    margin-bottom: 6px;
    width: 90%;
}

.basket-form .input-line {
    margin-bottom: 14px;
}

.basket-form .input-line input {
    border: 1px solid #b2b2b2;
    height: 38px;
}

.basket-form .input-line textarea {
    border: 1px solid #b2b2b2;
}

.basket-form .blue-btn,
.basket-form a.blue-btn {
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    width: 100%;
    text-align: center;
}

#system_basket > .basket-form > .tt {
    border: none;
}

@media (max-width: 990px) {
    .shipping-type label {
        max-width: 45%;
    }

    .shipping-type label + label {
        margin-left: 20px;
    }

    .shipping-type strong {
        min-height: 78px;
        padding-right: 40px;
    }
}

.basket-form li input[type="radio"] {
    margin-top: 8px;
}

.basket-form li input + label {
    margin-left: 0px;
}

.cmpr-scroll .blue-btn {
    padding: 7px 12px 5px;
}

.cmpr-scroll .blue-btn img {
    margin: -7px 4px 0 0;
}

.aside-sort {
    position: relative;
}

.clear-link.compare-btn.gray-btn {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    margin: 0;
    z-index: 1;
}

.clear-link.fixed.compare-btn.gray-btn {
    position: fixed;
    top: 0px;
}

.clear-link + .h3 {
    margin-top: 0px;
    padding-top: 90px;
}

.aside-sort .clear-link.compare-btn.gray-btn:before {
    content: "\f00d";
    font-size: 1.25em;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
}

@media ( max-width: 999px) {
    .clear-link.compare-btn.gray-btn {
        left: 0;
        right: 0;
        margin: 0 -15px;
        padding: 0;
    }
}

/* Виджет выбора региона */

.hcity-box {
    position: relative;
}

.b-popover {
    left: 0;
    position: absolute;
    top: 100%;
    width: 320px;
    z-index: 2000;
    -webkit-box-shadow: 0 0 20px #aaa;
    -moz-box-shadow: 0 0 20px #aaa;
    box-shadow: 0 0 20px #aaa;
    background: #fff;
    padding: 10px 16px;
    margin-top: 20px;
}

.i-popover-arrow {
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -20px;
    left: 50px;
}

.b-section-4 {
    margin-bottom: 9.5px;
}

.b-popover strong, .bold {
    font-weight: 500;
}

.text-muted {
    color: #888;
    border-color: #ccc;
}

.hcity-box .dropdown-toggle {
    height: 30px;
    padding: 0 46px 0 10px;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #333;
    font: 14px/30px Arial, sans-serif;
    width: 100%;
    text-align: left;

}

.dropdown-toggle__select-text {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hcity-box .dropdown-toggle .caret {
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-top: 11px;
    position: absolute;
    right: 14px;
    top: 3px;
}

.hcity-box .dropdown-menu {
    list-style: outside none none;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 360px;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 0;
    width: 100%;
}

.hcity-box .dropdown-menu li a {
    min-height: 18px;
    padding: 5px 10px 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    white-space: nowrap;
    color: #231F20;
    cursor: pointer;

}

.hcity-box .dropdown-menu li a:hover {
    background: #000 !important;
    color: #FFF;
}

.hcity-box .dropdown-menu li a.selected {
    background-color: #A3ABB1;
    color: #FFF;
}

span.modal-text {
    font-weight: normal;
}

span.modal-text strong {
    font-weight: bold;
}

/* /Виджет выбора региона */

.f-box .ya-rate {
    display: block !important;
    padding-top: 12px;
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    display: block;
    margin: 0 auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    vertical-align: top !important;
    height: 100%;
    min-height: 1px;
    outline: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled,
.slick-prev.slick-disabled:hover, .slick-next.slick-disabled:hover {
    opacity: 0.3;
    cursor: default;
}

.slick-prev, .slick-next {
    background: url(/templates/mpwatch_2.1/images/slider_arrows.png) no-repeat 0 0;
    height: 24px;
    width: 12px;
    opacity: 1;
    text-indent: 9999px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 4px;
    display: block;
    cursor: pointer;
    z-index: 800;
    border: 0px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    padding: 0px;
    outline: none;
}

.slick-next {
    background-position: -12px 0;
    left: auto;
    right: 4px;
}

/* Новый вид фильтров 18.04.2017 К.М. */

@media (min-width: 999px) {

    .filter_form {
        position: relative;
    }

    .aside-sort h3,
    .aside-sort .h3 {
        display: none;
    }

    .filter_form .sort-box {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        border: 0px;
        margin-bottom: 10px;
        position: relative;
    }

    .filter_form .filter_box {
        display: none;
        position: absolute;
        top: 27px;
        width: 280px !important;
        left: 50%;
        margin: 0 0 0 -150px;
        background: #fff;
        border: 1px solid #666;
        padding: 10px !important;
        z-index: 200;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    }

    .filter_form .sort-box:nth-child(9) .filter_box,
    .filter_form .sort-box:nth-child(13) .filter_box,
    .filter_form .sort-box:nth-child(20) .filter_box {
        left: auto;
        right: 10px;
        margin-left: 0px;
    }

    .filter_form .sort-box.opened .filter_box {
        z-index: 300;
        display: block;
    }

    .filter_form .sort-box.opened .t-sort {
        position: relative;
        background: none;
    }

    .filter_form .sort-box.opened .t-sort:before {
        content: '';
        border-bottom: 8px solid #666;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        position: absolute;
        top: 19px;
        left: 50%;
        margin-left: -15px;
        height: 0;
        width: 0;
        z-index: 300;
    }

    .filter_form .sort-box .t-sort {
        font-size: 14px;
    }

    .filter_form .scroll-box {
        height: 107px;
        max-height: 107px;
        min-height: 30px;
        margin-left: 0px;
    }

    .filter_form .uiSlider-info input {
        width: 60px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .filter_form .filter_box .noUiSlider {
        margin-left: 10px;
        margin-right: 10px;
    }

    .filter_form .filter_box .jspContainer {
        width: auto !important;
    }

    .filter_form .t-sort {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .filter_form .t-sort span {
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding-left: 0px;
        padding-right: 15px;
        margin-right: 15px;
        cursor: pointer;
    }

    .filter_form .t-sort span:after {
        content: '';
        display: block;
        position: absolute;
        top: 5px;
        right: 0px;
        width: 7px;
        height: 7px;
        border: none;
        border-top: 1px solid #4c4c4c;
        border-right: 1px solid #4c4c4c;
        transform: rotate(135deg);
        transition: all 0.2s ease;
    }

    .filter_form .sort-box.opened .t-sort span:after {
        top: 10px;
        right: 0px;
        transform: rotate(-45deg);
        transition: all 0.2s ease;
    }

    .filter_btn_box {
        border-top: 1px solid #666;
        position: relative;
        left: -10px;
        width: 280px;
        padding: 10px 0 0;
        text-align: center;
        margin-top: 10px;
    }

    .filter_btn {
        border-radius: 3px;
        background: #333;
        color: #fff;
        padding: 5px 10px;
    }

    a.filter_btn {
        color: #fff;
        text-decoration: none;
    }

    .clear-link.compare-btn.gray-btn {
        position: relative;
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .sorter {
        margin-bottom: 20px;
    }

}


@media (max-width: 1185px) and (min-width: 780px) {

    .filter_form .sort-box:nth-child(19) .filter_box {
        left: auto;
        right: 10px;
    }

    .filter_form .sort-box:nth-child(20) .filter_box {
        left: 50%;
        margin-left: -150px;
    }

}

@media (max-width: 1120px) and (min-width: 780px) {

    .filter_form .sort-box:nth-child(8) .filter_box,
    .filter_form .sort-box:nth-child(12) .filter_box,
    .filter_form .sort-box:nth-child(18) .filter_box {
        right: 10px;
        left: auto;
    }

    .filter_form .sort-box:nth-child(9) .filter_box,
    .filter_form .sort-box:nth-child(13) .filter_box,
    .filter_form .sort-box:nth-child(19) .filter_box {
        left: 50%;
        margin-left: -150px;
    }

}

@media (max-width: 1040px) and (min-width: 780px) {

    .filter_form .sort-box:nth-child(7) .filter_box,
    .filter_form .sort-box:nth-child(15) .filter_box,
    .filter_form .sort-box:nth-child(21) .filter_box {
        right: 10px;
        left: auto;
    }

    .filter_form .sort-box:nth-child(12) .filter_box,
    .filter_form .sort-box:nth-child(17) .filter_box,
    .filter_form .sort-box:nth-child(18) .filter_box {
        left: 50%;
        margin-left: -150px;
    }

}

@media (max-width: 1015px) and (min-width: 780px) {

    .filter_form .sort-box:nth-child(6) .filter_box,
    .filter_form .sort-box:nth-child(11) .filter_box {
        right: 10px;
        left: auto;
    }

    .filter_form .sort-box:nth-child(8) .filter_box {
        left: 50%;
        margin-left: -150px;
    }

}


@media (max-width: 985px) and (min-width: 780px) {

    .filter_form .sort-box:nth-child(21) .filter_box,
    .filter_form .sort-box:nth-child(18) .filter_box {
        left: 50%;
        margin-left: -150px;
    }

    .filter_form .sort-box:nth-child(20) .filter_box {
        right: 10px;
        left: auto;
    }

    .filter_form .scroll-box label {
        display: block;
        width: auto;
    }

}


@media (max-width: 895px) and (min-width: 780px) {

    .filter_form .sort-box:nth-child(5) .filter_box,
    .filter_form .sort-box:nth-child(10) .filter_box,
    .filter_form .sort-box:nth-child(13) .filter_box,
    .filter_form .sort-box:nth-child(16) .filter_box,
    .filter_form .sort-box:nth-child(17) .filter_box,
    .filter_form .sort-box:nth-child(21) .filter_box {
        right: 10px;
        left: auto;
    }

    .filter_form .sort-box:nth-child(7) .filter_box,
    .filter_form .sort-box:nth-child(11) .filter_box {
        left: 50%;
        margin-left: -150px;
    }

}


@media (max-width: 770px) {

    .filter_form .scroll-box {
        margin-left: 0px;
    }

    .filter_form .scroll-box,
    .filter_form .filter_box .jspContainer {
        width: 100% !important;
    }

    .filter_form .scroll-box label {
        width: 32.5%;
    }

    .aside-toggle, .content .aside-toggle {
        margin-left: 0px;
        margin-right: 0px;
    }

    .filter_form .noUiSlider {
        margin-left: 15px;
        margin-right: 15px;
    }

    .filter_form .sort-box {
        margin-bottom: 35px;
    }

    .filter_btn_box {
        display: none;
    }

    .aside-sort h3,
    .aside-sort .h3 {
        display: block;
    }

    .clear-link.compare-btn.gray-btn {
        margin-left: 0px;
        margin-right: 0px;
    }
}

/* /Новый вид фильтров 18.04.2017 К.М. */

.gray-btn, .blue-btn {
    background: #23527c !important
}

@media (max-width: 360px) {
    .lheader {
        width: 60% !important
    }

    .lheader img {
        width: 100%
    }

    .type-view-trigger {
        display: none !important
    }
}

@media (max-width: 1000px) {
    .hide-filters {
        display: none !important;
    }
}

.hide-filters {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    float: right;
    font-size: 18px !important;
    /*text-align: center;
	margin-bottom: 15px;
	position: relative;*/
}

/*
.hide-filters .hide-filters-trigger {
	position: relative;
}

.hide-filters .hide-filters-trigger:before {
	content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: -15px;
    width: 7px;
    height: 7px;
    border: none;
    border-top: 2px solid #4c4c4c;
    border-right: 2px solid #4c4c4c;
    transform: rotate(135deg);
    transition: all 0.2s ease;
}*/

.hide-filters-wrap {
    text-align: left
}

.hide-filters-wrap .filter_btn {
    font-size: 14px
}

.blockUI.blockOverlay {
    z-index: 1000000 !important;
}

.blockUI.blockMsg.blockPage {
    z-index: 19999992 !important;
}

.delete:before {
    transform: rotate(-45deg);
}

.delete:before, .delete:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
}

.delete:before {
    transform: rotate(-45deg);
}

.delete:after {
    transform: rotate(45deg);
}

.delete {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 18px;
    cursor: pointer;
    position: relative;
}

.delete-wrap {
    position: absolute;
    top: 7px;
    right: 12px;
}

.filter_form .sort-box.filter-has-values .t-sort span:after {
    display: none;
}

.more-goods-wrap {
    padding: 15px;
    text-align: center
}

.more-goods-wrap div {
    display: inline-block;
    margin-right: 10px;
}

.more-goods-wrap div a {
    font-size: 16px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.arrival-notify-container input[type="text"] {
    border: 1px solid #b2b2b2;
    height: 38px;
}

.fl {
    float: left;
}

.arrival-notify-container .input-line {
    width: 50%;
    margin-right: 15px
}

.arrival-notify-container input[type="submit"] {
    margin-top: 2px
}

.arrival-notify-header .item-stat {
    margin-top: 0 !important
}

.arrival-notify-content {
    font-style: italic
}

@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('/templates/mpwatch_2.1/css/fonts/glyphicons-halflings-regular.eot');
    src: url('/templates/mpwatch_2.1/css/fonts/glyphicons-halflings-regular.eot#iefix') format('embedded-opentype'), url('/templates/mpwatch_2.1/css/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/templates/mpwatch_2.1/css/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/templates/mpwatch_2.1/css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/templates/mpwatch_2.1/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("/templates/mpwatch_2.1/css/fonts/fontawesome-webfont.eot#iefix&v=4.1.0") format("embedded-opentype"), url("/templates/mpwatch_2.1/css/fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("/templates/mpwatch_2.1/css/fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("/templates/mpwatch_2.1/css/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
}

.page-nav.page-nav_review {
    text-align: left;
    margin-bottom: 75px;
}

.page-nav_review .pagination {
    margin: 0;
}

.col-reviews .h2 {
    font-size: 26px;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 12px;
}

.col-reviews .h2 *, .review-top * {
    vertical-align: baseline;
}

.h2 .rewievs-all {
    color: #bfbfbf;
    display: inline-block;
    padding-left: 2px;
}

.rewievs-all span {
    font-size: 16px;
    font-weight: normal;
}

.rating-star {
    white-space: nowrap;
}

.rating-star i {
    padding-left: 2px;
    padding-right: 2px;
}

.h2 .rating-star {
    font-size: 16px;

}

.rating-star {
    color: #bfbfbf;
    display: inline-block;
    padding: 0 20px;
}

.rating-star .star-active {
    color: #ffc600;
}

.review-top .user-icon {
    text-align: center;
    width: 32px;
    height: 32px;
    display: inline-block;
    background: #000;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    margin-right: 12px;
}

.review-top .user-name {
    font-size: 16px;
}

.review-top .rating-star {
    padding-right: 31px;
    padding-left: 35px;
    font-size: 12px;
}

.review-top {
    margin-bottom: 10px;
}

.rating-small i {
    padding-left: 1px;
    padding-right: 0px;
}

.review-slogan {
    color: #ffc600;
    margin-right: 30px;
    white-space: nowrap;
}

.review-by {
    color: #bfbfbf;
    white-space: nowrap;
}

.review-top > span {
    padding-bottom: 20px;
    display: inline-block;
}

.review-line-text strong {
    display: inline-block;
    margin-right: 10px;
}

.review-line-text p {
    margin-bottom: 17px;
}

.review-line-data {
    color: #bfbfbf;
    margin-bottom: 20px;
}

.review-line {
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
}

.review-line:first-child {
    border-top: 0;
}

.review-photo-line a {
    display: inline-block;
    margin-right: 7px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    position: relative;
}

.review-photo-line a img {
    max-width: 60px;
    height: auto;
}

.review-photo-line a span {
    display: block;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, .35);
    margin-top: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
    color: #fff;
    line-height: 60px;

}

.review-photo-line a span i {
    width: 25px;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -12px;
}

.review-photo-line a:hover span {
    margin-top: 0;
}

.review-photo-line strong {
    display: block;
    margin-bottom: 2px;
}

.get-review {
    border-top: 2px solid #000;
    font-size: 13px;
}

.get-review .h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 27px;
    letter-spacing: 0;
    font-weight: bold;
}

.title-review {
    margin-bottom: 10px;
}

.stars {
    white-space: nowrap;
}

.stars a {
    text-decoration: none;
    color: #ccc;
    font-size: 22px;
    display: inline-block;
    padding-right: 10px;
}

.stars a.tmp_fs {
    color: #ffc600;
}

.stars a.tmp_fs.star-active, .stars a.star-active {
    color: #ffc600;
}

.stars a.tmp_es.star-active, .stars a.tmp_es {
    color: #ccc;
}

.get-review {
    margin-bottom: 45px;
}

.container-rating {
    margin-bottom: 5px;
}

.review-detail .title-review {
    height: 28px;
    line-height: 14px;
    margin-bottom: 14px;
}

.review-detail > div {
    border-left: 1px solid #ccc;
    margin-bottom: 32px;
}

.review-detail > div:first-child {
    border-left: 0;
}

.review-detail .stars a {
    font-size: 20px;
    padding-right: 12px;
}

.btn.btn-select {
    border-radius: 0;
    border-color: #000;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    background: #fff;
    outline: none !important;
}

.btn.btn-select:hover {
    background: #eee;
}

.btn.btn-select.active {
    color: #fff;
    background: #000;
}

.btn.btn-invert {

    color: #fff;
    background: #000;

}

.btn.btn-invert.btn-large {
    padding: 5px 27px;
}

.btn.btn-select.btn-large {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
}

.btn.btn-select.btn-invert:hover,
.btn.btn-select.btn-invert.active {
    color: #000;
    background: #eee;
    border-color: #000;
}

.btn.btn-select.focus {
    outline: none;
}

.btn.btn-select {
    min-width: 111px;
    padding: 5px 12px;
    line-height: 18px;
}

.buttons-block {
    margin-bottom: 40px;
}

.btn.btn-select .fa {
    vertical-align: middle;
    margin-right: 3px;
}

.add-photo {
    padding: 14px 0;
    margin-bottom: 40px;
}

.buttons-block .title-review {
    margin-bottom: 9px;
}

.col-reviews .basket-form {
    width: auto;
}

.col-reviews .input-line.important label:after {
    content: '';

}

.col-right .title {
    font-size: 19px;
    margin-bottom: 16px;

    line-height: 24px;
    color: #404040;
}

.col-right .title {
    margin-bottom: 10px;
}

.col-right .title.first-title {
    padding-top: 45px;
    margin-bottom: 16px;
}

.col-right {
    padding-top: 15px;
}

.col-right .progress {
    height: 5px;
    background-color: #ccc;
    border-radius: 0;
    margin-bottom: 26px;
}

.col-right .progress-bar {
    background: #000;
}

.sr-number {
    position: absolute;
    right: 0;
    top: -30px;
    font-weight: bold;
    color: #404040;
}

.reviews-progress {
    position: relative;
}

.col-right .title-review {
    margin-bottom: 9px;
}

.col-right .rating-star {
    padding-left: 0;
    padding-right: 0;
}

.rating-line.table tr td {
    vertical-align: middle;
    white-space: nowrap;
    color: #ccc;
    font-weight: bold;
    border: 0;
    padding: 6px 7px 7px 7px;
}

.rating-line.table tr td:last-child {
    font-size: 13px;
    padding-right: 0;
    font-weight: normal;
}

.rating-line.table tr td:first-child {
    padding-left: 0;
}

.rating-line .rating-star i {
    padding-left: 0px;
    padding-right: 1px;
    font-size: 16px;
}

.rating-line .rating-star {
    padding-top: 1px;
}

.rating-line.table {

}

@media (max-width: 1199px) {
    .review-detail > div:nth-child(3) {
        border-left: 0;
    }
}

@media (min-width: 998px) {
    .col-reviews-sidebar.col-sm-3 {
        width: 20% !important;
    }

    .col-reviews.col-sm-6 {
        width: 60%;
        padding-right: 40px;
    }
}

@media (min-width: 768px) {
    .col-right {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .review-detail > div {
        border-left: 0;
    }
}

@media (max-width: 450px) {
    .btn.btn-select {
        min-width: 98px;
    }
}

@media only screen and (min-width: 1110px) {
    .links_group {
        top: -90px !important
    }

    .links_group_offset {
        top: -10px !important
    }
}

@media only screen and (max-width: 640px) {
    .lheader, .hbasket, .h-center {
        display: none
    }
}

@media only screen and (max-width: 640px) {
    .menu-wrap {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .basket-form {
        width: 100% !important
    }

    .basket-form .phone {
        width: 100%;
        max-width: none !important;
        margin-left: 0 !important
    }
}

.content-wrap-new img {
    max-width: 100% !important;
    height: auto !important
}

.product-minicard-rating {
    height: 20px;
    overflow: hidden;
    margin-top: 2px;
    margin-bottom: 5px;
}

.product-card-rating {
    margin-bottom: 10px;
    cursor: pointer;
}

.product-card-rating .raty-text:hover {
    text-decoration: underline;
}

.product-minicard-rating .raty-preview img {
    width: 14px;
}

.product-card-rating .raty-preview img, .raty-input img {
    width: 18px;
}

.product-minicard-rating .raty-text, .product-card-rating .raty-text {
    font-size: 12px;
    margin-left: 10px;
    margin-top: 3px;
    display: inline-block;
    color: #888
}

.product-card-rating .raty-text {
    font-size: 14px;
    margin-top: 1px;
}

.product_description_hd div {
    display: inline-block;
    letter-spacing: 2px;
    margin: 10px 25px 10px 0;
    cursor: pointer;
}

.product_description_hd div.active {
    border-bottom: 2px dashed #fff;
}

.product_description_hd div h2 {
    top: auto;
    margin: auto;
    padding: 0;
}

.product-tab {
    display: none;
}

.testimonial-item {
    margin-bottom: 30px;
}

.testimonial-author-userpic {
    display: inline-block;
}

.testimonial-author-userpic img {
    border-radius: 20px;
}

.testimonial-author-name {
    display: inline-block;
    max-width: 75%;
    margin-left: 10px;
}

.testimonial-author-name span {
    display: block;
    font-weight: 700;
}

.testimonial-rating-and-experience div {
    display: inline-block;
}

.testimonial-experience {
    color: grey;
    padding-left: 3px;
    padding-top: 1px;
}

.testimonial-text-block {
    margin-top: 15px;
}

.testimonial-text-block-header {
    font-weight: bold;
    margin-bottom: 5px;
}

.testimonial-date {
    color: gray;
    margin-top: 10px;
}

.testimonial-photos {
    margin-top: 15px;
}

.testimonial-photo {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.testimonials-load-more {
    text-align: center;
    font-size: 17px;
    width: 50%;
    margin: 0 auto;
    border-top: 1px solid gray;
    padding: 0 20px;
}

.testimonials-load-more i {
    display: block;
    padding-bottom: 5px;
}

.testimonials-load-more a {
    padding-top: 15px;
    display: block;
    text-decoration: none;
}

.testimonials-header {
    margin-bottom: 30px !important;
}

.testimonials-header h2 {
    margin: 0 !important;
}

.testimonials-header a {
    font-size: 18px;
    dispay: inline-block;
}

.testimonials-header a i {
    vertical-align: middle;
    padding-right: 4px;
}

.testimonial-photo a span {
    display: none;
    width: 100%;
    height: 150px;
    background: rgba(0, 0, 0, .35);
    margin-top: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
    color: #fff;
    line-height: 60px;

}

.testimonial-photo a span i {
    width: 25px;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -12px;
}

.testimonial-photo a:hover span {
    margin-top: 0;
    display: block;
}

#add_testimonial .add-photo {
    margin-bottom: 0;
}

/*
     */
/*
*/