/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -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: 700
}

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

legend {
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

legend, td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

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

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !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: ""
    }

    blockquote, pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        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: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

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

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

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

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

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

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

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

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

.glyphicon-th:before {
    content: "\e011"
}

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

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

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

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

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

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

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

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

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

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

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

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

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

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

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

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

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

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

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

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

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

.glyphicon-list:before {
    content: "\e056"
}

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

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

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

.glyphicon-picture:before {
    content: "\e060"
}

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

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

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

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

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

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

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

.glyphicon-eject:before {
    content: "\e078"
}

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

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

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

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

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

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

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

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

.glyphicon-screenshot:before {
    content: "\e087"
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

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

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

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

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

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

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

.glyphicon-retweet:before {
    content: "\e115"
}

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

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

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

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

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

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

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

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

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

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

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

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

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

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

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

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

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

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

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

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

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

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

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

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

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

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

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

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

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

.glyphicon-flash:before {
    content: "\e162"
}

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

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

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

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

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

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

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

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

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

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

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

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

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

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

.glyphicon-subtitles:before {
    content: "\e188"
}

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

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

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

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

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

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

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

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

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

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

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

.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, .glyphicon-btc:before, .glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-jpy:before, .glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-rub:before, .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"
}

*, :after, :before, input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

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

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

a {
    color: #337ab7;
    text-decoration: none
}

a:focus, a:hover {
    text-decoration: underline
}

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > 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
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3 {
    font-weight: 500
}

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

h1, h2, h3 {
    font-weight: 500
}

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

.h1, .h2, .h3, h1, h2, 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, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700
}

.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: 14px
}

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, th {
    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:focus, a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

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

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

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

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

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

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

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

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

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

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

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

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

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

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

.list-inline {
    margin-left: -5px
}

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

dl {
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

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[data-original-title], abbr[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 ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before, blockquote footer: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 .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer: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, kbd, pre {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    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: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    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: 1200px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    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-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        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-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        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-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        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
    }
}

pre code, table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    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
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th, .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

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

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

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

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

.table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    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-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

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

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

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

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

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

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

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

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    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 > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

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

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

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }
}

fieldset, legend {
    padding: 0;
    border: 0
}

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

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

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

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

input[type=file], legend {
    display: block
}

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

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

.form-control, output {
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

output {
    padding-top: 7px
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    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 {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px
    }
}

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

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .checkbox-inline, .radio label, .radio-inline {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox label, .radio label {
    min-height: 20px
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px
}

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

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

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

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

.form-control-static {
    min-height: 34px;
    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
}

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

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

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5
}

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

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

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

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 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
}

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

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-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 .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-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 .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-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 .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

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

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

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

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

.form-horizontal .checkbox, .form-horizontal .radio {
    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.33px;
        font-size: 18px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 14px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    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.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
    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 {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

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

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active, .btn-default:active, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    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.focus, .btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    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.focus, .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active, .btn-success:active, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    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.focus, .btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active, .btn-info:active, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    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.focus, .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active, .btn-warning:active, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    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.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active, .btn-danger:active, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    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:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

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

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

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

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px
}

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

.alert > p + p, .btn-block + .btn-block {
    margin-top: 5px
}

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

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-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 dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    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: 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: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu-right, .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: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

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

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

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

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    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-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    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 dashed;
    border-bottom: 4px solid \9
}

.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-vertical > .btn, .btn-group > .btn {
    position: relative
}

.btn-group > .btn {
    float: left
}

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

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

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

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

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-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
}

.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;
    width: 100%;
    max-width: 100%;
    float: none
}

.nav-tabs.nav-justified > li {
    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-group:not(:first-child):not(:last-child) > .btn, .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: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, .input-group {
    display: table;
    border-collapse: separate
}

.btn-group-justified {
    width: 100%;
    table-layout: fixed
}

.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=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative
}

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

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.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: 14px;
    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
}

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

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

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

.input-group-addon {
    white-space: nowrap
}

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

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    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: 14px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

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

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

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn, .input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2
}

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

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

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

.nav > li > a {
    padding: 10px
}

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

.nav > li.disabled > a {
    color: #777
}

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

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    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:focus, .nav-tabs > li.active > a:hover {
    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 > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified > .dropdown .dropdown-menu, .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:focus, .nav-tabs.nav-justified > .active > a:hover {
    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:focus, .nav-tabs.nav-justified > .active > a:hover {
        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:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-justified > li, .nav-stacked > li {
    float: none
}

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

.nav-justified {
    width: 100%
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

@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:focus, .nav-tabs-justified > .active > a:hover {
    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:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

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

.navbar-brand > img, .tab-content > .active {
    display: block
}

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

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }

    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        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-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        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;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
        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: 8px -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 .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label, .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        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
    }

    .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, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    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:focus, .navbar-default .navbar-nav > .open > a:hover {
    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:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .btn-link, .navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover, a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    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:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    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:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .btn-link, .navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li, .pagination {
    display: inline-block
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb > .active {
    color: #777
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pager li, .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: 4px;
    border-bottom-left-radius: 4px
}

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

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    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;
    line-height: 1.3333333
}

.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: 14px;
    line-height: 1.5
}

.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 > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
    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:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

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

a.badge:focus, a.badge:hover, a.label:focus, a.label:hover {
    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]:focus, .label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

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

.label-success {
    background-color: #5cb85c
}

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

.label-info {
    background-color: #5bc0de
}

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

.label-warning {
    background-color: #f0ad4e
}

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

.label-danger {
    background-color: #d9534f
}

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

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.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-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #eee
}

.jumbotron, .jumbotron .h1, .jumbotron h1, a.list-group-item-danger .list-group-item-heading, a.list-group-item-info .list-group-item-heading, a.list-group-item-success .list-group-item-heading, a.list-group-item-warning .list-group-item-heading, button.list-group-item-danger .list-group-item-heading, button.list-group-item-info .list-group-item-heading, button.list-group-item-success .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    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-top: 48px;
        padding-bottom: 48px
    }

    .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 a > img, .thumbnail > img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

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

.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: 14px;
    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-bar-striped, .progress-striped .progress-bar {
    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-bar.active, .progress.active .progress-bar {
    -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-danger, .progress-striped .progress-bar-info, .progress-striped .progress-bar-success, .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-info {
    background-color: #5bc0de
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-bar-danger {
    background-color: #d9534f
}

.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-object.img-thumbnail {
    max-width: none
}

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

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

.media-body, .media-left, .media-right {
    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, button.list-group-item {
    color: #555
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
    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, .panel-title, .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit
}

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

.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 > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

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

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

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

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

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

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

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

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

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

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

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body, .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-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

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

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

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

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

.panel > .table-responsive {
    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-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default, .well blockquote {
    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 embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 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: 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: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

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

.modal, .modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -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: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    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: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.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;
    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, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.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-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    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);
    line-break: auto
}

.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, .carousel-inner {
    position: relative
}

.carousel-inner {
    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 > a > img, .carousel-inner > .item > 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: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.active.right, .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        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, .carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-control, .carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .active.left, .carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    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:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    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: transparent;
    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-next, .carousel-control .icon-prev {
        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
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row: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
}

.affix {
    position: fixed
}

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

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

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

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

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

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

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

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

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

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .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 !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.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
    }

    .hidden-print {
        display: none !important
    }
}

/*main_all_min.css*/

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

[class*=" icon-"], [class^=icon-] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-double-angle-pointing-to-right3:before {
    content: "\e907";
    color: #fff
}

.icon-delivery-truck2:before {
    content: "\e906";
    color: #62c081
}

.icon-delivery-truck1:before {
    content: "\e905";
    color: #62c081
}

.icon-proc:before {
    content: "\e900"
}

.icon-proc2:before {
    content: "\e901"
}

.icon-label:before {
    content: "\e902";
    color: #62c081
}

.icon-wallet:before {
    content: "\e903";
    color: #62c081
}

.icon-medal:before {
    content: "\e904";
    color: #62c081
}

.icon-double-angle-pointing-to-right_2:before {
    content: "\e90d"
}

.icon-checked:before {
    content: "\e912"
}

.icon-double-angle-pointing-to-right:before {
    content: "\e91c"
}

.icon-pet-food-1:before {
    content: "\e91d"
}

.icon-pet-food:before {
    content: "\e91e"
}

.icon-weight-scale_7:before {
    content: "\e91f"
}

.icon-icon_2:before {
    content: "\e920"
}

.icon-sitting-dog:before {
    content: "\e921"
}

.icon-feeding-bottle:before {
    content: "\e922"
}

.icon-pet-food-2:before {
    content: "\e923"
}

.icon-bones:before {
    content: "\e924"
}

.icon-group-2:before {
    content: "\e925"
}

.icon-x:before {
    content: "\e926"
}

.icon-close-envelope:before {
    content: "\e927"
}

.icon-skype-logo:before {
    content: "\e928"
}

.icon-triangle_3:before {
    content: "\e929"
}

.icon-fill-1_7:before {
    content: "\e92a"
}

.icon-placeholder-2:before {
    content: "\e92b"
}

.icon-menu-symbol-of-three-parallel-lines-1:before {
    content: "\e92c"
}

.icon-triangle:before {
    content: "\e92d"
}

.icon-weight-scale:before {
    content: "\e92e"
}

.icon-empty-shopping-cart:before {
    content: "\e92f"
}

.icon-icon:before {
    content: "\e930"
}

.icon-key-silhouette-security-tool-interface-symbol-of-password:before {
    content: "\e931"
}

.icon-left-arrow:before {
    content: "\e932"
}

.icon-contacts-agenda:before {
    content: "\e933"
}

.icon-delivery-truck:before {
    content: "\e934";
    color: #62c081
}

.icon-dollar-symbol:before {
    content: "\e935"
}

.icon-magnifying-glass:before {
    content: "\e936"
}

body {
    line-height: 20px;
    width: 100%
}

#cart.open > .btn:hover, #top .btn-link:hover, #top-links a:hover {
    color: #444
}

.breadcrumb i, .top-navigation-link > a.skype i {
    font-size: 15px
}

.input-group .dropdown-menu, .input-group .popover, .input-group input, .input-group select, .top-navigation-link > a.mail i, input[type=color].form-control, input[type=date].form-control, input[type=datetime-local].form-control, input[type=datetime].form-control, input[type=email].form-control, input[type=month].form-control, input[type=number].form-control, input[type=password].form-control, input[type=search].form-control, input[type=tel].form-control, input[type=text].form-control, input[type=time].form-control, input[type=url].form-control, input[type=week].form-control, textarea.form-control {
    font-size: 14px
}

legend {
    font-size: 18px
}

body, label {
    font-size: 14px;
    font-weight: 400
}

.input-group .input-group-addon {
    font-size: 14px;
    height: 30px
}

select.form-control {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    display: block;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    padding: 0 11px;
    font-family: 'Open Sans', sans-serif, Verdana, sans-serif;
    font-size: 14px;
    color: #666;
    width: 100%;
    height: 42px
}

.product-thumb h4, .strong {
    font-weight: 700
}

span.hidden-lg, span.hidden-md, span.hidden-sm, span.hidden-xs {
    display: inline
}

div.required .control-label:before {
    content: '* ';
    color: red;
    font-weight: 700
}

#top #currency .currency-select:hover, .dropdown-menu li > a:hover {
    color: #fff;
    background-color: #62c081;
    background-image: linear-gradient(to bottom, #62c081, #62c081);
    background-repeat: repeat-x
}

.dropdown-menu li > a:hover, .form-group-payment_address_newsletter label b:hover {
    text-decoration: none
}

#top {
    background-color: #eee;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0 3px;
    margin: 0 0 20px;
    min-height: 40px
}

#top .container {
    padding: 0 20px
}

#top #currency .currency-select {
    text-align: left
}

#top #currency .currency-select:hover {
    text-shadow: none
}

#top .btn-link, #top-links a, #top-links li {
    color: #888;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none
}

#cart.open > .btn, #top-links .dropdown-menu a {
    text-shadow: none
}

#top-links .dropdown-menu a:hover {
    color: #fff
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px
}

#top-links {
    padding-top: 6px
}

#top-links a + a {
    margin-left: 15px
}

.header_curier {
    width: 100%;
    text-align: center;
    z-index: 4;
    position: relative;
    padding: 70px 0 0
}

.header-up {
    position: fixed;
    top: 3px;
    height: 60px;
    width: 530px;
    float: left
}

.logo {
    width: 150px;
    height: 148px
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #fff
}

#cart > .btn {
    font-size: 14px;
    line-height: 18px;
    color: #fff
}

#cart.open > .btn {
    background-image: none;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #666;
    box-shadow: none
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
    min-width: 100%
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px
}

#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px
}

@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0
}

#menu {
    background-color: #62c081;
    background-image: linear-gradient(to bottom, #62c081, #62c081);
    background-repeat: repeat-x;
    border-color: #62c081;
    min-height: 40px
}

#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    padding: 10px 15px;
    min-height: 15px;
    background-color: transparent
}

#menu .nav > li.open > a, #menu .nav > li > a:hover {
    background-color: rgba(0, 0, 0, .1)
}

#menu .dropdown-menu {
    padding-bottom: 0
}

#menu .dropdown-inner {
    display: table
}

#menu .dropdown-inner ul {
    display: table-cell
}

#menu .dropdown-inner a, #menu .see-all {
    display: block;
    padding: 3px 20px;
    font-size: 14px
}

#menu .dropdown-inner a {
    min-width: 160px;
    clear: both;
    line-height: 20px;
    color: #333
}

#menu .dropdown-inner li a:hover, footer a:hover {
    color: #fff
}

#menu .see-all {
    margin-top: .5em;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px
}

#menu .see-all:focus, #menu .see-all:hover {
    text-decoration: none;
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #fff;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a
}

#menu .btn-navbar.disabled, #menu .btn-navbar:active, #menu .btn-navbar:focus, #menu .btn-navbar:hover, #menu .btn-navbar[disabled] {
    color: #fff;
    background-color: #229ac8
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px
    }

    #menu .dropdown-inner, #menu div.dropdown-inner > ul.list-unstyled {
        display: block
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, .1)
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff
    }

    #menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, .1)
    }

    #menu .see-all {
        margin-top: 0;
        border: 0;
        border-radius: 0;
        color: #fff
    }

}

#content {
    min-height: 600px
}

footer {
    background-color: #303030;
    color: #e2e2e2
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666
}

footer a {
    color: #ccc
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

.alert {
    padding: 8px 14px
}

.breadcrumb {
    margin: 0 0 20px;
    padding: 8px 0;
    border: 1px solid #ddd
}

.breadcrumb > li {
    text-shadow: 0 1px 0 #fff;
    padding: 0 20px;
    position: relative;
    white-space: nowrap
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0
}

.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pagination, h2.price {
    margin: 0
}

.rating2 .pagination a {
    margin: 0 5px
}

.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #23a1d1;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    box-shadow: none
}

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000
}

.btn-inverse.active, .btn-inverse.disabled, .btn-inverse:active, .btn-inverse:hover, .btn-inverse[disabled] {
    background-color: #222;
    background-image: linear-gradient(to bottom, #333, #111)
}

.list-group a {
    border: 1px solid #ddd;
    color: #888;
    padding: 8px 12px
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444;
    background: #eee;
    border: 1px solid #ddd;
    text-shadow: 0 1px 0 #fff
}

.carousel-caption {
    color: #fff;
    text-shadow: 0 1px 0 #000
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome
}

.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto
}

.product-thumb .image {
    text-align: center
}

.product-thumb .image a {
    display: block
}

.product-thumb .image a:hover {
    opacity: .8
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto
}

.product-grid .product-thumb .image {
    float: none
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px
    }
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px
}

.product-list .product-thumb .caption {
    margin-left: 230px
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px
    }

    #tab-description table {
        width: inherit !important;
        max-width: 100% !important;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px
    }

    .product-grid .product-thumb .caption {
        min-height: 0
    }
}

.product-thumb .rating {
    padding-bottom: 10px
}

.rating .fa-stack {
    font-size: 8px
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px
}

.rating .fa-star-o:hover {
    color: #fc0
}

.rating .fa-star, .rating2 .fa-stack {
    color: #fc0;
    font-size: 15px
}

.rating .fa-star + .fa-star-o {
    color: #e69500
}

.product-thumb .price {
    color: #444
}

.product-thumb .price-new {
    font-weight: 600
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px
}

.product-thumb .price-tax {
    color: #999;
    font-size: 14px;
    display: block
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: 0;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer
}

@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -20px
}

.thumbnails > li {
    margin-left: 20px
}

#column-left .product-layout, #column-right .product-layout, .owq-option table, .thumbnails > img {
    width: 100%
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd
}

.image-additional {
    max-width: 78px
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width: 768px) {
    #column-left + #content .product-layout .col-md-3 {
        width: 50%
    }

    #column-left .product-layout .col-md-3, #column-left + #content + #column-right .product-layout .col-md-3, #content + #column-right .product-layout .col-md-3 {
        width: 100%
    }
}

.input-group .form-control[name^=quantity] {
    min-width: 50px
}

.btn-info.active, .btn-info.disabled, .btn-info:active, .btn-info:hover, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39
}

.owq-option table td {
    padding: 3px;
    text-align: center
}

@media (max-width: 479px) {
    .owq-option table td {
        padding: 3px 0
    }
}

.owq-option table thead {
    background: #f0f0f0;
    font-weight: 700
}

.owq-option table tbody tr:nth-child(2n) {
    background: #f4f4f4
}

.owq-option table tbody tr:nth-child(2n+1) {
    background: #fbfbfb
}

.owq-option input[type=text] {
    max-width: 50px;
    display: inline-block;
    height: 32px;
    font-style: italic;
    font-size: 14px;
    color: #666;
    border: 2px solid #e5e5e5;
    background-color: transparent;
    padding: 5px
}

.owq-quantity .form-control {
    display: inline-block !important;
    text-align: center
}

.owq-quantity {
    display: inline-block;
    width: 100%
}

.owq-quantity > span {
    display: inline-block;
    margin: 0 3px;
    font-size: 20px;
    vertical-align: middle;
    padding-bottom: 3px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owq-option tr.no-stock .stock {
    color: #833;
    font-weight: 700
}

.owq-option tr.no-stock .form-control {
    background: #fdd
}

.price_big_table, .price_big_table tbody, .price_big_table tr {
    width: 100%
}

.price_big_table .discount_price_mode td {
    color: red
}

.price_big_table td.td_option_name {
    width: 140px
}

.price_big_table .discount_price_mode td.td_option_name {
    border-left: 5px solid red
}

.price_big_table td.td_option_quantity {
    width: 155px
}

.price_big_table td.td_option_quantity .cart-buy {
    display: block;
    height: 42px;
    line-height: 33px;
    font-size: 16px;
    width: 100%;
    font-family: 'Open Sans', sans-serif,;
    padding: 0;
    margin-top: 19px
}

.price_big_table td.td_option_price {
    width: 100px;
    color: #000;
    text-align: right;
    font: 18px/21px 'Open Sans', sans-serif,;
    margin-right: 8px;
    margin-top: 6px
}

.price_big_table td.td_option_price.ask-availble {
    opacity: .5
}

.price_big_table .discount_price_mode td.td_option_price {
    color: red
}

.price_big_table .discount_price_mode td.td_option_price .price-value-old {
    font-size: 14px;
    color: red;
    text-decoration: line-through
}

.price_big_table-in-card td.td_option_add_button {
    width: 91px;
    padding: 3px
}

#quick_signup {
    cursor: pointer
}

#modal-quicksignup .form-control {
    height: auto
}

.link-to-filter {
    color: #000;
    text-decoration: underline
}

.link-to-filter:hover {
    color: #000;
    text-decoration: none
}

* {
    outline: 0 !important
}

abbr, address, article, aside, audio, b, blockquote, body, button, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, legend, li, mark, menu, nav, object, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0
}

label, ol, p, ul {
    border: 0;
    outline: 0;
    background: 0 0
}

ol, p, ul {
    vertical-align: baseline
}

label {
    margin: 0;
    padding: 0
}

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

menu ul, nav ul {
    list-style: none
}

blockquote, q {
    quotes: none;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
    border-style: solid;
    border-color: #ccc;
    font-size: 14px;
    line-height: 1.6;

}

blockquote:after, blockquote:before, q:after, q:before {
    content: none
}

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

.options_variants_items > div, button.btn, input, input[type=submit].btn, label, select, table td {
    vertical-align: middle
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

ins, mark {
    background-color: #ff9;
    color: #000
}

mark {
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

ins {
    text-decoration: none
}

.fl-right {
    float: right
}

.fl-left {
    float: left
}

.absolute-position {
    position: absolute
}

.relative-position {
    position: relative
}

#ajaxblock, .center-block, .center-wrapper {
    margin: 0 auto
}

.box-sizing, input[type=submit] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

.center-text .pagenator {
    display: inline-block
}

#ajaxblock {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0
}

.txt-up {
    text-transform: uppercase
}

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

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.opacity-50 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5
}

