/*------------colors---------*/
/*------------- general -------------*/
.jbd-container h1 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 5px; }
  .jbd-container h1 .claimed {
    color: #7f7f7f;
    font-weight: 400;
    vertical-align: middle;
    font-size: 13px; }
    .jbd-container h1 .claimed i {
      background-color: #3db2ef;
      border-radius: 100%;
      color: #fff;
      display: inline-block;
      height: 15px;
      line-height: 15px;
      margin-top: -3px;
      text-align: center;
      vertical-align: middle;
      width: 15px;
      font-size: 11px; }
.jbd-container .chosen-container .chosen-drop {
  z-index: 10; }
.jbd-container .horizontal-list {
  margin: 0;
  padding: 0;
  display: inline-block; }
  .jbd-container .horizontal-list.jborder li {
    border-left: #FCFCFC solid 1px; }
  .jbd-container .horizontal-list.border-large li {
    border-left: #FCFCFC solid 1px;
    padding: 0 18px;
    margin: 5px 0; }
  .jbd-container .horizontal-list li {
    list-style-type: none;
    display: inline-block;
    padding: 0 4px; }
    .jbd-container .horizontal-list li:first-child {
      border-left: none;
      padding-left: 0; }
  .jbd-container .horizontal-list .label {
    display: block; }
.jbd-container .event-details {
  line-height: 27px; }
  .jbd-container .event-details .event-info {
    margin: 15px 0; }
    .jbd-container .event-details .event-info .light {
      font-size: 13px;
      color: #9A9A9A; }
.jbd-container .item-section {
  margin-bottom: 20px; }
.jbd-container .featured-text {
  background-color: #fff08e;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  color: #888;
  font-size: 12px;
  line-height: 1;
  padding: 4px 4px;
  float: right;
  margin: 0 5px 5px 0;
  height: 22px; }
.jbd-container .round-border-buton {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #FFFFFF;
  border-width: 2px;
  border-style: solid;
  border-radius: 25px;
  padding: 12px 24px 14px 26px;
  letter-spacing: 1.3px;
  display: inline-block;
  text-transform: uppercase;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: 400ms; }
  .jbd-container .round-border-buton:hover {
    border-color: #28b8dc; }
.jbd-container .left {
  float: left;
  text-align: left; }
.jbd-container .right {
  float: right;
  text-align: right; }
.jbd-container .center {
  float: none;
  text-align: center; }
.jbd-container .jbd-grid-container .featured-text {
  background-color: #f0e780;
  border: none;
  border-radius: 0;
  color: #555;
  font-size: 12px;
  line-height: 1;
  padding: 4px 4px;
  margin: 0 0;
  height: 22px;
  position: absolute;
  right: 0;
  top: 15px; }
.jbd-container .jbd-grid-container.events-grid .featured-text {
  left: 0;
  right: auto; }
.jbd-container .grid-content .post-image .featured-text, .jbd-container .item-image .featured-text {
  bottom: 2px;
  position: absolute;
  border-radius: 0;
  margin-left: 0; }
.jbd-container .zipcode-container a:before {
  content: none !important; }
.jbd-container .top-right {
  right: -19px;
  top: -1px; }

/*------------- end general -------------*/
/*-----------common------*/
/*------------Ribbon open business------------*/
.ribbon-open {
  position: absolute;
  top: 1px;
  left: 3px;
  z-index: 1;
  overflow: hidden;
  width: 80px;
  height: 80px;
  text-align: right; }
  .ribbon-open span {
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px black;
    position: absolute;
    top: 19px;
    left: -21px; }
  .ribbon-open span::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: -1;
    border-left: #79A70A solid 3px;
    border-right: transparent solid 3px;
    border-bottom: transparent solid 3px;
    border-top: #79A70A solid 3px; }
  .ribbon-open span::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: -1;
    border-left: transparent solid 3px;
    border-right: #79A70A solid 3px;
    border-bottom: transparent solid 3px;
    border-top: #79A70A solid 3px; }

/*------------Ribbon closed business------------*/
.ribbon-close {
  position: absolute;
  top: -1px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right; }
  .ribbon-close span {
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 3px 10px -5px black;
    position: absolute;
    top: 19px;
    left: -21px; }
  .ribbon-close span::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: -1;
    border-left: #8F0808 solid 3px;
    border-right: transparent solid 3px;
    border-bottom: transparent solid 3px;
    border-top: #8F0808 solid 3px; }
  .ribbon-close span::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: -1;
    border-left: transparent solid 3px;
    border-right: #8F0808 solid 3px;
    border-bottom: transparent solid 3px;
    border-top: #8F0808 solid 3px; }

#company-style-5-container .ribbon-open, #company-style-5-container .ribbon-close {
  left: -5px;
  top: -5px; }

/***** Vertical Align Modal Bootstrap *****/
#socials.modal {
  text-align: center;
  padding: 0 !important;
  display: none; }
  #socials.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }

#socials.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

/***** END Vertical Align Modal Bootstrap *****/
/*----------socials-------*/
#open_socials {
  font-size: 14px; }

.jbd-social-container {
  line-height: 32px;
  display: inline; }

.share-icon .la {
  font-size: 30px; }

.print-icon .la {
  font-size: 30px; }

#socials .share strong {
  float: left;
  line-height: 24px;
  font-size: 13px; }
#socials .share h4 {
  margin-top: 0; }
#socials .share ul {
  float: left;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0; }
  #socials .share ul li {
    float: left;
    margin-right: 10px;
    position: relative; }
    #socials .share ul li .fb-like {
      top: 0; }
    #socials .share ul li a {
      display: block;
      margin-top: 2px;
      overflow: hidden;
      padding-left: 0; }
#socials .item-image img {
  margin-bottom: 15px; }

#legend .dl-horizontal dt {
  margin: 0;
  margin-bottom: 10px; }
#legend .dl-horizontal dd {
  margin: 0;
  margin-bottom: 20px; }
#legend #dialog-container dl dd {
  display: table; }

#legend #dialog-container,
#socials #dialog-container {
  border: 0; }

@media (max-width: 479px) {
  #legend #dialog-container,
  #socials #dialog-container {
    padding: 16px 20px !important; }

  #legend .dialogContent,
  #socials .dialogContent {
    max-width: 100% !important; } }
@media (max-width: 979px) and (min-width: 768px) {
  #legend .row-fluid [class*="span"],
  #socials .row-fluid [class*="span"] {
    margin-left: 1% !important; } }
/*----------end socials-------*/
/*---------------dialog-----------*/
#location-dialog .dialogContent {
  width: 700px;
  max-width: 100%; }

.jbd-modal.jbd-location {
  max-width: 700px; }

.jbd-modal.jbd-invoice {
  max-width: 750px; }

.jbd-modal.message-modal {
  max-width: 850px; }

.jbd-container.jbd-modal {
  padding: 0; }
  .jbd-container.jbd-modal .close-modal {
    display: none; }

#dialog-container {
  text-align: left; }
  #dialog-container .dialogCloseButton {
    background: url("../images/close-buttons.png") no-repeat;
    cursor: pointer;
    display: block;
    height: 42px;
    right: -24px;
    text-indent: -999em;
    top: -24px;
    width: 42px;
    z-index: 999; }
  #dialog-container .button-row {
    padding: 15px 0 0 0; }
  #dialog-container iframe {
    width: 99%;
    border: none; }
  #dialog-container .dialogCloseButton {
    background: url("../images/close-buttons.png") no-repeat;
    cursor: pointer;
    display: block;
    height: 42px;
    position: absolute;
    top: -24px;
    right: -24px;
    text-indent: -999em;
    width: 42px;
    z-index: 999; }
  #dialog-container p {
    clear: both;
    margin: 0 0 2ex; }

.dialogTitle {
  cursor: move;
  display: block;
  height: 28px;
  position: absolute;
  top: -20px;
  text-indent: -9999px;
  width: 100%; }

#conditions .dialogContent {
  overflow: auto; }
#conditions #dialog-container {
  height: 500px;
  overflow: auto; }

.dialogContentBody {
  border: medium none !important;
  font-size: 1.1em;
  padding: 10px 12px 0; }

