/* For debug */
pre{
    display: block;
    background: #fff;
    color: #000;
}

/* main styles */
input[type=text], input[type=password], input[type=file], input[type=button], input[type=submit], textarea {
    -webkit-appearance:none;
}
body {
    font: 12px/16px Arial, Helvetica, sans-serif;
    background: #eaeaea !important;
    padding: 0;
}
*{
    z-index: 0;
}

/* Fixed width debug toggle for testing in desktop browsers */
body.touch_fixed_width {
    width: 320px;
    margin: 0 auto;
}

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

a.full_width{
    z-index: 1;
}
.noLink{
    color:#525252;
    text-decoration: none;
}
img { border-style:none;}
a,
.clickable {
    color:#0045dd;
    text-decoration:none;
}
input.clickable,
button.clickable {
    background: none;
    border: none;
    display: inline;
    padding: 0;
    margin: 0;
    font-size: inherit;
}
a:hover,
.clickable:hover {
    text-decoration:none;
}

a.clickable.inverted
, .clickable.inverted {
    text-decoration: none;
}
a.clickable.inverted:hover
, .clickable.inverted:hover {
    text-decoration: none;
}

input, textarea, select {
    vertical-align:middle;
    font:12px/16px Arial, Helvetica, sans-serif;
    color:#000;
    padding: 5px 0 5px 5px;
}

input[type=text],
input[type=password],
textarea{
    border: 1px solid #D2D8DD;
}
input.full_size, select.full_size{
    width: 290px;

}

input.full_size, select.almost_full_size {
    width: 260px;
}

.row input.full_size, select.full_size {
    width: 281px;
}
textarea.full_size{
    width: 283px;
}
input.full_width{
    width: 247px;
}

#sentToFriendForm textarea.full_size {
    width: 281px;
}

#question-form input.full_size,
#question-form textarea.full_size,
#question-form select.full_size,
#sendPMform input.full_size,
#sendPMform textarea.full_size,
#sendPMform select.full_size,
#saveCvForm input.full_size{
    width: 261px;
}
form, fieldset {
    margin:0;
    padding:0;
    border-style:none;
}
#wrapper {
     background: #eaeaea;
}

.tools-bar {
    overflow:hidden;
    height:1%;
    padding: 0px 0px 8px 0px;
    position: relative;
}

.tools-bar.title_only {
    text-align: left;
}

.title_only h1{
    font-size:16px !important;
    font-weight:bold !important;
}


.tools-bar.title_only .button,
.tools-bar.title_only .button {
    display: none;
}


/* l <-> r scaling tool bar button */
.tools-bar .button_rhs{
    background:url(../../i/touch/bg-button-right.gif) no-repeat;
    float: right;
    width: 5px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 0;
}
.tools-bar .button_lhs{
    background:url(../../i/touch/bg-button-left.gif) 0 0 no-repeat;
    float: right;
    width: 5px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
}
.tools-bar span.button{
    height: 22px;
    display:block;
    padding: 0 5px 0 5px;
    position: relative;
}
.tools-bar .button a{
    height: 19px;
    background: #fff;
    color:#777777;
    font-weight:bold;
    text-decoration:none;
    display: block;
    border-top: 2px #B7C2CA solid;
    border-bottom: 2px #B7C2CA solid;
    padding-top: 3px;
}

.close a.button{
    text-align:center;
}
.tools-bar span.left {
    float:left;
}
.tools-bar span.right {
    float:right;
}
.tools-left-button {
    margin-right: 4px;
}
.tools-bar h2,
.tools-bar h1 {
    overflow: hidden;
    height: 1%;
    margin: 2px 2px 2px 1px;
    font: bold 12px/18px Helvetica, Arial, sans-serif;
    line-height: 18px;
    font-weight: normal;
    color: #2a343b;
}
#main {
    overflow:hidden;
    height:1%;
}
.title {
    overflow:hidden;
    height:1%;
    padding:0 0 5px 0;
}
.title .ad-place {
    float:right;
    background:url(../../i/touch/bg-ad-place.gif) no-repeat 100% 0;
    text-align:right;
    line-height:13px;
    color:#5b7385;
    width:80px;
    padding:6px 41px 6px 0;
}

.title .ad-place.paid {
    background:url(../../i/touch/pay_ad_mini.png) no-repeat 100% 10px;
    padding:6px 50px 6px 0;
}

.step_title {
    padding-top: 8px;
}
.touch.edit-ad .step_title {
    padding-top: 0px;
}

#main h3,
#makeoffer_label {
    margin:0;
    color:#2a343b;
    font-size:14px;
}
#main #adinfo h3 {
    margin-bottom: 20px;
}
#main .title .step{
    padding: 0;
    width: 100%;
    margin-bottom: 12px;
}

#main h4 {
    margin:0px 0 6px 0;
    color:#4d6b80;
    font-size:14px;
}
#main .head {
    height: 16px;
    overflow: hidden;
    padding: 14px 0 11px;
}
#main .head ~ .head {
    margin-top: 10px;
}
#main .head h4 {
    margin:0;
    font-size:14px;
    line-height:16px;
    color:#000;
}
.items {
    margin:0;
    padding:0;
    list-style:none;
}
.items li {
    overflow:hidden;
    height:1%;
    border-top:1px solid #efefef;
    padding: 10px;
}

.items li.credit {
    padding: 10px 0 10px 5px;
}

#advert-form .items li {
    background: white;
}

#advert-form .items .text,
#advert-form .items #description  {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

#advert-form .items label.heading {
    color: #525252;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

.items dl {
    margin:8px 0px 6px 0px;
    overflow:hidden;
    height:1%;
    font: bold 13px/16px Arial, Helvetica, sans-serif;
}
.items dl dt {
    float:left;
    color:#49657a;
    margin:0 5px 0 0;
}
.items dl dd {
    float:left;
    margin:0;
    color:#2a343b;
}
.items select {
    float:left;
    color:#333;
    margin:3px 19px 4px 0;
}
.items select.big {
    margin: 3px 0 4px 0;
}
.items input.text,
#makeoffer {
    float:left;
    background:#fff;
    border:1px solid #c8cdd8;
    margin:0;
    width:276px;
}
.items input.text#mileage{
    width: calc(100% - 80px);
    margin-right: 10px;
    margin-top: 6px;
}
.items #mileage_units{
    margin: 6px 0 0 0;
    width: 70px;
}
.items .salary input.text{
    width: 166px;
    margin-right: 10px;
    margin-top: 6px;
}
.items input.text.hintshown, .items textarea.hintshown {
    color: #999;
}
.items label {
    float:left;
    font-size:12px;
    line-height:16px;
    color:#333;
    margin:4px 10px 0 0;
}
.items label.other {
    width:70px;
    margin:12px 3px 0 0;
}
.items input[type="checkbox"].other {
    margin-top: 12px !important;
}
.items input.checkbox {
    float:left;
    width:15px;
    height:15px;
    padding:0;
}
.items textarea {
    float:left;
    background:#fff;
    border:1px solid #d2d8dd;
    margin:0 0 5px;
    width:282px;
    height:78px;
    max-height:78px;
}

.items input.text,
.items textarea,
.items select.big {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}
.items input.text,
.items textarea,
.items select {
    padding: 9px;
}

.checkbox-holder {
    overflow:hidden;
    height:1%;
    margin:0 0 7px;
}

.checkbox-holder .fixed_width{
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.items label.check-label {
    width: calc(100% - 40px);
}

.items .checkbox-holder input.checkbox:checked + label {
    font-weight: bold;
}

.items input[type="checkbox"] {
    float: right;
    height: 20px;
    margin-top: 3px !important;
    width: 20px;
}
.items label input[type="checkbox"] {
    margin-top: 0px !important;
}
.submit-holder {
    overflow:hidden;
    height:1%;
    padding:15px 0;
}
.submit-holder input.submit {
    float:left;
    background:url(../../i/touch/btn-submit.gif) repeat-x;
    border:0;
    margin:0;
    padding:0;
    width:67px;
    height:33px;
    text-indent:-9999px;
    font-size:0;
    line-height:0;
    cursor:pointer;
}

.submit-holder #btn-save {
    width: 100%;
}


.menu {
    overflow:hidden;
    height:1%;
}

.menu div.heading {
    margin-left: 15px;
    margin-top: 5px;
}
.menu ul {
    margin: 0;
    padding: 0;
    list-style:none;
    overflow:hidden;
    height:1%;
    font:bold 15px/18px Arial, Helvetica, sans-serif;

    border-radius: 10px;
    border: 2px solid #CCC;

    background: #fff;
}
.menu ul li {
    border-top:1px solid #d2d8dd;

    margin:-1px 0 1px;
    padding:13px 15px 12px 15px;
    position: relative;

    overflow: hidden;
}

#category_refine .menu ul,
#category_refine .menu ul li {
    border-radius: 0;
}

#category_refine .menu .categories {
    padding: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

#category_refine .menu .sub_list {
    border-top: 1px solid #D2D8DD;
    border-bottom: 0;
}

#category_refine .menu .sub_list li {
    background: #f6f8fa;
    box-shadow: 0 1px 4px #E1E5E9 inset;
}

.menu ul span:not(.facet) {
    display:block;
    background:url(../../i/touch/arrow_right.png) no-repeat 100% 4px;
    text-decoration:none;
    color:#2a343b;
    overflow: hidden;
    height: 18px;
}
.menu li.up span:not(.facet){
    background:url(../../i/touch/arrow_up.png) no-repeat 100% 4px;
}
.menu li.down span:not(.facet){
    background:url(../../i/touch/arrow_down.png) no-repeat 100% 4px;
}
.menu li.no_icon span:not(.facet){
    background:inherit;
}
.menu ul a.full_width{
    /*height: 42px;*/
    height: 100%;
}
.menu ul span.hidden {
    display:none;
}
.menu ul a:hover { text-decoration:underline;}
.posts {
    clear: both;
    margin:0;
    overflow: hidden;
    padding:0;
    list-style:none;
}
.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;
}

.posts li:not(.button),
#sr-touch-top,
#sr-touch-bottom {
    margin-bottom: 10px;
}

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

#main .post-content h3.post-title,
.post-content .post-bar .price em {
    font-size: 15px;
    font-weight: normal;
}
.post-content .post-bar .time-ago {
    font-size: 12px;
}

#main .post-content h3.post-title {
    max-height: 33px;
    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;
}
.posts .post-content {
    overflow:hidden;
    height:120px;
    position: relative;
}
.post-content .holder {
    overflow:hidden;
    padding: 15px;
    height: 80px;
    position: relative;
}
#main .post-content h4.location, #main .post-content h4.location a {
    color: #9b9b9b;
    font-size: 12px;
    font-weight: normal;
    margin-top: 3px;
}
h4.location .badge {
    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;
}
h4.location .badge.shop {
    background-color: #ed7f05;
}
h4.location .badge.dealer {
    background-color: #717171;
}
.post-content p { margin:0 0 8px;}
.post-content .post-bar {
    overflow:hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.post-content .post-bar .time-ago {
    color: #9b9b9b;
    float: right;
    position: relative;
    right: 20px;
}
.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;
}
.post-content .user_type_icon.merchant{
    background: url(../../i/shop_icon2.png) no-repeat 0 50% transparent;
    width: 29px;
}
.post-content .user_type_icon.car_dealer{
    background: url(../../i/car_dealer2.png) no-repeat 0 50% transparent;
    width: 60px;
}
.post-content .user_type_icon.no_bg{
    background: none;
    margin-left: 1px;
}
.user_badge.user_type_icon{
    height: 17px;
    background: none;
    margin-left: 7px;
    margin-right: -2px;

    margin: 0 5px 0 -2px;
}

.price:not(.no_background) {
    float:left;
    padding:0;
    color:#49657a;
}
.price span:not(.end_button),
.time-ago {
    float:left;
    padding:5px 11px 6px 0;
}
.price em,
.pm_info em{
    font-style:normal;
    color:#2a343b;
    font-size: 16px;
    font-weight: bold;
}

.post-content .comments {
    background:url(../../i/touch/bg-comments.gif) no-repeat;
    float:left;
    width:25px;
    text-align:center;
    color:#2a343b;
    font-weight:bold;
    text-decoration:none;
    padding:2px 0 8px;
    margin:2px 8px 0 8px;
    position: relative;
}
.post-content .more {
    float:left;
    text-indent:-9999px;
    background:url(../../i/touch/link-more.gif) no-repeat;
    width:9px;
    height:13px;
    overflow:hidden;
    margin:8px 0 0;
}
.main-holder {
    overflow:hidden;
    height:1%;
    padding: 13px 5px 15px;
    background-color: #fff;
}
.heading {
    overflow:hidden;
    height:1%;
    border-bottom:1px solid #d2d8dd;
    padding:0 0 12px;
    margin:0 0 10px;
}
.heading.help{
    padding:0 0 7px;
    margin:0 0 22px;
}
.heading.profile{
    padding:0 0 7px;
    margin:0 0 10px;
}
.heading.pm{
    margin: 12px 0 11px 0;
    padding: 0;
    border: none;
}
.sub_heading {
    overflow: hidden;
    height: 1%;
    padding: 0 0 12px;
    margin: 0 0 10px;
}

.info-bar {
    overflow: hidden;
    height: 1%;
    margin: 0 0 0;
}
.info-bar.owner {
    margin: 0;
}

#adinfo .info-bar,
#adinfo .description,
#adinfo .more-in-button,
#adinfo .seller-details,
#adinfo .grey-details
{
    padding: 20px 16px;
}
#adinfo .info-bar {
    padding-left: 0;
    padding-right: 0;
}
#adinfo .description,
#adinfo .more-in-button {
    padding-bottom: 17px;
}
#adinfo .description {
    padding-top: 16px;
}
#adinfo .more-in-button {
    padding-top: 19px;
}

#adinfo .seller-details {
    padding-bottom: 11px;
    padding-top: 12px;
}

#adinfo .white-block {
    border-top: 10px solid #eee;
    color: #000;
    display: block;
    overflow: hidden;
    text-decoration: none;
}

#adinfo .ad-number-watching {
    color: #404040;
    display: block;
    overflow: hidden;
    text-decoration: none;
    box-sizing: border-box;
    padding: 19px 16px 17px 16px;
    font-size: 16px;
}
#adinfo .ad-number-watching i {
    margin-right: 5px;
}

#adinfo .ad-number-watching i::before {
    color: #404040;
    vertical-align: baseline;
}

#adinfo .label {
    color: #777;
    font-size: 15px;
}
#adinfo .detail .location-links a{
    color: #333;
}

/* More in category block */

#adinfo .more-in-button .category {
    color: #333;
    float: left;
    font-size: 16px;
}
#adinfo .more-in-button .count {
    color: #999;
    float: right;
    font-size: 14px;
}

#adinfo .adunitContainer #av_detail_mid {
    min-height: 104px;
}

/* Top buttons */
#top-buttons {
    overflow: hidden;
}
#top-buttons .button, #share-buttons {
    float: left;
    width: 50%;
}
#top-buttons .button a, #share-buttons .wrapper {
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px 0 0 0;
    color: #787878;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 44px;
    text-align: center;
}
#top-buttons.two .last a, #share-buttons .wrapper {
    border-left-width: 1px;
}

/* Share */
#top-buttons .button a#share span {
    padding-left: 1px;
}
#top-buttons .button a#share svg {
    fill: #787878;
    height: 18px;
    position: relative;
    top: 3px;
}

/* Watch/Unwatch */
#top-buttons .button a.watch-unwatch span  {
    padding-left: 0;
}
#top-buttons .button a.watch-unwatch svg {
    height: 18px;
    position: relative;
    top: 3px;
}

