/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Aug 19, 2019, 11:58:01 AM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 14, 2019, 10:35:00 AM
    Author     : mv
*/
/** Rebuild Marine promoter - FMG - Start **/
/**
  * Font sizes and spacing/widths
  * -----------------------------------------------------------------------------
  */
/* Font familys */
/* Font weight */
/* Custom theme Font sizes */
/* extra small fonts 12px*/
/*Footer links -14px*/
/*Normal font - 16px*/
/*Block heading - 18px*/
/*Block heading - 22px*/
/*Block heading - 24px*/
/*heading - large - 32px,*/
/* Transitions */
/* line Height */
/* Breakpoints */
/* Spacings and widths */
/** Button settings **/
/** Menu settings **/
/** Rebuild Marine promoter - FMG - End **/
/*
Created on : 2019-06-26
Author     : 
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 15, 2019, 2:43:47 PM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 27, 2018, 3:04:21 PM
    Author     : mv
*/
/*
.if-template-selector(@selector; @template; @rules) {
	@{selector} when (@app-skin = @template) {
		@rules();
	}
}
*/
/* Body */
/* Small */
.al-ty-h1b-price {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
}
/*
    Created on : May, 2023
    Author     : Brunda
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
* * {
  box-sizing: inherit;
}
.page-amb #page {
  width: auto;
  margin-top: auto;
}
.page-amb #page .al-hdr-logo-img {
  height: auto;
}
.pb-container {
  position: relative;
  width: 95%;
}
.pb-container .pb-hdr-btns {
  display: none;
}
@media screen and (max-width: 767px) {
  .pb-container .pb-logo {
    padding: 16px;
  }
  .pb-container .block-img {
    margin-top: 24px;
    padding: 0 16px;
    width: 95%;
    height: auto;
  }
  .pb-container .section-top-image {
    text-align: unset;
  }
  .pb-container .section-top-image .trustpilot-mobile {
    padding: 0 16px;
    margin-top: 24px;
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .pb-container .section-top-image {
    text-align: end;
  }
  .pb-container .section-top-image .block-img {
    width: 557px;
    height: 537px;
  }
}
@media screen and (min-width: 1120px) {
  .pb-container {
    max-width: 1100px;
  }
}
@media screen and (min-width: 570px) {
  .pb-container {
    margin: 0 auto;
    width: 80%;
  }
  .pb-container .pb-hdr-btns {
    padding: 12px 0;
    display: block;
  }
  .pb-container .pb-popup-header-right {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .pb-container .pb-logo {
    padding: 16px 0;
  }
}
.pb-container .al-btn.social-fb,
.pb-container .al-btn.social-google {
  height: 60px;
  width: 100%;
}
.pb-container .al-btn.social-fb.nonFAD,
.pb-container .al-btn.social-google.nonFAD {
  width: 49%;
  font-size: 15px;
}
.pb-container .nonfad-login-form {
  display: none;
}
.pb-container .nonfad-login-form.not-logged-in {
  display: block;
}
.pb-container .create-button .al-btn.button-56,
.pb-container .login-button .al-btn.button-56 {
  height: 60px;
  border-radius: 6px;
  padding: 11px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
.pb-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 576px) {
  .pb-fixed {
    backdrop-filter: blur(2px);
  }
}
.al-hdr-nav {
  height: 60px;
  border-bottom: none;
}
.al-hdr-nav .logo-pb {
  order: 0 !important;
}
@media screen and (max-width: 570px) {
  .al-popup .pb-popup .al-popup-container {
    width: auto;
  }
  .al-popup .al-popup-container {
    width: auto;
  }
}
#pb-login .al-message {
  color: #F74D4D;
  background: rgba(247, 77, 77, 0.1);
  padding: 8px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  line-height: 28px;
  border-radius: 0;
  display: none;
}
.pb-form {
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 48px 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.pb-form * {
  box-sizing: inherit;
}
.pb-form.create-profile {
  margin-bottom: 3rem;
}
.pb-form #profile-create.disabled {
  opacity: 0.5;
}
.pb-form .al-input {
  min-height: 60px;
  border-radius: 8px;
}
@media screen and (min-width: 767px) {
  .pb-form {
    min-width: 544px;
  }
}
.pb-form .form-content {
  margin-top: 12px;
}
.pb-form .pb-form-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.pb-form #cross_icon {
  position: absolute;
  right: 4px;
  top: 23px;
  bottom: 18px;
  width: 24px;
  height: 24px;
}
.pb-form #path_icon {
  position: absolute;
  left: 16px;
  top: 18px;
  bottom: 18px;
  width: 24px;
  height: 24px;
}
.pb-form .al-input-search-popup.pb-input-popup {
  padding: 0;
  border: 1px solid #CBD5D9;
}
.pb-form #input_business_address {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  height: 60px;
  resize: none;
  overflow: hidden;
}
.pb-form #input_business_address::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}
.pb-form #input_business_address[readonly] {
  min-height: 60px;
  padding: 18px 40px 18px 48px;
  background-color: #F4F7F7;
  color: #5D6066;
  border: 1px solid #CBD5D9;
}
.pb-form #input_business_address[readonly].hasTwoLines {
  min-height: 60px;
  padding: 10px 40px 10px 48px;
}
.pb-form #input_business_address[readonly].hasMoreLines {
  min-height: 90px;
  padding: 12px 40px 12px 48px;
}
.pb-form .al-input.pb-input {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}
@media screen and (min-width: 767px) {
  .pb-form .al-input.pb-input {
    min-width: 456px;
  }
}
.pb-form .al-input-search .al-icn.search {
  top: 18px;
}
.pb-form #passwordErrormessage {
  margin: 6px 8px 24px 8px;
}
.pb-form .errormessage {
  margin: 6px;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #CC0000;
}
.pb-form .invalid {
  border: 2px solid #CC0000 !important;
}
.pb-form .valid {
  border: 2px solid var(--color-accent-1) !important;
}
.pb-form .pb-title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  text-align: start;
}
@media screen and (max-width: 767px) {
  .pb-form .pb-title,
  .pb-form .pb-title h3 {
    font-size: 24px;
    font-weight: 600;
  }
}
.pb-form .social-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  height: 60px;
  border: 1px solid #5D6066;
  border-radius: 6px;
  color: #212527;
  align-items: center;
}
.pb-form .forgot-password {
  margin: 10px 0 20px;
  text-align: end;
  font-size: 13px;
  line-height: 15px;
}
.pb-form #pb-radio {
  margin-bottom: 42px;
}
.pb-form #message_verify_info-yes,
.pb-form #message_verify_info-no {
  margin-bottom: 24px;
}
.pb-form #pb-location .form-group,
.pb-form #pb-radio .form-group {
  position: unset;
  min-height: 20px !important;
}
.pb-form #pb-checkbox-consent.form-group,
.pb-form #pb-checkbox.form-group {
  position: unset;
  min-height: 20px !important;
}
.pb-form .business-header p {
  color: #5D6066;
}
.pb-form .business-location-header p {
  margin: 24px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #5D6066;
}
.pb-form #search-result {
  width: inherit;
}
.pb-form #search-result .business-info {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  height: 320px;
  overflow-y: scroll;
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #FFFFFF;
}
.pb-form #place-info {
  width: inherit;
  padding: 12px;
}
.pb-form #place-info.al-ty-bd13 {
  width: inherit;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
}
.pb-form #place-info.al-ty-sm {
  font-weight: 400;
  font-size: 10px;
  color: #5D6066;
}
.pb-form #place-info .place-info-address {
  width: 300px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 767px) {
  .pb-form #place-info .place-info-address {
    width: 380px;
  }
}
.pb-form #place-info:active {
  background: #BFAEFB;
}
.pb-form #place-info:hover {
  background: #EAEFF0;
}
.pb-form .form-group {
  position: relative;
  min-height: 60px;
}
.pb-form .dropdown-info-pb {
  position: absolute;
  max-height: 320px;
  left: 0;
  right: 0;
  top: 62px;
  overflow-y: scroll;
  border: 1px solid #CBD5D9;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
  border-radius: 8px;
  background: #FFFFFF;
  z-index: 9;
}
.pb-form .dropdown-info-pb #place-info {
  cursor: pointer;
}
.pb-form label.al-input-label {
  position: absolute;
  top: 0;
  left: 12px;
  color: #72767D;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  margin-top: 9.5px;
}
.pb-block {
  margin-top: 109px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.pb-block .pb-title-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 8px;
  gap: 24px;
  width: 450px;
  justify-content: center;
}
.pb-block .pb-title-text .g-8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.pb-block .pb-title-text .al-ty-bd18 {
  max-width: 376px;
}
.pb-block .pb-title-text.account-create {
  justify-content: normal;
}
.pb-block .trustpilot-mobile {
  display: none;
}
.pb-block .pb-form {
  flex: 0 0 44%;
}
.pb-block .congratulation {
  width: 544px;
  flex: 0 0 44%;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 48px 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-top: 8px;
  text-align: center;
}
.pb-block .congratulation-img {
  width: 295px;
}
@media screen and (max-width: 767px) {
  .pb-block {
    margin-left: 20px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .pb-block .pb-title-text {
    display: flex;
    padding: 0 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }
  .pb-block .pb-title-text .g-8 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .pb-block .pb-title-text .pb-header-button {
    display: none;
  }
  .pb-block .pb-title-text.section-top .trustpilot {
    display: none;
  }
  .pb-block .pb-title-text.account-create .g-8 {
    gap: 16px;
  }
  .pb-block .pb-title-text.account-create .trustblock {
    display: block;
  }
  .pb-block .pb-form {
    flex: 90%;
  }
  .pb-block .congratulation {
    width: 100%;
    flex: 90%;
    box-shadow: none;
    border-radius: 0;
  }
  .pb-block #scroll-to-form {
    width: 100%;
    flex: 90%;
  }
}
@media screen and (max-width: 570px) {
  .pb-block {
    margin: 0;
    padding-top: 0;
  }
  .pb-block .pb-form {
    padding: 24px 16px;
    order: 1;
    border-radius: 0;
    box-shadow: none;
  }
  .pb-block .pb-title-text {
    order: 0;
    margin-top: 24px;
  }
  .pb-block .pb-title-text .pb-header-button {
    display: none;
  }
  .pb-block .pb-title-text .al-ty-bd56 {
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
  }
}
.w-45 {
  width: 45% !important;
}
.form-group.mb-2 {
  margin-bottom: 12px;
}
.form-group.mt-2 {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .al-hdr-col-pb {
    display: none;
  }
}
.al-footer.is-template-pb {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
  gap: 40px;
  background-color: #212527;
  bottom: 0;
  width: 100%;
}
.al-footer.is-template-pb .pb-footer-logo img {
  width: 160px;
  height: 35px;
}
.al-footer.is-template-pb .trustpilot-footer img {
  width: 175px;
  height: 90px;
}
@media screen and (max-width: 570px) {
  .al-footer.is-template-pb .pb-footer-logo img {
    width: 140px;
    height: 30px;
  }
  .al-footer.is-template-pb .trustpilot-footer img {
    width: 160px;
    height: 85px;
  }
}
.create-account {
  margin-bottom: 53px;
}
.create-account .pb-title-text {
  justify-content: flex-start;
}
@media screen and (max-width: 578px) {
  .create-account .pb-form {
    padding: 0 16px;
    margin-bottom: 56px;
  }
  .create-account .pb-title-text {
    display: none;
  }
}
@media screen and (max-width: 578px) {
  .pb-container {
    padding-top: 0;
    width: 100%;
  }
}
.marketing-block .block-1 {
  margin-top: 136px;
}
.marketing-block .block-1 .frame-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 0 0;
}
.marketing-block .block-1 .frame-1 .frame-title {
  margin: 0 auto;
  max-width: 709px;
}
.marketing-block .block-1 .frame-1 .frame-title .al-ty-h2-22 {
  text-transform: uppercase;
}
.marketing-block .block-1 .frame-1 .frame-content {
  margin: 20px auto 0;
  max-width: 650px;
}
.marketing-block .block-1 .image-list img {
  display: none;
  /* Hide all images initially */
}
.marketing-block .block-1 .image-list img:first-child {
  display: block;
  /* Show the first image */
}
.marketing-block .block-1 .image-list-mobile {
  display: none;
}
.marketing-block .block-1 .block-img {
  width: 100%;
  height: auto;
}
.marketing-block .block-1 .hr-line {
  border-bottom: 1px solid #212527;
}
@media screen and (max-width: 570px) {
  .marketing-block .block-1 {
    padding: 0 24px;
    margin-top: 40px;
  }
  .marketing-block .block-1 .image-list-mobile {
    display: block;
    overflow: hidden;
    margin: 0 -20px;
  }
  .marketing-block .block-1 .image-list {
    display: none;
  }
  .marketing-block .block-1 .image-list-mobile img {
    display: none;
    /* Hide all images initially */
  }
  .marketing-block .block-1 .image-list-mobile img:first-child {
    display: block;
    /* Show the first image */
  }
  .marketing-block .block-1 .al-ty-h2-22 {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
  }
  .marketing-block .block-1 .al-ty-h2-48b {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
  }
  .marketing-block .block-1 .al-ty-bd16b {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
  }
}
.marketing-block .block-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0;
  gap: 32px;
}
.marketing-block .block-2 .sub-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.marketing-block .block-2 .pb-icon {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 667px) {
  .marketing-block .block-2 {
    flex-direction: column;
    padding: 40px 24px;
  }
  .marketing-block .block-2 .sub-block {
    text-align: center;
    align-items: center;
    gap: 8px;
  }
  .marketing-block .block-2 .sub-block .al-ty-h2-28 {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
  }
}
.marketing-block .block-3 {
  margin-top: 24px;
  padding: 40px 40px 56px;
}
.marketing-block .block-3 .features-main-block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 80px;
}
.marketing-block .block-3 .features-main-block .features-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.marketing-block .block-3 .features-main-block .features-block .features-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .marketing-block .block-3 {
    margin-top: 40px;
    padding: 40px 24px 56px;
  }
  .marketing-block .block-3 .features-main-block {
    flex-direction: column;
    gap: 8px;
  }
  .marketing-block .block-3 .al-ty-bd30b {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
  }
  .marketing-block .block-3 .al-ty-bd30b.text-center {
    text-align: start;
  }
  .marketing-block .block-3 .check-icon {
    width: 16px;
    height: 16px;
    margin: 4px;
  }
  .marketing-block .block-3 .features-block {
    flex-direction: row;
  }
}
.marketing-block .block-4 {
  margin-top: 24px;
  margin-bottom: 136px;
  text-align: center;
}
.marketing-block .block-4 .title {
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 570px) {
  .marketing-block .block-4 {
    margin: 40px;
  }
  .marketing-block .block-4.bg-light {
    background: none;
    border-radius: 0;
    padding: 0;
  }
  .marketing-block .block-4 .title {
    display: none;
  }
  .marketing-block .block-4 .block-4-button {
    width: 100%;
    position: fixed;
    right: 0;
    bottom: -5px;
    z-index: 1000;
    text-align: center;
    text-decoration: none;
  }
}
.marketing-block .block-5 {
  padding: 0 0 0 16px;
}
.marketing-block .block-5 .al-ty-h2-48b {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
}
.marketing-block .block-5 .testimonial-main-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
}
.marketing-block .block-5 .testimonial-main-block .testimonial-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 8px;
  width: 257px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  font-style: italic;
}
.marketing-block .block-5 .testimonial-main-block .testimonial-item .testimonial-icon {
  width: 41px;
  height: 45px;
}
.marketing-block .block-5 .testimonial-main-block .testimonial-item .testimonial-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #72767D;
  font-style: normal;
}
.marketing-block .block-5 .btn-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .marketing-block .block-5 {
    margin-top: 40px;
  }
  .marketing-block .block-5 .slick-slide {
    margin: 0 10px;
  }
  .marketing-block .block-5 .slick-list {
    position: unset;
    margin: 10px;
    padding: 10px;
  }
  .marketing-block .block-5 .slick-prev:before,
  .marketing-block .block-5 .slick-next:before {
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .marketing-block .block-5 .justify-content-end {
    justify-content: end;
  }
  .marketing-block .block-5 .justify-content-between {
    justify-content: space-between;
  }
  .marketing-block .block-5 .btn-wrap {
    display: flex;
    flex-direction: row;
  }
  .marketing-block .block-5 .btn-wrap .prev-btn,
  .marketing-block .block-5 .btn-wrap .next-btn {
    border: none;
    background-color: #FFFFFF;
  }
  .marketing-block .block-5 .btn-wrap .prev-btn .shape-icon,
  .marketing-block .block-5 .btn-wrap .next-btn .shape-icon {
    margin: 6px;
    width: 48px;
    height: 48px;
  }
  .marketing-block .block-5 .testimonial-main-block .testimonial-item {
    margin-right: 10px;
    height: 360px;
  }
}
@media screen and (max-width: 300px) {
  .marketing-block .block-5 .testimonial-main-block .testimonial-item {
    height: 100%;
  }
}
.marketing-block .block-6 {
  margin: 136px 0;
  padding: 16px;
}
.marketing-block .block-6 .faq {
  border-bottom: 1px solid #212527;
}
.marketing-block .block-6 .faq.faq-block-1 {
  border-top: 1px solid #212527;
}
.marketing-block .block-6 .faq .faq-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.marketing-block .block-6 .faq .faq-block .faq-title {
  padding: 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.marketing-block .block-6 .faq .arrow-icon {
  cursor: pointer;
}
.marketing-block .block-6 .faq .faq-content {
  display: none;
  padding: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.marketing-block .block-6 #faq-hidden {
  display: none;
}
.marketing-block .block-6 #see-more {
  text-decoration: none;
}
.marketing-block .block-6 .see-more {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}
@media screen and (max-width: 567px) {
  .marketing-block .block-6 {
    margin-top: 40px;
    margin-bottom: 58px;
  }
  .marketing-block .block-6 .al-ty-h2-48b {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
  }
  .marketing-block .block-6 .faq .faq-block .faq-title {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
  }
}
@media screen and (max-width: 567px) {
  .marketing-block.pbn-account .block-6 {
    margin-top: 40px;
    margin-bottom: 24px;
  }
}
.bg-light {
  background: #F4F7F7;
  border-radius: 8px;
  padding: 40px 40px 56px;
}
@media screen and (max-width: 567px) {
  .bg-light {
    border-radius: 0;
  }
}
.congrats-icon {
  width: 56px;
  height: 56px;
}
.loader {
  margin: 100px auto;
  width: 75px;
  height: 75px;
  background: linear-gradient(#fff 0 0) padding-box, linear-gradient(to right, #91D851 -25%, rgba(196, 196, 196, 0) 75%) border-box;
  border: 8px solid transparent;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pd-register-h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
.section-title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #46484D;
}
.consent-checkbox,
.register-radio,
.register-checkbox,
.location-checkbox,
.fad-web {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #212527;
}
.register-radio {
  width: 96px;
  margin-right: 30px;
}
.consent-block {
  margin-top: 8px;
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #72767D;
}
.pb-link {
  margin-top: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #212527;
}
.rotate {
  animation: rotate 4s linear;
  transform: rotate(180deg);
}
.ad_payment{
	width:790px;
}

.ad_payment_safe{
	background-color:#faf495;
	background-image:url("icn_safe.gif");
	background-repeat:no-repeat;
	background-position:13px 8px;
	font:normal 16px Helvetica;
	color:#333;
	padding:15px 0px 14px 59px;
	margin-bottom:14px;
	border:1px solid #ccc;
}

.ad_payment h2, .ad_payment_header h2{
	font:bold 16px Helvetica;
	color:#333;
	margin-bottom:30px;
	text-transform:capitalize;
}

.ad_payment_header{
	background-color:#f5f5f5;
	border:1px solid #ccc;
	padding:11px 15px 16px 15px;
	margin-bottom:26px;
}

.ad_payment_header .label, .ad_payment_header .label_value{
	font:normal 12px Helvetica;
	color:#333;
	margin-bottom:3px;
	padding:3px;
}

.ad_payment_header .label_value span{
	background-color:#ffc1c1;
	display:inline-block;
	margin-right:3px;
	padding:2px 4px 2px 3px;
}

.ad_payment_header .cost{
	text-align:right;
	font:normal 20px Helvetica;
	color:#666;
}

.ad_payment_header .cost b{
	color:#333;
}

.ad_payment_item{
	border:1px solid #ccc;
	padding:11px 15px 16px 15px;
	margin-bottom:14px;
}

.ad_payment_item h2{
	margin-bottom:17px;
}

.paa_button{
	float:right;
	border: 1px solid #999;
	background: #FFF; /* Old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFFFFF 0%,#f0f0f0 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #FFFFFF 0%,#f0f0f0 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #FFFFFF 0%,#f0f0f0 100%); /* W3C */
	margin: 2px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(000, 000, 000, 0.1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(000, 000, 000, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(000, 000, 000, 0.1); 
	border-radius: 3px 3px 3px 3px;
	color: #666;
    font: bold 14px Helvetica;
    height: 26px;
    text-align: center;
    min-width: 146px;
}

.paa_button:hover{
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f7f7 0%,#f0f0f0 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f7f7f7 0%,#f0f0f0 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f7f7f7 0%,#f0f0f0 100%); /* W3C */
	border-color: #666;
}

.step3_payment_obs{
	/*width:790px;*/
	border:1px solid #ccc;
}

.step3_payment_obs .top{
	border-bottom:1px solid #ccc;
	padding:10px 9px 0px 14px;
	min-height:66px;
}

.step3_payment_obs .top .float_left{
	font-size: 16px;
	font-weight: bold;
	color:#333;
}

.step3_payment_obs .top .float_right a.print{
	font-size: 12px;
	font-weight: bold;
	color:#333;
	text-decoration:none;
	background-image:url("paa_print.gif");
	background-repeat:no-repeat;
	width: 40px;
    height: 24px;
    padding-left:40px;
    padding-top:6px;
    display:inline-block;
}

.step3_payment_obs .top table{
	margin-bottom: 64px;
}

.step3_payment_obs .top th{
	padding-bottom:16px;
}

.step3_payment_obs .total{
	border-bottom:0px;
	display: flex;
	align-items: center;
	padding-top: 0;
	justify-content: end;
}

.step3_payment_obs .total .cost{
	
}

.ad_header_block .icons span{
	float:left;
	margin-right:10px;
	padding-left:18px;
}
.steps
{
	clear:both;
	height:115px;
	background-color:#B7CB32;
	width: 100%; 	
}
.steps .step_wrapper
{
	padding-top:20px;
	width: 250px;
}
.step_wrapper .step_image
{
	width:90px;
	height: 70px;
	text-align: left;
}
.step_wrapper .step_text
{
	width:220px !important;
	margin-right:20px;
	padding:0px;
	color:#FFF;
	font-size:15px;
	font-weight: bold;
	line-height: 14px;
	/*font-family: Helvetica;*/
}
.steps .in
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	height: 115px;
}

.steps .title
{
	height: 24px;
	font:bold 24px Verdana;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 15px;
}

.steps .steps_div
{
	width: 800px;
	height: 42px;
}


.steps .step1
{

	height: 42px;
	/*width: 594px;*/
	background-image: url('step1.png');
	background-repeat: no-repeat;
}
.steps .step2
{

	height: 42px;
	/*width: 594px;*/
	background-image: url('step2.png');
	background-repeat: no-repeat;
}
.steps .step3
{

	height: 42px;
	/*width: 594px;*/
	background-image: url('step3.png');
	background-repeat: no-repeat;
}


.steps .step4
{

	height: 42px;
	/*width: 594px;*/
	background-image: url('step4.png');
	background-repeat: no-repeat;
}
.steps .step_text
{
	width: 198px;
	height: 42px;
	text-decoration: none;
}
.steps .step_number
{
	margin-left: 10px;
	height: 19px;
	font:bold 19px Verdana;
	color: #666;
}
.steps .step_title
{
	margin-left: 10px;
	padding-top: 5px;
	height: 11px;
	font:bold 11px Verdana;
	color: #666;
}

.choose_box
{
	width: 322px;
	height: 359px;
	overflow-y:scroll;
	border-left: 1px solid #999;
}
.choose_box_cat
{
	width: 234px;
	height: 359px;
	overflow-y: scroll;
	display: none;
	border-left: 1px solid #999;
}
.choose_box_scat
{
	width: 234px;
	height: 359px;
	overflow-y: scroll;
	display: none;
	border-left: 1px solid #999;
}
.choose_box .choose_item
{
	/*width: 288px;*/
	border-bottom: 1px solid #ccc;
	height: 13px;
	padding: 8px;
	font:bold 12px Verdana;
	color: #666;
	background-image: url('choose_type.png');
	background-repeat: no-repeat;
}
.choose_box .choose_item_sel,.choose_box .choose_item:hover
{
	color: #333;
	background-image: url('type_sel.png');
}

.choose_item
{
	/*width: 198px;*/
	min-height: 11px;
	padding: 9px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	display: block;
	color:#666;
	font:normal 11px Verdana;
	text-decoration: none;
}

.choose_item:hover, .choose_item_sel
{
	background-color: #f4f4f4;
	color: #333;
	background-position: center right;
	background-repeat: no-repeat;	
}
.choose_item_sel
{
	background-image: url('arrow_more.png');
}
.confirm_choose
{
	margin: 10px;	
}
.choose_header
{
	background-color: #B7CB32;
	font:bold 20px Verdana;
	color: #FFF;
	/*width: 942px;*/
	padding:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.choose_wrapper
{
	border: 1px solid #999;
	border-left:0px;
	width: 980px;
}

.choose_go
{
	text-align: right;
	margin-left: 20px;
}
.btn_next
{
	border: 0px;
	font: bold 22px Verdana;
	color:#FFF;
	height: 38px;
	width: 146px;
	background-image: url('gray_btn.png');
	cursor: pointer;
	background-color: #FFF;
	padding-bottom:6px;
	padding-right:9px;
}

.btn_next_active
{
	border: 0px;
	font: bold 22px Verdana;
	color:#FFF;
	height: 38px;
	width: 146px;
	background-image: url('btn_default.png');
	cursor: pointer;
	background-color: #FFF;
	padding-bottom:6px;
	padding-right:9px;
	display: inline-block;
}
.btn_next_active:hover
{
	background-image: url('btn_hover.png');
}
.tip_msg
{
	margin-left: 30px;
	font: normal 11px verdana;
	color: #333;
	display: none;
	float: left;
}

.error_msg
{
	margin-left: 30px;
	font: normal 11px verdana;
	color: #333;
	display: none;
	float: left;
}
.tip_msg a,.error_msg a,.empty_msg a
{
	color: #333;
	text-decoration: underline;
}
.error_field
{
	margin-left: 30px;
	font: normal 11px verdana;
	color: #333;
	display: block;
	float: left;
}
.valid
{
	height:16px;
	width:16px;
	margin-left: 5px;
	background-image: url('valid.png');
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
	float: left;
}

.valid_field
{
	height:16px;
	width:16px;
	margin-left: 5px;
	background-image: url('valid.png');
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	display: block;
}
.orange
{
	font: bold 11px Verdana;
	color: #f6740b;	
}
.form_field
{
	font:normal 14px Verdana;
	height:18px;
	padding: 7px;
	color: #666;
	border:1px solid #666;	
}

.form_area
{
	font:normal 14px Verdana;
	padding: 7px;
	color: #666;
	border:1px solid #666;	
}

.form_combo
{
	font:normal 14px Verdana;
	color: #666;
	padding: 3px;
	border:1px solid #666;
	background-color: #FFF;
}
.form_yt
{
	font:normal 14px Verdana;
	height:18px;
	padding: 7px;
	color: #666;
	border:1px solid #666;
	background-image: url('yt_icon.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 90px;
}
.paa_field
{
	font:normal 14px Verdana;
	height:18px;
	padding: 5px;
	color: #666;
	border:1px solid #666;	
}

.paa_area
{
	font:normal 14px Verdana;
	padding: 7px;
	color: #666;
	border:1px solid #666;	
}

.paa_combo
{
	font:normal 14px Verdana;
	color: #666;
	padding: 4px;
	border:1px solid #666;
	background-color: #FFF;
	max-width: 440px;
}
.paa_yt
{
	font:normal 14px Verdana;
	height:18px;
	padding: 5px;
	color: #666;
	border:1px solid #666;
	background-image: url('yt_icon.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 90px;
}

.paa_section
{
	border: 1px solid #ccc;
	font:normal 14px Verdana;
	padding: 14px;
	margin-left: 10px;
	width: auto;
}
.paa_section a
{
	color:#0099ff;
	text-decoration: none;
}
.paa_section a:hover
{
	text-decoration:underline;
}
.section_arrow
{

	border-style:solid;
	border-color:transparent transparent transparent #333;
	border-width:4px;
	height:2px;
	width: 0px;
	display: inline-block;
}
.paa_subform_title,.paa_subform_title2
{
	font:bold 14px Verdana;
	color: #333;
	/*text-transform:capitalize;*/
}
.paa_subform_title span, .paa_section_text
{
	font:normal 11px Verdana;
	color: #666;
	margin-top:5px;
	display:block;
	width:75%;
}
.paa_subform_title2 span, .paa_section_text2
{
	font:normal 11px Verdana;
	color: #666;
	margin-top:5px;
	display:block;
	width:700px;
}
.paa_subform_title span span,.paa_subform_title2 span span
{
	display:inline;
	width:auto;
}

.paa_section_text,.paa_section_text2{
	margin: 5px 0px 15px 10px;
}

label
{
	font:normal 14px verdana;
	color:#666;	
}
.sublabel
{
	font:normal 9px verdana;
	color:#666;	
}
.sublabel a
{
	font:normal 9px verdana;
	color:#333;
	text-decoration: none;
}
.sublabel a:hover
{
	text-decoration: underline;
}
.f_btn
{
	text-align: right;	
}

.subform_table_border
{
	margin-bottom:15px;
	border:1px solid #ccc;
	padding-bottom:15px;	
}
.thanks_title
{
	font:bold 20px verdana;
	color:#333333;
}
.thanks_text
{
	width: 400px;
	padding-top: 10px;
	font:normal 12px Verdana;
	color: #333;
}
.thanks_text a
{
	text-decoration: none;
	font:normal 12px Verdana;
	color: #993399;
}
.thanks_text a:hover
{
	text-decoration: underline;	
}
.step3_blocks
{
	width: 670px;
	margin-top: 60px;
	margin-bottom:40px;	
}

.step3_blocks .redes_sociais
{
	width: 350px;
}

.step3_blocks .redes_sociais a
{
	width:308px;
	background-color: #f5f5f5;
	padding: 6px;
/*	font: normal 14px var(--font-main);*/
	color:#333;
	margin-bottom: 3px;
	margin-right:30px;
	display:block;
	text-decoration:none;
	cursor:pointer;
}

.step3_blocks .redes_sociais a img
{
	vertical-align:middle;
	margin-right:13px;
}

.step3_blocks .ad_links
{
	width: 320px;
}
.block_title
{
	font-size: 18px;
	font-weight: bold;
	color:#333;
	margin-bottom: 15px;	
}
.step3_blocks .rs_block
{
	width:308px;
	background-color: #f5f5f5;
	padding: 6px;
	font-size:14px;
	color:#333;
	margin-bottom: 3px;
	margin-right:30px;
}

.step3_blocks .links_block
{
	width:300px;
	background-color: #d4d4d4;
	padding: 12px;
	/*font-size:12px;*/
	color:#333;
}

.step3_blocks .links_block a 
{
	background-image:url("arrow_grey.gif");
	background-position: center left;
	background-repeat:no-repeat;
	padding:6px;
	padding-left: 10px;
	display: block;
	color: #333;
	text-decoration: none;
}	
.step3_blocks .links_block a:hover
{
	text-decoration: underline;	
}
.step3_blocks .links_block .noimage
{
	padding:0px; 
	background-image: none;	
	display: inline-flex;
}
.step3_blocks .links_block .noimage:hover
{
	text-decoration: none;
}
.place_another
{
	box-sizing: border-box;
	background-color:var(--color-accent-1);
	/*color: #fff;*/
	height: 40px;
	padding: 0 12px;
	display: inline-flex;
	align-items: center;
	transition: all ease-in-out 300ms;
}
.place_another_arrow
{
	border-style:solid;
	border-color:transparent transparent transparent var(--color-accent-1);
	border-width:20px;
	/*height:2px;*/
	width: 0px;
	display: inline-block;
	transition: all ease-in-out 300ms;
}

.step3_blocks .links_block .noimage:hover{
	.place_another{
		background-color:var(--color-accent-1-dark);
	}
	
	.place_another_arrow{
		border-color:transparent transparent transparent var(--color-accent-1-dark);
	}
}


.place_ather_ad
{
	width:145px;
	height: 42px;
	border: 0px;
	text-decoration: none;
	background-image: url('other_ad.png');
	background-position: center center;
	display: block;
}
.manage_myads
{
	padding-top: 5px;
	width:145px;
	height: 15px;
	text-decoration: none;
	display: block;
	font-size: 12px;
	color: #666;
	text-align: left;
}

.manage_myads:hover
{
	text-decoration: underline;
}

.preview
{
	background-color: #f5f5f5;
	border:1px solid #ccc;
	padding: 15px;
	margin-bottom: 20px;
}

.live_help
{
	background-color: #069ccd;
	padding: 6px 20px 4px 45px;
	height: 24px;
	display: block;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 18px;
	color: #FFF !important;
	background-image: url('help_icon.gif');
	background-position: center left;
	background-repeat: no-repeat;
}
.live_help:hover
{
	background-color: #29aad4;
}
.btn_edit
{
	border: 0px;
	font: bold 22px Verdana;
	color:#FFF;
	text-decoration: none;
	background-image: url('skins/horsemart/btn_default.png');
	cursor: pointer;
	background-color: #FFF;
	background-repeat: no-repeat;
	display: inline-block;
	background-color: #f5f5f5;
	height:36px;
	padding-top:3px;
	text-align:center;
	width:147px;
}

.btn_edit:hover
{
	background-image: url('skins/horsemart/btn_hover.png');
}

.preview_title
{
	font:normal 16px verdana;
	color:#333;
}
.ad_preview_wrapper
{
	width: 600px;
	padding-left:10px;
}
.ad_preview
{
	min-height: 200px;
	padding-left:3px;
	background-repeat: no-repeat;
	background-position: 0px 28px;
	padding-top:116px;
}

.ad_preview_compact
{
	background-position: 0px 0px!important;
}

.promote_sells
{
	width: 168px;
	margin-bottom:20px;
}

.package_title, .package_title_sel{
	background-image: url('arrow_btm_666.png');
	background-position: 25px 28px;
	background-repeat: no-repeat;
	padding-left:56px;
	font-size:30px;
	color:#666;
	text-decoration:none!important;
	line-height:61px;
	border-top:1px solid #ccc;
	display:block;
	clear:both;
	outline:none;
	background-image: url('arrow_top_666.png');
	margin-bottom:0px;
}

.package_title:hover, .package_title_sel:hover{
	color:#666!important;
}

.package_business_title{
	cursor:pointer;
}

.package_business_title .left{
	float:left;
	width:246px;
	padding-left:18px;
	padding-right:35px;
	height:81px;
	background-image: url('package_option_left.gif');
	background-repeat: repeat-x;
}

.package_business_title .view{
	background-image: url('arrow_top_fff.png');
	background-repeat: no-repeat;
	background-position:0px 11px;
	padding:3px 0px 0px 18px;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
}

.package_business_title .title{
	font-size:32px;
	color:#fff;
}

.package_business_title .right{
	float:left;
	width:489px;
	height:81px;
	background-image: url('package_option_right.gif');
	background-repeat: repeat-x;
}

.package_business_title .right .descr{
	background-image: url('package_option_right_descr.gif');
	background-repeat: no-repeat;
	background-position:47px 11px;
	height:61px;
	padding:9px 10px 0px 120px;
	color:#fff;
	font-size:22px;
	text-transform:uppercase;
}

.package_business_title .right .descr font{
	font:16px var(--font-main);
	text-transform:none;
	line-height:18px;
}

#select_packages{
	margin:24px 0px 30px 21px;
}

#option-package-list{
	padding:10px 0px 10px 24px;
	background-color:#e5f4fa;
}

.content_package_options{
	border-bottom:1px solid #ccc;
}

#upsell-package-list{
	margin:0px 0px 34px 24px;
}

.plan_td{
	width:142px;
	background-color:#f3f3f3;
	text-align:center;
}

#option-package-list .plan_td{
	background-color:#f1f8fb;
}

.plan_td_sel{
	background-image: none;
	background-color:#fcfcfc;
}

.plan_td_special{
	position:relative;
	border-bottom: 1px solid #ff9900;
	background: #fff2d7;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fff2d7));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #ffffff, #fff2d7); 
	/* For Internet Explorer 5.5 - 7 */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#fff2d7);*/
	/* For Internet Explorer 8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#fff2d7)";*/
	-webkit-box-shadow:0px 0px 15px rgba(0,0,0,0.4);
	-moz-box-shadow:0px 0px 15px rgba(0,0,0,0.4);
	box-shadow:0px 0px 15px rgba(0,0,0,0.4);
}

.plan_td_special .package_benefit{
	padding-bottom:9px;
	border-left: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
}

.content_package_options .special_offer{
	background-image: url('special_offer_bg.gif');
	background-repeat:repeat;
	text-align:center;
	color:#fff;
	font:bold 17px Helvetica;
	text-transform:uppercase;
	text-align:center;
	line-height:40px;
}

#upsell-package-list .plan_td_sel{
	background-image: none;
	background-color:#fff;
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.15);
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.15);
	box-shadow:0px 0px 10px rgba(0,0,0,0.15);
}