.red, .reqd, .error, .important {
  color: #B04343; }

.dialogContent {
  background-color: #FFFFFF;
  margin: 0;
  width: 100%;
  line-height: 20px; }
  .dialogContent label {
    float: left;
    font-weight: bold;
    width: 12.5em; }
  .dialogContent form div {
    clear: both;
    margin: 0 0 1ex; }
  .dialogContent form .indent {
    display: block;
    margin: 0.5ex 0 0 12.5em; }
  .dialogContent .cancelbutton {
    float: left; }
  .dialogContent .sendbutton {
    clear: none !important;
    margin: 0 !important;
    text-align: right; }

/*------end dialog-----------*/
/*----------tables-------*/
.dir-table {
  background-color: #FFFFFF;
  border-color: #DFDFDF;
  border-spacing: 0;
  clear: both;
  margin: 0;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  width: 100%; }
  .dir-table.wide {
    width: 100%; }
  .dir-table th {
    background: #F1F1F1;
    color: #333333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    border-bottom-color: #DFDFDF;
    border-top: none;
    font-size: 14px;
    padding: 7px 7px 8px;
    text-align: left;
    line-height: 1em;
    border-style: solid;
    border-width: 1px 0;
    word-wrap: break-word; }
  .dir-table tr.row0 {
    background-color: #FCFCFC; }
  .dir-table td {
    color: #555555;
    border-bottom-color: #DFDFDF;
    border-top-color: #FFFFFF;
    font-size: 13px;
    padding: 15px 7px 2px;
    vertical-align: top;
    border-style: solid;
    border-width: 1px 0; }

/*----------end tables-------*/
#plans-container {
  margin: 0 auto; }

.featured-product-container {
  margin: 0 auto; }

.features-container {
  padding: 10px; }

.featured-product-col {
  margin-bottom: 30px;
  background-color: #FFFFFF;
  padding: 0 !important; }
  .featured-product-col .price {
    background-color: #F5F5F5;
    color: #777; }
  .featured-product-col .price-item {
    font-size: 130%; }
  .featured-product-col .select-buttons {
    background-color: #E5E5E5;
    text-align: center;
    padding: 30px 0 15px; }
  .featured-product-col.highlight {
    position: relative;
    z-index: 2; }
  .featured-product-col .popular-plan {
    text-align: center;
    background-color: #77c04b;
    color: white;
    position: relative;
    margin-top: -35px;
    display: block;
    padding: 5px;
    border-radius: 5px 5px 0 0; }
  .featured-product-col.highlight {
    box-shadow: 0 0 5px rgba(5, 5, 5, 0.8);
    position: relative;
    z-index: 2;
    transition: -moz-box-shadow 0.4s ease-out 0s; }

.featured-product .featured-product-cell {
  display: block;
  font-size: 1.1em;
  text-align: center; }
.featured-product .featured-product-cell-sub {
  font-size: 0.9em;
  font-style: italic; }
.featured-product ul {
  margin-bottom: 0px !important; }
  .featured-product ul li {
    display: inline-block;
    margin-bottom: 0px !important;
    text-align: left; }
.featured-product div {
  text-align: center !important; }

.featured-product-head {
  padding: 5px 0 10px;
  text-align: center; }
  .featured-product-head .item1 {
    font-size: 16px;
    line-height: 40px;
    color: #777; }
  .featured-product-head .item2 {
    color: #777;
    display: block;
    font-size: 11px;
    min-height: 23px;
    line-height: 14px;
    padding-bottom: 5px; }
  .featured-product-head .name {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    height: 36px;
    margin-bottom: 10px;
    padding: 3px 6px;
    text-align: center;
    line-height: 36px;
    width: auto; }
  .featured-product-head a {
    color: #FFFFFF; }

.featuretable .item2 {
  color: #777; }

.featured-product-col-border {
  border: 1px solid #e4e3e3; }

.clear {
  clear: both; }

.featured-product-cell:last-child {
  border-bottom: none; }
.featured-product-cell.bottom {
  border-bottom: 0 none; }
.featured-product-cell .max-items {
  font-weight: bold;
  color: #333333; }
.featured-product-cell .contained-feature {
  margin-right: 7px;
  color: #18BC9C; }
.featured-product-cell .not-contained-feature {
  margin-right: 7px;
  color: #c21515; }

/*-------end featured product-------*/
/*----- jquery date picker-------------*/
.jbd-container {
  /*-----------Testimonials Css------------------- */ }
  .jbd-container .calendar-date {
    max-width: 200px; }
  .jbd-container .ui-datepicker-next-hover, .jbd-container .ui-datepicker-prev-hover {
    background-color: #18BC9C !important; }
  .jbd-container .ui-datepicker-next-hover span, .jbd-container .ui-datepicker-prev-hover span {
    color: #fff !important; }
  .jbd-container .ui-datepicker-prev {
    left: 0 !important; }
    .jbd-container .ui-datepicker-prev:after {
      content: '\f111'; }
  .jbd-container .ui-datepicker-next {
    order: 3;
    right: 0 !important; }
    .jbd-container .ui-datepicker-next:after {
      content: '\f112'; }
  .jbd-container .ui-datepicker {
    width: auto;
    max-width: 400px; }
    .jbd-container .ui-datepicker td {
      padding: 2px; }
      .jbd-container .ui-datepicker td span, .jbd-container .ui-datepicker td a {
        text-align: center;
        padding: 8px;
        border: none;
        background: none;
        color: #555; }
  .jbd-container .ui-datepicker .ui-datepicker-prev span,
  .jbd-container .ui-datepicker .ui-datepicker-next span {
    background-image: none;
    background: none; }
  .jbd-container .ui-datepicker .ui-datepicker-next:after, .jbd-container .ui-datepicker .ui-datepicker-prev:after {
    display: inline-block;
    font: normal normal normal 16px/1 "LineAwesome";
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
  .jbd-container .ui-widget-header {
    border: none;
    background: none; }
  .jbd-container .ui-widget-content .ui-state-highlight {
    background-color: #DDD;
    border-radius: 50%; }
  .jbd-container .ui-datepicker-current-day {
    background-color: #18BC9C;
    border-radius: 50%; }
    .jbd-container .ui-datepicker-current-day a {
      color: #FFFFFF !important; }
  .jbd-container .ui-datepicker-today a {
    color: #555 !important; }
  .jbd-container .ui-datepicker-header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .jbd-container .ui-datepicker-header .ui-state-hover {
      background: #18BC9C !important;
      border: 1px solid #9b9b9b; }
    .jbd-container .ui-datepicker-header:before {
      display: none !important; }
  .jbd-container .ui-datepicker-prev, .jbd-container .ui-datepicker-next {
    position: relative !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 7px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 1px solid #18BC9C;
    opacity: 1 !important;
    width: 20px !important;
    height: 20px !important;
    top: 0 !important;
    cursor: pointer !important;
    transition: all ease .2s;
    text-decoration: none; }
  .jbd-container .listing-login-warning {
    position: fixed;
    bottom: 20px;
    left: 10px;
    width: 270px;
    height: 180px;
    padding: 20px;
    background: #2DC1EC;
    color: #FFFFFF;
    z-index: 10;
    border-radius: 7px; }
    .jbd-container .listing-login-warning i {
      background: #129EC7;
      color: #FFFFFF;
      border-radius: 50%;
      padding: 5px;
      margin-right: 5px; }
  .jbd-container dl.price {
    margin-bottom: 0; }
    .jbd-container dl.price dt {
      min-width: 70px; }
    .jbd-container dl.price dt, .jbd-container dl.price dd {
      font-weight: normal;
      display: inline-flex; }
  .jbd-container .owl-theme .owl-buttons {
    margin-top: 20px; }
  .jbd-container .testimonial {
    margin: 20px 15px 0;
    text-align: center; }
    .jbd-container .testimonial .pic {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      float: left;
      border: 5px solid #FFFFFF;
      box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
      position: relative; }
      .jbd-container .testimonial .pic:after {
        content: "\f10d";
        font-family: Lineawesome;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        text-align: center;
        line-height: 36px;
        background: #33d286;
        font-size: 16px;
        color: #FFFFFF;
        position: absolute;
        top: 65px;
        left: 0; }
      .jbd-container .testimonial .pic img {
        width: 100%;
        height: auto;
        border-radius: 50%; }
    .jbd-container .testimonial-content {
      padding: 10px;
      max-width: 550px;
      text-align: center;
      margin: 0 auto; }
    .jbd-container .testimonial .description {
      font-size: 14px;
      color: #555;
      line-height: 22px; }
    .jbd-container .testimonial-title {
      font-size: 19px;
      color: #33d286;
      text-transform: capitalize;
      display: inline-block;
      border: none !important; }
    .jbd-container .testimonial .post {
      font-size: 14px;
      font-style: italic;
      color: #444;
      margin-top: 10px; }

.hidden-validate {
  visibility: hidden;
  min-height: 1px !important;
  height: 1px !important;
  width: 1px !important; }

.details-border-left {
  border-left: 3px solid;
  border-color: #a5a5a5; }

.active-preview {
  display: block; }

.announcement-wrap {
  font-weight: 700;
  border: solid 1px darkseagreen;
  padding: 10px 10px 10px 15px; }
  .announcement-wrap i {
    font-size: 26px;
    float: left;
    margin-right: 15px;
    color: #41a6df !important; }
  .announcement-wrap p {
    float: left;
    width: 60%;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    font-size: 13px; }
  .announcement-wrap strong {
    display: block;
    font-weight: bold !important; }
  .announcement-wrap span {
    float: left;
    max-width: 555px;
    font-weight: 400;
    line-height: 17px; }
  .announcement-wrap a {
    border-radius: 5px;
    background-color: #41a6df;
    color: #FFFFFF !important;
    float: right;
    padding: 6px 15px;
    text-align: center;
    font-weight: 400;
    transition: all 0.20s ease-in-out;
    margin: 10px; }

/*------------- video -------------*/
.videoSitesLoader {
  position: relative;
  cursor: pointer;
  background: #ccc no-repeat center center/cover;
  padding-bottom: 56.25%;
  height: 0px;
  clear: both;
  margin-bottom: 10px; }

.videoSitesLoader-holder .play_btn {
  background: rgba(0, 0, 0, 0) url("../images/play-btn.png") no-repeat scroll 0 0;
  height: 33px;
  margin-left: -28px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  width: 48px;
  z-index: 2; }
.videoSitesLoader-holder:hover .play_btn {
  background-image: url("../images/play-btn-hover.png"); }

/*------------- end video -------------*/
#company-testimonials .owl-theme .owl-controls .owl-buttons div {
  padding: 3px 10px;
  border-radius: 0;
  opacity: 1;
  border-bottom: 2px solid #9f3c3c; }
  #company-testimonials .owl-theme .owl-controls .owl-buttons div:hover {
    background: #da5d5d; }

.jbd-container .owl-theme .owl-controls .owl-buttons div:hover {
  background: #d04949; }
.jbd-container .owl-prev:before,
.jbd-container .owl-next:before {
  content: "\f053";
  font-family: 'LineAwesome';
  color: #FFFFFF; }
.jbd-container .owl-next:before {
  content: "\f054"; }

@media only screen and (max-width: 480px) {
  .jbd-container .testimonial {
    text-align: center; }
    .jbd-container .testimonial .pic {
      float: none;
      margin: 0 auto; }
    .jbd-container .testimonial .testimonial-content {
      margin-left: 0; }
  .jbd-container .owl-theme .owl-buttons {
    margin-top: 0; } }
.product-image .post-image img {
  height: 200px;
  width: 100%; }

.product-image-small .post-image img {
  height: 150px;
  width: 100%; }

.attribute-icon {
  font-size: 30px;
  padding: 2px; }

.attribute-icon-container {
  margin-top: 5px; }

.attribute-icon-container-slider {
  margin-top: 5px;
  max-height: 32px;
  overflow: hidden; }

.attribute-group {
  border-style: solid;
  border-width: 0.5px;
  padding: 15px;
  border-radius: 2%;
  border-color: #bdbec5;
  margin-bottom: 20px; }

.attribute-groups-container {
  margin-top: 10px; }

.truncate-text {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 500px; }

.no-margin {
  margin: 0 !important; }

.dir-company-module {
  margin: 30px 0; }

/*------- invoice ---------*/
.jbd-container #invoiceIfr {
  width: 100%;
  border: 0px;
  min-height: 650px;
  display: block; }
.jbd-container #invoice .dialogContent {
  max-width: 100%;
  width: 780px; }
.jbd-container .order-header {
  border-bottom: 2px solid #9C9C9C;
  margin-bottom: 25px;
  padding-bottom: 10px;
  color: #777; }
  .jbd-container .order-header .printbutton {
    font-size: 13px; }
  .jbd-container .order-header img {
    height: 50px; }
.jbd-container .order-header-info {
  font-size: 12px;
  margin-top: 5px; }
.jbd-container .order-identifier {
  background-color: #F1F1F1;
  border-left: 7px solid #67ACB1;
  width: 220px;
  padding: 5px 10px; }
.jbd-container .order-content {
  font-size: 13px; }
  .jbd-container .order-content h3 {
    font-weight: normal;
    font-size: 23px;
    margin: 0; }
  .jbd-container .order-content .title-section {
    margin-bottom: 20px; }
  .jbd-container .order-content .order-identifier dl {
    margin: 0; }
  .jbd-container .order-content .order-identifier dt {
    line-height: 23px;
    display: table-column;
    font-size: 13px; }
  .jbd-container .order-content .order-identifier dt {
    float: left;
    clear: left;
    width: 70px;
    display: table-cell;
    line-height: 21px; }
  .jbd-container .order-content .order-identifier dd {
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
    line-height: 21px; }
  .jbd-container .order-content ul.entity-details {
    margin: 5px 0 20px;
    padding: 0; }
    .jbd-container .order-content ul.entity-details li {
      margin: 0;
      padding: 0;
      display: block;
      list-style-type: none !important; }
  .jbd-container .order-content .table thead {
    background-color: #F1F1F1; }
  .jbd-container .order-content .table th:FIRST-CHILD {
    border-left: 7px solid #67ACB1; }
  .jbd-container .order-content .order-text {
    text-align: center;
    padding: 10px 0 15px 0; }
  .jbd-container .order-content .order-footer {
    background-color: #F1F1F1;
    font-size: 12px;
    padding: 5px 10px; }

/*------- end invoice ---------*/
/*-------slider gallery ----------------*/
/**
 * Slideshow style rules.
 */
.jbd-container {
  /**
   * Slideshow controls style rules.
   */ }
  .jbd-container #slideshow {
    position: relative; }
    .jbd-container #slideshow #slidesContainer {
      overflow: auto;
      /* allow scrollbar */
      position: relative; }
      .jbd-container #slideshow #slidesContainer .slide {
        margin: 0 auto;
        color: #594A47; }
  .jbd-container #slidergallery .control {
    display: block;
    width: 30px;
    text-indent: -10000px;
    position: absolute;
    cursor: pointer; }
  .jbd-container #slidergallery #leftControl {
    top: 0;
    left: 0;
    background: transparent url(../images/arrow_left.png) no-repeat 0 50%; }
  .jbd-container #slidergallery #rightControl {
    top: 0;
    right: 0;
    background: transparent url(../images/arrow_right.png) no-repeat 0 50%; }
  .jbd-container #slidergallery ul.gallery {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important; }
    .jbd-container #slidergallery ul.gallery li {
      display: block;
      float: left;
      margin: 0 10px 10px 0 !important; }
    .jbd-container #slidergallery ul.gallery a {
      border: 1px solid #AAAAAA;
      display: block;
      line-height: 0;
      padding: 2px; }
      .jbd-container #slidergallery ul.gallery a img {
        height: 100px;
        object-fit: cover;
        overflow: hidden;
        width: 120px; }
  .jbd-container #slidergallery ul.gallery_review a img {
    height: 80px;
    width: 80px; }
  .jbd-container .slide h2 {
    font: italic 24px Georgia, "Times New Roman", Times, serif;
    color: #403533;
    letter-spacing: -1px;
    margin: 15px; }
  .jbd-container .slide p {
    margin: 15px; }
  .jbd-container .controls-container {
    position: relative;
    clear: both;
    display: block;
    margin-top: 5px; }
  .jbd-container .slide-controls {
    float: left;
    width: 30px;
    height: 30px;
    cursor: pointer; }

/* -------------------end slider gallery --------------- */
/* ------------------- image gallery --------------- */
.picture-container {
  width: 100%;
  margin-bottom: 40px; }

/* -------------------end image gallery --------------- */
#bookmark-container {
  position: absolute;
  right: 10px;
  margin-top: -39px;
  margin-right: 7px; }

.bookmark i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px !important;
  height: 28px;
  background-color: #555;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 17px; }

/*--------- toggle street view map style ----------*/
#map-street-view-panel {
  position: relative;
  float: right;
  text-align: center;
  line-height: 20px;
  padding: 5px; }

.map-gdpr-img {
  content: url("../images/map_gdpr.png");
  display: inline !important;
  width: 50%;
  margin-bottom: 10px; }

/*--------- end toggle street view map style ----------*/
/*-------------------------Shopping Cart Section--------------------------------*/
.jbd-container .cart-container {
  padding: 10px; }
.jbd-container .cart-item-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  text-align: left;
  color: #999;
  text-decoration: none; }
.jbd-container .cart-item {
  background: #FFFFFF;
  border: 3px solid #eee;
  padding: 10px;
  margin: 5px 0; }
.jbd-container .cart-item-pic {
  width: 120px; }
.jbd-container .cart-item-table {
  width: 100%; }
  .jbd-container .cart-item-table td, .jbd-container .cart-item-table th {
    padding: 5px 7px; }
  .jbd-container .cart-item-table .responsive-text {
    display: none; }
.jbd-container #cart-wrapper .total-txt {
  margin-right: 5px; }
.jbd-container table.cart-item-table th:first-child {
  width: 55%; }
.jbd-container .cart-item-description a {
  text-decoration: none !important;
  color: #000; }
.jbd-container .cart-footer {
  float: right; }
  .jbd-container .cart-footer h3 {
    color: #999; }
    .jbd-container .cart-footer h3 span {
      color: #00A000; }
.jbd-container .offer-cart-container select {
  display: inline; }
.jbd-container .offer-cart-container button {
  display: block;
  margin-top: 3px; }

/*-------------------------END Shopping Cart Section--------------------------------*/
/*------- packages progress bar ----------*/
.jbd-container {
   /**
* Needed for IE8
*/ }
  .jbd-container .process-steps {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 3em;
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 610px;
    color: #849397; }
    .jbd-container .process-steps li {
      position: relative;
      display: table-cell;
      text-align: center;
      font-size: 0.8em; }
      .jbd-container .process-steps li:before {
        display: block;
        margin: 0 auto;
        background: #DFE3E4;
        width: 2.5em;
        height: 2.5em;
        text-align: center;
        line-height: 2.5em;
        margin-bottom: 0.25em;
        font-size: 17px;
        border-radius: 100%;
        position: relative;
        z-index: 1; }
      .jbd-container .process-steps li:after {
        content: '';
        position: absolute;
        top: 1.7em;
        left: 50%;
        display: block;
        background: #DFE3E4;
        width: 100%;
        height: 0.4em;
        margin-left: 1.5em;
        z-index: -1; }
      .jbd-container .process-steps li:last-child:after {
        display: none; }
      .jbd-container .process-steps li p {
        font-weight: normal;
        font-size: 1.3em; }
      .jbd-container .process-steps li.is-complete {
        color: #2ECC71; }
        .jbd-container .process-steps li.is-complete:before,
        .jbd-container .process-steps li.is-complete .process-steps > li.is-complete:after {
          color: #FFFFFF;
          background: #2ECC71; }
      .jbd-container .process-steps li.is-active {
        color: #3498DB; }
        .jbd-container .process-steps li.is-active:before {
          color: #FFFFFF;
          background: #3498DB; }
  .jbd-container .progress__last:after {
    display: none !important; }
  .jbd-container .picture-table textarea {
    width: 100%;
    margin-bottom: 25px; }
  .jbd-container .dir-panel-table .item-image {
    float: left;
    width: 80px; }
    .jbd-container .dir-panel-table .item-image img {
      width: 60px;
      height: 60px;
      border: 1px solid #DFDFDF; }
  .jbd-container .dir-panel-table .item-name {
    width: auto;
    float: left; }
  .jbd-container .dir-panel-table .item-title {
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 10px 0; }
    .jbd-container .dir-panel-table .item-title strong {
      font-weight: 600; }
  .jbd-container .dir-panel-table.dir-table {
    width: 100%;
    border-width: 0;
    background-color: #FFFFFF;
    margin-top: 20px;
    display: inline-block; }
    .jbd-container .dir-panel-table.dir-table th, .jbd-container .dir-panel-table.dir-table td {
      background: #FFFFFF !important;
      border-bottom-color: #f1f1f1;
      border-top: none; }
    .jbd-container .dir-panel-table.dir-table td {
      padding: 15px 7px 7px;
      vertical-align: middle; }
    .jbd-container .dir-panel-table.dir-table tfoot td {
      border: none; }
  .jbd-container .dir-panel-table select {
    padding: 2px;
    border-radius: 0; }
  .jbd-container .nowrap {
    white-space: nowrap; }
  .jbd-container .manage-panel-model .modal-dialog {
    margin-top: 10%; }
  .jbd-container .manage-panel-model .modal-header {
    border-bottom: none; }
    .jbd-container .manage-panel-model .modal-header .close {
      width: 25px;
      height: 25px;
      border: 1px solid #000;
      border-radius: 50%; }
  .jbd-container .manage-panel-model .modal-content {
    border-radius: 0 !important; }
  .jbd-container .status-btn {
    width: 100%;
    max-width: 150px;
    min-height: 20px;
    background: #f1f1f1;
    color: #666;
    display: block;
    text-align: left;
    font-size: 11px;
    font-style: italic;
    text-transform: uppercase;
    padding: 0 25px 0 5px;
    text-align: center;
    line-height: 20px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .jbd-container .status-btn:after {
      content: '';
      width: 20px;
      height: 100%;
      position: absolute;
      top: 0px;
      right: 0px;
      background: #e2e2e2;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .jbd-container .status-btn.status-btn-danger:after {
      background: #d9534f; }
    .jbd-container .status-btn.status-btn-warning:after {
      background: #f0ad4e; }
    .jbd-container .status-btn.status-btn-warning.warn:after {
      background: #f0934e; }
    .jbd-container .status-btn.status-btn-info:after {
      background: #5bc0de; }
    .jbd-container .status-btn.status-btn-success:after {
      background: #5cb85c; }
    .jbd-container .status-btn.status-btn-primary:after {
      background: #337ab7; }
  .jbd-container .status-btn-holder {
    max-width: 150px; }

/*-------end packages progress bar----------*/
#infscr-loading {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.902);
  border-radius: 10px 10px 10px 10px;
  height: 41px;
  margin-left: -25px;
  overflow: hidden;
  padding-top: 9px;
  position: fixed;
  bottom: 30px;
  left: 50%;
  text-align: center;
  width: 50px;
  z-index: 100; }

.social-share {
  clear: both;
  display: block;
  height: 42px;
  margin: 10px 0;
  overflow: hidden; }

.fb-like iframe {
  z-index: 1;
  max-width: none !important; }

.dir-print {
  float: right; }

.term_conditions {
  margin: 5px 0; }

.numberCircle {
  background: #cccccc;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
  text-align: center;
  line-height: 1.6em;
  width: 1.6em; }

.review-questions {
  line-height: 20px; }
  .review-questions .review-question-answer {
    margin-bottom: 7px; }

.question-answer {
  cursor: pointer;
  padding: 1px; }

#dir-listing-description {
  margin-bottom: 20px; }
  #dir-listing-description ul {
    margin-bottom: 10px !important;
    padding: 0; }
    #dir-listing-description ul li {
      display: block; }
      #dir-listing-description ul li:before {
        content: '\2022';
        margin-right: 0.5em; }

.remove {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #555;
  text-align: center;
  line-height: 12px;
  margin-left: 5px;
  color: #e9e9e9;
  text-decoration: none;
  vertical-align: top;
  font-size: 11px;
  cursor: pointer; }
  .remove:hover {
    background-color: steelblue;
    color: #e9e9e9;
    text-decoration: none; }

/*------------------------ Activity Itinerary ---------------*/
.activity_itinerary_table {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-top: 1px solid #428bca !important;
  border-left: 1px solid #428bca !important;
  border-right: 1px solid #428bca !important;
  border-bottom: 1px solid #428bca !important; }

.activity_itinerary_header {
  padding-top: 10px;
  background-color: #428bca;
  color: #FFFFFF; }
  .activity_itinerary_header h3 {
    margin-left: 5px;
    padding-bottom: 5px; }

/*------------------------END Activity Itinerary ---------------*/
/*-------- background image-----------*/
.dir-bg-image {
  background: rgba(0, 0, 0, 0.075) none no-repeat scroll center center/cover;
  position: relative; }
  .dir-bg-image::after {
    content: "";
    display: block;
    padding-top: 65%; }

.accordionCollapse > h4:hover {
  cursor: pointer; }
.accordionCollapse ul, .accordionCollapse li {
  display: none; }

.item-not-available {
  background-color: #FAFAFA;
  border: 1px solid #E1E1E1;
  padding: 20px 30px;
  font-weight: bold;
  margin: 10px 0; }

/*----------- payment response page --------*/
.successful-payment-container {
  background: #FFFFFF;
  padding: 20px; }

.successful-payment-wrapper {
  text-align: center; }

.payment-info-box {
  background: #FFFFFF;
  padding: 20px; }

.successful-payment-icon {
  color: green !important;
  font-size: 60px !important; }

.successful-payment-text {
  font-size: 14px; }

.payment-errors {
  color: #f00; }

.card-elements {
  width: 40%;
  padding: 10px; }

#discount-form {
  margin-bottom: 40px !important; }
  #discount-form label {
    display: block; }
  #discount-form input {
    display: inline-block; }

.sp-methods dt {
  display: block; }
.sp-methods dd {
  margin-bottom: 5px;
  display: block; }
.sp-methods .form-list {
  margin: 5px 0 10px 10px; }
.sp-methods ul {
  list-style-type: none;
  font-size: 13px; }
.sp-methods input {
  display: inline-block; }
.sp-methods img {
  width: 50px;
  display: inline-block; }
.sp-methods label {
  display: inline; }

.page-title {
  font-size: 18px; }

.listing-payment-container {
  background: #FFFFFF;
  padding: 15px; }

.payment-items table {
  width: 100%; }
  .payment-items table td {
    padding: 4px 9px;
    text-align: right; }
.payment-items .heading td {
  text-align: left; }

.no-text {
  text-transform: none;
  text-rendering: auto; }

.extend-period {
  background-color: #77c04b;
  border-radius: 3px;
  color: #FFFFFF;
  padding: 5px 10px;
  margin: 10px 5px 3px 0; }

#autocomplete {
  position: relative; }

.mfp-close {
  cursor: pointer !important; }

.mfp-bottom-bar {
  background-color: #333333;
  opacity: .6; }

#company-gallery {
  margin-bottom: 20px; }

/*facebook like fix*/
.fb_iframe_widget iframe {
  position: relative !important; }
.fb_iframe_widget span {
  width: 100% !important; }

/*--------- end payment response page ------*/
/*-------------Picture Upload------------------------*/
.pictures-icon {
  display: inline-block; }

.inner-box {
  background-color: #F5F5F5;
  padding: 0 15px; }

.free-text {
  text-align: center; }
  .free-text h4 {
    margin: 0 0 0 0 !important; }

.price-text {
  color: red; }

.dir-cat-description .full-text {
  display: none; }
.dir-cat-description.open .full-text {
  display: block; }
.dir-cat-description.open .intro-text {
  display: none; }

.cat-read-more {
  float: right; }

.service-section {
  margin-bottom: 15px; }

.img-rounded {
  border-radius: 6px;
  width: 64px;
  height: 64px;
  overflow: hidden; }

.service-item-heading {
  color: #333333; }

.service-section-name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px; }

.service-item {
  position: relative;
  display: block;
  background-color: #FFFFFF;
  border-bottom: 1px dotted #E0E0E0;
  margin-bottom: 15px;
  padding-bottom: 5px; }
  .service-item .service-name {
    font-size: 14px;
    font-weight: bold; }
  .service-item .service-price {
    float: right;
    font-size: 13px;
    font-weight: bold; }

.service-list-container {
  border-bottom: 1px solid #E0E0E0; }
  .service-list-container ul li:last-child {
    border-bottom: 0px; }

.service-section:last-child .service-list-container {
  border-bottom: 0px; }

.service-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.service-list .grid-content .post-image {
  height: 100px; }
.service-list .grid-content .post-title {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0; }
.service-list .grid-content .price {
  font-size: 13px;
  font-weight: bold; }
.service-list .grid-content p {
  margin: 0 0 5px 0; }

/*-------------projects--------------*/
#company-projects-container .grid-item .grid-content {
  height: 165px; }

.project-content {
  margin-top: 20px; }

.project-description {
  margin-bottom: 20px; }

/*---------end projects-------------*/
/*--------------- autocomplete -----------*/
.jbd-container .ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .jbd-container .ui-autocomplete > li > div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    border-left: 2px solid #18BC9C; }
.jbd-container .ui-state-hover,
.jbd-container .ui-state-active,
.jbd-container .ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer; }
.jbd-container .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*------------- end autocomplete ----------*/
/*-----------end common------*/
/*--------------- control panel-----------*/
.jbd-container #user-options {
  background-color: #f5f5f5; }
  .jbd-container #user-options .ibox h4 {
    margin: 5px 0; }
  .jbd-container #user-options .ibox:hover {
    cursor: pointer; }
    .jbd-container #user-options .ibox:hover .ibox-title {
      background-color: #FAFAFA; }
  .jbd-container #user-options .text-success {
    color: #62cb31; }
  .jbd-container #user-options .ibox-title h5 {
    display: inline;
    float: none; }

li.option-button h3 {
  font-size: 15px;
  margin: 0 !important;
  padding: 30px 0 5px;
  line-height: 18px; }
li.option-button p {
  font-size: 13px;
  margin: 0;
  padding: 0 5px;
  line-height: 20px; }
li.option-button span {
  margin: 0; }
li.option-button .box-inset img {
  height: 65px !important; }
li.option-button .box-inset .search h3 {
  padding: 5px 0; }
li.option-button .btn {
  padding: 7px 12px;
  margin-top: 5px; }

/*--------------- end control panel-----------*/
/*------------- listing list -------------*/
.shadow-input {
  -webkit-box-shadow: 2px 2px 8px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 8px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 8px -3px rgba(0, 0, 0, 0.3); }

.search-filter {
  background: #fbfbfb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  display: block;
  overflow: hidden;
  padding: 16px;
  margin-bottom: 15px; }
  .search-filter h3 {
    font-size: 17px !important;
    line-height: 31px;
    padding: 0px 0 0 5px;
    margin: 0 !important; }
  .search-filter .filter-criteria {
    clear: both;
    padding: 0 0 5px 0;
    margin-bottom: 10px;
    border-bottom: #e6e6e6 solid 1px;
    font-size: 13px; }
    .search-filter .filter-criteria:last-child {
      border-bottom: none; }

.jbd-search-statistics {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .jbd-search-statistics .result-counter {
    color: #909090;
    font-weight: 600; }

.jbd-input-box {
  position: relative;
  background: #f8f8f8;
  border: 1px solid #eaeaea;
  padding: 0px 10px 0 30px;
  vertical-align: top;
  height: 36px;
  line-height: 36px;
  border-radius: 5px;
  cursor: pointer; }
  .jbd-input-box:hover {
    background: #fcfcfc; }
  .jbd-input-box [class*="la"] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 1; }

.jbd-select-box {
  position: relative; }
  .jbd-select-box select {
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 0px 10px 0 25px;
    max-width: 160px; }
  .jbd-select-box .chosen-container {
    font-size: 13px;
    line-height: 32px; }
    .jbd-select-box .chosen-container .chosen-single {
      background: #f8f8f8;
      border: 1px solid #eaeaea;
      padding: 0px 5px 0 30px;
      vertical-align: top; }
      .jbd-select-box .chosen-container .chosen-single:hover {
        background: #fff; }
      .jbd-select-box .chosen-container .chosen-single div {
        top: 2px; }
        .jbd-select-box .chosen-container .chosen-single div::before {
          line-height: 32px; }
        .jbd-select-box .chosen-container .chosen-single div b {
          background-position: 0px 6px; }
    .jbd-select-box .chosen-container .chosen-drop {
      border: 1px solid #eaeaea;
      border-top: none; }
    .jbd-select-box .chosen-container a {
      height: 36px;
      line-height: 36px; }
  .jbd-select-box .chosen-container-active a {
    background-image: none;
    background: #fff !important;
    border: 1px solid #eaeaea !important; }
  .jbd-select-box [class*="la"] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 1; }

#search-details {
  background: #FFFFFF; }
  #search-details .form-field {
    line-height: 37px !important;
    height: 37px !important; }
  #search-details .chzn-container-single .chzn-single div b {
    background-position: 0px 6px; }
  #search-details .sortby {
    display: inline-block;
    padding-right: 5px;
    vertical-align: top; }
  #search-details .chosen-container a {
    height: 35px; }
  #search-details .chosen-container-single .chosen-single div {
    top: 2px; }

.search-details {
  background: #FFFFFF; }
  .search-details .form-field {
    line-height: 37px !important;
    height: 37px !important; }
  .search-details .sortby {
    display: inline-block;
    padding-right: 5px;
    vertical-align: top; }

.search-filter-horizontal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0; }
  .search-filter-horizontal .search-options-item {
    margin-right: 15px;
    margin-bottom: 15px; }
  .search-filter-horizontal .clear-search {
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center; }
    .search-filter-horizontal .clear-search i {
      color: #b0b0b0; }
    .search-filter-horizontal .clear-search:hover {
      border: 2px solid #a0a0a0; }
      .search-filter-horizontal .clear-search:hover i {
        color: #888; }

#search-module {
  clear: none !important;
  padding: 0;
  position: relative; }
  #search-module input#searchkeyword {
    border-radius: 10px; }
  #search-module #companies-search {
    margin: 0 auto;
    margin-bottom: 32px;
    max-width: 100%; }
    #search-module #companies-search .la la-bullseye {
      height: 32px;
      line-height: 32px;
      top: 5px;
      border-radius: 0;
      right: 0; }
  #search-module #searchform .search-dir-button {
    height: 35px;
    line-height: 35px;
    margin-top: 9px !important; }

.search-results-normal {
  margin: 0 0px 20px 5px;
  width: 73%; }

.search-results-full {
  margin: 0 5px 20px 5px;
  width: 100%;
  margin: 0 !important; }

#search-results .search-header {
  background: #FFFFFF;
  padding: 15px;
  margin-bottom: 10px; }

.search-results .categoy-image {
  padding: 2px;
  background-color: #FFFFFF;
  border: #AAAAAA solid 1px; }

.result h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 30px;
  padding: 0; }
.result .business-details {
  margin-top: 5px; }
.result .business-details.row-fluid {
  margin-bottom: 0 !important; }
.result .business-info {
  width: 100%;
  display: block; }
.result .company-info {
  float: left;
  position: relative;
  width: 77%; }
.result .company-rating {
  float: right;
  font-size: 13px;
  margin: 2px 25px 0 25px;
  position: relative;
  width: 115px; }
.result .rating {
  float: left; }
  .result .rating p {
    margin: 0px; }
  .result .rating img, .result .rating #reviews img, .result .rating #add-review img {
    display: inline-block;
    padding: 0 !important; }
    .result .rating img .company-image img, .result .rating #reviews img .company-image img, .result .rating #add-review img .company-image img {
      margin: 0 !important;
      padding: 0 !important;
      background: none !important;
      border: none !important; }

.search-results .position {
  color: #222222;
  float: left;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 5px 0 0;
  text-align: center;
  width: 20px; }
.search-results h3.business-comercial-name {
  display: block;
  font-size: 1.2em;
  margin-bottom: 3px; }
.search-results .phone {
  background: none !important;
  display: block;
  font-weight: bold;
  color: #444444;
  padding-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.search-results .company-features {
  clear: left;
  margin-left: 5px;
  padding: 3px 0 0 0;
  width: auto !important; }
  .search-results .company-features li {
    color: #222222;
    float: left;
    font-weight: bolder;
    padding: 0;
    padding-right: 10px;
    display: block;
    margin: 0;
    background: none; }
.search-results .classification {
  clear: left;
  display: block;
  margin-left: 0;
  margin-right: 10px;
  padding-top: 5px; }
  .search-results .classification .business-properties {
    float: left; }
.search-results .result:hover .listing_actions, .search-results .result.hover .listing_actions {
  visibility: visible; }

.search-options {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap; }
  .search-options > div {
    margin-left: 20px; }
  .search-options .view-mode a {
    border: 2px solid #a3a3a3;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px; }
    .search-options .view-mode a.active {
      border: 2px solid #1db4c2; }
  .search-options .map i {
    font-size: 30px; }
  .search-options .map.active i {
    color: #1db4c2; }

#search-info {
  padding: 7px 10px;
  color: #FFFFFF;
  font-size: 12px;
  background: #787878; }
  #search-info ul {
    float: left;
    list-style-type: none;
    line-height: 20px;
    margin: 0 !important;
    padding: 0; }
    #search-info ul li {
      margin: 0 !important;
      padding: 0 !important;
      float: left;
      margin-right: 20px !important;
      list-style: none;
      line-height: 21px !important;
      color: #FFFFFF;
      font-weight: bold;
      background-image: none !important; }
  #search-info input {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    display: inline;
    width: auto; }
  #search-info strong {
    font-size: 13px; }
  #search-info label {
    padding: 0;
    margin: 0;
    display: inline;
    line-height: 17px; }

.search-modules {
  margin-bottom: 15px; }
  .search-modules img {
    width: 100%; }

.search-category-box {
  clear: both;
  line-height: 15px; }
  .search-category-box a {
    color: #0185CA;
    text-decoration: none;
    margin: 2px 0; }
  .search-category-box .filter-header {
    font-size: 14px;
    font-weight: bold;
    font-weight: 600;
    margin-top: 0;
    padding: 5px 0px 15px 0px; }
  .search-category-box .filterExpand {
    float: right; }
  .search-category-box .selectedlink .cross {
    background: url("../images/cross_sel.png") no-repeat scroll 0 5px transparent;
    position: relative;
    float: right;
    margin-right: 2px;
    text-indent: -10000px;
    top: 0;
    width: 10px; }
  .search-category-box .selectedlink div.selected a {
    color: #FFFFFF; }
  .search-category-box li div {
    display: block;
    color: #0185CA; }
  .search-category-box li.selectedlink div.selected {
    background-color: #e2e2e2;
    margin: 0 0 2px;
    color: #FFFFFF;
    padding: 7px 5px; }
    .search-category-box li.selectedlink div.selected a {
      color: #FFFFFF; }
  .search-category-box ul {
    line-height: 13px;
    list-style-type: none;
    list-style-position: inside;
    margin: 0 0 10px 0;
    padding: 0; }
    .search-category-box ul li {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
      display: block;
      margin: 6px 0 !important;
      padding: 0 !important; }
      .search-category-box ul li ul li {
        padding-left: 10px; }
        .search-category-box ul li ul li a {
          color: #888; }

#search-filter ul li:before {
  content: none; }
#search-filter a {
  color: #333333; }
  #search-filter a .filter-main-cat {
    font-weight: 600; }

#search-path {
  display: block; }
  #search-path ul.category-breadcrumbs {
    list-style-type: none !important;
    margin: 0 0 20px 0;
    padding: 0 !important; }
    #search-path ul.category-breadcrumbs li {
      display: inline-block;
      position: relative;
      font-size: 12px;
      background: none;
      margin-right: 13px !important;
      padding-left: 16px !important; }
      #search-path ul.category-breadcrumbs li:first-child {
        padding-left: 0px !important;
        padding-right: 4px !important;
        margin-right: 0px !important; }
      #search-path ul.category-breadcrumbs li:first-child::before {
        content: ""; }
      #search-path ul.category-breadcrumbs li::before {
        content: "/";
        position: absolute;
        left: 0;
        top: 0;
        color: #7f7f7f;
        width: 0;
        height: 0;
        transform: translateY(-50%);
        top: 0px !important; }
    #search-path ul.category-breadcrumbs.category-breadcrumbs {
      margin-right: 20px; }
      #search-path ul.category-breadcrumbs.category-breadcrumbs a {
        padding: 2px 2px; }
  #search-path .selected-criteria {
    margin-left: 20px;
    list-style-type: none !important;
    margin: 0 0 20px 0;
    padding: 0 !important;
    float: left;
    max-width: 100%; }
    #search-path .selected-criteria .reset {
      padding-left: 10px; }
    #search-path .selected-criteria li {
      display: inline-block;
      padding: 7px 8px !important;
      position: relative;
      background: #FFFFFF;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      border: #d6d6d6 solid 1px;
      cursor: pointer;
      margin: 0 7px 0 0;
      max-width: 100%;
      line-height: 17px; }
      #search-path .selected-criteria li:hover {
        background-color: #F1F1F1; }
      #search-path .selected-criteria li a {
        color: #333333; }
      #search-path .selected-criteria li::before {
        content: ""; }

