.icon {
    text-indent: -1000em;
    overflow: hidden;
    display: inline-block;
  }
  
  #request_custom_fields_1900001925368_label,
  #request_custom_fields_1900001925368 {
display: s;
}
  
}
/* ALERT MODULE */
.act {display: none;}
.off {display: none;}
.alert {
  /* display: block; = ON */
  /* display: none; = OFF */
 
  width: 100%;
  max-width: 980px;
  padding: 20px 34px;
  border-radius: 3px;
  margin: 20px auto -30px;
  color: #000;
  font-size: 16px;
  text-align: center;
}



.blue {background-color: #d9eef8;}
.yellow {background-color: #feecc7;}
.red {background-color: #f9e3e0;}

.alert:before {
  font-size: 30px;
  line-height: 1;
  margin: 0 10px 20px 0;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blue:before {
/*   content: "\6c"; */
  font-family: "olx-icon-font";
  color: #008fd3;
}

.yellow:before {
  content: "\e60c";
  font-family: "olx-icon-font";
  color: #fdbb44;
}

.red:before {
  content: "\26A0";
  font-family: "entypo";
  color: #d95847;
}

.alert a {
  font-weight: bold;
}

.alert.blue a {
  color: #008fd3;
}
.alert.yellow a {
  color: #fdbb44;
}
.alert.red a {
  color: #d95847;
}


/* Base styles */
*, input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: "poppins-regular";
  font-style: normal;
  font-weight: normal;
  src: url("/hc/theming_assets/01HZM5EGXRZRDV7T8W9GTTX7DQ") format("truetype");
}

.white-aside span.article-phone {
  display: none;
}

.promoted-articles a {
  color: #000;
}

html {
  background-color: #FAFAFA;
}

body {
  color: rgba(0, 47, 52, 1);
  font-family: 'poppins-regular';
  font-size: 14px;
  font-weight: lighter;
  line-height: 1.5;
  margin: 0;
}

:focus {outline: none;}

img {
  max-width: 100%;
  vertical-align: middle;
}

img[width], img[height] {
  max-width: none;
}

figure > img {
  display: block;
}

a {
  color: #38b;
  font-family: 'poppins-regular';
  text-decoration: none;
}

a:hover {
  color: #369;
  text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

[dir="rtl"] table {
  text-align: right;
}

td, th {
  border-color: #ffffff;
  border-style: solid;
  padding: 12px;
}

th {
  border-width: 1px 0;
  color: #bebebe;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
}

td {
  border-width: 0 0 1px 0;
}

h1, h2, h3, h4, h5, h6 {
  color: black;
  font-weight: 400;
}

h4 {
  font-size: 16px; 
}

h1 {
  font-size: 26px;
}

input, label {
  display: inline-block;
  vertical-align: middle;
}

label {
  font-size: 16px;
}

input[type="checkbox"] + label {
  margin-left: 5px;
}

input, textarea {
  border: 1px solid #dddddd;
  padding: 10px;
}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

textarea, input[type=text] {
  width: 100%;
}

input, textarea, select {
  color: #555;
}

input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
}

/* Buttons */
button, [role=button], [type=button], [type=submit] {
  border: 1px solid #dddddd;
  color: rgba(58, 119, 255, 1);
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 12px;
}

a[role=button]:hover {
  text-decoration: none;
}

.user-info-holder [role=button] {
  border: none;
  background: none !important;
  box-shadow: none !important;
}

.user-info-holder [role=button]:before {
  color: rgba(58, 119, 255, 1);
  content: "\5f";
  display: inline-block;
  font-family: 'poppins-regular';
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 6px;
  margin-top: -4px;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.user-info-holder .with-image[role=button]:before {
  content: "";
}

a.login, .btn.with-image.dropdown-toggle {
  display:none;
}

input[type=submit] {
  background: #444;
  border-color: transparent;
  color: #FFF;
  padding: 10px 30px;
}

input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: 0.4;
}

button img, [role=button] img {
  border-radius: 4px;
  margin: 0 5px 0 0;
  height: 20px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

[dir="rtl"] button img, [dir="rtl"] [role=button] img {
  margin: 0 0 0 5px;
}

/* Forms */
.form {
  max-width: 505px;
  margin-top: 40px;
}

.form-field + .form-field {
  margin-top: 15px;
}

.form-field label {
  display: block;
  margin-bottom: 5px;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label:after {
  content: "*";
  color: rgba(58, 119, 255, 1);
  font-size: 18px;
  font-weight: bold;
  margin-left: 2px;
}

.form-field p {
  color: #bebebe;
  font-size: 11px;
}

.form-field input[type=number], .form-field input.datepicker {
  width: 150px;
}

.form form + form, .searchbox {
  margin-top: 25px;
}

.searchbox-suggestions {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 10px 20px;
}

.searchbox-suggestions li {
  padding: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("/hc/theming_assets/01HZM5EFPAZ1C8M2NPQM3TCMWM") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  padding-top: 30px;
  text-align: left;
}

.form footer a {
  color: #cccccc;
  cursor: pointer;
  margin-right: 15px;
}

/* Navigation menus */
.nav li, .nav-bordered li, .nav-spaced li {
  display: inline-block;
  font-weight: bold;
}

.nav li a, .nav-bordered li a, .nav-spaced li a {
  font-weight: normal;
}

.nav-bordered li + li {
  border-color: #eeeeee;
  border-style: solid;
  border-width: 0 0 0 1px;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
}

[dir="rtl"] .nav-bordered li + li {
  border-width: 0 1px 0 0;
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
}

.nav-spaced li + li {
  margin: 0 0 0 40px;
}

[dir=rtl] .nav-spaced li + li {
  margin: 0 40px 0 0;
}

/* Breadcrumbs */
.breadcrumbs {
  margin: 20px 0 30px;
  display: table;
}

.breadcrumbs li {
  color: #999;
  display: inline;
  font-size: 12px;
  background-color: #fff;
  padding: 10px 15px;
  border: 1px solid #ccc;
}

.breadcrumbs li + li {
  border-left: none;
}

.breadcrumbs li:first-child {
  border-radius: 4px 0 0 4px;
}

.breadcrumbs li:last-child {
  border-radius: 0 4px 4px 0;
  background-color: #f3f3f3;
}

.breadcrumbs li:last-child, .breadcrumbs li:last-child a {
  font-weight: bold;
}

/*.breadcrumbs li + li:before {
  content: ">";
  font-weight: normal;
  margin: 0 5px 0 3px;
}*/

.breadcrumbs li:first-child a:before {
  font-family: "entypo";
  content: "\E75D";
  color: #999;
  font-size: 21px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.breadcrumbs li a {
  color: #999;
  font-weight: normal;
}
.breadcrumbs li a:hover {
  text-decoration: none;
  color: #999;
}

/* Labels */
.label, .request-status {
  border-radius: 20px;
  display: inline-block;
  font-size: 10px;
  padding: 3px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Metadata */
.meta, .meta-group {
  color: #cccccc;
  display: inline-block;
  font-size: 11px;
}

.meta-group * + *:before {
  content: "\2022";
  font-size: 8px;
  margin: 0 10px;
}

/* Helper classes */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.wrapper-main {
  margin: auto;
  max-width: 1020px;
  min-width: 824px;
  height: 72px;
  background-color: #628;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* Social share links */
.share {
  white-space: nowrap;
  width: 140px;
  margin: 30px 0 0;
}

.share li, .share a {
  display: inline-block;
}

.share a {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}

.share a:before {
  background: #CCC;
  border-radius: 50%;
  color: #FFF;
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share-twitter:before {
  content: "\F309";
}

.share-facebook:before {
  content: "\F30C";
}

.share-linkedin:before {
  content: "\F318";
}

.share-googleplus:before {
  content: "\F30F";
}

/* Pagination */
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
/*  border: 1px solid #eeeeee;*/
  float: left;
  background-color: rgba(58, 119, 255, 1);
}
.pagination li + li {
  border-left: 1px solid #fff;
}
.pagination li:hover {
/*  border: 1px solid #628;*/
  background-color: #919f00;
}
[dir="rtl"] .pagination li {
  float: right;
}
.pagination a:hover {
  text-decoration: none;
}
.pagination a, .pagination span {
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  font-weight: bold;
}

.pagination-current {
  background-color: #778300 !important;
  color: #fff;
}

.pagination-first, .pagination li:first-child {
  border-radius: 4px 0 0 4px;
}
[dir="rtl"] .pagination-first {
  border-radius: 0 4px 4px 0;
}

.pagination-last, .pagination li:last-child {
  border-radius: 0 4px 4px 0;
}
[dir="rtl"] .pagination-last {
  border-radius: 4px 0 0 4px;
}

/* Markdown styles */
.markdown {
  word-wrap: break-word;
  line-height: 1.7;
}
.markdown img {
  max-width: 100%;
  height: initial;
}
.markdown hr {
  background-color: #eeeeee;
  border: 0;
  height: 1px;
}
.markdown ul, .markdown ol {
  list-style-position: inside;
  padding: 0 15px;
}
.markdown ul {
  list-style-type: disc;
}
.markdown ol {
  list-style-type: decimal;
}
.markdown pre {
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.markdown blockquote {
  border-left: 1px solid #eeeeee;
  color: #bebebe;
  font-style: italic;
  padding: 0 15px;
}

/* ====================================================
   Content frame
   ==================================================== */
main, .header-inner, .footer-inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 980px;
}

main {
  padding: 10px 0px 30px;
  width: 980px;
  margin-top: 20px;
}

.sub-nav .search-small {
  display: none !important;
}

/* Columns */
.main-column, .side-column {
  display: inline-block;
  vertical-align: top;
}

.main-column {
  width: 620px;
}

.side-column {
  width: 270px;
  margin-left: 45px;
}

[dir=rtl] .side-column {
  margin-left: 0;
  margin-right: 45px;
}

/* ====================================================
   Header
   ==================================================== */
.header {
  height: 72px;
  margin: 20px auto;
  position: relative;
  padding: 11px 10px 10px;
  width: 980px;
}

.header-inner h3 {
  margin: 0;
  font-size: 25px;
}

.header-inner p {
  color: #ccc;
  margin: -10px 0 0 0;
}

.user-info-holder {
  width: 980px;
  margin: 0 auto;
  text-align: right;
  position: relative;
  bottom: -18px;
}

.user-info:first-child {
  margin-left: 0;
}

.user-nav {
  background: #3e3e3e;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 3px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 20px;
}

.user-nav > * {
  display: inline-block;
  font-size: inherit;
  vertical-align: middle;
}

.user-info [role="button"], .login {
  background: #fff;
  background: linear-gradient(to bottom, white 0%, #f4f4f4 50%, #ededed 100%);
  border-bottom-color: #C0C0C0;
  border-radius: 3px;
  box-shadow: inset 0 -1px #DDD;
  color: #444;
  height: auto;
  line-height: 1;
  padding: 4px 10px 4px 4px;
  margin-left: 30px;
}

.login {
  padding: 7px 10px 8px;
}

.language-selector {
  margin: 8px 20px 0;
  float: left;
  font-size: 13px;
}
.language-selector a {
  color: rgba(58, 119, 255, 1);
}
.dropdown-menu-end {
  left: 0;
}

.submit-a-request {
}

/* ====================================================
   Search
   ==================================================== */
.search-unit {
  background: url('//p4.zdassets.com/hc/theme_assets/554593/200085929/background.gif');
  border-radius: 3px 3px 0 0;
  min-height: 110px;
  padding: 30px;
  text-align: center;
}

.search {
  display: inline-block;
  /*margin-left: 10px;*/
  /*float: right;*/
 /* position: relative;
  top: -81px;
  right: 10px;*/
}

.search:after {
  color: #628;
/*  content: "\1F50D";*/
  font-family: "entypo";
  font-size: 26px;
  line-height: 0;
  position: absolute;
  cursor: pointer;
  right: 45px;
  text-align: center;
  top: 50%;
  z-index: 1;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
}

.search input {
  line-height: 1.2em;
  border-radius: 3px 0px 0px 3px;
  height: 50px;
  font-size: 16px;
  padding: 0 20px;
  width: 242px;
  margin: 0px;
  color: #000;
}


.search input[type=submit] {
  color: #FFFFFF;
  width: 50px;
  text-indent: -10000px;
  border-radius: 0px 3px 3px 0px;
  background-image:linear-gradient(to bottom,rgba(255,255,255,0.25),rgba(255,255,255,0));
  margin-left: -5px;
  border: 1px solid #dddddd;
  border-left: none;
  margin-right: 21px;
  background: url("/hc/theming_assets/01HZM5EEK0X931ZR1GZP743H12") no-repeat 12px 12px #fff;
  background-size: 22px;
}

.sub-nav .search {
  display: none;
}

.search-results {
  width: 600px;
  float: left;
}


/* Footer */

  footer.footer-container {
    background: #fafafa;
    border-top: 4px solid #eee;
    margin-top: 205px;
    padding-bottom: 10px;
    position: relative;
    padding-top: 10px;
  }

  footer.footer-container:before {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 206px;
    background: url("/hc/theming_assets/01HZM5ED3WCDQKJWKW4W2WF6GX") no-repeat 50% 30px;
    content: '';
  }

.footer {
  padding: 0 20px;
  background-color: #e8e8e8;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.footer h4,
.footer p,
.footer a {
  color: #999999;
}

.footer a {
  cursor: pointer;
  font-size: 12px;
  color: #666666;
}
.footer a:hover {
  color: #000000;
  text-decoration: none;
}
.footer p {
  font-size: 12px;
  margin: 0;
}
.footer ul {
  margin-top: 25px;
  float: left;
}

.footer section {
  margin-top: 20px;
  padding-top: 5px;
}
.footer section li {
  border-right: 1px solid #ccc;
  float: left;
  padding: 0 15px;
  line-height: 1.1;
  height: 15px;
}
.footer section li:first-child {
  padding-left: 0px;
}
.footer section li:last-child {
  border: none;
}
section.helpLinks ul li.lang {
  display: none;
}

.footer-holder .copyright {
  /*border-top: 1px solid #ccc;*/
  color: #fff;
  /*float: left;*/
  font-size: 12px;
  margin: 0px auto;
  padding: 1px 20px;
  max-width: 1020px;
}
.footer .appStores {
  float: right;
  margin-top: 4px;
}
.footer .container-stores {
  padding-top: 7px;
}
.footer .container-stores a img {
  margin-bottom: 5px;
  /*max-height: 32px;*/
}

/* ====================================================
   Navigation pages
   ==================================================== */

.category-list,
.section-list,
.article-list {
  float: left;
  margin-top: 20px;
  width: 660px;
}

.category-list li,
.section-list li,
.article-list li {
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
}

.category-list li:first-child,
.section-list li:first-child,
.article-list li:first-child {
  border-radius: 3px 3px 0 0;
}

.category-list li:last-child,
.section-list li:last-child,
.article-list li:last-child {
  border-radius: 0 0 3px 3px;
  border-bottom: 1px solid #999999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.category-list a,
.section-list a,
.article-list a {
  background: #fff;
/*  box-shadow: inset 0 -3px #eeeeee;
  box-shadow: inset 0 -3px rgba(0, 0, 0, 0.08);*/
  color: rgba(0, 47, 52, 1);
  display: block;
  font-size: 16px;
  margin-bottom: 0px;
}

.category-list a {
  padding: 18px 25px 16px;
}

.section-list a, .article-list a {
  padding: 20px 25px;
}

.category-list a:hover,
.section-list a:hover,
.article-list a:hover {
  background-color: #FFFFFF;
  box-shadow: none;
/*  color: #662288;*/
  text-decoration: none;
}

/* Section list border left */
ul.section-list li {
  border-left: 3px solid #86277f;
}

ul.section-list li + li {
  border-left-color: rgba(58, 119, 255, 1);
}

ul.section-list li + li + li {
  border-left-color: #ff7800;
}

ul.section-list li + li + li + li {
  border-left-color: #2165aa;
}

ul.section-list li + li + li + li + li {
  border-left-color: #e53466;
}

ul.section-list li + li + li + li + li + li {
  border-left-color: #f2b320;
}

ul.section-list li + li + li + li + li + li + li {
  border-left-color: #049997;
}

ul.section-list li + li + li + li + li + li + li + li {
  border-left-color: #85d0ef;
}

/* Section list arrow hover color */
ul.section-list li a:hover:after {
  color: #86277f;
}

ul.section-list li + li a:hover:after {
  color: rgba(58, 119, 255, 1);
}

ul.section-list li + li + li a:hover:after {
  color: #ff7800;
}

ul.section-list li + li + li + li a:hover:after {
  color: #2165aa;
}

ul.section-list li + li + li + li + li a:hover:after {
  color: #e53466;
}

ul.section-list li + li + li + li + li + li a:hover:after {
  color: #f2b320;
}

ul.section-list li + li + li + li + li + li + li a:hover:after {
  color: #049997;
}

ul.section-list li + li + li + li + li + li + li + li a:hover:after {
  color: #85d0ef;
}

.knowledge-page-header {
  border-bottom: 1px solid #999999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 5px 0;
  margin: 15px 0;
}

.knowledge-page-header p {
  color: #a6a6a6;
  font-size: 14px;
  margin: 0;
}

.knowledge-page-header h1 {
  font-size: 30px;
  margin: 0;
}

.section {
  display: inline-block;
  width: 49.5%;
  padding: 0 20px 55px 0;
  vertical-align: top;
}

.section h3 a {
  color: inherit;
  font-size: 16px;
}


/* ====================================================
   Home page aside
   ==================================================== */
main aside {
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  float: right;
  margin-top: 20px;
  width: 290px;
  background: #fff;
}
.white-aside {
  float: left;
  padding: 20px;
  text-align: center;
  position: relative;
  width: 100%;
  background: #fff;
}
.white-aside h4 {
  font-size: 18px;
  margin: 0;
}
.white-aside p {
  font-size: 12px;
  color: #666666;
  margin: 0;
}
.aside-phone h3,
.aside-phone p {
  color: rgba(58, 119, 255, 1);
  margin: 0;
}
.aside-phone h3 {
  margin-top: 10px;
  font-size: 22px;
  font-weight: bold;
}
.aside-phone h3:before {
  color: rgba(58, 119, 255, 1);
  content: "\e609";
  display: inline-block;
  font-family: 'poppins-regular';
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 10px;
  margin-top: -4px;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.aside-phone p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 6.7px;
  text-align: right;
  margin-bottom: 15px;
  margin-right: 5px;
}
.grey-aside {
  background: #f3f3f3;
  float: left;
  padding: 35px 25px 20px;
  text-align: center;
  width: 100%;
}
.grey-aside h4,
.grey-aside p {
  margin: 0;
}
.grey-aside h4 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: bold;
}
.grey-aside .name {
  font-weight: bold;
}
.grey-aside p {
  font-size: 12px;
}
.white-aside:after {
  bottom: -30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 15px;
  left: 128px;
}

.hsplit {
  width: 100%;
}
.hsplit span {
  border-bottom: 1px solid #cccccc;
  margin: 10px;
  width: 94px;
}
.hsplit p,
.hsplit span {
  float: left;
}

article .hsplit {
  width: 236px;
  margin: 0 auto;
}

article .hsplit span {
  width: 86px;
}

.white-aside a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(58, 119, 255, 1);
  color: #fff;
  cursor: pointer;
  margin: 10px auto 0;
  padding: 14px 30px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  display: table;
  font-family: Arial, Helvetica; 
}

.white-aside a:hover {
  text-decoration: none;
  opacity: .8;
}

/* Article Aside */
article aside {
  width: 288px;
  background: #fff;
}

aside .grey-aside + .white-aside:after {
  border: none;
}

aside hr {
  border-top: 1px solid #ccc;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-bottom: 20px;
}

/* Article contact us modal */

#cu-holder {
  width: 216px;
  margin: 0 auto 20px;
  clear: both;
}

#cu-box {
  width: 100%;
  margin: 5px auto 0;
  max-height: 0px;
  transition: max-height 1.1s;
  overflow: hidden;
}

#cu-box ul li {
  background-color: #f3f3f3;
  font-size: 14px;
  color: #252525;
  text-align: center;
  padding: 0;
}

#cu-box ul li:hover, .grey-aside div#cu-holder #cu-box ul li:hover {
  background-color: rgba(58, 119, 255, 1);
}

#cu-box ul li + li {
  border-top: 1px solid #fff;
}

#cu-box ul li a {
  color: #252525;
  text-decoration: none;
  display: block;
  padding: 12px 0;
}

#cu-box ul li:hover a, #cu-box ul li:hover a span {
  color: #fff;
}

#cu-box ul li a span {
  font-weight: bold;
  color: rgba(58, 119, 255, 1);
}

#cu-box ul li:first-child {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

#cu-box ul li:last-child {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

#cu-button{
  background: rgba(58, 119, 255, 1);
  cursor: pointer;
  margin: 10px auto 0;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 14px 10px;
}