.select_packages_option_div .plan_td_sel .package_price{
	color:#fd3400!important;
}

.plan_name{
	font:bold 16px Helvetica;
	color:#333;
	text-align:center;
	line-height:45px;
	border-bottom:1px solid #ccc;
}

.plan_price{
	font:bold 27px Helvetica;
	color:#666;
	text-align:center;
	line-height:60px;
}

.plan_obs_text{
	font:bold 22px Helvetica;
	color:#000;
	text-align:center;
}

.plan_td .regular_price{
	height:24px;
}

.plan_td .regular_price div{
	text-align:center;
	font:bold 12px Helvetica;
	color:#666;
	line-height:24px;	
}

.package_price{
	text-align:left;
	font:bold 20px Helvetica;
	color:#333;
	margin:5px 0px 5px 9px;
}

.package_price .price_obs{
	font:normal 14px Helvetica;
	color:#333;
}

.package_price .old_price{
	font:bold 15px Helvetica;
	color:#ff0000;
	text-decoration:line-through;
}

.select_packages_option_div .benefit{
	border-bottom:1px solid #ccc;
	font:bold 14px Helvetica;
	color:#666;
	padding:5px 0px;
}

.select_packages_option_div tr td{
	border-bottom:1px solid #ccc;
}

.select_packages_option_div tr td.noborder{
	border-bottom:0px;
}