/*------------- end search-results -------------*/
/*------------- search-results-items -------------*/
.result-item.featured {
  background-color: #fbfbfb; }

.result-item {
  border-bottom: #DDDDDD solid 1px;
  position: relative;
  background-color: #FFFFFF;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .result-item h3 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px; }
  .result-item .item-element {
    margin: 2px 0; }
  .result-item .company-intro {
    display: block;
    font-size: 13px;
    padding-top: 5px;
    margin-top: 5px;
    border-top: #CECECE solid 1px; }
  .result-item .item-image {
    box-shadow: 0 2px 5px #969696;
    padding: 2px;
    margin: 0 0px 10px 0px;
    position: relative;
    width: 100%; }
  .result-item .item-image a {
    width: 100%; }
  .result-item .item-image img {
    width: 100%; }

.category-container {
  border-top: 1px solid #dedede;
  padding-top: 20px; }
  .category-container h3 {
    margin-top: 0; }

/*------------- end search-results-items -------------*/
/*------------- search-results style 6 -------------*/
.jbd-container .list-style-6 [class*="col-"] {
  padding-top: 0px;
  padding-bottom: 0px; }
.jbd-container .wizard .steps > ul > li {
  width: 33%; }
.jbd-container .wizard .content {
  position: inherit;
  margin: 0;
  overflow: initial; }

.list-style-6 .result-item {
  margin-bottom: 10px;
  padding: 0px !important;
  background-color: #f9f9f9; }
.list-style-6 .result-content {
  padding-left: 7px;
  padding-bottom: 7px; }
.list-style-6 .info-right {
  background-color: #fcfcfc;
  padding-top: 7.5px;
  padding-left: 15px;
  height: 100%; }
.list-style-6 .featured div .info-right {
  background-color: #fcfcfc; }
.list-style-6 .item-name {
  padding-top: 10px; }
.list-style-6 .item-image {
  margin: 0;
  padding: 0;
  box-shadow: none;
  height: 190px;
  position: relative; }
  .list-style-6 .item-image a > div > div {
    position: absolute;
    top: 60%;
    left: 60%;
    width: 100px;
    height: 100px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .list-style-6 .item-image a > div > div span {
      opacity: 0.5; }
  .list-style-6 .item-image .item-thumbnail-wrap {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    line-height: 0px;
    max-width: 100%;
    position: relative;
    vertical-align: top; }
  .list-style-6 .item-image a > div::before {
    width: 90px;
    height: 90px;
    content: "\f105";
    display: block;
    font-family: "LineAwesome";
    font-size: 57px;
    color: #FFFFFF;
    text-align: center;
    line-height: 48px;
    background: rgba(187, 187, 187, 0.6);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 37%;
    left: 35%;
    z-index: 10;
    opacity: 0;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    margin-top: -24px;
    margin-left: -24px;
    padding-top: 22px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.15s ease-in-out; }
    .list-style-6 .item-image a > div::before:hover > div::before {
      opacity: 1; }
.list-style-6 a > #hover-effect::before {
  top: 39% !important;
  left: 42% !important; }
.list-style-6 .featured div .business-details {
  height: 190px;
  background: #e4f8f8; }
.list-style-6 .company-details {
  height: 190px;
  background-color: #f9f9f9;
  border: none; }
.list-style-6 .business-name {
  display: block;
  float: none;
  overflow: hidden;
  margin-bottom: 10px; }
  .list-style-6 .business-name a {
    text-decoration: none;
    cursor: pointer; }
    .list-style-6 .business-name a span, .list-style-6 .business-name a #offer-style2 .offer-name a span, .list-style-6 .business-name a #event-style2 .event-subject a span {
      font-size: 18px;
      font-weight: 700; }
    .list-style-6 .business-name a:hover span {
      color: #ff9c00 !important;
      cursor: pointer; }
.list-style-6 .dir-intro-text {
  height: 105px;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 5px; }
.list-style-6 .company-address {
  bottom: 15px;
  display: inline;
  font-size: 13px;
  line-height: 17px;
  overflow: hidden; }
.list-style-6 .categories {
  bottom: 10px; }
.list-style-6 .company-rating {
  margin: 10px 0 5px 0; }
.list-style-6 .item-info-wrap {
  height: 100px;
  overflow: hidden; }
  .list-style-6 .item-info-wrap i {
    margin-right: 5px;
    color: #999;
    width: 14px;
    display: inline-block;
    text-align: center; }
.list-style-6 .box-icon-link {
  display: inline-block;
  width: auto;
  height: auto; }
.list-style-6 .cat-icon-box {
  border: #C7C7C7 solid 1px;
  border-radius: 50%;
  padding: 4px;
  width: 30px;
  height: 30px;
  text-align: center; }
.list-style-6 .item-info {
  display: block; }
.list-style-6 .cat-icon-box i {
  margin: 0; }

/*-----------------------Companies/Offers/Events list view simple--------------------------*/
@media (max-width: 769px) {
  .list-style-6 .item-info-wrap {
    height: auto; }

  .list-style-6 .dir-intro-text {
    height: auto; }

  .list-style-6 .company-details {
    height: auto; }

  .list-style-6 .item-info-container {
    padding: 10px; }

  .list-style-6 .item-info {
    display: block; } }
/*-----------------------END Companies list view blue----------------------*/
/*------------- end search-results style 6 -------------*/
/*------------- search-results style 7 -------------*/
#jbd-container .list-style-7 .row [class*="col-"] {
  padding-top: 0;
  padding-bottom: 0; }

.list-style-7 .business-name {
  line-height: 25px;
  display: block;
  float: none;
  margin: 0; }
.list-style-7 .result-content {
  padding: 10px 0 0 10px;
  min-height: 200px; }
.list-style-7 .result-item {
  padding: 0; }
.list-style-7 .company-rating {
  width: 200px;
  float: left;
  display: block;
  margin: 0; }
.list-style-7 .review-count {
  float: left; }
.list-style-7 .business-container {
  display: block;
  width: 100%; }
.list-style-7 .content-box {
  font-size: 13px;
  color: #333333; }
.list-style-7 .company-info {
  padding-bottom: 40px;
  min-height: 225px !important; }
.list-style-7 .company-intro {
  border-top: none; }
.list-style-7 ul {
  font-size: 13px;
  list-style: none !important;
  display: inline;
  margin: 0;
  padding: 0; }
.list-style-7 .company-links li {
  list-style-type: none;
  display: inline;
  border-right: #c5c4c4 solid 1px;
  padding: 0 4px 0 0;
  margin: 0 4px 0 0; }
  .list-style-7 .company-links li:last-child {
    border-right: none; }
.list-style-7 .business-categories {
  list-style-type: none !important; }
  .list-style-7 .business-categories a:hover {
    text-decoration: underline; }
  .list-style-7 .business-categories li {
    display: inline !important;
    padding: 0 !important;
    background: none !important;
    border-right: none; }
.list-style-7 .content-box {
  width: 100%;
  margin: 10px 0 20px; }
.list-style-7 .company-logo {
  float: left; }
.list-style-7 .busienss-name-info {
  float: left; }
.list-style-7 .company-logo img {
  width: 45px;
  height: 45px;
  border: #dfdfdf solid 1px;
  border-radius: 45px;
  margin: 4px 7px 0 0; }
.list-style-7 .bottom-info {
  position: absolute;
  bottom: 10px;
  font-size: 13px;
  width: 100%; }
.list-style-7 .company-address {
  width: 100%;
  white-space: nowrap;
  overflow: hidden; }
.list-style-7 .company-gallery {
  height: 225px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis; }
  .list-style-7 .company-gallery img {
    height: 100%;
    width: auto !important;
    min-width: 100%; }

/*------------- end search-results style 7 -------------*/
/*------------- search-results style 1 -------------*/
.search-style-1 .business-container, .list-intro .business-container {
  display: block; }

/*------------- end search-results style 1 -------------*/
/*------------- search-results style 3 -------------*/
.list-style-3 .item-actions {
  background-color: #ECECEC;
  margin: 10px 0;
  padding: 5px;
  border-radius: 5px; }
  .list-style-3 .item-actions li {
    padding: 10px; }
.list-style-3 .rating-container {
  justify-content: center; }

.list-contact .business-name {
  width: 100%; }
.list-contact .business-info {
  text-align: center;
  padding: 0 2%;
  width: 30%;
  float: left; }
.list-contact .company-image {
  width: 100%; }
.list-contact .company-rating {
  position: relative;
  float: none;
  width: auto;
  margin: 0 !important; }
  .list-contact .company-rating .rating {
    margin: 0 auto;
    width: 140px;
    float: none; }
.list-contact .company-options {
  background-color: #ECECEC;
  margin: 10px 0;
  float: left;
  border-radius: 5px; }
  .list-contact .company-options ul {
    list-style-type: none;
    width: auto;
    margin: 0;
    padding: 0; }
  .list-contact .company-options li {
    float: left; }
    .list-contact .company-options li a {
      padding: 5px 8px;
      margin: 0 5px;
      float: left; }
  .list-contact .company-options.right {
    float: right; }
.list-contact .result-content {
  display: block;
  width: auto; }

/*------------- end search-results style 3 -------------*/
/*------------- search-results style 4 -------------*/
.list-style-4 .result-item {
  padding: 10px; }
.list-style-4 .company-rating {
  margin-top: 5px; }

/*------------- end search-results style 4 -------------*/
/*-------------search-results style 8 ---------------*/
#jbd-container .list-style-8 .row [class*="col-"] {
  padding-top: 0;
  padding-bottom: 0; }

.list-style-8 .item-info-container {
  padding: 5px 10px;
  overflow: hidden; }
.list-style-8 .item-image {
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none; }
  .list-style-8 .item-image img {
    min-height: 70px;
    width: 100%; }
.list-style-8 .result-item {
  padding: 0;
  margin-bottom: 15px;
  border-bottom: 15px; }
  .list-style-8 .result-item h3 {
    margin-top: 5px; }
.list-style-8 .company-details {
  background-color: inherit;
  border: 0px; }
.list-style-8 .span10 .company-details {
  padding-left: 0px; }
.list-style-8 .featured-text {
  position: absolute;
  right: 5px;
  bottom: 5px; }

/*------------- end search-results style 8 ---------------*/
/*-------------results style 7 ---------------*/
.shadow-border {
  -webkit-box-shadow: 10px 8px 8px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 10px 8px 8px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 10px 8px 8px 0px rgba(0, 0, 0, 0.23); }

.dir-tab-panel {
  width: 57%; }

.dir-tab ul {
  list-style-type: none !important;
  margin: 0 !important; }

.business-slogan {
  font-size: 15px;
  padding: 0;
  margin: 0 0 10px; }

.one-page-edit .edit-tab {
  padding: 5px 0; }

#tabsForm {
  float: right; }

#tab-panel .event-img-container {
  width: 150px; }
#tab-panel .event-content {
  width: 56%; }

#tabs {
  line-height: normal;
  position: relative;
  z-index: 0;
  border: 0px;
  background: none !important;
  clear: both;
  padding: 0;
  background: #FFFFFF !important; }
  #tabs ul.tab-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 0px;
    border-left: silver solid 1px;
    margin: 0px !important;
    padding: 0 !important;
    background-color: #FFFFFF;
    background: none;
    border-bottom: silver solid 1px; }
    #tabs ul.tab-list li {
      display: inherit;
      flex-grow: 1;
      height: 33px;
      border: silver solid 1px;
      border-left-width: 0;
      background-color: #EFEFEF;
      margin: 0;
      transition: all ease 0.2s; }
      #tabs ul.tab-list li span {
        cursor: pointer; }
      #tabs ul.tab-list li .ui-state-active {
        border-bottom-color: white;
        margin-bottom: -1px !important;
        padding-bottom: 1px; }
        #tabs ul.tab-list li .ui-state-active span {
          border-bottom-color: #FFFFFF;
          background-color: #FFFFFF; }
        #tabs ul.tab-list li .ui-state-active strong {
          background-color: white; }
      #tabs ul.tab-list li strong, #tabs ul.tab-list li span {
        color: #555555;
        text-align: center;
        line-height: 33px;
        text-decoration: none;
        padding: 0 10px;
        font-size: 13px;
        width: 100%;
        height: 100%; }
    #tabs ul.tab-list .active {
      border-top: #7a7a7a solid 3px; }
  #tabs ul.tab-list li:hover, #tabs ul.tab-list li.active {
    background-color: #FFFFFF; }