#cu-button:hover{
  opacity: .8;
}

/* Comment if HC doesnt have Phone */

#cu-button:after {
  color: #fff;
  content: "\25BE";
  float: right;
  font-family: "entypo";
  font-size: 20px;
  margin-top: -5px;
  margin-right: 10px;
}

#cu-button.special:after {
  color: #fff;
  content: "\25B4";
  float: right;
  font-family: "entypo";
  font-size: 20px;
  margin-top: -5px;
  margin-right: 10px;
}

div#cu-button a.submit-a-request {
  color: #fff;
  padding: 14px 10px;
  display: block;
  width: 100%;
  height: 100%;
}

#cu-box .hr-range {
  font-size: 12px;
  text-align: center;
  margin-top: 4px;
  color: #666666;
}

#cu-box .hr-range span {
  color: rgba(58, 119, 255, 1);
  font-weight: bold;
  font-size: 13px;
}

.agent div#cu-holder {
  margin-top: 20px;
  margin-bottom: 0;
}

.agent h4 {
  margin: 7px 0;
}

.agent p {
  line-height: 1.3;
}

article .grey-aside div#cu-holder {
  margin-top: 0px !important;
}

.grey-aside div#cu-holder #cu-box ul li {
  background-color: #fff;
}

.grey-aside div#cu-holder #cu-box ul li + li {
  border-top: 1px solid #ccc;
}