#top-buttons .button a.watch svg {
    fill: #787878;
}

#top-buttons .button a.unwatch {
    color: #ef8224;
}
#top-buttons .button a.unwatch svg {
    fill: #ef8224;
}


#top-buttons .button a span {
    background-position: left;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 12px;
    padding: 3px 0 0 25px;
}

#top-buttons .button a#edit span {
    padding-left: 6px;
}
#top-buttons.one .button, #top-buttons.one #share-buttons {
    width: 100%;
}

#share-buttons {
    display: none;
}
#share-buttons .wrapper2 {
    display: inline-block;
    margin-top: 11px;
}
#share-buttons a {
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 20px;
    margin: 0 7px;
    width: 20px;
}
#share-buttons #facebook {
    background-image: url('../../i/touch/smi/share-facebook.png');
}
#share-buttons #twitter {
    background-image: url('../../i/touch/smi/share-twitter.png');
}
#share-buttons #email {
    background-image: url('../../i/touch/smi/share-mail.png');
}

/* Sold/Withdrawn button */
#status-action-button {
    border-top: 1px solid #ccc;
    padding: 20px 0;
}
#status-action-button a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}
.buynow #status-action-button {
    padding-bottom: 16px;
}

/* Bottom buttons */
#bottom-buttons {
    background: #eaeaea;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 10px;
    z-index: 100;
}
#bottom-buttons-spacer {
    height: 10px;
    background-color: #eaeaea;
}
#bottom-buttons div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 50%;
}
#bottom-buttons.one div {
    padding: 0 !important;
    width: 100%;
}
#bottom-buttons div.left {
    padding-right: 5px;
}
#bottom-buttons div.right {
    padding-left: 5px;
}
#bottom-buttons a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}
#bottom-buttons .right a {
    float: right;
}

/* Seller details block */

#adinfo .seller-details .left,
#adinfo .seller-details .right {
    width: 50%;
}
#adinfo .seller-details .left div,
#adinfo .seller-details .right {
    overflow: hidden;
    padding-top: 0px;
}
#adinfo .seller-details .left {
    color: #777;
}
#adinfo .seller-details .right,
#adinfo .seller-details .right a{
    color: #333;
}
#adinfo .seller-details .avatar, .comment-box .avatar {
    border: 1px solid #ccc;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    float: left;
    height: 40px;
    margin: 13px 16px 0 0;
}

.comment-box .avatar {
    margin-left: 16px;
    margin-top: 16px;
}

#adinfo .seller-details div,
#adinfo .seller-details div.left div,
#adinfo .seller-details div.right div {
    font-size: 14px;
    margin: 6px 0;
}

.seller-details #feedback span {
    float: left;
}
.seller-details #feedback .bar {
    background: #e5e5e5;
    margin: 5px 8px 0 3px;
    overflow: hidden;
    width: 40px;
}
.seller-details #feedback .bar,
.seller-details #feedback .bar .coloured {
    height: 5px;
}
.seller-details #feedback .positive .bar .coloured {
    background: #8ec304;
}
.seller-details #feedback .negative .bar .coloured {
    background: #e20000;
}

/* Grey details blocks - Shipping and payment & Date and views */

#adinfo .grey-details {
    background: #eaeaea;
    overflow: hidden;
    padding-bottom: 8px;
    padding-top: 14px;
}
#adinfo .grey-details .wrapper {
    width: 100%;
}
#adinfo .grey-details div {
    float: left;
    width: 50%;
}
#adinfo .grey-details li,
#adinfo .grey-details p {
    color: #333;
    font-size: 14px;
}
#adinfo .grey-details div ul {
    margin: 0;
    padding: 0;
}
#adinfo .grey-details li {
    background: url('../../i/touch/smi/dot.gif') no-repeat 0 12px;
    list-style-type: none;
    padding-left: 12px !important;
}
#adinfo .grey-details div li, #adinfo .grey-details div p {
    margin: 0;
    padding: 7px 0 0 0;
}

#adinfo .grey-details div ul.no-bullets {
    padding-left: 0 !important;
}
#adinfo .grey-details div ul.no-bullets li {
    background: none;
    list-style-type: none;
    padding-left: 0 !important;
}

#adinfo .grey-details.shipping-and-payment {
    padding-bottom: 0;
    padding-top: 18px;
}
#adinfo .grey-details.shipping-and-payment .wrapper {
    border-bottom: 1px solid #ccc;
    padding-bottom: 13px;
}

.info-bar, #status-action-button {
    background: #eaeaea;
    overflow: hidden;
}
.info-bar .price {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    padding: 12px 0 10px 17px;
}
.info-bar .price em { padding:0 0 0 4px;}

.info-bar .price-bar {
    overflow: hidden;
}
.info-bar .price-bar div {
    float: left;
    width: 50%;
}
.info-bar .price-bar .orange-button,
.info-bar .price-bar .white-button {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
}

.info-bar #bump-ad {
    background-image: linear-gradient(103deg, #f309a2, #fb7878);
    border: 0;
    border-radius: 4px;
    color: #fff;
    width: 169px;
}
.info-bar #bump-ad span {
    background: url("../../i/svgs/icons/boost2.svg") center no-repeat;
    display: inline-block;
    height: 10px;
    margin-right: 3px;
    width: 18px;
}

#buynow-bar {
    background: #eaeaea;
    padding-bottom: 16px;
}
#buynow-bar .info {
    border: 0;
    padding: 3px 0 0 0;
}
#buynow-bar .info.payment {
    margin-bottom: 4px;
}
#buynow-bar .info dt {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #777;
    font-size: 14px;
    padding-left: 16px;
    width: 50%;
}
#buynow-bar .info dd {
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.status-label,
.orange-button,
.grey-button,
.white-button {
    background: #e77e23;
    border: 0;
    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;
    float:left;
    color:#fff;
    font: bold 13px/14px Arial, Helvetica, sans-serif;
    padding: 13px 15px 11px 15px !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 114px;
}

.grey-button {
    background:#faa732 url(../../i/touch/bg-btn-grey.gif) repeat-x 0 100%;
    /*  these will stop the background image having to be downloaded, if these are unsupported in the brower they'll fail over to the image  */
    background: -moz-linear-gradient(top, #fbfbfc 0%, #d7dfe5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfc), color-stop(100%,#d7dfe5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbfbfc 0%,#d7dfe5 100%); /* Chrome10+,Safari5.1+ */
    color: #364E5F;
}

.white-button {
    background: #fff;
    border: 1px solid #d7d7d7;
    color: #000;
    padding: 12px 14px 10px 14px !important; /* Compensate the 1px border */
}

.status-label {
    background-color: rgba(0,0,0,0);
    border: 1px solid #aaa;
    color: #999;
    width: 100%;
}

.info-bar .offer { float:right;}

.info-bar .message {
    float: right;
    margin-bottom: 8px;
}

.details-list {
    border-bottom: 1px solid #ddd;
    margin: 0 0 16px 0;
    overflow: hidden;
    padding: 0 0 8px 0;
}
.details-list .detail {
    margin-bottom: 8px;
    overflow: hidden;
    width: 100%;
}
.details-list .detail div {
    float: left;
    width: 50%;
}

dl.info {
    margin:0;
    overflow:hidden;
    height:1%;
    border:solid #AFBBC4;
    border-width:1px;
    padding:7px 10px 8px;
    margin-bottom: 12px;
}
dl.info dt {
    float:left;
    width:120px;
    color:#49657a;
}
dl.info dd {
    margin:0 0 3px;
    overflow:hidden;
    height:1%;
    font-weight:bold;
}

dl.info.highest-offer
, dl.info.payment
, dl.info.stock {
    margin:0;
    border-bottom: none;
    padding:9px 10px 2px;
}

dl.info.stock dd {
    margin-bottom: 0;
}

strong.topic {
    display:block;
    font-size:13px;
    margin:0 0 5px;
}
strong.topic span.updated {
    font-size:12px;
}
.main-holder p { margin:0 0 12px;}
.working-hours {
    margin:0 0 17px -3px;
    padding:0;
    list-style:none;
    overflow:hidden;
    height:1%;
}
.working-hours li {
    float:left;
    background:url(../../i/touch/separator1.gif) no-repeat 0 4px;
    margin:0 1px 0 -1px;
    padding:0 4px;
}
.information {
    overflow:hidden;
    height:1%;
    border:1px solid #d2d8dd;
    margin:0 0 10px;
}
.information table {
    border-collapse:collapse;
    width:100%;
    margin-bottom:-1px;
}
.information td {
    padding:5px 8px 7px 8px;
    border-bottom:1px solid #fff;
    color:#2a343b;
    font-weight:bold;
}
.information td.heading:first-child {
    text-align: center;
    font-weight: bold;
}

.information tr:nth-child(odd) { background:#e6ebef;}
.information tr:nth-child(even) { background:#eff2f4;}
.information td:first-child {
    border-right:1px solid #fff;
    color:#49657a;
    font-weight:normal;
}
.info-box {
    overflow:hidden;
    height:1%;
    border:1px solid #d2d8dd;
    padding:7px 10px 10px;
    margin:15px 0 3px 0;
}

.info-box h4 {
    margin:0 0 5px;
    color:#2a343b;
    font-size:13px;
}
.info-box ul {
    margin:0;
    padding:0;
    list-style:none;
}
.info-box ul li {
    background:url(../../i/touch/bullet2.gif) no-repeat 0 7px;
    padding:0 0 3px 7px;
}

.info-box p { margin:0;}
.action,
li.like_action {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    height: 1%;
    background: #fff;
    box-shadow: 0 1px 4px #E1E5E9 inset;
}

.action li.report {
    background: #f6f8fa;
}
.action li,
li.like_action {
    padding: 12px 14px 11px 41px;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    margin: 0;
}
.action.no_icons li{
    padding-left: 15px;
}
.action li.both_borders {
    border-top:1px solid #d2d8dd;
    border-bottom:1px solid #d2d8dd;
}
.action li span.no_arrow,
li.like_action span.no_arrow,
.menu li.like_action span.no_arrow{
    background: none;
}
.action span.norm_weight{
    font-weight: normal;
    display: inline;
    background: none;
}

.action li.comment { background:url(../../i/touch/ico-comment.gif) no-repeat 16px 13px;}
.action li.ask_offer { background:url(../../i/touch/ico-ask-offer.gif) no-repeat 16px 13px;}
.action li.photos { background:url(../../i/touch/ico-photo.gif) no-repeat 14px 13px;}
.action li.wl_all { background:url(../../i/touch/ico-wl-all.png) no-repeat 12px 12px;}
.action li.wl_sold { background:url(../../i/touch/ico-wl-sold.png) no-repeat 12px 12px;}
.action li.wl_withdrawn { background:url(../../i/touch/ico-wl-withdrawn.png) no-repeat 12px 12px;}
.action li span {
    display:block;
    background:url(../../i/touch/arrow-rt.png) no-repeat 100% 2px;
    color:#2a343b;
    font:bold 14px/18px Arial, Helvetica, sans-serif;
    text-decoration:none;
    font-weight: normal;
}
.action.no_icons li span {
    background: none;
}

.action li span.secondary_colour {
    color:#49657A;
}
.subject {
    overflow:hidden;
    height:1%;
    margin:0;
    font-weight:bold;
    font-size:13px;
    padding:2px 0 12px;
}
.subject dt {
    float:left;
    color:#2a343b;
    margin:0 4px 0 0;
}
.box-holder {
    overflow:hidden;
    height:1%;
}

/* SMI Sell Similar */
.sell-similar-wrapper {
    display: block;
    padding: 12px 0;
    margin: 25px 0 10px 0;
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 13px;
    font-weight: bold;
    text-align: center;

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

.comment-box {
    overflow: hidden;
    height: 1%;
    position: relative;
    color: #333;
}

.comment-box .frame {
    border-bottom: 1px solid #d2d8dd;
    background-color: #fff;
}

.comment-box .frame .comment-content .comment-text b {
    display: block;
    font-size: 14px;
}

.box-author .comment-box .frame {
    background: #eaeaea;
}

.box-acOffer .comment-box .frame {
    background: #fcede0;
}

.comment-box .arrow {
    position:absolute;
    left:0;
    top:12px;
    text-indent:-9999px;
    overflow:hidden;
    background: url("../../../i/comment-speech-arrows-4.png") -85px 15px no-repeat;
    width:8px;
    height:30px;
}

.box-author .comment-box .arrow {
    background: url("../../../i/comment-speech-arrows-4.png") -15px 15px no-repeat;
}

.box-acOffer .comment-box .arrow {
    background: url("../../../i/comment-speech-arrows-4.png") -50px 15px no-repeat;
}

.comment-box .comment-author {
    color: #525252;
    margin-top: 13px;
    margin-bottom: 8px;
}

.comment-box .comment-author a {
    font-weight: normal;
    color: #999;
}

.comment-box .posted {
    padding-top: 13px;
    float: right;
}

#comments-section .comment-box img.user-icon {
    position: absolute;
    top: 11px;
    margin-left: 4px;
}
.comment-box .posted {
    top: 13px;
    right: 16px;
    display: block;
    font-size: 11px;
    color: #777;
    margin: 0;
}
.comment-box p { margin:0;}
.send-form {
    overflow:hidden;
    border:1px solid #e4e8eb;
    background:#f6f8fa;
    height:1%;
    line-height:15px;
    padding:8px 10px 3px;
}

.comment-content {
    float: left;
    width: calc(100% - 84px);
}

.comment-content .comment-text {
    margin-bottom: 16px;
}

.comment-options {
    border-top: 1px solid #e0e0e0;
    display: block;
    height: 13px;
    margin-left: 72px;
    padding-bottom: 19px;
    padding-top: 18px;
}

#comments-section {
    padding: 30px 13px 30px 13px;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}

#comments-section {
    padding-top: 12px;
}

#user-comments-holder {
    width: 100%;
}

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

.comment-header-box {
    border: 0;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 4px;
    background: #eaeaea;
}

.comment-header-box-text {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #777;
    padding: 0;
    margin-left: 0;
    background: #eaeaea;
    padding: 0px 13px 0px 13px;
}

.comment-box .posted {
    clear: both;
}

.box-acOffer .comment-options {
    border-color: #ddd0c5;
}

.comment-options span {
    display: inline-block;
    float: left;
}

.comment-options span.report-comment {
    float: right;
}

.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: 13px;
    display: none;
    height: 25px;
    line-height: 25px;
    outline: none;
    position: absolute;
    right: -8px;
    text-align: center;
    width: 85px;
}

.comment-options span.action-button a {
    color: #e87e24;
    font-size: 13px;
    font-weight: bold;
    text-overflow: clip;
    text-transform: uppercase;
    word-wrap: break-word;
}

.comment-options span.action-button a {
    margin-right: 15px;
    float: left;
}

.comment-options span.action-button a.report-comment {
    color: #444;
    float: right;
    margin-right: 16px;
}