#listing-style-1 .dir-print, #tabs-style-2 .dir-print, #one-page-container .dir-print, #company-style-5-container .dir-print, .company-container-style-6 .dir-print {
  line-height: 33px;
  margin: 0 10px; }

#listing-style-1 .company-info-average-rating {
  clear: none; }
#listing-style-1 h1 {
  margin: 0 0 20px; }
#listing-style-1 .claim-container {
  margin: 0; }
#listing-style-1 .listing-details {
  margin-top: 15px; }
  #listing-style-1 .listing-details .btn {
    margin-bottom: 10px; }

#tabs-style-2 h1 {
  margin: 0 0 20px; }
#tabs-style-2 #company-info {
  margin-bottom: 10px; }
#tabs-style-2 #tab-panel {
  clear: both;
  background: #FFFFFF; }
#tabs-style-2 .company-image {
  margin-bottom: 30px; }
#tabs-style-2 .claim-container {
  margin: 5px 0; }
#tabs-style-2 .contact-btn {
  margin-top: 10px; }
#tabs-style-2 .top-right {
  right: 23px;
  top: auto; }
#tabs-style-2 .listing-details {
  margin-top: 15px; }
  #tabs-style-2 .listing-details .btn {
    margin-bottom: 10px; }

#company-tab-container {
  border: silver solid 1px;
  position: relative;
  top: -1px;
  z-index: 1; }

#company_map img, .company-map img {
  width: auto !important;
  max-width: none !important; }

#company-tab-content {
  padding: 20px;
  background-color: #FFFFFF; }

.rating-text {
  margin: 0 0 0 10px; }

.categories-container .category-content {
  display: block;
  line-height: 22px;
  padding: 10px;
  width: 100%;
  background: #fff;
  border-color: #EFEFEF #EFEFEF #CFCFCF;
  border-style: solid;
  border-width: 1px; }

.categories-style-5 a {
  display: block;
  padding: 0 15px; }

.category-img-container {
  box-shadow: 0 2px 5px #969696;
  float: left;
  padding: 2px;
  width: 34%;
  margin: 0 10px 0px 0; }
  .category-img-container img {
    width: 100%; }

.category-content h2 {
  font-size: 1.2rem;
  line-height: 15px;
  margin: 0 0 10px 0;
  color: #336699;
  line-height: 18px;
  display: block;
  word-wrap: normal; }

#categories-accordion {
  margin: 0;
  padding: 0;
  float: left;
  display: block;
  width: 100%; }
  #categories-accordion li.accordion-element {
    cursor: pointer;
    list-style-type: none;
    padding: 0;
    margin: 10px;
    display: inline-block;
    width: 45%;
    vertical-align: top; }
    #categories-accordion li.accordion-element ul {
      margin: 0;
      padding: 0 0 0 15px; }
    #categories-accordion li.accordion-element h3 {
      font-size: 14px;
      padding: 10px;
      color: #333333;
      margin: 0; }
    #categories-accordion li.accordion-element .ui-accordion-content-active {
      background: #FAFAFA; }
    #categories-accordion li.accordion-element a {
      color: #2a2a2a; }
    #categories-accordion li.accordion-element .ui-state-over {
      background: #9A9A9A; }
  #categories-accordion .ui-state-active {
    background: #EFEFEF; }
    #categories-accordion .ui-state-active h3 {
      color: #FFFFFF;
      font-weight: bold !important; }
  #categories-accordion ul.category-list > li {
    border-bottom: #E9EBEB solid 1px;
    font-size: 15px;
    list-style: none outside none;
    padding: 12px 0;
    position: relative;
    vertical-align: top;
    width: 100%; }
    #categories-accordion ul.category-list > li:last-child {
      border-bottom: none; }
    #categories-accordion ul.category-list > li a:hover {
      text-decoration: underline; }

#social-networks-container {
  display: block;
  margin-bottom: 3px; }
  #social-networks-container ul.social-networks {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  #social-networks-container li {
    float: left;
    line-height: 30px;
    list-style-type: none; }

.socials-network a {
  padding: 8px !important;
  font-size: 15px;
  width: 37px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  margin: 2px 2px 0 0; }
  .socials-network a:hover {
    opacity: 0.7; }
.socials-network .la.la-facebook-f {
  background: #3B5998;
  color: white; }
.socials-network .la.la-twitter {
  background: #55ACEE;
  color: white; }
.socials-network .la.la-google {
  background: #dd4b39;
  color: white; }
.socials-network .la.la-linkedin {
  background: #007bb5;
  color: white; }
.socials-network .la.la-skype {
  background: #00aff0;
  color: white; }
.socials-network .la.la-youtube {
  background: #bb0000;
  color: white; }
.socials-network .la.la-instagram {
  background: #125688;
  color: white; }
.socials-network .la.la-pinterest {
  background: #cb2027;
  color: white; }
.socials-network .la.la-whatsapp {
  background: #0ab71b;
  color: white; }

/*-------------end results style 7 ---------------*/
.catalog-letters {
  display: block;
  font-size: 13px;
  padding: 5px 0px; }
  .catalog-letters a {
    margin: 2px 3px; }
  .catalog-letters span {
    opacity: 0.7; }
    .catalog-letters span.letter-selected {
      font-weight: bolder;
      color: #FFA02D; }
    .catalog-letters span.used-letter {
      opacity: 1; }

#filter-button {
  cursor: pointer;
  white-space: nowrap;
  vertical-align: top;
  width: 110px; }
  #filter-button i.la la-window-close-o {
    display: none; }
  #filter-button i.la la-filter {
    display: none; }
  #filter-button i.la la-window-close-o {
    display: inline; }

