 @import url('bootstrap.css');
  @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');
  .font-size-xs {
    font-size: 0.813em !important;
  }
  .font-size-sm {
    font-size: 0.938em !important;
  }
  .text-info {
    color: #111111;
  }
  .font-weight-semibold {
    font-weight: 400;
  }
  .font-weight-bold {
    font-weight: 600;
  }
  .icon-opacity .icon-opacity__icon {
    transition: filter 0.3s ease;
  }
  .icon-opacity:hover .icon-opacity__icon {
    filter: brightness(1.2);
  }
  .shrink-fix {
    min-width: 0;
  }
  /*** COMMON STYLES ***/
  body, html {
    height: 100%;
  }
  body {
    margin: 0px auto;
    background-image: url("../img/main-bg.webp");
    background-repeat: repeat;
    font-size: 16px;
    color: #111111;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }

  input,select,option,p,form,ul,li,ol,h1,h2,h3,h4,h5,h6,td,img,table {
    margin: 0;
    padding: 0;
    border: 0;
  }
  ::selection {
    background: #707070;
    color: white;
  }
  ::-moz-selection {
    background: #707070;
    color: white;
  }
  .clearfix:before,
  .clearfix:after {
    display: table;
    content: " ";
  }
  .clearfix:after {
    clear: both;
  }
  .clearfix {
    *zoom: 1;
  }
  h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
  }
 ul, li {
    list-style: none;
  }
body[class*="static-page"] section#content #controller_area ol {
    list-style: decimal;
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
body[class*="static-page"] section#content #controller_area ul {
    display: block;
    list-style-type: disc;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    list-style-type: circle;
    margin-block-start: 0px;
    margin-block-end: 0px;
}
body[class*="static-page"] section#content #controller_area li {
    display: list-item;
    list-style: auto;
}
  table {
    border-collapse: collapse;
    border-spacing: 0;
    border-padding: 0;
    width: 100%;
  }
  table.fixed {
    table-layout: fixed;
  }
  img {
    vertical-align: middle;
  }
  label {
    -moz-user-select: none;
    -webkit-user-select: none;
  }
  b, strong {
    font-weight: 600;
  }
  .hide {
    display: none;
  }
  .hidden {
    visibility: hidden;
  }
  .invisble {
    opacity: 0;
  }
  .clear {
    clear: both;
  }
  .fleft {
    float: left;
  }
  .fright {
    float: right;
  }
  .ralign {
    text-align: right!important;
  }
  .lalign {
    text-align: left!important;
  }
  .align-center {
    text-align: center;
  }
  .relative {
    position: relative;
  }
  .nowrap {
    white-space: nowrap;
  }
  /* links */
  a:link,
  a:visited,
  .link {
    color: #834A00;
    text-decoration: none;
    font-size: 0.938em;
    cursor: pointer;
  }
  a:hover,
  a:active,
  .link:hover {
    color: #1d1d1d;
  }
  a.color-light {
    /*color: rgba(255,255,255,.9);*/
    color: rgba(201,202,209,.9);
  }
  a.color-light:hover {
    color: white;
  }
  /* links end */
  /* fonts */
  a.font1:hover,
  a.active.font1,
  .active .font1,
  a.font2.active {
    color: #111111;
  }
  .link-large {
    font-size: 1.143em!important;
    font-weight: 400!important;
  }
  span.text-notice,
  div.text-notice {
    padding-bottom: 20px;
  }
  .close,
  .red {
    color: #e44848!important;
  }
  .close:hover,
  .red:hover {
    color: #ff5d5d!important;
  }
  .red.margin {
    padding-left: 10px!important;
    cursor: pointer;
  }
  .date {
    font-size: 0.857em;
    color: #949494;
  }
  .notice,
  .notice_message {
    color: #c95265;
    font-size: 0.929em;
  }
  .notice_message {
    padding-top: 5px;
  }
  /* fonts end */
  /* h1 */
  h1 {
    font-size: 1.750em;
    margin: 0 0 22px 0;
    font-weight: normal;
    padding: 0;
    font-weight: 400;
    overflow: hidden; /* to allow two items inline */
  }
  h1.text-center {
    margin: -10px 0 28px 0;
  }
  .h1-nav h1 {
    overflow: hidden;
    margin-top: 0;
  }
  .h1-nav nav {
    float: right;
    vertical-align: top;
  }
  .h1-nav nav > a.icon {
    display: none!important;
  }
  h2.cattery_name {
    margin-bottom: 20px;
    font-size: 1.750em;
  }
  @media screen and (max-width: 768px) {
    h2.cattery_name {
        margin-left: 10px;
    }
  }
  body.at-cat-breeder-account-page section#content h1,
  body.at-dealer-page section#content h1 {
    position: absolute;
    right: 15px;
    top: -125px;
    z-index: 100;
    color: white;
    font-size: 46px;
    background: rgba(0,0,0,.5);
    padding: 10px;
    text-align: right;
  }
    body.at-cat-breeder-account-page section#content h1 > span,
    body.at-dealer-page section#content h1 > span {
        font-size: 22px;
        display: block;
    }
  section#content .fb-share-button {
    float: right;
    margin-top: 10px;
  }
  /* h1 end */
  /* global style items */
  .hlight {
    background: #f4f4f4;
  }
  .hborder {
    border-color: #d4d4d4;
  }
  /* global style items end */
  /* inputs */
  input[type=text],
  input[type=password],
  input[type=number],
  textarea,
  select,
  span.pills {
    height: 44px;
    background: white;
    border: 1px #E6E6E6 solid;
    color: #111111;
    font-size: 0.875em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 0 10px 3px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;

    transition: border-color 0.3s ease;
  }
  input:hover,
  select:hover {
    border-color: #999999;
  }
  input:focus {
    border-color: #222222;
  }
  select:focus {
    background-color: #FFECCB;
    border-color: #E8BF8A;
  }
  textarea {
    line-height: normal;
    height: auto;
    padding: 8px 10px 8px;
    width: 100%;
  }
  select {
    background: url('../img/dropdown-arrow.svg') right 18px no-repeat white;
    background-size: 18px 5px;
    padding-right: 28px;
  }
  select.disabled,
  select[disabled=disabled],
  input[disabled],
  input[disabled=disabled] {
    cursor: not-allowed;
    color: #acacac;
    background-color: #F2F2F2;
    background-image: none;
  }
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  input[type=number] {
    -moz-appearance: textfield;
    margin: 0;
  }
  option {
    padding: 2px 0;
    color: #1d1d1d !important;
  }
  option:disabled {
    color: rgb(170, 170, 170) !important;
  }
  input[type=submit],
  input[type=button],
  .file-input span,
  a.button,
  .btn {
    /* background: #FF7B00;*/
    background: #9e4c00;
    height: 44px;
    padding: 0 20px 2px;
    color: white;
    font-size: 0.813em;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 4px;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    transition: background 0.3s ease;
  }
  input[type=submit].grey,
  input[type=button].grey,
  .file-input span.grey,
  a.button.grey {
    background: #a9a9a9;
  }
  input[type=submit]:hover,
  input[type=button]:hover,
  a.button:not(.disabled):hover,
  .file-input span:hover,
  .btn:hover {
    background: #B46104;
  }
  input[type=submit].grey:hover,
  input[type=button].grey:hover,
  a.button:not(.disabled).grey:hover,
  .file-input span.grey:hover,
  .btn.grey:hover {
    background: #707070;
  }
  a.button {
    display: inline-block;
    line-height: 42px;
  }
  a.button.disabled,
  input[type=submit][disabled=disabled],
  input[type=button][disabled=disabled],
  input[type=submit].disabled,
  input[type=button].disabled {
    cursor: not-allowed;
    background: #b1b1b1 !important;
    color: #e6e6e6;
    box-shadow: none;
  }
  input[type=submit].low,
  input[type=button].low,
  a.button.low {
    height: 28px;
    line-height: 28px;
    font-size: 0.750em;
    padding: 0 11px 3px;
    white-space: nowrap;
  }
  .button.warning:not(.disabled) {
    background: #c51c1c;
    border: none;
	width: 100%;
	text-align: center;
  }
  .button.warning:not(.disabled):hover {
    background: #d62c2c !important;
  }
  a.cancel,
  input[type=button].cancel,
  button.cancel {
    background: #ababab;
  }
  input[type=button].cancel:hover,
  button.cancel:hover {
    background: #bcbcbc;
  }

  input[type=checkbox]:not(.default),
  input[type=radio]:not(.default) {
    opacity: 0;
    position: absolute;
    width: 22px;
    height: 22px;
  }
  input[type=checkbox]:not(.default) + label,
  input[type=radio]:not(.default) + label {
    max-width: 100%;
    padding-top: 1px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    font-size: 0.938em;
  }
  div#agree_create_account input[type=checkbox]:not(.default) + label {
    white-space: normal;
    text-align: left;
  }
  input[type=checkbox]:not(.default) + label > span,
  input[type=radio]:not(.default) + label > span {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url('../img/gallery.png') 0 -1177px no-repeat;
    vertical-align: top;
    margin: -1px 5px 0 0;
  }
  input[type=radio]:not(.default) + label > span {
    background-position: 0 -1098px;
  }
  input[type=checkbox]:not(.default):hover + label > span {
    background-position: 0 -1153px;
  }
  input[type=radio]:not(.default):hover + label > span {
    background-position: 0 -1072px;
  }
  input[type=checkbox]:not(.default):checked + label > span,
  input[type=radio]:not(.default):checked + label > span {
    background-position: 0 -1201px;
  }
  input[type=radio]:not(.default):checked + label > span {
    background-position: 0 -1124px;
  }
  input[type=radio].multiline + label,
  input[type=checkbox].multiline + label {
    height: auto;
    text-align: center;
    color: #006EC7;
    font-size: 0.929em;
  }
  input[type=radio].multiline:checked + label,
  input[type=checkbox].multiline:checked + label {
    color: #010101;
  }
  input[type=checkbox].multiline:not(.default) + label > span,
  input[type=radio].multiline:not(.default) + label > span {
    display: inline-block;
    margin: 0 auto 5px;
  }
  input[type=radio][disabled] + label > span,
  input[type=radio][disabled=disabled] + label > span {
    opacity: 0.5;
  }
  input[type=radio][disabled] + label,
  input[type=radio][disabled=disabled] + label {
    color: #888888;
  }
  input[type=checkbox].inline + label {
    display: inline;
  }
  input[type=checkbox].inline + label > span {
    margin: 0;
  }
  input.search,
  input.search:hover {
    background-image: url('../img/gallery.png');
    background-position: 12px -430px;
    width: 0;
  }
  /* Switcher */
  label.switcher input[type=checkbox] {
    display: none;
  }
  label.switcher > input[type=checkbox] + span:not(.status) {
    margin-top: -1px;
    display: inline-block;
    width: 34px;
    height: 18px;
    background: #969696;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transition: background-color 0.4s, opacity 0.4s;
    opacity: 0.7;
  }
  label.switcher > input[type=checkbox] + span:not(.status):after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 14px;
    height: 14px;
    background: #fff;
    transition: transform 0.4s;
    z-index: 2;
  }
  label.switcher > input[type=checkbox] + span:not(.status):before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 8px;
    height: 8px;
    background: url(../img/gallery.png) -8px -699px no-repeat;
    transition: transform 0.4s;
    z-index: 3;
  }
  label.switcher:hover > input[type=checkbox] + span:not(.status) {
    opacity: 1;
  }
  label.switcher > input[type=checkbox]:checked + span:not(.status) {
    background: #52b600;
    transition: background-color 0.4s;
  }
  label.switcher > input[type=checkbox]:checked + span:not(.status):after {
    transform: translateX(-16px);
  }
  label.switcher > input[type=checkbox]:checked + span:not(.status):before {
    transform: translateX(-16px);
    background-position: 0 -699px;
  }
  label.switcher > input[type=checkbox] ~ .status {
    margin-left: 10px
  }
  label.switcher > input[type=checkbox] ~ .status:before {
    content: attr(data-enabled);
  }
  label.switcher > input[type=checkbox]:checked ~ .status:before {
    content: attr(data-disabled);
  }
  ::-webkit-input-placeholder {
    color: #888888;
    font-weight: 400;
  }
  :-moz-placeholder {
    color: #b9b9b9;
    font-weight: 300;
  }
  ::-moz-placeholder {
    color: #b9b9b9;
    font-weight: 300;
  }
  :-ms-input-placeholder {
    color: #b9b9b9;
    font-weight: 300;
  }
  *:focus {
    outline: none;
  }
  input[type=text].error,
  input[type=password].error,
  textarea.error {
    background: #fff2f4;
    color: #c92a44;
    border-color: #f79d9d;
  }
  div.field.error label {
    color: #c92a44;
  }
  div.error {
    /* background: #ccc; */
    color: #c92a44;
    border-color: #f79d9d;
  }
  select.error {
    /*background-color: #fff3f5;*/
    border-color: #ffccd4;
    color: #c92a44;
  }
  .image-field-preview {
    margin-bottom: 10px;
  }
  .image-field-preview > div.relative {
    width: 100%;
  }
  .file-input {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
  }
  .file-input input.file {
    position: absolute;
    right: 0;
    height: 40px;
    opacity: 0;
  }
  .file-input input.file-name {
    width: 200px;
    position: relative;
  }
  .file-input span {
    display: inline-block;
    vertical-align: top;
    line-height: 44px;
    margin-left: 3px;
  }
  .file-input + em {
    margin: 0 10px;
  }
  span.pills {
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    border-radius: 4px;
  }
  span.pills > label > span {
    display: none!important;
  }
  span.pills > label {
    padding: 0 15px!important;
    height: 42px!important;
    line-height: 40px;
    border-right: 1px #999999 solid;
    display: inline-block;
    text-align: center;
  }
  span.pills > label:first-of-type {
    border-radius: 4px 0 0 4px;
  }
  span.pills > label:last-of-type {
    border-radius: 0 4px 4px 0;
    border-right: 0;
  }
  span.pills input[type=radio]:checked + label {
    background: rgba(0,0,0,.7);
    text-decoration: none;
    cursor: default;
    color: white;
  }
  span.pills > label:not(.active) {
    cursor: pointer;
    background: rgba(255,255,255,.2);
    color: rgba(255,255,255,.6);
  }
  span.pills > label:not(.active):hover {
    color: white;
  }
  span.pills > label:hover {
    background: rgba(255,255,255,.2);
  }
  /* inputs end */
.checkbox_bar {
	font-size: 14px;
}
  /*** COMMON STYLES END ***/
  /*** PAGE HEADER ***/
  header.page-header {
    color: white;
    position: relative;
    padding-bottom: 30px;
  }
  @media screen and (min-width: 992px) {
    header.page-header {
        margin-top: 44px;
    }
    header.page-header.superadmin {
        margin-top: 86px;
    }
  }
  .fancy_popup {
    display: none !important;
  }
  body:not(.home-page) .page-header-mask {
    background: url('../img/header-bg.webp') no-repeat center center #443016;
    background-size: cover;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 50% calc(100% - 30px), 0% 100%);
    -webkit-backface-visibility: hidden;
    filter: brightness(40%);
  }
  body:not(.home-page) .page-header-mask:before {
    content: '';
    background: rgba(47, 31, 8, 0.15);
    /*mix-blend-mode: multiply;*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  body.need-a-website-page h1 {
    position: absolute;
    top: -110px;
    right: 20px;
    z-index: 11;
    background: rgba(0,0,0,0.75);
    color: white;
    padding: 2px 10px;
    font-size: 2.2em;
    border: 2px #a29061 solid;
  }
  @media screen and (max-width: 768px) {
    body.need-a-website-page h1 {
        font-size: 1.5em;
    }
  }
  body.need-a-website-page header.page-header {
    min-height: 570px;
    margin-bottom: 20px;
  }
  body.need-a-website-page .page-header-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../img/breeder-website-banner.webp') no-repeat center center #443016;
    background-size: cover;
    clip-path: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: visible;
    filter: none;
    z-index: 10;
  }
  body.need-a-website-page .page-header-mask:before {
    display: none;
  }
  
  header.page-header > div.point1 {
    max-width: 100%;
    position: relative;
    z-index: 102;
  }
  .d-flex {
    display: flex;
  }
  .justify-content-space-between {
    justify-content: space-between;
  }
  .justify-content-flex-end {
    justify-content: flex-end;
  }
  .align-items-center {
    align-items: center;
  }
  .listing-header h1 {
    margin: 0 10px 0;
    }
  .listing-header {
    margin-bottom: 20px;
  }
  section#main_container > div.inside-container.fancy_popup .listing-header {
    margin-bottom: 10px;
  }
  #desk-button {
    float: right;
    line-height: 35px;
  }
  #mobile-button {
    display: none;
  }
  .uiGrid {
    text-align: right;
  }

  header.page-header div.top-navigation {
    height: 44px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 102;
    background-image: url("../img/footer_bg.webp");
    background-repeat: repeat;
    color: #ccc;
    border-bottom: 1px solid #879061;
  }
  header.page-header.superadmin div.top-navigation {
    min-height: 44px;
    height: auto;
  }
  @media screen and (min-width: 992px) {
      header.page-header div.top-navigation {
       position: fixed;
      }
  }
  div.top-navigation > div > span.circle:first-of-type {
    margin-left: -12px;
  }
  header.page-header > div > * > * {
    margin: 0 auto;
  }
  .header-contacts {
    white-space: nowrap;
	font-size: 12px !important;
  }
  .header-contacts svg {
    width: 12px;
    height: 10px;
    opacity: .6;
    fill: #ffffff;
    stroke-opacity: .7;
  }
  .contacts__handset svg {
    height: 12px;
    margin-bottom: -2px;
  }
  .header-contacts a:hover svg {
    opacity: 1;
  }
  .header-contacts a.contacts__add {
    display: inline-block;
    position: relative;
	left: 15px;
  }
  .header-contacts a.contacts__add:before {
    position: absolute;
    content: '';
    background: url(../img/gallery.png) -2px -562px no-repeat;
    width: 12px;
    height: 12px;
    left: -16px;
    top: 3px;
    opacity: 0.6;
  }
  .header-contacts a.contacts__add:hover:before {
    opacity: 1;
  }
  #logo {
    margin-bottom: 6px;
  }
  .header-nav {
    min-height: 96px;
  }
  div.header-banner-cont {
    width: 100%;
    padding: 24px 0 0 0;
  }
  body.bc-exists div.header-banner-cont {
    padding: 0 0 30px 0;
  }
  div.header-banner-cont > div {
    margin: 0 auto;
    height: 100%;
  }
  div#header-banner {
    width: 728px;
    height: 90px;
    margin: auto;
    overflow: hidden;
  }
  div#header-banner div.bmb10 {
    margin: 0!important;
    width: auto!important;
    height: auto!important;
  }
  div#header-banner img {
    width: 100%;
  }
  div#header-banner div.banner {
    width: 100%;
  }
  div#header-banner tr.banner-here {
    border: 0;
  }
  div#header-banner tr.banner-here > td {
    box-shadow: inset 0 0 0 1px #aed0c4;
    color: #92bfaf;
    background: #d5f1e7;
  }
  div.banner-space {
    box-shadow: inset 0 0 0 1px #373346;
    width: 100%;
    height: 100%;
    color: #373346;
    font-size: 1.125em;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  div.banner-in-grid + div.banner-in-grid {
    display: none;
  }
  div.banner-in-grid > div.banner-space {
    height: 90px;
    margin-bottom: 30px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
  #listings.list div.banner-space {
    margin-bottom: 8px;
  }
  /* top navigation */
  .circle {
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    display: flex;
    height: 100%;
    z-index: 103;
  }
  .circle > .default {
    line-height: 44px;
    font-size: 0.750em;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    padding: 0 12px;
    align-items: center;
  }
  .circle > .default:after {
    content: '';
    width: 8px;
    height: 5px;
    margin-left: 10px;
    background: url('../img/dropdown-arrow.svg') 0 -4px no-repeat;
    background-size: 18px 13px;
    opacity: 0.7;
    filter: invert(1);
  }
  .circle:not(.circle_opened):hover > .default:after {
    opacity: 1;
  }
  .circle_opened > .default:after {
    transform: scaleY(-1);
    filter: none;
  }
  .circle_opened > .content {
    display: flex;
    background: white;
    padding: 10px 15px;
    min-width: 100%;
    position: absolute;
    z-index: 102;
    left: 0;
    top: 100%;
    margin-top: 2px;
    box-shadow: 0 0 12px -4px rgba(55,51,70, .8);
    border-radius: 4px;
  }
  div.fright > .circle {
    float: left;
  }
  div.fright > .circle_opened > .content {
    left: auto;
    right: 0;
  }
  .circle_opened {
    background-color: white;
    border-radius: 4px;
  }
  .circle_opened > .default {
    color: #111111;
  }
  .circle ul > li {
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    font-size: 0.875em;
  }
  .user-navbar .circle > .default {
    text-transform: none; 
  }
  .user-navbar .circle > .default:after {
   /* display: none; */
  }
  .user-navbar .circle_opened > .content {
    left: auto;
    right: 0;
  }
  .user-navbar > span.circle:last-of-type {
    margin-right: -10px;
  }
  #user-navbar > span.default:before,
  .circle.cart-box-container > span.default:before {
    content: '';
    display: inline-block;
    background: url('../img/gallery.png') 0 -242px no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 10px 0 0;
  }
  .user-navbar .circle_opened > span.default:before {
    filter: brightness(0);
  }
  #user-navbar > span.default > span.logged-in {
    background-position: -19px -255px;
    width: 14px;
    height: 20px;
    margin: 8px 0 0 0;
  }
  .circle.cart-box-container > span.default:before {
    background-position: -22px -637px;
  }
  .user-navbar .my_messages.notify {
    -webkit-animation: blinker 2.0s infinite ease-in-out;
    animation: blinker 2.0s infinite ease-in-out;
  }
  @-webkit-keyframes blinker {
    0% { opacity: .2; }
    50% { opacity: .8; }
    100% { opacity: .2; }
  }
  @keyframes blinker {
    0% { opacity: .2; }
    50% { opacity: .8; }
    100% { opacity: .2; }
  }
  .user-navbar-container {
    padding: 10px 0;
    min-width: 240px;
    font-size: 0.875em;
  }
  .user-navbar-container input[name=username],
  .user-navbar-container input[name=password] {
    width: 100%;
    margin: 0 0 12px;
  }
  .user-navbar-container input[type=submit] {
    width: 100%;
  }
  .login_form .links,
  .user-navbar-container .links {
    padding: 20px 0 0 0;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .login_form .links > span,
  .user-navbar-container .links > span {
    padding: 0 0 10px 0;
    display: inline-block;
    width: 100%;
  }
  .hookUserNavbar {
    display: block;
    vertical-align: top;
    font-size: 0.813em;
  }
  #user-navbar span.content.a-menu {
    padding: 13px 20px;
	background-image: url("../img/block-bg.webp");
	background-repeat: repeat;
}
  #user-navbar ul > li {
    position: relative;
	/*font-size: 0.975em;*/
	font-size: 1.075em;
    display: flex;
  }
  #user-navbar ul > li > a {
    white-space: nowrap;
  }
  #user-navbar ul > li > a.logout {
    color: #f97777;
  }
  #user-navbar ul > li > a.logout:hover {
    color: #fe8f8f;
  }
  #user-navbar ul > li > .add_first_breed,
  .navigation .add_first_breed { /* Custom changes by @Curtis [ Flynax-Team ] | Ticket ID: GLH-660665 */
    font-size: 16px;
    background-color: #ffe500;
    border: 2px solid #ffe500;
    border-radius: 3px;
    margin-left: 0px;
    margin-top: 1px;
    display: flex;
    align-items: center;
    position: relative;
    float: right;
    color: #333;
    height: 22px;
    line-height: 16px;
    padding: 0px 4px;
    animation: 2s ease 0s infinite normal none running add-breed-custom;
  }
  #user-navbar ul > li > .add_first_breed > span,
  .navigation .add_first_breed > span {
      font-size: 22px;
        padding-right: 5px;
    }
  /*#user-navbar ul > li > .add_first_breed:before,
  .navigation .add_first_breed:before { /* Custom changes by @Curtis [ Flynax-Team ] | Ticket ID: GLH-660665 
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 16px 11px 0;
    border-color: transparent #ffe500 transparent transparent;
    left: -17px;
    top: -2px;
  }*/
  @keyframes add-breed-custom {
    50%  {opacity: 0;}
  }
  .new_litter_here {
    display: flex;
    align-content: center;
    float: right;
    height: 24px;
    line-height: 20px;
    margin: -11px 10px 0;
    position: relative;
    background-color: #ffe500;
    border: 2px solid #ffe500;
    border-radius: 5px;
    margin-left: 20px;
    padding: 0 7px;
    animation: 2s ease 0s infinite normal none running add-breed-custom;
  }
  .new_litter_here i {
    font-size: 30px;
  }
  #user-navbar a.counter,
  .account-menu-content a.counter {
    color: #fb6a5c;
    padding: 0;
    display: inline-block;
    line-height: initial;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .remember-me {
    padding: 10px 0 15px;
  }
  .user-navbar-container .remember-me {
    padding: 20px 0 0;
    color: initial;
  }
  .user-navbar .my_messages {
    line-height: 40px;
  }
  .user-navbar a.message_counter {
    color: #ccc;
    margin-top: 13px;
    font-size: 11px;
  }

  .user-navbar a.messages,
  .user-navbar a.favorites {
    font-size: 12px;
    margin-top: 13px;
    padding: 0 20px;
    position: relative;
	color: #ccc;
    margin-right: 10px;
  }
  body.my-favorites-page .remove_favorites {
    position: absolute;
    top: 4px;
    right: 15px;
	border: #c56957 double 3px;
	padding: 6px;
  }
  @media screen and (max-width: 767px) {
      body.my-favorites-page .remove_favorites {
        top: auto;
        margin-top: -50px;
      }
  }
  .user-navbar a.messages {
    padding-left: 5px;
    margin-right: 0;
  }
  .user-navbar a.favorites .count {
    position: absolute;
    left:  16px;
    font-size: 12px;
    top: 0;
  }

  .user-navbar a.favorites:before {
    content: '';
    position: absolute;
    background: url(../img/gallery.png) 0 -585px no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    left: -15px;
    top: -1px;
  }
  /* top navigation end */
  /* popup */
  .popup > div {
    padding: 0 !important;
    background: none !important;
  }
  .popup > div > div {
    border: 1px #B4C9E1 solid !important;
    border-radius: 8px !important;
    background-image: url("../img/block-bg.webp") !important;
	background-repeat: repeat;
  }
  /* popup end */
  .menu .add-property {
    display: flex;
    font-size: 0.813em;
    /*color: #FFA048 !important;*/
	color: #fff !important;
    font-weight: 400;
    align-items: center;
    white-space: nowrap;
  }
  .menu .add-property:hover {
    filter: brightness(1.2);
  }
  .menu .add-property span {
    display: block;
    width: 22px;
    height: 22px;
   background: #FF7B00;     /* background: #9e4c00;*/
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
  }
  .menu .add-property span:before,
  .menu .add-property span:after {
    content: '';
    position: absolute;
    background: #373346;
    width: 2px;
    height: 10px;
    left: 10px;
    top: 6px;
  }
  .menu .add-property span:after {
    width: 10px;
    height: 2px;
    left: 6px;
    top: 10px;
  }
  /*** PAGE HEADER END ***/
  /*** PAGE CONTENT ***/
  body > div.main-wrapper {
    overflow: hidden;
    min-height: 100%;
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  div#wrapper {
    min-height: 100%;
    margin: 0 auto;
    /* overflow: hidden;*/
  }
  section#controller_area:empty {
    padding-bottom: 0!important;
  }
  section#main_container {
    position: relative;
    /* overflow: hidden;*/
  }
  section#main_container > div.inside-container {
    margin: 0 auto;
    position: relative;
    padding: 20px 0 40px;
  }
  section#main_container > div.inside-container.fancy_popup {
    display: block !important;
    padding-bottom: 0;
    padding-top: 25px;
  }
  @media screen and (max-width: 767px) {
    section#main_container > div.inside-container.fancy_popup {
        padding-top: 0 !important;
    }
  }
  body.bc-exists section#main_container > div.inside-container {
    padding-top: 0;
  }
  section#content {
    vertical-align: top;
  }
  body.need-a-website-page section#content {
    position: relative;
  }
  body.at-cat-breeder-account-page section#content,
  body.at-dealer-page section#content {
    position: static;
  }
  aside.two-middle > div,
  aside.two-middle > div > div,
  aside.two-middle .content_block {
    display: flex;
  }
  aside.two-middle .content_block,
  aside.two-middle > div > div {
    flex-direction: column;
  }
  aside.two-middle .content_block > div {
    flex: 1;
  }
  aside.bottom > section:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* bread crubmbs */
  #bread_crumbs {
    margin: 0 auto;
    font-size: 0.813em;
  }
  #bread_crumbs > ul {
    margin: 0 auto;
    padding: 10px 0 20px;
  }
  #bread_crumbs > ul > * {
    display: inline-block;
    padding-top: 10px;
  }
  #bread_crumbs > ul a {
    color: #777777;
  }
  #bread_crumbs > ul > *:not(:last-child):after {
    content: attr(accesskey);
    padding: 0 8px;
    color: #B5B5B5;
    font-size: 12px;
  }
  body.at-cat-breeder-account-page #bread_crumbs,
  body.at-dealer-page #bread_crumbs {
    display: none;
  }
  /* bread crubmbs end */
  /* content/side blocks */
  section.infobox_block,
  section.content_block,
  section.side_block {
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  section.infobox_block > h3,
  section.content_block > h3,
  section.side_block > h3 {
    font-size: 1.500em;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
  }
  section.infobox_block > div,
  section.content_block > div,
  section.side_block > div {
    position: relative;
  }
  section.infobox_block:not(.no-style) > div,
  section.content_block:not(.no-style) > div {
    /*box-shadow: 0 0 0 1px #E8E8E8;
    padding: 20px;
    border-radius: 4px;
	background-color: #fdf9e3;
	border: 1px solid #ccc; */
	border-left: 6px solid #9e4c00;
	color: #333;
	margin: 0 1px 50px 1px;
	padding: 25px ;
	background-color:  rgb(252,248,203);
    box-shadow:  5px 5px 5px 2px #999;
  }
  section.categoryBox.infobox_block > div,
  section.categoryBox.content_block > div {
    border: 1px #ccc solid!important;
    border-radius: 10px;
    padding: 25px;
    background-color: #D6D2C9;
    background-image: url("../img/block-bg.webp") !important;
    background-repeat: repeat;
  }
  section.infobox_block > div h3,
  section.content_block > div h3,
  section.side_block > div h3 {
    font-size: 1.357em;
    margin-top: -5px;
    margin-bottom: 25px;
  }
  section.infobox_block:not(.no-header) > div,
  section.content_block:not(.no-header) > div,
  section.side_block:not(.no-header) > div {
    /* margin: 17px 0 0 0; */
  }
  section.content_block:not(.no-header) > div {
    margin: 17px 0 0 0;
  }

  section.infobox_block.highlighted:not(.no-style) > div,
  section.content_block.highlighted:not(.no-style) > div {
    padding: 20px;
    background: #F5F5F5;
    border-radius: 4px;
  }
  section.infobox_block:not(.no-style) > div > span.close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    cursor: pointer;
  }
  section.infobox_block:not(.no-style) > div > span.close > span:first-child,
  section.infobox_block:not(.no-style) > div > span.close > span:last-child {
    width: 100%;
    height: 2px;
    background: black;
    position: absolute;
    border-radius: 5px;
    top: 9px;
  }
  section.infobox_block:not(.no-style) > div > span.close > span:last-child {
    width: 2px;
    height: 100%;
    left: 9px;
    top: 0;
  }
  section.infobox_block:not(.no-style).closed > span.info {
    display: block;
    position: absolute;
    right: 8px;
    top: -58px;
    cursor: pointer;
    /*padding-right: 30px;*/
	color: #9e4c00;
  }
  section.infobox_block:not(.no-style).closed > span.info:after {
    content: "";
    position: absolute;
    background: url('../img/icon_info.png') center no-repeat;
    /*width: 24px;*/
	width: 40px;
    height: 24px;
    right: 30px;
  }
  body.listing-details-page section.side_block:not(.no-style).seller-short {
    background-image: url("../img/block-bg.webp");
    background-repeat: repeat;
    border: 1px solid #ccc;
    padding: 20px;
    right: 0;
	box-shadow:  5px 5px 5px 2px #999;
}
.block_breeds_tabs {
    display: none;
}
.count_switch_new ul.cat-tree li > a {
    display: flex;
    width: 100%;
}
.count_switch_new .cat_switcher {
    flex: 1;
    height: 1px;
    margin: 10px 0px 0 5px;
    align-self: center;

    background-image:
            -webkit-linear-gradient(right, #777 0%, #777 50%, rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%),
            -webkit-linear-gradient(bottom, #777 0%, rgba(0,0,0,0) 8%, rgba(0,0,0,0) 100%);

    -webkit-background-size: 3px 3px;
    -moz-background-size: 3px 3px;
    -ms-background-size: 3px 3px;
    -o-background-size: 3px 3px;
    background-size: 3px 3px;
}
  aside.middle {
    margin-bottom: 30px;
  }
  aside.middle section.content_block:last-child {
    margin-bottom: 0;
  }
  section.contact-seller-bottom {
    margin-top: 30px;
    padding-bottom: 0!important;
  }
  section.contact-seller-bottom > div {
    background: #f5f5f5 !important;
  }
  /* content/sidebar block end */
  /* sidebar search block */
  .search-item .field {
    font-size: 0.813rem;
  }
  section.side_block_search div.search-item {
    padding-bottom: 15px;
  }
  section.side_block_search div.search-item:last-child {
    padding-bottom: 0;
  }
  section.side_block_search div.field {
    padding: 0 0 4px 0;
    min-height: 8px;
  }
  .search-button {
    padding-top: 15px;
  }
  .search-button > a {
    margin-left: 20px;
    white-space: nowrap;
  }
  /* single */
  .search-item.single-field > select,
  .search-item.single-field > input[type=text],
  .search-item.single-field .two-inline input[type=text] {
    width: 100%;
  }
  /* two */
  .search-item.two-fields > select,
  .search-item.two-fields > input[type=text] {
    width: 48%;
    margin-right: 4%;
  }
  .search-item.two-fields > select:last-child,
  .search-item.two-fields > input[type=text]:last-child {
    margin-right: 0;
  }
  .search-item.two-fields > .custom-input,
  .search-item.couple-field > .custom-input {
    width: 50%;
    display: inline-block;
  }
  /* three */
  .search-item.three-field > select,
  .search-item.three-field > span {
    width: 24%;
    margin-right: 4%;
  }
  .search-item.three-field > input {
    width: 34%;
    margin-right: 4%;
  }
  .search-item.three-field > span,
  .search-form-cell.three-field > div > div > span {
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    padding-top: 9px;
    vertical-align: top;
  }
  .three-field > select.multicat {
    width: 31%;
    margin-right: 3.5%;
  }
  .search-item.three-field > *:last-child {
    margin-right: 0;
  }
  /* checkbox */
  .search-item.checkbox-field {
    margin-bottom: -10px;
  }
  .search-item.checkbox-field > .custom-input {
    display: inline-block;
    width: 50%;
  }
  .search-item.checkbox-field > .custom-input {
    padding: 0 0 10px 0;
  }
  .search-item.checkbox-field > .custom-input > label {
    padding-right: 5px;
  }
  .search-item.checkbox-field div.field,
  .search-item.couple-field div.field {
    padding-bottom: 8px;
  }
  .search-item span.divider {
    padding: 0 10px;
  }
  /* sidebar search block end */
  /* search form elements */
  a.advanced-search {
    white-space: nowrap;
    color: white;
    background-color: rgba(220,125,19,.5);
    text-transform: none;
    flex: 1 0 50%;
    text-align: center;
  }
  a.advanced-search:hover {
    background-color: rgba(220,125,19,.6) !important;
  }
  a.advanced-search:after {
    content: "\0203A";
    margin-left: 5px;
  }
  .horizontal-search {
    margin: 28px 0 40px;
  }
  .search-form-cell {
    margin-bottom: 13px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .search-form-cell > div > span {
    color: white;
    opacity: .6;
    font-size: 0.813em;
    display: inline-block;
    padding-bottom: 5px;
  }
  .search-form-cell > div > div input[type=text],
  .search-form-cell > div > div input[type=number],
  .search-form-cell > div > div select,
  .search-form-cell > div > div span.pills {
    width: 100%;
    background-color: rgba(255,255,255,.2);
    border-color: #999999;
    color: rgba(255,255,255,.7);
  }
  .search-form-cell input::-webkit-input-placeholder {
    color: #a99f95;
  }
  .search-form-cell > div > div select {
    background-image: url('../img/dropdown-arrow-white.svg')
  }
  .search-form-cell > div > div input[type=submit] {
    width: 100%;
  }
  .search-form-cell > div > div span.pills {
    background-color: transparent;
  }
  .search-form-cell > div > div > *:hover {
    border-color: #E6E6E6;
  }
  .search-form-cell > div > div select[disabled=disabled] {
    background-color: transparent;
    border-color: rgba(230,230,230,.31);
  }
  .search-form-cell.two-fields > div > div,
  .search-form-cell.three-field > div > div {
    display: flex;
  }
  .search-form-cell.three-field > div > div > * {
    display: flex;
  }
  .search-form-cell.three-field > div > div input[type=text],
  .search-form-cell.three-field > div > div input[type=number] {
    flex: 1 1 35%;
    max-width: 35%;
  }
  .search-form-cell.three-field > div > div input[type=text]:hover,
  .search-form-cell.three-field > div > div input[type=number]:hover {
    border-color: #e6e6e6;
  }
  .search-form-cell.three-field > div > div select {
    flex: 1;
  }
  .search-form-cell.two-fields > div > div > *:not(:last-child),
  .search-form-cell.three-field > div > div > *:not(:last-child) {
    margin-right: 4px;
  }
  /*** PAGE CONTENT END ***/
  /*** PAGE FOOTER ***/
  .page-footer {
  /*background: #4B371D;
  color: #949494; */
    background-image: url("../img/footer_bg.png");    background-repeat: repeat;  color: #9999;   border-top: 4px double #879061; }
  .page-footer > div {
    padding: 20px 0;
    min-height: 162px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .page-footer .footer-menu ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
   /* font-size: 0.813em;*/
    font-size: 0.813em;
    padding: 4px 0;
    display: inline-block;
    /*color: #949494;*/
    color: #ccc; }
  .page-footer .footer-menu ul li a:hover, .page-footer .footer-menu ul li a.active {
    color: white;
  }
  .page-footer .newsletter .subscribe {
    display: flex; }
    .page-footer .newsletter .subscribe div:first-of-type {
      display: none !important; }
    .page-footer .newsletter .subscribe div:last-of-type {
      flex: 1; }
  .page-footer .newsletter input[type=text] {
    width: 100%;
    max-width: 100%;
    border-radius: 4px 0 0 4px; }
  .page-footer .newsletter input.button {
    border-radius: 0 4px 4px 0;
    padding: 0 15px 2px !important;
    height: 44px; }
  .page-footer .newsletter #newsletter_email {
    border: 0; }
  .page-footer .newsletter__text {
    margin-bottom: 20px;
    color: #EEEDED;
    font-size: 0.813em; }
  .footer__menu-title {
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #a29061;
   /* font-size: 0.938em;*/     font-size: 1.138em;
    white-space: nowrap; font-family: "Times New Roman", Times, serif; }
  .footer-data {
  font-size: 0.929em; }
  .footer-data a {
    color: #777777 !important;
    text-decoration: underline; }
  .footer-data .icons {
    text-align: right; }
    @media screen and (max-width: 767px) {
      .footer-menu .icons {
        text-align: left;
		margin-bottom: 25px;} }
    .footer-menu .icons a {
      width: 24px;
      height: 24px;
      display: inline-block;
      position: relative;
      background: #E0E0E0;
      border-radius: 4px;
      vertical-align: top;
      opacity: 1;
      transition: opacity 0.3s ease; }
      .footer-menu .icons a:hover {
        opacity: 0.8; }
      .footer-menu .icons a:before {
        content: '';
        width: 13px;
        height: 13px;
        position: absolute;
        top: 5px;
        left: 6px;
        background: url("../img/gallery.png") 0 -328px no-repeat; }
      .footer-menu .icons a.facebook {
        background: #E0E0E0; }
        .footer-menu .icons a.facebook:before {
          width: 10px;
          height: 20px;
          background-position: -13px -328px;
          top: 4px;
          left: 9px; }
      .footer-menu .icons a.twitter {
        background: transparent;
        top: 0;
        left: 0; }
        .footer-menu .icons a.twitter:before {
          width: 24px;
          height: 24px;
          background-position: 0 -746px;
          top: 0;
          left: 0; }
    .footer-menu .icons a.instagram {
        top: 0;
        left: 0; }
        .footer-menu .icons a.instagram:before {
          width: 24px;
          height: 24px;
          background-position: 3px -1710px;;
          top: 0;
          left: 0; }

  /*** PAGE FOOTER END ***/
  /*** PAGINATION ***/
  ul.pagination {
    margin: 30px 0 0;
    height: 38px;
    text-align: right;
  }
  ul.pagination > li {
    display: inline-block;
    height: 38px;
    vertical-align: top;
    font-size: 0.929em;
  }
  ul.pagination > li.transit {
    padding: 0 20px;
  }
  ul.pagination > li.transit input {
    min-width: 45px;
    width: auto;
    margin: 0 5px;
  }
  ul.pagination > li.navigator a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 28px;
    line-height: 36px;
  }
  /*** PAGINATION END ***/
  /*** MISCELLANEOUS ***/
  .two-inline {
    display: flex !important;
  }
  .two-inline > *:first-child {
    flex: 0 0 auto;
  }
  .two-inline > *:last-child {
    flex: 1;
    min-width: 0;
    overflow: hidden;
  }
  .two-inline:not(.left) {
    flex-direction: row-reverse;
  }
  .text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .mass-actions {
    padding: 15px 0 0 0;
  }
  .qtip-content {
    font-weight: 300!important;
  }
  div.textarea_counter_default,
  div.textarea_counter_warning {
    font-size: 0.757em;
    text-align: right;
    display: inline-block;
	color: #999;
  }
  div.textarea_counter_warning {
    color: #a81818;
  }
  /* enlarge media */
  span.media-enlarge {
    width: 46px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
  }
  span.media-enlarge:after {
    content: '';
    width: 18px;
    height: 18px;
    background: url('../img/gallery.png') 0 -389px no-repeat;
    position: absolute;
    left: 14px;
    top: 14px;
    opacity: 0.7;
  }
  span.media-enlarge:hover:after {
    opacity: 1;
  }
  /* enlarge media end */
  /* keyword search in box */
  .tab_area .kws-block {
    padding-bottom: 30px;
  }
  .kws-block input[type=text] {
    width: 100%;
  }
  .kws-block > div:last-of-type {
    margin-top: 5px;
  }
  .kws-block .options ul {
    padding: 10px 0 5px;
  }
  .kws-block .options ul > li {
    padding: 0 0 7px 0;
  }
  .kws-block .options ul > li:last-child {
    padding: 0;
  }
  .kws-block a {
    margin-top: 10px;
    display: inline-block;
  }
  #area_keyword form.kws-block .two-inline {
    width: 70%;
  }
  /* keyword search in box end */
  /* close bars */
  div.close-black {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  div.close-black:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../img/gallery.png) right -469px no-repeat;
    background-size: 40px;
    opacity: 0.8;
    filter: invert(1);
  }
  div.close-black:hover:before {
    opacity: 1;
  }
  .close-red {
    width: 12px;
    height: 12px;
    display: inline-block;
    cursor: pointer;
    background: url('../img/gallery.png') -3px -11px no-repeat;
    opacity: 0.5;
  }
  .close-red:hover {
    opacity: 0.8;
  }
  img.remove {
    cursor: pointer;
    width: 10px;
    height: 12px;
    margin: 0 0 0 8px;
    background: url('../img/gallery.png') 0 -1460px no-repeat;
    opacity: 0.7;
  }
  img.remove:hover {
    opacity: 1;
  }
  /* close bars end */
  #save_search {
    margin: 20px 0 0;
    display: inline-block;
  }
  .h1-nav nav > a:not(.button) {
    display: inline-block;
    height: 38px;
    margin-left: 5px;
    opacity: 0.7;
  }
  .h1-nav nav > a:not(.button):not(.post_ad) {
    margin-top: 13px;
  }
  .h1-nav nav > a:hover {
    opacity: 1;
  }
  .h1-nav nav > a.post_ad {
    width: 38px;
    background: #09396E;
    border-radius: 20px;
    position: relative;
    opacity: 1;
  }
  .h1-nav nav > a.post_ad:before,
  .h1-nav nav > a.post_ad:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    top: 18px;
    left: 9px;
    background: white;
  }
  .h1-nav nav > a.post_ad:after {
    width: 2px;
    height: 20px;
    top: 9px;
    left: 18px;
  }
  .h1-nav nav > a.post_ad:hover {
    background: #44773d;
  }
  /* credit card styles */
  img.cvc {
    width: 45px;
    height: 26px;
    background: url('../img/cc.png') 0 0 no-repeat;
    margin: 0 0 0 5px;
  }
  img#card_icon {
    width: 38px;
    height: 24px;
    background: url('../img/cc.png') 0 150px no-repeat;
    margin: 0 0 4px 6px;
  }
  img#card_icon.visa,
  img#card_icon.visa_electron {
    background-position: 0 -122px;
  }
  img#card_icon.mastercard {
    background-position: 0 -98px;
  }
  img#card_icon.discover {
    background-position: 0 -50px;
  }
  img#card_icon.maestro {
    background-position: 0 -74px;
  }
  img#card_icon.amex {
    background-position: 0 -26px;
  }
  /* credit card styles end */
  /*** MISCELLANEOUS END ***/

  /*** TABS ***/
  ul.tabs2,
  ul.tabs:not(.account_breeders) {
    height: 48px;
    white-space: nowrap;
    /*border-bottom: 1px #fcd5a4 solid;*/
    margin-bottom: 40px;
  }
  .seller-info ul.tabs {
    margin-bottom: 0;
  }
  ul.tabs.account_breeders {
    height: auto;
  }
  ul.account-menu-content  ul.tabs.account_breeders {
    margin: 5px 5px 0 15px; 
  }
  .main-menu ul.account-menu-content  ul.tabs.account_breeders {
    margin: -10px 5px 10px 15px;
  }
  ul.tabs.breeder_tabs {
    text-align: center; 
  }
  ul.tabs2 > li,
  ul.tabs > li {
    display: inline-block;
    -moz-user-select: none;
    -webkit-user-select: none;
    height: 48px;
    white-space: nowrap;
    margin: 0 5px;
  }
  ul.tabs.account_breeders > li,
  ul.tabs.account_breeders > li {
    display: block; 
	border-radius: 4px;
  }
  ul.tabs2 > li,
  ul.tabs:not(.tabs-hash) > li,
  ul.tabs.tabs-hash > li > a {
    padding: 14px 22px 0;
    height: 48px;
    font-size: 0.813rem;
    cursor: pointer;
    position: relative;
    color: black;
    vertical-align: top;
    text-transform: uppercase;
	/*background-color: #af8146;
	background-color: #c14f43;*/
	border-bottom: 1px solid #999;
	margin-bottom: 2px;
  }

  ul.tabs2 > li {
    padding-top: 11px;
    color: #9C9C9F;
    background: none;
    border: 1px transparent solid;
    border-bottom-color: #b8b8b8;
    border-top-width: 5px;
    font-size: 20px;
    margin: 0;
  }
  ul.tabs.account_breeders > li {
    padding: 0;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    ul.tabs.account_breeders > li {
      margin: 2px 0;
    }
  }