.category-list a:after,
.section-list a:after {
  color: #999999;
  content: "\E75E";
  float: right;
  font-family: "entypo";
  font-size: 30px;
}

.category-list a:after {
  margin-top: -3px;
}

.section-list a:after {
    margin-top: -8px;
}

.category-list a:hover:before,
.category-list a:hover:after,
.section-list a:hover:after {
/*  color: #628;*/
  color: #252525;
}

.category-list a:hover:before {
  color: #ffffff;
}

/* ====================================================
   Article
   ==================================================== */

.article-body.markdown a {
  font-weight: bold;
}

.article-column {
  border: 1px solid #cccccc;
  float: left;
  padding: 20px 30px;
  width: 660px;
  background: #fff;
  border-radius: 3px;
  margin-top: 20px;
}

.article-header {
  margin-bottom: 25px;
}
.article-header h1 {
  font-weight: bold;
  margin: 0 0 10px;
}

.article-info > * {
  display: table-cell;
  vertical-align: middle;
}

.article-avatar {
  min-width: 55px;
}
.article-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.article-phone:before {
  color: rgba(58, 119, 255, 1);
  content: "\e609";
  font-size: 22px;
  display: inline-block;
  font-family: 'poppins-regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 3px;
  margin-top: -4px;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.article-phone {
  color: rgba(58, 119, 255, 1);
  font-size: 16px;
}

.article-meta {
  width: 100%;
}

.article-updated {
  display: block;
}

.article-more-questions {
  margin: 15px 0 50px;
}

.article-body table {
  table-layout: fixed;
}

.article-footer {
  /* VOTE ON/OFF */
/*  display: none;*/
  
/*  background-color: #FAFAFA;
  border: 1px solid #cccccc;
  border-radius: 3px;*/
  margin: 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
/*  border-bottom: 1px solid rgba(0, 0, 0, 0.15);*/
}

.article-vote-question {
  font-weight: bold;
  margin-bottom: 8px;
}
.article-footer .article-vote, .article-footer .share {
  display: table-cell;
  vertical-align: top;
}

.article-vote {
  width: 100%;
  text-align: center;
}

.article-vote > * {
  display: inline-block;
}

.article-vote-controls {
  margin: 0 15px;
}

.article-vote-count {
  display: none;
}

.article-vote-up, .article-vote-down {
  color: inherit;
/*  margin-left: 10px;*/
  padding: 5px 20px;
  border: none !important;
  border-radius: 0 !important;
}

.article-vote-up {
  border-right: 1px solid #ccc !important;
  padding: 5px 28px 5px 12px;
}

.article-vote-down {
/*  margin-left: 10px;*/
}

.article-vote-up:hover:before, .article-vote-up:hover:after, .article-vote-up.article-voted:before, .article-vote-up.article-voted:after {
  color: rgba(58, 119, 255, 1);
}

.article-vote-down:hover:before, .article-vote-down:hover:after, .article-vote-down.article-voted:before, .article-vote-down.article-voted:after {
  color: #ff7900;
}

.article-vote-up:before {
  color: #648;
  content: "\1F44D";
  font-family: "entypo";
  font-size: 20px;
  position: relative;
  top: -3px;
}

.article-vote-up:after {
  content: "Yes";
  position: relative;
  top: -4px;
  left: 7px;
}

.article-vote-down:before {
  color: #648;
  content: "\1F44E";
  font-family: "entypo";
  font-size: 20px;
  position: relative;
  top: 1px;
}

.article-vote-down:after {
  content: "No";
  position: relative;
  top: -4px;
  left: 7px;
}

.article-vote-up.article-voted {
  color: #6B9100;
  border-color: #6B9100;
}

.article-vote-down.article-voted {
  color: #999;
  border-color: #999;
}
.article-contact {
  float: right;
  margin: 5px 0 20px 0;
}

.module-sm-contact {
  border: 2px solid rgba(58, 119, 255, 1);
  width: 288px;
  float: right;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  margin: 15px 0;
}

.related-articles {
/*  float: right;
  width: 288px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fafafa;
  margin: 15px 0;*/
}

#promoted-holder {
  max-height: 110px;
  overflow: hidden;
  transition: max-height 1.1s;
}

.all-btn {
  cursor: pointer;
  padding: 5px 10px;
  background-color: #b2babf;
  margin: 0 auto;
  max-width: 100px;
  border-radius: 3px;
  color: #fff;
}

section.related-articles ul, section.promoted-articles ul {
  text-align: left;
}

section.related-articles h3, section.promoted-articles h3 {
  display: none;
}

.related-articles li, .promoted-articles li {
  padding-bottom: 15px;
}
.related-articles li:before {
  color: #cccccc;
  content: "\E75E";
  float: left;
  font-family: "entypo";
  font-size: 20px;
  margin-top: -5px;
  margin-right: 10px;
}
.related-articles h3, .promoted-articles h3 {
  font-size: 20px;
  margin-top: 10px;
}

.promoted-articles li:before {
  color: rgba(58, 119, 255, 1);
  content: "\2605";
  float: left;
  font-family: "entypo";
  font-size: 12px;
  margin: 0 10px 5px 0; 
}

/* ====================================================
   request page
   ==================================================== */

.main-column.request-page {
  padding: 20px 30px 10px;
  width: 660px;
  float: left;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 20px;
}

.main-column.request-page h1 {
  border-bottom: 1px solid #ccc;
}

 .contact-mandatory span {
  content: "*";
  color: rgba(58, 119, 255, 1);
  font-size: 18px;
  font-weight: bold;
  margin-left: 2px;
}

.request-page input {
  color: #000;
  border: 1px solid #ccc;
  width: 100%;
}

.request-page .nesty-input{
  height: 38px;
  font-family: arial, helvetica, sans-serif;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 36px;
}

.request-page .nesty-input,
.request-page .form {
  max-width: none;
}

.request-page .form-field.optional {
  margin-top: 10px;
}

.request-page textarea {
  border: 1px solid #ccc;
  color: #000;
}

.upload-dropzone {
  border: 1px dashed rgba(58, 119, 255, 1);
  padding: 10px;
  background: #fff;
}

