@charset "UTF-8";

/* normalize.css v2.1.2 | MIT License | git.io/normalize */

/* normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

/* line 55, ../sass/base/_normalize.scss */

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

/* line 74, ../sass/base/_normalize.scss */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

/* line 89, ../sass/base/_normalize.scss */

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

/**
 * Address styling not present in IE 8/9.
 */

/* line 98, ../sass/base/_normalize.scss */

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */

/* line 114, ../sass/base/_normalize.scss */

html {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

/* line 134, ../sass/base/_normalize.scss */

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

/**
 * Remove default margin.
 */

/* line 146, ../sass/base/_normalize.scss */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

/* line 166, ../sass/base/_normalize.scss */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */

/* line 180, ../sass/base/_normalize.scss */

p,
pre {
  margin: 1.5em 0;
}

/* line 185, ../sass/base/_normalize.scss */

blockquote {
  /* Set 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.5em 40px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

/* line 196, ../sass/base/_normalize.scss */

h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 211, ../sass/base/_normalize.scss */

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 217, ../sass/base/_normalize.scss */

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 223, ../sass/base/_normalize.scss */

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 229, ../sass/base/_normalize.scss */

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 235, ../sass/base/_normalize.scss */

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

/* line 254, ../sass/base/_normalize.scss */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

/* line 263, ../sass/base/_normalize.scss */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

/* line 271, ../sass/base/_normalize.scss */

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

/**
 * Address styling not present in IE 8/9.
 */

/* line 280, ../sass/base/_normalize.scss */

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

/* line 289, ../sass/base/_normalize.scss */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

/* line 309, ../sass/base/_normalize.scss */

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Set consistent quote types.
 */

/* line 324, ../sass/base/_normalize.scss */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

/* line 332, ../sass/base/_normalize.scss */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

/* line 340, ../sass/base/_normalize.scss */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 348, ../sass/base/_normalize.scss */

sup {
  top: -0.5em;
}

/* line 352, ../sass/base/_normalize.scss */

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

/* line 365, ../sass/base/_normalize.scss */

dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

/* line 382, ../sass/base/_normalize.scss */

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

/* line 390, ../sass/base/_normalize.scss */

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

/* line 402, ../sass/base/_normalize.scss */

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

/* line 417, ../sass/base/_normalize.scss */

img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

/* line 429, ../sass/base/_normalize.scss */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

/* line 441, ../sass/base/_normalize.scss */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

/* line 454, ../sass/base/_normalize.scss */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

/* line 463, ../sass/base/_normalize.scss */

fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

/* line 479, ../sass/base/_normalize.scss */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 */

/* line 494, ../sass/base/_normalize.scss */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

/* line 512, ../sass/base/_normalize.scss */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

/* line 524, ../sass/base/_normalize.scss */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

/* line 539, ../sass/base/_normalize.scss */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

/* line 554, ../sass/base/_normalize.scss */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

/* line 566, ../sass/base/_normalize.scss */

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

/* line 582, ../sass/base/_normalize.scss */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

/* line 592, ../sass/base/_normalize.scss */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

/* line 601, ../sass/base/_normalize.scss */

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

/* line 612, ../sass/base/_normalize.scss */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

/* line 625, ../sass/base/_normalize.scss */

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

/* line 2608, sprite-images/*.png */

.sprite-images-sprite,
.sprite-images-add-logo-icon,
.sprite-images-ajansotomobil-logo-mini,
.sprite-images-aktifhaber-logo,
.sprite-images-alfa-romeo,
.sprite-images-audi,
.sprite-images-back,
.sprite-images-big-size-icon,
.sprite-images-blt-box-thick,
.sprite-images-blue-thick,
.sprite-images-bmw,
.sprite-images-bold-doping-icon,
.sprite-images-brand-acura,
.sprite-images-brand-aston-martin,
.sprite-images-brand-bentley,
.sprite-images-brand-bugatti,
.sprite-images-brand-buick,
.sprite-images-brand-cadillac,
.sprite-images-brand-chery,
.sprite-images-brand-iveco,
.sprite-images-brand-jaguar,
.sprite-images-brand-lamborghini,
.sprite-images-brand-lancia,
.sprite-images-brand-lincoln,
.sprite-images-brand-lotus,
.sprite-images-brand-maserati,
.sprite-images-brand-rolls-royce,
.sprite-images-brand-saab,
.sprite-images-brand-ssangyong,
.sprite-images-brand-tata,
.sprite-images-business-landing-phone-icon,
.sprite-images-business-map-icon,
.sprite-images-business-phone-icon,
.sprite-images-business-phone-support,
.sprite-images-business-web-icon,
.sprite-images-cal-icon,
.sprite-images-camera-icon,
.sprite-images-campaign-msg-icon,
.sprite-images-car-icon,
.sprite-images-card-types-icon,
.sprite-images-case-icon,
.sprite-images-category-ok,
.sprite-images-cds-gplus-icon,
.sprite-images-cds-twt-icon,
.sprite-images-chevrolet,
.sprite-images-chrysler,
.sprite-images-citroen,
.sprite-images-close-icon-blue,
.sprite-images-color-doping-icon,
.sprite-images-compare-check-icon,
.sprite-images-compare-uncheck-icon,
.sprite-images-contact-address-icon,
.sprite-images-contact-fax-icon,
.sprite-images-contact-phone-icon,
.sprite-images-custom-checkbox-checked,
.sprite-images-custom-checkbox,
.sprite-images-custom-radio-filter-checked,
.sprite-images-custom-radio-filter,
.sprite-images-custom-radio-green,
.sprite-images-custom-sb-expand-white,
.sprite-images-dacia,
.sprite-images-daewoo,
.sprite-images-daihatsu,
.sprite-images-dodge,
.sprite-images-dsf-bodytype-icon,
.sprite-images-dsf-date-icon,
.sprite-images-dsf-fueltype-icon,
.sprite-images-dsf-geartype-icon,
.sprite-images-dsf-location-icon,
.sprite-images-dsf-mileage-icon,
.sprite-images-dsf-owner-icon,
.sprite-images-dsf-photo-icon,
.sprite-images-dsf-power-icon,
.sprite-images-dsf-price-icon,
.sprite-images-dsf-status-icon,
.sprite-images-dsf-year-icon,
.sprite-images-empty1,
.sprite-images-enrollment-icon,
.sprite-images-event-save-search-icon,
.sprite-images-exception-bike-icon,
.sprite-images-exception-car-icon,
.sprite-images-exception-gallery-icon,
.sprite-images-exception-icon,
.sprite-images-exception-news-icon,
.sprite-images-exception-rent-icon,
.sprite-images-exception-truck-icon,
.sprite-images-exception-video-icon,
.sprite-images-exclamation-icon,
.sprite-images-expand-double-icon,
.sprite-images-expand-icon-mini-up,
.sprite-images-expand-icon-mini,
.sprite-images-facebook-icon,
.sprite-images-faq-corporate-icon,
.sprite-images-faq-doc-icon,
.sprite-images-faq-doping-icon,
.sprite-images-faq-member-icon,
.sprite-images-faq-offer-icon,
.sprite-images-faq-private-icon,
.sprite-images-faq-search-icon,
.sprite-images-faq-search-type-icon,
.sprite-images-fb-icon,
.sprite-images-fb-support-icon,
.sprite-images-feedback-success-icon,
.sprite-images-ferrari,
.sprite-images-fiat,
.sprite-images-follow-us-fb,
.sprite-images-follow-us-gplus,
.sprite-images-follow-us-twt,
.sprite-images-footer-icon-fb,
.sprite-images-footer-icon-gplus,
.sprite-images-footer-icon-instagram,
.sprite-images-footer-icon-pinterest,
.sprite-images-footer-icon-thumblr,
.sprite-images-footer-icon-twt,
.sprite-images-footer-icon-youtube,
.sprite-images-ford,
.sprite-images-frame-doping-icon,
.sprite-images-full-size-icon,
.sprite-images-gallery-slider-next,
.sprite-images-gallery-slider-prev,
.sprite-images-gazetekeyfi-logo,
.sprite-images-gazetevatan-logo,
.sprite-images-gplus-icon,
.sprite-images-green-thick,
.sprite-images-gsr-bike-icon,
.sprite-images-gsr-car-icon,
.sprite-images-gsr-gallery-icon,
.sprite-images-gsr-link-icon,
.sprite-images-gsr-news-icon,
.sprite-images-gsr-truck-icon,
.sprite-images-gsr-video-icon,
.sprite-images-haberlercom-logo,
.sprite-images-handbill,
.sprite-images-honda,
.sprite-images-horizontal-offer-icon,
.sprite-images-hp-text-icon,
.sprite-images-hp-widget-calc,
.sprite-images-hp-widget-capacity,
.sprite-images-hp-widget-car,
.sprite-images-hp-widget-filter,
.sprite-images-hp-widget-installment,
.sprite-images-hp-widget-money,
.sprite-images-hp-widget-seat,
.sprite-images-hp-widget-weight,
.sprite-images-hyundai,
.sprite-images-iha-logo,
.sprite-images-internethaber-logo,
.sprite-images-isuzu,
.sprite-images-jeep,
.sprite-images-kia,
.sprite-images-lada,
.sprite-images-landrover,
.sprite-images-left-arrow-green,
.sprite-images-location-icon,
.sprite-images-master-visa,
.sprite-images-mazda,
.sprite-images-member-follow-icon,
.sprite-images-member-icon,
.sprite-images-member-location-icon,
.sprite-images-member-msg-icon,
.sprite-images-member-offers-icon,
.sprite-images-member-unfollow-icon,
.sprite-images-mercedes,
.sprite-images-mhw-car-icon,
.sprite-images-mhw-fav-icon,
.sprite-images-mhw-msg-icon,
.sprite-images-milliyet-logo,
.sprite-images-minicooper,
.sprite-images-minus-icon,
.sprite-images-mitsubishi,
.sprite-images-msg-delete-icon,
.sprite-images-myhome-search-icon,
.sprite-images-news-cal-icon,
.sprite-images-news-comment-icon,
.sprite-images-news-embed-icon,
.sprite-images-news-focus-icon,
.sprite-images-news-preview-icon,
.sprite-images-news-slider-arrow-left,
.sprite-images-news-slider-arrow-right,
.sprite-images-news-user-icon,
.sprite-images-nissan,
.sprite-images-oc-title-brand,
.sprite-images-oc-title-info,
.sprite-images-oc-title-pic,
.sprite-images-oc-title-spec,
.sprite-images-od-phone-icon,
.sprite-images-offer-change-icon,
.sprite-images-offer-create-step1,
.sprite-images-offer-create-step2,
.sprite-images-offer-create-tooltip-pointer,
.sprite-images-offer-edit-icon,
.sprite-images-offer-fav-icon,
.sprite-images-offer-msg-icon,
.sprite-images-opel,
.sprite-images-pa-list-icon,
.sprite-images-pa-notify-icon,
.sprite-images-pa-renew-icon,
.sprite-images-pa-time-icon,
.sprite-images-packages-header,
.sprite-images-pager-next,
.sprite-images-pager-nextall,
.sprite-images-pager-prev,
.sprite-images-pager-prevall,
.sprite-images-partners-top,
.sprite-images-personincharge-icon,
.sprite-images-peugeot,
.sprite-images-phone-icon,
.sprite-images-play-icon,
.sprite-images-plus-icon,
.sprite-images-porsche,
.sprite-images-proton,
.sprite-images-qmark-icon,
.sprite-images-rdb-date-icon,
.sprite-images-rdb-location-icon,
.sprite-images-read-msg-icon,
.sprite-images-red-cross,
.sprite-images-rental-seat-icon,
.sprite-images-right-arrow-orange-icon,
.sprite-images-rover,
.sprite-images-row-list-icon,
.sprite-images-rtp-expand-icon,
.sprite-images-saerch-icon-all,
.sprite-images-saved-search-icon,
.sprite-images-search-category-icon,
.sprite-images-search-icon-all,
.sprite-images-search-list-icon,
.sprite-images-seat,
.sprite-images-share-fb-icon,
.sprite-images-share-gplus-icon,
.sprite-images-share-pinterest-icon,
.sprite-images-share-twitter-icon,
.sprite-images-shortcut-logout,
.sprite-images-shortcut-my-msg,
.sprite-images-shortcut-my-offers,
.sprite-images-shortcut-private,
.sprite-images-show-phone-icon,
.sprite-images-showcase-doping-icon,
.sprite-images-showcase-haberler-icon,
.sprite-images-showcase-title-icon,
.sprite-images-signboard-icon,
.sprite-images-signup-car-icon,
.sprite-images-signup-doc-icon,
.sprite-images-signup-phone-icon,
.sprite-images-signup-photo-icon,
.sprite-images-signup-time-icon,
.sprite-images-skoda,
.sprite-images-sl-fav-icon,
.sprite-images-sl-msg-icon,
.sprite-images-slider-arrow-next,
.sprite-images-slider-arrow-prev,
.sprite-images-sms-time-icon,
.sprite-images-ssangyong,
.sprite-images-sss-thick-icon,
.sprite-images-stats-fav-icon,
.sprite-images-stats-msg-icon,
.sprite-images-stats-view-icon,
.sprite-images-status-not-ok,
.sprite-images-status-ok,
.sprite-images-subaru,
.sprite-images-subweb-fb-icon,
.sprite-images-subweb-gplus-icon,
.sprite-images-subweb-instagram-icon,
.sprite-images-subweb-pinterest-icon,
.sprite-images-subweb-thumblr-icon,
.sprite-images-subweb-twt-icon,
.sprite-images-subweb-youtube-icon,
.sprite-images-support-video-icon,
.sprite-images-suzuki,
.sprite-images-tag-remove-icon,
.sprite-images-tasit-blog,
.sprite-images-tasit-logo-mid,
.sprite-images-tasit-logo-mini,
.sprite-images-tata,
.sprite-images-telephone-icon,
.sprite-images-thumbs-down-icon,
.sprite-images-thumbs-up-icon,
.sprite-images-tmc-box-thick,
.sprite-images-tofas,
.sprite-images-top-doping-icon,
.sprite-images-toyota,
.sprite-images-triangle,
.sprite-images-twitter-icon,
.sprite-images-unread-msg-icon,
.sprite-images-upload-icon,
.sprite-images-vertical-offer-icon,
.sprite-images-volkswagen,
.sprite-images-volvo,
.sprite-images-warn-icon,
.sprite-images-warranty-badge-small,
.sprite-images-warranty-logo,
.sprite-images-warranty-title-icon,
.sprite-images-why-doping-icon,
.sprite-images-x-icon,
.slider-prev-icon,
.slider-next-icon,
.plus-icon,
.case-icon,
.row-list-icon,
.direct:hover .row-list-icon,
.phone-icon,
.tasitcom-member,
.back-to-top,
.expand-icon-mini,
.expand-icon-mini.up,
.tag-remove-icon,
.search-list-icon,
.active .search-list-icon,
.search-category-icon,
.active .search-category-icon,
.event-save-search-icon,
.compare-check-icon,
.checked .compare-check-icon,
.sl-msg-icon,
.sl-fav-icon,
.active .sl-fav-icon,
.warranty-badge-small,
.offer-search-slider .slider-prev,
.offer-search-slider .slider-prev:hover,
.offer-search-slider .slider-next,
.offer-search-slider .slider-next:hover,
.pager-next,
.pager-nextall,
.pager-prev,
.pager-prevall,
.business-landing-phone-icon,
.blt-box-thick,
.signup-car-icon,
.signup-time-icon,
.signup-doc-icon,
.signup-photo-icon,
.signup-phone-icon,
.dsf-location-icon,
.dsf-year-icon,
.dsf-mileage-icon,
.dsf-price-icon,
.dsf-power-icon,
.dsf-geartype-icon,
.dsf-fueltype-icon,
.dsf-bodytype-icon,
.dsf-owner-icon,
.dsf-date-icon,
.dsf-status-icon,
.dsf-photo-icon,
.custom-radio-filter,
.active .custom-radio-filter,
.left-arrow-green,
.price-notice,
.available-icon,
.unavailable-icon,
.our-partners-slider .ca-nav-prev,
.our-partners-slider .ca-nav-prev:hover,
.our-partners-slider .ca-nav-next,
.our-partners-slider .ca-nav-next:hover,
.our-partner-slider .slider-prev,
.our-partner-slider .slider-prev:hover,
.our-partner-slider .slider-next,
.our-partner-slider .slider-next:hover,
.milliyet-logo,
.milliyet-logo:hover,
.haberlercom-logo,
.haberlercom-logo:hover,
.internethaber-logo,
.internethaber-logo:hover,
.iha-logo,
.iha-logo:hover,
.aktifhaber-logo,
.aktifhaber-logo:hover,
.gazetekeyfi-logo,
.gazetekeyfi-logo:hover,
.gazetevatan-logo,
.gazetevatan-logo:hover,
.master-visa-icon,
.upload-icon,
.status-ok,
.status-none,
.share-fb-icon,
.share-twitter-icon,
.share-gplus-icon,
.share-pinterest-icon,
.handbill-image,
.oc-first-step,
.oc-title-brand,
.oc-title-pic,
.oc-title-info,
.oc-title-spec,
.category-ok,
.warranty-qmark,
.oc-second-step,
.triangle-pointer,
.cal-icon,
.location-icon,
.warranty-badge,
.big-size-icon,
.thumbs-up-icon,
.thumbs-down-icon,
.offer-msg-icon,
.offer-fav-icon,
.active .offer-fav-icon,
.offer-edit-icon,
.od-phone-icon,
.od-phone-icon.hovered,
.show-phone-icon,
.x-icon,
.gplus,
.twitter,
.facebook,
.offer-specification-status,
.active .offer-specification-status,
.offer-warranty-logo,
.warn-icon,
.member-location-icon,
.member-action-block a:hover .member-msg-icon,
.member-action-block a:hover .member-offers-icon,
.member-action-block a:hover .member-follow-icon,
.member-action-block a:hover .member-unfollow-icon,
.member-action-block .member-follow-icon,
.member-action-block .member-unfollow-icon,
.member-msg-icon,
.member-offers-icon,
.minus-icon,
.mhw-car-icon,
.mhw-fav-icon,
.mhw-msg-icon,
.myhome-search-icon,
.custom-checkbox-icon,
.active .custom-checkbox-icon,
.exclamation-icon,
.pa-list-icon,
.pa-renew-icon,
.pa-notify-icon,
.pa-time-icon,
.stats-fav-icon,
.stats-view-icon,
.stats-msg-icon,
.vertical-offer-icon,
.horizontal-offer-icon,
.saved-search-icon,
.add-logo-icon,
.subweb-fb-icon,
.subweb-twt-icon,
.subweb-instagram-icon,
.subweb-thumblr-icon,
.subweb-gplus-icon,
.subweb-pinterest-icon,
.subweb-youtube-icon,
.checkbox-icon,
.active .checkbox-icon,
.support-video-icon,
.fb-support-icon,
.search-icon-car,
.tmc-box-thick,
.business-phone-support,
.showcase-doping-icon,
.showcase-haberler-icon,
.top-doping-icon,
.frame-doping-icon,
.color-doping-icon,
.bold-doping-icon,
.why-doping-icon,
.contact-address-icon,
.contact-phone-icon,
.contact-fax-icon,
.personincharge-icon,
.enrollment-icon,
.faq-member-icon,
.faq-member-icon-active,
.faq-search-icon,
.faq-search-icon-active,
.faq-search-type-icon,
.faq-search-type-icon-active,
.faq-offer-icon,
.faq-offer-icon-active,
.faq-private-icon,
.faq-private-icon-active,
.faq-corporate-icon,
.faq-corporate-icon-active,
.faq-doping-icon,
.faq-doping-icon-active,
.faq-doc-icon,
.faq-doc-icon-active,
.sss-thick-icon,
.sss-time-icon,
.campaing-msg-icon,
.blue-thick,
.exception-icon,
.exception-car-icon,
.exception-truck-icon,
.exception-bike-icon,
.exception-rent-icon,
.exception-news-icon,
.exception-video-icon,
.exception-gallery-icon,
.expand-double-icon,
.fb-icon,
.hp-text-icon,
.warranty-title-icon,
.gsr-car-icon,
.gsr-truck-icon,
.gsr-bike-icon,
.gsr-news-icon,
.gsr-video-icon,
.gsr-gallery-icon,
.gsr-link-icon,
.msg-delete-icon,
.read-msg-icon,
.unread-msg-icon,
.rdb-location-icon,
.rdb-date-icon,
.play-icon,
.camera-icon,
.follow-us-fb,
.follow-us-twt,
.follow-us-gplus,
.brand-news-slider .slider-prev,
.brand-news-slider .slider-prev:hover,
.brand-news-slider .slider-next,
.brand-news-slider .slider-next:hover,
.news-preview-icon,
.news-cal-icon,
.news-user-icon,
.news-comment-icon,
.gallery-slider-prev,
.gallery-slider-next,
.news-focus-icon,
.news-embed-icon,
.cds-twt-icon,
.cds-gplus-icon,
.custom-radio-green,
.active .custom-radio-green,
.hp-widget-filter,
.hp-widget-money,
.hp-widget-installment,
.car-icon,
.hp-widget-car,
.hp-widget-calc,
.hp-widget-weight,
.hp-widget-capacity,
.hp-widget-seat,
.elastislide-prev,
.elastislide-prev:hover,
.elastislide-next,
.elastislide-next:hover {
  background-image: url('/images/sprite-images-sbda79c38ab.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-add-logo-icon {
  background-position: -222px -235px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-ajansotomobil-logo-mini {
  background-position: -422px -235px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-aktifhaber-logo {
  background-position: 0 -1022px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-aktifhaber-logo:hover,
.sprite-images-aktifhaber-logo.aktifhaber-logo-hover {
  background-position: -160px -1022px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-alfa-romeo {
  background-position: -478px -283px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-audi {
  background-position: -469px -498px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-back {
  background-position: -480px -949px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-big-size-icon {
  background-position: -266px -194px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-blt-box-thick {
  background-position: -155px -194px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-blue-thick {
  background-position: -283px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-bmw {
  background-position: -419px -338px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-bold-doping-icon {
  background-position: 0 -1286px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-brand-acura {
  background-position: -539px -338px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-brand-aston-martin {
  background-position: -52px -450px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-brand-bentley {
  background-position: -112px -450px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-brand-bugatti {
  background-position: -172px -450px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-brand-buick {
  background-position: -353px -402px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-brand-cadillac {
  background-position: -413px -402px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-brand-chery {
  background-position: -533px -402px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-brand-iveco {
  background-position: -49px -498px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-brand-jaguar {
  background-position: -468px -594px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-brand-lamborghini {
  background-position: -229px -498px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-brand-lancia {
  background-position: -412px -450px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-brand-lincoln {
  background-position: -472px -450px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-brand-lotus {
  background-position: -532px -450px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-brand-maserati {
  background-position: -529px -498px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-brand-rolls-royce {
  background-position: -48px -594px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-brand-saab {
  background-position: -108px -594px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-brand-ssangyong {
  background-position: -228px -594px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-brand-tata {
  background-position: -289px -546px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-business-landing-phone-icon {
  background-position: -433px -194px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-business-map-icon {
  background-position: 0 -546px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-business-phone-icon {
  background-position: -487px -642px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-business-phone-support {
  background-position: 0 -1146px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-business-web-icon {
  background-position: 0 -498px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-cal-icon {
  background-position: -663px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-camera-icon {
  background-position: -395px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-campaign-msg-icon {
  background-position: -48px -148px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-car-icon {
  background-position: -430px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-card-types-icon {
  background-position: -115px -755px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-case-icon {
  background-position: -529px -691px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-category-ok {
  background-position: -235px -2014px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-cds-gplus-icon {
  background-position: -671px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-cds-twt-icon {
  background-position: -490px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-chevrolet {
  background-position: -409px -546px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-chrysler {
  background-position: -529px -546px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-citroen {
  background-position: -509px -235px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-close-icon-blue {
  background-position: -86px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-color-doping-icon {
  background-position: -204px -1214px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-compare-check-icon {
  background-position: -583px -148px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-compare-uncheck-icon {
  background-position: -543px -148px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-contact-address-icon {
  background-position: -329px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-contact-fax-icon {
  background-position: -187px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-contact-phone-icon {
  background-position: -236px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-custom-checkbox-checked {
  background-position: -587px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-custom-checkbox {
  background-position: 0 -194px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-custom-radio-filter-checked {
  background-position: -247px -60px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-custom-radio-filter {
  background-position: -219px -60px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-custom-radio-green {
  background-position: -275px -60px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-custom-radio-green:active,
.sprite-images-custom-radio-green.custom-radio-green-active {
  background-position: -643px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-custom-sb-expand-white {
  background-position: 0 -108px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-dacia {
  background-position: -213px -642px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-daewoo {
  background-position: -348px -594px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-daihatsu {
  background-position: -408px -594px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-dodge {
  background-position: -109px -498px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-dsf-bodytype-icon {
  background-position: -475px -194px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-dsf-date-icon {
  background-position: 0 -235px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-dsf-fueltype-icon {
  background-position: -515px -194px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-dsf-geartype-icon {
  background-position: -310px -194px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-dsf-location-icon {
  background-position: -676px -108px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-dsf-mileage-icon {
  background-position: -463px -148px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-dsf-owner-icon {
  background-position: -555px -194px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-dsf-photo-icon {
  background-position: -382px -148px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-dsf-power-icon {
  background-position: -351px -194px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-dsf-price-icon {
  background-position: -617px -108px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-dsf-status-icon {
  background-position: -392px -194px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-dsf-year-icon {
  background-position: -78px -235px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-empty1 {
  background-position: 0 -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-enrollment-icon {
  background-position: -163px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-event-save-search-icon {
  background-position: -340px -1214px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-exception-bike-icon {
  background-position: -108px -1912px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-exception-car-icon {
  background-position: -385px -1525px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-exception-gallery-icon {
  background-position: -216px -1912px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-exception-icon {
  background-position: -292px -1286px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-exception-news-icon {
  background-position: -236px -1423px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-exception-rent-icon {
  background-position: -269px -1525px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-exception-truck-icon {
  background-position: 0 -1912px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-exception-video-icon {
  background-position: -370px -1423px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-exclamation-icon {
  background-position: -65px -60px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-expand-double-icon {
  background-position: -20px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-expand-icon-mini-up {
  background-position: 0 -60px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-expand-icon-mini {
  background-position: -11px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-facebook-icon {
  background-position: -117px -235px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-faq-corporate-icon {
  background-position: -491px -60px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-faq-corporate-icon:active,
.sprite-images-faq-corporate-icon.faq-corporate-icon-active {
  background-position: -520px -60px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-faq-doc-icon {
  background-position: -607px -60px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-faq-doc-icon:active,
.sprite-images-faq-doc-icon.faq-doc-icon-active {
  background-position: -578px -60px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-faq-doping-icon {
  background-position: -804px -30px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-faq-doping-icon:active,
.sprite-images-faq-doping-icon.faq-doping-icon-active {
  background-position: -775px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-faq-member-icon {
  background-position: -770px 0;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-faq-member-icon:active,
.sprite-images-faq-member-icon.faq-member-icon-active {
  background-position: -28px -194px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-faq-offer-icon {
  background-position: -173px -148px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-faq-offer-icon:active,
.sprite-images-faq-offer-icon.faq-offer-icon-active {
  background-position: -144px -148px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-faq-private-icon {
  background-position: -231px -148px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-faq-private-icon:active,
.sprite-images-faq-private-icon.faq-private-icon-active {
  background-position: -202px -148px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-faq-search-icon {
  background-position: -289px -148px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-faq-search-icon:active,
.sprite-images-faq-search-icon.faq-search-icon-active {
  background-position: -260px -148px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-faq-search-type-icon {
  background-position: -549px -60px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-faq-search-type-icon:active,
.sprite-images-faq-search-type-icon.faq-search-type-icon-active {
  background-position: -741px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-fb-icon {
  background-position: -355px -60px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-fb-support-icon {
  background-position: -71px -691px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-feedback-success-icon {
  background-position: -262px -283px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-ferrari {
  background-position: -169px -546px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-fiat {
  background-position: -109px -546px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-follow-us-fb {
  background-position: -595px -194px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-follow-us-gplus {
  background-position: -636px -60px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-follow-us-twt {
  background-position: -228px -338px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-footer-icon-fb {
  background-position: 0 -148px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-footer-icon-gplus {
  background-position: -39px -235px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-footer-icon-instagram {
  background-position: -423px -148px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-footer-icon-pinterest {
  background-position: -24px -283px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-footer-icon-thumblr {
  background-position: -57px -283px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-footer-icon-twt {
  background-position: -318px -148px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-footer-icon-youtube {
  background-position: 0 -402px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-ford {
  background-position: -49px -546px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-frame-doping-icon {
  background-position: -136px -1214px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-full-size-icon {
  background-position: -306px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-gallery-slider-next {
  background-position: -159px -235px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-gallery-slider-prev {
  background-position: -191px -235px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-gazetekeyfi-logo {
  background-position: -160px -1084px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-gazetekeyfi-logo:hover,
.sprite-images-gazetekeyfi-logo.gazetekeyfi-logo-hover {
  background-position: 0 -949px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-gazetevatan-logo {
  background-position: -332px -755px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-gazetevatan-logo:hover,
.sprite-images-gazetevatan-logo.gazetevatan-logo-hover {
  background-position: -320px -1084px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-gplus-icon {
  background-position: -129px -283px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-green-thick {
  background-position: -461px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-gsr-bike-icon {
  background-position: -160px -819px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-gsr-car-icon {
  background-position: -223px -819px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-gsr-gallery-icon {
  background-position: -176px -691px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-gsr-link-icon {
  background-position: -431px -60px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-gsr-news-icon {
  background-position: -80px -338px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-gsr-truck-icon {
  background-position: -326px -819px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-gsr-video-icon {
  background-position: -492px -755px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-haberlercom-logo {
  background-position: -370px -885px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-haberlercom-logo:hover,
.sprite-images-haberlercom-logo.haberlercom-logo-hover {
  background-position: -160px -949px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-handbill {
  background-position: 0 -2014px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-honda {
  background-position: -538px -283px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-horizontal-offer-icon {
  background-position: -475px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-hp-text-icon {
  background-position: -461px -60px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-hp-widget-calc {
  background-position: -724px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-hp-widget-capacity {
  background-position: -77px -108px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-hp-widget-car {
  background-position: -51px -108px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-hp-widget-filter {
  background-position: -39px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-hp-widget-installment {
  background-position: -563px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-hp-widget-money {
  background-position: -103px -108px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-hp-widget-seat {
  background-position: -249px -108px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-hp-widget-weight {
  background-position: -698px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-hyundai {
  background-position: -53px -402px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-iha-logo {
  background-position: 0 -1084px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-iha-logo:hover,
.sprite-images-iha-logo.iha-logo-hover {
  background-position: -320px -1022px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-internethaber-logo {
  background-position: 0 -819px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-internethaber-logo:hover,
.sprite-images-internethaber-logo.internethaber-logo-hover {
  background-position: -320px -949px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-isuzu {
  background-position: -352px -450px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-jeep {
  background-position: -229px -546px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-kia {
  background-position: -349px -498px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-lada {
  background-position: -469px -546px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-landrover {
  background-position: -308px -283px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-left-arrow-green {
  background-position: -30px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-location-icon {
  background-position: -336px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-master-visa {
  background-position: -144px -1286px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-mazda {
  background-position: -409px -498px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-member-follow-icon {
  background-position: -211px 0;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-member-follow-icon:hover,
.sprite-images-member-follow-icon.member-follow-icon-hover {
  background-position: -111px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-member-icon {
  background-position: -57px -194px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-member-location-icon {
  background-position: -379px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-member-msg-icon {
  background-position: -138px -30px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-member-msg-icon:hover,
.sprite-images-member-msg-icon.member-msg-icon-hover {
  background-position: -113px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-member-offers-icon {
  background-position: -136px 0;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-member-offers-icon:hover,
.sprite-images-member-offers-icon.member-offers-icon-hover {
  background-position: -186px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-member-unfollow-icon {
  background-position: -161px 0;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-member-unfollow-icon:hover,
.sprite-images-member-unfollow-icon.member-unfollow-icon-hover {
  background-position: -61px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-mercedes {
  background-position: -368px -283px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-mhw-car-icon {
  background-position: 0 -450px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-mhw-fav-icon {
  background-position: -264px -235px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-mhw-msg-icon {
  background-position: -120px -338px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-milliyet-logo {
  background-position: 0 -885px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-milliyet-logo:hover,
.sprite-images-milliyet-logo.milliyet-logo-hover {
  background-position: -210px -885px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-minicooper {
  background-position: -233px -402px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-minus-icon {
  background-position: -239px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-mitsubishi {
  background-position: -359px -338px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-msg-delete-icon {
  background-position: -515px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-myhome-search-icon {
  background-position: -428px -283px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-news-cal-icon {
  background-position: -377px -60px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-news-comment-icon {
  background-position: -190px -108px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-news-embed-icon {
  background-position: -636px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-news-focus-icon {
  background-position: -275px -108px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-news-preview-icon {
  background-position: -128px -108px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-news-slider-arrow-left {
  background-position: 0 -283px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-news-slider-arrow-right {
  background-position: -407px -60px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-news-user-icon {
  background-position: -159px -108px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-nissan {
  background-position: -473px -402px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-oc-title-brand {
  background-position: -121px -691px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-oc-title-info {
  background-position: -327px -691px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-oc-title-pic {
  background-position: -275px -691px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-oc-title-spec {
  background-position: -223px -691px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-od-phone-icon {
  background-position: -305px -108px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-od-phone-icon:active,
.sprite-images-od-phone-icon.od-phone-icon-active {
  background-position: -338px -108px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-offer-change-icon {
  background-position: -119px -194px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-offer-create-step1 {
  background-position: 0 -1715px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-offer-create-step2 {
  background-position: 0 -1627px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-offer-create-tooltip-pointer {
  background-position: -313px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-offer-edit-icon {
  background-position: -229px -194px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-offer-fav-icon {
  background-position: -496px -108px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-offer-fav-icon:active,
.sprite-images-offer-fav-icon.offer-fav-icon-active {
  background-position: -464px -108px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-offer-msg-icon {
  background-position: -429px -108px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-opel {
  background-position: -289px -498px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-pa-list-icon {
  background-position: -30px -338px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-pa-notify-icon {
  background-position: -309px -235px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-pa-renew-icon {
  background-position: -177px -338px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-pa-time-icon {
  background-position: 0 -691px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-packages-header {
  background-position: 0 -2254px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-pager-next {
  background-position: -359px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-pager-nextall {
  background-position: -539px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-pager-prev {
  background-position: -351px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-pager-prevall {
  background-position: -750px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-partners-top {
  background-position: -106px -1806px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-personincharge-icon {
  background-position: -260px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-peugeot {
  background-position: -362px -235px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-phone-icon {
  background-position: -88px -194px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-play-icon {
  background-position: -186px -1525px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-plus-icon {
  background-position: -476px -819px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-porsche {
  background-position: -273px -642px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-proton {
  background-position: -333px -642px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-qmark-icon {
  background-position: -397px -108px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-rdb-date-icon {
  background-position: -715px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-rdb-location-icon {
  background-position: -689px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-read-msg-icon {
  background-position: -221px -108px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-red-cross {
  background-position: -405px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-rental-seat-icon {
  background-position: 0 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-right-arrow-orange-icon {
  background-position: -586px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-rover {
  background-position: -288px -594px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-row-list-icon {
  background-position: -19px -60px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-row-list-icon:hover,
.sprite-images-row-list-icon.row-list-icon-hover {
  background-position: -45px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-rtp-expand-icon {
  background-position: -303px -60px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-rtp-expand-icon:active,
.sprite-images-rtp-expand-icon.rtp-expand-icon-active {
  background-position: -283px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-saerch-icon-all {
  background-position: -290px -1146px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-saved-search-icon {
  background-position: -406px -819px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-search-category-icon {
  background-position: -24px -108px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-search-category-icon:active,
.sprite-images-search-category-icon.search-category-icon-active {
  background-position: -506px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-search-icon-all {
  background-position: -360px -1146px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-search-list-icon {
  background-position: -560px -30px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-search-list-icon:active,
.sprite-images-search-list-icon.search-list-icon-active {
  background-position: -533px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-seat {
  background-position: -349px -546px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-share-fb-icon {
  background-position: -371px -108px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-share-gplus-icon {
  background-position: -709px -108px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-share-pinterest-icon {
  background-position: -528px -108px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-share-twitter-icon {
  background-position: -190px -194px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-shortcut-logout {
  background-position: -171px -283px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-shortcut-my-msg {
  background-position: -479px -691px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-shortcut-my-offers {
  background-position: -429px -691px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-shortcut-private {
  background-position: -379px -691px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-show-phone-icon {
  background-position: -35px -60px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-showcase-doping-icon {
  background-position: -272px -1214px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-showcase-haberler-icon {
  background-position: -430px -1146px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-showcase-title-icon {
  background-position: -113px -60px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-signboard-icon {
  background-position: -152px -1423px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-signup-car-icon {
  background-position: -68px -1286px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-signup-doc-icon {
  background-position: -76px -1423px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-signup-phone-icon {
  background-position: -483px -1214px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-signup-photo-icon {
  background-position: 0 -1423px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-signup-time-icon {
  background-position: -407px -1214px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-skoda {
  background-position: -168px -594px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-sl-fav-icon {
  background-position: -159px -60px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-sl-fav-icon:active,
.sprite-images-sl-fav-icon.sl-fav-icon-active {
  background-position: -189px -60px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-sl-msg-icon {
  background-position: 0 -338px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-slider-arrow-next {
  background-position: -648px -108px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-slider-arrow-next:hover,
.sprite-images-slider-arrow-next.slider-arrow-next-hover {
  background-position: -354px -148px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-slider-arrow-prev {
  background-position: -561px -108px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-slider-arrow-prev:hover,
.sprite-images-slider-arrow-prev.slider-arrow-prev-hover {
  background-position: -589px -108px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-sms-time-icon {
  background-position: -212px -1286px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-ssangyong {
  background-position: -169px -498px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-sss-thick-icon {
  background-position: -469px -1286px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-stats-fav-icon {
  background-position: -371px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-stats-msg-icon {
  background-position: -451px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-stats-view-icon {
  background-position: -61px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-status-not-ok {
  background-position: -137px -60px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-status-ok {
  background-position: -89px -60px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-subaru {
  background-position: -293px -402px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-subweb-fb-icon {
  background-position: 0 -594px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-subweb-gplus-icon {
  background-position: -707px -60px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-subweb-instagram-icon {
  background-position: -393px -642px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-subweb-pinterest-icon {
  background-position: -440px -642px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-subweb-thumblr-icon {
  background-position: -528px -594px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-subweb-twt-icon {
  background-position: -536px -642px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-subweb-youtube-icon {
  background-position: -569px -235px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-support-video-icon {
  background-position: 0 -1214px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-suzuki {
  background-position: -232px -450px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-tag-remove-icon {
  background-position: -615px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-tasit-blog {
  background-position: -107px -642px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-tasit-logo-mid {
  background-position: 0 -642px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-tasit-logo-mini {
  background-position: -86px -148px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-tata {
  background-position: -479px -338px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-telephone-icon {
  background-position: -160px -885px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-thumbs-down-icon {
  background-position: -85px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-thumbs-up-icon {
  background-position: -211px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-tmc-box-thick {
  background-position: -608px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-tofas {
  background-position: -299px -338px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-top-doping-icon {
  background-position: -68px -1214px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-toyota {
  background-position: -173px -402px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-triangle {
  background-position: -24px -148px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-twitter-icon {
  background-position: -87px -283px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-unread-msg-icon {
  background-position: -423px -30px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-upload-icon {
  background-position: -623px -148px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-vertical-offer-icon {
  background-position: -329px -60px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-volkswagen {
  background-position: -113px -402px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-volvo {
  background-position: -292px -450px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-warn-icon {
  background-position: -212px -283px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-warranty-badge-small {
  background-position: 0 -755px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-warranty-logo {
  background-position: 0 -1525px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-warranty-title-icon {
  background-position: -503px -148px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-why-doping-icon {
  background-position: 0 -1806px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sprite-images-x-icon {
  background-position: -261px -30px;
}

/* line 184, mobile-app/*.png */

.mobile-app-sprite,
.mobile-app-android-app-shape,
.mobile-app-android-rent-shape,
.mobile-app-ipad-app-shape,
.mobile-app-iphone-app-shape,
.mobile-app-iphone-rent-shape,
.mobile-app-mobile-app-add-icon,
.mobile-app-mobile-app-gallery-icon,
.mobile-app-mobile-app-search-icon,
.mobile-app-mobile-app-share-icon,
.mobile-app-mobile-app-store-blue,
.mobile-app-mobile-app-store-green,
.mobile-app-mobile-app-store-icon,
.mobile-app-mobile-app-store-orange,
.mobile-app-mobile-google-play-icon,
.mobile-app-mobile-google-play-orange,
.mobile-app-mobile-ipad-screen,
.mobile-app-sms-freemium,
.mobile-app-sms-mobile,
.iphone-app-shape,
.mobile-app-store-icon,
.android-app-shape,
.mobile-google-play-icon,
.mobile-app-add-icon,
.mobile-app-gallery-icon,
.mobile-app-share-icon,
.mobile-app-search-icon,
.ipad-app-shape,
.mobile-app-store-blue,
.iphone-rent-shape,
.android-rent-shape,
.mobile-app-store-orange,
.mobile-google-play-orange,
.mobile-ipad-screen,
.mobile-app-store-green,
.sms-mobile-sample,
.sms-mobile-freemium {
  background-image: url('/images/mobile-app-sf4cfa0a7ba.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.mobile-app-android-app-shape {
  background-position: 0 -717px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.mobile-app-android-rent-shape {
  background-position: -94px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.mobile-app-ipad-app-shape {
  background-position: 0 -551px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.mobile-app-iphone-app-shape {
  background-position: -116px -717px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.mobile-app-iphone-rent-shape {
  background-position: 0 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.mobile-app-mobile-app-add-icon {
  background-position: -182px -370px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.mobile-app-mobile-app-gallery-icon {
  background-position: -182px -190px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.mobile-app-mobile-app-search-icon {
  background-position: -182px -310px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.mobile-app-mobile-app-share-icon {
  background-position: -182px -250px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.mobile-app-mobile-app-store-blue {
  background-position: 0 -190px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.mobile-app-mobile-app-store-green {
  background-position: 0 -490px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.mobile-app-mobile-app-store-icon {
  background-position: 0 -370px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.mobile-app-mobile-app-store-orange {
  background-position: 0 -310px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.mobile-app-mobile-google-play-icon {
  background-position: 0 -430px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.mobile-app-mobile-google-play-orange {
  background-position: 0 -250px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.mobile-app-mobile-ipad-screen {
  background-position: 0 -931px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.mobile-app-sms-freemium {
  background-position: 0 -1272px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.mobile-app-sms-mobile {
  background-position: 0 -1670px;
}

/* line 160, partner-sites/*.png */

.partner-sites-sprite,
.partner-sites-partner-ajans32,
.partner-sites-partner-aydin24,
.partner-sites-partner-bafraviphaber,
.partner-sites-partner-cizremedya,
.partner-sites-partner-cubukhaber,
.partner-sites-partner-cumhuriyet,
.partner-sites-partner-diyarbakirmanset,
.partner-sites-partner-emanisacom,
.partner-sites-partner-esenyurthaber,
.partner-sites-partner-gercekgundem,
.partner-sites-partner-kamuhaber,
.partner-sites-partner-milliyet,
.partner-sites-partner-mitula,
.partner-sites-partner-ototest,
.partner-sites-partner-sozcu18,
.partner-milliyet,
.partner-cumhuriyet,
.partner-cubukhaber,
.partner-cizremedya,
.partner-aydin24,
.partner-emanisacom,
.partner-bafraviphaber,
.partner-sozcu18,
.partner-kamuhaber,
.partner-diyarbakirmanset,
.partner-esenyurthaber,
.partner-ajans32,
.partner-gercekgundem,
.partner-mitula,
.partner-ototest {
  background-image: url('/images/partner-sites-s54052dfa94.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.partner-sites-partner-ajans32 {
  background-position: 0 -864px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.partner-sites-partner-aydin24 {
  background-position: 0 -360px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.partner-sites-partner-bafraviphaber {
  background-position: 0 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.partner-sites-partner-cizremedya {
  background-position: 0 -792px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.partner-sites-partner-cubukhaber {
  background-position: 0 -288px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.partner-sites-partner-cumhuriyet {
  background-position: 0 -144px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.partner-sites-partner-diyarbakirmanset {
  background-position: 0 -936px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.partner-sites-partner-emanisacom {
  background-position: 0 -720px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.partner-sites-partner-esenyurthaber {
  background-position: 0 -1008px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.partner-sites-partner-gercekgundem {
  background-position: 0 -648px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.partner-sites-partner-kamuhaber {
  background-position: 0 -504px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.partner-sites-partner-milliyet {
  background-position: 0 -576px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.partner-sites-partner-mitula {
  background-position: 0 -432px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.partner-sites-partner-ototest {
  background-position: 0 -216px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.partner-sites-partner-sozcu18 {
  background-position: 0 -72px;
}

/* line 1, ../sass/base/_custom.scss */

body {
  background: #F8F8F8;
  font: normal 12px 'Open Sans', sans-serif;
  color: #000;
}

/* line 6, ../sass/base/_custom.scss */

a {
  color: #000;
  text-decoration: none;
}

/* line 9, ../sass/base/_custom.scss */

a:active {
  background-color: transparent\9;
}

/* line 13, ../sass/base/_custom.scss */

h1,
h2,
h3,
h4,
ul,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

/* line 18, ../sass/base/_custom.scss */

ul {
  list-style: none;
}

/* line 21, ../sass/base/_custom.scss */

input[type=text],
input[type=password],
.custom-sb {
  line-height: 18px;
}

/* line 25, ../sass/base/_custom.scss */

input:focus,
textarea:focus,
button:focus,
select:focus,
a:focus,
img:focus {
  outline: none;
}

/* line 29, ../sass/base/_custom.scss */

textarea {
  resize: none;
  overflow: auto;
}

/* line 33, ../sass/base/_custom.scss */

select {
  background: #fff;
}

/* line 36, ../sass/base/_custom.scss */

input.placeholder {
  color: #000;
}

/* line 39, ../sass/base/_custom.scss */

input:-moz-placeholder {
  color: #000;
}

/* line 42, ../sass/base/_custom.scss */

input::-moz-placeholder {
  color: #000;
}

/* line 45, ../sass/base/_custom.scss */

input:-ms-input-placeholder {
  color: #000;
}

/* line 48, ../sass/base/_custom.scss */

input::-webkit-input-placeholder {
  color: #000;
}

/* line 51, ../sass/base/_custom.scss */

label.required:after {
  content: " * ";
}

/* line 128, homepage-sprite/*.png */

.homepage-sprite-sprite,
.homepage-sprite-close-icon-blue,
.homepage-sprite-custom-sb-expand,
.homepage-sprite-footer-fb-icon,
.homepage-sprite-footer-gplus-icon,
.homepage-sprite-footer-slideshares-icon,
.homepage-sprite-footer-twt-icon,
.homepage-sprite-footer-youtube-icon,
.homepage-sprite-hp-photo-icon,
.homepage-sprite-hp-video-icon-big,
.homepage-sprite-hp-video-icon-small,
.homepage-sprite-search-icon,
.custom-sb-expand,
.interstitial-banner .close-icon,
.search-icon,
.footer-fb-icon,
.footer-twt-icon,
.footer-gplus-icon,
.footer-youtube-icon,
.footer-slideshares-icon,
.hp-photo-icon,
.hp-video-icon-big,
.hp-video-icon-small {
  background-image: url('/images/homepage-sprite-s37f4b3cbfd.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.homepage-sprite-close-icon-blue {
  background-position: -84px -31px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.homepage-sprite-custom-sb-expand {
  background-position: -64px -31px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.homepage-sprite-footer-fb-icon {
  background-position: -32px -63px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.homepage-sprite-footer-gplus-icon {
  background-position: 0 -63px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.homepage-sprite-footer-slideshares-icon {
  background-position: 0 -31px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.homepage-sprite-footer-twt-icon {
  background-position: -64px -63px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.homepage-sprite-footer-youtube-icon {
  background-position: -32px -31px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.homepage-sprite-hp-photo-icon {
  background-position: -30px 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.homepage-sprite-hp-video-icon-big {
  background-position: 0 -95px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.homepage-sprite-hp-video-icon-small {
  background-position: 0 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.homepage-sprite-search-icon {
  background-position: -60px 0;
}

/* line 1112, hp-brands/*.png */

.hp-brands-sprite,
.hp-brands-HFKanuni,
.hp-brands-acura,
.hp-brands-alfa-romeo,
.hp-brands-amc,
.hp-brands-anadol,
.hp-brands-aro,
.hp-brands-askam,
.hp-brands-aston-martin,
.hp-brands-audi,
.hp-brands-avia,
.hp-brands-bedford,
.hp-brands-bentley,
.hp-brands-bmc,
.hp-brands-bmw,
.hp-brands-brilliance,
.hp-brands-bugatti,
.hp-brands-buick,
.hp-brands-cadillac,
.hp-brands-case-ih,
.hp-brands-chery,
.hp-brands-chevrolet,
.hp-brands-chrysler,
.hp-brands-ciftlik-damper,
.hp-brands-citroen,
.hp-brands-dacia,
.hp-brands-daewoo,
.hp-brands-daf,
.hp-brands-daihatsu,
.hp-brands-detomaso,
.hp-brands-dfm,
.hp-brands-dodge,
.hp-brands-dorse,
.hp-brands-eagle,
.hp-brands-faw,
.hp-brands-ferrari,
.hp-brands-fiat,
.hp-brands-fisker,
.hp-brands-ford-otosan,
.hp-brands-ford,
.hp-brands-freightliner,
.hp-brands-gaz,
.hp-brands-geely,
.hp-brands-gmc,
.hp-brands-guleryuz-cobra,
.hp-brands-hennessey,
.hp-brands-hino,
.hp-brands-honda,
.hp-brands-hummer,
.hp-brands-hyundai,
.hp-brands-ikco,
.hp-brands-indeks,
.hp-brands-infiniti,
.hp-brands-innocenti,
.hp-brands-international,
.hp-brands-isobus,
.hp-brands-isuzu,
.hp-brands-iveco-otoyol,
.hp-brands-jac-trucks,
.hp-brands-jaguar,
.hp-brands-jeep,
.hp-brands-kamaz,
.hp-brands-karsan,
.hp-brands-kenworth,
.hp-brands-kia,
.hp-brands-koenigsegg,
.hp-brands-lada,
.hp-brands-lamborghini,
.hp-brands-lancia,
.hp-brands-land-rover,
.hp-brands-lexus,
.hp-brands-lincoln,
.hp-brands-lotus,
.hp-brands-mack,
.hp-brands-magirus,
.hp-brands-mahhindra,
.hp-brands-man-world,
.hp-brands-man,
.hp-brands-maserati,
.hp-brands-maybach,
.hp-brands-mazda-2,
.hp-brands-mazda,
.hp-brands-mclaren,
.hp-brands-mega,
.hp-brands-mercedes,
.hp-brands-mini,
.hp-brands-mitsubishi-temsa,
.hp-brands-mitsubishi,
.hp-brands-morgan,
.hp-brands-moskwitsch,
.hp-brands-nedplan,
.hp-brands-nissan,
.hp-brands-oltcit,
.hp-brands-opel,
.hp-brands-otokar,
.hp-brands-pagani,
.hp-brands-peugeot,
.hp-brands-piaggio,
.hp-brands-plymouth,
.hp-brands-pontiac,
.hp-brands-porsche,
.hp-brands-proton,
.hp-brands-rambler,
.hp-brands-renault,
.hp-brands-rolls-royce,
.hp-brands-rover,
.hp-brands-saab,
.hp-brands-samsung,
.hp-brands-scania,
.hp-brands-scion,
.hp-brands-seat,
.hp-brands-setra,
.hp-brands-singer,
.hp-brands-skoda,
.hp-brands-smart,
.hp-brands-spyker,
.hp-brands-ssangyong,
.hp-brands-subaru,
.hp-brands-sunbeam,
.hp-brands-suzuki,
.hp-brands-tata,
.hp-brands-temsa,
.hp-brands-tesla,
.hp-brands-tofas,
.hp-brands-toyota,
.hp-brands-trabant,
.hp-brands-triumph,
.hp-brands-tumosan,
.hp-brands-turkkar,
.hp-brands-vanttool,
.hp-brands-visteon,
.hp-brands-volkswagen,
.hp-brands-volvo,
.hp-brands-wartburg,
.hp-brands-wiesmann,
.brand-mini-acura,
.brand-mini-alfa-romeo,
.brand-mini-amc,
.brand-mini-anadol,
.brand-mini-aston-martin,
.brand-mini-audi,
.brand-mini-bentley,
.brand-mini-bmw,
.brand-mini-bugatti,
.brand-mini-buick,
.brand-mini-cadillac,
.brand-mini-chery,
.brand-mini-chevrolet,
.brand-mini-chrysler,
.brand-mini-citroen,
.brand-mini-dacia,
.brand-mini-daewoo,
.brand-mini-daihatsu,
.brand-mini-dodge,
.brand-mini-ferrari,
.brand-mini-fiat,
.brand-mini-ford,
.brand-mini-geely,
.brand-mini-gmc,
.brand-mini-honda,
.brand-mini-hummer,
.brand-mini-hyundai,
.brand-mini-ikco,
.brand-mini-infiniti,
.brand-mini-isuzu,
.brand-mini-jaguar,
.brand-mini-jeep,
.brand-mini-kia,
.brand-mini-lada,
.brand-mini-lamborghini,
.brand-mini-lancia,
.brand-mini-land-rover,
.brand-mini-lexus,
.brand-mini-lincoln,
.brand-mini-maserati,
.brand-mini-mazda,
.brand-mini-mercedes,
.brand-mini-mini,
.brand-mini-mitsubishi,
.brand-mini-morgan,
.brand-mini-moskwitsch,
.brand-mini-nissan,
.brand-mini-oltcit,
.brand-mini-opel,
.brand-mini-peugeot,
.brand-mini-plymouth,
.brand-mini-pontiac,
.brand-mini-porsche,
.brand-mini-proton,
.brand-mini-renault,
.brand-mini-rolls-royce,
.brand-mini-rover,
.brand-mini-saab,
.brand-mini-seat,
.brand-mini-skoda,
.brand-mini-smart,
.brand-mini-ssangyong,
.brand-mini-subaru,
.brand-mini-suzuki,
.brand-mini-tata,
.brand-mini-tesla,
.brand-mini-tofas,
.brand-mini-toyota,
.brand-mini-volkswagen,
.brand-mini-volvo,
.brand-mini-wartburg,
.brand-mini-askam,
.brand-mini-avia,
.brand-mini-bmc,
.brand-mini-case-ih,
.brand-mini-ciftlik-damper,
.brand-mini-daf,
.brand-mini-dfm,
.brand-mini-dorse,
.brand-mini-faw,
.brand-mini-ford-otosan,
.brand-mini-gaz,
.brand-mini-hfkanuni,
.brand-mini-hino,
.brand-mini-international,
.brand-mini-isobus,
.brand-mini-iveco-otoyol,
.brand-mini-karsan,
.brand-mini-magirus,
.brand-mini-man,
.brand-mini-mitsubishi-temsa,
.brand-mini-otokar,
.brand-mini-samsung,
.brand-mini-scania,
.brand-mini-setra {
  background-image: url('/images/hp-brands-s2f46713777.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-HFKanuni {
  background-position: 0 0;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-acura {
  background-position: 0 -36px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-alfa-romeo {
  background-position: 0 -72px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-amc {
  background-position: 0 -108px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-anadol {
  background-position: 0 -144px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-aro {
  background-position: 0 -180px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-askam {
  background-position: 0 -216px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-aston-martin {
  background-position: 0 -252px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-audi {
  background-position: 0 -288px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-avia {
  background-position: 0 -324px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-bedford {
  background-position: 0 -360px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-bentley {
  background-position: 0 -396px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-bmc {
  background-position: 0 -432px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-bmw {
  background-position: 0 -468px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-brilliance {
  background-position: 0 -504px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-bugatti {
  background-position: 0 -540px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-buick {
  background-position: 0 -576px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-cadillac {
  background-position: 0 -612px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-case-ih {
  background-position: 0 -648px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-chery {
  background-position: 0 -684px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-chevrolet {
  background-position: 0 -720px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-chrysler {
  background-position: 0 -756px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-ciftlik-damper {
  background-position: 0 -792px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-citroen {
  background-position: 0 -828px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-dacia {
  background-position: 0 -864px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-daewoo {
  background-position: 0 -900px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-daf {
  background-position: 0 -936px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-daihatsu {
  background-position: 0 -972px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-detomaso {
  background-position: 0 -1008px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-dfm {
  background-position: 0 -1044px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-dodge {
  background-position: 0 -1080px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-dorse {
  background-position: 0 -1116px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-eagle {
  background-position: 0 -1152px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-faw {
  background-position: 0 -1188px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-ferrari {
  background-position: 0 -1224px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-fiat {
  background-position: 0 -1260px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-fisker {
  background-position: 0 -1296px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-ford-otosan {
  background-position: 0 -1332px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-ford {
  background-position: 0 -1368px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-freightliner {
  background-position: 0 -1404px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-gaz {
  background-position: 0 -1440px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-geely {
  background-position: 0 -1476px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-gmc {
  background-position: 0 -1512px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-guleryuz-cobra {
  background-position: 0 -1548px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-hennessey {
  background-position: 0 -1584px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-hino {
  background-position: 0 -1620px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-honda {
  background-position: 0 -1656px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-hummer {
  background-position: 0 -1692px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-hyundai {
  background-position: 0 -1728px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-ikco {
  background-position: 0 -1764px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-indeks {
  background-position: 0 -1800px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-infiniti {
  background-position: 0 -1836px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-innocenti {
  background-position: 0 -1872px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-international {
  background-position: 0 -1908px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-isobus {
  background-position: 0 -1944px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-isuzu {
  background-position: 0 -1980px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-iveco-otoyol {
  background-position: 0 -2016px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-jac-trucks {
  background-position: 0 -2052px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-jaguar {
  background-position: 0 -2088px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-jeep {
  background-position: 0 -2124px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-kamaz {
  background-position: 0 -2160px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-karsan {
  background-position: 0 -2196px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-kenworth {
  background-position: 0 -2232px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-kia {
  background-position: 0 -2268px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-koenigsegg {
  background-position: 0 -2304px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-lada {
  background-position: 0 -2340px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-lamborghini {
  background-position: 0 -2376px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-lancia {
  background-position: 0 -2412px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-land-rover {
  background-position: 0 -2448px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-lexus {
  background-position: 0 -2484px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-lincoln {
  background-position: 0 -2520px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-lotus {
  background-position: 0 -2556px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-mack {
  background-position: 0 -2592px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-magirus {
  background-position: 0 -2628px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-mahhindra {
  background-position: 0 -2664px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-man-world {
  background-position: 0 -2700px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-man {
  background-position: 0 -2736px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-maserati {
  background-position: 0 -2772px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-maybach {
  background-position: 0 -2808px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-mazda-2 {
  background-position: 0 -2844px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-mazda {
  background-position: 0 -2880px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-mclaren {
  background-position: 0 -2916px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-mega {
  background-position: 0 -2952px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-mercedes {
  background-position: 0 -2988px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-mini {
  background-position: 0 -3024px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-mitsubishi-temsa {
  background-position: 0 -3060px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-mitsubishi {
  background-position: 0 -3096px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-morgan {
  background-position: 0 -3132px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-moskwitsch {
  background-position: 0 -3168px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-nedplan {
  background-position: 0 -3204px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-nissan {
  background-position: 0 -3240px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-oltcit {
  background-position: 0 -3276px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-opel {
  background-position: 0 -3312px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-otokar {
  background-position: 0 -3348px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-pagani {
  background-position: 0 -3384px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-peugeot {
  background-position: 0 -3420px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-piaggio {
  background-position: 0 -3456px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-plymouth {
  background-position: 0 -3492px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-pontiac {
  background-position: 0 -3528px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-porsche {
  background-position: 0 -3564px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-proton {
  background-position: 0 -3600px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-rambler {
  background-position: 0 -3636px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-renault {
  background-position: 0 -3672px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-rolls-royce {
  background-position: 0 -3708px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-rover {
  background-position: 0 -3744px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-saab {
  background-position: 0 -3780px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-samsung {
  background-position: 0 -3816px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-scania {
  background-position: 0 -3852px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-scion {
  background-position: 0 -3888px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-seat {
  background-position: 0 -3924px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-setra {
  background-position: 0 -3960px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-singer {
  background-position: 0 -3996px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-skoda {
  background-position: 0 -4032px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-smart {
  background-position: 0 -4068px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-spyker {
  background-position: 0 -4104px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-ssangyong {
  background-position: 0 -4140px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-subaru {
  background-position: 0 -4176px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-sunbeam {
  background-position: 0 -4212px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-suzuki {
  background-position: 0 -4248px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-tata {
  background-position: 0 -4284px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-temsa {
  background-position: 0 -4320px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-tesla {
  background-position: 0 -4356px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-tofas {
  background-position: 0 -4392px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-toyota {
  background-position: 0 -4428px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-trabant {
  background-position: 0 -4464px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-triumph {
  background-position: 0 -4500px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-tumosan {
  background-position: 0 -4536px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-turkkar {
  background-position: 0 -4572px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-vanttool {
  background-position: 0 -4608px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-visteon {
  background-position: 0 -4644px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-volkswagen {
  background-position: 0 -4680px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-volvo {
  background-position: 0 -4716px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-wartburg {
  background-position: 0 -4752px;
}

/* line 84, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.hp-brands-wiesmann {
  background-position: 0 -4788px;
}

/* line 2, ../sass/modules/_buttons.scss */

.input-content-left button,
.input-content-right button,
.input-block-aside button,
.input-alongside-left button,
.input-alongside-right button,
.input-alongside button,
.input-block-medium button,
.detailed-search-submit,
.quick-search-submit,
.detailed-vendor-search-submit,
.oc-form-submit,
.oc-preview-next,
.make-offer,
.insurance-submit,
.oc-preview-back,
.join-partners,
.exception-hp-btn,
.fb-app-back,
.app-tab-button,
.fb-signup,
.add-tab-button,
.delete-photos,
.rsws-button,
.ess-submit,
.fb-activation-submit,
.fb-app-msg {
  font-size: 14px;
  color: #fff;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-radius: 3px;
}

/* line 11, ../sass/modules/_buttons.scss */

.input-content-left button,
.input-content-right button,
.input-block-aside button,
.input-alongside-left button,
.input-alongside-right button,
.input-alongside button,
.input-block-medium button,
.detailed-search-submit,
.quick-search-submit,
.detailed-vendor-search-submit,
.oc-form-submit,
.oc-preview-next,
.make-offer,
.insurance-submit {
  background: #64C328;
  border-color: #547B0A;
}

/* line 15, ../sass/modules/_buttons.scss */

.input-content-left button:hover,
.input-content-right button:hover,
.input-block-aside button:hover,
.input-alongside-left button:hover,
.input-alongside-right button:hover,
.input-alongside button:hover,
.input-block-medium button:hover,
.detailed-search-submit:hover,
.quick-search-submit:hover,
.detailed-vendor-search-submit:hover,
.oc-form-submit:hover,
.oc-preview-next:hover,
.make-offer:hover,
.insurance-submit:hover {
  background: #76AD12;
}

/* line 19, ../sass/modules/_buttons.scss */

.oc-preview-back,
.join-partners,
.exception-hp-btn,
.fb-app-back {
  background: #7E8C8D;
  border-color: #4A5859;
}

/* line 23, ../sass/modules/_buttons.scss */

.oc-preview-back:hover,
.join-partners:hover,
.exception-hp-btn:hover,
.fb-app-back:hover {
  background: #778586;
}

/* line 27, ../sass/modules/_buttons.scss */

.app-tab-button,
.fb-signup,
.add-tab-button {
  background: #41607E;
  border-color: #18293a;
}

/* line 31, ../sass/modules/_buttons.scss */

.app-tab-button:hover,
.fb-signup:hover,
.add-tab-button:hover {
  background: #4D7296;
}

/* line 35, ../sass/modules/_buttons.scss */

.delete-photos {
  background: #E89D4D;
  border-color: #B6742E;
  color: #fff;
}

/* line 40, ../sass/modules/_buttons.scss */

.delete-photos:hover {
  background: #DB9346;
}

/* line 53, ../sass/modules/_buttons.scss */

.rsws-button,
.ess-submit,
.fb-activation-submit {
  background: #64C328;
  border-color: #547B0A;
  color: #fff;
}

/* line 59, ../sass/modules/_buttons.scss */

.compare-cars {
  background: #64C328;
  color: #fff;
  border: none;
}

/* line 70, ../sass/modules/_buttons.scss */

.fb-app-msg {
  background: #F95755;
  border-color: #9F2725;
  color: #fff;
}

/* line 84, ../sass/modules/_buttons.scss */

.anonymous-fb-login,
.event-submit-cancel,
.login-signup-link,
.delete-all-photos,
.anonymous-signup-ref,
.whatisdoping-slider .slider-prev,
.whatisdoping-slider .slider-next,
.news-menu-item .notactive,
.campaign-image-prev,
.campaign-image-next,
.signup-submit,
.form-prev-btn,
.change-mail,
.ssd-show-result,
.popup-answer-yes,
.form-submit-btn,
.event-submit-ok,
.vendor-search-submit,
.my-adverts,
.submit-filter,
.sys-tel,
.get-photo-doping,
.add-sales-submit,
.order-payment-btn,
.order-payment-submit,
.empty-list-ref,
.pm-form-submit,
.application-submit,
.send-message-submit,
.news-url-btn,
.cdf-submit,
.my-order-detail,
.reservation-detail-button {
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  border: none;
}

/* line 90, ../sass/modules/_buttons.scss */

.anonymous-fb-login {
  background: #41607E;
}

/* line 93, ../sass/modules/_buttons.scss */

.anonymous-fb-login:hover {
  background: #4D7296;
}

/* line 97, ../sass/modules/_buttons.scss */

.event-submit-cancel,
.login-signup-link,
.delete-all-photos,
.anonymous-signup-ref,
.whatisdoping-slider .slider-prev,
.whatisdoping-slider .slider-next,
.news-menu-item .notactive,
.campaign-image-prev,
.campaign-image-next,
.signup-submit {
  background: #7E8C8D;
}

/* line 101, ../sass/modules/_buttons.scss */

.form-prev-btn,
.change-mail {
  background: #acacac;
}

/* line 105, ../sass/modules/_buttons.scss */

.ssd-show-result,
.popup-answer-yes {
  background: #548ED4;
}

/* line 109, ../sass/modules/_buttons.scss */

.form-submit-btn,
.event-submit-ok,
.vendor-search-submit,
.my-adverts,
.submit-filter,
.sys-tel,
.get-photo-doping,
.add-sales-submit,
.order-payment-btn,
.order-payment-submit,
.empty-list-ref,
.pm-form-submit,
.application-submit,
.send-message-submit,
.news-url-btn,
.cdf-submit {
  background: #64C328;
}

/* line 113, ../sass/modules/_buttons.scss */

.my-order-detail,
.reservation-detail-button {
  background: #3BABDA;
}

/* line 1, ../sass/modules/_utilities.scss */

.footer-item i,
.content-title > span,
.content-title-tab > span,
.hp-qs-brands i,
.row-list-icon,
.tag-save-search i,
.custom-radio-filter,
.left-arrow-green,
.status-ok,
.status-none,
.offer-success-social i,
.show-phone-icon,
.offer-specification-status,
.active .offer-specification-status,
.member-location-icon,
.member-action-block span,
.description-column > div span,
.minus-icon,
.mlo-detail-stats i,
.vertical-offer-icon,
.horizontal-offer-icon,
.checkbox-icon,
.news-menu-item span,
.contact-left span,
.contact-right span,
.campaing-msg-icon,
.warranty-title-icon,
.gsr-link-icon,
.rdb-location-icon,
.rdb-date-icon,
.camera-icon,
.news-user-info i,
.dropdown-icon,
.tag-remove-icon,
.sort-up,
.sort-down,
.location-icon,
.search-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}

/* line 7, ../sass/modules/_utilities.scss */

.footer-item i,
.content-title > span,
.content-title-tab > span,
.hp-qs-brands i,
.row-list-icon,
.tag-save-search i,
.custom-radio-filter,
.left-arrow-green,
.status-ok,
.status-none,
.offer-success-social i,
.show-phone-icon,
.offer-specification-status,
.active .offer-specification-status,
.member-location-icon,
.member-action-block span,
.description-column > div span,
.minus-icon,
.mlo-detail-stats i,
.vertical-offer-icon,
.horizontal-offer-icon,
.checkbox-icon,
.news-menu-item span,
.contact-left span,
.contact-right span,
.campaing-msg-icon,
.warranty-title-icon,
.gsr-link-icon,
.rdb-location-icon,
.rdb-date-icon,
.camera-icon,
.news-user-info i {
  margin-right: 5px;
}

/* line 11, ../sass/modules/_utilities.scss */

.dropdown-icon,
.tag-remove-icon,
.sort-up,
.sort-down,
.location-icon {
  margin-left: 5px;
}

/* line 15, ../sass/modules/_utilities.scss */

.sub-menu-item a,
.member-name,
.md-link,
.header-all-link,
.more {
  transition: color .4s;
  -webkit-transition: color .4s;
}

/* line 24, ../sass/modules/_utilities.scss */

.cfix:after,
.general-content-block:after,
.general-content-box:after,
.content-box-header:after,
.input-wrapper:after,
.input-block-row:after,
.page-wrapper:after,
.page-content.homepage:after,
.main-content-block:after,
.main-header:after,
.header-bottom:after,
.section-content:after,
.rental-search-widget-form:after,
.fsb-input-block:after,
.search-list-top:after,
.search-result-item:after,
.detailed-search-content:after,
.pricing-table:after,
.card-info-block:after,
.uploaded-car-photos:after,
.offer-register-form:after,
.oc-preview-nav:after,
.offer-thumbs-block:after,
#report-box:after,
.offer-description-content:after,
.offer-top-row:after,
.not-login-msg:after,
.mlo-item:after,
.mlo-item-top:after,
.pa-row:after,
.nature-brand-row:after,
.sms-step-block:after,
.insurance-input-block:after,
.word-list-block:after {
  content: "";
  display: table;
  clear: both;
}

/* line 31, ../sass/modules/_utilities.scss */

.vendor-item-wide span,
.vendor-item-narrow span,
.custom-sb,
.member-name,
.footer-item a,
.newest-offer-item .title,
.newest-offer-item .subtitle,
.hp-showcase-item span,
.news-title-list li a,
.hp-newest-item p,
.dealer-item span,
.aside-offer-item span,
.aside-offer-title,
.city-selectbox span,
.brand-detail,
.passive-offer-variants li,
.cf-detail,
.other-offer-title,
.other-offer-features,
.mhw-username,
.favorite-widget-item p,
.ggr-link-block li,
.message-item-row .title,
.rdbld-title,
.ccl-item p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 36, ../sass/modules/_utilities.scss */

.sso-label,
.our-partners-slider .ca-nav span,
.insurance-terms-confirm {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 43, ../sass/modules/_utilities.scss */

.sort-up {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #9da2a6;
  cursor: pointer;
}

/* line 49, ../sass/modules/_utilities.scss */

.selectbox-arrow,
.sort-down {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #9da2a6;
  cursor: pointer;
}

/* line 57, ../sass/modules/_utilities.scss */

.cds-box,
.cds-box i,
.pager a,
.pager span,
.pager .pager-next-btn i,
.input-box,
.input-side-label,
.input-side-label-narrow,
.main-menu-item a .ta-ico,
.member-area-icons a,
.member-toggle-area span,
.showcase-title h2,
.search-cat-title h2,
.search-tag-title,
.blt-box-thick,
.oc-step-title h2,
.oc-step-title i,
.oc-title-desc,
.warranty-qmark,
.mhw-detail,
.offer-cumulative-stats i,
.filter-input-box,
.filter-label,
.my-offers-checkall,
.pa-item.single,
.pa-balance,
.tmc-box-thick,
.sms-step-strip .number,
.sms-form-block .sms-label,
.sms-campaign-form-block .sms-label,
.warranty-offers-title h2,
.scw-form-row span,
.scw-form-row p,
.popular-credit-item .col,
.car-icon,
.cdd-row .label,
.cdd-row .description {
  display: inline-block;
  vertical-align: middle;
}

/* line 61, ../sass/modules/_utilities.scss */

.all-showcase-link,
.show-all-news {
  color: #1E5A96;
  margin-top: 3px;
  float: right;
}

/* line 1, ../sass/modules/_general.scss */

.search-result-count {
  background: #64C328;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
  text-shadow: 0 1px 0 #1D691A;
}

/* line 8, ../sass/modules/_general.scss */

#compare-box-close,
.event-favorite .close,
.phone-number-info .close,
.warranty-tooltip .close {
  background: #4F6E8D;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
}

/* line 16, ../sass/modules/_general.scss */

.pointer {
  width: 0;
  height: 0;
}

/* line 28, ../sass/modules/_general.scss */

.event-favorite:before,
.event-favorite:after,
.phone-number-info:before,
.phone-number-info:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}

/* line 34, ../sass/modules/_general.scss */

.general-content-box,
.rental-article,
.content-box,
.my-home-widget,
.mlo-item {
  background: #fff;
  border: 1px solid #e6e6e6;
}

/* line 38, ../sass/modules/_general.scss */

.content-box-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

/* line 47, ../sass/modules/_general.scss */

.popup {
  background: #fff;
  position: absolute;
  z-index: 1000002;
  left: 50%;
  padding: 35px 20px;
  border-top: solid 3px #2D66A8;
  display: none;
}

/* line 56, ../sass/modules/_general.scss */

.popup .close {
  background: #fff;
  font-size: 26px;
  font-weight: 700;
  color: #2D66A8;
  text-align: center;
  line-height: 26px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -30px;
  right: -28px;
  border: 3px solid #2D66A8;
  cursor: pointer;
}

/* line 73, ../sass/modules/_general.scss */

.popup .close::before {
  content: 'x';
}

/* line 78, ../sass/modules/_general.scss */

.rental-terms-popup,
.terms-and-conditions {
  width: 760px;
  padding: 20px;
}

/* line 82, ../sass/modules/_general.scss */

.popup-terms-block {
  max-height: 600px;
  overflow-y: auto;
}

/* line 87, ../sass/modules/_general.scss */

.terms-and-conditions .content {
  overflow-y: auto;
}

/* line 93, ../sass/modules/_general.scss */

.custom-tooltip {
  width: 300px;
  background: #fff;
  position: absolute;
  z-index: 102;
  padding: 10px 10px 5px 10px;
  border: 1px solid #3e3e3e;
  display: none;
}

/* line 102, ../sass/modules/_general.scss */

.custom-tooltip.wide {
  width: 400px;
}

/* line 105, ../sass/modules/_general.scss */

.custom-tooltip.wide .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* line 113, ../sass/modules/_general.scss */

.custom-tooltip h3,
.custom-tooltip .title {
  font-size: 14px;
  margin-bottom: 5px;
}

/* line 117, ../sass/modules/_general.scss */

.custom-tooltip p {
  line-height: 16px;
  margin-bottom: 5px;
}

/* line 121, ../sass/modules/_general.scss */

.custom-tooltip li {
  line-height: 15px;
  margin-bottom: 5px;
}

/* line 128, ../sass/modules/_general.scss */

.feedback,
.rent-feedback {
  font-size: 14px;
  max-width: 300px;
  position: fixed;
  z-index: 1000002;
  top: 60px;
  right: -360px;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  transition: right .4s;
  -webkit-transition: right .4s;
}

/* line 143, ../sass/modules/_general.scss */

.feedback.success,
.rent-feedback.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 148, ../sass/modules/_general.scss */

.feedback.error,
.rent-feedback.error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 153, ../sass/modules/_general.scss */

.feedback.warning,
.feedback.notice,
.rent-feedback.warning,
.rent-feedback.notice {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 158, ../sass/modules/_general.scss */

.feedback.info,
.rent-feedback.info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 163, ../sass/modules/_general.scss */

.feedback.rental-notify,
.rent-feedback.rental-notify {
  top: 130px;
}

/* line 167, ../sass/modules/_general.scss */

.feedback-close {
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 5px;
  cursor: pointer;
}

/* line 178, ../sass/modules/_general.scss */

.feedback-message p {
  font-weight: 600;
}

/* line 184, ../sass/modules/_general.scss */

.content-detail-social {
  padding: 15px 0;
  border-bottom: 1px solid #E6E6E6;
  text-align: center;
}

/* line 189, ../sass/modules/_general.scss */

.content-detail-social.fixed {
  background: #F8F8F8;
  position: fixed !important;
  z-index: 9999;
  top: 0;
  width: 100%;
  left: 0;
  bottom: inherit !important;
  margin-top: 0 !important;
  padding: 10px 0 !important;
  text-align: center;
  border-bottom: 1px solid #d8d8d8 !important;
}

/* line 202, ../sass/modules/_general.scss */

.content-detail-social.rental {
  margin: 5px 0 10px 0;
  text-align: center;
}

/* line 206, ../sass/modules/_general.scss */

.content-detail-social.dictionary {
  margin-bottom: 30px;
  padding: 0;
  border: none;
}

/* line 212, ../sass/modules/_general.scss */

.cds-box {
  height: 35px;
  color: #fff;
  margin: 0 2px;
  padding: 2px 8px;
  text-align: center;
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
  line-height: 19px;
}

/* line 224, ../sass/modules/_general.scss */

.cds-box.count {
  font-size: 10px;
  line-height: 10px;
  background: #AEAEAE;
  margin: 1px 0;
}

/* line 230, ../sass/modules/_general.scss */

.cds-box.fb,
.cds-box.fblike {
  min-width: 76px;
  background: #4965B5;
  background: linear-gradient(to bottom, #4b68b9, #3b55a0);
}

/* line 235, ../sass/modules/_general.scss */

.cds-box.fblike {
  width: 76px;
  padding-top: 9px;
}

/* line 239, ../sass/modules/_general.scss */

.cds-box.twt {
  background: #59A7E4;
}

/* line 242, ../sass/modules/_general.scss */

.cds-box.googleplus {
  background: #E84716;
}

/* line 249, ../sass/modules/_general.scss */

.cds-fake-dom {
  width: 1px;
  height: 68px;
  display: none;
}

/* line 254, ../sass/modules/_general.scss */

.cds-count {
  font-size: 14px;
  display: block;
  line-height: 19px;
}

/* line 259, ../sass/modules/_general.scss */

.row {
  overflow: hidden;
}

/* line 265, ../sass/modules/_general.scss */

.empty-list {
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
}

/* line 270, ../sass/modules/_general.scss */

.expand-pointer {
  position: absolute;
  right: 10px;
  width: 0;
  height: 0;
  border-width: 10px 6px 0 6px;
  border-style: solid;
}

/* line 278, ../sass/modules/_general.scss */

.thumb {
  display: block;
}

/* line 282, ../sass/modules/_general.scss */

.general-content-block {
  margin-top: 20px;
}

/* line 286, ../sass/modules/_general.scss */

.general-content-block:first-child {
  margin-top: 0;
}

/* line 290, ../sass/modules/_general.scss */

.general-content-box {
  padding: 20px;
}

/* line 295, ../sass/modules/_general.scss */

.general-content-box.narrow {
  padding: 10px;
}

/* line 300, ../sass/modules/_general.scss */

.pager {
  padding: 20px 0;
  text-align: center;
  clear: both;
}

/* line 304, ../sass/modules/_general.scss */

.pager a,
.pager span {
  padding: 4px 7px;
  margin-left: 1px;
  border-radius: 4px;
}

/* line 310, ../sass/modules/_general.scss */

.pager a {
  background: #ccc;
  color: #fff;
}

/* line 313, ../sass/modules/_general.scss */

.pager a img {
  margin-bottom: -5px;
}

/* line 317, ../sass/modules/_general.scss */

.pager.search-list {
  padding: 0;
  clear: none;
  display: inline-block;
}

/* line 322, ../sass/modules/_general.scss */

.pager .pager-next-btn {
  padding: 4px 7px;
}

/* line 327, ../sass/modules/_general.scss */

.pager .pager-next-btn span {
  display: none;
}

/* line 332, ../sass/modules/_general.scss */

.pager-active {
  background: #1E5A96;
  color: #FFF;
}

/* line 336, ../sass/modules/_general.scss */

.pager-dot {
  background: transparent;
  color: #939393;
}

/* line 340, ../sass/modules/_general.scss */

.button-loader {
  margin: 0 auto;
  display: block;
}

/* line 346, ../sass/modules/_general.scss */

.rental-quick-search {
  background: url("/images/rental/rental-quick-search-bg1.jpg") top center no-repeat;
  height: 360px;
  position: relative;
  overflow: hidden;
}

/* line 352, ../sass/modules/_general.scss */

.rental-quick-search.aracin-kapinda {
  background: url("/images/rental/aracin-kapinda.jpg?v=3") top center no-repeat;
}

/* line 355, ../sass/modules/_general.scss */

.rental-quick-search.aska-sur {
  background: url("/images/rental/askasur-landing.jpg?v=1") top center no-repeat;
}

/* line 358, ../sass/modules/_general.scss */

.rental-quick-search.credit {
  background: url("/images/credit/credit-form-bg.jpg") top center no-repeat;
}

/* line 361, ../sass/modules/_general.scss */

.rental-quick-search.rentacar {
  background: url("/images/rental/rentacar-main.jpg") top center no-repeat;
  height: auto;
  min-height: 209px;
}

/* line 366, ../sass/modules/_general.scss */

.rental-quick-search.mtv {
  background: url("/images/mtv/mtv-form-bg.jpg") top center no-repeat;
}

/* line 370, ../sass/modules/_general.scss */

.rqs-top {
  margin-top: 30px;
  overflow: hidden;
}

/* line 375, ../sass/modules/_general.scss */

.rentacar .rental-top-slogan {
  margin-top: 15px;
}

/* line 379, ../sass/modules/_general.scss */

.rental-top-slogan {
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  margin-top: 45px;
  text-align: center;
}

/* line 388, ../sass/modules/_general.scss */

.rental-top-slogan span {
  font-size: 20px;
  font-weight: 600;
}

/* line 394, ../sass/modules/_general.scss */

.rental-top-slogan.rentacar-detail {
  padding-left: 120px;
  text-align: left;
}

/* line 400, ../sass/modules/_general.scss */

.transfer .rental-top-slogan {
  font-size: 48px;
  margin: 20px 0 0 0;
}

/* line 404, ../sass/modules/_general.scss */

.transfer .rts-subtitle {
  font-size: 32px;
}

/* line 408, ../sass/modules/_general.scss */

.rts-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 5px;
}

/* line 417, ../sass/modules/_general.scss */

.rts-subtitle.rentacar-detail {
  padding-left: 120px;
  text-align: left;
}

/* line 422, ../sass/modules/_general.scss */

.rqs-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

/* line 430, ../sass/modules/_general.scss */

.rental-widget-input {
  position: relative;
  float: left;
}

/* line 434, ../sass/modules/_general.scss */

.rental-widget-input input[type="text"],
.rental-widget-input .custom-sb {
  width: 100%;
  height: 50px;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
  border: none;
  padding: 15px 15px 15px 30px;
  box-sizing: border-box;
  border-left: 1px solid #DCDCDC;
}

/* line 445, ../sass/modules/_general.scss */

.rental-widget-input .cstm-radio {
  margin: 0 10px;
  display: inline-block;
}

/* line 448, ../sass/modules/_general.scss */

.rental-widget-input .cstm-radio i {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 453, ../sass/modules/_general.scss */

.rental-widget-input .cstm-radio label {
  font-size: 14px;
  padding-left: 25px;
}

/* line 458, ../sass/modules/_general.scss */

.rental-widget-input i {
  position: absolute;
  top: 16px;
  left: 10px;
  z-index: 1;
}

/* line 464, ../sass/modules/_general.scss */

.rental-widget-input.w400 {
  width: 400px;
}

/* line 467, ../sass/modules/_general.scss */

.rental-widget-input.w300 {
  width: 300px;
}

/* line 470, ../sass/modules/_general.scss */

.rental-widget-input.w225 {
  width: 225px;
}

/* line 473, ../sass/modules/_general.scss */

.rental-widget-input.w200 {
  width: 200px;
}

/* line 476, ../sass/modules/_general.scss */

.rental-widget-input.w120 {
  width: 120px;
}

/* line 479, ../sass/modules/_general.scss */

.rental-widget-input.w100 {
  width: 100px;
}

/* line 482, ../sass/modules/_general.scss */

.rental-widget-input.w75 {
  width: 75px;
}

/* line 484, ../sass/modules/_general.scss */

.rental-widget-input.w75 input,
.rental-widget-input.w75 .custom-sb {
  padding: 15px 5px 15px 25px;
}

/* line 487, ../sass/modules/_general.scss */

.rental-widget-input.w75 i {
  top: 17px;
  left: 7px;
  z-index: 1;
}

/* line 493, ../sass/modules/_general.scss */

.rental-widget-input.choice {
  background: #fff;
  padding: 16px 0;
}

/* line 498, ../sass/modules/_general.scss */

.rental-widget-input.expanded input,
.rental-widget-input.expanded .custom-sb {
  padding: 15px 5px 15px 10px;
}

/* line 503, ../sass/modules/_general.scss */

.rental-home-submit {
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  background: #F07B0F;
  color: #fff;
  border: none;
  padding: 0 30px;
}

/* line 514, ../sass/modules/_general.scss */

.rental-home-submit.green {
  background: #64C328;
}

/* line 517, ../sass/modules/_general.scss */

.rental-home-submit.blue {
  background: #1A7DE0;
}

/* line 523, ../sass/modules/_general.scss */

.monthly-content-box {
  width: 490px;
  margin-bottom: 10px;
  border-top: 6px solid #1A7DE0;
}

/* line 528, ../sass/modules/_general.scss */

.mcb-text {
  min-height: 92px;
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #E4E4E4;
}

/* line 534, ../sass/modules/_general.scss */

.mcb-text h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}

/* line 542, ../sass/modules/_general.scss */

.mcb-text p {
  font-size: 14px;
}

/* line 549, ../sass/modules/_general.scss */

.content-box-title {
  padding: 0 0 10px 20px;
  float: left;
}

/* line 554, ../sass/modules/_general.scss */

.content-box-title.aside {
  padding: 0 0 10px 10px;
}

/* line 557, ../sass/modules/_general.scss */

.content-box-title.edge {
  padding: 0 0 10px 0;
}

/* line 561, ../sass/modules/_general.scss */

.content-ref-link {
  margin-top: 5px;
  text-decoration: underline;
  float: right;
}

/* line 566, ../sass/modules/_general.scss */

.rental-article {
  padding: 15px 20px 5px 20px;
}

/* line 570, ../sass/modules/_general.scss */

.rental-article h2 {
  font-size: 14px;
  font-weight: 600;
  color: #2D66A8;
  line-height: 24px;
  margin-bottom: 5px;
}

/* line 579, ../sass/modules/_general.scss */

.rental-article h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

/* line 586, ../sass/modules/_general.scss */

.rental-article p {
  margin-bottom: 10px;
  line-height: 18px;
}

/* line 590, ../sass/modules/_general.scss */

.rental-article img {
  width: 100%;
  height: auto;
}

/* line 595, ../sass/modules/_general.scss */

.cfl-item {
  margin: 10px 0;
  padding: 5px;
  border-top: 1px solid #EAEAEA;
  display: block;
}

/* line 601, ../sass/modules/_general.scss */

.cfl-item h2 {
  font-size: 18px;
  color: #2D66A8;
}

/* line 606, ../sass/modules/_general.scss */

.cfl-item:first-child {
  margin-top: 0;
  padding: 0 5px 10px 5px;
  border-top: none;
}

/* line 611, ../sass/modules/_general.scss */

.cfl-item .more {
  font-weight: 600;
  color: #2D66A8;
}

/* line 618, ../sass/modules/_general.scss */

.rental-faq-bar {
  background: #165CA4;
  padding: 15px;
}

/* line 622, ../sass/modules/_general.scss */

.rfb-title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-top: 25px;
}

/* line 630, ../sass/modules/_general.scss */

.rfb-item {
  margin-top: 15px;
}

/* line 633, ../sass/modules/_general.scss */

.rfb-item h2 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

/* line 641, ../sass/modules/_general.scss */

.rfb-item li {
  margin-top: 5px;
}

/* line 644, ../sass/modules/_general.scss */

.rfb-item a {
  color: #fff;
}

/* line 648, ../sass/modules/_general.scss */

.post-content-link {
  font-weight: 600;
  color: #64a711;
  text-decoration: underline;
  cursor: pointer;
}

/* line 1, ../sass/modules/_section.scss */

.section-header,
.section-header-package {
  background: #18293a;
  color: #fff;
}

/* line 5, ../sass/modules/_section.scss */

.section-header {
  height: 40px;
  border-width: 3px 0 0 0;
  border-style: solid;
}

/* line 13, ../sass/modules/_section.scss */

.section-header {
  border-color: #25ae90;
}

/* line 16, ../sass/modules/_section.scss */

.section-header .content-title-tab.active {
  background: #25ae90;
}

/* line 20, ../sass/modules/_section.scss */

.section-header-package {
  padding: 10px;
}

/* line 24, ../sass/modules/_section.scss */

.content-title-tab,
.content-title-highlight,
.content-title-marked,
.content-title {
  height: 16px;
  padding: 12px 18px;
  float: left;
}

/* line 28, ../sass/modules/_section.scss */

.content-title-tab a,
.content-title-highlight a,
.content-title-marked a,
.content-title a {
  color: #fff;
}

/* line 32, ../sass/modules/_section.scss */

.content-title-tab {
  cursor: pointer;
}

/* line 35, ../sass/modules/_section.scss */

.active.content-title-tab {
  text-shadow: 0 1px 2px #5D5D5D;
}

/* line 39, ../sass/modules/_section.scss */

.content-title-highlight {
  font-weight: bold;
}

/* line 43, ../sass/modules/_section.scss */

.content-title-package {
  font-size: 21px;
  color: #fff;
}

/* line 47, ../sass/modules/_section.scss */

.content-title-marked {
  font-size: 15px;
}

/* line 52, ../sass/modules/_section.scss */

.aside-offer-item {
  border-top: 1px solid #EEE;
  overflow: hidden;
}

/* line 55, ../sass/modules/_section.scss */

.aside-offer-item:first-child {
  border: none;
}

/* line 59, ../sass/modules/_section.scss */

.aside-offer-item {
  padding: 9px 2px 5px 2px;
}

/* line 64, ../sass/modules/_section.scss */

.hp-other-news-item .title,
.hp-small-video-item .title {
  font-weight: 100;
  line-height: 16px;
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  position: absolute;
  padding: 5px;
  box-sizing: border-box;
}

/* line 1, ../sass/modules/_vendor-showcase.scss */

.vendor-showcase,
.vendor-showcase-sponsor {
  background: #fff;
  overflow: hidden;
}

/* line 5, ../sass/modules/_vendor-showcase.scss */

.vendor-showcase {
  padding-top: 20px;
  height: 354px;
  overflow: auto;
}

/* line 11, ../sass/modules/_vendor-showcase.scss */

.vendor-showcase-sponsor {
  padding-top: 20px;
  border-width: 0 1px 1px 1px;
  border-color: #ddd;
  border-style: solid;
}

/* line 20, ../sass/modules/_vendor-showcase.scss */

.vendor-item-wide,
.vendor-item-narrow {
  margin: 0 0 19px 4px;
  float: left;
}

/* line 23, ../sass/modules/_vendor-showcase.scss */

.vendor-item-wide img,
.vendor-item-narrow img {
  margin-right: 3px;
  border: 1px solid #ececec;
  float: left;
}

/* line 28, ../sass/modules/_vendor-showcase.scss */

.vendor-item-wide a,
.vendor-item-narrow a {
  display: block;
}

/* line 31, ../sass/modules/_vendor-showcase.scss */

.vendor-item-wide span,
.vendor-item-narrow span {
  font-size: 11px;
  float: left;
}

/* line 36, ../sass/modules/_vendor-showcase.scss */

.vendor-item-wide .title,
.vendor-item-narrow .title {
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
}

/* line 42, ../sass/modules/_vendor-showcase.scss */

.vendor-item-wide {
  width: 221px;
  padding: 5px;
  margin: 0 5px 10px 6px;
}

/* line 47, ../sass/modules/_vendor-showcase.scss */

.vendor-item-wide span {
  width: 166px;
}

/* line 51, ../sass/modules/_vendor-showcase.scss */

.vendor-item-narrow {
  width: 207px;
}

/* line 54, ../sass/modules/_vendor-showcase.scss */

.vendor-item-narrow span {
  width: 151px;
}

/* line 1, ../sass/modules/_vendor-search-form.scss */

.vendor-search-wide,
.vendor-search-side {
  margin-bottom: 30px;
}

/* line 3, ../sass/modules/_vendor-search-form.scss */

.vendor-search-wide h1,
.vendor-search-side h1 {
  font-size: 20px;
  margin-top: 0;
}

/* line 7, ../sass/modules/_vendor-search-form.scss */

.vendor-search-wide form,
.vendor-search-side form {
  overflow: hidden;
}

/* line 11, ../sass/modules/_vendor-search-form.scss */

.vendor-search-wide {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

/* line 1, ../sass/modules/_input.scss */

.input-content-left,
.input-content-right,
.input-block-aside,
.input-alongside-left,
.input-alongside-right,
.input-alongside,
.input-block-medium {
  display: inline-block;
  text-align: left;
}

/* line 5, ../sass/modules/_input.scss */

.input-content-left label,
.input-content-right label,
.input-block-aside label,
.input-alongside-left label,
.input-alongside-right label,
.input-alongside label,
.input-block-medium label {
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}

/* line 10, ../sass/modules/_input.scss */

.input-content-left input,
.input-content-right input,
.input-block-aside input,
.input-alongside-left input,
.input-alongside-right input,
.input-alongside input,
.input-block-medium input,
.input-content-left select,
.input-content-right select,
.input-block-aside select,
.input-alongside-left select,
.input-alongside-right select,
.input-alongside select,
.input-block-medium select,
.input-content-left textarea,
.input-content-right textarea,
.input-block-aside textarea,
.input-alongside-left textarea,
.input-alongside-right textarea,
.input-alongside textarea,
.input-block-medium textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  float: left;
}

/* line 15, ../sass/modules/_input.scss */

.input-content-left input[type='text'],
.input-content-right input[type='text'],
.input-block-aside input[type='text'],
.input-alongside-left input[type='text'],
.input-alongside-right input[type='text'],
.input-alongside input[type='text'],
.input-block-medium input[type='text'],
.input-content-left input[type='password'],
.input-content-right input[type='password'],
.input-block-aside input[type='password'],
.input-alongside-left input[type='password'],
.input-alongside-right input[type='password'],
.input-alongside input[type='password'],
.input-block-medium input[type='password'],
.input-content-left input[type='email'],
.input-content-right input[type='email'],
.input-block-aside input[type='email'],
.input-alongside-left input[type='email'],
.input-alongside-right input[type='email'],
.input-alongside input[type='email'],
.input-block-medium input[type='email'],
.input-content-left textarea,
.input-content-right textarea,
.input-block-aside textarea,
.input-alongside-left textarea,
.input-alongside-right textarea,
.input-alongside textarea,
.input-block-medium textarea {
  padding: 7px 10px;
}

/* line 18, ../sass/modules/_input.scss */

.input-content-left select,
.input-content-right select,
.input-block-aside select,
.input-alongside-left select,
.input-alongside-right select,
.input-alongside select,
.input-block-medium select {
  height: 33px;
  padding: 6px;
  color: #666;
}

/* line 23, ../sass/modules/_input.scss */

.input-content-left button,
.input-content-right button,
.input-block-aside button,
.input-alongside-left button,
.input-alongside-right button,
.input-alongside button,
.input-block-medium button {
  width: 107px;
  height: 33px;
  padding: 0;
}

/* line 32, ../sass/modules/_input.scss */

.input-content-left input[type='text'],
.input-content-right input[type='text'],
.input-content-left input[type='password'],
.input-content-right input[type='password'],
.input-content-left input[type='email'],
.input-content-right input[type='email'] {
  width: 225px;
}

/* line 35, ../sass/modules/_input.scss */

.input-content-left textarea,
.input-content-right textarea {
  width: 225px;
  height: 143px;
  resize: none;
}

/* line 40, ../sass/modules/_input.scss */

.input-content-left input[type="radio"],
.input-content-right input[type="radio"] {
  width: auto;
}

/* line 43, ../sass/modules/_input.scss */

.input-content-left input.with-select,
.input-content-right input.with-select {
  width: 150px;
}

/* line 46, ../sass/modules/_input.scss */

.input-content-left .select-appendix,
.input-content-right .select-appendix {
  width: 70px;
  margin: 0 2px;
}

/* line 51, ../sass/modules/_input.scss */

.input-content-left {
  width: 248px;
  margin: 5px 0;
  float: left;
  clear: left;
}

/* line 57, ../sass/modules/_input.scss */

.input-content-left select {
  width: 247px;
}

/* line 61, ../sass/modules/_input.scss */

.input-content-right {
  width: 248px;
  margin: 5px 0;
  float: right;
}

/* line 66, ../sass/modules/_input.scss */

.input-content-right select {
  width: 247px;
}

/* line 71, ../sass/modules/_input.scss */

.input-block-aside {
  margin: 5px 0;
}

/* line 74, ../sass/modules/_input.scss */

.input-block-aside input,
.input-block-aside textarea {
  width: 245px;
}

/* line 77, ../sass/modules/_input.scss */

.input-block-aside textarea {
  height: 100px;
}

/* line 80, ../sass/modules/_input.scss */

.input-block-aside select {
  width: 267px;
}

/* line 86, ../sass/modules/_input.scss */

.input-alongside-left input,
.input-alongside-right input,
.input-alongside input {
  width: 55px;
}

/* line 89, ../sass/modules/_input.scss */

.input-alongside-left select,
.input-alongside-right select,
.input-alongside select {
  width: 95px;
}

/* line 93, ../sass/modules/_input.scss */

.input-alongside-left {
  margin: 5px 0 5px 10px;
  float: left;
}

/* line 98, ../sass/modules/_input.scss */

.input-alongside-right {
  margin: 5px 10px 5px 0;
  float: right;
}

/* line 106, ../sass/modules/_input.scss */

.input-block-medium select {
  width: 173px;
}

/* line 113, ../sass/modules/_input.scss */

.insurance-error-tb-left,
.insurance-error-tb-right,
.oc-textbox-left,
.insurance-input-block .custom-sb,
.insurance-textbox-left,
.insurance-textbox-right,
.oc-textbox-full,
.fb-app-activation-form input,
.oc-textbox,
.insurance-textbox,
.ess-input-block input,
.vendor-search-tb input,
.warranty-input-block input,
.oc-input-row .custom-sb,
.changeable-frame .custom-sb {
  font-size: 14px;
  background: #fff;
  height: 36px;
  color: #5D646C;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 120, ../sass/modules/_input.scss */

.insurance-error-tb-left::-webkit-input-placeholder,
.insurance-error-tb-right::-webkit-input-placeholder,
.oc-textbox-left::-webkit-input-placeholder,
.insurance-input-block .custom-sb::-webkit-input-placeholder,
.insurance-textbox-left::-webkit-input-placeholder,
.insurance-textbox-right::-webkit-input-placeholder,
.oc-textbox-full::-webkit-input-placeholder,
.fb-app-activation-form input::-webkit-input-placeholder,
.oc-textbox::-webkit-input-placeholder,
.insurance-textbox::-webkit-input-placeholder,
.ess-input-block input::-webkit-input-placeholder,
.vendor-search-tb input::-webkit-input-placeholder,
.warranty-input-block input::-webkit-input-placeholder,
.oc-input-row .custom-sb::-webkit-input-placeholder,
.changeable-frame .custom-sb::-webkit-input-placeholder {
  color: #000;
}

/* line 125, ../sass/modules/_input.scss */

.insurance-error-tb-left,
.insurance-error-tb-right {
  font-size: 13px;
  border-width: 1px 1px 1px 5px;
  border-style: solid;
  border-color: #F95755;
}

/* line 133, ../sass/modules/_input.scss */

.insurance-error-tb-left::-webkit-input-placeholder,
.insurance-error-tb-right::-webkit-input-placeholder {
  font-size: 13px;
  color: #EB0C0C;
}

/* line 138, ../sass/modules/_input.scss */

.insurance-error-tb-left {
  float: left;
}

/* line 142, ../sass/modules/_input.scss */

.insurance-error-tb-right {
  float: right;
}

/* line 147, ../sass/modules/_input.scss */

.oc-textbox-left,
.insurance-input-block .custom-sb,
.insurance-textbox-left,
.insurance-textbox-right,
.oc-textbox-full,
.fb-app-activation-form input,
.oc-textbox,
.insurance-textbox {
  border-width: 1px 1px 1px 5px;
  border-style: solid;
  border-color: #bfbfbf;
}

/* line 155, ../sass/modules/_input.scss */

.oc-textbox-left,
.insurance-input-block .custom-sb,
.insurance-textbox-left {
  float: left;
}

/* line 159, ../sass/modules/_input.scss */

.insurance-textbox-right {
  float: right;
}

/* line 163, ../sass/modules/_input.scss */

.oc-textbox-full,
.fb-app-activation-form input {
  width: 100%;
}

/* line 167, ../sass/modules/_input.scss */

.ess-input-block input,
.vendor-search-tb input,
.warranty-input-block input {
  border-width: 1px 1px 1px 3px;
  border-style: solid;
  border-color: #C9D2DD #C9D2DD #C9D2DD #7E8C8D;
}

/* line 175, ../sass/modules/_input.scss */

.oc-input-row .custom-sb,
.changeable-frame .custom-sb {
  border: 1px solid #bfbfbf;
}

/* line 179, ../sass/modules/_input.scss */

.dsf-textbox {
  background: #fff;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #C9D2DD;
  box-sizing: border-box;
}

/* line 187, ../sass/modules/_input.scss */

.custom-sb {
  position: relative;
}

/* line 190, ../sass/modules/_input.scss */

.custom-sb select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-appearance: menulist-button;
  cursor: pointer;
}

/* line 201, ../sass/modules/_input.scss */

.custom-sb.error {
  border-color: #EB0C0C;
}

/* line 203, ../sass/modules/_input.scss */

.custom-sb.error .sb-option {
  color: #EB0C0C;
}

/* line 207, ../sass/modules/_input.scss */

.custom-sb .green-check-icon {
  right: 10px !important;
}

/* line 211, ../sass/modules/_input.scss */

.pointer-down {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #9DA2A6;
  float: right;
}

/* line 218, ../sass/modules/_input.scss */

.hp-quick-sb,
.dsf-city-select {
  background: #fff;
  color: #7E8C8D;
  padding: 8px 15px 8px 10px;
  border: 1px solid #C9D2DD;
  text-align: left;
  box-sizing: border-box;
}

/* line 226, ../sass/modules/_input.scss */

.hp-quick-sb .custom-sb-expand,
.dsf-city-select .custom-sb-expand {
  top: 5px;
}

/* line 230, ../sass/modules/_input.scss */

.custom-sb-expand {
  background-position: -64px -31px;
  width: 10px;
  height: 18px;
  position: absolute;
  top: 6px;
  right: 5px;
}

/* line 245, ../sass/modules/_input.scss */

.custom-check,
.terms-check,
.custom-radio {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 251, ../sass/modules/_input.scss */

.general-tb,
.sms-form-block .textbox,
.sms-campaign-form-block .textbox,
.message-textbox textarea,
.content-search-tb {
  background: #fff;
  font-size: 12px;
  padding: 6px 10px;
  border: 1px solid #C9D2DD;
  box-sizing: border-box;
}

/* line 258, ../sass/modules/_input.scss */

.input-block {
  position: relative;
  float: left;
}

/* line 262, ../sass/modules/_input.scss */

.input-wrapper {
  position: relative;
}

/* line 265, ../sass/modules/_input.scss */

.input-wrapper.with-appendix {
  width: 374px;
}

/* line 268, ../sass/modules/_input.scss */

.input-wrapper .green-check-icon {
  position: absolute;
  top: 11px;
  right: 3px;
}

/* line 274, ../sass/modules/_input.scss */

.block-label {
  font-size: 14px;
  font-weight: 700;
  color: #33495f;
  margin-bottom: 10px;
  display: block;
}

/* line 283, ../sass/modules/_input.scss */

.input-block-row {
  margin-top: 12px;
}

/* line 287, ../sass/modules/_input.scss */

.input-block-row:first-child {
  margin-top: 0;
}

/* line 291, ../sass/modules/_input.scss */

.input-box {
  width: 260px;
}

/* line 295, ../sass/modules/_input.scss */

.input-box.prefix {
  width: 187px;
}

/* line 298, ../sass/modules/_input.scss */

.input-box.wide {
  width: 350px;
}

/* line 302, ../sass/modules/_input.scss */

.input-box-half {
  width: 48%;
  position: relative;
}

/* line 306, ../sass/modules/_input.scss */

.input-prefix {
  width: 70px;
  display: inline-block;
  vertical-align: top;
}

/* line 311, ../sass/modules/_input.scss */

.custom-input-label {
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 5px;
  display: block;
}

/* line 317, ../sass/modules/_input.scss */

.input-side-label {
  width: 160px;
  font-weight: 600;
}

/* line 322, ../sass/modules/_input.scss */

.input-side-label-narrow {
  width: auto;
  margin-right: 20px;
}

/* line 327, ../sass/modules/_input.scss */

.general-tb {
  width: 100%;
}

/* line 331, ../sass/modules/_input.scss */

.general-tb.txtarea {
  height: 80px;
}

/* line 335, ../sass/modules/_input.scss */

.custom-cb-block {
  margin-right: 25px;
  display: inline-block;
}

/* line 340, ../sass/modules/_input.scss */

.input-error {
  background: #FFF5F5 !important;
  border-color: #E82E2E !important;
}

/* line 344, ../sass/modules/_input.scss */

.input-error-tooltip {
  color: #fff;
  margin-top: 2px;
  padding: 2px 5px;
  background: #F94949;
  border: 1px solid red;
  border-radius: 2px;
  position: relative;
  z-index: 1;
}

/* line 354, ../sass/modules/_input.scss */

.input-error-tooltip.with-appendix-new {
  width: 354px;
}

/* line 357, ../sass/modules/_input.scss */

.input-error-tooltip.terms {
  top: -5px;
}

/* line 360, ../sass/modules/_input.scss */

.input-error-tooltip.card {
  width: 100%;
  margin-top: 5px;
  float: left;
  clear: left;
}

/* line 366, ../sass/modules/_input.scss */

.input-error-tooltip.bayram {
  font-size: 14px;
  width: 446px;
  padding: 7px 10px;
  background: #eb7430;
  margin-top: 5px;
  border: 1px solid #d4601e;
}

/* line 375, ../sass/modules/_input.scss */

.input-info {
  margin-top: 5px;
  color: #666;
}

/* line 379, ../sass/modules/_input.scss */

.date-sb {
  width: 39px;
  background: #fff;
  padding: 8px 20px 8px 10px;
  margin-right: 5px;
  border: 1px solid #ccc;
  float: left;
}

/* line 387, ../sass/modules/_input.scss */

.form-action-block {
  width: 100%;
  margin-top: 20px;
  position: relative;
  display: inline-block;
}

/* line 393, ../sass/modules/_input.scss */

.form-prev-btn {
  padding: 5px 15px;
  text-align: center;
  float: left;
}

/* line 399, ../sass/modules/_input.scss */

.form-submit-btn {
  padding: 5px 20px;
  float: right;
}

/* line 1, ../sass/modules/_slider.scss */

.offer-search-slider,
.brand-news-slider {
  width: 100%;
  position: relative;
}

/* line 5, ../sass/modules/_slider.scss */

.slider-block {
  margin: 0 auto;
  overflow: hidden;
}

/* line 9, ../sass/modules/_slider.scss */

.slider-wrapper {
  width: 999999px;
  position: relative;
}

/* line 13, ../sass/modules/_slider.scss */

.slider-prev,
.slider-next {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  display: none;
}

/* line 20, ../sass/modules/_slider.scss */

.slider-prev {
  left: 5px;
}

/* line 23, ../sass/modules/_slider.scss */

.slider-next {
  right: 5px;
}

/* line 26, ../sass/modules/_slider.scss */

.slider-item {
  position: relative;
  float: left;
}

/* line 30, ../sass/modules/_slider.scss */

.slider-prev-icon,
.slider-next-icon {
  display: inline-block;
  margin-top: 7px;
}

/* line 34, ../sass/modules/_slider.scss */

.slider-prev-icon {
  background-position: 0 -283px;
  width: 14px;
  height: 27px;
}

/* line 37, ../sass/modules/_slider.scss */

.slider-next-icon {
  background-position: -407px -60px;
  width: 14px;
  height: 27px;
}

/* line 63, ../sass/modules/_slider.scss */

.slider-pointer {
  cursor: pointer;
}

/* line 65, ../sass/modules/_slider.scss */

.slider-pointer:first-child {
  margin-left: 0;
}

/* line 1, ../sass/modules/_tab-bar.scss */

.tab-bar-noheader {
  border-bottom: 5px solid #25ae90;
  padding: 0 10px;
}

/* line 5, ../sass/modules/_tab-bar.scss */

.tab-bar {
  position: absolute;
  top: -28px;
}

/* line 9, ../sass/modules/_tab-bar.scss */

.tab-bar-button,
.tab-btn-jgreen,
.tab-btn-green-small,
.tab-btn-carnation-small {
  display: inline-block;
}

/* line 12, ../sass/modules/_tab-bar.scss */

.tab-bar-button,
.tab-btn-jgreen {
  padding: 10px 17px;
  background: transparent;
  border: none;
}

/* line 18, ../sass/modules/_tab-bar.scss */

.tab-btn-green-small,
.tab-btn-carnation-small {
  padding: 7px 6px;
  margin-right: 1px;
}

/* line 26, ../sass/modules/_tab-bar.scss */

.active.tab-bar-button {
  background: #96B00E;
  color: #fff;
}

/* line 33, ../sass/modules/_tab-bar.scss */

.active.tab-btn-jgreen {
  background: #25ae90;
  color: #fff;
}

/* line 40, ../sass/modules/_tab-bar.scss */

.active.tab-btn-green-small {
  background: #96B00E;
  color: #fff;
}

/* line 47, ../sass/modules/_tab-bar.scss */

.active.tab-btn-carnation-small {
  background: #F95755;
  color: #fff;
}

@font-face {
  font-family: "tasit";
  font-display: swap;
  src: url('/fonts/tasit-icon.eot?1497538634');
  src: url('/fonts/tasit-icon.eot?&1497538634#iefix') format('embedded-opentype'), url('/fonts/tasit-icon.woff?1497538634') format('woff'), url('/fonts/tasit-icon.ttf?1497538634') format('truetype'), url('/fonts/tasit-icon.svg?1497538634') format('svg');
}

/* line 3, ../sass/modules/_icons.scss */

.ta-ico {
  font-family: "tasit";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
}

/* line 10, ../sass/modules/_icons.scss */

.ta-ico.white {
  color: #fff;
}

/* line 13, ../sass/modules/_icons.scss */

.ta-ico.blue {
  color: #2D66A8;
}

/* line 17, ../sass/modules/_icons.scss */

.ta-star::before {
  content: "\81E1";
}

/* line 20, ../sass/modules/_icons.scss */

.ta-se-sa::before {
  content: "\81E2";
}

/* line 23, ../sass/modules/_icons.scss */

.ta-ar-down::before {
  content: "\81E3";
}

/* line 26, ../sass/modules/_icons.scss */

.ta-ar-up::before {
  content: "\81E4";
}

/* line 29, ../sass/modules/_icons.scss */

.ta-ar-left::before {
  content: "\81E5";
}

/* line 32, ../sass/modules/_icons.scss */

.ta-ar-right::before {
  content: "\81E6";
}

/* line 35, ../sass/modules/_icons.scss */

.ta-tasit::before {
  content: "\81E7";
}

/* line 38, ../sass/modules/_icons.scss */

.ta-com::before {
  content: "\81E8";
}

/* line 41, ../sass/modules/_icons.scss */

.ta-pref::before {
  content: "\81E9";
}

/* line 44, ../sass/modules/_icons.scss */

.ta-mail::before {
  content: "\81E10";
}

/* line 47, ../sass/modules/_icons.scss */

.ta-close::before {
  content: "\81E11";
}

/* line 50, ../sass/modules/_icons.scss */

.ta-ar-slide::before {
  content: "\81E12";
}

/* line 53, ../sass/modules/_icons.scss */

.ta-search::before {
  content: "\81E13";
}

/* line 56, ../sass/modules/_icons.scss */

.ta-play::before {
  content: "\81E14";
}

/* line 59, ../sass/modules/_icons.scss */

.ta-picture::before {
  content: "\81E15";
}

/* line 62, ../sass/modules/_icons.scss */

.ta-car::before {
  content: "\81E16";
}

/* line 65, ../sass/modules/_icons.scss */

.ta-date::before {
  content: "\81E17";
}

/* line 68, ../sass/modules/_icons.scss */

.ta-time::before {
  content: "\81E18";
}

/* line 71, ../sass/modules/_icons.scss */

.ta-map::before {
  content: "\81E19";
}

/* line 74, ../sass/modules/_icons.scss */

.ta-ar-left2::before {
  content: "\81E20";
}

/* line 77, ../sass/modules/_icons.scss */

.ta-ar-right2::before {
  content: "\81E21";
}

/* line 1, ../sass/layout/_skeleton.scss */

html,
body {
  height: 100%;
}

/* line 4, ../sass/layout/_skeleton.scss */

.page-wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

/* line 10, ../sass/layout/_skeleton.scss */

.page-wrapper.eto {
  position: static;
}

/* line 15, ../sass/layout/_skeleton.scss */

.page-container.fixed {
  padding-top: 79px;
}

/* line 19, ../sass/layout/_skeleton.scss */

.page-content {
  padding: 10px 0;
}

.page-content-iframe {
  padding: 10px 0;
  width: 750px;
}

/* line 20, ../sass/layout/_skeleton.scss */

.page-content.homepage {
  padding: 15px 0;
}

/* line 26, ../sass/layout/_skeleton.scss */

.page-content.nopad {
  padding: 0;
}

/* line 30, ../sass/layout/_skeleton.scss */

.main-content {
  background: #FFF;
  padding: 10px 12px;
}

/* line 34, ../sass/layout/_skeleton.scss */

.page-overlay {
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000001;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  display: none;
}

/* line 47, ../sass/layout/_skeleton.scss */

.tasit-loader {
  position: fixed;
  z-index: 1000002;
  top: 50%;
  left: 50%;
  margin: -90px 0 0 -75px;
  display: none;
}

/* line 56, ../sass/layout/_skeleton.scss */

.tcheck {
  position: relative;
}

/* line 58, ../sass/layout/_skeleton.scss */

.tcheck label {
  line-height: 18px;
}

/* line 61, ../sass/layout/_skeleton.scss */

.tcheck a {
  text-decoration: underline;
}

/* line 65, ../sass/layout/_skeleton.scss */

.input-label {
  padding-left: 25px;
  float: left;
}

/* line 71, ../sass/layout/_skeleton.scss */

.page-left {
  width: 300px;
  position: relative;
  z-index: 1;
  float: left;
}

/* line 77, ../sass/layout/_skeleton.scss */

.page-right {
  width: 670px;
  position: relative;
  z-index: 1;
  float: right;
}

/* line 90, ../sass/layout/_skeleton.scss */

.main-content-left {
  width: 670px;
  float: left;
}

/* line 94, ../sass/layout/_skeleton.scss */

.main-content-right {
  width: 300px;
  float: right;
}

/* line 98, ../sass/layout/_skeleton.scss */

.fl {
  float: left;
}

/* line 101, ../sass/layout/_skeleton.scss */

.cl {
  clear: left;
}

/* line 104, ../sass/layout/_skeleton.scss */

.fr {
  float: right !important;
}

/* line 107, ../sass/layout/_skeleton.scss */

.cr {
  clear: right;
}

/* line 110, ../sass/layout/_skeleton.scss */

.bb0 {
  border-bottom: none !important;
}

/* line 113, ../sass/layout/_skeleton.scss */

.mt0 {
  margin-top: 0 !important;
}

/* line 116, ../sass/layout/_skeleton.scss */

.ml0 {
  margin-left: 0 !important;
}

/* line 119, ../sass/layout/_skeleton.scss */

.ml5 {
  margin-left: 5px !important;
}

/* line 122, ../sass/layout/_skeleton.scss */

.mr10 {
  margin-right: 10px !important;
}

/* line 125, ../sass/layout/_skeleton.scss */

.ml10 {
  margin-left: 10px !important;
}

/* line 128, ../sass/layout/_skeleton.scss */

.mb10 {
  margin-bottom: 10px !important;
}

/* line 131, ../sass/layout/_skeleton.scss */

.mt10 {
  margin-top: 10px !important;
}

/* line 134, ../sass/layout/_skeleton.scss */

.mt20 {
  margin-top: 20px !important;
}

/* line 137, ../sass/layout/_skeleton.scss */

.pl0 {
  padding-left: 0 !important;
}

/* line 140, ../sass/layout/_skeleton.scss */

.pl5 {
  padding-left: 5px !important;
}

/* line 143, ../sass/layout/_skeleton.scss */

.plr20 {
  padding: 0 20px !important;
}

/* line 146, ../sass/layout/_skeleton.scss */

.plr10 {
  padding: 0 10px !important;
}

/* line 149, ../sass/layout/_skeleton.scss */

.tcenter {
  text-align: center;
}

/* line 152, ../sass/layout/_skeleton.scss */

.hidden {
  display: none;
}

/* line 155, ../sass/layout/_skeleton.scss */

.fs14 {
  font-size: 14px;
}

/* line 158, ../sass/layout/_skeleton.scss */

.bn {
  border: none !important;
}

/* line 161, ../sass/layout/_skeleton.scss */

.fw600 {
  font-weight: 600 !important;
}

/* line 25, ../sass/layout/_textbox.scss */

.input-block-medium {
  margin: 0 5px;
}

/* line 1, ../sass/layout/_banners.scss */

.page-banner-top {
  width: 985px;
  display: none;
}

/* line 5, ../sass/layout/_banners.scss */

.banner-top {
  width: 728px;
}

/* line 7, ../sass/layout/_banners.scss */

.banner-top.wallpaper {
  width: 100%;
}

/* line 11, ../sass/layout/_banners.scss */

.banner-square {
  width: 300px;
  height: 250px;
  margin: 20px auto;
}

/* line 16, ../sass/layout/_banners.scss */

.banner-square.auto {
  height: auto;
}

/* line 20, ../sass/layout/_banners.scss */

.homepage-banner-square {
  margin-top: 10px;
  height: 250px;
}

/* line 24, ../sass/layout/_banners.scss */

.banner-sponsor-menutab {
  float: right;
}

/* line 27, ../sass/layout/_banners.scss */

.banner-sponsor-searchresultnav {
  margin: 10px 0;
}

/* line 30, ../sass/layout/_banners.scss */

.refine-search-banner {
  margin-top: 20px;
}

/* line 33, ../sass/layout/_banners.scss */

.detail-car-banner {
  margin: 20px 0 0 5px;
}

/* line 36, ../sass/layout/_banners.scss */

.banner-square-left {
  margin: 20px 0 0 10px;
  float: left;
}

/* line 40, ../sass/layout/_banners.scss */

.banner-square-right {
  margin: 20px 10px 0 10px;
  float: right;
}

/* line 46, ../sass/layout/_banners.scss */

.banner-flat {
  width: 100%;
  top: 0;
  height: 1780px;
  position: absolute;
  overflow: hidden;
}

/* line 53, ../sass/layout/_banners.scss */

.banner-flat img {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1000px;
}

/* line 60, ../sass/layout/_banners.scss */

.page-banner-masthead {
  text-align: center;
}

@media screen and (max-width: 1000px) {
  /* line 60, ../sass/layout/_banners.scss */

  .page-banner-masthead {
    display: none;
  }
}

/* line 67, ../sass/layout/_banners.scss */

.page-banner-left {
  position: absolute;
  top: 0;
  right: 1015px;
}

/* line 72, ../sass/layout/_banners.scss */

.page-banner-right {
  position: absolute;
  top: 0;
  left: 1015px;
}

/* line 77, ../sass/layout/_banners.scss */

.banner-fixed {
  width: 305px;
  height: 155px;
  background: #fff;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  box-shadow: -1px -1px 4px #747474;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #919191;
}

/* line 92, ../sass/layout/_banners.scss */

.fix-banner-close {
  font-size: 14px;
  color: #333;
  position: absolute;
  top: -1px;
  right: 3px;
}

/* line 99, ../sass/layout/_banners.scss */

.menu-item-campaign {
  margin-top: 2px;
  float: right;
}

/* New banner zones */

/* line 105, ../sass/layout/_banners.scss */

.category-banner-bottom {
  width: 728px;
  margin: 20px auto 0;
}

/* line 109, ../sass/layout/_banners.scss */

.wp-homepage-banner {
  width: 970px;
  margin: 20px auto 0;
}

/* line 112, ../sass/layout/_banners.scss */

.wp-homepage-banner.bottom {
  margin-top: 20px;
}

/* line 116, ../sass/layout/_banners.scss */

.category-list-banner {
  width: 468px;
  margin: 25px auto 0;
}

/* line 120, ../sass/layout/_banners.scss */

.category-list-banner-bottom {
  width: 336px;
  margin: 20px auto 0;
}

/* line 124, ../sass/layout/_banners.scss */

.news-detail-bottom-banner {
  width: 468px;
  margin: 20px auto 0;
}

/* line 128, ../sass/layout/_banners.scss */

.offer-list-banner {
  width: 728px;
  margin: 0 auto;
}

/* line 132, ../sass/layout/_banners.scss */

.offer-list-bottom-banner {
  width: 728px;
  margin: 20px auto 0;
}

/* line 136, ../sass/layout/_banners.scss */

.interstitial-banner {
  width: 800px;
  height: 600px;
  background: #fff;
  position: fixed;
  z-index: 1003;
  top: 30px;
  left: 50%;
  margin-left: -400px;
  display: none;
}

/* line 147, ../sass/layout/_banners.scss */

.interstitial-banner .close {
  background: #fff;
  position: absolute;
  top: -27px;
  right: 0;
  padding: 6px 5px 3px 5px;
  cursor: pointer;
}

/* line 155, ../sass/layout/_banners.scss */

.interstitial-banner .close-icon {
  background-position: -84px -31px;
  width: 15px;
  height: 15px;
  display: inline-block;
}

/* line 160, ../sass/layout/_banners.scss */

.hp-170-banner {
  height: 170px;
  margin-top: 20px;
}

/* line 164, ../sass/layout/_banners.scss */

.masthead-banner {
  margin: 0 auto -350px;
  position: relative;
  left: 50%;
  margin-left: -675px;
}

/* line 170, ../sass/layout/_banners.scss */

.hp-eto-block {
  height: 0;
}

/* line 173, ../sass/layout/_banners.scss */

.homepage-eto {
  width: 100% !important;
  overflow-x: hidden;
  position: relative;
}

/* line 178, ../sass/layout/_banners.scss */

.homepage-eto iframe {
  position: absolute;
  left: 50%;
  margin-left: -1000px;
}

/* line 2, ../sass/layout/_popup.scss */

.message-popup {
  min-width: 400px;
}

/* line 5, ../sass/layout/_popup.scss */

.message-popup .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #E6E6E6;
}

/* line 14, ../sass/layout/_popup.scss */

.message-popup p {
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}

/* line 19, ../sass/layout/_popup.scss */

.message-popup .disabled-msg {
  color: #F95755;
  margin-top: 10px;
}

/* line 23, ../sass/layout/_popup.scss */

.message-popup a {
  text-align: center;
}

/* line 26, ../sass/layout/_popup.scss */

.message-popup .content {
  max-width: 570px;
  word-wrap: break-word;
}

/* line 30, ../sass/layout/_popup.scss */

.message-popup .error-box {
  width: 590px;
}

/* line 34, ../sass/layout/_popup.scss */

.content.send-msg {
  width: 570px;
}

/* line 37, ../sass/layout/_popup.scss */

#counter-message {
  font-weight: 700;
}

/* line 40, ../sass/layout/_popup.scss */

#send_message_submit {
  margin-top: 15px;
}

/* line 43, ../sass/layout/_popup.scss */

.loader {
  margin-top: 20px;
  text-align: center;
}

/* line 47, ../sass/layout/_popup.scss */

#edit-mypm {
  width: 570px;
}

/* line 52, ../sass/layout/_popup.scss */

.user-msg-title {
  color: #96B00E;
}

/* line 57, ../sass/layout/_popup.scss */

.custom-scrollbar {
  width: 570px;
}

/* line 60, ../sass/layout/_popup.scss */

#scrollbar1 {
  margin-top: 15px;
}

/* line 63, ../sass/layout/_popup.scss */

.viewport {
  width: 550px;
  height: 300px;
  overflow: hidden;
  position: relative;
}

/* line 68, ../sass/layout/_popup.scss */

.viewport .overview {
  position: absolute;
}

/* line 72, ../sass/layout/_popup.scss */

.scrollbar {
  float: right;
}

/* line 74, ../sass/layout/_popup.scss */

.scrollbar .track {
  width: 9px;
  background: #ccc;
  position: relative;
}

/* line 79, ../sass/layout/_popup.scss */

.scrollbar .thumb {
  width: 7px;
  background: #F1F1F1;
  position: absolute;
  left: 1px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* line 90, ../sass/layout/_popup.scss */

.event-popup {
  width: 460px;
}

/* line 93, ../sass/layout/_popup.scss */

.event-title {
  font-size: 16px;
  font-weight: 700;
}

/* line 99, ../sass/layout/_popup.scss */

.event-description {
  font-size: 14px;
  margin: 10px 0;
}

/* line 103, ../sass/layout/_popup.scss */

.event-submit-ok,
.event-submit-cancel {
  padding: 6px 20px;
  margin-top: 20px;
}

/* line 107, ../sass/layout/_popup.scss */

.event-submit-ok {
  float: right;
}

/* line 111, ../sass/layout/_popup.scss */

.event-submit-cancel {
  margin-right: 10px;
  float: right;
}

/* line 116, ../sass/layout/_popup.scss */

.event-not-show-block {
  width: 100%;
  font-size: 14px;
  margin-top: 20px;
  display: none;
}

/* line 122, ../sass/layout/_popup.scss */

.event-not-show-block label {
  margin-left: 7px;
}

/* line 1, ../sass/layout/_header.scss */

.main-header {
  background: #FFF;
  padding: 20px 10px;
}

/* line 6, ../sass/layout/_header.scss */

.header-top {
  width: 100%;
  top: 0;
  background: #F8F8F8;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  /* line 6, ../sass/layout/_header.scss */

  .header-top {
    width: 1000px;
  }
}

/* line 19, ../sass/layout/_header.scss */

.header-bottom {
  background: #445A65;
  position: relative;
  z-index: 1000002;
}

@media screen and (max-width: 1000px) {
  /* line 19, ../sass/layout/_header.scss */

  .header-bottom {
    width: 1000px;
  }
}

/* line 28, ../sass/layout/_header.scss */

.top-header-nav {
  margin-top: 18px;
  float: left;
}

/* line 32, ../sass/layout/_header.scss */

.top-header-link {
  color: #fff;
  padding: 7px 10px;
  border-left: 1px solid #18293a;
}

/* line 36, ../sass/layout/_header.scss */

.top-header-link:first-child {
  border: none;
}

/* line 41, ../sass/layout/_header.scss */

.header-logo {
  float: left;
}

/* line 43, ../sass/layout/_header.scss */

.header-logo img {
  display: block;
}

/* line 47, ../sass/layout/_header.scss */

.rental-main-logo {
  margin-right: 20px;
  padding: 10px;
  float: left;
}

/* line 52, ../sass/layout/_header.scss */

.header-search {
  margin-left: 25px;
  float: left;
}

/* line 56, ../sass/layout/_header.scss */

.search-textbox {
  width: 300px;
  height: 40px;
  color: #7A7A7A;
  position: relative;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #D7D7D7;
  z-index: 99;
  padding: 0 8px;
  box-sizing: border-box;
  float: left;
}

/* line 71, ../sass/layout/_header.scss */

.header-new-offer {
  font-size: 14px;
  font-weight: 700;
  background: #FF9701;
  padding: 10px;
  color: #fff;
  border-radius: 3px;
  float: right;
}

/* line 82, ../sass/layout/_header.scss */

.vehicle-type-selectbox {
  width: 140px;
  height: 35px;
  font-size: 15px;
  background: #fff;
  margin-right: 5px;
  box-shadow: 0 0 3px #FFF inset, 0 0 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #DADADA;
  float: left;
}

/* line 91, ../sass/layout/_header.scss */

.vehicle-type-selectbox .sb-option {
  padding: 8px;
}

/* line 94, ../sass/layout/_header.scss */

.vehicle-type-selectbox .pointer-down {
  margin-top: 5px;
}

/* line 98, ../sass/layout/_header.scss */

.search-btn {
  width: 70px;
  height: 40px;
  background: #64C328;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border: none;
  border-radius: 0 3px 3px 0;
  float: left;
}

/* line 110, ../sass/layout/_header.scss */

.search-btn:hover {
  background: #6EA012;
}

/* line 114, ../sass/layout/_header.scss */

.detailed-search-link {
  color: #1E5A96;
  margin: 12px 0 0 10px;
  float: left;
}

/* line 119, ../sass/layout/_header.scss */

.search-icon {
  background-position: -60px 0;
  width: 20px;
  height: 21px;
}

/* line 123, ../sass/layout/_header.scss */

.header-msg-count {
  position: absolute;
  top: -8px;
  left: 12px;
  font-size: 11px;
  line-height: 15px;
  padding: 0 4px;
  text-align: center;
  background: #FF0000;
  border-radius: 3px;
  color: #fff;
}

/* line 135, ../sass/layout/_header.scss */

.main-menu {
  float: left;
}

@media screen and (max-width: 1000px) {
  /* line 135, ../sass/layout/_header.scss */

  .main-menu {
    margin-left: 15px;
  }
}

/* line 142, ../sass/layout/_header.scss */

.main-menu-item {
  position: relative;
  float: left;
}

/* line 146, ../sass/layout/_header.scss */

.main-menu-item a {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding: 13px 8px;
  display: block;
}

/* line 155, ../sass/layout/_header.scss */

.main-menu-item a .ta-ico {
  margin-left: 2px;
}

/* line 162, ../sass/layout/_header.scss */

.navigation-toggle:hover {
  background: #EEEEEE;
  color: #445A65;
}

/* line 166, ../sass/layout/_header.scss */

.navigation-toggle:hover .ta-ico {
  color: #445A65;
}

/* line 171, ../sass/layout/_header.scss */

.main-navigation {
  background: #EEEEEE;
  position: absolute;
  width: 100%;
  top: 45px;
  padding: 15px 0;
  border-bottom: 1px solid #D8D8D8;
  display: none;
}

/* line 180, ../sass/layout/_header.scss */

.mn-block {
  height: 130px;
  padding-left: 20px;
  border-left: 1px solid #D8D8D8;
  display: inline-block;
  vertical-align: top;
}

/* line 187, ../sass/layout/_header.scss */

.mn-block.rental {
  height: auto;
}

/* line 189, ../sass/layout/_header.scss */

.mn-block.rental li {
  display: inline-block;
  width: 118px;
}

/* line 194, ../sass/layout/_header.scss */

.mn-block:first-child {
  border-left: none;
}

/* line 197, ../sass/layout/_header.scss */

.mn-block li {
  margin-top: 5px;
}

/* line 200, ../sass/layout/_header.scss */

.mn-block li:first-child {
  margin-top: 0;
}

/* line 204, ../sass/layout/_header.scss */

.mn-block a {
  color: #445A65;
  display: block;
}

/* line 208, ../sass/layout/_header.scss */

.mn-block.col-3 {
  width: 230px;
}

/* line 211, ../sass/layout/_header.scss */

.mn-block.col-4 {
  width: 190px;
}

/* line 215, ../sass/layout/_header.scss */

.mn-navigation-toggle {
  display: none;
}

/* line 218, ../sass/layout/_header.scss */

.monthly-nav-list {
  width: 700px;
}

/* line 221, ../sass/layout/_header.scss */

.monthly-nav-item {
  width: 120px;
  background: #fff;
  border: 1px solid #D8D8D8;
  margin-right: 20px;
  padding: 5px 10px;
  float: left;
  text-align: center;
  box-sizing: border-box;
}

/* line 231, ../sass/layout/_header.scss */

.monthly-nav-item:first-child {
  margin-left: 0;
}

/* line 234, ../sass/layout/_header.scss */

.monthly-nav-item.bottom {
  margin-top: 20px;
}

/* line 237, ../sass/layout/_header.scss */

.monthly-nav-item a {
  display: block;
}

/* line 241, ../sass/layout/_header.scss */

.mni-name {
  font-weight: 600;
  color: #445A65;
  text-align: center;
}

/* line 246, ../sass/layout/_header.scss */

.mni-thumb {
  margin-top: 10px;
}

/* line 249, ../sass/layout/_header.scss */

.new-badge {
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  top: -11px;
  left: -10px;
  background: #F16F51;
  color: #fff;
  padding: 2px 15px;
}

/* line 261, ../sass/layout/_header.scss */

.new-badge .pointer {
  width: 0;
  height: 0;
  border-width: 10px 5px 0 6px;
  border-style: solid;
  border-color: #91311A transparent transparent transparent;
  position: absolute;
  top: 17px;
  left: 1px;
  z-index: -1;
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

@media screen and (min-width: 0\0) {
  /* line 261, ../sass/layout/_header.scss */

  .new-badge .pointer {
    top: 16px;
    left: 2px;
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
}

/* line 282, ../sass/layout/_header.scss */

.sub-menu {
  width: 158px;
  position: absolute;
  top: 45px;
  left: -1px;
  z-index: 102;
  background: #fff;
  text-indent: 10px;
  padding: 0 10px;
  border: 1px solid #e0e0e0;
  display: none;
}

/* line 294, ../sass/layout/_header.scss */

.sub-menu-item {
  border-top: 1px solid #E0E0E0;
  display: block;
}

/* line 297, ../sass/layout/_header.scss */

.sub-menu-item:first-child {
  border-top: none;
}

/* line 300, ../sass/layout/_header.scss */

.sub-menu-item a {
  font-size: 12px;
  font-weight: 400;
  padding: 10px 0;
}

/* line 307, ../sass/layout/_header.scss */

.sub-menu-item a:hover {
  color: #25ae90;
}

/* line 312, ../sass/layout/_header.scss */

.dropdown-icon {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #578088;
}

/* line 319, ../sass/layout/_header.scss */

.breadcrumb {
  margin: 10px 0 20px 0;
}

/* line 321, ../sass/layout/_header.scss */

.breadcrumb span {
  margin-right: 3px;
}

/* line 323, ../sass/layout/_header.scss */

.breadcrumb span:first-child {
  margin: 0;
}

/* line 329, ../sass/layout/_header.scss */

.member-options {
  position: relative;
  margin-top: 14px;
  float: right;
}

/* line 334, ../sass/layout/_header.scss */

.member-join,
.member-login {
  padding: 2px 10px;
  color: #fff;
  float: left;
}

/* line 339, ../sass/layout/_header.scss */

.member-join {
  border-radius: 5px 0 0 5px;
}

/* line 342, ../sass/layout/_header.scss */

.member-login {
  border-radius: 0 5px 5px 0;
  border-left: 1px solid #E0E0E0;
}

/* line 348, ../sass/layout/_header.scss */

.member-area {
  font-weight: 600;
  color: #fff;
}

/* line 352, ../sass/layout/_header.scss */

.member-area-icons {
  float: right;
}

/* line 355, ../sass/layout/_header.scss */

.member-area-icons a {
  margin-left: 10px;
  position: relative;
}

/* line 361, ../sass/layout/_header.scss */

.member-area-icons .ta-mail {
  position: relative;
}

/* line 364, ../sass/layout/_header.scss */

.member-area-icons .ta-pref {
  margin-left: 8px;
  cursor: pointer;
}

/* line 369, ../sass/layout/_header.scss */

.member-name {
  max-width: 115px;
}

/* line 374, ../sass/layout/_header.scss */

.member-toggle-area {
  margin-right: 10px;
  float: left;
  cursor: pointer;
}

/* line 378, ../sass/layout/_header.scss */

.member-toggle-area span {
  margin-left: 5px;
}

/* line 383, ../sass/layout/_header.scss */

.member-dropdown-menu {
  width: 130px;
  background: #fff;
  text-indent: 10px;
  position: absolute;
  top: 33px;
  left: 0;
  z-index: 100;
  padding: 0 10px;
  border: 1px solid #e0e0e0;
  display: none;
}

/* line 395, ../sass/layout/_header.scss */

.md-link {
  color: #757575;
  padding: 8px 10px 8px 0;
  border-top: 1px solid #e0e0e0;
  display: block;
}

/* line 401, ../sass/layout/_header.scss */

.md-link:first-child {
  border-top: none;
}

/* line 404, ../sass/layout/_header.scss */

.md-link:hover {
  color: #25ae90;
}

/* line 1, ../sass/layout/_footer.scss */

.page-footer {
  background: #fff;
  margin: 20px auto 0;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  /* line 1, ../sass/layout/_footer.scss */

  .page-footer {
    width: 1000px;
  }
}

/* line 13, ../sass/layout/_footer.scss */

.footer-links {
  overflow: hidden;
}

/* line 16, ../sass/layout/_footer.scss */

.footer-item {
  width: 230px;
  padding: 0 10px;
  float: left;
}

/* line 20, ../sass/layout/_footer.scss */

.footer-item a {
  margin: 2px 0;
  display: block;
}

/* line 24, ../sass/layout/_footer.scss */

.footer-item a:hover {
  color: #25ae90;
}

/* line 28, ../sass/layout/_footer.scss */

.footer-item:first-child {
  border-left: none;
}

/* line 34, ../sass/layout/_footer.scss */

.footer-item .all-city-link {
  color: #1E5A96;
}

/* line 38, ../sass/layout/_footer.scss */

.footer-item-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

/* line 45, ../sass/layout/_footer.scss */

.footer-item-title.small {
  font-size: 15px;
}

/* line 49, ../sass/layout/_footer.scss */

.footer-legal-text {
  font-size: 11px;
  color: #a8a8a8;
  padding: 10px;
  margin-top: 15px;
  border: 1px solid #ccc;
}

/* line 56, ../sass/layout/_footer.scss */

.footer-bottom {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}

/* line 61, ../sass/layout/_footer.scss */

.copyright-text {
  color: #CACACA;
  text-align: center;
}

/* line 64, ../sass/layout/_footer.scss */

.copyright-text a {
  color: #CACACA;
}

/* line 68, ../sass/layout/_footer.scss */

.footer-fb-icon {
  background-position: -32px -63px;
  width: 22px;
  height: 22px;
}

/* line 71, ../sass/layout/_footer.scss */

.footer-twt-icon {
  background-position: -64px -63px;
  width: 22px;
  height: 22px;
}

/* line 74, ../sass/layout/_footer.scss */

.footer-gplus-icon {
  background-position: 0 -63px;
  width: 22px;
  height: 22px;
}

/* line 77, ../sass/layout/_footer.scss */

.footer-youtube-icon {
  background-position: -32px -31px;
  width: 22px;
  height: 22px;
}

/* line 80, ../sass/layout/_footer.scss */

.footer-slideshares-icon {
  background-position: 0 -31px;
  width: 22px;
  height: 22px;
}

/* line 83, ../sass/layout/_footer.scss */

.seo-footer {
  background: #f8f8f8;
  padding: 20px 0;
  border-bottom: 1px solid #d4d4d4;
  overflow: hidden;
}

/* line 88, ../sass/layout/_footer.scss */

.seo-footer.single {
  border-bottom: none;
}

/* line 92, ../sass/layout/_footer.scss */

.newest-offers-notify {
  width: 390px;
  background: #F1F1F1;
  position: fixed;
  z-index: 1;
  bottom: -360px;
  right: 40px;
  padding: 10px;
  border-width: 5px 1px 1px 1px;
  border-style: solid;
  border-color: #ccc;
  transition: 1s bottom;
  -webkit-transition: 1s bottom;
}

/* line 108, ../sass/layout/_footer.scss */

.newest-offers-notify.active {
  bottom: 0;
}

/* line 111, ../sass/layout/_footer.scss */

.newest-offers-notify .close {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #ccc;
  padding: 0 5px;
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
  border-radius: 2px;
}

/* line 126, ../sass/layout/_footer.scss */

.not-title {
  font-size: 20px;
  line-height: 20px;
  color: #929292;
  float: left;
}

/* line 132, ../sass/layout/_footer.scss */

.newest-offers-top {
  overflow: hidden;
}

/* line 135, ../sass/layout/_footer.scss */

.notify-sound-cb {
  color: #5f5f5f;
  margin-right: 30px;
  float: right;
}

/* line 139, ../sass/layout/_footer.scss */

.notify-sound-cb input {
  margin-right: 2px;
}

/* line 143, ../sass/layout/_footer.scss */

.newest-offer-block {
  max-height: 288px;
  overflow: auto;
}

/* line 147, ../sass/layout/_footer.scss */

.newest-offer-item {
  background: #fff;
  margin-top: 10px;
  padding: 10px;
  overflow: hidden;
  border-bottom: 3px solid #ccc;
  display: block;
}

/* line 155, ../sass/layout/_footer.scss */

.newest-offer-item:first-child {
  border-top: none;
}

/* line 158, ../sass/layout/_footer.scss */

.newest-offer-item .text-block {
  width: 255px;
  margin-left: 10px;
  float: left;
}

/* line 163, ../sass/layout/_footer.scss */

.newest-offer-item .title {
  font-weight: 700;
  color: #1E5A96;
}

/* line 168, ../sass/layout/_footer.scss */

.newest-offer-item .subtitle {
  color: #838383;
  margin: 4px 0;
}

/* line 174, ../sass/layout/_footer.scss */

.noi-thumb {
  float: left;
}

/* line 177, ../sass/layout/_footer.scss */

.noi-bottom {
  overflow: hidden;
}

/* line 179, ../sass/layout/_footer.scss */

.noi-bottom .price {
  font-size: 16px;
  color: #1E5A96;
  float: left;
}

/* line 184, ../sass/layout/_footer.scss */

.noi-bottom .city {
  margin-top: 2px;
  color: #ABABAB;
  float: right;
}

/* line 190, ../sass/layout/_footer.scss */

.notification-sound {
  display: none;
}

/* line 193, ../sass/layout/_footer.scss */

.switch-to-mobile {
  width: 100%;
  background: #2D66A8;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  border: none;
}

/* line 1, ../sass/layout/_homepage.scss */

.section-content {
  background: #fff;
  border-width: 0 1px 1px 1px;
  border-color: #ddd;
  border-style: solid;
}

/* line 8, ../sass/layout/_homepage.scss */

.page-title {
  font-size: 19px;
}

/* line 17, ../sass/layout/_homepage.scss */

.content-title .highlight {
  color: #D02090;
  font-weight: bold;
}

/* line 33, ../sass/layout/_homepage.scss */

.content-title-highlight.showcase {
  font-size: 13px;
}

/* line 42, ../sass/layout/_homepage.scss */

.tab-content {
  margin-bottom: 10px;
}

/* line 44, ../sass/layout/_homepage.scss */

.tab-content .tab {
  display: none;
  overflow: hidden;
}

/* line 48, ../sass/layout/_homepage.scss */

.tab-content .content-block {
  height: 419px;
  overflow: hidden;
}

/* line 53, ../sass/layout/_homepage.scss */

.section-footer {
  width: 100%;
  border-top: 1px solid #EEE;
  overflow: hidden;
}

/* line 58, ../sass/layout/_homepage.scss */

.section-footer-link {
  font-size: 11px;
  color: #000;
  margin: 10px 5px 10px 0;
  float: right;
}

/* line 63, ../sass/layout/_homepage.scss */

.section-footer-link:hover {
  color: #96B00E;
}

/* line 69, ../sass/layout/_homepage.scss */

.ie-warn {
  background: url("/images/browser_update.jpg") no-repeat;
  width: 990px;
  height: 260px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

/* line 77, ../sass/layout/_homepage.scss */

.close-ie-warn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 12px;
  right: 44px;
  background: transparent;
  border: none;
}

/* line 86, ../sass/layout/_homepage.scss */

.browser-update-block {
  margin-top: 109px;
}

/* line 89, ../sass/layout/_homepage.scss */

.browser-update-link {
  width: 225px;
  height: 125px;
  margin-left: 110px;
  float: left;
}

/* line 94, ../sass/layout/_homepage.scss */

.browser-update-link:first-child {
  margin-left: 46px;
}

/* line 100, ../sass/layout/_homepage.scss */

.hp-quick-search {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 10px;
}

/* line 105, ../sass/layout/_homepage.scss */

.hp-quick-search .input-row {
  margin-top: 10px;
}

/* line 107, ../sass/layout/_homepage.scss */

.hp-quick-search .input-row:first-child {
  margin-top: 0;
}

/* line 115, ../sass/layout/_homepage.scss */

.quick-search-box {
  background: #f8f8f8;
  margin-top: 15px;
}

/* line 118, ../sass/layout/_homepage.scss */

.quick-search-box:first-child {
  margin-top: 0;
}

/* line 122, ../sass/layout/_homepage.scss */

.quick-search-box.category .qsb-block,
.quick-search-box.category-banner .qsb-block {
  border: 1px solid #e6e6e6;
}

/* line 127, ../sass/layout/_homepage.scss */

.detailed-search-submit {
  width: 170px;
  height: 40px;
  margin: 20px auto 0;
  display: block;
}

/* line 133, ../sass/layout/_homepage.scss */

.detailed-search-submit.bottom {
  float: right;
}

/* line 137, ../sass/layout/_homepage.scss */

.general-content-title {
  color: #1E5A96;
  padding: 10px;
  overflow: hidden;
}

/* line 142, ../sass/layout/_homepage.scss */

.general-content-title h1,
.general-content-title h2,
.general-content-title .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  float: left;
}

/* line 150, ../sass/layout/_homepage.scss */

.general-content-title .big-title {
  font-size: 22px;
}

/* line 153, ../sass/layout/_homepage.scss */

.general-content-title a {
  color: #1E5A96;
}

/* line 156, ../sass/layout/_homepage.scss */

.general-content-title.edge {
  padding: 0 10px 10px 0;
}

/* line 160, ../sass/layout/_homepage.scss */

.qsb-block {
  background: #fff;
  text-align: center;
  padding: 10px 10px 0 10px;
  border: 1px solid #e6e6e6;
  display: none;
}

/* line 165, ../sass/layout/_homepage.scss */

.qsb-block.rental {
  padding-top: 0;
  border-bottom: 1px solid #F1F1F1;
}

/* line 169, ../sass/layout/_homepage.scss */

.qsb-block.hp {
  padding: 0 10px 3px 10px;
}

/* line 174, ../sass/layout/_homepage.scss */

.hp-qs-block {
  background: #fff;
  border: 1px solid #D8D8D8;
}

/* line 178, ../sass/layout/_homepage.scss */

.hp-qs-tab {
  background: #F1F1F1;
  font-size: 14px;
  font-weight: 600;
  color: #2D66A8;
  padding: 10px 20px;
  border-bottom: 1px solid #D8D8D8;
  text-align: left;
  cursor: pointer;
}

/* line 190, ../sass/layout/_homepage.scss */

.hp-qs-tab .ta-ico {
  float: right;
}

/* line 193, ../sass/layout/_homepage.scss */

.hp-qs-tab a {
  color: #2D66A8;
}

/* line 197, ../sass/layout/_homepage.scss */

.hp-qs-brands {
  display: none;
}

/* line 200, ../sass/layout/_homepage.scss */

.hp-qs-brands ul {
  height: 280px;
  overflow-y: scroll;
  position: relative;
}

/* line 206, ../sass/layout/_homepage.scss */

.hp-qs-brands li {
  margin: 7px 0;
  padding: 0 20px;
}

/* line 215, ../sass/layout/_homepage.scss */

.hp-qs-brands a {
  font-weight: 600;
  color: #666;
}

/* line 220, ../sass/layout/_homepage.scss */

.hp-qs-brand-logo {
  margin-right: 10px;
  vertical-align: middle;
}

/* line 224, ../sass/layout/_homepage.scss */

.qsb-input-block {
  margin: 10px;
}

/* line 227, ../sass/layout/_homepage.scss */

.quick-search-list {
  text-align: left;
  height: 253px;
  margin-top: 5px;
  overflow: auto;
}

/* line 233, ../sass/layout/_homepage.scss */

.quick-search-list li:last-child a {
  border-bottom: none;
}

/* line 237, ../sass/layout/_homepage.scss */

.quick-search-list a {
  color: #1E5A96;
  line-height: 16px;
  padding: 8px 13px;
  border-bottom: 1px solid #F1F1F1;
  display: block;
}

/* line 244, ../sass/layout/_homepage.scss */

.quick-search-list.auto {
  height: auto;
  margin-top: 0;
}

/* line 248, ../sass/layout/_homepage.scss */

.quick-search-list.category {
  height: 466px;
}

/* line 252, ../sass/layout/_homepage.scss */

.rental-search-widget {
  margin-top: 10px;
}

/* line 254, ../sass/layout/_homepage.scss */

.rental-search-widget.homepage {
  margin-top: 0;
}

/* line 257, ../sass/layout/_homepage.scss */

.rental-search-widget img {
  display: block;
}

/* line 261, ../sass/layout/_homepage.scss */

.rental-search-widget-form {
  background: #fff;
  padding: 10px;
  border: 1px solid #e6e6e6;
}

/* line 267, ../sass/layout/_homepage.scss */

.rental-search-widget-form .rental-qs-sb {
  width: 225px;
}

/* line 270, ../sass/layout/_homepage.scss */

.rental-search-widget-form .chzn-select {
  width: 280px;
}

/* line 274, ../sass/layout/_homepage.scss */

.rsw-block {
  margin-bottom: 7px;
}

/* line 277, ../sass/layout/_homepage.scss */

.rsw-block .rsw-location,
.rsw-block .rsw-date,
.rsw-block .rsw-time {
  font-size: 12px;
  padding: 8px 5px;
  border: 1px solid #C9D2DD;
  box-sizing: border-box;
}

/* line 284, ../sass/layout/_homepage.scss */

.rsw-block .rsw-location {
  width: 100%;
}

/* line 287, ../sass/layout/_homepage.scss */

.rsw-block input {
  width: 76px;
  float: left;
}

/* line 291, ../sass/layout/_homepage.scss */

.rsw-block .rsw-time {
  width: 56px;
  margin-left: 3px;
  float: left;
}

/* line 296, ../sass/layout/_homepage.scss */

.rsw-block .rsw-time .custom-sb-expand {
  top: 7px;
}

/* line 301, ../sass/layout/_homepage.scss */

.rsw-block.left {
  width: 135px;
  float: left;
}

/* line 305, ../sass/layout/_homepage.scss */

.rsw-block.right {
  width: 135px;
  float: right;
}

/* line 309, ../sass/layout/_homepage.scss */

.rsw-block .rls-input-title {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

/* line 314, ../sass/layout/_homepage.scss */

.rsw-block .input-wrapper {
  position: relative;
}

/* line 318, ../sass/layout/_homepage.scss */

.rsw-block-row {
  overflow: hidden;
}

/* line 321, ../sass/layout/_homepage.scss */

.rental-search-widget-submit {
  text-align: center;
  clear: both;
}

/* line 325, ../sass/layout/_homepage.scss */

.rsws-button {
  font-size: 16px;
  width: 140px;
  height: 42px;
  margin: 7px auto 0;
}

/* line 332, ../sass/layout/_homepage.scss */

.rsws-button.category {
  margin: 12px auto 12px;
}

/* line 338, ../sass/layout/_homepage.scss */

.slider-teaser.category {
  margin-top: 20px;
}

/* line 342, ../sass/layout/_homepage.scss */

.homepage-showcase {
  background: #F8F8F8;
  padding-bottom: 10px;
  overflow: hidden;
}

/* line 347, ../sass/layout/_homepage.scss */

.showcase-title,
.search-cat-title {
  background: #1E5A96;
  padding: 8px 10px;
  float: left;
}

/* line 351, ../sass/layout/_homepage.scss */

.showcase-title h2,
.search-cat-title h2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 21px;
  color: #fff;
}

/* line 361, ../sass/layout/_homepage.scss */

.showcase-purchase-link {
  color: #1E5A96;
  margin: 20px 0 0 15px;
  float: left;
}

/* line 369, ../sass/layout/_homepage.scss */

.hp-showcase-item-list {
  background: #fff;
  border: 1px solid #E6E6E6;
  text-align: center;
  overflow: hidden;
}

/* line 375, ../sass/layout/_homepage.scss */

.hp-showcase-item {
  width: 110px;
  height: 110px;
  margin: 5px 8px 0 8px;
  padding: 3px 3px 0 3px;
  float: left;
}

/* line 382, ../sass/layout/_homepage.scss */

.hp-showcase-item a {
  display: block;
}

/* line 385, ../sass/layout/_homepage.scss */

.hp-showcase-item span {
  padding: 0 1px;
  display: block;
}

/* line 390, ../sass/layout/_homepage.scss */

.hp-showcase-item img {
  border: 1px solid #e6e6e6;
}

/* line 394, ../sass/layout/_homepage.scss */

.tab-content-block {
  display: none;
}

/* line 397, ../sass/layout/_homepage.scss */

.header-title-tab {
  color: #1E5A96;
  padding: 0;
  overflow: hidden;
}

/* line 402, ../sass/layout/_homepage.scss */

.header-title-tab .tab-nav {
  font-size: 14px;
  font-weight: 600;
  color: #808080;
  line-height: 19px;
  padding: 5px 20px;
  float: left;
  cursor: pointer;
}

/* line 413, ../sass/layout/_homepage.scss */

.header-title-tab .tab-nav.active {
  color: #1E5A96;
  border-bottom: 5px solid #1E5A96;
}

/* line 419, ../sass/layout/_homepage.scss */

.header-title-tab h1,
.header-title-tab h2,
.header-title-tab .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  float: left;
}

/* line 427, ../sass/layout/_homepage.scss */

.header-title-tab.edge {
  padding: 0 10px 10px 0;
}

/* line 430, ../sass/layout/_homepage.scss */

.header-title-tab a {
  color: #1E5A96;
}

/* line 434, ../sass/layout/_homepage.scss */

.show-all-news {
  cursor: pointer;
}

/* line 439, ../sass/layout/_homepage.scss */

.hp-other-news {
  overflow: hidden;
}

/* line 441, ../sass/layout/_homepage.scss */

.hp-other-news a {
  color: #fff;
}

/* line 445, ../sass/layout/_homepage.scss */

.hp-other-news-item {
  width: 210px;
  margin-left: 40px;
  position: relative;
  float: left;
}

/* line 450, ../sass/layout/_homepage.scss */

.hp-other-news-item:first-child {
  margin-left: 8px;
}

/* line 456, ../sass/layout/_homepage.scss */

.hp-other-news-item p {
  color: #7E8C8D;
  line-height: 17px;
  margin-top: 2px;
}

/* line 463, ../sass/layout/_homepage.scss */

.hp-photo-icon {
  background-position: -30px 0;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 4px;
  right: 0;
}

/* line 469, ../sass/layout/_homepage.scss */

.hp-content-block {
  background: #F8F8F8;
  width: 100%;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
  box-sizing: border-box;
}

/* line 478, ../sass/layout/_homepage.scss */

.homepage-title {
  font-size: 24px;
  text-align: center;
  margin: 15px 0 20px 0;
}

/* line 483, ../sass/layout/_homepage.scss */

.hp-news-block {
  width: 550px;
  float: left;
}

/* line 487, ../sass/layout/_homepage.scss */

.homepage-news-content {
  width: 100%;
  height: 234px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}

/* line 494, ../sass/layout/_homepage.scss */

.news-title-list {
  width: 260px;
  padding: 0 15px 15px 15px;
  border-right: 1px solid #E0E0E0;
  float: left;
}

/* line 500, ../sass/layout/_homepage.scss */

.news-title-list li {
  line-height: 16px;
  margin-top: 15px;
}

/* line 503, ../sass/layout/_homepage.scss */

.news-title-list li a {
  color: #1E5A96;
  display: block;
}

/* line 510, ../sass/layout/_homepage.scss */

.hp-news-thumbnail {
  width: 256px;
  padding: 15px 15px 0 15px;
  text-align: center;
  box-sizing: border-box;
  float: left;
  cursor: pointer;
}

/* line 518, ../sass/layout/_homepage.scss */

.hp-news-title {
  font-weight: 600;
  margin-top: 10px;
  color: #1E5A96;
  text-align: left;
}

/* line 524, ../sass/layout/_homepage.scss */

.hp-video-block {
  width: 420px;
  float: right;
}

/* line 528, ../sass/layout/_homepage.scss */

.hp-video-thumbs {
  width: 135px;
  padding: 0 16px;
  float: left;
}

/* line 533, ../sass/layout/_homepage.scss */

.hp-small-video-item {
  width: 135px;
  height: 92px;
  margin-top: 22px;
  position: relative;
  color: #fff;
  display: block;
}

/* line 540, ../sass/layout/_homepage.scss */

.hp-small-video-item .title {
  font-size: 12px;
}

/* line 544, ../sass/layout/_homepage.scss */

.hp-small-video-item.left {
  float: left;
}

/* line 547, ../sass/layout/_homepage.scss */

.hp-small-video-item.right {
  float: right;
}

/* line 550, ../sass/layout/_homepage.scss */

.hp-small-video-item:first-child {
  margin-top: 15px;
}

/* line 554, ../sass/layout/_homepage.scss */

.hp-big-video-item {
  width: 230px;
  margin-top: 15px;
  position: relative;
  float: left;
}

/* line 560, ../sass/layout/_homepage.scss */

.hp-big-video-item .title {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  position: absolute;
  padding: 5px;
  box-sizing: border-box;
}

/* line 571, ../sass/layout/_homepage.scss */

.hp-video-icon-big {
  background-position: 0 -95px;
  width: 76px;
  height: 76px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -38px 0 0 -38px;
}

/* line 578, ../sass/layout/_homepage.scss */

.hp-video-icon-small {
  background-position: 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 4px;
}

/* line 584, ../sass/layout/_homepage.scss */

.homepage-newest-offers {
  background: #F8F8F8;
  width: 100%;
  margin-top: 15px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

/* line 593, ../sass/layout/_homepage.scss */

.hp-newest-item-list {
  background: #fff;
  border: 1px solid #E6E6E6;
  padding: 15px 10px;
  overflow: hidden;
}

/* line 599, ../sass/layout/_homepage.scss */

.hp-newest-item {
  color: #7E8C8D;
  text-align: center;
  width: 110px;
  margin-left: 13px;
  float: left;
}

/* line 605, ../sass/layout/_homepage.scss */

.hp-newest-item:first-child {
  margin-left: 0;
}

/* line 611, ../sass/layout/_homepage.scss */

.hp-newest-item .price {
  font-weight: 600;
  color: #64C328;
}

/* line 616, ../sass/layout/_homepage.scss */

.brands-cities {
  background: #F8F8F8;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

/* line 624, ../sass/layout/_homepage.scss */

#tab-brand {
  display: block;
}

/* line 627, ../sass/layout/_homepage.scss */

#tab-brand-link {
  display: block;
}

/* line 630, ../sass/layout/_homepage.scss */

.tab-all-link {
  margin: 8px 10px 0 0;
  display: none;
}

/* line 634, ../sass/layout/_homepage.scss */

.tab-item-block {
  background: #fff;
  padding: 10px 5px 0 5px;
  border: 1px solid #E6E6E6;
  overflow: hidden;
}

/* line 640, ../sass/layout/_homepage.scss */

.brand-item {
  width: 75px;
  height: 74px;
  padding: 5px;
  margin: 0 5px 10px 6px;
  float: left;
}

/* line 646, ../sass/layout/_homepage.scss */

.brand-item.hp {
  width: 115px;
  height: 80px;
}

/* line 650, ../sass/layout/_homepage.scss */

.brand-item span {
  margin: 3px auto 0;
  text-align: center;
  display: block;
}

/* line 655, ../sass/layout/_homepage.scss */

.brand-item a {
  text-align: center;
  display: block;
}

/* line 663, ../sass/layout/_homepage.scss */

.city-item {
  width: 190px;
  float: left;
}

/* line 666, ../sass/layout/_homepage.scss */

.city-item a {
  color: #888;
  padding: 5px 20px;
  border: 1px solid #fff;
  display: block;
}

/* line 671, ../sass/layout/_homepage.scss */

.city-item a:hover {
  color: #96B00E;
}

/* line 676, ../sass/layout/_homepage.scss */

.post-content {
  margin-top: 20px;
  padding-top: 20px;
  color: #363D41;
  border-top: 1px solid #E1E1E1;
}

/* line 682, ../sass/layout/_homepage.scss */

.post-content.news {
  margin-top: 20px;
  padding: 0;
  border: none;
}

/* line 687, ../sass/layout/_homepage.scss */

.post-content h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* line 694, ../sass/layout/_homepage.scss */

.post-content h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* line 701, ../sass/layout/_homepage.scss */

.post-content h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* line 708, ../sass/layout/_homepage.scss */

.post-content p {
  font-size: 14px;
  margin-bottom: 15px;
}

/* line 712, ../sass/layout/_homepage.scss */

.post-content a {
  color: #2965A8;
}

/* line 715, ../sass/layout/_homepage.scss */

.post-content img {
  margin: 5px 0;
  border: 2px solid #DDD;
}

/* line 719, ../sass/layout/_homepage.scss */

.post-content .post-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
}

/* line 727, ../sass/layout/_homepage.scss */

.post-content table {
  width: 100%;
  height: auto !important;
}

/* line 731, ../sass/layout/_homepage.scss */

.post-content table td {
  width: 50%;
  padding-right: 15px;
  vertical-align: top;
}

/* line 737, ../sass/layout/_homepage.scss */

.post-content ul {
  font-size: 14px;
  margin-bottom: 10px;
}

/* line 741, ../sass/layout/_homepage.scss */

.post-content li {
  margin-bottom: 5px;
}

/* line 744, ../sass/layout/_homepage.scss */

.post-content ol {
  font-size: 14px;
  margin-top: 0;
  padding: 0 0 0 20px;
}

/* line 750, ../sass/layout/_homepage.scss */

.short-description {
  background: #fff;
  margin-top: 5px;
  padding: 10px;
}

/* line 755, ../sass/layout/_homepage.scss */

.short-description h2 {
  font-size: 16px;
}

/* line 759, ../sass/layout/_homepage.scss */

.popular-search-tag {
  margin: 0 6px 10px 6px;
  padding: 3px 8px;
  border: 1px solid #E6E6E6;
  float: left;
}

/* line 765, ../sass/layout/_homepage.scss */

.dealer-item {
  width: 221px;
  padding: 5px;
  margin: 0 5px 10px 6px;
  float: left;
}

/* line 771, ../sass/layout/_homepage.scss */

.dealer-item img {
  float: left;
}

/* line 774, ../sass/layout/_homepage.scss */

.dealer-item .text-block {
  width: 166px;
  margin-left: 5px;
  float: left;
}

/* line 779, ../sass/layout/_homepage.scss */

.dealer-item span {
  display: block;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-acura {
  background-position: 0 -36px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-alfa-romeo {
  background-position: 0 -72px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-amc {
  background-position: 0 -108px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-anadol {
  background-position: 0 -144px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-aston-martin {
  background-position: 0 -252px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-audi {
  background-position: 0 -288px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-bentley {
  background-position: 0 -396px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-bmw {
  background-position: 0 -468px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-bugatti {
  background-position: 0 -540px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-buick {
  background-position: 0 -576px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-cadillac {
  background-position: 0 -612px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-chery {
  background-position: 0 -684px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-chevrolet {
  background-position: 0 -720px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-chrysler {
  background-position: 0 -756px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-citroen {
  background-position: 0 -828px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-dacia {
  background-position: 0 -864px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-daewoo {
  background-position: 0 -900px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-daihatsu {
  background-position: 0 -972px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-dodge {
  background-position: 0 -1080px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-ferrari {
  background-position: 0 -1224px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-fiat {
  background-position: 0 -1260px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-ford {
  background-position: 0 -1368px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-geely {
  background-position: 0 -1476px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-gmc {
  background-position: 0 -1512px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-honda {
  background-position: 0 -1656px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-hummer {
  background-position: 0 -1692px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-hyundai {
  background-position: 0 -1728px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-ikco {
  background-position: 0 -1764px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-infiniti {
  background-position: 0 -1836px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-isuzu {
  background-position: 0 -1980px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-jaguar {
  background-position: 0 -2088px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-jeep {
  background-position: 0 -2124px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-kia {
  background-position: 0 -2268px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-lada {
  background-position: 0 -2340px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-lamborghini {
  background-position: 0 -2376px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-lancia {
  background-position: 0 -2412px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-land-rover {
  background-position: 0 -2448px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-lexus {
  background-position: 0 -2484px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-lincoln {
  background-position: 0 -2520px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-maserati {
  background-position: 0 -2772px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-mazda {
  background-position: 0 -2880px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-mercedes {
  background-position: 0 -2988px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-mini {
  background-position: 0 -3024px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-mitsubishi {
  background-position: 0 -3096px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-morgan {
  background-position: 0 -3132px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-moskwitsch {
  background-position: 0 -3168px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-nissan {
  background-position: 0 -3240px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-oltcit {
  background-position: 0 -3276px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-opel {
  background-position: 0 -3312px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-peugeot {
  background-position: 0 -3420px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-plymouth {
  background-position: 0 -3492px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-pontiac {
  background-position: 0 -3528px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-porsche {
  background-position: 0 -3564px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-proton {
  background-position: 0 -3600px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-renault {
  background-position: 0 -3672px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-rolls-royce {
  background-position: 0 -3708px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-rover {
  background-position: 0 -3744px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-saab {
  background-position: 0 -3780px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-seat {
  background-position: 0 -3924px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-skoda {
  background-position: 0 -4032px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-smart {
  background-position: 0 -4068px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-ssangyong {
  background-position: 0 -4140px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-subaru {
  background-position: 0 -4176px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-suzuki {
  background-position: 0 -4248px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-tata {
  background-position: 0 -4284px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-tesla {
  background-position: 0 -4356px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-tofas {
  background-position: 0 -4392px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-toyota {
  background-position: 0 -4428px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-volkswagen {
  background-position: 0 -4680px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-volvo {
  background-position: 0 -4716px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-wartburg {
  background-position: 0 -4752px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-askam {
  background-position: 0 -216px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-avia {
  background-position: 0 -324px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-bmc {
  background-position: 0 -432px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-case-ih {
  background-position: 0 -648px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-ciftlik-damper {
  background-position: 0 -792px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-daf {
  background-position: 0 -936px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-dfm {
  background-position: 0 -1044px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-dorse {
  background-position: 0 -1116px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-faw {
  background-position: 0 -1188px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-ford-otosan {
  background-position: 0 -1332px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-gaz {
  background-position: 0 -1440px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-hfkanuni {
  background-position: 0 0;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-hino {
  background-position: 0 -1620px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-international {
  background-position: 0 -1908px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-isobus {
  background-position: 0 -1944px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-iveco-otoyol {
  background-position: 0 -2016px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-karsan {
  background-position: 0 -2196px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-magirus {
  background-position: 0 -2628px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-man {
  background-position: 0 -2736px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-mitsubishi-temsa {
  background-position: 0 -3060px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-otokar {
  background-position: 0 -3348px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-samsung {
  background-position: 0 -3816px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-scania {
  background-position: 0 -3852px;
  width: 30px;
  height: 26px;
}

/* line 789, ../sass/layout/_homepage.scss */

.brand-mini-setra {
  background-position: 0 -3960px;
  width: 30px;
  height: 26px;
}

/* line 1, ../sass/layout/_aside.scss */

.left-side {
  width: 300px;
  float: left;
}

/* line 5, ../sass/layout/_aside.scss */

.left-side-narrow {
  width: 220px;
  position: relative;
  float: left;
}

/* line 10, ../sass/layout/_aside.scss */

.right-side {
  width: 300px;
  float: right;
}

/* line 15, ../sass/layout/_aside.scss */

.side footer {
  margin-top: 10px;
  text-align: center;
}

/* line 20, ../sass/layout/_aside.scss */

.newest-offers {
  font-size: 11px;
}

/* line 23, ../sass/layout/_aside.scss */

.aside-offer-item {
  height: 50px;
}

/* line 26, ../sass/layout/_aside.scss */

.aside-offer-item.tall {
  height: 56px;
}

/* line 29, ../sass/layout/_aside.scss */

.aside-offer-item span {
  display: block;
}

/* line 33, ../sass/layout/_aside.scss */

.aside-offer-item:first-child {
  border-top: none;
}

/* line 37, ../sass/layout/_aside.scss */

.aside-offer-text-wide {
  margin-left: 4px;
  float: left;
  width: 229px;
}

/* line 41, ../sass/layout/_aside.scss */

.aside-offer-text-wide span {
  padding-top: 6px;
}

/* line 45, ../sass/layout/_aside.scss */

.aside-offer-thumbnail {
  float: left;
}

/* line 47, ../sass/layout/_aside.scss */

.aside-offer-thumbnail img {
  border: 1px solid #ccc;
}

/* line 51, ../sass/layout/_aside.scss */

.aside-offer-title {
  font-weight: bold;
}

/* line 55, ../sass/layout/_aside.scss */

.aside-offer-subtitle {
  color: #999;
}

/* line 11, ../sass/layout/_vendor-search.scss */

.vendor-content-right {
  width: 640px;
  float: right;
}

/* line 17, ../sass/layout/_vendor-search.scss */

.vendors-map {
  width: 650px;
  height: 270px;
  margin-top: 10px;
  transform: none !important;
}

/* line 26, ../sass/layout/_vendor-search.scss */

.vendor-search-wide .vendor-search-submit {
  margin-top: 24px;
  float: right;
}

/* line 34, ../sass/layout/_vendor-search.scss */

.vendor-search-submit {
  width: 107px;
  height: 33px;
}

/* line 40, ../sass/layout/_vendor-search.scss */

.corporation-offer-block {
  margin: 10px 0 40px 0;
}

/* line 43, ../sass/layout/_vendor-search.scss */

.corporation-offer {
  background-color: #888;
  color: #fff;
  margin-top: 10px;
  padding: 10px 0;
  border-radius: 5px;
  display: block;
  overflow: hidden;
}

/* line 51, ../sass/layout/_vendor-search.scss */

.corporation-offer:first-child {
  margin-top: 0;
}

/* line 54, ../sass/layout/_vendor-search.scss */

.corporation-offer:hover {
  background: #666;
}

/* line 57, ../sass/layout/_vendor-search.scss */

.corporation-offer h2,
.corporation-offer p {
  width: 220px;
  margin: 0 0 0 5px;
  float: left;
}

/* line 62, ../sass/layout/_vendor-search.scss */

.corporation-offer h2 {
  font-size: 14px;
  line-height: 20px;
}

/* line 67, ../sass/layout/_vendor-search.scss */

.plus-icon,
.case-icon {
  margin-left: 8px;
  float: left;
}

/* line 71, ../sass/layout/_vendor-search.scss */

.plus-icon {
  background-position: -476px -819px;
  width: 56px;
  height: 56px;
}

/* line 74, ../sass/layout/_vendor-search.scss */

.case-icon {
  background-position: -529px -691px;
  width: 56px;
  height: 52px;
}

/* line 77, ../sass/layout/_vendor-search.scss */

.row-list-icon {
  background-position: -19px -60px;
  width: 6px;
  height: 9px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.row-list-icon:hover,
.row-list-icon.row-list-icon-hover {
  background-position: -45px -30px;
}

/* line 88, ../sass/layout/_vendor-search.scss */

.vendor-result-item {
  padding: 10px;
  border-top: 1px #ddd solid;
  overflow: hidden;
}

/* line 92, ../sass/layout/_vendor-search.scss */

.vendor-result-item h3 {
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 96, ../sass/layout/_vendor-search.scss */

.vendor-result-item:first-child {
  border: none;
}

/* line 100, ../sass/layout/_vendor-search.scss */

.vendor-contact-detail {
  height: 105px;
}

/* line 103, ../sass/layout/_vendor-search.scss */

.vendor-avatar {
  padding: 4px;
  border: 1px solid #EEE;
  float: left;
}

/* line 108, ../sass/layout/_vendor-search.scss */

.info-col {
  width: 170px;
  margin-left: 5px;
  float: left;
}

/* line 112, ../sass/layout/_vendor-search.scss */

.info-col a {
  font-size: 11px;
  line-height: 15px;
  text-indent: 5px;
  display: block;
}

/* line 117, ../sass/layout/_vendor-search.scss */

.info-col a:first-child {
  margin-top: 0;
}

/* line 122, ../sass/layout/_vendor-search.scss */

.direct {
  font-weight: bold;
}

/* line 124, ../sass/layout/_vendor-search.scss */

.direct:hover {
  color: #df690a;
}

/* line 126, ../sass/layout/_vendor-search.scss */

.direct:hover .row-list-icon {
  background-position: -45px -30px;
  width: 6px;
  height: 9px;
}

/* line 131, ../sass/layout/_vendor-search.scss */

.phone-icon {
  background-position: -88px -194px;
  width: 21px;
  height: 21px;
  margin-top: 2px;
  float: left;
}

/* line 136, ../sass/layout/_vendor-search.scss */

.number-block {
  float: left;
}

/* line 139, ../sass/layout/_vendor-search.scss */

.member-info {
  display: inline-block;
  margin: 0 0 0 10px;
}

/* line 143, ../sass/layout/_vendor-search.scss */

.tasitcom-member {
  background-position: -86px -148px;
  width: 48px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  text-indent: -999px;
}

/* line 151, ../sass/layout/_vendor-search.scss */

.vendor-brand-logo {
  margin: 0 auto;
  display: block;
}

/* line 2, ../sass/layout/_offer-search-result.scss */

.search-subtitle {
  margin-bottom: 10px;
  float: right;
}

/* line 6, ../sass/layout/_offer-search-result.scss */

.search-result-count {
  margin-top: 5px;
  display: inline-block;
}

/* line 11, ../sass/layout/_offer-search-result.scss */

.checkall {
  float: left;
}

/* line 22, ../sass/layout/_offer-search-result.scss */

.quick-search-submit {
  width: 100%;
  padding: 8px 0;
}

/* line 27, ../sass/layout/_offer-search-result.scss */

.back-to-top {
  width: 40px;
  height: 63px;
  position: fixed;
  bottom: 250px;
  right: 60px;
  color: #333;
  display: none;
  background-position: -480px -949px;
  width: 40px;
  height: 63px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  cursor: pointer;
}

/* line 39, ../sass/layout/_offer-search-result.scss */

.expand-icon-mini {
  background-position: -11px -30px;
  width: 9px;
  height: 5px;
  margin-top: 5px;
  float: right;
}

/* line 43, ../sass/layout/_offer-search-result.scss */

.expand-icon-mini.up {
  background-position: 0 -60px;
  width: 9px;
  height: 5px;
}

/* line 47, ../sass/layout/_offer-search-result.scss */

.specific-search-tags {
  background: #EBFFD2;
  overflow: hidden;
}

/* line 51, ../sass/layout/_offer-search-result.scss */

.selected-tag {
  background: #96B00E;
  color: #fff;
  padding: 3px 3px 3px 8px;
  margin: 5px;
  float: left;
}

/* line 58, ../sass/layout/_offer-search-result.scss */

.specific-search-options {
  display: none;
}

/* line 61, ../sass/layout/_offer-search-result.scss */

.sso-label {
  padding: 5px 10px;
  display: block;
  overflow: hidden;
}

/* line 66, ../sass/layout/_offer-search-result.scss */

.sso-label label {
  width: 180px;
  cursor: pointer;
  float: left;
}

/* line 71, ../sass/layout/_offer-search-result.scss */

.sso-label input {
  margin-right: 5px;
  float: left;
}

/* line 75, ../sass/layout/_offer-search-result.scss */

.sso-label:hover {
  background: #f1f1f1;
}

/* line 80, ../sass/layout/_offer-search-result.scss */

.ss-bar {
  margin-top: 20px;
}

/* line 84, ../sass/layout/_offer-search-result.scss */

.delete-offer-admin {
  color: red !important;
  margin-top: 5px;
  float: right;
}

/* line 91, ../sass/layout/_offer-search-result.scss */

.search-result-left {
  width: 220px;
  float: left;
}

/* line 95, ../sass/layout/_offer-search-result.scss */

.search-in-result {
  width: 218px;
  padding: 10px 0 15px 0;
  background: #fff;
  border: 1px solid #ccc;
}

/* line 101, ../sass/layout/_offer-search-result.scss */

.full-text-left {
  padding-bottom: 5px;
}

/* line 104, ../sass/layout/_offer-search-result.scss */

.full-text-count {
  font-weight: 400;
  color: #acacac;
  margin-left: 2px;
}

/* line 109, ../sass/layout/_offer-search-result.scss */

.search-in-rent {
  background: #fff;
  padding-bottom: 15px;
  border: 1px solid #ccc;
}

/* line 114, ../sass/layout/_offer-search-result.scss */

.search-result-brand,
.search-result-cat,
.search-result-model,
.search-result-variant {
  font-weight: 700;
  margin-left: 20px;
  line-height: 20px;
  display: block;
}

/* line 120, ../sass/layout/_offer-search-result.scss */

.search-result-cat {
  margin-left: 10px;
}

/* line 124, ../sass/layout/_offer-search-result.scss */

.search-result-model {
  margin-left: 30px;
}

/* line 128, ../sass/layout/_offer-search-result.scss */

.search-result-variant {
  margin-left: 45px;
}

/* line 132, ../sass/layout/_offer-search-result.scss */

.search-in-result-brand,
.search-in-result-model,
.search-in-result-variant {
  max-height: 283px;
  overflow: auto;
  margin-left: 10px;
  padding-bottom: 10px;
  line-height: 16px;
  color: #33495f;
}

/* line 139, ../sass/layout/_offer-search-result.scss */

.search-in-result-brand li,
.search-in-result-model li,
.search-in-result-variant li {
  margin-top: 7px;
}

/* line 141, ../sass/layout/_offer-search-result.scss */

.search-in-result-brand li span,
.search-in-result-model li span,
.search-in-result-variant li span {
  color: #acacac;
  margin-left: 2px;
}

/* line 146, ../sass/layout/_offer-search-result.scss */

.search-in-result-brand span,
.search-in-result-model span,
.search-in-result-variant span {
  font-family: "open_sansregular";
  color: #acacac;
}

/* line 151, ../sass/layout/_offer-search-result.scss */

.search-in-result-model {
  margin-left: 30px;
}

/* line 155, ../sass/layout/_offer-search-result.scss */

.search-in-result-variant {
  margin-left: 45px;
}

/* line 159, ../sass/layout/_offer-search-result.scss */

.frequently-search-block {
  background: #f1f1f1;
  padding: 10px 10px 15px 10px;
  border-top: 3px solid #ccc;
}

/* line 164, ../sass/layout/_offer-search-result.scss */

.fsb-input-block {
  margin-top: 15px;
  position: relative;
}

/* line 169, ../sass/layout/_offer-search-result.scss */

.fsb-input-block:first-child {
  margin-top: 0;
}

/* line 172, ../sass/layout/_offer-search-result.scss */

.fsb-input-block .label {
  font-weight: 700;
  color: #33495f;
  margin-bottom: 5px;
  display: block;
}

/* line 178, ../sass/layout/_offer-search-result.scss */

.fsb-input-block .custom-sb {
  text-align: left !important;
}

/* line 181, ../sass/layout/_offer-search-result.scss */

.fsb-input-block .custom-sb.block {
  width: 100%;
}

/* line 185, ../sass/layout/_offer-search-result.scss */

.fsb-input-block .custom-sb-expand {
  top: 5px;
}

/* line 189, ../sass/layout/_offer-search-result.scss */

.fsb-input,
.fsb-input-block .custom-sb {
  background: #fff;
  border: 1px solid #C9D2DD;
  text-align: center;
  width: 80px;
  height: 30px;
  padding: 5px;
  box-sizing: border-box;
}

/* line 197, ../sass/layout/_offer-search-result.scss */

.fsb-input.left,
.fsb-input-block .left.custom-sb {
  float: left;
}

/* line 200, ../sass/layout/_offer-search-result.scss */

.fsb-input.right,
.fsb-input-block .right.custom-sb {
  float: right;
}

/* line 204, ../sass/layout/_offer-search-result.scss */

.rarely-search-item {
  position: relative;
  padding: 12px 20px 12px 12px;
  border-bottom: 1px solid #E6E6E6;
  overflow: hidden;
  cursor: pointer;
}

/* line 210, ../sass/layout/_offer-search-result.scss */

.rarely-search-item span {
  font-weight: 700;
  color: #33495f;
}

/* line 214, ../sass/layout/_offer-search-result.scss */

.rarely-search-item .expand {
  width: 0;
  height: 0;
  border-width: 8px 6px 0 6px;
  border-style: solid;
  border-color: #A5C8DD transparent transparent transparent;
  position: absolute;
  right: 3px;
  top: 17px;
}

/* line 225, ../sass/layout/_offer-search-result.scss */

.rarely-search-item .expand.active {
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #A5C8DD transparent;
}

/* line 233, ../sass/layout/_offer-search-result.scss */

.rarely-search-block {
  border-bottom: 1px solid #E6E6E6;
  padding: 12px;
  max-height: 195px;
  overflow: auto;
  display: none;
}

/* line 240, ../sass/layout/_offer-search-result.scss */

.rsb-input {
  margin-top: 10px;
}

/* line 242, ../sass/layout/_offer-search-result.scss */

.rsb-input:first-child {
  margin-top: 0;
}

/* line 245, ../sass/layout/_offer-search-result.scss */

.rsb-input input {
  margin-right: 3px;
}

/* line 249, ../sass/layout/_offer-search-result.scss */

.engine-sb {
  width: 100% !important;
}

/* line 252, ../sass/layout/_offer-search-result.scss */

.rsb-checkbox {
  margin-top: 5px;
}

/* line 255, ../sass/layout/_offer-search-result.scss */

.city-selectbox {
  background: #fff;
  padding: 6px 18px 6px 5px;
  border: 1px solid #C9D2DD;
  position: relative;
  cursor: pointer;
}

/* line 262, ../sass/layout/_offer-search-result.scss */

.city-selectbox span {
  display: block;
}

/* line 267, ../sass/layout/_offer-search-result.scss */

.multiple-city-options {
  width: 100%;
  height: 280px;
  background: #fff;
  position: absolute;
  top: 51px;
  left: 0;
  z-index: 1;
  padding: 0 10px;
  border: 1px solid #C9D2DD;
  overflow: auto;
  text-align: left;
  box-sizing: border-box;
  display: none;
}

/* line 282, ../sass/layout/_offer-search-result.scss */

.search-in-result-submit {
  background: #64C328;
  border: none;
  width: 130px;
  height: 40px;
  margin: 15px auto 0;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

/* line 295, ../sass/layout/_offer-search-result.scss */

.search-result-block {
  overflow: hidden;
}

/* line 298, ../sass/layout/_offer-search-result.scss */

.search-result {
  width: 765px;
  position: relative;
  float: right;
}

/* line 302, ../sass/layout/_offer-search-result.scss */

.search-result.empty {
  width: auto;
  float: none;
}

/* line 307, ../sass/layout/_offer-search-result.scss */

.search-tags-top {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border: 1px solid #ccc;
}

/* line 312, ../sass/layout/_offer-search-result.scss */

.search-tags-block {
  margin-left: 15px;
  display: inline-block;
}

/* line 316, ../sass/layout/_offer-search-result.scss */

.search-tag-title {
  font-weight: 700;
  color: #7E8C8D;
  margin-right: 3px;
}

/* line 322, ../sass/layout/_offer-search-result.scss */

.search-tag {
  background: #ccc;
  margin: 10px 5px 0 0;
  padding: 4px 5px 3px 10px;
  border-radius: 3px;
  display: inline-block;
}

/* line 328, ../sass/layout/_offer-search-result.scss */

.search-tag span {
  color: #fff;
  cursor: pointer;
}

/* line 333, ../sass/layout/_offer-search-result.scss */

.tag-remove-icon {
  background-position: -615px -30px;
  width: 18px;
  height: 18px;
}

/* line 337, ../sass/layout/_offer-search-result.scss */

.tag-clear {
  background: transparent;
  color: #7E8C8D;
  height: 26px;
  line-height: 25px;
  margin: 10px 0 0 20px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  display: inline-block;
  cursor: pointer;
}

/* line 349, ../sass/layout/_offer-search-result.scss */

.tag-save-search {
  background: transparent;
  border: none;
  margin: 5px 0 0 10px;
  color: #1e5a96;
  float: left;
}

/* line 359, ../sass/layout/_offer-search-result.scss */

.full-text-search-bar {
  background: #ccc;
  margin-bottom: 10px;
  overflow: hidden;
}

/* line 364, ../sass/layout/_offer-search-result.scss */

.ftsb-button {
  width: 110px;
  padding: 7px 0;
  border-left: 1px solid #fff;
  color: #fff;
  text-align: center;
  float: left;
}

/* line 371, ../sass/layout/_offer-search-result.scss */

.ftsb-button.active {
  background: #1E5A96;
}

/* line 374, ../sass/layout/_offer-search-result.scss */

.ftsb-button:first-child {
  border-left: none;
}

/* line 379, ../sass/layout/_offer-search-result.scss */

.search-list-top {
  background: #f1f1f1;
  border-top: 3px solid #1E5A96;
  padding: 0 5px;
}

/* line 384, ../sass/layout/_offer-search-result.scss */

.search-list-top .compare-cars {
  margin: 7px 15px 0 0;
}

/* line 388, ../sass/layout/_offer-search-result.scss */

.compare-cars {
  height: 26px;
  padding: 0 10px;
  border-radius: 3px;
  float: left;
}

/* line 395, ../sass/layout/_offer-search-result.scss */

.search-list-type {
  background: transparent;
  width: 42px;
  height: 40px;
  text-align: center;
  border: none;
  float: left;
}

/* line 402, ../sass/layout/_offer-search-result.scss */

.search-list-type.active {
  background: #1E5A96;
}

/* line 405, ../sass/layout/_offer-search-result.scss */

.search-list-type .search-list-icon,
.search-list-type .search-category-icon {
  margin-top: 12px;
  display: inline-block;
}

/* line 409, ../sass/layout/_offer-search-result.scss */

.search-list-type span {
  display: none;
}

/* line 413, ../sass/layout/_offer-search-result.scss */

.search-list-icon {
  background-position: -560px -30px;
  width: 17px;
  height: 15px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.search-list-icon:active,
.search-list-icon.search-list-icon-active {
  background-position: -533px -30px;
}

/* line 416, ../sass/layout/_offer-search-result.scss */

.active .search-list-icon {
  background-position: -533px -30px;
  width: 17px;
  height: 15px;
}

/* line 419, ../sass/layout/_offer-search-result.scss */

.search-category-icon {
  background-position: -24px -108px;
  width: 17px;
  height: 15px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.search-category-icon:active,
.search-category-icon.search-category-icon-active {
  background-position: -506px -30px;
}

/* line 422, ../sass/layout/_offer-search-result.scss */

.active .search-category-icon {
  background-position: -506px -30px;
  width: 17px;
  height: 15px;
}

/* line 425, ../sass/layout/_offer-search-result.scss */

.selectbox-order-block {
  position: relative;
  margin-left: 5px;
  float: left;
}

/* line 430, ../sass/layout/_offer-search-result.scss */

.selectbox-order {
  width: 206px;
  height: 14px;
  border: 1px solid #e6e6e6;
  background: #FFF;
  margin: 4px 36px 0 0;
  padding: 7px 5px;
  float: left;
  cursor: pointer;
}

/* line 440, ../sass/layout/_offer-search-result.scss */

.sort-name {
  padding-left: 5px;
  float: left;
  color: #333;
}

/* line 445, ../sass/layout/_offer-search-result.scss */

.selectbox-arrow {
  margin-top: 5px;
  float: right;
}

/* line 450, ../sass/layout/_offer-search-result.scss */

.selectbox-submenu {
  width: 216px;
  background: #fff;
  position: absolute;
  z-index: 3;
  top: 34px;
  border: 1px solid #e8e8e8;
  display: none;
}

/* line 458, ../sass/layout/_offer-search-result.scss */

.selectbox-submenu a {
  font-weight: normal;
  padding: 7px 10px;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
  display: block;
}

/* line 464, ../sass/layout/_offer-search-result.scss */

.selectbox-submenu a:hover {
  background: #f1f1f1;
}

/* line 477, ../sass/layout/_offer-search-result.scss */

.sl-city-col,
.sl-model-col,
.sl-mileage-col,
.sl-price-col {
  width: 95px;
  margin-top: 10px;
  text-align: center;
  color: #1E5A96;
  float: left;
}

/* line 483, ../sass/layout/_offer-search-result.scss */

.sl-city-col a,
.sl-model-col a,
.sl-mileage-col a,
.sl-price-col a {
  color: #1E5A96;
}

/* line 487, ../sass/layout/_offer-search-result.scss */

.sl-model-col {
  width: 54px;
}

/* line 491, ../sass/layout/_offer-search-result.scss */

.sl-mileage-col {
  width: 63px;
}

/* line 495, ../sass/layout/_offer-search-result.scss */

.sl-price-col {
  width: 105px;
}

/* Offer search events */

/* line 500, ../sass/layout/_offer-search-result.scss */

.event-save-search {
  background: #33495f;
  margin-bottom: 10px;
  padding: 15px 20px 10px 20px;
  border-top: 5px solid #548ED4;
  overflow: hidden;
}

/* line 507, ../sass/layout/_offer-search-result.scss */

.event-save-search-icon {
  background-position: -340px -1214px;
  width: 57px;
  height: 58px;
  float: left;
}

/* line 511, ../sass/layout/_offer-search-result.scss */

.ess-text-block {
  width: 236px;
  margin-left: 20px;
  float: left;
}

/* line 515, ../sass/layout/_offer-search-result.scss */

.ess-text-block h3 {
  font-size: 18px;
  color: #578FD2;
}

/* line 519, ../sass/layout/_offer-search-result.scss */

.ess-text-block p {
  font-size: 14px;
  color: #fff;
}

/* line 523, ../sass/layout/_offer-search-result.scss */

.ess-text-block.noform {
  width: 500px;
}

/* line 527, ../sass/layout/_offer-search-result.scss */

.ess-input-block {
  margin-left: 40px;
  float: left;
}

/* line 530, ../sass/layout/_offer-search-result.scss */

.ess-input-block label {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
  display: block;
}

/* line 539, ../sass/layout/_offer-search-result.scss */

.ess-input-block input {
  width: 250px;
}

/* line 544, ../sass/layout/_offer-search-result.scss */

.ess-submit {
  height: 40px;
  padding: 0 10px;
  margin-top: 26px;
  float: right;
}

/* line 550, ../sass/layout/_offer-search-result.scss */

.ess-submit.noform {
  margin-top: 8px;
}

/* line 554, ../sass/layout/_offer-search-result.scss */

.search-result-item {
  background: #fff;
  position: relative;
  margin-top: 10px;
  padding: 15px 5px 10px 15px;
  border: 1px solid #e8e8e8;
}

/* line 561, ../sass/layout/_offer-search-result.scss */

.search-result-item.list_bold {
  font-weight: 700;
}

/* line 564, ../sass/layout/_offer-search-result.scss */

.search-result-item.list_background {
  background: #FFEAED;
  border: 1px solid #FDC5C5;
}

/* line 568, ../sass/layout/_offer-search-result.scss */

.search-result-item.list_frame {
  border: 2px solid #F95755;
}

/* line 572, ../sass/layout/_offer-search-result.scss */

.vehicle-result-block {
  float: left;
}

/* line 575, ../sass/layout/_offer-search-result.scss */

.search-list-thumbnail {
  width: 110px;
  height: 83px;
  position: relative;
  float: left;
}

/* line 580, ../sass/layout/_offer-search-result.scss */

.search-list-thumbnail img {
  display: block;
}

/* line 584, ../sass/layout/_offer-search-result.scss */

.search-list-thumbnail .compare-check-icon {
  bottom: 12px;
}

/* line 588, ../sass/layout/_offer-search-result.scss */

.category-list-thumbnail {
  position: relative;
}

/* line 591, ../sass/layout/_offer-search-result.scss */

.category-list-thumbnail img {
  display: block;
}

/* line 595, ../sass/layout/_offer-search-result.scss */

.compare-check-icon {
  position: absolute;
  bottom: 5px;
  left: 5px;
  background-position: -543px -148px;
  width: 30px;
  height: 30px;
  display: none;
}

/* line 602, ../sass/layout/_offer-search-result.scss */

.checked .compare-check-icon {
  background-position: -583px -148px;
  width: 30px;
  height: 30px;
}

/* line 605, ../sass/layout/_offer-search-result.scss */

.search-list-desription {
  color: #555;
  width: 284px;
  padding: 0 15px;
  word-wrap: break-word;
  float: left;
}

/* line 611, ../sass/layout/_offer-search-result.scss */

.search-list-desription .title {
  font-size: 12px;
  font-weight: inherit;
  height: 51px;
  overflow: hidden;
}

/* line 619, ../sass/layout/_offer-search-result.scss */

.search-list-desription .description {
  color: #909090;
}

/* line 623, ../sass/layout/_offer-search-result.scss */

.search-list-city,
.search-list-model,
.search-list-mileage,
.search-list-price {
  width: 94px;
  min-height: 1px;
  text-align: center;
  position: relative;
  float: left;
}

/* line 630, ../sass/layout/_offer-search-result.scss */

.campaign-badge {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}

/* line 636, ../sass/layout/_offer-search-result.scss */

.search-list-model {
  width: 54px;
}

/* line 640, ../sass/layout/_offer-search-result.scss */

.search-list-mileage {
  width: 63px;
}

/* line 644, ../sass/layout/_offer-search-result.scss */

.search-list-price {
  width: 105px;
  border-width: 0;
}

/* line 649, ../sass/layout/_offer-search-result.scss */

.sl-price {
  font-size: 16px;
  font-weight: 700;
  color: #1E5A96;
}

/* line 656, ../sass/layout/_offer-search-result.scss */

.sl-price-deleted {
  color: #B2B2B2;
  text-decoration: line-through;
}

/* line 660, ../sass/layout/_offer-search-result.scss */

.sl-nature {
  color: #909090;
  margin: 5px 10px 0 0;
  float: right;
}

/* line 665, ../sass/layout/_offer-search-result.scss */

.sl-action-block {
  margin-top: 20px;
  float: right;
  clear: right;
}

/* line 670, ../sass/layout/_offer-search-result.scss */

.sl-send-message,
.to-park {
  background: #fff;
  margin: 0 5px;
  padding: 6px 6px 6px 30px;
  position: relative;
  border: 1px solid #C9C9C9;
}

/* line 677, ../sass/layout/_offer-search-result.scss */

.sl-send-message i,
.to-park i {
  position: absolute;
  top: 5px;
  left: 5px;
}

/* line 684, ../sass/layout/_offer-search-result.scss */

.to-park.active {
  color: #fff;
  background: #64C328;
  border-color: #64C328;
}

/* line 690, ../sass/layout/_offer-search-result.scss */

.sl-msg-icon {
  background-position: 0 -338px;
  width: 20px;
  height: 19px;
}

/* line 693, ../sass/layout/_offer-search-result.scss */

.sl-fav-icon {
  background-position: -159px -60px;
  width: 20px;
  height: 18px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.sl-fav-icon:active,
.sl-fav-icon.sl-fav-icon-active {
  background-position: -189px -60px;
}

/* line 696, ../sass/layout/_offer-search-result.scss */

.active .sl-fav-icon {
  background-position: -189px -60px;
  width: 20px;
  height: 18px;
}

/* line 699, ../sass/layout/_offer-search-result.scss */

.warranty-badge-small {
  background-position: 0 -755px;
  width: 105px;
  height: 39px;
  margin-top: 10px;
  margin-left: -10px;
  display: inline-block;
}

/* line 705, ../sass/layout/_offer-search-result.scss */

.banner-vehicle-search {
  margin: 20px 0;
  overflow: hidden;
}

/* line 708, ../sass/layout/_offer-search-result.scss */

.banner-vehicle-search.banner {
  width: 100%;
  margin: 20px 0 0 0;
  display: inline-block;
}

/* line 714, ../sass/layout/_offer-search-result.scss */

.bvs-left {
  margin-left: 30px;
  float: left;
}

/* line 718, ../sass/layout/_offer-search-result.scss */

.bvs-right {
  margin-right: 30px;
  float: right;
}

/* line 722, ../sass/layout/_offer-search-result.scss */

.search-list-action {
  background: #f1f1f1;
  border-top: 3px solid #1E5A96;
  text-align: center;
  margin-top: 40px;
  padding: 5px;
  overflow: hidden;
}

/* line 730, ../sass/layout/_offer-search-result.scss */

.list-update-info {
  margin-top: 20px;
  text-align: center;
}

/* line 734, ../sass/layout/_offer-search-result.scss */

.list-update-info span {
  color: red;
}

/* line 738, ../sass/layout/_offer-search-result.scss */

.save-result {
  background: #1E5A96;
  color: #fff;
  height: 26px;
  margin: 0;
  padding: 0 10px;
  border: none;
  border-radius: 3px;
  float: right;
}

/* line 748, ../sass/layout/_offer-search-result.scss */

.category-list-block {
  overflow: hidden;
}

/* line 751, ../sass/layout/_offer-search-result.scss */

.search-result-category {
  background: #fff;
  width: 240px;
  margin: 20px 0 0 10px;
  border: 1px solid #ccc;
  float: left;
}

/* line 757, ../sass/layout/_offer-search-result.scss */

.search-result-category.passive {
  margin: 15px 38px 15px 38px;
}

/* line 761, ../sass/layout/_offer-search-result.scss */

.sl-category-detail {
  font-size: 14px;
  padding: 5px 10px 10px 10px;
  color: #000;
  word-break: break-word;
}

/* line 767, ../sass/layout/_offer-search-result.scss */

.sl-category-title {
  font-size: 12px;
  color: #000;
  padding-bottom: 5px;
  border-bottom: 1px solid #e6e6e6;
}

/* line 772, ../sass/layout/_offer-search-result.scss */

.sl-category-title .title {
  font-size: 14px;
  line-height: 16px;
  height: 51px;
}

/* line 781, ../sass/layout/_offer-search-result.scss */

.search-category-row {
  margin-top: 5px;
  overflow: hidden;
}

/* line 784, ../sass/layout/_offer-search-result.scss */

.search-category-row .offer-no {
  color: #FF0000;
}

/* line 788, ../sass/layout/_offer-search-result.scss */

.search-category-bottom {
  height: 36px;
  margin-top: 5px;
  overflow: hidden;
}

/* line 793, ../sass/layout/_offer-search-result.scss */

.search-category-mileage {
  margin-top: 2px;
  float: left;
}

/* line 797, ../sass/layout/_offer-search-result.scss */

.search-category-price {
  float: right;
}

/* line 800, ../sass/layout/_offer-search-result.scss */

.offer-search-slider {
  background: #fff;
  height: 68px;
  border: 1px solid #E8E8E8;
  padding: 20px 0 10px 0;
  margin-top: 10px;
}

/* line 807, ../sass/layout/_offer-search-result.scss */

.offer-search-slider .slider-block {
  width: 639px;
}

/* line 810, ../sass/layout/_offer-search-result.scss */

.offer-search-slider .slider-prev,
.offer-search-slider .slider-next {
  top: 35px;
}

/* line 813, ../sass/layout/_offer-search-result.scss */

.offer-search-slider .slider-prev {
  background-position: -561px -108px;
  width: 18px;
  height: 30px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.offer-search-slider .slider-prev:hover,
.offer-search-slider .slider-prev.slider-arrow-prev-hover {
  background-position: -589px -108px;
}

/* line 815, ../sass/layout/_offer-search-result.scss */

.offer-search-slider .slider-prev:hover {
  background-position: -589px -108px;
  width: 18px;
  height: 30px;
}

/* line 819, ../sass/layout/_offer-search-result.scss */

.offer-search-slider .slider-next {
  background-position: -648px -108px;
  width: 18px;
  height: 30px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.offer-search-slider .slider-next:hover,
.offer-search-slider .slider-next.slider-arrow-next-hover {
  background-position: -354px -148px;
}

/* line 821, ../sass/layout/_offer-search-result.scss */

.offer-search-slider .slider-next:hover {
  background-position: -354px -148px;
  width: 18px;
  height: 30px;
}

/* line 825, ../sass/layout/_offer-search-result.scss */

.offer-search-slider .slider-item {
  width: 213px;
  height: 68px;
}

/* line 828, ../sass/layout/_offer-search-result.scss */

.offer-search-slider .slider-item:first-child {
  margin-left: 0;
}

/* line 831, ../sass/layout/_offer-search-result.scss */

.offer-search-slider .slider-item img {
  width: 80px;
  height: 60px;
  border: 1px solid #DDD;
  margin-right: 11px;
  float: left;
}

/* line 838, ../sass/layout/_offer-search-result.scss */

.offer-search-slider .slider-item .title,
.offer-search-slider .slider-item span {
  width: 115px;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  float: left;
}

/* line 845, ../sass/layout/_offer-search-result.scss */

.offer-search-slider .slider-item .title {
  color: #4F4B4A;
  line-height: 18px;
  margin-bottom: 6px;
  max-height: 42px;
  overflow: hidden;
}

/* line 852, ../sass/layout/_offer-search-result.scss */

.offer-search-slider .slider-item span {
  color: #96B00E;
}

/* line 857, ../sass/layout/_offer-search-result.scss */

.compare-box {
  width: 100%;
  position: fixed;
  bottom: -70px;
  left: 0;
  z-index: 2;
  background: #33495f;
  transition: bottom .3s;
  -webkit-transition: bottom .3s;
}

/* line 867, ../sass/layout/_offer-search-result.scss */

.compare-box-info {
  color: #fff;
  margin-top: 15px;
  float: left;
}

/* line 872, ../sass/layout/_offer-search-result.scss */

.compare-box-photos {
  margin-left: 50px;
  padding: 5px 0;
  float: left;
}

/* line 877, ../sass/layout/_offer-search-result.scss */

.compare-box-item {
  font-size: 32px;
  color: #33495f;
  text-align: center;
  width: 80px;
  height: 60px;
  position: relative;
  background: #4F6E8D;
  display: inline-block;
}

/* line 886, ../sass/layout/_offer-search-result.scss */

.compare-box-item span {
  display: inline-block;
  vertical-align: sub;
}

/* line 891, ../sass/layout/_offer-search-result.scss */

.compare-box-action {
  background: #DB2828;
  color: white;
  border-radius: 3px;
  border: none;
  height: 26px;
  margin: 22px 10px 0 0;
  padding: 0 10px;
  float: right;
}

/* line 901, ../sass/layout/_offer-search-result.scss */

#clear-compare-box {
  background-color: #4F6E8D;
  color: #C6D8F0;
  margin-right: 40px;
}

/* line 906, ../sass/layout/_offer-search-result.scss */

#compare-box-close {
  padding: 2px 7px;
  border: none;
  border-radius: 2px;
  margin-top: 5px;
  float: right;
}

/* line 914, ../sass/layout/_offer-search-result.scss */

.cbi-block {
  position: absolute;
  z-index: 1;
  top: 0;
}

/* line 919, ../sass/layout/_offer-search-result.scss */

.offer-search-text {
  width: 100%;
  background: #fff;
  padding: 10px;
  margin-top: 20px;
  display: inline-block;
  box-sizing: border-box;
}

/* line 927, ../sass/layout/_offer-search-result.scss */

.offer-search-text td {
  vertical-align: top;
}

/* line 930, ../sass/layout/_offer-search-result.scss */

.offer-search-text img {
  border: 1px solid #e6e6e6;
  display: block;
}

/* line 935, ../sass/layout/_offer-search-result.scss */

.auto-search-block {
  margin-top: 15px;
  padding: 0 10px;
}

/* line 938, ../sass/layout/_offer-search-result.scss */

.auto-search-block input {
  font-size: 16px;
  margin-right: 5px;
}

/* line 942, ../sass/layout/_offer-search-result.scss */

.auto-search-block label {
  font-size: 14px;
}

/* line 947, ../sass/layout/_offer-search-result.scss */

.pager-next {
  background-position: -359px 0;
  width: 10px;
  height: 18px;
}

/* line 950, ../sass/layout/_offer-search-result.scss */

.pager-nextall {
  background-position: -539px 0;
  width: 14px;
  height: 18px;
}

/* line 953, ../sass/layout/_offer-search-result.scss */

.pager-prev {
  background-position: -351px -30px;
  width: 10px;
  height: 18px;
}

/* line 956, ../sass/layout/_offer-search-result.scss */

.pager-prevall {
  background-position: -750px -30px;
  width: 15px;
  height: 18px;
}

/* line 2, ../sass/layout/_member-register.scss */

.signup-terms-confirm a,
.insurance-terms-check a {
  color: #33AADC;
  text-decoration: underline;
}

/* line 7, ../sass/layout/_member-register.scss */

.insurance-terms-check {
  margin-top: 5px;
  display: inline-block;
}

/* line 14, ../sass/layout/_member-register.scss */

.business-landing-top {
  background: url("/images/business/business-registration-bg.jpg") no-repeat;
  width: 920px;
  min-height: 521px;
  padding: 0 40px 10px 40px;
  overflow: hidden;
}

/* line 21, ../sass/layout/_member-register.scss */

.business-landing-left {
  width: 470px;
  float: left;
}

/* line 25, ../sass/layout/_member-register.scss */

.business-landing-title {
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  margin-top: 10px;
}

/* line 33, ../sass/layout/_member-register.scss */

.business-landing-title span {
  color: #64C328;
}

/* line 37, ../sass/layout/_member-register.scss */

.business-landing-phone {
  margin-top: 35px;
  overflow: hidden;
}

/* line 41, ../sass/layout/_member-register.scss */

.business-landing-phone a {
  font-size: 34px;
  color: #fff;
  float: right;
}

/* line 45, ../sass/layout/_member-register.scss */

.business-landing-phone a span {
  font-size: 44px;
  margin-left: 5px;
}

/* line 51, ../sass/layout/_member-register.scss */

.business-landing-phone-icon {
  background-position: -433px -194px;
  width: 32px;
  height: 31px;
  display: inline-block;
  margin-right: 20px;
}

/* line 56, ../sass/layout/_member-register.scss */

.business-landing-titles {
  margin-top: 50px;
}

/* line 59, ../sass/layout/_member-register.scss */

.blt-box {
  width: 320px;
  background: #64C328;
  background: rgba(129, 188, 20, 0.8);
  font-size: 20px;
  margin-top: 10px;
  padding: 12px;
  color: #fff;
  box-sizing: border-box;
}

/* line 69, ../sass/layout/_member-register.scss */

.blt-box-thick {
  background-position: -155px -194px;
  width: 25px;
  height: 25px;
  margin-right: 20px;
}

/* line 74, ../sass/layout/_member-register.scss */

.business-landing-form,
.private-landing-form {
  width: 360px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #E6E6E6;
  float: right;
}

/* line 83, ../sass/layout/_member-register.scss */

.blf-row {
  margin-top: 12px;
  overflow: hidden;
}

/* line 87, ../sass/layout/_member-register.scss */

.blf-input-block {
  width: 170px;
}

/* line 90, ../sass/layout/_member-register.scss */

.blf-textbox {
  background: #fff;
  width: 100%;
  padding: 8px;
  border: 1px solid #627D8D;
  box-sizing: border-box;
}

/* line 97, ../sass/layout/_member-register.scss */

.business-terms-confirm {
  font-size: 13px;
}

/* line 99, ../sass/layout/_member-register.scss */

.business-terms-confirm a {
  color: #33AADC;
  text-decoration: underline;
}

/* line 104, ../sass/layout/_member-register.scss */

.blf-form-submit {
  width: 100%;
  height: 45px;
  background: #BC1914;
  font-size: 18px;
  color: #fff;
  border: none;
}

/* line 112, ../sass/layout/_member-register.scss */

.business-landing-description {
  padding: 30px 40px;
  background: #3991EC;
  overflow: hidden;
}

/* line 117, ../sass/layout/_member-register.scss */

.bld-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 18px;
  color: #18293a;
}

/* line 125, ../sass/layout/_member-register.scss */

.bld-subtitle {
  font-size: 18px;
  color: #18293a;
  margin-top: 14px;
}

/* line 130, ../sass/layout/_member-register.scss */

.bld-par {
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}

/* line 135, ../sass/layout/_member-register.scss */

.business-landing-right {
  float: right;
}

/* line 138, ../sass/layout/_member-register.scss */

.business-landing-references {
  background: #fff;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #E0E0E0;
  padding: 15px;
  text-align: center;
}

/* line 148, ../sass/layout/_member-register.scss */

.business-landing-references .title {
  font-size: 22px;
  font-weight: 700;
  color: #33495f;
}

/* line 156, ../sass/layout/_member-register.scss */

.blr-image {
  background: url("/images/business/business-references.jpg") no-repeat;
  width: 723px;
  height: 133px;
  margin-top: 5px;
  display: inline-block;
}

/* line 163, ../sass/layout/_member-register.scss */

.business-landing-bottom {
  background: #E0E0E0;
  padding: 25px 0;
  text-align: center;
}

/* line 168, ../sass/layout/_member-register.scss */

.blb-box {
  font-size: 14px;
  background: #fff;
  border-bottom: 3px solid #B4B4B4;
  width: 300px;
  padding: 20px 0;
  margin: 0 10px;
  display: inline-block;
}

/* line 177, ../sass/layout/_member-register.scss */

.blb-box a {
  color: #000;
}

/* line 183, ../sass/layout/_member-register.scss */

.private-landing-top {
  background: url("/images/landing/private-landing-bg.jpg") no-repeat;
  width: 920px;
  min-height: 546px;
  padding: 20px 40px;
  overflow: hidden;
}

/* line 190, ../sass/layout/_member-register.scss */

.private-landing-left {
  width: 350px;
  float: left;
}

/* line 194, ../sass/layout/_member-register.scss */

.private-landing-box {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  margin-top: 15px;
  padding: 12px;
  color: #132F4D;
}

/* line 202, ../sass/layout/_member-register.scss */

.private-landing-right {
  width: 450px;
  float: right;
}

/* line 206, ../sass/layout/_member-register.scss */

.private-landing-title {
  font-size: 42px;
  font-weight: 300;
  line-height: 50px;
  color: #fff;
}

/* line 214, ../sass/layout/_member-register.scss */

.private-landing-title span {
  color: #64C328;
}

/* line 218, ../sass/layout/_member-register.scss */

.private-landing-form {
  margin-top: 10px;
  padding: 0 20px 10px 20px;
  float: none;
}

/* line 224, ../sass/layout/_member-register.scss */

.plf-form-submit {
  width: 100%;
  background: #BC1914;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 10px;
  border: none;
  float: right;
}

/* line 236, ../sass/layout/_member-register.scss */

.blf-login-link {
  font-size: 14px;
}

/* line 238, ../sass/layout/_member-register.scss */

.blf-login-link a {
  font-weight: 700;
  color: #33AADC;
  text-decoration: underline;
}

/* line 246, ../sass/layout/_member-register.scss */

.signup-left-block {
  width: 530px;
  float: left;
}

/* line 250, ../sass/layout/_member-register.scss */

.signup-left-item {
  padding: 45px 0;
  position: relative;
  border-bottom: 1px solid #E7E7E7;
}

/* line 255, ../sass/layout/_member-register.scss */

.signup-left-item p {
  color: #33495f;
  padding-left: 100px;
}

/* line 260, ../sass/layout/_member-register.scss */

.signup-left-item .title {
  font-size: 16px;
  font-weight: 600;
}

/* line 266, ../sass/layout/_member-register.scss */

.signup-left-item i {
  position: absolute;
  top: 30px;
}

/* line 270, ../sass/layout/_member-register.scss */

.signup-left-item.sms-freemium {
  padding: 38px 0;
}

/* line 273, ../sass/layout/_member-register.scss */

.signup-left-item.sms-freemium i {
  top: 50px;
}

/* line 278, ../sass/layout/_member-register.scss */

.signup-car-icon {
  background-position: -68px -1286px;
  width: 66px;
  height: 62px;
}

/* line 281, ../sass/layout/_member-register.scss */

.signup-time-icon {
  background-position: -407px -1214px;
  width: 66px;
  height: 62px;
}

/* line 284, ../sass/layout/_member-register.scss */

.signup-doc-icon {
  background-position: -76px -1423px;
  width: 66px;
  height: 62px;
}

/* line 287, ../sass/layout/_member-register.scss */

.signup-photo-icon {
  background-position: 0 -1423px;
  width: 66px;
  height: 62px;
}

/* line 290, ../sass/layout/_member-register.scss */

.signup-phone-icon {
  background-position: -483px -1214px;
  width: 66px;
  height: 62px;
}

/* line 293, ../sass/layout/_member-register.scss */

.signup-form-block {
  width: 360px;
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #E7E7E7;
}

/* line 299, ../sass/layout/_member-register.scss */

.signup-form-block.password {
  height: 190px;
}

/* line 303, ../sass/layout/_member-register.scss */

.signup-form-title {
  font-size: 16px;
  font-weight: 600;
  color: #2D66A8;
}

/* line 310, ../sass/layout/_member-register.scss */

.already-member-link {
  text-align: right;
}

/* line 312, ../sass/layout/_member-register.scss */

.already-member-link a {
  background: #F3F3F3;
  font-weight: 700;
  color: #2D66A8;
  text-align: center;
  margin-left: 5px;
  padding: 5px 7px;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
}

/* line 322, ../sass/layout/_member-register.scss */

.already-member-link a,
.already-member-link p {
  display: inline-block;
  vertical-align: middle;
}

/* line 327, ../sass/layout/_member-register.scss */

.fb-login {
  width: 100%;
  font-size: 14px;
  background: #4E69A7;
  color: #fff;
  margin-top: 10px;
  padding: 8px 0;
  position: relative;
  border: none;
  border-radius: 3px;
}

/* line 338, ../sass/layout/_member-register.scss */

.fb-login .fb-icon {
  position: absolute;
  top: 3px;
  left: 10px;
}

/* line 344, ../sass/layout/_member-register.scss */

.login-input-box {
  width: 100%;
}

/* line 347, ../sass/layout/_member-register.scss */

.business-signup-link {
  font-size: 14px;
  color: #4E69A7;
  margin-top: 5px;
  text-decoration: underline;
  float: left;
}

/* line 355, ../sass/layout/_member-register.scss */

.login-form-bg {
  background: url("/images/login-form-bg.png") no-repeat top center;
  width: 100%;
  height: 172px;
  position: absolute;
  top: 260px;
  z-index: 0;
}

/* line 363, ../sass/layout/_member-register.scss */

.login-slogan {
  margin-top: 40px;
  text-align: right;
}

/* line 367, ../sass/layout/_member-register.scss */

.login-slogan .colored {
  color: #4E69A7;
}

/* line 371, ../sass/layout/_member-register.scss */

.ls-small {
  font-size: 14px;
}

/* line 374, ../sass/layout/_member-register.scss */

.ls-big {
  font-size: 32px;
}

/* line 377, ../sass/layout/_member-register.scss */

.logintosignup {
  margin-top: 130px;
  text-align: center;
  float: right;
}

/* line 382, ../sass/layout/_member-register.scss */

.logintosignup .title {
  font-size: 14px;
  font-weight: 600;
  color: #2D66A8;
}

/* line 390, ../sass/layout/_member-register.scss */

.login-signup-link {
  margin-top: 5px;
  padding: 10px 30px;
  display: inline-block;
}

/* line 398, ../sass/layout/_member-register.scss */

.activation-mail-info {
  margin-top: 40px;
}

/* line 401, ../sass/layout/_member-register.scss */

.activation-mail-info .title {
  font-size: 18px;
  color: #2D66A8;
}

/* line 407, ../sass/layout/_member-register.scss */

.missing-info-gender {
  width: 96px;
  display: inline-block;
  vertical-align: top;
}

/* line 414, ../sass/layout/_member-register.scss */

.sms-freemium-input {
  width: 170px;
}

/* New design */

/* line 2, ../sass/layout/_detailed-offer-search.scss */

.detailed-search-brands {
  background: #fff;
  padding: 30px 0;
  overflow: auto;
}

/* line 7, ../sass/layout/_detailed-offer-search.scss */

.dsb-selectbox {
  width: 230px;
  height: 230px;
  font-size: 14px;
  color: #33495f;
  margin-left: 16px;
  padding: 0 15px;
  float: left;
  border-width: 4px 1px 1px 1px;
  border-style: solid;
  border-color: #c1c1c1;
  overflow: auto;
  box-sizing: border-box;
}

/* line 23, ../sass/layout/_detailed-offer-search.scss */

.dsb-selectbox ul {
  margin-top: 10px;
}

/* line 26, ../sass/layout/_detailed-offer-search.scss */

.dsb-selectbox li {
  padding: 4px 0 4px 15px;
  border-top: 1px solid #c1c1c1;
  cursor: pointer;
}

/* line 30, ../sass/layout/_detailed-offer-search.scss */

.dsb-selectbox li:first-child {
  border-top: none;
}

/* line 33, ../sass/layout/_detailed-offer-search.scss */

.dsb-selectbox li.active {
  background: #D8D8D8;
}

/* line 38, ../sass/layout/_detailed-offer-search.scss */

.detail-search-title {
  font-size: 20px;
  margin: 10px 0;
}

/* line 42, ../sass/layout/_detailed-offer-search.scss */

.detailed-search-content {
  margin-top: 20px;
}

/* line 45, ../sass/layout/_detailed-offer-search.scss */

.detailed-search-content:first-child {
  margin-top: 0;
}

/* line 49, ../sass/layout/_detailed-offer-search.scss */

.dsf-box {
  width: 224px;
  background: #fff;
  margin-left: 5px;
  padding: 10px;
  border-width: 3px 1px 1px 1px;
  border-style: solid;
  border-color: #84B837 #E5E5E5 #E5E5E5 #E5E5E5;
  position: relative;
  text-align: center;
  float: left;
}

/* line 62, ../sass/layout/_detailed-offer-search.scss */

.dsf-box i {
  display: inline-block;
}

/* line 65, ../sass/layout/_detailed-offer-search.scss */

.dsf-box p {
  font-size: 14px;
  font-weight: 700;
  color: #33495f;
  margin: 10px 0 5px 0;
}

/* line 73, ../sass/layout/_detailed-offer-search.scss */

.dsf-box:first-child {
  margin-left: 0;
}

/* line 76, ../sass/layout/_detailed-offer-search.scss */

.dsf-box .multiple-city-options {
  width: 202px;
  left: 10px;
  top: 111px;
}

/* line 82, ../sass/layout/_detailed-offer-search.scss */

.dsf-location-icon {
  background-position: -676px -108px;
  width: 23px;
  height: 30px;
}

/* line 85, ../sass/layout/_detailed-offer-search.scss */

.dsf-year-icon {
  background-position: -78px -235px;
  width: 29px;
  height: 30px;
}

/* line 88, ../sass/layout/_detailed-offer-search.scss */

.dsf-mileage-icon {
  background-position: -463px -148px;
  width: 30px;
  height: 30px;
}

/* line 91, ../sass/layout/_detailed-offer-search.scss */

.dsf-price-icon {
  background-position: -617px -108px;
  width: 21px;
  height: 30px;
}

/* line 94, ../sass/layout/_detailed-offer-search.scss */

.dsf-city-select {
  width: 100%;
  margin-top: 4px;
}

/* line 99, ../sass/layout/_detailed-offer-search.scss */

.dsf-textbox {
  width: 100px;
  display: inline-block;
  text-align: center;
}

/* line 105, ../sass/layout/_detailed-offer-search.scss */

.detailed-search-row {
  background: #fff;
  padding: 15px 15px 5px 15px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #e5e5e5;
  overflow: hidden;
}

/* line 114, ../sass/layout/_detailed-offer-search.scss */

.detailed-search-row:first-child {
  border-top: 3px solid #64C328;
}

/* line 118, ../sass/layout/_detailed-offer-search.scss */

.dsf-power-icon {
  background-position: -351px -194px;
  width: 31px;
  height: 30px;
  float: left;
}

/* line 122, ../sass/layout/_detailed-offer-search.scss */

.dsf-geartype-icon {
  background-position: -310px -194px;
  width: 31px;
  height: 30px;
  float: left;
}

/* line 126, ../sass/layout/_detailed-offer-search.scss */

.dsf-fueltype-icon {
  background-position: -515px -194px;
  width: 30px;
  height: 31px;
  float: left;
}

/* line 130, ../sass/layout/_detailed-offer-search.scss */

.dsf-bodytype-icon {
  background-position: -475px -194px;
  width: 30px;
  height: 31px;
  float: left;
}

/* line 134, ../sass/layout/_detailed-offer-search.scss */

.dsf-owner-icon {
  background-position: -555px -194px;
  width: 30px;
  height: 31px;
  float: left;
}

/* line 138, ../sass/layout/_detailed-offer-search.scss */

.dsf-date-icon {
  background-position: 0 -235px;
  width: 29px;
  height: 30px;
  float: left;
}

/* line 142, ../sass/layout/_detailed-offer-search.scss */

.dsf-status-icon {
  background-position: -392px -194px;
  width: 31px;
  height: 30px;
  float: left;
}

/* line 146, ../sass/layout/_detailed-offer-search.scss */

.dsf-photo-icon {
  background-position: -382px -148px;
  width: 31px;
  height: 30px;
  float: left;
}

/* line 150, ../sass/layout/_detailed-offer-search.scss */

.dsr-title {
  min-width: 84px;
  font-size: 14px;
  font-weight: 700;
  color: #33495f;
  margin: 5px 0 0 20px;
  float: left;
}

/* line 160, ../sass/layout/_detailed-offer-search.scss */

.dsr-checkbox-block {
  width: 832px;
  float: left;
}

/* line 164, ../sass/layout/_detailed-offer-search.scss */

.dsr-power-select {
  width: 180px;
  margin: 0 0 10px 10px;
  float: left;
}

/* line 169, ../sass/layout/_detailed-offer-search.scss */

.dsr-checkbox {
  margin: 2px 0 10px 10px;
  padding: 3px 7px;
  display: inline-block;
}

/* line 174, ../sass/layout/_detailed-offer-search.scss */

.custom-radio-filter {
  background-position: -219px -60px;
  width: 18px;
  height: 18px;
}

/* line 178, ../sass/layout/_detailed-offer-search.scss */

.active .custom-radio-filter {
  background-position: -247px -60px;
  width: 18px;
  height: 18px;
}

/* line 182, ../sass/layout/_detailed-offer-search.scss */

.detailed-search-equipment-head {
  background: #fff;
  height: 22px;
  font-size: 14px;
  color: #1E5A96;
  border-bottom: 1px solid #D6D6D6;
  position: relative;
  padding: 15px 20px;
  cursor: pointer;
  overflow: hidden;
}

/* line 192, ../sass/layout/_detailed-offer-search.scss */

.detailed-search-equipment-head p {
  float: left;
}

/* line 195, ../sass/layout/_detailed-offer-search.scss */

.detailed-search-equipment-head .expand-pointer {
  top: 20px;
  right: 20px;
  border-color: #9c9c9c transparent transparent transparent;
}

/* line 201, ../sass/layout/_detailed-offer-search.scss */

.detailed-search-equipment-content {
  background: #fff;
  padding: 15px 80px;
  overflow: hidden;
  display: none;
}

/* line 207, ../sass/layout/_detailed-offer-search.scss */

.dsec-input {
  width: 200px;
  margin-bottom: 7px;
  float: left;
}

/* line 212, ../sass/layout/_detailed-offer-search.scss */

.detailed-search-submit {
  width: 170px;
  height: 40px;
  margin: 20px auto 0;
  display: block;
}

/* line 218, ../sass/layout/_detailed-offer-search.scss */

.detailed-search-submit.bottom {
  float: right;
}

/* line 223, ../sass/layout/_detailed-offer-search.scss */

#gallery-search-form {
  display: none;
}

/* line 226, ../sass/layout/_detailed-offer-search.scss */

.vendor-detail-search-form {
  width: 720px;
  margin: 0 auto;
}

/* line 230, ../sass/layout/_detailed-offer-search.scss */

.vendor-search-tb {
  width: 350px;
}

/* line 233, ../sass/layout/_detailed-offer-search.scss */

.vendor-search-tb input {
  width: 100%;
}

/* line 238, ../sass/layout/_detailed-offer-search.scss */

.vendor-search-sb {
  width: 150px;
  margin-left: 35px;
}

/* line 242, ../sass/layout/_detailed-offer-search.scss */

.detailed-vendor-search-submit {
  width: 150px;
  height: 40px;
  margin-top: 20px;
  float: right;
}

/* line 1, ../sass/layout/_car-brand.scss */

.car-brands-content {
  background: #fff;
  margin-top: 20px;
  padding: 0 10px 10px 10px;
}

/* line 5, ../sass/layout/_car-brand.scss */

.car-brands-content h2 {
  font-size: 16px;
  color: #33495f;
  margin-top: 10px;
}

/* line 10, ../sass/layout/_car-brand.scss */

.car-brands-content a {
  font-weight: 700;
  color: #1E5A96;
  text-decoration: underline;
}

/* line 16, ../sass/layout/_car-brand.scss */

.car-brands {
  margin-top: 20px;
  overflow: hidden;
}

/* line 20, ../sass/layout/_car-brand.scss */

.car-brand-frame {
  background: #fff;
  width: 100px;
  height: 88px;
  padding: 10px;
  margin: 0 10px 15px 10px;
  text-align: center;
  border: 1px solid #ccc;
  float: left;
}

/* line 30, ../sass/layout/_car-brand.scss */

.car-brand-header {
  width: 100%;
  display: inline-block;
}

/* line 33, ../sass/layout/_car-brand.scss */

.car-brand-header .page-title {
  margin-top: 4px;
  float: left;
}

/* line 38, ../sass/layout/_car-brand.scss */

.back-to {
  float: right;
}

/* line 41, ../sass/layout/_car-brand.scss */

.left-arrow-green {
  background-position: -30px -30px;
  width: 5px;
  height: 7px;
}

/* line 45, ../sass/layout/_car-brand.scss */

.brand-title-logo {
  float: left;
}

/* line 48, ../sass/layout/_car-brand.scss */

.brand-paragraph {
  line-height: 20px;
}

/* line 51, ../sass/layout/_car-brand.scss */

.aside-offer-text-narrow {
  width: 209px;
  margin-left: 4px;
  float: left;
}

/* line 56, ../sass/layout/_car-brand.scss */

.aside-offer-text-narrow span {
  padding-top: 4px;
}

/* line 1, ../sass/layout/_corporate-member-packages.scss */

.content-dual-left {
  width: 490px;
  float: left;
}

/* line 5, ../sass/layout/_corporate-member-packages.scss */

.content-dual-right {
  width: 490px;
  float: right;
}

/* line 9, ../sass/layout/_corporate-member-packages.scss */

.corporate-teaser {
  background: url("/images/corporate-membership-packages.jpg");
  width: 795px;
  padding: 15px 120px 15px 50px;
  height: 128px;
  color: #fff;
  text-shadow: 1px 1px 0 #686868;
  box-shadow: 0 3px 8px #5A5A5A;
}

/* line 18, ../sass/layout/_corporate-member-packages.scss */

.corporate-teaser-title {
  font-size: 20px;
}

/* line 21, ../sass/layout/_corporate-member-packages.scss */

.corporate-teaser-description {
  font-size: 13px;
  line-height: 19px;
}

/* line 25, ../sass/layout/_corporate-member-packages.scss */

.hidden-step {
  margin-top: 15px;
}

/* line 28, ../sass/layout/_corporate-member-packages.scss */

.step-block {
  font-weight: bold;
  margin-right: 10px;
  float: left;
}

/* line 32, ../sass/layout/_corporate-member-packages.scss */

.step-block.current {
  color: #000;
}

/* line 36, ../sass/layout/_corporate-member-packages.scss */

.step-number {
  padding: 5px 9px;
  border: 2px #fff solid;
  border-radius: 20px;
  box-shadow: 0 1px 1px #868686;
}

/* line 42, ../sass/layout/_corporate-member-packages.scss */

.current {
  text-shadow: none;
}

/* line 44, ../sass/layout/_corporate-member-packages.scss */

.current .step-number {
  border: 2px #000 solid;
  box-shadow: none;
}

/* line 49, ../sass/layout/_corporate-member-packages.scss */

.pricing-table {
  margin-top: 30px;
}

/* line 53, ../sass/layout/_corporate-member-packages.scss */

.pricing-title {
  margin-bottom: 139px;
}

/* line 56, ../sass/layout/_corporate-member-packages.scss */

.features-col {
  width: 329px;
  border: 1px #ccc solid;
  float: left;
}

/* line 60, ../sass/layout/_corporate-member-packages.scss */

.features-col:first-child {
  width: 300px;
  border: none;
}

/* line 64, ../sass/layout/_corporate-member-packages.scss */

.features-col.highlight {
  position: relative;
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.2);
}

/* line 69, ../sass/layout/_corporate-member-packages.scss */

.feature-row {
  height: 15px;
  font-size: 14px;
  padding: 15px 15px 15px 0;
  color: #888;
  border-bottom: 1px #ccc solid;
}

/* line 75, ../sass/layout/_corporate-member-packages.scss */

.feature-row.gray {
  background: #f9f9f9;
}

/* line 79, ../sass/layout/_corporate-member-packages.scss */

.features-col-title {
  text-align: right;
}

/* line 82, ../sass/layout/_corporate-member-packages.scss */

.features-col-description {
  text-align: center;
}

/* line 85, ../sass/layout/_corporate-member-packages.scss */

.q-mark {
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 2px 4px;
  border-radius: 8px;
  margin-left: 15px;
  position: relative;
  cursor: default;
  float: right;
}

/* line 98, ../sass/layout/_corporate-member-packages.scss */

.q-mark-tooltip {
  width: 250px;
  position: absolute;
  right: -280px;
  top: 0;
  z-index: 999;
  background: #494949;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  text-align: left;
  font-weight: normal;
  display: none;
}

/* line 112, ../sass/layout/_corporate-member-packages.scss */

.price-notice {
  background-position: 0 -2254px;
  width: 332px;
  height: 174px;
  text-align: center;
}

/* line 116, ../sass/layout/_corporate-member-packages.scss */

.package-name-orange,
.package-name-black {
  font-weight: bold;
  color: #fff;
  padding: 5px 15px;
  margin-top: 20px;
  border-radius: 5px;
  display: inline-block;
}

/* line 124, ../sass/layout/_corporate-member-packages.scss */

.package-name-orange {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNzQwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlYmYwMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff7400), color-stop(100%, #febf01));
  background: -moz-linear-gradient(#ff7400 0%, #febf01 100%);
  background: -webkit-linear-gradient(#ff7400 0%, #febf01 100%);
  background: linear-gradient(#ff7400 0%, #febf01 100%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF7400', endColorstr='#FFFEBF01');
}

/* line 128, ../sass/layout/_corporate-member-packages.scss */

.package-name-black {
  background: #494949;
}

/* line 131, ../sass/layout/_corporate-member-packages.scss */

.package-price {
  font-size: 54px;
  font-weight: bold;
  color: #333;
  margin-top: 35px;
}

/* line 136, ../sass/layout/_corporate-member-packages.scss */

.package-price span,
.package-price i {
  font-size: 14px;
  color: #666;
}

/* line 141, ../sass/layout/_corporate-member-packages.scss */

.available-icon,
.unavailable-icon {
  display: inline-block;
}

/* line 144, ../sass/layout/_corporate-member-packages.scss */

.available-icon {
  background-position: -461px 0;
  width: 19px;
  height: 17px;
}

/* line 147, ../sass/layout/_corporate-member-packages.scss */

.unavailable-icon {
  background-position: -405px 0;
  width: 15px;
  height: 16px;
}

/* line 150, ../sass/layout/_corporate-member-packages.scss */

.buy-package-block {
  text-align: center;
}

/* line 153, ../sass/layout/_corporate-member-packages.scss */

.buy-pro-package,
.buy-super-package {
  margin: 15px 0;
}

/* line 155, ../sass/layout/_corporate-member-packages.scss */

.buy-pro-package input,
.buy-super-package input {
  margin: 1px 5px 0 0;
  float: left;
}

/* line 159, ../sass/layout/_corporate-member-packages.scss */

.buy-pro-package label,
.buy-super-package label {
  cursor: pointer;
}

/* line 163, ../sass/layout/_corporate-member-packages.scss */

.buy-pro-package {
  font-size: 15px;
  background: #FEBF01;
  color: #fff;
  border-radius: 5px;
  padding: 12px 30px;
  display: inline-block;
}

/* line 171, ../sass/layout/_corporate-member-packages.scss */

.buy-super-package {
  background: #646464;
  font-size: 13px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  display: inline-block;
}

/* line 179, ../sass/layout/_corporate-member-packages.scss */

.tax-description {
  font-size: 11px;
  color: #888;
  margin: 20px 0;
  text-indent: 300px;
}

/* line 184, ../sass/layout/_corporate-member-packages.scss */

.tax-description span {
  color: #F00;
}

/* line 189, ../sass/layout/_corporate-member-packages.scss */

.our-partner-slider.corporate {
  width: 100%;
  margin-top: 20px;
}

/* line 192, ../sass/layout/_corporate-member-packages.scss */

.our-partner-slider.corporate .slider-block {
  width: 900px;
}

/* line 198, ../sass/layout/_corporate-member-packages.scss */

.our-partners {
  margin-top: 30px;
}

/* line 201, ../sass/layout/_corporate-member-packages.scss */

.our-partners-slider {
  position: relative;
  border-width: 0 1px 1px 1px;
  border-color: #ccc;
  border-style: solid;
}

/* line 208, ../sass/layout/_corporate-member-packages.scss */

.our-partners-slider .ca-container {
  width: 840px;
  height: 103px;
  margin: 0 auto;
}

/* line 213, ../sass/layout/_corporate-member-packages.scss */

.our-partners-slider .ca-nav span {
  width: 18px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  text-indent: -9999px;
  cursor: pointer;
}

/* line 223, ../sass/layout/_corporate-member-packages.scss */

.our-partners-slider .ca-nav-prev {
  left: 10px;
  background-position: -561px -108px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.our-partners-slider .ca-nav-prev:hover,
.our-partners-slider .ca-nav-prev.slider-arrow-prev-hover {
  background-position: -589px -108px;
}

/* line 226, ../sass/layout/_corporate-member-packages.scss */

.our-partners-slider .ca-nav-prev:hover {
  background-position: -589px -108px;
}

/* line 230, ../sass/layout/_corporate-member-packages.scss */

.our-partners-slider .ca-nav-next {
  right: 10px;
  background-position: -648px -108px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.our-partners-slider .ca-nav-next:hover,
.our-partners-slider .ca-nav-next.slider-arrow-next-hover {
  background-position: -354px -148px;
}

/* line 233, ../sass/layout/_corporate-member-packages.scss */

.our-partners-slider .ca-nav-next:hover {
  background-position: -354px -148px;
}

/* line 237, ../sass/layout/_corporate-member-packages.scss */

.our-partners-slider .ca-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 242, ../sass/layout/_corporate-member-packages.scss */

.our-partners-slider .slider-block {
  width: 100%;
  position: relative;
}

/* line 246, ../sass/layout/_corporate-member-packages.scss */

.our-partners-slider .ca-item {
  width: 175px;
  height: 100%;
  float: left;
}

/* line 250, ../sass/layout/_corporate-member-packages.scss */

.our-partners-slider .ca-item table {
  height: 100%;
}

/* line 256, ../sass/layout/_corporate-member-packages.scss */

.our-partner-slider {
  width: 780px;
  margin: 40px 0 20px 0;
  position: relative;
}

/* line 260, ../sass/layout/_corporate-member-packages.scss */

.our-partner-slider .slider-prev,
.our-partner-slider .slider-next {
  top: 13px;
}

/* line 263, ../sass/layout/_corporate-member-packages.scss */

.our-partner-slider .slider-prev {
  background-position: -561px -108px;
  width: 18px;
  height: 30px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.our-partner-slider .slider-prev:hover,
.our-partner-slider .slider-prev.slider-arrow-prev-hover {
  background-position: -589px -108px;
}

/* line 265, ../sass/layout/_corporate-member-packages.scss */

.our-partner-slider .slider-prev:hover {
  background-position: -589px -108px;
  width: 18px;
  height: 30px;
}

/* line 269, ../sass/layout/_corporate-member-packages.scss */

.our-partner-slider .slider-next {
  background-position: -648px -108px;
  width: 18px;
  height: 30px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.our-partner-slider .slider-next:hover,
.our-partner-slider .slider-next.slider-arrow-next-hover {
  background-position: -354px -148px;
}

/* line 271, ../sass/layout/_corporate-member-packages.scss */

.our-partner-slider .slider-next:hover {
  background-position: -354px -148px;
  width: 18px;
  height: 30px;
}

/* line 275, ../sass/layout/_corporate-member-packages.scss */

.our-partner-slider .slider-block {
  width: 730px;
}

/* line 278, ../sass/layout/_corporate-member-packages.scss */

.our-partner-slider .slider-item {
  width: 150px;
  height: 52px;
  margin: 0 15px;
}

/* line 283, ../sass/layout/_corporate-member-packages.scss */

.our-partner-slider table {
  height: 100%;
}

/* line 286, ../sass/layout/_corporate-member-packages.scss */

.our-partner-slider i {
  display: block;
}

/* line 291, ../sass/layout/_corporate-member-packages.scss */

.milliyet-logo {
  background-position: 0 -885px;
  width: 150px;
  height: 52px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.milliyet-logo:hover,
.milliyet-logo.milliyet-logo-hover {
  background-position: -210px -885px;
}

/* line 293, ../sass/layout/_corporate-member-packages.scss */

.milliyet-logo:hover {
  background-position: -210px -885px;
  width: 150px;
  height: 52px;
}

/* line 297, ../sass/layout/_corporate-member-packages.scss */

.haberlercom-logo {
  background-position: -370px -885px;
  width: 150px;
  height: 52px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.haberlercom-logo:hover,
.haberlercom-logo.haberlercom-logo-hover {
  background-position: -160px -949px;
}

/* line 299, ../sass/layout/_corporate-member-packages.scss */

.haberlercom-logo:hover {
  background-position: -160px -949px;
  width: 150px;
  height: 52px;
}

/* line 303, ../sass/layout/_corporate-member-packages.scss */

.internethaber-logo {
  background-position: 0 -819px;
  width: 150px;
  height: 52px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.internethaber-logo:hover,
.internethaber-logo.internethaber-logo-hover {
  background-position: -320px -949px;
}

/* line 305, ../sass/layout/_corporate-member-packages.scss */

.internethaber-logo:hover {
  background-position: -320px -949px;
  width: 150px;
  height: 52px;
}

/* line 309, ../sass/layout/_corporate-member-packages.scss */

.iha-logo {
  background-position: 0 -1084px;
  width: 150px;
  height: 52px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.iha-logo:hover,
.iha-logo.iha-logo-hover {
  background-position: -320px -1022px;
}

/* line 311, ../sass/layout/_corporate-member-packages.scss */

.iha-logo:hover {
  background-position: -320px -1022px;
  width: 150px;
  height: 52px;
}

/* line 315, ../sass/layout/_corporate-member-packages.scss */

.aktifhaber-logo {
  background-position: 0 -1022px;
  width: 150px;
  height: 52px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.aktifhaber-logo:hover,
.aktifhaber-logo.aktifhaber-logo-hover {
  background-position: -160px -1022px;
}

/* line 317, ../sass/layout/_corporate-member-packages.scss */

.aktifhaber-logo:hover {
  background-position: -160px -1022px;
  width: 150px;
  height: 52px;
}

/* line 321, ../sass/layout/_corporate-member-packages.scss */

.gazetekeyfi-logo {
  background-position: -160px -1084px;
  width: 150px;
  height: 52px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.gazetekeyfi-logo:hover,
.gazetekeyfi-logo.gazetekeyfi-logo-hover {
  background-position: 0 -949px;
}

/* line 323, ../sass/layout/_corporate-member-packages.scss */

.gazetekeyfi-logo:hover {
  background-position: 0 -949px;
  width: 150px;
  height: 52px;
}

/* line 327, ../sass/layout/_corporate-member-packages.scss */

.gazetevatan-logo {
  background-position: -332px -755px;
  width: 150px;
  height: 52px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.gazetevatan-logo:hover,
.gazetevatan-logo.gazetevatan-logo-hover {
  background-position: -320px -1084px;
}

/* line 329, ../sass/layout/_corporate-member-packages.scss */

.gazetevatan-logo:hover {
  background-position: -320px -1084px;
  width: 150px;
  height: 52px;
}

/* line 7, ../sass/layout/_corporate-membership-purchase.scss */

.title-no {
  width: 45px;
  height: 45px;
  background: #25ae90;
  color: #fff;
  line-height: 43px;
  text-align: center;
  border-radius: 35px;
  display: inline-block;
  vertical-align: middle;
}

/* line 18, ../sass/layout/_corporate-membership-purchase.scss */

.order-no {
  font-weight: normal;
}

/* line 21, ../sass/layout/_corporate-membership-purchase.scss */

.checkout-basket-block {
  width: 100%;
  margin: 10px 0 30px 0;
  float: left;
}

/* line 27, ../sass/layout/_corporate-membership-purchase.scss */

.payment-section {
  background: #fff;
  margin-top: 20px;
  padding-bottom: 10px;
  overflow: hidden;
}

/* line 34, ../sass/layout/_corporate-membership-purchase.scss */

.checkout-basket li {
  padding: 15px 5px;
  border-bottom: 1px solid #ccc;
}

/* line 38, ../sass/layout/_corporate-membership-purchase.scss */

.checkout-basket span {
  font-size: 14px;
  float: right;
}

/* line 43, ../sass/layout/_corporate-membership-purchase.scss */

.total-amount {
  font-size: 16px;
  margin: 10px 5px 0 0;
  float: right;
}

/* line 48, ../sass/layout/_corporate-membership-purchase.scss */

.total-price {
  color: #96B00E;
}

/* line 53, ../sass/layout/_corporate-membership-purchase.scss */

.payment-info {
  width: 475px;
  float: left;
}

/* line 66, ../sass/layout/_corporate-membership-purchase.scss */

.card-info-block {
  background: #fbfbfb;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  position: relative;
}

/* line 75, ../sass/layout/_corporate-membership-purchase.scss */

.master-visa-icon {
  background-position: -144px -1286px;
  width: 58px;
  height: 127px;
  float: left;
}

/* line 79, ../sass/layout/_corporate-membership-purchase.scss */

.card-info {
  width: 365px;
  margin-top: 5px;
  float: right;
}

/* line 83, ../sass/layout/_corporate-membership-purchase.scss */

.card-info span {
  margin-left: 10px;
  float: left;
}

/* line 87, ../sass/layout/_corporate-membership-purchase.scss */

.card-info input {
  margin-right: 10px;
}

/* line 90, ../sass/layout/_corporate-membership-purchase.scss */

.card-info .input-content-left {
  margin-left: 10px;
}

/* line 94, ../sass/layout/_corporate-membership-purchase.scss */

#product_form_year,
#packages_form_year {
  margin-left: 5px;
}

/* line 97, ../sass/layout/_corporate-membership-purchase.scss */

.order-description {
  border-bottom: 1px solid #ccc;
  line-height: 24px;
  margin-top: 5px;
  padding-bottom: 10px;
}

/* line 102, ../sass/layout/_corporate-membership-purchase.scss */

.order-description p {
  font-size: 13px;
}

/* line 105, ../sass/layout/_corporate-membership-purchase.scss */

.order-description span {
  font-size: 16px;
  font-weight: bold;
}

/* line 108, ../sass/layout/_corporate-membership-purchase.scss */

.order-description span.highlight {
  color: #96B00E;
}

/* line 113, ../sass/layout/_corporate-membership-purchase.scss */

.bank-option {
  color: #646464;
  line-height: 20px;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

/* line 119, ../sass/layout/_corporate-membership-purchase.scss */

.bank-option input {
  margin: 22px 0 0 5px;
  float: left;
}

/* line 123, ../sass/layout/_corporate-membership-purchase.scss */

.bank-option label,
.bank-option .bank-account-info {
  margin-left: 10px;
  float: left;
}

/* line 128, ../sass/layout/_corporate-membership-purchase.scss */

.tax-info,
.address-info {
  padding: 10px 0 20px 0;
  text-align: center;
}

/* line 131, ../sass/layout/_corporate-membership-purchase.scss */

.tax-info .section-content,
.address-info .section-content {
  padding: 10px 0;
}

/* line 135, ../sass/layout/_corporate-membership-purchase.scss */

.card-strip {
  width: 100%;
  height: 55px;
  position: absolute;
  left: 0;
  background: #999;
}

/* line 142, ../sass/layout/_corporate-membership-purchase.scss */

.ccv2-no {
  margin-top: 75px;
  text-align: center;
}

/* line 145, ../sass/layout/_corporate-membership-purchase.scss */

.ccv2-no span {
  margin-top: 15px;
  display: block;
}

/* line 149, ../sass/layout/_corporate-membership-purchase.scss */

.ccv2-no .input-block-medium {
  text-align: center;
}

/* line 153, ../sass/layout/_corporate-membership-purchase.scss */

.ccv-block {
  display: inline-block;
}

/* line 1, ../sass/layout/_corporate-order-success.scss */

.order-success-top {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

/* line 5, ../sass/layout/_corporate-order-success.scss */

.my-adverts {
  padding: 5px 10px;
  float: right;
}

/* line 10, ../sass/layout/_corporate-order-success.scss */

.order-success-msg {
  width: 800px;
  font-size: 22px;
  color: #96B00E;
  margin-top: 10px;
}

/* line 16, ../sass/layout/_corporate-order-success.scss */

.panding-paymnet-msg {
  margin: 10px 0;
  font-weight: bold;
  display: block;
}

/* line 21, ../sass/layout/_corporate-order-success.scss */

.order-info-table {
  margin-top: 10px;
  overflow: hidden;
}

/* line 25, ../sass/layout/_corporate-order-success.scss */

.order-col {
  width: 112px;
  font-weight: bold;
  padding: 8px 10px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #ccc;
  float: left;
}

/* line 35, ../sass/layout/_corporate-order-success.scss */

.order-col.wide {
  width: 213px;
  border-left-width: 1px;
}

/* line 39, ../sass/layout/_corporate-order-success.scss */

.order-col.price {
  color: #96B00E;
}

/* line 41, ../sass/layout/_corporate-order-success.scss */

.order-col.price h3 {
  font-size: 22px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
}

/* line 50, ../sass/layout/_corporate-order-success.scss */

.detail .order-col {
  height: 60px;
  line-height: 16px;
  font-weight: normal;
  border-top-width: 0;
}

/* line 57, ../sass/layout/_corporate-order-success.scss */

.order-col.purchased {
  width: 150px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 62, ../sass/layout/_corporate-order-success.scss */

.order-pending-status,
.order-paid-status,
.order-detail-link {
  margin-top: 5px;
  display: block;
}

/* line 66, ../sass/layout/_corporate-order-success.scss */

.order-pending-status {
  color: #f00;
}

/* line 69, ../sass/layout/_corporate-order-success.scss */

.order-paid-status,
.order-detail-link {
  color: #96B00E;
}

/* line 72, ../sass/layout/_corporate-order-success.scss */

.information-boxes {
  margin-top: 30px;
  overflow: hidden;
}

/* line 75, ../sass/layout/_corporate-order-success.scss */

.information-boxes .left-side {
  margin-right: 19px;
}

/* line 79, ../sass/layout/_corporate-order-success.scss */

.text-row {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0;
  padding: 0 5px;
  display: inline-block;
}

/* line 85, ../sass/layout/_corporate-order-success.scss */

.text-row .label {
  width: 80px;
  font-weight: bold;
  float: left;
}

/* line 90, ../sass/layout/_corporate-order-success.scss */

.text-row .text {
  float: left;
}

/* line 2, ../sass/layout/_offer-create.scss */

.picture-uploader {
  height: 453px;
  position: absolute;
  left: 180px;
  margin-top: 10px;
}

/* line 8, ../sass/layout/_offer-create.scss */

.picture-uploader object {
  width: 640px;
}

/* line 11, ../sass/layout/_offer-create.scss */

.picture-uploader .error-box {
  margin-top: 0;
}

/* line 15, ../sass/layout/_offer-create.scss */

.flash-download-message {
  width: 630px;
  display: none;
}

/* line 19, ../sass/layout/_offer-create.scss */

.uploaded-car-photos {
  padding: 0 80px 20px 80px;
}

/* line 23, ../sass/layout/_offer-create.scss */

.download-files {
  width: 675px;
  margin-top: 5px;
  float: left;
}

/* line 28, ../sass/layout/_offer-create.scss */

.file-download-row {
  background: #fff;
  width: 120px;
  height: 100px;
  margin: 0 35px 10px 0;
  padding: 5px;
  border: 1px solid #ccc;
  cursor: move;
  float: left;
}

/* line 38, ../sass/layout/_offer-create.scss */

.file-preview {
  margin-bottom: 5px;
  float: left;
}

/* line 42, ../sass/layout/_offer-create.scss */

.file_deletelink {
  float: right;
}

/* line 45, ../sass/layout/_offer-create.scss */

.file-created {
  display: inline-block;
}

/* line 48, ../sass/layout/_offer-create.scss */

.select-first-photo {
  margin: 13px 0 0 15px;
}

/* line 51, ../sass/layout/_offer-create.scss */

.item-photo-thumb {
  border: 1px solid #ccc;
}

/* line 55, ../sass/layout/_offer-create.scss */

.offer-preview {
  margin-top: 18px;
  position: relative;
}

/* line 59, ../sass/layout/_offer-create.scss */

.offer-car-title {
  color: #888;
  font-style: italic;
}

/* line 63, ../sass/layout/_offer-create.scss */

.offer-head {
  background: #EAEAEA;
  margin-top: 15px;
  overflow: hidden;
}

/* line 68, ../sass/layout/_offer-create.scss */

.offer-picture-upload {
  width: 300px;
  height: 230px;
  margin: 15px 10px;
  position: relative;
  text-align: center;
  float: left;
}

/* line 75, ../sass/layout/_offer-create.scss */

.offer-picture-upload img {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}

/* line 82, ../sass/layout/_offer-create.scss */

#offer-image-upload {
  margin-top: 185px;
}

/* line 85, ../sass/layout/_offer-create.scss */

.upload-icon,
.step-event-button {
  position: relative;
  z-index: 2;
}

/* line 89, ../sass/layout/_offer-create.scss */

.upload-icon {
  background-position: -623px -148px;
  width: 48px;
  height: 32px;
  display: inline-block;
  margin: 70px 0 10px 0;
}

/* line 94, ../sass/layout/_offer-create.scss */

.offer-car-detail {
  margin-left: 10px;
  float: left;
}

/* line 98, ../sass/layout/_offer-create.scss */

.offer-car-detail {
  width: 290px;
  margin: 10px 0 10px 10px;
  float: left;
}

/* line 102, ../sass/layout/_offer-create.scss */

.offer-car-detail li {
  overflow: hidden;
}

/* line 106, ../sass/layout/_offer-create.scss */

#download-files {
  position: relative;
}

/* line 109, ../sass/layout/_offer-create.scss */

.offer-detail-price {
  font-size: 20px;
  font-weight: bold;
  color: #96B00E;
  float: left;
}

/* line 117, ../sass/layout/_offer-create.scss */

.offer-detail-label {
  font-weight: bold;
  margin: 3px 0;
  float: left;
}

/* line 122, ../sass/layout/_offer-create.scss */

.offer-detail-description {
  margin: 3px 0;
  float: right;
}

/* line 127, ../sass/layout/_offer-create.scss */

.offer-description-equipments {
  margin-top: 15px;
}

/* line 129, ../sass/layout/_offer-create.scss */

.offer-description-equipments section {
  position: relative;
}

/* line 133, ../sass/layout/_offer-create.scss */

.offer-description-text {
  font-style: italic;
  color: #888;
  padding: 10px;
}

/* line 138, ../sass/layout/_offer-create.scss */

.offer-equipments {
  position: relative;
  margin-top: 15px;
}

/* line 142, ../sass/layout/_offer-create.scss */

.equipment-title {
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  display: block;
}

/* line 148, ../sass/layout/_offer-create.scss */

.equipment-detail {
  padding: 10px 10px 0 10px;
  overflow: hidden;
}

/* line 151, ../sass/layout/_offer-create.scss */

.equipment-detail li {
  width: 200px;
  margin-bottom: 5px;
  float: left;
}

/* line 160, ../sass/layout/_offer-create.scss */

.status-ok {
  background-position: -89px -60px;
  width: 14px;
  height: 14px;
}

/* line 163, ../sass/layout/_offer-create.scss */

.status-none {
  background-position: -137px -60px;
  width: 12px;
  height: 14px;
  padding-right: 2px;
}

/* line 167, ../sass/layout/_offer-create.scss */

.offer-information-popup,
.offer-equipment-popup {
  width: 680px;
  position: absolute;
  top: 170px;
  left: 50%;
  margin-left: -340px;
  z-index: 101;
  background: #fff;
  padding: 0;
  border-radius: 5px;
}

/* line 177, ../sass/layout/_offer-create.scss */

.offer-information-popup .action-next-button,
.offer-equipment-popup .action-next-button {
  margin: 20px 20px 20px 0;
}

/* line 185, ../sass/layout/_offer-create.scss */

.equipment-form {
  margin-bottom: 20px;
}

/* line 187, ../sass/layout/_offer-create.scss */

.equipment-form h2 {
  margin: 0 10px 10px 10px;
  border-bottom: 1px solid #ccc;
}

/* line 191, ../sass/layout/_offer-create.scss */

.equipment-form fieldset {
  width: 650px;
}

/* line 193, ../sass/layout/_offer-create.scss */

.equipment-form fieldset li {
  width: 200px;
  padding: 5px 0 5px 14px;
  float: left;
}

/* line 200, ../sass/layout/_offer-create.scss */

.equipment-tooltip {
  position: absolute;
  max-width: 250px;
  padding: 10px;
  background: #000;
  color: #fff;
  z-index: 9999;
}

/* line 208, ../sass/layout/_offer-create.scss */

.et-arrow {
  position: absolute;
  bottom: -6px;
  left: 30px;
  border-width: 6px 5px 0 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

/* line 218, ../sass/layout/_offer-create.scss */

.photo-uploading-msg {
  width: 220px;
  color: #FFF;
  position: absolute;
  right: -70px;
  bottom: -5px;
  margin-top: 10px;
  padding: 8px;
  background: #000;
  border-radius: 5px;
  display: none;
}

/* line 232, ../sass/layout/_offer-create.scss */

.offer-information-form {
  padding: 15px;
}

/* line 237, ../sass/layout/_offer-create.scss */

.offer-login-form {
  margin-top: 20px;
}

/* line 240, ../sass/layout/_offer-create.scss */

.offer-member-login {
  width: 530px;
  padding: 20px 20px;
  border-right: 1px solid #ccc;
  display: inline-block;
}

/* line 246, ../sass/layout/_offer-create.scss */

.offer-fb-login {
  width: 388px;
  display: inline-block;
  vertical-align: top;
}

/* line 250, ../sass/layout/_offer-create.scss */

.offer-fb-login .text-block {
  width: 275px;
  margin: 40px auto 0;
}

/* line 254, ../sass/layout/_offer-create.scss */

.offer-fb-login .fb-login {
  padding: 5px 10px;
  margin-top: 10px;
}

/* line 259, ../sass/layout/_offer-create.scss */

.lost-password-link {
  margin-top: 5px;
  float: right;
}

/* line 262, ../sass/layout/_offer-create.scss */

.lost-password-link:hover {
  color: #6FB00E;
}

/* line 266, ../sass/layout/_offer-create.scss */

.offer-login-submit {
  margin-top: 40px;
}

/* line 270, ../sass/layout/_offer-create.scss */

.offer-signup-form {
  width: 640px;
  margin-top: 20px;
}

/* line 274, ../sass/layout/_offer-create.scss */

.offer-register-form {
  padding: 10px 30px;
}

/* line 277, ../sass/layout/_offer-create.scss */

.offer-register-form select {
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px #E4E4E4;
}

/* line 282, ../sass/layout/_offer-create.scss */

.input-row {
  overflow: hidden;
}

/* line 285, ../sass/layout/_offer-create.scss */

.offer-fb-missing-info {
  margin-top: 20px;
}

/* line 288, ../sass/layout/_offer-create.scss */

.rich-text-editor {
  margin-bottom: 10px;
  overflow: hidden;
}

/* line 294, ../sass/layout/_offer-create.scss */

.offer-success-block {
  background: #fff;
  text-align: center;
  padding: 0 10px 10px 10px;
  overflow: hidden;
}

/* line 300, ../sass/layout/_offer-create.scss */

.success-title {
  font-size: 22px;
  margin-top: 15px;
  color: #96B00E;
}

/* line 305, ../sass/layout/_offer-create.scss */

.offer-url {
  padding: 10px;
  margin: 10px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #ccc;
}

/* line 308, ../sass/layout/_offer-create.scss */

.offer-url span {
  font-size: 13px;
}

/* line 316, ../sass/layout/_offer-create.scss */

.offer-url a {
  font-size: 16px;
  font-weight: bold;
}

/* line 321, ../sass/layout/_offer-create.scss */

.offer-url a:hover {
  color: #6FB00E;
}

/* line 326, ../sass/layout/_offer-create.scss */

.offer-success-social {
  margin-top: 20px;
  display: inline-block;
}

/* line 329, ../sass/layout/_offer-create.scss */

.offer-success-social a {
  font-size: 21px;
  margin-left: 25px;
  padding: 10px 50px;
  color: #fff;
  display: inline-block;
  float: left;
}

/* line 336, ../sass/layout/_offer-create.scss */

.offer-success-social a:first-child {
  margin-left: 0;
}

/* line 344, ../sass/layout/_offer-create.scss */

.share-fb-icon {
  background-position: -371px -108px;
  width: 16px;
  height: 28px;
}

/* line 347, ../sass/layout/_offer-create.scss */

.share-twitter-icon {
  background-position: -190px -194px;
  width: 29px;
  height: 28px;
}

/* line 350, ../sass/layout/_offer-create.scss */

.share-gplus-icon {
  background-position: -709px -108px;
  width: 27px;
  height: 24px;
}

/* line 353, ../sass/layout/_offer-create.scss */

.share-pinterest-icon {
  background-position: -528px -108px;
  width: 23px;
  height: 28px;
}

/* line 356, ../sass/layout/_offer-create.scss */

.fbshare-button {
  background: linear-gradient(to bottom, #4b68b9, #3b55a0);
}

/* line 359, ../sass/layout/_offer-create.scss */

.twt-share-button {
  background: #59a7e4;
}

/* line 362, ../sass/layout/_offer-create.scss */

.gplus-share-button {
  background: #e84716;
}

/* line 365, ../sass/layout/_offer-create.scss */

.pinterest-share-button {
  background: #ce2020;
}

/* line 369, ../sass/layout/_offer-create.scss */

.handbill-area {
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #ccc;
  padding: 10px;
  margin: 15px 0;
  overflow: hidden;
}

/* line 379, ../sass/layout/_offer-create.scss */

.handbill-image {
  background-position: 0 -2014px;
  width: 225px;
  height: 130px;
  text-align: left;
  float: left;
}

/* line 384, ../sass/layout/_offer-create.scss */

.handbill-description {
  width: 650px;
  line-height: 20px;
  margin-left: 20px;
  text-align: left;
  float: left;
}

/* line 390, ../sass/layout/_offer-create.scss */

.handbill-description h2 {
  font-size: 16px;
}

/* line 394, ../sass/layout/_offer-create.scss */

.print-now {
  font-size: 14px;
  background: #3d3d3d;
  color: #fff;
  border: 1px solid #444;
  padding: 5px 20px;
  margin-top: 10px;
  border-radius: 5px;
  display: inline-block;
}

/* line 406, ../sass/layout/_offer-create.scss */

.offer-create-sms-info {
  background: #33AADC;
  font-size: 16px;
  color: #fff;
  padding: 10px 20px;
  margin: 10px 0;
}

/* line 412, ../sass/layout/_offer-create.scss */

.offer-create-sms-info a {
  color: #FDF184;
  text-decoration: underline;
}

/* line 417, ../sass/layout/_offer-create.scss */

.offer-create-title {
  background: #64C328;
  padding: 15px 20px;
  overflow: hidden;
  text-align: center;
}

/* line 423, ../sass/layout/_offer-create.scss */

.oc-title-left,
.oc-title-center {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 21px;
  float: left;
}

/* line 432, ../sass/layout/_offer-create.scss */

.oc-title-center {
  margin-left: 175px;
}

/* line 436, ../sass/layout/_offer-create.scss */

.offer-create-steps {
  background: #fff;
  padding: 15px 0;
  text-align: center;
}

/* line 441, ../sass/layout/_offer-create.scss */

.oc-first-step {
  background-position: 0 -1715px;
  width: 496px;
  height: 81px;
  display: inline-block;
}

/* line 445, ../sass/layout/_offer-create.scss */

.oc-form-block {
  background: #fff;
  overflow: hidden;
}

/* line 449, ../sass/layout/_offer-create.scss */

.oc-step-block {
  background: #fff;
  overflow: hidden;
}

/* line 453, ../sass/layout/_offer-create.scss */

.oc-step-title {
  min-width: 132px;
  background: #33495f;
  padding: 10px 15px;
}

/* line 457, ../sass/layout/_offer-create.scss */

.oc-step-title h2 {
  font-size: 18px;
  line-height: 26px;
  margin: 0 15px;
  color: #fff;
}

/* line 470, ../sass/layout/_offer-create.scss */

.oc-title-brand {
  background-position: -121px -691px;
  width: 45px;
  height: 42px;
}

/* line 473, ../sass/layout/_offer-create.scss */

.oc-title-pic {
  background-position: -275px -691px;
  width: 42px;
  height: 42px;
}

/* line 476, ../sass/layout/_offer-create.scss */

.oc-title-info {
  background-position: -327px -691px;
  width: 42px;
  height: 42px;
}

/* line 479, ../sass/layout/_offer-create.scss */

.oc-title-spec {
  background-position: -223px -691px;
  width: 42px;
  height: 42px;
}

/* line 482, ../sass/layout/_offer-create.scss */

.oc-title-desc {
  width: 520px;
  color: #FFF;
  line-height: 22px;
  padding: 5px 15px;
  border-width: 0 0 0 3px;
  border-style: solid;
}

/* line 492, ../sass/layout/_offer-create.scss */

.oc-title-desc.red {
  border-color: #F95755;
}

/* line 495, ../sass/layout/_offer-create.scss */

.oc-title-desc.blue {
  border-color: #33AADC;
}

/* line 498, ../sass/layout/_offer-create.scss */

.oc-title-desc.green {
  border-color: #25ae90;
}

/* line 501, ../sass/layout/_offer-create.scss */

.oc-title-desc.yellow {
  border-color: #F9B555;
}

/* line 507, ../sass/layout/_offer-create.scss */

.oc-selectbox-block {
  padding: 30px 15px;
  overflow-x: scroll;
}

/* line 510, ../sass/layout/_offer-create.scss */

.oc-selectbox-block select {
  width: 230px;
  height: 245px;
  font-size: 14px;
  color: #33495f;
  margin: 0 10px;
  border: 1px solid #c4c4c4;
  float: left;
  display: block;
}

/* line 520, ../sass/layout/_offer-create.scss */

.oc-selectbox-block .active {
  border: 3px solid #F95755;
}

/* line 524, ../sass/layout/_offer-create.scss */

.fake-select {
  width: 100px;
  padding: 114px 0;
  text-align: center;
  float: left;
}

/* line 530, ../sass/layout/_offer-create.scss */

#offer_create_listingType {
  display: block;
}

/* line 533, ../sass/layout/_offer-create.scss */

.category-ok {
  background-position: -235px -2014px;
  width: 230px;
  height: 230px;
  float: left;
}

/* line 537, ../sass/layout/_offer-create.scss */

.oc-selectbox-wrapper {
  width: 2260px;
  padding-right: 10px;
}

/* line 541, ../sass/layout/_offer-create.scss */

#offer_create_engine {
  width: 650px;
  font-size: 12px;
}

/* line 545, ../sass/layout/_offer-create.scss */

label.required:after {
  content: " * ";
  color: red;
}

/* line 549, ../sass/layout/_offer-create.scss */

label.notrequried:after {
  content: "" !important;
}

/* line 554, ../sass/layout/_offer-create.scss */

.oc-step-content {
  width: 775px;
  margin: 0 auto;
  padding: 30px 40px;
  overflow: hidden;
}

/* line 563, ../sass/layout/_offer-create.scss */

.oc-text-editor {
  margin-top: 25px;
  overflow: hidden;
}

/* line 567, ../sass/layout/_offer-create.scss */

.oc-text-editor .mce-tinymce {
  border: 1px solid #C9D2DD;
}

/* line 571, ../sass/layout/_offer-create.scss */

.oc-textbox {
  width: 304px;
}

/* line 575, ../sass/layout/_offer-create.scss */

.oc-textbox-left {
  width: 199px;
}

/* line 579, ../sass/layout/_offer-create.scss */

.oc-input-row {
  margin-top: 15px;
  overflow: hidden;
}

/* line 583, ../sass/layout/_offer-create.scss */

.oc-input-row:first-child {
  margin-top: 0;
}

/* line 586, ../sass/layout/_offer-create.scss */

.oc-input-row .custom-sb {
  width: 304px;
}

/* line 589, ../sass/layout/_offer-create.scss */

.oc-input-row .custom-sb.prefix {
  width: 94px;
  margin-left: 12px;
  float: left;
}

/* line 596, ../sass/layout/_offer-create.scss */

.oc-input-block-left {
  width: 305px;
  position: relative;
  float: left;
}

/* line 601, ../sass/layout/_offer-create.scss */

.oc-input-block-right {
  position: relative;
  float: right;
}

/* line 605, ../sass/layout/_offer-create.scss */

#offer_create_description {
  width: 650px;
  height: 200px;
}

/* line 609, ../sass/layout/_offer-create.scss */

.turassist-warranty {
  font-size: 14px;
  margin-top: 20px;
  color: #7E8C8D;
  display: none;
}

/* line 615, ../sass/layout/_offer-create.scss */

.warranty-qmark {
  background-position: -397px -108px;
  width: 22px;
  height: 22px;
  padding-bottom: 5px;
}

/* line 620, ../sass/layout/_offer-create.scss */

.warranty-info-tooltip {
  width: 500px;
  background: #EAEAEA;
  color: #8F8F8F;
  padding: 10px 10px 0 15px;
  border-radius: 9px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.5);
}

/* line 627, ../sass/layout/_offer-create.scss */

.warranty-info-tooltip h3 {
  font-weight: 700;
}

/* line 631, ../sass/layout/_offer-create.scss */

.warranty-tooltip-link {
  font-weight: 700;
  margin: 10px 0;
  color: #404040;
  display: block;
}

/* line 637, ../sass/layout/_offer-create.scss */

.oc-cb {
  margin: 8px 0 0 45px;
  float: left;
}

/* line 641, ../sass/layout/_offer-create.scss */

.oc-cb:first-child {
  margin-left: 0;
}

/* line 647, ../sass/layout/_offer-create.scss */

.equipment-form-block {
  margin-top: 40px;
}

/* line 649, ../sass/layout/_offer-create.scss */

.equipment-form-block ul {
  font-size: 14px;
  margin-top: 15px;
  overflow: hidden;
}

/* line 654, ../sass/layout/_offer-create.scss */

.equipment-form-block:first-child {
  margin-top: 0;
}

/* line 658, ../sass/layout/_offer-create.scss */

.equipment-list-item {
  width: 252px;
  padding: 5px 0 5px 0;
  float: left;
}

/* line 662, ../sass/layout/_offer-create.scss */

.equipment-list-item input {
  margin-right: 5px;
}

/* line 666, ../sass/layout/_offer-create.scss */

.equipment-form-title {
  font-size: 16px;
  color: #1E5A96;
  padding-bottom: 10px;
  border-bottom: 1px solid #D6D6D6;
  display: block;
}

/* line 675, ../sass/layout/_offer-create.scss */

.oc-form-submit {
  width: 147px;
  height: 38px;
  font-size: 18px;
  margin-top: 40px;
  float: right;
}

/* line 683, ../sass/layout/_offer-create.scss */

.photo-upload-status {
  background: #404456;
  border-radius: 5px;
  margin: 20px 30px 0 0;
  padding: 10px 20px;
  position: relative;
  float: right;
  display: none;
}

/* line 691, ../sass/layout/_offer-create.scss */

.photo-upload-status .title {
  font-size: 22px;
  color: #33AADC;
}

/* line 695, ../sass/layout/_offer-create.scss */

.photo-upload-status .info {
  font-size: 14px;
  color: #fff;
}

/* line 699, ../sass/layout/_offer-create.scss */

.photo-upload-status .pointer {
  position: absolute;
  top: 23px;
  right: -16px;
  border-width: 16px 0 16px 16px;
  border-style: solid;
  border-color: transparent transparent transparent #404456;
}

/* line 710, ../sass/layout/_offer-create.scss */

.photo-upload-progress {
  background: #fff;
  width: 250px;
  height: 7px;
  margin-top: 10px;
}

/* line 716, ../sass/layout/_offer-create.scss */

.photo-upload-bar {
  background: #96B00E;
  width: 0;
  height: 7px;
}

/* line 721, ../sass/layout/_offer-create.scss */

.rent,
.hide {
  display: none;
}

/* line 724, ../sass/layout/_offer-create.scss */

.show {
  display: block;
}

/* line 727, ../sass/layout/_offer-create.scss */

.oc-second-step {
  background-position: 0 -1627px;
  width: 496px;
  height: 78px;
  display: inline-block;
}

/* line 731, ../sass/layout/_offer-create.scss */

.oc-preview-nav {
  background: #454949;
  padding: 15px 0 10px 0;
  margin-bottom: 45px;
  position: relative;
  clear: both;
}

/* line 738, ../sass/layout/_offer-create.scss */

.oc-preview-nav .pointer {
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -14px;
  border-width: 27px 27px 0 27px;
  border-style: solid;
  border-color: #454949 transparent transparent transparent;
}

/* line 750, ../sass/layout/_offer-create.scss */

.oc-preview-back,
.oc-preview-next {
  padding: 10px 0;
  text-align: center;
}

/* line 754, ../sass/layout/_offer-create.scss */

.oc-preview-back {
  width: 197px;
  margin-left: 118px;
  float: left;
}

/* line 760, ../sass/layout/_offer-create.scss */

.oc-preview-next {
  width: 197px;
  margin-right: 118px;
  float: right;
}

/* line 766, ../sass/layout/_offer-create.scss */

.dc-btn-block {
  margin-top: 20px;
}

/* line 769, ../sass/layout/_offer-create.scss */

.tinymce-textarea {
  width: 644px;
  height: 261px;
}

/* line 774, ../sass/layout/_offer-create.scss */

.expertise-block {
  background: #fff;
  margin-top: 20px;
  padding-top: 15px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}

/* line 781, ../sass/layout/_offer-create.scss */

.expertise-block h2 {
  font-size: 14px;
  color: #181825;
  margin-left: 15px;
}

/* line 786, ../sass/layout/_offer-create.scss */

.expertise-block.offer {
  margin-top: 0;
  padding-top: 0;
}

/* line 789, ../sass/layout/_offer-create.scss */

.expertise-block.offer h2 {
  margin-left: 0;
  color: #1E5A96;
}

/* line 795, ../sass/layout/_offer-create.scss */

.expertise-car-block {
  width: 300px;
  float: left;
}

/* line 799, ../sass/layout/_offer-create.scss */

.expertise-car {
  background: url("/images/expertise-car.jpg") no-repeat;
  width: 300px;
  height: 455px;
  margin-top: 10px;
  position: relative;
}

/* line 806, ../sass/layout/_offer-create.scss */

.expertise-car span {
  font-weight: 700;
  position: absolute;
  width: 18px;
  height: 18px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
}

/* line 815, ../sass/layout/_offer-create.scss */

.expertise-car span.orjinal {
  background: #000;
}

/* line 817, ../sass/layout/_offer-create.scss */

.expertise-car span.orjinal:after {
  content: 'O';
}

/* line 821, ../sass/layout/_offer-create.scss */

.expertise-car span.boyali {
  background: #28AE61;
}

/* line 823, ../sass/layout/_offer-create.scss */

.expertise-car span.boyali:after {
  content: 'B';
}

/* line 827, ../sass/layout/_offer-create.scss */

.expertise-car span.degisen {
  background: #2A80B9;
}

/* line 829, ../sass/layout/_offer-create.scss */

.expertise-car span.degisen:after {
  content: 'D';
}

/* line 833, ../sass/layout/_offer-create.scss */

.expertise-car span.cizik {
  background: #D45401;
}

/* line 835, ../sass/layout/_offer-create.scss */

.expertise-car span.cizik:after {
  content: 'Ç';
}

/* line 839, ../sass/layout/_offer-create.scss */

.expertise-car span.hafif_vuruk {
  background: #808B8D;
}

/* line 841, ../sass/layout/_offer-create.scss */

.expertise-car span.hafif_vuruk:after {
  content: 'H';
}

/* line 845, ../sass/layout/_offer-create.scss */

.expertise-car span.vuruk {
  background: #8F44AD;
}

/* line 847, ../sass/layout/_offer-create.scss */

.expertise-car span.vuruk:after {
  content: 'V';
}

/* line 853, ../sass/layout/_offer-create.scss */

.on_tampon {
  top: 40px;
}

/* line 856, ../sass/layout/_offer-create.scss */

.on_tampon.orjinal,
.on_tampon.boyali,
.on_tampon.degisen {
  top: 59px;
  left: 140px;
}

/* line 860, ../sass/layout/_offer-create.scss */

.on_tampon.cizik {
  left: 115px;
}

/* line 863, ../sass/layout/_offer-create.scss */

.on_tampon.hafif_vuruk {
  left: 140px;
}

/* line 866, ../sass/layout/_offer-create.scss */

.on_tampon.vuruk {
  left: 165px;
}

/* line 870, ../sass/layout/_offer-create.scss */

.motor_kaputu {
  top: 110px;
}

/* line 873, ../sass/layout/_offer-create.scss */

.motor_kaputu.orjinal,
.motor_kaputu.boyali,
.motor_kaputu.degisen {
  top: 88px;
  left: 140px;
}

/* line 877, ../sass/layout/_offer-create.scss */

.motor_kaputu.cizik {
  left: 115px;
}

/* line 880, ../sass/layout/_offer-create.scss */

.motor_kaputu.hafif_vuruk {
  left: 140px;
}

/* line 883, ../sass/layout/_offer-create.scss */

.motor_kaputu.vuruk {
  left: 165px;
}

/* line 887, ../sass/layout/_offer-create.scss */

.on_sag_kapi {
  right: 50px;
}

/* line 889, ../sass/layout/_offer-create.scss */

.on_sag_kapi.orjinal,
.on_sag_kapi.boyali,
.on_sag_kapi.degisen {
  top: 165px;
}

/* line 892, ../sass/layout/_offer-create.scss */

.on_sag_kapi.cizik {
  top: 185px;
  right: 60px;
}

/* line 896, ../sass/layout/_offer-create.scss */

.on_sag_kapi.hafif_vuruk {
  top: 185px;
  right: 40px;
}

/* line 900, ../sass/layout/_offer-create.scss */

.on_sag_kapi.vuruk {
  top: 205px;
}

/* line 904, ../sass/layout/_offer-create.scss */

.on_sol_kapi {
  left: 50px;
}

/* line 906, ../sass/layout/_offer-create.scss */

.on_sol_kapi.orjinal,
.on_sol_kapi.boyali,
.on_sol_kapi.degisen {
  top: 165px;
}

/* line 909, ../sass/layout/_offer-create.scss */

.on_sol_kapi.cizik {
  top: 185px;
  left: 60px;
}

/* line 913, ../sass/layout/_offer-create.scss */

.on_sol_kapi.hafif_vuruk {
  top: 185px;
  left: 40px;
}

/* line 917, ../sass/layout/_offer-create.scss */

.on_sol_kapi.vuruk {
  top: 205px;
}

/* line 921, ../sass/layout/_offer-create.scss */

.on_sag_camurluk {
  right: 64px;
}

/* line 923, ../sass/layout/_offer-create.scss */

.on_sag_camurluk.orjinal,
.on_sag_camurluk.boyali,
.on_sag_camurluk.degisen {
  top: 90px;
}

/* line 926, ../sass/layout/_offer-create.scss */

.on_sag_camurluk.cizik {
  top: 110px;
}

/* line 929, ../sass/layout/_offer-create.scss */

.on_sag_camurluk.hafif_vuruk {
  top: 130px;
}

/* line 932, ../sass/layout/_offer-create.scss */

.on_sag_camurluk.vuruk {
  top: 150px;
}

/* line 936, ../sass/layout/_offer-create.scss */

.on_sol_camurluk {
  left: 64px;
}

/* line 938, ../sass/layout/_offer-create.scss */

.on_sol_camurluk.orjinal,
.on_sol_camurluk.boyali,
.on_sol_camurluk.degisen {
  top: 90px;
}

/* line 941, ../sass/layout/_offer-create.scss */

.on_sol_camurluk.cizik {
  top: 110px;
}

/* line 944, ../sass/layout/_offer-create.scss */

.on_sol_camurluk.hafif_vuruk {
  top: 130px;
}

/* line 947, ../sass/layout/_offer-create.scss */

.on_sol_camurluk.vuruk {
  top: 150px;
}

/* line 951, ../sass/layout/_offer-create.scss */

.arka_sag_kapi {
  right: 50px;
}

/* line 953, ../sass/layout/_offer-create.scss */

.arka_sag_kapi.orjinal,
.arka_sag_kapi.boyali,
.arka_sag_kapi.degisen {
  top: 235px;
}

/* line 956, ../sass/layout/_offer-create.scss */

.arka_sag_kapi.cizik {
  top: 255px;
  right: 60px;
}

/* line 960, ../sass/layout/_offer-create.scss */

.arka_sag_kapi.hafif_vuruk {
  top: 255px;
  right: 40px;
}

/* line 964, ../sass/layout/_offer-create.scss */

.arka_sag_kapi.vuruk {
  top: 275px;
}

/* line 968, ../sass/layout/_offer-create.scss */

.arka_sol_kapi {
  left: 50px;
}

/* line 970, ../sass/layout/_offer-create.scss */

.arka_sol_kapi.orjinal,
.arka_sol_kapi.boyali,
.arka_sol_kapi.degisen {
  top: 235px;
}

/* line 973, ../sass/layout/_offer-create.scss */

.arka_sol_kapi.cizik {
  top: 255px;
  left: 60px;
}

/* line 977, ../sass/layout/_offer-create.scss */

.arka_sol_kapi.hafif_vuruk {
  top: 255px;
  left: 40px;
}

/* line 981, ../sass/layout/_offer-create.scss */

.arka_sol_kapi.vuruk {
  top: 275px;
}

/* line 985, ../sass/layout/_offer-create.scss */

.arka_sag_camurluk {
  right: 64px;
}

/* line 987, ../sass/layout/_offer-create.scss */

.arka_sag_camurluk.orjinal,
.arka_sag_camurluk.boyali,
.arka_sag_camurluk.degisen {
  bottom: 137px;
}

/* line 990, ../sass/layout/_offer-create.scss */

.arka_sag_camurluk.cizik {
  bottom: 115px;
  right: 82px;
}

/* line 994, ../sass/layout/_offer-create.scss */

.arka_sag_camurluk.hafif_vuruk {
  bottom: 115px;
  right: 63px;
}

/* line 998, ../sass/layout/_offer-create.scss */

.arka_sag_camurluk.vuruk {
  bottom: 93px;
}

/* line 1002, ../sass/layout/_offer-create.scss */

.arka_sol_camurluk {
  left: 64px;
}

/* line 1004, ../sass/layout/_offer-create.scss */

.arka_sol_camurluk.orjinal,
.arka_sol_camurluk.boyali,
.arka_sol_camurluk.degisen {
  bottom: 137px;
}

/* line 1007, ../sass/layout/_offer-create.scss */

.arka_sol_camurluk.cizik {
  bottom: 115px;
  left: 82px;
}

/* line 1011, ../sass/layout/_offer-create.scss */

.arka_sol_camurluk.hafif_vuruk {
  bottom: 115px;
  left: 63px;
}

/* line 1015, ../sass/layout/_offer-create.scss */

.arka_sol_camurluk.vuruk {
  bottom: 93px;
}

/* line 1019, ../sass/layout/_offer-create.scss */

.sol_marspiyel {
  left: 18px;
}

/* line 1021, ../sass/layout/_offer-create.scss */

.sol_marspiyel.orjinal,
.sol_marspiyel.boyali,
.sol_marspiyel.degisen {
  top: 175px;
}

/* line 1024, ../sass/layout/_offer-create.scss */

.sol_marspiyel.cizik {
  top: 195px;
}

/* line 1027, ../sass/layout/_offer-create.scss */

.sol_marspiyel.hafif_vuruk {
  top: 215px;
}

/* line 1030, ../sass/layout/_offer-create.scss */

.sol_marspiyel.vuruk {
  top: 235px;
}

/* line 1034, ../sass/layout/_offer-create.scss */

.sag_marspiyel {
  right: 18px;
}

/* line 1036, ../sass/layout/_offer-create.scss */

.sag_marspiyel.orjinal,
.sag_marspiyel.boyali,
.sag_marspiyel.degisen {
  top: 175px;
}

/* line 1039, ../sass/layout/_offer-create.scss */

.sag_marspiyel.cizik {
  top: 195px;
}

/* line 1042, ../sass/layout/_offer-create.scss */

.sag_marspiyel.hafif_vuruk {
  top: 215px;
}

/* line 1045, ../sass/layout/_offer-create.scss */

.sag_marspiyel.vuruk {
  top: 235px;
}

/* line 1049, ../sass/layout/_offer-create.scss */

.tavan {
  left: 140px;
}

/* line 1051, ../sass/layout/_offer-create.scss */

.tavan.orjinal,
.tavan.boyali,
.tavan.degisen {
  top: 205px;
}

/* line 1054, ../sass/layout/_offer-create.scss */

.tavan.cizik {
  top: 235px;
  left: 120px;
}

/* line 1058, ../sass/layout/_offer-create.scss */

.tavan.hafif_vuruk {
  top: 235px;
  left: 160px;
}

/* line 1062, ../sass/layout/_offer-create.scss */

.tavan.vuruk {
  top: 265px;
}

/* line 1066, ../sass/layout/_offer-create.scss */

.bagaj_kapagi {
  bottom: 106px;
}

/* line 1068, ../sass/layout/_offer-create.scss */

.bagaj_kapagi.orjinal,
.bagaj_kapagi.boyali,
.bagaj_kapagi.degisen {
  bottom: 128px;
  left: 140px;
}

/* line 1072, ../sass/layout/_offer-create.scss */

.bagaj_kapagi.cizik {
  left: 115px;
}

/* line 1075, ../sass/layout/_offer-create.scss */

.bagaj_kapagi.hafif_vuruk {
  left: 140px;
}

/* line 1078, ../sass/layout/_offer-create.scss */

.bagaj_kapagi.vuruk {
  left: 165px;
}

/* line 1082, ../sass/layout/_offer-create.scss */

.arka_tampon {
  bottom: 37px;
}

/* line 1084, ../sass/layout/_offer-create.scss */

.arka_tampon.orjinal,
.arka_tampon.boyali,
.arka_tampon.degisen {
  bottom: 62px;
  left: 140px;
}

/* line 1088, ../sass/layout/_offer-create.scss */

.arka_tampon.cizik {
  left: 115px;
}

/* line 1091, ../sass/layout/_offer-create.scss */

.arka_tampon.hafif_vuruk {
  left: 140px;
}

/* line 1094, ../sass/layout/_offer-create.scss */

.arka_tampon.vuruk {
  left: 165px;
}

/* line 1099, ../sass/layout/_offer-create.scss */

.expertise-options-block {
  width: 380px;
  margin: 25px 0 0 15px;
  float: left;
}

/* line 1103, ../sass/layout/_offer-create.scss */

.expertise-options-block p {
  color: #929292;
  padding-left: 5px;
}

/* line 1108, ../sass/layout/_offer-create.scss */

.expertise-options-part {
  display: none;
}

/* line 1110, ../sass/layout/_offer-create.scss */

.expertise-options-part.visible {
  display: block;
}

/* line 1114, ../sass/layout/_offer-create.scss */

.expertise-options-title {
  width: 160px;
  color: #33AADC;
  position: relative;
  float: left;
}

/* line 1119, ../sass/layout/_offer-create.scss */

.expertise-options-title ul {
  margin-top: 6px;
}

/* line 1121, ../sass/layout/_offer-create.scss */

.expertise-options-title ul:first-child {
  margin-top: 5px;
}

/* line 1125, ../sass/layout/_offer-create.scss */

.expertise-options-title li {
  font-weight: 700;
  padding: 5px;
  cursor: pointer;
}

/* line 1129, ../sass/layout/_offer-create.scss */

.expertise-options-title li.active {
  background: #E3E3E3;
}

/* line 1134, ../sass/layout/_offer-create.scss */

.expertise-options {
  width: 210px;
  background: #E3E3E3;
  padding: 12px 5px;
  margin-top: 5px;
  float: left;
}

/* line 1141, ../sass/layout/_offer-create.scss */

.expertise-options.offer {
  background: #fff;
  width: auto;
  margin: 10px 5px 0 0;
}

/* line 1147, ../sass/layout/_offer-create.scss */

.expertise-options h3 {
  font-size: 14px;
  margin: 0 0 5px 5px;
  color: #181825;
}

/* line 1152, ../sass/layout/_offer-create.scss */

.expertise-options p {
  margin-bottom: 5px;
}

/* line 1156, ../sass/layout/_offer-create.scss */

.expertise-option-item {
  font-size: 14px;
  margin-top: 2px;
  padding: 2px 5px;
  color: #181825;
}

/* line 1162, ../sass/layout/_offer-create.scss */

.expertise-label {
  width: 24px;
  height: 24px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin: 0 15px;
  border-radius: 20px;
  display: inline-block;
}

/* line 1176, ../sass/layout/_offer-create.scss */

.expertise-label.orginal {
  background: #000;
}

/* line 1179, ../sass/layout/_offer-create.scss */

.expertise-label.boyali {
  background: #28AE61;
}

/* line 1182, ../sass/layout/_offer-create.scss */

.expertise-label.degisen {
  background: #2A80B9;
}

/* line 1185, ../sass/layout/_offer-create.scss */

.expertise-label.cizik {
  background: #D45401;
}

/* line 1188, ../sass/layout/_offer-create.scss */

.expertise-label.hafif-vuruk {
  background: #808B8D;
}

/* line 1191, ../sass/layout/_offer-create.scss */

.expertise-label.vuruk {
  background: #8F44AD;
}

/* line 1195, ../sass/layout/_offer-create.scss */

.expertise-option-hidden {
  display: none;
}

/* line 1196, ../sass/layout/_offer-create.scss */

.expertise-option-hidden .expertise-label {
  margin: 0 15px 0 7px;
}

/* line 1201, ../sass/layout/_offer-create.scss */

.delete-expertise-option {
  font-size: 12px;
  font-weight: 700;
  color: #2966AB;
  margin-top: 4px;
  float: right;
  cursor: pointer;
}

/* line 1, ../sass/layout/_buy-doping.scss */

.doping-offer-header {
  background: #3BABDA;
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
  padding: 12px;
  text-shadow: 0 1px 0 #416A77;
  text-align: center;
}

/* line 9, ../sass/layout/_buy-doping.scss */

.doping-offer-header span {
  border-bottom: 1px solid #fff;
}

/* line 13, ../sass/layout/_buy-doping.scss */

.doping-offer-option {
  padding: 15px;
  border-bottom: 1px dashed #ccc;
  position: relative;
}

/* line 17, ../sass/layout/_buy-doping.scss */

.doping-offer-option:hover {
  background: #e9e9e9;
}

/* line 19, ../sass/layout/_buy-doping.scss */

.doping-offer-option:hover .triangle-pointer {
  display: block;
}

/* line 23, ../sass/layout/_buy-doping.scss */

.doping-offer-option.active {
  background: #e9e9e9;
}

/* line 25, ../sass/layout/_buy-doping.scss */

.doping-offer-option.active .triangle-pointer {
  display: block;
}

/* line 29, ../sass/layout/_buy-doping.scss */

.doping-offer-option select {
  width: 330px;
  height: 28px;
  padding: 5px;
  margin-top: 5px;
  background: #fff;
  border: 1px solid #ccc;
}

/* line 38, ../sass/layout/_buy-doping.scss */

.triangle-pointer {
  background-position: -24px -148px;
  width: 14px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: -14px;
  margin-top: -18px;
  display: none;
}

/* line 46, ../sass/layout/_buy-doping.scss */

.doping-offer-price {
  font-size: 15px;
  font-weight: bold;
  margin: 8px 5px 0 0;
  float: right;
}

/* line 53, ../sass/layout/_buy-doping.scss */

.doping-offer-price.active {
  color: #96B00E;
}

/* line 57, ../sass/layout/_buy-doping.scss */

.doping-offer-checkbox {
  height: 16px;
  margin-top: 4px;
  padding: 8px;
  border-right: 1px solid #ccc;
  float: left;
}

/* line 63, ../sass/layout/_buy-doping.scss */

.doping-offer-checkbox input {
  margin-right: 3px;
}

/* line 67, ../sass/layout/_buy-doping.scss */

.doping-detail {
  background: #fff;
  padding: 10px;
}

/* line 70, ../sass/layout/_buy-doping.scss */

.doping-detail p {
  line-height: 20px;
}

/* line 74, ../sass/layout/_buy-doping.scss */

.preload-images {
  display: none;
}

/* line 77, ../sass/layout/_buy-doping.scss */

.doping-preview-thumb {
  position: absolute;
}

/* line 79, ../sass/layout/_buy-doping.scss */

.doping-preview-thumb:first-child {
  display: block;
}

/* line 83, ../sass/layout/_buy-doping.scss */

#doping-preview-title {
  font-size: 24px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

/* line 89, ../sass/layout/_buy-doping.scss */

.address-info {
  margin-top: 10px;
}

/* line 95, ../sass/layout/_buy-doping.scss */

#product_form_credit_card_year {
  margin-left: 5px;
}

/* line 2, ../sass/layout/_offer-detail.scss */

.header-all-link {
  font-size: 13px;
  margin: 12px 15px 0 0;
  color: #fff;
  float: right;
}

/* line 8, ../sass/layout/_offer-detail.scss */

.header-all-link:hover {
  color: #adce14;
}

/* line 12, ../sass/layout/_offer-detail.scss */

.offer-deleted {
  background: #FFEA87;
  border-radius: 3px;
  padding: 5px;
  margin-top: 5px;
}

/* line 19, ../sass/layout/_offer-detail.scss */

.footer-detail-link {
  margin-top: 10px;
  float: right;
}

/* line 25, ../sass/layout/_offer-detail.scss */

.offer-content {
  overflow: hidden;
}

/* line 28, ../sass/layout/_offer-detail.scss */

.offer-detail-top {
  color: #7d7d7d;
  padding-bottom: 10px;
  overflow: hidden;
}

/* line 34, ../sass/layout/_offer-detail.scss */

.offer-breadcrumb {
  margin-top: 2px;
  float: left;
}

/* line 38, ../sass/layout/_offer-detail.scss */

.offer-detail-date {
  font-size: 14px;
  float: right;
}

/* line 42, ../sass/layout/_offer-detail.scss */

.cal-icon {
  background-position: -663px 0;
  width: 16px;
  height: 17px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}

/* line 48, ../sass/layout/_offer-detail.scss */

.offer-detail-row {
  padding: 15px 0;
  overflow: hidden;
}

/* line 52, ../sass/layout/_offer-detail.scss */

.offer-detail-subtitle {
  font-size: 16px;
  color: #1E5A96;
  float: left;
}

/* line 57, ../sass/layout/_offer-detail.scss */

.offer-detail-location {
  font-size: 14px;
  color: #7d7d7d;
  float: right;
}

/* line 61, ../sass/layout/_offer-detail.scss */

.offer-detail-location a:hover {
  color: #64C328;
}

/* line 65, ../sass/layout/_offer-detail.scss */

.location-icon {
  background-position: -336px 0;
  width: 13px;
  height: 17px;
}

/* line 69, ../sass/layout/_offer-detail.scss */

.offer-detail-main {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 10px;
  overflow: hidden;
}

/* line 75, ../sass/layout/_offer-detail.scss */

.offer-detail-title {
  font-size: 14px;
  color: #1E5A96;
  word-wrap: break-word;
}

/* line 80, ../sass/layout/_offer-detail.scss */

.offer-detail-left {
  width: 670px;
  float: left;
}

/* line 84, ../sass/layout/_offer-detail.scss */

.offer-detail-photos {
  width: 455px;
  margin-top: 10px;
  float: left;
}

/* line 89, ../sass/layout/_offer-detail.scss */

.offer-badge-rent,
.offer-badge-sell {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 94, ../sass/layout/_offer-detail.scss */

.warranty-badge {
  background-position: 0 -755px;
  width: 105px;
  height: 39px;
  position: absolute;
  top: 0;
  right: 1px;
}

/* line 100, ../sass/layout/_offer-detail.scss */

.offer-image-preview {
  position: relative;
  overflow: hidden;
}

/* line 103, ../sass/layout/_offer-detail.scss */

.offer-image-preview img {
  border: 1px solid #e3e3e3;
  cursor: pointer;
  display: block;
}

/* line 108, ../sass/layout/_offer-detail.scss */

.offer-image-preview .offer-list-badge {
  width: 78px;
  left: -25px;
  top: -8px;
  padding: 18px 0 3px 0;
}

/* line 115, ../sass/layout/_offer-detail.scss */

.warranty-tooltip {
  width: 210px;
  top: 55px;
  right: -70px;
}

/* line 119, ../sass/layout/_offer-detail.scss */

.warranty-tooltip .pointer {
  border-width: 0 8px 12px 8px;
  border-style: solid;
  border-color: transparent transparent #33495f transparent;
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -8px;
}

/* line 131, ../sass/layout/_offer-detail.scss */

.offer-photo-events {
  margin-top: 20px;
  overflow: hidden;
}

/* line 135, ../sass/layout/_offer-detail.scss */

.offer-img-full-size {
  background: #f1f1f1;
  font-size: 14px;
  color: #1E5A96;
  padding: 5px 10px 7px 45px;
  position: relative;
  border: none;
  float: left;
}

/* line 144, ../sass/layout/_offer-detail.scss */

.big-size-icon {
  background-position: -266px -194px;
  width: 34px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 150, ../sass/layout/_offer-detail.scss */

.thumbnail-slider-actions {
  float: right;
}

/* line 153, ../sass/layout/_offer-detail.scss */

.thumbs-up,
.thumbs-down {
  width: 30px;
  height: 30px;
  background: #f1f1f1;
  border: none;
}

/* line 159, ../sass/layout/_offer-detail.scss */

.thumbs-up-icon {
  background-position: -211px -30px;
  width: 18px;
  height: 11px;
  display: inline-block;
}

/* line 163, ../sass/layout/_offer-detail.scss */

.thumbs-down-icon {
  background-position: -85px -30px;
  width: 18px;
  height: 11px;
  display: inline-block;
}

/* line 167, ../sass/layout/_offer-detail.scss */

.offer-thumbs-wrapper {
  width: 650px;
  height: 134px;
  margin-top: 20px;
  overflow: hidden;
  float: left;
}

.offer-tramer-banner {
  width: 650px;
  height: 40x;
  margin-top: 10px;
  overflow: hidden;
  float: left;
}

/* line 177, ../sass/layout/_offer-detail.scss */

.offer-thumb-item,
.big-pic-thumb {
  margin: 0 4px 5px 5px;
  border: 1px solid #e3e3e3;
  position: relative;
  float: left;
  cursor: pointer;
}

/* line 183, ../sass/layout/_offer-detail.scss */

.offer-thumb-item img,
.big-pic-thumb img {
  display: block;
}

/* line 186, ../sass/layout/_offer-detail.scss */

.offer-thumb-item.current-img,
.current-img.big-pic-thumb {
  border: 1px solid #18293a;
}

/* line 190, ../sass/layout/_offer-detail.scss */

.big-picture-preview {
  width: 1000px;
  padding: 30px 5px 30px 15px;
  margin-left: 510px;
}

/* line 194, ../sass/layout/_offer-detail.scss */

.big-picture-preview img {
  cursor: pointer;
  float: left;
}

/* line 198, ../sass/layout/_offer-detail.scss */

.big-picture-preview ul {
  width: 198px;
  height: 600px;
  overflow: auto;
  float: right;
}

/* line 205, ../sass/layout/_offer-detail.scss */

.big-pic-thumb {
  margin: 2px 4px;
  cursor: pointer;
  float: left;
}

/* line 211, ../sass/layout/_offer-detail.scss */

.offer-primary-info {
  width: 200px;
  margin-left: 10px;
  float: left;
}

/* line 215, ../sass/layout/_offer-detail.scss */

.offer-primary-info.large li {
  padding: 10px 5px 9px 5px;
}

/* line 219, ../sass/layout/_offer-detail.scss */

.offer-primary-info-item {
  padding: 5px 1px;
  position: relative;
  display: inline-block;
}

/* line 224, ../sass/layout/_offer-detail.scss */

.offer-primary-info-item:first-child {
  border-top: none;
}

/* line 227, ../sass/layout/_offer-detail.scss */

.offer-primary-info-item span {
  font-size: 12px;
  color: #949494;
  width: 92px;
  float: left;
}

/* line 233, ../sass/layout/_offer-detail.scss */

.offer-primary-info-item .offer-no {
  color: #f00;
}

/* line 236, ../sass/layout/_offer-detail.scss */

.offer-primary-info-item p {
  width: 106px;
  color: #33495f;
  float: left;
}

/* line 243, ../sass/layout/_offer-detail.scss */

.offer-price-block {
  overflow: hidden;
}

/* line 246, ../sass/layout/_offer-detail.scss */

#offer-price {
  clear: left;
  float: left;
}

/* line 250, ../sass/layout/_offer-detail.scss */

#offer-price .op-link {
  width: auto !important;
  font-size: 18px;
  color: #2D66A8;
  float: none;
}

/* line 256, ../sass/layout/_offer-detail.scss */

#offer-price .op-link-prefix {
  color: #2D66A8;
  margin-left: 5px;
  text-decoration: underline;
  float: none;
}

/* line 263, ../sass/layout/_offer-detail.scss */

.old-price {
  text-decoration: line-through;
}

/* line 266, ../sass/layout/_offer-detail.scss */

.offer-credit-link {
  color: #2D66A8;
}

/* line 269, ../sass/layout/_offer-detail.scss */

.offer-detail-right {
  width: 304px;
  border-left: 1px solid #e3e3e3;
  float: right;
}

/* line 274, ../sass/layout/_offer-detail.scss */

.offer-user-info {
  background: #E6E9ED;
  margin-left: 10px;
  padding: 8px;
}

/* line 279, ../sass/layout/_offer-detail.scss */

.offer-username {
  font-size: 14px;
  text-align: center;
  color: #666;
}

/* line 284, ../sass/layout/_offer-detail.scss */

.offer-user-action {
  margin-top: 15px;
}

/* line 286, ../sass/layout/_offer-detail.scss */

.offer-user-action a {
  background: #F8CB46;
  color: #976610;
  display: block;
}

/* line 291, ../sass/layout/_offer-detail.scss */

.offer-user-action .left {
  float: left;
}

/* line 294, ../sass/layout/_offer-detail.scss */

.offer-user-action .right {
  float: right;
}

/* line 298, ../sass/layout/_offer-detail.scss */

.member-logo {
  display: block;
  text-align: center;
  cursor: pointer;
}

/* line 303, ../sass/layout/_offer-detail.scss */

.member-banner {
  width: 278px;
  height: 117px;
  position: absolute;
  z-index: 1;
}

/* line 309, ../sass/layout/_offer-detail.scss */

.member-actions {
  text-align: center;
  margin: 10px 0;
}

/* line 313, ../sass/layout/_offer-detail.scss */

.member-actions .send-message {
  background: #DA4453;
}

/* line 316, ../sass/layout/_offer-detail.scss */

.member-actions a {
  background: #3BAFDA;
}

/* line 319, ../sass/layout/_offer-detail.scss */

.member-actions .edit {
  background: #33495f;
}

/* line 323, ../sass/layout/_offer-detail.scss */

.member-action-btn {
  width: 100%;
  font-size: 14px;
  color: #fff;
  position: relative;
  margin: 5px 0;
  padding: 10px;
  border-radius: 3px;
  border: none;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}

/* line 336, ../sass/layout/_offer-detail.scss */

.offer-msg-icon {
  background-position: -429px -108px;
  width: 25px;
  height: 23px;
  position: absolute;
  left: 10px;
  top: 10px;
}

/* line 342, ../sass/layout/_offer-detail.scss */

.offer-fav-icon {
  background-position: -496px -108px;
  width: 22px;
  height: 23px;
  position: absolute;
  left: 10px;
  top: 9px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.offer-fav-icon:active,
.offer-fav-icon.offer-fav-icon-active {
  background-position: -464px -108px;
}

/* line 348, ../sass/layout/_offer-detail.scss */

.active .offer-fav-icon {
  background-position: -464px -108px;
  width: 22px;
  height: 23px;
}

/* line 351, ../sass/layout/_offer-detail.scss */

.offer-edit-icon {
  background-position: -229px -194px;
  width: 27px;
  height: 28px;
  position: absolute;
  left: 10px;
  top: 6px;
}

/* line 357, ../sass/layout/_offer-detail.scss */

.od-phone-block {
  background: #fff;
  margin-top: 8px;
  border: 1px solid #C9D2DD;
  border-radius: 3px;
  cursor: pointer;
}

/* line 364, ../sass/layout/_offer-detail.scss */

.od-phone-row {
  font-size: 16px;
  font-weight: 700;
  color: #72A217;
  text-align: center;
  padding: 8px 0;
  border-top: 1px solid #e3e3e3;
  position: relative;
}

/* line 374, ../sass/layout/_offer-detail.scss */

.od-phone-row:first-child {
  border-top: none;
}

/* line 378, ../sass/layout/_offer-detail.scss */

.visible-phone-no {
  color: #61616F;
}

/* line 380, ../sass/layout/_offer-detail.scss */

.visible-phone-no.hovered {
  color: inherit;
}

/* line 384, ../sass/layout/_offer-detail.scss */

.hidden-phone-no {
  display: none;
}

/* line 387, ../sass/layout/_offer-detail.scss */

.show-phone-no {
  font-size: 12px;
  color: #5F6876;
  text-align: center;
  margin-top: 5px;
  cursor: pointer;
}

/* line 394, ../sass/layout/_offer-detail.scss */

.od-phone-icon {
  background-position: -305px -108px;
  width: 23px;
  height: 22px;
  position: absolute;
  top: 8px;
  left: 16px;
  margin-right: 0;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.od-phone-icon:active,
.od-phone-icon.od-phone-icon-active {
  background-position: -338px -108px;
}

/* line 401, ../sass/layout/_offer-detail.scss */

.od-phone-icon.hovered {
  background-position: -338px -108px;
  width: 23px;
  height: 22px;
}

/* line 405, ../sass/layout/_offer-detail.scss */

.show-phone-notify {
  font-size: 12px;
  font-weight: 400;
  color: #3BAFDA;
  position: absolute;
  right: 8px;
  top: 10px;
  display: none;
}

/* line 416, ../sass/layout/_offer-detail.scss */

.show-phone-icon {
  background-position: -35px -60px;
  width: 20px;
  height: 14px;
}

/* line 420, ../sass/layout/_offer-detail.scss */

.offer-car-actions {
  position: relative;
  text-align: center;
}

/* line 424, ../sass/layout/_offer-detail.scss */

.offer-action-option {
  margin: 0 9px;
  display: inline-block;
  cursor: pointer;
}

/* line 429, ../sass/layout/_offer-detail.scss */

.show-phone-block {
  position: relative;
}

/* line 432, ../sass/layout/_offer-detail.scss */

.event-favorite,
.phone-number-info,
.warranty-tooltip {
  background: #fff;
  padding: 20px 15px;
  position: absolute;
  z-index: 100;
  border: 1px solid #ADADAD;
  border-radius: 5px;
  display: none;
}

/* line 439, ../sass/layout/_offer-detail.scss */

.event-favorite .title,
.phone-number-info .title,
.warranty-tooltip .title {
  font-size: 14px;
  font-weight: 700;
  color: #1E5A96;
  margin-bottom: 3px;
}

/* line 447, ../sass/layout/_offer-detail.scss */

.event-favorite p,
.phone-number-info p,
.warranty-tooltip p {
  color: #464646;
}

/* line 450, ../sass/layout/_offer-detail.scss */

.event-favorite .close,
.phone-number-info .close,
.warranty-tooltip .close {
  font-size: 12px;
  position: absolute;
  top: 4px;
  right: 7px;
  padding: 1px 4px;
  border-radius: 3px;
  cursor: pointer;
}

/* line 462, ../sass/layout/_offer-detail.scss */

.event-favorite {
  width: 180px;
  top: 49px;
  left: 38px;
}

/* line 467, ../sass/layout/_offer-detail.scss */

.event-favorite:before {
  top: -22px;
  left: 99px;
  border-width: 11px;
  border-style: solid;
  border-color: transparent transparent #adadad transparent;
}

/* line 477, ../sass/layout/_offer-detail.scss */

.event-favorite:after {
  top: -20px;
  left: 100px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

/* line 488, ../sass/layout/_offer-detail.scss */

.event-favorite .pointer {
  border-width: 0 8px 12px 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -8px;
}

/* line 499, ../sass/layout/_offer-detail.scss */

.event-favorite p {
  font-size: 12px;
}

/* line 503, ../sass/layout/_offer-detail.scss */

.phone-number-info {
  width: 230px;
  top: -84px;
  left: -230px;
}

/* line 509, ../sass/layout/_offer-detail.scss */

.phone-number-info:before {
  top: 53px;
  left: 100%;
  border-width: 11px;
  border-style: solid;
  border-color: transparent transparent transparent #adadad;
}

/* line 519, ../sass/layout/_offer-detail.scss */

.phone-number-info:after {
  top: 54px;
  left: 100%;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

/* line 531, ../sass/layout/_offer-detail.scss */

#report-box {
  font-size: 13px;
  text-align: left;
  background: #444;
  padding: 15px;
  margin-top: 15px;
  color: #FFF;
  position: relative;
  display: none;
}

/* line 541, ../sass/layout/_offer-detail.scss */

#report-box .triangle {
  position: absolute;
  top: -8px;
  right: 30px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #444;
}

/* line 549, ../sass/layout/_offer-detail.scss */

#report-box .overlay {
  font-size: 18px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  display: none;
}

/* line 559, ../sass/layout/_offer-detail.scss */

#report-box .overlay p {
  margin-top: 130px;
  line-height: 25px;
}

/* line 565, ../sass/layout/_offer-detail.scss */

.report-box-close {
  height: 20px;
  background-color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 574, ../sass/layout/_offer-detail.scss */

.report-box-close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 578, ../sass/layout/_offer-detail.scss */

.x-icon {
  background-position: -261px -30px;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}

/* line 584, ../sass/layout/_offer-detail.scss */

.report-option {
  margin-bottom: 5px;
}

/* line 587, ../sass/layout/_offer-detail.scss */

.report-warn {
  margin: 5px 0;
}

/* line 590, ../sass/layout/_offer-detail.scss */

#report_text {
  width: 100%;
  height: 70px;
  margin-top: 5px;
  padding: 5px;
  border: none;
  border-radius: 3px;
  box-sizing: border-box;
}

/* line 599, ../sass/layout/_offer-detail.scss */

#send-report {
  margin-top: 15px;
}

/* line 602, ../sass/layout/_offer-detail.scss */

.social-bookmarks {
  width: 260px;
  background: #252525;
  text-align: center;
  overflow: hidden;
  position: absolute;
  z-index: 51;
  top: 30px;
  left: -10px;
  padding: 20px;
  display: none;
}

/* line 613, ../sass/layout/_offer-detail.scss */

.social-bookmarks > a {
  margin-right: 45px;
  border-radius: 5px;
  overflow: hidden;
  float: left;
}

/* line 620, ../sass/layout/_offer-detail.scss */

.gplus {
  background-position: -129px -283px;
  width: 32px;
  height: 32px;
}

/* line 623, ../sass/layout/_offer-detail.scss */

.twitter {
  background-position: -87px -283px;
  width: 32px;
  height: 32px;
}

/* line 626, ../sass/layout/_offer-detail.scss */

.facebook {
  background-position: -117px -235px;
  width: 32px;
  height: 32px;
}

/* line 629, ../sass/layout/_offer-detail.scss */

.offer-first-look-banner {
  margin: 15px 0 0 7px;
}

/* line 632, ../sass/layout/_offer-detail.scss */

.offer-detail-box {
  margin-top: 20px;
}

/* line 635, ../sass/layout/_offer-detail.scss */

.offer-description-content {
  background: #fff;
  padding: 10px;
  border: 1px solid #e6e6e6;
  word-wrap: break-word;
}

/* line 642, ../sass/layout/_offer-detail.scss */

.offer-description-content p {
  width: 100%;
  display: inline-block;
}

/* line 647, ../sass/layout/_offer-detail.scss */

.offer-services-content {
  background: #FFF;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
}

/* line 652, ../sass/layout/_offer-detail.scss */

.offer-equipment-content {
  background: #FFF;
  border: 1px solid #e6e6e6;
  padding: 0 20px 20px 20px;
  overflow: hidden;
}

/* line 657, ../sass/layout/_offer-detail.scss */

.offer-equipment-content h3 {
  font-size: 13px;
  color: #000;
  margin: 20px 0 15px 0;
}

/* line 663, ../sass/layout/_offer-detail.scss */

.offer-specification {
  overflow: hidden;
}

/* line 665, ../sass/layout/_offer-detail.scss */

.offer-specification li {
  width: 185px;
  margin: 5px 5px 5px 0;
  color: #7E8C8D;
  float: left;
  cursor: default;
  display: none;
}

/* line 672, ../sass/layout/_offer-detail.scss */

.offer-specification li.active {
  display: block;
}

/* line 678, ../sass/layout/_offer-detail.scss */

.offer-specification-status {
  background-position: -137px -60px;
  width: 12px;
  height: 14px;
}

/* line 682, ../sass/layout/_offer-detail.scss */

.active .offer-specification-status {
  background-position: -89px -60px;
  width: 14px;
  height: 14px;
}

/* line 687, ../sass/layout/_offer-detail.scss */

.related-offers li {
  width: 93px;
  height: 136px;
  margin: 5px 15px 0 15px;
  float: left;
  overflow: hidden;
}

/* line 695, ../sass/layout/_offer-detail.scss */

.related-offer-thumb {
  width: 80px;
  height: 60px;
  padding: 3px;
  border: 1px solid #ccc;
}

/* line 701, ../sass/layout/_offer-detail.scss */

.od-box-title {
  float: left;
}

/* line 704, ../sass/layout/_offer-detail.scss */

.od-box-all {
  color: #1E5A96;
  float: right;
}

/* line 708, ../sass/layout/_offer-detail.scss */

.offer-others-content {
  background: #fff;
  padding: 10px 3px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}

/* line 714, ../sass/layout/_offer-detail.scss */

.credit-detail-text {
  font-size: 16px;
  color: #737373;
}

/* line 718, ../sass/layout/_offer-detail.scss */

.credit-payment {
  font-size: 20px;
  font-weight: 700;
  color: #F95755;
}

/* line 725, ../sass/layout/_offer-detail.scss */

.credit-amount {
  color: #F95755;
}

/* line 728, ../sass/layout/_offer-detail.scss */

.gallery-box-wrapper {
  background: #fff;
  padding: 9px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}

/* line 734, ../sass/layout/_offer-detail.scss */

.gb-video-item {
  position: relative;
  display: block;
}

/* line 737, ../sass/layout/_offer-detail.scss */

.gb-video-item img {
  min-height: 250px;
}

/* line 741, ../sass/layout/_offer-detail.scss */

.gb-photo-item {
  width: 90px;
  position: relative;
  margin: 5px 0 0 5px;
  float: left;
}

/* line 747, ../sass/layout/_offer-detail.scss */

.gb-photo-item:first-child {
  margin-left: 0;
}

/* line 751, ../sass/layout/_offer-detail.scss */

.offer-warranty-block {
  margin-top: 20px;
  overflow: hidden;
}

/* line 755, ../sass/layout/_offer-detail.scss */

.owl-block {
  background: #E32525;
  padding: 20px 10px;
  float: left;
}

/* line 760, ../sass/layout/_offer-detail.scss */

.offer-warranty-logo {
  background-position: 0 -1525px;
  width: 176px;
  height: 62px;
  float: left;
}

/* line 764, ../sass/layout/_offer-detail.scss */

.offer-warranty-text {
  background: #fff;
  width: 443px;
  padding: 10px 15px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #ccc;
  float: left;
}

/* line 775, ../sass/layout/_offer-detail.scss */

.offer-warranty-text .title {
  font-size: 16px;
  color: #E01E00;
}

/* line 779, ../sass/layout/_offer-detail.scss */

.offer-warranty-text .description {
  font-size: 14px;
  color: #000;
  margin-top: 20px;
}

/* Passive offer */

/* line 787, ../sass/layout/_offer-detail.scss */

.passive-offer-detail {
  background: #F8F4DD;
  border: 1px solid #FDC167;
  padding: 15px;
}

/* line 792, ../sass/layout/_offer-detail.scss */

.warn-icon {
  background-position: -212px -283px;
  width: 40px;
  height: 37px;
  position: absolute;
  top: 5px;
  left: 5px;
}

/* line 798, ../sass/layout/_offer-detail.scss */

.pot-title {
  font-size: 14px;
  font-weight: 700;
  background: #fdca7d;
  position: relative;
  padding: 14px 65px;
  color: #445A65;
  border-radius: 5px;
  overflow: hidden;
}

/* line 810, ../sass/layout/_offer-detail.scss */

.pot-item {
  width: 770px;
  margin: 15px auto 0;
}

/* line 815, ../sass/layout/_offer-detail.scss */

.passive-offer-variants {
  overflow: hidden;
}

/* line 818, ../sass/layout/_offer-detail.scss */

.passive-offer-variants h2 {
  font-size: 20px;
  color: #1D548B;
}

/* line 822, ../sass/layout/_offer-detail.scss */

.passive-offer-variants ul {
  width: 184px;
  padding: 0 5px 10px 5px;
  margin: 0 22px 15px 22px;
  float: left;
}

/* line 828, ../sass/layout/_offer-detail.scss */

.passive-offer-variants li {
  padding: 2px;
}

/* line 832, ../sass/layout/_offer-detail.scss */

.passive-offer-variants a {
  color: #548ED4;
}

/* line 836, ../sass/layout/_offer-detail.scss */

.offer-banner-bottom {
  margin-top: 10px;
  float: left;
}

/* Offer detail top fixed */

/* line 842, ../sass/layout/_offer-detail.scss */

.offer-top-fixed {
  width: 100%;
  background: #E6E9ED;
  position: fixed;
  top: 0;
  padding-bottom: 10px;
  border-bottom: 5px solid #BFCAD9;
  z-index: 1;
  display: none;
}

/* line 852, ../sass/layout/_offer-detail.scss */

.offer-top-left {
  width: 440px;
  margin-top: 10px;
  float: left;
}

/* line 857, ../sass/layout/_offer-detail.scss */

.offer-top-right {
  width: 540px;
  float: right;
}

/* line 861, ../sass/layout/_offer-detail.scss */

.fixed-offer-hidden-phone {
  font-size: 15px;
  text-align: center;
}

/* line 865, ../sass/layout/_offer-detail.scss */

.offer-top-thumb {
  width: 130px;
  margin-right: 15px;
  float: left;
}

/* line 870, ../sass/layout/_offer-detail.scss */

.offer-top-title {
  font-size: 16px;
  font-weight: 700;
  color: #33495f;
}

/* line 877, ../sass/layout/_offer-detail.scss */

.offer-top-row {
  margin-top: 10px;
}

/* line 881, ../sass/layout/_offer-detail.scss */

.otl-text-block {
  width: 290px;
  float: left;
}

/* line 885, ../sass/layout/_offer-detail.scss */

.offer-top-price {
  color: #33495f;
  float: left;
}

/* line 889, ../sass/layout/_offer-detail.scss */

.offer-top-keycode {
  font-weight: 700;
  color: #949494;
  margin-left: 50px;
  float: left;
}

/* line 894, ../sass/layout/_offer-detail.scss */

.offer-top-keycode span {
  color: #FF0000;
}

/* line 898, ../sass/layout/_offer-detail.scss */

.offer-top-phone {
  width: 48%;
  font-size: 18px;
  font-weight: 700;
  color: #61616F;
  margin-top: 10px;
  float: left;
  text-align: center;
  cursor: pointer;
}

/* line 909, ../sass/layout/_offer-detail.scss */

.offer-top-phone.right {
  float: right;
}

/* line 912, ../sass/layout/_offer-detail.scss */

.offer-top-phone span {
  color: #72A217;
}

/* line 916, ../sass/layout/_offer-detail.scss */

.offer-top-action {
  width: 48%;
  text-align: center;
}

/* line 919, ../sass/layout/_offer-detail.scss */

.offer-top-action.left {
  float: left;
}

/* line 922, ../sass/layout/_offer-detail.scss */

.offer-top-action.right {
  float: right;
}

/* line 926, ../sass/layout/_offer-detail.scss */

.not-login-msg {
  margin-top: 15px;
}

/* line 930, ../sass/layout/_offer-detail.scss */

.g-recaptcha {
  width: 300px;
  float: left;
}

/* line 934, ../sass/layout/_offer-detail.scss */

.odc-left {
  width: 308px;
  margin-top: 40px;
  float: left;
}

/* line 939, ../sass/layout/_offer-detail.scss */

.odc-left .g-recaptcha {
  margin-top: 20px;
}

/* line 943, ../sass/layout/_offer-detail.scss */

.odc-member-block {
  background: #F9F9F9;
  padding: 5px;
  border: 1px solid #D3D3D3;
}

/* line 948, ../sass/layout/_offer-detail.scss */

.offer-msg-form {
  width: 325px;
  float: right;
}

/* line 952, ../sass/layout/_offer-detail.scss */

.offer-msg-inputblock {
  margin-top: 10px;
}

/* line 954, ../sass/layout/_offer-detail.scss */

.offer-msg-inputblock textarea {
  width: 100%;
  height: 110px;
  color: #7E8C8D;
  padding: 10px;
  border: 1px solid #C9D2DD;
  box-sizing: border-box;
}

/* line 963, ../sass/layout/_offer-detail.scss */

.offer-msg-input {
  width: 100%;
  border: 1px solid #CDCDCD;
  color: #7E8C8D;
  padding: 6px;
  box-sizing: border-box;
}

/* line 970, ../sass/layout/_offer-detail.scss */

.offer-msg-input.first {
  margin-top: 0;
}

/* line 974, ../sass/layout/_offer-detail.scss */

.counter-msg {
  margin-top: 5px;
}

/* line 977, ../sass/layout/_offer-detail.scss */

.expertise-preview-block {
  margin-top: 10px;
}

/* line 980, ../sass/layout/_offer-detail.scss */

.expertise-detail-info {
  margin-top: 10px;
  padding: 0 5px;
  float: left;
}

/* line 985, ../sass/layout/_offer-detail.scss */

.expertise-detail-item {
  padding: 5px;
  border-bottom: 1px solid #E3E3E3;
}

/* line 988, ../sass/layout/_offer-detail.scss */

.expertise-detail-item p {
  font-weight: 700;
}

/* line 992, ../sass/layout/_offer-detail.scss */

.expertise-empty-info {
  margin: 10px 0 0 10px;
}

/* line 1, ../sass/layout/_offer-edit.scss */

.offer-edit-row {
  margin: 10px 0;
  overflow: hidden;
}

/* line 5, ../sass/layout/_offer-edit.scss */

.offer-edit-title {
  width: 180px;
  margin-left: 50px;
  float: left;
}

/* line 9, ../sass/layout/_offer-edit.scss */

.offer-edit-title label {
  font-weight: bold;
  display: block;
}

/* line 13, ../sass/layout/_offer-edit.scss */

.offer-edit-title span {
  margin-top: 5px;
  display: block;
}

/* line 17, ../sass/layout/_offer-edit.scss */

.offer-edit-title:first-child {
  margin-left: 0;
}

/* line 22, ../sass/layout/_offer-edit.scss */

.offer-edit-form h2 {
  border-bottom: 1px solid #ccc;
}

/* line 25, ../sass/layout/_offer-edit.scss */

.offer-edit-form fieldset {
  width: 630px;
  margin: 20px 0 0 0;
}

/* line 29, ../sass/layout/_offer-edit.scss */

.offer-edit-form li {
  width: 195px;
  padding: 5px 0 5px 14px;
  float: left;
}

/* line 35, ../sass/layout/_offer-edit.scss */

#vehicle_offer_description {
  width: 100%;
  height: 200px;
}

/* line 39, ../sass/layout/_offer-edit.scss */

.delete-all-photos {
  position: absolute;
  top: 4px;
  left: 420px;
  padding: 5px 10px;
  border-radius: 5px;
}

/* New Design */

/* line 49, ../sass/layout/_offer-edit.scss */

.constants-frame {
  width: 82px;
  padding: 0 10px;
  color: #7E8C8D;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #C9D2DD;
  text-align: center;
  float: left;
}

/* line 60, ../sass/layout/_offer-edit.scss */

.constants-frame:first-child {
  border-width: 1px;
}

/* line 63, ../sass/layout/_offer-edit.scss */

.constants-frame span {
  display: block;
}

/* line 67, ../sass/layout/_offer-edit.scss */

.cf-title {
  font-size: 14px;
  font-weight: bold;
  padding: 20px 0;
  border-bottom: 1px solid #C9D2DD;
}

/* line 75, ../sass/layout/_offer-edit.scss */

.cf-detail {
  font-size: 12px;
  padding: 10px 0;
}

/* line 80, ../sass/layout/_offer-edit.scss */

.changeable-frame {
  margin: 27px 0 0 25px;
  float: left;
}

/* line 83, ../sass/layout/_offer-edit.scss */

.changeable-frame .custom-sb {
  width: 200px;
  border: 1px solid #C9D2DD;
}

/* line 88, ../sass/layout/_offer-edit.scss */

.changeable-frame .block-label {
  color: #7E8C8D;
}

/* line 92, ../sass/layout/_offer-edit.scss */

.delete-photos {
  width: 100px;
  height: 34px;
  margin: 0 115px 20px 0;
  float: right;
}

/* line 99, ../sass/layout/_offer-edit.scss */

.more {
  text-decoration: underline;
  white-space: nowrap;
}

/* line 103, ../sass/layout/_offer-edit.scss */

.more:hover {
  color: #6FB00E;
  text-decoration: underline;
}

/* line 1, ../sass/layout/_member-detail.scss */

.back-to-offer {
  background: #fff;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
}

/* line 8, ../sass/layout/_member-detail.scss */

.member-offer-thumbnail {
  float: left;
}

/* line 10, ../sass/layout/_member-detail.scss */

.member-offer-thumbnail img {
  padding: 2px;
  border: 1px solid #ccc;
}

/* line 15, ../sass/layout/_member-detail.scss */

.member-offer-title {
  display: block;
}

/* line 18, ../sass/layout/_member-detail.scss */

.member-offer-detail {
  width: 520px;
  margin-left: 10px;
  line-height: 18px;
  float: left;
}

/* line 24, ../sass/layout/_member-detail.scss */

.member-detail-section {
  background: #fff;
  margin: 20px 0;
  padding: 0 10px 10px 10px;
  overflow: hidden;
}

/* line 29, ../sass/layout/_member-detail.scss */

.member-detail-section .member-info {
  float: right;
}

/* line 33, ../sass/layout/_member-detail.scss */

.member-detail-top {
  background: #fff;
  padding: 10px;
  overflow: hidden;
}

/* line 38, ../sass/layout/_member-detail.scss */

.member-detail-avatar {
  float: left;
}

/* line 40, ../sass/layout/_member-detail.scss */

.member-detail-avatar img {
  border: 1px solid #ccc;
}

/* line 44, ../sass/layout/_member-detail.scss */

.member-detail-block {
  width: 355px;
  margin-left: 10px;
  float: left;
}

/* line 49, ../sass/layout/_member-detail.scss */

.member-detail-name {
  font-size: 18px;
  line-height: 21px;
  height: 63px;
}

/* line 54, ../sass/layout/_member-detail.scss */

.member-location-icon {
  background-position: -379px 0;
  width: 16px;
  height: 16px;
}

/* line 58, ../sass/layout/_member-detail.scss */

.detail-info {
  margin-top: 5px;
  float: left;
}

/* line 62, ../sass/layout/_member-detail.scss */

.member-action-block {
  float: right;
}

/* line 64, ../sass/layout/_member-detail.scss */

.member-action-block a {
  background: #3d3d3d;
  color: #fff;
  border: 1px solid #444;
  padding: 5px;
  margin-top: 2px;
  display: block;
  cursor: pointer;
}

/* line 73, ../sass/layout/_member-detail.scss */

.member-action-block a:first-child {
  margin-top: 0;
}

/* line 76, ../sass/layout/_member-detail.scss */

.member-action-block a:hover {
  color: #96B00E;
}

/* line 78, ../sass/layout/_member-detail.scss */

.member-action-block a:hover .member-msg-icon {
  background-position: -113px -30px;
}

/* line 81, ../sass/layout/_member-detail.scss */

.member-action-block a:hover .member-offers-icon {
  background-position: -186px 0;
}

/* line 84, ../sass/layout/_member-detail.scss */

.member-action-block a:hover .member-follow-icon {
  background-position: -111px 0;
}

/* line 87, ../sass/layout/_member-detail.scss */

.member-action-block a:hover .member-unfollow-icon {
  background-position: -61px 0;
}

/* line 92, ../sass/layout/_member-detail.scss */

.member-action-block .member-follow-icon {
  background-position: -211px 0;
  width: 15px;
  height: 15px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.member-action-block .member-follow-icon:hover,
.member-action-block .member-follow-icon.member-follow-icon-hover {
  background-position: -111px 0;
}

/* line 95, ../sass/layout/_member-detail.scss */

.member-action-block .member-unfollow-icon {
  background-position: -161px 0;
  width: 15px;
  height: 15px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.member-action-block .member-unfollow-icon:hover,
.member-action-block .member-unfollow-icon.member-unfollow-icon-hover {
  background-position: -61px 0;
}

/* line 102, ../sass/layout/_member-detail.scss */

.member-msg-icon {
  background-position: -138px -30px;
  width: 15px;
  height: 11px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.member-msg-icon:hover,
.member-msg-icon.member-msg-icon-hover {
  background-position: -113px -30px;
}

/* line 105, ../sass/layout/_member-detail.scss */

.member-offers-icon {
  background-position: -136px 0;
  width: 15px;
  height: 15px;
}

/* line 59, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */

.member-offers-icon:hover,
.member-offers-icon.member-offers-icon-hover {
  background-position: -186px 0;
}

/* line 109, ../sass/layout/_member-detail.scss */

.member-detail-info {
  margin: 10px 0;
  border-top: 1px solid #ccc;
}

/* line 113, ../sass/layout/_member-detail.scss */

.member-detail-row {
  color: #666;
  padding: 10px 5px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

/* line 118, ../sass/layout/_member-detail.scss */

.member-detail-row span {
  width: 80px;
  font-weight: bold;
  float: left;
}

/* line 123, ../sass/layout/_member-detail.scss */

.member-detail-row p {
  font-size: 14px;
  line-height: 15px;
  float: left;
}

/* line 129, ../sass/layout/_member-detail.scss */

.member-type {
  font-weight: bold;
  color: #666;
  padding: 0 5px;
  float: left;
}

/* line 135, ../sass/layout/_member-detail.scss */

#member-map {
  height: 352px;
  margin-top: 15px;
  transform: none !important;
}

/* line 140, ../sass/layout/_member-detail.scss */

.new-offers {
  background: #fff;
}

/* line 2, ../sass/layout/_member-other-offers.scss */

.filter-form {
  background: #fff;
  height: auto;
  padding-bottom: 10px;
}

/* line 8, ../sass/layout/_member-other-offers.scss */

.row-single {
  margin: 10px 0 0 10px;
  float: left;
}

/* line 11, ../sass/layout/_member-other-offers.scss */

.row-single .small {
  width: 100px;
}

/* line 14, ../sass/layout/_member-other-offers.scss */

.row-single .medium {
  width: 160px;
}

/* line 18, ../sass/layout/_member-other-offers.scss */

select.half-width {
  width: 340px;
}

/* line 21, ../sass/layout/_member-other-offers.scss */

.submit-filter {
  padding: 2px 10px;
  margin: 10px 0 0 10px;
}

/* line 26, ../sass/layout/_member-other-offers.scss */

.offerlist-cards {
  margin-top: 15px;
  overflow: hidden;
}

/* line 30, ../sass/layout/_member-other-offers.scss */

.other-offers {
  margin-top: 10px;
}

/* line 33, ../sass/layout/_member-other-offers.scss */

.other-offer-item {
  background: #FFF;
  margin: 0 10px 23px 10px;
  padding: 10px;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  box-shadow: 0 1px 0 #F1F1F1;
  float: left;
}

/* line 41, ../sass/layout/_member-other-offers.scss */

.other-offer-item a {
  font-size: 14px;
  display: block;
}

/* line 46, ../sass/layout/_member-other-offers.scss */

.other-offer-thumbnail {
  border: 1px solid #ccc;
}

/* line 49, ../sass/layout/_member-other-offers.scss */

.other-offer-title {
  width: 208px;
  display: block;
}

/* line 54, ../sass/layout/_member-other-offers.scss */

.other-offer-features {
  font-size: 14px;
  color: #888;
  width: 208px;
  margin: 5px 0 10px 0;
  display: block;
}

/* line 62, ../sass/layout/_member-other-offers.scss */

.other-offer-price {
  font-size: 19px;
  color: #96B00E;
  float: right;
}

/* line 1, ../sass/layout/_compare.scss */

.compare-info {
  margin-top: 20px;
  padding: 0 10px;
  font-weight: bold;
}

/* line 6, ../sass/layout/_compare.scss */

.label-column {
  width: 190px;
  min-height: 14px;
  font-weight: bold;
  text-align: right;
  padding-bottom: 5px;
  border-bottom: 1px solid #E6E6E6;
  float: left;
}

/* line 14, ../sass/layout/_compare.scss */

.label-column.price {
  font-size: 18px;
}

/* line 19, ../sass/layout/_compare.scss */

.description-column-block {
  border-bottom: 1px solid #E6E6E6;
  overflow: hidden;
}

/* line 22, ../sass/layout/_compare.scss */

.description-column-block .description-column {
  border: none;
}

/* line 26, ../sass/layout/_compare.scss */

.description-column {
  width: 300px;
  margin-left: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #E6E6E6;
  min-height: 15px;
  float: left;
}

/* line 33, ../sass/layout/_compare.scss */

.description-column.price {
  font-size: 18px;
  color: #96B00E;
}

/* line 37, ../sass/layout/_compare.scss */

.description-column.image {
  border: none;
}

/* line 40, ../sass/layout/_compare.scss */

.description-column.title {
  min-height: 40px;
}

/* line 43, ../sass/layout/_compare.scss */

.description-column > div {
  padding: 5px 0;
  border-bottom: 1px solid #E6E6E6;
}

/* line 46, ../sass/layout/_compare.scss */

.description-column > div:hover {
  color: #96B00E;
}

/* line 49, ../sass/layout/_compare.scss */

.description-column > div span {
  width: 19px;
}

/* line 55, ../sass/layout/_compare.scss */

.compare-car-title {
  line-height: 20px;
}

/* line 58, ../sass/layout/_compare.scss */

.minus-icon {
  background-position: -239px -30px;
  width: 12px;
  height: 12px;
}

/* line 64, ../sass/layout/_compare.scss */

.compare-block {
  padding: 20px 0;
}

/* line 67, ../sass/layout/_compare.scss */

.compare-title {
  font-size: 18px;
  color: #1E5A96;
  margin-bottom: 10px;
}

/* line 72, ../sass/layout/_compare.scss */

.compare-count {
  float: left;
}

/* line 75, ../sass/layout/_compare.scss */

.compare-check-block {
  float: right;
}

/* line 78, ../sass/layout/_compare.scss */

.compare-checkbox {
  margin: 0 10px;
  display: inline-block;
}

/* line 81, ../sass/layout/_compare.scss */

.compare-checkbox input {
  margin-right: 5px;
}

/* line 85, ../sass/layout/_compare.scss */

.compare-label-block {
  padding-top: 253px;
  float: left;
}

/* line 89, ../sass/layout/_compare.scss */

.compare-offer-block {
  margin-top: 10px;
  overflow: hidden;
}

/* line 93, ../sass/layout/_compare.scss */

.compare-offer-card {
  width: 210px;
  margin-left: 10px;
  background: #fff;
  border: 1px solid #ccc;
  float: left;
}

/* line 100, ../sass/layout/_compare.scss */

.compare-detail-block {
  padding: 15px 10px;
}

/* line 103, ../sass/layout/_compare.scss */

.compare-offer-title {
  font-size: 12px;
  color: #000;
  height: 60px;
  margin-bottom: 10px;
}

/* line 109, ../sass/layout/_compare.scss */

.compare-row {
  font-size: 14px;
  color: #33495f;
  padding: 5px;
  border-top: 1px solid #e3e3e3;
}

/* line 114, ../sass/layout/_compare.scss */

.compare-row .price {
  font-size: 18px;
  color: #96AE26;
}

/* line 118, ../sass/layout/_compare.scss */

.compare-row .keycode {
  color: #f00;
}

/* line 121, ../sass/layout/_compare.scss */

.compare-row:first-child {
  border-top: none;
}

/* line 125, ../sass/layout/_compare.scss */

.compare-actions {
  padding: 0 5px;
}

/* line 127, ../sass/layout/_compare.scss */

.compare-actions .view-details {
  margin: 10px 0;
}

/* line 130, ../sass/layout/_compare.scss */

.compare-actions a {
  display: block;
}

/* line 1, ../sass/layout/_user-home-new.scss */

.private-menu {
  width: 200px;
  background: #fff;
  margin-top: 20px;
  float: left;
}

/* line 7, ../sass/layout/_user-home-new.scss */

.my-home-right {
  width: 765px;
  margin-top: 20px;
  float: right;
}

/* line 13, ../sass/layout/_user-home-new.scss */

.private-menu-item {
  font-size: 14px;
  background: #F1F1F1;
  position: relative;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #fff #E6E6E6 transparent #E6E6E6;
}

/* line 23, ../sass/layout/_user-home-new.scss */

.private-menu-item:first-child {
  border-color: #E6E6E6 #E6E6E6 transparent #E6E6E6;
}

/* line 27, ../sass/layout/_user-home-new.scss */

.private-menu-item.active {
  background: #666;
  border: none;
}

/* line 31, ../sass/layout/_user-home-new.scss */

.private-menu-item.active a {
  color: #fff;
}

/* line 34, ../sass/layout/_user-home-new.scss */

.private-menu-item.active .pointer {
  border-color: #fff transparent transparent transparent;
}

/* line 39, ../sass/layout/_user-home-new.scss */

.private-menu-item .pointer {
  position: absolute;
  top: 15px;
  right: 10px;
  border-width: 8px 6px 0 6px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
}

/* line 50, ../sass/layout/_user-home-new.scss */

.private-menu-item a {
  color: #777;
  padding: 10px 0 10px 20px;
  display: block;
}

/* line 56, ../sass/layout/_user-home-new.scss */

.sub-private-menu {
  font-size: 12px;
  display: none;
}

/* line 60, ../sass/layout/_user-home-new.scss */

.sub-private-menu .private-menu-item {
  font-size: 12px;
  background: #fff;
  border: none;
}

/* line 65, ../sass/layout/_user-home-new.scss */

.sub-private-menu .private-menu-item a {
  color: #777;
}

/* line 68, ../sass/layout/_user-home-new.scss */

.sub-private-menu .private-menu-item.active {
  font-weight: 700;
}

/* line 75, ../sass/layout/_user-home-new.scss */

.content-box {
  padding: 10px;
}

/* line 79, ../sass/layout/_user-home-new.scss */

.myhome-row {
  overflow: hidden;
}

/* line 82, ../sass/layout/_user-home-new.scss */

.my-home-widget {
  width: 176px;
  margin-left: 20px;
  padding: 10px;
  box-sizing: border-box;
  float: left;
}

/* line 89, ../sass/layout/_user-home-new.scss */

.my-home-widget:first-child {
  margin-left: 0;
}

/* line 93, ../sass/layout/_user-home-new.scss */

.mhw-title {
  font-size: 14px;
  margin-bottom: 5px;
}

/* line 97, ../sass/layout/_user-home-new.scss */

.mhw-username {
  line-height: 14px;
}

/* line 101, ../sass/layout/_user-home-new.scss */

.mhw-user {
  color: #2D66A8;
  margin-top: 16px;
  padding-top: 5px;
  border-top: 1px solid #E4E4E4;
}

/* line 107, ../sass/layout/_user-home-new.scss */

.mhw-user a {
  color: #2D66A8;
}

/* line 111, ../sass/layout/_user-home-new.scss */

.mhw-detail {
  width: 150px;
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  padding: 8px 20px 8px 8px;
  box-sizing: border-box;
}

/* line 119, ../sass/layout/_user-home-new.scss */

.mhw-detail i {
  float: left;
}

/* line 122, ../sass/layout/_user-home-new.scss */

.mhw-detail p {
  font-size: 32px;
  font-weight: 700;
  margin-top: 4px;
  line-height: 28px;
  color: #2D66A8;
  float: right;
}

/* line 133, ../sass/layout/_user-home-new.scss */

.mhw-car-icon {
  background-position: 0 -450px;
  width: 42px;
  height: 35px;
}

/* line 136, ../sass/layout/_user-home-new.scss */

.mhw-fav-icon {
  background-position: -264px -235px;
  width: 35px;
  height: 35px;
}

/* line 139, ../sass/layout/_user-home-new.scss */

.mhw-msg-icon {
  background-position: -120px -338px;
  width: 47px;
  height: 35px;
}

/* line 142, ../sass/layout/_user-home-new.scss */

.cumulative-stats-block {
  background: #fff;
  padding: 8px 3px;
  border-top: 1px solid #ddd;
  overflow: hidden;
}

/* line 148, ../sass/layout/_user-home-new.scss */

.offer-cumulative-stats {
  font-size: 14px;
  margin: 4px 5px 0 4px;
  float: left;
}

/* line 152, ../sass/layout/_user-home-new.scss */

.offer-cumulative-stats i {
  margin-right: 2px;
}

/* line 156, ../sass/layout/_user-home-new.scss */

.offer-cumulative-stats.offer {
  float: right;
}

/* line 160, ../sass/layout/_user-home-new.scss */

.mlo-item {
  padding: 10px;
}

/* line 165, ../sass/layout/_user-home-new.scss */

.mlo-item .selectbox-order {
  width: 130px;
  margin: 5px 0 0 0;
}

/* line 169, ../sass/layout/_user-home-new.scss */

.mlo-item .selectbox-submenu {
  width: 140px;
}

/* line 173, ../sass/layout/_user-home-new.scss */

.mlo-item-left {
  width: 600px;
  float: left;
}

/* line 177, ../sass/layout/_user-home-new.scss */

.mlo-item-title {
  font-size: 14px;
  color: #2D66A8;
}

/* line 181, ../sass/layout/_user-home-new.scss */

.mlo-item-details {
  margin-top: 15px;
}

/* line 184, ../sass/layout/_user-home-new.scss */

.mlo-item-details .thumb {
  position: relative;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  float: left;
}

/* line 190, ../sass/layout/_user-home-new.scss */

.mlo-item-details .thumb img {
  display: block;
}

/* line 194, ../sass/layout/_user-home-new.scss */

.mlo-item-details .thumb.ss {
  border: none;
}

/* line 199, ../sass/layout/_user-home-new.scss */

.mlo-detail-text {
  padding-left: 125px;
  color: #666;
}

/* line 203, ../sass/layout/_user-home-new.scss */

.mlo-detail-text p {
  margin-top: 5px;
}

/* line 206, ../sass/layout/_user-home-new.scss */

.mlo-detail-text p:first-child {
  margin-top: 0;
}

/* line 211, ../sass/layout/_user-home-new.scss */

.mlo-item-right {
  width: 140px;
  text-align: right;
  margin-top: 5px;
  float: right;
}

/* line 217, ../sass/layout/_user-home-new.scss */

.mlo-item-right .price {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-top: 10px;
}

/* line 226, ../sass/layout/_user-home-new.scss */

.deleted-price {
  text-decoration: line-through;
  display: block;
}

/* line 231, ../sass/layout/_user-home-new.scss */

.mlo-item-doping {
  font-weight: 600;
  color: #2D66A8;
  margin-top: 10px;
  display: inline-block;
}

/* line 237, ../sass/layout/_user-home-new.scss */

.widget-block {
  width: 350px;
  padding: 10px;
}

/* line 241, ../sass/layout/_user-home-new.scss */

.favorite-widget-item {
  width: 110px;
  height: 108px;
  margin-left: 10px;
  float: left;
}

/* line 247, ../sass/layout/_user-home-new.scss */

.favorite-widget-item:first-child {
  margin-left: 0;
}

/* line 254, ../sass/layout/_user-home-new.scss */

.myhome-search-item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e4e4e4;
  position: relative;
  display: block;
}

/* line 261, ../sass/layout/_user-home-new.scss */

.myhome-search-item:first-child {
  margin-top: 5px;
  padding-top: 0;
  border-top: none;
}

/* line 267, ../sass/layout/_user-home-new.scss */

.myhome-search-item .title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

/* line 274, ../sass/layout/_user-home-new.scss */

.myhome-search-item p {
  padding-left: 55px;
}

/* line 278, ../sass/layout/_user-home-new.scss */

.myhome-search-icon {
  background-position: -428px -283px;
  width: 40px;
  height: 38px;
  position: absolute;
  left: 0;
}

/* line 285, ../sass/layout/_user-home-new.scss */

.sys-bg {
  background: url("/images/sys-bg.jpg") no-repeat;
  width: 770px;
  height: 486px;
  margin: 30px auto 0;
  text-align: center;
  overflow: hidden;
}

/* line 292, ../sass/layout/_user-home-new.scss */

.sys-bg p {
  margin-top: 40px;
  font-size: 16px;
}

/* line 297, ../sass/layout/_user-home-new.scss */

.sys-title {
  font-size: 42px;
  margin-top: 90px;
}

/* line 301, ../sass/layout/_user-home-new.scss */

.sys-subtitle {
  font-size: 22px;
  font-weight: 100;
  line-height: 30px;
  margin-top: 30px;
}

/* line 309, ../sass/layout/_user-home-new.scss */

.sys-tel {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  padding: 20px;
  display: inline-block;
}

/* line 322, ../sass/layout/_user-home-new.scss */

#special-offer ul {
  list-style: square;
  padding: 10px 10px 0 10px;
}

/* line 327, ../sass/layout/_user-home-new.scss */

.filter-row {
  margin-bottom: 10px;
  overflow: hidden;
}

/* line 331, ../sass/layout/_user-home-new.scss */

.filter-block {
  width: 365px;
}

/* line 334, ../sass/layout/_user-home-new.scss */

.filter-input-box {
  width: 110px;
}

/* line 338, ../sass/layout/_user-home-new.scss */

.filter-input-box.wide {
  width: 300px;
}

/* line 342, ../sass/layout/_user-home-new.scss */

.filter-label {
  width: 62px;
}

/* line 346, ../sass/layout/_user-home-new.scss */

.submit-filter-btn,
.change-offers-status,
.refresh-offers {
  background: #ACACAC;
  height: 30px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border: none;
  margin: 3px 0 0 10px;
  padding: 0 10px;
  float: right;
}

/* line 358, ../sass/layout/_user-home-new.scss */

.check-status[disabled] {
  opacity: 0.6;
}

/* line 363, ../sass/layout/_user-home-new.scss */

select.check-status[disabled] {
  opacity: 0;
}

/* line 367, ../sass/layout/_user-home-new.scss */

.mlo-item-block {
  margin-top: 10px;
}

/* line 370, ../sass/layout/_user-home-new.scss */

.mlo-item-block:first-child {
  margin-top: 0;
}

/* line 374, ../sass/layout/_user-home-new.scss */

.myoffers-top {
  margin: 10px 0 15px 0;
  padding: 0 10px;
}

/* line 381, ../sass/layout/_user-home-new.scss */

.change-offers-status {
  float: none;
}

/* line 385, ../sass/layout/_user-home-new.scss */

.refresh-offers {
  float: none;
}

/* line 389, ../sass/layout/_user-home-new.scss */

.custom-checkbox-icon {
  background-position: 0 -194px;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
}

/* line 394, ../sass/layout/_user-home-new.scss */

.active .custom-checkbox-icon {
  background-position: -587px -30px;
  width: 18px;
  height: 18px;
}

/* line 400, ../sass/layout/_user-home-new.scss */

.handbill-options {
  width: 134px;
  background: #fff;
  position: absolute;
  z-index: 1;
  right: -10px;
  box-shadow: 0 0 3px #B9B9B9;
  display: none;
}

/* line 408, ../sass/layout/_user-home-new.scss */

.handbill-options a {
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  display: block;
}

/* line 414, ../sass/layout/_user-home-new.scss */

.add-note-input {
  width: 100%;
  margin-top: 10px;
}

/* line 418, ../sass/layout/_user-home-new.scss */

.add-note-input textarea {
  height: 100px;
}

/* line 422, ../sass/layout/_user-home-new.scss */

.offer-note-block {
  width: 100%;
  margin-top: 5px;
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
  display: inline-block;
}

/* line 429, ../sass/layout/_user-home-new.scss */

.offer-note-line {
  width: 670px;
  color: #333;
  float: left;
}

/* line 434, ../sass/layout/_user-home-new.scss */

.delete-note {
  font-weight: 600;
  float: right;
  cursor: pointer;
}

/* line 439, ../sass/layout/_user-home-new.scss */

.offer-list-badge {
  -moz-transform: rotate(-41deg);
  -ms-transform: rotate(-41deg);
  -webkit-transform: rotate(-41deg);
  transform: rotate(-41deg);
  color: #fff;
  position: absolute;
  top: -8px;
  left: -17px;
  width: 58px;
  padding-top: 15px;
  text-align: center;
}

/* line 449, ../sass/layout/_user-home-new.scss */

.offer-list-badge.rental {
  background: #F95755;
}

/* line 452, ../sass/layout/_user-home-new.scss */

.offer-list-badge.sale {
  background: #64C328;
}

/* line 456, ../sass/layout/_user-home-new.scss */

.exclamation-icon {
  background-position: -65px -60px;
  width: 14px;
  height: 14px;
  display: inline-block;
}

/* line 460, ../sass/layout/_user-home-new.scss */

.statictic-report-block {
  display: none;
}

/* line 463, ../sass/layout/_user-home-new.scss */

.statictic-report-block.index {
  margin-top: 20px;
  display: block;
}

/* line 468, ../sass/layout/_user-home-new.scss */

.statictic-report-block h2 {
  font-size: 14px;
  font-weight: 700;
  color: #2D66A8;
}

/* line 476, ../sass/layout/_user-home-new.scss */

.statistic-widget-content {
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
}

/* line 481, ../sass/layout/_user-home-new.scss */

.mlo-detail-stats {
  margin-top: 6px;
  color: #777;
}

/* line 489, ../sass/layout/_user-home-new.scss */

.get-photo-doping {
  margin-top: 10px;
  padding: 5px 10px;
}

/* line 494, ../sass/layout/_user-home-new.scss */

.premium-doping-popup {
  width: 760px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -380px;
  z-index: 1000002;
  display: none;
}

/* line 503, ../sass/layout/_user-home-new.scss */

.pdp-item {
  background: #fff;
  width: 380px;
  padding: 20px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/* line 512, ../sass/layout/_user-home-new.scss */

.pdp-item.photo {
  text-align: center;
  border-top: 5px solid #FF9701;
}

/* line 516, ../sass/layout/_user-home-new.scss */

.pdp-item.photo.hidden {
  display: none;
}

/* line 520, ../sass/layout/_user-home-new.scss */

.pdp-item.photo h2 {
  font-size: 22px;
  font-weight: 700;
  color: #FF9701;
  border-bottom: 1px solid #D8D8D8;
}

/* line 528, ../sass/layout/_user-home-new.scss */

.pdp-item.photo .pdp-price {
  color: #FF9701;
}

/* line 532, ../sass/layout/_user-home-new.scss */

.pdp-item.premium {
  border-top: 5px solid #64C328;
  box-shadow: 2px 0 14px 0 #000;
}

/* line 536, ../sass/layout/_user-home-new.scss */

.pdp-item.premium h2 {
  font-size: 32px;
  font-weight: 700;
  color: #64C328;
  text-align: center;
}

/* line 544, ../sass/layout/_user-home-new.scss */

.pdp-item.premium .pdp-price {
  color: #64C328;
  text-align: center;
}

/* line 550, ../sass/layout/_user-home-new.scss */

.pdp-badge {
  background: #64C328;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 7px 40px;
  position: absolute;
  top: -19px;
  left: -10px;
}

/* line 562, ../sass/layout/_user-home-new.scss */

.pdp-thumb {
  margin-top: 20px;
}

/* line 565, ../sass/layout/_user-home-new.scss */

.pdp-price {
  font-size: 26px;
  font-weight: 600;
}

/* line 571, ../sass/layout/_user-home-new.scss */

.pdp-text {
  margin-top: 5px;
  text-align: left;
}

/* line 575, ../sass/layout/_user-home-new.scss */

.get-list-photo {
  font-size: 16px;
  background: #FC9500;
  width: 270px;
  height: 50px;
  color: #fff;
  margin-top: 30px;
  border: none;
}

/* line 584, ../sass/layout/_user-home-new.scss */

.pdp-price-old {
  font-size: 20px;
  font-weight: 600;
  color: #C2C2C2;
  text-decoration: line-through;
  text-align: center;
}

/* line 593, ../sass/layout/_user-home-new.scss */

.pdp-doping-info {
  font-size: 14px;
  margin: 10px 0;
  color: #64C328;
}

/* line 598, ../sass/layout/_user-home-new.scss */

.premium-advantages {
  background: #eee;
  margin: 15px 0;
  padding: 15px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}

/* line 608, ../sass/layout/_user-home-new.scss */

.pa-item {
  margin-top: 15px;
  position: relative;
}

/* line 612, ../sass/layout/_user-home-new.scss */

.pa-item:first-child {
  margin-top: 0;
}

/* line 615, ../sass/layout/_user-home-new.scss */