﻿
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body, html {
    height: 100%;
}

html, html a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
}

a img {
    border: 0 none;
}

a > img {
    vertical-align: bottom;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    margin: .7em 0 .3em 0;
    line-height: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

h1, .h1 {
    font-size: 2.1em;
}

h2, .h2 {
    font-size: 2em;
}

h3, .h3 {
    font-size: 1.8em;
}

h4, .h4 {
    font-size: 1.6em;
}

h5, .h5 {
    font-size: 1.4em;
}

p {
    margin-bottom: 1.5em;
}

@media only screen and (max-width: 600px) {
    h1, .h1 {
        font-size: 1.8em;
    }

    h2, .h2 {
        font-size: 1.6em;
    }

    h3, .h3 {
        font-size: 1.4em;
    }

    h4, .h4 {
        font-size: 1.2em;
    }

    h5, .h5 {
        font-size: 1em;
    }
}

b, strong {
    font-weight: 700;
}

.clr {
    clear: both
}

.clrfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    width: 0;
    visibility: hidden;
}

.hide {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

.bold {
    font-weight: 700;
}

.strike {
    text-decoration: line-through;
}

.blue_text {
    color: #00aaf9;
}

.blue_bg {
    background-color: #00aaf9;
}

.decor_box:after {
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAYCAMAAACLI47uAAAAG1BMVEUAAAD////////////////////////////////rTT7CAAAACHRSTlMA/WFncGx5dNmTm1gAAABhSURBVHjalctLCsAwDMTQfBzH9z9xoRtBIZ2M1nrtUGazyqo0f0vsetvmj9C/JaKKwvgR6rdE9C/ov2LxI5b+teB3xOQXgv8opvil4NeC3xGD/yyG8SP4DcGvBf+t4L8VD9ncETNPFmS3AAAAAElFTkSuQmCC);
    -webkit-background-size: 24px auto;
    background-size: 24px auto;
    background-repeat: repeat-x;
}

.grey_text {
    color: #8e989f;
}

.grey_bg {
    background-color: #f8f9fa;
}

.white_bg {
    background-color: #fff;
}

.white_bg:after, .white_bg:before,
.grey_bg:after, .grey_bg:before {
    content: "";
    height: 0;
    width: 100%;
    display: table;
    clear: both;
}



.invert {
    background-color: #2c2c2c;
    color: #fff;
}

.invert a {
    color: inherit;
}

.sr-only {
    display: none;
}

ul {
    padding-left: 25px;
    list-style: disc outside;
}

ol {
    padding-left: 25px;
    list-style: decimal outside;
}

.over {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cover {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.icon {
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
}

.avatar {
    width: 48px;
    height: 48px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}

.avatar:before {
    content: "";
    background-color: #898f93;
    width: 10px;
    height: 10px;
    margin: 0;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 2px solid #fff;
}

.avatar.online:before {
    display: block;
    background-color: #6acc81;
}

.avatar.offline:before {
    display: block;
}

.grid_list {
    margin: 0px -11px 0 -11px;
}

.grid_list:after {
    clear: both;
    content: "";
    display: block;
}

.grid_1_4, .grid_1_2, .grid_1_3, .grid_3_4 {
    float: left;
    padding: 0 11px;
    margin-bottom: 22px;
}

.grid_1_4 {
    width: 25%;
}

.grid_1_3 {
    width: 33.3333333333%;
}

.grid_1_2 {
    width: 50%;
}

.grid_3_4 {
    width: 75%;
}

.grid_carousel {
    float: left;
    margin-bottom: 22px;
    padding: 0 11px;
    width: 100%
}

@media only screen and (max-width: 1120px) {
    .grid_list {
        margin: -16px -8px 0 -8px;
    }

    .grid_1_4, .grid_1_2, .grid_1_3, .grid_3_4 {
        padding: 0 8px;
        margin-top: 16px;
    }
}

@media only screen and (max-width: 998px) {
    .grid_1_4, .grid_3_4 {
        width: 50%;
    }

    .grid_1_2 {
        float: none;
        width: auto;
    }
}

@media only screen and (max-width: 768px) {
    .grid_1_3 {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width: 640px) {
    .grid_list {
        margin: 0;
    }

    .grid_1_4, .grid_1_2, .grid_1_3, .grid_3_4 {
        float: none;
        width: auto;
        padding: 0;
        margin: 0;
    }
}

.i__compare:before, .i__login:before, .i__logout:before, .i__cart:before, .i__isledov:before,
.i__cross_15:before, .i__delivery:before, .i__fav:before, .i__fav_line:before, .i__payment:before,
.i__plus_15:before, .i__print:before, .i__search:before, .i__star:before, .i__star_line:before {
    font-size: 15px;
}

.i__circle_left:before, .i__circle_right:before {
    font-size: 33px;
}

.i__cross_9:before {
    font-size: 9px;
}

.i__check:before {
    font-size: 11px;
}

.i__down_13:before, .i__left_13:before, .i__right_13:before,
.i__up_13:before, .i__plus_13:before {
    font-size: 13px;
}

.i__phone_17:before {
    font-size: 17px;
}

.i__percent_22:before {
    font-size: 22px;
}

.i__microscope_31:before, .i__left_31:before, .i__right_31:before, .i__add_doc:before {
    font-size: 31px;
}

.i__search_27:before {
    font-size: 27px;
}

.i__doc_25:before {
    font-size: 25px;
}

.i__good:before, .i__info:before {
    font-size: 21px;
}

.i_chinastar {
    background-image: url(../images/i_china_18.svg);
    width: 18px;
    height: 18px;
}

.i_percent {
    background-image: url(../images/i_percent_18.svg);
    width: 18px;
    height: 18px;
}

button {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.btn {
    border: 1px solid #00aaf9;
    background-color: #00aaf9;
    display: inline-block;
    cursor: pointer;
    padding: 8px 24px;
    border-radius: 2px;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}

.btn:hover {
    background-color: #10b3ff;
    border-color: #10b3ff;
}

.btn:active {
    background: #008fd9;
    border-color: #0077c3;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
}

.btn_gray {
    color: #6f6f6f;
    border: 1px solid #ececec;
    background-color: #ececec;
}

.btn_gray:hover {
    background-color: #ececec;
    border-color: #ececec;
}

.btn_gray:active {
    background: #ececec;
    border-color: #ececec;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
}

.btn.disabled, .btn:disabled {
    opacity: .65;
    cursor: not-allowed;
}


.btn__border {
    color: #00aaf9;
    background-color: transparent !important;
    border: 1px solid #00aaf9;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 18px;
}

.btn__border:hover {
    border-color: #00aaf9;
    color: #00aaf9;
}

.inline_btn {
    display: inline;
    vertical-align: baseline;
    padding: 0;
    margin: 0;
    border: 0 none;
    background: none;
}

.inline_btn > span {
    border-bottom: 0 dashed rgba(255, 255, 255, 0.2);
}

.inline_btn:hover > span {
    border-bottom-width: 1px;
}

.wide {
    width: 100%;
}

.form-control {
    display: inline-block;
    width: 300px;
    padding: 8px 12px;
    vertical-align: middle;
    background: #f6f8fa;
    border: 1px solid #e8ecf0;
    border-radius: 1px;
    -webkit-transition: border 0.2s linear 0s;
    transition: border 0.2s linear 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea.form-control {
    margin: 0;
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

.form-control:focus {
    background-color: #fff;
    border-color: #dbe0e4;
}

input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: -2px 6px 0 0;
    vertical-align: middle;
}

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="search"], input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-moz-placeholder {
    opacity: .3;
}

input[placeholder], input::-moz-placeholder, input::-moz-placeholder,
input:-moz-placeholder, input:-ms-input-placeholder {
    text-overflow: ellipsis;
}

input:focus {
    outline: none;
}

input[type="file"], input[type="image"] {
    padding: 0;
    border-width: 0;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

*:focus {
    outline: none;
}

.inline_select select {
    border: 0 none;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}

.inline_select select::-ms-expand {
    display: none;
}

.custom_radio_check {
    font-size: 1em !important;
    color: inherit !important;
}

.custom_radio_check input[type="checkbox"], .custom_radio_check input[type="radio"] {
    display: none;
}

.custom_radio_check input[type="checkbox"] + span > i, .custom_radio_check input[type="radio"] + span > i {
    background-color: #e8ecf0;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 10px 0 0;
}

.custom_radio_check input[type="checkbox"] + span > i:before {
    font-size: 11px;
    color: #333;
    display: block;
    vertical-align: middle;
    margin: 3px auto 0 auto;
    opacity: 0;
    visibility: hidden;
}

.custom_radio_check input[type="checkbox"]:checked + span > i:before {
    opacity: 1;
    visibility: visible;
}

.custom_radio_check input[type="radio"] + span > i {
    border-radius: 50%;
    padding: 3px;
}

.custom_radio_check input[type="radio"] + span > i:before {
    float: left;
    content: "";
    opacity: 0;
    visibility: hidden;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00a7f5;
}

.custom_radio_check input[type="radio"]:checked + span > i:before {
    opacity: 1;
    visibility: visible;
}

.form_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media only screen and (min-width: 460px) {
    .control_combo {
        margin: 20px -10px 0 -10px;
    }

    .control_combo:after {
        clear: both;
        display: block;
        content: "";
    }

    .control_combo > .form-item {
        float: left;
        width: 50%;
        padding: 0 10px;
        margin-top: 0;
    }

    .control_combo > .form-submit {
        text-align: right;
    }

    .control_combo > .form-submit:before {
        opacity: 0;
        visibility: hidden;
        content: ".";
        font-size: .9em;
        margin-bottom: .3em;
        display: block;
    }
}

.form-item > label {
    display: inline-block;
    margin-bottom: .3em;
    font-size: .9em;
    color: #a1a7aa;
}

.form-item.imp > label:after {
    content: "*";
    color: #e63882;
    margin: 0 0 0 .4em;
}

.form-item.label_hide > label {
    position: absolute;
    width: 5px;
    height: 5px;
    text-indent: -999px;
    overflow: hidden;
}

.form-item.imp.label_hide {
    position: relative;
}

.form-item.imp.label_hide:after {
    content: "*";
    color: #a1a7aa;
    position: absolute;
    left: 100%;
    top: 0;
    font-size: 20px;
    margin: 0 0 0 .4em;
}

.form-item .form-control {
    width: 100%;
}

.form-item textarea.form-control {
    height: auto;
}

.form-item {
    margin-top: 20px;
}

.form-item_sep {
    border-top: 1px solid #eceeef;
    height: 0;
    padding: 0;
    margin: 20px 0;
}

.captcha {
    padding-right: 110px;
    position: relative;
}

.captcha img {
    float: right;
    width: 90px;
    height: 39px;
    margin-right: -110px;
}

.form-control_slider {
    position: relative;
}

.form-control_slider > .form-control {
    padding-right: 70%;
}

.form-control_slider .ui-slider {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    margin: 14px 20px 0 0;
}

.form-item_file {
    position: relative;
}

.form-item_file > label {
    padding: 15px;
    color: inherit;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    border: 1px dashed #dbdbdb;
    border-radius: 2px;
}

.form-item_file > label > * {
    display: block;
}

.form-item_file > label > .uploadfile_text {
    flex: 1 0;
}

.form-item_file > label > .uploadfile_text > * {
    display: block;
    font-style: normal;
}

.form-item_file > label > .uploadfile_text > i {
    font-size: .9em;
}

.form-item_file > label > .btn {
    margin-left: 20px;
}

.form-item_file > label > .btn .upln_a, .form-item_file > label.active > .btn .upln_b {
    display: inline;
}

.form-item_file > label > .btn .upln_b, .form-item_file > label.active > .btn .upln_a {
    display: none;
}

.form-item_file > label.active > .btn {
    opacity: .5;
    cursor: pointer;
}

.form-item_file > label > i {
    margin-right: 20px;
    color: #00aaf9;
}

.form-item_file > input {
    position: absolute;
    left: 0;
    top: 0;
    height: .5px;
    width: .5px;
    opacity: 0;
    border: 0 none;
    background: none;
}

.rating {
    width: 85px;
    height: 17px;
    font-size: 0.9em;
}

.unit-rating, .unit-rating li a:hover, .unit-rating li.current-rating {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABmCAMAAACZULOKAAAA7VBMVEUAAAAAsfkAsPkAqvkAqvkAqvkAqvkAqvkAqvkAr/kAqvkAsPkAqvkAqvkAsfkAqvkAqvkAqvkAwfkAqvkAsvkAqvkAqvkAqvkAqvkAqvkAqvkAqvkAwfkAwfkAqvkAqvkAqvkAqvkAwfkAwfkAqvkAqvkAqvkAqvkAqvkAqvkAwfkAqvkAqvkAqvkAwfkAwfkAwfkAwfkAsvkAqvkAwfkAwfkAwfkAwfkAqvkAwfkAwfkAwfkAwfkAwfkAwfkAqvkAwfkAwfkAqvkAwfkAqvkAwfkAwfkAwfkAwfkAwfkAwfkAwfkAwfkAqvkAwfmPAwmdAAAATXRSTlMABgSXaWP8rEwqIgv4vhnm3q+tMA/YppuRf3dwaWFeRTkm/Pfx08zGs+rWoIpSS0YuIhXo597Gvbi2ppuXkImHgHd0c0g57+rLn5hvUt/slBAAAAIxSURBVEjH7dZpc6IwHMfxAIqCoFK8rfd9V7f3fe79y/t/ObvB2hITwsPu7PT7iBk+avjjZEL+5TLzWHKHdoywHQxjiAcgqRQtAJgUFEIvglVRkDqCzA6Rp/nNPraNFvb+3exzrTQwEa4/MhLt90UZiMhMv60yJRfs8QUjCJURR6iJJiE8sicKweQ5YRBJOY6UJSIDLldCLJ7kJSTNE1OPfMvntSKCbJFUADhli32fy0hLJGPkqpvXa3/myOZSamrhv0f1kXz2EWVuY8ktfYkR6x79rqvJAaW0oRQr+rdvBYXQppR1oyBPNKhrRX3FUeMr3Xb6ey3sUquHy2mXhuud/jx8eV/UNY2ou9wR/UAu2OOrDT8gTWYOCRGNKHgjCsGccOKaSDrmyJVEZCjXmYQc8eREQpZ7g9VE8mt76+Jhur1Yi+SGvbsrixB9ecbISiQX9Ph+s1vXj55sLpcNbpe6fyKffUTzTJxo4y6ODOHYapHEEJ5SFCZo5tBSkQrGpIqiHi06JnxCXNSjgL0YBceABfpNX9tfQjthjPoABsFPlACYg1LtOfsm0iZYea++e67ZcP/4kQSMNj9V3W9OkNIJZ/aX/oWJUAlmVEI0nRxSGiGCCe3ZLjyNCBmhg4SNvESQcugcl0WOSHLDr89BRkLysNkY52l2cwBLFLoJXau5wUwtMkZaEGyFRhEo1s4BeBXUIw7mLvusVXbk5+8EnJn/er2p5jAWyWM1G97KkyXy//YHeqfNYJIBxlQAAAAASUVORK5CYII=);
    -webkit-background-size: 17px auto;
    background-size: 17px auto;
    background-repeat: repeat-x;
}

.unit-rating {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    background-position: 0 -34px;
    background-repeat: repeat-x;
}

.unit-rating li {
    text-indent: +900000px;
    padding: 0;
    margin: 0;
    float: left;
    width: 20%;
    height: 100%
}

.unit-rating li a {
    display: block;
    width: 17px;
    height: 100%;
    text-decoration: none;
    text-indent: +90000px;
    z-index: 17;
    position: absolute;
}

.unit-rating li:hover a {
    background-position: 0 -17px;
    z-index: 2;
    left: 0;
}

.unit-rating a.r1-unit {
    left: 0;
}

.unit-rating a.r1-unit:hover {
    width: 20%;
}

.unit-rating a.r2-unit {
    left: 17px;
}

.unit-rating a.r2-unit:hover {
    width: 40%;
}

.unit-rating a.r3-unit {
    left: 34px;
}

.unit-rating a.r3-unit:hover {
    width: 60%;
}

.unit-rating a.r4-unit {
    left: 51px;
}

.unit-rating a.r4-unit:hover {
    width: 80%;
}

.unit-rating a.r5-unit {
    left: 68px;
}

.unit-rating a.r5-unit:hover {
    width: 100%;
}

.unit-rating li.current-rating {
    background-position: 0 0;
    position: absolute;
    height: 100%;
    display: block;
    text-indent: +90000px;
    z-index: 1;
}

.big_rate .rating {
    width: 160px;
    height: 32px;
}

.big_rate .unit-rating, .big_rate .unit-rating li a:hover, .big_rate .unit-rating li.current-rating {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAGACAYAAAAd9mTeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVEOUZFREU1QTc1RjExRTZBMTg1OUJEM0RDMEJFNEYyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVEOUZFREU2QTc1RjExRTZBMTg1OUJEM0RDMEJFNEYyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUQ5RkVERTNBNzVGMTFFNkExODU5QkQzREMwQkU0RjIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUQ5RkVERTRBNzVGMTFFNkExODU5QkQzREMwQkU0RjIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4mikUwAAAGhklEQVR42u3c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);
    -webkit-background-size: 32px auto;
    background-size: 32px auto;
    background-repeat: repeat-x;
}

.big_rate .unit-rating {
    background-position: 0 -64px;
}

.big_rate .unit-rating li a {
    width: 32px;
}

.big_rate .unit-rating li:hover a {
    background-position: 0 -32px;
    left: 0;
}

.big_rate .unit-rating a.r1-unit {
    left: 0;
}

.big_rate .unit-rating a.r2-unit {
    left: 32px;
}

.big_rate .unit-rating a.r3-unit {
    left: 64px;
}

.big_rate .unit-rating a.r4-unit {
    left: 96px;
}

.big_rate .unit-rating a.r5-unit {
    left: 128px;
}

.big_rate .unit-rating li.current-rating {
    background-position: 0 0;
}

.product_status-china .product_tools .big_rate .unit-rating {
    background-position: 0 -160px;
}

.product_status-china .product_tools .big_rate .unit-rating li:hover a {
    background-position: 0 -128px;
}

.product_status-china .product_tools .big_rate .unit-rating li.current-rating {
    background-position: 0 -96px;
}

.table {
    width: 100%;
    margin-bottom: 30px;
}

.table td, .table th {
    border-bottom: 1px solid #e3e3e3;
}

.table thead {
    color: #e63882;
    font-size: .85em;
}

.table th, .table td {
    vertical-align: top;
    padding-left: 10px;
}

.table th:first-child, .table td:first-child {
    padding-left: 0;
}

.table th {
    padding-top: 12px;
    padding-bottom: 12px;
}

.table td {
    padding-top: 25px;
    padding-bottom: 25px;
}

@media only screen and (max-width: 600px) {
    .table {
        margin-bottom: 20px;
    }

    .table td {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: .9em;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    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;
    opacity: 0;
    line-break: auto;
}

.tooltip.in {
    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 {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    text-align: center;
}

.tabs > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 -.3em;
}

.tabs > li > a {
    display: block;
    font-weight: bold;
    color: inherit;
    text-decoration: none !important;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: .9em;
}

.tabs > li > a:hover {
    color: #00aaf9;
}

.tabs > li.active > a {
    background-color: #00aaf9;
    color: #fff !important;
    cursor: default;
}

.tab-content .tab-pane {
    display: none;
}

.tab-content .tab-pane.active {
    display: block;
}

.dropdown {
    position: relative;
}

.dropdown-menu, .dropdown-form {
    min-width: 200px;
    padding: 8px 0;
    border-radius: 2px;
    margin-top: 5px !important;
    display: none;
    z-index: 120;
    position: absolute;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    border: 1px solid #dcddde;
    border-color: rgba(131, 139, 146, 0.2);
    font-size: .92em;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
}

.dropdown-menu {
    list-style: none;
    margin: 0;
}

.dropdown-menu li a {
    height: 1%;
    padding: 6px 20px;
    border: 0 none;
    display: block;
    white-space: nowrap;
    text-decoration: none;
    color: inherit;
}

.dropdown-menu li a:hover {
    background-color: #e63882;
    color: #fff;
}

.dropdown-menu li a .num {
    float: right;
    opacity: .5;
    font-size: .9em;
}

.dropdown-menu li a:hover .num {
    opacity: 1;
}

.open .dropdown-menu, .open .dropdown-form {
    display: block;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapse_pad {
    padding-bottom: 30px;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.modal-open {
    overflow: hidden;
}

.modal-open .page {
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-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;
    border-radius: 2px;
    outline: 0;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 19px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 19px rgba(0, 0, 0, .2);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #292929;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: .3;
}

.modal-header {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.modal .close {
    cursor: pointer;
    border: 0 none;
    background: #00aaf9;
    position: relative;
    z-index: 1;
    float: right;
    padding: 7px;
    width: 37px;
    height: 37px;
    line-height: 22px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.modal .close:hover {
    background-color: #60dfb8;
}

.modal .close i {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: -2px;
    vertical-align: middle;
}

.close_label {
    position: absolute;
    right: 100%;
    white-space: nowrap;
    font-size: 12px;
    opacity: .4;
    margin-right: 10px;
}

.modal .close:hover .close_label {
    opacity: 1;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-heading {
    font-size: 1.4em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.modal-body {
    position: relative;
    padding: 40px;
}

.modal-footer {
    padding: 20px 40px;
    background-color: #f6f8fa;
    -webkit-box-shadow: inset 0 1px 0 0 #e8e9eb;
    box-shadow: inset 0 1px 0 0 #e8e9eb;
}

.modal-tabs {
    padding-top: 0;
    padding-bottom: 0;
    font-size: .88em;
    text-transform: uppercase;
}

.modal-tabs > ul {
    list-style: none;
    margin: 0 -10px;
    padding: 0;
}

.modal-tabs > ul:after {
    clear: both;
    content: "";
    display: block;
}

.modal-tabs > ul > li {
    float: left;
}

.modal-tabs > ul a {
    display: block;
    position: relative;
    color: #b3bbbf;
    padding: 15px 10px;
    text-decoration: none !important;
}

.modal-tabs > ul a:hover {
    color: #00aaf9;
}

.modal-tabs > ul .active a {
    color: inherit;
    cursor: default;
}

.modal-tabs > ul a:after, .modal-tabs > ul a:before {
    display: none;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 50%;
    margin: -1px 0 0 -10px;
    border-color: transparent;
    border-style: solid;
    border-width: 10px 10px 0 10px;
}

.modal-tabs > ul a:before {
    z-index: 1;
    border-top-color: #e8e9eb;
}

.modal-tabs > ul a:after {
    z-index: 2;
    border-top-color: #fff;
    margin-top: -2px;
}

.modal-tabs > ul .active a:after, .modal-tabs > ul .active a:before {
    display: block;
}

@media (min-width: 768px) {

    .modal-tabs > ul a {
        padding: 15px 45px;
    }


    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-sm {
        width: 400px;
    }

    .modal-md {
        width: 600px;
    }


    .modal {
        text-align: center;
        padding: 0 !important;
    }

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

@media (max-width: 440px) {
    .modal-body {
        padding: 30px;
    }

    .modal-footer {
        padding-left: 30px;
        padding-right: 30px;
    }

    .modal-tabs {
        padding-left: 0;
        padding-right: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .modal-tabs > ul {
        display: inline-block;
        padding-left: 30px;
        padding-right: 30px;
        white-space: nowrap;
    }

    .modal-tabs > ul > li {
        float: none;
        display: inline-block;
        margin-left: -.3em;
    }
}

.callback-form_box .blue_bg {
    color: #fff;
}

.callback-form_box .blue_bg > .modal-heading, .callback-form_box .blue_bg > p {
    padding: 40px;
}

.callback-form_box .blue_bg > p {
    padding-top: 0;
    padding-bottom: 0;
    margin: 20px 0 0 0;
    font-size: 1.2em;
}

.callback-form_box .blue_bg > .modal-heading {
    padding-bottom: 0;
    margin: 0;
}

.callback-form_box .btn:disabled {
    opacity: 0.6;
    background-color: #00aaf9;
    border-color: #00aaf9;
}

.callback-form_box .btn {
    opacity: 1;
    background-color: #61dfb8;
    border-color: #61dfb8;
}

.callback-form_box .decor_box:after {
    margin-top: 40px;
}

.callback-modal_ok {
    font-size: 1.4em;
    padding: 40px;
    padding-bottom: 180px;
    background-image: url(data:image/png;base64,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);
    -webkit-background-size: 260px auto;
    background-size: 260px auto;
    background-repeat: no-repeat;
    background-position: 0 100%;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 25px;
    height: 25px;
    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;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: 25px;
    position: relative;
}

.ui-slider-horizontal:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 12px;
    height: 1px;
    width: 100%;
    background: #fbd2e4;
}

.ui-slider-horizontal .ui-slider-handle {
    top: 0;
    margin-left: -12px;
    cursor: pointer;
}

.ui-slider-horizontal .ui-slider-handle:after {
    content: "";
    display: block;
    margin: 4px 0 0 4px;
    background-color: #e63882;
    width: 17px;
    height: 17px;
    border-radius: 50%;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    position: relative;
}

.ui-slider-horizontal .ui-slider-range:after {
    content: "";
    display: block;
    height: 1px;
    margin-top: 12px;
    background-color: #e63882;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: inherit;
    padding: 0 !important;
    text-shadow: none;
    border-radius: 2px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 45px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 45px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../images/fb/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../images/fb/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../images/fb/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0, 0, 0, 0.5);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(../images/fb/fancybox_sprite@2x.png);
        background-size: 44px 152px;
    }

    #fancybox-loading div {
        background-image: url(../images/fb/fancybox_loading@2x.gif);
        background-size: 24px 24px;
    }
}

#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050;
}

#fancybox-thumbs.bottom {
    bottom: 2px;
}

#fancybox-thumbs.top {
    top: 2px;
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: 0.5;
}

#fancybox-thumbs ul li.active {
    opacity: 0.75;
    padding: 0;
    border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
    opacity: 1;
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: none;
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    max-width: none;
}

.adminmode a.admin_bookmark {
    width: 0;
    height: 0;
    position: fixed;
    left: 0;
    top: 0;
    border-color: transparent;
    border-top-color: #61dfb8;
    border-style: solid;
    border-width: 36px 36px 0 0;
}

.adminmode a.admin_bookmark:hover {
    border-top-color: #50c8a2;
}

.adminmode .tooltip a {
    display: block;
    color: black;
    padding: 3px 2px 5px 20px;
    background-position: left center;
    background-repeat: no-repeat;
}

.adminmode .tooltip a:hover {
    background-color: #f5f5f5;
}

.adminmode a.admin_tooltip_edit {
    background-image: url('../images/engine/edit.png');
}

.adminmode a.admin_tooltip_delete {
    background-image: url('../images/engine/invisible.png');
}

.adminmode a.admin_tooltip_hit {
    background-image: url('../images/engine/hit.png');
}

.adminmode a.admin_tooltip_up {
    background-image: url('../images/engine/up.png');
}

.adminmode a.admin_tooltip_down {
    background-image: url('../images/engine/down.png');
}

.adminmode a.admin_tooltip_add {
    background-image: url('../images/engine/add.png');
}

.adminmode .tooltip {
    width: 187px;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;
    z-index: 64999;
    opacity: 0.85;
}

.adminmode .tooltipHeader {
    width: 187px;
    height: 19px;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    background-repeat: no-repeat;
    display: block;
}

.adminmode .tooltipHeaderDirect {
    background-image: url(../images/engine/tooltip-header.gif);
}

.adminmode .tooltipHeaderFlip {
    background-image: url(../images/engine/tooltip-header-flip.gif);
}

.adminmode .tooltipFooter {
    display: block;
    width: 187px;
    height: 3px;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    background-image: url(../images/engine/tooltip-footer.gif);
    background-repeat: no-repeat;
}

.adminmode .tooltipBody {
    display: block;
    padding: 10px;
    margin: 0;
    width: 187px;
    line-height: 140%;
    color: inherit;
    background-color: #D0D0D0;
    font-size: 12px;
    background-image: url(../images/engine/tooltip-body.gif);
    background-repeat: repeat-y;
}

.sh_btn, .sh_btn_on {
    background-image: url("../images/sitehearth.png") !important;
    background-color: transparent !important;
    -webkit-background-size: 100% auto !important;
    background-size: 100% auto !important;
    height: 42px !important;
    min-width: 186px !important;
    -webkit-transition: height ease .2s;
    transition: height ease .2s;
}

.sh_btn:hover, .sh_btn_on:hover {
    height: 47px !important;
}

.sh_btn {
    background-position: 0 0 !important;
}

.sh_btn_on {
    background-position: 0 -48px !important;
}

.sh_btn_bottom .sh_logo_img {
    display: none !important;
}

.sh_btn_bottom .sh_title_text {
    display: none !important;
}

.autocomplete-w1 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 6px 0 0 6px;
}

.autocomplete {
    border: 1px solid #D9D9D9;
    background: #fff;
    border-radius: 2px;
    cursor: default;
    text-align: left;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0 3px 19px rgba(0, 0, 0, .12);
    box-shadow: 0 3px 19px rgba(0, 0, 0, .12);
    margin: -2px 6px 6px -6px;
}

.autocomplete div {
    opacity: 0.8;
    cursor: pointer;
    padding: 5px 5px 5px 55px;
    font-size: .85em;
    border-bottom: 1px solid #f0f0f0;
}

.autocomplete div:hover {
    opacity: 1;
    border-left: 5px solid #00a7f5;
    padding-left: 50px;
}

.autocomplete div:after {
    content: "";
    display: block;
    clear: both;
}

.autocomplete div img {
    float: left;
    margin-left: -45px;
    max-width: 35px;
}

.autocomplete strong {
    font-weight: normal;
    color: #00a7f5;
}

#loading-layer {
    display: none;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
}

#loading-layer:before, #loading-layer:after {
    content: "";
    border-radius: 50%;
    background-color: #61dfb9;
    position: absolute;
    left: 50%;
    top: 50%;
}

#loading-layer:before {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
}

#loading-layer:after {
    width: 40px;
    height: 40px;
    background-color: #00aaf9;
    margin: -20px 0 0 -20px;
}

#loading-layer:before {
    -webkit-animation: load1 1s infinite ease;
    animation: load1 1s infinite ease;
}

#loading-layer:after {
    -webkit-animation: load2 1s infinite -0.32s ease;
    animation: load2 1s infinite -0.32s ease;
}

@-webkit-keyframes load1 {
    0%, 80%, 100% {
        -webkit-transform: scale(1, 1);
    }
    40% {
        -webkit-transform: scale(.3, .3);
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        transform: scale(1, 1);
    }
    40% {
        transform: scale(.3, .3);
    }
}

@-webkit-keyframes load2 {
    0%, 80%, 100% {
        -webkit-transform: scale(1, 1);
    }
    40% {
        -webkit-transform: scale(.2, .2);
    }
}

@keyframes load2 {
    0%, 80%, 100% {
        transform: scale(1, 1);
    }
    40% {
        transform: scale(.2, .2);
    }
}