ul.tabs.tabs-hash > li > a {
    display: block;
    border-radius: 4px;
}
ul.tabs.tabs-hash > li.inactive > a,
ul.tabs.tabs-hash > li.disabled > a {
    /*background: #e4e0d7;
    cursor: not-allowed;*/
}
ul.tabs > li.inactive:before {
    content: '';
    position: absolute;
    z-index: 100;
    left: 1px;
    top: 14px;
    background: url('../img/warning-icon.svg') center no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
}
@media screen and (max-width: 768px) {
    ul.tabs.account_breeders > li.inactive:before {
        top: 16px;
    }
}
body.my-pet-listings-page ul.tabs.tabs-hash > li.inactive > a {
    cursor: pointer;
}
ul.tabs2 > li:hover,
ul.tabs:not(.tabs-hash) > li:hover,
ul.tabs.tabs-hash > li a:hover {
	color: #c73e30;
}
ul.tabs:not(.tabs-hash):not(.embed) > li.active,
ul.tabs > li.active > a {
    /*background-image: url(//petnax.com/templates/pets_nova/img/footer_bg.png); */
    cursor: default;
    color: #c14f43 !important;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    height: 48px;
/*    -webkit-box-shadow: inset 0px 0px 7px 2px rgb(255 255 255);
    -moz-box-shadow: inset 0px 0px 7px 2px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 2px 1px rgb(255 255 255);*/
}
ul.tabs.breeder_tabs > li.active > a {
    box-shadow: 0px 0px 5px 4px #fff;
}
/*
ul.tabs:not(.tabs-hash) > li.active:not(.one_tab),
ul.tabs > li.active:not(.one_tab) > a {
    background: #494343;
    cursor: default;
    color: white !important;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    height: 48px;
}
*/
ul.tabs2 > li.active,
ul.tabs2 > li.active > a {
    cursor: default;
    color: #111111 !important;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    /*border: 1px #9e4c00 solid;*/
    border: 1px #b8b8b8 solid;
    border-top-width: 6px;
    border-bottom: 0;
}
ul.tabs.account_breeders > li.active {
    position: relative;
}
ul.tabs.account_breeders > li > a {
    padding: 14px 30px 14px 20px;
    display: block;
	color: #333;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
ul.tabs.account_breeders > li > a > span:first-child {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 92%;
    display: inline-block;     
	color: #9e4c00;
}
@media screen and (max-width: 768px) {
    body:not(.at-dealer-page):not(.my-favorites-page):not(.at-cat-breeder-account-page) ul.tabs.account_breeders > li.active:after {
        content: '';
        position: absolute;
        z-index: 100;
        right: 15px;
        top: 19px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 5px 0 5px;
        border-color: #9e4c00 transparent transparent transparent;
    }
}
ul.tabs.account_breeders > li > a:hover {color: #333;}
ul.tabs > li.more {
    padding: 0;
    margin: 0!important;
    width: 40px;
    height: 49px;
    text-align: center;
    position: absolute;
    right: 20px;
    z-index: 40;
  }
  ul.tabs.account_breeders > li > a .count {
    float: right;
	color: #333;
  }
  ul.tabs.account_breeders > li > a:active .count {
	color: #111111;
  }
  section.block_account_page_info ul.tabs.account_breeders > li.active > a:before,
  section.block_favorite_tabs ul.tabs.account_breeders > li.active > a:before {
    content: '';
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #9e4c00;
}
  @media screen and (max-width: 768px) {
    section.block_account_page_info ul.tabs.account_breeders > li.active > a:before,
    section.block_favorite_tabs ul.tabs.account_breeders > li.active > a:before {
        border-width: 8px 5px 0 5px;
        border-color: #9e4c00 transparent transparent transparent;
    }
  }
  ul.tabs > li.more.opened {
    background: white;
    box-shadow: inset 0 1px 0 0px #D5E7FC, inset 1px 0 0 0px #D5E7FC, inset -1px 0 0 0px #D5E7FC;
    z-index: 42;
  }
  ul.tabs > li.more > span {
    width: 4px;
    height: 4px;
    background: #000000;
    display: inline-block;
    margin: 23px 2px 0 0;
    border-radius: 2px;
    vertical-align: top;
  }
  ul.tabs > li.more > span:last-child {
    margin-right: 0;
  }
  ul.tabs > li.overflowed {
    position: absolute;
    right: 20px;
    padding: 0;
    display: none;
    z-index: 41;
    margin-top: -1px;
  }
  ul.tabs > li.overflowed.opened {
    display: block;
  }
  ul.tabs > li.overflowed > ul {
    background: white;
    padding: 3px 0 5px;
    border: 1px #D5E7FC solid;
  }
  ul.tabs > li.overflowed > ul > li {
    padding: 0 18px;
    white-space: nowrap;
    line-height: 40px;
  }
  ul.tabs > li.overflowed > ul > li.active a {
    color: #2b2b2b;
  }
  .account-menu-content ul.tabs > li {
    height: auto;
    position: relative;
  }
  .account-menu-content ul.tabs > li.active:after {
    content: '';
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #9e4c00;
  }  
  .account-menu-content ul.tabs.account_breeders > li > a {
     height: auto;
     padding: 12px 20px;
     text-transform: uppercase !important;
  }
  .account-menu-content ul.tabs.account_breeders > li.active > a {
    text-transform: uppercase !important;
  }
  .main-menu .account-menu-content ul.tabs.account_breeders > li {
    margin-top: -5px;
  }
  .main-menu .account-menu-content ul.tabs.account_breeders > li > a {
    font-size: 0.8em;
    margin: 0;
    color: #333;
  }
  .main-menu .account-menu-content ul.tabs.account_breeders > li:after {
    display: none;
  }
  /*.account-menu-content ul.tabs.account_breeders > li > a {
    background: no-repeat;
    color: #9e4c00;
    padding: 3px 15px;
    border: 0;
    height: auto;
    text-transform: initial !important;
    font-size: 0.938em;
  }
  .account-menu-content ul.tabs.account_breeders > li.active > a {
    text-shadow: 1px 1px black;
  }
  .account-menu-content ul.account_breeders a.disabled {
    cursor: not-allowed;
    color: grey !important;
  }*/
  /*** TABS END ***/

  section#listings article.item.test div.picture,
  section#listings article.item.products div.picture {
    position: relative;
    width: 100%;
    padding-bottom: 90%;
  }

  section#listings article.item.test div.picture > img,
  section#listings article.item.products div.picture > img{
    object-fit: cover!important;
  }

  article.item.test .datainfo,
  article.item.products .datainfo {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
  article.item.test .datainfo .shop_on_amazon,
  article.item.products .datainfo .shop_on_amazon {
    border: 1px solid #999;
    padding: 5px;
    display: inline-block;
	font-size: 12px
  }

 /* article.item.test:hover .shop_on_amazon,
  article.item.products:hover .shop_on_amazon{
    background: #000;
    color: #fff;
  }*/
  article.item.test .ffInfo,
  article.item.products .ffInfo {
    padding: 10px;
  }
  .ffInfo li.title {
  	font-size: 15px;
  }
  .ffInfo span {
  	font-size: 12px;
  	font-style: italic;
  }

  div.account_slider {
    height: 440px;
    margin: 10px 0;
    padding: 0;
	/*border-top: 8px double #29355d;
	border-bottom: 6px double #29355d;*/
  }
  div.account_slider.active {
    display: block !important;
  }
  div.account_slider .swiper-container {
        width: 100%;
        height: 100%;
  }
  div.account_slider .swiper-slide {
        background-position: center;
        background-size: cover;
         /*border-radius: 4px;*/
		/*border-right: 1px solid #e3e3e3;*/
        overflow: hidden;
  }
  div.account_slider .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  div.account_slider div.swiper-slide > a:last-child {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1000000;
        top: 0;
        left: 0;
        border: 0;
  }

  /*** ALPHABETIC SEARCH ***/
  div.alphabetic-saerch {
    margin: 0 auto;
  }
  div.alphabetic-saerch > div {
    margin: 2px 0 0 2px;
  }
  div.alphabetic-saerch > div > a {
    width: 41px;
    height: 41px;
    border: 1px #d0d0d0 solid;
    display: inline-block;
    text-align: center;
    margin: -1px 0 0 -1px;
    line-height: 38px;
  }
  div.alphabetic-saerch > div > a.wide {
    width: 81px;
  }
  div.alphabetic-saerch > div > a:hover {
    background: #d0d0d0;
    color: #010101;
  }
  div.alphabetic-saerch > div > a.active {
    background: #707070;
    color: white;
  }
  /*** ALPHABETIC SEARCH END ***/
  /*** SUBMIT FORM ELEMENTS ***/
  div.submit-cell {
    padding-bottom: 10px;
    *zoom: 1;
  }
  div.submit-cell:after {
    clear: both;
    content: '';
    display: table;
  }
  form > div.submit-cell:last-of-type {
    padding-bottom: 0;
  }
  div.submit-cell > div.name {
    float: left;
    width: 170px;
    padding: 8px 10px 8px 0;
    font-size: 0.875em;
  }
  div.submit-cell > div.value {
    padding: 8px 10px 8px 0;
    font-size: 0.875em;
  }
  div.submit-cell > div.field {
    overflow: hidden;
    min-height: 38px;
  }
  div.submit-cell > div.field.checkbox-field,
  div.submit-cell > div.field.inline-fields {
    padding-top: 5px;
    min-height: 28px;
  }
  #area_profile div.submit-cell > div.field.checkbox-field {
    padding-top: 0;
  }
  div.submit-cell.custom-padding {
    padding: 5px 0 10px 0;
  }
  div.submit-cell.custom-padding > div {
    min-height: 25px;
  }
  div.submit-cell.buttons {
    padding: 10px 0 0 0;
  }
  #modal_block div.submit-cell div.name {
    width: 120px;
  }
  #modal_block div.submit-cell div.field input[type=text],
  #modal_block div.submit-cell div.field input[type=password] {
    width: 100%;
  }
  /* single */
  .field.single-field > select {
    width: 250px;
  }
  .field.single-field > input[type=text] {
    width: 400px;
    min-width: 80px;
  }
  .field.single-field > textarea {
    max-width: 600px;
    display: block;
  }
  /* inline */
  .field.inline-fields > span.custom-input {
    display: inline-block;
    padding: 0 30px 0 0;
  }
  /* two */
  .field.two-fields > select,
  .field.two-fields > input[type=text] {
    margin-right: 10px;
    min-width: 80px!important;
  }
  .field.two-fields > select:last-child,
  .field.two-fields > input[type=text]:nth-child(2n) {
    margin-right: 0;
  }
  .field.two-fields > .custom-input,
  .field.couple-field > .custom-input {
    display: inline-block;
    padding-top: 10px;
  }
  /* combo */
  .field.combo-field > input {
    width: 150px;
    margin-right: 20px;
  }
  .field.combo-field > select {
    width: 80px;
  }
  /* three */
  .field.three-field > select {
    width: 90px;
  }
  .field.three-field > input {
    margin-right: 10px;
  }
  .field.three-field > *:last-child {
    margin-right: 0;
  }
  /* checkbox */
  .field.checkbox-field .custom-input {
    padding-bottom: 10px;
  }
  span.phone-field > select {
    width: 80px;
  }
  .field.two-fields input.date {
    width: 140px!important;
  }
  .field span.divider,
  .search-form-cell span.divider {
    padding: 0 10px;
  }
  .form-buttons {
    display: block;
  }
  .form-buttons:not(.no-top-padding) {
    padding-top: 30px;
  }
  .form-buttons a:not(.button) {
    padding: 0 30px 0 0;
  }
  .wauto {
    width: auto!important;
    max-width: 100%;
  }
  .w120 {
    width: 120px!important;
  }
  .w210 {
    width: 210px!important;
  }
  .field.two-fields input.date.hasDatepicker,
  #modal_block input.hasDatepicker {
    background: url('../img/gallery.png') right -902px no-repeat white;
    background-size: 24px;
  }
  .field.combo-field > input.price {
    background: url('../img/gallery.png') 5px -859px no-repeat white;
    background-size: 22px;
    padding-left: 25px;
  }
  /* qtip */
  img.qtip {
    width: 18px;
    height: 18px;
    background: url('../img/gallery.png') 0 -467px no-repeat rgba(131, 74, 0,.7);
    margin: -3px 0 0 10px;
    border-radius: 2px;
  }
  img.qtip:hover {
    background-color: rgba(131, 74, 0, 1);
  }
  div.qtip_cont {
    display: none;
  }
  div.qtip-defaults {
    max-width: 300px;
  }
  /* qtip end */
  /* multilingual tabs */
  div.ml_tabs_content {
    padding-bottom: 10px;
  }
  div.ml_tabs_content input[type=text] {
    width: 100%;
    max-width: 600px;
  }
  /* multilingual tabs end */
  /*** SUBMIT FORM ELEMENTS END ***/
  /*** MESSAGES ***/
  img.account-picture {
    border-radius: 50%;
    border: 1px #bbb solid;
    padding: 4px;   background: white;
    box-shadow: 0 0 3px 1px rgba(0, 140, 186, 0.5);
    width: 200px;
    height: 100px;
    background-image: url('../img/no-account.png');
    background-size: contain;
    object-fit: contain;
    /*background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/no-account.png');
    object-fit: contain;*/
  }
  img.account-picture.admin {
    background-image: url('../img/admin_avatar.png');
  }
  table.contacts-list {
    table-layout: auto !important;
  }
  table.contacts-list tr.body:hover {
        background: rgb(204 204 204 / 30%);
  }
  table.contacts-list td.info {
    vertical-align: top;
    cursor: pointer;
    position: relative;
  }
  table.contacts-list td:last-child {
    position: relative;
  }
  table.contacts-list td.info .name {
    color: #494949;
  }
  table.contacts-list td.info .name > span:not(.new) {
    font-size: 0.929em;
    color: black;
  }
  table.contacts-list td.info .date {
    color: #949494;
    font-size: 0.929em;
    padding: 0 0 10px 0;
  }
  table.contacts-list td .delete_contact {
    content: '';
    background-image: url(../img/gallery.png);
    background-repeat: no-repeat;
    background-position: right -489px;
    width: 16px;
    height: 16px;
    right: 10px;
    top: 10px;
    position: absolute;
    opacity: 0.3;
    cursor: pointer;
  }
  table.contacts-list td .delete_contact:hover {
    opacity: 0.9;
  }
  table.contacts-list div.picture {
    position: relative;
    display: inline-block;
  }
  table.contacts-list div.picture span {
    width: 10px;
    height: 10px;
    background: #60d400;
    position: absolute;
    border-radius: 7px;
    top: -5px;
    right: -5px;
  }
  table.contacts-list div.name span.new {
    width: 10px;
    height: 10px;
    background: #60d400;
    border-radius: 7px;
    border: 2px white solid;
    display: none;
  }
  table.contacts-list tr.header td.user {
    width: 5%;
  }
  div#messages_cont {
    max-height: 600px;
    margin-bottom: 20px;
  }
  div#messages_cont .mCSB_container {
    margin-right: 10px;
  }
  ul#messages_area {
    margin-left: 13px;
    max-height: 500px;
    overflow: auto;
  }
  ul#messages_area > li {
    border: 2px #F8F8F8 solid;
    padding: 10px 24px 10px 20px;
    margin: 0 40px 15px 0;
    position: relative;
  }
  ul#messages_area > li > div {
    padding: 0 0 10px 0;
  }
  ul#messages_area > li > div.author {
    font-weight: bold;
    font-size: 13px;
    margin-left: -10px;
 }
  ul#messages_area > li:last-child {
    margin-bottom: 0;
  }
  ul#messages_area > li.me {
    border-color: #f5f5f5;
    background: #f5f5f5;
    margin: 0 13px 20px 20px;
  }
  ul#messages_area > li.removed {
    opacity: 0.5;
  }
  ul#messages_area > li div.date {
    margin-top: 5px;
  }
  ul#messages_area > li:before,
  ul#messages_area > li:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    left: -15px;
    bottom: -2px;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #e1e1e1 transparent;
  }
  ul#messages_area > li:after {
    left: -10px;
    bottom: 0;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent white transparent;
  }
  ul#messages_area > li.me:after {
    display: none;
  }
  ul#messages_area > li.me:before {
    left: auto;
    right: -15px;
    border-width: 0 14px 14px 0;
    border-color: transparent transparent #f5f5f5 transparent;
  }
  ul#messages_area > li > span {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 8px;
    right: 8px;
    background: url('../img/gallery.png') right -469px no-repeat;
    cursor: pointer;
    display: none;
    opacity: 0.5;
  }
  ul#messages_area > li > span:hover {
    opacity: 0.9;
  }
  ul#messages_area > li:hover > span {
    display: block;
  }
  div.send-controls {
    margin: 0 0 0 33px;
    text-align: right;
  }
  div.send-controls > div {
    display: inline-block;
    margin: 0 0 0 20px;
  }
  textarea#message_text {
    margin-bottom: 10px;
  }
  .my_notes {
    width: 100%;
  }
  .my_notes > h3 {
    margin-bottom: 15px;
  }
  .my_notes textarea.note {
	margin-bottom: 10px;
  }
  section.block_add_notes {
	background-image: url("../img/notes-bg.png") !important;
	border: #ccc solid 1px;
}
section.block_add_notes .personal_notes_tip {
    width: 17px;
    height: 19px;
    display: inline-block;
    background: url("../img/gallery.png") 0 -1026px no-repeat;
    cursor: pointer;
    margin-left: 16px;
    margin-top: -3px;
}
span.notes-message {
	font-size:12px;
	font-weight: bold;
	color: #555;
	font-style: italic;
	margin-top: 25px !important;
}
/*** MESSAGES ***/