.upload-dropzone span {
  display: inline-block;
  color: #000;
  padding: 0;
  line-height: normal;
  
}
.upload-dropzone span:before {
  color: rgba(58, 119, 255, 1);
  content: "\66";
  font-family: 'poppins-regular';
  font-size: 30px;
  margin: 0 10px 0 0;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.upload-dropzone a {
  text-decoration: none;
  font-size: 13px;
  color: rgba(58, 119, 255, 1);
}
.request-page input[type="submit"] {
  font-family: Helvetica, Arial;
  background: rgba(58, 119, 255, 1);
  color: #fff;
  padding: 15px 30px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  font-size: 18px;
  line-height: 1;
  margin-top: 40px;
  border: none;
}

/* ====================================================
   Community box
   ==================================================== */

.community {
  background: #f8f8f8;
  border-radius: 5px;
  margin-top: 40px;
  padding: 25px 30px;
}
.community .recent-activity {
  padding: 0;
  width: auto;
}
.community .recent-activity h2 {
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: normal;
  font-size: inherit;
  margin: 0 0 15px 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.community h4 {
  color: #111111;
  float: right;
  font-size: 13px;
  margin: 0;
}

.community h4 a {
  font-weight: normal;
  font-size: 11px;
}

.trending-questions {
  margin-bottom: 40px;
}

.trending-questions h2 {
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #111111;
  font-weight: normal;
  font-size: inherit;
  margin: 0 0 15px 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.trending-questions:last-child {
  margin-bottom: 0;
}

.trending-question-list {
  margin-bottom: 15px;
}

.trending-question-list li {
  display: inline-block;
  font-size: 13px;
  padding: 10px 25px 0 0;
  width: 49.5%;
}

.visibility-internal-icon:before {
  content: "\1F512";
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 13px;
}

.article-promoted span, .visibility-internal {
  cursor: default;
  position: relative;
}
.article-promoted span:before, .article-promoted span:after, .visibility-internal:before, .visibility-internal:after {
  display: none;
  font-size: 13px;
  font-weight: normal;
  position: absolute;
}
.article-promoted span:before, .visibility-internal:before {
  background: #222;
  border-radius: 3px;
  color: #FFF;
  content: attr(data-title);
  font-family: sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  text-transform: none;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}
.article-promoted span:after, .visibility-internal:after {
  border-bottom: 5px solid #222;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}
.article-promoted span:hover:before, .article-promoted span:hover:after, .visibility-internal:hover:before, .visibility-internal:hover:after {
  display: block;
}

.article-list .article-promoted span {
  display:none;
}

/* Comments - Article, Request and Post pages */

section.article-comments {
  margin-top: 40px;
}

.comment-list {
  margin-bottom: 25px;
}
.comment-list > * {
  border-bottom: 1px solid #eeeeee;
  padding: 25px 0;
}
.comment-list > *:first-child {
  border-top: 1px solid #eeeeee;
}

.comment-sorter {
  float: right;
}
.comment-sorter a {
  color: #999;
  text-decoration: none;
  padding-left: 20px;
}

.comment-sorter [aria-selected=true] {
  font-weight: bold;
  color: #333;
}

.comment, .comment-form {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.comment > *, .comment-form > * {
  display: table-cell;
  vertical-align: top;
}

.comment-vote, .comment-bookmark {
  text-align: center;
  width: 50px;
}

.comment-bookmark:before {
  color: #77a500;
  content: "\1F516";
  font-family: "entypo";
  font-size: 23px;
  line-height: 1.1;
}

.comment-avatar {
  position: relative;
  width: 85px;
}
.comment-avatar img {
  border-radius: 3px;
  max-width: 65px;
  max-height: 65px;
}

.comment-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01HZM5EFVG21CWRBSJZP99RNKY");
  background-image: url("/hc/theming_assets/01HZM5EG10RTB0YPC1BXF4GZ4Y");
  background-repeat: no-repeat;
  background-size: 15px;
  content: " ";
  height: 15px;
  left: 55px;
  position: absolute;
  top: 55px;
  width: 15px;
}
[dir=rtl] .comment-avatar-agent:after {
  left: auto;
  right: 55px;
}

.comment-header {
  margin-bottom: 15px;
}

.comment-published, .comment-pending, .comment-official {
  border: 1px solid transparent;
  float: right;
  font-size: 11px;
  padding: 1px 5px;
}
[dir=rtl] .comment-published, [dir=rtl] .comment-pending, [dir=rtl] .comment-official {
  float: left;
}

.comment-published {
  color: #bebebe;
}
.comment-published:before {
  content: " ";
  display: inline-block;
  width: 5px;
}

.comment-pending, .comment-official {
  border-color: currentcolor;
  border-radius: 2px;
}

.comment-pending {
  color: #eec100;
}

.comment-official {
  color: #77a500;
}

.comment-form textarea {
  border-radius: 2px 2px 0 0;
  border-width: 1px;
}

.comment-attachments {
  border: 1px solid #dddddd;
  margin-top: -1px;
  padding: 10px;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

.comment-form-controls input[type=submit] {
  margin-left: 15px;
}
[dir=rtl] .comment-form-controls input[type=submit] {
  margin-left: 0;
  margin-right: 15px;
}

.comment-screencasts, .comment-mark-as-solved {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
[dir=rtl] .comment-screencasts, [dir=rtl] .comment-mark-as-solved {
  margin-left: 20px;
}

.comment-actions {
  float: right;
  color: #999999;
}

.comment-actions .dropdown-toggle:before {
  content: "\2699";
  font-size: 11px;
  font-family: "entypo";
}

.attachment-list, .screencast-list {
  font-size: 11px;
  margin-top: 25px;
}
.attachment-list span, .screencast-list span {
  color: #999999;
}
.attachment-list li, .screencast-list li {
  margin-bottom: 10px;
}
.attachment-list li:before, .screencast-list li:before {
  background: #f9f9f9;
  border-radius: 3px;
  color: #bbb;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px;
}

.attachment-list li:before {
  content: "\1F4CE";
}

.screencast-list li:before {
  content: "\1F4BB";
}

.my-activities-header {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 25px;
  padding: 25px 0;
}
.my-activities-header .breadcrumbs li {
  color: black;
  font-size: 20px;
  font-weight: normal;
}
.my-activities-header .breadcrumbs li:first-child, .my-activities-header .breadcrumbs li:before {
  display: none;
}

.my-activities-nav {
  margin-bottom: 100px;
}

.my-activities-sub-nav {
  margin-bottom: 15px;
}
.contact-mandatory {
/*  border-bottom: 1px solid #ccc;*/
  color: #999;
  font-size: 12px;
  margin-bottom: 5px;
  width: 100%;
  position: relative;
  top: -90px;
  display: none;
}
.show {
  display: block !important;
}
.contact-mandatory span {
  color: rgba(58, 119, 255, 1);
  font-size: 18px;
  margin: 0px 2px;
  font-weight: bold;
}
.request-table-toolbar {
  background: #f9f9f9;
  display: table;
  padding: 8px;
  width: 100%;
}

.request-table-filters {
  display: table-cell;
  text-align: right;
}
[dir="rtl"] .request-table-filters {
  text-align: left;
}
.request-table-filters label:before {
  content: " ";
  width: 25px;
  display: inline-block;
}

.requests-search {
  border-radius: 20px;
  outline: none;
  padding: 6px 15px;
}

.request-id {
  color: #bebebe;
}

.request-details {
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  font-size: 12px;
  margin: 0 0 30px;
  padding: 15px 20px;
}

.request-details dt ~ dt {
  font-weight: bold;
  margin-top: 15px;
}

.request-details dd {
  margin: 2px 0 0;
  word-wrap: break-word;
}

.request-details dd ul {
  margin: 10px 0;
}

.request-details dd li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 0 3px 0;
}

.request-details .nested-field-tag:before {
  content: " > ";
}
.request-details .nested-field-tag:first-child:before {
  content: "";
}

.request-status {
  color: #FFF;
  border-radius: 3px;
}

.request-open {
  background: #59BBE0;
}

.request-answered {
  background: #F5CA00;
}

.request-solved {
  background: #828282;
}

/* Community heading */
.community-heading {
  font-size: 30px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 5px 0;
  margin: 15px 0;
}

/* Community nav */
.community-nav {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 55px;
  padding: 25px 0;
}

.community-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 30px;
}

.community-nav li a {
  font-weight: normal;
}

.community-nav li + li {
  border-left: 1px #eeeeee;
  padding-left: 30px;
}

.community-nav li:last-child {
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -5px;
}
[dir=rtl] .community-nav li:last-child {
  float: left;
}

.community-nav li:last-child a {
  color: rgba(58, 119, 255, 1);
}

.community-nav li:last-child a:before {
  content: "\270E";
  font-family: "entypo";
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}

[dir=rtl] .community-nav li:last-child a:before {
  margin-right: 0;
  margin-left: 10px;
}

/* Community sub-nav */
.community-sub-nav {
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0;
  position: relative;
  width: 800px;
}

.community-sub-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 15px;
}

.community-sub-nav li a {
  font-weight: normal;
}

.community-sub-nav li + li {
  padding-left: 15px;
}

.community-sub-nav .topic-add {
  position: absolute;
  right: 0;
  top: 10px;
}

/* Topics/questions/answers */
.topic {
  display: inline-block;
  width: 49.5%;
  padding: 20px 30px 20px 0;
  vertical-align: top;
}

.topic-header, .question-header {
  border-bottom: 1px solid #eeeeee;
  display: table;
  padding-bottom: 10px;
}

.topic-header > *, .question-header > * {
  display: table-cell;
  vertical-align: middle;
}

.topic-header .topic-meta, .question-header .question-meta {
  padding: 0 15px;
  white-space: nowrap;
}

.topic-heading, .question-heading, .answer-list-heading {
  font-weight: bold;
  font-size: 13px;
  width: 100%;
}

.topic-heading {
  font-size: 18px;
}

.topic-questions {
  margin-top: 45px;
}

.topic-description {
  word-break: break-word;
}

.question, .answer {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
  position: relative;
}

.question-form .nesty-input {
  max-width: none;
}

.question-avatar, .answer-avatar {
  display: table-cell;
  margin-right: 10px;
  min-width: 50px;
  position: relative;
  vertical-align: top;
}

.question-avatar-agent:after, .answer-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01HZM5EFVG21CWRBSJZP99RNKY");
  background-image: url("/hc/theming_assets/01HZM5EG10RTB0YPC1BXF4GZ4Y");
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 30px;
  top: 30px;
  content: " ";
}

.question-avatar img, .answer-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.question-body, .answer-body, .answer-official-body {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.question-body .answer-official-body {
  vertical-align: top;
  width: 100%;
}

.question-body p, .answer-body p, .answer-official-body p {
  margin: 0 0 5px;
}

.question-body .question-meta, .answer-body .answer-meta, .answer-official-body .answer-meta {
  float: left;
}

.question .answer {
  border: none;
  padding-bottom: 0;
}

.question-topic-list {
  margin: -20px 0 30px;
}

.question-topic-list li {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.question-topic-list a {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  color: #cccccc;
  display: inline-block;
  font-size: 11px;
  padding: 7px 15px;
}

.question-title, .topic-title {
  margin: -3px 0 5px;
  font-size: 15px;
}

.question-title a, .topic-title a {
  font-weight: lighter;
}

.question-meta, .answer-meta, .topic-meta {
  color: #cccccc;
  font-size: 11px;
}

.topic-meta span + span:before, .question-meta span + span:before, .answer-meta span + span:before {
  content: "\2022";
  font-size: 10px;
  margin: 0 10px;
}

.answer-form {
  margin: 30px 0 0 95px;
}

.answer-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right;
}

.answer-form-controls input[type=submit] {
  margin-left: 15px;
}

.answer-form-controls .pull-left {
  float: left;
}

.answer-official-heading {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
  border-bottom: 0px;
}

.answer-list-heading {
  border-bottom: 1px solid #eeeeee;
  margin-top: 30px;
  padding-bottom: 20px;
}

.pending-moderation-answer-badge {
  clear: both;
  border-style: solid;
  border-width: 1px;
  border-color: #c7aa2b;
  color: #c7aa2b;
  padding: 3px 5px;
  float: left;
  margin-top: 10px;
  font-size: 12px;
}

.question-share, .answer-share {
  position: relative;
}

.related-questions-header {
  border-bottom: 1px solid #eeeeee;
}

.related-questions-heading {
  margin-top: 3px;
}

.related-questions li {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Vote */
.vote {
  display: table-cell;
  margin-left: 15px;
  margin-right: 10px;
  min-width: 95px;
  vertical-align: top;
}

.vote-sum, .vote-controls {
  display: inline-block;
  vertical-align: middle;
}

.vote-sum {
  font-size: 15px;
  font-weight: bold;
  min-width: 60px;
  padding-left: 10px;
  text-align: center;
}

.vote-controls {
  border-radius: 5px;
}

.vote-controls a {
  background: #FFF;
  border-color: #f6f6f6;
  box-shadow: none;
  color: #bebebe;
  display: block;
  font-family: "entypo";
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
}

.vote-up {
  border-radius: 5px 5px 0 0;
}

.vote-down {
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

.vote-up:before {
  content: "\E763";
}

.vote-down:before {
  content: "\E760";
}

.vote-controls:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.vote-controls:hover a {
  background: #FFF;
  border-color: #A6A6A6;
  color: #BBB;
}

.vote-controls a:hover, .vote-controls [aria-selected=true] {
  background: #f6f6f6;
  color: #333;
}

.vote-controls a:active {
  background: #CCC;
  color: #111;
}

/* Accept */
.answer-accept {
  color: #BBB;
  font-size: 15px;
  max-width: 15px;
  overflow: hidden;
  padding-top: 7px;
  position: absolute;
  white-space: nowrap;
}

.answer-accept:hover {
  text-decoration: none;
}

.answer-accept:before {
  content: "\2713";
  font-family: "entypo";
  margin-right: 5px;
}

.answer-accepted .answer-accept, .answer-accepted .vote-sum {
  color: green;
}

/* Admin controls */
.topic-controls, .question-controls, .answer-controls {
  float: right;
  font-size: 11px;
}

.topic-edit:before, .question-delete:before, .question-mark-as-spam:before, .answer-delete:before, .answer-mark-as-spam:before {
  color: #cccccc;
  content: "\2022";
  font-size: 10px;
  margin-left: -16px;
  margin: 0 8px;
  pointer-events: none;
  position: relative;
  display: inline-block;
}

/* Share questions and answers */
.share-label {
  cursor: pointer;
}

.share-label + .share {
  background: #FFF;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  left: 50%;
  line-height: 70px;
  margin: 10px 0 0 -75px;
  position: absolute;
  text-align: center;
  top: 100%;
  white-space: nowrap;
  width: 175px;
  z-index: 1;
}

.share-label + .share:before, .share-label + .share:after {
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
}

.share-label + .share:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-left: 7px solid transparent;
  margin-left: -6px;
}

.share-label + .share:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
  margin-left: -5px;
}

.share-label[aria-selected="true"] {
  color: #111;
}

.share-label[aria-selected="true"] + .share {
  display: block;
}

.share-label[aria-selected="false"] + .share {
  display: none;
}

body.community-enabled .search-results-column {
  display: inline-block;
  vertical-align: top;
  width: 450px;
}
body.community-enabled .search-results-column + .search-results-column {
  margin-left: 35px;
}
[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
  margin-left: 0;
  margin-right: 35px;
}

.search-results-subheading {
  display: none;
}

.search-results-subheading-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.search-results-list {
  margin-bottom: 25px;
}
.search-results-list > * {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0 5px 0;
}

.search-result-link {
  font-size: 16px;
}
.search-result-meta {
  display: none;
}
.search-result-description {
  color: #999999;
  padding-bottom: 10px;
}

.search-result-description, .search-result-meta {
  padding-top: 5px;
}

.search-result-meta-name, .search-result-meta-time, .search-result-meta-count {
  font-size: 12px;
  color: #bebebe;
}

.search-result-meta-time:before, .search-result-meta-count:before {
  display: inline-block;
  padding-right: 5px;
  content: '\2022';
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.search-result-votes {
  background: #A8D119;
  border-radius: 2px;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  padding: 4px 5px;
  position: relative;
  top: -2px;
}
.search-result-votes:before {
  content: "\1F44D";
  font-family: "entypo";
  margin-right: 3px;
}

.chat {
  background: #f6f6f6;
  border: 1px solid #E0E0E0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  -webkit-transition: bottom .5s ease-in, color .5s ease-in;
  -moz-transition: bottom .5s ease-in, color .5s ease-in;
  -ms-transition: bottom .5s ease-in, color .5s ease-in;
  -o-transition: bottom .5s ease-in, color .5s ease-in;
  transition: bottom .5s ease-in, color .5s ease-in;
}

.chat:before {
  content: "\E720";
  font-family: "entypo";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.chat:hover {
  text-decoration: none;
}

.chat-available {
  bottom: 0;
}

.chat-unavailable {
  color: gray;
  cursor: default !important;
  bottom: -50px;
}

.error-page {
/*  margin: 0 auto;
  max-width: 500px;
  padding-top: 5%; */
}

.error-page h1 {
  font-size: 52px;
  margin-bottom: 0;
}

.error-page h2 {
  font-size: 16px;
  margin-bottom: 5px;
}

.error-page > a {
  display: block;
  margin-top: 25px;
}

.recent-activity {
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 20px;
  width: 270px;
}

.recent-activity-header {
  margin-top: 0;
  font-size: 15px;
}

.recent-activity-item ~ .recent-activity-item {
  margin-top: 15px;
}

.recent-activity-item-parent {
  color: rgba(0, 47, 52, 1);
  font-size: 12px;
  text-decoration: none;
  display: block;
}
.recent-activity-item-parent:hover {
  text-decoration: underline;
}

.recent-activity-item-link {
  display: block;
}

.recent-activity-item-meta {
  font-size: 12px;
  color: #999999;
}

.recent-activity-item-time {
  display: inline-block;
}

.recent-activity-item-comment {
  display: none;
}
.recent-activity-item-comment:before {
  display: inline-block;
  content: "\2022";
}
.recent-activity-item-comment span:before {
  font-family: "entypo";
  content: "\00a0\00a0\e718";
  display: inline-block;
  vertical-align: middle;
  padding-right: 3px;
}

[data-recent-activity-action="article_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="post_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="answer_added"] .recent-activity-item-comment {
  display: inline-block;
}

.recent-activity-controls,
.recent-activity-loader {
  padding-top: 20px;
  font-size: 12px;
}

.recent-activity-loader {
  display: inline-block;
  position: relative;
}
.recent-activity-loader:before {
  display: block;
  position: absolute;
  content: "\0020";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
  animation: recent-activity-loader 0.5s infinite;
  -webkit-animation: recent-activity-loader 0.5s infinite;
}

@keyframes recent-activity-loader {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}
@-webkit-keyframes recent-activity-loader {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

.request_ticket_form_id {display: none;}



/* Fix autocomplete */

.ui-widget-content {
  border: 1px solid #dddddd !important;
}
.ui-menu .ui-menu-item {
  font-size: 14px !important;
  font-family: Arial, Helvetica !important;
  font-weight: normal !important;
  padding: 10px 1em 10px .4em !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background-image: none !important;
  background-color: #fafafa !important;
  border: 1px solid #dddddd !important;
}

/* Autocomplete & Suggested articles */ 

form#new_request .ui-autocomplete {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  background: #e8f4de;
  padding: 10px 10px 10px !important;
  margin: 10px 0 0 !important;
  border: none !important;
  width: 100% !important;
  max-width: 600px;
}

form#new_request .ui-state-focus {
  border: none !important;
  background: none !important;
  margin: 0 !important;
  font-weight: lighter !important;
}

form#new_request .ui-widget-content a:hover {
  text-decoration: underline;
}

form#new_request .ui-autocomplete:after {
  bottom: 100%;
  left: 19px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #e8f4de;
  border-width: 6px;
}

form#new_request input.ui-autocomplete-input {
  display: none;
}

.request_anonymous_requester_email {
  margin-top: 20px;
}

.hidden {
  display:none;
}

li.ui-menu-item {
  font-family: arial;
  font-size: 14px;
}
.form li.ui-menu-item {
    font-family: arial;
    font-size: 14px;
    cursor: default !important;
    display: table;
    padding: 10px !important;
}

.form li.ui-menu-item h1 {
    font-size: 14px;
    margin: 5px 0;
    font-weight: bold;
    border-bottom: none !important;
}

.form li.ui-menu-item:before {
  content: "\60";
    background-color: #528436;
    color: #fff;
    display: inline-block;
    font-family: 'poppins-regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 15px;
    margin-top: 0px;
    speak: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px;
    border-radius: 28px;
    float: left;
    font-size: 22px;
}

.form li.ui-menu-item .tipMessage {
  vertical-align:middle;
  display: table-cell;
}

.form .tipMessage a {
    font-family: arial;
    text-decoration: underline;
    color: #528436;
    font-weight: bold;
}

.request_anonymous_requester_email, .request_description, .request_custom_fields_26779842 {
  margin-top: 20px !important;
}

.request_custom_fields_26779162, .request_custom_fields_26751601, .request_custom_fields_26751971, .request_custom_fields_28517289 {
  margin-top: 15px !important;
}

/* Videos Responsive */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Zopim Chat*/
a#zopimBtn {
    cursor: pointer;
}

