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

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

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

img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}

button, input {
    *overflow: visible;
    line-height: normal
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

.clearfix {
    *zoom: 1
}

.clearfix:before, .clearfix:after {
    display: table;
    content: '';
    line-height: 0
}

.clearfix:after {
    clear: both
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    color: #222;
    background-color: #fff;
    overflow-y: scroll
}

a {
    color: #3e9221
}

a:hover {
    color: #2c6818
}

.page-wrapper {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    *zoom: 1
}

.page-wrapper:before, .page-wrapper:after {
    display: table;
    content: '';
    line-height: 0
}

.page-wrapper:after {
    clear: both
}

.container {
    float: left;
    margin-right: 30px
}

.fluid-col {
    width: 240px;
    float: left
}

.header {
    height: 55px;
    margin-bottom: 20px;
    border-bottom: 1px solid #2e6d18;
    background-color: #55a02f;
    background-image: -ms-linear-gradient(top, #65a939 0, #3e9221 100%);
    background-image: -moz-linear-gradient(top, #65a939 0, #3e9221 100%);
    background-image: -o-linear-gradient(top, #65a939 0, #3e9221 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #65a939), color-stop(1, #3e9221));
    background-image: -webkit-linear-gradient(top left, #65a939 0, #3e9221 100%);
    background-image: linear-gradient(to bottom, #65a939 0, #3e9221 100%);
    background-repeat: repeat-x
}

.header .greenparts {
    display: block;
    width: 164px;
    height: 35px;
    float: left;
    margin-top: 9px;
    margin-right: 55px;
    font: 0/0 a;
    background: url('../images/greenparts-logo.png') no-repeat center
}

.footer {
    margin-top: 2.8em;
    padding: 20px 0 10px;
    font-size: .85em;
    color: #666;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
    border-top: 1px solid #ddd;
    background-color: #f9f9f9
}

.footer .counters {
    text-align: right
}

.row {
    margin-left: -20px;
    *zoom: 1
}

.row:before, .row:after {
    display: table;
    content: '';
    line-height: 0
}

.row:after {
    clear: both
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px
}

.container {
    width: 700px
}

.span12 {
    width: 700px
}

.span11 {
    width: 640px
}

.span10 {
    width: 580px
}

.span9 {
    width: 520px
}

.span8 {
    width: 460px
}

.span7 {
    width: 400px
}

.span6 {
    width: 340px
}

.span5 {
    width: 280px
}

.span4 {
    width: 220px
}

.span3 {
    width: 160px
}

.span2 {
    width: 100px
}

.span1 {
    width: 40px
}

.offset12 {
    margin-left: 740px
}

.offset11 {
    margin-left: 680px
}

.offset10 {
    margin-left: 620px
}

.offset9 {
    margin-left: 560px
}

.offset8 {
    margin-left: 500px
}

.offset7 {
    margin-left: 440px
}

.offset6 {
    margin-left: 380px
}

.offset5 {
    margin-left: 320px
}

.offset4 {
    margin-left: 260px
}

.offset3 {
    margin-left: 200px
}

.offset2 {
    margin-left: 140px
}

.offset1 {
    margin-left: 80px
}

.span12 {
    width: 700px
}

.span11 {
    width: 640px
}

.span10 {
    width: 580px
}

.span9 {
    width: 520px
}

.span8 {
    width: 460px
}

.span7 {
    width: 400px
}

.span6 {
    width: 340px
}

.span5 {
    width: 280px
}

.span4 {
    width: 220px
}

.span3 {
    width: 160px
}

.span2 {
    width: 100px
}

.span1 {
    width: 40px
}

p {
    margin: 0 0 .7em
}

small {
    font-size: .75em
}

.small {
    font-size: .85em !important
}

hr {
    margin: 1.4em 0;
    border: 0;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #fff
}

.muted {
    color: #999
}

a.muted:hover {
    color: gray
}

.text-gray {
    color: #222
}

a.text-gray:hover {
    color: #3e9221
}

.text-green {
    color: #3e9221
}

a.text-green:hover {
    color: #2c6818
}

.text-red {
    color: #d62f00
}

a.text-red:hover {
    color: #a32400
}

.text-white {
    color: #fff
}

a.text-white:hover {
    color: #fff
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-nowrap {
    white-space: nowrap
}

a.iconlink {
    text-decoration: none
}

a.iconlink i {
    font-style: normal;
    text-decoration: underline
}

a.ajaxlink {
    text-decoration: none;
    border-bottom: 1px dotted
}

a.ajaxlink.iconlink {
    border-bottom: 0
}

a.ajaxlink.iconlink i {
    text-decoration: none;
    border-bottom: 1px dotted
}

h1, h2, h3, h4, h5, h6, .page-header, .page-lead {
    margin: 0 0 .7em;
    font-family: inherit;
    font-weight: normal;
    line-height: 1.4em;
    color: inherit;
    text-rendering: optimizelegibility
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .page-header small, .page-lead small {
    font-size: .75em;
    line-height: 1em;
    font-weight: normal;
    color: #666
}

h1, .page-header {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -1px
}

h2, .page-lead {
    font-size: 1.15em
}

h3 {
    font-size: 1em
}

h4, h5, h6 {
    font-size: .85em
}

ul, ol {
    padding: 0;
    margin: 0 0 .7em 25px
}

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

li {
    line-height: 1.4em
}

ul.unstyled, ol.unstyled {
    margin-left: 0;
    list-style: none
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}

.table {
    width: 100%;
    margin-bottom: 1.4em
}

.table th, .table td {
    padding: 10px;
    line-height: 1.4em;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #eee
}

.table th {
    padding: 5px 10px;
    white-space: nowrap;
    font-size: .85em;
    line-height: 1.2em;
    color: #666;
    font-weight: normal;
    border-bottom: 3px solid #ddd
}

.table th.text-center {
    text-align: center
}

.table thead th {
    vertical-align: bottom
}

.table .lcell {
    padding-left: 0;
    text-align: left;
    word-break: break-all
}

.table .rcell {
    padding-right: 0;
    text-align: right
}

.table .cell-fixed {
    width: 1%
}

.table i {
    margin-top: -4px
}

form {
    margin: 0
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 1.4em;
    padding: 0;
    font-size: 1em;
    line-height: 1.4em;
    color: #222;
    border: 0
}

label, input, button, select, textarea {
    font-size: 1em
}

input, button, select, textarea {
    font-family: Arial, Helvetica, sans-serif
}

label {
    display: block;
    margin-bottom: 5px
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .select .trigger, .combobox, .input-addon div {
    display: inline-block;
    height: 2.2em;
    margin-bottom: 10px;
    border: 1px solid #7aae64;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .select .trigger {
    padding: .5em;
    line-height: 1.2em;
    font-size: 1em;
    vertical-align: middle;
    color: #222
}

.input-block {
    width: 100%
}

textarea {
    height: auto
}

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

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #666
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #666
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666
}

select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
    outline: 0
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto
}

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

.radio, .checkbox {
    min-height: 1.4em;
    padding-left: 20px
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px
}

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

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

label.input-addon {
    position: relative;
    display: table;
    width: 100%;
    height: 2.2em;
    margin-bottom: 10px;
    font-size: .85em !important;
    cursor: text;
    background-color: #fff
}

label.input-addon div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.2em;
    padding: 0;
    background-color: transparent
}

label.input-addon input {
    position: relative;
    z-index: 2;
    display: table-cell;
    width: 100%;
    margin-bottom: 0;
    border-color: transparent;
    background-color: transparent
}

label.input-addon input:focus {
    border-color: transparent;
    box-shadow: none
}

label.input-addon input[disabled] + div {
    cursor: not-allowed;
    background-color: rgba(0, 0, 0, 0.03)
}

label.input-addon .append, label.input-addon .prepend {
    display: table-cell;
    width: 1%;
    line-height: 20px;
    vertical-align: middle;
    white-space: nowrap;
    color: #222
}

label.input-addon .append {
    padding-right: 8px
}

label.input-addon .prepend {
    padding-left: 8px
}

.combobox {
    position: relative;
    padding-right: 30px
}

.combobox .combobox-opener {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    width: 30px;
    border-left: 1px dotted #999;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAGCAYAAAAPDoR2AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABh0RVh0Q3JlYXRpb24gVGltZQAxMy4xMS4yMDEzg2AYtQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAA+SURBVAiZdc5BDcAgFETBkYAUpCANSUjByfbySRrSbvJOc1nYyEcbxg8OtXXBSnJMv7C/EWbBTOLGVifawQe97Sk+cHiniwAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: center
}

.combobox input {
    position: relative;
    top: -1px;
    width: 100%;
    border: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.select {
    position: relative;
    height: 2.2em;
    cursor: pointer
}

.select .trigger {
    display: block;
    margin-bottom: 0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAGCAYAAAAPDoR2AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABh0RVh0Q3JlYXRpb24gVGltZQAxMy4xMS4yMDEzg2AYtQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAA+SURBVAiZdc5BDcAgFETBkYAUpCANSUjByfbySRrSbvJOc1nYyEcbxg8OtXXBSnJMv7C/EWbBTOLGVifawQe97Sk+cHiniwAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: right 11px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select .trigger.open {
    border-bottom-color: transparent;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0
}

.select .options {
    position: absolute;
    z-index: 20;
    top: 100%;
    display: none;
    width: 100%;
    margin: -1px 0 0;
    overflow: auto;
    list-style: none;
    border: 1px solid #7aae64;
    border-top: 0;
    background-color: #fff;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.65);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.65);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.select .options.open {
    display: block
}

.select .options.overflowing {
    height: 17.6em
}

.select .options > li {
    display: block;
    padding: .5em;
    line-height: 1.2em;
    cursor: pointer
}

.select .options > li.hover {
    background-color: #eee
}

.select .options > li.selected {
    color: #fff;
    background-color: #3e9221
}

.select.disabled .trigger {
    cursor: default;
    opacity: .5;
    filter: alpha(opacity=50)
}

input.field-block, select.field-block, textarea.field-block, .combobox.field-block, .select.field-block {
    width: 100%
}

input[class*="span"], select[class*="span"], textarea[class*="span"], .combobox[class*="span"], .select[class*="span"] {
    float: none;
    margin-left: 0
}

input[class*="span"] + [class*="span"], select[class*="span"] + [class*="span"], textarea[class*="span"] + [class*="span"], .combobox[class*="span"] + [class*="span"], .select[class*="span"] + [class*="span"] {
    margin-left: 16px
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
    background-color: transparent
}

form .error .control-label, form .error .help-block, form .error .help-inline {
    color: #d62f00
}

form .error .checkbox, form .error .radio, form .error input, form .error select, form .error textarea {
    color: #d62f00
}

form .error input, form .error select, form .error textarea {
    border-color: #d62f00;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

form .error input:focus, form .error select:focus, form .error textarea:focus {
    border-color: #a32400;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff683d;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff683d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff683d
}

form .success .control-label, form .success .help-block, form .success .help-inline {
    color: #3e9221
}

form .success .checkbox, form .success .radio, form .success input, form .success select, form .success textarea {
    color: #3e9221
}

form .success input, form .success select, form .success textarea {
    border-color: #3e9221;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

form .success input:focus, form .success select:focus, form .success textarea:focus {
    border-color: #2c6818;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #69d544;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #69d544;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #69d544
}

.form-actions {
    padding: 1.4em 20px;
    margin-top: 1.4em;
    margin-bottom: 1.4em;
    background-color: #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1
}

.form-actions:before, .form-actions:after {
    display: table;
    content: '';
    line-height: 0
}

.form-actions:after {
    clear: both
}

.required:after {
    content: ' *';
    display: inline;
    font-size: 16px;
    font-weight: bold;
    color: red
}

.help-block, .help-inline {
    font-size: .85em;
    color: #666
}

.help-block {
    display: block;
    margin: .7em 0;
    line-height: 1.2em
}

.help-inline {
    display: inline-block;
    margin: 0;
    padding-left: 16px;
    font-size: 1em;
    vertical-align: middle
}

.help-inline .checkbox, .help-inline .radio {
    padding-top: 0
}

.control-group {
    margin-bottom: 20px
}

legend + .control-group {
    margin-top: 1.4em;
    -webkit-margin-top-collapse: separate
}

.form-horizontal .control-group {
    margin-bottom: 1.4em;
    *zoom: 1
}

.form-horizontal .control-group:before, .form-horizontal .control-group:after {
    display: table;
    content: '';
    line-height: 0
}

.form-horizontal .control-group:after {
    clear: both
}

.form-horizontal .control-label {
    float: left;
    width: 220px;
    padding-top: 6px;
    text-align: right
}

.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 240px;
    *margin-left: 0
}

.form-horizontal .controls:first-child {
    *padding-left: 220px
}

.form-horizontal .controls.inline {
    padding-top: 6px
}

.form-horizontal .controls .info {
    padding: .5em;
    line-height: 1.2em;
    font-size: 1em;
    vertical-align: middle;
    color: #222
}

.form-horizontal .controls.highlight {
    border-left: 3px solid transparent
}

.form-horizontal .controls.highlight:hover {
    border-left: 3px solid #55a02f
}

.form-horizontal .help-block {
    margin-bottom: 0
}

.form-horizontal input, .form-horizontal select, .form-horizontal textarea, .form-horizontal .select2-container {
    margin-bottom: 0
}

.form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block, .form-horizontal .select2-container + .help-block {
    margin-top: .35em
}

.form-horizontal .form-actions {
    padding-left: 240px
}

.controls > .radio:first-child, .controls > .checkbox:first-child {
    padding-top: 6px
}

.input-row-separator {
    position: absolute;
    width: 20px;
    left: 50%;
    top: 4px;
    font-size: 1.15em;
    text-align: center
}

.input-photo {
    margin-left: 0;
    list-style: none
}

.input-photo > li {
    position: relative;
    height: 218px;
    float: left;
    margin: 0 10px 10px 0;
    overflow: hidden;
    background: #eee url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDYvMjUvMTLHBiFlAAAAXUlEQVQ4jd2Suw0AMQhDTYb1GgljwLK54q6JRD4SV+VVILCFLKT3jgh3bwDq1yrJFu2VUP1SJ/WxwREXGIiZNSxC2qAlIQaA+ksGmtCrLD5xGJCU2QUpLjfQST3wAO3JFmOwXbs4AAAAAElFTkSuQmCC') no-repeat center
}

.input-photo > li a {
    display: block;
    width: 100%;
    height: 100%
}

.input-photo > li a.close {
    position: relative;
    top: -218px;
    right: -2px;
    z-index: 10000;
    width: 20px;
    height: 20px;
    font-size: 30px;
    color: #d62f00;
    text-shadow: -1px -1px #fff, 1px 1px #fff, -1px 1px #fff, 1px -1px #fff
}

.input-photo-delete, .logo-input-delete {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
    padding: 0 2px 1px 3px;
    background-color: #fff
}

.logo-input {
    position: relative;
    margin-top: 7px;
    *zoom: 1
}

.logo-input:before, .logo-input:after {
    display: table;
    content: '';
    line-height: 0
}

.logo-input:after {
    clear: both
}

.logo-input img, .logo-input span {
    width: 160px;
    height: 80px;
    float: left;
    margin-right: 10px;
    background-color: #eee
}

.logo-input-delete {
    position: absolute;
    top: 0;
    right: auto;
    left: 140px
}

.logo-upload {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.logo-upload a {
    display: block
}

.logo-upload a.close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
    color: red;
    text-shadow: -1px -1px #fff, 1px 1px #fff, -1px 1px #fff, 1px -1px #fff
}

.logo-upload img {
    width: 160px;
    height: 60px
}

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: .4em 1em;
    padding-bottom: .45em;
    font-size: 1em;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #7aae64;
    outline: 0;
    color: #222;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -ms-linear-gradient(top, #fff 0, #e6e6e6 100%);
    background-image: -moz-linear-gradient(top, #fff 0, #e6e6e6 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e6e6e6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #e6e6e6));
    background-image: -webkit-linear-gradient(top left, #fff 0, #e6e6e6 100%);
    background-image: linear-gradient(to bottom, #fff 0, #e6e6e6 100%);
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #222;
    background-color: #e6e6e6
}

.btn:hover {
    color: #000;
    text-decoration: none;
    background-position: 0 -0.6em;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.btn:active {
    position: relative;
    top: 1px
}

.btn.active, .btn.active:hover {
    color: #222;
    background: #f2f2f2;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15)
}

.btn[disabled], .btn.disabled {
    cursor: not-allowed;
    border-color: #a2a2a2;
    background-image: none;
    background-color: #eee
}

.btn.btn-loading {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    border-color: transparent;
    background-image: url('../images/loading.gif');
    background-repeat: repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-large {
    font-size: 1.15em
}

.btn-small {
    font-size: .85em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.btn-small .caret-left, .btn-small .caret-right {
    margin: 6px 3px 0
}

.btn-mini {
    font-size: .75em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.btn-mini i {
    margin-top: -2px
}

.btn.btn-block {
    display: block;
    width: 100%;
    margin-bottom: 1.4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

.btn-fileinput input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 30px;
    direction: ltr;
    cursor: pointer;
    transform: translate(-600px, 0) scale(4);
    opacity: 0;
    filter: alpha(opacity=0)
}

.btn i {
    margin-top: -1px;
    margin-right: 2px;
    margin-left: -3px
}

.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-toolbar {
    margin-bottom: .7em;
    *zoom: 1
}

.btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: '';
    line-height: 0
}

.btn-toolbar:after {
    clear: both
}

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

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

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

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

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0
}

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

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6
}

.btn .caret {
    margin-top: 8px;
    margin-left: 4px
}

.btn-mini .caret, .btn-small .caret, .btn-large .caret {
    margin-top: 7px
}

.btn-large .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px
}

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

.nav-list > li {
    padding: 6px 3px
}

.nav-list > li [class^="icon-"] {
    margin-top: -2px;
    margin-right: 2px
}

.nav-list-meta {
    padding-left: 19px;
    border-left: 1px solid #eee
}

.nav-list-meta li {
    margin-bottom: 2px;
    font-size: .85em
}

.nav-tabs, .nav-pills {
    *zoom: 1
}

.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
    display: table;
    content: '';
    line-height: 0
}

.nav-tabs:after, .nav-pills:after {
    clear: both
}

.nav-tabs > li, .nav-pills > li {
    float: left
}

.nav-tabs > li > a, .nav-pills > li > a {
    display: block;
    margin-right: 5px;
    padding: 6px 15px;
    line-height: 1.4em
}

.nav-tabs > .active > a, .nav-pills > .active > a {
    text-decoration: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    margin-bottom: -1px
}

.nav-tabs > li > a {
    display: block;
    margin-bottom: 1px;
    padding-top: 7px;
    text-decoration: none;
    border: 1px solid #eee;
    background-color: #eee;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.nav-tabs > li > a:hover {
    border-color: #e6e6e6;
    background: #e6e6e6
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    margin-bottom: 0;
    padding-bottom: 8px;
    color: #222;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    background-color: #fff;
    cursor: default
}

h1 + .nav-tabs {
    margin-top: 20px
}

.nav-pills {
    margin: 20px 0
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > .active > a, .nav-pills > .active > a:hover {
    color: #fff;
    background-color: #3e9221;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.65)
}

.nav-pills li.pull-right a {
    margin-right: 0;
    margin-left: 5px
}

.navbar {
    margin: 0 0 20px;
    *zoom: 1
}

.navbar:before, .navbar:after {
    display: table;
    content: '';
    line-height: 0
}

.navbar:after {
    clear: both
}

.navbar ul {
    margin: 0;
    list-style: none
}

.navbar ul li {
    float: left;
    margin-right: 30px;
    padding: 6px 0;
    line-height: 20px
}

.navbar ul li.active {
    margin-left: -15px;
    margin-right: 15px;
    padding-right: 15px;
    padding-left: 15px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #3e9221;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.65)
}

.navbar ul li.active a {
    color: #fff;
    text-decoration: none
}

.header .navbar {
    margin: 5px 0 0;
    float: left;
    padding: 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.header .navbar ul li {
    padding-top: 11px
}

.header .navbar ul li a {
    color: #fff
}

.header .navbar ul .active {
    padding: 10px 14px 20px;
    text-shadow: none;
    border: 1px solid #2e6d18;
    border-bottom: 0;
    background-color: #f9f9f9;
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.header .navbar ul .active.active-blank {
    background-color: #fff;
    background-image: -ms-linear-gradient(top, #fff 0, #fff 10%, #f3f3f3 10%, #fff 100%);
    background-image: -moz-linear-gradient(top, #fff 0, #fff 10%, #f3f3f3 10%, #fff 100%);
    background-image: -o-linear-gradient(top, #fff 0, #fff 10%, #f3f3f3 10%, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.1, #fff), color-stop(0.1, #f3f3f3), color-stop(1, #fff));
    background-image: -webkit-linear-gradient(top, #fff 0, #fff 10%, #f3f3f3 10%, #fff 100%);
    background-image: linear-gradient(to bottom, #fff 0, #fff 10%, #f3f3f3 10%, #fff 100%)
}

.header .navbar ul .active a {
    color: #222
}

.navbar.subnav {
    padding: 11px 0;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9
}

.header + .subnav {
    margin-top: -20px
}

.paginator {
    margin: 1.4em 0
}

.paginator ul {
    margin: .7em 0;
    list-style: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    *zoom: 1
}

.paginator ul li {
    float: left;
    margin-right: 5px
}

.paginator ul li a {
    display: block;
    padding: 5px 12px;
    text-decoration: none;
    color: #fff;
    background: #89c05e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.paginator ul li a:hover {
    background: #6fa942
}

.paginator ul li.active a {
    background: #999;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5)
}

.paginator ul:before, .paginator ul:after {
    display: table;
    content: '';
    line-height: 0
}

.paginator ul:after {
    clear: both
}

.paginator span {
    color: #999;
    margin-right: 10px
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-image: url('../images/sprite.png');
    background-position: 16px 16px;
    background-repeat: no-repeat
}

[class^="icon-"].transparent, [class*=" icon-"].transparent {
    opacity: .5;
    filter: alpha(opacity=50)
}

.icon-shop, .icon-notice, .icon-price {
    width: 24px;
    height: 24px;
    vertical-align: top
}

.icon-shop {
    background-position: -16px -16px
}

.icon-notice {
    background-position: -48px -16px
}

.icon-price {
    background-position: -79px -16px
}

.icon-contract {
    background-position: -16px -80px
}

.icon-contract-no {
    background-position: -48px -80px
}

.icon-settings {
    background-position: -80px -80px
}

.icon-comment {
    background-position: -112px -80px
}

.icon-search {
    background-position: -144px -80px
}

.icon-autosmall {
    background-position: -176px -80px
}

.icon-motosmall {
    background-position: -207px -80px;
    width: 18px
}

.icon-techsmall {
    background-position: -239px -80px;
    width: 18px
}

.icon-boatsmall {
    background-position: -270px -80px;
    width: 19px
}

.icon-eye {
    background-position: -304px -80px
}

.icon-place {
    background-position: -336px -80px
}

.icon-email {
    background-position: -368px -80px
}

.icon-email-read {
    background-position: -368px -140px
}

.icon-favorites {
    background-position: -400px -140px
}

.icon-phone {
    background-position: -400px -80px
}

.icon-edit {
    background-position: -433px -80px
}

.icon-delete {
    background-position: -465px -80px
}

.icon-earth {
    background-position: -496px -80px
}

.icon-calendar {
    background-position: -528px -81px
}

.icon-flag {
    background-position: -560px -81px
}

.icon-minus {
    background-position: -592px -80px
}

.icon-plus {
    background-position: -624px -81px
}

.icon-up {
    background-position: -656px -81px
}

.icon-stat {
    background-position: -688px -81px
}

.icon-auth {
    background-position: -720px -80px
}

.icon-refresh {
    background-position: -752px -80px
}

.icon-arrowgreentop {
    background-position: -15px -135px
}

.icon-arrowgreenbottom {
    background-position: -47px -135px
}

.icon-arrowredtop {
    background-position: -31px -135px
}

.icon-arrowredbottom {
    background-position: -63px -135px
}

a:hover [class^="icon-"].transparent, a:hover [class*=" icon-"].transparent {
    opacity: 1;
    filter: alpha(opacity=100)
}

a:hover .icon-contract, .icon-contract.highlight {
    background-position: -16px -48px
}

a:hover .icon-contract-no, .icon-contract-no.highlight {
    background-position: -48px -48px
}

a:hover .icon-settings, .icon-settings.highlight {
    background-position: -80px -48px
}

a:hover .icon-comment, .icon-comment.highlight {
    background-position: -112px -48px
}

a:hover .icon-search, .icon-search.highlight {
    background-position: -144px -48px
}

a:hover .icon-autosmall, .icon-autosmall.highlight {
    background-position: -176px -48px
}

a:hover .icon-motosmall, .icon-motosmall.highlight {
    background-position: -207px -48px
}

a:hover .icon-techsmall, .icon-techsmall.highlight {
    background-position: -239px -48px
}

a:hover .icon-boatsmall, .icon-boatsmall.highlight {
    background-position: -270px -48px
}

a:hover .icon-eye, .icon-eye.highlight {
    background-position: -304px -48px
}

a:hover .icon-place, .icon-place.highlight {
    background-position: -336px -49px
}

a:hover .icon-email, .icon-email.highlight {
     background-position: -368px -49px
 }

a:hover .icon-email-read, .icon-email-read.highlight {
    background-position: -368px -110px
}

a:hover .icon-favorites, .icon-favorites.highlight {
    background-position: -400px -110px
}

a:hover .icon-phone, .icon-phone.highlight {
    background-position: -400px -50px
}

a:hover .icon-edit, .icon-edit.highlight {
    background-position: -433px -48px
}

a:hover .icon-delete, .icon-delete.highlight {
    background-position: -465px -48px
}

a:hover .icon-earth, .icon-earth.highlight {
    background-position: -496px -48px
}

a:hover .icon-calendar, .icon-calendar.highlight {
    background-position: -528px -49px
}

a:hover .icon-flag, .icon-flag.highlight {
    background-position: -560px -49px
}

a:hover .icon-minus, .icon-minus.highlight {
    background-position: -592px -48px
}

a:hover .icon-plus, .icon-plus.highlight {
    background-position: -624px -49px
}

a:hover .icon-up, .icon-up.highlight {
    background-position: -656px -49px
}

a:hover .icon-stat, .icon-stat.highlight {
    background-position: -688px -49px
}

a:hover .icon-auth, .icon-auth.highlight {
    background-position: -720px -48px
}

a:hover .icon-refresh, .icon-refresh.highlight {
    background-position: -752px -48px
}

.icon-addbutton {
    width: 66px;
    height: 66px;
    margin-top: -20px;
    background: url('../images/addbutton.png') top no-repeat
}

a:hover .icon-addbutton {
    background-position: bottom
}

.large-icons {
    display: inline-block;
    width: 225px;
    height: 180px;
    font-size: 0;
    overflow: hidden;
    background-image: url(../images/large-icons-1.png);
    background-repeat: no-repeat
}

.icon-car {
    background-position: 0 0
}

.icon-moto {
    background-position: -225px 0
}

.icon-tech {
    background-position: 0 -180px
}

.icon-boat {
    background-position: -225px -180px
}

.icon-wheel {
    background-position: 0 -360px
}

.icon-specwheel {
    background-position: -225px -360px
}

[class^="icon-soc-"], [class*=" icon-soc-"] {
    display: inline-block;
    width: 26px;
    height: 27px;
    margin-right: 3px;
    background: url('../images/aut-sprite.png') no-repeat
}

.icon-soc-google {
    background-position: -1px 0
}

.icon-soc-facebook {
    background-position: -37px 0
}

.icon-soc-yandex {
    background-position: -73px 0
}

.icon-soc-mail {
    background-position: -109px 0
}

.icon-soc-twitter {
    background-position: -145px 0
}

.icon-soc-vk {
    background-position: -181px 0
}

a:hover .icon-soc-google {
    background-position: -1px -27px
}

a:hover .icon-soc-facebook {
    background-position: -37px -27px
}

a:hover .icon-soc-yandex {
    background-position: -73px -27px
}

a:hover .icon-soc-mail {
    background-position: -109px -27px
}

a:hover .icon-soc-twitter {
    background-position: -145px -27px
}

a:hover .icon-soc-vk {
    background-position: -181px -27px
}

.close {
    display: inline-block;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: .7em;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

.close:hover {
    color: #000;
    cursor: pointer;
    opacity: .65;
    filter: alpha(opacity=65)
}

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

.fade.in {
    opacity: 1
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

.collapse.in {
    height: auto
}

.dropdown-toggle:active, .open .dropdown-toggle {
    outline: 0
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: ''
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 1px;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2)
}

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

.dropdown-menu .divider {
    height: 0;
    margin: -0.30000000000000004em 1px;
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff
}

.dropdown-menu li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.4em;
    color: #222;
    white-space: nowrap
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    text-decoration: none;
    color: #fff;
    background-color: #3a8a1f;
    background-image: -ms-linear-gradient(top, #3e9221 0, #357d1c 100%);
    background-image: -moz-linear-gradient(top, #3e9221 0, #357d1c 100%);
    background-image: -o-linear-gradient(top, #3e9221 0, #357d1c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e9221), color-stop(1, #357d1c));
    background-image: -webkit-linear-gradient(top left, #3e9221 0, #357d1c 100%);
    background-image: linear-gradient(to bottom, #3e9221 0, #357d1c 100%);
    background-repeat: repeat-x
}

.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #3a8a1f;
    background-image: -ms-linear-gradient(top, #3e9221 0, #357d1c 100%);
    background-image: -moz-linear-gradient(top, #3e9221 0, #357d1c 100%);
    background-image: -o-linear-gradient(top, #3e9221 0, #357d1c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e9221), color-stop(1, #357d1c));
    background-image: -webkit-linear-gradient(top left, #3e9221 0, #357d1c 100%);
    background-image: linear-gradient(to bottom, #3e9221 0, #357d1c 100%);
    background-repeat: repeat-x
}

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

.dropdown-menu .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: default
}

.open {
    *z-index: 1000
}

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

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

.well {
    min-height: 1.4em;
    margin-bottom: 20px;
    padding: 19px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    border: 1px solid #d8e7cf;
    background-color: #f0f8e9;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.well p:last-child {
    margin-bottom: 0
}

.well hr {
    margin: 16px 0 12px;
    border-top-color: #cbdec2
}

.well-small {
    padding: 9px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.gadget {
    margin-bottom: 20px;
    padding: 14px 19px;
    border: 1px solid #ddd;
    border-radius: 6px
}

.gadget ul {
    margin: 0;
    list-style: none
}

.gadget ul li {
    padding: 3px 0
}

.tab-pane {
    display: none
}

.tab-pane.active {
    display: block
}

.spec-container {
    margin-bottom: 20px;
    padding: 1px;
    border: 1px solid #eee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.spec-container-header {
    padding: 10px 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    background-color: #f5f5f5;
    background-image: -ms-linear-gradient(top, #fff 0, #e6e6e6 100%);
    background-image: -moz-linear-gradient(top, #fff 0, #e6e6e6 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e6e6e6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #e6e6e6));
    background-image: -webkit-linear-gradient(top left, #fff 0, #e6e6e6 100%);
    background-image: linear-gradient(to bottom, #fff 0, #e6e6e6 100%);
    background-repeat: repeat-x;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.spec-container-header > a {
    color: #222
}

.spec-container-header.primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    background-color: #6bac34;
    background-image: -ms-linear-gradient(top, #7eb63b 0, #4f9e29 100%);
    background-image: -moz-linear-gradient(top, #7eb63b 0, #4f9e29 100%);
    background-image: -o-linear-gradient(top, #7eb63b 0, #4f9e29 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7eb63b), color-stop(1, #4f9e29));
    background-image: -webkit-linear-gradient(top left, #7eb63b 0, #4f9e29 100%);
    background-image: linear-gradient(to bottom, #7eb63b 0, #4f9e29 100%);
    background-repeat: repeat-x
}

.spec-container-header.primary > a {
    color: #fff
}

.spec-container-body {
    padding: 20px 20px 10px
}

.hero-unit {
    margin-bottom: 2.0999999999999996em;
    padding: 50px 60px 40px
}

.hero-unit h1, .hero-unit .lead {
    margin-bottom: .35em;
    line-height: 1;
    font-size: 38px;
    color: inherit;
    letter-spacing: -1px
}

.hero-unit p {
    color: inherit;
    margin-bottom: 1.4em
}

.hero-unit.aut h1, .hero-unit.aut .lead {
    margin-bottom: 1.4em
}

.hero-unit.aut p {
    font-size: .85em;
    line-height: 1.2em
}

.hero-unit.aut ul {
    margin-left: 0;
    list-style: none
}

.hero-unit.aut ul li {
    margin-bottom: 5px
}

.hero-unit.aut .btn {
    margin-top: 10px
}

.hero-unit.aut .meta {
    font-size: .85em;
    margin-top: 1.4em
}

.hero-unit.aut .meta a {
    margin-right: 10px
}

.img {
    float: left;
    margin-right: 10px
}

.img a {
    text-decoration: none
}

.menu {
    margin: 50px 0 0;
    list-style: none;
    font-size: .85em
}

.menu li {
    margin-bottom: .27999999999999997em
}

.spacing {
    width: 100%;
    height: 60px
}

.spacing-container {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px
}

.spec-container .company-list {
    margin-top: -20px;
    margin-bottom: 0;
    border-top: 0
}

.spec-container .company-list li:last-child {
    border-bottom: 0
}

.panel {
    margin: 1.4em auto;
    padding: 19px;
    border: 1px solid #ddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.panel-header {
    margin: -19px -19px 20px;
    padding: 14px 19px;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.15)
}

.panel-header h1, .panel-header h2, .panel-header h3, .panel-header .page-header, .panel-header .page-lead {
    margin: 0
}

.app-banner {
    margin-bottom: 20px;
    padding: 150px 20px 30px;
    line-height: 1.2em;
    text-align: center;
    border: 2px solid #f8e71c;
    background-image: url('../images/icon-app.png');
    background-repeat: no-repeat;
    background-position: center top 30px;
    border-radius: 6px
}

.app-banner span {
    display: block;
    margin-bottom: 20px;
    font-size: .85em
}

.app-banner a {
    display: inline-block;
    white-space: nowrap
}

.app-banner a + a {
    margin-top: 10px
}

.alert {
    padding: 9px 34px 9px 14px;
    margin-bottom: 1.4em;
    color: #222;
    background-color: #fff6e9;
    border: 1px solid #ffdba6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65)
}

.alert h4 {
    margin: 0
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 1.4em
}

.alert-success {
    background-color: #eef5ec;
    border-color: #bcd9b2
}

.alert-danger, .alert-error {
    background-color: #ffede9;
    border-color: #ffb8a6
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}

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

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

.thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1
}

.thumbnails:before, .thumbnails:after {
    display: table;
    content: '';
    line-height: 0
}

.thumbnails:after {
    clear: both
}

.thumbnails > li {
    float: left;
    margin-bottom: 1.4em;
    margin-left: 20px
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 1.4em;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a.thumbnail:hover {
    border-color: #3e9221;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25)
}

.thumbnail > img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

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

.label {
    display: inline-block;
    padding: 3px 6px;
    font-size: .85em;
    line-height: 1.4em;
    color: #222;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    white-space: nowrap;
    vertical-align: middle;
    background-color: #e2efde;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

a.label:hover {
    color: #222;
    background-color: #cde3c6
}

.label-red {
    background-color: #ffd9d9
}

a.label-red:hover {
    background-color: #ffb5b5
}

.label-yellow {
    background-color: #fff2bf
}

a.label-yellow:hover {
    background-color: #ffeb9b
}

a.label:hover .icon-settings {
    background-position: -80px -80px
}

a.label:hover .icon-edit {
    background-position: -433px -80px
}

a.label:hover .icon-delete {
    background-position: -465px -80px
}

a.label:hover .icon-plus {
    background-position: -624px -81px
}

.label-seller {
    display: inline-block;
    font-size: 12px;
    height: 18px;
    margin-left: 8px;
    padding: 0 4px 0 0;
    background-color: #e2efde;
    line-height: 18px;
    font-weight: bold;
    border-radius: 3px;
    margin-top: -4px;
    vertical-align: middle
}

.label-seller .icon-contract {
    margin: -2px 0 0 -8px
}

.label-top {
    display: inline-block;
    font-size: 12px;
    height: 18px;
    margin-left: 8px;
    padding: 0 5px;
    background-color: #fff2bf;
    line-height: 18px;
    font-weight: bold;
    border-radius: 3px;
    margin-top: -4px;
    vertical-align: middle
}

.progress {
    position: relative;
    overflow: hidden;
    height: 1.4em;
    background: #eee url('../images/loading.gif');
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.progress .bar {
    width: 0;
    height: 100%;
    color: #fff;
    float: left;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #3e9221;
    -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .25), inset 0 15px 10px -5px rgba(255, 255, 255, .25);
    -moz-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .25), inset 0 15px 10px -5px rgba(255, 255, 255, .25);
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .25), inset 0 15px 10px -5px rgba(255, 255, 255, .25);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress .bar + .bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15)
}

.progress:after {
    content: attr(data-progress);
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    font-size: .75em;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15)
}

.modal-open {
    overflow: hidden;
    margin-right: 15px
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8001;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: scroll
}

.modal-dialog {
    position: relative;
    width: 480px;
    margin: 40px auto
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8000;
    background-color: #000
}

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

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

.modal-content {
    position: relative;
    outline: 0;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 14px -4px rgba(0, 0, 0, 0.65)
}

.modal-content.loading .modal-content {
    height: 100px;
    background-image: url('../images/preloader.gif');
    background-repeat: no-repeat;
    background-position: center
}

.modal-header {
    position: relative;
    padding: 15px 40px 15px 15px;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px dotted #ddd
}

.modal-header h3 {
    margin: 0;
    font-size: 1em;
    line-height: 1.4em
}

.modal-header .close {
    float: right;
    font-size: 24px;
    line-height: 1;
    margin-right: -24px
}

.modal-header .input-addon {
    position: absolute;
    top: 12px;
    right: 45px;
    width: 380px
}

.modal-header .input-addon div {
    margin-bottom: 0
}

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

.modal-footer {
    padding: 15px;
    margin-bottom: 0;
    background-color: #f5f5f5;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1
}

.modal-footer:before, .modal-footer:after {
    display: table;
    content: '';
    line-height: 0
}

.modal-footer:after {
    clear: both
}

.modal-gallery {
    width: auto;
    top: 50%;
    left: 50%;
    right: auto;
    margin: 0
}

.modal-gallery .modal-body {
    max-height: 100%;
    overflow: hidden
}

.modal-gallery.fade.in {
    top: 50%
}

.modal-gallery .modal-image {
    position: relative;
    margin: 0;
    overflow: hidden;
    cursor: pointer
}

.modal-gallery .modal-image:hover:before, .modal-gallery .modal-image:hover:after {
    content: '\2039';
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #222;
    border: 3px solid #fff;
    z-index: 1;
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px
}

.modal-gallery .modal-image:hover:after {
    content: '\203A';
    left: auto;
    right: 15px
}

.modal-single .modal-image:hover:before, .modal-single .modal-image:hover:after {
    display: none
}

.modal-gallery .modal-image * {
    position: absolute;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-gallery.fade .modal-image * {
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear
}

.modal-gallery .modal-image *.in {
    opacity: 1;
    filter: alpha(opacity=100)
}

.modal-loading {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: auto
}

.modal-loading .modal-header {
    display: none
}

.modal-loading .modal-body {
    width: 20px;
    height: 20px;
    background: #fff url('../images/preloader.gif') center no-repeat;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.modal-search .modal-dialog {
    width: 980px;
    height: 640px
}

.modal-search .modal-dialog .modal-header, .modal-search .modal-dialog .modal-footer {
    height: 60px;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0
}

.modal-search .modal-dialog .modal-header .close {
    margin-top: 18px
}

.modal-search .modal-dialog .modal-footer {
    padding-right: 15px;
    padding-left: 15px;
    text-align: right
}

.modal-search .modal-dialog .modal-footer .btn {
    margin-top: -3px
}

.modal-search .modal-dialog .modal-body {
    height: 520px;
    padding: 0
}

.modal-search .modal-dialog * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.search-single-column, .search-single-column-2 {
    position: relative;
    float: left;
    width: 25%;
    height: 520px;
    padding-top: 30px;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.search-single-column + .search-single-column, .search-single-column-2 + .search-single-column {
    border-left: 1px solid #ddd
}

.search-single-column ul, .search-single-column-2 ul {
    height: 100%;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    overflow: auto;
    overflow-y: scroll
}

.search-single-column ul li a, .search-single-column-2 ul li a {
    display: block;
    padding: 5px 5px 5px 15px;
    color: #222;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.search-single-column ul li a:hover, .search-single-column-2 ul li a:hover, .search-single-column ul .active a, .search-single-column-2 ul .active a {
    color: #fff;
    background-color: #3e9221
}

.search-single-column ul.loading, .search-single-column-2 ul.loading {
    background-image: url('../images/preloader.gif');
    background-repeat: no-repeat;
    background-position: top 20px center
}

.search-single-column .title, .search-single-column-2 .title {
    display: block;
    position: absolute;
    height: 30px;
    width: 100%;
    top: 0;
    left: 0;
    line-height: 20px;
    font-size: 13px;
    padding: 5px 15px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.25);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.search-single-column-2 {
    width: 50%
}

[class*="search-multiple-column-"] {
    margin: 0;
    padding: 15px 0;
    list-style: none;
    *zoom: 1
}

[class*="search-multiple-column-"]:before, [class*="search-multiple-column-"]:after {
    display: table;
    content: '';
    line-height: 0
}

[class*="search-multiple-column-"]:after {
    clear: both
}

[class*="search-multiple-column-"] li {
    float: left
}

[class*="search-multiple-column-"] li a {
    display: block;
    padding: 5px 15px;
    color: #222;
    text-decoration: none
}

[class*="search-multiple-column-"] li a:hover, [class*="search-multiple-column-"] li.active a {
    color: #fff;
    background-color: #3e9221
}

[class*="search-multiple-column-"] li.title {
    clear: left;
    width: 100%;
    padding: 15px 15px 5px
}

.search-multiple-column-3 li {
    width: 33.333%
}

.search-multiple-column-4 li {
    width: 25%
}

.modal-search-form {
    padding: 15px 15px 0;
    height: 60px
}

.modal-search-form input {
    width: 100%;
    margin-bottom: 0
}

.modal-search-form + .modal-body {
    height: 460px
}

.modal-geolocation-group {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-bottom: 1px dotted #ddd;
    *zoom: 1
}

.modal-geolocation-group:before, .modal-geolocation-group:after {
    display: table;
    content: '';
    line-height: 0
}

.modal-geolocation-group:after {
    clear: both
}

.modal-geolocation-group ul {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none
}

.modal-geolocation-group ul li {
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.modal-geolocation-group p {
    position: absolute;
    width: 30px;
    margin-left: -30px
}

.modal-geolocation-group:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.ui-helper-hidden-accessible {
    display: none
}

.ui-menu {
    position: absolute;
    z-index: 20;
    display: none;
    overflow: auto;
    list-style: none;
    border: 1px solid #7aae64;
    border-top: 1px dotted #999;
    background-color: #fff;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.65);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.65)
}

.ui-menu .ui-menu-item a {
    display: block;
    padding: .5em;
    line-height: 1.2em;
    color: #222;
    cursor: pointer
}

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
    background-color: #eee
}

.combobox.active {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0
}

.popover-toggler {
    cursor: pointer
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    max-width: 280px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #3e9221;
    border-radius: 6px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.35);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 10px 14px;
    font-size: 1em;
    font-weight: 700;
    line-height: 18px;
    border-bottom: 1px dotted #ddd
}

.popover-content {
    padding: 10px 14px
}

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

.popover > .arrow {
    border-width: 10px
}

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

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #3e9221;
    bottom: -11px
}

.popover.top > .arrow:after {
    content: ' ';
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #3e9221
}

.popover.right > .arrow:after {
    content: ' ';
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #3e9221;
    top: -11px
}

.popover.bottom > .arrow:after {
    content: ' ';
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #3e9221
}

.popover.left > .arrow:after {
    content: ' ';
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.form-search {
    margin-bottom: 20px;
    *zoom: 1
}

.form-search:before, .form-search:after {
    display: table;
    content: '';
    line-height: 0
}

.form-search:after {
    clear: both
}

.form-search input, .form-search .select, .form-search .combobox {
    margin-bottom: 0
}

.form-search .help-block {
    margin: 5px 0
}

.form-search .form-actions {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    background: 0
}

.form-search .form-actions p {
    margin: 0;
    padding-top: 10px
}

.search-data .label {
    display: inline-block;
    padding: 2px 4px;
    background: #fbecb3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.search-data .label a {
    display: inline-block;
    margin-left: 4px
}

.items {
    margin-left: 0;
    list-style: none;
}

.items > li {
    min-height: 120px;
    padding: 1.4em 0;
    border-bottom: 1px solid #ddd
}

.items li.list {
    min-height: 60px;
    padding: 1.4em 0;
    border-bottom: 1px solid #ddd
}

.items li.my {
    background-color: #f6fff6;
    border-bottom: 3px solid #3e9221
}

.items > li.item-archive {
    background: #f4f4f4;
    opacity: .9;
    filter: alpha(opacity=90)
}

.items .pht {
    display: block;
    width: 160px;
    height: 120px;
    float: left;
    margin-left: -175px;
    background: #fff url('../images/preloader.gif') center no-repeat;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
    *margin-left: 0;
    *position: relative;
    *left: -175px
}

.items .pht img {
    width: 160px;
    height: 120px
}

.items .ttl {
    position: relative;
    padding: 0 120px 0 175px
}

.items .ttl h3 {
    margin-bottom: .27999999999999997em;
    line-height: 1.2em;
    font-size: 1.15em;
    font-weight: 700;
    word-wrap: break-word;
}

.items .ttl p {
    margin-bottom: .27999999999999997em;
    font-size: .85em;
    line-height: 1.2em;
    word-wrap: break-word;
}

.items .prc {
    position: absolute;
    top: -1px;
    right: 0;
    width: 100px;
    font-size: 1.15em;
    color: #3e9221;
    font-weight: bold
}

.items .mta {
    padding-left: 20px;
    border-left: 1px solid #eee
}

.items .mta span {
    display: block;
    margin-bottom: .27999999999999997em;
    font-size: .85em;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.items .mta span.ico {
    display: inline-block;
    margin-top: 10px;
    margin-left: -11px;
    margin-right: 11px
}

.items .mta span.ico i {
    margin-top: -1px;
    margin-left: 10px
}

.items .mta span.ico + .ico {
    margin-top: 0;
    margin-right: 0
}

.m-cont{
    border-top: 3px solid #3e9221
}

.special-items {
    margin-bottom: 20px;
    list-style: none
}

.special-items li {
    margin: 0 -5px 0 15px
}

.special-items li a span {
    margin-bottom: .7em
}

.special-items li span {
    display: block;
    line-height: 1.2em
}

.special-items li span.photo {
    height: 160px;
    overflow: hidden
}

.special-items li span.photo img {
    width: 100%;
    height: auto
}

.special-items li span.title {
    height: 2.4em;
    overflow: hidden;
    text-align: center;
    margin: 0 5px .7em 5px
}

.special-items li span.meta {
    font-size: .85em;
    color: #666
}

.special-items .text-center {
    top: 50%;
    position: relative;
    margin-top: 20px
}

.item-header {
    margin-bottom: 1.4em
}

.item-description {
    margin-left: 0;
    margin-bottom: 1.4em;
    list-style: none
}

.item-description li {
    position: relative;
    padding: 7px 0 7px 150px
}

.item-description li .ajaxlink {
    font-size: .85em
}

.item-description li.heading {
    padding-top: 14px;
    padding-left: 0
}

.item-description li.heading h3 {
    margin-bottom: 0;
    font-size: 1.15em;
    font-weight: 700
}

.item-description label {
    float: left;
    margin-left: -150px;
    color: #666
}

.item-description + p {
    margin-bottom: 1.4em
}

.item-price label {
    padding-top: 2px
}

.item-price span {
    display: block;
    font-size: 1.5em;
    color: #3e9221
}

.item-price p {
    margin: .7em 0 0;
    line-height: 1.2em;
    color: #666
}

.item-price .counter-list {
    margin-top: 15px
}

.counter-list {
    margin-left: -20px;
    margin-bottom: 0;
    list-style: none;
    font-size: 1.15em;
    *zoom: 1
}

.counter-list:before, .counter-list:after {
    display: table;
    content: '';
    line-height: 0
}

.counter-list:after {
    clear: both
}

.counter-list li {
    float: left;
    margin-bottom: .7em;
    padding: 0 20px
}

.counter-list li + li {
    border-left: 1px solid #999
}

.counter-list li a {
    display: block;
    text-decoration: none
}

.counter-list li small {
    font-size: .75em
}

.item-stat {
    margin: 0 0 20px;
    list-style: none;
    padding: 14px 19px 8px;
    font-size: .85em;
    border: 1px solid #ddd;
    background-color: #eee;
    border-radius: 6px
}

.item-stat li + li {
    margin-top: 5px
}

.item-stat .divider {
    height: 5px
}

.item-stat span {
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 24px
}

.item-stat span i {
    float: left;
    margin-top: 1px;
    margin-left: -24px
}

.item-stat span + span {
    margin-left: 20px
}

.item-stat a {
    color: #222
}

.item-stat a:hover {
    color: #3e9221
}

.company-list {
    margin-left: 0;
    list-style: none;
    /*border-top: 3px solid #3e9221*/
}

.company-list > li {
    height: 60px;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    *zoom: 1
}

.company-list > li:before, .company-list > li:after {
    display: table;
    content: '';
    line-height: 0
}

.company-list > li:after {
    clear: both
}

.company-list > li h3 {
    display: inline-block;
    margin: 0;
    font-size: 1.15em;
    font-weight: 700
}

.company-list > li p {
    height: 2.4em;
    margin: 4px 180px 4px 0;
    font-size: .85em;
    line-height: 1.2em;
    overflow: hidden
}

.company-list > li img {
    float: right;
    margin-left: 30px
}

.company-list > li .label-seller {
    margin-left: 16px
}

.company-icon {
    display: inline-block;
    margin: -3px 5px 0 5px;
    vertical-align: middle;
    font-size: .75em;
    font-family: Arial, Helvetica, sans-serif;
    color: #999
}

.company-icon a {
    text-decoration: none;
    color: #999
}

.company-icon a:hover {
    color: #3e9221
}

.company-icon i {
    margin-top: -2px
}

.seller-header {
    position: relative;
    margin-bottom: 1.4em;
    padding-right: 180px
}

.seller-header h1 {
    margin-bottom: .2em
}

.seller-header img {
    position: absolute;
    top: 0;
    right: 0
}

.seller-stat {
    display: inline-block;
    margin-right: 10px;
    font-size: .85em;
    color: #999
}

.seller-stat a {
    text-decoration: none;
    color: #999
}

.seller-stat a:hover {
    color: #3e9221
}

.seller-stat i {
    margin-top: -3px;
    margin-right: 1px
}

.seller-items-stat {
    margin: 0;
    list-style: none
}

.seller-items-stat > li {
    margin-bottom: 10px
}

.seller-items-stat > li span {
    font-size: .85em
}

.seller-name {
    font-size: 1.15em;
    margin-bottom: .7em
}

.seller-name i {
    margin: -3px 0 0 5px
}

.seller-contacts {
    margin: 0 -19px 20px;
    padding: 0 19px 20px;
    border-bottom: 1px solid #cbdec2
}

.seller-contacts:last-child {
    margin: 0;
    padding: 0;
    border: 0
}

.seller-contacts .accordion-heading {
    *zoom: 1
}

.seller-contacts .accordion-heading:before, .seller-contacts .accordion-heading:after {
    display: table;
    content: '';
    line-height: 0
}

.seller-contacts .accordion-heading:after {
    clear: both
}

.seller-contacts-sity {
    display: block;
    font-size: 1.15em;
    color: #3e9221;
    font-weight: bold;
    text-decoration: none
}

.seller-contacts-item .title {
    margin-top: 10px
}

.seller-contacts-item .title a {
    margin-left: 6px
}

.seller-contacts-item p strong {
    margin-right: 5px
}

.seller-contacts-item p i {
    margin-top: -2px
}

.seller-contacts-item hr {
    margin: 20px 0
}

.seller-contacts-item a {
    color: #222;
    text-decoration: none
}

.seller-contacts-item a:hover {
    color: #2c6818
}

.seller-contacts-item ul {
    position: relative;
    margin: 0 0 8px;
    list-style: none
}

.seller-contacts-item ul:last-child {
    margin-bottom: 0
}

.seller-contacts-item ul li {
    padding: 4px 0 4px 22px;
    line-height: 1.2em
}

.seller-contacts-item ul li.icon {
    position: absolute;
    left: -23px;
    top: -1px
}

.seller-contacts-item ul li small {
    font-size: .85em;
    color: #999
}

.seller-item-meta {
    margin: 0;
    list-style: none;
    font-size: .85em
}

.seller-item-meta .divider {
    height: 8px
}

.seller-map {
    height: 240px;
    margin: 20px -20px;
    overflow: hidden;
    background: #fff url('../images/preloader.gif') no-repeat center center;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1)
}

.well .seller-map.top-position {
    margin-top: -20px;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0
}

.seller-add-contact {
    display: block;
    margin: -19px -19px 20px;
    padding: 14px 19px;
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid #cbdec2
}

.seller-add-contact:hover {
    color: #3e9221
}

.seller-add-contact i {
    margin-top: -1px;
    margin-right: 6px
}

.sellers-ads-counter {
    width: auto;
    margin-bottom: 1.4em;
    overflow: hidden;
    border-top: 1px solid #eee;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05)
}

.sellers-ads-counter div {
    width: 50%;
    float: left;
    margin-bottom: -1px;
    border-bottom: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sellers-ads-counter div a {
    display: block;
    padding: 15px 15px 15px 0
}

.sellers-ads-counter div a span {
    font-size: .85em
}

.sellers-ads-counter div a strong {
    float: right;
    font-size: 1.15em;
    color: #3e9221;
    text-decoration: underline
}

.sellers-ads-counter div a:hover, .sellers-ads-counter div a:hover strong {
    color: #222
}

.sellers-ads-counter div + div a {
    margin-left: -1px;
    padding-left: 14px;
    border-left: 1px solid #eee
}

.sellers-ads-counter div:nth-child(3) a {
    padding-left: 0
}

.signin {
    padding: 40px
}

.signin .page-lead {
    margin-bottom: 1.4em;
    font-weight: 700
}

.signin-meta {
    margin-top: 1.4em;
    font-size: .85em;
    line-height: 1.2em
}

.signin-meta a {
    margin-right: 10px
}

.gadget-profile strong {
    display: inline-block;
    width: 160px;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.gadget-profile ul {
    margin: 0;
    list-style: none
}

.gadget-profile ul li {
    padding: 3px 0
}

.profile-gadget {
    margin-bottom: 1.4em;
    border: 1px solid #ddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.profile-gadget-header {
    padding: 9px;
    line-height: 1.2em;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.15)
}

.profile-gadget-header small {
    color: #999
}

.profile-gadget ul {
    margin: 10px 0;
    list-style: none
}

.profile-gadget ul li {
    margin: 1px
}

.profile-gadget ul li a {
    display: block;
    padding: 4px 9px;
    color: #222;
    text-decoration: none;
    text-shadow: 0 1px 1px #fff
}

.profile-gadget ul li a small {
    color: #666;
    font-weight: bold
}

.profile-gadget ul li a:hover, .profile-gadget ul li.active a {
    color: #3e9221;
    background: #e2efde
}

.profile-gadget.sign {
    padding: 9px;
    font-size: .85em;
    color: #999
}

.profile-gadget.sign i {
    margin-top: -3px;
    margin-right: 3px
}

.comments {
    margin-left: 0;
    list-style: none
}

.comments li {
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #ddd
}

.comments li:first-child {
    border-top: 0
}

.comments li .comments li {
    margin-left: 20px
}

.comments li .comments li:first-child {
    border-top: 1px solid #ddd
}

.comments h3 {
    margin-bottom: 5px
}

.comment-meta {
    margin: 0;
    font-size: .85em;
    color: #666
}

.comment-meta a {
    color: #666;
    text-decoration: none
}

.comment-meta a:hover {
    color: #222
}

.comment-meta span {
    margin: 0 3px
}

.service-promo {
    padding: 20px 20px 0 0
}

.service-price {
    display: inline-block;
    width: 50px
}

.service-price + span {
    display: inline-block
}

.statistic-toolbar {
    position: relative;
    text-align: center;
    z-index: 5
}

.statistic-toolbar .btn-toolbar {
    display: inline-block;
    margin: 0
}

.statistic-graph {
    height: 350px;
    margin-top: -40px
}

.morris-hover {
    position: absolute;
    z-index: 1000
}

.morris-hover.morris-default-style {
    text-align: left;
    line-height: 20px;
    padding: 5px 10px;
    color: #333;
    font-size: 14px;
    border: 1px solid #a6a6a6;
    border-color: rgba(0, 0, 0, 0.35);
    background: rgba(255, 255, 255, 0.9);
    background-clip: padding-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5)
}

.morris-hover.morris-default-style .morris-hover-row-label, .morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0
}

.dadu {
    margin-bottom: 1.4em
}

.dadu ul {
    margin: 0;
    list-style: none
}

.dadu a {
    text-decoration: none
}

.dadu-first .dadu-header {
    display: block;
    margin-bottom: -1px;
    padding: 4px 9px;
    font-size: .75em;
    text-align: center;
    border: 1px solid #ddd;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0
}

.dadu-first ul {
    font-size: .85em
}

.dadu-first ul li {
    margin-bottom: -1px;
    padding: 9px;
    border: 1px solid #ddd
}

a .dadu_title {
    font-size: 1em;
    color: #3e9221;
    text-decoration: underline
}

a:hover .dadu_title {
    color: #2c6818
}

a .dadu_desc {
    color: #222
}

a .dadu_caption {
    color: #3e9221
}

.dadu-center ul li {
    margin: 2px 0
}

.dadu-last {
    padding: 4px 9px;
    font-size: .75em;
    text-align: center;
    border: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.hide {
    display: none
}

.show {
    display: block
}

.invisible {
    visibility: hidden
}

.affix {
    position: fixed
}

@media (min-width: 1240px) {
    body {
        font-size: 16px
    }

    .page-wrapper {
        width: 1210px
    }

    .row {
        margin-left: -20px;
        *zoom: 1
    }

    .row:before, .row:after {
        display: table;
        content: '';
        line-height: 0
    }

    .row:after {
        clear: both
    }

    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 20px
    }

    .container {
        width: 940px
    }

    .span12 {
        width: 940px
    }

    .span11 {
        width: 860px
    }

    .span10 {
        width: 780px
    }

    .span9 {
        width: 700px
    }

    .span8 {
        width: 620px
    }

    .span7 {
        width: 540px
    }

    .span6 {
        width: 460px
    }

    .span5 {
        width: 380px
    }

    .span4 {
        width: 300px
    }

    .span3 {
        width: 220px
    }

    .span2 {
        width: 140px
    }

    .span1 {
        width: 60px
    }

    .offset12 {
        margin-left: 980px
    }

    .offset11 {
        margin-left: 900px
    }

    .offset10 {
        margin-left: 820px
    }

    .offset9 {
        margin-left: 740px
    }

    .offset8 {
        margin-left: 660px
    }

    .offset7 {
        margin-left: 580px
    }

    .offset6 {
        margin-left: 500px
    }

    .offset5 {
        margin-left: 420px
    }

    .offset4 {
        margin-left: 340px
    }

    .offset3 {
        margin-left: 260px
    }

    .offset2 {
        margin-left: 180px
    }

    .offset1 {
        margin-left: 100px
    }

    .span12 {
        width: 940px
    }

    .span11 {
        width: 860px
    }

    .span10 {
        width: 780px
    }

    .span9 {
        width: 700px
    }

    .span8 {
        width: 620px
    }

    .span7 {
        width: 540px
    }

    .span6 {
        width: 460px
    }

    .span5 {
        width: 380px
    }

    .span4 {
        width: 300px
    }

    .span3 {
        width: 220px
    }

    .span2 {
        width: 140px
    }

    .span1 {
        width: 60px
    }

    .special-items li span.photo {
        height: 220px
    }
}

.alliance-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #eee
}

.alliance {
    position: relative;
    height: 24px;
    padding-right: 140px;
    padding-left: 20px;
    font: 11px/16px Tahoma, Helvetica, Arial, sans-serif;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

.alliance ul a {
    display: block
}

.alliance a, .alliance a:hover {
    padding: 4px 0;
    line-height: 16px;
    color: #222;
    text-decoration: none
}

.alliance img, .alliance .caret {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -3px 6px 0 0;
    vertical-align: middle
}

.alliance .caret {
    width: 7px;
    margin: -3px 0 0 3px;
    border: 0;
    background: url('data:image/gif;base64,R0lGODlhBwAEAJEAAFVVVf///////wAAACH5BAEHAAIALAAAAAAHAAQAAAIIhA+CKWoNmSgAOw==') center no-repeat
}

.alliance-title {
    display: block;
    float: left;
    padding: 4px 14px 4px 0
}

.alliance-list {
    height: 24px;
    overflow: hidden
}

.alliance-list > li {
    float: left;
    padding-right: 20px
}

.alliance a.alliance-btn, .alliance a.alliance-btn:hover {
    display: none;
    float: right;
    margin-right: -120px
}

.alliance .alliance-list-hide {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 4px 0;
    border: 1px solid #b2b2b2;
    border-color: rgba(0, 0, 0, 0.25);
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
    background-clip: padding-box
}

.alliance .alliance-list-hide.hide {
    display: none
}

.alliance-list-hide > li > a, .alliance-list-hide > li > a:hover {
    padding: 5px 10px
}

.alliance-list-hide a:hover {
    background-color: #f5f5f5
}

.status-private {
    color: #d62f00;
    font-size: 20px;
    font-weight: bold
}

.offer-thumbnail {
    margin-bottom: 1em
}

.offer-thumbnail img {
    width: 100%
}

.part-thumbnail {
    margin-bottom: 1em
}

.part-thumbnail img {
    width: 100%
}

.offer-preview {
    margin-bottom: 10px !important
}

.offer-preview img {
    display: block;
    margin: 0 auto;
    width: auto !important;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.offer-actions ul {
    margin-bottom: 0
}

.offer-actions li {
    margin-bottom: 1em
}

.offer-actions li:last-child {
    margin-bottom: 0
}

.spiner-container {
    margin-bottom: 10px
}

.spiner-input {
    border-radius: 0 !important;
    text-align: center;
    margin-bottom: 0 !important;
    width: 100px
}

.spiner-button {
    display: inline-block;
    position: relative;
    height: 2.2em;
    border: 1px solid #7aae64;
    width: 40px !important
}

.spiner-button:first-child {
    border-radius: 4px 0 0 4px;
    left: 7px
}

.spiner-button:active {
    top: auto
}

.spiner-button:last-child {
    border-radius: 0 4px 4px 0;
    left: -7px
}

.dadu-zone img {
    border: 0
}

iframe {
    border: 0;
    overflow: hidden;
    background-color: transparent
}

.video iframe {
    display: block;
    margin: auto
}

.video .spacer {
    display: block;
    min-height: 30px
}

h1 small {
    position: relative;
    left: 20px
}

.page-title h1 {
    display: inline-block
}

.page-title small {
    display: inline-block;
    font-size: 1.4em;
    margin-left: 20px
}

.company-text {
    margin-bottom: 30px
}

.questions-title h2 {
    display: inline-block
}

.questions-title a {
    display: inline-block;
    float: right
}

.question {
    margin-top: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dotted gray
}

.question label {
    font-weight: 600
}

.question-form {
    background-color: #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 20px
}

.questions-title {
    min-height: 30px;
    margin-bottom: 10px
}

.question-form .phone-confirm input {
    display: inline-block
}

.question-form .phone-confirm .btn {
    margin-left: 15px;
    margin-bottom: 10px
}

.question-form textarea {
    display: block;
    position: relative;
    width: 100%
}

span.dadu-zone img {
    display: block;
    margin: auto
}

.search-location {
    display: flex
}

.search-location, .search-location * {
    box-sizing: border-box
}

.search-location-list {
    flex: 0 0 50%;
    height: 460px;
    overflow: auto
}

.search-location-list .all-towns-in-region, .search-location-list .dropdown-item {
    display: block;
    padding: 5px 15px;
    color: #000;
    text-decoration: none
}

.search-location-list .all-towns-in-region:hover, .search-location-list .dropdown-item:hover, .search-location-list .all-towns-in-region.active, .search-location-list .dropdown-item.active {
    color: #FFF;
    background-color: #3e9221
}

.search-location-list .all-towns-in-region.hide, .search-location-list .dropdown-item.hide {
    display: none !important
}

.modal-search .modal-body {
    height: 460px
}

.form-control {
    display: inline-block;
    height: 2.2em;
    margin-bottom: 10px;
    padding: .5em;
    line-height: 1.2em;
    font-size: 1em;
    vertical-align: middle;
    color: #222;
    border: 1px solid #7aae64;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07);
    box-sizing: border-box
}

.form-control.field-block {
    width: 100%
}

.form-control[class*="span"] {
    float: none;
    margin-left: 0
}

.form-control[class*="span"] + [class*="span"] {
    margin-left: 16px
}

.form-control-select {
    padding-right: 30px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAGCAYAAAAPDoR2AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABh0RVh0Q3JlYXRpb24gVGltZQAxMy4xMS4yMDEzg2AYtQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAA+SURBVAiZdc5BDcAgFETBkYAUpCANSUjByfbySRrSbvJOc1nYyEcbxg8OtXXBSnJMv7C/EWbBTOLGVifawQe97Sk+cHiniwAAAABJRU5ErkJggg==') no-repeat right 10px center
}

em {
    background-color: yellow
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background-color: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}
.fixed-panel-on-top{z-index:50;position: fixed;bottom:0px;right:0;border: 0px;padding: 15px 15px;opacity: 0.3;}.fixed-panel-on-top:hover{opacity: 1;}

.btn-jcassist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 20px;
    white-space: initial;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    background: -o-linear-gradient(228.33deg, #19a639 0, #1976d2 196.24%);
    background: linear-gradient(221.67deg, #19a639 0, #1976d2 196.24%);
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
    box-shadow:inset 0 -2px 0 rgba(0, 0, 0, 0.2)
}

.btn-jcassist, .btn-jcassist:focus, .btn-jcassist:hover {
    color:#fff
}

.btn-jcassist:focus, .btn-jcassist:hover {
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.2)
}

.btn-jcassist svg {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: -2px;
    margin-right:4px
}

.rating-nav {
    display: flex;
    flex-wrap: wrap;
    margin:10px 0
}

.rating-nav .nav-item span {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight:500
}

.rating-nav .nav-item span svg {
    margin-right:10px
}

.rating-nav .nav-item small {
    display: inline-block;
    margin-top: 5px;
    line-height: 1.2;
    font-size: 14px;
    color:gray
}

.rating-nav .nav-link {
    display: block;
    color: inherit;
    text-decoration:none
}

.rating-nav .nav-link:hover span, .rating-nav .nav-link:focus span {
    text-decoration:underline
}

.icon-24-rating-neutral {
    background-image: url(../images/sprite-v6.png);
    background-position: -48px -114px;
    width: 24px;
    height:24px
}

.icon-24-rating-plus {
    background-image: url(../images/sprite-v6.png);
    background-position: -72px -114px;
    width: 24px;
    height:24px
}

.icon-24-rating-minus {
    background-image: url(../images/sprite-v6.png);
    background-position: -24px -114px;
    width: 24px;
    height:24px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon-24-rating-minus {
        background-image: url(../images/sprite-v6@2x.png);
        background-size:218px 198px
    }
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon-24-rating-neutral {
        background-image: url(../images/sprite-v6@2x.png);
        background-size:218px 198px
    }
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon-24-rating-plus {
        background-image: url(../images/sprite-v6@2x.png);
        background-size:218px 198px
    }
}

.mr-5 {
    margin-right:5px !important
}