/*** my breeder  ***/
.my-breeders {
    border-left: 6px solid #9e4c00;
    color: #333;
    margin: 0 1px 30px 1px;
    padding: 0 25px 5px;
    background-image: url(../img/block-bg.webp);
    background-repeat: repeat;
    box-shadow: 5px 5px 5px 2px #999;
}
.my-breeders > h3 {
    font-weight: 600;
    padding: 10px 0 15px;
}
/*** my breeder end ***/

  /*** FEATURED LISTINGS BOX ***/
  ul.featured > li {
    margin-bottom: 30px;
  }
  ul.featured:not(.row) {
    margin-left: -15px;
    margin-right: -15px;
  }
  section ul.featured:last-child {
    margin-bottom: -30px;
  }
  ul.featured > li > .picture {
    position: relative;
    width: 100%;
    padding-bottom: 66%;
    /*border: 1px #E8E8E8 solid;*/
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
  }
  ul.featured > li img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: url('../img/no-picture.svg') center center no-repeat #F8F8F8;
    /*border-radius: 3px 3px 0 0;*/
  }
  .listing-fit-contain ul.featured > li img {
    object-fit: contain !important;
  }
  .listing-fit-contain ul.featured > li:not(.no-picture) img {
    background: #F8F8F8 !important;
  }
  ul.featured > li > ul {
    position: relative;
    padding: 9px 13px;
    background: white;
    border-radius: 0 0 4px 4px;
    /*border: 1px #E8E8E8 solid;*/
    border-top: 0;
  }
  ul.featured > li > ul > li:not(:last-child) {
    margin-bottom: 8px;
  }
  ul.featured > li > ul > li.two-inline > nav > span {
    /* margin-top: 5px; */
    cursor: pointer;
  }
  ul.featured.list > li {
    position: relative;
  }
  ul.featured.list > li:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    background: #707070;
    border-radius: 4px;
    top: 8px;
  }
  ul.featured.list > li {
    display: block!important;
  }
  ul.featured.list > li > ul > li {
    padding: 0 0 5px 15px;
    position: relative;
    white-space: normal;
  }
  article.item:not(.no-image) ul.ad-info > li.title,
  article.item:not(.no-image) ul.ad-info:not(.with-names) > li.fields,
  ul.featured.with-pictures ul.ad-info > li.title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 50px;
    min-height: 20px;
    font-size: 0.938em;

    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  ul.featured li.fields {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  article.item:not(.no-image) ul.ad-info:not(.with-names) > li.fields {
    white-space: normal;
  }
  article.item:not(.no-image) ul.ad-info > li.title {
    font-size: 1.238em !important;
    color: #834A00;
  }
  article.item:not(.no-image) ul.ad-info:not(.with-names) > li.fields {
    -webkit-line-clamp: 3;
    /* height: 55px;*/
    max-height: 55px;
  }
  body.my-favorites-page article.item:not(.no-image) ul.ad-info:not(.with-names) > li.fields,
  body.at-cat-breeder-account-page article.item:not(.no-image) ul.ad-info:not(.with-names) > li.fields,
  body.at-dealer-page article.item:not(.no-image) ul.ad-info:not(.with-names) > li.fields {
    height: auto;
  }
  article.item:not(.no-image) ul.ad-info > li.fields:empty {
    display: none;
  }
  ul.ad-info > li.services > span {
    display: inline-block;
    margin-right: 20px;
    color: #333333;
    font-size: 0.929em;
    position: relative;
    padding-left: 25px;
    font-size: 0.813em;
  }
  ul.ad-info > li.services > span:last-child {
    margin-right: 0;
  }
  ul.ad-info > li.services > span:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 13px;
    left: 0;
    top: 1px;
    background: url('../img/gallery.png') right -299px no-repeat;
  }
  ul.ad-info > li.services > span.bathrooms:before {
    top: 0;
    height: 15px;
    background-position: right -283px;
  }
  ul.ad-info > li.services > span.square_feet:before {
    top: 2px;
    height: 15px;
    background-position: right -194px;
  }
  ul.ad-info > li.fields > span:not(:last-child) {
    margin-right: 5px;
  }
/*  ul.ad-info > li.fields > span:not(:last-child):after {
    content: ',';
  }*/
  ul.ad-info > li.fields {
    color: #888888;
    font-size: 0.813em;
  }
  ul.ad-info > li.price_tag > div > span,
  ul.ad-info .price-tag > span,
  ul.ad-info > li.system .type {
    font-weight: 400;
    font-size: 1.250em;
  }
  ul.ad-info .price-tag > span {
    position: absolute;
    top: 10px;
    right: 15px;
  }
  ul.ad-info > li.price_tag {
    height: 24px;
  }
  ul.ad-info .converted-price {
    font-size: 1rem !important;
  }
  ul.featured > li > ul > li.price_tag {
    height: auto;
  }
  ul.featured > li > ul > li.location {
    text-align: right;
  }
  #listings.list ul.ad-info .price-tag > span {
    position: relative;
    top: auto;
    right: auto;
  }
  /*** FEATURED LISTINGS BOX END ***/
  /*** FEATURED ACCOUNTS BOX ***/
  .featured.accounts > li:not(.no-picture) img {
    object-fit: contain;
    background: #f4f4f4;
  }
  /*** FEATURED ACCOUNTS BOX END ***/
  /*** GRID NAVIGATION BAR ***/
  .grid_navbar {
    height: 40px;
    margin-bottom: 20px;
    font-size: 0.813em;
  }
  .grid_navbar .switcher {
    float: right;
    line-height: normal;
    height: 40px;
  }
  .grid_navbar .switcher > div {
    display: inline-block;
    height: 40px;
    line-height: 40px;
  }
  .grid_navbar .hook {
    vertical-align: top;
  }
  .grid_navbar .buttons > div {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
  }
  .grid_navbar .buttons > div > div {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 9px;
    left: 9px;
    line-height: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
  }
  .grid_navbar .buttons > div > div > span {
    display: inline-block;
    border: 2px #834A00 solid;
    border-radius: 2px;
    vertical-align: top;
  }
  /* list view */
  .grid_navbar div.list > div > span {
    width: 22px;
    height: 6px;
    margin: 0 0 2px 0;
  }
  .grid_navbar div.list > div > span:nth-child(2n+1) {
    display: none;
  }
  /* grid view */
  .grid_navbar div.grid > div > span {
    width: 10px;
    height: 10px;
  }
  .grid_navbar div.grid > div > span:nth-child(2n) {
    margin: 0 0 2px 2px;
  }
  .grid_navbar div.active div > span {
    border-color: #111111;
  }
  .grid_navbar .buttons div:not(.active):hover div > span {
    border-color: #111111;
  }
  /* map view */
  .grid_navbar div.map > div {
    width: 20px;
    left: 10px;
  }
  .grid_navbar div.map > div > span {
    width: 20px;
    border: 0;
    height: 22px;
    background: url('../img/gallery.png') 0 -65px no-repeat;
  }
  .grid_navbar div.map:hover span,
  .grid_navbar div.map.active span {
    background-position: right -65px;
  }
  /* litters view */
  .my-pet-listings-page .navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 25px;
    margin-top: 20px;
    background-image: url(../img/block-bg.webp);
    background-repeat: repeat;
    padding: 10px 10px !important;
    border-top: 4px double #999;
    border-bottom: 4px double #999;
  }
  .my-pet-listings-page .navigation .litters_view {
    width: 120px;
    display: flex;
    align-content: center;
    justify-content: space-between;
	color: #868686; 
  }
  .my-pet-listings-page .navigation .litters_view span.full,
  .my-pet-listings-page .navigation .litters_view span.half {
    background: url('../img/full-icon.svg') no-repeat;
    background-size: 100% !important;
    cursor: pointer;
    display: inline-block;
    width: 26px;
    height: 24px;
    margin-right: 5px;
  }
  .my-pet-listings-page .navigation .litters_view span.half {
    background: url('../img/half-icon.svg') no-repeat;
  }
  .my-pet-listings-page .navigation .litters_view span.full.active,
  .my-pet-listings-page .navigation .litters_view span.half.active {
    -webkit-box-shadow: inset 0px 0px 3px 2px rgb(255 255 255);
    -moz-box-shadow: inset 0px 0px 3px 2px rgba(255,255,255,1);
    box-shadow: 0px 0px 3px 2px rgb(255 255 255);
  }
  .my-pet-listings-page .navigation .litters_view span.half > span {
    border-bottom: 3px #9e4c00 solid;
    width: 100%;
    height: 2px;
    display: block;
    margin-top: 4px;
  }
  .show_full_view {
    color: #9e4c00;
    display: inline-block;
    cursor: pointer;
    clear: both;
  }
  .my_litters.full_view .show_full_view {
    display: none;
  }
  .show_full_view .arrow_up {
    display: inline-block;
    margin-left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 7px 0 7px;
    border-color: #9e4c00 transparent transparent transparent;
  }
  /* litters view end */
  /* sorting */
  .grid_navbar .sorting {
    /*display: inline-block;*/
    display: none;
    position: absolute;
    line-height: 40px;
  }
  .grid_navbar .sorting > div.current.disabled {
    cursor: default;
    background: #e2e2e2;
  }
  .grid_navbar .sorting > div.current.disabled span.link {
    color: inherit;
  }
  .grid_navbar .current {
    height: 40px;
    padding: 0 20px 0 18px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
  }
  .grid_navbar .current.active {
    background: white;
    z-index: 11;
    position: relative;
    box-shadow: inset 0 2px 0 0px #aaaaaa, inset 2px 0 0 0px #aaaaaa, inset -2px 0 0 0px #aaaaaa;
    border-bottom: 0;
  }
  .grid_navbar .sorting span.arrow {
    width: 9px;
    height: 6px;
    display: inline-block;
    margin: 0 0 0 2px;
    background: url('../img/gallery.png') -22px -1280px no-repeat;
  }
  .grid_navbar .sorting .active span.arrow {
    background-position: -22px -1267px;
  }
  .grid_navbar ul.fields {
    z-index: 10;
    background: white;
    position: absolute;
    top: 38px;
    left: 0;
    display: none;
    padding: 3px 0 5px;
    min-width: 100%;
    border: 2px #aaaaaa solid;
  }
  .grid_navbar ul.fields > li {
    padding: 0 18px;
    white-space: nowrap;
  }
  .grid_navbar ul.fields > li a.active {
    color: #2b2b2b;
  }
  .adult_filter {
    display: block;
    margin-bottom: 20px;
    text-align: right;
    background-image: url(../img/block-bg.webp);
    background-repeat: repeat;
    padding: 10px !important;
    border-top: 4px double #999;
    border-bottom: 4px double #999;
  }
  .adult_filter label {
    margin: 0 5px;
  }
  @media screen and (max-width: 768px) {
    .adult_filter {
        padding: 10px 0!important;
    }
    .adult_filter label {
      margin: 0 3px;
    }
  }
  .adult_filter .name {
    color: #9e4c00;
	font-weight: 600;
  }
  /*** GRID NAVIGATION BAR END ***/
  /*** LISTINGS GRID ***/
  /* grid view */
  section#listings:not(.my-listings) > article {
    position: relative;
    /* cursor: pointer; */
  }
/*  section#listings:not(.my-listings) > article * {
     cursor: pointer; 
  }*/
/*  body.lt-pet-listings-page section#listings > article,
  body.at-dealer-page section#listings > article {
    padding: 0;
    margin: 1%;
  }*/
  [data-fancybox-group] {
    cursor: pointer;
  }
  .lit_desc {
    margin: 5px 0 25px;
    padding: 10px;
    border: 1px #ccc solid;
	background: #efefef;
	border-radius: 4px;
  }
  section#listings .main-column {
    /*border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;*/
    border-radius: 5px;
    border: 1px #ccc solid;
    height: 100%;
    background-image: url("../img/featured-bg.png");
	background-repeat: repeat;
    position: relative;
  }
  section#listings.grid .main-column {
    margin-top: -1px;
    border-radius: 0 0 5px 5px;
    border: 1px #ccc solid;
    border-top: 0;
  }
  section#listings article.my_listing_need_bumpup .main-column {
    overflow: visible !important;
  }
  section#listings .link-large {
    font-size: 1.238em !important;
  }
  section#listings article.my_listing_need_bumpup .additional_actions {
    /*background: white;*/
    background-image: url("../img/featured-bg.png");
    position: absolute;
    width: 125px;
    right: -130px;
    top: 0;
    height: 100%;
    margin: 0;
    /*border-radius: 0 5px 5px 0;*/
     border-radius: 6px;
	border: 1px solid #ccc;
	padding: 5px;
  }
  section#listings article.my_listing_need_bumpup.featured .additional_actions {
    width: 71px;
    right: -81px;
  }
  section#listings article.my_listing_need_bumpup .bump_up_icon,
  section#listings article.my_listing_need_bumpup .highlight_icon,
  section#listings article.my_listing_need_bumpup .edit_listing_icon {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../img/bumpup_icon.svg) no-repeat center;
    background-size: 100% !important;
    right: 67px;
    top: 4%;
    z-index: 100;
  }
  section#listings article.my_listing_need_bumpup a:hover:not(.disabled, .make-featured) {
    background-color: #F7EBCB;
    border-radius: 10px;
  }
  section#listings article.my_listing_need_bumpup.featured .bump_up_icon,
  section#listings article.my_listing_need_bumpup.featured .highlight_icon,
  section#listings article.my_listing_need_bumpup.featured .edit_listing_icon {
    right: 10px;
  }
  .make-featured-color {
	background-color: darkorange !important;
  }
  section#listings article .make-featured.button {
    text-align: center;
    position: absolute;
    right: -62px;
    top: 38%;
    z-index: 100;
    width: 180px;
    transform: rotate(-90deg);
  }
  section#listings article.my_listing_need_bumpup .highlight_icon {
    background: url(../img/highlight_icon.svg) no-repeat center;
    top: 37%;
  }
  section#listings article.my_listing_need_bumpup .edit_listing_icon {
    background: url(../img/edit_icon.svg) no-repeat center;
    top: 70%;
  }
  section#listings article.my_listing_need_bumpup .bump_up_icon.disabled {
    cursor: not-allowed;
    background-image: url(../img/bumpup_inactive_icon.svg);
  }
  section#listings article.my_listing_need_bumpup .highlight_icon.disabled {
    cursor: not-allowed;
    background-image: url(../img/highlight_inactive_icon.svg);
  }
  section#listings article.my_listing_need_bumpup a.bump_up_icon:hover ~ .main-column {
    /*box-shadow: 0px 0px 10px 3px rgba(158,76,0,1);*/
  }
  section#listings article.my_listing_need_bumpup a.highlight_icon:hover ~ .main-column {
    background-image: url(../img/highlighted-bg.webp) !important;
  }
  @media screen and (max-width: 1440px) {
    section#listings article.my_listing_need_bumpup .bump_up_icon,
    section#listings article.my_listing_need_bumpup .highlight_icon,
    section#listings article.my_listing_need_bumpup .edit_listing_icon {
        right: -50px;
    }
  }
  @media screen and (max-width: 1199px) {
    section#listings article.my_listing_need_bumpup .bump_up_icon,
    section#listings article.my_listing_need_bumpup .highlight_icon,
    section#listings article.my_listing_need_bumpup .edit_listing_icon {
        right: -40px;
    }
  }
  @media screen and (max-width: 768px) {
    section#listings .link-large {
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
        display: block;
    }
    section#listings article.my_listing_need_bumpup {
        margin-bottom: 140px !important;
    }
    section#listings article.my_listing_need_bumpup.featured {
        margin-bottom: 100px !important;
    }
    section#listings article.my_listing_need_bumpup .additional_actions {
      /*background: white;*/
		background-image: url("../img/featured-bg.png");
        position: absolute;
        display: flex;
        bottom: -135px;
        width: 101% !important;
        left: -2px;
        top: auto;
        right: auto;
        height: 130px;
        margin: 0;
        /*border-radius: 0 0 5px 5px;*/
        border-radius: 5px;
    }
    section#listings article.my_listing_need_bumpup.featured .additional_actions {
        height: 71px !important;
        bottom: -78px !important;
    }
    section#listings article.my_listing_need_bumpup a:hover:not(.disabled, .make-featured) {
        background-color: transparent;
    }
    section#listings article.my_listing_need_bumpup .bump_up_icon {
        left: 4%;
        top: 10px;
        bottom: 0;
    }
    section#listings article.my_listing_need_bumpup .highlight_icon {
        left: 44%;
        top: 10px;
        bottom: 0;
    }
    section#listings article.my_listing_need_bumpup .edit_listing_icon {
        right: 4%;
        top: 10px;
        bottom: 0;
    }
    section#listings article .make-featured.button {
        left: 15px;
        bottom: 10px;
        top: auto;
        transform: rotate(0deg);
        width: 92% !important;
    }
  }
  section#listings div.picture {
    position: relative;
    width: 100%;
    padding-bottom: 66%;
    border-bottom: 1px #E8E8E8 solid;
    overflow: hidden;
  }
  section#listings div.picture > img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: url(../img/no-picture.svg) center center no-repeat #F8F8F8;
    transition: all .3s;
  }
  section#listings article .main-column > a:hover div.picture > img {
    transform: scale(1.1);
    transition: all .3s;
  }
  @media screen and (max-width: 768px) {
    section#listings article .main-column > a:hover div.picture > img {
      transform: none;
    }
  }
  section#listings div.picture div.listing_labels img {
    width: 100%;
  }
  .listing-fit-contain div.picture > img {
    object-fit: contain !important;
  }
  #accounts div.picture > img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }
  .listing-fit-contain div.picture:not(.no-picture) > img {
    background: #f1f1f1 !important;
  }
  section#listings div.picture > span {
    min-width: 21px;
    height: 20px;
    position: absolute;
    bottom: 6px;
    left: 12px;
    border: 2px white solid;
    text-align: center;
    font-size: 0.857em;
    cursor: pointer;
    z-index: 2;
  }
  section#listings div.picture > span:after {
    content: attr(accesskey);
    width: 100%;
    height: 100%;
    position: absolute;
    background: white;
    left: -4px;
    top: -4px;
    box-shadow: 0 0 0 2px white;
    line-height: 18px;
    font-size: 0.813em;
  }
  section#listings ul.nav-column > li span.icon,
  .favorite span.icon {
    opacity: 0.7;
  }
  section#listings ul.nav-column > li:hover span.icon,
  .favorite span.icon:hover {
    opacity: 1;
  }
  section#listings ul.nav-column > li span.icon {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 5px;
    cursor: pointer;
  }
  .favorite span.icon {
    background: url('../img/gallery.png') 0 -933px no-repeat;
    background-size: 40px;
    display: inline-block;
    width: 41px !important;
    height: 38px !important;
    cursor: pointer;
  }
  section#listings.grid .favorite span.icon {
    top: 1px !important;
  }
  .favorite.remove span.icon {
    background-position: 0 -974px;
  }
  div.listing-details .favorite span.icon {
    background: url('../img/gallery.png') 0 -1214px no-repeat;
    background-size: 52px;
    display: inline-block;
    width: 54px !important;
    height: 50px !important;
  }
  div.listing-details .favorite.remove span.icon {
    background-position: 0 -1267px;
  }
  @media screen and (max-width: 767px) {
     div.listing-details .favorite span.icon {
        background-position: 0 -980px;
        background-size: 42px;
        display: inline-block;
        width: 43px !important;
        height: 38px !important;
    }
    div.listing-details .favorite.remove span.icon {
        background-position: 0 -1023px;
    }
  }
  div.horizontal div.carousel_block ul.featured > li nav.favorite {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  div.horizontal div.carousel_block ul.featured > li ul.ad-info {
    background-image: url(../img/featured-bg.png);
    background-repeat: repeat;
    position: static;
  }
  section#listings ul.ad-info > li:not(:last-of-type) {
    margin-bottom: 6px;
  }
  section#listings ul.ad-info > div.company_name {
    margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
    font-style: italic;
	font-weight: 300;
	color: #333333;
  }
  section#listings div.stat-line {
    position: absolute;
    bottom: 5px;
    font-size: 0.813rem;
  }
  section#listings span.price-tag + div.stat-line {
    position: static;
    display: inline-block;
  }
  section#listings div.stat-line > li,
  section#listings div.stat-line > span {
    display: inline-block;
    margin-right: 10px;
  }
  section#listings div.stat-line > * > a,
  section#listings div.stat-line > * > span {
    padding: 0 0 0 22px;
    position: relative;
  }
  section#listings div.stat-line > * > a:after,
  section#listings div.stat-line > * > span:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    background: url('../img/gallery.png') left -675px no-repeat;
    opacity: 0.7;
  }
  section#listings div.stat-line > * > a:hover:after,
  section#listings div.stat-line > * > span:hover:after {
    opacity: 1;
  }
  section#listings > article div.navigation-column div.before-nav {
    margin-bottom: 10px;
  }
  section#listings > article div.navigation-column div.before-nav:empty {
    display: none;
  }
  /* featured */
  article.featured .ad-info {
    /* background: #f7f4f1;*/
        /*background-image: url("//petnax.com/templates/pets_nova/img/featured-bg.png");        background-repeat: repeat;      border: 1px #ccc solid;
        box-shadow: 0 0 10px #ccc;*/ }
  article.featured div.picture > span:after {
    box-shadow: 0 0 0 2px #FF7B00!important;
    background-color: #FF7B00!important;
    color: white;
  }
  article.featured div.picture > span {
    border-color: #FF7B00 !important;
  }
  article.featured div.picture > div.label {
    position: absolute;
    left: 8px;
    top: 8px;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    /*background: #ff8c00;*/
    font-size: 0.788em;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
    color: #ff8c00;
    font-weight: 400;
    z-index: 1;
    text-transform: lowercase;
    -webkit-font-smoothing: antialiased;
  }

  body.lt-listings-page article.featured ul.ad-info > li.featured > *,
  body.lt-listings-page article.highlighted ul.ad-info > li.featured > *,
  body.my-favorites-page article.featured ul.ad-info > li.featured > * {
    padding: 0 1px;
    font-size: 0.788em;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
    color: black;
    font-weight: 400;
    z-index: 1;
    text-transform: lowercase;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
  }
  section.my-listings article.featured div.picture > div.label {
    top: 0;
  }
  /* featured end */
  /* list view */
  section#listings:not(.list):not(.grid) {
    display: none;
  }
  section.list > article {
    margin: 0 0 8px 0;
    min-height: 95px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section#listings.list > article:last-of-type {
    margin-bottom: 0;
  }
  section#listings.list div.picture {
    width: 240px;
    height: 160px; /* aspect ratio 3:2 */
    padding-bottom: 0px;
    display: inline-block;
    vertical-align: top;
    float: left;
    border: 0;
    border-right: 1px #E8E8E8 solid;
  }
body.lt-listings-page section#listings.list div.picture, body.my-favorites-page section#listings.list div.picture {
    width: 280px;
    height: 188px;
    float: none; }
body.lt-listings-page section#listings.list .main-column > a, body.my-favorites-page section#listings.list .main-column > a {
    float: left; 
} 
body.lt-listings-page section#listings.list div.add_photos, body.my-favorites-page section#listings.list div.add_photos {
    width: 100%;
    height: 60px;
    margin-top: 1px;
    overflow: hidden;
    position: relative;
}
body.lt-listings-page section#listings.list div.add_photos > img, 
body.my-favorites-page section#listings.list div.add_photos > img {
    width: 92px;
    height: 61px;
    object-fit: cover;
    margin-right: 1px;
    background-color: #e7e7e7; /* url(../img/no-picture.svg) center 12px no-repeat  */
    background-size: 46px; 
} 
body.lt-listings-page section#listings.list div.add_photos > img:last-child, 
body.my-favorites-page section#listings.list div.add_photos > img:last-child {
    margin-right: 0;
    width: 93px; 
}
  section#listings.list ul.ad-info {
    overflow: hidden;
    height: 100%;
    /*padding: 10px 210px 10px 15px;*/
    padding: 5px 100px 10px 15px;
    position: relative;
    /* cursor: pointer;*/
  }
  section#listings ul.ad-info > li.system > span:not(:last-child) {
    margin-right: 30px;
  }
  section#listings ul.ad-info span.favorite {
    display: inline-block;
    vertical-align: middle;
  }
  section#listings.list ul.nav-column.stick-top {
    padding: 0;
  }
  section#listings.list ul.nav-column > li {
    cursor: pointer;
    position: relative;
    padding: 3px 0 8px 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -moz-user-select: none;
    -webkit-user-select: none;
  }
  body.lt-listings-page section#listings.list ul.nav-column > li.agent_logo,
  body.my-favorites-page section#listings.list ul.nav-column > li.agent_logo {
    width: 75px;
    height: 75px;
    float: right;
    padding: 0;
    cursor: default;
  }
  div.horizontal div.carousel_block ul.featured > li div.agent_logo {
    width: 55px;
    height: 55px;
    position: absolute;
    padding: 0;
    right: 5px;
    bottom: 5px;
  }
  @media screen and (max-width: 768px) {
    body.lt-listings-page section#listings.list ul.nav-column > li.agent_logo,
    body.my-favorites-page section#listings.list ul.nav-column > li.agent_logo {
        margin-right: 15px;
    }
  }
  section#listings.list ul.nav-column > li.last_login_date {
    /*display: block;*/
    display: none;
    clear: both;
    text-align: right;
    margin: 10px;
    font-size: 15px;
    color: #834A00;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 400;
    cursor: default;
  }
  @media screen and (min-width: 768px) {
      section#listings.list ul.nav-column > li.last_login_date {
        top: 0!important;
      }
  }
  body.lt-listings-page section#listings.list ul.nav-column > li.agent_logo img,
  body.my-favorites-page section#listings.list ul.nav-column > li.agent_logo img,
  div.horizontal div.carousel_block ul.featured > li div.agent_logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px #ccc solid;
    padding: 3px;
    background: white;
    cursor: default;
  }
  div.horizontal div.carousel_block ul.featured > li div.agent_logo img {
    border: 0;
    padding: 2px;
  }
  body.lt-listings-page section#listings.list div.main-column .favorite,
  body.my-favorites-page section#listings.list div.main-column .favorite {
    position: absolute;
    left: 230px;
    top: 10px;
  }
  section#listings.list ul.ad-info > li.fields > div.table-cell:last-child > div {
    padding-bottom: 0;
  }
  body.lt-listings-page ul.ad-info > li.location,
  body.my-favorites-page ul.ad-info > li.location {
    position: absolute;
    bottom: 0;
    right: 20px;
    font-style: italic;
  }
  body.lt-listings-page ul.ad-info > li.location > div,
  body.my-favorites-page ul.ad-info > li.location > div {
    margin: 10px 0;
  }
  /* list view end */
  /* grid view */
  section.grid > article {
    padding-bottom: 30px;
  }
  section#listings.grid ul.ad-info {
    padding: 10px 15px;
    position: relative;
  }
  body.my-parents-page section#listings.grid ul.ad-info,
  body.my-pet-listings-page section#listings.grid ul.ad-info {
    position: static;
  }
  section#listings .fields {
   /* color: #888888;*/
	color: #333;
    font-size: 0.813em;
  }
  section#listings.grid ul.ad-info > ol {
    display: none;
  }
  section#listings .icons {
    position: absolute;
    bottom: -2px;
    left: 15px;
  }
  section#listings .icons .available_litter,
  section#listings .icons .upcoming_litter,
  section#listings .icons .litter_sold,
  section#listings .litter_details .litter_upcoming,
  section#listings .litter_details .litter_past,
  section#listings .litter_details .litter_available,
  section#listings .litter_details .litter_sold,
  section#listings .litter_details .litter_awaiting_update {
    background: url(../img/pet-step.svg) center right 2px no-repeat #409244;
	background-size: 18px 18px;
    color: #fff;
    padding: 3px 24px 3px 8px;
    /*border: 1px solid #fff;*/
    border-radius: 4px;
    text-transform: normal;
    margin-right: 8px;
    margin-bottom: 1px;
    vertical-align: bottom;
    display: inline-block;
    font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 400;
	cursor: default;
  }
  section#listings .litter_details .litter_upcoming,
  section#listings .icons .upcoming_litter {
    background-color: #4e597e;
  }
  section#listings .litter_details .litter_past {
    background-color: #696969;
    color: white;
  } 
  section#listings .litter_details .litter_awaiting_update {
    background-color: #eb9803;
    color: white;
  }
  section#listings .icons .litter_sold,
  section#listings .litter_details .litter_sold {
    background-color: #d40300;
  }
  section#listings .icons .exist_phone,
  section#listings .icons .delivery_by_car,
  section#listings .icons .delivery_by_air {
    background: url(../img/car.svg) center no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: bottom;
    cursor: default;
	border-radius: 50px;
	border: 1px #888 solid;
    padding: 5px;
  }
  section#listings .icons .exist_phone {
    background-image: url(../img/phone.svg);
  }
  section#listings .icons .delivery_by_air {
    background-image: url(../img/air.svg);
  }
  section#listings .fields .lf_pet_gender_1,
  section#listings .fields .lf_pet_gender_2 {
    background: url(../img/male.svg) 5px 3px no-repeat #4FA2DD;
    background-size: 18px 18px;
    color: #fff;
    padding: 3px 8px 3px 30px;
    /*border: 1px solid #fff;*/
    border-radius: 4px;
    text-transform: normal;
    vertical-align: bottom;
    display: inline-block;
    font-size: 14px;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
  }
  section#listings .fields .lf_pet_gender_2 {
    background: url(../img/female.svg) 5px 4px no-repeat #EF89CB;
    background-size: 18px 18px;
  }
  section#listings .fields .lf_bloodline_1,
  section#listings .fields .lf_bloodline_2 {
    background: url(../img/pedigree.svg) 0 3px no-repeat;
    background-size: 20px;
    display: inline-block;
    width: 20px;
    height: 27px;
    float: right;
    margin-right: 0;
  }
  section#listings .fields .lf_bloodline_2 {
    background: url(../img/champion.svg) 0 0 no-repeat;
    background-size: 20px;
    margin-left: 7px;
	margin-top: 2px;
  }

  section#listings .fields .lf_features_1,
  section#listings .fields .lf_features_2,
  section#listings .fields .stud {
    background: url(../img/registered.svg) 0 3px no-repeat;
    background-size: 25px;
    display: inline-block;
    width: 26px;
    height: 27px;
    float: right;
    margin-right: 0;
  }
  section#listings .fields .lf_features_2 {
    background: url(../img/champion-adult.svg) 0 0 no-repeat;
    background-size: 25px;
    margin-left: 7px;
    margin-top: 2px;
  }
  section#listings .fields .stud {
    background: url(../img/stud.svg) 0 0 no-repeat;
    background-size: 27px;
    margin-left: 7px;
    margin-top: 1px;
  }
  div.available_upcomming {
    display: block;
    margin-bottom: 20px;
    text-align: right;
    background-image: url(../img/block-bg.webp);
    background-repeat: repeat;
    padding: 10px 10px !important;
    border-top: 4px double #999;
    border-bottom: 4px double #999;
  }
  div.available_upcomming .available_litter,
  div.available_upcomming .upcoming_litter {
    background: url(../img/pet-step.svg) center right 2px no-repeat #409244;
    background-size: 18px 18px;
    color: #fff;
    padding: 3px 24px 3px 8px;
    /*border: 1px solid #fff;*/
    border-radius: 4px;
    text-transform: normal;
    margin-right: 8px;
    margin-bottom: 1px;
    vertical-align: bottom;
    display: inline-block;
    font-size: 14px;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: 400;
    cursor: default;
  }
  div.available_upcomming .upcoming_litter {
    background-color: #4e597e;
  }
  div.available_upcomming .new_litter_stats {
    font-weight: 600;
	color: #9e4c00;
	padding-right: 10px;
  }
  section#listings.grid > article:not(.no-image) ul.ad-info > li.title,
  section#listings.grid > article:not(.no-image) ul.ad-info > li.fields {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  section#listings.grid ul.ad-info > li:not(:last-of-type) {
    margin-bottom: 4px;
  }
  body.lt-parents-page section#listings.grid > article:not(.no-image) ul.ad-info > li.fields,
  body.lt-pet-listings-page section#listings.grid > article:not(.no-image) ul.ad-info > li.fields,
  body.at-cat-breeder-account-page section#listings article.item:not(.no-image) ul.ad-info > li.fields,
  body.at-dealer-page section#listings article:not(.no-image) ul.ad-info > li.fields {
    height: 27px;
    margin: 10px 0 0 0 !important;
  }
  body.at-cat-breeder-account-page article.item:not(.no-image) ul.ad-info:not(.with-names) > li.fields, 
  section#listings.grid ul.ad-info > li.title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  section#listings.grid > article div.navigation-column {
    /* position: absolute; */
    width: auto;
    bottom: 38px;
    right: 28px;
    z-index: 1;
  }
  section#listings.grid > article div.navigation-column div.before-nav {
    display: none;
  }
  section#listings.grid ul.nav-column > li {
    display: inline-block;
    height: 50px;
    width: 46px;
    margin-left: 8px;
    position: relative;
  }
  section#listings.grid ul.nav-column > li.favorite {
    position: absolute;
    right: 24px;
    top: 10px;
    z-index: 100;
  }
  /*,  body.at-dealer-page section#listings.grid ul.nav-column > li.favorite */