.select_packages_option_div tr td.plan_td{
	border-bottom:1px solid #e4e4e4;
}

.select_packages_option_div tr:last-child td{
	border-bottom:none;
}

.select_packages_option_div .tick{
	background-image: url('benefit_tick_grey.png');
	background-repeat: no-repeat;
	width:27px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
}

.plan_td_sel .tick, .plan_td_special .tick{
	background-image: url('benefit_tick_green.png');
}

/*.sell_premium{
	background-color:#ebebeb;
	width:100%;
	display:table;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.sell_premium_green{
	background-color:#d1ef7b;
}

.sell_premium div{
	display:table-cell;
	vertical-align:middle;
	padding:5px;
}

.sell_premium div div{
	display:block;
	padding:0px;
}

.sell, .sell_green
{
	width:168px;
	height: 106px;
	background-image: url('promote_cell.png');
	background-repeat: no-repeat;
	background-position: center right;
	margin-bottom: 5px;
}
.sell_green
{
	background-image: url('cell_green.png');
	background-repeat: no-repeat;
	background-position: center right;
}

.upsell_special .sell, .upsell_special .sell_green{
	background-image: none;
	background-color:#ebebeb;
	width:380px;
	height:auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.upsell_special .sell_green{
	background-color:#d1ef7b;
}

.upsell_special .sell_content{
	width:280px;
	margin:10px;
}

.upsell_special .check_sell{
	margin-top:22px;
	margin-left:17px;
}

.upsell_special .check_sell_green{
	margin-top:20px;
	margin-left:12px;
}


.check_sell
{
	width: 17px;
	height: 17px;
	background-image: url('check_cell.png');
	margin-top: 44px;
	margin-left: 32px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.check_all_sell
{
	width: 17px;
	height: 17px;
	background-image: url('check_cell.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	margin-right: 10px;
	margin-left: 4px;
}
.check_all_sell_green
{
	width: 22px;
	height: 18px;
	background-image: url('checked.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	margin-right: 10px;
	margin-left: 0px;
}
.check_sell_green
{
	width: 22px;
	height: 18px;
	background-image: url('checked.png');
	margin-top: 43px;
	margin-left: 27px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.sell_premium .check_sell, .sell_premium_green .check_sell, .sell_premium .check_sell_green, .sell_premium_green .check_sell_green{
	width: 22px;
}

.sell_content
{
	width: 110px;
	margin-left: 9px;
	margin-top: 5px;
}

.sell_premium .sell_content, .sell_premium_green .sell_content{
	width:auto;
}

.sell_title
{
	font:bold 13px verdana;
	color: #333;
	margin-bottom: 2px;
	letter-spacing: -1px;
}
.sell_text
{
	font:normal 10px verdana;
	color: #333;
	line-height: 12px;
}
*/
.select_all
{
	border-bottom:1px solid #B6B6B6;
	border-top:1px solid #B6B6B6;
	color:#333333;
	font:bold 14px verdana;
	margin-left:20px;
	padding:10px;
	width:128px;
}
.total_cost
{
	font:normal 36px Helvetica;
	color:#666;
}
.total_cost a
{
	font:bold 12px verdana;
	color: #25a8d3;
	text-decoration: none;
}
.total_cost a:hover
{
	text-decoration:underline;	
}
.cost
{
	font-size: 20px;
}
.total_vivas
{
	font-size: 10px;
	color:#666;
	text-align: right;
}
.total_vivas a
{
	font-size: 6px;
	color: #25a8d3;
	text-decoration: none;
}
.total_vivas a:hover
{
	text-decoration:underline;	
}
.total_vivas .cost
{
	font-size: 10px;
	color:#333;
}