.listing-filter {
  display: none;
  text-align: center; }
  .listing-filter .open {
    display: block; }
  .listing-filter .filter-action {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    background-color: #F0F0F0;
    margin: 5px; }
  .listing-filter ul {
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
    .listing-filter ul li {
      display: inline-block;
      width: 30%;
      margin: 5px 0;
      text-align: left; }

.filter-switch {
  display: none;
  background-color: #999;
  padding: 5px 20px;
  color: #FFFFFF;
  cursor: pointer; }

.result-actions {
  background-color: #E3EDF0;
  clear: both;
  font-size: 1.1em;
  height: 13px;
  overflow: hidden;
  padding: 5px 5px 4px 35px;
  text-align: right;
  display: none; }
  .result-actions ul {
    list-style-type: none; }

/*----------------------Company Services-----------------------------*/
.wizard > .steps a {
  border: 0px;
  -webkit-box-shadow: 2px 2px 8px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 8px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 8px -3px rgba(0, 0, 0, 0.3); }

.jbd-container .wizard .content .body {
  position: relative;
  height: auto; }
.jbd-container .wizard .steps .current a {
  background-color: #FFFFFF;
  cursor: pointer; }
.jbd-container .wizard .steps .current a:hover {
  background-color: #FAFAFA; }
.jbd-container .wizard .steps .current a,
.jbd-container .wizard .steps .current a:hover,
.jbd-container .wizard .steps .current a:active {
  color: #555; }
.jbd-container .wizard .steps .done a .badge {
  background-color: #22A78D; }
.jbd-container .wizard .steps .done a,
.jbd-container .wizard .steps .done a:hover,
.jbd-container .wizard .steps .done a:active {
  background-color: #18BC9C; }

.step-selected {
  margin-right: 10px;
  width: 33%;
  border-bottom: green solid 2px;
  font-weight: bold; }

.selected-service-details {
  margin-bottom: 10px; }

.service-link {
  font-size: 14px; }

.service-provider-link {
  font-size: 15px;
  font-weight: 500;
  line-height: 33px; }

.service-date-link {
  padding: 5px 7px;
  white-space: nowrap; }
  .service-date-link:hover {
    background: #22A78D;
    color: #FFFFFF; }
  .service-date-link .text-muted {
    background: #F0F0F0; }
    .service-date-link .text-muted:hover {
      background: #F0F0F0; }

.available-hours {
  padding-left: 6px; }
  .available-hours li {
    margin-bottom: 20px; }
  .available-hours .day-section {
    margin-bottom: 10px;
    font-weight: bold; }

/*----------------------END Company Services-----------------------------*/
.grid-view-2 .grid-content .post-inner {
  padding: 3px 1px; }
.grid-view-2 .grid-content .post {
  background: none repeat scroll 0 0 #111;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  margin-top: 5px; }
  .grid-view-2 .grid-content .post h1 a {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    padding-left: 10px; }
.grid-view-2 .grid-content .post-title {
  margin: 0px;
  padding: 2px 5px; }
.grid-view-2 .grid-content .post-image {
  margin: 0 0 5px; }

.list-post .post-meta em {
  display: none; }
.list-post .post-meta .post-author, .list-post .post-meta .post-category, .list-post .post-meta .post-tag, .list-post .post-meta .post-author, .list-post .post-meta .post-comment a {
  border-top: 1px solid #DDDDDD;
  display: block;
  padding: 5px 0;
  text-align: right; }
.list-post .author-pic {
  position: absolute;
  top: 0;
  left: -60px; }

.module.list-post .post-content {
  margin-left: 0; }
.module.list-post .post-meta {
  position: static;
  width: auto; }
  .module.list-post .post-meta .post-author, .module.list-post .post-meta .post-category, .module.list-post .post-meta .post-tag, .module.list-post .post-meta .post-author, .module.list-post .post-meta .post-comment a {
    border-top: medium none;
    display: inline;
    padding: 0 5px 0 0;
    text-align: left; }
.module.list-post .author-pic {
  position: static; }

.grid4 .post-title {
  font-size: 100%;
  font-weight: bold;
  line-height: 20px;
  margin: 5px 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap; }

.grid3 .post {
  float: left;
  margin-left: 20px;
  width: 306px; }
.grid3 .post-title {
  font-size: 120%; }

.grid2 .post {
  float: left;
  margin-left: 20px;
  width: 474px; }
.grid2 .post-title {
  font-size: 170%; }

/*------- chosen fixes ----------*/
.chzn-container .chzn-results {
  margin-left: -5px;
  clear: both; }
.chzn-container .chosen-results {
  margin-left: -5px;
  clear: both; }

.chzn-container-single .chzn-search {
  padding: 0 !important; }

.calendar table:FIRST-CHILD {
  width: 100%; }

.claim-listing-wrapper {
  color: #5a5b5c;
  padding: 30px;
  background-color: #212121;
  overflow: hidden; }

.claim-listing-description {
  font-size: 15px;
  font-style: italic;
  font-size: 16px;
  color: #cecece;
  margin-bottom: 30px;
  line-height: 20px; }

.claim-listing-title {
  color: #FFFFFF;
  font-size: 22px; }

.claim-listing-btn {
  background-color: #f5af02; }

#categories-container .categories {
  color: #999;
  font-size: 1em; }
  #categories-container .categories ul {
    display: inline; }
    #categories-container .categories ul li {
      display: inline;
      background: none; }
  #categories-container .categories span {
    font-weight: bolder;
    color: #777777; }

.categories-grid .grid-content .post {
  width: 23%;
  margin: 1%; }

#top-right-container {
  float: right;
  margin-bottom: 7px;
  max-width: 650px;
  line-height: 20px; }

.reduceOpacity {
  opacity: 0.6; }

.subject-delimiter {
  margin: 10px 0;
  border-bottom: 1px solid #ccc; }

.company-details {
  display: block;
  background-color: #F5F5F5;
  border: 1px solid #E7E7E7;
  padding: 10px 15px;
  overflow: hidden; }

.company-location {
  margin-bottom: 5px; }

.attachment-info {
  display: block;
  clear: both;
  margin-top: 15px; }
  .attachment-info .attachment-link div {
    float: left; }
  .attachment-info img.icon {
    height: 25px;
    float: left;
    vertical-align: top;
    margin: -6px 2px 0 0; }

h1.title {
  color: #067AB4 !important;
  font-size: 25px !important;
  line-height: 31px;
  margin: 0 0 20px 0 !important;
  padding: 0 10px; }

.add-review-link {
  margin-bottom: 10px;
  padding: 5px;
  line-height: 25px !important;
  font-weight: normal; }

/*----------- grid layout -----------*/
.clearfix:before, .clearfix .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

.isotope, .isotope .isotope-item {
  transition-duration: 0.8s; }

.isotope {
  transition-property: height, width; }
  .isotope .isotope-item {
    transition-property: transform, opacity; }

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  transition-duration: 0s; }

.isotope.infinite-scrolling {
  transition: none 0s ease 0s; }

.isotope, .isotope .isotope-item {
  transition-duration: 0.8s; }

#company-offers .post-inner {
  min-height: 275px; }

.post-video, .embed-youtube {
  height: 0;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }

.post-video iframe, .post-video object, .post-video embed, .embed-youtube iframe, .embed-youtube object, .embed-youtube embed {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%; }

.categories .post-title {
  margin-bottom: 0; }

.video-container ul {
  margin: 0 !important;
  padding: 0;
  list-style-type: none; }

.info-box-content {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left; }
  .info-box-content .info-phone {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px; }
  .info-box-content .address {
    border-bottom: 1px dotted #ccc;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 7px;
    padding-bottom: 3px; }
  .info-box-content .info-website {
    margin-bottom: 5px; }
  .info-box-content a {
    float: left; }

.info-box {
  color: #333333;
  text-align: left;
  max-width: 210px; }
  .info-box .title {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px; }
  .info-box .info-box-image {
    width: 100%;
    max-width: 100%;
    float: left; }
    .info-box .info-box-image img {
      width: 100% !important; }

#companies-map-container .info-box-image img {
  max-width: 100% !important;
  width: auto !important; }

#companies-map-container {
  border: 3px solid #777777;
  margin-bottom: 3px; }
  #companies-map-container img {
    max-width: none !important;
    width: auto; }

#company-tab-container img {
  max-width: none !important;
  width: auto; }

#company-map img {
  max-width: none !important;
  width: auto; }
#company-map .gm-compass img {
  width: inherit !important; }

#map-container {
  max-width: none !important;
  width: auto;
  position: relative; }

.company-counter {
  background: url("../images/circle.png") no-repeat 1px 0;
  float: left;
  width: 31px;
  height: 30px;
  font-size: 13px;
  color: #FFFFFF;
  padding-right: 2px;
  text-align: center;
  line-height: 30px;
  margin-top: 5px; }

.search-filter.style-2 {
  padding: 0;
  background: none;
  box-shadow: none; }
  .search-filter.style-2 .search-category-box .filter-criteria {
    margin-bottom: 20px;
    border-bottom: none; }
    .search-filter.style-2 .search-category-box .filter-criteria .filter-header {
      padding: 10px 15px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: none; }
    .search-filter.style-2 .search-category-box .filter-criteria .filterExpand {
      position: absolute;
      right: 15px; }
  .search-filter.style-2 .search-category-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff; }
    .search-filter.style-2 .search-category-box ul li {
      list-style: none;
      margin: 0 !important;
      padding: 0;
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .search-filter.style-2 .search-category-box ul li a, .search-filter.style-2 .search-category-box ul li strong {
        display: block;
        padding: 13px 15px;
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.7);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .search-filter.style-2 .search-category-box ul li a:hover, .search-filter.style-2 .search-category-box ul li strong:hover {
          background-color: rgba(0, 0, 0, 0.1); }
      .search-filter.style-2 .search-category-box ul li.selectedlink a {
        background-color: rgba(0, 0, 0, 0.1); }

/*------------- end listing list -------------*/
/*------------- business listing details ---------------*/
#company-info {
  font-size: 14px;
  position: relative;
  line-height: 25px; }
  #company-info ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #company-info ul li {
      margin: 0;
      padding: 0;
      background: none; }
      #company-info ul li:before {
        content: none; }
  #company-info .phone {
    background: none !important; }
  #company-info .company-image {
    margin-left: 0px;
    margin-top: 0; }
    #company-info .company-image img {
      width: 100%; }
  #company-info h4.contact {
    color: #333333;
    font-size: 14px;
    padding-bottom: 3px;
    margin: 5px 0px 5px; }

.dir-company-info {
  width: 40%;
  margin-bottom: 15px; }

.contact-details-wrap {
  display: inline-block; }

.company-info-container {
  display: block; }
  .company-info-container p {
    margin: 0 !important; }

.company-info-review {
  display: inline-flex;
  flex-wrap: wrap;
  padding-bottom: 4px; }

.company-info-rating {
  display: inline; }

.company-info-average-rating {
  padding-bottom: 7px; }

.company-info-user-rating {
  padding-bottom: 2px; }

.contact-person-details div {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis; }
.contact-person-details .contact-item {
  display: none;
  list-style-type: none; }
.contact-person-details.open {
  background-color: #FAFAFA;
  padding: 5px 10px;
  margin-bottom: 5px; }
  .contact-person-details.open .contact-item {
    display: block; }
  .contact-person-details.open .contact-person-details {
    font-weight: bold; }

#company-info-details {
  margin-bottom: 15px; }
  #company-info-details .company-contact {
    margin-bottom: 15px; }
    #company-info-details .company-contact li {
      margin-bottom: 5px; }
  #company-info-details span {
    padding-right: 15px; }

.compact-list .result {
  padding: 15px; }
.compact-list .business-container {
  display: block;
  width: 100%; }
.compact-list .business-categories a {
  color: #555; }
.compact-list .business-name {
  line-height: 25px;
  display: block;
  width: 100%;
  margin-bottom: 10px; }
.compact-list .company-image {
  width: 12%; }
.compact-list .company-info {
  width: 82%;
  float: left; }
.compact-list .company-rating {
  position: relative;
  float: left;
  margin: 0 !important;
  width: 100%; }
.compact-list .phone a {
  font-size: 12px;
  font-weight: bold; }
.compact-list .rating {
  width: 99px;
  float: left; }
.compact-list .content-box {
  float: left;
  width: 50%;
  font-size: 13px;
  color: #333333; }
.compact-list ul {
  font-size: 13px;
  list-style: none !important;
  display: block;
  margin: 0px;
  padding: 0px; }
.compact-list .company-links {
  width: 85%; }
  .compact-list .company-links li {
    list-style-type: none;
    display: inline;
    border-left: 1px solid #e8e8e8;
    padding: 0 4px; }
    .compact-list .company-links li:first-child {
      border-left: none;
      padding-left: 0; }

/*-----------Reviews------------*/
.view-counter {
  font-size: 14px;
  display: inline-block; }
  .view-counter .la {
    font-size: 30px; }

div.counter {
  float: right;
  font-weight: bold;
  margin: 4px 0px 0 0; }

#user-rating {
  float: left; }

.user-rating {
  margin-bottom: 5px; }
  .user-rating label {
    float: left;
    margin-right: 0.5em; }

.attachments ul {
  list-style-type: none;
  padding-left: 0%; }
  .attachments ul li {
    line-height: 25px; }

.add-review {
  padding: 20px 30px;
  border: 1px solid #ccc;
  background: #FAFAFA; }
  .add-review .rating-criteria {
    float: left; }
  .add-review .rating-question {
    float: left; }
  .add-review .user-rating label {
    width: 100px; }
  .add-review textarea {
    width: 550px;
    height: 110px;
    margin: 5px 0 0px 0; }
  .add-review label {
    display: block;
    margin: 0px 10px 0 0; }
  .add-review .form-item {
    margin: 15px 0 5px 0; }

.review-actions {
  float: left;
  margin-right: 30px; }
  .review-actions ul {
    margin: 0;
    padding: 0; }
    .review-actions ul li {
      border-left: 1px solid #AAA;
      border-top: 0 none;
      display: inline;
      font-size: 13px;
      padding: 0 10px;
      line-height: 25px; }
      .review-actions ul li.first {
        border-left: none;
        padding-left: 0; }

#report-abuse {
  text-align: left; }
  #report-abuse label {
    width: auto;
    display: block; }

#new-review-response {
  text-align: left; }

.review-response {
  font-style: italic;
  margin: 10px 0 10px 25px; }

.form-item {
  margin: 5px 0; }
  .form-item .outer_input input, .form-item .outer_input label {
    margin: 0 5px 5px 0; }
  .form-item select, .form-item input[type="text"], .form-item input[type="password"] {
    border-radius: 3px 3px 3px 3px;
    color: #555555;
    display: inline-block;
    margin-bottom: 7px;
    padding: 4px 3px 4px 4px;
    font-size: 12px;
    background-color: #FFFFFF;
    border: 1px solid #999;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 100%;
    height: auto; }
  .form-item input[type="checkbox"] {
    margin: 0; }
  .form-item textarea {
    width: 100%; }
  .form-item textarea:focus, .form-item input:focus, .form-item select:focus, .form-item password:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none; }

#reviews {
  clear: both;
  font-size: 13px;
  margin: 0;
  padding: 0; }
  #reviews li.review {
    border-top: 1px dotted #ccc;
    clear: both;
    display: block;
    padding: 10px 0; }
  #reviews .review-content {
    margin-left: 0;
    width: 100%; }
    #reviews .review-content .rating-block {
      justify-content: space-around;
      flex-wrap: wrap;
      font-size: 1.1em;
      font-weight: bold;
      margin: 5px 0; }
  #reviews .reviewer-name {
    color: #067AB4;
    font-size: 13px;
    padding-left: 0px; }
  #reviews .review-date {
    font-size: 12px;
    color: #777; }
  #reviews .review-content h4 {
    font-size: 16px;
    clear: both; }
  #reviews div.review-author {
    display: block;
    margin: 0 5px 5px 0;
    padding-top: 1px; }
  #reviews .review-rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #DECF2E;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 11px;
    height: 36px;
    text-align: center;
    width: 36px; }
  #reviews .rating-block > * {
    margin-left: 0 5px; }
  #reviews .review-criteria-name {
    display: block;
    margin-bottom: 5px; }
  #reviews p.review-by-content {
    font-size: 13px;
    margin-bottom: 3px; }
  #reviews .review-description {
    clear: both;
    font-size: 13px;
    line-height: 1.4em;
    margin: 5px 0; }
  #reviews.rate-review ul {
    display: inline; }
  #reviews .rate-review {
    margin: 0 0 0 10px;
    line-height: 25px; }
    #reviews .rate-review li.thumbup {
      background: url("../images/thumb-up.png") no-repeat;
      margin-left: 10px; }
    #reviews .rate-review li.thumbdown {
      margin-left: 10px; }
    #reviews .rate-review li {
      border: none;
      clear: none;
      display: inline;
      float: left;
      padding: 0; }
      #reviews .rate-review li a {
        display: inline;
        float: left;
        height: 30px !important;
        line-height: 30px !important;
        text-indent: -9999px;
        width: 22px; }
      #reviews .rate-review li span.count {
        display: inline;
        float: left; }
  #reviews span.rate {
    float: left;
    font-size: 13px; }
  #reviews li.thumbdown {
    background: url("../images/thumb-down.png") 0 7px no-repeat; }

#review-login-awarness-style-5 > *, #review-login-awarness-style-5 > .inner-dialog > p:nth-child(3), #review-login-awarness-style-5 > .inner-dialog > p > strong {
  color: #717a8f !important; }
#review-login-awarness-style-5 p a {
  color: #006699 !important; }
  #review-login-awarness-style-5 p a:hover {
    color: #717a8f !important; }

.review-text {
  padding: 0px;
  background-color: transparent;
  border: 0px;
  white-space: pre-line;
  overflow: unset;
  color: #717a8f; }

.clear-left {
  clear: left; }

.review-btn, .orange-btn {
  -moz-border-radius: 4px 4px 4px 4px;
  -moz-box-shadow: 0 1px 1px #999999;
  background: -moz-linear-gradient(center top, #FFC100, #E68700) repeat;
  border: 0 none;
  color: #FFFFFF !important;
  float: left;
  font-weight: bold;
  padding: 6px 15px 4px;
  text-shadow: 0 1px 1px #CF7900; }

/*--------end reviews-------*/
.company-details-container {
  background: #FFFFFF;
  padding-top: 10px; }
  .company-details-container .dir-map-image {
    width: 100%; }
  .company-details-container .business-contact {
    margin-top: 10px; }
    .company-details-container .business-contact span {
      padding-right: 17px;
      font-size: 17px; }
  .company-details-container .side-panel {
    padding-top: 30px; }
    .company-details-container .side-panel .side-details h3 {
      font-size: 16px;
      font-weight: bold;
      line-height: normal;
      border-bottom: 2px solid #f4f4f4;
      margin: 15px 0;
      padding: 0 0 10px; }
  .company-details-container .company-menu {
    padding: 0; }
    .company-details-container .company-menu nav {
      margin: 0;
      padding: 0; }
      .company-details-container .company-menu nav a {
        display: inline-block;
        color: #717a8f;
        font-weight: 500;
        padding-bottom: 15px; }
        .company-details-container .company-menu nav a.active {
          font-weight: bold;
          border-bottom: 2px solid #28b8dc;
          color: #28b8dc; }
    .company-details-container .company-menu .first-tab {
      padding-left: 0 !important; }
    .company-details-container .company-menu .last-tab {
      border: none !important;
      padding-right: 0 !important; }
  .company-details-container .dir-keywords ul {
    list-style-type: none;
    padding: 0;
    display: inline; }
  .company-details-container .dir-keywords li {
    display: inline; }
  .company-details-container dd {
    margin-bottom: 20px; }

.company-details-content {
  background-color: #FFFFFF;
  -webkit-box-shadow: inset 0 0 0 1px #FFFFFF, rgba(0, 0, 0, 0.03) 0 2px 0;
  -moz-box-shadow: inset 0 0 0 1px #FFFFFF, rgba(0, 0, 0, 0.03) 0 2px 0;
  box-shadow: inset 0 0 0 1px #FFFFFF, rgba(0, 0, 0, 0.03) 0 2px 0; }
  .company-details-content .side-panel {
    padding-top: 30px; }
    .company-details-content .side-panel .side-details h3 {
      font-size: 16px;
      line-height: normal;
      border-bottom: 2px solid #f4f4f4;
      margin: 15px 0;
      padding: 0 0 10px;
      font-weight: bold; }

.company-container-style-6 address {
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: top;
  margin-bottom: 5px; }

.businss-hours-container {
  background: #EFEFEF;
  padding: 10px;
  border: 1px solid #DDDDDD;
  float: right;
  margin: 5px; }

.business-hours {
  display: block;
  max-width: 400px; }

div.business-hour {
  margin-bottom: 7px;
  text-align: left;
  display: flex; }
  div.business-hour .day {
    width: 40%;
    text-align: left; }

div.business-hour-time {
  width: 60%;
  text-align: right; }

div.package-info {
  margin-bottom: 10px;
  line-height: 18px; }

div.listing-statistics {
  line-height: 18px; }

/*----------- user profile--------------*/
.jbd-user-profile {
  width: 100%;
  text-align: center; }

.jbd-user-image {
  display: inline-block;
  margin-bottom: 10px; }

.jbd-user-info .user-name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px; }
.jbd-user-info .send-message {
  background: #FFFFFF none repeat scroll 0 0;
  border: 1px solid #f1f1f1;
  color: #777;
  width: 100%;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 36px;
  margin: 5px 0;
  padding: 0 20px;
  text-align: center;
  line-height: 36px; }

/*----------- end user profile--------------*/
#user-details {
  background: #FFFFFF;
  padding: 20px; }
  #user-details li a {
    padding-left: 0; }

.review-count {
  display: flex;
  line-height: 20px;
  padding: 0 5px;
  margin-top: 3px; }

.map_close {
  float: right; }

.inactive-message-container {
  padding: 10px;
  background: #FFFFFF; }

/*------------- end business listing details view ---------------*/
/*------------- business listing details style 3 ---------------*/
#one-page-container {
  background-color: #FFFFFF;
  padding: 20px; }
  #one-page-container ul {
    margin: 0;
    padding: 0; }
  #one-page-container .company-cell {
    margin-top: 5px;
    border-top: 1px dashed #AAAAAA; }
  #one-page-container .features-links {
    margin: 0;
    padding: 0; }
    #one-page-container .features-links li {
      border-left: 1px solid #999;
      float: left;
      margin: 5px 0 0 1em;
      padding: 0 0 0 1em;
      line-height: 20px;
      font-weight: bold;
      list-style-type: none; }
      #one-page-container .features-links li:first-child {
        border-left: 0 none;
        margin-left: 0;
        padding-left: 0; }
      #one-page-container .features-links li a {
        line-height: 20px;
        display: inline-block; }
    #one-page-container .features-links .email {
      background: url("../images/email.png") no-repeat; }
    #one-page-container .features-links .website {
      background: url("../images/website.png") no-repeat; }
  #one-page-container .offers-container {
    float: left;
    width: 100%;
    margin-left: 0; }
  #one-page-container .company-special-info {
    padding: 5px;
    background-color: #F8F7F1;
    border: 1px solid #ccc; }
  #one-page-container dt {
    float: left;
    clear: left;
    width: 140px;
    margin-bottom: 5px;
    display: table-cell;
    line-height: 21px;
    font-size: 13px; }
  #one-page-container dd {
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
    line-height: 21px; }
    #one-page-container dd ul {
      margin: 0 !important;
      padding: 0 !important; }
      #one-page-container dd ul li {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 0; }
  #one-page-container .classification {
    display: block; }
  #one-page-container .general-info h3 {
    margin: 20px 0 5px 0;
    font-weight: bold;
    font-size: 17px; }
  #one-page-container .general-info .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    margin: 0px; }
  #one-page-container .general-info .collapsed {
    position: relative; }
  #one-page-container .company-info {
    width: 70%; }
  #one-page-container .business-properties li:first-child div {
    width: 140px; }
  #one-page-container .fieldset-business_hours h3 {
    display: none; }
  #one-page-container .claim-container p {
    margin: 2px 0; }