/*  body.lt-pet-listings-page section#listings.grid ul.nav-column > li.favorite {
    right: 18px;
  }*/
  section#listings.grid ul.nav-column > li:first-child {
    margin-left: 0;
  }
  section#listings.grid ul.nav-column > li span.icon {
    top: 0;
  }
  section#listings.grid ul.nav-column > li > a > span.link,
  section#listings.grid ul.nav-column > li > span.link {
    display: none;
  }
  /* grid view end */
  /* no image grid view */
  section#listings.list.no-image {
    margin: 0;
    padding: 0;
  }
  section#listings.list.no-image > article {
    display: block;
    padding: 0 0 10px;
  }
  section#listings.list.no-image a.link-large {
    font-size: 1.125em!important;
  }
  section#listings.list.no-image ul.ad-info > li.title {
    padding-bottom: 0;
  }
  /* no image grid view end */
  /* map view */
  #listings_map,
  #accounts_map {
    height: 65vh;
  }
  /* map view end */
  .category-description {
  /*    border: 2px #F8F8F8 solid;*/
    padding: 14px 18px;
    margin: 0 0 20px;
  }
  /*** LISTINGS GRID END ***/
  /*** LISTING DETAILS ***/
  div.listing-details {
    position: relative;
  }
  @media screen and (max-width: 768px) {
      div.listing-details {
        position: static;
      }
  }
  div.listing-details h1 {
    margin: 0 0 18px 0;
  }
  /* top navigation */
  .listing-header > .col-md-2 {
    height: 42px;
    padding: 0 15px;
    position: relative;
  }
  .listing-header div.icons {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    display: block;
    text-align: right;
    -moz-user-select: none;
    -webkit-user-select: none;
  }
  .listing-header div.icons a.button {
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    text-align: left;
  }
  .listing-header div.icons > *:not(.button) {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin: 12px 10px 0;
    opacity: 0.7;
  }
  .listing-header div.icons > *:not(.button):hover {
    opacity: 1;
  }
  .listing-header div.icons > a.button {
    margin-top: 7px;
  }
  .listing-header div.icons > * > span {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
  }
  .listing-header div.icons > span.favorite {
    margin-top: 13px;
  }
  .gallery span.favorite {
    position: absolute;
    z-index: 100;
    right: 20px;
    top: 20px;
  }
  @media screen and (max-width: 768px) {
    .gallery span.favorite {
        right: 50px;
    }
    .gallery span.favorite.alone {
        right: 20px !important;
    }
    section#listings .icons .delivery_by_car, 
    section#listings .icons .delivery_by_air {
        display: none;
    }
    body.lt-listings-page section#listings.list div.main-column .favorite,
    body.my-favorites-page section#listings.list div.main-column .favorite {
        position: absolute;
        right: 30px;
        left: auto;
        top: 10px;
      }
  }
  /* top navigation end */
  /* gallery */
  div.gallery {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  div.gallery > div#media {
    height: 513px;
    position: relative;
  }
  div.gallery div.preview,
  div.gallery div.map-container,
  div.gallery video#player {
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
  div.gallery div.map-container {
    background-color: #F8F8F8;
  }
  div.gallery div#media.map .preview,
  div.gallery div#media.map + div.thumbs,
  div.gallery div#media.locked span.zoom,
  div.gallery div#media.map span.map,
  div.gallery div#media.map span.zoom,
  div.gallery div#media.gallery span.gallery,
  div.gallery div#media.video .nav-buttons {
    display: none !important;
  }
  div.gallery div#media > .nav-buttons span.nav-button {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 28px;
    line-height: 26px;
    padding: 0 12px;
    background: rgba(17,17,17,.5);
    color: white;
    font-size: 0.813em;
    cursor: pointer;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    border-radius: 4px;
  }
  div.gallery div#media > .nav-buttons > span.map-group {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
  }
  div.gallery div#media > .nav-buttons > span.map-group span {
    position: static;
  }
  div.gallery div#media.map .map-container {
    display: block;
  }
  div.gallery div.preview iframe {
    width: 100%;
    height: 100%;
    display: none;
  }
  div.gallery div#media.video:not(.local) div.preview iframe {
    display: block;
  }
  div.gallery div#media.local div.preview video#player {
    background: black;
    display: block;
  }
  div.gallery div#media.video div.preview img {
    display: none;
  }
  div.gallery div.preview.video span.media-enlarge,
  div.gallery div.preview.video img {
    display: none;
  }
  div.gallery div.preview > img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    cursor: pointer;
    object-fit: cover;
    border-radius: 4px;
  }
  /* locked gallery */
  div.gallery div#media.locked div.preview > * {
    display: none;
  }
  div.gallery div#media.locked div.preview div#picture_locked {
    display: block;
  }
  div#picture_locked {
    height: 100%;
    background-color: #eeeeee;
  }
  div#picture_locked > div {
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  div#picture_locked > div > div {
    width: 100%;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
  div#picture_locked img {
    width: 96px;
    height: 142px;
    background: url('../img/locked-large.png') center center no-repeat;
    text-align: center;
    margin-bottom: 20px;
  }
  #media.picture #picture_locked p.picture-hint {
    display: block;
  }
  #media.fake-video #picture_locked p.video-hint {
    display: block;
  }
  /* locked gallery end */
  /* gallery thumbnains bar */
  div.gallery > div.thumbs {
    height: 95px;
    position: relative;
    margin-top: 4px;
  }
  div.gallery > div.thumbs > div.prev,
  div.gallery > div.thumbs > div.next {
    width: 28px;
    min-width: 28px;
    max-width: 28px;
    height: 82px;
    /*background: #F2F2F2;*/
    background: #9e4c00;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    border-radius: 4px;
    position: relative;
  }
  @media screen and (min-width: 1440px) {
    div.gallery > div.thumbs > div.prev,
    div.gallery > div.thumbs > div.next {
        width: 88px;
        min-width: 88px;
        max-width: 88px;
    }
  }
  /*body.at-cat-breeder-account-page div.gallery > div.thumbs > div.prev,
  body.at-cat-breeder-account-page div.gallery > div.thumbs > div.next,
  body.at-dealer-page div.gallery > div.thumbs > div.prev,
  body.at-dealer-page div.gallery > div.thumbs > div.next {
    display: none;
  }*/
  div.gallery > div.thumbs > div.next {
    left: auto;
    right: 0;
  }
  div.gallery > div.thumbs > div.disabled {
    cursor: default;
    opacity: 0.5;
  }
  div.gallery > div.thumbs > div.prev:before,
  div.gallery > div.thumbs > div.next:before {
    content: '';
    width: 6px;
    height: 10px;
    background: url('../img/gallery.png') -26px -8px no-repeat;
    position: absolute;
    top: 36px;
    left: 11px;
    opacity: 0.7;
  }
  div.gallery > div.thumbs > div.next:before {
    background-position: -20px -8px;
  }
  div.gallery > div.thumbs > div.prev:not(.disabled):hover,
  div.gallery > div.thumbs > div.next:not(.disabled):hover {
    /*background-color: #CBE7FF; */
  }
  div.gallery > div.thumbs > div.slider {
    padding: 0 1px;
  }
  div.gallery > div.thumbs > div.slider > ul {
    white-space: nowrap;
  }
  div.gallery > div.thumbs > div.slider > ul > li {
    position: relative;
    transition: transform 0.3s ease;
  }
  div.gallery > div.thumbs > div.slider > ul > li span.play {
    position: absolute;
    background: url('../img/play.png') center center no-repeat rgba(0,0,0,.2);
    margin: 0;
    left: 0px;
    top: 0;
    right: 0;
    bottom: 7px;
    cursor: pointer;
  }
  div.gallery > div.thumbs > div.slider > ul > li img,
  div.gallery > div.thumbs > div.slider > ul > li video {
    width: 82px;
    height: 82px;
    background: #F2F2F2;
    cursor: pointer;
    margin-right: 3px;
    object-fit: cover;
    border-radius: 4px;
  }
  @media screen and (max-width: 768px) {
    div.gallery > div.thumbs > div.slider > ul > li img {
        border-radius: 0px;
    }
  }
  body.at-cat-breeder-account-page div.gallery > div.thumbs > div.slider > ul > li img,
  body.at-dealer-page div.gallery > div.thumbs > div.slider > ul > li img {
    margin-right: 4px;
  }
  /*.listing-fit-contain div.thumbs > div.slider > ul > li img {
    object-fit: contain !important;
  }*/
  div.gallery > div.thumbs > div.slider > ul > li:hover:after,
  div.gallery > div.thumbs > div.slider > ul > li.active:after {
    content: '';
    box-shadow: inset 0 0 0 2px #c29973, inset 0 0 0 4px white;
    position: absolute;
    left: 0;
    right: 3px;
    top: 0;
    bottom: 0;
    border-radius: 4px;
    pointer-events: none;
  }
  div.gallery > div.thumbs > div.slider > ul > li.locked img {
    background-color: #eeeeee;
    background-image: url('../img/locked.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
  }
  div.gallery span.img-loading {
    background: url('../img/img_loader.gif') center center no-repeat #444444;
    position: absolute;
    top: 0;
    left: 0;
    margin: 2px;
  }
  /* gallery thumbnains bar end */
  /* gallery end */
  div.listing-details {
    overflow: hidden;
  }
  div.listing-details #area_listing > div.two-inline {
    margin: 10px 0 15px;
  }
  div.listing-details #area_listing > div.two-inline div.price-tag:first-child:last-child {
    float: left;
  }
  div.listing-details div.price-tag {
    margin-top: -8px;
  }
  div.listing-details div.price-tag > span {
    font-size: 1.714em;
    font-weight: 400;
    color: #333333;
  }
  .breeder_pro_subs_desc {
    margin-left: 30px;
    color: #8d8d8d;
  }
  @media screen and (min-width: 768px) {
      div.listing-details div.price-tag > div {
        float: right;
      }
  }
  div.listing-details div.price-tag > div.breeder_price {
    float: none;
    display: inline-block;
    vertical-align: top;
    line-height: 39px;
    font-size: 14px;
    color: #8e8e8e;
    margin-left: 15px;
  }
  div.listing-details div.price-tag .lf_bloodline_1,
  div.listing-details div.price-tag .lf_bloodline_2,
  .litter_content .litter_details .field .lf_bloodline_1,
  .litter_content .litter_details .field .lf_bloodline_2 {
    background: url(../img/pedigree.svg) 2px 3px no-repeat;
    background-size: 25px;
    display: inline-block;
    padding: 7px 10px 5px 40px;
    height: 36px;
    float: right;
    margin: 4px 0 4px 7px;
    font-size: 16px;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: 400;
    color: #d0a21b;
  }
  @media screen and (max-width: 768px) {
      div.listing-details div.price-tag .lf_bloodline_1,
      div.listing-details div.price-tag .lf_bloodline_2,
      .litter_content .litter_details .field .lf_bloodline_1,
      .litter_content .litter_details .field .lf_bloodline_2 {
        float: none;
        display: inline-block;
      }
    }
  div.listing-details div.price-tag .lf_bloodline_2,
  .litter_content .litter_details .field .lf_bloodline_2 {
    background: url(../img/champion.svg) 2px 0 no-repeat;
    background-size: 25px;
  }
   .litter_content .litter_details .field .lf_bloodline_2 {
    margin-left: 15px;
   }
  .litter_content .litter_details .field .lf_bloodline_1,
  .litter_content .litter_details .field .lf_bloodline_2 {
    float: left;
  }
  div.listing-details div.price-tag .lf_features_1,
  div.listing-details div.price-tag .lf_features_2,
  div.listing-details div.price-tag .stud {
    background: url(../img/registered.svg) 0 3px no-repeat;
    background-size: 25px;
    display: inline-block;
    height: 27px;
    float: right;
    padding: 7px 15px 5px 28px;
    margin: 4px 0 4px 7px;
    font-size: 16px;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: 400;
    color: #d0a21b;
  }
  div.listing-details div.price-tag .lf_features_2 {
    background: url(../img/champion-adult.svg) 0 0 no-repeat;
    background-size: 25px;
  }
  div.listing-details div.price-tag .stud {
    background: url(../img/stud.svg) 0 0 no-repeat;
    background-size: 27px;
  }
  div.listing-details div.price-tag .stud.mobile {
    display: none;
  }
  @media screen and (max-width: 768px) {
    div.listing-details div.price-tag .stud.desktop {
      display: none;
    }
    div.listing-details div.price-tag .stud.mobile {
      display: inline-block;
    }
  }
  #area_listing  div.listing-fields > div.row {
    margin-bottom: 25px;
  }
  /* main info section end */
  /* icons */
  a.print > span {
    background: url('../img/gallery.png') right -389px no-repeat;
  }
  /* icons end */
  /* content section */
  div.listing-details .content-section {
    margin-top: 30px;
    display: block !important;
  }
  div.listing-details .content-section.fancy_popup {
    margin-top: 0;
  }
  div.listing-details .content-section div.details {
    overflow: hidden;
  }
  div.listing-details div.tab_area div.no-group + div:not(.no-group) {
    margin-top: 25px;
  }
  div.table-cell + div.fieldset {
    margin-top: 20px;
  }
  #area_listing > div.content-padding > div.table-cell:last-of-type {
    margin-bottom: 20px;
  }
  /* content section end */
  /* seller info section */
  .seller-short div.picture img {
    border-radius: 50%;
    border: 1px #bbb solid;
    padding: 4px;
    background: white;
    width: 180px;
    box-shadow: 0 0 3px 1px rgba(184,184,184.5);
  }
  .picture img {
    /*border: 1px solid #ccc; */
  }
  .seller-short div.picture {
    margin-bottom: 10px;
    text-align: center;
  }
  .seller-short ul.seller-info {
    overflow: hidden;
  }
  .seller-short div.button-exists ul.seller-info {
    padding-bottom: 45px;
  }
  .seller-short ul.seller-info > li.name {
    margin-top: -4px;
  }
  .seller-short ul.seller-info > li.name a {
    font-size: 0.875em;
  }
  .seller-short ul.seller-info .type {
    font-weight: 400;
    color: #8e8e8e;
    font-size: 0.750em;
    padding-top: 3px;
  }
  .seller-short ul.seller-info > li.about {
    /*font-size: 0.929em;*/
	font-size: 0.850em;
    padding: 10px 0;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
  }
  body.listing-details-page .seller-short ul.seller-info > li.about {
    display: none;
  }
  @media screen and (min-width: 992px) {
      .seller-short:not(.no-pucture) a.low {
        position: absolute;
        bottom: 0;
      }
      .seller-short ul.seller-info .type.pt-4 {
        padding-top: 0 !important;
      }
  }

  .seller-short div.form {
    margin-top: 25px;
  }
  .seller-short form div.field {
    position: relative;
  }
  .seller-short form div.field > input[type=text]:not([name=security_code]) {
    width: 100%;
    padding-left: 37px;
  }
  .seller-short form div.field > input + span {
    position: absolute;
    left: 11px;
    top: 12px;
    width: 18px;
    height: 18px;
    background: url('../img/gallery.png') right -141px no-repeat;
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
  .seller-short form div.field > input[name=contact_email] + span {
    background-position: right -159px;
    height: 16px;
    top: 13px;
  }
  .seller-short form div.field > input[name=contact_phone] + span {
    background-position: right -175px;
  }
  .seller-short form div.field > input:focus + span {
    opacity: 1;
  }
  .seller-short .file-input {
    display: block;
  }
  .seller-short .file-input div {
    overflow: hidden;
    width: auto;
  }
  .seller-short .file-input input.file-name {
    width: 100%;
  }
  .seller-short .file-input span {
    float: right;
  }
  .seller-short div.info-table:not(.no-top-gap),
  .seller-short div.owner-details {
    margin-top: 25px;
  }
  .seller-short div.owner-details #df_field_social_media a {
    background: url('../img/icon_facebook.svg') center no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 3px;
    opacity: 0.5;
  }
  .seller-short div.owner-details #df_field_social_media a:hover {
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .seller-short div.owner-details #df_field_social_media a.instagram {
    background-image: url('../img/icon_instagram.svg');
  }
  .seller-short div.owner-details #df_field_social_media a.twitter {
    background-image: url('../img/icon_twitter.svg');
  }
  .seller-short div.owner-details #df_field_social_media a.youtube {
    background-image: url('../img/icon_youtube.svg');
  }
  .seller-short div.owner-details #df_field_social_media a.pinterest {
    background-image: url('../img/icon_pinterest.svg');
  }
  .seller-short div.phone_field {
    background-color: #179969;
    position: relative;
    padding: 12px 10px 14px 40px;
    cursor: pointer;
    color: white;
    width: 100%;
    border-radius: 4px;
    margin: 25px auto 0;
    text-align: center;
  }
  .seller-short div.phone_field a {
    color: white;
 }
  .seller-short div.phone_field:hover {
    background-color:#19b47a;
  }
  .seller-short div.phone_field:before {
    content: '';
    background: url('../img/gallery.png') right -175px;
    width: 20px;
    height: 19px;
    position: absolute;
    left: 15px;
    top: 15px;
    filter: brightness(2);
  }
  .seller-short div.phone_field .reveal {
    /*background-color: #2c95e0;*/
    background-color: #2c95e0;
    border-radius: 4px;
    font-size: 12px;
    padding: 1px 5px 3px;
    margin-left: 5px;
  }
  .seller_phone_popup {
    font-size: 36px;
  }
  /* masked fields */
  h3.cd-caption {
    margin: 0!important;
    padding-bottom: 10px;
  }
  h3.cd-caption + div.info-table:not(.no-top-gap) {
    margin-top: 0!important;
  }
  .masked > h3 {
    font-size: 1.286em;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .masked {
    position: relative;
    min-height: 90px;
  }
  .masked > *:not(.login-mask):not(h3) {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    filter: blur(2px)
  }
  .masked div.login-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,.6);
    text-align: center;
    box-shadow: 0 0 6px 6px rgba(255,255,255,.6);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .masked div.login-mask > div {
    width: 100%;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
  .restricted-content > span {
    display: inline-block;
    margin-top: 10px;
  }
  .masked div.login-mask p {
    text-shadow: 1px 0 0 white;
  }
  .restricted-content > span > span {
    padding: 0 10px;
  }
  /* seller info section */
  /* map capture */
  .map-capture {
    cursor: pointer;
    position: relative;
  }
  .map-capture > img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    background-color: #e9e9e9;
  }
  /* map capture end */
  /* statistics section */
  div.listing-details section.statistics ul.counters {
    overflow: hidden;
  }
  div.listing-details section.statistics ul.counters > li {
    padding: 5px 0;
    color: #222222;
    min-height: 26px;
    line-height: 26px;
    font-size: 0.929em;
  }
  div.listing-details section.statistics ul.counters > li span.count {
    font-size: 1.714em;
    margin-right: 5px;
  }
  div.listing-details section.statistics ul.controls {
    float: right;
    width: 100%;
  }
  div.listing-details section.statistics ul.controls > li:first-child {
    padding: 4px 0 10px;
  }
  div.listing-details section.statistics ul.controls > li {
    padding: 7px 0 12px;
    min-height: 20px;
    text-align: center;
  }
  /* statistics section end */
  /*** LISTING DETAILS END ***/
  /*** ACCOUNTS GRID ***/
