body {
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    font-size: 13px;
    line-height: 18px;
    font-family: "Arial", sans-serif;
    overflow-y: scroll;

    /**
     * Fonts appear heavier than normal on some versions of mac OS,
     * this makes them the same as the other OSs
     */
    -webkit-font-smoothing: antialiased;
}

a {
    color: #004DDA;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#header,
#menu,
#actions
#main,
#footer,
#mega_dropdown_menu {
    overflow: visible;
}

#header {
    height: 107px;
}

/* Handling the cases where the header is stuck to the top of the page on scroll */
#header.sticky {
    width: 100%;
    /*
        This is set to 30 to avoid colisions with the category tree on the search
        results page. It has a hack to set it's z-index to the maximum number of
        parent categories in the tree + 20.
        {@see SearchSidebar.inc.php}
    */
    z-index: 1001;
}

#header.shadowed {
    border-bottom: 1px solid #ddd;
    box-shadow:  0px 3px 3px rgba(51, 51, 51, 0.2);
}

#menu {
    height: 54px;
}

#actions {
    height: 68px;
    overflow: visible;
}

#main {
    border-top: 1px solid #fbfbfb;
    padding-bottom: 35px;
    overflow: visible;
    position: relative;
}

#footer {
    border-top: 1px solid #e3e3e3;
}

#header > .centered-content,
#menu > .centered-content,
#actions > .centered-content,
#main > .centered-content,
#footer > .centered-content,
#mega_dropdown_menu > .centered-content,
#system-messages-holder > .centered-content {
    width: 980px;
    margin: 0 auto;
}

#header,
#header > .centered-content {
    background-color: white;
}

#menu,
#menu > .centered-content {
    background-color: #607183;
}

#actions,
#actions > .centered-content {
    background-color: #e6e6e6;
}

#main {
    background-color: #f6f6f6;
}

#header > .centered-content {
    position: relative;
    overflow: visible;
}

#footer,
#footer > .centered-content {
    background-color: #ededed;
}

#header > .centered-content {
    padding-top: 29px;
    padding-bottom: 28px;
    color: #777;
}

#menu > .centered-content {
    overflow: hidden;
}

#actions > .centered-content {
    overflow: hidden;
    font-size: 15px;
    line-height: 1;
}

#main > .centered-content {
    padding-top: 20px;
    padding-bottom: 50px;
    color: #333;
}

#footer > .centered-content {
    padding-top: 20px;
    padding-bottom: 100px;
    color: #525252;
}


body.takeover #main {
    border-top: none;
}

body.takeover #footer {
    border-top: none;
}

body.takeover #footer > .centered-content {
    border-top: 1px solid #e3e3e3;
}

body.takeover #main {
    background-color: #fff;
}

/*
    Had to expand the with of the following in order to line up the main content
 */

body.takeover #main {
    width: 980px;
    margin: 0 auto;
    cursor: default;
}

/* End Takeovers */

#overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1 !important;
    background-color: #fff;
}

#header-logo {
    /*background: url(../../../i/layout/logo-new.png) no-repeat;*/
    background: url(../../../i/layout/header-logo.svg) center left no-repeat;
    float: left;
    height: 47px;
    margin-top: 1px;
    text-indent: -9999px;
    width: 210px;
}


/* Adtype Navigation */

ul#adtype-nav {
    border: 1px solid #d7dbde;
    color: #525252;
    float: left;
    font-size: 14px;
    height: 55px;
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0;
    position: relative;
    top: -4px;
}
.logged-out ul#adtype-nav {
    top: 0;
}
ul#adtype-nav li {
    float: left;
}
ul#adtype-nav li.ads {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
ul#adtype-nav li.motors {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
ul#adtype-nav li a {
    color: #555;
    display: block;
    padding: 19px 0 18px 0;
    text-decoration: none;
}
ul#adtype-nav li:hover {
    background: #f9f9f9;
}
ul#adtype-nav li a span {
    padding: 1px 20px 2px 20px;
}

ul#adtype-nav.ads li.ads,
ul#adtype-nav.jobs li.jobs,
ul#adtype-nav.motors li.motors {
    background: #f2f2f2;
    font-weight: bold;
}

ul#adtype-nav li.jobs {
    border-left: 1px solid #dddee0;
    border-right: 1px solid #dddee0;
}
ul#adtype-nav.motors li.jobs {
    border-left: 0;
}
ul#adtype-nav.ads li.jobs {
    border-right: 0;
}
ul#adtype-nav.cars li.jobs {
    border-left: 0;
}

ul#adtype-nav li.jobs a span {
    border-left: 1px solid #dddee0;
    border-right: 1px solid #dddee0;
}
ul#adtype-nav.ads li.jobs a span {
    border-left: 0;
}
ul#adtype-nav.jobs li.jobs a span {
    border-left: 0;
    border-right: 0;
}
ul#adtype-nav.motors li.jobs a span {
    border-right: 0;
}
ul#adtype-nav.motors li.ads a span {
    border-right: 0;
}


#header-links {
    float: right;
    margin: 13px 0 0;
    padding: 0;
    list-style: none;
    max-width: 417px;
}

#header-links li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #d7dbde;
}

#header-links li:last-child {
    border-right: none;
    padding: 0 11px 0 10px;
}

.logged-out .sign-in  {
    background: #f2f2f2;
    height: 33px;
    float: right;
    border: 1px solid #d7dbde;
    padding: 11px 15px;
}

.logged-out .sign-in .hook_text {
    line-height: 30px;
    position: relative;
    top: 2px;
}

.logged-out .sign-in .hook_text strong {
    color: #000;
}

.logged-out .sign-in a {
    color: #555;
    font-size: 13px;
    font-weight: bold;
}

.logged-out .sign-in .signup_btn,
.logged-out .sign-in .log_in_btn {
    margin-left: 10px;
    padding: 2px 0 2px 13px;
    vertical-align: middle;
    position: relative;
    top: 0px;
}

.logged-out .sign-in .signup_btn {
    margin-left: 4px;
}

.logged-out .sign-in .log_in_btn {
    padding-left: 11px;
}

.logged-out .sign-in .base_action_button {
    color: #FFF;
    display: inline;
    padding: 9px 18px 9px 19px;
    margin-left: 12px;
    font-weight: bold;
    text-shadow: none;
    font-size: 13px;
}

.logged-out .sign-in .header-banner {
    width: 196px;
    height: 20px;
    position: relative;
    top: 8px;
    padding-left: 10px;
    float: left;
    margin-right: 15px;
}

.logged-out #header-logo {
    position: relative;
    top: 4px;
}

#header .base_action_button .icon-plus {
    font-size: 10px;
}

body.logged-out #header > .centered-content {
    padding-top: 25px;
    padding-bottom: 0;
}

#header-links a {
    color: #525252;
}

#header-links a:hover {
    color: #000;
    text-decoration: underline;
}

#header-links .handle {
    display: inline-block;
    float: left;
    font-weight: bold;
    margin-right: 4px;
    overflow: hidden;
    text-align: right;
    max-width: 149px;
    max-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#header-links #header_notification {
    border: 1px solid #d7dbde;
    background-color: #f6f6f6;
    color: #003432;
    padding: 3px 7px;
    margin-left: 2px
}

#header-links #header_notification:hover {
    text-decoration: none;
}

#header-links #header_notification.unread {
    font-weight: bold;
    color: #e32424;
}

#header #header-links {
    font-size: 13px;
    line-height: 23px;
}

.light-header #header {
    border-bottom: 1px solid #E3E3E3;
}

body.light-header #main {
    margin-top: 44px;
    border: 1px solid #dfdfdf;
}

#menu-left, #menu-right {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

#menu-left {
    float: left;
}

#menu-right {
    float: right;
    border-left: 1px solid #8393A0;
}

#menu-left li,
#menu-right li {
    float: left;
}

#menu-left li {
    font-size: 17px;
    line-height: 20px;
}

#menu-right li {
    font-size: 15px;
    line-height: 18px;
}

#menu-left li > a,
#menu-left li > span,
#menu-right li > a {
    padding: 0 19px;
    line-height: 54px;
    vertical-align: middle;
    text-decoration: none;
}

#menu-right li > a {
    padding: 0 21px;
}

#menu-left li > a:hover,
#menu-left li > span:hover,
#menu-right li > a:hover,
#menu-left li > a:focus,
#menu-left li > span:focus,
#menu-right li > a:focus {
    outline: none;
    background: #536879;
}

#menu-left li .browse {
    padding-right: 8px;
}

#menu-left li > a,
#menu-left li > span,
#menu-right li .shops {
    border-left: 1px solid #8393a0;
}

#menu-right li a, #menu-left li .sell {
    border-right:  1px solid #8393a0;
}

#menu li > a,
#menu-left li > span {
    color: white;
    display: inline-block;
}

#menu-right a.shops {
    padding: 0 20px;
}

#mega_dropdown_menu {
    top: -10px;
    position: relative;
    padding: 0;
    width: 208px;
    height: 400px;
    display: none;
}

#mega_dropdown_positioning {
    background: #fff;
    position: absolute;
    z-index: 1000;
    line-height: 16px;
    margin-top: 54px;
    width: 208px;
    z-index: 99999999;
    top: -2px;

    font-size: 16px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;

    line-height: 26px;

    box-shadow:  3px 3px 3px rgba(51, 51, 51, 0.2);

}

#mega_dropdown_menu.open {
    display: block;
}

#mega_dropdown_menu ul {
    width: 229px;
    float: left;
    margin: 0;
    color: #333;
    font-size: 13px;
    padding: 18px 0px 28px 0px;
}

#mega_dropdown_menu li {
    display: block;
    padding: 12px 0px 11px 20px;
    width: 188px !important;
    height: 26px !important;
    z-index: 1003 !important;
    cursor: default;
}

#mega_dropdown_menu li:hover {
    background-color: #f2f2f2;
    font-weight: bold;
}

#mega_dropdown_menu li a:hover {
    color: #000;
    text-decoration: none;
}

#mega_dropdown_menu .maintainHover {
    color: black;
    background-color: #f6f6f6;
    font-weight: bold;
}

#mega_dropdown_menu .bottom-border {
    border-bottom: 1px solid #e4e4e4;
}

#mega_dropdown_menu li a {
    color: #000;
    font-size: 14px;
}

#mega_dropdown_menu .main-categories-list {
    padding: 0;
    top: 14px;
    position: absolute;
    left: 208px;
    box-shadow:  3px 3px 3px rgba(51, 51, 51, 0.2);
    padding: 25px 0px 16px 0px;
    border: 1px solid #ccc;
    border-left: 1px solid #e4e4e4;
    width: auto;
    display: none;
    background-color: white;
    height: 286px;
    line-height: 17px;
    margin-bottom: 1px;
    width: 767px;
    cursor: default;
}

#mega_dropdown_menu .border-crop-box {
    position: absolute;
    width: 3px;
    height: 33px;
    background-color: #fff;
    left: 254px;
    top: 27px;
    z-index: 9;
    display: block;
}

#mega_dropdown_menu .column-count-2 {
    width: 511px !important;
}

#mega_dropdown_menu .column-count-1 {
    width: 256px !important;
}

#mega_dropdown_menu .main-categories-list a {
    color: #525252;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    display: block;
    margin-bottom: 4px;
}

#mega_dropdown_menu .main-categories-list #category-column .empty-row {
    font-size: 13px;
    display: block;
    margin-bottom: 4px;
}

#mega_dropdown_menu .main-categories-list a:hover {
    text-decoration: underline;
    color: #004DDA;
}

#mega_dropdown_menu .main-categories-list h3 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin:0;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 12px;
}

#mega_dropdown_menu .main-categories-list .single-header {
    margin-bottom: 19px;
}

#mega_dropdown_menu .main-categories-list .category-column {
    clear: both;
    display: inline-block;
    border-right: 1px solid #eee;
    width: 234px;
    top: 0px;
    padding-left: 20px;
    padding-right: 0px;
    margin: 0;
    vertical-align: top;
    margin-left: -3px;
    min-height: 277px;
}

#mega_dropdown_menu .main-categories-list .category-column:first-of-type {
    margin-left: 0px;
}

#mega_dropdown_menu .main-categories-list .category-column:last-of-type {
    border-right: none !important;

}

#mega_dropdown_menu .main-categories-list .category-column .view-all {
    color: #999;
    padding-bottom: -6px;
    margin-bottom: 6px;
}

#mega_dropdown_menu .main-categories-list .category-column .view-all:hover {
    color: #004DDA;
}

#mega_dropdown_menu .main-categories-list .category-column .no-heading {
    padding-top: 31px;
}

#mega_dropdown_menu .main-categories-list .category-block {
    margin-bottom: 14px;
}

#mega_dropdown_menu .main-categories-list .category-block:last-of-type {
    margin-bottom: 0px;
}

#mega_dropdown_menu .main-categories-list .category-block a h3:hover {
    text-decoration: underline;
    color: #004DDA;
}

#category-block a:last-of-type {
    line-height: 12px;
}

#actions #search-select {
    float: left;
    width: 208px;
    margin: 12px 22px 15px 0;
    position: relative;
    padding: 0;
}

#actions #search-select .hovering {
    display: block;
}

#actions #search-submit {
    float: left;
    width: 119px;
    padding: 3px;
    height: 30px;
}

#actions #search-submit input {
    height: 34px;
    width: 100%;
    font-size: 13px;
    /* Hack to move the text up */
    line-height: 14px;
}

#actions #search-submit input:-webkit-autofill {
    /* Prevent autofil styling in chrome */
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-color: white !important;
}

#actions #search-submit input:-webkit-autofill:hover {
    /* Prevent autofil styling in chrome */
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-color: white !important;
}

#actions #search-submit input:-webkit-autofill:focus {
    /* Prevent autofil styling in chrome */
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-color: white !important;
}

#actions #search-submit input:-webkit-autofill:active {
    /* Prevent autofil styling in chrome */
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-color: white !important;
}

#search-submit .base_action_button {
    margin: 0;
    text-shadow: none;
}

#search-form-area {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1002;
}

.focused {
    border-top: 1px solid #525252 !important;
    border-bottom: 1px solid #525252 !important;
}

#action #search-field .focused {
    border: 1px solid #525252 !important;
    border-left: 1px solid #525252 !important;
    border-right: 0 !important;
}

.customSelectInner {
    /*
        Hide the default span created by the CustomSelect Jquery library
    */
    display: none;
}

#actions #dropdown-selected-text {
    position: absolute;
    top: 8px;
    border-left: 1px solid #ccc;
    padding: 6px 5px 3px 16px;
    margin-left: 8px;
    white-space: nowrap;
    z-index: 0;
    background-color: transparent;
    background-image: none;
    right: 37px;
    font-size: 13px !important;
    margin-top: 2px;
    color: #777 !important;
}

#actions #refine-cats .arrow_down {
    background: url(../../../i/layout/dropdown_arrow_light_grey.png) no-repeat;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 20px;
    right: 21px;
    /*
        This makes the 'text' unselectable
     */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#actions #refine-cats {
    position: absolute;
    float: right;
    right: 40px;
    margin-top: 12px;
    height: 42px;
    /* This width should be wide enough for the longest category name */
    width: 380px;
    background: none;
    background-color: none;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.styled-select {
    z-index: 5;
    background: none;
    background-image: url(../../../i/layout/transparent.png);
    height: 80%;
    width: 100%;
    border-left: none;
    font-size: 13px !important;
    /* Let the page load before this displays */
    display: none;
}

.noselect, .unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#actions input[type=text] {
    background-color: white;
}

#actions input {
    border: 1px solid #d2d2d2;
    border-right: none;
    font-size: 15px;
    line-height: 1;
}

.search_submit_button {
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 16px;
    right: 0px;
    background-color: #525252;
    padding: 13px 14px 13px 14px;
    cursor: pointer;

    border: 1px solid #525252;

    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;

    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;

    margin-top: 12px;

}

.search_submit_button:hover {
    background-color: #424242;
}

#actions .search_icon {
    width : 18px;
    height: 18px;
    background-image: url(../../../i/icons/search_icon.png);
}

/*
    This handles styling the select on the navigation bar

    The idea is that the select itself is there, but transparent. This pseudo_select
    sits on top of the real select and gets all the styling.
 */
#search-select .pseudo_select {
    position: absolute;
    height: 29px;
    width: 167px;

    top: 0px;
    left: 0px;

    color: #525252;
    border: 1px solid #CCC;

    padding: 13px 30px 0 11px;

    float: left;

    text-shadow: #FFF 1px  1px  1px ;
    font-weight: bold;

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;

    background-color:#fefefe;
    background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
    background-image: -moz-linear-gradient(top, #ffffff, #efefef);
    background-image: -ms-linear-gradient(top, #ffffff, #efefef);
    background-image: -o-linear-gradient(top, #ffffff, #efefef);
    background-image: linear-gradient(top, #ffffff, #efefef);
    -pie-background: linear-gradient(top, #ffffff, #efefef);

    font-size: 16px;

    cursor: default;

}

#search-select .mouse-over {
    color: #343434;
    background: none;
    background-color: white !important;
    box-shadow:  3px 3px 3px rgba(51, 51, 51, 0.2);
}

#search-select .pseudo_select .text {
    display: inline-block;
    margin-left: 4px;
    margin-top: 1px;
}

#search-select .pseudo_select .arrow_down {
    background: url(../../../i/layout/dropdown_arrow.png) no-repeat;
    width: 10px;
    height: 5px;
    display: inline-block;

    position: absolute;
    top: 20px;
    right: 19px;

    /*
        This makes the 'text' unselectable
     */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#actions #search-field {
    display:inline-block;
    width: 710px;
    float: left;
    margin-top: 12px;
    background-color: white;
    z-index: -1;
    border: none;
    height: 44px !important;
    padding: 0;

    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -khtml-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;

    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -khtml-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
}

#actions #search-field input {
    outline: none;
    position: relative;
    height: 41px;
    width: 385px;
    padding: 1px 20px 0px 20px;

    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -khtml-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;

    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -khtml-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;

    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 40px;
    z-index: 9;

    background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0,0%,100%,0)), to(hsla(0,0%,100%,0)));
    background-image:-webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));

    border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -khtml-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;

    border-top-right-radius: 0;
    -webkit-top-bottom-right-radius: 0;
    -khtml-top-bottom-right-radius: 0;
    -moz-top-bottom-right-radius: 0;
}

#actions #search-field input:focus {
    border:1px solid #525252;
    border-right:0;
    outline:none;
}

#footer a {
    color: #888;
}

#footer a:hover {
    color: #333;
}

#footer .help-section {
    font-size: 13px;
    line-height: 18px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
}

#footer .help-section div.column {
    float: left;
    width: 238px;
    margin-right: 20px;
    margin-bottom: 30px;
}

#footer .help-section div.column.join {
    width: 205px;
    margin-right: 0;
}

#footer .help-section h3 {
    width: 205px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 11px;
    color: #777;
}

#footer .help-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .help-section ul li {
    margin-bottom: 3px;
}

#footer .help-section div.join ul li {
    margin-bottom: 4px;
    line-height: 22px;
}
#footer .help-section div.join ul li .soc-icon {
    width: 15px;
    color: gray;
    fill: gray;
}

#footer .help-section div.join ul li.support {
    background-position: 0 -88px;
}

#footer ul#footer-links {
    display: inline-block;
    color: #525252;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1;
    text-align: right;
    float: right;
}

#footer ul#footer-links li {
    float: left;
    padding: 0 6px;
    border-right: 1px solid #bababa;
}

#footer ul#footer-links li.copyright,
#footer ul#footer-links li.contact {
    padding-right: 0;
    border-right: none;
}

#footer .copyright {
    display: inline-block;
    padding-left: 0;
    float: left;
    color: #aaa;
    line-height: 12px;
    font-size: 12px;
}

/*
    Floating box pages

    These are pages whereby the content of the page is in a small white box seperated
    from the main page with no other content on the page.

    Typically these go hand in hand with the light header pages and in the future
    if all light header pages are of this kind these could be rolled into one entity
 */
body.floating_box_page #main {
    background: none;
    border: none;
    margin-top: 0;
}

/**
 * Large Tooltips
 */
.tooltip_large{
    background: url(../../../i/tooltip_large_sprite.png) 0 -35px no-repeat;
    padding-top: 8px;
}
.tooltip .content,
.tooltip_large .content {
    font-size: 11px;
    line-height: 13px;
    color: #525252;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f3ee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f3ee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f3ee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f6f3ee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f6f3ee 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#f6f3ee 100%); /* W3C */
}
.tooltip_large .content{
    padding: 4px 13px 2px;
    width: 200px;
    border-left: 2px solid #d9d7d7;
    border-right: 3px solid #d9d7d7;
}
.tooltip_large .heading{
    font-size: 13px;
    font-weight: bold;
    color: #333;
}
.tooltip_large p{
    margin: 4px 0 0 0;
}
.tooltip_large .footer_shim{
    background: url(../../../i/tooltip_large_sprite.png) 0 0 no-repeat;
    height: 35px;
    width: 232px;
    margin: 0;
}

.tooltip_large.right_side {
    background-image: url(../../../i/tooltip_large_sprite_flipped.png);
}

.tooltip_large.right_side .footer_shim {
    background-image: url(../../../i/tooltip_large_sprite_flipped.png);
}

.tooltip_large.right_side .content {
    margin-left: 1px;
    border-left-width: 3px;
    border-right-width: 2px;
}

.credits-top #credits-tooltip {
    cursor: pointer;
    margin-bottom: -7px;
}

.tooltip-text {
    text-align:left;
    font-size:12px;
}
.tooltip-text .title {
    font-weight: bold;
}

.tooltip_holder .tooltip{
    vertical-align: middle;
    display: inline;
    cursor: pointer;
}

.tooltip {
    position: relative;
}
.tooltip p{
    margin: 0;
}
.tooltip .content{
    border: 3px solid #d9d7d7;
    border-left-width: 2px;
    border-top: 0;
    border-bottom: 0;
    padding: 0 8px;
    margin-top: -2px;
}
/* Buttons */
.sprite-btn{
    display: inline-block;
    height: 34px;
    vertical-align: middle;
}

.hide_text,
.image_button,
.sprite-btn {
    line-height: 0;
    font-size: 0;
    text-indent: -1000px;
}

.image_button,
.sprite-btn {
    border: none;
    cursor: pointer;
    padding: 0;
    background-position: 0 -34px;
}
.image_button{
    text-indent: -1000px;
}
.sprite-btn.changes {
    background: url(../../../i/btn-change-sprite.png) 0 -34px no-repeat;
    width: 108px;
}
.sprite-btn.apply_for_job {
    background: url(../../../i/btn_apply_for_job.png) 0 -34px no-repeat;
    width: 143px;
}
.sprite-btn.save {
    background: url(../../../i/btn_save.png) 0 -34px no-repeat;
    width: 62px;
}
.sprite-btn.cancel {
    background: url(../../../i/btn_cancel.png) 0 -34px no-repeat;
    width: 77px;
}

.btn_save_changes{
    background: url(../../../i/btn-savechanges-sprite.png) 0 -34px no-repeat;
    width: 117px;
    height: 34px;
}

#bottom_email_alert .sprite-btn.email_alert {
    margin: 10px 0px 33px;
}

.sprite-btn.email_alert:hover {
    background-position: 0 -37px;
}

.sprite-btn.add_new_job {
    background: url(../../../i/buttons/add_new_job_btn_sprite.png) 0 -49px no-repeat;
    width: 172px;
    height: 49px;
    margin-top: 6px;
}

.emp_dash_add_new.sprite-btn.add_new_job {
    margin-top: 0px;
}

.sprite-btn.magnify_glass {
    background: url(../../../i/buttons/magnify_glass.png) 0 0 no-repeat;
    width: 36px;
    height: 34px;
}

.sprite-btn.accept-btn,
.sprite-btn.reject-btn,
.sprite-btn.send-pm-btn,
.sprite-btn.report-comment-btn,
.sprite-btn.sm-reply-btn {
    height: 28px;
}

.sprite-btn.accept-btn {
    background: url(../../../i/buttons/accept_offer_btn2.png) 0 0 no-repeat;
    width: 73px;
    margin-right: 20px;
}

.sprite-btn.reject-btn {
    background: url(../../../i/buttons/reject_offer_btn1.png) 0 0 no-repeat;
    width: 75px;
    margin-right: 20px;
}

.sprite-btn.send-pm-btn {
    background: url(../../../i/buttons/btn_send_private_message1.png) 0 0 no-repeat;
    width: 125px;
    margin-right: 0;
}

.sprite-btn.send-pm-btn.buyer{
    margin-left: 40px;
    margin-bottom: 20px;
}

.sprite-btn.send-pm-btn.no-offer{
      margin-right: 20px;
}

.sprite-btn.report-comment-btn {
    background: url(../../../i/buttons/btn_report_comment-2.png) 0 -25px no-repeat;
    width: 57px;
    margin-right: 2px;
    height: 25px;
}

.sprite-btn.sm-reply-btn {
    background: url(../../../i/buttons/btn_reply1.png) 0 0 no-repeat;
    width: 73px;
    margin-right: 20px;
}

.sprite-btn.withdraw-btn {
    background: url(../../../i/buttons/bt_withdraw.png) 0 0 no-repeat;
    width: 110px;
    margin-top: 7px;
    height: 28px;
    float: right;
}
.sprite-btn.withdraw-btn.request {
    background-image: url('../../../i/buttons/bt_withdraw_request.png');
    width: 125px;
}

.sprite-btn.send-pm-btn.buyer {
    position: relative;
    top: 4px;
}

.sprite-btn:hover,
#continue_btn:hover,
.btn_save_changes:hover {
    background-position: 0 -68px;
}
.add_new_job:hover {
    background-position: 0 -98px;
}
.magnify_glass:hover {
    background-position: 0 -34px;
}
.sprite-btn.disabled,
#continue_btn.disabled,
.btn_save_changes.disabled {
    background-position: 0 0;
    cursor: default;
}

.withdraw-btn:hover,
.sprite-btn.accept-btn:hover,
.sprite-btn.reject-btn:hover,
.sprite-btn.send-pm-btn:hover,
.sprite-btn.sm-reply-btn:hover {
    background-position: 0px -28px;
}
.sprite-btn.report-comment-btn:hover {
    background-position: 0 0;
}

.sprite-btn.secondary_btn {
    background-position: 0 0;
}
.sprite-btn.secondary_btn:hover {
    background-position: 0 -34px;
}

#uploadifyUploader{
    cursor: pointer;
}

/* Non standard buttons */

/**
 * The new common bump & quick sale buttons (BH: 30/07/2012)
 */
.bump_link,
.quick_sale_btn {
    height: 27px;
}

.bump_link{
    background: url(../../../i/bump_button.png);
    width: 76px;
}

.quick_sale_btn {
    background: url(../../../i/quick_sale_btn.png);
    width: 105px;
}

.sprite-btn.bump_link:hover,
.sprite-btn.quick_sale_btn:hover {
    background-position: 0 -27px;
}

.unpaid_buttons a {
    border: 1px solid #e2e2e2;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-right: 15px;
    padding: 12px 15px;
    text-decoration: none;
}

#pay_for_ad_btn {
    color: #ffffff;

    background-color: #6db148;
    background: -moz-linear-gradient(top, #6db148 0%, #5da237 100%);
    background: -webkit-gradient(
        linear
        , left top
        , left bottom
        , color-stop(0%, #6db148)
        , color-stop(100%, #5da237)
    );
    background: -webkit-linear-gradient(top, #6db148 0%, #5da237 100%);
    background: -o-linear-gradient(top, #6db148 0%, #5da237 100%);
    background: -ms-linear-gradient(top, #6db148 0%, #5da237 100%);
    background: linear-gradient(to bottom, #6db148 0%, #5da237 100%);
    -pie-background: linear-gradient(top, #6db148, #5da237);
}
#pay_for_ad_btn:hover {
    background-color: #5da237;
    background: -moz-linear-gradient(top, #5da237 0%, #6db148 100%);
    background: -webkit-gradient(
        linear
        , left top
        , left bottom
        , color-stop(0%, #5da237)
        , color-stop(100%, #6db148)
    );
    background: -webkit-linear-gradient(top, #5da237 0%, #6db148 100%);
    background: -o-linear-gradient(top, #5da237 0%, #6db148 100%);
    background: -ms-linear-gradient(top, #5da237 0%, #6db148 100%);
    background: linear-gradient(to bottom, #5da237 0%, #6db148 100%);
    -pie-background: linear-gradient(top, #5da237, #6db148);
}

/*
    The bump link on the SMI is much larger than the line height of the rest of
    the links, so it has to be raised up
 */
.smi_description .bump_link,
.smi_description .quick_sale_btn {
    margin-top: -3px;
}


/* The send to friend button is flat, i.e it doesn't change on hover */
#company_social #send_to_friend_link {
    background: url(../../../i/buttons/social-mail-icon.png);
    width: 31px;
    height: 20px;
    display: inline-block;
    cursor: pointer;

    /*
        The button was being pushed down by ~2x its height.
        I've no idea why this works.
     */
    line-height: 40px;
}


.rounded
{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.rounded_3 {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
}

.shadow
{
    -moz-box-shadow:    3px 3px 5px 0px #ccc;
    -webkit-box-shadow: 3px 3px 5px 0px #ccc;
    box-shadow:         3px 3px 5px 0px #ccc;
}

/*
    This wraps input buttons that require extra elements within them.

    This allows icons etc. to be attached relative to this element overlaying the
    button and appearing as if it were within the input.

    e.g.
    <span class="overlay_button_wrap">
        <input class="base_action_button" />
        <span class="some_icon">some icon</span>
    </span>
 */
.overlay_button_wrap {
    display: inline-block;
    position: relative;
}


/*
    CSS bump & quick sale buttons

    This is an instance of .overlay_button_wrap since the
    icon (.bump_icon) attached to the button must be seperate from the background
    declaration to achieve the desired effect
 */

.bump_button, .quick_sale_button {
    cursor: pointer;
}
.bump_button:hover, .quick_sale_button:hover {
    text-decoration: none;
}

.ad_view_info_cell .bump_button,
.ad_view_info_cell .quick_sale_button {
    margin-right: 7px;
}

.bump_button {
    background-image: linear-gradient(109deg, #f309a2, #fb7878);
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: -0.3px;
    padding: 7px 22px 6px 18px;
    text-transform: uppercase;
}
.bump_button .icon {
    display: inline-block;
    margin-right: 1px;
    position: relative;
    top: 1px;
}
.bump_button .icon svg {
    fill: #fff;
    height: 11px;
    width: 15px;
}

.bump_button:hover {
    background: #fff;
    border: 2px solid #f309a2;
    color: #f309a2 !important;
    padding: 5px 20px 4px 16px;
}
.bump_button:hover .icon svg {
    fill: #f309a2;
}

.SR_action_list .bump_button {
    color: #fff;
    font-size: 10.6px;
    padding: 6px 12px 5px 9px;
}
.SR_action_list .bump_button:hover {
    padding: 4px 10px 3px 7px;
}


.quick_sale_button {
    border: 2px solid #4a4a4a;
    border-radius: 3px;
    color: #4a4a4a;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 12px 4px 12px;
}
.quick_sale_button:hover {
    background: #efefef;
}


/*
    Reusable button styles.
 */

.base_action_button {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    background-color: #e06506;
    background: -webkit-linear-gradient(top, #f9a52f, #e06506);
    background: -moz-linear-gradient(top, #f9a52f, #e06506);
    background: -ms-linear-gradient(top, #f9a52f, #e06506);
    background: -o-linear-gradient(top, #f9a52f, #e06506);
    background: linear-gradient(top, #f9a52f, #e06506);
    -pie-background: linear-gradient(top, #f9a52f, #e06506);
    text-align: center;
    border: 1px solid #ff8f1c;
    font-size: 14px;
    font-weight: bold;
    margin: 0 5px 0 5px;
    padding: 8px 20px 8px 20px;
    text-shadow: 1px 1px #C75B06;
}

.base_action_button:hover,
.base_action_button:focus {
    text-decoration: none;
    color: #fff;
    background-color: #f9a52f;
    background: -webkit-linear-gradient(top, #e06506, #f9a52f);
    background: -moz-linear-gradient(top, #e06506, #f9a52f);
    background: -ms-linear-gradient(top, #e06506, #f9a52f);
    background: -o-linear-gradient(top, #e06506, #f9a52f);
    background: linear-gradient(top, #e06506, #f9a52f);
    -pie-background: linear-gradient(top, #e06506, #f9a52f);
}


.cancel_button {
    color: #364e5f;
    background-color: #fefeff;
    border: 1px solid #e2e2e2;
    background: -webkit-linear-gradient(top, #fefeff, #d7dfe5);
    background: -moz-linear-gradient(top, #fefeff, #d7dfe5);
    background: -ms-linear-gradient(top, #fefeff, #d7dfe5);
    background: -o-linear-gradient(top, #fefeff, #d7dfe5);
    background: linear-gradient(top, #fefeff, #d7dfe5);
    -pie-background: linear-gradient(top, #fefeff, #d7dfe5);
    text-shadow: none;
}

.cancel_button:hover,
.cancel_button:focus {
    color: #364e5f;
    background-color: #d7dfe5;
    background: -webkit-linear-gradient(top, #d7dfe5, #fefeff);
    background: -moz-linear-gradient(top, #d7dfe5, #fefeff);
    background: -ms-linear-gradient(top, #d7dfe5, #fefeff);
    background: -o-linear-gradient(top, #d7dfe5, #fefeff);
    background: linear-gradient(top, #d7dfe5, #fefeff);
    -pie-background: linear-gradient(top, #d7dfe5, #fefeff);
}

.base_action_button.log_in_btn {
    border: 1px solid #d7dbde;
    padding: 7px 15px;
    float: right;
    margin: 0;
    color: #607183;
}

.base_action_button.lesser_gradient.signup_btn {
    border: 1px solid #d7dbde;
    float: right;
    padding: 7px 15px;
    margin: 0 9px;
}

.base_action_button.secondary {
    color: #333333;
    border-color: #e2e2e2;
    text-shadow: 1px 1px #FFF;

    background-color: #d7dfe5;
    background: -webkit-linear-gradient(top, #FDFDFE, #dbdbdb);
    background: -moz-linear-gradient(top, #FDFDFE, #dbdbdb);
    background: -ms-linear-gradient(top, #FDFDFE, #dbdbdb);
    background: -o-linear-gradient(top, #FDFDFE, #dbdbdb);
    background: linear-gradient(top, #FDFDFE, #dbdbdb);
    -pie-background: linear-gradient(top, #FDFDFE, #dbdbdb);
}

.base_action_button.secondary:hover,
.base_action_button.secondary:focus {
    background: -webkit-linear-gradient(top, #dbdbdb, #FDFDFE);
    background: -moz-linear-gradient(top, #dbdbdb, #FDFDFE);
    background: -ms-linear-gradient(top, #dbdbdb, #FDFDFE);
    background: -o-linear-gradient(top, #dbdbdb, #FDFDFE);
    background: linear-gradient(top, #dbdbdb, #FDFDFE);
    -pie-background: linear-gradient(top, #dbdbdb, #FDFDFE);
}

.base_action_button.secondary.actions
{
    font-size: 12px;
    margin-right: 6px;
    min-width: 96px;
    padding: 5px 10px;
}

.base_action_button.secondary.actions.last {
    min-width: 104px;
}

.base_action_button.secondary.actions.first {
    margin-left: 0;
}

.base_action_button.lesser_gradient {
    background: -webkit-linear-gradient(top, #fe8800, #eb7400);
    background: -moz-linear-gradient(top, #fe8800, #eb7400);
    background: -ms-linear-gradient(top, #fe8800, #eb7400);
    background: -o-linear-gradient(top, #fe8800, #eb7400);
    background: linear-gradient(top, #fe8800, #eb7400);
    -pie-background: linear-gradient(top, #fe8800, #eb7400);

    padding: 0 16px 2px 16px;
    border: 1px solid #d0d0d0;
    text-shadow: none;
}
.base_action_button.lesser_gradient:hover,
.base_action_button.lesser_gradient:focus {
    background: -webkit-linear-gradient(top, #eb7400, #fe8800);
    background: -moz-linear-gradient(top, #eb7400, #fe8800);
    background: -ms-linear-gradient(top, #eb7400, #fe8800);
    background: -o-linear-gradient(top, #eb7400, #fe8800);
    background: linear-gradient(top, #eb7400, #fe8800);
    -pie-background: linear-gradient(top, #eb7400, #fe8800);
}

/*
    There are two green button colours. No reason really, just an inconsistency.
    As it stands (2013-11-25) the `green` colour is used on the bump buttons and the
    premium upsell pages and the `dark_green` is used on the place ad related buttons
    on the homepage and header.

    This should be rectified before we end up with... 20 shades of green.
 */
.base_action_button.green {
    color: #fff;
    text-shadow: none;
    border-color: #e2e2e2;
    background: #9ccf56;
    background: -moz-linear-gradient(top, #9ccf56 0%, #7ab12f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9ccf56), color-stop(100%, #7ab12f));
    background: -webkit-linear-gradient(top, #9ccf56 0%, #7ab12f 100%);
    background: -o-linear-gradient(top, #9ccf56 0%, #7ab12f 100%);
    background: -ms-linear-gradient(top, #9ccf56 0%, #7ab12f 100%);
    background: linear-gradient(to bottom, #9ccf56 0%, #7ab12f 100%);
    -pie-background: linear-gradient(top, #9ccf56, #7ab12f);
}

.base_action_button.green:hover,
.base_action_button.green:focus {
    background: #7ab12f;
    background: -moz-linear-gradient(top, #7ab12f 0%, #9ccf56 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7ab12f), color-stop(100%, #9ccf56));
    background: -webkit-linear-gradient(top, #7ab12f 0%, #9ccf56 100%);
    background: -o-linear-gradient(top, #7ab12f 0%, #9ccf56 100%);
    background: -ms-linear-gradient(top, #7ab12f 0%, #9ccf56 100%);
    background: linear-gradient(to bottom, #7ab12f 0%, #9ccf56 100%);
    -pie-background: linear-gradient(top, #7ab12f, #9ccf56);
}


.base_action_button.dark_green {
    border: 1px solid #d0d0d0;
    text-shadow: none;

    background: -webkit-linear-gradient(top, #6eb249, #5ca136);
    background: -moz-linear-gradient(top, #6eb249, #5ca136);
    background: -ms-linear-gradient(top, #6eb249, #5ca136);
    background: -o-linear-gradient(top, #6eb249, #5ca136);
    background: linear-gradient(top, #6eb249, #5ca136);
    -pie-background: linear-gradient(top, #6eb249, #5ca136);
}
.base_action_button.dark_green:hover,
.base_action_button.dark_green:focus {
    background: -webkit-linear-gradient(top, #5ca136, #6eb249);
    background: -moz-linear-gradient(top, #5ca136, #6eb249);
    background: -ms-linear-gradient(top, #5ca136, #6eb249);
    background: -o-linear-gradient(top, #5ca136, #6eb249);
    background: linear-gradient(top, #5ca136, #6eb249);
    -pie-background: linear-gradient(top, #5ca136, #6eb249);
}

.base_action_button.flat_orange {
    background: none;
    background-color: #ff8f1c;
    font-weight: bold;
    padding: 1px;
}

.base_action_button.flat_orange:hover {
    background-color: #d66e25;
}

.base_action_button.flat_orange:focus {
    background-color: #d66e25;
}

.flat_action_button {
    line-height: 100%;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    padding: 7px 18px 7px 18px;
    margin: 7px;
    box-sizing: border-box;
    border-radius: 3px;
    outline: none;
    border: none;
    cursor: pointer;
}
.flat_action_button:hover {
    text-decoration: none;
}

.flat_action_button:hover {
    border: none;
    outline: none;
}

.flat_action_button.gray {
    background: #dbdbdb;
    color: #222;
}

.flat_action_button.gray:hover {
    background: #eee;
}

.flat_action_button.orange {
    background: #ff8f1c;
    color: #fff;
}

.flat_action_button.orange:hover {
    background: #d66e25;
}

.href_button {
    background: none;
    color: #004DDA;
    font-size: 100.01%;
    text-decoration: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: -1px 0 0 0;
}

.href_button:focus {
    border: none;
    outline: none;
}

.href_button:hover {
    text-decoration: underline;
}

.base_action_button.disabled,
.base_action_button.disabled:hover,
.base_action_button.disabled:focus,
.base_action_button[disabled],
.base_action_button[disabled]:hover,
.base_action_button[disabled]:focus {
    background: #fff;
    -pie-background: #fff;
    border-color: #ddd;
    color: #bbb;
    cursor: default;
    text-shadow: none;
}


input.base_action_button {
    height: 34px;
}

/* check your email button */
.base_action_button.lesser_gradient.redirect-btn {
    padding:0 25px 2px 25px;
    margin-bottom: 15px;
    margin-right: 0;
    line-height: 32px;
}


/*
    Button for 'Place ad'
    e.g: Header when logged in. Homepage MPU when logged out
 */
.base_action_button.place_ad_btn {
    padding: 7px 18px 7px 19px;
    float: right;
    margin-top: 6px;
    margin-right: 0;
    font-size: 13px;
    text-shadow: none;
    line-height: 32px;
}

.base_action_button.sell_again_btn {
    padding: 7px 18px 7px 19px;
    text-shadow: none;
}

#header .base_action_button.place_ad_btn {
    line-height: 19px;
}

/* Button for feedback on sold modal */
.base_action_button.feedback_link_btn {
    padding:0 25px 2px 25px;
    margin-top: 13px;
    margin-bottom: 13px;
    margin-left: 10px;
    font-size: 13px;
    line-height: 32px;
    float: none;
    background-color: #f68829;
    background: -webkit-linear-gradient(top, #f68829, #e97d21);
    background: -moz-linear-gradient(top, #f68829, #e97d21);
    background: -ms-linear-gradient(top, #f68829, #e97d21);
    background: -o-linear-gradient(top, #f68829, #e97d21);
    background: linear-gradient(top, #f68829, #e97d21);
    -pie-background: linear-gradient(top, #f68829, #e97d21);
}

.base_action_button.feedback_link_btn:hover {
    background-color: #e97d21;
    background: -webkit-linear-gradient(top, #e97d21, #f68829);
    background: -moz-linear-gradient(top, #e97d21, #f68829);
    background: -ms-linear-gradient(top, #e97d21, #f68829);
    background: -o-linear-gradient(top, #e97d21, #f68829);
    background: linear-gradient(top, #e97d21, #f68829);
    -pie-background: linear-gradient(top, #e97d21, #f68829);
}

.base_action_button.subscribe-package {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
    float: right;
    position: relative;
    top: -45px;
    text-shadow: none;
}

div.package-button-holder {
    position: absolute;
    display: inline-block;
    width: 200px;
    height: 64px;
}

.shift-button {
    position: relative;
    top: 9px;
}

.base_action_button.upgrade-package {
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
    float: right;
    position: relative;
    left: -69px;
    text-shadow: none;
}

a.cancel-package {
    display: inline-block;
    color: #4A4A4A;
    font-weight: bold;
    position: relative;
    top: 5px;
    font-size: 11px;
}

/* glue: 0.11.1 hash: ce42560cdb */
/* This file has been generated automatically using glue and should not be modified manually */
.sprite-icon {
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.png.sprite-icon.hidden {
    display: none;
}
.png.sprite-icon {
    background-image: url('../../i/icons.png?ce42560cdb');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
svg.sprite-icon {
    pointer-events: visibleStroke;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.0), screen and (min--moz-device-pixel-ratio: 1.0), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1.0), screen and (min-resolution: 1.0dppx) {
    .png.sprite-icon {
        -webkit-background-size: 1052px 993px;
        -moz-background-size: 1052px 993px;
        background-size: 1052px 993px;
    }
}

.sprite-icon.motor-annual-tax.x3 {
    width: 264px;
    height: 36px;
}
.png.sprite-icon.motor-annual-tax.x3 {
    background-position: 0 0;
}

.sprite-icon.motor-tax-expiry.x3 {
    width: 243px;
    height: 33px;
}
.png.sprite-icon.motor-tax-expiry.x3 {
    background-position: 0 -36px;
}

.sprite-icon.location-pin-with-shadow-orange.x3 {
    width: 138px;
    height: 210px;
}
.png.sprite-icon.location-pin-with-shadow-orange.x3 {
    background-position: 0 -69px;
}

.sprite-icon.motor-annual-tax.x2 {
    width: 176px;
    height: 24px;
}
.png.sprite-icon.motor-annual-tax.x2 {
    background-position: -264px 0;
}

.sprite-icon.motor-tax-expiry.x2 {
    width: 162px;
    height: 22px;
}
.png.sprite-icon.motor-tax-expiry.x2 {
    background-position: -264px -24px;
}

.sprite-icon.adverts-logo {
    width: 161px;
    height: 22px;
}
.png.sprite-icon.adverts-logo {
    background-position: -264px -46px;
}

.sprite-icon.location-pin-with-shadow-orange.x2 {
    width: 92px;
    height: 140px;
}
.png.sprite-icon.location-pin-with-shadow-orange.x2 {
    background-position: -264px -68px;
}

.sprite-icon.whatsapp.x3 {
    width: 138px;
    height: 138px;
}
.png.sprite-icon.whatsapp.x3 {
    background-position: 0 -279px;
}

.desktop .sprite-icon.twitter.x3:hover {
    width: 138px;
    height: 138px;
}
.desktop .png.sprite-icon.twitter.x3:hover {
    background-position: -138px -279px;
}

.sprite-icon.twitter.x3 {
    width: 138px;
    height: 138px;
}
.png.sprite-icon.twitter.x3 {
    background-position: -276px -279px;
}

.desktop .sprite-icon.pinterest.x3:hover {
    width: 138px;
    height: 138px;
}
.desktop .png.sprite-icon.pinterest.x3:hover {
    background-position: -440px 0;
}

.sprite-icon.pinterest.x3 {
    width: 138px;
    height: 138px;
}
.png.sprite-icon.pinterest.x3 {
    background-position: -440px -138px;
}

.sprite-icon.motor-warranty-badge.x3 {
    width: 111px;
    height: 138px;
}
.png.sprite-icon.motor-warranty-badge.x3 {
    background-position: -440px -276px;
}

.sprite-icon.motor-history-badge.x3 {
    width: 111px;
    height: 138px;
}
.png.sprite-icon.motor-history-badge.x3 {
    background-position: -138px -69px;
}

.desktop .sprite-icon.googleplus.x3:hover {
    width: 138px;
    height: 138px;
}
.desktop .png.sprite-icon.googleplus.x3:hover {
    background-position: 0 -417px;
}

.sprite-icon.googleplus.x3 {
    width: 138px;
    height: 138px;
}
.png.sprite-icon.googleplus.x3 {
    background-position: -138px -417px;
}

.desktop .sprite-icon.facebook.x3:hover {
    width: 138px;
    height: 138px;
}
.desktop .png.sprite-icon.facebook.x3:hover {
    background-position: -276px -417px;
}

.sprite-icon.facebook.x3 {
    width: 138px;
    height: 138px;
}
.png.sprite-icon.facebook.x3 {
    background-position: -414px -417px;
}

.desktop .sprite-icon.email.x3:hover {
    width: 138px;
    height: 138px;
}
.desktop .png.sprite-icon.email.x3:hover {
    background-position: -578px 0;
}

.sprite-icon.email.x3 {
    width: 138px;
    height: 138px;
}
.png.sprite-icon.email.x3 {
    background-position: -578px -138px;
}

.sprite-icon.tips.x3 {
    width: 129px;
    height: 129px;
}
.png.sprite-icon.tips.x3 {
    background-position: -578px -276px;
}

.sprite-icon.tips.down.x3 {
    width: 123px;
    height: 126px;
}
.png.sprite-icon.tips.down.x3 {
    background-position: -578px -405px;
}

.sprite-icon.website-orange.x3 {
    width: 123px;
    height: 123px;
}
.png.sprite-icon.website-orange.x3 {
    background-position: 0 -555px;
}

.sprite-icon.opening-hours.x3 {
    width: 123px;
    height: 123px;
}
.png.sprite-icon.opening-hours.x3 {
    background-position: -123px -555px;
}

.sprite-icon.location-pin-orange-bordered.x3 {
    width: 123px;
    height: 123px;
}
.png.sprite-icon.location-pin-orange-bordered.x3 {
    background-position: -246px -555px;
}

.touch .sprite-icon.map-pin.x3 {
    width: 78px;
    height: 120px;
}
.touch .png.sprite-icon.map-pin.x3 {
    background-position: -356px -68px;
}

.sprite-icon.daft-logo {
    width: 105px;
    height: 33px;
}
.png.sprite-icon.daft-logo {
    background-position: -264px -208px;
}

.sprite-icon.check-packages.x3 {
    width: 93px;
    height: 75px;
}
.png.sprite-icon.check-packages.x3 {
    background-position: -369px -555px;
}

.sprite-icon.whatsapp.x2 {
    width: 92px;
    height: 92px;
}
.png.sprite-icon.whatsapp.x2 {
    background-position: -716px 0;
}

.desktop .sprite-icon.twitter.x2:hover {
    width: 92px;
    height: 92px;
}
.desktop .png.sprite-icon.twitter.x2:hover {
    background-position: -716px -92px;
}

.sprite-icon.twitter.x2 {
    width: 92px;
    height: 92px;
}
.png.sprite-icon.twitter.x2 {
    background-position: -716px -184px;
}

.desktop .sprite-icon.pinterest.x2:hover {
    width: 92px;
    height: 92px;
}
.desktop .png.sprite-icon.pinterest.x2:hover {
    background-position: -716px -276px;
}

.sprite-icon.pinterest.x2 {
    width: 92px;
    height: 92px;
}
.png.sprite-icon.pinterest.x2 {
    background-position: -716px -368px;
}

.sprite-icon.motor-warranty-badge.x2 {
    width: 74px;
    height: 92px;
}
.png.sprite-icon.motor-warranty-badge.x2 {
    background-position: -716px -460px;
}

.sprite-icon.motor-history-badge.x2 {
    width: 74px;
    height: 92px;
}
.png.sprite-icon.motor-history-badge.x2 {
    background-position: -716px -552px;
}

.desktop .sprite-icon.googleplus.x2:hover {
    width: 92px;
    height: 92px;
}
.desktop .png.sprite-icon.googleplus.x2:hover {
    background-position: 0 -678px;
}

.sprite-icon.googleplus.x2 {
    width: 92px;
    height: 92px;
}
.png.sprite-icon.googleplus.x2 {
    background-position: -92px -678px;
}

.desktop .sprite-icon.facebook.x2:hover {
    width: 92px;
    height: 92px;
}
.desktop .png.sprite-icon.facebook.x2:hover {
    background-position: -184px -678px;
}

.sprite-icon.facebook.x2 {
    width: 92px;
    height: 92px;
}
.png.sprite-icon.facebook.x2 {
    background-position: -276px -678px;
}

.desktop .sprite-icon.email.x2:hover {
    width: 92px;
    height: 92px;
}
.desktop .png.sprite-icon.email.x2:hover {
    background-position: -368px -678px;
}

.sprite-icon.email.x2 {
    width: 92px;
    height: 92px;
}
.png.sprite-icon.email.x2 {
    background-position: -460px -678px;
}

.sprite-icon.motor-body.x3 {
    width: 90px;
    height: 51px;
}
.png.sprite-icon.motor-body.x3 {
    background-position: -138px -207px;
}

.sprite-icon.touch-motor-annual-tax {
    width: 88px;
    height: 12px;
}
.png.sprite-icon.touch-motor-annual-tax {
    background-position: -716px -644px;
}

.sprite-icon.mod-icon.x3 {
    width: 81px;
    height: 87px;
}
.png.sprite-icon.mod-icon.x3 {
    background-position: -552px -678px;
}

.sprite-icon.tips.x2 {
    width: 86px;
    height: 86px;
}
.png.sprite-icon.tips.x2 {
    background-position: -633px -678px;
}

.sprite-icon.tips.down.x2 {
    width: 82px;
    height: 84px;
}
.png.sprite-icon.tips.down.x2 {
    background-position: -719px -678px;
}

.sprite-icon.badge {
    width: 81px;
    height: 83px;
}
.png.sprite-icon.badge {
    background-position: -808px 0;
}

.sprite-icon.website-orange.x2 {
    width: 82px;
    height: 82px;
}
.png.sprite-icon.website-orange.x2 {
    background-position: 0 -770px;
}

.sprite-icon.opening-hours.x2 {
    width: 82px;
    height: 82px;
}
.png.sprite-icon.opening-hours.x2 {
    background-position: -82px -770px;
}

.sprite-icon.location-pin-orange-bordered.x2 {
    width: 82px;
    height: 82px;
}
.png.sprite-icon.location-pin-orange-bordered.x2 {
    background-position: -164px -770px;
}

.sprite-icon.touch-motor-tax-expiry {
    width: 81px;
    height: 11px;
}
.png.sprite-icon.touch-motor-tax-expiry {
    background-position: -808px -83px;
}

.sprite-icon.sms-verified.x3 {
    width: 78px;
    height: 81px;
}
.png.sprite-icon.sms-verified.x3 {
    background-position: -808px -94px;
}

.sprite-icon.motor-nct.x3 {
    width: 81px;
    height: 36px;
}
.png.sprite-icon.motor-nct.x3 {
    background-position: -808px -175px;
}

.sprite-icon.clipboard3x {
    width: 72px;
    height: 81px;
}
.png.sprite-icon.clipboard3x {
    background-position: -808px -211px;
}

.sprite-icon.address-verified.x3 {
    width: 78px;
    height: 81px;
}
.png.sprite-icon.address-verified.x3 {
    background-position: -808px -292px;
}

.touch .sprite-icon.map-pin.x2 {
    width: 52px;
    height: 80px;
}
.touch .png.sprite-icon.map-pin.x2 {
    background-position: -808px -373px;
}

.sprite-icon.chest {
    width: 79px;
    height: 66px;
}
.png.sprite-icon.chest {
    background-position: -808px -453px;
}

.sprite-icon.unpaid3x {
    width: 78px;
    height: 60px;
}
.png.sprite-icon.unpaid3x {
    background-position: -808px -519px;
}

.sprite-icon.touch_dealer_avatar3x {
    width: 75px;
    height: 78px;
}
.png.sprite-icon.touch_dealer_avatar3x {
    background-position: -808px -579px;
}

.sprite-icon.pending-verified.x3 {
    width: 78px;
    height: 78px;
}
.png.sprite-icon.pending-verified.x3 {
    background-position: -808px -657px;
}

.sprite-icon.peek-chevron-hover-right3x {
    width: 48px;
    height: 78px;
}
.png.sprite-icon.peek-chevron-hover-right3x {
    background-position: -246px -770px;
}

.sprite-icon.peek-chevron-hover-left3x {
    width: 48px;
    height: 78px;
}
.png.sprite-icon.peek-chevron-hover-left3x {
    background-position: -294px -770px;
}

.sprite-icon.email-verified.x3 {
    width: 78px;
    height: 78px;
}
.png.sprite-icon.email-verified.x3 {
    background-position: -342px -770px;
}

.sprite-icon.sold-icon3x {
    width: 72px;
    height: 75px;
}
.png.sprite-icon.sold-icon3x {
    background-position: -462px -555px;
}

.sprite-icon.watched.x3 {
    width: 72px;
    height: 51px;
}
.png.sprite-icon.watched.x3 {
    background-position: -534px -555px;
}

.sprite-icon.watch.x3 {
    width: 72px;
    height: 51px;
}
.png.sprite-icon.watch.x3 {
    background-position: -606px -555px;
}

.sprite-icon.verified.x3 {
    width: 72px;
    height: 72px;
}
.png.sprite-icon.verified.x3 {
    background-position: -420px -770px;
}

.sprite-icon.motor-transmission.x3 {
    width: 72px;
    height: 72px;
}
.png.sprite-icon.motor-transmission.x3 {
    background-position: -492px -770px;
}

.sprite-icon.motor-colour3x {
    width: 72px;
    height: 72px;
}
.png.sprite-icon.motor-colour3x {
    background-position: -564px -770px;
}

.sprite-icon.label.x3 {
    width: 72px;
    height: 72px;
}
.png.sprite-icon.label.x3 {
    background-position: -636px -770px;
}

.sprite-icon.close-modal3x {
    width: 72px;
    height: 72px;
}
.png.sprite-icon.close-modal3x {
    background-position: -708px -770px;
}

.sprite-icon.close-modal-hover3x {
    width: 72px;
    height: 72px;
}
.png.sprite-icon.close-modal-hover3x {
    background-position: -780px -770px;
}

.sprite-icon.location-pin-with-shadow-orange {
    width: 46px;
    height: 70px;
}
.png.sprite-icon.location-pin-with-shadow-orange {
    background-position: -889px 0;
}

.sprite-icon.motor-engine.x3 {
    width: 69px;
    height: 54px;
}
.png.sprite-icon.motor-engine.x3 {
    background-position: 0 -852px;
}

.sprite-icon.chart {
    width: 57px;
    height: 68px;
}
.png.sprite-icon.chart {
    background-position: -935px 0;
}

.sprite-icon.watched-dark.x3 {
    width: 66px;
    height: 45px;
}
.png.sprite-icon.watched-dark.x3 {
    background-position: -369px -630px;
}

.sprite-icon.watch-dark.x3 {
    width: 66px;
    height: 45px;
}
.png.sprite-icon.watch-dark.x3 {
    background-position: -435px -630px;
}

.sprite-icon.dealer-badge {
    width: 66px;
    height: 22px;
}
.png.sprite-icon.dealer-badge {
    background-position: -808px -735px;
}

.sprite-icon.tip.x3 {
    width: 45px;
    height: 63px;
}
.png.sprite-icon.tip.x3 {
    background-position: -935px -68px;
}

.sprite-icon.motor-year.x3 {
    width: 57px;
    height: 63px;
}
.png.sprite-icon.motor-year.x3 {
    background-position: -935px -131px;
}

.sprite-icon.motor-year3x {
    width: 57px;
    height: 63px;
}
.png.sprite-icon.motor-year3x {
    background-position: -935px -194px;
}

.sprite-icon.motor-model.x3 {
    width: 63px;
    height: 51px;
}
.png.sprite-icon.motor-model.x3 {
    background-position: -69px -852px;
}

.sprite-icon.arrow.x3 {
    width: 57px;
    height: 63px;
}
.png.sprite-icon.arrow.x3 {
    background-position: -935px -257px;
}

.sprite-icon.check-packages.x2 {
    width: 62px;
    height: 50px;
}
.png.sprite-icon.check-packages.x2 {
    background-position: -132px -852px;
}

.sprite-icon.touch_motor_share3x {
    width: 54px;
    height: 60px;
}
.png.sprite-icon.touch_motor_share3x {
    background-position: -935px -320px;
}

.sprite-icon.motor-mileage.x3 {
    width: 60px;
    height: 51px;
}
.png.sprite-icon.motor-mileage.x3 {
    background-position: 0 -906px;
}

.sprite-icon.motor-body.x2 {
    width: 60px;
    height: 34px;
}
.png.sprite-icon.motor-body.x2 {
    background-position: -264px -241px;
}

.sprite-icon.close-peek3x {
    width: 60px;
    height: 57px;
}
.png.sprite-icon.close-peek3x {
    background-position: -992px 0;
}

.sprite-icon.close-peek-hover3x {
    width: 60px;
    height: 57px;
}
.png.sprite-icon.close-peek-hover3x {
    background-position: -992px -57px;
}

.sprite-icon.mod-icon.x2 {
    width: 54px;
    height: 58px;
}
.png.sprite-icon.mod-icon.x2 {
    background-position: -992px -114px;
}

.sprite-icon.share.x3 {
    width: 51px;
    height: 57px;
}
.png.sprite-icon.share.x3 {
    background-position: -992px -172px;
}

.sprite-icon.motor-ad-camera3x {
    width: 57px;
    height: 51px;
}
.png.sprite-icon.motor-ad-camera3x {
    background-position: -992px -229px;
}

.sprite-icon.sms-verified.x2 {
    width: 52px;
    height: 54px;
}
.png.sprite-icon.sms-verified.x2 {
    background-position: -992px -280px;
}

.sprite-icon.small-openinghours.x3 {
    width: 54px;
    height: 54px;
}
.png.sprite-icon.small-openinghours.x3 {
    background-position: -992px -334px;
}

.sprite-icon.plus3x {
    width: 51px;
    height: 54px;
}
.png.sprite-icon.plus3x {
    background-position: -992px -388px;
}

.sprite-icon.motor-nct.x2 {
    width: 54px;
    height: 24px;
}
.png.sprite-icon.motor-nct.x2 {
    background-position: -992px -442px;
}

.sprite-icon.motor-brand.x3 {
    width: 45px;
    height: 54px;
}
.png.sprite-icon.motor-brand.x3 {
    background-position: -992px -466px;
}

.sprite-icon.clipboard2x {
    width: 48px;
    height: 54px;
}
.png.sprite-icon.clipboard2x {
    background-position: -992px -520px;
}

.sprite-icon.address-verified.x2 {
    width: 52px;
    height: 54px;
}
.png.sprite-icon.address-verified.x2 {
    background-position: -992px -574px;
}

.sprite-icon.unpaid2x {
    width: 52px;
    height: 40px;
}
.png.sprite-icon.unpaid2x {
    background-position: -992px -628px;
}

.sprite-icon.touch_dealer_avatar2x {
    width: 50px;
    height: 52px;
}
.png.sprite-icon.touch_dealer_avatar2x {
    background-position: -992px -668px;
}

.sprite-icon.pending-verified.x2 {
    width: 52px;
    height: 52px;
}
.png.sprite-icon.pending-verified.x2 {
    background-position: -992px -720px;
}

.sprite-icon.peek-chevron-hover-right2x {
    width: 32px;
    height: 52px;
}
.png.sprite-icon.peek-chevron-hover-right2x {
    background-position: -992px -772px;
}

.sprite-icon.peek-chevron-hover-left2x {
    width: 32px;
    height: 52px;
}
.png.sprite-icon.peek-chevron-hover-left2x {
    background-position: -992px -824px;
}

.sprite-icon.email-verified.x2 {
    width: 52px;
    height: 52px;
}
.png.sprite-icon.email-verified.x2 {
    background-position: -992px -876px;
}

.sprite-icon.report-icon.x3 {
    width: 51px;
    height: 51px;
}
.png.sprite-icon.report-icon.x3 {
    background-position: -935px -380px;
}

.sprite-icon.motor-doors.x3 {
    width: 42px;
    height: 51px;
}
.png.sprite-icon.motor-doors.x3 {
    background-position: -935px -431px;
}

.sprite-icon.location-pin.x3 {
    width: 36px;
    height: 51px;
}
.png.sprite-icon.location-pin.x3 {
    background-position: -935px -482px;
}

.sprite-icon.location-pin-orange.x3 {
    width: 36px;
    height: 51px;
}
.png.sprite-icon.location-pin-orange.x3 {
    background-position: -935px -533px;
}

.sprite-icon.sold-icon2x {
    width: 48px;
    height: 50px;
}
.png.sprite-icon.sold-icon2x {
    background-position: -935px -584px;
}

.sprite-icon.watched.x2 {
    width: 48px;
    height: 34px;
}
.png.sprite-icon.watched.x2 {
    background-position: -935px -634px;
}

.sprite-icon.watch.x2 {
    width: 48px;
    height: 34px;
}
.png.sprite-icon.watch.x2 {
    background-position: -935px -668px;
}

.sprite-icon.verified.x2 {
    width: 48px;
    height: 48px;
}
.png.sprite-icon.verified.x2 {
    background-position: -935px -702px;
}

.sprite-icon.plus-down3x {
    width: 48px;
    height: 9px;
}
.png.sprite-icon.plus-down3x {
    background-position: -992px -928px;
}

.sprite-icon.photos.x3 {
    width: 48px;
    height: 42px;
}
.png.sprite-icon.photos.x3 {
    background-position: -935px -750px;
}

.sprite-icon.motor-transmission.x2 {
    width: 48px;
    height: 48px;
}
.png.sprite-icon.motor-transmission.x2 {
    background-position: -935px -792px;
}

.sprite-icon.motor-colour2x {
    width: 48px;
    height: 48px;
}
.png.sprite-icon.motor-colour2x {
    background-position: -935px -840px;
}

.sprite-icon.label.x2 {
    width: 48px;
    height: 48px;
}
.png.sprite-icon.label.x2 {
    background-position: -194px -852px;
}

.sprite-icon.close-modal2x {
    width: 48px;
    height: 48px;
}
.png.sprite-icon.close-modal2x {
    background-position: -242px -852px;
}

.sprite-icon.close-modal-hover2x {
    width: 48px;
    height: 48px;
}
.png.sprite-icon.close-modal-hover2x {
    background-position: -290px -852px;
}

.sprite-icon.chevron.x3 {
    width: 48px;
    height: 30px;
}
.png.sprite-icon.chevron.x3 {
    background-position: -369px -208px;
}

.sprite-icon.chevron.down.x3 {
    width: 48px;
    height: 30px;
}
.png.sprite-icon.chevron.down.x3 {
    background-position: -324px -241px;
}

.sprite-icon.chevron-right.x3 {
    width: 30px;
    height: 48px;
}
.png.sprite-icon.chevron-right.x3 {
    background-position: -889px -70px;
}

.sprite-icon.whatsapp {
    width: 46px;
    height: 46px;
}
.png.sprite-icon.whatsapp {
    background-position: -889px -118px;
}

.desktop .sprite-icon.twitter:hover {
    width: 46px;
    height: 46px;
}
.desktop .png.sprite-icon.twitter:hover {
    background-position: -889px -164px;
}

.sprite-icon.twitter {
    width: 46px;
    height: 46px;
}
.png.sprite-icon.twitter {
    background-position: -889px -210px;
}

.desktop .sprite-icon.twitter-user:hover {
    width: 46px;
    height: 46px;
}
.desktop .png.sprite-icon.twitter-user:hover {
    background-position: -889px -256px;
}

.sprite-icon.twitter-user {
    width: 46px;
    height: 46px;
}
.png.sprite-icon.twitter-user {
    background-position: -889px -302px;
}

.touch .sprite-icon.motor-warranty-badge {
    width: 37px;
    height: 46px;
}
.touch .png.sprite-icon.motor-warranty-badge {
    background-position: -889px -348px;
}

.touch .sprite-icon.motor-history-badge {
    width: 37px;
    height: 46px;
}
.touch .png.sprite-icon.motor-history-badge {
    background-position: -889px -394px;
}

.desktop .sprite-icon.pinterest:hover {
    width: 46px;
    height: 46px;
}
.desktop .png.sprite-icon.pinterest:hover {
    background-position: -889px -440px;
}

.sprite-icon.pinterest {
    width: 46px;
    height: 46px;
}
.png.sprite-icon.pinterest {
    background-position: -889px -486px;
}

.sprite-icon.motor-warranty-badge {
    width: 37px;
    height: 46px;
}
.png.sprite-icon.motor-warranty-badge {
    background-position: -889px -532px;
}

.sprite-icon.motor-history-badge {
    width: 37px;
    height: 46px;
}
.png.sprite-icon.motor-history-badge {
    background-position: -889px -578px;
}

.sprite-icon.motor-engine.x2 {
    width: 46px;
    height: 36px;
}
.png.sprite-icon.motor-engine.x2 {
    background-position: -889px -624px;
}

.desktop .sprite-icon.googleplus:hover {
    width: 46px;
    height: 46px;
}
.desktop .png.sprite-icon.googleplus:hover {
    background-position: -889px -660px;
}

.sprite-icon.googleplus {
    width: 46px;
    height: 46px;
}
.png.sprite-icon.googleplus {
    background-position: -889px -706px;
}

.desktop .sprite-icon.facebook:hover {
    width: 46px;
    height: 46px;
}
.desktop .png.sprite-icon.facebook:hover {
    background-position: -889px -752px;
}

.sprite-icon.facebook {
    width: 46px;
    height: 46px;
}
.png.sprite-icon.facebook {
    background-position: -889px -798px;
}

.desktop .sprite-icon.facebook-user:hover {
    width: 46px;
    height: 46px;
}
.desktop .png.sprite-icon.facebook-user:hover {
    background-position: -338px -852px;
}

.sprite-icon.facebook-user {
    width: 46px;
    height: 46px;
}
.png.sprite-icon.facebook-user {
    background-position: -384px -852px;
}

.desktop .sprite-icon.email:hover {
    width: 46px;
    height: 46px;
}
.desktop .png.sprite-icon.email:hover {
    background-position: -430px -852px;
}

.sprite-icon.email {
    width: 46px;
    height: 46px;
}
.png.sprite-icon.email {
    background-position: -476px -852px;
}

.sprite-icon.motor-colour.x3 {
    width: 33px;
    height: 45px;
}
.png.sprite-icon.motor-colour.x3 {
    background-position: -228px -207px;
}

.sprite-icon.watched-dark.x2 {
    width: 44px;
    height: 30px;
}
.png.sprite-icon.watched-dark.x2 {
    background-position: -372px -241px;
}

.sprite-icon.watch-dark.x2 {
    width: 44px;
    height: 30px;
}
.png.sprite-icon.watch-dark.x2 {
    background-position: -501px -630px;
}

.sprite-icon.tips-white {
    width: 44px;
    height: 44px;
}
.png.sprite-icon.tips-white {
    background-position: -614px -852px;
}

.sprite-icon.tips {
    width: 43px;
    height: 43px;
}
.png.sprite-icon.tips {
    background-position: -658px -852px;
}

.sprite-icon.motor-annual-tax {
    width: 43px;
    height: 24px;
}
.png.sprite-icon.motor-annual-tax {
    background-position: -578px -531px;
}

.sprite-icon.tips.down {
    width: 41px;
    height: 42px;
}
.png.sprite-icon.tips.down {
    background-position: -701px -852px;
}

.sprite-icon.tip.x2 {
    width: 30px;
    height: 42px;
}
.png.sprite-icon.tip.x2 {
    background-position: -678px -555px;
}

.sprite-icon.motor-year.x2 {
    width: 38px;
    height: 42px;
}
.png.sprite-icon.motor-year.x2 {
    background-position: -742px -852px;
}

.sprite-icon.motor-year2x {
    width: 38px;
    height: 42px;
}
.png.sprite-icon.motor-year2x {
    background-position: -780px -852px;
}

.sprite-icon.motor-model.x2 {
    width: 42px;
    height: 34px;
}
.png.sprite-icon.motor-model.x2 {
    background-position: -818px -852px;
}

.sprite-icon.arrow.x2 {
    width: 38px;
    height: 42px;
}
.png.sprite-icon.arrow.x2 {
    background-position: -60px -906px;
}

.sprite-icon.website-orange {
    width: 41px;
    height: 41px;
}
.png.sprite-icon.website-orange {
    background-position: -98px -906px;
}

.sprite-icon.opening-hours {
    width: 41px;
    height: 41px;
}
.png.sprite-icon.opening-hours {
    background-position: -139px -906px;
}

.sprite-icon.location-pin-orange-bordered {
    width: 41px;
    height: 41px;
}
.png.sprite-icon.location-pin-orange-bordered {
    background-position: -180px -906px;
}

.sprite-icon.touch_motor_share2x {
    width: 36px;
    height: 40px;
}
.png.sprite-icon.touch_motor_share2x {
    background-position: -852px -770px;
}

.touch .sprite-icon.map-pin {
    width: 26px;
    height: 40px;
}
.touch .png.sprite-icon.map-pin {
    background-position: -1024px -772px;
}

.sprite-icon.motor-mileage.x2 {
    width: 40px;
    height: 34px;
}
.png.sprite-icon.motor-mileage.x2 {
    background-position: -860px -852px;
}

.sprite-icon.close-peek2x {
    width: 40px;
    height: 38px;
}
.png.sprite-icon.close-peek2x {
    background-position: -221px -906px;
}

.sprite-icon.close-peek-hover2x {
    width: 40px;
    height: 38px;
}
.png.sprite-icon.close-peek-hover2x {
    background-position: -261px -906px;
}

.sprite-icon.share.x2 {
    width: 34px;
    height: 38px;
}
.png.sprite-icon.share.x2 {
    background-position: -301px -906px;
}

.sprite-icon.peg-man {
    width: 22px;
    height: 38px;
}
.png.sprite-icon.peg-man {
    background-position: -1024px -824px;
}

.sprite-icon.motor-ad-camera2x {
    width: 38px;
    height: 34px;
}
.png.sprite-icon.motor-ad-camera2x {
    background-position: -335px -906px;
}

.sprite-icon.motor-tax-expiry {
    width: 37px;
    height: 26px;
}
.png.sprite-icon.motor-tax-expiry {
    background-position: -545px -630px;
}

.sprite-icon.x.x3 {
    width: 33px;
    height: 36px;
}
.png.sprite-icon.x.x3 {
    background-position: 0 -957px;
}

.sprite-icon.small-openinghours.x2 {
    width: 36px;
    height: 36px;
}
.png.sprite-icon.small-openinghours.x2 {
    background-position: -33px -957px;
}

.sprite-icon.plus2x {
    width: 34px;
    height: 36px;
}
.png.sprite-icon.plus2x {
    background-position: -69px -957px;
}

.sprite-icon.motor-brand.x2 {
    width: 30px;
    height: 36px;
}
.png.sprite-icon.motor-brand.x2 {
    background-position: -103px -957px;
}

.sprite-icon.chevron-up3x {
    width: 36px;
    height: 24px;
}
.png.sprite-icon.chevron-up3x {
    background-position: -621px -531px;
}

.sprite-icon.report-icon.x2 {
    width: 34px;
    height: 34px;
}
.png.sprite-icon.report-icon.x2 {
    background-position: -900px -852px;
}

.sprite-icon.motor-doors.x2 {
    width: 28px;
    height: 34px;
}
.png.sprite-icon.motor-doors.x2 {
    background-position: -860px -373px;
}

.sprite-icon.motor-body {
    width: 34px;
    height: 19px;
}
.png.sprite-icon.motor-body {
    background-position: -992px -937px;
}

.sprite-icon.location-pin.x2 {
    width: 24px;
    height: 34px;
}
.png.sprite-icon.location-pin.x2 {
    background-position: -860px -407px;
}

.sprite-icon.location-pin-orange.x2 {
    width: 24px;
    height: 34px;
}
.png.sprite-icon.location-pin-orange.x2 {
    background-position: -551px -276px;
}

.touch .sprite-icon.whatsapp {
    width: 33px;
    height: 33px;
}
.touch .png.sprite-icon.whatsapp {
    background-position: -373px -906px;
}

.touch .sprite-icon.twitter {
    width: 33px;
    height: 33px;
}
.touch .png.sprite-icon.twitter {
    background-position: -406px -906px;
}

.touch .sprite-icon.pinterest {
    width: 33px;
    height: 33px;
}
.touch .png.sprite-icon.pinterest {
    background-position: -439px -906px;
}

.touch .sprite-icon.messenger {
    width: 33px;
    height: 33px;
}
.touch .png.sprite-icon.messenger {
    background-position: -472px -906px;
}

.touch .sprite-icon.googleplus {
    width: 33px;
    height: 33px;
}
.touch .png.sprite-icon.googleplus {
    background-position: -505px -906px;
}

.touch .sprite-icon.facebook {
    width: 33px;
    height: 33px;
}
.touch .png.sprite-icon.facebook {
    background-position: -538px -906px;
}

.touch .sprite-icon.email {
    width: 33px;
    height: 33px;
}
.touch .png.sprite-icon.email {
    background-position: -571px -906px;
}

.sprite-icon.back-arrow {
    width: 33px;
    height: 33px;
}
.png.sprite-icon.back-arrow {
    background-position: -604px -906px;
}

.sprite-icon.simi-logo {
    width: 28px;
    height: 32px;
}
.png.sprite-icon.simi-logo {
    background-position: -852px -810px;
}

.sprite-icon.plus-down2x {
    width: 32px;
    height: 6px;
}
.png.sprite-icon.plus-down2x {
    background-position: -935px -888px;
}

.sprite-icon.photos.x2 {
    width: 32px;
    height: 28px;
}
.png.sprite-icon.photos.x2 {
    background-position: -637px -906px;
}

.sprite-icon.chevron.x2 {
    width: 32px;
    height: 20px;
}
.png.sprite-icon.chevron.x2 {
    background-position: -716px -656px;
}

.sprite-icon.chevron.down.x2 {
    width: 32px;
    height: 20px;
}
.png.sprite-icon.chevron.down.x2 {
    background-position: -748px -656px;
}

.sprite-icon.chevron-right.x2 {
    width: 20px;
    height: 32px;
}
.png.sprite-icon.chevron-right.x2 {
    background-position: -971px -482px;
}

.sprite-icon.motor-year {
    width: 28px;
    height: 31px;
}
.png.sprite-icon.motor-year {
    background-position: -133px -957px;
}

.sprite-icon.check-packages {
    width: 31px;
    height: 25px;
}
.png.sprite-icon.check-packages {
    background-position: -582px -630px;
}

.touch .sprite-icon.motor-body {
    width: 30px;
    height: 17px;
}
.touch .png.sprite-icon.motor-body {
    background-position: -657px -531px;
}

.sprite-icon.motor-transmission {
    width: 30px;
    height: 30px;
}
.png.sprite-icon.motor-transmission {
    background-position: -161px -957px;
}

.sprite-icon.motor-mileage {
    width: 30px;
    height: 25px;
}
.png.sprite-icon.motor-mileage {
    background-position: -613px -630px;
}

.sprite-icon.motor-colour.x2 {
    width: 22px;
    height: 30px;
}
.png.sprite-icon.motor-colour.x2 {
    background-position: -551px -310px;
}

.sprite-icon.motor-colour {
    width: 30px;
    height: 30px;
}
.png.sprite-icon.motor-colour {
    background-position: -191px -957px;
}

.sprite-icon.mod-icon {
    width: 27px;
    height: 29px;
}
.png.sprite-icon.mod-icon {
    background-position: -551px -340px;
}

.sprite-icon.touch-motor-nct {
    width: 28px;
    height: 12px;
}
.png.sprite-icon.touch-motor-nct {
    background-position: -1024px -812px;
}

.sprite-icon.swaps-sprite {
    width: 28px;
    height: 13px;
}
.png.sprite-icon.swaps-sprite {
    background-position: -1024px -862px;
}

.sprite-icon.motor-nct {
    width: 28px;
    height: 12px;
}
.png.sprite-icon.motor-nct {
    background-position: -935px -894px;
}

.sprite-icon.motor-model {
    width: 28px;
    height: 22px;
}
.png.sprite-icon.motor-model {
    background-position: -534px -606px;
}

.sprite-icon.touch_motor-nct {
    width: 27px;
    height: 12px;
}
.png.sprite-icon.touch_motor-nct {
    background-position: -963px -894px;
}

.sprite-icon.sms-verified {
    width: 26px;
    height: 27px;
}
.png.sprite-icon.sms-verified {
    background-position: -551px -369px;
}

.sprite-icon.motor-brand {
    width: 22px;
    height: 27px;
}
.png.sprite-icon.motor-brand {
    background-position: -417px -208px;
}

.sprite-icon.clipboard {
    width: 24px;
    height: 27px;
}
.png.sprite-icon.clipboard {
    background-position: -416px -241px;
}

.sprite-icon.address-verified {
    width: 26px;
    height: 27px;
}
.png.sprite-icon.address-verified {
    background-position: -414px -279px;
}

.sprite-icon.unpaid {
    width: 26px;
    height: 20px;
}
.png.sprite-icon.unpaid {
    background-position: -780px -656px;
}

.sprite-icon.touch_dealer_avatar {
    width: 25px;
    height: 26px;
}
.png.sprite-icon.touch_dealer_avatar {
    background-position: -414px -306px;
}

.touch .sprite-icon.motor-transmission {
    width: 26px;
    height: 26px;
}
.touch .png.sprite-icon.motor-transmission {
    background-position: -414px -332px;
}

.sprite-icon.quarantined {
    width: 26px;
    height: 25px;
}
.png.sprite-icon.quarantined {
    background-position: -414px -358px;
}

.sprite-icon.pending-verified {
    width: 26px;
    height: 26px;
}
.png.sprite-icon.pending-verified {
    background-position: -414px -383px;
}

.desktop .sprite-icon.peek-chevron-right:hover {
    width: 16px;
    height: 26px;
}
.desktop .png.sprite-icon.peek-chevron-right:hover {
    background-position: -971px -533px;
}

.sprite-icon.peek-chevron-right {
    width: 16px;
    height: 26px;
}
.png.sprite-icon.peek-chevron-right {
    background-position: -919px -70px;
}

.desktop .sprite-icon.peek-chevron-left:hover {
    width: 16px;
    height: 26px;
}
.desktop .png.sprite-icon.peek-chevron-left:hover {
    background-position: -790px -460px;
}

.sprite-icon.peek-chevron-left {
    width: 16px;
    height: 26px;
}
.png.sprite-icon.peek-chevron-left {
    background-position: -790px -486px;
}

.sprite-icon.peek-chevron-hover-right {
    width: 16px;
    height: 26px;
}
.png.sprite-icon.peek-chevron-hover-right {
    background-position: -790px -512px;
}

.sprite-icon.peek-chevron-hover-left {
    width: 16px;
    height: 26px;
}
.png.sprite-icon.peek-chevron-hover-left {
    background-position: -790px -552px;
}

.sprite-icon.motor-doors {
    width: 26px;
    height: 23px;
}
.png.sprite-icon.motor-doors {
    background-position: -552px -417px;
}

.sprite-icon.email-verified {
    width: 26px;
    height: 26px;
}
.png.sprite-icon.email-verified {
    background-position: -552px -440px;
}

.sprite-icon.dealer-icon {
    width: 25px;
    height: 26px;
}
.png.sprite-icon.dealer-icon {
    background-position: -552px -466px;
}

.sprite-icon.sold-icon {
    width: 24px;
    height: 25px;
}
.png.sprite-icon.sold-icon {
    background-position: -552px -492px;
}

.sprite-icon.x.x2 {
    width: 22px;
    height: 24px;
}
.png.sprite-icon.x.x2 {
    background-position: -552px -517px;
}

.sprite-icon.watched {
    width: 24px;
    height: 17px;
}
.png.sprite-icon.watched {
    background-position: -1026px -937px;
}

.sprite-icon.watch {
    width: 24px;
    height: 17px;
}
.png.sprite-icon.watch {
    background-position: -687px -531px;
}

.sprite-icon.verified {
    width: 24px;
    height: 24px;
}
.png.sprite-icon.verified {
    background-position: -643px -630px;
}

.touch .sprite-icon.motor-colour {
    width: 24px;
    height: 24px;
}
.touch .png.sprite-icon.motor-colour {
    background-position: -667px -630px;
}

.sprite-icon.label {
    width: 24px;
    height: 24px;
}
.png.sprite-icon.label {
    background-position: -691px -630px;
}

.desktop .sprite-icon.close-modal:hover {
    width: 24px;
    height: 24px;
}
.desktop .png.sprite-icon.close-modal:hover {
    background-position: -669px -906px;
}

.sprite-icon.close-modal {
    width: 24px;
    height: 24px;
}
.png.sprite-icon.close-modal {
    background-position: -693px -906px;
}

.sprite-icon.close-modal-hover {
    width: 24px;
    height: 24px;
}
.png.sprite-icon.close-modal-hover {
    background-position: -717px -906px;
}

.sprite-icon.chevron-up2x {
    width: 24px;
    height: 16px;
}
.png.sprite-icon.chevron-up2x {
    background-position: -551px -396px;
}

.sprite-icon.bullet3x {
    width: 21px;
    height: 24px;
}
.png.sprite-icon.bullet3x {
    background-position: -971px -559px;
}

.sprite-icon.upsell {
    width: 23px;
    height: 14px;
}
.png.sprite-icon.upsell {
    background-position: -356px -188px;
}

.touch .sprite-icon.motor-engine {
    width: 23px;
    height: 18px;
}
.touch .png.sprite-icon.motor-engine {
    background-position: -138px -258px;
}

.sprite-icon.motor-engine {
    width: 23px;
    height: 18px;
}
.png.sprite-icon.motor-engine {
    background-position: -161px -258px;
}

.sprite-icon.watched-dark {
    width: 22px;
    height: 15px;
}
.png.sprite-icon.watched-dark {
    background-position: -184px -258px;
}

.sprite-icon.watch-dark {
    width: 22px;
    height: 15px;
}
.png.sprite-icon.watch-dark {
    background-position: -206px -258px;
}

.touch .sprite-icon.motor-year {
    width: 19px;
    height: 21px;
}
.touch .png.sprite-icon.motor-year {
    background-position: -243px -36px;
}

.touch .sprite-icon.motor-model {
    width: 21px;
    height: 17px;
}
.touch .png.sprite-icon.motor-model {
    background-position: -971px -514px;
}

.sprite-icon.tip {
    width: 15px;
    height: 21px;
}
.png.sprite-icon.tip {
    background-position: -1037px -466px;
}

.sprite-icon.arrow {
    width: 19px;
    height: 21px;
}
.png.sprite-icon.arrow {
    background-position: -562px -606px;
}

.sprite-icon.touch_motor_share {
    width: 18px;
    height: 20px;
}
.png.sprite-icon.touch_motor_share {
    background-position: -790px -578px;
}

.touch .sprite-icon.motor-mileage {
    width: 20px;
    height: 17px;
}
.touch .png.sprite-icon.motor-mileage {
    background-position: -581px -606px;
}

.sprite-icon.message-dealer {
    width: 20px;
    height: 16px;
}
.png.sprite-icon.message-dealer {
    background-position: -601px -606px;
}

.sprite-icon.close-peek {
    width: 20px;
    height: 19px;
}
.png.sprite-icon.close-peek {
    background-position: -741px -906px;
}

.sprite-icon.close-peek-hover {
    width: 20px;
    height: 19px;
}
.png.sprite-icon.close-peek-hover {
    background-position: -761px -906px;
}

.touch .sprite-icon.motor-ad-camera {
    width: 19px;
    height: 17px;
}
.touch .png.sprite-icon.motor-ad-camera {
    background-position: -781px -906px;
}

.sprite-icon.small_green_check {
    width: 19px;
    height: 16px;
}
.png.sprite-icon.small_green_check {
    background-position: -621px -606px;
}

.sprite-icon.share {
    width: 17px;
    height: 19px;
}
.png.sprite-icon.share {
    background-position: -790px -598px;
}

.sprite-icon.motor-ad-camera {
    width: 19px;
    height: 17px;
}
.png.sprite-icon.motor-ad-camera {
    background-position: -800px -906px;
}

.touch .sprite-icon.motor-brand {
    width: 15px;
    height: 18px;
}
.touch .png.sprite-icon.motor-brand {
    background-position: -1037px -487px;
}

.sprite-icon.small-openinghours {
    width: 18px;
    height: 18px;
}
.png.sprite-icon.small-openinghours {
    background-position: -790px -617px;
}

.sprite-icon.plus {
    width: 17px;
    height: 18px;
}
.png.sprite-icon.plus {
    background-position: -221px -957px;
}

.sprite-icon.opening-hours-motor-profile {
    width: 18px;
    height: 18px;
}
.png.sprite-icon.opening-hours-motor-profile {
    background-position: -238px -957px;
}

.sprite-icon.extras-icon {
    width: 17px;
    height: 18px;
}
.png.sprite-icon.extras-icon {
    background-position: -256px -957px;
}

.sprite-icon.touch-motor-doors {
    width: 12px;
    height: 17px;
}
.png.sprite-icon.touch-motor-doors {
    background-position: -1040px -520px;
}

.sprite-icon.report-icon {
    width: 17px;
    height: 17px;
}
.png.sprite-icon.report-icon {
    background-position: -819px -906px;
}

.sprite-icon.location-pin {
    width: 12px;
    height: 17px;
}
.png.sprite-icon.location-pin {
    background-position: -1040px -537px;
}

.sprite-icon.location-pin-orange {
    width: 12px;
    height: 17px;
}
.png.sprite-icon.location-pin-orange {
    background-position: -1040px -554px;
}

.sprite-icon.adverts_a {
    width: 15px;
    height: 17px;
}
.png.sprite-icon.adverts_a {
    background-position: -977px -431px;
}

.sprite-icon.plus-down {
    width: 16px;
    height: 3px;
}
.png.sprite-icon.plus-down {
    background-position: -967px -888px;
}

.sprite-icon.photos {
    width: 16px;
    height: 14px;
}
.png.sprite-icon.photos {
    background-position: -919px -96px;
}

.sprite-icon.mini-chevron.down {
    width: 16px;
    height: 10px;
}
.png.sprite-icon.mini-chevron.down {
    background-position: -860px -441px;
}

.sprite-icon.green-tick {
    width: 16px;
    height: 13px;
}
.png.sprite-icon.green-tick {
    background-position: -808px -757px;
}

.sprite-icon.chevron.down {
    width: 16px;
    height: 10px;
}
.png.sprite-icon.chevron.down {
    background-position: -824px -757px;
}

.sprite-icon.chevron {
    width: 16px;
    height: 10px;
}
.png.sprite-icon.chevron {
    background-position: -840px -757px;
}

.sprite-icon.chevron-right {
    width: 10px;
    height: 16px;
}
.png.sprite-icon.chevron-right {
    background-position: -1042px -668px;
}

.sprite-icon.bullet2x {
    width: 14px;
    height: 16px;
}
.png.sprite-icon.bullet2x {
    background-position: -977px -448px;
}

.sprite-icon.positive-thumb {
    width: 15px;
    height: 15px;
}
.png.sprite-icon.positive-thumb {
    background-position: -1037px -505px;
}

.sprite-icon.negative-thumb {
    width: 15px;
    height: 15px;
}
.png.sprite-icon.negative-thumb {
    background-position: -977px -464px;
}

.sprite-icon.x-close {
    width: 14px;
    height: 14px;
}
.png.sprite-icon.x-close {
    background-position: -874px -735px;
}

.sprite-icon.red-x {
    width: 12px;
    height: 13px;
}
.png.sprite-icon.red-x {
    background-position: -980px -68px;
}

.sprite-icon.facebook_f {
    width: 13px;
    height: 13px;
}
.png.sprite-icon.facebook_f {
    background-position: -790px -538px;
}

.sprite-icon.x {
    width: 11px;
    height: 12px;
}
.png.sprite-icon.x {
    background-position: -980px -81px;
}

.sprite-icon.mini-chevron {
    width: 12px;
    height: 8px;
}
.png.sprite-icon.mini-chevron {
    background-position: -1040px -928px;
}

.sprite-icon.chevron-up {
    width: 12px;
    height: 8px;
}
.png.sprite-icon.chevron-up {
    background-position: -980px -93px;
}

.sprite-icon.ad-placement-point {
    width: 11px;
    height: 11px;
}
.png.sprite-icon.ad-placement-point {
    background-position: -980px -101px;
}

.sprite-icon.ad-placement-point-active {
    width: 11px;
    height: 11px;
}
.png.sprite-icon.ad-placement-point-active {
    background-position: -980px -112px;
}

.sprite-icon.bullet {
    width: 7px;
    height: 8px;
}
.png.sprite-icon.bullet {
    background-position: -1043px -172px;
}
#main .breadcrumbs {
    margin: -4px 0 10px -5px;
    padding: 0;
    list-style: none;
    height: 1%;
    color: #455764;
    font-size: 11px;
    overflow: hidden;
}

.breadcrumbs li {
    float: left;
    padding: 0 4px 0 9px;
    margin: 0 4px 0 -4px;
    background: url(../../../i/arrow-bc.gif) no-repeat 0 8px;
    background-position: 0 7px;
}
.breadcrumbs #last-breadcrumb {
    color: #333;
}
.breadcrumbs #last-breadcrumb:hover {
    text-decoration: none;
    cursor: default;
}
/* Notification rollover for heading */

#notifications_flyout{
    visibility: hidden;
    width: 100%;
    
    margin-top: 29px;
    position: absolute;
    left: 0;
    z-index: 5000;
}
#notifications_flyout.open{
    visibility: visible;
}
#notification_fly_wrap{
    background: white;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-top: none;
    position: relative;
}
.dropdown_shadow{
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    
    background: #000;
    
    opacity: 0.105;
    -moz-opacity: 0.105;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10.5)";
    filter: alpha(opacity=10.5);
    
    z-index: -1;
}
/* 
 * Have to set the background of elements within the notifications dropdown so background shadow doesn't show through 
 */
#notification_header,
.notification_messages,
#notifications_footer{
    background: #fff;
}

#notification_header{
    border-bottom: 1px solid #dddddd;
    
    padding: 17px 20px 16px 20px;
    
    font-weight: bold;
    font-size: 14px;
    color: #2a343b;
    
    z-index: 5;
}

.notification_messages {
    list-style: none;
    padding: 0;
    margin: 0;
}
.notification_messages.scroll{
    overflow-y: scroll;
}
.notification_messages li{
    height: 47px;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
    
    padding: 7px;
    
    color: #2a343b;
    font-size: 13px;
    
    position: relative;
}
#notification_fly_wrap .notification_messages li.last{
    border-bottom: 0;
}
#notification_fly_wrap .notification_messages li.last:hover{
    border-bottom: 0;
}
.notification_messages li a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    outline: none;
}
#notifications_footer.last_hover_hack{
    border-top: 1px solid #b1c4d5
}

#notifications_flyout .notification_messages li{
    background: #fff;
}
#notifications_flyout .notification_messages li.unread{
    background: #FFFFDD;
}
#notifications_flyout .notification_messages li:hover{
    border-top: 1px solid #fff;
    height: 46px;
    
    padding-top: 6px;
    padding-bottom: 8px;
} 

.notification_messages li img{
    width: 45px;
    height: 45px;
    border: 1px solid #ddd;
    float: left;
}

#notifications_footer {
    background: #f4f4f4;
    border-top: 1px solid #dddddd;
    color: #333;
    display: block;
    font-size: 14px;
    padding: 14px 0 18px 0;
    text-align: center;
    text-decoration: none;
}
#notifications_footer:hover {
    background: #fafafa;
}

#notifications_flyout .emptyBox{
    height: 61px;
    width: 100%;
    background: #F4F4F4;
    border: 0;
    margin-top: 0;
}

#notifications_flyout .innerBox{
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

#notifications_flyout .emptyBox span{
    padding: 21px;
    display: inline-block;
    font-size: 16px;
}


/* Notification messages */
.notification_messages h5{
    margin: 3px 0 0 0;
}
.notification_messages  .message_area{
    height: 48px;
    margin-left: 59px;
    position: relative;
}
.notification_messages .bottom{
    margin: 0;
    position: absolute;
    bottom: 7px;
    left: 0;
}

/*
 * Notifications main page
 */
#notifications_main{
    width: 626px;
    border-right: 1px solid #eee;
    
    float: left;
    
    /*  To push the border to the top  */
    margin-left: -13px;
    padding-left: 13px;
    margin-top: -17px;
    padding-top: 17px;
}
.notifications_list{
    margin-left: 7px;
    margin-right: 20px;
}
#notifications_main h3,
#notifications_sidebar h3,
#notification_options h3 {
    padding-bottom: 12px;
    margin-bottom: 0;
}

#notificaitons_list_unread{
    margin-top: 16px;
    position: relative;
}
.notifications_list .notification_messages li{
    cursor: default;
}
.notifications_list .notification_messages li:hover,
.notifications_list .notification_messages li.unread{
    background: none;
    border-bottom: 1px solid #dddddd;
    filter: none;
}
.notifications_list .notification_messages li.unread{
    background: #FFFFDD;
}
#notifications_filter{
    position: absolute;
    top: -4px;
    right: 0;
}
#notifications_mark_read, #notifications_fly_mark_read {
    float: right;
    margin-top: -32px;
    text-decoration: none;
}
#notifications_mark_read:hover, #notifications_fly_mark_read:hover {
    text-decoration: underline;
}
#notifications_fly_mark_read {
    margin-top: 0;
}
.mark_all_read.loading{
    padding-left: 27px;
    background: url(../../../i/ajax-loader.gif) no-repeat left;
}

    /* Notifications Sidebar */
#notifications_sidebar{
    padding: 16px 6px 0 8px;
    margin-bottom: 32px;
    
    float: right;
    width: 300px;
    padding: 16px 6px 0 20px;
    margin-bottom: 15px;

    border-left: 1px solid #eee;
    
    /* Overlapping the borders so regardless of which is bigger 
     * (notifications list or options) the border goes down
     * the full width of the longer  
     */
    position: relative;
    left: -1px;
}
.notificaitons_option_list{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 20px;
    width: 300px;
}
.notificaitons_option_list.last{
    margin-right: 0;
}
.notify_option_heading{
    border: 1px solid #dddddd;
    border-bottom: none;
    width: 136px;
    padding: 3px 6px 4px 6px;
    font-weight: bold;
    text-align: center;
    background: #607183;
    color: #fff;
}
.notify_option_content{
    border: 1px solid #dddddd;
    background: #f4f4f4;
    padding: 12px 15px;
}
.notify_option_content ul{
    list-style: none;
    padding: 0;
}
.notify_option_content input{
    margin: -3px 3px 0 0;
}
.notificaitons_option_list .notify_option_block{
    margin-bottom: 15px;
}
.notificaitons_option_list .no_margin_bottom{
    margin-bottom: 0;
}
#notifications_settings{
    position: relative;
    margin-bottom: 27px;
}

#notifications_main .emptyBox{
    height: 176px;
    width: 100%;
    background: #F4F4F4;
    border: 1px solid #DDDDDD;
    margin-top: 15px;
}

#notifications_main .innerBox{
    text-align: center;
    width: 100%;
    margin: 68px auto;
}

#notifications_main .emptyBox span{
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    display: inline-block;
    font-size: 16px;
}

.notification_messages .read{
   background: #ffffff;
}


/* Changes for splitting pages into settings and main */
#notifications_setting_button {
    width: 300px;
    height: 34px;
    display: block;
    margin-top: 15px;
    
    border: none;
    background: url(../../../i/notification_settings.png) no-repeat;
}
#notifications_setting_button:hover {
    background: url(../../../i/notification_settings_on.png) no-repeat;
}


#notification_ads_list{
    list-style: none;
    margin: 0;
    padding: 0;
}
#notification_ads_list .notification_ad{
    border: 1px solid #dddddd;
    background: #f4f4f4;
    margin-top: 15px;
    padding: 11px 15px 15px 15px;
}
#notification_ads_list h3{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#notification_ads_list a {
    text-decoration: none;
    font-size: 15px;
    width: 266px;
    display: block;
}
#notification_ads_list a:hover {
    text-decoration: underline;
}
.notif_ad_main{
    border: 1px solid #d8d8d8;
    margin-top: 10px;
    background: #fff;
}
.notif_ad_main_img{
    width: 131px;
    float: left;
    border-right: 1px solid #dedcdd;
}
.notif_ad_main,
.notif_ad_main_img{
    height: 98px;
}
.notif_ad_info{
    float: right;
    width: 114px;
    margin: 6px 10px 10px 10px;
    padding-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
}
.notif_ad_info.top{
    margin-bottom: 0;
    border-bottom: 1px solid #d8d8d8;
}
.notif_ad_data.num{
    font-weight: bold;
}
.notif_ad_data.lower{
    margin-top: -2px;
}

#notif_heading_sub{
    margin-top: 10px;
}
.notify_option_block.bottom {
    margin-bottom: 12px;
}
#notif_options_footer {
    border-top: 1px solid #dddddd;
    margin-top: 18px;
    padding-top: 15px;
    text-align: right;
}
#notif_options_footer .backlink {
    float: left;
}
#notif_options_footer .orange-button{
    width: 130px;
}

#notification_options{
    padding: 16px 6px 0 8px;
    margin-bottom: 32px;
    position: relative;
}

.notify_option_content li{
    padding: 1px 0 2px 0;
}

/** DoneDeal feedback export notifications*/
#notifications_flyout .notification_messages li.dd-feedback-export:hover,
.notification_messages li.dd-feedback-export
{
    height: auto;
    padding-bottom: 8px;
}
.notification_messages li.dd-feedback-export .notification-image {
    margin-top: 6px;
}
.notification_messages li.dd-feedback-export .message_area {
    height: auto;
}
.notification_messages li.dd-feedback-export .message_area h5 {
    width: 340px;
}
.notification_messages li.dd-feedback-export .message_area .d-flex{
    display: flex;

}
.notification_messages li.dd-feedback-export .message_area p {
    margin-top: 5px;
    width: 400px;
}
.notification_messages li.dd-feedback-export .message_area .review-btn {
    border: solid 1px black;
    box-sizing: border-box;
    width: 195px;
    height: 40px;
    margin-top: -14px;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 1.5rem;
}
.notification_messages li.dd-feedback-export .message_area .review-btn img {
    border: none;
    width: 20px;
    height: 20px;
    float: none;
    position: relative;
    top: 5px;
}

/*
 * Grid
 */
.wide-template .grid-row {
    clear: both;
    display: inline-block;
    position: relative;
    width: 100%;
}
.wide-template .grid-row > * {
    display: inline-block !important;
    float: left;
    vertical-align: top;
}
.wide-template .grid-row > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wide-template .grid-row > *:before, .wide-template .grid-row > *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.wide-template .grid-row .cols-1 {
    width: 8.3333%;
}
.wide-template .grid-row .cols-2 {
    width: 16.6666%;
}
.wide-template .grid-row .cols-3 {
    width: 25%;
}
.wide-template .grid-row .cols-4 {
    width: 33.3333%;
}
.wide-template.desktop .grid-row .cols-4.padded {
    padding-left: 25px;
    padding-right: 32px;
}
.wide-template .grid-row .cols-5 {
    width: 41.6666%
}
.wide-template .grid-row .cols-6 {
    width: 50%;
}
.wide-template .grid-row .cols-7 {
    width: 58.3333%;
}
.wide-template .grid-row .cols-8 {
    width: 66.6666%;
}
.wide-template .grid-row .cols-8.padded {
    padding-left: 32px;
    padding-right: 25px;
}
.wide-template .grid-row .cols-9 {
    width: 75%;
}
.wide-template .grid-row .cols-10 {
    width: 83.3333%;
}
.wide-template .grid-row .cols-11 {
    width: 91.6666%
}
.wide-template .grid-row .cols-12 {
    width: 100%
}
.wide-template.desktop .grid-row .cols-12.padded {
    padding-left: 32px;
    padding-right: 32px;
}


/* 800px screen max */

@media screen and (max-width: 800px){
    .wide-template .grid-row.responsive > .cols-1 {
        width: 16.6666%;
    }
    .wide-template .grid-row.responsive > .cols-2 {
        width: 33.3333%;
    }
    .wide-template .grid-row.responsive > .cols-3 {
        width: 50%;
    }
    .wide-template .grid-row.responsive > .cols-4 {
        width: 66.6666%;
    }
    .wide-template .grid-row.responsive > .cols-5 {
        width: 83.3333%;
    }
    .wide-template .grid-row.responsive > .cols-6 {
        width: 100%;
        display: block;
    }
    .wide-template .grid-row.responsive > .cols-7 {
        width: 100%;
        display: block;
    }
    .wide-template .grid-row.responsive > .cols-8 {
        width: 100%;
        display: block;
    }
    .wide-template .grid-row.responsive > .cols-9 {
        width: 100%;
        display: block;
    }
    .wide-template .grid-row.responsive > .cols-10 {
        width: 100%;
        display: block;
    }
    .wide-template .grid-row.responsive > .cols-11 {
        width: 100%;
        display: block;
    }
}
/*
 * Resets
 */
* {
    font-size: 100.01%;
}
html .desktop {
    font-size: 62.5%;
}
html .touch {
    font-size: 12px;
}
html .touch p {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

body {
    color: #2a343b;
    margin: 0;
    overflow-y: scroll;
}

p {
    margin: 0;
    padding: 0;
}

body.iframe {
    background: none;
    overflow-y: hidden;
    z-index: 10000000;
}

body.cache_reload {
    background: #ff1400;
}

img {
    border-style: none;
}

input, textarea, select {
    color: #525252;
    font: 14px Arial, sans-serif;
    vertical-align: middle;
}

a {
    color: #ea7d22;
    cursor: pointer;
    text-decoration: none;
}

#searchForm input, #searchForm textarea, #searchForm select {
    font-size: 14px;
}

form, fieldset {
    border-style: none;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: separate;
    border-spacing: 1px;
}

#TB_window {
    background-color: rgba(0, 0, 0, 0) !important;
    border: none !important;
    z-index: 10000001 !important;
    left: 50%;
}

#TB_overlay {
    position: fixed;
    z-index: 10000000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    -moz-opacity: 0.80;
    opacity: 0.80;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; 
}


.desktop #header .sign-in {
    font-size: 13px;
    line-height: 23px;
}

/*
 * Tags
 */
.wide-template #container_wrapper a {
    color: #ea7d22;
    cursor: pointer;
    text-decoration: none;
    line-height: 26px;
}
/* The line height doesn't play nicely with the Google Maps API */
.wide-template #container_wrapper #map a,
.wide-template #container_wrapper #panorama-view a {
    line-height: 12px;
    font-size: 10px;
}
.wide-template #container_wrapper a:hover {
    color: #a0570a;
}
.wide-template #container_wrapper a h3:hover {
    color: #a0570a;
}
.wide-template #container_wrapper a.inactive {
   cursor: default;
   pointer-events: none;
   color: #4a4a4a;
}

.wide-template.touch #container_wrapper,
.wide-template.touch #container_wrapper a,
.wide-template.touch #container_wrapper p {
    font-size: 16px;
    line-height: 26px;
}

.wide-template.desktop #container_wrapper p {
    color: #4a4a4a;
    line-height: 26px;
    font-size: 18px;
}

.wide-template.touch.promo #container_wrapper li {
    font-size: 16px;
    line-height: 26px;
}


.wide-template.desktop.promo #container_wrapper li {
    color: #4a4a4a;
    line-height: 26px;
    font-size: 18px;
}


.wide-template.promo .button.primary {
    border-radius: 40px !important;
}
.wide-template.promo ol {
    margin: 0;
    padding-left: 18px ;
}

/*
 *  Overrides
 */
 .wide-template.desktop.smi.car-ad #main {
     width: 1110px;
 }
 .wide-template.desktop #pbxl_captions {
    font-size: 13px;
 }
.wide-template .smi_leaderboard_wrap {
    left: 0;
    margin-bottom: 30px;
}
.wide-template.desktop.smi.car-ad .smi_leaderboard_wrap {
   margin-bottom: 0px;
}
.wide-template #main .breadcrumbs {
    padding-top: 18px;
    margin: 0px 0 15px 13px; 
    display: block;
}
.wide-template.desktop.smi.car-ad  #main .breadcrumbs {
    padding-bottom: 3px;
}
.wide-template #main .breadcrumbs a {
    line-height: 12px;
    color: #004dda;
}
.wide-template #main .breadcrumbs #last-breadcrumb {
    color: #333;
}
.wide-template.desktop #container_wrapper {
    color: #4a4a4a;
    font-size: 16px;
}
.wide-template #container_wrapper .extra-margin {
    margin-top: 33px;
    margin-bottom: 33px;
}
.wide-template #container_wrapper.centered-content {
    margin: 0 auto;
    padding: 0px;
    width: 954px;
}
.wide-template.category-select #container_wrapper.centered-content {
    width: 960px;
}
.wide-template hr.ad-break {
    margin: 20px 0px 33px;
    border: 0;
    border-top: 1px solid #e2e2e2;
}
.wide-template.smi.car-ad hr.ad-break {
    margin: 18px 0px 32px -12px;
    width: 980px;
}

.wide-template #head_tabs {
    border-bottom: 2px solid #ccc;
}

 #footer > .centered-content {
    color: #525252;
    padding-bottom: 100px;
    padding-top: 20px;
}

.wide-template #container_wrapper {
    padding: 0;
}

.wide-template.touch #adtitle {
    display: none;
}
.wide-template.touch #container_wrapper #main_image_wrap {
    display: block;
    height: 297px;
    margin: 0 auto 0px auto;
    max-width: 414px;
    max-height: 297px;
    padding: 0;
    position: relative;
    width: 100%;
}
.wide-template.touch.smi.car-ad #container_wrapper #main_image_wrap {
    margin: 0 auto 2px auto;
}
.wide-template.touch #main_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.wide-template.desktop .smi_description .main_image {
    display: block;
    padding: 0px;
    float: none;
    margin-top: -49px;
    height: auto;
    max-height: 435px;
    border: 1px solid #e2e2e2;
    border-top: none;
    width: 577px;
}
.wide-template.desktop.smi.car-ad .smi_description .main_image {
    border: none;
}
.wide-template.desktop .smi_description .main_image img {
    border: none;
    width: 577px;
}

.wide-template.desktop.car-ad .smi_description .main_image {
    max-height: 454px;
    min-height: 454px;
    margin-top: -0px;
    width: 980px;
    margin-left: -13px;
}
.wide-template.desktop.car-ad .smi_description .main_image img {
    width: 980px;
}

.wide-template.desktop #smi_gallery {
    height: 118px;
    width: 100%;
    text-align: left;
    overflow: hidden;
    margin-top: -27px;
}
.wide-template.desktop #smi_gallery ul {
    list-style: none;
    padding: 0;
    width: 100%;
    margin-top: 17px;
    height: 101px;
    overflow: hidden;
}
.wide-template.desktop #smi_gallery ul li {
    display: inline-block;
    margin-right: 1.75%;
    width: 23.1%;
}
.wide-template.desktop #smi_gallery ul li img {
    width: 135px;
    height: 101px;
}
.wide-template.desktop #smi_gallery ul li:nth-of-type(4) {
    margin-right: 0px;
}
.wide-template.desktop #container_wrapper .info-block.ad-title {
    padding: 30px 32px 58px 32px;
}
.wide-template.touch.smi.car-ad #container_wrapper .info-block.ad-title {
    border: none;
}
.wide-template.touch.smi.car-ad.owner #container_wrapper .info-block.ad-title {
    border-bottom: 1px solid #e2e2e2;
}
.wide-template.touch.smi.car-ad #container_wrapper .info-block.watch-area {
    border: none;
}
.wide-template.desktop #container_wrapper .info-block.ad-title h1 {
    margin-bottom: 10px;
}

.wide-template.desktop.smi.car-ad #container_wrapper .ad-title {
    min-height: 128px;
    padding-left: 20px;
    margin-left: -50px;
    z-index: 21477 !important;
}
.wide-template.desktop.smi.car-ad #container_wrapper .ad-title .info-block {
    background-color: white;
    border-color: rgba(0,0,0,0.05)!important;
    margin-left: -50px;
    padding: 30px 2px 26px 50px !important;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
}
.wide-template.desktop.smi.car-ad #container_wrapper .is-sticky .ad-title .info-block {
background-color: rgba(255, 255, 255, .95);
    box-sizing: border-box;
    border: 1px solid #e2e2e2 !important;
    border-top: none;
    border-left: none;
    border-right: 1px solid rgba(0,0,0,0.05) !important;
    height: 53px;
    margin-left: -55px;
    padding: 6px 81px 20px 100px !important;
    width: 701px;
}
.info-block.ad-title #calculator_textlink #av_detail_textlink {
    min-height: 50px;
}

.wide-template.desktop.smi.car-ad #container_wrapper .is-sticky .ad-title .full-header {
    display: none;
}
.wide-template.desktop.smi.car-ad #container_wrapper .ad-title .mini-header {
    display: none;
}
.wide-template.desktop.smi.car-ad #container_wrapper .is-sticky .ad-title .mini-header {
    display: block;
}
.contact-area-sticky {
    min-height: 478px;
}
.contact-area-sticky.dealer {
    min-height: 874px;
}
.wide-template.desktop.smi.car-ad #container_wrapper #ad-title-block-sticky-wrapper {
    pointer-events: none;
    margin-left: 40px;
}
.wide-template.desktop.smi.car-ad #container_wrapper #ad-title-block-sticky-wrapper .ad-title {
    padding-left: 0px;
}
.wide-template.desktop.smi.car-ad #container_wrapper .ad-title #refresh-date,
.wide-template.desktop.smi.car-ad #container_wrapper .ad-title #dealer-badge,
.wide-template.desktop.smi.car-ad #container_wrapper .ad-title #car-finance-ad,
.wide-template.desktop.smi.car-ad #container_wrapper .ad-title .main-title,
.wide-template.desktop.smi.car-ad #container_wrapper .ad-title .main-title h1,
.wide-template.desktop.smi.car-ad #container_wrapper .ad-title #price,
.wide-template.desktop.smi.car-ad #container_wrapper #ad-title-block-sticky-wrapper a  {
    pointer-events: all;
}

.wide-template.desktop.smi.car-ad #container_wrapper .is-sticky .ad-title #car-finance-ad,
.wide-template.desktop.smi.car-ad #container_wrapper .is-sticky .ad-title #refresh-date {
    visibility: hidden;
}
.wide-template.desktop.smi.car-ad #container_wrapper #refresh-date {
    margin-top: 5px;
}
.wide-template.desktop.smi.car-ad #container_wrapper .text-link-ad {
    font-size: 16px;
    font-weight: normal;
    float: right;
    padding-right: 14px;
    position: relative;
    top: 0px;
}
.wide-template.desktop.smi.car-ad #container_wrapper .is-sticky .ad-title .main-title {
    position: relative;
    float: right;
    text-align: right;
}
.wide-template.desktop.smi.car-ad #container_wrapper .is-sticky .ad-title .main-title h1 {
    font-size: 18px !important;
    margin-top: 6px;
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}
.wide-template.desktop.smi.car-ad #container_wrapper .is-sticky .ad-title #price {
    font-size: 24px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wide-template.touch.smi.car-ad #container_wrapper .location-links a {
    color: #9b9b9b;
}


.wide-template.touch #container_wrapper #main_image_wrap #main_image {
    position: relative;
}
.wide-template.desktop #container_wrapper .main_image {
    position: relative;
}
/* Image gradient overlay Desktop */
.wide-template.desktop #container_wrapper .main_image:before {
    background: -moz-linear-gradient(
        top,
        rgba(1, 1, 1, 0) 0%,
        rgba(1, 1, 1, 0) 217.77px,
        rgba(1, 1, 1, .38) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(1, 1, 1, 0) 0%,
        rgba(1, 1, 1, 0) 217.77px,
        rgba(1, 1, 1, .38) 100%
    ); /* Chrome10-25, Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(1, 1, 1, 0) 0%,
        rgba(1, 1, 1, 0) 217.77px,
        rgba(1, 1, 1, .38) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    content: '';
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    pointer-events: none;
}
.wide-template.desktop.smi #container_wrapper .sprite-icon.x {
    margin-bottom: 2px;
}
.wide-template.desktop #container_wrapper .svg-icon.sprite-icon.sms-verified {
    width: 27px;
}

.wide-template.touch #container_wrapper #main_image_wrap #main_image.default-image:before,
.wide-template.desktop #container_wrapper .main_image.default-image:before
{
    background: none;
}

.wide-template.touch #main_image_wrap .icons-holder {
    display: inline-block;
    padding: 9px 23px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 99;
}

.wide-template .photos-holder {
    display: block;
    position: relative;
    font-weight: lighter;
    bottom: 47px;
    vertical-align: bottom;
    line-height: 10px;
    pointer-events: none;
}
.wide-template.touch .photos-holder {
    text-align: center;
}
.wide-template.desktop .photos-holder {
    margin-left: 33px;
}

.wide-template.desktop.smi.car-ad .photos-holder {
    background-color: rgba(234,125,34, .71);
    bottom: 48px;
    margin-left: 23px;
    padding: 11px 0px;
    pointer-events: none;
    text-align: center;
    width: 131px;
}
.wide-template.desktop.smi.car-ad .photos-holder .sprite-icon {
    pointer-events: none;
}
.wide-template .photos {
    display: inline-block;
}

.wide-template a.photos-holder span {
    color: white;
    vertical-align: middle;
}
.wide-template.desktop.smi.car-ad a.photos-holder span {
    height: 24px;
    display: inline-block;
}
.wide-template .photos .sprite-icon {
    margin-bottom: 3px;
}

.wide-template.desktop #container_wrapper #container_wrapper a.place_ad_btn {
    color: white;
}

/*
 * Layouts and containers
 */
.wide-template .vertical-divider {
    display: block;
    visibility: none;
    width: 100%;
}
.wide-template .vertical-divider.size-1 {
    height: 1px;
}
.wide-template .vertical-divider.size-2 {
    height: 2px;
}
.wide-template .vertical-divider.size-6 {
    height: 6px;
}
.wide-template .vertical-divider.size-7 {
    height: 7px;
}
.wide-template .vertical-divider.size-24 {
    height: 25px;
}
.wide-template .vertical-divider.size-33 {
    height: 33px;
}
.wide-template .info-block {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e2e2;
    display: block;
    padding: 26px 23px;
}
.wide-template.desktop .info-block {
    border: 1px solid #e2e2e2;
}
.wide-template.desktop.smi .info-block {
    margin-bottom: 26px;
}

.wide-template .table-display {
    display: table !important;
    table-layout: fixed;
    width: 100%;
}
.wide-template .table-display >.table-cell-display {
    display: table-cell !important;
}
.wide-template .inline-flex-display {
    display: inline-flex !important;
}
#container_wrapper div.cols-4.right-side {
    padding-top: 3px;
    padding-left: 32px;
}
.wide-template.desktop.smi.car-ad .grid-row .cols-8.left-side {
    padding-right: 0px;
    margin-top: -48px;
    margin-right: 43px;
    width: 605px;
}
.wide-template.desktop.smi.car-ad .grid-row .cols-8.left-side .extra-margin-left {
    width: 617px;
    margin-left: -43px;    
}
.wide-template.desktop.smi.car-ad #container_wrapper div.cols-4.right-side {
    margin-left: -13px;
    margin-top: -100px;
    position: absolute;
    width: 364px;
}
.wide-template.desktop.smi.car-ad #container_wrapper div.cols-4.right-side .sticky-wrapper {
    z-index: 99999;
    background-color: white;
}
.wide-template.desktop.smi.car-ad #container_wrapper div.cols-4.right-side #sticky-wrapper .button {
    -webkit-transform: translate3d(0, 0, 0);
}

.wide-template.desktop.smi #container_wrapper div.cols-4.right-side .button {
    width: 100%;
}
.wide-template.desktop.smi.car-ad #container_wrapper div.cols-4.right-side .seller-details {
    padding-top: 27px;
    padding-bottom: 04px;
}
.wide-template.touch.smi.car-ad #container_wrapper .seller-details {
    padding-top: 21px;
    padding-bottom: 23px;
}
.wide-template.touch.smi.car-ad #container_wrapper .seller-details .avatar-holder {
    float: left;
}
.wide-template.desktop.smi.car-ad #container_wrapper div.cols-4.right-side .seller-details #feedback {
    padding-bottom: 20px;
}

/*
 * Modifiers
 */
.wide-template .absolute {
   position: absolute;
   width: 50px;
   height: 50px;
}

.wide-template .always-visible {
    display: block !important;
}

.wide-template .no-pointer-events {
    pointer-events: none;
}

.wide-template.promo #container_wrapper .valigned-holder {
    display: table;
    height: 100%;
    min-height: 100%;
}
.wide-template.promo #container_wrapper .valigned {
    display: table-cell;
    vertical-align: middle;
}
.wide-template .top-right {
    top: 0px;
    right: 0px;
}
.wide-template .radial-gradient.large.top-right {
    right: -150px;
    top: -150px;
}
.wide-template .top-left {
    top: 0px;
    left: 0px;
}
.wide-template .radial-gradient.large.top-left {
    left: -150px;
    top: -150px;
}
.wide-template .bottom-center {
    bottom: 0px; 
    left: 0; 
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.wide-template .radial-gradient.large.bottom-center {
    bottom: -180px;
}
.wide-template .radial-gradient.large {
    width: 250px;
    height: 250px;
}
.wide-template .radial-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9b9b9b+1,000000+100,000000+100&1+0,0.27+33,0+75 */
    background: -moz-radial-gradient(center, ellipse cover, rgba(155,155,155,1) 0%, rgba(155,155,155,0.98) 1%, rgba(105,105,105,0.27) 33%, rgba(39,39,39,0) 75%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(155,155,155,1) 0%,rgba(155,155,155,0.98) 1%,rgba(105,105,105,0.27) 33%,rgba(39,39,39,0) 75%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(155,155,155,1) 0%,rgba(155,155,155,0.98) 1%,rgba(105,105,105,0.27) 33%,rgba(39,39,39,0) 75%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9b9b', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.wide-template .no-bottom-border-radius {
   border-bottom-left-radius: 0px !important; 
   border-bottom-right-radius: 0px !important; 
}
.wide-template .no-top-border-radius {
   border-top-left-radius: 0px !important; 
   border-top-right-radius: 0px !important; 
}

.wide-template .unselectable {
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

.wide-template .single-line-ellipses {
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
 }
.wide-template .sticky-bottom {
   position: absolute;
}
.wide-template .visible-overflow {
    overflow: visible !important;  
}
.wide-template .no-line-height {
   line-height: 0px;
}
.wide-template .green {
     color: #72c11c !important;
}
.wide-template .no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.wide-template .info-block.thin-padding {
    padding-left: 10px;
    padding-right: 10px;
}
.maximum-width {
    max-width: 277px;
}
.wide-template .not-visible {
    visibility: hidden;
}
.auto-margin {
    margin-left: auto;
    margin-right: auto;
}
.right {
    float: right;
}
.left {
    float: left;
}
.wide-template .align-left {
    text-align: left !important;
}    
.wide-template .align-right {
    text-align: right !important;
}    
.wide-template .align-center {
    text-align: center !important;
}   

.wide-template .borderless {
    border: none !important;
}

.wide-template .no-top-padding {
    padding-top: 0;
}

.wide-template .no-bottom-padding {
    padding-bottom: 0;
}

.wide-template .uppercase {
    text-transform: uppercase;
}

.wide-template .no-padding {
    padding: 0;
}

.wide-template .no-padding-top {
    padding-top: 0;
}

.wide-template .no-padding-bottom {
    padding-bottom: 0;
}

.wide-template .no-padding-left {
    padding-left: 0;
}

.wide-template .no-padding-right {
    padding-right: 0;
}

.wide-template .no-margin {
    margin: 0 !important;
}

.data {
    display: none;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wide-template .justified {
    text-align: justify;
}

.wide-template .centered {
    text-align: center;
}

.wide-template .full-width {
    width: 100%;
    display: block;
}

.wide-template.desktop #container_wrapper .full-margin {
    margin-bottom: 33px;
}

.wide-template ul.no-list-style {
    list-style: none;
}

.clear {
    clear: both;
}

.hidden {
    display: none !important;
    height: 0px;
}

.wide-template .inline {
    display: inline;
}

.wide-template .inline-block {
    display: inline-block;
}

.wide-template .padding-sides {
    margin-left: 19px;
    margin-right: 20px;
}

.wide-template .right-align {
    text-align: right;
}

.block {
    display: block;
}

.wide-template #container_wrapper .heightFull {
    max-height: 1500px !important;
    -webkit-transition: max-height 2.5s ease !important;
    -moz-transition: max-height 2.5s ease !important;
    -o-transition: max-height 2.5s ease !important;
    transition: max-height 2.5s ease !important;
}
.fadeIn {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation: fadeIn 0.5s;
    -webkit-animation: fadeIn 0.5s;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.wide-template #container_wrapper .text {
    display: inline;
    vertical-align: middle;
}
.wide-template.touch #container_wrapper .text {
    margin-left: 5px;
}
.wide-template.desktop #container_wrapper .text {
    margin-left: 13px;
}

.wide-template.desktop.smi #container_wrapper #report-ad span {
    font-size: 18px;
    letter-spacing: 0;
}

.wide-template #container_wrapper .light-grey {
    background: #fafafa;
    border-bottom: 1px solid #cdcdcd;
}

.wide-template #container_wrapper .border-bottom {
    border-bottom: 1px solid #cdcdcd !important;
}

.wide-template #container_wrapper span.secondary,
.wide-template #container_wrapper p.secondary,
.wide-template #container_wrapper div.secondary {
    color: #9b9b9b;
    line-height: 26px;
}
.wide-template #container_wrapper div.secondary {
    font-size: 12px;
}
.wide-template.profile #container_wrapper span.secondary.joined,
.wide-template.profile #container_wrapper span.secondary.last-online {
    font-size: 12px;
    position: relative;
    top: 4px;
    padding-bottom: 2px;
    padding-top: 21px;
}
.wide-template #container_wrapper span.secondary.last-online {
    text-align: right;
}
.wide-template.profile.owner #container_wrapper span.secondary.joined,
.wide-template.profile.owner #container_wrapper span.secondary.last-online {
    padding-top: 0px;
}

.wide-template .relative {
    position: relative;
}

/*
 * Components
 */
.wide-template .grid-row.top-padding {
    padding-top: 33px;
}

#container_wrapper .info-block.thin-padding.borderless ul li h3 {
    color: #2a343b;
    margin: 0;
    padding-bottom: 5px;
}
#container_wrapper .info-block.thin-padding.borderless ul li h4 {
    font-size: 12px;
}

/* Buttons */
.wide-template.touch #container_wrapper .button-holder {
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}
.wide-template.touch #container_wrapper .button-holder:first-of-type {
    padding-left: 0px;
}
.wide-template.touch #container_wrapper .button-holder:last-of-type {
    padding-right: 0;
}
.wide-template.touch #container_wrapper .button.secondary.single {
    width: 170px;
}
.wide-template.touch.smi #container_wrapper a.button.quaternary.inactive {
    background-color: #fafafa;
}
.wide-template.touch #container_wrapper .button.quaternary.wider {
    width: 170px;
}
.wide-template.touch #container_wrapper .button.quaternary.inactive span {
    color: #9b9b9b;
}
.wide-template.touch #container_wrapper .button.quaternary.inactive .x {
    margin-top: -1px;
}
.wide-template .button.padded {
    padding: 16px;
}
.wide-template.desktop #container_wrapper .button.feedback-tab:first-child {
    width: 50%;
}
.wide-template.desktop #container_wrapper .button.feedback-tab {
    color: #9b9b9b;
    font-size: 16px;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    top: -6px;
}
.wide-template.desktop #container_wrapper .button.feedback-tab.selected {
    border-bottom: 2px solid #ea7d22;
    color: #4d4d4d;
}

.wide-template .grid-row .button.tertiary.margin-bottom {
    margin-bottom: 33px;
}
.wide-template.desktop.profile #container_wrapper .grid-row .button.tertiary.margin-top {
    margin-top: 33px;
}

.wide-template .wide-template-head .button.quaternary {
    margin-top: 30px;
}
.wide-template.smi.owner .wide-template-head .button.quaternary {
    width: 50%;
    max-width: 138.5px;
}
.wide-template.smi.owner #container_wrapper .button.quaternary {
    height: 60px;
    line-height: 60px;
}
.wide-template .table-cell-display .button.tertiary {
    margin-left: 5px;
    margin-right: 5px;
}
.wide-template .table-cell-display:last-child .button.tertiary {
    margin-right: 0;
}
.wide-template .table-cell-display:first-child .button.tertiary {
    margin-left: 0;
}

.wide-template.desktop #container_wrapper .feedback-side-section a.button.tertiary {
    margin-bottom: 33px;
    margin-top: 0;
}

.wide-template.desktop #container_wrapper .table-cell-display .button.tertiary {
    border-color: #d8d8d8;
    color: #9b9b9b;
    font-weight: bold;
    font-size: 16px;
    margin: 80px 0 33px 0;
}
.wide-template #container_wrapper a.button.quaternary.multi-button:active {
    background-color: #fdfbf9;
}
.wide-template #container_wrapper a.button.quaternary.multi-button {
    width: 100%;
    text-transform: none;
    font-size: 16px;
    border-color: #c8c8c8;
    background-color: white;
    max-width: 100%;
}
.wide-template.desktop #container_wrapper .button.secondary.watch-ad {
    margin-top: 0px;
}

/* Textareas */
.wide-template.desktop #container_wrapper .message-box {
    position: relative;
}

.wide-template.desktop.profile #container_wrapper .message-box {
    width: 260px;
}

.wide-template.desktop #container_wrapper .message-box textarea {
    background-color: #fbfbfb;
    border: 1px solid rgba(151, 151, 151, 0.43);
    border-bottom: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: block;
    outline: none;
    padding: 22px 18px;
    width: 100%;
    height: 140px;
    font-size: 16px;
    color: #9b9b9b;
}

.wide-template.desktop.smi.car-ad #container_wrapper .message-box textarea {
    border-top: 0;
}
.wide-template.desktop.smi.car-ad #container_wrapper .message-box.dealer textarea {
    border-top: 1px solid rgba(151, 151, 151, 0.43);
}

.wide-template.desktop #container_wrapper .message-box input {
    background-color: #fbfbfb;
    border: 1px solid rgba(151, 151, 151, 0.43);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: block;
    outline: none;
    padding: 0px 18px;
    width: 100%;
    font-size: 16px;
    height: 53px;
    line-height: 53px;
    color: #9b9b9b;
    margin-bottom: 15px;
}


.wide-template.desktop #container_wrapper .message-box .error {
    background-color: #fde8e7;
}

.wide-template.desktop #container_wrapper .message-box #message-status {
    top: -50px;
    left: 315px;
}
.wide-template.desktop #container_wrapper .message-box.dealer #message-status {
    bottom: 107px;
    top: auto;
}
.wide-template.desktop #container_wrapper .message-box.dealer #email-status {
    bottom: 252px;
    left: 315px;
    top: auto;
}
.wide-template.desktop #container_wrapper .message-box.dealer #name-status {
    bottom: 318px;
    left: 315px;
    top: auto;
}
.wide-template.desktop #container_wrapper .message-box.dealer #name-status {
    bottom: 311px;
}
.wide-template.desktop #container_wrapper .message-box.dealer #phone-status {
    bottom: 181px;
    left: 315px;
    top: auto;
}
.wide-template.desktop.profile #container_wrapper .message-box #phone-status,
.wide-template.desktop.profile #container_wrapper .message-box #name-status,
.wide-template.desktop.profile #container_wrapper .message-box #email-status,
.wide-template.desktop.profile #container_wrapper .message-box #message-status  {
    left: 275px;
}

/* Spans */
.wide-template .wide-template-head .button.quaternary span:last-of-type {
    color: #4a4a4a;
}

/*
 *  Elements
 */
.wide-template #container_wrapper .info-block .avatar {
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    height: 67px;
    position: relative;
    right: 0px;
    top: 0px;
}
.wide-template.profile #container_wrapper .info-block .avatar {
    margin-top: 7px;
    margin-bottom: 1px;
}

.wide-template.touch.smi #container_wrapper .info-block .avatar {
    top: 6px;
}
.wide-template.smi.desktop #container_wrapper .info-block .avatar {
    margin-bottom: 7px;
}
.wide-template.desktop.smi.car-ad #container_wrapper .info-block .avatar.small {
    margin-top: 3px;
    margin-left: 31px;
}
.wide-template #container_wrapper .info-block .avatar.small {
    height: 57px;
}

.wide-template.profile.desktop #container_wrapper .info-block .avatar.border {
    border: 10px solid #e1e1e1;
    height: 100px;
}
.wide-template #container_wrapper .info-block .avatar.border {
    border: 6px solid #e1e1e1;
    height: 80px;
}
.wide-template #container_wrapper .info-block .avatar.border {
    margin-bottom: 2px;
}

.wide-template #container_wrapper .info-block .count {
    color: #4a4a4a;
}

.wide-template.touch h4 .sprite-icon {
   transform: translateY(-8%);
}
.wide-template.touch h4.verification-title {
   position: relative;
   top: -8px;
}
.wide-template.desktop .verification-text {
   padding-left: 31px;
   position: absolute;
   margin-top: -27px;
}
.wide-template.touch #container_wrapper h4.location-title {
   position: relative;
   top: -23px;
   background: none;
   margin-bottom: 1px;
   padding-bottom: 0px;
}
.wide-template.touch #container_wrapper .feedback-head {
    background-color: #e97d23;
}

.wide-template.touch #container_wrapper .feedback-head .arrow {
    margin-left: 23px;
    margin-top: 12px;
}

.wide-template.desktop #phone-number {
    font-size: 24px;
    font-weight: normal;
    padding-top: 33px;
    height: 53px;
    line-height: 53px;
    background-color: #F8F8F8;
}

.wide-template.desktop.dashboard hr {
    border: 0;
    height: 1px;
    background-color: #ccc;
    margin-left: 10px;
    margin-right: 10px;
}

/* Chart */
.wide-template.desktop #container_wrapper #chart-container #donutchart,
.wide-template.desktop #container_wrapper #chart-container #donutchart-text {
    height: 111%;
    position: absolute;
    width: 111%;
}
.wide-template.desktop #container_wrapper #chart-container #donutchart {
    top: 51px;
    left: -20px;
}
.wide-template.desktop #container_wrapper #chart-container #donutchart-text {
    height: 30px;
    margin-top: 39px;
    position: absolute;
    left: -18px;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    z-index: 10;
}
.wide-template.desktop #container_wrapper #container_wrapper #chart-container #donutchart-text {
    height: 30px;
    margin-top: -23px;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    z-index: 10;
}
.wide-template.desktop #container_wrapper #chart-container #donutchart-text {
    font-size: 36px;
}
.wide-template.desktop #container_wrapper #chart-container #donutchart-text .feedback-head {
    color: #aaa;
    font-size: 16px;
    margin-bottom: 10px;
}

/*
 * Sections
 */
/* Owner Actions */
.wide-template.touch.smi.car-ad #container_wrapper .mark-as-sold-withdrawn {
    margin-top: 31px;
}
/* Actions */
.wide-template.touch.smi.car-ad #container_wrapper a.watch-btn {
    background-color: #fafafa;
    color: black;
}
.wide-template.touch.smi.car-ad #container_wrapper a.watching-btn {
    background-color: #fafafa;
    color: #9b9b9b;
}
.wide-template.touch.smi.car-ad #container_wrapper a.watching-btn span,
.wide-template.touch.smi.car-ad #container_wrapper a.watch-btn span {
    top: 1px;
}
/* Motor smi offers section */
.wide-template.smi.car-ad #container_wrapper .offer-section {
    box-sizing: border-box;
    padding-bottom: 33px;
    padding-top: 25px;
    transform: translate3d(0px,0px,0px);
}
.wide-template.smi.car-ad #container_wrapper .is-sticky .offer-section {
    z-index: 999 !important;
}
.wide-template.smi.car-ad #container_wrapper .offer-section h2 {
    margin-bottom: 14px
}
/* Motor smi smilar ads section */
.wide-template.smi.car-ad #container_wrapper .similar-ads {
    background-color: #faf8f9;
    box-sizing: border-box;
    margin-top: 17px;
}
.wide-template.desktop.smi.car-ad #container_wrapper .similar-ads {
    padding: 61px 54px 33px 52px;
}
.wide-template.touch.smi.car-ad #container_wrapper .similar-ads {
    padding: 32px 12px 33px;
}
.wide-template.touch.smi.car-ad #similar-ads-heading {
    margin-bottom: 26px;
}
.wide-template.touch.smi.car-ad #container_wrapper .similar-ads span {
    font-size: 12px;
}
.wide-template.touch.smi.car-ad #container_wrapper .similar-ads .timeago {
    margin-top: -11px;
    font-size: 11px;
}
.wide-template.smi.car-ad #container_wrapper .similar-ads a.similar-ad {
    background-color: white;
    border: 1px solid #F4F4F4;
    color: #4a4a4a;
    margin-bottom: 26px;
}
.wide-template.touch.smi.car-ad #container_wrapper .similar-ads a.similar-ad {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
}
.wide-template.smi.car-ad #container_wrapper .similar-ads a.similar-ad .similar-ad-title {
    font-size: 15px;
}
.wide-template.smi.car-ad #container_wrapper .similar-ads .button.secondary {
    margin-top: 0;
}
.wide-template.smi.car-ad #container_wrapper .similar-ads a.similar-ad .similar-ad-info {
    padding: 10px 15px 0px 35px;
    overflow: hidden;
}
.wide-template.touch.smi.car-ad #container_wrapper .similar-ads a.similar-ad .similar-ad-info {
    height: 100%;
    padding: 5px 14px 0px 128px;
    position: absolute;
    left: 0px;
    width: 100%;
}
.wide-template.touch.smi.car-ad #container_wrapper .similar-ads a.similar-ad .similar-ad-info .location {
    margin-top: -7px;
    font-size: 11px;
}
.wide-template.smi.car-ad #container_wrapper .similar-ads a.similar-ad .similar-ad-info h4 {
    color: #4a4a4a;
}
.wide-template.desktop.smi.car-ad #container_wrapper .similar-ads a.similar-ad .similar-ad-info h4 {
    margin-bottom: 1px;
    margin-top: 7px;
}
.wide-template.touch.smi.car-ad #container_wrapper .similar-ads h4.price {
    position: absolute; 
    top: 74px;
    color: #4a4a4a;
    font-size: 13px;
}
.wide-template.smi.car-ad #container_wrapper .similar-ads a.similar-ad .image-holder {
    height: 100%;
    padding: 0;
}
.wide-template.desktop.smi.car-ad #container_wrapper .similar-ads a.similar-ad .image-holder {
    height: 153px;
}
.wide-template.touch.smi.car-ad #container_wrapper .similar-ads a.similar-ad .image-holder {
    height: 109px;
}
.wide-template.smi.car-ad #container_wrapper .similar-ads h4 {
    max-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wide-template.smi.car-ad #container_wrapper .similar-ads a.similar-ad ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.wide-template.desktop.smi.car-ad #container_wrapper .similar-ads a.similar-ad ul {
    margin-top: 12px;
}
.wide-template.touch.smi.car-ad #container_wrapper .similar-ads a.similar-ad ul {
    width: 100%;
    font-size: 12px;
}
.wide-template.smi.car-ad #container_wrapper .similar-ads a.similar-ad ul li {
    color: #8c8c8c;
    display: inline-block;
    max-height: 22px;
    margin-left: 0;
    line-height: 16px;
    overflow: hidden;
    padding-left: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wide-template.desktop.smi.car-ad #container_wrapper .similar-ads a.similar-ad ul li {
    width: 32%;
}
.wide-template.touch.smi.car-ad #container_wrapper .similar-ads a.similar-ad ul li {
    margin-right: 21px;
    width: auto;
}
.wide-template.touch.smi.car-ad #container_wrapper .similar-ads a.similar-ad ul li:last-of-type {
    margin-right: 0px;
    width: 80px;
}
.wide-template.desktop.smi.car-ad #container_wrapper .similar-ads a.similar-ad ul li:before {
    margin-right: 0px;
    padding-right: 6px;
    content: url(../../i/bullet-car-smi.png);
}
.wide-template.touch.smi.car-ad #container_wrapper .similar-ads a.similar-ad #similar-ad-extras {
    margin-top: 7px;
    font-size: 11px;
}

/* Motor smi right side section */
.wide-template.desktop.smi.car-ad #container_wrapper .right-side .button.secondary {
    margin-bottom: 0px;
    margin-top: 18px;
}
/* Motor smi car badges section */
.wide-template.desktop.smi.car-ad .motor-history.padded {
    padding-left: 28px;
}
/* Motor smi extras */
.wide-template.smi.car-ad #extras-toggle {
    cursor: pointer;
}
.wide-template.smi.car-ad #extras-toggle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.wide-template.touch.smi.car-ad .open .extras-title {
    box-sizing: border-box;
    position: fixed;
    top: 0px;
    width: 100%;
    transition: 0s ease-in;
    -webkit-transition-delay: .4s; /* Safari */
    transition-delay: .4s;
}
.wide-template.touch.smi.car-ad .extras-title {
    box-sizing: border-box;
    position: fixed;
    top: -100px;
    width: 100%;
    transition: 0s ease-in;
    -webkit-transition-delay: 0s; /* Safari */
    transition-delay: 0;
}
.wide-template.touch.smi.car-ad .placeholder-extras-title {
    margin-left: -20px;
}
.wide-template.smi.car-ad #extras-toggle .sprite-icon {
    margin-right: 14px;
}
.wide-template.smi.car-ad #car-extras,
.wide-template.smi.car-ad #car-extras > .info-block {
    background-color: #faf8f9;
}
.wide-template.smi.car-ad #car-extras {
    padding: 36px 0;
    line-height: 40px;
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 27px;
}
.wide-template.touch.smi.car-ad #car-extras {
    padding: 20px 25px 19px 25px;
    margin: 0;
}
.wide-template.smi.car-ad #car-extras .sprite-icon {
    margin-top: -4px;
}
.wide-template.smi.car-ad #car-extras #car-extras-list {
    display: block;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    padding-left: 33px;
    top: 37px;
    -webkit-transition: max-height 0.8s ease-out;
    -moz-transition: max-height 0.8s ease-out;
    -o-transition: max-height 0.8s ease-out;
    transition: max-height 0.8s ease-out;
}
.wide-template.touch.smi.car-ad #car-extras #car-extras-list {
    background-color: #faf8f9;
    left: 0px;
    margin-left: 0px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 100%;
    width: 100%;
    z-index: 88000;
    padding: 0;
    -webkit-transition: max-height .8s ease-out;
    -moz-transition: max-height .8s ease-out;
    -o-transition: max-height .8s ease-out;
    transition: max-height .8s ease-out;
}
.wide-template.touch.smi.car-ad #car-extras #car-extras-list.closed {
    top: 100%;
    -webkit-transition: top .4s ease-out;
    -moz-transition: top .4s ease-out;
    -o-transition: top .4s ease-out;
    transition: top .4s ease-out;
}
.wide-template.touch.smi.car-ad #car-extras #car-extras-list.open {
    top: 0px;
    -webkit-transition: top .4s ease-out;
    -moz-transition: top .4s ease-out;
    -o-transition: top .4s ease-out;
    transition: top .4s ease-out;
}
.wide-template.touch.smi.car-ad #car-extras #car-extras-list .extras-list {
    padding-left: 20px;
}
.wide-template.touch.smi.car-ad .placeholder-extras-title,
.wide-template.touch.smi.car-ad .extras-title {
    padding: 12px 30px 11px;
}
.wide-template.touch.smi.car-ad #car-extras #car-extras-list .extras-list .extras {
    padding: 33px 10px;
}
.wide-template.touch.smi.car-ad #car-extras #car-extras-list.closed {
    background-color: #faf8f9;
    bottom: -60px;
}
.wide-template.touch.smi.car-ad #car-extras #car-extras-list .info-block {
    background-color: #faf8f9;
    max-height: 100px;
}
.wide-template.touch.smi.car-ad #car-extras #car-extras-list {
    overflow-y: scroll;
}

.wide-template.desktop.smi.car-ad #car-extras #car-extras-list .extras-left {
    margin-left: -4px;
    padding-bottom: 30px;
}
.wide-template.desktop.smi.car-ad #car-extras #car-extras-list .extras-right {
    margin-left: -24px;
    padding-bottom: 30px;
}
.wide-template.smi.car-ad #car-extras #car-extras-list .car-extra {
    box-sizing: border-box;
    vertical-align: top;
    font-size: 14px;
    line-height: 16px;
    padding-right: 80px;
    padding-bottom: 22px;
}
.wide-template.touch.smi.car-ad #car-extras #car-extras-list .car-extra {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
}

/* Motor smi opening hours section */
.wide-template.desktop.smi.car-ad #opening-hours-section {
    max-height: 0px;
    overflow: hidden;
    padding-bottom: 0;
    -webkit-transition: max-height 0.8s ease-out; 
    -moz-transition: max-height 0.8s ease-out;
    -o-transition: max-height 0.8s ease-out;
    transition: max-height 0.8s ease-out;
}
/* Motor smi contact section */
.wide-template.desktop.smi.car-ad .contact-seller-section {
    max-height: 0px;
    overflow: hidden;
    padding-bottom: 0;
    -webkit-transition: max-height 0.8s ease-out; 
    -moz-transition: max-height 0.8s ease-out;
    -o-transition: max-height 0.8s ease-out;
    transition: max-height 0.8s ease-out; 
    width: 200%; 
}
.wide-template.desktop.smi.car-ad #container_wrapper .message-box {
    width: 50%;
}
.wide-template.desktop.smi #container_wrapper .is-sticky #show-phone-number {
    margin-top: 2px;
}
.wide-template.desktop.smi #container_wrapper .right-side #phone-number {
    display: inline-block;
    width: 100%;
    padding-top: 0px;
    margin-top: 33px;
}
.wide-template.desktop.smi.car-ad #container_wrapper .right-side #phone-number {
    margin-top: 18px;
}
.wide-template.desktop.smi #container_wrapper .right-side .is-sticky #phone-number {
    padding-top: 2px;
    margin-top: 18px;
}
.wide-template.desktop.smi.car-ad #email-dealer-section .message-dealer-text {
    display: none;
    max-height: 2px;
}
.wide-template.desktop #container_wrapper .right-side .button.read-more-toggle.contact-user-button.down {
    background-color: white;
    color: #4a4a4a;
    box-sizing: border-box;
    border: 1px solid #e2e2e2; 
}
#user-name {
    margin-top: 18px;
}
.wide-template.desktop #container_wrapper .right-side .button.read-more-toggle.chevron {
    -webkit-transition: ease-out .3s;
    -moz-transition: ease-out .3s;
    -o-transition: ease-out .3s;
    transition: ease-out .3s;
}
.wide-template.desktop #container_wrapper .right-side .is-sticky .button.read-more-toggle.contact-user-button.down {
    background-color: white;
    color: #4a4a4a;
    border-left: none;
}
.wide-template.desktop #container_wrapper .right-side .button.contact-user-button.down:hover {
    background-color: white
}
.wide-template.desktop.smi.car-ad .status-message-box {
    margin-top: 50px;
}
/* Motor smi map */
.wide-template.desktop.smi.car-ad #container_wrapper  #map {
    margin-top: 66px;
    cursor: pointer;
}
.wide-template.desktop .dealer-custom-marker {
    background-image: url('../../i/location-pin-with-shadow-orange.png');
    background-size: cover;
    width: 46px;
    height: 70px;
}

.wide-template.touch .dealer-custom-marker {
    background-image: url('../../i/touch-map-pin.png');
    background-size: cover;
    width: 26px;
    height: 40px;
}

/* Motor smi heading section */
.wide-template.desktop.smi.car-ad #price {
    font-size: 30px;
}
.wide-template.desktop.smi.car-ad .quick_sale_icon {
    background: #dc0606;
    background-image: -webkit-linear-gradient(top, rgb(220, 6, 6) 0%, rgb(181, 0, 0) 100%);
    border-radius: 0;
    color: white;
    font-weight: bold;
    font-size: 10px;
    margin-left: 24px;
    margin-top: 0;
    padding: 5px;
    text-transform: uppercase;
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
/* Motor smi dealer bio section */
.wide-template.desktop.smi.car-ad .dealer-bio {
    margin-bottom: 60px;
    padding-top: 27px;
    padding-bottom: 26px;
}
/* Motor smi map section */
.wide-template.desktop.smi.car-ad #dealer-block-holder {
    width: 100%;
}
.wide-template.desktop.smi.car-ad #dealer-block {
    box-sizing: border-box;
    background-color: white;
    display: inline-block;
    height: 103px;
    padding: 33px 20px 0px 20px;
    position: relative;
    top: -103px;
    min-width: 115px;
    max-width: 397px;
    z-index: 99;
}
.wide-template.touch.smi.car-ad #dealer-block {
    border-bottom: none;
}
.wide-template.touch.smi.car-ad #dealer-block h1 {
    margin-bottom: 14px;
    margin-top: 28px;
}
.wide-template.desktop.smi.car-ad #dealer-block div {
    margin-bottom: 12px;
}
.wide-template.desktop.smi.car-ad #dealer-address {
    margin-bottom: 0px;
    margin-top: -102px;
    padding-bottom: 25px;
}
/* Motor profile heading section */
.wide-template.touch.profile #street-view-cover {
    position: absolute;
    color: white;
    z-index: 1000;
    width: 100%;
    height: 130px;
    line-height: 130px;
    text-align: center;
    font-size: 24px;
    font-weight: 100;
    background-color: rgba(0, 0, 0, 0.5);
}
.wide-template.desktop.profile .simi-logo.sprite-icon {
    padding-right: 24px;
}
.wide-template.touch.profile .simi-logo.sprite-icon {
    padding-right: 12px;
}
.wide-template.desktop.profile .report_user_button {
    position: relative;
    top: 27px;
}
.wide-template.desktop.profile #container_wrapper .button.tertiary.follow-dealer {
    margin: 0;
    margin-bottom: 31px;
}
.wide-template.desktop.profile .dealer-profile-header {
    margin-bottom: -22px;
}
.wide-template.touch.profile .dealer-profile-header .placeholder {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
}
.wide-template.touch.profile .streetview-placeholder {
    width: 100%;
    height: auto;
}
.wide-template.desktop.profile .dealer-profile-header .placeholder {
    position: relative;
    right: 13px;
}
.wide-template.desktop.smi.car-ad img.placeholder {
    width: 100%;
}
.wide-template.desktop.profile .dealer-profile-header #dealer-details {
    position: relative;
    top: -55px;
}
.wide-template.desktop.profile .dealer-profile-header #white-block-container {
    padding: 38px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-block;
    top: -55px;
    padding-bottom: 0;
    font-size: 22px;
}
.wide-template.touch.profile .dealer-profile-header #white-block-container {
    padding: 29px;
    padding-bottom: 29px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-block;
    font-size: 22px;
}
.wide-template.desktop.profile .dealer-profile-header .logo-holder {
    width: 145px;
    display: inline-block;
    min-height: 20px;
}
.wide-template.desktop.profile .dealer-profile-header .profile-title {
    padding-top: 33px;
    padding-bottom: 28px;
}
.wide-template.desktop.profile .dealer-profile-header #map {
    height: 236px;
    width: 100%;
    position: relative;
    left: -13px;
    cursor: pointer;
    text-align: left;
}
.wide-template.desktop.smi #map {
    width: 100%;
    height: 254px;
    position: relative;
}
.wide-template.touch.profile .dealer-profile-header #map {
    height: 143px;
}

.wide-template.touch.profile #map{
    text-align: left;
}

.wide-template.touch.profile #panorama-view {
  width: 100%;
  height: 130px;
}
.wide-template.desktop.profile #container_wrapper .message-dealer.sprite-icon {
    position: relative;
    top: 0px;
}
.wide-template.desktop.profile .message-dealer-text {
    margin-bottom: 18px;
    font-size: 18px;
}
.wide-template.desktop #container_wrapper .contact-overlay {
    opacity: 0;
    position: absolute;
    z-index: 10000;
}
.wide-template.desktop #container_wrapper .dealer.contact-overlay {
    width: 260px;
    height: 344px;
}
.wide-template.desktop #container_wrapper .provider.contact-overlay {
    width: 260px;
    height: 140px;
}
.wide-template.desktop.profile #container_wrapper .message-dealer {
    position: relative;
    top: -3px;
}
.wide-template.touch.profile #container_wrapper .dealer-ads {
  border-top: 1px solid #cdcdcd !important;
  padding-top: 33px;
  padding-bottom: 33px;
}
.wide-template.touch.profile #container_wrapper .follow-user-dealer {
    margin-top: 25px;
    margin-bottom: 33px;
}
.wide-template.touch.profile #container_wrapper .view-ads-dealer {
    margin-top: 33px;
    background-color: inherit;
}
.wide-template.desktop.profile .dealer-info-section {
    padding: 25px 23px;
}
.wide-template.touch.profile .dealer-info-section {
    padding: 0px 23px 13px 23px;
}
.wide-template.desktop.profile .dealer-info-section span {
    display: inline;
}
.wide-template.desktop.profile .dealer-info-section > div {
    padding: 9px;
}
.wide-template.desktop.profile .dealer-info-section #show-opening-hours {
    cursor: pointer;
}
.wide-template.touch.profile .dealer-info-section #show-opening-hours {
    cursor: pointer;
    display: table-cell;
    width: 100vw;
}
.wide-template.touch.profile .no-pointer-events {
    pointer-events: none;
}
.wide-template.desktop.profile .dealer-info-section .location-sprite {
    display: inline;
    width: 100px;
}
.wide-template.touch.profile .dealer-info-section .location-sprite {
    display: inline;
    float: left;
    height: 30px;
    position: relative;
    top: -2px;
}
.wide-template.touch.profile .dealer-info-section .location-sprite.address {
    margin-left: 3px;
    margin-right: 5px;
}
.wide-template.desktop.profile .dealer-info-section .info-text {
    display: inline-block;
    width: 400px;
    padding-left: 10px;
    line-height: 26px;
}
.wide-template.touch.profile .dealer-info-section .info-text.opening {
    width: 140px;
}
.wide-template.touch.profile .dealer-info-section .info-text {
    display: block;
    float: left;
    width: calc(100% - 31px);
    padding-left: 10px;
    padding-bottom: 19px;
    line-height: 26px;
}
.wide-template.desktop.smi .car-detail {
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 12px;
}
.wide-template.touch.smi .car-detail {
    height: 77px;
    position: relative;
}
.wide-template.touch.smi .car-detail .car-detail-text {
    position: absolute;
    bottom: 20px;
}
.wide-template.touch.smi .car-detail .icon-holder {
    position: relative;
}
.wide-template.touch.smi .car-detail .sprite-icon {
    margin-bottom: 6px;
}
.wide-template.desktop.smi .car-detail.odd {
    padding-left: 24px;
}
.wide-template.desktop.smi .car-detail.even {
    padding-left: 0px;
}
.wide-template.desktop.profile .dealer-description {
    padding-top: 27px;
    padding-bottom: 26px;
}
.wide-template.desktop.profile .dealer-description.no-padding-bottom {
    padding-bottom: 0;
    padding-top: 66px;
}
.wide-template.desktop.profile #opening-hours {
    margin-left: 57px;
    padding-top: 0;
    line-height: 26px;
    display: none;
    font-size: 14px;
    color: #a7a7a7;
}
.wide-template.touch.profile #opening-hours {
    margin-left: 52px;
    padding-top: 0;
    margin-top: -15px;
    padding-bottom: 58px;
    line-height: 26px;
    display: none;
    font-size: 14px;
    color: #a7a7a7;
}
.wide-template.desktop.profile #chevron-opening.dealer {
    position: relative;
    top: 11px;
    width: 16px;
    height: 16px;
}
.wide-template.touch.profile #chevron-opening.dealer {
    float: right;
    position: relative;
}
.wide-template.desktop.profile #chevron-opening {
    float: right;
    width: 48px;
    height: 30px;
}
/* Dashboard section */
.wide-template.desktop.dashboard .extra-top-padding {
    padding-top: 31px;
}
.wide-template.desktop.dashboard #template-wrapper {
    padding-top: 35px;
}
/* Ad counts section */
.wide-template.desktop.dashboard .ad-counts {
    margin-top: 16px;
}
.wide-template.desktop.dashboard .ad-counts h5 {
    padding-bottom: 11px;
}
.wide-template.touch.dashboard .ad-counts span {
    color: #2a343b;
}
/* Dashboard side section */
.wide-template.desktop.dashboard .message-panel,
.wide-template.desktop.dashboard .purchase-credit {
    border: 1px solid #cccccc;
    border-bottom: 0;
    width: 260px;
    box-sizing: border-box;
    padding: 27px 0 6px 0;
}
.wide-template.desktop.dashboard .message-panel {
    padding: 0;
}
.wide-template.desktop.dashboard .message-panel .right {
    position: relative;
    top: 4px;
}
.wide-template.desktop.dashboard .message-panel > div {
    padding: 9px 10px 10px 10px;
}
.wide-template.desktop.dashboard .message-panel > div:last-child {
    padding-bottom: 0;
}
.wide-template.desktop.dashboard .purchase-credit > div {
    padding: 0 13px 46px 13px;
}
.wide-template.desktop.dashboard .purchase-credit a.button {
    margin-top: 24px;
}
.wide-template.desktop.dashboard .edit-user-details .info-block.seller-details.right-side {
    padding-top: 68px;
}
.wide-template.desktop.dashboard .edit-user-details .thin-left-padding {
    padding-left: 6px;
}
.wide-template.desktop.dashboard .edit-user-details img {
    cursor: pointer;
}
/* Edit user details section dashboard */
.wide-template.desktop.dashboard .edit-user-details .info-block {
    padding-top: 20px;
}
/* Ad stats section */
.wide-template.desktop.dashboard .ad-stat-separator {
    margin-bottom: 35px;
}
.wide-template.touch.dashboard .ad-stat-separator {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cdcdcd;
    margin: -4px 0 0 0;
    padding: 0;

}
.wide-template.desktop.dashboard .info-block.ad-stats {
    float: left;
    width: 570px;
    padding-top: 33px;
}
.wide-template.desktop.dashboard .info-block.ad-stats.leads {
    padding-top: 8px;
    padding-bottom: 54px;
}
.wide-template.touch.dashboard .info-block.ad-stats.leads {
    padding-top: 8px;
    padding-bottom: 29px;
}
.wide-template.touch.dashboard .ad-counts div {
    padding-bottom: 14px;
    padding-top: 5px;
}
.wide-template.touch.dashboard .ad-counts {
    padding-top: 54px;
}
.wide-template.desktop.dashboard .dashboard-ad-title,
.wide-template.desktop.dashboard .views-container,
.wide-template.desktop.dashboard .dashboard-ad-expires,
.wide-template.desktop.dashboard .leads-container {
    vertical-align: bottom;
    display: inline-block;
    /* ie6/7 */
    *display: inline;
    zoom: 1;
    width: 49%;
}

.wide-template.touch.dashboard .dashboard-ad-title,
.wide-template.touch.dashboard .views-container,
.wide-template.touch.dashboard .dashboard-ad-expires,
.wide-template.touch.dashboard .leads-container {
    vertical-align: bottom;
    zoom: 1;
}

.wide-template.desktop.dashboard .dashboard-ad-expires {
    color: #8c8c8c;
}

.wide-template.touch.dashboard .dashboard-ad-expires {
    color: #8c8c8c;
    font-size: 12px;
    float: right;
    position: relative;
    top: 8px;
    left: 3px;
}
.wide-template.touch.dashboard .dashboard-ad-expires div {
    line-height: 18px;
    position: relative;
    top: -11px;
}
.wide-template.touch.dashboard .dashboard-ad-expires div:last-child {
    float:right;
}
.wide-template.desktop.dashboard .ad-stats .views-container {
    font-size: 72px;
    text-align: right;
}
.wide-template.touch.dashboard .ad-stats .views-container {
    font-size: 72px;
    text-align: left;
    margin-top: 30px;
    position: relative;
    top: 8px;
    color: #2a343b;
}
.wide-template.touch.dashboard  #container_wrapper div.dashboard-ad-title > h1 {
    color: #ea7d22;
}
.wide-template.desktop.dashboard .ad-stats .views-container .views-text {
    font-size: 16px;
}
.wide-template.touch.dashboard .ad-stats .views-container .views-text {
    font-size: 16px;
    color: #8c8c8c;
}
.wide-template.desktop.dashboard .ad-stats .leads-container {
    color: #8CD200;
    font-size: 36px;
    text-align: right;
}
.wide-template.touch.dashboard .ad-stats .leads-container {
    color: #8CD200;
    font-size: 36px;
    text-align: left;
    width: 70%;
    display: inline-block;
}
.wide-template.desktop.dashboard .ad-stats .leads-container .leads-text {
    font-size: 17px;
}
.wide-template.touch.dashboard .ad-stats .leads-container .leads-text {
    font-size: 17px;
}

/* Seller Details */
.wide-template.smi.desktop .seller-details .cols-8 {
    padding-left: 1px;
    padding-top: 4px;
}
.wide-template.smi.desktop #container_wrapper .right-side .info-block.seller-details h3 {
    line-height: 18px;
    margin-bottom: 0px;
    margin-top: -5px;
}
.wide-template.smi.desktop.car-ad #container_wrapper .right-side .info-block.seller-details h3 {
    padding: 8px 8px 8px 0px;
}
.wide-template.smi.desktop.car-ad #container_wrapper .right-side .info-block.seller-details .details {
    padding-left: 13px;
}

.wide-template.desktop.dashboard .profile-title {
    display: block;
}

.wide-template.smi.desktop #container_wrapper .right-side .info-block.seller-details {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.wide-template.profile.touch #container_wrapper .info-block.seller-details {
    padding-bottom: 21px;
}
.wide-template.profile.touch #container_wrapper .info-block.action-buttons {
    padding-bottom: 13px;
    padding-top: 12px;
}
.wide-template.smi.desktop #seller-location {
    margin-top: 3px;
}
.wide-template.smi.desktop.car-ad #seller-location {
    margin-bottom: 22px;
}
.wide-template.smi.desktop #seller-location .pin {
    width: 15%;
    float: left;
    position: relative;
    top: 2px;
}
.wide-template.smi.desktop.car-ad #seller-location .pin {
    float: none;
    top: -1px;
}
.wide-template.smi.desktop #seller-location .text {
    margin-top: 9px;
    width: 90px;
    margin-left: 0;
}
.wide-template.smi.desktop #seller-location a {
    color: #9b9b9b;
}
.wide-template #container_wrapper .location-links a {
    color: #9b9b9b;
}
 /* MOD Links */
 .wide-template .info-block.mod-links {
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0;
 }
 .wide-template.car-ad .info-block.mod-links {
     margin-bottom: 13px;
}
 .mod-links ul {
    padding-left: 0px;
    text-align: justify;
    margin-bottom: 0px;
}
 .mod-links ul:after {
    content: '';
    display: inline-block;
    width: 100%;
}
 .mod-links ul li {
    display: inline-block;
}

/* MPU section */
.wide-template .dfp-wrapper {
    background-color: white;
    margin: 0px;
    padding: 33px 0px 0px 0px;
    min-height: 250px;
}
.wide-template .smi_leaderboard_wrap.advertisment {
    position: relative;
    left: -8px;
}

/* Share icons section */
.wide-template.desktop .info-block.social-area {
    margin-bottom: 33px;
    background-color: #faf8f9;
    padding-top: 33px;
    padding-bottom: 33px;
}
.wide-template.desktop.promo .info-block.social-area {
    margin-bottom: 33px;
    background-color: #fff;
    padding-top: 33px;
    padding-bottom: 33px;
}
.wide-template.desktop .dealer-social-icons .info-block.social-area {
    margin-bottom: 57px;
}
.wide-template.desktop.smi.car-ad .info-block.social-area {
    margin-bottom: 57px;
}
.wide-template.touch.smi .info-block.social-area {
    padding-top: 25px;
    padding-bottom: 32px;
}
.wide-template.touch .info-block.social-area h4 {
    padding-bottom: 23px;
}
.wide-template.touch.profile .info-block.social-area {
    border-top: 1px solid #cecece;
}
.wide-template.touch #container_wrapper .social-icons {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

.wide-template.desktop #container_wrapper .social-icons .sprite-icon {
    display: inline-block;
}

.wide-template.desktop .whatsapp,
.wide-template.desktop .sprite-icon.whatsapp  {
    display: none !important;
    width: 0px;
    height: 0px;
    overflow: hidden;
}
/* Support buttons section */
.wide-template.touch.dashboard .support-buttons {
    margin-top: 30px;
    width: 180px;
}
.wide-template.touch.dashboard #container_wrapper .support-buttons a.quaternary.button {
    width: 180px;
    display: block;
    margin-bottom: 33px;
}
/* Testimonials section */
.wide-template.desktop .info-block.testimonials {
    border: none;
    padding: 27px 0px;
    line-height: 26px;
}
.wide-template.desktop .info-block.testimonials .testimonial {
    margin-bottom: 26px;
}
.wide-template.desktop .info-block.testimonials .testimonial:last-of-type {
    margin-bottom: 0px;
}
.wide-template.smi.desktop .right-side .info-block.testimonials {
    margin-bottom: 31px;
}
.wide-template.touch #container_wrapper .info-block.testimonials {
    padding-top: 27px;
    padding-bottom: 28px;
}
.wide-template.touch #container_wrapper .info-block.testimonials p.secondary {
    padding-bottom: 10px;
}
.wide-template.touch #container_wrapper .info-block.testimonials a {
    margin-top: 16px;
}
.wide-template.touch #container_wrapper .info-block .testimonial {
    display: none;
}
.wide-template.touch #container_wrapper .info-block .testimonial:first-of-type {
    display: block;
}
.wide-template.touch .info-block.testimonials .testimonial {
    margin-bottom: 0px;
}

/* Description section */
.wide-template.touch #container_wrapper .info-block.description {
    max-height: 80px;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 27px;
    transition: max-height 0.8s ease-out;
    -webkit-transition: max-height 0.8s ease-out;
    -moz-transition: max-height 0.8s ease-out;
    -o-transition: max-height 0.8s ease-out;
}
.wide-template.desktop.smi .info-block.description {
    margin-top: 60px;
    padding-bottom: 26px;
}
.wide-template.desktop.smi.car-ad .info-block.description {
    margin-bottom: 13px;
    margin-top: 0;
    padding-top: 0;
}
.wide-template.desktop.smi.car-ad .info-block.description p {
    padding-left: 33px;
    word-wrap: break-word;
}
.wide-template.desktop.smi.car-ad .additional-info {
    height: auto;
    padding-top: 16px;
    margin-bottom: 22px;
}
.wide-template.touch.smi.car-ad .additional-info {
    height: auto;
    padding-top: 41px;
    padding-bottom: 21px;
}
.wide-template.desktop.smi.car-ad .additional-info .icon-holder {
    display: inline-block;
    text-align: center;
    margin-right: 30px;
    width: 40px;
}
.wide-template.touch.profile #container_wrapper .info-block.action-buttons {
    padding-bottom: 0px;
}
.wide-template.touch.smi #container_wrapper .info-block.action-buttons {
    padding-bottom: 25px;
    padding-top: 12px;
}
.wide-template.desktop #container_wrapper .info-block.action-buttons {
    padding-bottom: 33px;
}
.wide-template.desktop.smi .read-more-toggle {
    cursor: pointer;
}
.wide-template.touch.smi #container_wrapper .info-block.action-buttons #read-more-desc.read-more-toggle {
    padding-top: 3px;
}
.wide-template.touch.smi #container_wrapper .info-block.action-buttons #read-more-desc.read-more-toggle.down {
    padding-top: 6px;
}
.wide-template.desktop.smi.car-ad #container_wrapper .info-block.action-buttons {
    padding-left: 33px;
}
.wide-template.touch.dashboard .read-more-toggle div {
    padding-bottom: 33px;
}

.wide-template #container_wrapper .info-block ul li:first-child {
    margin-top: 0;
}

.wide-template #container_wrapper .info-block ul.posts li:last-child {
    margin-bottom: 0;
}

/* Footer */
.wide-template.touch .footer {
    background-color: white;
    display: block;
    height: 80px;
    padding-top: 0px;
}
.wide-template.touch.profile .footer {
    margin-bottom: 40px;
}
.wide-template.touch.owner .footer {
    margin: 0;
}
.wide-template.touch .info-block.footer a {
    padding-bottom: 33px;
    padding-top: 31px;
}
.wide-template.touch.profile .info-block.footer a {
    padding-bottom: 25px;
    padding-top: 23px;
}
.wide-template.touch .info-block.footer a:first-of-type {
    padding-left: 23px;
}
.wide-template.touch .info-block.footer a:last-of-type {
    padding-right: 23px;
}

/* Feedback section */
.wide-template.desktop #container_wrapper .no-feedback {
    margin-left: 26px;
}
.wide-template.desktop.smi #container_wrapper #feedback {
    padding-top: 10px;
    font-size: 14px;
}
.wide-template.desktop.smi.car-ad #container_wrapper #feedback {
    padding-top: 0px;
    margin-top: -10px;
}
.wide-template.touch.profile #container_wrapper #feedback {
    position: relative;
    margin-top: -18px;
}
.wide-template.desktop #container_wrapper .feedback-info {
    text-align: center;
}
.wide-template.desktop.smi.car-ad #container_wrapper .feedback-info {
    text-align: right;
}
.wide-template.desktop.smi #container_wrapper #feedback a {
    line-height: 18px;
}
.wide-template #container_wrapper #feedback .bar {
    background: #e5e5e5;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 58px;
}
.wide-template.touch.profile #container_wrapper #feedback .bar {
    display: block;
    width: 100%;
}
.wide-template.desktop #container_wrapper #feedback .bar {
    width: 48px;
    margin-top: 6px;
}
.wide-template.desktop.smi #container_wrapper #feedback .bar {
    width: 38px;
    margin-right: 0;
    float: right;
}
.wide-template.desktop.smi.car-ad #container_wrapper #feedback .bar {
    float: none;
    margin-top: 0px;
    width: 60px;
    display: inline-block;
    margin-left: 2px;
}
.wide-template.touch.profile #container_wrapper #feedback .bar-holder {
    display: inline-block;
    margin-right: 50%;
    width: 50%;
}

 .wide-template.touch.profile #container_wrapper #feedback .feedback-info:first-child .bar-holder {
     margin-right: 0;
     margin-left: 50%;
 }

 .wide-template.touch.profile #container_wrapper #feedback .positive:first-child {
     padding-right: 11px;
 }

 .wide-template.touch.profile #container_wrapper #feedback .negative:first-child {
     padding-left: 11px;
 }

 .wide-template.touch.profile #container_wrapper #feedback .bar-holder .bar {
    display: block;
}

.wide-template.desktop.car-ad #container_wrapper #feedback .bar-holder {
    display: inline-block;
}
.wide-template.touch.smi a.negative .total {
    margin-left: 12px;
}
.wide-template.touch.smi #container_wrapper .info-block.wide-template-head {
    background-color: #fafafa;
    padding-top: 25px;
    padding-bottom: 25px;
}
.wide-template.touch #container_wrapper .info-block.wide-template-head h1 {
    margin-bottom: 10px !important;
}
.wide-template.touch.profile #container_wrapper .info-block.wide-template-head #feedback .bar-holder {
    float: left;
    width: 77px;
}
.wide-template #container_wrapper .info-block.wide-template-head #feedback .bar-holder:first-of-type {
    margin-right: 32px;
}
.wide-template #container_wrapper #feedback .bar,
.wide-template #container_wrapper #feedback .bar .coloured {
    border-radius: 4px;
    height: 7px;
}
.wide-template #container_wrapper #feedback .positive .bar .coloured {
    background: #7ed321;
}
.wide-template #container_wrapper #feedback .negative .bar .coloured {
    background: #ff8793;
}

.wide-template .sprite-icon.positive-thumb,
.wide-template .sprite-icon.negative-thumb {
    display: none;
}

.wide-template.smi.car-ad .sprite-icon.positive-thumb,
.wide-template.smi.car-ad .sprite-icon.negative-thumb {
    display: inline-block;
    margin-top: -3px;
    margin-right: 2px;
}
.wide-template.smi.car-ad .sprite-icon.negative-thumb {
    display: inline-block;
    margin-top: 1px;
}

.wide-template div.positive {
    margin-right: auto;
}
.wide-template div.negative {
    margin-left: auto;
}

.wide-template.smi #feedback .link-text {
    display: none;
}
.wide-template #feedback .total {
    display: none;
}
.wide-template.dashboard.desktop #container_wrapper .feedback-section {
    height: 312px;
    border: none;
}
.wide-template.touch.smi #feedback .total {
    float: left;
    line-height: 10px;
}
.wide-template.touch.smi.car-ad .feedback-area {
    margin-left: 15px;
    width: calc(100% - 72px);
}
.wide-template.touch.smi.car-ad .feedback-area #feedback {
    margin-top: 5px;
}
.wide-template.touch.smi.car-ad #feedback .feedback-info {
    display: inline-block;
    min-width: 124px;
    width: auto;
}
.wide-template.touch.smi.car-ad #feedback .feedback-info.negative {
    margin-left: -12px;
}
.wide-template.touch.smi.car-ad #container_wrapper #feedback .bar {
    float: left;
    margin-top: 1px;
}
.wide-template.touch.smi.car-ad #feedback .feedback-info .negative-thumb,
.wide-template.touch.smi.car-ad #feedback .feedback-info .positive-thumb,
.wide-template.touch.smi.car-ad #feedback .feedback-info .total {
    float: left;
    display: inline-block;
    margin-right: 8px;
    font-size: 15px;
}
.wide-template.touch.smi.car-ad #feedback .feedback-info .negative-thumb {
    margin-top: -2px;
}
.wide-template.touch.smi.car-ad #feedback .feedback-info .bar-holder.positive {
    margin-right: 8px;
}
.wide-template.touch.smi.car-ad #feedback .feedback-info .total {
    margin: 0px 8px 0px 0px;
    padding: 0;
    width: auto;
}
.wide-template.touch.smi.car-ad #feedback .feedback-info .bar {
    max-width: 50px;
    margin-right: 0px;
    margin-left: 0px;
}
.wide-template.smi #feedback .total {
    color: #4a4a4a;
    font-size: 12px;
    display: inline-block;
}
.wide-template.desktop.smi.car-ad #feedback .total {
    float: none;
}
.wide-template.desktop.smi #feedback .total {
    width: 20px;
    text-align: right;
}
.wide-template.desktop.smi.car-ad #feedback .total {
    width: auto;
}
.wide-template.touch.smi #feedback .total {
    padding-right: 12px
}
.wide-template.profile #feedback .link-text {
   margin-bottom: 1px;
   text-align: left;
   width: 80px;
}

.wide-template #container_wrapper .info-block.wide-template-head #feedback {
    margin-bottom: 4px;
}
.wide-template.touch.smi #container_wrapper .info-block.wide-template-head #feedback {
    padding-top: 9px;
    padding-bottom: 9px;
}
.wide-template.touch.smi.service-ad #container_wrapper .info-block.wide-template-head #feedback {
    padding-top: 22px;
    padding-bottom: 27px;
    padding-right: 0px;
}

.wide-template #container_wrapper .info-block.wide-template-head #feedback .bar {
    float: left;
    margin-top: 2px;
}

.wide-template.desktop #container_wrapper h1.feedback-head {
   color: #4a4a4a;
   font-size: 24px;
   font-weight: normal;
   margin-bottom: 60px;
   margin-top: 33px;
   text-align: left;
}

.wide-template.desktop #container_wrapper .feedback-section h1.feedback-head {
    color: #4a4a4a;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0;
    margin-top: 93px;
}


.wide-template.desktop.smi.car-ad #container_wrapper .at-title h1 {
    padding: 0px 20px 0px 0px;
}

.wide-template #container_wrapper .feedback-type a div {
    background-color: #e97d23;
    border-bottom: 3px solid #e07310;
    padding: 12px 0 12px 23px;
}

.wide-template #container_wrapper .feedback-type a {
    color: white;
    font-size: 12px;
    text-transform: uppercase;
}

.wide-template #container_wrapper .feedback-type .tab-selected {
    border-bottom: 3px solid white;
}

.wide-template #container_wrapper #feedbackcontent {
    background-color: white;
    font-size: 12px;
}

.wide-template #container_wrapper #feedbackcontent .paging {
    margin-bottom: 0;
    padding-bottom: 0;
}

.wide-template #container_wrapper #feedbackcontent .photo {
    position: relative;
}
.wide-template #container_wrapper #feedbackcontent .feedback_icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: -5px;
}
.wide-template #container_wrapper #feedbackcontent .feedback_icon.positive {
    background: url(../../i/feedback-ico-positive_1.png) no-repeat scroll 0 0 transparent;
}

.wide-template #container_wrapper #feedbackcontent .feedback_icon.negative {
    background: url(../../i/feedback-ico-negative_1.png) no-repeat scroll 0 0 transparent;
}

.wide-template #container_wrapper #feedbackcontent p,
.wide-template #container_wrapper #feedbackcontent a {
    font-size: 12px;
}
.wide-template #container_wrapper #feedbackcontent .comment-box .frame {
    border-bottom: 1px solid #d2d8dd;
    background-color: #fff;
}

.wide-template #container_wrapper #feedbackcontent .frame .author {
    display: block;
    padding-top: 4px;
}
.wide-template #container_wrapper #feedbackcontent .author {
    color: #525252;
    margin-bottom: 8px;
}
.wide-template #container_wrapper #feedbackcontent .comment-box .posted {
    clear: both;
    top: 13px;
    right: 16px;
    display: block;
    font-size: 11px !important;
    color: #777;
    margin: 0;
}
.comment-box .posted {
    padding-top: 13px;
    float: right;
}
.wide-template.desktop #container_wrapper #chart-container {
    height: 266px;
    position: relative;
    top: -13px;
    width: 299px;
}

.wide-template.desktop #container_wrapper #feedback .big-bar-holder .bar {
    width: 226px;
}
.wide-template.desktop #container_wrapper #feedback .big-bar-holder.positive .link-text {
    color: #4a4a4a;
}
.wide-template.touch.dashboard #container_wrapper .link-text {
    color: #444;
    margin-bottom: 2px;
}

.wide-template.desktop #container_wrapper #feedback .big-bar-holder .link-text {
    color: #9b9b9b;
    font-size: 16px;
    margin-top: 16px;
}

.wide-template.desktop #container_wrapper #feedback .big-bar-holder.negative .link-text {
    margin-top: 31px;
}
.wide-template.desktop #container_wrapper .big-bars {
    display: block !important;
}

.wide-template.desktop #container_wrapper #feedback .big-bar-holder .bar {
    margin-left: 0;
}

.wide-template.desktop #container_wrapper #feedback .big-bar-holder .bar,
.wide-template.desktop #container_wrapper #feedback .big-bar-holder .bar .coloured {
    border-radius: 20px;
    height: 11px;
}

.wide-template.desktop #container_wrapper #feedbackcontent .centered a.button.tertiary.more-feedback {
    color: #ea7d22;
    margin-left: auto;
    margin-right: auto;
    margin-top: 58px;
    width: 257px;
}

.wide-template.touch.dashboard #container_wrapper .feedback-title {
    margin-bottom: -7px;
    padding-top: 10px;
}
.wide-template.touch.dashboard #container_wrapper #feedback {
    padding-bottom: 34px;
}
.wide-template.desktop #container_wrapper .feedback-section {
    border: 1px solid #dedede;
    width: 601px;
    margin-bottom: 30px;
    height: 457px;
}
.wide-template.desktop.dashboard #container_wrapper .feedback-section {
    margin-bottom: 0;
}

.wide-template.desktop #container_wrapper .feedback-side-section {
    margin-left: 33px;
    width: 261px;
    vertical-align: top;
}

.owner.wide-template.desktop #container_wrapper .feedback-side-section {
    display: none !important;
}

.wide-template.desktop #container_wrapper .wide-holder-wide div {
    display: block;
    margin-left: 0;
}

.wide-template #container_wrapper .promo-img-holder:first-of-type {
    padding-right: 1.96078431373%;
}
.wide-template #container_wrapper .promo-img-holder:nth-of-type(2) {
    padding-left: 1.96078431373%;
}

.wide-template.desktop.owner .leave_feedback_link {
    display: none !important;
}
.wide-template.desktop #container_wrapper a.button.tertiary.your-feedback {
    display: none;
}
.wide-template.desktop.owner #container_wrapper a.button.tertiary.your-feedback {
    display: block;
}

/* Contact */
.wide-template.desktop #container_wrapper .report-user {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 30px;
    margin-right: 32px;
}

.wide-template.desktop #container_wrapper .report-user a:hover {
    color: #a0570a;
}

/* Tips section */
.wide-template.smi.touch #container_wrapper .info-block.tips-section {
    padding-bottom: 16px;
}
.wide-template.smi.touch #container_wrapper .info-block.tips-section h4 {
    margin-top: -1px;
    margin-bottom: 23px;
}
.wide-template.desktop #container_wrapper .info-block.tips-section {
    padding-top: 33px;
    padding-bottom: 50px;
    padding-left: 38px;
}
.wide-template.desktop.smi.car-ad #container_wrapper .info-block.tips-section {
    text-align: center;
    color: white;
    padding-bottom: 44px;
    margin-top: 66px;
    background-image: url('../../i/tips-background-image.jpg');
}
.wide-template.desktop.smi.car-ad #container_wrapper .info-block.tips-section h1 {
    margin-top: 32px;
    margin-bottom: 6px;
    color: white;
}
.wide-template #container_wrapper #tips-holder {
    list-style: none;
    margin: 0;
    margin-bottom: 0px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    transition: max-height 0.8s ease-out;
    -webkit-transition: max-height 0.8s ease-out;
    -moz-transition: max-height 0.8s ease-out;
    -o-transition: max-height 0.8s ease-out;
    display: inline-block;
}
.wide-template.desktop.smi.car-ad #container_wrapper #tips-holder {
    list-style: disc;
    overflow: visible;
}
.wide-template.touch.dashboard #details {
    overflow: hidden;
    max-height: 0px;
    padding: 0;
    padding-bottom: 25px;
    transition: max-height 0.6s ease-out;
    -webkit-transition: max-height 0.6s ease-out;
    -moz-transition: max-height 0.6s ease-out;
    -o-transition: max-height 0.6s ease-out;
}
.wide-template.touch.dashboard .message-box span {
    color: #333;
}
.wide-template.touch.dashboard #details a.button.quaternary {
    width: 180px;
}
.wide-template.touch.dashboard #details div {
    padding-top: 15px;
}
.wide-template.touch.dashboard #details div:last-child {
    padding-bottom: 41px;
    padding-top: 23px;
}
.wide-template.touch.dashboard #details div:first-child {
    padding-top: 25px;
}
.wide-template.touch #container_wrapper #tips-holder {
    max-height: 0px;
}
.wide-template.desktop #container_wrapper #tips-holder {
    margin-left: 12px;
}
.wide-template.smi.desktop #container_wrapper .info-block.tips-section h4 {
    margin-bottom: 22px;
}
.wide-template.desktop.smi.car-ad #container_wrapper .info-block.tips-section h4 {
    margin-bottom: 0px;
}
.wide-template #container_wrapper .info-block.tips-section .tip {
    float: left;
    margin-right: 20px;
}

.wide-template.desktop #container_wrapper .info-block.tips-section #tips-holder li {
    padding-bottom: 4px;
}
.wide-template.desktop #container_wrapper .info-block.tips-section #tips-holder li:last-of-type {
    padding-bottom: 0px;
}
.wide-template #container_wrapper .info-block.tips-section #tips-holder li:first-of-type {
    margin-top: 38px;
}
.wide-template.desktop.smi.car-ad #container_wrapper .info-block.tips-section #tips-holder li:first-of-type {
    margin-top: 14px;
}
.wide-template #container_wrapper .info-block.tips-section #tips-holder li:last-of-type .tip-text {
    margin-bottom: 1px;
}
.wide-template.smi.car-ad #container_wrapper .info-block.tips-section #tips-holder li:last-of-type .tip-text {
    margin-top: -5px;
}
.wide-template #container_wrapper .info-block.tips-section #tips-holder {
    line-height: 22px;
}
.wide-template #container_wrapper .info-block.tips-section .tip-text {
    margin-bottom: 23px;
    padding-left: 37px;
}
.wide-template.desktop.smi.car-ad #container_wrapper .info-block.tips-section .tip-text {
    margin-bottom: 19px;
    padding-left: 8px;
}
.wide-template #container_wrapper .info-block.tips-section .tips {
    margin-bottom: -9px;
}
.wide-template.desktop #container_wrapper .info-block.tips-section .tips {
    cursor: default;
}
.wide-template.desktop #container_wrapper .info-block.tips-section .tips {
    float: left;
}
.wide-template.desktop.smi.car-ad #container_wrapper .info-block.tips-section .tips {
    float: none;
}

.wide-template.desktop #container_wrapper #feedbackcontent .centered a.button.tertiary.more-feedback {
    color: #ea7d22;
    margin: 58px auto 0 auto;
    width: 257px;
}
.wide-template.desktop.profile .button.quaternary.more-feedback {
    margin-top: 25px;
    margin-bottom: 26px;
}
.wide-template.desktop #container_wrapper .info-block.tips-section h4 {
    display: inline-block;
    margin-top: 8px;
    margin-left: 12px;
}

/* More of Category */
.wide-template #container_wrapper .info-block.more-of-category {
    padding-bottom: 14px;
    padding-top: 22px;
}
.wide-template #container_wrapper .info-block.more-of-category div {
    display: inline-block;
    line-height: 16px;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Ad views */
.wide-template #container_wrapper .info-block.ad-view-count {
    padding-bottom: 9px;
    padding-top: 19px;
}

/* Ad placement steps */

.wide-template.category-select #main .ad-placement-step {
    font-size: 14px;
    color: #5a7181;
    /* @TODO do we want to show these */
    display: none !important;
}
.wide-template.category-select #main .ad-placement-step.step-active {
    font-weight: bold;
    color: #000;
}
.wide-template.category-select #main #ad-placement-steps {
    width: 940px;
    margin: 24px 0px 0px 7px;
}
.step-icon {
    position: relative;
    top: -26px;
}


/*
 * CSS Animations
 */
.wide-template #container_wrapper #feedback .bar .coloured {
    -moz-animation-name: feedbackBars;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 3s;

    -webkit-animation-name: feedbackBars;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 3s;

    animation-name: feedbackBars;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 3s;
}
@-moz-keyframes feedbackBars {
    0% {
        -moz-transform: translateX(-228px);
    }
    50% {
        -moz-transform: translateX(-228px);
    }
    100% {
        -moz-ransform: translateX(0);
    }
}
@-webkit-keyframes feedbackBars {
    0% {
        -webkit-transform: translateX(-228px);
    }
    50% {
        -webkit-transform: translateX(-228px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@keyframes feedbackBars {
    0% {
        transform: translateX(-228px);
    }
    50% {
        transform: translateX(-228px);
    }
    100% {
        transform: translateX(0);
    }
}


/*                                                           *
 * Deprecated Touch                                          *
 * This should be deleted once new comment designs are ready *
 *                                                           *
 */
 .search_res {
    position: relative;
 }
 a.full_width {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999;
}

.comment-options span.report-comment-ellipsis {
    color: #333;
    float: right;
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
    width: 25px;
    text-align: center;
    cursor: pointer;
}

.comment-options .hidden-report {
    background-color: white;
    border: 1px solid #aaa;
    bottom: 10px;
    display: none;
    height: 25px;
    line-height: 25px;
    outline: none;
    position: absolute;
    right: -8px;
    text-align: center;
    width: 85px;
    color: #4a4a4a;
    font-weight: normal;
    font-size: 12px;
    margin-right: 8px;
}

.vertical-ellipsis {
    display: block;
    margin-top: -4px;
    background-image: url(../../i/vertical-ellipsis.png);
    width: 26px;
    height: 32px;
    right: 0px;
    margin-left: 11px;
}

.wide-template.touch .post-content {
    background-color: white;
}
.wide-template.desktop.smi.car-ad #ask_offer_footer {
    height: 18px;
    line-height: 18px;
    border-top: 1px solid #DDDDDD;
    color: #597386;
    font-size: 13px;
}
.wide-template.desktop.smi.car-ad #ask_offer_footer a {
    color: #004DDA;
}
.wide-template.touch .post-content h3.post-title,
.wide-template.touch .post-content .post-bar .price em {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
}
.wide-template.touch .post-content .post-bar .time-ago {
    font-size: 12px;
    float: right;
}
.wide-template.touch .post-content h3.post-title {
    max-height: 42px;
    overflow: hidden;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;

    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wide-template.touch .posts li.ad_spot {
    padding: 15px 0 15px 0;
}
.wide-template.touch .posts {
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
}
.wide-template.touch .posts li:not(.button) {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    height: 1%;
    padding: 0px;
}
.wide-template.touch .posts li:not(.button),
#sr-touch-top,
#sr-touch-bottom {
    margin-bottom: 10px;
}

.wide-template.touch .posts img.alignleft,
.wide-template.touch .sold_cover,
.wide-template.touch .quick_sale_cover {
    float: left;
    margin: 0;
    height: 120px;
    width: 120px;
}

.sold_cover,
.quick_sale_cover{
    background: url(../../i/touch/bg_num_photos.png) repeat;
    color: #fff;
    font-weight: bold;

    padding: 5px 5px 5px 0;
    display: block;
    width: 94px;

    text-align: center;

    position: relative;
    top: -26px;
    margin: 0 auto;
}

.sr_image .sold_cover,
.sr_image .quick_sale_cover{
    background: url("../../i/touch/bg_num_photos.png") repeat transparent;
    width: 97px;
    height: 16px;
    margin-left: 1px;

    display: inline-block;

    border:none;

    position: absolute;
    top: 83px;
    left: 0;

    text-decoration: none;
}

.wide-template.touch .posts .post-content {
    overflow: hidden;
    height: 120px;
    position: relative;
}
.wide-template.touch .post-content .holder {
    overflow: hidden;
    padding: 15px;
    height: 80px;
    position: relative;
}
.wide-template.touch .posts .item_description ul
, .wide-template.touch .posts .item_description_car ul {
    padding: 0;
    list-style: disc inside url("../../i/touch/bullet2.gif");
}
.wide-template.touch .posts .item_description ul li
, .wide-template.touch .posts .item_description_car ul li {
    border: none;
    padding: 2px 15px 0 0;
    float: left;
    /* "Overflow: visible" may be unnecessary:
     * without it: doesn't show list icons in Firefox (desktop) but it does work on iPhone 4 and Android 2.2
     */
    overflow: visible;
}
.wide-template.touch .post-content p {
    margin: 0 0 8px;
}
.wide-template.touch .post-content .post-bar {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.wide-template.touch .post-content .post-bar .time-ago {
    color: #999;
    float: right;
    position: relative;
    right: 35px;
}
.wide-template.touch .post-content .user_type_icon {
    width: 28px;
    height: 23px;
    background: url(../../i/touch/user_type_icon.png) no-repeat 0 0 transparent;
    display: inline-block;
    float: left;
    text-align: center;
    color: #2a343b;
    font-weight: bold;
    margin-right: 3px;
    padding-top: 0;
}
.wide-template.touch .post-content .user_type_icon.merchant {
    background: url(../../i/shop_icon2.png) no-repeat 0 50% transparent;
    width: 29px;
}
.wide-template.touch .post-content .user_type_icon.car_dealer {
    background: url(../../i/car_dealer2.png) no-repeat 0 50% transparent;
    width: 60px;
}
.wide-template.touch .post-content .user_type_icon.no_bg {
    background: none;
    margin-left: 1px;
}


.numbering {
    min-width: 170px;
    padding: 0 10px;
    margin: 5px auto 0 auto;
    text-align: center;
}

.numbering li {
    display: inline-block;
}

.paging {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 15px 0 20px;
    list-style: none;
    font-size: 13px;
    text-align: center;
}
.paging .text {
    color: #525252;
    margin-top: 6px;
    text-decoration: none;
}
.paging .inactive .text {
    color: #cad1d7;
}
.paging .prev,
.paging .next {
    width: 60px;
    height: 22px;
    display: inline;
    padding: 11px 5px 5px 5px;
    position: relative;
}
.paging .prev {
    float: left;
    text-align: left;
}
.paging .next {
    float: right;
    text-align: right;
}
.paging .arrow {
    width: 5px;
    height: 8px;
}
.paging .arrow.right {
    float: none;
}
.paging .end_prev_btn,
.paging .end_next_btn {
    width: 54px;
    height: 27px;
    z-index: -1;
}
.paging .end_prev_btn {
    position: absolute;
    top: 0;
    right: 0;
}
.paging .end_next_btn {
    position: absolute;
    top: 0;
    left: -2px;
}

.paging li {
    display: inline;
    position: relative;
    padding-top: 5px;
}


/* Promo pages */
.wide-template.promo {
    background: white;
    overflow-x: hidden;
    max-width: 100%;
}
.wide-template.promo #container_wrapper {
    font-size: 0;
    line-height: 0;
}
.wide-template.desktop #main {
    width: 100%;
    max-width: 1020px;
    padding-bottom: 66px;
}
.wide-template.desktop.promo #container_wrapper {
    width: 100%;
    max-width: 1020px;
}
.wide-template.touch.promo #container_wrapper {
    max-width: 100%;
}
.wide-template.promo img.promo-img {
    max-width: 100%;
    vertical-align: bottom;
}
.wide-template.promo #header {
    height: 500px;
    background: none;
    display: none;
}
.wide-template.promo #header-content {
    z-index: 9999;
    position: relative;
    top: 0px;
    margin-top: -1px;
    max-width: 93%;
    padding-bottom: 130px;
    height: 529px;
}

.wide-template.promo #header-content .main-links .daft-logo {
    margin-top: 3px;
}

.wide-template.promo #container_wrapper #header-content .promo-block {
    box-sizing: border-box;
    margin-top: 33px;
    background: #2fabb4;
    font-size: 40px;
    position: relative;
    max-width: 93%;
    width: 490px;
    max-width: 100%;
    padding: 30px 22px 40px;
}
.wide-template.promo #header-content .promo-block p {
    color: white;
    font-size: 20px !important;
    line-height: 30px;
}
.wide-template.promo #header-content .promo-block h1 {
    color: white;
    font-size: 40px !important;
    line-height: 48px !important;
}
.wide-template.desktop.promo #container_wrapper .promo-block .button.primary,
.wide-template.touch.promo #container_wrapper .promo-block .button.primary {
    box-sizing: border-box;
    background-color: #ff8f1c;
    color: white;
    display: inline-block;
    font-weight: bold;
    padding: 0px 25px;
    text-align: center;
    height: 65px;
    line-height: 65px;
    width: auto;
    min-width: 280px;
    font-size: 22px;
    border-radius: 5px;
    text-transform: none !important;
}
.wide-template.desktop.promo #container_wrapper .promo-block .button.primary:hover {
    background-color: #ea7d22;
    text-decoration: none;
}


.wide-template.desktop.promo #container_wrapper .promo-section .promo-block a.button.primary:hover {
    background-color: #ea7d22;
    text-decoration: none;
}
.wide-template.promo #header-content .main-links {
    box-sizing: border-box;
    display: block;
    height: 56px;
    line-height: 40px;
    margin: 38px 0px 0px 0px;
    max-width: 490px;
    position: relative;
    width: 93%;
    z-index: 4;
}

.wide-template.promo #container_wrapper .promo-block {
    line-height: 0;
}
.wide-template.promo #container_wrapper .promo-block h1, 
.wide-template.promo #container_wrapper .promo-details h1 {
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 13px;
}
.wide-template.promo #container_wrapper .promo-block p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 22px;
}
.wide-template.promo #container_wrapper .promo-block a {
    color: #02ccda;
    font-size: 18px;
    line-height: 24px;
}
.wide-template.promo #container_wrapper .promo-block a:hover {
    text-decoration: underline;
}

.wide-template.promo #container_wrapper .promo-section {
    padding: 58px 0px 59px;
    display: inline-block;
    box-sizing: border-box;
}

.wide-template.promo #container_wrapper .promo-section .faqs p:nth-of-type(odd) {
   font-weight: bold; 
}

.wide-template.promo #container_wrapper .promo-section.ela-img-elz-img {
    padding: 65px 0;
}
.wide-template.promo #container_wrapper .promo-section.responsive.ela-img-elz-a {
    padding-top: 60px;
    padding-bottom: 60px;
}
.wide-template.promo #container_wrapper .promo-section.ela-h1-elz-p p {
    margin-bottom: 0px;
}
.wide-template.promo #container_wrapper .promo-section.ela-btn-elz-btn {
    padding-top: 65px;
    padding-bottom: 65px;
}

.wide-template.promo #container_wrapper .promo-section.responsive.ela-img-elz-a .sprite-icon {
    margin-top: 6px;
}
.wide-template.promo #container_wrapper .right-side {
    padding-left: 20px;
}
.wide-template.promo #container_wrapper .left-side {
    padding-right: 20px;
}

.wide-template.promo .testimonial {
    position: relative;
    background-repeat: no-repeat;
    background-position: 0% 0;
    height: 448px;
    max-width: 800% !important;
    width: 800%;
    padding-left: 50% !important;
    left: -50%;
    right: -50%;
}
.wide-template.promo #container_wrapper .testimonial p {
    font-weight: bold;
    width: 360px;
    color: white;
    text-align: left;
    font-size: 36px;
    line-height: 37px;
    max-width: 93%;
}
.wide-template.promo #container_wrapper .testimonial p.alt {
   color: #ff8f1c;
}
.wide-template.promo #container_wrapper .testimonial p.testimonial-name.alt {
   color: black !important;
}
.wide-template.promo #container_wrapper .testimonial p.testimonial-name {
    color: #02ccda;
    font-size: 24px;
    line-height: 24px;
}
.wide-template.promo #login-in-links {
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    max-width: 100%;
    margin-top: 11px;
    padding-left: 0px;
    position: absolute;
    text-align: right;
    width: 25%;
    left: 75%;
    z-index: 9999999;
}
.wide-template.promo #login-in-links a {
    color: black;
    margin-left: 20px;
}
.wide-template.promo.promo-welcome-back #login-in-links a {
    color: #ff8f1c;
}
.wide-template.touch.promo #container_wrapper .footer div,
.wide-template.touch.promo #container_wrapper .footer a {
    color: #4a4a4a;
}
.wide-template.promo #container_wrapper #promo-footer {
    display: none;
}
.wide-template.desktop #full-site-link {
    display: none;
}
.wide-template.touch.promo #login-in-links {
    padding-right: 25px;
    max-width: 954px;
}

.wide-template.promo #header-background-image {
    position: absolute;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: 50% 0;
    height: 500px;
    left: -50%;
    right: -50%;;
    top: -37px;
}


.wide-template.promo.promo-sell-your-stuff-new #header-background-image {
    background-image:url(../../../i/promo/sell-your-stuff-new/xxl/header-image.jpg);
}
.wide-template.promo.promo-reactivate #header-background-image {
    background-image:url(../../../i/promo/reactivate/xxl/header-image.jpg);
}
.wide-template.promo.promo-welcome-back #header-background-image {
    background-image:url(../../../i/promo/welcome-back/xxl/header-image.jpg);
}
.wide-template.promo.promo-cash-hunt #header-background-image {
    background-image:url(../../../i/promo/cash-hunt/xxl/header-image.jpg);
}
.wide-template.promo.promo-back-to-school #header-background-image {
    background-image:url(../../../i/promo/back-to-school/xxl/header-image.jpg);
}
.wide-template.promo.promo-make-money #header-background-image {
    background-image:url(../../../i/promo/make-money/xxl/header-image.jpg);
}
.wide-template.promo.promo-claires-story #header-background-image {
    background-image:url(../../../i/promo/claires-story/xxl/header-image.jpg);
}

.wide-template.promo.promo-sell-your-stuff-new .testimonial {
    background-image:url(../../../i/promo/sell-your-stuff-new/xxl/testimonial.jpg);
}
.wide-template.promo.promo-reactivate .testimonial {
    background-image:url(../../../i/promo/reactivate/xxl/testimonial.jpg);
}
.wide-template.promo.promo-welcome-back .testimonial {
    background-image:url(../../../i/promo/welcome-back/xxl/testimonial.jpg);
}
.wide-template.promo.promo-cash-hunt .testimonial {
    background-image:url(../../../i/promo/cash-hunt/xxl/testimonial.jpg);
}
.wide-template.promo.promo-back-to-school .testimonial {
    background-image:url(../../../i/promo/back-to-school/xxl/testimonial.jpg);
}
.wide-template.promo.promo-make-money .testimonial {
    background-image:url(../../../i/promo/make-money/xxl/testimonial.jpg);
}
.wide-template.promo.promo-claires-story .testimonial {
    background-image:url(../../../i/promo/claires-story/xxl/testimonial.jpg);
}

.wide-template.promo.promo-claires-story #container_wrapper #header-content .promo-block {
    background: rgba(47 , 171, 180, .5);
    width: 600px;
}
.wide-template.promo.promo-make-money #container_wrapper #header-content .promo-block {
    background: #ffffff;
}
.wide-template.promo.promo-make-money #container_wrapper #header-content .promo-block p, 
.wide-template.promo.promo-make-money #container_wrapper #header-content .promo-block h1 {
    color: #4a4a4a;
}

.wide-template.promo.promo-claires-story #container_wrapper #header-content .promo-block .button, 
.wide-template.promo.promo-make-money #container_wrapper #header-content .promo-block .button {
    max-width: 100%;
} 
.wide-template.promo.promo-make-money #container_wrapper #header-content .promo-block .button { 
    width: 430px;
}
.wide-template.promo.promo-claires-story #container_wrapper #header-content .promo-block .button { 
    width: 100%;
}

.wide-template.promo #container_wrapper #header-content .promo-block
.wide-template.promo .testimonial {
    margin-top: 65px;
    margin-bottom: 65px;
}

.wide-template.promo .logo-holder {
    line-height: inherit;
    z-index: 12;
}
.wide-template.promo .logo-holder .sprite-icon {
    pointer-events: bounding-box;
    display: inline-block;
}

.wide-template.promo .logo-holder .daft-logo {
    display: none;
}
.wide-template.promo.promo-sell-your-stuff-new .logo-holder .daft-logo {
    display: inline-block;
}

/* Image sizes for different devices */
@media screen and (max-device-width: 960px){
    .wide-template.promo .testimonial {
        padding-left: 10% !important;
        left: -0%;
        right: -0%;
        width: 120%;
        left: -10%;
    }
    .wide-template.promo.promo-sell-your-stuff-new #header-background-image {
        background-image:url(../../../i/promo/sell-your-stuff-new/xl/header-image.jpg);
    }
    .wide-template.promo.promo-reactivate #header-background-image {
        background-image:url(../../../i/promo/reactivate/xl/header-image.jpg);
    }
    .wide-template.promo.promo-welcome-back #header-background-image {
        background-image:url(../../../i/promo/welcome-back/xl/header-image.jpg);
    }
    .wide-template.promo.promo-cash-hunt #header-background-image {
        background-image:url(../../../i/promo/cash-hunt/xl/header-image.jpg);
    }
    .wide-template.promo.promo-back-to-school #header-background-image {
        background-image:url(../../../i/promo/back-to-school/xl/header-image.jpg);
    }
    .wide-template.promo.promo-make-money #header-background-image {
        background-image:url(../../../i/promo/make-money/xl/header-image.jpg);
    }
    .wide-template.promo.promo-claires-story #header-background-image {
        background-image:url(../../../i/promo/claires-story/xl/header-image.jpg);
    }

    .wide-template.promo.promo-sell-your-stuff-new .testimonial {
        background-image:url(../../../i/promo/sell-your-stuff-new/xl/testimonial.jpg);
    }
    .wide-template.promo.promo-reactivate .testimonial {
        background-image:url(../../../i/promo/reactivate/xl/testimonial.jpg);
    }
    .wide-template.promo.promo-welcome-back .testimonial {
        background-image:url(../../../i/promo/welcome-back/xl/testimonial.jpg);
    }
    .wide-template.promo.promo-back-to-school .testimonial {
        background-image:url(../../../i/promo/back-to-school/xl/testimonial.jpg);
    }
    .wide-template.promo.promo-make-money .testimonial {
        background-image:url(../../../i/promo/make-money/xl/testimonial.jpg);
    }
    .wide-template.promo.promo-claires-story .testimonial {
        background-image:url(../../../i/promo/claires-story/xl/testimonial.jpg);
    }
}
@media screen and (max-device-width: 640px){
    .wide-template.promo.promo-sell-your-stuff-new .testimonial {
        background-image:url(../../../i/promo/sell-your-stuff-new/l/testimonial.jpg);
    }
    .wide-template.promo.promo-reactivate .testimonial {
        background-image:url(../../../i/promo/reactivate/l/testimonial.jpg);
    }
    .wide-template.promo.promo-welcome-back .testimonial {
        background-image:url(../../../i/promo/welcome-back/l/testimonial.jpg);
    }
    .wide-template.promo.promo-back-to-school .testimonial {
        background-image:url(../../../i/promo/back-to-school/l/testimonial.jpg);
    }
    .wide-template.promo.promo-make-money .testimonial {
        background-image:url(../../../i/promo/make-money/l/testimonial.jpg);
    }
    .wide-template.promo.promo-claires-story .testimonial {
        background-image:url(../../../i/promo/claires-story/l/testimonial.jpg);
    }
    .wide-template.promo #header-background-image {
        background: none;
    }
}
@media screen and (max-device-width: 470px){
    .wide-template.promo.promo-sell-your-stuff-new .testimonial {
        background-image:url(../../../i/promo/sell-your-stuff-new/m/testimonial.jpg);
    }
    .wide-template.promo.promo-reactivate .testimonial {
        background-image:url(../../../i/promo/reactivate/m/testimonial.jpg);
    }
    .wide-template.promo.promo-welcome-back .testimonial {
        background-image:url(../../../i/promo/welcome-back/m/testimonial.jpg);
    }
    .wide-template.promo.promo-back-to-school .testimonial {
        background-image:url(../../../i/promo/back-to-school/m/testimonial.jpg);
    }
    .wide-template.promo.promo-make-money .testimonial {
        background-image:url(../../../i/promo/make-money/m/testimonial.jpg);
    }
    .wide-template.promo.promo-claires-story .testimonial {
        background-image:url(../../../i/promo/claires-story/m/testimonial.jpg);
    }
    .wide-template.promo #header-background-image {
        background: none;
    }
}
@media screen and (max-device-width: 426px){
    .wide-template.promo.promo-sell-your-stuff-new .testimonial {
        background-image:url(../../../i/promo/sell-your-stuff-new/s/testimonial.jpg);
    }
    .wide-template.promo.promo-reactivate .testimonial {
        background-image:url(../../../i/promo/reactivate/s/testimonial.jpg);
    }
    .wide-template.promo.promo-welcome-back .testimonial {
        background-image:url(../../../i/promo/welcome-back/s/testimonial.jpg);
    }
    .wide-template.promo.promo-back-to-school .testimonial {
        background-image:url(../../../i/promo/back-to-school/s/testimonial.jpg);
    }
    .wide-template.promo.promo-make-money .testimonial {
        background-image:url(../../../i/promo/make-money/s/testimonial.jpg);
    }
    .wide-template.promo.promo-claires-story .testimonial {
        background-image:url(../../../i/promo/claires-story/s/testimonial.jpg);
    }
    .wide-template.promo #header-background-image {
        background: none;
    }
}
/* Image sizes for different devices */

@media screen and (max-width: 1040px){
    .wide-template.promo {
        padding-left: 25px;
        padding-right: 25px;
    }
    .wide-template.promo #footer {
        margin-left: -25px;
    }
}
@media screen and (max-width: 800px){
    .wide-template.promo {
        padding-left: 0px;
        padding-right: 0px;
    }
    .wide-template.promo #main {
        padding-bottom: 40px;
    }
    .wide-template.promo #footer {
        display: none;
    }
    
    .wide-template.promo .testimonial {
        margin-top: 47px;
        margin-bottom: 48px;
    }
    .wide-template.promo.touch .testimonial {
        width: 100%;
    }
    .wide-template.promo .testimonial {
        padding-left: 25px !important;
        left: -0%;
        right: -0%;
        width: 100%;
    }
    
    .wide-template .hide-on-small-screen {
        display: none !important;
    }
    .wide-template.promo #container_wrapper .button.primary {
        width: 100%;
    }
    .wide-template.promo #container_wrapper #promo-footer {
        font-size: 22px;
        margin-left: 25px;
        display: block;
        margin-top: 42px;
    }
    .wide-template.promo #container_wrapper #promo-footer a {
        margin-right: 20px;
        color: #4a4a4a;
    }
    .wide-template.promo #container_wrapper #promo-footer a:after {
        content: '|';
        margin-left: 20px;
    }
    .wide-template.promo #container_wrapper #promo-footer a:last-of-type:after {
        content: '';
    }
    .wide-template.promo #login-in-links {
        font-size: 22px;
        z-index: 9;
        bottom: 10px;
        text-align: left;
        display: none;
    }

    .wide-template.promo #container_wrapper {
        padding-left: 0px;
    }
    .wide-template.promo #container_wrapper .promo-section {
        padding: 37px 25px 36px 25px;
        display: inline-block;
        max-width: 100%;
    }
    .wide-template.promo #container_wrapper .promo-section.ela-img-elz-img {
        padding: 47px 25px 49px 25px;
    }
    .wide-template.promo #container_wrapper .promo-section.responsive.ela-img-elz-a {
        padding-top: 47px;
    }
    .wide-template.promo #container_wrapper .promo-section.ela-btn-elz-btn {
        padding-top: 47px;
        padding-bottom: 49px;
    }
    .wide-template.promo #container_wrapper #header-content {
        height: auto;
        margin-bottom: 34px;
    }
    .wide-template.promo #container_wrapper #header-content .promo-block {
        margin-top: -120px !important;
        z-index: 2;
        padding-right: 25px;
        padding-top: 120px;
        width: 100%;
        padding-bottom: 40px;
        padding-left: 25px;
        margin-bottom: 0px;
    }
    .wide-template.promo #container_wrapper #header-content .promo-block h1 {
        font-size: 40px !important;
        line-height: 44px;
        margin-bottom: 3px;
        margin-top: 7px;
    }
    .wide-template.promo #container_wrapper #header-content .promo-block p {
        margin-bottom: 12px;
    }

    .wide-template.promo #container_wrapper .promo-block h1 {
        margin-bottom: 23px;
        font-size: 33px !important;
        line-height: 44px;
    }
    .wide-template.promo #container_wrapper .promo-block p {
        margin-bottom: 35px;
        line-height: 40px;
        font-size: 22px;
    }
    .wide-template.promo #container_wrapper .promo-block a {
        font-size: 22px;
        line-height: 40px;
    }
    
    .wide-template.promo #container_wrapper .main-links {
        margin-top: 29px;
        max-width: 100%;
        width: 100%;
        padding-right: 25px;
        padding-left: 25px;
    }
    .wide-template.promo #header-background-image {
        display: none;
    }
    .wide-template.promo #container_wrapper #header-content {
        min-height: 340px;
    }
    .wide-template.promo #container_wrapper .responsive .small-promo-icon-img {
        padding-right: 30px;
        margin-bottom: 43px;
    }
    
    .wide-template.promo #container_wrapper .testimonial p {
        bottom: 140px;
        height: auto;
        font-size: 33px;
        line-height: 37px;
        padding-left: 11px;
        top: auto !important;
        width: 260px;
        max-width: 85%;
    }
    .wide-template.promo #container_wrapper .testimonial p.testimonial-name {
        bottom: 100px;
    }
}

@media screen and (max-width: 355px){
    .wide-template.promo #container_wrapper #header-content .promo-block {
        min-width: 300px
    }
        
    .wide-template.promo #container_wrapper #header-content .promo-block h1 {
        margin-top: 40px;
    }
    .wide-template.promo #container_wrapper .main-links {
        text-align: left;
        line-height: 34px;
    }
    .wide-template.promo #container_wrapper .main-links .logo-holder {
        float: left;
        padding-right: 25px;
    }

    .wide-template.promo #container_wrapper .ela-img-elz-img .promo-img-holder {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
}
/*                                                           *
 * Deprecated Desktop                                        *
 * This should be deleted once new comment designs are ready *
 *                                                           *
 */

.wide-template.desktop.smi.car-ad .contact-form {
    border: 1px solid #DDDDDD;
    padding: 0 15px 20px;
    margin: 20px 8px 15px 0;
    min-height: 228px;
    background-color: #f4f4f4;
    color: #597386;
    width: 609px;
    float: left;
}

/*
  Expandable question form on buy now ads
*/
.wide-template.desktop.smi.car-ad #question_section {
    border: 1px solid #ddd;
    background: #f4f4f4;
    float: left;
    height: 240px;
    overflow: hidden;
    padding: 10px;
    -webkit-transition: ease-out .3s;
    -moz-transition: ease-out .3s;
    -o-transition: ease-out .3s;
    transition: ease-out .3s;
}
#message_container {
    margin: 80px 0 0;
    height: 100px;
}
#message_holder {
    width: 100%;
    text-align: center;
}
#message_span {
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 16px;
}

.wide-template #notifications_fly_mark_read {
    color: #004dda;
}
.wide-template #item_message.field_highlight {
    background-color: #ffffdd !important;
}
.wide-template .message_area h5 {
    font-size: 13px;
}
.wide-template.desktop.smi.car-ad #question_section.hidden {
    display: none !important;
    height: 0px;
}
.wide-template.desktop.smi.car-ad #owner-comment {
    width: 490px;
}
.wide-template.desktop.smi.car-ad #owner-comment a {
    color: #004DDA;
    font-size: 13px;
}
.wide-template.desktop.smi.car-ad #question_section .question_form {
  margin: 10px;
  margin-left: -11px;
}

.wide-template.desktop.smi.car-ad #question_section .question_speech_arrow {
  width: 16px;
  height: 75px;
  float: left;
  background: url("../../../i/comment-speech-arrows-4.png") -84px 15px no-repeat;
  position: absolute;
  top: 0;
  left: -15px;
}

.wide-template.desktop.smi.car-ad #question_section .question_speech_arrow.field_highlight {
  background: url("../../../i/comment-speech-arrows-4.png") -119px 15px no-repeat;
}

.wide-template.desktop.smi.car-ad #question_section .question_content {
  position: relative;
  margin-left: 95px;
}

.wide-template.desktop.smi.car-ad #question_section .question_content textarea {
  height: 113px;
  margin: 0;
  border: solid 1px #ddd;
  outline: none;
  padding: 20px;
  font-size: 13px;
  margin-bottom: 10px;
}

.wide-template.desktop.smi.car-ad #question_section.buynow .question_text {
  line-height: 22px;
}

.wide-template.desktop.smi.car-ad #question_section.buynow .question_content textarea {
  height: 73px;
}

.wide-template.desktop.smi.car-ad #question_section .question_button {
  float: right;
  margin: 0;
}


.wide-template.desktop.smi.car-ad #question_section .question_form p {
  margin: 7px 0;
  margin-left: 95px;
}

.hintshown {
  color:#bababa;
}

 .orange-button,
 .grey-button {
     border: 1px solid #e2e2e2;
     font: bold 13px/14px Arial, Helvetica, sans-serif;
     text-decoration: none;
     padding: 7px 9px 7px 11px;
     cursor: pointer;
     text-align: center;
 }

 .orange-button {
     background: #faa732 url(../../../i/button_bg_sprite.png) repeat-x 0 0;
     color: #fff;
     text-shadow: 1px 1px #C75B06;
 }

 .orange-button:hover {
     background: #faa732 url(../../../i/button_bg_sprite.png) repeat-x 0 -32px;
 }

 .grey-button {
     background: #ddd url(../../../i/button_bg_sprite.png) repeat-x 0 -64px;
     color: #364e5f;
 }

 .grey-button:hover {
     background: #ddd url(../../../i/button_bg_sprite.png) repeat-x 0 -96px;
 }


.wide-template.desktop.smi.car-ad #comments {
     background-color: white;
     border: none;
     padding-top: 13px;
     padding-left: 9px;
}
.wide-template.desktop.smi.car-ad  #comments-section {
    padding-top: 29px;
    width: 625px;
    z-index: 0;
}
.wide-template.touch.smi.car-ad  #comments-section {
    width: 100%;
    box-sizing: border-box;
}
.wide-template.touch.smi.car-ad  #comments-section .info-block.comment-box {
    height: auto;
    padding: 16px 23px 16px 17px;
    word-wrap: break-word;
}
.wide-template.touch.smi.car-ad  #comments-section .comment-author {
    margin-bottom: 12px;
    max-height: 10px;
}
.wide-template.touch.smi.car-ad  #comments-section .photo {
    float: left;
    margin-bottom: 6px;
}
.wide-template.touch.smi.car-ad  #comments-section .photo img {
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    height: 42px;
    position: relative;
    right: 0px;
    top: 0px;
    margin-top: -5px;
}
.wide-template.touch.smi.car-ad  #comments-section .comment-box {
    width: 100%;
    box-sizing: border-box;
    word-break: break-word;
}
.wide-template.touch.smi.car-ad  #comments-section .posted {
    color: #9b9b9b;
    padding-top: 0px;
}
.wide-template.touch.smi.car-ad  #comments-section .offer-text {
    padding-bottom: 4px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.wide-template.touch.smi.car-ad  #comments-section .user-icon {
    position: absolute;
    margin-left: 4px;
    top: -2px;
}
.wide-template.touch.smi.car-ad  #comments-section .comment-text {
    margin-bottom: 3px;
    line-height: 20px;
    display: inline-block;
}
.wide-template.touch.smi.car-ad  #comments-section .report-comment.hidden-report {
    bottom: 9px;
}
.wide-template.touch.smi.car-ad  #comments-section .comment-options {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 1px;
    margin-top: 3px;
}
.wide-template.touch.smi.car-ad  #comments-section .comment-options .action-button {
    margin-right: 0px;
}
.wide-template.touch.smi.car-ad  #comments-section .comment-options .action-button:first-of-type {
    margin-right: 32px;
}
.wide-template.touch.smi.car-ad  #comments-section .frame {
    position: relative;
    left: 0px;
    padding-left: 65px;
    width: 100%;
    box-sizing: border-box;
    height: auto;
}
.wide-template.touch.smi.car-ad .comment-header-box {
    display: none;
}
.wide-template.desktop.smi.car-ad #comments .comment-header-box-text {
    margin-top: 0;
    margin-bottom: 0;
    color: #4a4a4a;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
}
.wide-template.desktop.smi.car-ad #user-comments-holder {
    margin-left: 9px;
}
.wide-template.desktop.smi.car-ad .comment-container .comment-box-contents {
    width: 480px;
}
.wide-template.desktop.smi.car-ad .comment-container .comment-box-contents .comment-html {
    width: 100%;
    display: inline-block;
    text-align: left;
    float: left;
}
.wide-template.desktop.smi.car-ad .comment-container.extra-height .comment-box-contents .comment-html {
    padding-bottom: 30px;
}
.wide-template.desktop.smi.car-ad #comment-actions #inbox-tabs {
    margin-right: 20px;
}
.wide-template.desktop.smi.car-ad #comments .author {
    display: block;
    clear: both;
}
.wide-template.desktop.smi.car-ad #advert-form #price, 
.wide-template.desktop.smi.car-ad#advert-form #reserve_price, 
.wide-template.desktop.smi.car-ad .boxy_form .euro_price, 
.wide-template.desktop.smi.car-ad .boxy_form input.euro_price {
    position: absolute;
    padding-left: 14px;
    background-color: transparent;
}
.wide-template.desktop.smi.car-ad #item_comment_area {
    margin-left: 9px;
}
.wide-template.desktop.smi.car-ad  #make_offer_section .make_offer_content textarea {
    width: 350px;
}
.wide-template.desktop.smi.car-ad  #make_offer_section .make_offer_content .text.euro_price {
    width: 185px;
    padding-left: 14px;
}
.wide-template.desktop.smi.car-ad .make_offer_content input[type="text"] {
    border: 1px solid #DDDDDD;
    margin-bottom: 20px;
    width: 194px;
    padding-left: 5px;
    height: 36px;
}
.wide-template.desktop.smi.car-ad #question_section,
.wide-template.desktop.smi.car-ad #make_offer_section {
    box-sizing: border-box;
}
.wide-template.desktop.smi.car-ad .comment-html {
    font-size: 13px;
    line-height: 18px;
}
.wide-template.desktop.smi.car-ad .errorHolder .error {
    color: #D90000;
}
.wide-template.desktop.smi.car-ad #question_section .errorHolder {
    background: #ffdcdc;
    display: none;
    width: auto;
    margin: -20px -20px 15px 1px;
    padding: 10px;
    line-height: 18px;
    font-size: 13px;
}
.wide-template.desktop.smi.car-ad #question_section textarea {
    width: 470px;
}
.wide-template.desktop.smi.car-ad #ask_offer_main .clickable {
    width: 249px;
    padding: 0px;
    margin-left:25px;
}
.wide-template.desktop.smi.car-ad #ask_offer_main .clickable:first-of-type {
    width: 252px;
}
.wide-template .commentActions {
    position: absolute;
    right: 23px;
    bottom: 8px;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    float: left !important;
}

.wide-template .withdraw-btn {
    margin-top: -2px;
    margin-left: -2px;
}
.wide-template.desktop.smi.car-ad .withdraw-btn {
    position: absolute;
    float: left;
    bottom: 8px;
}
.wide-template.desktop.smi.car-ad .author {
    width: 100%;
    float: left;
}

.wide-template.desktop .post {
    height: 1%;
    overflow: hidden;
    padding: 3px 0 7px;
    position: relative;
    margin-left: 26px;
}

.wide-template.desktop .post img {
    float: left;
    border: 1px solid #ddd;
    margin: 0 3px 0 0;
}

.wide-template.desktop .post .post-text {
    width: 796px;
    margin-left: 8px;
    float: left;
    border: 1px solid #dddddd;
}

.wide-template.desktop .post .post-text:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 84px;
    top: 13px;
    border: 10px solid;
    border-color: transparent #dddddd transparent transparent;
}

.wide-template.desktop .post .post-text::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 84px;
    top: 12px;
    border: 11px solid;
    border-color: transparent white transparent transparent;
}

.wide-template.desktop .post-text p {
    margin: 3px 0 0 0;
    overflow: hidden;
}
.wide-template.desktop .post-text .ellipsis_text {
    overflow: hidden;
}

.wide-template.desktop .post-text .author {
    font-size: 12px;
    font-weight: normal;
}
.wide-template.desktop .post-text .author span {
    color: #647682;
}

.wide-template.desktop .post-text .holder {
    min-height: 90px;
}

.wide-template.desktop .post-text .frame {
    height: 1%;
    overflow: hidden;
    padding: 9px 10px 10px 18px;
    min-height: 73px;
}

.wide-template.desktop .leaveFeedbackLink {
    font-size: 13px !important;
    margin-top: 0px !important;
}

.wide-template.desktop #feedbackcontent .post-text .frame, #commentcontent .post-text .frame {
    padding: 11px 10px 13px 24px;
    min-height: 66px;
}

.wide-template.touch .box-holder .frame {
    width: 70vw;
}
.wide-template.touch .box-holder .photo {
    display: inline-block;
    margin: 7px;
}
.wide-template.touch .comment-box {
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
}

.wide-template.desktop .post .author {
    display: block;
    margin-bottom: 1px;
    color: #5a7284;
}

.wide-template.desktop .post .author span {
    font-weight: normal;
}

.wide-template.desktop #feedbackcontent .post .author span, #commentcontent .post .author span {
    color: #999;
}

.wide-template.desktop .post .author strong {
    color: #2a343b;
}

.wide-template.desktop #commentcontent .author a, #feedbackcontent .author a {
    color: #999;
}

.wide-template.desktop #commentcontent .author a:hover, #feedbackcontent .author a:hover {
    color: #000;
}

.wide-template.desktop #main .post p {
    margin: 0 0 11px;
    font-size: 12px;
    line-height: 16px;
}

.wide-template.desktop .sub-post img {
    margin: 0 0 0 3px;
    float: right;
}

.wide-template.desktop .sub-post .post-text {
    background: url(../../../i/bg-sub-post.gif) -859px 0 repeat-y;
}

.wide-template.desktop .sub-post .post-text .holder {
    background: url(../../../i/bg-sub-post.gif) no-repeat;
}

.wide-template.desktop .sub-post .post-text .frame {
    background: url(../../../i/bg-sub-post.gif) -1718px 100% no-repeat;
    padding: 9px 18px 10px 10px;
}


.wide-template.desktop .post .feedback-holder {
    width: 95px;
    height: 91px;
    float: left;
    position: relative;
}

.wide-template.desktop .post .feedback-holder img {
    margin: 0;
}

.wide-template.desktop .post .positive, .post .negative {
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    left: 1px;
    top: 65px;
    background: url(../../../i/feedback-ico-neutral_1.png) no-repeat;
    z-index: 3;
    cursor: pointer;
}

.wide-template.desktop .post .positive {
    background: url(../../../i/feedback-ico-positive_1.png) no-repeat;
}

.wide-template.desktop .post .negative {
    background: url(../../../i/feedback-ico-negative_1.png) no-repeat;
}

.wide-template.desktop .post .small-img {
    margin: 3px 8px 0 0;
    border: 0;
}

.preview-box {
    text-align: center;
    padding: 10px;
    margin: -5px 7px 20px;
    border: 4px #f0e9d5 solid;
    background: #fcf7ec;
}

.preview-box #form-back {
    float: left;
}

.preview-box #form-finish {
    float: right;
}
.preview-box #form-back #btn-back, .preview-box #form-finish #btn-finish {
    margin: 0 5px 10px;
}

.touch .adunitContainer {
    padding: 16px;
    border-bottom: 1px solid #e2e2e2;
}

.touch .fullscreen-placement-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 200000;
    transition: visibility 0s linear 0s, opacity 300ms;
}

/**
 * Handling old content in the new design
 *
 * The background of old pages is white and 980px wide. This has to be kept until
 * they're changed to the new format.
 *
 * Minor spacing changes are handled here to make this less painful
 */
#main {
    background: #fff;
    margin: 0 auto;
    width: 980px;
    padding-left: 0;
    padding-right: 0;
    border-top: none;
}


/*
 * These are only necessary to override unwanted styles from all.css.
 * They should be removed, along with the conflicting rules,
 * once the new layout is fully rolled out.
 */

body {
    /* Override repeating background image from old layout */
    background-image: none;
}

#main > .centered-content {
    /* Old page width, necessary to avoid breaking existing layouts */
    width: 954px;

    /* Override new padding defined above to avoid breaking existing layouts */
    padding: 0;
}



.info-box, .gallery, .jobs_section, .selection_container, .searchResultAd {
    background-color: #fff;
}

#page_info_footer
{
    width: 980px;
    margin: 0 auto;
}

/*
  These are declared in notifications.css,
  which is loaded later, so they need the !important
 */
#notifications_flyout {
    width: 400px;
    left: auto;
    right: 65px;
    margin-top: 33px;
}

#notification_fly_wrap {
    border-top: 1px solid #CCC;
}


/*
    The more ads section on shop ads was making the gap between footer and the end of
    the content far too large
 */
.more-ads-holder {
    margin-bottom: 0;
}


/*
    Fixes to the priority selection screen on the ad placement process
 */
#page_info_footer {
    background: none;
    border: none;
}



/*
    Footer spacing issues

    The content and footer are inconsistently spaced. This flattens this going
    foreward
 */

/* Help page */
.sidebarBox:last-child,
.helpBlock:last-child,
/* Jobs page */
.jobs_section.last,
/* Private messages */
#detailPost .contact-form,
#messageForm,
/* Ad placement */
#page_info_footer .quarter_width {
    margin-bottom: 0;
}

/* Search pages, myadverts etc */
.paging,
/* Ad placement */
#category-form ,
#category-form .holder {
    padding-bottom: 0;
}

/* Watchlist */
#watchlist_search_results {
    margin-bottom: -10px;
}

/*
    Buynow / ask question forms
 */

#main .question-form {
    margin: 0;
}

#jobs_redirect_form .question-form {
    margin-top: 23px;
}

/*
    Pagination
 */
.paging {
    /* inactive colour */
    color: #777;
}

.paging li.next,
.paging li.prev,
.paging li.next.inactive,
.paging li.prev.inactive {
    background: url(../../../i/pagination_arrows.png) no-repeat;
}

.paging li.next {
    background-position: 73px 3px;
}

.paging li.next.inactive {
    background-position: 73px -13px;
}

.paging li.prev {
    background-position: -10px 3px;
}

.paging li.prev.inactive {
    background-position: -10px -13px;
}


/*
    Boldening the premium and priority headings on the add credits page
 */
.priority_header,
.premium_header {
    font-weight: bold;
}

.jobs-extra-margin-left {
    width: 617px;
    margin-top: 10px;
}

/* strapline */
#notify-container {
    font-size: 14px;
    text-align: center;
    width: 100%;
    z-index: 1000000000000;
    background: #e87e24;
    padding: 10px 0px 9px 0px;
}

#notify-container.bottom {
    border-bottom: 0;
    bottom: 0;
    position: fixed;
}

#notify-container div {
    width: 987px;
    margin: auto;
    color: #fff;
    font-weight: bold;
}

#notify-container a {
    text-decoration: none;
    color: #fff;
}

#notify-container a:hover {
    text-decoration: none;
}

#notify-container span.link {
    color: #fff;
    text-decoration: underline;
}

#notify-container span.notify-close {
    float: right;
    padding-left: 0px;
    text-decoration: none;
    padding-right: 10px;
    display: block;
    cursor: pointer;
    width: 15px;
    height: 20px;
    margin-top: 3px;
    text-indent: -9999px;
    background: transparent url(//static.amlimg.com/notifications/strapline_close.png) no-repeat left top;
}

#notify-container span.notify-close a {
    text-decoration: none;
}

/* Custom Strapline with buttons */
#notify-container.detailed {
    padding: 16px 0;
}
/*
    System messages
 */
#system-messages-holder {
    display: block;
    background: none;
    z-index: 3;
    position: relative;
}

#system-messages-holder .centered-content {
    position: absolute;
    width: 100%;
}
#popup #system-messages-holder .centered-content {
    position: relative;
}

#system-messages {
    display: none;
}

#system-messages .success,
#system-messages .error,
#system-messages .info,
#system-messages .warning {
    padding-left: 29px;
    width: 940px;
    margin: 0 auto;
}

#popup #system-messages .success,
#popup #system-messages .error,
#popup #system-messages .info,
#popup #system-messages .warning {
    width: auto;
}

#system-messages-holder.info #system-messages {
    background-color: #d6f0f6;
}

#system-messages-holder.success #system-messages {
    background-color: #def6d2;
}

#system-messages-holder.warning #system-messages {
    background-color: #fff3c3;
}

#system-messages-holder.error #system-messages {
    background-color: #e32645;
}

#system-messages .info,
#system-messages .success,
#system-messages .warning,
#system-messages .error,
#system-messages .validation {
    background-repeat: no-repeat;
}

#system-messages .info {
    color: #2b6795;
    background-image: url('//static.amlimg.com/notifications/info.png');
}

#system-messages .success {
    color: #2b9530;
    background-image: url('//static.amlimg.com/notifications/success.png');
}

#system-messages .warning {
    color: #b68a35;
    background-image: url('//static.amlimg.com/notifications/warning.png');
}

#system-messages .error {
    color: #fff;
    background-image: url('//static.amlimg.com/notifications/error.png');
}

#system-messages .info a {
    color: #0b273d;
    text-decoration: underline;
}

#system-messages .success a {
    color: #145317;
    text-decoration: underline;
}

#system-messages .warning a {
    color: #765412;
    text-decoration: underline;
}

#system-messages .error a {
    color: #fff;
    text-decoration: underline;
}

#system-messages-holder {
    z-index: 3;
}

#system-messages-holder.hidden {
    min-height: 0;
}

#system-messages .info,
#system-messages .success,
#system-messages .warning,
#system-messages .error,
#system-messages .validation {
    padding: 16px 10px 15px 25px;
    background-repeat: no-repeat;
    background-position: 0px 15px;
    font-size: 13px;
}
.static-system-messages-holder {
    width: 724px;
    padding-left: 6px;
    box-sizing: border-box;
}
.static-system-messages-holder #system-messages-holder {
    position: inherit;
    z-index: 0;
}
.static-system-messages-holder #system-messages {
    display: block;
    position: inherit;
    padding-left: 22px;
    padding-right: 22px;
    box-sizing: border-box;
}
.static-system-messages-holder #system-message {
    width: auto;
}

/*
 * Headings
 */
.wide-template.desktop #container_wrapper h1 {
    margin-top: 0;
    margin-bottom: 0;
    color: #4a4a4a;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
}
.wide-template.desktop #container_wrapper h1.secondary {
    font-size: 80px;
}
.wide-template.desktop #container_wrapper h2 {
    margin-top: 0;
    margin-bottom: 0;
    color: #4a4a4a;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
}
.wide-template.desktop #container_wrapper h3 {
    margin-top: 0;
    margin-bottom: 0;
    color: #ea7d22;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
}
.wide-template.desktop #container_wrapper h3.secondary {
    color: #a0570a;
    font-size: 18px;
    line-height: 26px;
}
.wide-template.desktop #container_wrapper h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #8c8c8c;
    font-weight: normal;
    line-height: 26px;
}
.wide-template.desktop #container_wrapper a h4 {
    color: #ea7d22;
}
.wide-template.desktop #container_wrapper h4.secondary {
    margin-top: 0;
    margin-bottom: 0;
    color: #a0570a;
    font-size: 16px;
    line-height: 26px;
}
.wide-template.desktop #container_wrapper h5 {
    margin-top: 0;
    margin-bottom: 0;
    color: #8c8c8c;
    font-size: 48px;
    line-height: 58px;
    font-weight: normal;
}
/* Buttons */
.wide-template .button {
    background-color: white;
    color: #ea7d22;
    cursor: pointer;
    display: inline;
    font-size: 15px;
}
.wide-template.desktop #container_wrapper .button {
    width: 260px;
    height: 53px;
    line-height: 53px;
    vertical-align: middle;
}
.wide-template #container_wrapper a.button.inactive {
    text-decoration: none;
    border: 1px solid rgb(229, 228, 230);
    border: 1px solid rgba(151, 151, 151, 0.28);
    background-color: #f9f9f9;
    cursor: default;
}

/* Primary */
.wide-template.desktop #container_wrapper .button.primary {
    background-color: #ea7d22;
    color: white;
    display: inline-block;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.wide-template.desktop #container_wrapper .button.primary:hover {
    background-color: #f99f54;
    text-decoration: none;
}
.wide-template.desktop #container_wrapper .button.primary:active {
    background-color: #cd6916;
    text-decoration: none;
}

/* Secondary */
.wide-template.desktop #container_wrapper .button.secondary {
    background-color: #4a4a4a;
    color: white;
    display: inline-block;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    margin-top: 33px;
}
.wide-template.desktop #container_wrapper .button.secondary:active {
    background-color: #000;
    text-decoration: none;
}

.wide-template.desktop #container_wrapper .button.secondary:hover {
    background-color: #7a797a;
    text-decoration: none;
}

/* Tertiary */
.wide-template #container_wrapper a.button.tertiary {
    background: inherit;
    border: 1px solid rgb(229, 228, 230);
    border: 1px solid rgba(151, 151, 151, 0.38);
    box-sizing: border-box;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #9b9b9b;
}
.wide-template.desktop #container_wrapper a.button.tertiary:hover {
    text-decoration: none;
    border: 1px solid rgb(234, 233, 235);
    border: 1px solid rgba(151, 151, 151, 0.28);
    background-color: #f9f9f9;
}

/* Quaternary */
.wide-template #container_wrapper .button.quaternary {
    border: 1px solid #ea7d22;
    display: inline-block;
    color: #ea7d22;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
}
.wide-template.desktop .button.quaternary:hover {
    background-color: #fff7f1;
}
.wide-template.desktop .button.quaternary:active {
    background-color: #f8e2d2;
}
/* SMI seller badges */
.badge {
    background-repeat: no-repeat;
    display: inline-block;
    height: 13px;
    margin-left: 2px;
    vertical-align: -1px;
}
.badge.dealer {
    background-image: url('//static.amlimg.com/user/badge_dealer.png');
    width: 41px;
}
.badge.shop {
    background-image: url('//static.amlimg.com/user/badge_shop.png');
    width: 32px;
}
#fees-table thead td img.badge {
    float: right;
    margin: -6px auto;
}
/* Dealer badges */
.wide-template.smi.car-ad #container_wrapper .similar-ads a.similar-ad .dealer-badge {
    height: 13px;
    width: 44px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    margin-top: -3px;
}

.wide-template.desktop.smi.car-ad #container_wrapper .ad-title #dealer-badge {
    margin-left: 20px;
}

.badge.dealer {
    background-color: #717171;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: white;
    display: inline-block;
    font: bold 8.5px/14px Helvetica, Arial, sans-serif;
    height: 13px;
    margin-right: 2px;
    padding: 0 4px;
    text-align: center;
    text-transform: uppercase;
}

/* Car Badges */
.wide-template.desktop.smi.car-ad .car-badges {
    border: none;
    border-top: 1px solid #e2e2e2 !important;
    margin-bottom: 0px;
    padding-top: 34px;
    box-sizing: border-box;
}
.wide-template.touch.smi.car-ad .car-badges {
    padding-left: 20px;
    padding-right: 20px;
}
.wide-template.touch.smi.car-ad .car-badges .text {
    line-height: 16px;
}

/* Followed users' badges */
#followed_subject_list .badge {
    background-repeat: no-repeat;
    height: 13px;
    margin-left: 7px;
    vertical-align: -3px;
}
#followed_subject_list .badge.company {
    background-image: url('//static.amlimg.com/user/badge_company.png');
    width: 53px;
}


/* Premium Badge */

/* Search Results - List View, My Ads * Quicksale Preview */
.posts .search_result .premium_badge,
.ad-in-list .premium_badge,
.quick_sale_search_result_wrap .premium_badge {
    border: 0;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 25px;
}

.days-left-counter {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    font-size: 75%;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    color: #fff;
    padding-right: 1.1em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.counter-premium {
     background: #F66CA8;
}

.counter-priority {
    background: #A375F7;
}

.days-left-counter .icon {
    display: inline-block;
    height: 30px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 18px;
}

.icon-premium {
    background: url(/i/svgs/icons/boost.svg) center no-repeat;
    background-size: 70%;
}

.icon-priority {
    background: url(/i/svgs/icons/checkmark.png) center no-repeat;
}

.posts .search_result.job_listing .premium_badge {
    width: 22px;
}

/* Search Results - Grid View */
.posts.grid .sr-grid-cell .premium_badge {
    left: 15px;
    position: absolute;
    top: 15px;
}

/* Quick Peek */
.quick-peek .premium_badge {
    left: 37px;
    position: absolute;
    top: 40px;
    width: 40px;
    z-index: 2;
}

#premium_info_block .heading .premium_badge {
    height: 25px;
    margin-left: 10px;
    margin-top: -5px;
    position: absolute;
}

/* SMI (Default) */
.ad_view_price .premium_badge {
    height: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.ad_view_price.buynow .premium_badge {
    top: 20px;
}

/* SMI (Wide) */
.wide-template.smi .premium_badge {
    float: right;
    height: 25px;
}
.wide-template.smi.car-ad .premium_badge {
    margin-top: 5px;
}

/* Upsell */
#upsell-section .premium_badge {
    height: 25px;
    left: 188px;
    position: absolute;
}

/* Homepage Recent Ads */
.grid-recent .premium_badge {
    left: 10px;
    position: absolute;
    top: 10px;
    width: 25px;
}


/* Top Seller Badge */

.top_seller_badge {
    color: #4a4a4a !important;
    display: inline-block;
    font-weight: bold !important;
    line-height: 14px !important;
    text-align: center !important;
    vertical-align: bottom;
}
.top_seller_badge img {
    border: 0 !important;
}
.top_seller_badge.horizontal img {
    left: 3px;
    position: relative;
    top: 2px;
}

/* Search Results - List View */
.posts .search_result .top_seller_badge {
    margin-left: 2px;
    position: relative;
    top: -3px;
}

/* Search Results - Grid View */
.posts.grid .sr-grid-cell .item-details .top_seller_badge {
    margin-right: 5px;
    margin-top: 0;
}

/* SMI */
.ad_view_properties_list .top_seller_badge {
    float: right;
    margin-right: 20px;
}

/* SMI (Wide) */
.wide-template.smi .top_seller_badge {
    font-size: 13px;
}
.wide-template.smi .top_seller_badge img {
    height: 13px;
}

.wide-template.smi.service-ad .top_seller_badge {
    font-size: 12px;
}
.wide-template.smi.service-ad .top_seller_badge img {
    height: 12px;
}

/* Quick Peek */
.quick-peek .top_seller_badge {
    margin-left: 10px;
    position: relative;
    top: -1px;
}

/* Private Dashboard */
#myadverts #profile_photo .top_seller_badge {
    font-size: 12px;
    margin-top: 5px;
}

/* Public Profile */
#profile .top_seller_badge img {
    margin-bottom: 0;
}

/* Free Bump Available badge (My Ads info section) */
.free-bump-badge {
    display: inline-block;
    font-size: 75%;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    color: #2E7D32;
    background: #E8F5E9;
    border: 1px solid #A5D6A7;
    padding: 3px 10px;
    border-radius: 10rem;
    margin: 4px 0;
}


.debugmode-toggle {
    position: absolute;
    border: 2px solid;
    background-color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: #ea7f24;
    background-image: url(../../i/debugmode.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: 5px 5px;
    height: 32px;
    top: -2px;
    right: 30px;
    width: 32px;
    cursor: pointer;
    padding: 5px;
    z-index: 1000000;
}

.touch .debugmode-toggle {
    border-bottom-right-radius: 0px;
    border-right: 0;
    right: 0;
    outline: 0;
}

.debugmode-content {
    display: none;
    position: absolute;
    background-color: white;
    left: -300px;
    top: 30px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 10000000;
}
.touch .debugmode-content {
    left: -273px;
}

.debugmode-content h1 {
    font-size: 16px;
    display: inline-block;
}

.debugmode-content #options.box {
    width: 300px;
}

.touch .debugmode-content #options.box {
    width: 280px;
}

.debugmode-toggle:hover .debugmode-content {
    display: block;
}

.debugmode-content #disable-all, .debugmode-content #status, .debugmode-content #bookmarklet {
    display: none;
}


.debugmode-content .cache_reload {
    display: none;
}

/* Fonts */

/*
    Web loaded fonts

    Used in shops, although in a much reduced capacity.

    Define the class of the font as it's font-family name and apply that class to any
    text you want to have that font

    Add the class name to the .wf-loading block to hide it while it is loading,
    this stops flashing text in Firefox.
 */

.Redressed{
    font-family: 'Redressed',  Arial, serif;
}
.Nixie_One{
    font-family: 'Nixie One',  Arial, serif;
}
.Hammersmith_One{
    font-family: 'Hammersmith One',  Arial, serif;
}
.Permanent_Marker{
    font-family: 'Permanent Marker', Arial, sans-serif;
}
.Redressed{
    font-family: 'Redressed', Arial, serif;
}
.Nixie_One{
    font-family: 'Nixie One', Arial, serif;
}
.Permanent_Marker{
    font-family: 'Permanent Marker', Arial, sans-serif;
}
.Lora{
    font-family: 'Lora', Arial, serif;
}
.Nunito{
    font-family: 'Nunito', Arial, serif;
}
.Megrim{
    font-family: 'Megrim', Arial, sans-serif;
}
.Special_Elite{
    font-family: 'Special Elite', Arial, serif;
}
.Pacifico{
    font-family: 'Pacifico', Arial, serif;
}
.VT323{
    font-family: 'VT323', Arial, sans-serif;
}
.Bangers{
    font-family: 'Bangers', Arial, sans-serif;
}
.Dancing_Script{
    font-family: 'Dancing Script', Arial, serif;
}
.Kranky{
    font-family: 'Kranky', Arial, serif;
}
.Crafty_Girls{
    font-family: 'Crafty Girls', Arial, serif;
}
.Coming_Soon{
    font-family: 'Coming Soon', Arial, sans-serif;
}
.UnifrakturCook{
    font-family: 'UnifrakturCook', Arial, serif;
}
.Lobster{
    font-family: 'Lobster', Arial, serif;
}
.PT_Sans{
    font-family: 'PT Sans', Arial, sans-serif;
}
.Puritan{
    font-family: 'Puritan', Arial, sans-serif;
}
.IM_Fell_DW_Pica_SC{
    font-family: 'IM Fell DW Pica SC', Arial, sans-serif;
}
.Cherry_Cream_Soda{
    font-family: 'Cherry Cream Soda', Arial, sans-serif;
}

.wf-loading .external_font{
    /* To control fout */
    visibility: hidden;
}
@font-face {
  font-family: 'Marketplace';
  src:  url('../../../css/fonts/Marketplace.eot?ofgsci');
  src:  url('../../../css/fonts/Marketplace.eot?ofgsci#iefix') format('embedded-opentype'),
    url('../../../css/fonts/Marketplace.ttf?ofgsci') format('truetype'),
    url('../../../css/fonts/Marketplace.woff?ofgsci') format('woff'),
    url('../../../css/fonts/Marketplace.svg?ofgsci#Marketplace') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Marketplace' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-label:before {
  content: "\e90d";
  color: #8c8c8c;
}
.icon-clipboard:before {
  content: "\e908";
  color: #8c8c8c;
}
.icon-close:before {
  content: "\e909";
  color: #8c8c8c;
}
.icon-chevron-down:before {
  content: "\e900";
  color: #8c8c8c;
}
.icon-chevron-left:before {
  content: "\e90a";
  color: #8c8c8c;
}
.icon-chevron-right:before {
  content: "\e90b";
  color: #8c8c8c;
}
.icon-chevron-up:before {
  content: "\e90c";
  color: #8c8c8c;
}
.icon-bell:before {
  content: "\e904";
  color: #02ccda;
}
.icon-remove .path1:before {
  content: "\e902";
  color: rgb(251, 120, 120);
}
.icon-remove .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-watch:before {
  content: "\e901";
  color: #bababa;
}
.icon-grid:before {
  content: "\e906";
  color: #8c8c8c;
}
.icon-list:before {
  content: "\e907";
  color: #8c8c8c;
}
.icon-plus:before {
  content: "\e905";
  color: #fff;
}

.icon-label {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe90d;');
}
.icon-clipboard {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe908;');
}
.icon-close {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe909;');
}
.icon-chevron-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe900;');
}
.icon-chevron-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe90a;');
}
.icon-chevron-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe90b;');
}
.icon-chevron-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe90c;');
}
.icon-bell {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe904;');
}
.icon-remove {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe902;');
}
.icon-watch {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe901;');
}
.icon-grid {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe906;');
}
.icon-list {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe907;');
}
.icon-plus {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe905;');
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../css/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../../css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../../css/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../../css/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../../css/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../../css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

span.emoji-sizer {
	line-height: 1.013em;
	font-size: 1.375em;
 	margin: -0.05em 0;
}

span.emoji-outer {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	height: 1em;
	width: 1em;
}

span.emoji-inner {
	background: url(../../../i/emoji.png);
	display: -moz-inline-box;
	display: inline-block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	vertical-align: baseline;
	*vertical-align: auto;
	*zoom: 1;
}
span.emoji-inner { background-size: 4100%; }
.emojia9 { background-position: 0% 0% !important; }
.emojiae { background-position: 0% 2.5% !important; }
.emoji203c { background-position: 0% 5% !important; }
.emoji2049 { background-position: 0% 7.5% !important; }
.emoji2122 { background-position: 0% 10% !important; }
.emoji2139 { background-position: 0% 12.5% !important; }
.emoji2194 { background-position: 0% 15% !important; }
.emoji2195 { background-position: 0% 17.5% !important; }
.emoji2196 { background-position: 0% 20% !important; }
.emoji2197 { background-position: 0% 22.5% !important; }
.emoji2198 { background-position: 0% 25% !important; }
.emoji2199 { background-position: 0% 27.5% !important; }
.emoji21a9 { background-position: 0% 30% !important; }
.emoji21aa { background-position: 0% 32.5% !important; }
.emoji231a { background-position: 0% 35% !important; }
.emoji231b { background-position: 0% 37.5% !important; }
.emoji2328 { background-position: 0% 40% !important; }
.emoji23e9 { background-position: 0% 42.5% !important; }
.emoji23ea { background-position: 0% 45% !important; }
.emoji23eb { background-position: 0% 47.5% !important; }
.emoji23ec { background-position: 0% 50% !important; }
.emoji23ed { background-position: 0% 52.5% !important; }
.emoji23ee { background-position: 0% 55% !important; }
.emoji23ef { background-position: 0% 57.5% !important; }
.emoji23f0 { background-position: 0% 60% !important; }
.emoji23f1 { background-position: 0% 62.5% !important; }
.emoji23f2 { background-position: 0% 65% !important; }
.emoji23f3 { background-position: 0% 67.5% !important; }
.emoji23f8 { background-position: 0% 70% !important; }
.emoji23f9 { background-position: 0% 72.5% !important; }
.emoji23fa { background-position: 0% 75% !important; }
.emoji24c2 { background-position: 0% 77.5% !important; }
.emoji25aa { background-position: 0% 80% !important; }
.emoji25ab { background-position: 0% 82.5% !important; }
.emoji25b6 { background-position: 0% 85% !important; }
.emoji25c0 { background-position: 0% 87.5% !important; }
.emoji25fb { background-position: 0% 90% !important; }
.emoji25fc { background-position: 0% 92.5% !important; }
.emoji25fd { background-position: 0% 95% !important; }
.emoji25fe { background-position: 0% 97.5% !important; }
.emoji2600 { background-position: 0% 100% !important; }
.emoji2601 { background-position: 2.5% 0% !important; }
.emoji2602 { background-position: 2.5% 2.5% !important; }
.emoji2603 { background-position: 2.5% 5% !important; }
.emoji2604 { background-position: 2.5% 7.5% !important; }
.emoji260e { background-position: 2.5% 10% !important; }
.emoji2611 { background-position: 2.5% 12.5% !important; }
.emoji2614 { background-position: 2.5% 15% !important; }
.emoji2615 { background-position: 2.5% 17.5% !important; }
.emoji2618 { background-position: 2.5% 20% !important; }
.emoji261d { background-position: 2.5% 22.5% !important; }
.emoji2620 { background-position: 2.5% 37.5% !important; }
.emoji2622 { background-position: 2.5% 40% !important; }
.emoji2623 { background-position: 2.5% 42.5% !important; }
.emoji2626 { background-position: 2.5% 45% !important; }
.emoji262a { background-position: 2.5% 47.5% !important; }
.emoji262e { background-position: 2.5% 50% !important; }
.emoji262f { background-position: 2.5% 52.5% !important; }
.emoji2638 { background-position: 2.5% 55% !important; }
.emoji2639 { background-position: 2.5% 57.5% !important; }
.emoji263a { background-position: 2.5% 60% !important; }
.emoji2648 { background-position: 2.5% 62.5% !important; }
.emoji2649 { background-position: 2.5% 65% !important; }
.emoji264a { background-position: 2.5% 67.5% !important; }
.emoji264b { background-position: 2.5% 70% !important; }
.emoji264c { background-position: 2.5% 72.5% !important; }
.emoji264d { background-position: 2.5% 75% !important; }
.emoji264e { background-position: 2.5% 77.5% !important; }
.emoji264f { background-position: 2.5% 80% !important; }
.emoji2650 { background-position: 2.5% 82.5% !important; }
.emoji2651 { background-position: 2.5% 85% !important; }
.emoji2652 { background-position: 2.5% 87.5% !important; }
.emoji2653 { background-position: 2.5% 90% !important; }
.emoji2660 { background-position: 2.5% 92.5% !important; }
.emoji2663 { background-position: 2.5% 95% !important; }
.emoji2665 { background-position: 2.5% 97.5% !important; }
.emoji2666 { background-position: 2.5% 100% !important; }
.emoji2668 { background-position: 5% 0% !important; }
.emoji267b { background-position: 5% 2.5% !important; }
.emoji267f { background-position: 5% 5% !important; }
.emoji2692 { background-position: 5% 7.5% !important; }
.emoji2693 { background-position: 5% 10% !important; }
.emoji2694 { background-position: 5% 12.5% !important; }
.emoji2696 { background-position: 5% 15% !important; }
.emoji2697 { background-position: 5% 17.5% !important; }
.emoji2699 { background-position: 5% 20% !important; }
.emoji269b { background-position: 5% 22.5% !important; }
.emoji269c { background-position: 5% 25% !important; }
.emoji26a0 { background-position: 5% 27.5% !important; }
.emoji26a1 { background-position: 5% 30% !important; }
.emoji26aa { background-position: 5% 32.5% !important; }
.emoji26ab { background-position: 5% 35% !important; }
.emoji26b0 { background-position: 5% 37.5% !important; }
.emoji26b1 { background-position: 5% 40% !important; }
.emoji26bd { background-position: 5% 42.5% !important; }
.emoji26be { background-position: 5% 45% !important; }
.emoji26c4 { background-position: 5% 47.5% !important; }
.emoji26c5 { background-position: 5% 50% !important; }
.emoji26c8 { background-position: 5% 52.5% !important; }
.emoji26ce { background-position: 5% 55% !important; }
.emoji26cf { background-position: 5% 57.5% !important; }
.emoji26d1 { background-position: 5% 60% !important; }
.emoji26d3 { background-position: 5% 62.5% !important; }
.emoji26d4 { background-position: 5% 65% !important; }
.emoji26e9 { background-position: 5% 67.5% !important; }
.emoji26ea { background-position: 5% 70% !important; }
.emoji26f0 { background-position: 5% 72.5% !important; }
.emoji26f1 { background-position: 5% 75% !important; }
.emoji26f2 { background-position: 5% 77.5% !important; }
.emoji26f3 { background-position: 5% 80% !important; }
.emoji26f4 { background-position: 5% 82.5% !important; }
.emoji26f5 { background-position: 5% 85% !important; }
.emoji26f7 { background-position: 5% 87.5% !important; }
.emoji26f8 { background-position: 5% 90% !important; }
.emoji26f9 { background-position: 5% 92.5% !important; }
.emoji26fa { background-position: 7.5% 5% !important; }
.emoji26fd { background-position: 7.5% 7.5% !important; }
.emoji2702 { background-position: 7.5% 10% !important; }
.emoji2705 { background-position: 7.5% 12.5% !important; }
.emoji2708 { background-position: 7.5% 15% !important; }
.emoji2709 { background-position: 7.5% 17.5% !important; }
.emoji270a { background-position: 7.5% 20% !important; }
.emoji270b { background-position: 7.5% 35% !important; }
.emoji270c { background-position: 7.5% 50% !important; }
.emoji270d { background-position: 7.5% 65% !important; }
.emoji270f { background-position: 7.5% 80% !important; }
.emoji2712 { background-position: 7.5% 82.5% !important; }
.emoji2714 { background-position: 7.5% 85% !important; }
.emoji2716 { background-position: 7.5% 87.5% !important; }
.emoji271d { background-position: 7.5% 90% !important; }
.emoji2721 { background-position: 7.5% 92.5% !important; }
.emoji2728 { background-position: 7.5% 95% !important; }
.emoji2733 { background-position: 7.5% 97.5% !important; }
.emoji2734 { background-position: 7.5% 100% !important; }
.emoji2744 { background-position: 10% 0% !important; }
.emoji2747 { background-position: 10% 2.5% !important; }
.emoji274c { background-position: 10% 5% !important; }
.emoji274e { background-position: 10% 7.5% !important; }
.emoji2753 { background-position: 10% 10% !important; }
.emoji2754 { background-position: 10% 12.5% !important; }
.emoji2755 { background-position: 10% 15% !important; }
.emoji2757 { background-position: 10% 17.5% !important; }
.emoji2763 { background-position: 10% 20% !important; }
.emoji2764 { background-position: 10% 22.5% !important; }
.emoji2795 { background-position: 10% 25% !important; }
.emoji2796 { background-position: 10% 27.5% !important; }
.emoji2797 { background-position: 10% 30% !important; }
.emoji27a1 { background-position: 10% 32.5% !important; }
.emoji27b0 { background-position: 10% 35% !important; }
.emoji27bf { background-position: 10% 37.5% !important; }
.emoji2934 { background-position: 10% 40% !important; }
.emoji2935 { background-position: 10% 42.5% !important; }
.emoji2b05 { background-position: 10% 45% !important; }
.emoji2b06 { background-position: 10% 47.5% !important; }
.emoji2b07 { background-position: 10% 50% !important; }
.emoji2b1b { background-position: 10% 52.5% !important; }
.emoji2b1c { background-position: 10% 55% !important; }
.emoji2b50 { background-position: 10% 57.5% !important; }
.emoji2b55 { background-position: 10% 60% !important; }
.emoji3030 { background-position: 10% 62.5% !important; }
.emoji303d { background-position: 10% 65% !important; }
.emoji3297 { background-position: 10% 67.5% !important; }
.emoji3299 { background-position: 10% 70% !important; }
.emoji1f004 { background-position: 10% 72.5% !important; }
.emoji1f0cf { background-position: 10% 75% !important; }
.emoji1f170 { background-position: 10% 77.5% !important; }
.emoji1f171 { background-position: 10% 80% !important; }
.emoji1f17e { background-position: 10% 82.5% !important; }
.emoji1f17f { background-position: 10% 85% !important; }
.emoji1f18e { background-position: 10% 87.5% !important; }
.emoji1f191 { background-position: 10% 90% !important; }
.emoji1f192 { background-position: 10% 92.5% !important; }
.emoji1f193 { background-position: 10% 95% !important; }
.emoji1f194 { background-position: 10% 97.5% !important; }
.emoji1f195 { background-position: 10% 100% !important; }
.emoji1f196 { background-position: 12.5% 0% !important; }
.emoji1f197 { background-position: 12.5% 2.5% !important; }
.emoji1f198 { background-position: 12.5% 5% !important; }
.emoji1f199 { background-position: 12.5% 7.5% !important; }
.emoji1f19a { background-position: 12.5% 10% !important; }
.emoji1f201 { background-position: 12.5% 12.5% !important; }
.emoji1f202 { background-position: 12.5% 15% !important; }
.emoji1f21a { background-position: 12.5% 17.5% !important; }
.emoji1f22f { background-position: 12.5% 20% !important; }
.emoji1f232 { background-position: 12.5% 22.5% !important; }
.emoji1f233 { background-position: 12.5% 25% !important; }
.emoji1f234 { background-position: 12.5% 27.5% !important; }
.emoji1f235 { background-position: 12.5% 30% !important; }
.emoji1f236 { background-position: 12.5% 32.5% !important; }
.emoji1f237 { background-position: 12.5% 35% !important; }
.emoji1f238 { background-position: 12.5% 37.5% !important; }
.emoji1f239 { background-position: 12.5% 40% !important; }
.emoji1f23a { background-position: 12.5% 42.5% !important; }
.emoji1f250 { background-position: 12.5% 45% !important; }
.emoji1f251 { background-position: 12.5% 47.5% !important; }
.emoji1f300 { background-position: 12.5% 50% !important; }
.emoji1f301 { background-position: 12.5% 52.5% !important; }
.emoji1f302 { background-position: 12.5% 55% !important; }
.emoji1f303 { background-position: 12.5% 57.5% !important; }
.emoji1f304 { background-position: 12.5% 60% !important; }
.emoji1f305 { background-position: 12.5% 62.5% !important; }
.emoji1f306 { background-position: 12.5% 65% !important; }
.emoji1f307 { background-position: 12.5% 67.5% !important; }
.emoji1f308 { background-position: 12.5% 70% !important; }
.emoji1f309 { background-position: 12.5% 72.5% !important; }
.emoji1f30a { background-position: 12.5% 75% !important; }
.emoji1f30b { background-position: 12.5% 77.5% !important; }
.emoji1f30c { background-position: 12.5% 80% !important; }
.emoji1f30d { background-position: 12.5% 82.5% !important; }
.emoji1f30e { background-position: 12.5% 85% !important; }
.emoji1f30f { background-position: 12.5% 87.5% !important; }
.emoji1f310 { background-position: 12.5% 90% !important; }
.emoji1f311 { background-position: 12.5% 92.5% !important; }
.emoji1f312 { background-position: 12.5% 95% !important; }
.emoji1f313 { background-position: 12.5% 97.5% !important; }
.emoji1f314 { background-position: 12.5% 100% !important; }
.emoji1f315 { background-position: 15% 0% !important; }
.emoji1f316 { background-position: 15% 2.5% !important; }
.emoji1f317 { background-position: 15% 5% !important; }
.emoji1f318 { background-position: 15% 7.5% !important; }
.emoji1f319 { background-position: 15% 10% !important; }
.emoji1f31a { background-position: 15% 12.5% !important; }
.emoji1f31b { background-position: 15% 15% !important; }
.emoji1f31c { background-position: 15% 17.5% !important; }
.emoji1f31d { background-position: 15% 20% !important; }
.emoji1f31e { background-position: 15% 22.5% !important; }
.emoji1f31f { background-position: 15% 25% !important; }
.emoji1f320 { background-position: 15% 27.5% !important; }
.emoji1f321 { background-position: 15% 30% !important; }
.emoji1f324 { background-position: 15% 32.5% !important; }
.emoji1f325 { background-position: 15% 35% !important; }
.emoji1f326 { background-position: 15% 37.5% !important; }
.emoji1f327 { background-position: 15% 40% !important; }
.emoji1f328 { background-position: 15% 42.5% !important; }
.emoji1f329 { background-position: 15% 45% !important; }
.emoji1f32a { background-position: 15% 47.5% !important; }
.emoji1f32b { background-position: 15% 50% !important; }
.emoji1f32c { background-position: 15% 52.5% !important; }
.emoji1f32d { background-position: 15% 55% !important; }
.emoji1f32e { background-position: 15% 57.5% !important; }
.emoji1f32f { background-position: 15% 60% !important; }
.emoji1f330 { background-position: 15% 62.5% !important; }
.emoji1f331 { background-position: 15% 65% !important; }
.emoji1f332 { background-position: 15% 67.5% !important; }
.emoji1f333 { background-position: 15% 70% !important; }
.emoji1f334 { background-position: 15% 72.5% !important; }
.emoji1f335 { background-position: 15% 75% !important; }
.emoji1f336 { background-position: 15% 77.5% !important; }
.emoji1f337 { background-position: 15% 80% !important; }
.emoji1f338 { background-position: 15% 82.5% !important; }
.emoji1f339 { background-position: 15% 85% !important; }
.emoji1f33a { background-position: 15% 87.5% !important; }
.emoji1f33b { background-position: 15% 90% !important; }
.emoji1f33c { background-position: 15% 92.5% !important; }
.emoji1f33d { background-position: 15% 95% !important; }
.emoji1f33e { background-position: 15% 97.5% !important; }
.emoji1f33f { background-position: 15% 100% !important; }
.emoji1f340 { background-position: 17.5% 0% !important; }
.emoji1f341 { background-position: 17.5% 2.5% !important; }
.emoji1f342 { background-position: 17.5% 5% !important; }
.emoji1f343 { background-position: 17.5% 7.5% !important; }
.emoji1f344 { background-position: 17.5% 10% !important; }
.emoji1f345 { background-position: 17.5% 12.5% !important; }
.emoji1f346 { background-position: 17.5% 15% !important; }
.emoji1f347 { background-position: 17.5% 17.5% !important; }
.emoji1f348 { background-position: 17.5% 20% !important; }
.emoji1f349 { background-position: 17.5% 22.5% !important; }
.emoji1f34a { background-position: 17.5% 25% !important; }
.emoji1f34b { background-position: 17.5% 27.5% !important; }
.emoji1f34c { background-position: 17.5% 30% !important; }
.emoji1f34d { background-position: 17.5% 32.5% !important; }
.emoji1f34e { background-position: 17.5% 35% !important; }
.emoji1f34f { background-position: 17.5% 37.5% !important; }
.emoji1f350 { background-position: 17.5% 40% !important; }
.emoji1f351 { background-position: 17.5% 42.5% !important; }
.emoji1f352 { background-position: 17.5% 45% !important; }
.emoji1f353 { background-position: 17.5% 47.5% !important; }
.emoji1f354 { background-position: 17.5% 50% !important; }
.emoji1f355 { background-position: 17.5% 52.5% !important; }
.emoji1f356 { background-position: 17.5% 55% !important; }
.emoji1f357 { background-position: 17.5% 57.5% !important; }
.emoji1f358 { background-position: 17.5% 60% !important; }
.emoji1f359 { background-position: 17.5% 62.5% !important; }
.emoji1f35a { background-position: 17.5% 65% !important; }
.emoji1f35b { background-position: 17.5% 67.5% !important; }
.emoji1f35c { background-position: 17.5% 70% !important; }
.emoji1f35d { background-position: 17.5% 72.5% !important; }
.emoji1f35e { background-position: 17.5% 75% !important; }
.emoji1f35f { background-position: 17.5% 77.5% !important; }
.emoji1f360 { background-position: 17.5% 80% !important; }
.emoji1f361 { background-position: 17.5% 82.5% !important; }
.emoji1f362 { background-position: 17.5% 85% !important; }
.emoji1f363 { background-position: 17.5% 87.5% !important; }
.emoji1f364 { background-position: 17.5% 90% !important; }
.emoji1f365 { background-position: 17.5% 92.5% !important; }
.emoji1f366 { background-position: 17.5% 95% !important; }
.emoji1f367 { background-position: 17.5% 97.5% !important; }
.emoji1f368 { background-position: 17.5% 100% !important; }
.emoji1f369 { background-position: 20% 0% !important; }
.emoji1f36a { background-position: 20% 2.5% !important; }
.emoji1f36b { background-position: 20% 5% !important; }
.emoji1f36c { background-position: 20% 7.5% !important; }
.emoji1f36d { background-position: 20% 10% !important; }
.emoji1f36e { background-position: 20% 12.5% !important; }
.emoji1f36f { background-position: 20% 15% !important; }
.emoji1f370 { background-position: 20% 17.5% !important; }
.emoji1f371 { background-position: 20% 20% !important; }
.emoji1f372 { background-position: 20% 22.5% !important; }
.emoji1f373 { background-position: 20% 25% !important; }
.emoji1f374 { background-position: 20% 27.5% !important; }
.emoji1f375 { background-position: 20% 30% !important; }
.emoji1f376 { background-position: 20% 32.5% !important; }
.emoji1f377 { background-position: 20% 35% !important; }
.emoji1f378 { background-position: 20% 37.5% !important; }
.emoji1f379 { background-position: 20% 40% !important; }
.emoji1f37a { background-position: 20% 42.5% !important; }
.emoji1f37b { background-position: 20% 45% !important; }
.emoji1f37c { background-position: 20% 47.5% !important; }
.emoji1f37d { background-position: 20% 50% !important; }
.emoji1f37e { background-position: 20% 52.5% !important; }
.emoji1f37f { background-position: 20% 55% !important; }
.emoji1f380 { background-position: 20% 57.5% !important; }
.emoji1f381 { background-position: 20% 60% !important; }
.emoji1f382 { background-position: 20% 62.5% !important; }
.emoji1f383 { background-position: 20% 65% !important; }
.emoji1f384 { background-position: 20% 67.5% !important; }
.emoji1f385 { background-position: 20% 70% !important; }
.emoji1f386 { background-position: 20% 85% !important; }
.emoji1f387 { background-position: 20% 87.5% !important; }
.emoji1f388 { background-position: 20% 90% !important; }
.emoji1f389 { background-position: 20% 92.5% !important; }
.emoji1f38a { background-position: 20% 95% !important; }
.emoji1f38b { background-position: 20% 97.5% !important; }
.emoji1f38c { background-position: 20% 100% !important; }
.emoji1f38d { background-position: 22.5% 0% !important; }
.emoji1f38e { background-position: 22.5% 2.5% !important; }
.emoji1f38f { background-position: 22.5% 5% !important; }
.emoji1f390 { background-position: 22.5% 7.5% !important; }
.emoji1f391 { background-position: 22.5% 10% !important; }
.emoji1f392 { background-position: 22.5% 12.5% !important; }
.emoji1f393 { background-position: 22.5% 15% !important; }
.emoji1f396 { background-position: 22.5% 17.5% !important; }
.emoji1f397 { background-position: 22.5% 20% !important; }
.emoji1f399 { background-position: 22.5% 22.5% !important; }
.emoji1f39a { background-position: 22.5% 25% !important; }
.emoji1f39b { background-position: 22.5% 27.5% !important; }
.emoji1f39e { background-position: 22.5% 30% !important; }
.emoji1f39f { background-position: 22.5% 32.5% !important; }
.emoji1f3a0 { background-position: 22.5% 35% !important; }
.emoji1f3a1 { background-position: 22.5% 37.5% !important; }
.emoji1f3a2 { background-position: 22.5% 40% !important; }
.emoji1f3a3 { background-position: 22.5% 42.5% !important; }
.emoji1f3a4 { background-position: 22.5% 45% !important; }
.emoji1f3a5 { background-position: 22.5% 47.5% !important; }
.emoji1f3a6 { background-position: 22.5% 50% !important; }
.emoji1f3a7 { background-position: 22.5% 52.5% !important; }
.emoji1f3a8 { background-position: 22.5% 55% !important; }
.emoji1f3a9 { background-position: 22.5% 57.5% !important; }
.emoji1f3aa { background-position: 22.5% 60% !important; }
.emoji1f3ab { background-position: 22.5% 62.5% !important; }
.emoji1f3ac { background-position: 22.5% 65% !important; }
.emoji1f3ad { background-position: 22.5% 67.5% !important; }
.emoji1f3ae { background-position: 22.5% 70% !important; }
.emoji1f3af { background-position: 22.5% 72.5% !important; }
.emoji1f3b0 { background-position: 22.5% 75% !important; }
.emoji1f3b1 { background-position: 22.5% 77.5% !important; }
.emoji1f3b2 { background-position: 22.5% 80% !important; }
.emoji1f3b3 { background-position: 22.5% 82.5% !important; }
.emoji1f3b4 { background-position: 22.5% 85% !important; }
.emoji1f3b5 { background-position: 22.5% 87.5% !important; }
.emoji1f3b6 { background-position: 22.5% 90% !important; }
.emoji1f3b7 { background-position: 22.5% 92.5% !important; }
.emoji1f3b8 { background-position: 22.5% 95% !important; }
.emoji1f3b9 { background-position: 22.5% 97.5% !important; }
.emoji1f3ba { background-position: 22.5% 100% !important; }
.emoji1f3bb { background-position: 25% 0% !important; }
.emoji1f3bc { background-position: 25% 2.5% !important; }
.emoji1f3bd { background-position: 25% 5% !important; }
.emoji1f3be { background-position: 25% 7.5% !important; }
.emoji1f3bf { background-position: 25% 10% !important; }
.emoji1f3c0 { background-position: 25% 12.5% !important; }
.emoji1f3c1 { background-position: 25% 15% !important; }
.emoji1f3c2 { background-position: 25% 17.5% !important; }
.emoji1f3c3 { background-position: 25% 20% !important; }
.emoji1f3c4 { background-position: 25% 35% !important; }
.emoji1f3c5 { background-position: 25% 50% !important; }
.emoji1f3c6 { background-position: 25% 52.5% !important; }
.emoji1f3c7 { background-position: 25% 55% !important; }
.emoji1f3c8 { background-position: 25% 70% !important; }
.emoji1f3c9 { background-position: 25% 72.5% !important; }
.emoji1f3ca { background-position: 25% 75% !important; }
.emoji1f3cb { background-position: 25% 90% !important; }
.emoji1f3cc { background-position: 27.5% 2.5% !important; }
.emoji1f3cd { background-position: 27.5% 5% !important; }
.emoji1f3ce { background-position: 27.5% 7.5% !important; }
.emoji1f3cf { background-position: 27.5% 10% !important; }
.emoji1f3d0 { background-position: 27.5% 12.5% !important; }
.emoji1f3d1 { background-position: 27.5% 15% !important; }
.emoji1f3d2 { background-position: 27.5% 17.5% !important; }
.emoji1f3d3 { background-position: 27.5% 20% !important; }
.emoji1f3d4 { background-position: 27.5% 22.5% !important; }
.emoji1f3d5 { background-position: 27.5% 25% !important; }
.emoji1f3d6 { background-position: 27.5% 27.5% !important; }
.emoji1f3d7 { background-position: 27.5% 30% !important; }
.emoji1f3d8 { background-position: 27.5% 32.5% !important; }
.emoji1f3d9 { background-position: 27.5% 35% !important; }
.emoji1f3da { background-position: 27.5% 37.5% !important; }
.emoji1f3db { background-position: 27.5% 40% !important; }
.emoji1f3dc { background-position: 27.5% 42.5% !important; }
.emoji1f3dd { background-position: 27.5% 45% !important; }
.emoji1f3de { background-position: 27.5% 47.5% !important; }
.emoji1f3df { background-position: 27.5% 50% !important; }
.emoji1f3e0 { background-position: 27.5% 52.5% !important; }
.emoji1f3e1 { background-position: 27.5% 55% !important; }
.emoji1f3e2 { background-position: 27.5% 57.5% !important; }
.emoji1f3e3 { background-position: 27.5% 60% !important; }
.emoji1f3e4 { background-position: 27.5% 62.5% !important; }
.emoji1f3e5 { background-position: 27.5% 65% !important; }
.emoji1f3e6 { background-position: 27.5% 67.5% !important; }
.emoji1f3e7 { background-position: 27.5% 70% !important; }
.emoji1f3e8 { background-position: 27.5% 72.5% !important; }
.emoji1f3e9 { background-position: 27.5% 75% !important; }
.emoji1f3ea { background-position: 27.5% 77.5% !important; }
.emoji1f3eb { background-position: 27.5% 80% !important; }
.emoji1f3ec { background-position: 27.5% 82.5% !important; }
.emoji1f3ed { background-position: 27.5% 85% !important; }
.emoji1f3ee { background-position: 27.5% 87.5% !important; }
.emoji1f3ef { background-position: 27.5% 90% !important; }
.emoji1f3f0 { background-position: 27.5% 92.5% !important; }
.emoji1f3f3 { background-position: 27.5% 95% !important; }
.emoji1f3f4 { background-position: 27.5% 97.5% !important; }
.emoji1f3f5 { background-position: 27.5% 100% !important; }
.emoji1f3f7 { background-position: 30% 0% !important; }
.emoji1f3f8 { background-position: 30% 2.5% !important; }
.emoji1f3f9 { background-position: 30% 5% !important; }
.emoji1f3fa { background-position: 30% 7.5% !important; }
.emoji1f3fb { background-position: 30% 10% !important; }
.emoji1f3fc { background-position: 30% 12.5% !important; }
.emoji1f3fd { background-position: 30% 15% !important; }
.emoji1f3fe { background-position: 30% 17.5% !important; }
.emoji1f3ff { background-position: 30% 20% !important; }
.emoji1f400 { background-position: 30% 22.5% !important; }
.emoji1f401 { background-position: 30% 25% !important; }
.emoji1f402 { background-position: 30% 27.5% !important; }
.emoji1f403 { background-position: 30% 30% !important; }
.emoji1f404 { background-position: 30% 32.5% !important; }
.emoji1f405 { background-position: 30% 35% !important; }
.emoji1f406 { background-position: 30% 37.5% !important; }
.emoji1f407 { background-position: 30% 40% !important; }
.emoji1f408 { background-position: 30% 42.5% !important; }
.emoji1f409 { background-position: 30% 45% !important; }
.emoji1f40a { background-position: 30% 47.5% !important; }
.emoji1f40b { background-position: 30% 50% !important; }
.emoji1f40c { background-position: 30% 52.5% !important; }
.emoji1f40d { background-position: 30% 55% !important; }
.emoji1f40e { background-position: 30% 57.5% !important; }
.emoji1f40f { background-position: 30% 60% !important; }
.emoji1f410 { background-position: 30% 62.5% !important; }
.emoji1f411 { background-position: 30% 65% !important; }
.emoji1f412 { background-position: 30% 67.5% !important; }
.emoji1f413 { background-position: 30% 70% !important; }
.emoji1f414 { background-position: 30% 72.5% !important; }
.emoji1f415 { background-position: 30% 75% !important; }
.emoji1f416 { background-position: 30% 77.5% !important; }
.emoji1f417 { background-position: 30% 80% !important; }
.emoji1f418 { background-position: 30% 82.5% !important; }
.emoji1f419 { background-position: 30% 85% !important; }
.emoji1f41a { background-position: 30% 87.5% !important; }
.emoji1f41b { background-position: 30% 90% !important; }
.emoji1f41c { background-position: 30% 92.5% !important; }
.emoji1f41d { background-position: 30% 95% !important; }
.emoji1f41e { background-position: 30% 97.5% !important; }
.emoji1f41f { background-position: 30% 100% !important; }
.emoji1f420 { background-position: 32.5% 0% !important; }
.emoji1f421 { background-position: 32.5% 2.5% !important; }
.emoji1f422 { background-position: 32.5% 5% !important; }
.emoji1f423 { background-position: 32.5% 7.5% !important; }
.emoji1f424 { background-position: 32.5% 10% !important; }
.emoji1f425 { background-position: 32.5% 12.5% !important; }
.emoji1f426 { background-position: 32.5% 15% !important; }
.emoji1f427 { background-position: 32.5% 17.5% !important; }
.emoji1f428 { background-position: 32.5% 20% !important; }
.emoji1f429 { background-position: 32.5% 22.5% !important; }
.emoji1f42a { background-position: 32.5% 25% !important; }
.emoji1f42b { background-position: 32.5% 27.5% !important; }
.emoji1f42c { background-position: 32.5% 30% !important; }
.emoji1f42d { background-position: 32.5% 32.5% !important; }
.emoji1f42e { background-position: 32.5% 35% !important; }
.emoji1f42f { background-position: 32.5% 37.5% !important; }
.emoji1f430 { background-position: 32.5% 40% !important; }
.emoji1f431 { background-position: 32.5% 42.5% !important; }
.emoji1f432 { background-position: 32.5% 45% !important; }
.emoji1f433 { background-position: 32.5% 47.5% !important; }
.emoji1f434 { background-position: 32.5% 50% !important; }
.emoji1f435 { background-position: 32.5% 52.5% !important; }
.emoji1f436 { background-position: 32.5% 55% !important; }
.emoji1f437 { background-position: 32.5% 57.5% !important; }
.emoji1f438 { background-position: 32.5% 60% !important; }
.emoji1f439 { background-position: 32.5% 62.5% !important; }
.emoji1f43a { background-position: 32.5% 65% !important; }
.emoji1f43b { background-position: 32.5% 67.5% !important; }
.emoji1f43c { background-position: 32.5% 70% !important; }
.emoji1f43d { background-position: 32.5% 72.5% !important; }
.emoji1f43e { background-position: 32.5% 75% !important; }
.emoji1f43f { background-position: 32.5% 77.5% !important; }
.emoji1f440 { background-position: 32.5% 80% !important; }
.emoji1f441 { background-position: 32.5% 82.5% !important; }
.emoji1f442 { background-position: 32.5% 85% !important; }
.emoji1f443 { background-position: 32.5% 100% !important; }
.emoji1f444 { background-position: 35% 12.5% !important; }
.emoji1f445 { background-position: 35% 15% !important; }
.emoji1f446 { background-position: 35% 17.5% !important; }
.emoji1f447 { background-position: 35% 32.5% !important; }
.emoji1f448 { background-position: 35% 47.5% !important; }
.emoji1f449 { background-position: 35% 62.5% !important; }
.emoji1f44a { background-position: 35% 77.5% !important; }
.emoji1f44b { background-position: 35% 92.5% !important; }
.emoji1f44c { background-position: 37.5% 5% !important; }
.emoji1f44d { background-position: 37.5% 20% !important; }
.emoji1f44e { background-position: 37.5% 35% !important; }
.emoji1f44f { background-position: 37.5% 50% !important; }
.emoji1f450 { background-position: 37.5% 65% !important; }
.emoji1f451 { background-position: 37.5% 80% !important; }
.emoji1f452 { background-position: 37.5% 82.5% !important; }
.emoji1f453 { background-position: 37.5% 85% !important; }
.emoji1f454 { background-position: 37.5% 87.5% !important; }
.emoji1f455 { background-position: 37.5% 90% !important; }
.emoji1f456 { background-position: 37.5% 92.5% !important; }
.emoji1f457 { background-position: 37.5% 95% !important; }
.emoji1f458 { background-position: 37.5% 97.5% !important; }
.emoji1f459 { background-position: 37.5% 100% !important; }
.emoji1f45a { background-position: 40% 0% !important; }
.emoji1f45b { background-position: 40% 2.5% !important; }
.emoji1f45c { background-position: 40% 5% !important; }
.emoji1f45d { background-position: 40% 7.5% !important; }
.emoji1f45e { background-position: 40% 10% !important; }
.emoji1f45f { background-position: 40% 12.5% !important; }
.emoji1f460 { background-position: 40% 15% !important; }
.emoji1f461 { background-position: 40% 17.5% !important; }
.emoji1f462 { background-position: 40% 20% !important; }
.emoji1f463 { background-position: 40% 22.5% !important; }
.emoji1f464 { background-position: 40% 25% !important; }
.emoji1f465 { background-position: 40% 27.5% !important; }
.emoji1f466 { background-position: 40% 30% !important; }
.emoji1f467 { background-position: 40% 45% !important; }
.emoji1f468 { background-position: 40% 60% !important; }
.emoji1f469 { background-position: 40% 75% !important; }
.emoji1f46a { background-position: 40% 90% !important; }
.emoji1f46b { background-position: 40% 92.5% !important; }
.emoji1f46c { background-position: 40% 95% !important; }
.emoji1f46d { background-position: 40% 97.5% !important; }
.emoji1f46e { background-position: 40% 100% !important; }
.emoji1f46f { background-position: 42.5% 12.5% !important; }
.emoji1f470 { background-position: 42.5% 15% !important; }
.emoji1f471 { background-position: 42.5% 30% !important; }
.emoji1f472 { background-position: 42.5% 45% !important; }
.emoji1f473 { background-position: 42.5% 60% !important; }
.emoji1f474 { background-position: 42.5% 75% !important; }
.emoji1f475 { background-position: 42.5% 90% !important; }
.emoji1f476 { background-position: 45% 2.5% !important; }
.emoji1f477 { background-position: 45% 17.5% !important; }
.emoji1f478 { background-position: 45% 32.5% !important; }
.emoji1f479 { background-position: 45% 47.5% !important; }
.emoji1f47a { background-position: 45% 50% !important; }
.emoji1f47b { background-position: 45% 52.5% !important; }
.emoji1f47c { background-position: 45% 55% !important; }
.emoji1f47d { background-position: 45% 70% !important; }
.emoji1f47e { background-position: 45% 72.5% !important; }
.emoji1f47f { background-position: 45% 75% !important; }
.emoji1f480 { background-position: 45% 77.5% !important; }
.emoji1f481 { background-position: 45% 80% !important; }
.emoji1f482 { background-position: 45% 95% !important; }
.emoji1f483 { background-position: 47.5% 7.5% !important; }
.emoji1f484 { background-position: 47.5% 22.5% !important; }
.emoji1f485 { background-position: 47.5% 25% !important; }
.emoji1f486 { background-position: 47.5% 40% !important; }
.emoji1f487 { background-position: 47.5% 55% !important; }
.emoji1f488 { background-position: 47.5% 70% !important; }
.emoji1f489 { background-position: 47.5% 72.5% !important; }
.emoji1f48a { background-position: 47.5% 75% !important; }
.emoji1f48b { background-position: 47.5% 77.5% !important; }
.emoji1f48c { background-position: 47.5% 80% !important; }
.emoji1f48d { background-position: 47.5% 82.5% !important; }
.emoji1f48e { background-position: 47.5% 85% !important; }
.emoji1f48f { background-position: 47.5% 87.5% !important; }
.emoji1f490 { background-position: 47.5% 90% !important; }
.emoji1f491 { background-position: 47.5% 92.5% !important; }
.emoji1f492 { background-position: 47.5% 95% !important; }
.emoji1f493 { background-position: 47.5% 97.5% !important; }
.emoji1f494 { background-position: 47.5% 100% !important; }
.emoji1f495 { background-position: 50% 0% !important; }
.emoji1f496 { background-position: 50% 2.5% !important; }
.emoji1f497 { background-position: 50% 5% !important; }
.emoji1f498 { background-position: 50% 7.5% !important; }
.emoji1f499 { background-position: 50% 10% !important; }
.emoji1f49a { background-position: 50% 12.5% !important; }
.emoji1f49b { background-position: 50% 15% !important; }
.emoji1f49c { background-position: 50% 17.5% !important; }
.emoji1f49d { background-position: 50% 20% !important; }
.emoji1f49e { background-position: 50% 22.5% !important; }
.emoji1f49f { background-position: 50% 25% !important; }
.emoji1f4a0 { background-position: 50% 27.5% !important; }
.emoji1f4a1 { background-position: 50% 30% !important; }
.emoji1f4a2 { background-position: 50% 32.5% !important; }
.emoji1f4a3 { background-position: 50% 35% !important; }
.emoji1f4a4 { background-position: 50% 37.5% !important; }
.emoji1f4a5 { background-position: 50% 40% !important; }
.emoji1f4a6 { background-position: 50% 42.5% !important; }
.emoji1f4a7 { background-position: 50% 45% !important; }
.emoji1f4a8 { background-position: 50% 47.5% !important; }
.emoji1f4a9 { background-position: 50% 50% !important; }
.emoji1f4aa { background-position: 50% 52.5% !important; }
.emoji1f4ab { background-position: 50% 67.5% !important; }
.emoji1f4ac { background-position: 50% 70% !important; }
.emoji1f4ad { background-position: 50% 72.5% !important; }
.emoji1f4ae { background-position: 50% 75% !important; }
.emoji1f4af { background-position: 50% 77.5% !important; }
.emoji1f4b0 { background-position: 50% 80% !important; }
.emoji1f4b1 { background-position: 50% 82.5% !important; }
.emoji1f4b2 { background-position: 50% 85% !important; }
.emoji1f4b3 { background-position: 50% 87.5% !important; }
.emoji1f4b4 { background-position: 50% 90% !important; }
.emoji1f4b5 { background-position: 50% 92.5% !important; }
.emoji1f4b6 { background-position: 50% 95% !important; }
.emoji1f4b7 { background-position: 50% 97.5% !important; }
.emoji1f4b8 { background-position: 50% 100% !important; }
.emoji1f4b9 { background-position: 52.5% 0% !important; }
.emoji1f4ba { background-position: 52.5% 2.5% !important; }
.emoji1f4bb { background-position: 52.5% 5% !important; }
.emoji1f4bc { background-position: 52.5% 7.5% !important; }
.emoji1f4bd { background-position: 52.5% 10% !important; }
.emoji1f4be { background-position: 52.5% 12.5% !important; }
.emoji1f4bf { background-position: 52.5% 15% !important; }
.emoji1f4c0 { background-position: 52.5% 17.5% !important; }
.emoji1f4c1 { background-position: 52.5% 20% !important; }
.emoji1f4c2 { background-position: 52.5% 22.5% !important; }
.emoji1f4c3 { background-position: 52.5% 25% !important; }
.emoji1f4c4 { background-position: 52.5% 27.5% !important; }
.emoji1f4c5 { background-position: 52.5% 30% !important; }
.emoji1f4c6 { background-position: 52.5% 32.5% !important; }
.emoji1f4c7 { background-position: 52.5% 35% !important; }
.emoji1f4c8 { background-position: 52.5% 37.5% !important; }
.emoji1f4c9 { background-position: 52.5% 40% !important; }
.emoji1f4ca { background-position: 52.5% 42.5% !important; }
.emoji1f4cb { background-position: 52.5% 45% !important; }
.emoji1f4cc { background-position: 52.5% 47.5% !important; }
.emoji1f4cd { background-position: 52.5% 50% !important; }
.emoji1f4ce { background-position: 52.5% 52.5% !important; }
.emoji1f4cf { background-position: 52.5% 55% !important; }
.emoji1f4d0 { background-position: 52.5% 57.5% !important; }
.emoji1f4d1 { background-position: 52.5% 60% !important; }
.emoji1f4d2 { background-position: 52.5% 62.5% !important; }
.emoji1f4d3 { background-position: 52.5% 65% !important; }
.emoji1f4d4 { background-position: 52.5% 67.5% !important; }
.emoji1f4d5 { background-position: 52.5% 70% !important; }
.emoji1f4d6 { background-position: 52.5% 72.5% !important; }
.emoji1f4d7 { background-position: 52.5% 75% !important; }
.emoji1f4d8 { background-position: 52.5% 77.5% !important; }
.emoji1f4d9 { background-position: 52.5% 80% !important; }
.emoji1f4da { background-position: 52.5% 82.5% !important; }
.emoji1f4db { background-position: 52.5% 85% !important; }
.emoji1f4dc { background-position: 52.5% 87.5% !important; }
.emoji1f4dd { background-position: 52.5% 90% !important; }
.emoji1f4de { background-position: 52.5% 92.5% !important; }
.emoji1f4df { background-position: 52.5% 95% !important; }
.emoji1f4e0 { background-position: 52.5% 97.5% !important; }
.emoji1f4e1 { background-position: 52.5% 100% !important; }
.emoji1f4e2 { background-position: 55% 0% !important; }
.emoji1f4e3 { background-position: 55% 2.5% !important; }
.emoji1f4e4 { background-position: 55% 5% !important; }
.emoji1f4e5 { background-position: 55% 7.5% !important; }
.emoji1f4e6 { background-position: 55% 10% !important; }
.emoji1f4e7 { background-position: 55% 12.5% !important; }
.emoji1f4e8 { background-position: 55% 15% !important; }
.emoji1f4e9 { background-position: 55% 17.5% !important; }
.emoji1f4ea { background-position: 55% 20% !important; }
.emoji1f4eb { background-position: 55% 22.5% !important; }
.emoji1f4ec { background-position: 55% 25% !important; }
.emoji1f4ed { background-position: 55% 27.5% !important; }
.emoji1f4ee { background-position: 55% 30% !important; }
.emoji1f4ef { background-position: 55% 32.5% !important; }
.emoji1f4f0 { background-position: 55% 35% !important; }
.emoji1f4f1 { background-position: 55% 37.5% !important; }
.emoji1f4f2 { background-position: 55% 40% !important; }
.emoji1f4f3 { background-position: 55% 42.5% !important; }
.emoji1f4f4 { background-position: 55% 45% !important; }
.emoji1f4f5 { background-position: 55% 47.5% !important; }
.emoji1f4f6 { background-position: 55% 50% !important; }
.emoji1f4f7 { background-position: 55% 52.5% !important; }
.emoji1f4f8 { background-position: 55% 55% !important; }
.emoji1f4f9 { background-position: 55% 57.5% !important; }
.emoji1f4fa { background-position: 55% 60% !important; }
.emoji1f4fb { background-position: 55% 62.5% !important; }
.emoji1f4fc { background-position: 55% 65% !important; }
.emoji1f4fd { background-position: 55% 67.5% !important; }
.emoji1f4ff { background-position: 55% 70% !important; }
.emoji1f500 { background-position: 55% 72.5% !important; }
.emoji1f501 { background-position: 55% 75% !important; }
.emoji1f502 { background-position: 55% 77.5% !important; }
.emoji1f503 { background-position: 55% 80% !important; }
.emoji1f504 { background-position: 55% 82.5% !important; }
.emoji1f505 { background-position: 55% 85% !important; }
.emoji1f506 { background-position: 55% 87.5% !important; }
.emoji1f507 { background-position: 55% 90% !important; }
.emoji1f508 { background-position: 55% 92.5% !important; }
.emoji1f509 { background-position: 55% 95% !important; }
.emoji1f50a { background-position: 55% 97.5% !important; }
.emoji1f50b { background-position: 55% 100% !important; }
.emoji1f50c { background-position: 57.5% 0% !important; }
.emoji1f50d { background-position: 57.5% 2.5% !important; }
.emoji1f50e { background-position: 57.5% 5% !important; }
.emoji1f50f { background-position: 57.5% 7.5% !important; }
.emoji1f510 { background-position: 57.5% 10% !important; }
.emoji1f511 { background-position: 57.5% 12.5% !important; }
.emoji1f512 { background-position: 57.5% 15% !important; }
.emoji1f513 { background-position: 57.5% 17.5% !important; }
.emoji1f514 { background-position: 57.5% 20% !important; }
.emoji1f515 { background-position: 57.5% 22.5% !important; }
.emoji1f516 { background-position: 57.5% 25% !important; }
.emoji1f517 { background-position: 57.5% 27.5% !important; }
.emoji1f518 { background-position: 57.5% 30% !important; }
.emoji1f519 { background-position: 57.5% 32.5% !important; }
.emoji1f51a { background-position: 57.5% 35% !important; }
.emoji1f51b { background-position: 57.5% 37.5% !important; }
.emoji1f51c { background-position: 57.5% 40% !important; }
.emoji1f51d { background-position: 57.5% 42.5% !important; }
.emoji1f51e { background-position: 57.5% 45% !important; }
.emoji1f51f { background-position: 57.5% 47.5% !important; }
.emoji1f520 { background-position: 57.5% 50% !important; }
.emoji1f521 { background-position: 57.5% 52.5% !important; }
.emoji1f522 { background-position: 57.5% 55% !important; }
.emoji1f523 { background-position: 57.5% 57.5% !important; }
.emoji1f524 { background-position: 57.5% 60% !important; }
.emoji1f525 { background-position: 57.5% 62.5% !important; }
.emoji1f526 { background-position: 57.5% 65% !important; }
.emoji1f527 { background-position: 57.5% 67.5% !important; }
.emoji1f528 { background-position: 57.5% 70% !important; }
.emoji1f529 { background-position: 57.5% 72.5% !important; }
.emoji1f52a { background-position: 57.5% 75% !important; }
.emoji1f52b { background-position: 57.5% 77.5% !important; }
.emoji1f52c { background-position: 57.5% 80% !important; }
.emoji1f52d { background-position: 57.5% 82.5% !important; }
.emoji1f52e { background-position: 57.5% 85% !important; }
.emoji1f52f { background-position: 57.5% 87.5% !important; }
.emoji1f530 { background-position: 57.5% 90% !important; }
.emoji1f531 { background-position: 57.5% 92.5% !important; }
.emoji1f532 { background-position: 57.5% 95% !important; }
.emoji1f533 { background-position: 57.5% 97.5% !important; }
.emoji1f534 { background-position: 57.5% 100% !important; }
.emoji1f535 { background-position: 60% 0% !important; }
.emoji1f536 { background-position: 60% 2.5% !important; }
.emoji1f537 { background-position: 60% 5% !important; }
.emoji1f538 { background-position: 60% 7.5% !important; }
.emoji1f539 { background-position: 60% 10% !important; }
.emoji1f53a { background-position: 60% 12.5% !important; }
.emoji1f53b { background-position: 60% 15% !important; }
.emoji1f53c { background-position: 60% 17.5% !important; }
.emoji1f53d { background-position: 60% 20% !important; }
.emoji1f549 { background-position: 60% 22.5% !important; }
.emoji1f54a { background-position: 60% 25% !important; }
.emoji1f54b { background-position: 60% 27.5% !important; }
.emoji1f54c { background-position: 60% 30% !important; }
.emoji1f54d { background-position: 60% 32.5% !important; }
.emoji1f54e { background-position: 60% 35% !important; }
.emoji1f550 { background-position: 60% 37.5% !important; }
.emoji1f551 { background-position: 60% 40% !important; }
.emoji1f552 { background-position: 60% 42.5% !important; }
.emoji1f553 { background-position: 60% 45% !important; }
.emoji1f554 { background-position: 60% 47.5% !important; }
.emoji1f555 { background-position: 60% 50% !important; }
.emoji1f556 { background-position: 60% 52.5% !important; }
.emoji1f557 { background-position: 60% 55% !important; }
.emoji1f558 { background-position: 60% 57.5% !important; }
.emoji1f559 { background-position: 60% 60% !important; }
.emoji1f55a { background-position: 60% 62.5% !important; }
.emoji1f55b { background-position: 60% 65% !important; }
.emoji1f55c { background-position: 60% 67.5% !important; }
.emoji1f55d { background-position: 60% 70% !important; }
.emoji1f55e { background-position: 60% 72.5% !important; }
.emoji1f55f { background-position: 60% 75% !important; }
.emoji1f560 { background-position: 60% 77.5% !important; }
.emoji1f561 { background-position: 60% 80% !important; }
.emoji1f562 { background-position: 60% 82.5% !important; }
.emoji1f563 { background-position: 60% 85% !important; }
.emoji1f564 { background-position: 60% 87.5% !important; }
.emoji1f565 { background-position: 60% 90% !important; }
.emoji1f566 { background-position: 60% 92.5% !important; }
.emoji1f567 { background-position: 60% 95% !important; }
.emoji1f56f { background-position: 60% 97.5% !important; }
.emoji1f570 { background-position: 60% 100% !important; }
.emoji1f573 { background-position: 62.5% 0% !important; }
.emoji1f574 { background-position: 62.5% 2.5% !important; }
.emoji1f575 { background-position: 62.5% 5% !important; }
.emoji1f576 { background-position: 62.5% 7.5% !important; }
.emoji1f577 { background-position: 62.5% 10% !important; }
.emoji1f578 { background-position: 62.5% 12.5% !important; }
.emoji1f579 { background-position: 62.5% 15% !important; }
.emoji1f587 { background-position: 62.5% 17.5% !important; }
.emoji1f58a { background-position: 62.5% 20% !important; }
.emoji1f58b { background-position: 62.5% 22.5% !important; }
.emoji1f58c { background-position: 62.5% 25% !important; }
.emoji1f58d { background-position: 62.5% 27.5% !important; }
.emoji1f590 { background-position: 62.5% 30% !important; }
.emoji1f595 { background-position: 62.5% 45% !important; }
.emoji1f596 { background-position: 62.5% 60% !important; }
.emoji1f5a5 { background-position: 62.5% 75% !important; }
.emoji1f5a8 { background-position: 62.5% 77.5% !important; }
.emoji1f5b1 { background-position: 62.5% 80% !important; }
.emoji1f5b2 { background-position: 62.5% 82.5% !important; }
.emoji1f5bc { background-position: 62.5% 85% !important; }
.emoji1f5c2 { background-position: 62.5% 87.5% !important; }
.emoji1f5c3 { background-position: 62.5% 90% !important; }
.emoji1f5c4 { background-position: 62.5% 92.5% !important; }
.emoji1f5d1 { background-position: 62.5% 95% !important; }
.emoji1f5d2 { background-position: 62.5% 97.5% !important; }
.emoji1f5d3 { background-position: 62.5% 100% !important; }
.emoji1f5dc { background-position: 65% 0% !important; }
.emoji1f5dd { background-position: 65% 2.5% !important; }
.emoji1f5de { background-position: 65% 5% !important; }
.emoji1f5e1 { background-position: 65% 7.5% !important; }
.emoji1f5e3 { background-position: 65% 10% !important; }
.emoji1f5e8 { background-position: 65% 12.5% !important; }
.emoji1f5ef { background-position: 65% 15% !important; }
.emoji1f5f3 { background-position: 65% 17.5% !important; }
.emoji1f5fa { background-position: 65% 20% !important; }
.emoji1f5fb { background-position: 65% 22.5% !important; }
.emoji1f5fc { background-position: 65% 25% !important; }
.emoji1f5fd { background-position: 65% 27.5% !important; }
.emoji1f5fe { background-position: 65% 30% !important; }
.emoji1f5ff { background-position: 65% 32.5% !important; }
.emoji1f600 { background-position: 65% 35% !important; }
.emoji1f601 { background-position: 65% 37.5% !important; }
.emoji1f602 { background-position: 65% 40% !important; }
.emoji1f603 { background-position: 65% 42.5% !important; }
.emoji1f604 { background-position: 65% 45% !important; }
.emoji1f605 { background-position: 65% 47.5% !important; }
.emoji1f606 { background-position: 65% 50% !important; }
.emoji1f607 { background-position: 65% 52.5% !important; }
.emoji1f608 { background-position: 65% 55% !important; }
.emoji1f609 { background-position: 65% 57.5% !important; }
.emoji1f60a { background-position: 65% 60% !important; }
.emoji1f60b { background-position: 65% 62.5% !important; }
.emoji1f60c { background-position: 65% 65% !important; }
.emoji1f60d { background-position: 65% 67.5% !important; }
.emoji1f60e { background-position: 65% 70% !important; }
.emoji1f60f { background-position: 65% 72.5% !important; }
.emoji1f610 { background-position: 65% 75% !important; }
.emoji1f611 { background-position: 65% 77.5% !important; }
.emoji1f612 { background-position: 65% 80% !important; }
.emoji1f613 { background-position: 65% 82.5% !important; }
.emoji1f614 { background-position: 65% 85% !important; }
.emoji1f615 { background-position: 65% 87.5% !important; }
.emoji1f616 { background-position: 65% 90% !important; }
.emoji1f617 { background-position: 65% 92.5% !important; }
.emoji1f618 { background-position: 65% 95% !important; }
.emoji1f619 { background-position: 65% 97.5% !important; }
.emoji1f61a { background-position: 65% 100% !important; }
.emoji1f61b { background-position: 67.5% 0% !important; }
.emoji1f61c { background-position: 67.5% 2.5% !important; }
.emoji1f61d { background-position: 67.5% 5% !important; }
.emoji1f61e { background-position: 67.5% 7.5% !important; }
.emoji1f61f { background-position: 67.5% 10% !important; }
.emoji1f620 { background-position: 67.5% 12.5% !important; }
.emoji1f621 { background-position: 67.5% 15% !important; }
.emoji1f622 { background-position: 67.5% 17.5% !important; }
.emoji1f623 { background-position: 67.5% 20% !important; }
.emoji1f624 { background-position: 67.5% 22.5% !important; }
.emoji1f625 { background-position: 67.5% 25% !important; }
.emoji1f626 { background-position: 67.5% 27.5% !important; }
.emoji1f627 { background-position: 67.5% 30% !important; }
.emoji1f628 { background-position: 67.5% 32.5% !important; }
.emoji1f629 { background-position: 67.5% 35% !important; }
.emoji1f62a { background-position: 67.5% 37.5% !important; }
.emoji1f62b { background-position: 67.5% 40% !important; }
.emoji1f62c { background-position: 67.5% 42.5% !important; }
.emoji1f62d { background-position: 67.5% 45% !important; }
.emoji1f62e { background-position: 67.5% 47.5% !important; }
.emoji1f62f { background-position: 67.5% 50% !important; }
.emoji1f630 { background-position: 67.5% 52.5% !important; }
.emoji1f631 { background-position: 67.5% 55% !important; }
.emoji1f632 { background-position: 67.5% 57.5% !important; }
.emoji1f633 { background-position: 67.5% 60% !important; }
.emoji1f634 { background-position: 67.5% 62.5% !important; }
.emoji1f635 { background-position: 67.5% 65% !important; }
.emoji1f636 { background-position: 67.5% 67.5% !important; }
.emoji1f637 { background-position: 67.5% 70% !important; }
.emoji1f638 { background-position: 67.5% 72.5% !important; }
.emoji1f639 { background-position: 67.5% 75% !important; }
.emoji1f63a { background-position: 67.5% 77.5% !important; }
.emoji1f63b { background-position: 67.5% 80% !important; }
.emoji1f63c { background-position: 67.5% 82.5% !important; }
.emoji1f63d { background-position: 67.5% 85% !important; }
.emoji1f63e { background-position: 67.5% 87.5% !important; }
.emoji1f63f { background-position: 67.5% 90% !important; }
.emoji1f640 { background-position: 67.5% 92.5% !important; }
.emoji1f641 { background-position: 67.5% 95% !important; }
.emoji1f642 { background-position: 67.5% 97.5% !important; }
.emoji1f643 { background-position: 67.5% 100% !important; }
.emoji1f644 { background-position: 70% 0% !important; }
.emoji1f645 { background-position: 70% 2.5% !important; }
.emoji1f646 { background-position: 70% 17.5% !important; }
.emoji1f647 { background-position: 70% 32.5% !important; }
.emoji1f648 { background-position: 70% 47.5% !important; }
.emoji1f649 { background-position: 70% 50% !important; }
.emoji1f64a { background-position: 70% 52.5% !important; }
.emoji1f64b { background-position: 70% 55% !important; }
.emoji1f64c { background-position: 70% 70% !important; }
.emoji1f64d { background-position: 70% 85% !important; }
.emoji1f64e { background-position: 70% 100% !important; }
.emoji1f64f { background-position: 72.5% 12.5% !important; }
.emoji1f680 { background-position: 72.5% 27.5% !important; }
.emoji1f681 { background-position: 72.5% 30% !important; }
.emoji1f682 { background-position: 72.5% 32.5% !important; }
.emoji1f683 { background-position: 72.5% 35% !important; }
.emoji1f684 { background-position: 72.5% 37.5% !important; }
.emoji1f685 { background-position: 72.5% 40% !important; }
.emoji1f686 { background-position: 72.5% 42.5% !important; }
.emoji1f687 { background-position: 72.5% 45% !important; }
.emoji1f688 { background-position: 72.5% 47.5% !important; }
.emoji1f689 { background-position: 72.5% 50% !important; }
.emoji1f68a { background-position: 72.5% 52.5% !important; }
.emoji1f68b { background-position: 72.5% 55% !important; }
.emoji1f68c { background-position: 72.5% 57.5% !important; }
.emoji1f68d { background-position: 72.5% 60% !important; }
.emoji1f68e { background-position: 72.5% 62.5% !important; }
.emoji1f68f { background-position: 72.5% 65% !important; }
.emoji1f690 { background-position: 72.5% 67.5% !important; }
.emoji1f691 { background-position: 72.5% 70% !important; }
.emoji1f692 { background-position: 72.5% 72.5% !important; }
.emoji1f693 { background-position: 72.5% 75% !important; }
.emoji1f694 { background-position: 72.5% 77.5% !important; }
.emoji1f695 { background-position: 72.5% 80% !important; }
.emoji1f696 { background-position: 72.5% 82.5% !important; }
.emoji1f697 { background-position: 72.5% 85% !important; }
.emoji1f698 { background-position: 72.5% 87.5% !important; }
.emoji1f699 { background-position: 72.5% 90% !important; }
.emoji1f69a { background-position: 72.5% 92.5% !important; }
.emoji1f69b { background-position: 72.5% 95% !important; }
.emoji1f69c { background-position: 72.5% 97.5% !important; }
.emoji1f69d { background-position: 72.5% 100% !important; }
.emoji1f69e { background-position: 75% 0% !important; }
.emoji1f69f { background-position: 75% 2.5% !important; }
.emoji1f6a0 { background-position: 75% 5% !important; }
.emoji1f6a1 { background-position: 75% 7.5% !important; }
.emoji1f6a2 { background-position: 75% 10% !important; }
.emoji1f6a3 { background-position: 75% 12.5% !important; }
.emoji1f6a4 { background-position: 75% 27.5% !important; }
.emoji1f6a5 { background-position: 75% 30% !important; }
.emoji1f6a6 { background-position: 75% 32.5% !important; }
.emoji1f6a7 { background-position: 75% 35% !important; }
.emoji1f6a8 { background-position: 75% 37.5% !important; }
.emoji1f6a9 { background-position: 75% 40% !important; }
.emoji1f6aa { background-position: 75% 42.5% !important; }
.emoji1f6ab { background-position: 75% 45% !important; }
.emoji1f6ac { background-position: 75% 47.5% !important; }
.emoji1f6ad { background-position: 75% 50% !important; }
.emoji1f6ae { background-position: 75% 52.5% !important; }
.emoji1f6af { background-position: 75% 55% !important; }
.emoji1f6b0 { background-position: 75% 57.5% !important; }
.emoji1f6b1 { background-position: 75% 60% !important; }
.emoji1f6b2 { background-position: 75% 62.5% !important; }
.emoji1f6b3 { background-position: 75% 65% !important; }
.emoji1f6b4 { background-position: 75% 67.5% !important; }
.emoji1f6b5 { background-position: 75% 82.5% !important; }
.emoji1f6b6 { background-position: 75% 97.5% !important; }
.emoji1f6b7 { background-position: 77.5% 10% !important; }
.emoji1f6b8 { background-position: 77.5% 12.5% !important; }
.emoji1f6b9 { background-position: 77.5% 15% !important; }
.emoji1f6ba { background-position: 77.5% 17.5% !important; }
.emoji1f6bb { background-position: 77.5% 20% !important; }
.emoji1f6bc { background-position: 77.5% 22.5% !important; }
.emoji1f6bd { background-position: 77.5% 25% !important; }
.emoji1f6be { background-position: 77.5% 27.5% !important; }
.emoji1f6bf { background-position: 77.5% 30% !important; }
.emoji1f6c0 { background-position: 77.5% 32.5% !important; }
.emoji1f6c1 { background-position: 77.5% 47.5% !important; }
.emoji1f6c2 { background-position: 77.5% 50% !important; }
.emoji1f6c3 { background-position: 77.5% 52.5% !important; }
.emoji1f6c4 { background-position: 77.5% 55% !important; }
.emoji1f6c5 { background-position: 77.5% 57.5% !important; }
.emoji1f6cb { background-position: 77.5% 60% !important; }
.emoji1f6cc { background-position: 77.5% 62.5% !important; }
.emoji1f6cd { background-position: 77.5% 65% !important; }
.emoji1f6ce { background-position: 77.5% 67.5% !important; }
.emoji1f6cf { background-position: 77.5% 70% !important; }
.emoji1f6d0 { background-position: 77.5% 72.5% !important; }
.emoji1f6e0 { background-position: 77.5% 75% !important; }
.emoji1f6e1 { background-position: 77.5% 77.5% !important; }
.emoji1f6e2 { background-position: 77.5% 80% !important; }
.emoji1f6e3 { background-position: 77.5% 82.5% !important; }
.emoji1f6e4 { background-position: 77.5% 85% !important; }
.emoji1f6e5 { background-position: 77.5% 87.5% !important; }
.emoji1f6e9 { background-position: 77.5% 90% !important; }
.emoji1f6eb { background-position: 77.5% 92.5% !important; }
.emoji1f6ec { background-position: 77.5% 95% !important; }
.emoji1f6f0 { background-position: 77.5% 97.5% !important; }
.emoji1f6f3 { background-position: 77.5% 100% !important; }
.emoji1f910 { background-position: 80% 0% !important; }
.emoji1f911 { background-position: 80% 2.5% !important; }
.emoji1f912 { background-position: 80% 5% !important; }
.emoji1f913 { background-position: 80% 7.5% !important; }
.emoji1f914 { background-position: 80% 10% !important; }
.emoji1f915 { background-position: 80% 12.5% !important; }
.emoji1f916 { background-position: 80% 15% !important; }
.emoji1f917 { background-position: 80% 17.5% !important; }
.emoji1f918 { background-position: 80% 20% !important; }
.emoji1f980 { background-position: 80% 35% !important; }
.emoji1f981 { background-position: 80% 37.5% !important; }
.emoji1f982 { background-position: 80% 40% !important; }
.emoji1f983 { background-position: 80% 42.5% !important; }
.emoji1f984 { background-position: 80% 45% !important; }
.emoji1f9c0 { background-position: 80% 47.5% !important; }
.emoji2320e3 { background-position: 80% 50% !important; }
.emoji2a20e3 { background-position: 80% 52.5% !important; }
.emoji3020e3 { background-position: 80% 55% !important; }
.emoji3120e3 { background-position: 80% 57.5% !important; }
.emoji3220e3 { background-position: 80% 60% !important; }
.emoji3320e3 { background-position: 80% 62.5% !important; }
.emoji3420e3 { background-position: 80% 65% !important; }
.emoji3520e3 { background-position: 80% 67.5% !important; }
.emoji3620e3 { background-position: 80% 70% !important; }
.emoji3720e3 { background-position: 80% 72.5% !important; }
.emoji3820e3 { background-position: 80% 75% !important; }
.emoji3920e3 { background-position: 80% 77.5% !important; }
.emoji1f1e61f1e8 { background-position: 80% 80% !important; }
.emoji1f1e61f1e9 { background-position: 80% 82.5% !important; }
.emoji1f1e61f1ea { background-position: 80% 85% !important; }
.emoji1f1e61f1eb { background-position: 80% 87.5% !important; }
.emoji1f1e61f1ec { background-position: 80% 90% !important; }
.emoji1f1e61f1ee { background-position: 80% 92.5% !important; }
.emoji1f1e61f1f1 { background-position: 80% 95% !important; }
.emoji1f1e61f1f2 { background-position: 80% 97.5% !important; }
.emoji1f1e61f1f4 { background-position: 80% 100% !important; }
.emoji1f1e61f1f6 { background-position: 82.5% 0% !important; }
.emoji1f1e61f1f7 { background-position: 82.5% 2.5% !important; }
.emoji1f1e61f1f8 { background-position: 82.5% 5% !important; }
.emoji1f1e61f1f9 { background-position: 82.5% 7.5% !important; }
.emoji1f1e61f1fa { background-position: 82.5% 10% !important; }
.emoji1f1e61f1fc { background-position: 82.5% 12.5% !important; }
.emoji1f1e61f1fd { background-position: 82.5% 15% !important; }
.emoji1f1e61f1ff { background-position: 82.5% 17.5% !important; }
.emoji1f1e71f1e6 { background-position: 82.5% 20% !important; }
.emoji1f1e71f1e7 { background-position: 82.5% 22.5% !important; }
.emoji1f1e71f1e9 { background-position: 82.5% 25% !important; }
.emoji1f1e71f1ea { background-position: 82.5% 27.5% !important; }
.emoji1f1e71f1eb { background-position: 82.5% 30% !important; }
.emoji1f1e71f1ec { background-position: 82.5% 32.5% !important; }
.emoji1f1e71f1ed { background-position: 82.5% 35% !important; }
.emoji1f1e71f1ee { background-position: 82.5% 37.5% !important; }
.emoji1f1e71f1ef { background-position: 82.5% 40% !important; }
.emoji1f1e71f1f1 { background-position: 82.5% 42.5% !important; }
.emoji1f1e71f1f2 { background-position: 82.5% 45% !important; }
.emoji1f1e71f1f3 { background-position: 82.5% 47.5% !important; }
.emoji1f1e71f1f4 { background-position: 82.5% 50% !important; }
.emoji1f1e71f1f6 { background-position: 82.5% 52.5% !important; }
.emoji1f1e71f1f7 { background-position: 82.5% 55% !important; }
.emoji1f1e71f1f8 { background-position: 82.5% 57.5% !important; }
.emoji1f1e71f1f9 { background-position: 82.5% 60% !important; }
.emoji1f1e71f1fb { background-position: 82.5% 62.5% !important; }
.emoji1f1e71f1fc { background-position: 82.5% 65% !important; }
.emoji1f1e71f1fe { background-position: 82.5% 67.5% !important; }
.emoji1f1e71f1ff { background-position: 82.5% 70% !important; }
.emoji1f1e81f1e6 { background-position: 82.5% 72.5% !important; }
.emoji1f1e81f1e8 { background-position: 82.5% 75% !important; }
.emoji1f1e81f1e9 { background-position: 82.5% 77.5% !important; }
.emoji1f1e81f1eb { background-position: 82.5% 80% !important; }
.emoji1f1e81f1ec { background-position: 82.5% 82.5% !important; }
.emoji1f1e81f1ed { background-position: 82.5% 85% !important; }
.emoji1f1e81f1ee { background-position: 82.5% 87.5% !important; }
.emoji1f1e81f1f0 { background-position: 82.5% 90% !important; }
.emoji1f1e81f1f1 { background-position: 82.5% 92.5% !important; }
.emoji1f1e81f1f2 { background-position: 82.5% 95% !important; }
.emoji1f1e81f1f3 { background-position: 82.5% 97.5% !important; }
.emoji1f1e81f1f4 { background-position: 82.5% 100% !important; }
.emoji1f1e81f1f5 { background-position: 85% 0% !important; }
.emoji1f1e81f1f7 { background-position: 85% 2.5% !important; }
.emoji1f1e81f1fa { background-position: 85% 5% !important; }
.emoji1f1e81f1fb { background-position: 85% 7.5% !important; }
.emoji1f1e81f1fc { background-position: 85% 10% !important; }
.emoji1f1e81f1fd { background-position: 85% 12.5% !important; }
.emoji1f1e81f1fe { background-position: 85% 15% !important; }
.emoji1f1e81f1ff { background-position: 85% 17.5% !important; }
.emoji1f1e91f1ea { background-position: 85% 20% !important; }
.emoji1f1e91f1ec { background-position: 85% 22.5% !important; }
.emoji1f1e91f1ef { background-position: 85% 25% !important; }
.emoji1f1e91f1f0 { background-position: 85% 27.5% !important; }
.emoji1f1e91f1f2 { background-position: 85% 30% !important; }
.emoji1f1e91f1f4 { background-position: 85% 32.5% !important; }
.emoji1f1e91f1ff { background-position: 85% 35% !important; }
.emoji1f1ea1f1e6 { background-position: 85% 37.5% !important; }
.emoji1f1ea1f1e8 { background-position: 85% 40% !important; }
.emoji1f1ea1f1ea { background-position: 85% 42.5% !important; }
.emoji1f1ea1f1ec { background-position: 85% 45% !important; }
.emoji1f1ea1f1ed { background-position: 85% 47.5% !important; }
.emoji1f1ea1f1f7 { background-position: 85% 50% !important; }
.emoji1f1ea1f1f8 { background-position: 85% 52.5% !important; }
.emoji1f1ea1f1f9 { background-position: 85% 55% !important; }
.emoji1f1ea1f1fa { background-position: 85% 57.5% !important; }
.emoji1f1eb1f1ee { background-position: 85% 60% !important; }
.emoji1f1eb1f1ef { background-position: 85% 62.5% !important; }
.emoji1f1eb1f1f0 { background-position: 85% 65% !important; }
.emoji1f1eb1f1f2 { background-position: 85% 67.5% !important; }
.emoji1f1eb1f1f4 { background-position: 85% 70% !important; }
.emoji1f1eb1f1f7 { background-position: 85% 72.5% !important; }
.emoji1f1ec1f1e6 { background-position: 85% 75% !important; }
.emoji1f1ec1f1e7 { background-position: 85% 77.5% !important; }
.emoji1f1ec1f1e9 { background-position: 85% 80% !important; }
.emoji1f1ec1f1ea { background-position: 85% 82.5% !important; }
.emoji1f1ec1f1eb { background-position: 85% 85% !important; }
.emoji1f1ec1f1ec { background-position: 85% 87.5% !important; }
.emoji1f1ec1f1ed { background-position: 85% 90% !important; }
.emoji1f1ec1f1ee { background-position: 85% 92.5% !important; }
.emoji1f1ec1f1f1 { background-position: 85% 95% !important; }
.emoji1f1ec1f1f2 { background-position: 85% 97.5% !important; }
.emoji1f1ec1f1f3 { background-position: 85% 100% !important; }
.emoji1f1ec1f1f5 { background-position: 87.5% 0% !important; }
.emoji1f1ec1f1f6 { background-position: 87.5% 2.5% !important; }
.emoji1f1ec1f1f7 { background-position: 87.5% 5% !important; }
.emoji1f1ec1f1f8 { background-position: 87.5% 7.5% !important; }
.emoji1f1ec1f1f9 { background-position: 87.5% 10% !important; }
.emoji1f1ec1f1fa { background-position: 87.5% 12.5% !important; }
.emoji1f1ec1f1fc { background-position: 87.5% 15% !important; }
.emoji1f1ec1f1fe { background-position: 87.5% 17.5% !important; }
.emoji1f1ed1f1f0 { background-position: 87.5% 20% !important; }
.emoji1f1ed1f1f2 { background-position: 87.5% 22.5% !important; }
.emoji1f1ed1f1f3 { background-position: 87.5% 25% !important; }
.emoji1f1ed1f1f7 { background-position: 87.5% 27.5% !important; }
.emoji1f1ed1f1f9 { background-position: 87.5% 30% !important; }
.emoji1f1ed1f1fa { background-position: 87.5% 32.5% !important; }
.emoji1f1ee1f1e8 { background-position: 87.5% 35% !important; }
.emoji1f1ee1f1e9 { background-position: 87.5% 37.5% !important; }
.emoji1f1ee1f1ea { background-position: 87.5% 40% !important; }
.emoji1f1ee1f1f1 { background-position: 87.5% 42.5% !important; }
.emoji1f1ee1f1f2 { background-position: 87.5% 45% !important; }
.emoji1f1ee1f1f3 { background-position: 87.5% 47.5% !important; }
.emoji1f1ee1f1f4 { background-position: 87.5% 50% !important; }
.emoji1f1ee1f1f6 { background-position: 87.5% 52.5% !important; }
.emoji1f1ee1f1f7 { background-position: 87.5% 55% !important; }
.emoji1f1ee1f1f8 { background-position: 87.5% 57.5% !important; }
.emoji1f1ee1f1f9 { background-position: 87.5% 60% !important; }
.emoji1f1ef1f1ea { background-position: 87.5% 62.5% !important; }
.emoji1f1ef1f1f2 { background-position: 87.5% 65% !important; }
.emoji1f1ef1f1f4 { background-position: 87.5% 67.5% !important; }
.emoji1f1ef1f1f5 { background-position: 87.5% 70% !important; }
.emoji1f1f01f1ea { background-position: 87.5% 72.5% !important; }
.emoji1f1f01f1ec { background-position: 87.5% 75% !important; }
.emoji1f1f01f1ed { background-position: 87.5% 77.5% !important; }
.emoji1f1f01f1ee { background-position: 87.5% 80% !important; }
.emoji1f1f01f1f2 { background-position: 87.5% 82.5% !important; }
.emoji1f1f01f1f3 { background-position: 87.5% 85% !important; }
.emoji1f1f01f1f5 { background-position: 87.5% 87.5% !important; }
.emoji1f1f01f1f7 { background-position: 87.5% 90% !important; }
.emoji1f1f01f1fc { background-position: 87.5% 92.5% !important; }
.emoji1f1f01f1fe { background-position: 87.5% 95% !important; }
.emoji1f1f01f1ff { background-position: 87.5% 97.5% !important; }
.emoji1f1f11f1e6 { background-position: 87.5% 100% !important; }
.emoji1f1f11f1e7 { background-position: 90% 0% !important; }
.emoji1f1f11f1e8 { background-position: 90% 2.5% !important; }
.emoji1f1f11f1ee { background-position: 90% 5% !important; }
.emoji1f1f11f1f0 { background-position: 90% 7.5% !important; }
.emoji1f1f11f1f7 { background-position: 90% 10% !important; }
.emoji1f1f11f1f8 { background-position: 90% 12.5% !important; }
.emoji1f1f11f1f9 { background-position: 90% 15% !important; }
.emoji1f1f11f1fa { background-position: 90% 17.5% !important; }
.emoji1f1f11f1fb { background-position: 90% 20% !important; }
.emoji1f1f11f1fe { background-position: 90% 22.5% !important; }
.emoji1f1f21f1e6 { background-position: 90% 25% !important; }
.emoji1f1f21f1e8 { background-position: 90% 27.5% !important; }
.emoji1f1f21f1e9 { background-position: 90% 30% !important; }
.emoji1f1f21f1ea { background-position: 90% 32.5% !important; }
.emoji1f1f21f1eb { background-position: 90% 35% !important; }
.emoji1f1f21f1ec { background-position: 90% 37.5% !important; }
.emoji1f1f21f1ed { background-position: 90% 40% !important; }
.emoji1f1f21f1f0 { background-position: 90% 42.5% !important; }
.emoji1f1f21f1f1 { background-position: 90% 45% !important; }
.emoji1f1f21f1f2 { background-position: 90% 47.5% !important; }
.emoji1f1f21f1f3 { background-position: 90% 50% !important; }
.emoji1f1f21f1f4 { background-position: 90% 52.5% !important; }
.emoji1f1f21f1f5 { background-position: 90% 55% !important; }
.emoji1f1f21f1f6 { background-position: 90% 57.5% !important; }
.emoji1f1f21f1f7 { background-position: 90% 60% !important; }
.emoji1f1f21f1f8 { background-position: 90% 62.5% !important; }
.emoji1f1f21f1f9 { background-position: 90% 65% !important; }
.emoji1f1f21f1fa { background-position: 90% 67.5% !important; }
.emoji1f1f21f1fb { background-position: 90% 70% !important; }
.emoji1f1f21f1fc { background-position: 90% 72.5% !important; }
.emoji1f1f21f1fd { background-position: 90% 75% !important; }
.emoji1f1f21f1fe { background-position: 90% 77.5% !important; }
.emoji1f1f21f1ff { background-position: 90% 80% !important; }
.emoji1f1f31f1e6 { background-position: 90% 82.5% !important; }
.emoji1f1f31f1e8 { background-position: 90% 85% !important; }
.emoji1f1f31f1ea { background-position: 90% 87.5% !important; }
.emoji1f1f31f1eb { background-position: 90% 90% !important; }
.emoji1f1f31f1ec { background-position: 90% 92.5% !important; }
.emoji1f1f31f1ee { background-position: 90% 95% !important; }
.emoji1f1f31f1f1 { background-position: 90% 97.5% !important; }
.emoji1f1f31f1f4 { background-position: 90% 100% !important; }
.emoji1f1f31f1f5 { background-position: 92.5% 0% !important; }
.emoji1f1f31f1f7 { background-position: 92.5% 2.5% !important; }
.emoji1f1f31f1fa { background-position: 92.5% 5% !important; }
.emoji1f1f31f1ff { background-position: 92.5% 7.5% !important; }
.emoji1f1f41f1f2 { background-position: 92.5% 10% !important; }
.emoji1f1f51f1e6 { background-position: 92.5% 12.5% !important; }
.emoji1f1f51f1ea { background-position: 92.5% 15% !important; }
.emoji1f1f51f1eb { background-position: 92.5% 17.5% !important; }
.emoji1f1f51f1ec { background-position: 92.5% 20% !important; }
.emoji1f1f51f1ed { background-position: 92.5% 22.5% !important; }
.emoji1f1f51f1f0 { background-position: 92.5% 25% !important; }
.emoji1f1f51f1f1 { background-position: 92.5% 27.5% !important; }
.emoji1f1f51f1f2 { background-position: 92.5% 30% !important; }
.emoji1f1f51f1f3 { background-position: 92.5% 32.5% !important; }
.emoji1f1f51f1f7 { background-position: 92.5% 35% !important; }
.emoji1f1f51f1f8 { background-position: 92.5% 37.5% !important; }
.emoji1f1f51f1f9 { background-position: 92.5% 40% !important; }
.emoji1f1f51f1fc { background-position: 92.5% 42.5% !important; }
.emoji1f1f51f1fe { background-position: 92.5% 45% !important; }
.emoji1f1f61f1e6 { background-position: 92.5% 47.5% !important; }
.emoji1f1f71f1ea { background-position: 92.5% 50% !important; }
.emoji1f1f71f1f4 { background-position: 92.5% 52.5% !important; }
.emoji1f1f71f1f8 { background-position: 92.5% 55% !important; }
.emoji1f1f71f1fa { background-position: 92.5% 57.5% !important; }
.emoji1f1f71f1fc { background-position: 92.5% 60% !important; }
.emoji1f1f81f1e6 { background-position: 92.5% 62.5% !important; }
.emoji1f1f81f1e7 { background-position: 92.5% 65% !important; }
.emoji1f1f81f1e8 { background-position: 92.5% 67.5% !important; }
.emoji1f1f81f1e9 { background-position: 92.5% 70% !important; }
.emoji1f1f81f1ea { background-position: 92.5% 72.5% !important; }
.emoji1f1f81f1ec { background-position: 92.5% 75% !important; }
.emoji1f1f81f1ed { background-position: 92.5% 77.5% !important; }
.emoji1f1f81f1ee { background-position: 92.5% 80% !important; }
.emoji1f1f81f1ef { background-position: 92.5% 82.5% !important; }
.emoji1f1f81f1f0 { background-position: 92.5% 85% !important; }
.emoji1f1f81f1f1 { background-position: 92.5% 87.5% !important; }
.emoji1f1f81f1f2 { background-position: 92.5% 90% !important; }
.emoji1f1f81f1f3 { background-position: 92.5% 92.5% !important; }
.emoji1f1f81f1f4 { background-position: 92.5% 95% !important; }
.emoji1f1f81f1f7 { background-position: 92.5% 97.5% !important; }
.emoji1f1f81f1f8 { background-position: 92.5% 100% !important; }
.emoji1f1f81f1f9 { background-position: 95% 0% !important; }
.emoji1f1f81f1fb { background-position: 95% 2.5% !important; }
.emoji1f1f81f1fd { background-position: 95% 5% !important; }
.emoji1f1f81f1fe { background-position: 95% 7.5% !important; }
.emoji1f1f81f1ff { background-position: 95% 10% !important; }
.emoji1f1f91f1e6 { background-position: 95% 12.5% !important; }
.emoji1f1f91f1e8 { background-position: 95% 15% !important; }
.emoji1f1f91f1e9 { background-position: 95% 17.5% !important; }
.emoji1f1f91f1eb { background-position: 95% 20% !important; }
.emoji1f1f91f1ec { background-position: 95% 22.5% !important; }
.emoji1f1f91f1ed { background-position: 95% 25% !important; }
.emoji1f1f91f1ef { background-position: 95% 27.5% !important; }
.emoji1f1f91f1f0 { background-position: 95% 30% !important; }
.emoji1f1f91f1f1 { background-position: 95% 32.5% !important; }
.emoji1f1f91f1f2 { background-position: 95% 35% !important; }
.emoji1f1f91f1f3 { background-position: 95% 37.5% !important; }
.emoji1f1f91f1f4 { background-position: 95% 40% !important; }
.emoji1f1f91f1f7 { background-position: 95% 42.5% !important; }
.emoji1f1f91f1f9 { background-position: 95% 45% !important; }
.emoji1f1f91f1fb { background-position: 95% 47.5% !important; }
.emoji1f1f91f1fc { background-position: 95% 50% !important; }
.emoji1f1f91f1ff { background-position: 95% 52.5% !important; }
.emoji1f1fa1f1e6 { background-position: 95% 55% !important; }
.emoji1f1fa1f1ec { background-position: 95% 57.5% !important; }
.emoji1f1fa1f1f2 { background-position: 95% 60% !important; }
.emoji1f1fa1f1f8 { background-position: 95% 62.5% !important; }
.emoji1f1fa1f1fe { background-position: 95% 65% !important; }
.emoji1f1fa1f1ff { background-position: 95% 67.5% !important; }
.emoji1f1fb1f1e6 { background-position: 95% 70% !important; }
.emoji1f1fb1f1e8 { background-position: 95% 72.5% !important; }
.emoji1f1fb1f1ea { background-position: 95% 75% !important; }
.emoji1f1fb1f1ec { background-position: 95% 77.5% !important; }
.emoji1f1fb1f1ee { background-position: 95% 80% !important; }
.emoji1f1fb1f1f3 { background-position: 95% 82.5% !important; }
.emoji1f1fb1f1fa { background-position: 95% 85% !important; }
.emoji1f1fc1f1eb { background-position: 95% 87.5% !important; }
.emoji1f1fc1f1f8 { background-position: 95% 90% !important; }
.emoji1f1fd1f1f0 { background-position: 95% 92.5% !important; }
.emoji1f1fe1f1ea { background-position: 95% 95% !important; }
.emoji1f1fe1f1f9 { background-position: 95% 97.5% !important; }
.emoji1f1ff1f1e6 { background-position: 95% 100% !important; }
.emoji1f1ff1f1f2 { background-position: 97.5% 0% !important; }
.emoji1f1ff1f1fc { background-position: 97.5% 2.5% !important; }
.emoji1f468200d1f468200d1f466 { background-position: 97.5% 5% !important; }
.emoji1f468200d1f468200d1f466200d1f466 { background-position: 97.5% 7.5% !important; }
.emoji1f468200d1f468200d1f467 { background-position: 97.5% 10% !important; }
.emoji1f468200d1f468200d1f467200d1f466 { background-position: 97.5% 12.5% !important; }
.emoji1f468200d1f468200d1f467200d1f467 { background-position: 97.5% 15% !important; }
.emoji1f468200d1f469200d1f466200d1f466 { background-position: 97.5% 17.5% !important; }
.emoji1f468200d1f469200d1f467 { background-position: 97.5% 20% !important; }
.emoji1f468200d1f469200d1f467200d1f466 { background-position: 97.5% 22.5% !important; }
.emoji1f468200d1f469200d1f467200d1f467 { background-position: 97.5% 25% !important; }
.emoji1f468200d2764fe0f200d1f468 { background-position: 97.5% 27.5% !important; }
.emoji1f468200d2764fe0f200d1f48b200d1f468 { background-position: 97.5% 30% !important; }
.emoji1f469200d1f469200d1f466 { background-position: 97.5% 32.5% !important; }
.emoji1f469200d1f469200d1f466200d1f466 { background-position: 97.5% 35% !important; }
.emoji1f469200d1f469200d1f467 { background-position: 97.5% 37.5% !important; }
.emoji1f469200d1f469200d1f467200d1f466 { background-position: 97.5% 40% !important; }
.emoji1f469200d1f469200d1f467200d1f467 { background-position: 97.5% 42.5% !important; }
.emoji1f469200d2764fe0f200d1f469 { background-position: 97.5% 45% !important; }
.emoji1f469200d2764fe0f200d1f48b200d1f469 { background-position: 97.5% 47.5% !important; }

#pb_content {
    max-height: 770px;
    overflow: auto;
}

/*
 * inputs
 */
.privacy-section .checkbox {
    padding-bottom: 11px;
}
.privacy-section .checkbox label {
    margin-left: 4px;
    font-weight: bold;
}
#facebook_signup_form .privacy-section .checkbox label {
    display: inline-block;
    max-width: 80%;
}
.privacy-modal .privacy-section .checkbox input[type=checkbox] {
    margin-top: 3px;
}
.desktop.signup .privacy-section .checkbox label {
    width: 270px;
    display: inline-block;
}
.touch .privacy-section .checkbox label {
    font-size: 13px;
    display: inline-block;
    max-width: 80%;
}
.touch.signup .privacy-section .checkbox label {
    color: #000000;
}

.privacy-section .checkbox input[type=checkbox] {
    padding: 0;
    float: left;
    margin-top: 1px;
    vertical-align: bottom;
}
.touch .privacy-section .checkbox input[type=checkbox] {
    margin-top: 2px;
}

.signup .privacy-section .checkbox input[type=checkbox] {
    width: 20px;
    display: inline-block;
}
.desktop.signup .privacy-section.contact-permissions .checkbox input[type=checkbox] {
    margin-top: 8px;
}

/*
 * elements 
 */
.privacy-section p {
    margin: 0px 0px 21px;
}
.privacy-modal .privacy-section p {
    line-height: 20px;
    font-size: 14px;
    margin: 4px 0px 12px;
}
.touch .privacy-modal .privacy-section p {
    color: #9b9b9b !important;
    font-size: 13px;
}
.touch .privacy-modal .privacy-section.header p {
    margin: -20px 0px 21px;
    padding: 15px 20px 0px;
    border-top: 15px solid #f9f9f9;
}

.desktop .privacy-modal .privacy-section.header h2 {
    font-size: 25px !important;
    line-height: 29px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.touch .privacy-modal .privacy-section.header h2 {
    background-color: #e97c21;
    color: #ffffff;
    font-size: 14px !important;
    font-weight: normal;
    margin: 0;
    padding: 20px 20px 20px;
    position: fixed;
    width: 100%;
    margin-left: -35px;
    top: -0px;
    text-align: center;
}

.touch .privacy-section h3 {
    font-size: 17px !important;
    padding-bottom: 12px;
}
.desktop.signup .privacy-section h3 {
    border: 0 !important;
    font-size: 17px !important;
    line-height: 2px;
    margin: 0 0 5px !important;
}
.privacy-modal .privacy-section h3 {
    font-size: 20px !important;
    margin: 12px 0 11px !important;
}
.touch .privacy-modal .privacy-section.header h3 {
    font-size: 20px !important; 
}

/*
 * buttons 
 */
.privacy-modal .primary.rounded_button {
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #f7f9fa;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    padding: 0;
    text-decoration: uppercase;
    width: 100px;

    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.desktop .privacy-modal .primary.rounded_button {
    background-color: #f309a2;
    background-image: linear-gradient(281deg, #ff8f1c, #f309a2);
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    max-height: 50px;
    min-height: 50px;
}

.touch .privacy-modal .primary.rounded_button {
    background-color: #e77d31;
    border-radius: 0px;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    max-height: 40px;
    min-height: 40px;
    max-width: 100%;
    width: 100%;
}

.privacy-modal .primary.rounded_button:focus {
    outline: 0;
}

.privacy-modal .save-button-holder {
    display: block;
    text-align: right;
    padding: 18px 0px 0px;
    width: 100%;
}
.touch .privacy-modal .save-button-holder {
    box-sizing: border-box;
    padding: 5px 20px;
}

.privacy-modal.non-compliant #pb_close {
    display: none;
}

/*
 * sections 
 */
.iframe.consent_needed {
    overflow-y: scroll;
}
.touch .privacy-modal {
    background: #ffffff;
    box-sizing: border-box;
    border: 15px solid #f9f9f9;
    height: 100%;
    overflow: scroll;
    position: fixed;
    padding: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
}

.privacy-section {
    font-size: 13px;
    padding: 29px 0 21px;
    background: #fff;
}
#facebook_signup_form .privacy-section {
    max-width: 300px;
}
.privacy-modal .privacy-section {
    font-size: 15px;
    padding: 15px 0;
}
.touch .privacy-modal .privacy-section {
    padding: 0 20px 20px;
}

.desktop .privacy-modal .privacy-section.header {
    background-color: #fff;
    padding: 20px 19px 0px;
}
.touch .privacy-modal .privacy-section.header {
    padding: 60px 0 15px;
}

.desktop .privacy-section.terms-of-use {
    border-bottom: 1px solid lightgrey;
}

.desktop .privacy-modal .privacy-section {
    padding: 12px;
    border: 1px solid #dedede;
    border-top: 0;
}

.desktop .privacy-modal .privacy-section.header {
    border-top: 1px solid #dedede;
}

.desktop .privacy-modal .privacy-section .privacy-section--content {
    background-color: #f5f5f5;
    padding: 19px 20px 20px;
}

/*
 * Signup popup
 */
.login_box.signup.popup .privacy-section .privacy-error {
    position: relative !important;
}
.login_box.signup.popup .privacy-section {
    padding: 0 !important;
}

.login_box.signup.popup .privacy-row {
    width: 500px;
    margin-left: -100px;
}

/*
 * Modal popup
 */
.consent_needed  #pb_close {
    display: none;
}

.consent_needed.iframe input,
.consent_needed.iframe a,
.consent_needed.iframe button,
.consent_needed.iframe p,
.consent_needed.iframe span,
.consent_needed.iframe {
    pointer-events: all;
}
.consent_needed a,
.consent_needed p {
    pointer-events: none;
}
.consent_needed #TB_overlay {
    pointer-events: none;
}
/*
 * privacy-errors
 */
.privacy-section .privacy-error {
    color: #fc0f21;
    font-size: 13px;
    line-height: 12px;
    padding-top: 0px;
    margin-top: 0px;
    position: absolute;
    display: none;
}

.privacy-modal .privacy-section .privacy-error {
    font-size: 11px;
    font-weight: bold;
}

.touch.signup .privacy-section .privacy-error {
    color: #d62c2d;
    font-size: 14px;
    line-height: 16px;
}

/*
 * specifics
 */
.location-data-info {
    color: #9b9b9b !important;
    font-size: 13px;
    line-height: 13px;
    padding-bottom: 7px;
    position: relative;
    top: 2px;
}
.wide-template .location-data-info {
    top: 0px;
    width: 200px !important;
    display: inline-block;
}

/*
 * Provider signup form
 */
.provider-signup-form-terms {
    width: 440px;
    margin: 0 auto;
}

.provider-signup-form-terms p {
    text-align: left !important;
}
/*
 * Hide privacy settings
 */
body.exempt-from-privacy-options .privacy-section, 
body.exempt-from-privacy-options #privacy_popup_link {
    display: none !important;
}


.touch .car-history-check-block {
    background-color: #FAFAFA;
    padding: 26px 23px;
}

.car-history-check {
    width: 286px;
}

.desktop .car-history-check {
    margin-bottom: 46px;
}

.touch .car-history-check {
    background-color: #FAFAFA;
    margin: 0 auto 5px;
}

.wide-template #container_wrapper .car-history-check h3 {
    color: rgba(0, 0, 0, 0.75);
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
}

.wide-template #container_wrapper .car-history-check .cta {
    background-color: #FFFFFF;
    display: block;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
    padding: 16px;
}

.car-history-check .report-icon {
    background-image: url('../../../i/greenlight/icon-greenlight-report.png');
    background-size: 28px 39px;
    background-position: top left;
    background-repeat: no-repeat;
    float: left;
    height: 39px;
    width: 28px;
    margin-right: 16px;
}

.car-history-check .greenlight-icon {
    background-image: url('../../../i/greenlight/icon-greenlight.png');
    background-size: 57px 17px;
    background-position: bottom left;
    background-repeat: no-repeat;
    float: right;
    width: 60px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 11px;
    line-height: 13px;
    text-align: left;
    padding-bottom: 24px;
}

.wide-template #container_wrapper .car-history-check h4.price {
    display: inline-block;
    float: left;
    color: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 5px;
}

.wide-template #container_wrapper .car-history-check h4.purchase {
    display: inline-block;
    float: left;
    color: #00AAFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}


/* profile page variant - desktop & touch */
.dd-feedback-export-pb {
    display: flex;
    gap: 12px;
    padding: 16px;
    padding-right: 8px;
    background: #FFEBDA;
}
.dd-feedback-export-pb .icon_bulb_orange {
    width: 28px;
    min-width: 14px;
    background: url(/i/svgs/icons/bulb_orange.svg) top center no-repeat;
}
.dd-feedback-export-pb .icon_close {
    cursor: pointer;
    width: 28px;
    height: 28px;
    background: url(/i/svgs/icons/close-button.svg) top center no-repeat;
}
/* layout variant - desktop */
.dd-feedback-export-pb.layout {
    background: #FF9700;
    width: 100%;
    height: 72px;
    box-sizing: border-box;
    display: flex;
    padding: 0 24px;
}

.dd-feedback-export-pb.layout .side-column {
    flex: 1;
}

.dd-feedback-export-pb.layout .center-column {
    width: 980px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}
.dd-feedback-export-pb.layout .center-column .review-btn {
    display: block;
    margin-left: 24px;
    font-weight: normal;
    font-size: 14px;
    height: 30px;
    padding: 0 24px;
    line-height: 30px;
    border: solid 2px #FFF;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
.dd-feedback-export-pb.layout .center-column .review-btn svg {
    position: relative;
    top: 5px;
}

.dd-feedback-export-pb.layout .side-column.right {
    display: flex;
    justify-content: right;
    align-items: center;
}

.dd-feedback-export-pb.layout .icon_close {
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: none;
}
.dd-feedback-export-pb .message_area p {
    margin-bottom: 0;
    margin-top: 4px;
}

/* layout variant - touch */
.dd-feedback-export-pb.layout.touch {
    height: auto;
    padding-top: 10px;
    padding-bottom: 8px;
}
.dd-feedback-export-pb.layout.touch .side-column:nth-child(1) {
    display: none;
}
.dd-feedback-export-pb.layout.touch .center-column {
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    display: block;
}
.dd-feedback-export-pb.layout.touch .center-column .review-btn {
    margin-left: 0;
    margin-top: 8px;
    width: 154px;
}
.dd-feedback-export-pb.layout.touch .center-column .review-btn svg {
    height: 12px;
    width: 12px;
    position: relative;
    top: 2px;
}
.dd-feedback-export-pb.layout.touch .icon_close {
    width: 14px;
    height: 14px;
}

/*
export box with button
 */
.dd-feedback-export-pbox {
    margin: 15px;
    padding-top: 15px;
    border-top: 1px solid #d2d8dd;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}
.dd-feedback-export-pbox.default {
    border-top: none;
    margin: 0;
    margin-bottom: 35px;
}
.dd-feedback-export-pbox.touch {
    flex-direction: column;
}
.dd-feedback-export-pbox.touch.progress {
    flex-direction: row;
}
.dd-feedback-export-pbox.touch.progress h3 {
    height: auto;
}
.dd-feedback-export-pbox.default .title {
    border-bottom: none!important;
    margin: 0!important;
    padding: 0 0 4px 0!important;
}
.dd-feedback-export-pbox p {
    margin: 0;
}
.dd-feedback-export-pbox .review-btn {
    display: flex;
    border-radius: 4px;
    border: solid 1px #222831;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    min-width: 188px;
    min-height: 40px;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.dd-feedback-export-pbox.default .review-btn {
    margin-top: 12px;
}
.dd-feedback-export-pbox.touch .review-btn {
    width: auto;
}

.dd-feedback-export-pbox .status-button {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background-color: #f9e7d3;
    border-radius: 6px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}
.dd-feedback-export-pbox .status-button.shared {
    background-color: #CBF6D7;
    min-width: auto;
}
.dd-feedback-export-pbox .status-button .status-icon {
    width: 12px;
    height: 12px;
    background-color: #d97706; /* Orange color */
    border-radius: 50%;
    margin-right: 8px;
}
.dd-feedback-export-pbox .status-button.shared .status-icon {
    background-color: #1C9B40;
}