@font-face {
    font-family: 'helveticaNCR';
    src: url(../font/helveticaneuecyr-roman-webfont.eot);
    src: url(../font/helveticaneuecyr-roman-webfont.eot?#iefix) format("embedded-opentype"), url(../font/helveticaneuecyr-roman-webfont.woff2) format("woff2"), url(../font/helveticaneuecyr-roman-webfont.woff) format("woff"), url(../font/helveticaneuecyr-roman-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'nerislight_italic';
    src: url(../font/neris-lightitalic-webfont.eot);
    src: url(../font/neris-lightitalic-webfont.eot?#iefix) format("embedded-opentype"), url(../font/neris-lightitalic-webfont.woff2) format("woff2"), url(../font/neris-lightitalic-webfont.woff) format("woff"), url(../font/neris-lightitalic-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'nerisblack';
    src: url(../font/neris-black-webfont.eot);
    src: url(../font/neris-black-webfont.eot?#iefix) format("embedded-opentype"), url(../font/neris-black-webfont.woff2) format("woff2"), url(../font/neris-black-webfont.woff) format("woff"), url(../font/neris-black-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url(../font/neris-semibold-webfont.eot);
    src: url(../font/neris-semibold-webfont.eot?#iefix) format("embedded-opentype"), url(../font/neris-semibold-webfont.woff2) format("woff2"), url(../font/neris-semibold-webfont.woff) format("woff"), url(../font/neris-semibold-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.action-tip .stripe:before, .actions-list-page .button-block .show-more:before, .articles-list-page .button-block .show-more:before, .cart-block .cart-info:after, .cart-block .cart-info:before, .cart-block.full-cart .cart-info:after, .cart-block.full-cart .cart-info:before, .cart-block.full-cart:hover .cart-info:after, .cart-block.full-cart:hover .cart-info:before, .catalog-wrapper .button-block .show-more:before, .clear-input, .close-close, .close-popup-bt, .code-block.active:after, .code-block:after, .complect-list li:before, .icons-sprite, .input-error:before, .input-success:before, .left-review .chat-btn:before, .left-review .review-info:before, .main-header .header-func-links .default-link.data-enter:after, .main-header .header-func-links .default-link.data-money:after, .main-header .search-container .search-btn:before, .main-menu .menu-holder.actions .menu-text:before, .main-menu .menu-holder.actions.active .menu-text:before, .main-menu .menu-holder.actions:hover .menu-text:before, .main-menu .menu-holder.birds .menu-text:before, .main-menu .menu-holder.birds.active .menu-text:before, .main-menu .menu-holder.birds:hover .menu-text:before, .main-menu .menu-holder.cats .menu-text:before, .main-menu .menu-holder.cats.active .menu-text:before, .main-menu .menu-holder.cats:hover .menu-text:before, .main-menu .menu-holder.dogs .menu-text:before, .main-menu .menu-holder.dogs.active .menu-text:before, .main-menu .menu-holder.dogs:hover .menu-text:before, .main-menu .menu-holder.fish .menu-text:before, .main-menu .menu-holder.fish.active .menu-text:before, .main-menu .menu-holder.fish:hover .menu-text:before, .main-menu .menu-holder.horses .menu-text:before, .main-menu .menu-holder.horses.active .menu-text:before, .main-menu .menu-holder.horses:hover .menu-text:before, .main-menu .menu-holder.rats .menu-text:before, .main-menu .menu-holder.rats.active .menu-text:before, .main-menu .menu-holder.rats:hover .menu-text:before, .main-menu .menu-holder.reptiles .menu-text:before, .main-menu .menu-holder.reptiles.active .menu-text:before, .main-menu .menu-holder.reptiles:hover .menu-text:before, .orders-wrapper .button-block .show-more:before, .product-images-wrapper .product-main-image .stripe.action-text:before, .product-images-wrapper .product-main-image .stripe.hit-text:before, .products-wrapper .extra-info .no-bowl, .products-wrapper .stripe.action-text:before, .products-wrapper .stripe.new-text:before, .reviews-list-page .reviews-wrapper .btn-back:before, .save-changes:before, .search-results .button-block .show-more:before, .select-mask:after, .send-message:before, .social-links .email, .social-links .facebook, .social-links .gplus, .social-links .pinterest, .social-links .twitter, .to-page:before, .tooltip-pop .close-btn, .tooltip-pop .phone.btn:before, .tooltip-pop .tip-body:before, .weight-control .weight-item-cart.active.big:before, .weight-control .weight-item-cart.active.middle:before, .weight-control .weight-item-cart.active.small:before, .weight-control .weight-item-cart.big:before, .weight-control .weight-item-cart.middle:before, .weight-control .weight-item-cart.small:before {
    background: url(../images/icons.png) no-repeat
}

.close-close {
    position: absolute;
    background-position: 0 -1945px;
    height: 9px;
    width: 9px;
    top: 9px;
    right: 9px;
    cursor: pointer
}

.bootstrap-touchspin-down, .bootstrap-touchspin-up, .btn {
    display: inline-block;
    padding: 4px 15px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none
}

.bootstrap-touchspin-down:active, .bootstrap-touchspin-down:hover, .bootstrap-touchspin-up:active, .bootstrap-touchspin-up:hover, .btn:active, .btn:hover {
    color: #fff
}

.btn-default, .btn-primary {
    background-color: #f26a16;
    border: 1px solid #df6018;
    border-top-color: #f4ab2d;
    border-bottom-color: #882230;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9901a), color-stop(50%, #f36d17), color-stop(100%, #ec4c13));
    background-image: -webkit-linear-gradient(#f9901a, #f36d17, #ec4c13);
    background-image: -moz-linear-gradient(#f9901a, #f36d17, #ec4c13);
    background-image: -o-linear-gradient(#f9901a, #f36d17, #ec4c13);
    background-image: linear-gradient(#f9901a, #f36d17, #ec4c13);
    -webkit-box-shadow: inset 0 -1px 0 #d2310c, 0 1px 3px rgba(0, 0, 0, .55);
    -moz-box-shadow: inset 0 -1px 0 #d2310c, 0 1px 3px rgba(0, 0, 0, .55);
    box-shadow: inset 0 -1px 0 #d2310c, 0 1px 3px rgba(0, 0, 0, .55)
}

.btn-primary:hover {
    background-color: #fd9251;
    border: 1px solid #f58b52;
    border-top-color: #fabf61;
    border-bottom-color: #bd4252;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdb858), color-stop(50%, #fd9451), color-stop(100%, #fc7d50));
    background-image: -webkit-linear-gradient(#fdb858, #fd9451, #fc7d50);
    background-image: -moz-linear-gradient(#fdb858, #fd9451, #fc7d50);
    background-image: -o-linear-gradient(#fdb858, #fd9451, #fc7d50);
    background-image: linear-gradient(#fdb858, #fd9451, #fc7d50);
    -webkit-box-shadow: inset 0 -1px 0 #f3694a, 0 1px 3px rgba(0, 0, 0, .55);
    -moz-box-shadow: inset 0 -1px 0 #f3694a, 0 1px 3px rgba(0, 0, 0, .55);
    box-shadow: inset 0 -1px 0 #f3694a, 0 1px 3px rgba(0, 0, 0, .55)
}

.btn-primary:active {
    background-color: #e16107;
    border: 1px solid #c13f04;
    border-top-color: #c14004;
    border-bottom-color: #882230;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e16e03), color-stop(50%, #df5e07), color-stop(100%, #cc4208));
    background-image: -webkit-linear-gradient(#e16e03, #df5e07, #cc4208);
    background-image: -moz-linear-gradient(#e16e03, #df5e07, #cc4208);
    background-image: -o-linear-gradient(#e16e03, #df5e07, #cc4208);
    background-image: linear-gradient(#e16e03, #df5e07, #cc4208);
    -webkit-box-shadow: inset 0 0 4px #c03e05, 0 1px 3px rgba(0, 0, 0, .55);
    -moz-box-shadow: inset 0 0 4px #c03e05, 0 1px 3px rgba(0, 0, 0, .55);
    box-shadow: inset 0 0 4px #c03e05, 0 1px 3px rgba(0, 0, 0, .55)
}

.btn-primary.disabled, .btn-primary.disabled:active, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled]:active, .btn-primary[disabled]:hover {
    cursor: default;
    background-color: #adacac;
    border: 1px solid #a0a09f;
    border-top-color: #bcbcbb;
    border-bottom-color: #575757;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c1c1c0), color-stop(50%, #adacac), color-stop(100%, #9b9b9b));
    background-image: -webkit-linear-gradient(#c1c1c0, #adacac, #9b9b9b);
    background-image: -moz-linear-gradient(#c1c1c0, #adacac, #9b9b9b);
    background-image: -o-linear-gradient(#c1c1c0, #adacac, #9b9b9b);
    background-image: linear-gradient(#c1c1c0, #adacac, #9b9b9b);
    -webkit-box-shadow: inset 0 -1px 0 #8e8e8e, 0 1px 3px rgba(0, 0, 0, .55);
    -moz-box-shadow: inset 0 -1px 0 #8e8e8e, 0 1px 3px rgba(0, 0, 0, .55);
    box-shadow: inset 0 -1px 0 #8e8e8e, 0 1px 3px rgba(0, 0, 0, .55)
}

.btn-default:hover {
    background-color: #fd9251;
    border: 1px solid #f58b52;
    border-top-color: #fabf61;
    border-bottom-color: #bd4252;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdb858), color-stop(50%, #fd9451), color-stop(100%, #fc7d50));
    background-image: -webkit-linear-gradient(#fdb858, #fd9451, #fc7d50);
    background-image: -moz-linear-gradient(#fdb858, #fd9451, #fc7d50);
    background-image: -o-linear-gradient(#fdb858, #fd9451, #fc7d50);
    background-image: linear-gradient(#fdb858, #fd9451, #fc7d50);
    -webkit-box-shadow: inset 0 -1px 0 #f3694a, 0 1px 3px rgba(0, 0, 0, .55);
    -moz-box-shadow: inset 0 -1px 0 #f3694a, 0 1px 3px rgba(0, 0, 0, .55);
    box-shadow: inset 0 -1px 0 #f3694a, 0 1px 3px rgba(0, 0, 0, .55)
}

.btn-default:active {
    background-color: #e16107;
    border: 1px solid #c13f04;
    border-top-color: #c14004;
    border-bottom-color: #882230;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e16e03), color-stop(50%, #df5e07), color-stop(100%, #cc4208));
    background-image: -webkit-linear-gradient(#e16e03, #df5e07, #cc4208);
    background-image: -moz-linear-gradient(#e16e03, #df5e07, #cc4208);
    background-image: -o-linear-gradient(#e16e03, #df5e07, #cc4208);
    background-image: linear-gradient(#e16e03, #df5e07, #cc4208);
    -webkit-box-shadow: inset 0 0 4px #c03e05, 0 1px 3px rgba(0, 0, 0, .55);
    -moz-box-shadow: inset 0 0 4px #c03e05, 0 1px 3px rgba(0, 0, 0, .55);
    box-shadow: inset 0 0 4px #c03e05, 0 1px 3px rgba(0, 0, 0, .55)
}

.btn-default.disabled, .btn-default.disabled:active, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled]:active, .btn-default[disabled]:hover {
    cursor: default;
    background-color: #adacac;
    border: 1px solid #a0a09f;
    border-top-color: #bcbcbb;
    border-bottom-color: #575757;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c1c1c0), color-stop(50%, #adacac), color-stop(100%, #9b9b9b));
    background-image: -webkit-linear-gradient(#c1c1c0, #adacac, #9b9b9b);
    background-image: -moz-linear-gradient(#c1c1c0, #adacac, #9b9b9b);
    background-image: -o-linear-gradient(#c1c1c0, #adacac, #9b9b9b);
    background-image: linear-gradient(#c1c1c0, #adacac, #9b9b9b);
    -webkit-box-shadow: inset 0 -1px 0 #8e8e8e, 0 1px 3px rgba(0, 0, 0, .55);
    -moz-box-shadow: inset 0 -1px 0 #8e8e8e, 0 1px 3px rgba(0, 0, 0, .55);
    box-shadow: inset 0 -1px 0 #8e8e8e, 0 1px 3px rgba(0, 0, 0, .55)
}

.bootstrap-touchspin-down, .bootstrap-touchspin-up, .btn-secondary {
    background-color: #62c081
}

.bootstrap-touchspin-down:hover, .bootstrap-touchspin-up:hover, .btn-secondary:hover {
    background-color: #6cd48f
}

.bootstrap-touchspin-down:active, .bootstrap-touchspin-up:active, .btn-secondary:active {
    background-color: #5fb57c;
    -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, .55);
    -moz-box-shadow: inset 0 2px 6px rgba(0, 0, 0, .55);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, .55);
    border-bottom-color: transparent
}

.bootstrap-touchspin-down.disabled, .bootstrap-touchspin-down.disabled:active, .bootstrap-touchspin-down.disabled:hover, .bootstrap-touchspin-down[disabled], .bootstrap-touchspin-down[disabled]:active, .bootstrap-touchspin-down[disabled]:hover, .bootstrap-touchspin-up.disabled, .bootstrap-touchspin-up.disabled:active, .bootstrap-touchspin-up.disabled:hover, .bootstrap-touchspin-up[disabled], .bootstrap-touchspin-up[disabled]:active, .bootstrap-touchspin-up[disabled]:hover, .btn-secondary.disabled, .btn-secondary.disabled:active, .btn-secondary.disabled:hover, .btn-secondary[disabled], .btn-secondary[disabled]:active, .btn-secondary[disabled]:hover {
    cursor: default;
    background-color: #adacac;
    border: 1px solid #a0a09f;
    border-top-color: #bcbcbb;
    border-bottom-color: #575757;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c1c1c0), color-stop(50%, #adacac), color-stop(100%, #9b9b9b));
    background-image: -webkit-linear-gradient(#c1c1c0, #adacac, #9b9b9b);
    background-image: -moz-linear-gradient(#c1c1c0, #adacac, #9b9b9b);
    background-image: -o-linear-gradient(#c1c1c0, #adacac, #9b9b9b);
    background-image: linear-gradient(#c1c1c0, #adacac, #9b9b9b);
    -webkit-box-shadow: inset 0 -1px 0 #8e8e8e, 0 1px 3px rgba(0, 0, 0, .55);
    -moz-box-shadow: inset 0 -1px 0 #8e8e8e, 0 1px 3px rgba(0, 0, 0, .55);
    box-shadow: inset 0 -1px 0 #8e8e8e, 0 1px 3px rgba(0, 0, 0, .55)
}

* html {
    font-size: 87.5%
}

html {
    font-size: 14px;
    line-height: 1.28571em;
    height: 100%
}

textarea {
    resize: none;
    overflow: auto
}

input[type=submit] {
    overflow: visible;
    margin: 0;
    width: auto
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=date], input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: solid 1px #d2d2d2;
    display: block;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    padding: 12px 20px;
    font-family: 'Open Sans', sans-serif, Verdana, sans-serif;
    font-size: 14px;
    text-align: left;
    color: #3e3e3e;
    background: 0 0;
    width: 100%;
    height: 40px
}

textarea {
    height: 82px
}

input[type=password]:active, input[type=password]:focus, input[type=text]:active, input[type=text]:focus, textarea:active, textarea:focus {
    border-color: #e5e5e5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.input-error input, .input-error select, .input-error textarea {
    border: 1px solid #f63840
}

.input-success input, .input-success select, .input-success textarea {
    border: 1px solid #62c081
}

.input-error:before, .input-success:before {
    content: '';
    position: absolute;
    right: -6px;
    top: 16px;
    background-position: 0 -1438px;
    height: 15px;
    width: 15px
}

.input-error:before {
    background-position: 0 -1470px
}

.clear-input {
    position: absolute;
    background-position: 0 -1945px;
    height: 9px;
    width: 9px;
    right: 9px;
    top: 32px
}

.placeholder-container {
    position: relative
}

.placeholder-container .placeholder-text {
    position: absolute
}

.top-navigation-curier {
    width: 100%;
    height: 42px;
    background: #f8f8f8;
    border-bottom: 1px solid #d7d7d7
}

.sticky .top-navigation-curier {
    position: fixed;
    z-index: 999
}

.top-navigation {
    width: 1200px;
    margin: 0 auto
}

.col-selected-city {
    width: 200px;
    height: 42px;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid transparent;
    padding: 6px 0 0
}

.col-selected-city-label {
    float: left;
    width: 65px;
    font-size: 14px;
    font-weight: 700;
    color: #62c081;
    padding-left: 12px;
    text-align: left;
    text-transform: lowercase
}

.col-selected-city-select {
    width: 133px;
    padding: 0 60px 0 10px;
    font-weight: 600;
    font-size: 14px;
    color: #666
}

.custom-select {
    position: relative;
    color: #666;
    cursor: pointer;
    line-height: 29px;
    font-family: 'Open Sans', sans-serif, Verdana, sans-serif;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none
}

.custom-select.active {
    background: #fff;
    border-left: 1px solid #d7d7d7
}

.custom-select.active .custom-select-content {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .06);
    box-shadow: 0 0 25px rgba(0, 0, 0, .06)
}

.custom-select.active .select-mask {
    color: #63c081;
    border-bottom-color: #fff;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.custom-select-content {
    position: absolute;
    top: 42px;
    left: -1px;
    right: 0;
    border: 1px solid #e5e5e5;
    border-top: none;
    background: #fff;
    max-height: 160px;
    overflow-y: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    display: none;
    width: 100.8%;
    z-index: 98
}

.select-mask {
    height: 29px;
    padding: 0 30px 0 10px;
    position: relative;
    z-index: 1;
    background: 0 0;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.select-mask:after {
    content: '';
    background: url(../image/left-arrow.png) 0 0 no-repeat;
    position: absolute;
    height: 7px;
    width: 13px;
    top: 12px;
    right: 25px
}

.custom-select-hidden {
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    width: 0;
    height: 0
}

.custom-select-item {
    padding: 7px 10px;
    line-height: 16px;
    font-size: 14px
}

.custom-select-item .discount {
    color: #f63840
}

.custom-select-item:hover {
    color: #fff;
    background: #62c081
}

.custom-select-item:hover .discount {
    color: #fff
}

.link-callback {
    position: relative;
    cursor: pointer;
    padding: 10px 7px 0 20px;
    z-index: 98
}

.link-callback > span, .top-navigation-link > a {
    font-weight: 600;
    text-align: center;
    color: #666
}

.link-callback > span {
    border-bottom: 1px dashed #979797;
    padding: 0
}

.link-callback.active > span, .link-callback > span:hover {
    border: 0;
    color: #62c081
}

.link-callback > i {
    font-size: 16px;
    padding-right: 7px;
    color: #62c081
}

.top-navigation-link {
    float: left;
    padding: 10px 0 0
}

.top-navigation-link > a {
    padding: 0 7px;
    cursor: pointer
}

.top-navigation-link > a:focus, .top-navigation-link > a:hover {
    text-decoration: none
}

.top-navigation-link > a span {
    padding: 0
}

.top-navigation-link > a i {
    color: #62c081;
    padding-right: 7px
}

.data-money {
    line-height: 18px;
    display: inline-block
}

.col-welcom {
    float: right;
    background: #62c081;
    width: 95px;
    height: 42px
}

.col-welcom a {
    color: #fff;
    width: 100%;
    text-align: center;
    display: block
}

.col-welcom #quick-login a {
    color: #62c081;
    display: inline-block
}

.col-welcom #quick-login a:hover {
    opacity: .7
}

.data-enter {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    z-index: 97
}

@media screen and (min-width: 1001px) {
    .data-enter.active {
        z-index: 99
    }
}

.data-enter span {
    display: block;
    height: 42px;
    padding: 10px 0 0;
    cursor: pointer
}

.data-enter span i {
    padding: 0 15px
}

.tooltip-pop.log-in {
    top: 30px
}

#search, .color-wrapper, .func-link {
    position: relative
}

.func-link.active .tooltip-pop {
    z-index: 98;
    display: block
}

.color-wrapper {
    width: 37px;
    height: 32px;
    border: 2px solid transparent;
    float: left;
    overflow: hidden;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 0 10px 10px 0
}

.color-wrapper.active {
    border-color: #62c081;
    cursor: default
}

.color-wrapper input[type=radio] {
    position: absolute;
    bottom: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.custom-check, .custom-radio {
    display: inline-block;
    width: 16px;
    height: 16px
}

.custom-check {
    background: url(../images/checkbox.png) 0 0
}

.custom-check.hover {
    background-position: 0 -16px
}

.custom-check.checked {
    background-position: 0 -32px
}

.main-menu .menu-holder .links-list a.active, .main-menu .menu-holder .links-list a:hover, label.active {
    color: #62c081
}

label.active .count {
    color: #888
}

.custom-radio {
    background: url(../images/radio.png) 0 0
}

.custom-radio.hover {
    background-position: 0 -16px
}

.custom-radio.checked {
    background-position: 0 -32px
}

.custom-check, .custom-radio {
    cursor: pointer;
    vertical-align: text-top;
    margin-right: 3px
}

body {
    font-family: 'Open Sans', sans-serif, Verdana, sans-serif;
    color: #333;
    height: 100%
}

.footer-down {
    min-height: 100%;
    margin-bottom: -239px;
    background: #fff
}

.checkout-simplecheckout .footer-down, body {
    background: #fbfbfb
}

.footer-down:after {
    content: "";
    display: block;
    height: 215px
}

.center-wrapper {
    width: 1200px;
    padding: 0 15px;
    box-sizing: content-box
}

.brands-wrapper .center-wrapper, .in-category .center-wrapper {
    width: 100%
}

.in-category {
    float: left;
    width: 100%
}

.default-link, a {
    color: #62c081;
    text-decoration: none
}

.default-link-soglash {
    max-width: 100px;
}

.default-link:hover, a:hover {
    text-decoration: none;
    color: #6cd48f
}

.bordered-link {
    border-bottom: 1px dashed #62c081;
    cursor: pointer
}

.helveticaNCR {
    font-family: helveticaNCR
}

.nerislight_italic {
    font-family: nerislight_italic
}

.nerisblack {
    font-family: nerisblack
}

h1, h2, h3, h4, h5, h6, sans-serif {
    font-family: 'Open Sans', sans-serif
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
    font-weight: 400;
    color: #000
}

h4, h5 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif, Verdana, sans-serif;
    font-weight: 700
}

h1, h2 {
    font-size: 25px
}

h3 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 14px
}

.breadcrumbs ol, ol, ol li, p, ul, ul li {
    margin: 0;
    padding: 0
}

p {
    margin: 15px 0
}

.custom-color {
    color: #166ebf
}

.inverse-color, .products-wrapper .product-wrapper:hover .weight-item.weight-action.active {
    color: #fff
}

.left-column {
    width: 280px
}

.separator-line {
    height: 1px;
    background: #f5f5f5
}

.breadcrumbs, .no-results {
    margin-top: 22px;
    font: 14px/21px 'Open Sans', sans-serif
}

.breadcrumbs ol {
    list-style: none
}

.breadcrumbs ol li {
    display: inline;
    word-wrap: break-word
}

.no-results {
    text-align: center;
    margin-top: 50px;
    color: #000
}

.no-results img {
    margin: 10px 0 10px 72px
}

.header-wrapper {
    background: #fff
}

.main-menu-curier {
    background: #f8f8f8;
    color: #333;
    display: block;
    border-top: 2px solid #d6d6d6;
    -webkit-box-shadow: inset -1px 0 0 #f0f0f0;
    -moz-box-shadow: inset -1px 0 0 #f0f0f0;
    box-shadow: inset -1px 0 0 #f0f0f0;
    height: 44px;
    position: relative
}

.main-header {
    height: 131px;
    position: relative;
    padding: 9px 0 5px;
    margin: 0 auto;
    width: 1200px
}

.main-header .logo {
    width: 204px;
    height: 116px;
    float: left;
    padding: 4px 60px 0 15px;
    background: 0 0
}

.main-header .logo a img {
    max-width: 100%;
    height: auto
}

.search-container {
    float: left;
    width: 545px
}

.text-uder-search {
    padding: 16px 13px 16px 10px;
    font-size: 19px;
    font-weight: 700;
    color: #646464
}

.search-container .placeholder-text {
    top: 9px;
    left: 12px;
    font-size: 14px;
    font-style: italic;
    text-align: center;
    color: #3e3e3e;
    opacity: .5
}

.search-container input {
    text-align: left;
    padding: 0 20px 0 12px;
    line-height: 40px;
    width: 99%
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    width: 150px;
    height: 40px;
    font-weight: 600;
    text-align: left;
    color: #fff
}

.search-btn i {
    padding: 0 20px 0 0;
    font-size: 20px
}

.contact-data {
    float: left;
    width: 255px;
    padding: 15px 25px
}

.contact-data > span {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: #62c081
}

.contact-data-text {
    font-size: 15px;
    font-style: italic;
    text-align: center;
    color: #ababab;
    padding: 5px 0 0
}

.view-all-brands-curier {
    float: left;
    width: 100%;
    height: 80px
}

.main-footer {
    margin-top: 45px;
    clear: both;
    background: url(../images/footer-bg.jpg) #11151e;
    height: 250px;
    color: #fff;
    font: 14px/21px 'Open Sans', sans-serif
}

.main-footer .center-wrapper {
    position: relative;
}

.main-footer .text-block {
    margin: 35px 45px 0 0
}

.main-footer .icq, .main-footer .phone, .product-options-wrapper .social-widgets-wrapper > div, .product-options-wrapper .social-widgets-wrapper > iframe {
    margin-bottom: 10px
}

.main-footer .services-block {
    margin: 35px 15px 0 0;
    text-align: center
}

.main-footer .services-block img {
    margin-top: 10px
}

.main-footer .services-block-adress {
    position: absolute;
    left: 0;
    bottom: -55px;
    line-height: 16px;
    font-size: 14px;
    text-align: left;
    padding: 0 15px;
    max-width: 320px;
}


.main-footer .copyright-block {
    margin-top: 35px;
    text-align: center
}

.brands-block {
    padding: 25px 0 38px
}

.brands-block .brands-wrapper {
    text-align: justify;
    margin-top: 15px;
    padding: 0 12px;
    height: 120px;
    line-height: 116px
}

.brands-block .brands-wrapper:after {
    content: "";
    display: inline-block;
    width: 100%
}

.brands-block .brands-wrapper img {
    max-height: 120px;
    max-width: 120px;
    display: inline-block;
    vertical-align: middle
}

.action-products, .new-products, .season-supply, .watched-products {
    padding: 22px 0 12px
}

.brands-wrapper {
    background: #fff
}

.slider-wrapper {
    background: url(../images/slider-bg.png) #fff
}

.bx-wrapper {
    position: relative
}

.bx-pager {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 10px
}

.bx-next, .bx-prev, .bx-wrapper .bx-pager-item {
    display: inline-block
}

.bx-wrapper .bx-pager-item + .bx-pager-item {
    margin-left: 6px
}

.bx-wrapper .bx-pager-item .bx-pager-link {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    overflow: hidden;
    text-indent: -100px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5), inset 0 0 3px rgba(0, 0, 0, .5)
}

.bx-wrapper .bx-pager-item .bx-pager-link.active {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5)
}

.bx-wrapper img {
    display: block
}

.bx-next, .bx-prev {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    background: #4e443c;
    color: #fff;
    border-radius: 18px;
    text-align: center;
    line-height: 34px;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif
}

.bx-prev {
    left: 5px
}

.bx-next {
    right: 5px
}

.benefits-block {
    padding-bottom: 12px;
    color: #474747;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 15px
}

.benefits-block-content {
    padding: 30px 0;
    border-bottom: solid 1px #d1d1d1;
    float: left;
    width: 100%
}

.benefits-block .benefit-item-curier {
    float: left;
    width: 20%;
    padding: 0 15px
}

.benefits-block .benefit-item {
    text-align: center;
    float: left;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background-color: #fbfbfb;
    border: solid 1px #d1d1d1;
    padding: 0 15px;
    display: table;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

.benefits-block .benefit-item span {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
    text-align: center;
    padding: 0 15px;
    color: #464646
}

.benefits-block .benefit-item i {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    color: #62c081
}

.benefits-block .benefit-item i.icon-proc:before {
    content: '%';
    font-size: 24px
}

.brands-search {
    margin-top: 75px
}

.brands-search ul, .main-footer ul, .regions_dialog .countries ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.brands-search .alphabet {
    margin: 15px 0 35px
}

.brands-search .letters {
    float: left;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px
}

.brands-search .letters.active {
    background: #62c081;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.brands-search .brands-list-item {
    float: left;
    width: 240px;
    padding-right: 20px;
    line-height: 21px
}

.brands-list-item span {
    color: #6cd48f
}

.reviews-block {
    padding: 30px 0 15px;
    background: #fff;
    font-family: 'Open Sans', sans-serif
}

.reviews-block .reviews-holder {
    margin: 15px 0 20px
}

.reviews-block .review-item {
    width: 375px;
    float: left;
    padding-right: 25px
}

.reviews-block .name {
    line-height: 21px;
    font-size: 16px
}

.reviews-block .date {
    font-size: 14px;
    color: #a4a4a4;
    margin-bottom: 22px
}

.reviews-block .review-text {
    font-family: 'Open Sans', sans-serif, Verdana, sans-serif;
    line-height: 21px
}

.season-supply .banner {
    margin-top: 20px
}

.main-menu .site-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 42px;
    font-family: 'Open Sans', sans-serif
}

.main-menu .menu-holder {
    float: left;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.main-menu .menu-holder .menu-text {
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 42px;
    line-height: 40px;
    background: #f8f8f8;
    color: #333;
    display: block;
    border-top: 0 solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    -webkit-box-shadow: inset -1px 0 0 #f0f0f0;
    -moz-box-shadow: inset -1px 0 0 #f0f0f0;
    box-shadow: inset -1px 0 0 #f0f0f0
}

.main-menu .menu-holder .menu-text:before {
    content: '';
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
    position: relative
}

.main-menu .menu-holder .menu-drop {
    background: #f8f8f8;
    position: absolute;
    top: 42px;
    border: 1px solid #eee;
    border-top: none;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    padding: 15px 20px 20px
}

@media screen and (max-width: 1001px) {
    .main-menu .menu-holder .menu-drop {
        display: none
    }
}

.main-menu .menu-holder.left-side .menu-drop {
    left: 0
}

.main-menu .menu-holder.right-side .menu-drop {
    right: 0
}

.main-menu .menu-holder .links-list {
    font: 14px/21px 'Open Sans', sans-serif;
    margin-bottom: 11px;
    list-style: none
}

.main-menu .menu-holder .links-list a {
    color: #494949;
    font-weight: 600;
    opacity: .8
}

.main-menu .menu-holder:hover .menu-text {
    background: #62c081;
    border-right-color: #62c081;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top-color: #4aa267;
    color: #fff
}

.main-menu .menu-holder:hover .menu-drop {
    display: block
}

.main-menu .menu-holder.active .menu-text {
    cursor: default;
    border-color: #fff;
    color: #62c081;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.main-menu .menu-holder.actions {
    width: 149px
}

.main-menu .menu-holder.actions .menu-text {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #dc0009;
    background: #f63840;
    color: #fff;
    line-height: 43px;
    font-size: 16px
}

.main-menu .menu-holder.actions .menu-text:before {
    top: -3px
}

.main-menu .menu-holder.actions:hover .menu-text {
    background: #fe6066;
    border-bottom-color: #fe3840
}

.main-menu .menu-holder.actions .menu-text:before, .main-menu .menu-holder.actions:hover .menu-text:before {
    background-position: 0 -1418px;
    height: 20px;
    width: 20px
}

.main-menu .menu-holder.actions.active .menu-text {
    background: #fff;
    color: #f63840;
    border-bottom-color: #fff
}

.main-menu .menu-holder.actions.active .menu-text:before {
    background-position: 0 -1368px;
    height: 20px;
    width: 20px
}

.main-menu .menu-holder.dogs {
    width: 139px
}

.main-menu .menu-holder.dogs .menu-text:before {
    background-position: 0 -886px;
    height: 24px;
    width: 17px;
    top: -2px
}

.main-menu .menu-holder.dogs:hover .menu-text:before {
    background-position: 0 -862px;
    height: 24px;
    width: 17px
}

.main-menu .menu-holder.dogs.active .menu-text:before {
    background-position: 0 -910px;
    height: 24px;
    width: 17px
}

.main-menu .menu-holder.cats {
    width: 121px
}

.main-menu .menu-holder.cats .menu-text:before {
    background-position: 0 -814px;
    height: 24px;
    width: 18px;
    top: -2px
}

.main-menu .menu-holder.cats:hover .menu-text:before {
    background-position: 0 -1043px;
    height: 24px;
    width: 18px
}

.main-menu .menu-holder.cats.active .menu-text:before {
    background-position: 0 -766px;
    height: 24px;
    width: 18px
}

.main-menu .menu-holder.rats {
    width: 209px
}

.main-menu .menu-holder.rats .menu-text:before {
    background-position: 0 -622px;
    height: 24px;
    width: 29px;
    top: -2px
}

.main-menu .menu-holder.rats:hover .menu-text:before {
    background-position: 0 -646px;
    height: 24px;
    width: 29px
}

.main-menu .menu-holder.rats.active .menu-text:before {
    background-position: 0 -567px;
    height: 24px;
    width: 29px
}

.main-menu .menu-holder.fish {
    width: 133px
}

.main-menu .menu-holder.fish .menu-text:before {
    background-position: 0 -1280px;
    height: 24px;
    width: 19px;
    top: -2px
}

.main-menu .menu-holder.fish:hover .menu-text:before {
    background-position: 0 -1304px;
    height: 24px;
    width: 19px
}

.main-menu .menu-holder.fish.active .menu-text:before {
    background-position: 0 -1182px;
    height: 24px;
    width: 19px
}

.main-menu .menu-holder.birds {
    width: 150px
}

.main-menu .menu-holder.birds .menu-text:before {
    background-position: 0 -995px;
    height: 24px;
    width: 16px;
    top: -2px
}

.main-menu .menu-holder.birds:hover .menu-text:before {
    background-position: 0 -1128px;
    height: 24px;
    width: 16px
}

.main-menu .menu-holder.birds.active .menu-text:before {
    background-position: 0 -1019px;
    height: 24px;
    width: 16px
}

.main-menu .menu-holder.reptiles {
    width: 151px
}

.main-menu .menu-holder.reptiles .menu-text:before {
    background-position: 0 -694px;
    height: 24px;
    width: 20px;
    top: -2px
}

.main-menu .menu-holder.reptiles:hover .menu-text:before {
    background-position: 0 -718px;
    height: 24px;
    width: 20px
}

.main-menu .menu-holder.reptiles.active .menu-text:before {
    background-position: 0 -670px;
    height: 24px;
    width: 20px
}

.main-menu .menu-holder.horses {
    width: 148px
}

.main-menu .menu-holder.horses .menu-text {
    border-right: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.main-menu .menu-holder.horses .menu-text:before {
    background-position: 0 -838px;
    height: 24px;
    width: 25px;
    top: -2px
}

.main-menu .menu-holder.horses:hover .menu-text:before {
    background-position: 0 -790px;
    height: 24px;
    width: 25px
}

.main-menu .menu-holder.horses.active .menu-text:before {
    background-position: 0 -742px;
    height: 24px;
    width: 25px
}

.products-wrapper {
    margin: 20px -20px 5px 0
}

.products-wrapper .product-wrapper {
    float: left;
    background: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset -1px 0 0 #f9f9f9;
    -moz-box-shadow: inset -1px 0 0 #f9f9f9;
    box-shadow: inset -1px 0 0 #f9f9f9;
    min-height: 554px;
    width: 29%;
    margin: 0 35px 35px 0;
    position: relative
}

.open.product-wrapper {
    padding-bottom: 15px
}

.product-page .products-wrapper .product-wrapper {
    width: 225px
}

.products-wrapper .product-wrapper:hover, .products-wrapper .product-wrapper:hover .extra-info {
    -webkit-box-shadow: inset -1px 0 0 #f9f9f9, 0 0 25px rgba(0, 0, 0, .06);
    -moz-box-shadow: inset -1px 0 0 #f9f9f9, 0 0 25px rgba(0, 0, 0, .06);
    box-shadow: inset -1px 0 0 #f9f9f9, 0 0 25px rgba(0, 0, 0, .06)
}

.products-wrapper .product-wrapper:hover {
    z-index: 1
}

.products-wrapper .product-wrapper:hover .extra-info {
    display: block
}

.products-wrapper .product-wrapper:hover .weight-item:after {
    display: none
}

.products-wrapper .product-wrapper:hover .weight-item.weight-action {
    background: #f63840;
    border-color: #f63840
}

.products-wrapper .product-wrapper:hover .switch-items, .products-wrapper .product-wrapper:hover .weight-item {
    background: #fff
}

.products-wrapper .product-wrapper:hover .switchers-container, .products-wrapper .product-wrapper:hover .weight-item {
    border-color: #fff
}

.products-wrapper .product-wrapper:hover .switch-items {
    position: relative;
    z-index: 1
}

.products-wrapper .product-wrapper .custom-select.active .custom-select-content, .products-wrapper .product-wrapper .custom-select.active .select-mask {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.products-wrapper .product-link {
    display: block;
    position: relative
}

.products-wrapper .name:hover a, .products-wrapper .product-link:hover .link-name {
    color: #6cd48f
}

.products-wrapper .image-container {
    height: 184px;
    line-height: 226px;
    text-align: center;
    margin-bottom: 10px;
    background: #fff;
    padding: 20px 15px 0
}

.products-wrapper .image-container img {
    display: inline-block;
    vertical-align: top;
    max-height: 99%;
    max-width: 99%
}

.products-wrapper .link-name {
    font-size: 15px;
    line-height: 18px;
    color: #666;
    display: block;
    padding: 0 7px 0 10px;
    height: 54px;
    overflow: hidden;
    margin-bottom: 15px
}

.products-wrapper .stripe {
    position: absolute;
    right: 12px;
    top: 10px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    height: 38px;
    width: 38px;
    border-radius: 19px;
    padding-right: 0;
    line-height: 37px
}

.products-wrapper .stripe.action-text {
    background: #f63840;
    -webkit-box-shadow: inset -1px 0 0 #ff5960;
    -moz-box-shadow: inset -1px 0 0 #ff5960;
    box-shadow: inset -1px 0 0 #ff5960;
    border-right: 1px solid #dc0009;
    font-size: 20px
}

.product-images-wrapper .product-main-image .stripe.action-text:before, .products-wrapper .stripe.action-text:before {
    background-position: 0 -1830px;
    height: 20px;
    width: 8px
}

.products-wrapper .stripe.new-text {
    background: #5bb0ff;
    -webkit-box-shadow: inset -1px 0 0 #d2e6f7;
    -moz-box-shadow: inset -1px 0 0 #d2e6f7;
    box-shadow: inset -1px 0 0 #d2e6f7;
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

.products-wrapper .stripe.stripe-2 {
    top: 60px
}

.products-wrapper .stripe.new-text:before {
    background-position: 0 -1870px;
    height: 20px;
    width: 8px
}

.products-wrapper .switchers-container {
    height: 28px;
    font: 14px/27px 'Open Sans', sans-serif;
    padding-right: 10px;
    border-bottom: 1px solid #e3e1e1;
    color: #666
}

.products-wrapper .weight-item {
    text-align: center;
    padding: 0 9px;
    border: 1px solid transparent;
    border-bottom: none;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.products-wrapper .weight-item:hover {
    cursor: pointer;
    color: #6cd48f
}

.products-wrapper .weight-item.weight-action {
    color: #fff;
    background: #f63840
}

.products-wrapper .weight-item.weight-action.active {
    color: #666
}

.products-wrapper .weight-item.active, .products-wrapper .weight-item.weight-action.active {
    background: #f5f5f5;
    position: relative;
    border-color: #e3e1e1
}

.products-wrapper .weight-item.active:after {
    content: '';
    background: #f5f5f5;
    height: 1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    position: absolute
}

.products-wrapper .weight-item.active:hover {
    cursor: default;
    color: #666
}

.products-wrapper .switch-items {
    background: #f5f5f5;
    min-height: 86px;
    color: #000;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 10px 10px;
    background: #fff
}

.products-wrapper .switch-items.type-2 {
    margin-top: 38px;
    box-sizing: content-box;
    min-height: 58px
}

.products-wrapper .switch-items .btn {
    width: 80px;
    padding: 4px 0;
    height: 32px;
    white-space: normal
}

.products-wrapper .switch-items .sum {
    line-height: 24px;
    height: 33px
}

.products-wrapper .switch-items .sum.active {
    display: block
}

.products-wrapper .switch-items .sum.with-sub {
    position: relative;
    line-height: 18px;
    top: -8px;
    width: 120px
}

.products-wrapper .switch-items .sum .sub-text {
    font-size: 14px;
    color: #969595
}

.products-wrapper .switch-items.single {
    background: #fff
}

.products-wrapper .extra-info {
    background: #fff;
    right: -1px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: inset -1px 0 0 #f9f9f9;
    -moz-box-shadow: inset -1px 0 0 #f9f9f9;
    display: block;
    box-shadow: none;
    position: relative;
    left: auto;
    top: auto;
    border: 0
}

.products-wrapper .extra-info .custom-select {
    margin: 0 10px
}

.products-wrapper .extra-info .color-picker-wrapper {
    margin: 16px 10px;
    padding-right: 30px
}

.products-wrapper .extra-info .no-bowl {
    background-position: 0 -531px;
    height: 36px;
    width: 36px;
    position: absolute;
    right: 10px;
    top: 50px
}

.products-wrapper .reviews-marks {
    padding: 10px;
    border-bottom: solid 0 #e2e2e2
}

.products-wrapper .reviews-marks a {
    font-size: 14px;
    color: #5b5b5b
}

.products-wrapper .name {
    padding: 0 10px 15px;
    min-height: 75px
}

.products-wrapper .name a {
    font-size: 15px;
    font-weight: 5 s00;
    line-height: 1.27;
    text-align: left;
    color: #62676a
}

.products-wrapper .options_head {
    height: 40px;
    background-color: #f2f2f2;
    padding: 10px
}

.name_head, .price_head {
    width: 37.33%;
    float: left;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #62676a
}

.options.open {
    position: absolute;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    border-radius: 0 0 5px 5px;
    width: 100%
}

.options_variants {
    padding: 0 10px
}

.options_variants_items {
    border-bottom: 1px dashed #cfcfcf;
    float: left;
    width: 100%;
    color: #f63840;
    display: table;
    padding: 8px 0
}

.one-v {
    width: 37.33%;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #62676a;
    display: table-cell;
    vertical-align: middle
}

.action-tab .one-v {
    color: #f63840
}

.options_variants_items.ask-status .one-v, .options_variants_items.ask-status .price-value {
    opacity: .5
}

.options_variants_items_more {
    display: none
}

.open .options_variants_items_more {
    display: table
}

.products-wrapper .price-value {
    width: 31.33%;
    font-size: 14px;
    font-weight: 600;
    color: #62676a;
    min-height: 10px;
    display: table-cell
}

.products-wrapper .action-tab .price-value {
    color: #f63840
}

.products-wrapper .consist-text {
    margin-top: 5px;
    padding: 0 10px 7px;
    font-size: 14px;
    line-height: 16px;
    color: #666
}

.products-wrapper .read-more {
    float: left;
    width: 100%;
    font-size: 14px;
    text-align: left;
    color: #6f7376;
    padding: 15px 0
}

.products-wrapper .read-more a {
    color: #f27005;
    font-weight: 700;
    border-bottom: 1px dashed #f27005;
    padding: 0
}

.button_curier .button-add button.btn.btn-ask:hover, .products-wrapper .read-more a:hover {
    border-color: #fff
}

.variantB .products-row {
    margin: 0 -10px
}

.variantB .product-wrapper-col {
    width: 33.33%;
    padding: 10px;
    margin: 0;
    float: left;
    position: relative;
    text-align: center
}

.variantB .products-wrapper .product-wrapper, .variantB .products-wrapper .product-wrapper.last-item {
    width: 100%;
    padding: 0 0 15px;
    margin: 0;
    min-height: 100%
}

.variantB .products-wrapper .product-wrapper.open {
    z-index: 10;
    top: 0;
    margin: 0 auto
}

.variantB .options_variants .options_variants_items_more:last-child {
    padding-bottom: 0;
    border: 2px
}

.variantB .options_variants .options_variants_items_no_border {
    padding-bottom: 0;
    border: 0
}

.variantB .products-wrapper .product-wrapper.open .read-more {
    opacity: .3
}

.variantB .products-wrapper .product-wrapper.open .options_variants_items_more {
    display: table
}

.rating {
    position: relative;
    width: 110px
}

.rating .rating-inner {
    height: 14px;
    background: url(../images/star-active.png);
    display: block
}

.rating-block .rating {
    display: inline-block
}

.button_curier {
    width: 31.33%;
    padding: 0;
    display: table-cell
}

.button_curier .button-add button {
    display: inline-block;
    padding: 2px 12px;
    max-width: 90px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none
}

.button_curier .button-add button.button-order {
    font-size: 14px;
    padding: 7px 6px !important;
    max-width: 90px;
    line-height: 20px
}

.button_curier .button-add button.btn.btn-ask {
    padding: 7px 0 !important;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #f27005;
    border-bottom: 1px dashed #f27005
}

.wishlist-compare-curier {
    float: right;
    width: 100%;
    position: absolute;
    z-index: 9;
    display: none;
    top: 0;
    background: rgba(255, 255, 255, .9)
}

.product-wrapper:hover .wishlist-compare-curier {
    display: block
}

.wishlist-compare-curier .button-compare, .wishlist-compare-curier .button-wishlist {
    float: left;
    width: 50%;
    padding: 8px 15px;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #979797;
    cursor: pointer
}

.wishlist-compare-curier .button-wishlist-remove {
    text-align: right;
}

.button-wishlist-in-product {
    float: right;
    line-height: 14px;
    color: #6cd48f;
    padding: 15px 0;
}

.button-wishlist-in-product i {
    color: #6cd48f
}

.button-wishlist-in-product:hover {
    opacity: 0.6;
}

.wishlist-compare-curier .button-compare:hover, .wishlist-compare-curier .button-wishlist:hover {
    color: #6cd48f
}

.wishlist-compare-curier .btn-wishlist {
    padding-top: 0
}


.btn-compare i, .wishlist-compare-curier .btn-wishlist i, .button-wishlist-in-product i {
    font-size: 18px;
    float: left;
    padding-right: 5px
}

.wishlist-compare-curier .button-wishlist-remove a i {
    float: right;
}


.wishlist-compare-curier .btn-compare span {
    float: left
}

.wishlist-compare-curier .btn-compare:hover i {
    color: #6cd48f;
    float: left
}

.btn-compare.added {
    opacity: .5;
    text-align: center;
    color: #6cd48f
}

.btn-compare i {
    color: #979797
}

.btn-compare.added i {
    color: #6cd48f
}

.menu-products-wrapper {
    white-space: nowrap;
    font-size: 0;
    padding: 14px 0 7px
}

.menu-products-wrapper .name {
    font: 18px/21px 'Open Sans', sans-serif;
    color: #000;
    margin-bottom: 5px;
    height: 42px;
    overflow: hidden
}

.menu-products-wrapper .menu-product {
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.actions .menu-products-wrapper .menu-product {
    width: 149px
}

.menu-products-wrapper .menu-product + .menu-product {
    margin-left: 20px
}

.menu-products-wrapper .menu-product > * {
    white-space: normal
}

.menu-products-wrapper .image, .product-actions-wrapper .product-action-item .image-block {
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: -1px 0 0 #fafafa;
    -moz-box-shadow: -1px 0 0 #fafafa;
    box-shadow: -1px 0 0 #fafafa;
    height: 185px;
    line-height: 181px;
    text-align: center;
    margin-bottom: 15px;
    background: #fff
}

.menu-products-wrapper .image img, .product-actions-wrapper .product-action-item .image-block img {
    display: inline-block;
    max-width: 170px;
    max-height: 170px;
    vertical-align: middle
}

.menu-products-wrapper .description {
    color: #666;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
    height: 80px;
    overflow: hidden
}

.menu-products-wrapper .btn {
    display: block;
    height: 32px;
    box-sizing: border-box
}

.product-actions-wrapper {
    margin-right: -20px
}

.product-actions-wrapper .product-action-item {
    width: 188px;
    float: left;
    margin: 0 20px 30px 0
}

.product-actions-wrapper .product-action-item .name {
    color: #000;
    font: 18px/20px 'Open Sans', sans-serif;
    height: 40px;
    margin-bottom: 4px;
    overflow: hidden
}

.product-actions-wrapper .product-action-item .description {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    height: 85px;
    overflow: hidden
}

.product-actions-wrapper .product-action-item .btn {
    display: block;
    height: 32px
}

.product-page-wrapper {
    margin-top: 20px;
    color: #666
}

.product-page-wrapper .product-links {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 28px
}

.product-page-wrapper .product-links .bordered-link {
    position: relative;
    float: left;
    margin-right: 34px
}

.product-page-wrapper .product-links .bordered-link .reviews-count {
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    color: #888;
    left: 115%;
    top: -4px
}

.product-page-wrapper .product-right-column {
    width: 448px
}

.product-page-wrapper .product-right-column .func-link {
    border: 0
}

.product-images-gallery .images-list li a, .product-page-wrapper .product-right-column .func-link > img {
    display: block
}

.product-page-wrapper .delivery-to {
    margin: 15px 0;
    color: #000;
    font-size: 16px;
    font-weight: 700
}

.product-page-wrapper .sub-text {
    font-size: 14px;
    margin-top: 32px
}

.product-page-wrapper .product-left-column {
    width: 713px
}

.product-page-wrapper .product-description-block + .product-description-block {
    background: #fff;
    margin-top: 35px
}

.product-page-wrapper .hidden {
    display: none
}

.product-consist {
    background: #fff;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin: 15px 0
}

.product-consist h2 {
    margin-bottom: 5px
}

.product-consist .consist-row, .sizes-row {
    line-height: 20px;
    padding: 10px 0 10px 8px
}

.product-consist .consist-row .name, .product-consist .consist-row .value {
    float: left;
    color: #000
}

.product-consist .consist-row.odd {
    background: #f4f3f3
}

.product-right-column .consist-row .name {
    width: 275px
}

.product-right-column .consist-row .value {
    width: 175px;
    margin-left: 10px
}

.product-right-column .benefit-item {
    float: none;
    width: 200px
}

.product-left-column .consist-row .name {
    width: 215px
}

.product-left-column .consist-row .value {
    width: 120px;
    margin: 0 7px 0 10px
}

.product-left-column .consist-row.heading {
    font-size: 16px;
    font-weight: 700
}

.sizes-row .name, .sizes-row .value {
    float: left;
    color: #000
}

.sizes-row .name {
    font-weight: 700;
    font-size: 16px;
    width: 148px
}

.sizes-row .name:first-child {
    width: 113px
}

.sizes-row .value {
    padding-left: 6px;
    width: 142px
}

.feeding-norm .feeding-row.odd, .sizes-row.odd {
    background: #f4f3f3
}

.sizes-row:last-child {
    margin-bottom: 20px
}

.feeding-norm {
    margin: 5px 0 25px
}

.feeding-norm .heading, .feeding-norm .value-item {
    float: left
}

.feeding-norm .feeding-row {
    padding: 10px 0 10px 8px;
    line-height: 20px;
    color: #000
}

.feeding-norm .heading {
    width: 152px;
    font-weight: 700;
    font-size: 16px
}

.feeding-norm .value-item {
    width: 42px
}

.left-review {
    margin-bottom: 25px
}

.left-review .review-info {
    margin-top: 15px;
    padding-left: 118px;
    position: relative
}

.left-review .review-info:before {
    content: '';
    position: absolute;
    background-position: 0 -1932px;
    height: 13px;
    width: 9px;
    top: 15px;
    left: 111px
}

.left-review .review-info .image-container {
    position: absolute;
    height: 97px;
    width: 97px;
    border: 1px solid #eee;
    background: #fff;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    top: 0;
    left: 0
}

.left-review .review-info textarea {
    height: 180px;
    border-width: 2px;
    padding: 15px;
    font-style: italic
}

.left-review .textarea-wrapper, .related-articles-wrapper h2 {
    margin-bottom: 20px
}

.left-review .chat-btn {
    width: auto;
    padding: 0 29px;
    height: 50px;
    line-height: 53px
}

.left-review .chat-btn:before {
    background-position: 0 -1485px;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 10px
}

.left-review .social-links {
    margin-top: 12px
}

.product-review-item {
    color: #666
}

.product-review-item .social-widgets-wrapper {
    margin: 0 0 0 28px
}

.product-review-item .rating {
    top: 5px
}

.product-review-item .author-name {
    color: #888
}

.product-review-item + .product-review-item {
    margin-top: 32px
}

.product-images-wrapper {
    width: 468px
}

.product-images-wrapper .product-main-image {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 452px;
    line-height: 448px;
    overflow: hidden;
    text-align: center
}

.product-images-wrapper .product-main-image .zoomWrapper {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.product-images-wrapper .product-main-image img {
    left: 0;
    right: 0
}

.product-images-wrapper .product-main-image .stripe {
    position: absolute;
    right: -1px;
    top: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font: 12px/21px 'Open Sans', sans-serif;
    height: 20px;
    min-width: 75px;
    padding: 0 23px 0 15px;
    z-index: 1
}

.product-images-wrapper .product-main-image .stripe + .stripe {
    top: 40px
}

.product-images-wrapper .product-main-image .stripe:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 0
}

.product-images-wrapper .product-main-image .stripe.action-text {
    background: #f63840;
    -webkit-box-shadow: inset -1px 0 0 #ff5960;
    -moz-box-shadow: inset -1px 0 0 #ff5960;
    box-shadow: inset -1px 0 0 #ff5960;
    border-right: 1px solid #dc0009
}

.product-images-wrapper .product-main-image .stripe.hit-text {
    background: #edab1c;
    -webkit-box-shadow: inset -1px 0 0 #f4b52e;
    -moz-box-shadow: inset -1px 0 0 #f4b52e;
    box-shadow: inset -1px 0 0 #f4b52e;
    border-right: 1px solid #d59017
}

.product-images-wrapper .product-main-image .stripe.hit-text:before {
    background-position: 0 -1850px;
    height: 20px;
    width: 8px
}

.zoomContainer {
    z-index: 2
}

.product-images-gallery {
    overflow: hidden;
    height: 100px;
    padding: 0;
    position: relative
}

.product-images-gallery .images-list {
    margin: 19px -19px -19px 0;
    list-style: none
}

.product-images-gallery .images-list li {
    float: left;
    border: 1px solid #eee;
    margin-right: 18px;
    background: #fff;
    width: 77px;
    height: 77px;
    line-height: 73px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.product-images-gallery .images-list li img, .product-images-wrapper .product-main-image img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%
}

.product-options-wrapper {
    width: 244px
}

.product-options-wrapper .art {
    color: #707070;
    margin: 14px 0 8px
}

.product-options-wrapper .price-col {
    margin: 25px 0 10px;
    white-space: nowrap
}

.product-options-wrapper .price-col .price-value {
    color: #000;
    font: 18px/21px 'Open Sans', sans-serif;
    margin-right: 8px;
    margin-top: 6px;
    display: none
}

.product-options-wrapper .price-col .price-value.active {
    display: block
}

.product-options-wrapper .price-col .separator {
    font: 18px/21px 'Open Sans', sans-serif;
    color: #666;
    margin-top: 5px;
    margin-right: 5px
}

.product-options-wrapper .price-col .cart-quantity-input {
    height: 32px;
    font-style: italic;
    font-size: 14px;
    color: #666;
    border: 2px solid #e5e5e5;
    background-color: transparent;
    padding: 5px
}

.product-options-wrapper .stock {
    font-size: 16px;
    color: #62c081;
    display: none
}

.product-options-wrapper .stock.active {
    display: block
}

.product-options-wrapper .cart-buy {
    display: block;
    height: 42px;
    line-height: 33px;
    font-size: 16px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin-top: 19px
}

.product-options-wrapper .product-reviews {
    margin: 35px 0
}

.order-view-page .order_info td.tname, .product-options-wrapper .product-reviews .review-link {
    font-weight: 700
}

.product-options-wrapper .product-reviews .review-link .link-wrapper {
    border-bottom: 1px dashed #62c081
}

.product-options-wrapper .product-reviews .review-link .reviews-count {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    color: #888;
    margin-left: 2px;
    top: -1px
}

.product-options-wrapper .product-reviews .rating {
    margin-top: 2px
}

.product-options-wrapper .option-images {
    margin: 18px 0 20px;
    height: 30px;
    line-height: 26px
}

.product-options-wrapper .option-images img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px
}

.product-options-wrapper .color-wrapper {
    width: 65px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    text-shadow: 0 0 1px #000;
    margin: 0 14px 14px 0
}

.product-options-wrapper .color-choose {
    margin: 12px -14px 30px 0
}

.options-list {
    margin-right: -16px;
    margin-top: 10px
}

.options-list .radio-label {
    float: left;
    width: 112px;
    margin-right: 8px;
    margin-bottom: 12px;
    font: 14px/16px #666;
    cursor: pointer;
    font-size: 14px
}

.options-list .radio-label.special {
    color: #f63840
}

.weight-control {
    height: 68px;
    line-height: 64px
}

.weight-control .weight-item-cart {
    display: inline-block;
    line-height: normal;
    vertical-align: bottom;
    min-width: 40px;
    text-align: center;
    color: #6d6d6d;
    margin-right: 5px
}

.left-review .chat-btn:before, .weight-control .weight-item-cart:before {
    content: '';
    display: inline-block
}

.weight-control .weight-item-cart.small:before {
    background-position: 0 -1709px;
    height: 26px;
    width: 17px
}

.weight-control .weight-item-cart.middle:before {
    background-position: 0 -1585px;
    height: 35px;
    width: 23px
}

.weight-control .weight-item-cart.big:before {
    background-position: 0 -1620px;
    height: 45px;
    width: 30px
}

.weight-control .weight-item-cart.active {
    color: #62c081
}

.weight-control .weight-item-cart.active.small:before {
    background-position: 0 -1764px;
    height: 26px;
    width: 17px
}

.weight-control .weight-item-cart.active.middle:before {
    background-position: 0 -1505px;
    height: 35px;
    width: 23px
}

.weight-control .weight-item-cart.active.big:before {
    background-position: 0 -1540px;
    height: 45px;
    width: 30px
}

.action-tip {
    clear: both;
    padding-top: 35px
}

.action-tip .action-tip-wrapper {
    background: #fff;
    border: 1px solid #eee;
    padding: 35px 20px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 8px 8px 25px rgba(0, 0, 0, .15);
    -moz-box-shadow: 8px 8px 25px rgba(0, 0, 0, .15);
    box-shadow: 8px 8px 25px rgba(0, 0, 0, .15);
    position: relative
}

.action-tip .stripe {
    position: absolute;
    left: -1px;
    top: 8px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font: 12px/21px 'Open Sans', sans-serif;
    height: 20px;
    padding: 0 23px 0 15px;
    background: #f63840;
    -webkit-box-shadow: inset 1px 0 0 #ff5960;
    -moz-box-shadow: inset 1px 0 0 #ff5960;
    box-shadow: inset 1px 0 0 #ff5960;
    border-left: 1px solid #dc0009
}

.action-tip .stripe:before {
    content: '';
    position: absolute;
    right: -7px;
    top: 0;
    background-position: 0 -1890px;
    height: 20px;
    width: 7px
}

.product-description-block .product-column-left {
    width: 733px
}

.show-full + .product-review {
    margin-top: 30px
}

.complect-list {
    list-style: none;
    margin-top: 20px
}

.complect-list li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 17px
}

.complect-list li:before, .tooltip-pop .tip-body:before {
    content: '';
    position: absolute;
    background-position: 0 -1924px;
    height: 8px;
    width: 10px;
    left: 3px;
    top: 3px
}

.complect-sub-text {
    padding-left: 19px;
    font-style: italic;
    font-size: 14px;
    color: #666;
    padding-bottom: 20px
}

.complect-sub-text .highlight {
    color: #62c081
}

.linked-products {
    margin: 35px 0 0
}

.left-small-column .options-list li + li, .linked-products .cart-items-wrapper {
    margin-top: 10px
}

.linked-products .cart-items-wrapper .cart-item {
    margin-right: 25px
}

.linked-products .price-count {
    position: relative
}

.linked-products .price-count .price-wrap {
    font: 20px/21px 'Open Sans', sans-serif;
    color: #000;
    margin-left: 3px
}

.linked-products .price-count .btn-primary {
    position: absolute;
    height: 32px;
    line-height: 30px;
    padding: 0 24px;
    right: 0;
    bottom: 2px
}

.tooltip-pop {
    position: absolute;
    top: 98%;
    padding-top: 10px;
    display: none
}

.tooltip-pop .tip-body {
    border: 1px solid #eee;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .06);
    box-shadow: 0 0 25px rgba(0, 0, 0, .06);
    padding: 13px 17px;
    z-index: 2;
    background: #fff;
    position: relative
}

.tooltip-pop .tip-body:before {
    background-position: 0 -1910px;
    width: 17px;
    top: -7px;
    left: 50%;
    margin-left: -9px
}

.close-popup-bt, .tooltip-pop .close-btn {
    position: absolute;
    background-position: 0 -1945px;
    height: 9px;
    width: 9px;
    top: 9px;
    right: 9px;
    cursor: pointer
}

.tooltip-pop .text-label {
    display: block;
    font: 14px/18px 'Open Sans', sans-serif, Verdana, sans-serif;
    margin: 13px 0 6px;
    color: #000
}

.tooltip-pop .contact-field {
    height: 42px;
    width: 100%
}

.tooltip-pop .phone.btn {
    height: 40px;
    line-height: 32px;
    width: 188px;
    text-transform: uppercase
}

.tooltip-pop .phone.btn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 6px;
    top: -2px;
    background-position: 0 -1813px;
    height: 17px;
    width: 17px
}

.tooltip-pop .sub-text {
    font-size: 14px;
    line-height: 18px;
    margin: 14px 0 11px;
    color: #000
}

.tooltip-pop.call-us, .tooltip-pop.log-in {
    width: 320px;
    margin-left: -160px;
    left: 50%
}

.tooltip-pop.call-us .tip-body, .tooltip-pop.log-in .tip-body {
    padding: 15px 20px 20px
}

.tooltip-pop.call-us .placeholder-text, .tooltip-pop.log-in .placeholder-text {
    color: #666;
    font: 14px/18px 'Open Sans', sans-serif, Verdana, sans-serif;
    top: 12px;
    left: 11px
}

.tooltip-pop.call-us .placeholder-text.pass, .tooltip-pop.log-in .placeholder-text.pass {
    font-size: 26px;
    top: 19px
}

.tooltip-pop.log-in .social-links {
    margin-bottom: 13px
}

.tooltip-pop.log-in .buttons-block {
    margin-top: 20px
}

.left-small-column .options-block h4 + h4, .tooltip-pop.log-in .buttons-block .bordered-link {
    margin-top: 11px
}

.buttons-block-link a {
    display: block;
    border-bottom: 0;
    width: 46%;
    margin: 0 !important
}

.tooltip-pop.log-in .btn {
    width: 127px;
    height: 42px;
    line-height: 34px;
    margin-right: 18px
}

.tooltip-pop.discount-pop {
    width: 490px;
    margin-left: -245px;
    left: 50%;
    font: 14px/18px 'Open Sans', sans-serif, Verdana, sans-serif;
    color: #666
}

.tooltip-pop.discount-pop .tip-body {
    padding: 15px 20px 20px
}

.tooltip-pop.discount-pop .text-block {
    margin: 12px 0
}

.tooltip-pop.discount-pop h3 + .text-block {
    margin-top: 17px
}

.loyalty-page .discount-block, .tooltip-pop.discount-pop .discount-block {
    font-size: 14px;
    color: #000
}

.loyalty-page .discount-block.values, .tooltip-pop.discount-pop .discount-block.values {
    margin-top: 8px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.tooltip-pop.discount-pop .heading {
    color: #000;
    margin-top: 20px
}

.loyalty-page .elem, .tooltip-pop.discount-pop .elem {
    float: left;
    width: 112px
}

.loyalty-page .elem.one, .tooltip-pop.discount-pop .elem.one {
    background: #d4d4d4
}

.loyalty-page .elem.two, .tooltip-pop.discount-pop .elem.two {
    background: #ffe04b
}

.loyalty-page .elem.three, .tooltip-pop.discount-pop .elem.three {
    background: #edab1c
}

.loyalty-page .elem.four, .tooltip-pop.discount-pop .elem.four {
    background: #d09006
}

.loyalty-page .elem.four {
    border-radius: 0 5px 5px 0
}

.tooltip-pop.brand-pop {
    width: 490px;
    margin-left: -245px;
    left: 50%
}

.tooltip-pop.brand-pop .image-block {
    width: 120px;
    margin-top: 20px;
    text-align: center
}

.tooltip-pop.brand-pop .image-block img {
    display: inline-block;
    max-width: 120px
}

.tooltip-pop.brand-pop .pop-info {
    margin-left: 140px
}

.tooltip-pop.brand-pop .pop-info a {
    font-family: 'Open Sans', sans-serif
}

.cart-block, .cart-block .products-count {
    position: absolute;
    border: solid 1px #62c081
}

.cart-block {
    background: #fff;
    z-index: 97;
    bottom: 25px;
    width: 58px;
    height: 58px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
    border-radius: 34px;
    right: 16px
}

.cart-block .btn-cart {
    width: 56px;
    height: 56px;
    background: #fff;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    -ms-border-radius: 33px;
    -o-border-radius: 33px;
    border-radius: 33px;
    display: block;
    position: relative;
    z-index: 98
}

.btn-cart > i {
    position: absolute;
    left: 8px;
    bottom: 14px;
    margin: 0 auto;
    font-size: 32px
}

.cart-block .products-count {
    width: 39px;
    height: 39px;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    -ms-border-radius: 39px;
    -o-border-radius: 39px;
    border-radius: 39px;
    background-color: #fff;
    font-size: 19px;
    color: #62c081;
    padding: 7px 0;
    text-align: center;
    top: -22px;
    right: -8px;
    display: block
}

.cart-block .cart-drop {
    position: absolute;
    display: none;
    right: 0;
    left: auto;
    width: 212px;
    top: 56px;
    z-index: 3;
    text-align: right
}

.cart-block .cart-drop:before {
    content: '';
    position: absolute;
    background: 0 0;
    left: 0;
    right: 0;
    height: 1px;
    top: -1px
}

.cart-block .cart-drop .empty-text {
    color: #666;
    font-size: 18px;
    margin-left: 9px;
    width: 203px;
    text-align: left
}

.cart-block .cart-drop-wrapper {
    background: #fff;
    padding: 18px 5px 45px 10px;
    border: 1px solid #f58345;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    display: inline-block
}

.cart-block.full-cart {
    border: 1px solid #f58345
}

.cart-block.full-cart .btn-cart > i {
    color: #f58345
}

.cart-block.full-cart .cart-info {
    color: #f58345;
    border-radius: 34px;
    background: #fff;
    position: relative;
    z-index: 9
}

.cart-block.full-cart .cart-info .products-count {
    color: #f58345;
    border-color: #f58345
}

.cart-block.full-cart .cart-drop {
    width: auto;
    right: -10px;
    left: inherit
}

.cart-block.full-cart:hover .cart-info {
    background: #fff;
    z-index: 4
}

#cart.cart-open .cart-block, .cart-block:hover {
    border-color: #f58345
}

#cart.cart-open .cart-info, .cart-block:hover .cart-info {
    color: #000
}

#cart.cart-open .btn-cart > i, #cart.cart-open .cart-info .products-count, .cart-block:hover .btn-cart > i, .cart-block:hover .cart-info .products-count {
    color: #f26a16
}

#cart.cart-open .products-count, .cart-block:hover .products-count {
    border-color: #f26a16
}

#cart.cart-open .cart-drop, .cart-block:hover .cart-drop {
    display: block
}

.cart-block .button-block {
    text-align: right
}

.cart-items-wrapper {
    margin: 0;
    color: #000;
    text-align: center
}

.cart-items-wrapper .cart-item {
    background: #fff;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 7px 10px;
    width: 359px;
    margin: 0 10px 18px 0;
    float: left;
    text-align: left
}

.cart-items-wrapper .clearfix .cart-item:last-child {
    margin-right: 0
}

.cart-items-wrapper .image {
    width: 84px;
    height: 84px;
    margin-top: 3px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #f2f2f2;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.cart-items-wrapper .image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 84px;
    max-height: 84px
}

.cart-items-wrapper .cart-item-info {
    margin-left: 95px;
    color: #666;
    font: 16px/18px 'Open Sans', sans-serif, Verdana, sans-serif
}

.cart-items-wrapper .cart-item-info .art {
    color: #707070;
    font-size: 14px;
    margin-bottom: 7px
}

.cart-items-wrapper .cart-item-info .name {
    margin-bottom: 7px;
    text-align: left
}

.cart-items-wrapper .cart-item-info .name a {
    color: #666
}

.cart-items-wrapper .price-count .bootstrap-touchspin-down, .cart-items-wrapper .price-count .bootstrap-touchspin-up {
    width: 19px;
    height: 19px;
    padding: 0;
    line-height: 17px;
    color: #fff
}

.cart-items-wrapper .price-count .counter, .cart-items-wrapper .price-count .items-count {
    color: #000;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    position: relative
}

.cart-items-wrapper .price-count .counter {
    height: 30px;
    padding: 0;
    border-color: transparent;
    background-color: transparent;
    text-align: right;
    width: 26px;
    display: inline-block !important;
    vertical-align: top
}

.cart-items-wrapper .price-count .counter.hidden {
    position: absolute;
    width: 0;
    height: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.cart-items-wrapper .price-count .counter-value {
    height: 30px;
    line-height: 30px
}

.cart-items-wrapper .price-count .bootstrap-touchspin {
    text-align: center;
    position: relative;
    width: 108px
}

.cart-items-wrapper .price-count .bootstrap-touchspin:before {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    height: 100%;
    top: 0
}

.cart-items-wrapper .price-count .bootstrap-touchspin-down, .cart-items-wrapper .price-count .bootstrap-touchspin-up {
    top: 6px
}

.cart-items-wrapper .price-count .bootstrap-touchspin-up {
    right: 0
}

.cart-items-wrapper .price-count .bootstrap-touchspin-down {
    left: 0
}

.cart-items-wrapper .price-count .bootstrap-touchspin-postfix {
    margin-left: 3px;
    height: 30px;
    line-height: 30px
}

.cart-items-wrapper .price-count .price-value {
    height: 30px;
    line-height: 30px
}

.cart-items-wrapper .price-count .price-value .price-text {
    color: #000;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif
}

.checkout-page {
    margin-top: 18px
}

.checkout-page h1 {
    margin-bottom: 18px
}

.checkout-list {
    width: 388px;
    background: #fff;
    padding: 8px 10px 0;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    color: #000;
    margin-right: 60px
}

.checkout-list .cart-items-wrapper {
    padding: 15px 0 0
}

.checkout-list .cart-items-wrapper .cart-item {
    margin-right: 0;
    width: 366px;
    padding: 0;
    border: 0
}

.checkout-list .delivery {
    padding-top: 15px;
    border-top: 1px solid #eee;
    font-size: 16px;
    margin-bottom: 10px
}

.checkout-list .discount {
    font-size: 16px;
    margin-bottom: 22px
}

.checkout-list .total-sum {
    margin: 0 -10px;
    padding: 0 10px;
    background: #f2f2f2;
    height: 62px;
    color: #000;
    font: 22px/62px 'Open Sans', sans-serif
}

.checkout-form {
    width: 366px
}

.checkout-form .social-links {
    margin: 13px 0 25px
}

.checkout-form .sub-text {
    color: #666;
    font-style: italic;
    font-size: 14px;
    margin: -8px 0 22px
}

.checkout-form .btn {
    height: 42px;
    line-height: 37px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-top: 12px;
    padding: 0 22px
}

.orders-wrapper .right-column {
    width: 900px
}

.orders-wrapper .order-date {
    font: 20px/21px 'Open Sans', sans-serif;
    color: #000;
    margin: 20px 0 9px
}

.orders-wrapper .checkout-list {
    margin-right: 0
}

.orders-wrapper .checkout-list:hover {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .06);
    box-shadow: 0 0 25px rgba(0, 0, 0, .06)
}

.orders-wrapper .count {
    font: 20px/21px 'Open Sans', sans-serif;
    margin-bottom: 7px;
    color: #000
}

.orders-wrapper .count.no-products {
    color: #f63840;
    font-size: 16px
}

.orders-wrapper .price-count .price-wrap {
    font: 20px/21px 'Open Sans', sans-serif;
    color: #000;
    margin-left: 3px
}

.orders-wrapper .delivery {
    background: #f2f2f2;
    margin: 0 -10px;
    padding: 15px 10px 0
}

.orders-wrapper .total-sum {
    position: relative;
    line-height: 56px
}

.orders-wrapper .total-sum .btn {
    position: absolute;
    right: 11px;
    bottom: 11px;
    height: 38px;
    line-height: 28px;
    width: 160px;
    font-size: 16px
}

.orders-wrapper .button-block {
    clear: both;
    padding-top: 45px
}

.orders-wrapper .first-column {
    width: 408px;
    margin-right: 80px
}

.orders-wrapper .second-column {
    width: 408px
}

.orders-wrapper .sup-text {
    margin-top: 20px
}

.orders-wrapper h2 + .cart-items-wrapper {
    margin-top: 15px
}

.orders-wrapper .price-count {
    position: relative
}

.orders-wrapper .price-count .btn-primary {
    position: absolute;
    height: 32px;
    line-height: 30px;
    padding: 0 24px;
    right: 0;
    bottom: 2px
}

.orders-wrapper .summary-block {
    color: #000;
    position: relative
}

.orders-wrapper .summary-block .delivery {
    background: 0 0;
    margin: 0 27px 0 0;
    padding: 15px 0 0;
    font-size: 16px;
    border-top: 1px solid #eee
}

.orders-wrapper .summary-block .total-price {
    font: 22px/21px 'Open Sans', sans-serif;
    margin-top: 13px
}

.orders-wrapper .summary-block .btn {
    position: absolute;
    height: 42px;
    line-height: 40px;
    padding: 0 35px;
    right: 27px;
    bottom: -12px;
    font-size: 16px
}

.return-pop-wrapper, .return-pop-wrapper .return-pop-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto
}

.return-pop-wrapper {
    z-index: 11
}

.return-pop-wrapper .return-pop-bg {
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7;
    width: 100%;
    height: 100%
}

.return-pop-wrapper .return-pop-content {
    background: #fff;
    position: relative;
    left: 50%;
    margin-left: -270px;
    top: 140px;
    width: 460px;
    padding: 15px 25px 25px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .06);
    box-shadow: 0 0 25px rgba(0, 0, 0, .06);
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    z-index: 2
}

.return-pop-wrapper .cart-items-wrapper {
    margin-top: 15px
}

.return-pop-wrapper .cart-item {
    width: 420px;
    border: 0;
    margin-right: 0;
    padding: 0
}

.return-pop-wrapper .name {
    padding-top: 4px
}

.return-pop-wrapper .bonus {
    color: #f63840;
    font-weight: 700;
    font-size: 16px;
    margin-top: 7px
}

.return-pop-wrapper .price-count {
    font: 20px/21px 'Open Sans', sans-serif;
    margin-top: 7px;
    color: #000
}

.return-pop-wrapper .more-text {
    font-size: 16px;
    color: #000
}

.return-pop-wrapper .more-text strong {
    font: 22px/21px 'Open Sans', sans-serif
}

.return-pop-wrapper .buttons-block {
    padding-top: 22px
}

.return-pop-wrapper .btn-primary {
    height: 42px;
    line-height: 40px;
    width: 170px;
    padding: 0;
    font-size: 16px
}

.return-pop-wrapper .devider {
    font-family: 'Open Sans', sans-serif;
    color: #666;
    margin: 12px 9px 0
}

.return-pop-wrapper .bordered-link {
    display: inline-block;
    line-height: 16px;
    margin-top: 13px
}

.social-widgets-wrapper {
    margin: 15px 0
}

.social-widgets-wrapper > div, .social-widgets-wrapper > iframe {
    vertical-align: top !important;
    display: inline-block
}

.wrong-page {
    margin-top: 58px;
    color: #000
}

.wrong-page .links-block {
    width: 468px
}

.wrong-page .links-block .text-block {
    font: 16px/18px 'Open Sans', sans-serif;
    margin-bottom: 10px
}

.wrong-page .links-block .links-list {
    list-style: none;
    font-family: 'Open Sans', sans-serif
}

.wrong-page .links-block .links-list li {
    position: relative;
    padding-left: 10px;
    line-height: 21px;
    margin-bottom: 2px
}

.wrong-page .links-block .links-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    background: #62c081;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.wrong-page .info-block .text-block {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin: 22px 0 45px
}

.wrong-page .info-block .message-block {
    font-family: 'Open Sans', sans-serif;
    margin: 15px 0 25px
}

.left-small-column .options-list li label a, .text-page {
    color: #666
}

.text-page .content-block {
    width: 100%
}

.text-page .content-block > img {
    margin: 35px 0 30px;
    display: block
}

.text-page .content-block + .popular-products {
    margin-top: 25px
}

.text-page .social-widgets-wrapper + h2 {
    margin-top: 35px
}

.text-page .author-name {
    font: 12px/18px 'Open Sans', sans-serif;
    color: #a4a4a4;
    margin-top: 5px
}

.product-page-short .main_product_block_sale h1, .related-article {
    padding-bottom: 30px
}

.related-articles-wrapper .related-article .image {
    width: 125px;
    height: 136px;
    overflow: hidden;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    line-height: 132px;
    text-align: center;
    background: #fff
}

.related-articles-wrapper .related-article .image img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle
}

.related-articles-wrapper .related-article .article-content {
    margin-left: 140px
}

.related-articles-wrapper .related-article .article-content .name {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif
}

.related-articles-wrapper .related-article .article-content p {
    line-height: 18px;
    margin: 8px 0
}

.action-articles {
    margin: 0 -10px
}

.action-article-curier {
    width: 50%;
    float: left;
    padding: 15px
}

.action-article {
    width: 100%;
    height: 333px;
    overflow: hidden;
    border-radius: 6px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .37)
}

.action-image-container {
    padding: 0 0 10px;
    width: 100%;
    max-width: 100%;
    height: auto
}

.action-date {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #62676a
}

.action-date span {
    padding: 7px 15px;
    background: #f2f2f2
}

.action-prod-link-container {
    float: left;
    width: 100%;
    padding: 15px 0
}

.action-prod-link-container a {
    font-size: 15px;
    font-weight: 600;
    color: #62676a
}

.action-description {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #3c3c3c
}

#form_filter_articles {
    border-radius: 6px;
    background-color: #fff;
    border: solid 1px #e5e5e5
}

#form_filter_articles h4 {
    background-color: #62c081;
    height: 33px;
    line-height: 33px;
    border-radius: 6px 6px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 0 19px
}

#form_filter_articles .options-list {
    padding: 0 15px
}

#form_filter_articles .checkbox label {
    padding: 0
}

#form_filter_articles .options-list input[type=checkbox]:checked + label::before {
    border: solid 1px #62c081
}

.left-small-column {
    width: 190px
}

.left-small-column + .related-articles-wrapper, .left-small-column + .reviews-wrapper {
    width: 976px;
    overflow: hidden;
    padding-left: 30px;
    float: left;
}

.left-small-column h4 {
    font-weight: 400
}

.left-small-column .options-list {
    margin: 15px 0;
    list-style: none;
    color: #666;
    line-height: 16px
}

.options-list li.filter-item-hidden {
    display: none
}

.show_all.options-list li.filter-item-hidden {
    display: block
}

.filter-parametrs-i-more {
    display: inline-block;
    margin: 5px 0 15px;
    overflow: hidden;
    color: #62c081
}

.filter-parametrs-i-more:hover {
    text-decoration: underline
}

.filter-parametrs-i-more span {
    float: left
}

.filter-parametrs-i-more-all i, .filter-parametrs-i-more-no i {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all .3s ease-out 0s;
    margin-top: 7px;
    width: 15px;
    font-size: 8px;
    float: left
}

.filter-parametrs-i-more-no i {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    margin-top: 5px
}

.left-small-column .options-list .count {
    color: #888;
    font-family: 'Open Sans', sans-serif;
    margin-left: 4px
}

.left-small-column .show-all-link {
    padding-left: 23px
}

.left-small-column .image-block {
    margin-bottom: 15px
}

.left-small-column .options-block .values-container {
    margin: 16px 0 33px
}

.left-small-column .options-block .values-container .max, .left-small-column .options-block .values-container .min {
    width: 75px
}

.left-small-column .options-block .values-container .max input, .left-small-column .options-block .values-container .min input {
    background-color: transparent;
    font-style: italic;
    height: 32px;
    border: 2px solid #e5e5e5
}

.left-small-column .options-block .values-container .devider {
    line-height: 32px;
    height: 32px;
    width: 20px;
    text-align: center;
    font-size: 16px
}

.left-small-column .options-block .values-container .btn {
    margin-left: 10px;
    padding: 0;
    width: 44px;
    height: 32px;
    line-height: 32px
}

.left-small-column .slider-container {
    margin-top: 20px
}

.articles-list-page, .orders-wrapper {
    margin-top: 22px
}

.articles-list-page .button-block, .orders-wrapper .button-block {
    margin-top: 25px
}

.articles-list-page .button-block .show-more, .orders-wrapper .button-block .show-more {
    width: 224px;
    height: 50px;
    line-height: 45px
}

.articles-list-page .button-block .show-more:before, .orders-wrapper .button-block .show-more:before, .reviews-list-page .reviews-wrapper .btn-back:before {
    content: '';
    display: inline-block;
    background-position: 0 -1258px;
    height: 22px;
    width: 20px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 7px
}

.m-review-up-text {
    margin: 15px 0;
}

.rating-block {
    display: inline-block;
    font: 16px/18px 'Open Sans', sans-serif;
    color: #888
}

.reviews-list-page .rating-wrapper {
    margin: 10px 0 25px
}

.reviews-list-page .reviews-wrapper {
    color: #666
}

.reviews-list-page .reviews-wrapper .image-block {
    width: 150px;
    height: 150px;
    border: 1px solid #eee;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    line-height: 238px;
    background: #fff;
    text-align: center
}

.reviews-list-page .reviews-wrapper .image-block > img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%
}

.client-type strong, .contact-us-wrapper .contact-ways strong, .reviews-list-page .reviews-wrapper .review-data {
    color: #000
}

.reviews-list-page .reviews-wrapper .review-data .date {
    color: #888
}

.reviews-list-page .reviews-wrapper .btn-back {
    width: 324px;
    height: 50px;
    line-height: 45px;
    margin: 0 42px 0 15px
}

.reviews-list-page .reviews-wrapper .btn-back:before {
    background-position: 0 -1688px;
    height: 21px
}

.reviews-list-page .reviews-wrapper .bordered-link {
    margin-top: 17px
}

.reviews-list-page .review-info {
    margin-left: 180px
}

.reviews-list-page .review-item {
    margin: 30px 0
}

.reviews-list-page .pagenator {
    margin-left: 226px
}

.m-review-item .review-data {

}

.m-review-item h2 {
    margin: 15px 0;
    font-size: 18px;
}

.m-review-item .review-data span + span {
    border-left: 1px solid rgba(234, 234, 212, 0.95);
    padding: 0 15px;
}

.m-review-author {
    font-size: 18px;
    font-weight: 700;
    padding-right: 15px;
}

.m-review-status i {
    color: #6cd48f;
}

.review-info_inner {
    position: relative;
    margin-top: 20px;
    border-radius: 0 15px 15px 15px;
    background: #ededed;
    padding: 15px 10px 15px 20px;
}

.review-info_inner:before {
    left: 0;
    top: -13px;
    position: absolute;
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjZweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMjYgMTMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ3LjEgKDQ1NDIyKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5jb21tZW50LXJpYW5nbGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8cmVjdCBpZD0icGF0aC0xIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjYiIGhlaWdodD0iMTMiPjwvcmVjdD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJQcm9kdWN0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iUHJvZHVjdC0xOTIwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDE0LjAwMDAwMCwgLTI3MDIuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJDT05URU5UIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzODQuMDAwMDAwLCA2Ni4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJjb21tZW50cyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDI0ODkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9ImNvbS0xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMC4wMDAwMDAsIDEyMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9ImNvbW1lbnQtcmlhbmdsZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDI3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IlJlY3RhbmdsZSI+PC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik00LjQ5ODExNjczLDAuMzQ5ODA5NTYzIEw0OSwyNiBMMCwyNS43NTI5ODQ2IEwwLDIuOTQ4OTcyMTcgTDQuNDQwODkyMWUtMTYsMi45NDg5NzIxNyBDMi40MTE4MzA4NWUtMTYsMS4yOTIxMTc5MiAxLjM0MzE0NTc1LC0wLjA1MTAyNzgyODkgMywtMC4wNTEwMjc4Mjg5IEMzLjUyNTg3MjczLC0wLjA1MTAyNzgyODkgNC4wNDI1MDcxNSwwLjA4NzIwMzMxOTYgNC40OTgxMTY3MywwLjM0OTgwOTU2MyBaIiBpZD0iVHJpYW5nbGUiIGZpbGw9IiNFREVERUQiIG1hc2s9InVybCgjbWFzay0yKSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}

.review-info_down {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m-review-item .m-rating {
    width: 250px;
    font-size: 14px;
    margin: 0;
    line-height: 29px;
}

.review-info-link {
    display: flex;
    justify-content: flex-start;
}

.review-info-link .m-review-btn {
    margin-left: 30px;
}

.m-review-btn {
    border: 0;
    float: right;
    outline: 0;
    border-radius: 30px;
    padding: 5px 15px;
    background: rgba(0, 0, 0, .07);
    color: #666;
}

.comment-user-name {
    font-size: 18px;
    font-weight: 700;
}


.pagenator {
    overflow: hidden;
    margin-top: 30px
}

.pagenator .page {
    height: 32px;
    width: 32px;
    line-height: 30px;
    text-align: center;
    float: left;
    padding: 0;
    margin-right: 8px;
    margin-bottom: 8px
}

.pagenator .page.active, .pagenator .page.active:focus {
    background: #3f935b;
    border-color: transparent;
    -webkit-box-shadow: inset 0 2px 0 #33844e;
    -moz-box-shadow: inset 0 2px 0 #33844e;
    box-shadow: inset 0 2px 0 #33844e;
    color: #fff;
}

.social-links a {
    margin-right: 5px;
    float: left
}

.social-links a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8
}

.social-links .facebook {
    background-position: 0 -1388px;
    height: 30px;
    width: 31px
}

.social-links .gplus, .social-links .twitter {
    background-position: 0 -1206px;
    height: 30px;
    width: 31px
}

.social-links .gplus {
    background-position: 0 -1067px
}

.social-links .email, .social-links .pinterest {
    background-position: 0 -965px;
    height: 30px;
    width: 31px
}

.social-links .email {
    background-position: 0 -1152px
}

.actions-inner {
    margin-top: 25px
}

.actions-list-page {
    margin-top: 20px
}

.actions-list-page .button-block {
    margin-top: 30px
}

.actions-list-page .button-block .show-more, .search-results .button-block .show-more {
    width: 224px;
    height: 50px;
    line-height: 45px
}

.actions-list-page .button-block .show-more:before, .search-results .button-block .show-more:before, .send-message:before {
    content: '';
    display: inline-block;
    background-position: 0 -1258px;
    height: 22px;
    width: 20px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 7px
}

.actions-inner-wrapper {
    overflow: hidden;
    margin-left: 244px;
    width: 812px
}

.found {
    color: #888
}

.find-text {
    color: #000;
    font: 16px/21px 'Open Sans', sans-serif;
    margin-top: 7px
}

.category-text-wrapper p + h2, .search-results .button-block {
    margin-top: 25px
}

.accordion-list-wrapper {
    margin-top: 20px
}

.accordion-list-wrapper .accordion-open {
    display: inline-block;
    color: #62c081;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700
}

.accordion-list-wrapper .accordion-open:hover {
    color: #6cd48f
}

.accordion-list-wrapper .accordion-item {
    margin-bottom: 13px
}

.accordion-list-wrapper .accordion-content {
    display: none
}

.send-message {
    width: 100%;
    height: 42px;
    line-height: 36px;
    margin-top: 5px
}

.send-message:before {
    background-position: 0 -1453px;
    height: 17px
}

.send-form {
    width: 344px
}

.ask-question-text {
    margin-top: 27px;
    padding-bottom: 4px
}

.ask-question-text .heading {
    color: #000;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: -5px;
    font-weight: 700
}

.to-page-link {
    margin: 25px 0 20px
}

.form-row > div, .to-page {
    position: relative
}

.to-page:before {
    content: '';
    position: absolute;
    top: 6px;
    right: -17px;
    background-position: 0 -1954px;
    height: 6px;
    width: 11px
}

.contact-us-wrapper {
    margin-top: 20px;
    color: #666
}

.contact-us-wrapper .contact-info {
    width: 713px
}

.contact-us-wrapper .contact-right {
    width: 344px;
    margin-right: 120px
}

.contact-us-wrapper .contact-right .ask-question-text {
    margin-top: 0
}

.contact-us-wrapper .top-text {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 27px
}

.contact-us-wrapper .underline, .form-group-payment_address_newsletter label b {
    text-decoration: underline
}

.contact-us-wrapper .contact-ways {
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 10px
}

.contact-us-wrapper .contact-ways .item {
    float: left
}

.contact-us-wrapper .contact-ways .phone {
    width: 215px
}

.contact-us-wrapper .contact-ways .skype {
    width: 153px
}

.contact-us-wrapper .office-text {
    margin: 25px 0 15px
}

.contact-us-wrapper .office-text strong {
    color: #000;
    font-size: 16px;
    display: block;
    margin-bottom: 10px
}

.map-container {
    width: 100%;
    height: 304px
}

.categories-list-wrapper {
    margin: 0 -15px;
    overflow: hidden;
    padding-bottom: 15px
}

.categories-list-wrapper hr {
    border-bottom: dashed 1px #b8b2b2;
    width: 100%;
    float: left;
    margin: 26px 0 9px
}

.categories-list-wrapper .category-item-curier {
    float: left;
    width: 50%;
    padding: 8px 15px
}

.categories-list-wrapper .category-item {
    float: left;
    width: 100%;
    border-radius: 6px;
    background-color: #fff;
    border: solid 1px #62c081;
    padding: 0 15px;
    display: table;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

.categories-list-wrapper .category-item:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.categories-list-wrapper .category-item.active, .categories-list-wrapper .category-item:hover, .categories-list-wrapper .category-item:hover .name {
    color: #62c081
}

.categories-list-wrapper .category-item .image-block {
    width: 8%;
    height: auto;
    display: table-cell;
    vertical-align: middle
}

.categories-list-wrapper .category-item .image-block img {
    display: inline-block;
    vertical-align: middle;
    max-height: 120px;
    max-width: 90%;
    padding: 8px 0
}

.categories-list-wrapper .category-item .name {
    width: 90%;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #646464;
    display: table-cell;
    vertical-align: middle
}

.categories-list-wrapper .category-item .name .name-wrapper {
    display: table-cell;
    vertical-align: middle;
    line-height: 18px;
    min-height: 40px
}

.vertical-list-links {
    list-style: none
}

.vertical-list-links .list-link {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.vertical-list-links .list-link:hover {
    background: #6ad08c;
    color: #fff
}

.vertical-list-links .list-link.active {
    cursor: default;
    background: #3f935b;
    color: #fff
}

.right-column {
    margin-left: 20px;
    width: 713px
}

.right-column .ask-question-text {
    color: #666;
    line-height: 18px;
    margin-bottom: 15px
}

.right-column .ask-question-text:first-child {
    margin-top: 0
}

.right-column .sub-text {
    color: #a4a4a4;
    margin-top: -10px;
    font-size: 14px
}

.user-profile-form {
    width: 470px
}

.form-row {
    margin-bottom: 15px
}

.form-row > div + div {
    margin-left: 11px
}

.form-row .custom-select {
    height: 42px
}

.form-row .custom-select .select-mask {
    height: 40px;
    line-height: 40px
}

.form-row .custom-select .select-mask:after {
    top: 19px
}

.form-row .custom-select .custom-select-content {
    top: 40px
}

.short-input {
    width: 149px
}

.long-input {
    width: 309px
}

.middle-input {
    width: 229px
}

.label {
    color: #000;
    margin-bottom: 7px
}

.support-link {
    margin-top: 4px
}

.form-block {
    margin-bottom: 30px
}

.data-block .date {
    width: 45px
}

.data-block .month {
    width: 115px;
    margin: 0 5px
}

.data-block .year {
    width: 58px
}

.code-block {
    position: relative;
    display: inline-block
}

.code-block:after {
    content: '';
    position: absolute;
    background-position: 0 -1735px;
    height: 15px;
    width: 15px;
    right: -20px;
    top: 0
}

.code-block.active:after {
    background-position: 0 -1750px;
    height: 14px;
    width: 14px
}

.save-changes {
    width: 250px;
    height: 42px;
    line-height: 35px;
    margin-top: 5px
}

.catalog-wrapper .button-block .show-more:before, .save-changes:before {
    content: '';
    display: inline-block;
    background-position: 0 -1328px;
    height: 19px;
    width: 18px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px
}

.your-discount {
    color: #000;
    font-size: 16px;
    font-weight: 700
}

.your-sum {
    font-size: 16px;
    color: #000;
    line-height: 18px;
    margin: 5px 0 20px
}

.your-sum a {
    font-size: 14px
}

.client-type {
    color: #666
}

.discount-types .item, .discount-types-description .item {
    width: 231px;
    float: left
}

.discount-types .item + .item, .discount-types-description .item + .item {
    margin-left: 10px
}

.discount-types {
    margin: 12px 0 8px;
    color: #000;
    font-size: 14px;
    font-weight: 700
}

.discount-types-description {
    margin-bottom: 33px
}

.discount-types-description .item {
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 14px;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.discount-types-description .bronze {
    background: #edab1c
}

.discount-types-description .silver {
    background: #d4d4d4
}

.discount-types-description .gold {
    background: #ffe04b
}

.loyalty-text p + h4, .loyalty-text p + h5 {
    margin-top: 28px
}

.loyalty-text h4 + h5 {
    margin-top: 10px
}

.user-info {
    color: #666;
    position: relative;
    width: 430px
}

.user-info .name {
    padding-top: 5px
}

.user-info .name strong {
    font-size: 16px;
    color: #000
}

.user-info .bordered-link {
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
    display: inline-block;
    line-height: 16px
}

.user-info .info-row {
    margin: 18px 0
}

.user-info .info-row .info, .user-info .info-row .label {
    float: left
}

.user-info .info-row .label {
    width: 167px;
    color: #000
}

.user-info .info-row .info {
    width: 263px
}

.user-info .your-discount-wrapper {
    position: absolute;
    width: 368px;
    padding: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e5e5e5;
    top: 0;
    left: 489px
}

.user-info .your-discount-wrapper p {
    margin: 10px 0
}

.user-info .your-discount-wrapper .discount-amount {
    color: #000;
    font-size: 16px;
    font-weight: 700
}

.user-info .your-discount-wrapper .next-discount {
    margin: -3px 0;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #000
}

.user-info .your-discount-wrapper .next-description, .user-info .your-discount-wrapper .next-value {
    height: 37px;
    line-height: 37px;
    text-align: center
}

.user-info .your-discount-wrapper .next-description {
    background: #ffe04b;
    width: 220px
}

.user-info .your-discount-wrapper .next-value {
    background: #eeeded;
    width: 148px
}

.catalog-container {
    margin-top: 20px
}

.slider-container {
    background: #dbdbdb;
    border-top: 1px solid #c3c3c3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    height: 5px;
    padding: 0 7px
}

.noUi-handle, .noUi-origin {
    position: absolute;
    background: #62c081
}

.noUi-origin {
    right: 0;
    bottom: 0;
    top: -1px;
    left: 0;
    height: 4px;
    border-bottom: 1px solid #4aa267;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.noUi-origin + .noUi-origin {
    background: #dbdbdb;
    border-top: 1px solid #c3c3c3;
    border-bottom: none;
    height: 4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.noUi-handle {
    top: -5px;
    left: -8px;
    width: 13px;
    height: 13px;
    border-bottom: 1px solid #4da46a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .3);
    -moz-box-shadow: inset 0 0 6px rgba(255, 255, 255, .3);
    box-shadow: inset 0 0 6px rgba(255, 255, 255, .3)
}

.noUi-target {
    position: relative
}

.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-base {
    width: 100%;
    height: 100%;
    position: relative
}

.catalog-wrapper {
    width: 976px;
    margin-left: 224px
}

.product-search .catalog-wrapper, .product-esearch .catalog-wrapper {
    width: 1200px;
    margin-left: 0
}

.catalog-wrapper .button-block {
    margin-top: 25px;
    clear: both;
    padding-top: 30px
}

.catalog-wrapper .button-block .show-more {
    width: 224px;
    height: 50px;
    line-height: 45px;
    color: #FFF;
}

.catalog-wrapper .button-block .show-more:before {
    background-position: 0 -1258px;
    height: 22px;
    width: 20px;
    top: -2px;
    margin-right: 7px;

}

.product-left-column table, .product-right-column table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse
}

.product-left-column table th, .product-left-column table thead td, .product-right-column table th, .product-right-column table thead td {
    padding: 12px 8px;
    color: #000;
    font-family: 'Open Sans', sans-serif, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 700
}

.product-left-column table tbody td, .product-right-column table tbody td {
    padding: 12px 8px;
    color: #000
}

.product-left-column table tbody tr:nth-child(odd) td, .product-right-column table tbody tr:nth-child(even) td {
    background: #f4f3f3
}

.bottom-prod table tbody tr:nth-child(odd) td {
    background: 0 0
}

.bottom-prod table tbody tr:nth-child(even) td {
    background: #f4f3f3
}

#buy_fade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
    zoom: 1
}

.product-sku {
    display: none
}

.product-sku.active {
    display: inline
}

.regions_dialog {
    left: 50%;
    top: 50%
}

.regions_dialog * {
    box-sizing: border-box
}

.regions_dialog .top-bar {
    background: #ededed;
    height: 34px;
    padding: 5px 10px;
    line-height: 34px
}

.regions_dialog.ui-dialog .ui-dialog-content {
    padding: 0;
    overflow: hidden;
    background: #fff
}

#location_dialog, .regions_dialog .ui-dialog-titlebar {
    display: none
}

.regions_dialog .close {
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 5px;
    cursor: pointer;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.regions_dialog .countries {
    padding: 9px 0 0 10px
}

.regions_dialog .countries li {
    display: block;
    float: left;
    padding: 0 10px;
    height: 20px;
    font: 12px/20px Arial;
    border-radius: 4px 4px 0 0;
    cursor: pointer
}

#regions_window .countries_list li.active, #regions_window .countries_list li:hover, .regions_dialog .countries li.active {
    background: #fff
}

.regions_dialog .countries li span, .regions_dialog .regions ul li span {
    border-bottom: 1px dotted #0073b8;
    color: #0073b8
}

.regions_dialog .countries li span:hover {
    border-bottom: 1px dotted #f66b0e;
    color: #f66b0e
}

.regions_dialog .countries li.active span, .regions_dialog .countries li.active span:hover {
    border: 0;
    color: #000
}

.regions_dialog .cities .ttl, .regions_dialog .regions .ttl {
    margin: 7px 0 10px;
    font: 14px Arial
}

.regions_dialog .regions .inner {
    height: 400px;
    overflow: auto
}

.regions_dialog .regions ul {
    list-style: none;
    margin: 0 5px 0 0;
    padding: 0
}

.regions_dialog .regions ul li {
    margin: 0;
    padding: 10px 15px;
    font: 14px/18px Arial;
    border-radius: 5px;
    cursor: pointer
}

.regions_dialog .regions ul li.active {
    background: #e0e9ec
}

.regions_dialog .regions ul li.active span {
    color: #333;
    border: 0;
    font-weight: 700
}

.regions_dialog .regions li:hover span {
    border-bottom: 1px dotted #f66b0e;
    color: #f66b0e
}

.regions_dialog .cities .inner {
    height: 400px;
    overflow: auto;
    padding: 0 20px 20px;
    font-size: 14px
}

.regions_dialog .cities .row {
    margin: 0
}

.regions_dialog .cities ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 50%;
    float: left
}

.btitle, .regions_dialog .cities ul li {
    margin: 0 0 10px
}

.regions_dialog .cities ul li span.val {
    color: #0073b8;
    text-decoration: underline;
    cursor: pointer
}

.regions_dialog .cities ul li:hover span.val {
    text-decoration: none;
    color: #f66b0e
}

.regions_dialog .footer-bar {
    margin: 15px 0;
    text-align: center;
    color: #6b6b6b;
    font: 11px Arial
}

.regions_dialog .middle-bar {
    padding: 20px 20px 0
}

.regions_dialog .middle-bar .my-city-bar {
    margin-bottom: 15px
}

.regions_dialog .middle-bar .my-city-bar .name {
    margin-bottom: 5px;
    font: 20px Arial
}

.regions_dialog .middle-bar .my-city-bar .descr {
    font: 12px Arial
}

.regions_dialog .middle-bar .search-box input {
    width: 100%;
    height: 34px;
    padding: 0 10px;
    font: 18px Arial;
    border-radius: 5px
}

.regions_dialog .middle-bar .search-box .hint {
    margin: 5px 0 10px;
    font: 11px Arial;
    color: #ccc
}

.cities_list li span.letter {
    display: inline-block;
    width: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #666
}

#regions_window {
    background: #fff;
    border: 2px solid #95ec3d;
    border-radius: 5px;
    z-index: 10000
}

#regions_window_ajax {
    position: relative
}

#regions_window_ajax .close {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    background: #95ec3d;
    color: #fff;
    font: 700 14px/20px Arial
}

#regions_window .top {
    padding: 5px 20px 0;
    background: #d9d9d9
}

#regions_window .left {
    width: 25%;
    float: left;
    margin-right: 5%
}

#regions_window .right {
    width: 70%;
    float: left
}

#regions_window .countries_list {
    overflow: hidden
}

#regions_window .countries_list li {
    display: block;
    float: left;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px 5px 0 0
}

#regions_window .cities_list, #regions_window .countries_list, #regions_window .regions_list {
    list-style: none;
    margin: 0;
    padding: 0
}

#regions_window .cities_list li, #regions_window .regions_list li {
    margin-bottom: 4px;
    padding: 3px 5px;
    cursor: pointer
}

#regions_window .cities_list li.active, #regions_window .cities_list li:hover, #regions_window .regions_list li.active, #regions_window .regions_list li:hover {
    background: #95ec3d;
    color: #fff
}

#regions_window .cities_list {
    width: 50%;
    float: left
}

#regions_window .cities_list li {
    display: inline-block;
    width: 220px
}