.image-preview-wrapper { width: 100%;  }
.image-preview-wrapper img { border: 1px #ccc solid;  }
.image-preview { height: 250px !important;  }
  section#accounts > article div.picture {
    margin-right: 15px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    max-width: 100%;
    position: relative;
    background-color: #f4f4f4;
    text-align: center;
  }
  section#accounts > article div.no-picture div.picture > a,
  section#accounts > article div.picture > a > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
  }
  section#accounts > article div.no-picture div.picture {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    background-image: url('../img/no-account.png');
  }
  section#accounts div.statistics {
    overflow: hidden;
    position: relative;
    height: 105px;
  }
  section#accounts div.statistics > ul > li.name {
    padding-bottom: 5px;
    word-break: break-word;
  }
  section#accounts div.statistics div.counter span:first-child {
    display: block;
    font-size: 1.286em;
    font-weight: 600;
  }
  section#accounts div.statistics div.counter span:last-child {
    font-size: 0.929em;
  }
  section#accounts ul.info > li {
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  section#accounts ul.info > li.fields {
    font-size: 0.929em;
    line-height: 18px;
  }
  section#accounts ul.info > li.fields > span:not(:last-child):after {
    content: ',';
  }
  section#accounts ul.info > li.tel a {
    font-weight: 400;
  }
  section#accounts .landscape {
    position: relative;
    max-width: 100%;
  }
  section#accounts .landscape div.picture {
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
  section#accounts .landscape div.statistics {
    height: auto;
    position: static;
  }
  section#accounts .landscape div.statistics > ul > li.name {
    padding-top: 5px;
  }
  section#accounts .landscape div.statistics > div.counter {
    top: 0;
    position: absolute;
    background: rgba(27,31,38,.8);
    height: 22px;
    line-height: 20px;
    padding: 0 5px;
    color: white;
    pointer-events: none;
  }
  section#accounts .landscape div.statistics > div.counter span:first-child {
    display: inline;
    font-size: 0.929em;
    font-weight: 400;
  }
  /*** ACCOUNTS GRID END ***/
  /*** ACCOUNT DETAILS PAGE ***/
  section.seller-short li.counter {
    padding: 15px 0 10px 0;
    text-transform: normal;
  }
  section.seller-short li.counter span:first-child {
    font-size: 1.286em;
    font-weight: 400;
  }
  section.seller-short li.counter span:last-child {
    font-size: 0.929em;
  }
  .account-location .map-capture {
    border: 1px #e9e9e9 solid;
    margin: 15px -18px -18px;
  }
  /*** ACCOUNT DETAILS PAGE END ***/
  /*** ACCOUNT AREA ***/
  .login-form input[type=text],
  .login-form input[type=password] {
    width: 250px;
    display: block;
    margin: 0 0 20px;
  }
  .side_block .login-form input[type=text],
  .side_block .login-form input[type=password] {
    width: 100%;
  }
  .login-form div.button {
    padding-bottom: 15px;
  }
  .login-form div.divider {
    padding-top: 5px;
  }
  .fb-connect {
    display: inline-block;
    width: 100%;
    line-height: 36px;
    height: 44px;
    padding: 3px 10px 0;
    color: white !important;
    font-size: 0.813em;
    background-color: #295AB4;
    position: relative;
    vertical-align: top;
    border-radius: 4px;
    margin-top: 10px;
    text-transform: uppercase;
    padding-left: 40px;
    text-align: center;
  }
  .fb-connect:hover {
    background-color: #4576d0;
    transition: background-color 0.3s ease;
  }
  .button .fb-connect {
    width: auto;
    margin-top: 0;
    font-size: 0.813em !important;
  }
  .welcome {
    padding: 0 0 10px;
    font-size: 1.071em;
    font-weight: bold;
  }
  ul.account-menu-content {
    width: 100%;
    display: inline-block;         font-size: 1.071em;
  }
  ul.account-menu-content > li {
    padding: 5px 0px 5px 0;
    position: relative;
  }
  ul.account-menu-content > li:last-child {
    padding: 0;
  }
  ul.account-menu-content > li > .add_first_breed {
    font-size: 14px;
	background-color: #ffe500;
    border: 2px solid #ffe500;
    border-radius: 3px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    position: relative;
    float: right;
    color: #333;
    height: 22px;
    line-height: 16px;
    padding: 0px 4px;
    animation: 2s ease 0s infinite normal none running add-breed-custom;
  }
  .mobile-menu ul.account-menu-content > li > .add_first_breed {
    margin-top: -26px;
  }
  /*ul.account-menu-content > li > .add_first_breed:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 16px 11px 0;
    border-color: transparent #ffe500 transparent transparent;
    left: -17px;
    top: -2px;
  }*/
  ul.account-menu-content > li > .add_first_breed > i,
  .a-menu ul > li > .add_first_breed > i {
      font-size: 27px;
      margin-right: 10px;
  }
  div.attention:not(:empty) {
    padding: 0 0 15px;
  }
  div.attention span.red {
    padding: 0;
  }
  /*** ACCOUNT AREA END ***/
  /*** MY PACKAGES ***/
  ul.packages > li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
  }
  ul.packages > li div.frame {
    width: auto;
    border: 2px #F8F8F8 solid;
    padding: 15px 18px;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .breeder_pro ul.packages > li div.frame {
    width: auto;
  }
.plan {
	border: 1px #e68876 solid;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-right: 15px;
	background-color: #e68876;
}
  ul.packages > li div.plan-info {
    width: auto;
    float: left;
    margin-top: -3px;
  }
  .breeder_pro ul.packages > li div.plan-info {
    width: auto;
  }
  ul.packages > li .highlight {
    color: black;
  }
  ul.packages > li div.listing-info {
    overflow: hidden;
    padding: 3px 0 0 20px;
  }
  ul.packages li > div > div > span {
    display: block;
  }
  ul.packages h3 {
    color: #393939;
    font-size: 1.286em;
    font-weight: 200;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: -5px 0 10px 0;
  }
  ul.packages span.price {
    color: #3a3a3a;
    font-size: 2.429em;
    font-weight: normal;
    padding: 0 0 15px;
  }
  ul.packages span.count {
    color: #888;
    font-weight: 300;
  }
  ul.packages div.listing-info > span.count:not(:last-child) {
    padding-bottom: 8px;
  }
  ul.packages > li div.listing-info > span.count:last-child {
    padding: 0;
  }
  ul.packages > li div.status {
    margin: auto;
    margin-left: 30px;
  }  
  .breeder_pro ul.packages > li div.status {
    margin-top: 10px;
  }
  ul.packages > li div.status div.renew {
    padding-top: 15px;
  }
  ul.packages .overdue,
  ul.packages .expired,
  .breeder_pro ul.packages > li div.status li.status.overdue,
  .breeder_pro ul.packages > li div.status li.status.expired {
    color: #a52323;
  }
  ul.packages .active,
  .breeder_pro ul.packages > li div.status li.status.active {
    color: #63b53b;
  }
  .breeder_pro ul.packages > li div.status li.status {
    text-transform: capitalize;
    margin-bottom: 10px;
  }
  form[name="payment"] div.nav-buttons {
    padding-top: 20px;
  }
  /*** MY PACKAGES END ***/
  /*** TABLES ***/
  /* submit table */
  table.submit {
    table-layout: fixed;
  }
  table.submit td {
    height: 38px;
    padding: 0 0 10px;
  }
  table.submit td.name {
    width: 170px;
    padding-right: 10px;
  }
  table.submit td .name {
    padding: 5px 0 5px;
  }
  table.submit td.field input[type=text],
  table.submit textarea {
    width: 100%;
  }
  table.submit td.button {
    padding: 10px 0 0 0;
  }
  table.submit a.close {
    padding-left: 20px;
  }
  /* submit table end */
  /* details table */
  div.table-cell > div {
    min-height: 28px;
    /* line-height: 26px; */
    vertical-align: top;
  }
  div.table-cell:not(.wide-field) > div {
    font-size: 0.929em;
  }
  div.table-cell > div.name {
    width: 160px;
    color: #888888;
    font-size: 0.875em;
    float: left;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  div.table-cell > div.name > div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 24px;
  }
  div.table-cell > div.name > div > span {
    /*background: white;*/
    padding-right: 7px;
  }
  div.table-cell > div.name > div > span:after {
    content: ':';
  }
  div.table-cell div.value {
    font-size: 0.875em;
    word-wrap: break-word;
    overflow: hidden;
  }
  div.table-cell div.value > .weeks {
    color: #8e8e8e;
  }
  div.table-cell > div.name + div.value {
    padding-left: 10px;
  }
  div:not(.body) > div > div.table-cell.wide-field {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #area_listing div.listing-fields > div:first-child > div.table-cell.wide-field:first-child div.name {
    display: none;
  }
  div.table-cell.wide-field div.name {
    float: none;
    width: 100%!important;
  }
  div.table-cell.wide-field div.name > div {
    background: none;
  }
  div.table-cell.wide-field > div.name + div.value {
    padding-left: 0px;
  }
  div.table-cell ul.checkboxes {
    margin-bottom: 15px;
  }
  div.table-cell ul.checkboxes > li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  div.table-cell ul.checkboxes > li img {
    width: 17px;
    height: 12px;
    vertical-align: baseline;
    margin-right: 8px;
    margin-left: 2px;
  }
  div.table-cell ul.checkboxes > li.active img {
    background: url('../img/gallery.png') 0 -147px no-repeat;
  }
  div.table-cell ul.checkboxes > li:not(.active) {
    color: #9e9e9e;
    text-decoration: line-through;
  }
  /* details table end */
  /* information table */
  table.info {
    table-layout: fixed;
  }
  table.info td,
  div.table-cell.small > div {
    vertical-align: top;
    padding-bottom: 5px;
    font-weight: normal!important;
    line-height: normal;
    min-height: inherit;
  }
  table.info td.name:after,
  div.table-cell.small > div.name:after  {
    content: ':';
  }
  div.table-cell.small > div.value {
    white-space: normal;
  }
  table.info td.image,
  div.table-cell.small > div.image {
    padding-top: 5px;
  }
  div.info-table > div.table-cell:last-of-type {
    margin-bottom: 0!important;
  }
  /* information table end */
  /* table view table */
  table.table {
    table-layout: fixed;
  }
  table.table td {
    min-height: 30px;
    padding: 5px 0;
    vertical-align: top;
  }
  table.table td.name {
    width: 215px;
    color: #888888;
    padding-right: 10px;
  }
  table.table td.value {
    color: #000000;
    word-wrap: break-word;
  }
  /* table view table end */
  /* list table */
  table.list {
    width: 100%;
    table-layout: fixed;
  }
  table.list span.text {
    color: #515151;
    font-size: 0.857em;
  }
  table.list > tbody > tr.header {
    border: 2px #F8F8F8 solid;
  }
  table.list > tbody > tr.header > td {
    font-size: 0.929em;
    padding: 0 0 0 30px;
    height: 40px;
  }
  table.list > tbody > tr.header > td:first-child {
    padding-left: 10px;
    width: 33px;
  }
  table.list tr.header td.divider {
    padding: 0;
    width: 5px;
    border: 0;
  }
  table.list > tbody > tr.body {
    border-bottom: 2px #F8F8F8 solid;
  }
  table.list > tbody > tr.body > td {
    padding: 20px 0 20px 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  table.list > tbody > tr.body > td.info > a {
    white-space: normal;
  }
  table.list > tbody > tr.body > td:first-child {
    padding-left: 11px;
  }
  table.list>tbody td.no_padding
  {
    padding-left: 5px!important;
    padding-right: 5px!important;
  }
  table.list tr.body td.divider {
    border: 0;
  }
  table.list td.price div {
    width: 50px;
    background: red;
    color: #000000;
    font-size: 16px;
    line-height: 17px;
    padding: 5px 5px;
    margin-right: 10px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    overflow: hidden;
  }
  table.list span.name
  {
    text-transform: uppercase;
  }
  /* list table end */
  div.list-table {
    display: table;
    width: 100%;
  }
  div.list-table > div {
    display: table-row;
    position: relative;
    margin: 0;
  }
  div.list-table > div:not(.header):hover {
    background: rgba(0,0,0,.05)
  }
  div.list-table > div:before,
  div.list-table > div:after {
    content: none;
  }
  div.list-table > div.header {
    height: 28px;
  }
  div.list-table > div > div {
    display: table-cell;
    padding-right: 15px;
  }
  div.list-table > div > div:last-child {
    padding-right: 0;
  }
  div.list-table > div.header > div {
    vertical-align: top;
    font-size: 0.929em;
    color: #8e8e8e;
    border-bottom: 2px #F8F8F8 solid;
    text-transform: uppercase;
    font-weight: 400;
    white-space: nowrap;
  }
  div.list-table > div > div.center {
    padding-right: 0!important;
  }
  div.list-table > div.row > div {
    vertical-align: top;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #111111;
  }
  div.list-table > div.row > div > div.inline {
    display: inline;
  }
  div.list-table > div.row > div.text {
    padding-top: 22px;
  }
  div.list-table > div.row > div > table.table {
    margin-top: -5px;
  }
  div.list-table > div.row > div > table.table td.name {
    width: 150px;
  }
  div.list-table .text {
    color: #515151;
    font-size: 0.857em;
  }
  div.list-table span.title {
    display: none;
  }
  .transactions div.table-cell.small > div.name {
    width: 105px;
  }
  .mass-actions {
    padding: 15px 0 0 14px;
  }
  .mass-actions > a:not(:last-child):after {
    content: '|';
    padding: 0 10px;
    color: #5c5c5c;
    font-size: 0.929em;
  }
  .statuses .paid,
  .statuses .unpaid,
  .statuses .active,
  .statuses .approval,
  .statuses .incomplete,
  .statuses .pending,
  .statuses .expired {
    color: #63b53b;
    font-size: 1.029em;
  }
  .statuses .approval {
    color: #666666;
  }
  .statuses .incomplete {
    color: #2767b5;
  }
  .statuses .pending {
    color: #e88d22;
  }
  .statuses .expired {
    color: #fb0000;
  }
  .statuses .paid {
    color: #63b53b;
  }
  .statuses .unpaid {
    color: #fb0000;
  }
  .statuses .active:paid,
  .statuses .active:unpaid,
  .statuses .active:before,
  .statuses .approval:before,
  .statuses .incomplete:before,
  .statuses .pending:before,
  .statuses .expired:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #63b53b;
    margin-right: 8px;
  }
  .statuses .approval:before {
    background: #666666;
  }
  .statuses .incomplete:before {
    background: #2767b5;
  }
  .statuses .pending:before {
    background: #e88d22;
  }
  .statuses .expired:before {
    background: #fb0000;
  }
  /*** TABLES END ***/
  /*** NEWS BLOCK ***/
  ul.news > li {
    padding: 0 0 20px;
  }
  ul.news > li:last-child {
    padding: 0;
  }
  ul.news div.date {
    float: right;
    padding-top: 4px;
  }
  ul.news h4 {
    overflow: hidden;
    padding: 0 10px 0 0;
  }
  ul.news article {
    padding: 10px 0 0 0;
    font-size: 0.929em;
  }
  article.news {
    padding: 10px 0;
    line-height: 26px;
    font-size: 1.143em;
  }
  /*** NEWS BLOCK END ***/
  /*** FIELDSET ***/
  div.fieldset {
    margin: 0 0 50px 0;
  }
  div.fieldset > header {
    padding: 7px 12px;
    background: #F5F5F5;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 4px 4px 0 0;
    font-weight: 400;
    font-size: 0.813em;
  }
  .side_block div.fieldset > header {
    background: none;
    padding: 0 0 7px 0;
  }
  div.fieldset > header > span.arrow {
    display: none;
  }
  div.fieldset > div.body > div {
    padding: 15px 0 5px;
    border-top: 1px #E6E6E6 solid;
  }
  body.my-parents-page div.fieldset > div.body > div,
  body.my-pet-listings-page div.fieldset > div.body > div {
    border: 1px solid #ccc;
    padding: 15px;
  }
  #controller_area div.fieldset > header > span.arrow {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    cursor: pointer;
    opacity: 0.7;
    position: relative;
    background: url('../img/gallery.png') -29px -342px no-repeat;
  }
  #controller_area div.fieldset > header > span.arrow:hover {
    opacity: 1;
  }
  #controller_area div.fieldset > header > span.arrow.up {
    transform: scaleY(-1);
  }
  #controller_area div.fieldset > div.body > div {
    padding-top: 10px;
  }
  .row > div.fieldset.divider {
    padding-left: 15px;
    padding-right: 15px;
    flex: 1 1 100%;
  }
  div.fieldset.divider {
    margin: 0 0 15px 0;
  }
  div.fieldset.divider > header {
    margin: 0;
  }
  /*** FIELDSET END ***/
  /*** CATEGORIES BLOCK ***/
  div.categories {
    width: auto;
    overflow: hidden;
    margin-bottom: -13px;
  }
  .categoty-column .item {
    margin-bottom: 13px;
  }
  body.lt-parents-page .categoty-column .item {
    display: inline-block;
    width: 49%;
  }
  .parent-cateory {
    align-items: baseline;
  }
  .empty-category a,
  .empty-category a:hover,
  .empty-category .category-counter,
  .empty-category .sub_categories,
  .special-bound-box > li.empty .fbb-greyscale {
    filter: grayscale(2);
    opacity: .5;
  }
  div.fieldset div.category-slider-bar {
    position: static!important;
    top: auto;
    right: auto;
    text-align: center;
    padding-top: 3px;
  }
  div.category-slider-bar > span.arrow {
    width: 19px;
    height: 24px;
    display: none;
    cursor: pointer;
  }
  div.category-slider-bar span.prev,
  div.category-slider-bar span.next {
    width: 7px;
    height: 12px;
    display: inline-block;
    background: url('../img/gallery.png') 0px -583px no-repeat;
    margin: 6px;
    -moz-user-select: none;
    -webkit-user-select: none;
  }
  div.category-slider-bar span.next {
    background-position: right -583px;
  }
  div.category-slider-bar > span.navigation {
    height: 24px;
    display: inline-block;
    vertical-align: top;
    width: 80px;
    margin: 0 5px;
    height: 4px;
    background: white;
    margin-top: 10px;
  }
  div.category-slider-bar > span.navigation > span {
    height: 4px;
    display: inline-block;
    vertical-align: top;
  }
  div.category-slider-bar > span.navigation > span.active {
    background: #fb6a5c;
  }
  section.categories-box {
    box-shadow: none;
  }
  section.categories-box ul.cat-tree > li,
  section.categories-box-nav ul.cat-tree li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
  }
  .categories-box-nav ul.cat-tree.limit-height,
  section.categories-box div.cat-tree-cont.limit-height {
    overflow: hidden;
  }
  .sub-categories-exist div.item.banners-box {
    display: block;
    margin-bottom: 30px;
  }
  .sub-categories-exist div.categoty-column {
    column-count: 5;
    -moz-column-count: 5;
    -webkit-column-count: 5;
    -ms-column-count: 5;

    column-gap: 30px;
    -moz-column-gap: 30px;
    -webkit-column-gap : 30px;
    -ms-column-gap: 30px;
  }
  body:not(.no-sidebar) .sub-categories-exist div.categoty-column {
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    -ms-column-count: 4;
  }
  .sub-categories-exist div.parent-cateory {
    padding-bottom: 10px!important;
    display: inline-block;
  }
  .sub-categories-exist div.category-name {
    background: none!important;
  }
  .sub-categories-exist div.category-name > a {
    padding: 0;
  }
  .categories .sub_categories {
    padding: 0 0 20px 0;
  }
  .categories .sub_categories > span:not(:last-child),
  .other_categories_tmp > div > span:not(:last-child) {
    padding: 0 0 5px 0;
    display: block;
  }
  /*.categories .sub_categories > span > a,
  .categories .sub_categories > ul.cat-tree > li > a {
    font-size: 1.000em;
  }*/
  .categories .sub_categories span.more {
    cursor: pointer;
    color: #15a700;
    font-size: 0.929em;
    display: inline-block;
  }
  div.other_categories_tmp {
    position: absolute;
    z-index: 3;
  }
  div.other_categories_tmp div {
    background: white;
    border: 2px #F8F8F8 solid;
    padding: 13px 25px 15px 17px;
    margin: 25px 0 0 45px;
    max-width: 200px;
    position: relative;
  }
  div.other_categories_tmp div img.close {
    display: block;
    cursor: pointer;
    top: 0;
    right: 0;
    position: absolute;
    width: 12px;
    height: 12px;
    margin: 4px;
    background: url('../img/gallery.png') -27px -470px no-repeat;
    opacity: 0.7;
  }
  div.other_categories_tmp div img.close:hover {
    opacity: 1;
  }
  /*** CATEGORIES BLOCK END ***/
  /*** CATEGORIES TREE BLOCK ***/
  ul.cat-tree li {
    padding-top: 4px;
    padding-bottom: 6px;
  }
  ul.cat-tree > li.rest {
    display: none;
  }
  ul.cat-tree span.counter {
    display: inline-block;
  }
  span.counter {
    color: #777777;
    font-size: 0.9em;
  }
  ul.cat-tree li ul {
    display: none;
  }
  ul.cat-tree li ul > li {
    padding-left: 25px!important;
  }
  ul.cat-tree li span.toggle {
    width: 18.5px;
    display: inline-block;
    cursor: pointer;
    font-size: 0.929em;
    padding: 0 5px;
    margin: 0 5px 0 -5px;
    -moz-user-select: none;
    -webkit-user-select: none;
  }
  .cat-toggle {
    background: #e2e2e2;
    height: 10px;
    margin-top: 3px;
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    line-height: 2px;
    text-align: center;
  }
  section.side_block > span.expander {
    width: 18px;
    height: 18px;
    background: url('../img/gallery.png') right -119px no-repeat;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 10px;
    text-align: right;
  }
  section.side_block > span.expander.active {
    background-position: 0 -119px;
  }
  /*** CATEGORIES TREE BLOCK END ***/
  /*** STATISTICS BLOCK ***/
  table.stats {
    margin-bottom: 0!important;
    border-spacing: 2px;
    border-collapse: separate;
    margin: 0 0 5px;
    table-layout: fixed;
    font-size: 0.875em;
  }
  table.stats td.column,
  table.stats td.counter {
    white-space: nowrap;
    text-align: center;
    border-radius: 2px;
  }
  table.stats td.counter {
    background: #f4f4f4;
  }
  table.stats td.divider {
    width: 5px;
    text-align: center;
    padding: 0 5px;
  }
  table.stats td.dotted {
    background: #f4f4f4;
    padding: 2px 5px 4px;
  }
  table.stats td.dotted a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  section > div > table.stats:last-child {
    margin-bottom: 0;
  }
  /*** STATISTICS BLOCK END ***/
  /*** STEPS ***/
  ul.steps {
    box-shadow: inset 0 0 0 2px #e1e1e1;
    height: 44px;
    margin: 0 0 25px 0;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  ul.steps > li {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 2px #9e4c00 solid;
	font-size: 20px;
  }
  body.registration-page ul.steps > li {
    border: 0px;
    background: transparent;
  }
  body.registration-page span.step {
    border: 4px #9e4c00 double;
    border-radius: 50%;
    margin-right: 10px;
    color: #9e4c00;
    font-weight: bold;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 38px;
  }
  body.registration-page li.current span.step,
  body.registration-page li.past span.step {
    color: white;
    background: #9e4c00;
    border: 3px #fff double;
  }
  body.registration-page li.past span.step {
    background: #ccc;
  }
  ul.steps > li a {
    cursor: default;
    padding: 0 0 0 15px;
  }
  ul.steps > li.past a {
    cursor: pointer;
  }
  ul.steps > li.past,
  ul.steps > li.current {
    background: #e1e1e1;
  }
  ul.steps > li:not(.past) a {
    color: #5c5c5c;
  }
 /* ul.steps > li:not(:last-child):not(.past):after,
  ul.steps > li:not(:last-child):not(.past):before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  ul.steps > li:not(:last-child):not(.past):after {
    border-color: transparent;
    border-left-color: white;
    border-width: 20px 0 20px 10px;
    margin-top: -20px;
  }
  ul.steps > li:not(:last-child):not(.past):before {
    border-color: transparent;
    border-left-color: #e1e1e1;
    border-width: 24px 0 24px 13px;
    margin-top: -24px;
  }*/
  ul.steps > li.current:after {
    display: none;
  }
  /*** STEPS END ***/
  /*** PAYMENT GATEWAYS ***/
  ul#payment_gateways li {
    display: inline-block;
    width: 120px;
    height: 85px;
    text-align: center;
    padding: 15px 0 0 0;
    margin: 0 10px 10px 0;
    box-shadow: inset 0 0 0 2px #F8F8F8;
  }
  ul#payment_gateways li.active,
  ul#payment_gateways li:hover {
    background: #F8F8F8;
  }
  ul#payment_gateways li p {
    padding: 5px 0 0 0;
  }
  ul#payment_gateways li input {
    opacity: 1;
    position: relative;
    width: auto;
    height: auto;
  }
  /* PAYMENT GATEWAYS END ***/
  /*** REGISTRATION ***/
  /* password strange control */
  div.password_strength {
    padding: 0 0 0 10px;
  }
  div.password_strength div.scale {
    background: #dfdfdf;
    width: 71px;
    height: 7px;
    position: relative;
  }
  div.password_strength div.scale div.color {
    height: 7px;
    width: 0;
  }
  div.password_strength div.scale div.red {
    background: #ed2f0b;
  }
  div.password_strength div.scale div.green {
    background: #23a50c;
  }
  div.password_strength div.scale div.yellow {
    background: #ebcc00;
  }
  div.password_strength div.scale div.shine {
    width: 0;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
  }


  div.area_profile.step_area,
  div.area_account.step_area {
	border: 1px #ccc solid;
    border-left: 6px #9e4c00 solid;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 25px;
	background-image: url("../img/block-bg.webp");
	background-repeat: repeat;
  }


  div.area_profile div.notice {
    padding: 7px 0 10px;
  }
  div.area_profile div.options {
    padding-top: 10px;
  }
  div.area_profile div.field img.qtip {
    margin-top: 2px;
  }
  /* password strange control end */
  span.fail_field,
  span.success_field {
    display: none;
  }
  div.submit-cell > div.field .default_size {
    padding-top: 8px;
    display: block;
  }
  .type_desc {
    border-left: 6px solid #9e4c00;
    color: #333;
    margin: 15px 1px 20px 1px;
    padding: 25px;
    background-color: rgb(252,248,203);
    box-shadow: 5px 5px 5px 2px #999;
  }
  /*** REGISTRATION END ***/
  /*** MODAL WINDOW ***/
  #modal_mask {
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1005;
  }
  .modal_block {
    position: absolute;
    left: 50%;
    margin-left: -176px;
    width: 340px;
    height: 230px;
    /*background: #f1f1f1;*/
	background-image: url("../img/block-bg.webp");
	background-repeat: repeat;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .modal_block.fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
  }
  .modal_block.fullscreen .gmnoprint {
    margin-right: 60px!important;
  }
  .modal_block div.inner div.close {
    position: absolute;
    top: 5px;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .modal_block div.inner div.close > div {
    width: 14px;
    height: 14px;
    margin: 11px;
    background: url('../img/gallery.png') right -469px no-repeat;
    opacity: 0.7;
  }
  .modal_block div.inner div.close:hover > div {
    opacity: 1;
  }
  .modal_block div.inner div.modal_content {
    padding: 25px 50px 25px 30px;
    position: relative;
  }
  .modal_block.fullscreen div.inner,
  .modal_block.fullscreen div.inner > .modal_content {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  @media screen and (max-width: 768px) {
    body.my-pet-listings-page .modal_block.fullscreen div.inner,
    body.my-pet-listings-page .modal_block.fullscreen div.inner > .modal_content {
        overflow: hidden;
    }
  }
  .modal_block.fill-edge div.inner div.modal_content {
    padding: 0;
  }
  #map_fullscreen {
    width: 100%;
    height: 100%;
  }
  .modal_block div.inner div.caption,
  .modal_block div.inner div.caption_padding {
    color: #2b2b2b;
    font-size: 1.143em;
    padding: 0 0 10px;
    font-weight: bold;
    margin-top: -10px;
  }
  .modal_block div.inner div.caption_padding {
    padding: 0 0 20px 70px;
  }
  .modal_block div.inner div.warning,
  .modal_block div.inner div.notice {
    background: url('../img/gallery.png') -20px -1594px no-repeat;
    padding: 0 0 0 5px;
    margin: 0 0 20px;
  }
  .modal_block div.inner div.notice {
    background-position: -21px -1346px;
  }
  .modal_block div.prompt {
    padding: 20px 0 0 0;
  }
  .modal_block div.prompt input {
    margin: 0 15px 0 0;
  }
  .modal_block div.submit-cell div.name {
    width: 80px!important;
    padding-right: 10px;
  }
  /*** MODAL WINDOW END ***/
  /*** NOTIFICATIONS ***/
  div.notification {
    min-height: 45px;
    position: absolute;
    top: 0;
    width: 576px;
    left: 50%;
    margin-left: -288px;
    z-index: 100;
  }
  div.notification > div {
    /*background: rgba(0,0,0,.3);*/
    min-height: 46px;
    color: white;
    position: relative;
    font-size: 0.929em;
    font-weight: 300;
    padding: 1px;
  }
  div.notification > div > div.message {
    /*background: #31c26b;*/
    background: #60900b;
  }
  div.notification.fixed {
    position: fixed;
    top: 50px!important;
    z-index: 1000;
  }
  div.notification.done {
    top: 0;
    transition: top 0.3s ease;
  }
  div.notification.top {
    z-index: 1200;
    position: fixed;
    top: 0;
  }
  div.notification.error > div > div.message {
    /*background: #f2695e;*/
    background: #e74c3c;
  }
  div.notification.warning > div > div.message {
    background: #dab500;
  }
  div.notification > div > div.message {
    padding: 14px 45px 14px 18px;
    word-wrap: break-word;
    line-height: 1.640em;
  }
  div.yellow_message {
    background: #c8b313;
    color: white;
    line-height: 1.640em;
    padding: 14px 18px 14px 18px;
    margin-bottom: 40px;
    text-align: center;
    word-wrap: break-word;
  }
  div.notification ul {
    padding: 0 0 0 20px;
  }
  div.notification ul > li {
    list-style: circle;
  }
  div.notification ul > li:not(:first-child) {
    list-style: circle;
    padding: 4px 0 0 0;
  }
  div.notification div.close-black {
    top: 3px;
    right: 3px;
  }
  /*** NOTIFICATIONS END ***/
  /*** MY LISTINGS ***/
  .litter_desc {
    display: flex;
    flex-direction: column;
  }
  .litter_box .warning {
    font-style: italic;
    color: red;
	font-size: 14px;
  }
  .my-listings > article div.picture {
    margin: 0!important;
  }
  .my-listings > article {
    margin: 0 0 25px 0!important;
    padding: 5px 0 15px 15px;
    min-height: 95px;
    /*border-bottom: 2px #e6e6e6 solid;*/
    border: 1px #e6e6e6 solid;
    background-image: url("../img/featured-bg.png");
    background-repeat: repeat;
    box-shadow: 0 0 10px #ccc;
    position: relative;
  }
  .my-listings > article:last-child {
    margin-bottom: 0;
  }
  .my-listings > article > div.nav > div {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
  }
  .my-listings > article > div.nav > div.navigation {
    width: 180px;
  }
  .my-listings > article > div:last-child {
    margin-right: -1px;
  }
  .my-listings div.title {
    font-size: 1.143em!important;
    font-weight: 500!important;
    margin: -6px 0px 15px -16px;
    background: #2b365e;
  }
  .my-listings div.title a {
    padding: 11px;
    display: block;
	color: white;
  }

  .my-listings li.preview_link a:after {
    position: absolute;
    content: '';
    /*background: url('../img/gallery.png') right -984px no-repeat white;
    background-size: 24px;
    width: 30px;
    height: 24px;*/
  }
  .my-listings div.navigation ul > li {
    padding: 0 0 12px 0;
    display: flex; /* Custom changes by @Curtis [ Flynax-Team ] | Ticket ID: GLH-660665 */
  }
  .my-listings div.navigation ul > li.single-inline {
    position: absolute;
    right: 16px;
    z-index: 100;
  }
  .my-listings div.navigation ul > li:last-child {
    padding: 0;
  }
  .my-listings div.navigation ul > li select {
    width: 100%;
  }
  body.my-parents-page #listings ul > li.nav-icon,
  body.my-pet-listings-page #listings ul > li.nav-icon {
    display: inline-block;
  }
  body.my-parents-page #listings ul > li.nav-icon:not(:first-child),
  body.my-pet-listings-page #listings ul > li.nav-icon:not(:first-child) {
    float: right;
  }
  .my-listings div.navigation ul > li.nav-icon:not(.make-featured) a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 25px;
  }
    .my-listings div.navigation ul > li.nav-icon:not(.make-featured) a.disabled {
        color: #c5c5c5;
        cursor: not-allowed
    }
    ul.account-menu-content a.disabled,
    .account-menu-content a.disabled,
    .a-menu a.disabled {
        color: #8c8c8c !important;
        cursor: not-allowed !important;
    }
  body.my-parents-page #listings div.title ul > li.nav-icon > select,
  body.my-pet-listings-page #listings div.title ul > li.nav-icon > select {
    background-position: right 8px;
    height: 23px;
    padding-bottom: 1px;
  }
  body.my-parents-page #listings ul > li.nav-icon a,
  body.my-pet-listings-page #listings ul > li.nav-icon a {
    position: relative;
    display: inline-block;
    padding: 0px 11px;
    background: white;
    margin: 0 6px;
	border-radius: 4px;
  }
  body.my-parents-page #listings ul > li.nav-icon a > span,
  body.my-pet-listings-page #listings ul > li.nav-icon a > span {
    display: none;
  }
  body.my-parents-page #listings ul li.nav-icon:not(.make-featured) > a:before,
  body.my-pet-listings-page #listings ul li.nav-icon:not(.make-featured) > a:before,
  .my-listings ul li.nav-icon:not(.make-featured) > a:before {
    content: '';
    background-image: url('../img/gallery.png');
    background-repeat: no-repeat;
    background-position: right -535px;
    width: 16px;
    height: 16px;
    left: 4px;
    top: 2px;
    position: absolute;
    opacity: 0.5;
  }
  body.my-parents-page #listings ul li.nav-icon > a:before,
  body.my-pet-listings-page #listings ul li.nav-icon > a:before {
    left: 5px;
  }
  body.my-parents-page #listings ul li.nav-icon > a.add-video:before,
  body.my-pet-listings-page #listings ul li.nav-icon > a.add-video:before,
  .my-listings ul li.nav-icon > a.add-video:before {
    background-position: right -513px;
  }
  body.my-parents-page #listings ul li.nav-icon > a.edit:before,
  body.my-pet-listings-page #listings ul li.nav-icon > a.edit:before,
  .my-listings ul li.nav-icon > a.edit:before {
    background-position: 0 -488px;
  }
  body.my-parents-page #listings ul li.nav-icon > a.unsubscription:before,
  body.my-pet-listings-page #listings ul li.nav-icon > a.unsubscription:before {
    background-position: right -621px;
  }
  body.my-parents-page #listings ul li.nav-icon > a.delete:before,
  body.my-pet-listings-page #listings ul li.nav-icon > a.delete:before,
  .my-listings ul li.nav-icon > a.delete:before {
    background-position: right -489px;
    left: 5px;
  }
  body.my-parents-page #listings ul li.nav-icon > a:hover:before,
  body.my-pet-listings-page #listings ul li.nav-icon > a:hover:before,
  .my-listings ul li.nav-icon > a:hover:before {
    opacity: 0.8;
  }
  .my-listings ul li.nav-icon > a.unsubscription:before {
    display: none;
  }
  .my-listings div.stat ul  {
	border-left: solid #ccc 2px;
	padding-left: 25px;
  }
  .my-listings div.stat ul > li {
    padding: 0 0 8px 0;
    color: #333333;
  }
  .my-listings div.stat ul > li.switcher-controll {
    padding-bottom: 12px;
  }
  .my-listings div.stat ul > li span.name {
    color: #949494;
  }
  .my-listings div.stat ul > li:not(.preview_link) span.name:after {
    content: ':';
  }
  .delete.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../img/gallery.png') right -489px no-repeat;
    cursor: pointer;
    opacity: 0.5;
  }
  .delete.icon:hover {
    opacity: 0.8;
  }
  body.my-parents-page section#listings article div.nav,
  body.my-parents-page section#listings article div.nav a,
  body.my-pet-listings-page section#listings article div.nav,
  body.my-pet-listings-page section#listings article div.nav a {
    cursor: move !important;
    position: relative;
  }
  .my_litters .main-column div.name a,
  .my_litters li.title a,
  #area_pet_listings li.title a,
  #listings .name a,
  section#listings:not(.monetize-block) li.title a {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 70%;
    display: inline-block;
    overflow: hidden;
  }
  body.lt-listings-page section#listings:not(.monetize-block) li.title a {
    width: auto;
  }
 /* body.lt-listings-page #listings li.title a {
    width: 100%;
  }*/
  body.my-parents-page section#listings article div.nav .invisible_mask,
  body.my-pet-listings-page section#listings article div.nav .invisible_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(24,67,93,.5);
    z-index: 100;
    border-radius: 0 0 5px 5px;
  }

  /*body.my-listings-page section#listings article div.nav,
  body.my-listings-page section#listings article div.nav a {
    cursor: move !important;
    position: relative;
  }*/
  body.my-listings-page section#listings article div.nav .invisible_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(24,67,93,.5);
    z-index: 100;
    /*border-radius: 0 0 5px 5px;
    top: -15px;*/
    top: 0;
    left: 0;
  }

  body.my-parents-page section#listings article div.title,
  body.my-pet-listings-page section#listings article div.title {
    background: #2C355E;
    padding: 5px;
  }
  body.my-parents-page section#listings.grid div.title ul.ad-info,
  body.my-pet-listings-page section#listings.grid div.title ul.ad-info {
    padding: 5px;
  }
  body.my-parents-page section#listings article div.main-column > div.name,
  body.my-pet-listings-page section#listings article div.main-column > div.name {
    padding: 10px;
    display: grid;
  }
  body.my-parents-page section#listings article div.title > a,
  body.my-pet-listings-page section#listings article div.title > a {
    color: white;
  }

.add_listing_button  {
	padding: 15px;
	background-color: #efefef;
	border: #ccc solid 1px;
  }