.question-offer-buttons {
    overflow: hidden;
    border: 1px solid #E4E8EB;
    background: #F6F8FA;
    height: 1%;
    line-height: 15px;
    padding: 10px 10px 12px;
}
.send-form h4 {
    margin:0 0 4px;
    font-size:13px;
    color:#2a343b;
}
.send-form p { margin:0 0 7px;}
.send-form p a { font-weight:bold;}
.send-form fieldset {
    overflow:hidden;
    height:1%;
}
.send-form .row {
    overflow:hidden;
    height:1%;
    margin:0 0 7px;
}
.send-form .row textarea,
#accept_offer #response {
    border:1px solid #d2d8dd;
    float:left;
    background:#fff;
    width:257px;
    max-width:257px;
    padding:6px 0 6px 9px;
    height: 77px;
    max-height:77px;
}
#accept_offer #response {
    float: none;
}
.send-form .row input.submit {
    float:left;
    text-indent:-9999px;
    font-size:0;
    line-height:0;
    background:url(../../i/touch/btn-submit.gif) no-repeat;
    width:67px;
    height:33px;
    border:0;
    margin:0;
    padding:0;
    cursor:pointer;
}

.photos-list {
    overflow:hidden;
    height:1%;
    margin:4px -10px 5px 0;
    font-size:11px;
    font-weight:bold;
    text-align:center;
}
.photos-list ul {
    margin:0;
    padding:0;
    list-style:none;
    overflow:hidden;
    height:1%;
}
.photos-list ul li {
    float:left;
    background:#eff2f4;
    border:1px solid #d2d8dd;
    width:88px;
    margin:0 10px 10px 0;
}
.photos-list ul img {
    display:block;
    border:solid #d2d8dd;
    border-width:1px 0;
}
.photos-list .current {
    display:block;
    color:#2a343b;
    padding:15px 0;
}
.photos-list .operation {
    display:block;
    padding:5px 12px 9px;
}
.photos-list .delete {
    display:block;
    padding:8px 0 11px;
}
#upload-photos table {
    width: 100%;
}
.button-holder {
    overflow:hidden;
    height:1%;
    margin-bottom:4px;
    width: 100%;
}
.button-holder .orange-button { padding:6px 8px 8px 10px;}
#footer {
    overflow:hidden;
    height:1%;
    background:#333f48 url(../../i/touch/bg-footer.gif) repeat-x;
}
#footer ul {
    margin:0;
    padding:0;
    list-style:none;
    overflow:hidden;
    height:1%;
}
#footer ul li {
    float:left;
    background:url(../../i/touch/separator-nav.gif) repeat-y;
    padding:0 0 0 2px;
    margin:0 2px 0 -2px;
}
#footer ul a {
    display:block;
    color:#fff;
    padding:12px 10px;
    text-decoration:none;
}
#footer ul a:hover,
#footer li.active a { background:#5a7284 url(../../i/touch/bg-nav-hover.gif) repeat-x;}


/* End of template css */

/* Common */
.clear{
    clear: both;
}
.close{
    width: 100%;
    height: 28px;
}
.close a.button{
    margin-left: auto;
    margin-right: auto;
}

.secondary_colour{
    color: #49657A;
}

.right{
    float: right;
}

.left{
    float: left;
}

.content .align-left {
    text-align: left;
}
.content .align-right {
    text-align: right;
}

.centered {
    text-align: center;
}

.action .right{
    margin-right: 18px;
    background: none;
    position: relative;
    top: -1px;
}

.hidden {
    display: none;
}

.orange_link{
    cursor: pointer;
    color: inherit;
}
.orange_link:hover{
    color: inherit;
}
.no_bg{
    background: none;
}
.mid_wrapper{
    margin-left: 15px;
    margin-right: 15px;
}

.center{
    display: block;
    text-align: center;
}

.label_row{
    margin-top: 10px;
}
.label_row:first-child{
    margin-top:  0;
}

.input_row .error .limit_counter
{
    color: #BC2020;
}

.ta_right {
    text-align: right;
    padding-right: 2%;
}

.smallTextArea {
    width: 100%;
    max-width: 400px;
}

.char_counter {
    margin-top: 5px;
    margin-bottom: 20px;
}

.smallTextArea .limitInput {
    width: 96%;
}

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

/* Icons */
.quick_sale_icon {
    display: inline-block;
    direction: ltr;
    text-indent: -1000px;
    background-repeat: no-repeat;
}
.quick_sale_icon {
    background: url(../../i/icons/quick_sale.png) no-repeat;
    width: 62px;
    height: 15px;
    vertical-align: baseline;
    padding-right: 5px;
}
.search_res .quick_sale_icon {
    float: left;
    margin-top: 7px;
    margin-right: 3px;
}

/*
 * For a full size link that overlays other elements. i.e. when you want a link
 * around an element that isn't allowed in a anchor.
 *
 * Requires the parent element to be position relative or absolute (but they don't need top or left etc. attributes)
 */
a.full_width{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
}
.search_res a.comments{
    z-index: 2;
}
#primary_content_wrapper{
    padding: 15px 15px 0 0px;
}
.pseudo_primary_content_wrapper{
    padding: 15px 15px 15px 15px;
}
#public_profile .pseudo_primary_content_wrapper{
    padding: 0px 15px 15px 15px;
}

#primary_content_wrapper.only_content {
    padding-bottom: 15px;
}

.white_inner_border{
    border: 1px #fff solid;
}

.profile_photo{
    border: 1px solid #ddd;
}

/*
 * generic empty box
 */
.emptyBox{
    width: 100%;
    background: #F4F4F4;
    border: 1px solid #DDDDDD;
    margin-top: 15px;
}

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

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

.center_wrapper{
    margin-left: auto;
    margin-right: auto;
}

.loader.hidden{
    display: none;
}

.form_extra_text{
    clear: both;
    margin-top: 15px;
}
.form_extra_text.first{
    border-top: 1px solid #D2D8DD;
    padding-top: 11px;
}


/* Page Tabs */
#tabs_wrapper{
    width: 100%;
    height: 30px;
    margin: 15px 0;
    color: #597386;
}
#tabs_wrapper.border_bottom{
    border-bottom: 1px solid #d2d8dd;
    padding-bottom: 15px;
    margin-bottom: 0;
}
#tabs.small li{
    width: 75px;
}
#tabs{
    width: 86px;
    padding: 0;
    margin: 0 auto;
}
#tabs.two{
    width:  172px;
}
#tabs.three{
    width:  258px;
}
#tabs.four{
    width:  344px;
}

#tabs.small{
    width: 75px;
}
#tabs.two.small{
    width:  150px;
}
#tabs.three.small{
    width:  225px;
}
#tabs.four.small{
    width:  303px;
}

#tabs li{
    float: left;
    height: 23px;
    width: 85px;
    list-style: none;
    text-align: center;
    background-color: #e4eaef;
    border-right: 1px #acb8c1 solid;
    padding-top: 7px;
    position: relative;
}
#tabs.small li{
    width: 75px;
}
#tabs li.first{
    background: url(../../i/touch/tabs_end_first_touch.png) 0 no-repeat #e4eaef;
}
#tabs li.last{
    background: url(../../i/touch/tabs_end_last_touch.png) 100% no-repeat #e4eaef;
    border: none;
}
.tab a.full_width{
    height: 30px;
    width: 85px;
}
#tabs.small .tab a.full_width{
    width: 75px;
}
.tab.active{
    font-weight: bold;
    color: #2a343b;
}

/* Search Page */

.search .tools-bar {
    padding: 3px 0;
}

.search .tools-bar h1 {
    font-size: 13px !important;
    font-weight: normal !important;
}

.search_res{
    /* Required for full size link, see: a.full_width */
    position: relative;
    background-color: #fff;
}

.search_res a.full_width{
    height: 110px;
}

.item_description
, .item_description_car{
    max-height: 50px;
    overflow: hidden;
    margin-bottom: 6px;
}

.posts .item_description ul
, .posts .item_description_car ul{
    padding: 0;
    list-style: disc inside url("../../i/touch/bullet2.gif");
}

.posts .item_description ul li
, .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;
}

.sr_image{
    text-decoration: none;
}

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

.watched_cover {
    background: url("../../../i/watched.png") no-repeat transparent;
    width: 100%;
    height: 100%;
    margin: 0;

    display: inline-block;
    border: none;
    position: absolute;

    top: 50px;
    left: 50px;
    text-decoration: none;
}

#premium_divider > .divider_line {
    background: #FDB745;
}
#priority_divider > .divider_line{
    background: #CCCCCC;
}
#premium_divider,
#priority_divider{
    margin: 10px 0 0 0;
    padding-bottom: 10px;
    height: 2px;
    border-bottom: 1px solid #D2D8DD;
}
.divider_line{
    height: 2px;
}


/* Homepage search */
.facet{
    background: none;
    color: #95A5B0;
    float: right;
    font-size: 14px;
    padding-right: 10px;
    font-weight: normal;
}

/* Search 'Sidebar', which is now a hidden div with full width */
#siderbar-holder{
    width: 100%;
    border-bottom: 1px solid #D2D8DD;
    display:none;
}
#siderbar-holder.show{
    display: inherit;
}
#siderbar-holder .heading{
    margin-bottom: 14px;
    padding-bottom: 7px;
}
#siderbar-holder h3{
    padding-top: 10px;
    width: 100px;
}
.button_list li:not(.hasSubList),
 .full_width_button{
    list-style: none;
    background: #f0f3f6;
    border: 1px #e2e9ef solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 6px 10px;
    margin: 5px 9px 5px 0;
}
.button_list .full_width_button .facet{
    float: right;
    margin-right: 9px;
}
.hasSubList{
    list-style: none;
}
.hasSubList ul{
    padding-left: 0;
}
.button_list{
    padding-left: 0;
}
.full_width_button{
    width: 100%;
    display: block;
}
#siderbar-holder ul{
    list-style: none;
}
span.end_button{
    background: url(../../i/touch/bg-end.gif) no-repeat;
    width: 5px;
    height: 28px;
    float: right;
    position: relative;
    top: -6px;
}

.price-form .row.price_range{
    padding-left: 22px;
}
#siderbar-holder .price-form .row.price_range input{
    margin-right: 25px;
}
#siderbar-holder ul{
    padding-left: 10px;
    list-style: none;
}
.holder-lists,
ul#only_show{
    padding-bottom: 11px;
}
#siderbar-holder .row input{
    width: 55px;
    padding-left: 10px;
    margin-right: 5px;
}
#siderbar-holder .row input.submit{
    width: 40px;
    padding: 3px;
}
.no_background{
    padding-left: 10px;
}
.row label.inline{
    display: inline;
    width: auto;
}

#car_form .row{
    margin-bottom: 10px;
}
#car_form select.shortened,
#car_form input.shortened{
    width: 130px;
}
.min_to_max{
    margin: 0 6px;
}
#siderbar-holder .row #rs_min_mileage,
#siderbar-holder .row #rs_max_mileage{
   width: 125px;
}
#siderbar-holder .row #colour{
    width: 274px;
}

/* Pagination */
.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;
}
.numbering{
    min-width: 170px;
    padding: 0 10px;
    margin: 5px auto 0 auto;
}

.numbering li{
    display: inline-block;
}

.paging .num{
    background: white;
    margin: 0 1px;
    padding: 4px 8px;
}
.paging .num.active {
    font-weight: bold;
}
.paging .num.active a,
.paging .num .active a,
.paging .num.active span,
.paging .num .active span{
}

/* Ad (SearchMoreInfo) */
#main_image_wrap {
    display: block;
    height: 250px;
    margin: 0 auto;
    max-width: 393px;
    position: relative;
}

#main_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%;
}

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

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

    text-align: center;

    position: relative;
    top: -26px;
    margin: 0 auto;
}
.action li{
    position: relative;
}
.action li a.full_width{
    height: 41px;
    background: none;
}

/* Ad Comments */
.row label{
    width: 100%;
    display: block;
    margin-top: 4px;
    width: 270px;
}

.items.photos .row {
    margin: 10px 0;
}

.items.photos input[type="file"] {
    width: calc(100% - 75px);
}

.mainpic {
    float: right;
    margin-top: 4px;
}
.mainpic label {
    margin-top: 5px !important;
    width: 24px;
    float: left;
}
.mainpic input[type="radio"] {
    height: 20px;
    width: 20px;
}

#loader{
    display: none;
    margin-top: 8px;
    padding-left: 8px;
}
#errorHolder,
.errorHolder{
    width:270px;
    background: #FFDCDC;
    display: none;
    padding: 6px;
    margin-left: 2px;
}
#errorHolder .error,
.errorHolder .error{
    color: #D90000;
}

.send-form #errorHolder{
    width: 256px;
    margin-left: 0;
}

#makeoffer_row{
    margin: 0 0 11px 0;
    border-bottom: 1px solid #e2e6e9;
    padding-bottom: 12px;
}
#makeoffer{
    float: left;
    width: 132px;
    height: 20px;
    margin-left: 10px;
}
#makeoffer_label{
    float: left;
    width: 112px;
    font-weight: bold;
    margin-top: 7px;
}
#makeoffer_submit,
#btn-buynow{
    width:  268px;
}

#asking_price{
    margin-top: 1px;
    margin-bottom: 12px;
}
#asking_price .sub_heading{
    font-size: 12px;
    margin-left: 25px;
}

.accept-btn{
    width: 73px;
    height: 20px;
    display: block;
    background: url("../../i/touch/btns_accept_this_offer_plain.png") 0 0 no-repeat;
}
.accept-btn.comment_btn{
    color: #fff;
    font-size: 11px;
    text-shadow: 1px 1px #72A416;
    padding-left: 8px;
    margin-right: -8px;
}
.accept-btn.comment_btn:hover,
.accept-btn.comment_btn:active{
    color: #699A00;
    text-shadow: none;
}
.accept-btn:hover,
.accept-btn:active{
    background: url("../../i/touch/btns_accept_this_offer_plain.png") 0 -25px no-repeat;
}

.reply-btn{
    background: url("../../i/touch/btns_reply_plain.png") 0 0 no-repeat;
    width: 49px;
    height: 20px;
    display: block;
}
.reply-btn:hover,
.reply-btn:active{
    background: url("../../i/touch/btns_reply_plain.png") 0 -25px no-repeat;
}

.reject-btn{
    background: url("../../i/touch/btns_reject.png") no-repeat 0 0;
    width: 75px;
    height: 25px;
    margin: 0 0 3px 0;
    display: block;
}
.reject-btn:hover,
.reject-btn:active{
    background: url("../../i/touch/btns_reject.png") no-repeat 0 -25px;
}

.send-pm-btn{
    background: url("../../../i/buttons/btn_send_private_message.png") no-repeat 0 -25px;
    width: 136px;
    height: 25px;
    display: block;
}
.send-pm-btn:hover,
.send-pm-btn:active{
    background: url("../../../i/buttons/btn_send_private_message.png") no-repeat 0 0;
}

.comment_btn{
    color: #597386;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    text-decoration: none;
}
.comment_btn.inactive{
    color: #aaaaaa;
}

.remove-btn {
    background: blue;
    background: url("../../i/touch/btn_report_3.png") no-repeat;
    width: 58px;
    height: 21px;
    display: block;
}
.remove-btn:hover,
.remove-btn:active{
    background: url("../../i/touch/btn_report_hover_3.png") no-repeat;
}

/* Buy Now */
#buy_now{
    margin-bottom: 20px;
}
#buy_now_main{
    background: #fff;
    border: 1px solid #D2D8DD;
    padding: 20px;
    width:  226px;
    margin-bottom: 1px;
}
#buy_now_price{
    width: 100%;
    text-align: center;
    font-size: 27px;
    background: none;
    color: #2A343B;
    margin-bottom: 10px;
}
#buy_now_qty{
    width: 100%;
    text-align: center;
    margin-bottom: 17px;
}
#buy_now_cards{
    width: 100%;
}
#buy_now_cards img{
    margin: 0 auto;
    display: block;
}
#btn-buynow{
    margin-bottom: 5px;
}
#buy_now_or{
    width:  290px;
    margin-top: -26px;
}
#buy_now_or_img{
    display: block;
    margin: 0 auto;
}
#buy_now ~ .send-form{
    margin-top: -6px;
}

