/* RESETS */
.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-style-flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.stec-style-flexbox .stec-style-select,
.stec-style-flexbox .stec-style-input {
    width: 100%;
}
.stec-style-flexbox .stec-style-select:first-child,
.stec-style-flexbox .stec-style-input:first-child {
    margin-right: 10px;
}
.stec-style-title-3 {
    color: #212121;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}
.stec-style-select,
.stec-style-input {
    background-color: #fff;
    border: 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 {
    -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;
}
/* GENERAL */
.stec {
    width: 100%;
    min-width: 280px;
}
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;
}
/* TOP MENU */
.stec-top-menu-date-small {
    margin-bottom: 8px;
    display: none;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
}
.stec-mobile {
    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: 'Montserrat';
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 45px;
}
.stec-top .stec-top-menu-date-dropdown {
    background: inherit;
    height: calc(45px * 7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}
.stec-top .stec-top-menu-date-dropdown ul {
    margin: 0 !important;
    padding: 0 !important;
}
.stec-top .stec-top-menu-date-dropdown ul li {
    margin: 0 !important;
    padding: 0 !important;
}
.stec-top .stec-top-menu-date-week .stec-top-menu-date-dropdown {
    border-radius: 3px;
}
.stec-top .stec-top-menu-date-day .stec-top-menu-date-dropdown {
    border-radius: 3px 0 3px 3px;
}
.stec-top .stec-top-menu-date-month .stec-top-menu-date-dropdown {
    border-radius: 3px 0 3px 3px;
}
.stec-top .stec-top-menu-date-year .stec-top-menu-date-dropdown {
    border-radius: 0 3px 3px 3px;
}
.stec-top .stec-top-menu-date-control-up {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    height: 45px;
    line-height: 45px;
    z-index: 1;
    background-color: #f15e6e;
}
.stec-top .stec-top-menu-date-control-down {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    height: 45px;
    line-height: 45px;
    z-index: 1;
    background-color: #f15e6e;
}
.stec-top .stec-top-menu-date ul {
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    overflow: hidden;
}
.stec-top .stec-top-menu-date ul li {
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 45px;
}
.stec-top .stec-top-menu-date-control-up:hover,
.stec-top .stec-top-menu-date-control-down:hover,
.stec-top .stec-top-menu-date ul li.active,
.stec-top .stec-top-menu-date ul li:hover {
    background-color: #e04d5d;
}
.stec-top .stec-top-menu-search.active .stec-top-search-dropdown {
    visibility: visible;
    opacity: 1;
}
.stec-top .stec-top-menu-search .stec-top-search-dropdown {
    position: absolute;
    top: 45px;
    /*left: ~"calc(50% - 139px)"; this is now calc by js */
    left: 0 ;
    width: 370px;
    background-color: #f15e6e;
    border-radius: 3px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.stec-top .stec-top-menu-search .stec-top-search-dropdown .stec-top-search-dropdown-noresult {
    padding: 15px;
    float: left;
    display: none;
}
.stec-top .stec-top-menu-search .stec-top-search-form {
    background: #fff;
    border-radius: 3px;
    width: calc(100% - 30px);
    margin: 15px;
    float: left;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.stec-top .stec-top-menu-search .stec-top-search-form input {
    box-shadow: none;
    background: inherit;
    border: none;
    width: 100%;
    padding: 0 15px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    color: #bdc1c8;
}
.stec-top .stec-top-menu-search .stec-top-search-form a i {
    padding: 12px 15px;
}
.stec-top .stec-top-menu-search .stec-top-search-results {
    float: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
.stec-top .stec-top-menu-search .stec-top-search-results li {
    min-height: 30px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-top .stec-top-menu-search .stec-top-search-results li i {
    border-radius: 4px;
    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%;
}
/* calendar filter dropdown */
.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 > div > div {
    width: 100%;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}
.stec-top-menu-filter-dropdown > div > div:last-child {
    margin-right: 0;
}
.stec-top-menu-filter-dropdown > div > div > div {
    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 > div > div > div > i,
.stec-top-menu-filter-dropdown > div > div > div span {
    line-height: 38px;
}
.stec-top-menu-filter-dropdown > div > div span {
    font-family: Roboto;
    font-size: 14px;
    color: #fff;
    text-indent: 5px;
    display: inline-block;
}
.stec-top-menu-filter-dropdown > div > div i {
    color: #fff;
    font-size: 14px;
}
.stec-top-menu-filter-dropdown > div > div i:last-child {
    float: right;
}
.stec-top-menu-filter-dropdown > div > div > ul {
    display: none;
    background: #f15e6e;
    position: absolute;
    top: 39px;
    left: 0;
    width: 100%;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
}
.stec-top-menu-filter-dropdown > div > div > ul li {
    background: #e04d5d;
    width: 100%;
    float: left;
    margin-bottom: 1px;
    padding: 8px 10px;
    font-family: Roboto;
    font-size: 14px;
    color: #fff;
}
.stec-top-menu-filter-dropdown > div > div > ul li:last-child {
    margin-bottom: 0;
}
.stec-top-menu-filter-dropdown > div > div > ul li i,
.stec-top-menu-filter-dropdown > div > div > ul li span {
    float: left;
}
.stec-top-menu-filter-dropdown > div > div > ul li span {
    text-indent: 0;
    display: inline-block;
    max-width: calc(100% - 20px);
    padding-left: 10px;
    line-height: 1.6;
}
.stec-top-menu-filter-dropdown > div > div > ul li i {
    margin-top: 4px;
}
.stec-top-menu-filter-dropdown > div > div.active > div {
    background: #e04d5d;
    border-color: #e04d5d;
    border-radius: 3px 3px 0 0;
}
.stec-top-menu-filter-dropdown > div > div.active > ul {
    display: block;
}
.stec-media-small .stec-top-menu-filter-dropdown {
    top: 76px;
    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%;
}
.stec-layout {
    width: inherit;
}
/* FEATURED */
.stec-layout-event {
    position: relative;
}
.stec-layout-event.stec-event-featured-bg .stec-layout-event-preview::before {
    width: 100%;
    height: 85px;
    background-image: url(../png/featured_bg_big.png);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.stec-layout-event.stec-event-featured .stec-layout-event-preview-left .stec-layout-event-preview-left-text-featured {
    display: block;
}
.stec-layout-week-daycell-event.stec-event-featured-bg,
.stec-layout-month-daycell-event.stec-event-featured-bg {
    background-image: url(../png/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;
}
/* MONTH LAYOUT */
.stec-layout-month {
    width: calc(100% - 1px);
    border-collapse: collapse;
    table-layout: fixed;
}
.stec-layout-month td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-month td:first-child {
    border-left: none;
}
.stec-layout-month td:last-child {
    border-right: none;
}
.stec-layout-month-eventholder:last-child td {
    border-bottom: none;
}
.stec-layout-month-eventholder:last-child .stec-layout-event:not(.active):last-child {
    border-radius: 0 0 3px 3px;
}
.stec-layout-month-eventholder:last-child .stec-layout-event:not(.active):last-child .stec-layout-event-preview {
    border-radius: 0 0 3px 3px;
}
.stec-layout-month-daylabel {
    height: 45px;
}
.stec-layout-month-daylabel td {
    border-top: none;
}
.stec-layout-month-daylabel td:first-child {
    border-top-left-radius: 3px;
}
.stec-layout-month-daylabel td:last-child {
    border-top-right-radius: 3px;
}
.stec-layout-month-daylabel p {
    display: none;
    text-align: center;
    line-height: 45px;
}
.stec-layout-month-daylabel p:first-child {
    display: block;
}
/* round borders */
.stec-layout-month-weekrow-last td {
    border-bottom: none;
}
.stec-layout-month-weekrow-last td:first-child {
    border-bottom-left-radius: 3px;
}
.stec-layout-month-weekrow-last td:first-child .stec-layout-month-daycell-wrap {
    border-bottom-left-radius: 3px;
}
.stec-layout-month-weekrow-last td:last-child {
    border-bottom-left-radius: 3px;
}
.stec-layout-month-weekrow-last td:last-child .stec-layout-month-daycell-wrap {
    border-bottom-right-radius: 3px;
}
.stec-layout-month-daycell {
    height: 160px;
    cursor: pointer;
}
.stec-layout-month-daycell .stec-layout-month-daycell-wrap {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    background: #fff;
}
.stec-layout-month-daycell .stec-layout-month-daycell-wrap .stec-layout-month-daycell-num {
    color: #4d576c;
    position: absolute;
    top: 12px;
    left: 12px;
    text-align: left;
    z-index: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.stec-layout-month-daycell.stec-layout-month-daycell-today .stec-layout-month-daycell-num {
    text-align: center;
    color: #ffffff;
}
.stec-layout-month-daycell.stec-layout-month-daycell-today .stec-layout-month-daycell-num:before {
    background-color: #f15e6e;
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 3px;
    top: 0;
    left: calc(50% - 15px);
    padding: 15px;
}
.stec-layout-month-daycell:hover .stec-layout-month-daycell-wrap {
    background: #f0f1f2;
}
.stec-layout-month-daycell.active .stec-layout-month-daycell-eventmore-count {
    color: #ffffff;
}
.stec-layout-month-daycell.active .stec-layout-month-daycell-wrap {
    background: #4d576c;
}
.stec-layout-month-daycell.active:not(.stec-layout-month-daycell-today) .stec-layout-month-daycell-num {
    color: #ffffff;
}
/* daycell events*/
.stec-layout-month-daycell-events {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 113px;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event {
    width: calc(100% - 2px);
    margin: 0;
    padding: 0;
    margin-left: 1px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event.stec-layout-month-daycell-event-expired {
    opacity: 0.5;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event[data-pos="2"] {
    top: 29px;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event[data-pos="3"] {
    top: 58px;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event.stec-layout-month-daycell-event-start {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: calc(100% - 9px);
    margin-left: 8px;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event.stec-layout-month-daycell-event-start.stec-layout-month-daycell-event-end {
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event.stec-layout-month-daycell-event-end {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: calc(100% - 9px);
    margin-right: 8px;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event .stec-layout-month-daycell-event-name {
    float: left;
    text-align: left;
    padding: 0 10px;
    line-height: 25px;
    text-transform: uppercase;
    height: inherit;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-eventmore {
    width: calc(100% - 2px);
    margin-left: 1px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    bottom: 1px;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-eventmore .stec-layout-month-daycell-eventmore-count-dot {
    display: none;
    width: 4px;
    height: 4px;
    border-radius: 3px;
    margin-left: 1px;
    float: left;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-eventmore .stec-layout-month-daycell-eventmore-count {
    float: left;
    text-align: center;
    text-indent: 15px;
    line-height: 25px;
    text-transform: uppercase;
}
/* WEEK LAYOUT */
.stec-layout-week {
    width: calc(100% - 1px);
    border-collapse: collapse;
    table-layout: fixed;
}
.stec-layout-week td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-week td:first-child {
    border-left: none;
}
.stec-layout-week td:last-child {
    border-right: none;
}
.stec-layout-week-eventholder:last-child td {
    border-bottom: none;
}
.stec-layout-week-eventholder:last-child .stec-layout-event:not(.active):last-child {
    border-radius: 0 0 3px 3px;
}
.stec-layout-week-eventholder:last-child .stec-layout-event:not(.active):last-child .stec-layout-event-preview {
    border-radius: 0 0 3px 3px;
}
.stec-layout-week-daylabel {
    height: 45px;
}
.stec-layout-week-daylabel td {
    border-top: none;
}
.stec-layout-week-daylabel td:first-child {
    border-top-left-radius: 3px;
}
.stec-layout-week-daylabel td:last-child {
    border-top-right-radius: 3px;
}
.stec-layout-week-daylabel p {
    display: none;
    text-align: center;
    line-height: 45px;
}
.stec-layout-week-daylabel p:first-child {
    display: block;
}
/* round borders */
.stec-layout-week-weekrow-last td {
    border-bottom: none;
}
.stec-layout-week-weekrow-last td:first-child {
    border-bottom-left-radius: 3px;
}
.stec-layout-week-weekrow-last td:first-child .stec-layout-week-daycell-wrap {
    border-bottom-left-radius: 3px;
}
.stec-layout-week-weekrow-last td:last-child {
    border-bottom-left-radius: 3px;
}
.stec-layout-week-weekrow-last td:last-child .stec-layout-week-daycell-wrap {
    border-bottom-right-radius: 3px;
}
.stec-layout-week-daycell {
    height: 160px;
    cursor: pointer;
}
.stec-layout-week-daycell .stec-layout-week-daycell-wrap {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    background: #fff;
}
.stec-layout-week-daycell .stec-layout-week-daycell-wrap .stec-layout-week-daycell-num {
    color: #4d576c;
    position: absolute;
    top: 12px;
    left: 12px;
    text-align: left;
    z-index: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.stec-layout-week-daycell.stec-layout-week-daycell-today .stec-layout-week-daycell-num {
    text-align: center;
    color: #ffffff;
}
.stec-layout-week-daycell.stec-layout-week-daycell-today .stec-layout-week-daycell-num:before {
    background-color: #f15e6e;
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 3px;
    top: 0;
    left: calc(50% - 15px);
    padding: 15px;
}
.stec-layout-week-daycell:hover .stec-layout-week-daycell-wrap {
    background: #f0f1f2;
}
.stec-layout-week-daycell.active .stec-layout-week-daycell-eventmore-count {
    color: #ffffff;
}
.stec-layout-week-daycell.active .stec-layout-week-daycell-wrap {
    background: #4d576c;
}
.stec-layout-week-daycell.active:not(.stec-layout-week-daycell-today) .stec-layout-week-daycell-num {
    color: #ffffff;
}
/* daycell events*/
.stec-layout-week-daycell-events {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 113px;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event {
    margin: 0;
    padding: 0;
    width: calc(100% - 2px);
    margin-left: 1px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event.stec-layout-week-daycell-event-expired {
    opacity: 0.5;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event[data-pos="2"] {
    top: 29px;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event[data-pos="3"] {
    top: 58px;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event.stec-layout-week-daycell-event-start {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: calc(100% - 9px);
    margin-left: 8px;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event.stec-layout-week-daycell-event-start.stec-layout-week-daycell-event-end {
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event.stec-layout-week-daycell-event-end {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: calc(100% - 9px);
    margin-right: 8px;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event .stec-layout-week-daycell-event-name {
    float: left;
    text-align: left;
    padding: 0 10px;
    line-height: 25px;
    text-transform: uppercase;
    height: inherit;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-eventmore {
    width: calc(100% - 2px);
    margin-left: 1px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    bottom: 1px;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-eventmore .stec-layout-week-daycell-eventmore-count-dot {
    display: none;
    width: 4px;
    height: 4px;
    border-radius: 3px;
    margin-left: 1px;
    float: left;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-eventmore .stec-layout-week-daycell-eventmore-count {
    float: left;
    text-align: center;
    text-indent: 15px;
    line-height: 25px;
    text-transform: uppercase;
}
/* DAY LAYOUT */
.stec-layout-day {
    width: 100%;
}
.stec-layout-day .stec-layout-day-noevents {
    display: none;
    float: left;
    margin: 10px 0;
}
.stec-layout-day-eventholder .stec-layout-events > li:first-child .stec-layout-event-preview,
.stec-layout-day-eventholder .stec-layout-events > li:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.stec-layout-day-eventholder .stec-layout-events > li:not(.active):last-child .stec-layout-event-preview,
.stec-layout-day-eventholder .stec-layout-events > li:not(.active):last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.stec-layout-day-eventholder {
    float: left;
}
/* AGENDA LAYOUT */
.stec-layout-agenda .stec-layout-agenda-list-wrap {
    width: 100%;
    height: 90px;
    border-radius: 3px;
    overflow: hidden;
    float: left;
    position: relative;
    cursor: default;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.stec-layout-agenda .stec-layout-agenda-list {
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.stec-layout-agenda .stec-layout-agenda-list li {
    width: 80px;
    height: 90px;
    position: relative;
    float: left;
    padding: 0 !important;
    margin: 0 !important;
}
.stec-layout-agenda .stec-layout-agenda-daycell p {
    line-height: 1.2 !important;
}
.stec-layout-agenda .stec-layout-agenda-daycell-wrap {
    height: 70px;
}
.stec-layout-agenda .stec-layout-agenda-daycell-label {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    float: left;
}
.stec-layout-agenda .stec-layout-agenda-daycell-num {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    float: left;
}
.stec-layout-agenda .stec-layout-agenda-daycell-events {
    width: 36px;
    height: 10px;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 18px);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.stec-layout-agenda .stec-layout-agenda-daycell-event-expired {
    opacity: 0.5;
}
.stec-layout-agenda .stec-layout-agenda-daycell-event {
    width: 36px;
    height: 10px;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 1px;
}
.stec-layout-agenda .stec-layout-agenda-monthstart {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.stec-layout-agenda .stec-layout-agenda-monthstart-year {
    width: 100%;
    text-align: center;
}
.stec-layout-agenda .stec-layout-agenda-monthstart-month {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.stec-layout-agenda .stec-layout-events-form > li:first-child .stec-layout-event-preview,
.stec-layout-agenda .stec-layout-events-form > li:first-child,
.stec-layout-agenda .stec-layout-agenda-eventholder .stec-layout-events > li:first-child .stec-layout-event-preview,
.stec-layout-agenda .stec-layout-agenda-eventholder .stec-layout-events > li:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.stec-layout-agenda .stec-layout-events-form > li:last-child .stec-layout-event-preview,
.stec-layout-agenda .stec-layout-events-form > li:last-child,
.stec-layout-agenda .stec-layout-agenda-eventholder .stec-layout-events > li:not(.active):last-child .stec-layout-event-preview,
.stec-layout-agenda .stec-layout-agenda-eventholder .stec-layout-events > li:not(.active):last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.stec-layout-agenda .stec-layout-events-form {
    margin: 0 !important;
    padding: 0 !important;
}
.stec-layout-agenda .stec-layout-events-form .stec-layout-event {
    margin: 0 !important;
    padding: 0 !important;
}
.stec-layout-agenda .stec-layout-events-form p {
    text-align: left;
    line-height: 1.2;
}
.stec-layout-agenda .stec-layout-agenda-eventholder {
    float: left;
}
.stec-layout-agenda .stec-layout-agenda-eventholder .stec-layout-events-date {
    height: 50px;
    float: left;
}
.stec-layout-agenda .stec-layout-agenda-events-all {
    float: left;
    width: 100%;
}
.stec-layout-agenda .stec-layout-agenda-events-all-datetext {
    text-transform: uppercase;
    margin: 10px 0;
    float: left;
}
.stec-layout-agenda .stec-layout-agenda-events-all-list {
    width: 100%;
    float: left;
    position: static;
    padding: 0 !important;
    margin: 0 !important;
}
.stec-layout-agenda .stec-layout-agenda-events-all-list .stec-layout-event {
    padding: 0 !important;
    margin: 0 0 3px 0 !important;
}
.stec-layout-agenda .stec-layout-agenda-events-all-list > li {
    float: left;
    width: 100%;
}
.stec-layout-agenda .stec-layout-agenda-events-all-load-more {
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    padding: 15px 20px;
    text-align: center;
    width: 100%;
    -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%;
}
/* 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: Roboto;
    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 {
    background: #fff;
    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-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: Roboto;
    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;
}
/* BOXGRID 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: Roboto;
    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: Roboto;
    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;
}
/* 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: Roboto;
    font-weight: 700;
    font-size: 14px;
    color: #4d576c;
}
/* EVENTS LAYOUT */
.stec-event-awaiting-approval-template,
.stec-event-create-form-template,
.stec-tooltip-template,
.stec-event-template,
.stec-event-inner-template {
    display: none;
}
.stec-layout-event.active .stec-layout-event-preview {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.stec-event-holder {
    display: none;
    width: 100%;
}
.stec-layout-events {
    padding: 0 !important;
    margin: 0 !important;
}
.stec-layout-events .stec-layout-event-single-page-link {
    display: none;
}
.stec-layout-event-no-reminder .stec-layout-event-preview-right-menu {
    display: none;
}
.stec-layout-event {
    float: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 0 3px 0 !important;
}
.stec-layout-event:last-of-type {
    margin: 0 !important;
}
.stec-layout-event.stec-no-icon .stec-layout-event-preview .stec-layout-event-preview-left-icon {
    width: 10px;
    min-width: 10px;
}
.stec-layout-event:last-child {
    border-bottom: none;
}
.stec-layout-event .stec-layout-event-preview-left-text-title,
.stec-layout-event .stec-layout-event-preview-left-text-date {
    line-height: 1.2 !important;
    text-align: left !important;
}
.stec-layout-event-preview {
    height: 85px;
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    cursor: pointer;
}
.stec-layout-event-preview .stec-layout-event-preview-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    float: left;
    margin-left: 15px;
    width: 100%;
    z-index: 1;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-featured {
    display: none;
    float: left;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-featured i {
    display: none;
    float: left;
    margin-right: 5px;
    line-height: inherit;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-featured span {
    padding: 3px 6px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-right: 5px;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon {
    min-width: 54px;
    width: 54px;
    height: 54px;
    border-radius: 3px;
    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-date {
    margin-top: 5px;
    clear: both;
    float: left;
}
.stec-layout-event-preview .stec-layout-event-preview-left-reminder-toggle {
    display: none;
    margin-top: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: capitalize;
    clear: both;
    float: left;
}
.stec-layout-event-preview .stec-layout-event-preview-left-reminder-toggle.stec-layout-event-preview-left-reminder-success {
    border-color: #53b32b;
    background: #53b32b;
    color: #fff;
}
.stec-layout-event-preview .stec-layout-event-preview-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 15px;
    z-index: 1;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-menu .stec-preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 3px;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-menu,
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-event-toggle {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    cursor: pointer;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-menu i,
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-event-toggle i {
    font-size: 20px;
    line-height: 40px;
    width: 100%;
    text-align: center;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-event-toggle:not(.active) i:first-child {
    display: block;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-event-toggle i {
    display: none;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-event-toggle.active i:last-child {
    display: block;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-menu {
    margin-right: 10px;
    position: relative;
    z-index: 0;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-menu.active {
    z-index: 1;
}
.stec-layout-event-preview-reminder {
    min-width: 280px;
    position: absolute;
    height: 80px;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 2;
    padding: 0 15px !important;
    margin: 0 !important;
}
.stec-layout-event-preview-reminder.stec-layout-event-preview-reminder-left:before {
    right: initial;
    left: 84px;
}
.stec-layout-event-preview-reminder::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    bottom: -7px;
    right: 26px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.stec-layout-event-preview-reminder > li {
    float: left;
    /*width: 100%;*/
    height: 45px;
    margin: 0 !important;
    padding: 0 !important;
}
.stec-layout-event-preview-reminder > li:last-child {
    margin-left: 10px !important;
}
.stec-layout-event-preview-reminder > li::first-child {
    border-radius: 3px 0 0 3px;
}
.stec-layout-event-preview-reminder > li:last-child {
    border-radius: 0 3px 3px 0;
}
.stec-layout-event-preview-reminder > li button {
    height: 45px;
    padding: 0 15px;
    border: none;
    border-radius: 3px;
    float: left;
    white-space: nowrap;
    cursor: pointer;
    -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-preview-reminder > li 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-layout-event-preview-reminder > li input {
    height: 45px;
    padding: 0 15px;
    border: none;
    border-radius: 3px;
    margin-right: 10px;
}
.stec-layout-event-preview-reminder > li input[name="number"] {
    width: 50px;
}
.stec-layout-event-preview-reminder > li input[name="email"] {
    width: 150px;
}
.stec-layout-event-preview-reminder > li input option {
    padding: 10px;
}
.stec-layout-event-preview-reminder .stec-layout-event-preview-reminder-units-selector {
    margin-right: 10px;
}
.stec-layout-event-preview-reminder .stec-layout-event-preview-reminder-units-selector ul {
    border: none;
    width: 100%;
    display: none;
    padding: 0 !important;
    margin: 0 !important;
}
.stec-layout-event-preview-reminder .stec-layout-event-preview-reminder-units-selector ul li {
    cursor: pointer;
    height: 45px;
    float: left;
    clear: both;
    width: 100%;
    line-height: 45px !important;
    text-align: left;
    padding: 0 15px !important;
    margin: 0 !important;
}
.stec-layout-event-preview-reminder .stec-layout-event-preview-reminder-units-selector p {
    height: 45px;
    float: left;
    width: 100%;
    min-width: 88px;
    border-radius: 3px;
    line-height: 45px;
    margin: 0;
    padding: 0 15px;
    text-align: left;
}
.stec-layout-event-preview-reminder .stec-layout-event-preview-reminder-units-selector:hover ul {
    display: block;
}
.stec-layout-event-preview-reminder .stec-layout-event-preview-reminder-units-selector:hover ul li:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.stec-layout-event-preview-reminder .stec-layout-event-preview-reminder-units-selector:hover p {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
/* show under for first event */
.stec-layout-day .stec-layout-event:first-child .stec-layout-event-preview-reminder::before {
    top: -7px;
}
.stec-layout-day .stec-layout-event:first-child .stec-layout-event-preview-reminder {
    margin-top: 170px;
}
/* event inner */
.stec-layout-month-eventholder:last-child .stec-layout-events > li:last-child .stec-layout-event-inner,
.stec-layout-day-event holder .stec-layout-events > li:last-child .stec-layout-event-inner,
.stec-layout-week-eventholder .stec-layout-events > li:last-child .stec-layout-event-inner,
.stec-layout-agenda-eventholder .stec-layout-events > li:last-child .stec-layout-event-inner {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: hidden;
}
.stec-layout-event.active .stec-layout-event-inner {
    display: block;
}
.stec-layout-event-inner {
    float: left;
    width: 100%;
    display: none;
}
.stec-layout-event-inner-button-style {
    border-radius: 3px;
    cursor: pointer;
    padding: 15px 20px;
    border: none;
    text-transform: none;
}
.stec-layout-event-inner-button-style p {
    text-transform: none;
    line-height: 1.2;
    color: inherit;
}
.stec-layout-event-inner-button-sec-style {
    border-radius: 3px;
    cursor: pointer;
    padding: 15px 20px;
    border: none;
    text-transform: none;
    background: none;
    border-style: solid;
    border-width: 1px;
}
.stec-layout-event-inner-button-sec-style p {
    text-transform: none;
    line-height: 1.2;
    color: inherit;
}
.stec-layout-event-inner-top-tabs {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.stec-layout-event-inner-top-tabs li {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    cursor: pointer;
    padding: 20px 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    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: 25px;
    display: none;
    /* intro slider */
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-external-link {
    text-decoration: none;
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    margin-top: 35px;
}
.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-title:not(:first-child) {
    margin-top: 35px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-social {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 45px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-social li {
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-social li i {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-social li:hover .fa-facebook {
    border-color: #3b5998;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-social li:hover .fa-google-plus {
    border-color: #dd4b39;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-social li:hover .fa-twitter {
    border-color: #55acee;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media {
    margin-top: 0;
    width: 100%;
    float: left;
    display: block;
    opacity: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-tags {
    width: 100%;
    float: left;
    margin-top: 25px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-tags .stec-layout-event-inner-intro-tag {
    font-family: Roboto;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
}
.stec-layout-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 {
    margin-top: 35px;
    width: 100%;
    float: left;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-desc p {
    padding-bottom: 20px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-counter {
    padding: 0 !important;
    margin-top: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    float: left;
    width: 100%;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-counter li {
    text-align: center;
    width: 100px;
    margin: 0 !important;
    padding: 0 !important;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-counter li:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-counter .stec-layout-event-inner-intro-counter-label {
    text-transform: uppercase;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-event-status-text {
    margin: 45px 0;
    width: 100%;
    clear: both;
    float: left;
    text-align: center;
    display: none;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attendance {
    height: 80px;
    padding: 0;
    margin: 0;
    padding-top: 25px;
    margin-top: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    float: left;
    width: 100%;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attendance .intro-attendance {
    padding: 0;
    margin: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attendance li {
    margin: 0;
    margin: 10px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachments {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 25px;
    margin-top: 45px;
    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 {
    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 {
    margin-top: 45px;
    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(../png/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(../png/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: 25px;
    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: 25px;
    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: 25px;
}
.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('../png/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-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: 25px !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: 25px;
    width: 100%;
    float: left;
    display: none;
}
.stec-layout-event-inner-forecast p {
    text-align: left;
    line-height: 1.2;
}
.stec-layout-event-inner-forecast .errorna {
    width: 100%;
    float: left;
    text-align: center;
    display: none;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-credits {
    text-align: center;
    color: #bdc1c8;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-top p:last-child {
    /*text-transform: uppercase;*/
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today p {
    text-align: left;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-forecast-today-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 20px;
    min-width: 320px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-forecast-today-left > div:last-of-type {
    float: left;
    width: 100%;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-forecast-today-left .stec-layout-event-inner-forecast-today-left-icon {
    width: 68px;
    height: 68px;
    padding: 10px;
    background: #3e3e3e;
    border-radius: 3px;
    margin-right: 15px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-forecast-today-left .stec-layout-event-inner-forecast-today-left-icon > div {
    width: 48px;
    height: 48px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-forecast-today-right p {
    line-height: 1.5;
    width: 100%;
    float: left;
    text-align: left;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-forecast-today-right p span {
    float: right;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details {
    padding: 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -webkit-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details > div > p {
    margin-bottom: 25px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left {
    min-width: 320px;
    width: 30%;
    margin-right: 25px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left .stec-layout-event-inner-forecast-details-left-forecast .stec-layout-event-inner-forecast-details-left-forecast-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #f8f9fa;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left .stec-layout-event-inner-forecast-details-left-forecast .stec-layout-event-inner-forecast-details-left-forecast-top p {
    width: calc(100% / 3);
    text-align: center;
    text-transform: uppercase;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left .stec-layout-event-inner-forecast-details-left-forecast .stec-layout-event-inner-forecast-details-left-forecast-day {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left .stec-layout-event-inner-forecast-details-left-forecast .stec-layout-event-inner-forecast-details-left-forecast-day > div,
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left .stec-layout-event-inner-forecast-details-left-forecast .stec-layout-event-inner-forecast-details-left-forecast-day p {
    width: calc(100% / 3);
    text-align: center;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left .stec-layout-event-inner-forecast-details-left-forecast .stec-layout-event-inner-forecast-details-left-forecast-day > div {
    width: 30px;
    height: 30px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-right {
    width: 70%;
    max-width: calc(100% - 345px);
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-right .stec-layout-event-inner-forecast-details-chart {
    float: left;
    width: 100%;
    height: 398px;
    position: relative;
    top: -11px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-right .stec-layout-event-inner-forecast-details-chart canvas {
    width: 100%;
    height: 100%;
    float: left;
}
.stec-layout-event-inner-comments {
    display: none;
    padding: 25px;
    width: 100%;
    float: left;
    height: auto;
}
/* woo tab */
.stec-layout-event-inner-shop {
    display: none;
    width: 100%;
    float: left;
    height: auto;
    padding: 25px;
}
.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: "Roboto";
    font-weight: inherit;
    font-size: 24px;
    float: left;
    margin: 0;
    padding-left: 10px;
    width: calc(100% - 200px);
    text-transform: uppercase;
}
.stec-fixed-message > div span {
    color: #5d5d5d;
    font-family: "Roboto";
    font-weight: inherit;
    font-size: 14px;
    float: left;
    margin: 0;
    padding-left: 10px;
    width: calc(100% - 200px);
}
.stec-fixed-message > a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: #c0c0c0;
}
.stec-fixed-message > a i:hover {
    color: #f15e6e;
}
.stec-fixed-message-success {
    border-color: #6db126;
}
.stec-fixed-message-success > div p {
    color: #6db126;
}
.stec-fixed-message-success > div i {
    background: #6db126;
}
.stec-fixed-message-error {
    border-color: #f15e6e;
}
.stec-fixed-message-error > div p {
    color: #f15e6e;
}
.stec-fixed-message-error > div i {
    background: #f15e6e;
}
/* TOOLTIP */
.stec-tooltip {
    position: absolute;
    top: 100px;
    left: 0;
    width: 320px;
    z-index: 1000;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    opacity: 0;
    margin-left: 5px;
}
.stec-tooltip:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: inherit;
    left: -7px;
    top: 20px;
    z-index: -1;
}
.stec-tooltip .stec-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;
}
/* EVENT CREATION */
.stec-layout-event-create-form-inner {
    padding: 25px;
}
.stec-layout-event-create-form-inner p {
    text-align: left;
}
.stec-layout-event-create-form-inner select,
.stec-layout-event-create-form-inner input[type="email"],
.stec-layout-event-create-form-inner input[type="text"]:not(.stec-layout-event-create-form-inner-colorpicker) {
    width: 100%;
    float: left;
    max-width: 100%;
    min-width: 0;
    border-radius: 3px;
    height: 50px;
    padding: 0 10px;
    border: none;
}
.stec-layout-event-create-form-inner select[multiple] {
    height: auto !important;
}
.stec-layout-event-create-form-inner textarea {
    width: 100%;
    float: left;
    max-width: 100%;
    border-radius: 3px;
    height: 150px;
    padding: 10px;
    border: none;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-label {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 30px;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-label:first-of-type {
    margin-top: 0;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-colorpicker {
    border-radius: 3px;
    float: left;
    height: 46px;
    width: 46px;
    border: 1px solid #f1f1f1;
    cursor: pointer;
    font-size: 0;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-submit-flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    float: left;
    margin-top: 30px;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-submit-flexbox .stec-preloader {
    width: auto;
    margin-left: 10px;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-submit-flexbox i {
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
    display: none;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-submit-flexbox i.fa-check {
    color: #53b32b;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-submit-flexbox i.fa-times {
    color: #f15e6e;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    float: left;
    margin-top: 30px;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-flexbox > p {
    margin: 0;
    margin-left: 10px;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-flexbox > div:not(.stec-layout-event-create-form-inner-submit) {
    margin: 0;
    width: calc(50% - 5px);
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-flexbox.stec-layout-event-create-form-inner-element-nomargin {
    margin: 0;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-submit {
    border: none;
    float: left;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-sub {
    display: none;
    float: left;
    width: 100%;
}
.stec-layout-event-create-form-inner option {
    padding: 10px;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-date-image-file {
    display: none;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-weekly-by-day {
    display: none;
    margin-top: 30px;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-weekly-by-day span {
    height: 30px;
    line-height: 30px;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-weekly-by-day span:not(:last-child) {
    margin-right: 10px;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-weekly-by-day .stec-layout-event-create-form-inner-flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: start;
    justify-content: start;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-ends-on-block > p {
    margin-top: 30px !important;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-ends-on-block span {
    float: left;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-ends-on-block span:not(:last-child) {
    margin-right: 10px;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-ends-on-block span input,
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-ends-on-block span p {
    float: left;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-ends-on-block span input {
    width: auto !important;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-ends-on-block span p {
    line-height: 50px;
    text-indent: 5px;
    margin-right: 5px;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-ends-on-block span input[type="radio"] {
    line-height: 50px;
    height: 50px;
}
.stec-layout-event-create-form-inner .stec-layout-event-create-form-inner-repeat-gap-block {
    display: none;
}
.stec-layout-event-awaiting-approval .stec-layout-event-preview-left-text {
    margin-left: 0;
}
.stec-layout-event-awaiting-approval .stec-layout-event-preview-right i {
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
    display: none;
}
.stec-layout-event-awaiting-approval .stec-layout-event-preview-right i.fa-check {
    color: #53b32b;
}
.stec-layout-event-awaiting-approval .stec-layout-event-preview-right i.fa-times {
    color: #f15e6e;
}
.stec-layout-event-awaiting-approval .stec-layout-event-awaiting-approval-cancel {
    margin-left: 10px;
}
.stec-layout-event-create-form-g-recaptcha {
    float: left;
    margin-top: 30px;
}
.stec-layout-event-preview-left-approval-cancel {
    display: none;
    margin-top: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: capitalize;
    clear: both;
    float: left;
}
.stec-layout-event-preview-left-approval-cancel.stec-layout-event-preview-left-approval-cancel-success {
    border-color: #53b32b;
    background: #53b32b;
    color: #fff;
}
.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;
}
/* 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);
    }
}
.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: Roboto;
    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-share-template {
    display: none !important;
}
.stec-share {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    left: 0;
    top: 0;
    font-family: Roboto;
    color: #4d4f53;
    font-size: 15px;
}
.stec-share * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.stec-share-wrap {
    padding: 20px;
}
.stec-share-block {
    position: fixed;
    left: calc(50% - 250px);
    top: calc(50% - 150px);
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    width: 500px;
    overflow: hidden;
}
.stec-share-block .stec-share-block-top {
    background: #4d4f53;
    padding: 15px 15px;
    float: left;
    width: 100%;
}
.stec-share-block .stec-share-block-top > div i {
    color: #fff;
    font-size: 14px;
}
.stec-share-block .stec-share-block-title {
    font-weight: bold;
    font-size: 18px;
    margin-top: 0 !important;
    color: #fff;
    margin-left: 5px;
}
.stec-share-block .stec-share-close {
    position: absolute;
    right: 15px;
    top: 14px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
}
.stec-share-block .stec-share-close:hover {
    color: #fc6e51;
}
.stec-share-block .stec-share-fw {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 7px;
}
.stec-share-block .stec-share-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -webkit-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    float: left;
}
.stec-share-block .stec-share-flex button {
    padding: 0;
}
.stec-share-block .stec-share-text {
    font-family: Roboto;
    font-weight: bold;
    font-size: 14px;
}
.stec-share-block input,
.stec-share-block textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 5px;
    background: #fff;
}
.stec-share-block input {
    height: 35px;
}
.stec-share-block textarea {
    height: 80px;
}
.stec-share-block button {
    background: #fff;
    color: #bdc1c8;
    height: 35px;
    width: 35px;
    min-width: 35px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
}
.stec-share-block button i {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}
@media only screen and (max-width: 768px) {
    .stec-share-block {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .stec-share {
        z-index: 99999;
    }
}
.stec-email-event-template {
    display: none !important;
}
.stec-email-event {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    left: 0;
    top: 0;
    font-family: Roboto;
    color: #4d4f53;
    font-size: 15px;
}
.stec-email-event * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.stec-email-event-wrap {
    padding: 20px;
    overflow: hidden;
}
.stec-email-event-block {
    position: fixed;
    left: calc(50% - 250px);
    top: calc(50% - 150px);
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    width: 500px;
    overflow: hidden;
}
.stec-email-event-block .stec-email-event-block-top {
    background: #ff950b;
    padding: 15px 15px;
    float: left;
    width: 100%;
}
.stec-email-event-block .stec-email-event-block-top > div i {
    color: #fff;
    font-size: 14px;
}
.stec-email-event-block .stec-email-event-block-title {
    font-weight: bold;
    font-size: 18px;
    margin-top: 0 !important;
    color: #fff;
    margin-left: 5px;
}
.stec-email-event-block .stec-email-event-close {
    position: absolute;
    right: 15px;
    top: 14px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
}
.stec-email-event-block .stec-email-event-close:hover {
    color: #fc6e51;
}
.stec-email-event-block .stec-email-event-fw {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 7px;
}
.stec-email-event-block .stec-email-event-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -webkit-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    float: left;
}
.stec-email-event-block .stec-email-event-flex button {
    padding: 0;
}
.stec-email-event-block .stec-email-event-text {
    font-family: Roboto;
    font-weight: bold;
    font-size: 14px;
}
.stec-email-event-block input,
.stec-email-event-block textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 5px;
    background: #fff;
}
.stec-email-event-block input {
    height: 35px;
}
.stec-email-event-block textarea {
    height: 80px;
}
.stec-email-event-block a {
    text-decoration: none;
    margin-top: 10px;
}
@media only screen and (max-width: 768px) {
    .stec-email-event-block {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .stec-email-event {
        z-index: 99999;
    }
}
.stec-form-booking {
    display: none;
    float: left;
    width: 100%;
    margin-top: 45px;
}
.stec-form-booking .stec-form-booking-cart-button {
    margin-right: 5px;
}
.stec-form-booking .stec-form-booking-add-to-cart {
    float: left;
    clear: both;
}
.stec-form-booking .stec-form-booking-additional-info-title {
    float: left;
    clear: both;
    margin-top: 30px;
    display: none;
}
.stec-form-booking .stec-form-booking-additional-info-content {
    width: 100%;
    clear: both;
    float: left;
}
.stec-form-booking .stec-form-booking-additional-info-content span {
    width: 100%;
    clear: both;
    float: left;
}
.stec-form-booking .stec-form-booking-additional-info-content span:first-child {
    margin-top: 15px;
}
.stec-form-booking .stec-form-booking-additional-info-content span:last-child {
    margin-bottom: 5px;
}
.stec-form-booking .stec-form-booking-additional-info-content span strong {
    font-weight: bold;
}
.stec-layout-single .stec-form-booking {
    display: block;
}
.stec-layout-single .stec-layout-single-booking {
    margin-top: 15px;
    float: left;
    width: 100%;
}