.add_listing_button span { padding-left: 5px;}

  body.my-parents-page .add_listing_button,
  body.my-pet-listings-page .add_listing_button {
    margin: 10px 0 40px 0;
    display: flex;
    align-items: center;
  }
  body.my-parents-page .add_listing_button .counter,
  body.my-pet-listings-page .add_listing_button .counter {
    font-size: 20px;
    color: black;
    font-weight: 400;
    display: inline-block;
    margin: -4px 0 0 15px;
  }
  /*** MY LISTINGS END ***/
  /*** MY BANNERS ***/
  body.my-banners-page .my-listings > article > div {
    display: inline-block;
    vertical-align: top;
    width: 190px;
    margin-right: 30px;
  }
  body.my-banners-page .my-listings div.title {
    padding-top: 5px;
  }
  /*** MY BANNERS END ***/
  /*** PLUGINS CUSTOM ***/
  a.reportBroken {
    color: #d04525;
  }
  div#compare_listings_tab {
    max-width: 145px!important;
  }
  div#compare_listings_area {
    width: 270px!important;
  }
  .compare-icon > span,
  section#listings ul.nav-column > li.add_to_compare span.icon {
    background: url('../img/gallery.png') right -22px no-repeat!important;
  }
  .compare-icon.remove > span,
  section#listings ul.nav-column > li.remove_from_compare span.icon {
    background: url('../img/gallery.png') right -40px no-repeat!important;
  }
  #lnp_container {
    display: flex;
    padding-bottom: 15px;
    position: relative;
  }
  #lnp_container > li {
    flex: 1;
  }
  #lnp_container > li.link {
    display: none;
  }
  #lnp_container li.nav a {
    font-size: 0.929em;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 16px;
  }
  #lnp_container li.nav a:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 10px;
    left: 0;
    top: 8px;
    background: url('../img/gallery.png') -26px -8px no-repeat;
    opacity: 0.7;
  }
  #lnp_container li.next {
    display: flex;
    justify-content: flex-end;
  }
  #lnp_container li.next a {
    padding: 0 16px 0 0;
  }
  #lnp_container li.next a:before {
    left: auto;
    right: 0;
    background-position: -20px -8px;
  }
  #lnp_container li:hover a:before {
    opacity: 1;
  }
  li#listing_rating_dom {
    padding: 7px 0 12px!important;
  }
  /* field bound boxes */
  .special-bound-box {
    margin-bottom: -1.5rem;
    padding: 3px 0;
  }
  .ha-or:before,
  .ha-or:after {
    background-color: #E6E6E6 !important;
    height: 1px !important;
  }
  /* field bound boxes */
  #loan_reset_form {
    content: '';
    display: inline-block;
    width: 18px;
    height: 16px;
    background: url('../img/gallery.png') 0 -621px no-repeat;
    margin-left: 20px;
    cursor: pointer;
    opacity: 0.7;
  }
  #loan_reset_form:hover {
    opacity: 1;
  }
  ul.comments li > div:after,
  ul.comments li > div:before {
    content: '';
    bottom: -15px;
    left: 17px;
    height: 0;
    width: 0;
    position: absolute;

    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #f4f4f4 transparent transparent;
  }
  ul.comments li > div:before {
    border-color: transparent #d4d4d4 transparent transparent!important;
    border-width: 0 17px 17px 0!important;
    left: 16px!important;
    bottom: -18px!important;
  }
  .jslider .jslider-bg .v {
    background-color: #09396E!important;
  }
  /* slider */
  div.slider {
    overflow: hidden;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
  }
  /* horizontal mode */
  div.slider > div.container {
    margin: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
  }
  div.horizontal div.prev,
  div.horizontal div.next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -38px;
    cursor: pointer;
    background: white;
    opacity: .7;
    transition: all 0.3s ease;
  }
  div.horizontal div.next {
    left: auto;
    right: 0;
  }
  div.horizontal:hover div.prev {
    left: -10px;
  }
  div.horizontal:hover div.next {
    right: -10px;
  }
  div.horizontal div.prev:before,
  div.horizontal div.next:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 14px;
    top: 13px;
    left: 14px;
    background: url('../img/gallery.png') -24px -366px no-repeat;
  }
  div.horizontal div.next:before {
    background-position: right -366px;
    left: auto;
    right: 14px;
  }
  div.horizontal div.prev:hover,
  div.horizontal div.next:hover {
    opacity: 1;
  }
  /* vertical mode */
  div.vertical {
    padding: 25px 0!important;
  }
  div.vertical div.prev,
  div.vertical div.next {
    width: 40px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
    cursor: pointer;
  }
  div.vertical div.next {
    background-position: 0 -1525px;
    top: auto;
    bottom: 0;
  }
  div.vertical div.prev:before,
  div.vertical div.next:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 10px;
    top: 2px;
    left: 11px;
    background: url('../img/gallery.png') 0 -663px no-repeat;
  }
  div.vertical div.next:before {
    background-position: right -663px;
    top: 4px;
  }
  /* slider end */
  #booking_calendar div.horizontal > div.prev {
    left: 0;
  }
  #booking_calendar div.horizontal > div.prev:before {
    left: 0!important;
    top: 3px!important;
  }
  #booking_calendar div.horizontal > div.next {
    left: auto;
    left: right;
  }
  #booking_calendar div.horizontal > div.next:before {
    left: auto!important;
    right: 0!important;
    top: 3px!important;
  }
  div.banner {
    display: inherit!important;
  }
  #recaptcha_response_field {
    height: 20px;
  }
  body > iframe[src='about:blank'] {
    display: none;
  }
  .testimonials .side_block .header {
    height: 34px;
  }
  .testimonials .side_block > div:last-child {
    margin-top: 21px;
  }
  .testimonials .side_block .header > p {
    color: #484848;
    font-size: 1.786em;
    font-weight: 300;
  }
  .testimonials .side_block .header > a.add-testimonial {
    top: 7px;
  }
  .testimonials .area {
    font-style: normal!important;
    font-size: 0.929em!important;
    padding: 25px 30px 25px 60px!important;
  }
  .testimonials .area > div.quotes {
    top: 30px!important;
    left: 20px!important;
    width: 19px!important;
    height: 12px!important;
    background: url('../img/gallery.png') 0 -26px no-repeat!important;
  }
  .testimonials .bottom span.author {
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
  }
  .testimonials .bottom {
    padding-left: 60px!important;
  }
  .testimonials .triangle {
    border-width: 0 25px 25px 0!important;
    left: 20px!important;
  }
  div#compare_listings_area {
    bottom: 48px!important;
  }
  #shc_fields_area div.name {
    width: 170px!important;
  }
  #fs_shopping_cart .ml_tabs_content {
    padding: 10px 0!important;
  }
  div.auction-details {
    border-color: #b2d5af!important;
  }
  div.auction-details .bid-info {
    display: inline-block;
  }
  div.auction-details .bid-info a {
    padding: 0 3px;
  }
  div.auction-details > ul > li {
    vertical-align: top;
  }
  .cart-box-container ul.cart-items {
    min-width: 280px;
  }
  .cart-box-container ul.cart-items > li {
    position: relative;
    height: auto;
    line-height: inherit;
    white-space: normal;
  }
  .cart-box-container ul.cart-items > li:not(:last-child) {
    margin-bottom: 15px;
  }
  .cart-box-container ul.cart-items div.item-picture {
    margin-right: 10px;
  }
  .cart-box-container ul.cart-items div.item-picture img {
    width: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .cart-box-container ul.cart-items div.info {
    padding-right: 20px;
  }
  .cart-box-container ul.cart-items > li div.info a {
    color: #a6e39d;
  }
  .cart-box-container ul.cart-items > li div.info a:hover {
    color: white;
  }
  .cart-box-container li div.close-red {
    position: absolute;
    top: 2px;
    right: 0;
  }
  .cart-box-container li.controls > div:last-child > a {
    color: #f97777;
  }
  .cart-box-container li.controls > div:last-child {
    padding-top: 8px;
  }
  .cart-box-container li.controls > div:last-child > a:hover {
    color: #fe8f8f;
  }
  section#listings ul.nav-column > li.add-to-cart span.icon {
    background: url('../img/gallery.png') right -637px no-repeat;
  }
  section#listings div.stat-line .comments_icon {
    padding: 0;
    background: none!important;
  }
  section#listings div.stat-line li.bids > a:after {
    background-position: right -675px;
  }
  body a.reportBroken img,
  body a.removeBroken img {
    background-image: url(../img/gallery.png) !important;
    background-position: 0 -710px !important;
  }
  body  a.removeBroken img {
    background-position: 0 -728px !important;
  }
  body #listings a.reportBroken img,
  body #listings a.removeBroken img {
    margin-top: -1px;
  }
  #rv_listings {
    font-size: 0.813rem;
  }
  body.view-details-page #content + .col-md-12.col-sm-12 {
    order: 3;
  }
  /*** PLUGINS CUSTOM END ***/
  /*** RESPONSIVE ***/
  @-ms-viewport {
    width: device-width;
  }
  .point1 {
    width: 100%;
  }
  .seller-short > div.form {
     display: none;
  }
  .seller-short > a#contact_breeder {
    display: block;
    margin: 20px 15px 0;
    width: 100%;
    text-align: center;
  }
  /*** ALL DESKTOP VIEWS ***/
  @media screen and (min-width: 768px) {
      body.lt-pet-listings-page .listing-header div.icons > span.favorite,
      body.at-cat-breeder-account-page .listing-header div.icons > span.favorite,
      body.at-dealer-page .listing-header div.icons > span.favorite {
        margin-top: 13px;
        margin-right: 20px;
        /*position: absolute;
        top: 60px;
        right: 35px;
        z-index: 1000;*/
      }
      div.gallery > div.thumbs > div.slider div.listing_labels {
        display: none;
      }
      .my-listings div.stat ul > li.make-featured {
        display: none;
      }
  }
  @media screen and (min-width: 992px) {
    section#main_container > div.inside-container {
        padding: 5px 0 50px;
    }
    section#controller_area {
        padding-bottom: 30px;
    }
    .main-menu .menu > div {
        padding-right: 30px;
    }
    .main-menu .menu {
        margin-left: 40px;
        height: 48px;
        padding-bottom: 4px;
    }
    .main-menu .menu a {
        display: flex;
        /*font-size: 0.813em;*/
        font-size: 0.880em;
        color: white;
        font-weight: 400;
        align-items: center;
        white-space: nowrap;
        display: block;
    }
    .main-menu .menu a > span {
        content: '';
        background: url('../img/menu_icons.png') 0 0 no-repeat;
        background-size: 100%;
        margin: auto;
        display: block;
        width: 20px;
        height: 20px;
    }
    .main-menu .menu a#page_cats > span {
        background-position-y: -122px;
    }
    .main-menu .menu a#page_listings_dogs > span {
        background-position-y: -98px;
    }
    .main-menu .menu a#page_lt_pet_listings > span {
        background-position-y: -50px;
    }
    .main-menu .menu a#page_lt_products > span {
        background-position-y: -25px;
    }
    .main-menu .menu a#page_pet_insurance > span {
        background-position-y: -73px;
    }
    .main-menu .menu a:hover > span,
    .main-menu .menu a.active > span {
        filter: invert(0.3);
    }
    .main-menu .menu a:not(.add-property) {
        margin-right: 30px;
    }
    .main-menu .menu div {
        flex-wrap: wrap;
    }
    .main-menu .menu > div > div {
        position: relative;
    }
    .main-menu .menu div.sub_menu {
        position: absolute;
        width: auto;
        text-align: center;
    }
    .main-menu .menu > div > div:last-of-type > a {
        margin-right: 0;
    }
    .main-menu .menu div.sub_menu a {
        margin: 3px 0;
        padding: 4px 10px;
        border: 2px #B46104 solid;
    }
    .main-menu .menu div.sub_menu a.active,
    .main-menu .menu div.sub_menu a:hover {
        background: #B46104;
    }
    /*.main-menu .menu a:not(.add-property):hover {
        box-shadow: inset 0 3px 0 #9e4c00;
    }*/
    .main-menu ul.menu > li.more > span {
        display: inline-block;
        margin: 4px 0 0 0;
        padding: 5px;
        cursor: pointer;
        -moz-user-select: none;
        -webkit-user-select: none;
    }
    .main-menu ul.menu > li.more > span > span {
        width: 4px;
        height: 4px;
        background: #09396E;
        display: inline-block;
        margin: 8px 2px 0 0;
        border-radius: 2px;
        vertical-align: top;
    }
    .main-menu ul.menu > li.more_active > span > span {
        background: #ffffff;
    }
    ul#main_menu_more {
        display: none;
        position: absolute;
        top: 139px;
        padding: 5px 20px;
        background: #6ba162;
        z-index: 102;
        border-top: 0;
        text-align: left;
    }
    ul#main_menu_more > li > a {
        padding: 10px 0;
        box-shadow: none;
    }
    /* main menu end */
    /* sidebar block */
    body.at-cat-breeder-account-page aside.left,
    body.at-dealer-page aside.left {
        margin-top: -480px;
        z-index: 100;
    }
    section.side_block > h3 {
        font-size: 0.875em;
        font-weight: 600;
        margin-top: -3px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    section.side_block > div {
        padding: 0!important;
    }
    section.side_block:not(.no-style) {
        padding: 20px;
        margin-bottom: 20px;
		background-image: url("../img/block-bg.webp");
		background-repeat: repeat;
		/*background-color: #f3efe9;*/
		border: 1px solid #ccc;
		box-shadow:  5px 5px 5px 2px #999;
    }
    aside.left > section.side_block:not(.no-style):first-child table.stats td.dotted,
    aside.left > section.side_block:not(.no-style):first-child table.stats td.counter {
        background-color: white;
    }
    /* sidebar block end */
    section.side_block span.expander {
        display: none;
    }
    section.categories-box ul.cat-tree > li.rest {
        display: none;
    }
    .categories-box-nav ul.cat-tree.limit-height,
    section.categories-box div.cat-tree-cont.limit-height {
        max-height: 360px;
    }
    .grid_navbar {
        margin-bottom: 30px;
    }
    body.no-sidebar .advanced-search-form {
        width: 60%;
    }
    section.side_block ul.featured {
        margin: 0;
    }
    section.side_block ul.featured:not(.list) {
        text-align: center;
    }
    section.side_block ul.featured > li {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    section.side_block ul.featured > li:last-child {
        margin-bottom: 0;
    }
    section.side_block ul.featured:not(.list) > li ul {
        text-align: left;
    }
    section.side_block_search div.field:empty {
        min-height: 0;
        padding: 0;
    }
    div.submit-cell > div.field.checkbox-field,
    div.submit-cell > div.field.inline-fields {
        max-width: 600px;
    }
    div.submit-cell.selected-category > div.field.checkbox-field .link {
        cursor: default;
    }
    .seller-short div.landscape ul.seller-info {
        padding: 0;
    }
    .seller-short div.landscape ul.seller-info > li.name {
        margin-top: 0;
    }
    .seller-short div.landscape ul.seller-info > li {
        padding-bottom: 5px;
    }
    .seller-short div.landscape ul.seller-info a.low {
        position: static;
        margin-top: 10px;
    }
    div.special-block .col-md-3 {
        width: 100%;
    }
    section.side_block table.table td.name {
        width: 45%;
    }

    section.side_block .sub-categories-exist div.categoty-column {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        -ms-column-count: 1;
    }
    div.listing-details h1 {
        margin: 15px 0 18px 0;
    }
}

  /*** LARGE DESKTOP VIEW ***/
  @media screen and (min-width: 1200px) {
    .point1 {
        max-width: 1140px;
    }
    div.special-block section.side_block h3 {
        font-size: 1.500em;
    }
    .sub-categories-exist a.category {
        font-size: 1.250em;
    }
    div.table-mode .search-form-cell {
        display: table-cell;
    }
    #search_area div.table-mode {
        display: table;
        width: 100%;
    }
    #search_area div.table-mode > form {
        display: table-row;
    }
    div.table-mode .search-form-cell.numeric-field,
    div.table-mode .search-form-cell.single-field {
        width: 10%;
    }
    div.table-mode .search-form-cell.checkbox-field {
        width: 15%;
    }
    div.table-mode .search-form-cell.submit {
        width: 8%;
    }
    section.side_block ul.featured > li div.picture {
        float: left;
        width: 120px;
        height: 75px;
        margin-right: 20px;
        padding-bottom: 0;
    }
    section.side_block ul.featured div.picture img {
        background-size: 100% auto;
    }
    section.side_block ul.featured > li > ul {
        padding: 0!important;
        overflow: hidden;
        width: auto!important;
        background: none;
        border: 0;
    }
    section.side_block ul.featured > li > ul > li:first-child {
        margin-top: -4px;
    }
    table.info td.name,
    div.table-cell.small > div.name {
        width: 110px;
        white-space: nowrap;
    }
    .seller-short ul.seller-info {
        min-width: 170px;
    }
    div.special-block section > div.clearfix {
        height: 230px;
    }
    div.special-block a.category {
        font-size: 1.214em;
    }
  }
  /*** SUPER LARGE DESKTOP VIEW ***/
  @media screen and (min-width: 1440px) {
    .point1 {
        max-width: 1380px;
    }
    body.no-sidebar .featured > li {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    body:not(.no-sidebar) .featured > li,
    body:not(.no-sidebar) section.grid > article {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    body.my-pet-listings-page:not(.no-sidebar) section.grid > article,
    body.my-parents-page:not(.no-sidebar) section.grid > article {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    /*div.horizontal div.carousel_block ul.featured > li {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }*/

    body:not(.no-sidebar) section.grid > article.products,
    body:not(.no-sidebar) section.grid > article.test {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    div.listing-details:not(.no-listing-photos) #lnp_container {
        margin-left: 118px;
    }
    table.info td.name,
    div.table-cell.small > div.name {
        width: 90px;
    }
    /*** LISTING DETAILS ***/
    div.listing-details:not(.no-listing-photos) .content-section {
        padding-left: 118px;
    }
    .listing-details div.gallery {
        display: flex;
        flex-direction: row-reverse !important;
    }
    div.gallery > div#media {
        width: 100%;
        height: 605px;
    }
    div.gallery > div.thumbs > div.slider {
        padding: 3px 0;
    }
    div.gallery > div.thumbs > div.slider > ul {
        flex-direction: column !important;
    }
    div.gallery > div.thumbs > div.prev,
    div.gallery > div.thumbs > div.next {
        width: 100%;
        flex: 0 0 28px;
    }
    div.gallery > div.thumbs > div.prev:before,
    div.gallery > div.thumbs > div.next:before {
        top: 9px;
        left: 42px;
        transform: rotate(90deg);
    }
    div.gallery > div.thumbs {
        height: 605px;
        width: 90px;
        display: flex;
        flex-direction: column;
        margin: 0;
        margin-right: 30px;
    }
    div.gallery > div.thumbs > div.slider > ul > li img,
    div.gallery > div.thumbs > div.slider > ul > li video {
        margin: 0 0 3px;
        height: 88px;
        width: 88px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 4px;
    }
    div.gallery > div.thumbs > div.slider > ul > li video {
        background: black;
    }
    div.gallery > div.thumbs > div.slider > ul > li:hover:after,
    div.gallery > div.thumbs > div.slider > ul > li.active:after {
        right: 0;
        bottom: 3px;
    }
    /*** LISTING DETAILS END ***/
    body.no-sidebar .two-middle .special-bound-box > li {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .left .special-bound-box > li {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
  }
  @media screen and (min-width: 1200px) and (max-width: 1439px) {
    body:not(.no-sidebar) .featured > li,
    body:not(.no-sidebar) section.grid > article {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    body:not(.no-sidebar) section.grid > article.products,
    body:not(.no-sidebar) section.grid > article.test {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    ul.tabs.account_breeders > li > a > span:first-child {
        width: 90%;
    }
    .my-listings > article > div.nav > div.navigation,
    .my-listings > article > div.nav > div.stat {
        margin-right: 5px;
    }
  }
  /*** MIDDLE DESKTOP VIEW ***/
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .point1 {
        max-width: 940px;
    }
    body.home-page:not(.no-sidebar) section#content {
        float: left;
    }
    .shc-group ul.checkboxes > li {
        width: 100%!important;
    }
    section.side_block:not(.no-style) {
        padding: 20px;
    }
    div.table-cell > div.name {
        width: 120px;
    }
    table.info td.name,
    div.table-cell.small > div.name {
        width: 75px;
    }
    .search-item.checkbox-field > .custom-input {
        width: 100%;
    }
    .seller-short ul.seller-info {
        min-width: 110px;
    }
    div.special-block section > div.clearfix {
        height: 318px;
    }
    div.auction-details > div.field {
        width: 92%!important;
        left: 4%!important;
    }
    section#listings.list div.picture {
        width: 190px;
        height: 126px;
    }
    section#listings > article div.navigation-column {
        width: 150px;
    }
    section#listings ul.ad-info > li {
        margin-bottom: 4px;
    }
    .sub-categories-exist div.categoty-column {
        column-count: 4;
        -moz-column-count: 4;
        -webkit-column-count: 4;
        -ms-column-count: 4;
    }
    body:not(.no-sidebar) .sub-categories-exist div.categoty-column {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
        -ms-column-count: 3;
    }
    .horizontal-search {
        margin: 0 0 20px;
    }
    .search-form-cell {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        -ms-flex: 0 0 33.33333%;
    }
    body:not(.no-sidebar) .featured > li,
    body:not(.no-sidebar) section.grid > article {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    ul.tabs.account_breeders > li > a > span:first-child {
        width: 86%; 
    }
    .seller-short div.picture img {
        width: 100%;
    }
    .my-listings > article > div.nav > div.navigation {
        margin-right: 0;
        width: 150px;
    }
    .my-listings > article > div.nav > div.stat {
        margin-right: 5px;
    }
    .my-listings div.stat ul {
        padding-left: 12px;
    }
    .my-listings > article > div.nav > div.info {
        margin-right: 10px;
    }
    .litter_content .litter_details .field .lf_bloodline_1,
    .litter_content .litter_details .field .lf_bloodline_2 {
        margin-left: 0;
    }
  }
  /*** ALL TABLET/DESKTOP VIEWS ***/
  @media screen and (min-width: 768px) {
    /*** CATEGORIES TREE BLOCK ***/
    section.content_block ul.cat-tree li span.toggle {
        display: none;
    }
    /*** CATEGORIES TREE BLOCK END ***/
    section#listings.list > article div.navigation-column {
        width: 180px;
        position: absolute;
        z-index: 1;
        right: 30px;
        top: 7px;
        font-size: 0.813rem;
    }
  }
  /*** ALL TABLET/MOBILE VIEWS ***/
  @media screen and (max-width: 991px) {
    div#logo {
        margin-top: 0;
    }
    div#logo img {
        max-width: 100%;
    }
    section#controller_area:not(:empty) + aside {
        margin-top: 22px;
    }
    section.block_breeds_tabs {
        display: block;
        padding: 0 !important;
    }
    span.menu-button {
        height: 34px;
        margin-left: 14px;
        cursor: pointer;
        font-size: 0px;
        font-weight: 600;
        position: absolute;
        top: 75px;
        right: 20px;
        width: 35px;
        display: block !important;
    }
    header.superadmin span.menu-button {
        top: 80px;
    }
    section.block_add_notes .personal_notes_tip {
        margin-top: 7px;
    }
    section.side_block:not(.no-style) {
       padding: 15px;
    }
    /*span.menu-button > svg {
        width: 30px;
        height: 35px;
        transition: background 0.3s ease;
    }
    span.menu-button:hover > span {
        background: #040e03;
    }*/
    .menu-opened:root {
        width: 100vw;
        height: 100vh;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        position: fixed;
        overflow: hidden !important;
    }
    span.menu-button > span {
        height: 2px;
        background: white;
        margin-bottom: 10px;
        display: block;
        width: 100%;
        border-radius: 20px;
    }
    .main-menu nav.menu ul.menu {
        display: none;
        background: #2b2b2b;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 105;
        min-width: 230px;
        max-width: 305px;
        bottom: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding: 58px 22px 55px;
    }
    .main-menu nav.menu ul.menu li.more {
        margin-bottom: 30px;
    }
    .main-menu nav.menu ul.menu > li > a {
        padding: 8px 0;
        display: inline-block;
    }
    .main-menu nav.menu ul.menu > li > a:hover {
        color: #67cc85;
    }
    .main-menu nav.menu ul.menu > li.active > a {
        color: white;
    }
    .mobile-menu {
        position: absolute;
        z-index: 300;
        top: 44px;
        right: 0;
        width: 100%;
        /*max-width: 320px;*/
		max-width: 250px;
        width: 100%;
        min-height: 100vh;
        background: white;
        box-shadow: 0 0 0 5000px rgba(0,0,0,.2);
        overflow: auto;
		background-image: url("../img/block-bg.webp");
		background-repeat: repeat;
    }
    .mobile-menu .mobile-menu-header {
        display: flex !important;
        height: 44px;
        box-shadow: inset 0 -1px 0 #E6E6E6;
        padding: 0 15px;
        margin-bottom: 10px;
        /*color: #111111;*/
        color: #fff;
		font-weight: normal;
		text-transform: uppercase;
		background-color: #333333;
    }
    .mobile-menu a {
        display: block;
        height: 40px;
        padding: 10px 15px;
        color: #111111;
        /*font-size: 0.975em;*/
        font-size: 1.075em;
    }
    .mobile-menu a.sub_menu {
        position: relative;
    }
    .mobile-menu a.sub_menu:after {
        display: inline-block;
        content: '';
        width: 0;
        height: 0;
        margin-left: 10px;
        border-style: solid;
        border-width: 10px 5px 0 5px;
        border-color: #B46104 transparent transparent transparent;
    }
    .mobile-menu .account-menu-conainer,
    .mobile-menu .login_link {
        display: block;
    }
    .mobile-menu .account-menu-conainer .account_menu {
        position: relative;
        margin: 30px 0 10px;
        padding: 12px 15px 9px;
        /*border-top: 1px #666 solid;
        border-bottom: 1px #666 solid;*/
        color: #fff;
		font-weight: normal;
		text-transform: uppercase;
        font-size: 16px;
		background-color: #a5a5a5;
		box-shadow: inset 0 -1px 0 #E6E6E6;
        height: 44px;
    }
    .mobile-menu .login_link {
        position: fixed !important;
        width: 100%;
        bottom: 10px;
    }
    .mobile-menu .login_link a {
        color: #f97777;
        font-size: 18px;
    }
    .mobile-menu .account-menu-conainer .account_menu:before {
       /* content: '';
        display: inline-block;
        background: url(../img/@2x/gallery2.png) left -10px no-repeat;
        background-size: 40px auto;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin: 0 10px 0 0;
        filter: brightness(0);
        margin-top: -3px;*/
    }
    .mobile-menu .account-menu-conainer .account-menu-content li {
        padding: 2px 0;
    }
    .mobile-menu .account-menu-conainer .account-menu-content li a {
        color: #834A00;
        text-decoration: none;
        font-size: 1em;
        cursor: pointer;
        height: 28px;
        padding: 0 21px;
    }
    .mobile-menu .account-menu-conainer .account-menu-content li a.active {
        color: #111111;
    }
    .mobile-menu .account-menu-conainer .account-menu-content li:last-child a {
        color: #f97777;
    }
    .main-menu .menu > div > div {
        position: relative;
    }
    .main-menu .menu div.sub_menu {
        width: 90%;
        text-align: center;
        margin: auto;
    }
    .main-menu .menu div.sub_menu a {
        margin: 3px 0;
        border: 2px #B46104 solid;
        line-height: 16px;
        /* background: #B46104; */
    }
    .main-menu .menu div.sub_menu a.active,
    .main-menu .menu div.sub_menu a:hover {
        background: #B46104;
    }
    span.mobile-menu-header svg {
        width: 44px;
        height: 44px;
        fill: #FF7B00;
        padding: 16px;
        margin-right: -16px;
    }
    span.mobile-menu-header span.close-icon {
        width: 26px;
        height: 26px;
        position: relative;
        transform: rotate(45deg);
        margin-top: -3px;
        cursor: pointer;
    }
    span.mobile-menu-header span.close-icon > span {
        width: 100%;
        height: 2px;
        display: block;
        background-color: #FF7B00;
        position: absolute;
        top: 10px;
        border-radius: 20px;
    }
    span.mobile-menu-header span.close-icon > span:last-child {
        transform: rotate(90deg);
    }

    span.mobile-menu-header > span:last-child:hover:before {
        opacity: 1;
    }
    body.view-details-page.get-details-box section#main_container section.seller-short {
        display: none;
    }
    section.side_block_search > h3 {
        color: #09396E;
    }
    div.search-footer div.search-item {
        float: left;
    }
    div.search-footer div.align-button {
        text-align: right;
    }
    ul#messages_area > li > span {
        display: block;
    }
    a.category {
        font-size: 1.214em;
    }
    .sub-categories-exist div.categoty-column {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
        -ms-column-count: 3;
    }
    section.side_block:not(.no-style) a.category {
        background-color: #f4f4f4;
    }
    section.side_block:not(.no-style) table.stats td.dotted,
    section.side_block:not(.no-style) table.stats td.counter {
        background-color: white;
    }
    .horizontal-search {
        margin: 0 0 20px;
    }
    .mobile-menu a > span {
        content: '';
        background: url('../img/menu_icons.png') 0 0 no-repeat;
        background-size: 100%;
        margin: auto;
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: bottom;
        filter: invert(0.5);
        margin-right: 5px;
    }
    .mobile-menu a#page_cats > span {
        background-position-y: -122px;
    }
    .mobile-menu a#page_listings_dogs > span {
        background-position-y: -98px;
    }
    .mobile-menu a#page_lt_pet_listings > span {
        background-position-y: -50px;
    }
    .mobile-menu a#page_lt_products > span {
        background-position-y: -25px;
    }
    .mobile-menu a#page_pet_insurance > span {
        background-position-y: -73px;
    }
    .mobile-menu a.active > span {
        filter: invert(1);
    }
  .my-listings div.stat ul  {
	border-left: solid #ccc 0px;
	border-top: solid #ccc 2px;
	padding-left: 0px;
	padding-top: 10px !important;
  }
  .terms {
	font-size: 12px !important;
  }
  ul.steps > li {
	font-size: 12px;
  }
}



  /*** FIXED TABLET VIEW ***/
  @media screen and (width: 768px) {
    .main-menu nav.menu ul.menu {
        right: 0;
    }
  }

  @media screen and (max-width: 768px) {
    body.home-page aside.row.two-middle > div.col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    section.block_breeder_website_box.side_block:not(.no-style),
    section.block_how_it_works_box.side_block:not(.no-style) {
      padding: 20px;
      margin-bottom: 20px;
      background-image: url(../img/block-bg.webp);
      background-repeat: repeat;
      /* background-color: #f3efe9; */
      border: 1px solid #ccc;
      box-shadow: 5px 5px 5px 2px #999;
    }
  }
  /*** TABLET VIEW ***/
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .point1 {
        max-width: 720px;
    }
    .point1.fancy_popup {
        max-width: 94% !important;
    }
    section.content_block {
        margin-bottom: 20px;
    }
    aside.middle section.content_block:last-child {
        margin-bottom: 0;
    }
    /* owner details box */
    div.row > div.form {
        margin-top: 0!important;
    }
    /* owner details box end */
    aside.bottom {
        margin-top: 20px;
    }
    /* home content block end */
    section.seller-short > div > div.picture img {
        height: 92px;
    }
    section.side_block_search div.search-item {
        width: 48%;
        margin-right: 4%;
        display: inline-block;
        vertical-align: top;
    }
    section.side_block_search div.search-item:nth-of-type(2n) {
        margin-right: 0;
    }
    .search-item.checkbox-field > .custom-input {
        width: 50%;
    }
    .field.search-item.checkbox-field > .custom-input {
        width: 33.33%;
    }
    .search-item.couple-field > .custom-input {
        width: 33.33%;
    }
    section#listings.grid ul.info {
        padding-top: 8px;
    }
    section#listings.list > article div.navigation-column {
        width: 170px;
    }
    section#listings.list ul.info {
        max-width: 320px;
    }
    body:not(.no-sidebar) .featured > li,
    body:not(.no-sidebar) section.grid > article {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .link-large {
        font-size: 1.286em;
    }
    .categories-box-nav ul.cat-tree.limit-height,
    section.categories-box div.cat-tree-cont.limit-height {
        max-height: 222px;
    }
    section.categories-box div.cat-toggle {
        display: none;
    }
    /* listing details gallery */
    div.gallery > div#media {
        height: 580px;
    }
    div.gallery > div.thumbs > div.slider > ul > li img,
    div.gallery > div.thumbs > div.slider > ul > li video {
        width: 68px;
        height: 68px;
    }
    div.gallery > div.thumbs > div.slider > ul > li span.play
    {
        margin-right: 3px;
        bottom: 5px;
    }
    div.gallery > div.thumbs > div.prev,
    div.gallery > div.thumbs > div.next {
        width: 25px;
        min-width: 25px;
        max-width: 25px;
        height: 68px;
    }
/*    div.gallery > div.thumbs > div.slider {
        margin: -23px 70px 0 70px;
    }*/
    body.at-cat-breeder-account-page div.gallery > div.thumbs > div.slider,
    body.at-dealer-page div.gallery > div.thumbs > div.slider {
        margin: 0;
    }
    div.gallery > div.thumbs {
        height: 90px;
    }
    div.gallery > div.thumbs > div.prev:before {
        top: 23px;
        left: 27px;
    }
    div.gallery > div.thumbs > div.next:before {
        top: 23px;
        left: 29px;
    }
    body.at-cat-breeder-account-page div.gallery > div.thumbs > div.prev:before,
    body.at-cat-breeder-account-page div.gallery > div.thumbs > div.next:before,
    body.at-dealer-page div.gallery > div.thumbs > div.prev:before,
    body.at-dealer-page div.gallery > div.thumbs > div.next:before {
        top: 28px;
        left: 10px;
    }
    /* listing details gallery end */

    div.table-cell > div.name {
        width: 30%;
    }