/* Ad Photos */
#ad_photos{
    margin: 0 auto;
    padding: 0 0 15px 0;
    list-style: none;
}
#ad_photos li{
    max-width: 320px;
    max-height: 200px;
    background-color: #fff;
    border-bottom: 1px solid #D2D8DD;
    margin: 10px auto;
}
#ad_photos_wrapper{
    padding: 0;
}
#ad_photos_wrapper .heading{
    margin: 15px 15px 10px 15px;
}

#ad_photos_wrapper .action{
    margin-top: 15px;
}

.image_wrap img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

/* Ad placement */
.add-nav li{
    position: relative;
}
.add-nav a.full_width{
    height: 43px;
    background: none;
    cursor: pointer;
}
.add-nav .selected{
    background: #eee;

}
.form_val{
    display: none;
}

#advert-form .items li{
    min-height: 25px;
}

#advert-form .items li.text_only span{
    padding-top: 5px;
    display: block;
}

#advert-form .manual-warning-label {
    display: block;
    color: #bc2020;
    margin-bottom: 5px;
    width: 100%;
}

#event_date_day,
#event_date_month,
#event_date_year{
    width: 82.25px;
}

.items .heading{
    overflow:hidden;
    height:1%;
    border-bottom: none;
    padding:0;
    margin:0;
    float: none;
    display: block;
}

.ad_priority_box{
    width: 268px;
    padding: 10px;
    border: 1px solid #fff;
    cursor: pointer;
}

.credit_amount {
    float: right !important;
    padding-right: 12px;
}

.credit_radio_label {
    padding-left: 6px;
    margin-top: 1px;
    font-weight: bold;
    font-size: 14px;
}

.header_centered_content {
    width: 100%;
    margin-top: 4px;
    margin-left: 12px;
}

.credit_balance {
    font-size: 11px;
    color: #000;
    padding-right: 24px;
}

.ad_priority_box.tip {
    border: 1px solid #eee;
    cursor: text;
}

#ad_priority_free{
    background: #FEE5BD;
}
#ad_priority_priority{
    background: #FDCF84;
}
#ad_priority_premium{
    background: #FDB745;
}

.priority_header{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.priority_title {
    margin:0;
    color:#2a343b;
}

.priority_text{
    margin-left: 24px;
}


/* Ad Placement */
.items .error{
    color: #BC2020;
    background: #FFDCDC;
    border-bottom: none;
    /* important needed here to override a bug caused by jquery's validate */
    display: block !important;
}

#ad_place_end_box{
    height: 222px;
    width: 100%;
    padding: 19px 15px;
    background: url(../../i/touch/ad_final_step_shadow.png) #fcf7ec repeat-x 0 0;
}
#ad_place_end_box .center_wrapper{
    width: 320px;
    position: relative;
}
#ad_place_end_box p.highlight{
    width: 267px;
    background: #fff;
    border: 1px solid #dfdace;
    padding: 10px;
}
#ad_place_end_box strong{
    color: #2a343b
}

/* Reporting */
.touch.report #wrapper {
    background: white;
}
.touch.report #helpWrapper .main-holder ul {
    padding: 0px;
}
.touch.report #helpWrapper .main-holder {
    padding: 0px;
}
/*  Help & Support    */
#helpWrapper .main-holder{
    padding: 15px;
}
#helpWrapper ul{
    padding-left: 10px;
    list-style: none;
}
.touch.report #helpWrapper ul {
    padding-left: 0px;
    list-style: none;
}
#helpWrapper h1,
#helpWrapper h2,
#helpWrapper h6{
    font-size: 14px;
    margin: 10px 0 3px 0;
}

#helpContent  ul li {
    padding-bottom: 10px;
}
#helpContent  ul li:last-child {
    padding-bottom: 0;
}

.help_priority_box{
    margin: 15px 0 10px 0;
    text-align: center;
}

#help_priority_box,
#help_premium_box{
    width:  180px;
    height: 40px;
    margin: 10px 0;
    float: none;
    display: block;
}

#help_priority_box {
    background:#fdcf84;
}

#help_premium_box {
    background:#fdb745;
}

#help_priority_box h3,
#help_premium_box h3{
    border: none;
    text-align: center;
    color: #29333C;
    font-size: 14px;
    padding-top: 11px;
}

table#fees-table img.badge {
    display: none;
}

#public_profile #interaction_options {
    background-color: #eaeaea;
    height: 40px;
    padding: 10px 0px 11px 0px;
}

#public_profile .column-2 {
    width: 49%;
    float:left;
    min-height: 40px;
    line-height: 40px;
}

#public_profile .column-2:first-of-type {
    margin-right: 2%;
}

.frame:after {
    content: " ";
    display: block;
    clear: both;
}

.follow_button_holder {
    overflow: hidden;
    border-top: 1px solid #d2d8dd;
    text-align: left;
    margin: 0px 15px 0px 15px
}

.follow_button_holder a {
    width: 100%;
    color: #e87e24;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    float: left;
    padding: 18px 0px 17px 0px;
}

.follow_button_holder a:hover {
    color: #bd6402;
}

.follow_button_holder a:active {
    color: #bd6402;
}

.large-flat-btn {
    height: 40px;
    width: 100%;
    text-align: center;
    vertical-align: center;
    background-color: red;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding-top: 1px;
}

.orange {
    background-color: #ec7d03;
    color: white;
}

.white {
    background-color: white;
    color: black;
}

/*  Dashboard & Public profile    */
#profile_photo {
    border: 1px solid #ddd;
    margin:  0 5px 0 15px;
    float: left;
    margin-bottom: 4px;
}

#profile_details {
    margin:  0 5px 0 2px;
    width: 190px;
    height: 86px;
    float: left;
    padding-top: 8px;
    padding-bottom: 15px;
}
#profile_details div {
    margin-bottom: 8px;
}
#profile_details em,
#user_ad_details em,
#profile_details .em,
#user_ad_details .em{
    font-weight: bold;
    color: #333;
}
.profile_action{
    background: none;
    margin-bottom: 21px;
}
.profile_action li{
    padding:12px 0 12px 0;
    border-bottom: 1px dotted #a2afb9;
    border-top: none;
    margin-top: 1px;
}
.profile_action li span:not(.secondary_colour){
    font-weight: normal;
}
.profile_action.both_borders_dotted li,
.feedback_action.both_borders_dotted li{
    border-top: 1px dotted #a2afb9;
    border-bottom: 1px dotted #a2afb9;
}

.card-details {
    height: 40px;
    margin-left: 15px;
}

.card-details .card-icon {
    float: left;
    vertical-align: middle;
    margin-right: 4px;
}

.card-details .card-number {
    font-size: 12px;
    font-weight: bold;
}

.card-details .card-delete {
    font-size: 12px;
    margin-right: 2px;
}

.card-details .card-delete input {
    background: none;
    border: none;
    color: #004DDA;
    cursor: pointer;
    padding-left: 2px;
}

.card-details .stripe-logo {
    background: url('../../../i/buynow/stripe.png');
    display: inline-block;
    height: 26px;
    width: 121px;
    vertical-align: middle;
}

.seperator {
    height: 8px;
    width: 100%;
    background-color: #eaeaea;
    clear: both;
}

#feedbackForm {
    margin-top: 11px;
}
#feedbackForm .row {
    margin-bottom: 6px;
}

.feedback_action{
    background: none;
}
.feedback_action li{
    padding:13px 0 12px 0;
    border-top: 1px dotted #a2afb9;
    margin: 7px 0 0 0;
}
.feedback_action li span:not(.secondary_colour){
    font-weight: normal;
}

#feedbackcontent .heading.profile{
    margin: 15px 15px 0 15px;
    margin-bottom: 0;
}
#feedbackcontent .feedback_icon{
    background: transparent;
    height: 26px;
    width:  26px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}
#feedbackcontent ul {
    list-style: none;
    padding-left: 0;
}
#feedbackcontent .frame p {
    display: block;
    padding-bottom: 12px;
}
#feedbackcontent .frame .arrow {
    display: none;
}
#feedbackcontent .frame .author {
    display: block;
    padding-top: 4px;
}
#feedbackcontent .frame .mid_comment {
    display: block;
}
#feedbackcontent .box-holder .photo{
    position: relative;
}

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

.heading.profile.feedback{
    margin-bottom: 0;
}

#public_profile, #dashboard {
    background-color: #fff;
    padding: 2px 0 0 0;
}

#public_profile, #dashboard li {
    background-color: #fff;
}

#dashboard .heading.profile.feedback,
#public_profile .heading.profile.feedback{
    margin-bottom: 0;
}
#feedback_image{
    float: left;
    width: 80px;
    height: 80px;
    margin-top: 3px;
    margin-left: 15px;
    /* Relative: because image from google doesn't have the chart to the edge of the image.
     * this pulls it back so it appears in the proper line
     */
    position: relative;
    left: -10px;
}
#feedback_breakdown,
#user_ad_details{
    float: left;
    margin-top: 18px;
    width: 94px;
}

#feedback_breakdown {
    padding-top: 8px;
}

#feedback_breakdown .positive{
    color: #1ea32f;
    font-weight: bold;
}
#feedback_breakdown .negative{
    color: #c1272c;
    font-weight: bold;
}
#feedback_breakdown div,
#user_ad_details div{
    margin-bottom: 4px;
}

#feedback_num{
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    margin: 11px 0 7px;
}
.action.feedback{
    margin-top: 10px;
    border-top: 1px solid #eaeaea;
}

#num_ads_placed{
    background: no-repeat url(../../i/touch/ads_placed_touch.png);
    width: 115px;
    height: 86px;
    text-align: center;
    float: left;
    margin: 5px 0 13px 0;
}
#public_profile #num_ads_placed{
    margin-left: 15px;
}
#num_ads_placed div{
    font-size: 40px;
    height: 27px;
    padding-top: 28px;
    color: #2a343b;
}

#user_ad_details{
    margin-left: 14px;
    margin-top: 10px;
}

.comment-box .mid_comment {
    margin-top: 10px;
}

.comment-box em {
    font-weight: bold;
}

#feedbackcontent .comment-box em {
    font-weight: normal;
    font-style: normal;
}

.pseudo_primary_content_wrapper .photo {
    float: left;
    margin-right: 12px;
    min-height: 68px;
    padding: 12px 0;
}

#public_profile #commentcontent .comment-box .mid_comment {
    border-top: 1px solid #eee;
    padding-top: 12px;
}

#public_profile .heading {
    border: none;
}

#feedbackcontent .emptyBox{
    margin-bottom: 15px;
}

#edit_profile{
    float: left;
    clear: both;
    margin: 0 0 16px 0;
}

#dashboard .heading,
#public_profile .heading{
    margin: 15px 15px 10px 15px;
}
#dashboard #edit_profile,
#public_profile #edit_profile{
    margin-left: 15px;
}
#dashboard .heading.profile.my_adverts,
#public_profile .heading.profile.my_adverts{
    margin-bottom: 0;
    border-bottom: 0;
}
#dashboard-wrapper a.logout {
    color: #333;
    display: block;
    font-size: 13px;
    margin-top: 28px;
    padding-left: 15px;
}

/* Inbox/Sent */
#pms{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    clear: both;
}
#pms li{
    padding: 15px;
    border-bottom: 1px solid #d2d8dd;
    position: relative;
    overflow: hidden;
}
#pms li.first{
    border-top: 1px solid #d2d8dd;
}
#pms li.new{
    background: #F5F5F5;
}
#pms li .arrow{
    background: url("../../i/touch/bullet1.gif") no-repeat scroll transparent;
    height: 13px;
    width: 24px;
    position: absolute;
    top: 63px;
    right:  0;
}
#pms a.full_width{
    width: 100%;
    height: 139px;
}
#pms h4,
.pm_view h4{
    color: #2a343b;
    width: 100%;
    margin-bottom: 12px;
    font-weight: normal;
}
#pms .new h4{
    font-weight: bold;
}
#pms .profile_photo{
    margin-right:  10px;
    float: left;
}
#pms .pm_data{
    margin: 0;
    padding: 0;
}
.pm_info{
    overflow: hidden;
    position: relative;
    top: -3px;
}
.pm_info em{
    font-weight: bold;
    display: inline;
}
.pm_info div{
    overflow: hidden;
    height: 17px;
}
#pms .message_content{
    margin: 0 45px 0 0;
    height: 47px;
    overflow: hidden;
    position: relative;
    top: -1px;
}

/* Message */
.pm_view{
    margin-bottom: 15px;
}
.pm_view .profile_photo{
    margin-right: 15px;
    float: left;
}
.pm_view .pm_info{
    margin-top: 49px;
}
#pm_message{
    width: 99%;
    min-height: 120px;
}

/* Watchlist */
#sort_by_label{
    width: 100%;
    display: inline-block;
}
#primary_content_wrapper.watchlist_head{
    border-bottom: 1px solid #D2D8DD;
    padding-bottom: 5px;
    margin-top: -20px;
}
/* error */
#four04 p{
    width: 160px;
}
#errorImg{
    position: absolute;
    top: 79px;
    left: 127px;
}
#main-holder.main-holder.error{
    padding-bottom: 204px;
    position: relative;
}

/* Add credits */
#amounts{
    width: 100%;
}
#paypal_form{
    margin-bottom: 40px;
}
#paypal_form ul{
    list-style: none;
    padding: 0;
    margin: 0 0 0 4px;
}
#paypal_form li{
    padding: 15px 0 0 0;
}
#paypal_form .loader{
    margin: 7px 0 0 7px;
}
#paypal_form ul input{
    margin-top: -4px;
}
#paypal_form #btn-credits {
    margin-top: 10px;
}
/* Forgotten username/pass */
#passwordForm{
    margin-bottom: 13px;
}
#passwordForm #submit{
    float: none;
}


/* Signup */


.heading.congrats h3{
    float: left;
}
#congrats_img{
    float: right;
    width: 16px;
    height: 16px;
}

/* Verify SMS */
.verify_sms .row{
    margin: 10px 0;
}
.verify_sms .heading.extra_padding{
    padding-top: 10px;
}

.verify_sms .row .orange-button{
    float: none;
}
.verify_sms #mobile{
    width: 105px;
}
.verify_sms #code{
    width: 165px;
}

/* Socnet stuff */
.row.submit_btn{
    margin-top: 15px;
}

#feedbackForm .row.submit_btn {
    margin-top: -17px;
}

#socnetLogin .errorHolder,
#loginForm.linkaccount-form .errorHolder,
#socnetForm .errorHolder {
    width: 288px;
}

/* Facebook */
#logging_in_fb{
    margin: 19px auto 0 auto;
    width: 32px;
}

.adserver_ad{
    margin: 0 auto 0 auto;
    background-color: #fff;
}
.adserver_ad.on_ad_desc{
    margin-top: -10px;
    padding-bottom: 10px;
}
.adserver_ad img{
    display: block;
    width: 300px;
    height: 50px;
}
.on_sr{
    margin: 0 auto;
}
.posts li.ad_spot{
    padding: 15px 0 15px 0;
}

/* Send to friend form */
#sentToFriendForm .errorHolder{
    width: 276px;
    margin-left: 0;
    margin-bottom: -2px;
}
#sentToFriendForm input.text{
    width: 281px;
}

/* Feedback Reporting */
.limit_counter{
    font-weight: bold;
}
.limit_input_error{
    color: #BC2020;
}