#one-page-container img.static {
  max-width: 100% !important; }
#one-page-container h1 {
  margin: 0 0 20px; }
#one-page-container #social-networks-container {
  float: left;
  margin-top: 10px; }
  #one-page-container #social-networks-container ul.social-networks li {
    line-height: 28px; }
#one-page-container .social-networks-follow {
  font-weight: bold; }
#one-page-container h2 {
  color: #777777;
  margin: 15px 0;
  font-size: 17px; }
#one-page-container .fieldset-business_hours .small {
  display: none; }

.company-menu nav {
  font-size: 15px;
  line-height: 20px;
  padding: 15px 0px;
  margin-bottom: 20px; }
  .company-menu nav a {
    display: inline-block;
    margin: 10px 10px 0;
    padding: 3px 0;
    text-decoration: none; }
    .company-menu nav a:first-child {
      margin-left: 0; }
    .company-menu nav a.active {
      color: #555;
      border-bottom: 2px solid #333; }

ul.business-properties {
  width: 100%;
  display: block;
  margin: 0 0 5px 0;
  padding: 0 !important; }

.business-properties {
  display: block; }
  .business-properties a:hover {
    text-decoration: underline; }
  .business-properties li {
    display: inline-block;
    padding: 0 !important;
    font-size: 13px;
    line-height: 20px; }
    .business-properties li:first-child {
      float: left;
      font-weight: bold; }
      .business-properties li:first-child div {
        margin-right: 5px; }

.business-container .custom-fields {
  margin-top: 5px; }
.business-container .business-properties li {
  color: #777777;
  font-weight: bolder;
  font-size: 1em;
  background: none !important; }
  .business-container .business-properties li:before {
    content: none !important; }
  .business-container .business-properties li:first-child {
    font-weight: normal;
    color: #999;
    display: inline-block;
    margin-right: 5px; }

.attribute-header {
  font-size: 13px !important; }

/*-------------end business listing details style 3 ---------------*/
/*-------------business listing style 2 ---------------*/
/*-------------------------grid style 2 ----------------------*/
.grid-style2 .grid-item {
  background-color: #FFFFFF;
  position: relative;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  overflow: hidden; }
  .grid-style2 .grid-item .featured {
    background-color: #FAFAFA; }
  .grid-style2 .grid-item .grid-content {
    background: #eaeaea none repeat scroll 0 0;
    height: 200px;
    overflow: hidden;
    position: relative;
    text-align: center; }
    .grid-style2 .grid-item .grid-content a {
      text-align: center; }
    .grid-style2 .grid-item .grid-content img {
      border: 0 none;
      height: 100%;
      max-width: none;
      min-width: 100%;
      width: 100%; }
  .grid-style2 .grid-item:hover .info {
    cursor: pointer;
    height: 100%;
    min-height: 100%; }
  .grid-style2 .grid-item:hover .hover_info {
    display: block; }
.grid-style2 .info {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.9) 100%) repeat scroll 0 0;
  display: block;
  height: 0;
  line-height: 18px;
  min-height: 0;
  position: absolute;
  bottom: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 2;
  float: right; }
  .grid-style2 .info h3 {
    color: #454545;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis; }
  .grid-style2 .info .hover_info {
    color: #FFFFFF;
    display: none;
    font-size: 13px;
    min-height: 44px;
    text-align: left; }
    .grid-style2 .info .hover_info div {
      margin-bottom: 5px; }
.grid-style2 .hover_info {
  padding: 10px 15px 0;
  transition: all 0.5s ease 0s; }
.grid-style2 .overflow_cut {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.grid-style2 .grid-item-name {
  padding: 10px; }
  .grid-style2 .grid-item-name img {
    display: inline-block !important;
    width: auto !important; }
  .grid-style2 .grid-item-name h3 {
    color: #454545;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px; }
.grid-style2 .item-vertical-middle {
  width: 100%;
  text-align: center; }
.grid-style2 a.btn-view {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  margin: 10px 2px 3px;
  opacity: 1;
  padding: 7px 7px;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transform: scale3d(1, 1, 1);
  transition: all 400ms ease 0s;
  vertical-align: middle; }
  .grid-style2 a.btn-view:hover {
    background: none repeat scroll 0 0 #333333;
    border-color: #333333; }

.grid-style2 .info h3 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  margin: 0;
  overflow: hidden;
  padding: 10px 10px 10px 0;
  text-overflow: ellipsis;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
  white-space: nowrap; }

.grid-content .post-image .featured-text, .item-image .featured-text {
  bottom: 2px;
  position: absolute;
  border-radius: 0;
  margin-left: 0; }

.grid-content article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

.grid-content article img, article fieldset {
  border: 0 none; }

.grid-content .post {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  min-width: 115px; }
  .grid-content .post .author-pic {
    float: left;
    margin: 0 10px 5px 0; }
.grid-content .post-inner {
  position: relative; }
.grid-content .post-content {
  min-width: 120px;
  padding: 0 10px 10px 10px;
  overflow: hidden; }
  .grid-content .post-content p {
    margin: 0 0 1.2em;
    padding: 0; }
.grid-content .post-image {
  margin: 0;
  width: 100%;
  text-align: center;
  height: 150px;
  overflow: hidden;
  position: relative; }
  .grid-content .post-image a {
    text-align: center; }
  .grid-content .post-image img {
    min-height: 100%;
    min-width: 100%;
    border-radius: 4px 4px 0 0; }
.grid-content article {
  display: block; }
.grid-content .grid4 .post-title {
  font-size: 120%; }
.grid-content .post-date {
  color: #555;
  display: block;
  font-size: 12px;
  line-height: 17px;
  margin: 7px 0; }
.grid-content .offer-dates {
  margin: 7px 0;
  font-size: 12px; }
.grid-content.offers-container {
  margin-top: 0; }
  .grid-content.offers-container .post {
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ccc; }
  .grid-content.offers-container .company-clasificaiton {
    margin-bottom: 0; }
.grid-content .post-meta {
  clear: both;
  color: #999;
  font-size: 85%;
  line-height: 110%;
  margin: 0 0 10px; }
.grid-content h3 {
  margin: 10px 0 10px 0; }
.grid-content .post {
  font-size: 95%;
  line-height: 110%; }
  .grid-content .post .featured {
    background-color: #FAFAFA; }

/*------------------------ end grid style 2 ---------------------*/
/*-------------end business listin style 2 ---------------*/
/*------------- business listing details style 4 ---------------*/
.listing-style-4 {
  font-size: 13px; }
  .listing-style-4 .company-name {
    margin-bottom: 15px;
    margin-top: 5px;
    float: none;
    padding-bottom: 4px; }
  .listing-style-4 .rating-info {
    background-color: #F8F7F3;
    border: 1px solid #DDD;
    padding: 5px 10px 0;
    margin: 5px 0; }
  .listing-style-4 .features-links {
    margin: 0; }
  .listing-style-4 #social-networks-container {
    margin-left: 0 !important; }
  .listing-style-4 .fieldset-business_hours h3 {
    display: none; }
  .listing-style-4 .company-info-container {
    background: none repeat scroll 0 0 #ebebeb;
    line-height: 27px;
    margin: 0 0 29px;
    min-height: 100px;
    padding: 69px 32px 33px;
    position: relative;
    width: 100%; }
    .listing-style-4 .company-info-container .company-map img {
      width: 100% !important; }
    .listing-style-4 .company-info-container strong.title {
      background: #F2AD90;
      color: #FFFFFF;
      height: 66px;
      margin: 0 0 0 -41px;
      padding: 10px 0;
      position: absolute;
      top: -27px;
      left: 50%;
      text-align: center;
      line-height: 15px;
      font-size: 13px;
      width: 83px;
      border-radius: 50%; }
  .listing-style-4 .business-slogan {
    margin-bottom: 35px; }
  .listing-style-4 .bookmark {
    margin-left: 20px; }

/*------------- end business listing details style 4 ---------------*/
/*------- business listing details style 5 ----------*/
.company-style-box {
  padding: 30px;
  line-height: 2;
  margin-top: 30px;
  background-color: #FFFFFF;
  -webkit-box-shadow: inset 0 0 0 1px #FFFFFF, rgba(0, 0, 0, 0.03) 0 2px 0;
  -moz-box-shadow: inset 0 0 0 1px #FFFFFF, rgba(0, 0, 0, 0.03) 0 2px 0;
  box-shadow: inset 0 0 0 1px #FFFFFF, rgba(0, 0, 0, 0.03) 0 2px 0; }
  .company-style-box h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    border-bottom: 2px solid #f4f4f4;
    margin: 15px 0;
    padding: 0 0 10px; }
    .company-style-box h3 i {
      font-size: 20px; }
  .company-style-box dd {
    margin-bottom: 20px; }
  .company-style-box ul {
    margin: 0;
    padding: 0; }

#company-style-5-body {
  margin-bottom: 10px; }
  #company-style-5-body ul {
    list-style-type: none;
    padding: 0; }

#company-style-5-container {
  background-color: #f7f7f7;
  padding: 20px; }
  #company-style-5-container .dir-keywords li {
    display: inline; }

.company-style-5-header-image {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 200px;
  padding: 40px 30px;
  background: #4E5357;
  box-shadow: inset 0 0 0 600px rgba(0, 0, 0, 0.4); }

.company-style-5-header-info {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  color: #FFFFFF; }
  .company-style-5-header-info .dir-address, .company-style-5-header-info .dir-categories {
    font-size: 13px;
    margin-bottom: 10px; }
  .company-style-5-header-info .company-info-average-rating {
    display: inline-block; }
  .company-style-5-header-info .second-column {
    margin-top: 130px;
    text-align: right; }
  .company-style-5-header-info .dir-map-image {
    margin-bottom: 15px; }
  .company-style-5-header-info .dir-address {
    margin-bottom: 10px; }
  .company-style-5-header-info .business-logo {
    border: 3px solid #FFFFFF;
    border-radius: 3px;
    background: #FFFFFF;
    margin: 5px 0;
    max-width: 100%; }
  .company-style-5-header-info h2 {
    margin: 0;
    margin-bottom: 15px; }
  .company-style-5-header-info a, .company-style-5-header-info .bookmark i {
    color: #FFFFFF; }

#company-style-5-header {
  position: relative; }
  #company-style-5-header i, #company-style-5-header .claimed {
    color: #FFFFFF; }
  #company-style-5-header .view-counter {
    color: #FFFFFF; }

.jbd-container div.company-style-5-header-image {
  padding: 45px; }
  .jbd-container div.company-style-5-header-image #open_socials {
    background: none;
    border: none;
    padding: 5px 0; }

.review-info a {
  display: inline-flex;
  line-height: 30px; }

/*------- End business listing details style 5 ----------*/
/*------- Vusiness listing details style 6 ----------*/
.company-container-style-6 {
  padding-bottom: 20px;
  clear: both;
  display: block; }
  .company-container-style-6 .btn.email {
    width: 100%; }
  .company-container-style-6 .company-header {
    width: 100%;
    height: 400px;
    padding: 5px;
    background: #4E5357;
    box-shadow: inset 0 0 0 450px rgba(0, 0, 0, 0.3);
    position: relative; }
  .company-container-style-6 .company-header i {
    color: #FFFFFF; }
  .company-container-style-6 div.rating {
    margin: 10px 8px 0 0; }
  .company-container-style-6 div.rating {
    margin: 10px 8px 0 0; }
  .company-container-style-6 .jbd-social-container {
    float: none;
    display: inline; }
  .company-container-style-6 #open_socials {
    background: none;
    border: none;
    color: #FFFFFF;
    padding: 5px 0;
    margin: 0; }
  .company-container-style-6 .dir-company-meta {
    margin-top: 20px; }
  .company-container-style-6 .listing-address {
    line-height: 20px;
    padding: 5px 10px 0 0;
    line-height: 42px; }
  .company-container-style-6 .header-bottom {
    position: absolute;
    bottom: 0px;
    color: #FFFFFF;
    width: 100%; }
  .company-container-style-6 .la-heart-o {
    font-size: 30px; }
  .company-container-style-6 .socials-network {
    float: right; }
  .company-container-style-6 .company-header-details {
    margin-left: 30px;
    padding-bottom: 20px; }
    .company-container-style-6 .company-header-details a {
      color: #FFFFFF; }
    .company-container-style-6 .company-header-details .links-container {
      text-align: right; }
      .company-container-style-6 .company-header-details .links-container a {
        margin-right: 20px; }
  .company-container-style-6 .listing-general-info {
    background-color: #F5F5F5;
    padding: 0 15px 10px;
    margin-bottom: 20px; }
  .company-container-style-6 .review-info {
    margin-top: 10px; }
    .company-container-style-6 .review-info a {
      display: inline-flex;
      line-height: 30px; }
  .company-container-style-6 .membership img {
    max-width: 90px;
    border: 1px solid #FFFFFF;
    border-radius: 1px; }
  .company-container-style-6 .membership .membership-item {
    margin-bottom: 5px; }
  .company-container-style-6 .business-logo {
    border: 3px solid #FFFFFF;
    border-radius: 3px;
    background: #FFFFFF;
    margin: 0 20px 20px;
    max-width: 100%;
    float: right; }
  .company-container-style-6 .company-name {
    margin: 0;
    padding: 0;
    color: white;
    display: inline-block; }
  .company-container-style-6 .rating-container {
    margin-bottom: 10px; }
  .company-container-style-6 h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    border-bottom: 2px solid #f4f4f4;
    margin: 15px 0;
    padding: 0 0 10px; }
  .company-container-style-6 .dir-quick-links, .company-container-style-6 .company-menu {
    margin: 0 30px;
    padding-bottom: 0;
    border-bottom: 1px solid #f4f4f4; }
  .company-container-style-6 .dir-quick-links {
    padding-bottom: 15px; }
  .company-container-style-6 #bookmark-container {
    right: 0;
    bottom: 0;
    margin-bottom: 22px;
    margin-right: 27px; }
  .company-container-style-6 #search-path {
    margin: 0; }
  .company-container-style-6 .company-style-box {
    margin: 0; }
    .company-container-style-6 .company-style-box h3 {
      margin-top: 0; }