/*    div.listing-details section.statistics ul.controls {
        width: 60%;
    }*/
    section.account-location table.info {
        float: left;
        width: 235px;
        display: inline-block;
    }
    section.account-location div.location-info {
        float: left;
        max-width: 300px;
    }
    section.account-location div.map-capture {
        width: 55%;
        margin: -18px -18px -18px 0;
        float: right;
    }
    div.notification {
        width: 442px;
        margin-left: -221px;
    }
    div.notification.done {
        top: 0;
    }
    ul.packages > li div.frame {
        width: 420px;
    }
    body.no-sidebar .advanced-search-form {
        width: 80%;
    }
    .litter_content .litter_details .field .lf_bloodline_1,
    .litter_content .litter_details .field .lf_bloodline_2 {
        margin-left: 0;
    }
    section.block_breeder_website_box.side_block:not(.no-style),
    section.block_how_it_works_box.side_block:not(.no-style) {
      padding: 20px;
      margin-bottom: 20px;
      background-image: url(../img/block-bg.webp);
      background-repeat: repeat;
      /* background-color: #f3efe9; */
      border: 1px solid #ccc;
      box-shadow: 5px 5px 5px 2px #999;
    }
    .new_litter_here {
        display: none !important;
    }
    section.seller-short .relative {
        display: flex;
        align-items: center;
    }
    body.listing-details-page .seller-short div.picture {
        width: 30%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }
    section.seller-short ul.seller-info {
        overflow: hidden;
        display: inline-block;
        width: 62%;
        padding-left: 5px;
        padding-bottom: 5px !important;
    }
    footer .mobile-apps {
        /*display: none !important;*/
    }
    footer .footer-data,
    footer .footer-data .terms {
        margin-top: 0 !important;
    }
  }
  /*** MOBILE VIEW ***/
  @media screen and (max-width: 767px) {
    div.account_slider {
        height: 300px;
    }
    body.at-cat-breeder-account-page section#content h1,
    body.at-dealer-page section#content h1 {
        font-size: 24px;
        top: -97px;
        right: 0;
    }
    h1 {
        font-size: 1.714em;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .h1-nav nav > a.post_ad {
        margin-right: 10px;
    }
    .h1-nav nav > a:not(.button) {
        height: 34px;
    }
    .h1-nav nav > a.post_ad:before,
    .h1-nav nav > a.post_ad:after {
        content: '';
        position: absolute;
        width: 16px;
        top: 16px;
        left: 9px;
    }
    .h1-nav nav > a.post_ad:after {
        width: 2px;
        height: 16px;
        top: 9px;
        left: 16px;
    }
    .point1 {
        max-width: 480px;
        min-width: 320px;
    }
    .point1.fancy_popup {
        max-width: 94% !important;
    }
    .header-nav > div > div {
        margin: 0 10px;
    }
    .top-navigation > div {
        padding: 0 10px;
        position: relative;
    }
/*    .user-navbar a.favorites {
        position: absolute !important;
        top: 62px;
    }
    .user-navbar a.favorites > span {
        display: none;
    }
    .user-navbar a.favorites .count {
        left: -36px;
        top: 4px;
        font-size: 12px;
        display: block;
    }*/
    section.block_account_area {
        display: none;
    }
    section#main_container > div.inside-container {
        padding-top: 20px !important;
    }
    body.at-dealer-page aside.left,
    body.at-cat-breeder-account-page aside.left {
        margin-top: -30px;
    }
    section#content {
        position: static;
    }
    .inside-container.fancy_popup section#content {
        padding: 0 !important;
    }
    section#content section#controller_area {
        padding: 10px;
    }
    div.inside-container.fancy_popup section#content section#controller_area {
        padding: 0;
    }
    body.listing-details-page section#content section#controller_area {
        padding: 0;
    }
    .user-navbar .circle .default > span {
        width: 0;
        height: 40;
        text-indent: -1000px;
    }
    .user-navbar .circle .default:before {
        margin: 0 !important;
    }
    /*.user-navbar a.favorites:before {
        background-position: 0 -926px;
        width: 38px;
        height: 38px;
        background-size: 38px;
    }*/
    body.my-parents-page #controller_area,
    body.my-pet-listings-page #controller_area {
        padding: 0 10px;
    }
    ul.tabs.search_tabs {
        width: 100%;
    }
    ul.tabs.search_tabs.tabs_count_2 > li {
        width: 50%;
        padding-right: 10px;
    }
    ul.tabs.search_tabs.tabs_count_3 > li {
        width: 33.333%;
        padding-right: 10px;
    }
    ul.tabs.search_tabs.tabs_count_4 > li {
        width: 25%;
        padding-right: 10px;
    }
    ul.tabs.search_tabs.tabs_count_2 > li a,
    ul.tabs.search_tabs.tabs_count_3 > li a,
    ul.tabs.search_tabs.tabs_count_4 > li a {
        width: 100%;
    }
    ul.tabs.search_tabs > li > a {
        padding: 0 10px;
        font-size: 1em;
    }
    div.special-block section.side_block {
        height: auto;
        margin-top: 20px;
    }
    .search-form-cell {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .search-form-cell {
        width: 100%;
    }
    .search-form-cell > div {
        margin-left: 10px;
        margin-right: 10px;
    }
    .search-form-cell > div > div,
    .search-form-cell > div span.pills {
        width: 100%!important;
    }
    .search-form-cell.numeric-field {
        width: 50%;
    }
    .search-form-cell.numeric-field > div {
        margin-right: 10px;
    }
    .search-form-cell.numeric-field + .search-form-cell.numeric-field > div {
        margin-right: 0;
        margin-left: 10px;
    }
    .search-form-cell.submit > div {
        margin-top: 15px;
    }
    .search-form-cell.submit > div > span {
        display: none;
    }
    .search-form-cell.submit > div input[type=submit] {
        width: 100%;
    }
    .search-form-cell.three-field > div > div input[type=text],
    .search-form-cell.three-field > div > div input[type=number] {
        width: 33%!important;
        margin-right: 4%;
    }
    .search-form-cell.three-field > div > div select {
        width: 26%;
    }
    .search-form-cell.three-field > div > div > *:not(:last-child) {
        margin-right: 0;
    }
    .main-menu nav.menu ul.menu {
        padding: 58px 14px 55px 22px;
    }
    section.content_block > h3,
    section.side_block > h3 {
        font-size: 1.429em;
    }
    section.content_block,
    section.side_block {
        margin-left: 10px;
        margin-right: 10px;
        padding: 10px;
    }
    section.content_block:not(.no-header) > div,
    section.side_block:not(.no-header) > div {
        margin-top: 10px;
    }
    section.side_block > span.expander {
        margin-top: -8px;
    }
    section.content_block div.category-slider-bar {
        top: -34px;
    }
    section.side_block[class*="block_categoryFilter_"],
    section.side_block[class*="block_ltcategories_"] {
        background-image: url("../img/block-bg.webp");
        background-repeat: repeat;
        padding: 15px 10px !important;
        border-top: 4px double #ccc;
        border-bottom: 4px double #ccc;
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
    }
    section.side_block[class*="block_ltcategories_"] .clearfix {
        margin-top: 20px;
    }
    section.block_breeds_tabs {
        padding: 0;
    }
    section.block_breeds_tabs > h3 {
        display: none;
    }
    /* home content block */
    section.home-content {
        margin: 0 0 20px 0;
    }
    aside.bottom {
        margin-top: 20px;
    }
    /* home content block end */
    #controller_area > ul.tabs {
        margin-left: 10px;
        margin-right: 10px;
    }
    #bread_crumbs > ul {
        padding: 10px 10px 0;
    }
    #bread_crumbs > ul a {
        font-size: 12px;
    }
    .grid_navbar.listings-area .buttons > div.grid {
        display: none;
    }
    .grid_navbar .current,
    .grid_navbar ul.fields > li {
        padding: 0 10px;
    }
    div.account_slider .swiper-slide img {
        height: 100%;
        width: 100%;
    }
    /* listing list view */
    section#listings > .info {
        padding: 0 10px;
    }
    section#listings > article div.navigation-column {
    /*    position: absolute; */
        width: auto;
        bottom: 8px;
        right: 30px;
        z-index: 1;
    }
    section#listings.list.no-image > article div.navigation-column {
        bottom: 25px;
        right: 10px;
    }
    section#listings > article div.navigation-column div.before-nav {
        display: none;
    }
    section#listings ul.nav-column > li:not(.favorite) {
        display: inline-block;
        height: 18px;
        margin-left: 5px;
        right: 10px !important;
    }
    section#listings ul.nav-column > li span.icon {
        top: 0;
    }   section#listings ul.nav-column > li > a > span.link,
    section#listings ul.nav-column > li > span.link {
        display: none;
    }
    section.list > article {
        width: 100%;
        max-width: 95%;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0;
        padding-right: 0;
        display: block;
    }
    body.my-listings-page section.list > article {
        max-width: 100%;
    }
    body.lt-listings-page section.list > article,
    body.my-favorites-page section.list > article {
       max-width: 100%;
        padding: 0 15px;
    }
    section#listings > article div.navigation-column {
        right: 10px;
    }
    body.lt-listings-page section#listings > article div.navigation-column,
    body.my-favorites-page section#listings > article div.navigation-column {
        right: 10px;
        top: 165px;
        position: absolute;
    }

    section#listings.list ul.nav-column > li.last_login_date {
        position: absolute;
        top: 85px;
        height: 22px;
        right: -10px;
    }
    section#listings.list article.featured ul.nav-column > li.last_login_date {
        top: 170px;
        /*font-size: 0.788em;*/
    }
    /*body:not(.no-sidebar) .featured > li,
    body:not(.no-sidebar) section.grid > article {
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        max-width: 47%;
    }*/
    body:not(.no-sidebar) .featured > li,
    body:not(.no-sidebar) section.grid > article {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    section#listings.list div.picture {
        width: 300px;
        height: 200px;
        float: none;
        margin: 0;
    }
    body.my-listings-page section#listings.list div.picture {
        width: 100%;
    }
    body.lt-listings-page section#listings.list div.picture,
    body.my-favorites-page section#listings.list div.picture {
        width: 100%;
        height: 250px;
        border: 0px;
    }
    section#listings.list div.picture img {
        width: 100%;
        position: static;
    }
    article.featured div.picture > div.label {
        top: 0;
    }
    section#listings.list ul.ad-info {
        /* background: #f4f4f4; */
        padding: 10px;
        height: auto !important;
    }
    body.lt-listings-page ul.ad-info > li.location,
    body.my-favorites-page ul.ad-info > li.location {
        position: relative;
        text-align: right;
        right: auto;
        bottom: auto;
    }

    section#listings .icons {
        position: relative;
        float: left;
        margin: 0 !important;
        left: 0;
    }

    body.lt-listings-page ul.ad-info > li.location > div,
    body.my-favorites-page ul.ad-info > li.location > div {
        margin: 10px 0 0;
    }   
    section#listings ul.ad-info span.favorite {
        display: inline-block;
        vertical-align: middle;
    }
    body.lt-listings-page section#listings.list div.main-column .favorite,
    body.lt-pet-listings-page section#listings.list div.main-column .favorite,
    body.my-favorites-page section#listings article .favorite {
        left: auto;
        right: 15px;
        top: 10px;
    }
    body.lt-listings-page section#listings.list .main-column > a,
    body.my-favorites-page section#listings.list .main-column > a {
        float: none;
    }
    body.lt-listings-page section#listings.list div.add_photos,
    body.my-favorites-page section#listings.list div.add_photos {
        display: flex;
        justify-content: space-around;
        height: 80px;
    }
    body.lt-listings-page section#listings.list div.add_photos > img,
    body.my-favorites-page section#listings.list div.add_photos > img {
        width: 33% !important;
        height: 80px;
    }
    body.lt-listings-page section#listings.list div.add_photos > img:last-child,
    body.my-favorites-page section#listings.list div.add_photos > img:last-child {
        width: 35% !important;
    }
    section#listings.list ul.ad-info span.favorite {
        float: right;
        margin-top: 5px;
    }
    section#listings.list ul.ad-info > li:last-child {
        padding-bottom: 0;
    }
    section#listings.list ul.ad-info > ol {
        display: none;
    }
    section#listings article:hover div.picture > img,
    .litter_content .litter_parents div:hover img {
        transition: none;
        transform: none;
    }
    /* listing list view end */
    .categories-box-nav ul.cat-tree.limit-height,
    section.categories-box div.cat-tree-cont.limit-height {
        max-height: auto;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    section.categories-box div.cat-toggle {
        display: none;
    }
    .sub-categories-exist div.categoty-column {
        column-count: 1 !important;
        -moz-column-count: 1 !important;
        -webkit-column-count: 1 !important;
        -ms-column-count: 1 !important;

        column-gap: 0;
        -moz-column-gap: 0;
        -webkit-column-gap : 0;
        -ms-column-gap: 0;
    }
    #desk-button {
        position: absolute;
        bottom: 15px;
        width: 100%;
        margin: auto;
        text-align: center;
    }
    #mobile-button {
        display: block;
        margin-bottom: 26px;
        margin-right: -15px;
    }

    .listing-header h1 {
        margin: 0;
    }
    .listing-header {
        margin-bottom: 0px;
        flex-direction: row;
        align-items: start !important;
    }
    .listing-header div.icons {
        text-align: center;
        overflow: visible;
    }
    div.listing-details.loc-exists .content-section {
        margin-top: 42px;
    }
    #lnp_container {
        margin: 0 10px;
    }
    div.listing-details .content-section {
        padding: 10px 20px 0;
        margin-top: 0;
    }
    .listing-header > .col-md-2 {
        height: 10px;
    }
    .listing-header div.icons > span.favorite {
        /*position: absolute;
        top: -43px;
        right: 30px;
        z-index: 100;*/
    }
    div.gallery {
        position: relative;
    }
    div.gallery > div#media {
        height: initial;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    div.gallery > div#media.map {
        position: relative;
        padding-bottom: 66%;
    }
    div.gallery > div#media.map .map-container {
        position: absolute;
    }
    div.gallery > div#media .preview,
    div.gallery > div#media .map-container,
    div.gallery > div#media span.nav-button.zoom,
    div.gallery > div.thumbs > div.prev,
    div.gallery > div.thumbs > div.next {
        display: none;
    }

    div.gallery > div#media .nav-buttons {
        position: absolute;
        width: 100%;
        height: 42px;
        bottom: -42px;
        text-align: center;
        padding: 2px;
        display: none;
    }
    div.gallery > div#media .map,
    div.gallery > div#media .gallery,
    div.gallery > div#media .map-group {
        position: static!important;
        display: inline-block;
        vertical-align: top;
    }
    div.gallery div#media.map > .nav-buttons > .gallery {
        display: inline-block;
    }
    div.gallery > div#media.map + div.thumbs {
        visibility: hidden;
    }
    div.gallery > div.thumbs {
        margin-top: 0;
        padding: 0;
        height: inherit;
        display: block!important;
    }
    div.gallery > div.thumbs > div.slider {
        margin: 0;
        padding: 0;
        position: relative;
    }
    div.gallery > div.thumbs > div.slider > ul {
        width: 100%;
        display: block !important;
    }
    div.gallery > div.thumbs > div.slider > ul > li {
        display: inline-block;
        width: 100%;
        margin-top: 0!important;
    }
    div.gallery > div.thumbs > div.slider > ul > li {
        height: 270px;
        vertical-align: top;
    }
    .inside-container.fancy_popup div.gallery > div.thumbs > div.slider > ul > li {
        height: 470px;
    }
    div.gallery > div.thumbs > div.slider > ul > li:nth-child(2) {
        margin-left: -4px;
    }
    div.gallery > div.thumbs > div.slider > ul > li:nth-last-child(2) {
        margin-right: -4px;
    }
    div.gallery > div.thumbs > div.slider > ul > li:after {
        display: none;
    }
    div.gallery > div.thumbs > div.slider > ul > li img,
    div.gallery > div.thumbs > div.slider > ul > li video {
        margin: 0!important;
        width: 100%;
        height: 100%;
        border: 0;
    }
    div.gallery > div.thumbs > div.slider > ul > li span.play {
        margin: 0;
        right: 0;
        bottom: 0;
    }
    div.gallery > div.thumbs > div.slider > ul > li iframe {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    div.gallery > div.thumbs > div.slider > ul > li iframe + div,
    div.gallery > div.thumbs > div.slider > ul > li iframe + div + div {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 40%;
        height: 65%;
    }
    div.gallery > div.thumbs > div.slider > ul > li iframe + div + div {
        left: auto;
        right: 0;
    }
    div.gallery > div.thumbs > div.slider > ul > li.locked > img {
        background-position: center 26%;
    }
    div.gallery > div.thumbs > div.slider > ul > li.locked > div {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-align: center;
        padding-top: 28%;
    }
    #area_keyword form.kws-block .two-inline {
        width: 100%;
    }
    div.listing-details h1 {
        margin-bottom: 15px;
        margin-left: 10px;
        padding: 0;
    }
    div.listing-details div.price-tag {
        float: none;
        margin-bottom: 14px;
    }
    body.my-parents-page .add_listing_button,
    body.my-pet-listings-page .add_listing_button {
        justify-content: center;
    }
    .seller-short > div.form {
        margin-top: 20px;
    }
    .seller-short.landscape div.picture {
        float: none;
    }
    .seller-short div.owner-details #df_field_social_media a {
        opacity: 1;
    }
    div.table-cell > div.name {
        width: 35%!important;
    }
    div.listing-details section.statistics ul.controls {
        float: none;
        width: 100%;
    }
    body.lt-pet-listings-page .listing-header div.icons > span.favorite,
    body.at-cat-breeder-account-page .listing-header div.icons > span.favorite,
    body.at-dealer-page .listing-header div.icons > span.favorite {
        margin: 7px 35px 0 0;
        float: right;
    }
    div.submit-cell > div.name {
        float: none;
        width: auto;
        padding: 0;
        min-height: 26px;
        line-height: 26px;
    }
    div.submit-cell > div.name:empty {
        display: none;
    }
    #modal_block div.submit-cell div.name {
        width: 120px;
    }
    div.submit-cell.buttons div.name {
        min-height: inherit;
        height: 0;
    }
    .field.single-field > select {
        width: 100%;
    }
    div.selected-plan .field.single-field > select[name=plan] {
        width: auto;
    }
    .field.single-field > input[type=text] {
        width: 100% !important;
    }
    /* two */
    .field.two-fields > select,
    .field.two-fields > input[type=text] {
        width: 48%;
        margin-right: 4%;
    }
    .field.two-fields > select:last-child,
    .field.two-fields > input[type=text]:nth-child(2n) {
        margin-right: 0;
    }
    .field.two-fields > .custom-input,
    .field.couple-field > .custom-input {
        width: 50%;
        display: inline-block;
        padding-top: 10px;
    }
    /* three */
    .field.three-field > select {
        width: 26%;
        margin-right: 4%;
    }
    .field.three-field > input {
        width: 33%!important;
        margin-right: 4%;
    }
    .field.three-field > *:last-child {
        margin-right: 0;
    }
    .form-buttons.form a {
        width: auto;
    }

    /* Accounts page */
    section#accounts.grid {
        display: flex;
        justify-content: center;
    }
    section#accounts.grid > article {
        width: auto;
    }
    section#accounts > article > div,
    section#accounts > article > ul {
        width: auto !important;
    }
    section#accounts div.statistics {
        width: 155px;
    }
    section#accounts .landscape div.statistics {
        width: 260px;
    }
    section#accounts ul.info {
        width: 290px;
    }
    section.seller-short > div > div.picture {
        margin: 0 20px 0 0;
        float: left;
    }
    section.seller-short > div > div.picture img {
        max-width: 150px;
        height: auto;
    }
    section.seller-short ul.seller-info > li:first-child {
        margin-top: 0;
    }
    body.at-cat-breeder-account-page section.seller-short ul.seller-info > li.name,
    body.at-dealer-page section.seller-short ul.seller-info > li.name {
        position: absolute;
        top: 5%;
        left: 35%;
    }
    section.seller-short ul.seller-info {
        overflow: hidden;
        display: inline-block;
        width: 62%;
        padding-left: 5px;
        padding-bottom: 5px !important;
    }
    body.at-cat-breeder-account-page section.seller-short ul.seller-info,
    body.at-dealer-page section.seller-short ul.seller-info {
        width: 100%;
    }
    section.seller-short div.picture + div div.name,
    section.account-location div.name {
        width: 120px!important;
    }
    section.seller-short div.picture > div:first-child {
        margin-top: 10px;
    }
    section.seller-short div.counter {
        display: block;
    }
    .account-location .map-capture {
        margin: 15px -10px 0;
    }

    /*body.at-dealer-page section.side_block.seller-short,
    body.at-dealer-page section.side_block.seller-short div,
    body.at-dealer-page section.side_block.seller-short .button-exists,
    body.at-dealer-page section.side_block.seller-short .button-exists .relative,
    body.at-dealer-page section#content,
    body.listing-details-page section.side_block.seller-short,
    body.listing-details-page section.side_block.seller-short div,
    body.listing-details-page section.side_block.seller-short .button-exists,
    body.listing-details-page section.side_block.seller-short .button-exists .relative,
    body.listing-details-page section#content {
        position: static;
    }*/
    section#content .fb-share-button {
        position: absolute;
        top: 25px;
        right: 11px;
        margin: 0;
    }
    .seller-short div.picture {
        width: 80px;
        height: 80px;
    }
    body.at-cat-breeder-account-page .seller-short div.picture,
    body.at-dealer-page .seller-short div.picture,
    body.listing-details-page .seller-short div.picture {
        width: 35%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        height: auto;
    }
    .seller-short div.picture img {
        width: 80%;
    }
    /* Accounts page end */

    ul.steps.mobile > li {
        display: none;
    }
    ul.steps.mobile > li.prev,
    ul.steps.mobile > li.current,
    ul.steps.mobile > li.current + li,
    ul.steps.mobile > li.current + li + li {
        display: inline-block;
        width: 33.33333%!important;
    }
    ul.steps.mobile > li.prev + li + li + li {
        display: none!important;
    }
    .form-buttons {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }
    table.contacts-list tr > td:nth-child(2n),
    table.contacts-list td.info {
        /*display: none;*/
        padding-left: 15px !important;
    }
    table.contacts-list div.name span.new {
        display: inline-block;
    }
    div.notification {
        width: 100%;
        left: 0;
        margin: 0;
    }
    div.notification > div {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }
    div.notification.done {
        top: 0;
    }
    .content-padding {
        padding: 10px;
    }
    body.registration-page .content-padding > .area_profile {
        margin: 0 -20px;
    }
    .content-padding .content-padding,
    .content-padding .text-notice,
    div.listing-details .content-section .content-padding {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    /* tables content */
    div.list-table {
        display: block;
    }
    div.list-table > div.header {
        display: none;
    }
    div.list-table > div.row {
        display: block;
        border-bottom: 2px #F8F8F8 solid;
        position: relative;
        padding: 13px 25px;
        margin: 0;
    }
    div.list-table > div:nth-child(2) {
        padding-top: 0;
    }
    div.list-table > div:last-child {
        padding-bottom: 0;
        border: 0;
    }
    div.list-table > div.row > div {
        display: block;
        border: 0;
        padding: 5px 0 5px 95px!important;
        overflow: hidden;
        position: relative;
    }
    div.list-table > div.row > div:not(.no-flex):before {
        content: attr(data-caption) ":";
        width: 85px;
        display: inline-block;
        white-space: normal;
        word-wrap: break-word;
        font-size: 0.929em;
        color: #949494;
        position: absolute;
        left: 0;
        top: 5px;
        /* it is the best solution for now */
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    div.list-table > div.row > div.iteration {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -10px;
        padding: 0!important;
    }
    div.list-table > div.row > div.action {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -12px;
    }
    div.list-table > div.row > div > div.inline {
        display: inline-block;
    }
    div.list-table > div.row > div.content {
        padding-top: 2px!important;
    }
    div.content div.table-cell > div.name {
        float: none;
        width: auto!important;
    }
    div.content div.table-cell > div.name + div.value {
        padding: 0;
        min-height: 18px;
        line-height: 18px;
    }
    div.content div.table-cell {
        margin-bottom: 10px;
    }
    /* tables content end */
    /* my listings */
    section#listings.my-listings .item div.info {
        display: block;
        width: 100%;
        padding: 0;
    }
    section#listings.my-listings .item div.picture > span {
        width: 34px;
        height: 24px;
        bottom: 20px;
        right: 20px;
        line-height: 22px;
        font-size: 1.071em;
    }
    section#listings.my-listings .item div.info .title {
        position: absolute;
        top: 10px;
        background: white;
        height: 38px;
        line-height: 36px;
        box-shadow: 0 4px 0 rgba(0,0,0,.1);
        max-width: 100%;
        white-space: nowrap;
    }
    section#listings.my-listings .item .title {
        padding: 5px 10px 10px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-left: 0px;
        margin-bottom: 0px;
    }
    section#listings.my-listings .item.featured div.info .title {
        background: #fb6a5c;
        color: #010101;
    }
    section#listings.my-listings div.picture > div.label {
        display: none;
    }
    section#listings.my-listings .item div.navigation {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        position: relative;
    }
    section#listings.my-listings .item div.navigation > ul {
        padding: 10px 10px 0;
    }
    section#listings.my-listings .item div.navigation > ul > li {
        /* display: inline-block; */
        vertical-align: top;
        padding-bottom: 0;
    }
    section#listings.my-listings .item div.navigation > ul > li.single-inline {
        display: block;
        top: 15px;
        right: 20px;
    }
    section#listings.my-listings .item div.navigation > ul > li select {
        max-width: 200px;
        width: 100%;
        background-position: right 8px;
        height: 23px;
    }
    section#listings.my-listings .item div.navigation > ul > li.nav-icon {
        padding: 8px 0 0 12px;
        /* display: inline-flex;  Custom changes by @Curtis [Flynax-Team] | Ticket ID: GLH-660665 */
    }
/*    section#listings.my-listings .item div.navigation > ul > li.nav-icon.make-featured {
        display: none;
    }*/
    section#listings.my-listings .item div.navigation > ul > li:not(.make-featured) a {
        padding: 0px 0 5px 25px;
    }
    /* section#listings.my-listings .item div.navigation > ul > li a > span {
        display: none;
    } */
    section#listings.my-listings .item div.stat {
        display: block;
        width: 100%;
        position: relative;
    }
    section#listings.my-listings .item div.stat > ul {
        padding: 0 10px;
    }
    section#listings.my-listings .item div.stat .two-inline > *:first-child {
        float: none;
    }
    section#listings.my-listings .item div.stat ul > li {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    section#listings.my-listings .item div.stat ul > li:nth-child(2n) {
        margin-right: 0;
    }
    /* my listings end */
    #controller_area div.fieldset.divider > header {
        margin: 0 10px;
    }
    ul.pagination {
        padding-left: 20px;
        padding-right: 20px;
    }
    /*** MY PACKAGES ***/
    ul.packages > li {
        display: block;
    }
    ul.packages > li div.frame {
        width: auto;
        display: block;
    }
    ul.packages > li div.status {
        margin: 15px 0 0 0;
        padding: 0 20px;
    }
    ul.packages > li div.status div.renew {
        overflow: hidden;
        text-align: left;
        margin-top: 3px;
    }
    /* ul.packages > li div.status ul.package_info {
        float: left;
    } */
    /*** MY PACKAGES END ***/
    ul.account-menu-content > li {
        padding: 2px 0 10px;
    }
    ul.account-menu-content > li a {
        font-size: 1.143em;
    }
    /*.modal_block div.inner div.close {
        right: 20px;
    }*/
    ul.featured > li  {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    section.side_block table.table td.name {
        width: 45%;
    }
    .shc-group ul.checkboxes > li {
        width: 100%!important;
    }
    div.horizontal div.prev,
    div.horizontal div.next {
        display: none;
    }
    .new_litter_here {
        display: none !important;
    }
    footer .mobile-apps {
        /*display: none !important;*/
    }
    footer .footer-data,
    footer .footer-data .terms {
        margin-top: 0 !important;
    }
  }
  @media screen and (max-width: 383px) {
    section.seller-short > div > div.picture {
        margin: 0 0 15px 0;
        float: none;
    }
    section.seller-short > div > div.picture img {
        max-width: 150px;
        height: auto;
    }
    section.seller-short ul.seller-info {
        overflow: auto;
    }
    .login-form input[type=text],
    .login-form input[type=password] {
        width: 100%;
    }
    div.table-cell ul.checkboxes > li {
        float: none;
        width: 100%;
        margin: 0;
    }
    section#listings.my-listings .item > div.navigation > ul > li select {
        width: 130px;
    }
    section.categories-box ul.cat-tree > li {
        display: flex;
        width: 100%;
        margin-right: 0;
    }
    .gptwdg {
        transform: scale(0.96);
        transform-origin: 0 0;
    }
/*    .inside-container.fancy_popup div.gallery > div.thumbs > div.slider > ul > li {
        height: 270px;
    }*/
  }
  /*** RESPONCIVE END ***/
  /*** PIXEL RATIO 1.5 ***/
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {
    #user-navbar > span.default:before {
        background: url('../img/@2x/gallery2.png') left -10px no-repeat;
        background-size: 40px auto;
    }
    .circle.cart-box-container > span.default:before {
        background: url('../img/@2x/gallery2.png') -21px -468px no-repeat;
        background-size: 40px auto;
    }
    span.mobile-menu-header > span:last-child:before {
        background: url('../img/@2x/gallery2.png') right -50px no-repeat;
        background-size: 40px auto;
    }
    ul.ad-info > li.services > span:before {
        background: url('../img/@2x/gallery2.png') right -148px no-repeat;
        background-size: 40px auto;
    }
    ul.ad-info > li.services > span.bathrooms:before {
        background-position: right -132px;
    }
    ul.ad-info > li.services > span.square_feet:before {
        background-position: right -162px;
    }
/*    div.close-black:before {
        background: url('../img/@2x/gallery2.png') right -857px no-repeat;
        background-size: 40px auto;
    }*/
    input[type=number] {
        background-image: url('../img/@2x/gallery2.png');
        background-position: right -94px;
        background-repeat: no-repeat;
        background-size: 40px auto;
    }
    label.switcher > input[type=checkbox] + span:not(.status):before {
        background-image: url('../img/@2x/gallery2.png');
        background-position: -8px -972px;
        background-repeat: no-repeat;
        background-size: 40px auto;
    }
    label.switcher > input[type=checkbox]:checked + span:not(.status):before {
        background-image: url('../img/@2x/gallery2.png');
        background-position: 0 -972px;
        background-repeat: no-repeat;
        background-size: 40px auto;
    }
    .testimonials .area > div.quotes {
        background: url('../img/@2x/gallery2.png') -22px -212px no-repeat!important;
        background-size: 40px auto!important;
    }
    .footer-data div.icons a:before {
        background: url('../img/@2x/gallery2.png') 0 -270px no-repeat;
        background-size: 40px auto;
    }
    .footer-data div.icons a.facebook:before {
        background-position: -13px -270px;
    }
    .footer-data div.icons a.twitter:before {
        background-position: 0 -520px;
    }
    input[type=checkbox]:not(.default) + label > span,
    input[type=radio]:not(.default) + label > span {
        background: url('../img/@2x/gallery2.png') 0 -224px no-repeat;
        background-size: 40px auto;
    }
    input[type=radio]:not(.default) + label > span {
        background-position: 0 -132px;
    }
    input[type=checkbox]:not(.default):hover + label > span {
        background-position: 0 -201px;
    }
    input[type=checkbox]:not(.default):checked + label > span {
        background-position: 0 -246px;
    }
    input[type=radio]:not(.default):hover + label > span {
        background-position: 0 -155px;
    }
    input[type=radio]:not(.default):checked + label > span {
        background-position: 0 -178px;
    }
    div.category-slider-bar span.prev,
    div.category-slider-bar span.next,
    div.gallery > div.thumbs > div.prev > div,
    div.gallery > div.thumbs > div.next > div {
        background: url('../img/@2x/gallery2.png') -0px -467px no-repeat;
        background-size: 40px auto;
    }
    div.category-slider-bar span.next,
    div.gallery > div.thumbs > div.next > div {
        background-position: -7px -467px;
    }
    .footer-data img.rss,
    .footer-data img.facebook,
    .footer-data img.twitter {
        background: url('../img/@2x/gallery2.png') 0 -288px no-repeat;
        background-size: 40px auto;
    }
    .footer-data img.facebook {
        background-position: 0 -329px;
    }
    .footer-data img.twitter {
        background-position: 0 -370px;
    }
    .footer-data div.logo img {
        background: url('../img/@2x/logo_footer.png') 0 0 no-repeat;
        background-size: 100%;
    }
    ul.menu-mobile:before {
        background: url('../img/@2x/gallery2.png') right -409px no-repeat;
        background-size: 40px auto;
    }
    .grid_navbar div.map > div > span {
        background: url('../img/@2x/gallery2.png') 0 -546px no-repeat;
        background-size: 40px auto;
    }
    .grid_navbar div.map:hover span,
    .grid_navbar div.map.active span {
        background: url('../img/@2x/gallery2.png') right -546px no-repeat;
        background-size: 40px auto;
    }
    .grid_navbar .sorting span.arrow {
        background: url('../img/@2x/gallery2.png') -21px -115px no-repeat;
        background-size: 40px auto;
    }
    .grid_navbar .sorting .active span.arrow {
        background-position: -22px -102px;
    }