#feedbackresponse-form textarea.full_size,
#report_message{
    width: 283px;
}
#feedbackresponse-form .errorHolder {
    width: 285px;
    margin: 0;
}

#pay-now{
    float: right;
    margin-left: 10px;
}
.pay_by_cash_subtext{
    margin-top: 10px;
    display: block;
    color:#5a7387;
}
#pay_by_card_buttons, #pay_by_cash_buttons{
    margin-top: 10px;
}
#pay_by_card_buttons #btn-submit, #pay_by_cash_buttons #btn-submit{
    margin-top: 0;
}
#pay_by_card_buttons {
    float: right;
}
#pay_by_card_buttons #cancel {
    margin-right: 10px;
}

#payment-form .payment-errors {
    color: #ff0000;
    font-weight: bold;
}
#pay-by-card-form .form-row label{
    width: 900px;
    display: block;
}
#pay-by-card-form .form-row span{
    min-width: 500px;
    display: block;
    padding-top: 15px;
}
#pay-by-card-form .form-row input{
    width: 200px;
    display: inline;
}


#num_available{
    text-align: center;
    padding:10px 7px;
    color:#72a90d;
}
.num_available{
    color:#72a90d;
    font-weight: bold;
}

/* User badges */
    /*  SMI  */
.merc_store.smi{
    margin: 0 0 0 5px;
}
dl.info dd.user_info{
    position: relative;
    height: 18px;
}
.user_info a{
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.user_info .user_badge{
    position: relative;
    margin-left: 3px;
}
.user_info .user_badge.abs{
    position: absolute;
    right: 0;
    top: 1px;
}
    /*  Profile  */
.heading.profile{
    position: relative;
}
#helpContent #address_verification_head{
    margin-top: 30px;
}
.user_badge_help_header{
    margin-bottom: -4px;
    margin-left: 3px;
}

.heading.profile.feedback .user_feedback_detail{
    float: right;
    font-weight: normal;
    font-size: 13px;
    color: #A9B8C2;
    height: 16px;
}
.heading.profile.feedback .score{
    position: relative;
    top: -3px;
    color: #49657A;
}


/* Address verification */
.required_star{
    color: #F28321;
}
#loader-sendletter,
#loader-paynow,
#loader-verifycode{
    margin: 7px 0 0 7px;
}

#buy_now_main .fancy_hr{
    height: 20px;
    text-align: center;
}

#buy_now_main .fancy_hr .line{
    height: 1px;
    width: 71px;
    background: #dddddd;
    display: inline-block;
}

#buy_now_main .buynow_payment_or{
    width: 23px;
    font-weight: bold;
    vertical-align: sub;
    display: inline-block;
}

.selected_option {
    padding: 10px;
    width: 270px;
    text-align: left;
    background: #e6ebef;
    margin-top: 5px;
}

.selected_option .delete_option {
    background: url(../../i/touch/delete.png) no-repeat;
    float: right;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/* Car ad placement - Cartell reg icon */
.cartell-reg-irl-icon {
    float: left;
    width: 49px;
    height: 36px;
    background: url(../../i/icons/cartell_reg_irl_touch2.png);
    margin-top: 6px;
}

input#registration {
    width: calc(100% - 50px);
}

/* Strapline */
#notify-container {
    font-size: 14px;
    text-align: center;
    width: 100%;
    z-index: 1000000000000;
    background: #000;
    font-weight: bold;
    padding: 10px 0px 9px 0px;
}

#notify-container a {
    text-decoration:none;
    color: #fff;
}

#notify-container span.link {
    color: #004dda;
    text-decoration:underline;
    cursor: pointer;
}

#notify-container .notify-text {
    width: 90%;
    margin-left: 2px
}

#notify-container .notify-close {
    width: 19px;
    padding-right: 20px;
    float: right;
    background: url(//static.amlimg.com/notifications/strapline_close.png) no-repeat left top transparent;
    display: block;
    height: 20px;
    text-indent: -9999px;
    margin-top: 2px;
}
/* Strapline - End */

/* Help */
#spoiling_ad {
    width: 100%;
}
/* End help */

#adserver_sr_bottom {
  text-align: center;
  margin: 10px 0;
}

.carPlusSymbol {
    display: none;
}


/* Accept offer screen */
#accept_offer p.offer {
    padding-left: 20px;
}


/* Reserve price ad entry section */
#advert-form .info_row ul {
    padding: 10px 0;
    clear: both;
}

#advert-form .info_row li {
    list-style-image: url(../../i/touch/reserve_price_li.png);
    list-style-position: inside;
    color: #7399b7;
    font-size: 11px;

    overflow: visible;
    border-top: none;
    padding: 0;
    min-height: auto;
}

#advert-form .disable_public_comments_row {
    clear: both;
    margin-top: 10px;
}

#advert-form #reserve_price_label {
    display: block;
    float: none;
}

#advert-form #price,
#advert-form #shadow_price,
#advert-form #reserve_price,
#advert-form #shadow_reserve_price {
    float: none;
    margin: 0;
}

#advert-form #price,
#advert-form #reserve_price {
    position: absolute;
    padding-left: 20px;
    background-color: transparent;
    width: calc(100% - 40px);
}

#advert-form #shadow_price,
#advert-form #shadow_reserve_price {
    background: white;
    width: 100%;
}


/*
    20121214 BH: Comment section updates for the lowball project
 */

/*
    Inputs get a yellow background colour on focus
 */
#question-form input[type="text"]:focus,
#question-form textarea:focus {
    background-color: #FFD;
}

/* Payment options for the adview page */
.touch_ad_view_properties_list .payment_option {
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 20px;
    margin-right: 4px;
    padding-bottom: 4px;
    vertical-align: top;
}
.touch_ad_view_properties_list .payment_option:last-child {
    margin-right: 0;
}

.touch_ad_view_properties_list .payment_option.cash {
    background-image: url('../../i/touch/buynow/payment_cash.png');
    width: 33px;
}

.touch_ad_view_properties_list .payment_option.visa {
    background-image: url('../../i/touch/buynow/payment_visa.png');
    width: 31px;
}

.touch_ad_view_properties_list .payment_option.mastercard {
    background-image: url('../../i/touch/buynow/payment_mastercard.png');
    width: 31px;
}

.touch_ad_view_properties_list .payment_option.paypal {
    background-image: url('../../i/touch/buynow/payment_paypal.png');
    width: 43px;
}

.inline_list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
}
.inline_list li{
    display: inline;
}

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

/*
    Retina sized images
 */
@media screen and (-webkit-min-device-pixel-ratio: 2),screen and (max--moz-device-pixel-ratio: 2) {
    .menu ul span:not(.facet) {
        background-image: url(../../i/touch/arrow_right@2x.png);
        background-size: 9px 13px;
    }

    .menu li.down span:not(.facet){
        background:url(../../i/touch/arrow_down@2x.png) no-repeat 100% 4px;
        background-size: 13px 9px;
    }

    .menu li.up span:not(.facet){
        background:url(../../i/touch/arrow_up@2x.png) no-repeat 100% 4px;
        background-size: 13px 9px;
    }
}

.question-offer-buttons .ask-question {
    width: 123px;
    text-align: center;
    margin-right: 9px;
}

.question-offer-buttons .place-offer {
    width: auto;
    text-align: center;
}

#error-message-box {
    padding: 10px;
    background: none repeat scroll 0 0 #F6F8FA;
    border: 1px solid #E4E8EB;
    line-height: 15px;
    overflow: hidden;
    background: #F6F8FA;
}

#offer_error {
    padding: 15px 10px;
    border: 1px solid #e4e8eb;
    background: #fefbf0;
    color: #333;
}

#offer_error h2 {
    color: #e97d21;
    margin: 5px 0;
}

#offer_error p {
    margin: 0;
}

#offer_form {
    padding: 10px;
    border: 1px solid #e4e8eb;
    background: #eaeaea;
    color: #333;
}

/* Overlap to merge with the border of the error holder */
#offer_error + #offer_form {
    margin-top: -1px;
    border-top: 1px solid #e1e0de;

}

#offer_form .orange-button {
    float: none;
    width: 100%;
    margin: 0;
}

#offer_form .row {
    margin-bottom: 16px;
}

#offer_form .row.offer,
#offer_form .row.condition {
    margin-bottom: 19px;
}

#offer_form .row:last-child {
    margin-bottom: 6px;
}

#offer_form .row.offer label {
    margin: 0;
    width: 90px;
    float: left;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
}

.error_box_holder {
    background: #F4F4F4;
    padding: 56px 37px;
    text-align: center;
}

.touch_not_implemented .heading {
    margin: 0 0 15px;
}

.touch_not_implemented .orange-button {
    padding: 18px 0;
    font-size: 18px;
    background: #E97D21;
    width: 268px;
    display: inline-block;
    float: none;
}

.touch_not_implemented .phone {
    width: 150px;
    height: 230px;
}

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

.notification_settings {
    padding: 13px 15px 0;
}

.notification_type {
    margin-bottom: 10px;
}

.notification_setting {
    margin: 4px 0;
}

#siderbar-holder .exclude_agency {
    margin: 10px 0;
}

#siderbar-holder .exclude_agency input {
    width: 20px;
    margin: 0;
    padding: 0;
}

#siderbar-holder .exclude_agency label {
    display: inline;
}

#tcs-place-ad-holder {
    margin: 0;
}

#tcs-place-ad-holder .tcs-place-ad {
    padding: 10px 10px 10px 10px;
    margin: 0;
}

.tcs-place-ad .button {
    float: right;
}

.sold_icon, .withdrawn_icon {
    float: right;
    margin-top: 8px;
}

/* PM error message template for touch */
.generic_error_modal {
    padding: 0 10px 10px 10px;
}

.modal_title .modal_error_title {
    color: #b50507;
    padding: 20px 10px 3px 10px;
    font-size: 18px;
}

.generic_error_modal .modal_error_message {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
}

.generic_error_modal .modal_error_sub_message {
    color: #333;
    font-size: 13px;
    padding-bottom: 11px;
}

.modal_title, .modal_section {
    background-color: white;
    padding-left: 9px;
}

.modal_section {
    padding-top: 20px;
    margin-top: -20px;
    margin-bottom: 10px;
}

.generic_error_modal .pm_link {
    font-size: 14px;
    margin-bottom: 20px;
}

.generic_error_modal .goback {
    margin-top: 10px;
    height: 30px;
}
/* End PM error message modal */


/* Ad placement success fees */

.main-holder.sf-payment {
    padding: 0;
    background-color: #eaeaea;
}

.sf-payment #terms {
    clear: both;
    padding-top: 16px;
    font-size: 11px;
    color: #525252;
}

#success-fee-ad {
    position: relative;
    padding-bottom: 5px;
}

#success-fee-ad .head {
    padding-left: 19px;
    padding-right: 19px;
}

#success-fee-image-holder {
    color: #728694;
    float: left;
    height: 120px;
    position: relative;
    width: 77px;
}

#success-fee-image {
    cursor: default;
    display: block;
    font-size: 13px;
    position: absolute;
    right: 20px;
    text-align: center;
}

#success-fee-image-holder.phone {
    float: left;
    height: 194px;
}

.success-fee-content, #success-fee-method-value {
    color: #333;
    padding-top: 8px;
    margin-bottom: 6px;
    padding-left: 21px;
}

.phone-content label {
    width: 65px;
    float: left;
    display: block;
    margin: 0;
}

.phone-content {
    position: relative;
    top: 3px;
    left: 1px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

#sf-button-holder {
    float: left;
    width: 100%;
}
#success-fee-card-value {
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

.phone-content input {
    margin: 2px 9px 3px 13px;
    padding: 0;
}

#success-fee-change-card {
    color: #3b46dd;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    margin: 0 0 0 5px;
}

#sf-phone-value {
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    float: right;
    margin-right: 10px;
}

#sf-change-phone {
    color: #0045dd;
    font-size: 13px;
    font-weight: normal;
    float: right;
}

.success-button {
    margin: 20px 0 15px 0;
}

.success-button button {
    padding: 5px 7px;
}

#success-fee-ad .items li {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
/* End ad placement success fees */

.dfp-wrapper {
    margin: 20px 0 10px 0;
    width: 100%;
}
#av_detail_bottom {
    width: 300px;
    margin: 0 auto;
    min-height: 250px;
}


.facebook-share-button {
    background-color: #3b5998 !important;
    padding: 10px 28px !important;
}

.facebook-share-button:hover {
    text-decoration: none;
}

.sidebar_form .orange-button {
    margin: 6px 0px !important;
    width: 100%;
}

@media screen and (max-width: 320px) {
    body {
        padding: 0 !important;
        margin: 0  !important;
    }

    #wrapper {
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
    }
    #head_tabs
    {
        padding-left: 5px !important;
    }
}
/* List Categories */
#sitemap-content {
    padding: 5px;
    background-color: #fff;
}
.first-letter-header {
    padding: 10px 0 20px 0;
}
.first-letter-header a {
    color: #000;
}
.sub-cat-link {
    font-size: 15px;
    padding: 10px 0 10px 5px;
}
#alphabet-links {
    text-align: center;
    padding: 10px;
}

@media screen and (max-width: 400px) {
    input.full_size, select.full_size {
        width: 100% !important;
    }
    .row input.full_size, select.full_size {
        width: 100% !important;
    }
}


/* Style rules for the card entry on the success fee payments */
.sf-payment .items label {
    width: 100%;
}

.sf-payment #card-num {
    color: black;
    font-size: 12px;
    font-weight: bold;
}

.sf-payment .card-option-text {
    font-size: 14px;
    font-weight: bold;
}

.sf-payment #listing-fee-change-card {
    font-size: 13px;
}

.sf-payment .card-icon {
    position: relative;
    top: 6px;
}
/* end card entry style rules SF */

#change-payment-phone {
    display: none;
    background-color: white;
    position: relative;
    bottom: 15px;
    padding: 15px;
}

.row.text {
    font-size: 13px;
    margin-bottom: 5px;
    color: black;
}

.verification.row.text {
    margin-top: 20px;
}

#number-send-submit, #code-send-submit {
    background: #FAA32C;
    background-image: -webkit-linear-gradient(top, #FAA32C, #EE6100);
    background-image: -moz-linear-gradient(top, #FAA32C, #EE6100);
    background-image: -ms-linear-gradient(top, #FAA32C, #EE6100);
    background-image: -o-linear-gradient(top, #FAA32C, #EE6100);
    background-image: linear-gradient(to bottom, #FAA32C, #EE6100);
    font-family: Arial;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 5px;
    border: 0;
}

#number-send-submit:hover, #code-send-submit:hover {
    background: #e69327;
    background-image: -webkit-linear-gradient(top, #e69327, #e0600b);
    background-image: -moz-linear-gradient(top, #e69327, #e0600b);
    background-image: -ms-linear-gradient(top, #e69327, #e0600b);
    background-image: -o-linear-gradient(top, #e69327, #e0600b);
    background-image: linear-gradient(to bottom, #e69327, #e0600b);
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

.validation.error, .mobile.error {
    color: red;
    background-color: #FFDBDB;
}

img#sf-change-phone {
    position: relative;
    bottom: 7px;
}

#sms-success, #verification-success {
    display: none;
    color: green;
}

#verification-success img {
    height: 24px;
    width: 24px;
    position: relative;
    top: 8px;
}

#code-field {
    width: 188px;
}

#payment-phone-loader {
    display: none;
    position: relative;
    top: 5px;
}

#sf-success .success-img {
    width: 45px;
    position: relative;
    vertical-align: middle;
}

#sf-success .congratulations {
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
}

#sf-success .modal_content {
    background-color: white;
    padding: 8px;
    padding-left: 20px;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

#sf-success .read-more {
    font-size: 11px;
}

#sf-success .vertical-text {
    display:table-cell;
    vertical-align:middle;

    padding-left: 18px;
    font-size: 13px;
    line-height: 19px;
    color: black;
}