.regions-row .regions-col-1 {
    width: 30%;
    float: left
}

.regions-row .regions-col-2 {
    width: 70%;
    float: left
}

#login-table-hide {
    padding-top: 20px
}

.btitle {
    font-size: 16px;
    font-weight: 700
}

.categories-with-brand .item .image img, img {
    max-width: 100%
}

.hided-block td img, td img {
    max-width: none
}

.error {
    margin: 10px 0;
    color: #ba2222
}

#cart-drop-wrapper {
    position: relative;
    max-height: 500px;
    min-width: 190px
}

#cart-drop-wrapper .cart-content {
    padding-bottom: 40px;
    float: right;
    width: 100%
}

.scroll #cart-drop-wrapper .cart-content {
    overflow-y: scroll;
    padding-right: 15px;
    max-height: 350px
}

#cart-drop-fade, #cart-page-drop-fade {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, .5)
}

.func-link .tooltip-pop {
    cursor: default
}

.main-menu {
    position: relative;
    z-index: 10;
    width: 1200px;
    margin: 0 auto
}

.return-pop-wrapper .cart-items-wrapper .bootstrap-touchspin-up, .return-pop-wrapper .cart-items-wrapper .price-count .bootstrap-touchspin-down {
    position: static;
    display: inline-block;
    vertical-align: middle
}

