/* normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit}optgroup{font-weight:bold}button,input,select{overflow:visible}button,input,select,textarea{margin:0}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}[disabled]{cursor:default}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}@keyframes bounce {
    0% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}
@-webkit-keyframes bounce {
    0% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes zoom {
    0% {
        transform: scale(.5, .5) rotateX(55deg);
    }
    100% {
        transform: scale(1, 1) rotateX(55deg);
    }
}
@-webkit-keyframes zoom {
    0% {
        transform: scale(.5, .5) rotateX(55deg);
    }
    100% {
        transform: scale(1, 1) rotateX(55deg);
    }
}

@keyframes pulsate {
    0% {
        transform: scale(.1, .1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.1, 1.1);
        opacity: 0;
    }
}
@-webkit-keyframes pulsate {
    0% {
        transform: scale(.1, .1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.1, 1.1);
        opacity: 0;
    }
}

@keyframes cf3FadeInOut {
    0% {
      opacity:1;
    }
    45% {
        opacity:1;
    }
    55% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

@keyframes profileActionButtonLoading {
    from {
        background-position: -240px center;
    }
    to {
        background-position: 240px center;
    }
}

@-webkit-keyframes profileActionButtonLoading {
    from {
        background-position: -240px center;
    }
    to {
        background-position: 240px center;
    }
}

@keyframes elasticActionButtonLoading {
    from {
        background-position: 100% center;
    }
    to {
        background-position: -100% center;
    }
}

@-webkit-keyframes elasticActionButtonLoading {
    from {
        background-position: 100% center;
    }
    to {
        background-position: -100% center;
    }
}

a{color:#607d8b;outline:none;text-decoration:none;}a:hover{color:#455a64}html,body{height:100%}body{background:#eceff1;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:'Open Sans',arial,helvetica,sans-serif}html{font-size:14px}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,input::-moz-placeholder,textarea::-moz-placeholder,input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999}input:-webkit-autofill,input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px #fff inset}td{border-collapse:collapse;padding:0}table{border-collapse:collapse;border-spacing:0}main:after{content:" ";clear:both;display:block}.sg-b-l-t{display:none}.sg-b-l-m{display:block !important}
.users-wallet-view article > div{padding:30px;display:block;margin:0 0 20px;border:1px solid #e4e4e4;}.users-wallet-view article > div:last-child{margin:0}.users-wallet-view article > div .total{font-size:1.714285714285714rem;font-weight:600}.users-wallet-view article > div .button{margin-left:auto;padding:10px 20px;background-color:#02b875;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;}.users-wallet-view article > div .button:hover{text-decoration:none;}.users-wallet-view article > div .button.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.users-wallet-view article > div .button:hover{background-color:#01945e}.users-wallet-view article > div > div{display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start}.users-wallet-view article > div > ul li{display:flex;padding:5px 0;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end;border-bottom:1px solid #ececec;}.users-wallet-view article > div > ul li:last-child{border:none}.users-wallet-view article > div > ul li a,.users-wallet-view article > div > ul li .done{margin-right:auto}.users-wallet-view article > div > ul li .done{color:#9b9b9b}.users-wallet-view article > div > ul li .icons-material{color:#ab0;font-size:1.857142857142857rem}
.lostpassword_success .success,.users_success_view .success{background:#e8f6ff;border-color:#b9ddf3;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:10px 20px;}.lostpassword_success .success:after,.users_success_view .success:after{content:" ";clear:both;display:block}.lostpassword_success .success::before,.users_success_view .success::before{float:left;color:#607d8b;font-size:4.285714285714286rem;margin-right:20px}.lostpassword_success h3,.users_success_view h3,.lostpassword_success p,.users_success_view p{float:left;margin:0}.lostpassword_success h3,.users_success_view h3{font-size:1.428571428571429rem;margin-top:10px;}.lostpassword_success h3.center,.users_success_view h3.center{margin-top:18px}.lostpassword_success .back,.users_success_view .back{display:inline-block;margin-top:20px;}.lostpassword_success .back::before,.users_success_view .back::before{margin:-2px 5px 0 0}
#users-report .report-btn,#users-report .contact-btn{display:inline-block;margin:20px 20px 0 0}#users-report .report-btn{background:#f70;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#fff;padding:10px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);cursor:pointer}#users-report .report-btn:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#fff;text-decoration:none}#users-report .contact-btn{background:#f5f5f5;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#000;padding:10px;text-align:center;}#users-report .contact-btn:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#000;text-decoration:none}
.users_register_view{background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:none;border-width:1px;padding:0 0 20px 0;}.users_register_view .title{border-bottom:1px solid #ccc;font-size:1.857142857142857rem;font-weight:normal;margin:0;padding-bottom:5px;padding:13px 20px}.users_register_view h4 span{display:block;font-size:large}.users_register_view form{margin-top:20px;padding:0 20px;}.users_register_view form .wrapper{border:0;padding:0;margin:0 0 10px 0;background-color:#fff;}.users_register_view form .wrapper.error .login-label,.users_register_view form .wrapper.error .advice{color:#c33}.users_register_view form .wrapper.error .text-field{border-color:#c33}.users_register_view form .wrapper.error .advice{display:block}.users_register_view form .login-label,.users_register_view form .wrapper-inputs{float:left}.users_register_view form .login-label{font-size:1.142857142857143rem;margin:10px 20px 0 0;text-align:right;text-transform:capitalize;width:160px}.users_register_view form .text-field{background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:0 10px;width:310px}.users_register_view form .advice{display:none;font-size:.8571428571428571rem;margin-top:5px;width:700px;}.users_register_view form .advice.terms{margin-left:180px}.users_register_view form .main{margin-left:180px}.users_register_view form .info{display:block;font-size:.8571428571428571rem;margin-top:5px;color:#999}.users_register_view form .send{display:inline-block;margin-left:180px;padding:10px 30px;font-size:14px;margin-top:10px;background-color:#02b875;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;}.users_register_view form .send:hover{text-decoration:none;}.users_register_view form .send.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.users_register_view form .send:hover{background-color:#01945e}.users_register_view form .forgot{display:inline-block;margin-left:10px}.users_register_view .login{display:inline-block;margin:10px 0 20px 200px}.users_login_view .terms,.users_register_view .terms,.users_login_view .checkbox,.users_register_view .checkbox{display:inline-block;font-size:.8571428571428571rem;margin-left:180px;vertical-align:middle;}.users_login_view .terms input[type='checkbox'],.users_register_view .terms input[type='checkbox'],.users_login_view .checkbox input[type='checkbox'],.users_register_view .checkbox input[type='checkbox']{margin-right:5px}
.users_readmessages_view{background:#fff;border-color:#ccc;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;border-style:solid;border-width:1px;padding:20px;}.users_readmessages_view .title{font-size:1.428571428571429rem;font-weight:normal}.users_readmessages_view .back{padding-bottom:10px;}.users_readmessages_view .back::before{margin:-2px 5px 0 0}.users_readmessages_view .data{border-bottom:1px solid #ccc;padding-bottom:20px;}.users_readmessages_view .data p{margin:0;}.users_readmessages_view .data p span{font-weight:bold}.users_readmessages_view .link{padding:10px 0;}.users_readmessages_view .link span{font-weight:bold}.users_readmessages_view form{background:#f5f5f5;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:10px 10px 20px;overflow:hidden;}.users_readmessages_view form label,.users_readmessages_view form textarea,.users_readmessages_view form img,.users_readmessages_view form .reply-send{display:block}.users_readmessages_view form img{display:none;margin-left:10px}.users_readmessages_view form label{font-weight:bold}.users_readmessages_view form textarea{background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:10px;height:150px;margin:10px 0;resize:none;width:430px}.users_readmessages_view form .error{color:#c33;font-size:.8571428571428571rem;margin-left:10px}.users_readmessages_view .btn{background:#f70;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#fff;padding:5px 20px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.2) inset;-moz-box-shadow:0 1px 0 rgba(255,255,255,0.2) inset;box-shadow:0 1px 0 rgba(255,255,255,0.2) inset;display:inline-block;font-weight:bold;margin-left:5px;padding:7px 10px 5px 10px;text-align:center}.users_readmessages_view .btn:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#fff;text-decoration:none}
.users_profile_view,.users-wallet-view{width:100% !important;min-width:980px;max-width:1200px;}.users_profile_view article,.users-wallet-view article{padding:3em;overflow:hidden;background:#fff;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;}.users_profile_view article > figure,.users-wallet-view article > figure{float:left;margin:0;}.users_profile_view article > figure .portrait,.users-wallet-view article > figure .portrait{position:relative;display:block;width:155px;height:155px;background-color:#eee;background-position:center;background-size:cover;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transition:z-index .25s ease-in-out,box-shadow .25s ease-in-out,transform .25s ease-in-out;-moz-transition:z-index .25s ease-in-out,box-shadow .25s ease-in-out,transform .25s ease-in-out;-ms-transition:z-index .25s ease-in-out,box-shadow .25s ease-in-out,transform .25s ease-in-out;-o-transition:z-index .25s ease-in-out,box-shadow .25s ease-in-out,transform .25s ease-in-out;transition:z-index .25s ease-in-out,box-shadow .25s ease-in-out,transform .25s ease-in-out;}.users_profile_view article > figure .portrait.empty,.users-wallet-view article > figure .portrait.empty{position:relative;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:solid 1em #eee;}.users_profile_view article > figure .portrait.empty:before,.users-wallet-view article > figure .portrait.empty:before,.users_profile_view article > figure .portrait.empty:after,.users-wallet-view article > figure .portrait.empty:after{content:'';position:absolute;top:50%;left:50%;background-color:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.users_profile_view article > figure .portrait.empty:before,.users-wallet-view article > figure .portrait.empty:before{width:40%;height:40%;margin:-40% -20%}.users_profile_view article > figure .portrait.empty:after,.users-wallet-view article > figure .portrait.empty:after{width:100%;height:100%;margin:10% -50%}.users_profile_view article > figure .portrait.partial,.users-wallet-view article > figure .portrait.partial{z-index:9999;-webkit-box-shadow:.25em .25em .5em rgba(0,0,0,0.5);-moz-box-shadow:.25em .25em .5em rgba(0,0,0,0.5);box-shadow:.25em .25em .5em rgba(0,0,0,0.5);-webkit-transform:scale(1.5) translateX(2.5em);-moz-transform:scale(1.5) translateX(2.5em);-ms-transform:scale(1.5) translateX(2.5em);-o-transform:scale(1.5) translateX(2.5em);transform:scale(1.5) translateX(2.5em);}.users_profile_view article > figure .portrait.partial:after,.users-wallet-view article > figure .portrait.partial:after{opacity:0}.users_profile_view article > figure > img,.users-wallet-view article > figure > img{display:none}.users_profile_view article > figure > figcaption,.users-wallet-view article > figure > figcaption{margin-top:1em;}.users_profile_view article > figure > figcaption p,.users-wallet-view article > figure > figcaption p{margin:0;text-align:center}.users_profile_view article > div,.users-wallet-view article > div{overflow:hidden;}.users_profile_view article > div > h3,.users-wallet-view article > div > h3{margin:0;padding:1em 0 .5em;font-size:1.428571428571429rem;font-weight:normal;line-height:1em;}.users_profile_view article > div > h3:first-child,.users-wallet-view article > div > h3:first-child{padding-top:0}.users_profile_view article > div > p,.users-wallet-view article > div > p{margin:0}.users_profile_view article > div > ul,.users-wallet-view article > div > ul{margin:0;padding:1em 0 0;list-style:none;}.users_profile_view article > div > ul li,.users-wallet-view article > div > ul li{line-height:3em}.users_profile_view article > div{padding-left:3em;}.users_profile_view article > div > h3{border-bottom:solid thin #ccc;font-weight}.users_profile_view article > div > div{display:table;width:100%;padding-top:1em;line-height:3em;}.users_profile_view article > div > div > p{display:table-row;margin:0;}.users_profile_view article > div > div > p strong{display:table-cell;padding-right:.5em;font-weight:normal}.users_profile_view article > div > div > p span{display:table-cell;width:100%;}.users_profile_view article > div > div > p span a{margin-left:1em;}.users_profile_view article > div > div > p span a.empty{margin-left:0}.users_profile_view table.table-subscriptions{margin-top:36px;width:100%;border-collapse:collapse;position:relative;}.users_profile_view table.table-subscriptions thead{font-family:"Open Sans";color:#000;}.users_profile_view table.table-subscriptions thead th{text-align:center;font-size:.8571428571428571rem;font-weight:400;padding-bottom:14px}.users_profile_view table.table-subscriptions tbody tr{border-top:solid 1px #ccc;}.users_profile_view table.table-subscriptions tbody tr td{padding:21px 0 21px 0;font-family:"Open Sans";font-size:1rem;color:#000;text-align:center;}.users_profile_view table.table-subscriptions tbody tr td.col-package{font-size:1.714285714285714rem;text-align:left}.users_profile_view table.table-subscriptions tbody tr td.col-views{font-size:1.714285714285714rem;font-weight:bold;}.users_profile_view table.table-subscriptions tbody tr td.col-views:before{content:'x';font-size:1.714285714285714rem;font-weight:400;margin-right:5px}.users_profile_view table.table-subscriptions tbody tr td.col-since-date,.users_profile_view table.table-subscriptions tbody tr td.col-thru-date{font-weight:400;font-size:.8571428571428571rem}.users_profile_view table.table-subscriptions tbody tr td.col-available{font-family:"Open Sans";font-weight:400;font-size:24px}.users_profile_view table.table-subscriptions tbody tr td.col-location{font-size:.8571428571428571rem;font-weight:400;color:#4a4a4a}.users_profile_view table.table-subscriptions tbody tr td.col-enabled{width:185px;}.users_profile_view table.table-subscriptions tbody tr td.col-enabled span.status{font-weight:bold;float:left;}.users_profile_view table.table-subscriptions tbody tr td.col-enabled span.status i{font-size:10px}.users_profile_view table.table-subscriptions tbody tr td.col-enabled span.status.enabled{color:#ab0}.users_profile_view table.table-subscriptions tbody tr td.col-enabled span.status.disabled{color:#999;font-weight:400}.users_profile_view table.table-subscriptions tbody tr td.col-enabled a{float:right}.users_profile_view table.table-subscriptions tbody tr td.col-enabled span.expires-text{font-size:.8571428571428571rem;font-weight:400;color:#000;display:inline-block;padding-left:27px}
.wallet-view{float:right;clear:right;width:280px;position:relative;padding:0 20px 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.wallet-view > a{display:block;margin:10px 0 0;text-align:center}.wallet-view .wallet{display:block;background:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:1px solid #eee;-webkit-box-shadow:1px 1px 1px 0 rgba(0,0,0,0.1);-moz-box-shadow:1px 1px 1px 0 rgba(0,0,0,0.1);box-shadow:1px 1px 1px 0 rgba(0,0,0,0.1);}.wallet-view .wallet header,.wallet-view .wallet .packages-active,.wallet-view .wallet .package-empty,.wallet-view .wallet .package-active,.wallet-view .wallet .data,.wallet-view .wallet .title,.wallet-view .wallet .availables{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wallet-view .wallet header{display:flex;color:#545454;font-weight:bold;padding:15px 20px 0;}.wallet-view .wallet header .icons-material{cursor:pointer;margin:0 5px;}.wallet-view .wallet header .icons-material:before{font-size:16px;color:#ccc}.wallet-view .wallet > div{padding:10px 20px}.wallet-view .wallet .package-empty .expiration,.wallet-view .wallet .packages-active .expiration{background-color:#fce6cf;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;padding:5px 10px;font-size:.8571428571428571rem;}.wallet-view .wallet .package-empty .expiration:before,.wallet-view .wallet .packages-active .expiration:before{margin-top:-4px;margin-right:5px;font-size:18px}.wallet-view .wallet .package-empty .title,.wallet-view .wallet .packages-active .title{font-size:1.428571428571429rem;font-weight:bold;margin:5px 0}.wallet-view .wallet .package-empty .data,.wallet-view .wallet .packages-active .data{line-height:1.142857142857143rem}.wallet-view .wallet .package-empty .coins,.wallet-view .wallet .packages-active .coins{display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;margin:20px 0 30px;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end;}.wallet-view .wallet .package-empty .coins label,.wallet-view .wallet .packages-active .coins label{color:#545454;margin-right:auto}.wallet-view .wallet .button{background-color:#545454;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;display:block;margin:10px 0;padding:10px 30px}.wallet-view .wallet .button:hover{text-decoration:none;background-color:#8c8c8c}.wallet-view .wallet .button.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.wallet-view .wallet .package-empty{padding:20px;text-align:center;}.wallet-view .wallet .package-empty .title{color:#4a4a4a;font-weight:400}.wallet-view .wallet .package-empty .data{padding:10px 0;font-size:1rem}.wallet-view .wallet .packages-active .package-active{padding:10px 0;border-bottom:1px solid #ccc;}.wallet-view .wallet .packages-active .package-active:last-of-type{border:none}.wallet-view .wallet .packages-active .package-active:first-child{padding:0 0 10px}.wallet-view .wallet .packages-active .package-active .title{font-weight:normal;}.wallet-view .wallet .packages-active .package-active .title.bundle-furioso,.wallet-view .wallet .packages-active .package-active .title.bundle-superfurioso{color:#b71c1c}.wallet-view .wallet .packages-active .package-active .title.bundle-rapido,.wallet-view .wallet .packages-active .package-active .title.bundle-superrapido{color:#e53935}.wallet-view .wallet .packages-active .package-active .data{font-size:.8571428571428571rem;color:#545454}.wallet-view .wallet .packages-active .package-active .availables{margin:0;padding:0;list-style-type:none;}.wallet-view .wallet .packages-active .package-active .availables li{margin:5px 0;}.wallet-view .wallet .packages-active .package-active .availables li:first-child{color:#545454;font-size:.8571428571428571rem;font-weight:normal}.wallet-view .wallet .packages-active .package-active .availables li .count{float:right;color:#000;font-size:.8571428571428571rem;font-weight:normal}.wallet-view .widgetbundles{text-align:center;}.wallet-view .widgetbundles > a{margin:15px 0;display:block}.wallet-view .widgetbundles > span{top:-10px;color:#fff;font-size:.8571428571428571rem;font-weight:600;padding:3px 15px;position:relative;background:#4a4a4a;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-shadow:0 2px 0 0 rgba(0,0,0,0.2);-moz-box-shadow:0 2px 0 0 rgba(0,0,0,0.2);box-shadow:0 2px 0 0 rgba(0,0,0,0.2)}.wallet-view .widgetbundles figure{margin:15px auto 10px}.wallet-view .widgetbundles p{margin:0;color:#333;display:block;padding:0 20px}.wallet-view .widgetbundles .bundle{color:#4a4a4a;padding:20px;border-bottom:1px solid #ccc;}.wallet-view .widgetbundles .bundle:last-of-type{border:none}.wallet-view .widgetbundles .bundle h3{font-size:1.857142857142857rem;font-weight:normal;margin:0 0 10px;}.wallet-view .widgetbundles .bundle h3:before{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:32px;width:32px;color:#fff;line-height:30px;margin:0 10px 0 0}.wallet-view .widgetbundles .bundle.bundle-furioso h3{color:#b71c1c;}.wallet-view .widgetbundles .bundle.bundle-furioso h3:before{background-color:#b71c1c}.wallet-view .widgetbundles .bundle.bundle-rapido h3{color:#e53935;}.wallet-view .widgetbundles .bundle.bundle-rapido h3:before{background-color:#e53935;font-size:1.428571428571429rem}.wallet-view .widgetbundles .bundle span{font-size:1.714285714285714rem;font-weight:300;margin:10px 0}.wallet-view .widgetbundles .bundle p{margin:0}.wallet-view .widgetbundles .bundle small{font-size:.8571428571428571rem;text-decoration:line-through}.wallet-view .bannercoins{margin-top:20px;overflow:hidden;}.wallet-view .bannercoins header{height:115px;color:#fff;font-size:1.714285714285714rem;overflow:hidden;position:relative;font-weight:normal;padding-bottom:15px;background-size:45%;-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;-moz-align-items:flex-end;align-items:flex-end;background-color:#e32e26;background-repeat:no-repeat;background-position:135px 30px;background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/payments/coins.png");}.wallet-view .bannercoins header label{top:3px;right:-25px;font-size:.8571428571428571rem;font-weight:600;text-align:center;position:absolute;-webkit-transform:rotate(25deg);-moz-transform:rotate(25deg);-ms-transform:rotate(25deg);-o-transform:rotate(25deg);transform:rotate(25deg);background-color:#545454;padding:3px 30px 3px 50px}.wallet-view .bannercoins > div{line-height:1.5;text-align:center;padding:20px 20px 30px;}.wallet-view .bannercoins > div strong{font-size:1.142857142857143rem;margin-bottom:10px;display:inline-block}.wallet-view .bannercoins > div a{display:block;font-size:12px;font-weight:600;margin:25px 0 0}
.users_myads_view #items-pagination .myolx-paginations-numbers,.users_favorites_view #items-pagination .myolx-paginations-numbers,.users_myolx_view #items-pagination .myolx-paginations-numbers{text-align:center;margin:0;padding:0;list-style-type:none;}.users_myads_view #items-pagination .myolx-paginations-numbers li,.users_favorites_view #items-pagination .myolx-paginations-numbers li,.users_myolx_view #items-pagination .myolx-paginations-numbers li{display:inline-block;}.users_myads_view #items-pagination .myolx-paginations-numbers li .pagination-arrow,.users_favorites_view #items-pagination .myolx-paginations-numbers li .pagination-arrow,.users_myolx_view #items-pagination .myolx-paginations-numbers li .pagination-arrow,.users_myads_view #items-pagination .myolx-paginations-numbers li .pagination-number,.users_favorites_view #items-pagination .myolx-paginations-numbers li .pagination-number,.users_myolx_view #items-pagination .myolx-paginations-numbers li .pagination-number,.users_myads_view #items-pagination .myolx-paginations-numbers li.current,.users_favorites_view #items-pagination .myolx-paginations-numbers li.current,.users_myolx_view #items-pagination .myolx-paginations-numbers li.current{font-size:1rem;margin:5px 0;padding:3px 7px}.users_myads_view #items-pagination .myolx-paginations-numbers li .pagination-arrow,.users_favorites_view #items-pagination .myolx-paginations-numbers li .pagination-arrow,.users_myolx_view #items-pagination .myolx-paginations-numbers li .pagination-arrow{color:#000;}.users_myads_view #items-pagination .myolx-paginations-numbers li .pagination-arrow.disable,.users_favorites_view #items-pagination .myolx-paginations-numbers li .pagination-arrow.disable,.users_myolx_view #items-pagination .myolx-paginations-numbers li .pagination-arrow.disable{color:#ccc}.users_myads_view #items-pagination .myolx-paginations-numbers li .pagination-number,.users_favorites_view #items-pagination .myolx-paginations-numbers li .pagination-number,.users_myolx_view #items-pagination .myolx-paginations-numbers li .pagination-number{color:#607d8b;font-weight:bold;}.users_myads_view #items-pagination .myolx-paginations-numbers li .pagination-number:hover,.users_favorites_view #items-pagination .myolx-paginations-numbers li .pagination-number:hover,.users_myolx_view #items-pagination .myolx-paginations-numbers li .pagination-number:hover{background:#def;text-decoration:none}.users_myads_view #items-pagination .myolx-paginations-numbers li.current,.users_favorites_view #items-pagination .myolx-paginations-numbers li.current,.users_myolx_view #items-pagination .myolx-paginations-numbers li.current{border:1px solid #ccc;color:#ccc;font-weight:bold}
.user_partials_menu_view .links{display:table;width:100%;height:49px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;list-style-type:none;background:#607d8b;border-color:#ccc;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;border-style:none;border-width:1px 1px 0;padding:0;}.user_partials_menu_view .links .link{display:inline-block;height:49px;line-height:49px;}.user_partials_menu_view .links .link .action{display:inline-block;padding:0 15px;text-rendering:optimizeLegibility;white-space:nowrap;color:#fff;}.user_partials_menu_view .links .link .action:hover,.user_partials_menu_view .links .link .action.active{background-color:#455a64;text-decoration:none;color:#fff}
.users_myads_view .item{border-bottom:1px solid #ccc;list-style:none;padding:20px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.users_myads_view .item:after{content:" ";clear:both;display:block}.users_myads_view .item:last-child{border:none}.users_myads_view .item figure{margin:0;padding:0;float:left;width:191px;height:150px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;position:relative;text-align:center;background-size:cover;background-position:center;border:1px solid #ccc;}.users_myads_view .item figure.deleted::after,.users_myads_view .item figure.expired::after{top:0;left:0;right:0;bottom:0;z-index:1;content:"";opacity:.5;background:#fff;position:absolute}.users_myads_view .item figure::before{font-size:64px;line-height:140px;color:#ccc}.users_myads_view .item figure span{left:0;bottom:0;z-index:2;height:25px;color:#fff;font-size:.8571428571428571rem;padding:0 10px 0 5px;line-height:25px;position:absolute;background:rgba(0,0,0,0.5);}.users_myads_view .item figure span::before{font-size:1.428571428571429rem;padding-bottom:1px}.users_myads_view .item .description{float:left;width:940px;height:150px;margin:0 0 0 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;}.users_myads_view .item .description .information-row{float:left;height:116px;width:100%;}.users_myads_view .item .description .information-row .item-title,.users_myads_view .item .description .information-row .item-data{display:block}.users_myads_view .item .description .information-row .item-current-packages{display:flex;margin:5px 0;font-size:12px;position:relative;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;}.users_myads_view .item .description .information-row .item-current-packages > span.reposicionado-date{color:#4a4a4a;text-transform:lowercase}.users_myads_view .item .description .information-row .item-current-packages > span.product-name{margin-right:5px;}.users_myads_view .item .description .information-row .item-current-packages > span.product-name.rapido{color:#e53935}.users_myads_view .item .description .information-row .item-current-packages > span.product-name.furioso{color:#b71c1c}.users_myads_view .item .description .information-row .item-current-packages > span::before{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:18px;width:18px;margin:0 5px;color:#fff;font-size:12px;line-height:18px;text-align:center;margin-bottom:2px;background-color:#a5a5a5}.users_myads_view .item .description .information-row .item-current-packages .package-tag{color:#fff;cursor:pointer;padding:6px 0;position:relative;display:inline-block;text-transform:uppercase;}.users_myads_view .item .description .information-row .item-current-packages .package-tag:hover .tooltip-current-package{opacity:1;visibility:visible}.users_myads_view .item .description .information-row .item-current-packages .package-tag.icons-material::before{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:25px;width:25px;font-size:1.142857142857143rem;line-height:25px;text-align:center;margin-right:10px}.users_myads_view .item .description .information-row .item-current-packages .package-tag.icon-material-furioso::before{background-color:#b71c1c}.users_myads_view .item .description .information-row .item-current-packages .package-tag.icon-material-rapido::before{background-color:#e53935}.users_myads_view .item .description .information-row .item-current-packages .package-tag.icon-material-reposicionado::before{background-color:#ef5350}.users_myads_view .item .description .information-row .item-current-packages .tooltip-current-package{top:42px;z-index:10;left:-120px;width:230px;padding:10px;color:#000;font-size:.8571428571428571rem;margin-left:50%;font-weight:700;text-align:center;text-transform:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;-webkit-box-shadow:0 0 3px 1px rgba(0,0,0,0.35);-moz-box-shadow:0 0 3px 1px rgba(0,0,0,0.35);box-shadow:0 0 3px 1px rgba(0,0,0,0.35);visibility:hidden;opacity:0;-webkit-transition:visibility 0s linear .25s,opacity .25s ease-in-out;-moz-transition:visibility 0s linear .25s,opacity .25s ease-in-out;-ms-transition:visibility 0s linear .25s,opacity .25s ease-in-out;-o-transition:visibility 0s linear .25s,opacity .25s ease-in-out;transition:visibility 0s linear .25s,opacity .25s ease-in-out;position:absolute;}.users_myads_view .item .description .information-row .item-current-packages .tooltip-current-package:after,.users_myads_view .item .description .information-row .item-current-packages .tooltip-current-package:before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:30;bottom:100%;left:50%}.users_myads_view .item .description .information-row .item-current-packages .tooltip-current-package:after{border-color:rgba(255,255,255,0);border-width:6px;margin-left:-6px;border-bottom-color:#fff}.users_myads_view .item .description .information-row .item-current-packages .tooltip-current-package:before{border-color:rgba(204,204,204,0);border-width:7px;margin-left:-7px;border-bottom-color:#ccc}.users_myads_view .item .description .information-row .item-current-packages .tooltip-current-package.active{visibility:visible;opacity:1;transition-delay:0s}.users_myads_view .item .description .information-row .item-current-packages .tooltip-current-package:before,.users_myads_view .item .description .information-row .item-current-packages .tooltip-current-package:after{left:50%;right:50%}.users_myads_view .item .description .information-row .item-current-packages .tooltip-current-package:before,.users_myads_view .item .description .information-row .item-current-packages .tooltip-current-package:after{right:50%}.users_myads_view .item .description .information-row .item-title{width:65%;margin:0;font-size:1.428571428571429rem;font-weight:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.users_myads_view .item .description .information-row .item-data{color:#999;font-size:12px;margin:0}.users_myads_view .item .description .information-row .item-price-expire{position:absolute;right:0;top:0;text-align:right;}.users_myads_view .item .description .information-row .item-price-expire span{display:block}.users_myads_view .item .description .information-row .item-price-expire .price{font-weight:600;font-size:1.428571428571429rem}.users_myads_view .item .description .information-row .item-price-expire .expire{font-size:.8571428571428571rem}.users_myads_view .item .description .actions-row{position:relative;float:left;height:34px;width:100%;}.users_myads_view .item .description .actions-row a:hover{text-decoration:none}.users_myads_view .item .description .actions-row .btn{display:inline-block;font-size:14px}.users_myads_view .item .description .actions-row .btnfeaturedad,.users_myads_view .item .description .actions-row .btnapply{background-color:#02b875;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;}.users_myads_view .item .description .actions-row .btnfeaturedad:hover,.users_myads_view .item .description .actions-row .btnapply:hover{text-decoration:none;}.users_myads_view .item .description .actions-row .btnfeaturedad.sending,.users_myads_view .item .description .actions-row .btnapply.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.users_myads_view .item .description .actions-row .btnfeaturedad:hover,.users_myads_view .item .description .actions-row .btnapply:hover{background-color:#01945e}.users_myads_view .item .description .actions-row .btnrepublish{background-color:#fff;color:#000;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;border:solid 1px #ccc;}.users_myads_view .item .description .actions-row .btnrepublish:hover{text-decoration:none;}.users_myads_view .item .description .actions-row .btnrepublish.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.users_myads_view .item .description .actions-row .btnrepublish:hover{background-color:#e8e8e8}.users_myads_view .item .description .actions-row .btnfeaturedad,.users_myads_view .item .description .actions-row .btnrepublish{padding:8px 22px}.users_myads_view .item .description .actions-row .btnapply{position:relative;padding:8px 50px 8px 35px;cursor:pointer;}.users_myads_view .item .description .actions-row .btnapply .arrow{position:absolute;display:inline-block;border-color:#fff transparent transparent transparent;border-image:none;border-style:solid;border-width:5px;content:"";top:15px;right:15px}.users_myads_view .item .description .actions-row .btnapply .dropdown{margin:0;padding:0;list-style-type:none;position:absolute;left:0;right:0;top:100%;background:#fff;z-index:10;border:1px solid #ccc;font-size:1rem;text-align:left;-webkit-transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-ms-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out;visibility:hidden;opacity:0;}.users_myads_view .item .description .actions-row .btnapply .dropdown.active{opacity:1;visibility:visible}.users_myads_view .item .description .actions-row .btnapply .dropdown li{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:10px 15px;color:#607d8b;cursor:pointer;}.users_myads_view .item .description .actions-row .btnapply .dropdown li .availables{color:#ccc;font-size:.8571428571428571rem}.users_myads_view .item .description .actions-row .payment-tooltip{background:#fff;border:1px solid #ab0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;display:inline-block;margin:0 0 0 20px;padding:10px 13px;position:absolute;-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,0.35);-moz-box-shadow:0 0 4px 0 rgba(0,0,0,0.35);-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,0.35);-moz-box-shadow:0 0 4px 0 rgba(0,0,0,0.35);box-shadow:0 0 4px 0 rgba(0,0,0,0.35);-webkit-transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-ms-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-ms-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out;opacity:1;}.users_myads_view .item .description .actions-row .payment-tooltip p{margin:0;width:177px}.users_myads_view .item .description .actions-row .payment-tooltip .tooltip-close{color:#ccc;font-size:12px;right:5px;position:absolute;top:5px;}.users_myads_view .item .description .actions-row .payment-tooltip .tooltip-close:hover{color:#999}.users_myads_view .item .description .actions-row .payment-tooltip:after,.users_myads_view .item .description .actions-row .payment-tooltip:before{right:100%;top:32%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.users_myads_view .item .description .actions-row .payment-tooltip:after{border-color:rgba(136,183,213,0);border-right-color:#fff;border-width:8px;margin-top:-15px}.users_myads_view .item .description .actions-row .payment-tooltip:before{border-color:rgba(4,5,5,0);border-right-color:#ab0;border-width:9px;margin-top:-16px}.users_myads_view .item .description .actions-row .my-settings{background-color:#fff;color:#000;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;float:right;padding:5px;cursor:pointer;font-size:18px;line-height:14px;border:solid 1px #ccc;}.users_myads_view .item .description .actions-row .my-settings:hover{text-decoration:none;}.users_myads_view .item .description .actions-row .my-settings.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.users_myads_view .item .description .actions-row .my-settings span{margin-left:4px;font-size:6px;vertical-align:middle}.users_myads_view .item .description .actions-row .my-settings:hover{background-color:#e8e8e8}.users_myads_view .item .description .my-settings-options{margin:0;padding:0;list-style-type:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;-webkit-box-shadow:0 0 3px 1px rgba(0,0,0,0.35);-moz-box-shadow:0 0 3px 1px rgba(0,0,0,0.35);box-shadow:0 0 3px 1px rgba(0,0,0,0.35);visibility:hidden;opacity:0;-webkit-transition:visibility 0s linear .25s,opacity .25s ease-in-out;-moz-transition:visibility 0s linear .25s,opacity .25s ease-in-out;-ms-transition:visibility 0s linear .25s,opacity .25s ease-in-out;-o-transition:visibility 0s linear .25s,opacity .25s ease-in-out;transition:visibility 0s linear .25s,opacity .25s ease-in-out;position:absolute;padding:15px 0 0;top:45px;right:8px;min-width:60px;z-index:10;}.users_myads_view .item .description .my-settings-options:after,.users_myads_view .item .description .my-settings-options:before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:30;bottom:100%;left:50%}.users_myads_view .item .description .my-settings-options:after{border-color:rgba(255,255,255,0);border-width:6px;margin-left:-6px;border-bottom-color:#fff}.users_myads_view .item .description .my-settings-options:before{border-color:rgba(204,204,204,0);border-width:7px;margin-left:-7px;border-bottom-color:#ccc}.users_myads_view .item .description .my-settings-options.active{visibility:visible;opacity:1;transition-delay:0s}.users_myads_view .item .description .my-settings-options:before,.users_myads_view .item .description .my-settings-options:after{left:auto;right:10px}.users_myads_view .item .description .my-settings-options > li{padding:0;line-height:normal;display:block;}.users_myads_view .item .description .my-settings-options > li a{color:#666;font-size:.8571428571428571rem;display:block;padding:0 15px 15px;}.users_myads_view .item .description .my-settings-options > li a:hover{text-decoration:underline}.users_myads_view .item .description .show-settings{opacity:1;visibility:visible}.users_myads_view .item.expired .description .title{color:#ccc}.users_myads_view .item.expired .price span{color:#ccc}.users_myads_view .item.deleted .description .title{color:#ccc}.users_myads_view .item.deleted .price span{color:#ccc}.users_myads_view .item.rejected .description .title{color:#ccc}.users_myads_view .item.rejected .price span{color:#ccc}
.conversationslist-view{width:27%;height:562px;float:left;overflow-y:auto;overflow-x:hidden;}.conversationslist-view .conversations{margin:0;padding:0;list-style-type:none;width:100%;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.conversationslist-view .conversations:after{content:" ";clear:both;display:block}.conversationslist-view .conversations .conversations-thread{width:100%;}.conversationslist-view .conversations .conversations-thread a{display:flex}.conversationslist-view .conversations .conversations-thread.active{background-color:#eee;cursor:default}.conversationslist-view .conversations .conversations-thread .conversations-data{width:235px;}.conversationslist-view .conversations .conversations-thread .conversations-data .name,.conversationslist-view .conversations .conversations-thread .conversations-data .title,.conversationslist-view .conversations .conversations-thread .conversations-data .message{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversationslist-view .conversations .conversations-thread .conversations-data .date{right:5px;bottom:5px}.conversationslist-view .load-more,.conversationslist-view .spinner.load{float:left;padding:7px 0;width:100%}.conversationslist-view .load-more{text-align:center;font-size:.8571428571428571rem}.conversationslist-view .spinner.load{background-repeat:no-repeat;background-position:center}
.conversationchat-view .conversation,.chat_view .conversation{width:73%;height:100%;float:right;border-left:1px solid #ccc;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.conversationchat-view .conversation header,.chat_view .conversation header,.conversationchat-view .conversation .messages,.chat_view .conversation .messages,.conversationchat-view .conversation .conversation-input,.chat_view .conversation .conversation-input{display:block}.conversationchat-view .conversation.full-width,.chat_view .conversation.full-width{width:100%;height:564px;float:none;border:none}.conversationchat-view .conversation header,.chat_view .conversation header{height:65px;background-color:#fff;padding:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;border-bottom:1px solid #ccc;-webkit-box-shadow:0 7px 20px -10px rgba(0,0,0,0.35);-moz-box-shadow:0 7px 20px -10px rgba(0,0,0,0.35);box-shadow:0 7px 20px -10px rgba(0,0,0,0.35);}.conversationchat-view .conversation header .wrapper-img,.chat_view .conversation header .wrapper-img{width:35px;height:35px;margin:0 15px 0 0;}.conversationchat-view .conversation header .wrapper-img.icons,.chat_view .conversation header .wrapper-img.icons{font-size:22px}.conversationchat-view .conversation header .conversation-with,.chat_view .conversation header .conversation-with,.conversationchat-view .conversation header .title,.chat_view .conversation header .title{float:left;width:80%}.conversationchat-view .conversation header .conversation-with,.chat_view .conversation header .conversation-with{color:#000;font-size:1.142857142857143rem;font-weight:normal;margin:0 0 3px 0}.conversationchat-view .conversation header .title,.chat_view .conversation header .title,.conversationchat-view .conversation header .delete-conversation,.chat_view .conversation header .delete-conversation{font-size:.8571428571428571rem}.conversationchat-view .conversation header .delete-conversation,.chat_view .conversation header .delete-conversation{position:absolute;top:15px;right:15px}.conversationchat-view .conversation .messages,.chat_view .conversation .messages{height:420px;background-color:#f9f9f9;overflow:auto;width:100%;display:flex;-webkit-box-direction:reverse;-webkit-box-orient:vertical;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}.conversationchat-view .conversation .messages .spinner.general,.chat_view .conversation .messages .spinner.general{margin:auto}.conversationchat-view .conversation .messages ul,.chat_view .conversation .messages ul{margin:0;padding:0;list-style-type:none;-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.conversationchat-view .conversation .messages .conversation-chat,.chat_view .conversation .messages .conversation-chat{width:100%;display:inline-block;}.conversationchat-view .conversation .messages .conversation-chat .bubble,.chat_view .conversation .messages .conversation-chat .bubble{max-width:75%;margin:10px 20px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;padding:10px 15px;position:relative;word-wrap:break-word;display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border:1px solid #f0f0f0;}.conversationchat-view .conversation .messages .conversation-chat .bubble .message-text,.chat_view .conversation .messages .conversation-chat .bubble .message-text{margin:0}.conversationchat-view .conversation .messages .conversation-chat .bubble .user-data,.chat_view .conversation .messages .conversation-chat .bubble .user-data{margin:.75em 0 .5em;}.conversationchat-view .conversation .messages .conversation-chat .bubble .user-data .user-phone,.chat_view .conversation .messages .conversation-chat .bubble .user-data .user-phone{display:inline-block;padding:0 .75em 0 .25em;background-color:#02b875;line-height:1em;color:#fff;-webkit-border-radius:10em;-moz-border-radius:10em;border-radius:10em;}.conversationchat-view .conversation .messages .conversation-chat .bubble .user-data .user-phone:hover,.chat_view .conversation .messages .conversation-chat .bubble .user-data .user-phone:hover{text-decoration:none}.conversationchat-view .conversation .messages .conversation-chat .bubble .user-data .user-phone::before,.chat_view .conversation .messages .conversation-chat .bubble .user-data .user-phone::before{padding:.25em;font-size:1.5em;-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em}.conversationchat-view .conversation .messages .conversation-chat .bubble .user-data .user-phone .number,.chat_view .conversation .messages .conversation-chat .bubble .user-data .user-phone .number{display:inline-block;font-size:1.25em;line-height:1.15em;vertical-align:middle}.conversationchat-view .conversation .messages .conversation-chat .bubble .user-data .user-email,.chat_view .conversation .messages .conversation-chat .bubble .user-data .user-email{margin-left:.5em;font-weight:bold;color:#f70;}.conversationchat-view .conversation .messages .conversation-chat .bubble .user-data .user-email:hover,.chat_view .conversation .messages .conversation-chat .bubble .user-data .user-email:hover{text-decoration:none}.conversationchat-view .conversation .messages .conversation-chat .bubble .user-data .user-email::before,.chat_view .conversation .messages .conversation-chat .bubble .user-data .user-email::before{margin-right:.25em;font-size:1.25em}.conversationchat-view .conversation .messages .conversation-chat .bubble .date,.chat_view .conversation .messages .conversation-chat .bubble .date{font-size:10px;color:#999;margin-right:15px}.conversationchat-view .conversation .messages .conversation-chat .bubble .doubleCheck,.chat_view .conversation .messages .conversation-chat .bubble .doubleCheck{width:15px;height:9px;right:10px;bottom:14px;position:absolute;background-size:cover;background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/double-check-w.png")}.conversationchat-view .conversation .messages .conversation-chat.mine,.chat_view .conversation .messages .conversation-chat.mine{text-align:right;}.conversationchat-view .conversation .messages .conversation-chat.mine .bubble,.chat_view .conversation .messages .conversation-chat.mine .bubble{text-align:left;background-color:#90a4ae;border:none;color:#fff;}.conversationchat-view .conversation .messages .conversation-chat.mine .bubble .date,.chat_view .conversation .messages .conversation-chat.mine .bubble .date{color:#fff}.conversationchat-view .conversation .conversation-input,.chat_view .conversation .conversation-input{height:77px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:20px;background-color:#eee;position:relative;}.conversationchat-view .conversation .conversation-input .text-field,.chat_view .conversation .conversation-input .text-field{width:86%;height:38px;float:left;border:1px solid #e0e0e0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.conversationchat-view .conversation .conversation-input .text-field.error,.chat_view .conversation .conversation-input .text-field.error{border:1px solid #c33}.conversationchat-view .conversation .conversation-input .send-message,.chat_view .conversation .conversation-input .send-message{background-color:#02b875;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;padding:10px;float:right;height:38px;width:12%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.conversationchat-view .conversation .conversation-input .send-message:hover,.chat_view .conversation .conversation-input .send-message:hover{text-decoration:none;}.conversationchat-view .conversation .conversation-input .send-message.sending,.chat_view .conversation .conversation-input .send-message.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.conversationchat-view .conversation .conversation-input .send-message:hover,.chat_view .conversation .conversation-input .send-message:hover{background-color:#01945e}.conversationchat-view .conversation .conversation-input p.error,.chat_view .conversation .conversation-input p.error{position:absolute;left:30px;bottom:4px;margin:0;font-size:.7142857142857143rem;color:#c33}.conversationchat-view .conversation .conversation-input .spinner,.chat_view .conversation .conversation-input .spinner{float:right;margin:9px 35px 0 0}.conversationchat-view #delete-conversation .modal-container,.chat_view #delete-conversation .modal-container{width:470px;height:164px;text-align:center;}.conversationchat-view #delete-conversation .modal-container .title,.chat_view #delete-conversation .modal-container .title,.conversationchat-view #delete-conversation .modal-container .question,.chat_view #delete-conversation .modal-container .question{display:block}.conversationchat-view #delete-conversation .modal-container .title,.chat_view #delete-conversation .modal-container .title{font-size:1.428571428571429rem;font-weight:normal;margin-top:15px}.conversationchat-view #delete-conversation .modal-container .question,.chat_view #delete-conversation .modal-container .question{font-size:.8571428571428571rem;margin:15px 0 25px}.conversationchat-view #delete-conversation .modal-container .modal-header,.chat_view #delete-conversation .modal-container .modal-header{background:transparent;border:none}.conversationchat-view #delete-conversation .modal-container .confirm,.chat_view #delete-conversation .modal-container .confirm,.conversationchat-view #delete-conversation .modal-container .cancel,.chat_view #delete-conversation .modal-container .cancel{display:inline-block;font-size:1rem;margin:0 10px;cursor:pointer}.conversationchat-view #delete-conversation .modal-container .confirm,.chat_view #delete-conversation .modal-container .confirm{background-color:#02b875;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;padding:10px;}.conversationchat-view #delete-conversation .modal-container .confirm:hover,.chat_view #delete-conversation .modal-container .confirm:hover{text-decoration:none;}.conversationchat-view #delete-conversation .modal-container .confirm.sending,.chat_view #delete-conversation .modal-container .confirm.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.conversationchat-view #delete-conversation .modal-container .confirm:hover,.chat_view #delete-conversation .modal-container .confirm:hover{background-color:#01945e}.conversationchat-view #delete-conversation .modal-container .cancel,.chat_view #delete-conversation .modal-container .cancel{color:#607d8b;}.conversationchat-view #delete-conversation .modal-container .cancel:hover,.chat_view #delete-conversation .modal-container .cancel:hover{text-decoration:underline}
.businessbanner{color:#fff;margin:0 0 10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;position:relative;padding:20px 0 0 40px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-size:cover;border-left:10px solid #c11119;background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/payments/landingb2c.jpg");}.businessbanner:before{top:0;left:0;right:0;bottom:0;z-index:1;content:"";position:absolute;background:rgba(0,0,0,0.2);background:linear-gradient(to right,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.1) 100%)}.businessbanner p,.businessbanner h3{margin:0;padding:0;z-index:2;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.businessbanner h3{font-size:2.285714285714286rem;margin-bottom:5px}.businessbanner p{font-size:1.428571428571429rem;}.businessbanner p span{margin-left:10px}.businessbanner > span{top:10px;z-index:4;right:10px;position:absolute;cursor:pointer}.businessbanner a{top:0;left:0;right:0;bottom:0;z-index:3;position:absolute}.businessbanner.big{height:115px}.businessbanner.small{height:45px;padding:10px 0 0 30px;}.businessbanner.small > span{display:none}.businessbanner.small p,.businessbanner.small h3{display:inline-block;font-size:1.428571428571429rem}
#apply-bundle .modal-container{width:423px;height:152px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:20px;display:inline-block;}#apply-bundle .modal-container .modal-header{background-color:#fff;padding:0 0 15px;}#apply-bundle .modal-container .modal-header h3{font-size:1.142857142857143rem}#apply-bundle .modal-container .modal-header p{margin:5px 0 0 0}#apply-bundle .modal-container .modal-content{padding:20px 0 0 0;}#apply-bundle .modal-container .modal-content .apply,#apply-bundle .modal-container .modal-content .cancel{float:right;cursor:pointer}#apply-bundle .modal-container .modal-content .apply{background-color:#f70;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;padding:10px 40px}#apply-bundle .modal-container .modal-content .apply:hover{text-decoration:none;background-color:#ff851a}#apply-bundle .modal-container .modal-content .apply.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}#apply-bundle .modal-container .modal-content .cancel{color:#607d8b;margin:10px 20px}
.actionmessage{position:fixed;text-align:center;left:0;right:0;z-index:1;top:150px;}.actionmessage .message{padding:4px 15px;font-size:1.142857142857143rem;font-weight:bold;display:inline-block;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);}.actionmessage .message:before{color:#b7c43b;font-size:30px}.actionmessage .message.success{background-color:#f0ffc6;border:solid 1px #cfde67;}.actionmessage .message.success:before{color:#b7c43b}.actionmessage .message.error{background-color:#fee;border:solid 1px #c33;}.actionmessage .message.error:before{color:#c33}
.users_myolx_view,.users_myads_view,.users_favorites_view,.users_conversations_view,.users_editpersonalinfo_view{width:1200px !important}.users_myolx_view .notification-message,.users_myads_view .notification-message,.users_favorites_view .notification-message{background:#efc;border-color:#cd7;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:32px 20px 32px 100px;margin-bottom:20px;position:relative;min-height:50px;}.users_myolx_view .notification-message:after,.users_myads_view .notification-message:after,.users_favorites_view .notification-message:after{content:" ";clear:both;display:block}.users_myolx_view .notification-message.icon-check::before,.users_myads_view .notification-message.icon-check::before,.users_favorites_view .notification-message.icon-check::before{color:#ab0;font-size:4.285714285714286rem;left:20px;position:absolute;top:24px}.users_myolx_view .notification-message h4,.users_myads_view .notification-message h4,.users_favorites_view .notification-message h4,.users_myolx_view .notification-message p,.users_myads_view .notification-message p,.users_favorites_view .notification-message p{line-height:1.4;margin:0}.users_myolx_view .notification-message h4,.users_myads_view .notification-message h4,.users_favorites_view .notification-message h4{font-size:1.428571428571429rem}.users_myolx_view .myolxmenu,.users_myads_view .myolxmenu,.users_favorites_view .myolxmenu{margin:0;padding:0;list-style-type:none;background:#eee;border-color:#ccc;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;border-style:solid;border-width:1px 1px 0;padding:0;height:49px;}.users_myolx_view .myolxmenu li,.users_myads_view .myolxmenu li,.users_favorites_view .myolxmenu li{float:left;height:49px;line-height:49px;}.users_myolx_view .myolxmenu li a,.users_myads_view .myolxmenu li a,.users_favorites_view .myolxmenu li a{display:block;padding:0 15px;text-rendering:optimizeLegibility;border-right:1px solid #eee}.users_myolx_view .myolxmenu li:hover a,.users_myads_view .myolxmenu li:hover a,.users_favorites_view .myolxmenu li:hover a,.users_myolx_view .myolxmenu li.active a,.users_myads_view .myolxmenu li.active a,.users_favorites_view .myolxmenu li.active a{background-color:#a3a3a3;text-decoration:none;color:#fff}.users_myolx_view .my-items,.users_myads_view .my-items,.users_favorites_view .my-items{background:#fff;border-color:#ccc;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;border-style:none;border-width:1px;padding:0;margin-top:0;padding:0;}.users_myolx_view .my-items .itemList,.users_myads_view .my-items .itemList,.users_favorites_view .my-items .itemList{margin:0;padding:0;list-style-type:none}.users_myolx_view .my-items .item,.users_myads_view .my-items .item,.users_favorites_view .my-items .item{border-bottom:1px solid #ccc;list-style:none;}.users_myolx_view .my-items .item:after,.users_myads_view .my-items .item:after,.users_favorites_view .my-items .item:after{content:" ";clear:both;display:block}.users_myolx_view .my-items .item .image,.users_myads_view .my-items .item .image,.users_favorites_view .my-items .item .image{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:1px solid #ccc;display:inline-block;float:left;margin:30px 25px 30px;max-height:144px;min-height:144px;padding:2px;position:relative;text-align:center;width:185px;}.users_myolx_view .my-items .item .image .withoutimg,.users_myads_view .my-items .item .image .withoutimg,.users_favorites_view .my-items .item .image .withoutimg{color:#ccc;display:block;font-size:50px;margin:0 auto;max-width:100%;padding:35px 0}.users_myolx_view .my-items .item .image img,.users_myads_view .my-items .item .image img,.users_favorites_view .my-items .item .image img{bottom:2px;left:2px;margin:auto;max-height:144px;max-width:100%;position:absolute;right:2px;top:2px}.users_myolx_view .my-items .item .image .status,.users_myads_view .my-items .item .image .status,.users_favorites_view .my-items .item .image .status{background:#ab0;color:#fff;font-size:14px;font-weight:bold;left:-10px;padding:3px;position:absolute;text-transform:uppercase;top:20px;width:70%;}.users_myolx_view .my-items .item .image .status:after,.users_myads_view .my-items .item .image .status:after,.users_favorites_view .my-items .item .image .status:after{border-color:#ab0 transparent #ab0 #ab0;border-style:solid;border-width:11px;bottom:0;content:" ";height:0;position:absolute;right:-10px;width:0}.users_myolx_view .my-items .item .image .status:before,.users_myads_view .my-items .item .image .status:before,.users_favorites_view .my-items .item .image .status:before{border-color:#869000 transparent;border-style:solid;border-width:8px 0 0 9px;content:"";left:0;position:absolute;top:100%}.users_myolx_view .my-items .item .description,.users_myads_view .my-items .item .description,.users_favorites_view .my-items .item .description{color:#000;display:table;float:left;font-size:14px;height:149px;margin:30px 30px 30px 0;width:925px;}.users_myolx_view .my-items .item .description .title,.users_myads_view .my-items .item .description .title,.users_favorites_view .my-items .item .description .title{color:#607d8b;font-size:20px;font-weight:normal;margin:0}.users_myolx_view .my-items .item .description .tips span,.users_myads_view .my-items .item .description .tips span,.users_favorites_view .my-items .item .description .tips span{display:inline-block;padding:3px;}.users_myolx_view .my-items .item .description .tips span.city,.users_myads_view .my-items .item .description .tips span.city,.users_favorites_view .my-items .item .description .tips span.city{padding:3px 0;text-transform:capitalize}.users_myolx_view .my-items .item .description .text,.users_myads_view .my-items .item .description .text,.users_favorites_view .my-items .item .description .text{color:#999;font-size:14px;min-height:47px}.users_myolx_view .my-items .item .description .contact,.users_myads_view .my-items .item .description .contact,.users_favorites_view .my-items .item .description .contact{background-color:#02b875;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;padding:8px 30px;float:left;margin:0 10px 0 0;}.users_myolx_view .my-items .item .description .contact:hover,.users_myads_view .my-items .item .description .contact:hover,.users_favorites_view .my-items .item .description .contact:hover{text-decoration:none;}.users_myolx_view .my-items .item .description .contact.sending,.users_myads_view .my-items .item .description .contact.sending,.users_favorites_view .my-items .item .description .contact.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.users_myolx_view .my-items .item .description .contact:hover,.users_myads_view .my-items .item .description .contact:hover,.users_favorites_view .my-items .item .description .contact:hover{background-color:#01945e}.users_myolx_view .my-items .item .price,.users_myads_view .my-items .item .price,.users_favorites_view .my-items .item .price{float:right;text-align:right;width:110px;min-height:20px;}.users_myolx_view .my-items .item .price span,.users_myads_view .my-items .item .price span,.users_favorites_view .my-items .item .price span{color:#000;font-size:20px;font-weight:bold}.users_myolx_view .my-items .item:last-child,.users_myads_view .my-items .item:last-child,.users_favorites_view .my-items .item:last-child{border-bottom:none}.users_myolx_view .buttons,.users_myads_view .buttons,.users_favorites_view .buttons{display:table-row;height:26px;vertical-align:bottom;}.users_myolx_view .buttons .btn,.users_myads_view .buttons .btn,.users_favorites_view .buttons .btn{background:#f5f5f5;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#000;padding:5px 10px;text-align:center;margin-right:10px;text-align:left;font-size:14px;float:left;line-height:1.5;}.users_myolx_view .buttons .btn:hover,.users_myads_view .buttons .btn:hover,.users_favorites_view .buttons .btn:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#000;text-decoration:none}.users_myolx_view .buttons .btn:before,.users_myads_view .buttons .btn:before,.users_favorites_view .buttons .btn:before{line-height:1.5;margin:-2px 5px 0 2px}.users_myolx_view .buttons .btn.btnfeaturedad,.users_myads_view .buttons .btn.btnfeaturedad,.users_favorites_view .buttons .btn.btnfeaturedad{background:#ab0;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#fff;padding:5px 10px;text-align:center;}.users_myolx_view .buttons .btn.btnfeaturedad:hover,.users_myads_view .buttons .btn.btnfeaturedad:hover,.users_favorites_view .buttons .btn.btnfeaturedad:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#fff;text-decoration:none}.users_myolx_view .buttons .orange,.users_myads_view .buttons .orange,.users_favorites_view .buttons .orange{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:#f70;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#fff;padding:5px 10px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.users_myolx_view .buttons .orange:hover,.users_myads_view .buttons .orange:hover,.users_favorites_view .buttons .orange:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#fff;text-decoration:none}.users_myolx_view .empty,.users_myads_view .empty,.users_favorites_view .empty{font-size:1.428571428571429rem;padding:40px 0;text-align:center;color:#ccc}.users_myolx_view .removeAd,.users_myads_view .removeAd,.users_favorites_view .removeAd{opacity:.5;}.users_myolx_view .removeAd .removeItem,.users_myads_view .removeAd .removeItem,.users_favorites_view .removeAd .removeItem{cursor:default}
.users_myads_view .myItems{background:#fff;border-color:#ccc;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;border-style:none;border-width:1px;padding:20px 0 0 0;margin-top:0;}.users_myads_view .myItems:after{content:" ";clear:both;display:block}.users_myads_view .myItems .paymen-message-pending{display:block;background-color:#fce6cf;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:10px 20px;padding:15px 20px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;line-height:19px}.users_myads_view .myItems .itemList{margin:0;padding:0;list-style-type:none;padding:0 20px;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;}.users_myads_view .myItems .itemList.withWallet{width:915px;}.users_myads_view .myItems .itemList.withWallet .description{width:660px}.users_myads_view .payment-message-success,.users_myads_view .payment-message-fail{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#f0ffc6;border:solid 1px #cfde67;padding:20px;position:absolute;z-index:1;width:738px;margin:20px 0 0 100px;-webkit-box-shadow:0 0 3px rgba(0,0,0,0.3);-moz-box-shadow:0 0 3px rgba(0,0,0,0.3);box-shadow:0 0 3px rgba(0,0,0,0.3);display:none;}.users_myads_view .payment-message-success:before,.users_myads_view .payment-message-fail:before{font-size:44px;color:#ab0;float:left;margin-right:20px}.users_myads_view .payment-message-success h6,.users_myads_view .payment-message-fail h6{color:#000;font-size:1.428571428571429rem;margin:0 0 5px 0;padding:0}.users_myads_view .payment-message-success p,.users_myads_view .payment-message-fail p{color:#000;font-size:1rem;margin:0;padding:0}.users_myads_view .payment-message-fail{background-color:#fee;border:solid 1px #faa;}.users_myads_view .payment-message-fail:before{color:#c33}
.users_messages_view{background:#fff;border-color:#ccc;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;border-style:solid;border-width:1px;padding:0;}.users_messages_view .latest-messages{padding:10px 10px 0;border-bottom:1px solid #ccc}.users_messages_view .alert p{font-size:14px;text-align:center;margin:0;padding:15px 0;}.users_messages_view .alert p.success{background:#efc;}.users_messages_view .alert p.success::before{color:#ab0;font-size:16px;margin:-3px 8px 0 0}.users_messages_view .alert p.fail{background:#fee;color:#c33}.users_messages_view .actions{border-bottom:1px solid #ccc}.users_messages_view .actions,.users_messages_view .backToOlx{background:#f5f5f5;padding:15px 20px}.users_messages_view .notification{padding:10px 20px;border-bottom:1px solid #ccc}.users_messages_view .messages{margin:0;padding:0;list-style-type:none;}.users_messages_view .messages li{border-bottom:1px solid #ccc;font-weight:bold;padding:10px 20px;}.users_messages_view .messages li.read{background:#fafafa;font-weight:normal}.users_messages_view .backToOlx{border-bottom:0;padding:20px 0;text-align:center}.users_messages_view .btn{background:#fff;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#000;padding:5px 20px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.2) inset;-moz-box-shadow:0 1px 0 rgba(255,255,255,0.2) inset;box-shadow:0 1px 0 rgba(255,255,255,0.2) inset;display:inline-block;margin-left:5px;padding:7px 10px 5px 10px;text-align:center;}.users_messages_view .btn:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#000;text-decoration:none}.users_messages_view .btn:before{margin:-3px 5px 0}.users_messages_view .active::after{border-color:transparent #f00}.users_messages_view .name,.users_messages_view .title,.users_messages_view .date{display:inline-block}.users_messages_view .name{width:220px}.users_messages_view .title{margin-left:20px;width:450px}.users_messages_view .date{float:right;text-align:right;width:200px}.users_messages_view .back{font-size:.8571428571428571rem}.users_messages_view form label{display:inline-block;vertical-align:middle}.users_messages_view form input[type="checkbox"]{display:inline-block;margin-right:10px;vertical-align:middle}
.users_lostpasswordssuccess_view .success{background:#e8f6ff;border-color:#b9ddf3;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:10px 20px}
.users_lostpassword_view .lostpassword_view,.users_login_view .lostpassword_view,.users_lostpassword_view .login_view,.users_login_view .login_view{background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:none;border-width:1px;padding:0 0 20px 0}.users_lostpassword_view .title,.users_login_view .title{border-bottom:1px solid #ccc;font-size:1.857142857142857rem;font-weight:normal;margin:0;padding-bottom:5px;padding:13px 20px}.users_lostpassword_view h4 span,.users_login_view h4 span{display:block;font-size:large}.users_lostpassword_view form,.users_login_view form{margin-top:40px;padding:0 20px;}.users_lostpassword_view form .wrapper,.users_login_view form .wrapper{border:0;padding:0;margin:0 0 10px 0;width:100%;background-color:#fff;}.users_lostpassword_view form .wrapper.error,.users_login_view form .wrapper.error{color:#c33;}.users_lostpassword_view form .wrapper.error .text-field,.users_login_view form .wrapper.error .text-field{border-color:#c33}.users_lostpassword_view form .wrapper.error .advice,.users_login_view form .wrapper.error .advice{display:block}.users_lostpassword_view form .login-label,.users_login_view form .login-label,.users_lostpassword_view form .wrapper-inputs,.users_login_view form .wrapper-inputs{float:left}.users_lostpassword_view form .login-label,.users_login_view form .login-label{font-size:1.142857142857143rem;margin:10px 20px 0 0;text-align:right;text-transform:capitalize;width:160px}.users_lostpassword_view form .remember,.users_login_view form .remember{display:inline-block;vertical-align:middle;margin-left:180px}.users_lostpassword_view form .text-field,.users_login_view form .text-field{background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:0 10px;width:310px}.users_lostpassword_view form .advice,.users_login_view form .advice{margin-top:5px;font-size:.8571428571428571rem;display:none}.users_lostpassword_view form .send,.users_login_view form .send{display:inline-block;margin-left:180px;padding:10px 30px;font-size:1.142857142857143rem;margin-top:10px;background-color:#02b875;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;}.users_lostpassword_view form .send:hover,.users_login_view form .send:hover{text-decoration:none;}.users_lostpassword_view form .send.sending,.users_login_view form .send.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.users_lostpassword_view form .send:hover,.users_login_view form .send:hover{background-color:#01945e}.users_lostpassword_view form .forgot,.users_login_view form .forgot{display:inline-block;margin-left:10px}.users_lostpassword_view .register,.users_login_view .register{margin:20px 0 0 200px}.users_lostpassword_view .lostpassword_view,.users_login_view .lostpassword_view{height:200px;}.users_lostpassword_view .lostpassword_view .forgot-msg,.users_login_view .lostpassword_view .forgot-msg{padding:0 20px}.users_lostpassword_view .lostpassword_view .text-field,.users_login_view .lostpassword_view .text-field{float:left}.users_lostpassword_view .lostpassword_view form .send,.users_login_view .lostpassword_view form .send{float:left;padding:8px 30px;margin:0 0 0 10px}.users_lostpassword_view .lostpassword_view .advice,.users_login_view .lostpassword_view .advice{clear:both;float:left}.users_lostpassword_view .lostpassword_success .back,.users_login_view .lostpassword_success .back{display:inline-block;margin-top:20px;}.users_lostpassword_view .lostpassword_success .back::before,.users_login_view .lostpassword_success .back::before{margin:-2px 5px 0 0}
.facebook-login{background:#306199;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#fff;padding:10px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);cursor:pointer;font-size:1.142857142857143rem;margin:22px 0 0 201px;padding:0;text-align:left;width:330px;}.facebook-login:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#fff;text-decoration:none}.facebook-login span{border-right:1px solid #306199;-webkit-box-shadow:1px 0 #3773b8;-moz-box-shadow:1px 0 #3773b8;box-shadow:1px 0 #3773b8;display:inline-block;padding:9px 13px;}.facebook-login span::before{margin-top:-2px}.facebook-login p{display:inline-block;margin:-4px 0 0 10px;vertical-align:middle}.dividing-line{margin:20px 0 26px 201px;}.dividing-line .line{background:#ccc;display:inline-block;height:1px;vertical-align:middle;width:148px}.dividing-line p{display:inline-block;margin:0 10px}
.users_createpassword_view{width:100% !important;min-width:980px;max-width:1200px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:1em;background-color:#fff;}.users_createpassword_view h4{margin:0;font-size:1.857142857142857rem;font-weight:normal}.users_createpassword_view p{margin:.5em 0 0}.users_createpassword_view div{display:flex;max-width:1000px;margin:3em 0 4em}.users_createpassword_view fieldset{-webkit-box-flex:1;-webkit-flex:1 0 auto;-moz-box-flex:1;-moz-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;width:360px;margin:0;padding:0 1em 0 0;border:none;}.users_createpassword_view fieldset label{display:block;margin-bottom:.5em;line-height:1em;color:#999}.users_createpassword_view fieldset input{display:block;width:100%;padding:0 .5em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:1rem;line-height:3em;border-style:solid;border-width:thin;border-color:#ccc;background-color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.users_createpassword_view fieldset input:focus{outline:none}.users_createpassword_view fieldset input.invalid{border-color:#c33;}.users_createpassword_view fieldset input.invalid + .error{display:block}.users_createpassword_view fieldset .error{display:none;margin:.5em 0 -1.5em;font-size:.8571428571428571rem;line-height:1em;color:#c33}.users_createpassword_view input[type="submit"]{background-color:#f70;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:1.5em 0 0;padding:0 2em;line-height:3em;}.users_createpassword_view input[type="submit"]:hover{text-decoration:none;background-color:#ff851a}.users_createpassword_view input[type="submit"].sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.users_createpassword_view input[type="submit"]:disabled{background-color:#ccc;background-image:none;text-shadow:none}
#conversations{background:#fff;border-color:#ccc;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;border-style:solid;border-width:1px;padding:0;height:562px;overflow:hidden;}#conversations .icon-message,#conversations .no-messages,#conversations .disclamer{text-align:center;display:block}#conversations .icon-message{width:173px;height:173px;margin:135px auto 0;background-color:#414182;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;position:relative;}#conversations .icon-message .icon{position:absolute;}#conversations .icon-message .icon:first-child{width:85px;height:60px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;left:25px;top:45px;z-index:10}#conversations .icon-message .icon:first-child:after{content:"";position:absolute;top:100%;left:15px;border-width:20px 25px 0 0;border-style:solid;border-color:#fff transparent;-webkit-transform:skewX(0);-moz-transform:skewX(0);-ms-transform:skewX(0);-o-transform:skewX(0);transform:skewX(0)}#conversations .icon-message .icon:last-child{width:85px;height:60px;background:#25b0be;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;right:20px;top:60px;z-index:5}#conversations .icon-message .icon:last-child:after{content:"";position:absolute;top:100%;left:40px;border-width:20px 0 0 25px;border-style:solid;border-color:#25b0be transparent;-webkit-transform:skewX(0);-moz-transform:skewX(0);-ms-transform:skewX(0);-o-transform:skewX(0);transform:skewX(0)}#conversations .icon-message .icon .lines{width:62px;height:8px;display:inline-block;margin:15px auto 0;border-top:4px solid #25b0be;border-bottom:4px solid #25b0be;position:relative;}#conversations .icon-message .icon .lines:after{content:"";position:absolute;width:80%;height:4px;background-color:#25b0be;left:0;top:20px}#conversations .no-messages{font-size:1.428571428571429rem;font-weight:normal;margin:25px 0 10px}#conversations .disclamer{font-size:1rem;color:#44484a;margin:0}#conversations .conversations-thread{height:85px;display:block;border-bottom:1px solid #ccc;}#conversations .conversations-thread:hover{background-color:#ffc}#conversations .conversations-thread.empty{text-align:center;font-size:1.142857142857143rem;color:#ccc;line-height:85px;}#conversations .conversations-thread.empty:hover{background-color:#fff}#conversations .conversations-thread .wrapper-img{width:65px;height:65px;margin:10px;}#conversations .conversations-thread .wrapper-img.icons{font-size:45px}#conversations .conversations-thread .conversations-data{float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:10px 10px 10px 0;height:85px;position:relative;}#conversations .conversations-thread .conversations-data .name,#conversations .conversations-thread .conversations-data .title,#conversations .conversations-thread .conversations-data .message{font-weight:normal;margin:0 0 2px}#conversations .conversations-thread .conversations-data .name,#conversations .conversations-thread .conversations-data .message{color:#000}#conversations .conversations-thread .conversations-data .title{color:#999}#conversations .conversations-thread .conversations-data .message,#conversations .conversations-thread .conversations-data .title{font-size:.8571428571428571rem}#conversations .conversations-thread .conversations-data .name{font-size:1rem}#conversations .conversations-thread .conversations-data .date{position:absolute;color:#a7a7a7;font-size:.7142857142857143rem}#conversations .conversations-thread.unread .conversations-data .name,#conversations .conversations-thread.unread .conversations-data .message,#conversations .conversations-thread.unread .conversations-data .title,#conversations .conversations-thread.unread .conversations-data .date{font-weight:bold;color:#000}#conversations .wrapper-img{float:left;border:1px solid #ccc;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;position:relative;background-repeat:no-repeat;background-size:cover;background-position:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#fff;}#conversations .wrapper-img.icons{color:#ccc;text-align:center;padding-top:2px}
.users-configuration-view,.userprofile,.users-editpersonalinfo-view,.users-edituserprofile-view,.users-emailsnotification-view{background:#fff;border-color:#ccc;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;border-style:solid;border-width:1px;padding:20px;}.users-configuration-view h1,.userprofile h1,.users-editpersonalinfo-view h1,.users-edituserprofile-view h1,.users-emailsnotification-view h1{font-size:1.428571428571429rem;border-bottom:1px solid #ccc;padding-bottom:5px;margin-bottom:20px;font-weight:normal}.users-configuration-view .icon-arrow-left,.userprofile .icon-arrow-left,.users-editpersonalinfo-view .icon-arrow-left,.users-edituserprofile-view .icon-arrow-left,.users-emailsnotification-view .icon-arrow-left{display:block;font-size:.8571428571428571rem;margin:0 0 20px 0;}.users-configuration-view .icon-arrow-left:before,.userprofile .icon-arrow-left:before,.users-editpersonalinfo-view .icon-arrow-left:before,.users-edituserprofile-view .icon-arrow-left:before,.users-emailsnotification-view .icon-arrow-left:before{color:#000;font-size:.5714285714285714rem;margin:0 4px 3px 0}.users-configuration-view .save-config,.userprofile .save-config,.users-editpersonalinfo-view .save-config,.users-edituserprofile-view .save-config,.users-emailsnotification-view .save-config{border:none;margin:0;padding:10px 10px 0 222px;width:440px;}.users-configuration-view .save-config .save,.userprofile .save-config .save,.users-editpersonalinfo-view .save-config .save,.users-edituserprofile-view .save-config .save,.users-emailsnotification-view .save-config .save{background-color:#f70;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;padding:8px 30px;float:left}.users-configuration-view .save-config .save:hover,.userprofile .save-config .save:hover,.users-editpersonalinfo-view .save-config .save:hover,.users-edituserprofile-view .save-config .save:hover,.users-emailsnotification-view .save-config .save:hover{text-decoration:none;background-color:#ff851a}.users-configuration-view .save-config .save.sending,.userprofile .save-config .save.sending,.users-editpersonalinfo-view .save-config .save.sending,.users-edituserprofile-view .save-config .save.sending,.users-emailsnotification-view .save-config .save.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.users-emailsnotification-view .save-config{padding:10px 10px 0 0}.users-emailsnotification-view .field-wrapper.checkbox{padding:5px 0 0;}.users-emailsnotification-view .field-wrapper.checkbox input{margin:0 3px 0 0}.users-emailsnotification-view .title{font-size:1.142857142857143rem;display:block;margin:20px 0 0}.users-configuration-view .user-image,.users-userprofile-view .user-image{background-color:#f5f5f5;color:#fff;display:inline-block;font-size:3.571428571428572rem;height:90px;line-height:75px;text-align:center;vertical-align:top;width:90px;margin-right:15px}.users-configuration-view .links,.users-userprofile-view .links{margin:0;padding:0;list-style-type:none;display:inline-block;margin:0;}.users-configuration-view .links li,.users-userprofile-view .links li{margin:5px 0}
#progressBar{background:#02b875;-webkit-border-radius:10%;-moz-border-radius:10%;border-radius:10%;height:2px;left:0;position:fixed;top:0;-webkit-transition:width 500ms ease-out opacity 400ms linear;-moz-transition:width 500ms ease-out opacity 400ms linear;-ms-transition:width 500ms ease-out opacity 400ms linear;-o-transition:width 500ms ease-out opacity 400ms linear;transition:width 500ms ease-out opacity 400ms linear;width:0%;z-index:999999}.spinner{background:url("https://static01.olx-st.com/mobile-webapp/images/desktop/spinner-bgYellow.gif");display:block;height:20px;width:20px}#partials-tracking-view{height:0;width:0;overflow:hidden}.env-label{background:#777;color:#fff;font-size:.8571428571428571rem;left:0;padding:5px 10px;position:fixed;text-align:center;top:60px;z-index:99999}#header_keywords{color:#ccc;font-size:.8571428571428571rem;margin:-20px 0 0;text-align:center;height:20px}.hide{display:none}.display-none{display:none !important}.noscroll{overflow:hidden}.posting{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#02b875;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;padding:15px 30px;font-size:1.428571428571429rem;font-weight:bold;line-height:1;}.posting:hover{text-decoration:none;}.posting.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.posting:hover{background-color:#01945e}.search-form fieldset{border:none;margin:0;padding:0}.search-form .button,.search-form .text-field{display:inline-block;vertical-align:middle}.search-form .button{background-color:#02b875;color:#fff;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;border:none;outline:none;text-align:center;padding:0;border:none;font-size:1.142857142857143rem;height:38px;line-height:1;width:40px}.search-form .button:hover{text-decoration:none;}.search-form .button.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.search-form .text-field{border-color:#02b875;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;width:255px;}.search-form .text-field:focus{border-color:#02b875;-webkit-box-shadow:0 0 1px 1px rgba(0,0,0,0.1);-moz-box-shadow:0 0 1px 1px rgba(0,0,0,0.1);box-shadow:0 0 1px 1px rgba(0,0,0,0.1);color:#000}.text-field{border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;font-size:1rem;height:36px;line-height:1.2;padding:0 10px;}.text-field:focus{border-color:#999;-webkit-box-shadow:0 0 1px 1px rgba(0,0,0,0.1);-moz-box-shadow:0 0 1px 1px rgba(0,0,0,0.1);box-shadow:0 0 1px 1px rgba(0,0,0,0.1);color:#000}.title-module{font-size:1.142857142857143rem;font-weight:normal;line-height:1;margin:0;}.title-module .text-field{border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#999;font-size:1rem;height:36px;line-height:1;padding:0 10px;}.title-module .text-field:focus{border-color:#999;-webkit-box-shadow:0 0 1px 1px rgba(0,0,0,0.1);-moz-box-shadow:0 0 1px 1px rgba(0,0,0,0.1);box-shadow:0 0 1px 1px rgba(0,0,0,0.1);color:#000}.short-page{min-height:240px}.wrapper-main,.wrapper{margin:auto;width:980px;background-color:#eceff1;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;padding:0 20px 20px}.wrapper-main:after,.wrapper:after{content:" ";clear:both;display:block}#content > :first-child{width:1020px;margin:auto}#content{margin-top:66px}.tooltip-active{opacity:1 !important;visibility:visible !important}.flex-container{display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:100%;}.flex-container > #content{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}div.toast{position:fixed;top:-100px;left:0;width:100%;z-index:9999999;color:#fff;text-align:center;}div.toast p.toast-content{display:inline-block;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#4a4a4a;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.4);-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.4);box-shadow:0 1px 2px 0 rgba(0,0,0,0.4);padding:15px 30px;margin:0}div.toast.animate{-webkit-animation:toast-show 1s ease 1 forwards,toast-hide 1s ease 1 forwards;-moz-animation:toast-show 1s ease 1 forwards,toast-hide 1s ease 1 forwards;-ms-animation:toast-show 1s ease 1 forwards,toast-hide 1s ease 1 forwards;-o-animation:toast-show 1s ease 1 forwards,toast-hide 1s ease 1 forwards;animation:toast-show 1s ease 1 forwards,toast-hide 1s ease 1 forwards;animation-delay:0s,4s}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}.pull-left{float:left !important}.pull-right{float:right !important}.full-width{width:100% !important}@-moz-keyframes toast-show{from{top:-100px;opacity:0}to{top:100px;opacity:1}}@-webkit-keyframes toast-show{from{top:-100px;opacity:0}to{top:100px;opacity:1}}@-o-keyframes toast-show{from{top:-100px;opacity:0}to{top:100px;opacity:1}}@keyframes toast-show{from{top:-100px;opacity:0}to{top:100px;opacity:1}}@-moz-keyframes toast-hide{to{top:-100px;opacity:0}from{top:100px;opacity:1}}@-webkit-keyframes toast-hide{to{top:-100px;opacity:0}from{top:100px;opacity:1}}@-o-keyframes toast-hide{to{top:-100px;opacity:0}from{top:100px;opacity:1}}@keyframes toast-hide{to{top:-100px;opacity:0}from{top:100px;opacity:1}}
.suggest-price{position:absolute;top:44px;right:158px;background:#fff;border-color:#ab0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:10px;z-index:10;}.suggest-price:after,.suggest-price:before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:10;right:100%;top:50%}.suggest-price:after{border-color:rgba(255,255,255,0);border-width:10px;margin-top:-10px;border-right-color:#fff}.suggest-price:before{border-color:rgba(170,187,0,0);border-width:11px;margin-top:-11px;border-right-color:#ab0}.suggest-price p{margin:0}.suggest-price h4{margin:0}.suggest-price .price-bar{height:134px;padding:18px 0 0 26px;background:url("https://static01.olx-st.com/mobile-webapp/images/desktop/posting/barra_desktop.png") no-repeat;}.suggest-price .price-bar p{font-size:.7142857142857143rem;font-weight:bold;margin:0 0 20px 0;}.suggest-price .price-bar p span{display:block;font-size:.8571428571428571rem;font-weight:normal}
.posting-success-view{width:1200px !important;}.posting-success-view .posting-success{padding:25px;display:block;margin:0 10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#ececec;}.posting-success-view .posting-success h3,.posting-success-view .posting-success p{margin:0}.posting-success-view .posting-success h3{font-size:1.428571428571429rem}.posting-success-view .posting-success p{font-size:1rem;color:#4a4a4a}.posting-success-view .posting-success:before{float:left;font-size:40px;margin:0 15px 0 0;color:#4a4a4a}.categories-best-selling{margin-top:20px;}.categories-best-selling .module{background:#fafafa;border-color:#cc0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:8px 8px 18px 8px;display:inline-block;height:100px;margin:0 15px 0 0;text-align:center;vertical-align:middle;width:177px;}.categories-best-selling .module:hover{text-decoration:none}.categories-best-selling .module p{font-size:.8571428571428571rem;margin:0;}.categories-best-selling .module p strong{display:block;word-break:break-all}.categories-best-selling .module .icons::before{color:#607d8b;font-size:4.571428571428571rem}.categories-best-selling .posting{display:inline-block;margin-left:15px;vertical-align:middle;}.categories-best-selling .posting span{display:block;font-size:1rem;font-weight:normal}.item-preview:after{content:" ";clear:both;display:block}.item-preview .header-edit{background:#f5f5f5;border-color:#ccc;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;border-style:solid;border-width:1px;padding:10px 20px;border-bottom:none;}.item-preview .header-edit:after{content:" ";clear:both;display:block}.item-preview .header-edit p{float:left;margin:0}.item-preview .header-edit .icons{float:right;}.item-preview .header-edit .icons::before{font-size:.8571428571428571rem;margin-right:5px}.item-preview .item-preview-content{float:left;width:880px;}.item-preview .item-preview-content .item-location{margin:0}.item-preview .item-preview-content .item-success-image{position:relative;}.item-preview .item-preview-content .item-success-image:after{content:" ";clear:both;display:block}.item-preview .item-preview-content .item-success-image .item-price{height:28px;left:-10px;margin:0;position:absolute;top:20px;z-index:1;}.item-preview .item-preview-content .item-success-image .item-price:after,.item-preview .item-preview-content .item-success-image .item-price:before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:1000;left:100%;top:50%}.item-preview .item-preview-content .item-success-image .item-price:after{border-color:rgba(102,34,136,0);border-width:24px;margin-top:-24px;border-left-color:#628}.item-preview .item-preview-content .item-success-image .item-price:before{border-color:rgba(102,34,136,0);border-width:25px;margin-top:-25px;border-left-color:#628}.item-preview .item-preview-content .item-success-image .item-price .price{font-size:1.428571428571429rem;line-height:1}.item-preview .item-preview-content .item-success-image .item-price .price,.item-preview .item-preview-content .item-success-image .item-price .price-type{font-weight:bold}.item-preview .item-preview-content .item-success-image .item-price .price-type:last-child{font-size:.8571428571428571rem;margin:0;line-height:1}.item-preview .item-preview-content .item-success-image .item-price .price-type:only-child,.item-preview .item-preview-content .item-success-image .item-price .price:only-child{font-size:1.428571428571429rem;margin:4px 0 0 0}.item-preview .item-preview-content .item-success-image .item-price .price-negotiable{font-size:.8571428571428571rem}.item-preview .item-preview-content .item-success-image .item-price .price-negotiable:only-child{font-size:1.714285714285714rem;margin-top:0}.item-preview .item-preview-content .item-title{font-size:1.857142857142857rem;margin:0}.item-preview .item-preview-content .wrapper{background:#fff;border-color:#ccc;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;border-style:solid;border-width:1px;padding:20px;position:relative;width:auto}.item-preview .side-column{float:right;width:300px;}.item-preview .side-column .user-info{background:#f5f5f5;border-color:#ccc;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;border-style:solid;border-width:1px;padding:20px;}.item-preview .side-column .user-info .icons::before{font-size:1.142857142857143rem;margin-right:5px}.item-preview .side-column .user-info .user-name{font-size:1.142857142857143rem;margin:0}.item-preview .side-column .user-info .user-phone{font-size:1.428571428571429rem;font-weight:bold}.item-preview .side-column .featured-ads{background:#fe7;border-color:#cc0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:30px 20px 20px;margin-top:20px;position:relative;}.item-preview .side-column .featured-ads .featured-ads-title{margin:10px 0 0;font-size:1.142857142857143rem;color:#000;font-weight:bold}.item-preview .side-column .featured-ads p.featuredad{position:absolute;left:-17px;top:-6px;height:20px;}.item-preview .side-column .featured-ads p.featuredad .icon-star-circle{color:#890;font-size:26px;position:absolute;z-index:10;top:-7px;left:0;}.item-preview .side-column .featured-ads p.featuredad .icon-star-circle:before{border:2px solid #fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#fff}.item-preview .side-column .featured-ads p.featuredad em{background:#ab0;color:#fff;font-size:10px;font-weight:bold;left:0;padding:0 20px 0 30px;position:absolute;height:20px;line-height:20px;text-transform:uppercase;font-style:normal;top:0;left:24px;padding-left:22px;position:absolute;width:115px;text-align:center}.item-preview .side-column .featured-ads p.featuredad em:after{border-color:#ab0 transparent #ab0 #ab0;border-style:solid;border-width:10px;bottom:0;content:" ";height:0;position:absolute;right:-10px;width:0}.item-preview .side-column .featured-ads ul{padding:15px;margin:0;}.item-preview .side-column .featured-ads ul li{font-size:1rem;margin-bottom:5px}.posting-success-view .notification-message,.edit-success .notification-message{background:#e8f6ff;border-color:#bde;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:20px 20px 20px 100px;margin-bottom:20px;position:relative;min-height:50px;}.posting-success-view .notification-message:after,.edit-success .notification-message:after{content:" ";clear:both;display:block}.posting-success-view .notification-message.icon-time::before,.edit-success .notification-message.icon-time::before,.posting-success-view .notification-message.icon-star-circle::before,.edit-success .notification-message.icon-star-circle::before,.posting-success-view .notification-message.icon-sad::before,.edit-success .notification-message.icon-sad::before{color:#607d8b;font-size:4.571428571428571rem;left:20px;position:absolute;top:13px}.posting-success-view .notification-message h4,.edit-success .notification-message h4,.posting-success-view .notification-message p,.edit-success .notification-message p{line-height:1.4;margin:0}.posting-success-view .notification-message h4,.edit-success .notification-message h4{font-size:1.428571428571429rem}.accep-exchange{background:#fe7;border-color:#cc0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:50px 0;text-align:center;margin-bottom:20px;}.accep-exchange:after{content:" ";clear:both;display:block}.accep-exchange .title{font-size:2.714285714285714rem;font-weight:normal;margin:0 0 30px;display:block}.accep-exchange .accept{background:#f70;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#fff;padding:10px 30px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.accep-exchange .accept:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#fff;text-decoration:none}.accep-exchange .denied{background:#f5f5f5;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#000;padding:10px 30px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.accep-exchange .denied:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#000;text-decoration:none}.accep-exchange .accept,.accep-exchange .denied{font-size:1.714285714285714rem;margin:0 10px;display:inline-block;text-shadow:none}
.posting-profile-view{background-color:#fff;border-color:#ccc;border-style:solid;border-width:0 1px 1px;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;}.posting-profile-view .profile-card{overflow:hidden;padding:15px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#f5f5f5;}.posting-profile-view .profile-card .profile-image{float:left;margin:0 1em 0 0;}.posting-profile-view .profile-card .profile-image .portrait{position:relative;overflow:hidden;float:left;width:100px;height:100px;margin:0;background-color:#ccc;background-position:center;background-size:cover;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:3px solid #fff;}.posting-profile-view .profile-card .profile-image .portrait.empty{border-color:#ccc;}.posting-profile-view .profile-card .profile-image .portrait.empty:before,.posting-profile-view .profile-card .profile-image .portrait.empty:after{content:'';position:absolute;top:50%;left:50%;background-color:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.posting-profile-view .profile-card .profile-image .portrait.empty:before{width:40%;height:40%;margin:-40% -20%}.posting-profile-view .profile-card .profile-image .portrait.empty:after{width:100%;height:100%;margin:10% -50%}.posting-profile-view .profile-card .profile-data{overflow:hidden;}.posting-profile-view .profile-card .profile-data p{margin:6px 0;line-height:1.3;}.posting-profile-view .profile-card .profile-data p .value{display:inline-block;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:225px}.posting-profile-view .profile-card .profile-data p .icons-material::before,.posting-profile-view .profile-card .profile-data p .icons::before{font-size:1.142857142857143rem}.posting-profile-view .profile-card .profile-data p .action{font-size:11px;display:inline-block;vertical-align:middle}.posting-profile-view .profile-card .profile-data p.email{color:#999}.posting-profile-view .profile-card .profile-data p.success .icons-material::before{color:#ab0}.posting-profile-view .profile-card .profile-data p.error .icons-material::before{color:#c33}.posting-profile-view .profile-card .profile-data p.error a{color:#c33}.posting-profile-view .actions{padding:10px 10px 10px 222px;}.posting-profile-view .actions .submit-form{background-color:#02b875;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 2em;line-height:3em;}.posting-profile-view .actions .submit-form:hover{text-decoration:none;}.posting-profile-view .actions .submit-form.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.posting-profile-view .actions .submit-form:hover{background-color:#01945e}.posting-profile-view .actions .submit-form:disabled{background-color:#ccc;color:#999}.posting-profile-view .actions p{font-size:.8571428571428571rem;color:#999}
.posting-price-view{position:relative;}.posting-price-view .field-controls .segments{display:table;width:100%}.posting-price-view .field-controls .segment{display:table-cell;vertical-align:top;}.posting-price-view .field-controls .segment.currency_type{width:80px;padding-right:10px}.posting-price-view .field-controls .segment.priceType{width:120px;padding-left:10px}.posting-price-view .field-controls .single-value{display:inline-block;line-height:2.5em;color:#999}.posting-price-view .field-controls .message{float:left;width:100%}
.paymentSms{font-size:1rem;background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:8px 0;text-align:center;margin-bottom:20px;}.paymentSms p{margin:0}.paymentSms h3{background:#ab0;color:#fff;display:inline-block;padding:9px 56px;font-size:2.285714285714286rem;position:relative;}.paymentSms h3 span{width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:20px solid #ab0;position:absolute;bottom:-20px;left:50%;margin-left:-20px}.paymentSms .small-text{font-size:.8571428571428571rem;color:#666}.paymentSms .item-number{color:#ab0;font-size:2.285714285714286rem;font-weight:bold}.paymentSms .sms-info{background:url("https://static01.olx-st.com/mobile-webapp/images/common/marketing/sms_desktop.gif") no-repeat;width:276px;margin:0 auto;padding:0 0 34px 104px;text-align:left}.paymentSms .text-confirmation{margin-bottom:10px}
.partnership-top .brand{text-transform:uppercase;display:block;margin:0;text-align:center;font-size:1.428571428571429rem;width:425px}.partnership-top .ypf{margin-top:7px}.partnership-top .lan{width:433px;margin-top:8px}.partnership-top .partnership-title{text-transform:uppercase;display:block;margin:0;text-align:center;width:425px;color:#f70;font-size:1.857142857142857rem;font-weight:bold;padding:20px 0 5px}
#posting-optionals-view{position:relative;}#posting-optionals-view .icon-lock::before,#posting-optionals-view .icon-exclamation::before{font-size:1rem;margin-bottom:3px;padding-right:5px}
.posting-contact-map-view.hidden{display:none}.posting-contact-map-view #map-container{position:relative;float:left;width:440px;height:330px;padding:0;background-color:#eee}.posting-contact-map-view.validating #map-container:after{content:'';position:absolute;width:100%;height:100%;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:rgba(255,255,255,0.75) url("https://static01.olx-st.com/mobile-webapp/images/desktop/spinner-bgWhite.gif") no-repeat center}
.posting-locations-view.hidden{display:none}
.notification-keep-posting{background:#fe7;border-color:#cc0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:30px;margin-bottom:20px;text-align:center;}.notification-keep-posting:after{content:" ";clear:both;display:block}.notification-keep-posting .categories-best-selling,.notification-keep-posting .posting{clear:both;min-width:180px}.notification-keep-posting .highlight{color:#f70;font-weight:bold}.notification-keep-posting .icon-arrow::before{color:#f70;font-size:1.428571428571429rem;left:-35px;position:absolute}.notification-keep-posting .message,.notification-keep-posting .title{display:inline-block;vertical-align:middle;margin:0}.notification-keep-posting .message{font-size:1.142857142857143rem;position:relative;max-width:50%}.notification-keep-posting .title{font-size:2.714285714285714rem;font-weight:normal;margin-right:45px;max-width:45%}
.posting-item-information{background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:8px 0;margin:0 0 10px 0;}.posting-item-information.with-profile{margin:0;padding:0;border-bottom-width:0;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.posting-view .field-wrapper,.users-edituserprofile-view .field-wrapper,.users-editpersonalinfo-view .field-wrapper,.users_myolx_view .field-wrapper{margin:0;padding:10px;border:none;-webkit-transition:background-color 1s,color 1s,border-color 1s;-moz-transition:background-color 1s,color 1s,border-color 1s;-ms-transition:background-color 1s,color 1s,border-color 1s;-o-transition:background-color 1s,color 1s,border-color 1s;transition:background-color 1s,color 1s,border-color 1s;}.posting-view .field-wrapper:after,.users-edituserprofile-view .field-wrapper:after,.users-editpersonalinfo-view .field-wrapper:after,.users_myolx_view .field-wrapper:after{content:" ";clear:both;display:block}.posting-view .field-wrapper.focus,.users-edituserprofile-view .field-wrapper.focus,.users-editpersonalinfo-view .field-wrapper.focus,.users_myolx_view .field-wrapper.focus{background-color:#eceff1;}.posting-view .field-wrapper.focus .text-field,.users-edituserprofile-view .field-wrapper.focus .text-field,.users-editpersonalinfo-view .field-wrapper.focus .text-field,.users_myolx_view .field-wrapper.focus .text-field{border-color:#607d8b;-webkit-box-shadow:0 0 3px 0 #b9ddf3 inset;-moz-box-shadow:0 0 3px 0 #b9ddf3 inset;box-shadow:0 0 3px 0 #b9ddf3 inset}.posting-view .field-wrapper.error .field-label,.users-edituserprofile-view .field-wrapper.error .field-label,.users-editpersonalinfo-view .field-wrapper.error .field-label,.users_myolx_view .field-wrapper.error .field-label{color:#c33}.posting-view .field-wrapper.error .text-field,.users-edituserprofile-view .field-wrapper.error .text-field,.users-editpersonalinfo-view .field-wrapper.error .text-field,.users_myolx_view .field-wrapper.error .text-field{border-color:#c33}.posting-view .field-wrapper.success .text-field,.users-edituserprofile-view .field-wrapper.success .text-field,.users-editpersonalinfo-view .field-wrapper.success .text-field,.users_myolx_view .field-wrapper.success .text-field{border-color:#02b875;color:#000}.posting-view .field-label,.users-edituserprofile-view .field-label,.users-editpersonalinfo-view .field-label,.users_myolx_view .field-label{float:left;width:200px;padding:8px 12px 8px 0;font-size:1rem;line-height:1.428571428571429rem;text-align:right;}.posting-view .field-label small,.users-edituserprofile-view .field-label small,.users-editpersonalinfo-view .field-label small,.users_myolx_view .field-label small{color:#666;font-size:.8571428571428571rem;text-transform:lowercase;line-height:1}.posting-view .field-controls,.users-edituserprofile-view .field-controls,.users-editpersonalinfo-view .field-controls,.users_myolx_view .field-controls{float:left;width:440px;}.posting-view .field-controls.radio,.users-edituserprofile-view .field-controls.radio,.users-editpersonalinfo-view .field-controls.radio,.users_myolx_view .field-controls.radio{margin-top:12px;}.posting-view .field-controls.radio span,.users-edituserprofile-view .field-controls.radio span,.users-editpersonalinfo-view .field-controls.radio span,.users_myolx_view .field-controls.radio span{margin:0 5px 0 3px}.posting-view .text-field,.users-edituserprofile-view .text-field,.users-editpersonalinfo-view .text-field,.users_myolx_view .text-field{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#000;width:100%;}.posting-view .text-field.validating,.users-edituserprofile-view .text-field.validating,.users-editpersonalinfo-view .text-field.validating,.users_myolx_view .text-field.validating{background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/validating.gif");background-repeat:no-repeat;background-position:412px 10px}.posting-view .text-field:focus,.users-edituserprofile-view .text-field:focus,.users-editpersonalinfo-view .text-field:focus,.users_myolx_view .text-field:focus{outline:none}.posting-view .type-select,.users-edituserprofile-view .type-select,.users-editpersonalinfo-view .type-select,.users_myolx_view .type-select{background:#fff;}.posting-view .type-select[disabled],.users-edituserprofile-view .type-select[disabled],.users-editpersonalinfo-view .type-select[disabled],.users_myolx_view .type-select[disabled]{color:#ccc;background:#f5f5f5}.posting-view .message,.users-edituserprofile-view .message,.users-editpersonalinfo-view .message,.users_myolx_view .message{display:block;margin:5px 0 0;font-size:.8571428571428571rem;line-height:1em;}.posting-view .message.hint,.users-edituserprofile-view .message.hint,.users-editpersonalinfo-view .message.hint,.users_myolx_view .message.hint{color:#999}.posting-view .message.error,.users-edituserprofile-view .message.error,.users-editpersonalinfo-view .message.error,.users_myolx_view .message.error{color:#c33;}.posting-view .message.error::before,.users-edituserprofile-view .message.error::before,.users-editpersonalinfo-view .message.error::before,.users_myolx_view .message.error::before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;content:"\e60c";display:inline-block;font-family:'olx-icon-font';font-style:normal;font-weight:normal;line-height:1;margin-right:7px;speak:none;vertical-align:text-top}.posting-view .section-title,.users-edituserprofile-view .section-title,.users-editpersonalinfo-view .section-title,.users_myolx_view .section-title{padding:15px 20px;margin:0 0 15px;border-bottom:1px solid #eee;font-size:1.428571428571429rem}
.posting-images-view{position:relative;}.posting-images-view .hint{margin-top:-5px}.posting-images-view .field-controls{width:auto}.posting-images-view .image-input-file{height:0;left:-99999px;opacity:0;position:absolute;top:-99999px;width:0}.posting-images-view .actions{border:0;margin:8px 8px 25px -10px;}.posting-images-view .actions a{background:#f5f5f5;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#000;padding:6px 15px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);text-shadow:0 1px 0 #fff;font-size:.8571428571428571rem;margin-left:10px;}.posting-images-view .actions a:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#000;text-decoration:none}.posting-images-view .actions a:active{background:#f5f5f5;border-color:#999}.posting-images-view .file-upload{margin:0;padding:0;list-style-type:none;max-width:450px;}.posting-images-view .file-upload .image-cont{border:1px dashed #607d8b;display:inline-block;height:74px;line-height:75px;margin:0 0 10px 10px;opacity:.6;position:relative;text-align:center;vertical-align:top;width:76px;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-ms-transition:opacity 1s ease-out;-o-transition:opacity 1s ease-out;transition:opacity 1s ease-out;}.posting-images-view .file-upload .image-cont .overlay-image{width:100%;height:100%;background:#fff;opacity:.6;display:none}.posting-images-view .file-upload .image-cont::after{background-color:#607d8b;bottom:0;content:'';display:block;height:5px;left:0;position:absolute;width:0;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;transition:all 1s}.posting-images-view .file-upload .image-cont:hover,.posting-images-view .file-upload .image-cont:focus{cursor:pointer;opacity:1}.posting-images-view .file-upload .image-cont.loaded{opacity:1;}.posting-images-view .file-upload .image-cont.loaded::after{opacity:0;width:100%}.posting-images-view .file-upload .image-cont.loaded .icon-material-close{color:#000;font-size:.5714285714285714rem;position:absolute;display:none;top:6px;right:6px;line-height:1}.posting-images-view .file-upload .image-cont.loaded .icon-material-close:hover::before{color:#c33}.posting-images-view .file-upload .image-cont.loaded:hover .overlay-image,.posting-images-view .file-upload .image-cont.loaded:hover .icon-material-close{display:block}.posting-images-view .file-upload .image-cont.loading::after{width:66%}.posting-images-view .file-upload .image-cont .icon-material-close{display:none}.posting-images-view .file-upload .image-cont .image{background:#eceff1;bottom:0;left:0;position:absolute;right:0;top:0;}.posting-images-view .file-upload .image-cont .image.fill{background-size:cover}.posting-images-view .file-upload .image-cont .image.icon-material-addpicture::before{color:#607d8b;font-size:2.285714285714286rem}.posting-images-view .file-upload .image-cont.first-img{float:left;height:160px;line-height:160px;margin:0;width:165px;}.posting-images-view .file-upload .image-cont.first-img .icon-material-addpicture::before{font-size:75px}.posting-images-view .file-upload .image-cont.extra-image{margin:0 10px 10px 0}.posting-images-view .file-upload.cars-icons .image-cont{width:138px;height:138px;}.posting-images-view .file-upload.cars-icons .image-cont .car-image{background-position:50% 50%;background-repeat:no-repeat;background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/posting/diagonal.png");width:100%;height:100%}.posting-images-view .file-upload.cars-icons .image-cont:nth-child(2) .car-image{background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/posting/decostado1.png")}.posting-images-view .file-upload.cars-icons .image-cont:nth-child(3) .car-image{background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/posting/atras.png")}.posting-images-view .file-upload.cars-icons .image-cont:nth-child(4){margin-left:0;}.posting-images-view .file-upload.cars-icons .image-cont:nth-child(4) .car-image{background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/posting/decostado2.png")}.posting-images-view .file-upload.cars-icons .image-cont:nth-child(5) .car-image{background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/posting/motor.png")}.posting-images-view .file-upload.cars-icons .image-cont:nth-child(6) .car-image{background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/posting/interior.png")}.posting-images-view .file-upload.cars-icons .image-cont.extra-image{margin:0 10px 10px 0}.posting-images-view .file-upload.cars-icons .image-cont .image.icon-material-addpicture::before{line-height:4.2}.posting-images-view .file-upload.cars-icons .image-cont .car-image.fill{background-size:cover;background-position:left}
.posting-geolocation-view.hidden{display:none}.posting-geolocation-view .autolocate{float:left;overflow:hidden;width:215px;height:36px;padding:0 7px;margin-right:10px;border:solid thin #ccc;line-height:34px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.posting-geolocation-view .autolocate .text{float:left;position:relative;padding-left:7px}.posting-geolocation-view .autolocate .icon{float:left;position:relative;width:20px;height:20px;margin:7px 0;-webkit-transition:transform .2s ease-in-out;-moz-transition:transform .2s ease-in-out;-ms-transition:transform .2s ease-in-out;-o-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;}.posting-geolocation-view .autolocate .icon:before{content:'';position:absolute;top:45%;right:0;bottom:45%;left:0;background-color:#ccc;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.posting-geolocation-view .autolocate .icon:after{content:'';position:absolute;top:0;right:45%;bottom:0;left:45%;background-color:#ccc;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.posting-geolocation-view .autolocate .icon span{position:absolute;top:10%;right:10%;bottom:10%;left:10%;background-color:#ccc;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}.posting-geolocation-view .autolocate .icon span:before{content:'';position:absolute;z-index:1;top:10%;right:10%;bottom:10%;left:10%;background-color:#fff;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.posting-geolocation-view .autolocate .icon span:after{content:'';position:absolute;z-index:1;top:30%;right:30%;bottom:30%;left:30%;background-color:#ccc;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.posting-geolocation-view .autolocate:hover .icon:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.posting-geolocation-view .autolocate:hover .icon:after{-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg)}.posting-geolocation-view .autolocate.locating{color:#ccc;}.posting-geolocation-view .autolocate.locating .icon:before,.posting-geolocation-view .autolocate.locating .icon:after{-webkit-animation-name:geolocatingTwist;-moz-animation-name:geolocatingTwist;-ms-animation-name:geolocatingTwist;-o-animation-name:geolocatingTwist;animation-name:geolocatingTwist;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;-ms-animation-timing-function:linear;-o-animation-timing-function:linear;animation-timing-function:linear}.posting-geolocation-view .autolocate.locating .icon span:after{-webkit-animation-name:geolocatingGrow;-moz-animation-name:geolocatingGrow;-ms-animation-name:geolocatingGrow;-o-animation-name:geolocatingGrow;animation-name:geolocatingGrow;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;-ms-animation-timing-function:ease-out;-o-animation-timing-function:ease-out;animation-timing-function:ease-out}.posting-geolocation-view .autolocate.valid{width:100%;margin-right:0;cursor:default;color:#000;border-color:#ab0;}.posting-geolocation-view .autolocate.valid .icon:before,.posting-geolocation-view .autolocate.valid .icon:after,.posting-geolocation-view .autolocate.valid .icon span,.posting-geolocation-view .autolocate.valid .icon span:after{background-color:#ab0}.posting-geolocation-view .autolocate.valid:hover .icon:before,.posting-geolocation-view .autolocate.valid:hover .icon:after{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.posting-geolocation-view .choose{float:left;width:215px;line-height:36px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@-moz-keyframes geolocatingTwist{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes geolocatingTwist{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes geolocatingTwist{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes geolocatingTwist{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes geolocatingGrow{from{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(20);-moz-transform:scale(20);-ms-transform:scale(20);-o-transform:scale(20);transform:scale(20)}}@-webkit-keyframes geolocatingGrow{from{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(20);-moz-transform:scale(20);-ms-transform:scale(20);-o-transform:scale(20);transform:scale(20)}}@-o-keyframes geolocatingGrow{from{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(20);-moz-transform:scale(20);-ms-transform:scale(20);-o-transform:scale(20);transform:scale(20)}}@keyframes geolocatingGrow{from{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(20);-moz-transform:scale(20);-ms-transform:scale(20);-o-transform:scale(20);transform:scale(20)}}
.posting-errors-view{background:#fee;border-color:#c33;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:10px;overflow:hidden;margin:2px 10px 0;}.posting-errors-view .title{margin:0;font-size:1.428571428571429rem;color:#c33;}.posting-errors-view .title .close{font-size:.8571428571428571rem;font-weight:normal;color:#607d8b;cursor:pointer}.posting-errors-view .detail{margin:10px 0 0;padding:10px 0 0;border-top:solid thin #999;font-size:1rem;color:#999}.posting-errors-view .summary{margin:0;padding:0;list-style-type:none;display:none;padding:5px 0 0 10px;font-size:.8571428571428571rem;color:#999}
.edit-buttons{padding:14px 0 20px;margin:0 20px 0 20px;border-bottom:1px solid #ccc;}.edit-buttons .items-image{border:1px solid #ccc;display:inline-block;height:65px;line-height:95px;margin:0 10px 0 0;padding:0;position:relative;text-align:center;width:65px;}.edit-buttons .items-image img{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.edit-buttons .items-image .withoutimg{color:#ccc;display:block;font-size:25px;margin:0 auto;max-width:100%;line-height:60px}.edit-buttons .items-info{padding-top:10px;display:inline-block;vertical-align:top;}.edit-buttons .items-info p{margin:0;}.edit-buttons .items-info p.items-date{padding-top:2px}.edit-buttons .items-info .content-title{color:#607d8b;font-size:1.428571428571429rem;font-weight:normal;margin:0;}.edit-buttons .items-info .content-title:after{content:" ";clear:both;display:block}.edit-buttons .items-info .content-title .title{display:block;max-width:540px;float:left}.edit-buttons .items-info .content-title .price{color:#000;font-weight:bold;font-size:1.428571428571429rem;margin-left:20px;display:inline-block}.edit-buttons .btn{background:#f5f5f5;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#000;padding:5px 20px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);margin-right:10px;text-align:left;font-size:14px;float:right;line-height:1.5;text-shadow:none;border-color:#ccc;background:#f5f5f5;background:-moz-linear-gradient(top,#f5f5f5 0%,#f1f1f1 100%);background:-ms-linear-gradient(top,#f5f5f5 0%,#f1f1f1 100%);background:linear-gradient(to bottom,#f5f5f5 0%,#f1f1f1 100%);}.edit-buttons .btn:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#000;text-decoration:none}.edit-buttons .btn:before{line-height:1.5;margin:-2px 5px 0 2px}.edit-buttons .btn.icons:hover{color:fontcolor;border-color:#999;background:#f5f5f5;background:-moz-linear-gradient(top,#f6f6f6 0%,#f5f5f5 100%);background:-ms-linear-gradient(top,#f6f6f6 0%,#f5f5f5 100%);background:linear-gradient(to bottom,#f6f6f6 0%,#f5f5f5 100%)}.edit-buttons .btn.btndelete{margin-top:16px}
.posting-dni-view{position:relative;}.posting-dni-view .field-wrapper .text-field{border:1px solid #000}.posting-dni-view .field-label{font-weight:bold}.posting-dni-view .dni-hint{background:#fe7;border:1px solid #ab0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;right:18px;top:0;width:275px;padding:0 20px;font-size:.8571428571428571rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute}.posting-dni-view .dni-hint:after,.posting-dni-view .dni-hint:before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:1;right:100%;top:50%}.posting-dni-view .dni-hint:after{border-color:rgba(255,238,119,0);border-width:15px;margin-top:-15px;border-right-color:#fe7}.posting-dni-view .dni-hint:before{border-color:rgba(170,187,0,0);border-width:16px;margin-top:-16px;border-right-color:#ab0}
.posting-description-view textarea,.users-edituserprofile-view textarea{min-height:120px;padding:10px;resize:vertical}.posting-description-view .wrapper-inner-inputs,.users-edituserprofile-view .wrapper-inner-inputs{position:absolute;right:10px;top:10px;}.posting-description-view .wrapper-inner-inputs input,.users-edituserprofile-view .wrapper-inner-inputs input,.posting-description-view .wrapper-inner-inputs .price-checkbox-label,.users-edituserprofile-view .wrapper-inner-inputs .price-checkbox-label{display:inline-block;vertical-align:middle}
.customer-contact-service{background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:10px;-webkit-transition:300ms;-moz-transition:300ms;-ms-transition:300ms;-o-transition:300ms;transition:300ms;padding:7px 0 0 35px;position:fixed;right:0;top:100px;-webkit-border-radius:6px 0 0 6px;-moz-border-radius:6px 0 0 6px;border-radius:6px 0 0 6px;}.customer-contact-service .icon-arrow{color:#fff;font-size:10px;font-weight:normal;left:13px;position:absolute;top:10px;z-index:200}.customer-contact-service.active{-webkit-transition:300ms;-moz-transition:300ms;-ms-transition:300ms;-o-transition:300ms;transition:300ms;right:-266px;}.customer-contact-service.active .icon-arrow{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);left:11px;position:absolute;top:12px}.customer-contact-service p{margin:0}.customer-contact-service .customer-help-tab{background:#ab0 url("https://static01.olx-st.com/mobile-webapp/images/desktop/posting_customer/needhelp.png") bottom 12px center no-repeat;-webkit-border-radius:5px 0 0 5px;-moz-border-radius:5px 0 0 5px;border-radius:5px 0 0 5px;display:block;height:100%;left:0;position:absolute;text-indent:-10000em;top:0;width:35px}.customer-contact-service .container-title{font-size:1.857142857142857rem;padding-left:10px;}.customer-contact-service .container-title:after{content:" ";clear:both;display:block}.customer-contact-service .container-title .horary{font-size:.8571428571428571rem;padding-bottom:6px;width:255px}.customer-contact-service .container-title .icon-phone-round{float:left;color:#ab0;font-size:1.571428571428571rem}.customer-contact-service .container-title .text-title{font-size:1.857142857142857rem;color:#ab0;float:left;display:block;font-weight:bold;padding:0 0 6px 10px;}.customer-contact-service .container-title .text-title span{display:block;font-size:1rem;letter-spacing:7px;text-align:right;margin-right:-8px}.customer-contact-service .contact-info{background:#f5f5f5;padding:14px 0 10px 10px;position:relative;}.customer-contact-service .contact-info:after{content:" ";clear:both;display:block}.customer-contact-service .contact-info::before{position:absolute;display:inline-block;border-color:#fff transparent transparent;border-image:none;border-style:solid;border-width:10px 11px 11px;content:"";left:30px;top:0}.customer-contact-service .contact-info p{font-size:1rem;color:#000}.customer-contact-service .contact-info .name{font-weight:bold;padding-top:4px}.customer-contact-service .contact-info .work{font-size:.8571428571428571rem}.customer-contact-service .contact-info img{-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;float:left;margin-right:10px}.customer-contact-service .foto{width:62px;height:62px;float:left;display:block;background:#f00}
.posting-contact-view{background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:0;}.posting-contact-view .icon-lock::before,.posting-contact-view .icon-exclamation::before{font-size:1rem;margin-bottom:3px;padding-right:5px}.posting-contact-view .seller-post{margin:0;padding:10px 10px 20px 222px;border:none;}.posting-contact-view .seller-post:after{content:" ";clear:both;display:block}.posting-contact-view .seller-post .posting{display:block;}.posting-contact-view .seller-post .posting[disabled],.posting-contact-view .seller-post .posting[disabled]:hover{background:#ccc}.posting-contact-view .seller-post .message{margin-top:10px}
.posting-categories-view{position:relative;}.posting-categories-view:after{content:" ";clear:both;display:block}.posting-categories-view .posting-label{font-weight:normal;margin:0}.posting-categories-view .message{clear:both;margin-top:0;padding:5px 0 0 212px}.posting-categories-view .title-edit-post{font-size:1.428571428571429rem;margin-left:10px;margin:10px 0 20px 10px}.posting-categories-list{background:#f5f5f5;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;float:left;height:100%;position:relative;margin:0;padding:0;list-style-type:none;}.posting-categories-list a{display:block;padding:6px 15px 6px 45px;white-space:nowrap;line-height:1.8;}.posting-categories-list a:focus{background-color:#def}.posting-categories-list a:hover,.posting-categories-list a.active,.posting-categories-list a.select{color:#fff;text-decoration:none;}.posting-categories-list a:hover::before,.posting-categories-list a.active::before,.posting-categories-list a.select::before{color:#fff}.posting-categories-list a:hover{background-color:#607d8b}.posting-categories-list a.select,.posting-categories-list a.active{background-color:#02b875;-webkit-box-shadow:0 0 3px 0 #ccc;-moz-box-shadow:0 0 3px 0 #ccc;box-shadow:0 0 3px 0 #ccc}.posting-categories-list a.select.subcategory::before{right:8px}.posting-categories-list .child-categories-list{background:#fff;border-left:3px solid #02b875;bottom:0;left:100%;overflow-y:auto;position:absolute;top:0;margin:0;padding:0;list-style-type:none;z-index:10;}.posting-categories-list .child-categories-list a{padding-left:15px;padding-right:35px}.posting-categories-list .icons-material::before{position:absolute;margin-left:-35px}.posting-limit-tooltip{background:#fff;border-color:#ab0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:10px;position:absolute;width:200px;right:20px;top:10px;}.posting-limit-tooltip .icons-material{padding:3px 0 10px 30px;display:block;position:relative;}.posting-limit-tooltip .icons-material::before{position:absolute;left:0;top:0;color:#c33}
.payments-b2c-flow,.payment-flow{display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:1200px !important;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;}.payments-b2c-flow > h3,.payment-flow > h3{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;font-size:2.285714285714286rem;font-weight:300;margin:20px 0 0}.payments-b2c-flow > p,.payment-flow > p{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;font-size:1rem}.payments-b2c-flow .wallet-view,.payment-flow .wallet-view,.payments-b2c-flow .data-product,.payment-flow .data-product{margin-top:30px}.payments-b2c-flow > article,.payment-flow > article{padding:30px;-webkit-flex-basis:71%;-moz-flex-basis:71%;-ms-flex-preferred-size:71%;flex-basis:71%;margin-top:30px;background:#fff;display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #eee;-webkit-box-shadow:1px 1px 1px 0 rgba(0,0,0,0.1);-moz-box-shadow:1px 1px 1px 0 rgba(0,0,0,0.1);box-shadow:1px 1px 1px 0 rgba(0,0,0,0.1);}.payments-b2c-flow > article h4,.payment-flow > article h4{margin:0 0 30px 0;font-size:1.428571428571429rem;font-weight:normal}.payments-b2c-flow > article h5,.payment-flow > article h5{font-size:1.428571428571429rem;color:#4a4a4a;margin:25px 0 10px 0}.payments-b2c-flow ul,.payment-flow ul{margin:0;padding:0;list-style-type:none}.payments-b2c-flow .actions,.payment-flow .actions{display:block;text-align:right;padding:25px 0 0;margin:30px 0 0 0;border-top:1px solid #ccc;}.payments-b2c-flow .actions .btn-cancel,.payment-flow .actions .btn-cancel,.payments-b2c-flow .actions .btn-choose,.payment-flow .actions .btn-choose{display:inline-block}.payments-b2c-flow .actions .btn-choose,.payment-flow .actions .btn-choose{background-color:#02b875;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;border:1px solid #02b875;margin:0 0 0 10px;padding:10px 30px;}.payments-b2c-flow .actions .btn-choose:hover,.payment-flow .actions .btn-choose:hover{text-decoration:none;}.payments-b2c-flow .actions .btn-choose.sending,.payment-flow .actions .btn-choose.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.payments-b2c-flow .actions .btn-choose:hover,.payment-flow .actions .btn-choose:hover{background-color:#01945e}.payments-b2c-flow .actions .btn-choose.disabled,.payment-flow .actions .btn-choose.disabled{background-color:#eee;color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;border:1px solid #ddd;cursor:default}.payments-b2c-flow .actions .btn-choose.disabled:hover,.payment-flow .actions .btn-choose.disabled:hover{text-decoration:none;}.payments-b2c-flow .actions .btn-choose.disabled.sending,.payment-flow .actions .btn-choose.disabled.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.payments-b2c-flow .actions.hide,.payment-flow .actions.hide{display:none}.payments-b2c-flow .info,.payment-flow .info{margin:20px 0;font-size:.8571428571428571rem;-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;text-align:center;padding:25px 0 0 0;border-top:1px solid #ccc}.payments-b2c-flow .product-recommended,.payment-flow .product-recommended{z-index:1;color:#fff;font-size:.8571428571428571rem;font-weight:700;padding:5px 10px;background:#4a4a4a;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;text-transform:uppercase}.payments-b2c-flow .modal,.payment-flow .modal{top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:299;display:none;position:fixed;}.payments-b2c-flow .modal.visible,.payment-flow .modal.visible{display:table}.payments-b2c-flow .modal .modal-shadow,.payment-flow .modal .modal-shadow{top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:299;position:fixed;background-color:rgba(0,0,0,0.5)}.payments-b2c-flow .modal .modal-wrapper,.payment-flow .modal .modal-wrapper{width:100%;height:100%;z-index:300;text-align:center;display:table-cell;vertical-align:middle;position:relative;}.payments-b2c-flow .modal .modal-wrapper .close,.payment-flow .modal .modal-wrapper .close{top:10px;right:10px;color:#999;position:absolute}.payments-b2c-flow .modal .modal-wrapper header,.payment-flow .modal .modal-wrapper header,.payments-b2c-flow .modal .modal-wrapper section,.payment-flow .modal .modal-wrapper section{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.payments-b2c-flow .modal .modal-wrapper header,.payment-flow .modal .modal-wrapper header{display:block}.payments-b2c-flow .modal .modal-wrapper section,.payment-flow .modal .modal-wrapper section{margin:0 auto}.payments-b2c-flow fieldset,.payment-flow fieldset{padding:0;border:none;display:block;margin:10px 0 15px 20px;}.payments-b2c-flow fieldset label,.payment-flow fieldset label{width:60%;margin-bottom:5px;display:inline-block;}.payments-b2c-flow fieldset label.short,.payment-flow fieldset label.short{width:20%;margin-left:1%}.payments-b2c-flow fieldset label.middle,.payment-flow fieldset label.middle{width:100%}.payments-b2c-flow fieldset input,.payment-flow fieldset input,.payments-b2c-flow fieldset select,.payment-flow fieldset select{padding:0;width:60%;height:36px;line-height:36px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;border:1px solid #ccc;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.payments-b2c-flow fieldset input:disabled,.payment-flow fieldset input:disabled,.payments-b2c-flow fieldset select:disabled,.payment-flow fieldset select:disabled{cursor:default;background-color:#eee}.payments-b2c-flow fieldset input.middle,.payment-flow fieldset input.middle,.payments-b2c-flow fieldset select.middle,.payment-flow fieldset select.middle{width:29%;}.payments-b2c-flow fieldset input.middle:first-of-type,.payment-flow fieldset input.middle:first-of-type,.payments-b2c-flow fieldset select.middle:first-of-type,.payment-flow fieldset select.middle:first-of-type{margin-right:1%}.payments-b2c-flow fieldset input.short,.payment-flow fieldset input.short,.payments-b2c-flow fieldset select.short,.payment-flow fieldset select.short{width:20%;margin-left:1%}.payments-b2c-flow fieldset input.invalid,.payment-flow fieldset input.invalid,.payments-b2c-flow fieldset select.invalid,.payment-flow fieldset select.invalid{border-color:#f00}.payments-b2c-flow fieldset input,.payment-flow fieldset input{padding:0 10px}.payments-b2c-flow fieldset .spinner,.payment-flow fieldset .spinner{margin:0 0 0 10px;display:inline-block;vertical-align:text-bottom;}.payments-b2c-flow fieldset .spinner.hide,.payment-flow fieldset .spinner.hide{display:none}.payments-b2c-flow fieldset.hide,.payment-flow fieldset.hide{display:none}.payments-b2c-flow iframe,.payment-flow iframe{margin:0;border:none}.payments-b2c-flow small,.payment-flow small{font-size:.8571428571428571rem;display:block;margin:30px 0}.payments-b2c-flow .number,.payment-flow .number{left:0;top:0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:30px;width:30px;color:#545454;font-size:22px;text-align:center;position:absolute;border:1px solid #545454}.payments-b2c-flow .step,.payment-flow .step{font-size:1rem;position:relative;padding-top:7px;padding-left:50px;margin-bottom:30px;}.payments-b2c-flow .step p,.payment-flow .step p{margin:0;font-weight:normal}.payments-b2c-flow .step.notautomatic,.payment-flow .step.notautomatic{padding-top:20px;}.payments-b2c-flow .step.notautomatic .number,.payment-flow .step.notautomatic .number{top:13px}.payments-b2c-flow mark,.payment-flow mark{padding:20px;display:block;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#fce6cf}.payments-b2c-flow input[type=radio],.payment-flow input[type=radio]{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:16px;width:16px;-moz-appearance:none;-webkit-appearance:none;appearance:none;outline:none;background:#fff;vertical-align:middle;border:3px solid #fff;-webkit-box-shadow:0 0 0 1px #4a4a4a;-moz-box-shadow:0 0 0 1px #4a4a4a;box-shadow:0 0 0 1px #4a4a4a;}.payments-b2c-flow input[type=radio]:checked,.payment-flow input[type=radio]:checked{background:#4a4a4a}.olx-coin{margin:0 5px;}.olx-coin.emptycoins{-webkit-filter:grayscale(1);filter:grayscale(1)}.returncreditcard-view{top:0;left:0;right:0;bottom:0;z-index:100;position:absolute;width:100% !important;background-color:#fff;background-position:center;background-repeat:no-repeat;background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/payments/spinner.gif")}
.payment-methods{display:flex;-webkit-flex-basis:71%;-moz-flex-basis:71%;-ms-flex-preferred-size:71%;flex-basis:71%;padding:25px 0;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start;}.payment-methods p{font-size:.8571428571428571rem;display:inline-block}.payment-methods ul{margin:0;padding:0;list-style-type:none;display:table;margin:0 0 0 15px;}.payment-methods ul li.icons-material{height:50px;font-size:.8571428571428571rem;color:#545454;max-width:130px;text-align:left;position:relative;display:table-cell;vertical-align:middle;padding:0 20px 0 45px;}.payment-methods ul li.icons-material::before{left:0;top:8px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:35px;width:35px;font-size:22px;line-height:35px;text-align:center;position:absolute;border:1px solid #545454}
.onboardingcoins-view > div{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;-webkit-box-shadow:0 0 3px 1px rgba(0,0,0,0.35);-moz-box-shadow:0 0 3px 1px rgba(0,0,0,0.35);box-shadow:0 0 3px 1px rgba(0,0,0,0.35);visibility:hidden;opacity:0;-webkit-transition:visibility 0s linear .25s,opacity .25s ease-in-out;-moz-transition:visibility 0s linear .25s,opacity .25s ease-in-out;-ms-transition:visibility 0s linear .25s,opacity .25s ease-in-out;-o-transition:visibility 0s linear .25s,opacity .25s ease-in-out;transition:visibility 0s linear .25s,opacity .25s ease-in-out;position:absolute;z-index:50;width:310px;padding:30px;text-align:left;}.onboardingcoins-view > div:after,.onboardingcoins-view > div:before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:30;bottom:100%;left:50%}.onboardingcoins-view > div:after{border-color:rgba(255,255,255,0);border-width:6px;margin-left:-6px;border-bottom-color:#fff}.onboardingcoins-view > div:before{border-color:rgba(204,204,204,0);border-width:7px;margin-left:-7px;border-bottom-color:#ccc}.onboardingcoins-view > div.active{visibility:visible;opacity:1;transition-delay:0s}.onboardingcoins-view > div:before,.onboardingcoins-view > div:after{left:auto;right:10px}.onboardingcoins-view > div.visible{opacity:1;visibility:visible}.onboardingcoins-view > div h4{margin:0;font-weight:700;font-size:1.142857142857143rem}.onboardingcoins-view > div span{font-size:1.142857142857143rem;display:flex;font-weight:600;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;}.onboardingcoins-view > div span img{margin:0 5px}.onboardingcoins-view > div p{font-weight:400;margin:5px 0 15px}.onboardingcoins-view > div a{background-color:#fff;color:#f70;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;display:block;font-size:1.142857142857143rem;padding:10px 0;font-weight:600;margin-top:25px;border:1px solid #f70}.onboardingcoins-view > div a:hover{text-decoration:none;}.onboardingcoins-view > div a.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.wallet-view .onboardingcoins-view > div{right:80px;top:170px;}.wallet-view .onboardingcoins-view > div.help{width:265px;right:146px;top:45px}.checkoutadtype-view .onboardingcoins-view > div{right:60px;top:80px}
.payments-b2c-flow .modal section{background:#fff;border-color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:0;}.payments-b2c-flow .modal section header{padding:25px 30px}.payments-b2c-flow .modal section article h4{font-size:1.142857142857143rem;display:block;-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;margin:0 0 20px;font-weight:normal}.payments-b2c-flow .modal.redirect section{display:flex;min-height:300px}.payments-b2c-flow .modal.packages-data section{display:inline-block;}.payments-b2c-flow .modal.packages-data section header h3{font-size:1.142857142857143rem;font-weight:normal;}.payments-b2c-flow .modal.packages-data section header h3 .packageName{font-size:1.857142857142857rem}.payments-b2c-flow .modal.packages-data section article{display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:960px;padding:0 30px 50px;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;}.payments-b2c-flow .modal.packages-data section article > div{width:320px;padding:0 45px;text-align:center;vertical-align:top;display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-right:1px solid #ccc;}.payments-b2c-flow .modal.packages-data section article > div:last-child{border:none}.payments-b2c-flow .modal.packages-data section article > div span{font-size:1.142857142857143rem;display:block;margin:10px 0 0 0;text-transform:capitalize}.payments-b2c-flow .modal.packages-data section article > div p{color:#4a4a4a}.payments-b2c-flow .modal.select-pay-method section header h3,.payments-b2c-flow .modal.confirm-pay-coins section header h3{font-size:1.714285714285714rem;font-weight:300;}.payments-b2c-flow .modal.select-pay-method section header h3 .packageName,.payments-b2c-flow .modal.confirm-pay-coins section header h3 .packageName{font-size:1.857142857142857rem}.payments-b2c-flow .modal.select-pay-method section header > div,.payments-b2c-flow .modal.confirm-pay-coins section header > div{padding:10px;margin:10px 0 0 0;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start;}.payments-b2c-flow .modal.select-pay-method section header > div.adtype-data,.payments-b2c-flow .modal.confirm-pay-coins section header > div.adtype-data{display:none;}.payments-b2c-flow .modal.select-pay-method section header > div.adtype-data.visible,.payments-b2c-flow .modal.confirm-pay-coins section header > div.adtype-data.visible{display:flex}.payments-b2c-flow .modal.select-pay-method section header > div div:first-child,.payments-b2c-flow .modal.confirm-pay-coins section header > div div:first-child{padding-left:30px}.payments-b2c-flow .modal.select-pay-method section header > div div:last-child,.payments-b2c-flow .modal.confirm-pay-coins section header > div div:last-child{margin-left:auto;text-align:right}.payments-b2c-flow .modal.select-pay-method section header > div small,.payments-b2c-flow .modal.confirm-pay-coins section header > div small{margin:0;color:#4a4a4a}.payments-b2c-flow .modal.select-pay-method section header > div span,.payments-b2c-flow .modal.confirm-pay-coins section header > div span{font-size:1.857142857142857rem;font-weight:300;position:relative;vertical-align:super;}.payments-b2c-flow .modal.select-pay-method section header > div span.icons-material,.payments-b2c-flow .modal.confirm-pay-coins section header > div span.icons-material{font-size:1.428571428571429rem;font-weight:400;}.payments-b2c-flow .modal.select-pay-method section header > div span.icons-material::before,.payments-b2c-flow .modal.confirm-pay-coins section header > div span.icons-material::before{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:24px;width:24px;top:2px;left:-32px;font-size:1.142857142857143rem;color:#fff;line-height:24px;text-align:center;margin-right:10px;position:absolute}.payments-b2c-flow .modal.select-pay-method section header > div span.icon-material-furioso::before,.payments-b2c-flow .modal.confirm-pay-coins section header > div span.icon-material-furioso::before{background-color:#8b1515}.payments-b2c-flow .modal.select-pay-method section header > div span.icon-material-rapido::before,.payments-b2c-flow .modal.confirm-pay-coins section header > div span.icon-material-rapido::before{background-color:#ae2b28}.payments-b2c-flow .modal.select-pay-method section header > div span.icon-material-reposicionado::before,.payments-b2c-flow .modal.confirm-pay-coins section header > div span.icon-material-reposicionado::before{background-color:#b3403f}.payments-b2c-flow .modal.select-pay-method section article,.payments-b2c-flow .modal.confirm-pay-coins section article{padding:0 30px 30px}.payments-b2c-flow .modal.select-pay-method section{width:600px;overflow:auto;max-height:100%;}.payments-b2c-flow .modal.select-pay-method section header > div{background:#eceff1}.payments-b2c-flow .modal.select-pay-method section article{font-size:.8571428571428571rem;color:#4a4a4a;}.payments-b2c-flow .modal.select-pay-method section article .scroll{overflow:auto;padding:0 5px;max-height:600px;}@media screen and (max-height:800px){.payments-b2c-flow .modal.select-pay-method section article .scroll{max-height:400px}}@media screen and (max-height:600px){.payments-b2c-flow .modal.select-pay-method section article .scroll{height:300px}}.payments-b2c-flow .modal.select-pay-method section article h4{margin:0}.payments-b2c-flow .modal.select-pay-method section article ul li{display:none;}.payments-b2c-flow .modal.select-pay-method section article ul li.visible{display:block}.payments-b2c-flow .modal.select-pay-method section article ul:first-of-type{margin-bottom:30px;border-bottom:1px solid #ccc}.payments-b2c-flow .modal.select-pay-method section article ul .adtype-data{border:none;display:none;}.payments-b2c-flow .modal.select-pay-method section article ul .adtype-data.visible{display:block}.payments-b2c-flow .modal.confirm-pay-coins section{width:415px;}.payments-b2c-flow .modal.confirm-pay-coins section header h3{padding-bottom:15px;border-bottom:1px solid #ccc}
div.modal.subscribe-info{width:690px;margin:0 auto;}div.modal.subscribe-info .modal-container{padding:23px 28px 31px 28px;}div.modal.subscribe-info .modal-container header{padding:0;margin-bottom:33px;}div.modal.subscribe-info .modal-container header h3{font-size:1.714285714285714rem;font-weight:400}div.modal.subscribe-info .modal-container article dl dt{display:block;float:left;clear:left;font-size:1.428571428571429rem;height:30px;width:30px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;line-height:30px;text-align:center;background-color:#fff;border:solid 1px #545454}div.modal.subscribe-info .modal-container article dl dd{margin-left:12px;float:left;width:585px;}div.modal.subscribe-info .modal-container article dl dd span{line-height:30px}div.modal.subscribe-info .modal-container article dl dd p{margin-top:0}
.redirect section{width:730px;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;background:#fff;border-color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:100px 40px;}.redirect section p{margin:0 auto 15px;font-size:1rem;display:block;padding:0 20px}.redirect section div{text-align:center;position:relative;z-index:10;}.redirect section div .cash-arrow{margin-top:40px}.redirect section .arrows{width:auto;display:flex;margin-top:50px;position:relative;z-index:9;}.redirect section .arrows::before{top:0;left:0;right:0;bottom:0;content:"";position:absolute;background:#fff;background:linear-gradient(to right,rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0.9) 100%)}.redirect section .arrows i{color:#000}.redirect section span{color:#fff;display:flex;font-size:1.857142857142857rem;margin:0 20px;padding:10px 30px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;}.redirect section span.bundle-furioso,.redirect section span.bundle-superfurioso,.redirect section span.adtype-furioso{background-color:#b71c1c}.redirect section span.bundle-rapido,.redirect section span.bundle-superrapido,.redirect section span.adtype-rapido{background-color:#e53935}.redirect section span.adtype-reposicionado{background-color:#ef5350}.redirect section span.coin{background-color:#393939}
.data-product{-webkit-flex-basis:25%;-moz-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;margin-left:auto;}.data-product > div{display:flex;min-height:300px;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border:1px solid #eee;-webkit-box-shadow:1px 1px 1px 0 rgba(0,0,0,0.1);-moz-box-shadow:1px 1px 1px 0 rgba(0,0,0,0.1);box-shadow:1px 1px 1px 0 rgba(0,0,0,0.1)}.data-product article{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-moz-flex:1;-ms-flex:1;flex:1;}.data-product article > p{margin:20px 0;padding:0 20px;text-align:left;font-size:.8571428571428571rem;}.data-product article > p strong{font-size:1.142857142857143rem;text-align:center}.data-product.coin p strong{font-size:1rem}.data-product header{display:flex;color:#fff;padding:15px;position:relative;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start;background-color:#ddd;}.data-product header .name{font-size:1.428571428571429rem;}.data-product header .name.icons-material::before{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:32px;width:32px;font-size:1.428571428571429rem;line-height:32px;text-align:center;margin-right:10px}.data-product header .name.icon-material-furioso::before{background-color:#8b1515}.data-product header .name.icon-material-rapido::before{background-color:#ae2b28}.data-product header .name.icon-material-reposicionado::before{background-color:#b3403f}.data-product header img{margin-right:10px}.data-product footer{display:flex;margin:0 15px;padding:15px 0;font-size:12px;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;border-top:2px solid #eee;}.data-product footer .price{font-size:1.428571428571429rem}.data-product.bundle-furioso header,.data-product.bundle-superfurioso header,.data-product.adtype-furioso header{background-color:#b71c1c}.data-product.bundle-rapido header,.data-product.bundle-superrapido header,.data-product.adtype-rapido header{background-color:#e53935}.data-product.adtype-reposicionado header{background-color:#ef5350}.data-product.coin header{background-color:#414141}.data-product.user-package header{background-color:#b71c1c}
.chart-contain{display:flex;margin:0 auto;max-width:930px;position:relative;-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;-moz-align-items:flex-end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.chart-contain.c2c .blank{width:28%}.chart-contain.c2c .destacado{width:54%}.chart-contain.c2c .gratis{width:18%}.chart-contain.c2c .destacado,.chart-contain.c2c .gratis{border-color:#fff}.chart-contain.c2c .desc,.chart-contain.c2c .furioso,.chart-contain.c2c .rapido,.chart-contain.c2c .basico,.chart-contain.c2c .reposicionado{border-color:#fff}.chart-contain.c2c .furioso,.chart-contain.c2c .rapido,.chart-contain.c2c .basico,.chart-contain.c2c .reposicionado{width:18%}.chart-contain.c2c .desc{width:28%}.chart-contain.b2c .blank{width:40%}.chart-contain.b2c .destacado{width:40%}.chart-contain.b2c .gratis{width:20%}.chart-contain.b2c .destacado,.chart-contain.b2c .gratis{border-color:#eee}.chart-contain.b2c .desc,.chart-contain.b2c .furioso,.chart-contain.b2c .rapido,.chart-contain.b2c .basico,.chart-contain.b2c .reposicionado{border-color:#eee}.chart-contain.b2c .furioso,.chart-contain.b2c .rapido,.chart-contain.b2c .basico,.chart-contain.b2c .reposicionado{width:20%}.chart-contain.b2c .desc{width:40%}.chart-contain > div{width:100%;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:flex;color:#4a4a4a;overflow:hidden;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}.chart-contain .destacado,.chart-contain .gratis,.chart-contain .blank{height:30px}.chart-contain .destacado,.chart-contain .gratis{color:#fff;font-size:.8571428571428571rem;background-color:#000;border-left:10px solid;border-bottom:10px solid}.chart-contain .desc,.chart-contain .furioso,.chart-contain .rapido,.chart-contain .basico,.chart-contain .reposicionado{border-left:10px solid;height:55px}.chart-contain .furioso.title,.chart-contain .rapido.title,.chart-contain .basico.title,.chart-contain .reposicionado.title{color:#fff;font-size:1.428571428571429rem}.chart-contain .desc{font-size:.8571428571428571rem;text-align:left;padding-left:15px;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start;}.chart-contain .desc:before{padding-right:10px}.chart-contain .desc.title{padding:0}.chart-contain .furioso.title{background-color:#b71c1c}.chart-contain .rapido.title{background-color:#e53935}.chart-contain .basico.title{background-color:#999}.chart-contain .reposicionado.title{background-color:#ef5350}.chart-contain .data{background-color:#e0dfdf;border:none;}.chart-contain .data.dark{background-color:#e7e6e6}.chart-contain .data .icon-material-ok{color:#02b875}.chart-contain .data .icon-material-cross{color:#4a4a4a}.chart-contain .data strong{margin:0 3px}
.chart-advantages{display:flex;position:relative;-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;-moz-align-items:flex-end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;}.chart-advantages > span{height:0;opacity:0;width:16px;margin:0 30px;background:#f70;position:relative;-webkit-transition:all 4s cubic-bezier(0,1,.5,1);-moz-transition:all 4s cubic-bezier(0,1,.5,1);-ms-transition:all 4s cubic-bezier(0,1,.5,1);-o-transition:all 4s cubic-bezier(0,1,.5,1);transition:all 4s cubic-bezier(0,1,.5,1)}.chart-advantages > span:after,.chart-advantages > span:before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:1;bottom:100%;left:50%}.chart-advantages > span:after{border-color:rgba(255,119,0,0);border-width:22px;margin-left:-22px;border-bottom-color:#f70}.chart-advantages > span:before{border-color:rgba(255,119,0,0);border-width:23px;margin-left:-23px;border-bottom-color:#f70}.chart-advantages p{line-height:30px;margin:0;}.chart-advantages p span{display:block;}.chart-advantages p span:nth-of-type(3){margin-top:15px}.chart-advantages p span:nth-of-type(4){margin-bottom:-7px}.chart-advantages p span:nth-of-type(2n-1){font-size:2.857142857142857rem;font-weight:300}.chart-advantages p span:nth-of-type(2n){font-size:1.142857142857143rem}.chart-advantages > div{display:flex;height:116px;position:relative;-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;-moz-align-items:flex-end;align-items:flex-end;border-top:1px dashed #999;border-bottom:1px solid #999;}.chart-advantages > div > span{left:0;right:0;z-index:1;height:1px;position:absolute;border-top:1px dashed #999;}.chart-advantages > div > span:nth-child(1){top:30px}.chart-advantages > div > span:nth-child(2){top:60px}.chart-advantages > div > span:nth-child(3){top:90px}.chart-advantages > div > div{z-index:2;width:20px;height:100%;margin:0 4px;display:flex;-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;-moz-align-items:flex-end;align-items:flex-end;}.chart-advantages > div > div span{width:10px;max-height:0;-webkit-transition:all 4s cubic-bezier(0,1,.5,1);-moz-transition:all 4s cubic-bezier(0,1,.5,1);-ms-transition:all 4s cubic-bezier(0,1,.5,1);-o-transition:all 4s cubic-bezier(0,1,.5,1);transition:all 4s cubic-bezier(0,1,.5,1);}.chart-advantages > div > div span:first-child{background:#ddd}.chart-advantages > div > div span:last-child{background:#b71c1c}.chart-advantages > div label{top:-25px;position:absolute;}.chart-advantages > div label:nth-of-type(1){left:0;}.chart-advantages > div label:nth-of-type(1):before{background:#b71c1c}.chart-advantages > div label:nth-of-type(2){left:75px;}.chart-advantages > div label:nth-of-type(2):before{background:#ddd}.chart-advantages > div label:before{content:" ";height:10px;width:10px;margin:0 10px 0 0;display:inline-block}.chart-advantages.view > div > div span{max-height:100%}.chart-advantages.view > span{opacity:1;height:110px}
.filterbundle-view,.landingadtype-view,.landingcoins-view{background:#fff;width:100% !important;margin-top:-66px !important;}.filterbundle-view .line,.landingadtype-view .line,.landingcoins-view .line{height:1px;width:1200px;margin:20px auto;background-color:#ccc}.filterbundle-view article,.landingadtype-view article,.landingcoins-view article{padding:70px 20px;position:relative;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.filterbundle-view article h4,.landingadtype-view article h4,.landingcoins-view article h4{color:#000;font-size:2.285714285714286rem;font-weight:300;max-width:1200px;margin:0 auto 15px}.filterbundle-view article h6,.landingadtype-view article h6,.landingcoins-view article h6{font-size:1.428571428571429rem;color:#545454;max-width:1200px;margin:30px auto 0;font-weight:normal;display:inline-block}.filterbundle-view article > p,.landingadtype-view article > p,.landingcoins-view article > p{padding:20px 100px 35px}.filterbundle-view article .wrappers,.landingadtype-view article .wrappers,.landingcoins-view article .wrappers{display:flex;margin:0 auto;max-width:1200px;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;}.filterbundle-view article .wrappers > div,.landingadtype-view article .wrappers > div,.landingcoins-view article .wrappers > div{text-align:left;}.filterbundle-view article .wrappers > div p,.landingadtype-view article .wrappers > div p,.landingcoins-view article .wrappers > div p{color:#545454;line-height:1.6}.filterbundle-view article:nth-of-type(1),.landingadtype-view article:nth-of-type(1),.landingcoins-view article:nth-of-type(1){color:#fff;background-size:cover;background-position:center top;}.filterbundle-view article:nth-of-type(1)::before,.landingadtype-view article:nth-of-type(1)::before,.landingcoins-view article:nth-of-type(1)::before,.filterbundle-view article:nth-of-type(1):after,.landingadtype-view article:nth-of-type(1):after,.landingcoins-view article:nth-of-type(1):after{margin-top:8px}.filterbundle-view article:nth-of-type(1) .gradient,.landingadtype-view article:nth-of-type(1) .gradient,.landingcoins-view article:nth-of-type(1) .gradient{top:0;left:0;right:0;bottom:0;z-index:1;content:"";position:absolute;background:rgba(0,0,0,0.2);background:linear-gradient(to bottom,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.7) 100%)}.filterbundle-view article:nth-of-type(1) span,.landingadtype-view article:nth-of-type(1) span,.landingcoins-view article:nth-of-type(1) span,.filterbundle-view article:nth-of-type(1) h3,.landingadtype-view article:nth-of-type(1) h3,.landingcoins-view article:nth-of-type(1) h3,.filterbundle-view article:nth-of-type(1) p,.landingadtype-view article:nth-of-type(1) p,.landingcoins-view article:nth-of-type(1) p,.filterbundle-view article:nth-of-type(1) a,.landingadtype-view article:nth-of-type(1) a,.landingcoins-view article:nth-of-type(1) a,.filterbundle-view article:nth-of-type(1) .selects,.landingadtype-view article:nth-of-type(1) .selects,.landingcoins-view article:nth-of-type(1) .selects{z-index:2;position:relative}.filterbundle-view article:nth-of-type(1) .brand,.landingadtype-view article:nth-of-type(1) .brand,.landingcoins-view article:nth-of-type(1) .brand{color:#fff;margin:0 0 40px 0;display:inline-block;}.filterbundle-view article:nth-of-type(1) .brand::before,.landingadtype-view article:nth-of-type(1) .brand::before,.landingcoins-view article:nth-of-type(1) .brand::before{font-size:60px}.filterbundle-view article:nth-of-type(1) h3,.landingadtype-view article:nth-of-type(1) h3,.landingcoins-view article:nth-of-type(1) h3{padding:0;max-width:1200px;margin:0 auto;font-size:2.857142857142857rem;font-weight:600;line-height:48px}.filterbundle-view article:nth-of-type(1) .cta,.landingadtype-view article:nth-of-type(1) .cta,.landingcoins-view article:nth-of-type(1) .cta{font-size:1.142857142857143rem;display:block;padding:15px 0;background-color:#02b875;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;}.filterbundle-view article:nth-of-type(1) .cta:hover,.landingadtype-view article:nth-of-type(1) .cta:hover,.landingcoins-view article:nth-of-type(1) .cta:hover{text-decoration:none;}.filterbundle-view article:nth-of-type(1) .cta.sending,.landingadtype-view article:nth-of-type(1) .cta.sending,.landingcoins-view article:nth-of-type(1) .cta.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.filterbundle-view article:nth-of-type(1) .cta:hover,.landingadtype-view article:nth-of-type(1) .cta:hover,.landingcoins-view article:nth-of-type(1) .cta:hover{background-color:#01945e}.filterbundle-view article:nth-of-type(1) .back,.landingadtype-view article:nth-of-type(1) .back,.landingcoins-view article:nth-of-type(1) .back{top:20px;left:20px;color:#fff;position:absolute;}.filterbundle-view article:nth-of-type(1) .back::before,.landingadtype-view article:nth-of-type(1) .back::before,.landingcoins-view article:nth-of-type(1) .back::before{margin-right:5px}.filterbundle-view article:nth-of-type(1) .back:hover,.landingadtype-view article:nth-of-type(1) .back:hover,.landingcoins-view article:nth-of-type(1) .back:hover{text-decoration:none}.filterbundle-view article.laptoc,.landingadtype-view article.laptoc,.landingcoins-view article.laptoc{padding-left:0;background:#fff;}.filterbundle-view article.laptoc .wrappers div,.landingadtype-view article.laptoc .wrappers div,.landingcoins-view article.laptoc .wrappers div{-webkit-flex-basis:30%;-moz-flex-basis:30%;-ms-flex-preferred-size:30%;flex-basis:30%;text-align:left;}.filterbundle-view article.laptoc .wrappers div p,.landingadtype-view article.laptoc .wrappers div p,.landingcoins-view article.laptoc .wrappers div p{margin:15px 0 25px}.filterbundle-view article.laptoc .wrappers div a,.landingadtype-view article.laptoc .wrappers div a,.landingcoins-view article.laptoc .wrappers div a{font-size:1.142857142857143rem;padding:15px 60px;display:inline-block;background-color:#02b875;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;}.filterbundle-view article.laptoc .wrappers div a:hover,.landingadtype-view article.laptoc .wrappers div a:hover,.landingcoins-view article.laptoc .wrappers div a:hover{text-decoration:none;}.filterbundle-view article.laptoc .wrappers div a.sending,.landingadtype-view article.laptoc .wrappers div a.sending,.landingcoins-view article.laptoc .wrappers div a.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.filterbundle-view article.laptoc .wrappers div a:hover,.landingadtype-view article.laptoc .wrappers div a:hover,.landingcoins-view article.laptoc .wrappers div a:hover{background-color:#01945e}.filterbundle-view article.laptoc .wrappers div h4,.landingadtype-view article.laptoc .wrappers div h4,.landingcoins-view article.laptoc .wrappers div h4{width:auto}.filterbundle-view article.laptoc .wrappers figure,.landingadtype-view article.laptoc .wrappers figure,.landingcoins-view article.laptoc .wrappers figure{margin:0;height:412px;-webkit-flex-basis:70%;-moz-flex-basis:70%;-ms-flex-preferred-size:70%;flex-basis:70%;background-size:contain;background-position:100% 0;background-repeat:no-repeat}
.landingcoins-view article{padding:70px 20px 20px;}.landingcoins-view article > p{margin:0;padding:0;font-size:1.428571428571429rem;}.landingcoins-view article > p strong{font-weight:600}.landingcoins-view article:nth-of-type(1){padding:70px 20px;background-size:auto;background-color:#e32e26;background-position:bottom;background-repeat:no-repeat;background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/payments/coins-header.png");}.landingcoins-view article:nth-of-type(1):after,.landingcoins-view article:nth-of-type(1):before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:10;top:100%;left:50%}.landingcoins-view article:nth-of-type(1):after{border-color:rgba(227,46,38,0);border-width:15px;margin-left:-15px;border-top-color:#e32e26}.landingcoins-view article:nth-of-type(1):before{border-color:rgba(227,46,38,0);border-width:30px;margin-left:-30px;border-top-color:#e32e26}.landingcoins-view article:nth-of-type(1):before,.landingcoins-view article:nth-of-type(1):after{margin-top:0}.landingcoins-view article:nth-of-type(1) > p{font-size:1.142857142857143rem;font-weight:600;padding:15px 100px 15px}.landingcoins-view article:nth-of-type(1) .cta{margin:35px 0 0;padding:15px 60px;display:inline-block;background-color:rgba(255,255,255,0) !important;border:solid thin rgba(255,255,255,0.5) !important}.landingcoins-view article:nth-of-type(2){background-color:#eee;}.landingcoins-view article:nth-of-type(2):after,.landingcoins-view article:nth-of-type(2):before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:10;top:100%;left:50%}.landingcoins-view article:nth-of-type(2):after{border-color:rgba(238,238,238,0);border-width:15px;margin-left:-15px;border-top-color:#eee}.landingcoins-view article:nth-of-type(2):before{border-color:rgba(238,238,238,0);border-width:30px;margin-left:-30px;border-top-color:#eee}.landingcoins-view article:nth-of-type(2) > span{color:#545454;display:block;margin:0 0 30px 0}.landingcoins-view article:nth-of-type(2) figure{width:552px;height:382px;position:relative;margin:20px 0 55px;display:inline-block;background-repeat:no-repeat;background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/payments/steps-coins.png");}.landingcoins-view article:nth-of-type(2) figure span{width:190px;font-size:1.428571428571429rem;position:absolute;}.landingcoins-view article:nth-of-type(2) figure span:nth-of-type(1){top:170px;left:-66px}.landingcoins-view article:nth-of-type(2) figure span:nth-of-type(2){top:170px;right:-55px}.landingcoins-view article:nth-of-type(2) figure span:nth-of-type(3){left:185px;bottom:-50px}.landingcoins-view article:nth-of-type(3){background-color:#fff;}.landingcoins-view article:nth-of-type(3) .details{display:flex;max-width:1200px;margin:70px auto 0;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;}.landingcoins-view article:nth-of-type(3) .details .detail{height:250px;-webkit-flex-basis:25%;-moz-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;margin:20px 3% 0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;position:relative;border:solid 1px #ddd;}.landingcoins-view article:nth-of-type(3) .details .detail div{top:0;left:0;right:0;height:115px;position:absolute;background:#5a5a5a;border:3px solid #fff;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.landingcoins-view article:nth-of-type(3) .details .detail img{margin-top:-45px;position:relative}.landingcoins-view article:nth-of-type(3) .details .detail h5{color:#fff;font-size:1.142857142857143rem;position:relative;margin:5px 0 10px}.landingcoins-view article:nth-of-type(3) .details .detail p{color:#545454;padding:0 20px;margin:35px 0 0;line-height:1.6}.landingcoins-view article:nth-of-type(3) .btn-continue{background-color:#02b875;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;font-size:1.142857142857143rem;margin:50px 0;padding:15px 60px;display:inline-block;}.landingcoins-view article:nth-of-type(3) .btn-continue:hover{text-decoration:none;}.landingcoins-view article:nth-of-type(3) .btn-continue.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.landingcoins-view article:nth-of-type(3) .btn-continue:hover{background-color:#01945e}.landingcoins-view article:nth-of-type(3) .info{color:#545454;margin:0 auto;padding:20px 0;max-width:1200px;border-top:1px solid #ccc;}.landingcoins-view article:nth-of-type(3) .info small{font-size:.8571428571428571rem}
.landingadtype-view article h5{font-size:1.428571428571429rem;font-weight:600}.landingadtype-view article:nth-of-type(1){border-bottom:8px solid #b71c1c;background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/payments/landingc2c.jpg");}.landingadtype-view article:nth-of-type(1):after,.landingadtype-view article:nth-of-type(1):before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:10;top:100%;left:50%}.landingadtype-view article:nth-of-type(1):after{border-color:rgba(183,28,28,0);border-width:15px;margin-left:-15px;border-top-color:#b71c1c}.landingadtype-view article:nth-of-type(1):before{border-color:rgba(183,28,28,0);border-width:30px;margin-left:-30px;border-top-color:#b71c1c}.landingadtype-view article:nth-of-type(1) > p{font-size:1.142857142857143rem;font-weight:600;padding:15px 100px 15px}.landingadtype-view article:nth-of-type(1) .cta{padding:15px 60px;display:inline-block}.landingadtype-view article:nth-of-type(2){background:#eee;}.landingadtype-view article:nth-of-type(2):after,.landingadtype-view article:nth-of-type(2):before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:10;top:100%;left:50%}.landingadtype-view article:nth-of-type(2):after{border-color:rgba(238,238,238,0);border-width:15px;margin-left:-15px;border-top-color:#eee}.landingadtype-view article:nth-of-type(2):before{border-color:rgba(238,238,238,0);border-width:30px;margin-left:-30px;border-top-color:#eee}.landingadtype-view article:nth-of-type(2) .wrappers{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.landingadtype-view article:nth-of-type(2) .wrappers h4{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;margin:0 auto 30px;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start}.landingadtype-view article:nth-of-type(2) .wrappers img{-webkit-flex-basis:167px;-moz-flex-basis:167px;-ms-flex-preferred-size:167px;flex-basis:167px}.landingadtype-view article:nth-of-type(2) .wrappers > div{-webkit-flex-basis:600px;-moz-flex-basis:600px;-ms-flex-preferred-size:600px;flex-basis:600px;padding:0 0 0 30px;}.landingadtype-view article:nth-of-type(2) .wrappers > div p{margin:0}.landingadtype-view article.laptoc .wrappers{-webkit-box-direction:reverse;-webkit-box-orient:horizontal;-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}.landingadtype-view article.laptoc .wrappers div{padding:0 0 0 10%;}.landingadtype-view article.laptoc .wrappers div h4,.landingadtype-view article.laptoc .wrappers div p,.landingadtype-view article.laptoc .wrappers div a{margin-right:-100px}.landingadtype-view article.laptoc .wrappers figure{background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/payments/landingc2c-laptoc.jpg")}
.filterbundle-view article .payment-methods{border:none;padding:35px 0 0}.filterbundle-view article:nth-of-type(1){border-bottom:8px solid #c11119;background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/payments/landingb2c.jpg");}.filterbundle-view article:nth-of-type(1):after,.filterbundle-view article:nth-of-type(1):before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:10;top:100%;left:50%}.filterbundle-view article:nth-of-type(1):after{border-color:rgba(193,17,25,0);border-width:15px;margin-left:-15px;border-top-color:#c11119}.filterbundle-view article:nth-of-type(1):before{border-color:rgba(193,17,25,0);border-width:30px;margin-left:-30px;border-top-color:#c11119}.filterbundle-view article:nth-of-type(1) .selects{text-align:left;position:relative;margin:25px 0 0 0;display:inline-block;}.filterbundle-view article:nth-of-type(1) .selects label{left:-90px;font-size:1.142857142857143rem;position:absolute;text-align:right;}.filterbundle-view article:nth-of-type(1) .selects label.location{top:40px}.filterbundle-view article:nth-of-type(1) .selects label.category{top:90px}.filterbundle-view article:nth-of-type(1) .selects p{margin:0 0 15px 0;}.filterbundle-view article:nth-of-type(1) .selects p::before{top:-6px;left:-35px;display:none;font-size:28px;position:absolute}.filterbundle-view article:nth-of-type(1) .selects p.error::before{display:block}.filterbundle-view article:nth-of-type(1) .selects fieldset{padding:0;width:49%;border:none;margin:0 0 15px 0;display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.filterbundle-view article:nth-of-type(1) .selects fieldset#citiesWrapper,.filterbundle-view article:nth-of-type(1) .selects fieldset#subCategoriesWrapper{margin-left:1%}.filterbundle-view article:nth-of-type(1) .selects fieldset select{width:100%;outline:none;color:#4a4a4a;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;border-color:#fff;}.filterbundle-view article:nth-of-type(1) .selects fieldset select.error{color:#c33;border-color:#c33}.filterbundle-view article:nth-of-type(1) .selects fieldset select:disabled{color:#999;border-color:#898989;background:rgba(255,255,255,0.2)}.filterbundle-view article:nth-of-type(2){background:#fff;}.filterbundle-view article:nth-of-type(2):after,.filterbundle-view article:nth-of-type(2):before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:10;top:100%;left:50%}.filterbundle-view article:nth-of-type(2):after{border-color:rgba(255,255,255,0);border-width:15px;margin-left:-15px;border-top-color:#fff}.filterbundle-view article:nth-of-type(2):before{border-color:rgba(255,255,255,0);border-width:30px;margin-left:-30px;border-top-color:#fff}.filterbundle-view article:nth-of-type(2) .details{display:flex;margin:0 auto;max-width:1200px;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;}.filterbundle-view article:nth-of-type(2) .details .detail{-webkit-flex-basis:25%;-moz-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;margin:20px 3% 0;}.filterbundle-view article:nth-of-type(2) .details .detail span{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:90px;width:90px;color:#545454;display:inline-block;border:2px solid #545454;}.filterbundle-view article:nth-of-type(2) .details .detail span::before{font-size:60px;line-height:90px}.filterbundle-view article:nth-of-type(2) .details .detail h5{font-size:1.142857142857143rem;margin:25px 0 10px}.filterbundle-view article:nth-of-type(2) .details .detail p{color:#4a4a4a;line-height:1.6}.filterbundle-view article:nth-of-type(3){background:#eee;}.filterbundle-view article:nth-of-type(3):after,.filterbundle-view article:nth-of-type(3):before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:10;top:100%;left:50%}.filterbundle-view article:nth-of-type(3):after{border-color:rgba(238,238,238,0);border-width:15px;margin-left:-15px;border-top-color:#eee}.filterbundle-view article:nth-of-type(3):before{border-color:rgba(238,238,238,0);border-width:30px;margin-left:-30px;border-top-color:#eee}.filterbundle-view article:nth-of-type(3) img{margin:20px 0 0}.filterbundle-view article:nth-of-type(4){background:#fff}.filterbundle-view article.laptoc:after,.filterbundle-view article.laptoc:before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:10;top:100%;left:50%}.filterbundle-view article.laptoc:after{border-color:rgba(255,255,255,0);border-width:15px;margin-left:-15px;border-top-color:#fff}.filterbundle-view article.laptoc:before{border-color:rgba(255,255,255,0);border-width:30px;margin-left:-30px;border-top-color:#fff}.filterbundle-view article.laptoc .wrappers div{padding:0 10% 0 0;}.filterbundle-view article.laptoc .wrappers div h4,.filterbundle-view article.laptoc .wrappers div p,.filterbundle-view article.laptoc .wrappers div a{margin-left:-100px}.filterbundle-view article.laptoc .wrappers figure{background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/payments/landingb2c-laptoc-cars2.jpg")}.filterbundle-view article:nth-of-type(6){background:#545454;}.filterbundle-view article:nth-of-type(6) h4{color:#fff}.filterbundle-view article:nth-of-type(6) a{font-size:1.142857142857143rem;margin:30px 0 0 0;padding:15px 50px;display:inline-block;background-color:#02b875;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;}.filterbundle-view article:nth-of-type(6) a:hover{text-decoration:none;}.filterbundle-view article:nth-of-type(6) a.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.filterbundle-view article:nth-of-type(6) a:hover{background-color:#01945e}
.westernunionsteps .steps{font-size:1rem;displayblock}.westernunionsteps .steps li{display:block;min-height:30px;position:relative;padding-left:45px;margin:0 0 30px 0}
.westernunion article p.details{margin:0 0 40px 0;}.westernunion article p.details span{font-size:1.142857142857143rem;color:#ae2017;margin:10px 0 0 0;display:inline-block;}.westernunion article p.details span span{font-size:1.857142857142857rem;font-weight:300}.westernunion div.westernunion-ticket{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:solid 1px #ccc;padding:32px;max-width:700px;}.westernunion div.westernunion-ticket .title{height:41px;}.westernunion div.westernunion-ticket .title h2{margin:0}.westernunion div.westernunion-ticket p{font-size:14px;line-height:19px;}.westernunion div.westernunion-ticket p a{font-style:italic}.westernunion div.westernunion-ticket dl{font-size:12px;line-height:2;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#f0f0f0;padding:10px 15px 10px 15px;}.westernunion div.westernunion-ticket dl dt{float:left;width:213px;color:#555}.westernunion div.westernunion-ticket dl dd{margin-left:218px;color:#000}.westernunion button[data-print]{margin-top:20px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#f1f1f1;border:solid 1px #d2d2d2}
.methods ul{display:block;}.methods ul li{height:50px;display:block;margin:10px 0;padding-left:20px;line-height:50px;overflow:hidden;}.methods ul li.selected{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:solid 1px #ccc}.methods ul li.method-creditcard.subscribable{height:100px}.methods ul li img{float:right;margin:0 3px}.methods ul li > label{float:left;height:50px;cursor:pointer;padding-left:10px}.methods ul li > input{float:left;margin-top:16px;cursor:pointer}.methods ul li span:not(.subscription){height:50px;float:right;color:#545454;font-size:.8571428571428571rem;line-height:50px;position:relative;padding:0 20px 0 45px;}.methods ul li span:not(.subscription)::before{left:0;top:8px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:35px;width:35px;font-size:22px;line-height:35px;text-align:center;position:absolute;border:1px solid #545454}.methods ul li span.subscription{width:100%;float:left;font-size:.8571428571428571rem;height:18px;font-weight:400;line-height:25px;margin-left:28px;}.methods ul li span.subscription input{cursor:pointer;margin-right:10px}.methods ul li span.subscription label{cursor:pointer}.methods ul li span.subscription i.icon-material-attention{cursor:pointer;font-size:18px;color:rgba(0,0,0,0.4)}
.messageinstant article,.messageasync article,.messages-view article{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;text-align:center;padding:60px 30px;}.messageinstant article::before,.messageasync article::before,.messages-view article::before{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:90px;width:90px;color:#545454;font-size:90px;line-height:90px;border:1px solid #545454}.messageinstant article.icon-material-furioso::before,.messageasync article.icon-material-furioso::before,.messages-view article.icon-material-furioso::before,.messageinstant article.icon-material-rapido::before,.messageasync article.icon-material-rapido::before,.messages-view article.icon-material-rapido::before,.messageinstant article.icon-material-reposicionado::before,.messageasync article.icon-material-reposicionado::before,.messages-view article.icon-material-reposicionado::before{border:none;color:#fff;font-size:65px}.messageinstant article.icon-material-furioso::before,.messageasync article.icon-material-furioso::before,.messages-view article.icon-material-furioso::before{background-color:#b71c1c}.messageinstant article.icon-material-rapido::before,.messageasync article.icon-material-rapido::before,.messages-view article.icon-material-rapido::before{background-color:#e53935}.messageinstant article.icon-material-reposicionado::before,.messageasync article.icon-material-reposicionado::before,.messages-view article.icon-material-reposicionado::before{background-color:#ef5350}.messageinstant article p,.messageasync article p,.messages-view article p{display:flex;color:#4a4a4a;margin:10px 0 0 0;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;}.messageinstant article p img,.messageasync article p img,.messages-view article p img{margin:0 10px}.messageinstant article .reward,.messageasync article .reward,.messages-view article .reward{background:#eee;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:15px 100px;display:inline-block;margin:20px 0;}.messageinstant article .reward h4,.messageasync article .reward h4,.messages-view article .reward h4,.messageinstant article .reward p,.messageasync article .reward p,.messages-view article .reward p{color:#4a4a4a}.messageinstant article .reward h4,.messageasync article .reward h4,.messages-view article .reward h4{font-size:1.428571428571429rem;font-weight:400;margin:0 0 5px 0}.messageinstant article .reward p,.messageasync article .reward p,.messages-view article .reward p{margin:0}.messageinstant article span,.messageasync article span,.messages-view article span{display:flex;margin-top:35px;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}.messageinstant article .actions,.messageasync article .actions,.messages-view article .actions{padding:0;border:none;text-align:center}
.creditcard iframe{width:100%;height:380px}
.checkout h3{margin-bottom:0}.checkout > p,.checkout > h3{-webkit-flex-basis:80%;-moz-flex-basis:80%;-ms-flex-preferred-size:80%;flex-basis:80%}.checkout .payment-methods{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}.checkout .coins{height:40px;display:flex;padding:0 20px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin:0 0 10px auto;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;border:1px solid #ccc;}.checkout .coins label{font-size:.8571428571428571rem;color:#4a4a4a}.checkout .coins span{font-size:1.428571428571429rem}.checkout .quantity{margin:0;padding:0;list-style-type:none;display:flex;-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;margin:20px 0 0 0;-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;-moz-align-items:flex-end;align-items:flex-end;}.checkout .quantity li{float:left;font-size:1.142857142857143rem;color:#a5a5a5;cursor:pointer;font-weight:300;margin:0 10px 0 0;border:1px solid;text-align:center;padding:15px 20px;position:relative;-webkit-transition:color .5s,background .5s;-moz-transition:color .5s,background .5s;-ms-transition:color .5s,background .5s;-o-transition:color .5s,background .5s;transition:color .5s,background .5s;border-bottom:none;border-color:#e4e4e4;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;background-color:rgba(0,0,0,0.03);}.checkout .quantity li span{font-size:1.857142857142857rem}.checkout .quantity li.active{top:1px;color:#000;padding-top:26px;background-color:#fff;border-color:#eee;-webkit-box-shadow:1px 0 0 0 rgba(0,0,0,0.1);-moz-box-shadow:1px 0 0 0 rgba(0,0,0,0.1);box-shadow:1px 0 0 0 rgba(0,0,0,0.1);}.checkout .quantity li.active span{font-weight:700}.checkout .quantity li:last-child{margin:0}.checkout .products-list{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:10px 30px 40px;border:1px solid #eee;-webkit-box-shadow:1px 1px 1px 0 rgba(0,0,0,0.1);-moz-box-shadow:1px 1px 1px 0 rgba(0,0,0,0.1);box-shadow:1px 1px 1px 0 rgba(0,0,0,0.1);}.checkout .products-list .products-details table{width:100%;border-bottom:1px solid #ccc}.checkout .products-list .products-details th{padding:15px 10px;font-weight:normal;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}.checkout .products-list .products-details th .packageName{font-size:1.428571428571429rem;cursor:pointer;color:#607d8b}.checkout .products-list .products-details th .exposition{font-size:.8571428571428571rem}.checkout .products-list .products-details th:first-of-type{font-size:1.142857142857143rem;text-align:left}.checkout .products-list .products-details th.package.free{font-size:1.428571428571429rem}.checkout .products-list .products-details th small{margin:0;position:relative;display:inline-block;}.checkout .products-list .products-details th small.packageName{color:#000;font-size:.8571428571428571rem;cursor:pointer}.checkout .products-list .products-details th small::before{right:-20px;color:#999;font-size:16px;position:absolute}.checkout .products-list .products-details .product-row{height:80px;background-color:#fff;border-top:1px solid #ccc;}.checkout .products-list .products-details .product-row td{text-align:center;position:relative;}.checkout .products-list .products-details .product-row td:first-of-type{text-align:left;}.checkout .products-list .products-details .product-row td:first-of-type > label{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;align-items:flex-start}.checkout .products-list .products-details .product-row td:last-of-type{width:200px;text-align:right;}.checkout .products-list .products-details .product-row td:last-of-type > label{-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;-moz-align-items:flex-end;align-items:flex-end}.checkout .products-list .products-details .product-row td .product-recommended{left:-5px;top:-12px;position:absolute}.checkout .products-list .products-details .product-row td > label{height:80px;display:flex;cursor:pointer;position:relative;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;vertical-align:middle;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;}.checkout .products-list .products-details .product-row td > label > strong{font-size:1.714285714285714rem;font-weight:600}.checkout .products-list .products-details .product-row td > label > span{font-size:.8571428571428571rem;}.checkout .products-list .products-details .product-row td > label > span.duration{color:#4a4a4a}.checkout .products-list .products-details .product-row .product-name{color:#fff;border:none;width:280px;height:80px;position:relative;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;}.checkout .products-list .products-details .product-row .product-name .packageRadio{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.checkout .products-list .products-details .product-row .product-name .packageRadio,.checkout .products-list .products-details .product-row .product-name .icon-material-ok{margin:0 10px 0 20px;float:left;cursor:pointer}.checkout .products-list .products-details .product-row .product-name .productLabel{float:left;margin:0;font-size:1.428571428571429rem;cursor:pointer;}.checkout .products-list .products-details .product-row .product-name .productLabel.icons-material::before{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:32px;width:32px;font-size:1.428571428571429rem;line-height:32px;text-align:center;margin-right:10px}.checkout .products-list .products-details .product-row .product-name .productLabel.icon-material-furioso::before{background-color:#8b1515}.checkout .products-list .products-details .product-row .product-name .productLabel.icon-material-rapido::before{background-color:#ae2b28}.checkout .products-list .products-details .product-row .product-name .productLabel.icon-material-reposicionado::before{background-color:#b3403f}.checkout .products-list .products-details .product-row .product-name:after{border-top:40px solid transparent;border-bottom:40px solid transparent;border-left:15px solid;content:" ";height:0;top:0;right:-15px;position:absolute;width:0}.checkout .products-list .products-details .product-row .product-furioso-background{background-color:#b71c1c;}.checkout .products-list .products-details .product-row .product-furioso-background::after{border-left-color:#b71c1c}.checkout .products-list .products-details .product-row .product-rapido-background{background-color:#e53935;}.checkout .products-list .products-details .product-row .product-rapido-background::after{border-left-color:#e53935}.checkout .products-list .products-details .product-row .product-reposicionado-background{background-color:#ef5350;}.checkout .products-list .products-details .product-row .product-reposicionado-background::after{border-left-color:#ef5350}.checkout .products-list .products-details .product-row .description{display:inline-block;margin:0 0 0 40px}.checkout .products-list .products-details .product-row .exposition,.checkout .products-list .products-details .product-row .views{text-align:center;padding:0 20px;margin:0;}.checkout .products-list .products-details .product-row .exposition span,.checkout .products-list .products-details .product-row .views span{font-weight:bold;display:block}.checkout .products-list .products-details .product-row .product-detail-price{margin:0;color:#4a4a4a;font-size:2.285714285714286rem;font-weight:300;}.checkout .products-list .products-details .product-row .product-detail-price img{margin-right:5px}.checkout .products-list .products-details .product-row .product-price-before{color:#999;margin:0;font-size:12px;}.checkout .products-list .products-details .product-row .product-price-before span{text-decoration:line-through}.checkout .products-list .products-details .product-row .down-price{color:#4a4a4a;font-size:.8571428571428571rem}.checkout .products-list .products-details .product-row .icon-material-ok{color:#4a4a4a}.checkout .products-list .products-details .product-row .icon-material-cross{color:#ccc}.checkout .products-list .disclamer{font-size:.8571428571428571rem;margin:15px 0 0}.checkout .products-list .actions{border:0;padding:0}.checkoutcoins-view ul li,.select-pay-method ul li,.confirm-pay-coins ul li{display:block;border-bottom:2px solid #eee;}.checkoutcoins-view ul li label,.select-pay-method ul li label,.confirm-pay-coins ul li label{height:85px;display:flex;cursor:pointer;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;}.checkoutcoins-view ul li label input,.select-pay-method ul li label input,.confirm-pay-coins ul li label input{margin:0 25px 0 0}.checkoutcoins-view ul li label img,.select-pay-method ul li label img,.confirm-pay-coins ul li label img{margin:0 10px 0 0}.checkoutcoins-view ul li label .product-quantity,.select-pay-method ul li label .product-quantity,.confirm-pay-coins ul li label .product-quantity{font-size:1.428571428571429rem;color:#000}.checkoutcoins-view ul li label .product-discount,.select-pay-method ul li label .product-discount,.confirm-pay-coins ul li label .product-discount,.checkoutcoins-view ul li label .product-recommended,.select-pay-method ul li label .product-recommended,.confirm-pay-coins ul li label .product-recommended{margin:0 0 0 20px}.checkoutcoins-view ul li label .product-discount,.select-pay-method ul li label .product-discount,.confirm-pay-coins ul li label .product-discount{color:#545454}.checkoutcoins-view ul li label .product-price,.select-pay-method ul li label .product-price,.confirm-pay-coins ul li label .product-price{color:#4a4a4a;font-size:1.857142857142857rem;font-weight:300;margin:0 0 0 auto}.checkoutcoins-view ul li:last-child,.select-pay-method ul li:last-child,.confirm-pay-coins ul li:last-child{border:none}.checkoutcoins-view .actions,.select-pay-method .actions,.confirm-pay-coins .actions{margin:0}.checkoutcoins-view article,.select-pay-method article,.confirm-pay-coins article{padding-top:0}
.billingbundle-view li > label,.billingpostpay-view li > label{cursor:pointer;font-size:1.142857142857143rem;margin:0 0 0 5px}.billingbundle-view li:first-child,.billingpostpay-view li:first-child{margin:0 0 25px 0}.billingbundle-view .radio,.billingpostpay-view .radio{padding:0 0 0 20px;}.billingbundle-view .radio .field-controls,.billingpostpay-view .radio .field-controls{width:60%;display:inline-block}.billingbundle-view .billingType,.billingpostpay-view .billingType{overflow-y:hidden;margin:20px 0 0 0;transition-property:all;transition-timing-function:cubic-bezier(0,1,.5,1);}.billingbundle-view .billingType.billingCF,.billingpostpay-view .billingType.billingCF{transition-duration:.5s;max-height:235px}.billingbundle-view .billingType.billingFA,.billingpostpay-view .billingType.billingFA{max-height:800px;transition-duration:1s}.billingbundle-view .billingType.billingROL .field-wrapper,.billingpostpay-view .billingType.billingROL .field-wrapper{padding:0 0 20px 0}.billingbundle-view .billingType.billingROL p,.billingpostpay-view .billingType.billingROL p{margin-top:20px}.billingbundle-view .billingType.closed,.billingpostpay-view .billingType.closed{margin:0;max-height:0}.billingbundle-view .billingType .location,.billingpostpay-view .billingType .location{font-size:1rem;display:block;padding:0 0 2px 20px}
.banktransfersteps .steps{font-size:1rem;displayblock}.banktransfersteps .steps li{display:block;min-height:30px;position:relative;padding-left:45px;margin:0 0 30px 0}
.banktransfer article p.details{margin:0 0 40px 0;}.banktransfer article p.details span{font-size:1.142857142857143rem;color:#ae2017;margin:10px 0 0 0;display:inline-block;}.banktransfer article p.details span span{font-size:1.857142857142857rem;font-weight:300}.banktransfer iframe{width:100%;height:400px;margin:25px 0;padding:0 0 0 43px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-position:center;background-repeat:no-repeat;background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/midas/spinner.gif")}
section.creditcard-form form.validate fieldset input:invalid,section.creditcard-form form.validate fieldset select:invalid{border-color:#c33}section.creditcard-form form fieldset input,section.creditcard-form form fieldset select{-webkit-transition:border .3s ease-in;-moz-transition:border .3s ease-in;-ms-transition:border .3s ease-in;-o-transition:border .3s ease-in;transition:border .3s ease-in}section.creditcard-form form fieldset div.inline-block input:first-child,section.creditcard-form form fieldset div.inline-block select:first-child{float:left;}section.creditcard-form form fieldset div.inline-block input:first-child.short,section.creditcard-form form fieldset div.inline-block select:first-child.short{margin:0}section.creditcard-form form fieldset div.inline-block i{margin-left:11px;}section.creditcard-form form fieldset div.inline-block i.securitycode-back{content:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iNjFweCIgaGVpZ2h0PSIzNnB4IiB2aWV3Qm94PSIwIDAgNjEgMzYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+QUFEMURBRkItNzU1MC00NUJGLUIyMEMtM0FFREFDQUNBQ0EzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9IjIuMC1QYWdvLWNvbi12aXNhLW8tbWFzdGVyY2FyZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQxMi4wMDAwMDAsIC02NTAuMDAwMDAwKSI+ICAgICAgICAgICAgPGcgaWQ9IkNvZGlnb192aXNhX21hc3RlcmNhcmQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQxMi4wMDAwMDAsIDY1MC4wMDAwMDApIj4gICAgICAgICAgICAgICAgPHBhdGggZD0iTTAsMy4wMDc0MTk4OCBDMCwxLjM0NjQ2Nzc1IDEuMzUyNzc2MTgsMCAzLjAwNDI4ODgzLDAgTDUzLjk5NTcxMTIsMCBDNTUuNjU0OTM0MSwwIDU3LDEuMzQ1NTM5MzQgNTcsMy4wMDc0MTk4OCBMNTcsMzIuOTkyNTgwMSBDNTcsMzQuNjUzNTMyMyA1NS42NDcyMjM4LDM2IDUzLjk5NTcxMTIsMzYgTDMuMDA0Mjg4ODMsMzYgQzEuMzQ1MDY1OTMsMzYgMCwzNC42NTQ0NjA3IDAsMzIuOTkyNTgwMSBMMCwzLjAwNzQxOTg4IFoiIGlkPSJSZWN0YW5nbGUtMiIgZmlsbD0iI0NDQ0NDQyI+PC9wYXRoPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBmaWxsPSIjNEE0QTRBIiB4PSIwIiB5PSI0IiB3aWR0aD0iNTciIGhlaWdodD0iNiI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHkiIGZpbGw9IiNGOUY5RjkiIHg9IjMiIHk9IjEzIiB3aWR0aD0iMzEiIGhlaWdodD0iNiI+PC9yZWN0PiAgICAgICAgICAgICAgICA8dGV4dCBpZD0iMTIzIiBmb250LWZhbWlseT0iT3BlblNhbnMtU2VtaWJvbGQsIE9wZW4gU2FucyIgZm9udC1zaXplPSI3IiBmb250LXdlaWdodD0iNTAwIiBsZXR0ZXItc3BhY2luZz0iMC44MTY2NjY2NjMiIGZpbGw9IiMwMDAwMDAiPiAgICAgICAgICAgICAgICAgICAgPHRzcGFuIHg9IjM3IiB5PSIxOCI+MTIzPC90c3Bhbj4gICAgICAgICAgICAgICAgPC90ZXh0PiAgICAgICAgICAgICAgICA8ZWxsaXBzZSBpZD0iT3ZhbCIgc3Ryb2tlPSIjRkY3NzAwIiBzdHJva2Utd2lkdGg9IjMiIGN4PSI0NCIgY3k9IjE1LjUiIHJ4PSIxNSIgcnk9IjEwLjUiPjwvZWxsaXBzZT4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=")}section.creditcard-form form fieldset div.inline-block span.securitycode-description{position:relative;bottom:13px;font-size:12px;color:#4a4a4a}section.creditcard-form form fieldset div.inline-block ul.list-cards{display:inline-block;height:36px;margin-left:16px;}section.creditcard-form form fieldset div.inline-block ul.list-cards li{height:100%;float:left;}section.creditcard-form form fieldset div.inline-block ul.list-cards li.selected img{-webkit-filter:grayscale(0);filter:grayscale(0);opacity:1}section.creditcard-form form fieldset div.inline-block ul.list-cards li img{-webkit-filter:grayscale(1);filter:grayscale(1);opacity:.4;height:inherit;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
#seo-box{background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:10px;clear:both;margin-top:30px;padding:20px;}#seo-box:after{content:" ";clear:both;display:block}#seo-box .title{border-bottom:1px solid #ccc;color:#999;display:block;font-size:1rem;margin-bottom:5px;padding-bottom:5px}#seo-box ul{margin:0;padding:0;list-style-type:none;}#seo-box ul:after{content:" ";clear:both;display:block}#seo-box ul li{display:inline-block;float:left;font-size:11px;line-height:1.7;vertical-align:top;width:25%;padding-right:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:5px}#seo-box ul.twoColumn li{width:48%}#seo-box ul.threeColumn li{width:32%}#seo-box .item-paginator{border-bottom:1px solid #ccc;display:inline-block;font-size:.8571428571428571rem;margin-left:-20px;padding:0 20px 10px;width:100%;}#seo-box .item-paginator a{max-width:50%;position:relative;}#seo-box .item-paginator a.previous-item{float:left;}#seo-box .item-paginator a.previous-item:after,#seo-box .item-paginator a.previous-item:before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:1;right:100%;top:50%}#seo-box .item-paginator a.previous-item:after{border-color:rgba(153,153,153,0);border-width:3px;margin-top:-3px;border-right-color:#999}#seo-box .item-paginator a.previous-item:before{border-color:rgba(153,153,153,0);border-width:4px;margin-top:-4px;border-right-color:#999}#seo-box .item-paginator a.previous-item::before,#seo-box .item-paginator a.previous-item::after{margin-right:5px;top:8px;vertical-align:top}#seo-box .item-paginator a.previous-item:hover::before,#seo-box .item-paginator a.previous-item:hover::after{border-right-color:#000}#seo-box .item-paginator a.next-item{float:right;}#seo-box .item-paginator a.next-item:after,#seo-box .item-paginator a.next-item:before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:1;left:100%;top:50%}#seo-box .item-paginator a.next-item:after{border-color:rgba(153,153,153,0);border-width:3px;margin-top:-3px;border-left-color:#999}#seo-box .item-paginator a.next-item:before{border-color:rgba(153,153,153,0);border-width:4px;margin-top:-4px;border-left-color:#999}#seo-box .item-paginator a.next-item::before,#seo-box .item-paginator a.next-item::after{margin-left:5px;top:8px;vertical-align:top}#seo-box .item-paginator a.next-item:hover::before,#seo-box .item-paginator a.next-item:hover::after{border-left-color:#000}#seo-box .top-searches{font-size:11px;margin:0;}#seo-box .top-searches a:not(:last-child)::after{color:#000;content:"-";margin-left:2px}#seo-box .level-path-bottom span{font-size:11px;}#seo-box .level-path-bottom span::before{color:#999;font-size:.5rem}#seo-box.seo-item-page{margin-top:20px}#seo-box>div:not(:first-child){margin-top:20px}
.partials_search_suggestions_view{display:none;background-color:#fff;border:solid thin #ccc;border-top-width:0;-webkit-border-radius:0 0 .25em .25em;-moz-border-radius:0 0 .25em .25em;border-radius:0 0 .25em .25em;-webkit-box-shadow:0 .25em .25em -.25em #666;-moz-box-shadow:0 .25em .25em -.25em #666;box-shadow:0 .25em .25em -.25em #666;}.partials_search_suggestions_view.visible{display:block}.partials_search_suggestions_view .actions{position:absolute;top:0;right:0;overflow:hidden;padding:0 .8em;font-weight:normal;}.partials_search_suggestions_view .actions .action{margin-left:.5em;}.partials_search_suggestions_view .actions .action:first-child{margin-left:0}.partials_search_suggestions_view .title{position:relative;height:2.5em;margin:0;padding:0;line-height:2.5em;border-style:solid;border-color:#ccc;border-width:thin 0;}.partials_search_suggestions_view .title:first-child{border-top-width:0}.partials_search_suggestions_view .title .text{display:inline-block;padding:0 .8em;font-size:smaller;font-weight:normal;line-height:2em;vertical-align:bottom;color:#999}.partials_search_suggestions_view .title .actions .action > span{display:inline-block;font-size:smaller;line-height:2em;vertical-align:bottom}.partials_search_suggestions_view .list{margin:0;padding:0;list-style:none;}.partials_search_suggestions_view .list .entry{position:relative;line-height:2.5em;border-top:solid thin #ccc;-webkit-transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-ms-transition:background-color .1s ease-in-out;-o-transition:background-color .1s ease-in-out;transition:background-color .1s ease-in-out;}.partials_search_suggestions_view .list .entry:first-child{border-top-width:0}.partials_search_suggestions_view .list .entry .suggestion{display:block;padding:0 .8em;-webkit-transition:color .1s ease-in-out;-moz-transition:color .1s ease-in-out;-ms-transition:color .1s ease-in-out;-o-transition:color .1s ease-in-out;transition:color .1s ease-in-out;}.partials_search_suggestions_view .list .entry .suggestion:hover{text-decoration:none}.partials_search_suggestions_view .list .entry .suggestion[data-type="autocomplete"]{color:#bfbfbf;}.partials_search_suggestions_view .list .entry .suggestion[data-type="autocomplete"] > strong{font-weight:normal;color:#000;background-color:#eef1cc}.partials_search_suggestions_view .list .entry .suggestion[data-type="history"]{color:#628}.partials_search_suggestions_view .list .entry .actions{opacity:0;-webkit-transition:opacity .1s ease-in-out;-moz-transition:opacity .1s ease-in-out;-ms-transition:opacity .1s ease-in-out;-o-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out;}.partials_search_suggestions_view .list .entry .actions .action{color:#e6e6e6;-webkit-transition:color .1s ease-in-out;-moz-transition:color .1s ease-in-out;-ms-transition:color .1s ease-in-out;-o-transition:color .1s ease-in-out;transition:color .1s ease-in-out;}.partials_search_suggestions_view .list .entry .actions .action > span{display:none}.partials_search_suggestions_view .list .entry .actions .action:hover{color:#737373}.partials_search_suggestions_view .list .entry.selected{background-color:#f2f2f2;}.partials_search_suggestions_view .list .entry.selected .suggestion[data-type="autocomplete"]{color:#000;}.partials_search_suggestions_view .list .entry.selected .suggestion[data-type="autocomplete"] > strong{background-color:#eef1cc}.partials_search_suggestions_view .list .entry.selected .actions{opacity:1;-webkit-transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-ms-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}
#header-view .partials_search_index_view,#header-fix-view .partials_search_index_view{position:relative;z-index:101;float:left;}#header-view .partials_search_index_view .submit,#header-fix-view .partials_search_index_view .submit{position:relative;float:right;border:none;font-size:1.142857142857143rem;line-height:1;}#header-view .partials_search_index_view .submit span,#header-fix-view .partials_search_index_view .submit span{display:none}#header-view .partials_search_index_view:after,#header-fix-view .partials_search_index_view:after{content:'';clear:both;display:block;width:100%;height:0;font-size:0;line-height:0}#header-view .partials_search_index_view{margin:0 0 0 15px;width:400px;}#header-view .partials_search_index_view .submit{height:36px;width:30px;position:absolute;right:4px;top:0;background-color:transparent;color:#02b875;outline:none;z-index:10;}#header-view .partials_search_index_view .submit:before{font-family:'olx-icon-material'}#header-view.postingFlow .partials_search_index_view,#header-view.hideDistractions .partials_search_index_view{display:none}#header-fix-view .partials_search_index_view{margin:0 0 0 15px;width:345px;}#header-fix-view .partials_search_index_view .submit{height:36px;width:30px;position:absolute;right:4px;top:0;background-color:transparent;color:#628;outline:none;z-index:10;}#header-fix-view .partials_search_index_view .submit:before{font-family:'olx-icon-material'}#header-fix-view.postingFlow .partials_search_index_view,#header-fix-view.hideDistractions .partials_search_index_view{display:none}
#header-view .partials_search_field_view,#header-fix-view .partials_search_field_view{width:100%;float:left;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:none;}#header-view .partials_search_field_view .field,#header-fix-view .partials_search_field_view .field{position:relative;display:block;width:100%;margin:0;padding:0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:transparent;}#header-view .partials_search_field_view .field::-ms-clear,#header-fix-view .partials_search_field_view .field::-ms-clear{display:none}#header-view .partials_search_field_view .field.search,#header-fix-view .partials_search_field_view .field.search{z-index:1;color:#000}#header-view .partials_search_field_view .field.suggestion,#header-fix-view .partials_search_field_view .field.suggestion{color:#ccc}#header-view .partials_search_field_view .field.with-options,#header-fix-view .partials_search_field_view .field.with-options{-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}#header-view .partials_search_field_view .partials_search_suggestions_view,#header-fix-view .partials_search_field_view .partials_search_suggestions_view{position:absolute;left:0}#header-view .partials_search_field_view{margin:0;padding:0;}#header-view .partials_search_field_view .field{height:36px;line-height:36px;border:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}#header-view .partials_search_field_view .field.search:focus{outline:none}#header-view .partials_search_field_view .field.suggestion{margin-top:-36px;background-color:#fff}#header-view .partials_search_field_view .partials_search_suggestions_view{right:0}#header-fix-view .partials_search_field_view{margin:0;padding:0;}#header-fix-view .partials_search_field_view .field{height:36px;line-height:36px;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}#header-fix-view .partials_search_field_view .field.search:focus{outline:none}#header-fix-view .partials_search_field_view .field.suggestion{margin-top:-36px;background-color:#fff}#header-fix-view .partials_search_field_view .field.with-options{border-bottom:1px solid #628}#header-fix-view .partials_search_field_view .partials_search_suggestions_view{right:0}
#post-banner{clear:both;float:left;width:980px;}#post-banner .post-banner-title{display:block;font-size:1.857142857142857rem;font-weight:bold;height:70px;text-align:center;}#post-banner .post-banner-title:before,#post-banner .post-banner-title:after{background:url("https://static01.olx-st.com/mobile-webapp/images/desktop/doubleArrows.jpg");content:"";height:31px;position:absolute;width:31px}#post-banner .post-banner-title:after{background-position:-31px 0;margin:23px 0 0 22px}#post-banner .post-banner-title:before{margin:23px 0 0 -50px}#post-banner ul{display:block;text-align:center;margin:0;padding:0;list-style-type:none;}#post-banner ul li{display:inline-block;margin-right:5px;}#post-banner ul li a{font-size:1rem;font-weight:bold;}#post-banner ul li a:hover{text-decoration:none}#post-banner ul li a span.icons{background:#008fd3;border-color:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border-style:solid;border-width:4px;padding:0;color:#fff;display:block;font-size:4.615rem;height:80px;width:80px;}#post-banner ul li a span.icons:hover{border-color:#abd2e5}
.partnerships-view .partner{background-color:#eceff1;padding:20px;margin-top:20px;}.partnerships-view .partner:after{content:" ";clear:both;display:block}.partnerships-view .partner .partner-logo{float:left;width:190px;height:140px;background:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin-right:20px;text-align:center}.partnerships-view .partner h6{color:#000;padding:0 0 10px;margin:0;font-size:1.142857142857143rem;font-weight:600}.partnerships-view .partner p{color:#666;padding:0 0 10px;margin:0}.partnerships-view .partner a{background-color:#545454;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;font-weight:600;display:inline-block;padding:10px 30px}.partnerships-view .partner a:hover{text-decoration:none;background-color:#1a1a1a}.partnerships-view .partner a.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}
.parent-category-list{margin:0;padding:0;list-style-type:none;display:inline-block;float:none;padding:0;text-align:center;width:auto;}.parent-category-list:last-child{padding:0}.parent-category-list .category{float:left;height:140px;margin:0 3px;width:130px;}.parent-category-list .category .category-link{float:left;font-size:1.142857142857143rem;width:100%}.parent-category-list a .icon{margin:20px auto 9px}
#notfound{background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:10px;padding:10px 10px 3em;text-align:center;}#notfound:after{content:" ";clear:both;display:block}#notfound img{display:block;margin:20px auto 0}#notfound .message{color:#999;font-size:1.428571428571429rem;font-weight:normal;margin:20px 0 0}#notfound h3{font-size:1.857142857142857rem;font-weight:normal;margin:30px 0 20px}#notfound ul{margin:0;padding:0;list-style-type:none;}#notfound ul.first{margin-top:2em}#notfound .options{background:#ffc;border-color:#ab0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:15px;margin:25px auto;position:relative;width:285px;text-align:left;list-style-type:inherit;list-style-position:inside;}#notfound .options:after,#notfound .options:before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:90;top:100%;left:50%}#notfound .options:after{border-color:rgba(255,255,204,0);border-width:18px;margin-left:-18px;border-top-color:#ffc}#notfound .options:before{border-color:rgba(170,187,0,0);border-width:19px;margin-left:-19px;border-top-color:#ab0}#notfound .options::before,#notfound .options::after{left:32px}#notfound .options li{line-height:1.5}#notfound .search-form{display:inline;}#notfound .search-form fieldset{margin:0 auto;position:relative;width:317px;}#notfound .search-form fieldset::before,#notfound .search-form fieldset::after{border-bottom:1px solid #ccc;content:"";height:19px;position:absolute;top:0;width:295px}#notfound .search-form fieldset::before{margin-right:15px;right:100%}#notfound .search-form fieldset::after{left:100%;margin-left:15px}#notfound .subtitle{margin:50px 0 30px}
.loading-bounce{text-align:center;-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;}.loading-bounce div{width:18px;height:18px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;display:inline-block;background-color:#ab0;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;-moz-animation:sk-bouncedelay 1.4s infinite ease-in-out both;-ms-animation:sk-bouncedelay 1.4s infinite ease-in-out both;-o-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both;}.loading-bounce div.bounce1{animation-delay:-.32s}.loading-bounce div.bounce2{animation-delay:-.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@-moz-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-o-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}
.limit-posting-banner{height:190px;margin:0 0 40px;position:relative;}.limit-posting-banner:after{content:" ";clear:both;display:block}.limit-posting-banner .title,.limit-posting-banner .subtitle{text-transform:uppercase;display:block;margin:0;text-align:center;width:425px}.limit-posting-banner .title{color:#f70;font-size:1.857142857142857rem;font-weight:bold;padding:40px 0 5px}.limit-posting-banner .subtitle{color:#000;font-size:1.428571428571429rem;}.limit-posting-banner .subtitle strong{background:url("https://static01.olx-st.com/mobile-webapp/images/desktop/underline.png") center bottom no-repeat;color:#628;display:inline-block;margin-bottom:20px;padding-bottom:8px}.limit-posting-banner .image{bottom:0;position:absolute;right:0;z-index:10}.limit-posting-banner .select{background:#628;bottom:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;font-size:1.142857142857143rem;left:0;padding:10px 0;position:absolute;width:100%;}.limit-posting-banner .select span{display:block;width:430px;text-align:center}.limit-posting-banner .select:after{left:190px;bottom:-51px;position:absolute;display:inline-block;border-color:#628 transparent transparent;border-image:none;border-style:solid;border-width:25px 26px 26px;content:""}
.geolocation-button{display:block;overflow:hidden;padding:3px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border:solid thin #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.geolocation-button .icon{margin:10px;position:relative;display:inline-block;vertical-align:middle;width:15px;height:15px;color:#ccc;background-color:#fff;border:solid 1px #ccc;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 0 0 0 rgba(204,205,204,0.25);-moz-box-shadow:0 0 0 0 rgba(204,205,204,0.25);box-shadow:0 0 0 0 rgba(204,205,204,0.25);}.geolocation-button .icon:before{content:'';position:absolute;top:6px;right:6px;bottom:6px;left:6px;-webkit-box-shadow:0 -7px,0 -8px,0 -9px,0 -10px,7px 0,8px 0,9px 0,10px 0,0 7px,0 8px,0 9px,0 10px,-7px 0,-8px 0,-9px 0,-10px 0;-moz-box-shadow:0 -7px,0 -8px,0 -9px,0 -10px,7px 0,8px 0,9px 0,10px 0,0 7px,0 8px,0 9px,0 10px,-7px 0,-8px 0,-9px 0,-10px 0;box-shadow:0 -7px,0 -8px,0 -9px,0 -10px,7px 0,8px 0,9px 0,10px 0,0 7px,0 8px,0 9px,0 10px,-7px 0,-8px 0,-9px 0,-10px 0;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}.geolocation-button .icon:after{content:'';position:absolute;top:3px;right:3px;bottom:3px;left:3px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#ccc;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}.geolocation-button .text{position:relative;display:inline-block;padding:0 3px;vertical-align:middle;height:20px;line-height:20px;color:#999}.geolocation-button .unforce{display:inline-block;height:20px;line-height:22px;vertical-align:middle;color:#38b;}.geolocation-button .unforce:before{content:'\00A0\2192\00A0'}.geolocation-button:hover{text-decoration:none;}.geolocation-button:hover .icon{-webkit-box-shadow:0 0 0 150px rgba(204,204,204,0);-moz-box-shadow:0 0 0 150px rgba(204,204,204,0);box-shadow:0 0 0 150px rgba(204,204,204,0);-webkit-transition:all .5s linear;-moz-transition:all .5s linear;-ms-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear;}.geolocation-button:hover .icon:before{-webkit-transform:scale(1.33);-moz-transform:scale(1.33);-ms-transform:scale(1.33);-o-transform:scale(1.33);transform:scale(1.33)}.geolocation-button:hover .text{color:#666}.geolocation-button.locating .icon{-webkit-animation:geolocationButtonGrow 1s linear infinite;-moz-animation:geolocationButtonGrow 1s linear infinite;-ms-animation:geolocationButtonGrow 1s linear infinite;-o-animation:geolocationButtonGrow 1s linear infinite;animation:geolocationButtonGrow 1s linear infinite;}.geolocation-button.locating .icon:before{-webkit-animation:geolocationButtonCross 1s linear infinite;-moz-animation:geolocationButtonCross 1s linear infinite;-ms-animation:geolocationButtonCross 1s linear infinite;-o-animation:geolocationButtonCross 1s linear infinite;animation:geolocationButtonCross 1s linear infinite}.geolocation-button.locating .icon:after{-webkit-animation:geolocationButtonPoint 1s linear infinite;-moz-animation:geolocationButtonPoint 1s linear infinite;-ms-animation:geolocationButtonPoint 1s linear infinite;-o-animation:geolocationButtonPoint 1s linear infinite;animation:geolocationButtonPoint 1s linear infinite}.geolocation-button.locating .text{color:#ccc}.geolocation-button.locating .unforce{display:none}.geolocation-button.success .icon:after{background-color:#ab0}.geolocation-button.success .geo-str span{color:#ab0}.geolocation-button.success .unforce{display:none}.geolocation-button.failure .icon:after{background-color:#c33}.geolocation-button.failure .unforce{display:none}.geolocation-button.success:hover .icon,.geolocation-button.failure:hover .icon{-webkit-box-shadow:0 0 0 0 rgba(204,204,204,0);-moz-box-shadow:0 0 0 0 rgba(204,204,204,0);box-shadow:0 0 0 0 rgba(204,204,204,0);-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;}.geolocation-button.success:hover .icon:before,.geolocation-button.failure:hover .icon:before{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.geolocation-button.success:hover .text,.geolocation-button.failure:hover .text{color:#999}@-moz-keyframes geolocationButtonPoint{55%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}70%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}85%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-webkit-keyframes geolocationButtonPoint{55%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}70%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}85%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-o-keyframes geolocationButtonPoint{55%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}70%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}85%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@keyframes geolocationButtonPoint{55%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}70%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}85%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-moz-keyframes geolocationButtonCross{0%{-webkit-transform:scale(1) rotate(0);-moz-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);-o-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}60%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}75%{-webkit-transform:scale(1.33);-moz-transform:scale(1.33);-ms-transform:scale(1.33);-o-transform:scale(1.33);transform:scale(1.33)}90%{-webkit-transform:scale(.75);-moz-transform:scale(.75);-ms-transform:scale(.75);-o-transform:scale(.75);transform:scale(.75)}100%{-webkit-transform:scale(1) rotate(90deg);-moz-transform:scale(1) rotate(90deg);-ms-transform:scale(1) rotate(90deg);-o-transform:scale(1) rotate(90deg);transform:scale(1) rotate(90deg)}}@-webkit-keyframes geolocationButtonCross{0%{-webkit-transform:scale(1) rotate(0);-moz-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);-o-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}60%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}75%{-webkit-transform:scale(1.33);-moz-transform:scale(1.33);-ms-transform:scale(1.33);-o-transform:scale(1.33);transform:scale(1.33)}90%{-webkit-transform:scale(.75);-moz-transform:scale(.75);-ms-transform:scale(.75);-o-transform:scale(.75);transform:scale(.75)}100%{-webkit-transform:scale(1) rotate(90deg);-moz-transform:scale(1) rotate(90deg);-ms-transform:scale(1) rotate(90deg);-o-transform:scale(1) rotate(90deg);transform:scale(1) rotate(90deg)}}@-o-keyframes geolocationButtonCross{0%{-webkit-transform:scale(1) rotate(0);-moz-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);-o-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}60%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}75%{-webkit-transform:scale(1.33);-moz-transform:scale(1.33);-ms-transform:scale(1.33);-o-transform:scale(1.33);transform:scale(1.33)}90%{-webkit-transform:scale(.75);-moz-transform:scale(.75);-ms-transform:scale(.75);-o-transform:scale(.75);transform:scale(.75)}100%{-webkit-transform:scale(1) rotate(90deg);-moz-transform:scale(1) rotate(90deg);-ms-transform:scale(1) rotate(90deg);-o-transform:scale(1) rotate(90deg);transform:scale(1) rotate(90deg)}}@keyframes geolocationButtonCross{0%{-webkit-transform:scale(1) rotate(0);-moz-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);-o-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}60%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}75%{-webkit-transform:scale(1.33);-moz-transform:scale(1.33);-ms-transform:scale(1.33);-o-transform:scale(1.33);transform:scale(1.33)}90%{-webkit-transform:scale(.75);-moz-transform:scale(.75);-ms-transform:scale(.75);-o-transform:scale(.75);transform:scale(.75)}100%{-webkit-transform:scale(1) rotate(90deg);-moz-transform:scale(1) rotate(90deg);-ms-transform:scale(1) rotate(90deg);-o-transform:scale(1) rotate(90deg);transform:scale(1) rotate(90deg)}}@-moz-keyframes geolocationButtonGrow{0%{-webkit-box-shadow:0 0 0 0 rgba(204,205,204,0.25);-moz-box-shadow:0 0 0 0 rgba(204,205,204,0.25);box-shadow:0 0 0 0 rgba(204,205,204,0.25)}50%{-webkit-box-shadow:0 0 0 150px rgba(204,204,204,0);-moz-box-shadow:0 0 0 150px rgba(204,204,204,0);box-shadow:0 0 0 150px rgba(204,204,204,0)}100%{-webkit-box-shadow:0 0 0 150px rgba(204,204,204,0);-moz-box-shadow:0 0 0 150px rgba(204,204,204,0);box-shadow:0 0 0 150px rgba(204,204,204,0)}}@-webkit-keyframes geolocationButtonGrow{0%{-webkit-box-shadow:0 0 0 0 rgba(204,205,204,0.25);-moz-box-shadow:0 0 0 0 rgba(204,205,204,0.25);box-shadow:0 0 0 0 rgba(204,205,204,0.25)}50%{-webkit-box-shadow:0 0 0 150px rgba(204,204,204,0);-moz-box-shadow:0 0 0 150px rgba(204,204,204,0);box-shadow:0 0 0 150px rgba(204,204,204,0)}100%{-webkit-box-shadow:0 0 0 150px rgba(204,204,204,0);-moz-box-shadow:0 0 0 150px rgba(204,204,204,0);box-shadow:0 0 0 150px rgba(204,204,204,0)}}@-o-keyframes geolocationButtonGrow{0%{-webkit-box-shadow:0 0 0 0 rgba(204,205,204,0.25);-moz-box-shadow:0 0 0 0 rgba(204,205,204,0.25);box-shadow:0 0 0 0 rgba(204,205,204,0.25)}50%{-webkit-box-shadow:0 0 0 150px rgba(204,204,204,0);-moz-box-shadow:0 0 0 150px rgba(204,204,204,0);box-shadow:0 0 0 150px rgba(204,204,204,0)}100%{-webkit-box-shadow:0 0 0 150px rgba(204,204,204,0);-moz-box-shadow:0 0 0 150px rgba(204,204,204,0);box-shadow:0 0 0 150px rgba(204,204,204,0)}}@keyframes geolocationButtonGrow{0%{-webkit-box-shadow:0 0 0 0 rgba(204,205,204,0.25);-moz-box-shadow:0 0 0 0 rgba(204,205,204,0.25);box-shadow:0 0 0 0 rgba(204,205,204,0.25)}50%{-webkit-box-shadow:0 0 0 150px rgba(204,204,204,0);-moz-box-shadow:0 0 0 150px rgba(204,204,204,0);box-shadow:0 0 0 150px rgba(204,204,204,0)}100%{-webkit-box-shadow:0 0 0 150px rgba(204,204,204,0);-moz-box-shadow:0 0 0 150px rgba(204,204,204,0);box-shadow:0 0 0 150px rgba(204,204,204,0)}}
#delete-item-view .formdeleteitem{background:#fff;border-color:#ccc;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;border-style:solid;border-width:1px;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:none;width:100%;}#delete-item-view .formdeleteitem .confirmdelete{margin:0 0 0 25px;padding:20px 0;}#delete-item-view .formdeleteitem .confirmdelete .warning-text{font-size:1.5rem;font-weight:bold;margin:4px 0 15px}#delete-item-view .formdeleteitem .confirmdelete .subtitle{color:#000;font-size:1.714285714285714rem;margin:0 0 15px 0}#delete-item-view .formdeleteitem .confirmdelete .formdelete{width:50%}#delete-item-view .formdeleteitem .confirmdelete .itemdelete{overflow:hidden;margin:0 0 15px 0;}#delete-item-view .formdeleteitem .confirmdelete .itemdelete .image{border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;display:inline-block;float:left;margin:0 10px 0 0;max-height:50px;min-height:50px;padding:2px;position:relative;text-align:center;width:78px;}#delete-item-view .formdeleteitem .confirmdelete .itemdelete .image .withoutimg{color:#ccc;display:block;font-size:25px;margin:0 auto;max-width:100%;padding:9px 0}#delete-item-view .formdeleteitem .confirmdelete .itemdelete .image img{bottom:2px;left:2px;margin:auto;max-height:50px;max-width:100%;position:absolute;right:2px;top:2px}#delete-item-view .formdeleteitem .confirmdelete .itemdelete .description{color:#ccc}#delete-item-view .formdeleteitem .confirmdelete h5{font-size:1.285714285714286rem;margin:0 0 22px 0}#delete-item-view .formdeleteitem .confirmdelete form{border-color:#f5f5f5;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border-style:solid;border-width:1px;}#delete-item-view .formdeleteitem .confirmdelete form .reason{padding:10px;border-bottom:1px solid #f5f5f5;overflow:hidden;}#delete-item-view .formdeleteitem .confirmdelete form .reason input{display:inline-block;margin-right:5px;}#delete-item-view .formdeleteitem .confirmdelete form .reason input.text{padding:5px;width:238px;border:1px solid #f5f5f5;line-height:1;display:inline-block}#delete-item-view .formdeleteitem .confirmdelete form .reason label{display:inline-block;margin-right:5px;line-height:1;font-size:100%}#delete-item-view .formdeleteitem .confirmdelete form .reason:last-child{border-bottom:0}#delete-item-view .formdeleteitem .confirmdelete form.active{background:#f5f5f5}#delete-item-view .formdeleteitem .confirmdelete form .buttons button{padding:5px 20px;background-color:#02b875;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;}#delete-item-view .formdeleteitem .confirmdelete form .buttons button:hover{text-decoration:none;}#delete-item-view .formdeleteitem .confirmdelete form .buttons button.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}#delete-item-view .formdeleteitem .confirmdelete form .buttons button:hover{background-color:#01945e}#delete-item-view .formdeleteitem .confirmdelete form .buttons span{margin:0 10px}#delete-item-view .formdeleteitem .confirmdelete form .buttons.deleteitem{padding:1.142857142857143rem;display:inline-block;line-height:2.3;padding-bottom:8px;height:auto}#delete-item-view .backtoItem,#delete-item-view .backtomyolx{margin:20px 40px 0 40px;display:inline-block;}#delete-item-view .backtoItem:before,#delete-item-view .backtomyolx:before{color:#000;font-size:.8571428571428571rem;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.posting-item-information #delete-item-view .formdeleteitem{border:none}
.country-area{background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:10px;background-color:#fff;background-image:-moz-linear-gradient(top,#fff 18%,#fafafa 18%);background-image:-ms-linear-gradient(top,#fff 18%,#fafafa 18%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(18%,#fff),color-stop(18%,#fafafa));background-image:-webkit-linear-gradient(top,#fff 18%,#fafafa 18%);background-image:linear-gradient(to bottom,#fff 18%,#fafafa 18%);float:left;min-height:347px;padding-bottom:20px;width:578px;position:relative;}.country-area:after{content:" ";clear:both;display:block}.country-area > a{position:absolute;right:5px;bottom:25px}.country-area .content-description{margin-left:20px;float:left;width:100%;}.country-area .content-description .title{color:#ab0;display:table-cell;font-size:1.857142857142857rem;font-weight:bold;height:48px;vertical-align:middle}.country-area .content-description .cities-title{color:#999;font-size:1.428571428571429rem;margin:35px 0 10px;padding-left:25px;width:200px;}.country-area .content-description .cities-title::before{font-size:1.428571428571429rem;margin-left:-25px;padding-right:5px;vertical-align:inherit}.country-area .content-description .list-cities{margin:0;padding:0;list-style-type:none;padding-left:25px}.country-area .content-description li{line-height:1.3;padding-bottom:10px}.country-area.special .content-description .cities-title{width:100%}
#category-tree{background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:10px;padding:0 0 50px 0;position:relative;}#category-tree:after{content:" ";clear:both;display:block}#category-tree .category-list{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;padding:0 20px;width:25%;}#category-tree .category-list.threeColumns{width:33%}#category-tree .category-list:last-child{padding-right:20px}#category-tree .category-list .category li{margin-bottom:10px;padding:0 0 0 5px;border-left:2px solid #f3f3f3;}#category-tree .category-list .category li:hover{border-color:#e8f6ff}#category-tree .category-list a .icon{margin:20px 0 9px}#category-tree .title-bar{border-bottom:1px solid #ccc;}#category-tree .title-bar .title-module{display:inline-block;padding:12px 20px 20px 24px}#category-tree .title-bar a{font-size:1rem;font-weight:bold;margin-left:5px;vertical-align:middle;height:18px;}#category-tree .title-bar a span.icon-navarrowup{padding-left:4px;}#category-tree .title-bar a span.icon-navarrowup:before{line-height:1;font-size:1.428571428571429rem;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}#category-tree .title-bar h2{display:inline-block;padding-left:24px;font-size:$x}#category-tree > h2{display:block;text-align:center;font-size:1.428571428571429rem;font-weight:normal;margin:20px 0}#category-tree ul{margin:0;padding:0;list-style-type:none;position:relative;z-index:50}#category-tree .category-list-first{padding-left:20px}#category-tree .categoryBanner{position:absolute;bottom:-3px;}#category-tree .categoryBanner.left{left:0}#category-tree .categoryBanner.right{right:0}#category-tree .categoryBanner.flip{-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}#category-tree .category-list a:hover,#notfound .category-list a:hover,#parent-category .category-list a:hover{text-decoration:underline}#category-tree .category-list a .icon,#notfound .category-list a .icon,#parent-category .category-list a .icon{background:url("https://static01.olx-st.com/mobile-webapp/images/desktop/sprite-home-icons-2.png") 0 0 no-repeat;display:block;height:54px;width:54px}#category-tree .category-list a .cat-16,#notfound .category-list a .cat-16,#parent-category .category-list a .cat-16{background-position:0 -216px}#category-tree .category-list a .cat-185,#notfound .category-list a .cat-185,#parent-category .category-list a .cat-185{background-position:0 -378px}#category-tree .category-list a .cat-186,#notfound .category-list a .cat-186,#parent-category .category-list a .cat-186{background-position:0 -108px}#category-tree .category-list a .cat-187,#notfound .category-list a .cat-187,#parent-category .category-list a .cat-187{background-position:0 -432px}#category-tree .category-list a .cat-190,#notfound .category-list a .cat-190,#parent-category .category-list a .cat-190{background-position:0 -54px}#category-tree .category-list a .cat-191,#notfound .category-list a .cat-191,#parent-category .category-list a .cat-191,#category-tree .category-list a .cat-1046,#notfound .category-list a .cat-1046,#parent-category .category-list a .cat-1046{background-position:0 -162px}#category-tree .category-list a .cat-362,#notfound .category-list a .cat-362,#parent-category .category-list a .cat-362{background-position:0 -648px}#category-tree .category-list a .cat-405,#notfound .category-list a .cat-405,#parent-category .category-list a .cat-405{background-position:0 -810px}#category-tree .category-list a .cat-800,#notfound .category-list a .cat-800,#parent-category .category-list a .cat-800{background-position:0 -862px}#category-tree .category-list a .cat-806,#notfound .category-list a .cat-806,#parent-category .category-list a .cat-806{background-position:0 -486px}#category-tree .category-list a .cat-811,#notfound .category-list a .cat-811,#parent-category .category-list a .cat-811{background-position:0 -270px}#category-tree .category-list a .cat-815,#notfound .category-list a .cat-815,#parent-category .category-list a .cat-815{background-position:0 -594px}#category-tree .category-list a .cat-821,#notfound .category-list a .cat-821,#parent-category .category-list a .cat-821{background-position:0 -54px}#category-tree .category-list a .cat-830,#notfound .category-list a .cat-830,#parent-category .category-list a .cat-830{background-position:0 -756px}#category-tree .category-list a .cat-853,#notfound .category-list a .cat-853,#parent-category .category-list a .cat-853,#category-tree .category-list a .cat-1040,#notfound .category-list a .cat-1040,#parent-category .category-list a .cat-1040{background-position:0 -540px}#category-tree .category-list a .cat-859,#notfound .category-list a .cat-859,#parent-category .category-list a .cat-859{background-position:0 -916px}#category-tree .category-list a .cat-881,#notfound .category-list a .cat-881,#parent-category .category-list a .cat-881,#category-tree .category-list a .cat-1007,#notfound .category-list a .cat-1007,#parent-category .category-list a .cat-1007{background-position:0 -324px}#category-tree .category-list a .cat-938,#notfound .category-list a .cat-938,#parent-category .category-list a .cat-938{background-position:0 -1132px}#category-tree .category-list a .cat-1016,#notfound .category-list a .cat-1016,#parent-category .category-list a .cat-1016{background-position:0 -1078px}#category-tree .category-list a .cat-1022,#notfound .category-list a .cat-1022,#parent-category .category-list a .cat-1022{background-position:0 -970px}#category-tree .category-list a .cat-1028,#notfound .category-list a .cat-1028,#parent-category .category-list a .cat-1028{background-position:0 -1024px}#category-tree .category-list .category-link,#notfound .category-list .category-link,#parent-category .category-list .category-link{color:#000;display:inline-block;padding-bottom:13px;}#category-tree .category-list .category-link.icons-material:before,#notfound .category-list .category-link.icons-material:before,#parent-category .category-list .category-link.icons-material:before{display:block;width:2em;height:2em;margin:20px auto 10px;font-size:1.714285714285714rem;text-align:center;color:#fff;line-height:2em;background-color:#02b875;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:transform .25s ease-in-out;-moz-transition:transform .25s ease-in-out;-ms-transition:transform .25s ease-in-out;-o-transition:transform .25s ease-in-out;transition:transform .25s ease-in-out}#category-tree .category-list .category-link.icons-material:hover,#notfound .category-list .category-link.icons-material:hover,#parent-category .category-list .category-link.icons-material:hover{text-decoration:none;}#category-tree .category-list .category-link.icons-material:hover:before,#notfound .category-list .category-link.icons-material:hover:before,#parent-category .category-list .category-link.icons-material:hover:before{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}#category-tree .category-list .category-link h3,#notfound .category-list .category-link h3,#parent-category .category-list .category-link h3{font-size:1.428571428571429rem;font-weight:normal;margin:0}
.adserving:empty{display:none}.adserving .adserving-afs{background-color:#fff;margin-top:10px;}.adserving .adserving-afs iframe{border:1px solid #ccc;border-bottom:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block}.adserving .adserving-afs.listing_bottom{margin-bottom:10px;margin-top:-10px;}.adserving .adserving-afs.listing_bottom iframe{border:1px solid #ccc;border-top:none}.adserving .adserving-afs.listing_topgallery:not(:empty){background:#fff;border:1px solid #ccc;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:auto !important;margin:10px 0;padding:10px;}.adserving .adserving-afs.listing_topgallery:not(:empty) iframe{border:none}.adserving .adserving-afs.item_bottom,.adserving .adserving-afs.listing_noresult iframe{border-bottom:1px solid #ccc}.adserving .adserving-adx,.adserving .adserving-dfp{text-align:center;}.adserving .adserving-adx.item_top,.adserving .adserving-dfp.item_top,.adserving .adserving-adx.listing_pagetop,.adserving .adserving-dfp.listing_pagetop,.adserving .adserving-adx.listing_bottomextra,.adserving .adserving-dfp.listing_bottomextra,.adserving .adserving-adx.home_middle,.adserving .adserving-dfp.home_middle{margin:10px 0 20px 0;min-height:90px}.adserving .adserving-adx.listing_bottomextra,.adserving .adserving-dfp.listing_bottomextra,.adserving .adserving-adx.home_middle,.adserving .adserving-dfp.home_middle{margin:20px 0}.adserving .adserving-adx iframe,.adserving .adserving-dfp iframe{border:none;margin:0;vertical-align:top}.adserving .adserving-adx.listing_side,.adserving .adserving-dfp.listing_side,.adserving .adserving-adx.item_side,.adserving .adserving-dfp.item_side{margin-top:20px}.adserving .adserving-adx.listing_generic,.adserving .adserving-dfp.listing_generic,.adserving .adserving-adx.item_generic,.adserving .adserving-dfp.item_generic{height:0}.adserving .listing_takeover,.adserving .item_takeover{position:fixed;top:53px;left:0;right:0;bottom:0;z-index:-10;}.adserving .listing_takeover > div,.adserving .item_takeover > div{position:relative;width:1920px;margin-left:-960px !important;left:50%}.adserving .sticky{margin:0 auto !important;position:fixed}.adserving:not(:empty) + .items-list{margin-top:0}
.pages-thanks-view .content-thanks{background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:10px;margin-bottom:20px;padding-bottom:30px;text-align:center;}.pages-thanks-view .content-thanks p{margin:20px 0;font-size:1.142857142857143rem;}.pages-thanks-view .content-thanks p.thanks-you{font-size:1rem}.pages-thanks-view .content-thanks h1{color:#628;font-size:1.857142857142857rem;font-weight:bold}.pages-thanks-view .content-thanks .posting{display:inline-block}.pages-thanks-view .content-thanks .content-video{background:url("https://static01.olx-st.com/mobile-webapp/images/desktop/marketing/thanks/frase.gif") no-repeat left 30px center;width:100%;}.pages-thanks-view .content-thanks .content-video.content-video-en{background:url("https://static01.olx-st.com/mobile-webapp/images/desktop/marketing/thanks/phrase.gif") no-repeat left 30px center}.pages-thanks-view .content-thanks .content-thanks-you{background:url("https://static01.olx-st.com/mobile-webapp/images/desktop/marketing/thanks/items.jpg") no-repeat center bottom;padding-bottom:100px}
.pages-sitemap-view{margin-bottom:30px;}.pages-sitemap-view:after{content:" ";clear:both;display:block}.pages-sitemap-view .category{padding-top:20px}
.pages_safety_view{overflow:hidden;}.pages_safety_view .left{float:left}.pages_safety_view .right{float:right}.pages_safety_view .safety-tips{width:980px;margin:0 auto;background:#e4e4e4}.pages_safety_view .safety-tips a{display:block;text-decoration:none}.pages_safety_view .banner-safety-tips{width:980px;height:380px;margin:0 auto;}.pages_safety_view .banner-safety-tips.latam{background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/safety/co/slider-4.jpg")}.pages_safety_view .banner-safety-tips.ar{background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/safety/ar/exitoriales.jpg")}.pages_safety_view .banner-safety-tips h3{font-family:'HelveticaRoundedLTStd-Bd';font-size:44px;padding:130px 0 0 0;text-align:center;color:#fff;text-shadow:3px 3px 5px #000;margin:0}.pages_safety_view .banner-safety-tips p{font-family:Arial,Helvetica,sans-serif;font-size:28px;padding:24px 0 0 0;text-align:center;color:#fff;text-shadow:3px 3px 5px #000;margin:0;line-height:28px}.pages_safety_view .exitoriales-wrapper{overflow:hidden;padding:40px 0 0;}.pages_safety_view .exitoriales-wrapper .exitoriales-action{float:left;width:110px;height:428px;}.pages_safety_view .exitoriales-wrapper .exitoriales-action a{position:relative;display:block;height:49px;padding:0 10px;margin-top:60px;background-color:#ccc;font-family:'HelveticaRoundedLTStd-Bd';font-size:12px;line-height:52px;color:#f6f6f6;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out;}.pages_safety_view .exitoriales-wrapper .exitoriales-action a:after{display:block;content:'';background:url("https://static01.olx-st.com/mobile-webapp/images/desktop/safety/co/arrow-up.png") no-repeat center;position:absolute;width:20px;height:15px;top:17px;opacity:.5}.pages_safety_view .exitoriales-wrapper .exitoriales-action a.exitoriales-prev{margin-left:10px;-webkit-border-radius:25px 0 0 25px;-moz-border-radius:25px 0 0 25px;border-radius:25px 0 0 25px;text-align:right;-webkit-box-shadow:2px 2px 2px #999;-moz-box-shadow:2px 2px 2px #999;box-shadow:2px 2px 2px #999;}.pages_safety_view .exitoriales-wrapper .exitoriales-action a.exitoriales-prev:after{left:8px;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.pages_safety_view .exitoriales-wrapper .exitoriales-action a.exitoriales-next{margin-right:10px;-webkit-border-radius:0 25px 25px 0;-moz-border-radius:0 25px 25px 0;border-radius:0 25px 25px 0;text-align:left;-webkit-box-shadow:-2px 2px 2px #999;-moz-box-shadow:-2px 2px 2px #999;box-shadow:-2px 2px 2px #999;}.pages_safety_view .exitoriales-wrapper .exitoriales-action a.exitoriales-next:after{right:8px;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.pages_safety_view .exitoriales-wrapper .exitoriales-action a:hover{color:#fff}.pages_safety_view .exitoriales-wrapper .exitoriales-action a:hover:after{opacity:.8}.pages_safety_view .exitoriales-wrapper .exitoriales-action a.disabled.exitoriales-prev{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.pages_safety_view .exitoriales-wrapper .exitoriales-action a.disabled.exitoriales-next{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.pages_safety_view .exitoriales-wrapper .exitoriales-player{float:left;position:relative;z-index:1;width:758px;height:426px;border:solid 1px #aaa;background-color:#000;}.pages_safety_view .exitoriales-wrapper .exitoriales-player iframe{display:block}.pages_safety_view .st-panel-heading{height:70px}.pages_safety_view .st-title-ico{position:relative;float:left}.pages_safety_view .st-title-ico-box-1{background:#00bec4}.pages_safety_view .st-title-1{background:#009b97}.pages_safety_view .st-title-ico-box-2{background:#ba2581}.pages_safety_view .st-title-2{background:#692a7d}.pages_safety_view .st-title-ico-box-3{background:#00b305}.pages_safety_view .st-title-3{background:#2e9425}.pages_safety_view .st-title-ico-box-4{background:#ffb438}.pages_safety_view .st-title-4{background:#ff7827}.pages_safety_view .st-title-ico-box-5{background:#0092d3}.pages_safety_view .st-title-5{background:#0066b2}.pages_safety_view .st-title{width:100%;height:70px;color:#fff}.pages_safety_view .st-title h4{font-family:'HelveticaRoundedLTStd-Bd';font-size:18px;padding:28px 0 0 100px;color:#fff;margin:0}.pages_safety_view .st-panel-group{padding:40px 0 40px 0;margin:0 0 0 110px;float:left}.pages_safety_view .st-panel{width:760px;float:left}.pages_safety_view .st-panel-body{background:#fff;padding:40px 0 0 0;}.pages_safety_view .st-panel-body.off{display:none}.pages_safety_view .st-panel-body ul{background:#fff;margin:0;float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.pages_safety_view .st-panel-body li{padding:20px 0 0 0;list-style:none;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;width:100%;float:left}.pages_safety_view .st-panel-body img{position:relative;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);float:left;margin-right:40px}.pages_safety_view .st-panel-body p{position:relative;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);max-width:660px;text-align:justify}.pages_safety_view .safety-tips-collapse-group{float:left;background:#e4e4e4}.pages_safety_view .st-title-ico img{display:block;width:70px;height:70px}.pages_safety_view .st-title h4{position:relative}.pages_safety_view a .st-title h4:after{display:block;content:'';background:url("https://static01.olx-st.com/mobile-webapp/images/desktop/safety/co/arrow-up.png") no-repeat center;position:absolute;width:20px;height:15px;right:30px;top:28px;-webkit-transform:rotateX(0);-ms-transform:rotateX(0);-o-transform:rotateX(0);-webkit-transform:rotateX(0);-moz-transform:rotateX(0);-ms-transform:rotateX(0);-o-transform:rotateX(0);transform:rotateX(0);-webkit-transition:.5s ease all;-o-transition:.5s ease all;-webkit-transition:.5s ease all;-moz-transition:.5s ease all;-ms-transition:.5s ease all;-o-transition:.5s ease all;transition:.5s ease all}.pages_safety_view a.collapsed .st-title h4:after{-webkit-transform:rotateX(180deg);-ms-transform:rotateX(180deg);-o-transform:rotateX(180deg);-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-ms-transform:rotateX(180deg);-o-transform:rotateX(180deg);transform:rotateX(180deg)}.pages_safety_view #video{display:block;text-align:center;margin:10px 0 30px}
.page-standart{background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:20px 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:1rem;}.page-standart h1,.page-standart h3,.page-standart ol,.page-standart p{margin:0}.page-standart p{line-height:20px}.page-standart h1{font-size:1.428571428571429rem;border-bottom:1px solid #ccc;padding-bottom:5px;margin-bottom:30px;font-weight:normal}.page-standart ol,.page-standart ul{margin:0;padding:0;list-style-type:none}.page-standart ul{margin:10px 0;}.page-standart ul li{margin:20px 0}.page-standart ol > li{padding-bottom:10px}.page-standart ol h3{padding-bottom:10px}.page-standart ol p{padding-bottom:20px}.page-standart ol ul{padding-left:30px;}.page-standart ol ul li{padding:5px}.page-standart h3{font-size:1rem;font-weight:bold}
.pages-help-view:after{content:" ";clear:both;display:block}.pages-help-view .help-navigation{float:left;width:294px;}.pages-help-view .help-navigation ul{margin:0;padding:0;list-style-type:none;}.pages-help-view .help-navigation ul li{border-top:1px solid #b9ddf3}.pages-help-view .help-navigation .help-toggle-content{display:block;padding:14px 0 15px 20px;}.pages-help-view .help-navigation .help-toggle-content:hover{background:#fff}.pages-help-view .help-navigation .icons::before{font-size:1.142857142857143rem;margin-right:10px}.pages-help-view .help-navigation .selected{background:#fff;border-right:1px solid #b9ddf3;cursor:auto;position:relative;}.pages-help-view .help-navigation .selected a,.pages-help-view .help-navigation .selected .icons::before{color:#999}.pages-help-view .help-navigation .selected:hover a{text-decoration:none}.pages-help-view .help-navigation .selected::after,.pages-help-view .help-navigation .selected::before{border:solid transparent;content:" ";height:0;left:100%;position:absolute;top:50%;width:0}.pages-help-view .help-navigation .selected::after{border-color:rgba(255,255,255,0);border-left-color:#fff;border-width:24px;margin-top:-24px}.pages-help-view .help-navigation .selected::before{border-color:rgba(185,221,243,0);border-left-color:#b9ddf3;border-width:25px;margin-top:-25px}.pages-help-view .help-navigation .title{font-size:1.857142857142857rem;font-weight:normal;margin:0;padding:15px 0 15px 20px}.pages-help-view .help-navigation .help-box{margin-bottom:20px;background:#e8f6ff;border-color:#b9ddf3;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:0}.pages-help-view .help-navigation .about-box{background:#f5f5f5;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:0;}.pages-help-view .help-navigation .about-box li{border-top:1px solid #ccc}.pages-help-view .help-about-content{background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:0;float:right;width:656px;}.pages-help-view .help-about-content .help-content-display{display:none}.pages-help-view .help-about-content .help-content-display-first{display:block}.pages-help-view .help-about-content .title{border-bottom:2px solid #ccc;font-size:1.428571428571429rem;font-weight:bold;margin:0;padding:19px 0 18px 20px}.pages-help-view .help-about-content .question{border-bottom:1px dotted #ccc;}.pages-help-view .help-about-content .question:last-child{border-bottom:none}.pages-help-view .help-about-content .question .icon-arrow-down,.pages-help-view .help-about-content .question .icon-arrow-right{cursor:pointer;font-weight:normal;margin:0;padding:15px;}.pages-help-view .help-about-content .question .icon-arrow-down::before,.pages-help-view .help-about-content .question .icon-arrow-right::before{color:#999;font-size:.5714285714285714rem;margin-right:10px}.pages-help-view .help-about-content .question .icon-arrow-down:hover::before,.pages-help-view .help-about-content .question .icon-arrow-right:hover::before{color:#000}.pages-help-view .help-about-content .faq-open{background:#f5f5f5;}.pages-help-view .help-about-content .faq-open .icon-arrow-down{font-weight:bold;}.pages-help-view .help-about-content .faq-open .icon-arrow-down::before{color:#000;font-size:.5714285714285714rem;margin-right:10px}.pages-help-view .help-about-content .question-content{display:none;line-height:1.5;padding:0 20px 15px 33px;}.pages-help-view .help-about-content .question-content p{margin:0}.pages-help-view .help-about-content .question-content ul{margin:0;padding:0;list-style-type:none;}.pages-help-view .help-about-content .question-content ul li{line-height:1.285714285714286rem}.pages-help-view .help-about-content .contact{margin:20px;}.pages-help-view .help-about-content .contact fieldset,.pages-help-view .help-about-content .contact div{border:0 none;font-size:1rem;}.pages-help-view .help-about-content .contact fieldset span,.pages-help-view .help-about-content .contact div span{display:block;font-size:.8571428571428571rem;margin:5px 0 0 115px;}.pages-help-view .help-about-content .contact fieldset span.notification,.pages-help-view .help-about-content .contact div span.notification{color:#999;}.pages-help-view .help-about-content .contact fieldset span.notification::before,.pages-help-view .help-about-content .contact div span.notification::before{margin:-3px 3px 0 0}.pages-help-view .help-about-content .contact fieldset span.error,.pages-help-view .help-about-content .contact div span.error{color:#c33;}.pages-help-view .help-about-content .contact fieldset span.error.hide,.pages-help-view .help-about-content .contact div span.error.hide{display:none}.pages-help-view .help-about-content .contact fieldset.error textarea,.pages-help-view .help-about-content .contact div.error textarea,.pages-help-view .help-about-content .contact fieldset.error select,.pages-help-view .help-about-content .contact div.error select,.pages-help-view .help-about-content .contact fieldset.error input[type="text"],.pages-help-view .help-about-content .contact div.error input[type="text"]{border-color:#c33}.pages-help-view .help-about-content .contact fieldset label,.pages-help-view .help-about-content .contact div label{display:inline-block;margin-right:10px;text-align:right;width:100px}.pages-help-view .help-about-content .contact fieldset input[type="text"],.pages-help-view .help-about-content .contact div input[type="text"],.pages-help-view .help-about-content .contact fieldset select,.pages-help-view .help-about-content .contact div select,.pages-help-view .help-about-content .contact fieldset textarea,.pages-help-view .help-about-content .contact div textarea{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:1px solid #ccc;font-size:1rem;padding:10px;resize:none;width:455px}.pages-help-view .help-about-content .contact fieldset input[type="text"],.pages-help-view .help-about-content .contact div input[type="text"]{height:20px}.pages-help-view .help-about-content .contact fieldset input[type="submit"],.pages-help-view .help-about-content .contact div input[type="submit"]{background:#f70;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#fff;padding:10px 0;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);font-size:1.428571428571429rem;margin-left:115px;width:100px}.pages-help-view .help-about-content .contact fieldset input[type="submit"]:hover,.pages-help-view .help-about-content .contact div input[type="submit"]:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#fff;text-decoration:none}.pages-help-view .help-about-content .contact fieldset select,.pages-help-view .help-about-content .contact div select{background:#fff;width:477px}.pages-help-view .help-about-content .contact fieldset label[for="message"],.pages-help-view .help-about-content .contact div label[for="message"]{margin-top:8px;vertical-align:top}.pages-help-view .help-about-content .contact fieldset.error label,.pages-help-view .help-about-content .contact div.error label,.pages-help-view .help-about-content .contact fieldset.error .label,.pages-help-view .help-about-content .contact div.error .label{color:#c33}.pages-help-view .help-about-content .contact fieldset.error select,.pages-help-view .help-about-content .contact div.error select,.pages-help-view .help-about-content .contact fieldset.error input,.pages-help-view .help-about-content .contact div.error input,.pages-help-view .help-about-content .contact fieldset.error textarea,.pages-help-view .help-about-content .contact div.error textarea{border-color:#c33}.pages-help-view .help-about-content .contact .verification{margin:5px 10px 10px;}.pages-help-view .help-about-content .contact .verification p{display:inline-block;margin:8px 10px 0 0;text-align:right;vertical-align:top;width:100px}.pages-help-view .help-about-content .contact .verification div{display:inline-block}.pages-help-view .help-about-content .contact span.spinner{margin-left:125px}.pages-help-view .help-about-content .contact .replyResult{background:#fee;border-color:#faa;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:10px 10px 10px 50px;color:#000;font-size:1rem;margin-left:123px;position:relative;width:420px;}.pages-help-view .help-about-content .contact .replyResult:before{color:#c33;font-size:1.428571428571429rem;left:20px;position:absolute;top:14px}.pages-help-view .help-about-content .contact .replyResult span{color:#607d8b;cursor:pointer;display:block;padding-top:3px;}.pages-help-view .help-about-content .contact .replyResult span:hover{text-decoration:underline}.pages-help-view .help-about-content .contact .replyResult.success{background:#efc;border-color:#cd7;height:40px;margin-left:3px;padding:20px 10px 0 48px;width:553px;}.pages-help-view .help-about-content .contact .replyResult.success:before{top:17px;color:#ab0}.pages-help-view .help-about-content .about-content{float:right;width:656px;}.pages-help-view .help-about-content .about-content .title{border-bottom:2px solid #ccc;font-size:1.428571428571429rem;margin:0;padding:19px 0 18px 0}.pages-help-view .help-about-content .about-content .subtitle{font-size:1.428571428571429rem;line-height:1.428571428571429rem;font-weight:bold;margin:0 0 20px;color:#f70}.pages-help-view .help-about-content .about-content section{margin-bottom:35px;overflow:hidden;padding:0 20px 20px;}.pages-help-view .help-about-content .about-content section.title-section{padding:0;}.pages-help-view .help-about-content .about-content section.title-section h3,.pages-help-view .help-about-content .about-content section.title-section p{padding-left:20px;padding-right:20px}.pages-help-view .help-about-content .about-content p{font-size:14px;line-height:1.428571428571429rem}.pages-help-view .help-about-content .about-content .box{padding:10px 15px;width:258px;}.pages-help-view .help-about-content .about-content .box.box-left{float:left}.pages-help-view .help-about-content .about-content .box.box-right{float:right}.pages-help-view .help-about-content .about-content .box.box-full{float:left;width:586px;}.pages-help-view .help-about-content .about-content .box.box-full span{font-size:12px;display:block}.pages-help-view .help-about-content .about-content .box p{margin:5px 0}.pages-help-view .help-about-content .about-content.about .mission-container img{width:322px;margin:0 auto;display:block}.pages-help-view .help-about-content .about-content.about .presence-container img{width:100%;display:block}.pages-help-view .help-about-content .about-content.about .history-container img{width:100%;display:block}.pages-help-view .help-about-content .about-content.about .stats-container .box{border-bottom:1px solid #ccc;padding-top:20px;padding-bottom:20px;}.pages-help-view .help-about-content .about-content.about .stats-container .box.border-none{border-bottom:none}.pages-help-view .help-about-content .about-content.about .stats-container .box-title{font-size:1.142857142857143rem;margin-bottom:8px}.pages-help-view .help-about-content .about-content.about .stats-container .box-numbers{font-size:2.857142857142857rem;line-height:1.857142857142857rem;font-weight:bold;color:#999}.pages-help-view .help-about-content .about-content.about .leadership-container .box{overflow:hidden;text-align:left;padding-left:0;padding-right:0;width:288px;min-height:110px;}.pages-help-view .help-about-content .about-content.about .leadership-container .box div{float:left;padding:4px 10px;width:183px}.pages-help-view .help-about-content .about-content.about .leadership-container .box img{float:left;display:block;width:85px}.pages-help-view .help-about-content .about-content.about .leadership-container .box-title{font-size:1.428571428571429rem;line-height:1.714285714285714rem;font-weight:bold}.pages-help-view .help-about-content .about-content.about .leadership-container .box-position{font-size:1rem;line-height:1.142857142857143rem}.pages-help-view .help-about-content .about-content.why dl{margin-top:20px}.pages-help-view .help-about-content .about-content.why ul{margin:0;padding:0;list-style-type:none;font-size:1.142857142857143rem;line-height:1.428571428571429rem;margin-bottom:0}.pages-help-view .help-about-content .about-content.why .icons{position:relative;margin-bottom:35px;}.pages-help-view .help-about-content .about-content.why .icons::before{color:#ab0;font-size:40px;position:absolute;left:0;display:block}.pages-help-view .help-about-content .about-content.why .icons p{margin:5px 0 5px 55px;}.pages-help-view .help-about-content .about-content.why .icons p.title-list{color:#ab0;font-size:1.428571428571429rem}.pages-help-view .help-about-content .about-content.press .user-ads{position:relative;}.pages-help-view .help-about-content .about-content.press .user-ads.sources .slide,.pages-help-view .help-about-content .about-content.press .user-ads.sources ul,.pages-help-view .help-about-content .about-content.press .user-ads.sources li,.pages-help-view .help-about-content .about-content.press .user-ads.sources .arrows{height:190px}.pages-help-view .help-about-content .about-content.press .user-ads.sources ul{width:190px}.pages-help-view .help-about-content .about-content.press .user-ads.sources .arrows{line-height:190px}.pages-help-view .help-about-content .about-content.press .user-ads.news .slide,.pages-help-view .help-about-content .about-content.press .user-ads.news ul,.pages-help-view .help-about-content .about-content.press .user-ads.news li,.pages-help-view .help-about-content .about-content.press .user-ads.news .arrows{height:235px}.pages-help-view .help-about-content .about-content.press .user-ads.news ul{width:1510px}.pages-help-view .help-about-content .about-content.press .user-ads.news .arrows{line-height:235px}.pages-help-view .help-about-content .about-content.press .user-ads.press .slide,.pages-help-view .help-about-content .about-content.press .user-ads.press ul,.pages-help-view .help-about-content .about-content.press .user-ads.press li,.pages-help-view .help-about-content .about-content.press .user-ads.press .arrows{height:140px}.pages-help-view .help-about-content .about-content.press .user-ads.press ul{width:945px}.pages-help-view .help-about-content .about-content.press .user-ads.press .arrows{line-height:140px}.pages-help-view .help-about-content .about-content.press .user-ads .slide{width:568px;overflow:hidden;position:relative;margin:0 auto;}.pages-help-view .help-about-content .about-content.press .user-ads .slide ul{margin:0;padding:0;list-style-type:none;position:absolute;top:0;left:0;}.pages-help-view .help-about-content .about-content.press .user-ads .slide ul li{width:178px;padding:5px;float:left}.pages-help-view .help-about-content .about-content.press .user-ads .slide ul li,.pages-help-view .help-about-content .about-content.press .user-ads .slide ul .items-image,.pages-help-view .help-about-content .about-content.press .user-ads .slide ul img{margin:0}.pages-help-view .help-about-content .about-content.press .user-ads .slide ul a{display:block}.pages-help-view .help-about-content .about-content.press .user-ads .slide ul a:hover{text-decoration:none}.pages-help-view .help-about-content .about-content.press .user-ads .slide ul h3{font-size:14px;line-height:1.428571428571429rem;color:#000;font-weight:normal;margin:5px 0 10px}.pages-help-view .help-about-content .about-content.press .user-ads .slide ul p{font-size:14px;margin:0 0 5px}.pages-help-view .help-about-content .about-content.press .user-ads .arrows{position:absolute;z-index:10;cursor:pointer;color:#999;padding:0 3px;}.pages-help-view .help-about-content .about-content.press .user-ads .arrows:hover{color:#000}.pages-help-view .help-about-content .about-content.press .user-ads .arrows.icon-arrow-left{left:20px}.pages-help-view .help-about-content .about-content.press .user-ads .arrows.icon-arrow-right{right:20px}
.pages-allstates-view{background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:10px;padding:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.pages-allstates-view ul{margin:0;padding:0;list-style-type:none}.pages-allstates-view .state-name,.pages-allstates-view .city-name,.pages-allstates-view .state-all-link{display:inline-block;line-height:1.3;margin:0}.pages-allstates-view .state-name{font-size:1.142857142857143rem;font-weight:bold}.pages-allstates-view .counter{display:inline-block;font-size:.8571428571428571rem;padding-left:3px}.pages-allstates-view .cities{border-top:1px solid #ccc;-webkit-column-count:4;-moz-column-count:4;column-count:4;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;margin:5px 0;padding:10px 0 20px}.pages-allstates-view .state:last-child .cities{padding-bottom:0}.pages-allstates-view .state-all-link{font-size:.8571428571428571rem;font-weight:normal}.pages-allstates-view .city-name{font-size:1rem;font-weight:normal;line-height:1.5}.pages-allstates-view .breadcrumb{padding-bottom:20px;}.pages-allstates-view .breadcrumb a,.pages-allstates-view .breadcrumb span{font-size:.8571428571428571rem;vertical-align:top}.pages-allstates-view .breadcrumb span::before{font-size:.5714285714285714rem;margin:3px;vertical-align:top}
.modal#video-gallery-modal .modal-wrapper .modal-container{width:920px;padding:10px 20px 0;}.modal#video-gallery-modal .modal-wrapper .modal-container .modal-header{background:none;border-bottom:none;}.modal#video-gallery-modal .modal-wrapper .modal-container .modal-header .modal-title{color:#628;font-size:2.285714285714286rem;font-weight:bold}.modal#video-gallery-modal .modal-wrapper .modal-container .modal-header .modal-title:last-child{color:#f70;font-weight:normal}.modal#video-gallery-modal .modal-wrapper .modal-container .video-content{background:#666;float:left;width:636px;padding:10px}.modal#video-gallery-modal .modal-wrapper .modal-container .video-thumbnails{background:#628;float:left;height:393px;padding:10px;position:relative;width:244px;}.modal#video-gallery-modal .modal-wrapper .modal-container .video-thumbnails .content{margin:0;padding:0;list-style-type:none;height:300px;overflow:auto;}.modal#video-gallery-modal .modal-wrapper .modal-container .video-thumbnails .content li{height:90px;margin-bottom:1px;}.modal#video-gallery-modal .modal-wrapper .modal-container .video-thumbnails .content li .video{background:#f5f5f5;display:block;position:relative;}.modal#video-gallery-modal .modal-wrapper .modal-container .video-thumbnails .content li .video:after{content:" ";clear:both;display:block}.modal#video-gallery-modal .modal-wrapper .modal-container .video-thumbnails .content li .video:not(.active):hover{background:#fff;cursor:pointer;}.modal#video-gallery-modal .modal-wrapper .modal-container .video-thumbnails .content li .video:not(.active):hover span{text-decoration:underline}.modal#video-gallery-modal .modal-wrapper .modal-container .video-thumbnails .content li .video.active{outline:1px solid #999;background:#fff;cursor:default;color:#000;}.modal#video-gallery-modal .modal-wrapper .modal-container .video-thumbnails .content li .video.active:hover{color:#000}.modal#video-gallery-modal .modal-wrapper .modal-container .video-thumbnails .video-title{display:block;float:left;font-size:.8571428571428571rem;height:70px;overflow:hidden;padding:10px;width:85px}.modal#video-gallery-modal .modal-wrapper .modal-container .video-thumbnails .icons.icon-play{color:#fff;position:absolute;right:47px;top:28px;font-size:1.857142857142857rem}.modal#video-gallery-modal .modal-wrapper .modal-container .video-thumbnails img{float:right}.modal#video-gallery-modal .modal-wrapper .modal-container .video-thumbnails .social-share{bottom:10px;left:0;position:absolute;text-align:center;width:100%;}.modal#video-gallery-modal .modal-wrapper .modal-container .video-thumbnails .social-share p{color:#fff;font-weight:bold}.modal#video-gallery-modal .modal-wrapper .modal-container .video-thumbnails .social-share ul{margin:0;padding:0;list-style-type:none}.modal#video-gallery-modal .modal-wrapper .modal-container .video-thumbnails .social-share li{display:inline-block}.modal#video-gallery-modal .modal-wrapper .modal-container .video-thumbnails .social-share a{background-color:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:28px;width:28px;color:#628;display:block;font-size:1.142857142857143rem;line-height:28px;text-align:center;}.modal#video-gallery-modal .modal-wrapper .modal-container .video-thumbnails .social-share a:hover{color:#f70}
.modal.rewards .modal-container{width:365px;}.modal.rewards .modal-container .modal-content{padding:50px 0 !important;text-align:center;}.modal.rewards .modal-container .modal-content h1{font-size:1.428571428571429rem;color:#4a4a4a;margin:25px 0}.modal.rewards .modal-container .modal-content p{margin:0}.modal.rewards .modal-container .modal-content span{background-color:#f70;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;cursor:pointer;margin:40px 0 0 0;padding:10px 25px;display:inline-block}.modal.rewards .modal-container .modal-content span:hover{text-decoration:none;background-color:#ff851a}.modal.rewards .modal-container .modal-content span.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}
#modal-profile-enable_subscription-view .modal .modal-wrapper .modal-container,#modal-profile-disable_subscription-view .modal .modal-wrapper .modal-container,#modal-profile-start-view .modal .modal-wrapper .modal-container,#modal-profile-start-index-view .modal .modal-wrapper .modal-container,#modal-profile-image-view .modal .modal-wrapper .modal-container,#modal-profile-location-view .modal .modal-wrapper .modal-container,#modal-profile-password-view .modal .modal-wrapper .modal-container,#modal-profile-name-view .modal .modal-wrapper .modal-container,#modal-profile-phone-view .modal .modal-wrapper .modal-container{width:520px;}#modal-profile-enable_subscription-view .modal .modal-wrapper .modal-container .modal-header,#modal-profile-disable_subscription-view .modal .modal-wrapper .modal-container .modal-header,#modal-profile-start-view .modal .modal-wrapper .modal-container .modal-header,#modal-profile-start-index-view .modal .modal-wrapper .modal-container .modal-header,#modal-profile-image-view .modal .modal-wrapper .modal-container .modal-header,#modal-profile-location-view .modal .modal-wrapper .modal-container .modal-header,#modal-profile-password-view .modal .modal-wrapper .modal-container .modal-header,#modal-profile-name-view .modal .modal-wrapper .modal-container .modal-header,#modal-profile-phone-view .modal .modal-wrapper .modal-container .modal-header{position:relative;padding:1em;}#modal-profile-enable_subscription-view .modal .modal-wrapper .modal-container .modal-header [data-modal-close],#modal-profile-disable_subscription-view .modal .modal-wrapper .modal-container .modal-header [data-modal-close],#modal-profile-start-view .modal .modal-wrapper .modal-container .modal-header [data-modal-close],#modal-profile-start-index-view .modal .modal-wrapper .modal-container .modal-header [data-modal-close],#modal-profile-image-view .modal .modal-wrapper .modal-container .modal-header [data-modal-close],#modal-profile-location-view .modal .modal-wrapper .modal-container .modal-header [data-modal-close],#modal-profile-password-view .modal .modal-wrapper .modal-container .modal-header [data-modal-close],#modal-profile-name-view .modal .modal-wrapper .modal-container .modal-header [data-modal-close],#modal-profile-phone-view .modal .modal-wrapper .modal-container .modal-header [data-modal-close]{top:50%;right:1em;margin:-10px 5px 0 0;}#modal-profile-enable_subscription-view .modal .modal-wrapper .modal-container .modal-header [data-modal-close]:before,#modal-profile-disable_subscription-view .modal .modal-wrapper .modal-container .modal-header [data-modal-close]:before,#modal-profile-start-view .modal .modal-wrapper .modal-container .modal-header [data-modal-close]:before,#modal-profile-start-index-view .modal .modal-wrapper .modal-container .modal-header [data-modal-close]:before,#modal-profile-image-view .modal .modal-wrapper .modal-container .modal-header [data-modal-close]:before,#modal-profile-location-view .modal .modal-wrapper .modal-container .modal-header [data-modal-close]:before,#modal-profile-password-view .modal .modal-wrapper .modal-container .modal-header [data-modal-close]:before,#modal-profile-name-view .modal .modal-wrapper .modal-container .modal-header [data-modal-close]:before,#modal-profile-phone-view .modal .modal-wrapper .modal-container .modal-header [data-modal-close]:before{margin:-2px}#modal-profile-enable_subscription-view .modal .modal-wrapper .modal-container .modal-header .modal-title,#modal-profile-disable_subscription-view .modal .modal-wrapper .modal-container .modal-header .modal-title,#modal-profile-start-view .modal .modal-wrapper .modal-container .modal-header .modal-title,#modal-profile-start-index-view .modal .modal-wrapper .modal-container .modal-header .modal-title,#modal-profile-image-view .modal .modal-wrapper .modal-container .modal-header .modal-title,#modal-profile-location-view .modal .modal-wrapper .modal-container .modal-header .modal-title,#modal-profile-password-view .modal .modal-wrapper .modal-container .modal-header .modal-title,#modal-profile-name-view .modal .modal-wrapper .modal-container .modal-header .modal-title,#modal-profile-phone-view .modal .modal-wrapper .modal-container .modal-header .modal-title{font-size:1.714285714285714rem;line-height:1em}#modal-profile-enable_subscription-view .modal .modal-wrapper .modal-container .modal-content,#modal-profile-disable_subscription-view .modal .modal-wrapper .modal-container .modal-content,#modal-profile-start-view .modal .modal-wrapper .modal-container .modal-content,#modal-profile-start-index-view .modal .modal-wrapper .modal-container .modal-content,#modal-profile-image-view .modal .modal-wrapper .modal-container .modal-content,#modal-profile-location-view .modal .modal-wrapper .modal-container .modal-content,#modal-profile-password-view .modal .modal-wrapper .modal-container .modal-content,#modal-profile-name-view .modal .modal-wrapper .modal-container .modal-content,#modal-profile-phone-view .modal .modal-wrapper .modal-container .modal-content{padding:1em;}#modal-profile-enable_subscription-view .modal .modal-wrapper .modal-container .modal-content form,#modal-profile-disable_subscription-view .modal .modal-wrapper .modal-container .modal-content form,#modal-profile-start-view .modal .modal-wrapper .modal-container .modal-content form,#modal-profile-start-index-view .modal .modal-wrapper .modal-container .modal-content form,#modal-profile-image-view .modal .modal-wrapper .modal-container .modal-content form,#modal-profile-location-view .modal .modal-wrapper .modal-container .modal-content form,#modal-profile-password-view .modal .modal-wrapper .modal-container .modal-content form,#modal-profile-name-view .modal .modal-wrapper .modal-container .modal-content form,#modal-profile-phone-view .modal .modal-wrapper .modal-container .modal-content form{position:relative;text-align:right;}#modal-profile-enable_subscription-view .modal .modal-wrapper .modal-container .modal-content form fieldset,#modal-profile-disable_subscription-view .modal .modal-wrapper .modal-container .modal-content form fieldset,#modal-profile-start-view .modal .modal-wrapper .modal-container .modal-content form fieldset,#modal-profile-start-index-view .modal .modal-wrapper .modal-container .modal-content form fieldset,#modal-profile-image-view .modal .modal-wrapper .modal-container .modal-content form fieldset,#modal-profile-location-view .modal .modal-wrapper .modal-container .modal-content form fieldset,#modal-profile-password-view .modal .modal-wrapper .modal-container .modal-content form fieldset,#modal-profile-name-view .modal .modal-wrapper .modal-container .modal-content form fieldset,#modal-profile-phone-view .modal .modal-wrapper .modal-container .modal-content form fieldset{margin:1em 0 0;padding:0;border:none;text-align:left;}#modal-profile-enable_subscription-view .modal .modal-wrapper .modal-container .modal-content form fieldset:first-child,#modal-profile-disable_subscription-view .modal .modal-wrapper .modal-container .modal-content form fieldset:first-child,#modal-profile-start-view .modal .modal-wrapper .modal-container .modal-content form fieldset:first-child,#modal-profile-start-index-view .modal .modal-wrapper .modal-container .modal-content form fieldset:first-child,#modal-profile-image-view .modal .modal-wrapper .modal-container .modal-content form fieldset:first-child,#modal-profile-location-view .modal .modal-wrapper .modal-container .modal-content form fieldset:first-child,#modal-profile-password-view .modal .modal-wrapper .modal-container .modal-content form fieldset:first-child,#modal-profile-name-view .modal .modal-wrapper .modal-container .modal-content form fieldset:first-child,#modal-profile-phone-view .modal .modal-wrapper .modal-container .modal-content form fieldset:first-child{margin-top:0}#modal-profile-enable_subscription-view .modal .modal-wrapper .modal-container .modal-content form fieldset label,#modal-profile-disable_subscription-view .modal .modal-wrapper .modal-container .modal-content form fieldset label,#modal-profile-start-view .modal .modal-wrapper .modal-container .modal-content form fieldset label,#modal-profile-start-index-view .modal .modal-wrapper .modal-container .modal-content form fieldset label,#modal-profile-image-view .modal .modal-wrapper .modal-container .modal-content form fieldset label,#modal-profile-location-view .modal .modal-wrapper .modal-container .modal-content form fieldset label,#modal-profile-password-view .modal .modal-wrapper .modal-container .modal-content form fieldset label,#modal-profile-name-view .modal .modal-wrapper .modal-container .modal-content form fieldset label,#modal-profile-phone-view .modal .modal-wrapper .modal-container .modal-content form fieldset label{display:block;margin:1em 0 .5em}#modal-profile-enable_subscription-view .modal .modal-wrapper .modal-container .modal-content form fieldset input,#modal-profile-disable_subscription-view .modal .modal-wrapper .modal-container .modal-content form fieldset input,#modal-profile-start-view .modal .modal-wrapper .modal-container .modal-content form fieldset input,#modal-profile-start-index-view .modal .modal-wrapper .modal-container .modal-content form fieldset input,#modal-profile-image-view .modal .modal-wrapper .modal-container .modal-content form fieldset input,#modal-profile-location-view .modal .modal-wrapper .modal-container .modal-content form fieldset input,#modal-profile-password-view .modal .modal-wrapper .modal-container .modal-content form fieldset input,#modal-profile-name-view .modal .modal-wrapper .modal-container .modal-content form fieldset input,#modal-profile-phone-view .modal .modal-wrapper .modal-container .modal-content form fieldset input{display:block;width:100%;padding:0 .5em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:1rem;line-height:3em;border-style:solid;border-width:thin;border-color:#ccc;background-color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}#modal-profile-enable_subscription-view .modal .modal-wrapper .modal-container .modal-content form fieldset input:focus,#modal-profile-disable_subscription-view .modal .modal-wrapper .modal-container .modal-content form fieldset input:focus,#modal-profile-start-view .modal .modal-wrapper .modal-container .modal-content form fieldset input:focus,#modal-profile-start-index-view .modal .modal-wrapper .modal-container .modal-content form fieldset input:focus,#modal-profile-image-view .modal .modal-wrapper .modal-container .modal-content form fieldset input:focus,#modal-profile-location-view .modal .modal-wrapper .modal-container .modal-content form fieldset input:focus,#modal-profile-password-view .modal .modal-wrapper .modal-container .modal-content form fieldset input:focus,#modal-profile-name-view .modal .modal-wrapper .modal-container .modal-content form fieldset input:focus,#modal-profile-phone-view .modal .modal-wrapper .modal-container .modal-content form fieldset input:focus{outline:none}#modal-profile-enable_subscription-view .modal .modal-wrapper .modal-container .modal-content form fieldset input.invalid,#modal-profile-disable_subscription-view .modal .modal-wrapper .modal-container .modal-content form fieldset input.invalid,#modal-profile-start-view .modal .modal-wrapper .modal-container .modal-content form fieldset input.invalid,#modal-profile-start-index-view .modal .modal-wrapper .modal-container .modal-content form fieldset input.invalid,#modal-profile-image-view .modal .modal-wrapper .modal-container .modal-content form fieldset input.invalid,#modal-profile-location-view .modal .modal-wrapper .modal-container .modal-content form fieldset input.invalid,#modal-profile-password-view .modal .modal-wrapper .modal-container .modal-content form fieldset input.invalid,#modal-profile-name-view .modal .modal-wrapper .modal-container .modal-content form fieldset input.invalid,#modal-profile-phone-view .modal .modal-wrapper .modal-container .modal-content form fieldset input.invalid{border-color:#c33;}#modal-profile-enable_subscription-view .modal .modal-wrapper .modal-container .modal-content form fieldset input.invalid + .error,#modal-profile-disable_subscription-view .modal .modal-wrapper .modal-container .modal-content form fieldset input.invalid + .error,#modal-profile-start-view .modal .modal-wrapper .modal-container .modal-content form fieldset input.invalid + .error,#modal-profile-start-index-view .modal .modal-wrapper .modal-container .modal-content form fieldset input.invalid + .error,#modal-profile-image-view .modal .modal-wrapper .modal-container .modal-content form fieldset input.invalid + .error,#modal-profile-location-view .modal .modal-wrapper .modal-container .modal-content form fieldset input.invalid + .error,#modal-profile-password-view .modal .modal-wrapper .modal-container .modal-content form fieldset input.invalid + .error,#modal-profile-name-view .modal .modal-wrapper .modal-container .modal-content form fieldset input.invalid + .error,#modal-profile-phone-view .modal .modal-wrapper .modal-container .modal-content form fieldset input.invalid + .error{display:block}#modal-profile-enable_subscription-view .modal .modal-wrapper .modal-container .modal-content form fieldset input[type="file"],#modal-profile-disable_subscription-view .modal .modal-wrapper .modal-container .modal-content form fieldset input[type="file"],#modal-profile-start-view .modal .modal-wrapper .modal-container .modal-content form fieldset input[type="file"],#modal-profile-start-index-view .modal .modal-wrapper .modal-container .modal-content form fieldset input[type="file"],#modal-profile-image-view .modal .modal-wrapper .modal-container .modal-content form fieldset input[type="file"],#modal-profile-location-view .modal .modal-wrapper .modal-container .modal-content form fieldset input[type="file"],#modal-profile-password-view .modal .modal-wrapper .modal-container .modal-content form fieldset input[type="file"],#modal-profile-name-view .modal .modal-wrapper .modal-container .modal-content form fieldset input[type="file"],#modal-profile-phone-view .modal .modal-wrapper .modal-container .modal-content form fieldset input[type="file"]{display:none;}#modal-profile-enable_subscription-view .modal .modal-wrapper .modal-container .modal-content form fieldset input[type="file"] + [type="text"],#modal-profile-disable_subscription-view .modal .modal-wrapper .modal-container .modal-content form fieldset input[type="file"] + [type="text"],#modal-profile-start-view .modal .modal-wrapper .modal-container .modal-content form fieldset input[type="file"] + [type="text"],#modal-profile-start-index-view .modal .modal-wrapper .modal-container .modal-content form fieldset input[type="file"] + [type="text"],#modal-profile-image-view .modal .modal-wrapper .modal-container .modal-content form fieldset input[type="file"] + [type="text"],#modal-profile-location-view .modal .modal-wrapper .modal-container .modal-content form fieldset input[type="file"] + [type="text"],#modal-profile-password-view .modal .modal-wrapper .modal-container .modal-content form fieldset input[type="file"] + [type="text"],#modal-profile-name-view .modal .modal-wrapper .modal-container .modal-content form fieldset input[type="file"] + [type="text"],#modal-profile-phone-view .modal .modal-wrapper .modal-container .modal-content form fieldset input[type="file"] + [type="text"]{cursor:pointer}#modal-profile-enable_subscription-view .modal .modal-wrapper .modal-container .modal-content form fieldset .error,#modal-profile-disable_subscription-view .modal .modal-wrapper .modal-container .modal-content form fieldset .error,#modal-profile-start-view .modal .modal-wrapper .modal-container .modal-content form fieldset .error,#modal-profile-start-index-view .modal .modal-wrapper .modal-container .modal-content form fieldset .error,#modal-profile-image-view .modal .modal-wrapper .modal-container .modal-content form fieldset .error,#modal-profile-location-view .modal .modal-wrapper .modal-container .modal-content form fieldset .error,#modal-profile-password-view .modal .modal-wrapper .modal-container .modal-content form fieldset .error,#modal-profile-name-view .modal .modal-wrapper .modal-container .modal-content form fieldset .error,#modal-profile-phone-view .modal .modal-wrapper .modal-container .modal-content form fieldset .error{display:none;margin:.5em 0 -1.5em;font-size:.8571428571428571rem;line-height:1em;color:#c33}#modal-profile-enable_subscription-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"],#modal-profile-disable_subscription-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"],#modal-profile-start-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"],#modal-profile-start-index-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"],#modal-profile-image-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"],#modal-profile-location-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"],#modal-profile-password-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"],#modal-profile-name-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"],#modal-profile-phone-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"]{background-color:#02b875;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:3em 0 0;padding:0 2em;line-height:3em;}#modal-profile-enable_subscription-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"]:hover,#modal-profile-disable_subscription-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"]:hover,#modal-profile-start-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"]:hover,#modal-profile-start-index-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"]:hover,#modal-profile-image-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"]:hover,#modal-profile-location-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"]:hover,#modal-profile-password-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"]:hover,#modal-profile-name-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"]:hover,#modal-profile-phone-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"]:hover{text-decoration:none;}#modal-profile-enable_subscription-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"].sending,#modal-profile-disable_subscription-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"].sending,#modal-profile-start-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"].sending,#modal-profile-start-index-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"].sending,#modal-profile-image-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"].sending,#modal-profile-location-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"].sending,#modal-profile-password-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"].sending,#modal-profile-name-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"].sending,#modal-profile-phone-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"].sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}#modal-profile-enable_subscription-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"]:disabled,#modal-profile-disable_subscription-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"]:disabled,#modal-profile-start-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"]:disabled,#modal-profile-start-index-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"]:disabled,#modal-profile-image-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"]:disabled,#modal-profile-location-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"]:disabled,#modal-profile-password-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"]:disabled,#modal-profile-name-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"]:disabled,#modal-profile-phone-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"]:disabled{background-color:#ccc}#modal-profile-enable_subscription-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"].pending,#modal-profile-disable_subscription-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"].pending,#modal-profile-start-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"].pending,#modal-profile-start-index-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"].pending,#modal-profile-image-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"].pending,#modal-profile-location-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"].pending,#modal-profile-password-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"].pending,#modal-profile-name-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"].pending,#modal-profile-phone-view .modal .modal-wrapper .modal-container .modal-content form input[type="submit"].pending{background-color:#02b875;background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}#modal-profile-enable_subscription-view .modal .modal-wrapper .modal-container .modal-content form .warning,#modal-profile-disable_subscription-view .modal .modal-wrapper .modal-container .modal-content form .warning,#modal-profile-start-view .modal .modal-wrapper .modal-container .modal-content form .warning,#modal-profile-start-index-view .modal .modal-wrapper .modal-container .modal-content form .warning,#modal-profile-image-view .modal .modal-wrapper .modal-container .modal-content form .warning,#modal-profile-location-view .modal .modal-wrapper .modal-container .modal-content form .warning,#modal-profile-password-view .modal .modal-wrapper .modal-container .modal-content form .warning,#modal-profile-name-view .modal .modal-wrapper .modal-container .modal-content form .warning,#modal-profile-phone-view .modal .modal-wrapper .modal-container .modal-content form .warning{position:absolute;left:0;bottom:0;display:none;overflow:hidden;max-width:75%;margin:0;font-size:.7142857142857143rem;color:#999;line-height:1.142857142857143rem;text-align:left;}#modal-profile-enable_subscription-view .modal .modal-wrapper .modal-container .modal-content form .warning:before,#modal-profile-disable_subscription-view .modal .modal-wrapper .modal-container .modal-content form .warning:before,#modal-profile-start-view .modal .modal-wrapper .modal-container .modal-content form .warning:before,#modal-profile-start-index-view .modal .modal-wrapper .modal-container .modal-content form .warning:before,#modal-profile-image-view .modal .modal-wrapper .modal-container .modal-content form .warning:before,#modal-profile-location-view .modal .modal-wrapper .modal-container .modal-content form .warning:before,#modal-profile-password-view .modal .modal-wrapper .modal-container .modal-content form .warning:before,#modal-profile-name-view .modal .modal-wrapper .modal-container .modal-content form .warning:before,#modal-profile-phone-view .modal .modal-wrapper .modal-container .modal-content form .warning:before{float:left;margin:-1px .25em 0 -1px;font-size:1.142857142857143rem;color:#607d8b}#modal-profile-enable_subscription-view .modal .modal-wrapper .modal-container .modal-content form .warning.visible,#modal-profile-disable_subscription-view .modal .modal-wrapper .modal-container .modal-content form .warning.visible,#modal-profile-start-view .modal .modal-wrapper .modal-container .modal-content form .warning.visible,#modal-profile-start-index-view .modal .modal-wrapper .modal-container .modal-content form .warning.visible,#modal-profile-image-view .modal .modal-wrapper .modal-container .modal-content form .warning.visible,#modal-profile-location-view .modal .modal-wrapper .modal-container .modal-content form .warning.visible,#modal-profile-password-view .modal .modal-wrapper .modal-container .modal-content form .warning.visible,#modal-profile-name-view .modal .modal-wrapper .modal-container .modal-content form .warning.visible,#modal-profile-phone-view .modal .modal-wrapper .modal-container .modal-content form .warning.visible{display:block}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-header,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-header,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-header,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-header{background-color:transparent;border:0;padding:0;}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-header [data-modal-close],#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-header [data-modal-close],#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-header [data-modal-close],#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-header [data-modal-close]{top:12px;right:12px;margin:0;z-index:1;display:none;}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-header [data-modal-close]:before,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-header [data-modal-close]:before,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-header [data-modal-close]:before,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-header [data-modal-close]:before{margin:0}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps{display:table;list-style:none;padding:0;margin:0 0 10px;width:100%;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;counter-reset:section;}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps.step-final + .steps-cta,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps.step-final + .steps-cta,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps.step-final + .steps-cta,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps.step-final + .steps-cta{display:none}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps.step-final li:first-child,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps.step-final li:first-child,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps.step-final li:first-child,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps.step-final li:first-child{background-color:#efc;color:#ab0;}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps.step-final li:first-child::before,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps.step-final li:first-child::before,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps.step-final li:first-child::before,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps.step-final li:first-child::before{content:'\e90a';font-family:'olx-icon-material';color:#efc;background-color:#ab0}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps.step-final li:first-child::after,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps.step-final li:first-child::after,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps.step-final li:first-child::after,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps.step-final li:first-child::after{border-left-color:#efc}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps.step-final li:first-child + li,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps.step-final li:first-child + li,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps.step-final li:first-child + li,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps.step-final li:first-child + li{background-color:#fff;color:#000;}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps.step-final li:first-child + li::before,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps.step-final li:first-child + li::before,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps.step-final li:first-child + li::before,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps.step-final li:first-child + li::before{color:#fff;background-color:#000}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps li,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps li,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps li,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps li{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#eee;display:table-cell;font-size:1rem;padding:10px 10px 10px 30px;line-height:1;color:#ccc;position:relative;}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps li span,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps li span,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps li span,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps li span{vertical-align:middle}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps li::before,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps li::before,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps li::before,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps li::before{margin-right:4px;display:inline-block;font-size:16px;font-weight:600;width:20px;height:20px;counter-increment:section;content:counter(section);color:#eee;background-color:#ccc;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;line-height:20px;text-align:center}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps li:first-child,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps li:first-child,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps li:first-child,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps li:first-child{background-color:#fff;width:43%;padding:10px;color:#000;}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps li:first-child::before,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps li:first-child::before,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps li:first-child::before,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps li:first-child::before{color:#fff;background-color:#000}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps li:first-child::after,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content .steps li:first-child::after,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps li:first-child::after,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .steps li:first-child::after{content:'';position:absolute;border-width:20px;border-style:solid;border-color:transparent;border-left-color:#fff;border-right-width:0;top:0;right:-20px;z-index:1}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content .title,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content .title,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .title,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .title{text-align:center;font-size:1.142857142857143rem;font-weight:normal}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content .divider,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content .divider,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .divider,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .divider{height:0;border-bottom:solid 1px #999;text-align:center;line-height:0;margin:0 0 15px;}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content .divider span,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content .divider span,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .divider span,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .divider span{display:inline-block;height:2em;margin:-1em 0;padding:0 1em;line-height:2em;background-color:#fff;color:#999}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content .tabs,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content .tabs,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .tabs,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .tabs{display:table;table-layout:fixed;width:100%;margin-top:20px;}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content .tabs .tab,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content .tabs .tab,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .tabs .tab,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .tabs .tab{display:table-cell;padding:12px;text-align:center;line-height:1;color:#999;border-style:solid;border-width:1px 1px 1px 0;border-color:#ccc;background-color:#eee;}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content .tabs .tab:hover,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content .tabs .tab:hover,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .tabs .tab:hover,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .tabs .tab:hover{text-decoration:none}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content .tabs .tab:first-child,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content .tabs .tab:first-child,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .tabs .tab:first-child,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .tabs .tab:first-child{border-left-width:1px;-webkit-border-radius:3px 0 0 0;-moz-border-radius:3px 0 0 0;border-radius:3px 0 0 0}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content .tabs .tab:last-child,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content .tabs .tab:last-child,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .tabs .tab:last-child,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .tabs .tab:last-child{-webkit-border-radius:0 3px 0 0;-moz-border-radius:0 3px 0 0;border-radius:0 3px 0 0}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content .tabs .tab.active,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content .tabs .tab.active,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .tabs .tab.active,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .tabs .tab.active{color:#000;background-color:#fff;border-bottom-width:0;cursor:default}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location{display:none;text-align:center;}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login.active,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login.active,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login.active,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login.active,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot.active,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot.active,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot.active,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot.active,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register.active,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register.active,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register.active,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register.active,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location.active,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location.active,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location.active,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location.active{display:block}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:15px;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields fieldset,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields fieldset,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields fieldset,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields fieldset,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields fieldset,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields fieldset,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields fieldset,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields fieldset,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields fieldset,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields fieldset,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields fieldset,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields fieldset,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields fieldset,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields fieldset,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields fieldset,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields fieldset{height:60px;margin:0}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields p,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields p,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields p,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields p,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields p,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields p,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields p,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields p,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields p,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields p,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields p,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields p,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields p,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields p,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields p,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields p{margin:0;}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields p .terms,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields p .terms,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields p .terms,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields p .terms,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields p .terms,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields p .terms,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields p .terms,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields p .terms,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields p .terms,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields p .terms,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields p .terms,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields p .terms,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields p .terms,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields p .terms,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields p .terms,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields p .terms{margin-top:10px;display:inline-block}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields p label,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields p label,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields p label,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields p label,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields p label,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields p label,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields p label,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields p label,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields p label,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields p label,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields p label,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields p label,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields p label,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields p label,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields p label,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields p label{font-size:11px;}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields p label.invalid,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields p label.invalid,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields p label.invalid,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields p label.invalid,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields p label.invalid,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields p label.invalid,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields p label.invalid,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields p label.invalid,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields p label.invalid,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields p label.invalid,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields p label.invalid,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields p label.invalid,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields p label.invalid,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields p label.invalid,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields p label.invalid,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields p label.invalid{color:#c33}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields p label input,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields p label input,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields p label input,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .fields p label input,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields p label input,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields p label input,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields p label input,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .fields p label input,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields p label input,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields p label input,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields p label input,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .fields p label input,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields p label input,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields p label input,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields p label input,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields p label input{margin:2px 6px 0 0;vertical-align:text-top}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .input-text,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .input-text,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .input-text,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .input-text,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .input-text,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .input-text,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .input-text,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .input-text,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .input-text,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .input-text,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .input-text,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .input-text,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .input-text,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .input-text,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .input-text,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .input-text{font-size:1rem;height:36px;line-height:1.2;padding:0 10px;border:1px solid #ccc;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#000;width:100%;-webkit-transition:border .5s ease;-moz-transition:border .5s ease;-ms-transition:border .5s ease;-o-transition:border .5s ease;transition:border .5s ease}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .invalid,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .invalid,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .invalid,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .invalid,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .invalid,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .invalid,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .invalid,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .invalid,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .invalid,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .invalid,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .invalid,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .invalid,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .invalid,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .invalid,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .invalid,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .invalid{border-bottom-color:#c33}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .error,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .error,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .error,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .error,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .error,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .error,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .error,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .error,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .error,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .error,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .error,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .error,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .error,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .error,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .error,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .error{font-size:11px;line-height:1;color:#c33;margin:2px 0 0 11px}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .forgot,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .forgot,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .forgot,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .forgot,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .forgot,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .forgot,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .forgot,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .forgot,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .forgot,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .forgot,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .forgot,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .forgot,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .forgot,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .forgot,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .forgot,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .forgot{font-size:.8571428571428571rem}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .submit,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .submit,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .submit,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-login .submit,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .submit,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .submit,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .submit,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .submit,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .submit,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .submit,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .submit,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-register .submit,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .submit,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .submit,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .submit,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .submit{margin:10px 0 0}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook{padding:10px;text-align:center;}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-btn,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-btn,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-btn,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-btn{background-color:#306199;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;margin:0 0 10px;padding:8px 50px;line-height:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.24),0 0 2px 0 rgba(0,0,0,0.12);-moz-box-shadow:0 2px 2px 0 rgba(0,0,0,0.24),0 0 2px 0 rgba(0,0,0,0.12);box-shadow:0 2px 2px 0 rgba(0,0,0,0.24),0 0 2px 0 rgba(0,0,0,0.12);}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-btn:hover,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-btn:hover,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-btn:hover,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-btn:hover{text-decoration:none;background-color:#376faf}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-btn.sending,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-btn.sending,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-btn.sending,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-btn.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-btn .icons::before,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-btn .icons::before,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-btn .icons::before,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-btn .icons::before{margin-right:8px}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-btn.pending,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-btn.pending,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-btn.pending,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-btn.pending{background-color:#f00}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-btn.invalid + .error,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-btn.invalid + .error,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-btn.invalid + .error,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-btn.invalid + .error{display:block}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-msg,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-msg,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-msg,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-facebook .fb-msg{color:#666;text-align:center;margin:0 0 5px;padding:0;font-size:11px}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .step-1.hidden,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .step-1.hidden,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .step-1.hidden,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .step-1.hidden,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .step-2.hidden,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .step-2.hidden,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .step-2.hidden,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-forgot .step-2.hidden{display:none}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card{overflow:hidden;padding:15px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#f5f5f5;}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image{float:left;margin:0 1em 0 0;}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image .portrait,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image .portrait,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image .portrait,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image .portrait{position:relative;overflow:hidden;float:left;width:58px;height:58px;margin:0;background-color:#ccc;background-position:center;background-size:cover;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:3px solid #fff;}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image .portrait.empty,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image .portrait.empty,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image .portrait.empty,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image .portrait.empty{border-color:#ccc;}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image .portrait.empty:before,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image .portrait.empty:before,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image .portrait.empty:before,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image .portrait.empty:before,#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image .portrait.empty:after,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image .portrait.empty:after,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image .portrait.empty:after,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image .portrait.empty:after{content:'';position:absolute;top:50%;left:50%;background-color:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image .portrait.empty:before,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image .portrait.empty:before,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image .portrait.empty:before,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image .portrait.empty:before{width:40%;height:40%;margin:-40% -20%}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image .portrait.empty:after,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image .portrait.empty:after,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image .portrait.empty:after,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-image .portrait.empty:after{width:100%;height:100%;margin:10% -50%}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-data,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-data,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-data,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-data{margin:0;padding:0;list-style-type:none;}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-data li,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-data li,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-data li,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-card .profile-card .profile-data li{margin:6px 0;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content .welcome,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content .welcome,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .welcome,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content .welcome{padding:20px;color:#666;text-align:center}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields{padding:0;}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields #profile-start-modal-location-map,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields #profile-start-modal-location-map,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields #profile-start-modal-location-map,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields #profile-start-modal-location-map{width:100%;height:272px;background-color:#eff;}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields #profile-start-modal-location-map:after,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields #profile-start-modal-location-map:after,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields #profile-start-modal-location-map:after,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields #profile-start-modal-location-map:after{content:'';position:absolute;top:0;left:0;display:block;width:0;height:0;background-color:rgba(255,255,255,0);-webkit-transition:background-color 1s ease-in-out;-moz-transition:background-color 1s ease-in-out;-ms-transition:background-color 1s ease-in-out;-o-transition:background-color 1s ease-in-out;transition:background-color 1s ease-in-out}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields #profile-start-modal-location-map.disabled:after,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields #profile-start-modal-location-map.disabled:after,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields #profile-start-modal-location-map.disabled:after,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields #profile-start-modal-location-map.disabled:after{width:100%;height:100%;background-color:rgba(255,255,255,0.25)}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields #profile-start-modal-location-map #profile-start-modal-location-autocomplete-input,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields #profile-start-modal-location-map #profile-start-modal-location-autocomplete-input,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields #profile-start-modal-location-map #profile-start-modal-location-autocomplete-input,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields #profile-start-modal-location-map #profile-start-modal-location-autocomplete-input{margin:10px;width:470px;background:rgba(255,255,255,0.8);}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields #profile-start-modal-location-map #profile-start-modal-location-autocomplete-input:focus,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields #profile-start-modal-location-map #profile-start-modal-location-autocomplete-input:focus,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields #profile-start-modal-location-map #profile-start-modal-location-autocomplete-input:focus,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields #profile-start-modal-location-map #profile-start-modal-location-autocomplete-input:focus{outline:none;background-color:#fff}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields #profile-start-modal-location-map #profile-start-modal-location-autocomplete-input.invalid,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields #profile-start-modal-location-map #profile-start-modal-location-autocomplete-input.invalid,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields #profile-start-modal-location-map #profile-start-modal-location-autocomplete-input.invalid,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .fields #profile-start-modal-location-map #profile-start-modal-location-autocomplete-input.invalid{border-color:#c33}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .hint,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .hint,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .hint,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .hint{float:left;overflow:hidden;max-width:75%;margin:0;text-align:left;font-size:.8571428571428571rem;color:#666;-webkit-transition:color .25s ease-in-out;-moz-transition:color .25s ease-in-out;-ms-transition:color .25s ease-in-out;-o-transition:color .25s ease-in-out;transition:color .25s ease-in-out;}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .hint:before,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .hint:before,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .hint:before,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .hint:before{content:'';float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:16px;height:16px;margin:0 .5em 0 -5em;border-style:solid;border-width:1px;border-color:#fff #ccc #ccc;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;opacity:0;-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:margin-left .25s ease-in-out,opacity .25s ease-in-out,transform 1s linear;-moz-transition:margin-left .25s ease-in-out,opacity .25s ease-in-out,transform 1s linear;-ms-transition:margin-left .25s ease-in-out,opacity .25s ease-in-out,transform 1s linear;-o-transition:margin-left .25s ease-in-out,opacity .25s ease-in-out,transform 1s linear;transition:margin-left .25s ease-in-out,opacity .25s ease-in-out,transform 1s linear}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .hint.error,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .hint.error,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .hint.error,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .hint.error{color:#c33}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .hint.pending,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .hint.pending,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .hint.pending,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .hint.pending{color:#ccc;}#modal-profile-start-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .hint.pending:before,#modal-profile-start-index-view #profile-start-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .hint.pending:before,#modal-profile-start-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .hint.pending:before,#modal-profile-start-index-view #profile-start-index-modal .modal-wrapper .modal-container .modal-content #profile-start-modal-location .hint.pending:before{margin-left:0;opacity:1;-webkit-transform:rotate(72000deg);-moz-transform:rotate(72000deg);-ms-transform:rotate(72000deg);-o-transform:rotate(72000deg);transform:rotate(72000deg);-webkit-transition:margin-left .25s ease-in-out,opacity .25s ease-in-out,transform 100s linear;-moz-transition:margin-left .25s ease-in-out,opacity .25s ease-in-out,transform 100s linear;-ms-transition:margin-left .25s ease-in-out,opacity .25s ease-in-out,transform 100s linear;-o-transition:margin-left .25s ease-in-out,opacity .25s ease-in-out,transform 100s linear;transition:margin-left .25s ease-in-out,opacity .25s ease-in-out,transform 100s linear}#modal-profile-image-view #profile-image-modal .portrait{float:left;width:100px;height:100px;margin:.5em 1em 0 0;background-color:#eee;background-position:center;background-size:cover;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}#modal-profile-image-view #profile-image-modal .portrait.empty{position:relative;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:solid 1em #eee;}#modal-profile-image-view #profile-image-modal .portrait.empty:before,#modal-profile-image-view #profile-image-modal .portrait.empty:after{content:'';position:absolute;top:50%;left:50%;background-color:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}#modal-profile-image-view #profile-image-modal .portrait.empty:before{width:40%;height:40%;margin:-40% -20%}#modal-profile-image-view #profile-image-modal .portrait.empty:after{width:100%;height:100%;margin:10% -50%}#modal-profile-image-view #profile-image-modal label{overflow:hidden}#modal-profile-location-view #profile-location-modal .modal-wrapper .modal-container{width:720px;}#modal-profile-location-view #profile-location-modal .modal-wrapper .modal-container .modal-content{padding:0;}#modal-profile-location-view #profile-location-modal .modal-wrapper .modal-container .modal-content #profile-location-autocomplete-input{display:none}#modal-profile-location-view #profile-location-modal .modal-wrapper .modal-container .modal-content #profile-location-map{width:100%;height:360px;}#modal-profile-location-view #profile-location-modal .modal-wrapper .modal-container .modal-content #profile-location-map:after{content:'';position:absolute;top:0;left:0;display:block;width:0;height:0;background-color:rgba(255,255,255,0);-webkit-transition:background-color 1s ease-in-out;-moz-transition:background-color 1s ease-in-out;-ms-transition:background-color 1s ease-in-out;-o-transition:background-color 1s ease-in-out;transition:background-color 1s ease-in-out}#modal-profile-location-view #profile-location-modal .modal-wrapper .modal-container .modal-content #profile-location-map.locked:after{width:100%;height:100%;background-color:rgba(255,255,255,0.25)}#modal-profile-location-view #profile-location-modal .modal-wrapper .modal-container .modal-content #profile-location-map #profile-location-autocomplete-input{display:block;width:700px;margin:10px;padding:0 .5em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:1rem;line-height:3em;border-style:solid;border-width:thin;border-color:#ccc;background-color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}#modal-profile-location-view #profile-location-modal .modal-wrapper .modal-container .modal-content #profile-location-map #profile-location-autocomplete-input:focus{outline:none}#modal-profile-location-view #profile-location-modal .modal-wrapper .modal-container .modal-content form{margin:1em;}#modal-profile-location-view #profile-location-modal .modal-wrapper .modal-container .modal-content form fieldset{position:absolute;top:1em;left:1em;right:1em;margin:0}#modal-profile-location-view #profile-location-modal .modal-wrapper .modal-container .modal-content form .hint{float:left;overflow:hidden;max-width:75%;margin:0;text-align:left;font-size:.8571428571428571rem;color:#666;-webkit-transition:color .25s ease-in-out;-moz-transition:color .25s ease-in-out;-ms-transition:color .25s ease-in-out;-o-transition:color .25s ease-in-out;transition:color .25s ease-in-out;}#modal-profile-location-view #profile-location-modal .modal-wrapper .modal-container .modal-content form .hint:before{content:'';float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:16px;height:16px;margin:0 .5em 0 -5em;border-style:solid;border-width:1px;border-color:#fff #ccc #ccc;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;opacity:0;-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:margin-left .25s ease-in-out,opacity .25s ease-in-out,transform 1s linear;-moz-transition:margin-left .25s ease-in-out,opacity .25s ease-in-out,transform 1s linear;-ms-transition:margin-left .25s ease-in-out,opacity .25s ease-in-out,transform 1s linear;-o-transition:margin-left .25s ease-in-out,opacity .25s ease-in-out,transform 1s linear;transition:margin-left .25s ease-in-out,opacity .25s ease-in-out,transform 1s linear}#modal-profile-location-view #profile-location-modal .modal-wrapper .modal-container .modal-content form .hint.error{color:#c33}#modal-profile-location-view #profile-location-modal .modal-wrapper .modal-container .modal-content form .hint.pending{color:#ccc;}#modal-profile-location-view #profile-location-modal .modal-wrapper .modal-container .modal-content form .hint.pending:before{margin-left:0;opacity:1;-webkit-transform:rotate(72000deg);-moz-transform:rotate(72000deg);-ms-transform:rotate(72000deg);-o-transform:rotate(72000deg);transform:rotate(72000deg);-webkit-transition:margin-left .25s ease-in-out,opacity .25s ease-in-out,transform 100s linear;-moz-transition:margin-left .25s ease-in-out,opacity .25s ease-in-out,transform 100s linear;-ms-transition:margin-left .25s ease-in-out,opacity .25s ease-in-out,transform 100s linear;-o-transition:margin-left .25s ease-in-out,opacity .25s ease-in-out,transform 100s linear;transition:margin-left .25s ease-in-out,opacity .25s ease-in-out,transform 100s linear}#modal-profile-location-view #profile-location-modal .modal-wrapper .modal-container .modal-content form input[type="submit"]{margin:0;-webkit-transition:background-color .25s ease-in-out;-moz-transition:background-color .25s ease-in-out;-ms-transition:background-color .25s ease-in-out;-o-transition:background-color .25s ease-in-out;transition:background-color .25s ease-in-out;}#modal-profile-location-view #profile-location-modal .modal-wrapper .modal-container .modal-content form input[type="submit"].pending:disabled{background-color:#ccc;background-image:none;-webkit-animation:none;-moz-animation:none;-ms-animation:none;-o-animation:none;animation:none}#modal-profile-disable_subscription-view #profile-disable_subscription-modal .modal-content{padding-right:40px;}#modal-profile-disable_subscription-view #profile-disable_subscription-modal .modal-content form ul{list-style:none;}#modal-profile-disable_subscription-view #profile-disable_subscription-modal .modal-content form ul li{text-align:left;font-size:14px;font-family:"Open Sans";margin-bottom:23px;}#modal-profile-disable_subscription-view #profile-disable_subscription-modal .modal-content form ul li input{margin-right:10px}#modal-profile-disable_subscription-view #profile-disable_subscription-modal .modal-content form ul li input,#modal-profile-disable_subscription-view #profile-disable_subscription-modal .modal-content form ul li label{cursor:pointer}#modal-profile-disable_subscription-view #profile-disable_subscription-modal .modal-content form ul li div.input-container{padding-left:25px;padding-top:5px;}#modal-profile-disable_subscription-view #profile-disable_subscription-modal .modal-content form ul li div.input-container textarea{width:99%;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:solid 1px #ccc;height:72px}#modal-profile-disable_subscription-view #profile-disable_subscription-modal .modal-content form hr{margin-left:40px;border:solid 1px #ccc}#modal-profile-disable_subscription-view #profile-disable_subscription-modal .modal-content form input[type='submit']{margin-top:17px}
.modal{bottom:0;display:none;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:299;}.modal.modal-visible{display:table}.modal h3,.modal h4{margin:0}.modal .modal-wrapper{display:table-cell;height:100%;text-align:center;vertical-align:middle;width:100%;}.modal .modal-wrapper .modal-container{background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:0;margin:0 auto;overflow:hidden;position:relative;text-align:left;z-index:300;}.modal .modal-wrapper .modal-container .modal-header{background:#f5f5f5;border-bottom:1px solid #ccc;}.modal .modal-wrapper .modal-container .modal-header .icon-material-close{color:#999;font-size:.5714285714285714rem;position:absolute;top:12px;right:14px}.modal .modal-wrapper .modal-container .modal-header .icon-material-close:hover::before{color:#000}.modal .modal-wrapper .modal-container .modal-header .modal-title{font-size:2.285714285714286rem}.modal .modal-wrapper .modal-container .modal-content{padding:15px 0;background:#fff}.modal .modal-wrapper .modal-container .modal-content:after{content:" ";clear:both;display:block}.modal .modal-shadow{background:rgba(0,0,0,0.5);bottom:0;display:block;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:200}
.modal#location-modal .modal-wrapper .modal-container{max-height:500px;overflow:hidden;width:980px;}.modal#location-modal .modal-wrapper .modal-container .modal-header{background:#f5f5f5;border-bottom:1px solid #ccc;padding:15px 40px 15px 20px;}.modal#location-modal .modal-wrapper .modal-container .modal-header .modal-title{font-size:1.857142857142857rem}.modal#location-modal .modal-wrapper .modal-container .modal-content{max-height:400px;overflow:auto;padding:20px 0 0 0;margin:0 0 20px 0}.modal#location-modal .modal-wrapper .modal-container .location-content{padding-left:20px;}.modal#location-modal .modal-wrapper .modal-container .location-content:after{content:" ";clear:both;display:block}.modal#location-modal .modal-wrapper .modal-container .location-content > a{display:block;font-size:1rem;font-weight:bold;margin-bottom:20px;}.modal#location-modal .modal-wrapper .modal-container .location-content > a:hover{text-decoration:none}.modal#location-modal .modal-wrapper .modal-container .location-content .column{float:left;width:48%;}.modal#location-modal .modal-wrapper .modal-container .location-content .column:last-child{margin-left:2%}.modal#location-modal .modal-wrapper .modal-container .location-content .column h4{border-bottom:1px solid #ccc;font-size:1.142857142857143rem;font-weight:bold;margin:0 0 10px 0;padding-bottom:10px;width:100%}.modal#location-modal .modal-wrapper .modal-container .location-content .column .modal-cities{margin:0;padding:0;list-style-type:none;}.modal#location-modal .modal-wrapper .modal-container .location-content .column .modal-cities li{line-height:1.3;padding-bottom:5px;float:left;width:50%}
#image-gallery-modal .modal-container,#image-gallery-modal .modal-header,#image-gallery-modal .modal-content{background:#000;border:none}#image-gallery-modal .modal-container{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;height:90%;width:980px}#image-gallery-modal .modal-header{height:40px}#image-gallery-modal .modal-content{padding:0}#image-gallery-modal .icon-material-close{color:rgba(255,255,255,0.4);font-size:.5714285714285714rem;position:absolute;z-index:3}#image-gallery-modal .icon-material-close:hover::before{color:#fff}#image-gallery-modal .arrow-prev,#image-gallery-modal .arrow-next{color:rgba(255,255,255,0.4);cursor:pointer;font-size:32px;height:100%;position:absolute;text-shadow:0 0 4px #000;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);width:50%;z-index:1;}#image-gallery-modal .arrow-prev::before,#image-gallery-modal .arrow-next::before{padding-right:5px;position:relative;top:48%}#image-gallery-modal .arrow-prev:hover,#image-gallery-modal .arrow-next:hover{color:#fff}#image-gallery-modal .arrow-prev{left:0}#image-gallery-modal .arrow-next{right:0;text-align:right}#image-gallery-modal .modal-image-viewer{margin:0;}#image-gallery-modal .modal-image-viewer img{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}#image-gallery-modal .modal-footer{background:rgba(0,0,0,0.5);bottom:0;left:0;position:absolute;width:100%;}#image-gallery-modal .modal-footer .item-title{color:#fff;display:block;font-size:1rem;padding:10px 0;text-align:center;margin:0}#image-gallery-modal .modal-footer .thumbnail-wrapper{display:block;text-align:center;}#image-gallery-modal .modal-footer .thumbnail-wrapper .thumbnail{border:3px transparent solid;cursor:pointer;display:inline-block;height:45px;margin:0;position:relative;width:60px;z-index:2;}#image-gallery-modal .modal-footer .thumbnail-wrapper .thumbnail:hover,#image-gallery-modal .modal-footer .thumbnail-wrapper .thumbnail.active{border:3px #607d8b solid}#image-gallery-modal .modal-footer .thumbnail-wrapper .thumbnail img{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}
#modal-flagitem-view .modal-container{width:600px;max-height:650px;margin:0 auto;}#modal-flagitem-view .modal-container .modal-header{padding:15px 40px 15px 20px;}#modal-flagitem-view .modal-container .modal-header .modal-title{font-size:1.857142857142857rem}#modal-flagitem-view .modal-container .modal-content form{padding:0 20px;}#modal-flagitem-view .modal-container .modal-content form .message{display:none}#modal-flagitem-view .modal-container .modal-content form .error input.emailorphone,#modal-flagitem-view .modal-container .modal-content form .error textarea{border-color:#c33}#modal-flagitem-view .modal-container .modal-content form .error .message{color:#c33;margin:0 0 12px;display:block}#modal-flagitem-view .modal-container .modal-content form label{display:block;margin-bottom:10px;}#modal-flagitem-view .modal-container .modal-content form label.text-strong{font-weight:bold}#modal-flagitem-view .modal-container .modal-content form textarea{resize:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:1px solid #ccc;width:310px;margin-bottom:10px}#modal-flagitem-view .modal-container .modal-content form .formField{margin-bottom:10px;}#modal-flagitem-view .modal-container .modal-content form .formField .emailorphone{background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:0 10px;height:20px;width:310px;padding:10px}#modal-flagitem-view .modal-container .modal-content form .formField .mandatory{color:#333}#modal-flagitem-view .modal-container .modal-content form .orange{background:#f70;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#fff;padding:10px 30px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);text-align:center}#modal-flagitem-view .modal-container .modal-content form .orange:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#fff;text-decoration:none}#modal-flagitem-view .modal-container .modal-content form #emailorphone .message{margin:12px 0 0}#modal-flagitem-view .modal-container .modal-content form #divCaptcha{margin-bottom:20px}#modal-flagitem-view .modal-container #flagItemSuccess{width:80%;margin:20px auto;background:#f0ffd3;border:1px solid #ab0;padding:10px;text-align:center;}#modal-flagitem-view .modal-container #flagItemSuccess #message-box{margin:25px;}#modal-flagitem-view .modal-container #flagItemSuccess #message-box h1{font-weight:bold;font-size:18px}#modal-flagitem-view .modal-container #flagItemSuccess #message-box p{margin-top:5px}
#featuread-modal .modal-container{width:720px;}#featuread-modal .modal-container .modal-header{padding:10px 20px;}#featuread-modal .modal-container .modal-header .modal-title{font-size:1.857142857142857rem}#featuread-modal .modal-container .modal-content{min-height:300px;padding:10px 20px;}#featuread-modal .modal-container .modal-content #feature-ad h2{font-size:1.142857142857143rem;margin:0;}#featuread-modal .modal-container .modal-content #feature-ad h2 small{display:block;font-weight:normal}#featuread-modal .modal-container .modal-content .feature-ad-form{margin:10px 0 0 0;}#featuread-modal .modal-container .modal-content .feature-ad-form h5{margin:0 0 10px}#featuread-modal .modal-container .modal-content .fad-edit{padding:0;}#featuread-modal .modal-container .modal-content .fad-edit a{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:#999;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#fff;padding:10px 20px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);display:block;font-size:1.142857142857143rem;font-weight:bold;line-height:1}#featuread-modal .modal-container .modal-content .fad-edit a:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#fff;text-decoration:none}#featuread-modal .modal-container .modal-content .fad-submit{padding-top:10px;margin-top:10px;border-top:1px solid #ccc;}#featuread-modal .modal-container .modal-content .fad-submit input{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:#f70;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#fff;padding:10px 20px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);font-size:1.142857142857143rem;font-weight:bold;line-height:1}#featuread-modal .modal-container .modal-content .fad-submit input:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#fff;text-decoration:none}#featuread-modal .modal-container .modal-content .feature-ad-terms{font-size:.8571428571428571rem;width:60%}
.modal-external .modal-container{position:relative;width:720px;height:600px;}.modal-external .modal-container .close{position:absolute;right:10px;top:10px;color:#000}.modal-external .modal-container iframe{border:0;margin:0}
#edit-featuread-modal .modal-container{width:720px;}#edit-featuread-modal .modal-container .modal-header{padding:10px 20px;}#edit-featuread-modal .modal-container .modal-header .modal-title{font-size:1.857142857142857rem}#edit-featuread-modal .modal-container .modal-content{min-height:100px;padding:10px 20px;}#edit-featuread-modal .modal-container .modal-content .edit-feature-ad-actions{float:left}#edit-featuread-modal .modal-container .modal-content .btnedit-modal,#edit-featuread-modal .modal-container .modal-content .btn-cancel{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;font-size:1.142857142857143rem;line-height:1}#edit-featuread-modal .modal-container .modal-content .btnedit-modal{background:#f70;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#fff;padding:10px 20px 10px 10px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);float:right;}#edit-featuread-modal .modal-container .modal-content .btnedit-modal:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#fff;text-decoration:none}#edit-featuread-modal .modal-container .modal-content .btnedit-modal.icons:before{margin:0 10px 0 0}#edit-featuread-modal .modal-container .modal-content .btn-cancel{background:#f5f5f5;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#000;padding:10px;text-align:center;float:right;margin-right:10px;cursor:pointer;font-weight:normal}#edit-featuread-modal .modal-container .modal-content .btn-cancel:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#000;text-decoration:none}
#favorites-modal.modal .modal-wrapper .modal-container{width:660px;}#favorites-modal.modal .modal-wrapper .modal-container .modal-header{padding:15px 40px 15px 20px;}#favorites-modal.modal .modal-wrapper .modal-container .modal-header .modal-title{font-size:1.857142857142857rem}#favorites-modal.modal .modal-wrapper .modal-container .modal-content{padding:0;}#favorites-modal.modal .modal-wrapper .modal-container .modal-content .login_view{border:0 none}#favorites-modal.modal .modal-wrapper .modal-container .modal-content .login_view{padding:0 20px 30px 0;}#favorites-modal.modal .modal-wrapper .modal-container .modal-content .login_view .title{display:none}
#marketing-banner{height:190px;margin:0 0 40px;position:relative;}#marketing-banner:after{content:" ";clear:both;display:block}#marketing-banner .title,#marketing-banner .subtitle{text-transform:uppercase;display:block;margin:0;text-align:center;width:425px}#marketing-banner .title{color:#02b875;font-size:1.857142857142857rem;font-weight:bold;padding:40px 0 5px}#marketing-banner .subtitle{color:#000;font-size:1.428571428571429rem;}#marketing-banner .subtitle span{background:url("https://static01.olx-st.com/mobile-webapp/images/desktop/underline.png") center bottom no-repeat;color:#628;display:inline-block;margin-bottom:20px;padding-bottom:8px}#marketing-banner .image{bottom:0;position:absolute;right:0;z-index:10}#marketing-banner .select{background:#02b875;bottom:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;font-size:1.142857142857143rem;left:0;padding:10px 0;position:absolute;width:100%;}#marketing-banner .select span{display:block;width:460px;text-align:center}#marketing-banner .select:after{left:213px;bottom:-51px;position:absolute;display:inline-block;border-color:#02b875 transparent transparent;border-image:none;border-style:solid;border-width:25px 26px 26px;content:""}#marketing-banner .terms{color:#fff;font-size:.8571428571428571rem;position:absolute;right:125px;bottom:13px;z-index:10}#marketing-banner .app{position:absolute;top:85px;z-index:10;}#marketing-banner .app.ios{right:40px}#marketing-banner .app.android{right:155px}#marketing-banner .app img{width:100px}
.marketing-box-sell{float:right;padding-top:19px;width:356px;height:360px;position:relative;}.marketing-box-sell p{font-size:1.857142857142857rem;margin:0;text-align:center}.marketing-box-sell .subtitle{font-size:1.428571428571429rem;line-height:1;padding:6px 0 10px;}.marketing-box-sell .subtitle strong{background:url("https://static01.olx-st.com/mobile-webapp/images/desktop/underline.gif") center bottom no-repeat;display:inline-block;margin-bottom:20px;padding-bottom:8px}.marketing-box-sell .stuff{background:url("https://static01.olx-st.com/mobile-webapp/images/desktop/stuff.png") no-repeat center;display:block;height:131px;left:0;position:absolute;width:100%;z-index:100}.marketing-box-sell .description{background:#f5f5f5;position:absolute;bottom:0;}.marketing-box-sell .description:after{content:" ";clear:both;display:block}.marketing-box-sell .description .icons{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#999;float:left;width:33%;text-align:center;}.marketing-box-sell .description .icons::before{font-size:1.857142857142857rem}.marketing-box-sell .description .icons span{display:block}.marketing-box-sell .description .icons p{font-size:.8571428571428571rem;padding-top:10px}.marketing-box-sell.language-en .stuff,.marketing-box-sell.language-es .stuff{top:120px}.marketing-box-sell.language-en .description,.marketing-box-sell.language-es .description{padding:75px 0 20px}.marketing-box-sell.language-en .description .icons{padding:0 9px}.marketing-box-sell.language-es .description .icons{padding:0 16px}.scratch-campaign{float:right;height:auto;width:auto}.slim-mkt p{display:none}.slim-mkt .marketing-box-sell{padding:0;width:300px;height:120px;overflow:hidden;margin-bottom:10px}.slim-mkt + .adserving{float:right}
.olx-banner-col{width:980px;height:380px;margin:0 auto;overflow:hidden;}.olx-banner-col .semana_santa,.olx-banner-col .semana_santa img{display:block;width:980px;height:380px}.olx-banner-col .left{float:left}.olx-banner-col .right{float:right}.olx-banner-col .olx-banner-col{width:980px;height:380px;margin:0 auto}.olx-banner-col .olx-banner-col-column{width:490px;text-align:center;display:inline-block}.olx-banner-col .olx-banner-col p,.olx-banner-col .olx-banner-col h3,.olx-banner-col .olx-banner-col a{color:#fff;text-align:center;margin:0}.olx-banner-col .olx-banner-col p,.olx-banner-col .olx-banner-col a{font-family:Arial,Helvetica,sans-serif}.olx-banner-col .olx-banner-col h3{font-family:'HelveticaRoundedLTStd-Bd';font-size:32px;line-height:32px;margin:0 0 26px 0}.olx-banner-col .olx-banner-col p{font-size:24px;margin:80px 0 4px 0}.olx-banner-col .olx-banner-col a{font-size:22px;text-decoration:none;display:inline-block}.olx-banner-col .olx-banner-col-button{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;padding:10px 30px;color:#fff;font-size:1.714285714285714rem;}.olx-banner-col .olx-banner-col-button:hover{text-decoration:none}.olx-banner-col .olx-banner-col-button-1{display:inline-block !important;margin-top:-10px !important}.olx-banner-col #slider-olx-colombia{width:100%}.olx-banner-col .rsContent{color:#fff;font-size:24px;line-height:32px;float:left}.olx-banner-col .bContainer{position:absolute}.olx-banner-col .rsABlock{position:relative;display:block;left:auto;top:auto}.olx-banner-col .blockHeadline{font-size:44px;line-height:44px;font-family:'HelveticaRoundedLTStd-Bd';text-shadow:3px 3px 5px #000;margin-top:-50px}.olx-banner-col .blockSubHeadline{font-size:27px;margin-top:10px;margin-bottom:25px;font-family:Arial,Helvetica,sans-serif;text-shadow:3px 3px 5px #000}.olx-banner-col .txtCent{text-align:center;width:100%}.olx-banner-col .slide1 .bContainer{bottom:50px;left:200px}.olx-banner-col .slide2 .bContainer{top:150px;width:100%}.olx-banner-col .slide1{background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/marketing/home-banner/colombia/slider-promo-1.jpg")}.olx-banner-col .slide2{background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/marketing/home-banner/colombia/slider-promo-2.jpg")}.olx-banner-col .btn-orange{background:#f70;text-shadow:3px 3px 5px #ab4f0e}.olx-banner-col .btn-orange:hover{background:#e26a00}.olx-banner-col .btn-purple{background:#628;text-shadow:3px 3px 5px #3b1150}.olx-banner-col .btn-purple:hover{background:#4f1a69}.olx-banner-col .olx-banner-slide2-btn{margin-top:20px !important}.olx-banner-col .royalSlider{height:380px;position:relative;direction:ltr}.olx-banner-col .royalSlider > *{float:left}.olx-banner-col .rsWebkit3d .rsSlide{z-indexwebkit-transform:translateZ(0)}.olx-banner-col .rsWebkit3d .rsSlide,.olx-banner-col .rsWebkit3d .rsContainer,.olx-banner-col .rsWebkit3d .rsThumbs,.olx-banner-col .rsWebkit3d .rsPreloader,.olx-banner-col .rsWebkit3d img,.olx-banner-col .rsWebkit3d .rsOverflow,.olx-banner-col .rsWebkit3d .rsBtnCenterer,.olx-banner-col .rsWebkit3d .rsAbsoluteEl,.olx-banner-col .rsWebkit3d .rsABlock,.olx-banner-col .rsWebkit3d .rsLink{z-indexwebkit-backface-visibility:hidden}.olx-banner-col .rsFade.rsWebkit3d .rsSlide,.olx-banner-col .rsFade.rsWebkit3d img,.olx-banner-col .rsFade.rsWebkit3d .rsContainer{z-indexwebkit-transform:none}.olx-banner-col .rsOverflow{width:100%;height:100%;position:relative;overflow:hidden;float:left;-webkit-tap-highlight-color:rgba(0,0,0,0)}.olx-banner-col .rsVisibleNearbyWrap{width:100%;height:100%;position:relative;overflow:hidden;left:0;top:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.olx-banner-col .rsVisibleNearbyWrap .rsOverflow{position:absolute;left:0;top:0}.olx-banner-col .rsContainer{position:relative;width:100%;height:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.olx-banner-col .rsArrow,.olx-banner-col .rsThumbsArrow{cursor:pointer}.olx-banner-col .rsThumb{float:left;position:relative}.olx-banner-col .rsArrow,.olx-banner-col .rsNav,.olx-banner-col .rsThumbsArrow{opacity:1;-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-ms-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.olx-banner-col .rsHidden{opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .3s,opacity .3s linear;-moz-transition:visibility 0s linear .3s,opacity .3s linear;-ms-transition:visibility 0s linear .3s,opacity .3s linear;-o-transition:visibility 0s linear .3s,opacity .3s linear;transition:visibility 0s linear .3s,opacity .3s linear}.olx-banner-col .rsGCaption{width:100%;float:left;text-align:center}.olx-banner-col .royalSlider.rsFullscreen{position:fixed !important;height:auto !important;width:auto !important;margin:0 !important;padding:0 !important;z-index:2147483647 !important;top:0 !important;left:0 !important;bottom:0 !important;right:0 !important}.olx-banner-col .royalSlider .rsSlide.rsFakePreloader{opacity:1 !important;-webkit-transition:0s;-moz-transition:0s;-ms-transition:0s;-o-transition:0s;transition:0s;display:none}.olx-banner-col .rsSlide{position:absolute;left:0;top:0;display:block;overflow:hidden;height:100%;width:100%}.olx-banner-col .royalSlider.rsAutoHeight,.olx-banner-col .rsAutoHeight .rsSlide{height:auto}.olx-banner-col .rsContent{width:100%;height:100%;position:relative}.olx-banner-col .rsPreloader{position:absolute;z-index:0}.olx-banner-col .rsNav{-moz-user-select:-moz-none;-webkit-user-select:none;user-select:none}.olx-banner-col .rsNavItem{z-indexwebkit-tap-highlight-color:rgba(0,0,0,0.25)}.olx-banner-col .rsThumbs{cursor:pointer;position:relative;overflow:hidden;float:left;z-index:22}.olx-banner-col .rsTabs{float:left;background:none !important}.olx-banner-col .rsTabs,.olx-banner-col .rsThumbs{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0)}.olx-banner-col .rsVideoContainer{width:auto;height:auto;line-height:0;position:relative}.olx-banner-col .rsVideoFrameHolder{position:absolute;left:0;top:0;background:#141414;opacity:0;-webkit-transition:.3s}.olx-banner-col .rsVideoFrameHolder.rsVideoActive{opacity:1}.olx-banner-col .rsVideoContainer iframe,.olx-banner-col .rsVideoContainer video,.olx-banner-col .rsVideoContainer embed,.olx-banner-col .rsVideoContainer .rsVideoObj{position:absolute;z-index:50;left:0;top:0;width:100%;height:100%}.olx-banner-col .rsVideoContainer.rsIOSVideo iframe,.olx-banner-col .rsVideoContainer.rsIOSVideo video,.olx-banner-col .rsVideoContainer.rsIOSVideo embed{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-right:44px}.olx-banner-col .rsABlock{z-index:15}.olx-banner-col img.rsImg{max-width:none}.olx-banner-col .rsNoDrag{cursor:auto}.olx-banner-col .rsLink{left:0;top:0;position:absolute;width:100%;height:100%;display:block;z-index:20}.olx-banner-col .rsMinW,.olx-banner-col .rsMinW .rsOverflow,.olx-banner-col .rsMinW .rsSlide,.olx-banner-col .rsMinW .rsVideoFrameHolder,.olx-banner-col .rsMinW .rsThumbs{background:#000;color:#fff}.olx-banner-col .rsMinW .rsArrow{height:32px;width:32px;position:absolute;display:block;cursor:pointer;z-index:21}.olx-banner-col .rsMinW .rsArrowLeft{left:10px;bottom:50%}.olx-banner-col .rsMinW .rsArrowRight{right:10px;bottom:50%}.olx-banner-col .rsMinW .rsArrowIcn{width:28px;height:46px;position:absolute;cursor:pointer}.olx-banner-col .rsMinW.rsHor .rsArrowLeft .rsArrowIcn{background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/marketing/home-banner/colombia/slider-arrow-left.png")}.olx-banner-col .rsMinW.rsHor .rsArrowRight .rsArrowIcn{background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/marketing/home-banner/colombia/slider-arrow-right.png")}.olx-banner-col .rsMinW .rsArrowDisabled .rsArrowIcn{opacity:.3 !important;*display:none}
.banner-video{float:right;padding-top:25px;width:356px;height:395px;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.banner-video p{font-size:1.857142857142857rem;margin:0;text-align:center}.banner-video > .subtitle{font-size:1.428571428571429rem;line-height:1;padding:10px 0;}.banner-video > .subtitle strong{background:url("https://static01.olx-st.com/mobile-webapp/images/desktop/underline.gif") center bottom no-repeat;display:inline-block;margin-bottom:20px;padding-bottom:8px}.banner-video .have-see{cursor:pointer;background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:10px;padding:180px 0 0 0;background-repeat:no-repeat;background-size:contain;height:255px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;bottom:0;left:0;width:100%;}.banner-video .have-see .title{font-size:1.428571428571429rem;font-weight:bold;margin:10px 0 5px}.banner-video .have-see .subtitle{font-size:1rem;color:#607d8b}.slim-video .banner-video{bottom:auto;float:right;height:120px;margin-bottom:10px;padding:0;width:300px;}.slim-video .banner-video > p{display:none}.slim-video .banner-video .have-see{padding:0;height:120px;border:0;background-size:100% auto;background-position:50% -16px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden;-webkit-transition:background-size 1s;-moz-transition:background-size 1s;-ms-transition:background-size 1s;-o-transition:background-size 1s;transition:background-size 1s;}.slim-video .banner-video .have-see:before{content:'';position:absolute;left:0;top:0;right:0;bottom:0;border:5px solid #628;-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-ms-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;opacity:.1}.slim-video .banner-video .have-see p{background:rgba(0,0,0,0.5);color:#fff;padding:4px 10px;float:left;-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;margin:0;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s}.slim-video .banner-video .have-see .title{margin:45px 0 5px}.slim-video .banner-video .have-see:hover{background-size:120% auto}.slim-video .banner-video .have-see:hover:before{opacity:.6}.slim-video .banner-video .have-see:hover p{opacity:0}.slim-video .banner-video .have-see:hover .title{margin-left:-20px}.slim-video .banner-video .have-see:hover .subtitle{margin-left:-60px}.slim-video + .adserving{float:right}
.appStores .container-stores{display:inline-block;vertical-align:middle;}.appStores .container-stores a{display:inline-block;vertical-align:middle;height:36px;width:108px;background-image:url("https://static01.olx-st.com/mobile-webapp/images/common/marketing/apps.gif");}.appStores .container-stores a.google-play-en{background-position:-3px -3px}.appStores .container-stores a.app-store-en{background-position:-118px -3px}.appStores .container-stores a.google-play-es{background-position:-3px -52px}.appStores .container-stores a.app-store-es{background-position:-118px -52px}.appStores .container-stores a.google-play-fr{background-position:-3px -101px}.appStores .container-stores a.app-store-fr{background-position:-118px -101px}.appStores .container-stores a.google-play-it{background-position:-3px -150px}.appStores .container-stores a.app-store-it{background-position:-118px -150px}.appStores .container-stores a.google-play-pt{background-position:-3px -199px}.appStores .container-stores a.app-store-pt{background-position:-118px -199px}.appStores p{font-family:'Kalam',cursive;font-size:.8571428571428571rem;color:#628;display:inline-block;text-transform:uppercase;margin:0;text-align:center;vertical-align:middle}.appStores .icon-sketchyarrow::before{float:right;font-size:1.142857142857143rem;text-transform:lowercase;margin:-3px 5px 0;-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}
.landings_republish_view .notification-message{background:#efc;border-color:#cd7;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:40px 20px 40px 100px;}.landings_republish_view .notification-message.icons::before{color:#ab0;font-size:4.571428571428571rem;left:20px;position:absolute;top:30px}
.items-rebump-success{background:#fff;}.items-rebump-success .rebump{width:744px;margin:0 auto;position:relative;padding-top:65px;}.items-rebump-success .rebump:after{position:absolute;top:0;right:0}.items-rebump-success .rebump h3{font-size:1.285714285714286rem;font-weight:bold;text-align:center;width:542px;margin:0 auto 6px}.items-rebump-success .rebump .content{background:#f9f9f9;padding:54px 30px 30px;position:relative;margin-bottom:20px;}.items-rebump-success .rebump .content:after{content:" ";clear:both;display:block}.items-rebump-success .rebump .content img{width:260px;margin:0 auto 20px;display:block}.items-rebump-success .rebump .content .logo{background:url("https://static01.olx-st.com/mobile-webapp/images/desktop/experiments/OLX_Web.png") no-repeat;display:block;position:absolute;top:-46px;width:86px;height:86px;left:50%;margin-left:-46px}.items-rebump-success .rebump .content p{font-size:1rem;text-align:center;margin:0 auto;padding-bottom:6px;}.items-rebump-success .rebump .content p.subtitle{padding-bottom:20px}.items-rebump-success .rebump .button-select{background:#f70;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#fff;padding:15px 30px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);width:280px;display:block;margin:20px auto 40px;font-size:1.428571428571429rem;font-weight:bold}.items-rebump-success .rebump .button-select:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#fff;text-decoration:none}
.landings_mobilepromo_view .banner-mobilepromo{background:url("https://static01.olx-st.com/mobile-webapp/images/desktop/marketing/mobilepromo/devices.jpg") bottom right #fff no-repeat;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:0;position:relative;height:430px;margin-bottom:20px;}.landings_mobilepromo_view .banner-mobilepromo:after{content:" ";clear:both;display:block}.landings_mobilepromo_view .banner-mobilepromo .left-column{padding:40px 0 0 20px;width:260px;}.landings_mobilepromo_view .banner-mobilepromo .left-column .title{font-size:1.857142857142857rem;font-weight:bold;margin:0}.landings_mobilepromo_view .banner-mobilepromo .bottom-column,.landings_mobilepromo_view .banner-mobilepromo .downloads{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.landings_mobilepromo_view .banner-mobilepromo .bottom-column{position:absolute;bottom:0;width:100%;background:rgba(0,0,0,0.4);height:146px;padding:20px;}.landings_mobilepromo_view .banner-mobilepromo .bottom-column .title{margin:0;color:#fff;font-size:1.142857142857143rem;padding-bottom:10px;font-weight:bold}.landings_mobilepromo_view .banner-mobilepromo .bottom-column .downloads{margin:0;padding:0;list-style-type:none;background:#fff;border-color:'';-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border-style:none;border-width:1px;padding:10px;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,0.5);-moz-box-shadow:0 0 5px 0 rgba(0,0,0,0.5);box-shadow:0 0 5px 0 rgba(0,0,0,0.5);background-image:linear-gradient(to bottom,rgba(255,255,255,0.09) 45%,rgba(0,0,0,0.09) 55%);}.landings_mobilepromo_view .banner-mobilepromo .bottom-column .downloads li{display:inline-block;padding:0 5px;vertical-align:middle;}.landings_mobilepromo_view .banner-mobilepromo .bottom-column .downloads li:not(:last-child){margin-right:10px}.landings_mobilepromo_view .banner-mobilepromo .bottom-column .downloads li a{display:block;text-indent:-10000em;}.landings_mobilepromo_view .banner-mobilepromo .bottom-column .downloads li a.appstore{width:260px;height:40px;background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/marketing/mobilepromo/itunes.png")}.landings_mobilepromo_view .banner-mobilepromo .bottom-column .downloads li a.googleplay{width:143px;height:34px;background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/marketing/mobilepromo/google-play.png")}.landings_mobilepromo_view .banner-mobilepromo .bottom-column .downloads li a.nokia{width:53px;height:58px;background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/marketing/mobilepromo/nokia.png")}.landings_mobilepromo_view .banner-mobilepromo .bottom-column .downloads li a.windowsphone{width:176px;height:24px;background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/marketing/mobilepromo/windows-phone.png")}.landings_mobilepromo_view .banner-mobilepromo .bottom-column .downloads li a.blackberry{width:118px;height:42px;background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/marketing/mobilepromo/blackberry.png")}.landings_mobilepromo_view .banner-mobilepromo .bottom-column .downloads li a.amazon{width:54px;height:54px;background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/marketing/mobilepromo/amazon.png")}.landings_mobilepromo_view .content{background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:20px;margin-bottom:20px;}.landings_mobilepromo_view .content .title{border-bottom:1px solid #ccc;font-size:1.428571428571429rem;margin:0;padding-bottom:5px}.landings_mobilepromo_view .content .different-phone{background:url("https://static01.olx-st.com/mobile-webapp/images/desktop/marketing/mobilepromo/mobile-promo-phone.jpg") left top #fff no-repeat;padding-left:110px;}.landings_mobilepromo_view .content .different-phone p{line-height:1.428571428571429rem}.landings_mobilepromo_view .content .benefits{margin:0;padding:0;list-style-type:none;overflow:hidden;margin-top:30px;}.landings_mobilepromo_view .content .benefits li{display:inline-block;vertical-align:top;margin-bottom:25px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 20px 0 75px;width:33.3%;position:relative;font-size:1.142857142857143rem;line-height:1.428571428571429rem;}.landings_mobilepromo_view .content .benefits li::before{position:absolute;left:10px;top:3px;color:#ab0;font-size:2.857142857142857rem}.landings_mobilepromo_view .content .bullets{margin:0;padding:0;list-style-type:none;overflow:hidden;margin-top:20px;}.landings_mobilepromo_view .content .bullets li{font-weight:bold;margin-bottom:10px;vertical-align:bottom}.landings_mobilepromo_view .content .bullets li::before{background:#ab0;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;color:#fff;font-size:.5714285714285714rem;height:11px;text-align:center;padding-top:4px;width:15px;margin-right:5px}
.notification-message{background:#efc;border-color:#cd7;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:20px 20px 20px 100px;margin-bottom:20px;position:relative;min-height:50px;}.notification-message:after{content:" ";clear:both;display:block}.notification-message.icon-happy::before{color:#ab0;font-size:4.571428571428571rem;left:20px;position:absolute;top:22px}.notification-message h4,.notification-message p{line-height:1.4;margin:0}.notification-message h4{font-size:1.428571428571429rem}.didYouSellNo:after{content:" ";clear:both;display:block}.didYouSellNo h2{color:#628;font-size:1.714285714285714rem;text-align:center;margin:0 0 5px 0}.didYouSellNo p{color:#000;font-size:1.428571428571429rem;text-align:center;margin-bottom:25px}.didYouSellNo .didYouSellOptions{margin:auto;}.didYouSellNo .didYouSellOptions p{margin-bottom:10px}.didYouSellNo .didYouSellOptions .facebook-share{background:#306199;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#fff;padding:10px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);cursor:pointer;font-size:1.142857142857143rem;height:22px;padding:0;text-align:left;width:136px;}.didYouSellNo .didYouSellOptions .facebook-share:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#fff;text-decoration:none}.didYouSellNo .didYouSellOptions .facebook-share span{border-right:1px solid #306199;-webkit-box-shadow:1px 0 #3773b8;-moz-box-shadow:1px 0 #3773b8;box-shadow:1px 0 #3773b8;display:inline-block;padding:2px 5px;}.didYouSellNo .didYouSellOptions .facebook-share span::before{margin-top:-2px}.didYouSellNo .didYouSellOptions .facebook-share p{display:inline-block;margin:1px 0 0 10px;vertical-align:middle;font-size:12px;color:#fff}.didYouSellNo .didYouSellOptions .facebook-share .icons{color:#fff;font-size:1.142857142857143rem}.didYouSellNo article{float:left;height:100px;padding:10px 10px 30px 10px;width:290px;}.didYouSellNo article h3{color:#ab0;font-size:1.428571428571429rem;font-weight:300}.didYouSellNo article p{color:#000;font-size:1rem;text-align:left}.didYouSellNo article div{float:left;padding-left:15px;width:80%}.didYouSellNo .icons{color:#ab0;font-size:2.285714285714286rem;position:relative;float:left}
.landings_buyrebump_view{background:#fff;padding-top:65px}.buyrebump{background:#f9f9f9 url("https://static01.olx-st.com/mobile-webapp/images/desktop/experiments/nuevo_Web.png") no-repeat top right;width:744px;margin:0 auto;position:relative;}.buyrebump:after{position:absolute;top:0;right:0}.buyrebump .header{margin:auto;padding:54px 30px 30px;width:600px;}.buyrebump .header:after{content:" ";clear:both;display:block}.buyrebump .header .logo{background:url("https://static01.olx-st.com/mobile-webapp/images/desktop/experiments/OLX_Web.png") no-repeat;display:block;position:absolute;top:-46px;width:86px;height:86px;left:50%;margin-left:-46px}.buyrebump .header h3,.buyrebump .header p{text-align:left;margin:0 0 0 130px}.buyrebump .header h3{font-size:1.857142857142857rem;margin-top:15px}.buyrebump .header p{font-size:1.285714285714286rem;margin-top:10px;}.buyrebump .header p.subtitle{padding-bottom:20px}.buyrebump .header .item{background:#fff none repeat scroll 0 0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border-style:solid;border-width:1px;border-color:#ccc #ccc #fff;-webkit-box-shadow:0 4px 4px -1px rgba(0,0,0,0.26);-moz-box-shadow:0 4px 4px -1px rgba(0,0,0,0.26);box-shadow:0 4px 4px -1px rgba(0,0,0,0.26);margin:20px auto;padding:10px;position:relative;z-index:101;}.buyrebump .header .item:after{content:" ";clear:both;display:block}.buyrebump .header .item .items-image{color:#ccc;float:left;font-size:4.571428571428571rem;height:87px;margin-right:10px;width:110px;border:1px solid #ccc;text-align:center}.buyrebump .header .item img{border:1px solid #ccc;float:left;height:87px;margin-right:15px;width:110px}.buyrebump .header .item p{color:#38b;text-align:left;margin:0;width:100%;}.buyrebump .header .item p .title{display:inline-block;width:236px}.buyrebump .header .item p.sub-text{font-size:.8571428571428571rem;color:#999}.buyrebump .header .item p.item-info{margin:0}.buyrebump .header .item .price{color:#f70;font-size:1.142857142857143rem;font-weight:bold;float:left;margin-top:10px;vertical-align:top}.buyrebump .header .star{background:url("https://static01.olx-st.com/mobile-webapp/images/desktop/experiments/solo2000.png") no-repeat;display:block;float:left;height:125px;width:125px}.buyrebump .content{background:#fff;}.buyrebump .content .bottom-bar{background:#628;height:48px;position:relative;font-size:1.428571428571429rem;color:#fff;text-align:center;line-height:48px}.buyrebump .content .bottom-bar:after,.buyrebump .content .bottom-bar:before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:90;top:100%;left:50%}.buyrebump .content .bottom-bar:after{border-color:rgba(102,34,136,0);border-width:18px;margin-left:-18px;border-top-color:#628}.buyrebump .content .bottom-bar:before{border-color:rgba(102,34,136,0);border-width:19px;margin-left:-19px;border-top-color:#628}.buyrebump .content .payment-methods{padding:0;margin:55px 0 30px;}.buyrebump .content .payment-methods:after{content:" ";clear:both;display:block}.buyrebump .content .payment-methods li{list-style:none;display:block;height:89px;float:left;background:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:2px solid #fff;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.26);-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.26);box-shadow:0 1px 2px 0 rgba(0,0,0,0.26);margin-right:9px;position:relative;}.buyrebump .content .payment-methods li a{background:url("https://static01.olx-st.com/mobile-webapp/images/desktop/experiments/logos_Web.jpg") no-repeat;width:136px;display:block;position:relative}.buyrebump .content .payment-methods li.icon-check::before{display:none}.buyrebump .content .payment-methods li.selected.icon-check::before{display:block;position:absolute;color:#ab0;right:3px;top:3px;z-index:1000}.buyrebump .content .payment-methods li.selected{border:2px solid #ab0;}.buyrebump .content .payment-methods li.selected:hover{border:2px solid #ab0}.buyrebump .content .payment-methods li:hover{border:2px solid #628}.buyrebump .content .payment-methods li:last-child{margin-right:0}.buyrebump .content .payment-methods li.sms a{background-position:center 0;height:68px;margin-top:-34px;top:50%}.buyrebump .content .payment-methods li.visa a{background-position:center -81px;height:66px;margin-top:-33px;top:50%}.buyrebump .content .payment-methods li.baloto a{background-position:center -156px;height:35px;margin-top:-18px;top:50%}.buyrebump .content .payment-methods li.efecty a{background-position:center -199px;height:37px;margin-top:-18px;top:50%}.buyrebump .content .payment-methods li.pse a{background-position:center -241px;height:76px;margin-top:-38px;top:50%}.buyrebump .content .button-select{background:#f70;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#fff;padding:15px 30px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);width:100px;display:block;margin:0 auto 40px;font-size:1.428571428571429rem;font-weight:bold}.buyrebump .content .button-select:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#fff;text-decoration:none}.buyrebump .content .disabled{background:#ccc;color:#fff;width:100px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:15px 30px;display:block;margin:0 auto 40px;font-size:1.428571428571429rem;font-weight:bold;cursor:default;}.buyrebump .content .disabled:hover{text-decoration:none;background-image:none}
.side-column .safety-tips{background:#efc;border-color:#cd7;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:10px;margin-top:20px;padding:0;}.side-column .safety-tips h2{background-color:#cfe6b5;margin:0;font-weight:normal;font-size:1rem;padding:10px 10px 10px 26px;}.side-column .safety-tips h2::before{color:#000;font-size:1.142857142857143rem;margin-left:-19px;position:absolute}.side-column .safety-tips ul{margin:0;padding:0;list-style-type:none;padding:10px;}.side-column .safety-tips ul li{font-size:.8571428571428571rem;line-height:1.3;margin-bottom:10px;padding-left:15px;}.side-column .safety-tips ul li::before{color:#890;font-size:11px;margin:1px 0 0 -15px;position:absolute}.side-column .safety-tips ul li:last-child{margin-bottom:0}
.alternative-show-simplified-reply-form fieldset.phone,.alternative-show-simplified-reply-form fieldset.email,.alternative-show-simplified-reply-form fieldset.name{display:none;}.alternative-show-simplified-reply-form fieldset.phone.visible,.alternative-show-simplified-reply-form fieldset.email.visible,.alternative-show-simplified-reply-form fieldset.name.visible{display:block}.alternative-show-simplified-reply-form #replyForm fieldset.question{display:none;}.alternative-show-simplified-reply-form #replyForm fieldset.question:not(:last-child){border-bottom:solid 1px #cc0;padding-bottom:5px}
#relateds .clm-spinner{display:block;text-align:center;padding:15px}#relateds .clm-samurai{background:#fff;border:1px solid #ededed;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin-top:10px}#relateds .clm-samurai br.clear{height:5px;display:block}#relateds .clm-samurai h2{font-size:16px;font-weight:normal;display:block;padding:10px 20px 0;margin:0}#relateds .samurai-suggestions:first-child{margin-bottom:35px}#relateds .samurai-suggestions:last-child{margin-bottom:0}#relateds .samurai-suggestions.with-carousel{position:relative}#relateds .samurai-suggestions.with-carousel .scrolling-button{opacity:1;top:82px}#relateds .samurai-suggestions.with-carousel .scrolling-button{font-size:14px;position:absolute;top:55px;height:165px;line-height:165px;z-index:2;color:#666;-webkit-transition:all 1s cubic-bezier(0,1,.5,1);-moz-transition:all 1s cubic-bezier(0,1,.5,1);-ms-transition:all 1s cubic-bezier(0,1,.5,1);-o-transition:all 1s cubic-bezier(0,1,.5,1);transition:all 1s cubic-bezier(0,1,.5,1);-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;}#relateds .samurai-suggestions.with-carousel .scrolling-button:hover{color:#000;background-color:#f9f9f9}#relateds .samurai-suggestions.with-carousel .scrolling-button.previous{left:0}#relateds .samurai-suggestions.with-carousel .scrolling-button.next{right:0}#relateds .samurai-related.clm-carrusel-box{overflow-x:auto;overflow-y:hidden;width:620px;margin-left:15px}#relateds .samurai-items{padding:0;list-style-type:none;display:block}#relateds .samurai-items:after{content:" ";clear:both;display:block}#relateds .samurai-items .samurai-item{float:left;height:200px;padding:1%;position:relative;width:15%;margin:.55%}#relateds .samurai-items .samurai-item:last-child{margin:0}#relateds .samurai-items .samurai-item h3{font-weight:normal;margin:0}#relateds .samurai-items .samurai-item a{display:block}#relateds .samurai-items .samurai-item a:hover{text-decoration:none}#relateds .samurai-items .samurai-item p,#relateds .samurai-items .samurai-item .samurai-image{display:block;margin:0;vertical-align:top}#relateds .samurai-items .samurai-item .samurai-image{border:1px solid #ccc;height:90px;position:relative;background:#fff}#relateds .samurai-items .samurai-item .samurai-image img{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}#relateds .samurai-items .samurai-item .title{color:#2965be;display:inline-block;font-size:14px;height:36px;line-height:1.25;margin:10px 0 0;overflow:hidden}#relateds .samurai-items .samurai-item .title span{color:#999;font-size:.857142857142857rem}#relateds .samurai-items .samurai-item .price{color:#000;display:inline-block;font-size:16px;font-weight:bold;height:20px}#relateds .samurai-items .samurai-item .price span{font-size:.857142857142857rem}#relateds .samurai-item.desktop-small{width:180px;display:inline-block;margin-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:8.734px;height:195px;margin-bottom:0}#relateds .samurai-item.desktop-small .samurai-image{height:100px !important}#relateds .samurai-item.desktop-small .title{font-size:14px;height:52px;overflow:hidden;width:100%;color:#607d8b}#relateds .samurai-item.desktop-small .price{font-size:14px;color:#f70}
.items-locations{position:relative;overflow:hidden;margin-bottom:15px;}.items-locations ul{margin:0;padding:0;list-style-type:none}.items-locations .locations-tabs{font-size:1rem;height:40px;}.items-locations .locations-tabs li{display:inline-block;position:relative;vertical-align:top;border-width:0;}.items-locations .locations-tabs li a.icon-close{color:#999;font-size:.5714285714285714rem;position:absolute;font-size:1.142857142857143rem;right:7px;top:7px;}.items-locations .locations-tabs li a.icon-close:hover::before{color:#000}.items-locations .locations-tabs li a.icon-close.state{color:#999}.items-locations .locations-tabs li a.icon-close.city{color:#999}.items-locations .locations-tabs li:not(:last-child){border-bottom:none;background:#e7e9ec;border-color:#ccc;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border-style:solid;border-width:1px;padding:10px 10px 10px 28px;}.items-locations .locations-tabs li:not(:last-child):after,.items-locations .locations-tabs li:not(:last-child):before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:1;left:100%;top:50%}.items-locations .locations-tabs li:not(:last-child):after{border-color:rgba(231,233,236,0);border-width:18px;margin-top:-18px;border-left-color:#e7e9ec}.items-locations .locations-tabs li:not(:last-child):before{border-color:rgba(255,255,255,0);border-width:19px;margin-top:-19px;border-left-color:#fff}.items-locations .locations-tabs li:first-child{background:#e7e9ec;border-color:#ccc;-webkit-border-radius:3px 0 0 0;-moz-border-radius:3px 0 0 0;border-radius:3px 0 0 0;border-style:none;border-width:1px;padding:10px;border-bottom:none}.items-locations .locations-tabs li:last-child{background:#fff;border-color:#ccc;-webkit-border-radius:0 3px 0 0;-moz-border-radius:0 3px 0 0;border-radius:0 3px 0 0;border-style:none;border-width:1px;padding:10px 30px 11px 28px;border-bottom:#f5f5f5}.items-locations .locations-tabs li:only-child{background:#fff;border-color:#ccc;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;border-style:none;border-width:1px;padding:10px 10px 11px 10px;border-bottom:#f5f5f5}.items-locations .locations-tabs.locations-empty{height:38px;}.items-locations .locations-tabs.locations-empty li{background:#e7e9ec;border:0 solid #ccc;}.items-locations .locations-tabs.locations-empty li .icon-close{color:#999}.items-locations .locations-tabs.locations-empty li:last-child{padding-bottom:10px}.items-locations .locations-tabs.locations-empty.locations-neighborhood li:last-child{background:#fff;border-bottom:none;padding:10px 30px 11px 28px}.items-locations .locations-tabs.locations-neighborhood{height:40px}.items-locations .locations-tabs.distance-enabled{float:left;position:relative;z-index:1;margin-right:-1px;}.items-locations .locations-tabs.distance-enabled li:last-child,.items-locations .locations-tabs.distance-enabled li:only-child{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.items-locations .locations-list{background:#fff;border-color:#ccc;-webkit-border-radius:0 3px 3px 3px;-moz-border-radius:0 3px 3px 3px;border-radius:0 3px 3px 3px;border-style:none;border-width:1px;padding:0;clear:both;}.items-locations .locations-list ul.visible-locations{padding:10px 10px 0 10px;display:block}.items-locations .locations-list.distance-enabled{-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.items-locations .locations{display:inline-block;font-size:.8571428571428571rem;margin:0 0 10px;vertical-align:top;width:24%;}.items-locations .locations span{color:#999}.items-locations .neighborhood{background:#fff;border-color:#ccc;-webkit-border-radius:0 3px 3px 3px;-moz-border-radius:0 3px 3px 3px;border-radius:0 3px 3px 3px;border-style:none;border-width:1px;padding:0;clear:both;}.items-locations .neighborhood .active-neighborhoods ul{padding:10px 10px 0;border-bottom:1px solid #ccc}.items-locations .neighborhood .active-neighborhoods .active-neighborhood{background:#999;border-color:#999;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:5px 30px 5px 5px;color:#fff;cursor:pointer;display:inline-block;font-size:.8571428571428571rem;margin:0 10px 10px 0;position:relative;}.items-locations .neighborhood .active-neighborhoods .active-neighborhood:hover{background:#000;border-color:#000}.items-locations .neighborhood .active-neighborhoods .active-neighborhood .icons{font-size:.8571428571428571rem;position:absolute;right:5px;top:3px}.items-locations .neighborhood .neighborhood-list ul.visible-neighborhoods{padding:10px 10px 0 10px;display:block}.items-locations .neighborhood .locations label{color:#333;padding:0 0 0 18px;position:relative;}.items-locations .neighborhood .locations label input{left:0;position:absolute;top:0}.items-locations .neighborhood .locations label:hover{color:#000}.items-locations .neighborhood .locations.select-all{font-weight:bold;width:100%}.items-locations .neighborhood .cancel-btn,.items-locations .neighborhood .filter-btn{cursor:pointer;display:inline-block;font-size:1rem;line-height:1;}.items-locations .neighborhood .cancel-btn.hide,.items-locations .neighborhood .filter-btn.hide{display:none}.items-locations .neighborhood .cancel-btn{background:#f5f5f5;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#000;padding:7px 10px;text-align:center;}.items-locations .neighborhood .cancel-btn:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#000;text-decoration:none}.items-locations .neighborhood .filter-btn{background-color:transparent;color:#02b875;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;font-weight:bold;border:1px solid #02b875;padding:7px 10px}.items-locations .neighborhood .filter-btn:hover{text-decoration:none;}.items-locations .neighborhood .filter-btn.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.items-locations .actions{padding:15px;}.items-locations .actions:after{content:" ";clear:both;display:block}.items-locations .actions .see{color:#666;cursor:pointer;float:right;font-size:.8571428571428571rem;padding:0 14px 0 0;position:relative;text-transform:lowercase;}.items-locations .actions .see:hover{color:#000}.items-locations .actions .see:before{font-size:.7142857142857143rem;position:absolute;right:0;top:2px}.items-locations .hidden-locations{display:none;margin:0 10px}.items-locations .geolocation-button{position:relative}.items-locations .locations-tabs ~ .geolocation-button,.items-locations .locations-tabs + .geolocation-button{margin-bottom:-1px;-webkit-border-radius:0 3px 0 0;-moz-border-radius:0 3px 0 0;border-radius:0 3px 0 0;}.items-locations .locations-tabs ~ .geolocation-button .icon,.items-locations .locations-tabs + .geolocation-button .icon{margin:8px 8px 7px}.items-locations .remove-sort-by-distance{position:absolute;top:0;right:0;display:block;width:41px;height:41px;border:solid 1px #ccc;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;text-indent:-9000px;}.items-locations .remove-sort-by-distance:before,.items-locations .remove-sort-by-distance:after{content:'';position:absolute;top:50%;left:50%;width:20px;height:1px;margin-left:-10px;background-color:#ccc;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.items-locations .remove-sort-by-distance:before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.items-locations .remove-sort-by-distance:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.items-locations .remove-sort-by-distance:hover:before,.items-locations .remove-sort-by-distance:hover:after{color:#666}.items-locations .remove-sort-by-distance:hover:before{-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg)}.items-locations .remove-sort-by-distance:hover:after{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}
#listing-nav{background:#e7e9ec;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:0;padding:0;}#listing-nav .title,#listing-nav .category-selected{display:block;margin:0;padding:10px}#listing-nav .title{border-top:1px solid #ccc;color:#000;font-size:1rem;font-weight:bold;position:relative;}#listing-nav .title:first-child{border-bottom:1px solid #ccc;border-top:none}#listing-nav .title.filter-title{border-top:1px solid #ccc;border-bottom:none;cursor:pointer;}#listing-nav .title.filter-title:first-child{border-top:none}#listing-nav .title:hover .icons::before{color:#000}#listing-nav .title .icons::before{color:#999;cursor:pointer;font-size:.8571428571428571rem;position:absolute;right:10px;top:12px}#listing-nav h2{display:block;font-size:.8571428571428571rem;font-weight:normal;margin:0;padding:0}#listing-nav a{display:block;font-size:.8571428571428571rem;padding:10px 10px;}#listing-nav a.icons::before{font-size:1.142857142857143rem}#listing-nav a.icon-arrow-left::before{font-size:.8571428571428571rem;margin-right:9px}#listing-nav a:hover{text-decoration:none}#listing-nav .category-selected{background:#607d8b;color:#fff;position:relative;display:block;padding-left:40px;font-size:.8571428571428571rem;}#listing-nav .category-selected .count{font-size:.7142857142857143rem}#listing-nav .category-selected.arrow:after{left:10px;bottom:-11px;position:absolute;display:inline-block;border-color:#607d8b transparent transparent;border-image:none;border-style:solid;border-width:5px 6px 6px;content:""}#listing-nav .category-selected.icons-material::before{font-size:22px;margin:-5px 0 0 -30px;position:absolute}#listing-nav .sub-categories{background:#fff;margin:0;padding:0;list-style-type:none;}#listing-nav .sub-categories h2{display:inline-block}#listing-nav .sub-categories li:hover{-webkit-box-shadow:0 0 0 1px #607d8b inset;-moz-box-shadow:0 0 0 1px #607d8b inset;box-shadow:0 0 0 1px #607d8b inset;}#listing-nav .sub-categories li:hover a,#listing-nav .sub-categories li:hover .count{color:#999;text-decoration:none}#listing-nav .categories-link{border-bottom:1px solid #ccc}#listing-nav .count{color:#999;font-size:.8571428571428571rem}
.alternative-show-simplified-reply-form fieldset.phone,.alternative-show-simplified-reply-form fieldset.email,.alternative-show-simplified-reply-form fieldset.name{display:none;}.alternative-show-simplified-reply-form fieldset.phone.visible,.alternative-show-simplified-reply-form fieldset.email.visible,.alternative-show-simplified-reply-form fieldset.name.visible{display:block}.alternative-show-simplified-reply-form #replyForm fieldset.question{display:none;}.alternative-show-simplified-reply-form #replyForm fieldset.question:not(:last-child){border-bottom:solid 1px #cc0;padding-bottom:5px}#listing-contact-form{background:#fe7;border-color:#cc0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border-style:solid;border-width:1px;padding:0 10px 0 10px;display:none;margin-bottom:20px;position:relative;}#listing-contact-form .icons:before{font-size:1.428571428571429rem;margin:0 5px 5px}#listing-contact-form .errors{color:#c33;display:inline-block;margin-top:8px;text-align:center;width:100%}#listing-contact-form .error{font-size:.8571428571428571rem;text-align:center;width:100%}#listing-contact-form .user-column{float:left;}#listing-contact-form .user-column p{font-size:1.142857142857143rem;font-weight:bold;margin-bottom:0;}#listing-contact-form .user-column p:first-child{margin-top:0}#listing-contact-form .user-column p.user-name,#listing-contact-form .user-column p.user-phone{font-size:1.428571428571429rem}#listing-contact-form .user-column p.hint{font-weight:normal;font-size:.8571428571428571rem;margin-top:5px}#listing-contact-form .user-column span{margin-top:10px;font-size:.8571428571428571rem}#listing-contact-form .user-column:nth-of-type(1){margin:0 20px 0 5px}#listing-contact-form .column-submit{float:right !important;height:50px;margin-right:11px;}#listing-contact-form .column-submit input[type="submit"]{background:#f70;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#fff;padding:10px 15px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);font-size:1.428571428571429rem;float:right;}#listing-contact-form .column-submit input[type="submit"]:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#fff;text-decoration:none}#listing-contact-form .column-submit input[type="submit"]:disabled{background:#ccc;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#999;padding:10px 0;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}#listing-contact-form .column-submit input[type="submit"]:disabled:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#999;text-decoration:none}#listing-contact-form .column-submit p.replySuccess{background:#ef8;border-color:#ef8;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:0;padding:10px 5px 10px 40px;color:#000;font-size:1rem;position:relative;top:-16px;width:198px;}#listing-contact-form .column-submit p.replySuccess:before{color:#ab0;font-size:1.428571428571429rem;left:5px;position:absolute}#listing-contact-form .column-submit p.replySuccess span{color:#607d8b;cursor:pointer;display:block;margin-top:5px;}#listing-contact-form .column-submit p.replySuccess span:hover{text-decoration:underline}#listing-contact-form form fieldset{border:0 none;font-size:.8571428571428571rem;margin:10px 0;padding:0;}#listing-contact-form form fieldset.error textarea,#listing-contact-form form fieldset.error input[type="text"]{border-color:#c33}#listing-contact-form form fieldset.submit{margin:0}#listing-contact-form form .column:nth-of-type(1){padding:0 10px}#listing-contact-form form .column{float:left;width:334px;padding:0 5px}#listing-contact-form form textarea{display:block;height:125px}#listing-contact-form form input[type="text"]{height:20px}#listing-contact-form form textarea,#listing-contact-form form input[type="text"]{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:1px solid #ccc;font-size:1rem;padding:10px;resize:none;width:92%}#listing-contact-form form .disclaimer p{font-size:.8571428571428571rem;font-weight:normal;float:right;margin:10px 11px 0 0;text-align:right;width:100%}
.item-location{margin:20px 0;}.item-location:after{content:" ";clear:both;display:block}.item-location .box{background:#fff;border-color:#ccc;-webkit-border-radius:none;-moz-border-radius:none;border-radius:none;border-style:solid;border-width:1px;padding:15px;}.item-location .box .icon-pin{margin:0 0 15px 0;}.item-location .box .icon-pin::before{font-size:1.714285714285714rem;margin:-5px 10px 0 0;color:#d14836}.item-location .box .icon-zoom::before{font-size:1.142857142857143rem;margin-right:5px}.item-location .box p{margin:5px 0 0 35px}.item-location .box.hasmap{float:left;min-height:131px;width:275px}.item-location .map{background:#fff;border-color:#ccc;-webkit-border-radius:none;-moz-border-radius:none;border-radius:none;border-style:solid;border-width:1px;padding:0;float:right;height:161px;width:302px;}.item-location .map .area{border:2px solid #628;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:120px;width:120px;margin:18px 0 0 95px;position:absolute;}.item-location .map .area .background{background:#628;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:100%;width:100%;opacity:.2}
.listing-tabs{border-bottom:1px solid #ccc;}.listing-tabs:after{content:" ";clear:both;display:block}.listing-tabs .order-by{float:right;margin-top:5px;}.listing-tabs .order-by fieldset{border:none;margin:0;padding:0}.listing-tabs .order-by label{color:#666;text-transform:lowercase}.listing-tabs .tabs{float:left;height:33px;margin:0;padding:0;list-style-type:none;}.listing-tabs .tabs li{display:inline-block;margin-right:10px;vertical-align:top;}.listing-tabs .tabs li:last-child{margin-right:0}.listing-tabs .tabs li a,.listing-tabs .tabs li span{border-color:#ccc;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;border-style:solid solid none;border-width:1px 1px 0;color:#999;display:block;line-height:2.3;padding:0 10px;}.listing-tabs .tabs li a.active,.listing-tabs .tabs li span.active{color:#000;height:32px;border-bottom:1px solid #eceff1}.listing-tabs .tabs li a::before,.listing-tabs .tabs li span::before{font-size:1.714285714285714rem;margin-right:5px}.listing-tabs .tabs li a:hover{color:#000;border-color:#999;text-decoration:none}.listing-tabs .remove-sort-by-distance{float:right;line-height:33px}
.item-info{color:#999;font-size:.8571428571428571rem;margin:0;padding:0;list-style-type:none;margin:10px 0;}.item-info li{display:inline-block;magin-left:10px;vertical-align:middle;}.item-info li:first-child{margin-right:10px;}.item-info li:first-child::before{margin-right:5px}.item-info .icons::before{font-size:1.142857142857143rem;margin-bottom:2px}
.description-title{font-size:1.428571428571429rem;margin:0 0 20px 0}.item-description{margin:20px 0;}.item-description:after{content:" ";clear:both;display:block}.item-description .exchange{background:#fe7;color:#000;font-weight:bold;padding:3px 7px;display:inline-block;margin:0 0 20px 0;border:1px solid #ccc}.item-description .text{float:left;line-height:1.5;white-space:pre-wrap;}.item-description .text.with-optionals{max-width:365px}.item-description .text p{margin:0}.item-description .optionals{float:right;min-width:210px;margin:0;padding:0;list-style-type:none;}.item-description .optionals li{padding:7px;}.item-description .optionals li:after{content:" ";clear:both;display:block}.item-description .optionals li:nth-child(odd){background-color:#f5f5f5}.item-description .optionals li span{font-size:.8571428571428571rem;float:right;}.item-description .optionals li span:first-child{float:left}
#item-actions{background:#f5f5f5;border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top:1px solid #ccc;padding:10px 20px;width:auto;}#item-actions:after{content:" ";clear:both;display:block}#item-actions .social-sharing{float:left;}#item-actions .social-sharing p{color:#000;display:inline-block;margin:8px 8px 0 0;vertical-align:top}#item-actions .social-sharing ul{display:inline-block;margin:0;padding:0;list-style-type:none;margin-top:3px;}#item-actions .social-sharing ul li{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:28px;width:28px;float:left;font-size:1.142857142857143rem;}#item-actions .social-sharing ul li:not(:last-child){margin-right:10px}#item-actions .social-sharing ul li.button-fb{background:#306199}#item-actions .social-sharing ul li.button-twitter{background:#30c4f1}#item-actions .social-sharing ul li.button-googleplus{background:#cf2a1b;}#item-actions .social-sharing ul li.button-googleplus a::before{margin-left:2px}#item-actions .social-sharing ul li a{color:#fff;display:block;margin:5px 0 0 6px;}#item-actions .social-sharing ul li a::before{font-size:1rem;margin:-2px 0 0 1px}#item-actions .actions{float:right;margin-top:8px;}#item-actions .actions a{background:#f5f5f5;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#000;padding:6px 15px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);text-shadow:0 1px 0 #fff;font-size:.8571428571428571rem;margin-left:10px;}#item-actions .actions a:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#000;text-decoration:none}#item-actions .actions a:active{background:#f5f5f5;border-color:#999}
.image-gallery{position:relative;}.image-gallery:after{content:" ";clear:both;display:block}.image-gallery p.soldad .icon-check-round{color:#ec0}.image-gallery p.soldad em{background:#ec0;color:#fff;font-size:10px;font-weight:bold;left:0;padding:0 20px 0 30px;position:absolute;height:20px;line-height:20px;text-transform:uppercase;font-style:normal;font-size:1rem}.image-gallery p.soldad em:after{border-color:#ec0 transparent #ec0 #ec0;border-style:solid;border-width:10px;bottom:0;content:" ";height:0;position:absolute;right:-10px;width:0}.image-gallery p.featuredad .icon-star-circle{color:#890}.image-gallery p.featuredad em{background:#ab0;color:#fff;font-size:10px;font-weight:bold;left:0;padding:0 20px 0 30px;position:absolute;height:20px;line-height:20px;text-transform:uppercase;font-style:normal;}.image-gallery p.featuredad em:after{border-color:#ab0 transparent #ab0 #ab0;border-style:solid;border-width:10px;bottom:0;content:" ";height:0;position:absolute;right:-10px;width:0}.image-gallery p.featuredad,.image-gallery p.soldad{height:20px;left:-13px;position:absolute;top:0;}.image-gallery p.featuredad i,.image-gallery p.soldad i{font-size:26px;left:0;position:absolute;top:-7px;z-index:10;}.image-gallery p.featuredad i:before,.image-gallery p.soldad i:before{background:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:2px solid #fff}.image-gallery p.featuredad em,.image-gallery p.soldad em{left:24px;padding-left:22px;position:absolute;text-align:center;top:0;width:120px;z-index:1}.image-gallery .image-wrapper{border:1px solid #ccc;position:relative;}.image-gallery .image-wrapper .item-image{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.image-gallery .image-viewer{background:#fafafa;float:left;height:400px;margin:0;width:538px;display:table;cursor:pointer;}.image-gallery .image-viewer .icons{display:none;position:relative;text-align:center;vertical-align:middle;z-index:10;}.image-gallery .image-viewer .icons::before{background:rgba(0,0,0,0.4);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;color:#fff;font-size:30px;padding:20px}.image-gallery .image-viewer:hover .icons{display:table-cell}.image-gallery .image-navigator{float:right;height:403px;width:67px;}.image-gallery .image-navigator .icons{background:#f5f5f5;border:1px solid #ccc;color:#999;display:block;text-align:center;}.image-gallery .image-navigator .icons:hover{background:#fff;border:1px solid #999;}.image-gallery .image-navigator .icons:hover::before{color:#000}.image-gallery .image-navigator .icons::before{font-size:.8571428571428571rem}.image-gallery .image-navigator .icons.icon-arrow-up::before{margin-top:-4px}.image-gallery .image-navigator .thumbnail{height:367px;overflow-y:hidden;position:relative;}.image-gallery .image-navigator .thumbnail .thumbnail-wrapper{left:2px;position:absolute;top:0}.image-gallery .image-navigator .thumbnail figure{border:1px #ccc solid;cursor:pointer;display:inline-block;height:61px;margin:4px auto;position:relative;width:61px;}.image-gallery .image-navigator .thumbnail figure:hover,.image-gallery .image-navigator .thumbnail figure.active{border:1px #607d8b solid;outline:2px #607d8b solid}.image-gallery .image-navigator .thumbnail figure img{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.image-gallery .single{width:616px}.image-gallery .icon-photo{text-align:center;}.image-gallery .icon-photo::before{color:#ccc;font-size:230px;line-height:400px}
#listing-filters > span{display:block;margin:0;padding:10px}#listing-filters .filter{display:block;padding:0 10px 10px;}#listing-filters .filter.range .text-field{display:inline-block;margin-right:5px;vertical-align:middle;width:60px}#listing-filters .filter.range .button{background:#b9c6cc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;color:#fff;height:36px;line-height:1;text-align:center;width:36px}#listing-filters .filter.check-box label,#listing-filters .filter.radio label,#listing-filters .filter.check-box .link-range,#listing-filters .filter.radio .link-range{color:#607d8b;cursor:pointer;display:block;font-size:.8571428571428571rem;padding:5px 0;}#listing-filters .filter.check-box label input,#listing-filters .filter.radio label input,#listing-filters .filter.check-box .link-range input,#listing-filters .filter.radio .link-range input{vertical-align:bottom;position:relative;top:-1px;}#listing-filters .filter.check-box label input[type="radio"],#listing-filters .filter.radio label input[type="radio"],#listing-filters .filter.check-box .link-range input[type="radio"],#listing-filters .filter.radio .link-range input[type="radio"]{margin-right:.1em}#listing-filters .filter .clean-filters{color:#607d8b;cursor:pointer;font-size:.8571428571428571rem;}#listing-filters .filter .clean-filters:hover{text-decoration:underline}
#item-contact-form{background:#fe7;border-color:#cc0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:15px 20px;position:relative;}#item-contact-form:after,#item-contact-form:before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:1;left:100%;top:50%}#item-contact-form:after{border-color:rgba(255,255,255,0);border-width:30px;margin-top:-30px;border-left-color:#fff}#item-contact-form:before{border-color:rgba(204,204,204,0);border-width:31px;margin-top:-31px;border-left-color:#ccc}#item-contact-form::before,#item-contact-form::after{left:-22px;top:150px}#item-contact-form.sold:before,#item-contact-form.sold:after{top:45px}#item-contact-form .icons:before{font-size:1.428571428571429rem;margin:0 5px 5px}#item-contact-form .user-info{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}#item-contact-form .user-info p{font-size:1.142857142857143rem;font-weight:bold;margin-bottom:0;}#item-contact-form .user-info p:first-child{margin-top:0}#item-contact-form .user-info p.user-name{padding-left:30px;position:relative;}#item-contact-form .user-info p.user-name::before{position:absolute;right:89%;top:-3px}#item-contact-form .user-info p.user-phone{font-size:1.428571428571429rem;line-height:1.714285714285714rem;}#item-contact-form .user-info p.user-phone .show-phone{background:#890;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#fff;padding:0 .5em;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);display:inline-block;margin:-1px 0 -1px .5em;font-size:.8571428571428571rem;line-height:1.714285714285714rem;font-weight:normal;vertical-align:top}#item-contact-form .user-info p.user-phone .show-phone:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#fff;text-decoration:none}#item-contact-form .user-info p.hint{font-weight:normal;font-size:.8571428571428571rem}#item-contact-form .user-info span{font-size:.8571428571428571rem;display:block}#item-contact-form .user-info.with-profile-photo{padding-left:10px;display:inline-block;width:195px;min-height:60px;}#item-contact-form .user-info.with-profile-photo p{font-size:1rem;margin:7px 0 0 0;font-weight:normal;}#item-contact-form .user-info.with-profile-photo p:first-child{margin:0}#item-contact-form .user-info.with-profile-photo span{font-size:.8571428571428571rem;display:block;margin:7px 0 0 0}#item-contact-form .user-info.with-profile-photo .icon-fb-round{position:relative;padding-left:20px;font-size:.8571428571428571rem;color:#306199;font-weight:normal;}#item-contact-form .user-info.with-profile-photo .icon-fb-round:before{font-size:18px;position:absolute;left:0;top:-2px}#item-contact-form .user-info.with-profile-photo .user-phone{position:relative;padding-left:20px;font-size:1.142857142857143rem;}#item-contact-form .user-info.with-profile-photo .user-phone:before{font-size:18px;position:absolute;left:0;top:-2px}#item-contact-form .hint{margin:15px 0 5px;display:inline-block;font-size:.8571428571428571rem}#item-contact-form .profile-photo{width:60px;height:60px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-size:cover;background-repeat:no-repeat;float:left}#item-contact-form form fieldset{border:0 none;font-size:.8571428571428571rem;margin:10px 0;padding:0;}#item-contact-form form fieldset.error textarea,#item-contact-form form fieldset.error input[type="text"]{border-color:#c33}#item-contact-form form .error span{color:#c33;display:inline-block;font-size:.8571428571428571rem;margin-top:5px}#item-contact-form form textarea{display:block;height:80px}#item-contact-form form input[type="text"]{height:20px}#item-contact-form form textarea,#item-contact-form form input[type="text"]{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:1px solid #ccc;font-size:1rem;padding:10px;resize:none;width:92%}#item-contact-form form input[type="submit"]{background:#f70;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#fff;padding:10px 0;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);font-size:1.428571428571429rem;width:100%;}#item-contact-form form input[type="submit"]:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#fff;text-decoration:none}#item-contact-form form input[type="submit"]:disabled{background:#ccc;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#999;padding:10px 0;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}#item-contact-form form input[type="submit"]:disabled:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#999;text-decoration:none}#item-contact-form form input[type="submit"].green{background-color:#890}#item-contact-form form p.replySuccess{background:#ef8;border-color:#ef8;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:0;padding:10px 5px 10px 40px;color:#000;font-size:1rem;position:relative;}#item-contact-form form p.replySuccess:before{color:#ab0;font-size:1.428571428571429rem;left:5px;position:absolute}#item-contact-form form p.replySuccess span{color:#607d8b;cursor:pointer;display:block;padding-top:3px;}#item-contact-form form p.replySuccess span:hover{text-decoration:underline}#item-contact-form .disclaimer p{font-size:.8571428571428571rem}
#breadcrumb,#listing-breadcrumb{background-color:#eceff1;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;padding:20px 20px 0;color:#000;font-size:.8571428571428571rem;}#breadcrumb:after,#listing-breadcrumb:after{content:" ";clear:both;display:block}#breadcrumb a,#listing-breadcrumb a,#breadcrumb p,#listing-breadcrumb p{padding:5px 0;vertical-align:middle}#breadcrumb .breadcrumb-navigation,#listing-breadcrumb .breadcrumb-navigation{float:left;padding:0 0 6px;}#breadcrumb .breadcrumb-navigation a,#listing-breadcrumb .breadcrumb-navigation a,#breadcrumb .breadcrumb-navigation span,#listing-breadcrumb .breadcrumb-navigation span,#breadcrumb .breadcrumb-navigation .count,#listing-breadcrumb .breadcrumb-navigation .count{display:inline-block;vertical-align:middle}#breadcrumb .breadcrumb-navigation a,#listing-breadcrumb .breadcrumb-navigation a{font-size:.8571428571428571rem;}#breadcrumb .breadcrumb-navigation a::before,#listing-breadcrumb .breadcrumb-navigation a::before{vertical-align:baseline;line-height:initial}#breadcrumb .breadcrumb-navigation .count,#listing-breadcrumb .breadcrumb-navigation .count{color:#999}#breadcrumb .breadcrumb-navigation .icon-arrow:before,#listing-breadcrumb .breadcrumb-navigation .icon-arrow:before{font-size:.5714285714285714rem;margin:0 4px}#breadcrumb .back-to-results a,#listing-breadcrumb .back-to-results a{font-size:.8571428571428571rem;height:28px;display:inline-block;}#breadcrumb .back-to-results a.icon-arrow-left:before,#listing-breadcrumb .back-to-results a.icon-arrow-left:before{font-size:.5714285714285714rem;margin:0 4px 3px 0}#breadcrumb .breadcrumb-pagination,#listing-breadcrumb .breadcrumb-pagination{float:right;}#breadcrumb .breadcrumb-pagination a::before,#listing-breadcrumb .breadcrumb-pagination a::before{color:#999;display:inline-block;padding:0 6px;font-size:1rem}#breadcrumb .breadcrumb-pagination a:hover::before,#listing-breadcrumb .breadcrumb-pagination a:hover::before{color:#000}#breadcrumb .breadcrumb-pagination a.disable::before,#listing-breadcrumb .breadcrumb-pagination a.disable::before{color:#ccc;cursor:default}#breadcrumb .breadcrumb-pagination a.disable:hover,#listing-breadcrumb .breadcrumb-pagination a.disable:hover{color:#ccc}#breadcrumb .breadcrumb-pagination a[rel="prev"],#listing-breadcrumb .breadcrumb-pagination a[rel="prev"]{border-right:1px solid #ccc}#breadcrumb .breadcrumb-pagination p,#listing-breadcrumb .breadcrumb-pagination p{display:inline-block;margin:0}
#listing-nav .parent-categories{margin:0;padding:0;list-style-type:none;border-bottom:1px solid #ccc;}#listing-nav .parent-categories:after{content:" ";clear:both;display:block}#listing-nav .parent-categories li a{display:block;line-height:1.4;font-size:.8571428571428571rem;padding:4px 0 4px 40px;}#listing-nav .parent-categories li a span{white-space:nowrap;display:block}#listing-nav .parent-categories li a:hover{text-decoration:none;background-color:#607d8b;color:#fff;}#listing-nav .parent-categories li a:hover::before,#listing-nav .parent-categories li a:hover .count{color:#fff}#listing-nav .parent-categories li a::before{position:absolute;font-size:22px;margin:2px 0 0 -30px}#listing-nav .parent-categories li a .count{color:#999;display:block;font-size:.7142857142857143rem}
#items-pagination{display:inline-block;width:100%;}#items-pagination .items-paginations-buttons{margin-bottom:10px;}#items-pagination .items-paginations-buttons .pagination-button{display:inline-block;font-size:1.428571428571429rem;font-weight:bold;height:33px;}#items-pagination .items-paginations-buttons .pagination-button.next{background-color:#02b875;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;padding:10px 0 4px;}#items-pagination .items-paginations-buttons .pagination-button.next:hover{text-decoration:none;}#items-pagination .items-paginations-buttons .pagination-button.next.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}#items-pagination .items-paginations-buttons .pagination-button.next:last-child{width:606px}#items-pagination .items-paginations-buttons .pagination-button.next:hover{background-color:#01945e}#items-pagination .items-paginations-buttons .pagination-button.previous{background:#f5f5f5;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#000;padding:10px 0 3px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);}#items-pagination .items-paginations-buttons .pagination-button.previous:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#000;text-decoration:none}#items-pagination .items-paginations-buttons .pagination-button.previous:first-child{margin-right:10px;width:100px;font-weight:normal;text-shadow:0 1px 0 #fff}#items-pagination .items-paginations-buttons .pagination-button.next:only-child,#items-pagination .items-paginations-buttons .pagination-button.previous:only-child{width:718px}#items-pagination .items-paginations-numbers{text-align:center;margin:0;padding:0;list-style-type:none;}#items-pagination .items-paginations-numbers li{display:inline-block;margin-right:5px;}#items-pagination .items-paginations-numbers li .pagination-arrow,#items-pagination .items-paginations-numbers li .pagination-number{font-size:1rem;margin:5px 0;padding:2px 7px}#items-pagination .items-paginations-numbers li .pagination-arrow{color:#999;}#items-pagination .items-paginations-numbers li .pagination-arrow:hover{color:#000}#items-pagination .items-paginations-numbers li .pagination-arrow.disable{color:#ccc}#items-pagination .items-paginations-numbers li .pagination-arrow.icon-arrow-right:before{margin-top:-4px}#items-pagination .items-paginations-numbers li .pagination-number{font-weight:bold;}#items-pagination .items-paginations-numbers li .pagination-number:hover{background:#607d8b;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;color:#fff;text-decoration:none}#items-pagination .items-paginations-numbers li.current{background:#999;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;color:#fff;margin:5px;padding:2px 7px}
.items-list-ig{margin:0;padding:0;list-style-type:none;display:block;margin:10px 0;}.items-list-ig:after{content:" ";clear:both;display:block}.items-list-ig .title{display:block;float:left;width:100%;padding:20px 10px 5px 0;font-size:1.142857142857143rem}.items-list-ig .item{background:#fff;border-color:#ccc;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border-style:solid;border-width:1px;padding:10px;float:left;height:274px;position:relative;width:211px;margin:0 10px 10px 0;}.items-list-ig .item:nth-child(3n){margin-right:0}.items-list-ig .item.highlighted{border:1px solid #02b875}.items-list-ig .item:hover{border:1px solid #ccc;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,0.1);-moz-box-shadow:0 0 2px 2px rgba(0,0,0,0.1);box-shadow:0 0 2px 2px rgba(0,0,0,0.1);z-index:50}.items-list-ig .item h3{font-weight:normal;margin:0}.items-list-ig .item a{display:block;}.items-list-ig .item a:hover{text-decoration:none}.items-list-ig .item p,.items-list-ig .item .items-image{display:block;margin:0;vertical-align:top}.items-list-ig .item .items-image{background-color:#fff;border:1px solid #ccc;height:160px;position:relative;width:210px;}.items-list-ig .item .items-image img{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.items-list-ig .item .items-info{font-size:1.142857142857143rem;height:40px;line-height:1.25;margin:10px 0 0;overflow:hidden;}.items-list-ig .item .items-info span{color:#999;font-size:.8571428571428571rem}.items-list-ig .item .items-price{color:#000;font-size:1.142857142857143rem;font-weight:bold;height:20px;margin:5px 0;}.items-list-ig .item .items-price span{font-size:.8571428571428571rem}.items-list-ig .item .items-date,.items-list-ig .item .items-optional{color:#999;font-size:.8571428571428571rem}.items-list-ig .item .items-optional{display:inline-block;}.items-list-ig .item .items-optional.mileage::before{content:" - "}.items-list-ig .item .optionals{margin:5px 0;color:#999;font-size:0;}.items-list-ig .item .optionals .optional{display:inline-block;padding:0 .5em;font-size:.8571428571428571rem;}.items-list-ig .item .optionals .optional:first-child{padding-left:0}.items-list-ig .item .optionals .optional:last-child{padding-right:0}.items-list-ig .item .optionals .optional.icons-material::before{float:right;margin-left:.25em;font-size:1.142857142857143rem}.items-list-ig .item .displayLocation{margin:5px 0;color:#999;font-size:.8571428571428571rem}.items-list-ig .item p.soldad .icon-check-round{color:#ec0}.items-list-ig .item p.soldad em{background:#ec0;color:#fff;font-size:10px;font-weight:bold;left:0;padding:0 20px 0 30px;position:absolute;height:20px;line-height:20px;text-transform:uppercase;font-style:normal;}.items-list-ig .item p.soldad em:after{border-color:#ec0 transparent #ec0 #ec0;border-style:solid;border-width:10px;bottom:0;content:" ";height:0;position:absolute;right:-10px;width:0}.items-list-ig .item p.featuredad .icon-star-circle{color:#890}.items-list-ig .item p.featuredad em{background:#02b875;color:#fff;font-size:10px;font-weight:bold;left:0;padding:0 20px 0 30px;position:absolute;height:20px;line-height:20px;text-transform:uppercase;font-style:normal;}.items-list-ig .item p.featuredad em:after{border-color:#02b875 transparent #02b875 #02b875;border-style:solid;border-width:10px;bottom:0;content:" ";height:0;position:absolute;right:-10px;width:0}.items-list-ig .item p.featuredad,.items-list-ig .item p.soldad{position:absolute;left:0;top:5px;height:20px;}.items-list-ig .item p.featuredad i,.items-list-ig .item p.soldad i{display:none;font-size:26px;position:absolute;z-index:10;top:-7px;left:0;}.items-list-ig .item p.featuredad i:before,.items-list-ig .item p.soldad i:before{border:2px solid #fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#fff}.items-list-ig .item p.featuredad em,.items-list-ig .item p.soldad em{top:130px;left:21px;padding:3px 14px;position:absolute;text-align:center;font-size:.8571428571428571rem;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}.items-list-ig .item p.featuredad em:after,.items-list-ig .item p.soldad em:after{display:none}
.items-list{margin:0;padding:0;list-style-type:none;border-bottom:1px solid #ccc;display:block;margin:10px 0;}.items-list .title{display:block;border-top:1px solid #ccc;padding:20px 10px 5px 0;font-size:1.142857142857143rem}.items-list .item-contact-form{display:none}.items-list .item{background:#fff;border-color:#ccc;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border-style:solid;border-width:1px;padding:10px;border-bottom-color:#fff;position:relative;overflow:hidden;}.items-list .item.featuredad .items-date,.items-list .item.soldad .items-date,.items-list .item.featuredad .items-price,.items-list .item.soldad .items-price,.items-list .item.featuredad .items-info,.items-list .item.soldad .items-info{padding-top:30px}.items-list .item.highlighted{border:1px solid #02b875;}.items-list .item.highlighted + .item{border-top:0}.items-list .item:hover{border:1px solid #ccc;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,0.1);-moz-box-shadow:0 0 2px 2px rgba(0,0,0,0.1);box-shadow:0 0 2px 2px rgba(0,0,0,0.1);z-index:50}.items-list .item a{display:block;text-decoration:none}.items-list .item h3{font-weight:normal;margin:0;display:block}.items-list .item p,.items-list .item .items-info,.items-list .item .items-image{display:inline-block;vertical-align:top}.items-list .item .quick-reply{float:right;margin:0;}.items-list .item .quick-reply .spinner{position:absolute;right:139px;top:94px}.items-list .item .quick-reply .reply-seller{background:#ab0;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px 3px 3px 3px;-moz-border-radius:3px 3px 3px 3px;border-radius:3px 3px 3px 3px;border-style:solid;border-width:1px;color:#fff;padding:15px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);border:none;font-size:.8571428571428571rem;float:right;line-height:1;margin-top:-42px;}.items-list .item .quick-reply .reply-seller:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#fff;text-decoration:none}.items-list .item .quick-reply .reply-seller .icons{float:right;margin-top:-1px;margin-left:10px}.items-list .item .quick-reply .reply-seller.close{background-color:#889700}.items-list .item .items-image{background-color:#fff;border:1px solid #ccc;height:110px;line-height:95px;margin:0;padding:0;position:relative;text-align:center;width:141px;}.items-list .item .items-image.lines:after,.items-list .item .items-image.lines:before{background:#ccc;content:"";position:absolute;width:1px;}.items-list .item .items-image.lines:after:before,.items-list .item .items-image.lines:before:before{height:96%}.items-list .item .items-image.lines:after:after,.items-list .item .items-image.lines:before:after{height:92%}.items-list .item .items-image.lines:before{height:96%;top:2%}.items-list .item .items-image.lines:after{height:92%;top:4%}.items-list .item .items-image.lines:before{right:-3px}.items-list .item .items-image.lines:after{right:-5px}.items-list .item .items-image.icon-photo{color:#ccc;font-size:4.571428571428571rem}.items-list .item .items-image img{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.items-list .item .items-info{font-size:1.142857142857143rem;padding:10px 10px 0 15px;width:340px;}.items-list .item .items-info span{color:#999;font-size:.8571428571428571rem;text-transform:capitalize}.items-list .item .items-info .optionals{padding:5px 0 0;color:#999;font-size:0;}.items-list .item .items-info .optionals .optional{display:inline-block;padding:0 .5em;font-size:.8571428571428571rem;text-transform:none;}.items-list .item .items-info .optionals .optional:first-child{padding-left:0}.items-list .item .items-info .optionals .optional:last-child{padding-right:0}.items-list .item .items-info .optionals .optional.icons-material::before{float:right;margin-left:.25em;font-size:1.142857142857143rem}.items-list .item .items-info .displayLocation{text-transform:none}.items-list .item .items-price{color:#000;font-size:1.142857142857143rem;font-weight:bold;width:140px}.items-list .item .items-date{color:#999;font-size:.8571428571428571rem;width:50px;text-align:right}.items-list .item .items-price,.items-list .item .items-date{margin:0;padding-top:10px}.items-list .item .items-distance{padding:.5em 0 0 158px;margin-top:-1.5em;color:#999;font-size:.8571428571428571rem;line-height:1em}.items-list .item p.featuredad .icon-star-circle{color:#890}.items-list .item p.featuredad i:before{background:#fff}.items-list .item p.featuredad em{background:#02b875;color:#fff;font-size:10px;font-weight:bold;left:0;padding:0 20px 0 30px;position:absolute;height:20px;line-height:20px;text-transform:uppercase;font-style:normal;}.items-list .item p.featuredad em:after{border-color:#02b875 transparent #02b875 #02b875;border-style:solid;border-width:10px;bottom:0;content:" ";height:0;position:absolute;right:-10px;width:0}.items-list .item p.soldad .icon-check-round{color:#ec0}.items-list .item p.soldad i:before{background:#fff}.items-list .item p.soldad em{background:#ec0;color:#fff;font-size:10px;font-weight:bold;left:0;padding:0 20px 0 30px;position:absolute;height:20px;line-height:20px;text-transform:uppercase;font-style:normal;}.items-list .item p.soldad em:after{border-color:#ec0 transparent #ec0 #ec0;border-style:solid;border-width:10px;bottom:0;content:" ";height:0;position:absolute;right:-10px;width:0}.items-list .item p.soldad,.items-list .item p.featuredad{height:20px;left:138px;position:absolute;top:-3px;}.items-list .item p.soldad i,.items-list .item p.featuredad i{display:none;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;font-size:26px;left:0;position:absolute;top:-10px;z-index:10;}.items-list .item p.soldad i:before,.items-list .item p.featuredad i:before{border:2px solid #fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.items-list .item p.soldad em,.items-list .item p.featuredad em{left:30px;font-size:.8571428571428571rem;position:absolute;top:0;white-space:nowrap;padding:3px 14px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}.items-list .item p.soldad em:after,.items-list .item p.featuredad em:after{display:none}.items-list.staticsearch a .description{color:#000;font-size:1rem;padding:.5rem 0}.noresults{background:#ffc;border-color:#cc0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:20px;font-size:1.142857142857143rem}
.item-price{background-color:#628;color:#fff;height:60px;padding:10px 15px 10px 20px;position:relative;}.item-price + #item-contact-form{border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.item-price:after,.item-price:before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:0;right:100%;top:50%}.item-price:after{border-color:rgba(102,34,136,0);border-width:40px;margin-top:-40px;border-right-color:#628}.item-price:before{border-color:rgba(204,204,204,0);border-width:41px;margin-top:-41px;border-right-color:#ccc}.item-price p{font-size:1rem;margin:0;}.item-price p:first-child{font-size:2.285714285714286rem;font-weight:bold}.item-price p:only-child{margin-top:11px}.price-type{color:#7f7869;display:block;font-size:13px;font-weight:normal}.price-negotiable{color:#fff;font-size:14px}
#item-page:after{content:" ";clear:both;display:block}#item-page .item-main-wrapper{float:left;width:660px}#item-page .side-column{float:right;width:300px}
#listing-items{float:right;width:720px}.listing-side{float:left;width:240px}
#item-content{background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:0;margin-bottom:20px;position:relative;}#item-content:after{top:265px}#item-content:before{top:266px}#item-content > div:first-child{padding:0 20px}#item-content > div .item-title{font-size:1.857142857142857rem;padding-right:40px;margin:20px 0}#item-content .posting{display:inline-block;font-size:1.142857142857143rem;padding:15px 20px;margin:5px 0 25px 160px}#item-content p.featuredad{height:20px;left:-15px;position:absolute;top:-24px;}#item-content p.featuredad i{background:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);box-shadow:0 0 5px rgba(0,0,0,0.3);font-size:27px;left:0;position:absolute;top:-7px;z-index:10;}#item-content p.featuredad i.icon-star-circle{color:#890}#item-content p.featuredad i:before{border:2px solid #fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#fff}#item-content p.featuredad em{background:#ab0;color:#fff;font-size:10px;font-weight:bold;left:0;padding:0 20px 0 30px;position:absolute;height:20px;line-height:20px;text-transform:uppercase;font-style:normal;left:24px;padding-left:22px;position:absolute;text-align:center;top:0;width:150px;font-size:.8571428571428571rem}#item-content p.featuredad em:after{border-color:#ab0 transparent #ab0 #ab0;border-style:solid;border-width:10px;bottom:0;content:" ";height:0;position:absolute;right:-10px;width:0}
#breadcrumb.item-page{color:#607d8b;}#breadcrumb.item-page .back-to-results{border-right:solid 1px #ccc;float:left;padding-right:10px;margin-right:8px;}#breadcrumb.item-page .back-to-results a{height:auto}#breadcrumb.item-page .breadcrumb-pagination{margin-top:3px;}#breadcrumb.item-page .breadcrumb-pagination a{color:#000;}#breadcrumb.item-page .breadcrumb-pagination a:hover{text-decoration:none;}#breadcrumb.item-page .breadcrumb-pagination a:hover .icons{color:#000}#breadcrumb.item-page .breadcrumb-pagination a[rel="prev"]{margin-right:8px;padding-right:8px}#breadcrumb.item-page .breadcrumb-pagination a .icons{color:#999;font-size:1rem}#breadcrumb.item-page .breadcrumb-pagination a:only-child{border-right:0 none;margin-right:0;padding-right:0}
.items_expired_view:after,.items_unavailable_view:after{content:" ";clear:both;display:block}.items_expired_view h3,.items_unavailable_view h3,.items_expired_view p,.items_unavailable_view p{margin:0}.items_expired_view .related-category,.items_unavailable_view .related-category{background:#e8f6ff;border-color:#b9ddf3;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:20px;margin-bottom:20px;}.items_expired_view .related-category:after,.items_unavailable_view .related-category:after{content:" ";clear:both;display:block}.items_expired_view .related-category::before,.items_unavailable_view .related-category::before{background:#607d8b;-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px;color:#fff;font-size:2.857142857142857rem;height:40px;margin-right:10px;padding:15px;width:40px}.items_expired_view .related-category::before,.items_unavailable_view .related-category::before,.items_expired_view .related-category h3,.items_unavailable_view .related-category h3,.items_expired_view .related-category p,.items_unavailable_view .related-category p{float:left}.items_expired_view .related-category h3,.items_unavailable_view .related-category h3{font-size:1.428571428571429rem;margin-bottom:5px;padding-top:5px;vertical-align:top}.items_expired_view .related-category p,.items_unavailable_view .related-category p{width:855px}.items_expired_view .expired-item,.items_unavailable_view .expired-item{background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:20px;overflow:hidden;}.items_expired_view .expired-item .items-image,.items_unavailable_view .expired-item .items-image{border:1px solid #ccc;height:110px;line-height:95px;margin:0 20px 0 0;padding:0;position:relative;text-align:center;width:141px;float:left;}.items_expired_view .expired-item .items-image img,.items_unavailable_view .expired-item .items-image img{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.items_expired_view .expired-item .items-image.icon-photo,.items_unavailable_view .expired-item .items-image.icon-photo{color:#ccc;font-size:4.571428571428571rem}.items_expired_view .expired-item h3,.items_unavailable_view .expired-item h3{font-size:1.428571428571429rem;font-weight:normal;margin-bottom:10px;overflow:hidden;display:inline-block;vertical-align:top;width:760;margin:-3px 0 20px}.items_expired_view .expired-item .description,.items_unavailable_view .expired-item .description{line-height:1.2;overflow:hidden;font-size:.8571428571428571rem;white-space:pre-wrap;word-wrap:break-word;white-space:-webkit-pre-wrap;white-space:normal}.items_expired_view .expired-item .label,.items_unavailable_view .expired-item .label{background:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#fff;display:inline-block;font-size:1rem;font-weight:bold;margin-right:10px;padding:3px 10px}.items_expired_view .title,.items_unavailable_view .title{font-size:1.142857142857143rem;margin:30px 0 20px}
.item_partials_user_view{overflow:hidden;padding:1em 1em 0;background-color:#e3e6e9;}.item_partials_user_view .picture{float:left;height:80px;width:80px;margin-right:1em;background:#eee no-repeat center;background-size:cover;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.item_partials_user_view .details{overflow:hidden;}.item_partials_user_view .details .name,.item_partials_user_view .details .since,.item_partials_user_view .details .facebook{overflow:hidden;margin:0;white-space:nowrap;text-overflow:ellipsis}.item_partials_user_view .details .name{font-size:1.714285714285714rem}.item_partials_user_view .details .since{margin-top:.25em;font-size:.8571428571428571rem;line-height:1rem}.item_partials_user_view .details .facebook{margin-top:.5em;font-size:.8571428571428571rem;line-height:1.428571428571429rem;font-weight:bold;color:#306199;}.item_partials_user_view .details .facebook:before{float:left;font-size:2em;margin:-2px 2px -2px -2px}.item_partials_user_view .phone{clear:both;padding-top:1em;}.item_partials_user_view .phone .number{font-size:1.428571428571429rem;}.item_partials_user_view .phone .number:before{margin-right:.5em;font-size:1.142857142857143rem;vertical-align:baseline}.item_partials_user_view .phone .reveal{margin-left:.75em;font-size:1rem;font-weight:bold;}.item_partials_user_view .phone .reveal:focus{color:#f00}
.item_partials_unavailable_view{padding:1em;margin-bottom:2em;color:#fff;background-color:#ab0;}.item_partials_unavailable_view h3{margin:0 0 .5em;font-size:30px;font-weight:normal}.item_partials_unavailable_view p{margin:0;}.item_partials_unavailable_view p a{color:#fff;text-decoration:underline;}.item_partials_unavailable_view p a:hover{text-decoration:none}
.item_partials_tips_view{padding:0 1em 1em;background-color:#e3e6e9;}.item_partials_tips_view.empty{display:none}.item_partials_tips_view h4{margin:0;padding:1em 0 0;font-size:1rem;border-top:solid thin #999}.item_partials_tips_view ul{margin:0;padding:0;list-style:none;}.item_partials_tips_view ul li{display:table;width:100%;padding-top:1em;}.item_partials_tips_view ul li:before{display:table-cell;padding-top:.25em;vertical-align:top;font-size:.7142857142857143rem;color:#02b875}.item_partials_tips_view ul li span{display:table-cell;width:100%;padding-left:.5em;font-size:.8571428571428571rem}.item_partials_tips_view p{margin:1em 0 0;text-align:right;}.item_partials_tips_view p a{font-size:.8571428571428571rem}.item_partials_tips_view p span:before{color:#607d8b;font-size:.8571428571428571rem}
.item_partials_social_view{display:table;width:100%;padding-top:1em;}.item_partials_social_view .share{display:table-cell;width:100%;margin:0;padding:0;list-style:none;}.item_partials_social_view .share li{display:inline-block;margin-right:.5em}.item_partials_social_view .share a{display:block;width:28px;height:28px;line-height:28px;text-align:center;color:#fff;text-decoration:none;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transition:transform .25s ease-in-out;-moz-transition:transform .25s ease-in-out;-ms-transition:transform .25s ease-in-out;-o-transition:transform .25s ease-in-out;transition:transform .25s ease-in-out;}.item_partials_social_view .share a:hover{text-decoration:none;-webkit-transform:scale(1.25);-moz-transform:scale(1.25);-ms-transform:scale(1.25);-o-transform:scale(1.25);transform:scale(1.25)}.item_partials_social_view .share a.facebook{background-color:#306199}.item_partials_social_view .share a.twitter{background-color:#30c4f1}.item_partials_social_view .share a.googleplus{background-color:#cf2a1b}.item_partials_social_view .share a:before{display:block;width:100%;height:100%;line-height:inherit;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.item_partials_social_view .share span{display:none}.item_partials_social_view .report{display:table-cell;white-space:nowrap;}.item_partials_social_view .report a{font-size:.8571428571428571rem;color:#999}.item_partials_social_view .report span:before{font-size:1em;color:#ccc}
.item_partials_seo_view nav{display:table;table-layout:fixed;width:100%;padding:1em 0;border-bottom:solid thin #ccc;}.item_partials_seo_view nav p{display:table-cell;}.item_partials_seo_view nav p .icons-material:before{font-size:inherit;color:#607d8b}.item_partials_seo_view nav p .item{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.item_partials_seo_view nav p.prev{padding:0 .5em 0 0;}.item_partials_seo_view nav p.prev .icons-material{float:left;margin-right:.5em}.item_partials_seo_view nav p.next{text-align:right;padding:0 0 0 .5em;}.item_partials_seo_view nav p.next .icons-material{float:right;margin-left:.5em}.item_partials_seo_view h6{margin:0;padding:1em 0 0;font-size:1rem;font-weight:normal;color:#999}.item_partials_seo_view ul{margin:0;padding:1em 0 0;list-style:none;color:#999;}.item_partials_seo_view ul li{display:inline-block;font-size:.8571428571428571rem;}.item_partials_seo_view ul li:last-child:after{content:''}.item_partials_seo_view ul li:after{content:' |'}.item_partials_seo_view ul:last-child{padding-bottom:1em}.item_partials_seo_view p{margin:0;padding:1em 0 0;color:#999;}.item_partials_seo_view p a,.item_partials_seo_view p span{font-size:.8571428571428571rem}.item_partials_seo_view h6 + ul{padding-top:0}
.item_partials_reply_view .sendmessage{background-color:#02b875;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:.5em 0 0;padding:0;line-height:3em;cursor:pointer;}.item_partials_reply_view .sendmessage:hover{text-decoration:none;}.item_partials_reply_view .sendmessage.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.item_partials_reply_view .sendmessage:hover{background-color:#01945e}.item_partials_reply_view .sendmessage.disabled{background-color:#ccc;color:#999;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;}.item_partials_reply_view .sendmessage.disabled:hover{text-decoration:none;}.item_partials_reply_view .sendmessage.disabled.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.item_partials_reply_view .message.error{border-color:#c33}.item_partials_reply_view{padding:1em;background-color:#e3e6e9;}.item_partials_reply_view fieldset{position:relative;margin:0;padding:0;border:none;}.item_partials_reply_view fieldset input,.item_partials_reply_view fieldset textarea{display:block;width:100%;margin-bottom:.5em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:1rem;border-style:solid;border-width:thin;border-color:#ccc;background-color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.item_partials_reply_view fieldset input.invalid,.item_partials_reply_view fieldset textarea.invalid{border-color:#c33;-webkit-box-shadow:inset 0 0 0 .1em #c33;-moz-box-shadow:inset 0 0 0 .1em #c33;box-shadow:inset 0 0 0 .1em #c33}.item_partials_reply_view fieldset input:focus,.item_partials_reply_view fieldset textarea:focus{outline:none;}.item_partials_reply_view fieldset input:focus + .text,.item_partials_reply_view fieldset textarea:focus + .text{opacity:.25}.item_partials_reply_view fieldset input:focus + .bubble,.item_partials_reply_view fieldset textarea:focus + .bubble{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.item_partials_reply_view fieldset input[disabled],.item_partials_reply_view fieldset textarea[disabled]{background-color:#eee;color:#ccc;}.item_partials_reply_view fieldset input[disabled]::-webkit-input-placeholder,.item_partials_reply_view fieldset textarea[disabled]::-webkit-input-placeholder{color:#ccc}.item_partials_reply_view fieldset input[disabled]:-moz-placeholder,.item_partials_reply_view fieldset textarea[disabled]:-moz-placeholder{color:#ccc}.item_partials_reply_view fieldset input[disabled]::-moz-placeholder,.item_partials_reply_view fieldset textarea[disabled]::-moz-placeholder{color:#ccc}.item_partials_reply_view fieldset input[disabled]:-ms-input-placeholder,.item_partials_reply_view fieldset textarea[disabled]:-ms-input-placeholder{color:#ccc}.item_partials_reply_view fieldset input{padding:0 .5em;line-height:3em}.item_partials_reply_view fieldset textarea{padding:.75em .5em;line-height:1.5em;resize:none}.item_partials_reply_view fieldset .lock{position:absolute;top:0;right:.5em;height:3em;line-height:3em;color:#eee}.item_partials_reply_view fieldset .error.text{position:relative;display:block;margin-bottom:.5em;padding-top:.25em;color:#c33;font-size:.8571428571428571rem;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out;}.item_partials_reply_view fieldset .error.text:before{display:none}.item_partials_reply_view fieldset .error.text:after{content:'';position:absolute;top:-.75em;left:.5em;border-style:solid;border-color:#c33 transparent;border-width:.75em .5em 0;font-size:.8571428571428571rem}.item_partials_reply_view fieldset .error.bubble{position:absolute;top:0;right:100%;display:inline-block;padding:0 1em;margin-right:.5em;background-color:#c33;border:solid thin #c33;-webkit-border-radius:.5em;-moz-border-radius:.5em;border-radius:.5em;color:#fff;font-size:1rem;line-height:3em;white-space:nowrap;cursor:pointer;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);transform-origin:right;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out;}.item_partials_reply_view fieldset .error.bubble:before{margin-right:.5em}.item_partials_reply_view fieldset .error.bubble:after{content:'';position:absolute;top:1em;right:-.4em;display:block;width:1em;height:1em;background-color:#c33;line-height:0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.item_partials_reply_view input[type="submit"]{background-color:#02b875;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:.5em 0 0;padding:0;line-height:3em;}.item_partials_reply_view input[type="submit"]:hover{text-decoration:none;}.item_partials_reply_view input[type="submit"].sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.item_partials_reply_view input[type="submit"]:disabled{background-color:#ccc;background-image:none;text-shadow:none}.item_partials_reply_view input[type="submit"]:hover{background-color:#01945e}.item_partials_reply_view .success{padding:1em;background:rgba(255,255,255,0.5);opacity:0;-webkit-animation:replySuccessContainer ease-in 1;-moz-animation:replySuccessContainer ease-in 1;-ms-animation:replySuccessContainer ease-in 1;-o-animation:replySuccessContainer ease-in 1;animation:replySuccessContainer ease-in 1;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-ms-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:.25s;-moz-animation-duration:.25s;-ms-animation-duration:.25s;-o-animation-duration:.25s;animation-duration:.25s;}.item_partials_reply_view .success:before{float:left;margin-right:.5em;padding:.1em;font-size:1.714285714285714rem;color:#666;border:solid .1em #666;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-animation:replySuccessIcon ease-in-out 1;-moz-animation:replySuccessIcon ease-in-out 1;-ms-animation:replySuccessIcon ease-in-out 1;-o-animation:replySuccessIcon ease-in-out 1;animation:replySuccessIcon ease-in-out 1;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-ms-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:.25s;-moz-animation-duration:.25s;-ms-animation-duration:.25s;-o-animation-duration:.25s;animation-duration:.25s}.item_partials_reply_view .success .content{overflow:hidden;}.item_partials_reply_view .success .content h4,.item_partials_reply_view .success .content p{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%);-webkit-animation:replySuccessLine ease-in-out 1;-moz-animation:replySuccessLine ease-in-out 1;-ms-animation:replySuccessLine ease-in-out 1;-o-animation:replySuccessLine ease-in-out 1;animation:replySuccessLine ease-in-out 1;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-ms-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:200ms;-moz-animation-duration:200ms;-ms-animation-duration:200ms;-o-animation-duration:200ms;animation-duration:200ms}.item_partials_reply_view .success .content h4{margin:0;animation-delay:0}.item_partials_reply_view .success .content p{margin:0;}.item_partials_reply_view .success .content p:nth-of-type(1){animation-delay:50ms}.item_partials_reply_view .success .content p:nth-of-type(2){animation-delay:100ms}.item_partials_reply_view .success .content p:nth-of-type(3){animation-delay:150ms}.item_partials_reply_view .success .content p:nth-of-type(4){animation-delay:200ms}.item_partials_reply_view .success .content p:nth-of-type(5){animation-delay:250ms}.item_partials_reply_view .success .content p.message{margin:.5em 0;color:#666;font-style:italic}.item_partials_reply_view .success .content p + p{margin-top:.5em}.item_partials_reply_view .success .content p small{display:block;font-size:.7142857142857143rem;color:#666}.item_partials_reply_view .success .content p span:before{font-size:1em;color:#607d8b}.item_partials_reply_view .terms{margin:1em 0 0;}.item_partials_reply_view .terms span{font-size:.8571428571428571rem;}.item_partials_reply_view .terms span a{color:#02b875;}.item_partials_reply_view .terms span a:hover{color:#01945e}.item_partials_reply_view.sent .success{opacity:1;}.item_partials_reply_view.sent .success:before{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.item_partials_reply_view.sent .success h4,.item_partials_reply_view.sent .success p{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}@-moz-keyframes replySuccessContainer{from{opacity:0}to{opacity:1}}@-webkit-keyframes replySuccessContainer{from{opacity:0}to{opacity:1}}@-o-keyframes replySuccessContainer{from{opacity:0}to{opacity:1}}@keyframes replySuccessContainer{from{opacity:0}to{opacity:1}}@-moz-keyframes replySuccessIcon{from{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-webkit-keyframes replySuccessIcon{from{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-o-keyframes replySuccessIcon{from{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@keyframes replySuccessIcon{from{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-moz-keyframes replySuccessLine{from{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes replySuccessLine{from{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}@-o-keyframes replySuccessLine{from{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}@keyframes replySuccessLine{from{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}

.item_partials_optionals_view{display:table;width:100%;margin:1.5em 0 0;padding:0;list-style:none;}.item_partials_optionals_view li{display:table-row;}.item_partials_optionals_view li strong,.item_partials_optionals_view li span{display:table-cell;line-height:3em;border-bottom:solid 1px #ccc;white-space:nowrap}.item_partials_optionals_view li strong{padding-right:.5em;color:#999;font-weight:normal}.item_partials_optionals_view li span{width:75%;padding-left:.5em;color:#000;font-weight:bold}.item_partials_optionals_view li:first-child strong,.item_partials_optionals_view li:first-child span{border-top:solid 1px #ccc}.item_partials_optionals_view.compact{overflow:hidden;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}.item_partials_optionals_view.compact li{display:block;margin:1px 0 -1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-moz-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;}.item_partials_optionals_view.compact li:nth-child(even){padding-left:.5em}.item_partials_optionals_view.compact li:nth-child(odd){padding-right:.5em}.item_partials_optionals_view.compact li strong,.item_partials_optionals_view.compact li span{float:left;width:50%;border-bottom:solid 1px #ccc;border-top-width:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.item_partials_optionals_view.compact li:nth-child(1) strong,.item_partials_optionals_view.compact li:nth-child(2) strong,.item_partials_optionals_view.compact li:nth-child(1) span,.item_partials_optionals_view.compact li:nth-child(2) span{border-top-width:0}
.item_partials_navigation_view{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:table;width:100%;background-color:#eceff1;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;padding:20px;}.item_partials_navigation_view p{display:table-cell;margin:0;padding:.5em 0;white-space:nowrap}.item_partials_navigation_view .back{padding-right:1em;border-right:solid thin #ccc;}.item_partials_navigation_view .back:before{font-size:1em;color:#607d8b}.item_partials_navigation_view .breadcrumbs{width:100%;padding-left:1em;}.item_partials_navigation_view .breadcrumbs:first-child{padding-left:0}.item_partials_navigation_view .breadcrumbs span:before{font-size:1em;color:#ccc}.item_partials_navigation_view .prev,.item_partials_navigation_view .next{padding-left:1em;}.item_partials_navigation_view .prev span:before,.item_partials_navigation_view .next span:before{font-size:1em;color:#607d8b}.item_partials_navigation_view .prev{padding-right:1em;border-right:solid thin #ccc;}.item_partials_navigation_view .prev:last-child{padding-right:0;border-right-width:0}
.item_partials_location_view{position:relative;width:100%;height:5em;margin:2em 0 0;padding:0;background-color:#eceff1;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;}.item_partials_location_view.empty{display:none}.item_partials_location_view.transition,.item_partials_location_view.ready{height:0;padding-bottom:40%}.item_partials_location_view .map{position:absolute;top:0;right:0;bottom:0;left:0;}.item_partials_location_view .map figcaption{position:absolute;z-index:2;top:1em;left:1em;padding:.5em 1em .5em .5em;background-color:rgba(255,255,255,0.95);opacity:0;-webkit-transition:opacity .5s ease-out;-moz-transition:opacity .5s ease-out;-ms-transition:opacity .5s ease-out;-o-transition:opacity .5s ease-out;transition:opacity .5s ease-out;pointer-events:none;}.item_partials_location_view .map figcaption:before{margin-right:.25em;color:#02b875}.item_partials_location_view .action{display:table;width:100%;-webkit-transition:opacity .5s ease-out;-moz-transition:opacity .5s ease-out;-ms-transition:opacity .5s ease-out;-o-transition:opacity .5s ease-out;transition:opacity .5s ease-out;}.item_partials_location_view .action > p{display:table-cell;padding:1em;text-align:right;}.item_partials_location_view .action > p:first-child{width:100%;text-align:left}.item_partials_location_view .action > p .icon-material-pin{color:#02b875}.item_partials_location_view .action > p .show{background-color:#eceff1;color:#666;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:-1px;padding:0 3em;line-height:3em;border:solid thin #999;white-space:nowrap}.item_partials_location_view .action > p .show:hover{text-decoration:none;background-color:#e2e6e9}.item_partials_location_view .action > p .show.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.item_partials_location_view .image{display:block;width:100%;opacity:0;-webkit-transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-ms-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;}.item_partials_location_view .image.area:after{content:'';position:absolute;top:50%;left:50%;z-index:1;width:36%;margin:-18% 0 0 -18%;padding-bottom:36%;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:rgba(255,119,0,0.2);border:solid thin #f70;pointer-events:none}.item_partials_location_view .image > img{display:block;width:100%}.item_partials_location_view .error{margin:0;padding:1em}.item_partials_location_view.transition .action,.item_partials_location_view.ready .action{opacity:0}.item_partials_location_view.ready .image{opacity:1}.item_partials_location_view.ready figcaption{opacity:1}
.item_partials_images_view figure{position:relative;z-index:0;width:100%;height:0;margin:0;padding:0 0 56.5% 0;background-repeat:no-repeat;background-position:center;background-size:cover;background-color:#eee;-webkit-transition:background-image .25s ease-in-out;-moz-transition:background-image .25s ease-in-out;-ms-transition:background-image .25s ease-in-out;-o-transition:background-image .25s ease-in-out;transition:background-image .25s ease-in-out;}.item_partials_images_view figure .banner{position:absolute;z-index:1;top:10px;left:10px;margin:0;padding:.5em 1em;background-color:#02b875;color:#fff;font-size:.8571428571428571rem;text-transform:uppercase;font-weight:bold;line-height:1em;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}.item_partials_images_view figure .banner:before{margin-right:.25em;vertical-align:top;font-size:inherit}.item_partials_images_view figure .zoom{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;}.item_partials_images_view figure .zoom:before{position:absolute;top:50%;left:50%;width:2em;height:2em;margin:-1em 0 0 -1em;color:#fff;text-align:center;line-height:2em;text-shadow:0 0 1px #000;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:0}.item_partials_images_view figure .cover{display:none}.item_partials_images_view figure .prev,.item_partials_images_view figure .next{position:absolute;z-index:2;top:0;bottom:0;}.item_partials_images_view figure .prev span,.item_partials_images_view figure .next span{display:none}.item_partials_images_view figure .prev:before,.item_partials_images_view figure .next:before{position:absolute;top:50%;width:2em;height:2em;margin-top:-1em;color:#fff;text-align:center;line-height:2em;text-shadow:0 0 1px #000;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;opacity:0}.item_partials_images_view figure .prev{right:75%;left:0;}.item_partials_images_view figure .prev:before{left:1em;-webkit-transform:rotate(180deg) scale(0);-moz-transform:rotate(180deg) scale(0);-ms-transform:rotate(180deg) scale(0);-o-transform:rotate(180deg) scale(0);transform:rotate(180deg) scale(0)}.item_partials_images_view figure .next{right:0;left:75%;}.item_partials_images_view figure .next:before{right:1em;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.item_partials_images_view figure figcaption{position:absolute;z-index:1;right:0;bottom:0;left:0;padding:2.5em .5em .5em;background-image:linear-gradient(transparent,rgba(0,0,0,0.25));color:#fff;font-size:1rem;text-transform:uppercase;font-weight:bold;line-height:1em;text-shadow:0 0 1px #000;}.item_partials_images_view figure figcaption:before{margin-right:.5em;vertical-align:top;font-size:inherit}.item_partials_images_view figure:hover .zoom:before{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:.25}.item_partials_images_view figure:hover .prev:before{-webkit-transform:rotate(180deg) scale(1);-moz-transform:rotate(180deg) scale(1);-ms-transform:rotate(180deg) scale(1);-o-transform:rotate(180deg) scale(1);transform:rotate(180deg) scale(1);opacity:.25}.item_partials_images_view figure:hover .next:before{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:.25}.item_partials_images_view figure .zoom:hover:before{-webkit-transform:scale(1.25);-moz-transform:scale(1.25);-ms-transform:scale(1.25);-o-transform:scale(1.25);transform:scale(1.25);opacity:1}.item_partials_images_view figure .prev:hover:before{-webkit-transform:rotate(180deg) scale(1.25);-moz-transform:rotate(180deg) scale(1.25);-ms-transform:rotate(180deg) scale(1.25);-o-transform:rotate(180deg) scale(1.25);transform:rotate(180deg) scale(1.25);opacity:1}.item_partials_images_view figure .next:hover:before{-webkit-transform:scale(1.25);-moz-transform:scale(1.25);-ms-transform:scale(1.25);-o-transform:scale(1.25);transform:scale(1.25);opacity:1}.item_partials_images_view .carrousel{display:table;width:100%;height:5em;padding-top:1em;}.item_partials_images_view .carrousel .prev,.item_partials_images_view .carrousel .next,.item_partials_images_view .carrousel .frame{display:table-cell;vertical-align:middle}.item_partials_images_view .carrousel .prev,.item_partials_images_view .carrousel .next{position:relative;z-index:1;color:#999;background-color:#fff;}.item_partials_images_view .carrousel .prev:before,.item_partials_images_view .carrousel .next:before{-webkit-transition:transform .25s ease-in-out;-moz-transition:transform .25s ease-in-out;-ms-transition:transform .25s ease-in-out;-o-transition:transform .25s ease-in-out;transition:transform .25s ease-in-out}.item_partials_images_view .carrousel .prev:hover,.item_partials_images_view .carrousel .next:hover{text-decoration:none}.item_partials_images_view .carrousel .prev span,.item_partials_images_view .carrousel .next span{display:none}.item_partials_images_view .carrousel .prev{padding-right:.5em;border-right:solid thin #fff;}.item_partials_images_view .carrousel .prev:hover:before{-webkit-transform:rotate(180deg) scale(1.25);-moz-transform:rotate(180deg) scale(1.25);-ms-transform:rotate(180deg) scale(1.25);-o-transform:rotate(180deg) scale(1.25);transform:rotate(180deg) scale(1.25)}.item_partials_images_view .carrousel .next{padding-left:.5em;border-left:solid thin #fff;}.item_partials_images_view .carrousel .next:hover:before{-webkit-transform:scale(1.25);-moz-transform:scale(1.25);-ms-transform:scale(1.25);-o-transform:scale(1.25);transform:scale(1.25)}.item_partials_images_view .carrousel .frame{position:relative;width:100%;}.item_partials_images_view .carrousel .frame div{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;}.item_partials_images_view .carrousel .frame div ul{position:absolute;margin:0;padding:0;list-style:none;white-space:nowrap;-webkit-transition:left .25s ease-in-out;-moz-transition:left .25s ease-in-out;-ms-transition:left .25s ease-in-out;-o-transition:left .25s ease-in-out;transition:left .25s ease-in-out;}.item_partials_images_view .carrousel .frame div ul li{display:inline-block;padding-left:1em;vertical-align:top;}.item_partials_images_view .carrousel .frame div ul li:first-child{padding-left:0}.item_partials_images_view .carrousel .frame div ul li a{display:block;width:5em;height:5em;opacity:.5;background-repeat:no-repeat;background-color:#eee;background-position:center;background-size:cover;-webkit-transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-ms-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out;}.item_partials_images_view .carrousel .frame div ul li a img{display:none}.item_partials_images_view .carrousel .frame div ul li a.active{opacity:1}.item_partials_images_view .carrousel.no-arrows .prev,.item_partials_images_view .carrousel.no-arrows .next{display:none}
.item_partials_header_view{padding-bottom:1em;}.item_partials_header_view .title{display:table;width:100%;}.item_partials_header_view .title h1{display:table-cell;width:100%;margin:0;font-size:30px;font-weight:normal;word-break:break-all;}.item_partials_header_view .title h1 .deprecated{display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:40px;margin-right:.5em;padding:0 1em;font-size:.5em;color:#fff;line-height:40px;font-weight:bold;vertical-align:top;background-color:#c33;-webkit-border-radius:.25em;-moz-border-radius:.25em;border-radius:.25em}.item_partials_header_view .title p{display:table-cell;padding-left:1em;white-space:nowrap;vertical-align:top;}.item_partials_header_view .title p .favorite{position:relative;display:block;width:1em;height:1em;font-size:2.285714285714286rem;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;}.item_partials_header_view .title p .favorite:before{position:absolute;font-size:2.285714285714286rem}.item_partials_header_view .title p .favorite span{font-size:0;}.item_partials_header_view .title p .favorite span:before{position:absolute;font-size:2.285714285714286rem;opacity:1;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.item_partials_header_view .title p .favorite[data-action="add"]{color:#999}.item_partials_header_view .title p .favorite[data-action="remove"]{color:#faa}.item_partials_header_view .title p .favorite:hover{text-decoration:none;-webkit-transform:scale(1.25);-moz-transform:scale(1.25);-ms-transform:scale(1.25);-o-transform:scale(1.25);transform:scale(1.25)}.item_partials_header_view .title p .favorite.pending span:before{-webkit-animation:1s ease-in-out infinite item-page-favorites-pending;-moz-animation:1s ease-in-out infinite item-page-favorites-pending;-ms-animation:1s ease-in-out infinite item-page-favorites-pending;-o-animation:1s ease-in-out infinite item-page-favorites-pending;animation:1s ease-in-out infinite item-page-favorites-pending}.item_partials_header_view .details{display:table;width:100%;padding-top:1em;}.item_partials_header_view .details p{display:table-cell;vertical-align:bottom;}.item_partials_header_view .details p:first-child{width:100%;padding-bottom:.25em}.item_partials_header_view .details p .date,.item_partials_header_view .details p .location{display:block;font-size:.8571428571428571rem;color:#999;white-space:nowrap;}.item_partials_header_view .details p .date:before,.item_partials_header_view .details p .location:before{font-size:1.142857142857143rem;margin-right:.25em;vertical-align:bottom}.item_partials_header_view .details p .location{padding-top:.25em}.item_partials_header_view .details p .price{font-size:36px;line-height:1em;white-space:nowrap;}.item_partials_header_view .details p .price em{font-size:.8571428571428571rem;line-height:1em;font-weight:normal;font-style:normal;color:#999}@-moz-keyframes item-page-favorites-pending{from{opacity:1;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}to{opacity:0;-webkit-transform:scale(2);-moz-transform:scale(2);-ms-transform:scale(2);-o-transform:scale(2);transform:scale(2)}}@-webkit-keyframes item-page-favorites-pending{from{opacity:1;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}to{opacity:0;-webkit-transform:scale(2);-moz-transform:scale(2);-ms-transform:scale(2);-o-transform:scale(2);transform:scale(2)}}@-o-keyframes item-page-favorites-pending{from{opacity:1;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}to{opacity:0;-webkit-transform:scale(2);-moz-transform:scale(2);-ms-transform:scale(2);-o-transform:scale(2);transform:scale(2)}}@keyframes item-page-favorites-pending{from{opacity:1;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}to{opacity:0;-webkit-transform:scale(2);-moz-transform:scale(2);-ms-transform:scale(2);-o-transform:scale(2);transform:scale(2)}}
.item_partials_description_view{margin:1em 0 0;line-height:1.714285714285714rem;text-align:justify;white-space:pre-line}
.item_index_view.wide{width:100% !important;min-width:980px;max-width:1200px}.item_index_view .empty{display:none}.item_index_view > article{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:table;width:100%;table-layout:fixed;background-color:#eceff1;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;padding:0 20px 20px;}.item_index_view > article > div{display:table-cell;vertical-align:top;}.item_index_view > article > div .content{padding:1em;background-color:#fff}.item_index_view > article > aside{display:table-cell;width:325px;padding-left:1em;vertical-align:top}
.home_partials_teaser_view{position:relative;z-index:0;height:400px;max-width:none !important;overflow:hidden;}.home_partials_teaser_view .video{position:absolute;z-index:0;width:100%;height:100%;overflow:hidden;background-position:center;background-repeat:no-repeat;background-size:cover;}.home_partials_teaser_view .video.diagonal-checkerboard:after{content:'';position:absolute;top:-1000%;right:-1000%;bottom:-1000%;left:-1000%;opacity:.75;background-image:url("https://static01.olx-st.com/mobile-webapp/images/common/overlays/diagonal-checkerboard.png");background-size:4px;transform-origin:center;-webkit-transform:rotate(15deg);-moz-transform:rotate(15deg);-ms-transform:rotate(15deg);-o-transform:rotate(15deg);transform:rotate(15deg)}.home_partials_teaser_view .video video{position:absolute;z-index:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);min-width:100%;min-height:100%}.home_partials_teaser_view .text{position:relative;z-index:1;display:flex;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:100%;padding:2em;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end;background-color:rgba(0,0,0,0.1);background-image:linear-gradient(rgba(0,0,0,0.25),transparent 50%);}.home_partials_teaser_view .text .title{margin:0;text-align:center;font-size:4em;color:#fff;text-shadow:0 2px 6px rgba(0,0,0,0.5)}.home_partials_teaser_view .text .title.campaign{font-size:3em}.home_partials_teaser_view .text p{margin:0;padding:1em 0 0;text-align:center;}.home_partials_teaser_view .text p .action{background-color:#02b875;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;display:inline-block;padding:0 3em;font-size:1.428571428571429rem;line-height:3em;font-weight:bold;text-shadow:0 1px 1px rgba(0,0,0,0.3);}.home_partials_teaser_view .text p .action:hover{text-decoration:none;}.home_partials_teaser_view .text p .action.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.home_partials_teaser_view .text p .action:hover{background-color:#01945e}.home_partials_teaser_view .text.campaign{background-image:url("https://static01.olx-st.com/mobile-webapp/movies/s7-web-header-front.png");background-repeat:no-repeat;background-position:center}
.home_partials_items_view{padding-top:2em;}.home_partials_items_view.empty{display:none}.home_partials_items_view header{display:table;}.home_partials_items_view header h3{display:table-cell;width:100%;margin:0;padding:0;font-size:1.857142857142857rem;font-weight:normal;}.home_partials_items_view header h3 a{color:#02b875;}.home_partials_items_view header h3 a:hover{color:#01945e}.home_partials_items_view header h3 span:before{color:#02b875;font-size:inherit}.home_partials_items_view header p{display:table-cell;white-space:nowrap;}.home_partials_items_view header p a{color:#02b875;}.home_partials_items_view header p a:hover{color:#01945e}.home_partials_items_view header p span:before{color:#02b875;font-size:inherit}.home_partials_items_view .list{display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;overflow:hidden;margin:-.5em;padding:1em 0 0;list-style:none;}.home_partials_items_view .list .item-wrapper{float:left;display:flex;width:20%;padding:.5em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;}.home_partials_items_view .list .item-wrapper:nth-child(5n+1){clear:left}.home_partials_items_view .list .item-wrapper .item{width:100%;overflow:hidden;background-color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:1px 1px 1px #ccc;-moz-box-shadow:1px 1px 1px #ccc;box-shadow:1px 1px 1px #ccc;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#000;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}.home_partials_items_view .list .item-wrapper .item .image{overflow:hidden;width:100%;margin:0;padding:0;}.home_partials_items_view .list .item-wrapper .item .image span{display:block;width:100%;padding:40% 0;background-position:center;background-repeat:no-repeat;background-color:#ccc;background-size:cover;-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;-ms-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;}.home_partials_items_view .list .item-wrapper .item .image span img{display:none}.home_partials_items_view .list .item-wrapper .item .price,.home_partials_items_view .list .item-wrapper .item .title{overflow:hidden;margin:0;text-align:center;line-height:1.5em;font-weight:normal;}.home_partials_items_view .list .item-wrapper .item .price strong,.home_partials_items_view .list .item-wrapper .item .title strong,.home_partials_items_view .list .item-wrapper .item .price span,.home_partials_items_view .list .item-wrapper .item .title span{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.home_partials_items_view .list .item-wrapper .item .price{padding:1em 1em 0;}.home_partials_items_view .list .item-wrapper .item .price strong{font-size:1.428571428571429rem;font-weight:normal}.home_partials_items_view .list .item-wrapper .item .title{padding:.25em 1em 1em;}.home_partials_items_view .list .item-wrapper .item .title span{font-size:.8571428571428571rem;color:#808080}.home_partials_items_view .list .item-wrapper .item:hover,.home_partials_items_view .list .item-wrapper .item.loaded:hover{text-decoration:none;}.home_partials_items_view .list .item-wrapper .item:hover .image span,.home_partials_items_view .list .item-wrapper .item.loaded:hover .image span{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.home_partials_items_view .list.lazy .item .image span{opacity:0}.home_partials_items_view .list.lazy .item.loaded .image span{opacity:1}
.home_partials_categories_view.empty{display:none}.home_partials_categories_view header{display:table;}.home_partials_categories_view header h3{display:table-cell;width:100%;margin:0;padding:0;font-size:1.857142857142857rem;font-weight:normal}.home_partials_categories_view .categories{display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;overflow:hidden;margin:-.5em;padding:1em 0 0;list-style:none;}.home_partials_categories_view .categories .category-wrapper{float:left;display:flex;width:20%;padding:.5em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;}.home_partials_categories_view .categories .category-wrapper:nth-child(5n+1){clear:left}.home_partials_categories_view .categories .category-wrapper .category{width:100%;padding:1em;background-color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:1px 1px 1px #ccc;-moz-box-shadow:1px 1px 1px #ccc;box-shadow:1px 1px 1px #ccc;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.home_partials_categories_view .categories .category-wrapper .category:before{width:2em;height:2em;font-size:1.714285714285714rem;line-height:2em;text-align:center;color:#fff;background-color:#02b875;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.home_partials_categories_view .categories .category-wrapper .category h2{margin:0;padding:1em 0 0;font-size:inherit;font-weight:normal;}.home_partials_categories_view .categories .category-wrapper .category h2 a{font-size:1.428571428571429rem;color:#000}.home_partials_categories_view .categories .category-wrapper .category .subcategories{margin:0;padding:.5em 0 0;list-style:none;}.home_partials_categories_view .categories .category-wrapper .category .subcategories .subcategory{padding-top:.5em}
.home_new_view{width:100% !important;margin-top:-66px !important;}.home_new_view > *{width:100%;max-width:980px;min-width:980px;margin:0 auto}.home_new_view.wide > *{max-width:1200px}
.home-items{position:relative;}.home-items .location-title{border-bottom:1px solid #ccc;color:#000;font-size:1.714285714285714rem;font-weight:normal;margin:0 0 15px 0;padding:10px 0}.home-items .location-tooltip{background-color:#def;-webkit-border-radius:0 15px 15px 0;-moz-border-radius:0 15px 15px 0;border-radius:0 15px 15px 0;color:#000;cursor:default;display:inline-block;font-size:1rem;height:16px;line-height:1;margin:-6px 0 0 25px;padding:10px 10px 10px 40px;position:absolute;}.home-items .location-tooltip::before{position:absolute;display:inline-block;border-color:transparent #def transparent transparent;border-image:none;border-style:solid;border-width:18px;content:"";left:-36px;position:absolute;top:0}.home-items .location-tooltip .pin{position:absolute;top:-9px;left:5px;}.home-items .location-tooltip .pin .icon-pin{-webkit-animation-direction:alternate;-moz-animation-direction:alternate;-ms-animation-direction:alternate;-o-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:cubic-bezier(.5,.2,.3,1);-moz-animation-timing-function:cubic-bezier(.5,.2,.3,1);-ms-animation-timing-function:cubic-bezier(.5,.2,.3,1);-o-animation-timing-function:cubic-bezier(.5,.2,.3,1);animation-timing-function:cubic-bezier(.5,.2,.3,1);-webkit-animation-name:bounce;-moz-animation-name:bounce;-ms-animation-name:bounce;-o-animation-name:bounce;animation-name:bounce;color:#c33;font-size:1.714285714285714rem;position:absolute;text-shadow:0 0 2px 0 rgba(0,0,0,0.2);z-index:3}.home-items .location-tooltip .pin .pulse{-webkit-animation-direction:alternate;-moz-animation-direction:alternate;-ms-animation-direction:alternate;-o-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:zoom;-moz-animation-name:zoom;-ms-animation-name:zoom;-o-animation-name:zoom;animation-name:zoom;background:rgba(0,0,0,0.2);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin:20px 0 0 5px;position:absolute;height:14px;width:14px;-webkit-transform:rotateX(55deg);-moz-transform:rotateX(55deg);-ms-transform:rotateX(55deg);-o-transform:rotateX(55deg);transform:rotateX(55deg);z-index:1;}.home-items .location-tooltip .pin .pulse:after{-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:pulsate;-moz-animation-name:pulsate;-ms-animation-name:pulsate;-o-animation-name:pulsate;animation-name:pulsate;-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;-ms-animation-timing-function:ease-out;-o-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-box-shadow:0 0 1px 2px rgba(0,0,0,0.2);-moz-box-shadow:0 0 1px 2px rgba(0,0,0,0.2);box-shadow:0 0 1px 2px rgba(0,0,0,0.2);content:"";margin:-8px 0 0 -8px;opacity:0;position:absolute;height:30px;width:30px;z-index:2}.home-items .location-tooltip .icon-material-close{color:#9cbfcf;cursor:pointer;float:right;margin-left:15px;vertical-align:top;}.home-items .location-tooltip .icon-material-close:hover{color:#607d8b}.home-items .location-link .icons{font-size:.5em;vertical-align:middle}.home-items .topics{margin:0;padding:0;list-style-type:none;padding:0 0 10px}.home-items .topic{margin:0 0 60px 0;}.home-items .topic:first-child{border-top:none}.home-items .topic:last-child{margin-bottom:30px}.home-items .topic-title{color:#666;font-size:1.428571428571429rem;font-weight:normal;margin:0;padding:0 0 10px;}.home-items .topic-title:first-letter{text-transform:uppercase}.home-items .topic-title-show-more{font-size:1rem;text-transform:lowercase;text-decoration:none;float:right;margin-top:5px;}.home-items .topic-title-show-more:hover{text-decoration:underline}.home-items .topic-items{position:relative;width:100%}.home-items .topic-list-handler{color:#666;font-size:1rem;height:189px;overflow:hidden;position:absolute;top:0;-webkit-transition:all 1s cubic-bezier(0,1,.5,1);-moz-transition:all 1s cubic-bezier(0,1,.5,1);-ms-transition:all 1s cubic-bezier(0,1,.5,1);-o-transition:all 1s cubic-bezier(0,1,.5,1);transition:all 1s cubic-bezier(0,1,.5,1);width:25px;-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;}.home-items .topic-list-handler:hover{color:#000;background-color:#f9f9f9}.home-items .topic-list-handler:before{position:absolute;top:55px}.home-items .topic-list-handler.disabled{opacity:0;cursor:default}.home-items .topic-list-handler.left{left:-35px;}.home-items .topic-list-handler.left:before{left:5px}.home-items .topic-list-handler.right{right:-35px;}.home-items .topic-list-handler.right:before{right:5px}.home-items .topic-items-wrapper{overflow:hidden}.home-items .topic-items-list{list-style:none;margin:0;padding:0;-webkit-transition:all 1s cubic-bezier(0,1,.5,1);-moz-transition:all 1s cubic-bezier(0,1,.5,1);-ms-transition:all 1s cubic-bezier(0,1,.5,1);-o-transition:all 1s cubic-bezier(0,1,.5,1);transition:all 1s cubic-bezier(0,1,.5,1);white-space:nowrap;width:3290px}.home-items .topic-item{display:inline-block;padding:0 5px;vertical-align:top;white-space:normal;width:155px;}.home-items .topic-item:first-child{padding-left:0}.home-items .topic-item:last-child{padding-right:0}.home-items .topic-item-link{display:block;}.home-items .topic-item-link:hover{text-decoration:none;}.home-items .topic-item-link:hover .topic-item-title{text-decoration:underline}.home-items .topic-item-picture{display:block;margin:0;height:130px;-webkit-box-shadow:0 0 0 1px #ccc inset;-moz-box-shadow:0 0 0 1px #ccc inset;box-shadow:0 0 0 1px #ccc inset;background-repeat:no-repeat;background-position:center;background-size:cover}.home-items .topic-item-title{overflow:hidden;height:2.4em;margin:0;padding-top:10px;line-height:1.2em}.home-items .topic-item-price{margin:0;padding-top:10px;font-weight:bold;color:#f70}.home-items .items-see-more{float:right;font-size:1rem;margin-top:-45px;position:absolute;right:0;text-decoration:none;text-transform:lowercase;}.home-items .items-see-more:hover{text-decoration:underline}.home-items .items{margin:0;padding:0;list-style-type:none;margin-bottom:20px;}.home-items .items:after{content:" ";clear:both;display:block}.home-items .items .featured,.home-items .items .item{float:left;margin:0 10px 10px 0;}.home-items .items .featured a,.home-items .items .item a{background-color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 0 2px 0 rgba(0,0,0,0.2);box-shadow:0 0 2px 0 rgba(0,0,0,0.2);display:block;overflow:hidden;text-decoration:none;-webkit-transition:background-color .5s ease,box-shadow 1s ease-in;-moz-transition:background-color .5s ease,box-shadow 1s ease-in;-ms-transition:background-color .5s ease,box-shadow 1s ease-in;-o-transition:background-color .5s ease,box-shadow 1s ease-in;transition:background-color .5s ease,box-shadow 1s ease-in;}.home-items .items .featured a:hover,.home-items .items .item a:hover{background-color:#e8f6ff;-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,0.4);-moz-box-shadow:0 0 2px 0 rgba(0,0,0,0.4);box-shadow:0 0 2px 0 rgba(0,0,0,0.4);}.home-items .items .featured a:hover .title,.home-items .items .item a:hover .title{color:#000}.home-items .items .featured a:hover .price,.home-items .items .item a:hover .price{background-color:#e8f6ff;margin-top:-27px;color:#369}.home-items .items .featured a:hover .category,.home-items .items .item a:hover .category{opacity:1}.home-items .items .featured a:hover .image span,.home-items .items .item a:hover .image span{-webkit-transform:scale(1.2,1.2) rotate(.02deg);-moz-transform:scale(1.2,1.2) rotate(.02deg);-ms-transform:scale(1.2,1.2) rotate(.02deg);-o-transform:scale(1.2,1.2) rotate(.02deg);transform:scale(1.2,1.2) rotate(.02deg)}.home-items .items .featured .image,.home-items .items .item .image{border-bottom:1px solid rgba(0,0,0,0.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden;}.home-items .items .featured .image span,.home-items .items .item .image span{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;display:block;-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1);-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-ms-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease}.home-items .items .featured .price,.home-items .items .item .price,.home-items .items .featured .title,.home-items .items .item .title,.home-items .items .featured .category,.home-items .items .item .category{display:block;font-weight:normal;line-height:1;margin:0;overflow:hidden;padding:10px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.home-items .items .featured .price,.home-items .items .item .price{background-color:#fff;-webkit-border-radius:0 5px 0 0;-moz-border-radius:0 5px 0 0;border-radius:0 5px 0 0;color:#f70;display:inline-block;font-size:18px;padding-bottom:0;position:absolute;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;z-index:2}.home-items .items .featured .title,.home-items .items .item .title{color:#666;font-size:.8571428571428571rem;padding-top:4px;-webkit-transition:color .3s ease;-moz-transition:color .3s ease;-ms-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.home-items .items .featured .category,.home-items .items .item .category{color:#666;font-size:.8571428571428571rem;opacity:0;padding-bottom:8px;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.home-items .items .featured{width:320px;position:relative;}.home-items .items .featured a:hover{background-color:#efc;}.home-items .items .featured a:hover .price{background-color:#efc;color:#890}.home-items .items .featured .image span{height:279px}.home-items .items .featured em{background:transparent url("https://static01.olx-st.com/mobile-webapp/images/desktop/destacado.png") no-repeat 0 0;display:block;margin:-5px 0 0 -5px;overflow:hidden;position:absolute;text-indent:-4000px;height:103px;width:103px;z-index:1}.home-items .items .featured.slide{position:relative;}.home-items .items .featured.slide .image{position:relative;height:279px}.home-items .items .featured.slide .image span{height:278px;width:320px;position:absolute;left:0;}.home-items .items .featured.slide .image span.top{-webkit-animation-name:cf3FadeInOut;-moz-animation-name:cf3FadeInOut;-ms-animation-name:cf3FadeInOut;-o-animation-name:cf3FadeInOut;animation-name:cf3FadeInOut;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out;-ms-animation-timing-function:ease-in-out;-o-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:7s;-moz-animation-duration:7s;-ms-animation-duration:7s;-o-animation-duration:7s;animation-duration:7s;-webkit-animation-direction:alternate;-moz-animation-direction:alternate;-ms-animation-direction:alternate;-o-animation-direction:alternate;animation-direction:alternate}.home-items .items .item{width:155px;}.home-items .items .item:nth-child(4n+1){margin-right:10px}.home-items .items .item:nth-child(6n){margin-right:0}.home-items .items .item .image span{height:106px}.home-items .items .featured ~ .item:nth-child(4n+1){margin-right:0}.home-items .items .featured ~ .item:nth-child(6n){margin-right:10px}.home-items .items .banner{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;float:left;overflow:hidden;}.home-items .items .banner a{display:inline-block;}.home-items .items .banner a img{width:320px;height:162px;vertical-align:top}#parent-category{background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:10px;text-align:center;margin-bottom:60px;}#parent-category h2{text-align:center;font-weight:normal}#parent-category .category{height:auto}
#user-view{height:100%;margin:0;float:right;}#user-view .user-actions{margin:0;padding:0;list-style-type:none;height:36px;line-height:36px;margin:0;position:relative;}#user-view .user-actions .user-action{float:left;height:100%;font-size:.8571428571428571rem;font-weight:bold;position:relative;border-right:1px solid #a0e1c6;}#user-view .user-actions .user-action:last-child{border:none}#user-view .user-actions .user-action > a{padding:0 15px;cursor:pointer;color:#fff;display:inline-block;-webkit-transition:color .25s ease-in-out;-moz-transition:color .25s ease-in-out;-ms-transition:color .25s ease-in-out;-o-transition:color .25s ease-in-out;transition:color .25s ease-in-out;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}#user-view .user-actions .user-action > a::before{font-size:22px;padding:0 5px 3px 0}#user-view .user-actions .user-action > a:hover,#user-view .user-actions .user-action > a.active{text-decoration:none}#user-view .user-actions .user-action .user .portrait{float:left;width:20px;height:20px;margin:8px 8px 0;background-color:#666;background-position:center;background-size:cover;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}#user-view .user-actions .user-action .user .portrait.empty{position:relative;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:solid 2px #666;}#user-view .user-actions .user-action .user .portrait.empty:before,#user-view .user-actions .user-action .user .portrait.empty:after{content:'';position:absolute;top:50%;left:50%;background-color:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}#user-view .user-actions .user-action .user .portrait.empty:before{width:40%;height:40%;margin:-40% -20%}#user-view .user-actions .user-action .user .portrait.empty:after{width:100%;height:100%;margin:10% -50%}#user-view .user-actions .user-action .count{top:0;right:4px;height:16px;display:flex;color:#fff;font-size:.7142857142857143rem;min-width:16px;line-height:22px;text-align:center;position:absolute;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;background-color:#f70;}#user-view .user-actions .user-action .count:empty{display:none}#user-view .user-actions .user-action .myolx{margin:0;padding:0;list-style-type:none;top:40px;right:10px;padding:0 20px;text-align:right;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;-webkit-box-shadow:0 0 3px 1px rgba(0,0,0,0.35);-moz-box-shadow:0 0 3px 1px rgba(0,0,0,0.35);box-shadow:0 0 3px 1px rgba(0,0,0,0.35);visibility:hidden;opacity:0;-webkit-transition:visibility 0s linear .25s,opacity .25s ease-in-out;-moz-transition:visibility 0s linear .25s,opacity .25s ease-in-out;-ms-transition:visibility 0s linear .25s,opacity .25s ease-in-out;-o-transition:visibility 0s linear .25s,opacity .25s ease-in-out;transition:visibility 0s linear .25s,opacity .25s ease-in-out;position:absolute;}#user-view .user-actions .user-action .myolx:after,#user-view .user-actions .user-action .myolx:before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:30;bottom:100%;left:50%}#user-view .user-actions .user-action .myolx:after{border-color:rgba(255,255,255,0);border-width:6px;margin-left:-6px;border-bottom-color:#fff}#user-view .user-actions .user-action .myolx:before{border-color:rgba(204,204,204,0);border-width:7px;margin-left:-7px;border-bottom-color:#ccc}#user-view .user-actions .user-action .myolx.active{visibility:visible;opacity:1;transition-delay:0s}#user-view .user-actions .user-action .myolx:before,#user-view .user-actions .user-action .myolx:after{left:auto;right:10px}#user-view .user-actions .user-action .myolx > li{padding:0;line-height:normal;display:block;}#user-view .user-actions .user-action .myolx > li a{font-size:1rem;display:block;color:#666;padding:10px;font-weight:normal;border-bottom:1px solid #d8d8d8;white-space:nowrap}#user-view .user-actions .user-action .myolx > li:last-child a{border:none}#user-view .user-actions .user-action .myolx > li:first-child a{padding-top:16px}#user-view .user-actions .user-action .myolx > li:last-child a{padding-bottom:16px}
.upsell-widget-tooltip{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;-webkit-box-shadow:0 0 3px 1px rgba(0,0,0,0.35);-moz-box-shadow:0 0 3px 1px rgba(0,0,0,0.35);box-shadow:0 0 3px 1px rgba(0,0,0,0.35);visibility:hidden;opacity:0;-webkit-transition:visibility 0s linear .25s,opacity .25s ease-in-out;-moz-transition:visibility 0s linear .25s,opacity .25s ease-in-out;-ms-transition:visibility 0s linear .25s,opacity .25s ease-in-out;-o-transition:visibility 0s linear .25s,opacity .25s ease-in-out;transition:visibility 0s linear .25s,opacity .25s ease-in-out;position:absolute;right:140px;top:40px;opacity:1;z-index:15;width:352px;max-height:200px;line-height:normal;visibility:visible;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:20px;}.upsell-widget-tooltip:after,.upsell-widget-tooltip:before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:30;bottom:100%;left:50%}.upsell-widget-tooltip:after{border-color:rgba(255,255,255,0);border-width:6px;margin-left:-6px;border-bottom-color:#fff}.upsell-widget-tooltip:before{border-color:rgba(204,204,204,0);border-width:7px;margin-left:-7px;border-bottom-color:#ccc}.upsell-widget-tooltip.active{visibility:visible;opacity:1;transition-delay:0s}.upsell-widget-tooltip:before,.upsell-widget-tooltip:after{left:auto;right:10px}.upsell-widget-tooltip span{top:10px;right:10px;cursor:pointer;color:#999;position:absolute;}.upsell-widget-tooltip span:hover{color:#000}.upsell-widget-tooltip figure,.upsell-widget-tooltip h4,.upsell-widget-tooltip p,.upsell-widget-tooltip a{margin:0;float:left}.upsell-widget-tooltip h4,.upsell-widget-tooltip p{width:220px}.upsell-widget-tooltip h4{font-size:1.142857142857143rem;font-weight:600;margin:0 0 5px 0}.upsell-widget-tooltip figure{width:72px;height:72px;margin:0 15px 0 0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:1px solid #ccc;background-position:center;background-size:cover}.upsell-widget-tooltip a{background-color:#fff;color:#02b875;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;margin:20px 0 0 0;width:100%;font-size:1.142857142857143rem;padding:10px 0;cursor:pointer;font-weight:600;text-align:center;border:1px solid #02b875;}.upsell-widget-tooltip a:hover{text-decoration:none;}.upsell-widget-tooltip a.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.upsell-widget-tooltip a:hover{color:#01945e;border-color:#01945e}
.header_index_view{position:fixed;z-index:51;width:100%;padding:8px 0;background:#02b875;}.header_index_view .wrap{width:100%;height:100%;margin:0 auto;max-width:1200px;min-width:1000px;}.header_index_view .wrap:after{content:'';display:block;clear:both;width:100%;height:0;font-size:0;line-height:0}.header_index_view .brand{float:left;margin:-1em;padding:1em;overflow:hidden;color:#fff;}.header_index_view .brand:hover{text-decoration:none}.header_index_view .brand:before{margin:-4px -3px -3px;font-size:43px}.header_index_view .brand h2{display:none}.header_index_view .partials_search_index_view{margin-left:1em !important}.header_index_view .post{background-color:rgba(255,255,255,0);color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none;text-align:center;float:right;height:36px;line-height:36px;padding:0 20px;letter-spacing:.2px;margin-left:25px;font-weight:bold;font-size:.8571428571428571rem;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border:solid thin #fff;}.header_index_view .post:hover{text-decoration:none;}.header_index_view .post.sending{background-image:linear-gradient(90deg,rgba(255,255,255,0.25),rgba(255,255,255,0.25));background-repeat:no-repeat;background-size:240px 3em;-webkit-animation:profileActionButtonLoading 3s infinite ease-in-out;-moz-animation:profileActionButtonLoading 3s infinite ease-in-out;-ms-animation:profileActionButtonLoading 3s infinite ease-in-out;-o-animation:profileActionButtonLoading 3s infinite ease-in-out;animation:profileActionButtonLoading 3s infinite ease-in-out}.header_index_view .post::before{font-size:22px;padding:0 5px 3px 0}.header_index_view.wide .wrap{max-width:1200px}.header_index_view.opaque .user-action{border-right-color:#a0e1c6 !important}.header_index_view.transparent{position:absolute;background-color:rgba(255,255,255,0);border:none !important;}.header_index_view.transparent .brand{color:#fff}.header_index_view.transparent .partials_search_index_view .field{border-color:#fff !important}.header_index_view.transparent .partials_search_index_view .submit{color:#666 !important}.header_index_view.transparent .partials_search_suggestions_view{border-style:solid !important;border-color:#eee !important;border-width:1px 0 0;-webkit-box-shadow:0 .25em .75em -.25em #666;-moz-box-shadow:0 .25em .75em -.25em #666;box-shadow:0 .25em .75em -.25em #666;}.header_index_view.transparent .partials_search_suggestions_view .title,.header_index_view.transparent .partials_search_suggestions_view .list .entry{border-color:#eee !important}.header_index_view.transparent .post{background-color:rgba(255,255,255,0) !important;border:solid thin rgba(255,255,255,0.5) !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;color:#fff}.header_index_view.transparent .user-action{border-right-color:rgba(255,255,255,0.5) !important;}.header_index_view.transparent .user-action > a{color:#fff !important;}.header_index_view.transparent .user-action > a .portrait{-webkit-box-shadow:0 0 0 1px #fff;-moz-box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px #fff;}.header_index_view.transparent .user-action > a .portrait.empty{border-color:transparent !important;background-color:transparent !important}.header_index_view.hideDistractions{position:absolute;}.header_index_view.hideDistractions .post{display:none}.header_index_view.hide{display:none}
.footer-view{width:100% !important;margin-top:2em;background-color:#e3e6e9;padding:0;border-top:1px solid #eceff1;outline:1px solid #c5c5c5;}.footer-view.hidden{display:none}.footer-view.hideDistractions .columns{display:none}.footer-view .columns{display:table;width:100%;max-width:980px;min-width:980px;margin:0 auto;padding:1em 0 0;list-style:none;}.footer-view .columns .column{display:table-cell;width:25%;padding:1em 1em 0 0;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.footer-view .columns .column .column-title{margin:0;padding:0;font-weight:normal;font-size:1.142857142857143rem}.footer-view .columns .column .column-links{margin:.5em 0 0;padding:0 0 1em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;list-style:none;}.footer-view .columns .column .column-links .column-item{position:relative;padding-top:.5em;}.footer-view .columns .column .column-links .column-item > a{font-size:.8571428571428571rem;color:#607d8b;}.footer-view .columns .column .column-links .column-item > a:hover{color:#455a64}.footer-view .columns .column .column-links .column-item .modal-link{position:relative;display:block;max-width:150px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:1rem 2rem 1rem 1rem;border:solid thin #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transition:background-color .2s ease;-moz-transition:background-color .2s ease;-ms-transition:background-color .2s ease;-o-transition:background-color .2s ease;transition:background-color .2s ease;}.footer-view .columns .column .column-links .column-item .modal-link:before{content:"\63";position:absolute;right:1rem;top:50%;display:inline-block;margin-top:-4px;font-size:8px;color:#999;font-family:'olx-icon-font';font-style:normal;font-weight:normal;line-height:1;speak:none;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);-webkit-transition:transform .25s ease .1s;-moz-transition:transform .25s ease .1s;-ms-transition:transform .25s ease .1s;-o-transition:transform .25s ease .1s;transition:transform .25s ease .1s}.footer-view .columns .column .column-links .column-item .modal-link:hover{border-color:#455a64;text-decoration:none;}.footer-view .columns .column .column-links .column-item .modal-link:hover:before{color:#455a64}.footer-view .columns .column .column-links .column-item .modal-link.active{z-index:52;background-color:#ccc;color:#fff;}.footer-view .columns .column .column-links .column-item .modal-link.active:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);color:#fff}.footer-view .columns .column .column-links .column-item .modal-link.active:hover{background-color:#ccc}.footer-view .columns .column .column-links .column-item .modal-container{display:none;position:absolute;left:-7px;bottom:100%;width:980px;z-index:51;overflow:hidden;margin:0 0 -10px -200%;background-color:#fff;border:solid thin #ccc;border-bottom-width:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 0 4px 0 rgba(0,0,0,0.2);box-shadow:0 0 4px 0 rgba(0,0,0,0.2);}.footer-view .columns .column .column-links .column-item .modal-container .modal-header{position:relative;padding:15px 40px 15px 20px;border-bottom:solid thin #ccc}.footer-view .columns .column .column-links .column-item .modal-container .modal-title{margin:0;font-size:1.428571428571429rem}.footer-view .columns .column .column-links .column-item .modal-container .modal-close{position:absolute;top:13px;right:13px;font-size:1.428571428571429rem;color:#666;}.footer-view .columns .column .column-links .column-item .modal-container .modal-close:hover{color:#000;text-decoration:none}.footer-view .columns .column .column-links .column-item .modal-container .modal-content{display:table;table-layout:fixed}.footer-view .columns .column .column-links .column-item .modal-container .modal-section{display:table-cell}.footer-view .columns .column .column-links .column-item .modal-container .modal-section-title{margin:0;padding:20px 20px 0;font-weight:normal;font-size:1.142857142857143rem}.footer-view .columns .column .column-links .column-item .modal-container .modal-columns{display:table;table-layout:fixed;width:100%;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.footer-view .columns .column .column-links .column-item .modal-container .modal-column{display:table-cell;padding:0 10px 10px;list-style:none}.footer-view .columns .column .column-links .column-item .modal-container .modal-column-item{margin-bottom:10px;padding:0 0 0 5px;border-left:2px solid #f3f3f3}.footer-view .columns .column.apps{width:10%;padding-right:0;}.footer-view .columns .column.apps .column-links{min-height:154px;padding:0 235px 1em 0;background:transparent url("https://static01.olx-st.com/mobile-webapp/images/desktop/footer/apps_rb.png") no-repeat right 7px;}.footer-view .columns .column.apps .column-links .icon-link{display:block;overflow:hidden;width:150px;height:55px;text-indent:-9000px;background-repeat:no-repeat;background-color:#000;background-position:center;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.footer-view .columns .column.apps .column-links .icon-link.app-store{background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/footer/ios_store.png")}.footer-view .columns .column.apps .column-links .icon-link.google-play{background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/footer/google_play.png")}.footer-view .extra{padding:1em 0;background-color:#02b875;}.footer-view .extra .copyright{width:100%;max-width:980px;min-width:980px;margin:0 auto;font-size:.8571428571428571rem;color:#fff}.footer-view .extra .social-networks{display:none}.footer-view.wide .columns{max-width:1200px}.footer-view.wide .extra .copyright{min-width:1200px}
@font-face{font-family:'olx-icon-font';src:url("https://static01.olx-st.com/mobile-webapp/fonts/olx-icon-font-9.eot");src:url("https://static01.olx-st.com/mobile-webapp/fonts/olx-icon-font-9.eot?#iefix") format('embedded-opentype'),url("https://static01.olx-st.com/mobile-webapp/fonts/olx-icon-font-9.woff") format('woff'),url("https://static01.olx-st.com/mobile-webapp/fonts/olx-icon-font-9.ttf") format('truetype'),url("https://static01.olx-st.com/mobile-webapp/fonts/olx-icon-font-9.svg#olx-icon-font-9regular") format('svg');font-style:normal;font-weight:normal}@font-face{font-family:'olx-icon-material';src:url("https://static01.olx-st.com/mobile-webapp/fonts/olx-icon-font-17.eot");src:url("https://static01.olx-st.com/mobile-webapp/fonts/olx-icon-font-17.eot?#iefix") format('embedded-opentype'),url("https://static01.olx-st.com/mobile-webapp/fonts/olx-icon-font-17.woff") format('woff'),url("https://static01.olx-st.com/mobile-webapp/fonts/olx-icon-font-17.ttf") format('truetype'),url("https://static01.olx-st.com/mobile-webapp/fonts/olx-icon-font-17.svg#olx-icon-font-17regular") format('svg');font-style:normal;font-weight:normal}@font-face{font-family:'HelveticaRoundedLTStd-Bd';src:url("https://static01.olx-st.com/mobile-webapp/fonts/HelveticaRoundedLTStd-Bd.eot?#iefix") format('embedded-opentype'),url("https://static01.olx-st.com/mobile-webapp/fonts/HelveticaRoundedLTStd-Bd.otf") format('opentype'),url("https://static01.olx-st.com/mobile-webapp/fonts/HelveticaRoundedLTStd-Bd.woff") format('woff'),url("https://static01.olx-st.com/mobile-webapp/fonts/HelveticaRoundedLTStd-Bd.ttf") format('truetype'),url("https://static01.olx-st.com/mobile-webapp/fonts/HelveticaRoundedLTStd-Bd.svg#HelveticaRoundedLTStd-Bd") format('svg');font-weight:normal;font-style:normal}@font-face{font-family:'Open Sans';src:local('Open Sans Light'),local('OpenSans-Light'),url("https://static01.olx-st.com/mobile-webapp/fonts/OpenSans-Light.woff") format('woff');font-weight:300;font-style:normal}@font-face{font-family:'Open Sans';src:local('Open Sans'),local('OpenSans'),url("https://static01.olx-st.com/mobile-webapp/fonts/OpenSans-Regular.woff") format('woff');font-weight:400;font-style:normal}@font-face{font-family:'Open Sans';src:local('Open Sans Semibold'),local('OpenSans-Semibold'),url("https://static01.olx-st.com/mobile-webapp/fonts/OpenSans-SemiBold.woff") format('woff');font-weight:600;font-style:normal}@font-face{font-family:'Open Sans';src:local('Open Sans Bold'),local('OpenSans-Bold'),url("https://static01.olx-st.com/mobile-webapp/fonts/OpenSans-Bold.woff") format('woff');font-weight:700;font-style:normal}.icons::before{font-family:'olx-icon-font';vertical-align:middle;display:inline-block}.icons-material::before,.icons-material::after{font-family:'olx-icon-material';vertical-align:middle;display:inline-block;font-size:24px}.icons::before,.icons-material::before,.icons-material::after{speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-addpicture::before{content:"\66"}.icon-arrow::before{content:"\63"}.icon-arrow-down::before{content:"\63";-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.icon-arrow-left::before{content:"\63";-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.icon-arrow-right::before{content:"\63"}.icon-arrow-up::before{content:"\63";-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.icon-bigger::before{content:"e"}.icon-camera-more::before{content:"\66"}.icon-camera::before{content:"\67"}.icon-cat-16::before{content:"\26"}.icon-cat-185::before{content:"\74"}.icon-cat-186::before{content:"\6b"}.icon-cat-187::before{content:"\6e"}.icon-cat-190::before,.icon-cat-821::before{content:"\2d"}.icon-cat-191::before,.icon-cat-1046::before{content:"\3d"}.icon-cat-362::before{content:"\3a"}.icon-cat-405::before{content:"\e605"}.icon-cat-600::before,.icon-cat-1013::before{content:"\70"}.icon-cat-800::before{content:"\f1"}.icon-cat-806::before{content:"\75"}.icon-cat-811::before{content:"\61"}.icon-cat-815::before{content:"\71"}.icon-cat-830::before{content:"\68"}.icon-cat-853::before,.icon-cat-1040::before{content:"\64"}.icon-cat-859::before{content:"\e615"}.icon-cat-881::before,.icon-cat-1007::before{content:"\2b"}.icon-cat-938::before{content:"\e611";}.icon-cat-1016::before{content:"\e616"}.icon-cat-1022::before{content:"\77"}.icon-cat-1028::before{content:"\e613"}.icon-chat::before{content:"\69"}.icon-messages::before{content:"\e904"}.icon-cellphones::before{content:"\68"}.icon-check::before{content:"\6a"}.icon-check-round::before{content:"\e617"}.icon-clock::before{content:"\6c"}.icon-close::before{content:"\e604"}.icon-community::before{content:"\6e"}.icon-community2::before{content:"\e603"}.icon-description::before{content:"\e610"}.icon-earth::before{content:"\e601"}.icon-edit::before{content:"\e60f"}.icon-envelope::before{content:"\6f"}.icon-exclamation::before{content:"\e60c"}.icon-facebook::before{content:"\73"}.icon-fb-round::before{content:"\72"}.icon-gallery::before{content:"\76"}.icon-googleplus::before{content:"\79"}.icon-happy::before{content:"\7a"}.icon-help-round::before{content:"\3c"}.icon-lamp::before{content:"\e60b"}.icon-like::before{content:"\e60d"}.icon-list::before{content:"\2e"}.icon-lock::before{content:"\2c"}.icon-mobile::before{content:"\e602"}.icon-money-round::before{content:"\e600"}.icon-more::before{content:"\25"}.icon-olx::before{content:"\ba"}.icon-phone::before{content:"\22"}.icon-photo::before{content:"\67"}.icon-press::before{content:"\e60a"}.icon-phone-round::before{content:"\e609"}.icon-piggy-bank::before{content:"\e60e"}.icon-play::before{content:"\24"}.icon-pin::before{content:"\b7"}.icon-question::before{content:"\60"}.icon-sad::before{content:"\28"}.icon-search::before{content:"\29"}.icon-sketchyarrow::before{content:"\62"}.icon-star-circle::before{content:"\e607"}.icon-star::before{content:"\3f"}.icon-tag::before{content:"\2a"}.icon-time::before{content:"\6c"}.icon-trash::before{content:"\5e"}.icon-twitter::before{content:"\a8"}.icon-user::before{content:"\5f"}.icon-youtube::before{content:"\3e"}.icon-zoom::before{content:"\65"}.icon-material-time::before{content:"\e90f"}.icon-material-cross::before{content:"\6a"}.icon-material-close::before{content:"\e90c"}.icon-material-toplist::before{content:"\e915"}.icon-material-lock::before{content:"\2c"}.icon-material-listview::before{content:"\e910"}.icon-material-settings::before{content:"\e914"}.icon-material-ok::before{content:"\e90a"}.icon-material-attention::before{content:"\e60c"}.icon-material-galleryview::before{content:"\e911"}.icon-material-bedrooms::before{content:"\e917"}.icon-material-bathrooms::before{content:"\e916"}.icon-material-search::before{content:"\29"}.icon-material-close::before{content:"\e90c"}.icon-material-star::before{content:"\003f"}.icon-material-star-round::before{content:"\e607"}.icon-material-check::before{content:"\e90a"}.icon-material-help-round::before{content:"\3c"}.icon-material-user::before{content:"\5f"}.icon-material-addpicture::before{content:"\66"}.icon-material-exclamation::before{content:"\e60c"}.icon-material-exclamationsimple::before{content:"\e919"}.icon-material-great::before{content:"\e90b"}.icon-material-heart::before{content:"\e90d"}.icon-material-heart-outline::before{content:"\e604"}.icon-material-map::before{content:"\002e"}.icon-material-pin::before{content:"\00b7"}.icon-material-arrow-left::before{content:"\0063"}.icon-material-arrow-up::before{content:"\0063";-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.icon-material-arrow-right::before{content:"\0063";-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.icon-material-arrow-down::before{content:"\0063";-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.icon-material-short-arrow-left::before{content:"\e909";-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.icon-material-short-arrow-up::before{content:"\e909";-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.icon-material-short-arrow-right::before{content:"\e909"}.icon-material-short-arrow-down::before{content:"\e909";-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.icon-material-camera::before{content:"\0067"}.icon-material-magnifier::before{content:"\0029"}.icon-material-facebook::before{content:"\0073"}.icon-material-twitter::before{content:"\00a8"}.icon-material-googleplus::before{content:"\0079"}.icon-material-facebook-round::before{content:"\0072"}.icon-material-twitter-round::before{content:"\00c7"}.icon-material-googleplus-round::before{content:"\0078"}.icon-material-photo::before{content:"\67"}.icon-material-morevisits::before{content:"\e91d"}.icon-material-prize::before{content:"\e91c"}.icon-material-cash::before{content:"\2f"}.icon-material-approved::before{content:"\e921"}.icon-material-rejected::before{content:"\e91a"}.icon-material-time::before{content:"\e90f"}.icon-material-closed::before{content:"\e91e"}.icon-material-bank::before{content:"\e91f"}.icon-material-creditcard::before{content:"\e920"}.icon-material-olx::before{content:"\00ba"}.icon-material-flag::before{content:"\e91b"}.icon-material-up::before,.icon-material-reposicionado::before{content:"\e922"}.icon-material-views::before{content:"\e923"}.icon-material-marker::before{content:"\e924"}.icon-material-information::before{content:"\e929"}.icon-material-sendmessage::before{content:"\e925"}.icon-material-attachphoto::before{content:"\e928"}.icon-material-maximize::before{content:"\e929"}.icon-material-minimize::before{content:"\e92a"}.icon-material-rocket::before,.icon-material-rapido::before{content:"\e926"}.icon-material-fire::before,.icon-material-furioso::before{content:"\e927"}.icon-coin::before{content:"\e925"}.icon-material-cat-16::before{content:"\26"}.icon-material-cat-185::before{content:"\74"}.icon-material-cat-186::before{content:"\6b"}.icon-material-cat-187::before{content:"\6e"}.icon-material-cat-190::before,.icon-material-cat-821::before{content:"\2d"}.icon-material-cat-191::before,.icon-material-cat-1046::before{content:"\3d"}.icon-material-cat-362::before{content:"\3a"}.icon-material-cat-405::before{content:"\e605"}.icon-material-cat-600::before,.icon-material-cat-1013::before{content:"\70"}.icon-material-cat-800::before{content:"\f1"}.icon-material-cat-806::before{content:"\75"}.icon-material-cat-811::before{content:"\61"}.icon-material-cat-815::before{content:"\71"}.icon-material-cat-830::before{content:"\e602"}.icon-material-cat-853::before,.icon-material-cat-1040::before{content:"\64"}.icon-material-cat-859::before{content:"\e901"}.icon-material-cat-881::before,.icon-material-cat-1007::before{content:"\2b"}.icon-material-cat-938::before{content:"\e603";}.icon-material-cat-1016::before{content:"\62"}.icon-material-cat-1022::before{content:"\77"}.icon-material-cat-1028::before{content:"\e609"}
#featuread-modal .modal-content{max-height:410px;overflow:auto}.featured-purchase-page{background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:10px;padding:20px;}.featured-purchase-page h2{border-bottom:1px solid #ccc;font-size:1.428571428571429rem;font-weight:normal;margin:0;padding-bottom:15px;}.featured-purchase-page h2 a{display:inline-block;font-size:1rem}#feature-ad h5{margin:22px 0 30px;font-size:1.142857142857143rem;font-weight:normal}#feature-ad .fad-error{color:#c33}.feature-ad-details .fad-content{background:#fafafa;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:15px;margin-bottom:4px;}.feature-ad-details .fad-content p{margin:0;}.feature-ad-details .fad-content p label{padding-bottom:10px}.feature-ad-details .fad-content:after{content:" ";clear:both;display:block}.feature-ad-details .fad-content .errors{margin-top:10px}.feature-ad-details .price,.feature-ad-details .form{display:block;float:left;width:50%;}.feature-ad-details .price select,.feature-ad-details .form select{display:block;margin-top:10px}.feature-ad-details .price{text-align:right;}.feature-ad-details .price span{font-size:1.142857142857143rem;font-weight:bold}.feature-ad-details .price small{display:block;font-size:.8571428571428571rem}.fad-edit{margin:0 10px;}.fad-edit a{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:#999;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#fff;padding:10px 20px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);font-size:1.142857142857143rem;font-weight:bold;line-height:1;display:block}.fad-edit a:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#fff;text-decoration:none}.fad-submit{padding-top:20px;}.fad-submit:after{content:" ";clear:both;display:block}.fad-submit input{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:#f70;background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.25),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;color:#fff;padding:10px 20px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);font-size:1.142857142857143rem;font-weight:bold;line-height:1}.fad-submit input:hover{background-image:-moz-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:-ms-linear-gradient(center top,rgba(255,255,255,0.5),rgba(255,255,255,0));background-image:linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0));color:#fff;text-decoration:none}.fad-submit .feature-ad-terms{float:left;margin:12px 0 0 0;width:50%}.fad-submit .feature-ad-return,.fad-submit .fad-edit,.fad-submit .fad-submit,.fad-submit #fad-submit{float:right}.fad-submit .feature-ad-return{font-size:.8571428571428571rem}.fad-submit .fad-edit{padding:0}.fad-submit .feature-ad-terms{font-size:.8571428571428571rem}.fad-submit .feature-ad-return{line-height:40px;margin:0 10px}
#featured-listings-view .content-img{display:inline-block;margin:15px 0 0 0;text-align:center;width:48%;}#featured-listings-view .content-img .featuredType{display:inline-block;margin:5px 0}#featured-listings-view .content-img:last-child{margin-left:30px}#featured-listings-view h4{color:#f70;margin:0 0 5px;font-size:1.142857142857143rem}
.featuredad-home .featuredad-content li,.featuredad-home .featuredad-content .items-image{width:141px}.featuredad-home,.users-userprofile-view .user-ads{margin-bottom:18px;}.featuredad-home h3,.users-userprofile-view .user-ads h3{font-weight:normal;font-size:1.428571428571429rem;margin-bottom:8px}.featuredad-home .featuredad-content,.users-userprofile-view .user-ads .featuredad-content{margin:0;padding:0;list-style-type:none;}.featuredad-home .featuredad-content:after,.users-userprofile-view .user-ads .featuredad-content:after{content:" ";clear:both;display:block}.featuredad-home .featuredad-content li,.users-userprofile-view .user-ads .featuredad-content li{float:left;height:168px;padding:10px;position:relative;border:1px solid #fafafa;}.featuredad-home .featuredad-content li .icon-star-circle,.users-userprofile-view .user-ads .featuredad-content li .icon-star-circle{color:#890;font-size:22px;position:absolute;z-index:10;top:2px;left:2px;}.featuredad-home .featuredad-content li .icon-star-circle:before,.users-userprofile-view .user-ads .featuredad-content li .icon-star-circle:before{border:2px solid #fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#fff}.featuredad-home .featuredad-content li:hover,.users-userprofile-view .user-ads .featuredad-content li:hover{background:#fff;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,0.1);-moz-box-shadow:0 0 2px 2px rgba(0,0,0,0.1);box-shadow:0 0 2px 2px rgba(0,0,0,0.1);border:1px solid #ccc;z-index:100}.featuredad-home .featuredad-content li a:hover,.users-userprofile-view .user-ads .featuredad-content li a:hover{text-decoration:none}.featuredad-home .featuredad-content li a h3,.users-userprofile-view .user-ads .featuredad-content li a h3{font-size:.8571428571428571rem;font-weight:normal;margin:8px 0 0}.featuredad-home .featuredad-content li a .items-price,.users-userprofile-view .user-ads .featuredad-content li a .items-price{color:#000;font-weight:bold;height:20px;margin:5px 0}.featuredad-home .featuredad-content li a .items-image,.users-userprofile-view .user-ads .featuredad-content li a .items-image{background-color:#fff;border:1px solid #ccc;display:block;height:110px;line-height:95px;margin:0;position:relative;text-align:center;vertical-align:top;}.featuredad-home .featuredad-content li a .items-image img,.users-userprofile-view .user-ads .featuredad-content li a .items-image img{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.featuredad-home .featuredad-content li a .items-image.icon-photo,.users-userprofile-view .user-ads .featuredad-content li a .items-image.icon-photo{color:#ccc;font-size:4.571428571428571rem}
.featured-ads-view .notification-message h4{font-size:1.142857142857143rem}.featured-ads-view .icon-star-circle{background-color:#efc;border-color:#cd7;}.featured-ads-view .icon-star-circle:before{color:#ab0}
.chat_index_view{top:0;bottom:0;z-index:10;width:100%;height:100%;display:flex;position:fixed;visibility:hidden;-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;-moz-align-items:flex-end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end;}.chat_index_view .chat_module_view{width:300px;margin:0 10px;visibility:visible;}.chat_index_view .chat_module_view header{color:#fff;padding:.5rem;background:#666;overflow:hidden;position:relative;}.chat_index_view .chat_module_view header h1{display:inline;font-size:1.1rem}.chat_index_view .chat_module_view header .left{float:left}.chat_index_view .chat_module_view header .right{float:right;padding-top:5px}.chat_index_view .chat_module_view header > *{position:relative}.chat_index_view .chat_module_view .messages{height:80px;display:flex;overflow:auto;background:#e5e5e5;-webkit-box-direction:reverse;-webkit-box-orient:vertical;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}.chat_index_view .chat_module_view .messages ol{margin:0;min-height:0;-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;list-style:none;padding:0 0 10px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.chat_index_view .chat_module_view .messages ol li{display:flex;padding:.5rem;overflow:hidden}.chat_index_view .chat_module_view .messages ol .avatar{width:40px;position:relative;}.chat_index_view .chat_module_view .messages ol .avatar img{display:block;width:100%}.chat_index_view .chat_module_view .messages .self{-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;-moz-align-items:flex-end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end;}.chat_index_view .chat_module_view .messages .self .message{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-order:1;-ms-flex-order:1;order:1;border-bottom-right-radius:0}.chat_index_view .chat_module_view .messages .message{padding:10px;background:#fff;}.chat_index_view .chat_module_view .messages .message p{font-size:.8rem;margin:0 0 .2rem 0}.chat_index_view .chat_module_view .messages .message time{font-size:.7rem;color:#ccc}.chat_index_view .chat_module_view footer{height:35px;color:#000;display:block;background:#fff;}.chat_index_view .chat_module_view footer input{width:100%;height:100%;border:none;outline:none;display:block;padding:0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#user_chat_view{overflow:hidden;width:1200px !important;}#user_chat_view .image-modal{top:0;left:0;right:0;bottom:0;width:100%;z-index:299;height:100%;display:flex;cursor:pointer;position:fixed;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;}#user_chat_view .image-modal figure{z-index:210;width:90%;height:90%;position:relative;background-size:contain;background-position:center;background-repeat:no-repeat}#user_chat_view .image-modal span{top:20px;right:20px;z-index:201;color:#fff;position:absolute}#user_chat_view .ovarlay{top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:200;display:block;position:fixed;background:rgba(0,0,0,0.5)}#user-chat{background:#fff;border-color:#ccc;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;border-style:solid;border-width:0;padding:0;height:600px;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;}#user-chat .conversations-content,#user-chat .messages-content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#user-chat .messages-content ol,#user-chat .conversations-content ul{margin:0;padding:0;list-style-type:none}#user-chat .emoji{height:1.5em;width:1.5em;margin:0 .05em 0 .1em;vertical-align:-.3em}#user-chat .conversations-content{-webkit-flex-basis:25%;-moz-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;overflow-y:auto;overflow-x:hidden;background:#dedede;border-right:1px solid #ccc;}#user-chat .conversations-content .conversation{display:flex;padding:15px;cursor:pointer;background:#fff;border-bottom:1px solid #e4e4e4;}#user-chat .conversations-content .conversation .avatar{margin:0;height:50px;-webkit-box-flex:0;-webkit-flex:0 0 50px;-moz-box-flex:0;-moz-flex:0 0 50px;-ms-flex:0 0 50px;flex:0 0 50px;background:#dedede;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;position:relative;text-align:center;background-size:cover;background-position:center;}#user-chat .conversations-content .conversation .avatar.icons-material:before{color:#fff;font-size:45px}#user-chat .conversations-content .conversation .avatar:after{right:4px;content:"";bottom:-3px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:9px;width:9px;position:absolute;border:2px solid #fff}#user-chat .conversations-content .conversation div:nth-of-type(1){-webkit-box-flex:10;-webkit-flex:10;-moz-box-flex:10;-moz-flex:10;-ms-flex:10;flex:10;overflow:hidden;padding-left:10px;}#user-chat .conversations-content .conversation div:nth-of-type(1) h1,#user-chat .conversations-content .conversation div:nth-of-type(1) h2,#user-chat .conversations-content .conversation div:nth-of-type(1) span{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#user-chat .conversations-content .conversation div:nth-of-type(1) h1,#user-chat .conversations-content .conversation div:nth-of-type(1) h2{margin:0}#user-chat .conversations-content .conversation div:nth-of-type(1) span,#user-chat .conversations-content .conversation div:nth-of-type(1) h2{font-size:.8571428571428571rem;font-weight:400}#user-chat .conversations-content .conversation div:nth-of-type(1) h1{font-size:1rem}#user-chat .conversations-content .conversation div:nth-of-type(1) span{color:#999;}#user-chat .conversations-content .conversation div:nth-of-type(1) span.status{display:none;color:#02b875}#user-chat .conversations-content .conversation div:nth-of-type(1) span:before{font-size:16px;margin:-2px 5px 0 0}#user-chat .conversations-content .conversation div:nth-of-type(2){-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-moz-flex:1;-ms-flex:1;flex:1;display:flex;-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;-moz-align-items:flex-end;align-items:flex-end;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;}#user-chat .conversations-content .conversation div:nth-of-type(2) time{font-size:.8571428571428571rem;text-transform:uppercase}#user-chat .conversations-content .conversation div:nth-of-type(2) .count{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:16px;width:16px;color:#fff;display:block;font-size:.7142857142857143rem;font-weight:600;text-align:center;padding:2px 0 0 0;background:#02b875;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#user-chat .conversations-content .conversation.unavailable .avatar:after,#user-chat .conversations-content .conversation.subscribe .avatar:after{background:#dedede}#user-chat .conversations-content .conversation.available .avatar:after{background:#80eb04}#user-chat .conversations-content .conversation.current{background:#f0f0f0;}#user-chat .conversations-content .conversation.current .avatar:after{border-color:#f0f0f0}#user-chat .conversations-content .conversation.composing div:nth-of-type(1) span.status{display:block}#user-chat .conversations-content .conversation.composing div:nth-of-type(1) span.lastMessage{display:none}#user-chat .conversations-content .conversation.composing div:nth-of-type(2) time{color:#02b875}#user-chat .conversations-content .conversation.unread{background:#f7f7f7;}#user-chat .conversations-content .conversation.unread .avatar:after{border-color:#f7f7f7}#user-chat .conversations-content .conversation.unread div:nth-of-type(2) time{color:#02b875}#user-chat .messages-content{-webkit-flex-basis:75%;-moz-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;}#user-chat .messages-content .messages{height:100%;display:flex;position:relative;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}#user-chat .messages-content .messages header,#user-chat .messages-content .messages footer{-webkit-box-flex:0;-webkit-flex:0 0 55px;-moz-box-flex:0;-moz-flex:0 0 55px;-ms-flex:0 0 55px;flex:0 0 55px}#user-chat .messages-content .messages header{display:flex;color:#fff;padding:0 15px;background:#414141;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}#user-chat .messages-content .messages header .status{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:10px;width:10px;background:#dedede;}#user-chat .messages-content .messages header .status.unavailable{background:#dedede}#user-chat .messages-content .messages header .status.available{background:#80eb04}#user-chat .messages-content .messages header h1{margin:0 5px;font-size:16px;font-weight:600}#user-chat .messages-content .messages header .state{font-size:.8571428571428571rem}#user-chat .messages-content .messages header .settings{color:#8e8e8e;cursor:pointer;margin-left:auto;position:relative;}#user-chat .messages-content .messages header .settings:hover{color:#fff}#user-chat .messages-content .messages header .settings .actions{margin:0;padding:0;list-style-type:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;-webkit-box-shadow:0 0 3px 1px rgba(0,0,0,0.35);-moz-box-shadow:0 0 3px 1px rgba(0,0,0,0.35);box-shadow:0 0 3px 1px rgba(0,0,0,0.35);visibility:hidden;opacity:0;-webkit-transition:visibility 0s linear .25s,opacity .25s ease-in-out;-moz-transition:visibility 0s linear .25s,opacity .25s ease-in-out;-ms-transition:visibility 0s linear .25s,opacity .25s ease-in-out;-o-transition:visibility 0s linear .25s,opacity .25s ease-in-out;transition:visibility 0s linear .25s,opacity .25s ease-in-out;position:absolute;top:33px;right:-4px;z-index:10;padding:5px 0;min-width:60px;}#user-chat .messages-content .messages header .settings .actions:after,#user-chat .messages-content .messages header .settings .actions:before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:30;bottom:100%;left:50%}#user-chat .messages-content .messages header .settings .actions:after{border-color:rgba(255,255,255,0);border-width:6px;margin-left:-6px;border-bottom-color:#fff}#user-chat .messages-content .messages header .settings .actions:before{border-color:rgba(204,204,204,0);border-width:7px;margin-left:-7px;border-bottom-color:#ccc}#user-chat .messages-content .messages header .settings .actions.active{visibility:visible;opacity:1;transition-delay:0s}#user-chat .messages-content .messages header .settings .actions:before,#user-chat .messages-content .messages header .settings .actions:after{left:auto;right:10px}#user-chat .messages-content .messages header .settings .actions li{padding:10px;color:#000;cursor:pointer;white-space:nowrap;font-size:.8571428571428571rem;}#user-chat .messages-content .messages header .settings .actions li:hover{background-color:#f0f3f4}#user-chat .messages-content .messages .messages-list{height:300px;display:flex;overflow:auto;padding:5px 0;-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;background:#ebeff1;-webkit-box-direction:reverse;-webkit-box-orient:vertical;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}#user-chat .messages-content .messages .messages-list ol{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;}#user-chat .messages-content .messages .messages-list ol li{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-moz-flex:1;-ms-flex:1;flex:1;min-height:0;display:flex;margin:0 0 5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}#user-chat .messages-content .messages .messages-list ol li.item{padding:10px;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;background:#547281;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.24);-moz-box-shadow:0 2px 5px 0 rgba(0,0,0,0.24);box-shadow:0 2px 5px 0 rgba(0,0,0,0.24);}#user-chat .messages-content .messages .messages-list ol li.item .itemimage{margin:0 10px 0 0}#user-chat .messages-content .messages .messages-list ol li.item div h1,#user-chat .messages-content .messages .messages-list ol li.item div span{margin:0;color:#fff;font-size:1rem}#user-chat .messages-content .messages .messages-list ol li.item div h1{font-weight:400}#user-chat .messages-content .messages .messages-list ol li.item div span{font-weight:600}#user-chat .messages-content .messages .messages-list ol li .avatar,#user-chat .messages-content .messages .messages-list ol li .itemimage{background-size:cover}#user-chat .messages-content .messages .messages-list ol li .avatar{height:32px;-webkit-box-flex:0;-webkit-flex:0 0 32px;-moz-box-flex:0;-moz-flex:0 0 32px;-ms-flex:0 0 32px;flex:0 0 32px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;text-align:center;margin:0 15px 0 -47px;background-position:center;background-color:#eee;}#user-chat .messages-content .messages .messages-list ol li .avatar.icons-material:before{color:#fff;font-size:30px}#user-chat .messages-content .messages .messages-list ol li .itemimage{width:45px;height:45px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:solid 1px #849daa}#user-chat .messages-content .messages .messages-list ol li .bubble{display:flex;padding:10px;max-width:65%;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;position:relative;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;align-items:flex-start;-webkit-box-shadow:0 0 1px 0 #ccc;-moz-box-shadow:0 0 1px 0 #ccc;box-shadow:0 0 1px 0 #ccc;}#user-chat .messages-content .messages .messages-list ol li .bubble.image{padding:5px;display:flex;min-width:200px;min-height:200px;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;}#user-chat .messages-content .messages .messages-list ol li .bubble.image time{right:10px;bottom:10px;color:#fff;position:absolute}#user-chat .messages-content .messages .messages-list ol li .bubble.image img{display:block;max-width:100%;max-height:300px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;cursor:pointer}#user-chat .messages-content .messages .messages-list ol li .bubble.image .overlay{top:0;left:0;right:0;bottom:0;z-index:1;content:"";position:absolute;background:rgba(0,0,0,0.2);background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.3) 100%)}#user-chat .messages-content .messages .messages-list ol li .bubble p{margin:0;-webkit-flex-basis:90%;-moz-flex-basis:90%;-ms-flex-preferred-size:90%;flex-basis:90%;word-break:break-all;}#user-chat .messages-content .messages .messages-list ol li .bubble p a{display:inline;color:#607d8b}#user-chat .messages-content .messages .messages-list ol li .bubble time,#user-chat .messages-content .messages .messages-list ol li .bubble > span{-webkit-flex-basis:5%;-moz-flex-basis:5%;-ms-flex-preferred-size:5%;flex-basis:5%}#user-chat .messages-content .messages .messages-list ol li .bubble time{font-size:.7142857142857143rem;margin:3px 0 0 10px}#user-chat .messages-content .messages .messages-list ol li .bubble a{display:block}#user-chat .messages-content .messages .messages-list ol li.self{padding:0 25px;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end;}#user-chat .messages-content .messages .messages-list ol li.self .bubble{background:#90a4ae;color:#fff;}#user-chat .messages-content .messages .messages-list ol li.self .bubble a{color:#fff;cursor:pointer}#user-chat .messages-content .messages .messages-list ol li.self .bubble .status{display:flex;margin:3px 0 0 10px;}#user-chat .messages-content .messages .messages-list ol li.self .bubble .status:before,#user-chat .messages-content .messages .messages-list ol li.self .bubble .status:after{font-size:15px}#user-chat .messages-content .messages .messages-list ol li.self .bubble .status:after{margin-left:-10px}#user-chat .messages-content .messages .messages-list ol li.self .bubble .status.sended:before{content:"\e90f"}#user-chat .messages-content .messages .messages-list ol li.self .bubble .status.sended:before{content:"\e90a"}#user-chat .messages-content .messages .messages-list ol li.self .bubble .status.received:before,#user-chat .messages-content .messages .messages-list ol li.self .bubble .status.received:after{color:#fff}#user-chat .messages-content .messages .messages-list ol li.self .bubble .status.displayed:before,#user-chat .messages-content .messages .messages-list ol li.self .bubble .status.displayed:after,#user-chat .messages-content .messages .messages-list ol li.self .bubble .status.received:before,#user-chat .messages-content .messages .messages-list ol li.self .bubble .status.received:after{content:"\e90a"}#user-chat .messages-content .messages .messages-list ol li.self .bubble .status.displayed:before,#user-chat .messages-content .messages .messages-list ol li.self .bubble .status.displayed:after{color:#0ef}#user-chat .messages-content .messages .messages-list ol li.other{padding:0 25px 0 70px;}#user-chat .messages-content .messages .messages-list ol li.other .bubble{background:#fff;}#user-chat .messages-content .messages .messages-list ol li.other .bubble p time{color:#9b9b9b}#user-chat .messages-content .messages .messages-list ol li.first-of-group{margin:15px 0 5px;}#user-chat .messages-content .messages .messages-list ol li.first-of-group .bubble:before{top:0;width:0;height:0;content:"";position:absolute;border-style:solid}#user-chat .messages-content .messages .messages-list ol li.first-of-group.self .bubble{border-top-right-radius:0;}#user-chat .messages-content .messages .messages-list ol li.first-of-group.self .bubble:before{right:-10px;border-width:10px 10px 0 0;border-color:#90a4ae transparent transparent transparent}#user-chat .messages-content .messages .messages-list ol li.first-of-group.other .bubble{border-top-left-radius:0;}#user-chat .messages-content .messages .messages-list ol li.first-of-group.other .bubble:before{left:-10px;border-width:0 10px 10px 0;border-color:transparent #fff transparent transparent}#user-chat .messages-content .messages .image-preview,#user-chat .messages-content .messages .location-picker{bottom:0;width:100%;background:#fff;position:absolute;margin-bottom:-70%;height:calc(100% - 55px);-webkit-transition:margin-bottom .5s ease-out;-moz-transition:margin-bottom .5s ease-out;-ms-transition:margin-bottom .5s ease-out;-o-transition:margin-bottom .5s ease-out;transition:margin-bottom .5s ease-out;}#user-chat .messages-content .messages .image-preview.open,#user-chat .messages-content .messages .location-picker.open{margin-bottom:0}#user-chat .messages-content .messages .image-preview header,#user-chat .messages-content .messages .location-picker header{height:10%;background:#b0bec5;}#user-chat .messages-content .messages .image-preview header span,#user-chat .messages-content .messages .location-picker header span{cursor:pointer;margin-left:auto}#user-chat .messages-content .messages .image-preview figure,#user-chat .messages-content .messages .location-picker figure,#user-chat .messages-content .messages .image-preview #chat-location-map,#user-chat .messages-content .messages .location-picker #chat-location-map{width:100%}#user-chat .messages-content .messages .image-preview .loading-bounce,#user-chat .messages-content .messages .location-picker .loading-bounce{position:absolute}#user-chat .messages-content .messages .image-preview #chat-location-map,#user-chat .messages-content .messages .location-picker #chat-location-map{height:90%;}#user-chat .messages-content .messages .image-preview #chat-location-map #chat-location-autocomplete-input,#user-chat .messages-content .messages .location-picker #chat-location-map #chat-location-autocomplete-input{width:879px;margin:10px;font-size:1rem;display:block;line-height:3em;padding:5px 40px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-width:thin;border-style:solid;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-color:#ccc;background-color:#fff;}#user-chat .messages-content .messages .image-preview #chat-location-map #chat-location-autocomplete-input:focus,#user-chat .messages-content .messages .location-picker #chat-location-map #chat-location-autocomplete-input:focus{outline:none}#user-chat .messages-content .messages .image-preview > span,#user-chat .messages-content .messages .location-picker > span{top:80px;position:absolute;}#user-chat .messages-content .messages .image-preview > span.send,#user-chat .messages-content .messages .location-picker > span.send{right:25px;color:#02b875;cursor:pointer}#user-chat .messages-content .messages .image-preview > span.location,#user-chat .messages-content .messages .location-picker > span.location{left:25px;color:#8e8e8e}#user-chat .messages-content .messages .image-preview figure,#user-chat .messages-content .messages .location-picker figure{margin:0;height:90%;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;background-size:80%;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;}#user-chat .messages-content .messages .image-preview figure img,#user-chat .messages-content .messages .location-picker figure img{max-width:80%;height:50%}#user-chat .messages-content .messages .image-preview figure span,#user-chat .messages-content .messages .location-picker figure span{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:70px;width:70px;display:flex;color:#fff;cursor:pointer;position:absolute;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;background:rgba(0,0,0,0.3);}#user-chat .messages-content .messages .image-preview figure span:before,#user-chat .messages-content .messages .location-picker figure span:before{font-size:40px;margin-left:5px}#user-chat .messages-content .messages .image-preview figure span:hover,#user-chat .messages-content .messages .location-picker figure span:hover{background:rgba(0,0,0,0.8)}#user-chat .messages-content .messages .image-preview figure span.hide,#user-chat .messages-content .messages .location-picker figure span.hide{display:none}#user-chat .messages-content .messages footer{display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;border-top:1px solid #ccc;}#user-chat .messages-content .messages footer input{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:100%;border:none;outline:none;padding:0 25px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#user-chat .messages-content .messages footer .actions{padding:0 20px;}#user-chat .messages-content .messages footer .actions span{cursor:pointer;color:#8e8e8e;}#user-chat .messages-content .messages footer .actions span:hover{color:#000}#user-chat .messages-content .messages footer .actions input{display:none}#user-chat .messages-content .messages footer p{margin:0 25px;color:#999;}#user-chat .messages-content .messages footer p span{color:#607d8b;cursor:pointer}#user-chat .empty{-webkit-flex-basis:100%;-moz-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;text-align:center;}#user-chat .empty h3{font-size:1.428571428571429rem;font-weight:600}#user-chat .empty p{color:#44484a}#user-chat .empty .icon-message{width:173px;height:173px;margin:135px auto 0;background-color:#d2d2d2;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;position:relative;}#user-chat .empty .icon-message .icon{position:absolute;}#user-chat .empty .icon-message .icon:first-child{width:85px;height:60px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;left:25px;top:45px;z-index:10}#user-chat .empty .icon-message .icon:first-child:after{content:"";position:absolute;top:100%;left:15px;border-width:20px 25px 0 0;border-style:solid;border-color:#fff transparent;-webkit-transform:skewX(0);-moz-transform:skewX(0);-ms-transform:skewX(0);-o-transform:skewX(0);transform:skewX(0)}#user-chat .empty .icon-message .icon:last-child{width:85px;height:60px;background:#a3a3a3;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;right:20px;top:60px;z-index:5}#user-chat .empty .icon-message .icon:last-child:after{content:"";position:absolute;top:100%;left:40px;border-width:20px 0 0 25px;border-style:solid;border-color:#a3a3a3 transparent;-webkit-transform:skewX(0);-moz-transform:skewX(0);-ms-transform:skewX(0);-o-transform:skewX(0);transform:skewX(0)}#user-chat .empty .icon-message .icon .lines{width:62px;height:8px;display:inline-block;margin:15px auto 0;border-top:4px solid #02b875;border-bottom:4px solid #02b875;position:relative;}#user-chat .empty .icon-message .icon .lines:after{content:"";position:absolute;width:80%;height:4px;background-color:#02b875;left:0;top:20px}#user-chat .loadingImage{position:absolute}#user-chat .loading,#user-chat .loadingImage{width:70px;text-align:center;-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;}#user-chat .loading div,#user-chat .loadingImage div{width:18px;height:18px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;display:inline-block;background-color:#02b875;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;-moz-animation:sk-bouncedelay 1.4s infinite ease-in-out both;-ms-animation:sk-bouncedelay 1.4s infinite ease-in-out both;-o-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both;}#user-chat .loading div.bounce1,#user-chat .loadingImage div.bounce1{animation-delay:-.32s}#user-chat .loading div.bounce2,#user-chat .loadingImage div.bounce2{animation-delay:-.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@-moz-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-o-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}
#marketing-banners{width:300px;float:right}#marketing-top{margin-bottom:20px}#marketing-top:after{content:" ";clear:both;display:block}#celebritie{position:absolute;left:-134px;top:-60px}.marketing-box-image{float:right}.flat-map .country-area{background:#fff;border-color:#efefef;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-height:250px;padding:10px;width:658px;}.flat-map .country-area a{bottom:0;right:0}.flat-map .country-area img{max-height:240px}.flat-map .content-description{float:none;margin:0;width:auto;}.flat-map .content-description .title{display:none}.flat-map .content-description .cities-title{margin:0;padding:0;width:auto;}.flat-map .content-description .cities-title::before{margin:0;vertical-align:bottom}.flat-map .content-description .list-cities{padding:10px 0 10px 26px;}.flat-map .content-description .list-cities li{padding-bottom:5px}.flat-map .adserving{float:right}.adsense-map-video .country-area{width:638px;height:348px}
#downloadapp-modal{display:table;}#downloadapp-modal .modal-container{width:1025px;height:523px;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-image:url("https://static01.olx-st.com/mobile-webapp/images/desktop/apps/overlay/background.jpg");-webkit-box-shadow:0 0 10px 1px rgba(0,0,0,0.65);-moz-box-shadow:0 0 10px 1px rgba(0,0,0,0.65);box-shadow:0 0 10px 1px rgba(0,0,0,0.65);}#downloadapp-modal .modal-container .modal-header{background:transparent;border:none;}#downloadapp-modal .modal-container .modal-header .icon-close{color:#bc9461;}#downloadapp-modal .modal-container .modal-header .icon-close:hover{color:#bc9461}#downloadapp-modal .modal-container .modal-content{background:transparent;float:right;width:600px;height:523px;text-align:center;padding:95px 20px 0 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}#downloadapp-modal .modal-container .modal-content h3,#downloadapp-modal .modal-container .modal-content p{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,0.75);letter-spacing:1px}#downloadapp-modal .modal-container .modal-content h3{margin-top:10px;font-size:2.285714285714286rem}#downloadapp-modal .modal-container .modal-content p{font-size:1.714285714285714rem}#downloadapp-modal .modal-container .modal-content .stores .store{height:66px;width:199px;display:inline-block;background:url("https://static01.olx-st.com/mobile-webapp/images/desktop/apps/overlay/stores.png")}#downloadapp-modal .modal-container .modal-content .stores .ios{background-position:right}
.mediumbanner-view{background:#fff;border-color:#ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:1px;padding:10px;position:fixed;bottom:20px;right:20px;min-width:350px;padding:15px;visibility:hidden;opacity:0;-webkit-transition:visibility 0s linear 300ms,opacity 300ms 0ms;-moz-transition:visibility 0s linear 300ms,opacity 300ms 0ms;-ms-transition:visibility 0s linear 300ms,opacity 300ms 0ms;-o-transition:visibility 0s linear 300ms,opacity 300ms 0ms;transition:visibility 0s linear 300ms,opacity 300ms 0ms;z-index:51;}.mediumbanner-view:after{content:" ";clear:both;display:block}.mediumbanner-view .close{position:absolute;right:5px;top:5px;font-size:1.428571428571429rem;cursor:pointer;color:#999}.mediumbanner-view.active{visibility:visible;opacity:1;-webkit-transition:visibility 0s linear 0s,opacity 300ms 0ms;-moz-transition:visibility 0s linear 0s,opacity 300ms 0ms;-ms-transition:visibility 0s linear 0s,opacity 300ms 0ms;-o-transition:visibility 0s linear 0s,opacity 300ms 0ms;transition:visibility 0s linear 0s,opacity 300ms 0ms}.mediumbanner-view .mobiles,.mediumbanner-view p,.mediumbanner-view .stores{float:left}.mediumbanner-view .mobiles{margin-right:10px}.mediumbanner-view .stores{margin:15px 10px 0 0}.mediumbanner-view p{margin:10px 0 0;font-size:1.142857142857143rem;line-height:20px}
.apps_download_view .apps{position:relative;margin:25px 0;background:#1a809a;border-color:#1a809a;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-style:solid;border-width:0;padding:20px 15px;}.apps_download_view .apps p{color:#fff;font-size:1.428571428571429rem;margin:0;line-height:1;}.apps_download_view .apps p span{font-size:1rem}.apps_download_view .apps .stores{display:inline-block}.apps_download_view .apps.home p,.apps_download_view .apps.postSuccess p{display:inline-block;vertical-align:bottom;height:45px;width:460px}.apps_download_view .apps.home .stores,.apps_download_view .apps.postSuccess .stores{margin:0 0 0 10px}.apps_download_view .apps.home .devices,.apps_download_view .apps.postSuccess .devices{position:absolute;right:15px;bottom:0}.apps_download_view .apps.postSuccess p{width:460px;font-size:18px}.apps_download_view .apps.home p{width:450px}.apps_download_view .apps.listing,.apps_download_view .apps.item{text-align:center;padding-bottom:0;}.apps_download_view .apps.listing p,.apps_download_view .apps.item p{margin:0 0 10px 0}.apps_download_view .apps.listing .stores,.apps_download_view .apps.item .stores{margin:10px 0 0 0}.apps_download_view .apps.listing .devices,.apps_download_view .apps.item .devices{vertical-align:top;margin:20px 0 0 0}.apps_download_view .apps.item{margin:15px 0;padding:20px 0 0;}.apps_download_view .apps.item:after,.apps_download_view .apps.item:before{border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:10;top:100%;left:50%}.apps_download_view .apps.item:after{border-color:rgba(255,238,119,0);border-width:30px;margin-left:-30px;border-top-color:#fe7}.apps_download_view .apps.item:before{border-color:rgba(204,204,0,0);border-width:31px;margin-left:-31px;border-top-color:#cc0}.apps_download_view .apps.item::before,.apps_download_view .apps.item::after{left:140px;top:-16px}.apps_download_view .apps.item p{padding:0 15px}.apps_download_view .apps.item .stores:nth-of-type(1){margin-right:10px}.apps_download_view .apps.item .bubble{transition-property:all;transition-duration:.5s;transition-timing-function:cubic-bezier(0,1,.5,1);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#f70;position:absolute;vertical-align:middle;text-align:center;color:#fff;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);}.apps_download_view .apps.item .bubble.active{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.apps_download_view .apps.item .bubble.msg{width:80px;height:80px;left:20px;bottom:50px;font-size:12px;transition-delay:1s;}.apps_download_view .apps.item .bubble.msg:before{font-size:35px;margin-top:10px}.apps_download_view .apps.item .bubble.sms{width:50px;height:50px;right:25px;bottom:92px;font-size:10px;transition-delay:2s;}.apps_download_view .apps.item .bubble.sms:before{font-size:20px;margin-top:9px}.apps_download_view .apps.item .bubble.call{width:60px;height:60px;right:35px;bottom:10px;font-size:11px;transition-delay:3s;}.apps_download_view .apps.item .bubble.call:before{font-size:25px;margin-top:9px}