.urgent_text
{
	padding: 3px;
	background: #d01313;
	font:bold 10px verdana;
	color:#FFF;	
}
.urgent_cost_text
{
	color:#333;
	font:bold 12px verdana;	
}
.upsell_homepage
{
	width:560px;
	height: 167px;
	background-image: url('upsell_homepage.jpg');
	background-position: center center;
	background-repeat: no-repeat;	
}

.upsell_hp_shadow
{
	width: 160px;
	height: 154px;
	padding-top: 15px;
	margin-left: 342px;
}
.hp_upsell_content
{
	padding: 20px;	
}

.link_back
{
	font:normal 12px verdana;
	color:#d71921;
	text-decoration: none;	
}


.link_back:hover
{
	text-decoration: underline;	
}

.ad-cost-footer{
	margin:10px 20px 0px 0px;
	text-align:right;
}

/*.coupon
{
	font:normal 14px Helvetica;
	color:#666;
	margin-top: 10px;
}

.coupon_field
{
	font:normal 12px Verdana;
	height:12px;
	padding: 5px;
	color: #666;
	border:1px solid #666;	
}

.coupon_btn
{
	background-image:url('coupon_btn.png');
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	width: 100px;
	text-align: center;
	font: bold 11px Helvetica;
	color: #333!important;
	display: inline-block;
	padding-top: 5px;
	text-decoration: none;
	margin-left: 5px;
	vertical-align: top;
	text-decoration:none!important;
}
.coupon_btn:hover{
	color: #333!important;
}

.coupon_block
{
	background-color: #d1ef7b;
	color:#333;
	font:bold 12px verdana;	
	padding: 10px;
}
*/