.button-order {
    padding: 3px 0 !important;
    font-size: 14px;
    line-height: 12px !important
}

.prod-ch-variant {
    position: relative
}

.prod-ch-variant input, .prod-ch-variant ins {
    left: -10000px !important;
    top: -10000px !important
}

.form-report-wrapper {
    margin-top: 20px
}

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

.form-group label {
    margin-bottom: 5px;
    font-weight: 700
}

.form-group .req {
    color: red
}

.hided-block .hided-block-inner {
    overflow: hidden
}

.hided-block .show-full {
    display: inline-block;
    margin-top: 10px
}

.product-options-wrapper .price-col .cart-quantity-input {
    display: inline-block;
    width: 60px
}

.tsp-small {
    width: 22px;
    padding: 4px 0
}

.jcarousel ul, .prod-link-container {
    position: relative
}

.prod-link-container .edit-popup {
    display: none;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 1000;
    width: 100%;
    max-width: 250px;
    padding: 10px;
    background: rgba(0, 0, 0, .8);
    box-sizing: border-box;
    font-size: 14px;
    line-height: 18px;
    border-radius: 5px
}

.prod-link-container .edit-popup a {
    display: block;
    margin-bottom: 5px;
    color: #9def77
}

.prod-link-container .edit-popup a:hover {
    color: #fff
}

.brands-list.sel, .delivery-text.active, .prod-link-container:hover .edit-popup {
    display: block
}

#totop, #totop span, .dashboard-link {
    display: block;
    position: absolute
}

.dashboard-link {
    z-index: 10000;
    border-radius: 25px;
    background: #55b727;
    text-decoration: none;
    box-shadow: 0 0 8px #000;
    width: 50px;
    height: 50px;
    left: 50px;
    top: 50px
}

#totop {
    width: 50px;
    height: 50px;
    background: #62c081;
    position: fixed;
    right: 40px;
    bottom: 40px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    opacity: .7;
    transition: all .2s ease-out 0s
}

#totop span {
    left: 5px;
    top: -5px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom: 20px solid #333
}

#totop:hover {
    opacity: 1
}

.jcarousel {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 15px
}

.jcarousel ul {
    width: 20000em;
    list-style: none;
    margin: 0;
    padding: 0 0 10px
}

.jcarousel li {
    float: left;
    margin: 0
}

.jcarousel-control-next, .jcarousel-control-prev {
    display: block;
    position: absolute;
    top: 56px;
    width: 0;
    height: 0
}

.jcarousel-control-prev {
    left: -20px;
    border: 20px solid transparent;
    border-right: 20px solid #62c081
}

.jcarousel-control-next {
    right: -20px;
    border: 20px solid transparent;
    border-left: 20px solid #62c081
}

#question-block-sended, .brands-list, .delivery-text, .left-small-column.con-no-vis {
    display: none
}

#prod-container {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 30px
}

#prod-preloader {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .4)
}

#prod-preloader img {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -42px
}

.catalog-wrapper.catalog-full {
    width: 100%;
    margin-left: 0
}

.out-p-button {
    width: 224px;
    line-height: 45px;
    padding-left: 0;
    padding-right: 0
}

.social-bookmarks {
    height: 224px;
    margin-top: -117px;
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 999
}

.social-bookmarks a:first-child {
    margin-top: 0
}

.social-bookmarks a {
    display: block;
    height: 34px;
    margin-top: 3px;
    position: relative;
    right: 10px;
    width: 45px
}

.social-bookmarks a:hover {
    right: 0;
    transition: right .2s literal 0s
}

.social-bookmarks i {
    position: absolute;
    right: -5px;
    top: 1px
}

.social-bookmarks .vk {
    background: url(../images/social_icons_bg.png) repeat-x 0 -67px
}

.social-bookmarks .fb {
    background: url(../images/social_icons_bg.png) repeat-x 0 -137px
}

.social-bookmarks .ok {
    background: url(../images/social_icons_bg.png) repeat-x 0 -32px
}

.social-bookmarks .ig {
    background: url(../images/social_icons_bg.png) repeat-x 0 -172px
}

.social-bookmarks .gp {
    background: url(../images/social_icons_bg.png) repeat-x 0 -102px
}

.social-bookmarks .tw {
    background: url(../images/social_icons_bg.png) repeat-x 0 -207px
}

.social-bookmarks .vk i {
    background: url(../images/social_icons_3.png) no-repeat -5px -68px;
    display: inline-block;
    height: 35px;
    width: 35px
}

.social-bookmarks .fb i {
    background: url(../images/social_icons_3.png) no-repeat -5px -138px;
    display: inline-block;
    height: 35px;
    width: 35px
}

.social-bookmarks .ok i {
    background: url(../images/social_icons_3.png) no-repeat -5px -33px;
    display: inline-block;
    height: 35px;
    width: 35px
}

.social-bookmarks .ig i {
    background: url(../images/social_icons_3.png) no-repeat -5px -173px;
    display: inline-block;
    height: 35px;
    width: 35px
}

.social-bookmarks .gp i {
    background: url(../images/social_icons_3.png) no-repeat -5px -103px;
    display: inline-block;
    height: 35px;
    width: 35px
}

.social-bookmarks .tw i {
    background: url(../images/social_icons_3.png) no-repeat -5px -208px;
    display: inline-block;
    height: 35px;
    width: 35px
}

.socials {
    padding-bottom: 10px
}

.socials a:first-child {
    margin-top: 0
}

.socials a {
    display: inline-block;
    height: 34px;
    margin-top: 3px;
    right: 10px;
    width: 34px
}

.socials .vk {
    background: url(../images/social_icons_bg.png) repeat-x 0 -67px
}

.socials .fb {
    background: url(../images/social_icons_bg.png) repeat-x 0 -137px
}

.socials .ok {
    background: url(../images/social_icons_bg.png) repeat-x 0 -32px
}

.socials .ig {
    background: url(../images/social_icons_bg.png) repeat-x 0 -172px
}

.socials .gp {
    background: url(../images/social_icons_bg.png) repeat-x 0 -102px
}

.socials .tw {
    background: url(../images/social_icons_bg.png) repeat-x 0 -207px
}

.socials .vk i {
    background: url(../images/social_icons_3.png) no-repeat -5px -68px
}

.socials .fb i, .socials .ok i, .socials .vk i {
    display: inline-block;
    height: 35px;
    width: 35px
}

.socials .fb i {
    background: url(../images/social_icons_3.png) no-repeat -5px -138px
}

.socials .ok i {
    background: url(../images/social_icons_3.png) no-repeat -5px -33px
}

.socials .ig i {
    background: url(../images/social_icons_3.png) no-repeat -5px -173px
}

.socials .gp i, .socials .ig i, .socials .tw i {
    display: inline-block;
    height: 35px;
    width: 35px
}

.socials .gp i {
    background: url(../images/social_icons_3.png) no-repeat -5px -103px
}

.socials .tw i {
    background: url(../images/social_icons_3.png) no-repeat -5px -208px
}

.main-menu.shadowed:before {
    content: '';
    display: block;
    width: 100%;
    height: 458px;
    position: absolute;
    left: 0;
    top: 42px;
    background: rgba(255, 255, 255, .7)
}

#uLogin1 {
    margin: 16px 0 20px
}

.order-view-page h1 {
    margin: 20px 0 30px
}

.order-view-page .total_line {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px
}

.order-view-page .order_info {
    border-collapse: collapse
}

.order-view-page .order_info td {
    padding: 5px 0;
    font-size: 16px
}

#discount-block-container {
    float: left;
    width: 100%;
    text-align: right
}

#discount-block-container strong {
    white-space: nowrap
}

.cat-out-p-button {
    display: block;
    width: 100% !important;
    line-height: 26px;
    font-size: 14px
}

#reviews {
    padding-top: 80px
}

.reviews-no-user {
    margin-top: 20px;
    padding: 20px 0 10px;
    font-size: 16px;
    border-top: 1px solid #ccc
}

.prod-cat-line .product-wrapper:last-child {
    margin-right: 0
}

.zag2, .zag3, .zag4 {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2em;
    font-weight: 400;
    color: #000
}

.zag2 {
    margin-bottom: 5px;
    font-size: 25px
}

.zag3, .zag4 {
    font-size: 18px
}

.zag4 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif, Verdana, sans-serif
}

.articles-subcategories .item {
    margin: 10px 0 20px;
    font-size: 16px
}

.articles-subcategories .item.flt {
    width: 33.33333%;
    float: left
}

.category-text-wrapper, .content-wrap, .load-content {
    width: 100%;
    float: left
}

.category-text-wrapper blockquote {
    font-style: italic;
    font-size: 14px;
    padding: 0 8px 0 40px;
    border-style: solid;
    border-color: #ccc;
    border-width: 0 0 0 5px
}

.category-text-wrapper td {
    border: 1px solid #ccc;
    padding: 5px
}

.load-content {
    padding: 0 0 20px
}

.content-block .load-content, .left-small-column .load-content {
    position: absolute;
    left: -9999px
}

.load-content ul {
    padding-left: 30px
}

.text-description-content.box-hide {
    overflow: hidden;
    max-height: 12em;
    position: relative
}

.text-description-more {
    padding: 10px 0;
    text-align: right
}

.text-description-content.box-hide::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 4em;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%)
}

#comparison-link:hover i, #comparison-link.active i, .arrow-link, .compare-table a:hover {
    color: #62c081
}

.req {
    color: red
}

.top-contact-phone {
    display: none
}

.categories-with-brand {
    margin-bottom: 50px
}

.categories-with-brand .item {
    margin-bottom: 20px
}

.categories-with-brand .item .image {
    width: 50px;
    float: left
}

.categories-with-brand .item .name {
    margin-left: 60px
}

.h2 {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2em;
    font-weight: 400;
    color: #000;
    font-size: 22px
}

.compare-block .btn-compare i, .filter-del {
    display: none
}

.tofree {
    margin-bottom: 10px
}

.tpldescr {
    padding: 20px;
    font-size: 14px
}

.characteristics-table {
    padding: 20px;
    border-collapse: collapse
}

.characteristics-table td {
    padding: 6px 10px;
    text-align: right
}

.characteristics-table .cname {
    padding-right: 20px
}

.characteristics-table .cvalue, .characteristics-table td + td {
    text-align: left
}

.characteristics-table tr:nth-child(2n) {
    background: #fff
}

.important-message {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    background: #fb980a;
    color: #fff;
    font-size: 16px
}

.important-message .inner-message {
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 15px
}

.header-wrapper.has-message.sticky:before {
    height: 108px
}

.header-wrapper.has-message .main-header {
    height: 177px
}

.header-wrapper.has-message .main-header .header-elements-block {
    top: 30px
}

.header-wrapper.has-message .main-header .search-container {
    margin-top: 54px
}

#comparison-link, #comparison-link .num, .wishlist-link, .wishlist-link .num {
    display: block;
    position: absolute;
    text-align: center
}


.wishlist-link {
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
    bottom: 25px;
    width: 45px;
    height: 45px;
    border: solid 1px #afafaf;
    border-radius: 26px;
    right: 170px;
    font-size: 28px;
    padding: 8px 0 0

}

.wishlist-link i {
    position: absolute;
    color: #ababab;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10px;
}

.wishlist-link:hover i, .wishlist-link.active i {
    color: #62c081;
}

.wishlist-link .num {
    right: -10px;
    top: -18px;
    line-height: 16px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: solid 1px #ababab;
    font-size: 14px;
    color: #626262;
    padding: 5px 0 0
}

.wishlist-link:hover, .wishlist-link:hover .num, .wishlist-link.active, .wishlist-link.active .num {
    color: #62c081;
    border: solid 1px #62c081
}


#comparison-link {
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
    bottom: 25px;
    width: 45px;
    height: 45px;
    border: solid 1px #afafaf;
    border-radius: 26px;
    right: 110px;
    font-size: 28px;
    padding: 8px 0 0
}

#comparison-link i {
    color: #ababab
}

#comparison-link .num {
    right: -10px;
    top: -18px;
    line-height: 16px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: solid 1px #ababab;
    font-size: 14px;
    color: #626262;
    padding: 5px 0 0
}

#comparison-link:hover, #comparison-link:hover .num, #comparison-link.active .num, #comparison-link.active {
    color: #62c081;
    border: solid 1px #62c081
}

.compare-block {
    margin-top: 5px
}

.compare-block .btn-compare {
    cursor: pointer;
    color: #62c081
}

.compare-block .btn-compare.added i {
    display: inline-block
}

.compare-block .btn-compare:hover {
    color: #6cd48f
}

#comparison-table-container {
    background: #fff;
    overflow-x: scroll;
    margin-top: 20px;
    padding: 15px
}

.compare-table {
    border-collapse: collapse
}

.compare-table td, .compare-table th {
    width: 230px;
    padding: 15px;
    vertical-align: top
}

.compare-table th {
    text-align: right
}

.compare-table td {
    border-left: 1px solid #f1f1f1
}

.compare-table .trash-td {
    padding: 5px 10px;
    text-align: right
}

.compare-table .image {
    text-align: center;
    vertical-align: middle
}

.compare-table .image img {
    width: 125px
}

.compare-table .one-var {
    margin: 3px 0
}

.compare-table td .one-var:first-child {
    margin-top: 0
}

.compare-table td .one-var:last-child {
    margin-bottom: 0
}

