/* ***************************************************************************
    Table of Contents
    
    0. Less helper functions / variables
    1. Resets
    2. General
    3. Preloader
    4. Event Content
    5. Tabs
    6. Reminder
    7. Sharer
    8. Booking
    9. Forecast icons
    10. Related events
    11. Media medium
    12. Media Small
 
*************************************************************************** */
/* ***************************************************************************
    0. Less helper functions / variables
*************************************************************************** */
/* ***************************************************************************
    1. Resets
*************************************************************************** */
.stec-layout-single,
.stec-layout-single * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.6;
}
.stec-layout-single {
  visibility: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.stec-layout-single a {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.1);
}
.stec-layout-single a:focus,
.stec-layout-single a:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.stec-layout-single li {
  list-style: none;
}
/* ***************************************************************************
    2. General
*************************************************************************** */
.stec-scroll-bar {
  opacity: 0;
  border-radius: 3px;
  position: absolute;
  left: initial !important;
  right: 1px;
  top: 0;
  width: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1001;
  -webkit-transition: width 0.1s ease-out, background-color 0.1s ease-out, transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: width 0.1s ease-out, background-color 0.1s ease-out, transform 0.3s ease-out, opacity 0.3s ease-out;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  overflow: visible;
}
.stec-scroll-bar:before {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.stec-scroll-container.active .stec-scroll-bar {
  opacity: 1;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.stec-scroll-container.active .stec-scroll-bar.ui-draggable-dragging,
.stec-scroll-container.active .stec-scroll-bar:hover {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.3);
  width: 20px;
}
body.stec-modal-opened > :not(.stec-modal) {
  filter: blur(7px) grayscale(1);
}
.stec-no-scroll {
  overflow: hidden !important;
}
.stec-layout-single {
  position: relative;
  background: #fff;
  border-radius: 3px;
  padding: 20px;
  width: 100%;
  min-width: 280px;
  float: left;
}
.stec-single-sections {
  float: left;
  width: 100%;
}
.stec-single-sections > *:first-child {
  border-top: none;
  padding-top: 0 !important;
}
.stec-layout-single-button-style {
  border-radius: 3px;
  cursor: pointer;
  padding: 15px 20px;
  border: none;
}
.stec-layout-single-button-style p {
  line-height: 1.2;
}
.stec-layout-single-button-sec-style {
  border-radius: 3px;
  cursor: pointer;
  padding: 15px 20px;
  border: none;
  background: none;
  border-style: solid;
  border-width: 1px;
}
.stec-layout-single-button-sec-style p {
  line-height: 1.2;
}
.stec-layout-single-share a,
.stec-layout-event-btn-sec-fontandcolor,
.stec-layout-single-btn-fontandcolor,
.stec-layout-event-btn-fontandcolor {
  -webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
  transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-layout-single-share a *,
.stec-layout-event-btn-sec-fontandcolor *,
.stec-layout-single-btn-fontandcolor *,
.stec-layout-event-btn-fontandcolor * {
  -webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
  transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-style-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.stec-style-flexbox-no-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.stec-style-title-3 {
  color: #212121;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.stec-style-select,
.stec-style-input {
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 12px;
  padding: 0 10px;
  height: 50px;
  line-height: 40px;
  color: #686868;
}
.stec-style-clear {
  clear: both;
}
.stec-style-space {
  margin-top: 10px;
  clear: both;
  float: left;
  width: 100%;
}
.stec-style-float-left {
  float: left;
}
.stec-style-display-none {
  display: none;
}
.stec-style-button {
  line-height: inherit;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  padding: 12px 15px;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background: #4d576c;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
  transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-style-button:focus {
  outline: none;
  background: #4d576c;
}
.stec-style-button:hover {
  background: #f15e6e;
}
.stec-style-button:active {
  position: relative;
  top: 1px;
  left: 1px;
  background: #f15e6e;
}
.stec-style-button * {
  -webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
  transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-style-button-secondary {
  border-radius: 3px;
  cursor: pointer;
  padding: 15px 20px;
  border: none;
  text-transform: none;
  text-decoration: none !important;
  line-height: 1;
  background: none;
  border-style: solid;
  border-width: 1px;
}
.stec-style-button-secondary p {
  text-transform: none;
  line-height: 1.2;
  color: inherit;
}
.stec-style-full-width {
  width: 100%;
  float: left;
  clear: both;
}
.stec-toast {
  position: fixed;
  width: 250px;
  left: calc(50% - 125px);
  bottom: 10px;
  background: #444;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}
/* ***************************************************************************
    3. Preloader
*************************************************************************** */
.stec-layout-single-preloader {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  float: left;
}
.stec-layout-single-preloader::before {
  content: "";
  float: left;
  box-sizing: border-box;
  height: 30px;
  width: 30px;
  -webkit-nimation: stec-preloader-anim 0.8s infinite linear;
  animation: stec-preloader-anim 0.8s infinite linear;
  border: 4px solid #52617a;
  border-right-color: transparent;
  border-radius: 50%;
  margin-left: 5px;
  margin-top: 5px;
}
@-webkit-keyframes stec-preloader-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes stec-preloader-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.stec-layout-single-preloader-template {
  display: none;
}
/* ***************************************************************************
    4. Event Content
*************************************************************************** */
.stec-layout-single-preview {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
}
.stec-layout-single-preview .stec-layout-single-preview-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  float: left;
  width: 100%;
  z-index: 1;
}
.stec-layout-single-preview .stec-layout-single-preview-left .stec-layout-single-preview-left-text-featured {
  float: left;
  line-height: 1;
}
.stec-layout-single-preview .stec-layout-single-preview-left .stec-layout-single-preview-left-text-featured i {
  display: none;
  float: left;
  margin-right: 5px;
}
.stec-layout-single-preview .stec-layout-single-preview-left .stec-layout-single-preview-left-text-featured span {
  padding: 3px 6px;
  border-radius: 3px;
  text-transform: uppercase;
  margin-right: 5px;
}
.stec-layout-single-preview .stec-layout-single-preview-left .stec-layout-single-preview-left-icon {
  min-width: 54px;
  width: 54px;
  height: 54px;
  border-radius: 3px;
  overflow: hidden;
}
.stec-layout-single-preview .stec-layout-single-preview-left .stec-layout-single-preview-left-icon.stec-layout-single-no-icon {
  min-width: 10px;
  width: 10px;
}
.stec-layout-single-preview .stec-layout-single-preview-left .stec-layout-single-preview-left-icon i {
  color: #fff;
  font-size: 25px;
  line-height: 54px;
  text-align: center;
  width: 100%;
}
.stec-layout-single-preview .stec-layout-single-preview-left .stec-layout-single-preview-left-text {
  width: 100%;
  margin-left: 15px;
}
.stec-layout-single-preview .stec-layout-single-preview-left .stec-layout-single-preview-left-text-title {
  margin: 0;
  line-height: 1;
}
.stec-layout-single-preview .stec-layout-single-preview-left .stec-layout-single-preview-left-text-title .stec-layout-single-edit-link {
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  position: relative;
  top: -2px;
}
.stec-layout-single-preview .stec-layout-single-preview-left .stec-layout-single-preview-left-text-date {
  clear: both;
  float: left;
  margin-top: 5px;
  line-height: 1.2;
}
.stec-layout-single-preview .stec-layout-single-preview-left .stec-layout-single-preview-left-text-date .stec-layout-single-month-short {
  display: none;
}
.stec-layout-single-preview .stec-layout-single-preview-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 1;
}
.stec-layout-single-preview .stec-layout-single-preview-right .stec-layout-single-preview-right-edit,
.stec-layout-single-preview .stec-layout-single-preview-right .stec-layout-single-preview-right-reminder {
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 10px;
}
.stec-layout-single-preview .stec-layout-single-preview-right .stec-layout-single-preview-right-edit i,
.stec-layout-single-preview .stec-layout-single-preview-right .stec-layout-single-preview-right-reminder i {
  font-size: 20px;
  line-height: 40px;
  width: 100%;
  text-align: center;
}
.stec-layout-single-preview .stec-layout-single-preview-right .stec-layout-single-preview-right-reminder {
  margin-right: 0;
}
.stec-layout-single-preview .stec-layout-single-preview-left-icon-images {
  position: relative;
  width: 100%;
  height: 100%;
}
.stec-layout-single-preview .stec-layout-single-preview-left-icon-images .stec-layout-single-preview-left-icon-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.stec-layout-single-preview .stec-layout-single-preview-left-icon-images .stec-layout-single-preview-left-icon-image.active {
  z-index: 1;
  opacity: 1;
  transition: none;
}
.stec-layout-single-preview .stec-layout-single-preview-left-icon-images .stec-layout-single-preview-left-icon-image.transition {
  z-index: 2;
  opacity: 1;
}
.stec-layout-single-preview .stec-layout-single-preview-left-icon-date {
  width: 100%;
  margin-top: 8px;
  float: left;
  text-align: center;
}
.stec-layout-single-preview .stec-layout-single-preview-left-icon-date .stec-layout-single-preview-left-icon-date-number {
  font-size: 28px;
  font-weight: bold;
}
.stec-layout-single-preview .stec-layout-single-preview-left-icon-date .stec-layout-single-preview-left-icon-date-month {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}
.stec-layout-single-preview .stec-layout-single-preview-left-icon-date span {
  width: 100%;
  float: left;
  line-height: 1;
  color: #fff;
}
.stec-layout-single-preview .stec-layout-single-preview-separator {
  clear: both;
  width: 100%;
  float: left;
}
.stec-layout-single-preview .stec-layout-single-preview-separator a {
  display: none;
  margin-top: 10px;
  margin-left: -13px;
  padding: 0 10px;
  text-decoration: none;
  text-transform: capitalize;
  float: left;
  font-size: 16px;
}
.stec-layout-single-media {
  float: left;
  width: 100%;
}
.stec-layout-single-media-content {
  margin-top: 45px;
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  /*height: 400px;*/
}
.stec-layout-single-media-content > div {
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}
.stec-layout-single-media-content > div img {
  display: none;
  /* only for preload */
  width: 100%;
  height: auto;
}
.stec-layout-single-media-content > div div {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
}
.stec-layout-single-media-content > div div span,
.stec-layout-single-media-content > div div p {
  width: 100%;
  float: left;
  text-align: center;
}
.stec-layout-single-media-content > div div p {
  color: #fff;
}
.stec-layout-single-media-content > div div span {
  color: #999da2;
}
.stec-layout-single-media-content > div div p + span {
  margin-top: 10px;
}
.stec-layout-single-media-content .fade-in {
  opacity: 1;
  z-index: 2;
}
.stec-layout-single-media-content .active-image {
  opacity: 1;
  z-index: 1;
}
.stec-layout-single-media-controls {
  width: 100%;
  height: 100px;
  float: left;
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.stec-layout-single-media-controls .stec-layout-single-media-controls-next,
.stec-layout-single-media-controls .stec-layout-single-media-controls-prev {
  min-width: 50px;
  height: 100px;
  cursor: pointer;
}
.stec-layout-single-media-controls .stec-layout-single-media-controls-next i,
.stec-layout-single-media-controls .stec-layout-single-media-controls-prev i {
  font-size: 30px;
  line-height: 95px;
  text-align: center;
  width: 100%;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.stec-layout-single-media-controls .stec-layout-single-media-controls-prev {
  margin-right: 10px;
}
.stec-layout-single-media-controls .stec-layout-single-media-controls-next {
  margin-left: 10px;
}
.stec-layout-single-media-controls .stec-layout-single-media-controls-list-wrap {
  height: 100px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.stec-layout-single-media-controls .stec-layout-single-media-controls-list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.stec-layout-single-media-controls .stec-layout-single-media-controls-list li {
  cursor: pointer;
  height: 100px;
  width: calc( (100% - 2*10px) / 3 );
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 0 5px;
  background-size: cover;
  position: relative;
}
.stec-layout-single-media-controls .stec-layout-single-media-controls-list li:first-child {
  margin-left: 0;
}
.stec-layout-single-media-controls .stec-layout-single-media-controls-list li:last-child {
  margin-right: 0;
}
.stec-layout-single-media-controls .stec-layout-single-media-controls-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #202020;
  z-index: 1;
  opacity: 0.3;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.stec-layout-single-media-controls .stec-layout-single-media-controls-list li:hover:before {
  opacity: 0;
}
.stec-layout-single-media-controls .stec-layout-single-media-controls-list .active-thumb:before {
  opacity: 0;
}
.stec-layout-single-media-controls.no-side-controls .stec-layout-single-media-controls-next,
.stec-layout-single-media-controls.no-side-controls .stec-layout-single-media-controls-prev {
  display: none;
}
.stec-layout-single-media-content-subs {
  width: 100%;
  float: left;
  background: #000;
  display: none;
  height: 0;
  overflow: hidden;
}
.stec-layout-single-media-content-subs span,
.stec-layout-single-media-content-subs p {
  width: 100%;
  float: left;
  text-align: center;
}
.stec-layout-single-media-content-subs p {
  color: #fff;
}
.stec-layout-single-media-content-subs span {
  color: #999da2;
}
.stec-layout-single-tags {
  width: 100%;
  float: left;
  margin-top: 25px;
}
.stec-layout-single-tags .stec-layout-single-tag {
  font-family: Arial;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
}
.stec-layout-single-description {
  float: left;
  width: 100%;
}
.stec-layout-single-description ul {
  display: block;
  list-style-type: disc;
  margin-left: 1em;
  margin-right: 1em;
  padding-left: 40px;
}
.stec-layout-single-description ul li {
  list-style-type: inherit;
}
.stec-layout-single-description ol {
  display: block;
  list-style-type: decimal;
  margin-left: 1em;
  margin-right: 1em;
  padding-left: 40px;
}
.stec-layout-single-description ol li {
  list-style-type: inherit;
}
.stec-layout-single-description p {
  padding-top: 10px;
  padding-bottom: 10px;
}
.stec-layout-single-external-link:not(:last-child) {
  margin-right: 10px;
}
.stec-layout-single-counter {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  float: left;
  width: 100%;
}
.stec-layout-single-counter li {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100px;
}
.stec-layout-single-counter li:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-single-counter .stec-layout-single-counter-label {
  text-transform: uppercase;
}
.stec-layout-single-event-status {
  display: none;
}
.stec-layout-single-event-status-text {
  width: 100%;
  clear: both;
  float: left;
  text-align: center;
  display: none;
}
.stec-layout-single-share-and-export {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 0 0 0 !important;
  margin-top: 30px !important;
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.stec-layout-single-share-and-export .stec-layout-single-share a {
  margin-right: 5px;
  float: left;
}
.stec-layout-single-share-and-export .stec-layout-single-share i {
  border-radius: 3px;
  width: 35px;
  height: 35px;
  float: left;
  color: #fff;
  text-align: center;
  line-height: 35px;
}
.stec-layout-single-share-and-export .stec-layout-single-share i.fa-facebook-messenger {
  background: #00C6FF;
}
.stec-layout-single-share-and-export .stec-layout-single-share i.fa-facebook-messenger:hover {
  background: #11d7ff;
}
.stec-layout-single-share-and-export .stec-layout-single-share i.fa-viber {
  background: #665CAC;
}
.stec-layout-single-share-and-export .stec-layout-single-share i.fa-viber:hover {
  background: #776dbd;
}
.stec-layout-single-share-and-export .stec-layout-single-share i.fa-whatsapp {
  background: #25D366;
}
.stec-layout-single-share-and-export .stec-layout-single-share i.fa-whatsapp:hover {
  background: #36e477;
}
.stec-layout-single-share-and-export .stec-layout-single-share i.fa-facebook {
  background: #3b5998;
}
.stec-layout-single-share-and-export .stec-layout-single-share i.fa-facebook:hover {
  background: #4368b5;
}
.stec-layout-single-share-and-export .stec-layout-single-share i.fa-twitter {
  background: #55acee;
}
.stec-layout-single-share-and-export .stec-layout-single-share i.fa-twitter:hover {
  background: #8acdff;
}
.stec-layout-single-share-and-export .stec-layout-single-share i.fa-google-plus {
  background: #dd4b39;
}
.stec-layout-single-share-and-export .stec-layout-single-share i.fa-google-plus:hover {
  background: #ff614e;
}
.stec-layout-single-share-and-export .stec-layout-single-share i.fa-link {
  background: #4d4f53;
}
.stec-layout-single-share-and-export .stec-layout-single-share i.fa-link:hover {
  background: #686a70;
}
.stec-layout-single-share-and-export .stec-layout-single-share i.fa-envelope {
  background: #ff950b;
}
.stec-layout-single-share-and-export .stec-layout-single-share i.fa-envelope:hover {
  background: #ffb351;
}
.stec-layout-single-share-and-export .stec-layout-single-export form,
.stec-layout-single-share-and-export .stec-layout-single-export a {
  float: left;
}
.stec-layout-single-share-and-export .stec-layout-single-export a {
  margin-left: 10px;
}
.stec-layout-single-attachments {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 0 0 0 !important;
  margin-top: 30px !important;
  width: 100%;
  float: left;
}
.stec-layout-single-attachments .stec-layout-single-attachments-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  float: left;
  width: 100%;
}
.stec-layout-single-attachments .stec-layout-single-attachments-top p {
  float: left;
}
.stec-layout-single-attachments .stec-layout-single-attachments-top i {
  margin-right: 10px;
  font-size: 20px;
}
.stec-layout-single-attachments .stec-layout-single-attachments-toggle {
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  cursor: pointer;
}
.stec-layout-single-attachments .stec-layout-single-attachments-toggle i {
  display: none;
}
.stec-layout-single-attachments .stec-layout-single-attachments-toggle:not(.active) i:first-child {
  display: block;
}
.stec-layout-single-attachments .stec-layout-single-attachments-toggle.active i:last-child {
  display: block;
}
.stec-layout-single-attachments .stec-layout-single-attachments-toggle i {
  font-size: 20px;
  line-height: 40px;
  width: 100%;
  text-align: center;
}
.stec-layout-single-attachments-list {
  float: left;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.stec-layout-single-attachments-list:not(.active) {
  display: none;
}
.stec-layout-single-attachment {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 0 0 0 !important;
  margin-top: 30px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  float: left;
  width: 100%;
}
.stec-layout-single-attachment:last-of-type {
  padding-bottom: 0;
}
.stec-layout-single-attachment .stec-layout-single-attachment-title {
  text-align: left;
  line-height: 1.2;
}
.stec-layout-single-attachment .stec-layout-single-attachment-desc {
  margin-top: 10px;
}
.stec-layout-single-attachment .stec-layout-single-attachment-size {
  margin-top: 10px;
}
.stec-layout-single-location {
  width: 100%;
  float: left;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 0 0 0 !important;
  margin-top: 30px !important;
}
.stec-layout-single-location .stec-layout-single-location-gmap {
  width: 100%;
  height: 100%;
  min-height: 280px;
}
.stec-layout-single-location .stec-layout-single-location-left,
.stec-layout-single-location .stec-layout-single-location-right {
  width: 50%;
}
.stec-layout-single-location .stec-layout-single-location-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.stec-layout-single-location .stec-layout-single-location-flex:nth-child(2) {
  margin-top: 15px;
}
.stec-layout-single-location .stec-layout-single-location-flex .stec-layout-single-location-left p {
  float: left;
}
.stec-layout-single-location .stec-layout-single-location-flex .stec-layout-single-location-left span {
  margin-top: 15px;
  float: left;
  clear: both;
}
.stec-layout-single-location .stec-layout-single-location-flex .stec-layout-single-location-right {
  margin-left: 45px;
}
.stec-layout-single-location .stec-layout-single-location-flex .stec-layout-single-location-right p {
  float: left;
}
.stec-layout-single-location .stec-layout-single-location-flex .stec-layout-single-location-right input {
  border-radius: 3px;
  box-shadow: none;
  width: 100%;
  height: 50px;
  float: left;
  margin-bottom: 15px;
  border: none;
  padding: 0 25px;
}
.stec-layout-single-location .stec-layout-single-location-flex .stec-layout-single-location-get-direction-btn {
  float: left;
}
.stec-layout-single-location .stec-layout-single-location-flex .stec-layout-single-location-direction-error {
  float: left;
  clear: both;
  margin-top: 10px;
  color: #f15e6e;
  display: none;
}
.stec-layout-single-location .stec-layout-single-location-details-title {
  margin-top: 45px;
}
.stec-layout-single-location .stec-layout-single-location-details {
  margin-top: 10px;
}
.stec-layout-single-location .stec-layout-single-location-directions-buttons {
  float: left;
  width: 100%;
}
.stec-layout-single-location .stec-layout-single-location-directions-buttons a {
  text-align: center;
  width: 100%;
  float: left;
}
.stec-layout-single-location .stec-layout-single-location-directions-buttons a:nth-child(2) {
  margin-left: 10px;
}
.stec-layout-single-section {
  margin-top: 30px;
  width: 100%;
  float: left;
  clear: both;
}
.stec-layout-single-section button[data-action="open-tickets"] {
  float: right;
}
.stec-layout-single-tickets-small {
  display: none;
}
/* ***************************************************************************
    5. Tabs
*************************************************************************** */
.stec-layout-event-single-tabs-content > div {
  display: none;
}
.stec-layout-single-tabs {
  float: left;
  width: 100%;
}
.stec-layout-single-tabs-list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 0 0 0 !important;
  margin-top: 30px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px !important;
  width: 100%;
  float: left;
}
.stec-layout-single-tabs-list li {
  margin: 0;
  padding: 0;
  float: left;
  cursor: pointer;
}
.stec-layout-single-tabs-list li:not(:first-child) {
  margin-left: 45px;
}
.stec-layout-single-tabs-list li:not(.active) {
  color: #999da2;
}
.stec-layout-single-tabs-list li i,
.stec-layout-single-tabs-list li p {
  float: left;
}
.stec-layout-single-tabs-list li i {
  display: none;
  font-size: 20px;
}
/* schedule tab */
.stec-layout-single-schedule-tab {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-single-schedule-tab.open .stec-layout-single-schedule-tab-toggle i:first-child {
  display: none;
}
.stec-layout-single-schedule-tab.open .stec-layout-single-schedule-tab-toggle i:last-child {
  display: block;
}
.stec-layout-single-schedule-tab.open .stec-layout-single-schedule-tab-desc {
  display: block;
}
.stec-layout-single-schedule-tab.stec-layout-single-schedule-tab-no-desc .stec-layout-single-schedule-tab-desc {
  display: none;
}
.stec-layout-single-schedule-tab.stec-layout-single-schedule-tab-no-desc .stec-layout-single-schedule-tab-toggle {
  display: none;
}
.stec-layout-single-schedule-tab.stec-layout-single-schedule-tab-no-desc .stec-layout-single-schedule-tab-preview {
  cursor: default;
}
.stec-layout-single-schedule-tab.stec-layout-single-schedule-tab-no-icon .stec-layout-single-schedule-tab-right-title i {
  display: none;
}
.stec-layout-single-schedule-tab:last-of-type {
  border-bottom: none;
}
.stec-layout-single-schedule-tab .stec-layout-single-schedule-tab-toggle {
  border-radius: 3px;
  cursor: pointer;
  height: 40px;
  min-width: 40px;
  width: 40px;
}
.stec-layout-single-schedule-tab .stec-layout-single-schedule-tab-toggle i {
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  text-align: center;
}
.stec-layout-single-schedule-tab .stec-layout-single-schedule-tab-toggle i:first-child {
  display: block;
}
.stec-layout-single-schedule-tab .stec-layout-single-schedule-tab-toggle i:last-child {
  display: none;
}
.stec-layout-single-schedule-tab .stec-layout-single-schedule-tab-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.stec-layout-single-schedule-tab .stec-layout-single-schedule-tab-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 40px;
}
.stec-layout-single-schedule-tab .stec-layout-single-schedule-tab-right span {
  padding: 0 20px 0 0;
}
.stec-layout-single-schedule-tab .stec-layout-single-schedule-tab-left {
  margin-right: 15px;
  width: 120px;
}
.stec-layout-single-schedule-tab .stec-layout-single-schedule-tab-right {
  width: calc(100% - 115px);
  min-width: 110px;
}
.stec-layout-single-schedule-tab .stec-layout-single-schedule-tab-right .stec-layout-single-schedule-tab-right-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1.2;
}
.stec-layout-single-schedule-tab .stec-layout-single-schedule-tab-right .stec-layout-single-schedule-tab-right-title i {
  margin-right: 10px;
  font-size: 25px;
  float: left;
}
.stec-layout-single-schedule-tab .stec-layout-single-schedule-tab-desc {
  margin-top: 20px;
  display: none;
}
.stec-layout-single-schedule-isempty {
  float: left;
  width: 100%;
  text-align: center;
}
/* guest tab */
.stec-layout-single-guests {
  width: 100%;
  float: left;
}
.stec-layout-single-guests .stec-layout-single-guests-guest {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.stec-layout-single-guests .stec-layout-single-guests-guest:last-child {
  margin-bottom: 0;
  border: none;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left {
  width: 100px;
  float: left;
  margin-top: 14px;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-right {
  width: calc(100% - 150px);
  float: right;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar {
  width: 100px;
  height: 100px;
  float: left;
  position: relative;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar img {
  width: 100px;
  height: 100px;
  float: left;
  border-radius: 100%;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar-default {
  width: 100px;
  height: 100px;
  float: left;
  border-radius: 100%;
  background-image: url('img/default_avatar.png');
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar ul {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar li {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}
.stec-layout-single-guests li.stec-layout-single-guests-guest-left-avatar-icon-position-1 {
  top: calc(0% - 14px);
  left: calc(50% - 14px);
}
.stec-layout-single-guests li.stec-layout-single-guests-guest-left-avatar-icon-position-2 {
  left: calc(85% - 14px);
  top: calc(15% - 14px);
}
.stec-layout-single-guests li.stec-layout-single-guests-guest-left-avatar-icon-position-3 {
  left: calc(100% - 14px);
  top: calc(50% - 14px);
}
.stec-layout-single-guests li.stec-layout-single-guests-guest-left-avatar-icon-position-4 {
  left: calc(85% - 14px);
  top: calc(85% - 14px);
}
.stec-layout-single-guests li.stec-layout-single-guests-guest-left-avatar-icon-position-5 {
  left: calc(50% - 14px);
  top: calc(100% - 14px);
}
.stec-layout-single-guests li.stec-layout-single-guests-guest-left-avatar-icon-position-6 {
  left: calc(15% - 14px);
  top: calc(85% - 14px);
}
.stec-layout-single-guests li.stec-layout-single-guests-guest-left-avatar-icon-position-7 {
  left: calc(0% - 14px);
  top: calc(50% - 14px);
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar li i {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  float: left;
  line-height: 28px;
  color: #fff;
  font-size: 12px;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar li a {
  text-align: center;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar i:hover {
  background: #fff;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-google-plus {
  background: #dd4b39;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-google-plus:hover {
  color: #dd4b39;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-facebook {
  background: #3b5998;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-facebook:hover {
  color: #3b5998;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-twitter {
  background: #55acee;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-twitter:hover {
  color: #55acee;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-behance {
  background: #1769ff;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-behance:hover {
  color: #1769ff;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-deviantart {
  background: #5f716f;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-deviantart:hover {
  color: #5f716f;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-github {
  background: #000000;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-github:hover {
  color: #000000;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-lastfm {
  background: #d31f27;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-lastfm:hover {
  color: #d31f27;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-linkedin {
  background: #007bb5;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-linkedin:hover {
  color: #007bb5;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-reddit {
  background: #c51d1d;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-reddit:hover {
  color: #c51d1d;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-soundcloud {
  background: #ff5419;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-soundcloud:hover {
  color: #ff5419;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-tumblr {
  background: #32506d;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-tumblr:hover {
  color: #32506d;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-vimeo {
  background: #aad450;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-vimeo:hover {
  color: #aad450;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-youtube {
  background: #bb0000;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-youtube:hover {
  color: #bb0000;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-twitch {
  background: #6441a5;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-twitch:hover {
  color: #6441a5;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-steam {
  background: #000000;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-steam:hover {
  color: #000000;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-instagram {
  background: #125688;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-instagram:hover {
  color: #125688;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-pinterest {
  background: #cb2027;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-pinterest:hover {
  color: #cb2027;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-skype {
  background: #55caf5;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-skype:hover {
  color: #55caf5;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-envelope {
  background: #ff950b;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-envelope:hover {
  color: #ff950b;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-dribbble {
  background: #ee6e9f;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-dribbble:hover {
  color: #ee6e9f;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-flickr {
  background: #ff0084;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar .fa-flickr:hover {
  color: #ff0084;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-right-title {
  float: left;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-right-desc {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.stec-layout-single-guests .stec-layout-single-guests-guest-right-desc p {
  text-align: left;
  float: left;
}
/* shop tab */
.stec-layout-single-shop {
  display: none;
  width: 100%;
  float: left;
  height: auto;
  padding: 20px 0;
}
.stec-layout-single-shop .stec-layout-single-shop-product-buy-addtocart {
  white-space: nowrap;
  display: inline-block;
}
.stec-layout-single-shop .stec-layout-single-shop-product-buy-addtocart i {
  width: 100%;
  text-align: center;
  font-size: 22px;
  display: none;
}
.stec-layout-single-shop .stec-layout-single-shop-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-single-shop .stec-layout-single-shop-top > p:not(:first-child) {
  margin-left: 50px;
}
.stec-layout-single-shop .stec-layout-single-shop-top > p:first-child,
.stec-layout-single-shop .stec-layout-single-shop-top > p:nth-child(3),
.stec-layout-single-shop .stec-layout-single-shop-top > p:nth-child(4) {
  width: 100px;
}
.stec-layout-single-shop .stec-layout-single-shop-top > p:first-child {
  min-width: 50px;
}
.stec-layout-single-shop .stec-layout-single-shop-top > p:nth-child(2) {
  width: 300px;
  min-width: 150px;
}
.stec-layout-single-shop .stec-layout-single-shop-top > p:nth-child(3) {
  text-align: center;
}
.stec-layout-single-shop .stec-layout-single-shop-top > p:nth-child(5) {
  width: 150px;
}
.stec-layout-single-shop .stec-layout-single-shop-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-single-shop .stec-layout-single-shop-product > *:not(:first-child) {
  margin-left: 50px;
}
.stec-layout-single-shop .stec-layout-single-shop-product > *:first-child {
  min-width: 50px;
}
.stec-layout-single-shop .stec-layout-single-shop-product > *:first-child,
.stec-layout-single-shop .stec-layout-single-shop-product > *:nth-child(3),
.stec-layout-single-shop .stec-layout-single-shop-product > *:nth-child(4) {
  width: 100px;
}
.stec-layout-single-shop .stec-layout-single-shop-product > *:nth-child(5) {
  width: 150px;
}
.stec-layout-single-shop .stec-layout-single-shop-product > *:nth-child(5) p {
  text-align: center;
}
.stec-layout-single-shop .stec-layout-single-shop-product > *:nth-child(2) {
  width: 300px;
  min-width: 150px;
}
.stec-layout-single-shop .stec-layout-single-shop-product .stec-layout-single-shop-product-quantity {
  text-align: center;
}
.stec-layout-single-shop .stec-layout-single-shop-product .stec-layout-single-shop-product-quantity > span:first-child {
  display: none;
}
.stec-layout-single-shop .stec-layout-single-shop-product .stec-layout-single-shop-product-price > span:first-child {
  display: none;
}
.stec-layout-single-shop .stec-layout-single-shop-product .stec-layout-single-shop-product-price a {
  font-size: 10px;
  clear: both;
  text-transform: uppercase;
  float: left;
  margin-top: 5px;
  width: 100%;
}
.stec-layout-single-shop .stec-layout-single-shop-product .stec-layout-single-shop-product-old-price {
  text-decoration: line-through;
}
.stec-layout-single-shop .stec-layout-single-shop-product .stec-layout-single-shop-product-desc p:last-child {
  margin-top: 5px;
  line-height: 1.2;
}
.stec-layout-single-shop .stec-layout-single-shop-product .stec-layout-single-shop-product-image img {
  width: 100%;
  height: auto;
}
.stec-layout-single-shop .stec-layout-single-shop-product .stec-layout-single-shop-product-buy-ajax-status .stec-preloader {
  justify-content: flex-start;
}
.stec-layout-single-shop .stec-layout-single-shop-product .stec-layout-single-shop-product-buy-ajax-status i {
  width: 100%;
  height: 40px;
  font-size: 25px;
  line-height: 40px;
  color: #53b32b;
  text-align: left;
}
.stec-layout-single-shop .stec-layout-single-shop-product .stec-layout-single-shop-product-buy-ajax-status i.fa-check {
  color: #53b32b;
}
.stec-layout-single-shop .stec-layout-single-shop-product .stec-layout-single-shop-product-buy-ajax-status i.fa-times {
  color: #f15e6e;
}
.stec-layout-single-shop .stec-layout-single-shop-product-status span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  padding: 4px 5px;
  border-radius: 2px;
  line-height: 1;
  margin-bottom: 10px;
}
.stec-layout-single-shop .stec-layout-single-shop-product-status span.stec-layout-single-shop-product-about-featured {
  background: #f9b418;
}
.stec-layout-single-shop .stec-layout-single-shop-product-status span.stec-layout-single-shop-product-about-sale {
  background: #53b32b;
}
.stec-layout-single-shop .stec-layout-single-shop-product-status span.stec-layout-single-shop-product-about-outofstock {
  background: #bdc1c8;
}
.stec-layout-single-shop .stec-layout-single-shop-links {
  width: 100%;
  float: left;
  text-align: right;
}
.stec-layout-single-shop .stec-layout-single-shop-links > a:first-child {
  margin-left: 10px;
}
.stec-layout-single-shop .stec-layout-single-shop-links a {
  float: right;
}
/* forecast tab */
.stec-layout-single-forecast {
  padding: 20px 0;
  width: 100%;
  float: left;
  display: none;
}
.stec-layout-single-forecast .stec-layout-single-forecast-content {
  display: none;
}
.stec-layout-single-forecast .errorna {
  width: 100%;
  float: left;
  text-align: center;
  display: none;
}
.stec-layout-single-forecast .stec-layout-single-forecast-credits {
  text-align: center;
  color: #bdc1c8;
  font-family: Arial;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
}
.stec-layout-single-forecast .stec-layout-single-forecast-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.stec-layout-single-forecast .stec-layout-single-forecast-top .stec-layout-single-forecast-top-title {
  text-align: left;
  line-height: 1.2;
}
.stec-layout-single-forecast .stec-layout-single-forecast-top .stec-layout-single-forecast-top-date {
  text-align: left;
  line-height: 1.2;
  margin-top: 5px;
}
.stec-layout-single-forecast .stec-layout-single-forecast-top p:last-child {
  /*text-transform: uppercase;*/
}
.stec-layout-single-forecast .stec-layout-single-forecast-today {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.stec-layout-single-forecast .stec-layout-single-forecast-today .stec-layout-single-forecast-today-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 20px;
  min-width: 320px;
}
.stec-layout-single-forecast .stec-layout-single-forecast-today .stec-layout-single-forecast-today-left p {
  text-align: left;
  line-height: 1.2;
}
.stec-layout-single-forecast .stec-layout-single-forecast-today .stec-layout-single-forecast-today-left > div:last-of-type {
  float: left;
  width: 100%;
}
.stec-layout-single-forecast .stec-layout-single-forecast-today .stec-layout-single-forecast-today-left .stec-layout-single-forecast-today-left-icon {
  width: 68px;
  height: 68px;
  padding: 10px;
  background: #3e3e3e;
  border-radius: 3px;
  margin-right: 15px;
}
.stec-layout-single-forecast .stec-layout-single-forecast-today .stec-layout-single-forecast-today-left .stec-layout-single-forecast-today-left-icon > div {
  width: 48px;
  height: 48px;
}
.stec-layout-single-forecast .stec-layout-single-forecast-today .stec-layout-single-forecast-today-right p {
  line-height: 1.5;
  width: 100%;
  float: left;
  text-align: left;
}
.stec-layout-single-forecast .stec-layout-single-forecast-today .stec-layout-single-forecast-today-right p span {
  float: right;
}
.stec-layout-single-forecast .stec-layout-single-forecast-details {
  padding: 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.stec-layout-single-forecast .stec-layout-single-forecast-details > div > p {
  margin-bottom: 25px;
}
.stec-layout-single-forecast .stec-layout-single-forecast-details .stec-layout-single-forecast-details-left {
  min-width: 320px;
  width: 30%;
  margin-right: 25px;
}
.stec-layout-single-forecast .stec-layout-single-forecast-details .stec-layout-single-forecast-details-left p {
  text-align: left;
}
.stec-layout-single-forecast .stec-layout-single-forecast-details .stec-layout-single-forecast-details-left .stec-layout-single-forecast-details-left-forecast .stec-layout-single-forecast-details-left-forecast-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: inherit;
}
.stec-layout-single-forecast .stec-layout-single-forecast-details .stec-layout-single-forecast-details-left .stec-layout-single-forecast-details-left-forecast .stec-layout-single-forecast-details-left-forecast-top p {
  width: calc(100% / 3);
  text-align: center;
  text-transform: uppercase;
}
.stec-layout-single-forecast .stec-layout-single-forecast-details .stec-layout-single-forecast-details-left .stec-layout-single-forecast-details-left-forecast .stec-layout-single-forecast-details-left-forecast-day {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-single-forecast .stec-layout-single-forecast-details .stec-layout-single-forecast-details-left .stec-layout-single-forecast-details-left-forecast .stec-layout-single-forecast-details-left-forecast-day > div,
.stec-layout-single-forecast .stec-layout-single-forecast-details .stec-layout-single-forecast-details-left .stec-layout-single-forecast-details-left-forecast .stec-layout-single-forecast-details-left-forecast-day p {
  width: calc(100% / 3);
  text-align: center;
}
.stec-layout-single-forecast .stec-layout-single-forecast-details .stec-layout-single-forecast-details-left .stec-layout-single-forecast-details-left-forecast .stec-layout-single-forecast-details-left-forecast-day > div {
  width: 30px;
  height: 30px;
}
.stec-layout-single-forecast .stec-layout-single-forecast-details .stec-layout-single-forecast-details-right {
  width: 70%;
  max-width: calc(100% - 345px);
}
.stec-layout-single-forecast .stec-layout-single-forecast-details .stec-layout-single-forecast-details-right .stec-layout-single-forecast-details-chart {
  float: left;
  width: 100%;
  height: 398px;
  position: relative;
  top: -11px;
}
.stec-layout-single-forecast .stec-layout-single-forecast-details .stec-layout-single-forecast-details-right .stec-layout-single-forecast-details-chart canvas {
  width: 100%;
  height: 100%;
  float: left;
}
/* attendance tab */
.stec-layout-single-intro-attendance {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  float: left;
  width: 100%;
  margin-top: 45px;
}
.stec-layout-single-intro-attendance li {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 10px;
}
.stec-layout-single-intro-attendance li:last-child {
  margin-right: 0;
}
.stec-layout-single-intro-attendance li p {
  line-height: 1.2;
}
.stec-layout-single-intro-attendance li.intro-attendance {
  padding: 0;
  margin: 0;
}
.stec-layout-single-attendance {
  width: 100%;
  float: left;
  display: none;
}
.stec-layout-single-attendance .stec-layout-single-preloader {
  width: auto;
  height: 100%;
  height: 45px;
  /* equals to button height */
  margin: 0;
}
.stec-layout-single-attendance .stec-layout-single-attendance-invited {
  padding: 25px;
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.stec-layout-single-attendance .stec-layout-single-attendance-invited > p > span {
  color: #f15e6e;
  font-size: 12px;
}
.stec-layout-single-attendance .stec-layout-single-attendance-invited .stec-preloader {
  display: block;
  float: right;
  width: auto;
  height: 45px;
}
.stec-layout-single-attendance .stec-layout-single-attendance-invited-buttons {
  padding: 0 !important;
}
.stec-layout-single-attendance .stec-layout-single-attendance-invited-buttons li {
  height: 45px;
  padding: 0 20px;
  border-radius: 3px;
  float: left;
  cursor: pointer;
  margin-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.stec-layout-single-attendance .stec-layout-single-attendance-attendees {
  float: left;
  width: 100%;
  padding: 20px 0 !important;
}
.stec-layout-single-attendance .stec-layout-single-attendance-attendee {
  float: left;
  width: calc(100% / 5);
  height: 250px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.stec-layout-single-attendance .stec-layout-single-attendance-attendee-avatar {
  height: 100px;
  position: relative;
  width: 100px;
  margin: 14px auto 0;
}
.stec-layout-single-attendance .stec-layout-single-attendance-attendee-avatar img {
  border-radius: 100%;
  float: left;
  width: 100px;
  height: 100px;
}
.stec-layout-single-attendance .stec-layout-single-attendance-attendee-avatar ul {
  margin: 0;
  padding: 0;
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
}
.stec-layout-single-attendance .stec-layout-single-attendance-attendee-avatar li {
  height: 30px;
  position: absolute;
  width: 30px;
  left: calc(50% - 15px);
  top: calc(0% - 15px);
  margin: 0;
  padding: 0;
}
.stec-layout-single-attendance .stec-layout-single-attendance-attendee-avatar li i {
  border-radius: 100%;
  font-size: 12px;
  float: left;
  line-height: 25px;
  width: 30px;
  height: 30px;
  left: calc(50% - 15px);
  top: -15px;
  text-align: center;
  border: 2px solid #fff;
  color: #ffffff;
}
.stec-layout-single-attendance .stec-layout-single-attendance-attendee-avatar li .fa-question {
  background: #bdc1c8;
}
.stec-layout-single-attendance .stec-layout-single-attendance-attendee-avatar li .fa-times {
  background: #f15e6e;
}
.stec-layout-single-attendance .stec-layout-single-attendance-attendee-avatar li .fa-check {
  background: #92bc00;
}
.stec-layout-single-attendance .stec-layout-single-attendance-attendee p {
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 20px;
  word-wrap: break-word;
}
.stec-layout-single-attendance .stec-layout-single-attendance-attendee-persons {
  width: auto;
  display: inline-block;
  color: #fff;
  padding: 2px 5px;
  font-size: 14px;
  border-radius: 3px;
  font-weight: bold;
  margin-top: 5px;
  background: #248ffb;
  display: none;
}
.stec-layout-single-attendance .stec-layout-single-attendance-attendee-persons i {
  font-size: 10px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
/* comments tab */
.stec-layout-single-comments {
  padding: 20px 0;
  width: 100%;
  float: left;
  height: auto;
}
/* organizers tab */
.stec-layout-single-organizers {
  float: left;
  width: 100%;
}
.stec-layout-single-organizers .stec-layout-single-organizers-organizer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  width: 100%;
  float: left;
  margin-top: 25px;
}
.stec-layout-single-organizers .stec-layout-single-organizers-organizer:first-child {
  margin-top: 0;
}
.stec-layout-single-organizers .stec-layout-single-organizers-organizer-image {
  float: left;
  width: 100px;
  height: 100px;
  position: relative;
}
.stec-layout-single-organizers .stec-layout-single-organizers-organizer-image .stec-layout-single-organizers-organizer-image-default {
  background-image: url(img/default_avatar.png);
  width: inherit;
  height: inherit;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 3px;
}
.stec-layout-single-organizers .stec-layout-single-organizers-organizer-image .stec-layout-single-organizers-organizer-image-photo {
  background-image: url(img/default_avatar.png);
  width: inherit;
  height: inherit;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 3px;
}
.stec-layout-single-organizers .stec-layout-single-organizers-organizer-content {
  width: calc(100% - 125px);
  float: right;
}
.stec-layout-single-organizers .stec-layout-single-organizers-organizer-social,
.stec-layout-single-organizers .stec-layout-single-organizers-organizer-description {
  margin-top: 10px;
  float: left;
  width: 100%;
}
.stec-layout-single-organizers .stec-layout-single-organizers-organizer-social a {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #c9ccd3;
  color: #fff;
  text-align: center;
  margin-right: 5px;
  border-radius: 3px;
}
.stec-layout-single-organizers .stec-layout-single-organizers-organizer-social a:last-child {
  margin-right: 0;
}
.stec-layout-single-organizers .stec-layout-single-organizers-organizer-social a:hover {
  background: #a0a3ab;
}
/* ***************************************************************************
    6. Reminder & RSVP
*************************************************************************** */
.stec-reminder-popup-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  left: 0;
  top: 0;
  font-family: Arial;
  color: #a6a6a6;
}
.stec-reminder-popup-background * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stec-reminder-popup-header {
  height: 140px;
  width: 100%;
  float: left;
  background-color: #133535;
  text-align: center;
  background-size: cover;
  background-position: 50%;
}
.stec-reminder-popup-header i {
  color: #fff;
  font-size: 28px;
  border: 3px solid #fff;
  border-radius: 100%;
  padding: 15px;
  margin-top: 40px;
  background-color: inherit;
}
.stec-reminder-popup {
  position: fixed;
  left: calc(50% - 175px);
  top: calc(50% - 200px);
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 350px;
  overflow: hidden;
}
.stec-reminder-popup > button {
  width: 50%;
  float: left;
  height: 60px;
  border: none;
  color: #a6a6a6;
  border-top: 1px solid #ebebeb;
  cursor: pointer;
  font-size: 15px;
}
.stec-reminder-popup .stec-reminder-popup-button-cancel {
  background: #fbfbfb;
  border-right: 1px solid #ebebeb;
}
.stec-reminder-popup .stec-reminder-popup-button-cancel:hover {
  background: #ee3322;
  color: #fff;
}
.stec-reminder-popup .stec-reminder-popup-button-proceed {
  background: #fbfbfb;
}
.stec-reminder-popup .stec-reminder-popup-button-proceed:hover {
  background: #89ba16;
  color: #fff;
}
.stec-reminder-popup .stec-reminder-popup-button-close {
  background: #fbfbfb;
  width: 100%;
  border-right: none;
  border-left: none;
  display: none;
}
.stec-reminder-popup .stec-reminder-popup-button-close:hover {
  background: #89ba16;
  color: #fff;
}
.stec-reminder-popup input,
.stec-reminder-popup select {
  height: 38px;
  border: 1px solid #ebebeb;
  background: #fbfbfb;
  border-radius: 3px;
}
.stec-reminder-popup-wrapper {
  float: left;
  width: 100%;
}
.stec-reminder-popup-wrapper-status {
  display: none;
  width: 100%;
  text-align: center;
  margin: 25px auto;
  float: left;
}
.stec-reminder-popup-wrapper-status > span:first-of-type {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #27282c;
}
.stec-reminder-popup-wrapper-captcha {
  display: none;
  width: 100%;
  text-align: center;
  margin: 25px auto;
}
.stec-reminder-popup-wrapper-captcha .stec-reminder-popup-wrapper-captcha-placeholder {
  display: inline-block;
  width: auto;
  margin-top: 25px;
}
.stec-reminder-popup-wrapper-captcha > span:first-of-type {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #27282c;
}
.stec-reminder-popup-wrapper-captcha > span:last-of-type {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  color: #a6a6a6;
  margin-top: 20px;
}
.stec-reminder-popup-wrapper-settings {
  padding: 30px;
}
.stec-reminder-popup-wrapper-settings > span {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #27282c;
}
.stec-reminder-popup-wrapper-settings input[type="email"] {
  margin-top: 20px;
  width: 100%;
  padding: 0 10px;
}
.stec-reminder-popup-wrapper-settings .stec-reminder-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 10px;
}
.stec-reminder-popup-wrapper-settings .stec-reminder-flex input,
.stec-reminder-popup-wrapper-settings .stec-reminder-flex select,
.stec-reminder-popup-wrapper-settings .stec-reminder-flex span {
  font-size: 15px;
  color: #a6a6a6;
}
.stec-reminder-popup-wrapper-settings .stec-reminder-flex input:not(:first-child),
.stec-reminder-popup-wrapper-settings .stec-reminder-flex select:not(:first-child),
.stec-reminder-popup-wrapper-settings .stec-reminder-flex span:not(:first-child) {
  margin-left: 10px;
}
.stec-reminder-popup-wrapper-settings .stec-reminder-flex input {
  width: 48px;
  text-align: center;
}
.stec-reminder-popup-wrapper-settings .stec-reminder-flex select {
  width: 50%;
  text-indent: 13px;
}
.stec-reminder-popup-wrapper-settings .stec-reminder-flex span {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .stec-reminder-popup {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .stec-reminder-popup {
    z-index: 99999;
    overflow-y: auto;
  }
  .stec-reminder-popup button {
    border-bottom: 1px solid #ebebeb;
  }
}
.stec-rsvp-popup-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  left: 0;
  top: 0;
  font-family: Arial;
  color: #a6a6a6;
}
.stec-rsvp-popup-background * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stec-rsvp-popup-header {
  height: 140px;
  width: 100%;
  float: left;
  background-color: #133535;
  text-align: center;
  background-size: cover;
  background-position: 50%;
}
.stec-rsvp-popup-header i {
  color: #fff;
  font-size: 28px;
  border: 3px solid #fff;
  border-radius: 100%;
  padding: 15px;
  margin-top: 40px;
  background-color: inherit;
  height: 65px;
  width: 65px;
}
.stec-rsvp-popup {
  position: fixed;
  left: calc(50% - 175px);
  top: calc(50% - 200px);
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 350px;
  overflow: hidden;
}
.stec-rsvp-popup > button {
  width: 50%;
  float: left;
  height: 60px;
  border: none;
  color: #a6a6a6;
  border-top: 1px solid #ebebeb;
  cursor: pointer;
  font-size: 15px;
}
.stec-rsvp-popup .stec-rsvp-popup-button-cancel {
  background: #fbfbfb;
  border-right: 1px solid #ebebeb;
}
.stec-rsvp-popup .stec-rsvp-popup-button-cancel:hover {
  background: #ee3322;
  color: #fff;
}
.stec-rsvp-popup .stec-rsvp-popup-button-proceed {
  background: #fbfbfb;
}
.stec-rsvp-popup .stec-rsvp-popup-button-proceed:hover {
  background: #89ba16;
  color: #fff;
}
.stec-rsvp-popup .stec-rsvp-popup-button-close {
  background: #fbfbfb;
  width: 100%;
  border-right: none;
  border-left: none;
  display: none;
}
.stec-rsvp-popup .stec-rsvp-popup-button-close:hover {
  background: #89ba16;
  color: #fff;
}
.stec-rsvp-popup input,
.stec-rsvp-popup select {
  height: 38px;
  border: 1px solid #ebebeb;
  background: #fbfbfb;
  border-radius: 3px;
}
.stec-rsvp-popup-wrapper {
  position: relative;
  float: left;
  width: 100%;
}
.stec-rsvp-popup-wrapper .stec-layout-single-preloader,
.stec-rsvp-popup-wrapper .stec-preloader {
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
}
.stec-rsvp-popup-wrapper-status {
  display: none;
  width: 100%;
  text-align: center;
  margin: 25px auto;
  float: left;
}
.stec-rsvp-popup-wrapper-status > span:first-of-type {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #27282c;
}
.stec-rsvp-popup-wrapper-captcha {
  display: none;
  width: 100%;
  text-align: center;
  margin: 25px auto;
}
.stec-rsvp-popup-wrapper-captcha .stec-rsvp-popup-wrapper-captcha-placeholder {
  display: inline-block;
  width: auto;
  margin-top: 25px;
}
.stec-rsvp-popup-wrapper-captcha > span:first-of-type {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #27282c;
}
.stec-rsvp-popup-wrapper-captcha > span:last-of-type {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  color: #a6a6a6;
  margin-top: 20px;
}
.stec-rsvp-popup-wrapper-settings {
  padding: 30px;
}
.stec-rsvp-popup-wrapper-settings > span {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #27282c;
}
.stec-rsvp-popup-wrapper-settings > span.stec-rsvp-popup-places-left {
  font-size: 12px;
  text-align: center;
  color: #515151;
  margin-top: 10px;
}
.stec-rsvp-popup-wrapper-settings select,
.stec-rsvp-popup-wrapper-settings input[type="number"],
.stec-rsvp-popup-wrapper-settings input[type="text"],
.stec-rsvp-popup-wrapper-settings input[type="email"] {
  margin-top: 20px;
  width: 100%;
  padding: 0 10px;
}
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 10px;
}
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex input,
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex select,
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex span {
  font-size: 15px;
  color: #a6a6a6;
}
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex input:not(:first-child),
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex select:not(:first-child),
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex span:not(:first-child) {
  margin-left: 10px;
}
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex input {
  width: 48px;
  text-align: center;
}
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex select {
  width: 50%;
  text-indent: 13px;
}
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex span {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .stec-rsvp-popup {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .stec-rsvp-popup {
    z-index: 99999;
    overflow-y: auto;
  }
  .stec-rsvp-popup button {
    border-bottom: 1px solid #ebebeb;
  }
}
/* ***************************************************************************
    7. Sharer
*************************************************************************** */
.stec-share-template {
  display: none !important;
}
.stec-share {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 999999;
  left: 0;
  top: 0;
  font-family: Arial;
  color: #4d4f53;
  font-size: 15px;
}
.stec-share * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stec-share-wrap {
  padding: 20px;
}
.stec-share-block {
  position: fixed;
  left: calc(50% - 250px);
  top: calc(50% - 150px);
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 500px;
  overflow: hidden;
}
.stec-share-block .stec-share-block-top {
  background: #4d4f53;
  padding: 15px 15px;
  float: left;
  width: 100%;
}
.stec-share-block .stec-share-block-top > div i {
  color: #fff;
  font-size: 14px;
}
.stec-share-block .stec-share-block-title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 0 !important;
  color: #fff;
  margin-left: 5px;
}
.stec-share-block .stec-share-close {
  position: absolute;
  right: 15px;
  top: 14px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
}
.stec-share-block .stec-share-close:hover {
  color: #fc6e51;
}
.stec-share-block .stec-share-fw {
  width: 100%;
  float: left;
  margin-top: 15px;
  margin-bottom: 7px;
}
.stec-share-block .stec-share-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  float: left;
}
.stec-share-block .stec-share-flex button {
  padding: 0;
}
.stec-share-block .stec-share-flex:last-child {
  margin-bottom: 20px;
}
.stec-share-block .stec-share-text {
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
}
.stec-share-block input,
.stec-share-block textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 5px;
  background: #fff;
}
.stec-share-block input {
  height: 35px;
}
.stec-share-block textarea {
  height: 80px;
}
.stec-share-block button {
  background: #fff;
  color: #bdc1c8;
  height: 35px;
  width: 35px;
  min-width: 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-left: 10px;
  cursor: pointer;
}
.stec-share-block button i {
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  .stec-share-block {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .stec-share {
    z-index: 99999;
  }
}
.stec-email-event-template {
  display: none !important;
}
.stec-email-event {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 999999;
  left: 0;
  top: 0;
  font-family: Arial;
  color: #4d4f53;
  font-size: 15px;
}
.stec-email-event * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stec-email-event-wrap {
  padding: 20px;
  overflow: hidden;
}
.stec-email-event-block {
  position: fixed;
  left: calc(50% - 250px);
  top: calc(50% - 150px);
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 500px;
  overflow: hidden;
}
.stec-email-event-block .stec-email-event-block-top {
  background: #ff950b;
  padding: 15px 15px;
  float: left;
  width: 100%;
}
.stec-email-event-block .stec-email-event-block-top > div i {
  color: #fff;
  font-size: 14px;
}
.stec-email-event-block .stec-email-event-block-title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 0 !important;
  color: #fff;
  margin-left: 5px;
}
.stec-email-event-block .stec-email-event-close {
  position: absolute;
  right: 15px;
  top: 14px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
}
.stec-email-event-block .stec-email-event-close:hover {
  color: #fc6e51;
}
.stec-email-event-block .stec-email-event-fw {
  width: 100%;
  float: left;
  margin-top: 15px;
  margin-bottom: 7px;
}
.stec-email-event-block .stec-email-event-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  float: left;
}
.stec-email-event-block .stec-email-event-flex button {
  padding: 0;
}
.stec-email-event-block .stec-email-event-text {
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
}
.stec-email-event-block input,
.stec-email-event-block textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 5px;
  background: #fff;
}
.stec-email-event-block input {
  height: 35px;
}
.stec-email-event-block textarea {
  height: 80px;
}
.stec-email-event-block a {
  text-decoration: none;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .stec-email-event-block {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .stec-email-event {
    z-index: 99999;
  }
}
/* ***************************************************************************
    8. Booking
*************************************************************************** */
.stec-booking-popup-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99999;
  left: 0;
  top: 0;
  font-family: Arial;
  color: #a6a6a6;
  overflow-y: auto;
}
.stec-booking-popup-background * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stec-booking-section {
  width: 100%;
  float: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ececec;
  clear: both;
}
.stec-booking-popup-header {
  height: 240px;
  width: 100%;
  float: left;
  background-color: #133535;
  text-align: center;
  background-size: cover;
  background-position: 50%;
}
.stec-booking-popup-header i {
  color: #fff;
  font-size: 28px;
  border: 3px solid #fff;
  border-radius: 100%;
  padding: 15px;
  margin-top: 40px;
  background-color: inherit;
}
.stec-booking-popup {
  position: absolute;
  left: calc(50% - 400px);
  top: 100px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 800px;
  margin-bottom: 100px;
}
.stec-booking-popup > button {
  width: 50%;
  float: left;
  height: 60px;
  border: none;
  color: #a6a6a6;
  border-top: 1px solid #ebebeb;
  cursor: pointer;
  font-size: 15px;
}
.stec-booking-popup .stec-booking-popup-error {
  width: 100%;
  float: left;
  clear: both;
  font-size: 16px;
  color: #d31f27;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
.stec-booking-popup .stec-booking-popup-close {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #000;
  color: #fff;
  font-size: 14px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.stec-booking-popup .stec-booking-popup-close:hover {
  background: #fff;
  color: #000;
}
.stec-booking-popup-wrapper {
  position: relative;
  float: left;
  width: 100%;
  padding: 20px;
}
.stec-booking-popup-wrapper .stec-booking-popup-wrapper-block-action {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  opacity: 0.5;
  display: none;
}
.stec-booking-popup-wrapper .stec-booking-event-date {
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 1;
  width: 100%;
  float: left;
}
.stec-booking-popup-wrapper input {
  border-radius: 3px;
  box-shadow: none;
  height: 50px;
  float: left;
  border: none;
  padding: 0 10px;
  width: 100%;
}
.stec-booking-popup-wrapper input[name="discount"] {
  margin-bottom: 15px;
}
.stec-booking-popup-wrapper .stec-scrollable {
  overflow: hidden;
  float: left;
  width: 100%;
  max-height: 350px;
}
.stec-booking-popup-wrapper .stec-scroll-container {
  float: left;
  clear: both;
  width: 100%;
}
.stec-booking-popup-wrapper .stec-scroll-container .stec-scrollable {
  width: 100%;
  max-width: calc(100% - 30px);
}
.stec-booking-popup-wrapper .stec-booking-items {
  width: 100%;
  float: left;
  overflow: hidden;
}
.stec-booking-popup-wrapper .stec-booking-item {
  width: 100%;
  float: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
}
.stec-booking-popup-wrapper .stec-booking-item:not(:first-child) {
  margin-top: 15px;
}
.stec-booking-popup-wrapper .stec-booking-item:last-child {
  border: none;
}
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-additional-information,
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-price,
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-title {
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  float: left;
  clear: both;
}
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-additional-information {
  margin-top: 10px;
}
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-price {
  margin-top: 10px;
}
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-until {
  font-size: 12px;
  width: 100%;
  float: left;
  clear: both;
}
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-tickets-left {
  font-size: 12px;
  width: 100%;
  float: left;
  clear: both;
  color: #e25261;
}
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-quantity {
  max-width: 80px;
  float: right;
}
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-out-of-stock {
  white-space: nowrap;
  font-size: 12px;
  min-width: 80px;
  display: block;
  text-align: center;
}
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-desc {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.stec-booking-popup-wrapper .stec-booking-popup-summary {
  width: 100%;
  float: left;
  clear: both;
  border-top: 1px solid #ececec;
  margin-top: 15px;
  padding-top: 15px;
}
.stec-booking-popup-wrapper .stec-booking-popup-summary .stec-booking-summary-total {
  font-weight: bold;
  font-size: 16px;
}
.stec-booking-popup-wrapper .stec-layout-single-preloader,
.stec-booking-popup-wrapper .stec-preloader {
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .stec-booking-popup {
    width: 100%;
    height: 100%;
    top: 60px;
    left: 0;
    z-index: 99999;
    overflow: visible;
    margin-bottom: 60px;
  }
  .stec-booking-popup .stec-booking-popup-close {
    top: -47px;
    left: calc(50% - 15px);
  }
}
/* ***************************************************************************
    9. Forecast icons
*************************************************************************** */
.stec-forecast-icon-clear-day {
  background-image: url(forecast/2.svg);
}
.stec-forecast-icon-clear-night {
  background-image: url(forecast/3.svg);
}
.stec-forecast-icon-cloudy-day {
  background-image: url(forecast/8.svg);
}
.stec-forecast-icon-cloudy-night {
  background-image: url(forecast/9.svg);
}
.stec-forecast-icon-cloudy {
  background-image: url(forecast/14.svg);
}
.stec-forecast-icon-overcast {
  background-image: url(forecast/25.svg);
}
.stec-forecast-icon-mist {
  background-image: url(forecast/13.svg);
}
.stec-forecast-icon-rain-patch {
  background-image: url(forecast/17.svg);
}
.stec-forecast-icon-snow-patch {
  background-image: url(forecast/21.svg);
}
.stec-forecast-icon-sleet {
  background-image: url(forecast/24.svg);
}
.stec-forecast-icon-drizzle {
  background-image: url(forecast/17.svg);
}
.stec-forecast-drizzle-light {
  background-image: url(forecast/17.svg);
}
.stec-forecast-icon-thunder {
  background-image: url(forecast/26.svg);
}
.stec-forecast-icon-snow-wind {
  background-image: url(forecast/23.svg);
}
.stec-forecast-icon-drizzle-light {
  background-image: url(forecast/17.svg);
}
.stec-forecast-icon-freezing-drizzle {
  background-image: url(forecast/22.svg);
}
.stec-forecast-icon-rain-light {
  background-image: url(forecast/17.svg);
}
.stec-forecast-icon-rain {
  background-image: url(forecast/18.svg);
}
.stec-forecast-icon-sleet {
  background-image: url(forecast/22.svg);
}
.stec-forecast-icon-snow-light {
  background-image: url(forecast/21.svg);
}
.stec-forecast-icon-snow {
  background-image: url(forecast/23.svg);
}
.stec-forecast-icon-ice-pellets {
  background-image: url(forecast/24.svg);
}
.stec-forecast-icon-rain-wind {
  background-image: url(forecast/20.svg);
}
.stec-forecast-icon-na {
  background-image: url(forecast/45.svg);
}
/* ***************************************************************************
    10. Related events
*************************************************************************** */
.stec-layout-single-related {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.stec-layout-single-related .stec-layout-single-related-events {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 0 0 0 !important;
  margin-top: 15px !important;
}
.stec-layout-single-related .stec-layout-single-preview {
  margin-bottom: 20px;
  position: relative;
}
.stec-layout-single-related .stec-layout-single-preview:last-child {
  margin-bottom: 0;
}
.stec-layout-single-related .stec-layout-single-preview-related-link {
  word-break: keep-all;
  white-space: nowrap;
}
.stec-layout-single-related .stec-layout-single-preview-related-media-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  left: 0;
  display: none;
}
.stec-layout-single-media-small .stec-layout-single-preview-related-media-link {
  display: block !important;
}
/* ***************************************************************************
    11. Media Medium
*************************************************************************** */
.stec-layout-single-media-med {
  padding: 20px;
}
.stec-layout-single-media-med .stec-layout-single-preview .stec-layout-single-preview-left-text-featured span {
  display: none;
}
.stec-layout-single-media-med .stec-layout-single-preview .stec-layout-single-preview-left-text-featured i {
  display: inline;
}
.stec-layout-single-media-med .stec-layout-single-shop {
  padding: 20px 0;
}
.stec-layout-single-media-med .stec-layout-single-shop .stec-layout-single-shop-top > p:not(:first-child) {
  margin-left: 20px;
}
.stec-layout-single-media-med .stec-layout-single-shop .stec-layout-single-shop-product .stec-layout-single-shop-product-buy-addtocart {
  padding: 15px 16px;
}
.stec-layout-single-media-med .stec-layout-single-shop .stec-layout-single-shop-product .stec-layout-single-shop-product-buy-addtocart p {
  display: none;
}
.stec-layout-single-media-med .stec-layout-single-shop .stec-layout-single-shop-product .stec-layout-single-shop-product-buy-addtocart i {
  display: block;
}
.stec-layout-single-media-med .stec-layout-single-shop .stec-layout-single-shop-product > *:not(:first-child) {
  margin-left: 20px;
}
.stec-layout-single-media-med .stec-layout-single-forecast .stec-layout-single-forecast-details {
  display: block;
}
.stec-layout-single-media-med .stec-layout-single-forecast .stec-layout-single-forecast-details .stec-layout-single-forecast-details-left {
  width: 100%;
  float: left;
}
.stec-layout-single-media-med .stec-layout-single-forecast .stec-layout-single-forecast-details .stec-layout-single-forecast-details-right {
  margin-top: 25px;
  width: 100%;
  max-width: 100%;
  float: left;
}
.stec-layout-single-media-med .stec-layout-single-attendance .stec-layout-single-attendance-attendee {
  width: calc(100% / 3);
}
/* ***************************************************************************
    12. Media Small
*************************************************************************** */
.stec-layout-single-media-small {
  padding: 20px;
  /* BOOKING */
  /* ORGANIZER */
}
.stec-layout-single-media-small .stec-layout-single-button-style {
  padding: 15px;
}
.stec-layout-single-media-small .stec-layout-single-button-style p {
  font-size: 12px;
}
.stec-layout-single-media-small .stec-layout-single-preview .stec-layout-single-preview-left-text-featured span {
  display: none;
}
.stec-layout-single-media-small .stec-layout-single-preview .stec-layout-single-preview-left-text-featured i {
  display: inline;
}
.stec-layout-single-media-small .stec-layout-single-preview .stec-layout-single-preview-left {
  -webkit-align-items: stretch;
  align-items: stretch;
}
.stec-layout-single-media-small .stec-layout-single-preview .stec-layout-single-preview-left .stec-layout-single-preview-left-text {
  margin-left: 10px;
}
.stec-layout-single-media-small .stec-layout-single-preview .stec-layout-single-preview-left .stec-layout-single-preview-left-icon {
  border-radius: 3px;
  height: 38px;
  min-width: 38px;
  width: 38px;
}
.stec-layout-single-media-small .stec-layout-single-preview .stec-layout-single-preview-left .stec-layout-single-preview-left-icon > i {
  line-height: 38px;
  font-size: 20px;
}
.stec-layout-single-media-small .stec-layout-single-preview .stec-layout-single-preview-left .stec-layout-single-preview-left-icon.stec-layout-single-no-icon {
  min-width: 10px;
  width: 10px;
}
.stec-layout-single-media-small .stec-layout-single-preview .stec-layout-single-preview-left .stec-layout-single-preview-left-text-title {
  font-size: 14px;
}
.stec-layout-single-media-small .stec-layout-single-preview .stec-layout-single-preview-left .stec-layout-single-preview-left-text-date {
  font-size: 11px;
  margin-top: 5px;
}
.stec-layout-single-media-small .stec-layout-single-preview .stec-layout-single-preview-left .stec-layout-single-preview-left-text-date .stec-layout-single-month-full {
  display: none;
}
.stec-layout-single-media-small .stec-layout-single-preview .stec-layout-single-preview-left .stec-layout-single-preview-left-text-date .stec-layout-single-month-short {
  display: inline;
}
.stec-layout-single-media-small .stec-layout-single-preview .stec-layout-single-preview-right {
  display: none;
}
.stec-layout-single-media-small .stec-layout-single-preview .stec-layout-single-preview-left-edit,
.stec-layout-single-media-small .stec-layout-single-preview .stec-layout-single-preview-left-reminder-toggle {
  display: block;
}
.stec-layout-single-media-small .stec-layout-single-reminder-form {
  margin-top: 20px;
  padding-top: 20px;
}
.stec-layout-single-media-small .stec-layout-single-reminder-form > ul > li {
  margin-right: 0;
  width: 100%;
  float: left;
}
.stec-layout-single-media-small .stec-layout-single-reminder-form > ul > li:not(:first-child) {
  margin-top: 10px;
}
.stec-layout-single-media-small .stec-layout-single-reminder-form > ul > li:nth-child(2) {
  width: calc(50% - 5px);
}
.stec-layout-single-media-small .stec-layout-single-reminder-form > ul > li:nth-child(3) {
  width: calc(50% - 5px);
  float: right;
}
.stec-layout-single-media-small .stec-layout-single-reminder-form.active {
  display: block;
}
.stec-layout-single-media-small .stec-layout-single-reminder-form.active > ul {
  display: block;
}
.stec-layout-single-media-small .stec-layout-single-media-content {
  margin-top: 20px;
}
.stec-layout-single-media-small .stec-layout-single-media-content > div > div {
  display: none;
}
.stec-layout-single-media-small .stec-layout-single-media-controls {
  height: 50px;
}
.stec-layout-single-media-small .stec-layout-single-media-controls .stec-layout-single-media-controls-prev {
  height: 50px;
}
.stec-layout-single-media-small .stec-layout-single-media-controls .stec-layout-single-media-controls-prev i {
  line-height: 50px;
}
.stec-layout-single-media-small .stec-layout-single-media-controls .stec-layout-single-media-controls-next {
  height: 50px;
}
.stec-layout-single-media-small .stec-layout-single-media-controls .stec-layout-single-media-controls-next i {
  line-height: 50px;
}
.stec-layout-single-media-small .stec-layout-single-media-controls-list-wrap {
  height: 50px;
}
.stec-layout-single-media-small .stec-layout-single-media-controls-list {
  height: 50px;
}
.stec-layout-single-media-small .stec-layout-single-media-controls-list li {
  height: 50px;
}
.stec-layout-single-media-small .stec-layout-single-media-content-subs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.stec-layout-single-media-small .stec-layout-single-media-content-subs p {
  font-size: 14px;
}
.stec-layout-single-media-small .stec-layout-single-media-content-subs span {
  font-size: 12px;
}
.stec-layout-single-media-small .stec-layout-single-counter li {
  width: 70px;
}
.stec-layout-single-media-small .stec-layout-single-counter .stec-layout-single-counter-num {
  font-size: 20px;
  line-height: 1.6;
}
.stec-layout-single-media-small .stec-layout-single-counter .stec-layout-single-counter-label {
  font-size: 10px;
}
.stec-layout-single-media-small .stec-layout-single-share-and-export {
  display: block;
}
.stec-layout-single-media-small .stec-layout-single-share-and-export .stec-layout-single-share {
  width: 100%;
  text-align: center;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.stec-layout-single-media-small .stec-layout-single-share-and-export .stec-layout-single-export {
  float: left;
  width: 100%;
}
.stec-layout-single-media-small .stec-layout-single-share-and-export .stec-layout-single-export form {
  width: 100%;
}
.stec-layout-single-media-small .stec-layout-single-share-and-export .stec-layout-single-export button {
  width: 100%;
  margin: 0;
  margin-top: 10px;
  float: left;
  text-align: center;
}
.stec-layout-single-media-small .stec-layout-single-share-and-export .stec-layout-single-export a {
  width: 100%;
  margin: 0;
  margin-top: 10px;
  float: left;
  text-align: center;
}
.stec-layout-single-media-small .stec-layout-single-location .stec-layout-single-location-flex {
  display: block;
  float: left;
}
.stec-layout-single-media-small .stec-layout-single-location .stec-layout-single-location-flex:nth-child(2) {
  margin-top: 10px;
}
.stec-layout-single-media-small .stec-layout-single-location .stec-layout-single-location-flex .stec-layout-single-location-left {
  width: 100%;
  float: left;
  margin-left: 0;
}
.stec-layout-single-media-small .stec-layout-single-location .stec-layout-single-location-flex .stec-layout-single-location-left .stec-layout-single-location-address {
  margin-top: 5px;
}
.stec-layout-single-media-small .stec-layout-single-location .stec-layout-single-location-flex .stec-layout-single-location-right {
  width: 100%;
  float: left;
  margin-left: 0;
}
.stec-layout-single-media-small .stec-layout-single-location .stec-layout-single-location-flex .stec-layout-single-location-right .stec-layout-single-location-address {
  margin-top: 5px;
}
.stec-layout-single-media-small .stec-layout-single-location .stec-layout-single-location-flex .stec-layout-single-location-right input {
  margin-bottom: 10px;
}
.stec-layout-single-media-small .stec-layout-single-location .stec-layout-single-location-flex .stec-layout-single-location-right input:first-child {
  margin-top: 10px;
}
.stec-layout-single-media-small .stec-layout-single-location .stec-layout-single-location-directions-title {
  margin-top: 45px;
  margin-top: 20px;
}
.stec-layout-single-media-small .stec-layout-single-location .stec-layout-single-location-details {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.stec-layout-single-media-small .stec-layout-single-location .stec-layout-single-location-details-title {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.stec-layout-single-media-small .stec-layout-single-tabs-list {
  padding: 15px 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.stec-layout-single-media-small .stec-layout-single-tabs-list li {
  width: 100%;
  text-align: center;
}
.stec-layout-single-media-small .stec-layout-single-tabs-list li p {
  display: none;
}
.stec-layout-single-media-small .stec-layout-single-tabs-list li i {
  width: 100%;
  display: block;
}
.stec-layout-single-media-small .stec-layout-single-tabs-list li:not(:first-child) {
  margin-left: 0;
}
.stec-layout-single-media-small .stec-layout-single-schedule .stec-layout-single-schedule-tab-preview {
  display: block;
}
.stec-layout-single-media-small .stec-layout-single-schedule .stec-layout-single-schedule-tab-preview .stec-layout-single-schedule-tab-left {
  width: 100%;
  float: left;
}
.stec-layout-single-media-small .stec-layout-single-schedule .stec-layout-single-schedule-tab-preview .stec-layout-single-schedule-tab-left span {
  font-size: 12px;
}
.stec-layout-single-media-small .stec-layout-single-schedule .stec-layout-single-schedule-tab-preview .stec-layout-single-schedule-tab-right {
  width: 100%;
  float: left;
}
.stec-layout-single-media-small .stec-layout-single-schedule .stec-layout-single-schedule-tab-preview .stec-layout-single-schedule-tab-right-title span {
  font-size: 16px;
}
.stec-layout-single-media-small .stec-layout-single-schedule .stec-layout-single-schedule-tab-preview .stec-layout-single-schedule-tab-right-title i {
  font-size: 20px;
}
.stec-layout-single-media-small .stec-layout-single-guests .stec-layout-single-guests-guest-left {
  width: 100%;
  float: left;
}
.stec-layout-single-media-small .stec-layout-single-guests .stec-layout-single-guests-guest-left-avatar {
  float: none;
  margin: 0 auto;
}
.stec-layout-single-media-small .stec-layout-single-guests .stec-layout-single-guests-guest-right {
  width: 100%;
  margin-top: 20px;
}
.stec-layout-single-media-small .stec-layout-single-guests .stec-layout-single-guests-guest-right-title {
  text-align: center;
  width: 100%;
  font-size: 18px;
}
.stec-layout-single-media-small .stec-layout-single-guests .stec-layout-single-guests-guest-right-desc p {
  font-size: 13px;
}
.stec-layout-single-media-small .stec-layout-single-guests .stec-layout-single-guests-guest {
  padding: 20px 0;
}
.stec-layout-single-media-small .stec-layout-single-shop {
  padding: 20px 0;
}
.stec-layout-single-media-small .stec-layout-single-shop .stec-layout-single-shop-top {
  display: none;
}
.stec-layout-single-media-small .stec-layout-single-shop .stec-layout-single-shop-product-status span {
  margin-top: 20px;
}
.stec-layout-single-media-small .stec-layout-single-shop .stec-layout-single-shop-product {
  position: relative;
  float: left;
  display: block;
}
.stec-layout-single-media-small .stec-layout-single-shop .stec-layout-single-shop-product .stec-layout-single-shop-product-buy-addtocart {
  padding: 15px 16px;
}
.stec-layout-single-media-small .stec-layout-single-shop .stec-layout-single-shop-product .stec-layout-single-shop-product-buy-addtocart p {
  display: none;
}
.stec-layout-single-media-small .stec-layout-single-shop .stec-layout-single-shop-product .stec-layout-single-shop-product-buy-addtocart i {
  display: block;
}
.stec-layout-single-media-small .stec-layout-single-shop .stec-layout-single-shop-product > * {
  margin-left: 0;
  width: 100%;
  float: left;
}
.stec-layout-single-media-small .stec-layout-single-shop .stec-layout-single-shop-product .stec-layout-single-shop-product-quantity {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 20px;
}
.stec-layout-single-media-small .stec-layout-single-shop .stec-layout-single-shop-product .stec-layout-single-shop-product-quantity > span:first-child {
  display: inline-block;
  margin-right: 10px;
}
.stec-layout-single-media-small .stec-layout-single-shop .stec-layout-single-shop-product .stec-layout-single-shop-product-price > span:first-child {
  display: inline-block;
  margin-right: 10px;
}
.stec-layout-single-media-small .stec-layout-single-shop .stec-layout-single-shop-product .stec-layout-single-shop-product-buy-ajax-status i {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
}
.stec-layout-single-media-small .stec-layout-single-shop .stec-layout-single-shop-product .stec-layout-single-shop-product-buy-ajax-status .stec-preloader {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  margin-left: 7px;
}
.stec-layout-single-media-small .stec-layout-single-shop .stec-layout-single-shop-product > div:last-child {
  float: right;
  width: 52px;
  position: absolute;
  bottom: 30px;
  right: 0;
}
.stec-layout-single-media-small .stec-layout-single-forecast {
  padding: 20px 0;
}
.stec-layout-single-media-small .stec-layout-single-forecast .stec-layout-single-forecast-today {
  display: block;
  width: 100%;
  float: left;
}
.stec-layout-single-media-small .stec-layout-single-forecast .stec-layout-single-forecast-today .stec-layout-single-forecast-today-left {
  width: 100%;
  float: left;
}
.stec-layout-single-media-small .stec-layout-single-forecast .stec-layout-single-forecast-today .stec-layout-single-forecast-today-left .stec-layout-single-forecast-today-left-current-text {
  font-size: 16px;
}
.stec-layout-single-media-small .stec-layout-single-forecast .stec-layout-single-forecast-today .stec-layout-single-forecast-today-left .stec-layout-single-forecast-today-left-current-temp {
  font-size: 32px;
}
.stec-layout-single-media-small .stec-layout-single-forecast .stec-layout-single-forecast-today .stec-layout-single-forecast-today-right {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.stec-layout-single-media-small .stec-layout-single-forecast .stec-layout-single-forecast-today .stec-layout-single-forecast-today-right p {
  font-size: 16px;
}
.stec-layout-single-media-small .stec-layout-single-forecast .stec-layout-single-forecast-details {
  display: block;
  width: 100%;
  float: left;
}
.stec-layout-single-media-small .stec-layout-single-forecast .stec-layout-single-forecast-details .stec-layout-single-forecast-details-left {
  display: block;
  width: 100%;
  float: left;
  min-width: 0;
}
.stec-layout-single-media-small .stec-layout-single-forecast .stec-layout-single-forecast-details .stec-layout-single-forecast-details-left .stec-layout-single-forecast-details-left-forecast-top {
  background: inherit;
}
.stec-layout-single-media-small .stec-layout-single-forecast .stec-layout-single-forecast-details .stec-layout-single-forecast-details-left .stec-layout-single-forecast-details-left-forecast-top p {
  font-size: 12px;
}
.stec-layout-single-media-small .stec-layout-single-forecast .stec-layout-single-forecast-details .stec-layout-single-forecast-details-left .stec-layout-single-forecast-details-left-forecast-day p {
  font-size: 16px;
}
.stec-layout-single-media-small .stec-layout-single-forecast .stec-layout-single-forecast-details .stec-layout-single-forecast-details-right {
  display: block;
  width: 100%;
  float: left;
  margin-top: 20px;
  max-width: 100%;
}
.stec-layout-single-media-small .stec-layout-single-forecast .stec-layout-single-forecast-details > div > p {
  font-size: 16px;
}
.stec-layout-single-media-small .stec-layout-single-forecast .stec-layout-single-forecast-top-title {
  font-size: 16px;
}
.stec-layout-single-media-small .stec-layout-single-forecast .stec-layout-single-forecast-top-date {
  font-size: 12px;
  margin-top: 3px;
}
.stec-layout-single-media-small .stec-layout-single-attendance .stec-layout-single-attendance-attendees {
  padding: 20px 0;
}
.stec-layout-single-media-small .stec-layout-single-attendance .stec-layout-single-attendance-attendee {
  width: calc(100% / 2);
  height: 200px;
}
.stec-layout-single-media-small .stec-layout-single-attendance .stec-layout-single-attendance-attendee p {
  font-size: 14px;
  max-width: 150px;
  float: none;
  margin: 20px auto 0;
}
.stec-layout-single-media-small .stec-layout-single-attendance .stec-layout-single-attendance-invited {
  display: block;
}
.stec-layout-single-media-small .stec-layout-single-attendance .stec-layout-single-attendance-invited .stec-layout-single-preloader {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  float: none;
  width: 100%;
  height: 45px;
  margin-top: 20px;
}
.stec-layout-single-media-small .stec-layout-single-attendance .stec-layout-single-attendance-invited p {
  text-align: center;
}
.stec-layout-single-media-small .stec-layout-single-attendance .stec-layout-single-attendance-invited-buttons {
  width: 100%;
  float: left;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.stec-layout-single-media-small .stec-layout-single-comments {
  padding: 20px 0;
}
.stec-layout-single-media-small .stec-form-booking .stec-style-flexbox {
  display: block;
}
.stec-layout-single-media-small .stec-form-booking .stec-form-booking-cart-and-checkout {
  float: left;
  clear: both;
  margin-top: 5px;
}
.stec-layout-single-media-small .stec-layout-single-organizers .stec-layout-single-organizers-organizer-image {
  float: none;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.stec-layout-single-media-small .stec-layout-single-organizers .stec-layout-single-organizers-organizer-content {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
}
.stec-layout-single-media-small .stec-layout-single-organizers .stec-layout-single-organizers-organizer-social {
  text-align: center;
}
.stec-layout-single-media-small .stec-layout-single-organizers .stec-layout-single-organizers-organizer-social > a {
  float: none;
  display: inline-block;
}
.stec-layout-single-media-small .stec-layout-single-tickets-default {
  display: none;
}
.stec-layout-single-media-small .stec-layout-single-tickets-small {
  display: block;
  margin-bottom: 10px;
}
/*# sourceMappingURL=style.single.css.map */