.account_credits
{
	padding: 5px;
	background-color: #25a8d3;
	color: #FFF;
	font:bold 12px verdana; 
}
.ad_cost_vivas
{
	padding: 5px;
	background-color: #999;
	color: #FFF;
	font:bold 12px verdana;
	margin-bottom: 5px;
}
.validation_errors
{
	border: 1px solid #d71821;
	background-color: #ffc1c1;
	width:768px;
	height: auto;
	padding: 10px;
	font: normal 11px verdana;
	color: #333;
	display:none;
	margin-left: 10px;
}

.validation_errors a
{
	color: #333;
}
#upsell_preview .latest_ads
{
	margin-top: 0px;
	padding-top: 1px;
}
#upsell_preview .latest_ads .item
{
	margin-top:3px;	
}

.paa_introduction_text
{
	width:550px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	color: #666;
	font:normal 11px verdana;
}
.paa_introduction_text span
{
	font:normal 14px verdana;
	color:#333;
}
.subform_table_border a{
	color:#666;
	text-decoration: underline;	
}
.subform_table_border a:hover{
	color:#0099cc;	
}

.business_plan{
	padding: 10px;
	border: 1px solid #666;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(100, 100, 100, 0.8);
	-moz-box-shadow: 0px 3px 5px 0px rgba(100, 100, 100, 0.8);
	box-shadow: 0px 3px 5px 0px rgba(100, 100, 100, 0.8);
	width: 800px;
	margin-top: 10px;
	display: table;

}
.business_plan .title{
	font-size: 30px;
	vertical-align: middle;
	color: #666;
	display: table-cell;
	text-align:center;
	padding-right: 10px;
	width: 150px;
}
.business_plan .includes{
	vertical-align: middle;
	display: table-cell;
}
.business_plan .price{
	vertical-align: middle;
	display: table-cell;
	width: 150px;
}
.business_plan .options{
	vertical-align: middle;
	display: table-cell;
	padding-left: 10px;
	text-align: center;
	white-space: nowrap;
}

.business_plan .options .select_plans_combo{
	white-space: normal;
}

.payment_plan_box
{
	position:relative;
	padding: 0px 20px; 
	display: block;
	width: 230px;
	min-height: 175px;
	background-image: url('plane_bg2.png');
	background-position: center left;
}
.payment_plan_box_hd
{
	margin-top: 20px;	
}
.payment_plan_box_hd,.payment_plan_box_ft
{
	padding:11px 9px;
	padding-bottom:0px; 
	display: block;
	width: 252px;
	background-image: url('plane_bg2.png');
	background-position: top left;
}
.payment_plan_box_ft
{
	padding-top:0px; 
	min-height: 210px;
	background-position: bottom left;
	position:relative;
	margin-bottom: 20px;
}
.maintable_trader
{
	padding-top:6px;
	width:100%;	
}
.payment_plan_box_hd .title
{
	text-align:center;
	padding-bottom:10px;
	color:#333;
	font-weight: bold;
	font-size: 24px;
}
.payment_plan_box_hd .price_wrapper,.payment_plan_box_hd .price_wrapper_nopadd,.business_plan .title .price_wrapper,.business_plan .title .price_wrapper_nopadd
{
	background-color:#80A1B0;
	text-align:center;
	padding:20px 0px;
	font-weight: bold;
	font-size:34px;
	color:#FFF;
}
.payment_plan_box_hd .price_wrapper_nopadd,.business_plan .title .price_wrapper_nopadd
{
	padding:5px 0px;
}
.payment_plan_box_hd .includes_top
{
	background-color:#f2f2f2;
	text-align: center;
	color:#333;
	padding:3px;
	margin-top:1px;
	font-weight: bold;
	font-size:14px;
	padding-bottom: 0px;
	padding-top:10px;
}
.payment_plan_box_hd .includes
{
	border-width: 50px 200px;
	border-style:solid;
	border-color:#f2f2f2 transparent transparent transparent;
	border-width:20px 126px;
	border-bottom:0px;
	width:0px;
	height: 0px;
	margin-bottom:0px;
}
.payment_plan_box .inc_descr_empty,.business_plan .includes .inc_descr_empty,.sell_premium .includes .inc_descr_empty
{
	padding:4px 40px;
	color:#333;
	font-size:11px;
	margin-top:0px;
	height: 14px;	
}
.payment_plan_box .hidden_benefits{
	display:none;
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    height: auto;
    left: -45px;
    padding: 5px;
    position: absolute;
    top: -18px;
    width: 350px;
    z-index: 100;
}
.payment_plan_box .inc_descr,.business_plan .includes .inc_descr,.sell_premium .includes .inc_descr
{

	padding:4px 40px;
	padding-right: 5px;
	color:#333;
	font-size:11px;
	margin-top:0px;
	background-image: url('cb_chkd.gif');
	background-position: 10px 1px;
	background-repeat: no-repeat;	
}
.payment_plan_box .disabled
{
	background-image: url('disabled_chk.png');
	background-position: 10px 1px;
	background-repeat: no-repeat;	
}
.payment_plan_box .inc_title
{
	padding:4px 40px;
	color:#E70404;
	font-size:10px;
	font-weight: bold;
}
.payment_plan_box .inc_title_empty
{
	padding:4px 40px;
	color:#E70404;
	font-size:10px;
	font-weight: bold;
	height: 14px;
}

.payment_plan_box_ft .btn_submit
{
	text-align:center;
	padding:13px;	
	padding-bottom:0px;
	position: absolute;
	bottom:30px;
	left:40px;
}
.btn_trader, .btn_trader_save
{
    background-color: #FFFFFF;
    background-image: url("trader_btn.png");
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font: bold 16px Verdana;
    height: 38px;
    padding:5px 3px;
    width: 160px;
    margin-bottom: 6px;	
}
.btn_trader_save
{
	background-image: url('skins/horsemart/trader_btn_save.png');
}
.btn_trader .option_title .btn_trader_save .option_title
{
	font-size:16px;
	font-weight: bold;	
}
.btn_trader .option_text , .btn_trader_save .option_text
{
	font-size:11px;
	font-weight: normal;	
}
.highlighted_text
{
	color:#E70404;
}

/*.trader_view_header
{
	width: 980px;

	background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #EBEBEB);
    border: 1px solid #DDDDDD;
    border-radius: 9px 9px 9px 9px;
    padding-bottom: 5px;
    width: 980px;

}
.trader_logo
{
	background-color: #FFFFFF;
    height: 240px;
    margin: 5px 5px 0;
    text-align: center;
    width: 210px;
}
.trader_logo .trader_no_photo
{
	background-color:#f2f2f2;
	color:#c2c2c2;
	font-size:20px;
	text-align:center;
	padding-top:85px;
	margin-top: 5px;
	width:210px;
	height:115px;
}
.trader_view_header .hd_title
{
	font-weight: bold;
	font-size: 12px;
	color:#FFF;
	background-color: #528438;
	padding:0px 5px;
	width:960px;
	margin:5px;
}
.hd_title .trader_name
{
	font-size:20px;	
}
.trader_view_header .online,.trader_view_header .offline
{
	padding-left: 15px;
	background-image: url('online.png');
	background-position: center left;
	background-repeat: no-repeat;
	color:#FFF;
	font-size:10px;
	font-weight: normal;
	display: block;
}
.trader_view_header .offline
{
	background-image: url('offline.png');
}
.trader_view_header .map
{
	padding:20px;
	border:1px solid #ccc;
	margin-left:10px;
}
.trader_table td.main_cell
{
	width: auto;	
}
.trader_table
{
	width: 100%;	
}
.trader_ad_navigation
{
	padding:5px;
	font-family: Arial;
	font-weight: normal;
	height: 30px;
	color:#666;
}
.trader_ad_navigation .descr
{
	padding-top:10px;	
}
.trader_ad_navigation .descr b
{
	color:#333;	
}
.trader_contacts
{
	color:#333;
	margin-left: 5px;
	margin-right:10px;
	font-size:10px;
	position:relative;
	width:440px;
}
.trader_contacts .descr
{
	margin-bottom: 0px;
	color:#333;
	font-weight: normal;
	font-size:11px;
	min-height: 150px;
	overflow: auto;
	width: 400px;
	padding-top:5px;
}

.trader_contacts .items{
	padding:10px;
	padding-left: 3px;
	left:0px;
	color:#FFF;
	font-weight: normal;
	font-size:11px;
	position:absolute;
	bottom: 25px;
}
.trader_contacts .items .item{
	width: 149px;
	height: 17px;
	line-height:17px;
	padding: 0px 2px;
	padding-left: 25px;
	color:#FFF;
	font-weight: bold;
	font-size:11px;
	text-decoration: none;
	display:block;
	border: 1px solid #999 !important;
	background-color: #ccc;
	margin-bottom:2px;
	background-repeat:no-repeat;
	background-position: center left;
	float: left;
	margin-right: 10px;
}
.trader_contacts .items .item.phone{
	background-image: url('tpage_phone.png');
}
.trader_contacts .items .item.mobile{
	background-image: url('tpage_mobile.png');
}
.trader_contacts .items .item.fax{
	background-image: url('tpage_fax.png');
}
.trader_contacts .items .item.email{
	background-image: url('tpage_email.png');
}
.trader_contacts .items .item.website{
	background-image: url('tpage_website.png');
}
.trader_contacts .items .item.twitter{
	background-image: url('tpage_twitter.png');
}
.trader_contacts .items .item.facebook{
	background-image: url('tpage_facebook.png');
}
.trader_contacts .items .item.skype{
	background-image: url('tpage_skype.png');
}
.trader_contacts .social
{
	padding-left: 3px;
	left:0px;
	color:#333;
	font-weight: normal;
	font-size:11px;
	position: absolute;
	padding-top:5px;
	bottom: 5px;
	width: 100%;
}
.trader_contacts .items a
{
	color:#333;
	font-weight: bold;
	font-size:11px;
	text-decoration: none;
}
.trader_contacts .items a:hover
{
	text-decoration: underline;	
}
.trader_map
{
	width:285px;
	margin-right: 5px;
}
.trader_map .location
{
	padding:5px 5px 5px 25px;
	font-size:12px;
	font-weight: normal;
	color:#333;
	background-image: url('location.png');
	background-position: center left;
	background-repeat: no-repeat;	
}
.trader_map .location a
{
	text-decoration:none;
	color:#666;
}
.trader_map .location a:hover
{
	text-decoration:underline;
}
.trader_map .title
{
	padding:5px;
	color:#fff;
}
#trader_map
{
	background-color:#bababa;
	width:285px;
	height: 185px;

}
*/