.compare-table .one-var .price-val {
    font: 16px/21px 'Open Sans', sans-serif;
    white-space: nowrap
}

.compare-table a {
    color: #666
}

.compare-table .trash-td a:hover {
    color: #f26a16
}

.compare-table tr:hover td, .compare-table tr:hover th {
    background: #e0ffe9
}

.compare-table tr:hover td.trash-td, .compare-table tr:hover th.trash-td, .nav-tabs > li > a:hover, .nav.nav-tabs.menu_products_properties li a:hover {
    background: 0 0
}

@media screen and (max-width: 760px) {
    .important-message {
        position: relative
    }
}

[class^=account-] .catalog-full {
    padding: 0 15px
}

.dop_info ul {
    margin-left: 20px;
    padding: 15px
}

.company_info {
    float: left;
    width: 30%;
    font-size: 14px;
    padding: 10px 0;
    line-height: 16px
}

.main-header .view-in-popap {
    display: none !important
}

.has-error input[type=date], .has-error input[type=password], .has-error input[type=text], .has-error select, .has-error textarea {
    border: 1px solid red
}

.sort-filters-left {
    float: left;
    width: 48%
}

.sort-filters-right {
    float: right;
    width: 80px
}

#dsl_google_button {
    background: #dd4b39
}

#dsl_google_button:active {
    background: #be3e2e;
    background: #3a5192;
    background: #21588d;
    background: #466382;
    background: #a62d29;
    background: #3d026f
}

#dsl_facebook_button {
    background: #4864b4
}

#dsl_linkedin_button {
    background: #2a72b6
}

#dsl_vkontakte_button {
    background: #5b82ab
}

#dsl_yandex_button {
    background: #d83933
}

#dsl_yahoo_button {
    background: #500095
}

#d_social_login .dsl-button {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    margin: 2px 2px 10px;
    padding: 0
}

#d_social_login .dsl-button:hover {
    text-decoration: none;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2)
}

#d_social_login .dsl-button:active {
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, .2)
}

#d_social_login .dsl-button .l-side, #d_social_login .dsl-button.dsl-button-medium .l-side {
    padding: 5px 5px 0;
    border-right: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    display: inline-block;
    font-size: 17px;
    vertical-align: middle;
    box-sizing: border-box;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    position: relative
}

#d_social_login .dsl-button .r-side, #d_social_login .dsl-button.dsl-button-medium .r-side {
    padding: 6px 10px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    box-sizing: border-box;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3)
}

#d_social_login .dsl-button.dsl-button-huge .l-side {
    font-size: 26px;
    padding: 8px 10px 8px 8px
}

#d_social_login .dsl-button.dsl-button-huge .r-side {
    font-size: 15px;
    padding: 12px 20px 11px
}

#d_social_login .dsl-button.dsl-button-large .l-side {
    font-size: 20px;
    padding: 6px 6px 0
}

#d_social_login .dsl-button.dsl-button-large .r-side {
    font-size: 14px;
    padding: 8px 16px 7px
}

#d_social_login .dsl-button.dsl-button-small .l-side {
    font-size: 14px;
    padding: 4px 4px 0
}

#d_social_login .dsl-button.dsl-button-small .r-side {
    font-size: 14px;
    padding: 4px 5px 3px
}

#d_social_login .dsl-button.dsl-button-icons .l-side {
    font-size: 17px;
    padding: 5px 5px 0;
    border: 0
}

#d_social_login .dsl-button.dsl-button-icons .r-side {
    display: none
}

[class*=dsl-icon-], [class*=dsl-icon-]:before, a [class*=dsl-icon-] {
    margin: 0 !important;
    background-image: none !important
}

.dsl-label {
    display: none;
    vertical-align: middle
}

.dsl-label-icons {
    display: inline-block
}

.dsl-hide-icon {
    opacity: 0
}

.switch-items .price {
    float: left;
    width: 100%;
    padding: 0 0 5px
}

.price-text-col, .price_text {
    font-size: 14px;
    color: #090614;
    width: 100%;
    display: block
}

.price-text-col {
    width: 55%;
    float: left;
    line-height: 14px
}

.price-col {
    width: 45%;
    float: right;
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #494949;
    text-shadow: 1px 2px 2px #fff
}

.price-col, .variant-name {
    line-height: 14px
}

.variant-name, .variant-name a {
    font-size: 14px;
    font-weight: 600;
    color: #494949
}

.action-tab-content .variant-name {
    color: #f63840
}

.td_option_price .price_text {
    padding: 0 10px 5px 0
}

.price-with-old {
    position: relative;
    color: #f63840;
    width: 100%;
    line-height: 1.2
}

.price-with-old .price-old {
    padding: 0 0 4px;
    text-decoration: line-through;
    font-size: 11px;
    color: #f63840
}

.price-real, .price-with-old .price-old, .products-wrapper .switch-items .price-value.sum {
    width: 100%;
    display: inline-block
}

.button-block-show-more {
    float: left
}

.catalog-wrapper.catalog-wrapper2 {
    width: 100%;
    margin-left: 0
}

.category-middle_text, .category-up-text {
    padding: 15px 0 30px
}

.products-wrapper .switch-items .button_curier {
    width: 80px;
    display: inline-block
}

.products-wrapper .switch-items .btn.btn-wishlist {
    height: auto;
    background: 0 0;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    color: #6cd48f;
    text-shadow: none;
    margin: 5px 0 0
}

.product-consist {
    padding-bottom: 26px
}

.nav-tabs {
    border-bottom: 0 solid #ddd
}

.nav-tabs > li > a {
    border: 0 solid #ddd;
    color: #555;
    line-height: 1
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    cursor: default;
    background-color: #fff;
    border: 0 solid #ddd;
    border-bottom-color: transparent;
    box-shadow: 0 -3px 10px rgba(0, 255, 0, .2);
    padding: 9px 10px
}

.nav.nav-tabs.menu_products_properties > ul > li {
    display: inline-block;
    font-size: 18px;
    background: 0 0;
    padding: 0;
    margin-top: 20px;
    box-shadow: 0 4px 10px rgba(110, 110, 110, .3);
    cursor: pointer
}

.nav.nav-tabs.menu_products_properties li .tab-pane {
    font-size: 14px;
    padding: 0 10px
}

.nav.nav-tabs.menu_products_properties li.active {
    box-shadow: 0 -3px 10px rgba(0, 255, 0, .2)
}

.nav-tabs > li > a h2, .nav-tabs > li > a h3 {
    font-size: 18px;
    margin: 0
}


.menu_products_properties li li, #tab-description li {
    margin-left: 15px;
    margin-bottom: 15px;
}

.tab-content > div {
    display: none;
    position: relative;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 255, 0, .2)
}

.tab-content .tab-hidden {
    display: none
}

.tab-content table {
    max-width: 100% !important;
    width: inherit !important;
}

.hided-block-inner table th .tab_propertres table thead td, .hided-block-inner table thead td, .tab_propertres table th {
    padding: 12px 8px;
    color: #000;
    font-family: 'Open Sans', sans-serif, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 700
}

.hided-block-inner table tbody td, .tab_propertres table tbody td {
    padding: 6px 8px;
    color: #000
}

.hided-block-inner table tbody tr:nth-child(odd) td, .tab_propertres table tbody tr:nth-child(odd) td {
    background: 0 0
}

.hided-block-inner table tbody tr:nth-child(even) td, .tab_propertres table tbody tr:nth-child(even) td {
    background: #f4f3f3
}

.product-page-wrapper .product-links {
    display: none !important
}

.price_buy_block {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: -10000px
}

.product-options-wrapper .out-p-button {
    width: 100%;
    height: 45px;
    line-height: 1.4em
}

.delivery_block_mobile_in {
    width: 298px;
    left: 0;
    margin-left: -53px;
    font: 14px/18px 'Open Sans', sans-serif, Verdana, sans-serif;
    color: #666
}

.delivery_block_mobile_in .tip-body:before {
    margin-left: 0;
    left: 60px
}

.jcarousel .slick-slide {
    float: left;
    display: inline-block;
    text-align: center;
    height: 77px;
    line-height: 73px;
    overflow: hidden
}

.jcarousel .slick-slide .thumbnails {
    width: 77px;
    height: 77px;
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #eee;
    background: #fff
}

.categories-with-brand .close-item {
    display: none
}

body .ui-widget-overlay {
    background: #000 !important;
    opacity: .6 !important;
    filter: Alpha(Opacity=60) !important;
    z-index: 1001 !important
}

.regions_dialog.ui-dialog {
    padding: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 99999 !important
}

.edit_container {
    position: absolute;
    top: 10px;
    width: 100%;
    left: 0;
    z-index: 999;
    height: 40px;
    background: rgba(0, 0, 0, .5);
    display: none;
    text-align: center
}

.main_product_block_sale_img, .no-price .options-list input[type=checkbox] + span, .options-list input[type=checkbox] + label {
    position: relative
}

.main_product_block_sale_img:hover .edit_container, .prod-link-container:hover .edit_container {
    display: block
}

.edit_container a, .fast-view a {
    display: block;
    color: #fff
}

.reorder-full {
    padding: 15px;
    text-align: right
}

.fast-view {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 7;
    margin: 0 auto;
    top: 50%;
    width: 140px;
    height: 30px;
    line-height: 30px;
    object-fit: contain;
    border-radius: 5px;
    background-color: #f58345;
    display: block;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity .2s;
    font-size: 14px;
    font-weight: 600;
    color: #fff
}

.fast-view i {
    padding-top: 12px;
    font-size: 30px;
    color: #fff
}

.fast-view, .tooltip-inner {
    background: #fd9251
}

.tooltip-arrow {
    border-top-color: #fd9251 !important
}

.main_product_block_sale_img:hover .fast-view, .prod-link-container:hover .fast-view {
    opacity: .9
}

.product-page-short {
    position: relative;
    background: #fff;
    width: 80%;
    max-width: 767px;
    margin: 0 auto;
    padding: 15px 25px 25px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .06);
    box-shadow: 0 0 25px rgba(0, 0, 0, .06);
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.product-page-short .prod-link-container {
    padding: 10px;
    text-align: center;
    font-size: 22px
}

.product-page-short .zag2 {
    font-size: 18px;
    text-align: center
}

.product-page-short .main_product_block_sale_img {
    width: 25%
}

.product-page-short .main_product_block_sale_price {
    width: 70%;
    float: right
}

.product-page-short .main_product_block_sale_price_list {
    width: 100%;
    padding: 0 15px
}

.popup-view-dawn-content, .popup-view-dawn-content .characteristics-table {
    width: 100%;
    float: left
}

.popup-view-dawn-content .main_product_block_sale_price_button {
    width: 40%;
    float: right
}

.popup-view-dawn-content .main_product_block_sale_price_button .all_price {
    border: 1px solid #ddd !important;
    border-radius: 5px
}

.account-info .row > div {
    padding: 4px 15px
}

.information-information .content-block ul {
    padding: 15px 30px;
    text-align: left
}

.information-information .content-block .nav-tabs {
    margin: 15px 0 0;
    padding: 0
}

.information-information .content-block .nav-tabs > li {
    width: 33.3%;
    text-align: center
}

.information-information .content-block .nav-tabs > li a {
    font-weight: 700;
    display: block
}

@media screen and (max-width: 600px) {
    .information-information .content-block .nav-tabs > li a {
        min-height: 62px
    }
}

.bestseller-supply {
    padding: 60px 0;
    clear: both;
    position: relative
}

.bestseller-supply > h2 {
    text-align: center
}

.category-page .brands-wrapper {
    padding: 30px 0;
    clear: both
}

.container_menu .panel-group {
    border-radius: 0
}

.container_menu .zag4 {
    height: 33px;
    font-size: 14px;
    padding: 5px 15px;
    line-height: 23px;
    text-align: center;
    background: #f8f8f8;
    color: #333;
    display: block;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.container_menu .zag4 a span {
    font-size: 16px;
    color: #333
}

.container_menu a {
    font-size: 14px;
    text-decoration: none !important
}

.container_menu a > span {
    padding-right: 5px;
    font-size: 14px
}

.container_menu .panel {
    clear: both
}

.container_menu .panel-heading {
    padding: 4px 5px;
    border-bottom: 1px solid transparent;
    border-radius: 0
}

.container_menu .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0
}

.container_menu .active .panel-heading {
    background: #c8e9d3
}

#accordion .panel, .container_menu .panel-group .panel + .panel {
    margin-top: -1px
}

.container_menu .panel-body {
    padding: 0
}

.container_menu .table {
    margin: 0
}

.zag4-icon {
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6
}

.zag4-icon span:before {
    content: '';
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
    position: relative;
    background: url(../images/icons.png) no-repeat
}

.zag4-icon.dogs span:before {
    background-position: 0 -886px;
    height: 24px;
    width: 17px;
    top: -2px
}

.zag4-icon.cats span:before {
    background-position: 0 -814px;
    height: 24px;
    width: 18px;
    top: -2px
}

.zag4-icon.rats span:before {
    background-position: 0 -622px;
    height: 24px;
    width: 29px;
    top: -2px
}

.zag4-icon.birds span:before {
    background-position: 0 -995px;
    height: 24px;
    width: 16px;
    top: -2px
}

.zag4-icon.reptiles span:before {
    background-position: 0 -694px;
    height: 24px;
    width: 20px;
    top: -2px
}

.zag4-icon.fish span:before {
    background-position: 0 -1280px;
    height: 24px;
    width: 19px;
    top: -2px
}

.zag4-icon.horses span:before {
    background-position: 0 -838px;
    height: 24px;
    width: 25px;
    top: -2px
}

.icon-dot, .icon-dot-2 {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    margin-left: 2px
}

.icon-dot {
    background: #c4c4c4;
    top: 0;
    width: 6px;
    height: 6px;
    border-radius: 3px
}

.icon-dot-2 {
    top: -2px;
    width: 4px;
    height: 5px;
    padding: 0;
    border-radius: 2px;
    background: #6cd48f
}

.level-left-3 td {
    padding: 5px 5px 5px 15px !important
}

#accordion {
    padding-top: 30px
}

@media screen and (max-width: 1000px) {
    #accordion {
        display: none
    }
}

#totop {
    z-index: 1000
}

.adisable {
    pointer-events: none
}

.burgers, .no-price .options-list input[type=checkbox], .options-list input[type=checkbox] {
    display: none
}

.prod-ch-variant .custom-radio {
    opacity: 0;
    background: red;
    width: 100%;
    position: absolute !important;
    left: 0;
    height: 100%
}

.prod-ch-variant:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    background: url(../images/radio.png) 0 0;
    width: 16px;
    height: 16px
}

.prod-ch-variant.isCheck:before, .radio-label.active:before {
    background-position: 0 -32px
}

.options-list input[type=checkbox] + label:before {
    font-family: 'icomoon';
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 3px;
    width: 14px;
    content: '';
    height: 14px;
    background-color: #fff;
    border: solid 1px #d6d6d6;
    letter-spacing: 8px
}

.options-list input[type=checkbox]:checked + label:before {
    border: solid 1px #e56101;
    letter-spacing: 5px
}

.options-list input[type=checkbox]:checked + label:after {
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    top: 0;
    content: "\e912";
    font-size: 14px
}

.no-price .options-list input[type=checkbox] + span:before {
    font-family: 'icomoon';
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 3px;
    width: 14px;
    content: '';
    height: 14px;
    background-color: #fff;
    border: solid 1px #d6d6d6;
    letter-spacing: 8px;
    float: left;
    margin-right: 10px;
}

.no-price .options-list input[type=checkbox]:checked + span:before {
    border: solid 1px #e56101;
    letter-spacing: 5px
}

.no-price .options-list input[type=checkbox]:checked + span:after {
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    top: 0;
    content: "\e912";
    font-size: 14px
}

.rating {
    margin-top: 0
}

@media screen and (max-width: 1470px) {
    .tooltip-pop.discount-pop {
        width: 490px;
        margin-left: -369px
    }
}

@media screen and (min-width: 1201px) {
    .products-wrapper .product-wrapper {
        width: 30.7%
    }

    .products-wrapper .product-wrapper.last-item {
        margin: 0 0 35px
    }

    .variantB .products-wrapper .product-wrapper.last-item {
        margin: 0
    }
}

@media screen and (max-width: 1200px) {
    .catalog-wrapper, .center-wrapper {
        width: 100%
    }

    .product-search .catalog-wrapper, .product-esearch .catalog-wrapper {
        width: 100%;
        padding: 0 20px
    }

    .center-wrapper {
        box-sizing: border-box
    }

    .products-wrapper {
        margin: 20px 0 5px
    }

    .tooltip-pop.discount-pop {
        width: 490px;
        margin-left: -390px
    }

    .link-callback .zag3 {
        display: none
    }
}

@media screen and (max-width: 1200px) and (min-width: 1001px) {
    body {
        min-width: 0
    }

    .catalog-wrapper {
        margin-left: 244px
    }

    .center-wrapper {
        padding: 0 15px
    }

    .main-footer .copyright-block {
        margin-top: 0
    }

    .products-wrapper .product-wrapper {
        width: 354px;
        margin: 0 5px 20px 0
    }

    .common-home .products-wrapper .product-wrapper {
        width: 48%
    }

    .header-wrapper.sticky .header-func-links {
        display: none
    }
}

@media screen and (max-width: 1139px) {
    #cart-drop-wrapper {
        overflow-y: scroll;
        padding-bottom: 30px
    }

    .fast-view {
        display: none
    }
}

@media screen and (max-width: 1000px) {
    .full-cart #cart-drop-wrapper {
        min-width: 300px
    }

    .header-elements-block .info-line {
        position: relative;
        z-index: 1002
    }

    .return-pop-wrapper .return-pop-content {
        top: 180px
    }

    .nav.nav-tabs.menu_products_properties li {
        width: 100%;
        float: left
    }
}

@media screen and (max-width: 1271px) and (min-width: 1231px) {
    .main-header .header-elements-block {
        margin: 9px 0 0
    }
}

@media screen and (max-width: 1271px) and (min-width: 1000px) {
    .main-footer .services-block.garanty {
        display: none
    }
}

@media screen and (max-width: 1000px) {
    .products-wrapper .read-more a, .tooltip-pop .tip-body::before {
        display: none
    }

    .tooltip-pop.discount-pop {
        padding-top: 0
    }

    .cart-items-wrapper .price-count .counter {
        height: 30px
    }

    .product-page-wrapper .product-links .bordered-link .reviews-count {
        top: 0
    }

    .product-page-wrapper .product-links {
        line-height: 2
    }

    .main-header .contact-data:hover .tooltip-pop {
        z-index: 9999
    }

    .icon-down, .products-wrapper .switch-items .button_curier {
        float: right
    }

    .products-wrapper .read-more {
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        text-align: left;
        color: #f26903
    }

    .icon-down {
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 10px solid #f26903;
        margin: 5px 10px 0 0
    }

    .open .icon-down {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    label.active, span.active {
        color: inherit
    }

    label.isCheck, span.isCheck {
        color: #62c081
    }

    .breadcrumbs {
        line-height: 26px
    }

    .products-wrapper .product-wrapper:nth-of-type(2n) {
        left: 10px !important
    }

    .main-menu .menu-holder:hover .menu-drop {
        display: none !important
    }

    .main-menu .menu-holder.isActive .menu-text, .main-menu .menu-holder:hover .menu-text {
        border-right-color: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-top-color: none;
        color: none
    }

    .main-menu .menu-holder.isActive .menu-text {
        background: #62c081;
        border-right-color: #62c081;
        border-top-color: #4aa267;
        color: #fff
    }

    *, :after, :before {
        box-sizing: border-box
    }

    body {
        min-width: 0
    }

    .main-menu .menu-holder {
        width: 100% !important;
        float: none
    }

    .main-menu .menu-holder .menu-drop {
        position: static;
        overflow: auto;
        padding: 10px
    }

    .main-menu .menu-holder .menu-text {
        border: 0;
        color: #333 !important
    }

    .main-menu .menu-holder.isActive .menu-drop {
        display: block !important
    }

    /*.text-page{overflow:hidden}*/
    .actions-inner-wrapper {
        width: auto;
        margin-left: 0
    }

    .menu-products-wrapper .menu-product + .menu-product {
        margin-left: 10px
    }

    .main-menu .site-menu {
        height: auto
    }

    .center-wrapper {
        width: auto
    }

    .left-small-column, .main-header .search-container .search-field {
        width: 100%
    }

    .catalog-wrapper {
        width: 100%;
        margin-left: 0
    }

    .hided-block .hided-block-inner {
        overflow-x: auto
    }

    .orders-wrapper .total-sum .btn {
        position: static
    }

    .checkout-list .total-sum {
        height: auto
    }

    .orders-wrapper .first-column, .orders-wrapper .second-column {
        width: 100%;
        margin-right: 0
    }

    .right-column {
        margin-left: 0
    }

    .orders-wrapper .right-column, .right-column, .user-info {
        width: auto
    }

    .reviews-block .review-item {
        width: 100%
    }

    .product-page-wrapper .product-right-column, .text-page .content-block {
        width: auto
    }

    .product-options-wrapper {
        float: none;
        width: auto;
        margin-top: 40px
    }

    .product-description-block .product-column-left, .product-images-wrapper, .product-page-wrapper .product-left-column {
        width: 100%
    }

    .product-images-wrapper img {
        max-width: 100%;
        max-height: 100%
    }

    .main-footer {
        text-align: center;
        position: relative;
        height: auto;
        padding-bottom: 90px
    }

    .regions_dialog .cities ul {
        float: none;
        width: 100%
    }

    .products-wrapper .extra-info {
        position: static;
        display: block
    }

    .tooltip-pop.log-in .buttons-block {
        margin-top: 0
    }

    .tooltip-pop.log-in {
        right: -3px;
        box-sizing: border-box;
        width: 226px;
        margin-left: -210px
    }

    .tooltip-pop .tip-body:before {
        left: 94%
    }

    .categories-list-wrapper .category-item {
        float: none
    }

    .social-bookmarks, .socials {
        display: none
    }

    li.menu-holder {
        border: 1px solid #ccc
    }

    li.menu-holder a {
        pointer-events: none
    }

    li.menu-holder a, li.menu-holder.actions {
        border: 0 !important
    }

    .benefit-item {
        box-sizing: border-box;
        margin: 0 auto;
        float: none !important;
        display: inline-block;
        vertical-align: top
    }

    .bx-viewport, .main-slider img {
        height: auto !important
    }

    .bx-controls {
        display: none
    }

    .switch-items > div {
        margin-top: -13px
    }

    .date {
        margin: 0 !important
    }

    .review-item img {
        display: block !important;
        float: none !important;
        max-width: 100% !important;
        margin: 0 auto
    }

    .products-wrapper {
        margin: 0
    }

    .products-wrapper .switch-items {
        height: auto
    }

    .products-wrapper .switch-items .sum.active {
        display: inline-block;
        margin-left: 10px
    }

    .products-wrapper .switch-items .btn {
        height: auto;
        margin-left: 1px
    }

    .products-wrapper .switch-items .btn.button-order {
        position: relative;
        margin-left: auto;
        top: 20px
    }

    .regions_dialog {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        margin: 0 !important
    }

    .func-link.active .tooltip-pop {
        z-index: 999
    }

    .contact-us-wrapper .contact-info, .contact-us-wrapper .contact-right {
        width: 100%
    }

    .contact-info table, .regions_dialog {
        width: 100% !important
    }

    .send-form {
        width: auto
    }

    .regions_dialog .cities .inner, .regions_dialog .regions .inner {
        height: 200px
    }

    .brands-search, .switch-items > button {
        margin-top: 0
    }

    .regions-row .regions-col-1, .regions-row .regions-col-2 {
        float: none;
        width: 100%
    }

    .product-actions-wrapper .product-action-item {
        width: auto;
        float: none
    }

    .center-wrapper {
        box-sizing: border-box;
        padding: 0 10px
    }

    .main-footer .services-block {
        margin: 0
    }

    .main-footer .copyright-block {
        margin: 0;
        left: 0;
        position: absolute;
        bottom: 10px;
        width: 100%
    }

    .no-results img {
        margin: 10px auto
    }

    .values-container > * {
        display: inline-block
    }

    .options-list {
        margin-right: 0;
        max-height: 90px !important
    }

    .product-page-wrapper .product-links .bordered-link {
        margin-right: 12px
    }

    .product-options-wrapper {
        text-align: center
    }

    #form_filter .options-list {
        text-align: left !important
    }

    .options-list .radio-label {
        float: none;
        display: inline-block
    }

    #product-full-descr p img {
        float: none !important;
        display: block;
        margin: 0 auto
    }

    .cart-formrow .value .comment_textarea, .cart-items-wrapper .cart-item {
        width: 100% !important
    }

    .checkout-list {
        width: auto;
        box-sizing: border-box
    }

    .cart-items-wrapper .cart-item-info, .checkout-list {
        text-align: center
    }

    .return-pop-wrapper .return-pop-content {
        left: 0;
        padding: 10px;
        margin: 0 auto
    }

    .cart-items-wrapper .image, .cart-items-wrapper .price-count .bootstrap-touchspin, .checkout-page .checkout-list {
        margin: 5px auto
    }

    .checkout-form {
        width: auto
    }

    .main-footer .text-block {
        margin: 10px 0
    }

    .menu-products-wrapper .menu-product {
        min-height: 0
    }

    .linked-products .price-count .btn-primary {
        position: static
    }

    .left-small-column + .related-articles-wrapper, .left-small-column + .reviews-wrapper {
        margin-left: 0;
        width: 100%
    }

    .related-articles-wrapper .related-article .image {
        margin: auto
    }

    .related-articles-wrapper .related-article .article-content {
        margin-left: 0
    }

    .loyalty-page .discount-block {
        line-height: 37px
    }

    .loyalty-page .elem {
        float: none;
        width: 100%;
        padding-left: 20px
    }

    .loyalty-page .elem.four {
        border-radius: none
    }

    .loyalty-page .discount-block.values {
        height: auto;
        margin-top: -148px
    }
}

@media screen and (max-width: 870px) {
    .tooltip-pop.discount-pop {
        margin-left: -420px
    }

    .tooltip-pop .tip-body::before {
        margin-left: 18px
    }
}

@media screen and (max-width: 767px) {
    label.active, span.active {
        color: inherit
    }

    label.isCheck, span.isCheck {
        color: #62c081
    }

    .breadcrumbs {
        line-height: 20px;
        height: 37px;
        width: 100%;
        padding: 5px;
        white-space: nowrap;
        display: inline-block;
        position: relative
    }

    .breadcrumbs:after {
        position: absolute;
        right: 0;
        top: 0;
        width: 40%;
        height: 37px;
        background: linear-gradient(to left, #fff, rgba(255, 255, 255, .1));
        content: '';
        padding: 10px
    }

    .breadcrumbs.open {
        height: inherit;
        white-space: normal
    }

    .breadcrumbs.open:after, .main-header .header-func-links .default-link.data-enter:after {
        display: none
    }

    .main-menu .menu-holder:hover .menu-drop {
        display: none !important
    }

    .main-menu .menu-holder.isActive .menu-text, .main-menu .menu-holder:hover .menu-text {
        border-right-color: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-top-color: none;
        color: none
    }

    .main-menu .menu-holder.isActive .menu-text {
        background: #62c081;
        border-right-color: #62c081;
        border-top-color: #4aa267;
        color: #fff
    }

    .main-header .contact-data .tooltip-pop {
        margin-left: -150px
    }

    *, :after, :before {
        box-sizing: border-box
    }

    body {
        min-width: 0
    }

    .main-menu .menu-holder {
        width: 100% !important;
        float: none
    }

    .main-menu .menu-holder .menu-drop {
        position: static;
        overflow: auto;
        padding: 10px
    }

    .main-menu .menu-holder .menu-text {
        border: 0;
        color: #333 !important
    }

    .main-menu .menu-holder.isActive .menu-drop {
        display: block !important
    }

    .breadcrumbs, .text-page {
        overflow: hidden
    }

    .actions-inner-wrapper {
        width: auto;
        margin-left: 0
    }

    .menu-products-wrapper .menu-product + .menu-product {
        margin-left: 10px
    }

    .center-wrapper {
        width: auto
    }

    .left-small-column {
        width: 100%
    }

    .catalog-wrapper {
        width: 100%;
        margin-left: 0
    }

    .hided-block .hided-block-inner {
        overflow-x: auto
    }

    .orders-wrapper .total-sum .btn {
        position: static
    }

    #cart-drop-wrapper {
        max-height: 367px
    }

    .checkout-list .total-sum {
        height: auto
    }

    .orders-wrapper .first-column, .orders-wrapper .second-column {
        width: 100%;
        margin-right: 0
    }

    .right-column {
        margin-left: 0
    }

    .orders-wrapper .right-column, .right-column, .user-info {
        width: auto
    }

    .user-info .your-discount-wrapper {
        position: static;
        width: auto
    }

    .reviews-block .review-item {
        width: 100%
    }

    .product-page-wrapper .product-right-column, .text-page .content-block {
        width: auto
    }

    .product-options-wrapper {
        float: none;
        width: auto;
        margin-top: 40px
    }

    .product-description-block .product-column-left, .product-images-wrapper, .product-page-wrapper .product-left-column {
        width: 100%
    }

    .product-images-wrapper img {
        max-width: 100%;
        max-height: 100%
    }

    .main-footer {
        height: auto;
        text-align: center;
        position: relative;
        padding-bottom: 90px
    }

    .regions_dialog .cities ul {
        float: none;
        width: 100%
    }

    .products-wrapper .extra-info {
        position: static;
        display: block
    }

    .default-link {
        padding: 2px 15px 2px 2px;
        text-align: right
    }

    .header-func-links li {
        padding: 2px;
        text-align: right
    }

    .func-link {
        border: 0
    }

    .buttons-block-link a {
        width: 50%
    }

    .header-func-links .default-link {
        display: inline-block !important;
        padding: 0
    }

    .tooltip-pop.call-us .tip-body, .tooltip-pop.log-in .tip-body {
        padding: 15px 7px 20px
    }

    .header-func-links li:last-of-type {
        display: none !important
    }

    .tooltip-pop.log-in {
        right: -3px;
        box-sizing: border-box;
        width: 226px;
        margin-left: -210px
    }

    .tooltip-pop .tip-body:before {
        left: 94%
    }

    .categories-list-wrapper .category-item {
        float: none
    }

    .main-header .header-func-links .default-link.data-enter {
        font-size: 0;
        position: absolute;
        z-index: 99;
        top: 92px;
        right: 15px;
        width: 32px;
        height: 32px;
        -webkit-transform: scale(1.34);
        -moz-transform: scale(1.34);
        transform: scale(1.34);
        border: 2px solid #eee;
        border-radius: 5px;
        background: url(../images/icons.png) no-repeat;
        background-position: 7px -1792px
    }

    .social-bookmarks, .socials {
        display: none
    }

    li.menu-holder {
        border: 1px solid #ccc
    }

    li.menu-holder a {
        pointer-events: none
    }

    li.menu-holder a, li.menu-holder.actions {
        border: 0 !important
    }

    .benefit-item {
        box-sizing: border-box;
        margin: 0 auto;
        float: none !important;
        display: inline-block;
        vertical-align: top
    }

    .bx-viewport, .main-slider img {
        height: auto !important
    }

    .main-slider img {
        margin-top: 20px
    }

    .bx-controls {
        display: none
    }

    .prod-cat-line {
        float: left;
        width: 100%;
        display: none;
    }

    .product-wrapper, .variantB .product-wrapper {
        float: left;
        box-sizing: border-box;
        width: 49% !important;
        margin: 20px auto 20px 1% !important
    }

    .variantB .product-wrapper {
        width: 100% !important;
        margin: 0 auto 0 0 !important;
        padding-bottom: 20px !important
    }

    .variantB .product-wrapper-col {
        width: 50%
    }

    .variantB .options_variants .options_variants_items_more:last-child {
        padding-bottom: 20px
    }

    .switch-items > div {
        margin-top: -13px
    }

    .date {
        margin: 0 !important
    }

    .review-item img {
        display: block !important;
        float: none !important;
        max-width: 100% !important;
        margin: 0 auto
    }

    .products-wrapper {
        margin: 0
    }

    .products-wrapper .switch-items {
        height: auto
    }

    .products-wrapper .switch-items .sum.active {
        display: inline-block;
        margin-left: 10px
    }

    .products-wrapper .switch-items .btn {
        height: auto;
        margin-left: 1px
    }

    .products-wrapper .switch-items .btn.button-order {
        position: relative;
        margin-left: auto;
        top: 20px
    }

    .regions_dialog {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        margin: 0 !important
    }

    .func-link.active .tooltip-pop {
        z-index: 100
    }

    .contact-us-wrapper .contact-info, .contact-us-wrapper .contact-right {
        width: 100%
    }

    .contact-info table, .regions_dialog {
        width: 100% !important
    }

    .send-form {
        width: auto
    }

    .regions_dialog .cities .inner, .regions_dialog .regions .inner {
        height: 200px
    }

    .brands-search, .switch-items > button {
        margin-top: 0
    }

    .regions-row .regions-col-1, .regions-row .regions-col-2 {
        float: none;
        width: 100%
    }

    .product-actions-wrapper .product-action-item {
        width: auto;
        float: none
    }

    .center-wrapper {
        box-sizing: border-box;
        padding: 0 10px
    }

    .main-footer .services-block {
        margin: 0;
        width: 100%;
        display: block;
        clear: both;
    }

    .main-footer .copyright-block {
        margin: 0;
        left: 0;
        position: absolute;
        bottom: 10px;
        width: 100%;
        display: none;
    }

    .no-results img {
        margin: 10px auto
    }

    .values-container > * {
        display: inline-block
    }

    .product-page-wrapper .product-links .bordered-link {
        margin-right: 12px
    }

    .checkout-list, .product-options-wrapper {
        text-align: center
    }

    #form_filter .options-list {
        text-align: left !important
    }

    .options-list .radio-label {
        float: none;
        display: inline-block
    }

    #product-full-descr p img {
        float: none !important;
        display: block;
        margin: 0 auto
    }

    .cart-formrow .value .comment_textarea, .cart-items-wrapper .cart-item {
        width: 100% !important
    }

    .checkout-list {
        width: auto;
        box-sizing: border-box
    }

    .cart-items-wrapper .cart-item-info {
        margin-left: 0;
        text-align: center
    }

    .return-pop-wrapper .return-pop-content {
        left: 0;
        padding: 10px;
        margin: 0 auto
    }

    .cart-items-wrapper .image, .cart-items-wrapper .price-count .bootstrap-touchspin, .checkout-page .checkout-list {
        margin: 5px auto
    }

    .checkout-form {
        width: auto
    }

    .main-footer .text-block {
        margin: 10px 0;
        width: 50%;
    }

    .menu-products-wrapper .menu-product {
        min-height: 0
    }

    .linked-products .price-count .btn-primary {
        position: static
    }

    .left-small-column + .related-articles-wrapper, .left-small-column + .reviews-wrapper {
        margin-left: 0;
        width: 100%
    }

    .related-articles-wrapper .related-article .image {
        margin: auto
    }

    .related-articles-wrapper .related-article .article-content {
        margin-left: 0
    }

    .loyalty-page .discount-block {
        line-height: 37px
    }

    .loyalty-page .elem {
        float: none;
        width: 100%;
        padding-left: 20px
    }

    .loyalty-page .elem.four {
        border-radius: none
    }

    .loyalty-page .discount-block.values {
        height: auto;
        margin-top: -148px
    }

    .main-footer .services-block-adress {
        bottom: -70px;
        max-width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 800px) {
    .cart-bt-block {
        padding: 20px 0;
        clear: both
    }

    .view-in-popap.fl-left {
        display: block;
        width: 100%;
        float: left;
        padding: 15px 0
    }

    .main-menu .site-menu {
        height: auto
    }
}

