html {
  height: auto !important;
}
BODY {
  text-align: left;
}
.layout-landing .navbar-header {
  width: auto;
}
.page-header {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
}
.date_time_container.week.time-grid.slots-weekly-timeline .time-select-week-container table th .day-div,
.date_time_container.week.startmatrix .time-select-week-container table th .day-div {
  width: auto !important;
}
.blog-meta {
  text-align: center;
}
.blog-meta .address_h {
  text-align: center;
}
.blog-meta .phone_h {
  text-align: left;
}
.blog-meta .time_h {
  text-align: right;
}
.company-time {
  font-size: 14px;
}
.company-time .time-title {
  font-weight: bold;
}
.mt20 {
  margin-top: 20px;
}
#map_container {
  width: 100%;
  height: 220px;
}
.comments {
  margin-bottom: 0px;
}
.comments .comment-content {
  width: 100%;
}
.comments .comment-content .h2 {
  font-size: 22px;
  font-weight: 400;
  border-bottom: 1px solid rgba(52, 52, 52, 0.3);
  padding: 0px 30px 5px 30px;
}
.comments .comment-content p {
  margin-top: 15px;
}
.comments .comment-picture a img {
  width: 100%;
}
.timezone-dialog-content > .brief-view {
  display: block;
}
.timezone-dialog-content > .full-view {
  display: none;
}
.timezone-dialog-content.expanded > .brief-view {
  display: none;
}
.timezone-dialog-content.expanded > .full-view {
  display: block;
}
#widget_container .company-time {
  float: none;
  margin-top: 0px;
  position: inherit;
  z-index: 5;
  text-align: center;
}
#widget_container .container {
  width: 744px;
}
#widget_container .block-content {
  background-position: center center;
  padding-bottom: 3px;
  padding-top: 8px;
  position: relative;
}
#widget_container #timeline .ui-combobox-toggle {
  height: 33px !important;
}
.fb_widget #timeline.bootstrap #step_title {
  display: block;
  /* margin-top: -61px; */

  position: absolute;
  top: -91px;
  font-size: 26px;
  /* border: 1px solid black; */

  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.provider .box {
  position: relative;
}
.provider .box .box-picture a.unitImg {
  display: block;
  height: 200px;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.provider .box .box-picture a.unitImg .bg {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.provider .box .box-picture a.unitImg:hover .bg {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.provider .box .box-body {
  padding: 0px;
}
.provider .box .box-body .box-title-plain {
  width: 100%;
  padding: 5px 20px 5px 20px;
  height: 62px;
  max-height: 62px;
  overflow-y: hidden;
  text-align: center;
  background-color: #5a5a5a;
  margin: 0px;
}
.provider .box .box-body .box-title-plain a {
  color: #ffffff;
  font-size: 15px;
}
.provider .box .box-body .box-description {
  display: block;
  width: 100%;
  height: 111px;
  overflow: hidden;
  font-size: 13px;
  padding: 5px 20px 5px 20px;
}
.provider .box .box-body .box-description-points {
  display: block;
  height: 13px;
  line-height: 0.3em;
  text-align: center;
  font-size: 18px;
  color: black;
  width: 100%;
}
.provider .box .description {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 1.2em;
  text-align: left;
  color: #ffffff;
  padding: 10px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.6s ease;
}
.provider .box .description .text {
  overflow-y: scroll;
  overflow-x: hidden;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -15px;
  padding: 10px;
}
.provider .box:hover .description,
.provider .box:focus .description {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.6s ease;
  visibility: visible;
  opacity: 1;
}
#timeline .date_time_container {
  min-height: 330px;
}
#timeline .item {
  display: inline-block;
}
div.user-events-page ul.bookings li {
  margin-bottom: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 14px;
  padding: 20px 0 7px 20px;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
div.user-events-page ul.bookings li .dateblock {
  color: #000000;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 13%;
}
div.user-events-page ul.bookings li .service-details {
  width: 70%;
}
div.user-events-page ul.bookings li .actions {
  width: 7%;
}
#timeline.bootstrap #step_info_container .step-header {
  background: #999999;
  border-radius: 28px;
  padding-top: 0px;
  height: 51px;
}
#timeline.bootstrap #step_info_container .step-header.checked {
  background: #0581b5;
}
#timeline.bootstrap #step_info_container .step-header .step-title,
#timeline.bootstrap #step_info_container .step-header .step-name {
  color: #ffffff;
  font-size: 18px;
}
#timeline.bootstrap #step_info_container .step-header .step-info {
  color: #000;
  text-align: center;
  width: 100%;
  font-size: 15px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#timeline.bootstrap .item {
  width: 23%;
  margin: 0 16px 16px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 6px;
  padding: 0px;
  position: relative;
  -webkit-transition: border-color 0.2s linear;
  -moz-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}
