/* RESETS */
.stec,
.stec * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.2;
}
.stec {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
  display: none;
}
.stec table {
  padding: 0;
  border: none;
}
.stec td {
  padding: 0;
  border: none;
}
.stec a {
  text-decoration: 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: Open Sans, Arial, Helvetica, sans-serif;
  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-bottom: 8px;
  position: relative;
  z-index: 2;
  float: left;
  /* calendar filter dropdown */
  /* search dropdown */
}
.stec-top .stec-top-menu {
  height: 45px;
  display: block;
  float: left;
  margin-right: 5px;
}
.stec-top .stec-top-menu > li {
  color: #bdc1c8;
  background: #fff;
  height: inherit;
  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-menu > li[data-action="today"] i {
  display: none;
}
.stec-top .stec-top-menu > li:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.stec-top .stec-top-menu > li:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.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;
}
.stec-top .stec-top-menu .stec-top-menu-count {
  padding: 5px 10px;
  border-radius: 6px;
  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: 6px;
}
.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: 6px 0 0 6px;
}
.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: 6px;
  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: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  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: Open Sans, Arial, Helvetica, sans-serif;
  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-week .stec-top-menu-date-dropdown {
  border-radius: 6px;
}
.stec-top .stec-top-menu-date-day .stec-top-menu-date-dropdown {
  border-radius: 6px 0 6px 6px;
}
.stec-top .stec-top-menu-date-month .stec-top-menu-date-dropdown {
  border-radius: 6px 0 6px 6px;
}
.stec-top .stec-top-menu-date-year .stec-top-menu-date-dropdown {
  border-radius: 0 6px 6px 6px;
}
.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: 6px;
  overflow: hidden;
  margin: 0;
}
.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;
  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: Open Sans, Arial, Helvetica, sans-serif;
  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;
}
.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: 6px;
  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: 6px;
  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: Open Sans, Arial, Helvetica, sans-serif;
  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%;
}
.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;
  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;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
}
/* FEATURED */
.stec-layout-event {
  position: relative;
}
.stec-layout-event.stec-event-featured-bg .stec-layout-event-preview::before {
  width: 100%;
  height: 110px;
  background-image: url(../img/featured_bg_big.png);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.stec-layout-event .stec-layout-event-preview-left-text-featured {
  display: none;
  float: left;
}
.stec-layout-event .stec-layout-event-preview-left-text-featured i {
  display: none;
  float: left;
  margin-right: 5px;
  line-height: inherit;
}
.stec-layout-event.stec-event-featured .stec-layout-event-preview-left-text-featured {
  display: block;
}
.stec-layout-event.stec-event-featured .stec-layout-event-preview-left-text-featured span {
  padding: 5px 8px;
  border-radius: 6px;
  text-transform: uppercase;
  margin-right: 5px;
}
.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: Open Sans, Arial, Helvetica, sans-serif;
  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 6px 6px;
}
.stec-layout-month-eventholder:last-child .stec-layout-event:not(.active):last-child .stec-layout-event-preview {
  border-radius: 0 0 6px 6px;
}
.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: 6px;
}
.stec-layout-month-daylabel td:last-child {
  border-top-right-radius: 6px;
}
.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: 6px;
}
.stec-layout-month-weekrow-last td:first-child .stec-layout-month-daycell-wrap {
  border-bottom-left-radius: 6px;
}
.stec-layout-month-weekrow-last td:last-child {
  border-bottom-left-radius: 6px;
}
.stec-layout-month-weekrow-last td:last-child .stec-layout-month-daycell-wrap {
  border-bottom-right-radius: 6px;
}
.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: 6px;
  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%;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event {
  width: calc(100% - 2px);
  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: 6px;
  border-bottom-left-radius: 6px;
  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: 6px;
  border-bottom-right-radius: 6px;
  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: 6px;
  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 6px 6px;
}
.stec-layout-week-eventholder:last-child .stec-layout-event:not(.active):last-child .stec-layout-event-preview {
  border-radius: 0 0 6px 6px;
}
.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: 6px;
}
.stec-layout-week-daylabel td:last-child {
  border-top-right-radius: 6px;
}
.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: 6px;
}
.stec-layout-week-weekrow-last td:first-child .stec-layout-week-daycell-wrap {
  border-bottom-left-radius: 6px;
}
.stec-layout-week-weekrow-last td:last-child {
  border-bottom-left-radius: 6px;
}
.stec-layout-week-weekrow-last td:last-child .stec-layout-week-daycell-wrap {
  border-bottom-right-radius: 6px;
}
.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: 6px;
  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%;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event {
  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: 6px;
  border-bottom-left-radius: 6px;
  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: 6px;
  border-bottom-right-radius: 6px;
  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: 6px;
  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: 6px;
  border-top-right-radius: 6px;
}
.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: 6px;
  border-bottom-right-radius: 6px;
}
.stec-layout-day-eventholder {
  float: left;
}
/* AGENDA LAYOUT */
.stec-layout-agenda .stec-layout-agenda-list-wrap {
  width: 100%;
  height: 90px;
  border-radius: 6px;
  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;
}
.stec-layout-agenda .stec-layout-agenda-list li {
  width: 80px;
  height: 90px;
  position: relative;
  float: left;
}
.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: 6px;
  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-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: 6px;
  border-top-right-radius: 6px;
}
.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: 6px;
  border-bottom-right-radius: 6px;
}
.stec-layout-agenda .stec-layout-agenda-eventholder {
  float: left;
  margin-top: 10px;
}
.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;
}
.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: 6px;
  cursor: pointer;
  padding: 20px;
  display: inline-block;
}
.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: 6px;
  border-top-right-radius: 6px;
}
.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: 6px;
  border-bottom-right-radius: 6px;
}
.stec-layout-agenda .stec-layout-agenda-events-all-list > li:last-of-type .stec-layout-event-inner {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
/* EVENTS LAYOUT */
.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-event-no-reminder .stec-layout-event-preview-right-menu {
  display: none;
}
.stec-layout-event {
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-event:last-child {
  border-bottom: none;
}
.stec-layout-event-preview {
  height: 110px;
  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-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-left-reminder-toggle.stec-layout-event-preview-left-reminder-success {
  border-color: #53b32b;
  background: #53b32b;
  color: #fff;
}
.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: 30px;
  width: 100%;
  z-index: 1;
}
.stec-layout-event-preview-left-icon {
  min-width: 54px;
  width: 54px;
  height: 54px;
  border-radius: 6px;
}
.stec-layout-event-preview-left-icon i {
  color: #fff;
  font-size: 30px;
  line-height: 54px;
  text-align: center;
  width: 100%;
}
.stec-layout-event-preview-left-text {
  width: 100%;
  margin-left: 30px;
}
.stec-layout-event-preview .stec-layout-event-preview-left-text-date {
  margin-top: 5px;
  clear: both;
  float: left;
}
.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: 25px;
  z-index: 1;
}
.stec-layout-event-preview-right-menu,
.stec-layout-event-preview-right-event-toggle {
  min-width: 68px;
  width: 68px;
  height: 68px;
  border-radius: 6px;
  cursor: pointer;
}
.stec-layout-event-preview-right-event-toggle i {
  display: none;
}
.stec-layout-event-preview-right-event-toggle:not(.active) i:first-child {
  display: block;
}
.stec-layout-event-preview-right-event-toggle.active i:last-child {
  display: block;
}
.stec-layout-event-preview-right-menu i,
.stec-layout-event-preview-right-event-toggle i {
  font-size: 30px;
  line-height: 72px;
  width: 100%;
  text-align: center;
}
.stec-layout-event-preview-right-menu {
  margin-right: 20px;
}
.stec-layout-event-preview-right-menu.active {
  z-index: 1;
}
.stec-layout-event-preview-right-menu {
  position: relative;
  z-index: 0;
}
.stec-layout-event-preview-reminder {
  min-width: 280px;
  position: absolute;
  height: 80px;
  border-radius: 6px;
  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;
}
.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;
}
.stec-layout-event-preview-reminder > li::first-child {
  border-radius: 6px 0 0 6px;
}
.stec-layout-event-preview-reminder > li:last-child {
  border-radius: 0 6px 6px 0;
}
.stec-layout-event-preview-reminder > li button {
  height: 45px;
  padding: 0 15px;
  border: none;
  border-radius: 6px;
  float: left;
  white-space: nowrap;
  cursor: pointer;
}
.stec-layout-event-preview-reminder > li input {
  height: 45px;
  padding: 0 15px;
  border: none;
  border-radius: 6px;
  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;
}
.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;
  padding: 0 15px;
}
.stec-layout-event-preview-reminder .stec-layout-event-preview-reminder-units-selector p {
  height: 45px;
  float: left;
  width: 100%;
  min-width: 88px;
  border-radius: 6px;
  line-height: 45px;
  margin: 0;
  padding: 0 15px;
}
.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: 6px;
  border-bottom-right-radius: 6px;
}
.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;
}
.stec-layout-event-preview-right-menu .stec-preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 6px;
}
/* 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: 6px;
  border-bottom-right-radius: 6px;
  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: 6px;
  cursor: pointer;
  padding: 20px;
}
.stec-layout-event-inner-top-tabs {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.stec-layout-event-inner-top-tabs li {
  display: block;
  float: left;
  text-align: center;
  width: 100%;
  cursor: pointer;
  padding: 20px 0;
  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;
}
.stec-layout-event-inner-top-tabs li p {
  margin-top: 5px;
}
.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%;
  -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;
  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 {
  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;
  height: 60px;
  margin-top: 115px;
  width: 100%;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-counter li {
  text-align: center;
  width: 100px;
}
.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 {
  width: 100%;
  clear: both;
  float: left;
  text-align: center;
  margin-top: 50px;
  display: none;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro .stec-preloader.intro-attendance {
  margin-top: 80px;
  margin-bottom: 10px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attendance {
  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;
  height: 60px;
  margin-top: 70px;
  width: 100%;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attendance li {
  margin: 10px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachments {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  float: left;
  margin-top: 50px;
  padding-top: 30px;
}
.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: Open Sans, Arial, Helvetica, sans-serif;
  margin-right: 15px;
  font-size: 30px;
  position: relative;
  top: 3px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachments .stec-layout-event-inner-intro-attachments-toggle {
  min-width: 68px;
  width: 68px;
  height: 68px;
  border-radius: 6px;
  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: 30px;
  line-height: 72px;
  width: 100%;
  text-align: center;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachments-list {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.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 {
  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%;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.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;
}
/* 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 {
  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: 6px;
  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 {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 15px;
  min-height: 40px;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab:last-child {
  margin-bottom: 0;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-left {
  width: 90px;
  float: left;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-right {
  float: right;
  width: calc(100% - 170px);
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-left p {
  line-height: 1.2;
  width: 100%;
  float: left;
  text-align: right;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-control {
  height: 100%;
  left: 110px;
  position: absolute;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-control::after {
  background: #f0f1f2;
  content: "";
  height: calc(100% - 40px);
  left: 15px;
  position: absolute;
  top: 40px;
  width: 10px;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-control i {
  border-radius: 6px;
  line-height: 40px;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-control i:last-child {
  display: none;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab.open .stec-layout-event-inner-schedule-tab-control i:first-child {
  display: none;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab.open .stec-layout-event-inner-schedule-tab-control i:last-child {
  display: block;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-right-title {
  float: left;
  margin-top: 8px;
  cursor: pointer;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-right-desc {
  margin: 10px 0;
  float: left;
  clear: both;
  display: none;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab.open .stec-layout-event-inner-schedule-tab-right-desc {
  display: block;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-right-desc p {
  width: 100%;
  float: left;
}
/* 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-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 {
  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 li {
  height: 45px;
  padding: 0 20px;
  border-radius: 6px;
  float: left;
  cursor: pointer;
  margin-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendees {
  float: left;
  width: 100%;
  padding: 55px;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee {
  float: left;
  width: calc(100% / 5);
  height: 250px;
}
.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;
}
.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);
}
.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 .errorna {
  width: 100%;
  float: left;
  text-align: center;
  display: none;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-title {
  width: 100%;
  text-align: center;
  float: left;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-title span {
  font: inherit;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today {
  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;
  margin-top: 80px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today li {
  padding: 0 10px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today-icon > div {
  width: 185px;
  height: 185px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today-temp p {
  float: left;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today-temp span {
  line-height: 1.5;
  float: left;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today-wind p {
  text-transform: uppercase;
  line-height: 1.2;
  float: left;
  clear: both;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today-wind span {
  font: inherit;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-days {
  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;
  margin-top: 45px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-day:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-day {
  padding: 10px 20px;
  width: 170px;
  max-width: 100%;
  min-width: 135px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-day-icon {
  float: left;
  width: 100%;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-day-icon > div {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-day-title {
  margin-top: 10px;
  width: 100%;
  text-align: center;
  float: left;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-day-temp {
  width: 100%;
  text-align: center;
  float: left;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-credits {
  width: 100%;
  text-align: center;
  margin-top: 80px;
  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;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-links {
  float: left;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: right;
  padding: 15px 55px;
  width: 100%;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-links a {
  margin-left: 10px;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product {
  padding: 55px;
  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-woocommerce .stec-layout-event-inner-woocommerce-product.stec-layout-event-inner-woocommerce-product-template {
  display: none;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product .stec-layout-event-inner-woocommerce-product-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;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product .stec-layout-event-inner-woocommerce-product-left .stec-layout-event-inner-woocommerce-product-image {
  min-width: 80px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product .stec-layout-event-inner-woocommerce-product-left .stec-layout-event-inner-woocommerce-product-image img {
  width: inherit;
  height: inherit;
  float: left;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product .stec-layout-event-inner-woocommerce-product-left .stec-layout-event-inner-woocommerce-product-about {
  margin-left: 30px;
  text-align: left;
  min-height: 80px;
  position: relative;
  top: -3px;
  /* positions on the image level */
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product .stec-layout-event-inner-woocommerce-product-left .stec-layout-event-inner-woocommerce-product-about .stec-layout-event-inner-woocommerce-product-status span {
  display: none;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  padding: 4px 5px;
  border-radius: 4px;
  line-height: 1;
  margin-bottom: 2px;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product .stec-layout-event-inner-woocommerce-product-left .stec-layout-event-inner-woocommerce-product-about .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 .stec-layout-event-inner-woocommerce-product-left .stec-layout-event-inner-woocommerce-product-about .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 .stec-layout-event-inner-woocommerce-product-left .stec-layout-event-inner-woocommerce-product-about .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-product .stec-layout-event-inner-woocommerce-product-left .stec-layout-event-inner-woocommerce-product-about .stec-layout-event-inner-woocommerce-product-desc {
  margin-top: 10px;
  padding-right: 30px;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product .stec-layout-event-inner-woocommerce-product-buy {
  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-woocommerce .stec-layout-event-inner-woocommerce-product .stec-layout-event-inner-woocommerce-product-buy .stec-layout-event-inner-woocommerce-product-buy-addtocart {
  float: right;
  white-space: nowrap;
  position: relative;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product .stec-layout-event-inner-woocommerce-product-buy .stec-layout-event-inner-woocommerce-product-buy-addtocart p:not(:first-child) {
  display: none;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product .stec-layout-event-inner-woocommerce-product-buy .stec-layout-event-inner-woocommerce-product-buy-addtocart .stec-layout-event-inner-woocommerce-product-buy-ajax-status {
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  right: -45px;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product .stec-layout-event-inner-woocommerce-product-buy .stec-layout-event-inner-woocommerce-product-buy-addtocart .stec-layout-event-inner-woocommerce-product-buy-ajax-status i {
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 40px;
  color: #53b32b;
  text-align: center;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product .stec-layout-event-inner-woocommerce-product-buy .stec-layout-event-inner-woocommerce-product-buy-price {
  white-space: nowrap;
  margin-right: 30px;
}
.stec-layout-event-inner-woocommerce .stec-layout-event-inner-woocommerce-product .stec-layout-event-inner-woocommerce-product-buy .stec-layout-event-inner-woocommerce-product-buy-price .stec-layout-event-inner-woocommerce-product-buy-price-old {
  text-decoration: line-through;
}
/* PRELOADER */
.stec-layout-event-inner-preload-wrap {
  display: none;
}
.stec-preloader-template {
  display: none;
}
.stec-preloader {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  float: left;
}
.stec-preloader svg path:first-child {
  fill: #f0f1f2;
}
.stec-preloader svg path:last-child {
  fill: #737b8a;
}
.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: 6px;
}
.stec-fixed-message > div p {
  color: #4d576c;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  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: Open Sans, Arial, Helvetica, sans-serif;
  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: 6px;
  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: 6px;
  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: 6px 6px 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: 6px;
  text-transform: uppercase;
  padding: 10px 20px;
  cursor: default;
  display: inline-block;
  margin: 10px 0;
}
.stec-tooltip .stec-tooltip-status {
  border-radius: 6px;
  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;
}