@media screen and (max-width: 767px) {
    .product-search .catalog-wrapper .col-sm-3, .product-search .catalog-wrapper .col-sm-4 {
        padding-bottom: 20px
    }

    .contact-info table, iframe {
        max-width: 100% !important
    }

    .button_curier, .options_variants_items {
        padding: 5px 0
    }

    .button_curier .button-add button {
        padding: 10px 19px;
        font-size: 14px
    }

    .product-wraper-1, .product-wraper-2, .product-wraper-3 {
        /*// display: none;*/
    }
}

@media screen and (max-width: 640px) {
    .variantB .product-wrapper-col {
        width: 100%
    }

    .product-wrapper:hover .wishlist-compare-curier, .wishlist-compare-curier {
        display: block !important;

    }

    #comparison-link {
        display: none;
    }
}

@media screen and (max-width: 600px) {

    .benefits-block {
        display: none
    }

    #cart-drop-wrapper {
        min-width: 189px;
        overflow: hidden
    }

    .reviews-list-page .review-info {
        margin-left: 0;
    }

    .left-small-column + .related-articles-wrapper, .left-small-column + .reviews-wrapper {
        padding-left: 0px;
    }

    .reviews-list-page .reviews-wrapper .image-block {
        width: 100%;
        margin: 15px 0;
        padding: 30px;
        height: auto;

    }

    .review-info_down {
        display: flex;
        flex-direction: column
    }

    .m-review-item .m-rating {
        width: 100%;
    }

    .review-info-link {
        width: 100%;
        margin-top: 15px;
    }

    .review-info-link .m-review-btn {
        margin: 0px 20px 0 0;
        font-size: 14px;
    }

    .review-info-link .review-info-link_like {
        margin: 0;
    }

    .reviews-list-page .reviews-wrapper .review-data .date {
        font-size: 14px;
    }

    .m-review-item .review-data span + span {
        padding: 0 8px;
    }

    .m-review-author {
        padding-right: 8px;
    }

}

@media screen and (max-width: 531px) {
    .tooltip-pop.discount-pop {
        width: 320px;
        margin-left: -282px
    }

    .hided-block td > img, td > img {
        max-width: 100%;
        height: auto;
    }

    h1 {
        font-size: 20px;
    }

}

@media screen and (max-width: 410px) {
    .price_big_table td.td_option_price {
        font: 12px/14px;
        padding: 3px 1px;
        text-align: center
    }

    .price_big_table td.td_option_name, .price_big_table td.td_option_price .price-value {
        font-size: 14px !important
    }

    .owq-option input[type=text] {
        max-width: 30px
    }
}

@media screen and (max-width: 380px) {
    .tab-content table img {
        max-width: 100%;
        height: auto
    }

    .tooltip-pop.discount-pop {
        width: 300px;
        margin-left: -230px
    }

    .tooltip-pop .tip-body::before {
        margin-left: -18px
    }

    .tooltip-pop.log-in .buttons-block {
        margin-top: 5px
    }

    .log-in .modal-header {
        padding: 5px 15px
    }

    .log-in.tooltip-pop .text-label {
        margin: 5px 0
    }
}

/*catalog/view/theme/default/stylesheet/main_new.css?v=14*/

.search_mobile_button {
    background: #6cd48f;
    position: absolute;
    top: 21px;
    left: 88px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #ccc;
    color: white;
    font-size: 22px;
    line-height: 36px;
    display: none;
}

.unactivate {
    opacity: 0.3;
}

.error-not_found .unactivate {
    opacity: 1;
}

.price-value {
    font-size: 18px;
}

.price-value-old_price {
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 14px;
    text-decoration: line-through;
}

.products-wrapper .switch-items {
    padding-top: 15px;
}

.switch-items {
    position: relative;
}

.reviews-block .review-item {
    width: 32%;
    box-sizing: border-box;
}

.products-wrapper .switch-items .sum .sub-text {
    font-size: 14px;
    color: #969595;
    display: block;
    margin-left: -7px;
    margin-top: -2px;
}

.product-column-left .options-list .radio-label {
    width: auto;
}

.product-consist .product-page-wrapper .product-left-column.fl-left,
.product-consist .product-page-wrapper .product-left-column.fl-right {
    width: 49%;
}

#reviews {
    padding-top: 20px
}

.product-options-wrapper .visible_item .stock, .product-options-wrapper .price-col .visible_item .price-value, .visible_item .product-sku {
    display: block;
    float: none;
}

.visible_item {
    padding: 5px 0 5px 10px;
}

.menu-drop:first-child {
    display: block;
}

.menu_lvl_3 {
    margin-left: 40px;
    position: relative;
    display: block;
    width: auto;
    background: #fff;
    min-height: 100%;
    white-space: nowrap;
    padding: 16px 20px 20px 20px;
    box-shadow: 4px 6px 7px rgba(0, 0, 0, .15);
    padding-bottom: 20px;
}

@media screen and (max-width: 1000px) {
    .menu_lvl_3 {
        box-shadow: none;
        padding: 5px 10px;
        white-space: normal;
        background: none;
        margin: 0;
        opacity: .75;
    }
}

@media screen and (min-width: 1272px) {
    .product-reviews {
        width: 71%;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1271px) {
    .product-reviews {
        width: 90%;
    }
}

.menu_lvl_3 a {
    display: block;
    padding: 7px 0;
    border-bottom: dashed 1px #d7d7d7;
}

.menu_lvl_3_bg {
    display: none;
    height: 100%;
}

.links-list li.active .menu_lvl_3_bg {
    position: absolute;
    left: 100%;
    margin-left: -40px;
    top: 0;
    display: block;
}

.links-list li {
    padding: 7px 0;
    border-bottom: dashed 1px #d7d7d7;
}

.links-list > li > a {
    position: relative;
    display: block;
    padding-right: 30px;
}

.more_items:after {
    position: absolute;
    content: "\e932";
    font: normal normal normal 16px/1 FontAwesome;
    right: 0;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 8px;
    top: 50%;
    margin-top: -5px;
}

.active .more_items:after, .more_items:hover:after, .more_items.open:after {
    transform: rotate(-90deg);
    transition: transform 400ms;
    color: #62c081;
}

.links-list li.unactive {
    opacity: 0.5
}

.main-menu .menu-holder .links-list li.active > a {
    color: #62c081;
}

.menu_mobile_select {
    display: none;
    border: 0;
    height: 20px;
    padding-left: 0;
    font: 14px/21px nerissemibold;
    background: #fff;
    background: url(../images/arrow2menu.png) no-repeat right center;
    overflow: hidden;
    -webkit-appearance: none;
}

.menu_mobile_select option {
    padding: 0;
    margin: 0;
}

.login_user_mobile > div {
    display: none;
}

.delivery_block_mobile, .call_to_me_mobile, .bonus_mobile, .contacts_mobile {
    display: none;
}

.categories-list-wrapper .category-item .name {
    height: auto;
    line-height: inherit;
}

.opacity_fade {
    opacity: 0.2;
}

.sustem_bonus {
    display: block;
    font-size: 14px;
}

.sustem_bonus > div {
    display: inline-block;
    width: 23%;
}

.sustem_bonus > div > div {
    display: block;
    line-height: 20px;
    padding: 10px;
    width: 100% !important;
    float: none !important;
}

.sustem_bonus > div:first-child > div:last-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.sustem_bonus > div:last-child > div:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.one .elem.one {
    background: #d4d4d4;
}

.two .elem.two {
    background: #ffe04b;
}

.three .elem.three {
    background: #edab1c;
}

.four .elem.four {
    background: #d09006;
}

.options_weight {
    height: 30px;
    overflow: hidden;
}

.options_weight > div {
    float: left;
    padding: 7px 3px;
    margin-right: 3px;
    cursor: pointer;
    border: solid 1px #eeeeee;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    background: #ffffff;
    font-size: 14px;
    color: #414141;
}

.options_weight > div:hover,
.options_weight > div.active, .options_weight > div.open {
    border: 1px solid #eee;
    border-bottom: 0;
    color: #000;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    background: #f2f2f2;
}

.options_weight > div.action-tab, .options_weight > div.active.action-tab, .options_weight > div.action-tab:hover {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    background: #f63840 !important;
    width: 30px;
    font-weight: 600;
    color: #ffffff;
    border: solid 1px #f63840;
    max-width: 30px;
    font-size: 0;
}

.options_weight > div.open.action-tab, .options_weight > div.open.action-tab:hover {
    opacity: .85;
    border: 1px solid #f63840;
    border-bottom: 0;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    background: #f63840;
}

.options_weight > div.action-tab:after {
    content: '%';
    position: absolute;
    left: -55%;
    right: 0;
    font-size: 17px;
    margin: 0 auto;
}

.options_weight > div:first-child {
    margin-left: 5px;
}

.options_weight:after {
    content: "";
    position: relative;
    clear: both;
    height: 0;
}

.switch-items {
    background-color: #eeeeee !important;
}

.extra-info {
    margin-top: 10px;
}

.rating {
    margin-top: 0px;
}

.products-wrapper .extra-info {
    right: 0;
}

.product-wrapper[id^="product-"] {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.product-wrapper[id^="product-"]:hover {
    box-shadow: 0 0 10px rgba(0, 135, 0, 0.4);
}

.product-wrapper .tab-content2, .product-wrapper .tab-content {
    display: none;
    border-top: 1px solid #eeeeee;
}

.product-wrapper .tab-content2.open, .product-wrapper .tab-content.open {
    display: block;
}

.product-wrapper .tab-content2.open.action-tab-content, .product-wrapper .tab-content.open.action-tab-content {
    display: block;
    border-top: 1px solid #eeeeee;
}

.main_product_block_sale_img {
    float: left;
    width: 40%;
    box-sizing: border-box;
}

.main_product_block_sale_price {
    float: left;
    width: 60%;
    box-sizing: border-box;
}

.main_product_block_sale_price_list {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

.main_product_block_sale_price_button {
    float: left;
    width: 40%;
    box-sizing: border-box;
}

.main_product_block_sale_price_list .product-options-wrapper, .main_product_block_sale_price_button .product-options-wrapper {
    width: 100%;
}

.main_product_block_sale_price_list .art, .main_product_block_sale_price_list .options-list {
    display: none;
}

.main_product_block_sale_price_seo {
    width: 100%;
    box-sizing: border-box;
}

.main_product_block_sale_price_seo:before {
    clear: both;
    position: relative;
    content: '';
    display: table;
}

.main_product_block_sale_price_list .price-col > div:nth-child(2n+1) {
}

.main_product_block_sale_price_list .price-col > div:nth-child(2n+1) .text-danger {
    padding: 15px;
    text-align: center
}

.main_product_block_sale_price_list .product-sku {
    text-align: left;
}

.main_product_block_sale_price_list .low_price_mode {
    position: relative;
}

.main_product_block_sale_price_list .low_price_mode:before {
    position: absolute;
    top: 0;
    left: -5px;
    width: 5px;
    height: 100%;
    background-color: red;
    content: '';
}

.price_big_table {
    display: block;
    width: 100%;
    position: relative;
}

.price_big_table__name {
    display: inline-block;
    width: 33%;
    overflow: hidden;
    vertical-align: top;
    text-align: left;
}

.price_big_table__price {
    display: inline-block;
    width: 27%;
    vertical-align: top;
    text-align: right;
    position: relative;
}

.price_big_table__x {
    display: inline-block;
    width: 5%;
    vertical-align: top;
}

.price_big_table_buy {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.price_big_table_buy div {
    font-weight: bold;
    margin-right: 10px;
}

.gray_color_items > div:not(:last-child) {
    opacity: 0.5;
}

.gray_color_items .price_big_table_buy {
    text-align: right
}

.price_big_table.special:before {
    position: absolute;
    left: -5px;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: red;
    content: '';
    display: block;
}

.price_big_table__price .previous_price {
    position: absolute;
    top: -8px;
    right: 0;
    font-size: 0.9em;
    color: red;
    text-decoration: line-through;
}

.main_product_block_sale_price_list .low_price_mode .price_big_table__x .separator, .main_product_block_sale_price_list .low_price_mode .price-value, .main_product_block_sale_price_list .low_price_mode .price_big_table__name {
    color: red;
}

.prod-link-container + .switch-items {
    margin-top: 38px;
}

.extra-info.no_options .select-mask:after {
    display: none;
}

.extra-info.no_options .select-mask {
    font-weight: bold;
    border: 0;
    padding: 0;
    cursor: default;
}

.extra-info .consist-text {
    display: none;
}

.no_options .custom-select.active .select-mask {
    color: inherit;
    background-color: transparent;
    box-shadow: none;
}

.no_options .custom-select.active {
    box-shadow: none;
}

.products-wrapper .product-wrapper:hover .extra-info.no_options {
    box-shadow: none;
}

.product-options-wrapper .price_big_table_buy .cart-buy {
    width: 111px;
    height: auto;
    padding: 5px 0 !important;
    margin-top: 0;
    display: block !important
}

.main_product_block_sale_price_button .product-options-wrapper .cart-buy {
    margin-top: -4px;
}

.main_product_block_sale_price_button .all_price {
    border: 1px solid #999;
    border-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 16px;
}

.main_product_block_sale_price_button .all_price__price {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2em;
}

.main_product_block_sale_price_button .product-reviews {
    margin: 10px;
}

.extra-info.no_options .custom-select .custom-select-content {
    display: none !important;
}

.price_big_table__name {
    white-space: normal;
}

.menu_products_properties {
    z-index: 2;
    position: relative;
    display: table;
    background: #fff;
    width: 100%
}

.tab_propertres {
    z-index: 1;
    position: relative;
    margin-top: -4px;
    background: #fff;
}

.menu_products_properties > div {
    display: inline-block;
    font-size: 18px;
    padding: 10px 15px;
    margin-top: 20px;
    box-shadow: 0px 4px 10px rgba(110, 110, 110, 0.3);
    cursor: pointer;
}

.menu_products_properties > div:hover {
    box-shadow: 0px 3px 15px rgba(0, 200, 0, 0.5);
    text-shadow: 1px 2px 5px rgba(0, 50, 0, 0.2);
    transition: box-shadow 500ms, text-shadow 500ms;
}

.tab_propertres > div {
    display: none;
    position: relative;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.2);
}

.menu_products_properties > div.active {
    box-shadow: 0 -3px 10px rgba(0, 255, 0, 0.2);
}

.tab_propertres > div.active {
    display: block;
}

.tab_propertres table {
    width: auto;
    max-width: 100%;
    border-collapse: collapse;
}

.tab_propertres table thead td, .tab_propertres table th {
    padding: 12px 8px;
    color: #000000;
    font-family: 'Open Sans', sans-serif, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.tab_propertres table tbody td {
    padding: 6px 8px;
    color: #000000;
}

.tab_propertres table tbody tr:nth-child(odd) td {
    background: none;
}

.tab_propertres table tbody tr:nth-child(even) td {
    background: #f4f3f3;
}

.product-page-wrapper .product-links {
    display: none !important;
}

.price_buy_block {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: -10000px;
}

.product-options-wrapper .out-p-button {
    width: 100%;
    height: 45px;
    line-height: 1.4em;
}

.delivery_block_mobile_in {
    width: 298px;
    left: 0;
    margin-left: -53px;
    font: 14px/18px 'Open Sans', sans-serif, Verdana, sans-serif;
    color: #666666;
}

.delivery_block_mobile_in .tip-body:before {
    margin-left: 0;
    left: 60px;
}

@media screen and (min-width: 600px) {
    .product-description-block .product-column-left .product-options-wrapper.fl-right {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        float: right !important;
        margin-top: 0 !important;
    }

    .product-description-block .product-column-left .product-images-wrapper.fl-left {
        width: 50%;
        box-sizing: border-box;
        float: left !important;
    }

    .product-options-wrapper {
        text-align: left;
    }
}

@media screen and (min-width: 1001px) {
    .links-list li > select {
        display: none;
    }

    .main-menu .menu-holder .menu-drop {
        width: 0;
        height: 0;
        opacity: 0;
        overflow: hidden;
        padding: 0px 15px 0px;
        transition: opacity .5s;
    }

    .main-menu .menu-holder:hover .menu-drop {
        width: auto;
        display: block;
        height: auto;
        opacity: 1;
        overflow: visible;
    }

    .main-menu .menu-holder.dogs:hover .menu-drop, .main-menu .menu-holder.rats:hover .menu-drop, .main-menu .menu-holder.birds:hover .menu-drop, .main-menu .menu-holder.cats .menu-drop {
        min-width: 429px;
        padding: 0px 40px 0px 40px;
    }

    .main-menu .menu-holder.reptiles:hover .menu-drop {
        min-width: 329px;
        padding: 0px 40px 0px 40px;
    }

    .main-menu .menu-holder.horses:hover .menu-drop {
        min-width: 300px;
        padding: 0px 40px 0px 40px;
    }
}

@media screen and (max-width: 1250px) and (min-width: 1201px) {
    .catalog-wrapper, .left-small-column + .related-articles-wrapper, .left-small-column + .reviews-wrapper {
        width: 950px;
        margin-left: 224px;
    }
}

@media screen and (max-width: 1470px) {
    .tooltip-pop.log-in {
        margin-left: -240px;
    }

    .tooltip-pop .tip-body::before {
        left: 80%;
    }
}

@media screen and (max-width: 1270px) {
    .tooltip-pop.log-in {
        margin-left: -270px;
    }
}

@media screen and (min-width: 1201px) {
    .col-selected-city-select i {
        display: none;
    }

    .product-description-block .product-column-left {
        width: 65%;
        box-sizing: border-box;
        float: left !important;
    }

    .product-description-block .product-right-column {
        width: 35% !important;
        box-sizing: border-box;
        float: right !important;
    }

    .product-description-block .product-column-left .product-options-wrapper {
        width: 35%;
    }

    .product-description-block .product-column-left .product-images-wrapper {
        width: 65%;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1001px) {
    .product-description-block .product-column-left {
        width: 60%;
    }

    .product-description-block .product-right-column {
        width: 40%;
    }

    .product-description-block .product-column-left .product-options-wrapper {
        width: 45%;
    }

    .product-description-block .product-column-left .product-images-wrapper {
        width: 55%;
    }

    .main-menu-curier {
        float: left;
        width: 100%;
    }

    .main-menu {
        width: 970px;
    }

    .main-header .search-container {
        right: 15px;
    }

    .main-menu .menu-holder {
        width: 12.5% !important;
    }

    .main-header .header-elements-block {
        padding-left: 199px;
    }

    .main-header .header-func-links {
        margin-left: 11px;
    }

    .header-wrapper.sticky header .header-func-links {
        display: block;
    }

    .header-wrapper.sticky header .header-func-links li {
        display: inline-block;
    }

    .header-wrapper.sticky header .header-func-links li:not(:first-child) {
        margin-left: 30px;
    }

    .header-wrapper.sticky:before {
        height: 110px;
    }

    .header-wrapper.sticky .logo {
        background-position: 0 3px;
        height: 90px;
        width: 129px;
        background-size: 75%;
    }

    .main_product_block_sale_price_list {
        float: left;
        width: 100%;
    }

    .main_product_block_sale_price_button {
        float: left;
        width: 30%;
    }

    .main_product_block_sale_price_button .product-reviews .review-link {
        width: 100%;
        float: none !important;
        margin-bottom: 10px;
        display: block;
    }

    .main_product_block_sale_price_button .product-reviews .raiting {
        width: 100%;
        float: none !important;
    }

    .left-small-column + .catalog-wrapper, .left-small-column + .related-articles-wrapper, .left-small-column + .reviews-wrapper {
        width: 750px;
        margin-left: 224px;
    }
}

@media screen and (max-width: 1200px) {
    .top-navigation {
        width: 100%;
    }

    .top-navigation .tooltip-pop {
        top: 31px;
    }

    .col-selected-city-label {
        display: none;
    }

    .col-selected-city {
        width: 148px;
        text-align: center;
    }

    .col-selected-city-select {
        width: 100%;
        overflow: hidden;
    }

    .col-selected-city-select i {
        font-size: 24px;
        color: #ababab;
        padding: 0px 10px 0 10px;
        line-height: 30px;
        float: left;
    }

    .col-selected-city-select span {
        line-height: 30px;
    }

    .select-mask {
        padding: 0 45px 0 0px;
        margin: 0 auto;
    }

    .select-mask::after {
        right: 15px;
    }

    .top-navigation-link {
        padding: 0;
    }

    .top-navigation-link > a {
        height: 42px;
        line-height: 45px;
        padding: 0 15px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
    }

    .top-navigation-link > a:first-child {
        padding-left: 15px;
    }

    .top-navigation-link > a + a {
        border-left: 1px solid #d7d7d7;
    }

    .top-navigation-link > a span {
        display: none;
    }

    .top-navigation-link > a i {
        font-size: 22px;
        padding: 0;
    }

    .top-navigation-link > a:hover i, .top-navigation-link > a.active i {
        color: #f58345;
    }

    .top-navigation-link > a.skype i {
        font-size: 22px;
    }

    .top-navigation-link > a.delivery i {
        font-size: 19px;
    }

    .top-navigation-link > a.mail i {
        font-size: 18px;
    }

    .link-callback {
        width: 235px;
        height: 42px;
        background-color: #62c081;
        color: #fff;
        padding: 5px 7px 0 20px;
        z-index: 9999;
    }

    .link-callback:hover {
        background: #f26a16;
        color: #fff;
    }

    .link-callback i {
        font-size: 28px;
        float: left;
        padding: 0 20px;
        color: #fff;
    }

    .link-callback span {
        float: left;
        color: #fff;
        border: 0;
        display: block;
        line-height: 28px;
    }

    .link-callback > span:hover, .link-callback.active span {
        color: #fff;
    }

    .contact-data {
        padding: 10px 0;
        text-align: center;
        width: 240px;
        float: left !important;
    }

    .contact-data-text {
        display: none;
    }

    .main-header {
        width: 100%;
    }

    .main-header .logo {
        width: 149px;
        height: 62px;
        padding: 15px 60px 0 18px;
    }

    .text-uder-search {
        display: none;
    }

    .search-container {
        padding-top: 35px;
    }

    .benefits-block .benefit-item-curier {
        float: left;
        width: 50%;
        padding: 15px;
    }

    .benefits-block .benefit-item {
        width: 100%;
        text-align: left;
    }

    .benefits-block .benefit-item span {
        text-align: left;
    }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    .menu-products-wrapper .menu-product {
        width: 100%;
    }

    .main-menu .actions .menu-products-wrapper .menu-product:last-child {
        margin-right: 10px;
    }

    .product-options-wrapper .price-col .separator {
        float: left !important;
    }

    .product-options-wrapper .review-link.fl-right {
        float: right !important;
    }

    .product-options-wrapper .rating.fl-left {
        float: left !important;
    }
}

@media screen and (max-width: 1000px) and (min-width: 900px) {
    .main_product_block_sale_img, .main_product_block_sale_price {
        width: 50%;
    }
}

@media screen and (max-width: 900px) and (min-width: 768px) {
    .main_product_block_sale_img {
        width: 40%;
    }

    .main_product_block_sale_price {
        width: 60%;
    }
}

@media screen and (min-width: 1001px) {
    .header-wrapper * {
        box-sizing: border-box;
    }

    .main-header .search-container .search-btn {
        box-sizing: border-box;
    }

    .cart-items-wrapper .cart-item {
        position: relative;
    }

    .cart-items-wrapper .cart-item .btn-danger {
        position: absolute;
        top: -5px;
        right: -5px;
        padding: 1px 4px;
    }

    .cart-bt-block {
        float: left;
        width: 100%;
        padding-bottom: 10px
    }

    .return-pop-content .cart-bt-block > a {
        float: left;
    }

    .cart-items-wrapper .price-count .items-count {
        line-height: 30px;
    }

    #discount-block-container {
        padding: 5px 0;
    }

    .col-welcom-sm {
        display: none;
    }

    .ocfilter-header, .selected-options-title i {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .link-callback {
        float: right !important;
        width: 245px;
    }

    .top-navigation-link > a.skype, .top-navigation-link > a.mail {
        display: none;
    }

    .col-welcom-lg {
        display: none;
    }

    .col-welcom.col-welcom-sm {
        background: none;
        height: 42px;
        line-height: 42px;
        padding: 0 15px;
        display: inline-block;
        border-left: 1px solid #d7d7d7;
        width: 23%;
    }

    .col-welcom .text {
        display: none;
    }

    .data-enter span {
        padding: 0;
        text-align: center;
    }

    .data-enter span i, .col-welcom.col-welcom-sm i {
        color: #62c081;
        padding: 0;
        font-size: 20px;
    }

    .contact-data {
        width: 175px;
    }

    .top-navigation-link {
        float: right;
        width: 32%;
    }

    .top-navigation-link > a {
        width: 25%;
    }

    .main-header {
        height: 90px;
        padding: 0;
    }

    .contact-data > span {
        font-size: 17px;
        font-weight: 600;
        text-align: center;
        color: #6b6b6b;
    }

    .search-container {
        float: left;
        width: 425px;
        padding-top: 25px;
    }

    .search-container .placeholder-text {
        top: 11px;
    }

    .search-container input {
        line-height: 42px;
        height: 42px;
    }

    .search-btn {
        width: 50px !important;
        height: 42px !important;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        padding: 0 13px;
    }

    .search-btn span {
        display: none;
    }

    .search-btn i {
        font-size: 24px;
    }

    #comparison-link {
        bottom: 17px;
        right: 100px;
    }

    #comparison-link .num {
        right: -4px;
        top: -8px;
    }

    .wishlist-link {
        bottom: 17px;
        right: 105px
    }

    .wishlist-link .num {
        top: -8px;
    }

    .cart-block {
        bottom: 14px;
        width: 60px;
        height: 60px;
        border: solid 2px #62c081;
    }

    #cart.cart-open {
        border: 2px solid #f58345;
    }

    .cart-block.full-cart {
        border: 2px solid #f58345;
    }

    .cart-block .btn-cart {
        width: 56px;
        height: 56px;
    }

    .btn-cart > i {
        left: 9px;
        bottom: 11px;
    }

    .cart-block .products-count {
        width: 33px;
        height: 33px;
        border: solid 2px #62c081;
        font-size: 19px;
        padding: 3px 0;
        top: -10px;
        right: -5px;
    }

    .cart-block .cart-drop {
        top: 50px;
    }

    .btn.btn-primary.fl-right.buy-button {
        float: right !important;
    }

    .price-value-old_price {
        position: relative;
        display: inline-block;
    }

    .products-wrapper .switch-items {
        height: 63px;
    }

    .products-wrapper .switch-items .sum.active {
        margin-left: 0;
        float: right;
        padding-right: 10px;
    }

    .switch-items > div {
        margin-top: 0;
    }

    .btn.btn-secondary.fl-right.button-order {
        float: right !important;
        top: 0;
    }

    .site-menu {
        display: none;
    }

    .products-wrapper .switch-items .sum.with-sub {
        width: auto;
        top: 0;
        line-height: 31px;
    }

    .products-wrapper .switch-items .sum .sub-text {
        display: inline-block;
        padding-right: 10px;
    }

    .main-menu-curier {
        width: 100%;
    }

    .main-menu {
        width: 68%;
        float: left;
        background: #62c081;
    }

    .site-menu {
        position: absolute;
        left: 0;
        width: 298px;
        top: 42px;
    }

    .menu-product + .menu-product {
        display: none !important;
    }

    .main-menu .menu-holder .menu-text {
        text-align: left;
        padding-left: 26px;
    }

    .menu-products-wrapper {
        padding: 0px 0 7px 0;
    }

    .bonus_mobile .tooltip-pop.discount-pop .tip-body:before {
        left: 0;
        margin-left: 165px;
    }

    .bonus_mobile .tooltip-pop.discount-pop {
        margin-left: -176px;
    }

    .call_to_me_mobile .tooltip-pop.call-us {
        width: 298px;
        left: 0;
        margin-left: -105px;
    }

    .call_to_me_mobile .tooltip-pop.call-us .tip-body:before {
        left: 0;
        margin-left: 113px;
    }

    .tooltip-pop.log-in {
        right: 0;
        width: 298px;
        margin-left: -278px;
    }

    .top-navigation .tooltip-pop {
        right: 0;
        width: 298px;
        margin-left: -175px;
    }

    .links-list li .more_items {
    }

    .burgers {
        display: block;
        height: 42px;
        padding: 7px 0 0 22px;
        border-radius: 6px;
        cursor: pointer;
    }

    .burgers i {
        color: #fff;
        font-size: 27px;
        float: left;
    }

    .burgers.open i, .burgers.open span {
        opacity: .6;
    }

    .burgers .icon-triangle_3 {
        float: right;
        font-size: 14px;
        line-height: 30px;
        padding-right: 10px;
    }

    .burgers span {
        white-space: nowrap;
        padding: 3px 15px;
        font-size: 18px;
        color: #fff;
        float: left;
    }

    .main-header .header-func-links .default-link.data-enter {
        border: 1px solid #ccc;
        border-radius: 6px;
        width: 40px;
        height: 40px;
        background: url('../images/keyzoo.png') 4px 4px no-repeat;
        background-size: 81%;
        left: 268px;
        top: 132px;
        right: auto;
        transform: scale(1);
        cursor: pointer;
    }

    .delivery_block_mobile {
        width: 40px;
        height: 40px;
        background: url('../images/dostavka.png') 2px 2px no-repeat;
        background-size: 90%;
        margin-left: 52px;
        position: absolute;
        top: 132px;
        border: 1px solid #ccc;
        border-radius: 6px;
        cursor: pointer;
        display: block !important;
    }

    .call_to_me_mobile {
        width: 40px;
        height: 40px;
        background: url('../images/callback.png') 2px 2px no-repeat;
        background-size: 90%;
        margin-left: 104px;
        position: absolute;
        top: 132px;
        border: 1px solid #ccc;
        border-radius: 6px;
        cursor: pointer;
        display: block !important;
    }

    .bonus_mobile {
        width: 40px;
        height: 40px;
        background: url('../images/bonus_pig.png') 3px 3px no-repeat;
        background-size: 86%;
        margin-left: 156px;
        position: absolute;
        top: 132px;
        border: 1px solid #ccc;
        border-radius: 6px;
        cursor: pointer;
        display: block !important;
    }

    .contacts_mobile {
        width: 40px;
        height: 40px;
        background: url('../images/kontakti.png') 3px 2px no-repeat;
        background-size: 85%;
        margin-left: 208px;
        position: absolute;
        top: 132px;
        border: 1px solid #ccc;
        border-radius: 6px;
        cursor: pointer;
        display: block !important;
    }

    .category-up-text {
        padding: 8px 0 9px 0;
        clear: both;
        font-size: 14px;
        font-weight: 600;
        color: #272727;
    }

    .ocfilter-header {
        display: none;
    }

    .selected-options-title.selected-options-title2 {
        height: 48px;
        line-height: 38px;
        font-size: 17px;
        padding: 5px 15px;
        border-radius: 6px;
        cursor: pointer;
        clear: both
    }

    .selected-options-title.selected-options-title2.open {
        border-radius: 6px 6px 0 0;
    }

    .selected-options-title.selected-options-title2 i {
        line-height: 38px;
    }

    .selected-options-title.selected-options-title2.open i {
        opacity: .8;
    }

    #ocfilter-content {
        display: none;
        height: 1px !important;
    }

    #ocfilter-content.open {
        display: block;
        height: auto;
    }

    #scale-price {
        height: 4px;
    }

    .noUi-handle {
        top: -10px;
        left: -8px;
        width: 23px;
        height: 23px;
    }

    .selected-options {
        margin: 20px 0;
        border-radius: 6px !important;
    }

    /*.ocfilter .list-group-item_{border-radius:6px!important;margin-bottom:0!important;}*/
    .ocfilter .zag4 span {
        max-width: 90% !important;
    }

    .sort-filters {
        padding: 15px 0;
        float: left;
        width: 100%;
    }

    .header-func-links.unactived {
        display: none;
    }

    .login_user_mobile {
        border: 1px solid #ccc;
        border-radius: 6px;
        width: 40px;
        height: 40px;
        background: url('../images/keyzoo.png') 4px 4px no-repeat;
        background-size: 81%;
        left: 268px;
        top: 132px;
        position: absolute;
        cursor: pointer;
    }

    .login_user_mobile.active {
        background: none;
        transition: background 1s
    }

    .login_user_mobile.active > div:before {
        content: "\f103";
        font: normal normal normal 39px/1 FontAwesome;
        position: absolute;
        width: 30px;
        height: 30px;
        top: -50px;
        margin-left: 48px;
        color: #62c081;
    }

    .login_user_mobile > div {
        margin-top: 50px;
        position: relative;
        z-index: 1;
        background: #fff;
        border: 1px solid #ccc;
        width: 91px;
        padding: 10px;
        border-radius: 6px;
        margin-left: -53px;
        display: none;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    }

    .login_user_mobile.active > div {
        display: block;
    }

    .cart-block, .cart-drop {
        z-index: 99;
    }

    .main_product_block_sale_price_list {
        float: left;
        width: 100%;
    }

    .main_product_block_sale_price_button {
        float: left;
        width: 100%;
        padding: 0 20px;
    }

    .return-pop-wrapper {
        z-index: 9999;
    }

    .product-options-wrapper {
        margin-top: 0px;
    }

    .product-description-block .product-right-column.fl-right {
        margin-top: 40px;
    }

    .product-description-block .product-right-column.fl-right > div {
        display: inline-block;
        width: 49%;
        box-sizing: border-box;
    }

    .product-description-block .product-right-column.fl-right > div:nth-child(2) {
        padding-left: 40px;
        vertical-align: bottom;
    }

    #product-full-descr p:first-child {
        float: right;
    }

    .product-consist, .product-page-wrapper .product-left-column.fl-left {
        padding-bottom: 40px;
    }

    .contact-us-wrapper .contact-right {
        margin-right: 0;
    }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    .site-menu {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .category-middle_text.empty {
        display: none;
    }

}