/*------- End business listing details style 6 ----------*/
/*------- business listing details style 7 ----------*/
#company-style-7-container {
  background: #fff;
  width: 100%; }
  #company-style-7-container .style-7-header {
    background-color: #fff;
    padding-bottom: 40px;
    padding-top: 50px;
    border-bottom: 1px solid #ececec; }
    #company-style-7-container .style-7-header .listing-info {
      display: flex;
      justify-content: flex-end;
      align-items: flex-end; }
    #company-style-7-container .style-7-header p {
      color: #7f7f7f;
      font-size: 16px;
      margin: 0; }
  #company-style-7-container .rated-module {
    display: inline-block;
    vertical-align: middle;
    color: #97c47f;
    overflow: hidden;
    white-space: nowrap; }
    #company-style-7-container .rated-module .rated-overall {
      font-size: 40px;
      line-height: 33px;
      float: left;
      margin-right: 4px;
      font-weight: 600; }
    #company-style-7-container .rated-module .rated-small {
      float: left;
      overflow: hidden;
      white-space: nowrap;
      color: #97c47f; }
    #company-style-7-container .rated-module .rated-max {
      margin-top: 3px;
      font-size: 12px;
      line-height: 12px; }
      #company-style-7-container .rated-module .rated-max::before {
        content: "/";
        display: inline-block;
        margin-right: 2px; }
    #company-style-7-container .rated-module .rated-reviews {
      margin-top: 5px;
      font-size: 12px;
      line-height: 12px;
      color: #8a8a8a; }
  #company-style-7-container .btn-outline {
    border: 1px solid #ececec;
    padding: 5px 17px;
    color: #7f7f7f; }
    #company-style-7-container .btn-outline .la {
      color: #7f7f7f; }
  #company-style-7-container .btn-outline-dark .la {
    color: #343a40; }
  #company-style-7-container .btn-outline-dark:hover .la {
    color: #fff; }
  #company-style-7-container #search-path {
    margin-bottom: 0; }
    #company-style-7-container #search-path a {
      color: #363F48; }
  #company-style-7-container h1 {
    margin-bottom: 15px;
    margin-top: 10px; }
  #company-style-7-container .listing-content {
    padding: 50px 0; }
  #company-style-7-container .company-style-box {
    border: 1px solid #dedede;
    border-radius: 5px;
    font-size: 13px;
    line-height: 24px;
    width: 100%;
    padding: 15px 20px;
    margin: 0 0 30px 0; }
    #company-style-7-container .company-style-box h3 {
      font-size: 14px;
      font-weight: 600;
      color: #575757;
      border-bottom: 1px solid #f3f3f6; }
      #company-style-7-container .company-style-box h3 i {
        font-size: 14px; }
  #company-style-7-container .company-info-details .info-detail a {
    color: #70778b; }
  #company-style-7-container .company-info-details .info-detail i {
    border-radius: 50%;
    padding: 10px;
    background-color: #f3f3f6;
    margin-right: 5px;
    font-size: 18px; }
  #company-style-7-container .company-info-details .info-detail .share-social {
    background-color: #f3f3f6;
    padding: 10px !important;
    font-size: 20px;
    margin-right: 10px;
    width: 40px;
    height: 40px; }
  #company-style-7-container .company-info-details .btn-outline {
    padding: 10px 14px; }
  #company-style-7-container .info-detail {
    margin-bottom: 10px; }

.company-style-7-header-image {
  background: #4E5357;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 200px;
  padding: 40px 30px 0 30px;
  color: #FFFFFF;
  box-shadow: inset 0 0 0 600px rgba(0, 0, 0, 0.4); }

.company-style-7-header-info {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #FFFFFF;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8); }
  .company-style-7-header-info .dir-address, .company-style-7-header-info .dir-categories {
    font-size: 13px;
    margin-bottom: 10px; }
  .company-style-7-header-info .company-info-average-rating {
    display: inline-block; }
  .company-style-7-header-info .second-column {
    margin-top: 96px; }
    .company-style-7-header-info .second-column .btn {
      float: right; }
  .company-style-7-header-info .rating {
    float: none;
    display: inline; }
  .company-style-7-header-info .company-info-rating {
    display: inline-block;
    width: 110px; }
  .company-style-7-header-info .review-info {
    display: inline-block;
    padding-top: 2px; }
  .company-style-7-header-info .business-logo {
    border: 3px solid #FFFFFF;
    border-radius: 3px;
    background: #FFFFFF;
    margin: 5px 0;
    max-width: 100%; }
  .company-style-7-header-info h2 {
    margin: 0;
    margin-bottom: 15px; }
  .company-style-7-header-info a, .company-style-7-header-info .bookmark i {
    color: #FFFFFF; }

.company-style-box .dir-map-image {
  margin-bottom: 15px; }
.company-style-box .dir-address {
  margin-bottom: 10px; }

#company-style-7-container .dir-keywords li {
  display: inline; }
#company-style-7-container .business-properties {
  margin-bottom: 15px; }
#company-style-7-container .custom-attributes li {
  display: block; }

/*-------end business listing details style 7 ----------*/
#company-style-5-header .view-counter {
  color: #FFFFFF; }

/*------------- end business listing details ---------------*/
/*---------event details----------*/
.event-booking-payment {
  background: #FFFFFF;
  margin-bottom: 20px;
  width: 100%;
  max-width: 600px;
  padding: 15px; }
  .event-booking-payment .event-details {
    padding-bottom: 15px; }

.event-booking-details table {
  width: 100%; }
  .event-booking-details table td {
    padding: 2px; }
.event-booking-details .booking-tickets {
  background-color: #FBFBFB;
  padding: 15px;
  margin-bottom: 15px; }
.event-booking-details .event-image {
  float: left;
  margin-right: 2%; }
  .event-booking-details .event-image img {
    border: 1px solid #DFDFDF;
    height: 80px;
    width: 80px;
    border-radius: 50%; }

.booking-guest-details {
  margin-bottom: 15px; }

.booking-tickets table {
  width: 100%; }
  .booking-tickets table td {
    /* text-align: right; */ }
    .booking-tickets table td:first-child {
      /*        text-align: left; */ }

.sold-tickets {
  padding: 10px;
  background-color: #FAFAFA; }

.event-guest-booking-details {
  background-color: #FAFAFA;
  padding: 15px;
  margin-bottom: 15px; }

.service-booking-details {
  background-color: #FAFAFA;
  padding: 15px;
  margin-bottom: 15px; }
  .service-booking-details .title {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 500; }
  .service-booking-details .row-title {
    font-weight: bold;
    padding-bottom: 5px;
    min-width: 170px; }

.guest-order-details {
  background-color: #FBFBFB;
  margin-bottom: 10px;
  border: 1px solid #EFEFEF;
  border-bottom-color: #CFCFCF; }
  .guest-order-details .payment-items table {
    width: 100%; }

.order-container {
  display: block;
  border: 1px solid #999;
  padding: 10px;
  background-color: #FCFCFC;
  color: #333333;
  margin-bottom: 10px; }

.order-details {
  float: left; }
  .order-details h3 {
    margin: 10px 0;
    font-size: 20px;
    line-height: 20px; }

.order-options {
  float: right;
  line-height: 80px; }

/*---------------- To Do Checklist -------------------*/
table.checklist {
  background: #FFFFFF;
  opacity: 1; }
  table.checklist td {
    border: none;
    border-bottom: solid 1px #e9eaed;
    height: 24px;
    width: 200px;
    color: #333333;
    font-size: 14px; }
    table.checklist td.status_done {
      background-color: #449d44 !important; }
    table.checklist td.status {
      background-color: #ed5565 !important;
      font-size: 12px;
      padding: 10px 30px 10px 40px;
      text-align: center;
      color: white;
      width: 100px; }
      table.checklist td.status i {
        color: #FFFFFF; }
  table.checklist tr:last-child td {
    border: none; }

/*---------end event details----------*/
/*---------event list----------*/
.jbd-container #events {
  clear: both;
  line-height: 1.28; }
  .jbd-container #events .categories-menu {
    position: relative;
    float: left;
    width: 220px;
    height: 320px; }
.jbd-container .events-container .entry-date {
  background: #575756 none repeat scroll 0 0;
  border-radius: 2px;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 7px 9px;
  position: absolute;
  top: -12px;
  right: 15px;
  text-align: center;
  line-height: normal;
  transition: all 0.4s ease 0s;
  width: 90px;
  z-index: 11; }
  .jbd-container .events-container .entry-date .day {
    display: block;
    font-size: 18px;
    line-height: 24px; }
.jbd-container .events-container .month {
  text-transform: uppercase; }
.jbd-container .event-list-style-2 {
  overflow: hidden; }
  .jbd-container .event-list-style-2 .event-image {
    width: 100%;
    height: 160px;
    position: relative;
    z-index: 1;
    padding: 0; }
    .jbd-container .event-list-style-2 .event-image > a {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      cursor: pointer; }
    .jbd-container .event-list-style-2 .event-image > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .jbd-container .event-list-style-2 .event-row:first-child {
    margin-top: 0; }

.event-title-row,
.event-searchbox {
  margin-left: 0px;
  margin-right: 0px; }

.event-title-row > div {
  background: #666666;
  padding: 4px 0px 4px 0px; }
  .event-title-row > div h3 {
    color: white;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    border-left: 1px solid white; }
  .event-title-row > div:first-child h3 {
    border-left: none; }

.event-row, .event-detail {
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  min-height: 0px;
  height: auto; }

.event-row, .event-detail.description {
  padding: 0; }

.event-row, .event-detail:first-child {
  border-left: none; }

.event-row .event-desc h3.event-title,
.event-row h3.edave-vtitle,
.event-row .event-date,
.event-row .event-venue,
.event-row .event-category {
  margin-top: 0px;
  margin-left: 0px;
  font-size: 12px; }
.event-row .event-desc h3.event-title,
.event-row .event-desc h3.event-title a,
.event-row h3.edave-vtitle,
.event-row h3.edave-vtitle a,
.event-row .event-date,
.event-row .event-date a {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase; }
.event-row h3.edave-vtitle,
.event-row h3.edave-vtitle a,
.event-row .event-date,
.event-row .event-date a {
  font-size: 12px;
  text-transform: capitalize; }

#mainbody .event-row .event-desc h3.event-title a {
  color: #4a4a4a !important; }

.event-row {
  margin-bottom: 20px;
  border-top: 4px solid #cccccc;
  background-color: white;
  overflow: hidden; }
  .event-row .event-desc {
    position: relative;
    line-height: 1.4; }
    .event-row .event-desc h3.event-title,
    .event-row .event-desc h3.edave-vtitle {
      padding-top: 10px; }
    .event-row .event-desc p {
      font-size: 13px;
      margin: 0; }
      .event-row .event-desc p .event-more {
        margin-top: 10px; }
        .event-row .event-desc p .event-more a {
          color: #ffcc00 !important; }
          .event-row .event-desc p .event-more a a:hover {
            color: #ff9100 !important; }
  .event-row .event-date,
  .event-row .event-venue,
  .event-row .event-category {
    padding: 10px 10px 0px 10px; }
  .event-row .event-block h3 {
    padding-top: 0; }
  .event-row .event-detail p.event-frequency {
    text-transform: none;
    font-weight: normal; }
  .event-row h3 {
    font-weight: normal;
    margin: 0px 0px 6px 0px;
    /** padding-top: 8px; **/ }
  .event-row .event-desc h3,
  .event-row .event-desc h3 a {
    font-size: 16px;
    text-transform: uppercase;
    line-height: normal; }

.event-detail .location,
.event-detail .date,
.event-detail .category {
  padding: 0; }

.event-row h3, .event-row h3 a,
.event-block p, .event-block p a {
  color: #4a4a4a;
  font-size: 12px;
  text-transform: capitalize;
  line-height: normal; }

/** Jevent popup event detail page styling **/
div#sbox-content #jevents_header.jeventpage,
div#sbox-content div.ev_noprint {
  display: none; }

#company-tab-content .events-container {
  width: 100%;
  margin: 0; }

.event-subject {
  font-size: 16px;
  margin-bottom: 10px; }

.event-date {
  font-size: 13px;
  margin: 4px 0; }

.event-location {
  font-size: 13px;
  color: #5F5F5F; }

.event-image img {
  vertical-align: middle; }

.event-discount {
  background-color: #82B33A;
  clear: both;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  width: 100px; }

.event-description {
  padding: 20px 0 10px 0;
  clear: left; }

.event-image-container {
  float: left;
  width: 33%; }
  .event-image-container img {
    width: 100%; }

.event-container {
  width: 100%;
  clear: both;
  background-color: #FFFFFF;
  padding: 20px 30px; }
  .event-container h3 {
    margin-bottom: 15px; }

.event-content {
  float: left;
  margin: 0px 0px 0 20px;
  width: 63%; }
  .event-content h1 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 15px 0;
    padding: 0; }

.event-options {
  display: block;
  clear: both; }

.event-desciption {
  font-size: 13px;
  margin-top: 10px; }

.event-details th {
  padding-right: 10px; }

#events-calendar {
  margin-top: 20px;
  background-color: #FFFFFF;
  padding: 10px; }

.event-box {
  background-color: #FFFFFF;
  clear: both;
  display: block;
  padding: 10px; }

.event-img-container {
  float: left;
  margin-right: 10px;
  width: 150px;
  overflow: hidden; }
  .event-img-container img {
    width: 100%; }

ul.event-list {
  list-style-type: none;
  margin: 0 !important;
  padding: 0; }
  ul.event-list li {
    padding: 5px 0 5px; }
  ul.event-list li:first-child {
    border: none; }

.ui-helper-clearfix:after {
  clear: both; }
.ui-helper-clearfix:before, .ui-helper-clearfix .ui-helper-clearfix:after {
  border-collapse: collapse;
  content: "";
  display: table; }

.event-categories {
  list-style-type: none !important; }
  .event-categories a:hover {
    text-decoration: underline; }
  .event-categories li {
    display: inline !important;
    padding: 0 !important;
    background: none !important; }

/*---------end event list----------*/
/*---------offer list----------*/
#offers {
  clear: both; }

#offer-list-view li {
  padding: 0;
  list-style: none;
  background: #FFFFFF;
  margin-bottom: 10px; }

#tab-panel .offers-container {
  margin: 0;
  width: 100%;
  float: left; }

.offers-container.full {
  margin: 0;
  width: 100%; }

#company-tab-content .offers-container {
  margin: 0;
  width: 100%; }
#company-tab-content .offer-box {
  width: 160px; }

.offer-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important; }
  .offer-list .offer-image img {
    width: 100%; }

.offer-box {
  float: left;
  text-align: left;
  width: 165px;
  font-size: 13px;
  padding: 10px; }
  .offer-box .offer-price {
    float: right; }

.offer-dates {
  font-size: 13px;
  color: #000; }

#offer-map {
  margin-bottom: 30px; }

.offer-categories {
  margin: 15px 0;
  font-size: 13px; }

.offer-attachments {
  margin: 15px 0; }
  .offer-attachments a {
    margin: 5px 5px 5px 0;
    background: #EFEFEF;
    padding: 3px 10px;
    display: inline-block; }

.offer-img-container {
  border: 1px solid #ccc;
  padding: 1px;
  width: 96px;
  line-height: 0px; }

.offer-image {
  line-height: 1px; }
  .offer-image img {
    vertical-align: middle; }

.offer-discount {
  background-color: #82B33A;
  clear: both;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  width: 100px; }

.offer-subject {
  font-size: 15px;
  padding-bottom: 8px;
  padding-top: 5px; }

.offer-price {
  font-weight: bold;
  font-size: 13px;
  padding: 2px; }

.price-text-list {
  float: right;
  max-width: 100%; }

.offer-price.old, .offer-price .old-price {
  text-decoration: line-through;
  font-weight: normal; }

#offers .categories-menu {
  position: relative;
  float: left;
  width: 220px;
  height: 320px; }

.image-preview-cnt {
  border: 1px solid #ccc;
  padding: 2px;
  width: 100%;
  text-align: center;
  margin-bottom: 5px; }
  .image-preview-cnt a {
    line-height: 210px; }
  .image-preview-cnt img {
    vertical-align: middle;
    width: 100%; }

.left {
  float: left;
  text-align: left; }

.image-prv-cnt {
  margin-right: 3px; }

.image-prv {
  border: 1px solid black !important;
  height: 42px;
  width: 42px; }

#offer-detail-1 {
  padding: 20px;
  background-color: #FFFFFF; }

.offer-image-container {
  float: left;
  width: 330px; }

.offer-content {
  float: left; }

.offer-options {
  display: block;
  clear: both; }

.offer-details {
  margin-bottom: 20px; }
  .offer-details .price-old {
    text-decoration: line-through; }
  .offer-details table {
    margin-bottom: 10px; }
  .offer-details th {
    padding-right: 3px;
    text-align: left; }
  .offer-details td {
    padding: 3px;
    line-height: 20px; }

.offer-description {
  padding: 20px 0 10px 0;
  clear: left; }

.link-item {
  min-width: 85px;
  line-height: 36px; }

/*---------end offer list----------*/
/*---------offer details----------*/
/*-------------------------New offer detail view--------------------------*/
#offer-detail-2 .left-side div:first-child {
  padding: 8px 0;
  margin-bottom: 1px;
  background: #9cd8d8;
  text-align: center; }
#offer-detail-2 .left-side div:nth-child(2) > div {
  height: 350px; }
#offer-detail-2 .aio-icon-component, #offer-detail-2 .aio-icon-box-link, #offer-detail-2 .aio-icon-box, #offer-detail-2 .aio-icon-top, #offer-detail-2 .aio-icon-top h4, #offer-detail-2 .aio-icon-top h4 i {
  display: inline-block;
  font-size: 20px;
  margin-right: 1px;
  margin-left: 1px;
  color: white; }
#offer-detail-2 .categories-right .aio-icon-component:hover, #offer-detail-2 .aio-icon-box-link:hover, #offer-detail-2 .aio-icon-box:hover, #offer-detail-2 .aio-icon-top:hover, #offer-detail-2 .aio-icon-top:hover h4, #offer-detail-2 h4 i:hover {
  cursor: pointer; }
#offer-detail-2 .start-date h4 i:hover, #offer-detail-2 .end-date h4 i:hover {
  cursor: auto;
  color: white !important; }
#offer-detail-2 .aio-icon-top h4 {
  height: 35px;
  width: 35px;
  border-radius: 35px;
  background: #c99dcf;
  border: 2px solid white; }
  #offer-detail-2 .aio-icon-top h4 i {
    margin-top: 5px; }
#offer-detail-2 #hover-effect::before {
  content: "\f002";
  top: 41%;
  left: 44%; }
#offer-detail-2 #hover-effect:hover {
  cursor: pointer; }
#offer-detail-2 .start-date, #offer-detail-2 .end-date {
  height: 71px; }
#offer-detail-2 .start-date > .date-event:first-child h4 i, #offer-detail-2 .end-date > .date-event:first-child h4 i {
  font-weight: 600; }
#offer-detail-2 .start-date > .date-event:first-child, #offer-detail-2 .end-date > .date-event:first-child {
  background-color: #9cd8d8;
  margin-top: 1px;
  max-height: 69px; }