.meshim_widget_widgets_Branding {
  display: none !important;
}



/* New Header */
/* Header */

@font-face{font-family:'olx-icon-material';src:url("/hc/theming_assets/01HZM5EEEVJHAJT8P4S9N27PYP");src:url("https://p4.zdassets.com/hc/theme_assets/554593/200085929/olx.eot?#iefix") format('embedded-opentype'),url("/hc/theming_assets/01HZM5EFJGP56VNRR5D9HHHB2A") format('woff'),url("/hc/theming_assets/01HZM5EF8H2ZJ58FXWZ0ZD630Q") format('truetype'),url("https://p4.zdassets.com/hc/theme_assets/554593/200085929/olx.svg#olxregular") format('svg');font-style:normal;font-weight:normal}@font-face{font-family:'HelveticaRoundedLTStd-Bd';src:url("https://p4.zdassets.com/hc/theme_assets/554593/200085929/HelveticaRoundedLTStd-Bd.eot?#iefix") format('embedded-opentype'),url("https://p4.zdassets.com/hc/theme_assets/554593/200085929/HelveticaRoundedLTStd-Bd.otf") format('opentype'),url("https://p4.zdassets.com/hc/theme_assets/554593/200085929/HelveticaRoundedLTStd-Bd.woff") format('woff'),url("https://p4.zdassets.com/hc/theme_assets/554593/200085929/HelveticaRoundedLTStd-Bd.ttf") format('truetype'),url("https://p4.zdassets.com/hc/theme_assets/554593/200085929/HelveticaRoundedLTStd-Bd.svg#HelveticaRoundedLTStd-Bd") format('svg');font-weight:normal;font-style:normal}