@media screen and (max-width: 767px) {
    .tooltip {
        display: none !important;
    }

    .search-container {
        width: 42%;
    }

    .reviews-block .review-item {
        width: 100%;
        box-sizing: border-box;
        display: block;
        max-width: 450px;
        margin: 0 auto;
        float: none;
        padding-right: 0;
    }

    .season-supply h2, .new-products h2, .reviews-block h2 {
        margin: 0 auto;
        max-width: 450px;
    }

    .main-menu .menu-products-wrapper .menu-product + .menu-product {
        display: none;
    }

    .menu-products-wrapper .menu-product {
        width: 100%
    }

    .main-menu .actions .menu-products-wrapper .menu-product + .menu-product {
        display: inline-block;
    }

    .main-menu .actions .menu-products-wrapper .menu-product {
        width: 188px
    }

    .categories-list-wrapper {
        padding: 0 15px 30px 15px;
    }

    .categories-list-wrapper .category-item-curier {
        width: 100%;
        padding: 2px 0px 1px 0px;
    }

    .categories-list-wrapper .category-item .image-block {
        display: none;
    }

    .categories-list-wrapper .category-item .name {
        width: 100%;
        padding: 15px;
    }

    .product-options-wrapper .options-list {
        max-height: 260px !important;
    }

    .product-description-block .product-right-column.fl-right > div {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
    }

    .product-options-wrapper .review-link.fl-right {
        float: right !important;
    }

    .product-options-wrapper .rating.fl-left {
        float: left !important;
    }

    .product-consist .product-page-wrapper .product-left-column.fl-left,
    .product-consist .product-page-wrapper .product-left-column.fl-right {
        width: 100%;
    }

    .text-page {
        overflow: visible;
    }

    .main_product_block_sale_img {
        width: 100%;
    }

    .main_product_block_sale_price {
        width: 100%;
    }

    .product-main-image {
        text-align: center;
    }

    .main_product_block_sale_img .product-main-image img {
        max-height: 250px;
    }

    .menu_products_properties > div > div {
        display: none;
    }

    .menu_products_properties > div.active > div {
        display: block;
    }

    .menu_products_properties > div.active {
        color: #fff;
    }

    .menu_products_properties > div.active .active {
        color: #000;
        font-size: 16px;
        line-height: 1.2em;
        text-shadow: none;
    }

    .menu_products_properties > div:hover {
        text-shadow: none !important;
    }

    .product-full-descr p {
        text-align: left !important;
    }

    .menu_products_properties > div {
        width: 100%;
    }

    .main-footer .fl-right {
        float: none !important;
    }

    /*.watched-products { display: none; }*/
}

@media screen and (max-width: 600px) {
    .link-callback {
        width: 105px;
        padding-left: 15px;
    }

    .link-callback i {
        padding: 0 5px 0 0;
    }

    .link-callback span {
        font-size: 14px;
        width: 54px;
        line-height: 14px;
        text-transform: lowercase;
    }

    .top-navigation .tooltip-pop {
        right: 0;
        width: 298px;
        margin-left: -246px;
    }

    .main-header {
        height: 124px;
    }

    .main-header .logo {
        width: 101px;
        height: 80px;
        padding: 15px 15px 0 15px;
    }

    .search-container {
        width: 100%;
        margin: 0;
        padding: 1px;
    }

    .search-btn {
        width: 52px !important;
    }

    .cart-block {
        bottom: 54px;
        right: 20px;
    }

    .cart-block .products-count {
        top: -5px;
        right: -11px;
    }

    #comparison-link {
        bottom: 58px;
        right: 104px;
    }

    .wishlist-link {
        bottom: 58px;
        right: 105px;
    }

    .top-navigation-link {
        width: 68%;
        text-align: right;
    }

    .main-menu-curier {
        border-top: 0;
        height: 42px;
    }

    .main-menu {
        width: 32%;
    }

    .burgers span {
        display: none;
    }

    .col-welcom.col-welcom-sm, .top-navigation-link > a {
        width: 52px;
    }

    .product-wrapper {
        width: 100% !important;
        margin-left: 0% !important;
    }

    #product-full-descr p img {
        max-width: 150px;
        height: auto;
    }

    .product-description-block .product-right-column.fl-right > div {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    #product-full-descr p:first-child {
        float: none;
        display: block;
    }

    .product-options-wrapper .price-col .btn.btn-default.bootstrap-touchspin-down.tsp-small {
        float: left;
    }

    .product-options-wrapper .price-col .cart-quantity-input {
        float: left;
        margin: 0 5px;
    }

    .product-options-wrapper .price-col .btn.btn-default.bootstrap-touchspin-up.tsp-small {
        float: left;
    }

    .product-options-wrapper .stock {
        text-align: left;
    }

    /**/
    .action-article-curier {
        width: 100%;
    }

    .action-article {
        height: inherit;
    }
}

@media screen and (max-width: 530px) {
    .sustem_bonus > div > div:first-child {
        line-height: 8px;
        padding-top: 20px;
    }

    .sustem_bonus > div {
        display: inline-block;
        width: 49%;
    }

    .sustem_bonus > div:nth-child(2) > div:last-child {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .sustem_bonus > div:nth-child(3) > div:last-child {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }
}

@media screen and (max-width: 500px) {
    .return-pop-wrapper .return-pop-content {
        width: 290px;
    }

    .return-pop-wrapper .cart-item-info {
        width: 180px;
        float: left;
        padding: 0 10px;
    }

    .return-pop-wrapper .cart-item-info .name br {
        display: none;
    }

    .cart-items-wrapper .price-count .price-value.fl-right {
        width: 50%;
        float: left;
        text-align: left;
        height: 26px;
        line-height: 25px;
    }

    .cart-items-wrapper .price-count .counter {
        height: 22px;
    }

    /*.brands-wrapper{display:none;}*/
    .price_big_table__name {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .price_big_table__price {
        width: auto;
    }

    .price_big_table__x {
        width: 16px
    }

    .price_big_table_buy {
        width: 115px
    }

    .price_big_table {
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2) !important;
        margin-bottom: 13px;
    }

    .cart-items-wrapper .image {
        width: 40px;
        height: 40px;
        margin-right: 10px;

    }

    .cart-items-wrapper .image img {
        max-width: 100%;
        height: auto;
        display: block;
        max-height: inherit;
    }

    .cart-items-wrapper .price-count {
        float: left;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .categories-list-wrapper .category-item {
        width: 49%;
    }
}

@media screen and (max-width: 479px) {
    .col-selected-city {
        width: 67px;
    }

    .col-selected-city-select span {
        display: none;
    }

    .contact-data {
        width: 144px;
        overflow: hidden;
    }

    .top-navigation-link > a.delivery {
        border-left: 0;
    }

    .price_big_table-in-card td.td_option_add_button {
        width: 70px;
    }

    .price_big_table td.td_option_quantity {
        width: 185px;
    }

    .categories-list-wrapper .category-item {
        width: 100%;
    }

    .main_product_block_sale_price_list {
        padding-left: 0px;
        padding-right: 0px;
    }

    .product-page #product .buy-button {
        padding: 4px;
        font-size: 0;
        width: 55px;
        height: 33px;
        position: relative;
    }

    .product-page #product .buy-button:before {
        background: url('../images/icons.png') 0 -1097px no-repeat;
        position: absolute;
        content: '';
        width: 50px;
        height: 30px;
        top: 0px;
        left: 10px;
    }

    .product-page .characteristics-table {
        padding: 20px 0;
    }

    .product-page .price_big_table td.td_option_price .price-value {
        font-size: 14px !important;
    }

    .product-page .price_big_table .tsp-small {
        width: 19px;
        padding: 4px 0;
    }
}

.filter_btn {
    border-radius: 6px;
    background-color: #f2f2f2;
    font-size: 14px;
    font-weight: 600;
    color: #3c3c3c;
    display: inline-block;
    text-align: left;
    border: 0;
    padding: 6px 10px;
    margin-bottom: 15px;
    float: left;
}

.filter_btn:hover {
    color: #3c3c3c;
    opacity: 0.85;

}

.snipet_table {
    float: left;
    width: 100%;
    padding: 15px 0;
}

.snipet_table h2 {
    margin: 15px 0;
}

.snipet_table table {
    width: 100%;
}


/*catalog/view/theme/default/stylesheet/new_2019.css*/
.cart-info svg, .btn-catalog, .m_tel, .m_a_p, .m_action_all, .menu_info, .brand_back, .mobile-selected-brand, .sort_back, .mobile-selected-sort {
    display: none;
}

.center-wrapper {
    box-sizing: border-box;
}

.catalog-container {
    width: 100%;
    position: relative;
}

.sort-filters-right {
    width: auto;
}

.variantB .products-row {
    margin: 0;
}

.catalog-container .products-wrapper {
    margin: 0;
}

.select_filtr_sm {
    display: none;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    .main-menu .menu-holder {
        width: 300px !important;
    }
}


@media screen and (max-width: 1250px) and (min-width: 1001px) {
    .manufacturer-page .catalog-wrapper {
        padding-left: 244px;
        margin-left: 0;
        box-sizing: border-box;
        width: 100%;
    }
}

@media (min-width: 1001px) {
    .left-small-column + .catalog-wrapper {
        width: calc(100% - 199px);
        margin-left: 209px;
    }

    .top-navigation, .main-header, .main-menu {
        width: 100%;
        max-width: 1200px;
    }

    .main-menu .menu-holder {
        width: 12.5% !important;
    }

    .sort-filters {
        width: 100%;
        padding: 0px 11px;
        box-sizing: border-box;
    }

}

@media (max-width: 1200px) and (min-width: 1001px) {
    .main-menu {
        width: 100%;
        padding: 0 15px;
    }
}

@media (min-width: 1201px) {
    .center-wrapper {
        width: 100%;
        max-width: 1200px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1001px) {
    .main-footer .copyright-block {
        margin-top: 35px;
    }
}

@media (max-width: 1000px) and (min-width: 768px) {
    .main-footer .text-block {
        margin: 10px 10px 0 0;
    }

    #form_filter_articles .options-list, #ocfilter-content .options-list {
        max-height: 100% !important;
    }
}


@media (max-width: 1000px) {
    .variantB .products-row {
        margin: 0 -10px;
    }

    .menu-product + .menu-product {
        display: inline-block !important;
    }

}

@media (max-width: 767px) {
    .catalog-wrapper.catalog-full {
        overflow: auto;
    }
}

@media (max-width: 640px) {
    #comparison-link {
        display: block;
    }
}

@media (max-width: 1000px) {
    .cart-block {
        right: 4px;
    }

    #comparison-link {
        right: 129px;
    }

    .wishlist-link {
        right: 76px;
    }
}

@media (min-width: 601px) and (max-width: 1200px) {
    .link-callback {
        width: 225px;
    }
}

@media screen and (max-width: 1000px) {

    .mobile-brand-active .footer-down, .mobile-sort-active .footer-down, .mobile-sort-active .footer-down, .mobile-filter-active .footer-down, .mobile-menu-active .footer-down {
        position: fixed;
        width: 100%;
        overflow: scroll;
        top: 0;
    }

    .mobile-brand-active footer, .mobile-sort-active footer, .mobile-sort-active footer, .mobile-filter-active footer, .mobile-menu-active footer {
        position: fixed;
        top: 100%;

    }

    .site-menu {
        left: -100%;
        top: 205px;
        position: fixed;
        display: block !important;
        transition: left 0.5s;
    }

    .mobile-menu-active .site-menu {
        width: 100%;
        position: fixed;
        top: 205px;
        left: 0;
        right: 0;
        bottom: 0;
        transition: left 0.5s;
        background: #f8f8f8f0;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .site-menu li.menu-holder .menu-text {
        width: 300px !important;
        border-bottom: 1px solid #ccc !important;
        border-right: 1px solid #ccc !important;
    }

    .site-menu li.menu-holder {
        border: none;
    }

    .main-menu .menu-holder .menu-text {
        position: relative;
    }

    .main-menu .menu-holder .menu-text:before {
        position: absolute;
        margin-top: 10px;
        left: 10px;
    }

    .main-menu .menu-holder {
        position: static;
    }

    .mobile-menu-active .main-menu .menu-holder.left-side .menu-drop {
        display: block !important;
        position: absolute;
        top: 0;
        left: 100%;
        opacity: 0;
        box-shadow: none;
    }

    .main-menu .menu-holder.left-side.isActive .menu-drop {
        left: 320px;
        position: absolute;
        top: 0;
        display: block !important;
        background: none;
        transition: left 0.5s, opacity 1s;
        opacity: 1;
        width: calc(100% - 320px);
        border: none;
        padding-right: 20px;
    }

    .icon-menu-symbol-of-three-parallel-lines-1,
    .icon-menu-symbol-of-three-parallel-lines-1:after,
    .icon-menu-symbol-of-three-parallel-lines-1:before {
        position: absolute;
        left: 15px;
        background: #ffffff;
        margin: 0 auto;
        width: 36px;
        height: 5px;
        transition: transform .2s;
        border: 2px solid white;
        border-radius: 2px;
        top: 18px;
    }

    .icon-menu-symbol-of-three-parallel-lines-1:after {
        content: '' !important;
        top: 8px;
        left: -2px;
    }

    .icon-menu-symbol-of-three-parallel-lines-1:before {
        content: '' !important;
        top: -12px;
        left: -2px;
    }

    .burgers {
        padding: 7px 0 0 54px;
    }

    .mobile-menu-active .icon-menu-symbol-of-three-parallel-lines-1 {
        background: transparent;
        border-color: transparent;
        transition: 0s;
    }

    .mobile-menu-active .icon-menu-symbol-of-three-parallel-lines-1:after {
        transform: rotate(45deg);
        top: -1px;
    }

    .mobile-menu-active .icon-menu-symbol-of-three-parallel-lines-1:before {
        transform: rotate(-45deg);
        top: -1px;
    }

    .main-menu .menu-holder .menu-text {
        padding-left: 45px;
    }
}

.products-wrapper .product-wrapper {
    width: 100% !important;
}

.center-wrapper .center-wrapper {
    padding: 0;
}

.products-wrapper {
    margin: 20px -9px 5px -9px;
}

@media (max-width: 1000px) {

    .products-wrapper {
        margin: 20px 0 5px 0;
    }


}

.categories-list-wrapper {
    margin: 0 auto;
}

.categories-list-wrapper .category-item-curier {
    padding: 8px 15px 8px 0;
}

.categories-list-wrapper .category-item-curier:nth-child(2n) {
    padding: 8px 0 8px 15px;
}

@media (max-width: 768px) {
    .categories-list-wrapper .category-item-curier {
        padding: 2px 0px 1px 0px !important;
    }

    .categories-list-wrapper {
        padding: 0;
    }
}

@media (max-width: 767px) {

    #ocfilter-content.open {
        left: 0;
        transition: 0.3s;
    }

    #ocfilter-content {
        background: white;
        overflow: scroll;
        height: 100% !important;
        top: 0;
        z-index: 110;
        width: 300px;
        display: block;
        position: fixed;
        left: -100%;
        transition: 0.3s;
    }

    .main-menu-curier {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        background: #fff;
        border: 0;
        height: 68px;
        box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
    }

    .main-menu {
        width: 59px;
        background: white;
        margin-top: 13px;
    }

    .main-header {
        position: fixed;
        top: 0px;
        z-index: 101;
        left: 0;
        height: 0;
        width: 100%;
    }

    .main-header .logo {
        width: 62px;
        height: 68px;
        left: 61px;
        position: absolute;
    }

    .main-header .logo img {
        width: 58px;
        max-width: none;
        margin-top: -5px;
    }

    .search-container {
        background-color: #62c081;
        width: 100%;
        position: absolute;
        left: 0;
        top: 100%;
        padding: 10px;
    }

    #search .input-lg {
        background: #fff;
        border-radius: 5px;
        border: none;
        padding: 0 35px 0 10px;
    }

    #search .btn-lg {
        background: none;
        border: none;
        box-shadow: none;
        border: 0;
        padding: 0;
        border-radius: 0;
        margin-left: 17px;
        width: 30px;
        height: 25px;
    }

    .js-result-search {
        left: 0;
        margin: 0;
    }

    .glyphicon-remove-circle:before {
        content: "";
        width: 9px;
        height: 2px;
        background-color: #ababab;
        transform: rotate(-45deg);
        position: absolute;
        top: 7px;
        left: 3px;

    }

    .glyphicon-remove-circle:after {
        content: "";
        width: 9px;
        height: 2px;
        background-color: #ababab;
        transform: rotate(45deg);
        position: absolute;
        top: 7px;
        left: 3px;

    }


    .cleaer-search {
        right: 52px !important;
        top: 10px !important;
    }

    .glyphicon-remove-circle {
        width: 17px;
        height: 17px;
        border: 1px solid #ababab;
        border-radius: 9px;
    }


    .burgers .icon-triangle_3 {
        display: none;
    }

    .burgers
    .icon-menu-symbol-of-three-parallel-lines-1,
    .icon-menu-symbol-of-three-parallel-lines-1:after,
    .icon-menu-symbol-of-three-parallel-lines-1:before {
        background: #28bf5a;
        border-color: #28bf5a;
        border-radius: 2px;
    }

    .mobile-menu-active .icon-menu-symbol-of-three-parallel-lines-1 {
        background: transparent;
        border-color: transparent;
    }

    .mobile-menu-active .icon-menu-symbol-of-three-parallel-lines-1,
    .mobile-menu-active .icon-menu-symbol-of-three-parallel-lines-1:after,
    .mobile-menu-active .icon-menu-symbol-of-three-parallel-lines-1:before {
        border-width: 0;
        height: 2px;
    }

    .small_search {
        position: absolute;
        top: 19px;
        right: 62px;
        width: 27px;
        height: 27px;

    }

    .small_search:after {
        content: "";
        width: 12px;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 13px;
        background: #28bf5a;
        transform: rotate(45deg);
        top: 21px;
        left: 16px;
    }

    .small_search:before {
        content: "" !important;
        width: 22px;
        height: 22px;
        border: 2px solid #28bf5a;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 13px;
    }


    .top-navigation-link .delivery,
    .top-navigation-link .contacts,
    .top-navigation-link .js-discount,
    .link-callback, .comparison-link,
    .wishlist-link {
        display: none !important;
    }

    .search-container {
        top: 68px;
        left: -100%;
        transition: 0.3s;
    }

    .search-container.active {
        left: 0;
        transition: 0.3s;
    }

    .small_search.active:before,
    .small_search.active:after {
        position: absolute;
        left: -2px;
        background: #f16d29;
        margin: 0 auto;
        width: 30px;
        height: 2px;
        top: 14px;
        transform: rotate(45deg);
        content: "";
        border: 0;
    }

    .small_search.active:before {
        transform: rotate(-45deg);
    }

    .cart-block {
        top: 20px;
        width: 28px;
        height: 28px;
        border: none;
        right: 10px;
        border: 0 !important;
    }

    .cart-block .btn-cart {
        width: 28px;
        height: 28px;
    }

    .cart-block .btn-cart i {
        display: none;
    }

    .cart-block .btn-cart svg {
        width: 28px;
        height: 28px;
        fill: #28bf5a;
    }

    .cart-block .products-count {
        width: 18px;
        height: 18px;
        font-size: 14px;
        padding: 3px 0;
        top: -8px;
        right: -5px;
        color: #fff;
        background: #28bf5a;
        border: 0;
    }

    .products-count span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .col-welcom.col-welcom-sm {
        position: absolute;
        right: 119px;
        width: 27px;
        top: 21px;
        height: 29px;
        line-height: 0;
        padding: 0;
        display: block;
        border: 0;
    }

    .top-navigation-curier {
        display: none;
    }

    body {
        padding-top: 68px;
        overflow-x: hidden;
    }

    .cart-info svg {
        display: block;
    }

    .col-welcom-sm {
        background: url(/image/catalog/telo.svg) 0 0 no-repeat !important;
        width: 27px;
        top: 12px;
        height: 28px;
    }

    .col-welcom-sm i {
        display: none !important;
    }

    .col-welcom-sm .account-link {
        height: 28px;
    }

    .breadcrumbs {
        background-color: #efefef;
        line-height: 37px;
        padding: 0px 10px;
        margin: 0 -10px;
        box-sizing: content-box;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .breadcrumbs:after {
        content: none;
    }

    .mobile-menu-active .footer-down {
        padding-top: 68px;
    }

    .main-header .logo a img {
        max-width: none;
    }

    .js-result-search {
        overflow: scroll;
    }

    .products-count {
        color: white !important;
    }

    .cart-block.full-cart .cart-info .products-count {
        background-color: #f16d29;
    }

    .col-welcom-sm.logged:before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        border-radius: 8px;
        background: #f16d29;
        top: 9px;
        left: 19px;
    }

    .col-welcom-sm.logged:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 5px;
        border: 2px solid #fff;
        border-top: 0;
        border-right: 0;
        transform: rotate(-45deg);
        left: 23px;
        top: 13px;
        z-index: 1;
        border-radius: 1px;
    }

    #search .btn-lg i {
        display: none;
    }

    #search .btn-lg:after {
        content: "";
        width: 12px;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 13px;
        background: #ffffff;
        transform: rotate(45deg);
        top: 21px;
        left: 16px;
    }

    #search .btn-lg:before {
        content: "";
        width: 22px;
        height: 22px;
        border: 2px solid #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 13px;
    }

    .menu-holder.left-side a:before {
        display: none !important;
    }

    .main-menu .menu-holder .menu-text {
        padding-left: 64px;
    }

    .menu-holder.left-side.dogs > a {
        background: #ffffff url(../image/sprite_menu.png) 10px -10px no-repeat !important;
    }

    .menu-holder.left-side.cats > a {
        background: #ffffff url(../image/sprite_menu.png) 10px -52px no-repeat !important;
    }

    .menu-holder.left-side.rats > a {
        background: #ffffff url(../image/sprite_menu.png) 10px -91px no-repeat !important;
    }

    .menu-holder.left-side.birds > a {
        background: #ffffff url(../image/sprite_menu.png) 10px -133px no-repeat !important;
    }

    .menu-holder.left-side.reptiles > a {
        background: #ffffff url(../image/sprite_menu.png) 10px -174px no-repeat !important;
    }

    .menu-holder.left-side.fish > a {
        background: #ffffff url(../image/sprite_menu.png) 10px -212px no-repeat !important;
    }

    .menu-holder.left-side.horses > a {
        background: #ffffff url(../image/sprite_menu.png) 10px -253px no-repeat !important;
    }

    .menu-holder.left-side > a:after {
        position: absolute;
        content: "\e932";
        right: 20px;
        font-family: 'icomoon' !important;
        color: #bdbdbd;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 6px;
        top: 50%;
        margin-top: -5px;
        transform: rotate(-90deg);
    }

    .js-menu .menu-holder.right-side.actions {
        display: none;
    }

    .mobile-menu-active .main-menu .menu-holder.left-side .menu-drop {
        left: -100%;
        transition: left .5s;
        width: 300px;
        z-index: 1;
        opacity: 1;
        background: #fff;
        padding-right: 0;
    }

    .main-menu .menu-holder.left-side.isActive .menu-drop {
        left: 0;
        transition: left .3s;
        width: 300px;
        background: #fff;
        z-index: 1;
        opacity: 1;

    }

    .main-menu .menu-holder .menu-drop {
        padding: 0;
    }

    .menu-drop .menu-text {
        margin-left: -10px;
        margin-top: -10px;
    }

    .menu-drop .js-step_back {
        background: #c5f2d4;
        height: 54px;
        color: #000;
        text-align: left;
        width: 100%;
        padding: 0 20px 0 64px;
        font-weight: 700;
        position: relative;
        font-size: 16px;
    }

    .menu-drop .js-step_back:after {
        background: url(../image/sprite_menu.png) -5px -884px no-repeat !important;
        width: 28px;
        height: 18px;
        position: absolute;
        top: 50%;
        right: 7px;
        content: "";
        transform: translateY(-50%);
    }

    .menu-drop .js-step_back:before {
        width: 50px;
        height: 40px;
        position: absolute;
        content: "";
        left: 5px;
        top: 7px;
    }


    .brand_back, .sort_back, .filter_back {
        background: #28bf5a;
        height: 54px;
        color: #fff;
        text-align: left;
        width: 100%;
        padding: 0 20px 0 64px;
        font-weight: 400;
        position: relative;
        font-size: 16px;
    }

    .brand_back:after, .sort_back:after, .filter_back:after {
        background: url(../image/sprite_menu.png) -5px -916px no-repeat;
        width: 28px;
        height: 18px;
        position: absolute;
        top: 50%;
        right: 7px;
        content: "";
        transform: translateY(-50%);
    }

    .brand_back:before, .sort_back:before, .filter_back:before {
        width: 50px;
        height: 40px;
        position: absolute;
        content: "";
        left: 5px;
        top: 7px;
        background: url(../image/sprite_menu.png) 10px -770px no-repeat;
    }

    .sort_back {
        background-color: #f2f2f2;
        color: #a2a2a2;
        display: block;
    }

    .sort_back:after {
        background: url(../image/sprite_menu.png) -5px -970px no-repeat;
    }

    .sort_back:before {
        background: url(../image/sprite_menu.png) 2px -988px no-repeat;
    }

    .brand_back {
        background-color: #f16d29;
        color: #fff;
        display: block;
    }

    .brand_back:after {
        background: url(../image/sprite_menu.png) -5px -945px no-repeat;
    }

    .brand_back:before {
        background: url(../image/sprite_menu.png) 10px -826px no-repeat;
    }


    .dogs .js-step_back:before {
        background: url(../image/sprite_menu.png) 10px -10px no-repeat;
    }

    .cats .js-step_back:before {
        background: url(../image/sprite_menu.png) 10px -52px no-repeat;
    }

    .rats .js-step_back:before {
        background: url(../image/sprite_menu.png) 10px -91px no-repeat;
    }

    .birds .js-step_back:before {
        background: url(../image/sprite_menu.png) 10px -133px no-repeat;
    }

    .reptiles .js-step_back:before {
        background: url(../image/sprite_menu.png) 10px -174px no-repeat;
    }

    .fish .js-step_back:before {
        background: url(../image/sprite_menu.png) 10px -212px no-repeat;
    }

    .horses .js-step_back:before {
        background: url(../image/sprite_menu.png) 10px -253px no-repeat;
    }

    .main-menu .menu-holder .links-list a {
        padding-left: 16px;
    }

    .menu-drop .more_items:after {
        right: 12px;
        font-size: 7px;
        transform: rotate(-90deg);
    }

    .menu-drop .more_items.open:after {
        transform: rotate(0deg)
    }

    .menu-drop .links-list li {
        padding: 9px 0;
        border-bottom: solid 1px #d7d7d7;
    }

    .mobile-brand-active .footer-down:before, .mobile-sort-active .footer-down:after, .mobile-filter-active .footer-down:before, .mobile-menu-active .footer-down:before {
        left: 0;
        transition: left .3s;
        height: 100%;
        position: absolute;
    }


    .mobile-brand-active .header-wrapper, .mobile-sort-active .header-wrapper, .mobile-sort-active .header-wrapper, .mobile-filter-active .header-wrapper {
        opacity: 0.5
    }

    .footer-down:after, .footer-down:before {
        background: rgba(0, 0, 0, 1) !important;
        content: "";
        top: 0;
        width: 100%;
        opacity: 0.7 !important;
        transition: left .3s;
        z-index: 99;
    }

    .footer-down:after {
        left: 100%;
    }

    .footer-down:before {
        left: -100%;
    }

    .mobile-menu-active .site-menu {
        background: #fff;
    }

    .site-menu:after {
        content: none;
    }

    .main-menu .menu-holder .links-list a {
        color: #000;
        font-weight: 700;
    }

    .btn-catalog {
        height: 54px;
        line-height: 54px;
        color: #000;
        text-align: left;
        width: 100%;
        padding: 0 20px 0 64px;
        font-weight: 700;
        position: relative;
        font-size: 14px;
        border-bottom: 1px solid #fff;
        width: 300px;
        display: block;
    }

    .m_catalog {
        background: #f0f0f0 url(../image/sprite_menu.png) 5px -610px no-repeat !important;
    }

    .m_search_b {
        background: #f0f0f0 url(../image/sprite_menu.png) 5px -717px no-repeat !important;
    }

    .m_action {
        background: #f0f0f0 url(../image/sprite_menu.png) 5px -663px no-repeat !important;
    }

    .m_call {
        background: #f0f0f0 url(../image/sprite_menu.png) 5px -555px no-repeat !important;
    }

    .m_info {
        background: #fafafa url(../image/sprite_menu.png) 3px -503px no-repeat !important;
    }

    .m_info_a .m_info, .m_call_a .m_call, .m_action_a .m_action, .m_catalog_a .m_catalog {
        background-color: #c5f2d4 !important;
    }

    .site-menu.js-menu > li {
        display: none;
    }

    .site-menu.js-menu.m_catalog_a > li {
        display: block;
    }

    .tooltip-pop.log-in {
        right: 0;
        width: 305px;
        margin-left: 0;
        left: -167px;
        top: 38px;
    }

    .m_action_a .menu-products-wrapper.m_a_p {
        overflow: auto;
        width: 300px;
        background: #fff;
        padding: 10px;
        display: block;
    }

    .m_action_a .menu-products-wrapper .menu-product {
        box-shadow: 1px 0 5px rgba(0, 0, 0, 0.3);
        padding: 5px;
        border-radius: 5px;
    }

    .m_action_a .menu-products-wrapper .menu-product:last-child {
        margin-right: 10px;
    }

    .site-menu li.menu-holder {
        font-weight: 700;
    }

    .m_call_a .tooltip-pop.call-us {
        width: 300px;
        top: 0;
        margin-left: 0;
        display: block;
        position: relative;
        padding: 0;
        left: 0;
    }

    .m_call_a .tooltip-pop.call-us .close-btn {
        display: none;
    }

    .m_tel {
        font-size: 24px;
        display: block;
        background: #fff;
        padding: 16px;
        width: 300px;
        position: relative;
    }

    .site-menu.js-menu .m_tel:first-of-type {
        padding-top: 30px;
    }

    .m_tel a {
        color: #f16d29;
    }

    .m_tel span {
        color: #bebebe;
        display: block;
        text-align: right;
        font-size: 14px;
        padding-right: 66px;
    }

    .mobile-menu-active .site-menu {
        width: 300px;
    }

    .noUi-handle {
        left: -12px;
    }

    #ocfilter-content:not(.open) + .popover {
        display: none !important
    }

    #ocfilter-content .popover.fade.top.in {
        top: 8px !important;
    }

    #ocfilter-content .options-list li {
        display: block !important;
    }

    #ocfilter-content .options-list_ button {
        display: none !important;
    }

    #ocfilter-content .options-list {
        display: none;
    }

    #ocfilter .no-price .zag4 {
        background: none;
        border: none;
        border-bottom: 1px solid #f0f0f0;
    }

    #ocfilter .zag4 span {
        color: #000;
    }

    #ocfilter .list-group-item_ {
        border: none;
        margin-bottom: 0px;
        border-radius: 0;
    }

    .left-small-column .options-list {
        margin: 0 0 15px 0;
    }

    #ocfilter .ks_filters_wrap.expanded {
        background: #eee;
        border-bottom: 1px solid #fff;
    }

    #ocfilter .no-price.expanded .zag4 {
        border-bottom: none;
    }

    #ocfilter .expanded .zag4 i {
        display: none;
    }

    #ocfilter .zag4 i {
        font-size: 10px;
        transform: rotate(0deg);
    }

    .no-price .options-list input[type=checkbox] + span:before {
        top: 1px;
        position: absolute;
        left: -20px;
    }

    .no-price .options-list input[type=checkbox]:checked + span:before {
        display: none;
    }

    .no-price .options-list input[type=checkbox]:checked + span:after {
        left: 5px;
    }

    .flter-label {
        padding-left: 25px;
    }

    .selected-options-title.selected-options-title2 .icon-triangle_3, .select_filtr_lg {
        display: none;
    }

    .mobile-selected-sort, .select_filtr_sm {
        display: block;
    }

    .select_filtr_sm {
        float: none !important;
    }

    .mobile-selected-sort {
        height: 40px;
        line-height: 39px;
        font-size: 15px;
        padding: 0 0 0 18px;
        border-radius: 0 6px 6px 0;
        border: 1px solid #e5e5e5;
        width: 50%;
        color: #6c6b6b;
        position: relative;
    }

    .mobile-selected-brand {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        padding: 0 30px;
        width: 50%;
        float: left;
        margin: 0;
        border-radius: 6px 0 0 6px;
        background: #f16d29;
        text-align: center;
        position: relative;
        color: #fff;
        display: block;

    }

    .mobile-selected-brand:before {
        width: 30px;
        height: 40px;
        position: absolute;
        content: "";
        left: 50%;
        top: 7px;
        background: url(../image/sprite_menu.png) -3px -832px no-repeat;
        margin-left: -68px;
    }

    .selected-options-title.selected-options-title2 {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        padding: 0 30px;
        width: 50%;
        float: left;
        margin: 0;
        border-radius: 6px 0 0 6px;
        background: #28bf5a;
        text-align: center;
        position: relative;
    }

    .selected-options-title.selected-options-title2:before {
        width: 30px;
        height: 40px;
        position: absolute;
        content: "";
        left: 50%;
        top: 0;
        background: url(../image/sprite_menu.png) -3px -770px no-repeat;
        margin-left: -65px;
    }

    .mobile-selected-sort:before {
        width: 30px;
        height: 30px;
        position: absolute;
        content: "";
        left: 50%;
        top: 7px;
        background: url(../image/sprite_menu.png) -3px -1030px no-repeat;
        margin-left: -64px;
    }

    .categories-with-brand {
        position: fixed;
        top: 0;
        left: -100%;
        width: 300px;
        height: 100%;
        background-color: #fff;
        transition: right 0.3s;
        z-index: 101;
    }

    .mobile-brand-active .categories-with-brand {
        left: 0;
        transition: right 0.3s;
        padding: 0;
        overflow-y: auto;
    }

    .sort-filters {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100%;
        background-color: #fff;
        transition: right 0.3s;
        z-index: 101;
    }

    .mobile-sort-active .sort-filters {
        right: 0;
        transition: right 0.3s;
        padding: 0;
    }

    .sort-filters-left, .sort-filters-right {
        width: 100%;
        float: none;
        padding: 10px;
    }

    .categories-with-brand .item .image {
        display: none;
    }

    .categories-with-brand .item a {
        color: #000;
        font-weight: 700;
    }

    .categories-with-brand .item {
        margin: 0;
        padding: 10px;
        border-bottom: 1px solid #f0f0f0;
    }

    .categories-with-brand .item .name {
        margin-left: 20px;
    }

    .mobile-sort-active .footer-down, .mobile-sort-active .footer-down, .mobile-filter-active .footer-down, .mobile-menu-active .footer-down {
        padding-top: 68px;
    }

    .mobile-sort-active #totop, .mobile-sort-active #totop, .mobile-filter-active #totop, .mobile-menu-active #totop {
        display: none !important;
    }

    .m_info_a .menu_info {
        display: block;
    }

    .menu_info a {
        display: block;
        padding: 10px 0 10px 61px;
        border-bottom: 1px solid #f0f0f0;
        color: #707070;
    }

    .m_a_nas {
        background: url(../image/sprite_menu.png) 2px -291px no-repeat;
    }

    .m_sistema_skidok {
        background: url(../image/sprite_menu.png) 2px -333px no-repeat;
    }

    .m_delivery {
        background: url(../image/sprite_menu.png) 2px -374px no-repeat;
    }

    .m_how_to_pay {
        background: url(../image/sprite_menu.png) 2px -1058px no-repeat;
    }

    .m_contact {
        background: url(../image/sprite_menu.png) 2px -413px no-repeat;
    }

    .m_action_a .m_action_all {
        position: relative;
        display: block;
        padding: 10px 0 10px 61px;
        border-bottom: 1px solid #f0f0f0;
        color: #707070;
        background: #f0f0f0;
    }

    .m_action_all:before {
        background: url(/catalog/view/theme/default/images/icons.png) 0 -1368px no-repeat;
        content: "";
        width: 23px;
        height: 20px;
        position: absolute;
        top: 8px;
        left: 11px;
    }

    .logged .dropdown-menu {
        left: -69px;
        top: 41px;
    }
}