.trader_final_step_text
{
/*	margin-top:15px;
	color:#666;
	font-size:11px;
	width: 50%;	
	line-height: 11px;*/
}

.success_msg
{
	margin:10px 0px;
	font-size: 18px;
	color:#333;
}
.up_title
{
	font-size:12px;
	color:#333;
	padding:10px 0px;	
}
.plan_info
{
	margin-top:10px;
	padding:10px;
	border:1px solid #999;
	color:#333;
	background-color:#f2f2f2;		
}
.plan_info .title
{
	padding:3px;
	color:#333;
}
.upgrade_to
{
	color:#333;
	padding:10px;
	margin:0px 5px;	
}
.upgrade_choice
{
	color:#333;
	border:1px solid #999;
}
.upgrade_choice .title
{
	color:#333;
	padding:5px;
	font-size:14px;
	text-align: center;
	display:block;
}
.upgrade_choice .includes_top
{
	background-color:#f2f2f2;
	text-align: center;
	color:#333;
	padding:3px;
	margin-top:1px;
	font-size:12px;
	padding-bottom: 0px;
	padding-top:10px;
}
.upgrade_choice .includes
{
	border-style:solid;
	border-color:#f2f2f2 transparent transparent transparent;
	border-width:15px 100px;
	border-bottom:0px;
	width:0px;
	height: 0px;
	margin-bottom:15px;
}
.upgrade_choice .inc_descr
{

	padding:4px 40px;
	color:#333;
	font-size:11px;
	margin-top:2px;
	background-image: url('cb_chkd.gif');
	background-position: 10px 1px;
	background-repeat: no-repeat;	
}
.customize_tab
{
	padding:5px 10px;
	color: #FFF;	
	border-bottom: 0px;
	font-weight: bold;
	font-size: 11px;
    background-color: #ccc;
}
.customize_title
{
	padding:5px;
	color: #333333;	
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid #ccc;
}
.details_tblock
{
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:10px;
	color:#333;
	font-size:12px;
}
.biz_item
{
	padding:3px;
	border-bottom:1px solid #ccc;
	margin-bottom:2px;
	color:#333;	
	background-color: #fafafa;
}
.details_tblock .frm_label
{
	padding:5px;
	margin-bottom:3px;
	color:#333;
	font-size:12px;
}
.details_tblock .frm_label .fileName
{
	padding:5px;
	margin:5px 0px;
	color:#333;
	font-size:10px;
	background-color: #f2f2f2;
	border:1px solid #ccc;
	display: block;
	float: left;
}
.details_tblock .success_message
{
	padding:5px;
	margin:5px 0px;
	border:1px solid #59b755;
	background-color: #b5dcb3;
	color:#333;	
}
.details_tblock .frm_field
{
	padding:5px;
	border:1px solid #ccc;
	color:#333;
	width: 100px;
	font-size:13px;
	margin-bottom: 10px;
}
.details_tblock .activate_btn
{
	padding:5px 8px;
	margin:10px 0px 0px;
	color:#333;
	background-color: #ebebeb;
	font-size:12px;
	cursor: pointer;
	border:none;
}
.details_tblock .frm_chk
{
	margin:5px;
}
.details_tblock .activate_btn:hover
{
	background-color: #bababa;	
}
.details_tblock .details_text
{
	font-size:18px;
	text-align:left;
	line-height: 20px; 
	margin-bottom: 10px;
}
.details_tblock .other_details{
	font-size: 14px;
	color: #333;
	font-weight: normal;
	font-family: Helvetica;
}
.details_tblock .other_details .label
{
	font-size:14px;
	font-weight: normal;
	color: #888;
	font-family: Helvetica;
	text-align: right;
	display: inline-block;
}
.details_tblock .other_details a
{
	text-decoration: none;
	color:#333;	
}

.details_tblock .logo
{
	text-align: right;
}
.details_tblock .details_btn
{
	margin-top:20px;	
}
.newspage_item
{
	padding:10px;
	border-bottom:1px solid #ccc;
	color:#333;
	font-size:11px;	
}
.newspage_item .image
{
	width:140px;
	text-align: left;
}
.newspage_item .image .noimage
{
	width:130px;
	margin-right:10px;
	text-align: left;
	background-color: #f2f2f2;
	color:#c2c2c2;
	font-size: 20px;
	text-align: center;
	padding-top:60px;
	height:80px;
	display: block;
}
.newspage_item .image .noimage_big
{
	width:180px;
	margin-right:10px;
	text-align: left;
	background-color: #f2f2f2;
	color:#c2c2c2;
	font-size: 20px;
	text-align: center;
	padding-top:90px;
	height:110px;
	display: block;
}
.newspage_item .details
{
	width: 500px;
}
.newspage_item .details .date
{
	font-size: 10px;
	display: block;
	margin-bottom:2px;
	color:#999;
	font-weight: normal;	
}
.newspage_item .details .title
{
	display: block;
	margin-bottom:5px;
	color:#333;
	font-size:14px;
	font-weight: bold;	
}
.newspage_item a
{
	text-decoration: none;
	color:#333;	
}
.details_tblock .edit_btn
{
	background-color:#939598;
	padding:3px 6px;
	color:#fff;
	font-size:11px;
	display:block;
	font-weight: bold;
	text-decoration:none;
}
.details_tblock .edit_btn:hover
{
	background-color:#666666;
}
.details_tblock_plan
{
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:10px;
	color:#333;
	background-color: #d9efd1;
}
.details_tblock_plan .details_text
{
	font-size:18px;
	text-align:left;
	line-height: 20px;
	margin-bottom:20px;
}
.details_tblock_plan .other_details
{
	font-size:12px;
}
.details_tblock_plan .plan
{
	font-size:14px;
}
.details_tblock_plan .details_btn
{
	margin-top:20px;	
}
.details_tblock_plan .edit_btn
{
	background-color:#939598;
	padding:3px 6px;
	color:#fff;
	font-size:11px;
	display:block;
	font-weight: bold;
	text-decoration:none;
}
.details_tblock_plan .edit_btn:hover
{
	background-color:#666666;
}