.icons::before{font-family:'poppins-regular';vertical-align:middle;display:inline-block}.icons-material::before{font-family:'olx-icon-material';vertical-align:middle;display:inline-block;font-size:24px}.icons::before,.icons-material::before{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-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-great::before{content:"\e90b"}.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"}

#header-fix-view {
    top:0;left:0;right:0;width:100%;height:60px;
    background-color:#fff;
    z-index:51;
    border-bottom: solid thin #ccc;
}
#header-fix-view .headersite {
    max-width:1000px;
    height:100%;
    padding:10px 10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin:0 auto;
}
#header-fix-view .headersite .brandsite {
  float:left;
  margin-top: 3px;
  color: rgba(58, 119, 255, 1);
}

#header-fix-view .headersite .brandsite img {height:50px;width:50px;}

#header-fix-view .headersite .brandsite:before {
  font-family: 'olx-icon-material';
    vertical-align: middle;
    display: inline-block;
    font-size: 43px;
    /*content: "\00ba";*/
    content: " ";
    margin: -6px -3px -3px;
    background: url(https://seeklogo.com/images/O/olx-indonesia-logo-67F0758E5D-seeklogo.com.png) no-repeat;
    width: 150px;
    height: 100px;
    background-size: 50px;
}

#header-fix-view .headersite .postBtn {
    background-color:#3a77ff;color:#fff;
    -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
    border:none;
    outline:none;
    -webkit-box-shadow:0 1px 0 0 rgba(0,0,0,0.4);-moz-box-shadow:0 1px 0 0 rgba(0,0,0,0.4);box-shadow:0 1px 0 0 rgba(0,0,0,0.4);
    text-align:center;
    float:right;
    height:36px;
    line-height:36px;
    padding:0 15px;
    letter-spacing:.2px;
    margin-left:15px;
    font-weight:bold;
    text-transform: uppercase;
}
#header-fix-view .headersite .postBtn:hover {text-decoration:none;background-color:#ff851a;}
#header-fix-view.postingFlow,#header-fix-view.hideDistractions {position:absolute;}
#header-fix-view.postingFlow .postBtn,#header-fix-view.hideDistractions .postBtn {display:none;}

/* Form */
#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:7px 0 7px 132px;width:318px;}#header-view .partials_search_index_view .submit{background:rgba(58, 119, 255, 1);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:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;border-style:solid;border-width:1px;color:#fff;padding:0;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);height:38px;width:40px}#header-view .partials_search_index_view .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}
#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:#666;outline:none;z-index:10;padding:2px 6px 3px;
}
#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.searchsite,#header-fix-view .partials_search_field_view .field.searchsite{z-index:1;color:#000;}#header-view .partials_search_field_view .field.searchsite.with-options,#header-fix-view .partials_search_field_view .field.searchsite.with-options{-webkit-border-radius:3px 0 0 0;-moz-border-radius:3px 0 0 0;border-radius:3px 0 0 0}#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 .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{background-color:#fff;margin:0 -40px 0 0;padding:0 40px 0 0;}#header-view .partials_search_field_view .field{height:38px;line-height:38px;border-style:solid;border-color:rgba(58, 119, 255, 1);border-width:1px 0 1px 1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}#header-view .partials_search_field_view .field.searchsite:focus{outline:none;-webkit-box-shadow:inset 0 0 10px 0 rgba(170,187,0,0.25);-moz-box-shadow:inset 0 0 10px 0 rgba(170,187,0,0.25);box-shadow:inset 0 0 10px 0 rgba(170,187,0,0.25)}#header-view .partials_search_field_view .field.suggestion{margin-top:-38px}#header-view .partials_search_field_view .partials_search_suggestions_view{right:39px}#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:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
}

#header-fix-view .partials_search_field_view .field.searchsite: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}

.icon-material-search::before {
  content: "\29";
}
.icons-material::before {
  font-family: 'olx-icon-material';
  vertical-align: middle;
  display: inline-block;
  font-size: 24px;
}
.icons::before, .icons-material::before {
  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;
}

.postBtn::before {
  font-size: 26px;
  padding: 0px 7px 2px 0;
  font-family: arial, helvetica;
}
.icon-material-photo::before {
  content: "+";
}

/* ZDK Search */
.zdksearch {
  width: 100%;
  max-width: 980px;
  margin: 30px auto 0px;
}

.zdksearch .search {
  float: none;
  top: 0 !important;
}

.zdksearch h1 {
  font-size: 35px;
  font-weight: lighter;
  color: #666;
  text-align: center;
  font-family: helvetica, arial;
  margin: 0;
}

.zdksearch .formholder {
  max-width: 700px;
  margin: 10px auto 0;
}

.zdksearch .formholder input#query {
  width: 630px;
}

.site-search {
  background: #fff;
  margin-top: 20px;
  padding: 10px 20px 20px;
  border-radius: 7px;
  font-size: 16px;
  color: rgba(58, 119, 255, 1);
  font-family: helvetica, arial;
  letter-spacing: 0px;
  text-align: center;
  border: 3px solid rgba(58, 119, 255, 1);
  font-weight: normal;
}