#sf-success .vertical-text.no-sf{
    padding-left: 0;
}

#sf-success .sf-float {
    display: table-cell;
    vertical-align: middle;

    font-size: 16px;
    color: #999;
    z-index: 1;
    float: left;
    text-align: center;
    background-repeat: no-repeat;
}

#sf-success .sf-float.card {
    background-image: url(../../../i/add/desktop_popup_card.png);
    background-size: 49px 37px;
    width: 49px;
    height: 37px;
    line-height: 43px;
}

#sf-success .sf-float.phone {
    background-image: url(../../../i/add/desktop_popup_phone.png);
    background-size: 48px 74px;
    width: 48px;
    height: 74px;
    line-height: 74px;
}

#sf-success .sf-float.general {
    background-image: url(../../../i/add/success-fee-general-icon.png);
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
}

#sf-success .sf-float.card {
    top: 258px;
    left: 46px;
}

#sf-success #button_withdraw {
    margin-bottom: 20px;
}

#sf-success .main-content {
    display: table;
    margin-top: 27px;
}

.white-button.wide {
    width: 100%;
}

.read-more {
    position: relative;
    top: 16px;
    font-size: 11px;
    margin-bottom: 27px;
}

#adtitle {
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    border-top: 2px solid #ccc;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    outline: none;
    overflow: hidden;
    padding: 13px 16px;
    z-index: 100;
}
#adtitle h1.premium {
    float: left;
    width: calc(100% - 90px);
}

#adtitle h1 {
    margin: 0;
    font-size: 16px;
}

a.black-link {
    color: black;
}

/* SMI */

.smi .main-holder {
    padding: 0;
}

.smi .description {
    color: #333;
    font-size: 15px;
    line-height: 20px;
}

.smi .description p {
    margin-bottom: 0;
}

.smi .action {
    box-shadow: none;
    margin-bottom: 20px;
}
.smi .action li {
    border-top: 0;
    border-bottom: 2px solid #eaeaea;
    margin: 0;
    overflow: hidden;
    padding: 18px 17px 16px 16px;
}
.smi .action li span {
    color: #333;
    float: left;
    font-size: 16px;
    font-weight: normal;
}
.smi .action li span.count {
    color: #999;
    float: right;
    font-size: 14px;
}
.smi .action li.report {
    background: #ddd;
    border-bottom: 0;
}


#white-canvas {
    display: block;
    position: relative;
    width: 100%;
    height: 246px;
    background-color: white;
    padding-top: 60px;
}

#white-canvas #green-tick {
    background-image: url(//static.amlimg.com/icons/green-tick.png);
    height: 36px;
    width: 48px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

#white-canvas #submit-success {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 213px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

#white-canvas .holder {
    padding-left: 40px;
    padding-right: 40px;
}

#white-canvas #return-ad {
    width: 100%;
}

.headless #white-canvas {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 10px solid #eaeaea;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

#white-canvas .success-content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50%;
    margin-top: -93px;
}

/* AJAX loader */
.ajax-loader {
    background: url('../../i/ajax-loader-signup.gif') no-repeat;
    display: block;
    height: 16px;
    width: 16px;
}

/* AJAX loader for infinite scrolling */
.jscroll-inner .ajax-loader {
    margin: 15px auto;
}

#commentcontent .pseudo_primary_content_wrapper .box-holder:nth-last-child(2) .frame {
   border-bottom: none;
}

#feedbackcontent .pseudo_primary_content_wrapper .box-holder:nth-last-child(1) .frame {
   border-bottom: none;
}

#feedbackcontent .author {
    color: #525252;
    margin-bottom: 8px;
}

#feedbackcontent .author a{
    font-weight: normal;
    color: #999;
}

#public_profile #feedbackcontent .comment-box .mid_comment {
   padding-top: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.touch .phone-details {
    width: 150px;
    float: right;
}

.touch img#sf-change-phone {
    display: inline;
    position: relative;
    top: 18px;
    left: 16px;
    width: 120%;
    white-space: nowrap;
}

.spaceless {
    font-size: 0;
}

.ask-car input, .ask-car textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    height: 45px;
    border: 0;
    padding-left: 16px;
    font-size: 14px;
}

.ask-car textarea {
    height: 110px;
    padding-top: 16px;
}

.ask-car .submit {
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    border: 0;
    font-size: 15px;
    margin-bottom: 10px;
    background: #e77e23;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    float: left;
    color: #fff;
    font: bold 13px/14px Arial, Helvetica, sans-serif;
    padding: 13px 15px 11px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 114px;
}

.ask-car .error {
    box-sizing: border-box;
    width: 100%;
    padding: 6px;
    display: none;
    background: #ffdcdc;
    color: #d90000;
}

#back-to-top-button {
    background: #2fabb6;
    border: none;
    border-radius: 4px;
    bottom: 10px;
    box-shadow: none;
    display: none;
    height: 30px;
    padding-left: 4px;
    position: fixed;
    right: 6px;
    text-shadow: none;
    width: 30px;
    z-index: 99;
}

.back-to-top-link {
    color: #2fabb6;
}
.back-to-top-link:hover {
    color: #02ccda;
    text-decoration: none;
}

.spinner-holder {
    display: none;
}
.load-more-button-holder {
    box-sizing: border-box;
    padding: 0px 0px;
    text-align: center;
    width: 100%;
}
.load-more-button {
    background: none;
    border: 1px solid #aeaeae;
    border-radius: 4px;
    color: #8c8c8c;
    cursor: pointer;
    display: table-cell;
    font-size: 12px;
    height: 30px;
    margin: 14px 0px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 131px;
}
.load-more-button:hover {
    border-color: #e0e0e0
}
.load-more-button:active {
    background: #eaeaea;
    border-color: #4a4a4a;
    color: #4a4a4a;
}

.no-more-results {
    color: #8c8c8c;
    font-size: 12px;
    margin: 19px 0px 8px;
}

.debugmode-toggle {
    position: absolute;
    border: 2px solid;
    background-color: white;
    border-bottom-left-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: -2px;
    width: 32px;
    cursor: pointer;
    padding: 5px;
    z-index: 1000000;
    outline: 0;
}

.debugmode-content {
    display: none;
    position: absolute;
    background-color: white;
    left: -273px;
    top: 30px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 10000000;
}

.debugmode-content h1 {
    font-size: 16px;
    display: inline-block;
}

.debugmode-content #options.box {
    width: 280px;
}

.debugmode-content #disable-all, .debugmode-content #status, .debugmode-content #bookmarklet {
    display: none;
}

.debugmode-content .cache_reload {
    display: none;
}

/* Content Discovery Banner Homepage */

.discovery-banner-section {
    width: 100%;
}
.discovery-banner-section a {
    width: 100%;
}
.discovery-banner-section img {
    width: 100%;
}


/* Sell FAB start */

.sell-fab {
    background: #ff8f1c;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    bottom: 40px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.29);
    color: #fff;
    font: bold 18px Arial;
    left: 50%;
    margin-left: -49px;
    padding: 15px 0;
    position: fixed;
    text-align: center;
    width: 98px;
    z-index: 8999;
}
.sell-fab:active {
    background: #ea7d22;
}

.sell-fab .icon-plus {
    font-size: 14px;
    margin-right: 1px;
    position: relative;
    top: -1px;
}

/* Homepage */
/*.fab ul.search_categories {
    margin-bottom: 60px;
}*/

.dashboard.fab #container_wrapper {
    margin-bottom: 80px;
}

.fab #container_wrapper {
    margin-bottom: 60px;
}
.fab #container_wrapper .paging {
    margin-bottom: 0;
}

/* Sell FAB end */

.uppercase {
    text-transform: uppercase;
}

.deleted-username {
    color: #555;
}


#adsenseDetailBottomContainer {
    padding-left:15px;
    padding-right:15px;
    padding-bottom:15px;
}

.white-block {
    border-top: 10px solid #eee;
    display: block;
}

.data{
    display: none;
}

#imagelightbox-overlay {
    background-color: rgba(0, 0, 0, .9);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
}

#imagelightbox {
    cursor: pointer;
    -ms-touch-action: none;
    position: fixed;
    touch-action: none;
    z-index: 10000;
}

#imagelightbox-loading,
#imagelightbox-loading div {
    border-radius: 50%;
}

#imagelightbox-loading {
    background-color: #444;
    background-color: rgba( 0, 0, 0, .5 );
    height: 2.5em;  
    left: 50%;
    margin: -1.25em 0 0 -1.25em; 
    padding: 0.625em; 
    position: fixed;
    top: 50%;
    width: 2.5em;
    z-index: 10003;

    -webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); 
    box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); 
}

#imagelightbox-loading div {
    background-color: #fff;
    height: 1.25em; 
    width: 1.25em; 

    -webkit-animation: imagelightbox-loading .5s ease infinite;
    animation: imagelightbox-loading .5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading {
    from { opacity: .5; -webkit-transform: scale( .85 ); }
    50%  { opacity: 1;  -webkit-transform: scale( 1 ); }
    to   { opacity: .5; -webkit-transform: scale( .85 ); }
}

@keyframes imagelightbox-loading {
    from { opacity: .5; transform: scale( .85 ); }
    50%  { opacity: 1;  transform: scale( 1 ); }
    to   { opacity: .5; transform: scale( .85 ); }
}

#imagelightbox-close {
    background-color: rgba( 0, 0, 0, .8 );
    border-radius: 50%;
    border: 0px solid rgba( 0, 0, 0, .8 );
    height: 2.5em; 
    position: fixed;
    right: 2.5em; 
    text-align: left;
    top: 5em;
    width: 2.5em; 
    z-index: 10002;

    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

#imagelightbox-close:before,
#imagelightbox-close:after {
    background-color: #fff;
    bottom: 20%;
    content: '';
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 20%;
    width: 2px;
}

#imagelightbox-close:before {
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    transform: rotate( 45deg );
}

#imagelightbox-close:after {
    -webkit-transform: rotate( -45deg );
    -ms-transform: rotate( -45deg );
    transform: rotate( -45deg );
}

#imagelightbox-nav {
    background-color: #444;
    background-color: rgba( 0, 0, 0, .5 );
    border-radius: 20px;
    bottom: 3.75em; 
    left: 50%;
    padding: 0.313em; 
    position: fixed;
    z-index: 10001;

    -webkit-transform: translateX( -50% );
    -ms-transform: translateX( -50% );
    transform: translateX( -50% );
}

#imagelightbox-nav button {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 1.5em; 
    margin: 0 0.313em; 
    padding: 0px;
    width: 1.5em; 
}

#imagelightbox-nav button.active {
    background-color: #fff;
}

.imagelightbox-arrow { 
    background-color: #444;
    background-color: rgba( 0, 0, 0, .5 );
    display: none;
    height: 7.5em;
    margin-top: -3.75em; 
    position: fixed;
    top: 50%;
    vertical-align: middle;
    width: 3.75em; 
    z-index: 10001;
}

.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
    background-color: #666;
    background-color: rgba( 0, 0, 0, .75 );
}

.imagelightbox-arrow:active {
    background-color: #111;
}
    
.imagelightbox-arrow-left {
    left: 2.5em; 
}

.imagelightbox-arrow-right {
    right: 2.5em; 
}

.imagelightbox-arrow:before {
    border: 1em solid transparent;
    content: '';
    display: inline-block;
    height: 0;
    margin-bottom: -0.125em; 
    width: 0;
}

.imagelightbox-arrow-left:before {
    border-left: none;
    border-right-color: #fff;
    margin-left: -0.313em; 
}

.imagelightbox-arrow-right:before {
    border-right: none;
    border-left-color: #fff;
    margin-right: -0.313em; 
}

.photobrowser_adSlotContainer {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    z-index: 11000;
}

/*
    Styles relating to the layout and common areas of the touch site
    Note: This was originally outsourced
 */
body {
    min-width: 320px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #525252;
    background-color: #fff;
}

/*
    Don't show spinner for numeric inputs when viewed in desktop
*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#header {
    background-color: #e97d23;
    height: 62px;
    overflow: hidden;
}

#header .logo {
    margin: 21px 0 0 10px;
    float: left;
    background: url(../../i/touch/logo.png?v=1) 0 0 no-repeat;
    width: 157px;
    height: 22px;
    font-size: 0;
    text-indent: -999px;
    direction: ltr;
}

#header .links {
    float: right;
    list-style: none;
    margin: 25px 13px 0 0;
    padding: 0;
    overflow: hidden;
}

#header .links li {
    float: left;
    border-right: 1px solid #ffa355;
    margin: 0 7px 0 0;
    padding: 0 7px 0 0;
}

#header .links li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

#header .links li,
#header .links li a {
    line-height: 12px;
    color: #fff;
    font-weight: bold;
}

#head_tabs {
    padding: 0 8px;
    text-align: center;
    background-color: #e97d23;
}

#head_tabs ul {
    display: table;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

#head_tabs li {
    display: table-cell;
    min-width: 75px;
}

#head_tabs li a {
    display: block;
    background-color: #fff;
    margin: 0 2px 0 2px;
    color: #666;
    text-decoration: none;
    font-weight: bold;
    line-height: 34px;
    padding-top: 1px;

    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: inset 0 -4px 4px -6px #909090;
}

#head_tabs li.active a {
    background-color: #eaeaea;
    color: black;
    box-shadow: none;
}



#container_wrapper {
    padding: 10px;
}

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

/*
    @TODO: this may be something to generalise in future for all input fields
    but as it stands may break all existing form fields if applied to all inputs
 */
.signup_facebook  input
, .search_box input[type=text] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.hint_box
{
    color: #525252;
    background-color: #f1f1f1;
    padding: 20px;
    text-align: left;
}

.hint_box a
{
    color: #122cdf;
    text-decoration: underline;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 10px 10px 10px;
    overflow: hidden;
    background-color: #fff;
}