.trader_account_status
{
	padding:10px;
	background:#d2d2d2;
	color:#333;
	margin-bottom:10px;
	font-size:12px;
}
.trader_filters .lb_block .title
{
	background-color: #528438;
	color:#FFF;
	padding:5px;
	padding-left: 20px;
	background-position: 3% 52%;
}
.trader_filters .lb_block .items 
{
	border: 1px solid #528438;
	border-top:0px;
}
.trader_filters #clipped_ads,.trader_filters #saved_searches {
    background-color: #528438;
    color: #FFFFFF;
}
.trader_filters .ads_filter .ftl_title
{
	background-color: #528438;
    color: #FFFFFF;
}
.trader_filters .ads_filter .ftl_criteria, .trader_filters .ads_filter .ftl_criteria_special, .trader_filters .ads_filter .ftl_subcriteria {
    background-color: #FFF;
    border:1px solid #bababa;
    border-top:0px;
    padding: 5px;
    color:#333;
}
.trader_filters .ads_filter .ftl_title
{
	border-bottom:0px;	
}
.trader_filters .ads_filter .ftl_criteria .ftl_label, .trader_filters .ads_filter .ftl_criteria_special .ftl_label, .trader_filters .ads_filter .ftl_subcriteria .ftl_label {
    color: #333;
}
/*.trader_lmenu
{
	border-bottom:1px solid #e8e8e8;
	color:#528438;
	margin-bottom: 25px;
}
.trader_lmenu .type_hd
{
	padding:3px 3px 3px 25px;
	color:#528438;
	background-image: url('type_arrow.png');
	background-position: center left;
	background-repeat: no-repeat;
	border-top:1px solid #e8e8e8;
	display:block;
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}
.trader_lmenu .type_hd:hover
{
	background-color: #ebebeb;
}
.trader_lmenu .type_hd_open
{
	background-image: url('type_arrow_open.png');
}
.trader_lmenu .cats_hd
{
	display:none;
}
.trader_lmenu .cat_hd
{
	padding:3px 3px 3px 30px;
	font-size:12px;
	font-weight: normal;
	display: block;
	color:#528438;
	text-decoration: none;
}
.trader_lmenu .cat_hd:hover,.trader_lmenu .sel
{
	background-color: #ebebeb;
	color:#333;	
}*/
/*.trader_bar
{
	height:40px;
	border-bottom:1px solid #666;
	background-image: url('bar_bg.png');
	background-position: bottom left;
	background-repeat: repeat-x;
	margin-bottom: 20px;
}
.trader_bar .bar_item,.trader_bar .bar_item_sel
{
	background-image: url('bar_item_up.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 25px;
	padding: 5px 10px;
	padding-top:10px;
	color: #528438;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	width: 110px;
	text-align: center;
	margin-right: 1px;
	margin-left: 1px;
	display: block;
}

.trader_bar .bar_item:hover,.trader_bar .bar_item_sel
{
	background-color: #528438;
	color:#FFF;
	background-image: url('bar_item.gif');
}*/
.hd_title .user_options
{
	margin:5px;	
}
.user_options .like_user,.user_options .block_user,.user_options .invite_user,.user_options .msg_user
/*,.user_options .edit_page*/
{
	height: 23px;
	width:28px;
	background: #FFFFFF; /* Old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#CCCCCC)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#CCCCCC 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFFFFF 0%,#CCCCCC 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #FFFFFF 0%,#CCCCCC 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#CCCCCC',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #FFFFFF 0%,#CCCCCC 100%); /* W3C */
	border: 1px solid #666 !important;
	text-align:center;
	line-height: 23px;
	border-right: 0px !important;
	cursor: pointer;
	color: #333;
	font-size: 10px;
	font-weight: bold;
}
.user_options .like_user:hover,.user_options .block_user:hover,.user_options .invite_user:hover,.user_options .msg_user:hover
/*,.user_options .edit_page:hover*/
{
	background: #CCCCCC; /* Old browsers */
	background: -moz-linear-gradient(top, #CCCCCC 0%, #FFFFFF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCCC), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #CCCCCC 0%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #CCCCCC 0%,#FFFFFF 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #CCCCCC 0%,#FFFFFF 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCCCCC', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #CCCCCC 0%,#FFFFFF 100%); /* W3C */
}
/*.user_options .edit_page
{
	text-decoration: none;
	white-space: nowrap;
	display: block;
	width: auto !important;
	padding: 0px 10px;
}*/
.user_options .block_user
{
	width:31px;
	margin-left:10px;
	border-right: 1px solid #666 !important;
}
.user_options .invite_user
{
	width:67px;
}
.user_options .msg_user
{
	width:73px;
	border-right: 1px solid #666 !important;
}
.star_biz,.star_biz_on{
	width: 20px;
	height: 20px;
	background-image: url('star_off.png');
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	margin: auto;
	margin-top: 1px; 
}
.star_biz_on{
	background-image: url('star_on.png');
}
/*.trader_contact_form
{
	padding:10px;
	background-color:	#528438;
	color:#666;
	font-size:11px;
	font-weight: normal;
}
.trader_contact_form .title
{
	color:#FFF;
	margin-bottom: 10px;
	font-size:14px;
	font-weight: bold;	
}
.trader_contact_form .contact_form
{
	background-color: #FFF;
	padding:10px;	
}
.trader_contact_form .contact_form .label
{
	display: block;
	padding-bottom:5px;	
}
.trader_contact_form .contact_form .field,.trader_contact_form .contact_form .area
{
	border:1px solid #bababa;
	width: 233px;
	padding:5px;
	color:#666;
	margin-bottom: 10px;
	display:block;
	font-size:11px;
}	
.trader_contact_form .contact_form .area
{
	height:100px;
}
.trader_contact_form .contact_form .ajx_submit
{
	height:21px;
	width:76px;
	background-image: url('send_btn.png');
	background-position: center center;
	background-repeat: no-repeat;
	color:#333;
	margin-top: 10px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding:5px 3px 3px 3px;
}
.trader_contact_form .contact_form input.ajx_submit {
	height: 27px;
	border: medium none;
	width: 82px;
	font-family: Verdana;
	padding: 0px;
}

.trader_contact_form label.error {
	color: red;	
}
.trader_contact_form .contact_form .message_result
{
    color: #666666;
    font-size: 11px;
    margin-top: 10px;
    padding: 6px;
    width: 148px;
}
.trader_contact_form .g-recaptcha-filled{
	position: relative;
	top: -25px;
	left: 15px;
}*/
.search_bar_tr
{
	padding:5px;
	padding-left: 10px;
	margin:5px 0px;
	background-color: #ebebeb;
	color:#333;
	border:#bababa;
	font-size:12px;
}
.search_bar_tr .text_left
{
	margin-top:4px;	
}
.search_bar_tr a
{
	text-decoration: none;
	color:#333;	
}
.search_bar_tr .sel
{
	font-weight: bold;	
}
.search_bar_tr a:hover
{
	text-decoration: underline;
}
.ad_block_wrapper
{
	width:216px;
	height: 162px;
	display:block;
	background-color: #ebebeb;
	border:1px solid #b2b2b2;
	color:#FFF;
	position:relative;
	margin-right: 8px;
	margin-bottom:8px;
	text-decoration: none;
	text-align: center;
}
.photo_block_wrapper
{
	width:216px;
	height: 162px;
	display:block;
	background-color: #ebebeb;
	border:1px solid #b2b2b2;
	color:#FFF;
	position:relative;
	margin-right: 8px;
	margin-bottom:8px;
	text-decoration: none;
	text-align: center;
}
.ad_block_legend
{
	width:206px;
	height: 30px;
	padding:5px;
	color:#FFF;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url('transparency40_000.png');
	background-repeat: repeat;
	text-decoration: none;
	text-align:left;
}
.ad_block_legend:hover
{
	background-color: #333;	
}
.ad_block_wrapper .awaiting
{
	width:216px;
	height: 117px;
	display:block;
	background-color: #ebebeb;
	text-align: center;
	color:#fff;
	font-size: 24px;
	padding-top: 45px;	
}
.trader_ads_search
{
	height:13px;
	padding:4px 5px 5px 5px;
	width:180px;
	border:1px solid #666;
	color:#666;
	font-size: 11px;
	border-right:0px;
}
/*.trader_ads_shbutton
{
	height:24px;
	padding:5px;
	background-color: #FFF;
	width:30px;
	border:1px solid #666;
	border-left:0px;
	background-image:url('lb_zoom.gif');
	background-position: center center;
	background-repeat: no-repeat;
}
#existing_photos
{
	margin-bottom:10px;
}	
.biz_photo
{
	padding:3px;
	width: 75px;
	height: 90px;
	background-color: #d2d2d2;
	display: block;
	margin: 2px;
}
.biz_photo .remove_photo
{
	width: 10px;
	height: 10px;
	display: block;
	cursor: pointer;
	color:#333;	
}*/
.preview_img_biz
{
	position: absolute;
	z-index:999;
	top:0;
	left:0;
	border:2px solid #bababa; 	
}
.chk_wrapper{
	padding:0px 5px 2px 5px;
	width:194px;
}
.chk_wrapper .checkbox_field,.chk_wrapper .sel{

	background-image: url("check_cell.png");
    background-position: center center;
    background-repeat: no-repeat;
    margin-right:5px;
    height:22px;
    width:22px;
    cursor:pointer;
}
.chk_wrapper .sel{

	background-image: url("checked.png");
}
.chk_wrapper .checkbox_value{
	min-height:22px;
	font-size:12px;
	color:#666;
	width:165px;
	white-space: normal;
	margin-top:4px;
}
.progeny_table{
	border:1px solid #666;
	border-collapse: collapse;
}
.progeny_table td{
	border:1px solid #666;
	border-collapse: collapse;
}
.prog_field{
	border:none;
	text-align: center;
}
#upload-btn,#upload-btn:hover{
	padding:3px 15px;
	height: 16px;
	line-height:16px;
	color: #333;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-family: Helvetica;
	display: inline-block;
	border: 1px solid #999 !important;
	cursor: pointer;
	background: #FFF; /* Old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFFFFF 0%,#f0f0f0 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #FFFFFF 0%,#f0f0f0 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #FFFFFF 0%,#f0f0f0 100%); /* W3C */
	margin: 2px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(000, 000, 000, 0.1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(000, 000, 000, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(000, 000, 000, 0.1); 
}
#upload-btn:hover{
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top, #f0f0f0 0%, #FFFFFF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f0f0f0 0%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f0f0f0 0%,#FFFFFF 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f0f0f0 0%,#FFFFFF 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f0f0f0 0%,#FFFFFF 100%); /* W3C */
}
.plupload_loading_space{
	position:relative;
	display:block;
	max-width:100px;
	min-width:74px;
	height:90px;
	background-color:#f2f2f2;
	font-weight: normal;
	background-image:url('loader_48.gif');
	background-repeat:no-repeat;
	background-position: center center;
	float:left;
	padding:3px;
}
.plupload_loading_space span{
	position:absolute;
	bottom:2px;
	text-align:center;
	color: #666;
	font-size: 10px;
	margin-right:7px;
	margin-top: 2px;

}



/******************
 *  Upsell Packages
 ******/

/*.upsell-package{
	float:left;
	font-family: Arial;
	color: #333333;
}

.upsell-package.special{
	position: relative;
}

.upsell-package .wrapper{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 100%;
	border:2px solid #999;
	margin-right: 22px;
	width: 170px;


	background-color: #fbfbfb;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #f4f4f4)); 
	background: -webkit-linear-gradient(#fff, #f4f4f4);
	background: -moz-linear-gradient(#fff, #f4f4f4);
	background: -ms-linear-gradient(#fff, #f4f4f4);
	background: -o-linear-gradient(#fff, #f4f4f4); 
	background: linear-gradient(#fff, #f4f4f4); 

	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);

}

.upsell-package .img-wrapper{
	text-align: center;
}

.upsell-package .img-wrapper img{
	border:0;
	height: 50px;
    width: 50px;
}

.upsell-package .header{
	padding: 12px 8px;
	border-bottom: 1px solid #999;
	text-align: center;
}

.upsell-package .title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.upsell-package .subtitle{
	font-size: 14px;
}

.upsell-package .desc{
	padding: 6px 8px 6px;
	font-size: 12px;
	height: 180px;
}

.upsell-package .footer{
	border-top: 1px solid #999;
	padding:12px 12px 12px 8px;
}

.upsell-package .footer input{
	display: none;
}

.checkbox-wrapper{
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #999;
	background:#fff;
	width: 24px;
	height: 24px;
	float: right;
	cursor: pointer;
	position: relative;
}

.plan_td .checkbox-wrapper{
	margin:17px 14px 0px 0px;
}

.upsell-package .checkbox-wrapper{
	margin-top:7px;
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.15);
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.15);
	box-shadow:0px 0px 10px rgba(0,0,0,0.15);
}

.package_benefit_value{
	border-bottom:1px solid #ccc;
	padding:5px 0px;
	font-size:14px;
	color:#666;
	font-weight:normal;
}

#option-package-list .plan_name, #option-package-list .package_benefit_value, #option-package-list .benefit{
	border-bottom:1px solid #e4e4e4;
}

.plan_td{
	margin-right:1px;
}

.plan_td_special{
	margin-right:0px;
}

.checkbox-arrow{
	background: url(package-checkbox-arrow.png) no-repeat;
	background-image: url('check_package.png');
	background-repeat:no-repeat;
	background-position:2px 9px;
	position: absolute;
	bottom:2px;
	left:2px;
	width:33px;
	height: 26px;
	display: none;
}

.upsell-package .price{
	font-size: 22px;
	font-weight: bold;
	float:left;
}

.upsell-package .price font{
	font-size: 12px;
	font-weight: normal;
	color:#333;
}

.upsell-package .input{
	float:right;
}

.upsell-package .label{
	float:left;
	font-size: 12px;
	margin-right:5px;
	margin-top: 12px;
}

.upsell-package .arrow{
	height: 100%;
	width: 22px;
	background: url(package-arrow.png) center left no-repeat;
	float:right;
	margin-top:2px;
}

.upsell-package .star{
	background: transparent url(package-special-offer.png) center center no-repeat;
	position: absolute;
	z-index: 1;
	right: -10px;
	top: -65px;
	width: 98px;
	height: 98px;
}

.upsell-package ul{
	margin: 0;
    padding-left: 12px;
}
*/

/**** Upsell package selected ****//*
.upsell-package.selected .checkbox-wrapper{
	background:transparent;
}

.upsell-package.selected .checkbox-arrow{
	display: block;
}

.upsell-package.selected .label{
	display:none;
}

.upsell-package.selected .price{
	color:#cc3300;
}

.upsell-package.selected .wrapper{
	border-color:#FF3300;
}
*/

/*
.benefit_info{
	position:relative;
}

.benefit_popup{
	display:none;
	position:absolute;

	-webkit-box-shadow: 0 0 10px #000000;
	-moz-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000;
	background:#fff;

	border:1px solid #999;

	left: -16px;
	top: 25px;
	z-index:101;

	min-width:200px;

	font:normal 14px Helvetica;
	color:#333;
	padding:15px;
}

.benefit_popup:after{
	background: url("benefit_popup_arrow.png") no-repeat scroll center center transparent;
    content: "";
    height: 7px;
    left: 15px;
    position: absolute;
    top: -7px;
    width: 13px;

}
*/

.chk_values_cat_label{
	color: #666;
	font: 14px verdana;
	border-bottom: 1px solid #ccc;
}

.chk_values_cat{
	margin: 9px 0;
}

#package_warns{
	display: none;
	margin:10px 0px 0px 175px;
}