#offer-detail-2 .start-date > .date-event:first-child h4, #offer-detail-2 .end-date > .date-event:first-child h4 {
  padding-left: 6px;
  margin: 12px 0 12px 0;
  font-size: 14px;
  color: white;
  font-weight: 600; }
#offer-detail-2 .start-date > .date-event:nth-child(2), #offer-detail-2 .end-date > .date-event:nth-child(2) {
  background: #88c4c4;
  margin-top: 1px;
  height: 68px;
  position: relative;
  vertical-align: bottom; }
#offer-detail-2 .start-date > .date-event:nth-child(2) h4, #offer-detail-2 .end-date > .date-event:nth-child(2) h4 {
  padding-left: 20%;
  padding-top: 13px;
  font-size: 19px;
  color: white;
  font-weight: 600; }
#offer-detail-2 .coupon-offer {
  height: 35px;
  margin-top: 1px;
  background: #ff9c00; }
  #offer-detail-2 .coupon-offer:hover {
    background: #f37e2a;
    cursor: pointer; }
    #offer-detail-2 .coupon-offer:hover h5 a {
      cursor: pointer; }
  #offer-detail-2 .coupon-offer h5 {
    margin: 0px;
    padding-top: 9px;
    text-align: center; }
  #offer-detail-2 .coupon-offer a {
    color: white; }
#offer-detail-2 .offer-description {
  padding: 20px 30px;
  font-size: 14px;
  color: #777777; }
#offer-detail-2 .event-location {
  background: #f7f7f7;
  margin-top: 20px;
  padding: 30px 10px; }
  #offer-detail-2 .event-location h5 {
    text-align: center;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #35cbc9; }
  #offer-detail-2 .event-location p {
    text-align: center;
    line-height: 22px;
    font-size: 13px;
    color: #777777; }
#offer-detail-2 .gps-event {
  color: #777777;
  font-weight: bold; }
  #offer-detail-2 .gps-event span {
    color: #ff9c00; }
#offer-detail-2 .a {
  padding: 20px 30px;
  color: #35cbc9; }
  #offer-detail-2 .a .row-fluid .span1 {
    margin-top: 10px; }
    #offer-detail-2 .a .row-fluid .span1 div {
      height: 28px;
      width: 28px;
      background-color: white;
      border-radius: 50px;
      padding-left: 4px;
      border: 2px solid #35cbc9; }
  #offer-detail-2 .a .la la-caret-right {
    margin-left: 6px; }
  #offer-detail-2 .a hr {
    margin-top: 5px;
    margin-bottom: 5px; }
  #offer-detail-2 .a h4 {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px; }
#offer-detail-2 .price-detail .span1 {
  margin-top: 0px !important; }
#offer-detail-2 .price-detail .span3 div, #offer-detail-2 .specialprice-detail .span3 div {
  float: right;
  transition: all 0.3s ease; }
#offer-detail-2 .price-detail .span8, #offer-detail-2 .price-detail .span3 {
  margin-top: 2px;
  font-size: 14px; }
#offer-detail-2 .specialprice-detail .span8, #offer-detail-2 .specialprice-detail .span3 {
  margin-top: 12px;
  font-size: 14px; }
#offer-detail-2 .price-detail .span3, #offer-detail-2 .specialprice-detail .span3 {
  color: #ff9c00;
  font-weight: bold;
  font-size: 16px; }
#offer-detail-2 .price-detail .span3 div:hover, #offer-detail-2 .specialprice-detail .span3 div:hover {
  cursor: pointer;
  padding: 0 10px;
  color: white;
  background-color: #ff9c00;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
#offer-detail-2 .hover-offer {
  height: 280px; }
#offer-detail-2 .organizer .hover-offer div {
  padding: 5px 35px 5px 35px;
  margin: 0 0 20px 0;
  background-color: #ff9c00;
  width: 160px;
  top: 20%;
  left: 60%;
  position: relative;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
#offer-detail-2 .organizer .hover-offer::before {
  top: 19%;
  left: 3%; }
#offer-detail-2 .social-event {
  display: inline;
  padding: 3px 6px;
  border: 2px solid #9cd8d8;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 10px 2px 0 1px;
  transition: all 0.4s ease; }
  #offer-detail-2 .social-event:hover {
    background-color: #9cd8d8;
    transition: all 0.4s ease; }
    #offer-detail-2 .social-event:hover i {
      color: white; }
  #offer-detail-2 .social-event i {
    color: #9cd8d8; }
#offer-detail-2 .face-event {
  padding: 3px 6px 3px 8px;
  margin-right: 5px; }
#offer-detail-2 .column-social {
  margin-top: 30px;
  float: right;
  margin-right: 5px; }
#offer-detail-2 .title-event {
  padding-left: 10px;
  margin-top: 5px !important; }
  #offer-detail-2 .title-event h4 a {
    color: #3ec7c1;
    font-size: 22px; }
    #offer-detail-2 .title-event h4 a:hover {
      color: #ff9c00; }
#offer-detail-2 .business-slogan {
  color: #ff9c00;
  font-size: 14px;
  font-weight: normal; }
#offer-detail-2 .desc-event {
  padding-left: 10px;
  color: #777777;
  font-size: 14px;
  margin-top: 0px; }
#offer-detail-2 .contact-event {
  padding-left: 10px;
  margin-top: 10px; }
  #offer-detail-2 .contact-event .span4 {
    color: #35cbc9;
    font-size: 14px; }
  #offer-detail-2 .contact-event .span8 a {
    color: #ff9c00;
    font-size: 14px; }
#offer-detail-2 .business-offer {
  border: 1px solid #00000019; }
#offer-detail-2 .offer-reviews-simple {
  margin-top: 60px;
  background: #9cd8d8; }
  #offer-detail-2 .offer-reviews-simple .la la-comments {
    background: white;
    color: #ff9c00;
    padding: 9px;
    border-radius: 50px;
    margin-left: 15px; }
  #offer-detail-2 .offer-reviews-simple h3 {
    font-size: 20px;
    font-weight: bold; }
  #offer-detail-2 .offer-reviews-simple .row-fluid {
    height: 70px;
    border-bottom: 1px solid white; }
    #offer-detail-2 .offer-reviews-simple .row-fluid .span1 {
      margin-top: 7px; }
    #offer-detail-2 .offer-reviews-simple .row-fluid .span11 {
      margin-top: 4px;
      color: white;
      padding-left: 20px; }
#offer-detail-2 .add-review-link {
  color: white;
  text-align: center;
  float: none;
  margin-left: 44%;
  font-size: 20px;
  font-weight: bold;
  border: 2px solid white;
  padding: 5px;
  border-radius: 3px;
  transition: none; }
  #offer-detail-2 .add-review-link:hover {
    border: 2px solid #ff9c00;
    color: #ff9c00;
    background: white; }
#offer-detail-2 .add-review {
  background: #9cd8d8;
  border: 0px; }
#offer-detail-2 .review {
  border: 0px; }
#offer-detail-2 .review-event {
  padding-top: 35px;
  padding-bottom: 10px; }
#offer-detail-2 .no-review {
  color: white;
  text-align: center;
  float: none;
  font-size: 16px; }
#offer-detail-2 .inner-dialog {
  color: #9cd8d8;
  background: white; }
#offer-detail-2 .review-tooltip {
  left: 31%;
  right: inherit;
  margin-top: 18px; }
#offer-detail-2 .heading-green, #offer-detail-2 .user-rating, #offer-detail-2 .form-item label {
  display: none; }
#offer-detail-2 .form-item, #offer-detail-2 .outer_input {
  display: inline !important;
  width: 30% !important; }
#offer-detail-2 .outer_input br {
  display: none; }
#offer-detail-2 .form-item select, #offer-detail-2 .form-item input[type="text"], #offer-detail-2 .form-item input[type="password"] {
  width: 31% !important;
  max-width: 10000px; }
#offer-detail-2 textarea {
  width: 98%;
  max-width: 10000px; }
#offer-detail-2 #agreementLinkReview {
  color: white; }
#offer-detail-2 .term-offer {
  margin: 18px 0; }
#offer-detail-2 .button-row {
  display: block; }
  #offer-detail-2 .button-row .btn {
    font-size: 16px; }
    #offer-detail-2 .button-row .btn:first-child {
      background: #ff9c00; }
    #offer-detail-2 .button-row .btn:first-child:hover {
      color: #ff9c00;
      background: white; }
    #offer-detail-2 .button-row .btn:nth-child(2) span {
      color: #ff9c00 !important; }
#offer-detail-2 .offer-name-simple h1 {
  font-style: normal;
  color: #35cbc9;
  padding-left: 30px; }
#offer-detail-2 #event-map > a, #offer-detail-2 #offer-map > a {
  color: #35cbc9; }
#offer-detail-2 #event-map > a:hover, #offer-detail-2 #offer-map > a:hover {
  color: #ff9c00; }
#offer-detail-2 .dir-panel-table select {
  color: #ff9c00;
  border-color: #ff9c00;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
#offer-detail-2 .event-price, #offer-detail-2 .event-type, #offer-detail-2 .event-contact {
  padding: 5px 30px;
  font-size: 14px;
  color: #777777; }
#offer-detail-2 .event-price strong, #offer-detail-2 .event-type strong, #offer-detail-2 .event-contact i {
  color: #35cbc9; }
#offer-detail-2 .event-contact a {
  color: #777777 !important; }
#offer-detail-2 .price-offer {
  padding: 5px 0px 5px 30px; }
#offer-detail-2 .open-hours {
  height: 35px;
  margin-top: 1px;
  background: #ff9c00; }
  #offer-detail-2 .open-hours h5 {
    margin: 0px;
    padding-top: 9px;
    text-align: center;
    color: white; }
#offer-detail-2 .offer-name-simple h1, #offer-detail-2 #top-right-container {
  display: inline; }
#offer-detail-2 #top-right-container {
  margin-top: -36px !important; }
#offer-detail-2 .offer-simple > div:first-child {
  background: none; }

.date-event {
  width: 49%;
  display: inline-block; }

#style2-rating-label {
  display: inline-flex;
  width: 73%;
  padding-bottom: 8px; }

/*-----------------------END New offer detail view------------------------*/
/*----------------------offer order-----------------------------*/
.offer-order-details table {
  margin-bottom: 10px; }
  .offer-order-details table td {
    padding: 3px; }

.offer-guest-details {
  margin-bottom: 5px;
  padding: 5px; }

.offer-order-items table td {
  padding: 5px; }

/*----------------------END offer order-----------------------------*/
/*-----------------process container ------------- */
.process-steps-container {
  display: block;
  clear: both; }

.process-container {
  display: block;
  margin-bottom: 20px; }
  .process-container p {
    margin-top: 10px; }
  .process-container .main-process-step {
    line-height: 33px;
    float: left;
    margin-right: 40px;
    font-size: 16px;
    margin-bottom: 10px;
    color: #777; }
    .process-container .main-process-step.completed {
      color: #2BC253; }
  .process-container .process-step-number {
    background: #ddd none repeat scroll 0 0;
    border: 3px solid #ddd;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    left: 50%;
    margin-left: -20px;
    position: relative; }
  .process-container .completed .process-step-number {
    border: 3px solid #2BC253;
    background-color: #2BC253;
    color: #FFFFFF; }

.process-steps-wrapper {
  float: left; }

.meter {
  clear: both;
  height: 10px;
  position: relative;
  background: #555;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 3px;
  -webkit-box-shadow: inset 0 -1px 1px #ffffff4d;
  -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  margin-bottom: 5px; }
  .meter span {
    display: block;
    height: 100%;
    background-color: #2BC253;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2BC253), color-stop(1, #54f054));
    background-image: -webkit-linear-gradient(center bottom, #2BC253 37%, #54f054 69%);
    background-image: -moz-linear-gradient(center bottom, #2BC253 37%, #54f054 69%);
    background-image: -ms-linear-gradient(center bottom, #2BC253 37%, #54f054 69%);
    background-image: -o-linear-gradient(center bottom, #2BC253 37%, #54f054 69%);
    -webkit-box-shadow: inset 0 2px 9px #ffffff4d, inset 0 -2px 6px #00000066;
    -moz-box-shadow: inset 0 2px 9px #ffffff4d, inset 0 -2px 6px #00000066;
    position: relative;
    overflow: hidden; }

/*-----------------process container ------------- */
/*---------end offer details----------*/
/**-------------- Package Upgrade Section --------------**/
.jbd-container .three-dot {
  display: inline;
  width: 27px;
  height: 27px;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s ease; }
  .jbd-container .three-dot:hover {
    background-color: #efefef;
    cursor: pointer; }
  .jbd-container .three-dot:after {
    content: '\2807';
    font-size: 1.2em;
    color: black;
    margin-left: 15%; }
.jbd-container .item-actions-tooltip {
  background-color: white;
  color: #555555;
  padding: 15px;
  white-space: nowrap; }
  .jbd-container .item-actions-tooltip .item {
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 10px; }
    .jbd-container .item-actions-tooltip .item:hover {
      color: #767676; }
.jbd-container .upgrade-package-details {
  padding: 10px; }
  .jbd-container .upgrade-package-details .head {
    border-bottom: 1px solid #767676;
    margin-bottom: 25px; }
    .jbd-container .upgrade-package-details .head .title {
      font-size: 22px;
      margin-bottom: 15px; }
    .jbd-container .upgrade-package-details .head .note {
      color: #767676;
      font-size: 12px; }
  .jbd-container .upgrade-package-details .body {
    font-size: 16px;
    margin-bottom: 0px !important; }
    .jbd-container .upgrade-package-details .body .package-list {
      margin-bottom: 30px !important; }
      .jbd-container .upgrade-package-details .body .package-list .item {
        padding: 5px;
        border-bottom: 1px solid #cccccc;
        color: #767676; }
        .jbd-container .upgrade-package-details .body .package-list .item .main .package-radio {
          cursor: pointer; }
        .jbd-container .upgrade-package-details .body .package-list .item .main .name {
          margin-left: 10px; }
        .jbd-container .upgrade-package-details .body .package-list .item .details {
          font-size: 15px; }
    .jbd-container .upgrade-package-details .body .footer {
      margin-bottom: 0px !important;
      font-size: 15px; }
  .jbd-container .upgrade-package-details div {
    margin-bottom: 17px; }

/**-------------- End Package Upgrade Section--------------**/
/**-------------- Listing Style 5 Fixed Map -----------------**/
.map-fixed-right {
  position: fixed !important;
  right: 0;
  margin-top: -8px;
  top: 100px;
  z-index: 0;
  height: 100%; }
  @media only screen and (max-width: 769px) {
    .map-fixed-right {
      display: none; } }

/*-------------- search results style 5 ----------------*/
.extend-style5 {
  min-height: 600px; }
  .extend-style5 .map-view {
    position: relative; }
  .extend-style5 #style5-map-container {
    position: fixed;
    width: inherit; }
  .extend-style5 .grid-item {
    margin: 0; }
    .extend-style5 .grid-item .grid-content {
      height: 220px !important; }
      .extend-style5 .grid-item .grid-content .info a {
        padding: 5px 7px;
        font-size: 10px; }
      .extend-style5 .grid-item .grid-content .info .hover_info {
        font-size: 11px;
        line-height: 1.5;
        padding: 5px 15px 0; }
      .extend-style5 .grid-item .grid-content .info .company-website {
        font-size: 11px;
        padding: 0; }
  .extend-style5 .info h3 {
    padding: 10px 0 5px 0;
    font-size: 14px; }
  .extend-style5 .grid-content .post-image {
    margin: 0; }
  .extend-style5 .grid-item-holder {
    margin: 0 !important;
    padding: 7px;
    width: 50% !important;
    float: left !important; }
  .extend-style5 .selected-company {
    background-color: green; }

#map-listing-container {
  overflow-y: scroll;
  scrollbar-width: thin; }

@media (max-width: 1199px) {
  .extend-style5 .map-view,
  .extend-style5 .companies-view {
    width: 100% !important;
    margin: 0 !important; } }
@media (max-width: 767px) {
  .extend-style5 .companies-view {
    max-height: none;
    overflow: hidden; }
  .extend-style5 .grid-item .grid-content .info a {
    font-size: 10px;
    padding: 7px 6px; } }
@media (max-width: 500px) {
  .extend-style5 .grid-item-holder {
    width: 100% !important; } }
/*--------- end search results style 5 ----------*/
/**-------------- End Listing Style 5 Fixed Map--------------**/
/**-------------- Admin Campaign Section --------------**/
.campaign-container {
  color: #828181; }
  .campaign-container .boxed {
    max-width: none !important; }
  .campaign-container .plans-container .no-plans {
    text-align: center; }
  .campaign-container .plans-container .plan-item {
    font-weight: bold;
    cursor: pointer; }
    .campaign-container .plans-container .plan-item.disabled {
      opacity: 0.65; }
      .campaign-container .plans-container .plan-item.disabled .selected {
        transition: unset;
        box-shadow: unset;
        top: unset;
        border: unset;
        background-color: unset; }
    .campaign-container .plans-container .plan-item:not(.disabled):hover {
      transition: all 0.2s ease-out;
      box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
      top: -4px;
      border: 1px solid #cccccc;
      background-color: white; }
    .campaign-container .plans-container .plan-item .selected {
      transition: all 0.2s ease-out;
      box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
      top: -4px;
      border: 1px solid #cccccc;
      background-color: white; }

.no-items {
  content: url("../images/empty_folder.png");
  width: 50%;
  display: inline !important; }

/**-------------- End Admin Upgrade Section--------------**/
/**-------------- Messages Section --------------**/
.unread-message {
  font-weight: 700;
  background-color: rgba(215, 230, 230, 0.8);
  cursor: pointer; }

.read-message {
  cursor: pointer; }

.message-text {
  margin-top: 20px; }

/**-------------- Messages Section--------------**/

/*# sourceMappingURL=common.css.map */