#timeline.bootstrap .item:hover,
#timeline.bootstrap .item:focus {
  border: 1px solid #0581b5;
  border-bottom-width: 6px;
}
#timeline.bootstrap .item .event-duration {
  display: inline-block;
  width: 100%;
}
#timeline.bootstrap .item .left-block {
  width: 100%;
  margin: 0px;
  position: relative;
}
#timeline.bootstrap .item .left-block .unit-image,
#timeline.bootstrap .item .left-block .event-image,
#timeline.bootstrap .item .left-block .location-image,
#timeline.bootstrap .item .left-block .category-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  padding: 0px;
}
#timeline.bootstrap .item .left-block .unit-image img,
#timeline.bootstrap .item .left-block .event-image img,
#timeline.bootstrap .item .left-block .location-image img,
#timeline.bootstrap .item .left-block .category-image img {
  width: 100%;
  max-width: none;
  max-height: none;
}
#timeline.bootstrap .item .left-block .unit-image img.stretchx,
#timeline.bootstrap .item .left-block .event-image img.stretchx,
#timeline.bootstrap .item .left-block .location-image img.stretchx,
#timeline.bootstrap .item .left-block .category-image img.stretchx {
  height: auto;
  width: 100%;
}
#timeline.bootstrap .item .left-block .unit-image img.stretchy,
#timeline.bootstrap .item .left-block .event-image img.stretchy,
#timeline.bootstrap .item .left-block .location-image img.stretchy,
#timeline.bootstrap .item .left-block .category-image img.stretchy {
  height: 100%;
  width: auto;
}
#timeline.bootstrap .item .unit-info,
#timeline.bootstrap .item .event-info,
#timeline.bootstrap .item .location-info,
#timeline.bootstrap .item .category-info {
  width: 100%;
  margin-bottom: 40px;
}
#timeline.bootstrap .item .unit-info .add-line,
#timeline.bootstrap .item .event-info .add-line,
#timeline.bootstrap .item .location-info .add-line,
#timeline.bootstrap .item .category-info .add-line {
  height: 64px;
  max-height: 64px;
  font-size: 13px;
  overflow-y: hidden;
  line-height: 1.6;
  display: block;
  padding: 4px 15px 4px 15px;
  position: relative;
}
#timeline.bootstrap .item .unit-info .unit-title,
#timeline.bootstrap .item .event-info .unit-title,
#timeline.bootstrap .item .location-info .unit-title,
#timeline.bootstrap .item .category-info .unit-title,
#timeline.bootstrap .item .unit-info .event-title,
#timeline.bootstrap .item .event-info .event-title,
#timeline.bootstrap .item .location-info .event-title,
#timeline.bootstrap .item .category-info .event-title,
#timeline.bootstrap .item .unit-info .location-title,
#timeline.bootstrap .item .event-info .location-title,
#timeline.bootstrap .item .location-info .location-title,
#timeline.bootstrap .item .category-info .location-title,
#timeline.bootstrap .item .unit-info .category-title,
#timeline.bootstrap .item .event-info .category-title,
#timeline.bootstrap .item .location-info .category-title,
#timeline.bootstrap .item .category-info .category-title {
  width: 100%;
  padding: 5px 20px 5px 20px;
  height: 62px;
  max-height: 62px;
  overflow-y: hidden;
  text-align: center;
  background-color: #5a5a5a;
  margin: 0px;
  color: #ffffff;
  font-size: 16px;
}
#timeline.bootstrap .item .unit-info .unit-description,
#timeline.bootstrap .item .event-info .unit-description,
#timeline.bootstrap .item .location-info .unit-description,
#timeline.bootstrap .item .category-info .unit-description,
#timeline.bootstrap .item .unit-info .event-description,
#timeline.bootstrap .item .event-info .event-description,
#timeline.bootstrap .item .location-info .event-description,
#timeline.bootstrap .item .category-info .event-description,
#timeline.bootstrap .item .unit-info .location-description,
#timeline.bootstrap .item .event-info .location-description,
#timeline.bootstrap .item .location-info .location-description,
#timeline.bootstrap .item .category-info .location-description,
#timeline.bootstrap .item .unit-info .category-description,
#timeline.bootstrap .item .event-info .category-description,
#timeline.bootstrap .item .location-info .category-description,
#timeline.bootstrap .item .category-info .category-description {
  width: 100%;
  position: absolute;
  height: 262px

      ;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 1.2em;
  text-align: left;
  color: #ffffff;
  padding: 10px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  font-size: 16px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.6s ease;
}
#timeline.bootstrap .item .unit-info .unit-description .text,
#timeline.bootstrap .item .event-info .unit-description .text,
#timeline.bootstrap .item .location-info .unit-description .text,
#timeline.bootstrap .item .category-info .unit-description .text,
#timeline.bootstrap .item .unit-info .event-description .text,
#timeline.bootstrap .item .event-info .event-description .text,
#timeline.bootstrap .item .location-info .event-description .text,
#timeline.bootstrap .item .category-info .event-description .text,
#timeline.bootstrap .item .unit-info .location-description .text,
#timeline.bootstrap .item .event-info .location-description .text,
#timeline.bootstrap .item .location-info .location-description .text,
#timeline.bootstrap .item .category-info .location-description .text,
#timeline.bootstrap .item .unit-info .category-description .text,
#timeline.bootstrap .item .event-info .category-description .text,
#timeline.bootstrap .item .location-info .category-description .text,
#timeline.bootstrap .item .category-info .category-description .text {
  overflow-y: scroll;
  overflow-x: hidden;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -15px;
  padding: 10px;
}
#timeline.bootstrap .item .unit-info .button,
#timeline.bootstrap .item .event-info .button,
#timeline.bootstrap .item .location-info .button,
#timeline.bootstrap .item .category-info .button {
  position: absolute;
  /* top: 267px; */

  /* margin: 0 auto; */

  border: 0px;
  bottom: 5px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  border-radius: 19px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 0.6;
  padding: 10px 24px 10px 24px;
  text-transform: uppercase;
  background-color: #5bc0de;
  border-color: #46b8da;
  width: 121px;
  left: 50%;
  margin-left: -60px;
  /* margin: 0 auto; */

  /* margin-bottom: -30px; */

  -webkit-transition: background-color 0.2s linear, bottom 0.1s linear;
  -moz-transition: background-color 0.2s linear, bottom 0.1s linear;
  -o-transition: background-color 0.2s linear, bottom 0.1s linear;
  transition: background-color 0.2s linear, bottom 0.1s linear;
}
#timeline.bootstrap .item .event-info .add-line {
  height: 80px;
  max-height: 80px;
}
#timeline.bootstrap .item:hover .unit-info .unit-description,
#timeline.bootstrap .item:hover .event-info .unit-description,
#timeline.bootstrap .item:hover .location-info .unit-description,
#timeline.bootstrap .item:hover .category-info .unit-description,
#timeline.bootstrap .item:hover .unit-info .event-description,
#timeline.bootstrap .item:hover .event-info .event-description,
#timeline.bootstrap .item:hover .location-info .event-description,
#timeline.bootstrap .item:hover .category-info .event-description,
#timeline.bootstrap .item:hover .unit-info .location-description,
#timeline.bootstrap .item:hover .event-info .location-description,
#timeline.bootstrap .item:hover .location-info .location-description,
#timeline.bootstrap .item:hover .category-info .location-description,
#timeline.bootstrap .item:hover .unit-info .category-description,
#timeline.bootstrap .item:hover .event-info .category-description,
#timeline.bootstrap .item:hover .location-info .category-description,
#timeline.bootstrap .item:hover .category-info .category-description {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.6s ease;
  visibility: visible;
  opacity: 1;
}
#timeline.bootstrap .back-button {
  border: 0px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  border-radius: 19px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 0.6;
  padding: 10px 24px 10px 24px;
  text-transform: uppercase;
  background-color: #000000;
  border-color: #46b8da;
  text-decoration: none;
  display: inherit;
  width: 150px;
  text-align: center;
  margin: 0 auto;
}
#timeline.bootstrap .book-another-button {
  border: 0px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  border-radius: 19px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 0.6;
  padding: 10px 24px 10px 24px;
  text-transform: uppercase;
  background-color: #D2D2D2;
  border-color: #46b8da;
  text-decoration: none;
  display: inherit;
  width: 278px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 18px;
}
#timeline.bootstrap ul#errors li {
  margin-bottom: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 14px;
  padding: 20px;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
