* {
  margin: 0;
  padding: 0;
}
html,body {
  height: 100%;
  font-family:Arial,Helvetica,sans-serif;
  line-height: 1.71428571;
  font-size: 14px;
}
body {
  color: #707676;
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  background-color: #ebebeb;
}
a:link {
    color: #0074ba;
    text-decoration: none;
}
a:visited,a:active {
    color: #0074ba;
}
a:link:hover,a:link:focus,a:visited:hover,a:visited:focus {
    color: #00547e;
}
a img {
  border: none;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 500;
  color: #2f3432;
  margin: 24px 0 16px;
}
h1,.h1 {
    font-size: 1.7143rem;
    line-height: 1.5;
}
h2,.h2 {
    font-size: 1.4286rem;
    line-height: 1.4;
}
h3,.h3 {
    font-size: 1.2858rem;
    line-height: 1.33333333;
}
h4,.h4 {
    font-size: 1.1429rem;
    line-height: 1.5;
}
h5,.h5 {
    font-size: 1rem;
    line-height: 1.71428571;
}
h6,.h6 {
    font-size: .8572rem;
    line-height: 1.5;
}
ul,li {
    list-style: none;
    margin: 0;
    padding: 0;
}
form {
    padding: 0;
    margin: 0;
    display: inline;
}
.wrapper {
  background: white;
  padding: 24px 9px;
}
main .wrapper {
  margin-bottom:20px;
}
main .wrapper:last-child {
  margin-bottom:50px;
}
.wrapper.footer {
  padding-top:12px;
  padding-bottom:12px;
}
.header-wrapper {
  background: white;
  padding-left: 9px;
  padding-right: 9px;
}
.mobile-header {
  margin-top:-1px;
  background-color:#eff7ff;
  border-bottom:1px solid #a7c1dc;
}
.side-border {
  border-left: 1px solid #e2e2dd;
  border-right: 1px solid #e2e2dd;
}
.top-none-border {
  border-left: 1px solid #e2e2dd;
  border-right: 1px solid #e2e2dd;
  border-bottom: 1px solid #e2e2dd;
}
.bottom-none-border {
  border-left: 1px solid #e2e2dd;
  border-right: 1px solid #e2e2dd;
  border-top: 1px solid #e2e2dd;
}
.full-border {
  border: 1px solid #e2e2dd;
}
.top-radius {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.bottom-radius {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.full-radius {
  border-radius: 8px;
}
.btn-post {
  color: #673500 !important;
  font-size: 14px;
  font-weight:700;
  background: #ffd972;
  text-shadow: 0 1px 0 #ffee96;
  background: #ffca5e;
  background: -webkit-linear-gradient(#ffd972,#ffba49);
  background: linear-gradient(#ffd972,#ffba49);
  padding: 12px 24px;
  border:1px solid #b17916;
  border-radius: 4px;
}
.btn-post:hover {
  text-decoration: none;
  color:#673500;
}
.ul-note {
  padding-inline-start: 40px;
  margin-bottom:10px;
}
.ul-note li {
  list-style: disc;
}
.alert.alert-primary {
  border-color:#5086c1;
  border-width: 2px;
}
.promote-btn {
  color: #fff !important;
  font-weight: 700;
  -webkit-box-shadow: 0 2px 0 #d4ded9;
  box-shadow: 0 2px 0 #d4ded9;
  text-shadow: 0 1px 0 #055a49;
  border-radius: 5px;
  padding: 10px 25px;
  text-align: center;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#10846f),to(#149777));
  background-image: -webkit-linear-gradient(#149777,#10846f);
  background-image: -moz-linear-gradient(#149777,#10846f);
  background-image: -o-linear-gradient(#149777,#10846f);
  background-image: linear-gradient(#149777,#10846f);
  background-repeat: no-repeat;
  border: solid 0 transparent;
}
#header {
  margin-bottom:20px;
}
#header .header-wrapper {
  padding-top:12px;
  padding-bottom:12px;
  -webkit-box-shadow: 0 3px 0 #cddce0;
  box-shadow: 0 3px 0 #cddce0;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#8e1868),to(#d42099));
  background-image: -webkit-linear-gradient(#d42099,#8e1868);
  background-image: -moz-linear-gradient(#d42099,#8e1868);
  background-image: -o-linear-gradient(#d42099,#8e1868);
  background-image: linear-gradient(#d42099, #8e1868);
  background-repeat: no-repeat;
}
.nav-list {
  margin-top:10px;
}
.nav-list li {
  display: inline;
}
.nav-login>li.log-btn>a{
  color:#444;
  margin: 16px 12px;
  padding: 8px;
  line-height: 20px;
  border:1px solid #ffffff;
  border-radius:6px;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#e0e0e0),to(#ffffff));
  background-image: -webkit-linear-gradient(#ffffff,#e0e0e0);
  background-image: -moz-linear-gradient(#ffffff,#e0e0e0);
  background-image: -o-linear-gradient(#ffffff,#e0e0e0);
  background-image: linear-gradient(#ffffff,#e0e0e0);
  background-repeat: no-repeat;
}
.nav-login>li.log-btn>a:hover {
  color: rgba(0,0,0,.60);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e0e0e0));
  background-image: -webkit-linear-gradient(#e0e0e0,#ffffff);
  background-image: -moz-linear-gradient(#e0e0e0,#ffffff);
  background-image: -o-linear-gradient(#e0e0e0,#ffffff);
  background-image: linear-gradient(#e0e0e0,#ffffff);
}
.nav-login>li.log-btn>a:hover i {
  color: rgba(0,0,0,.60);
}
.nav-login>li>a i {
  color:#444;
  margin-right:4px;
}
.m-nav {
  margin-top:0;
  padding-top:10px;
  padding-bottom:10px;
}
.m-nav>li.log>a {
  color:#0e5692;
  padding:2px 6px;
}
.m-nav>li.log:first-child a {
  margin-right:10px;
}
.m-nav>li.log>a>i {
  color:#0e5692;
  margin-right:3px;
}
.login-nav-bar {
  padding-bottom:15px;
}
.login-nav {
  text-align:right;
}
.login-nav span.h4 {
  color:#333;
  font-weight:700;
}
.login-nav .balance {
  color: #3c763d;
  background-color:#dff0d8;
  border:1px solid #d6e9c6;
  padding:4px 15px;
  border-radius:6px;
  float:right;
}
.login-nav .balance>span {
  margin:0;
}
.buy-ads-header {
  margin-top:10px;
}
.buy-ads-content p {
  margin-bottom: 10px;
  line-height: 23px;
}
.how-btn {
  border:1px solid #eee;
  border-radius:6px;
  padding:6px 15px;
}
.btn-select {
  color:#333;
  font-weight:700;
  font-size:15px;
}
.btn-select i {
  color:#cd1f94;
  font-size:18px;
  padding-right:10px;
  vertical-align: middle;
}
.btn-select:visited,.btn-select:hover,.btn-select:active,.btn-select:focus {
  text-decoration: none;
}
.is-link{cursor:pointer}
#searchbar {
  border-bottom: 2px solid #ebebeb;
  padding-bottom:10px;
}
#searchbar .btn-select {
  margin-top:3px;
  padding-bottom:5px;
  margin-bottom:10px;
}
#searchbar .btn-search {
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 0 #881361;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8e1868), to(#d42099));
  background-image: -webkit-linear-gradient(#d42099, #8e1868);
  background-image: -moz-linear-gradient(#d42099, #8e1868);
  background-image: -o-linear-gradient(#d42099, #8e1868);
  background-image: linear-gradient(#d42099, #8e1868);
  background-repeat: no-repeat;
  border: solid 0 transparent
}
#searchbar .btn-search:hover {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8e1868), to(#e44eb3));
  background-image: -webkit-linear-gradient(#e44eb3, #8e1868);
  background-image: -moz-linear-gradient(#e44eb3, #8e1868);
  background-image: -o-linear-gradient(#e44eb3, #8e1868);
  background-image: linear-gradient(#e44eb3, #8e1868);
}
.serp-locations h3 {
  margin-bottom:16px;
}
.serp-locations h3:first-child {
  margin-top:0;
}
.serp-locations p {
  margin-bottom:1rem;
}
.serp-locations ul {
  border-bottom:1px solid #d4ded9;
  margin-bottom:1rem !important;
  list-style:none;
  margin:0;
  padding:0;
}
.serp-locations ul li {
  border-top:1px solid #d4ded9;
}
.serp-locations ul li .icon {
  margin-right:9px;
}
.serp-locations ul li a {
  display:block;
  padding:8px 0;
}
.serp-locations ul li a:after {
  content: '〉';
  color:#afb7ad;
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  float:right;
  font-weight:900;
}
.serp-locations ul li a.is-active {
  font-weight:700;
  color:#333;
}
.serp-locations ul li a.is-active:after {
  color:#333;
}
/* .sidebar-item.locations {
  background-color: #e4faff;
  padding:10px;
  border:1px solid #64bcd0;
  border-radius:6px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
} */
#sidebar {
  border-right: 2px solid #ebebeb;
  position: relative;
  padding-top:24px;
  padding-bottom:275px;
}
#sidebar:after {
  content: '';
  position: absolute;
  bottom:0;
  right:-2px;
  height:275px;
  width:2px;
  background: #ebebeb;
  background: -webkit-linear-gradient(#ebebeb,#fff 66%);
  background: linear-gradient(#ebebeb,#fff 66%);
}
.sidebar-item {
  padding-bottom:20px;
}
.sidebar-title {
  color:#707676;
  display: block;
  font-weight:700;
  font-size:13px;
  padding-bottom:6px;
  border-bottom:1px solid #e2e2dd;
}
.sidebar-title:hover {color:#707676}
.sidebar-title i {
  padding-right:3px;
}
.sidebar-tree {
  line-height:25px;
  margin:0;
  padding:0;
}
.sidebar-tree-item .icon {
  position: absolute;
}
.sidebar-tree-item .icon+.text {
  margin-left: 1.9rem;
  display: inline-block;
	line-height:30px;
}
.ui-sprite.categories-18 {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-image: url(../images/cat-sm.png);
}
.ui-sprite.categories-18.animals-pets {
    background-position: 0 0;
}
.ui-sprite.categories-18.automobiles {
    background-position: 0 -18px;
}
.ui-sprite.categories-18.building-materials-construction {
    background-position: 0 -36px;
}
.ui-sprite.categories-18.business-industry {
    background-position: 0 -54px;
}
.ui-sprite.categories-18.computer-accessories {
    background-position: 0 -72px;
}
.ui-sprite.categories-18.education {
    background-position: 0 -90px;
}
.ui-sprite.categories-18.electronics {
    background-position: 0 -108px;
}
.ui-sprite.categories-18.events-functions {
    background-position: 0 -126px;
}
.ui-sprite.categories-18.food-agriculture {
    background-position: 0 -144px;
}
.ui-sprite.categories-18.healthcare-fashion-beauty {
    background-position: 0 -162px;
}
.ui-sprite.categories-18.home-kitchen-garden {
    background-position: 0 -180px;
}
.ui-sprite.categories-18.hotel-travel-leisure {
    background-position: 0 -198px;
}
.ui-sprite.categories-18.investment-finance {
    background-position: 0 -216px;
}
.ui-sprite.categories-18.job-vacancies {
    background-position: 0 -234px;
}
.ui-sprite.categories-18.marriage-proposals {
    background-position: 0 -252px;
}
.ui-sprite.categories-18.mobile-phones {
    background-position: 0 -270px;
}
.ui-sprite.categories-18.personal {
    background-position: 0 -288px;
}
.ui-sprite.categories-18.property-sales {
    background-position: 0 -306px;
}
.ui-sprite.categories-18.spa-ayurveda-massage {
    background-position: 0 -324px;
}
.ui-sprite.categories-18.sports-wellness-entertainment {
    background-position: 0 -342px;
}
.ui-sprite.categories-18.wanted {
    background-position: 0 -360px;
}
.sidebar-tree-item .sidebar-tree-item {
  margin-left:1.5rem;
}
.sidebar-tree-item {
  margin:.4rem 0;
  padding:0;
}
.sidebar-tree-item>a {
  position: relative;
  display: inline-block;
}
.sidebar-tree-item.is-active>a {
  color: #333;
  font-weight: 700;
}
.sidebar-tree-item>a>.has-indicator:before {
    content: '〈 ';
}

.sidebar-tree-item:not(.is-active)>a>.icon.has-indicator+.text {
    margin-left: 2.9rem;
}
.sidebar-tree-item>a .ui-badge {
  color: #707676;
  margin-left: .33rem;
  font-size:.8572rem;
}
.social-icon-title {
  font-size: 18px;
  padding-top: 0;
  display: block;
  color: #dd4d40;
  padding-bottom: 12px;
  border-bottom: 1px solid #ebebeb;
}
.fa-single-ad-circle {
  padding: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  margin-top: 10px;
  margin-right: 10px;
}
.fa_facebook {
  background: #0074ba;
  color: #fff;
}
.fa_twitter {
  background: #00a3f1;
  color: #fff;
}
.item-banner.is-square {
  margin: 0 0 1.8rem;
}
#serp-panel {
  padding-top:24px;
  padding-bottom: 24px;
}
.main-panel-title h3 {
  margin-top:0;
  color:#332b20;
}
.log-panel,.login-panel,.post-panel,.review-panel {
  padding:34px 24px;
}
.log-panel .title,.login-panel .title,.post-panel .title {
  margin: 0 0 28px;
}
.log-panel .log-text {
  margin-top:25px;
}
.post-panel .title {
  margin: 0 0 18px;
}
.post-panel .form-group label {
  margin-top:15px;
}
.review-panel .title {
  color: #b00d50;
  border-bottom:1px solid #eee;
  padding-bottom:20px;
  margin: 0 0 18px;
}
.review-panel p {
  margin: 0 0 10px;
}
.required:after {
  content:'*';
  color:red;
  padding-left:2px;
}
.promo-active {
  display: inline-block;
  padding:2px 3px;
}
.promo-active i {
  color:#1c7aca;
}
.ctm-table>thead>tr>th {
  color: #374767;
  background-color: #d9edf7;
}
.ctm-table>tbody>tr>td {
  vertical-align: middle;
}
.btn:hover {
  cursor: pointer;
}
.default-btn {
    width: 100%;
    color: #fff;
    font-weight: 700;
    -webkit-box-shadow: 0 2px 0 #d4ded9;
    box-shadow: 0 2px 0 #d4ded9;
    text-shadow: 0 1px 0 #044468;
    border-radius: 5px;
    padding: 10px 5px;
    margin-right: 5px;
    text-align: center;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0e6da1), to(#1887c4));
    background-image: -webkit-linear-gradient(#1887c4, #0e6da1);
    background-image: -moz-linear-gradient(#1887c4, #0e6da1);
    background-image: -o-linear-gradient(#1887c4, #0e6da1);
    background-image: linear-gradient(#1887c4, #0e6da1);
    background-repeat: no-repeat;
    border: solid 0 transparent
}
.default-btn.sm-btn {
  width:250px;
}
.sm-btn.sm-margin {
  margin-top:8px;
}
.sm-btn.md-margin {
  margin-top:16px;
}
.default-btn:hover {
    cursor: pointer;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0e6da1), to(#1b99df));
    background-image: -webkit-linear-gradient(#1b99df, #0e6da1);
    background-image: -moz-linear-gradient(#1b99df, #0e6da1);
    background-image: -o-linear-gradient(#1b99df, #0e6da1);
    background-image: linear-gradient(#1b99df, #0e6da1)
}
.serp-list {
  margin-left:-8px;
  margin-right:-8px;
}
.serp-list-container {
  padding:0 7px 16px;
}
.default-box {
  border:1px solid #b11a80;
  border-radius:10px;
  -webkit-box-shadow: 10px 10px 12px -4px rgba(0,0,0,.49);
  -moz-box-shadow: 10px 10px 12px -4px rgba(0,0,0,.49);
  box-shadow: 10px 10px 12px -4px rgba(0,0,0,.49);
}
.default-box.hover:hover {
  cursor: pointer;
  -webkit-box-shadow: 10px 10px 5px -4px rgba(0,0,0,.49);
  -moz-box-shadow: 10px 10px 5px -4px rgba(0,0,0,.49);
  box-shadow: 10px 10px 5px -4px rgba(0,0,0,.49);
}
.serp-list-item {
  padding:10px;
}
.serp-list-item.is-top {
  background-color:#fffcdd;
  border:1px solid #f9c24f;
}
.is-top>.item-promo {
  color: #6c4b05;
  background-color: #f9c24f;
}
.serp-list-item.is-bump {
  background-color: #e0efdb;
  border: 1px solid #348018;
}
.is-bump>.item-promo {
  color: #fff;
  background-color: #348018;
}
.item-promo {
  float: right;
  margin-top:-10px;
  margin-right:-11px;
  font-size: 12px;
  padding: 2px 8px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.serp-list-item .title {
  white-space: nowrap;
  margin-bottom:10px;
  overflow: hidden;
}
.serp-list-item h3 {
  margin:0;
}
.serp-list-item h3>a,.serp-list-item h3>a:visited {
  display: block;
  color:#333;
  font-size: 16px;
  text-shadow: 0 0 1px rgb(14, 14, 14, 0.2);
}
.serp-list-item h3>a:hover {
  color:#2f79b7;
}
.serp-list-item .item-container {
  display: flex;
}
.serp-list-item .image {
  height:128px;
  margin-bottom:10px;
}
.serp-list-item .image img {
  padding:3px;
  border:1px solid #eee;
}
.serp-list-item .content {
  width:100%;
  padding-left:10px;
}
.serp-list-item .details {
  line-height:1.6;
  max-height:110px;
  overflow: hidden;
}
.serp-list-item .item-price {
  float: left;
  margin-top: 4px;
  color: #a7207b;
  font-weight:700;
}
.serp-list-item .item-date {
  float: right;
  margin-top: 8px;
  font-size:12px;
  color: #afb7ad;
}
.item-view {
  padding: 15px;
  margin-bottom:16px;
  border: 1px solid #6f91af;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 12px -4px rgba(0,0,0,.40);
  -moz-box-shadow: 10px 10px 12px -4px rgba(0,0,0,.40);
  box-shadow: 10px 10px 12px -4px rgba(0,0,0,.40);
}
.item-view .title {
  margin-bottom:5px;
}
.item-view .sub-title {
  color:#aeaeae;
  font-size:13px;
  font-style: italic;
  border-bottom:1px dashed #eee;
  padding-bottom:10px;
  margin-bottom:20px;
}
.item-view h1 {
  font-size:20px;
  margin:0;
}
.item-view h1>a,.item-view h1>a:visited {
  display: block;
  color: #333;
}
.item-view h1>a:hover {
  color: #2f79b7;
}
.ape-price-tag {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #2f3432;
  background: #ffc800;
  border: solid 1px #dcb300;
  border-width: 1px 0;
  padding: .6rem 2rem;
  -webkit-box-shadow: 0 3px #e7edee;
  box-shadow: 0 3px #e7edee;
  font-size: 18px;
  margin-bottom: 20px;
}
.ape-price-tag .r1 {
  top: -1px;
  border-right: solid 1.44rem #dcb300;
}
.ape-price-tag .r2 {
  top: 0;
  border-top-width: 1.368rem;
  border-right: solid 1.368rem #e7edee;
  border-bottom-width: 1.368rem;
}
.ape-price-tag .r3 {
  top: 4px;
  border-top-width: 1.224rem;
  border-right: solid 1.224rem #fff;
  border-bottom-width: 1.424rem;
}
.ape-price-tag .r1, .ape-price-tag .r2, .ape-price-tag .r3 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
}
.ape-price-tag .r1, .ape-price-tag .r2, .ape-price-tag .r3 {
  content: '';
  border-top: solid 1.44rem transparent;
  border-bottom: solid 1.94rem transparent;
}
.item-view .contact>a,.item-view .contact>a:visited {
  color: #0f7287;
}
.item-view .contact>a:hover {
  color: #014c5b;
  text-decoration: underline;
}
.item-view .contact>a>i {
  color:#fff;
  background-color:#0f7287;
  padding:6px 8px;
  margin-right:8px;
  border-radius: 50%;
}
.item-view .images {
  margin-top: 30px;
  text-align: center;
}
.item-view .images img {
  border:1px solid #eee;
  padding:3px;
}
.footer .footer-logo {
  float:left;
}
.footer .footer-copyright {
  margin-top:12px;
  float:right;
}
.footer-links>a {
  color: #af235c;
  padding:1px 7px;
}
.footer-links>a:not(:last-child):after {
  content: '|';
  color:#ccc1c1;
  font-size:18px;
  padding-left:14px;
}
.footer-links>a:first-child {
  margin-left:0;
}
.footer-links>a:last-child {
  margin-right:0;
}
/* Popup */
.modal-dialog.promotion-dialog .modal-top {
  margin-bottom: 5px;
}
.modal-dialog.promotion-dialog .modal-top .title {
  color:#424e4e;
  font-weight:600;
  font-size: 15px;
}
.modal-dialog.promotion-dialog .modal-top .title i {
  margin-right: 10px;
}
.modal-dialog.promotion-dialog .modal-body {
  padding:24px;
}
.modal-dialog.promotion-dialog button.close {
  position: absolute;
  top:0;
  right:0;
  padding:10px 18px;
}
.modal-dialog.promotion-dialog button.close span {
  font-size: 2.8rem;
  font-weight: 100;
}
.radiogroup .custom-radio {
  font-weight: 600;
  padding:12px 0;
  border-bottom: 1px solid rgb(212, 222, 217);
  margin-bottom:0;
  display: block;
}
.radiogroup .custom-radio:hover,.radiogroup .custom-radio:focus {
  cursor: pointer;
}
.radiogroup .custom-radio .title {
  color:#424e4e;
  padding-left:8px;
}
.radiogroup .custom-radio .price {
  color:#009877;
  float: right;
}
.apply-promo-button {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top:24px;
  padding:8px 5px;
}
/*pagination*/
.pagination {
  display: block;
  margin-top:1.4rem;
  text-align: center;
}
.pagination li {
  padding: 0 5px;
  display: inline-block;
  line-height: 0.6;
}
.pagination li a {
  display: block;
  padding: 7px 15px;
  color:#444444;
  font-weight:700;
  background-color:#eee;
  border:1px solid #ccc;
  border-radius:15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination li a:hover {
  color: #197dbb;
}
.pagination li a i {
  color: #197dbb;
  font-size: 15px;
}
.pagination li:first-child {
  line-height: 1.3;
}
.pagination li:first-child i {
  margin-right: 10px;
}
.pagination li:last-child {
  line-height: 1.3;
  border-right: none;
}
.pagination li:last-child i {
  margin-left: 10px;
}
.pagination li:nth-last-child(2) {
  border-right: 0;
}
.pagination .disabled a {
  color:#444444;
  cursor:default;
}
.pagination .active a {
  color: #444444;
  font-weight:700;
}