.site-search:before {
  content: "\1f526";
  font-family: "entypo";
  font-size: 27px;
  line-height: 60px;
  background: rgba(58, 119, 255, 1);
  color: #fff;
  padding: 9px 10px;
  border-radius: 92px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-search p {
  margin: 5px 0 -5px;
  padding: 0;
  font-size: 20px;
  line-height: normal;
}

.site-search a.search-result-link {

    color: #fff;
    background: rgba(58, 119, 255, 1);
    font-weight: normal;
    font-family: helvetica, arial;
    padding: 8px 18px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.site-search a.search-result-link:hover {
  opacity: .8;
}

footer.footer-holder {
  width: 100%;
  background-color: #e8e8e8;
  position: relative;
  /*margin-top: 120px;*/
}

footer.footer-holder div.special {
  background-color: rgba(58, 119, 255, 1);
}
/*
footer.footer-holder:before {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 130px;
    background: url("/hc/theming_assets/01HZM5ED3WCDQKJWKW4W2WF6GX") repeat-x 50% 30px;
    content: '';
}*/

.headersite h1 {
    float: left;
    font-size: 20px;
    color: #666;
    margin: 3px 12px;
    display: none;
}
.category h2 a p {
  display: inline;
}
.category h2 a p.doubleline {
  margin-top: 3px;
}

/* NEW CSS */
.category-tree h2 ~ *, .category-tree h3 ~ * {
  display: none;
}

h2, h3 {margin: 0;}

/* ====================================================
   Navigation pages
   ==================================================== */
main {
  display: table;
}

div.category-tree {
  float: left;
  margin-top: 20px;
  width: 660px;
}

div.category-tree section.category, div.category-tree section.section {
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
}

div.category-tree section.category:first-child, div.category-tree section.section:first-child {
  border-radius: 3px 3px 0 0;
}

div.category-tree section.category:last-child, div.category-tree section.section:last-child {
  border-radius: 0 0 3px 3px;
  border-bottom: 1px solid #999999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

div.category-tree a {
  background: #fff;
  color: #111111;
  display: block;
  font-size: 20px;
  margin-bottom: 0px;
  padding: 18px 20px 16px;
  font-weight: lighter;
}

div.category-tree a:hover {
  background-color: #FFFFFF;
  box-shadow: none;
  text-decoration: none;
}

section.section {
  border-top: 1px solid #eeeeee;
  width: 100%;
  padding: 0;
}

section.section h3 a:before {
  color: #666666;
  content: "\229E";
  float: left;
  font-family: "entypo";
  font-size: 12px;
  margin: 2px 10px 0 0;
}

section.section h3.active a:before {
  color: #cccccc;
  content: "\229F";
}

section.section h3 a:hover:before {
  /*color: #000 !important;*/
}

.section .article-list a {
  font-size: 14px;
  color: #000;
  padding: 14px 20px 14px 82px;
}

.category-tree.sections .article-list a {
  padding-left: 43px;
}

.article-list a:before {
  color: rgba(58, 119, 255, 1);
  content: "\E4AE";
  float: left;
  font-family: "entypo";
  font-size: 11px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  margin-right: 8px;
  margin-top: 0px;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.category-tree .article-list {
  width: 100%;
  float: none;
}

.article-list li a:hover:before {
  color: rgba(58, 119, 255, 1) !important;
}

.section h3 a {
  color: inherit;
  font-size: 16px;
  padding-left: 60px;
  background-color: #fff;
}
.article-list a.see-all-articles:before {
  content: " ";
}

a.see-all-articles {
  text-decoration: underline;
  padding-left: 74px !important;
  color: rgba(58, 119, 255, 1) !important;
}

a.see-all-articles:hover {
  text-decoration: underline !important;
  opacity: .8;
}

.sections .section h3 a {
  padding-left: 20px;
}

/* ====================================================
   Navigation icons
   ==================================================== */

div.category-tree section h2 a:before {
  color: #000;
  display: inline-block;
  font-family: 'olx-icon-material';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 16px;
  margin-top: -4px;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 12px 20px 12px 4px;
  /*border-radius: 28px;*/
  border-right: 1px solid #ccc;
  background: none !important;
  content: "\e910";
}

div.category-tree section h2 [href*='200849043']:before {
  content: "\2a";
}
div.category-tree section h2 [href*='200837606']:before {
  content: "\5f";
}
div.category-tree section h2 [href*='200849053']:before {
  content: "\e607";
}
div.category-tree section h2 [href*='200849063']:before {
  content: "\3d";
}
div.category-tree section h2 [href*='200837616']:before {
  content: "\2c";
}
div.category-tree section h2 [href*='200849073']:before {
  content: "\74";
}
div.category-tree section h2 [href*='200862056']:before {
  content: "\e910";
}
div.category-tree section h2 [href*='201662563']:before {
  content: "\ba";
}

div.category-tree section h2 a:after {
  color: #999999;
  content: "\E760";
  float: right;
  font-family: "entypo";
  font-size: 30px;
  margin-top: -3px;
}

div.category-tree section h2.active a:after {
  content: "\E763";
  color: rgba(58, 119, 255, 1);
}

div.category-tree section h2 a:hover:before,
div.category-tree section h2 a:hover:after {
  color: #252525;
}

div.category-tree section h2.active a:hover:after {
  color: rgba(58, 119, 255, 1);
}

div.category-tree section h2 a:hover:before {
  color: #252525;
}

div.category-tree section h2.active a:before {
  color: rgba(58, 119, 255, 1);
}

section.section ul.article-list {
  margin-top: 0;
}

section.section ul.article-list li {
  border: 0;
}

section.section ul.article-list li a:after {
  content: none;
}

section.section ul.article-list li a {
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
  display: flex;
}

section.section ul.article-list li a:hover {
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}


/* END NEW CSS */

@media only screen 
  and (min-width: 220px) 
  and (max-width: 736px)
 { 
  
  .zdksearch {
    margin: 20px auto 30px;
  } 
  .zdksearch h1 {
    font-size: 30px;
  }
  .alert {
    border-radius: 0;
    margin: -10px 0 0;
    padding: 10px;
  }
  article .hsplit span {
    width: 92px;
  }
  .white-aside span.article-phone {
    display: block !important;
    margin-top: 10px;
  }
  .wrapper-main, main, .footer {
    width: 100%;
    border-radius: 0;
    min-width: initial;
    display: table;
  }
  .footer section.helpLinks {
    margin-top: 0px;
  }
  .footer-holder .copyright {
    text-align: center;
  }
  .search-unit, header.knowledge-page-header {
    width: 100% !important;
  }
  h1.knowledge-page-header {
    display: none;
  }
  .search input {
    width: 100% !important;
    border-radius: 3px !important; 
  }
  .search input[type=submit], .search:after {
    display: none;
  }
  .search {
    margin-top: 0px !important;
    float: none !important;
    width: 100% !important;
    top: 40px !important;
    right: 0 !important;
    position: relative;
  }
  .knowledge-page-header {
    text-align: center;
    font-size: 25px;
  } 
  .header-inner {
    width: 100% !important;
    margin: 0 0 20px !important;
    text-align: center;
  }
  ul.category-list, ul.section-list, .article-list, aside {
    width: 100% !important;
    float: none !important;
  }
  main {
    padding: 0 !important;
    clear: both;
  }
  .breadcrumbs {
    display: table;
    margin: 20px auto !important;
  }
  .article-column {
    width: 100% !important;
    padding: 0 30px 20px !important;
    border: none !important;
    background: none !important;
    margin-top: 0 !important;
  } 
  .module-sm-contact, .related-articles, .promoted-articles {
    float: none !important;
    clear: both !important;
    margin: 0 auto !important;
    width: 230px;
  }
  aside hr {
    width: 230px;
  }
  main aside {
    clear: both;
    border: none;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    border-radius: 0;
    padding-bottom: 5px;
  }
  .category-list, .section-list, .article-list {
    margin: 0 !important;
  }
  .aside-phone p {
    text-align: center !important;
    margin-left: 105px !important;
    margin-right: 0px !important;
  }
  div.hsplit {
    width: 248px;
    margin: 0 auto;
  }
  .white-aside:after {
    left: 50% !important;
    margin-left: -15px;
  }
  .white-aside a.submit-a-request {
    margin: 0 auto !important;
    float: none !important;
  }
  .footer ul {
    float: none !important;  
  }
  .footer .appStores {
    /*width: 332px !important;*/
    margin: 0 auto 20px !important;
    float: none !important;
    display: table;
  }
  .footer section.helpLinks li {
    float: none !important;
    border-right: none !important;
    text-align: center;
    padding: 0 15px 25px !important;
  }
  .footer section.helpLinks li:first-child {
    padding-left: 15px !important;
  }
  .footer section.helpLinks li a {
    font-size: 12px !important;
  }
  section.appStores img.downloadappimg {
     display: none;
  }
  .footer .copyright {
    text-align: center;
  }
  .search-results.clearfix {
    width: 100%;
    float: none;
    padding: 0 30px;
  }
  .category-list a, .section-list a, .article-list a {
    font-size: 16px !important;
  }
  .main-column.request-page p {
    display: none;
  }
  .main-column.request-page {
    padding: 0 20px !important;
    border: none !important;
    background: none !important;
    margin-top: 0 !important;
    width: 100% !important;
  }
  .breadcrumbs li {
    padding: 8px !important;
  }
  ul.article-list + aside, ul.category-list + aside, ul.section-list + aside {
    display: none;
  }
  footer .copyright p span {
    display: none;
  }
  section.helpLinks li.Contact {
    display: none;
  }
  #cu-holder {
    width: 290px !important;
    padding: 0 30px;
  }

  /* BREADCRUMBS */
  .breadcrumbs {
    margin: 20px auto !important;
    padding: 0 20px;
    text-align: center;
  } 
  .breadcrumbs li {
    background-color: #fafafa !important;
    padding: 0 !important;
  }
  .breadcrumbs li a {
    color: #38b !important;
  } 
  .breadcrumbs li:first-child a:before {
    content: none !important;
  } 
  .breadcrumbs li + li:before {
    content: ">";
    font-weight: normal;
    margin: 0 5px 0 3px;
    color: #000;
  }
  .breadcrumbs li {
    color: #000 !important;
    border: none !important;
  }
  .share {
    margin: 30px auto 0 !important;
  }
  /* NEW */
  div.category-tree {
    width: 100% !important;
    float: none !important;
    margin-top: 0;
  }

  div.category-tree + aside {
    display: none;
  }

  div.category-tree a {
    font-size: 16px;
  }
  section.helpLinks ul li.lang {
    display: block;
  }
  div.language-selector {
    float: none;
  }
  .headersite div.language-selector {
    display: none;
  }
  .dropdown-menu-end {
    left: 50%;
    max-width: 180px;
    margin-left: -90px;
  }
} /* END 736*/

@media only screen 
  and (min-width: 220px) 
  and (max-width: 615px)
 {
  .alert {
    margin: 0;
  }
  .headersite h1 {
    display: block;
  }
  .search {
    width: 86%;
  }
  .zdksearch {
    margin: 20px auto;
  }
  #header-fix-view .headersite .postBtn {
    display: none;
  }
  #header-fix-view .headersite {
    display: table;
  }
  .zdksearch h1 {
    font-size: 28px;
    display: none;
  }
  .zdksearch .search {
    top: 0 !important;
    margin-top: 0;
  }
  .zdksearch .formholder {
    margin: 10px 20px 0;
  }
  .site-search p {
    font-size: 16px;
  }
  .category h2 a p {
    position: absolute;
    margin: 12px 35px 0 0;
    line-height: 16px;
  }
  #header-fix-view .headersite .brandsite:before {
    width: 51px;
    height: 51px;
  }
 } /* END 615*/

 @media only screen 
  and (min-width: 220px) 
  and (max-width: 440px)
 {
  #header-fix-view .partials_search_index_view {
    position: absolute;
    right: 10px;
    padding-left: 67px;
    width: 100%;
    margin: 0;
  }
  .zdksearch h1 {
    font-size: 24px;
  }
  .site-search {
    border: 2px solid rgba(58, 119, 255, 1);
    padding: 5px 20px 18px;
  }
  .site-search p {
    font-size: 15px;
    margin: -15px 0 -8px;
  }
  .site-search:before {
    font-size: 22px;
    content: none;
  }
  .act {display: block;}
  .knowledge-page-header h1 {
    font-size: 20px !important;
  }
  .category-list a {
    padding: 18px 15px 14px !important;
  }
  .category-list a:before {
    margin-right: 15px !important;
  }
  .section-list a, .article-list a {
    padding: 20px 15px;
  }
  .search {
    top: 80px !important;
  }
  #cu-holder {
    width: 100% !important;
  }
  footer.footer-container {
    margin-top: 0 !important;
    border-top: none !important;
  }
  footer.footer-container:before {
    content: initial !important; 
  }
  /* NEW */
  div.category-tree section.category h2 a {
      padding: 18px 15px 14px !important;
  }

  div.category-tree section.section h3 a {
    padding-left: 30px;
  }

  div.category-tree section.section ul.article-list a {
    padding-left: 50px;
  }

  div.category-tree a:before {
      margin-right: 15px !important;
  }
  a.see-all-articles {
  padding-left: 34px !important;
  }
} /* END 440*/

 @media only screen 
  and (min-width: 220px) 
  and (max-width: 360px)
 {
  .search {
    width: 83%;
  }
  .headersite h1 {
    font-size: 18px;
    margin: 5px 12px 0;
  }
  .footer .container-stores {
    text-align: center;
  }
  .footer .container-stores a {
    display: block;
  }
  .footer .container-stores a img {
    /*max-width: 102px;*/
  }
 } /* END 360*/

 @media only screen 
  and (min-width: 220px) 
  and (max-width: 300px)
 {
  .search {
    width: 78%;
  }
  .headersite h1 {
    font-size: 16px;
    margin: 8px 10px 0;
  }
  .search {
    top: 10px !important;
  }
 } /* END 300*/