/*    .favorite span.icon {
        background: url('../img/@2x/gallery2.png') right -178px no-repeat;
        background-size: 40px auto;
    }
    .favorite.remove span.icon {
        background-position: right -195px;
    }*/
    span.media-enlarge:after {
        background: url('../img/@2x/gallery2.png') left -345px no-repeat;
        background-size: 40px auto;
    }
    div.gallery > div.thumbs > div.prev:before,
    div.gallery > div.thumbs > div.next:before {
        background: url('../img/@2x/gallery2.png') right -872px no-repeat;
        background-size: 40px auto;
    }
    div.gallery > div.thumbs > div.next:before {
        background-position: -28px -872px;
    }
    div.gallery > div.thumbs > div.slider > ul > li.locked img {
        background-image: url('../img/@2x/locked.png');
        background-size: 25px auto;
    }
    div#picture_locked img {
        background-image: url('../img/@2x/locked-large.png');
        background-size: 96px auto;
    }
    #loan_reset_form {
        background: url('../img/@2x/gallery2.png') right -426px no-repeat;
        background-size: 40px auto;
    }
    .seller-short form div.field > input + span {
        background: url('../img/@2x/gallery2.png') right -373px no-repeat;
        background-size: 40px auto;
    }
    .seller-short form div.field > input[name=contact_email] + span {
        background-position: right -391px;
    }
    .seller-short form div.field > input[name=contact_phone] + span {
        background-position: right -407px;
    }
    div.categories div.category-name {
        background: url('../img/@2x/gallery2.png') 0 14px repeat-x;
        background-size: 40px auto!important;
    }
    div.table-cell > div.name > div {
        background: url('../img/@2x/gallery2.png') 0 17px repeat-x;
        background-size: 40px auto!important;
    }
    div.gallery > div.preview a > span > span {
        background: url('../img/@2x/gallery2.png') right -604px no-repeat;
        background-size: 40px auto;
    }
    .modal_block div.inner div.close > div {
        background: url('../img/@2x/gallery2.png') right -448px no-repeat;
        background-size: 55px auto;
        width: 20px;
        height: 20px;
    }
    a.print > span {
        background: url('../img/@2x/gallery2.png') right -625px no-repeat;
        background-size: 40px auto;
    }
    div.table-cell ul.checkboxes > li.active img {
        background: url('../img/@2x/gallery2.png') 0 -625px no-repeat;
        background-size: 40px auto;
    }
    div.ps-toolbar div div.ps-toolbar-content {
        background-image: url('../img/@2x/photoswipe@2x.png');
        background-size: 176px 88px;
    }
    #lnp_container li.nav a:before {
        background: url('../img/@2x/gallery2.png') right -362px no-repeat;
        background-size: 40px auto;
    }
    #lnp_container li.next a:before {
        background-position: -28px -362px;
    }
    .compare-icon > span,
    section#listings ul.nav-column > li.add_to_compare span.icon {
        background: url('../img/@2x/gallery2.png') 0 -363px no-repeat!important;
        background-size: 40px auto!important;
    }
    .compare-icon.remove > span,
    section#listings ul.nav-column > li.remove_from_compare span.icon {
        background: url('../img/@2x/gallery2.png') 0 -381px no-repeat!important;
        background-size: 40px auto!important;
    }
    section#listings ul.nav-column > li.add-to-cart span.icon {
        background: url('../img/@2x/gallery2.png') 0 -949px no-repeat!important;
        background-size: 40px auto!important;
    }
    div.horizontal div.prev:before,
    div.horizontal div.next:before,
    div.vertical div.prev:before,
    div.vertical div.next:before {
        background: url('../img/@2x/gallery2.png') 0 -589px no-repeat;
        background-size: 40px auto;
    }
    div.horizontal div.next:before {
        background-position: -8px -589px;
    }
    div.vertical div.prev:before {
        background-position: 0 -839px;
    }
    div.vertical div.next:before {
       background-position: right -839px;
    }
    section#accounts > article div.no-picture div.picture img,
    div.no-picture img.account-picture {
        background-image: url('../img/@2x/no-account.png');
        background-size: contain;
    }
    section.side_block > span.expander {
        margin-top: 4px;
        width: 100%;
        background: none;
    }
    section.side_block > span.expander > span {
        padding-left: 6px;
        display: inline-block;
        height: 20px;
        vertical-align: top;
        margin-top: -2px;
        color: #834A00;
    }
    section.side_block > span.expander:before {
        content:'';
        background: url('../img/@2x/gallery2.png') right -502px no-repeat;
        background-size: 40px auto;
        display: inline-block;
        width: 18px;
        height: 18px;
    }
    section.side_block > span.expander.active:before {
        background-position: 0 -502px;
    }
    input.search:hover {
        height: 37px;
        background: url('../img/gallery.png') 12px -431px no-repeat #fec04f;
    }
    div.gallery > div.thumbs > div.slider > ul > li span.play {
        background: url('../img/@2x/play.png') center center no-repeat rgba(0,0,0,.2);
        background-size: 100% auto;
    }
    div.close-black > div {
        background: url('../img/@2x/gallery2.png') right -675px no-repeat;
        background-size: 40px auto;
    }
    .close-red {
        background: url('../img/@2x/gallery2.png') -25px -53px no-repeat;
        background-size: 40px auto;
    }
    div.close-black:hover > div,
    .close-red:hover {
        opacity: 0.8;
    }
    img.remove {
        background: url('../img/@2x/gallery2.png') 0 -857px no-repeat;
        background-size: 40px auto;
    }
    ul#messages_area > li > span {
        background: url('../img/@2x/gallery2.png') right -326px no-repeat;
        background-size: 40px auto;
    }
    img.qtip {
        background-image: url('../img/@2x/gallery2.png');
        background-position: 6px -325px;
        background-size: 40px auto;
    }
    #controller_area div.fieldset > header > span.arrow {
        background: url('../img/@2x/gallery2.png') -20px -77px no-repeat;
        background-size: 40px auto;
    }   .my-listings div.navigation ul li.nav-icon > a:before {
        background: url('../img/@2x/gallery2.png') 0 -775px no-repeat;
        background-size: 40px auto;
    }
    .my-listings div.navigation ul li.nav-icon > a.add-video:before {
        background-position: 0 -821px;
    }
    .my-listings div.navigation ul li.nav-icon > a.edit:before {
        background-position: 0 -755px;
    }
    .my-listings div.navigation ul li.nav-icon > a.unsubscription:before {
        background-position: left -933px;
    }
    .my-listings div.navigation ul li.nav-icon > a.delete:before,
    .delete.icon {
        background: url('../img/@2x/gallery2.png') right -755px no-repeat;
        background-size: 40px auto;
    }
    span.media-enlarge > span {
        background: url('../img/@2x/gallery2.png') right -604px no-repeat;
        background-size: 40px auto;
    }
    div.map-capture > img {
        background-size: auto 100%;
    }
    div.controls a#advanced_search:after {
        background: url('../img/@2x/gallery2.png') right -449px no-repeat;
        background-size: 40px auto;
    }
    #search_area #advanced_search:after {
        background: url('../img/@2x/gallery2.png') -34px -449px no-repeat;
        background-size: 40px auto;
    }
    body a.reportBroken img {
        background: url(../img/@2x/gallery2.png) 100% -964px no-repeat !important;
        background-size: 40px auto !important;
    }
    body a.removeBroken img {
        background: url(../img/@2x/gallery2.png) 100% -982px no-repeat !important;
        background-size: 40px auto !important;
    }
    .litter_content .litter_details .field .lf_bloodline_1,
    .litter_content .litter_details .field .lf_bloodline_2 {
        margin-left: 0;
    }
  }
  /*** PIXEL RETIO 1.5 END ***/
  /*** PIXEL RATIO 1.5 ***/
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px),
  only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 767px),
  only screen and (min-device-pixel-ratio: 1.5) and (max-width: 767px),
  only screen and (min-resolution: 144dpi) and (max-width: 767px) {
    div.gallery > div.thumbs > div.slider > ul > li span.play {
        background-size: 40% auto;
    }
  }
  /*** CUSTOM SCROLLBAR ***/
  .mCustomScrollbar {
    position: relative;
    display: block;
  }
  .mCustomScrollbar .mCustomScrollBox {
    overflow: hidden;
  }
  .mCustomScrollbar:not(.mCS_no_scrollbar) .mCSB_container {
    width: auto;
    overflow: hidden;
    margin-right: 20px;
  }
  .mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
  }
  .mCustomScrollBox > .mCSB_scrollTools {
    width: 4px;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0.65;
  }
  .mCustomScrollbar:not(.mCS_no_scrollbar) .mCustomScrollBox.mCSB_vertical {
    margin-right: 3px;
  }
  .mCustomScrollBox:hover > .mCSB_scrollTools {
    opacity: 1;
  }
  .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f1f1f1;
    background-color: rgba(153,153,153,0.4);
    width: 3px;
    height: 100%;
    margin: 0 auto;
  }
  .mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
  }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #834A00;
    width: 3px;
    height: 100%;
  }
  .mCSB_scrollTools_vertical .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
  }
  .mCSB_horizontal .mCSB_draggerContainer {
    width: 100%;
  }
  .mCSB_horizontal > .mCSB_container {
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0;
    overflow: hidden;
  }
  .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
    margin-bottom: 0;
  }
  .mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 0 20px;
  }
  .mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 3px;
    margin: 0;
  }
  .mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
    width: 30px;
    height: auto;
  }
  .mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 3px;
    margin: 0 auto;
  }
  .mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
    width: 100%;
    height: 3px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
  /*** CUSTOM SCROLLBAR END ***/
  /*** IE fallback ***/
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    select {
        padding: 4px 5px;
    }
    input[type=text],
    input[type=password],
    input[type=number] {
        padding-bottom: 1px;
    }
  }
  /*** IE fallback end ***/



  /*** OR devider  ***/
.or-divider {
    display: table;
    font-size: 18px;
    text-align: center;
    width: 90%;
    margin: 20px  auto 0;
}
.or-divider span { display: table-cell; position: relative; }
.or-divider span:first-child, .or-divider span:last-child {
    width: 50%;
    top: 13px;							/* adjust vertical align */
    -moz-background-size: 100% 2px; 	/* line width */
    background-size: 100% 2px; 			/* line width */
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}
.or-divider span:first-child {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#666));
    background-image: -webkit-linear-gradient(180deg, transparent, #666);
    background-image: -moz-linear-gradient(180deg, transparent, #666);
    background-image: -o-linear-gradient(180deg, transparent, #666);
    background-image: linear-gradient(90deg, transparent, #666);
}
.or-divider span:nth-child(2) {
    color: #666; padding: 0px 5px; width: auto; white-space: nowrap;
}
.or-divider span:last-child {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(transparent));
    background-image: -webkit-linear-gradient(180deg, #666, transparent);
    background-image: -moz-linear-gradient(180deg, #666, transparent);
    background-image: -o-linear-gradient(180deg, #666, transparent);
    background-image: linear-gradient(90deg, #666, transparent);
}

.plan_period_30,
.plan_period_365,
.plan_period_1825,
.plan_period_0 {
	font-size: 14px;
}
li.plan span.name {
	background-image: url("//petnax.com/templates/pets_nova/img/footer_bg.png");
	color: white !important;
	padding-top: 15px !important;
	margin-bottom: 15px;
}

div.upload-stat {
	font-size: 14px;
	color: #333;
}

.text14 {
	font-size: 14px;
}

@media screen and (min-width: 768px) {
    .info-box-column {
      float: left;
      width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .info-box-column {
        text-align: center;
    }
}
.info-box-column-row:after {
  content: "";
  display: table;
  clear: both;
}
.info-box-column video {
	background-color: #333;
	/*border: 1px solid #ccc;
	padding: 5px;*/
}
.info-box-column h3 {
	font-size: 20px !important;
}
.info-box-column p {
  font-style: italic;
}
@media screen and (min-width: 768px) {
    .info-box-column.videoside {
    	padding-left: 20px;
    }
}

.seller-block-terms {
	font-size: 0.913em;
	color: #a23145;
	font-weight:  400;
}
.terms {
	font-size: 14px;
}
.area_done {
    background-color: #94e097;
    padding: 15px;
	border: 1px #ccc solid;
	border-left: 6px #9e4c00 solid;
}
.area_done b {
    background-color: #fdfacb;
    padding: 4px;
}
tr.header {
    background-color: #ccc;
}
#area_bump_up,
#area_highlight,
#area_account,
body.my-profile-page #area_profile,
/*body.my-listings-page #controller_area,
body.my-pet-listings-page #controller_area,
body.my-parents-page #controller_area,*/
body.payment-page #controller_area,
body.al-parents-page #controller_area,
body.al-pet-listings-page #controller_area,
body.edit-listing-page #controller_area,
body.contact-us-page #controller_area,
body.upgrade-listing-page #controller_area,
body.remote-adverts-page #controller_area,
body.add-listing-page #controller_area,
body.highlight-page-page #controller_area,
body.bumpup-page-page #controller_area,
#area_upgrade_featured {
	border: 1px #ccc solid;
    border-left: 6px #9e4c00 solid;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 25px;
    background-image: url("../img/block-bg.webp") !important;
	background-repeat: repeat;
}
body.large bumpup-page-page #controller_area b {
        font-size: 1.813em;
		color: #9e4c00;
}
.embed-listings-code {
	background: #ffeccb;
	border: 1px #bcbcbc solid;
}
.side-banner {
	border: 1px #bcbcbc solid;
	border-radius: 10px;
}
.discount-checkboxes {
  text-align: left!important;
  padding-left: 70px;
}
.packages .discount-checkboxes {
    padding-left: 15px;
}
.discount-checkboxes label {
  font-size: 14px;
  display: block;
  position: relative;
}
.discount-checkboxes label:before {
    content: "";
    position: absolute;
    background-image: url("../img/checked.png");
    height: 18px;
    width: 18px;
    left: -22px;
}
.discount-auto-renew {
  color: #990039;
  font-style: italic;
  font-size: 12px;
  display: block;
}
.litter_box .field {
    margin: 10px 0;
	color: #222;
}
.litter_box .field .name {
    display: block;
}
.litter_box .field input[type=text],
.litter_box .field select {
    width: 250px;
}
.litter_box .field input[name=birthday] {
    width: 160px;
}

.litters .my_litters {
    width: 100%;
    border: 1px #ccc solid;
    border-left: 6px #9e4c00 solid;
    border-radius: 0 10px 10px 0;
    padding: 25px;
    margin:  0 15px 40px;
    position: relative;
    background: url(../img/block-bg.webp);
}
#area2_pastlitters .litters .my_litters {
    background: url("../img/block-bg-past.webp");
}
.litters.hide_past .my_litters.past_litter {
    display: none;
}
.litters .my_litters fieldset,
.block_my_parents .litter_parents fieldset {
    border-radius: 4px;
    border: #ce6300 1px solid;
}
.litters .my_litters .litter_details fieldset,
.litters .my_litters .litter_parents fieldset {
    height: 210px;
}
.litters .my_litters fieldset > legend,
.block_my_parents .litter_parents fieldset > legend {
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    color: #9e4c00;
}
.litters .my_litters .loading_delete_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../img/ajax-loader.gif') center black no-repeat;
    background-size: 30%;
    opacity: 0.5;
    left: 0;
    top: 0;
    z-index: 1000;
}
.litters .my_litters .main_title {
    font-size: 25px;
    margin: -25px 0 20px 0;
    border-bottom: 1px #9e4c00 solid;   
    
}
@media screen and (min-width: 992px) {
    .litters .my_litters .main_title {
        height: 37px;
    }
}
.litters .my_litters .litter_name a.hide {
    color: black;
    cursor: default;
    display: inline-block;
}
.litters .my_litters .litter_name a.show {
    display: inline-block !important;
    padding-right: 25px;
    background: url('../img/link-icon.png') center right no-repeat;
    background-size: 18px;
    font-size: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 319px;
}
.litters .my_litters .last_updated {
    /*float: left;*/
    color: #c56957;
    font-style: italic;
    font-size: 14px;
    position: absolute;
    top: -25px;
    right: 10px;
    /*background-image: url("../img/main-bg.webp");
	padding: 4px;
	border: 1px solid #ccc;
	border-radius: 4px;*/
}

.litters .my_litters .main_title .invisible_box {
    font-size: 22px;
	padding: 0 5px;
	text-transform: uppercase;
	color: #333;
	font-weight: 200;
	background-color: #fcf8cb;
}
.litters .my_litters .litter_details,
.litters .my_litters .litter_parents {
    border:  1px #ccc solid;
    border-radius: 5px;
    padding:  15px;
    background-image: url("../img/main-bg.webp");
   /* background: #efefef;*/
    float: left;
    width: 48%;
    position: relative;
    margin-bottom: 20px;
}
/*.litters .my_litters.past_litter .litter_details,
.litters .my_litters.past_litter .litter_parents {
    background-image: url("../img/block-bg-past.webp");
}*/
.litters .my_litters .litter_details,
.litters .my_litters .litter_parents {
    height: 250px;
}
.litters .my_litters .litter_parents {
    float: right;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .litters .my_litters .litter_details,
    .litters .my_litters .litter_parents {
        width: 100%;
        height: auto;
    }
    .litters .my_litters .litter_parents fieldset {
        height: auto;
    }
}
@media screen and (max-width: 767px) {
    body.at-cat-breeder-account-page .litters .my_litters .litter_parents.no-parents,
    body.at-dealer-page .litters .my_litters .litter_parents.no-parents {
        display: none;
    }
    .litters .my_litters,
    .litters .my_litters .litter_details,
    .litters .my_litters .litter_parents,
    /* .block_my_parents .litter_parents, */
    .litters .my_litters .kittens {
        padding: 5px 5px 10px !important;
    }
    .litters .my_litters .kittens section.listings {
        padding: 10px 15px !important;
    }
}
.litters .my_litters .litter_details div.field:last-child,
.litters .my_litters .litter_details div.field:last-child {
    position: absolute;
    bottom: 15px;
}
.litters .my_litters .kittens section.listings {
    padding: 15px 0;
}
.litters .my_litters .description {
    display: block;
    width: 100%;
    margin: 0;
    clear: both;
    /*border:  1px #ccc solid;
    background: #efefef;*/
    padding: 0 20px 20px;
	text-align: justify;
}
.litters .my_litters .kittens {
    width: 100%;
    margin-bottom: 0;
}

.litters .my_litters.half_view .description,
.litters .my_litters.half_view .kittens {
    display: none;
}
.my_litters {
    position: relative;
}
.my_litters .edit_litter,
.my_litters .delete_litter,
.my_litters .litter_visibility,
.my_litters .move_up,
.my_litters .move_down {
    float: right;
    height: 30px;
    line-height: 30px;
    margin: 0px 5px 0;
    position: relative;
}
.my_litters .delete_litter {
    /* padding-right: 30px; */
    background: #d40000;
}
/* .my_litters .delete_litter:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 25px;
    right: 5px;
    background: url(../img/gallery.png) right -483px no-repeat;
    filter: invert(1);
}*/
.my_litters .move_up,
.my_litters .move_down  {
    padding: 0 10px;
    background: #717171;
    font-size: 16px;
}
.my_litters .move_up.first,
.my_litters .move_down.last  {
    background: #717171 !important;
    cursor: not-allowed;
}
.my_litters .litter_buttons {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    margin-top: -15px;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .my_litters .edit_litter,
    .my_litters .delete_litter,
    .my_litters .litter_visibility {
        padding: 0 15px 2px;
    }
    .my_litters .litter_visibility {
        padding: 0;
    }
    .my_litters .litter_buttons {
        margin: 0px;
        padding: 15px 0;
    }
}
.litter_content .litter_details a > .title,
.litter_content .litter_parents a > .title,
.block_my_parents .litter_parents a > .title,
.litter_content .kittens > .title {
    font-size: 20px;
    margin-bottom: 20px;
}
.litter_content .litter_details .field {
    margin:  10px 0;
}
.litter_content .litter_details .field .name {
    font-weight: bold;
    display: inline-block;
    width: 80px;
        vertical-align: top;
}
.litter_content .litter_details .field .value {
    display: inline-block;
}
.litter_content .litter_details .field.litter_name {
    margin-top: 5px;
}
.litter_content .litter_details .field.litter_name .value {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 319px;
}
@media screen and (max-width: 576px) {
    .litter_content .litter_details .field.litter_name .value {
        max-width: 250px;
    }
}
@media screen and (max-width: 400px) {
    .litter_content .litter_details .field.litter_name .value {
        max-width: 220px;
    }
}
@media screen and (max-width: 767px) {
    .litters .my_litters .litter_details div.field:last-child {
        position: static;
    }
    .litter_content .litter_details .field .name {
        width: 80px;
    }
    .litter_content .litter_details .field .lf_bloodline_1, 
    .litter_content .litter_details .field .lf_bloodline_2 {
        float: none;
    }
    .litter_content .litter_details .field.litter_status label {
        margin: 12px 0 0 82px !important;
    }
}
.litter_content .litter_parents > fieldset > div,
.block_my_parents .litter_parents > fieldset > div {
    width: 44.5%;
    height: auto;
    display: inline-block;
    margin: 10px 2.3% 0;
    position: relative;
    text-align: center;
    vertical-align: top;
}
.litter_content .litter_parents span.image,
.block_my_parents .litter_parents span.image {
    display: block;
    width: 150px;
    height: 150px;
    border: 1px #bbb solid;
    background: white;
    box-shadow: 0 0 3px 1px rgb(184 184 185);
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    margin: auto;
    position: relative;
}
@media screen and (max-width: 1199px) {
    .litter_content .litter_parents span.image,
    .block_my_parents .litter_parents span.image {
        width: 120px;
        height: 120px;
    }
}
.litter_content .litter_parents img,
.block_my_parents .litter_parents img {
	width: 100%;
	height: 100%;
    background: #efefef;
    /*background: url(../img/block-bg.webp);*/
    box-shadow: 0 0 3px 1px rgba(184,184,184.5);
    object-fit: cover;
    /*padding: 4px;*/
    border-radius: 50%;
    transition: all .3s;
}
@media screen and (min-width: 991px) {
    .litter_content .litter_parents div:hover img,
    .block_my_parents .litter_parents div:hover img {
        transform: scale(1.2);
        transition: all .3s;
    }
}
.litter_content .litter_parents span.image .title,
.block_my_parents .litter_parents span.image .title {
    position: absolute;
    bottom: 20px;
    z-index: 100;
    margin:  auto ;
    text-align: center;
    width: 100%;
    left: 0;
    border: 1px #fff solid;
    color: white;
	opacity: 0.5;
	background-color: #030303;
	padding: 4px 0 4px 0;
}
body.my-pet-listings-page .litter_content .litter_parents > fieldset > div > a.no-parent > span.image {
    position: relative;
}
body.my-pet-listings-page .litter_content .litter_parents > fieldset > div > a.no-parent > span.image:before {
    position: absolute;
    content: '+';
    background: #9e4c00;
    z-index: 1000;
    opacity: 0.3;
    font-size: 32px;
    color: white;
    padding: 5px 12px;
    left: 36%;
    top: 36%;
    height: 40px;
    line-height: 30px;
}
body.my-pet-listings-page .litter_content .litter_parents > fieldset > div > a > span.image:hover:before {
    opacity: 1;
}
body.my-pet-listings-page .litter_content .litter_parents > fieldset > div > a:not(.no-parent) > span.image:before {
    position: absolute;
    content: '';
    background: url(../img/@2x/gallery2.png) -4px -1255px no-repeat #9e4c00;
    background-size: 50px;
    z-index: 1000;
    opacity: 0.3;
    font-size: 22px;
    color: #9e4c00;
    width: 30px;
    left: 36%;
    top: 36%;
    height: 30px;
    padding: 20px 21px;
}
body.my-pet-listings-page .litter_content .litter_parents > fieldset > div > a:not(.no-parent) > span.image:hover:before {
    opacity: 1;
}
.litter_content .litter_parents > fieldset > div a > .title {
    text-align: center;
    display: inline-block;
    width: 100%;
	font-size: 14px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
}
.litter_content .litter_parents > fieldset > div a.no-parent > .title {
    display: none;
}
.parents .parent_text {
    padding-bottom: 15px;
    display: block;
}
.parents .my_adults {
    margin: 0 -35px 10px -15px;
    max-height: 440px;
    overflow: auto;
}
.parents .my_adults .adult img {
    width: 100%;
}
.parents .my_adults label {
    border: 1px #9e4c00 solid;
    padding: 0;
    margin: 1%;
    max-width: 31.3%;
    background: url("../img/featured-bg.png");
}
.parents .my_adults .adult .title {
    display: block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 5px;
}
.parents .my_adults .adult .radio {
    width: 100%;
    display: block;
    text-align: center;
}
.parents .my_adults .adults,
.parents .my_adults .other_adults {
    border: 1px #8f9bc4 solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    margin: 0 15px 20px 0;
    width: 100%;
}
.parents .my_adults .mixed_adults {
    border-bottom: 1px #666 dotted;
    border-top: 1px #666 dotted;
	background-color: #e1d9a3;
    text-align: center;
    color: #666;
    font-size: 18px;
    margin: 15px 15px 25px 0;
    width: 100%; 
}
.parents .my_adults fieldset legend {
    text-align: center;
	color: #2a365e; 
}
.litters .my_litters .kittens .add_kitten {
    background: none;
    height: 320px;
    padding: 0 15px;
}
.litters .my_litters .kittens .add_kitten > div {
    /*background: #ece2d3;*/
    background: url('../img/add_kitten.png') center no-repeat #efefef;
    background-size: 100%;
    border: 1px #ccc solid;
    border-radius: 5px;
    height: 335px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color:  black;
}
.litters .my_litters .kittens .add_kitten.puppy_button > div {
    background-image: url('../img/add_puppy.png');
}
.litters .my_litters .kittens .add_kitten > div:hover {
    /*background: #ece2d3;*/
	background-color: #e7e7e7;
}
.litters .my_litters .kittens .add_kitten span.counter {
    font-size: 16px;
    color:  #777;
}
.litters .my_litters .kittens .add_kitten span.name {
    background:  #9e4c00;
    color: white;
    padding: 2px 16px;
    font-size: 32px;
}
.litters .my_litters .kittens article {
    margin-bottom: 15px;
}
.litters .my_litters .kittens .info_text {
    width: 100%;
    padding: 0 0 15px 25px;
}

@media screen and (max-width: 767px) {
    .litters .my_litters .main_title {
        display: block;
        width: 100%;
        clear: both;
        margin-top: 0px;
    }
    .litters .my_litters .litter_details,
    .litters .my_litters .litter_parents,
    .litters .my_litters .kittens {
        width: 100%;
        float: none;
        height: auto;
        margin-bottom: 20px;
    }
    .litters .my_litters .kittens {
        background: none;
        border: 0;
        padding: 0 !important;
    }
    .litters .my_litters .kittens fieldset {
        padding: 4px;
        border: 0;
    }
    .litters .my_litters .litter_details {
        margin: 15px 0 20px 0;
    }
    .litters .my_litters .description {
        padding: 0 9px 20px;
    }
    .litters .my_litters .litter_details fieldset, 
    .litters .my_litters .litter_parents fieldset {
        height: auto;
    }
    div.listing-details div.price-tag .lf_bloodline_1, 
    div.listing-details div.price-tag .lf_bloodline_2, 
    .litter_content .litter_details .field .lf_bloodline_1, 
    .litter_content .litter_details .field .lf_bloodline_2 {
        margin: 15px 0 0;
    }
    .litter_content .litter_parents div:hover img {
        transform: none;
        transition: none;
    }
/*    .litter_content .litter_parents img {
        width: 95%;
    } */
    .litter_content .litter_details .field .lf_bloodline_2 {
        margin-left: 0;
    }
    .litter_content .litter_parents span.image .title {
        bottom: 7px !important;
    }
    .litter_content .litter_parents > fieldset > div > a > span.image:before {
        left: 32% !important;
        top: 30% !important;
    }

    .litters .my_litters .kittens .add_kitten,
    .litters .my_litters .kittens .add_kitten > div {
        height: 296px;
    }
    .litters .my_litters {
        margin: 0 5px 40px;
        padding: 25px 15px;
    }
    .litters .my_litters .kittens article {
        padding: 0;
    }
    ul.packages > li div.status div.renew a {
        margin: 5px 0;
    }
}
@media screen and (max-width: 363px) {
    .litters .my_litters {
        padding: 25px 10px;
    }
    .litters .my_litters fieldset {
        padding: 5px;
    }
    .my_litters .edit_litter, 
    .my_litters .delete_litter, 
    .my_litters .litter_visibility {
        margin: -15px 5px 0;
    }
    .litter_content .litter_parents > fieldset > div {
        margin: 10px 1%;
        width: 46.5%;
    }
    section#listings.my-listings .item div.navigation > ul > li.single-inline {
        top: 66px;
    }
    ul.packages > li div.status ul.package_info {
        float: none;
    }
    ul.packages > li div.status div.renew {
        text-align: left;
    }
    .litters .my_litters .main_title {
        margin-top: 25px;
    }
}
@media screen and (max-width: 1439px) and (min-width: 1200px) {
    /*.litters .my_litters .kittens article  {
        height: 278px;
    }*/
    .litters .my_litters .kittens .add_kitten,
    .litters .my_litters .kittens .add_kitten > div {
        height: 295px;
    }
    .litter_content .litter_details .field.litter_name .value {
        max-width: 230px;
    }
}
@media screen and (max-width: 1199px) {
    .litters .my_litters .kittens .add_kitten,
    .litters .my_litters .kittens .add_kitten > div {
        height: 314px;
        background-size: auto;
    }
}
@media screen and (max-width: 991px) {
    .litters .my_litters .kittens .add_kitten,
    .litters .my_litters .kittens .add_kitten > div {
        height: 344px;
    }
}
@media screen and (max-width: 768px) {
    .litters .my_litters .kittens .add_kitten,
    .litters .my_litters .kittens .add_kitten > div {
        height: 407px;
        padding: 0;
    }
}

div.upload-zone:hover {background-color: #fdf9e3;}

.login_user_superadmin {
    position: absolute;
    right: -10px;
    top: -49px;
    border: 1px #000 solid;
    padding: 0 3px;
    border-radius: 5px;
    background: #ff7171;
    font-size: 14px;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .login_user_superadmin {
        top: -14px;
    }
}
.superadmin_notice {
    background: #E11300;
    text-align: center;
    min-height: 40px;
    color: white;
}
.superadmin_notice > div {
    text-align: center;
    padding: 5px;
}
.superadmin_notice a {
    height: 30px;
    line-height: 30px;
}

.block_breeder_website_box ul .price,
.block_how_it_works_box ul .price {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}
.block_breeder_website_box ul .included,
.block_how_it_works_box ul .included {
    text-align: center;
    margin: 10px 0 20px;
}
.block_breeder_website_box ul .points,
.block_how_it_works_box ul .points {
    margin-left: 5px; 
}
.block_breeder_website_box ul .des,
.block_how_it_works_box ul .des {
    margin-bottom: 20px;
    font-size: 0.813em;	
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-style: italic; 
}
.block_breeder_website_box ul .points li,
.block_how_it_works_box ul .points li {
    padding: 5px 0 5px 5px; 
}
.block_breeder_website_box ul .points li.no_check,
.block_how_it_works_box ul .points li.no_check {
    text-align: center;
}
.block_breeder_website_box ul .points li.hide_breeder_page,
.block_how_it_works_box ul .points li.hide_breeder_page {
    display: none;
}
.block_breeder_website_box ul .points li:not(.no_check):before,
.block_how_it_works_box ul .points li:not(.no_check):before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 15px;
    background: url(../img/gallery.png) 0 -144px no-repeat;
    margin-right: 6px; 
}
.block_breeder_website_box ul .points li *,
.block_how_it_works_box ul .points li * {
    display: inline-block; 
}
.block_breeder_website_box .contact_us,
.block_how_it_works_box .contact_us {
    margin: 40px 0 20px;
    text-align: center;
}
.need-a-website-page .breeder_title {
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    margin: 20px 0;
    border: 1px #ccc solid;
    border-left: 0;
    border-right: 0;
}
.block_breeder_website_box.side_block > div h3,
.block_how_it_works_box.side_block > div h3 {
    margin-bottom: 5px;
}
.need-a-website-page .breeder_templates img {
    width: 100%;
    margin-bottom: 20px;
	box-shadow: 5px 5px 5px 2px #999;
}
.clear_input {
    border: 1px #fff solid;
    border-radius: 50%;
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 32px;
    right: 31px;
    background: url(../img/gallery.png) 5px -282px no-repeat;
    filter: invert(0.3);
    cursor: pointer;
}
/*.clear_input:hover {
    filter: none;
    background-color: #e40101;
}*/
@media screen and (max-width: 991px) {
    .clear_input {
        top: 27px;
        right: 25px;
    }
}
div.field span.des {
    padding-left: 10px;
    font-size: 0.813em; 
    text-align: justify;
    font-family: "Times New Roman", Times, serif;
    font-style: italic; 
}
.last_login_date {display: none;}