.footer-links li {
    float: left;
    border-right: 1px solid #AAA;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}

.footer-links li,
.footer-links li a {
    font-size: 12px;
    line-height: 10px;
    font-weight: normal;
    color: #525252;
    text-decoration: none;
}

.footer-links li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.footer {
    background-color: #EEE;
    padding: 7px 10px;
}

.footer p {
    font-size: 11px;
    margin: 0;
    padding: 0;
}


/*
    Buttons
 */

.rounded_button {
    border: 1px solid #e1e1e1;
    padding: 20px 30px;
    font-weight: normal;
    text-align: center;
    display: block;
    font-size: 18px;
    text-decoration: none;
}

.rounded_button.full_width {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.rounded_button.primary {
    color: #fff;
    background: #ea7c23;
}

.rounded_button.secondary {
    color: #ea7c23;
    background: #fff;
}



/*
    Headings
 */
.content h1
{
    font-size: 18px;
    line-height: 22px;
    color: #777;
    font-weight: normal;
    text-align: center;
    margin: 26px 0 15px 0;
    padding: 0;
    letter-spacing: -0.4px;
}

.link_facebook_account .content h1
{
    margin-bottom: 28px;
}
.content h1 strong
{
    color: #333;
    font-weight: bold;
}




/*
    Search box on the homepage
 */
.search_box {
    position: relative;
    padding: 0 0 15px 0;

}
.search_box input[type=text] {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    padding: 15px;
    font-size: 15px;
    color: #505050;
}

.search_box input[type=submit] {
    position: absolute;
    right: 7px;
    top: 9px;
    height: 32px;
    width: 33px;
    border-radius: 0 5px 5px 0;
    background: transparent  url(../../i/touch/icon-search.png) 0 7px no-repeat;
    border: none;
}


/*
    Retina images
 */
@media screen and (-webkit-min-device-pixel-ratio: 2),screen and (max--moz-device-pixel-ratio: 2) {
    #header .logo {
        background: url(../../i/touch/logo@2x.png?v=1) 0 0 no-repeat;
        background-size: 157px 22px;
    }

    .search_box input[type=submit] {
        background-image: url(../../i/touch/icon-search@2x.png);
        background-size: 17px 17px;
    }
}

.w-100 {
    width: 100%;
}
/* 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;
}

#app-link-promo {
	clear: both;
	overflow: hidden;
}

.app-link-promo {
	position: fixed;
	padding-top: 35px;
	min-width: 320px;
	width: 100%;
	height: 100%;
	z-index: 100;
	text-align: center;

	background: #c1cbd5;
    background: -moz-linear-gradient(top,  #ffffff 0%, #c1cbd5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1cbd5), color-stop(100%,#c1cbd5));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#c1cbd5 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#c1cbd5 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#c1cbd5 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#c1cbd5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1cbd5',GradientType=0 );
}
.app-wrapper {
	margin: 0 20px;
	display: block;
}
.app-link-promo h1 {
	display: block;
	font-weight: normal;
	color: #788797;
	margin: 10px 0;
	font-size: 22px;
}

.app-link-promo h1 strong {
	display: block;
	font-size: 27px;
	line-height: 30px;
	margin-bottom: 12px;
	color: #000000;
	letter-spacing: -1px;
}

.app-link-promo .btn{
	font-weight: bold;
	color: #ffffff;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
	padding: 10px 20px;
	text-decoration: none;
}
.app-link-promo .btn.btn-redirect {
	background: #f1852a;
}
.app-link-promo p {
	padding: 22px 0;
	margin: 0;
}
.app-link-promo .close {
	font-size: 18px;
	text-decoration: none;
}
.app-link-promo img {
	max-width: 100%;
}
#priority_page {
    color: #000;
    list-style: none;
    margin: 0;
    padding: 10px;
}

#priority_page li {
    margin-bottom: 10px;
}

#priority_page .choose_priority {
    cursor: pointer;
    position: relative;
}

#priority_page .heading {
    border: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    font-size: 13px;
    margin: 0;
    overflow: visible;
    padding: 11px 12px 7px 12px;
    position: relative;
    text-transform: uppercase;
}
#priority_page .heading .most_popular {
    color: #f9decd;
    float: right;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    top: -2px;
}

#priority_page #priority_free .heading {
    background: #8d9aa8;
}
#priority_page #priority_priority .heading {
    background: #ee7e00;
}
#priority_page #priority_premium .heading {
    background: #f309a2;
}

#priority_page .heading .best_value {
    color: #febdd9;
    float: right;
    margin-right: 56px;
    text-transform: none;
}

#priority_page .heading .premium_badge {
    height: 25px;
    position: absolute;
    right: 15px;
    top: 13px;
}

#priority_page #priority_free {
    position: relative;
}
#priority_page #priority_free .inactive_overlay {
    background: white;
    height: 100%;
    opacity: 0.45;
    filter: alpha(opacity=45);
    position: absolute;
    width: 100%;
    z-index: 1;
}

#priority_page .description {
    background: #fff;
    border-color: #fff;
    border-style: solid;
    border-width: 0 4px 4px 4px;
    overflow: hidden;
    padding-top: 4px;
}

/* http://stackoverflow.com/questions/6910049/on-a-css-hover-event-can-i-change-another-divs-styling */

#priority_page #priority_free .heading:hover ~ .description,
#priority_page #priority_free.selected .heading ~ .description,
#priority_page #priority_free .description:hover {
    border-color: #8d9aa8;
}
#priority_page #priority_priority .heading:hover ~ .description,
#priority_page #priority_priority.selected .heading ~ .description,
#priority_page #priority_priority .description:hover {
    border-color: #ee7e00;
}
#priority_page #priority_premium .heading:hover ~ .description,
#priority_page #priority_premium.selected .heading ~ .description,
#priority_page #priority_premium .description:hover {
    border-color: #3fa0e3;
}

#priority_page .price {
    background: none;
    color: #000;
    float: left;
    font-size: 40px;
    font-weight: bold;
    padding: 48px 3px 0 0;
    text-align: center;
    width: 103px;
}
@media screen and (max-width: 320px) {
    #priority_page .price {
        width: 78px;
    }
}

#priority_page.jobs_services .price {
    padding-top: 50px !important;
}
#priority_page.no_success_fee .price,
#priority_page #priority_free.non_free .price {
    padding-top: 48px;
}

#priority_page .price {
    padding-top: 32px;
}

#priority_page .price_area_text{
    font-weight: normal;
    font-size: 10px;
    margin-top: 14px;
    color: #333;
    line-height: 12px;
}

#priority_page .price_area_text_nosf{
    font-weight: normal;
    font-size: 10px;
    margin-top: 22px;
    color: #333;
    line-height: 12px;
}

#priority_page .price .euro {
    background: none;
    float: none;
    font-size: 23px;
    font-weight: normal;
    padding: 0;
    vertical-align: 11px;
}
#priority_page .price .free_to_list {
    font-size: 12px;
    margin-top: 12px;
    text-transform: uppercase;
}

#priority_page .text {
    border-left: 2px solid #f8f8f8;
    float: left;
    font-size: 13px;
    margin: 16px 0;
    padding: 0px 4px;
    display: inline-block;
    width: 180px;
}
#priority_page.bump .text {
    height: 68px;
}

#priority_page .text ul {
    margin-top: -3px;
    margin-bottom: -9px;
    list-style: none;
    padding: 0;
    line-height: 18px;
}
#priority_page.bump .text ul {
    margin: 3px 0 0 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#priority_page .text li {
    margin: 0;
    padding: 0 0 4px 22px;
}
#priority_page .text li.check {
    background-position: 4px 3px;
    background-repeat: no-repeat;
}
#priority_page .text li.cross {
    background: url('../../../i/touch/sell/priority/cross.png') no-repeat 4px 3px;
    color: #aaa;
}
#priority_page #priority_free .text li.check {
    background-image: url('../../../i/touch/sell/priority/check_basic.png');
}
#priority_page #priority_priority .text li.check {
    background-image: url('../../../i/touch/sell/priority/check_priority.png');
}
#priority_page #priority_premium .text li.check {
    background-image: url('../../../i/touch/sell/priority/check_premium.png?v=2');
}

#priority_page .more_info {
    background: #fff;
    border-top: 1px solid #f1f1f1;
    clear: both;
    color: #777;
    font-size: 13px;
    margin: 0 10px 10px 10px;
    padding-top: 10px;
}

#priority_page #ad_duration_text {
    color: #777;
    font-size: 16px;
    font-style: italic;
    margin: 5px 0 15px 0;
    text-align: center;
}

/* Dialogs */

.dialog {
    background: #fff;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 20px 20px 30px 20px;
}

.dialog h1 {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 0;
}

.dialog#sold_withdrawn .button {
    cursor: pointer;
    display: block;
    width: 100%;
}

.dialog#sold_withdrawn .button#button_withdrawn {
    margin-top: 20px;
}

#relistAdForm label {
    color: #525252;
    display: inline-block;
    width: 100px;
}

#relistAdForm.shop #makeoffer_submit {
    margin-top: 20px;
    width: 150px;
}

#collection-mandatory {
    clear: both;
    display: none;
    font-style: italic;
}

/* Ad details start */

#advert-form #adCategory {
    clear: both;
    display: block;
    font-weight: normal;
}
#advert-form #adCategory .full-width,
#advert-form .category-label {
    line-height: 20px;
}
#advert-form #adCategory .cat-name:after {
    content: ' > ';
}
#advert-form #adCategory .cat-name:last-of-type {
    font-weight: bold;
}
#advert-form #adCategory .cat-name:last-of-type:after {
    content: '';
}

.edit-ad #advert-form #adCategory .cat-name:last-of-type:after {
    content: '';
}


/* Ad details end */

/* Edit ad */
.touch.edit-ad #btn-editsave {
    width: 100%;
}

/* End of edit ad */


/** DoneDeal Car Share */

.donedeal_optin_items input[type="radio"] {
    float: right;
    height: 20px;
    margin-top: 3px !important;
    width: 20px;
}

.donedeal_optin_items .blurb {
    color: #999;
    margin-top: 10px;
}

.label-new {
    display: inline-block;
    padding: 0 8px;
    margin-left: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 15px;
    font-size: 10px;
    background-color: red;
    border-radius: 10px;
}
/* Css for the upgrades section of ad entry */

/* Touch */
#upgrade {
    padding: 10px;
    display: none;
}
#upgrade #title {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    padding: 3px 0 7px 0;
}
#upgrade-autobump, #upgrade-quicksale {
    border: 4px solid #fff;
    margin: 10px 0;
    height: 107px;
    background: #fff;
    cursor: pointer;
}
#upgrade-quicksale {
    margin: 20px 0 5px 0;
}
#upgrade-autobump:hover, #upgrade-quicksale:hover {
    border-color: #ddd;
}
#upgrade-autobump.standard, #upgrade-quicksale.standard,
#upgrade-autobump.standard:hover, #upgrade-quicksale.standard:hover {
    border-color: #8d9aa8;
}
#upgrade-autobump.priority, #upgrade-quicksale.priority,
#upgrade-autobump.priority:hover, #upgrade-quicksale.priority:hover {
    border-color: #ee7e00;
}
#upgrade-autobump.premium, #upgrade-quicksale.premium,
#upgrade-autobump.premium:hover, #upgrade-quicksale.premium:hover {
    border-color: #3fa0e3;
}
#upgrade .checkbox {
    float: left;
    padding: 0 14px 0 18px;
    height: 100%;
}
#autobump-checkbox, #quicksale-checkbox {
    top: 46px;
    left: -2px;
    position: relative;
    cursor: pointer;
}
#upgrade .details-holder {
    margin: 23px 5px 5px 0;
}
#upgrade .upgrade-heading {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
}
#upgrade .upgrade-description {
    font-size: 15px;
    color: #525252;
    line-height: 17px;
}

#btn-addetails {
    float: none;
}

#ad-type-form .holder {
    padding: 5px 10px 10px 10px;
}

/* Rules for all forms on touch */
form.touch-form input[type=checkbox] {
    width: 15px !important;
    height: 20px;
    position: relative;
    top: 5px;
}

form.touch-form input, form.touch-form select {
    box-sizing: border-box;
    width: 100% !important;
    height: 42px;
    border: 0;
    font-size: 15px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

form.touch-form textarea {
    box-sizing: border-box;
    width: 100%;
    height: 180px;
    border: 0;
    color: #000;
    font-size: 15px;
    padding: 20px;
}

form.touch-form input[type=submit] {
    margin-bottom: 20px;
    margin-top: 20px;
}

/* Specific rules for place offer form */
form.touch-form.offer-form .condition label {
    font-size: 14px;
}

form.touch-form.offer-form .condition {
    position: relative;
    top: -5px;
}

form.touch-form.offer-form .message {
    display: none;
}

form.touch-form.offer-form .euro-sign {
    display: none;
    position: absolute;
    font-size: 18px;
    top: 14px;
    left: 21px;
    width: 0;
    height: 0;
}

form.touch-form.offer-form .offer {
    position: relative;
}

form.touch-form.offer-form .asking-price-value {
    font-size: 18px;
}

form.touch-form.offer-form input[type=submit] {
    margin-top: 0;
}

form.touch-form.offer-form textarea {
    margin-bottom: 20px;
}

/* Specific rules for the cancel offer form */
form.touch-form.cancel-offer-form #cancel-notice {
    margin-bottom: 5px;
}

/* Specific rules for job application form */
form.touch-form.job-form label.cv {
    display: inline-block;
    width: 20px;
    margin-left: 20px;
    font-size: 15px;
    position: relative;
    top: -3px;
    color: #999;
}

form.job-form.touch-form input#cv {
    display: inline-block;
    margin-bottom: 6px;
    width: 240px !important;
    padding: 0;
    margin-left: 10px;
}

form.touch-form.job-form input#cv::-webkit-file-upload-button {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #fff;
    border-radius: 3px;
    border: 0;
    color: #000;
    float: left;
    font: bold 13px/14px Arial, Helvetica, sans-serif;
    min-width: 114px;
    padding: 13px 15px 11px 15px !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 118px;
    -webkit-appearance: none;
}

/* Specific rules for feedback form */
form.touch-form.feedback-form textarea {
    margin-bottom: 0px;
}

form.touch-form.feedback-form input[type=submit] {
    margin-top: 0;
}

/* Specific rules for accept-offer form */
form.touch-form.accept-offer-form .comment-box {
    margin-bottom: 10px;
}

/* Error styling */
form.touch-form #errorHolder {
    width: auto;
    font-size: 14px;
}

form.touch-form div.form-header {
    color: black;
    font-size: 16px;
    font-weight: bold;
    margin-top: 7px;
    margin-bottom: 16px;
}

form.touch-form .send-copy {
    position: relative;
    top: 7px;
}

form.touch-form .copy-text {
    font-size: 12px;
    position: relative;
    top: 2px;
}

/* Message box styles */
#system-messages {
    display: none;
}

#system-messages .info,
#system-messages .success,
#system-messages .warning,#system-messages .error,
#system-messages .validation{
    z-index: 1000000;
    padding: 16px 10px 15px 38px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

#system-messages .info {
    color: #2b6795;
    background-color: #d6f0f6;
    background-image: url('//static.amlimg.com/notifications/info.png');
}

#system-messages .success {
    color: #2b9530;
    background-color: #def6d2;
    background-image: url('//static.amlimg.com/notifications/success.png');
}

#system-messages .warning {
    color: #b68a35;
    background-color: #fff3c3;
    background-image: url('//static.amlimg.com/notifications/warning.png');
}

#system-messages .error {
    color: #fff;
    background-color: #e32645;
    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;
}

#download-app-message {
    padding: 17px 10px 15px 60px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../i/touch/info.png');
}
.static-system-messages-holder {
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-left: -10px;
    margin-right: -10px;
}
.static-system-messages-holder #system-messages-holder {
    position: inherit;
    z-index: 0;
}
.static-system-messages-holder #system-messages {
    display: block;
    position: inherit;
    box-sizing: border-box;
}
.static-system-messages-holder #system-message {
    width: auto;
}
/*  Profile Badge  */
.heading.profile .user_badge {
    position: relative;
    float: right;
    top: 0;
    right: 0;
}


/* Premium Badge */

/* Search Results - List View */
.posts .search_res .premium_badge {
    left: 8px;
    position: absolute;
    top: 8px;
    width: 24px;
}

/* Search Results - Grid View */
.posts.grid .sr-grid-cell .premium_badge {
    left: 10px;
    position: absolute;
    top: 10px;
    width: 30px;
}

/* SMI */
#adtitle .premium_badge {
    float: right;
    height: 21px;
    margin-left: 10px;
    position: relative;
    top: 3px;
}
body.smi.wide-template .premium_badge {
    float: right;
    height: 25px;
}
body.smi.wide-template.car-ad .premium_badge {
    top: -7px;
}
body.smi.wide-template.service-ad .premium_badge {
    top: -2px;
}



/* Top Seller Badge */