#timeline.bootstrap #submit_button {
  border: 0px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  border-radius: 19px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 0.6;
  padding: 10px 24px 10px 24px;
  text-transform: uppercase;
  background-color: #5bc0de;
  border-color: #46b8da;
  text-decoration: none;
  display: inherit;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#timeline.bootstrap #submit_button:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0px !important;
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
  border: 0px;
  background-image: none;
  text-transform: uppercase;
  font-weight: 600;
}
#timeline.bootstrap .license {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}
#timeline.bootstrap #client_form input:focus,
#timeline.bootstrap #client_form select:focus,
#timeline.bootstrap #client_form textarea:focus {
  border-color: #0581b5;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  color: #5a5a5a;
}
#timeline.bootstrap #client_form .client_form_wrapper .zend_form dd input,
#timeline.bootstrap #client_form #client_form #additional_fields .zend_form dd input {
  margin-right: 0px;
}
#timeline.bootstrap #client_info_step .step-content {
  padding-left: 0px;
}
.day-offset-warning,
.facebook-like {
  margin-bottom: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 14px;
  padding: 20px;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
#pageNotifications.ui-state-highlight.ui-corner-all {
  margin-bottom: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 14px;
  padding: 20px;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
#pageNotifications.ui-state-highlight.ui-corner-all.error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
a.go-back-link {
  border: 0px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  border-radius: 19px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 0.6;
  padding: 10px 24px 10px 24px;
  text-transform: uppercase;
  background-color: #000000;
  border-color: #46b8da;
  text-decoration: none;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 245px;
}
.info-content .message {
  margin-bottom: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 14px;
  padding: 20px;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.info-content .select-payment {
  font-size: 20px;
  margin-top: 6px;
  font-weight: bold;
}
.info-content .select-payment + form div {
  margin-left: 10px;
}
.info-content .select-payment + form div span label {
  max-height: 35px;
  display: inline-block;
  font-size: 18px;
}
.info-content .select-payment + form div span label img {
  height: 26px;
  width: auto;
  float: right;
}
.info-content .reserve_time_btn.soft_button {
  border: 0px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  border-radius: 19px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 0.6;
  padding: 10px 24px 10px 24px;
  text-transform: uppercase;
  background-color: #5bc0de;
  border-color: #46b8da;
  text-decoration: none;
  display: inherit;
  width: 190px;
  text-align: center;
  margin: 0px auto 40px auto;
}
.info-content .reserve_time_btn.soft_button:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0px !important;
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
  border: 0px;
}
.save_reccuring_button {
  margin-bottom: 30px;
}
.feedback-form #Submit,
div.save_reccuring_button input {
  border: 0px;
  background: transparent;
  text-shadow: none;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  border-radius: 19px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 0.6;
  padding: 10px 24px 10px 24px;
  text-transform: uppercase;
  background-color: #5bc0de;
  border-color: #46b8da;
  text-decoration: none;
  display: inherit;
  width: 190px;
  text-align: center;
  margin: 0px auto 40px auto;
}
.feedback-form #Submit:hover,
div.save_reccuring_button input:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0px !important;
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
  border: 0px;
}
.popup-company-booking {
  display: none;
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  #timeline.bootstrap .item {
    width: 30%;
  }
  #timeline.bootstrap .back-button {
    width: 98%;
  }
}
/*
* Landscape phone to portrait tablet
*/
@media (max-width: 768px) {
  .blog-meta .phone_h {
    text-align: left;
  }
  .blog-meta .time_h {
    text-align: center;
  }
  .blog-meta .address_h {
    text-align: right;
  }
  div.user-events-page ul.bookings li .dateblock {
    width: 27%;
  }
  div.user-events-page ul.bookings li .service-details {
    width: 50%;
  }
  div.user-events-page ul.bookings li .actions {
    width: 10%;
  }
  div.user-events-page .calendar-image {
    width: 95%;
  }
  #timeline.bootstrap .item {
    width: 46%;
  }
  #timeline.bootstrap .buttons_container {
    width: 100%;
    margin: 0px;
    margin-left: 0px;
  }
  #timeline.bootstrap .buttons_container .book-another-button {
    width: 100%;
    margin: 5px 0 20px 0;
  }
  #timeline.bootstrap #submit_button {
    width: 100%;
  }
  #timeline.bootstrap #step_info_container .step-header {
    margin: 3px 0px;
    height: 30px;
  }
  #timeline.bootstrap #step_info_container .step-header .step-title {
    width: 100%;
  }
  #timeline.bootstrap #step_info_container .step-header .step-name,
  #timeline.bootstrap #step_info_container .step-header .step-info,
  #timeline.bootstrap #step_info_container .step-header .step-number-container {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 1.1em;
    text-overflow: ellipsis;
    max-width: 50%;
    white-space: nowrap;
    overflow: hidden;
  }
  #timeline.bootstrap #step_info_container .step-header .step-name {
    padding: 0px;
  }
  #timeline.bootstrap #step_info_container .step-header .step-info:before {
    content: '/';
  }
  #timeline.bootstrap #step_info_container .step-header .step-info {
    color: #ffffff;
    font-size: 18px;
  }
  #timeline.bootstrap .back-button {
    width: 98%;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  div.user-events-page ul.bookings li .service-details {
    width: 40%;
  }
  div.user-events-page .calendar-image {
    width: 95%;
  }
  #timeline.bootstrap .item {
    width: 97%;
  }
}

#event_step .item .discount {
  position: absolute;
  top: 0px;
  right: 0px;
  line-height: 32px;
  padding: 5px;
  font-size: 18px;
  color: #ffffff;
  background: #ff6666;
}

.ext_gallery{
    margin-bottom: 20px;
}

#map_container:empty {
    display: none;
}


.license-popup {
  position: fixed;
  top: 50% !important;
  width: 96%;
  z-index: 100;
  margin-left: 2%;
  height: 500px;
  margin-top: -200px;
}

.license-popup .content {
  margin: 0 auto;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #cccccc;
  background-image: none;
  position: relative;
  max-width: 600px;
}

.license-popup .content * {
  font-family: Verdana;
}

.license-popup .content .text {
  overflow: auto;
  text-align: left;
  height: 500px;
}

.license-popup .close {
  cursor: pointer;
  width: 28px;
  height: 28px;
  background-image: url('/common/images/popup-close.png');
  position: absolute;
  top: -10px;
  right: -10px;
}