/* Specific Opera Mini */
html[data-useragent*='Opera/9.80'] footer.footer-container:before {
  content: "" !important; 
  content: none !important;
}
html[data-useragent*='Opera/9.80']  .search input {
  width: 85% !important;
}
html[data-useragent*='Opera/9.80'] .search input[type=submit] {
  display: block;
  width: 15% !important;
  float: right;
  margin-right: 0 !important;
}
html[data-useragent*='Opera/9.80'] .search:after {
  display: block;
  right: 16px !important;
  top: 40px !important;
}
html[data-useragent*='Opera/9.80'] article .hsplit span {
    width: 82px !important;
}
html[data-useragent*='Opera/9.80'] ul.section-list li, html[data-useragent*='Opera/9.80'] ul.article-list li {
    border-left: none !important;
}
    
html[data-useragent*='Opera/9.80'] div.category-tree section h2 [href*='200566202']:before,
html[data-useragent*='Opera/9.80'] div.category-tree section h2 [href*='200566212']:before,
html[data-useragent*='Opera/9.80'] div.category-tree section h2 [href*='200546321']:before,
html[data-useragent*='Opera/9.80'] div.category-tree section h2 [href*='200546331']:before,
html[data-useragent*='Opera/9.80'] div.category-tree section h2 [href*='200546341']:before
  {
    content: "\2022";
    font-family: Arial, Helvetica;
    background: none !important;
    font-size: 46px;
    padding: 0px 22px 0px 6px;
    margin-top: 3px;
  }

html[data-useragent*='Opera/9.80'] section.section h3 a:before {
  content: "\BB";
    font-family: Arial, Helvetica;
    background: none !important;
    font-size: 20px;
    padding: 0;
    margin-top: 0;
}

html[data-useragent*='Opera/9.80'] div.category-tree section h2 a:after {
  content: "\BB";
    font-family: Arial, Helvetica;
    background: none !important;
    font-size: 28px;
    padding: 0;
    margin-top: 10px;
}

html[data-useragent*='Opera/9.80'] div.category-tree section.section ul.article-list a:before {
    content: "+";
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    margin-top: -3px;
}

html[data-useragent*='Opera/9.80'] footer.footer-container:before {
  content: "" !important; 
  content: none !important;
}

html[data-useragent*='Opera/9.80']  .search input {
  width: 85% !important;
}

html[data-useragent*='Opera/9.80'] .search input[type=submit] {
  display: block;
  width: 15% !important;
  float: right;
  margin-right: 0 !important;
}

html[data-useragent*='Opera/9.80'] .search:after {
  display: block;
  right: 16px !important;
  top: 40px !important;
}

html[data-useragent*='Opera/9.80'] article .hsplit span {
    width: 82px !important;
}

html[data-useragent*='Opera/9.80'] ul.section-list li, html[data-useragent*='Opera/9.80'] ul.article-list li {
    border-left: none !important;
}

html[data-useragent*='Opera/9.80'] div.category-tree section.section ul.article-list a:before {
    content: "+";
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
}

/* iOS Web View */
html[data-useragent*='iPhone App Ver'] .search {
  top: 10px !important;
}
html[data-useragent*='iPhone App Ver'] .zdksearch h1 {
  display: block;
}
html[data-useragent*='iPhone App Ver'] .zdksearch .formholder {
  margin-top: 0;
}
html[data-useragent*='iPhone App Ver'] main {
  margin-top: 30px;
}
html[data-useragent*='iPhone App Ver'] header.header-fix-view, html[data-useragent*='iPhone App Ver'] footer.footer-holder {
  display: none;
}

/* ANDROID */
html[data-useragent*='Android App Ver'] .search {
  top: 10px !important;
}
html[data-useragent*='Android App Ver'] .zdksearch h1 {
  display: block;
}
html[data-useragent*='Android App Ver'] .zdksearch .formholder {
  margin-top: 0;
}
html[data-useragent*='Android App Ver'] main {
  margin-top: 30px;
}
html[data-useragent*='Android App Ver'] header.header-fix-view, html[data-useragent*='Android App Ver'] footer.footer-holder {
  display: none;
}

/* iOS Web View */
html[data-useragent*='ios_app'] .search {
  top: 10px !important;
}
html[data-useragent*='ios_app'] .zdksearch h1 {
  display: block;
}
html[data-useragent*='ios_app'] .zdksearch .formholder {
  margin-top: 0;
}
html[data-useragent*='ios_app'] main {
  margin-top: 30px;
}
html[data-useragent*='ios_app'] header.header-fix-view, html[data-useragent*='ios_app'] footer.footer-holder {
  display: none;
}

/* ANDROID */
html[data-useragent*='android_app'] .search {
  top: 10px !important;
}
html[data-useragent*='android_app'] .zdksearch h1 {
  display: block;
}
html[data-useragent*='android_app'] .zdksearch .formholder {
  margin-top: 0;
}
html[data-useragent*='android_app'] main {
  margin-top: 30px;
}
html[data-useragent*='android_app'] header.header-fix-view, html[data-useragent*='android_app'] footer.footer-holder {
  display: none;
}


/* Hide attachment field in in-app browsers */
html[data-useragent*='iPhone App Ver'] .attachment_field,
html[data-useragent*='Android App Ver'] .attachment_field {
  display: none;
}
