/* RESETS */
.stec,
.stec * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.2;
}
.stec {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  display: none;
}
.stec table {
  padding: 0;
  border: none;
}
.stec td {
  padding: 0 !important;
  border: none;
}
.stec a {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.1);
}
.stec a:focus,
.stec a:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.stec li {
  list-style: none;
}
/* GENERAL */
.stec {
  width: 100%;
  min-width: 280px;
}
/* TOP MENU */
.stec-top-menu-date-small {
  margin-bottom: 8px;
  display: none;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
}
.stec-mobile .stec-top-dropmenu-layouts > li.mobile-hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #f15e6e;
}
.stec-mobile .stec-top-dropmenu-layouts > li.mobile-hover i {
  color: #fff;
}
.stec-mobile .stec-top-dropmenu-layouts > li.mobile-hover > ul {
  visibility: visible;
  opacity: 1;
}
.stec-mobile .stec-top-dropmenu-layouts > li.mobile-hover > ul li {
  background-color: #f15e6e;
}
.stec-mobile .stec-top-dropmenu-layouts > li.mobile-hover > ul li.active,
.stec-mobile .stec-top-dropmenu-layouts > li.mobile-hover > ul li:hover {
  background-color: #e04d5d;
}
.stec-mobile .stec-top-dropmenu-layouts > li.mobile-hover > ul li p {
  color: #fff;
}
.stec-mobile .stec-top-menu-date > li.mobile-hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.stec-mobile .stec-top-menu-date > li.mobile-hover .stec-top-menu-date-dropdown {
  visibility: visible;
  opacity: 1;
}
.stec:not(.stec-mobile) .stec-top-dropmenu-layouts > li:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #f15e6e;
}
.stec:not(.stec-mobile) .stec-top-dropmenu-layouts > li:hover i {
  color: #fff;
}
.stec:not(.stec-mobile) .stec-top-dropmenu-layouts > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.stec:not(.stec-mobile) .stec-top-dropmenu-layouts > li:hover > ul li {
  background-color: #f15e6e;
}
.stec:not(.stec-mobile) .stec-top-dropmenu-layouts > li:hover > ul li.active,
.stec:not(.stec-mobile) .stec-top-dropmenu-layouts > li:hover > ul li:hover {
  background-color: #e04d5d;
}
.stec:not(.stec-mobile) .stec-top-dropmenu-layouts > li:hover > ul li p {
  color: #fff;
}
.stec:not(.stec-mobile) .stec-top-menu-date > li:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.stec:not(.stec-mobile) .stec-top-menu-date > li:hover .stec-top-menu-date-dropdown {
  visibility: visible;
  opacity: 1;
}
.stec-top {
  width: inherit;
  margin: 0 0 8px 0 !important;
  position: relative;
  z-index: 2;
  float: left;
  /* calendar filter dropdown */
  /* search dropdown */
}
.stec-top .stec-top-menu {
  height: 45px;
  display: block;
  float: left;
  padding: 0 !important;
  margin: 0 5px 0 0 !important;
}
.stec-top .stec-top-menu > li {
  color: #bdc1c8;
  background: #fff;
  height: inherit;
  min-width: 45px;
  padding: 0 15px !important;
  margin: 0 1px 0 0 !important;
  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;
  cursor: pointer;
  position: relative;
}
.stec-top .stec-top-menu > li[data-action="today"] i {
  display: none;
}
.stec-top .stec-top-menu > li:last-child {
  margin-right: 0 !important;
}
.stec-top .stec-top-menu > li:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.stec-top .stec-top-menu > li:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.stec-top .stec-top-menu > li:hover,
.stec-top .stec-top-menu > li.active {
  background-color: #f15e6e;
}
.stec-top .stec-top-menu > li:hover i,
.stec-top .stec-top-menu > li.active i,
.stec-top .stec-top-menu > li:hover p,
.stec-top .stec-top-menu > li.active p {
  color: #fff;
}
.stec-top .stec-top-menu > li p {
  padding: 0;
  margin: 0;
  line-height: 1.2 !important;
}
.stec-top .stec-top-menu .stec-top-menu-count {
  padding: 5px 10px !important;
  border-radius: 3px;
  margin-left: 15px;
}
.stec-top .stec-top-menu[data-action="today"]:hover .stec-top-menu-count {
  background-color: #fff;
  color: #bdc1c8;
}
.stec-top .stec-top-menu .fa-search {
  font-size: 16px;
}
.stec-top .stec-top-menu .fa-angle-right,
.stec-top .stec-top-menu .fa-angle-left {
  font-size: 24px;
}
.stec-top .stec-top-menu.stec-top-menu-date .stec-top-menu-date-week {
  border-radius: 3px;
}
.stec-top .stec-top-menu.stec-top-menu-date .stec-top-menu-date-week p {
  min-width: 180px;
  text-align: center;
  text-transform: capitalize;
}
.stec-top .stec-top-menu.stec-top-menu-date .stec-top-menu-date-day p {
  text-align: center;
  min-width: 30px;
}
.stec-top .stec-top-menu.stec-top-menu-date .stec-top-menu-date-day {
  border-radius: 3px 0 0 3px;
}
.stec-top .stec-top-menu.stec-top-menu-date .stec-top-menu-date-month p {
  min-width: 90px;
  text-align: center;
  text-transform: capitalize;
}
.stec-top .stec-top-menu.stec-top-menu-date .stec-top-menu-date-year p {
  min-width: 50px;
  text-align: center;
}
.stec-top .stec-top-menu.stec-top-menu-layouts {
  margin: 0;
  float: right;
}
.stec-top .stec-top-dropmenu-layouts {
  height: inherit;
  float: right;
  display: none;
}
.stec-top .stec-top-dropmenu-layouts > li {
  background-color: #fff;
  border-radius: 3px;
  height: 45px;
  line-height: 45px;
  min-width: 45px;
  padding: 0 15px;
  margin-right: 1px;
  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;
  cursor: pointer;
  position: relative;
}
.stec-top .stec-top-dropmenu-layouts > li i {
  color: #bdc1c8;
  font-size: 16px;
}
.stec-top .stec-top-dropmenu-layouts > li p {
  margin: 0;
}
.stec-top .stec-top-dropmenu-layouts ul {
  margin: 0;
  position: absolute;
  right: 0;
  top: 45px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.stec-top .stec-top-dropmenu-layouts ul li {
  min-width: 195px;
  padding: 0 15px;
  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;
  min-height: 45px;
}
.stec-top .stec-top-dropmenu-layouts ul p {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 45px;
}
.stec-top .stec-top-menu-date-dropdown {
  background: inherit;
  height: calc(45px * 7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.stec-top .stec-top-menu-date-dropdown ul {
  margin: 0 !important;
  padding: 0 !important;
}
.stec-top .stec-top-menu-date-dropdown ul li {
  margin: 0 !important;
  padding: 0 !important;
}
.stec-top .stec-top-menu-date-week .stec-top-menu-date-dropdown {
  border-radius: 3px;
}
.stec-top .stec-top-menu-date-day .stec-top-menu-date-dropdown {
  border-radius: 3px 0 3px 3px;
}
.stec-top .stec-top-menu-date-month .stec-top-menu-date-dropdown {
  border-radius: 3px 0 3px 3px;
}
.stec-top .stec-top-menu-date-year .stec-top-menu-date-dropdown {
  border-radius: 0 3px 3px 3px;
}
.stec-top .stec-top-menu-date-control-up {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  height: 45px;
  line-height: 45px;
  z-index: 1;
  background-color: #f15e6e;
}
.stec-top .stec-top-menu-date-control-down {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  height: 45px;
  line-height: 45px;
  z-index: 1;
  background-color: #f15e6e;
}
.stec-top .stec-top-menu-date ul {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  overflow: hidden;
}
.stec-top .stec-top-menu-date ul li {
  padding: 0 15px;
  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;
  min-height: 45px;
}
.stec-top .stec-top-menu-date-control-up:hover,
.stec-top .stec-top-menu-date-control-down:hover,
.stec-top .stec-top-menu-date ul li.active,
.stec-top .stec-top-menu-date ul li:hover {
  background-color: #e04d5d;
}
.stec-top .stec-top-menu-filter-calendar {
  min-width: 45px;
}
.stec-top .stec-top-menu-filter-calendar .stec-top-menu-filter-calendar-dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 45px;
  left: 0 ;
  width: 370px;
  border-radius: 3px;
  overflow: hidden;
  margin: 0;
  padding: 0 !important;
}
.stec-top .stec-top-menu-filter-calendar .stec-top-menu-filter-calendar-dropdown li {
  min-height: 30px;
  width: 100%;
  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;
  padding: 15px !important;
  margin: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-top .stec-top-menu-filter-calendar .stec-top-menu-filter-calendar-dropdown li.active span::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.stec-top .stec-top-menu-filter-calendar .stec-top-menu-filter-calendar-dropdown li p {
  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;
  text-align: left !important;
}
.stec-top .stec-top-menu-filter-calendar .stec-top-menu-filter-calendar-dropdown li p span {
  border: 2px solid #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
}
.stec-top .stec-top-menu-filter-calendar .stec-top-menu-filter-calendar-dropdown li:last-child {
  border: none;
}
.stec-top .stec-top-menu-filter-calendar.active .stec-top-menu-filter-calendar-dropdown {
  visibility: visible;
  opacity: 1;
}
.stec-top .stec-top-menu-search.active .stec-top-search-dropdown {
  visibility: visible;
  opacity: 1;
}
.stec-top .stec-top-menu-search .stec-top-search-dropdown {
  position: absolute;
  top: 45px;
  /*left: ~"calc(50% - 139px)"; this is now calc by js */
  left: 0 ;
  width: 370px;
  background-color: #f15e6e;
  border-radius: 3px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.stec-top .stec-top-menu-search .stec-top-search-dropdown .stec-top-search-dropdown-noresult {
  padding: 15px;
  float: left;
  display: none;
}
.stec-top .stec-top-menu-search .stec-top-search-form {
  background: #fff;
  border-radius: 3px;
  width: calc(100% - 30px);
  margin: 15px;
  float: left;
  height: 40px;
  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-top .stec-top-menu-search .stec-top-search-form input {
  box-shadow: none;
  background: inherit;
  border: none;
  width: 100%;
  padding: 0 15px;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
  color: #bdc1c8;
}
.stec-top .stec-top-menu-search .stec-top-search-form a i {
  padding: 12px 15px;
}
.stec-top .stec-top-menu-search .stec-top-search-results {
  float: left;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
.stec-top .stec-top-menu-search .stec-top-search-results li {
  min-height: 30px;
  width: 100%;
  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;
  padding: 15px !important;
  margin: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-top .stec-top-menu-search .stec-top-search-results li i {
  border-radius: 4px;
  margin-right: 10px;
  text-align: center;
}
.stec-top .stec-top-menu-search .stec-top-search-results li:last-child {
  border: none;
}
.stec-top .stec-top-menu-search .stec-top-search-results li.active,
.stec-top .stec-top-menu-search .stec-top-search-results li:hover {
  background-color: #e04d5d;
}
.stec-top .stec-top-menu-search .stec-top-search-results li.active i,
.stec-top .stec-top-menu-search .stec-top-search-results li:hover i,
.stec-top .stec-top-menu-search .stec-top-search-results li.active p,
.stec-top .stec-top-menu-search .stec-top-search-results li:hover p {
  color: #ffffff;
}
.stec-layout {
  width: inherit;
}
/* FEATURED */
.stec-layout-event {
  position: relative;
}
.stec-layout-event.stec-event-featured-bg .stec-layout-event-preview::before {
  width: 100%;
  height: 85px;
  background-image: url(../img/featured_bg_big.png);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.stec-layout-event.stec-event-featured .stec-layout-event-preview-left .stec-layout-event-preview-left-text-featured {
  display: block;
}
.stec-layout-week-daycell-event.stec-event-featured-bg,
.stec-layout-month-daycell-event.stec-event-featured-bg {
  background-image: url(../img/featured_bg_small.png);
}
.stec-layout-week-daycell-event.stec-layout-month-daycell-event-start.stec-event-featured .stec-layout-week-daycell-event-name::before,
.stec-layout-month-daycell-event.stec-layout-month-daycell-event-start.stec-event-featured .stec-layout-week-daycell-event-name::before,
.stec-layout-week-daycell-event.stec-layout-week-daycell-event-start.stec-event-featured .stec-layout-week-daycell-event-name::before,
.stec-layout-month-daycell-event.stec-layout-week-daycell-event-start.stec-event-featured .stec-layout-week-daycell-event-name::before,
.stec-layout-week-daycell-event.stec-layout-month-daycell-event-start.stec-event-featured .stec-layout-month-daycell-event-name::before,
.stec-layout-month-daycell-event.stec-layout-month-daycell-event-start.stec-event-featured .stec-layout-month-daycell-event-name::before,
.stec-layout-week-daycell-event.stec-layout-week-daycell-event-start.stec-event-featured .stec-layout-month-daycell-event-name::before,
.stec-layout-month-daycell-event.stec-layout-week-daycell-event-start.stec-event-featured .stec-layout-month-daycell-event-name::before {
  font-family: FontAwesome;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  content: "\f005";
  /* fa-star */
  margin-left: 4px;
  position: relative;
  left: -5px;
}
/* MONTH LAYOUT */
.stec-layout-month {
  width: calc(100% - 1px);
  border-collapse: collapse;
  table-layout: fixed;
}
.stec-layout-month td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-month td:first-child {
  border-left: none;
}
.stec-layout-month td:last-child {
  border-right: none;
}
.stec-layout-month-eventholder:last-child td {
  border-bottom: none;
}
.stec-layout-month-eventholder:last-child .stec-layout-event:not(.active):last-child {
  border-radius: 0 0 3px 3px;
}
.stec-layout-month-eventholder:last-child .stec-layout-event:not(.active):last-child .stec-layout-event-preview {
  border-radius: 0 0 3px 3px;
}
.stec-layout-month-daylabel {
  height: 45px;
}
.stec-layout-month-daylabel td {
  border-top: none;
}
.stec-layout-month-daylabel td:first-child {
  border-top-left-radius: 3px;
}
.stec-layout-month-daylabel td:last-child {
  border-top-right-radius: 3px;
}
.stec-layout-month-daylabel p {
  display: none;
  text-align: center;
  line-height: 45px;
}
.stec-layout-month-daylabel p:first-child {
  display: block;
}
/* round borders */
.stec-layout-month-weekrow-last td {
  border-bottom: none;
}
.stec-layout-month-weekrow-last td:first-child {
  border-bottom-left-radius: 3px;
}
.stec-layout-month-weekrow-last td:first-child .stec-layout-month-daycell-wrap {
  border-bottom-left-radius: 3px;
}
.stec-layout-month-weekrow-last td:last-child {
  border-bottom-left-radius: 3px;
}
.stec-layout-month-weekrow-last td:last-child .stec-layout-month-daycell-wrap {
  border-bottom-right-radius: 3px;
}
.stec-layout-month-daycell {
  height: 160px;
  cursor: pointer;
}
.stec-layout-month-daycell .stec-layout-month-daycell-wrap {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  background: #fff;
}
.stec-layout-month-daycell .stec-layout-month-daycell-wrap .stec-layout-month-daycell-num {
  color: #4d576c;
  position: absolute;
  top: 12px;
  left: 12px;
  text-align: left;
  z-index: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.stec-layout-month-daycell.stec-layout-month-daycell-today .stec-layout-month-daycell-num {
  text-align: center;
  color: #ffffff;
}
.stec-layout-month-daycell.stec-layout-month-daycell-today .stec-layout-month-daycell-num:before {
  background-color: #f15e6e;
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 3px;
  top: 0;
  left: calc(50% - 15px);
  padding: 15px;
}
.stec-layout-month-daycell:hover .stec-layout-month-daycell-wrap {
  background: #f0f1f2;
}
.stec-layout-month-daycell.active .stec-layout-month-daycell-eventmore-count {
  color: #ffffff;
}
.stec-layout-month-daycell.active .stec-layout-month-daycell-wrap {
  background: #4d576c;
}
.stec-layout-month-daycell.active:not(.stec-layout-month-daycell-today) .stec-layout-month-daycell-num {
  color: #ffffff;
}
/* daycell events*/
.stec-layout-month-daycell-events {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 113px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event {
  width: calc(100% - 2px);
  margin: 0;
  padding: 0;
  margin-left: 1px;
  height: 25px;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event.stec-layout-month-daycell-event-expired {
  opacity: 0.5;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event[data-pos="2"] {
  top: 29px;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event[data-pos="3"] {
  top: 58px;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event.stec-layout-month-daycell-event-start {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: calc(100% - 9px);
  margin-left: 8px;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event.stec-layout-month-daycell-event-start.stec-layout-month-daycell-event-end {
  width: calc(100% - 16px);
  margin-left: 8px;
  margin-right: 8px;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event.stec-layout-month-daycell-event-end {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: calc(100% - 9px);
  margin-right: 8px;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event .stec-layout-month-daycell-event-name {
  float: left;
  text-align: left;
  padding: 0 10px;
  line-height: 25px;
  text-transform: uppercase;
  height: inherit;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-eventmore {
  width: calc(100% - 2px);
  margin-left: 1px;
  height: 25px;
  overflow: hidden;
  position: absolute;
  bottom: 1px;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-eventmore .stec-layout-month-daycell-eventmore-count-dot {
  display: none;
  width: 4px;
  height: 4px;
  border-radius: 3px;
  margin-left: 1px;
  float: left;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-eventmore .stec-layout-month-daycell-eventmore-count {
  float: left;
  text-align: center;
  text-indent: 15px;
  line-height: 25px;
  text-transform: uppercase;
}
/* WEEK LAYOUT */
.stec-layout-week {
  width: calc(100% - 1px);
  border-collapse: collapse;
  table-layout: fixed;
}
.stec-layout-week td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-week td:first-child {
  border-left: none;
}
.stec-layout-week td:last-child {
  border-right: none;
}
.stec-layout-week-eventholder:last-child td {
  border-bottom: none;
}
.stec-layout-week-eventholder:last-child .stec-layout-event:not(.active):last-child {
  border-radius: 0 0 3px 3px;
}
.stec-layout-week-eventholder:last-child .stec-layout-event:not(.active):last-child .stec-layout-event-preview {
  border-radius: 0 0 3px 3px;
}
.stec-layout-week-daylabel {
  height: 45px;
}
.stec-layout-week-daylabel td {
  border-top: none;
}
.stec-layout-week-daylabel td:first-child {
  border-top-left-radius: 3px;
}
.stec-layout-week-daylabel td:last-child {
  border-top-right-radius: 3px;
}
.stec-layout-week-daylabel p {
  display: none;
  text-align: center;
  line-height: 45px;
}
.stec-layout-week-daylabel p:first-child {
  display: block;
}
/* round borders */
.stec-layout-week-weekrow-last td {
  border-bottom: none;
}
.stec-layout-week-weekrow-last td:first-child {
  border-bottom-left-radius: 3px;
}
.stec-layout-week-weekrow-last td:first-child .stec-layout-week-daycell-wrap {
  border-bottom-left-radius: 3px;
}
.stec-layout-week-weekrow-last td:last-child {
  border-bottom-left-radius: 3px;
}
.stec-layout-week-weekrow-last td:last-child .stec-layout-week-daycell-wrap {
  border-bottom-right-radius: 3px;
}
.stec-layout-week-daycell {
  height: 160px;
  cursor: pointer;
}
.stec-layout-week-daycell .stec-layout-week-daycell-wrap {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  background: #fff;
}
.stec-layout-week-daycell .stec-layout-week-daycell-wrap .stec-layout-week-daycell-num {
  color: #4d576c;
  position: absolute;
  top: 12px;
  left: 12px;
  text-align: left;
  z-index: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.stec-layout-week-daycell.stec-layout-week-daycell-today .stec-layout-week-daycell-num {
  text-align: center;
  color: #ffffff;
}
.stec-layout-week-daycell.stec-layout-week-daycell-today .stec-layout-week-daycell-num:before {
  background-color: #f15e6e;
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 3px;
  top: 0;
  left: calc(50% - 15px);
  padding: 15px;
}
.stec-layout-week-daycell:hover .stec-layout-week-daycell-wrap {
  background: #f0f1f2;
}
.stec-layout-week-daycell.active .stec-layout-week-daycell-eventmore-count {
  color: #ffffff;
}
.stec-layout-week-daycell.active .stec-layout-week-daycell-wrap {
  background: #4d576c;
}
.stec-layout-week-daycell.active:not(.stec-layout-week-daycell-today) .stec-layout-week-daycell-num {
  color: #ffffff;
}
/* daycell events*/
.stec-layout-week-daycell-events {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 113px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event {
  margin: 0;
  padding: 0;
  width: calc(100% - 2px);
  margin-left: 1px;
  height: 25px;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event.stec-layout-week-daycell-event-expired {
  opacity: 0.5;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event[data-pos="2"] {
  top: 29px;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event[data-pos="3"] {
  top: 58px;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event.stec-layout-week-daycell-event-start {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: calc(100% - 9px);
  margin-left: 8px;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event.stec-layout-week-daycell-event-start.stec-layout-week-daycell-event-end {
  width: calc(100% - 16px);
  margin-left: 8px;
  margin-right: 8px;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event.stec-layout-week-daycell-event-end {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: calc(100% - 9px);
  margin-right: 8px;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event .stec-layout-week-daycell-event-name {
  float: left;
  text-align: left;
  padding: 0 10px;
  line-height: 25px;
  text-transform: uppercase;
  height: inherit;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-eventmore {
  width: calc(100% - 2px);
  margin-left: 1px;
  height: 25px;
  overflow: hidden;
  position: absolute;
  bottom: 1px;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-eventmore .stec-layout-week-daycell-eventmore-count-dot {
  display: none;
  width: 4px;
  height: 4px;
  border-radius: 3px;
  margin-left: 1px;
  float: left;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-eventmore .stec-layout-week-daycell-eventmore-count {
  float: left;
  text-align: center;
  text-indent: 15px;
  line-height: 25px;
  text-transform: uppercase;
}
/* DAY LAYOUT */
.stec-layout-day {
  width: 100%;
}
.stec-layout-day .stec-layout-day-noevents {
  display: none;
  float: left;
  margin: 10px 0;
}
.stec-layout-day-eventholder .stec-layout-events > li:first-child .stec-layout-event-preview,
.stec-layout-day-eventholder .stec-layout-events > li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.stec-layout-day-eventholder .stec-layout-events > li:not(.active):last-child .stec-layout-event-preview,
.stec-layout-day-eventholder .stec-layout-events > li:not(.active):last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.stec-layout-day-eventholder {
  float: left;
}
/* AGENDA LAYOUT */
.stec-layout-agenda .stec-layout-agenda-list-wrap {
  width: 100%;
  height: 90px;
  border-radius: 3px;
  overflow: hidden;
  float: left;
  position: relative;
  cursor: default;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.stec-layout-agenda .stec-layout-agenda-list {
  width: 100%;
  height: 90px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 !important;
  margin: 0 !important;
}
.stec-layout-agenda .stec-layout-agenda-list li {
  width: 80px;
  height: 90px;
  position: relative;
  float: left;
  padding: 0 !important;
  margin: 0 !important;
}
.stec-layout-agenda .stec-layout-agenda-daycell p {
  line-height: 1.2 !important;
}
.stec-layout-agenda .stec-layout-agenda-daycell-wrap {
  height: 70px;
}
.stec-layout-agenda .stec-layout-agenda-daycell-label {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  float: left;
}
.stec-layout-agenda .stec-layout-agenda-daycell-num {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  float: left;
}
.stec-layout-agenda .stec-layout-agenda-daycell-events {
  width: 36px;
  height: 10px;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 18px);
  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-agenda .stec-layout-agenda-daycell-event-expired {
  opacity: 0.5;
}
.stec-layout-agenda .stec-layout-agenda-daycell-event {
  width: 36px;
  height: 10px;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 1px;
}
.stec-layout-agenda .stec-layout-agenda-monthstart {
  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-agenda .stec-layout-agenda-monthstart-year {
  width: 100%;
  text-align: center;
}
.stec-layout-agenda .stec-layout-agenda-monthstart-month {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.stec-layout-agenda .stec-layout-events-form > li:first-child .stec-layout-event-preview,
.stec-layout-agenda .stec-layout-events-form > li:first-child,
.stec-layout-agenda .stec-layout-agenda-eventholder .stec-layout-events > li:first-child .stec-layout-event-preview,
.stec-layout-agenda .stec-layout-agenda-eventholder .stec-layout-events > li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.stec-layout-agenda .stec-layout-events-form > li:last-child .stec-layout-event-preview,
.stec-layout-agenda .stec-layout-events-form > li:last-child,
.stec-layout-agenda .stec-layout-agenda-eventholder .stec-layout-events > li:not(.active):last-child .stec-layout-event-preview,
.stec-layout-agenda .stec-layout-agenda-eventholder .stec-layout-events > li:not(.active):last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.stec-layout-agenda .stec-layout-events-form {
  margin: 0 !important;
  padding: 0 !important;
}
.stec-layout-agenda .stec-layout-events-form .stec-layout-event {
  margin: 0 !important;
  padding: 0 !important;
}
.stec-layout-agenda .stec-layout-events-form p {
  text-align: left;
  line-height: 1.2;
}
.stec-layout-agenda .stec-layout-agenda-eventholder {
  float: left;
}
.stec-layout-agenda .stec-layout-agenda-eventholder .stec-layout-events-date {
  height: 50px;
  float: left;
}
.stec-layout-agenda .stec-layout-agenda-events-all {
  float: left;
  width: 100%;
}
.stec-layout-agenda .stec-layout-agenda-events-all-datetext {
  text-transform: uppercase;
  margin: 10px 0;
  float: left;
}
.stec-layout-agenda .stec-layout-agenda-events-all-list {
  width: 100%;
  float: left;
  position: static;
  padding: 0 !important;
  margin: 0 !important;
}
.stec-layout-agenda .stec-layout-agenda-events-all-list .stec-layout-event {
  padding: 0 !important;
  margin: 0 0 3px 0 !important;
}
.stec-layout-agenda .stec-layout-agenda-events-all-list > li {
  float: left;
  width: 100%;
}
.stec-layout-agenda .stec-layout-agenda-events-all-load-more {
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  width: 100%;
}
.stec-layout-agenda .stec-layout-agenda-events-all-load-more p {
  line-height: 1.2 !important;
}
.stec-layout-agenda .stec-layout-agenda-events-all-control {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 10px;
}
.stec-layout-agenda .stec-layout-agenda-events-all-list > li:first-of-type .stec-layout-event-preview,
.stec-layout-agenda .stec-layout-agenda-events-all-list > li:first-of-type {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.stec-layout-agenda .stec-layout-agenda-events-all-list > li:not(.active):last-of-type .stec-layout-event-preview,
.stec-layout-agenda .stec-layout-agenda-events-all-list > li:not(.active):last-of-type {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.stec-layout-agenda .stec-layout-agenda-events-all-list > li:last-of-type .stec-layout-event-inner {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.stec-layout-agenda .stec-layout-agenda-eventholder-form {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
/* EVENTS LAYOUT */
.stec-event-awaiting-approval-template,
.stec-event-create-form-template,
.stec-layout-event-preview-reminder-template,
.stec-tooltip-template,
.stec-event-template,
.stec-event-inner-template {
  display: none;
}
.stec-layout-event.active .stec-layout-event-preview {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.stec-event-holder {
  display: none;
  width: 100%;
}
.stec-layout-events {
  padding: 0 !important;
  margin: 0 !important;
}
.stec-layout-events .stec-layout-event-single-page-link {
  display: none;
}
.stec-layout-event-no-reminder .stec-layout-event-preview-right-menu {
  display: none;
}
.stec-layout-event {
  float: left;
  width: 100%;
  padding: 0 !important;
  margin: 0 0 3px 0 !important;
}
.stec-layout-event:last-of-type {
  margin: 0 !important;
}
.stec-layout-event.stec-no-icon .stec-layout-event-preview .stec-layout-event-preview-left-icon {
  width: 10px;
  min-width: 10px;
}
.stec-layout-event:last-child {
  border-bottom: none;
}
.stec-layout-event .stec-layout-event-preview-left-text-title,
.stec-layout-event .stec-layout-event-preview-left-text-date {
  line-height: 1.2 !important;
  text-align: left !important;
}
.stec-layout-event-preview {
  height: 85px;
  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;
  cursor: pointer;
}
.stec-layout-event-preview .stec-layout-event-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;
  margin-left: 15px;
  width: 100%;
  z-index: 1;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-featured {
  display: none;
  float: left;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-featured i {
  display: none;
  float: left;
  margin-right: 5px;
  line-height: inherit;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-featured span {
  padding: 3px 6px;
  border-radius: 3px;
  text-transform: uppercase;
  margin-right: 5px;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon {
  min-width: 54px;
  width: 54px;
  height: 54px;
  border-radius: 3px;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon i {
  color: #fff;
  font-size: 25px;
  line-height: 54px;
  text-align: center;
  width: 100%;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text {
  width: 100%;
  margin-left: 15px;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-title a {
  font-size: 12px;
  position: relative;
  top: -2px;
  color: inherit;
  text-decoration: none;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-sub,
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-date {
  margin-top: 5px;
  clear: both;
  float: left;
}
.stec-layout-event-preview .stec-layout-event-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-event-preview .stec-layout-event-preview-left-reminder-toggle.stec-layout-event-preview-left-reminder-success {
  border-color: #53b32b;
  background: #53b32b;
  color: #fff;
}
.stec-layout-event-preview .stec-layout-event-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;
  margin-right: 15px;
  z-index: 1;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-menu .stec-preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 3px;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-menu,
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-event-toggle {
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  cursor: pointer;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-menu i,
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-event-toggle i {
  font-size: 20px;
  line-height: 40px;
  width: 100%;
  text-align: center;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-event-toggle:not(.active) i:first-child {
  display: block;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-event-toggle i {
  display: none;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-event-toggle.active i:last-child {
  display: block;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-menu {
  margin-right: 10px;
  position: relative;
  z-index: 0;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-menu.active {
  z-index: 1;
}
.stec-layout-event-preview-reminder {
  min-width: 280px;
  position: absolute;
  height: 80px;
  border-radius: 3px;
  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;
  z-index: 2;
  padding: 0 15px !important;
  margin: 0 !important;
}
.stec-layout-event-preview-reminder.stec-layout-event-preview-reminder-left:before {
  right: initial;
  left: 84px;
}
.stec-layout-event-preview-reminder::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  bottom: -7px;
  right: 26px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.stec-layout-event-preview-reminder > li {
  float: left;
  /*width: 100%;*/
  height: 45px;
  margin: 0 !important;
  padding: 0 !important;
}
.stec-layout-event-preview-reminder > li:last-child {
  margin-left: 10px !important;
}
.stec-layout-event-preview-reminder > li::first-child {
  border-radius: 3px 0 0 3px;
}
.stec-layout-event-preview-reminder > li:last-child {
  border-radius: 0 3px 3px 0;
}
.stec-layout-event-preview-reminder > li button {
  height: 45px;
  padding: 0 15px;
  border: none;
  border-radius: 3px;
  float: left;
  white-space: nowrap;
  cursor: pointer;
}
.stec-layout-event-preview-reminder > li input {
  height: 45px;
  padding: 0 15px;
  border: none;
  border-radius: 3px;
  margin-right: 10px;
}
.stec-layout-event-preview-reminder > li input[name="number"] {
  width: 50px;
}
.stec-layout-event-preview-reminder > li input[name="email"] {
  width: 150px;
}
.stec-layout-event-preview-reminder > li input option {
  padding: 10px;
}
.stec-layout-event-preview-reminder .stec-layout-event-preview-reminder-units-selector {
  margin-right: 10px;
}
.stec-layout-event-preview-reminder .stec-layout-event-preview-reminder-units-selector ul {
  border: none;
  width: 100%;
  display: none;
  padding: 0 !important;
  margin: 0 !important;
}
.stec-layout-event-preview-reminder .stec-layout-event-preview-reminder-units-selector ul li {
  cursor: pointer;
  height: 45px;
  float: left;
  clear: both;
  width: 100%;
  line-height: 45px !important;
  text-align: left;
  padding: 0 15px !important;
  margin: 0 !important;
}
.stec-layout-event-preview-reminder .stec-layout-event-preview-reminder-units-selector p {
  height: 45px;
  float: left;
  width: 100%;
  min-width: 88px;
  border-radius: 3px;
  line-height: 45px;
  margin: 0;
  padding: 0 15px;
  text-align: left;
}
.stec-layout-event-preview-reminder .stec-layout-event-preview-reminder-units-selector:hover ul {
  display: block;
}
.stec-layout-event-preview-reminder .stec-layout-event-preview-reminder-units-selector:hover ul li:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.stec-layout-event-preview-reminder .stec-layout-event-preview-reminder-units-selector:hover p {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* show under for first event */
.stec-layout-day .stec-layout-event:first-child .stec-layout-event-preview-reminder::before {
  top: -7px;
}
.stec-layout-day .stec-layout-event:first-child .stec-layout-event-preview-reminder {
  margin-top: 170px;
}
/* event inner */
.stec-layout-month-eventholder:last-child .stec-layout-events > li:last-child .stec-layout-event-inner,
.stec-layout-day-event holder .stec-layout-events > li:last-child .stec-layout-event-inner,
.stec-layout-week-eventholder .stec-layout-events > li:last-child .stec-layout-event-inner,
.stec-layout-agenda-eventholder .stec-layout-events > li:last-child .stec-layout-event-inner {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
}
.stec-layout-event.active .stec-layout-event-inner {
  display: block;
}
.stec-layout-event-inner {
  float: left;
  width: 100%;
  display: none;
}
.stec-layout-event-inner-button-style {
  border-radius: 3px;
  cursor: pointer;
  padding: 15px 20px;
  border: none;
  text-transform: none;
}
.stec-layout-event-inner-button-style p {
  text-transform: none;
  line-height: 1.2;
  color: inherit;
}
.stec-layout-event-inner-button-sec-style {
  border-radius: 3px;
  cursor: pointer;
  padding: 15px 20px;
  border: none;
  text-transform: none;
  background: none;
  border-style: solid;
  border-width: 1px;
}
.stec-layout-event-inner-button-sec-style p {
  text-transform: none;
  line-height: 1.2;
  color: inherit;
}
.stec-layout-event-inner-top-tabs {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  float: left;
  margin: 0 !important;
  padding: 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;
}
.stec-layout-event-inner-top-tabs li {
  display: block;
  float: left;
  text-align: center;
  width: 100%;
  cursor: pointer;
  padding: 20px 0 !important;
  margin: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-event-inner-top-tabs li i {
  font-size: 20px;
  display: none;
}
.stec-layout-event-inner-top-tabs li p {
  /*text-transform: uppercase;*/
}
.stec-layout-event-inner-top-tabs li.active {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.stec-layout-event-inner-top-tabs li.active:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0);
}
.stec-layout-event-inner-top-tabs li.active:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0);
}
.stec-layout-event-inner-top-tabs-content {
  float: left;
  width: 100%;
}
.stec-layout-event-inner-top-tabs-content > div {
  background: #fff;
}
.stec-layout-event-inner-top-tabs-content > .active {
  display: block;
}
/* intro tab */
.stec-layout-event-inner-intro {
  float: left;
  width: 100%;
  padding: 55px;
  display: none;
  /* intro slider */
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-external-link {
  text-decoration: none;
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  margin-top: 45px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-title {
  text-align: center;
  float: left;
  width: 100%;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-social {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 45px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-social li {
  display: inline-block;
  cursor: pointer;
  margin: 0 5px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-social li i {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-social li:hover .fa-facebook {
  border-color: #3b5998;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-social li:hover .fa-google-plus {
  border-color: #dd4b39;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-social li:hover .fa-twitter {
  border-color: #55acee;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media {
  margin-top: 45px;
  width: 100%;
  float: left;
  display: block;
  opacity: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  /*height: 400px;*/
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-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-event-inner-intro .stec-layout-event-inner-intro-media-content > div img {
  display: none;
  /* only for preload */
  width: 100%;
  height: auto;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content > div div {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content > div div span,
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content > div div p {
  width: 100%;
  float: left;
  text-align: center;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content > div div p {
  color: #fff;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content > div div span {
  color: #999da2;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content > div div p + span {
  margin-top: 10px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content .fade-in {
  opacity: 1;
  z-index: 2;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content .active-image {
  opacity: 1;
  z-index: 1;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-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-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-next,
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-prev {
  min-width: 50px;
  height: 100px;
  cursor: pointer;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-next i,
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-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-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-prev {
  margin-right: 10px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-next {
  margin-left: 10px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-list-wrap {
  height: 100px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-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-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-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-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-list li:first-child {
  margin-left: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-list li:last-child {
  margin-right: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-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-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-list li:hover:before {
  opacity: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-list .active-thumb:before {
  opacity: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls.no-side-controls .stec-layout-event-inner-intro-media-controls-next,
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls.no-side-controls .stec-layout-event-inner-intro-media-controls-prev {
  display: none;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content-subs {
  width: 100%;
  float: left;
  background: #000;
  display: none;
  height: 0;
  overflow: hidden;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content-subs span,
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content-subs p {
  width: 100%;
  float: left;
  text-align: center;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content-subs p {
  color: #fff;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content-subs span {
  color: #999da2;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-desc {
  margin-top: 45px;
  width: 100%;
  float: left;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-counter {
  padding: 0 !important;
  margin: 45px 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-event-inner-intro .stec-layout-event-inner-intro-counter li {
  text-align: center;
  width: 100px;
  margin: 0 !important;
  padding: 0 !important;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-counter li:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-counter .stec-layout-event-inner-intro-counter-label {
  text-transform: uppercase;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-event-status-text {
  margin: 45px 0;
  width: 100%;
  clear: both;
  float: left;
  text-align: center;
  display: none;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attendance {
  height: 80px;
  padding: 0;
  margin: 0;
  padding-top: 25px;
  margin-top: 25px;
  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-event-inner-intro .stec-layout-event-inner-intro-attendance .intro-attendance {
  padding: 0;
  margin: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attendance li {
  margin: 0;
  margin: 10px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachments {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 25px;
  margin-top: 25px;
  width: 100%;
  float: left;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachments .stec-layout-event-inner-intro-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-event-inner-intro .stec-layout-event-inner-intro-attachments .stec-layout-event-inner-intro-attachments-top p {
  float: left;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachments .stec-layout-event-inner-intro-attachments-top p:before {
  content: "\f016";
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 20px;
  position: relative;
  top: 1px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachments .stec-layout-event-inner-intro-attachments-toggle {
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  cursor: pointer;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachments .stec-layout-event-inner-intro-attachments-toggle i {
  display: none;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachments .stec-layout-event-inner-intro-attachments-toggle:not(.active) i:first-child {
  display: block;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachments .stec-layout-event-inner-intro-attachments-toggle.active i:last-child {
  display: block;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachments .stec-layout-event-inner-intro-attachments-toggle i {
  font-size: 20px;
  line-height: 40px;
  width: 100%;
  text-align: center;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachments-list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachments-list:not(.active) {
  display: none;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachment {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 25px;
  margin-top: 25px;
  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-event-inner-intro .stec-layout-event-inner-intro-attachment:last-of-type {
  padding-bottom: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachment .stec-layout-event-inner-intro-attachment-title {
  text-align: left;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachment .stec-layout-event-inner-intro-attachment-desc {
  margin-top: 10px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachment .stec-layout-event-inner-intro-attachment-size {
  margin-top: 10px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 25px;
  margin-top: 25px;
  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-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share a {
  margin-right: 5px;
  float: left;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i {
  border-radius: 3px;
  width: 35px;
  height: 35px;
  float: left;
  color: #fff;
  text-align: center;
  line-height: 35px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-facebook {
  background: #3b5998;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-twitter {
  background: #55acee;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-google-plus {
  background: #dd4b39;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-link {
  background: #4d4f53;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-export form,
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-export a {
  float: left;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-export a {
  margin-left: 10px;
}
/* location tab */
.stec-layout-event-inner-location {
  width: 100%;
  float: left;
  position: relative;
  display: none;
}
.stec-layout-event-inner-location .stec-layout-event-inner-location-left {
  width: 390px;
  float: left;
  padding: 55px;
  clear: both;
}
.stec-layout-event-inner-location .stec-layout-event-inner-location-right {
  width: calc(100% - 390px);
  float: left;
}
.stec-layout-event-inner-location .stec-layout-event-inner-location-left > p {
  text-align: left;
  float: left;
}
.stec-layout-event-inner-location p.stec-layout-event-inner-location-left-title {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 10px;
}
.stec-layout-event-inner-location .stec-layout-event-inner-location-left input {
  border-radius: 3px;
  box-shadow: none;
  width: 100%;
  height: 50px;
  float: left;
  margin-bottom: 15px;
  border: none;
  padding: 0 25px;
}
.stec-layout-event-inner-location .stec-layout-event-inner-location-left-button {
  float: left;
}
.stec-layout-event-inner-location .stec-layout-event-inner-location-address {
  margin-bottom: 65px;
}
.stec-layout-event-inner-location .stec-layout-event-inner-location-right {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.stec-layout-event-inner-location .stec-layout-event-inner-location-right-gmap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.stec-layout-event-inner-location .stec-layout-event-inner-location-left:last-child {
  margin-top: 25px;
}
.stec-layout-event-inner-location .stec-layout-event-inner-location-direction-error {
  clear: both;
  float: left;
  font-size: 16px;
  margin-top: 10px;
  color: #f15e6e;
  opacity: 0;
}
.stec-layout-event-inner-schedule-isempty {
  float: left;
  width: 100%;
  text-align: center;
}
/* schedule tab */
.stec-layout-event-inner-schedule {
  padding: 55px;
  width: 100%;
  float: left;
  display: none;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab {
  float: left;
  width: 100%;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab.open .stec-layout-event-inner-schedule-tab-toggle i:first-child {
  display: none;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab.open .stec-layout-event-inner-schedule-tab-toggle i:last-child {
  display: block;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab.open .stec-layout-event-inner-schedule-tab-desc {
  display: block;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab.stec-layout-event-inner-schedule-tab-no-desc .stec-layout-event-inner-schedule-tab-desc {
  display: none;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab.stec-layout-event-inner-schedule-tab-no-desc .stec-layout-event-inner-schedule-tab-toggle {
  display: none;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab.stec-layout-event-inner-schedule-tab-no-desc .stec-layout-event-inner-schedule-tab-preview {
  cursor: default;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab.stec-layout-event-inner-schedule-tab-no-icon .stec-layout-event-inner-schedule-tab-right-title i {
  display: none;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-toggle {
  border-radius: 3px;
  cursor: pointer;
  height: 40px;
  min-width: 40px;
  width: 40px;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-toggle i {
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  text-align: center;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-toggle i:first-child {
  display: block;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-toggle i:last-child {
  display: none;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-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-event-inner-schedule .stec-layout-event-inner-schedule-tab {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab:last-of-type {
  border-bottom: none;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-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-event-inner-schedule .stec-layout-event-inner-schedule-tab-right span {
  padding: 0 20px 0 0;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-left {
  margin-right: 15px;
  width: 120px;
  text-transform: uppercase;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-right {
  width: calc(100% - 115px);
  min-width: 110px;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-right .stec-layout-event-inner-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-event-inner-schedule .stec-layout-event-inner-schedule-tab-right .stec-layout-event-inner-schedule-tab-right-title i {
  margin-right: 10px;
  font-size: 25px;
  float: left;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-desc {
  margin-top: 20px;
  display: none;
}
/* guest tab */
.stec-layout-event-inner-guests {
  width: 100%;
  float: left;
  display: none;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 55px;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest:last-child {
  margin-bottom: 0;
  border: none;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left {
  width: 100px;
  float: left;
  margin-top: 14px;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-right {
  width: calc(100% - 150px);
  float: right;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar {
  width: 100px;
  height: 100px;
  float: left;
  position: relative;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar img {
  width: 100px;
  height: 100px;
  float: left;
  border-radius: 100%;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar-default {
  width: 100px;
  height: 100px;
  float: left;
  border-radius: 100%;
  background-image: url('../img/default_avatar.png');
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar ul {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar li {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}
.stec-layout-event-inner-guests li.stec-layout-event-inner-guests-guest-left-avatar-icon-position-1 {
  top: calc(0% - 14px);
  left: calc(50% - 14px);
}
.stec-layout-event-inner-guests li.stec-layout-event-inner-guests-guest-left-avatar-icon-position-2 {
  left: calc(85% - 14px);
  top: calc(15% - 14px);
}
.stec-layout-event-inner-guests li.stec-layout-event-inner-guests-guest-left-avatar-icon-position-3 {
  left: calc(100% - 14px);
  top: calc(50% - 14px);
}
.stec-layout-event-inner-guests li.stec-layout-event-inner-guests-guest-left-avatar-icon-position-4 {
  left: calc(85% - 14px);
  top: calc(85% - 14px);
}
.stec-layout-event-inner-guests li.stec-layout-event-inner-guests-guest-left-avatar-icon-position-5 {
  left: calc(50% - 14px);
  top: calc(100% - 14px);
}
.stec-layout-event-inner-guests li.stec-layout-event-inner-guests-guest-left-avatar-icon-position-6 {
  left: calc(15% - 14px);
  top: calc(85% - 14px);
}
.stec-layout-event-inner-guests li.stec-layout-event-inner-guests-guest-left-avatar-icon-position-7 {
  left: calc(0% - 14px);
  top: calc(50% - 14px);
}
.stec-layout-event-inner-guests .stec-layout-event-inner-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-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar li a {
  text-align: center;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar i:hover {
  background: #fff;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-google-plus {
  background: #dd4b39;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-google-plus:hover {
  color: #dd4b39;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-facebook {
  background: #3b5998;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-facebook:hover {
  color: #3b5998;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-twitter {
  background: #55acee;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-twitter:hover {
  color: #55acee;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-behance {
  background: #1769ff;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-behance:hover {
  color: #1769ff;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-deviantart {
  background: #5f716f;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-deviantart:hover {
  color: #5f716f;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-github {
  background: #000000;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-github:hover {
  color: #000000;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-lastfm {
  background: #d31f27;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-lastfm:hover {
  color: #d31f27;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-linkedin {
  background: #007bb5;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-linkedin:hover {
  color: #007bb5;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-reddit {
  background: #c51d1d;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-reddit:hover {
  color: #c51d1d;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-soundcloud {
  background: #ff5419;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-soundcloud:hover {
  color: #ff5419;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-tumblr {
  background: #32506d;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-tumblr:hover {
  color: #32506d;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-vimeo {
  background: #aad450;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-vimeo:hover {
  color: #aad450;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-youtube {
  background: #bb0000;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-youtube:hover {
  color: #bb0000;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-twitch {
  background: #6441a5;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-twitch:hover {
  color: #6441a5;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-steam {
  background: #000000;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-steam:hover {
  color: #000000;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-instagram {
  background: #125688;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-instagram:hover {
  color: #125688;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-pinterest {
  background: #cb2027;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-pinterest:hover {
  color: #cb2027;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-skype {
  background: #55caf5;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-skype:hover {
  color: #55caf5;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-envelope {
  background: #53b32b;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-envelope:hover {
  color: #53b32b;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-dribbble {
  background: #ee6e9f;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-dribbble:hover {
  color: #ee6e9f;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-flickr {
  background: #ff0084;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-flickr:hover {
  color: #ff0084;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-right-title {
  float: left;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-right-desc {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-right-desc p {
  text-align: left;
  float: left;
}
/* attendance tab */
.stec-layout-event-inner-attendance {
  width: 100%;
  float: left;
  display: none;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-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-event-inner-attendance .stec-layout-event-inner-attendance-invited .stec-preloader {
  display: block;
  float: right;
  width: auto;
  height: 45px;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-invited-buttons {
  margin: 0 !important;
  padding: 0 !important;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-invited-buttons li {
  height: 45px;
  padding: 0 20px !important;
  border-radius: 3px;
  float: left;
  cursor: pointer;
  margin: 0 10px 0 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;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-invited-buttons li:last-child {
  margin-right: 0 !important;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendees {
  float: left;
  width: 100%;
  padding: 55px !important;
  margin: 0 !important;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee {
  float: left;
  width: calc(100% / 5);
  height: 250px;
  margin: 0 !important;
  padding: 0 !important;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee-avatar {
  height: 100px;
  position: relative;
  width: 100px;
  margin: 14px auto 0;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee-avatar img {
  border-radius: 100%;
  float: left;
  width: 100px;
  height: 100px;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee-avatar ul {
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
  margin: 0 !important;
  padding: 0 !important;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee-avatar li {
  height: 30px;
  position: absolute;
  width: 30px;
  left: calc(50% - 15px);
  top: calc(0% - 15px);
  margin: 0 !important;
  padding: 0 !important;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-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-event-inner-attendance .stec-layout-event-inner-attendance-attendee-avatar li .fa-question {
  background: #bdc1c8;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee-avatar li .fa-times {
  background: #f15e6e;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee-avatar li .fa-check {
  background: #92bc00;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee p {
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 20px;
  word-wrap: break-word;
}
/* forecast tab */
.stec-layout-event-inner-forecast {
  padding: 55px;
  width: 100%;
  float: left;
  display: none;
}
.stec-layout-event-inner-forecast p {
  text-align: left;
  line-height: 1.2;
}
.stec-layout-event-inner-forecast .errorna {
  width: 100%;
  float: left;
  text-align: center;
  display: none;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-credits {
  text-align: center;
  color: #bdc1c8;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-top p:last-child {
  /*text-transform: uppercase;*/
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-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-event-inner-forecast .stec-layout-event-inner-forecast-today p {
  text-align: left;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-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-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-forecast-today-left > div:last-of-type {
  float: left;
  width: 100%;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-forecast-today-left .stec-layout-event-inner-forecast-today-left-icon {
  width: 68px;
  height: 68px;
  padding: 10px;
  background: #3e3e3e;
  border-radius: 3px;
  margin-right: 15px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-forecast-today-left .stec-layout-event-inner-forecast-today-left-icon > div {
  width: 48px;
  height: 48px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-forecast-today-right p {
  line-height: 1.5;
  width: 100%;
  float: left;
  text-align: left;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-forecast-today-right p span {
  float: right;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-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-event-inner-forecast .stec-layout-event-inner-forecast-details > div > p {
  margin-bottom: 25px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left {
  min-width: 320px;
  width: 30%;
  margin-right: 25px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left .stec-layout-event-inner-forecast-details-left-forecast .stec-layout-event-inner-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-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left .stec-layout-event-inner-forecast-details-left-forecast .stec-layout-event-inner-forecast-details-left-forecast-top p {
  width: calc(100% / 3);
  text-align: center;
  text-transform: uppercase;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left .stec-layout-event-inner-forecast-details-left-forecast .stec-layout-event-inner-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-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left .stec-layout-event-inner-forecast-details-left-forecast .stec-layout-event-inner-forecast-details-left-forecast-day > div,
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left .stec-layout-event-inner-forecast-details-left-forecast .stec-layout-event-inner-forecast-details-left-forecast-day p {
  width: calc(100% / 3);
  text-align: center;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left .stec-layout-event-inner-forecast-details-left-forecast .stec-layout-event-inner-forecast-details-left-forecast-day > div {
  width: 30px;
  height: 30px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-right {
  width: 70%;
  max-width: calc(100% - 345px);
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-right .stec-layout-event-inner-forecast-details-chart {
  float: left;
  width: 100%;
  height: 398px;
  position: relative;
  top: -11px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-right .stec-layout-event-inner-forecast-details-chart canvas {
  width: 100%;
  height: 100%;
  float: left;
}
.stec-layout-event-inner-comments {
  display: none;
  padding: 55px;
  width: 100%;
  float: left;
  height: auto;
}
/* woo tab */
.stec-layout-event-inner-woocommerce {
  display: none;
  width: 100%;
  float: left;
  height: auto;
  padding: 55px;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product-buy-addtocart {
  white-space: nowrap;
  display: inline-block;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product-buy-addtocart i {
  width: 100%;
  text-align: center;
  font-size: 22px;
  display: none;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-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-event-inner-woocommerce .stec-layout-event-inner-woocommerce-top > p:not(:first-child) {
  margin-left: 50px;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-top > p:first-child,
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-top > p:nth-child(3),
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-top > p:nth-child(4) {
  width: 100px;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-top > p:first-child {
  min-width: 50px;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-top > p:nth-child(2) {
  width: 300px;
  min-width: 150px;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-top > p:nth-child(3) {
  text-align: center;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-top > p:nth-child(5) {
  width: 150px;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-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-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product > *:not(:first-child) {
  margin-left: 50px;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product > *:first-child {
  min-width: 50px;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product > *:first-child,
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product > *:nth-child(3),
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product > *:nth-child(4) {
  width: 100px;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product > *:nth-child(5) {
  width: 150px;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product > *:nth-child(5) p {
  text-align: center;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product > *:nth-child(2) {
  width: 300px;
  min-width: 150px;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product .stec-layout-event-inner-woocommerce-product-quantity {
  text-align: center;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product .stec-layout-event-inner-woocommerce-product-quantity > span:first-child {
  display: none;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product .stec-layout-event-inner-woocommerce-product-price > span:first-child {
  display: none;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product .stec-layout-event-inner-woocommerce-product-price a {
  font-size: 10px;
  clear: both;
  text-transform: uppercase;
  float: left;
  margin-top: 5px;
  width: 100%;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product .stec-layout-event-inner-woocommerce-product-old-price {
  text-decoration: line-through;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product .stec-layout-event-inner-woocommerce-product-desc p:last-child {
  margin-top: 5px;
  line-height: 1.2;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product .stec-layout-event-inner-woocommerce-product-image img {
  width: 100%;
  height: auto;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product .stec-layout-event-inner-woocommerce-product-buy-ajax-status .stec-preloader {
  justify-content: flex-start;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product .stec-layout-event-inner-woocommerce-product-buy-ajax-status i {
  width: 100%;
  height: 40px;
  font-size: 25px;
  line-height: 40px;
  color: #53b32b;
  text-align: left;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product .stec-layout-event-inner-woocommerce-product-buy-ajax-status i.fa-check {
  color: #53b32b;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product .stec-layout-event-inner-woocommerce-product-buy-ajax-status i.fa-times {
  color: #f15e6e;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product-status span {
  display: none;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  padding: 4px 5px;
  border-radius: 2px;
  line-height: 1;
  margin-bottom: 10px;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product-status span.stec-layout-event-inner-woocommerce-product-about-featured {
  background: #f9b418;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product-status span.stec-layout-event-inner-woocommerce-product-about-sale {
  background: #53b32b;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product-status span.stec-layout-event-inner-woocommerce-product-about-outofstock {
  background: #bdc1c8;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-links {
  width: 100%;
  float: left;
  text-align: right;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-links a {
  float: right;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-links > a:first-child {
  margin-left: 10px;
}
.stec-fixed-message {
  z-index: 9999999;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 4px solid #4d576c;
  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;
  box-sizing: border-box;
}
.stec-fixed-message > div {
  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-fixed-message > div i {
  float: left;
  margin: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #4d576c;
  color: #fff;
  font-size: 30px;
  text-align: center;
  border-radius: 3px;
}
.stec-fixed-message > div p {
  color: #4d576c;
  font-family: "Roboto";
  font-weight: inherit;
  font-size: 24px;
  float: left;
  margin: 0;
  padding-left: 10px;
  width: calc(100% - 200px);
  text-transform: uppercase;
}
.stec-fixed-message > div span {
  color: #5d5d5d;
  font-family: "Roboto";
  font-weight: inherit;
  font-size: 14px;
  float: left;
  margin: 0;
  padding-left: 10px;
  width: calc(100% - 200px);
}
.stec-fixed-message > a i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  color: #c0c0c0;
}
.stec-fixed-message > a i:hover {
  color: #f15e6e;
}
.stec-fixed-message-success {
  border-color: #6db126;
}
.stec-fixed-message-success > div p {
  color: #6db126;
}
.stec-fixed-message-success > div i {
  background: #6db126;
}
.stec-fixed-message-error {
  border-color: #f15e6e;
}
.stec-fixed-message-error > div p {
  color: #f15e6e;
}
.stec-fixed-message-error > div i {
  background: #f15e6e;
}
/* TOOLTIP */
.stec-tooltip {
  position: absolute;
  top: 100px;
  left: 0;
  width: 320px;
  z-index: 1000;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  opacity: 0;
  margin-left: 5px;
}
.stec-tooltip:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: inherit;
  left: -7px;
  top: 20px;
  z-index: -1;
}
.stec-tooltip .stec-tooltip-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 3px;
  top: 115px;
  left: calc(50% - 30px);
  position: absolute;
  border: 2px solid #fff;
}
.stec-tooltip .stec-tooltip-icon i {
  color: #fff;
  line-height: 60px;
  text-align: center;
  width: 100%;
  font-size: 30px;
}
.stec-tooltip .stec-tooltip-desc,
.stec-tooltip .stec-tooltip-title {
  padding: 0 20px;
}
.stec-tooltip .stec-tooltip-image {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  margin-bottom: 50px;
}
.stec-tooltip .stec-tooltip-image > div {
  width: 100%;
  height: 150px;
  background-size: cover;
}
.stec-tooltip .stec-tooltip-desc {
  margin: 10px 0;
}
.stec-tooltip .stec-tooltip-timespan,
.stec-tooltip .stec-tooltip-location {
  text-align: left;
  padding: 20px 20px;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  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;
}
.stec-tooltip .stec-tooltip-timespan i,
.stec-tooltip .stec-tooltip-location i {
  font-size: 20px;
  margin-right: 10px;
  width: 20px;
  text-align: center;
}
.stec-tooltip .stec-tooltip-counter {
  border-radius: 3px;
  text-transform: uppercase;
  padding: 10px 20px;
  cursor: default;
  display: inline-block;
  margin: 10px 0;
}
.stec-tooltip .stec-tooltip-status {
  border-radius: 3px;
  text-transform: uppercase;
  padding: 10px 20px;
  cursor: default;
  margin: 10px 0;
  display: inline-block;
}
.stec-tooltip .stec-tooltip-counter,
.stec-tooltip .stec-tooltip-status {
  display: none;
  margin-bottom: 20px;
}
.stec-tooltip .stec-tooltip-counter:last-child,
.stec-tooltip .stec-tooltip-status:last-child {
  margin-bottom: 0;
}
.stec-tooltip .stec-tooltip-title {
  margin: 10px 0;
}
.stec-tooltip.stec-tooltip-pos-left {
  margin-left: -5px;
}
.stec-tooltip.stec-tooltip-pos-left:before {
  left: initial;
  right: -7px;
}
.stec-tooltip.stec-tooltip-pos-top:before {
  top: initial;
  bottom: 20px;
  z-index: -1;
}
.stec-tooltip.stec-tooltip-show {
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
}
/* EVENT CREATION */
.stec-layout-event-create-form-inner {
  padding: 55px;
}
.stec-layout-event-create-form-inner p {
  text-align: left;
}
.stec-layout-event-create-form-inner select,
.stec-layout-event-create-form-inner input[type="email"],
.stec-layout-event-create-form-inner 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-event-create-form-inner textarea {
  width: 100%;
  float: left;
  max-width: 100%;
  border-radius: 3px;
  height: 150px;
  padding: 10px;
  border: none;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-label {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 30px;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-label:first-of-type {
  margin-top: 0;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-colorpicker {
  border-radius: 3px;
  float: left;
  height: 46px;
  width: 46px;
  border: 1px solid #f1f1f1;
  cursor: pointer;
  font-size: 0;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-submit-flexbox {
  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;
  width: 100%;
  float: left;
  margin-top: 30px;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-submit-flexbox .stec-preloader {
  width: auto;
  margin-left: 10px;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-submit-flexbox i {
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  margin-left: 10px;
  display: none;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-submit-flexbox i.fa-check {
  color: #53b32b;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-submit-flexbox i.fa-times {
  color: #f15e6e;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-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;
  width: 100%;
  float: left;
  margin-top: 30px;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-flexbox > p {
  margin: 0;
  margin-left: 10px;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-flexbox > div:not(.stec-layout-event-create-form-inner-submit) {
  margin: 0;
  width: calc(50% - 5px);
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-flexbox.stec-layout-event-create-form-inner-element-nomargin {
  margin: 0;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-submit {
  border: none;
  float: left;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-sub {
  display: none;
  float: left;
  width: 100%;
}
.stec-layout-event-create-form-inner option {
  padding: 10px;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-date-image-file {
  display: none;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-weekly-by-day {
  display: none;
  margin-top: 30px;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-weekly-by-day span {
  height: 30px;
  line-height: 30px;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-weekly-by-day span:not(:last-child) {
  margin-right: 10px;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-weekly-by-day .stec-layout-event-create-form-inner-flexbox {
  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;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-ends-on-block > p {
  margin-top: 30px !important;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-ends-on-block span {
  float: left;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-ends-on-block span:not(:last-child) {
  margin-right: 10px;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-ends-on-block span input,
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-ends-on-block span p {
  float: left;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-ends-on-block span input {
  width: auto !important;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-ends-on-block span p {
  line-height: 50px;
  text-indent: 5px;
  margin-right: 5px;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-ends-on-block span input[type="radio"] {
  line-height: 50px;
  height: 50px;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-gap-block {
  display: none;
}
.stec-layout-event-awaiting-approval .stec-layout-event-preview-left-text {
  margin-left: 0;
}
.stec-layout-event-awaiting-approval .stec-layout-event-preview-right i {
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  margin-left: 10px;
  display: none;
}
.stec-layout-event-awaiting-approval .stec-layout-event-preview-right i.fa-check {
  color: #53b32b;
}
.stec-layout-event-awaiting-approval .stec-layout-event-preview-right i.fa-times {
  color: #f15e6e;
}
.stec-layout-event-awaiting-approval .stec-layout-event-awaiting-approval-cancel {
  margin-left: 10px;
}
.stec-layout-event-create-form-g-recaptcha {
  float: left;
  margin-top: 30px;
}
.stec-layout-event-preview-left-approval-cancel {
  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-event-preview-left-approval-cancel.stec-layout-event-preview-left-approval-cancel-success {
  border-color: #53b32b;
  background: #53b32b;
  color: #fff;
}
/* PRELOADER */
.stec-layout-event-inner-preload-wrap {
  display: none;
}
.stec-preloader-template {
  display: none;
}
.stec-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-preloader.stec-init-preloader {
  /* Calendar preinit load class */
}
.stec-preloader::before {
  content: "";
  float: left;
  box-sizing: border-box;
  height: 30px;
  width: 30px;
  -webkit-animation: 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% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes stec-preloader-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