@media (max-width: 500px) {
    .cart-items-wrapper .price-count .counter {
        margin-top: -2px;
    }
}

.load-content ul, .load-content ol {
    padding-left: 30px;
}

/*/view/theme/default/stylesheet/blog-news.css*/
.bnews-list {
    display: block;
    overflow: auto;
}

.bnews-list .artblock {
    display: block;
    padding: 10px;
    clear: left;
}

.bnews-list .artblock.artblock-2 {
    display: inline-block;
    width: 49%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
    clear: none;
}

.bnews-list .artblock.artblock-2:nth-child(even) {
    float: right;
    clear: right;
}

.bnews-list .artblock.artblock-2:nth-child(odd) {
    float: left;
    clear: left;
}

.bnews-list.bnews-list-small .artblock {
    display: block;
    padding: 0px;
    margin-bottom: 15px;
}

.bnews-list .artblock .name a {
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
}

.bnews-list .artblock .name a:hover {
    text-decoration: underline;
}

.bnews-list.bnews-list-small .artblock .name a {
    font-size: 14px;
}

.bnews-list .artblock .article-meta {
    font-size: 14px;
    color: #888;
    padding-top: 6px;
    padding-bottom: 6px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 2px;
    margin-bottom: 5px;
}

.bnews-list .artblock .article-image {
    margin-right: 15px;
    max-width: 100%;
    margin-bottom: 5px;
}

.bnews-list .artblock a.bigimagein .article-image {
    margin-right: 0px;
}

.bnews-list .artblock a.bigimagein {
    display: block;
    text-align: center;
}

.bnews-list .artblock .description {
    color: #444;
}

.bnews-list .artblock .description p {
    margin-bottom: 5px;
}

.bnews-list .artblock .total-comments {
    color: #888;
}

.bnews-list .artblock .blog-button {
    text-align: right;
    padding-top: 3px;
}

.article-content {
    display: block;
    position: relative;
}

.article-content .article-meta {
    padding-bottom: 7px;
    padding-top: 7px;
    display: block;
    clear: both;
    font-size: 14px;
    color: #555;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-right: 160px;
}

.article-content .article-meta span, .article-content .article-meta a {
    font-style: italic;
    font-size: 14px;
}

.article-content .article-meta .article-share {
    float: right;
    margin-right: -160px;
}

.article-content .article-tags {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 19px;
}

.article-content .article-tags a {
    color: #555;
    background: #eee;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    margin: 2px;
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
}

.article-content .article-tags a:hover {
    background: #ddd;
}

.content.blog-content {
    border-radius: 4px;
    margin-bottom: 12px;
}

.content.blog-reply {
    margin-top: 10px;
    margin-bottom: 2px;
    margin-left: 35px;
    border-radius: 4px;
}

.content.blog-content .comment-header, .content.blog-reply .reply-header {
    background: #F2F0F0;
    border-radius: 3px;
    font-size: 14px;
    padding: 6px;
    padding-left: 30px;
    border: 1px solid #DFD1D1;
    position: relative;
}

.content.blog-content .comment-header .comment-icon {
    background: url('../../default/image/blog-sprite.png') right top no-repeat;
    width: 21px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 3px;
}

.content.blog-reply .reply-header .comment-icon {
    background: url('../../default/image/blog-sprite.png') left bottom no-repeat;
    width: 21px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 3px;
}

#com-title {
    position: relative;
    padding-left: 30px;
}

#com-title .blog-write {
    background: url('../../default/image/blog-sprite.png') left top no-repeat;
    width: 21px;
    height: 18px;
    position: absolute;
    top: -1px;
    left: 0px;
}

#com-title .blog-write {
    background: url('../../default/image/blog-sprite.png') left top no-repeat;
    width: 21px;
    height: 18px;
    position: absolute;
    top: -1px;
    left: 0px;
}

.content .comment-text {
    padding: 4px;
    padding-left: 7px;
    padding-top: 7px;
}

.content .comment-text a {
    font-weight: bold;
}

span.cancel-reply {
    background: url('../../default/image/blog-sprite.png') right bottom no-repeat;
    width: 21px;
    height: 18px;
    cursor: pointer;
    position: absolute;
}

.author-image {
    float: left;
    margin-right: 10px;
    padding: 3px;
    border: 1px solid #eee;
}

.article-content a.centered-image {
    display: block;
    text-align: center;
}

.article-content a.centered-image img#image {
    margin: 0px !important;
}

.content.blog-author {
    border-left: none !important;
    border-right: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.content.blog-author p {
    margin-bottom: 5px;
}

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

.comment-left {
    width: 40%;
    padding-right: 20px;
}

.comment-left input {
    width: 95%;
}

.comment-right textarea {
    min-height: 72px;
}

.article-content img {
    max-width: 100%;
}

#fb-root {
    display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.blog-gallery > a.colorbox {
    display: inline-block;
    text-decoration: none;
    *display: inline;
}

#blog-gallery-slider {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    background: #eee;
    overflow: hidden;
    margin-bottom: 10px;
}

#blog-gallery-slider div[u="loading"] {
    position: absolute;
    top: 0px;
    left: 0px;
}

#blog-gallery-slider div[u="loading"] > div.loadin-in-1 {
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    display: block;
    background-color: #000000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#blog-gallery-slider div[u="loading"] > div.loadin-in-2 {
    position: absolute;
    display: block;
    background: url(../image/blog-loading.gif) no-repeat center center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#blog-gallery-slider div[u="slides"] {
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(../image/blog-arrows.png) no-repeat;
    overflow: hidden;
}

.jssora05l {
    background-position: -10px -40px;
}

.jssora05r {
    background-position: -70px -40px;
}

.jssora05l:hover {
    background-position: -130px -40px;
}

.jssora05r:hover {
    background-position: -190px -40px;
}

.jssora05ldn {
    background-position: -250px -40px;
}

.jssora05rdn {
    background-position: -310px -40px;
}

.jssora05l {
    width: 40px;
    height: 40px;
    top: 158px;
    left: 8px;
}

.jssora05r {
    width: 40px;
    height: 40px;
    top: 158px;
    right: 8px
}

.jssort01 {
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0px;
    bottom: 0px;
}

.jssort01 .w {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.jssort01 .c {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 68px;
    height: 68px;
    border: #ddd 2px solid;
}

.jssort01 .p:hover .c, .jssort01 .pav:hover .c, .jssort01 .pav .c {
    background: url(../image/blog-t01.png) center center;
    border-width: 0px;
    top: 2px;
    left: 2px;
    width: 68px;
    height: 68px;
}

.jssort01 .p:hover .c, .jssort01 .pav:hover .c {
    top: 0px;
    left: 0px;
    width: 70px;
    height: 70px;
    border: #fff 1px solid;
}

.blog-videos > div {
    text-align: center;
}

@media all and (max-width: 699px) {
    .bnews-list .artblock.artblock-2 {
        display: block;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
        clear: none;
    }

    .bnews-list .artblock.artblock-2:nth-child(even) {
        float: none;
        clear: left;
    }

    .bnews-list .artblock.artblock-2:nth-child(odd) {
        float: none;
        clear: left;
    }

    .blog-videos iframe {
        height: auto: !important;
        width: 100%;
    }

    .blog-videos > div {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .blog-videos > div > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.jssora05l, .jssora05r {
    display: none !important;
}

.content.blog-author {
    overflow: auto;
}

#column-left .bnews-list .artblock.artblock-2,
#column-right .bnews-list .artblock.artblock-2 {
    float: none !important;
    width: 100%;
}

#column-left .bnews-list .artblock .article-meta,
#column-right .bnews-list .artblock .article-meta,
#column-right .bnews-list .artblock .total-comments,
#column-left .bnews-list .artblock .total-comments,
#column-left .bnews-list .artblock .article-image,
#column-right .bnews-list .artblock .article-image {
    display: none;
}

#column-left .bnews-list .artblock .name a,
#column-right .bnews-list .artblock .name a {
    font-size: 14px;
}

.comment-form {
    display: table;
    width: 100%;
}

@media all and (max-width: 699px) {
    .comment-form {
        display: block;
    }

    .comment-form > div {
        display: block;
        margin: 0px;
        margin-bottom: 10px;
        padding: 0px;
        width: 100%;
    }
}

/*/catalog/view/theme/default/stylesheet/brandgroup*/
.brand-group {
    position: fixed;
    top: 0px;
    left: 5px;
    width: 30px;

    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    align-items: center;
    justify-content: center;

}

.brand-group__item {
    margin: 5px 0;
    width: 30px;
    height: 100px;
    padding: 0px 0;
    background-size: cover;
    text-align: center;

    border-radius: 0 10px 10px 0;
    background-color: #fbfbfb;
    border: solid 1px #d1d1d1;
    display: table;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    position: relative;
    overflow: hidden;
}

.brand-group__item a {
    width: 100%;
    height: 100%;
    padding: 4px 2px;
    position: absolute;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    overflow: hidden;
}

.brand-group__item img {
    max-height: 100%;
    width: auto;
}

@media screen and (max-width: 1201px) {
    .brand-group {
        display: none;
    }

}

/*/stylesheet/ocfilter/ocfilter.*/

/*=Font size */
.ocfilter-option .option-name,
.ocfilter-option .option-values,
.ocfilter-option .option-description,
.ocfilter-option .fields-price {
    font-size: 14px;
}

.ocfilter a,
.ocfilter a:hover,
.ocfilter a:active,
.ocfilter a:focus {
    background: none;
    border: none;
    padding: 0;
    text-shadow: none;
    color: #666666;
    font-size: 14px
}

.ocfilter-option .option-name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

/*.ocfilter-option .option-values{overflow: visible;}*/
.list-group-item {
    overflow: visible !important;
}

.ocfilter-option .option-values .dropdown-menu {
    width: 100%;
}

.ocfilter-option .option-values .dropdown-menu > li {
    padding: 10px;
}

.ocfilter-option .color {
    border-radius: 3px 3px 3px 3px;
    float: left;
    height: 19px;
    margin: 1px -16px 0 -3px;
    width: 19px;
}

.ocfilter-option .image {
    background-repeat: no-repeat;
    background-position: 0 0;
    float: left;
    height: 19px;
    margin: 1px -16px 0 -3px;
    position: relative;
    width: 19px;
    z-index: 10;
}

.ocfilter-option label {
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.ocfilter-option label.strong {
    font-weight: bold;
}

.ocfilter-option label input {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: top;
}

.ocfilter-option label small {
    background-color: #DBEAF9;
    color: #0E6A93;
    font-weight: 200;
    font-size: 10px;
    margin-left: 5px;
}

.ocfilter-option label.disabled {
    color: #999999;
}

.ocfilter-option label.disabled small {
    background-color: #EFEFEF;
    color: #999999;
}

.ocfilter-option label a {
    color: #236BBB;
    text-decoration: none;
}

.ocfilter-option label a {
    color: #666666;
}

.ocfilter-option label.selected {
    color: #E56101;
}

.ocfilter-option label.selected small {
    display: none;
}


.ocfilter-option.no-price span {
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    line-height: 16px
}

.ocfilter-option.no-price span.strong {
    font-weight: bold;
}

.ocfilter-option.no-price span input {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: top;
}

.ocfilter-option.no-price span small {
    font-size: 14px;
    font-weight: normal;
    background: none;
    color: #666666;
    padding: 0;
    margin-top: -3px;

}

.ocfilter-option.no-price a {
    /*padding-left: 10px;*/
}

.ocfilter-option.no-price span.disabled {
    color: #999999;
}

.ocfilter-option.no-price span.disabled small {
    background-color: #EFEFEF;
    color: #999999;
}

.ocfilter-option.no-price span a {
    color: #236BBB;
    text-decoration: none;
}

.ocfilter-option.no-price span a {
    color: #666666;
}

.ocfilter-option.no-price span.selected {
    color: #E56101;
}

.ocfilter-option.no-price span.selected small {
    display: none;
}


/*=Selected Options */
.list-group-item_.selected-options {
    color: #333333;
    border-radius: 6px !important;
    background-color: #ffffff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.16);
    padding: 0;
    margin-bottom: 20px !important;
}

.selected-options-title {
    height: 33px;
    background-color: #62c081;
    font-size: 14px;
    color: #fff;
    text-align: left;
    padding: 5px 15px;
    border-radius: 6px 6px 0 0;
    line-height: 23px;
}

.selected-options-title span {
    float: left;
}

.selected-options-title i {
    float: right;
    font-size: 11px;
}

.selected-options .ocfilter-option {
    background-color: #FFF;
    font-size: 14px;
    padding: 4px 10px 4px 10px;
    display: block;
    width: 100%
}

.selected-options .ocfilter-option span {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #474747;
    padding: 5px 0;
}

.selected-options .ocfilter-option button {
    border-radius: 6px;
    background-color: #f2f2f2;
    font-size: 14px;
    font-weight: 600;
    color: #3c3c3c;
    width: 100%;
    text-align: left;
    border: 0;
    padding: 6px 10px;
    margin-bottom: 15px;
}

.selected-options .ocfilter-option button:hover {
    opacity: .7;
}

.selected-options .ocfilter-option button i {
    font-size: 9px;
    padding: 0 5px 0 0;
    color: #711e21;
}

.clear-all-curier {
    text-align: center;
    padding: 0 0 15px 0;
    width: 100%;
}

.clear-all-filter {

    border-bottom: 1px dashed #4f4c4c;;
    font-size: 14px;
    font-weight: 600;
    color: #4f4c4c;
}

.clear-all-filter:hover {
    border-color: #fff;
}

.ocfilter .list-group-item_ {
    border-radius: 6px;
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 15px;
    border: solid 1px #e5e5e5;
    float: left;
    width: 100%;
}

.ocfilter .list-group-item_.ocfilter-option-price {
    border-radius: 0 0 6px 6px !important;
}

.ocfilter .zag4 {
    font-size: 14px;
    color: #3c3c3c;
    padding: 10px 15px;
    cursor: pointer;
    float: left;
    width: 100%;
    font-weight: bold;

}

.ocfilter .no-price .zag4 {
    background: #C8E9D3;
}

.ocfilter .zag4 span {
    max-width: 140px;
    display: block;
    float: left;
    font-weight: 600;
    color: #646464;
}

.ocfilter .zag4 i {
    font-size: 8px;
    float: right;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 0.3s ease-out 0s;
    margin-top: 5px;
    width: 8px;

}

.ocfilter .expanded .zag4 i {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.ocfilter-option .option-values {
    clear: both;
    padding: 0 0px 0 15px;
    float: left;
    width: 100%;

}

.expanded.ocfilter-option .option-values {
    padding: 1px 7.5px 0 7.5px;
}

/*=Price filtering */
.option-values-price-filter {
    padding: 10px 20px !important;
}

#ocfilter-price .option-values {
    padding: 10px 10px 5px;
}

.trackbar, .trackbar .left-block, .trackbar .right-block {
    height: 4px;
}

.popover-content .form-inline {
    white-space: nowrap;
}

.popover-content .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.scale {
    margin-bottom: 35px;
    margin-left: 15px;
    margin-right: 15px;
}

.trackbar {
    background-color: #41AA35;
    margin: 0;
    padding: 0;
}

/*=Width was given automatically */
.trackbar .handler-block {
    background-color: #DADADA;
    width: 0;
}

.trackbar .left-block {
    border-radius: 3px 0 0 3px;
    float: left;
    margin: 0 0 0 -3px;
    padding: 0 0 0 3px;
}

.trackbar .right-block {
    border-radius: 0 3px 3px 0;
    float: right;
    margin: 0 -3px 0 0;
    padding: 0 3px 0 0;
}

.trackbar .trackbar-handler {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 4px solid #04B6F0;
    background-color: #0E6A93;
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    width: 4px;
    height: 4px;
    margin-top: -4px;
}

.scale.disabled .trackbar,
.scale.disabled .trackbar-handler {
    background-color: #F2F2F2;
}

.scale.disabled .trackbar-handler {
    border-color: #BABABA;
}

.trackbar .left-handler {
    float: right;
    margin-right: -6px;
}

.trackbar .right-handler {
    float: left;
    margin-left: -6px;
}

.trackbar-scale {
    height: 18px;
    line-height: normal;
    margin: 2px 0 0;
    padding: 0 8px 0 5px;
}

.trackbar-scale a,
.trackbar-scale div {
    border-left: 1px solid #DADADA;
    display: block;
    float: left;
    margin-right: -2px;
    text-decoration: none;
    position: relative;
    height: 5px;
}

.trackbar-scale a.last,
.trackbar-scale div.last {
    border-right: 1px solid #DADADA;
    margin-right: -4px;
}

.trackbar-scale a:hover,
.trackbar-scale a:hover span,
.trackbar-scale a:hover + a .from {
    background-color: #F8F8F8;
    color: #000000;
}

.trackbar-scale div {
    background-color: #0EB9F0;
}

.trackbar-scale a span,
.trackbar-scale div span {
    color: #666666;
    font-size: 8px;
    position: absolute;
    top: 5px;
}

.trackbar-scale a span.from,
.trackbar-scale div span.from {
    left: 0;
}

.trackbar-scale a span.to,
.trackbar-scale div span.to {
    right: 0;
}

/*=Price diagram */
.price-diagram {
    box-shadow: 0 1px 1px #DBDEE1 inset;
    background: #F2F2F2 url('../../image/ocfilter/diagram-bg-repeat.png') repeat 0 1px;
    border-radius: 3px 3px 3px 3px;
    overflow: hidden;
    margin: 10px 10px 5px 5px;
}

.diagram-field {
    position: relative;
    margin: 0;
    height: 40px;
}

.diagram-field circle {
    stroke-width: 2;
    opacity: 1;
}

.diagram-field path {
    stroke-width: 1;
    opacity: 0.25;
    stroke-opacity: 1;
}

.ocfilter .popover .form-inline .form-control {
    width: 100px;
}

/* Position center style */

.ocfilter-content-top,
.ocfilter-content-bottom {
}

.ocfilter-content-top .box-content,
.ocfilter-content-bottom .box-content {
    font-size: 0;
}

.ocfilter-content-top .ocfilter-option,
.ocfilter-content-bottom .ocfilter-option {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}

.ocfilter-content-top .ocfilter-option + .ocfilter-option,
.ocfilter-content-bottom .ocfilter-option + .ocfilter-option {
    border-top: none;
}

.zag-filter-price {
    padding: 10px 15px;
    font-size: 14px;
    color: #000000;
}

#scale-price {
    margin: 0 0 5px 0;
    background: #ccc;
    height: 2px;
}

.filter-price-info {
    text-align: center;
    padding: 10px 0 30px 0;
}

/*view/javascript/ocfilter/nouislider.min.css*/
.noUi-value {
    display: none;
}

/*jquery/magnific/magnific-popup.css*/

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 14px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure {
        /* The shadow behind the image */
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}


/*jquery/datetimepicker/bootstrap-datetimepicker.min.css*/

/*!
 * Datetimepicker for Bootstrap v3
//! version : 3.1.3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
    top: 0;
    left: 0;
    width: 250px;
    padding: 4px;
    margin-top: 1px;
    z-index: 99999 !important;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 600px
}

.bootstrap-datetimepicker-widget.bottom:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: -7px;
    left: 7px
}

.bootstrap-datetimepicker-widget.bottom:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 8px
}

.bootstrap-datetimepicker-widget.top:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, .2);
    position: absolute;
    bottom: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget.top:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    bottom: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget .dow {
    width: 14.2857%
}

.bootstrap-datetimepicker-widget.pull-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.pull-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget > ul {
    list-style-type: none;
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
    width: 4px;
    padding: 0;
    margin: 0
}

.bootstrap-datetimepicker-widget .datepicker > div {
    display: none
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-datetimepicker-widget td, .bootstrap-datetimepicker-widget th {
    text-align: center;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget td {
    height: 54px;
    line-height: 54px;
    width: 54px
}

.bootstrap-datetimepicker-widget td.cw {
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    color: #777
}

.bootstrap-datetimepicker-widget td.day {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover {
    background: #eee;
    cursor: pointer
}

.bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new {
    color: #777
}

.bootstrap-datetimepicker-widget td.today {
    position: relative
}

.bootstrap-datetimepicker-widget td.today:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #428bca;
    border-top-color: rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 4px;
    right: 4px
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #428bca;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget td.active.today:before {
    border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget td.disabled, .bootstrap-datetimepicker-widget td.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget td span:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget td span.active {
    background-color: #428bca;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget td span.old {
    color: #777
}

.bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget th {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget th.picker-switch {
    width: 145px
}

.bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev {
    font-size: 21px
}

.bootstrap-datetimepicker-widget th.disabled, .bootstrap-datetimepicker-widget th.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget thead tr:first-child th {
    cursor: pointer
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: #eee
}

.input-group.date .input-group-addon span {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.bootstrap-datetimepicker-widget.left-oriented:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.left-oriented:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
    padding: 0 !important
}

@media screen and (max-width: 767px) {
    .bootstrap-datetimepicker-widget.timepicker-sbs {
        width: 283px
    }
}


/*font-awesome/css/font-awesome.min.css*/
/*!
 *  Font Awesome 4.4.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.4.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -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
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-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);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-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);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.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-remove:before, .fa-close:before, .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, .fa-bar-chart: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-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .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, .fa-gratipay: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: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-buoy: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-y-combinator-square:before, .fa-yc-square:before, .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"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

/*view/theme/default/stylesheet/bundle_down_style.min.css?v=1*/
.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    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 {
    overflow-x: hidden;
    margin: 0;
    padding: 0
}

.top-slider .slick-list {
    width: 100%
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -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;
    left: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-arrow, .slick-dots li, .slick-initialized .slick-slide {
    text-align: center;
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.mfp-align-top .mfp-container:before, .slick-arrow.slick-hidden {
    display: none
}

.slick-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    background: #4e443c;
    color: #fff;
    border-radius: 18px;
    line-height: 34px;
    font-size: 24px;
    z-index: 94;
    font-family: Arial
}

.slick-next {
    right: 5px
}

.bestseller-supply .slick-arrow {
    top: -30px
}

.bestseller-supply .slick-prev {
    right: 60px
}

.slick-disabled {
    opacity: .2
}

.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    text-align: center;
    padding-bottom: 10px
}

.slick-dots li {
    display: inline-block;
    widows: 20px;
    height: 20px
}

.slick-dots li + li {
    margin-left: 6px
}

.slick-dots li button {
    display: block;
    box-sizing: content-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    overflow: hidden;
    text-indent: -100px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5), inset 0 0 3px rgba(0, 0, 0, .5)
}

.slick-dots li.slick-active button {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5)
}

.brands-wrapper .slick-arrow {
    text-decoration: none !important;
    text-indent: -9999px;
    display: block;
    width: 19px;
    height: 19px;
    background: url(../images/arrow.png);
    margin: -10px 0 0;
    top: 50%;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    border-radius: 0;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.brands-wrapper .slick-arrow.slick-next {
    right: 17px;
    text-align: right;
    transform: rotate(180deg);
    text-indent: 9999px
}

.jcarousel .slick-arrow {
    border-radius: 0;
    background: 0 0
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    filter: alpha(opacity=80);
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7
}

.mfp-bg, .mfp-container, .mfp-wrap {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
    position: fixed
}

.mfp-container {
    text-align: center;
    position: absolute;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before, .mfp-content {
    display: inline-block;
    vertical-align: middle
}

.mfp-container:before {
    content: '';
    height: 100%
}

.mfp-content {
    position: relative;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure, .mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow .mfp-b {
    top: 0
}

.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow .mfp-a, .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b, .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.mfp-figure:after, img.mfp-img {
    display: block;
    width: auto;
    height: auto
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content, img.mfp-img {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.ulogin_form {
    display: inline-block;
    line-height: 1em
}

.ulogin_accounts, .ulogin_form, .ulogin_note {
    margin-top: 5px;
    margin-left: 15px
}

.panel.ulogin_panel {
    clear: both
}

.ulogin_provider {
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
    float: left
}

.ulogin_provider:hover {
    opacity: .75
}

.ulogin_right {
    float: right
}

.big_provider {
    background: url(/img/panel.png?version=1.5.00);
    width: 32px;
    height: 32px
}

.small_provider {
    background: url(/img/small.png?version=1.5.00);
    width: 16px;
    height: 16px
}

.vkontakte_big {
    background-position: 0 -38px
}

.vkontakte_small {
    background-position: 0 -19px
}

.odnoklassniki_big {
    background-position: 0 -73px
}

.odnoklassniki_small {
    background-position: 0 -42px
}

.mailru_big {
    background-position: 0 -108px
}

.mailru_small {
    background-position: 0 -65px
}

.facebook_big {
    background-position: 0 -143px
}

.facebook_small {
    background-position: 0 -88px
}

.twitter_big {
    background-position: 0 -178px
}

.twitter_small {
    background-position: 0 -111px
}

.google_big {
    background-position: 0 -213px
}

.google_small {
    background-position: 0 -134px
}

.yandex_big {
    background-position: 0 -248px
}

.yandex_small {
    background-position: 0 -157px
}

.livejournal_big {
    background-position: 0 -283px
}

.livejournal_small {
    background-position: 0 -180px
}

.openid_big {
    background-position: 0 -318px
}

.openid_small {
    background-position: 0 -203px
}

.guest_big {
    background-position: 0 -353px
}

.guest_small {
    background-position: 0 -226px
}

.flickr_big {
    background-position: 0 -388px
}

.flickr_small {
    background-position: 0 -249px
}

.lastfm_big {
    background-position: 0 -423px
}

.lastfm_small {
    background-position: 0 -272px
}

.linkedin_big {
    background-position: 0 -458px
}

.linkedin_small {
    background-position: 0 -295px
}

.liveid_big {
    background-position: 0 -493px
}

.liveid_small {
    background-position: 0 -318px
}

.soundcloud_big {
    background-position: 0 -528px
}

.soundcloud_small {
    background-position: 0 -341px
}

.steam_big {
    background-position: 0 -563px
}

.steam_small {
    background-position: 0 -364px
}

.uid_big {
    background-position: 0 -598px
}

.uid_small {
    background-position: 0 -387px
}

.webmoney_big {
    background-position: 0 -633px
}

.webmoney_small {
    background-position: 0 -410px
}

.youtube_big {
    background-position: 0 -668px
}

.youtube_small {
    background-position: 0 -433px
}

.foursquare_big {
    background-position: 0 -703px
}

.foursquare_small {
    background-position: 0 -456px
}

.tumblr_big {
    background-position: 0 -738px
}

.tumblr_small {
    background-position: 0 -479px
}

.googleplus_big {
    background-position: 0 -773px
}

.googleplus_small {
    background-position: 0 -502px
}

.dudu_big {
    background-position: 0 -808px
}

.dudu_small {
    background-position: 0 -525px
}

.vimeo_big {
    background-position: 0 -843px
}

.vimeo_small {
    background-position: 0 -548px
}

.instagram_big {
    background-position: 0 -878px
}

.instagram_small {
    background-position: 0 -571px
}

.wargaming_big {
    background-position: 0 -913px
}

.wargaming_small {
    background-position: 0 -594px
}

.transparent {
    filter: "alpha(opacity=55) progid:DXImageTransform.Microsoft.AlphaImageLoader(src=transparent.png, sizingMethod='crop'";
    opacity: .55
}

/*ajax/libs/jqueryui/1.11.1/themes/south-street/jquery-ui.css*/
/*! jQuery UI - v1.11.1 - 2014-08-13
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=segoe%20ui%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=ece8da&bgTextureHeader=gloss_wave&bgImgOpacityHeader=100&borderColorHeader=d4ccb0&fcHeader=433f38&iconColorHeader=847e71&bgColorContent=f5f3e5&bgTextureContent=highlight_hard&bgImgOpacityContent=100&borderColorContent=dfd9c3&fcContent=312e25&iconColorContent=808080&bgColorDefault=459e00&bgTextureDefault=highlight_hard&bgImgOpacityDefault=15&borderColorDefault=327E04&fcDefault=ffffff&iconColorDefault=eeeeee&bgColorHover=67b021&bgTextureHover=highlight_soft&bgImgOpacityHover=25&borderColorHover=327E04&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=fafaf4&bgTextureActive=highlight_hard&bgImgOpacityActive=100&borderColorActive=d4ccb0&fcActive=459e00&iconColorActive=8DC262&bgColorHighlight=fcf0ba&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=e8e1b5&fcHighlight=363636&iconColorHighlight=8DC262&bgColorError=ffedad&bgTextureError=highlight_soft&bgImgOpacityError=95&borderColorError=e3a345&fcError=cd5c0a&iconColorError=cd0a0a&bgColorOverlay=2b2922&bgTextureOverlay=inset_soft&bgImgOpacityOverlay=15&opacityOverlay=90&bgColorShadow=cccccc&bgTextureShadow=highlight_hard&bgImgOpacityShadow=95&opacityShadow=20&thicknessShadow=12px&offsetTopShadow=-12px&offsetLeftShadow=-12px&cornerRadiusShadow=10px
* 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); /* support: IE8 */
}

.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: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0; /* support: IE7 */
    font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.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: 45%;
}

.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-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0; /* support: IE7 */
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.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("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25); /* support: IE8 */
    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;
    -ms-touch-action: none;
    touch-action: none;
}

.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 {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    /* Support: IE7 */
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0.4em 2.1em 0.4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: 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-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.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: segoe ui, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: segoe ui, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #dfd9c3;
    background: #f5f3e5 url("images/ui-bg_highlight-hard_100_f5f3e5_1x100.png") 50% top repeat-x;
    color: #312e25;
}

.ui-widget-content a {
    color: #312e25;
}

.ui-widget-header {
    border: 1px solid #d4ccb0;
    background: #ece8da url("images/ui-bg_gloss-wave_100_ece8da_500x100.png") 50% 50% repeat-x;
    color: #433f38;
    font-weight: bold;
}

.ui-widget-header a {
    color: #433f38;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #327E04;
    background: #459e00 url("images/ui-bg_highlight-hard_15_459e00_1x100.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #ffffff;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #ffffff;
    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 #327E04;
    background: #67b021 url("images/ui-bg_highlight-soft_25_67b021_1x100.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #ffffff;
}

.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: #ffffff;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #d4ccb0;
    background: #fafaf4 url("images/ui-bg_highlight-hard_100_fafaf4_1x100.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #459e00;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #459e00;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #e8e1b5;
    background: #fcf0ba url("images/ui-bg_glass_55_fcf0ba_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 #e3a345;
    background: #ffedad url("images/ui-bg_highlight-soft_95_ffedad_1x100.png") 50% top repeat-x;
    color: #cd5c0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd5c0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd5c0a;
}

.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); /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35); /* support: IE8 */
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_808080_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_847e71_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("images/ui-icons_eeeeee_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_8DC262_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_8DC262_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("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: 6px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 6px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 6px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 6px;
}

/* Overlays */
.ui-widget-overlay {
    background: #2b2922 url("images/ui-bg_inset-soft_15_2b2922_1x100.png") 50% bottom repeat-x;
    opacity: .9;
    filter: Alpha(Opacity=90); /* support: IE8 */
}

.ui-widget-shadow {
    margin: -12px 0 0 -12px;
    padding: 12px;
    background: #cccccc url("images/ui-bg_highlight-hard_95_cccccc_1x100.png") 50% top repeat-x;
    opacity: .2;
    filter: Alpha(Opacity=20); /* support: IE8 */
    border-radius: 10px;
}

/*/catalog/view/theme/default/stylesheet/d_social_login/styles.css*/
@charset "UTF-8";

@font-face {
    font-family: "d-social-login";
    src: url("fonts/d-social-login.eot");
    src: url("fonts/d-social-login.eot?#iefix") format("embedded-opentype"),
    url("fonts/d-social-login.woff") format("woff"),
    url("fonts/d-social-login.ttf") format("truetype"),
    url("fonts/d-social-login.svg#d-social-login") format("svg");
    font-weight: normal;
    font-style: normal;

}

[class^="dsl-"]:before,
[class*=" dsl-"]:before {
    font-family: "d-social-login" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dsl-facebook:before {
    content: "\e000";
}

.dsl-foursquare:before {
    content: "\e001";
}

.dsl-google-plus:before {
    content: "\e002";
}

.dsl-instagram:before {
    content: "\e003";
}

.dsl-linkedin:before {
    content: "\e004";
}

.dsl-paypal:before {
    content: "\e005";
}

.dsl-tumblr:before {
    content: "\e006";
}

.dsl-twitter:before {
    content: "\e007";
}

.dsl-vk:before, .icon-vk:before {
    content: "\e008";
}

.dsl-windows:before {
    content: "\e009";
}

.dsl-yahoo:before {
    content: "\e00a";
}

.dsl-yandex:before {
    content: "\e00b";
}

/*/theme/default/stylesheet/perfect-scrollbar.css*/
/*
 * Container style
 */
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}

.up-popup-bt-checkout {
    margin-bottom: 15px;
}

.return-pop-wrapper .up-popup-bt-checkout {
    display: none;
}