/* ***************************************************************************
    Table of Contents
    
    0. Less helper functions / variables
    1. Resets
    2. General
    3. Top Menu
    4. Agenda Layout
    5. Month Layout
    6. Week Layout
    7. Day Layout
    8. Grid Layout
    9. Box Grid Layout
    10. Map Layout
    11. Event Layout & Tabs
    12. Tooltip
    13. Preloader
    14. Reminder & RSVP
    15. Sharer 
    16. Booking 
    17. Animation
    18. Forecast icons
    19. Media Medium
    20. Media Small
   
  
*************************************************************************** */
/* ***************************************************************************
    0. Less helper functions / variables
*************************************************************************** */
/* ***************************************************************************
    1. Resets
*************************************************************************** */
.stec-layout-event-inner,
.stec-layout-event-inner *,
.stec,
.stec * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.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;
}
.stec p {
  margin-bottom: 0;
}
/* ***************************************************************************
    2. General
*************************************************************************** */
.stec-style-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.stec-style-flexbox-no-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.stec-style-title-3 {
  color: #212121;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.stec-style-select,
.stec-style-input {
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 12px;
  padding: 0 10px;
  height: 50px;
  line-height: 40px;
  color: #686868;
}
.stec-style-clear {
  clear: both;
}
.stec-style-space {
  margin-top: 10px;
  clear: both;
  float: left;
  width: 100%;
}
.stec-style-float-left {
  float: left;
}
.stec-style-display-none {
  display: none;
}
.stec-style-button {
  line-height: inherit;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  padding: 12px 15px;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background: #4d576c;
  color: #fff;
  text-transform: none;
  -webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
  transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-style-button:focus {
  outline: none;
  background: #4d576c;
}
.stec-style-button:hover {
  background: #f15e6e;
}
.stec-style-button:active {
  position: relative;
  top: 1px;
  left: 1px;
  background: #f15e6e;
}
.stec-style-button * {
  -webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
  transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-style-button-secondary {
  border-radius: 3px;
  cursor: pointer;
  padding: 15px 20px;
  border: none;
  text-transform: none;
  text-decoration: none !important;
  line-height: 1;
  background: none;
  border-style: solid;
  border-width: 1px;
}
.stec-style-button-secondary p {
  text-transform: none;
  line-height: 1.2;
  color: inherit;
}
.stec-style-full-width {
  width: 100%;
  float: left;
  clear: both;
}
.stec {
  width: 100%;
  min-width: 280px;
}
.stec-no-scroll {
  overflow: hidden !important;
}
body.stec-modal-opened > :not(.stec-modal) {
  filter: blur(7px) grayscale(1);
}
body.stec-modal-opened > .stec-reminder-popup-background.stec-modal + div:last-child {
  filter: none !important;
}
.stec-layout {
  width: inherit;
}
/* ***************************************************************************
    3. Top Menu
*************************************************************************** */
.stec-top-menu-date-small {
  margin-bottom: 8px;
  display: none;
  font-family: Arial;
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
}
.stec-mobile {
  overflow: hidden;
}
.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 {
  position: relative;
  z-index: 1;
}
.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;
  /* 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;
  margin-right: 0 !important;
  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: Arial;
  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-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: Arial;
  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;
  float: left;
  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-top .stec-top-menu-search .stec-top-search-results li[data-jumpsingle] {
  padding: 0 !important;
}
.stec-top .stec-top-menu-search .stec-top-search-results li[data-jumpsingle] a {
  padding: 15px !important;
  width: 100%;
}
/*Top menu filter dropdown*/
.stec-scroll-bar {
  opacity: 0;
  border-radius: 3px;
  position: absolute;
  left: initial !important;
  right: 1px;
  top: 0;
  width: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1001;
  -webkit-transition: width 0.1s ease-out, background-color 0.1s ease-out, transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: width 0.1s ease-out, background-color 0.1s ease-out, transform 0.3s ease-out, opacity 0.3s ease-out;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  overflow: visible;
}
.stec-scroll-bar:before {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.stec-scroll-container.active .stec-scroll-bar {
  opacity: 1;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.stec-scroll-container.active .stec-scroll-bar.ui-draggable-dragging,
.stec-scroll-container.active .stec-scroll-bar:hover {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.3);
  width: 20px;
}
.stec-top-menu-filter {
  min-width: 45px;
}
.stec-top-menu-filter-dropdown {
  display: none;
  position: absolute;
  top: 45px;
  height: 70px;
  left: 0 ;
  width: 100%;
  border-radius: 3px;
  overflow: visible;
  margin: 0;
  padding: 15px !important;
  background: #f15e6e;
}
.stec-top-menu-filter-dropdown.active {
  display: block;
}
.stec-top-menu-filter-dropdown .stec-style-flexbox {
  align-items: flex-start;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by {
  width: 100%;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by:last-child {
  margin-right: 0;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-title {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-title > i,
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-title span {
  line-height: 38px;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-title i:last-child {
  float: right;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by span {
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  display: inline-block;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by i {
  color: #fff;
  font-size: 14px;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-contents {
  display: none;
  background: #f15e6e;
  position: absolute;
  top: 39px;
  left: 0;
  width: 100%;
  border-radius: 0 0 3px 3px;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-contents > li {
  width: 100%;
  float: left;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-contents > li:last-child {
  margin-bottom: 0;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-contents > li i,
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-contents > li span {
  float: left;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-contents > li span {
  text-indent: 5px;
  display: inline-block;
  width: 100%;
  line-height: 1.6;
  padding: 8px 10px;
  margin-bottom: 1px;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-contents > li i {
  margin-top: 4px;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-contents ul {
  width: 100%;
  float: left;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-contents ul li {
  width: 100%;
  float: left;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-contents ul li span {
  padding-left: 20px;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-contents ul li ul li span {
  padding-left: 30px;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-scroll-container,
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-scrollable {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-scroll-container {
  width: 100%;
  display: none;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by.active .stec-scroll-container {
  display: block;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by.active .stec-scrollable {
  overflow: hidden;
  float: left;
  width: 100%;
  max-height: 350px;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by.active .stec-scrollable .stec-top-menu-filter-contents {
  position: relative;
  overflow: hidden;
  top: 0;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by.active .stec-top-menu-filter-title {
  background: #e04d5d;
  border-color: #e04d5d;
  border-radius: 3px 3px 0 0;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by.active .stec-top-menu-filter-contents {
  display: block;
}
.stec-media-small .stec-top-menu-filter-dropdown {
  top: 71px;
  height: auto;
}
.stec-media-small .stec-style-flexbox {
  display: block;
}
.stec-media-small .stec-style-flexbox > div {
  float: left;
  width: 100%;
  height: auto;
}
.stec-media-small .stec-top-menu-filter-by-organizer,
.stec-media-small .stec-top-menu-filter-by-calendar,
.stec-media-small .stec-top-menu-filter-by-category,
.stec-media-small .stec-top-menu-filter-by-featured,
.stec-media-small .stec-top-menu-filter-by-location {
  width: 100%;
}
.stec-media-small .stec-top-menu-filter-by-organizer ul,
.stec-media-small .stec-top-menu-filter-by-calendar ul,
.stec-media-small .stec-top-menu-filter-by-category ul,
.stec-media-small .stec-top-menu-filter-by-featured ul,
.stec-media-small .stec-top-menu-filter-by-location ul {
  position: static;
  width: 100%;
}
/* ***************************************************************************
    4. Agenda
*************************************************************************** */
.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%;
  -webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
  transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-layout-agenda .stec-layout-agenda-events-all-load-more * {
  -webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
  transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-layout-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%;
}
/* ***************************************************************************
    4. 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;
}
.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;
}
.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;
}
/* ***************************************************************************
    5. 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;
}
.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;
}
.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;
}
/* ***************************************************************************
    4. 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;
}
/* ***************************************************************************
    5. Grid Layout
*************************************************************************** */
.stec-grid-event-template {
  display: none !important;
}
.stec-layout-grid {
  float: left;
  width: 100%;
}
.stec-layout-grid .stec-layout-grid-noevents {
  display: none;
  float: left;
  margin: 10px 0;
  font-family: Arial;
  font-weight: 700;
  font-size: 14px;
  color: #4d576c;
}
.stec-layout-grid .stec-layout-grid-event-status {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  float: left;
}
.stec-layout-grid .stec-layout-grid-event-status-expired,
.stec-layout-grid .stec-layout-grid-event-status-progress {
  display: none;
  margin-top: 10px;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
}
.stec-layout-grid .stec-layout-grid-event-status-expired {
  background: #f15e6e;
}
.stec-layout-grid .stec-layout-grid-event-status-progress {
  background: #80a733;
}
.stec-layout-grid .stec-layout-grid-event-ul {
  width: 100%;
  float: left;
}
.stec-layout-grid .stec-layout-grid-event-ul > span:not(.stec-layout-grid-date) {
  display: none;
}
.stec-layout-grid .stec-layout-grid-event-ul > span {
  width: 100%;
  float: left;
  padding: 15px 20px;
  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-layout-grid .stec-layout-grid-event-ul > span i {
  width: 30px;
  text-align: center;
  padding-right: 10px;
  float: left;
  font-size: 20px;
}
.stec-layout-grid .stec-layout-grid-events-all-control {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 10px;
}
.stec-layout-grid .stec-layout-grid-events-all-load-more {
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  width: 100%;
  -webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
  transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-layout-grid .stec-layout-grid-events-all-load-more * {
  -webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
  transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-layout-grid .stec-layout-grid-events-all-load-more p {
  line-height: 1.2 !important;
}
.stec-layout-grid .stec-layout-grid-events {
  width: calc(100% - 5px);
  float: left;
  position: relative;
}
.stec-layout-grid .stec-layout-grid-event {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: absolute;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-grid-event-wrap {
  padding: 20px;
  float: left;
  width: 100%;
  position: relative;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-grid-event-image {
  display: none;
  width: 100%;
  padding-top: calc(100% / 1.6180);
  background-size: cover;
  background-position: center center;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-grid-icon i {
  color: #fff;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-event-preview-left-icon-images {
  position: relative;
  width: 100%;
  height: 100%;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-event-preview-left-icon-images .stec-layout-event-preview-left-icon-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-event-preview-left-icon-images .stec-layout-event-preview-left-icon-image.active {
  z-index: 1;
  opacity: 1;
  transition: none;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-event-preview-left-icon-images .stec-layout-event-preview-left-icon-image.transition {
  z-index: 2;
  opacity: 1;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-event-preview-left-icon-date {
  width: 100%;
  margin-top: 8px;
  float: left;
  text-align: center;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-event-preview-left-icon-date .stec-layout-event-preview-left-icon-date-number {
  font-size: 28px;
  font-weight: bold;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-event-preview-left-icon-date .stec-layout-event-preview-left-icon-date-month {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-event-preview-left-icon-date span {
  width: 100%;
  float: left;
  line-height: 1;
  color: #fff;
}
.stec-layout-grid .stec-layout-grid-event.stec-expired .stec-layout-grid-event-status-expired {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
}
.stec-layout-grid .stec-layout-grid-event.stec-in-progress .stec-layout-grid-event-status-progress {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1;
}
.stec-layout-grid .stec-layout-grid-event.stec-has-image .stec-layout-grid-event-image {
  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-layout-grid .stec-layout-grid-event.stec-has-image .stec-layout-grid-icon {
  border: 2px solid #fff;
  position: absolute;
  top: -27px;
  left: calc(50% - 27px);
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-grid-invited {
  display: none;
}
.stec-layout-grid .stec-layout-grid-event.stec-user-invited .stec-layout-grid-invited {
  position: absolute;
  top: 20px;
  right: 0;
  display: block;
  background: #ff9933;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px 0 0 3px;
  font-size: 10px;
  text-transform: uppercase;
}
.stec-layout-grid .stec-layout-grid-event.stec-has-products .stec-layout-grid-has-products {
  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-layout-grid .stec-layout-grid-event.stec-can-rsvp .stec-layout-grid-can-rsvp {
  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-layout-grid .stec-layout-grid-event.stec-can-rsvp .stec-layout-grid-can-rsvp .stec-layout-grid-rsvp {
  margin: 0 auto;
}
.stec-layout-grid .stec-layout-grid-event.stec-has-location .stec-layout-grid-has-location {
  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-layout-grid .stec-layout-grid-event.stec-has-location .stec-layout-grid-has-location i {
  line-height: 1.2;
}
.stec-layout-grid .stec-layout-grid-event.stec-has-guests .stec-layout-grid-has-guests {
  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-layout-grid .stec-layout-grid-event.stec-has-guests .stec-layout-grid-has-guests .stec-layout-grid-guest-name {
  margin-left: 10px;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-grid-has-guests {
  float: left;
  width: 100%;
  padding: 10px 20px;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-grid-has-guests .stec-layout-grid-guest {
  width: 35px;
  height: 35px;
  float: left;
  border-radius: 100%;
  background-size: cover;
  background-position: center center;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-grid-icon {
  width: 54px;
  height: 54px;
  border-radius: 3px;
  margin: 0 auto;
  overflow: hidden;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-grid-icon i {
  width: 100%;
  line-height: 54px;
  text-align: center;
  font-size: 25px;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-grid-event-title {
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 30px;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-grid-event-short-desc {
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 10px;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-grid-event-tags {
  float: left;
  padding: 10px;
  width: 100%;
  display: none;
}
.stec-layout-grid .stec-layout-grid-event.stec-has-tags .stec-layout-grid-event-tags {
  display: block;
}
.stec-layout-grid .stec-layout-grid-event.stec-has-tags .stec-layout-grid-event-tags span {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  font-family: Arial;
  font-size: 10px;
  text-transform: uppercase;
}
.stec-layout-grid .stec-layout-grid-event.stec-has-tags.stec-has-image .stec-layout-grid-event-tags {
  padding: 5px;
  position: absolute;
  top: 5px;
  left: 5px;
}
/* ***************************************************************************
    6. Box Grid Layout
*************************************************************************** */
.stec-boxgrid-event-template {
  display: none !important;
}
.stec-layout-boxgrid {
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
}
.stec-layout-boxgrid .stec-layout-boxgrid-noevents {
  display: none;
  float: left;
  margin: 10px 0;
  font-family: Arial;
  font-weight: 700;
  font-size: 14px;
  color: #4d576c;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-status {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  float: left;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-status-expired,
.stec-layout-boxgrid .stec-layout-boxgrid-event-status-progress {
  display: none;
  margin-top: 10px;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-status-expired {
  background: #f15e6e;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-status-progress {
  background: #80a733;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-ul {
  width: 100%;
  float: left;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-ul > span:not(.stec-layout-boxgrid-date) {
  display: none;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-ul > span {
  width: 100%;
  float: left;
  padding: 15px 20px;
  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-layout-boxgrid .stec-layout-boxgrid-event-ul > span i {
  width: 30px;
  text-align: center;
  padding-right: 10px;
  float: left;
  font-size: 20px;
}
.stec-layout-boxgrid .stec-layout-boxgrid-events-all-control {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 10px;
}
.stec-layout-boxgrid .stec-layout-boxgrid-events-all-load-more {
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  width: 100%;
  -webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
  transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-layout-boxgrid .stec-layout-boxgrid-events-all-load-more * {
  -webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
  transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-layout-boxgrid .stec-layout-boxgrid-events-all-load-more p {
  line-height: 1.2 !important;
}
.stec-layout-boxgrid .stec-layout-boxgrid-events {
  width: 100%;
  float: left;
  position: relative;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event {
  background: #fff;
  overflow: hidden;
  position: relative;
  float: left;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-event-background {
  height: 350px;
  width: 100%;
  float: left;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-event-wrap {
  padding: 20px;
  position: relative;
  z-index: 3;
  color: #fff;
  height: 100%;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event.stec-has-image .stec-layout-boxgrid-images {
  display: block;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-images {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-images > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-images > div.active {
  z-index: 1;
  opacity: 1;
  transition: none;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-images > div.transition {
  z-index: 2;
  opacity: 1;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-images:after {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  content: '';
  z-index: 3;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  content: '';
  z-index: 3;
  transition: all 0.25s ease;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event:hover .stec-layout-boxgrid-hover-bg {
  background: rgba(0, 0, 0, 0.7);
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-event-permalink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event.stec-has-tags .stec-layout-boxgrid-event-tags {
  display: block;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event.stec-has-tags .stec-layout-boxgrid-event-tags span {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  font-family: Arial;
  font-size: 10px;
  text-transform: uppercase;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-event-icon {
  float: left;
  text-align: center;
  line-height: 1;
  font-size: 28px;
  max-width: 45px;
  margin-right: 10px;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event.stec-no-icon .stec-layout-boxgrid-event-icon {
  display: none !important;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-event-preview-left-icon-images {
  position: relative;
  width: 45px;
  height: 45px;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-event-preview-left-icon-images .stec-layout-event-preview-left-icon-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-event-preview-left-icon-images .stec-layout-event-preview-left-icon-image.active {
  z-index: 1;
  opacity: 1;
  transition: none;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-event-preview-left-icon-images .stec-layout-event-preview-left-icon-image.transition {
  z-index: 2;
  opacity: 1;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-event-timespan-big {
  font-size: 12px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: bold;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-event-timespan-big span {
  font-size: 28px;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-event-timespan {
  font-size: 12px;
  line-height: 1;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-event-timespan-wrap {
  width: calc(100% - 55px);
  float: left;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-event-content-wrap {
  overflow: hidden;
  left: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-event-title {
  font-size: 24px;
  margin: 10px 0;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-event-short-desc {
  line-height: 1.6;
  font-size: 14px;
}
/* ***************************************************************************
    7. Map Layout
*************************************************************************** */
.stec-layout-map {
  float: left;
  width: 100%;
}
.stec-layout-map .stec-layout-map-noevents {
  display: none;
  float: left;
  margin: 10px 0;
  font-family: Arial;
  font-weight: 700;
  font-size: 14px;
  color: #4d576c;
}
/* ***************************************************************************
    8. Event Layout & Tabs
*************************************************************************** */
.stec-event-awaiting-approval-template,
.stec-event-create-form-template,
.stec-tooltip-template,
.stec-event-template,
.stec-event-inner-template {
  display: none;
}
.stec-event-holder {
  display: none;
  width: 100%;
}
.stec-layout-events {
  padding: 0 !important;
  margin: 0 !important;
}
.stec-layout-event-no-reminder .stec-layout-event-preview-left-reminder-toggle,
.stec-layout-event-no-reminder .stec-layout-event-preview-right-menu {
  display: none !important;
}
.stec-layout-event {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 !important;
  /* featured */
}
.stec-layout-event:not(.stec-layout-event-animate-queue) {
  margin: 0 0 3px 0 !important;
}
.stec-layout-event:not(.stec-layout-event-animate-queue):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.stec-no-edit .stec-layout-event-preview-left-event-edit,
.stec-layout-event.stec-no-edit .stec-layout-event-preview-right-event-edit {
  display: none !important;
}
.stec-layout-event:last-child {
  border-bottom: none;
}
.stec-layout-event.active .stec-event-create-form-preview,
.stec-layout-event.active .stec-layout-event-preview {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.stec-layout-event .stec-layout-event-preview-left-text-title,
.stec-layout-event .stec-layout-event-preview-left-text-secondary {
  line-height: 1.2 !important;
  text-align: left !important;
}
.stec-layout-event.stec-event-featured-bg .stec-layout-event-preview::before {
  width: 100%;
  height: inherit;
  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-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-separator {
  width: 100%;
  float: left;
  clear: both;
}
.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 {
  line-height: 1;
  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;
  overflow: hidden;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon-images {
  position: relative;
  width: 100%;
  height: 100%;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon-images .stec-layout-event-preview-left-icon-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon-images .stec-layout-event-preview-left-icon-image.active {
  z-index: 1;
  opacity: 1;
  transition: none;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon-images .stec-layout-event-preview-left-icon-image.transition {
  z-index: 2;
  opacity: 1;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon-date {
  width: 100%;
  margin-top: 8px;
  float: left;
  text-align: center;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon-date .stec-layout-event-preview-left-icon-date-number {
  font-size: 28px;
  font-weight: bold;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon-date .stec-layout-event-preview-left-icon-date-month {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon-date span {
  width: 100%;
  float: left;
  line-height: 1;
  color: #fff;
}
.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-secondary {
  margin-top: 5px;
  clear: both;
  float: left;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-sub span:not(:last-child),
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-secondary span:not(:last-child) {
  margin-right: 5px;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-sub span i,
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-secondary span i {
  margin-right: 5px;
}
.stec-layout-event-preview .stec-layout-event-preview-left-awaiting-approval-cancel,
.stec-layout-event-preview .stec-layout-event-preview-left-event-edit,
.stec-layout-event-preview .stec-layout-event-preview-left-reminder-toggle {
  display: none;
  margin-top: 10px;
  border-radius: 3px;
  padding: 0 10px;
  text-decoration: none;
  text-transform: capitalize;
  float: left;
}
.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-awaiting-approval-cancel {
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  cursor: pointer;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-awaiting-approval-cancel 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-edit {
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 10px;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-event-edit 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-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-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: "Font Awesome 5 Free";
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  content: "\f005";
  /* fa-star */
  margin-left: 4px;
  position: relative;
  left: -5px;
}
/* event inner */
.stec-layout-month-eventholder:last-child .stec-layout-events > li:last-child .stec-layout-event-inner,
.stec-layout-day-eventholder .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-out-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow-y: auto;
  left: 0;
  top: 0;
}
.stec-layout-event-inner-out-wrapper .stec-layout-event-inner-close {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #000;
  color: #fff;
  font-size: 14px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.stec-layout-event-inner-out-wrapper .stec-layout-event-inner-close:hover {
  background: #fff;
  color: #000;
}
.stec-layout-event-inner {
  float: left;
  width: 100%;
  display: none;
}
.stec-layout-event-inner ul,
.stec-layout-event-inner li {
  list-style: none;
}
.stec-layout-event-inner a {
  text-decoration: none;
}
.stec-layout-event-inner.stec-modal {
  position: absolute;
  z-index: 9999;
  width: 750px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  top: 10%;
  left: calc(50% - 375px);
}
.stec-layout-event-inner.stec-modal .stec-layout-event-inner-top-tabs {
  border-top: none;
}
.stec-layout-event-inner.stec-modal .stec-layout-event-inner-location-left,
.stec-layout-event-inner.stec-modal .stec-layout-event-inner-location-right {
  width: 100%;
  float: left;
}
.stec-layout-event-inner.stec-modal .stec-layout-event-inner-location-right {
  position: relative;
  height: 275px;
}
.stec-layout-event-inner.stec-modal:after {
  position: absolute;
  content: "";
  bottom: -10%;
  height: 10%;
  width: 1px;
}
.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);
  border-top: none;
}
.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: inherit;
}
.stec-layout-event-inner-top-tabs-content > .active {
  display: block;
}
/* intro tab */
.stec-layout-event-inner-intro {
  float: left;
  width: 100%;
  padding: 20px;
  display: none;
  /* intro slider */
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-section {
  margin-top: 30px;
  float: left;
  width: 100%;
  clear: both;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-section .stec-layout-event-inner-intro-section-tickets-small {
  display: none;
  margin-bottom: 10px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-desc {
  width: 100%;
  float: left;
  clear: both;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-desc:first-child {
  margin-top: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-desc ul {
  display: block;
  list-style-type: disc;
  margin-left: 1em;
  margin-right: 1em;
  padding-left: 40px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-desc ul li {
  list-style-type: inherit;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-desc ol {
  display: block;
  list-style-type: decimal;
  margin-left: 1em;
  margin-right: 1em;
  padding-left: 40px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-desc ol li {
  list-style-type: inherit;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-desc p {
  padding-top: 10px;
  padding-bottom: 10px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-external-link {
  display: none;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-external-link:not(:last-child) {
  margin-right: 10px;
}
.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;
}
.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: 0;
  width: 100%;
  float: left;
  display: block;
  opacity: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-tags {
  width: 100%;
  float: left;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-tags .stec-layout-event-inner-intro-tag {
  font-family: Arial;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
}
.stec-layout-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;
  -webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
  transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-layout-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-next *,
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-prev * {
  -webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
  transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-layout-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 {
  width: 100%;
  float: left;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-counter {
  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;
  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 {
  display: none;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-event-status-text {
  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;
  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;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attendance li:last-child {
  margin-left: 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;
  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 i {
  margin-right: 10px;
  font-size: 20px;
}
.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-messenger {
  background: #00C6FF;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-facebook-messenger:hover {
  background: #11d7ff;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-viber {
  background: #665CAC;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-viber:hover {
  background: #776dbd;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-whatsapp {
  background: #25D366;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-whatsapp:hover {
  background: #36e477;
}
.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-facebook:hover {
  background: #4368b5;
}
.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-twitter:hover {
  background: #8acdff;
}
.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-google-plus:hover {
  background: #ff614e;
}
.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-share i.fa-link:hover {
  background: #686a70;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-envelope {
  background: #ff950b;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-envelope:hover {
  background: #ffb351;
}
.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;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers {
  float: left;
  width: 100%;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-template {
  display: none;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  width: 100%;
  float: left;
  margin-top: 25px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer:first-child {
  margin-top: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-image {
  float: left;
  width: 100px;
  height: 100px;
  position: relative;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-image .stec-layout-event-inner-intro-organizers-organizer-image-default {
  background-image: url(img/default_avatar.png);
  width: inherit;
  height: inherit;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 3px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-image .stec-layout-event-inner-intro-organizers-organizer-image-photo {
  background-image: url(img/default_avatar.png);
  width: inherit;
  height: inherit;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 3px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-content {
  width: calc(100% - 125px);
  float: right;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-social,
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-description {
  margin-top: 10px;
  float: left;
  width: 100%;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-social a {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #c9ccd3;
  color: #fff;
  text-align: center;
  margin-right: 5px;
  border-radius: 3px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-social a:last-child {
  margin-right: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-social a:hover {
  background: #a0a3ab;
}
/* 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: 20px;
  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: 20px;
  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: 20px;
}
.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: #ff950b;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-envelope:hover {
  color: #ff950b;
}
.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 > p > span {
  font-size: 12px;
  color: #f15e6e;
  display: block;
  margin-bottom: 10px;
}
.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: 20px !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: 20px;
  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: Arial;
  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: inherit;
}
.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: 20px;
  width: 100%;
  float: left;
  height: auto;
}
/* shop tab */
.stec-layout-event-inner-shop {
  display: none;
  width: 100%;
  float: left;
  height: auto;
  padding: 20px;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product-buy-addtocart {
  white-space: nowrap;
  display: inline-block;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product-buy-addtocart i {
  width: 100%;
  text-align: center;
  font-size: 22px;
  display: none;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-top > p:not(:first-child) {
  margin-left: 50px;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-top > p:first-child,
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-top > p:nth-child(3),
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-top > p:nth-child(4) {
  width: 100px;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-top > p:first-child {
  min-width: 50px;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-top > p:nth-child(2) {
  width: 300px;
  min-width: 150px;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-top > p:nth-child(3) {
  text-align: center;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-top > p:nth-child(5) {
  width: 150px;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product > *:not(:first-child) {
  margin-left: 50px;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product > *:first-child {
  min-width: 50px;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product > *:first-child,
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product > *:nth-child(3),
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product > *:nth-child(4) {
  width: 100px;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product > *:nth-child(5) {
  width: 150px;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product > *:nth-child(5) p {
  text-align: center;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product > *:nth-child(2) {
  width: 300px;
  min-width: 150px;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-quantity {
  text-align: center;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-quantity > span:first-child {
  display: none;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-price > span:first-child {
  display: none;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-price a {
  font-size: 10px;
  clear: both;
  text-transform: uppercase;
  float: left;
  margin-top: 5px;
  width: 100%;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-old-price {
  text-decoration: line-through;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-desc p:last-child {
  margin-top: 5px;
  line-height: 1.2;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-image img {
  width: 100%;
  height: auto;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-ajax-status .stec-preloader {
  justify-content: flex-start;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-ajax-status i {
  width: 100%;
  height: 40px;
  font-size: 25px;
  line-height: 40px;
  color: #53b32b;
  text-align: left;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-ajax-status i.fa-check {
  color: #53b32b;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-ajax-status i.fa-times {
  color: #f15e6e;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-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-shop .stec-layout-event-inner-shop-product-status span.stec-layout-event-inner-shop-product-about-featured {
  background: #f9b418;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product-status span.stec-layout-event-inner-shop-product-about-sale {
  background: #53b32b;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product-status span.stec-layout-event-inner-shop-product-about-outofstock {
  background: #bdc1c8;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-links {
  width: 100%;
  float: left;
  text-align: right;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-links a {
  float: right;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-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: Arial;
  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: Arial;
  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;
}
.stec-layout-event-awaiting-approval .stec-layout-event-preview-left-event-edit,
.stec-layout-event-awaiting-approval .stec-layout-event-preview-left-awaiting-approval-cancel {
  display: none;
}
.stec-layout-event-awaiting-approval .stec-layout-event-preview-left-text {
  margin-left: 0;
}
/* share & export buttons */
.stec-layout-event-inner-intro-share a,
.stec-layout-event-btn-sec-fontandcolor,
.stec-layout-event-btn-fontandcolor {
  -webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
  transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-layout-event-inner-intro-share a *,
.stec-layout-event-btn-sec-fontandcolor *,
.stec-layout-event-btn-fontandcolor * {
  -webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
  transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
/* ***************************************************************************
    12. 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-layout-event-preview-left-icon-images {
  position: relative;
  width: 100%;
  height: 100%;
}
.stec-tooltip .stec-layout-event-preview-left-icon-images .stec-layout-event-preview-left-icon-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.stec-tooltip .stec-layout-event-preview-left-icon-images .stec-layout-event-preview-left-icon-image.active {
  z-index: 1;
  opacity: 1;
  transition: none;
}
.stec-tooltip .stec-layout-event-preview-left-icon-images .stec-layout-event-preview-left-icon-image.transition {
  z-index: 2;
  opacity: 1;
}
.stec-tooltip .stec-layout-event-preview-left-icon-date {
  width: 100%;
  margin-top: 8px;
  float: left;
  text-align: center;
}
.stec-tooltip .stec-layout-event-preview-left-icon-date .stec-layout-event-preview-left-icon-date-number {
  font-size: 28px;
  font-weight: bold;
}
.stec-tooltip .stec-layout-event-preview-left-icon-date .stec-layout-event-preview-left-icon-date-month {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}
.stec-tooltip .stec-layout-event-preview-left-icon-date span {
  width: 100%;
  float: left;
  line-height: 1;
  color: #fff;
}
.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 span {
  line-height: 1 !important;
}
.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;
}
/* ***************************************************************************
    13. 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);
  }
}
/* ***************************************************************************
    14. Reminder & RSVP
*************************************************************************** */
.stec-reminder-popup-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  left: 0;
  top: 0;
  font-family: Arial;
  color: #a6a6a6;
}
.stec-reminder-popup-background * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stec-reminder-popup-header {
  height: 140px;
  width: 100%;
  float: left;
  background-color: #133535;
  text-align: center;
  background-size: cover;
  background-position: 50%;
}
.stec-reminder-popup-header i {
  color: #fff;
  font-size: 28px;
  border: 3px solid #fff;
  border-radius: 100%;
  padding: 15px;
  margin-top: 40px;
  background-color: inherit;
}
.stec-reminder-popup {
  position: fixed;
  left: calc(50% - 175px);
  top: calc(50% - 200px);
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 350px;
  overflow: hidden;
}
.stec-reminder-popup > button {
  width: 50%;
  float: left;
  height: 60px;
  border: none;
  color: #a6a6a6;
  border-top: 1px solid #ebebeb;
  cursor: pointer;
  font-size: 15px;
}
.stec-reminder-popup .stec-reminder-popup-button-cancel {
  background: #fbfbfb;
  border-right: 1px solid #ebebeb;
}
.stec-reminder-popup .stec-reminder-popup-button-cancel:hover {
  background: #ee3322;
  color: #fff;
}
.stec-reminder-popup .stec-reminder-popup-button-proceed {
  background: #fbfbfb;
}
.stec-reminder-popup .stec-reminder-popup-button-proceed:hover {
  background: #89ba16;
  color: #fff;
}
.stec-reminder-popup .stec-reminder-popup-button-close {
  background: #fbfbfb;
  width: 100%;
  border-right: none;
  border-left: none;
  display: none;
}
.stec-reminder-popup .stec-reminder-popup-button-close:hover {
  background: #89ba16;
  color: #fff;
}
.stec-reminder-popup input,
.stec-reminder-popup select {
  height: 38px;
  border: 1px solid #ebebeb;
  background: #fbfbfb;
  border-radius: 3px;
}
.stec-reminder-popup-wrapper {
  float: left;
  width: 100%;
}
.stec-reminder-popup-wrapper-status {
  display: none;
  width: 100%;
  text-align: center;
  margin: 25px auto;
  float: left;
}
.stec-reminder-popup-wrapper-status > span:first-of-type {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #27282c;
}
.stec-reminder-popup-wrapper-captcha {
  display: none;
  width: 100%;
  text-align: center;
  margin: 25px auto;
}
.stec-reminder-popup-wrapper-captcha .stec-reminder-popup-wrapper-captcha-placeholder {
  display: inline-block;
  width: auto;
  margin-top: 25px;
}
.stec-reminder-popup-wrapper-captcha > span:first-of-type {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #27282c;
}
.stec-reminder-popup-wrapper-captcha > span:last-of-type {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  color: #a6a6a6;
  margin-top: 20px;
}
.stec-reminder-popup-wrapper-settings {
  padding: 30px;
}
.stec-reminder-popup-wrapper-settings > span {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #27282c;
}
.stec-reminder-popup-wrapper-settings input[type="email"] {
  margin-top: 20px;
  width: 100%;
  padding: 0 10px;
}
.stec-reminder-popup-wrapper-settings .stec-reminder-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 10px;
}
.stec-reminder-popup-wrapper-settings .stec-reminder-flex input,
.stec-reminder-popup-wrapper-settings .stec-reminder-flex select,
.stec-reminder-popup-wrapper-settings .stec-reminder-flex span {
  font-size: 15px;
  color: #a6a6a6;
}
.stec-reminder-popup-wrapper-settings .stec-reminder-flex input:not(:first-child),
.stec-reminder-popup-wrapper-settings .stec-reminder-flex select:not(:first-child),
.stec-reminder-popup-wrapper-settings .stec-reminder-flex span:not(:first-child) {
  margin-left: 10px;
}
.stec-reminder-popup-wrapper-settings .stec-reminder-flex input {
  width: 48px;
  text-align: center;
}
.stec-reminder-popup-wrapper-settings .stec-reminder-flex select {
  width: 50%;
  text-indent: 13px;
}
.stec-reminder-popup-wrapper-settings .stec-reminder-flex span {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .stec-reminder-popup {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .stec-reminder-popup {
    z-index: 99999;
    overflow-y: auto;
  }
  .stec-reminder-popup button {
    border-bottom: 1px solid #ebebeb;
  }
}
.stec-rsvp-popup-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  left: 0;
  top: 0;
  font-family: Arial;
  color: #a6a6a6;
}
.stec-rsvp-popup-background * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stec-rsvp-popup-header {
  height: 140px;
  width: 100%;
  float: left;
  background-color: #133535;
  text-align: center;
  background-size: cover;
  background-position: 50%;
}
.stec-rsvp-popup-header i {
  color: #fff;
  font-size: 28px;
  border: 3px solid #fff;
  border-radius: 100%;
  padding: 15px;
  margin-top: 40px;
  background-color: inherit;
  height: 65px;
  width: 65px;
}
.stec-rsvp-popup {
  position: fixed;
  left: calc(50% - 175px);
  top: calc(50% - 200px);
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 350px;
  overflow: hidden;
}
.stec-rsvp-popup > button {
  width: 50%;
  float: left;
  height: 60px;
  border: none;
  color: #a6a6a6;
  border-top: 1px solid #ebebeb;
  cursor: pointer;
  font-size: 15px;
}
.stec-rsvp-popup .stec-rsvp-popup-button-cancel {
  background: #fbfbfb;
  border-right: 1px solid #ebebeb;
}
.stec-rsvp-popup .stec-rsvp-popup-button-cancel:hover {
  background: #ee3322;
  color: #fff;
}
.stec-rsvp-popup .stec-rsvp-popup-button-proceed {
  background: #fbfbfb;
}
.stec-rsvp-popup .stec-rsvp-popup-button-proceed:hover {
  background: #89ba16;
  color: #fff;
}
.stec-rsvp-popup .stec-rsvp-popup-button-close {
  background: #fbfbfb;
  width: 100%;
  border-right: none;
  border-left: none;
  display: none;
}
.stec-rsvp-popup .stec-rsvp-popup-button-close:hover {
  background: #89ba16;
  color: #fff;
}
.stec-rsvp-popup input,
.stec-rsvp-popup select {
  height: 38px;
  border: 1px solid #ebebeb;
  background: #fbfbfb;
  border-radius: 3px;
}
.stec-rsvp-popup-wrapper {
  position: relative;
  float: left;
  width: 100%;
}
.stec-rsvp-popup-wrapper .stec-layout-single-preloader,
.stec-rsvp-popup-wrapper .stec-preloader {
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
}
.stec-rsvp-popup-wrapper-status {
  display: none;
  width: 100%;
  text-align: center;
  margin: 25px auto;
  float: left;
}
.stec-rsvp-popup-wrapper-status > span:first-of-type {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #27282c;
}
.stec-rsvp-popup-wrapper-captcha {
  display: none;
  width: 100%;
  text-align: center;
  margin: 25px auto;
}
.stec-rsvp-popup-wrapper-captcha .stec-rsvp-popup-wrapper-captcha-placeholder {
  display: inline-block;
  width: auto;
  margin-top: 25px;
}
.stec-rsvp-popup-wrapper-captcha > span:first-of-type {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #27282c;
}
.stec-rsvp-popup-wrapper-captcha > span:last-of-type {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  color: #a6a6a6;
  margin-top: 20px;
}
.stec-rsvp-popup-wrapper-settings {
  padding: 30px;
}
.stec-rsvp-popup-wrapper-settings > span {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #27282c;
}
.stec-rsvp-popup-wrapper-settings input[type="text"],
.stec-rsvp-popup-wrapper-settings input[type="email"] {
  margin-top: 20px;
  width: 100%;
  padding: 0 10px;
}
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 10px;
}
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex input,
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex select,
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex span {
  font-size: 15px;
  color: #a6a6a6;
}
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex input:not(:first-child),
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex select:not(:first-child),
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex span:not(:first-child) {
  margin-left: 10px;
}
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex input {
  width: 48px;
  text-align: center;
}
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex select {
  width: 50%;
  text-indent: 13px;
}
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex span {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .stec-rsvp-popup {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .stec-rsvp-popup {
    z-index: 99999;
    overflow-y: auto;
  }
  .stec-rsvp-popup button {
    border-bottom: 1px solid #ebebeb;
  }
}
/* ***************************************************************************
    15. Sharer
*************************************************************************** */
.stec-share-template {
  display: none !important;
}
.stec-share {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 999999;
  left: 0;
  top: 0;
  font-family: Arial;
  color: #4d4f53;
  font-size: 15px;
}
.stec-share * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stec-share-wrap {
  padding: 20px;
}
.stec-share-block {
  position: fixed;
  left: calc(50% - 250px);
  top: calc(50% - 150px);
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 500px;
  overflow: hidden;
}
.stec-share-block .stec-share-block-top {
  background: #4d4f53;
  padding: 15px 15px;
  float: left;
  width: 100%;
}
.stec-share-block .stec-share-block-top > div i {
  color: #fff;
  font-size: 14px;
}
.stec-share-block .stec-share-block-title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 0 !important;
  color: #fff;
  margin-left: 5px;
}
.stec-share-block .stec-share-close {
  position: absolute;
  right: 15px;
  top: 14px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
}
.stec-share-block .stec-share-close:hover {
  color: #fc6e51;
}
.stec-share-block .stec-share-fw {
  width: 100%;
  float: left;
  margin-top: 15px;
  margin-bottom: 7px;
}
.stec-share-block .stec-share-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  float: left;
}
.stec-share-block .stec-share-flex button {
  padding: 0;
}
.stec-share-block .stec-share-flex:last-child {
  margin-bottom: 20px;
}
.stec-share-block .stec-share-text {
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
}
.stec-share-block input,
.stec-share-block textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 5px;
  background: #fff;
}
.stec-share-block input {
  height: 35px;
}
.stec-share-block textarea {
  height: 80px;
}
.stec-share-block button {
  background: #fff;
  color: #bdc1c8;
  height: 35px;
  width: 35px;
  min-width: 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-left: 10px;
  cursor: pointer;
}
.stec-share-block button i {
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  .stec-share-block {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .stec-share {
    z-index: 99999;
  }
}
.stec-email-event-template {
  display: none !important;
}
.stec-email-event {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 999999;
  left: 0;
  top: 0;
  font-family: Arial;
  color: #4d4f53;
  font-size: 15px;
}
.stec-email-event * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stec-email-event-wrap {
  padding: 20px;
  overflow: hidden;
}
.stec-email-event-block {
  position: fixed;
  left: calc(50% - 250px);
  top: calc(50% - 150px);
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 500px;
  overflow: hidden;
}
.stec-email-event-block .stec-email-event-block-top {
  background: #ff950b;
  padding: 15px 15px;
  float: left;
  width: 100%;
}
.stec-email-event-block .stec-email-event-block-top > div i {
  color: #fff;
  font-size: 14px;
}
.stec-email-event-block .stec-email-event-block-title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 0 !important;
  color: #fff;
  margin-left: 5px;
}
.stec-email-event-block .stec-email-event-close {
  position: absolute;
  right: 15px;
  top: 14px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
}
.stec-email-event-block .stec-email-event-close:hover {
  color: #fc6e51;
}
.stec-email-event-block .stec-email-event-fw {
  width: 100%;
  float: left;
  margin-top: 15px;
  margin-bottom: 7px;
}
.stec-email-event-block .stec-email-event-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  float: left;
}
.stec-email-event-block .stec-email-event-flex button {
  padding: 0;
}
.stec-email-event-block .stec-email-event-text {
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
}
.stec-email-event-block input,
.stec-email-event-block textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 5px;
  background: #fff;
}
.stec-email-event-block input {
  height: 35px;
}
.stec-email-event-block textarea {
  height: 80px;
}
.stec-email-event-block a {
  text-decoration: none;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .stec-email-event-block {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .stec-email-event {
    z-index: 99999;
  }
}
/* ***************************************************************************
    16. Booking
*************************************************************************** */
.stec-booking-popup-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99999;
  left: 0;
  top: 0;
  font-family: Arial;
  color: #a6a6a6;
  overflow-y: auto;
}
.stec-booking-popup-background * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stec-booking-section {
  width: 100%;
  float: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ececec;
  clear: both;
}
.stec-booking-popup-header {
  height: 240px;
  width: 100%;
  float: left;
  background-color: #133535;
  text-align: center;
  background-size: cover;
  background-position: 50%;
}
.stec-booking-popup-header i {
  color: #fff;
  font-size: 28px;
  border: 3px solid #fff;
  border-radius: 100%;
  padding: 15px;
  margin-top: 40px;
  background-color: inherit;
}
.stec-booking-popup {
  position: absolute;
  left: calc(50% - 400px);
  top: 100px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 800px;
  margin-bottom: 100px;
}
.stec-booking-popup > button {
  width: 50%;
  float: left;
  height: 60px;
  border: none;
  color: #a6a6a6;
  border-top: 1px solid #ebebeb;
  cursor: pointer;
  font-size: 15px;
}
.stec-booking-popup .stec-booking-popup-error {
  width: 100%;
  float: left;
  clear: both;
  font-size: 16px;
  color: #d31f27;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
.stec-booking-popup .stec-booking-popup-close {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #000;
  color: #fff;
  font-size: 14px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.stec-booking-popup .stec-booking-popup-close:hover {
  background: #fff;
  color: #000;
}
.stec-booking-popup-wrapper {
  position: relative;
  float: left;
  width: 100%;
  padding: 20px;
}
.stec-booking-popup-wrapper .stec-booking-popup-wrapper-block-action {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  opacity: 0.5;
  display: none;
}
.stec-booking-popup-wrapper .stec-booking-event-date {
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 1;
  width: 100%;
  float: left;
}
.stec-booking-popup-wrapper input {
  border-radius: 3px;
  box-shadow: none;
  height: 50px;
  float: left;
  border: none;
  padding: 0 10px;
  width: 100%;
}
.stec-booking-popup-wrapper input[name="discount"] {
  margin-bottom: 15px;
}
.stec-booking-popup-wrapper .stec-scrollable {
  overflow: hidden;
  float: left;
  width: 100%;
  max-height: 350px;
}
.stec-booking-popup-wrapper .stec-scroll-container {
  float: left;
  clear: both;
  width: 100%;
}
.stec-booking-popup-wrapper .stec-scroll-container .stec-scrollable {
  width: 100%;
  max-width: calc(100% - 30px);
}
.stec-booking-popup-wrapper .stec-booking-items {
  width: 100%;
  float: left;
  overflow: hidden;
}
.stec-booking-popup-wrapper .stec-booking-item {
  width: 100%;
  float: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
}
.stec-booking-popup-wrapper .stec-booking-item:not(:first-child) {
  margin-top: 15px;
}
.stec-booking-popup-wrapper .stec-booking-item:last-child {
  border: none;
}
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-additional-information,
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-price,
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-title {
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  float: left;
  clear: both;
}
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-additional-information {
  margin-top: 10px;
}
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-price {
  margin-top: 10px;
}
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-until {
  font-size: 12px;
  width: 100%;
  float: left;
  clear: both;
}
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-tickets-left {
  font-size: 12px;
  width: 100%;
  float: left;
  clear: both;
  color: #e25261;
}
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-quantity {
  max-width: 80px;
  float: right;
}
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-out-of-stock {
  white-space: nowrap;
  font-size: 12px;
  min-width: 80px;
  display: block;
  text-align: center;
}
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-desc {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.stec-booking-popup-wrapper .stec-booking-popup-summary {
  width: 100%;
  float: left;
  clear: both;
  border-top: 1px solid #ececec;
  margin-top: 15px;
  padding-top: 15px;
}
.stec-booking-popup-wrapper .stec-booking-popup-summary .stec-booking-summary-total {
  font-weight: bold;
  font-size: 16px;
}
.stec-booking-popup-wrapper .stec-layout-single-preloader,
.stec-booking-popup-wrapper .stec-preloader {
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .stec-booking-popup {
    width: 100%;
    height: 100%;
    top: 60px;
    left: 0;
    z-index: 99999;
    overflow: visible;
    margin-bottom: 60px;
  }
  .stec-booking-popup .stec-booking-popup-close {
    top: -47px;
    left: calc(50% - 15px);
  }
}
/* ***************************************************************************
    17. Animation
*************************************************************************** */
.stec-layout-agenda-eventholder-form,
.stec-event-holder {
  position: relative;
  z-index: 1;
}
.stec-layout-agenda-eventholder-form .stec-layout-event-perspective,
.stec-event-holder .stec-layout-event-perspective {
  perspective: 2000px;
}
.stec-layout-agenda-eventholder-form .stec-layout-event-preview,
.stec-event-holder .stec-layout-event-preview {
  transform-origin: top;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  height: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background: #999;
}
.stec-layout-agenda-eventholder-form .stec-layout-event-preview.stec-layout-event-preview-animate,
.stec-event-holder .stec-layout-event-preview.stec-layout-event-preview-animate {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  height: 85px;
  overflow: hidden;
  background: #fff;
}
.stec-layout-agenda-eventholder-form .stec-layout-event-preview.stec-layout-event-preview-animate-complete,
.stec-event-holder .stec-layout-event-preview.stec-layout-event-preview-animate-complete {
  -webkit-transition: none 0.25s linear;
  transition: none 0.25s linear;
  -webkit-transform: none;
  transform: none;
  height: 85px;
  background: #fff;
}
.stec-layout-month-daycell.active .stec-layout-month-daycell-wrap {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.stec-layout-month-daycell.active p {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.stec-layout-week-daycell.active .stec-layout-week-daycell-wrap {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.stec-layout-week-daycell.active p {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.stec-layout-agenda-daycell.active {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.stec-layout-agenda-daycell.active .stec-layout-agenda-daycell-event {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.stec-layout-agenda-daycell.active p {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.stec-layout-agenda-events-all-list {
  position: relative;
  z-index: 1;
}
.stec-layout-agenda-events-all-list .stec-layout-event-perspective {
  perspective: 2000px;
}
.stec-layout-agenda-events-all-list .stec-layout-event-preview {
  transform-origin: top;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  height: 0;
  background: #999;
}
.stec-layout-agenda-events-all-list .stec-layout-event-preview.stec-layout-event-preview-animate {
  overflow: hidden;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  height: 85px;
  background: #fff;
}
.stec-layout-agenda-events-all-list .stec-layout-event-preview.stec-layout-event-preview-animate-complete {
  -webkit-transition: none 0.25s linear;
  transition: none 0.25s linear;
  -webkit-transform: none;
  transform: none;
  height: 85px;
  background: #fff;
}
.stec-layout-agenda-eventholder-form .stec-layout-event-preview-size-big .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate,
.stec-event-holder .stec-layout-event-preview-size-big .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate,
.stec-layout-agenda-events-all-list .stec-layout-event-preview-size-big .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate,
.stec-layout-agenda-eventholder-form .stec-layout-event-preview-size-big .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate-complete,
.stec-event-holder .stec-layout-event-preview-size-big .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate-complete,
.stec-layout-agenda-events-all-list .stec-layout-event-preview-size-big .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate-complete {
  height: 100px;
}
.stec-layout-agenda-eventholder-form .stec-layout-event.stec-layout-event-animate-queue,
.stec-event-holder .stec-layout-event.stec-layout-event-animate-queue,
.stec-layout-agenda-events-all-list .stec-layout-event.stec-layout-event-animate-queue {
  height: 0 !important;
  margin: 0 !important;
}
.stec-media-small .stec-layout-agenda-eventholder-form .stec-layout-event-perspective,
.stec-media-small .stec-event-holder .stec-layout-event-perspective,
.stec-media-small .stec-layout-agenda-events-all-list .stec-layout-event-perspective {
  perspective: 1000px;
}
.stec-media-small .stec-layout-agenda-eventholder-form .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate,
.stec-media-small .stec-event-holder .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate,
.stec-media-small .stec-layout-agenda-events-all-list .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate,
.stec-media-small .stec-layout-agenda-eventholder-form .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate-complete,
.stec-media-small .stec-event-holder .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate-complete,
.stec-media-small .stec-layout-agenda-events-all-list .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate-complete {
  height: 100px;
}
.stec-media-small .stec-layout-agenda-eventholder-form .stec-layout-event-preview-size-big .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate,
.stec-media-small .stec-event-holder .stec-layout-event-preview-size-big .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate,
.stec-media-small .stec-layout-agenda-events-all-list .stec-layout-event-preview-size-big .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate,
.stec-media-small .stec-layout-agenda-eventholder-form .stec-layout-event-preview-size-big .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate-complete,
.stec-media-small .stec-event-holder .stec-layout-event-preview-size-big .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate-complete,
.stec-media-small .stec-layout-agenda-events-all-list .stec-layout-event-preview-size-big .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate-complete {
  height: 150px;
}
.stec-tooltip {
  -webkit-transition: opacity 0.35s ease, margin 0.35s ease;
  transition: opacity 0.35s ease, margin 0.35s ease;
  /* this is correct ! */
}
.stec-layout-week-daycell-event:hover,
.stec-layout-month-daycell-event:hover {
  -webkit-transition: filter 0.35s ease, -webkit-filter 0.35s ease;
  transition: filter 0.35s ease, -webkit-filter 0.35s ease;
  /* this is correct ! */
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}
/* ***************************************************************************
    18. Forecast icons
*************************************************************************** */
.stec-forecast-icon-clear-day {
  background-image: url(forecast/2.svg);
}
.stec-forecast-icon-clear-night {
  background-image: url(forecast/3.svg);
}
.stec-forecast-icon-cloudy-day {
  background-image: url(forecast/8.svg);
}
.stec-forecast-icon-cloudy-night {
  background-image: url(forecast/9.svg);
}
.stec-forecast-icon-cloudy {
  background-image: url(forecast/14.svg);
}
.stec-forecast-icon-overcast {
  background-image: url(forecast/25.svg);
}
.stec-forecast-icon-mist {
  background-image: url(forecast/13.svg);
}
.stec-forecast-icon-rain-patch {
  background-image: url(forecast/17.svg);
}
.stec-forecast-icon-snow-patch {
  background-image: url(forecast/21.svg);
}
.stec-forecast-icon-sleet {
  background-image: url(forecast/24.svg);
}
.stec-forecast-icon-drizzle {
  background-image: url(forecast/17.svg);
}
.stec-forecast-drizzle-light {
  background-image: url(forecast/17.svg);
}
.stec-forecast-icon-thunder {
  background-image: url(forecast/26.svg);
}
.stec-forecast-icon-snow-wind {
  background-image: url(forecast/23.svg);
}
.stec-forecast-icon-drizzle-light {
  background-image: url(forecast/17.svg);
}
.stec-forecast-icon-freezing-drizzle {
  background-image: url(forecast/22.svg);
}
.stec-forecast-icon-rain-light {
  background-image: url(forecast/17.svg);
}
.stec-forecast-icon-rain {
  background-image: url(forecast/18.svg);
}
.stec-forecast-icon-sleet {
  background-image: url(forecast/22.svg);
}
.stec-forecast-icon-snow-light {
  background-image: url(forecast/21.svg);
}
.stec-forecast-icon-snow {
  background-image: url(forecast/23.svg);
}
.stec-forecast-icon-ice-pellets {
  background-image: url(forecast/24.svg);
}
.stec-forecast-icon-rain-wind {
  background-image: url(forecast/20.svg);
}
.stec-forecast-icon-na {
  background-image: url(forecast/45.svg);
}
/* ***************************************************************************
    19. Media Medium
*************************************************************************** */
.stec-media-med {
  /* TOP */
  /* MONTH LAYOUT */
  /* WEEK LAYOUT */
  /* EVENTS */
  /* INTRO */
  /* LOCATION TAB */
  /* ATTENDANCE TAB */
  /* FORECAST TAB */
  /* WOOCOMMERCE TAB */
}
.stec-media-med .stec-top-menu li[data-action="today"] p:not(.stec-top-menu-count) {
  display: none;
}
.stec-media-med .stec-top-menu li[data-action="today"] i {
  display: block;
}
.stec-media-med .stec-top-menu-layouts {
  display: none;
}
.stec-media-med .stec-top-dropmenu-layouts {
  display: block;
}
.stec-media-med .stec-layout-month-daylabel p {
  display: block;
}
.stec-media-med .stec-layout-month-daylabel p:first-child,
.stec-media-med .stec-layout-month-daylabel p:last-child {
  display: none;
}
.stec-media-med .stec-layout-week-daylabel p {
  display: block;
}
.stec-media-med .stec-layout-week-daylabel p:first-child,
.stec-media-med .stec-layout-week-daylabel p:last-child {
  display: none;
}
.stec-media-med .stec-layout-event-inner-top-tabs li p {
  display: none;
}
.stec-media-med .stec-layout-event-inner-top-tabs li i {
  display: block;
}
.stec-media-med .stec-layout-event-inner-intro-share-and-export {
  display: block;
}
.stec-media-med .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share {
  width: 100%;
  text-align: center;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.stec-media-med .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-export {
  float: left;
  width: 100%;
}
.stec-media-med .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-export form {
  width: 100%;
}
.stec-media-med .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-export button,
.stec-media-med .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-export a {
  width: 100%;
  margin: 0;
  margin-top: 10px;
  float: left;
  text-align: center;
}
.stec-media-med .stec-layout-event-inner-location .stec-layout-event-inner-location-left {
  width: 100%;
  clear: both;
  padding: 20px;
}
.stec-media-med .stec-layout-event-inner-location .stec-layout-event-inner-location-right {
  position: relative;
  width: 100%;
  clear: both;
  height: 275px;
}
.stec-media-med .stec-layout-event-inner-location .stec-layout-event-inner-location-address {
  margin-bottom: 30px;
}
.stec-media-med .stec-layout-event-inner-location .stec-layout-event-inner-location-left:last-child {
  margin-top: 10px;
}
.stec-media-med .stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee {
  width: calc(100% / 3);
}
.stec-media-med .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details {
  display: block;
}
.stec-media-med .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left {
  width: 100%;
  float: left;
}
.stec-media-med .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-right {
  margin-top: 25px;
  width: 100%;
  max-width: 100%;
  float: left;
}
.stec-media-med .stec-layout-event-inner-shop .stec-layout-event-inner-shop-top > p:not(:first-child) {
  margin-left: 20px;
}
.stec-media-med .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-addtocart {
  padding: 15px 16px;
}
.stec-media-med .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-addtocart p {
  display: none;
}
.stec-media-med .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-addtocart i {
  display: block;
}
.stec-media-med .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product > *:not(:first-child) {
  margin-left: 20px;
}
.stec-media-med .stec-layout-event.stec-event-featured .stec-layout-event-preview-left-text-featured span {
  display: none;
}
.stec-media-med .stec-layout-event.stec-event-featured .stec-layout-event-preview-left-text-featured i {
  display: block;
}
/* ***************************************************************************
    20. Media Small
*************************************************************************** */
.stec-media-small {
  /* MONTH LAYOUT */
  /* WEEK LAYOUT */
  /* EVENTS */
  /* WOOCOMMERCE TAB */
  /* BOOKING */
}
.stec-media-small .stec-top .stec-top-menu:first-of-type {
  margin-right: 0;
}
.stec-media-small .stec-top .stec-top-menu li[data-action="today"] p:not(.stec-top-menu-count) {
  display: none;
}
.stec-media-small .stec-top .stec-top-menu li[data-action="today"] i {
  display: block;
}
.stec-media-small .stec-top .stec-top-menu-count {
  position: absolute;
  right: -12px;
  top: -12px;
  border-radius: 100%;
  z-index: 1;
}
.stec-media-small .stec-top .stec-top-menu-date-small {
  display: block;
  margin-bottom: 10px;
}
.stec-media-small .stec-top .stec-top-menu-layouts {
  display: none;
}
.stec-media-small .stec-top .stec-top-dropmenu-layouts {
  display: block;
}
.stec-media-small .stec-top .stec-top-menu-date {
  display: none;
}
.stec-media-small .stec-top .stec-top-search-dropdown {
  max-width: 320px;
}
.stec-media-small .stec-top .stec-top-menu-filter-calendar-dropdown {
  max-width: 320px;
}
.stec-media-small .stec-layout-month-daylabel p {
  display: none;
}
.stec-media-small .stec-layout-month-daylabel p:last-child {
  display: block;
}
.stec-media-small .stec-layout-month-daycell {
  height: 50px;
}
.stec-media-small .stec-layout-month-daycell .stec-layout-month-daycell-wrap .stec-layout-month-daycell-num {
  font-size: 12px;
  top: 7px;
  left: 7px;
  width: 16px;
  height: 15px;
  line-height: 15px;
}
.stec-media-small .stec-layout-month-daycell-today .stec-layout-month-daycell-num::before {
  left: calc(50% - 10px);
  padding: 10px;
  top: -3px;
}
.stec-media-small .stec-layout-month-daycell-events {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 100%;
}
.stec-media-small .stec-layout-month-daycell-event {
  height: 4px;
}
.stec-media-small .stec-layout-month-daycell-event[data-pos="2"] {
  top: 5px;
}
.stec-media-small .stec-layout-month-daycell-event[data-pos="3"] {
  top: 10px;
}
.stec-media-small .stec-layout-month-daycell-event-start {
  width: calc(100% - 3px);
  margin-left: 2px;
}
.stec-media-small .stec-layout-month-daycell-event-end {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: calc(100% - 3px);
  margin-right: 2px;
}
.stec-media-small .stec-layout-month-daycell-event-start.stec-layout-month-daycell-event-end {
  width: calc(100% - 5px);
  margin-left: 2px;
  margin-right: 2px;
}
.stec-media-small .stec-layout-month-daycell-event-name {
  display: none;
}
.stec-media-small .stec-layout-month-daycell-eventmore {
  height: 4px;
}
.stec-media-small .stec-layout-month-daycell-eventmore .stec-layout-month-daycell-eventmore-count-dot {
  display: block;
}
.stec-media-small .stec-layout-month-daycell-eventmore .stec-layout-month-daycell-eventmore-count {
  display: none;
}
.stec-media-small .stec-layout-week-daylabel p {
  display: none;
}
.stec-media-small .stec-layout-week-daylabel p:last-child {
  display: block;
}
.stec-media-small .stec-layout-week-daycell {
  height: 50px;
}
.stec-media-small .stec-layout-week-daycell {
  height: 50px;
}
.stec-media-small .stec-layout-week-daycell .stec-layout-week-daycell-wrap .stec-layout-week-daycell-num {
  font-size: 12px;
  top: 7px;
  left: 7px;
  width: 15px;
  height: 15px;
  line-height: 15px;
}
.stec-media-small .stec-layout-week-daycell-today .stec-layout-week-daycell-num::before {
  left: calc(50% - 10px);
  padding: 10px;
  top: -3px;
}
.stec-media-small .stec-layout-week-daycell-events {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 100%;
}
.stec-media-small .stec-layout-week-daycell-event {
  height: 4px;
}
.stec-media-small .stec-layout-week-daycell-event[data-pos="2"] {
  top: 5px;
}
.stec-media-small .stec-layout-week-daycell-event[data-pos="3"] {
  top: 10px;
}
.stec-media-small .stec-layout-week-daycell-event-start {
  width: calc(100% - 3px);
  margin-left: 2px;
}
.stec-media-small .stec-layout-week-daycell-event-end {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: calc(100% - 3px);
  margin-right: 2px;
}
.stec-media-small .stec-layout-week-daycell-event-start.stec-layout-week-daycell-event-end {
  width: calc(100% - 5px);
  margin-left: 2px;
  margin-right: 2px;
}
.stec-media-small .stec-layout-week-daycell-event-name {
  display: none;
}
.stec-media-small .stec-layout-week-daycell-eventmore {
  height: 4px;
}
.stec-media-small .stec-layout-week-daycell-eventmore .stec-layout-week-daycell-eventmore-count-dot {
  display: block;
}
.stec-media-small .stec-layout-week-daycell-eventmore .stec-layout-week-daycell-eventmore-count {
  display: none;
}
.stec-media-small .stec-layout-event-preview {
  padding: 10px 0;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left {
  overflow: hidden;
  margin-left: 10px;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text {
  margin-left: 0;
  padding: 0 10px;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-title {
  font-size: 14px;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon {
  border-radius: 3px;
  height: 38px;
  min-width: 38px;
  width: 38px;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon > i {
  line-height: 38px;
  font-size: 20px;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon .stec-layout-event-preview-left-icon-date {
  margin-top: 6px;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon .stec-layout-event-preview-left-icon-date-number {
  font-size: 16px;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon .stec-layout-event-preview-left-icon-date-month {
  font-size: 10px;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-secondary,
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-sub {
  font-size: 11px;
  margin-top: 5px;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-separator a {
  margin-top: 10px;
  margin-left: -13px;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-secondary {
  margin-top: 0;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-secondary span {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-right {
  display: none;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left-awaiting-approval-cancel,
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left-event-edit,
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left-reminder-toggle {
  display: block;
  margin-top: 0;
}
.stec-media-small .stec-layout-event-inner-button-style {
  padding: 15px;
}
.stec-media-small .stec-layout-event-inner-button-style p {
  font-size: 12px;
}
.stec-media-small .stec-layout-event-inner-top-tabs li p {
  display: none;
}
.stec-media-small .stec-layout-event-inner-top-tabs li i {
  display: block;
}
.stec-media-small .stec-layout-event-inner-top-tabs li {
  padding: 8px 0 !important;
}
.stec-media-small .stec-layout-event-inner-intro {
  padding: 20px;
  /* intro slider */
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-section {
  margin-top: 35px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-section:first-child {
  margin-top: 0;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-title {
  font-size: 18px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-social li i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 14px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-desc p,
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-desc a {
  font-size: 14px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media {
  margin-top: 0 ;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-social {
  margin-top: 30px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls {
  height: 50px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-prev,
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-next {
  height: 50px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-prev i,
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-next i {
  line-height: 50px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls-list-wrap {
  height: 50px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls-list {
  height: 50px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls-list li {
  height: 50px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content > div > div {
  display: none;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content-subs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content-subs p {
  font-size: 14px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content-subs span {
  font-size: 12px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-counter li {
  width: 70px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-counter-num {
  font-size: 20px;
  line-height: 1.6;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-counter-label {
  font-size: 10px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers,
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-event-status-text,
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-counter {
  margin-bottom: 0;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer:first-child {
  padding-top: 35px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-attendance {
  padding-top: 0;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-section-tickets-default {
  display: none;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-section-tickets-small {
  display: block;
}
.stec-media-small .stec-layout-event-inner-intro-share-and-export {
  display: block;
}
.stec-media-small .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share {
  width: 100%;
  text-align: center;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.stec-media-small .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-export {
  float: left;
  width: 100%;
}
.stec-media-small .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-export form {
  width: 100%;
}
.stec-media-small .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-export button,
.stec-media-small .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-export a {
  width: 100%;
  margin: 0;
  margin-top: 10px;
  float: left;
  text-align: center;
}
.stec-media-small .stec-layout-event-inner-location .stec-layout-event-inner-location-left {
  width: 100%;
  clear: both;
}
.stec-media-small .stec-layout-event-inner-location .stec-layout-event-inner-location-right {
  position: relative;
  width: 100%;
  clear: both;
  height: 275px;
}
.stec-media-small .stec-layout-event-inner-location .stec-layout-event-inner-location-address {
  margin-bottom: 20px;
}
.stec-media-small .stec-layout-event-inner-location .stec-layout-event-inner-location-left:last-child {
  margin-top: 0px;
}
.stec-media-small .stec-layout-event-inner-location .stec-layout-event-inner-location-left p {
  font-size: 13px;
}
.stec-media-small .stec-layout-event-inner-location p.stec-layout-event-inner-location-left-title {
  font-size: 18px;
}
.stec-media-small .stec-layout-event-inner-location .stec-layout-event-inner-location-left {
  padding: 20px;
}
.stec-media-small .stec-layout-event-inner-location .stec-layout-event-inner-location-left button {
  padding: 0 10px;
  height: 40px;
  font-size: 12px;
}
.stec-media-small .stec-layout-event-inner-schedule {
  padding: 20px;
}
.stec-media-small .stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-preview {
  display: block;
}
.stec-media-small .stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-preview .stec-layout-event-inner-schedule-tab-left,
.stec-media-small .stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-preview .stec-layout-event-inner-schedule-tab-right {
  width: 100%;
  float: left;
}
.stec-media-small .stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-preview .stec-layout-event-inner-schedule-tab-left span {
  font-size: 12px;
}
.stec-media-small .stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-preview .stec-layout-event-inner-schedule-tab-right-title span {
  font-size: 16px;
}
.stec-media-small .stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-preview .stec-layout-event-inner-schedule-tab-right-title i {
  font-size: 20px;
}
.stec-media-small .stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left {
  width: 100%;
  float: left;
}
.stec-media-small .stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar {
  float: none;
  margin: 0 auto;
}
.stec-media-small .stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-right {
  width: 100%;
  margin-top: 20px;
}
.stec-media-small .stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-right-title {
  text-align: center;
  width: 100%;
  font-size: 18px;
}
.stec-media-small .stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-right-desc p {
  font-size: 13px;
}
.stec-media-small .stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest {
  padding: 20px;
}
.stec-media-small .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-image {
  float: none;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.stec-media-small .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-content {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
}
.stec-media-small .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-social {
  text-align: center;
}
.stec-media-small .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-social > a {
  float: none;
  display: inline-block;
}
.stec-media-small .stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendees {
  padding: 20px;
}
.stec-media-small .stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee {
  width: calc(100% / 2);
  height: 200px;
}
.stec-media-small .stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-invited {
  display: block;
}
.stec-media-small .stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-invited .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;
  float: none;
  width: 100%;
  height: 45px;
  margin-top: 20px;
}
.stec-media-small .stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-invited-buttons {
  width: 100%;
  float: left;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.stec-media-small .stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-invited p {
  text-align: center;
}
.stec-media-small .stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee p {
  font-size: 14px;
  max-width: 150px;
  float: none;
  margin: 20px auto 0;
}
.stec-media-small .stec-layout-event-inner-forecast {
  padding: 20px;
}
.stec-media-small .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today {
  display: block;
  width: 100%;
  float: left;
}
.stec-media-small .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-forecast-today-left {
  width: 100%;
  float: left;
}
.stec-media-small .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-current-text {
  font-size: 16px;
}
.stec-media-small .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-current-temp {
  font-size: 32px;
}
.stec-media-small .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-forecast-today-right {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.stec-media-small .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-forecast-today-right p {
  font-size: 16px;
}
.stec-media-small .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details {
  display: block;
  width: 100%;
  float: left;
}
.stec-media-small .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left {
  display: block;
  width: 100%;
  float: left;
  min-width: 0;
}
.stec-media-small .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-top p {
  font-size: 12px;
}
.stec-media-small .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-day p {
  font-size: 16px;
}
.stec-media-small .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-right {
  display: block;
  width: 100%;
  float: left;
  margin-top: 20px;
  max-width: 100%;
}
.stec-media-small .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details > div > p {
  font-size: 16px;
}
.stec-media-small .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-top-title {
  font-size: 16px;
}
.stec-media-small .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-top-date {
  font-size: 12px;
  margin-top: 3px;
}
.stec-media-small .stec-layout-event-inner-comments {
  padding: 20px;
}
.stec-media-small .stec-layout-event-inner-shop {
  padding: 20px;
}
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-top {
  display: none;
}
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product-status span {
  margin-top: 20px;
}
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product {
  position: relative;
  float: left;
  display: block;
}
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-addtocart {
  padding: 15px 16px;
}
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-addtocart p {
  display: none;
}
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-addtocart i {
  display: block;
}
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product > * {
  margin-left: 0;
  width: 100%;
  float: left;
}
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-quantity > span:first-child,
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-price > span:first-child {
  display: inline-block;
  margin-right: 10px;
}
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-ajax-status i,
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-ajax-status .stec-preloader {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
}
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-ajax-status .stec-preloader {
  margin-left: 7px;
}
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-quantity {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 20px;
}
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product > div:last-child {
  float: right;
  width: 52px;
  position: absolute;
  bottom: 30px;
  right: 0;
}
.stec-media-small .stec-layout-event.stec-no-icon .stec-layout-event-preview-left-icon {
  min-width: 10px;
  width: 10px;
}
.stec-media-small .stec-layout-event.stec-event-featured .stec-layout-event-preview-left-text-featured span {
  display: none;
}
.stec-media-small .stec-layout-event.stec-event-featured .stec-layout-event-preview-left-text-featured i {
  display: block;
  font-size: 14px;
}
.stec-media-small .stec-layout-event-create-form-inner {
  padding: 20px;
}
.stec-media-small .stec-layout-event-create-form-inner p {
  font-size: 14px;
}
.stec-media-small .stec-form-booking .stec-style-flexbox {
  display: block;
}
.stec-media-small .stec-form-booking .stec-form-booking-cart-and-checkout {
  float: left;
  clear: both;
  margin-top: 5px;
}
/* Modal event content */
.stec-layout-event-inner.stec-media-small.stec-modal {
  max-width: 100%;
  top: 60px;
  left: 0;
  position: absolute;
}
.stec-layout-event-inner.stec-media-small.stec-modal .stec-layout-event-inner-close {
  left: calc(50% - 15px);
  top: -47px;
}
@media all and (max-width: 750px) {
  .stec-layout-event-inner-out-wrapper {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media all and (max-width: 600px) {
  .stec-fixed-message {
    min-width: 300px;
    padding: 10px;
  }
  .stec-fixed-message > div i {
    font-size: 29px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .stec-fixed-message > div p {
    font-size: 14px;
    width: 100%;
  }
  .stec-fixed-message > div span {
    font-size: 12px;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */