@import url(./forecast/forecast.css);
@import url(./animate.css);
@import url(./create-form.css);
@import url(./style.media-med.css);
@import url(./style.media-small.css);
@import url(./style.single.media-med.css);
@import url(./style.single.media-small.css);

.stec-single-sections {
  float: left;
  width: 100%;
}
.stec-single-sections > *:first-child {
  border-top: none;
  /*margin-top:0 !important;*/
  padding-top: 0 !important;
}

.stec-layout-single,
.stec-layout-single * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.2;
}
.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;
}
.stec-layout-single {
  position: relative;
  background: #fff;
  border-radius: 3px;
  padding: 35px;
  width: 100%;
  min-width: 280px;
  float: left;
}
.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;
  line-height: 23px;
}
.stec-layout-single-button-sec-style p {
  line-height: 1.2;
}
.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;
}
.stec-layout-single-preview .stec-layout-single-preview-left .stec-layout-single-preview-left-text-featured i {
  display: none;
  float: left;
  margin-right: 5px;
  line-height: inherit;
}
.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;
}
.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;
}
.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-left-reminder-toggle {
  display: none;
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize;
  clear: both;
  float: left;
}
.stec-layout-single-preview .stec-layout-single-preview-left-reminder-toggle.stec-layout-single-preview-left-reminder-success {
  border-color: #53b32b;
  background: #53b32b;
  color: #fff;
}
.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-reminder {
  position: relative;
  z-index: 0;
  border-radius: 3px;
  cursor: pointer;
  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-preview .stec-layout-single-preview-right .stec-layout-single-preview-right-reminder div {
  white-space: nowrap;
}
.stec-layout-single-preview .stec-layout-single-preview-right .stec-layout-single-preview-right-reminder div:last-child {
  display: none;
}
.stec-layout-single-preview .stec-layout-single-preview-right .stec-layout-single-preview-right-reminder.active div:first-child {
  display: none;
}
.stec-layout-single-preview .stec-layout-single-preview-right .stec-layout-single-preview-right-reminder.active div:last-child {
  display: block;
}
.stec-layout-single-preview .stec-layout-single-preview-right .stec-layout-single-preview-right-reminder i {
  text-align: center;
}
.stec-layout-single-preview .stec-layout-single-preview-right .stec-layout-single-preview-right-reminder.active {
  z-index: 1;
}
.stec-layout-single-preview .stec-layout-single-preview-right .stec-layout-single-preview-right-reminder span {
  margin-left: 10px;
}

.stec-layout-single-reminder-form {
  position: relative;
  z-index: 3;
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%;
  display: none;
}
.stec-layout-single-reminder-form.active {
  display: block;
}
.stec-layout-single-reminder-form.active > ul {
  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;
  list-style: none;
}
.stec-layout-single-reminder-form > ul {
  margin: 0;
  padding: 0;
}
.stec-layout-single-reminder-form > ul > li {
  margin: 0;
  padding: 0;
}
.stec-layout-single-reminder-form > ul > li:not(:last-child) {
  width: 100%;
  margin-right: 10px;
}
.stec-layout-single-reminder-form > ul > li:last-child {
  white-space: nowrap;
}
.stec-layout-single-reminder-form > ul > li:nth-child(2) {
  width: 50%;
}
.stec-layout-single-reminder-form > ul > li:nth-child(3) {
  width: 50%;
}
.stec-layout-single-reminder-form > ul select,
.stec-layout-single-reminder-form > ul input[type="email"],
.stec-layout-single-reminder-form > ul input[type="text"]:not(.stec-layout-event-create-form-inner-colorpicker) {
  width: 100%;
  float: left;
  max-width: 100%;
  min-width: 0;
  border-radius: 3px;
  height: 50px;
  padding: 0 10px;
  border: none;
}
.stec-layout-single-reminder-form > ul .stec-layout-single-preview-reminder-units-selector {
  position: relative;
}
.stec-layout-single-reminder-form > ul .stec-layout-single-preview-reminder-units-selector ul {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 50px;
  border: none;
  width: 100%;
  display: none;
  list-style: none;
}
.stec-layout-single-reminder-form > ul .stec-layout-single-preview-reminder-units-selector ul li {
  cursor: pointer;
  height: 50px;
  float: left;
  clear: both;
  width: 100%;
  line-height: 50px;
  margin: 0;
  padding: 0 15px;
}
.stec-layout-single-reminder-form > ul .stec-layout-single-preview-reminder-units-selector p {
  height: 50px;
  float: left;
  width: 90%;
  min-width: 88px;
  border-radius: 3px;
  line-height: 50px !important;
  margin: 0;
  padding: 0 15px;
  text-align: left;
}
.stec-layout-single-reminder-form > ul .stec-layout-single-preview-reminder-units-selector:hover ul {
  display: block;
}
.stec-layout-single-reminder-form > ul .stec-layout-single-preview-reminder-units-selector:hover ul li:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.stec-layout-single-reminder-form > ul .stec-layout-single-preview-reminder-units-selector:hover p {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.stec-layout-single-reminder-form .stec-layout-single-reminder-status p {
  display: none;
  text-align: center;
}

.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-description {
  float: left;
  margin-top: 35px;
  width: 100%;
}
.stec-layout-single-description p {
  padding-bottom: 20px;
}
.stec-layout-single-external-link {
  clear: both;
  float: left;
  margin-top: 45px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.stec-layout-single-tags {
  width: 100%;
  float: left;
  margin-top: 25px;
}
.stec-layout-single-tags .stec-layout-single-tag {
  font-family: Roboto;
  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-counter {
  padding: 0 !important;
  margin: 45px 0 !important;
  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-text {
  margin: 45px 0;
  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: 25px 0 0 0 !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-link {
  background: #4d4f53;
}
.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-twitter {
  background: #55acee;
}
.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-envelope {
  background: #ff950b;
}
.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: 25px 0 0 0 !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: 25px 0 0 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;
  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: 25px 0 0 0 !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;
  margin: 0;
  color: white;
}
.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-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: 25px 0 0 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px !important;
  width: 100%;
  float: left;
  list-style: none;
}
.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;
}
.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;
  text-transform: uppercase;
}
.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: 35px 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;
}
.stec-layout-single-shop {
  display: none;
  width: 100%;
  float: left;
  height: auto;
  padding: 35px 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: 35px 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: "Roboto";
  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: #f8f9fa;
}
.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%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 0 0 0 !important;
  margin: 25px 0 0 0 !important;
}
.stec-layout-single-intro-attendance li {
  margin: 10px;
}
.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 .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: 35px 0 !important;
}
.stec-layout-single-attendance .stec-layout-single-attendance-attendee {
  float: left;
  width: calc(100% / 5);
  height: 250px;
  margin: 0;
  padding: 0;
}
.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-comments {
  padding: 35px 0;
  width: 100%;
  float: left;
  height: auto;
}
.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 .stec-style-select,
.stec-style-flexbox .stec-style-input {
  width: 100%;
}
.stec-style-flexbox .stec-style-select:first-child,
.stec-style-flexbox .stec-style-input:first-child {
  margin-right: 10px;
}
.stec-style-title-3 {
  color: #212121;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.stec-style-select,
.stec-style-input {
  background-color: #fff ;
  border: 1px solid #ececec;
  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 {
  -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;
}
.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-share-template {
  display: none !important;
}
.stec-share {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  left: 0;
  top: 0;
  font-family: Roboto;
  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-text {
  font-family: Roboto;
  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: 9999;
  left: 0;
  top: 0;
  font-family: Roboto;
  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: Roboto;
  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;
  }
}
.stec-form-booking {
  display: none;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.stec-form-booking .stec-form-booking-cart-button {
  margin-right: 5px;
}
.stec-form-booking .stec-form-booking-add-to-cart {
  float: left;
  clear: both;
}
.stec-form-booking .stec-form-booking-additional-info-title {
  float: left;
  clear: both;
  margin-top: 30px;
  display: none;
}
.stec-form-booking .stec-form-booking-additional-info-content {
  width: 100%;
  clear: both;
  float: left;
}
.stec-form-booking .stec-form-booking-additional-info-content span {
  width: 100%;
  clear: both;
  float: left;
}
.stec-form-booking .stec-form-booking-additional-info-content span:first-child {
  margin-top: 15px;
}
.stec-form-booking .stec-form-booking-additional-info-content span:last-child {
  margin-bottom: 5px;
}
.stec-form-booking .stec-form-booking-additional-info-content span strong {
  font-weight: bold;
}
.stec-layout-single .stec-form-booking {
  display: block;
}
.stec-layout-single .stec-layout-single-booking {
  margin-top: 15px;
  float: left;
  width: 100%;
}