.top_seller_badge {
    color: #4a4a4a !important;
    display: inline-block;
    font-weight: bold !important;
    line-height: 14px !important;
    vertical-align: bottom;
}
.top_seller_badge img {
    border: 0 !important;
}
.top_seller_badge.vertical {
    text-align: center !important;
}
.top_seller_badge.horizontal img {
    left: 3px;
    position: relative;
    top: 2px;
}

/* Search Results - List View */
.posts .search_res .top_seller_badge {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

/* Search Results - Grid View */
.posts.grid .sr-grid-cell .top_seller_badge {
    float: right;
}

/* SMI */
#adinfo .seller-details div div.top_seller_badge {
    margin: 0 0 0 5px;
}
body.smi.wide-template.car-ad .top_seller_badge {
    display: block;
    font-size: 13px;
    margin-top: 7px;
}
body.smi.wide-template.car-ad .top_seller_badge img {
    height: 13px;
}
body.smi.wide-template.service-ad .top_seller_badge {
    display: block;
    float: right;
    font-size: 11px;
    margin-top: 10px;
    width: 57px;
}
body.smi.wide-template.service-ad .top_seller_badge img {
    height: 11px;
    left: 2px;
    top: 1px;
}

/* Private Dashboard & Public Profile */
#dashboard .top_seller_badge,
#public_profile .top_seller_badge {
    font-size: 10px;
    margin-left: 4px;
    margin-right: 2px;
}
#dashboard .top_seller_badge img,
#public_profile .top_seller_badge img {
    height: 10px;
    top: 1px;
}

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

.touch .counter-premium {
    background: #F66CA8;
}

.touch .counter-priority {
    background: #A375F7;
}

.touch .days-left-counter .icon {
    display: inline-block;
    height: 30px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 18px;
}

.touch .icon-premium {
    background: url(/i/svgs/icons/boost.svg) center no-repeat;
}

.touch .icon-priority {
    background: url(/i/svgs/icons/checkmark.png) center no-repeat;
}

/* Free Bump compact badge (image overlay, same position as Premium/Priority) */
.touch .free-bump-badge-compact {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    font-size: 75%;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background: #2E7D32;
    line-height: 30px;
    padding-right: 1.1em;
    padding-left: 0.6em;
    border-radius: 10rem;
    z-index: 1;
}

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

.touch .ad-watchers-count {
    border-radius: 100px;
    background-color: #f8f8f8;
    color: #575757;
    font-size: 13px;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
    clear: both;
    position: absolute;
    bottom: 30px;
    right: 10px;
}

.touch .ad-watchers-count i,
.touch .ad-watchers-count i::before {
    color: #575757;
}

.touch .bump-ad-button {
    background-color: #ff8f1c;      /* Fallback color for very old browsers */
    background-image: linear-gradient(104deg, #f309a2, #ff8f1c);
    border: 2px solid #fff;
    border-radius: 5px;
    bottom: 29px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: auto;
    left: 13px;
    margin: 0;
    padding: 4px 12px 4px 12px;
    position: absolute;
    user-select: none;
    width: auto;
}

.touch .bump-ad-button .icon {
    background: url("../../i/svgs/icons/boost.svg") center no-repeat;
    display: inline-block;
    height: 14px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 20px;
}

.touch .bump-ad-button:disabled {
    background: #fff;
    border: 2px solid #686868;
    color: #686868;
    text-decoration: none;
}

.touch #tabs_wrapper .myads-tabs .tab {
    background: rgb(234, 234, 234);
}

.touch .ad-selector {
    top: 3.2rem;
    right: 4px;
    margin-right: 0px;
}

.touch .custom-checkbox-ad, .touch .custom-checkbox {
    width: 1.5rem;
    height: 1.5rem;
}

.touch .custom-checkbox-ad:checked, .touch .custom-checkbox:checked, .touch .custom-checkbox:indeterminate {
    background-size: 8px;
}
.touch .multibump-section {
    display: flex;
    flex-direction: column;
}

.touch .multibump-section .button-group {
    display: flex;
    flex-direction: column;
    width: 90%;
    position: absolute;
    bottom: 12%;
    left: 5%;
    right: 5%;
}

.button-group-modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.touch .multibump-button {
    background: white;
    padding: 10px 10px 10px 10px;
    margin: 0px;
    border-radius: 0px;
    border: 1px solid #D9D9D9;
    color: white;
    font-size: 16px;
    line-height: 24px;
}

.touch .multibump-button.basic-bump.active {
    color: #00AAFF;
    background: white;
}

.touch .multibump-button.priority-bump.active {
    color: #A375F7;
    background: white;
}

.touch .multibump-button.premium-bump.active {
    color: #F66CA8;
    background: white;
}

.touch .button-group .icon-premium {
    background: url("../../i/svgs/icons/touch-premium-boost.svg") center no-repeat;
}

.touch .button-group .icon-priority {
    background: url("../../i/svgs/icons/touch-priority-check.svg") center no-repeat;
}
.touch .button-group .inactive  .icon-premium {
    background: url(/i/svgs/icons/boost.svg) center no-repeat;
}

.touch .button-group .inactive .icon-priority {
    background: url(/i/svgs/icons/check.svg) center no-repeat;
}

.selected {
    background: #FFFEE0;
}

span.found {
    color: #6f8494;
    display: inline-block;
    margin-top: 5px;
    margin-left: 10px;
    font-style: italic;
}

span.found strong {
    color: #e66217;
}

.touch .multibump-section .input-group {
    width: 100%;
    margin-bottom: 5px;
}

.touch .search_res a.disabled {
    pointer-events: none;
    cursor: default;
    background: #D9D9D9;
}

.touch .search_res.disabled {
    pointer-events: none;
    cursor: default;
}

.touch .helptip {
    display: flex;
    color: #666666;
    background: url('//static.amlimg.com/notifications/info.png') 10px 50% no-repeat;
    background-color: #d6f0f6;
    justify-content: space-between;
}

.touch .arrow-up {
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #D4ECD4;
    margin-left: 5px;
    top: -10px;
    left: 0px;
}

.touch .helptip .close-helptip {
    background: url(/i/svgs/icons/close-button.svg) center no-repeat;
    float: right;
    height: 10px;
    margin-right: 5px;
    padding: 0;
    vertical-align: middle;
    width: 18px;
}

.main {
    height: 100%;
}

.touch .multibump-footer {
    bottom: 0;
    height: 11%;
    position: fixed;
    display: flex;
    width: 100%;
    justify-content: space-around;
    background: #FFFFFF;
    z-index: 5;
    margin-left: -10px;
}

.touch .sticky-button {
    background: linear-gradient(90deg, #F41E98 0%, #FE882A 100%);
    display: flex;
    align-self: center;
    padding: 8px;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    width: 90%;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
}

/* Touch loading screen styles */

#loading-screen {
    display: none;
}

#loading-screen div {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

#loading-screen #loading-screen-overlay {
    background: #fff;
    filter: alpha(opacity=90);
    opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
    z-index: 100000;
}

#loading-screen #loading-screen-spinner {
    background: url('../../../i/rolling.gif') no-repeat center;
    z-index: 100001;
}

/*!
 * smartbanner.js v1.9.0 <https://github.com/ain/smartbanner.js>
 * Copyright © 2017 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
.smartbanner{position:absolute;top:0;left:0;overflow-x:hidden;width:100%;height:84px;background:#f3f3f3;font-family:Helvetica, sans, sans-serif}.smartbanner__exit{position:absolute;top:calc(50% - 6px);left:9px;display:block;margin:0;width:12px;height:12px;border:0;text-align:center}.smartbanner__exit::before,.smartbanner__exit::after{position:absolute;width:1px;height:12px;background:#767676;content:' '}.smartbanner__exit::before{transform:rotate(45deg)}.smartbanner__exit::after{transform:rotate(-45deg)}.smartbanner__icon{position:absolute;top:10px;left:30px;width:64px;height:64px;border-radius:15px;background-size:64px 64px}.smartbanner__info{position:absolute;top:10px;left:104px;display:flex;overflow-y:hidden;width:60%;height:64px;align-items:center}.smartbanner__info__title{font-size:14px}.smartbanner__info__author,.smartbanner__info__price{font-size:12px}.smartbanner__button{position:absolute;top:32px;right:10px;z-index:1;display:block;padding:0 10px;min-width:10%;border-radius:5px;background:#f3f3f3;color:#1474fc;font-size:18px;text-align:center;text-decoration:none}.smartbanner__button__label{text-align:center}.smartbanner.smartbanner--android{background:#3d3d3d url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);box-shadow:inset 0 4px 0 #88b131}.smartbanner.smartbanner--android .smartbanner__exit{left:6px;margin-right:7px;width:17px;height:17px;border-radius:14px;background:#1c1e21;box-shadow:0 1px 2px rgba(0,0,0,0.8) inset,0 1px 1px rgba(255,255,255,0.3);color:#b1b1b3;font-family:'ArialRoundedMTBold', Arial;font-size:20px;-webkit-font-smoothing:subpixel-antialiased;line-height:17px;text-shadow:0 1px 1px #000}.smartbanner.smartbanner--android .smartbanner__exit::before,.smartbanner.smartbanner--android .smartbanner__exit::after{top:3px;left:8px;width:2px;height:11px;background:#b1b1b3}.smartbanner.smartbanner--android .smartbanner__exit:active,.smartbanner.smartbanner--android .smartbanner__exit:hover{color:#eee}.smartbanner.smartbanner--android .smartbanner__icon{background-color:transparent;box-shadow:none}.smartbanner.smartbanner--android .smartbanner__info{color:#ccc;text-shadow:0 1px 2px #000}.smartbanner.smartbanner--android .smartbanner__info__title{color:#fff;font-weight:bold}.smartbanner.smartbanner--android .smartbanner__button{top:30px;right:20px;padding:0;min-width:12%;border-radius:0;background:none;box-shadow:0 0 0 1px #333, 0 0 0 2px #dddcdc;color:#d1d1d1;font-size:14px;font-weight:bold}.smartbanner.smartbanner--android .smartbanner__button:active,.smartbanner.smartbanner--android .smartbanner__button:hover{background:none}.smartbanner.smartbanner--android .smartbanner__button__label{display:block;padding:0 10px;background:#42b6c9;background:linear-gradient(to bottom, #42b6c9, #39a9bb);box-shadow:none;line-height:24px;text-align:center;text-shadow:none;text-transform:none}.smartbanner.smartbanner--android .smartbanner__button__label:active,.smartbanner.smartbanner--android .smartbanner__button__label:hover{background:#2ac7e1}

/* Smart banner */
.smartbanner--adverts {
    padding: 0px;
    box-shadow: none !important;
    position: absolute !important;
    height: 132px !important;
    background: white !important;
    border-bottom: 1px solid #9b9b9b;
    border-bottom: 1px solid #ebebeb;
}

.smi .smartbanner--adverts, 
.watchlist .smartbanner--adverts, 
.search .smartbanner--adverts, 
.myadverts .smartbanner--adverts, 
.homepage .smartbanner--adverts, 
.catdrilldown .smartbanner--adverts, 
.dashboard .smartbanner--adverts, 
.profile .smartbanner--adverts {
    position: fixed !important;
}

.sell .smartbanner--adverts {
    display: none !important;
}

.smartbanner--adverts .smartbanner__info {
    height: 110px;
    left: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.smartbanner--adverts .smartbanner__info div {
    width: 100%;
}

.smartbanner--adverts .smartbanner__info div div {
    line-height: 32px;
    font-size: 12px;
}
.smartbanner--adverts .smartbanner__info div div:first-of-type {
    font-size: 12px;
    color: #4a4a4a;
    text-transform: uppercase;
    font-weight: bold;
}
.smartbanner--adverts .smartbanner__info div div:nth-of-type(2) {
    width: 150px;
    height: 15px;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    text-align: left;
    color: #9b9b9b;
}
.smartbanner--adverts .smartbanner__info div div:last-of-type {
    box-sizing: border-box;
    color: red;
    background: #2bdf92;
    font-weight: bold;
    color: white;
    border-radius: 5px;
    line-height: 34px;
    text-transform: uppercase;
    max-height: 34px;
    margin-top: 20px;
    width: 215px;
    max-width: 80%;
    text-align: center;
    top: 20px;
}

.smartbanner__button__label {
    display: none;
}

.smartbanner--adverts .smartbanner__exit { 
    float: right;
    position: relative!important;
    margin-left: 100%;
    padding-right: 42px!important;
    display: inline-block;
    color: grey;
    top: 30px;
}
.smartbanner--adverts .smartbanner__exit::before, 
.smartbanner--adverts .smartbanner__exit::after { 
    height: 18px;
}

.smartbanner--adverts a {
    background: none !important;
}
.smartbanner--adverts .smartbanner__icon {
    padding: 0;
    top: 16px;
    margin: 0;
    left: 10px;
    background-image: url('/i/launcherIcon.svg') !important;
    background-size: 55px 55px !important;
    width: 55px !important;
    height: 55px !important;
}
.smartbanner__info__price {
    cursor: pointer;
}

#star_rating {
    margin-left: 4px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
}

.modal-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100000;
    top: 0;
    left: 0;
}

.touch .confirm-modal {
    width: 300px;
    margin-left: -150px;
}

.confirm-modal {
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    width: 448px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -224px;
    margin-top: -64px;
    z-index: 1000000;
    opacity: 1;
    font-size: 16px;
    text-align: center;
}

.confirm-modal .confirmation-message {
    display: inline-block;
    margin-top: 40px; 
    margin-left: 15px;
    text-align: left;
    width: 82%;
}

.touch .confirm-modal .button-holder {
    margin-left: 40px;
}

.confirm-modal .button-holder {
    margin-top: 20px;
    margin-bottom: 25px;
    margin-right: 26px;
}

.confirm-modal .button-holder span {
    cursor: pointer;
    outline: 0;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-top: 10px;
    margin-bottom: 15px;
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    -o-user-select: none;
    user-select: none;
}

.confirm-modal .button-holder .secondary {
    color: #9b9b9b;
    float: right;
}

.confirm-modal .button-holder .primary {
    color: #2fabb5;
    float: right;
}

.confirm-modal .button-holder .secondary:hover {
    color: #c4c4c4;
}

.confirm-modal .button-holder .primary:hover {
    color: #89d0dd;
}


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


.related-searches {
    background-color: #fff;
}

.search .related-searches {
    background-color: #fff;
    margin: 0 10px 10px 0;
    padding: 15px;
}

.smi .related-searches {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    display: block;
    margin: 10px;
    padding: 16px 13px;
}

.smi.wide-template .related-searches {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    display: block;
    margin: 0;
    padding: 26px 23px;
}

.related-searches h2 {
    font-size: 16px;
    margin: 4px 0 12px;
}

.related-searches a {
    font-size: 16px;
    color: #597386;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 4px 0;
}


.touch.wide-template #main .breadcrumbs, .breadcrumbs {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    overflow: hidden;
}

.touch.wide-template #main .breadcrumbs {
    margin: 10px;
}

.touch.wide-template #main .breadcrumbs li, .breadcrumbs li {
    float: left;
    padding: 0 4px 0 9px;
    margin: 0 4px 0 0;
    background: url(../../../i/arrow-bc.gif) no-repeat 0 8px;
    background-position: 0 5px;
    line-height: 16px;
}

.touch.wide-template #main .breadcrumbs li:first-child, .breadcrumbs li:first-child {
    padding-left: 0;
    background: none;
}

.touch.wide-template #main .breadcrumbs li a, .breadcrumbs li a {
    color: #525252;
    font-size: 12px;
    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;
}