#package_warns .paa_warning{
	background-image:url("paa_warn_bg.png");
	background-repeat:no-repeat;
	padding-left:24px;
	font: bold 14px Helvetica;
	color:#cc3300;
}

.paa_info{
	margin-left:1px;
	background-image:url("paa_warn_info_bg.png");
	background-repeat:no-repeat;
	background-position: 0 10px;
	padding: 10px 10px 20px 22px;
	color:#0099ff;
}

.paa_info a{
	color:#0099ff;
}

/*
.upsell_outside_packages{
	background-color:#f5f5f5;
	margin:16px 20px 0px 20px;
	border:1px solid #e0e0e0;
	position: relative;
}

.upsell_outside_packages .txt{
	margin:5px 5px 0px 17px;
	width:436px;
}

.upsell_outside_packages .txt div:first-child{
	font:normal 30px Helvetica;
	color:#990000;
}

.upsell_outside_packages .name{
	margin-left:10px;
}

.upsell_outside_packages .price{
	font-weight:bold;
}

.upsell_outside_packages .descr{
	font:bold 16px Helvetica;
	color:#333;
}

.upsell_outside_packages .bottom{
	position:absolute;
	bottom:10px;
	font:normal 14px Helvetica;
	color:#333;
}

.upsell_outside_packages .sell, .upsell_outside_packages .sell_green{
	background-image: none;
	width:auto;
	height:auto;
}

.upsell_outside_packages .check_sell, .upsell_outside_packages .check_sell_green{
	margin:0px;
	margin-top:6px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #999;
	background:#fff;
	width: 24px;
	height: 24px;
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.15);
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.15);
	box-shadow:0px 0px 10px rgba(0,0,0,0.15);
}

.upsell_outside_packages .check_sell_green{
	background-image: url('check_package.png');
	background-repeat:no-repeat;
	background-position:4px 5px;
}
*/

.paa_donation{
	background-color:#e6f7e6;
}

.paa_donation #donation{
	font:normal 30px Helvetica;
	color:#1c862c;
}

.paa_donation .descr{
	font:normal 14px Helvetica;
	color:#333;
	margin-left:37px;
}

#ads_uploaded.ui-sortable{
    min-height: 90px;
}

.ui-sortable .uploadedImageClass{
    position: relative;
}

.ui-sortable .uploadedImageClass .img-options img{
    display: block;
    margin: 5px auto !important;
    float:none !important;
}

.ui-sortable .uploadedImageClass .handler{
    bottom: 0;
    cursor: move;
    height: 15px;
    left: 0;
    position: absolute;
    right: 30px;
    background: url("/style/img/pic_move.png") no-repeat 0px 2px transparent;
}

.ui-sortable .ui-sortable-placeholder,
.ui-sortable .ui-sortable-helper{
    width:74px;
    height:90px;
}

.ui-sortable .ui-sortable-placeholder{
    background: #ccc;
    visibility: visible !important;
    opacity:1;
}


td.basic-form {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/*#paa_progress_bar{
    font-family:Helvetica;
    width:150px;
    background-color:#c3d1d5;
    position:fixed;
    right:0;
    top:30%;
}

#paa_progress_bar .percentage_bar{
    height:10px;
    display:block;
    background-color:#9eacb0;
}

#paa_progress_bar .percentage_bar div{
    height:100%;
    background-color:#d71921;
}

#paa_progress_bar .percentage_value{
    padding:10px 0px;
    text-align:center;
    color:#fff;
    font-size:28px;
    border-bottom:1px solid #fff;
}

#paa_progress_bar .percentage_value font{
    font-size:52px;
}

#paa_progress_bar .txt{
    padding:17px;
    padding-bottom:40px;
    color:#333;
    font-size:16px;
}

#paa_progress_bar .preview_ad{
    text-decoration:none;
    background-color:#d71921;
    font-size:22px;
    color:#fff;
    display:block;
    text-align:center;
    padding:10px;
}*/

@font-face {
    font-family: 'chaletLondon1970';
    src: url(font/ChaletLondonNineteenSeventy.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'chaletLondon1980';
    src: url('fonts/chalet_london_nineteen_eighty-webfont.eot');
    src: url('fonts/chalet_london_nineteen_eighty-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/chalet_london_nineteen_eighty-webfont.woff') format('woff'),
        url('fonts/chalet_london_nineteen_eighty-webfont.ttf') format('truetype'),
        url('fonts/chalet_london_nineteen_eighty-webfont.svg#chaletlondonnineteeneighty') format('svg');
    font-weight: normal;
    font-style: normal;
}

.promote_ad{
    text-align:center;
    margin-top:50px;
}

.promote_ad h1{
    color:#812c84;
    font: 90px chaletLondon1970, sans-serif;
    text-transform:uppercase;
}

.promote_ad .latest_ads{
    width:665px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}


.package_block {
    color:#812c84;
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
    border: 2px solid #812c84;
    position: relative;
    border-radius: 15px;
    width: 615px;
    padding:25px;
    margin-bottom:35px;
	min-height:120px;
}

.package_block:after, .package_block:before {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.package_block:after {
    border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) #fff;
    border-width: 15px;
    margin-left: -15px;
}
.package_block:before {
    border-color: rgba(194, 225, 245, 0) rgba(194, 225, 245, 0) #812c84;
    border-width: 18px;
    margin-left: -18px;
}

.package_block .benefits{
    float:left;
    width:310px;
    margin:0px;
    padding:0px;
    text-align:left;
}

.package_block .benefits li{
    margin:0px;
    padding:0px;
    list-style:none;
    font: normal 24px var(--font-main);
    padding-left:30px;
    line-height:31px;
}

.package_block .benefits li:after{
    padding:0px;
    margin:0px;
    color: #812c84;
    content: "★";
    left: 0;
    position: absolute;
    font-size:24px;
    margin-left:20px;
}

.package_block .price{
    float:right;
    text-align:right;
    font: bold 40px var(--font-main);
    line-height:70px;
    position:absolute;
    bottom:25px;
    right:25px;
}

.package_block font{
    font-size:85px;
    display:block;
}

.promote_ad button{
    background-color:var(--color-accent-1);
    border-radius: 15px;
    font: 42px chaletLondon1980, sans-serif;
    color:#fff;
    text-transform:uppercase;
    border:0px;
    padding:10px 40px;
}

.paa_after_button_text{
    font:bold 14px Verdana;
    color:#333;
    width:300px;
    text-align:right;
    margin-top:-15px;
}

.overflow_choose{
    width:800px;
    overflow-x: auto;
}



/**** *****/
/*.trader_contacts .items .item{
    background: none !important;
    border: 0 none !important;
    color: #085277;
    float: none;
    font-weight: bold;
    font-size: 14px;
    font-family: Helvetiva, Arial, sans-serif;
    padding: 3px 0;
    height: auto;
    line-height: normal;
    margin: 0;
    width: auto;
    max-width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.trader_contacts .items .item .icon{
    float: left;
    font-size: 18px;
    margin-right: 5px;
    width: 18px;
}*/


/* SELECT2 OVERRIDE */
div.select-2-wrapper div.chk_values_cat_label {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	padding: 10px 10px 10px 0px;
	border-bottom: none;
	text-align: right;
	white-space: normal;
}

div.select-2-wrapper div.chk_values_cat {
	display: inline-block;
	margin: 0px;
	padding-left: 10px;
}

div.select-2-wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.select-2-wrapper:first-child {
	margin-top: 0px
}

.select2 {
	font-family: 'FontAwesome' !important;
}
/*
.select2.select2-container .select2-selection ul {
	background-image: url('../images/icons/caret-down.svg');
	background-repeat: no-repeat;
	background-position: right 7px top 11px;
}

.select2.select2-container.select2-container--open .select2-selection ul {
	background-image: url('../images/icons/caret-upp.svg');
}
*/

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	padding: 0 7px;
	font-size: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	margin-right: 4px;
	vertical-align: middle;
	font-size: 23px;
}

.select2-container .select2-selection--multiple {
	min-height: 40px !important;
}

.select2-container .select2-selection--multiple i.select2-icon {
	vertical-align: top;
	margin-top: 14px;
	cursor: pointer;
}

.select2-container .select2-search--inline input.select2-search__field {
	line-height: 27px;
	min-width: 35px;
}

.select2-container--default li.select2-results__option {
	color: #333;
}

.select2-container--default li.select2-results__option[aria-selected=true] {
	background-color: transparent;
	font-weight: bold;
	color: #000;
}

/*
.select2-container--default.select2-container--focus .select2-selection--multiple {
	padding-bottom: 5px;
}
*/

.select2-container--default .select2-selection--multiple ul.select2-selection__rendered {
	padding-bottom: 5px !important;
	padding-right: 0px !important;
	width: 95%
}

/*
.select2-container.select2-container--default.select2-container--open {
	border: 2px solid blue;
	position: relative !important;
	top: 0px !important;
	left: 0px !important;
	display: block !important;
}

.select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
	position: relative !important;
	width: 100% !important;
}
*/



#ads_uploaded{
	clear:both;
	width:350px;
}

#ads_uploaded .img-options{
	bottom: 0;
    position: absolute;
    right: 0;
}

#ads_uploaded .img-options img{
	float:left;
	margin-left:5px;
	margin-top:5px;
}

#ads_uploaded .img-options .rotate-photo{
	padding: 2px 5px;
}

#ads_uploaded .block-ui{
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#ads_uploaded .block-ui .fa{
	color: #fff;
    font-size: 20px;
    margin: 27px;
}



.uploadedImageClass{
	width:74px;
	height:90px;
	margin-top: 2px;
	margin-right: 7px;
	float: left;
	overflow:hidden;
	border:2px solid #f2f2f2;
	background-color:#f2f2f2;
}

.uploadedImageClass:hover{
	width:74px;
	height:90px;
	margin-top: 2px;
	margin-right: 7px;
	float: left;
	overflow:hidden;
	border:2px solid #ccc;
	background-color:#ccc;
}

.mainUploadedImage{
	border:2px solid #09C !important;
	background-color:#09C !important;
}
/* Delete button not on items images anymore by Keerthi on 24-08-2021 */
.uploaded_photo{
	background-image:url("/style/jpPublish_removeImage.png");
	background-repeat:no-repeat;
	width:9px;
	height:9px;
	display:block;
	margin:7px 2px 2px 2px;
	float:right;
}

.uploaded_photo:hover{
	background-image:url("/style/jpPublish_removeImage_hover.png");
}

