.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

@font-face {
    font-family: 'FontAwesome';
    src: url(//erco.com.mx/wp-content/plugins/modern-events-calendar-lite/assets/fonts/fontawesome-webfont.eot?v=4.2.0);
    src: url(//erco.com.mx/wp-content/plugins/modern-events-calendar-lite/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'), url(//erco.com.mx/wp-content/plugins/modern-events-calendar-lite/assets/fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'), url(//erco.com.mx/wp-content/plugins/modern-events-calendar-lite/assets/fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'), url(//erco.com.mx/wp-content/plugins/modern-events-calendar-lite/assets/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');
}

@font-face {
    font-family: 'simple-line-icons';
    src: url(//erco.com.mx/wp-content/plugins/modern-events-calendar-lite/assets/fonts/Simple-Line-Icons.eot);
    src: url(//erco.com.mx/wp-content/plugins/modern-events-calendar-lite/assets/fonts/Simple-Line-Icons.eot?#iefix) format('embedded-opentype'), url(//erco.com.mx/wp-content/plugins/modern-events-calendar-lite/assets/fonts/Simple-Line-Icons.ttf) format('truetype'), url(//erco.com.mx/wp-content/plugins/modern-events-calendar-lite/assets/fonts/Simple-Line-Icons.woff2) format('woff2'), url(//erco.com.mx/wp-content/plugins/modern-events-calendar-lite/assets/fonts/Simple-Line-Icons.woff) format('woff'), url(//erco.com.mx/wp-content/plugins/modern-events-calendar-lite/assets/fonts/Simple-Line-Icons.svg?#simple-line-icons) format('svg');
}

[class*="mec-fa-"],[class*="mec-li_"],[class*="mec-sl-"] {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*="mec-fa-"] {
    font-family: FontAwesome;
}

[class*="mec-sl-"] {
    font-family: 'simple-line-icons';
}

.mec-fa-glass:before {
    content: "\f000";
}

.mec-fa-music:before {
    content: "\f001";
}

.mec-fa-search:before {
    content: "\f002";
}

.mec-fa-envelope-o:before {
    content: "\f003";
}

.mec-fa-heart:before {
    content: "\f004";
}

.mec-fa-star:before {
    content: "\f005";
}

.mec-fa-star-o:before {
    content: "\f006";
}

.mec-fa-user:before {
    content: "\f007";
}

.mec-fa-film:before {
    content: "\f008";
}

.mec-fa-th-large:before {
    content: "\f009";
}

.mec-fa-th:before {
    content: "\f00a";
}

.mec-fa-th-list:before {
    content: "\f00b";
}

.mec-fa-check:before {
    content: "\f00c";
}

.mec-fa-close:before,.mec-fa-remove:before,.mec-fa-times:before {
    content: "\f00d";
}

.mec-fa-search-plus:before {
    content: "\f00e";
}

.mec-fa-search-minus:before {
    content: "\f010";
}

.mec-fa-power-off:before {
    content: "\f011";
}

.mec-fa-signal:before {
    content: "\f012";
}

.mec-fa-cog:before,.mec-fa-gear:before {
    content: "\f013";
}

.mec-fa-trash-o:before {
    content: "\f014";
}

.mec-fa-home:before {
    content: "\f015";
}

.mec-fa-file-o:before {
    content: "\f016";
}

.mec-fa-clock-o:before {
    content: "\f017";
}

.mec-fa-road:before {
    content: "\f018";
}

.mec-fa-download:before {
    content: "\f019";
}

.mec-fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.mec-fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.mec-fa-inbox:before {
    content: "\f01c";
}

.mec-fa-play-circle-o:before {
    content: "\f01d";
}

.mec-fa-repeat:before,.mec-fa-rotate-right:before {
    content: "\f01e";
}

.mec-fa-refresh:before {
    content: "\f021";
}

.mec-fa-list-alt:before {
    content: "\f022";
}

.mec-fa-lock:before {
    content: "\f023";
}

.mec-fa-flag:before {
    content: "\f024";
}

.mec-fa-headphones:before {
    content: "\f025";
}

.mec-fa-volume-off:before {
    content: "\f026";
}

.mec-fa-volume-down:before {
    content: "\f027";
}

.mec-fa-volume-up:before {
    content: "\f028";
}

.mec-fa-qrcode:before {
    content: "\f029";
}

.mec-fa-barcode:before {
    content: "\f02a";
}

.mec-fa-tag:before {
    content: "\f02b";
}

.mec-fa-tags:before {
    content: "\f02c";
}

.mec-fa-book:before {
    content: "\f02d";
}

.mec-fa-bookmark:before {
    content: "\f02e";
}

.mec-fa-print:before {
    content: "\f02f";
}

.mec-fa-camera:before {
    content: "\f030";
}

.mec-fa-font:before {
    content: "\f031";
}

.mec-fa-bold:before {
    content: "\f032";
}

.mec-fa-italic:before {
    content: "\f033";
}

.mec-fa-text-height:before {
    content: "\f034";
}

.mec-fa-text-width:before {
    content: "\f035";
}

.mec-fa-align-left:before {
    content: "\f036";
}

.mec-fa-align-center:before {
    content: "\f037";
}

.mec-fa-align-right:before {
    content: "\f038";
}

.mec-fa-align-justify:before {
    content: "\f039";
}

.mec-fa-list:before {
    content: "\f03a";
}

.mec-fa-dedent:before,.mec-fa-outdent:before {
    content: "\f03b";
}

.mec-fa-indent:before {
    content: "\f03c";
}

.mec-fa-video-camera:before {
    content: "\f03d";
}

.mec-fa-image:before,.mec-fa-photo:before,.mec-fa-picture-o:before {
    content: "\f03e";
}

.mec-fa-pencil:before {
    content: "\f040";
}

.mec-fa-map-marker:before {
    content: "\f041";
}

.mec-fa-adjust:before {
    content: "\f042";
}

.mec-fa-tint:before {
    content: "\f043";
}

.mec-fa-edit:before,.mec-fa-pencil-square-o:before {
    content: "\f044";
}

.mec-fa-share-square-o:before {
    content: "\f045";
}

.mec-fa-check-square-o:before {
    content: "\f046";
}

.mec-fa-arrows:before {
    content: "\f047";
}

.mec-fa-step-backward:before {
    content: "\f048";
}

.mec-fa-fast-backward:before {
    content: "\f049";
}

.mec-fa-backward:before {
    content: "\f04a";
}

.mec-fa-play:before {
    content: "\f04b";
}

.mec-fa-pause:before {
    content: "\f04c";
}

.mec-fa-stop:before {
    content: "\f04d";
}

.mec-fa-forward:before {
    content: "\f04e";
}

.mec-fa-fast-forward:before {
    content: "\f050";
}

.mec-fa-step-forward:before {
    content: "\f051";
}

.mec-fa-eject:before {
    content: "\f052";
}

.mec-fa-chevron-left:before {
    content: "\f053";
}

.mec-fa-chevron-right:before {
    content: "\f054";
}

.mec-fa-plus-circle:before {
    content: "\f055";
}

.mec-fa-minus-circle:before {
    content: "\f056";
}

.mec-fa-times-circle:before {
    content: "\f057";
}

.mec-fa-check-circle:before {
    content: "\f058";
}

.mec-fa-question-circle:before {
    content: "\f059";
}

.mec-fa-info-circle:before {
    content: "\f05a";
}

.mec-fa-crosshairs:before {
    content: "\f05b";
}

.mec-fa-times-circle-o:before {
    content: "\f05c";
}

.mec-fa-check-circle-o:before {
    content: "\f05d";
}

.mec-fa-ban:before {
    content: "\f05e";
}

.mec-fa-arrow-left:before {
    content: "\f060";
}

.mec-fa-arrow-right:before {
    content: "\f061";
}

.mec-fa-arrow-up:before {
    content: "\f062";
}

.mec-fa-arrow-down:before {
    content: "\f063";
}

.mec-fa-mail-forward:before,.mec-fa-share:before {
    content: "\f064";
}

.mec-fa-expand:before {
    content: "\f065";
}

.mec-fa-compress:before {
    content: "\f066";
}

.mec-fa-plus:before {
    content: "\f067";
}

.mec-fa-minus:before {
    content: "\f068";
}

.mec-fa-asterisk:before {
    content: "\f069";
}

.mec-fa-exclamation-circle:before {
    content: "\f06a";
}

.mec-fa-gift:before {
    content: "\f06b";
}

.mec-fa-leaf:before {
    content: "\f06c";
}

.mec-fa-fire:before {
    content: "\f06d";
}

.mec-fa-eye:before {
    content: "\f06e";
}

.mec-fa-eye-slash:before {
    content: "\f070";
}

.mec-fa-exclamation-triangle:before,.mec-fa-warning:before {
    content: "\f071";
}

.mec-fa-plane:before {
    content: "\f072";
}

.mec-fa-calendar:before {
    content: "\f073";
}

.mec-fa-random:before {
    content: "\f074";
}

.mec-fa-comment:before {
    content: "\f075";
}

.mec-fa-magnet:before {
    content: "\f076";
}

.mec-fa-chevron-up:before {
    content: "\f077";
}

.mec-fa-chevron-down:before {
    content: "\f078";
}

.mec-fa-retweet:before {
    content: "\f079";
}

.mec-fa-shopping-cart:before {
    content: "\f07a";
}

.mec-fa-folder:before {
    content: "\f07b";
}

.mec-fa-folder-open:before {
    content: "\f07c";
}

.mec-fa-arrows-v:before {
    content: "\f07d";
}

.mec-fa-arrows-h:before {
    content: "\f07e";
}

.mec-fa-bar-chart-o:before,.mec-fa-bar-chart:before {
    content: "\f080";
}

.mec-fa-twitter-square:before {
    content: "\f081";
}

.mec-fa-facebook-square:before {
    content: "\f082";
}

.mec-fa-camera-retro:before {
    content: "\f083";
}

.mec-fa-key:before {
    content: "\f084";
}

.mec-fa-cogs:before,.mec-fa-gears:before {
    content: "\f085";
}

.mec-fa-comments:before {
    content: "\f086";
}

.mec-fa-thumbs-o-up:before {
    content: "\f087";
}

.mec-fa-thumbs-o-down:before {
    content: "\f088";
}

.mec-fa-star-half:before {
    content: "\f089";
}

.mec-fa-heart-o:before {
    content: "\f08a";
}

.mec-fa-sign-out:before {
    content: "\f08b";
}

.mec-fa-linkedin-square:before {
    content: "\f08c";
}

.mec-fa-thumb-tack:before {
    content: "\f08d";
}

.mec-fa-external-link:before {
    content: "\f08e";
}

.mec-fa-sign-in:before {
    content: "\f090";
}

.mec-fa-trophy:before {
    content: "\f091";
}

.mec-fa-github-square:before {
    content: "\f092";
}

.mec-fa-upload:before {
    content: "\f093";
}

.mec-fa-lemon-o:before {
    content: "\f094";
}

.mec-fa-phone:before {
    content: "\f095";
}

.mec-fa-square-o:before {
    content: "\f096";
}

.mec-fa-bookmark-o:before {
    content: "\f097";
}

.mec-fa-phone-square:before {
    content: "\f098";
}

.mec-fa-twitter:before {
    content: "\f099";
}

.mec-fa-facebook-f:before,.mec-fa-facebook:before {
    content: "\f09a";
}

.mec-fa-github:before {
    content: "\f09b";
}

.mec-fa-unlock:before {
    content: "\f09c";
}

.mec-fa-credit-card:before {
    content: "\f09d";
}

.mec-fa-feed:before,.mec-fa-rss:before {
    content: "\f09e";
}

.mec-fa-hdd-o:before {
    content: "\f0a0";
}

.mec-fa-bullhorn:before {
    content: "\f0a1";
}

.mec-fa-bell:before {
    content: "\f0f3";
}

.mec-fa-certificate:before {
    content: "\f0a3";
}

.mec-fa-hand-o-right:before {
    content: "\f0a4";
}

.mec-fa-hand-o-left:before {
    content: "\f0a5";
}

.mec-fa-hand-o-up:before {
    content: "\f0a6";
}

.mec-fa-hand-o-down:before {
    content: "\f0a7";
}

.mec-fa-arrow-circle-left:before {
    content: "\f0a8";
}

.mec-fa-arrow-circle-right:before {
    content: "\f0a9";
}

.mec-fa-arrow-circle-up:before {
    content: "\f0aa";
}

.mec-fa-arrow-circle-down:before {
    content: "\f0ab";
}

.mec-fa-globe:before {
    content: "\f0ac";
}

.mec-fa-wrench:before {
    content: "\f0ad";
}

.mec-fa-tasks:before {
    content: "\f0ae";
}

.mec-fa-filter:before {
    content: "\f0b0";
}

.mec-fa-briefcase:before {
    content: "\f0b1";
}

.mec-fa-arrows-alt:before {
    content: "\f0b2";
}

.mec-fa-group:before,.mec-fa-users:before {
    content: "\f0c0";
}

.mec-fa-chain:before,.mec-fa-link:before {
    content: "\f0c1";
}

.mec-fa-cloud:before {
    content: "\f0c2";
}

.mec-fa-flask:before {
    content: "\f0c3";
}

.mec-fa-cut:before,.mec-fa-scissors:before {
    content: "\f0c4";
}

.mec-fa-copy:before,.mec-fa-files-o:before {
    content: "\f0c5";
}

.mec-fa-paperclip:before {
    content: "\f0c6";
}

.mec-fa-floppy-o:before,.mec-fa-save:before {
    content: "\f0c7";
}

.mec-fa-square:before {
    content: "\f0c8";
}

.mec-fa-bars:before,.mec-fa-navicon:before,.mec-fa-reorder:before {
    content: "\f0c9";
}

.mec-fa-list-ul:before {
    content: "\f0ca";
}

.mec-fa-list-ol:before {
    content: "\f0cb";
}

.mec-fa-strikethrough:before {
    content: "\f0cc";
}

.mec-fa-underline:before {
    content: "\f0cd";
}

.mec-fa-table:before {
    content: "\f0ce";
}

.mec-fa-magic:before {
    content: "\f0d0";
}

.mec-fa-truck:before {
    content: "\f0d1";
}

.mec-fa-pinterest:before {
    content: "\f0d2";
}

.mec-fa-pinterest-square:before {
    content: "\f0d3";
}

.mec-fa-google-plus-square:before {
    content: "\f0d4";
}

.mec-fa-google-plus:before {
    content: "\f0d5";
}

.mec-fa-money:before {
    content: "\f0d6";
}

.mec-fa-caret-down:before {
    content: "\f0d7";
}

.mec-fa-caret-up:before {
    content: "\f0d8";
}

.mec-fa-caret-left:before {
    content: "\f0d9";
}

.mec-fa-caret-right:before {
    content: "\f0da";
}

.mec-fa-columns:before {
    content: "\f0db";
}

.mec-fa-sort:before,.mec-fa-unsorted:before {
    content: "\f0dc";
}

.mec-fa-sort-desc:before,.mec-fa-sort-down:before {
    content: "\f0dd";
}

.mec-fa-sort-asc:before,.mec-fa-sort-up:before {
    content: "\f0de";
}

.mec-fa-envelope:before {
    content: "\f0e0";
}

.mec-fa-linkedin:before {
    content: "\f0e1";
}

.mec-fa-rotate-left:before,.mec-fa-undo:before {
    content: "\f0e2";
}

.mec-fa-gavel:before,.mec-fa-legal:before {
    content: "\f0e3";
}

.mec-fa-dashboard:before,.mec-fa-tachometer:before {
    content: "\f0e4";
}

.mec-fa-comment-o:before {
    content: "\f0e5";
}

.mec-fa-comments-o:before {
    content: "\f0e6";
}

.mec-fa-bolt:before,.mec-fa-flash:before {
    content: "\f0e7";
}

.mec-fa-sitemap:before {
    content: "\f0e8";
}

.mec-fa-umbrella:before {
    content: "\f0e9";
}

.mec-fa-clipboard:before,.mec-fa-paste:before {
    content: "\f0ea";
}

.mec-fa-lightbulb-o:before {
    content: "\f0eb";
}

.mec-fa-exchange:before {
    content: "\f0ec";
}

.mec-fa-cloud-download:before {
    content: "\f0ed";
}

.mec-fa-cloud-upload:before {
    content: "\f0ee";
}

.mec-fa-user-md:before {
    content: "\f0f0";
}

.mec-fa-stethoscope:before {
    content: "\f0f1";
}

.mec-fa-suitcase:before {
    content: "\f0f2";
}

.mec-fa-bell-o:before {
    content: "\f0a2";
}

.mec-fa-coffee:before {
    content: "\f0f4";
}

.mec-fa-cutlery:before {
    content: "\f0f5";
}

.mec-fa-file-text-o:before {
    content: "\f0f6";
}

.mec-fa-building-o:before {
    content: "\f0f7";
}

.mec-fa-hospital-o:before {
    content: "\f0f8";
}

.mec-fa-ambulance:before {
    content: "\f0f9";
}

.mec-fa-medkit:before {
    content: "\f0fa";
}

.mec-fa-fighter-jet:before {
    content: "\f0fb";
}

.mec-fa-beer:before {
    content: "\f0fc";
}

.mec-fa-h-square:before {
    content: "\f0fd";
}

.mec-fa-plus-square:before {
    content: "\f0fe";
}

.mec-fa-angle-double-left:before {
    content: "\f100";
}

.mec-fa-angle-double-right:before {
    content: "\f101";
}

.mec-fa-angle-double-up:before {
    content: "\f102";
}

.mec-fa-angle-double-down:before {
    content: "\f103";
}

.mec-fa-angle-left:before {
    content: "\f104";
}

.mec-fa-angle-right:before {
    content: "\f105";
}

.mec-fa-angle-up:before {
    content: "\f106";
}

.mec-fa-angle-down:before {
    content: "\f107";
}

.mec-fa-desktop:before {
    content: "\f108";
}

.mec-fa-laptop:before {
    content: "\f109";
}

.mec-fa-tablet:before {
    content: "\f10a";
}

.mec-fa-mobile-phone:before,.mec-fa-mobile:before {
    content: "\f10b";
}

.mec-fa-circle-o:before {
    content: "\f10c";
}

.mec-fa-quote-left:before {
    content: "\f10d";
}

.mec-fa-quote-right:before {
    content: "\f10e";
}

.mec-fa-spinner:before {
    content: "\f110";
}

.mec-fa-circle:before {
    content: "\f111";
}

.mec-fa-mail-reply:before,.mec-fa-reply:before {
    content: "\f112";
}

.mec-fa-github-alt:before {
    content: "\f113";
}

.mec-fa-folder-o:before {
    content: "\f114";
}

.mec-fa-folder-open-o:before {
    content: "\f115";
}

.mec-fa-smile-o:before {
    content: "\f118";
}

.mec-fa-frown-o:before {
    content: "\f119";
}

.mec-fa-meh-o:before {
    content: "\f11a";
}

.mec-fa-gamepad:before {
    content: "\f11b";
}

.mec-fa-keyboard-o:before {
    content: "\f11c";
}

.mec-fa-flag-o:before {
    content: "\f11d";
}

.mec-fa-flag-checkered:before {
    content: "\f11e";
}

.mec-fa-terminal:before {
    content: "\f120";
}

.mec-fa-code:before {
    content: "\f121";
}

.mec-fa-mail-reply-all:before,.mec-fa-reply-all:before {
    content: "\f122";
}

.mec-fa-star-half-empty:before,.mec-fa-star-half-full:before,.mec-fa-star-half-o:before {
    content: "\f123";
}

.mec-fa-location-arrow:before {
    content: "\f124";
}

.mec-fa-crop:before {
    content: "\f125";
}

.mec-fa-code-fork:before {
    content: "\f126";
}

.mec-fa-chain-broken:before,.mec-fa-unlink:before {
    content: "\f127";
}

.mec-fa-question:before {
    content: "\f128";
}

.mec-fa-info:before {
    content: "\f129";
}

.mec-fa-exclamation:before {
    content: "\f12a";
}

.mec-fa-superscript:before {
    content: "\f12b";
}

.mec-fa-subscript:before {
    content: "\f12c";
}

.mec-fa-eraser:before {
    content: "\f12d";
}

.mec-fa-puzzle-piece:before {
    content: "\f12e";
}

.mec-fa-microphone:before {
    content: "\f130";
}

.mec-fa-microphone-slash:before {
    content: "\f131";
}

.mec-fa-shield:before {
    content: "\f132";
}

.mec-fa-calendar-o:before {
    content: "\f133";
}

.mec-fa-fire-extinguisher:before {
    content: "\f134";
}

.mec-fa-rocket:before {
    content: "\f135";
}

.mec-fa-maxcdn:before {
    content: "\f136";
}

.mec-fa-chevron-circle-left:before {
    content: "\f137";
}

.mec-fa-chevron-circle-right:before {
    content: "\f138";
}

.mec-fa-chevron-circle-up:before {
    content: "\f139";
}

.mec-fa-chevron-circle-down:before {
    content: "\f13a";
}

.mec-fa-html5:before {
    content: "\f13b";
}

.mec-fa-css3:before {
    content: "\f13c";
}

.mec-fa-anchor:before {
    content: "\f13d";
}

.mec-fa-unlock-alt:before {
    content: "\f13e";
}

.mec-fa-bullseye:before {
    content: "\f140";
}

.mec-fa-ellipsis-h:before {
    content: "\f141";
}

.mec-fa-ellipsis-v:before {
    content: "\f142";
}

.mec-fa-rss-square:before {
    content: "\f143";
}

.mec-fa-play-circle:before {
    content: "\f144";
}

.mec-fa-ticket:before {
    content: "\f145";
}

.mec-fa-minus-square:before {
    content: "\f146";
}

.mec-fa-minus-square-o:before {
    content: "\f147";
}

.mec-fa-level-up:before {
    content: "\f148";
}

.mec-fa-level-down:before {
    content: "\f149";
}

.mec-fa-check-square:before {
    content: "\f14a";
}

.mec-fa-pencil-square:before {
    content: "\f14b";
}

.mec-fa-external-link-square:before {
    content: "\f14c";
}

.mec-fa-share-square:before {
    content: "\f14d";
}

.mec-fa-compass:before {
    content: "\f14e";
}

.mec-fa-caret-square-o-down:before,.mec-fa-toggle-down:before {
    content: "\f150";
}

.mec-fa-caret-square-o-up:before,.mec-fa-toggle-up:before {
    content: "\f151";
}

.mec-fa-caret-square-o-right:before,.mec-fa-toggle-right:before {
    content: "\f152";
}

.mec-fa-eur:before,.mec-fa-euro:before {
    content: "\f153";
}

.mec-fa-gbp:before {
    content: "\f154";
}

.mec-fa-dollar:before,.mec-fa-usd:before {
    content: "\f155";
}

.mec-fa-inr:before,.mec-fa-rupee:before {
    content: "\f156";
}

.mec-fa-cny:before,.mec-fa-jpy:before,.mec-fa-rmb:before,.mec-fa-yen:before {
    content: "\f157";
}

.mec-fa-rouble:before,.mec-fa-rub:before,.mec-fa-ruble:before {
    content: "\f158";
}

.mec-fa-krw:before,.mec-fa-won:before {
    content: "\f159";
}

.mec-fa-bitcoin:before,.mec-fa-btc:before {
    content: "\f15a";
}

.mec-fa-file:before {
    content: "\f15b";
}

.mec-fa-file-text:before {
    content: "\f15c";
}

.mec-fa-sort-alpha-asc:before {
    content: "\f15d";
}

.mec-fa-sort-alpha-desc:before {
    content: "\f15e";
}

.mec-fa-sort-amount-asc:before {
    content: "\f160";
}

.mec-fa-sort-amount-desc:before {
    content: "\f161";
}

.mec-fa-sort-numeric-asc:before {
    content: "\f162";
}

.mec-fa-sort-numeric-desc:before {
    content: "\f163";
}

.mec-fa-thumbs-up:before {
    content: "\f164";
}

.mec-fa-thumbs-down:before {
    content: "\f165";
}

.mec-fa-youtube-square:before {
    content: "\f166";
}

.mec-fa-youtube:before {
    content: "\f167";
}

.mec-fa-xing:before {
    content: "\f168";
}

.mec-fa-xing-square:before {
    content: "\f169";
}

.mec-fa-youtube-play:before {
    content: "\f16a";
}

.mec-fa-dropbox:before {
    content: "\f16b";
}

.mec-fa-stack-overflow:before {
    content: "\f16c";
}

.mec-fa-instagram:before {
    content: "\f16d";
}

.mec-fa-flickr:before {
    content: "\f16e";
}

.mec-fa-adn:before {
    content: "\f170";
}

.mec-fa-bitbucket:before {
    content: "\f171";
}

.mec-fa-bitbucket-square:before {
    content: "\f172";
}

.mec-fa-tumblr:before {
    content: "\f173";
}

.mec-fa-tumblr-square:before {
    content: "\f174";
}

.mec-fa-long-arrow-down:before {
    content: "\f175";
}

.mec-fa-long-arrow-up:before {
    content: "\f176";
}

.mec-fa-long-arrow-left:before {
    content: "\f177";
}

.mec-fa-long-arrow-right:before {
    content: "\f178";
}

.mec-fa-apple:before {
    content: "\f179";
}

.mec-fa-windows:before {
    content: "\f17a";
}

.mec-fa-android:before {
    content: "\f17b";
}

.mec-fa-linux:before {
    content: "\f17c";
}

.mec-fa-dribbble:before {
    content: "\f17d";
}

.mec-fa-skype:before {
    content: "\f17e";
}

.mec-fa-foursquare:before {
    content: "\f180";
}

.mec-fa-trello:before {
    content: "\f181";
}

.mec-fa-female:before {
    content: "\f182";
}

.mec-fa-male:before {
    content: "\f183";
}

.mec-fa-gittip:before,.mec-fa-gratipay:before {
    content: "\f184";
}

.mec-fa-sun-o:before {
    content: "\f185";
}

.mec-fa-moon-o:before {
    content: "\f186";
}

.mec-fa-archive:before {
    content: "\f187";
}

.mec-fa-bug:before {
    content: "\f188";
}

.mec-fa-vk:before {
    content: "\f189";
}

.mec-fa-weibo:before {
    content: "\f18a";
}

.mec-fa-renren:before {
    content: "\f18b";
}

.mec-fa-pagelines:before {
    content: "\f18c";
}

.mec-fa-stack-exchange:before {
    content: "\f18d";
}

.mec-fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.mec-fa-arrow-circle-o-left:before {
    content: "\f190";
}

.mec-fa-caret-square-o-left:before,.mec-fa-toggle-left:before {
    content: "\f191";
}

.mec-fa-dot-circle-o:before {
    content: "\f192";
}

.mec-fa-wheelchair:before {
    content: "\f193";
}

.mec-fa-vimeo-square:before {
    content: "\f194";
}

.mec-fa-try:before,.mec-fa-turkish-lira:before {
    content: "\f195";
}

.mec-fa-plus-square-o:before {
    content: "\f196";
}

.mec-fa-space-shuttle:before {
    content: "\f197";
}

.mec-fa-slack:before {
    content: "\f198";
}

.mec-fa-envelope-square:before {
    content: "\f199";
}

.mec-fa-wordpress:before {
    content: "\f19a";
}

.mec-fa-openid:before {
    content: "\f19b";
}

.mec-fa-bank:before,.mec-fa-institution:before,.mec-fa-university:before {
    content: "\f19c";
}

.mec-fa-graduation-cap:before,.mec-fa-mortar-board:before {
    content: "\f19d";
}

.mec-fa-yahoo:before {
    content: "\f19e";
}

.mec-fa-google:before {
    content: "\f1a0";
}

.mec-fa-reddit:before {
    content: "\f1a1";
}

.mec-fa-reddit-square:before {
    content: "\f1a2";
}

.mec-fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.mec-fa-stumbleupon:before {
    content: "\f1a4";
}

.mec-fa-delicious:before {
    content: "\f1a5";
}

.mec-fa-digg:before {
    content: "\f1a6";
}

.mec-fa-pied-piper:before {
    content: "\f1a7";
}

.mec-fa-pied-piper-alt:before {
    content: "\f1a8";
}

.mec-fa-drupal:before {
    content: "\f1a9";
}

.mec-fa-joomla:before {
    content: "\f1aa";
}

.mec-fa-language:before {
    content: "\f1ab";
}

.mec-fa-fax:before {
    content: "\f1ac";
}

.mec-fa-building:before {
    content: "\f1ad";
}

.mec-fa-child:before {
    content: "\f1ae";
}

.mec-fa-paw:before {
    content: "\f1b0";
}

.mec-fa-spoon:before {
    content: "\f1b1";
}

.mec-fa-cube:before {
    content: "\f1b2";
}

.mec-fa-cubes:before {
    content: "\f1b3";
}

.mec-fa-behance:before {
    content: "\f1b4";
}

.mec-fa-behance-square:before {
    content: "\f1b5";
}

.mec-fa-steam:before {
    content: "\f1b6";
}

.mec-fa-steam-square:before {
    content: "\f1b7";
}

.mec-fa-recycle:before {
    content: "\f1b8";
}

.mec-fa-automobile:before,.mec-fa-car:before {
    content: "\f1b9";
}

.mec-fa-cab:before,.mec-fa-taxi:before {
    content: "\f1ba";
}

.mec-fa-tree:before {
    content: "\f1bb";
}

.mec-fa-spotify:before {
    content: "\f1bc";
}

.mec-fa-deviantart:before {
    content: "\f1bd";
}

.mec-fa-soundcloud:before {
    content: "\f1be";
}

.mec-fa-database:before {
    content: "\f1c0";
}

.mec-fa-file-pdf-o:before {
    content: "\f1c1";
}

.mec-fa-file-word-o:before {
    content: "\f1c2";
}

.mec-fa-file-excel-o:before {
    content: "\f1c3";
}

.mec-fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.mec-fa-file-image-o:before,.mec-fa-file-photo-o:before,.mec-fa-file-picture-o:before {
    content: "\f1c5";
}

.mec-fa-file-archive-o:before,.mec-fa-file-zip-o:before {
    content: "\f1c6";
}

.mec-fa-file-audio-o:before,.mec-fa-file-sound-o:before {
    content: "\f1c7";
}

.mec-fa-file-movie-o:before,.mec-fa-file-video-o:before {
    content: "\f1c8";
}

.mec-fa-file-code-o:before {
    content: "\f1c9";
}

.mec-fa-vine:before {
    content: "\f1ca";
}

.mec-fa-codepen:before {
    content: "\f1cb";
}

.mec-fa-jsfiddle:before {
    content: "\f1cc";
}

.mec-fa-life-bouy:before,.mec-fa-life-buoy:before,.mec-fa-life-ring:before,.mec-fa-life-saver:before,.mec-fa-support:before {
    content: "\f1cd";
}

.mec-fa-circle-o-notch:before {
    content: "\f1ce";
}

.mec-fa-ra:before,.mec-fa-rebel:before {
    content: "\f1d0";
}

.mec-fa-empire:before,.mec-fa-ge:before {
    content: "\f1d1";
}

.mec-fa-git-square:before {
    content: "\f1d2";
}

.mec-fa-git:before {
    content: "\f1d3";
}

.mec-fa-hacker-news:before,.mec-fa-y-combinator-square:before,.mec-fa-yc-square:before {
    content: "\f1d4";
}

.mec-fa-tencent-weibo:before {
    content: "\f1d5";
}

.mec-fa-qq:before {
    content: "\f1d6";
}

.mec-fa-wechat:before,.mec-fa-weixin:before {
    content: "\f1d7";
}

.mec-fa-paper-plane:before,.mec-fa-send:before {
    content: "\f1d8";
}

.mec-fa-paper-plane-o:before,.mec-fa-send-o:before {
    content: "\f1d9";
}

.mec-fa-history:before {
    content: "\f1da";
}

.mec-fa-circle-thin:before {
    content: "\f1db";
}

.mec-fa-header:before {
    content: "\f1dc";
}

.mec-fa-paragraph:before {
    content: "\f1dd";
}

.mec-fa-sliders:before {
    content: "\f1de";
}

.mec-fa-share-alt:before {
    content: "\f1e0";
}

.mec-fa-share-alt-square:before {
    content: "\f1e1";
}

.mec-fa-bomb:before {
    content: "\f1e2";
}

.mec-fa-futbol-o:before,.mec-fa-soccer-ball-o:before {
    content: "\f1e3";
}

.mec-fa-tty:before {
    content: "\f1e4";
}

.mec-fa-binoculars:before {
    content: "\f1e5";
}

.mec-fa-plug:before {
    content: "\f1e6";
}

.mec-fa-slideshare:before {
    content: "\f1e7";
}

.mec-fa-twitch:before {
    content: "\f1e8";
}

.mec-fa-yelp:before {
    content: "\f1e9";
}

.mec-fa-newspaper-o:before {
    content: "\f1ea";
}

.mec-fa-wifi:before {
    content: "\f1eb";
}

.mec-fa-calculator:before {
    content: "\f1ec";
}

.mec-fa-paypal:before {
    content: "\f1ed";
}

.mec-fa-google-wallet:before {
    content: "\f1ee";
}

.mec-fa-cc-visa:before {
    content: "\f1f0";
}

.mec-fa-cc-mastercard:before {
    content: "\f1f1";
}

.mec-fa-cc-discover:before {
    content: "\f1f2";
}

.mec-fa-cc-amex:before {
    content: "\f1f3";
}

.mec-fa-cc-paypal:before {
    content: "\f1f4";
}

.mec-fa-cc-stripe:before {
    content: "\f1f5";
}

.mec-fa-bell-slash:before {
    content: "\f1f6";
}

.mec-fa-bell-slash-o:before {
    content: "\f1f7";
}

.mec-fa-trash:before {
    content: "\f1f8";
}

.mec-fa-copyright:before {
    content: "\f1f9";
}

.mec-fa-at:before {
    content: "\f1fa";
}

.mec-fa-eyedropper:before {
    content: "\f1fb";
}

.mec-fa-paint-brush:before {
    content: "\f1fc";
}

.mec-fa-birthday-cake:before {
    content: "\f1fd";
}

.mec-fa-area-chart:before {
    content: "\f1fe";
}

.mec-fa-pie-chart:before {
    content: "\f200";
}

.mec-fa-line-chart:before {
    content: "\f201";
}

.mec-fa-lastfm:before {
    content: "\f202";
}

.mec-fa-lastfm-square:before {
    content: "\f203";
}

.mec-fa-toggle-off:before {
    content: "\f204";
}

.mec-fa-toggle-on:before {
    content: "\f205";
}

.mec-fa-bicycle:before {
    content: "\f206";
}

.mec-fa-bus:before {
    content: "\f207";
}

.mec-fa-ioxhost:before {
    content: "\f208";
}

.mec-fa-angellist:before {
    content: "\f209";
}

.mec-fa-cc:before {
    content: "\f20a";
}

.mec-fa-ils:before,.mec-fa-shekel:before,.mec-fa-sheqel:before {
    content: "\f20b";
}

.mec-fa-meanpath:before {
    content: "\f20c";
}

.mec-fa-buysellads:before {
    content: "\f20d";
}

.mec-fa-connectdevelop:before {
    content: "\f20e";
}

.mec-fa-dashcube:before {
    content: "\f210";
}

.mec-fa-forumbee:before {
    content: "\f211";
}

.mec-fa-leanpub:before {
    content: "\f212";
}

.mec-fa-sellsy:before {
    content: "\f213";
}

.mec-fa-shirtsinbulk:before {
    content: "\f214";
}

.mec-fa-simplybuilt:before {
    content: "\f215";
}

.mec-fa-skyatlas:before {
    content: "\f216";
}

.mec-fa-cart-plus:before {
    content: "\f217";
}

.mec-fa-cart-arrow-down:before {
    content: "\f218";
}

.mec-fa-diamond:before {
    content: "\f219";
}

.mec-fa-ship:before {
    content: "\f21a";
}

.mec-fa-user-secret:before {
    content: "\f21b";
}

.mec-fa-motorcycle:before {
    content: "\f21c";
}

.mec-fa-street-view:before {
    content: "\f21d";
}

.mec-fa-heartbeat:before {
    content: "\f21e";
}

.mec-fa-venus:before {
    content: "\f221";
}

.mec-fa-mars:before {
    content: "\f222";
}

.mec-fa-mercury:before {
    content: "\f223";
}

.mec-fa-intersex:before,.mec-fa-transgender:before {
    content: "\f224";
}

.mec-fa-transgender-alt:before {
    content: "\f225";
}

.mec-fa-venus-double:before {
    content: "\f226";
}

.mec-fa-mars-double:before {
    content: "\f227";
}

.mec-fa-venus-mars:before {
    content: "\f228";
}

.mec-fa-mars-stroke:before {
    content: "\f229";
}

.mec-fa-mars-stroke-v:before {
    content: "\f22a";
}

.mec-fa-mars-stroke-h:before {
    content: "\f22b";
}

.mec-fa-neuter:before {
    content: "\f22c";
}

.mec-fa-genderless:before {
    content: "\f22d";
}

.mec-fa-facebook-official:before {
    content: "\f230";
}

.mec-fa-pinterest-p:before {
    content: "\f231";
}

.mec-fa-whatsapp:before {
    content: "\f232";
}

.mec-fa-server:before {
    content: "\f233";
}

.mec-fa-user-plus:before {
    content: "\f234";
}

.mec-fa-user-times:before {
    content: "\f235";
}

.mec-fa-bed:before,.mec-fa-hotel:before {
    content: "\f236";
}

.mec-fa-viacoin:before {
    content: "\f237";
}

.mec-fa-train:before {
    content: "\f238";
}

.mec-fa-subway:before {
    content: "\f239";
}

.mec-fa-medium:before {
    content: "\f23a";
}

.mec-fa-y-combinator:before,.mec-fa-yc:before {
    content: "\f23b";
}

.mec-fa-optin-monster:before {
    content: "\f23c";
}

.mec-fa-opencart:before {
    content: "\f23d";
}

.mec-fa-expeditedssl:before {
    content: "\f23e";
}

.mec-fa-battery-4:before,.mec-fa-battery-full:before {
    content: "\f240";
}

.mec-fa-battery-3:before,.mec-fa-battery-three-quarters:before {
    content: "\f241";
}

.mec-fa-battery-2:before,.mec-fa-battery-half:before {
    content: "\f242";
}

.mec-fa-battery-1:before,.mec-fa-battery-quarter:before {
    content: "\f243";
}

.mec-fa-battery-0:before,.mec-fa-battery-empty:before {
    content: "\f244";
}

.mec-fa-mouse-pointer:before {
    content: "\f245";
}

.mec-fa-i-cursor:before {
    content: "\f246";
}

.mec-fa-object-group:before {
    content: "\f247";
}

.mec-fa-object-ungroup:before {
    content: "\f248";
}

.mec-fa-sticky-note:before {
    content: "\f249";
}

.mec-fa-sticky-note-o:before {
    content: "\f24a";
}

.mec-fa-cc-jcb:before {
    content: "\f24b";
}

.mec-fa-cc-diners-club:before {
    content: "\f24c";
}

.mec-fa-clone:before {
    content: "\f24d";
}

.mec-fa-balance-scale:before {
    content: "\f24e";
}

.mec-fa-hourglass-o:before {
    content: "\f250";
}

.mec-fa-hourglass-1:before,.mec-fa-hourglass-start:before {
    content: "\f251";
}

.mec-fa-hourglass-2:before,.mec-fa-hourglass-half:before {
    content: "\f252";
}

.mec-fa-hourglass-3:before,.mec-fa-hourglass-end:before {
    content: "\f253";
}

.mec-fa-hourglass:before {
    content: "\f254";
}

.mec-fa-hand-grab-o:before,.mec-fa-hand-rock-o:before {
    content: "\f255";
}

.mec-fa-hand-paper-o:before,.mec-fa-hand-stop-o:before {
    content: "\f256";
}

.mec-fa-hand-scissors-o:before {
    content: "\f257";
}

.mec-fa-hand-lizard-o:before {
    content: "\f258";
}

.mec-fa-hand-spock-o:before {
    content: "\f259";
}

.mec-fa-hand-pointer-o:before {
    content: "\f25a";
}

.mec-fa-hand-peace-o:before {
    content: "\f25b";
}

.mec-fa-trademark:before {
    content: "\f25c";
}

.mec-fa-registered:before {
    content: "\f25d";
}

.mec-fa-creative-commons:before {
    content: "\f25e";
}

.mec-fa-gg:before {
    content: "\f260";
}

.mec-fa-gg-circle:before {
    content: "\f261";
}

.mec-fa-tripadvisor:before {
    content: "\f262";
}

.mec-fa-odnoklassniki:before {
    content: "\f263";
}

.mec-fa-odnoklassniki-square:before {
    content: "\f264";
}

.mec-fa-get-pocket:before {
    content: "\f265";
}

.mec-fa-wikipedia-w:before {
    content: "\f266";
}

.mec-fa-safari:before {
    content: "\f267";
}

.mec-fa-chrome:before {
    content: "\f268";
}

.mec-fa-firefox:before {
    content: "\f269";
}

.mec-fa-opera:before {
    content: "\f26a";
}

.mec-fa-internet-explorer:before {
    content: "\f26b";
}

.mec-fa-television:before,.mec-fa-tv:before {
    content: "\f26c";
}

.mec-fa-contao:before {
    content: "\f26d";
}

.mec-fa-500px:before {
    content: "\f26e";
}

.mec-fa-amazon:before {
    content: "\f270";
}

.mec-fa-calendar-plus-o:before {
    content: "\f271";
}

.mec-fa-calendar-minus-o:before {
    content: "\f272";
}

.mec-fa-calendar-times-o:before {
    content: "\f273";
}

.mec-fa-calendar-check-o:before {
    content: "\f274";
}

.mec-fa-industry:before {
    content: "\f275";
}

.mec-fa-map-pin:before {
    content: "\f276";
}

.mec-fa-map-signs:before {
    content: "\f277";
}

.mec-fa-map-o:before {
    content: "\f278";
}

.mec-fa-map:before {
    content: "\f279";
}

.mec-fa-commenting:before {
    content: "\f27a";
}

.mec-fa-commenting-o:before {
    content: "\f27b";
}

.mec-fa-houzz:before {
    content: "\f27c";
}

.mec-fa-vimeo:before {
    content: "\f27d";
}

.mec-fa-black-tie:before {
    content: "\f27e";
}

.mec-fa-fonticons:before {
    content: "\f280";
}

.mec-fa-reddit-alien:before {
    content: "\f281";
}

.mec-fa-edge:before {
    content: "\f282";
}

.mec-fa-credit-card-alt:before {
    content: "\f283";
}

.mec-fa-codiepie:before {
    content: "\f284";
}

.mec-fa-modx:before {
    content: "\f285";
}

.mec-fa-fort-awesome:before {
    content: "\f286";
}

.mec-fa-usb:before {
    content: "\f287";
}

.mec-fa-product-hunt:before {
    content: "\f288";
}

.mec-fa-mixcloud:before {
    content: "\f289";
}

.mec-fa-scribd:before {
    content: "\f28a";
}

.mec-fa-pause-circle:before {
    content: "\f28b";
}

.mec-fa-pause-circle-o:before {
    content: "\f28c";
}

.mec-fa-stop-circle:before {
    content: "\f28d";
}

.mec-fa-stop-circle-o:before {
    content: "\f28e";
}

.mec-fa-shopping-bag:before {
    content: "\f290";
}

.mec-fa-shopping-basket:before {
    content: "\f291";
}

.mec-fa-hashtag:before {
    content: "\f292";
}

.mec-fa-bluetooth:before {
    content: "\f293";
}

.mec-fa-bluetooth-b:before {
    content: "\f294";
}

.mec-fa-percent:before {
    content: "\f295";
}

.mec-fa-gitlab:before {
    content: "\f296";
}

.mec-fa-wpbeginner:before {
    content: "\f297";
}

.mec-fa-wpforms:before {
    content: "\f298";
}

.mec-fa-envira:before {
    content: "\f299";
}

.mec-fa-universal-access:before {
    content: "\f29a";
}

.mec-fa-wheelchair-alt:before {
    content: "\f29b";
}

.mec-fa-question-circle-o:before {
    content: "\f29c";
}

.mec-fa-blind:before {
    content: "\f29d";
}

.mec-fa-audio-description:before {
    content: "\f29e";
}

.mec-fa-volume-control-phone:before {
    content: "\f2a0";
}

.mec-fa-braille:before {
    content: "\f2a1";
}

.mec-fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.mec-fa-american-sign-language-interpreting:before,.mec-fa-asl-interpreting:before {
    content: "\f2a3";
}

.mec-fa-deaf:before,.mec-fa-deafness:before,.mec-fa-hard-of-hearing:before {
    content: "\f2a4";
}

.mec-fa-glide:before {
    content: "\f2a5";
}

.mec-fa-glide-g:before {
    content: "\f2a6";
}

.mec-fa-sign-language:before,.mec-fa-signing:before {
    content: "\f2a7";
}

.mec-fa-low-vision:before {
    content: "\f2a8";
}

.mec-fa-viadeo:before {
    content: "\f2a9";
}

.mec-fa-viadeo-square:before {
    content: "\f2aa";
}

.mec-fa-snapchat:before {
    content: "\f2ab";
}

.mec-fa-snapchat-ghost:before {
    content: "\f2ac";
}

.mec-fa-snapchat-square:before {
    content: "\f2ad";
}

.mec-fa-long-arrow-alt-left:before {
    content: "\f060";
}

.mec-fa-window-minimize:before {
    content: "\f068";
}

.mec-fa-long-arrow-alt-right:before {
    content: "\f061";
}

.mec-sl-user:before {
    content: "\e005";
}

.mec-sl-people:before {
    content: "\e001";
}

.mec-sl-user-female:before {
    content: "\e000";
}

.mec-sl-user-follow:before {
    content: "\e002";
}

.mec-sl-user-following:before {
    content: "\e003";
}

.mec-sl-user-unfollow:before {
    content: "\e004";
}

.mec-sl-login:before {
    content: "\e066";
}

.mec-sl-logout:before {
    content: "\e065";
}

.mec-sl-emotsmile:before {
    content: "\e021";
}

.mec-sl-phone:before {
    content: "\e600";
}

.mec-sl-call-end:before {
    content: "\e048";
}

.mec-sl-call-in:before {
    content: "\e047";
}

.mec-sl-call-out:before {
    content: "\e046";
}

.mec-sl-map:before {
    content: "\e033";
}

.mec-sl-location-pin:before {
    content: "\e096";
}

.mec-sl-direction:before {
    content: "\e042";
}

.mec-sl-directions:before {
    content: "\e041";
}

.mec-sl-compass:before {
    content: "\e045";
}

.mec-sl-layers:before {
    content: "\e034";
}

.mec-sl-menu:before {
    content: "\e601";
}

.mec-sl-list:before {
    content: "\e067";
}

.mec-sl-options-vertical:before {
    content: "\e602";
}

.mec-sl-options:before {
    content: "\e603";
}

.mec-sl-arrow-down:before {
    content: "\e604";
}

.mec-sl-arrow-left:before {
    content: "\e605";
}

.mec-sl-arrow-right:before {
    content: "\e606";
}

.mec-sl-arrow-up:before {
    content: "\e607";
}

.mec-sl-arrow-up-circle:before {
    content: "\e078";
}

.mec-sl-arrow-left-circle:before {
    content: "\e07a";
}

.mec-sl-arrow-right-circle:before {
    content: "\e079";
}

.mec-sl-arrow-down-circle:before {
    content: "\e07b";
}

.mec-sl-check:before {
    content: "\e080";
}

.mec-sl-clock:before {
    content: "\e081";
}

.mec-sl-plus:before {
    content: "\e095";
}

.mec-sl-minus:before {
    content: "\e615";
}

.mec-sl-close:before {
    content: "\e082";
}

.mec-sl-event:before {
    content: "\e619";
}

.mec-sl-exclamation:before {
    content: "\e617";
}

.mec-sl-organization:before {
    content: "\e616";
}

.mec-sl-trophy:before {
    content: "\e006";
}

.mec-sl-screen-smartphone:before {
    content: "\e010";
}

.mec-sl-screen-desktop:before {
    content: "\e011";
}

.mec-sl-plane:before {
    content: "\e012";
}

.mec-sl-notebook:before {
    content: "\e013";
}

.mec-sl-mustache:before {
    content: "\e014";
}

.mec-sl-mouse:before {
    content: "\e015";
}

.mec-sl-magnet:before {
    content: "\e016";
}

.mec-sl-energy:before {
    content: "\e020";
}

.mec-sl-disc:before {
    content: "\e022";
}

.mec-sl-cursor:before {
    content: "\e06e";
}

.mec-sl-cursor-move:before {
    content: "\e023";
}

.mec-sl-crop:before {
    content: "\e024";
}

.mec-sl-chemistry:before {
    content: "\e026";
}

.mec-sl-speedometer:before {
    content: "\e007";
}

.mec-sl-shield:before {
    content: "\e00e";
}

.mec-sl-screen-tablet:before {
    content: "\e00f";
}

.mec-sl-magic-wand:before {
    content: "\e017";
}

.mec-sl-hourglass:before {
    content: "\e018";
}

.mec-sl-graduation:before {
    content: "\e019";
}

.mec-sl-ghost:before {
    content: "\e01a";
}

.mec-sl-game-controller:before {
    content: "\e01b";
}

.mec-sl-fire:before {
    content: "\e01c";
}

.mec-sl-eyeglass:before {
    content: "\e01d";
}

.mec-sl-envelope-open:before {
    content: "\e01e";
}

.mec-sl-envelope-letter:before {
    content: "\e01f";
}

.mec-sl-bell:before {
    content: "\e027";
}

.mec-sl-badge:before {
    content: "\e028";
}

.mec-sl-anchor:before {
    content: "\e029";
}

.mec-sl-wallet:before {
    content: "\e02a";
}

.mec-sl-vector:before {
    content: "\e02b";
}

.mec-sl-speech:before {
    content: "\e02c";
}

.mec-sl-puzzle:before {
    content: "\e02d";
}

.mec-sl-printer:before {
    content: "\e02e";
}

.mec-sl-present:before {
    content: "\e02f";
}

.mec-sl-playlist:before {
    content: "\e030";
}

.mec-sl-pin:before {
    content: "\e031";
}

.mec-sl-picture:before {
    content: "\e032";
}

.mec-sl-handbag:before {
    content: "\e035";
}

.mec-sl-globe-alt:before {
    content: "\e036";
}

.mec-sl-globe:before {
    content: "\e037";
}

.mec-sl-folder-alt:before {
    content: "\e039";
}

.mec-sl-folder:before {
    content: "\e089";
}

.mec-sl-film:before {
    content: "\e03a";
}

.mec-sl-feed:before {
    content: "\e03b";
}

.mec-sl-drop:before {
    content: "\e03e";
}

.mec-sl-drawer:before {
    content: "\e03f";
}

.mec-sl-docs:before {
    content: "\e040";
}

.mec-sl-doc:before {
    content: "\e085";
}

.mec-sl-diamond:before {
    content: "\e043";
}

.mec-sl-cup:before {
    content: "\e044";
}

.mec-sl-calculator:before {
    content: "\e049";
}

.mec-sl-bubbles:before {
    content: "\e04a";
}

.mec-sl-briefcase:before {
    content: "\e04b";
}

.mec-sl-book-open:before {
    content: "\e04c";
}

.mec-sl-basket-loaded:before {
    content: "\e04d";
}

.mec-sl-basket:before {
    content: "\e04e";
}

.mec-sl-bag:before {
    content: "\e04f";
}

.mec-sl-action-undo:before {
    content: "\e050";
}

.mec-sl-action-redo:before {
    content: "\e051";
}

.mec-sl-wrench:before {
    content: "\e052";
}

.mec-sl-umbrella:before {
    content: "\e053";
}

.mec-sl-trash:before {
    content: "\e054";
}

.mec-sl-tag:before {
    content: "\e055";
}

.mec-sl-support:before {
    content: "\e056";
}

.mec-sl-frame:before {
    content: "\e038";
}

.mec-sl-size-fullscreen:before {
    content: "\e057";
}

.mec-sl-size-actual:before {
    content: "\e058";
}

.mec-sl-shuffle:before {
    content: "\e059";
}

.mec-sl-share-alt:before {
    content: "\e05a";
}

.mec-sl-share:before {
    content: "\e05b";
}

.mec-sl-rocket:before {
    content: "\e05c";
}

.mec-sl-question:before {
    content: "\e05d";
}

.mec-sl-pie-chart:before {
    content: "\e05e";
}

.mec-sl-pencil:before {
    content: "\e05f";
}

.mec-sl-note:before {
    content: "\e060";
}

.mec-sl-loop:before {
    content: "\e064";
}

.mec-sl-home:before {
    content: "\e069";
}

.mec-sl-grid:before {
    content: "\e06a";
}

.mec-sl-graph:before {
    content: "\e06b";
}

.mec-sl-microphone:before {
    content: "\e063";
}

.mec-sl-music-tone-alt:before {
    content: "\e061";
}

.mec-sl-music-tone:before {
    content: "\e062";
}

.mec-sl-earphones-alt:before {
    content: "\e03c";
}

.mec-sl-earphones:before {
    content: "\e03d";
}

.mec-sl-equalizer:before {
    content: "\e06c";
}

.mec-sl-like:before {
    content: "\e068";
}

.mec-sl-dislike:before {
    content: "\e06d";
}

.mec-sl-control-start:before {
    content: "\e06f";
}

.mec-sl-control-rewind:before {
    content: "\e070";
}

.mec-sl-control-play:before {
    content: "\e071";
}

.mec-sl-control-pause:before {
    content: "\e072";
}

.mec-sl-control-forward:before {
    content: "\e073";
}

.mec-sl-control-end:before {
    content: "\e074";
}

.mec-sl-volume-1:before {
    content: "\e09f";
}

.mec-sl-volume-2:before {
    content: "\e0a0";
}

.mec-sl-volume-off:before {
    content: "\e0a1";
}

.mec-sl-calendar:before {
    content: "\e075";
}

.mec-sl-bulb:before {
    content: "\e076";
}

.mec-sl-chart:before {
    content: "\e077";
}

.mec-sl-ban:before {
    content: "\e07c";
}

.mec-sl-bubble:before {
    content: "\e07d";
}

.mec-sl-camrecorder:before {
    content: "\e07e";
}

.mec-sl-camera:before {
    content: "\e07f";
}

.mec-sl-cloud-download:before {
    content: "\e083";
}

.mec-sl-cloud-upload:before {
    content: "\e084";
}

.mec-sl-envelope:before {
    content: "\e086";
}

.mec-sl-eye:before {
    content: "\e087";
}

.mec-sl-flag:before {
    content: "\e088";
}

.mec-sl-heart:before {
    content: "\e08a";
}

.mec-sl-info:before {
    content: "\e08b";
}

.mec-sl-key:before {
    content: "\e08c";
}

.mec-sl-link:before {
    content: "\e08d";
}

.mec-sl-lock:before {
    content: "\e08e";
}

.mec-sl-lock-open:before {
    content: "\e08f";
}

.mec-sl-magnifier:before {
    content: "\e090";
}

.mec-sl-magnifier-add:before {
    content: "\e091";
}

.mec-sl-magnifier-remove:before {
    content: "\e092";
}

.mec-sl-paper-clip:before {
    content: "\e093";
}

.mec-sl-paper-plane:before {
    content: "\e094";
}

.mec-sl-power:before {
    content: "\e097";
}

.mec-sl-refresh:before {
    content: "\e098";
}

.mec-sl-reload:before {
    content: "\e099";
}

.mec-sl-settings:before {
    content: "\e09a";
}

.mec-sl-star:before {
    content: "\e09b";
}

.mec-sl-symbol-female:before {
    content: "\e09c";
}

.mec-sl-symbol-male:before {
    content: "\e09d";
}

.mec-sl-target:before {
    content: "\e09e";
}

.mec-sl-credit-card:before {
    content: "\e025";
}

.mec-sl-paypal:before {
    content: "\e608";
}

.mec-sl-social-tumblr:before {
    content: "\e00a";
}

.mec-sl-social-twitter:before {
    content: "\e009";
}

.mec-sl-social-facebook:before {
    content: "\e00b";
}

.mec-sl-social-instagram:before {
    content: "\e609";
}

.mec-sl-social-linkedin:before {
    content: "\e60a";
}

.mec-sl-social-pinterest:before {
    content: "\e60b";
}

.mec-sl-social-github:before {
    content: "\e60c";
}

.mec-sl-social-google:before {
    content: "\e60d";
}

.mec-sl-social-reddit:before {
    content: "\e60e";
}

.mec-sl-social-skype:before {
    content: "\e60f";
}

.mec-sl-social-dribbble:before {
    content: "\e00d";
}

.mec-sl-social-behance:before {
    content: "\e610";
}

.mec-sl-social-foursqare:before {
    content: "\e611";
}

.mec-sl-social-soundcloud:before {
    content: "\e612";
}

.mec-sl-social-spotify:before {
    content: "\e613";
}

.mec-sl-social-stumbleupon:before {
    content: "\e614";
}

.mec-sl-social-youtube:before {
    content: "\e008";
}

.mec-sl-social-dropbox:before {
    content: "\e00c";
}

.mec-sl-social-vkontakte:before {
    content: "\e618";
}

.mec-sl-social-steam:before {
    content: "\e620";
}

.mec-wrap {
    position: relative
}

.entry-content .mec-wrap h1,.entry-content .mec-wrap h2,.entry-content .mec-wrap h3,.entry-content .mec-wrap h4,.entry-content .mec-wrap h5,.entry-content .mec-wrap h6,.mec-wrap h1,.mec-wrap h2,.mec-wrap h3,.mec-wrap h4,.mec-wrap h5,.mec-wrap h6 {
    color: #171c24;
    font-weight: 300;
    font-style: inherit;
    letter-spacing: normal;
    clear: none
}

.mec-wrap h1 {
    font-size: 50px;
    line-height: 1.16;
    margin-bottom: 12px;
    letter-spacing: -1px
}

.mec-wrap h2 {
    font-size: 36px;
    line-height: 1.14;
    margin-bottom: 10px
}

.mec-wrap h3 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 8px
}

.mec-wrap h4 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px
}

.mec-wrap h5 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 7px
}

.mec-wrap h6 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 4px
}

.mec-wrap .subheader {
    color: #849098
}

.mec-wrap h1 strong {
    font-weight: 700
}

.mec-wrap p {
    margin: 0 0 20px 0;
    color: #616161;
    font-size: 14px;
    line-height: 1.8
}

.mec-wrap .mec-event-article .mec-color-hover {
    box-shadow: none;
    border: none
}

.mec-wrap abbr,.mec-wrap acronym {
    cursor: auto;
    border: none
}

.entry-content .mec-wrap a {
    box-shadow: none
}

.mec-wrap .button,.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next),.mec-wrap input[type=button],.mec-wrap input[type=reset],.mec-wrap input[type=submit] {
    position: relative;
    border: none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 21px;
    margin-right: 10px;
    line-height: 1;
    padding: 18px 20px 16px;
    background: #24ca4f;
    -webkit-transition: all .21s ease;
    -moz-transition: all .21s ease;
    transition: all .21s ease
}

.mec-wrap .button:hover,.mec-wrap a.button:hover,.mec-wrap button:hover:not(.mejs),.mec-wrap input[type=button]:hover,.mec-wrap input[type=reset]:hover,.mec-wrap input[type=submit]:hover {
    background: #222;
    color: #fff
}

.mec-wrap #mec_woo_add_to_cart_btn_r {
    min-width: 155px;
    margin-top: 5px;
    border-radius: 2px;
    box-shadow: 0 2px 1px rgba(0,0,0,.08);
    float: left;
    text-align: center
}

.mec-booking-form-container button {
    display: block
}

.vertical-space,.vertical-space1,.vertical-space2,.vertical-space3,.vertical-space4,.vertical-space5 {
    display: block;
    width: 100%;
    margin: 0;
    clear: both;
    border: 0 none;
    height: 20px
}

.vertical-space2 {
    height: 40px
}

.vertical-space3 {
    height: 60px
}

.vertical-space4 {
    height: 80px
}

.vertical-space5 {
    height: 100px
}

@media only screen and (max-width: 479px) {
    .vertical-space,.vertical-space1 {
        height:8px
    }

    .vertical-space2 {
        height: 14px
    }

    .vertical-space3 {
        height: 28px
    }

    .vertical-space4 {
        height: 40px
    }

    .vertical-space5 {
        height: 60px
    }
}

@media only screen and (max-width: 960px) {
    .vertical-space,.vertical-space1 {
        height:12px
    }

    .vertical-space2 {
        height: 18px
    }

    .vertical-space3 {
        height: 36px
    }

    .vertical-space4 {
        height: 50px
    }

    .vertical-space5 {
        height: 80px
    }
}

.mec-wrap abbr {
    cursor: auto;
    border-bottom: 0
}

@-webkit-keyframes rotating {
    from {
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.mec-wrap {
    font: 14px/25px;
    font-weight: 400;
    color: #626262
}

.mec-wrap .mec-events a {
    border-bottom: none
}

.mec-wrap .mec-container a {
    box-shadow: none
}

.mec-event-content p {
    font-weight: 300
}

.mec-wrap .mec-clear:after,.mec-wrap .mec-clear:before {
    content: ' ';
    display: table
}

.mec-wrap .mec-clear:after {
    clear: both
}

.mec-events-button {
    background: #fff;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    text-shadow: none;
    margin-right: 10px;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / 3%);
    transition: .3s
}

.mec-wrap .mec-events-button:hover {
    color: #fff
}

.mec-no-event {
    display: none
}

#mec-active-current {
    display: block
}

.current-hide #mec-active-current {
    display: none!important
}

.mec-event-grid-classic .mec-event-article {
    position: relative;
    border: 2px solid #e3e3e3;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.016);
    margin-bottom: 30px;
    max-width: none
}

.mec-event-grid-classic .mec-event-content {
    background: #fff;
    color: #767676;
    padding: 0 20px 5px;
    text-align: center;
    min-height: 125px
}

.mec-event-grid-classic .mec-event-title {
    color: #202020;
    margin: 10px 0;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.mec-event-grid-classic .mec-event-title a {
    color: #202020;
    transition: all .24s ease
}

.mec-event-grid-classic .mec-event-date {
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding: 3px 20px;
    margin: 0 -20px 20px -20px;
    text-align: center
}

.widget_mec_mec_widget .mec-event-grid-classic .mec-event-date {
    margin: 0
}

.mec-event-grid-classic .mec-event-content p {
    font-size: 15px;
    color: #8a8a8a
}

.mec-event-grid-classic .mec-event-detail {
    display: none
}

.mec-event-grid-classic img {
    margin-bottom: 0;
    width: 100%
}

.mec-event-footer {
    position: relative;
    border-top: 1px solid #efefef;
    padding: 20px;
    min-height: 80px;
    margin: 0;
    background: #fafafa
}

.mec-event-sharing-wrap {
    left: 15px;
    position: absolute;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.mec-event-sharing-wrap .mec-event-sharing {
    position: absolute;
    padding: 8px 0 2px;
    left: -6px;
    bottom: 54px;
    margin: 0;
    margin-top: 6px;
    border-radius: 5px;
    width: 50px;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: 0 0 9px 0 rgba(0,0,0,.06);
    z-index: 99;
    -webkit-transition: all .18s ease;
    transition: all .18s ease
}

.mec-event-sharing-wrap .mec-event-sharing:after,.mec-event-sharing-wrap .mec-event-sharing:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px
}

.mec-event-sharing-wrap .mec-event-sharing:before {
    bottom: -21px;
    border-color: #e2e2e2 transparent transparent transparent
}

.mec-event-sharing-wrap .mec-event-sharing:after {
    bottom: -19px;
    border-color: #fff transparent transparent transparent
}

.mec-event-sharing-wrap:hover .mec-event-sharing {
    opacity: 1;
    visibility: visible
}

.mec-event-sharing-wrap li {
    text-align: center;
    border: 0;
    display: block;
    margin-right: 2px;
    overflow: hidden;
    margin: 0 auto 6px;
    width: 38px
}

.mec-event-sharing-wrap li.mec-event-share {
    height: 38px
}

.mec-event-sharing-wrap:hover>li {
    cursor: pointer;
    background-color: #40d9f1
}

.mec-event-sharing-wrap:hover li a {
    color: #fff
}

.mec-event-sharing-wrap>li:first-of-type {
    border: 1px solid #d9d9d9
}

.mec-event-sharing-wrap li a,.mec-event-sharing-wrap:hover li ul li a {
    border: none;
    color: #767676;
    display: block
}

.mec-event-sharing-wrap li i {
    width: 36px;
    height: 36px;
    display: table-cell;
    vertical-align: middle
}

.mec-event-sharing-wrap li svg {
    height: 16px
}

.mec-event-sharing-wrap .mec-event-sharing li a {
    display: block
}

.mec-event-sharing-wrap .mec-event-sharing li:hover a {
    color: #40d9f1
}

.mec-event-sharing .mec-event-share:hover .event-sharing-icon {
    background: #40d9f1;
    border-width: 0 1px 0;
    cursor: pointer
}

.mec-event-sharing .mec-event-map {
    border-width: 1px 0 1px
}

.mec-event-footer .mec-booking-button {
    box-shadow: none;
    transition: all .21s ease;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #fff;
    color: #767676;
    border: 1px solid #e8e8e8;
    position: absolute;
    top: 20px;
    right: 15px;
    padding: 0 16px;
    line-height: 37px;
    height: 38px
}

.mec-event-footer .mec-booking-button:hover {
    background: #191919;
    color: #fff;
    border-color: #191919
}

@media only screen and (max-width: 960px) {
    .mec-event-grid-classic {
        margin-bottom:30px
    }
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel {
    padding: 36px 0 16px
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav {
    margin: 5px 0;
    width: 100%;
    position: absolute;
    top: 15px;
    padding: 0
}

.mec-skin-grid-container.mec-widget {
    padding-top: 18px
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel {
    padding: 20px 0 16px
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 0;
    padding: 0
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav div {
    position: absolute;
    background: #fff;
    line-height: 0;
    width: 34px;
    height: 26px;
    padding: 6px;
    text-align: center;
    margin-top: -17px;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    text-align: center;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.028);
    transition: all .33s ease
}

.mec-skin-grid-container .mec-categories {
    padding: 0
}

.mec-skin-grid-container .mec-categories li {
    list-style: none
}

.mec-skin-grid-container .mec-categories li a {
    color: #000;
    line-height: 24px;
    text-align: left;
    transition: all .23s ease;
    -webkit-transition: all .23s ease
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav i {
    font-size: 12px;
    color: #40d9f1;
    cursor: pointer
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav .owl-next {
    right: 0
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav .owl-prev {
    left: 0
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-event-sharing {
    display: none
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-event-footer {
    text-align: center
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-event-footer .mec-booking-button {
    position: static;
    padding: 11px 16px
}

.widget .mec-event-footer ul.mec-event-sharing-wrap li a.mec-event-share-icon {
    padding: 0
}

@media screen and (min-width: 56.875em) {
    .mec-widget .mec-month-container dl {
        margin-bottom:0
    }
}

.mec-widget .mec-event-grid-classic.owl-carousel .mec-event-footer {
    text-align: right
}

.mec-widget .mec-event-grid-classic.owl-carousel .mec-event-sharing-wrap {
    left: 5px;
    padding-left: 5px
}

.mec-widget .mec-event-grid-classic.owl-carousel .mec-event-sharing-wrap .mec-event-sharing {
    left: 0
}

.mec-widget .mec-event-sharing-wrap .mec-event-sharing {
    position: absolute;
    top: auto;
    bottom: 52px;
    margin: 0;
    margin-top: 0;
    border-radius: 5px
}

.mec-widget .mec-event-sharing-wrap .mec-event-sharing:after {
    top: auto;
    bottom: -17px;
    border-color: #fff transparent transparent transparent
}

.mec-widget .mec-event-sharing-wrap .mec-event-sharing:before {
    top: auto;
    bottom: -18px;
    border-color: #e2e2e2 transparent transparent transparent
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav button {
    position: absolute;
    background: #fff;
    padding: 6px;
    margin-top: -17px;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.028)
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav button:hover {
    background: #40d9f1;
    border-color: #40d9f1
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .owl-nav button:hover i {
    color: #fff
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-booking-button {
    width: 40%;
    float: right;
    color: #202020;
    height: 36px;
    line-height: 14px;
    font-size: 12px;
    width: auto
}

.mec-widget .mec-event-grid-classic.mec-owl-carousel .mec-booking-button:hover {
    color: #fff
}

.mec-widget .mec-event-list-modern .col-md-2.col-sm-2,.mec-widget .mec-event-list-modern .col-md-6.col-sm-6 {
    padding: 0;
    width: 100%;
    display: block;
    position: unset
}

.mec-widget .mec-event-list-modern .col-md-4.col-sm-4 .mec-booking-button {
    width: 80%;
    height: 46px;
    line-height: 22px;
    padding: 11px 20px;
    float: right
}

.mec-widget .mec-event-list-modern .col-md-4.col-sm-4.mec-btn-wrapper {
    top: auto;
    bottom: 5%
}

@media (max-width: 480px) {
    .mec-widget .mec-event-list-modern .col-md-4.col-sm-4 {
        padding:0
    }

    .mec-widget .mec-event-list-modern .col-md-4.col-sm-4 .mec-booking-button {
        width: 100%
    }
}

.mec-widget .mec-event-list-modern .mec-month-divider {
    margin: 30px 0 10px 0
}

.mec-widget .mec-event-list-minimal .mec-event-date span {
    font-size: 12px
}

.mec-widget .mec-event-list-minimal .mec-event-date:after {
    height: 29px
}

.mec-widget .mec-event-list-minimal .col-md-3,.mec-widget .mec-event-list-minimal .col-md-9 {
    display: block;
    width: 100%;
    text-align: left
}

.mec-widget .mec-event-list-modern .col-md-4.col-sm-4.mec-btn-wrapper {
    position: relative
}

.mec-widget .mec-event-list-modern .col-md-4.col-sm-4 .mec-booking-button {
    width: 100%;
    text-align: center
}

.mec-widget .mec-event-list-minimal .mec-event-date:first-child {
    margin-right: 24px
}

.mec-event-grid-clean {
    margin-bottom: 10px;
    max-width: none
}

.mec-event-grid-clean .mec-event-article {
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #e2e2e2;
    text-align: center;
    padding: 15px 15px 0;
    background: #fff;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.016)
}

.mec-event-grid-clean .mec-event-content {
    background: #fff;
    color: #767676;
    padding: 25px 16px 0;
    text-align: left
}

.mec-event-grid-clean .mec-event-title {
    color: #202020;
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 21px;
    text-transform: capitalize
}

.mec-event-grid-clean .mec-event-title a {
    color: #202020;
    transition: all .24s ease
}

.mec-event-grid-clean .mec-event-date {
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #40d9f1;
    color: #fff;
    padding: 3px 0;
    margin: 0;
    text-align: center
}

.mec-event-grid-clean .mec-event-content p {
    font-size: 15px;
    color: #9a9a9a;
    line-height: 1.54
}

.mec-event-grid-clean img {
    margin-bottom: 0;
    width: 100%
}

.mec-event-grid-clean .event-grid-t2-head {
    margin-bottom: 10px;
    color: #fff;
    padding: 9px 14px 6px;
    text-align: left
}

.mec-event-grid-clean .event-grid-t2-head .mec-event-date {
    font-size: 50px;
    line-height: 50px;
    float: left;
    margin-right: 11px
}

.mec-event-grid-clean .event-grid-t2-head .mec-event-month {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 20px;
    padding-top: 4px
}

.mec-event-grid-clean .event-grid-t2-head .mec-event-detail {
    font-size: 12px
}

.mec-event-grid-clean .event-grid-t2-head .mec-categories li a {
    margin-bottom: 10px;
    color: #fff
}

.mec-event-grid-clean .event-grid-t2-head .mec-categories li a:hover {
    color: #000
}

.mec-event-grid-clean .mec-event-sharing-wrap {
    left: 0;
    padding-left: 0
}

.mec-event-grid-clean .mec-event-footer {
    position: relative;
    border-top: 2px solid;
    padding: 20px 0;
    margin: 0 14px;
    text-align: left;
    background: 0 0
}

.mec-event-grid-clean .mec-event-footer .mec-booking-button {
    right: 0
}

.mec-event-grid-clean .row {
    margin-bottom: 30px
}

.mec-event-grid-modern {
    margin-bottom: 10px;
    max-width: none
}

.mec-event-grid-modern .mec-event-article {
    position: relative;
    border: 1px solid #e2e2e2;
    text-align: center;
    margin-bottom: 30px;
    padding: 45px 15px 10px;
    background: #fff;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.016)
}

.mec-event-grid-modern .mec-event-content {
    background: #fff;
    color: #767676;
    padding: 35px 15px 10px;
    text-align: left
}

.mec-event-grid-modern .mec-event-title {
    color: #202020;
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 24px;
    text-transform: none;
    letter-spacing: -1px
}

.mec-event-grid-modern .mec-event-title a {
    color: #202020;
    transition: all .24s ease
}

.mec-event-grid-modern .mec-event-content p {
    font-size: 15px;
    color: #9a9a9a;
    line-height: 1.54
}

.mec-event-grid-modern img {
    margin-bottom: 0;
    width: 100%
}

.mec-event-grid-modern .event-grid-modern-head {
    margin-bottom: 10px;
    padding: 9px 14px 6px;
    text-align: left
}

.mec-event-grid-modern .event-grid-modern-head .mec-event-date {
    font-size: 50px;
    line-height: 50px;
    float: left;
    margin-right: 11px
}

.mec-event-grid-modern .event-grid-modern-head .mec-event-month {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 20px;
    padding-top: 4px
}

.mec-event-grid-modern .event-grid-modern-head .mec-event-detail {
    font-size: 12px
}

.mec-event-grid-modern .event-grid-modern-head .mec-event-day {
    margin-top: 9px;
    color: silver;
    font-size: 35px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: -1px
}

.mec-event-grid-modern .mec-event-footer {
    position: relative;
    height: 90px;
    padding: 20px 0;
    border: none;
    margin: 0 14px;
    text-align: left;
    background: 0 0
}

.mec-event-grid-modern .mec-event-footer .mec-booking-button {
    right: auto;
    left: 0
}

.mec-event-grid-modern .mec-event-sharing-wrap {
    left: auto;
    right: 0;
    padding-left: 0
}

.mec-event-grid-modern .mec-event-sharing {
    left: auto;
    right: -6px
}

.mec-event-grid-modern .mec-event-sharing-wrap li {
    border-radius: 55px
}

.mec-event-grid-modern .row {
    margin-bottom: 0
}

@media only screen and (max-width: 479px) {
    .mec-event-grid-modern .mec-event-article {
        padding-bottom:30px
    }

    .mec-event-grid-modern .mec-event-sharing {
        top: 60px;
        left: 0;
        right: auto
    }

    .mec-event-grid-modern .mec-event-footer .mec-booking-button {
        top: 0
    }
}

span.mec-event-title-soldout {
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    background: #e63360;
    color: #fff;
    padding: 3px 8px;
    line-height: 1;
    border-radius: 15px;
    white-space: nowrap;
    vertical-align: middle
}

.mec-repeating-label {
    background: #222;
    color: #fff;
    padding: 3px 8px;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .5px;
    border-radius: 40px;
    display: inline-block
}

.mec-event-grid-colorful .mec-event-article {
    min-height: 400px;
    border: none;
    box-shadow: none;
    background: #40d9f1;
    padding-top: 25px;
    margin: 0;
    color: #fff
}

.mec-event-grid-colorful .mec-event-content {
    background: 0 0
}

.mec-event-grid-colorful .event-grid-modern-head,.mec-event-grid-colorful .event-grid-modern-head .mec-event-date,.mec-event-grid-colorful .event-grid-modern-head .mec-event-day,.mec-event-grid-colorful .mec-event-content p,.mec-event-grid-colorful .mec-event-sharing-wrap>li>a,.mec-event-grid-colorful .mec-event-title a {
    color: #fff
}

.mec-event-grid-colorful .mec-event-footer .mec-booking-button {
    border: none
}

.mec-event-grid-colorful .mec-event-sharing-wrap>li {
    border-color: #fff
}

.mec-event-grid-colorful .mec-event-sharing-wrap:hover>li {
    background: #333;
    border-color: #333
}

.mec-event-grid-colorful .mec-event-title a.mec-color-hover:hover {
    color: #fff;
    text-decoration: underline
}

.mec-event-grid-colorful .mec-event-title .event-color {
    display: none
}

.mec-event-grid-colorful div[class^=col-md-] {
    padding: 0 1px 1px 0;
    margin: 0
}

.mec-event-grid-colorful .mec-event-article .mec-time-details {
    color: #fff
}

@media only screen and (min-width: 768px) {
    .mec-wrap.mec-sm959.mec-event-grid-colorful .event-grid-modern-head .mec-event-day {
        font-size:26px
    }

    .mec-wrap.mec-sm959.mec-event-grid-colorful .event-grid-modern-head .mec-event-month {
        font-size: 15px
    }

    .mec-wrap.mec-sm959.mec-event-grid-colorful .event-grid-modern-head .mec-event-date {
        font-size: 50px
    }

    .mec-wrap.mec-sm959.mec-event-grid-colorful .mec-event-title {
        font-size: 21px
    }

    .mec-wrap.mec-sm959.mec-event-grid-colorful .mec-event-content p {
        font-size: 13px
    }
}

@media only screen and (min-width: 768px) and (max-width:1200px) {
    .mec-wrap.mec-sm959.mec-event-grid-colorful div[class^=col-md-] {
        width:50%
    }
}

.mec-event-list-minimal .mec-event-article {
    border-bottom: 1px solid #efefef;
    padding: 24px 0 16px
}

.mec-event-list-minimal .mec-wrap .col-md-9 {
    padding: 0
}

.mec-event-list-minimal .mec-event-date {
    position: relative;
    float: left;
    margin-right: 30px;
    color: #fff;
    width: 52px;
    padding: 6px 4px 3px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px
}

.mec-event-list-minimal .mec-event-date {
    min-width: 52px;
    width: fit-content
}

.mec-event-list-minimal .mec-event-date:nth-child(2) {
    margin: 0 30px 0 -20px
}

.mec-event-list-minimal .mec-event-date span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4px
}

.mec-event-list-minimal .mec-event-date:after {
    display: block;
    content: '';
    position: absolute;
    width: 50px;
    left: 1px;
    top: 1px;
    height: 34px;
    background: rgba(255,255,255,.1);
    box-shadow: 0 4px 4px rgba(0,0,0,.02)
}

.mec-event-list-minimal .mec-event-date:after {
    width: 100%
}

.mec-event-list-minimal .mec-event-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0;
    padding-top: 10px
}

.mec-event-list-minimal .mec-event-detail,.mec-event-list-minimal .mec-time-details {
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    color: #9a9a9a
}

.mec-event-list-minimal .btn-wrapper {
    text-align: right;
    padding-right: 0;
    padding-top: 6px
}

.mec-event-list-minimal .btn-wrapper .mec-detail-button {
    border-bottom: 0;
    margin-bottom: 14px;
    margin-right: 0;
    box-shadow: none
}

.mec-event-list-minimal a.mec-detail-button {
    text-align: center;
    display: inline-block;
    background: #ededed;
    color: #191919;
    padding: 12px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .24s ease
}

.mec-event-list-minimal a.mec-detail-button:hover {
    background: #292929;
    color: #fff
}

.vc_col-sm-4 .mec-event-list-minimal .mec-event-date,.vc_col-sm-6 .mec-event-list-minimal .mec-event-date {
    margin-right: 12px
}

.vc_col-sm-4 .mec-event-list-minimal .mec-event-title,.vc_col-sm-6 .mec-event-list-minimal .mec-event-title {
    font-size: 15px;
    letter-spacing: 2px
}

@media only screen and (min-width: 480px) and (max-width:767px) {
    .mec-event-list-minimal .btn-wrapper {
        padding-left:0
    }

    .mec-event-list-minimal .mec-event-date {
        margin-right: 10px
    }
}

@media only screen and (max-width: 767px) {
    .mec-event-list-minimal .btn-wrapper .mec-detail-button {
        display:block;
        text-align: center;
        margin: 0;
        margin-top: 16px;
        padding: 8px
    }

    .mec-event-list-minimal .btn-wrapper {
        margin: 12px 0
    }
}

@media only screen and (max-width: 479px) {
    .mec-event-list-minimal .mec-event-date {
        float:none;
        width: 100%;
        margin-bottom: 8px
    }

    .mec-event-list-minimal .mec-event-date span {
        display: inline;
        padding-right: 25px;
        margin-right: 7px;
        font-size: inherit
    }

    .mec-event-list-minimal .mec-event-date:after {
        width: 45%;
        box-shadow: 4px 0 4px rgba(0,0,0,.02)
    }

    .mec-event-list-minimal .btn-wrapper {
        text-align: center;
        padding-left: 0
    }

    .mec-event-list-minimal {
        text-align: center
    }

    .mec-event-list-minimal .mec-event-detail {
        margin-bottom: 10px
    }
}

.mec-wrap .mec-event-list-modern .mec-event-title {
    margin-top: 0;
    margin-bottom: 10px
}

.mec-event-list-modern .mec-event-article {
    border-bottom: 1px solid #efefef;
    padding: 30px 0 10px
}

.mec-event-list-modern .mec-event-article:last-child {
    border-bottom: none
}

.mec-event-list-modern .mec-event-title a {
    color: #191919;
    transition: all .24s ease;
    box-shadow: none
}

.mec-event-list-modern .mec-event-date {
    text-transform: uppercase;
    padding: 10px 0
}

.mec-event-list-modern .mec-event-date .event-d {
    font-size: 48px;
    display: table-cell;
    padding: 10px 0 0
}

.mec-event-list-modern .mec-event-date .event-d.mec-multiple-dates {
    font-size: 20px;
    padding: 0
}

.mec-event-list-modern .mec-event-date.mec-multiple-date-event:first-child {
    padding: 10px 0 6px 0;
    position: relative;
    width: fit-content
}

.mec-event-list-modern .mec-event-date.mec-multiple-date-event:first-child:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: silver
}

.mec-event-list-modern .mec-event-date.mec-multiple-date-event:last-child {
    padding: 5px 0 10px 0
}

.mec-event-list-modern .mec-event-date.mec-multiple-date-event .event-d {
    font-size: 20px;
    padding: 0
}

.mec-event-list-modern .mec-event-date.mec-multiple-date-event .event-da {
    font-size: 20px;
    margin: 0
}

.mec-event-list-modern .mec-event-date .event-f {
    font-size: 13px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 7px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #777
}

.mec-event-list-modern .mec-event-detail {
    font-weight: 300;
    color: #8a8a8a
}

.mec-event-list-modern .mec-event-detail .mec-time-details {
    display: inline
}

.mec-event-list-modern .mec-event-date .event-da {
    margin-top: 9px;
    color: silver;
    font-size: 28px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-align: left
}

.mec-event-list-modern .mec-btn-wrapper .mec-booking-button {
    border-radius: 1px;
    letter-spacing: 2px;
    border: 1px solid #e6e6e6;
    color: #333;
    background-color: #fff;
    padding: 13px 20px;
    font-weight: 700;
    font-size: 11px;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.016);
    transition: all .28s ease
}

.mec-event-list-modern .mec-btn-wrapper .mec-booking-button:hover {
    border-color: #222;
    background: #222;
    color: #fff
}

.mec-event-list-modern .mec-event-title {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.mec-event-list-modern .mec-event-detail {
    color: #9a9a9a;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px
}

.mec-event-list-modern .mec-btn-wrapper {
    text-align: right;
    padding: 10px 0;
    text-transform: uppercase
}

.mec-event-list-modern .mec-event-sharing {
    position: relative;
    margin: 10px 0;
    padding-left: 0
}

.mec-event-list-modern .mec-event-sharing>li {
    display: inline-block;
    border: none;
    border-radius: 50%;
    margin-right: 3px
}

.mec-event-list-modern .mec-event-sharing .telegram {
    min-width: 36px;
    min-height: 36px;
    line-height: 36px;
    padding: 9px 1px 10px;
    border-radius: 60px
}

.mec-event-list-modern .mec-event-sharing>li .telegram {
    padding-top: 8px;
    padding-bottom: 9px;
    border-radius: 50%;
    border: 1px solid #ddd
}

.mec-event-list-modern .mec-event-sharing .telegram .svg-inline--fa.fa-telegram.fa-w-16 {
    width: 3.246rem;
    padding: 2px 10px 0 10px;
    margin-bottom: -2px
}

.mec-event-list-modern .mec-event-sharing .telegram .svg-inline--fa.fa-telegram.fa-w-16 path {
    fill: #767676
}

.mec-event-list-modern .mec-event-sharing li:hover .telegram {
    background-color: #40d9f1
}

.mec-event-list-modern .mec-event-sharing li:hover .telegram .svg-inline--fa.fa-telegram.fa-w-16 path {
    fill: #fff
}

.mec-event-list-modern .mec-event-sharing>li:hover {
    display: inline-block
}

.mec-event-list-modern .mec-event-sharing>li:hover a i {
    color: #fff;
    background: #40d9f1;
    border-color: #40d9f1
}

.mec-event-list-modern .mec-event-sharing>li i {
    width: 36px;
    display: inline-block;
    line-height: 35px;
    color: #767676;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ddd;
    font-size: 14px
}

.mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon {
    background: #40d9f1;
    border-color: #40d9f1;
    cursor: pointer;
    border-radius: 50%
}

.mec-event-list-modern .mec-event-sharing li:hover a i {
    background: #40d9f1
}

.mec-event-list-modern .mec-event-sharing li .fa-telegram {
    fill: #000;
    max-width: 20px!important;
    width: 20px!important;
    max-height: 20px!important;
    height: 20px;
    position: relative;
    padding: 0!important;
    margin-bottom: -4px!important
}

.mec-event-list-modern .mec-event-sharing li .fa-telegram * {
    transform: scale(.04)
}

.mec-event-list-modern .mec-event-sharing li .svg-inline--fa.fa-telegram.fa-w-16 path {
    fill: #767676
}

.mec-event-list-modern .mec-event-sharing li .telegram {
    width: 36px!important;
    height: 36px!important;
    padding: 9px 7px 9px
}

@media only screen and (min-width: 768px) {
    .mec-event-list-modern .mec-event-article {
        position:relative;
        min-height: 160px;
        overflow: hidden
    }

    .mec-event-list-modern .col-md-2.col-sm-2 {
        width: 210px;
        position: absolute;
        left: 0;
        top: 20px;
        padding: 0
    }

    .mec-event-list-modern .col-md-4.col-sm-4.mec-btn-wrapper {
        width: 180px;
        padding: 0;
        position: absolute;
        right: 0;
        top: 30%
    }

    .mec-event-list-modern .col-md-6.col-sm-6 {
        width: 100%;
        padding-left: 225px;
        padding-right: 195px
    }
}

@media only screen and (max-width: 767px) {
    .mec-event-list-modern .mec-btn-wrapper .mec-booking-button {
        letter-spacing:1px;
        border: 1px solid #e1e1e1;
        padding: 8px 16px
    }

    .mec-event-list-modern .mec-btn-wrapper {
        padding: 0 0 12px
    }

    .mec-event-list-modern .mec-event-sharing {
        margin-bottom: 0
    }
}

.mec-event-grid-minimal .mec-event-article {
    margin: 15px 0;
    min-height: 80px;
    display: table
}

.mec-event-grid-minimal .event-detail-wrap {
    display: table-cell;
    vertical-align: middle
}

.mec-event-grid-minimal .mec-event-date {
    width: 70px;
    float: left;
    margin-right: 20px;
    padding: 12px 16px 10px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    transition: all .37s ease-in-out;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.016)
}

.mec-event-grid-minimal .mec-event-date span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4px;
    color: #2a2a2a;
    transition: color .3s ease
}

.mec-event-grid-minimal .mec-event-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 21px;
    font-size: 16px;
    text-transform: uppercase;
    transition: color .3s ease
}

.mec-event-grid-minimal .mec-event-title a {
    color: #191919;
    transition: color .3s ease
}

.mec-event-grid-minimal .mec-event-detail,.mec-event-grid-minimal .mec-time-details {
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    color: #9a9a9a;
    margin-bottom: 5px
}

.mec-event-grid-minimal .mec-event-date:hover {
    color: #fff
}

.mec-event-grid-minimal .mec-event-date:hover span {
    color: #fff
}

.mec-wrap .mec-event-grid-minimal .mec-event-date:hover {
    color: #fff
}

.mec-event-list-classic .mec-event-article {
    padding: 12px 0;
    margin-bottom: 20px
}

.mec-event-list-classic .mec-event-image {
    float: left;
    width: 86px;
    margin-right: 20px
}

.mec-event-list-classic .mec-event-date,.mec-event-list-classic .mec-event-time {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 18px;
    text-align: left;
    display: initial;
    margin-right: 12px
}

.mec-event-list-classic .mec-event-time .mec-time-details,.mec-event-list-classic .mec-event-time i {
    display: inline;
    margin-right: 3px
}

.mec-event-list-classic .mec-event-date span {
    font-weight: 500;
    margin-bottom: 6px
}

.mec-event-list-classic .mec-event-title {
    font-size: 15px;
    margin: 10px 0 12px;
    font-weight: 700;
    text-transform: uppercase
}

.mec-event-list-classic .mec-event-title a {
    color: #494949;
    transition: color .3s ease
}

.mec-event-list-classic .mec-event-detail {
    color: #777;
    font-weight: 400;
    line-height: 12px;
    font-size: 12px;
    overflow: hidden
}

.mec-event-list-classic a.magicmore {
    padding: 10px 16px;
    color: #fff;
    background: #222;
    letter-spacing: 2px;
    font-size: 11px
}

.mec-event-list-classic a.magicmore:after {
    content: '';
    display: none
}

.mec-event-list-classic a.magicmore:hover {
    color: #40d9f1
}

.mec-event-grid-simple .mec-event-article {
    position: relative;
    margin-bottom: 30px
}

.mec-event-grid-simple .mec-event-article:after {
    border-right: 1px solid #e6e6e6;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: -1px
}

.mec-event-grid-simple .row div:last-child .mec-event-article:after {
    border: none
}

.mec-event-grid-simple .row {
    margin: 15px 0 30px;
    text-align: center
}

.mec-event-grid-simple .mec-event-date {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 700
}

.mec-event-grid-simple .mec-event-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 21px;
    font-size: 15px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
    transition: color .37s ease
}

.mec-event-grid-simple .mec-event-title a {
    color: #494949;
    transition: color .3s ease
}

.mec-event-grid-simple .mec-event-detail {
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    font-size: 13px;
    color: #777
}

.mec-event-grid-simple:hover .mec-event-title {
    color: #40d9f1
}

.mec-event-grid-simple:hover .mec-event-date {
    background: 0 0
}

.event-last:after {
    display: none
}

@media only screen and (max-width: 767px) {
    .mec-event-grid-simple .mec-event-article {
        padding-bottom:20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee
    }

    .mec-event-grid-simple .mec-event-article:after {
        border: none
    }
}

.mec-event-grid-novel .mec-event-article {
    position: relative;
    margin-bottom: 30px;
    padding: 60px 5% 60px 7%;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;
    background-color: #0050fd;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1
}

.mec-event-grid-novel .mec-event-article .novel-grad-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.mec-event-grid-novel .mec-event-article:hover {
    -webkit-box-shadow: 0 13px 36px 0 rgba(0,0,0,.23);
    box-shadow: 0 13px 36px 0 rgba(0,0,0,.23);
    border-color: transparent
}

.mec-event-grid-novel .mec-event-article:hover .novel-grad-bg {
    background-image: -webkit-gradient(linear,left top,right top,from(#262e32),to(#0e1015));
    background-image: -webkit-linear-gradient(left,#262e32 0,#0e1015 100%);
    background-image: -o-linear-gradient(left,#262e32 0,#0e1015 100%);
    background-image: linear-gradient(90deg,#262e32 0,#0e1015 100%);
    opacity: 1
}

.mec-event-grid-novel .mec-event-image {
    float: left;
    width: 150px;
    height: 150px
}

.mec-event-grid-novel .mec-event-image img {
    width: 150px;
    height: 150px;
    border-radius: 50%
}

.mec-event-grid-novel .mec-event-detail-wrap {
    margin-left: 200px
}

.mec-event-grid-novel .mec-event-content h4 {
    position: relative;
    margin-bottom: 10px;
    display: inline-block
}

.mec-event-grid-novel .mec-event-content h4 a {
    font-size: 24px;
    line-height: 35px;
    color: #fafcff
}

.mec-event-grid-novel .mec-event-content h4.mec-gCalendar-search-text-wrap input[type=text]before {
    content: '';
    position: absolute;
    top: 8px;
    left: -30px;
    width: 17px;
    height: 17px;
    background: #5cd0ed;
    opacity: .4;
    border-radius: 50%;
    padding-right: 5px
}

.mec-event-grid-novel .mec-event-content h4::after {
    content: '';
    position: absolute;
    top: 12px;
    left: -26px;
    width: 9px;
    height: 9px;
    background: #5cd0ed;
    border-radius: 50%
}

.mec-skin-grid-container .mec-event-grid-novel .mec-categories li a {
    color: #fff
}

.mec-event-grid-novel .mec-event-address,.mec-event-grid-novel .mec-event-detail,.mec-event-grid-novel .mec-event-month,.mec-event-grid-novel .mec-local-time-details {
    position: relative;
    padding-left: 35px;
    font-size: 15px;
    line-height: 30px;
    color: rgba(255,255,255,.4)
}

.mec-event-grid-novel .mec-event-address::before,.mec-event-grid-novel .mec-event-detail::before,.mec-event-grid-novel .mec-event-month::before,.mec-event-grid-novel .mec-local-time-details:before {
    position: absolute;
    top: 6px;
    left: 6px;
    font-size: 17px;
    font-family: simple-line-icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

.mec-event-grid-novel .mec-local-time-details::before {
    content: '\e007'
}

.mec-event-grid-novel .mec-event-month::before {
    content: '\e075'
}

.mec-event-grid-novel .mec-event-detail::before {
    content: '\e081'
}

.mec-event-grid-novel .mec-event-address::before {
    content: '\e096'
}

.mec-event-grid-novel .mec-event-footer {
    clear: both;
    padding: 20px 0;
    border-top: none;
    background: 0 0
}

.mec-event-grid-novel .mec-event-footer .mec-booking-button {
    right: auto;
    left: 0;
    height: 42px;
    width: 148px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: 0 0;
    border-color: rgba(255,255,255,.1);
    border-radius: 50px
}

.mec-event-grid-novel .mec-event-footer .mec-booking-button:hover {
    background-color: rgba(255,255,255,.1)
}

.mec-event-grid-novel .mec-event-sharing-wrap {
    left: 175px;
    cursor: pointer;
    padding-left: 0
}

.mec-event-grid-novel .mec-event-sharing-wrap>li {
    border-color: rgba(255,255,255,.1);
    border-radius: 50%
}

.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing {
    top: -5px;
    left: 0;
    padding: 5px 10px 2px 50px;
    min-width: 150px;
    width: inherit;
    height: 37px;
    background-color: rgba(255,255,255,.1);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 50px
}

.mec-event-grid-novel .mec-event-sharing-wrap:hover>li {
    background-color: rgba(255,255,255,.1)
}

.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing::after,.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing::before {
    display: none
}

.mec-event-grid-novel .mec-event-sharing .mec-event-social-icon,.mec-event-grid-novel .mec-event-sharing .mec-event-social-icon a,.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing li i {
    display: inline
}

.mec-event-grid-novel .mec-event-sharing .mec-event-social-icon a {
    padding: 0 10px
}

.mec-event-grid-novel .mec-event-sharing-wrap>li a {
    color: #fff
}

.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing li a {
    color: rgba(255,255,255,.4)
}

.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing li a:hover {
    color: #fff
}

@media only screen and (max-width: 1200px) {
    .mec-event-grid-novel .row .col-md-6.col-sm-6 {
        width:100%;
        float: none
    }

    .mec-event-grid-novel .mec-event-image {
        float: none;
        margin-top: -20px;
        margin-bottom: 20px
    }

    .mec-event-grid-novel .mec-event-detail-wrap {
        margin-left: 20px
    }

    .mec-event-grid-novel .mec-event-footer {
        margin-top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .mec-event-grid-novel .mec-event-footer {
        margin-top:0;
        padding-top: 30px;
        margin-bottom: 24px
    }

    .mec-event-grid-novel .mec-event-footer .mec-booking-button {
        display: block;
        position: relative
    }

    .mec-event-grid-novel .mec-event-sharing-wrap {
        left: 0;
        bottom: -55px;
        padding-left: 0
    }

    .mec-event-grid-novel .mec-event-content h4 a {
        font-size: 20px;
        line-height: 1.3
    }
}

.mec-event-grid-novel .mec-event-sharing-wrap {
    padding-left: 0
}

.mec-event-grid-novel .mec-event-sharing-wrap .mec-event-sharing {
    width: fit-content;
    z-index: 999999
}

@media (min-width: 1280px) {
    .mec-event-grid-novel .col-md-4.col-sm-4 .mec-event-article img {
        width:100px;
        height: 100px
    }

    .mec-event-grid-novel .col-md-4.col-sm-4 .mec-event-detail-wrap {
        margin-left: 150px
    }
}

@media (min-width: 760px) and (max-width:1024px) {
    .mec-event-grid-novel .col-md-4.col-sm-4 {
        width:100%
    }

    .mec-event-grid-novel .mec-event-image {
        float: left
    }

    .mec-event-grid-novel .col-md-4.col-sm-4 .mec-event-article img {
        width: 100px;
        height: 100px
    }
}

.mec-event-cover-modern {
    position: relative
}

.mec-event-cover-modern .mec-event-cover-a {
    background: 0 0;
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    text-decoration: none
}

.mec-event-cover-modern .mec-event-cover-a .mec-event-overlay {
    transition: all .5s;
    opacity: .8;
    width: 100%;
    height: 100%;
    position: absolute
}

.mec-event-cover-modern .mec-event-cover-a:hover .mec-event-overlay {
    opacity: 1
}

.mec-event-cover-modern .mec-event-detail {
    padding: 40px;
    position: relative
}

.mec-event-cover-modern .mec-event-cover-a:hover .mec-event-tag {
    color: #333;
    transition: all .5s
}

.mec-event-cover-modern .mec-event-cover-a .mec-event-title:hover {
    text-decoration: underline
}

.mec-event-cover-modern .mec-event-tag {
    background: #fff;
    display: inline-block;
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px
}

.mec-event-cover-modern .mec-event-date {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 300
}

.mec-event-cover-modern .mec-event-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    margin: 6px 0
}

.mec-event-cover-modern .mec-event-place {
    font-weight: 400;
    font-size: 18px
}

@media only screen and (max-width: 767px) {
    .mec-event-cover-modern .mec-event-cover-a {
        width:100%
    }
}

.mec-event-cover-classic {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 6px;
    border: 1px solid #e8e8e8
}

.mec-event-cover-classic .mec-event-overlay {
    position: absolute;
    left: 6px;
    right: 6px;
    bottom: 6px;
    top: 6px;
    width: auto;
    height: auto;
    background-color: rgba(36,36,36,.4);
    transition: all .33s ease-in-out
}

.mec-event-cover-classic:hover .mec-event-overlay {
    background-color: rgba(36,36,36,.6)
}

.mec-event-cover-classic .mec-event-content {
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 50px 35px;
    transition: all .33s ease-in-out
}

.mec-event-cover-classic .mec-event-date {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.6;
    text-align: left
}

.mec-event-cover-classic .mec-event-date span {
    display: block;
    font-weight: 700;
    font-size: 16px
}

.mec-event-cover-classic .mec-event-title {
    color: #fff;
    margin: 20px 0 38px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal
}

.mec-event-cover-classic .mec-btn-wrapper {
    text-align: left
}

.mec-event-cover-classic .mec-event-icon {
    font-size: 18px;
    float: left;
    margin-right: 14px;
    color: #fff;
    padding: 13px
}

.mec-event-cover-classic .mec-event-button {
    color: #fff;
    background-color: #191919;
    border: 2px #191919 solid;
    padding: 12px 20px;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    transition: all .22s ease;
    text-decoration: none
}

.mec-event-cover-classic .mec-event-button:hover {
    color: #191919;
    background-color: #fff;
    border-color: #fff;
    border-radius: 1px
}

.mec-event-cover-classic .mec-event-image img {
    min-width: 100%
}

@media only screen and (max-width: 960px) {
    .mec-event-cover-classic .mec-event-content {
        padding:20px
    }

    .mec-event-cover-classic .mec-event-button {
        font-size: 11px;
        padding: 7px 10px;
        letter-spacing: 1px
    }

    .mec-event-cover-classic .mec-event-title {
        font-size: 19px;
        margin: 15px 0 25px
    }

    .mec-event-cover-classic .mec-event-date {
        font-size: 12px
    }
}

@media only screen and (max-width: 767px) {
    .mec-event-cover-classic {
        margin-bottom:30px
    }
}

@media only screen and (max-width: 479px) {
    .mec-event-cover-classic .mec-event-content {
        padding:15px;
        font-size: 15px
    }

    .mec-event-cover-classic .mec-event-title {
        font-size: 15px;
        margin: 10px 0
    }

    .mec-event-cover-classic .mec-event-button {
        font-size: 10px;
        padding: 6px;
        letter-spacing: 1px
    }

    .mec-event-cover-classic .mec-event-icon {
        padding: 10px
    }
}

.mec-load-more-wrap {
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    position: relative
}

.mec-load-more-button {
    box-shadow: none;
    transition: all .21s ease;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #fff;
    color: #767676;
    border: 2px solid #e8e8e8;
    border-radius: 50px;
    padding: 0 28px;
    margin-bottom: 20px;
    cursor: pointer;
    line-height: 40px;
    height: 42px;
    display: inline-block
}

.mec-load-more-button:hover {
    background: #191919;
    color: #fff;
    border-color: #191919
}

.mec-load-more-loading {
    content: url(//erco.com.mx/wp-content/plugins/modern-events-calendar-lite/assets/img/ajax-loader.gif);
    cursor: wait;
    background: 0 0;
    border-style: none
}

.mec-load-more-loading:hover {
    background: 0 0
}

.mec-modal-preloader,.mec-month-navigator-loading {
    width: 100%;
    height: 100%;
    background: no-repeat rgba(255,255,255,.88) url(//erco.com.mx/wp-content/plugins/modern-events-calendar-lite/assets/img/ajax-loader.gif) center;
    border-style: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9
}

.mec-event-calendar-classic .mec-calendar-side .mec-calendar-table {
    min-height: 1024px
}

.mec-calendar-side .mec-calendar-table {
    min-height: 450px
}

.mec-skin-weekly-view-events-container.mec-month-navigator-loading {
    margin-top: 0
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-side {
    display: block
}

.mec-skin-daily-view-events-container.mec-month-navigator-loading {
    margin-top: 0
}

@media only screen and (min-width: 961px) {
    .mec-wrap.mec-sm959 .mec-calendar-side .mec-calendar-table {
        min-height:1px
    }
}

@media only screen and (max-width: 479px) {
    .mec-calendar-side .mec-calendar-table {
        min-height:1px
    }
}

.mec-event-cover-clean {
    position: relative;
    border: 1px solid #e6e6e6;
    padding: 8px
}

.mec-event-cover-clean .mec-event-overlay {
    height: 100%;
    background-color: rgba(36,36,36,.4);
    position: absolute;
    width: 100%;
    left: 0;
    border: 8px solid #fff;
    top: 0;
    transition: all .5s ease-in-out
}

.mec-event-cover-clean .mec-event-content {
    color: #fff;
    position: absolute;
    bottom: 20px;
    padding: 40px 60px;
    transition: all .5s ease-in-out
}

.mec-event-cover-clean .mec-event-title {
    color: #fff;
    font-weight: 700;
    margin: 46px 0 19px;
    font-size: 29px;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(0,0,0,.5)
}

.mec-event-cover-clean .mec-event-title a {
    color: #fff;
    transition: all .5s;
    text-decoration: none;
    outline: 0;
    border: none;
    box-shadow: none
}

.mec-event-cover-clean .mec-event-title a:hover {
    text-decoration: underline
}

.mec-event-cover-clean .mec-event-date {
    position: absolute;
    top: -20px;
    right: 60px;
    color: #fff;
    width: 60px;
    padding: 14px 10px;
    z-index: 1
}

.mec-event-cover-clean .mec-event-date div {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 16px
}

.mec-event-cover-clean .mec-event-date .dday {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,.5);
    margin-bottom: 13px;
    font-size: 24px
}

.mec-event-cover-clean .mec-event-date .dmonth {
    letter-spacing: 2px
}

.mec-event-cover-clean .mec-event-place {
    font-size: 18px
}

.mec-event-cover-clean .mec-event-image img {
    width: 100%
}

@media only screen and (max-width: 768px) {
    .mec-event-cover-clean .mec-event-content {
        padding:20px;
        bottom: 5px
    }

    .mec-event-cover-clean .mec-event-title {
        font-size: 23px
    }

    .mec-event-cover-clean .mec-event-date {
        right: 20px;
        padding: 10px;
        width: 50px
    }
}

@media only screen and (max-width: 479px) {
    .mec-event-cover-clean .mec-event-content {
        padding:10px
    }

    .mec-event-cover-clean .mec-event-title {
        font-size: 19px;
        padding-right: 25px
    }

    .mec-event-cover-clean .mec-event-date {
        right: -20px;
        top: -10px
    }

    .mec-event-cover-clean .mec-event-detail {
        font-size: 12px
    }
}

.mec-month-divider {
    text-align: center;
    margin: 60px 0 40px 0
}

.widget .mec-month-divider {
    margin: 10px 0
}

.mec-month-divider span {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #313131;
    border-bottom: 4px solid #ebebeb;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    position: relative
}

.mec-month-divider span:before {
    border-bottom: 4px solid #40d9f1;
    font-size: 6px;
    content: '';
    text-align: center;
    position: absolute;
    bottom: -4px;
    margin-left: -30px;
    left: 50%;
    width: 60px
}

.widget .mec-month-divider span {
    font-size: 13px
}

.mec-event-list-standard .mec-events-pagination {
    margin-top: 60px;
    border-top: 4px solid #ebebeb;
    min-height: 80px;
    padding-top: 20px
}

.mec-event-list-standard .mec-events-pagination .mec-events-pag-previous {
    float: left;
    margin-left: 0
}

.mec-event-list-standard .mec-events-pagination .mec-events-pag-next {
    float: right;
    margin-right: 0
}

.mec-event-list-standard .mec-event-article {
    position: relative;
    display: block;
    margin-bottom: 25px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.016)
}

.mec-event-list-standard .mec-topsec {
    display: table;
    width: 100%
}

.mec-event-list-standard .col-md-3.mec-event-image-wrap {
    padding-left: 0
}

.mec-event-list-standard .mec-event-content {
    padding-top: 15px;
    padding-right: 30px
}

.mec-event-list-standard .mec-event-title {
    font-size: 29px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0 0 10px
}

.mec-event-list-standard .mec-event-title a {
    color: #292929;
    transition: color .3s ease
}

.mec-event-list-standard .mec-col-table-c {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    float: none!important
}

.mec-event-list-standard .mec-col-table-c.mec-event-meta-wrap {
    padding-top: 15px
}

.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap {
    vertical-align: top
}

.mec-topsec .mec-event-image {
    line-height: 1px
}

.mec-topsec .mec-event-image a {
    display: block
}

.mec-event-list-standard .mec-event-meta-wrap {
    border-left: 1px solid #eee
}

.mec-event-list-standard .mec-time-details {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 300;
    padding-top: 0;
    text-align: left;
    padding-left: 30px
}

.mec-event-list-standard .mec-event-meta .mec-event-address {
    font-style: normal;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 300;
    margin: 0 12px 0 0
}

.mec-event-list-standard .mec-event-meta span.mec-event-d,.mec-event-list-standard .mec-event-meta span.mec-event-m {
    font-size: 17px;
    font-weight: 700;
    padding-right: 6px;
    color: #444;
    text-transform: uppercase
}

.mec-event-list-standard .mec-date-details,.mec-event-list-standard .mec-local-time-details,.mec-event-list-standard .mec-time-details,.mec-event-list-standard .mec-venue-details {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px
}

.mec-event-list-standard .mec-date-details:before,.mec-event-list-standard .mec-local-time-details:before,.mec-event-list-standard .mec-time-details:before,.mec-event-list-standard .mec-venue-details:before {
    content: '\f041';
    font-family: fontawesome;
    position: absolute;
    left: 6px;
    font-size: 15px
}

.mec-event-list-standard .mec-date-details:before {
    content: '\f073'
}

.mec-event-list-standard .mec-time-details:before {
    content: '\f017'
}

.mec-event-list-standard .mec-local-time-details:before {
    content: '\f0ac'
}

.mec-event-list-standard .mec-local-time-details .mec-local-title {
    display: block
}

.mec-event-list-standard .mec-local-time-details .mec-local-date,.mec-event-list-standard .mec-local-time-details .mec-local-time {
    font-style: normal;
    letter-spacing: 0;
    font-size: 11px;
    color: #8a8a8a;
    font-weight: 300;
    line-height: 1.6
}

.mec-event-list-minimal .mec-event-title a {
    color: #292929;
    transition: color .3s ease
}

.mec-event-meta-wrap .mec-price-details {
    margin-bottom: 10px
}

.mec-price-details i {
    margin-right: 4px;
    vertical-align: text-top
}

.mec-event-meta-wrap .mec-event-meta .mec-price-details i:before {
    font-size: 15px
}

.mec-event-list-standard .mec-price-details {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 300
}

.mec-event-list-standard .mec-price-details i {
    margin-left: 6px
}

.mec-month-side .mec-price-details {
    margin-left: 2px
}

.mec-event-article .mec-price-details i,.mec-month-side .mec-price-details i,.tooltipster-sidetip.tooltipster-shadow:not(.uael-tooltipster-active) .tooltipster-content .mec-price-details i {
    padding-top: 4px;
    vertical-align: unset
}

.mec-event-list-standard ul.mec-categories {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px
}

.mec-event-list-standard ul.mec-categories li.mec-category a:before {
    font-size: 16px!important;
    content: '\f105';
    position: absolute;
    font-family: fontawesome;
    left: 8px;
    font-size: 15px
}

@media only screen and (max-width: 960px) {
    .mec-event-list-standard .mec-topsec {
        display:block
    }

    .mec-event-list-standard .mec-col-table-c.mec-event-image-wrap {
        display: block;
        width: 40%
    }

    .mec-event-list-standard .mec-col-table-c.mec-event-content-wrap {
        display: block;
        min-height: 230px
    }

    .mec-event-list-standard .mec-event-meta-wrap {
        display: block;
        border-left: none;
        border-top: 1px solid #eee;
        width: 100%;
        float: none;
        padding-top: 20px
    }
}

@media only screen and (min-width: 480px) and (max-width:960px) {
    .mec-event-list-standard .mec-col-table-c.mec-event-content-wrap,.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap {
        display:table-cell
    }
}

@media only screen and (max-width: 479px) {
    .mec-event-list-standard .mec-col-table-c.mec-event-image-wrap,.mec-event-list-standard .mec-col-table-c.mec-event-image-wrap img {
        float:none;
        width: 100%;
        padding: 0
    }

    .mec-event-list-standard .mec-col-table-c.mec-event-content-wrap {
        padding: 10px 10px 10px 30px
    }
}

.mec-localtime-details {
    color: #777;
    font-weight: 400;
    line-height: 12px;
    font-size: 12px
}

.mec-localtime-details .mec-localdate,.mec-localtime-details .mec-localtime,.mec-localtime-details .mec-localtitle {
    display: inline-block
}

.mec-localtime-details .mec-start-date-label {
    padding-right: 5px
}

.mec-localtime-details .mec-localtime {
    padding-left: 5px
}

.mec-event-list-minimal .mec-localtime-details {
    display: inline-flex;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    color: #9a9a9a;
    padding-left: 9px
}

.mec-event-grid-classic .mec-localtime-details,.mec-event-grid-clean .mec-localtime-details {
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: -.02em;
    color: #fff;
    padding: 0 0;
    line-height: 18px;
    margin-top: -3px
}

.mec-event-grid-clean .mec-localtime-details,.mec-event-grid-colorful .mec-localtime-details,.tooltipster-box .mec-localtime-details {
    line-height: 22px;
    padding-top: 10px
}

.mec-event-grid-colorful .mec-localtime-details {
    color: #fff
}

.mec-event-grid-classic .mec-localtime-details {
    text-align: center
}

.mec-event-grid-minimal .mec-localtime-details {
    line-height: 22px
}

.mec-wrap .mec-yearly-view-wrap .mec-localtime-wrap i {
    display: inline-block;
    margin-left: -1px
}

.mec-timetable-t2-content .mec-local-time-details {
    padding-left: 19px
}

.mec-timetable-t2-content .mec-local-time-details {
    position: relative
}

.mec-timetable-t2-content .mec-local-time-details:before {
    content: '\e007';
    font-family: simple-line-icons;
    position: absolute;
    font-size: 12px;
    margin-right: 4px;
    left: 0
}

.mec-masonry .mec-masonry-col6 .mec-localtime-details {
    margin-top: 10px;
    line-height: 21px
}

.mec-masonry .mec-masonry-col6 .mec-localtime-details i {
    height: auto
}

.mec-event-cover-classic .mec-localtime-details {
    color: #fff;
    margin-top: 12px
}

.mec-event-cover-classic .mec-localtime-details i {
    padding-right: 8px
}

.mec-event-cover-clean .mec-localtime-details {
    color: #fff;
    margin-bottom: 20px
}

.mec-event-cover-modern .mec-localtime-details {
    color: #fff;
    margin: 10px 0;
    font-weight: 400;
    font-size: 18px
}

.mec-event-countdown-style1 .mec-localtime-details,.mec-event-countdown-style2 .mec-localtime-details,.mec-event-countdown-style3 .mec-localtime-details {
    color: #fff;
    padding: 8px 5px 0;
    font-size: 14px;
    line-height: 25px
}

.mec-event-countdown-style1 .mec-localtime-details {
    text-align: center
}

.mec-event-hover-carousel-type4 .mec-localtime-details {
    display: block;
    color: #fff;
    font-size: 11px
}

.mec-event-footer-carousel-type3 .mec-localtime-details .mec-localdate,.mec-event-footer-carousel-type3 .mec-localtime-details .mec-localtime,.mec-event-footer-carousel-type3 .mec-localtime-details .mec-localtitle,.mec-event-footer-carousel-type3 .mec-localtime-details span {
    display: inline-flex;
    line-height: 20px;
    text-align: left;
    margin: 0!important;
    font-size: 12px;
    color: #777;
    line-height: 28px
}

.mec-owl-crousel-skin-type1 .mec-localtime-details {
    margin-top: -7px;
    margin-bottom: 12px
}

.mec-wrap .mec-slider-t5 .mec-localtime-details {
    margin-top: 14px;
    line-height: 20px
}

.mec-wrap .mec-slider-t5 .mec-localtime-details i {
    font-size: 18px;
    height: 20px
}

.mec-timeline-event-local-time {
    background: rgba(64,217,241,.11);
    display: inline-block;
    padding: 7px 20px 11px;
    border-radius: 20px;
    line-height: 1.24
}

.mec-timeline-event-local-time .mec-localtime-details {
    font-size: 13px;
    font-weight: 500;
    vertical-align: middle;
    margin-left: 6px;
    color: inherit;
    line-height: 24px
}

.mec-timeline-event-local-time .mec-localtime-details i {
    font-size: 17px;
    vertical-align: middle;
    margin-left: -7px;
    padding-right: 3px
}

.mec-booking-modal {
    background-color: #e6f7ff
}

.mec-booking-modal .mec-booking-shortcode .mec-book-form-gateway-label input[type=radio]:before {
    top: -1px
}

.mec-modal-booking-button {
    box-shadow: none;
    transition: all .21s ease;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #fff;
    color: #767676;
    border: 1px solid #e8e8e8;
    padding: 12px 16px;
    line-height: 37px;
    height: 38px;
    margin: 12px 0
}

.mec-modal-booking-button:hover {
    background: #191919;
    color: #fff;
    border-color: #191919
}

.mec-modal-booking-button.mec-mb-icon i {
    font-size: 14px
}

.mec-event-list-classic .mec-modal-booking-button {
    height: 0;
    line-height: 1;
    margin: 7px 0 0;
    display: inline-table;
    letter-spacing: 0;
    padding: 12px 14px
}

.mec-event-grid-novel ul.mec-categories {
    position: relative;
    line-height: 30px;
    font-size: 15px
}

.mec-event-grid-novel ul.mec-categories li.mec-category a {
    padding-left: 35px;
    color: rgba(255,255,255,.4);
    line-height: 30px;
    font-size: 15px
}

.mec-event-grid-novel ul.mec-categories li.mec-category a:before {
    font-size: 16px!important;
    content: '\f105';
    position: absolute;
    font-family: fontawesome;
    left: 8px;
    font-size: 15px;
    color: rgba(255,255,255,.4)
}

.mec-calendar-events-side .mec-modal-booking-button,.mec-event-container-classic .mec-modal-booking-button,.mec-event-grid-minimal .mec-modal-booking-button,.mec-event-list-minimal .mec-modal-booking-button,.mec-timetable-t2-col .mec-modal-booking-button {
    margin: 0;
    color: #282828;
    font-size: 12px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    position: relative;
    padding: 0 0 0 24px;
    background: 0 0;
    text-align: left;
    display: inline;
    border: 0;
    font-weight: 700
}

.mec-timetable-t2-col .mec-modal-booking-button {
    color: #fff;
    padding-left: 19px
}

.mec-timetable-t2-col .mec-modal-booking-button:hover {
    color: #282828
}

.mec-event-list-minimal .mec-modal-booking-button {
    margin: 0 4px 0 84px
}

.mec-calendar-events-side .mec-modal-booking-button:before,.mec-event-container-classic .mec-modal-booking-button:before,.mec-event-grid-minimal .mec-modal-booking-button:before,.mec-event-list-minimal .mec-modal-booking-button:before {
    content: '';
    position: absolute;
    background: #7a7272;
    width: 18px;
    height: 1px;
    left: 0;
    top: 45%;
    transition: all .1s ease;
    -webkit-transition: all .1s ease
}

.mec-skin-carousel-container .mec-modal-booking-button {
    line-height: 70px
}

.mec-event-list-modern .mec-modal-booking-button.mec-mb-icon {
    border-radius: 1px;
    letter-spacing: 2px;
    border: 1px solid #e6e6e6;
    color: #333;
    background-color: #fff;
    padding: 13px 12px 13px 14px;
    font-weight: 700;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.016);
    transition: all .28s ease;
    line-height: unset
}

.mec-event-list-modern .mec-modal-booking-button.mec-mb-icon:hover {
    border-color: #222;
    background: #222;
    color: #fff
}

.mec-event-footer .mec-modal-booking-button,.mec-skin-carousel-container .mec-event-footer-carousel-type2 .mec-modal-booking-button {
    position: absolute;
    top: 20px;
    right: 125px;
    margin: 0;
    padding: 0 16px;
    line-height: 37px
}

.mec-skin-carousel-container .mec-event-footer-carousel-type2 .mec-modal-booking-button {
    top: 0;
    line-height: 41px;
    height: 41px;
    right: 121px
}

.mec-skin-carousel-container .mec-event-footer-carousel-type3 .mec-modal-booking-button {
    line-height: 18px;
    font-size: 12px;
    letter-spacing: 0;
    float: right;
    height: 41px;
    margin: 0 12px 0 0
}

.mec-skin-carousel-container .mec-owl-crousel-skin-type4 .mec-modal-booking-button {
    color: #fff;
    background-color: #191919;
    border: 2px #191919 solid;
    padding: 10px 14px;
    letter-spacing: 1.5px;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    transition: all .22s ease;
    text-decoration: none;
    margin: 0 0 0 12px
}

.mec-skin-carousel-container .mec-owl-crousel-skin-type4 .mec-modal-booking-button:hover {
    color: #191919;
    background-color: #fff;
    border: 2px #fff solid
}

.mec-event-grid-modern .mec-event-footer .mec-modal-booking-button {
    right: auto;
    left: 110px
}

.mec-event-grid-simple .mec-modal-booking-button,.mec-events-agenda .mec-modal-booking-button {
    margin: 0;
    font-size: 12px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    position: relative;
    padding: 0;
    background: 0 0;
    text-align: left;
    display: inline;
    border: 0;
    font-weight: 700
}

.mec-events-agenda .mec-modal-booking-button {
    display: block;
    height: unset;
    padding-left: 173px;
    line-height: 14px;
    margin-bottom: 7px
}

.mec-yearly-view-wrap .mec-modal-booking-button {
    margin: 0;
    padding-left: 14px;
    text-transform: capitalize
}

.mec-event-grid-novel .mec-event-footer .mec-modal-booking-button.mec-mb-icon {
    right: auto;
    left: 238px;
    width: 36px;
    height: 36px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    border-color: rgba(255,255,255,.1);
    background-color: rgba(0,0,0,0);
    color: #fff;
    border-radius: 36px
}

.mec-event-grid-novel .mec-event-footer .mec-modal-booking-button.mec-mb-icon:hover {
    background-color: rgba(255,255,255,.1)
}

.mec-event-grid-simple .mec-modal-booking-button:hover,.mec-events-agenda .mec-modal-booking-button:hover,.mec-events-yearlu .mec-modal-booking-button:hover {
    color: #191919
}

.mec-event-masonry .mec-event-footer .mec-modal-booking-button {
    font-size: 12px;
    padding: 0 31px;
    line-height: 49px;
    height: 50px;
    top: 0;
    box-shadow: 0 5px 11px -3px rgba(0,0,0,.05);
    right: auto;
    left: 155px
}

.mec-timeline-event .mec-modal-booking-button {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 7px 20px 7px;
    line-height: 22px;
    height: unset;
    border: unset;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0;
    margin: 0;
    border-radius: 0 0 0 10px
}

.mec-timeline-event .mec-modal-booking-button:hover {
    background: #191919;
    color: #fff
}

.mec-skin-daily-view-events-container .mec-modal-booking-button,.mec-weekly-view-dates-events .mec-event-article .mec-modal-booking-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    line-height: 26px;
    height: 49px;
    border: unset;
    text-align: center;
    display: inline-block;
    background: #ededed;
    color: #191919;
    padding: 12px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .24s ease;
    margin: 0
}

.mec-skin-daily-view-events-container .mec-modal-booking-button:hover,.mec-weekly-view-dates-events .mec-event-article .mec-modal-booking-button:hover {
    background: #292929;
    color: #fff
}

@media (max-width: 1023px) {
    .mec-skin-daily-view-events-container .mec-modal-booking-button,.mec-weekly-view-dates-events .mec-event-article .mec-modal-booking-button {
        position:relative;
        top: unset;
        transform: unset;
        margin: 14px 16px 0;
        padding: 8px;
        line-height: 20px;
        height: 35px
    }
}

@media (max-width: 768px) {
    .featherlight .featherlight-inner {
        width:100%
    }

    .mec-events-agenda .mec-modal-booking-button {
        padding: 0
    }
}

@media (max-width: 480px) {
    .mec-booking-modal .mec-events-meta-group-booking-shortcode {
        padding:20px
    }

    .mec-booking-modal .mec-booking-shortcode .mec-book-reg-field-mec_email,.mec-booking-modal .mec-booking-shortcode .mec-book-reg-field-name {
        width: 100%
    }

    .mec-booking-modal .mec-booking-shortcode button#mec-book-form-btn-step-2 {
        margin-left: 20px
    }

    .mec-booking-modal .mec-booking-shortcode .mec-click-pay button[type=submit] {
        bottom: 22px
    }

    .mec-calendar-events-side .mec-modal-booking-button:before,.mec-event-container-classic .mec-modal-booking-button:before,.mec-event-grid-minimal .mec-modal-booking-button:before,.mec-event-list-minimal .mec-modal-booking-button:before {
        display: none
    }

    .mec-calendar-events-side .mec-modal-booking-button,.mec-event-container-classic .mec-modal-booking-button,.mec-event-grid-minimal .mec-modal-booking-button,.mec-event-list-minimal .mec-modal-booking-button,.mec-timetable-t2-col .mec-modal-booking-button {
        margin: 0;
        padding: 0
    }

    .mec-event-grid-modern .mec-event-footer .mec-booking-button {
        top: 20px
    }
}

.mec-wrap .mec-events-cal-links {
    margin-bottom: 0
}

.mec-single-event #mec-wrap {
    padding: 0;
    margin-top: 35px
}

.mec-wrap .mec-single-title,.single-mec-events .mec-wrap.mec-no-access-error h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 33px
}

.mec-single-event .mec-event-content {
    padding: 40px 0 30px;
    margin-bottom: 10px
}

.mec-single-event .mec-events-meta-group-booking,.mec-single-event .mec-frontbox {
    margin-bottom: 30px;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.016)
}

.mec-wrap #main-content {
    overflow: hidden;
    padding-top: 35px
}

.mec-single-event .mec-map-get-direction-address-cnt {
    position: relative
}

.mec-single-event .mec-map-get-direction-address-cnt input.mec-map-get-direction-address {
    width: 100%;
    height: 46px;
    padding: 13px 10px;
    margin-bottom: 0;
    background: #fcfcfc;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: inset 0 2px 5px rgba(0,0,0,.081)
}

.mec-single-event .mec-map-get-direction-address-cnt input.mec-map-get-direction-address:focus {
    color: #444;
    background: #fff;
    border-color: #b0b0b0;
    box-shadow: 0 0 3px rgba(0,0,0,.2)
}

.mec-single-event .mec-map-get-direction-btn-cnt input {
    width: 100%
}

.mec-single-event .mec-map-get-direction-reset {
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 10px;
    font-size: 11px;
    cursor: pointer
}

.mec-events-meta-group-tags {
    margin-top: 20px
}

.mec-events-meta-group-tags a {
    display: inline-block;
    color: #444;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
    padding: 3px 7px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
    margin: 1px 3px
}

.mec-events-meta-group-tags a:hover {
    text-decoration: underline;
    background: #f9f9f9
}

.mec-local-time-details li {
    list-style: none
}

.mec-single-event:not(.mec-single-modern) .mec-local-time-details {
    background: #f7f7f7;
    padding: 12px 14px 8px;
    margin-bottom: 12px;
    vertical-align: baseline;
    position: relative;
    border: none
}

.mec-single-event:not(.mec-single-modern) .mec-local-time-details ul {
    margin: 0;
    padding-left: 35px
}

.mec-single-event:not(.mec-single-modern) .mec-local-time-details h3 {
    border: none;
    padding-left: 15px
}

.mec-single-event:not(.mec-single-modern) .mec-local-time-details h3:before {
    display: none
}

.mec-single-event.mec-single-modern i.mec-sl-speedometer {
    display: none
}

.mec-single-modern .mec-local-time-details.mec-frontbox i {
    display: none
}

.mec-single-event .mec-events-meta-group-booking {
    padding-bottom: 30px
}

.mec-single-event .mec-events-meta-group-booking ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.mec-single-event .mec-events-meta-group-booking ul li {
    padding: 0;
    list-style: none;
    margin-top: 40px
}

.mec-single-event .mec-events-meta-group-booking h4 {
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 700
}

.mec-single-event .mec-events-meta-group-booking li h4 {
    font-size: 19px
}

.mec-single-event .mec-events-meta-group-booking button,.mec-single-event .mec-events-meta-group-booking input {
    border-radius: 0;
    margin-bottom: 6px
}

.mec-single-event .mec-events-meta-group-booking button {
    min-width: 155px;
    margin-top: 5px;
    margin-left: 10px;
    border-radius: 2px;
    box-shadow: 0 2px 1px rgba(0,0,0,.08)
}

.mec-single-event .mec-events-meta-group-booking button.mec-book-form-back-button {
    background: #c4cace;
    float: left
}

.mec-single-event .mec-events-meta-group-booking button.mec-book-form-back-button:hover {
    background: #000
}

.mec-single-event .mec-events-meta-group-booking button.mec-book-form-next-button {
    float: left;
    margin-left: 0
}

button#mec-book-form-back-btn-step-3 {
    float: none
}

.mec-next-occ-booking,.mec-next-occ-booking-p {
    padding-left: 15px
}

.mec-events-meta-group-booking .mec-next-occ-booking,.mec-events-meta-group-booking .mec-next-occ-booking-p {
    padding: 0;
    font-size: 12px;
    letter-spacing: 0;
    margin: 3px 0;
    padding: 5px 1em 3px 0
}

.mec-book-username-password-wrapper {
    padding: 0 15px
}

.lity-container .mec-next-occ-booking,.lity-container .mec-next-occ-booking-p {
    padding-left: 0
}

.mec-single-event .mec-events-meta-group-booking .mec-click-pay {
    max-width: 350px
}

.mec-single-event .mec-events-meta-group-booking .mec-click-pay #mec_woo_add_to_cart_btn_r,.mec-single-event .mec-events-meta-group-booking .mec-click-pay button.mec-book-form-next-button {
    float: right
}

.mec-single-event .mec-events-meta-group-booking .mec-click-pay #mec_woo_add_to_cart_btn_r:hover,.mec-single-event .mec-events-meta-group-booking .mec-click-pay button.mec-book-form-next-button:hover {
    background: #000
}

.lity-container .mec-click-pay {
    max-width: 400px
}

.lity-container .mec-book-form-btn-wrap button.mec-book-form-next-button,.lity-container .mec-click-pay #mec_woo_add_to_cart_btn_r {
    float: right
}

.lity-container button.mec-book-form-next-button {
    float: right
}

.lity-container .mec-click-pay #mec_woo_add_to_cart_btn_r:hover,.lity-container .mec-click-pay button.mec-book-form-next-button:hover {
    background: #000
}

.mec-single-event .mec-events-meta-group-booking .mec-click-next {
    float: right;
    position: relative;
    width: calc(100% - 186px)
}

.lity-container .mec-click-next {
    float: right;
    position: relative;
    width: calc(100% - 186px)
}

.mec-single-event .mec-book-form-coupon button {
    margin-left: 0
}

.mec-single-event .mec-book-form-gateway-checkout button {
    margin-left: 0
}

.mec-single-event .mec-single-event .mec-book-form-gateway-checkout button {
    margin-right: 20px
}

.lity-content .mec-book-form-back-button {
    position: relative;
    border: none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    margin-right: 10px;
    line-height: 1;
    padding: 18px 20px 16px;
    -webkit-transition: all .21s ease;
    -moz-transition: all .21s ease;
    transition: all .21s ease;
    min-width: 170px;
    margin-top: 5px;
    border-radius: 0;
    margin-bottom: 6px;
    background: #c4cace
}

.lity-content .mec-book-form-back-button:hover {
    background: #000
}

.lity-content button#mec-book-form-back-btn-step-3 {
    float: none
}

.lity-content .mec-book-form-next-button {
    float: left
}

.lity-content .mec-book-bfixed-fields-container {
    list-style: none;
    padding-left: 0
}

.mec-single-event .mec-book-first,.mec-single-event .mec-book-form-gateways,.mec-single-event .mec-book-form-price,.mec-single-event .mec-event-tickets-list,.mec-single-event form.mec-click-next {
    padding-left: 0;
    padding-right: 0
}

.mec-single-event label.mec-fill-attendees {
    margin-left: 0
}

.mec-wrap .mec-events-meta-group-booking #mec-book-form-back-btn-step-2,.mec-wrap .mec-events-meta-group-booking #mec-book-form-back-btn-step-3,.mec-wrap .mec-events-meta-group-booking #mec-book-form-btn-step-1 {
    margin-left: 0
}

.mec-wrap .mec-booking-form-container .col-md-12 {
    padding-left: 0
}

.mec-wrap .mec-events-meta-group-booking .mec-wrap-checkout.row {
    margin: 0
}

.mec-wrap .mec-wrap-checkout .mec-book-form-gateways .mec-book-form-gateway-label {
    padding-left: 3px
}

.mec-wrap p.mec-gateway-comment {
    margin-top: 20px
}

.mec-single-event .mec-events-meta-group-booking .mec-event-ticket-available {
    display: block;
    margin-bottom: 20px;
    margin-top: -17px;
    font-size: 11px;
    color: #8a8a8a
}

.mec-single-event .mec-events-meta-group-booking .mec-book-price-total {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 26px;
    color: #39c36e;
    font-weight: 700;
    padding: 10px 0
}

.mec-single-event .mec-events-meta-group-booking form {
    margin: 0
}

.mec-single-event .mec-events-meta-group-booking h5 span,.mec-single-event .mec-events-meta-group-booking label {
    color: #424242;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    margin: 3px 0;
    display: block;
    clear: none;
    padding: 5px 1em 3px 0
}

.mec-single-event .mec-events-meta-group-booking h5 span {
    display: inline-block
}

.mec-single-event .mec-events-meta-group-booking h5 span.mec-ticket-variation-name {
    padding-right: 5px;
    text-transform: capitalize
}

.mec-single-event .mec-events-meta-group-booking input::-webkit-input-placeholder {
    color: #aaa
}

.mec-single-event .mec-events-meta-group-booking input:-moz-placeholder {
    color: #aaa
}

.mec-single-event .mec-events-meta-group-booking input[type=date],.mec-single-event .mec-events-meta-group-booking input[type=email],.mec-single-event .mec-events-meta-group-booking input[type=number],.mec-single-event .mec-events-meta-group-booking input[type=password],.mec-single-event .mec-events-meta-group-booking input[type=tel],.mec-single-event .mec-events-meta-group-booking input[type=text],.mec-single-event .mec-events-meta-group-booking select,.mec-single-event .mec-events-meta-group-booking textarea {
    display: block;
    background: #fcfcfc;
    min-height: 42px;
    min-width: 180px;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    padding: 13px 10px;
    width: 330px;
    margin-bottom: 20px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.051);
    clear: both
}

.wbmec-mandatory {
    padding-left: 5px;
    font-size: 14px
}

.mec-single-event .mec-events-meta-group-booking .mec-red-notification input,.mec-single-event .mec-events-meta-group-booking .mec-red-notification select,.mec-single-event .mec-events-meta-group-booking .mec-red-notification textarea {
    border: 1px solid #ff3c3c!important
}

.lity .mec-events-meta-group-booking .mec-red-notification input[type=checkbox],.lity .mec-events-meta-group-booking .mec-red-notification input[type=radio],.mec-single-event .mec-events-meta-group-booking .mec-red-notification input[type=checkbox],.mec-single-event .mec-events-meta-group-booking .mec-red-notification input[type=radio] {
    outline: 1px solid #ff3c3c!important
}

.lity .mec-book-ticket-container .mec-red-notification input,.lity .mec-book-ticket-container .mec-red-notification select,.lity .mec-book-ticket-container .mec-red-notification textarea {
    border: 1px solid #ff3c3c!important
}

.mec-booking .woocommerce-notices-wrapper .woocommerce-message {
    color: #089740;
    background-color: #effdef;
    margin: 0;
    padding: 20px 20px 0;
    line-height: 1;
    border: 0;
    border-radius: 5px
}

.mec-booking .woocommerce-notices-wrapper .woocommerce-message a {
    margin: 0
}

@media only screen and (max-width: 479px) {
    .mec-single-event .mec-events-meta-group-booking input[type=date],.mec-single-event .mec-events-meta-group-booking input[type=email],.mec-single-event .mec-events-meta-group-booking input[type=number],.mec-single-event .mec-events-meta-group-booking input[type=password],.mec-single-event .mec-events-meta-group-booking input[type=tel],.mec-single-event .mec-events-meta-group-booking input[type=text],.mec-single-event .mec-events-meta-group-booking select,.mec-single-event .mec-events-meta-group-booking textarea {
        width:100%
    }

    .mec-single-event .mec-events-meta-group-booking {
        padding: 12px
    }
}

.mec-single-event .mec-events-meta-group-booking input[type=date]:focus,.mec-single-event .mec-events-meta-group-booking input[type=email]:focus,.mec-single-event .mec-events-meta-group-booking input[type=number]:focus,.mec-single-event .mec-events-meta-group-booking input[type=password]:focus,.mec-single-event .mec-events-meta-group-booking input[type=tel]:focus,.mec-single-event .mec-events-meta-group-booking input[type=text]:focus,.mec-single-event .mec-events-meta-group-booking select:focus,.mec-single-event .mec-events-meta-group-booking textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    background: #fff;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    outline: 0
}

.mec-single-event .mec-events-meta-group-booking input[type=checkbox],.mec-single-event .mec-events-meta-group-booking input[type=radio] {
    margin-right: 6px;
    margin-top: 5px;
    min-height: 20px;
    clear: none;
    margin: 0 0 0 2px
}

.lity-container .mec-events-meta-group-booking input[type=radio]:before,.mec-single-event .mec-events-meta-group-booking input[type=radio]:before {
    content: '';
    display: inline-block;
    background: #fff;
    border-radius: 18px;
    width: 18px;
    height: 18px;
    margin: -1px 0 0 -3px;
    cursor: pointer;
    border: 2px solid #e1e7ed;
    box-shadow: 0 2px 15px -3px rgba(69,77,89,.32)
}

.lity-container .mec-events-meta-group-booking input[type=radio]:checked:before,.mec-single-event .mec-events-meta-group-booking input[type=radio]:checked:before {
    border: 7px solid #008aff;
    background: #fff;
    box-shadow: 0 3px 16px -3px #008aff
}

.lity-container .mec-events-meta-group-booking input[type=radio],.mec-single-event .mec-events-meta-group-booking input[type=radio] {
    min-height: 0;
    margin: 0;
    margin-right: 6px
}

.mec-single-event .mec-events-meta-group-booking input[type=checkbox] {
    float: left
}

.lity-container .mec-events-meta-group-booking .mec_book_first_for_all,.mec-single-event .mec-events-meta-group-booking .mec_book_first_for_all {
    display: none
}

.mec-events-meta-group-booking ul.mec-book-price-details {
    list-style: none;
    border: 1px solid #eee;
    padding: 0;
    overflow: hidden
}

.mec-events-meta-group-booking ul.mec-book-price-details li {
    font-size: 15px;
    color: #a9a9a9;
    list-style: none;
    padding: 13px 18px;
    margin: 0;
    float: left;
    border-right: 1px solid #eee
}

.mec-events-meta-group-booking ul.mec-book-price-details li:last-child {
    border-right: none
}

.mec-events-meta-group-booking ul.mec-book-price-details li span.mec-book-price-detail-amount {
    font-weight: 700;
    font-size: 21px;
    color: #222;
    display: contents
}

.lity-container .mec-events-meta-group-booking label.wn-checkbox-label,.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label {
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #d4d4d4;
    position: relative;
    display: inline-block;
    -moz-transition: border-color ease .2s;
    -o-transition: border-color ease .2s;
    -webkit-transition: border-color ease .2s;
    transition: border-color ease .2s;
    cursor: pointer;
    box-shadow: 0 2px 16px -2px rgba(0,0,0,.2);
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -2px
}

.lity-container .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label,.mec-single-event .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label {
    border-color: #008aff;
    box-shadow: 0 2px 14px -3px #008aff
}

.lity-container .mec-events-meta-group-booking label.wn-checkbox-label:after,.lity-container .mec-events-meta-group-booking label.wn-checkbox-label:before,.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label:after,.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label:before {
    position: absolute;
    height: 0;
    width: 1px;
    background-color: #008aff;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    content: '';
    -webkit-transition: opacity ease .5;
    -moz-transition: opacity ease .5;
    transition: opacity ease .5
}

.lity-container .mec-events-meta-group-booking label.wn-checkbox-label:before,.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label:before {
    top: 8px;
    left: 7px;
    box-shadow: 0 0 0 2px #fff;
    -moz-transform: rotate(-145deg);
    -ms-transform: rotate(-145deg);
    -o-transform: rotate(-145deg);
    -webkit-transform: rotate(-145deg);
    transform: rotate(-145deg)
}

.lity-container .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label::before,.mec-single-event .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label::before {
    height: 12px;
    -moz-animation: dothatopcheck .16s ease 0s forwards;
    -o-animation: dothatopcheck .16s ease 0s forwards;
    -webkit-animation: dothatopcheck .16s ease 0s forwards;
    animation: dothatopcheck .16s ease 0s forwards
}

.lity-container .mec-events-meta-group-booking label.wn-checkbox-label:after,.mec-single-event .mec-events-meta-group-booking label.wn-checkbox-label:after {
    top: 6px;
    left: 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.lity-container .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label::after,.mec-single-event .mec-events-meta-group-booking input[type=checkbox]:checked+.wn-checkbox-label::after {
    -moz-animation: dothabottomcheck 80ms ease 0s forwards;
    -o-animation: dothabottomcheck 80ms ease 0s forwards;
    -webkit-animation: dothabottomcheck 80ms ease 0s forwards;
    animation: dothabottomcheck 80ms ease 0s forwards;
    height: 4px
}

.mec-single-event .mec-events-meta-group-booking button[type=submit]:after,.mec-single-event a.button:after,.mec-wrap .mec-events-meta-group-booking button[type=submit]:after {
    display: none;
    font-family: simple-line-icons;
    content: '\e098';
    margin-left: 4px;
    -webkit-animation: rotating 1.2s linear infinite;
    -moz-animation: rotating 1.2s linear infinite;
    -ms-animation: rotating 1.2s linear infinite;
    -o-animation: rotating 1.2s linear infinite;
    animation: rotating 1.2s linear infinite
}

.mec-single-event .mec-events-meta-group-booking button[type=submit].loading:after,.mec-single-event a.button.loading:after,.mec-wrap .mec-events-meta-group-booking button[type=submit].loading:after {
    display: inline-block
}

.mec-single-event .mec-event-export-module {
    display: block
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul {
    display: table;
    width: 100%
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li {
    display: table-cell
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li:last-child {
    text-align: right
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a:hover {
    color: #fff
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul {
    padding-left: 0;
    margin: 15px 5px
}

.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting {
    padding-left: 0;
    margin: 0
}

.mec-ticket-price {
    margin-left: 10px;
    font-size: 13px;
    font-weight: 300
}

.mec-book-reg-field-checkbox label,.mec-book-reg-field-radio label {
    line-height: 1.36
}

.mec-book-reg-field-checkbox input[type=checkbox],.mec-book-reg-field-radio input[type=radio] {
    float: left;
    margin-right: 5px!important
}

.mec-ticket-available-spots .mec-event-ticket-description,.mec-ticket-available-spots .mec-event-ticket-price {
    font-size: 11px
}

.mec-book-ticket-container .mec-reg-mandatory:nth-child(2) label:after,.mec-book-ticket-container .mec-reg-mandatory:nth-child(3) label:after,.mec-book-ticket-container .wbmec-mandatory {
    content: '';
    color: red;
    width: 50px;
    height: 50px;
    font-size: 14px;
    padding-left: 5px
}

@media only screen and (max-width: 767px) {
    .mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li {
        width:100%;
        min-height: 40px;
        margin-bottom: 15px;
        text-align: center;
        float: none;
        display: block
    }

    .mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        display: block;
        font-size: 12px
    }
}

.mec-single-event .mec-events-meta-group {
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .mec-single-event .mec-events-meta-group-booking {
        margin-bottom:30px
    }
}

.mec-single-event .mec-event-meta dt,.mec-single-event .mec-event-meta h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    display: inline;
    color: #000;
    padding-left: 10px
}

.mec-single-event .mec-event-meta h6 {
    text-transform: uppercase;
    font-size: 13px;
    padding-bottom: 5px;
    display: inline;
    color: #222;
    padding-left: 0
}

.mec-single-event .mec-event-meta .mec-events-event-categories a,.mec-single-event .mec-event-meta dd {
    font-size: 14px;
    color: #8d8d8d
}

.mec-single-event .mec-event-meta .mec-location dd.author {
    color: #3c3b3b
}

.mec-single-event .mec-event-meta dd {
    margin: 0;
    padding-left: 35px
}

.mec-single-event .mec-event-meta dd.mec-events-event-categories {
    min-height: 35px;
    line-height: 35px
}

@media only screen and (max-width: 480px) {
    .single-mec-events .lity-container {
        width:100%
    }

    .single-mec-events .lity-content .mec-events-meta-group-booking {
        padding: 20px;
        width: 85%;
        margin: 0 auto
    }
}

.mec-single-event .mec-event-meta dd.mec-events-event-categories:first-of-type {
    padding-top: 5px
}

.mec-single-event .mec-event-meta dd.mec-events-event-categories:last-of-type {
    border-bottom: 0
}

.mec-single-event .mec-event-meta dd a {
    color: #8d8d8d;
    transition: all .2s ease;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.mec-single-event .mec-event-meta dd a i:before {
    font-size: 16px!important
}

.mec-single-event .mec-event-meta dd a i {
    margin-right: 8px
}

.mec-single-event .mec-event-meta dl {
    margin-bottom: 0
}

.mec-single-event .mec-event-meta .mec-events-event-cost {
    font-size: 18px
}

.mec-single-event .mec-event-meta .mec-events-address {
    color: #a9a9a9;
    margin-bottom: 20px
}

.mec-single-event .mec-event-meta .mec-events-meta-group-venue .author {
    margin-bottom: 0;
    color: #8d8d8d;
    font-size: 13px
}

.mec-single-event .mec-events-event-image {
    margin-bottom: 0
}

.mec-single-event h2.mec-single-event-title {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 33px
}

.mec-single-event .mec-booking-button {
    border-bottom: none;
    letter-spacing: .5px;
    line-height: 48px;
    height: 76px;
    transition: all .5s ease;
    color: #fff;
    padding: 16px;
    display: block;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,.15)
}

.mec-single-event .mec-booking-button:hover {
    background-color: #101010!important
}

.mec-single-event .mec-event-tags a {
    display: inline-block;
    color: #444;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
    padding: 3px 7px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
    margin: 1px 3px
}

.mec-single-event .mec-event-tags:before {
    font-size: 24px;
    color: #303030;
    margin-right: 5px;
    content: '\f02c';
    font-family: fontawesome
}

.mec-single-event .mec-event-tags {
    padding-top: 13px
}

.mec-single-event .mec-event-sharing {
    margin: 30px 0 10px
}

.mec-region.mec-events-abbr,.mec-single-event .mec-street-address {
    font-style: normal;
    font-size: 13px
}

.mec-events-meta-group.mec-events-meta-group-venue:before,.mec-single-event-date:before,.mec-single-event-time:before {
    color: #40d9f1
}

.mec-single-event .mec-event-social {
    text-align: center
}

.mec-single-event .mec-event-social h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #313131;
    border-bottom: 4px solid #ebebeb;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    position: relative
}

.mec-single-event .mec-social-single:before {
    padding: 13px 35px;
    border-bottom: 4px solid #40d9f1;
    font-size: 6px;
    content: '';
    text-align: center;
    position: absolute;
    bottom: -4px;
    margin-left: 39px
}

.mec-single-event .mec-event-social .event-sharing {
    margin-top: 30px
}

.mec-single-event .mec-event-social ul {
    list-style: none;
    margin-left: 0;
    padding: 0
}

.mec-single-event .mec-event-social li.mec-event-social-icon {
    display: inline-block
}

.mec-single-event .mec-event-social li.mec-event-social-icon a {
    display: inline-block;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 6px;
    font-size: 18px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 2px
}

.mec-single-event .mec-event-social a.facebook {
    background: #3b5996
}

.mec-single-event .mec-event-social a.facebook:hover {
    background: #28385c
}

.mec-single-event .mec-event-social a.twitter {
    background: #00acee
}

.mec-single-event .mec-event-social a.twitter:hover {
    background: #0087bd
}

.mec-single-event .mec-event-social a.vimeo {
    background: #0dadd6
}

.mec-single-event .mec-event-social a.vimeo:hover {
    background: #0a85a3
}

.mec-single-event .mec-event-social a.dribble {
    background: #d53e68
}

.mec-single-event .mec-event-social a.dribble:hover {
    background: #bf4c78
}

.mec-single-event .mec-event-social a.youtube {
    background: #cb322c
}

.mec-single-event .mec-event-social a.youtube:hover {
    background: #992622
}

.mec-single-event .mec-event-social a.pinterest {
    background: #cb2027
}

.mec-single-event .mec-event-social a.pinterest:hover {
    background: #99181d
}

.mec-single-event .mec-event-social a.google {
    background: #c3391c
}

.mec-single-event .mec-event-social a.google:hover {
    background: #99181f
}

.mec-single-event .mec-event-social a.linkedin {
    background: #0073b2
}

.mec-single-event .mec-event-social a.linkedin:hover {
    background: #005380
}

.mec-single-event .mec-event-social a.email {
    background: #ff5d5e
}

.mec-single-event .mec-event-social a.email:hover {
    background: #cc4949
}

.mec-single-event .mec-event-social a.vk {
    background: #5b88bd
}

.mec-single-event .mec-event-social a.vk:hover {
    background: #3d608a
}

.mec-single-event .mec-event-social a.tumblr {
    background: #34465d
}

.mec-single-event .mec-event-social a.tumblr:hover {
    background: #273649
}

.mec-single-event .mec-event-social a.telegram {
    background: #08c
}

.mec-single-event .mec-event-social a.telegram:hover {
    background: #1076be
}

.mec-single-event .mec-event-social a.whatsapp {
    background: #25d366
}

.mec-single-event .mec-event-social a.whatsapp:hover {
    background: #23ac55
}

.mec-single-event .mec-event-social a.flipboard {
    background: #e12828
}

.mec-single-event .mec-event-social a.flipboard:hover {
    background: #af1e1e
}

.mec-single-event .mec-event-social a.pocket {
    background: #ef4056
}

.mec-single-event .mec-event-social a.pocket:hover {
    background: #8d1717
}

.mec-single-event .mec-event-social a.reddit {
    background: #ff5700
}

.mec-single-event .mec-event-social a.reddit:hover {
    background: #c94909
}

.mec-single-event .mec-event-social a.flipboard svg,.mec-single-event .mec-event-social a.telegram svg {
    height: 16px
}

.mec-single-event .mec-event-social li.mec-event-social-icon a svg {
    display: unset
}

.mec-single-event .mec-event-social a.rss {
    background: #f29a1d
}

.mec-single-event .mec-event-social a.rss:hover {
    background: #cc7400
}

.mec-single-event .mec-event-social a.instagram {
    background: #457399
}

.mec-single-event .mec-event-social a.instagram:hover {
    background: #2e4d66
}

.mec-single-event .mec-event-social a.linkedin {
    background: #457399
}

.mec-single-event .mec-event-social a.linkedin:hover {
    background: #2e4d66
}

.mec-single-event .mec-event-social a.other-social {
    background: #ff5d5e
}

.mec-single-event .mec-event-social a.other-social:hover {
    background: #cc4949
}

.mec-single-event .mec-event-social {
    text-align: center
}

.mec-single-event .mec-events-meta-group-booking form>h4,.mec-single-event .mec-frontbox-title,.mec-single-event .mec-wrap-checkout h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #313131;
    border-bottom: 4px solid #ebebeb;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    position: relative;
    text-align: center
}

.mec-single-event .mec-events-meta-group-booking form>h4:before,.mec-single-event .mec-frontbox-title:before,.mec-single-event .mec-wrap-checkout h4:before {
    padding: 1px 35px;
    border-bottom: 4px solid #40d9f1;
    font-size: 6px;
    content: '';
    text-align: center;
    position: absolute;
    bottom: -4px;
    margin-left: -35px;
    left: 50%
}

.mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-month],.mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-year] {
    width: 47%!important;
    margin-right: 12px;
    margin-top: 5px;
    display: inline-block!important
}

@media (max-width: 768px) {
    .mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-month],.mec-single-event .mec-events-meta-group-booking input[data-stripe=exp-year] {
        width:100%!important;
        margin-right: 0;
        display: block!important
    }
}

.mec-single-event .mec-booking .mec-booking-dates-checkboxes {
    margin-bottom: 22px
}

.lity-content .mec-events-meta-group-booking .mec-booking-dates-checkboxes label,.mec-single-event .mec-booking .mec-booking-dates-checkboxes label {
    margin-bottom: 3px;
    line-height: 1.1
}

.lity-content .mec-events-meta-group-booking .mec-booking-dates-checkboxes label {
    display: flex
}

.lity-content .mec-events-meta-group-booking .mec-booking-dates-checkboxes input[type=checkbox],.mec-booking input[type=checkbox],.mec-single-event .mec-events-meta-group-booking .mec-booking-dates-checkboxes input[type=checkbox] {
    width: 17px;
    height: 17px;
    min-height: unset;
    border-radius: 3px;
    margin-top: -2px;
    margin-right: 7px!important;
    margin-bottom: 0!important
}

.lity-content .mec-events-meta-group-booking .mec-booking-dates-checkboxes input[type=checkbox] {
    margin-top: -1px
}

.mec-events-meta-group-booking-shortcode .mec-booking-dates-checkboxes label {
    display: flex
}

.mec-events-meta-group-booking-shortcode .mec-booking-dates-checkboxes input[type=checkbox] {
    margin-top: 1px
}

.mec-event-meta i:before {
    font-size: 20px;
    vertical-align: middle
}

.mec-event-meta .mec-single-event-additional-organizers i:before,.mec-event-meta .mec-single-event-organizer i:before {
    font-size: 14px;
    vertical-align: baseline
}

#mec-wrap .mec-events-day-time-slot .mec-events-content {
    float: left;
    width: 33%;
    padding: 0 15px
}

#mec-wrap .mec-events-day-time-slot .mec-events-event-image {
    padding-left: 0
}

#mec-events-content .mec-events-abbr {
    color: #8d8d8d;
    font-size: 14px
}

.mec-single-event .mec-events-content {
    margin-bottom: 30px
}

.mec-single-event .mec-organizer-url a {
    word-wrap: break-word
}

.mec-single-event #headline {
    margin: 0 0 10px
}

.mec-single-event #headline h2 {
    padding: 0
}

.mec-single-event .mec-events-meta-group.mec-events-meta-group-gmap .mec-events-venue-map {
    margin-top: 0;
    padding: 8px;
    border: 1px solid #e5e5e5;
    border-radius: 7px
}

#mec-events-gmap-0 {
    height: 325px!important
}

.mec-events-list .mec-events-day-time-slot .mec-events-event-meta {
    width: 33%;
    float: left;
    padding: 40px;
    height: auto;
    margin: 0
}

.mec-events-day-time-slot .mec-events-content.description.entry-summary {
    font-size: 15px;
    font-weight: 300;
    color: #8d8d8d
}

.mec-events-day-time-slot .type-mec_events h2 {
    font-size: 28px;
    padding-bottom: 20px
}

.mec-events-day .mec-events-day-time-slot .type-mec_events {
    margin: 0
}

.mec-events-day .mec-events-day-time-slot h5 {
    background-color: #8d8d8d
}

.mec-single-event .mec-event-meta .mec-single-event-additional-organizers .mec-events-single-section-title,.mec-single-event .mec-event-meta .mec-single-event-organizer .mec-events-single-section-title,.mec-single-event .mec-events-meta-date h3 {
    padding-left: 0;
    margin: 10px;
    display: inline-block
}

.mec-single-event .mec-events-meta-date h3 {
    width: 100%
}

.mec-single-event .mec-events-event-image {
    border: 0
}

.mec-single-event .mec-events-venue-map {
    padding: 0
}

.mec-event-cost,.mec-event-more-info,.mec-event-website,.mec-events-meta-date,.mec-single-event-additional-organizers,.mec-single-event-category,.mec-single-event-date,.mec-single-event-label,.mec-single-event-location,.mec-single-event-organizer,.mec-single-event-time {
    background: #f7f7f7;
    padding: 12px 14px 8px;
    margin-bottom: 12px;
    vertical-align: baseline;
    position: relative
}

.mec-single-event .mec-events-meta-date dd,.mec-single-event .mec-single-event-additional-organizers dd,.mec-single-event .mec-single-event-organizer dd {
    padding-left: 0;
    margin-bottom: 10px
}

.mec-single-event .mec-event-meta dd.mec-organizer-email a,.mec-single-event .mec-events-meta-date dd span,.mec-single-event .mec-single-event-additional-organizers dd span,.mec-single-event .mec-single-event-organizer dd span {
    display: block;
    padding-left: 41px;
    color: #8d8d8d
}

.mec-single-event .mec-events-meta-date i,.mec-single-event .mec-single-event-additional-organizers i,.mec-single-event .mec-single-event-organizer i {
    margin-right: 10px;
    margin-left: 12px
}

.mec-events-meta-group.mec-events-meta-group-venue dl {
    margin-bottom: 0
}

address.mec-events-address {
    line-height: 19px;
    font-style: normal;
    font-size: 12px
}

.mec-single-event .mec-event-content dt {
    margin-top: 5px
}

.mec-single-event .mec-single-event-additional-organizers .mec-single-event-additional-organizer {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e4e4e4
}

.mec-single-event .mec-single-event-additional-organizers .mec-single-event-additional-organizer:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

.mec-event-category-color {
    width: 9px;
    height: 9px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 4px;
    border-radius: 9px
}

.mec-event-schedule-content {
    border-left: 4px solid #f0f0f0;
    padding-top: 10px;
    margin-top: 30px;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #8a8a8a
}

.mec-event-schedule-content dl {
    padding-left: 24px;
    font-size: 12px;
    position: relative;
    margin-bottom: 35px
}

.mec-event-schedule-content dl:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 0;
    border-top: 4px solid #f0f0f0
}

.mec-event-schedule-content dl dt {
    margin: 0 0 10px;
    line-height: 1.16
}

.mec-event-schedule-content dl dt.mec-schedule-title {
    font-size: 13px;
    color: #5a5a5a;
    font-weight: 700
}

.mec-event-schedule-content dl dt.mec-schedule-description {
    font-weight: 300
}

.mec-event-schedule-content .mec-schedule-speakers {
    background: #f7f7f7;
    padding: 10px
}

.mec-wrap .mec-event-schedule-content h6 {
    font-size: 13px;
    color: #5a5a5a;
    font-weight: 700;
    display: inline-block
}

.mec-wrap .mec-event-schedule-content a {
    font-weight: 400;
    color: #5a5a5a;
    transition: all .1s ease
}

.single-mec-events .mec-speakers-details ul {
    padding: 0;
    margin-left: 0
}

.mec-single-event .mec-speakers-details ul li {
    list-style: none;
    background: #f7f7f7;
    padding: 5px 5px 18px 5px;
    margin-top: 14px
}

.mec-single-event .mec-speakers-details ul li a {
    -webkit-transition: .2s all ease;
    transition: .2s all ease
}

.mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a img {
    float: left;
    border-radius: 50%;
    transition: .2s all ease;
    border: 2px solid transparent;
    width: 68px;
    height: 68px
}

.mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a:hover img {
    border-color: #40d9f1
}

.mec-single-event .mec-speakers-details ul li .mec-speaker-name {
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.8;
    text-transform: capitalize;
    font-weight: 700;
    padding-left: 8px
}

.mec-single-event .mec-speakers-details ul li .mec-speaker-job-title {
    display: block;
    font-size: 12px;
    margin-top: -1px;
    padding-left: 75px;
    color: #888
}

.mec-single-event-location img,.mec-single-event-organizer img {
    margin-bottom: 10px;
    width: 100%
}

.mec-qrcode-details {
    text-align: center
}

.mec-time-comment {
    font-size: 11px
}

.mec-wrap .mec-attendees-list-details p {
    font-weight: 300;
    margin: 20px 0 0 0;
    color: #8d8d8d
}

.mec-wrap .mec-attendees-list-details li {
    list-style: none;
    display: block;
    margin-top: 15px
}

.mec-wrap .mec-attendees-list-details li .mec-attendee-avatar {
    display: inline-block
}

.mec-wrap .mec-attendees-list-details li .mec-attendee-profile-link {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px
}

.mec-attendees-list-details ul {
    margin-bottom: 0
}

.mec-attendees-list-details .mec-attendee-profile-link a {
    color: #8d8d8d;
    display: block
}

.mec-attendees-list-details .mec-attendee-profile-link span {
    display: inline-block;
    color: #000;
    vertical-align: middle;
    cursor: pointer
}

.mec-attendees-list-details span.mec-attendee-profile-ticket-number {
    border-radius: 50px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin-right: 4px;
    line-height: 20px
}

#wrap .mec-attendees-list-details span.mec-attendee-profile-ticket-number {
    line-height: 19px
}

.mec-attendees-list-details .mec-attendee-profile-link span i {
    vertical-align: middle;
    font-size: 9px;
    font-weight: 700;
    margin-left: 5px
}

.mec-attendees-list-details .mec-attendees-toggle {
    border: 1px solid #e6e6e6;
    background: #fafafa;
    padding: 15px 15px 0;
    border-radius: 3px;
    margin: 12px 0 20px 52px;
    position: relative;
    font-size: 13px;
    box-shadow: 0 3px 1px 0 rgba(0,0,0,.02)
}

.mec-attendees-list-details .mec-attendees-toggle:after,.mec-attendees-list-details .mec-attendees-toggle:before {
    content: '';
    display: block;
    position: absolute;
    left: 50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px
}

.mec-attendees-list-details .mec-attendees-toggle:after {
    top: -20px;
    border-color: transparent transparent #fafafa transparent
}

.mec-attendees-list-details .mec-attendees-toggle:before {
    top: -21px;
    border-color: transparent transparent #e1e1e1 transparent
}

.mec-attendees-list-details .mec-attendees-toggle .mec-attendees-item {
    padding-bottom: 15px
}

.mec-attendees-list-details .mec-attendee-avatar img {
    border-radius: 3px
}

.mec-attendee-avatar-sec {
    float: left;
    width: 50px;
    margin-right: 12px
}

.mec-attendee-profile-name-sec,.mec-attendee-profile-ticket-sec {
    float: left;
    width: calc(100% - 62px);
    margin-top: 3px
}

.mec-calendar {
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    width: 100%;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.016)
}

.mec-calendar .mec-calendar-topsec {
    display: table;
    background: #fff
}

.mec-calendar .mec-calendar-topsec .mec-calendar-events-sec {
    display: none
}

.mec-calendar .mec-calendar-side {
    width: 590px;
    display: table-cell;
    padding: 40px;
    position: relative;
    text-align: center;
    box-shadow: 0 1px 5px 6px rgba(0,0,0,.005) inset
}

.mec-calendar .mec-calendar-events-side {
    display: table-cell;
    height: 100%;
    border-left: 1px solid #efefef;
    padding: 40px;
    width: 100%
}

.mec-calendar .mec-calendar-events-side .mec-table-side-day {
    width: 46px;
    height: 46px;
    margin: 0 auto 20px;
    position: relative;
    text-align: center;
    line-height: 46px;
    border: 1px solid #40d9f1;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    padding: 0
}

.mec-calendar .mec-calendar-events-side .mec-table-side-title {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 14px
}

.mec-calendar .mec-calendar-header {
    position: relative;
    width: 560px;
    margin-top: 8px;
    margin-bottom: 16px
}

.mec-calendar .mec-calendar-header h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    color: #333
}

.mec-calendar .mec-event-footer {
    width: auto;
    min-height: 60px
}

.mec-calendar dl {
    display: table;
    margin: 0;
    border: none;
    padding: 0;
    table-layout: fixed
}

.mec-calendar dt {
    display: table-cell;
    transition: all .66s ease;
    color: #4d4d4d;
    background: #fff;
    border-radius: 44px;
    font-size: 14px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center
}

.excerpt-wrap .mec-wrap dt,.nv-content-wrap .mec-wrap dt {
    display: table-cell
}

.mec-calendar .mec-calendar-table .mec-no-event {
    display: none
}

.mec-calendar .mec-calendar-table-head dt {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px
}

.mec-calendar .mec-calendar-row dt:hover {
    background: #f4f4f4
}

.mec-calendar .mec-table-nullday {
    color: #cacaca
}

.mec-calendar.mec-box-calendar .mec-table-nullday:last-child {
    border-right: 1px solid #eaeaea
}

.mec-calendar .mec-next-month:hover,.mec-calendar .mec-prev-month:hover {
    background: #f4f4f4
}

.mec-calendar .mec-selected-day,.mec-calendar .mec-selected-day:hover {
    background: #40d9f1;
    color: #fff
}

.mec-calendar .mec-selected-day a {
    color: #fff
}

.mec-calendar .mec-has-event {
    position: relative
}

.mec-calendar .mec-calendar-row dt.mec-has-event:hover {
    background: #40d9f1
}

.mec-calendar .mec-has-event a {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #4d4d4d;
    transition: all .25s ease;
    text-decoration: none;
    box-shadow: none
}

.mec-calendar .mec-calendar-row dt.mec-has-event.mec-selected-day a,.mec-calendar .mec-calendar-row dt.mec-has-event:hover a {
    color: #fff
}

.mec-calendar .mec-has-event:after {
    background-color: #40d9f1;
    border-radius: 50%;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    bottom: 14px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    transition: all .25s ease
}

.mec-calendar .mec-calendar-row dt.mec-has-event:hover:after {
    background-color: #fff
}

.mec-calendar .mec-has-event.mec-selected-day:after {
    display: none
}

.mec-calendar .mec-event-article {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-top: 26px;
    border-top: 1px solid #efefef;
    transition: all .33s ease
}

.mec-calendar .mec-event-article:hover {
    background-color: #fafafa
}

.mec-calendar .mec-event-article .mec-event-time {
    font-size: 11px;
    line-height: 1.1;
    margin: 0
}

.mec-calendar .mec-event-article .mec-event-title {
    font-size: 13px;
    padding: 0;
    margin: 10px 0 8px;
    font-weight: 700;
    text-transform: uppercase
}

.mec-calendar .mec-event-article .mec-event-title a {
    text-decoration: none;
    color: #494949;
    transition: color .3s ease
}

.mec-calendar .mec-event-article .mec-event-title a:hover {
    color: #40d9f1
}

.mec-calendar .mec-event-article .mec-event-image,.mec-calendar .mec-event-list-classic .mec-event-image img {
    width: 65px;
    height: auto
}

.mec-calendar .mec-event-article .mec-event-image {
    float: left;
    margin-right: 20px;
    width: 65px;
    height: auto
}

.mec-calendar .mec-event-article .mec-event-detail,.mec-calendar .mec-event-article .mec-localtime-details div {
    font-size: 13px;
    line-height: 1.3;
    color: #9a9a9a;
    margin-bottom: 0
}

.mec-calendar .mec-calendar-side .mec-next-month,.mec-calendar .mec-calendar-side .mec-previous-month {
    cursor: pointer;
    position: absolute;
    top: 0;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    color: #a9a9a9;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #efefef;
    border-top: none;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.015);
    transition: all .33s ease
}

.mec-calendar .mec-calendar-side .mec-next-month i,.mec-calendar .mec-calendar-side .mec-previous-month i {
    font-size: 12px;
    color: #40d9f1;
    cursor: pointer
}

.mec-calendar .mec-calendar-side .mec-next-month:hover,.mec-calendar .mec-calendar-side .mec-previous-month:hover {
    background-color: #f9f9f9;
    color: #40d9f1
}

.mec-calendar .mec-calendar-side .mec-previous-month {
    left: 0;
    border-bottom-right-radius: 6px;
    border-left: none
}

.mec-calendar .mec-calendar-side .mec-next-month {
    right: 0;
    border-bottom-left-radius: 6px;
    border-right: none
}

@media only screen and (min-width: 961px) {
    .mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-has-event:after {
        width:6px;
        height: 6px;
        bottom: 6px
    }

    .mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-calendar-side {
        width: 370px
    }

    .mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-calendar-header {
        position: relative;
        width: 350px;
        margin-top: 30px;
        margin-bottom: 20px;
        padding-top: 20px
    }

    .mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) dt {
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    .mec-wrap.mec-sm959 .mec-calendar.mec-event-calendar-classic dl dt {
        height: 110px
    }
}

@media only screen and (max-width: 1200px) {
    .mec-calendar .mec-has-event:after {
        width:6px;
        height: 6px;
        bottom: 6px
    }

    .mec-calendar .mec-calendar-side {
        width: 370px
    }

    .mec-calendar .mec-calendar-header {
        position: relative;
        width: 350px;
        margin-top: 30px
    }

    .mec-calendar dt {
        width: 50px;
        height: 50px;
        line-height: 50px
    }
}

@media only screen and (max-width: 767px) {
    .mec-calendar .mec-calendar-header h2 {
        font-size:18px
    }

    .mec-calendar .mec-calendar-topsec {
        width: 100%
    }

    .mec-calendar .mec-calendar-side {
        width: 100%;
        display: block;
        padding: 30px
    }

    .mec-calendar .mec-calendar-header {
        width: auto
    }

    .mec-calendar .mec-calendar-events-side {
        width: 100%;
        display: block;
        height: 100%;
        border-left: none;
        border-top: 1px solid #efefef;
        padding: 20px
    }

    .mec-calendar dl {
        width: 100%
    }

    .mec-calendar dt {
        width: 14%;
        height: 60px;
        line-height: 60px;
        border-radius: 50px
    }
}

@media only screen and (max-width: 479px) {
    .mec-calendar .mec-has-event:after {
        width:4px;
        height: 4px
    }

    .mec-calendar .mec-calendar-header h2 {
        font-size: 16px;
        margin-top: 33px
    }

    .mec-calendar dt {
        height: 38px;
        line-height: 38px
    }

    .mec-calendar .mec-event-list-classic .mec-event-detail,.mec-calendar .mec-event-list-classic .mec-event-title {
        font-size: 12px
    }

    .mec-calendar .mec-event-list-classic .mec-event-time {
        font-size: 10px
    }
}

.mec-box-calendar.mec-calendar .mec-has-event a,.mec-box-calendar.mec-calendar dt {
    border-radius: 0
}

.mec-box-calendar.mec-calendar .mec-calendar-header {
    margin-top: 2px;
    margin-bottom: 30px
}

.mec-box-calendar.mec-calendar dt {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea
}

.mec-box-calendar.mec-calendar dl dt:last-child {
    border-right: 1px solid #eaeaea
}

.mec-box-calendar.mec-calendar .mec-calendar-table-head dt {
    border-top: 1px solid #eaeaea;
    background-color: #f8f8f8
}

.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt {
    background-color: #f4f4f4
}

.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
    border-radius: 2px;
    top: 40px;
    border: 1px solid #eee;
    height: 30px;
    line-height: 30px;
    z-index: 1
}

.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
    left: 40px
}

.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month {
    right: 40px
}

.mec-box-calendar.mec-calendar .mec-calendar-side {
    box-shadow: none
}

.mec-box-calendar.mec-calendar .mec-calendar-events-side {
    border: none
}

.mec-box-calendar.mec-calendar .mec-calendar-events-side .mec-table-side-day {
    border-radius: 2px
}

.mec-box-calendar.mec-calendar h4.mec-month-label {
    position: relative;
    width: 560px;
    margin-top: 2px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    color: #333
}

.mec-widget .mec-box-calendar.mec-calendar h4.mec-month-label {
    width: 100%;
    margin-top: 8px;
    font-size: 13px
}

@media only screen and (max-width: 1200px) {
    .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
        left:42px
    }

    .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month {
        right: 42px
    }

    .mec-calendar .mec-calendar-header h2 {
        font-size: 17px;
        margin-top: 7px
    }
}

@media only screen and (max-width: 767px) {
    .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
        top:28px;
        font-size: 10px
    }

    .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
        left: 30px
    }

    .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month {
        right: 30px
    }

    .mec-calendar .mec-calendar-header h2 {
        font-size: 15px
    }
}

@media only screen and (max-width: 479px) {
    .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
        top:16px;
        font-size: 0px;
        padding: 4px 0;
        text-align: center;
        min-width: 33px
    }

    .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
        left: 10px
    }

    .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month {
        right: 10px
    }

    .mec-box-calendar.mec-calendar .mec-calendar-header h2 {
        font-size: 12px;
        margin-top: 15px
    }

    .mec-box-calendar.mec-calendar .mec-event-image {
        margin-right: 12px
    }
}

.mec-calendar.mec-event-calendar-classic,.mec-calendar.mec-event-calendar-classic .mec-calendar-side {
    border: none;
    padding: 0;
    width: 100%;
    height: 100%;
    box-shadow: none
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-side {
    display: block
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-header,.mec-calendar.mec-event-calendar-classic dl {
    width: 100%
}

.mec-calendar.mec-event-calendar-classic dl dt {
    width: 15%;
    height: 136px;
    line-height: 1.2;
    text-align: left;
    padding: 5px 7px;
    position: relative
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt {
    height: 30px!important
}

.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-next-month,.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-previous-month {
    top: 0
}

.mec-calendar.mec-event-calendar-classic .mec-has-event:after {
    bottom: auto;
    top: 24px;
    left: 7px;
    margin: 0
}

.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-previous-month {
    left: 0
}

.mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-side .mec-next-month {
    right: 0
}

.mec-next-month a,.mec-previous-month a {
    pointer-events: none
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec {
    text-align: left;
    background: #fafafa;
    border: 1px solid #eaeaea;
    border-top: none;
    padding: 10px 20px
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec {
    display: none
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-event-article:hover {
    background-color: #fcfcfc
}

.mec-calendar.mec-event-calendar-classic .mec-selected-day,.mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover {
    color: #40d9f1;
    font-weight: 700;
    background: #fafafa;
    border-bottom: none
}

.mec-wrap .mec-calendar.mec-event-calendar-classic:not(.mec-event-container-simple) .mec-selected-day:hover {
    color: #fff!important
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-day,.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-title {
    display: inline-block;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-day {
    margin-left: 4px
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-row dt.mec-has-event a {
    color: #4d4d4d
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-row dt.mec-has-event:not(.mec-selected-day):hover a {
    color: #fff
}

@media only screen and (max-width: 1200px) {
    .mec-calendar.mec-event-calendar-classic dl dt {
        height:100px
    }
}

@media only screen and (max-width: 767px) {
    .mec-calendar.mec-event-calendar-classic dl dt {
        height:40px
    }
}

@media only screen and (max-width: 479px) {
    .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec {
        padding:10px
    }

    .mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-header h2 {
        font-size: 13px;
        margin-top: 8px
    }
}

.mec-calendar .mec-event-article.mec-single-event-novel {
    padding: 4px 8px;
    min-height: 25px;
    margin: 0 -4px;
    border-radius: 0
}

.mec-calendar .mec-event-article.mec-single-event-novel h4 {
    margin: 0;
    font-size: 10px;
    line-height: 18px
}

.mec-calendar.mec-event-container-novel dl dt {
    padding: 3px
}

.mec-calendar.mec-event-calendar-classic .mec-calendar-novel-selected-day {
    display: inline-block;
    padding: 4px;
    margin-left: 1px
}

.mec-wrap .mec-calendar.mec-event-container-novel .mec-selected-day:hover {
    color: #fff!important
}

.mec-calendar.mec-event-calendar-classic .mec-selected-day .mec-calendar-novel-selected-day {
    color: #fff
}

.mec-calendar.mec-event-calendar-classic.mec-event-container-novel .mec-selected-day,.mec-calendar.mec-event-calendar-classic.mec-event-container-novel dt.mec-selected-day:hover {
    border-bottom: 1px solid #eaeaea
}

.mec-calendar.mec-event-calendar-classic.mec-event-container-novel .mec-calendar-side .mec-calendar-table {
    min-height: auto
}

.mec-single-event-novel.light h4 {
    color: #000!important
}

.mec-single-event-novel.dark h4 {
    color: #fff!important
}

@media only screen and (max-width: 768px) {
    .mec-calendar .mec-event-article.mec-single-event-novel {
        padding:0;
        min-height: 5px
    }

    .mec-calendar .mec-event-article.mec-single-event-novel h4 {
        display: block;
        font-size: 9px
    }
}

.mec-event-container-simple .event-single-content-simple {
    display: none
}

.mec-event-calendar-classic.mec-event-container-simple .mec-calendar-side .mec-calendar-table {
    min-height: unset
}

.mec-event-container-simple .mec-monthly-tooltip h4 {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    color: #444
}

.mec-event-container-simple .mec-monthly-tooltip h4:hover {
    text-decoration: underline;
    color: #111
}

.mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple {
    border-bottom: 1px dashed #e3e3e3;
    padding: 10px 2px;
    display: block
}

.mec-calendar.mec-event-container-simple dl dt.mec-calendar-day {
    font-size: 30px;
    color: #000
}

.mec-calendar.mec-event-container-simple .mec-calendar-row dt:hover {
    background: unset
}

.mec-calendar.mec-event-container-simple .mec-calendar-row dt,.mec-calendar.mec-event-container-simple .mec-calendar-row dt:last-child,.mec-calendar.mec-event-container-simple .mec-calendar-table-head dt,.mec-calendar.mec-event-container-simple .mec-calendar-table-head dt:last-child {
    border-width: 2px
}

.mec-calendar.mec-event-container-simple dl dt.mec-selected-day,.mec-calendar.mec-event-container-simple dl dt.mec-selected-day:hover {
    border-bottom: 2px solid #40d9f1;
    background: unset
}

.mec-calendar.mec-event-container-simple .mec-calendar-table-head dt {
    line-height: 36px
}

@media (max-width: 768px) {
    .mec-calendar.mec-event-container-simple {
        overflow-x:scroll
    }

    .mec-calendar.mec-event-container-simple .mec-calendar-side {
        min-width: 100%
    }

    .mec-event-container-simple .mec-monthly-tooltip h4 {
        font-size: 12px
    }

    .mec-event-container-simple .mec-calendar-side {
        min-width: 600px!important;
        overflow-x: scroll
    }
}

.mec-wrap.colorskin-custom .mec-calendar.mec-event-container-simple .mec-selected-day:hover {
    background: #f4f4f4
}

.mec-event-container-simple .mec-calendar-day .mec-monthly-tooltip.event-single-link-simple:last-of-type {
    border: none
}

.mec-tooltip-event-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 2px
}

.mec-tooltip-event-time,.tooltipster-sidetip.tooltipster-shadow:not(.uael-tooltipster-active) .tooltipster-content .mec-price-details {
    font-size: 12px;
    color: #888;
    margin-bottom: 8px;
    margin-top: 5px
}

.tooltipster-sidetip.tooltipster-shadow:not(.uael-tooltipster-active) .tooltipster-content {
    padding: 17px
}

.mec-tooltip-event-content {
    clear: both
}

.mec-tooltip-event-featured {
    float: left;
    margin-right: 13px;
    margin-bottom: 1px
}

.mec-tooltip-event-featured img {
    max-width: 120px
}

.mec-tooltip-event-desc {
    font-size: 14px;
    color: #444;
    line-height: 18px
}

.mec-tooltip-event-desc p {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px
}

.tooltipster-sidetip.tooltipster-shadow:not(.uael-tooltipster-active) .tooltipster-box {
    border-radius: 3px!important;
    border: 1px solid #e2e3e4!important;
    background: #fff!important;
    box-shadow: 0 -1px 30px -2px rgba(0,0,0,.15)!important
}

.tooltipster-box .mec-tooltip-event-desc {
    margin-bottom: 12px
}

.tooltipster-sidetip:not(.uael-tooltipster-active) .tooltipster-arrow {
    overflow: visible!important
}

.tooltipster-sidetip.tooltipster-shadow:not(.uael-tooltipster-active) .tooltipster-arrow-border {
    border-width: 12px!important
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right:not(.uael-tooltipster-active) .tooltipster-arrow-border {
    border-right-color: #e2e3e4!important
}

.tooltipster-sidetip:not(.uael-tooltipster-active) .tooltipster-arrow-border {
    left: -12px!important;
    z-index: 9999999999!important
}

.tooltipster-sidetip.tooltipster-shadow:not(.uael-tooltipster-active) .tooltipster-arrow-background {
    display: block!important
}

.tooltipster-sidetip:not(.uael-tooltipster-active) .tooltipster-arrow-background {
    border-width: 11px!important;
    z-index: 99999999999!important
}

.tooltipster-sidetip.tooltipster-right:not(.uael-tooltipster-active) .tooltipster-arrow-background {
    left: -9px!important;
    top: 1px!important;
    border-right-color: #fff!important
}

.tooltipster-sidetip.tooltipster-top:not(.uael-tooltipster-active) .tooltipster-arrow-background {
    border-top-color: #fff!important;
    left: 0!important;
    top: -1px!important
}

.tooltipster-sidetip.tooltipster-top:not(.uael-tooltipster-active) .tooltipster-arrow-border {
    left: -1px!important
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top:not(.uael-tooltipster-active) .tooltipster-arrow-border {
    border-top-color: #e2e3e4!important
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom:not(.uael-tooltipster-active) .tooltipster-arrow-border {
    left: -1px!important;
    top: -11px!important
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom:not(.uael-tooltipster-active) .tooltipster-arrow-border {
    border-bottom-color: #e2e3e4!important
}

.tooltipster-sidetip.tooltipster-bottom:not(.uael-tooltipster-active) .tooltipster-arrow-background {
    top: -9px!important;
    border-bottom-color: #fff!important
}

.tooltipster-sidetip.tooltipster-left:not(.uael-tooltipster-active) .tooltipster-arrow-background {
    border-left-color: #fff!important;
    left: -2px!important;
    top: 0!important
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left:not(.uael-tooltipster-active) .tooltipster-arrow-border {
    border-left-color: #e2e3e4!important;
    left: -1px!important;
    top: -1px!important
}

@media (max-width: 780px) {
    .mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple h4 {
        word-break:break-all;
        font-size: 13px
    }
}

@media (max-width: 320px) {
    .mec-event-container-simple .mec-monthly-tooltip.event-single-link-simple h4 {
        font-size:10px
    }
}

.mec-calendar.mec-calendar-daily .mec-calendar-day-events .mec-event-article {
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

.mec-calendar.mec-calendar-daily .mec-calendar-a-month {
    text-align: center;
    background-color: #fff;
    border-bottom: 2px solid #f4f4f4;
    position: relative
}

.mec-calendar.mec-calendar-daily .mec-calendar-a-month h4 {
    color: #444;
    font-size: 18px;
    line-height: 1.2;
    padding: 15px 0 11px;
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-top {
    text-align: center;
    padding: 10px 0;
    position: relative;
    background-color: #fafafa
}

.mec-calendar.mec-calendar-daily .mec-next-month,.mec-calendar.mec-calendar-daily .mec-previous-month {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 50px;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.015);
    transition: all .33s ease;
    cursor: pointer
}

.mec-calendar.mec-calendar-daily .mec-next-month i,.mec-calendar.mec-calendar-daily .mec-previous-month i {
    font-size: 14px;
    cursor: pointer
}

.mec-calendar.mec-calendar-daily .mec-next-month:hover,.mec-calendar.mec-calendar-daily .mec-previous-month:hover {
    border-color: #d0d0d0;
    color: #444;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.075)
}

.mec-calendar.mec-calendar-daily .mec-previous-month {
    margin-left: -150px
}

.mec-calendar.mec-calendar-daily .mec-next-month {
    margin-left: 100px
}

.mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-next-month,.mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-previous-month {
    min-height: 28px;
    height: 28px;
    line-height: 28px;
    width: 28px;
    margin-top: -14px;
    border-radius: 3px
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-top h2,.mec-calendar.mec-calendar-daily .mec-calendar-d-top h3 {
    margin-top: 9px;
    color: #b9b9b9;
    font-size: 30px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 12px;
    line-height: 1
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-top h2 {
    font-size: 81px;
    color: #444;
    margin-bottom: 10px;
    line-height: 1.1
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table {
    overflow: hidden;
    background: #fff;
    min-height: 60px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 2px solid #f3f3f3;
    padding: 0 50px;
    position: relative
}

@media only screen and (min-width: 479px) {
    .mec-calendar.mec-calendar-daily .mec-calendar-d-table {
        padding:0 55px
    }
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table dl {
    width: 1310px;
    display: block
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl {
    display: none
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl.mec-weekly-view-week-active {
    display: flex
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table a,.mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt {
    display: block;
    background: #fff;
    width: 42px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day:hover,.mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt:hover {
    background: #fafafa;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.065) inset;
    cursor: pointer
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day {
    cursor: default;
    background: #fff;
    color: #c1c1c1;
    line-height: 59px;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-has-event {
    cursor: pointer;
    font-weight: 700;
    color: #4a4a4a
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-daily-view-day-active,.mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt.mec-table-d-current {
    font-size: 18px;
    font-weight: 700;
    background: #fafafa;
    color: #40d9f1
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-next,.mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-prev {
    float: none;
    font-size: 14px;
    width: 55px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}

.mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-next {
    left: auto;
    right: 0;
    border-left: 1px solid #e6e6e6;
    border-right: none
}

.mec-calendar.mec-calendar-daily .mec-today-container .mec-today-count {
    font-size: 12px;
    color: #888;
    text-align: center
}

@media only screen and (max-width: 479px) {
    .mec-calendar.mec-calendar-daily .mec-previous-month {
        margin-left:-130px
    }

    .mec-calendar.mec-calendar-daily .mec-next-month {
        margin-left: 80px
    }

    .mec-calendar.mec-calendar-daily .mec-calendar-a-month h4 {
        font-size: 14px;
        letter-spacing: 0
    }
}

.widget .mec-calendar.mec-calendar-daily .mec-calendar-a-month h4 {
    font-size: 14px;
    letter-spacing: 0
}

.widget .mec-calendar.mec-calendar-daily .mec-previous-month {
    margin-left: -130px
}

.widget .mec-calendar.mec-calendar-daily .mec-next-month {
    margin-left: 80px
}

.mec-util-hidden {
    display: none
}

.mec-daily-view-date-events,.mec-weekly-view-date-events {
    list-style: none;
    margin: 0
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table {
    padding: 0
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl {
    width: calc(100% - 1px)
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt {
    width: 100%;
    height: 70px;
    line-height: normal;
    cursor: default
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt:hover {
    background: #fff;
    cursor: default
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt:last-child {
    border-right: none
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin: 15px 0 6px
}

.mec-calendar.mec-calendar-weekly .mec-calendar-d-table a.mec-table-d-next,.mec-calendar.mec-calendar-weekly .mec-calendar-d-table a.mec-table-d-prev {
    display: none
}

ul.mec-weekly-view-dates-events,ul.mec-weekly-view-dates-events li {
    padding: 0;
    margin: 0;
    line-height: initial
}

.mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date {
    width: 64px;
    height: 64px;
    margin-right: 10px;
    font-size: 11px;
    text-transform: uppercase;
    float: left;
    text-align: center;
    padding-top: 2px
}

.mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date span {
    font-size: 40px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
    letter-spacing: 1px
}

.mec-calendar.mec-calendar-weekly .mec-calendar-a-month .mec-previous-month {
    margin-left: 0;
    left: 12px
}

.mec-calendar.mec-calendar-weekly .mec-calendar-a-month .mec-next-month {
    margin-left: 0;
    left: auto;
    right: 12px
}

@media only screen and (max-width: 479px) {
    .mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt span {
        font-size:9px;
        letter-spacing: 0
    }

    .mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date {
        width: 100%;
        height: 36px;
        margin-bottom: 12px;
        line-height: 1;
        font-size: 10px;
        margin-right: 5px;
        text-align: left
    }

    .mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date span {
        font-size: 18px;
        margin-bottom: 5px
    }
}

.widget .mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt span {
    font-size: 9px;
    letter-spacing: 0
}

.widget .mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date {
    width: 100%;
    height: 36px;
    margin-bottom: 12px;
    line-height: 1;
    font-size: 10px;
    margin-right: 5px;
    text-align: left
}

.widget .mec-calendar.mec-calendar-weekly .mec-event-list-weekly-date span {
    font-size: 18px;
    margin-bottom: 5px
}

.mec-week-events-container .mec-weekly-view-dates-events li.mec-no-event-found {
    list-style: none!important
}

li.mec-no-event-found .mec-event-title {
    text-align: center
}

.mec-widget .mec-calendar {
    max-width: 100%
}

.mec-widget .mec-calendar dl dt,.mec-wrap.mec-sm959.mec-widget .mec-calendar.mec-event-calendar-classic dl dt {
    height: 40px
}

.mec-widget .mec-calendar .mec-calendar-events-sec {
    padding: 10px
}

.mec-widget .mec-calendar .mec-calendar-header h2 {
    font-size: 13px;
    margin-top: 8px
}

.mec-widget .mec-calendar .mec-event-list-classic .mec-event-image {
    margin-right: 12px
}

.mec-widget .mec-calendar .mec-has-event:after {
    width: 4px;
    height: 4px
}

.mec-widget .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-table-side-title {
    font-size: 14px
}

.mec-widget .mec-calendar .mec-event-article .mec-event-image {
    margin-right: 11px
}

.mec-widget .mec-box-calendar.mec-calendar .mec-calendar-header {
    margin-bottom: 20px
}

.mec-widget .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,.mec-widget .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
    font-size: 0px;
    padding: 4px 0;
    text-align: center;
    min-width: 33px
}

.mec-widget .mec-event-calendar-classic .mec-calendar-side .mec-calendar-table {
    min-height: 200px
}

.mec-widget .mec-event-list-classic {
    margin-bottom: 8px;
    padding: 8px 0
}

.mec-widget .mec-event-list-classic .mec-event-article {
    margin-bottom: 0;
    padding: 10px 0;
    position: relative;
    min-height: 86px;
    padding-left: 80px
}

.mec-widget .mec-event-list-classic .mec-event-date {
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase
}

.mec-widget .mec-event-list-classic .mec-event-title {
    font-size: 13px
}

.mec-widget .mec-event-list-classic .mec-event-detail {
    font-size: 11px
}

.mec-widget .mec-event-list-classic .mec-event-image {
    width: 68px;
    position: absolute;
    left: 0
}

.mec-event-list-classic .mec-event-image img {
    width: 100%
}

.mec-widget .mec-event-list-classic .mec-event-detail {
    overflow: visible
}

.event-color {
    width: 14px;
    display: inline-block;
    height: 14px;
    margin-left: 5px;
    border-radius: 50%
}

.mec-map-lightbox-wp {
    width: 580px;
    padding: 15px 15px 0;
    background-color: #fff
}

.mec-map-view-event-detail.mec-event-detail {
    width: 580px;
    background-color: #e9e9e9;
    padding: 8px 15px
}

.mec-map-lightbox-wp.mec-event-list-classic .mec-event-article {
    padding: 0 0 15px;
    margin: 0
}

.mec-map-lightbox-wp.mec-event-list-classic .mec-event-image {
    width: 70px;
    margin-right: 15px
}

.mec-marker-infowindow-wp {
    padding: 10px
}

.mec-marker-infowindow-wp .mec-marker-infowindow-count {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
    border: 1px solid #40d9f1;
    border-radius: 50%;
    font-size: 32px;
    color: #40d9f1;
    float: left;
    margin-right: 11px
}

.mec-marker-infowindow-wp .mec-marker-infowindow-content {
    overflow: hidden;
    padding-top: 6px
}

.mec-marker-infowindow-wp .mec-marker-infowindow-content span {
    display: block;
    color: #222
}

.mec-marker-infowindow-wp .mec-marker-infowindow-content span:first-child {
    font-size: 15px;
    font-weight: 700
}

.mec-marker-wrap {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 15px 0 0 4px;
    border-radius: 50% 50% 50% 0;
    background: #00cae9;
    animation-name: mec-map-bounce;
    animation-fill-mode: both;
    animation-duration: 1s;
    border: 3px solid #fff;
    cursor: pointer
}

.mec-marker-wrap .mec-marker {
    margin-top: 5px;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    color: #fff;
    font-size: 17px
}

.mec-marker-wrap .mec-marker-pulse-wrap {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    margin-left: -11px;
    margin-top: 0
}

.mec-marker-wrap .mec-marker-pulse {
    display: inline-block;
    background: #c5c5c5;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    -webkit-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: -2
}

.mec-marker-wrap .mec-marker-pulse:after {
    content: '';
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    box-shadow: 0 0 1px 2px #00cae9;
    animation-delay: 1.1s
}

@keyframes pulsate {
    0% {
        transform: scale(.1,.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2,1.2);
        opacity: 0
    }
}

@keyframes mec-map-bounce {
    0% {
        opacity: 0;
        transform: translateY(-2000px) rotate(-45deg)
    }

    60% {
        opacity: 1;
        transform: translateY(30px) rotate(-45deg)
    }

    80% {
        transform: translateY(-10px) rotate(-45deg)
    }

    100% {
        transform: translateY(0) rotate(-45deg)
    }
}

.mec-skin-grid-container .mec-skin-map-container,.mec-skin-list-container .mec-skin-map-container {
    margin-bottom: 20px
}

.mec-single-event {
    margin-top: 10px
}

.mec-single-event .mec-events-meta-group-countdown {
    color: #c9c9c9;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.016)
}

.mec-events-meta-group-countdown .countdown-w {
    text-align: center;
    font-size: 36px;
    margin: 0 auto;
    padding: 40px 0 0;
    position: relative;
    display: table;
    table-layout: fixed
}

.mec-events-meta-group-countdown .countdown-w .icon-w {
    font-size: 24px
}

.mec-events-meta-group-countdown .countdown-w .label-w {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative
}

.mec-events-meta-group-countdown .countdown-w .block-w {
    display: table-cell;
    margin: 0 20px 10px;
    position: relative;
    height: 70px;
    width: 190px;
    font-size: 72px;
    transition: all .3s ease-in-out;
    line-height: 1.2
}

.mec-events-meta-group-countdown .countdown-w .block-w.done-w {
    border: 0 none
}

.mec-events-meta-group-countdown .countdown-w .block-w li {
    font-size: 50px
}

.mec-events-meta-group-countdown .countdown-w span {
    padding: 24px 0 20px
}

.mec-events-meta-group-countdown .countdown-w .div-d {
    display: none
}

.mec-events-meta-group-countdown .countdown-w .countdown-message {
    display: none
}

.mec-events-meta-group-countdown .countdown-w .block-w i {
    display: none
}

#countdown {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0
}

.mec-events-meta-group-countdown .mec-end-counts h3 {
    display: inherit;
    text-align: center;
    font-size: 16px;
    right: 50%
}

.mec-countdown-details .countdown-w .clockdiv li p {
    margin-top: 23px
}

@media (min-width: 481px) and (max-width:768px) {
    .mec-events-meta-group-countdown .countdown-w {
        padding:0
    }

    .mec-events-meta-group-countdown .countdown-w .label-w {
        font-size: 12px;
        letter-spacing: 0
    }

    .mec-events-meta-group-countdown .countdown-w span {
        font-size: 34px
    }
}

@media (min-width: 320px) and (max-width:480px) {
    .mec-events-meta-group-countdown .countdown-w .label-w {
        font-size:10px
    }

    .mec-events-meta-group-countdown .countdown-w span {
        font-size: 28px
    }

    .mec-countdown-details .countdown-w .clockdiv li p {
        margin-top: 16px
    }
}

@media (max-width: 320px) {
    .mec-events-meta-group-countdown .countdown-w .label-w {
        font-size:9px;
        letter-spacing: 0
    }

    .mec-events-meta-group-countdown .countdown-w span {
        font-size: 22px
    }
}

.info-msg,.mec-error,.mec-success,.warning-msg {
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
    font-size: 13px
}

.info-msg {
    color: #059;
    background-color: #bef
}

.mec-cart .mec-success,.mec-success {
    color: #0dbf52;
    background-color: #cef7ce
}

.warning-msg {
    color: #9f6000;
    background-color: #feefb3
}

.mec-error {
    color: #d8000c!important;
    background-color: #ffbaba
}

.mec-fes-form,.mec-fes-list {
    background: #f8feff;
    padding: 30px 3%;
    color: #798f96
}

.mec-fes-list .mec-fes-list-top-actions,.mec-fes-list ul {
    margin: 0 auto 15px;
    max-width: 960px;
    list-style: none;
    padding-left: 40px
}

.mec-fes-form-cntt .dashicons-editor-help {
    display: none
}

.mec-fes-list ul li * {
    text-decoration: none!important
}

.mec-fes-list ul li {
    padding: 20px 15px;
    border-radius: 3px;
    margin-bottom: 15px;
    border: 1px solid #cfeff5;
    box-shadow: 0 2px 6px -4px #cfeff5;
    background: #fff;
    line-height: normal
}

.mec-fes-list ul li a {
    box-shadow: none;
    color: #181818
}

.mec-fes-list ul li a:hover {
    color: #40d9f1
}

.mec-fes-list ul li .mec-event-title {
    font-size: 17px;
    font-weight: 600;
    width: calc(100% - 250px);
    display: inline-block
}

@media (max-width: 680px) {
    .mec-fes-list ul li .mec-event-title {
        width:100%;
        font-size: 13px;
        margin: 0 0 20px 0;
        display: block
    }

    .mec-fes-list ul li {
        padding: 10px 12px 40px
    }
}

@media (max-width: 480px) {
    .mec-fes-list .mec-fes-list-top-actions,.mec-fes-list ul {
        padding-left:0
    }
}

.mec-fes-form .mec-required {
    color: #ff3c3c
}

.mec-fes-list .mec-event-status {
    color: #fff!important;
    border-color: transparent!important
}

.mec-fes-form .mec-book-confirmed,.mec-fes-list .mec-book-confirmed {
    background: #50d477!important
}

.mec-fes-form .mec-book-pending,.mec-fes-list .mec-book-pending {
    background: #fcbe69!important
}

.mec-fes-form .mec-book-rejected,.mec-fes-list .mec-book-rejected {
    background: #fe686a!important
}

.mec-fes-form .mec-book-other,.mec-fes-list .mec-book-other {
    background: #40d9f1!important
}

.mec-fes-list ul li .mec-fes-event-remove,.mec-fes-list ul li .mec-fes-event-view {
    font-size: 11px;
    padding: 0;
    border: 0;
    background: #f7f8f9;
    float: right;
    margin-left: 5px;
    border-radius: 2px;
    transition: all .2s ease
}

.mec-fes-list ul li .mec-fes-event-export a,.mec-fes-list ul li .mec-fes-event-remove,.mec-fes-list ul li .mec-fes-event-view a {
    padding: 4px 8px;
    display: inline-block;
    border: 1px solid #e7e8e9;
    border-radius: 2px;
    color: #789;
    position: relative
}

@media (max-width: 600px) {
    .mec-fes-list ul li .mec-fes-event-export a,.mec-fes-list ul li .mec-fes-event-remove,.mec-fes-list ul li .mec-fes-event-view a {
        font-size:10px
    }
}

.mec-fes-list ul li .mec-fes-event-remove:hover {
    cursor: pointer;
    background: #f96f8a;
    border-color: #f96f8a;
    color: #fff
}

.mec-fes-list ul li .mec-fes-event-export a:hover,.mec-fes-list ul li .mec-fes-event-view a:hover {
    background: #40d9f1;
    color: #fff;
    border-color: #40d9f1
}

.mec-fes-form-top-actions a,.mec-fes-list-top-actions a,.single-mec-events .pmpro_content_message a,.single-mec-events .pmpro_content_message a:link {
    position: relative;
    border: none;
    border-radius: 3px;
    color: #fff!important;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    text-transform: none;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px!important;
    margin-right: 10px;
    line-height: 1;
    letter-spacing: 0;
    padding: 15px 22px;
    background: #39c36e;
    box-shadow: 0 1px 7px -3px #39c36e!important;
    -webkit-transition: all .21s ease;
    -moz-transition: all .21s ease;
    transition: all .21s ease;
    text-decoration: unset
}

.mec-fes-form-top-actions a:hover,.mec-fes-list-top-actions a:hover,.single-mec-events .pmpro_content_message a:hover,.single-mec-events .pmpro_content_message a:hover:link {
    background: #222;
    color: #fff
}

.mec-fes-list-top-actions a {
    font-weight: 600;
    text-transform: capitalize
}

.mec-fes-form-top-actions a:before {
    content: '';
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    margin-right: 5px;
    vertical-align: sub;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.mec-fes-form .mec-form-row,.mec-fes-list .mec-form-row {
    margin-bottom: 10px;
    clear: both
}

.mec-fes-form label {
    font-size: 13px;
    display: block;
    color: #798f96;
    font-weight: 400;
    padding: 0 0 4px 2px
}

.mec-fes-form input+label {
    padding-top: 8px;
    padding-left: 3px;
    margin: 0;
    display: inline-block;
    vertical-align: top
}

#wrap .mec-fes-form input+label {
    padding-top: 0
}

.mec-fes-form .post-status {
    float: right!important;
    margin: 0 5px;
    color: #fff;
    padding: 0 10px;
    border-radius: 12px;
    font-style: italic;
    font-size: 18px
}

.mec-fes-form #mec-event-data input[type=date],.mec-fes-form input[type=email],.mec-fes-form input[type=number],.mec-fes-form input[type=password],.mec-fes-form input[type=tel],.mec-fes-form input[type=text],.mec-fes-form input[type=url],.mec-fes-form select,.mec-fes-form textarea {
    min-width: inherit;
    width: auto;
    display: inline;
    min-height: 30px;
    font-size: 13px;
    padding: 10px;
    margin-bottom: 20px;
    clear: both;
    background: #fff;
    border: 1px solid #cfeff5;
    box-shadow: 0 2px 5px rgba(207,239,245,.38) inset;
    border-radius: 3px;
    height: 40px;
    max-width: 280px;
    color: #798f96;
    font-family: inherit
}

#mec_fes_form input[type=date]::-webkit-calendar-picker-indicator,.lity-content #mec_fes_form input[type=date]::-webkit-calendar-picker-indicator,.lity-content .mec-events-meta-group-booking input[type=date]::-webkit-calendar-picker-indicator,.mec-single-event .mec-events-meta-group-booking input[type=date]::-webkit-calendar-picker-indicator {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA0QjQ2N0QwQjQ4MzExRUE4RDdFREZDRTUxMUVERTM5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA0QjQ2N0QxQjQ4MzExRUE4RDdFREZDRTUxMUVERTM5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDRCNDY3Q0VCNDgzMTFFQThEN0VERkNFNTExRURFMzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDRCNDY3Q0ZCNDgzMTFFQThEN0VERkNFNTExRURFMzkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6WW71PAAAGIklEQVR42qRXS28bVRQ+586Mx3ZC1DSpVFojRU2CqMIGiSKxAVoUduzoDjYIlhU/Av4AYsdjRXfkD0Cjom6QqIqEqEhRo1aRkkZpkpY6j7GduQ++c2dsj1+BlInGztxvzj3nfudpPlM/otc2W2QjJmU0rZ0uUytUpBxNnN9p/FYhctF0+XUi2nPGkX7WJOfwxNRzqXxtbfI4eUvm7xY1o4iiI0d/vFiisL2BgTAz0yvbCRnLhP0uNEtqrgUseZRcwPPvJewaldSA8o48vo+Tj0U+CnrkOgZwvkEzEmGm1PF9fzK5Y3U/YlllsjRUv19zXl7571HyAjooc/kmYerpcmPO0Mfa0SyxEtji44ynOjPuayjecd7M46/MQOdGyIs9ThnzMLD0XRrwIdeetmoLm41fWiG95Ar792tydLLrOPkAlpW027hbG3+T37lf/5EtvYcXUuhfBjWp9wHRBO63c5lbEkQj2B92uaHy4l2EAQ66GFgbmiD4id/9q661ooAtf8rsvmUEilAHEqcgtJvvNq3YPTkJA8PksT9ZFxD8+4my9pvAOqOMxIMoJHfPZoJkJNiYat3duOac6hxt1N3GR8lnt0O623s+c2CVZEGaZ8Oks1mElvxu7hGYaQjpHLpH3q/YFQE7Oh5Y6gFTaHhAXlasxmoWpZO5L9Ow4DTv+UBZBAkWNO+CqhkbSOzaXWWyzY+n3WcACdVscnklz5CHYsmv1L/RyUJ/cs7zdT3Ey8pTgw/QgNNuS4XjNMvffwvBNmwDH+pdeZ3J+1qDdW15vS0iBhjZWzF9ge8HWl7zNLluYhP/9/jvFANXyL+ufF4jZvOCZsK8isp77+sixf10n7QQjJT39bBtjzdA5chtLG61n7kgk6UvDy29z4HL4c/ifkN0hYV+cA3Bc7stKAfossgSSF06+3HOu8QovE8eThDlv4pu1TbUOpqySDNUKMSDQRIo6QgVRHbFcID1mCITUGgNKLI9uBbcCC59xUi+DsiHBq0XOLb3utqOUYV+LglH9XJASRAsRNqt4xHVj59Exqw3AlrYi0PaiwNqBKoX12Y9iQSP/GkD4xZC0yt/GPFCvZzhUBoMtmPftRwMEEtpupy2auzadLraXtlNoXLhKQYLbjrWRx0cXNf24wxPSmWw5aZPNXSNOi5ytXqZpjTwSqs3PsJi0I61LG29EFG9GtyaeqgvxU17TrAkDjbvnq/eKcTYrbcemi5eHoI/OLgUt7r4n+cqd04llmZ3mjBSDQ4kYtERLLz4OKGt0xGKA9+RgiSGSRV7+UlCVvka72lEvHRx04vLGW2f/PzTBk3VtddRrGlhMXVaIdME5sLJ3ZQOTPQBNqj58uzcxsXtZEkqmQ7IB9ihLeA2x6FQqyG4cRuvbh8uNZSigzBCALhBBtrjkwjjQItQ+kPXWY6eBuEi/lmOlC8kvTh38ZLH3QC+y+GiIl4OqbeZ9RggQZgcVIXe1ep48jPkz/oGw7x1yoytIq1o59AH1Wp1rNHBSXA9tip87zYyvFzpx8dXLVTvqySvhUMNsN6+1ERrrNQVQs57H4K6cR35GrapffICb16RpO7glOHrrQyvjHXxQHB0/j1ugV0LpcFwAzS4n6hiZoIvEp2znwcSigfGJhxpMmseLc0dvFjcvRuLvdEdNyl2+0DOALwE863TM/jnJqhfQa6v4AfJzUNOZ/aVlhqIUpoO4PuU4XFsqFrSM866m9hxBXSvWPx/wHpGqA96Vfa5AH9HnMjYNI96dbkwaVzcCw/nAK+xHzp4Hp89eD04nENzX6v4cYrnrVWXXQF/Fh7MQfWasmogCNsmaT+qwD0g4gYsuYqnWlboeKMUumUr86LycxdwdRUb+zQTvAzcgL0jLXFkbkQUX5UKyFTE2bvZD0a5B8SAUu6dPf+7AInssja2VPSZRud2Ni/NKse5M2VQqkO4BxSzZLmV8Wwpa8S9OHsK3X6+Lc7F/JidOwvkc7z3FbIgzd7smy1c35TEg7NGrg6Ucs88UsCliOLHH1+Td8HYFl++W//QxfT9iSee/3lJWy5X6aMwtK3rTVWJUU4/g4GzdLLp73ku8cEDxNmXUZhc/0eAAQAVgX0RHvvILQAAAABJRU5ErkJggg==);
    background-position: center;
    background-size: cover;
    width: 10px;
    height: 12px;
    display: block
}

.mec-fes-form input {
    background: #fff!important;
    border-radius: 3px!important
}

.mec-fes-form textarea {
    height: 80px
}

.mec-fes-form input::-webkit-input-placeholder {
    color: #798f96
}

.mec-fes-form input::-moz-placeholder {
    color: #798f96
}

.mec-fes-form input:-ms-input-placeholder {
    color: #798f96
}

.mec-fes-form input:-moz-placeholder {
    color: #798f96
}

#mec-excerpt .mec-form-row .widefat {
    max-width: 100%
}

#mec_more_info_target {
    width: 100%
}

@media only screen and (min-width: 961px) {
    .mec-fes-form #mec-event-data input[type=date],.mec-fes-form #mec-event-data select,.mec-fes-form input[type=email],.mec-fes-form input[type=password],.mec-fes-form input[type=tel],.mec-fes-form input[type=text],.mec-fes-form input[type=url],.mec-fes-form textarea {
        width:100%;
        display: inline-block
    }
}

@media only screen and (max-width: 768px) {
    .mec-fes-form #mec-event-data input[type=date],.mec-fes-form #mec-event-data select,.mec-fes-form input[type=email],.mec-fes-form input[type=password],.mec-fes-form input[type=text],.mec-fes-form input[type=url],.mec-fes-form textarea {
        width:100%
    }
}

.mec-fes-form input[type=text]#mec_fes_title {
    padding: 5px 10px;
    min-height: 32px;
    height: 50px;
    background: #fff!important;
    max-width: 100%;
    font-size: 19px;
    font-weight: 400
}

.mec-fes-form input[type=checkbox],.mec-fes-form input[type=radio] {
    display: inline!important;
    float: left;
    margin: 5px 5px 0 0
}

.mec-fes-form input[type=email]:focus,.mec-fes-form input[type=number]:focus,.mec-fes-form input[type=password]:focus,.mec-fes-form input[type=tel]:focus,.mec-fes-form input[type=text]:focus,.mec-fes-form input[type=url]:focus,.mec-fes-form select:focus,.mec-fes-form textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    background: #fff;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    outline: 0
}

.mec-form-row .mec-color {
    cursor: pointer
}

.mec-form-row.mec-available-color-row span {
    margin: 10px;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 6px;
    border-radius: 20px 20px 20px 20px;
    vertical-align: middle
}

.mec-form-row.mec-available-color-row span:first-of-type {
    margin-left: 0
}

.mec-fes-form.mec-fes-form .mec-tooltip {
    display: inline
}

.mec-fes-form-cntt .dashicons-editor-help {
    display: block
}

.mec-fes-form .mec-tooltip:hover:after,.mec-fes-form .mec-tooltip:hover:before {
    display: none
}

.mec-fes-form.mec-fes-form .mec-tooltip {
    display: inline-flex;
    bottom: 7px
}

.mec-fes-form .mec-tooltip .box {
    min-width: 300px;
    max-width: 600px;
    display: inline-block;
    left: 26px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin-top: 8px;
    background-color: #535a61;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 1.3;
    position: absolute;
    z-index: 9999999;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0 4px 45px -8px #444b50;
    visibility: hidden;
    opacity: 0;
    transition: opacity .23s
}

#webnus-dashboard .mec-fes-form .mec-tooltip .box p,.mec-fes-form .mec-tooltip .box p {
    color: #fff!important;
    font-size: 14px;
    line-height: 1.3;
    margin: 0
}

.mec-fes-form .mec-tooltip:hover .box {
    visibility: visible;
    opacity: 1
}

.mec-fes-form .mec-tooltip:hover .box {
    padding: 20px;
    border-radius: 8px
}

.mec-fes-form .mec-tooltip .box h5 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin: -30px -20px;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 10px;
    background: #3a3f44;
    border-bottom: 1px solid #32363a;
    border-radius: 6px 6px 0 0;
    z-index: 9999
}

#webnus-dashboard .mec-fes-form .mec-tooltip .box p a,.mec-fes-form .mec-tooltip .box p a {
    color: #40d9f1;
    margin-top: 10px;
    margin-left: 0;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    display: block;
    width: max-content
}

.mec-fes-form .mec-tooltip .box a:hover {
    color: #f90
}

.mec-fes-form .mec-tooltip .box:after {
    display: block;
    position: absolute!important;
    top: 100%!important;
    right: 50%!important;
    margin-top: -6px!important;
    margin-right: -6px!important;
    width: 12px!important;
    height: 24px!important;
    overflow: hidden!important;
    transform: rotate(-90deg)!important
}

.mec-fes-form .mec-tooltip .box:before {
    display: block;
    content: ''!important;
    position: absolute!important;
    width: 12px;
    height: 12px;
    left: -10px!important;
    top: 50%!important;
    transform: translate(50%,-50%) rotate(-45deg)!important;
    background-color: #535a61!important;
    box-shadow: 0 8px 9px -4px #535a61!important;
    z-index: 0!important
}

.mec-fes-form .mec-tooltip .box.top {
    left: 50%;
    top: 0;
    transform: translate(-50%,-100%);
    margin-top: 0;
    margin-left: -10px
}

.mec-fes-form .mec-tooltip .box.top:after {
    top: 50%!important;
    right: 100%!important
}

.mec-fes-form .mec-tooltip .box.top:before {
    left: 50%!important;
    top: 100%!important
}

.mec-fes-form .mec-tooltip .box.bottom {
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translate(-50%,100%);
    margin-bottom: -20px;
    margin-left: -10px
}

.mec-fes-form .mec-tooltip .box.bottom:after {
    top: 0!important;
    right: 50%!important;
    background-color: #3a3f44!important
}

.mec-fes-form .mec-tooltip .box.bottom:before {
    left: 50%!important;
    top: -7px!important;
    transform: translateX(-50%);
    background-color: #3a3f44!important
}

.mec-fes-form .mec-tooltip .box.left {
    left: auto;
    right: 26px;
    top: 50%;
    transform: translateY(-50%)
}

.mec-fes-form .mec-tooltip .box.left:before {
    right: 0!important;
    left: auto!important;
    top: 50%!important
}

.mec-fes-form .mec-tooltip {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    cursor: help;
    bottom: 5px;
    left: 3px
}

.mec-fes-form .mec-tooltip:last-child {
    margin-right: 0
}

.mec-fes-form .mec-tooltip:hover:after {
    background: #313130;
    border-radius: 5px;
    bottom: 24px;
    color: #fff;
    content: attr(title);
    left: -75px;
    padding: 10px;
    position: absolute;
    z-index: 98;
    width: 240px
}

.mec-fes-form .mec-tooltip:hover:before {
    border: solid;
    border-color: #313130 transparent;
    border-width: 6px 6px 0;
    bottom: 18px;
    content: '';
    left: 30%;
    position: absolute;
    z-index: 99
}

.mec-fes-form .mec-tooltip .dashicons-before:before {
    font-size: 24px;
    color: #008aff;
    line-height: 37px
}

.mec-fes-form .mec-tooltip a:focus {
    box-shadow: none
}

.mec-form-row .bootstrap_unvalid {
    display: block;
    border: 2px solid red;
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #000
}

.mec-fes-form .mec-tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: red;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1
}

.mec-fes-form .mec-tooltip .content p a {
    display: none
}

@media only screen and (min-width: 961px) {
    .mec-fes-form .mec-fes-form-cntt,.mec-fes-form .mec-fes-form-sdbr {
        width:68%;
        float: left;
        padding-right: 20px
    }

    .mec-fes-form .mec-fes-form-sdbr {
        width: 32%;
        padding-right: 0;
        padding-left: 20px
    }

    .mec-fes-submit-mobile {
        display: none
    }
}

.mec-fes-form .mec-meta-box-fields {
    padding: 0 20px 20px;
    border: 1px solid #cfeff5;
    margin-bottom: 20px!important;
    box-shadow: 0 2px 6px -3px #cfeff5;
    border-radius: 3px;
    background: #fff
}

.mec-fes-form .mec-meta-box-fields h4,.mec-fes-form .mec-meta-box-fields h4 label {
    margin: 0 -20px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    color: #40d9f1;
    text-transform: capitalize;
    padding: 15px 20px;
    background: #ecfcff;
    margin-bottom: 20px
}

.mec-fes-form .mec-meta-box-fields h4 label {
    padding: 0;
    margin: 0
}

.mec-fes-sub-button {
    width: 100%
}

.mec-available-color-row span.color-selected {
    border: 3px solid #fff;
    box-sizing: content-box;
    box-shadow: 0 0 0 2px #40d9f1,0 2px 8px -1px #40d9f1
}

.mec-fes-loading:before {
    content: url(//erco.com.mx/wp-content/plugins/modern-events-calendar-lite/assets/img/ajax-loader.gif);
    background: 0 0;
    border-style: none;
    display: block;
    margin-left: 47%
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text] {
    width: 190px;
    margin-right: 1.4%
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].mec-col-1,.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].mec-col-2 {
    width: 120px;
    margin-right: 10px
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].widefat {
    width: 100%
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row {
    border-bottom: none;
    padding-bottom: 10px
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text].mec-col-6 {
    width: 39%
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row button {
    margin-right: 0;
    padding: 9px 26px
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row button.mec-add-hourly-schedule-button {
    font-size: 12px;
    height: 30px;
    line-height: 25px
}

.mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row .description {
    display: inline-block;
    border-left: 1px dashed #bfcacc;
    margin-left: 12px;
    line-height: 28px;
    padding-left: 12px;
    margin-top: 5px;
    font-style: italic
}

@media only screen and (max-width: 768px) {
    .mec-fes-form #mec_meta_box_hourly_schedule_days .mec-form-row input[type=text] {
        width:100%!important
    }
}

#mec_fes_form_message {
    max-width: 838px;
    margin: 10px auto;
    display: block!important;
    text-align: center
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip {
    position: relative
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list strong,.post-type-mec-books .attendees strong {
    line-height: 26px;
    padding-left: 26px
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip:before {
    position: absolute;
    content: '\e001';
    font-family: simple-line-icons;
    margin: 12px 0;
    top: -30px;
    left: 0;
    font-size: 18px;
    line-height: 12px;
    color: #40d9f1;
    padding: 0 60px 5px 0
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip ul {
    position: absolute;
    min-width: 300px;
    max-width: 600px;
    display: inline-block;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #535a61;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 1.3;
    z-index: 9999999;
    box-sizing: border-box;
    box-shadow: 0 4px 45px -8px #444b50;
    visibility: hidden;
    opacity: 0;
    transition: opacity .23s;
    padding: 23px 20px 20px 20px;
    border-radius: 8px;
    margin-top: -13px
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip ul:before {
    display: block;
    content: ''!important;
    position: absolute!important;
    width: 12px;
    height: 12px;
    left: -10px!important;
    top: 50%!important;
    transform: translate(50%,-50%) rotate(-45deg)!important;
    background-color: #535a61!important;
    box-shadow: 0 8px 9px -4px #535a61!important;
    z-index: 0!important
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip:hover ul {
    visibility: visible;
    opacity: 1
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip ul li {
    list-style: none
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip ul a {
    color: #40d9f1;
    margin-bottom: 14px;
    margin-left: 0;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .5px;
    position: relative;
    text-decoration: none;
    display: block;
    width: max-content
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .mec-booking-attendees-tooltip ul li:last-child a {
    margin-bottom: 0
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list {
    margin: 0
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix:first-child {
    background: #fff;
    border-bottom: 1px solid #cfeff5
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix:first-child div span {
    line-height: 1;
    font-weight: 600;
    font-size: 13px
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix {
    display: flex;
    background: #f8feff;
    padding: 10px;
    text-align: left
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix .w-col-xs-3 {
    width: 25%;
    word-wrap: break-word
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix .w-col-xs-3:first-child {
    width: 45%
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix .w-col-xs-3:nth-child(2) {
    width: 15%
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix .w-col-xs-3:nth-child(3) {
    width: 25%
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix .w-col-xs-3:nth-child(4) {
    width: 20%
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix:not(:first-child) .w-col-xs-3 {
    font-size: 13px;
    display: block;
    color: #798f96;
    font-weight: 400;
    padding: 0
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix .w-col-xs-3 a {
    text-decoration: unset
}

.mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix:nth-child(odd) {
    background: #fff
}

.mec-wrap .mec-totalcal-box {
    position: relative;
    border: 1px solid #efefef;
    padding: 20px 5px;
    margin: 0 0 20px;
    background: #fafafa;
    overflow: hidden;
    box-shadow: 0 3px 2px 0 rgba(0,0,0,.012);
    min-height: 78px
}

.mec-wrap .mec-totalcal-box i {
    float: left;
    margin: 0;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #efefef;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    color: #888
}

.mec-checkboxes-search .mec-searchbar-category-wrap,.mec-wrap .mec-totalcal-box .mec-totalcal-view span,.mec-wrap .mec-totalcal-box input,.mec-wrap .mec-totalcal-box select {
    width: auto;
    min-height: 36px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    font-size: 13px;
    color: #777;
    border: 1px solid #efefef;
    margin: 0 0 0 -1px;
    float: left;
    padding: 0 5px
}

.mec-there-labels .mec-totalcal-view {
    margin-top: 28px
}

.mec-wrap .mec-totalcal-box input[type=submit] {
    cursor: pointer;
    padding: 0 16px;
    text-transform: uppercase;
    font-size: 11px;
    transition: all .21s ease
}

.mec-wrap .mec-totalcal-box input[type=submit]:hover {
    background: #222;
    color: #fff
}

.mec-wrap .mec-totalcal-box .mec-totalcal-view span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0 12px;
    cursor: pointer
}

.mec-wrap .mec-totalcal-box .mec-totalcal-view span:hover {
    color: #40d9f1
}

.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected {
    color: #fff;
    background: #40d9f1;
    border-color: #40d9f1
}

.mec-wrap .mec-totalcal-box .mec-totalcal-view {
    text-align: right;
    float: right
}

.mec-wrap .mec-totalcal-box input[type=search] {
    width: calc(100% - 36px)
}

.mec-there-reset-button .mec-totalcal-box {
    padding-bottom: 48px
}

.mec-wrap .mec-totalcal-box .mec-search-reset-button .mec-button {
    position: absolute!important;
    margin: 0!important;
    bottom: 0!important;
    right: 0!important;
    padding: 9px 25px!important;
    border-radius: 2px 0 0 0!important;
    background: #fff!important;
    color: #767676!important;
    border-top: 1px solid!important;
    border-left: 1px solid!important;
    border-color: #e8e8e8!important;
    overflow: hidden!important
}

.mec-wrap .mec-totalcal-box .mec-search-reset-button .mec-button:hover {
    background: #000!important;
    color: #fff!important;
    border-color: #000!important
}

.mec-full-calendar-wrap .mec-search-form .col-md-7 {
    padding: 0
}

.mec-wrap .mec-date-search .mec-col-3,.mec-wrap .mec-minmax-event-cost .mec-minmax-price {
    width: calc(50% - 17px)
}

.mec-wrap .mec-text-address-search.with-mec-cost {
    width: calc(100% - 356px)
}

.mec-wrap .mec-minmax-event-cost {
    display: block;
    float: left;
    width: 50%;
    margin-left: 10px
}

.mec-wrap .mec-minmax-event-cost.with-mec-address {
    display: block;
    width: 336px;
    max-width: 50%;
    float: right;
    margin-left: 0;
    margin-right: 10px
}

.mec-wrap .mec-checkboxes-search {
    margin-left: 10px;
    margin-right: 10px;
    display: table-caption
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap {
    width: calc(100% - 36px)!important;
    max-width: calc(100% - 36px)!important;
    padding: 0;
    position: relative;
    line-height: inherit;
    height: auto
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap select {
    line-height: 20px
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container.select2-container--default {
    width: calc(100% - 36px)!important
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap input[type=search] {
    width: calc(100% - 36px)!important;
    min-height: 30px;
    margin: 0
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container .select2-selection--multiple ul,.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container.select2-container--default {
    height: auto;
    overflow: unset
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container .select2-selection--multiple ul {
    display: block
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container .select2-selection--multiple {
    border: unset;
    width: 100%;
    height: 0!important;
    border-radius: 0
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container .select2-selection--multiple ul li {
    line-height: 12px!important;
    max-height: 20px!important;
    width: auto;
    margin-right: 5px;
    margin-top: 5px
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container .select2-selection--multiple .select2-selection__choice {
    letter-spacing: 0;
    color: #777;
    text-transform: capitalize;
    padding: 4px 6px;
    background-color: #efefef;
    border-radius: 2px;
    border: 0;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 11px;
    text-transform: uppercase
}

.mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #777
}

@media only screen and (min-width: 961px) and (max-width:1200px) {
    .mec-wrap .mec-totalcal-box {
        padding:37px 5px
    }
}

@media only screen and (max-width: 960px) {
    .mec-wrap .mec-totalcal-box .col-md-3,.mec-wrap .mec-totalcal-box .col-md-4,.mec-wrap .mec-totalcal-box .col-md-5 {
        width:100%;
        float: none;
        clear: both;
        overflow: hidden
    }

    .mec-full-calendar-wrap .mec-search-form .col-md-3,.mec-full-calendar-wrap .mec-search-form .col-md-4,.mec-full-calendar-wrap .mec-search-form .col-md-5 {
        display: block;
        max-width: 100%;
        padding: 0;
        margin: 0 0 10px 0
    }

    .mec-full-calendar-wrap .mec-search-form .col-md-3 {
        padding-bottom: 10px!important
    }

    .mec-wrap .mec-search-form .mec-date-search select {
        width: calc(100% - 106px)
    }

    .mec-wrap .mec-search-form .mec-date-search select:last-child {
        width: 70px
    }

    .mec-wrap .mec-totalcal-box .mec-totalcal-view {
        float: none
    }

    .mec-wrap .mec-checkboxes-search .mec-searchbar-category-wrap .select2-container .select2-selection--multiple .select2-selection__choice {
        display: block;
        max-width: 100%;
        white-space: break-spaces;
        max-height: unset!important;
        height: auto!important
    }
}

@media only screen and (min-width: 768px) and (max-width:960px) {
    .mec-wrap .mec-totalcal-box .col-md-4 {
        position:relative;
        width: initial
    }

    .mec-wrap .mec-totalcal-box .col-md-5 {
        padding-bottom: 0
    }

    .mec-full-calendar-wrap .mec-search-form .col-md-5 {
        margin-top: 20px
    }

    .mec-wrap .mec-totalcal-box {
        padding: 37px 5px
    }
}

@media only screen and (max-width: 767px) {
    .mec-wrap .mec-totalcal-box .mec-totalcal-view {
        float:none
    }

    .mec-wrap .mec-totalcal-box .col-md-4 {
        padding-bottom: 0
    }

    .mec-wrap .mec-minmax-event-cost.with-mec-address,.mec-wrap .mec-text-address-search.with-mec-cost {
        width: 100%;
        float: left
    }

    .mec-wrap .mec-minmax-event-cost.with-mec-address {
        max-width: calc(100% - 20px);
        margin: 0 10px 20px 10px
    }

    .mec-wrap .mec-minmax-event-cost .mec-minmax-price {
        width: calc(50% - 17px)
    }
}

@media only screen and (max-width: 479px) {
    .mec-wrap .mec-totalcal-box .mec-totalcal-view span {
        padding:0 8px;
        font-size: 10px
    }

    .mec-wrap .mec-totalcal-box input[type=submit] {
        padding: 0 10px;
        font-size: 10px
    }
}

@media only screen and (min-width: 961px) {
    .mec-wrap .mec-wrap.mec-sm959 .mec-totalcal-box .col-md-5,.mec-wrap.mec-sm959 .mec-totalcal-box .col-md-3 {
        padding-bottom:20px;
        clear: both;
        overflow: hidden
    }

    .mec-wrap.mec-sm959 .mec-totalcal-box .col-md-5 {
        right: 10px;
        width: initial
    }

    .mec-wrap.mec-sm959 .mec-totalcal-box .col-md-4 {
        padding-bottom: 0;
        width: 100%
    }
}

@media (min-width: 961px) and (max-width:1200px) {
    .mec-full-calendar-wrap .mec-totalcal-box {
        padding:15px 10px
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-2 {
        width: 50%
    }

    .mec-wrap .mec-totalcal-box .mec-totalcal-view span {
        padding: 0 10px
    }

    .mec-search-form .mec-date-search,.mec-search-form .mec-dropdown-search,.mec-search-form .mec-text-address-search,.mec-search-form .mec-text-input-search {
        padding: 0 4px
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-2,.mec-full-calendar-wrap .mec-totalcal-box .col-md-3,.mec-full-calendar-wrap .mec-totalcal-box .col-md-4,.mec-full-calendar-wrap .mec-totalcal-box .col-md-5 {
        padding-bottom: 20px
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-2 select {
        min-width: calc(100% - 36px)
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-3 select {
        min-width: calc(30% - 10px)
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-3:last-child select {
        min-width: calc(50% - 19px)
    }

    .mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span {
        font-size: 9px;
        text-align: center
    }
}

@media only screen and (max-width: 1200px) {
    .post-type-archive-mec-events .mec-totalcal-box .col-md-3,.post-type-archive-mec-events .mec-totalcal-box .col-md-4 {
        width:100%;
        padding: 0
    }

    .post-type-archive-mec-events .mec-totalcal-box select:last-child {
        min-width: auto
    }

    .post-type-archive-mec-events .mec-totalcal-box .col-md-5 {
        position: relative;
        float: right;
        max-width: 100%;
        left: 0;
        top: 20px;
        width: 100%!important;
        display: block;
        clear: both
    }

    .post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view {
        max-width: 100%;
        width: 100%
    }

    .post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view span {
        width: 20.1%;
        font-size: 10px
    }
}

@media only screen and (max-width: 960px) {
    .post-type-archive-mec-events .mec-totalcal-box .col-md-5 {
        top:10px
    }
}

@media only screen and (max-width: 760px) {
    .post-type-archive-mec-events .mec-totalcal-box .col-md-5 {
        top:0!important
    }
}

@media only screen and (max-width: 480px) {
    .post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view span {
        font-size:8px
    }
}

@media (min-width: 1201px) and (max-width:1280px) {
    .mec-full-calendar-wrap .mec-totalcal-view span {
        font-size:9px;
        padding: 0 10px
    }
}

@media (min-width: 761px) and (max-width:1200px) {
    .mec-full-calendar-wrap .mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
        width:33.3333%;
        display: block;
        float: left
    }

    .mec-full-calendar-wrap .mec-search-form .col-md-4 .mec-text-input-search {
        padding: 0;
        margin-bottom: 20px
    }

    .mec-full-calendar-wrap .mec-search-form .col-md-3 {
        width: 100%
    }

    .mec-full-calendar-wrap .mec-search-form .mec-date-search select:last-child {
        min-width: 70px;
        width: 70px
    }

    .mec-full-calendar-wrap .mec-search-form .col-md-5 {
        float: right;
        padding: 0 0 10px 0
    }

    .mec-full-calendar-wrap .mec-totalcal-view span {
        font-size: 11px
    }
}

@media (max-width: 760px) {
    .mec-full-calendar-wrap .mec-search-form .col-md-3 {
        width:100%
    }

    .mec-full-calendar-wrap .mec-search-form .mec-date-search select:last-child {
        min-width: 70px;
        width: 70px
    }

    .mec-full-calendar-wrap .mec-search-form .col-md-5 {
        float: right;
        padding: 0 0 10px 0
    }

    .mec-full-calendar-wrap .mec-totalcal-view span {
        font-size: 11px
    }
}

@media (max-width: 960px) {
    .mec-full-calendar-wrap .mec-totalcal-box {
        padding:20px 20px
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-2 {
        width: 50%
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-2,.mec-full-calendar-wrap .mec-totalcal-box .col-md-3,.mec-full-calendar-wrap .mec-totalcal-box .col-md-4 {
        padding-bottom: 10px
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-2 select {
        min-width: calc(100% - 36px);
        margin-bottom: 10px
    }

    .mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view {
        margin-left: 10px
    }

    .mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span {
        font-size: 10px;
        text-align: center
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-2 {
        width: 100%
    }

    .mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span {
        min-width: 14.3%;
        text-align: center;
        font-size: 10px;
        margin-right: -1px
    }
}

@media (max-width: 780px) {
    .mec-full-calendar-wrap .mec-totalcal-box .col-md-3 select {
        width:calc(50% - 18px)!important
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-4 {
        position: unset;
        padding-right: 0
    }

    .mec-full-calendar-wrap .mec-search-form .col-md-3,.mec-full-calendar-wrap .mec-search-form .col-md-4,.mec-full-calendar-wrap .mec-search-form .col-md-5 {
        margin: 0;
        padding: 0
    }

    .mec-wrap .mec-totalcal-box .mec-totalcal-view span {
        padding: 0 7px;
        margin-top: 20px
    }
}

@media (max-width: 480px) {
    .mec-full-calendar-wrap .mec-totalcal-box {
        padding:15px 10px
    }

    .mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span {
        min-width: 13.5%;
        text-align: center;
        font-size: 11px
    }
}

@media (max-width: 411px) {
    .mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span {
        min-width:12%;
        font-size: 10px
    }
}

@media (max-width: 320px) {
    .mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span {
        min-width:22.5%;
        font-size: 11px
    }
}

.mec-totalcalview-selected:hover {
    color: #fff!important
}

.mec-search-form {
    padding: 20px 10px
}

.mec-search-form .mec-dropdown-wrap {
    display: table;
    width: 100%
}

.mec-search-form .mec-date-input-search,.mec-search-form .mec-date-search,.mec-search-form .mec-dropdown-search,.mec-search-form .mec-text-input-search,.mec-search-form .mec-time-input-search {
    padding: 0 10px;
    float: left
}

.mec-search-form .mec-date-search,.mec-search-form .mec-time-picker-search,.mec-search-form .mec-totalcal-view {
    padding: 0 10px
}

.mec-search-form .mec-text-input-search {
    width: 100%
}

.mec-search-form .mec-full-calendar-search-ends .mec-text-input-search {
    width: 50%
}

.mec-search-form .mec-date-search,.mec-search-form .mec-time-picker-search {
    width: 50%;
    float: left
}

.mec-search-form .mec-date-search.with-mec-time-picker,.mec-search-form .mec-time-picker-search.with-mec-date-search {
    width: 25%;
    float: left
}

.mec-search-form .mec-tab-loader.col-md-6 .mec-totalcal-view {
    padding: 0
}

.mec-wrap .mec-search-form .with-mec-date-search .mec-timepicker-end,.mec-wrap .mec-search-form .with-mec-date-search .mec-timepicker-start {
    width: calc(50% - 17px)
}

.mec-search-form .mec-full-calendar-search-ends .mec-text-input-search.col-md-12,.mec-search-form .mec-minmax-event-cost,.mec-search-form .mec-text-address-search {
    min-height: 55px
}

.mec-search-form .mec-full-calendar-search-ends .mec-text-input-search.col-md-12,.mec-widget .mec-search-form .mec-date-search,.mec-widget .mec-search-form .mec-text-input-search {
    width: 100%
}

.mec-search-form .mec-full-calendar-search-ends .mec-text-input-search.col-md-12 {
    padding: 0 10px
}

.mec-there-labels .mec-search-form .mec-full-calendar-search-ends .mec-text-input-search.col-md-12 {
    margin-top: 20px
}

.mec-search-form .mec-minmax-event-cost,.mec-search-form .mec-text-address-search,.mec-widget .mec-search-form .mec-text-input-search {
    margin-top: 10px
}

.mec-search-form .mec-date-search {
    clear: left
}

.mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
    display: table-cell;
    float: none
}

.mec-widget .mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
    display: block
}

.mec-checkboxes-search .mec-searchbar-category-wrap,.mec-wrap .mec-search-form .mec-dropdown-wrap .mec-dropdown-search select {
    width: calc(100% - 36px);
    margin-bottom: 10px
}

.mec-wrap .mec-search-form .mec-minmax-price input,.mec-wrap .mec-search-form .mec-text-address-search input,.mec-wrap .mec-search-form .mec-text-input-search input {
    margin-bottom: 10px
}

.mec-wrap .mec-totalcal-box label {
    display: block;
    line-height: 1.8;
    margin-bottom: 4px;
    font-size: 13px;
    color: #9a9a9a
}

.mec-wrap .mec-search-form .mec-date-search select {
    width: calc(100% - 106px)
}

.mec-wrap .mec-search-form .mec-date-search select:last-child {
    width: 70px
}

@media only screen and (max-width: 781px) {
    .mec-search-form .mec-date-search,.mec-search-form .mec-dropdown-search,.mec-search-form .mec-text-input-search {
        width:100%;
        float: none
    }

    .mec-search-form .mec-date-search {
        min-height: 55px
    }

    .mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
        display: block;
        width: 50%;
        float: left
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-3 {
        margin-bottom: 0;
        padding-bottom: 0!important
    }
}

@media only screen and (max-width: 479px) {
    .mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
        display:block;
        width: 100%;
        float: none
    }
}

@media only screen and (min-width: 961px) and (max-width:1200px) {
    .post-type-archive-mec-events .mec-totalcal-box .col-md-3,.post-type-archive-mec-events .mec-totalcal-box .col-md-4,.post-type-archive-mec-events .mec-totalcal-box .col-md-5 {
        max-width:100%;
        width: 100%
    }

    .post-type-archive-mec-events .mec-totalcal-box .col-md-4 {
        padding: 0 10px
    }

    .post-type-archive-mec-events .mec-totalcal-box .col-md-4 .mec-text-input-search {
        margin: 0
    }

    .post-type-archive-mec-events .mec-totalcal-box .col-md-5 {
        margin-bottom: 20px;
        padding: 0 10px 10px 10px
    }
}

@media only screen and (max-width: 960px) {
    .mec-full-calendar-wrap .mec-totalcal-box .col-md-4,.post-type-archive-mec-events .mec-totalcal-box .col-md-4 {
        padding:0 10px
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-4 {
        margin-bottom: 0
    }

    .post-type-archive-mec-events .mec-totalcal-box .col-md-4 .mec-text-input-search {
        margin: 0
    }

    .post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view {
        padding-right: 15px
    }

    .mec-full-calendar-wrap .mec-search-form .col-md-5 {
        margin-bottom: 0
    }

    .post-type-archive-mec-events .mec-totalcal-box .col-md-5 {
        padding: 0
    }
}

@media only screen and (max-width: 780px) {
    .post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view span {
        margin-top:10px;
        margin-bottom: 10px
    }

    .mec-wrap .mec-totalcal-box .mec-totalcal-view span {
        margin-top: 0
    }
}

@media only screen and (max-width: 760px) {
    .post-type-archive-mec-events .mec-totalcal-box .mec-totalcal-view span {
        margin-top:20px;
        margin-bottom: 0
    }

    .mec-wrap .mec-totalcal-box .mec-totalcal-view span {
        margin-top: 20px
    }

    .mec-full-calendar-wrap .mec-totalcal-box .col-md-4,.post-type-archive-mec-events .mec-totalcal-box .col-md-4 {
        padding: 0
    }
}

@media only screen and (max-width: 1200px) {
    .post-type-archive-mec-events .mec-full-calendar-wrap .mec-totalcal-view span {
        width:14.333%;
        font-size: 8px
    }
}

@media only screen and (min-width: 320px) and (max-width:960px) {
    .post-type-archive-mec-events .mec-search-form .col-md-5 span {
        width:20%!important
    }
}

.mec-search-form .mec-text-address-search {
    float: left;
    width: 100%;
    padding: 0 10px
}

@media (max-width: 960px) {
    .mec-search-form .mec-dropdown-search {
        margin-bottom:10px
    }

    .mec-wrap .mec-minmax-event-cost.with-mec-address,.mec-wrap .mec-text-address-search.with-mec-cost {
        margin-top: 0
    }

    .mec-search-form .mec-date-search.with-mec-time-picker,.mec-search-form .mec-time-picker-search.with-mec-date-search {
        width: 50%;
        margin-bottom: 20px
    }

    .mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view {
        margin: 0
    }

    .mec-full-calendar-wrap .mec-tab-loader {
        width: 100%;
        display: block;
        float: unset;
        padding: 0 0 0 10px
    }
}

@media (max-width: 780px) {
    .mec-full-calendar-wrap .mec-totalcal-box {
        padding:10px
    }

    .mec-search-form .mec-date-search.with-mec-time-picker,.mec-search-form .mec-time-picker-search.with-mec-date-search {
        margin: 20px 0;
        height: auto
    }

    .mec-search-form .mec-date-search {
        min-height: unset
    }
}

@media (max-width: 480px) {
    .mec-search-form .mec-date-search.with-mec-time-picker,.mec-search-form .mec-time-picker-search.with-mec-date-search {
        width:100%
    }

    .mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span {
        min-width: 12%;
        text-align: center;
        font-size: 9px
    }

    .mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span,.mec-search-form .mec-date-search.with-mec-time-picker,.mec-search-form .mec-full-calendar-search-ends .mec-text-input-search,.mec-search-form .mec-minmax-event-cost,.mec-search-form .mec-text-address-search,.mec-search-form .mec-time-picker-search.with-mec-date-search,.mec-wrap .mec-minmax-event-cost.with-mec-address {
        margin-bottom: 0;
        margin-top: 10px;
        min-height: auto
    }

    .mec-wrap .mec-minmax-event-cost.with-mec-address {
        margin-bottom: 10px
    }

    .mec-wrap.mec-widget .mec-minmax-event-cost.with-mec-address,.mec-wrap.mec-widget .mec-search-form .mec-time-picker-search.with-mec-date-search,.mec-wrap.mec-widget .mec-text-address-search.with-mec-cost {
        display: block!important;
        width: 100%!important;
        max-width: 100%!important
    }

    .mec-wrap.mec-widget .mec-minmax-event-cost.with-mec-address {
        float: left!important;
        max-width: calc(100% - 20px)!important;
        margin: 0 0 0 10px!important
    }

    .mec-wrap.mec-widget .mec-search-form .mec-time-picker-search.with-mec-date-search {
        margin-top: 20px!important
    }

    .mec-wrap.mec-widget .mec-search-form .mec-text-input-search {
        padding: 10px!important
    }
}

.ui-datepicker {
    background-color: #fff;
    border: 1px solid #66afe9;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(102,175,233,.6);
    display: none;
    margin-top: 4px;
    padding: 10px;
    width: 240px
}

.ui-datepicker a,.ui-datepicker a:hover {
    text-decoration: none;
    cursor: pointer
}

.ui-datepicker a:hover,.ui-datepicker td:hover a {
    color: #2c6396;
    -webkit-transition: color .1s ease-in-out;
    -moz-transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out
}

.ui-datepicker .ui-datepicker-header {
    margin-bottom: 4px;
    text-align: center
}

.ui-datepicker .ui-datepicker-title {
    font-weight: 700
}

.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev {
    cursor: default;
    font-family: dashicons;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    height: 20px;
    line-height: 1.4;
    margin-top: 2px;
    width: 20px
}

.ui-datepicker .ui-datepicker-prev {
    float: left;
    text-align: left
}

.ui-datepicker .ui-datepicker-next {
    float: right;
    text-align: center
}

.ui-datepicker .ui-datepicker-prev:before {
    content: '\f341'
}

.ui-datepicker .ui-datepicker-next:before {
    content: '\f345'
}

.ui-datepicker .ui-icon {
    display: none
}

.ui-datepicker .ui-datepicker-calendar {
    table-layout: fixed;
    width: 100%
}

.ui-datepicker .ui-datepicker-calendar td,.ui-datepicker .ui-datepicker-calendar th {
    text-align: center;
    padding: 4px 0
}

.ui-datepicker .ui-datepicker-calendar td {
    border-radius: 4px;
    -webkit-transition: background-color .1s ease-in-out,color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out,color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out,color .1s ease-in-out;
    transition: background-color .1s ease-in-out,color .1s ease-in-out
}

.ui-datepicker .ui-datepicker-calendar td:hover {
    background-color: #eee;
    cursor: pointer
}

.ui-datepicker .ui-datepicker-calendar td a {
    text-decoration: none
}

.ui-datepicker .ui-datepicker-current-day {
    background-color: #4289cc
}

.ui-datepicker .ui-datepicker-current-day a {
    color: #fff
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
    background-color: #fff;
    cursor: default
}

.mec-owl-theme .owl-dots .owl-dot {
    border: none
}

.event-carousel-type1-head .mec-event-image {
    position: relative;
    min-height: 150px;
    overflow: hidden
}

.event-carousel-type1-head .mec-event-image img {
    width: 100%
}

.mec-event-carousel-content .mec-event-carousel-title a {
    transition: all .2s ease
}

.event-carousel-type1-head .mec-event-date-carousel {
    position: absolute;
    top: 25px;
    left: 1px;
    font-size: 41px;
    width: 160px;
    color: #fff;
    font-weight: 500;
    background-color: #40d9f1;
    padding-left: 14px;
    height: 97px;
    line-height: 2.3;
    padding-right: 85px
}

.event-carousel-type1-head .mec-event-date-carousel:after {
    content: '';
    position: absolute;
    display: inline-block;
    z-index: -1;
    bottom: -13px;
    left: 5px;
    width: 0;
    border-width: 13px;
    border-style: solid;
    border-color: transparent transparent #40d9f1 transparent;
    transform: rotate(45deg)
}

.event-carousel-type1-head .mec-event-date-info {
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    top: 27px;
    left: 75px
}

.event-carousel-type1-head .mec-event-date-info-year {
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    top: 45px;
    left: 75px
}

.mec-event-carousel-content {
    border: 1px solid #e8e8e8;
    border-top: none;
    margin-top: -5px;
    padding: 34px 9px 11px 37px
}

.mec-event-carousel-content .mec-event-carousel-title a {
    font-size: 23px;
    font-weight: 500;
    color: #000;
    letter-spacing: -1px
}

.mec-event-carousel-content p {
    font-size: 14px;
    color: #7a7272;
    font-weight: 300
}

.mec-owl-crousel-skin-type1 .owl-item .mec-event-article {
    padding: 0 19px
}

.mec-event-carousel-type1 .owl-page.active span {
    background-color: #00aeef;
    height: 14px;
    width: 14px
}

.mec-event-carousel-type1 .mec-event-carousel-content {
    margin-bottom: 15px;
    box-shadow: 0 1px 2px rgba(0,0,0,.04);
    transition: all .27s ease
}

.mec-event-carousel-type1 .mec-event-carousel-content:hover {
    box-shadow: 0 0 35px rgba(0,0,0,.07)
}

.mec-skin-carousel-container .mec-multiple-event .mec-event-date-carousel {
    width: 255px
}

.mec-skin-carousel-container .mec-multiple-event .event-carousel-type1-head .mec-event-date-info,.mec-skin-carousel-container .mec-multiple-event .event-carousel-type1-head .mec-event-date-info-year {
    left: 175px
}

.mec-skin-carousel-container .mec-time-details,.mec-skin-carousel-container .mec-time-details span {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0;
    color: #000;
    border-radius: 2px;
    white-space: nowrap
}

.mec-event-carousel-type4 .mec-time-details,.mec-event-carousel-type4 .mec-time-details span {
    color: #fff
}

.mec-skin-carousel-container .mec-time-details span {
    margin: 0;
    display: inline-block
}

@media only screen and (min-width: 768px) and (max-width:1000px),(min-width:270px) and (max-width:448px) {
    .event-carousel-type1-head .mec-event-date-carousel {
        font-size:25px;
        line-height: 2.5;
        padding-right: 70px;
        height: 64px;
        width: 120px
    }

    .event-carousel-type1-head .mec-event-date-carousel:after {
        left: 7px
    }

    .event-carousel-type1-head .mec-event-date-info {
        font-size: 10px;
        top: 13px;
        left: 55px
    }

    .event-carousel-type1-head .mec-event-date-info-year {
        font-size: 10px;
        top: 25px;
        left: 55px
    }

    .event-carousel-type1-head .mec-event-date-carousel:after {
        top: 48px
    }
}

.event-carousel-type2-head {
    background: #fff;
    border: 1px solid #e6e6e6
}

.event-carousel-type2-head .mec-event-carousel-content-type2 {
    margin-top: 15px;
    min-height: 182px
}

.event-carousel-type2-head .mec-event-carousel-content-type2 .mec-event-date-info {
    font-size: 15px;
    color: #9a9a9a;
    font-weight: 300
}

.event-carousel-type2-head .mec-event-carousel-content-type2 .mec-event-carousel-title {
    font-size: 26px;
    font-weight: 700;
    color: #1c1d21;
    margin-top: 15px;
    letter-spacing: -1px
}

.mec-event-carousel-content-type2 .mec-event-carousel-title a {
    color: inherit
}

.mec-event-carousel-type2 .event-carousel-type2-head .mec-event-carousel-content-type2 p {
    font-size: 16px;
    font-weight: 300;
    color: #444
}

.event-carousel-type2-head .mec-event-footer-carousel-type2 {
    margin-top: 33px;
    position: relative
}

.mec-event-carousel-type2 .mec-event-footer-carousel-type2 .mec-event-sharing-wrap {
    padding-left: 0;
    left: 0
}

.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-event-sharing-wrap>li {
    border: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button {
    border: 1px solid #e4e4e4;
    float: right;
    padding: 7px 23px 7px;
    font-size: 12px;
    text-transform: uppercase;
    color: #707070;
    font-weight: 500;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button:hover {
    color: #fff
}

.mec-event-article .event-carousel-type2-head {
    padding: 10%;
    margin-right: -1px
}

.mec-event-carousel-type2 .mec-owl-carousel .owl-wrapper-outer {
    border-right: 1px solid #e6e6e6
}

.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button {
    line-height: 25px;
    height: 41px;
    margin-right: 0
}

.event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-modal-booking-button {
    margin-right: 20px
}

.mec-wrap .mec-event-carousel-type2 .owl-next,.mec-wrap .mec-event-carousel-type2 .owl-prev,.mec-wrap .mec-event-carousel-type3 .owl-next,.mec-wrap .mec-event-carousel-type3 .owl-prev,.mec-wrap .mec-event-carousel-type4 .owl-next,.mec-wrap .mec-event-carousel-type4 .owl-prev {
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    position: absolute;
    top: 47%;
    background-color: transparent!important;
    position: absolute!important
}

.mec-event-carousel-type2 .owl-next {
    right: -60px
}

.mec-event-carousel-type2 .owl-prev {
    left: -60px
}

.mec-event-carousel-type2 .owl-next i,.mec-event-carousel-type2 .owl-prev i,.mec-event-carousel-type3 .owl-next i,.mec-event-carousel-type3 .owl-prev i,.mec-event-carousel-type4 .owl-next i,.mec-event-carousel-type4 .owl-prev i {
    font-size: 40px;
    color: #282828
}

.mec-event-carousel-type2 .owl-next i:hover,.mec-event-carousel-type2 .owl-prev i:hover,.mec-event-carousel-type3 .owl-next i:hover,.mec-event-carousel-type3 .owl-prev i:hover {
    color: #000;
    cursor: pointer
}

.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing {
    top: auto;
    bottom: 60px
}

.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing:after,.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing:before {
    top: auto;
    bottom: -19px;
    border-color: #e2e2e2 transparent transparent transparent
}

.mec-event-footer-carousel-type2 .mec-event-sharing-wrap .mec-event-sharing:after {
    bottom: -18px;
    border-color: #fff transparent transparent transparent
}

@media only screen and (min-width: 320px) and (max-width:768px) {
    .mec-event-carousel-type2 .owl-next,.mec-event-carousel-type2 .owl-prev,.mec-event-carousel-type3 .owl-next,.mec-event-carousel-type3 .owl-prev,.mec-event-carousel-type4 .owl-next,.mec-event-carousel-type4 .owl-prev {
        position:initial;
        top: 100%
    }
}

.mec-event-carousel-type3 .mec-event-article {
    margin: 0 10px
}

.event-carousel-type3-head .mec-event-image,.event-carousel-type3-head .mec-event-image img {
    width: 100%;
    height: auto
}

.event-carousel-type3-head .mec-event-footer-carousel-type3 {
    background: #fff;
    display: inline-block;
    width: calc(100% - 40px);
    margin-top: -74px;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 6px;
    padding: 8% 11%;
    box-shadow: 0 2px 10px -2px rgba(0,0,0,.2)
}

.event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-booking-button {
    border: 1px solid #e4e4e4;
    text-transform: uppercase;
    float: right;
    padding: 7px 23px 7px;
    font-size: 12px;
    color: #707070;
    font-weight: 500
}

.event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-booking-button:hover {
    color: #fff
}

.mec-event-footer-carousel-type3 span {
    font-size: 15px;
    color: #9a9a9a;
    font-weight: 300;
    display: block;
    margin-top: 30px
}

.mec-event-footer-carousel-type3 .mec-event-carousel-title {
    font-size: 29px;
    font-weight: 700
}

.event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-event-carousel-title {
    font-size: 26px;
    font-weight: 700;
    color: #1c1d21;
    margin-top: 15px;
    letter-spacing: -1px
}

.mec-event-footer-carousel-type3 .mec-event-carousel-title a {
    color: inherit
}

.event-carousel-type3-head .mec-event-footer-carousel-type3 p {
    font-size: 16px;
    font-weight: 300;
    color: #444!important;
    margin-bottom: 36px
}

.event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-booking-button {
    line-height: 25px;
    height: 41px
}

.mec-event-carousel-type3 .owl-next {
    right: -70px
}

.mec-event-carousel-type3 .owl-prev {
    left: -70px
}

.mec-event-footer-carousel-type3 .mec-event-sharing-wrap {
    left: 11%
}

.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing {
    top: auto;
    bottom: 60px
}

.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing:after,.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing:before {
    top: auto;
    bottom: -19px;
    border-color: #e2e2e2 transparent transparent transparent
}

.mec-event-footer-carousel-type3 .mec-event-sharing-wrap .mec-event-sharing:after {
    bottom: -18px;
    border-color: #fff transparent transparent transparent
}

.event-carousel-type3-head .mec-end-date-label {
    display: inline;
    margin-left: 2px
}

.event-carousel-type4-head.clearfix {
    position: relative;
    overflow: hidden;
    background: #fff
}

.event-carousel-type4-head .mec-event-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: auto;
    height: auto;
    background-color: rgba(36,36,36,.4);
    transition: all .33s ease-in-out
}

.mec-event-hover-carousel-type4 {
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 50px 35px;
    transition: all .33s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.mec-event-carousel-type4 .mec-event-article {
    margin: 0 10px
}

.mec-event-carousel-type4 .mec-event-article:hover .mec-event-hover-carousel-type4 {
    opacity: 1;
    visibility: visible
}

.mec-event-hover-carousel-type4 .mec-event-icon {
    font-size: 18px;
    float: left;
    margin-right: 14px;
    color: #fff;
    padding: 13px
}

.mec-event-hover-carousel-type4 .mec-event-date {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.6;
    text-align: left
}

.mec-event-hover-carousel-type4 .mec-event-date span {
    display: block;
    font-weight: 700;
    font-size: 14px
}

.mec-event-hover-carousel-type4 .mec-event-title {
    color: #fff;
    margin: 20px 0 38px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal
}

.mec-event-hover-carousel-type4 .mec-btn-wrapper {
    text-align: left
}

.mec-event-hover-carousel-type4 .mec-event-button {
    color: #fff;
    background-color: #191919;
    border: 2px #191919 solid;
    padding: 10px 14px;
    letter-spacing: 1.5px;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    transition: all .22s ease;
    text-decoration: none
}

.mec-event-hover-carousel-type4 .mec-event-button:hover {
    color: #191919;
    background-color: #fff;
    border-color: #fff;
    border-radius: 1px
}

.mec-event-carousel-type4 .owl-next {
    right: -70px
}

.mec-event-carousel-type4 .owl-prev {
    left: -70px
}

.mec-carousel-type4-head {
    margin-bottom: 25px
}

.mec-carousel-type4-head-title {
    padding: 0 11px;
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    color: #000
}

.mec-carousel-type4-head-link {
    text-align: right;
    padding: 0 11px
}

.mec-carousel-type4-head-link a {
    background: #222;
    color: #fff;
    padding: 10px 38px;
    transition: all .3s ease
}

.mec-carousel-type4-head-link a:hover,.mec-carousel-type4-head-link a:visited {
    color: #fff
}

@media (max-width: 960px) {
    .mec-event-carousel-type4 .owl-stage {
        left:-50px
    }
}

.mec-wrap .mec-event-countdown-style1 {
    color: #fff;
    padding: 0!important;
    display: table;
    background: #437df9
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1 {
    z-index: 5;
    padding: 50px 1% 50px 4%;
    display: table-cell;
    float: none;
    vertical-align: middle
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2 {
    background-color: rgba(0,0,0,.05);
    height: 100%;
    padding-top: 0;
    display: table-cell;
    float: none;
    position: relative;
    vertical-align: middle
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part3 {
    background-color: #f8f8f8;
    display: table-cell;
    float: none;
    text-align: center;
    vertical-align: middle
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1 .mec-event-title {
    color: #fff;
    font-size: 15px;
    margin-top: 30px
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1 .mec-event-upcoming {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-top: 0
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-countdown>div {
    display: inline-block
}

.mec-event-countdown-style1 .mec-events-meta-group-countdown {
    color: #c9c9c9;
    margin-bottom: 30px;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.016)
}

.mec-event-countdown-style1 .mec-event-countdown-part1 .mec-event-upcoming span {
    display: block
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2:after {
    content: '';
    position: absolute;
    display: inline-block;
    z-index: 1;
    top: 50%;
    margin-top: -11px;
    right: -24px;
    width: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent transparent #4077ed
}

.mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-date-place {
    text-align: center;
    padding-bottom: 8px
}

.mec-event-countdown-part2 .mec-event-place,.mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-date {
    display: inline;
    font-size: 14px;
    padding: 0 5px;
    text-align: center
}

.mec-event-countdown-style1 .mec-event-countdown-part3 .mec-event-button {
    display: inline-block;
    padding: 14px 30px;
    vertical-align: middle;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: #4077ed;
    transition: all .24s ease
}

.mec-event-countdown-style1 .mec-event-countdown-part3 .mec-event-button:hover {
    background: #222
}

.mec-event-countdown-style1 .mec-event-countdown {
    text-align: center;
    display: table;
    table-layout: fixed;
    margin: 0 auto
}

.mec-event-countdown-style1 .mec-event-countdown .label-w {
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative
}

.mec-event-countdown-style1 .mec-event-countdown .block-w {
    display: table-cell;
    margin: 0 20px 10px;
    position: relative;
    height: 70px
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li {
    background-color: rgba(0,0,0,.1);
    margin: 5px;
    padding: 20px 0;
    min-width: 94px
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li span {
    font-size: 30px
}

.mec-wrap .mec-event-countdown-style1 .mec-event-countdown li .label-w {
    font-size: 12px;
    color: #fff;
    margin: 8px 0 0;
    line-height: 1
}

@media only screen and (min-width: 1200px) {
    .mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part1,.mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part2,.mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part3 {
        width:100%;
        display: block;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .mec-wrap.mec-sm959 .mec-event-countdown-style1 .mec-event-countdown-part2:after {
        border-color: #4077ed transparent transparent transparent;
        top: auto;
        margin-top: 0;
        bottom: -24px;
        margin-left: -11px;
        left: 50%
    }
}

@media (max-width: 960px) {
    .mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part1,.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2,.mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part3 {
        width:100%;
        display: block;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part2:after {
        border-color: #4077ed transparent transparent transparent;
        top: auto;
        margin-top: 0;
        bottom: -24px;
        margin-left: -11px;
        left: 50%;
        transform: rotate(90deg)
    }
}

@media (max-width: 480px) {
    .mec-event-countdown-style1 .mec-event-countdown .block-w {
        margin:3px;
        height: auto
    }

    .mec-wrap .mec-event-countdown-style1 .mec-event-countdown li {
        padding: 10px 5px;
        min-width: 50px;
        margin: 3px 1px
    }

    .mec-wrap .mec-event-countdown-style1 .mec-event-countdown li span {
        font-size: 15px
    }

    .mec-wrap .mec-event-countdown-style1 .mec-event-countdown li .label-w {
        font-size: 8px
    }

    .mec-event-countdown-style1 .mec-event-countdown-part2 .mec-event-date-place {
        display: inline
    }
}

.mec-wrap .mec-event-countdown-style2 {
    color: #fff;
    padding: 30px 0;
    background: #437df9;
    max-width: 600px
}

.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1,.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part2,.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part3 {
    width: 100%;
    float: none;
    vertical-align: middle;
    padding: 50px 10% 50px 10%
}

.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part2 {
    padding-top: 12%;
    padding-bottom: 0
}

.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-title {
    color: #fff;
    font-size: 15px;
    margin-top: 30px
}

.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-upcoming {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-top: 0
}

.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part2 .mec-event-countdown>div {
    display: inline-block
}

.mec-event-countdown-style2 .mec-events-meta-group-countdown {
    color: #c9c9c9;
    margin-bottom: 30px;
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.016)
}

.mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-upcoming span {
    display: block
}

.mec-event-countdown-style2 .mec-event-countdown-part2 .mec-event-date-place {
    text-align: left;
    padding-bottom: 8px
}

.mec-event-countdown-part2 .mec-event-place,.mec-event-countdown-style2 .mec-event-countdown-part2 .mec-event-date {
    display: inline;
    font-size: 14px;
    padding: 0 8px
}

.mec-event-countdown-style2 .mec-event-countdown-part3 .mec-event-button {
    display: inline-block;
    padding: 14px 30px;
    vertical-align: middle;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #222;
    background: #fff;
    transition: all .24s ease
}

.mec-event-countdown-style2 .mec-event-countdown-part3 .mec-event-button:hover {
    background: #222;
    color: #fff
}

.mec-event-countdown-style2 .mec-event-countdown {
    text-align: center;
    display: table;
    table-layout: fixed;
    margin: 0
}

.mec-event-countdown-style2 .mec-event-countdown .label-w {
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative
}

.mec-event-countdown-style2 .mec-event-countdown .block-w {
    display: table-cell;
    margin: 0 20px 10px;
    position: relative;
    height: 70px
}

.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li {
    background-color: rgba(0,0,0,.1);
    margin: 5px;
    padding: 20px 0;
    min-width: 94px
}

.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span {
    font-size: 30px
}

.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w {
    font-size: 12px;
    color: #fff;
    margin: 8px 0 0;
    line-height: 1
}

@media only screen and (max-width: 767px) {
    .mec-wrap .mec-event-countdown-style2 .mec-event-countdown li {
        min-width:80px;
        padding: 15px
    }

    .mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span {
        font-size: 26px
    }

    .mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w {
        font-size: 11px
    }
}

@media only screen and (max-width: 479px) {
    .mec-wrap .mec-event-countdown-style2 .mec-event-countdown li {
        min-width:40px;
        padding: 15px 10px;
        margin: 2px
    }

    .mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span {
        font-size: 20px
    }

    .mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w {
        font-size: 9px
    }
}

@media (max-width: 380px) {
    .mec-event-countdown-style2 .mec-event-countdown .block-w {
        margin:3px;
        height: auto
    }

    .mec-wrap .mec-event-countdown-style2 .mec-event-countdown li {
        padding: 10px 4px;
        margin: 4px 1px
    }

    .mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span {
        font-size: 15px
    }

    .mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w {
        font-size: 7px
    }
}

.mec-wrap .mec-event-countdown-style3 {
    color: #fff;
    padding: 0;
    background: #282828;
    display: table;
    width: 100%
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 {
    width: 68%;
    padding: 50px 1% 50px 4%;
    vertical-align: middle;
    display: table-cell;
    position: relative
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2 {
    width: 32%;
    display: table-cell;
    position: relative;
    padding-bottom: 0;
    padding-top: 0
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2 img {
    width: 100%;
    display: block
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-countdown-part-title span {
    font-weight: 300;
    display: block
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-upcoming {
    color: #fff;
    font-size: 36px;
    letter-spacing: -2px;
    font-weight: 700;
    line-height: 1;
    margin-top: -10px
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-countdown>div {
    display: inline-block
}

.mec-event-countdown-style3 .mec-events-meta-group-countdown {
    color: #c9c9c9;
    margin-bottom: 30px;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.016)
}

.mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-date-place {
    text-align: center;
    padding-bottom: 8px
}

.mec-event-countdown-part2 .mec-event-place,.mec-event-countdown-style3 .mec-event-countdown-part2 .mec-event-date {
    display: inline;
    font-size: 14px;
    padding: 0 5px;
    text-align: center
}

.mec-event-countdown-style3 .mec-event-countdown-part3 .mec-event-button {
    display: inline-block;
    padding: 14px 30px;
    vertical-align: middle;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: #4077ed;
    transition: all .24s ease
}

.mec-event-countdown-style3 .mec-event-countdown-part3 .mec-event-button:hover {
    background: #222
}

.mec-event-countdown-style3 .mec-event-countdown {
    text-align: center;
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    position: absolute;
    top: 40px;
    right: 20px
}

.mec-event-countdown-style3 .mec-event-countdown .label-w {
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative
}

.mec-event-countdown-style3 .mec-event-countdown .block-w {
    display: table-cell;
    margin: 0 20px 10px;
    position: relative;
    height: 70px
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li {
    padding: 15px
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li span {
    font-size: 30px
}

.mec-wrap .mec-event-countdown-style3 .mec-event-countdown li .label-w {
    font-size: 11px;
    color: #888;
    margin: 8px 0 0;
    line-height: 1
}

.mec-event-countdown-style3 .mec-event-date {
    width: 176px;
    height: 96px;
    background: #40d9f1;
    color: #fff;
    font-size: 13px;
    position: absolute;
    left: -27px;
    top: 146px
}

.mec-event-countdown-style3 .mec-event-date:after {
    content: '';
    position: absolute;
    display: inline-block;
    z-index: 1;
    bottom: -18px;
    left: 8px;
    width: 0;
    border-width: 19px;
    border-style: solid;
    border-color: transparent transparent #40d9f1 transparent;
    transform: rotate(45deg)
}

.mec-event-countdown-style3 .mec-event-date .mec-date1 {
    font-size: 50px;
    position: absolute;
    top: 3px;
    left: 12px;
    letter-spacing: -3px
}

.mec-event-countdown-style3 .mec-event-date .mec-date2 {
    position: absolute;
    left: 80px;
    top: 26px
}

.mec-event-countdown-style3 .mec-event-date .mec-date3 {
    position: absolute;
    left: 80px;
    top: 45px
}

.mec-event-countdown-style3 .mec-event-countdown-part-details {
    padding-top: 35px;
    margin-bottom: 50px;
    min-height: 100px
}

.mec-event-countdown-style3 .mec-event-countdown-part-details .mec-event-title {
    font-size: 17px;
    color: #fff;
    line-height: 1.4;
    padding-right: 20px
}

.mec-event-countdown-style3 .mec-event-countdown-part-details .mec-event-link {
    color: #fff;
    font-size: 12px;
    position: relative;
    padding-left: 22px
}

.mec-event-countdown-style3 .mec-event-countdown-part-details .mec-event-link:before {
    content: '';
    display: inline-block;
    width: 18px;
    border-top: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 8px
}

.mec-event-countdown-style3 .mec-event-title-link {
    position: absolute;
    left: 190px;
    top: 152px
}

.event-carousel-type1-head .mec-event-date-carousel:before,.mec-event-countdown-style3 .mec-event-date:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 96px;
    display: inline-block;
    box-shadow: 0 5px 5px rgba(0,0,0,.12);
    background: 0 0
}

@media only screen and (min-width: 960px) {
    .mec-wrap.mec-sm959 .mec-event-countdown-style3 .mec-event-countdown li {
        padding:10px
    }

    .mec-wrap.mec-sm959 .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-upcoming {
        font-size: 31px
    }
}

@media (max-width: 959px) {
    .mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1,.mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part2 {
        width:100%;
        display: block
    }

    .mec-event-countdown-style3 .mec-event-title-link {
        top: 190px
    }

    .mec-event-countdown-style3 .mec-event-countdown {
        top: 96px
    }

    .mec-event-countdown-style3 .mec-event-date {
        left: 0;
        top: 190px
    }

    .mec-event-countdown-style3 .mec-event-date:after {
        display: none
    }

    .mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-countdown-part-title span {
        display: inline
    }

    .mec-event-countdown-style3 .mec-event-countdown-part-details {
        min-height: 150px
    }
}

@media (max-width: 767px) {
    .mec-wrap .mec-event-countdown-style3 .mec-event-countdown-part1 .mec-event-upcoming {
        font-size:26px;
        letter-spacing: -1px
    }

    .mec-event-countdown-style3 .mec-event-title-link {
        left: 130px
    }

    .mec-event-countdown-style3 .mec-event-date {
        width: 120px;
        font-size: 10px;
        height: 63px
    }

    .mec-event-countdown-style3 .mec-event-date .mec-date1 {
        font-size: 36px;
        top: 20px;
        left: 4px;
        letter-spacing: -2px
    }

    .mec-event-countdown-style3 .mec-event-date .mec-date2 {
        position: absolute;
        left: 52px;
        top: 12px
    }

    .mec-event-countdown-style3 .mec-event-date .mec-date3 {
        position: absolute;
        left: 52px;
        top: 28px
    }
}

@media (max-width: 380px) {
    .mec-event-countdown-style3 .mec-event-title-link {
        left:10px;
        top: 260px
    }

    .mec-event-countdown-style3 .mec-event-countdown-part-details {
        min-height: 300px
    }

    .mec-event-countdown-style3 .mec-event-countdown .block-w {
        margin: 3px;
        height: auto
    }

    .mec-wrap .mec-event-countdown-style3 .mec-event-countdown li {
        padding: 10px 5px
    }

    .mec-wrap .mec-event-countdown-style3 .mec-event-countdown li span {
        font-size: 15px
    }

    .mec-wrap .mec-event-countdown-style3 .mec-event-countdown li .label-w {
        font-size: 8px
    }
}

.mec-slider-t1-wrap {
    width: 100%;
    padding: 60px 90px;
    background: #f7f7f7;
    min-height: 560px;
    position: relative
}

.mec-slider-t1 {
    height: 500px;
    box-shadow: 0 5px 35px 0 rgba(0,0,0,.13)
}

.mec-slider-t1 .mec-event-article {
    position: relative;
    height: 500px
}

.mec-slider-t1 .mec-slider-t1-img {
    position: relative;
    background-size: cover!important;
    background-position: center!important;
    width: 50%;
    height: 100%;
    float: right;
    margin: 0;
    overflow: hidden
}

.mec-slider-t1 .mec-slider-t1-content {
    width: 50%;
    float: left;
    height: 100%;
    background: #fff;
    padding: 6%
}

.mec-slider-t1-content.mec-event-grid-modern .mec-event-article {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none
}

.mec-slider-t1-content.mec-event-grid-modern .mec-event-title {
    font-size: 29px
}

.mec-slider-t1-content.mec-event-grid-modern .mec-event-title a:hover {
    text-decoration: underline
}

.mec-slider-t1-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
    font-size: 12px;
    padding: 0 31px;
    line-height: 49px;
    height: 50px
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev {
    opacity: 1;
    width: 54px;
    height: 54px;
    line-height: 48px;
    border-radius: 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 11px 0 rgba(0,0,0,.045);
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    cursor: pointer
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next:hover,.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev:hover {
    box-shadow: 0 4px 29px 0 rgba(0,0,0,.095)
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next {
    left: auto;
    right: -100px
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev {
    right: auto;
    left: -100px
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev i {
    font-size: 12px;
    color: #282828;
    transition: all .21s ease
}

.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next:hover i,.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev:hover i {
    font-size: 13px;
    color: #000;
    cursor: pointer
}

@media only screen and (min-width: 961px) {
    .mec-slider-t1 {
        margin:0 auto;
        max-width: 900px
    }
}

@media only screen and (max-width: 960px) {
    .mec-slider-t1 .mec-slider-t1-content,.mec-slider-t1 .mec-slider-t1-img {
        width:100%;
        float: none
    }

    .mec-slider-t1 .mec-slider-t1-img {
        height: 300px
    }

    .mec-slider-t1,.mec-slider-t1 .mec-event-article {
        height: auto
    }
}

@media only screen and (max-width: 768px) {
    .mec-slider-t1-wrap {
        padding:0
    }

    .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev {
        top: 40px;
        margin-top: 0
    }

    .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next {
        left: auto;
        right: 10px
    }

    .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev {
        right: auto;
        left: 10px
    }
}

@media only screen and (max-width: 479px) {
    .mec-slider-t1-content.mec-event-grid-modern .mec-event-title {
        font-size:22px
    }

    .mec-slider-t1-content.mec-event-grid-modern .event-grid-modern-head .mec-event-day {
        font-size: 25px
    }
}

.mec-slider-t2-wrap {
    width: 100%;
    padding: 0;
    background: #fff;
    min-height: 600px;
    position: relative
}

.mec-slider-t2 .mec-event-article {
    height: 600px;
    position: relative;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    background: 0 0
}

.mec-slider-t2 .mec-slider-t2-img {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover!important;
    background-position: center!important;
    width: 70%;
    height: 100%;
    margin: 0;
    overflow: hidden
}

.mec-slider-t2 .mec-slider-t2-content {
    width: 50%;
    position: absolute;
    right: 0;
    top: 60px;
    bottom: 60px;
    padding: 5%
}

.mec-slider-t2 .mec-slider-t2-content.mec-event-grid-modern * {
    color: #fff
}

.mec-slider-t2 .mec-slider-t2-content.mec-event-grid-modern .mec-event-title {
    font-size: 29px
}

.mec-slider-t2-content.mec-event-grid-modern .mec-event-content,.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
    background: 0 0
}

.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
    font-size: 12px;
    padding: 0 31px;
    line-height: 49px;
    height: 50px
}

.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover {
    background: #fff;
    color: #000;
    border-color: #fff
}

.mec-slider-t2-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover,.mec-slider-t2-content.mec-event-grid-modern .mec-event-title a:hover {
    color: #111
}

.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev {
    opacity: 1;
    width: 44px;
    height: 44px;
    line-height: 38px;
    border-radius: 0;
    text-align: center;
    background: 0 0;
    border: 1px solid #fff;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    position: absolute;
    top: 84px;
    cursor: pointer
}

.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next:hover,.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev:hover {
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.075);
    background: #fff
}

.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next {
    right: 30px
}

.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev {
    right: 82px
}

.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev i {
    font-size: 14px;
    color: #fff;
    opacity: 1;
    transition: all .25s ease
}

.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next:hover i,.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev:hover i {
    color: #000;
    cursor: pointer
}

.mec-wrap.colorskin-custom .mec-slider-t2 .mec-event-article .mec-event-date.mec-color {
    color: #fff
}

@media only screen and (min-width: 961px) {
    .mec-slider-t2 {
        margin:0 auto;
        max-width: 1200px
    }
}

@media only screen and (max-width: 960px) {
    .mec-slider-t2 .mec-slider-t2-content,.mec-slider-t2 .mec-slider-t2-img {
        width:100%;
        float: none;
        position: static
    }

    .mec-slider-t2 .mec-slider-t2-img {
        height: 300px
    }

    .mec-slider-t2 .mec-event-article {
        height: auto
    }

    .mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t2-wrap .mec-owl-theme .owl-nav .owl-prev {
        top: 40px
    }
}

@media only screen and (max-width: 479px) {
    .mec-slider-t2-content.mec-event-grid-modern .mec-event-title {
        font-size:22px
    }
}

.mec-slider-t3-wrap {
    width: 100%;
    padding: 0;
    background: #161616;
    min-height: 700px;
    position: relative
}

.mec-slider-t3 .mec-event-article {
    height: 700px;
    position: relative;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    background: 0 0
}

.mec-slider-t3 .mec-slider-t3-img {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover!important;
    background-position: center!important;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    opacity: .68;
    z-index: 1
}

.mec-slider-t3 .mec-slider-t3-content {
    width: 50%;
    height: auto;
    vertical-align: middle;
    display: table;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    padding: 0 2% 0 7%;
    margin: auto 0;
    background: 0 0;
    z-index: 2
}

.mec-slider-t3 .mec-slider-t3-content.mec-event-grid-modern :not(.mec-color) {
    color: #fff
}

.mec-slider-t3-content.mec-event-grid-modern .mec-event-title {
    font-size: 29px
}

.mec-slider-t3-content.mec-event-grid-modern .mec-event-content,.mec-slider-t3-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
    background: 0 0
}

.mec-slider-t3-content.mec-event-grid-modern .mec-booking-button {
    display: inline-block;
    border: 1px solid;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 42px;
    line-height: 49px;
    height: 50px;
    transition: all .21s ease
}

.mec-slider-t3-content.mec-event-grid-modern .mec-booking-button:hover {
    background: #fff;
    color: #000;
    border-color: #fff
}

.mec-slider-t3-content.mec-event-grid-modern .mec-slider-t3-footer {
    text-align: left;
    padding: 15px 15px 10px
}

.mec-slider-t3-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover,.mec-slider-t3-content.mec-event-grid-modern .mec-event-title a:hover {
    color: #40d9f1
}

.mec-slider-t3-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover {
    border-color: #40d9f1
}

.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev {
    opacity: 1;
    width: 44px;
    height: 44px;
    line-height: 38px;
    border-radius: 0;
    text-align: center;
    background: 0 0;
    border: 1px solid #fff;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    cursor: pointer
}

.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next:hover,.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev:hover {
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.075);
    background: #fff
}

.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next {
    right: 10px
}

.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev {
    right: auto;
    left: 10px
}

.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev i {
    font-size: 14px;
    color: #fff;
    opacity: 1;
    transition: all .25s ease
}

.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next:hover i,.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev:hover i {
    color: #000;
    cursor: pointer
}

@media only screen and (min-width: 961px) {
    .mec-slider-t3-content.mec-event-grid-modern .mec-event-title {
        font-size:50px;
        font-weight: 300
    }

    .mec-slider-t3-content.mec-event-grid-modern .mec-event-description {
        font-size: 19px
    }
}

@media only screen and (max-width: 767px) {
    .mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t3-wrap .mec-owl-theme .owl-nav .owl-prev {
        top:40px;
        margin-top: 0
    }
}

@media only screen and (max-width: 479px) {
    .mec-slider-t3 .mec-slider-t3-content {
        width:100%
    }

    .mec-slider-t3-content.mec-event-grid-modern .mec-event-title {
        font-size: 22px
    }

    .mec-slider-t1-content.mec-event-grid-modern .event-grid-modern-head .mec-event-day {
        font-size: 25px
    }
}

.mec-slider-t4-wrap {
    width: 100%;
    padding: 0;
    background: #161616;
    min-height: 700px;
    position: relative
}

.mec-slider-t4 .mec-event-article {
    height: 700px;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    background: 0 0
}

.mec-slider-t4 .mec-slider-t4-img {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover!important;
    background-position: center!important;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    z-index: 1
}

.mec-slider-t4 .mec-slider-t4-content {
    width: auto;
    max-width: 700px;
    background: rgba(37,37,37,.94)!important;
    height: auto;
    vertical-align: middle;
    display: table;
    position: absolute;
    left: 8%;
    top: 19%;
    padding: 3%;
    margin: auto 0;
    background: 0 0;
    z-index: 2
}

.mec-slider-t4 .mec-slider-t4-content.mec-event-grid-modern :not(.mec-color) {
    color: #fff
}

.mec-slider-t4-content.mec-event-grid-modern .mec-event-title {
    font-size: 29px
}

.mec-slider-t4-content.mec-event-grid-modern .mec-event-content,.mec-slider-t4-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
    background: 0 0
}

.mec-slider-t4-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
    font-size: 13px;
    padding: 0 42px;
    line-height: 49px;
    height: 50px
}

.mec-slider-t4-content.mec-event-grid-modern .mec-event-title a:hover {
    color: #40d9f1
}

.mec-slider-t4-content.mec-event-grid-modern .mec-slider-t4-footer {
    text-align: left;
    padding: 15px 15px 10px
}

.mec-slider-t4-content.mec-event-grid-modern .mec-booking-button {
    display: inline-block;
    border: 1px solid;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 42px;
    line-height: 49px;
    height: 50px;
    transition: all .21s ease
}

.mec-slider-t4-content.mec-event-grid-modern .mec-booking-button:hover {
    background: #fff;
    color: #000;
    border-color: #fff
}

.mec-slider-t4-content.mec-event-grid-modern .mec-event-footer .mec-booking-button:hover,.mec-slider-t4-content.mec-event-grid-modern .mec-event-title a:hover {
    color: #111
}

.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev {
    opacity: 1;
    width: 44px;
    height: 44px;
    line-height: 40px;
    border-radius: 0;
    text-align: center;
    background: 0 0;
    border: 1px solid #fff;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    position: absolute;
    top: 34px;
    cursor: pointer
}

.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next:hover,.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev:hover {
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.075);
    background: #fff
}

.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next {
    right: 60px
}

.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev {
    right: 112px
}

.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev i {
    font-size: 14px;
    color: #fff;
    opacity: 1;
    transition: all .25s ease
}

.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-next:hover i,.mec-slider-t4-wrap .mec-owl-theme .owl-nav .owl-prev:hover i {
    color: #000;
    cursor: pointer
}

@media only screen and (max-width: 767px) {
    .mec-slider-t4 .mec-slider-t4-content {
        width:100%;
        left: 0;
        top: auto;
        bottom: 0
    }

    .mec-slider-t4-content.mec-event-grid-modern .mec-event-title {
        font-size: 22px
    }

    .mec-slider-t1-content.mec-event-grid-modern .event-grid-modern-head .mec-event-day {
        font-size: 25px
    }
}

.mec-slider-t5-wrap {
    width: auto;
    max-width: 570px;
    padding: 0;
    margin: 0 auto 25px;
    background: #f7f7f7;
    min-height: 480px;
    position: relative
}

.mec-slider-t5 {
    height: auto;
    box-shadow: 0 5px 35px 0 rgba(0,0,0,.13)
}

.mec-slider-t5 .mec-event-article {
    position: relative;
    height: auto
}

.mec-slider-t5 .mec-slider-t5-img {
    position: relative;
    background-size: cover!important;
    background-position: center!important;
    width: 100%;
    height: 300px;
    float: none;
    margin: 0;
    overflow: hidden
}

.mec-slider-t5 .mec-slider-t5-content {
    width: 100%;
    float: none;
    height: 100%;
    background: #fff;
    padding: 0 20px 20px;
    margin-bottom: 0
}

.mec-slider-t5 .mec-events-content p {
    margin-bottom: 20px
}

.mec-slider-t5-content.mec-event-grid-modern .mec-event-article {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none
}

.mec-slider-t5-wrap .mec-event-grid-modern .event-grid-modern-head {
    margin-bottom: 10px;
    padding: 14px 34px;
    margin-left: -20px;
    margin-right: -20px;
    text-align: left;
    background: #f9f9f9;
    border-bottom: 1px solid #eee
}

.mec-slider-t5-content.mec-event-grid-modern .mec-event-title {
    font-size: 29px
}

.mec-slider-t5 .mec-slider-t5-col6 {
    width: 50%;
    float: left;
    height: 100%
}

.mec-slider-t5 .mec-slider-t5-col6 i {
    font-size: 42px;
    float: left;
    margin-right: 7px;
    height: 58px
}

.mec-slider-t5 .mec-slider-t5-col6 h6 {
    text-transform: uppercase;
    font-size: 17px;
    padding: 4px 0;
    display: inline;
    color: #444
}

.mec-slider-t5 .mec-slider-t5-col6 address {
    font-size: 12px;
    margin-bottom: 0
}

.mec-slider-t5-content.mec-event-grid-modern .mec-event-title a:hover {
    text-decoration: underline
}

.mec-slider-t5-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
    font-size: 12px;
    padding: 0 31px;
    line-height: 49px;
    height: 50px;
    top: 0
}

.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next,.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev {
    opacity: 1;
    width: 44px;
    height: 44px;
    line-height: 40px;
    border-radius: 0;
    text-align: center;
    background: 0 0;
    border: 1px solid #fff;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    position: absolute;
    top: 34px;
    cursor: pointer
}

.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next:hover,.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev:hover {
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.075);
    background: #fff
}

.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next {
    right: 30px
}

.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev {
    right: 82px
}

.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev i {
    font-size: 14px;
    color: #fff;
    opacity: 1;
    transition: all .25s ease
}

.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-next:hover i,.mec-slider-t5-wrap .mec-owl-theme .owl-nav .owl-prev:hover i {
    color: #000;
    cursor: pointer
}

@media only screen and (max-width: 768px) {
    .mec-slider-t5 .mec-slider-t5-col6 {
        width:100%;
        margin: 10px 0
    }
}

@media only screen and (max-width: 479px) {
    .mec-slider-t5-content.mec-event-grid-modern .mec-event-title {
        font-size:24px
    }
}

.mec-single-modern .mec-events-event-image {
    text-align: center
}

.mec-single-modern .mec-events-event-image img {
    width: 100%
}

.mec-single-modern .mec-single-event-bar {
    background-color: #f7f7f7;
    margin: 20px 0 0;
    padding: 15px;
    display: table;
    width: 100%
}

.mec-single-modern .mec-single-event-bar>div {
    display: table-cell
}

.mec-single-modern .mec-single-event-bar>div i {
    font-size: 20px;
    vertical-align: middle
}

.mec-single-modern .mec-single-event-bar>div .mec-time-comment {
    font-size: 12px;
    color: #999
}

.mec-single-modern .mec-single-event-bar>div h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    display: inline;
    color: #000;
    padding-left: 10px
}

.mec-single-modern .mec-single-event-bar>div dd {
    font-size: 14px;
    color: #8d8d8d;
    padding-left: 34px;
    margin-bottom: 0
}

.mec-single-modern .col-md-4 .mec-frontbox {
    margin-top: -50px;
    margin-bottom: 70px;
    padding: 20px;
    border: none;
    background: #f7f7f7;
    box-shadow: none
}

.mec-single-modern .col-md-4.mec-no-image .mec-frontbox {
    margin-top: 20px
}

.mec-next-occurrence ul {
    padding-left: 0;
    margin-left: 0
}

.mec-next-occurrence li {
    list-style: none
}

@media only screen and (min-width: 960px) {
    .mec-single-modern .col-md-4 .mec-frontbox {
        margin-left:20px
    }
}

@media only screen and (max-width: 960px) {
    .mec-single-modern .mec-single-event-bar>div {
        display:block
    }
}

.lity-content>div {
    overflow: auto
}

.mec-next-event-details li {
    list-style: none;
    margin-top: 20px
}

.mec-next-event-details h6 {
    text-transform: uppercase;
    font-size: 13px;
    padding-bottom: 5px;
    display: inline;
    color: #222;
    padding-left: 0
}

.mec-next-event-details abbr {
    display: block;
    padding-left: 0;
    color: #8d8d8d
}

.mec-next-event-details i {
    margin-right: 10px;
    margin-left: 12px
}

.mec-next-event-details i:before {
    color: #40d9f1
}

.mec-next-event-details a {
    text-align: center;
    display: block;
    background: #fff;
    padding: 6px 0;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    border: 1px solid #e3e3e3;
    transition: .3s
}

.mec-single-modal.mec-single-modern .mec-single-title {
    text-align: center;
    padding: 15px 10px 0
}

.admin-bar .mec-single-modal.mec-single-modern .mec-single-title {
    padding-top: 40px
}

.mec-single-modal.mec-single-modern .mec-single-event-bar {
    padding: 5px
}

.mec-single-modal.mec-single-modern .mec-single-event-bar>div dd {
    font-size: 13px
}

.mec-single-modal.mec-single-modern .mec-single-event-bar>div h3 {
    font-size: 15px
}

@media only screen and (min-width: 960px) {
    .mec-single-modal.mec-single-modern .col-md-4 .mec-frontbox {
        margin-left:0
    }
}

.mec-single-modal.mec-single-modern .col-md-4 .mec-frontbox {
    margin-top: 10px;
    margin-bottom: 10px
}

.mec-single-modal.mec-single-modern .col-md-4 .mec-frontbox.mec-event-meta {
    padding: 0
}

@media (min-width: 961px) {
    .mec-single-event.mec-sticky {
        position:relative
    }

    .mec-single-event.mec-sticky .col-md-4 {
        position: -webkit-sticky;
        position: sticky;
        top: 120px
    }

    .mec-single-modern.mec-sticky .col-md-4 {
        top: 170px
    }

    .single-mec-events .mec-sticky .col-md-8>div:last-child {
        margin-bottom: 30px
    }

    .single-mec-events .mec-single-modern.mec-sticky .col-md-8>div:last-child {
        margin-bottom: 70px
    }
}

.mec-single-modal .mec-event-meta dd.mec-organizer-email a,.mec-single-modal .mec-event-meta dd.mec-organizer-url a {
    font-size: 12px;
    display: block
}

.mec-organizer-description p {
    padding-left: 12px
}

.mec-modal-wrap {
    max-width: 60vw;
    max-height: 90vh!important;
    background: #fff;
    box-shadow: 0 1px 55px rgba(0,0,0,.5);
    overflow-x: hidden!important
}

@media (max-width: 1023px) {
    .mec-modal-wrap {
        max-width:80vw
    }
}

.mec-single-modal .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li,.mec-single-modal .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a.mec-events-button {
    display: block;
    text-align: center
}

.mec-holding-status-expired {
    color: #d8000c
}

.mec-holding-status-ongoing {
    color: #0dbf52
}

body .featherlight {
    z-index: 999999!important
}

body .featherlight .featherlight-content {
    background: 0 0;
    overflow: unset;
    z-index: 9999
}

body .featherlight .featherlight-close-icon {
    position: fixed;
    top: 40px;
    right: 40px;
    background: 0 0;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0
}

body .featherlight .featherlight-close-icon:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000
}

@media (max-width: 320px) {
    .mec-wrap span.flip-clock-divider {
        width:20px
    }

    .mec-single-event .mec-events-meta-group-countdown {
        padding: 15px 12%
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .mec-wrap .flip-clock-wrapper ul {
        padding:0
    }
}

@media (max-width: 414px) {
    .mec-wrap span.flip-clock-divider {
        width:30px
    }

    .mec-single-event .mec-events-meta-group-countdown {
        margin-left: 0;
        padding: 15px 7%
    }
}

@media (max-width: 480px) {
    body .featherlight .featherlight-content {
        width:95%
    }

    .mec-wrap span.flip-clock-divider {
        width: 7px
    }

    .mec-single-event .mec-events-meta-group-countdown {
        margin-left: 0;
        padding: 15px 1%
    }

    body .featherlight .featherlight-close-icon {
        color: #000;
        border-color: #000
    }
}

@media (max-width: 1366px) {
    body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child) {
        width:20px!important
    }

    body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown {
        padding: 20px 15px
    }

    body .mec-modal-wrap .mec-single-modal .flip-clock-wrapper ul {
        width: 48px
    }
}

@media (max-width: 1280px) {
    body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child) {
        width:14px!important
    }

    body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown {
        padding: 15px 10px
    }

    body .mec-modal-wrap .mec-single-modal .flip-clock-wrapper ul {
        width: 38px
    }
}

@media (min-width: 961px) and (max-width:1024px) {
    body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child) {
        width:7px!important
    }

    body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown {
        padding: 15px 5px
    }

    body .mec-modal-wrap .mec-single-modal .flip-clock-wrapper ul {
        width: 14px
    }

    body .mec-modal-wrap .mec-single-modal .flip-clock-wrapper ul li a div {
        font-size: 30px
    }
}

@media (max-width: 640px) {
    body .mec-modal-wrap .mec-single-modal.featherlight-close-icon {
        top:14px;
        right: 14px
    }
}

@media (max-width: 480px) {
    .featherlight .featherlight-content,body .mec-modal-wrap {
        max-width:100%
    }

    body .mec-modal-wrap.flip-clock-divider .flip-clock-label {
        display: block
    }
}

@media (max-width: 414px) {
    body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child) {
        width:50px!important
    }

    .mec-wrap .flip-clock-divider .flip-clock-label {
        display: none
    }

    body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown {
        padding: 20px 5px 20px 65px
    }

    body .featherlight-content .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown {
        padding: 20px 2px 20px 2px!important
    }

    body .featherlight-content .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child) {
        width: 3px!important
    }
}

@media (max-width: 375px) {
    body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child) {
        width:50px!important
    }

    .mec-wrap .flip-clock-divider .flip-clock-label {
        display: none
    }

    body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown {
        padding: 20px 5px 20px 45px
    }
}

@media (max-width: 320px) {
    body .mec-modal-wrap .mec-single-modal .flip-clock-divider:not(:first-child) {
        width:20px!important
    }

    body .mec-modal-wrap .mec-single-modal .mec-events-meta-group-countdown {
        padding: 20px 5px 20px 40px
    }
}

.mec-single-event-bar dd {
    margin-left: 0
}

.mec-events-toggle {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto
}

.mec-events-toggle .mec-toggle-item {
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    box-shadow: 0 10px 15px #f3f3f3
}

.mec-events-toggle .mec-toggle-item-inner {
    cursor: pointer;
    position: relative;
    padding: 30px 60px 30px 15px;
    background: #fff;
    transition: all .3s ease;
    min-height: 100px;
    display: table;
    width: 100%;
    border-collapse: separate
}

.mec-events-toggle .mec-toggle-item-inner:hover {
    background: #fbfbfb
}

.mec-toggle-item-col {
    width: 200px;
    border-right: 1px solid #e3e3e3;
    margin-right: 15px;
    display: table-cell;
    padding-right: 5px
}

.mec-toggle-item-col .mec-event-date {
    font-size: 38px;
    line-height: 40px;
    float: left;
    margin-right: 8px
}

.mec-toggle-item-col .mec-event-month,.mec-toggle-item-col .mec-time-details {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    padding-top: 4px;
    font-weight: 700
}

.mec-toggle-item-col .mec-event-detail {
    font-size: 10px
}

.mec-toggle-item-col .mec-event-day {
    margin-top: 9px;
    color: silver;
    font-size: 35px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: -1px
}

.mec-events-toggle .mec-toggle-title {
    color: #000;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0;
    transition: all .3s ease;
    display: table-cell;
    text-align: left;
    max-width: calc(100% - 200px);
    padding-left: 15px;
    vertical-align: middle
}

.mec-events-toggle .mec-toggle-item-inner span.event-color {
    width: 5px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    border-radius: 0;
    margin: 0
}

.mec-events-toggle .mec-toggle-item-inner i {
    position: absolute;
    font-size: 30px;
    right: 25px;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer
}

.mec-events-toggle .mec-toggle-item.is-open i.mec-sl-plus:before {
    content: '\e615'
}

.mec-events-toggle .mec-toggle-item.is-open .mec-toggle-title {
    background: #f8f8f8;
    cursor: pointer
}

.mec-events-toggle .mec-toggle-content {
    border-top: 1px solid #e4e4e4
}

.mec-events-toggle .mec-toggle-content .mec-modal-wrap {
    margin: 0;
    max-width: 100%;
    box-shadow: none
}

.mec-events-toggle .mec-toggle-content .mec-modal-wrap .mec-single-event {
    margin: 0
}

.mec-events-toggle .mec-toggle-content .mec-single-event-bar,.mec-events-toggle .mec-toggle-content h1.mec-single-title {
    display: none
}

.mec-events-toggle .media-links a {
    margin-bottom: 0
}

.mec-events-toggle .mec-toggle-content .mec-toggle-meta {
    margin-bottom: 14px
}

.mec-events-toggle #mec_speakers_details.mec-frontbox {
    padding: 0;
    margin: 0
}

.mec-events-toggle .mec-toggle-item h3.mec-speakers {
    border: none;
    text-align: left
}

.mec-events-toggle .mec-toggle-item h3.mec-speakers:before {
    content: '\e063';
    font-family: simple-line-icons;
    border: none;
    position: relative;
    display: inline-block;
    left: unset;
    bottom: unset;
    font-size: 22px;
    font-weight: 400;
    padding: 0 11px 0 28px;
    vertical-align: middle
}

@media only screen and (max-width: 767px) {
    .mec-toggle-item-inner .mec-toggle-item-col {
        float:none;
        width: 100%;
        border-right: none;
        margin-bottom: 5px;
        display: block;
        max-width: 100%;
        padding-left: 15px
    }

    .mec-events-toggle .mec-toggle-title {
        display: block;
        width: 100%;
        max-width: 100%
    }
}

.mec-events-agenda-wrap {
    margin: 10px 0;
    border: 1px solid #e9e9e9;
    padding-left: 20px;
    box-shadow: 0 2px 2px rgba(0,0,0,.03)
}

.mec-events-agenda {
    padding: 0;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden
}

.mec-agenda-date-wrap {
    width: 210px;
    padding-top: 15px;
    float: left;
    font-size: 13px
}

.mec-agenda-date-wrap i,.mec-agenda-event i {
    font-size: 11px;
    color: #aaa;
    margin-right: 4px;
    margin-left: 1px
}

.mec-agenda-event i {
    vertical-align: middle;
    margin-right: 1px
}

.mec-agenda-events-wrap {
    float: left;
    width: calc(100% - 210px);
    background: #f9f9f9;
    padding: 15px
}

.mec-agenda-time {
    font-size: 11px;
    color: #707070;
    padding-right: 10px;
    width: 138px;
    display: inline-block
}

.mec-agenda-event-title {
    position: relative;
    padding-left: 14px
}

.mec-agenda-event-title a {
    font-size: 14px;
    font-weight: 600;
    color: #333
}

.mec-agenda-event-title span.event-color {
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 4px;
    margin: 0
}

.mec-agenda-date-wrap span.mec-agenda-day {
    color: #aaa;
    font-size: 12px
}

@media only screen and (max-width: 767px) {
    .mec-agenda-date-wrap,.mec-agenda-events-wrap {
        float:none;
        width: 100%
    }

    .mec-events-agenda span.mec-agenda-event-title {
        display: block;
        width: 100%
    }

    .mec-agenda-event-title span.event-color {
        top: 7px
    }

    .mec-agenda-event-title a {
        font-size: 13px
    }
}

.mec-yearly-view-wrap {
    margin: 0 0 15px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 4px rgba(0,0,0,.04);
    border-bottom-width: 4px
}

.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar {
    max-width: 100%;
    width: 232px;
    padding: 10px;
    background: #fff;
    margin: 10px;
    display: inline-block
}

.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar dl dt {
    transition: none;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 0;
    font-size: 12px
}

.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar .mec-calendar-events-sec {
    padding: 10px
}

.mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar .mec-has-event:after {
    width: 4px;
    height: 4px;
    bottom: 3px;
    margin-left: -2px
}

.mec-yearly-view-wrap .mec-calendar-side .mec-calendar-table {
    min-height: 200px
}

.mec-calendar.mec-yearly-calendar .mec-calendar-table-head dl dt {
    background: #f9f9f9;
    font-size: 13px
}

.mec-calendar.mec-yearly-calendar .mec-calendar-table-title {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-top: -5px;
    padding-bottom: 5px
}

.mec-yearly-view-wrap .mec-yearly-calendar-sec {
    min-height: 200px;
    width: 538px;
    overflow: hidden;
    float: left;
    background: #f8f8f8;
    padding: 15px
}

.mec-yearly-view-wrap .mec-yearly-agenda-sec {
    min-height: 200px;
    width: calc(100% - 538px);
    float: left;
    padding: 0 0 0 20px;
    overflow: hidden
}

.mec-yearly-view-wrap .mec-yearly-title-sec {
    position: relative;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 1px 3px rgba(0,0,0,.02)
}

.mec-yearly-view-wrap .mec-yearly-title-sec h2 {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    margin: 0;
    font-weight: 700
}

.mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year,.mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    text-align: center;
    background: #fff;
    color: #666;
    font-size: 14px;
    border: 1px solid #eee;
    border-radius: 2px;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.015);
    transition: all .33s ease;
    cursor: pointer
}

.mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year {
    right: auto;
    left: 20px;
    padding-right: 14px
}

.mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year {
    left: auto;
    right: 20px;
    padding-left: 14px
}

.mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year i,.mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year i {
    font-size: 12px;
    color: #40d9f1;
    cursor: pointer
}

.mec-yearly-view-wrap .mec-events-agenda.mec-selected {
    box-shadow: -10px 0 0 0 #fffcf2,0 -1px 0 #fbebb6;
    background: #fffcf2;
    border-color: #fbebb6;
    color: #f9af29
}

.mec-yearly-agenda-sec span.mec-event-label-captions.mec-fc-style {
    right: 0;
    top: 0
}

@media only screen and (max-width: 959px) {
    .mec-yearly-view-wrap .mec-yearly-calendar-sec {
        width:268px;
        padding: 10px 5px
    }

    .mec-yearly-view-wrap .mec-yearly-agenda-sec {
        width: calc(100% - 268px);
        padding: 0 0 0 10px
    }
}

@media only screen and (max-width: 767px) {
    .mec-yearly-view-wrap .mec-yearly-agenda-sec,.mec-yearly-view-wrap .mec-yearly-calendar-sec {
        width:100%;
        float: none
    }

    .mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar {
        width: auto
    }

    .mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar dl dt {
        width: 14.2%
    }

    .mec-yearly-view-wrap .mec-yearly-title-sec h2 {
        font-size: 25px
    }
}

.mec-yearly-view-wrap .mec-agenda-event i,.mec-yearly-view-wrap .mec-agenda-time {
    display: none
}

@media only screen and (min-width: 768px) {
    .mec-yearly-view-wrap .mec-events-agenda-wrap {
        margin-top:0;
        border: none;
        padding-left: 0;
        box-shadow: none
    }

    .mec-yearly-view-wrap .mec-agenda-date-wrap {
        width: 174px;
        font-size: 11px;
        padding-top: 10px
    }

    .mec-yearly-view-wrap .mec-agenda-events-wrap {
        width: calc(100% - 174px);
        padding: 10px
    }

    .mec-yearly-view-wrap .mec-agenda-event-title a {
        font-size: 13px
    }

    .mec-yearly-view-wrap .mec-agenda-event-title span.event-color {
        width: 8px;
        height: 8px
    }

    .mec-yearly-view-wrap .mec-agenda-date-wrap span.mec-agenda-day {
        font-size: 11px
    }

    .mec-yearly-view-wrap .mec-yearly-calendar-sec {
        box-shadow: -2px 0 5px rgba(0,0,0,.03) inset
    }
}

@media only screen and (max-width: 1200px) {
    .mec-yearly-view-wrap .mec-agenda-event-title a {
        font-size:12px;
        padding-right: 6px
    }
}

.mec-calendar.mec-calendar-timetable .mec-calendar-d-table {
    padding-bottom: 10px;
    border-bottom: none
}

.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt:hover {
    cursor: pointer
}

.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-has-no-event,.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-has-no-event:hover {
    color: #bbb;
    cursor: default
}

.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-day-active {
    background: #40d9f1;
    color: #fff;
    position: relative
}

.mec-calendar.mec-calendar-timetable .mec-calendar-d-table dl dt.mec-timetable-day-active:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #40d9f1 transparent transparent transparent
}

.mec-timetable-events-list {
    padding: 10px 20px;
    border: none;
    margin: 0
}

.mec-timetable-events-list .mec-timetable-event {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd
}

.mec-timetable-events-list .mec-timetable-event:last-child {
    border: none
}

.mec-timetable-event .mec-timetable-event-span {
    font-size: 12px;
    color: #444;
    padding-right: 30px;
    line-height: 22px
}

.mec-timetable-events-list .mec-timetable-event i {
    font-size: 13px;
    color: #aaa;
    margin-right: 3px;
    vertical-align: baseline
}

.mec-timetable-event .mec-timetable-event-span a {
    color: #333
}

.mec-timetable-event .mec-timetable-event-time {
    font-size: 11px
}

.mec-timetable-event .mec-timetable-event-time i {
    vertical-align: text-bottom
}

.mec-timetable-event .mec-timetable-event-title {
    font-size: 13px
}

.mec-timetable-event .mec-timetable-event-title .event-color {
    width: 10px;
    height: 10px
}

.mec-timetable-events-list .mec-timetable-event.mec-util-hidden {
    display: none
}

.mec-timetable-events-list.mec-util-hidden {
    display: none
}

@media only screen and (min-width: 768px) {
    .mec-timetable-events-list {
        display:table;
        width: 100%;
        margin: 10px 0 20px
    }

    .mec-timetable-events-list .mec-timetable-event {
        display: table-row;
        padding: 0;
        border: none;
        background: #fff
    }

    .mec-timetable-events-list .mec-timetable-event:hover {
        background: #fafafa
    }

    .mec-timetable-event .mec-timetable-event-span {
        display: table-cell;
        padding: 10px 15px;
        border-bottom: 1px solid #ebebeb
    }

    .mec-timetable-events-list .mec-timetable-event:last-child .mec-timetable-event-span {
        border-bottom: none
    }
}

@media only screen and (max-width: 767px) {
    .mec-timetable-event .mec-timetable-event-title {
        display:block;
        width: 100%;
        padding: 5px 0 10px;
        font-weight: 700
    }
}

.mec-timetable-t2-wrap {
    border: 1px solid #e6e6e6;
    background: #fafafa;
    padding: 0 15px 15px;
    display: -webkit-box;
    overflow-x: scroll;
    box-shadow: 0 3px 2px 0 rgba(0,0,0,.012)
}

.mec-timetable-t2-col {
    width: 20%;
    float: left;
    min-height: 20px;
    padding-right: 1px;
    background: 0 0
}

.mec-ttt2-title {
    background: #fafafa;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 25px 10px 10px;
    margin-bottom: 1px
}

.mec-timetable-t2-col .mec-event-article {
    position: relative
}

.mec-timetable-t2-col .mec-event-article .event-color {
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    z-index: 1;
    border-radius: 2px
}

.mec-timetable-t2-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 15px 15px 20px;
    text-align: left;
    height: 185px;
    margin-bottom: 1px;
    overflow: hidden
}

.mec-timetable-t2-content .mec-event-title {
    line-height: 22px;
    margin-bottom: 13px;
    white-space: nowrap;
    padding-right: 1px;
    overflow: hidden
}

.mec-timetable-t2-content .mec-event-title a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    white-space: pre-line;
    overflow: hidden
}

.mec-timetable-t2-content div {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    line-height: 19px;
    white-space: nowrap
}

.mec-timetable-t2-content div i {
    font-size: 12px;
    margin-right: 4px
}

@media only screen and (max-width: 960px) {
    .mec-timetable-t2-col {
        width:100%;
        float: none
    }
}

@media (min-width: 961px) {
    .mec-timetable-col-7 {
        width:14.28%
    }

    .mec-timetable-col-6 {
        width: 16.6666%
    }
}

.mec-timetable-t3-wrap td {
    position: relative;
    padding: 0
}

.mec-timetable-t3-wrap td a {
    width: 100%;
    display: block;
    min-height: 110px
}

.mec-weather-box {
    padding: 15px 0
}

.mec-weather-head {
    min-height: 90px;
    padding: 5px 0;
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 10px;
    background: #238af5;
    position: relative
}

.mec-weather-icon-box {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    background: #238af5
}

.mec-weather-icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 10px
}

.mec-weather-summary {
    float: left;
    width: calc(100% - 80px);
    padding-left: 10px;
    margin: 10px 0;
    height: 60px
}

.mec-weather-summary-report {
    font-size: 15px;
    color: rgba(255,255,255,.68);
    margin-bottom: 6px
}

.mec-weather-summary-temp {
    font-weight: 300;
    color: #fff;
    font-size: 29px;
    line-height: 1
}

.degrees-mode {
    background: rgba(0,0,0,.2);
    cursor: pointer;
    font-weight: 300;
    font-size: 18px;
    padding: 4px 5px;
    line-height: 1;
    color: #fff;
    position: absolute;
    border-radius: 8px;
    bottom: 16px;
    left: 16px
}

.mec-weather-extras {
    width: auto;
    padding: 10px 15px 0 15px;
    float: right;
    min-height: 80px;
    color: #fff;
    font-size: 13px;
    line-height: 1
}

.mec-weather-extras {
    width: auto;
    padding: 10px 15px 0 15px;
    float: right;
    min-height: 80px;
    color: #fff;
    font-size: 13px;
    line-height: 1
}

.mec-weather-extras div {
    line-height: 20px;
    height: 20px
}

.mec-weather-extras span {
    color: rgba(255,255,255,.68);
    font-size: 12px;
    text-transform: uppercase
}

.mec-weather-extras var {
    font-size: 11px;
    letter-spacing: .4px
}

.mec-weather-icon.clear-day,.mec-weather-icon.clear-night {
    background-image: url(img/mec-weather-icon-01.png)
}

.mec-weather-icon.partly-sunny-day,.mec-weather-icon.partly-sunny-night {
    background-image: url(img/mec-weather-icon-02.png)
}

.mec-weather-icon.partly-cloudy-day,.mec-weather-icon.partly-cloudy-night {
    background-image: url(img/mec-weather-icon-03.png)
}

.mec-weather-icon.cloudy,.mec-weather-icon.fog,.mec-weather-icon.wind {
    background-image: url(img/mec-weather-icon-04.png)
}

.mec-weather-icon.thunderstorm {
    background-image: url(img/mec-weather-icon-05.png)
}

.mec-weather-icon.rain {
    background-image: url(img/mec-weather-icon-06.png)
}

.mec-weather-icon.hail,.mec-weather-icon.sleet,.mec-weather-icon.snow {
    background-image: url(img/mec-weather-icon-07.png)
}

.mec-av-spot-wrap {
    width: auto;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto 25px;
    background: #f7f7f7;
    min-height: 480px;
    position: relative
}

.mec-av-spot {
    height: auto;
    border: 1px solid #eee;
    box-shadow: 0 6px 12px -4px rgba(0,0,0,.05)
}

.mec-av-spot .mec-event-article {
    position: relative;
    height: auto
}

.mec-av-spot .mec-av-spot-img {
    position: relative;
    background-size: cover!important;
    background-position: center!important;
    width: 100%;
    height: 330px;
    float: none;
    margin: 0;
    overflow: hidden
}

.mec-av-spot .mec-av-spot-content,.mec-av-spot .mec-av-spot-head {
    width: 100%;
    float: none;
    height: 100%;
    background: #fff;
    padding: 0 20px 20px;
    margin-bottom: 0
}

.mec-av-spot .mec-av-spot-head {
    background: #222;
    color: #fff;
    min-height: 80px
}

.mec-av-spot .mec-av-spot-head .mec-av-spot-box {
    padding-top: 25px;
    font-size: 13px;
    color: #ddd
}

.mec-av-spot .mec-av-spot-head .mec-av-spot-box span {
    color: #40d9f1;
    font-size: 40px;
    font-weight: 700;
    font-style: italic
}

.mec-av-spot .mec-av-spot-head .mec-event-countdown {
    text-align: center;
    padding-top: 10px;
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    float: right
}

.mec-av-spot .mec-av-spot-head .mec-event-countdown li {
    display: table-cell;
    padding: 10px 20px;
    position: relative;
    height: 60px
}

.mec-av-spot .mec-av-spot-head .mec-event-countdown p {
    margin-bottom: 0
}

.mec-av-spot .mec-events-content p {
    margin-bottom: 20px
}

.mec-av-spot-content.mec-event-grid-modern .mec-event-article {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none
}

.mec-av-spot-wrap .mec-event-grid-modern .event-grid-modern-head {
    margin-bottom: 10px;
    padding: 14px 34px;
    margin-left: -20px;
    margin-right: -20px;
    text-align: left;
    background: #f9f9f9;
    border-bottom: 1px solid #eee
}

.mec-av-spot-content.mec-event-grid-modern .mec-event-title {
    font-size: 29px
}

.mec-av-spot .mec-av-spot-col6 {
    width: 50%;
    float: left;
    height: 100%
}

.mec-av-spot .mec-av-spot-col6 i {
    font-size: 42px;
    float: left;
    margin-right: 7px;
    height: 58px
}

.mec-av-spot .mec-av-spot-col6 h6 {
    text-transform: uppercase;
    font-size: 17px;
    padding: 4px 0;
    display: inline;
    color: #444
}

.mec-av-spot .mec-av-spot-col6 address {
    font-size: 12px;
    margin-bottom: 0
}

.mec-av-spot-content.mec-event-grid-modern .mec-event-title a:hover {
    text-decoration: underline
}

.mec-av-spot-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
    font-size: 12px;
    padding: 0 31px;
    line-height: 49px;
    height: 50px;
    top: 0;
    box-shadow: 0 5px 11px -3px rgba(0,0,0,.05)
}

@media only screen and (max-width: 768px) {
    .mec-av-spot .mec-av-spot-col6 {
        width:100%;
        margin: 10px 0
    }
}

@media only screen and (max-width: 479px) {
    .mec-av-spot-content.mec-event-grid-modern .mec-event-title {
        font-size:24px
    }
}

.mec-events-masonry-wrap {
    display: block;
    width: auto
}

.mec-masonry-item-wrap {
    width: calc(33.33% - 30px);
    padding: 0;
    margin: 0 15px 30px;
    min-height: 10px;
    position: relative;
    float: left
}

.mec-events-masonry-cats {
    padding: 10px;
    margin-bottom: 25px;
    text-align: center;
    clear: both;
    list-style: none outside none
}

.mec-events-masonry-cats a {
    border-radius: 2px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.2;
    color: #333;
    font-weight: 400;
    margin-top: 0!important;
    text-align: center;
    display: inline-block;
    width: auto;
    border: 2px solid transparent;
    transition: all .2s ease
}

.mec-events-masonry-cats a:hover {
    border-color: #40d9f1;
    color: #333
}

.mec-events-masonry-cats a.mec-masonry-cat-selected {
    border: 2px solid #40d9f1;
    color: #40d9f1
}

.mec-masonry {
    background: #f7f7f7;
    height: auto;
    border: 1px solid #eee;
    box-shadow: 0 6px 12px -4px rgba(0,0,0,.05)
}

.mec-masonry .mec-event-article {
    position: relative;
    height: auto
}

.mec-masonry .mec-masonry-img {
    position: relative;
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
    overflow: hidden
}

.mec-masonry .mec-masonry-img img {
    width: 100%
}

.mec-masonry .mec-masonry-content,.mec-masonry .mec-masonry-head {
    width: 100%;
    float: none;
    height: 100%;
    background: #fff;
    padding: 0 20px 20px;
    margin-bottom: 0
}

.mec-masonry .mec-events-content p {
    margin-bottom: 20px
}

.mec-masonry-content.mec-event-grid-modern .mec-event-article {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none
}

.mec-masonry-item-wrap .mec-event-grid-modern .event-grid-modern-head {
    min-height: 79px;
    margin-bottom: 10px;
    padding: 14px 5%;
    margin-left: -20px;
    margin-right: -20px;
    text-align: left;
    background: #f9f9f9;
    border-bottom: 1px solid #eee
}

.mec-masonry-content.mec-event-grid-modern .mec-event-title {
    font-size: 22px
}

.mec-masonry-content.mec-event-grid-modern .mec-event-content {
    padding-top: 20px
}

@media (max-width: 480px) {
    .mec-masonry-content.mec-event-grid-modern .mec-labels-normal {
        display:block
    }
}

.mec-masonry-content.mec-event-grid-modern .mec-event-footer {
    height: auto
}

.mec-masonry .mec-masonry-col6 .mec-event-date {
    font-size: 52px;
    letter-spacing: -2px;
    line-height: 41px;
    vertical-align: top
}

.mec-masonry .mec-masonry-col6 {
    width: 50%;
    float: left;
    height: 100%
}

.mec-masonry .mec-masonry-col6 i {
    font-size: 24px;
    float: left;
    margin-right: 7px;
    height: 50px
}

.mec-masonry .mec-masonry-col6 .mec-event-month,.mec-masonry .mec-masonry-col6 h6 {
    text-transform: capitalize;
    font-size: 15px;
    padding: 4px 0;
    display: inline;
    color: #444
}

.mec-masonry .mec-masonry-col6 .mec-event-detail,.mec-masonry .mec-masonry-col6 address {
    font-size: 11px;
    margin-bottom: 0
}

.mec-masonry-content.mec-event-grid-modern .mec-event-title a:hover {
    text-decoration: underline
}

.mec-masonry-content.mec-event-grid-modern .mec-event-footer .mec-booking-button {
    font-size: 12px;
    padding: 0 31px;
    line-height: 49px;
    height: 50px;
    top: 0;
    box-shadow: 0 5px 11px -3px rgba(0,0,0,.05)
}

@media only screen and (max-width: 960px) {
    .mec-masonry-item-wrap {
        width:calc(50% - 30px)
    }
}

@media only screen and (max-width: 768px) {
    .mec-masonry .mec-masonry-col6 {
        width:100%;
        margin: 10px 0
    }

    .mec-masonry-item-wrap {
        width: calc(100% - 30px)
    }
}

@media only screen and (max-width: 479px) {
    .mec-masonry-content.mec-event-grid-modern .mec-event-title {
        font-size:24px
    }
}

.mec-wrap.mec-skin-masonry-container .mec-load-more-wrap {
    position: unset
}

.btn-wrapper {
    text-align: center
}

.countdown-wrapper .btn-wrapper {
    padding-top: 10px;
    padding-right: 0
}

.countdown-wrapper h5.countdown-message {
    letter-spacing: 5px;
    font-weight: 500;
    font-size: 18px
}

.blox.dar .countdown-wrapper p,.countdown-wrapper p {
    color: #888
}

.countdown-wrapper a.button.black {
    float: right;
    margin-right: 0
}

.mec-wrap .threedaydigits .days .flip-clock-label {
    right: -100px
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .mec-wrap .flip-clock-wrapper ul {
        width:29px!important
    }

    .mec-wrap .flip-clock-wrapper ul li a div div.inn {
        font-size: 25px!important
    }

    .mec-wrap .flip-clock-divider .flip-clock-label {
        left: 0;
        font-weight: 300
    }

    .mec-wrap span.flip-clock-divider {
        width: 12px
    }
}

@media only screen and (min-width: 320px) and (max-width:480px) {
    .mec-wrap .flip-clock-wrapper ul {
        width:29px!important
    }

    .mec-wrap .flip-clock-wrapper ul li a div div.inn {
        font-size: 25px!important
    }

    .mec-wrap .flip-clock-divider .flip-clock-label {
        display: none
    }

    .mec-wrap span.flip-clock-divider:first-child {
        width: 0
    }

    .mec-wrap span.flip-clock-divider {
        width: 5px
    }

    .mec-single-event .mec-events-meta-group-countdown {
        margin-left: 0;
        padding: 15px 18%
    }
}

@media screen and (min-width: 960px) and (max-width:1200px) {
    .mec-wrap .threedaydigits ul {
        height:50px;
        width: 47px
    }
}

@media screen and (min-width: 480px) and (max-width:768px) {
    .mec-wrap .threedaydigits ul {
        height:48px;
        width: 26px!important
    }

    .mec-wrap .threedaydigits .flip-clock-label {
        font-size: 8px;
        left: -8px
    }
}

@media screen and (min-width: 320px) and (max-width:480px) {
    .mec-wrap .threedaydigits ul {
        height:48px;
        width: 22px!important
    }
}

.mec-wrap .flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.mec-wrap .flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc
}

.mec-wrap .flip-clock-wrapper a:hover {
    color: #fff
}

.mec-wrap .flip-clock-wrapper ul {
    list-style: none
}

.flip-clock-wrapper.clearfix:after,.mec-wrap .flip-clock-wrapper.clearfix:before {
    content: ' ';
    display: table
}

.mec-wrap .flip-clock-wrapper.clearfix:after {
    clear: both
}

.mec-wrap .flip-clock-wrapper {
    font: normal 11px 'helvetica neue',helvetica,sans-serif;
    -webkit-user-select: none
}

.mec-wrap .flip-clock-meridium {
    background: 0 0!important;
    box-shadow: 0 0 0!important;
    font-size: 36px!important
}

.mec-wrap .flip-clock-meridium a {
    color: #313333
}

.mec-wrap .flip-clock-wrapper {
    text-align: center;
    position: relative;
    display: inline-block;
    padding-bottom: 10px
}

.flip-clock-wrapper:after,.mec-wrap .flip-clock-wrapper:before {
    content: ' ';
    display: table
}

.mec-wrap .flip-clock-wrapper:after {
    clear: both
}

.mec-wrap .flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 2px;
    width: 50px;
    height: 50px;
    font-size: 80px;
    font-weight: 700;
    line-height: 87px;
    border-radius: 3px;
    background: rgba(0,0,0,.21)
}

.mec-wrap .flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 54px;
    text-decoration: none!important
}

.mec-wrap .flip-clock-wrapper ul li:first-child {
    z-index: 2
}

.mec-wrap .flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
    margin: 0!important;
    overflow: visible!important;
    cursor: default!important
}

.mec-wrap .flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 80px;
    overflow: hidden;
    outline: 1px solid transparent
}

.mec-wrap .flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}

.mec-wrap .flip-clock-wrapper ul li a div.up {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0
}

.mec-wrap .flip-clock-wrapper ul li a div.up:after {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: rgba(0,0,0,.12)
}

.mec-wrap .flip-clock-wrapper ul li a div.down {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.mec-wrap .flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,.25);
    text-align: center;
    background-color: #40d9f1;
    border-radius: 3px;
    font-size: 48px
}

.mec-wrap .flip-clock-wrapper ul li a div.up div.inn {
    top: 0
}

.mec-wrap .flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0
}

.mec-wrap .flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3
}

.mec-wrap .flip-clock-wrapper .flip {
    box-shadow: 0 2px 5px rgba(0,0,0,.17)
}

.mec-wrap .flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd .5s .5s linear both;
    -moz-animation: asd .5s .5s linear both;
    animation: asd .5s .5s linear both;
    z-index: 5
}

.mec-wrap .flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 18px;
    height: 62px
}

.mec-wrap .flip-clock-divider:first-child {
    width: 0
}

.mec-wrap .flip-clock-dot {
    display: none;
    background: #323434;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    left: 5px
}

.mec-wrap .flip-clock-divider .flip-clock-label {
    position: absolute;
    bottom: -1.5em;
    right: -71px;
    color: #101010;
    font-weight: 700;
    text-shadow: none;
    text-transform: uppercase
}

.mec-wrap .blox.dark .flip-clock-divider .flip-clock-label {
    color: #8a8a8a
}

.mec-wrap .flip-clock-divider.seconds .flip-clock-label {
    right: -82px
}

.mec-wrap .flip-clock-dot.top {
    top: 30px
}

.mec-wrap .flip-clock-dot.bottom {
    bottom: 30px
}

@-webkit-keyframes asd {
    0% {
        z-index: 2
    }

    20% {
        z-index: 4
    }

    100% {
        z-index: 4
    }
}

@-moz-keyframes asd {
    0% {
        z-index: 2
    }

    20% {
        z-index: 4
    }

    100% {
        z-index: 4
    }
}

@-o-keyframes asd {
    0% {
        z-index: 2
    }

    20% {
        z-index: 4
    }

    100% {
        z-index: 4
    }
}

@keyframes asd {
    0% {
        z-index: 2
    }

    20% {
        z-index: 4
    }

    100% {
        z-index: 4
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn .5s .5s linear both;
    -moz-animation: turn .5s .5s linear both;
    animation: turn .5s .5s linear both
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotatex(90deg)
    }

    100% {
        -webkit-transform: rotatex(0)
    }
}

@-moz-keyframes turn {
    0% {
        -moz-transform: rotatex(90deg)
    }

    100% {
        -moz-transform: rotatex(0)
    }
}

@-o-keyframes turn {
    0% {
        -o-transform: rotatex(90deg)
    }

    100% {
        -o-transform: rotatex(0)
    }
}

@keyframes turn {
    0% {
        transform: rotatex(90deg)
    }

    100% {
        transform: rotatex(0)
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 .5s linear both;
    -moz-animation: turn2 .5s linear both;
    animation: turn2 .5s linear both
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotatex(0)
    }

    100% {
        -webkit-transform: rotatex(-90deg)
    }
}

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotatex(0)
    }

    100% {
        -moz-transform: rotatex(-90deg)
    }
}

@-o-keyframes turn2 {
    0% {
        -o-transform: rotatex(0)
    }

    100% {
        -o-transform: rotatex(-90deg)
    }
}

@keyframes turn2 {
    0% {
        transform: rotatex(0)
    }

    100% {
        transform: rotatex(-90deg)
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3
}

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,rgba(64,64,64,.68)));
    background: linear,top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%;
    background: -o-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);
    background: linear,to bottom,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%;
    -webkit-animation: show .5s linear both;
    -moz-animation: show .5s linear both;
    animation: show .5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,rgba(64,64,64,.68)));
    background: linear,top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%;
    background: -o-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%);
    background: linear,to bottom,rgba(0,0,0,.1) 0,rgba(64,64,64,.68) 100%;
    -webkit-animation: hide .5s .3s linear both;
    -moz-animation: hide .5s .3s linear both;
    animation: hide .5s .3s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(64,64,64,.68)),color-stop(100%,rgba(0,0,0,.1)));
    background: linear,top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%;
    background: -o-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);
    background: -ms-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);
    background: linear,to bottom,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%;
    -webkit-animation: show .5s linear both;
    -moz-animation: show .5s linear both;
    animation: show .5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(64,64,64,.68)),color-stop(100%,rgba(0,0,0,.1)));
    background: linear,top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%;
    background: -o-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);
    background: -ms-linear-gradient(top,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%);
    background: linear,to bottom,rgba(64,64,64,.68) 0,rgba(0,0,0,.1) 100%;
    -webkit-animation: hide .5s .3s linear both;
    -moz-animation: hide .5s .3s linear both;
    animation: hide .5s .2s linear both
}

@-webkit-keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@media only screen and (min-width: 320px) and (max-width:480px) {
    .single-mec-events .mec-wrap .flip-clock-wrapper {
        padding-bottom:0;
        max-width: 218px
    }

    .single-mec-events .mec-wrap .mec-events-meta-group-countdown {
        padding: 20px 10px 20px 10px
    }

    .mec-wrap .flip-clock-wrapper ul {
        width: 25px!important;
        padding: 0
    }

    .single-mec-events .mec-wrap .flip-clock-wrapper .flip {
        margin-bottom: 40px
    }

    .single-mec-events .mec-wrap .flip-clock-divider .flip-clock-label {
        display: block
    }

    .single-mec-events .mec-wrap .flip-clock-divider.days .flip-clock-label {
        left: -15px
    }

    .single-mec-events .mec-wrap .flip-clock-divider.hours .flip-clock-label {
        left: 0
    }

    .single-mec-events .mec-wrap .flip-clock-divider.minutes .flip-clock-label {
        left: 0
    }

    .single-mec-events .mec-wrap .flip-clock-divider.seconds .flip-clock-label {
        left: -15px
    }

    .single-mec-events .mec-wrap .flip-clock-wrapper {
        max-width: unset
    }
}

@font-face {
    font-family: simple-line-icons;
    src: url(//erco.com.mx/wp-content/plugins/modern-events-calendar-lite/assets/fonts/Simple-Line-Icons.eot?v=2.3.1);
    src: url(//erco.com.mx/wp-content/plugins/modern-events-calendar-lite/assets/fonts/Simple-Line-Icons.eot?v=2.3.1#iefix) format('embedded-opentype'),url(//erco.com.mx/wp-content/plugins/modern-events-calendar-lite/assets/fonts/Simple-Line-Icons.woff2?v=2.3.1) format('woff2'),url(//erco.com.mx/wp-content/plugins/modern-events-calendar-lite/assets/fonts/Simple-Line-Icons.woff?v=2.3.1) format('woff'),url(//erco.com.mx/wp-content/plugins/modern-events-calendar-lite/assets/fonts/Simple-Line-Icons.ttf?v=2.3.1) format('truetype'),url(//erco.com.mx/wp-content/plugins/modern-events-calendar-lite/assets/fonts/Simple-Line-Icons.svg?v=2.3.1#simple-line-icons) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=mec-sl-] {
    font-family: simple-line-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mec-sl-facebook:before {
    content: '\e00b'
}

.mec-sl-twitter:before {
    content: '\e009'
}

.mec-sl-google-plus:before {
    content: '\e60d'
}

.mec-sl-angle-left:before {
    content: '\e605'
}

.mec-sl-angle-right:before {
    content: '\e606'
}

.mec-sl-calendar:before {
    content: '\e075'
}

.mec-sl-clock-o:before {
    content: '\e081'
}

.mec-sl-home:before {
    content: '\e069'
}

.mec-sl-phone:before {
    content: '\e600'
}

.mec-sl-envelope:before {
    content: '\e086'
}

.mec-sl-sitemap:before {
    content: '\e037'
}

.mec-sl-map-marker:before {
    content: '\e096'
}

.mec-sl-floder:before {
    content: '\e089'
}

.mec-sl-wallet:before {
    content: '\e02a'
}

.mec-color,.mec-color-before :before,.mec-color-hover:hover,.mec-wrap .mec-color,.mec-wrap .mec-color-before :before,.mec-wrap .mec-color-hover:hover {
    color: #40d9f1
}

.mec-bg-color,.mec-bg-color-hover:hover,.mec-wrap .mec-bg-color,.mec-wrap .mec-bg-color-hover:hover {
    background-color: #40d9f1
}

.mec-box-marker,.mec-vip-content-notice {
    box-shadow: 5px 0 0 #40d9f1 inset;
    padding: 5px 10px
}

.mec-border-color,.mec-border-color-hover:hover,.mec-wrap .mec-border-color,.mec-wrap .mec-border-color-hover:hover {
    border-color: #40d9f1
}

.mec-toggle-month-divider.mec-skin-list-events-container {
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
    background: #f8f8f8;
    box-shadow: 0 2px 18px -1px rgba(0,0,0,.1);
    border-radius: 2px
}

.mec-toggle-month-divider .mec-month-divider {
    margin: 0;
    text-align: left;
    background: #fff;
    position: relative;
    cursor: pointer;
    border-top: 1px solid #e8e8e8
}

.mec-toggle-month-divider .mec-month-divider span {
    padding: 20px;
    border-bottom: 1px solid #e8e8e8
}

.mec-toggle-month-divider .mec-month-divider i {
    position: absolute;
    right: 20px;
    top: 24px;
    font-size: 20px;
    cursor: pointer
}

.mec-toggle-month-divider .mec-month-divider span:before {
    display: none
}

.mec-toggle-month-divider .mec-month-divider+article {
    margin-top: 20px
}

.mec-toggle-month-divider .mec-wrap .mec-month-divider:first-of-type {
    border-top: none
}

.mec-toggle-month-divider .mec-event-list-accordion .mec-month-divider:not(:first-of-type)~article {
    display: none
}

.mec-skin-list-events-container:not(.mec-toggle-month-divider) .mec-month-divider i {
    display: none
}

.mec-toogle-inner-month-divider .mec-toggle-item-col .mec-event-month {
    display: inline-block;
    padding-top: 0
}

.mec-toogle-inner-month-divider .mec-toggle-item-col .mec-event-date {
    font-size: 14px;
    line-height: 14px;
    float: none;
    display: inline-block;
    margin-right: 0;
    font-weight: 700
}

.mec-events-toggle .mec-toogle-inner-month-divider.mec-toggle-item-inner {
    padding: 20px 60px 30px 15px
}

.mec-toogle-inner-month-divider .mec-toggle-month-inner-image {
    float: left;
    clear: right;
    width: 100px;
    margin-right: 20px;
    margin-left: 10px
}

.mec-toogle-inner-month-divider .mec-toggle-item-col .mec-event-detail {
    margin-top: -6px
}

.mec-toogle-inner-month-divider .mec-toggle-item-col {
    float: none;
    width: 100%;
    margin-top: 10px;
    display: block;
    border: none
}

.mec-events-toggle .mec-toogle-inner-month-divider .mec-toggle-title {
    font-size: 19px;
    display: block;
    padding-top: 10px
}

@media only screen and (max-width: 768px) {
    .mec-events-toggle .mec-toogle-inner-month-divider .mec-toggle-title {
        font-size:14px;
        padding-top: 0
    }

    .mec-toogle-inner-month-divider .mec-toggle-item-col {
        margin-top: 0
    }

    .mec-toogle-inner-month-divider .mec-toggle-month-inner-image {
        width: 70px
    }
}

.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-canceled,.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-custom,.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-featured {
    overflow: hidden;
    position: relative
}

.mec-event-label-captions {
    z-index: 1;
    position: absolute;
    top: 20px;
    right: -37px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #04de78;
    padding: 2px 40px;
    color: #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .5s cubic-bezier(.25, .5, .06, .85);
    transition: .5s cubic-bezier(.25, .5, .06, .85);
    list-style: none;
    text-align: center
}

.mec-box-calendar.mec-event-calendar-classic.mec-event-container-novel .mec-event-label-captions {
    display: none
}

.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-label-canceled:before {
    background: #de0404
}

.mec-daily-view-date-events article:before,ul.mec-weekly-view-dates-events article:before {
    padding: 7px 40px!important;
    top: 27px!important
}

.mec-event-grid-classic article .mec-fc-style,.mec-event-grid-minimal article .mec-fc-style,.mec-event-grid-simple article .mec-fc-style,.mec-timeline-event .mec-fc-style,.mec-timetable-wrap article .mec-fc-style,.mec-wrap .mec-event-list-accordion article .mec-fc-style,.mec-wrap .mec-event-list-modern article .mec-fc-style,.mec-wrap .mec-events-agenda .mec-agenda-event .mec-fc-style,.mec-wrap article.mec-event-cover-classic .mec-fc-style,.mec-wrap article.mec-event-cover-clean .mec-fc-style,.mec-wrap article.mec-event-cover-modern .mec-fc-style,.mec-wrap article[class^=mec-event-countdown-] .mec-fc-style {
    font-size: 9px;
    letter-spacing: .5px;
    text-transform: uppercase;
    background: #04de78;
    padding: 2px 7px;
    color: #fff;
    position: relative;
    margin-left: 5px;
    border-radius: 2px
}

.mec-timeline-event.mec-label-canceled .mec-fc-style,.mec-wrap .mec-events-agenda .mec-agenda-event.mec-label-canceled .mec-fc-style,.mec-wrap article.mec-event-cover-modern.mec-label-canceled .mec-fc-style {
    background: #de0404
}

.mec-event-grid-minimal article .mec-fc-style:before,.mec-event-grid-simple article .mec-fc-style:before,.mec-timeline-event .mec-fc-style:before,.mec-timetable-wrap article .mec-fc-style:before,.mec-wrap .mec-event-list-accordion article .mec-fc-style:before,.mec-wrap .mec-event-list-modern article .mec-fc-style:before,.mec-wrap .mec-events-agenda .mec-agenda-event .mec-fc-style:before,.mec-wrap article.mec-event-cover-classic .mec-fc-style:before,.mec-wrap article.mec-event-cover-clean .mec-fc-style:before,.mec-wrap article[class^=mec-event-countdown-] .mec-fc-style:before {
    width: 0;
    height: 0;
    border-top: 4px solid transparent!important;
    border-right: 5px solid;
    border-bottom: 4px solid transparent;
    margin: 0;
    top: 50%;
    left: -5px;
    transform: translateY(-4.5px);
    position: absolute;
    content: '';
    color: var(--background-color)
}

.mec-timeline-event.mec-label-canceled .mec-fc-style:before,.mec-wrap .mec-events-agenda .mec-agenda-event.mec-label-canceled .mec-fc-style:before {
    color: #de0404
}

.mec-event-grid-classic article.mec-label-canceled:before,.mec-event-grid-classic article.mec-label-featured:before,.mec-event-grid-minimal article.mec-label-canceled:before,.mec-event-grid-minimal article.mec-label-featured:before,.mec-event-grid-simple article.mec-label-canceled:before,.mec-event-grid-simple article.mec-label-featured:before,.mec-timetable-wrap article.mec-label-canceled:before,.mec-timetable-wrap article.mec-label-featured:before,.mec-wrap .mec-event-list-accordion article.mec-label-canceled:before,.mec-wrap .mec-event-list-accordion article.mec-label-featured:before,.mec-wrap .mec-event-list-modern article.mec-label-canceled:before,.mec-wrap .mec-event-list-modern article.mec-label-featured:before {
    display: none
}

.mec-wrap .mec-event-list-accordion article .mec-fc-style,.mec-wrap .mec-event-list-modern article .mec-fc-style,.mec-wrap article.mec-event-cover-classic .mec-fc-style,.mec-wrap article.mec-event-cover-clean .mec-fc-style,.mec-wrap article[class^=mec-event-countdown-] .mec-fc-style {
    top: -1px;
    right: -3px;
    font-size: 11px;
    white-space: nowrap
}

.mec-event-grid-classic article.mec-label-canceled .mec-fc-style,.mec-event-grid-minimal article.mec-label-canceled .mec-fc-style,.mec-event-grid-simple article.mec-label-canceled .mec-fc-style,.mec-timetable-wrap article.mec-label-canceled .mec-fc-style,.mec-wrap .mec-event-list-accordion article.mec-label-canceled .mec-fc-style,.mec-wrap .mec-event-list-modern article.mec-label-canceled .mec-fc-style,.mec-wrap article.mec-event-cover-classic.mec-label-canceled .mec-fc-style,.mec-wrap article.mec-event-cover-clean.mec-label-canceled .mec-fc-style,.mec-wrap article[class^=mec-event-countdown-].mec-label-canceled .mec-fc-style {
    background: #de0404
}

.mec-event-grid-classic article.mec-label-canceled .mec-fc-style:before,.mec-event-grid-minimal article.mec-label-canceled .mec-fc-style:before,.mec-event-grid-simple article.mec-label-canceled .mec-fc-style:before,.mec-timetable-wrap article.mec-label-canceled .mec-fc-style:before,.mec-wrap .mec-event-list-accordion article.mec-label-canceled .mec-fc-style:before,.mec-wrap .mec-event-list-modern article.mec-label-canceled .mec-fc-style:before,.mec-wrap article.mec-event-cover-classic.mec-label-canceled .mec-fc-style:before,.mec-wrap article.mec-event-cover-clean.mec-label-canceled .mec-fc-style:before,.mec-wrap article[class^=mec-event-countdown-].mec-label-canceled .mec-fc-style:before {
    color: #de0404
}

.mec-wrap .mec-slider-t5 article:not([class^=mec-event-countdown]).mec-label-canceled:before,.mec-wrap .mec-slider-t5 article:not([class^=mec-event-countdown]).mec-label-featured:before {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    top: 271px;
    right: 0
}

.mec-timetable-wrap article .mec-fc-style {
    top: -2px;
    font-size: 10px;
    right: 0
}

.mec-wrap article.mec-event-cover-modern .mec-fc-style {
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
    display: inline-block;
    border-radius: 2px;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    right: 0;
    top: 0
}

.mec-skin-grid-events-container .mec-wrap .mec-event-grid-clean .mec-event-article:before {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none!important;
    -webkit-transition: none;
    transition: none;
    top: 22px!important;
    right: 22px!important;
    padding: 0 10px!important
}

.mec-event-grid-minimal article .mec-fc-style,.mec-event-grid-simple article .mec-fc-style {
    top: -4px;
    font-size: 10px;
    margin-left: 10px;
    right: 0
}

.mec-event-grid-classic article .mec-fc-style {
    padding: 5px 20px;
    font-size: 12px;
    margin-top: 8px;
    display: inline-block
}

.mec-load-month-link {
    color: #a9a9a9;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: unset;
    transition: all .33s ease
}

ul.mec-categories {
    padding: 0
}

ul.mec-categories li.mec-category {
    list-style: none
}

ul.mec-categories li.mec-category a {
    font-weight: 400;
    color: #626262;
    font-size: 13px;
    text-align: left;
    transition: all .23s ease;
    -webkit-transition: all .23s ease
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    margin: 0 4px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABmJLR0QA/wD/AP+gvaeTAAAD90lEQVRoge2ZzWscZRjAf8/OJpUkQrF6SJMcNB+zobVdk8WCWEwqBEou0kMKtkgPHoRUD54VFMQ/wJBYhJ6MoGvFg3rQQ7dQFJVN09RANl9UkrgRbVrFuDZpZh4PSWqYmd2Z2a8Ize+0+7zPO/N7dt7l/RjYY48HGynHRZKqRltm7mmBXo1It9jEEBqBhq2UVYSswrTYmraVVFdn248iYpd675IK+GluruXehg4KchZoCtl9SVRHJcrw0fb2pWIdiirg2uzsY2LLOyjngNpib77FOujFdd1481hn50rYzqELGJ+afxGxh0AeCdvXhxURBuNm2ydhOgUuIJ1O1xgN+0eAl0OrhUDgwp3lxVd7e3s3Aub7k05n64yG3CXgZEl2QVG+sv6uG0gkDub8UiN+CZu/fBXlAYR+oz6XTKVSUb9U3wK2hk315LcR+vc3Nr/nn1aA8cz8GdDR8lmFR9DT8Vh7Mn97Hn6YmjpQKzUZ4NGKmAVnxRIrljDNW16NeYdQbaTmXXZfHuCAYUffytfo+QQmZmebbUvmKX2SKhdrIlZr3DR/cTZ4PgHL4jz/H3mAfUp00KvBVYCqRgQ5U3mnkKi+lFQ1nGFXAeOZuWNAc1WkwtHUMXOz2xl0FSDQWx2f8NjoCWfM4z8giWrIFIMorifgnqojdKDeF7Asi69TVxm7MYkIdB85TF/PcQzDqGjeNoqa/gWoNuab3765cpUr331//3vq283PJ5/vqWjeNgKNzpjXEGpwxzZJT0zuSmwHDzsDvou5nYjHg4l4xMqdVwiPAnQ1X3L3kcOuWNfRJyuet4O/nAH3f0BkGcVzu9jXcxyAsRuT9wX6nnu24nnbKCy7dJ2Ba9Nzn4lyKu9VdhX59KlY68DOiHsis3WsekLhEHC5uQqwlcvV0QmPitvNNYRUNTI+Pf+zQEt1tAKzEDdbH3ee5rmHkIgdUf2oel4BEUa9jiI95wGJMgysV1wqOGuCNeLV4FnA5lmlXqysU3BE+MBrNwaF9sTWQ28Av1fMKjgra/a9t/M15i3g0KGW2yq8Vhmn4Cj6SqFD34JroS6z7WOBC+XXCoYIQ12x9kuFcnwXczNm63mUz8unFRDRL+9kF1/3TQtyrXQ6W2fU55II/aWb+aPIF3fra08/09Lyj19uoOV0InEw98eviy+Avl+6XmFEGPpzeeFUEHko4gXH9czsgCLDlP/U7jdFB/3GvJNQGxqAeKw9WWvtM1EZBtbC9ncicFeEIWO9JhZWfqt/8Vyfnm5SooOqeraItdMC8KGyMdIVi2WLdSjLa1ZVjUzM3EzY6AlRuhU1BW36b3+tqyBLIDMCaRUuxzueGCvHa9Y99njQ+RcbkGTacAW/agAAAABJRU5ErkJggg==);
    background-position: center center;
    background-size: cover
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip {
    position: absolute;
    width: 340px;
    bottom: 24px;
    left: calc(50% - 170px);
    background: #fff;
    border-radius: 5px;
    border: 1px solid #535a6121;
    box-shadow: 0 4px 45px -8px #444b5061;
    visibility: hidden;
    opacity: 0;
    transition: opacity .18s ease,transform .18s ease,visibility .25s ease;
    transform: scale(.9);
    z-index: 99
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields:hover .mec-data-fields-tooltip {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip:before {
    display: block;
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: calc(50% - 12px);
    top: 100%;
    transform: translate(50%,-50%) rotate(-45deg);
    background-color: #fff;
    box-shadow: 0 8px 9px -4px #535a61;
    z-index: 0
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box {
    overflow: hidden;
    border-radius: 11px;
    padding: 12px 0
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    padding: 9px 15px;
    text-align: left
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul::-webkit-scrollbar-track {
    background-color: #fafafa
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul::-webkit-scrollbar {
    width: 4px;
    background-color: #fafafa
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul::-webkit-scrollbar-thumb {
    background-color: #40d9f1;
    border-radius: 4px
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul .mec-event-data-field-item {
    display: block;
    width: 100%;
    text-transform: none;
    margin: 0 0 8px 0;
    color: #616263;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    padding-bottom: 8px;
    border-bottom: 1px dashed #e1e2e3
}

.mec-wrap [id^=mec_skin_events_] .mec-event-data-fields .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul .mec-event-data-field-item:last-child {
    border-bottom: none
}

.mec-wrap [id^=mec_skin_events_] .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul .mec-event-data-field-item a {
    color: #40d9f1;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400
}

.mec-wrap [id^=mec_skin_events_] .mec-data-fields-tooltip .mec-data-fields-tooltip-box ul .mec-event-data-field-item a:hover {
    color: #000
}

.mec-wrap .mec-custom-data .mec-timetable-t2-content,.mec-wrap .mec-custom-data .mec-timetable-t2-content .mec-event-title,.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-custom-data.mec-label-canceled,.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-custom-data.mec-label-featured {
    overflow: visible!important
}

.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-custom-data.mec-label-canceled .mec-event-label-captions,.mec-wrap article:not([class^=mec-event-countdown]):not([class^=mec-event-cover-]).mec-custom-data.mec-label-featured .mec-event-label-captions {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: fit-content;
    top: 7px;
    right: 7px;
    padding: 2px 5px;
    border-radius: 4px
}

@media (min-width: 768px) {
    .mec-wrap [id^=mec_skin_events_] .mec-event-list-standard .mec-label-canceled .mec-event-data-fields .mec-data-fields-tooltip,.mec-wrap [id^=mec_skin_events_] .mec-event-list-standard .mec-label-custom .mec-event-data-fields .mec-data-fields-tooltip,.mec-wrap [id^=mec_skin_events_] .mec-event-list-standard .mec-label-featured .mec-event-data-fields .mec-data-fields-tooltip {
        bottom:calc(50% - 110px);
        left: 30px
    }

    .mec-wrap [id^=mec_skin_events_] .mec-event-list-standard .mec-label-canceled .mec-event-data-fields .mec-data-fields-tooltip:before,.mec-wrap [id^=mec_skin_events_] .mec-event-list-standard .mec-label-custom .mec-event-data-fields .mec-data-fields-tooltip:before,.mec-wrap [id^=mec_skin_events_] .mec-event-list-standard .mec-label-featured .mec-event-data-fields .mec-data-fields-tooltip:before {
        left: -10px;
        top: calc(100% - 110px);
        box-shadow: -8px -5px 9px -4px #535a61
    }
}

.mec-hourly-schedule-speaker-info {
    background: #fff;
    padding: 30px;
    border: 1px solid #e6e6e6;
    max-width: 740px;
    width: 740px;
    margin-left: -110px
}

.mec-hourly-schedule-speaker-thumbnail {
    float: left;
    max-width: 30%;
    width: 30%
}

.mec-hourly-schedule-speaker-name {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    color: #333;
    text-transform: uppercase
}

.mec-hourly-schedule-speaker-details {
    float: left;
    width: 69%;
    padding-left: 25px
}

.mec-hourly-schedule-speaker-job-title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 4px
}

.mec-hourly-schedule-speaker-description {
    font-size: 14px;
    font-weight: 400;
    color: #6d7683;
    line-height: 1.7;
    text-align: left
}

.mec-hourly-schedule-speaker-contact-information a i {
    color: #6b6b6b;
    background: #ebebeb;
    line-height: 29px;
    margin: 9px 7px 9px 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    transition: all .2s ease;
    font-size: 15px;
    cursor: pointer;
    border-radius: 3px
}

.mec-hourly-schedule-speaker-contact-information a i:hover {
    background: #222;
    color: #fff
}

@media only screen and (max-width: 479px) {
    .mec-hourly-schedule-speaker-thumbnail {
        float:none;
        max-width: none;
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%
    }

    .mec-hourly-schedule-speaker-thumbnail img {
        width: 100%
    }

    .mec-hourly-schedule-speaker-details {
        padding-left: 0
    }

    .mec-hourly-schedule-speaker-info {
        width: 90%;
        margin: 0 auto
    }
}

.mec-profile .mec-profile-bookings {
    border: 2px solid #e6e6e6;
    text-align: center
}

.mec-profile .mec-profile-bookings tbody tr:first-child {
    background: #f7f7f7;
    font-weight: 700;
    text-transform: capitalize
}

.mec-profile .mec-profile-bookings tbody tr {
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px
}

.mec-profile .mec-profile-bookings tbody tr td {
    border: 1px solid #e6e6e6;
    padding: 10px;
    text-align: center;
    word-break: initial
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(1) {
    width: 5%
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(2) {
    width: 53%;
    text-align: left
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(3) {
    width: 7%
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(4) {
    width: 7%
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(5) {
    width: 7%
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(6) {
    width: 7%
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(7) {
    width: 7%
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(8) {
    width: 7%
}

.mec-profile .mec-profile-bookings tbody tr td:nth-child(8) i {
    color: #fe686a
}

.mec-profile .mec-event-status {
    padding: 5px 10px;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: .4px
}

.mec-profile .mec-event-status.mec-book-confirmed {
    background: #50d477
}

.mec-profile .mec-event-status.mec-book-pending {
    background: #fcbe69
}

.mec-profile .mec-event-status.mec-book-rejected {
    background: #fe686a
}

.mec-profile .mec-event-date {
    font-size: 12px;
    color: #888
}

.mec-event-date,.mec-event-status {
    text-align: center
}

.mec-event-date .mec-tooltip,.mec-event-status .mec-tooltip {
    position: relative;
    width: fit-content;
    margin: auto
}

.mec-profile i {
    font-size: 15px;
    color: #008aff;
    vertical-align: text-bottom;
    margin-right: 4px
}

.mec-event-date .mec-tooltip .box,.mec-event-status .mec-tooltip .box {
    min-width: 250px;
    max-width: 300px;
    display: inline-block;
    top: -8px;
    left: 50%;
    margin-top: 0;
    transform: translate(-50%,-100%);
    padding: 0;
    background-color: #000;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 1.5;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0 4px 45px -8px #535a61;
    padding: 5px 10px 6px;
    border-radius: 8px;
    text-align: center;
    font-style: normal;
    opacity: 0;
    visibility: hidden;
    display: none
}

.mec-event-date .mec-tooltip .box,.mec-event-status .mec-tooltip .box {
    font-size: 13px;
    letter-spacing: 1.1px;
    font-weight: 500
}

.mec-event-date .mec-tooltip:hover .box:after,.mec-event-status .mec-tooltip:hover .box:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: calc(50% - 12px);
    bottom: -12px;
    transform: translate(50%,-50%) rotate(-45deg);
    background-color: #000;
    box-shadow: 0 8px 9px -4px #535a61
}

.mec-event-status .mec-tooltip .box {
    min-width: 100px
}

.mec-event-status.mec-book-confirmed .mec-tooltip .box,.mec-event-status.mec-book-confirmed .mec-tooltip:hover .box:after {
    background-color: #50d477
}

.mec-event-status.mec-book-rejected .mec-tooltip .box,.mec-event-status.mec-book-rejected .mec-tooltip:hover .box:after {
    background-color: #fe686a
}

.mec-event-status.mec-book-pending .mec-tooltip .box,.mec-event-status.mec-book-pending .mec-tooltip:hover .box:after {
    background-color: #fcbe69
}

.mec-event-date .mec-tooltip:hover .box,.mec-event-status .mec-tooltip:hover .box {
    opacity: 1;
    visibility: visible;
    display: block
}

.mec-profile .mec-event-status {
    padding: 0
}

.mec-profile .mec-booking-number-of-attendees {
    font-size: 13px;
    color: #888
}

.mec-profile .mec-booking-number-of-attendees i,.mec-profile .mec-profile-bookings-view-invoice i {
    font-size: 15px;
    color: #008aff;
    vertical-align: text-bottom;
    margin-right: 4px
}

.mec-booking-attendees {
    background: #fff;
    padding: 10px
}

.mec-booking-attendees {
    width: 850px;
    text-align: center
}

.mec-booking-attendees-wrapper {
    border: 2px solid #e6e6e6;
    font-size: 14px
}

.mec-booking-attendees-head {
    display: table;
    width: 100%;
    background: #f7f7f7;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 700
}

.mec-booking-attendees-head span,.mec-booking-attendees-head-content>span {
    vertical-align: middle;
    display: table-cell;
    padding: 7px;
    border-right: 1px solid #e6e6e6;
    font-size: 12px
}

.mec-booking-attendees-head-content {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e6e6e6
}

.mec-booking-attendees-wrapper .mec-booking-attendees-head-content:last-child {
    border: none
}

.mec-booking-attendees-head span:nth-child(1),.mec-booking-attendees-head-content>span:nth-child(1) {
    width: 4%
}

.mec-booking-attendees-head span:nth-child(2),.mec-booking-attendees-head-content>span:nth-child(2) {
    width: 20%
}

.mec-booking-attendees-head span:nth-child(3),.mec-booking-attendees-head-content>span:nth-child(3) {
    width: 24%
}

.mec-booking-attendees-head span:nth-child(4),.mec-booking-attendees-head-content>span:nth-child(4) {
    width: 26%
}

.mec-booking-attendees-head span:nth-child(5),.mec-booking-attendees-head-content>span:nth-child(5) {
    width: 26%
}

@media only screen and (max-width: 759px) {
    .mec-booking-attendees {
        width:470px
    }

    .mec-booking-attendees-head span,.mec-booking-attendees-head-content>span {
        word-break: break-all
    }
}

@media (max-width: 1366px) {
    .mec-profile .mec-profile-bookings tbody tr td:nth-child(1) {
        width:6%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(2) {
        width: 40%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(3) {
        width: 8%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(4) {
        width: 8%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(5) {
        width: 12%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(6) {
        width: 10%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(7) {
        width: 8%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(8) {
        width: 8%
    }
}

@media (max-width: 1024px) {
    .mec-profile .mec-profile-bookings tbody tr td:nth-child(1) {
        width:5%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(2) {
        width: 30%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(3) {
        width: 10%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(4) {
        width: 10%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(5) {
        width: 15%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(6) {
        width: 10%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(7) {
        width: 10%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(8) {
        width: 10%
    }
}

@media (max-width: 780px) {
    .mec-profile .mec-profile-bookings tbody tr,.mec-profile i {
        font-size:12px
    }

    .mec-event-date .mec-tooltip .box {
        min-width: 200px
    }

    .mec-event-status .mec-tooltip .box {
        min-width: 90px
    }

    .mec-event-date .mec-tooltip .box,.mec-event-status .mec-tooltip .box {
        padding: 4px 5px!important
    }

    .mec-profile .mec-profile-bookings tbody tr {
        font-size: 12px
    }
}

@media (max-width: 480px) {
    .mec-profile .mec-booking-number-of-attendees,.mec-profile .mec-profile-bookings tbody tr,.mec-profile i {
        font-size:8px!important
    }

    .mec-profile .mec-profile-bookings tbody tr td {
        padding: 3px
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(1) {
        width: 5%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(2) {
        width: 19%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(3) {
        width: 10%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(4) {
        width: 12%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(5) {
        width: 18%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(6) {
        width: 13%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(7) {
        width: 10%
    }

    .mec-profile .mec-profile-bookings tbody tr td:nth-child(8) {
        width: 13%
    }

    .mec-event-date .mec-tooltip .box,.mec-event-status .mec-tooltip .box {
        font-size: 8px
    }

    .mec-event-date .mec-tooltip .box {
        min-width: 75px
    }

    .mec-event-status .mec-tooltip .box {
        min-width: 70px
    }

    .mec-event-date .mec-tooltip .box,.mec-event-status .mec-tooltip .box {
        padding: 4px 5px!important
    }
}

.mec-woo-booking-checkout {
    position: relative;
    border: none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 21px;
    margin-right: 10px;
    line-height: 1;
    padding: 18px 20px 16px;
    background: #39c36e;
    -webkit-transition: all .21s ease;
    -moz-transition: all .21s ease;
    transition: all .21s ease;
    border-radius: 0;
    margin-bottom: 6px;
    min-width: 170px;
    margin-top: 5px;
    text-align: center
}

.mec-woo-booking-checkout:hover {
    background: #222;
    color: #fff
}

.mec-woo-booking-checkout:focus,.mec-woo-booking-checkout:visited {
    color: #fff
}

.single-mec-events .lity-container {
    max-width: 480px;
    width: 480px
}

.lity-content .mec-events-meta-group-booking {
    width: 100%;
    padding: 20px 50px;
    background: #fff
}

.lity-content .mec-events-meta-group-booking .mec-booking form>h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #313131;
    border-bottom: 4px solid #ebebeb;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 10px
}

.lity-content .mec-events-meta-group-booking .mec-booking form>h4:before {
    padding: 1px 35px;
    border-bottom: 4px solid #40d9f1;
    font-size: 6px;
    content: '';
    text-align: center;
    position: absolute;
    bottom: -4px;
    margin-left: -35px;
    left: 50%
}

.lity-content .mec-events-meta-group-booking .mec-event-ticket-available,.lity-content .mec-events-meta-group-booking .mec-event-ticket-name,.lity-content .mec-events-meta-group-booking .mec-event-ticket-price,.lity-content .mec-events-meta-group-booking .mec-ticket-variation-name,.lity-content .mec-events-meta-group-booking .mec-ticket-variation-price,.lity-content .mec-events-meta-group-booking label {
    color: #424242;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    margin: 3px 0;
    clear: none;
    padding: 5px 1em 3px 0;
    display: inline-block
}

.lity-content .mec-events-meta-group-booking .mec-event-ticket-available {
    margin-bottom: 12px
}

.lity-content .mec-events-meta-group-booking select {
    display: block;
    background: #fcfcfc;
    min-height: 42px;
    min-width: 180px;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    padding: 13px 10px;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.051);
    clear: both
}

.lity-content .mec-events-meta-group-booking input[type=email] {
    color: #888;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    display: block;
    width: 100%;
    outline: 0
}

.lity-content .mec-events-meta-group-booking input {
    margin-bottom: 10px!important
}

.lity-content .mec-book-ticket-variation h5 {
    color: #424242;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    margin: 0;
    clear: none;
    padding: 5px 1em 3px 0;
    display: inline-block;
    text-transform: capitalize
}

.lity-content ul.mec-book-tickets-container {
    padding: 0
}

.lity-content .mec-events-meta-group-booking input[type=email],.lity-content .mec-events-meta-group-booking input[type=number],.lity-content .mec-events-meta-group-booking input[type=text] {
    outline: 0;
    display: block;
    background: #fcfcfc;
    min-height: 42px;
    min-width: 180px;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    padding: 13px 10px;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.051);
    clear: both;
    margin-bottom: 2px!important
}

.lity-container .mec-click-pay #mec_woo_add_to_cart_btn_r,.lity-content button[type=submit] {
    position: relative;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    margin-right: 10px;
    line-height: 1;
    padding: 18px 20px 16px;
    background: #39c36e;
    -webkit-transition: all .21s ease;
    -moz-transition: all .21s ease;
    transition: all .21s ease;
    min-width: 170px;
    margin-top: 5px;
    border-radius: 0;
    margin-bottom: 6px
}

.lity-content button[type=submit]:hover {
    background: #222
}

.lity-content .mec-book-tickets-container li {
    list-style: none
}

.lity-content .mec-events-meta-group-booking #mec_book_payment_form h4,.lity-content .mec-events-meta-group-booking li h4 {
    font-size: 19px;
    font-weight: 700
}

.lity-content .mec-events-meta-group-booking .mec-book-price-total {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 26px;
    color: #39c36e;
    font-weight: 700;
    padding: 10px 0
}

.lity-content .mec-events-meta-group-booking ul.mec-book-price-details li {
    width: 50%
}

.lity-content .mec-events-meta-group-booking ul.mec-book-price-details li:nth-child(even) {
    border: none
}

.lity-content .mec-events-meta-group-booking ul.mec-book-price-details li span {
    display: block
}

.lity-content .mec-events-meta-group-booking button[type=submit]:after {
    display: none;
    font-family: simple-line-icons;
    content: '\e098';
    margin-left: 4px;
    -webkit-animation: rotating 1.2s linear infinite;
    -moz-animation: rotating 1.2s linear infinite;
    -ms-animation: rotating 1.2s linear infinite;
    -o-animation: rotating 1.2s linear infinite;
    animation: rotating 1.2s linear infinite
}

.lity-content .mec-events-meta-group-booking button[type=submit].loading:after {
    display: inline-block
}

@media only screen and (max-width: 480px) {
    .lity-content .mec-events-meta-group-booking {
        padding:20px;
        width: 340px;
        margin: 0 auto
    }
}

@media (max-width: 480px) {
    .single-mec-events .lity-container {
        max-width:440px;
        width: 440px;
        margin: 0 auto!important
    }
}

@media (max-width: 411px) {
    .single-mec-events .lity-container {
        max-width:380px;
        width: 380px
    }
}

@media (max-width: 375px) {
    .single-mec-events .lity-container {
        max-width:350px;
        width: 350px
    }
}

@media (max-width: 320px) {
    .single-mec-events .lity-container {
        max-width:300px;
        width: 300px
    }
}

.mec-events-meta-group-booking {
    position: relative
}

.mec-cover-loader:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255,255,255,.5);
    z-index: 99999
}

.mec-loader {
    background: rgba(0,0,0,0);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9
}

.mec-loader,.mec-loader:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
    z-index: 999999999999
}

.mec-loader {
    font-size: 10px;
    text-indent: -9999em;
    border-top: .5em solid rgba(0,0,0,.2);
    border-right: .5em solid rgba(0,0,0,.2);
    border-bottom: .5em solid rgba(0,0,0,.2);
    border-left: .5em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: mecloader 1.1s infinite linear;
    animation: mecloader 1.1s infinite linear
}

@-webkit-keyframes mecloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes mecloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.mec-google-recaptcha {
    margin: 0 0 20px 16px
}

.mec-wrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mec-wrap :after,.mec-wrap :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mec-wrap .clearfix:after,.mec-wrap .clearfix:before {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.mec-wrap .clearfix:after {
    clear: both
}

.mec-wrap .clearfix {
    zoom:1}

.mec-wrap .clear,.mec-wrap .clr {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden
}

.mec-wrap .clr {
    visibility: visible;
    overflow: visible
}

.mec-container [class*=col-] img {
    max-width: 100%
}

.mec-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

.mec-container:after,.mec-container:before {
    content: ' ';
    display: table
}

.mec-container:after {
    clear: both
}

@media only screen and (max-width: 479px) {
    .mec-container {
        width:300px
    }
}

@media only screen and (min-width: 480px) and (max-width:767px) {
    .mec-container {
        width:420px
    }
}

@media only screen and (min-width: 768px) and (max-width:960px) {
    .mec-container {
        width:768px
    }
}

@media only screen and (min-width: 961px) {
    .mec-container {
        width:960px
    }
}

@media only screen and (min-width: 1200px) {
    .mec-container {
        width:1196px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 1921px) {
    .mec-container {
        max-width:1690px
    }
}

.mec-wrap .row {
    margin-left: -10px;
    margin-right: -10px
}

.mec-wrap .row:after,.mec-wrap .row:before {
    content: ' ';
    display: table
}

.mec-wrap .row:after {
    clear: both
}

.mec-wrap .col-lg-1,.mec-wrap .col-lg-10,.mec-wrap .col-lg-11,.mec-wrap .col-lg-12,.mec-wrap .col-lg-2,.mec-wrap .col-lg-3,.mec-wrap .col-lg-4,.mec-wrap .col-lg-5,.mec-wrap .col-lg-6,.mec-wrap .col-lg-7,.mec-wrap .col-lg-8,.mec-wrap .col-lg-9,.mec-wrap .col-md-1,.mec-wrap .col-md-10,.mec-wrap .col-md-11,.mec-wrap .col-md-12,.mec-wrap .col-md-2,.mec-wrap .col-md-3,.mec-wrap .col-md-4,.mec-wrap .col-md-5,.mec-wrap .col-md-6,.mec-wrap .col-md-7,.mec-wrap .col-md-8,.mec-wrap .col-md-9,.mec-wrap .col-sm-1,.mec-wrap .col-sm-10,.mec-wrap .col-sm-11,.mec-wrap .col-sm-12,.mec-wrap .col-sm-2,.mec-wrap .col-sm-3,.mec-wrap .col-sm-4,.mec-wrap .col-sm-5,.mec-wrap .col-sm-6,.mec-wrap .col-sm-7,.mec-wrap .col-sm-8,.mec-wrap .col-sm-9,.mec-wrap .col-xs-1,.mec-wrap .col-xs-10,.mec-wrap .col-xs-11,.mec-wrap .col-xs-12,.mec-wrap .col-xs-2,.mec-wrap .col-xs-3,.mec-wrap .col-xs-4,.mec-wrap .col-xs-5,.mec-wrap .col-xs-6,.mec-wrap .col-xs-7,.mec-wrap .col-xs-8,.mec-wrap .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

@media only screen and (min-width: 1200px) {
    .mec-wrap .col-lg-1,.mec-wrap .col-lg-10,.mec-wrap .col-lg-11,.mec-wrap .col-lg-12,.mec-wrap .col-lg-2,.mec-wrap .col-lg-3,.mec-wrap .col-lg-4,.mec-wrap .col-lg-5,.mec-wrap .col-lg-6,.mec-wrap .col-lg-7,.mec-wrap .col-lg-8,.mec-wrap .col-lg-9,.mec-wrap .col-md-1,.mec-wrap .col-md-10,.mec-wrap .col-md-11,.mec-wrap .col-md-12,.mec-wrap .col-md-2,.mec-wrap .col-md-3,.mec-wrap .col-md-4,.mec-wrap .col-md-5,.mec-wrap .col-md-6,.mec-wrap .col-md-7,.mec-wrap .col-md-8,.mec-wrap .col-md-9,.mec-wrap .col-sm-1,.mec-wrap .col-sm-10,.mec-wrap .col-sm-11,.mec-wrap .col-sm-12,.mec-wrap .col-sm-2,.mec-wrap .col-sm-3,.mec-wrap .col-sm-4,.mec-wrap .col-sm-5,.mec-wrap .col-sm-6,.mec-wrap .col-sm-7,.mec-wrap .col-sm-8,.mec-wrap .col-sm-9,.mec-wrap .col-xs-1,.mec-wrap .col-xs-10,.mec-wrap .col-xs-11,.mec-wrap .col-xs-12,.mec-wrap .col-xs-2,.mec-wrap .col-xs-3,.mec-wrap .col-xs-4,.mec-wrap .col-xs-5,.mec-wrap .col-xs-6,.mec-wrap .col-xs-7,.mec-wrap .col-xs-8,.mec-wrap .col-xs-9 {
        padding-left:15px;
        padding-right: 15px
    }

    .mec-wrap .row {
        margin-left: -15px;
        margin-right: -15px
    }
}

.mec-container [class*=col-].alpha {
    padding-left: 0
}

.mec-container [class*=col-].omega {
    padding-right: 0
}

.mec-wrap .col-xs-1,.mec-wrap .col-xs-10,.mec-wrap .col-xs-11,.mec-wrap .col-xs-12,.mec-wrap .col-xs-2,.mec-wrap .col-xs-3,.mec-wrap .col-xs-4,.mec-wrap .col-xs-5,.mec-wrap .col-xs-6,.mec-wrap .col-xs-7,.mec-wrap .col-xs-8,.mec-wrap .col-xs-9 {
    float: left
}

.mec-wrap .col-xs-12 {
    width: 100%
}

.mec-wrap .col-xs-11 {
    width: 91.66666666666666%
}

.mec-wrap .col-xs-10 {
    width: 83.33333333333334%
}

.mec-wrap .col-xs-9 {
    width: 75%
}

.mec-wrap .col-xs-8 {
    width: 66.66666666666666%
}

.mec-wrap .col-xs-7 {
    width: 58.333333333333336%
}

.mec-wrap .col-xs-6 {
    width: 50%
}

.mec-wrap .col-xs-5 {
    width: 41.66666666666667%
}

.mec-wrap .col-xs-4 {
    width: 33.33333333333333%
}

.mec-wrap .col-xs-3 {
    width: 25%
}

.mec-wrap .col-xs-2 {
    width: 16.666666666666664%
}

.mec-wrap .col-xs-1 {
    width: 8.333333333333332%
}

@media (min-width: 768px) {
    .mec-wrap .col-sm-1,.mec-wrap .col-sm-10,.mec-wrap .col-sm-11,.mec-wrap .col-sm-12,.mec-wrap .col-sm-2,.mec-wrap .col-sm-3,.mec-wrap .col-sm-4,.mec-wrap .col-sm-5,.mec-wrap .col-sm-6,.mec-wrap .col-sm-7,.mec-wrap .col-sm-8,.mec-wrap .col-sm-9 {
        float:left
    }

    .mec-wrap .col-sm-12 {
        width: 100%
    }

    .mec-wrap .col-sm-11 {
        width: 91.66666666666666%
    }

    .mec-wrap .col-sm-10 {
        width: 83.33333333333334%
    }

    .mec-wrap .col-sm-9 {
        width: 75%
    }

    .mec-wrap .col-sm-8 {
        width: 66.66666666666666%
    }

    .mec-wrap .col-sm-7 {
        width: 58.333333333333336%
    }

    .mec-wrap .col-sm-6 {
        width: 50%
    }

    .mec-wrap .col-sm-5 {
        width: 41.66666666666667%
    }

    .mec-wrap .col-sm-4 {
        width: 33.33333333333333%
    }

    .mec-wrap .col-sm-3 {
        width: 25%
    }

    .mec-wrap .col-sm-2 {
        width: 16.666666666666664%
    }

    .mec-wrap .col-sm-1 {
        width: 8.333333333333332%
    }
}

@media (min-width: 961px) {
    .mec-wrap .col-md-1,.mec-wrap .col-md-10,.mec-wrap .col-md-11,.mec-wrap .col-md-12,.mec-wrap .col-md-2,.mec-wrap .col-md-3,.mec-wrap .col-md-4,.mec-wrap .col-md-5,.mec-wrap .col-md-6,.mec-wrap .col-md-7,.mec-wrap .col-md-8,.mec-wrap .col-md-9 {
        float:left
    }

    .mec-wrap .col-md-12 {
        width: 100%
    }

    .mec-wrap .col-md-11 {
        width: 91.66666666666666%
    }

    .mec-wrap .col-md-10 {
        width: 83.33333333333334%
    }

    .mec-wrap .col-md-9 {
        width: 75%
    }

    .mec-wrap .col-md-8 {
        width: 66.66666666666666%
    }

    .mec-wrap .col-md-7 {
        width: 58.333333333333336%
    }

    .mec-wrap .col-md-6 {
        width: 50%
    }

    .mec-wrap .col-md-5 {
        width: 41.66666666666667%
    }

    .mec-wrap .col-md-4 {
        width: 33.33333333333333%
    }

    .mec-wrap .col-md-3 {
        width: 25%
    }

    .mec-wrap .col-md-2 {
        width: 16.666666666666664%
    }

    .mec-wrap .col-md-1 {
        width: 8.333333333333332%
    }
}

@media (min-width: 1200px) {
    .mec-wrap .col-lg-1,.mec-wrap .col-lg-10,.mec-wrap .col-lg-11,.mec-wrap .col-lg-12,.mec-wrap .col-lg-2,.mec-wrap .col-lg-3,.mec-wrap .col-lg-4,.mec-wrap .col-lg-5,.mec-wrap .col-lg-6,.mec-wrap .col-lg-7,.mec-wrap .col-lg-8,.mec-wrap .col-lg-9 {
        float:left
    }

    .mec-wrap .col-lg-12 {
        width: 100%
    }

    .mec-wrap .col-lg-11 {
        width: 91.66666666666666%
    }

    .mec-wrap .col-lg-10 {
        width: 83.33333333333334%
    }

    .mec-wrap .col-lg-9 {
        width: 75%
    }

    .mec-wrap .col-lg-8 {
        width: 66.66666666666666%
    }

    .mec-wrap .col-lg-7 {
        width: 58.333333333333336%
    }

    .mec-wrap .col-lg-6 {
        width: 50%
    }

    .mec-wrap .col-lg-5 {
        width: 41.66666666666667%
    }

    .mec-wrap .col-lg-4 {
        width: 33.33333333333333%
    }

    .mec-wrap .col-lg-3 {
        width: 25%
    }

    .mec-wrap .col-lg-2 {
        width: 16.666666666666664%
    }

    .mec-wrap .col-lg-1 {
        width: 8.333333333333332%
    }
}

#mec_woo_add_to_cart_btn {
    min-width: 170px;
    margin-top: 5px;
    text-align: center
}

.mec-breadcrumbs {
    border-radius: 2px;
    padding: 9px 15px 6px;
    font-size: 11px;
    color: #8d8d8d;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 500;
    margin: auto 15px 33px 15px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.025)
}

.mec-breadcrumbs-modern {
    margin: auto 0 33px 0
}

.mec-breadcrumbs a {
    color: #000;
    padding-left: 4px
}

.mec-breadcrumbs a:hover {
    text-decoration: underline
}

.mec-breadcrumbs i {
    font-size: 8px;
    margin: 0 0 0 4px
}

.mec-breadcrumbs .container {
    padding-left: 20px
}

.mec-content-notification a {
    margin-left: 5px
}

.mec-content-notification {
    background: #f7f7f7;
    padding: 10px 10px 10px;
    border: 1px solid #e8e8e8
}

.mec-content-notification p {
    margin-bottom: 0
}

.mec-fes-form #mec-advanced-wraper div:first-child>ul {
    border: 1px solid #cfeff5;
    width: auto;
    box-shadow: 0 1px 4px -2px #cfeff5;
    display: block;
    margin: 5px 0 10px;
    padding: 5px 0;
    border-radius: 2px
}

.mec-fes-form #mec-advanced-wraper div:first-child>ul:last-of-type {
    margin-bottom: 35px
}

#mec-advanced-wraper div:first-child>ul span {
    display: none
}

#mec-advanced-wraper div:first-child>ul * {
    display: inline-block;
    background: #fff;
    font-size: 12px;
    color: #717273;
    text-align: center
}

#mec-advanced-wraper div:first-child>ul>li {
    width: 60px;
    font-weight: 700;
    margin: 0 10px 0 0;
    padding: 4px 0;
    border-right: 1px solid #cfeff5
}

#mec-advanced-wraper div:first-child>ul>ul>li {
    margin: 0;
    padding: 2px 10px;
    cursor: pointer;
    border-radius: 2px;
    transition: all .18s ease
}

.mec-fes-form #mec-advanced-wraper div:first-child>ul>ul>li.mec-active,.mec-fes-form #mec-advanced-wraper div:first-child>ul>ul>li:hover {
    background: #40d9f1!important;
    box-shadow: 0 1px 9px -3px #40d9f1;
    color: #fff!important
}

.mec-search-bar-wrap .mec-search-form .mec-text-input-search {
    width: 83%
}

.mec-search-bar-wrap .mec-search-form .mec-ajax-search-result .mec-text-input-search {
    width: 100%;
    float: none
}

.mec-search-bar-wrap input#mec-search-bar-input {
    width: calc(100% - 84%);
    margin-left: 11px;
    background: #40d9f1;
    color: #fff;
    font-weight: 400
}

.mec-text-input-search+input#mec-search-bar-input {
    margin-left: -3px
}

.mec-search-bar-wrap input#mec-search-bar-input:hover {
    background: #000
}

.mec-wrap.mec-search-bar-wrap .mec-totalcal-box input {
    float: none
}

@media (max-width: 768px) {
    .mec-search-bar-wrap .mec-search-form .mec-text-input-search {
        display:inline-block
    }
}

@media (max-width: 480px) {
    .mec-search-bar-wrap .mec-search-form .mec-text-input-search {
        width:64%
    }

    .mec-search-bar-wrap input#mec-search-bar-input {
        width: calc(100% - 67%)
    }
}

.mec-wrap.mec-search-bar-wrap .mec-totalcal-box {
    overflow: visible
}

.mec-ajax-search-result {
    position: relative
}

.mec-search-bar-wrap.mec-wrap .mec-totalcal-box input[type=text] {
    width: calc(100% - 36px)
}

.mec-search-bar-wrap.mec-wrap .mec-totalcal-box input[type=text]:focus {
    border-color: #efefef
}

div#mec-ajax-search-result-wrap {
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    width: calc(100% - 2px);
    min-height: 50px;
    left: 0;
    right: 0;
    padding: 0 10px;
    z-index: 9999;
    transition: all .3s ease
}

.mec-ajax-search-result-events {
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #efefef;
    border-top: none
}

.mec-ajax-search-result-events article:first-of-type {
    border: none
}

article.mec-search-bar-result {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-top: 26px;
    border-top: 1px solid #efefef;
    transition: all .33s ease;
    clear: both
}

.mec-search-bar-result .mec-event-list-search-bar-date {
    width: 64px;
    height: 64px;
    margin-right: 10px;
    font-size: 11px;
    text-transform: uppercase;
    float: left;
    text-align: center;
    padding-top: 2px
}

.mec-search-bar-result .mec-event-list-search-bar-date span {
    font-size: 40px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
    letter-spacing: 1px
}

.mec-search-bar-result .mec-event-image {
    float: left;
    margin-right: 20px;
    width: 65px;
    height: auto
}

.mec-search-bar-result .mec-event-time {
    font-size: 11px;
    line-height: 1.1;
    margin: 0
}

.mec-search-bar-result .mec-event-time i {
    color: #40d9f1;
    float: none;
    width: unset;
    height: unset;
    font-size: inherit;
    margin-right: 3px;
    border: none;
    padding: 0
}

.mec-search-bar-result .mec-event-title {
    font-size: 13px;
    padding: 0;
    margin: 10px 0 8px;
    font-weight: 700;
    text-transform: uppercase
}

.mec-search-bar-result .mec-event-title a {
    text-decoration: none;
    color: #494949;
    transition: color .3s ease
}

.mec-search-bar-result .mec-event-detail {
    font-size: 13px;
    line-height: 1.3;
    color: #9a9a9a;
    margin-bottom: 0
}

.mec-wrap.mec-modern-search-bar .mec-totalcal-box {
    background: rgba(255,255,255,.87);
    border: none;
    padding: 35px;
    border-radius: 3px;
    box-shadow: 0 3px 13px rgba(0,0,0,.4);
    position: relative
}

.mec-wrap.mec-modern-search-bar .mec-totalcal-box input[type=search],.mec-wrap.mec-modern-search-bar .mec-totalcal-box input[type=text] {
    height: 58px;
    background: rgba(255,255,255,.99);
    border-radius: 2px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1) inset;
    border: 1px solid #ccc;
    width: 100%;
    padding-left: 45px;
    padding-right: 13px;
    font-size: 16px
}

.mec-wrap.mec-modern-search-bar .mec-totalcal-box .mec-text-input-search i {
    position: absolute;
    background: 0 0;
    border: none;
    font-size: 21px;
    left: 15px;
    top: calc(50% - 19px);
    color: #40d9f1
}

.mec-wrap.mec-modern-search-bar .mec-text-input-search {
    position: relative;
    height: 58px
}

.mec-wrap.mec-modern-search-bar .mec-totalcal-box input[type=submit] {
    height: 58px;
    border: none;
    border-radius: 2px;
    background: #fc4a1a;
    font-size: 17px;
    font-weight: 700!important
}

.mec-wrap.mec-modern-search-bar .mec-text-input-search+input#mec-search-bar-input {
    margin-left: 0
}

.mec-wrap.mec-modern-search-bar .mec-search-form .mec-dropdown-wrap .mec-dropdown-search select {
    height: 45px;
    background: rgba(255,255,255,.99);
    border-radius: 2px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1) inset;
    border: 1px solid #ccc;
    padding-right: 13px;
    font-size: 16px;
    border-left: 0
}

.mec-wrap.mec-modern-search-bar .mec-search-form .mec-dropdown-wrap i {
    height: 45px;
    background: #ffff;
    border-radius: 2px 0 0 2px;
    box-shadow: none;
    border: 1px solid #ccc;
    font-size: 15px;
    padding-top: 14px;
    border-right: 0;
    color: #40d9f1;
    margin-right: -1px
}

.mec-wrap.mec-modern-search-bar .mec-search-form .mec-dropdown-wrap {
    min-height: 64px
}

@media (max-width: 768px) {
    .mec-wrap.mec-modern-search-bar .mec-search-form .mec-text-input-search {
        width:70%
    }

    .mec-wrap.mec-modern-search-bar input#mec-search-bar-input {
        width: calc(100% - 72%)
    }
}

@media (max-width: 480px) {
    .mec-wrap.mec-modern-search-bar input#mec-search-bar-input {
        width:92%;
        padding: 0 10px;
        position: relative;
        display: block;
        margin-left: 11px
    }

    .mec-wrap.mec-modern-search-bar .mec-search-form .mec-text-input-search {
        width: 100%;
        margin-bottom: 20px
    }

    .mec-wrap.mec-modern-search-bar .mec-text-input-search+input#mec-search-bar-input {
        margin-left: 10px
    }
}

.mec-wrap .mec-related-events-wrap {
    margin-left: 0;
    margin-right: 0
}

.mec-related-events {
    margin-right: -15px;
    margin-left: -15px
}

@media (max-width: 980px) {
    .mec-related-events {
        margin-right:-10px;
        margin-left: -10px
    }
}

.mec-related-events-wrap {
    margin-top: 50px
}

.mec-related-events-wrap h3.mec-rec-events-title:before {
    content: '';
    background: #2c2f34;
    width: 46px;
    height: 4px;
    position: absolute;
    top: 59px;
    left: 0
}

.mec-related-events-wrap h3.mec-rec-events-title {
    font-size: 21px;
    font-weight: 600;
    padding: 17px 0;
    margin-bottom: 28px;
    text-transform: uppercase;
    border-bottom: 1px solid #e8e8e8;
    position: relative
}

.mec-related-event-post figure {
    margin: 0
}

.mec-related-event-post figure img {
    width: 100%;
    border-radius: 3px
}

.mec-related-event-content {
    background-color: #fff;
    margin: -40px 20px 15px;
    border-radius: 2px;
    position: relative;
    max-width: 90%;
    padding: 10px 12px 16px 17px
}

.mec-related-event-content h5 a {
    font-size: 16px;
    color: #121212;
    font-weight: 600;
    transition: all .3s ease
}

@media (max-width: 480px) {
    .mec-wrap .mec-related-events .mec-related-event-post {
        padding-right:15px;
        padding-left: 15px
    }
}

.mec-next-previous-events {
    width: 100%;
    height: 104px;
    display: block;
    padding: 0
}

.mec-next-previous-events li {
    list-style: none;
    width: 50%;
    display: inline-block;
    margin: 40px 0 40px
}

.mec-next-previous-events li:last-child {
    text-align: right;
    float: right
}

.mec-next-previous-events li a {
    padding: 9px 14px 9px 14px;
    border: 1px solid #000;
    transition: .3s
}

.mec-wrap .mec-next-previous-events li a:hover {
    color: #fff
}

.mec-previous-event {
    float: left;
    text-align: left
}

.mec-next-event ul {
    padding-left: 0
}

.mec-next-previous-events .mec-previous-event i {
    padding-right: 20px
}

.mec-next-previous-events .mec-next-event i {
    padding-left: 20px
}

.mec-next-multiple ul {
    padding: 0;
    margin: 0
}

.mec-next-multiple ul li a {
    display: block;
    position: relative;
    padding: 11px 14px 9px;
    z-index: 9
}

.mec-next-multiple ul .mec-date,.mec-next-multiple ul .mec-time {
    display: inline-block
}

.mec-next-multiple ul .mec-time {
    width: 40%
}

.mec-next-multiple ul .mec-date {
    width: 60%
}

.mec-next-multiple ul .mec-date {
    float: left;
    text-align: left
}

.mec-next-multiple ul .mec-time {
    text-align: right;
    position: relative;
    z-index: -1
}

.mec-next-multiple ul .mec-time dd {
    margin: 0;
    padding: 0
}

.mec-next-multiple ul .mec-date .mec-end-date-label,.mec-next-multiple ul .mec-date .mec-start-date-label,.mec-next-multiple ul .mec-time .mec-events-abbr {
    font-size: 11px;
    line-height: 24px
}

@media (max-width: 1280px) {
    .mec-next-multiple ul li a {
        padding:7px 9px 5px
    }

    .mec-next-multiple ul .mec-date .mec-start-date-label,.mec-next-multiple ul .mec-time .mec-events-abbr {
        font-size: 12px
    }
}

@media (max-width: 480px) {
    .mec-next-previous-events li {
        list-style:none;
        width: 100%;
        display: block;
        margin: 10px 0;
        float: unset
    }

    .mec-next-previous-events li a {
        width: 100%;
        max-width: 100%;
        float: unset;
        display: block;
        text-align: center;
        font-size: 16px
    }
}

.mec-fes-form-cntt #mec-organizer-payments ul {
    list-style: none;
    background: 0 0;
    margin: 0;
    padding-left: 0
}

.mec-fes-form-cntt #mec-organizer-payments ul li h4 {
    background: 0 0;
    letter-spacing: .2px;
    display: inline-block;
    padding-left: 0!important;
    padding-bottom: 10px!important;
    margin: 0;
    margin-bottom: 1px;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding-top: 1px
}

.mec-fes-form-cntt #mec-organizer-payments ul>li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0
}

.mec-fes-form #mec_gateway_options_form_stripe_connection_button {
    padding: 9px 13px!important
}

#mec-login-form.mec-login-form {
    width: 100%;
    background: #fff;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    position: relative
}

#mec-login-form.mec-login-form .mec-login-input {
    display: block;
    width: 286px;
    margin: 0 auto;
    margin-bottom: 12px
}

#mec-login-form.mec-login-form .mec-login-forgotpassword {
    display: inline-block
}

.mec-login-forgotpassword a {
    color: #000
}

#mec-login-form.mec-login-form .mec-login-submit {
    float: right;
    text-align: right;
    width: 49%;
    padding-right: 2px
}

#mec-login-form.mec-login-form .mec-login-input input {
    border: none;
    box-shadow: none;
    background: #fff;
    color: #ccc;
    border-left: 1px solid #e6e6e6;
    padding: 0;
    height: 100%;
    background-image: none!important;
    padding-left: 10px;
    padding-right: 0;
    width: 222px;
    margin-left: 0;
    clear: none;
    float: left
}

#mec-login-form.mec-login-form .mec-login-input label {
    border: 1px solid #e6e6e6;
    height: 52px;
    display: inline-block;
    padding: 0;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,.04)
}

#mec-login-form.mec-login-form .mec-login-input label i {
    padding: 15px 13px 17px 16px;
    vertical-align: middle;
    font-size: 20px;
    width: 50px;
    color: #c5cad0;
    background: #fafafa;
    margin-right: 0;
    float: left
}

#mec-login-form.mec-login-form .mec-login-forgotpassword {
    float: left;
    width: 49%;
    text-align: left;
    padding-top: 10px;
    font-size: 13px;
    padding-left: 2px
}

#mec-login-form.mec-login-form button {
    width: 120px;
    height: 44px;
    border: none;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .22s ease;
    margin: 0;
    min-width: unset
}

.mec-login-form button {
    box-shadow: 0 4px 22px -7px #40d9f1;
    background-color: #40d9f1
}

#mec-login-form.mec-login-form button:hover {
    background: #222;
    box-shadow: 0 3px 14px -4px #333
}

#mec-login-form.mec-login-form .mec-login-form-footer {
    width: 286px;
    margin: 0 auto;
    margin-top: 20px;
    clear: both;
    position: relative;
    display: block;
    min-height: 50px
}

#mec-login-form.mec-login-form .mec-ajax-login-loading {
    position: absolute;
    background: #ffffffc2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

#mec-login-form.mec-login-form .lds-ripple {
    position: absolute;
    width: 64px;
    height: 64px;
    top: calc(50% - 23px);
    left: calc(50% - 23px)
}

#mec-login-form.mec-login-form .lds-ripple div {
    position: absolute;
    border: 4px solid #40d9f1;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1.2s cubic-bezier(0,.2,.1,.8) infinite
}

#mec-login-form.mec-login-form .lds-ripple div:nth-child(2) {
    animation-delay: -.5s
}

#mec-login-form.mec-login-form .mec-ajax-login-loading-text {
    position: absolute;
    min-width: 200px;
    top: calc(50% - 18px);
    left: calc(50% - 124px);
    color: #fff;
    padding: 10px 22px;
    border-radius: 3px;
    background: #fff;
    height: 47px
}

#mec-login-form.mec-login-form .mec-ajax-login-loading-text strong {
    color: #3fcc60
}

#mec-login-form.mec-login-form .mec-ajax-login-loading-text strong:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 1px;
    border-right: 2px solid #3fcc60;
    border-bottom: 2px solid #3acb5c;
    transform: rotate(45deg);
    transform-origin: 0 100%;
    color: #000;
    animation: checkbox-check 130ms 140ms cubic-bezier(.4,0,.23,1) forwards;
    width: 8px;
    height: 14px
}

#mec-login-form.mec-login-form .mec-ajax-login-loading-text.error strong:after {
    content: '';
    position: absolute;
    top: 14px;
    left: 5px;
    border-bottom: 2px solid #ff5d39;
    transform: rotate(45deg);
    transform-origin: 0 100%;
    color: #000;
    animation: checkbox-check 130ms 140ms cubic-bezier(.4,0,.23,1) forwards;
    width: 14px;
    height: 4px
}

#mec-login-form.mec-login-form .mec-ajax-login-loading-text.error strong {
    color: #ff5d39
}

#mec-login-form.mec-login-form .mec-ajax-login-loading-text.error strong:before {
    border-color: #ff5d39;
    border-bottom: none
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}

.mec-book-form-gateway-checkout [id*=mec_do_transaction_stripe_] .mec-form-row:first-child {
    margin-bottom: 20px
}

.mec-events-meta-group-booking .StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    margin-bottom: 20px;
    background: #fff
}

.mec-book-form-gateways [id*=mec_book_form_gateway_checkout] input[type=text] {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 0!important;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 #e6ebf1!important;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    margin-bottom: 20px;
    background: #fff!important
}

.mec-book-form-gateways [id*=mec_book_form_gateway_checkout] input[type=text]:focus {
    outline: 0
}

.mec-events-meta-group-booking .StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df
}

.mec-events-meta-group-booking .StripeElement--invalid {
    border-color: #fa755a
}

.mec-events-meta-group-booking .StripeElement--webkit-autofill {
    background-color: #fefde5!important
}

.mec-booking-tab-content .button,.mec-booking-tab-content .mec-bfixed-field-add-option,.mec-booking-tab-content .mec-reg-field-add-option,.mec-fes-form .mec-form-row .button:not(.wp-color-result),.mec-fes-form input[type=file],ul#mec_bfixed_form_fields li .mec_bfixed_field_remove,ul#mec_orgz_form_row li .mec-additional-organizer-remove,ul#mec_reg_form_fields li .mec_reg_field_remove {
    height: 40px;
    margin-top: 1px;
    text-decoration: none;
    font-size: 14px;
    line-height: 34px!important;
    margin: 0;
    padding: 0 15px 1px!important;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    color: #40d9f1;
    background: #fff;
    border-radius: 3px;
    margin-right: 8px;
    border: 2px solid #cfeff5;
    box-shadow: 0 2px 6px -3px #cfeff5
}

.mec-fes-form .mec-additional-organizers .select2-container {
    margin-bottom: 0
}

.mec-booking-tab-content .button:hover,.mec-booking-tab-content .mec-bfixed-field-add-option:hover,.mec-booking-tab-content .mec-reg-field-add-option:hover,.mec-fes-form .mec-form-row .button:not(.wp-color-result):hover {
    background: #40d9f1;
    color: #fff;
    border-color: #40d9f1;
    box-shadow: 0 2px 6px -3px #40d9f1
}

.mec-fes-form .mec-form-row input+button.button {
    vertical-align: top
}

.mec-fes-form .mec-form-row .quicktags-toolbar input.button.button-small {
    border-width: 1px;
    padding: 0 7px;
    color: #80c6d2;
    font-weight: 400;
    margin: 1px;
    transform: none
}

.mec-fes-form input[type=file] {
    max-width: 166px;
    text-align: center;
    height: 44px;
    transition: all .2s ease;
    border-radius: 5px!important;
    border: 2px dashed #b8e9f3
}

.mec-fes-form input[type=file]:hover {
    box-shadow: 0 2px 16px -3px #cfeff5
}

.mec-fes-form input[type=file]::-webkit-file-upload-button {
    visibility: hidden;
    width: 1px;
    height: 38px
}

.mec-fes-form input[type=file]::-moz-file-upload-button {
    visibility: hidden;
    width: 1px;
    height: 38px
}

.mec-fes-form .mec-meta-box-fields>label {
    padding: 0
}

#mec_bfixed_form_fields li,#mec_orgz_form_row li,#mec_reg_form_fields li {
    list-style: none
}

ul#mec_bfixed_form_fields,ul#mec_orgz_form_row,ul#mec_reg_form_fields {
    padding: 0;
    margin: 0
}

ul#mec_bfixed_form_fields li,ul#mec_orgz_form_row li,ul#mec_reg_form_fields li {
    background: #f8feff;
    margin: 6px -20px;
    padding: 15px 25px 10px;
    width: auto;
    font-size: 13px;
    border-top: 1px solid #e8fafd;
    border-bottom: 1px solid #e8fafd;
    position: relative
}

ul#mec_bfixed_form_fields li .mec_bfixed_field_remove,ul#mec_orgz_form_row li .mec-additional-organizer-remove,ul#mec_reg_form_fields li .mec_reg_field_remove {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
    padding: 6px 8px!important;
    font-size: 11px;
    line-height: 12px!important;
    min-height: 10px;
    height: auto;
    display: block;
    cursor: pointer;
    color: #ea6485;
    border-color: #ffd2dd;
    letter-spacing: .4px
}

ul#mec_bfixed_form_fields li .mec_bfixed_field_remove:hover,ul#mec_orgz_form_row li .mec-additional-organizer-remove:hover,ul#mec_reg_form_fields li .mec_reg_field_remove:hover {
    background: #ea6485;
    color: #fff;
    border-color: #ea6485;
    box-shadow: 0 2px 6px -3px #ea6485
}

#mec_bfixed_form_fields input[type=checkbox],#mec_bfixed_form_fields input[type=radio],#mec_reg_form_fields input[type=checkbox],#mec_reg_form_fields input[type=radio],.mec-form-row input[type=checkbox],.mec-form-row input[type=radio] {
    background-color: #fff;
    border: 1px solid #cfeff5;
    box-shadow: 0 1px 3px -1px #cfeff5;
    padding: 9px;
    border-radius: 3px;
    min-width: 24px;
    min-height: 24px;
    display: inline-block!important;
    vertical-align: middle;
    float: none;
    transition: all .18s ease;
    outline: 0;
    margin: 1px 4px 4px 0;
    text-align: left;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none
}

#mec_bfixed_form_fields input[type=checkbox]:focus,#mec_bfixed_form_fields input[type=radio]:focus,#mec_reg_form_fields input[type=checkbox]:focus,#mec_reg_form_fields input[type=radio]:focus,.mec-form-row input[type=checkbox]:focus,.mec-form-row input[type=radio]:focus {
    outline: 0
}

#mec_bfixed_form_fields input[type=radio],#mec_reg_form_fields input[type=radio],.mec-form-row input[type=radio] {
    -webkit-appearance: none;
    border-radius: 20px!important;
    min-width: 20px;
    min-height: 20px;
    margin: 0 0 4px 0;
    vertical-align: middle
}

#mec_bfixed_form_fields input[type=checkbox]:hover,#mec_bfixed_form_fields input[type=radio]:hover,#mec_reg_form_fields input[type=checkbox]:hover,#mec_reg_form_fields input[type=radio]:hover,.mec-form-row input[type=checkbox]:hover,.mec-form-row input[type=radio]:hover {
    border-color: #40d9f1
}

#mec_bfixed_form_fields input[type=checkbox]:checked,#mec_bfixed_form_fields input[type=radio]:checked,#mec_reg_form_fields input[type=checkbox]:checked,#mec_reg_form_fields input[type=radio]:checked,.mec-fes-form .mec-form-row input[type=checkbox]:checked,.mec-fes-form .mec-form-row input[type=radio]:checked {
    box-shadow: 0 1px 6px -2px #40d9f1;
    border-color: #40d9f1;
    background: #40d9f1!important;
    border-radius: 2px;
    position: relative
}

.mec-form-row input[type=radio]:checked {
    box-shadow: 0 1px 6px -2px #40d9f1,inset 0 0 0 3px #fff!important
}

#mec_bfixed_form_fields input[type=checkbox]:checked::before,#mec_reg_form_fields input[type=checkbox]:checked::before,.mec-form-row input[type=checkbox]:checked:before {
    content: '';
    font: normal;
    position: absolute;
    top: 12px;
    left: 5px;
    margin: 0;
    vertical-align: middle;
    line-height: 1;
    border-right: 2px solid #fff!important;
    border-bottom: 2px solid #fff!important;
    transform: rotate(45deg);
    transform-origin: 0% 100%;
    color: #fff;
    transition: all .2s ease;
    animation: checkbox-check 130ms 140ms cubic-bezier(.4,0,.23,1) forwards
}

@keyframes checkbox-check {
    0% {
        width: 0;
        height: 0;
        border-color: #fff;
        transform: translate3d(0,0,0) rotate(45deg)
    }

    33% {
        width: 6px;
        height: 0;
        transform: translate3d(0,0,0) rotate(45deg)
    }

    100% {
        width: 6px;
        height: 12px;
        border-color: #fff;
        transform: translate3d(0,-12px,0) rotate(45deg)
    }
}

#wrap #mec-event-data input[type=radio] {
    position: relative
}

#wrap #mec-event-data input[type=radio]:empty::before {
    display: none
}

#mec_bfixed_form_field_types .button,#mec_reg_form_field_types .button {
    position: relative;
    outline: 0;
    border-radius: 50px;
    padding: 2px 21px 2px 31px!important;
    line-height: 1;
    font-size: 11px;
    font-weight: 600;
    color: #40d9f1;
    letter-spacing: 2px;
    height: auto;
    cursor: pointer;
    margin-top: 5px;
    text-transform: uppercase;
    box-shadow: 0 2px 6px -3px #40d9f1;
    border: 2px solid #cfeff5
}

#mec_fes_location_remove_image_button,#mec_fes_organizer_remove_image_button,#mec_meta_box_hourly_schedule_days [id^=mec_meta_box_hourly_schedule_day_] .mec-col-1 .button,#mec_meta_box_hourly_schedule_days [id^=mec_meta_box_hourly_schedule_day_] .mec-form-row.mec-box .button,#mec_meta_box_tickets_form [id^=mec_ticket_row] button,#mec_reg_form_field_types .button.red {
    color: #ea6485;
    box-shadow: 0 2px 6px -3px #ea6485;
    background: #fff;
    border-color: #ffd2dd
}

#mec_fes_location_remove_image_button:hover,#mec_fes_organizer_remove_image_button:hover,#mec_meta_box_hourly_schedule_days [id^=mec_meta_box_hourly_schedule_day_] .mec-col-1 .button:hover,#mec_meta_box_hourly_schedule_days [id^=mec_meta_box_hourly_schedule_day_] .mec-form-row.mec-box .button:hover,#mec_meta_box_tickets_form [id^=mec_ticket_row] button:hover,#mec_reg_form_field_types .button.red:hover {
    background: #ea6485;
    color: #fff
}

#mec_bfixed_form_field_types .button:before,#mec_reg_form_field_types .button:before {
    position: absolute;
    left: 12px;
    color: #40d9f1;
    content: '\e095';
    font-family: simple-line-icons;
    font-size: 13px;
    display: inline-block
}

#mec_reg_form_field_types .button.red:before {
    color: #ea6485
}

#mec_bfixed_form_field_types .button:hover:before,#mec_reg_form_field_types .button.red:hover:before,#mec_reg_form_field_types .button:hover:before {
    color: #fff
}

#mec_fes_location_remove_image_button:hover,#mec_fes_organizer_remove_image_button:hover,#mec_meta_box_hourly_schedule_days [id^=mec_meta_box_hourly_schedule_day_] .mec-col-1 .button:hover,#mec_meta_box_hourly_schedule_days [id^=mec_meta_box_hourly_schedule_day_] .mec-form-row.mec-box .button:hover,#mec_meta_box_tickets_form [id^=mec_ticket_row] button:hover,#mec_price_per_dates_container .button:hover,#mec_reg_form_field_types .button.red:hover {
    color: #fff;
    border: 2px solid #ea6485
}

#mec_taxes_fees_container_toggle [id^=mec_remove_fee_button],#mec_ticket_variations_list [id^=mec_remove_ticket_variation_button] {
    color: #ea6485;
    border-color: #ffd2dd
}

#mec_taxes_fees_container_toggle [id^=mec_remove_fee_button]:hover,#mec_ticket_variations_list [id^=mec_remove_ticket_variation_button]:hover {
    color: #fff;
    border: 2px solid #ea6485;
    background: #ea6485
}

#mec_fees_list [id^=mec_remove_fee_button],#mec_meta_box_ticket_variations_form .mec-form-row [id^=mec_remove_ticket_variation_button] {
    margin-left: 14px!important
}

#mec_meta_box_hourly_schedule_days .mec-add-hourly-schedule-button {
    line-height: 10px!important
}

#mec_meta_box_tickets_form [id^=mec_ticket_row] .mec_add_price_date_button {
    color: #40d9f1;
    box-shadow: 0 2px 6px -3px #40d9f1;
    border: 2px solid #cfeff5
}

#mec_meta_box_tickets_form [id^=mec_ticket_row] .mec_add_price_date_button:hover,#mec_reg_form_field_types .button:hover {
    color: #fff;
    border: 2px solid #40d9f1;
    background: #40d9f1
}

.mec-fes-form #mec_bfixed_form_fields span.mec_bfixed_field_sort,.mec-fes-form #mec_orgz_form_row span.mec-additional-organizer-sort,.mec-fes-form #mec_reg_form_fields span.mec_reg_field_sort {
    font-size: 0;
    color: #fff;
    padding-left: 20px
}

.mec-fes-form #mec_bfixed_form_fields .mec_bfixed_field_option_sort,.mec-fes-form #mec_orgz_form_row span.mec-additional-organizer-sort,.mec-fes-form #mec_reg_form_fields .mec_reg_field_options,.mec-fes-form #mec_reg_form_fields span.mec_reg_field_option_sort {
    font-size: 0
}

.mec-fes-form #mec_bfixed_form_fields span.mec_bfixed_field_option_sort:before,.mec-fes-form #mec_bfixed_form_fields span.mec_bfixed_field_sort:before,.mec-fes-form #mec_orgz_form_row span.mec-additional-organizer-sort:before,.mec-fes-form #mec_reg_form_fields span.mec_reg_field_option_sort:before,.mec-fes-form #mec_reg_form_fields span.mec_reg_field_options:before,.mec-fes-form #mec_reg_form_fields span.mec_reg_field_sort:before {
    position: absolute;
    left: px;
    top: 12px;
    width: 80px;
    height: 20px;
    display: block;
    cursor: move;
    font-family: simple-line-icons;
    content: '\e023';
    font-size: 18px;
    color: #888
}

.mec-fes-form #mec_bfixed_form_fields span.mec_bfixed_field_option_sort:before,.mec-fes-form #mec_reg_form_fields span.mec_reg_field_option_sort:before,.mec-fes-form #mec_reg_form_fields span.mec_reg_field_options:before {
    font-size: 13px;
    left: 2px;
    top: 26px;
    width: 14px;
    height: 14px
}

.mec-fes-form #mec_bfixed_form_fields .mec_bfixed_field_options,.mec-fes-form #mec_reg_form_fields .mec_reg_field_options {
    margin-top: 20px
}

.mec-fes-form #mec_fes_form #mec_bfixed_form_fields .mec_bfixed_notification_placeholder {
    font-size: 0
}

.mec-form-row input+span.mec-tooltip,.mec-form-row select+span.mec-tooltip {
    bottom: 10px
}

.mec-form-row label+span.mec-tooltip {
    bottom: 8px
}

.mec-form-row textarea+span.mec-tooltip {
    bottom: auto;
    vertical-align: top;
    top: 12px
}

.mec-form-row span+span.mec-tooltip {
    bottom: 0;
    vertical-align: middle
}

.mec-form-row .mec-col-8 input[type=text],.mec-form-row .mec-col-8 select,.mec-form-row .mec-col-8 span.mec-archive-skins {
    vertical-align: top
}

.mec-form-row input:disabled {
    opacity: .6;
    background: #f6f6f6
}

.mec-form-row p {
    font-size: 12px!important;
    line-height: 18px!important;
    color: #97b2bb!important
}

.mec-form-row p.description {
    font-style: italic
}

.ui-datepicker.ui-widget {
    border: 1px solid #e8e8e8;
    box-shadow: 0 1px 9px rgba(0,0,0,.12)
}

table.ui-datepicker-calendar {
    margin-bottom: 0
}

.ui-datepicker-calendar th {
    font-weight: 700;
    color: #4a4b4c
}

.ui-datepicker-calendar td,.ui-datepicker-calendar th,.ui-datepicker-calendar tr {
    border: none
}

.ui-datepicker.ui-widget select {
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    border-radius: 2px;
    padding: 2px 10px;
    margin: 5px 3px;
    width: auto;
    min-height: 20px;
    height: 26px;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.04)
}

.ui-datepicker.ui-widget table {
    border-spacing: 2px;
    border: none
}

.ui-datepicker.ui-widget td,.ui-datepicker.ui-widget tr {
    padding: 0;
    background: 0 0!important
}

.ui-datepicker.ui-widget td a {
    color: #9a9b9c;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 33px;
    padding: 0;
    background: #fff;
    transition: all .2s ease
}

.ui-datepicker.ui-widget td a.ui-state-active,.ui-datepicker.ui-widget td a:hover {
    background: #40d9f1;
    color: #fff
}

.ui-datepicker.ui-widget .ui-datepicker-next,.ui-datepicker.ui-widget .ui-datepicker-prev {
    color: #40d9f1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 33px;
    background: #ecfcff;
    transition: all .2s ease
}

.ui-datepicker.ui-widget .ui-datepicker-next:hover,.ui-datepicker.ui-widget .ui-datepicker-prev:hover {
    background: #fff;
    box-shadow: 0 0 7px -3px rgba(0,0,0,.4)
}

.mec-fes-form .mec-tooltip .dashicons-before:before {
    color: #40d9f1
}

.mec-fes-form button[type=submit].mec-fes-sub-button {
    border-radius: 3px;
    background: #40d9f1;
    color: #fff;
    height: 54px;
    font-size: 17px;
    font-weight: 700;
    box-shadow: 0 2px 8px -4px #40d9f1;
    display: block;
    transition: all .28s ease;
    text-transform: uppercase;
    margin: 20px 0 0;
    padding: 14px 20px;
    border: 0;
    cursor: pointer;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1
}

.mec-fes-form button[type=submit].mec-fes-sub-button:hover {
    box-shadow: 0 2px 12px -2px #40d9f1
}

.mec-fes-form button[type=submit].mec-fes-sub-button:focus {
    margin-bottom: -2px;
    background: #1dc2dc
}

.mec-fes-form .mec-title span.mec-dashicons {
    color: #40d9f1;
    float: left;
    margin-right: 5px
}

.mec-fes-form .mec-tooltip .box h5 {
    padding: 14px 2px
}

#mec_fes_form,.mec-fes-form-top-actions {
    max-width: 838px;
    margin: 0 auto
}

@media only screen and (min-width: 961px) {
    .mec-fes-form .mec-fes-form-cntt {
        width:calc(100% - 300px);
        float: left;
        padding-right: 20px;
        max-width: 538px;
        display: block
    }

    .mec-fes-form .mec-fes-form-sdbr {
        width: 300px
    }
}

.mec-fes-form .quicktags-toolbar,.mec-fes-form div.mce-toolbar-grp {
    background: #ecfcff;
    border-bottom: 1px solid #cfeff5;
    box-shadow: 0 1px 0 1px #cfeff5
}

.mec-fes-form .quicktags-toolbar {
    margin-right: -1px;
    border-top: 1px solid #cfeff5
}

.mec-fes-form div.mce-statusbar {
    border-top-color: #cfeff5
}

.mec-fes-form .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
    border: 1px solid #cfeff5;
    border-radius: 3px
}

.mec-fes-form .mce-tinymce.mce-container.mce-panel {
    border: 1px solid #cfeff5;
    box-shadow: 0 2px 6px -3px #cfeff5;
    border-radius: 2px 0 2px 2px
}

.mec-fes-form .wp-editor-tools .wp-media-buttons {
    transform: translateY(-6px);
    margin-top: -6px
}

.mec-fes-form .wp-editor-tabs {
    padding-right: 0;
    margin-right: -2px
}

.mec-fes-form .wp-editor-tabs .wp-switch-editor {
    border-radius: 3px 3px 0 0;
    border-color: #cfeff5;
    background: #fff;
    color: #96b8bd;
    border-bottom: 1px solid #ecfcff
}

.mec-fes-form .html-active .switch-html,.mec-fes-form .tmce-active .switch-tmce,.mec-fes-form .wp-editor-tabs .wp-switch-editor:active {
    background: #ecfcff;
    color: #40d9f1
}

.mec-fes-form .wp-editor-container,.mec-fes-form div.mce-edit-area.mce-panel {
    border: none;
    box-shadow: none
}

.mec-fes-form .wp-editor-container textarea.wp-editor-area {
    max-width: 100%
}

.mec-fes-form .mce-toolbar .mce-listbox button {
    font-size: 12px;
    line-height: 22px;
    color: #798f96
}

.mec-fes-form .mce-toolbar .mce-ico {
    color: #627f88
}

.mec-fes-form .mce-toolbar .mce-btn-group .mce-btn.mce-active,.mec-fes-form .mce-toolbar .mce-btn-group .mce-btn:active,.mec-fes-form .qt-dfw.active {
    background: #fff;
    border-color: #40d9f1;
    box-shadow: inset 0 2px 6px -3px rgba(106,231,255,.7)
}

.mec-fes-form .mce-toolbar .mce-btn-group .mce-btn.mce-active .mce-ico {
    color: #40d9f1
}

body .mce-menu .mce-menu-item.mce-active.mce-menu-item-normal,body .mce-menu .mce-menu-item.mce-selected,body .mce-menu .mce-menu-item:focus,body .mce-menu .mce-menu-item:hover,body.mce-menu .mce-menu-item.mce-active.mce-menu-item-preview {
    background: #40d9f1;
    color: #fff
}

.mec-fes-form .mec-not-in-days-day {
    display: inline-block;
    padding: 4px 32px 4px 15px;
    border-radius: 33px;
    border: 1px solid #cfeff5;
    box-shadow: 0 1px 3px -1px #cfeff5;
    background: #fbfeff;
    color: #40d9f1;
    vertical-align: top
}

.mec-fes-form .mec-not-in-days-remove {
    display: inline-block;
    padding: 0 1px 0 0;
    margin-left: -30px;
    vertical-align: sub;
    background: #ff918a;
    color: #fff;
    font-family: cursive;
    width: 21px;
    height: 21px;
    line-height: 17px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer
}

.mec-fes-list ul li .mec-event-status {
    float: left;
    margin-right: 10px;
    margin-left: 0;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .3px;
    border-radius: 3px;
    padding: 4px 8px
}

.mec-fes-form .post-status.mec-book-confirmed:before,.mec-fes-list ul li .mec-event-status.mec-book-confirmed:before {
    content: '';
    margin: 0;
    vertical-align: middle;
    line-height: 1;
    border-right: 2px solid #fff!important;
    border-bottom: 2px solid #fff!important;
    transform: rotate(45deg);
    color: #fff;
    width: 6px;
    height: 12px;
    float: left;
    margin-right: 6px
}

.mec-fes-list ul li .mec-fes-event-export a:before,.mec-fes-list ul li .mec-fes-event-remove:before,.mec-fes-list ul li .mec-fes-event-view a:before,.mec-fes-list-top-actions a:before {
    content: '\e054';
    font-family: simple-line-icons;
    font-size: 13px;
    vertical-align: middle
}

.mec-fes-list ul li .mec-fes-event-view a:before {
    content: '\e087'
}

.mec-fes-list-top-actions a:before {
    content: '\e095';
    font-weight: 400;
    margin-right: 6px
}

.mec-fes-list ul li .mec-fes-event-export a:before {
    content: '\e083'
}

.mec-fes-form .post-status {
    border-radius: 20px
}

.mec-fes-form .post-status.mec-book-confirmed:before {
    height: 20px;
    width: 9px;
    margin: 3px 10px
}

.ui-datepicker .ui-datepicker-calendar td,.ui-datepicker-calendar th {
    height: auto;
    padding: 0
}

.ui-datepicker .ui-datepicker-calendar td a,.ui-datepicker-calendar th {
    font-size: 14px;
    line-height: 30px
}

.mec-fes-form .description {
    font-size: 16px
}

.mec-fes-form input[type=file] {
    text-align: left
}

.mec-fes-export-wrapper {
    width: 640px;
    background: #f8feff;
    padding: 40px 25px
}

.mec-fes-export-wrapper .mec-fes-btn-date {
    font-size: 16px;
    line-height: 44px;
    overflow: hidden
}

.mec-fes-export-wrapper .date-messgae {
    font-family: sans-serif;
    padding: 2px 18px
}

.mec-fes-list ul li .mec-event-export-csv,.mec-fes-list ul li .mec-event-export-excel {
    font-size: 12px;
    border: 1px solid #40d9f1;
    padding: 1px 4px;
    background: rgba(141,229,243,.18);
    border-radius: 4px;
    color: #40d9f1;
    font-family: sans-serif;
    cursor: pointer;
    display: inline-block;
    height: 26px;
    line-height: 22px
}

.mec-export-badge {
    font-size: 11px;
    color: #40d9f1;
    width: auto;
    height: 24px;
    line-height: 25px;
    display: inline-block;
    padding: 0 8px;
    text-align: center;
    border-radius: 3px;
    background: #ecfcff;
    transition: all .2s ease
}

.mec-fes-list ul li .mec-fes-event-export {
    font-size: 11px;
    background: #f7f7f7;
    float: right;
    margin-left: 5px
}

.mec-fes-list ul li .mec-fes-event-export:hover {
    cursor: pointer;
    background: #90f0e0;
    border-color: #4dc8cc
}

.mec-fes-export-wrapper ul {
    padding: 0;
    width: 100%;
    text-align: center
}

.mec-fes-export-wrapper ul li {
    list-style: none;
    display: inline-block;
    width: 30%;
    padding: 10px 15px 10px 32px;
    border-radius: 3px;
    margin-bottom: 15px;
    border: 1px solid #cfeff5;
    box-shadow: 0 2px 6px -4px #cfeff5;
    background: #fff;
    line-height: normal;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
    transition: all .2s ease
}

.mec-fes-export-wrapper ul li:nth-child(3n+0) {
    margin-right: 0
}

.mec-fes-export-wrapper ul li:hover {
    box-shadow: 0 2px 16px -1px #c6e8ef
}

.mec-fes-export-wrapper ul li:before {
    content: '';
    position: absolute;
    display: inline-block;
    background: #fff;
    width: 15px;
    height: 15px;
    margin: -1px 0 0 5px;
    cursor: pointer;
    border: 2px solid #e1e7ed;
    box-shadow: 0 2px 15px -3px rgba(69,77,89,.32);
    border-radius: 50%;
    left: 9px;
    top: calc(50% - 7px)
}

.mec-fes-export-wrapper ul li.fes-export-date-active {
    color: #40d9f1
}

.mec-fes-export-wrapper ul li.fes-export-date-active:before {
    width: 15px;
    height: 15px;
    border: 6px solid #40d9f1;
    background: #fff;
    box-shadow: 0 3px 16px -3px #40d9f1
}

.mec-fes-btn-export {
    margin-left: 15px;
    margin-top: 12px
}

.mec-fes-btn-export span {
    position: relative;
    border: none;
    border-radius: 3px;
    color: #fff!important;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    text-transform: none;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    margin-right: 4px;
    line-height: 1;
    letter-spacing: 0;
    padding: 15px 22px;
    background: #39c36e;
    box-shadow: 0 1px 7px -3px #39c36e!important;
    -webkit-transition: all .21s ease;
    -moz-transition: all .21s ease;
    transition: all .21s ease;
    cursor: pointer;
    margin-left: 6px
}

.mec-fes-btn-export span:hover {
    background: #222
}

.mec-event-export-excel:before,span.mec-event-export-csv:before {
    content: '\e083';
    font-family: simple-line-icons;
    font-size: 13px;
    vertical-align: middle;
    margin-right: 7px;
    margin-top: -1px;
    display: inline-block
}

.mec-fes-list .wn-p-t-right {
    min-width: 170px;
    max-width: 200px;
    display: inline-block;
    top: -8px;
    left: 50%;
    margin-top: 0;
    transform: translate(-50%,-100%);
    padding: 0;
    background-color: #000;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 1.5;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0 4px 45px -8px #535a61;
    visibility: hidden;
    opacity: 0;
    transition: opacity .23s;
    padding: 5px 10px 6px;
    border-radius: 8px;
    text-align: center;
    font-style: normal
}

.mec-fes-list .mec-fes-event-export:hover .wn-p-t-right,.mec-fes-list .mec-fes-event-remove:hover .wn-p-t-right,.mec-fes-list .mec-fes-event-view:hover .wn-p-t-right {
    visibility: visible;
    opacity: 1
}

.mec-fes-list .wn-p-t-right i {
    position: absolute!important;
    top: 100%;
    right: 50%;
    margin-top: -6px!important;
    margin-right: -6px!important;
    width: 12px;
    height: 24px;
    overflow: hidden;
    transform: rotate(-90deg)
}

.mec-fes-list .wn-p-t-right i:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translate(50%,-50%) rotate(-45deg);
    background-color: #000;
    box-shadow: 0 8px 9px -4px #535a61
}

.mec-fes-form .select2-container {
    min-height: 38px;
    box-sizing: border-box;
    margin-bottom: 8px;
    padding: 0 6px;
    border-radius: 2px;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 6px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    transition: 50ms border-color ease-in-out;
    min-width: 200px;
    font-size: 14px
}

.mec-fes-form .select2-selection {
    border: none;
    background: 0 0;
    padding-top: 2px;
    width: 100%;
    height: 100%
}

.mec-fes-form .select2-container--default.select2-container--focus .select2-selection {
    border: none!important;
    outline: 0
}

.mec-fes-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
    right: 4px
}

.select2-results {
    font-size: 14px
}

.mec-fes-category-children,.mec-fes-category-children .mec-fes-category-children {
    padding-left: 24px
}

.mec-timeline-events-container {
    margin-left: 19px;
    padding-top: 20px;
    padding-bottom: 9px
}

.mec-events-timeline-wrap {
    position: relative;
    display: block;
    overflow: visible;
    padding-left: 95px
}

.mec-events-timeline-wrap:before {
    width: 1px;
    content: '';
    height: 100%;
    position: absolute;
    background: #b8f5ff;
    left: 95px
}

.mec-timeline-month-divider+.mec-timeline-events-container {
    padding-top: 110px
}

.mec-timeline-right-content {
    float: right;
    width: 300px
}

.mec-timeline-left-content {
    float: left;
    width: calc(100% - 300px);
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

.mec-timeline-month-divider {
    position: absolute;
    display: block;
    background: #fff;
    right: calc(100% - 95px);
    left: 0;
    width: 190px;
    text-align: center;
    border: 1px solid #b8f5ff;
    border-radius: 50px;
    font-size: 15px;
    padding: 12px 27px;
    color: #40d9f1
}

.mec-timeline-event-date {
    position: relative
}

.mec-timeline-events-container .mec-timeline-event-date:before {
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    background: #40d9f1;
    border-radius: 50px;
    top: 8px;
    left: -24px;
    z-index: 9
}

.mec-timeline-events-container .mec-timeline-event-date:after {
    content: '';
    width: 21px;
    height: 21px;
    position: absolute;
    background: rgba(64,217,241,.3);
    border-radius: 50px;
    top: 3px;
    left: -29px
}

.mec-timeline-event-date {
    float: left;
    width: 17%;
    margin-top: 27px
}

.mec-timeline-event-content {
    float: left;
    width: 82%;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
    border-radius: 10px;
    overflow: visible;
    position: relative
}

.mec-timeline-main-content {
    padding: 23px 30px
}

.mec-timeline-main-content h4 {
    margin-bottom: 15px
}

.mec-timeline-main-content h4 a {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    line-height: 33px;
    text-decoration: none
}

.mec-timeline-main-content p {
    font-size: 15px;
    color: #515151;
    line-height: 24px;
    margin-bottom: 36px
}

a.mec-timeline-readmore {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 52px;
    font-size: 17px;
    font-weight: 700;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 0 0 10px 10px
}

a.mec-timeline-readmore:hover {
    background: #222;
    color: #fff
}

.mec-timeline-event-time .mec-time-details {
    display: inline-block;
    margin-left: 7px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

.mec-timeline-event-time i {
    vertical-align: middle
}

.mec-timeline-event-time {
    background: rgba(64,217,241,.11);
    display: inline-block;
    padding: 4px 20px 8px;
    border-radius: 50px
}

.mec-timeline-event-location address {
    font-style: normal;
    margin-bottom: 0
}

.mec-timeline-event-location address span {
    font-size: 13px;
    font-weight: 500;
    vertical-align: middle;
    margin-left: 6px
}

.mec-timeline-event-location address i {
    font-size: 17px;
    vertical-align: middle
}

.mec-timeline-event-location {
    background: rgba(64,217,241,.11);
    display: inline-block;
    padding: 7px 20px 11px;
    border-radius: 20px;
    line-height: 1.24
}

.mec-timeline-event-details+.mec-timeline-event-details {
    margin-top: 12px
}

.mec-timeline-event-content .col-md-4 {
    padding: 0
}

.mec-timeline-event-content:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px
}

.mec-timeline-event-content:after {
    top: 30px;
    border-color: transparent #fff transparent transparent;
    left: -10px
}

.mec-timeline-event-image img {
    border-radius: 0 10px 0 0;
    width: 100%
}

.mec-timeline-event-image a {
    display: block;
    line-height: 0
}

a.mec-timeline-readmore i {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 9px
}

.mec-wrap .mec-timeline-event-content a.mec-timeline-readmore:hover {
    background: #444
}

@media (min-width: 1024px) {
    .mec-timeline-event {
        margin:50px 0
    }
}

@media (max-width: 1023px) {
    .mec-timeline-event {
        margin:25px 0
    }

    .mec-events-timeline-wrap {
        padding-left: 20px
    }

    .mec-events-timeline-wrap:before {
        left: 20px
    }
}

@media (max-width: 1200px) and (min-width:992px) {
    .mec-timeline-event-content {
        width:81%
    }

    .mec-timeline-event-date {
        width: 18%
    }
}

@media (max-width: 992px) {
    .mec-timeline-left-content,.mec-timeline-right-content {
        float:none;
        width: 100%;
        text-align: center
    }

    .mec-timeline-right-content .mec-timeline-event-image {
        text-align: center
    }

    .mec-timeline-right-content .mec-timeline-event-image img {
        max-width: 300px;
        border-radius: 10px;
        margin-top: 35px
    }
}

@media (max-width: 440px) {
    .mec-timeline-right-content .mec-timeline-event-image img {
        margin-top:0
    }
}

@media (max-width: 320px) {
    .mec-timeline-event-content,.mec-timeline-event-date {
        float:none;
        width: 100%
    }

    .mec-timeline-event-date {
        margin-bottom: 8px
    }

    .mec-timeline-event-content:after {
        display: none
    }

    .mec-timeline-main-content {
        padding: 23px 0
    }

    .mec-timeline-main-content p {
        font-size: 13px
    }

    .mec-timeline-main-content h4 a {
        font-size: 23px;
        line-height: 24px
    }

    .mec-time-details span {
        font-size: 11px
    }

    .mec-timeline-event-location address span {
        font-size: 12px
    }

    a.mec-timeline-readmore {
        line-height: 44px;
        font-size: 14px
    }
}

.mec-timeline-event-image img {
    margin-bottom: -7px;
    border-radius: 0 10px 10px 0
}

.mec-timeline-event-image a img {
    margin-bottom: 0;
    border-radius: 0 10px 0 0
}

.mec-event-tile-view article.mec-tile-item {
    height: 400px;
    margin: 15px 0;
    border-radius: 22px;
    padding: 35px 25px;
    position: relative;
    color: #fff;
    background-size: cover!important;
    background-position: center!important;
    box-shadow: 0 2px 9px rgba(0,0,0,.25);
    transition: all .22s ease
}

.mec-event-tile-view article.mec-tile-item:hover {
    cursor: pointer;
    box-shadow: 0 4px 19px rgba(0,0,0,.5)
}

.mec-event-tile-view article.mec-tile-item div {
    position: relative;
    z-index: 3
}

.mec-event-tile-view article.mec-tile-item:after,.mec-event-tile-view article.mec-tile-item:before {
    position: absolute;
    background: -moz-linear-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.48) 65%,rgba(0,0,0,.72) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(0,0,0,.35)),color-stop(65%,rgba(0,0,0,.48)),color-stop(100%,rgba(0,0,0,.72)));
    background: -webkit-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.48) 65%,rgba(0,0,0,.72) 100%);
    background: linear-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.48) 65%,rgba(0,0,0,.72) 100%);
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 22px;
    z-index: 1
}

.mec-event-tile-view article.mec-tile-item:after {
    background-color: inherit;
    background-image: none;
    top: 35px;
    bottom: auto;
    height: 40px;
    border-radius: 0 3px 3px 0;
    width: 97px;
    z-index: 2;
    box-shadow: 2px 1px 7px rgba(0,0,0,.1)
}

.mec-event-tile-view article.mec-tile-item .event-tile-view-head {
    padding: 8px 3px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase
}

.mec-event-tile-view article.mec-tile-item .event-tile-view-head>div {
    display: inline
}

.mec-event-tile-view article.mec-tile-item .mec-event-time {
    color: #d6d6d6;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    padding-top: 4px;
    position: absolute;
    right: 1px;
    top: 10px
}

.mec-event-tile-view article.mec-tile-item .mec-event-time i {
    vertical-align: baseline;
    font-size: 14px;
    float: left
}

.mec-event-tile-view article.mec-tile-item i {
    margin-right: 5px
}

.mec-event-tile-view article.mec-tile-item .mec-event-title {
    color: #fff;
    font-weight: 700;
    font-size: 23px;
    padding-top: 12px
}

.mec-event-tile-view article.mec-tile-item .mec-event-title a {
    color: #fff
}

.mec-event-tile-view article.mec-tile-item .mec-event-title a:hover {
    text-decoration: underline
}

.mec-event-tile-view article.mec-tile-item .mec-event-content {
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0
}

.mec-event-tile-view article.mec-tile-item .mec-tile-into-content-link {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: 0 0
}

.mec-tile-event-content {
    position: absolute!important;
    bottom: 25px;
    left: 25px;
    right: 25px
}

.mec-event-tile-view article.mec-label-canceled:before,.mec-event-tile-view article.mec-label-featured:before {
    height: auto
}

.mec-skin-tile-month-navigator-container {
    position: relative;
    text-align: center;
    font-size: 12px;
    height: 80px;
    background: #f7f7f7;
    padding: 28px;
    border-radius: 11px;
    margin-bottom: 20px
}

.mec-skin-tile-month-navigator-container:after,.mec-skin-tile-month-navigator-container:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px
}

.mec-skin-tile-month-navigator-container:after {
    bottom: -20px;
    border-color: #f7f7f7 transparent transparent transparent
}

.mec-skin-tile-month-navigator-container:before {
    bottom: -21px;
    border-color: #fff transparent transparent transparent
}

@media only screen and (max-width: 480px) {
    .mec-skin-tile-month-navigator-container {
        height:110px;
        padding-top: 68px
    }
}

.mec-skin-tile-month-navigator-container h2 {
    font-size: 23px;
    font-weight: 700
}

.mec-skin-tile-month-navigator-container .mec-next-month,.mec-skin-tile-month-navigator-container .mec-previous-month {
    position: absolute;
    top: 28px;
    left: 20px;
    cursor: pointer;
    padding: 3px 12px;
    line-height: 23px;
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 1px 3px rgba(0,0,0,.02);
    transition: all .22s ease
}

.mec-skin-tile-month-navigator-container .mec-next-month {
    left: auto;
    right: 20px
}

.mec-skin-tile-month-navigator-container .mec-next-month:hover,.mec-skin-tile-month-navigator-container .mec-previous-month:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    color: #000
}

.mec-wrap .mec-event-tile-view article.mec-label-canceled:before,.mec-wrap .mec-event-tile-view article.mec-label-featured:before {
    position: absolute;
    bottom: auto;
    text-align: center;
    right: auto;
    font-size: 10px
}

.mec-event-tile-view article.mec-tile-item .mec-tile-overlay {
    position: absolute;
    background: -moz-linear-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.48) 65%,rgba(0,0,0,.72) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(0,0,0,.35)),color-stop(65%,rgba(0,0,0,.48)),color-stop(100%,rgba(0,0,0,.72)));
    background: -webkit-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.48) 65%,rgba(0,0,0,.72) 100%);
    background: linear-gradient(180deg,rgba(0,0,0,.35) 0,rgba(0,0,0,.48) 65%,rgba(0,0,0,.72) 100%);
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 22px;
    z-index: 1
}

.mec-wrap .mec-event-tile-view .col-md-3 article.mec-label-canceled:before,.mec-wrap .mec-event-tile-view .col-md-3 article.mec-label-featured:before {
    top: 12px;
    left: 103px;
    z-index: 9
}

.mec-wrap .mec-event-tile-view .col-md-4 article.mec-label-canceled:before,.mec-wrap .mec-event-tile-view .col-md-4 article.mec-label-featured:before {
    top: 18px;
    left: 125px
}

.mec-wrap .mec-event-tile-view .col-md-6 article.mec-label-canceled:before,.mec-wrap .mec-event-tile-view .col-md-6 article.mec-label-featured:before {
    top: 20px;
    left: 200px
}

@media (max-width: 960px) {
    .mec-wrap .mec-event-tile-view .col-sm-3 {
        width:50%
    }
}

@media (max-width: 480px) {
    .mec-wrap .mec-event-tile-view .col-sm-3 {
        width:100%
    }
}

.mec-event-tile-view article.mec-tile-item.tile-multipleday-event:after {
    width: 165px
}

.mec-event-tile-view .col-md-6.col-sm-6 article.mec-label-canceled:before {
    top: 100px;
    left: 140px
}

.mec-event-tile-view .col-md-4.col-sm-4 article.mec-label-canceled:before {
    top: 20px;
    left: 140px
}

@media (min-width: 761px) and (max-width:1200px) {
    .mec-event-tile-view .col-md-3.col-sm-3 {
        width:50%
    }

    .mec-event-tile-view .col-md-6.col-sm-6 article.mec-label-canceled:before {
        top: 80px;
        left: 90px
    }

    .mec-event-tile-view .col-md-4.col-sm-4 article.mec-label-canceled:before {
        top: 40px;
        left: 70px
    }

    .mec-event-tile-view .col-md-3.col-sm-3 article.mec-label-canceled:before {
        top: 90px;
        left: 110px
    }
}

@media (min-width: 761px) and (max-width:1024px) {
    .mec-event-tile-view .col-md-4.col-sm-4 {
        width:50%
    }

    .mec-event-tile-view .col-md-4.col-sm-4:nth-child(1n+3) {
        width: 100%
    }
}

@media (max-width: 760px) {
    .mec-event-tile-view .col-md-3.col-sm-3 {
        width:100%
    }

    .mec-event-tile-view .col-md-4.col-sm-4 {
        width: 100%
    }
}

@media (max-width: 480px) {
    .mec-event-tile-view .col-md-6.col-sm-6 article.mec-label-canceled:before {
        top:100px;
        left: 80px
    }
}

.mec-calendar .mec-event-article .mec-event-date {
    font-size: 12px;
    text-align: left
}

.mec-event-detailed-time {
    display: flex
}

.mec-event-detailed-time i {
    width: 15px;
    padding-top: 7px
}

.mec-ongoing-normal-label {
    background-color: #40d9f1
}

.mec-expired-normal-label {
    background-color: #000
}

.mec-wrap .mec-cancellation-reason span,.mec-wrap .mec-labels-normal .mec-label-normal {
    position: relative;
    top: -3px;
    font-size: 11px;
    font-weight: 300;
    margin-left: 10px;
    line-height: 1.9;
    letter-spacing: 1px;
    color: #fff;
    padding: 2px 7px;
    border-radius: 2px;
    white-space: nowrap
}

.mec-agenda-event-title .mec-labels-normal .mec-label-normal,.mec-timetable-event .mec-labels-normal .mec-label-normal,.tooltipster-box .mec-labels-normal .mec-label-normal {
    font-size: 9px;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 2px 7px;
    color: #fff;
    position: relative;
    margin-left: 5px;
    border-radius: 2px;
    top: 0
}

.mec-av-spot .mec-labels-normal .mec-label-normal,.mec-event-countdown-part1 .mec-labels-normal .mec-label-normal,.mec-event-countdown-part2 .mec-labels-normal .mec-label-normal,.mec-event-cover-modern .mec-labels-normal .mec-label-normal,.mec-masonry-content .mec-labels-normal .mec-label-normal,.mec-owl-carousel:not(.mec-slider-t1) .mec-labels-normal .mec-label-normal,.mec-tile-item .mec-labels-normal .mec-label-normal,.mec-timeline-event .mec-labels-normal .mec-label-normal,.tooltipster-box .mec-labels-normal .mec-label-normal {
    margin: 0 5px 0 0
}

.mec-event-countdown-style3 .mec-labels-normal .mec-label-normal {
    margin: 0 0 0 5px
}

.mec-event-footer-carousel-type3 .mec-labels-normal .mec-label-normal {
    display: inline
}

.mec-event-carousel-type4 .mec-fc-style {
    display: none
}

.mec-event-carousel-type4 .mec-labels-normal {
    top: -20px;
    position: relative
}

.mec-wrap .mec-cancellation-reason {
    display: inline-block
}

.mec-wrap .mec-cancellation-reason span {
    line-height: 1.3;
    background: #eb3450;
    text-transform: none;
    display: inline-block;
    white-space: nowrap
}

.mec-wrap .mec-event-list-accordion .mec-cancellation-reason span,.mec-wrap .mec-event-list-accordion .mec-labels-normal .mec-label-normal {
    top: 7px
}

.mec-agenda-event-title .mec-cancellation-reason span,.mec-timetable-event .mec-cancellation-reason span,.tooltipster-box .mec-cancellation-reason span {
    font-size: 9px;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 2px 7px;
    color: #fff;
    position: relative;
    margin-left: 5px;
    border-radius: 2px;
    top: 0
}

.mec-wrap .mec-event-container-novel .mec-cancellation-reason span,.mec-wrap .mec-event-container-novel .mec-labels-normal .mec-label-normal {
    white-space: inherit;
    margin-left: 0
}

.mec-wrap .mec-event-container-simple .mec-cancellation-reason span,.mec-wrap .mec-event-container-simple .mec-labels-normal .mec-label-normal {
    top: -12px;
    white-space: inherit;
    margin-left: 0
}

.mec-av-spot .mec-cancellation-reason span,.mec-event-countdown-part1 .mec-cancellation-reason span,.mec-event-countdown-part2 .mec-cancellation-reason span,.mec-event-cover-modern .mec-cancellation-reason span,.mec-masonry-content .mec-cancellation-reason span,.mec-owl-carousel:not(.mec-slider-t1) .mec-cancellation-reason span,.mec-tile-item .mec-cancellation-reason span,.mec-timeline-event .mec-cancellation-reason span,.tooltipster-box .mec-cancellation-reason span {
    margin: 0 5px 0 0
}

.mec-owl-carousel .mec-event-footer-carousel-type3 span.mec-event-title-soldout,.mec-owl-carousel .mec-event-footer-carousel-type3 span.mec-few-tickets {
    display: inline
}

.mec-owl-carousel .mec-event-footer-carousel-type3 span.mec-labels-normal,.mec-owl-carousel .mec-event-footer-carousel-type3 span.soldout {
    margin-top: 0;
    color: #fff;
    display: unset
}

.mec-wrap .mec-single-event .mec-cancellation-reason span {
    margin: 0;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 700;
    white-space: normal;
    word-break: break-word
}

.featherlight-content .mec-cancellation-reason {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: -10px
}

.mec-event-data-fields {
    margin-bottom: 30px
}

.mec-event-data-fields ul.mec-event-data-field-items {
    overflow: hidden;
    padding-top: 10px;
    padding-left: 0
}

.mec-event-data-fields .mec-event-data-field-item {
    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px dashed #e1e2e3;
    padding-bottom: 8px;
    width: 50%;
    float: left
}

.mec-event-data-fields .mec-event-data-field-item .mec-event-data-field-value {
    margin: 0 0 8px 0;
    color: #616263;
    font-size: 13px;
    line-height: 1.5
}

.mec-event-data-fields .mec-event-data-field-item:last-child {
    border: none;
    width: 100%
}

.mec-event-data-fields .mec-event-data-field-item .mec-event-data-field-name {
    text-transform: none;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 5px;
    color: #313131;
    width: 100%;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: -.2px
}

@media (max-width: 768px) {
    .mec-event-data-fields .mec-event-data-field-item {
        width:100%
    }
}

.mec-wrap .col-md-4 .mec-event-data-fields .mec-event-data-field-item {
    width: 100%;
    display: block
}

.mec-shortcode-organizers {
    overflow: hidden;
    margin-top: 7px;
    font-weight: 400;
    line-height: 19px;
    font-size: 12px
}

.mec-event-list-minimal .mec-shortcode-organizers {
    margin-top: 6px
}

.mec-shortcode-organizers i {
    color: #777
}

.mec-shortcode-organizers .mec-organizers {
    display: inline-block;
    list-style: none;
    padding: 0 0 0 3px;
    vertical-align: top
}

.mec-organizer-item a {
    color: #777
}

.mec-event-list-standard .mec-shortcode-organizers .mec-sl-user:before {
    position: absolute;
    left: 6px;
    font-size: 15px;
    line-height: 26px
}

.mec-organizer-item a {
    font: 14px/25px sans-serif;
    font-weight: 400;
    color: #626262
}

.mec-shortcode-organizers {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px
}

.mec-skin-grid-container .mec-organizers,.mec-skin-grid-container .mec-shortcode-organizers {
    padding: 0;
    margin: 0
}

.mec-skin-grid-container .mec-shortcode-organizers i {
    display: none
}

.mec-skin-grid-container .mec-event-grid-clean .mec-shortcode-organizers a,.mec-skin-grid-container .mec-event-grid-clean .mec-shortcode-organizers a:hover,.mec-skin-grid-container .mec-event-grid-colorful .mec-shortcode-organizers a,.mec-skin-grid-container .mec-event-grid-colorful .mec-shortcode-organizers a:hover {
    color: #fff;
    font-size: 12px
}

.mec-skin-grid-container .mec-event-grid-clean .mec-shortcode-organizers a:hover,.mec-skin-grid-container .mec-event-grid-colorful .mec-shortcode-organizers a:hover {
    text-decoration: underline
}

.mec-skin-grid-container .mec-event-grid-minimal .mec-shortcode-organizers {
    margin-top: 12px
}

.mec-skin-grid-container .mec-event-grid-novel .mec-shortcode-organizers {
    position: relative
}

.mec-skin-grid-container .mec-event-grid-novel .mec-shortcode-organizers i {
    display: block;
    color: rgba(255,255,255,.4)
}

.mec-skin-grid-container .mec-event-grid-novel .mec-shortcode-organizers i:before {
    position: absolute;
    top: 6px;
    left: 6px;
    font-size: 17px;
    font-family: simple-line-icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

.mec-skin-grid-container .mec-event-grid-novel .mec-shortcode-organizers a {
    padding-left: 35px;
    font-size: 15px;
    line-height: 30px;
    color: rgba(255,255,255,.4)
}

.mec-skin-grid-container .mec-event-grid-novel .mec-shortcode-organizers a:hover {
    color: #fff
}

.mec-calendar-daily .mec-shortcode-organizers,.mec-calendar-daily .mec-shortcode-organizers .mec-organizers {
    padding: 0
}

.mec-calendar-daily .mec-shortcode-organizers i {
    display: none
}

.mec-calendar-daily .mec-organizer-item a {
    font-size: 13px;
    line-height: 1.3;
    color: #9a9a9a;
    margin-bottom: 0
}

.mec-events-masonry-wrap .mec-shortcode-organizers i {
    display: none
}

.mec-events-masonry-wrap .mec-shortcode-organizers,.mec-events-masonry-wrap .mec-shortcode-organizers .mec-organizers {
    padding: 0
}

.mec-events-timeline-wrap .mec-shortcode-organizers {
    width: fit-content;
    display: inline-block;
    padding: 4px 20px 8px;
    border-radius: 50px
}

.mec-events-timeline-wrap .mec-organizer-item,.mec-events-timeline-wrap .mec-shortcode-organizers .mec-organizers {
    margin: 0;
    display: inline-block;
    padding-right: 7px
}

.mec-events-timeline-wrap .mec-shortcode-organizers i {
    line-height: 24px;
    margin-right: 7px
}

.mec-events-timeline-wrap .mec-organizer-item:after {
    content: ','
}

.mec-events-timeline-wrap .mec-organizer-item:last-child:after {
    content: '';
    padding: 0
}

.mec-events-timeline-wrap .mec-organizer-item a,.mec-events-timeline-wrap .mec-organizer-item:after {
    font-weight: 500
}

.mec-events-timeline-wrap .mec-organizer-item a:hover {
    text-decoration: underline
}

.mec-event-tile-view .mec-shortcode-organizers,.mec-event-tile-view .mec-shortcode-organizers .mec-organizers {
    padding: 0
}

.mec-event-tile-view .mec-shortcode-organizers i {
    line-height: 24px
}

.mec-event-tile-view .mec-shortcode-organizers .mec-organizers a,.mec-event-tile-view .mec-shortcode-organizers i {
    color: #fff
}

.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-modal-preloader,.mec-dark-mode .mec-month-navigator-loading {
    background-color: rgba(40,40,40,.88)
}

.mec-dark-mode .event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button,.mec-dark-mode .mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt,.mec-dark-mode .mec-calendar .mec-calendar-row dt:hover,.mec-dark-mode .mec-event-footer .mec-booking-button,.mec-dark-mode .mec-event-grid-classic .mec-event-content,.mec-dark-mode .mec-event-schedule-content .mec-schedule-speakers,.mec-dark-mode .mec-events-meta-group-tags a:hover,.mec-dark-mode .mec-events-toggle .mec-toggle-content .mec-modal-wrap,.mec-dark-mode .mec-fes-form .mec-meta-box-fields,.mec-dark-mode .mec-hourly-schedule-speaker-contact-information a i,.mec-dark-mode .mec-map-view-event-detail.mec-event-detail,.mec-dark-mode .mec-modal-wrap,.mec-dark-mode .mec-next-event-details a,.mec-dark-mode .mec-single-event .mec-event-exporting .mec-export-details a:hover,.mec-dark-mode .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next,.mec-dark-mode .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev,.mec-dark-mode .mec-timetable-events-list .mec-timetable-event,.mec-dark-mode .mec-wrap .button,.mec-dark-mode .mec-wrap a.button:not(.owl-dot):hover,.mec-dark-mode .mec-wrap button:not(.owl-dot):hover,.mec-dark-mode .mec-wrap input[type=button]:hover,.mec-dark-mode .mec-wrap input[type=reset]:hover,.mec-dark-mode .mec-wrap input[type=submit]:hover {
    background-color: #1f1f1f;
    color: #d2d2d2
}

.mec-dark-mode .mec-modal-wrap::-webkit-scrollbar {
    width: 12px
}

.mec-dark-mode .mec-modal-wrap::-webkit-scrollbar-track {
    background: #000
}

.mec-dark-mode .mec-modal-wrap::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 20px;
    border: 2px solid #000
}

.mec-dark-mode .mec-modal-preloader,.mec-dark-mode .mec-month-navigator-loading {
    background-color: #1f1f1f
}

.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table,.mec-dark-mode .mec-skin-tile-month-navigator-container {
    background: #282828
}

.mec-dark-mode .mec-skin-tile-month-navigator-container:after {
    border-color: #282828 transparent transparent transparent
}

.mec-dark-mode .mec-event-grid-novel .mec-event-article,body.mec-dark-mode .mec-single-modern .mec-single-event-bar {
    background-color: #282828;
    color: #d2d2d2
}

.mec-dark-mode .event-carousel-type2-head,.mec-dark-mode .mec-box-calendar.mec-calendar .mec-calendar-table-head dt,.mec-dark-mode .mec-calendar .mec-calendar-side .mec-next-month,.mec-dark-mode .mec-calendar .mec-calendar-side .mec-previous-month,.mec-dark-mode .mec-calendar .mec-event-article:hover,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-next,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-prev,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-next-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-previous-month,.mec-dark-mode .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec .mec-event-article:hover,.mec-dark-mode .mec-calendar.mec-event-calendar-classic .mec-selected-day,.mec-dark-mode .mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover,.mec-dark-mode .mec-calendar.mec-yearly-calendar .mec-calendar-table-head dl dt,.mec-dark-mode .mec-event-carousel-content,.mec-dark-mode .mec-event-cost,.mec-dark-mode .mec-event-countdown-style1 .mec-event-countdown-part3 .mec-event-button,.mec-dark-mode .mec-event-footer,.mec-dark-mode .mec-event-grid-classic .mec-event-content .mec-wrap .mec-totalcal-box .mec-totalcal-view span,.mec-dark-mode .mec-event-list-minimal a.mec-detail-button,.mec-dark-mode .mec-event-list-modern .mec-btn-wrapper .mec-booking-button,.mec-dark-mode .mec-event-list-standard .mec-topsec,.mec-dark-mode .mec-event-more-info,.mec-dark-mode .mec-event-website,.mec-dark-mode .mec-events-agenda-wrap,.mec-dark-mode .mec-events-meta-date,.mec-dark-mode .mec-events-meta-group-tags a,.mec-dark-mode .mec-events-toggle .mec-toggle-item-inner,.mec-dark-mode .mec-fes-form,.mec-dark-mode .mec-fes-form input[type=email],.mec-dark-mode .mec-fes-form input[type=number],.mec-dark-mode .mec-fes-form input[type=password],.mec-dark-mode .mec-fes-form input[type=tel],.mec-dark-mode .mec-fes-form input[type=text],.mec-dark-mode .mec-fes-form select,.mec-dark-mode .mec-fes-form textarea,.mec-dark-mode .mec-fes-list,.mec-dark-mode .mec-hourly-schedule-speaker-info,.mec-dark-mode .mec-load-more-button,.mec-dark-mode .mec-map-lightbox-wp,.mec-dark-mode .mec-masonry-item-wrap .mec-event-grid-modern .event-grid-modern-head,.mec-dark-mode .mec-related-event-content,.mec-dark-mode .mec-single-event .mec-event-exporting .mec-export-details a,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=date],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=email],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=number],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=password],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=tel],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=text],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking select,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking textarea,.mec-dark-mode .mec-single-event .mec-events-meta-group-countdown,.mec-dark-mode .mec-single-event .mec-frontbox,.mec-dark-mode .mec-single-event .mec-speakers-details ul li,.mec-dark-mode .mec-single-event-additional-organizers,.mec-dark-mode .mec-single-event-category,.mec-dark-mode .mec-single-event-date,.mec-dark-mode .mec-single-event-label,.mec-dark-mode .mec-single-event-location,.mec-dark-mode .mec-single-event-organizer,.mec-dark-mode .mec-single-event-time,.mec-dark-mode .mec-single-modern .col-md-4 .mec-frontbox,.mec-dark-mode .mec-slider-t1-wrap,.mec-dark-mode .mec-timetable-events-list .mec-timetable-event,.mec-dark-mode .mec-timetable-t2-wrap,.mec-dark-mode .mec-ttt2-title,.mec-dark-mode .mec-wrap .mec-event-countdown-style1,.mec-dark-mode .mec-wrap .mec-event-countdown-style2,.mec-dark-mode .mec-wrap .mec-totalcal-box,.mec-dark-mode .mec-wrap .mec-totalcal-box i,.mec-dark-mode .mec-wrap .mec-totalcal-box input,.mec-dark-mode .mec-wrap .mec-totalcal-box select,.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year:hover,.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year:hover,.mec-dark-mode.mec-wrap .mec-totalcal-box .mec-totalcal-view span,.mec-dark-mode.mec-wrap .mec-totalcal-box i,.mec-dark-mode.mec-wrap .mec-totalcal-box input,.mec-dark-mode.mec-wrap .mec-totalcal-box select {
    background-color: #282828
}

.mec-dark-mode .event-carousel-type2-head,.mec-dark-mode .event-carousel-type2-head .mec-event-footer-carousel-type2 .mec-booking-button,.mec-dark-mode .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,.mec-dark-mode .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month,.mec-dark-mode .mec-box-calendar.mec-calendar .mec-calendar-table-head dt,.mec-dark-mode .mec-box-calendar.mec-calendar dt,.mec-dark-mode .mec-box-calendar.mec-calendar.mec-event-calendar-classic .mec-calendar-table-head dt,.mec-dark-mode .mec-breadcrumbs,.mec-dark-mode .mec-calendar .mec-calendar-side .mec-next-month,.mec-dark-mode .mec-calendar .mec-calendar-side .mec-previous-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-next,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a.mec-table-d-prev .mec-calendar.mec-calendar-daily .mec-calendar-a-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table dl dt,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-next-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-previous-month,.mec-dark-mode .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec,.mec-dark-mode .mec-event-carousel-content,.mec-dark-mode .mec-event-footer,.mec-dark-mode .mec-event-footer .mec-booking-button,.mec-dark-mode .mec-event-list-minimal .mec-event-article,.mec-dark-mode .mec-event-list-minimal a.mec-detail-button,.mec-dark-mode .mec-event-list-modern .mec-btn-wrapper .mec-booking-button,.mec-dark-mode .mec-event-list-modern .mec-event-article,.mec-dark-mode .mec-event-list-standard .mec-event-article,.mec-dark-mode .mec-event-list-standard .mec-event-meta-wrap,.mec-dark-mode .mec-event-list-standard .mec-topsec,.mec-dark-mode .mec-event-schedule-content,.mec-dark-mode .mec-event-schedule-content dl:before,.mec-dark-mode .mec-events-agenda-wrap,.mec-dark-mode .mec-events-meta-group-booking ul.mec-book-price-details,.mec-dark-mode .mec-events-meta-group-booking ul.mec-book-price-details li,.mec-dark-mode .mec-events-meta-group-tags a,.mec-dark-mode .mec-events-toggle .mec-toggle-content,.mec-dark-mode .mec-events-toggle .mec-toggle-item,.mec-dark-mode .mec-events-toggle .mec-toggle-item-inner,.mec-dark-mode .mec-fes-form .mec-meta-box-fields,.mec-dark-mode .mec-fes-form input[type=email],.mec-dark-mode .mec-fes-form input[type=number],.mec-dark-mode .mec-fes-form input[type=password],.mec-dark-mode .mec-fes-form input[type=tel],.mec-dark-mode .mec-fes-form input[type=text],.mec-dark-mode .mec-fes-form select,.mec-dark-mode .mec-fes-form textarea,.mec-dark-mode .mec-hourly-schedule-speaker-info,.mec-dark-mode .mec-load-more-button,.mec-dark-mode .mec-masonry-item-wrap .mec-event-grid-modern .event-grid-modern-head,.mec-dark-mode .mec-next-event-details a,.mec-dark-mode .mec-related-events-wrap h3.mec-rec-events-title,.mec-dark-mode .mec-single-event .mec-event-exporting .mec-export-details a:hover,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking form>h4,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=date],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=email],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=number],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=password],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=tel],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=text],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking select,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking textarea,.mec-dark-mode .mec-single-event .mec-events-meta-group-countdown,.mec-dark-mode .mec-single-event .mec-frontbox,.mec-dark-mode .mec-single-event .mec-frontbox-title,.mec-dark-mode .mec-timetable-t2-wrap,.mec-dark-mode .mec-wrap .mec-totalcal-box,.mec-dark-mode .mec-wrap .mec-totalcal-box .mec-totalcal-view span,.mec-dark-mode .mec-wrap .mec-totalcal-box i,.mec-dark-mode .mec-wrap .mec-totalcal-box input,.mec-dark-mode .mec-wrap .mec-totalcal-box select,.mec-dark-mode .mec-yearly-view-wrap,.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec {
    border-color: #353535
}

.mec-dark-mode .entry-content .mec-wrap h1,.mec-dark-mode .entry-content .mec-wrap h2,.mec-dark-mode .entry-content .mec-wrap h3,.mec-dark-mode .entry-content .mec-wrap h4,.mec-dark-mode .entry-content .mec-wrap h5,.mec-dark-mode .entry-content .mec-wrap h6,.mec-dark-mode .mec-breadcrumbs a,.mec-dark-mode .mec-calendar .mec-event-article .mec-event-title a,.mec-dark-mode .mec-calendar dt,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-next-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-previous-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-has-event,.mec-dark-mode .mec-calendar.mec-event-container-simple dl dt.mec-calendar-day,.mec-dark-mode .mec-event-carousel-content .mec-event-carousel-title a,.mec-dark-mode .mec-event-content p,.mec-dark-mode .mec-event-grid-classic .mec-event-title a,.mec-dark-mode .mec-event-grid-clean .mec-event-title a,.mec-dark-mode .mec-event-grid-minimal .mec-event-date span,.mec-dark-mode .mec-event-grid-minimal .mec-event-title a,.mec-dark-mode .mec-event-grid-modern .mec-event-title a,.mec-dark-mode .mec-event-grid-simple .mec-event-title a,.mec-dark-mode .mec-event-list-classic .mec-event-title a,.mec-dark-mode .mec-event-list-minimal .mec-event-title a,.mec-dark-mode .mec-event-list-minimal a.mec-detail-button,.mec-dark-mode .mec-event-list-modern .mec-btn-wrapper .mec-booking-button,.mec-dark-mode .mec-event-list-standard .mec-event-title a,.mec-dark-mode .mec-events-meta-group-booking ul.mec-book-price-details li,.mec-dark-mode .mec-events-meta-group-booking ul.mec-book-price-details li span.mec-book-price-detail-amount,.mec-dark-mode .mec-events-meta-group-tags a,.mec-dark-mode .mec-events-toggle .mec-toggle-item-inner i,.mec-dark-mode .mec-fes-form,.mec-dark-mode .mec-fes-form input[type=email],.mec-dark-mode .mec-fes-form input[type=number],.mec-dark-mode .mec-fes-form input[type=password],.mec-dark-mode .mec-fes-form input[type=tel],.mec-dark-mode .mec-fes-form input[type=text],.mec-dark-mode .mec-fes-form label,.mec-dark-mode .mec-fes-form select,.mec-dark-mode .mec-fes-form textarea,.mec-dark-mode .mec-fes-list,.mec-dark-mode .mec-hourly-schedule-speaker-contact-information a i,.mec-dark-mode .mec-hourly-schedule-speaker-description,.mec-dark-mode .mec-hourly-schedule-speaker-name,.mec-dark-mode .mec-load-more-button,.mec-dark-mode .mec-next-event-details abbr,.mec-dark-mode .mec-related-event-content h5 a,.mec-dark-mode .mec-related-event-content span,.mec-dark-mode .mec-single-event .mec-event-meta dt,.mec-dark-mode .mec-single-event .mec-event-meta h3,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking form>h4,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking h5 span,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=date],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=email],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=number],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=password],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=tel],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=text],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking label,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking select,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking textarea,.mec-dark-mode .mec-single-event .mec-frontbox-title,.mec-dark-mode .mec-single-event .mec-speakers-details ul li .mec-speaker-job-title,.mec-dark-mode .mec-single-modern .mec-single-event-bar>div h3,.mec-dark-mode .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next i,.mec-dark-mode .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev i,.mec-dark-mode .mec-timeline-main-content h4 a,.mec-dark-mode .mec-timetable-event .mec-timetable-event-time,.mec-dark-mode .mec-timetable-events-list .mec-timetable-event span a,.mec-dark-mode .mec-tooltip-event-title,.mec-dark-mode .mec-ttt2-title,.mec-dark-mode .mec-wrap,.mec-dark-mode .mec-wrap .mec-event-list-modern .mec-event-title a,.mec-dark-mode .mec-wrap .mec-event-schedule-content a,.mec-dark-mode .mec-wrap .mec-single-title,.mec-dark-mode .mec-wrap .mec-totalcal-box .mec-totalcal-view span,.mec-dark-mode .mec-wrap .mec-totalcal-box input,.mec-dark-mode .mec-wrap .mec-totalcal-box select,.mec-dark-mode .mec-wrap h1,.mec-dark-mode .mec-wrap h2,.mec-dark-mode .mec-wrap h3,.mec-dark-mode .mec-wrap h4,.mec-dark-mode .mec-wrap h5,.mec-dark-mode .mec-wrap h6,.mec-dark-mode .mec-wrap p {
    color: #d2d2d2
}

.mec-dark-mode .mec-breadcrumbs a:hover,.mec-dark-mode .mec-calendar .mec-event-article .mec-event-title a:hover,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-has-event:hover,.mec-dark-mode .mec-event-footer .mec-booking-button:hover,.mec-dark-mode .mec-event-grid-classic .mec-event-title a:hover,.mec-dark-mode .mec-event-grid-minimal .mec-event-date:hover,.mec-dark-mode .mec-event-grid-minimal .mec-event-title a:hover,.mec-dark-mode .mec-event-list-classic .mec-event-title a:hover,.mec-dark-mode .mec-event-list-minimal .mec-event-title a:hover,.mec-dark-mode .mec-event-list-minimal a.mec-detail-button:hover,.mec-dark-mode .mec-event-list-modern .mec-btn-wrapper .mec-booking-button:hover,.mec-dark-mode .mec-event-list-standard .mec-event-title a:hover,.mec-dark-mode .mec-single-event .mec-event-meta dd a:hover,.mec-dark-mode .mec-wrap .mec-event-list-modern .mec-event-title a:hover,.mec-dark-mode .mec-wrap .mec-totalcal-box .mec-totalcal-view span:hover,.mec-dark-mode .mec-wrap a:hover {
    color: #fff
}

.mec-dark-mode .mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix:first-child {
    border-color: #333!important
}

.mec-dark-mode .mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix:nth-child(odd) {
    background: #1f1f1f!important
}

.mec-dark-mode .mec-fes-form .mec-attendees-wrapper .mec-attendees-list .w-clearfix {
    background: #282828!important
}

.mec-dark-mode .lity-container .mec-events-meta-group-booking input[type=radio]:before,.mec-dark-mode .mec-related-events-wrap h3.mec-rec-events-title:before,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=checkbox],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=radio]:before {
    background-color: #c4cace
}

.mec-dark-mode .lity-container .mec-events-meta-group-booking input[type=radio]:before,.mec-dark-mode .mec-month-divider span,.mec-dark-mode .mec-related-events-wrap h3.mec-rec-events-title:before,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=checkbox],.mec-dark-mode .mec-single-event .mec-events-meta-group-booking input[type=radio]:before {
    border-color: #313131
}

.mec-dark-mode .event-carousel-type3-head .mec-event-footer-carousel-type3,.mec-dark-mode .mec-agenda-events-wrap,.mec-dark-mode .mec-av-spot .mec-av-spot-content,.mec-dark-mode .mec-av-spot .mec-av-spot-head,.mec-dark-mode .mec-av-spot-wrap .mec-event-grid-modern .event-grid-modern-head,.mec-dark-mode .mec-calendar .mec-calendar-side .mec-next-month:hover,.mec-dark-mode .mec-calendar .mec-calendar-side .mec-previous-month:hover,.mec-dark-mode .mec-calendar .mec-calendar-topsec,.mec-dark-mode .mec-calendar .mec-event-article:hover,.mec-dark-mode .mec-calendar dt,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-next-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-previous-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table .mec-daily-view-day.mec-has-event:hover,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table a:hover,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-top,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-next-month:hover,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-previous-month:hover,.mec-dark-mode .mec-calendar.mec-calendar-weekly .mec-calendar-d-table dl dt:hover,.mec-dark-mode .mec-calendar.mec-event-calendar-classic .mec-calendar-events-sec,.mec-dark-mode .mec-event-cover-classic,.mec-dark-mode .mec-event-footer .mec-booking-button:hover,.mec-dark-mode .mec-event-grid-clean .mec-event-article,.mec-dark-mode .mec-event-grid-clean .mec-event-content,.mec-dark-mode .mec-event-grid-modern .mec-event-article,.mec-dark-mode .mec-event-grid-modern .mec-event-content,.mec-dark-mode .mec-event-list-minimal a.mec-detail-button:hover,.mec-dark-mode .mec-event-list-modern .mec-btn-wrapper .mec-booking-button:hover,.mec-dark-mode .mec-event-sharing-wrap .mec-event-sharing,.mec-dark-mode .mec-events-toggle .mec-toggle-item-inner:hover,.mec-dark-mode .mec-hourly-schedule-speaker-contact-information a:hover i,.mec-dark-mode .mec-masonry .mec-masonry-content,.mec-dark-mode .mec-masonry .mec-masonry-head,.mec-dark-mode .mec-slider-t1 .mec-slider-t1-content,.mec-dark-mode .mec-slider-t5 .mec-slider-t5-content,.mec-dark-mode .mec-slider-t5-wrap,.mec-dark-mode .mec-slider-t5-wrap .mec-event-grid-modern .event-grid-modern-head,.mec-dark-mode .mec-timeline-event-content,.mec-dark-mode .mec-timeline-month-divider,.mec-dark-mode .mec-timetable-events-list .mec-timetable-event:hover,.mec-dark-mode .mec-wrap .mec-event-countdown-style1 .mec-event-countdown-part3,.mec-dark-mode .mec-wrap .mec-totalcal-box,.mec-dark-mode .mec-yearly-view-wrap .mec-calendar.mec-yearly-calendar,.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-calendar-sec,.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year,.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year,.mec-dark-mode .tooltipster-sidetip:not(.uael-tooltipster-active) .tooltipster-content {
    background: #191919
}

.mec-dark-mode .event-carousel-type3-head .mec-event-footer-carousel-type3,.mec-dark-mode .event-carousel-type3-head .mec-event-footer-carousel-type3 .mec-booking-button,.mec-dark-mode .mec-av-spot,.mec-dark-mode .mec-av-spot-wrap .mec-event-grid-modern .event-grid-modern-head,.mec-dark-mode .mec-box-calendar.mec-calendar dl dt:last-child,.mec-dark-mode .mec-calendar,.mec-dark-mode .mec-calendar .mec-event-article,.mec-dark-mode .mec-calendar.mec-box-calendar .mec-table-nullday:last-child,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-next-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-a-month .mec-previous-month,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-calendar-d-table,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-next-month:hover,.mec-dark-mode .mec-calendar.mec-calendar-daily .mec-previous-month:hover,.mec-dark-mode .mec-event-cover-classic,.mec-dark-mode .mec-event-cover-clean,.mec-dark-mode .mec-event-grid-classic .mec-event-article,.mec-dark-mode .mec-event-grid-clean .mec-event-article,.mec-dark-mode .mec-event-grid-modern .mec-event-article,.mec-dark-mode .mec-event-sharing-wrap .mec-event-sharing,.mec-dark-mode .mec-event-sharing-wrap .mec-event-sharing:after,.mec-dark-mode .mec-event-sharing-wrap>li:first-of-type,.mec-dark-mode .mec-events-agenda,.mec-dark-mode .mec-fes-form .mec-meta-box-fields,.mec-dark-mode .mec-masonry,.mec-dark-mode .mec-slider-t5-wrap .mec-event-grid-modern .event-grid-modern-head,.mec-dark-mode .mec-timeline-month-divider,.mec-dark-mode .mec-wrap .mec-totalcal-box,.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-next-year,.mec-dark-mode .mec-yearly-view-wrap .mec-yearly-title-sec .mec-previous-year {
    border-color: #353535
}

.mec-dark-mode .mec-event-sharing-wrap .mec-event-sharing:after {
    border-color: #191919 transparent transparent transparent
}

.mec-dark-mode .mec-event-sharing-wrap .mec-event-sharing:before {
    border-color: #353535 transparent transparent transparent
}

.mec-dark-mode .mec-book-form-gateways [id*=mec_book_form_gateway_checkout] input[type=text],.mec-dark-mode .mec-events-meta-group-booking .StripeElement,.mec-dark-mode .mec-wrap .mec-book-form-gateways [id*=mec_book_form_gateway_checkout] input[type=email],.mec-dark-mode .mec-wrap .mec-book-form-gateways [id*=mec_book_form_gateway_checkout] input[type=text] {
    background: #999!important;
    border: 1px solid #353535!important;
    box-shadow: none!important;
    color: #353535!important
}

.mec-dark-mode .CardField CardField--ltr .__PrivateStripeElement .InputContainer input {
    color: #d2d2d2!important
}

.mec-dark-mode .mec-events-toggle .mec-toggle-item {
    border: 1px solid #e4e4e4;
    box-shadow: 0 10px 15px #282828
}

.mec-dark-mode .mec-agenda-events-wrap .mec-event-grid-colorful .mec-event-content {
    background-color: transparent
}

.mec-dark-mode .mec-calendar .mec-calendar-side {
    box-shadow: 0 1px 5px 6px rgba(255,255,255,.005) inset
}

.mec-dark-mode .tooltipster-sidetip.tooltipster-shadow:not(.uael-tooltipster-active) .tooltipster-box {
    border: 1px solid #282828!important
}

.mec-dark-mode .mec-timeline-event-content:after {
    border-color: transparent #191919 transparent transparent
}

.mec-dark-mode .mec-fes-form .mec-meta-box-fields {
    box-shadow: 0 2px 6px -3px #353535
}

.mec-dark-mode .mec-fes-form .mec-meta-box-fields h4 {
    color: #d2d2d2;
    background: #000
}

.mec-dark-mode .mec-fes-form input[type=email],.mec-dark-mode .mec-fes-form input[type=number],.mec-dark-mode .mec-fes-form input[type=password],.mec-dark-mode .mec-fes-form input[type=tel],.mec-dark-mode .mec-fes-form input[type=text],.mec-dark-mode .mec-fes-form select,.mec-dark-mode .mec-fes-form textarea {
    box-shadow: 0 2px 5px rgba(0,0,0,.38) inset
}

.mec-dark-mode .mec-fes-form input {
    background: #353535!important;
    color: #d2d2d2!important
}

.mec-dark-mode .mec-booking-tab-content .button:hover,.mec-dark-mode .mec-booking-tab-content .mec-reg-field-add-option:hover,.mec-dark-mode .mec-fes-form .mec-form-row .button:not(.wp-color-result):hover {
    background: #353535;
    color: #d2d2d2;
    border-color: #353535;
    box-shadow: 0 2px 6px -3px #353535
}

.mec-dark-mode .mec-booking-tab-content .button,.mec-dark-mode .mec-booking-tab-content .mec-reg-field-add-option,.mec-dark-mode .mec-fes-form .mec-form-row .button:not(.wp-color-result),.mec-dark-mode .mec-fes-form input[type=file],.mec-dark-mode ul#mec_orgz_form_row li .mec-additional-organizer-remove,.mec-dark-mode ul#mec_reg_form_fields li .mec_reg_field_remove {
    color: #d2d2d2;
    background: #282828;
    border: 2px solid #353535;
    box-shadow: 0 2px 6px -3px #353535
}

.mec-dark-mode #mec_reg_form_fields input[type=checkbox],.mec-dark-mode #mec_reg_form_fields input[type=radio],.mec-dark-mode .mec-form-row input[type=checkbox],.mec-dark-mode .mec-form-row input[type=radio] {
    background-color: #000;
    border: 1px solid #353535;
    box-shadow: 0 1px 3px -1px #353535
}

.mec-dark-mode .mec-fes-form .select2-container {
    border: 1px solid #353535;
    background-color: #282828;
    color: #d2d2d2
}

.mec-dark-mode ul#mec_bfixed_form_fields li,.mec-dark-mode ul#mec_orgz_form_row li,.mec-dark-mode ul#mec_reg_form_fields li {
    background: #000;
    border-color: #000
}

.mec-dark-mode #mec_meta_box_tickets_form [id^=mec_ticket_row] .mec_add_price_date_button {
    background: #000;
    border-color: #2d2d2d;
    box-shadow: 0 2px 6px -3px #2d2d2d
}

.mec-dark-mode #mec_reg_form_field_types .button.red {
    background: #2d2d2d;
    border-color: #2d2d2d;
    box-shadow: 0 2px 6px -3px #2d2d2d
}

.mec-dark-mode #mec_bfixed_form_field_types .button,.mec-dark-mode #mec_reg_form_field_types .button {
    color: #d2d2d2;
    box-shadow: 0 2px 6px -3px #2d2d2d;
    border-color: #2d2d2d
}

.mec-dark-mode #mec_meta_box_tickets_form [id^=mec_ticket_row] .mec_add_price_date_button:hover,.mec-dark-mode #mec_reg_form_field_types .button:hover {
    background: #000
}

.mec-dark-mode ul#mec_bfixed_form_fields li .mec_bfixed_field_remove,.mec-dark-mode ul#mec_orgz_form_row li .mec-additional-organizer-remove,.mec-dark-mode ul#mec_reg_form_fields li .mec_reg_field_remove {
    background: #282828
}

.mec-dark-mode #mec_taxes_fees_container_toggle [id^=mec_remove_fee_button]:hover,.mec-dark-mode #mec_ticket_variations_list [id^=mec_remove_ticket_variation_button]:hover,.mec-dark-mode ul#mec_bfixed_form_fields li .mec_bfixed_field_remove:hover,.mec-dark-mode ul#mec_orgz_form_row li .mec-additional-organizer-remove:hover,.mec-dark-mode ul#mec_reg_form_fields li .mec_reg_field_remove:hover {
    color: #fff;
    border: 2px solid #ea6485;
    background: #ea6485
}

.mec-events-meta-group-booking-shortcode {
    background-color: #e6f7ff;
    padding: 40px;
    position: relative
}

.mec-events-meta-group-booking-shortcode h4 {
    margin-bottom: 20px
}

.mec-booking-shortcode .mec-event-tickets-list.mec-sell-all-occurrences {
    width: 100%
}

.mec-booking-shortcode .mec-book-reg-field-mec_email {
    width: 48%;
    display: inline-block;
    margin-right: 30px
}

.mec-booking-shortcode .mec-book-reg-field-name {
    width: 48%;
    display: inline-block
}

.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-expiration-date-month {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px
}

.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-cvv2 {
    width: 48%;
    display: inline-block
}

.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-expiration-date-month .nice-select {
    width: 48%;
    display: inline-block
}

.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-expiration-date-month label {
    width: 100%
}

.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-expiration-date-month .nice-select:first-of-type {
    margin-right: 10px
}

.mec-booking-shortcode .mec-form-row.mec-name-stripe,.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-card-type,.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-first-name {
    width: 48%;
    vertical-align: top;
    display: inline-block;
    margin-right: 30px
}

.mec-booking-shortcode .mec-form-row.mec-email-stripe,.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-cc-number,.mec-booking-shortcode .mec-form-row.mec-paypal-credit-card-last-name {
    width: 48%;
    display: inline-block
}

.mec-events-meta-group-booking .mec-booking-shortcode .StripeElement {
    height: 56px;
    padding: 19px 12px 0;
    max-width: 420px
}

.mec-booking-shortcode .nice-select,.mec-booking-shortcode input {
    float: none;
    border: 1px solid #c7ebfb!important;
    border-radius: 3px;
    background-color: #fff;
    height: 41px;
    line-height: 39px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    margin-bottom: 24px!important;
    color: #00acf8;
    font-size: 14px;
    font-weight: 400;
    box-shadow: none!important;
    min-height: unset;
    min-width: unset;
    padding-top: 0;
    padding-bottom: 0
}

.mec-booking-shortcode .mec-gateway-message.mec-success {
    font-size: 14px
}

.mec-booking-shortcode .mec-form-row.mec-name-stripe {
    margin-bottom: 0!important
}

.mec-booking-shortcode .mec-book-form-gateways [id*=mec_book_form_gateway_checkout] input[type=text],.mec-events-meta-group-booking .mec-booking-shortcode .StripeElement {
    border: 1px solid #c7ebfb!important;
    border-radius: 3px;
    box-shadow: none!important
}

.mec-booking-shortcode .nice-select ul {
    width: 100%
}

.mec-booking-shortcode .mec-event-ticket-name,.mec-booking-shortcode .mec-event-ticket-price,.mec-booking-shortcode .mec-ticket-variation-name,.mec-booking-shortcode .mec-ticket-variation-price,.mec-booking-shortcode label {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #00acf8;
    padding-right: 5px;
    margin: 0 0 4px!important
}

.mec-booking-shortcode span.mec-event-ticket-available {
    margin-top: -22px!important;
    margin-bottom: 28px!important;
    display: block;
    font-size: 11px;
    letter-spacing: .5px;
    font-weight: 300;
    color: #80abbf
}

.mec-booking-shortcode button {
    background-color: #00acf8;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0,172,248,.27);
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .5px;
    margin: 0;
    min-width: 116px;
    padding: 16px 15px 14px;
    float: none;
    position: relative;
    border: none;
    color: #fff;
    display: inline-block
}

.mec-booking-shortcode .mec-booking-form-container ul li {
    list-style: none
}

.mec-booking-shortcode .mec-booking-form-container ul {
    padding: 0
}

.mec-events-meta-group-booking-shortcode .mec-error {
    background-color: #ff017e;
    color: #fff!important;
    margin: 24px 0 24px;
    padding: 10px 15px;
    border-radius: 3px
}

.mec-events-meta-group-booking-shortcode .info-msg {
    margin: 24px 0 24px
}

.mec-booking-shortcode .mec-book-ticket-variation h5 {
    margin: 0 0 4px
}

.mec-booking-shortcode .mec-book-available-tickets-details-header {
    border-bottom: 2px solid #00acf8
}

.mec-booking-shortcode .mec-book-available-tickets-details-header,.mec-booking-shortcode .mec-book-available-tickets-details-item,.mec-booking-shortcode .mec-book-price-detail {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.mec-booking-shortcode .mec-book-available-tickets-details-header span,.mec-booking-shortcode .mec-book-available-tickets-details-item span,.mec-booking-shortcode .mec-book-price-detail span {
    -webkit-box-flex: 1.97;
    flex: 1.97 1.97 0;
    min-height: 1px;
    font-size: 14px;
    line-height: 22px;
    color: #616264;
    font-weight: 500;
    padding-bottom: 20px;
    padding-top: 20px
}

.mec-booking-shortcode .mec-book-available-tickets-details span:nth-of-type(2),.mec-booking-shortcode .mec-book-available-tickets-details-item span:nth-of-type(2),.mec-booking-shortcode .mec-book-price-detail span:nth-of-type(2) {
    -webkit-box-flex: 1;
    flex: 1 1 0
}

.mec-booking-shortcode .mec-book-available-tickets-details span:last-child,.mec-booking-shortcode .mec-book-available-tickets-details-item span:last-child,.mec-booking-shortcode .mec-book-price-detail span:last-child {
    -webkit-box-flex: 1.085;
    flex: 1.085 1.085 0
}

.mec-booking-shortcode .mec-book-available-tickets-details-header span {
    padding-bottom: 11px
}

.mec-booking-shortcode .mec-book-available-tickets-details-item span {
    font-weight: 400;
    font-size: 12px
}

.mec-booking-shortcode span.mec-book-price-detail-amount,.mec-booking-shortcode span.mec-book-price-detail-description {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    padding: 6px 0;
    color: #000
}

.mec-booking-shortcode span.mec-book-price-detail-amount {
    color: #777
}

.mec-booking-shortcode .mec-book-form-gateways label {
    cursor: pointer
}

.mec-booking-shortcode .mec-book-form-gateways label {
    cursor: pointer
}

.mec-booking-shortcode span.mec-book-price-detail-description {
    padding: 6px 13px 6px 0;
    font-size: 14px;
    font-weight: 400;
    color: #00acf8
}

.mec-booking-shortcode ul.mec-book-price-details li {
    border-right: 1px solid #c7ebfb!important
}

@media (max-width: 980px) {
    .mec-events-meta-group-booking-shortcode {
        padding:20px
    }

    .mec-booking-shortcode ul.mec-book-price-details li {
        width: 100%;
        border-right: 0px!important;
        border-bottom: 1px solid
    }

    .mec-booking-shortcode ul.mec-book-price-details li:last-child {
        width: 100%;
        border-right: 0;
        border-bottom: 0 solid
    }
}

.mec-booking-shortcode span.mec-book-price-total {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #2bbc10;
    margin-top: 20px;
    margin-bottom: 35px;
    display: inline-block
}

.mec-booking-shortcode ul.mec-book-price-details {
    border: 1px solid #c7ebfb!important;
    border-radius: 3px;
    box-shadow: none!important
}

.mec-booking-shortcode span.mec-book-price-total-description {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #000
}

.mec-booking-shortcode span.mec-book-price-total-amount {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #2bbc10
}

.mec-booking-shortcode .mec-book-form-price {
    clear: both;
    position: relative
}

.mec-booking-shortcode .mec-book-form-gateway-label input[type=radio]:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 4px;
    left: 3px
}

.mec-booking-shortcode .mec-book-form-gateway-label input[type=radio]:before {
    box-shadow: none;
    border: 2px solid #a8e4ff;
    width: 17px;
    height: 17px;
    position: absolute;
    top: -9px;
    left: -2px;
    margin: 0;
    content: '';
    display: inline-block;
    background: #fff;
    border-radius: 18px;
    cursor: pointer;
    position: relative
}

.mec-booking-shortcode .mec-book-form-gateway-label {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    margin-bottom: 14px;
    padding-right: 15px
}

.mec-booking-shortcode .mec-book-form-gateways {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.mec-booking-shortcode .mec-book-form-gateway-checkout {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.mec-booking-shortcode input::-webkit-input-placeholder,.mec-booking-shortcode textarea::-webkit-input-placeholder {
    color: #afe6ff
}

.mec-booking-shortcode input::-moz-placeholder,.mec-booking-shortcode textarea::-moz-placeholder {
    color: #afe6ff
}

.mec-booking-shortcode input:-ms-input-placeholder,.mec-booking-shortcode textarea:-ms-input-placeholder {
    color: #afe6ff
}

.mec-booking-shortcode input:-moz-placeholder,.mec-booking-shortcode textarea:-moz-placeholder {
    color: #afe6ff
}

.mec-booking-shortcode input[type=radio]:checked:before {
    border: 2px solid #a8e4ff;
    box-shadow: none
}

.mec-booking-shortcode input[type=radio]:checked:after {
    background-color: #00acf8
}

.mec-booking-shortcode .mec-book-form-gateway-label label input {
    position: relative;
    cursor: pointer;
    margin: 0!important;
    height: auto;
    margin-right: 4px!important
}

.mec-booking-shortcode .mec-click-pay button[type=submit] {
    position: absolute;
    left: 190px;
    bottom: 40px
}

.mec-booking-shortcode button#mec-book-form-btn-step-2 {
    margin-left: 30px
}

.mec-booking-shortcode .mec-ticket-name {
    display: inline-block;
    background-color: #fff;
    border-radius: 3px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #00acf8;
    padding: 8px 13px;
    letter-spacing: 0
}

.mec-booking-shortcode .mec_book_first_for_all {
    display: none
}

.mec-booking-shortcode li.mec-first-for-all-wrapper {
    margin-bottom: 20px
}

.mec-booking-shortcode label.wn-checkbox-label:before {
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    content: '';
    -webkit-transition: opacity ease .5;
    -moz-transition: opacity ease .5;
    transition: opacity ease .5;
    position: absolute;
    background-color: #00acf8;
    width: 2px;
    -webkit-transform: rotate(-138deg);
    transform: rotate(-138deg)
}

.mec-booking-shortcode label.wn-checkbox-label {
    position: relative;
    display: inline-block;
    -moz-transition: border-color ease .2s;
    -o-transition: border-color ease .2s;
    -webkit-transition: border-color ease .2s;
    transition: border-color ease .2s;
    cursor: pointer;
    vertical-align: middle;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #00acf8;
    margin: 0 0 4px!important;
    padding: 0;
    background-color: #fff;
    border: 2px solid #a8e4ff;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    margin-right: 9px!important;
    box-shadow: none
}

.mec-booking-shortcode label.wn-checkbox-label:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-animation: dothabottomcheck 80ms ease 0s forwards;
    -o-animation: dothabottomcheck 80ms ease 0s forwards;
    -webkit-animation: dothabottomcheck 80ms ease 0s forwards;
    animation: dothabottomcheck 80ms ease 0s forwards;
    content: '';
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    content: '';
    -webkit-transition: opacity ease .5;
    -moz-transition: opacity ease .5;
    transition: opacity ease .5;
    position: absolute;
    background-color: #00acf8;
    width: 2px
}

.mec-booking-shortcode input[type=checkbox]:checked+.wn-checkbox-label::after {
    height: 5px;
    left: 2px;
    top: 7px;
    -moz-animation: dothatopcheck .16s ease 0s forwards;
    -o-animation: dothatopcheck .16s ease 0s forwards;
    -webkit-animation: dothatopcheck .16s ease 0s forwards;
    animation: dothatopcheck .16s ease 0s forwards
}

.mec-booking-shortcode input[type=checkbox]:checked+.wn-checkbox-label::before {
    height: 6px;
    left: 7px;
    top: 9px;
    -moz-animation: dothatopcheck .16s ease 0s forwards;
    -o-animation: dothatopcheck .16s ease 0s forwards;
    -webkit-animation: dothatopcheck .16s ease 0s forwards;
    animation: dothatopcheck .16s ease 0s forwards
}

.mec-booking-shortcode button[type=button],.mec-booking-shortcode button[type=submit] {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 16px;
    outline: 0
}

.mec-booking-shortcode button.mec-book-form-back-button {
    background-color: #afe6ff;
    box-shadow: 0 2px 2px rgba(175,230,255,.27)
}

.mec-booking-shortcode button[type=button]:hover,.mec-booking-shortcode button[type=submit]:hover {
    background-color: #000;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(1,2,4,.32)
}

.mec-booking-shortcode a.button:after,.mec-booking-shortcode button[type=submit]:after {
    display: none;
    width: 13px;
    height: 13px;
    border-top: 0;
    border-right: .1em solid #f0f1f1;
    border-bottom: .1em solid #fbfbfb;
    border-left: .1em solid #fff;
    content: '';
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: mecloader 1.1s infinite linear;
    animation: mecloader 1.1s infinite linear;
    background: rgba(0,0,0,0);
    position: absolute;
    top: 18px;
    right: 20px;
    border-radius: 50%;
    z-index: 999999999999
}

.mec-booking-shortcode a.button.loading:after,.mec-booking-shortcode button[type=submit].loading:after {
    display: block
}

.mec-booking-shortcode .mec-book-form-coupon {
    margin-bottom: 35px
}

.mec-booking-calendar-month-navigation {
    position: relative;
    text-align: center;
    padding: 1px 0 1px;
    max-width: 330px
}

.mec-booking-calendar.mec-wrap {
    margin-bottom: 20px;
    width: 100%
}

.mec-booking-calendar.mec-wrap {
    max-width: 330px;
    background: #fff;
    box-shadow: 0 1px 5px 6px rgba(0,0,0,.005) inset;
    border: 1px solid #efefef
}

.mec-booking-calendar-month-navigation .mec-calendar-header h2 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.14;
    margin: 16px auto;
    color: #333
}

.mec-booking-calendar-month-navigation .mec-next-month,.mec-booking-calendar-month-navigation .mec-previous-month {
    cursor: pointer;
    position: absolute;
    top: 0;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #a9a9a9;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
    border-top: none;
    transition: all .33s ease;
    border-bottom: 1px solid #efefef;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.015);
    transition: all .33s ease
}

.mec-booking-calendar-month-navigation .mec-previous-month {
    left: 0;
    border-bottom-right-radius: 6px;
    border-left: none;
    border-right: 1px solid #efefef
}

.mec-booking-calendar-month-navigation .mec-next-month {
    right: 0;
    border-bottom-left-radius: 6px;
    border-right: none;
    border-left: 1px solid #efefef
}

.mec-booking-calendar-month-navigation .mec-next-month:hover,.mec-booking-calendar-month-navigation .mec-previous-month:hover {
    background-color: #f9f9f9;
    color: #40d9f1
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar {
    margin-bottom: 0;
    width: 100%
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar dl dt {
    text-align: center;
    padding: 0;
    height: 47px;
    line-height: 47px;
    border: 0;
    cursor: pointer
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar dl dt:last-child {
    border: 0
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar .mec-calendar-row dt:hover {
    background: 0 0
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar .mec-calendar-novel-selected-day,.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar .mec-calendar-novel-selected-day span {
    width: 32px;
    height: 32px;
    margin: auto;
    line-height: 30px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    padding: 0
}

.mec-has-event-for-booking {
    position: relative
}

.mec-has-event-for-booking .mec-calendar-novel-selected-day {
    border: 2px solid #40d9f1;
    border-radius: 50px;
    cursor: pointer
}

.mec-has-event-for-booking.mec-active .mec-calendar-novel-selected-day {
    background-color: #40d9f1
}

.mec-has-event-for-booking .mec-booking-calendar-date,.mec-has-event-for-booking .mec-booking-tooltip,.mec-multiple-event .mec-has-event-for-booking .mec-booking-tooltip {
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease
}

.mec-has-event-for-booking .mec-booking-tooltip,.mec-multiple-event .mec-has-event-for-booking .mec-booking-tooltip {
    top: 60px
}

.mec-has-event-for-booking .mec-booking-tooltip,.mec-multiple-event .mec-has-event-for-booking .mec-booking-tooltip {
    position: absolute;
    z-index: 99;
    width: 150px;
    font-size: 9px;
    left: calc(50% - 75px);
    background: #535a61;
    line-height: 29px;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 3px 5px;
    box-shadow: 0 4px 15px -2px #444b50a3
}

.mec-has-event-for-booking:hover .mec-booking-calendar-date,.mec-has-event-for-booking:hover .mec-booking-tooltip,.mec-has-event-for-booking:hover .mec-booking-tooltip.multiple-time .mec-booking-calendar-date,.mec-multiple-event .mec-has-event-for-booking:hover .mec-booking-calendar-date,.mec-multiple-event .mec-has-event-for-booking:hover .mec-booking-tooltip {
    opacity: 1;
    visibility: visible
}

.mec-has-event-for-booking:hover .mec-booking-tooltip,.mec-multiple-event .mec-has-event-for-booking:hover .mec-booking-tooltip {
    top: 43px
}

.mec-has-event-for-booking .mec-booking-calendar-date:before,.mec-multiple-event .mec-has-event-for-booking .mec-booking-calendar-date:before {
    display: block;
    content: ''!important;
    position: absolute!important;
    width: 12px;
    height: 12px;
    top: -6px;
    left: calc(50% - 6px);
    transform: rotate(-45deg)!important;
    background-color: #535a61;
    z-index: 0!important;
    box-shadow: 0 8px 9px -9px #535a61!important
}

.mec-multiple-event .mec-has-event-for-booking .mec-booking-calendar-date-hover {
    border-bottom: 1px solid #ffffff30
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .first-day {
    position: relative;
    padding-left: 7px
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .first-day .mec-calendar-novel-selected-day {
    border-radius: 47px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    width: 100%
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .first-day .mec-calendar-novel-selected-day span {
    margin-left: -7px
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .last-day {
    position: relative;
    padding-right: 7px
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .last-day .mec-calendar-novel-selected-day {
    border-radius: 47px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    width: 100%
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .last-day .mec-calendar-novel-selected-day span {
    margin-right: -7px
}

.mec-events-meta-group-booking .mec-booking-calendar .mec-calendar.mec-multiple-event .middle-day .mec-calendar-novel-selected-day {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    width: 100%
}

.mec-booking-tooltip.multiple-time {
    color: #fff
}

.mec-booking-tooltip.multiple-time .mec-booking-calendar-date:before {
    display: none
}

.mec-booking-tooltip.multiple-time .mec-booking-calendar-date:first-child:before {
    display: block
}

.mec-booking-tooltip.multiple-time .mec-booking-calendar-date {
    border: 1px dashed #68717a;
    line-height: 25px;
    margin: 8px 0;
    border-radius: 20px;
    transition: all .17s ease;
    -webkit-transition: all .17s ease;
    -moz-transition: all .17s ease;
    -ms-transition: all .17s ease;
    -o-transition: all .17s ease
}

.mec-booking-tooltip.multiple-time .mec-booking-calendar-date:hover,.mec-calendar-day.mec-active .mec-booking-tooltip.multiple-time .mec-booking-calendar-date.mec-active {
    background: #40d9f1;
    border-color: #40d9f1
}

.mec-choosen-time-message {
    max-width: 330px;
    padding: 3px 14px;
    border-radius: 4px;
    background: rgb(64 217 241 / 24%);
    color: #40d9f1;
    transition: all .17s ease;
    opacity: 1;
    visibility: visible;
    font-size: 12px;
    margin-bottom: 20px
}

.mec-choosen-time-message .mec-choosen-time {
    padding-left: 7px
}

.mec-choosen-time-message.disable,.mec-choosen-time-message.disable .mec-choosen-time-message {
    opacity: 0;
    visibility: hidden;
    padding: 0;
    font-size: 0;
    margin: 0
}

.lity-wrap .mec-booking-calendar.mec-wrap {
    margin-top: 20px
}

.lity-wrap .mec-booking-calendar-month-navigation,.lity-wrap .mec-booking-calendar.mec-wrap,.lity-wrap .mec-choosen-time-message {
    max-width: 100%
}

.mec-events-meta-group-booking-shortcode .mec-booking-calendar-wrapper .mec-booking-calendar .mec-calendar dl dt {
    height: 47px!important
}

@media (min-width: 961px) {
    .mec-wrap .mec-events-meta-group-booking .mec-booking-calendar .mec-calendar dl dt {
        height:47px
    }
}

.mec-wrap .mec-events-meta-group-booking .mec-booking-calendar .mec-calendar .mec-booking-calendar-date-soldout .mec-calendar-novel-selected-day {
    border-color: #c5c5c5
}

.mec-wrap .mec-events-meta-group-booking .mec-booking-calendar .mec-calendar .mec-booking-calendar-date-soldout.mec-active .mec-calendar-novel-selected-day {
    background: #c5c5c5;
    color: #fff
}

.mec-wrap .mec-events-meta-group-booking .mec-booking-calendar .mec-calendar .mec-booking-calendar-date-soldout:hover .mec-booking-tooltip {
    display: none
}

.mec-dark-mode .mec-single-event .mec-events-meta-group-booking .mec-booking-calendar-month-navigation,.mec-dark-mode .mec-single-event .mec-events-meta-group-booking .mec-calendar {
    background: #000;
    border-color: #222;
    color: #999
}

.mec-dark-mode .mec-booking-calendar-month-navigation .mec-next-month,.mec-dark-mode .mec-booking-calendar-month-navigation .mec-previous-month {
    background: #222;
    border-color: #000;
    color: #d2d2d2
}

.mec-dark-mode .mec-booking-calendar.mec-wrap {
    border-color: #111
}

.mec-dark-mode .mec-events-meta-group-booking .mec-booking-calendar .mec-calendar .mec-calendar-row dt:hover {
    background: 0 0!important
}

.mec-dark-mode .mec-calendar.mec-event-calendar-classic,.mec-dark-mode .mec-calendar.mec-event-calendar-classic .mec-calendar-side {
    height: auto
}

.is-light-theme .mec-fes-form textarea {
    border: 1px solid #cfeff5;
    box-shadow: 0 2px 5px rgba(207,239,245,.38) inset
}

.is-light-theme .mec-fes-form .select2-selection {
    height: auto
}

.is-light-theme .mec-fes-form input[type=checkbox]:after {
    border: unset!important
}

.is-light-theme .mec-fes-form input[type=radio]:after {
    background: unset!important
}

.is-light-theme .mec-fes-form input+label {
    padding-top: 0
}

.is-light-theme .mec-events-event-image img {
    height: auto
}

span.mec-booking-field-required {
    color: red;
    margin-left: 10px
}

.mec-gCalendar {
    position: relative
}

.mec-gCalendar-filters {
    display: none;
    position: absolute;
    width: 518px;
    background: #fff;
    right: calc(50% - 119px);
    top: 60px;
    z-index: 9999999;
    border: 1px solid #e3e4e5;
    border-radius: 7px;
    box-shadow: 0 2px 7px rgb(0 0 0 / 5%)
}

.mec-gCalendar-filters-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px;
    gap: 20px 10px;
    align-items: center
}

.mec-gCalendar-filters-wrap>div {
    flex: 1 0 calc(43% - 10px);
    display: inline-flex
}

.mec-gCalendar-filters .mec-gCalendar-filters-wrap .mec-search-reset-button {
    display: block;
    flex: 1 0 calc(100%)
}

.mec-gCalendar-filters .mec-gCalendar-filters-wrap .mec-search-reset-button button {
    width: 100%;
    border: 2px solid #e3e5e7;
    border-radius: 7px;
    color: #4c5765
}

.mec-gCalendar-filters .mec-gCalendar-filters-wrap .mec-search-reset-button button:hover {
    color: #e9526c;
    border-color: #f37f9b;
    background-color: transparent
}

.mec-gCalendar-filters-wrap .select2-container--default>ul {
    margin-top: 2px;
    width: 100%
}

.mec-gCalendar-filters-wrap span.select2.select2-container {
    width: 100%!important
}

.mec-gCalendar-filters-wrap .select2-container--default>ul>li {
    width: 100%
}

.mec-gCalendar-filters-wrap .select2-container--default {
    height: 39px
}

.mec-gCalendar-filters-wrap span.select2-selection.select2-selection--multiple {
    border: none!important;
    height: 38px!important
}

.mec-gCalendar-filters-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 0;
    background-color: #eee;
    font-size: 11px
}

.mec-gCalendar-filters-wrap .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    line-height: 29px;
    margin-top: 5px;
    border: none;
    margin-right: 5px
}

.mec-gCalendar-filters-wrap .mec-searchbar-category-wrap {
    margin: 0!important;
    width: 182px!important;
    padding: 0!important;
    height: 40px!important;
    border-radius: 0 3px 3px 0;
    border: 1px solid #e3e4e5!important
}

.mec-gCalendar-filters-wrap .mec-checkboxes-search i,.mec-gCalendar-filters-wrap .mec-dropdown-search i,.mec-gCalendar-filters-wrap .mec-minmax-event-cost i,.mec-gCalendar-filters-wrap .mec-text-address-search i {
    color: #b7b7b7;
    background-color: #fbfbfb;
    border-radius: 3px 0 0 3px;
    border: 1px solid #e3e4e5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-right: 0;
    text-align: center
}

.mec-gCalendar-filters-wrap .mec-minmax-event-cost input,.mec-gCalendar-filters-wrap .mec-minmax-event-cost input:focus,.mec-gCalendar-filters-wrap .mec-text-address-search input,.mec-gCalendar-filters-wrap .mec-text-address-search input:focus {
    width: 208px;
    height: 40px;
    border-radius: 0;
    border-right: 0;
    border-color: #e3e4e5;
    font-size: 12px;
    border-style: solid;
    border-width: 1px;
    padding-left: 15px
}

.mec-gCalendar-filters-wrap .mec-text-address-search input,.mec-gCalendar-filters-wrap .mec-text-address-search input:focus {
    width: 415px
}

.mec-gCalendar-filters-wrap .mec-minmax-event-cost input:last-child,.mec-gCalendar-filters-wrap .mec-text-address-search input,.mec-gCalendar-filters-wrap .mec-text-address-search input:focus {
    border-right: 1px solid #e3e4e5;
    border-radius: 0 3px 3px 0;
    border-left: none
}

.mec-gCalendar .mec-gCalendar-filters-wrap .mec-text-address-search i {
    border-right: 1px solid #e3e4e5
}

.mec-gCalendar-filters-wrap ul.list li[data-value=''] {
    display: none
}

.mec-gCalendar .fc .fc-scroller-harness,.mec-gCalendar .fc .fc-scroller-liquid-absolute,.mec-gCalendar .fc-h-event .fc-event-title {
    overflow: visible!important
}

#MonthPicker_mec-gCalendar-month-filter:after,#MonthPicker_mec-gCalendar-month-filter:before,.mec-gCalendar-filters:after,.mec-gCalendar-filters:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: 77px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px
}

#MonthPicker_mec-gCalendar-month-filter:after,#MonthPicker_mec-gCalendar-month-filter:before {
    margin-left: 68px
}

#MonthPicker_mec-gCalendar-month-filter:before,.mec-gCalendar-filters:before {
    top: -15px;
    border-color: transparent transparent #e3e9f1 transparent
}

#MonthPicker_mec-gCalendar-month-filter:after,.mec-gCalendar-filters:after {
    top: -14px;
    border-color: transparent transparent #fff transparent
}

.mec-gCalendar-tooltip {
    width: 290px;
    height: auto;
    position: absolute;
    background: #fff;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
    left: calc(50% - 145px);
    bottom: calc(100% - 1px);
    border: 1px solid #e3e4e5;
    border-radius: 7px;
    opacity: 1;
    box-shadow: 0 4px 13px rgb(0 0 0 / 7%);
    z-index: 9997
}

.mec-gCalendar-tooltip-image img {
    width: 100%;
    border-radius: 3px!important
}

.mec-gCalendar-tooltip-image {
    padding: 10px;
    padding-bottom: 8px
}

.mec-gCalendar a.fc-event:active {
    opacity: 1
}

.mec-gCalendar #mec-gCalendar-wrap a.fc-event {
    padding: 7px 3px;
    font-size: 12px;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif
}

.mec-gCalendar-tooltip-title {
    color: #000;
    line-height: 24px;
    font-size: 15px;
    padding: 10px 25px;
    font-weight: 500
}

.mec-gCalendar-tooltip-title span {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 7px;
    vertical-align: middle;
    border-radius: 50px
}

.mec-gCalendar-tooltip-title a {
    color: #000
}

.mec-gCalendar-tooltip-title a:hover {
    text-decoration: underline;
    color: #000
}

.mec-gCalendar-tooltip-location {
    color: #707172;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    padding: 0 25px 15px;
    margin-top: -2px
}

.mec-gCalendar-tooltip-location i {
    margin-right: 6px;
    color: #c1c7ce
}

.mec-gCalendar .fc-event-time {
    display: none
}

.mec-gCalendar-tooltip-date {
    background: #f7f8f9;
    color: #898a8c;
    font-weight: 400;
    padding: 10px 24px;
    display: flex;
    justify-content: space-between;
    font-size: 12px
}

.mec-gCalendar-tooltip-date-text>div>span,.mec-gCalendar-tooltip-date-time>div>span {
    display: block;
    line-height: 23px
}

.mec-gCalendar-tooltip-date-text>div>span:last-child,.mec-gCalendar-tooltip-date-time>div>span:last-child {
    margin: 0
}

.mec-gCalendar-tooltip-date-text .mec-gCalendar-tooltip-date-day {
    font-size: 14px;
    color: #000
}

.mec-gCalendar-tooltip-date-text,.mec-gCalendar-tooltip-date-time {
    display: flex;
    align-items: baseline
}

.mec-gCalendar-tooltip-date-text i,.mec-gCalendar-tooltip-date-time i {
    margin-right: 8px;
    color: #c1c7ce
}

.mec-gCalendar-tooltip:after,.mec-gCalendar-tooltip:before {
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 8px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px
}

.mec-gCalendar-tooltip:before {
    bottom: -17px;
    border-color: #e3e9f1 transparent transparent transparent
}

.mec-gCalendar-tooltip:after {
    bottom: -16px;
    border-color: #fff transparent transparent transparent
}

#mec-gCalendar-wrap .openMonthFilter i {
    -moz-transition: all .27s ease;
    -webkit-transition: all .27s ease;
    -o-transition: all .27s ease;
    transition: all .27s ease
}

#mec-gCalendar-wrap .openMonthFilter.open i {
    transform: rotate(-180deg)
}

.mec-gCalendar input#mec-gCalendar-month-filter {
    display: none
}

.mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk,.mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk>div:not(#MonthPicker_mec-gCalendar-month-filter) {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk {
    margin-bottom: 8px
}

.mec-gCalendar #mec-gCalendar-wrap .fc-header-toolbar.fc-toolbar {
    border: 1px solid #e3e4e5;
    border-radius: 7px;
    padding: 18px 30px 10px;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
    position: relative;
    flex-wrap: wrap
}

.mec-gCalendar #mec-gCalendar-wrap h2.fc-toolbar-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    margin-right: 20px;
    position: relative;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif
}

.mec-gCalendar #mec-gCalendar-wrap h2.fc-toolbar-title>span {
    font-weight: 100
}

.mec-gCalendar h2.fc-toolbar-title i {
    color: #a1a2a3;
    cursor: pointer;
    margin-left: 2px;
    font-size: 14px;
    margin-right: 0
}

.mec-gCalendar h2.fc-toolbar-title button {
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
    outline: 0
}

.mec-gCalendar table.fc-scrollgrid-sync-table tbody td {
    border: none;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee
}

.mec-gCalendar button.fc-nextYear-button.fc-button.fc-button-primary,.mec-gCalendar button.fc-nextYear-button.fc-button.fc-button-primary:active,.mec-gCalendar button.fc-prevYear-button.fc-button.fc-button-primary,.mec-gCalendar button.fc-prevYear-button.fc-button.fc-button-primary:active {
    background: #fff;
    color: #a1a2a3;
    border-radius: 7px 0 0 7px;
    border-color: #e3e4e5;
    padding: 3px 2px;
    box-shadow: none!important
}

.mec-gCalendar button.fc-button span.fc-icon {
    font-size: 20px;
    padding: 1px 0;
    width: 30px;
    height: 34px;
    vertical-align: middle;
    position: relative
}

.mec-gCalendar-filters-wrap .nice-select .list {
    margin: 0;
    box-shadow: 0 0 0 1px rgb(68 68 68 / 11%),0 2px 4px rgb(0 0 0 / 5%)
}

.mec-gCalendar button.fc-button span.fc-icon:before {
    vertical-align: middle;
    font-size: 18px;
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 9px)
}

.mec-gCalendar button.fc-prevYear-button.fc-button.fc-button-primary {
    border-right: none
}

.mec-gCalendar button.fc-nextYear-button.fc-button.fc-button-primary {
    border-left: none;
    border-radius: 0 7px 7px 0
}

.mec-gCalendar button.fc-next-button.fc-button.fc-button-primary,.mec-gCalendar button.fc-next-button.fc-button.fc-button-primary:active,.mec-gCalendar button.fc-prev-button.fc-button.fc-button-primary,.mec-gCalendar button.fc-prev-button.fc-button.fc-button-primary:active {
    background: #fff;
    color: #a1a2a3;
    border-right: none;
    border-left: none;
    border-radius: 0;
    border-color: #e3e4e5;
    padding: 3px 2px;
    box-shadow: none!important
}

.mec-gCalendar button.fc-today-button.fc-button.fc-button-primary,.mec-gCalendar button.fc-today-button.fc-button.fc-button-primary:active {
    background: #fff;
    color: #707070;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-color: #e3e4e5;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
    opacity: 1;
    padding: 9px 8px 12px;
    box-shadow: none!important;
    cursor: pointer;
    height: 42px
}

.mec-gCalendar button.fc-today-button.fc-button.fc-button-primary:disabled {
    cursor: auto
}

.mec-gCalendar button.fc-button.fc-button-primary:hover span {
    background: #f4f5f6;
    color: #000;
    border-radius: 7px
}

.mec-gCalendar button.fc-today-button.fc-button.fc-button-primary:not(:disabled):hover {
    background: #f4f5f6;
    color: #000;
    border-radius: 0
}

.mec-gCalendar button.fc-filterEvents-button.fc-button.fc-button-primary,.mec-gCalendar button.fc-findEvents-button.fc-button.fc-button-primary,.mec-gCalendar button.fc-findEvents-button.fc-button.fc-button-primary:active {
    min-width: 100px;
    border-radius: 7px!important;
    margin-right: 0;
    background: #00acf8;
    border: none!important;
    padding: 10px 15px 11px;
    font-size: 13px;
    font-weight: 500;
    margin-left: 20px!important;
    box-shadow: none!important
}

.mec-gCalendar tr.fc-scrollgrid-section.fc-scrollgrid-section-header.fc-scrollgrid-section-sticky>td {
    border-radius: 7px 7px 0 0;
    border: none
}

.mec-gCalendar button.fc-filterEvents-button.fc-button.fc-button-primary {
    position: relative;
    text-align: right;
    padding-right: 13px;
    padding-left: 32px;
    min-width: auto;
    background: 0 0;
    font-size: 14px;
    color: #969798;
    font-weight: 400
}

.mec-gCalendar button.fc-filterEvents-button.fc-button.fc-button-primary:active,.mec-gCalendar button.fc-filterEvents-button.fc-button.fc-button-primary:hover {
    background: #f4f5f6;
    color: #000
}

.mec-gCalendar button.fc-filterEvents-button.fc-button.fc-button-primary svg {
    position: absolute;
    left: 10px;
    top: 14px
}

.mec-gCalendar button.fc-findEvents-button.fc-button.fc-button-primary:hover {
    background: #444
}

.mec-gCalendar-tooltip-location,.mec-gCalendar-tooltip-title {
    white-space: normal
}

.mec-gCalendar #mec-gCalendar-wrap .mec-gCalendar-search-text-wrap input[type=text],.mec-gCalendar #mec-gCalendar-wrap .mec-gCalendar-search-text-wrap input[type=text]:focus {
    margin: 0;
    border: none;
    box-shadow: none!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #949aa1;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
    padding-right: 5px;
    padding-left: 8px;
    background: #fff;
    outline: 0
}

.mec-gCalendar .mec-gCalendar-search-text-wrap input[type=text]::-webkit-input-placeholder {
    color: #949aa1
}

.mec-gCalendar .mec-gCalendar-search-text-wrap input[type=text]::-moz-placeholder {
    color: #949aa1
}

.mec-gCalendar .mec-gCalendar-search-text-wrap input[type=text]:-ms-input-placeholder {
    color: #949aa1
}

.mec-gCalendar .mec-gCalendar-search-text-wrap input[type=text]:-moz-placeholder {
    color: #949aa1
}

.mec-gCalendar-search-text-wrap {
    border-left: 1px solid #e3e4e5;
    padding-left: 16px
}

.mec-gCalendar-search-text-wrap i {
    margin-right: 0;
    color: #bcc4ce;
    font-size: 17px
}

.mec-gCalendar .fc-direction-ltr .fc-button-group>.fc-button:first-child {
    margin-left: 7px!important
}

.mec-gCalendar .fc-direction-ltr .fc-toolbar>*>:not(:first-child) {
    margin-left: 0
}

.mec-gCalendar .mec-localtime-wrap {
    color: #000;
    font-size: 11px;
    margin-top: 2px;
    margin-bottom: 2px
}

.mec-gCalendar .fc-theme-standard .fc-popover {
    background: #fff;
    border: 1px solid #e3e4e5;
    border-radius: 7px;
    box-shadow: 0 4px 13px rgb(0 0 0 / 7%)
}

.mec-gCalendar .mec-localtime-wrap i {
    display: none
}

.mec-gCalendar .datepicker.dropdown-menu {
    position: absolute;
    top: 51px!important;
    left: unset!important;
    min-width: 215px!important;
    z-index: 999;
    background: #fff;
    right: 0;
    padding: 4px 0 3px;
    margin: 0;
    color: #000;
    border: 1px solid #e3e4e5;
    border-radius: 7px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 3%);
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif
}

.mec-gCalendar .datepicker.dropdown-menu * {
    background: #fff;
    border-radius: 7px;
    border: none;
    height: auto
}

.mec-gCalendar .datepicker table caption+thead tr:first-child td,.mec-gCalendar .datepicker table caption+thead tr:first-child th,.mec-gCalendar .datepicker table colgroup+thead tr:first-child td,.mec-gCalendar .datepicker table colgroup+thead tr:first-child th,.mec-gCalendar .datepicker table thead:first-child tr:first-child td,.mec-gCalendar .datepicker table thead:first-child tr:first-child th {
    border: none
}

.mec-gCalendar .datepicker table thead:first-child tr:first-child th.switch {
    font-weight: 500
}

.mec-gCalendar .datepicker table thead:first-child tr:first-child th.next,.mec-gCalendar .datepicker table thead:first-child tr:first-child th.prev {
    font-size: 0px;
    padding-top: 11px
}

.mec-gCalendar .datepicker table thead:first-child tr:first-child th.next:before,.mec-gCalendar .datepicker table thead:first-child tr:first-child th.prev:before {
    content: '\e606';
    font-family: simple-line-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    color: #a1a2a3
}

.mec-gCalendar .datepicker table thead:first-child tr:first-child th.prev:before {
    content: '\e605'
}

.mec-gCalendar .datepicker table.table-condensed thead tr {
    display: flex;
    padding: 6px 12px 10px;
    justify-content: space-between;
    align-items: center
}

.mec-gCalendar .datepicker thead tr:first-child th {
    width: auto;
    height: auto
}

.mec-gCalendar .datepicker thead tr:first-child th.next,.mec-gCalendar .datepicker thead tr:first-child th.prev {
    width: 34px;
    height: 34px;
    padding: 0 12px
}

.mec-gCalendar .datepicker thead tr:first-child th.switch {
    padding: 5px 18px
}

.mec-gCalendar .datepicker table.table-condensed tbody tr td {
    justify-content: space-between;
    align-items: center;
    padding: 0 9px 7px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto
}

.mec-gCalendar .datepicker td span.active.active,.mec-gCalendar .datepicker td span.active.disabled,.mec-gCalendar .datepicker td span.active:active,.mec-gCalendar .datepicker td span.active:focus,.mec-gCalendar .datepicker td span.active:hover,.mec-gCalendar .datepicker td span.active[disabled] {
    background-color: #00acf8;
    text-shadow: none
}

.mec-gCalendar .datepicker td span {
    width: 43px;
    line-height: 41px;
    font-size: 14px
}

.mec-gCalendar .datepicker thead tr:first-child th:hover {
    background: #f4f5f6
}

.mec-gCalendar .datepicker thead tr:first-child th:hover:before {
    color: #000!important
}

.mec-gCalendar .datepicker td span:hover {
    background-color: #f4f5f6
}

.mec-gCalendar .datepicker:after {
    left: unset;
    right: 11px
}

.mec-gCalendar .datepicker:before {
    left: unset;
    right: 10px
}

#gCalendar-loading {
    width: 100%;
    height: 100%;
    background: no-repeat rgba(255,255,255,.88) url(//erco.com.mx/wp-content/plugins/modern-events-calendar-lite/assets/img/ajax-loader.gif) center;
    border-style: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9
}

#gCalendar-loading.mec-modal-preloader {
    display: block!important
}

#mec-gCalendar-wrap table.fc-scrollgrid {
    border: 1px solid #e3e4e5;
    border-radius: 7px
}

#mec-gCalendar-wrap table.fc-scrollgrid thead tr td {
    border: none!important;
    background: 0 0
}

#mec-gCalendar-wrap table.fc-scrollgrid table {
    margin-bottom: 0
}

#mec-gCalendar-wrap table.fc-scrollgrid tr th {
    background: 0 0;
    padding: 20px 0 3px 10px;
    text-align: left;
    border-right: none!important;
    border-left: none!important;
    border-bottom: 1px solid #e3e4e5
}

#mec-gCalendar-wrap table.fc-scrollgrid tr th a {
    font-size: 15px!important;
    font-weight: 500!important;
    color: #000;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
    text-decoration: none
}

#mec-gCalendar-wrap .openMonthFilter {
    position: relative;
    padding: 7px 10px 2px;
    display: inline-block
}

#mec-gCalendar-wrap.fc .fc-daygrid-day-number {
    font-size: 16px;
    padding: 12px 10px 2px;
    color: #000;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
    text-decoration: none
}

#mec-gCalendar-wrap table.fc-scrollgrid-sync-table {
    margin: 0;
    border-spacing: 0;
    border-collapse: separate
}

.mec-gCalendar table.fc-scrollgrid-sync-table tbody tr td:last-child {
    border-right: none
}

.mec-gCalendar table.fc-scrollgrid-sync-table tbody tr:last-child td {
    border-bottom: none
}

#mec-gCalendar-wrap span.mec-general-calendar-label {
    color: #fff;
    padding: 1px 4px 3px;
    font-size: 11px;
    border-radius: 3px;
    margin: 5px 3px 2px 0;
    display: inline-block
}

.mec-gCalendar .fc .fc-scrollgrid-section-sticky>* {
    position: relative;
    z-index: 1
}

.mec-gCalendar .fc-direction-ltr .fc-daygrid-event.fc-event-end,.mec-gCalendar .fc-direction-ltr .fc-daygrid-event.fc-event-start,.mec-gCalendar .fc-direction-rtl .fc-daygrid-event.fc-event-end,.mec-gCalendar .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 0!important;
    margin-left: 0!important
}

#mec-gCalendar-wrap table.fc-scrollgrid-sync-table tr td {
    text-align: left;
    background: #fff!important
}

#mec-gCalendar-wrap table.fc-scrollgrid-sync-table .fc-daygrid-day-top {
    display: flex;
    flex-direction: row;
    padding-left: 10px
}

#mec-gCalendar-wrap .fc-daygrid-day.fc-day-today {
    background: #fff!important
}

#mec-gCalendar-wrap .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    color: #00acf8;
    font-size: 17px;
    font-weight: 500
}

#mec-gCalendar-wrap .fc-scrollgrid-section-body>td {
    border: none!important
}

#mec-gCalendar-wrap table.fc-scrollgrid-sync-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 7px
}

#mec-gCalendar-wrap table.fc-scrollgrid-sync-table tbody tr:last-child td:last-child {
    border-radius: 0 0 7px 0
}

.select2-container {
    z-index: 99999999
}

@media (max-width: 1200px) {
    .mec-gCalendar-search-text-wrap {
        padding-left:10px
    }

    .mec-gCalendar .mec-gCalendar-search-text-wrap input[type=text],.mec-gCalendar .mec-gCalendar-search-text-wrap input[type=text]:focus {
        width: 100px
    }
}

@media (max-width: 990px) {
    .mec-gCalendar .mec-gCalendar-search-text-wrap input[type=text],.mec-gCalendar .mec-gCalendar-search-text-wrap input[type=text]:focus {
        width:auto
    }

    .mec-gCalendar #mec-gCalendar-wrap .fc-header-toolbar.fc-toolbar {
        display: block
    }

    .mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk:last-child {
        margin: 0
    }
}

@media (max-width: 990px) {
    .mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk:first-child>div {
        width:100%;
        justify-content: right!important;
        position: relative
    }

    .mec-gCalendar #mec-gCalendar-wrap h2.fc-toolbar-title {
        position: absolute;
        left: 0
    }
}

@media (max-width: 480px) {
    .mec-gCalendar button.fc-today-button.fc-button.fc-button-primary,.mec-gCalendar button.fc-today-button.fc-button.fc-button-primary:active {
        padding:6px 6px 9px
    }

    .mec-gCalendar button.fc-button span.fc-icon {
        font-size: 12px;
        width: 20px;
        height: 27px
    }

    .mec-gCalendar #mec-gCalendar-wrap h2.fc-toolbar-title {
        font-size: 17px;
        margin-right: 11px
    }

    .mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk,.mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk>div:not(#MonthPicker_mec-gCalendar-month-filter) {
        flex-wrap: wrap
    }

    .mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk:last-child>div:not(#MonthPicker_mec-gCalendar-month-filter) {
        width: 100%;
        display: block
    }

    .mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk:last-child>div.fc-button-group {
        text-align: right
    }

    .mec-gCalendar-filters-wrap .mec-text-address-search input,.mec-gCalendar-filters-wrap .mec-text-address-search input:focus {
        width: 100%
    }

    .mec-gCalendar-filters-wrap>div {
        width: 100%
    }

    .mec-gCalendar-filters-wrap .nice-select {
        width: 100%
    }

    .mec-gCalendar-filters {
        width: 328px;
        right: calc(50% - 165px);
        top: 52px
    }

    .mec-gCalendar-filters:after,.mec-gCalendar-filters:before {
        margin-left: 30px
    }

    .mec-gCalendar-filters-wrap .mec-minmax-event-cost input,.mec-gCalendar-filters-wrap .mec-minmax-event-cost input:focus {
        width: 116px
    }

    .mec-gCalendar .datepicker:after {
        left: unset;
        right: 55px
    }

    .mec-gCalendar .datepicker:before {
        left: unset;
        right: 54px
    }

    .mec-gCalendar .datepicker.dropdown-menu {
        top: 40px!important;
        right: -45px
    }

    .mec-gCalendar #mec-gCalendar-wrap .fc-header-toolbar.fc-toolbar {
        padding: 18px 10px
    }

    .mec-gCalendar button.fc-today-button.fc-button.fc-button-primary,.mec-gCalendar button.fc-today-button.fc-button.fc-button-primary:active {
        height: 35.5px
    }

    .mec-gCalendar-search-text-wrap {
        border-left: 0;
        border-bottom: 1px solid #eee;
        padding: 0;
        margin-bottom: 10px
    }

    .mec-gCalendar-filters:after,.mec-gCalendar-filters:before {
        margin: 0
    }
}

@media (max-width: 360px) {
    .mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk:last-child>div.fc-button-group {
        text-align:left
    }

    .mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk:last-child>div:not(#MonthPicker_mec-gCalendar-month-filter) {
        margin-bottom: 8px
    }

    .mec-gCalendar #mec-gCalendar-wrap h2.fc-toolbar-title {
        position: relative;
        width: 100%;
        margin-bottom: 12px
    }

    .mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk:first-child>div {
        justify-content: left!important
    }

    .mec-gCalendar #mec-gCalendar-wrap h2.fc-toolbar-title {
        font-size: 22px
    }

    .mec-gCalendar button.fc-button span.fc-icon {
        font-size: 20px;
        width: 30px;
        height: 34px
    }

    .mec-gCalendar button.fc-today-button.fc-button.fc-button-primary,.mec-gCalendar button.fc-today-button.fc-button.fc-button-primary:active {
        padding: 9px 8px 12px
    }

    .mec-gCalendar-filters:after,.mec-gCalendar-filters:before {
        margin-left: -100px
    }

    .mec-gCalendar-filters {
        top: 60px
    }

    .mec-gCalendar .datepicker.dropdown-menu {
        width: 215px
    }

    .mec-gCalendar .datepicker.dropdown-menu {
        top: 37px!important;
        right: 27px
    }

    .mec-gCalendar #mec-gCalendar-wrap h2.fc-toolbar-title {
        font-size: 12px;
        display: inline-block;
        width: 46%;
        margin-right: 0
    }

    #mec-gCalendar-wrap .openMonthFilter {
        padding-right: 0
    }

    .mec-gCalendar button.fc-button span.fc-icon {
        width: 20px;
        height: 25px
    }

    .mec-gCalendar button.fc-today-button.fc-button.fc-button-primary,.mec-gCalendar button.fc-today-button.fc-button.fc-button-primary:active {
        line-height: 1
    }

    .mec-gCalendar .datepicker.dropdown-menu {
        right: -80px
    }

    .mec-gCalendar .datepicker:after {
        right: calc(50% - 3px)
    }

    .mec-gCalendar .datepicker:before {
        right: calc(50% - 4px)
    }

    .mec-gCalendar .fc-header-toolbar .fc-toolbar-chunk:last-child>div.fc-button-group {
        text-align: right
    }

    .mec-gCalendar-filters {
        width: 300px;
        right: calc(50% - 150px)
    }

    .mec-gCalendar-filters-wrap {
        padding: 15px
    }

    .fc-h-event .fc-event-main {
        font-size: 9px;
        line-height: 11px
    }
}

@media (max-width: 768px) {
    .mec-cart {
        overflow-x:scroll
    }
}

.mec-cart-coupon input[type=text] {
    background: #fcfcfc;
    min-height: 42px;
    min-width: 180px;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    padding: 13px 10px;
    width: 330px;
    margin-bottom: 20px;
    margin-right: 10px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.051)
}

.mec-cart-coupon button:hover {
    background: #000!important
}

.mec-cart ul {
    padding: 0;
    list-style: none
}

.mec-cart ul h5,.mec-cart ul h6 {
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight: inherit
}

.mec-cart ul h6 {
    padding-left: 0
}

.mec-cart ul h6:before {
    content: '— '
}

.mec-cart ul h5 {
    font-weight: 400;
    margin: 0 0 3px 0
}

.mec-cart ul h6:last-child {
    margin-bottom: 12px
}

.mec-cart table td:nth-child(4) ul li {
    margin-bottom: 5px
}

.mec-cart table td:nth-child(4) ul li:last-child {
    margin-bottom: 12px
}

.mec-cart table a {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #474849;
    fill: #474849
}

.mec-cart table a:hover {
    color: #000
}

.mec-cart table #mec_cart_total_payable,.mec-cart table .mec-transaction-price {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -.8px;
    text-align: right;
    color: #060607;
    fill: #060607
}

.mec-cart table .mec-line-through {
    text-decoration: line-through
}

.mec-cart table .mec-cart-remove-transactions svg:hover,.mec-cart table .mec-cart-remove-transactions svg:hover path {
    color: red!important;
    fill: red!important;
    cursor: pointer
}

.mec-cart table tr {
    text-align: left
}

.mec-cart table tr th {
    margin-bottom: 27px;
    margin-top: 0;
    padding: 9px 12px 9px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0;
    font-weight: 600;
    position: relative;
    color: #000
}

.mec-cart table tr td {
    padding: 9px 12px 9px;
    font-size: 14px;
    color: #000
}

.mec-cart table tr td a:hover {
    color: #000;
    text-decoration: underline
}

.mec-cart table tr td,.mec-cart table tr th {
    background-color: #fff!important;
    border: 0!important;
    vertical-align: middle
}

.mec-cart table tr {
    border-top: 1px solid rgba(0,0,0,.1)
}

.mec-cart table tr th:last-child {
    text-align: right
}

.mec-cart table tr {
    border-top: 1px solid rgba(0,0,0,.1)
}

.mec-cart table td:nth-child(1) {
    width: 35px;
    max-width: 35px
}

.mec-cart table td:nth-child(2) {
    width: 135px;
    max-width: 135px
}

.mec-cart table td:nth-child(3),.mec-cart table td:nth-child(4) {
    min-width: 200px;
    width: 200px
}

.mec-cart table td:nth-child(5) {
    font-size: 12px
}

.mec-cart table td:nth-child(6) {
    text-align: right;
    vertical-align: middle
}

.mec-cart .mec-cart-coupon-code {
    font-size: 12px;
    color: #8d9599
}

.mec-cart .mec-cart-checkout-link.button:hover {
    background: #000!important
}

.mec-cart table thead tr th {
    border-bottom: 1px solid #a3a3a3!important
}

.mec-cart table thead tr,.mec-cart table thead tr th {
    border-top: none!important
}

@media only screen and (max-width: 992px) {
    .mec-cart table {
        min-width:780px;
        overflow-x: scroll
    }
}

.mec-cart table tfoot tr th:last-child {
    display: none
}

.mec-checkout .mec-checkout-list {
    list-style: none;
    padding: 0;
    margin: 40px 0;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 25px;
    row-gap: 25px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6
}

.mec-checkout .mec-checkout-list .mec-list-items {
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / 2%)
}

.mec-checkout .mec-checkout-list .mec-list-items h3 {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -.4px;
    font-weight: 700;
    position: relative
}

.mec-checkout .mec-checkout-list .mec-list-items h5 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
    display: inline;
    color: #000;
    margin: 0 0 8px 0
}

.mec-checkout .mec-checkout-list .mec-list-items h6 {
    margin: 0;
    font-size: 16px;
    line-height: 23px;
    color: #8d9599;
    font-weight: inherit
}

.mec-checkout .mec-checkout-list .mec-list-items h6 {
    padding-left: 0
}

.mec-checkout .mec-checkout-list .mec-list-items h6:before {
    content: '— '
}

.mec-checkout .mec-checkout-list .mec-list-items ul {
    list-style: none;
    padding: 15px 0 0 0
}

.mec-checkout .mec-checkout-list .mec-list-items .mec-checkout-price-details {
    color: #000;
    border: none;
    border-radius: 2px;
    background: #f7f7f7;
    padding: 15px;
    margin: 15px 0 0 0;
    max-width: 100%
}

.mec-checkout .mec-checkout-list .mec-list-items .mec-checkout-price-details li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
}

.mec-checkout #mec_cart_total_payable {
    margin: 0 0 40px 0;
    font-size: 29px;
    line-height: 27px;
    letter-spacing: -.4px;
    font-weight: 700;
    position: relative;
    color: #39c36e
}

.mec-checkout .mec-gateway-comment {
    margin-top: 20px;
    margin: 0 0 20px 0;
    color: #616161;
    font-size: 14px;
    line-height: 1.8
}

.mec-checkout .mec-email-stripe input[type=email],.mec-checkout .mec-name-stripe input[type=text] {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 0!important;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 #e6ebf1!important;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    margin-bottom: 20px;
    background: #fff!important;
    max-width: 330px
}

.mec-checkout label {
    color: #424242;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0;
    margin: 0 0 4px 0;
    display: block;
    clear: none;
    padding: 7px 1em 3px 0
}

.mec-checkout input[type=radio]:before {
    content: '';
    display: inline-block;
    background: #fff;
    border-radius: 24px;
    width: 13px;
    height: 13px;
    cursor: pointer;
    margin: 1px 0 0 0;
    border: 1px solid #d7d8d9
}

.mec-checkout input[type=radio]:checked:before {
    border: 0;
    background: #000
}

.mec-checkout input[type=radio] {
    margin: 0 4px 0 0;
    font-size: 0
}

.mec-checkout input[type=checkbox] {
    float: left
}

.mec-checkout-gateways-wrapper {
    max-width: 54%;
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .mec-checkout-gateways-wrapper {
        max-width:100%;
        margin-bottom: 20px
    }
}

.mec-checkout .mec-book-form-next-button {
    float: right;
    right: 30%;
    width: 155px;
    text-align: center
}

.mec-checkout .mec-checkout-actions .mec-checkout-cart-link.button {
    background-color: #c4cace!important;
    width: 155px;
    text-align: center
}

.mec-checkout .mec-book-form-next-button:hover,.mec-checkout .mec-checkout-actions .mec-checkout-cart-link.button:hover {
    background: #000!important
}

@media (max-width: 768px) {
    .mec-checkout .mec-checkout-list {
        display:block;
        padding-bottom: 20px
    }

    .mec-checkout .mec-checkout-list .mec-list-items {
        margin-bottom: 20px;
        padding: 15px
    }

    .mec-checkout-gateways-wrapper {
        max-width: 100%;
        margin-bottom: 20px
    }

    .mec-checkout .mec-book-form-next-button {
        right: 0
    }
}

.mec-checkout-footer {
    background: #f5f6f7;
    padding: 30px 40px 15px;
    border-radius: 5px
}

.mec-checkout #mec_cart_total_payable {
    margin: 0 0 15px;
    font-size: 26px;
    line-height: 1;
    letter-spacing: -.4px;
    font-weight: 700;
    position: relative;
    color: #000
}

.tooltipster-fall,.tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1);
    -moz-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    -ms-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    -o-transition-timing-function: cubic-bezier(.175,.885,.32,1.15)
}

.tooltipster-base {
    display: flex;
    pointer-events: none;
    position: absolute
}

.tooltipster-box {
    flex: 1 1 auto
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    transition-timing-function: cubic-bezier(.175,.885,.32,1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition-timing-function: cubic-bezier(.23,.635,.495,1);
    -webkit-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
    -moz-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
    -ms-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
    -o-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
    transition-timing-function: cubic-bezier(.23,.635,.495,2.4)
}

.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    transition-timing-function: cubic-bezier(.175,.885,.32,1.15)
}

.tooltipster-fall.tooltipster-initial {
    top: 0!important
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0!important;
    opacity: 0
}

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1);
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    -moz-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    -ms-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    -o-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    transition-timing-function: cubic-bezier(.175,.885,.32,1.15)
}

.tooltipster-slide.tooltipster-initial {
    left: -40px!important
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0!important;
    opacity: 0
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading .4s
}

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg)
    }

    75% {
        transform: rotate(2deg)
    }

    100% {
        transform: rotate(0)
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating .6s
}

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling .6s
}

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid #000;
    border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-content {
    color: #fff;
    line-height: 18px;
    padding: 6px 14px
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #000
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #000
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #000
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #000
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
    border: none;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 10px 6px rgba(0,0,0,.1)
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
    margin-top: 6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
    margin-right: 6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
    margin-left: 6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
    margin-bottom: 6px
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
    color: #8d8d8d
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
    height: 6px;
    margin-left: -6px;
    width: 12px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
    height: 12px;
    margin-left: 0;
    margin-top: -6px;
    width: 6px
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
    display: none
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
    border: 6px solid transparent
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
    left: -6px
}

html.with-featherlight {
    overflow: hidden;
}

.featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
}

.featherlight .featherlight-inner {
    display: block;
}

.featherlight script.featherlight-inner, .featherlight link.featherlight-inner, .featherlight style.featherlight-inner {
    display: none;
}

.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: none;
    padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.featherlight .featherlight-image {
    width: 100%;
}

.featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
    border: none;
}

.featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        margin-left: 0;
        margin-right: 0;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent;
    }
}

@media print {
    html.with-featherlight>*> :not(.featherlight) {
        display: none;
    }
}


.acme_portfolio_items {
overflow: visible !important;
}
.acme_carousel .et_pb_portfolio_image:hover .et_overlay,
.acme_carousel .et_pb_portfolio_image:hover .meta {
z-index: 3;
opacity: 1;
} .acme_carousel {
overflow: hidden;
position: relative;
margin: 0;
}
.acme_carousel .et_overlay {
border: none;
}
.acme_carousel .et_pb_carousel_group {
display: none;
float: left;
position: relative;
width: 100%;
}
.acme_carousel .et_pb_carousel_group.active {
display: block;
}
.acme_carousel.acme_carousel_grid .et_pb_carousel_group {
display: block;
}
.acme_carousel .et_pb_portfolio_items {
overflow: hidden;
position: relative;
top: 0;
left: 0;
width: 100%;
}
.acme_carousel .et_pb_portfolio_item {
float: left;
position: relative;
width: 20%;
height: 0;
margin: 0;
}
.acme_carousel .et_pb_portfolio_image {
overflow: hidden;
position: relative;
width: 100%;
height: 100%;
margin: 0;
}
.acme_carousel .et_pb_portfolio_image img {
min-width: 100%;
max-width: inherit;
height: inherit;
min-height: 100%;
}
.acme_carousel .et_pb_portfolio_image.landscape img {
height: 100%;
}
.acme_carousel .et_pb_portfolio_image.portrait img {
width: 100%;
}
.acme_carousel .et_pb_portfolio_image .et_overlay:before {
top: 45%;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
.acme_carousel .et_pb_portfolio_image:hover .et_overlay:before {
top: 33%;
}
.acme_carousel.et_pb_bg_layout_dark .et_pb_portfolio_image .et_overlay {
background: rgba(0, 0, 0, 0.6);
}
.acme_carousel.et_pb_bg_layout_dark .meta p {
color: #fff;
}
.acme_carousel .et_pb_portfolio_image .meta {
position: absolute;
z-index: -1;
top: 0;
left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-o-backface-visibility: hidden;
}
.acme_carousel h2 {
margin: 30px 0;
text-align: center;
}
.acme_carousel .et_pb_portfolio_image h3,
.acme_carousel .et_pb_portfolio_image p {
display: block;
float: left;
position: relative;
z-index: 5;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-o-backface-visibility: hidden;
}
.acme_carousel .et_pb_portfolio_image h3 {
margin-top: 40%;
padding: 0 5px;
}
.acme_carousel .et_pb_portfolio_image:hover h3 {
margin-top: 35%;
}
.acme_carousel:hover .et-pb-arrow-prev {
left: 22px;
opacity: 1;
}
.acme_carousel:hover .et-pb-arrow-next {
right: 22px;
opacity: 1;
} .acme_grid .pagination.clearfix {
position: absolute;
bottom: 0;
} .et-fb .acme_grid .clearfix {
clear: none;
}
.et-fb .acme_grid .pagination.clearfix {
position: static !important;
clear: both !important;
} @media only screen and (max-width: 980px) {
.acme_grid-item h2.entry-title.acme_grid_title {
line-height: 50px !important;
font-size: 48px !important;
}
.acme_grid-item p {
padding-top: 20px;
line-height: 30px !important;
font-size: 26px !important;
}
.acme_grid-item p.post-meta {
padding-top: 20px;
line-height: 18px !important;
font-size: 16px !important;
}
} .promo-slide-in-close-promo.icon_close::before {
position: relative;
font-family: "ETmodules";
content: "\4d";
font-size: 32px;
top: 5px;
}#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}.et_monarch .et_social_popup_content, .et_monarch .et_social_flyin, .et_monarch .et_social_networks, .et_monarch .et_social_sidebar_networks,
.et_monarch .et_social_networks div, .et_monarch .et_social_sidebar_networks div,
.et_monarch .et_social_networks span, .et_monarch .et_social_sidebar_networks span,
.et_monarch .et_social_networks h2, .et_monarch .et_social_sidebar_networks h2,
.et_monarch .et_social_networks h3, .et_monarch .et_social_sidebar_networks h3,
.et_monarch .et_social_networks h4, .et_monarch .et_social_sidebar_networks h4,
.et_monarch .et_social_networks p, .et_monarch .et_social_sidebar_networks p,
.et_monarch .et_social_networks a, .et_monarch .et_social_sidebar_networks a,
.et_monarch .et_social_networks font, .et_monarch .et_social_sidebar_networks font,
.et_monarch .et_social_networks img, .et_monarch .et_social_sidebar_networks img,
.et_monarch .et_social_networks strike, .et_monarch .et_social_sidebar_networks strike,
.et_monarch .et_social_networks strong, .et_monarch .et_social_sidebar_networks strong,
.et_monarch .et_social_networks b, .et_monarch .et_social_sidebar_networks b,
.et_monarch .et_social_networks u, .et_monarch .et_social_sidebar_networks u,
.et_monarch .et_social_networks i, .et_monarch .et_social_sidebar_networks i,
.et_monarch .et_social_networks ol, .et_monarch .et_social_sidebar_networks ol,
.et_monarch .et_social_networks ul, .et_monarch .et_social_sidebar_networks ul,
.et_monarch .et_social_networks li, .et_monarch .et_social_sidebar_networks li,
.et_monarch .widget_monarchwidget li, .et_monarch .widget .et_social_networks li, .et_monarch .widget_text .et_social_networks li, .et_monarch .widget_monarchwidget li:before, .et_monarch .widget_monarchwidget li:after,
.et_monarch .et_social_popup_content h3, .et_monarch .et_social_popup_content p, .et_monarch .et_social_popup_content:after,
.et_monarch .et_social_flyin h3, .et_monarch .et_social_flyin p, .et_monarch .et_social_flyin:after,
.et_monarch .et_social_pinterest_window h3, .et_monarch .et_social_mobile, .et_monarch .et_social_mobile_button, .et_monarch .et_social_heading { font-family: 'Open Sans', helvetica, arial, sans-serif; line-height: 1em; text-transform: none; font-weight: normal; margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background-image:none; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }   .et_monarch .et_social_networks, .et_monarch .et_social_sidebar_networks, .et_monarch .et_social_sidebar_networks_mobile { font-family: 'Open Sans', helvetica, arial, sans-serif; line-height: 1em; font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.et_monarch .et_social_popup h3, .et_monarch .et_social_flyin h3, .et_monarch .et_social_locked h3, .et_monarch .et_social_pinterest_window h3 { font-family: 'Open Sans', helvetica, arial, sans-serif; font-size: 26px; line-height: 1.1em; color: #333; font-weight: 400; letter-spacing: .5px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.et_monarch .et_social_popup p, .et_monarch .et_social_flyin p { font-family: 'Open Sans', sans-serif; font-size: 14px; color: #999; font-weight: 400; line-height: 1.6em; margin-top: 6px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.et_monarch .et_social_networks span, .et_monarch .et_social_sidebar_networks span, .et_monarch .et_social_circle i.et_social_icon, i.et_social_icon:before, i.et_social_icon:after, .et_monarch .et_social_networks li, .et_monarch .et_social_networks li a, .et_monarch .et_social_networks div, .et_monarch .et_social_sidebar_mobile, .et_monarch .et_social_sidebar_networks_mobile li, .et_monarch .et_social_pin_image a:before { transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; }
.et_monarch .et_social_count, .et_monarch .widget_monarchwidget .et_social_networkname, .et_monarch .widget_monarchwidget .et_social_count span, .et_monarch .et_social_circle .et_social_icons_container li i:before { transition: none !important; -webkit-transition: none !important; -moz-transition: none !important; }
.et_monarch .et_social_circle .et_social_icons_container li i:after, .et_monarch .et_social_circle .et_social_icons_container li i:before, .et_monarch .et_social_circle .et_social_icons_container li:hover i:after, .et_monarch .et_social_circle .et_social_icons_container li:hover i:before { transition: left 0.3s, right 0.3s, margin 0.3s, opacity 0.3s !important; -moz-transition: left 0.3s, right 0.3s, margin 0.3s, opacity 0.3s !important; -webkit-transition: left 0.3s, right 0.3s, margin 0.3s, opacity 0.3s !important; }
.et_monarch .et_social_icon, .et_monarch .et_social_networks .et_social_network_label, .et_monarch .et_social_sidebar_networks .et_social_count { color: #FFF; }
.et_monarch .et_social_count { line-height: 23px; }
.et_monarch .et_social_networks.et_social_circle .et_social_network_label, .et_monarch .et_social_networks.et_social_circle .et_social_networkname, .et_monarch .et_social_networks.et_social_circle .et_social_count, .et_monarch .et_social_networks.et_social_circle .et_social_icons_container li:hover .et_social_networkname, .et_monarch .et_social_networks.et_social_circle .et_social_icons_container li:hover .et_social_count { color: #444 !important; }
.et_monarch .et_social_networks p, .et_monarch .et_social_sidebar_networks p {
font-family: 'Open Sans', helvetica, arial, sans-serif; line-height: 1.6em; font-weight: 400; font-size: 14px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #666;
}
.et_monarch .et_social_placeholder { width: 7px; height: 14px; display: inline-block; }
.et_monarch .et_social_networks, .et_monarch .et_social_sidebar_networks, .et_monarch .widget_monarchwidget a { text-shadow: none !important; }   @font-face {
font-family:'ETmonarch';
src:url(fonts/monarch.eot);
src:url(fonts/monarch.eot?#iefix) format('embedded-opentype'),
url(fonts/monarch.ttf) format('truetype'),
url(fonts/monarch.woff) format('woff'),
url(fonts/monarch.svg#ETmonarch) format('svg');
font-weight: normal;
font-style: normal;
}
.et_monarch .et_social_icon, .et_monarch .et_social_icon:before, .et_monarch .et_social_icon:after { font-family: 'ETmonarch'; speak: none; font-style: normal; font-size: 16px; line-height: 16px; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; display: block; }
.et_monarch .et_social_icon_networks:before			{ content: "\e605"; }
.et_monarch .et_social_icon_cancel:after			{ content: "\e60c"; }
.et_monarch .et_social_icon_behance:before,			.et_monarch .et_social_icon_behance:after 			{ content: "\e643"; }
.et_monarch .et_social_icon_like:before,			.et_monarch .et_social_icon_like:after 				{ content: "\e60e"; }
.et_monarch .et_social_icon_aweber:before,			.et_monarch .et_social_icon_aweber:after 			{ content: "\e612"; }
.et_monarch .et_social_icon_blinklist:before,		.et_monarch .et_social_icon_blinklist:after 		{ content: "\e613"; }
.et_monarch .et_social_icon_buffer:before,			.et_monarch .et_social_icon_buffer:after 			{ content: "\e614"; }
.et_monarch .et_social_icon_email:before,			.et_monarch .et_social_icon_email:after 			{ content: "\e615"; }
.et_monarch .et_social_icon_github:before,			.et_monarch .et_social_icon_github:after 			{ content: "\e616"; }
.et_monarch .et_social_icon_mailchimp:before,		.et_monarch .et_social_icon_mailchimp:after 		{ content: "\e617"; }
.et_monarch .et_social_icon_outlook:before,			.et_monarch .et_social_icon_outlook:after 			{ content: "\e618"; }
.et_monarch .et_social_icon_print:before,			.et_monarch .et_social_icon_print:after 			{ content: "\e619"; }
.et_monarch .et_social_icon_soundcloud:before,		.et_monarch .et_social_icon_soundcloud:after 		{ content: "\e61a"; }
.et_monarch .et_social_icon_baidu:before,			.et_monarch .et_social_icon_baidu:after 			{ content: "\e61b"; }
.et_monarch .et_social_icon_box:before,				.et_monarch .et_social_icon_box:after 				{ content: "\e61c"; }
.et_monarch .et_social_icon_digg:before,			.et_monarch .et_social_icon_digg:after 				{ content: "\e61d"; }
.et_monarch .et_social_icon_evernote:before,		.et_monarch .et_social_icon_evernote:after 			{ content: "\e61e"; }
.et_monarch .et_social_icon_hackernews:before,		.et_monarch .et_social_icon_hackernews:after 		{ content: "\e620"; }
.et_monarch .et_social_icon_livejournal:before,		.et_monarch .et_social_icon_livejournal:after 		{ content: "\e621"; }
.et_monarch .et_social_icon_netvibes:before,		.et_monarch .et_social_icon_netvibes:after 			{ content: "\e622"; }
.et_monarch .et_social_icon_newsvine:before,		.et_monarch .et_social_icon_newsvine:after 			{ content: "\e623"; }
.et_monarch .et_social_icon_aol:before,				.et_monarch .et_social_icon_aol:after 				{ content: "\e624"; }
.et_monarch .et_social_icon_gmail:before,			.et_monarch .et_social_icon_gmail:after 			{ content: "\e625"; }
.et_monarch .et_social_icon_google:before,			.et_monarch .et_social_icon_google:after 			{ content: "\e626"; }
.et_monarch .et_social_icon_printfriendly:before,	.et_monarch .et_social_icon_printfriendly:after 	{ content: "\e627"; }
.et_monarch .et_social_icon_reddit:before,			.et_monarch .et_social_icon_reddit:after 			{ content: "\e628"; }
.et_monarch .et_social_icon_vkontakte:before,		.et_monarch .et_social_icon_vkontakte:after 		{ content: "\e629"; }
.et_monarch .et_social_icon_yahoobookmarks:before,	.et_monarch .et_social_icon_yahoobookmarks:after 	{ content: "\e62a"; }
.et_monarch .et_social_icon_yahoomail:before,		.et_monarch .et_social_icon_yahoomail:after 		{ content: "\e62b"; }
.et_monarch .et_social_icon_youtube:before,			.et_monarch .et_social_icon_youtube:after 			{ content: "\e62c"; }
.et_monarch .et_social_icon_amazon:before,			.et_monarch .et_social_icon_amazon:after 			{ content: "\e62d"; }
.et_monarch .et_social_icon_delicious:before,		.et_monarch .et_social_icon_delicious:after 		{ content: "\e62e"; }
.et_monarch .et_social_icon_googleplus:before,		.et_monarch .et_social_icon_googleplus:after 		{ content: "\e626"; }
.et_monarch .et_social_icon_instagram:before,		.et_monarch .et_social_icon_instagram:after 		{ content: "\e630"; }
.et_monarch .et_social_icon_linkedin:before,		.et_monarch .et_social_icon_linkedin:after 			{ content: "\e631"; }
.et_monarch .et_social_icon_myspace:before,			.et_monarch .et_social_icon_myspace:after 			{ content: "\e632"; }
.et_monarch .et_social_icon_picassa:before,			.et_monarch .et_social_icon_picassa:after 			{ content: "\e633"; }
.et_monarch .et_social_icon_spotify:before,			.et_monarch .et_social_icon_spotify:after 			{ content: "\e634"; }
.et_monarch .et_social_icon_yahoo:before,			.et_monarch .et_social_icon_yahoo:after 			{ content: "\e635"; }
.et_monarch .et_social_icon_blogger:before,			.et_monarch .et_social_icon_blogger:after 			{ content: "\e636"; }
.et_monarch .et_social_icon_deviantart:before,		.et_monarch .et_social_icon_deviantart:after 		{ content: "\e637"; }
.et_monarch .et_social_icon_dribbble:before,		.et_monarch .et_social_icon_dribbble:after 			{ content: "\e638"; }
.et_monarch .et_social_icon_flickr:before,			.et_monarch .et_social_icon_flickr:after 			{ content: "\e639"; }
.et_monarch .et_social_icon_pinterest:before,		.et_monarch .et_social_icon_pinterest:after 		{ content: "\e63a"; }
.et_monarch .et_social_icon_rss:before ,			.et_monarch .et_social_icon_rss:after 				{ content: "\e63b"; }
.et_monarch .et_social_icon_skype:before,			.et_monarch .et_social_icon_skype:after 			{ content: "\e63c"; }
.et_monarch .et_social_icon_stumbleupon:before,		.et_monarch .et_social_icon_stumbleupon:after 		{ content: "\e63d"; }
.et_monarch .et_social_icon_tumblr:before,			.et_monarch .et_social_icon_tumblr:after 			{ content: "\e63e"; }
.et_monarch .et_social_icon_facebook:before,		.et_monarch .et_social_icon_facebook:after 			{ content: "\e63f"; }
.et_monarch .et_social_icon_twitter:before ,		.et_monarch .et_social_icon_twitter:after 			{ content: "\e640"; }
.et_monarch .et_social_icon_vimeo:before,			.et_monarch .et_social_icon_vimeo:after 			{ content: "\e641"; }
.et_monarch .et_social_icon_wordpress:before,		.et_monarch .et_social_icon_wordpress:after 		{ content: "\e642"; }
.et_monarch .et_social_icon_all_button:before,		.et_monarch .et_social_icon_all_button:after		{ content: "\e64c"; } .et_monarch .et_social_facebook, .et_monarch .et_social_facebook, .et_monarch .et_social_networks.et_social_circle .et_social_facebook i { background-color: #3a579a; }
.et_monarch li.et_social_facebook:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_facebook:hover i { background-color: #314a83; }
.et_monarch .et_social_sidebar_border li.et_social_facebook:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_facebook:hover { border-color: #3a579a; }
.et_monarch .widget_monarchwidget li.et_social_facebook { background-color: #3a579a !important; }
.et_monarch .widget_monarchwidget li.et_social_facebook:hover,.et_monarch .widget_monarchwidget .et_social_circle li.et_social_facebook:hover i { background-color: #314a83 !important; }
.et_monarch .et_social_twitter, .et_monarch .et_social_twitter, .et_monarch .et_social_networks.et_social_circle .et_social_twitter i { background-color: #00abf0; }
.et_monarch .widget_monarchwidget li.et_social_twitter:hover, .et_monarch li.et_social_twitter:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_twitter:hover i { background-color: #0092cc; }
.et_monarch .et_social_sidebar_border li.et_social_twitter:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_twitter:hover { border-color: #00abf0; }
.et_monarch .widget_monarchwidget li.et_social_twitter { background-color: #00abf0 !important; }
.et_monarch .widget_monarchwidget li.et_social_twitter:hover,.et_monarch .widget_monarchwidget .et_social_circle li.et_social_twitter:hover i { background-color: #0092cc !important; }
.et_monarch .et_social_pinterest, .et_monarch .et_social_networks.et_social_circle .et_social_pinterest i { background-color: #cd1c1f; }
.et_monarch li.et_social_pinterest:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_pinterest:hover i { background-color: #ae181a; }
.et_monarch .et_social_sidebar_border li.et_social_pinterest:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_pinterest:hover { border-color: #cd1c1f; }
.et_monarch .widget_monarchwidget li.et_social_pinterest { background-color: #cd1c1f !important; }
.et_monarch .widget_monarchwidget li.et_social_pinterest:hover,.et_monarch .widget_monarchwidget .et_social_circle li.et_social_pinterest:hover i { background-color: #ae181a !important; }
.et_monarch .et_social_googleplus, .et_monarch .et_social_networks.et_social_circle .et_social_googleplus i { background-color: #df4a32; }
.et_monarch li.et_social_googleplus:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_googleplus:hover i { background-color: #be3f2b; }
.et_monarch .et_social_sidebar_border li.et_social_googleplus:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_googleplus:hover { border-color: #df4a32; }
.et_monarch .widget_monarchwidget li.et_social_googleplus { background-color: #df4a32 !important; }
.et_monarch .widget_monarchwidget li.et_social_googleplus:hover,.et_monarch .widget_monarchwidget .et_social_circle li.et_social_googleplus:hover i { background-color: #be3f2b !important; }
.et_monarch .et_social_email, .et_monarch .et_social_networks.et_social_circle .et_social_email i { background-color: #666666; }
.et_monarch li.et_social_email:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_email:hover i { background-color: #575757; }
.et_monarch .et_social_sidebar_border li.et_social_email:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_email:hover { border-color: #666666; }
.et_monarch .widget_monarchwidget li.et_social_email { background-color: #666666 !important; }
.et_monarch .widget_monarchwidget li.et_social_email:hover,.et_monarch .widget_monarchwidget .et_social_circle li.et_social_email:hover i { background-color: #575757 !important; }
.et_monarch .et_social_wordpress, .et_monarch .et_social_networks.et_social_circle .et_social_wordpress i { background-color: #267697; }
.et_monarch li.et_social_wordpress:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_wordpress:hover i { background-color: #206480; }
.et_monarch .et_social_sidebar_border li.et_social_wordpress:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_wordpress:hover { border-color: #267697; }
.et_monarch .widget_monarchwidget li.et_social_wordpress { background-color: #267697 !important; }
.et_monarch .widget_monarchwidget li.et_social_wordpress:hover,.et_monarch .widget_monarchwidget .et_social_circle li.et_social_wordpress:hover i { background-color: #206480 !important; }
.et_monarch .et_social_vimeo, .et_monarch .et_social_networks.et_social_circle .et_social_vimeo i { background-color: #45bbfc; }
.et_monarch li.et_social_vimeo:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_vimeo:hover i { background-color: #3b9fd6; }
.et_monarch .et_social_sidebar_border li.et_social_vimeo:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_vimeo:hover { border-color: #45bbfc; }
.et_monarch .widget_monarchwidget li.et_social_vimeo { background-color: #45bbfc !important; }
.et_monarch .widget_monarchwidget li.et_social_vimeo:hover,.et_monarch .widget_monarchwidget .et_social_circle li.et_social_vimeo:hover i { background-color: #3b9fd6 !important; }
.et_monarch .et_social_skype, .et_monarch .et_social_networks.et_social_circle .et_social_skype i { background-color: #1ba5f4; }
.et_monarch li.et_social_skype:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_skype:hover i { background-color: #178cd0; }
.et_monarch .et_social_sidebar_border li.et_social_skype:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_skype:hover { border-color: #1ba5f4; }
.et_monarch .widget_monarchwidget li.et_social_skype { background-color: #1ba5f4 !important; }
.et_monarch .widget_monarchwidget li.et_social_skype:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_skype:hover i { background-color: #178cd0 !important; }
.et_monarch .et_social_tumblr, .et_monarch .et_social_networks.et_social_circle .et_social_tumblr i { background-color: #32506d; }
.et_monarch li.et_social_tumblr:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_tumblr:hover i { background-color: #2b445d; }
.et_monarch .et_social_sidebar_border li.et_social_tumblr:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_tumblr:hover { border-color: #32506d; }
.et_monarch .widget_monarchwidget li.et_social_tumblr { background-color: #32506d !important; }
.et_monarch .widget_monarchwidget li.et_social_tumblr:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_tumblr:hover i { background-color: #2b445d !important; }
.et_monarch .et_social_dribbble, .et_monarch .et_social_networks.et_social_circle .et_social_dribbble i { background-color: #ea4c8d; }
.et_monarch li.et_social_dribbble:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_dribbble:hover i { background-color: #c74178; }
.et_monarch .et_social_sidebar_border li.et_social_dribbble:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_dribbble:hover { border-color: #ea4c8d; }
.et_monarch .widget_monarchwidget li.et_social_dribbble { background-color: #ea4c8d !important; }
.et_monarch .widget_monarchwidget li.et_social_dribbble:hover,.et_monarch .widget_monarchwidget .et_social_circle li.et_social_dribbble:hover i { background-color: #c74178 !important; }
.et_monarch .et_social_flickr, .et_monarch .et_social_networks.et_social_circle .et_social_flickr i { background-color: #fc1684; }
.et_monarch li.et_social_flickr:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_flickr:hover i { background-color: #d61370; }
.et_monarch .et_social_sidebar_border li.et_social_flickr:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_flickr:hover { border-color: #fc1684; }
.et_monarch .widget_monarchwidget li.et_social_flickr { background-color: #fc1684 !important; }
.et_monarch .widget_monarchwidget li.et_social_flickr:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_flickr:hover i { background-color: #d61370 !important; }
.et_monarch .et_social_stumbleupon, .et_monarch .et_social_networks.et_social_circle .et_social_stumbleupon i { background-color: #ea4b24; }
.et_monarch li.et_social_stumbleupon:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_stumbleupon:hover i { background-color: #c7401f; }
.et_monarch .et_social_sidebar_border li.et_social_stumbleupon:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_stumbleupon:hover { border-color: #ea4b24; }
.et_monarch .widget_monarchwidget li.et_social_stumbleupon { background-color: #ea4b24 !important; }
.et_monarch .widget_monarchwidget li.et_social_stumbleupon:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_stumbleupon:hover i { background-color: #c7401f !important; }
.et_monarch .et_social_deviantart, .et_monarch .et_social_networks.et_social_circle .et_social_deviantart i { background-color: #566c68; }
.et_monarch li.et_social_deviantart:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_deviantart:hover i { background-color: #495c59; }
.et_monarch .et_social_sidebar_border li.et_social_deviantart:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_deviantart:hover { border-color: #566c68; }
.et_monarch .widget_monarchwidget li.et_social_deviantart { background-color: #566c68 !important; }
.et_monarch .widget_monarchwidget li.et_social_deviantart:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_deviantart:hover i { background-color: #495c59 !important; }
.et_monarch .et_social_rss, .et_monarch .et_social_networks.et_social_circle .et_social_rss i { background-color: #f59038; }
.et_monarch li.et_social_rss:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_rss:hover i { background-color: #d07b30; }
.et_monarch .et_social_sidebar_border li.et_social_rss:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_rss:hover { border-color: #f59038; }
.et_monarch .widget_monarchwidget li.et_social_rss { background-color: #f59038 !important; }
.et_monarch .widget_monarchwidget li.et_social_rss:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_rss:hover i { background-color: #d07b30 !important; }
.et_monarch .et_social_blogger, .et_monarch .et_social_networks.et_social_circle .et_social_blogger i { background-color: #f59038; }
.et_monarch li.et_social_blogger:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_blogger:hover i { background-color: #d07b30; }
.et_monarch .et_social_sidebar_border li.et_social_blogger:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_blogger:hover { border-color: #f59038; }
.et_monarch .widget_monarchwidget li.et_social_blogger { background-color: #f59038 !important; }
.et_monarch .widget_monarchwidget li.et_social_blogger:hover, .et_monarch .widget_monarchwidget li.et_social_blogger:hover i { background-color: #d07b30 !important; }
.et_monarch .et_social_picassa, .et_monarch .et_social_networks.et_social_circle .et_social_picassa i { background-color: #9864ae; }
.et_monarch li.et_social_picassa:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_picassa:hover i { background-color: #815594; }
.et_monarch .et_social_sidebar_border li.et_social_picassa:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_picassa:hover { border-color: #9864ae; }
.et_monarch .widget_monarchwidget li.et_social_picassa { background-color: #9864ae !important; }
.et_monarch .widget_monarchwidget li.et_social_picassa:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_picassa:hover i { background-color: #815594 !important; }
.et_monarch .et_social_spotify, .et_monarch .et_social_networks.et_social_circle .et_social_spotify i { background-color: #aecf29; }
.et_monarch li.et_social_spotify:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_spotify:hover i { background-color: #94b023; }
.et_monarch .et_social_sidebar_border li.et_social_spotify:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_spotify:hover { border-color: #aecf29; }
.et_monarch .widget_monarchwidget li.et_social_spotify { background-color: #aecf29 !important; }
.et_monarch .widget_monarchwidget li.et_social_spotify:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_spotify:hover i { background-color: #94b023 !important; }
.et_monarch .et_social_instagram, .et_monarch .et_social_networks.et_social_circle .et_social_instagram i { background-color: #517fa4; }
.et_monarch li.et_social_instagram:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_instagram:hover i { background-color: #456c8c; }
.et_monarch .et_social_sidebar_border li.et_social_instagram:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_instagram:hover { border-color: #517fa4; }
.et_monarch .widget_monarchwidget li.et_social_instagram { background-color: #517fa4 !important; }
.et_monarch .widget_monarchwidget li.et_social_instagram:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_instagram:hover i { background-color: #456c8c !important; }
.et_monarch .et_social_myspace, .et_monarch .et_social_networks.et_social_circle .et_social_myspace i { background-color: #3a5998; }
.et_monarch li.et_social_myspace:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_myspace:hover i { background-color: #314c81; }
.et_monarch .et_social_sidebar_border li.et_social_myspace:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_myspace:hover { border-color: #3a5998; }
.et_monarch .widget_monarchwidget li.et_social_myspace { background-color: #3a5998 !important; }
.et_monarch .widget_monarchwidget li.et_social_myspace:hover,.et_monarch .widget_monarchwidget .et_social_circle li.et_social_myspace:hover i { background-color: #314c81 !important; }
.et_monarch .et_social_delicious, .et_monarch .et_social_networks.et_social_circle .et_social_delicious i { background-color: #3398fc; }
.et_monarch li.et_social_delicious:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_delicious:hover i { background-color: #2b81d6; }
.et_monarch .et_social_sidebar_border li.et_social_delicious:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_delicious:hover { border-color: #3398fc; }
.et_monarch .widget_monarchwidget li.et_social_delicious { background-color: #3398fc !important; }
.et_monarch .widget_monarchwidget li.et_social_delicious:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_delicious:hover i { background-color: #2b81d6 !important; }
.et_monarch .et_social_linkedin, .et_monarch .et_social_networks.et_social_circle .et_social_linkedin i { background-color: #127bb6; }
.et_monarch li.et_social_linkedin:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_linkedin:hover i { background-color: #0f699b; }
.et_monarch .et_social_sidebar_border li.et_social_linkedin:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_linkedin:hover { border-color: #127bb6; }
.et_monarch .widget_monarchwidget li.et_social_linkedin { background-color: #127bb6 !important; }
.et_monarch .widget_monarchwidget li.et_social_linkedin:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_linkedin:hover i { background-color: #0f699b !important; }
.et_monarch .et_social_yahoo, .et_monarch .et_social_networks.et_social_circle .et_social_yahoo i { background-color: #511295; }
.et_monarch li.et_social_yahoo:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_yahoo:hover i { background-color: #450f7f; }
.et_monarch .et_social_sidebar_border li.et_social_yahoo:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_yahoo:hover { border-color: #511295; }
.et_monarch .widget_monarchwidget li.et_social_yahoo { background-color: #511295 !important; }
.et_monarch .widget_monarchwidget li.et_social_yahoo:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_yahoo:hover { background-color: #450f7f !important; }
.et_monarch .et_social_yahoomail, .et_monarch .et_social_networks.et_social_circle .et_social_yahoomail i { background-color: #511295; }
.et_monarch li.et_social_yahoomail:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_yahoomail:hover i { background-color: #450f7f; }
.et_monarch .et_social_sidebar_border li.et_social_yahoomail:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_yahoomail:hover { border-color: #511295; }
.et_monarch .widget_monarchwidget li.et_social_yahoomail { background-color: #511295 !important; }
.et_monarch .widget_monarchwidget li.et_social_yahoomail:hover,.et_monarch .widget_monarchwidget .et_social_circle li.et_social_yahoomail:hover i { background-color: #450f7f !important; }
.et_monarch .et_social_yahoobookmarks, .et_monarch .et_social_networks.et_social_circle .et_social_yahoobookmarks i { background-color: #511295; }
.et_monarch li.et_social_yahoobookmarks:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_yahoobookmarks:hover i { background-color: #450f7f; }
.et_monarch .et_social_sidebar_border li.et_social_yahoobookmarks:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_yahoobookmarks:hover { border-color: #511295; }
.et_monarch .widget_monarchwidget li.et_social_yahoobookmarks { background-color: #511295 !important; }
.et_monarch .widget_monarchwidget li.et_social_yahoobookmarks:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_yahoobookmarks:hover i { background-color: #450f7f !important; }
.et_monarch .et_social_amazon, .et_monarch .et_social_networks.et_social_circle .et_social_amazon i { background-color: #222222; }
.et_monarch li.et_social_amazon:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_amazon:hover i { background-color: #000000; }
.et_monarch .et_social_sidebar_border li.et_social_amazon:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_amazon:hover { border-color: #222222; }
.et_monarch .widget_monarchwidget li.et_social_amazon { background-color: #222222 !important; }
.et_monarch .widget_monarchwidget li.et_social_amazon:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_amazon:hover i { background-color: #000000 !important; }
.et_monarch .et_social_aol, .et_monarch .et_social_networks.et_social_circle .et_social_aol i { background-color: #222222; }
.et_monarch li.et_social_aol:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_aol:hover i { background-color: #000000; }
.et_monarch .et_social_sidebar_border li.et_social_aol:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_aol:hover { border-color: #222222; }
.et_monarch .widget_monarchwidget li.et_social_aol { background-color: #222222 !important; }
.et_monarch .widget_monarchwidget li.et_social_aol:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_aol:hover i { background-color: #000000 !important; }
.et_monarch .et_social_buffer, .et_monarch .et_social_networks.et_social_circle .et_social_buffer i { background-color: #222222; }
.et_monarch li.et_social_buffer:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_buffer:hover i { background-color: #000000; }
.et_monarch .et_social_sidebar_border li.et_social_buffer:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_buffer:hover { border-color: #222222; }
.et_monarch .widget_monarchwidget li.et_social_buffer { background-color: #222222 !important; }
.et_monarch .widget_monarchwidget li.et_social_buffer:hover,.et_monarch .widget_monarchwidget .et_social_circle li.et_social_buffer:hover i { background-color: #000000 !important; }
.et_monarch .et_social_printfriendly, .et_monarch .et_social_networks.et_social_circle .et_social_printfriendly i { background-color: #75aa33; }
.et_monarch li.et_social_printfriendly:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_printfriendly:hover i { background-color: #64912b; }
.et_monarch .et_social_sidebar_border li.et_social_printfriendly:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_printfriendly:hover { border-color: #75aa33; }
.et_monarch .widget_monarchwidget li.et_social_printfriendly { background-color: #75aa33 !important; }
.et_monarch .widget_monarchwidget li.et_social_printfriendly:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_printfriendly:hover i { background-color: #64912b !important; }
.et_monarch .et_social_youtube, .et_monarch .et_social_networks.et_social_circle .et_social_youtube i { background-color: #a8240f; }
.et_monarch li.et_social_youtube:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_youtube:hover i { background-color: #8f1f0d; }
.et_monarch .et_social_sidebar_border li.et_social_youtube:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_youtube:hover { border-color: #a8240f; }
.et_monarch .widget_monarchwidget li.et_social_youtube { background-color: #a8240f !important; }
.et_monarch .widget_monarchwidget li.et_social_youtube:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_youtube:hover i { background-color: #8f1f0d !important; }
.et_monarch .et_social_google, .et_monarch .et_social_networks.et_social_circle .et_social_google i { background-color: #3b7ae0; }
.et_monarch li.et_social_google:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_google:hover i { background-color: #3268bf; }
.et_monarch .et_social_sidebar_border li.et_social_google:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_google:hover { border-color: #3b7ae0; }
.et_monarch .widget_monarchwidget li.et_social_google { background-color: #3b7ae0 !important; }
.et_monarch .widget_monarchwidget li.et_social_google:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_google:hover i { background-color: #3268bf !important; }
.et_monarch .et_social_gmail, .et_monarch .et_social_networks.et_social_circle .et_social_gmail i { background-color: #dd4b39; }
.et_monarch li.et_social_gmail:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_gmail:hover i { background-color: #bc4031; }
.et_monarch .et_social_sidebar_border li.et_social_gmail:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_gmail:hover { border-color: #dd4b39; }
.et_monarch .widget_monarchwidget li.et_social_gmail { background-color: #dd4b39 !important; }
.et_monarch .widget_monarchwidget li.et_social_gmail:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_gmail:hover { background-color: #bc4031 !important; }
.et_monarch .et_social_reddit, .et_monarch .et_social_networks.et_social_circle .et_social_reddit i { background-color: #fc461e; }
.et_monarch li.et_social_reddit:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_reddit:hover i { background-color: #d63c1a; }
.et_monarch .et_social_sidebar_border li.et_social_reddit:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_reddit:hover { border-color: #fc461e; }
.et_monarch .widget_monarchwidget li.et_social_reddit { background-color: #fc461e !important; }
.et_monarch .widget_monarchwidget li.et_social_reddit:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_reddit:hover i { background-color: #d63c1a !important; }
.et_monarch .et_social_vkontakte, .et_monarch .et_social_networks.et_social_circle .et_social_vkontakte i { background-color: #4c75a3; }
.et_monarch li.et_social_vkontakte:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_vkontakte:hover i { background-color: #41648b; }
.et_monarch .et_social_sidebar_border li.et_social_vkontakte:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_vkontakte:hover { border-color: #4c75a3; }
.et_monarch .widget_monarchwidget li.et_social_vkontakte { background-color: #4c75a3 !important; }
.et_monarch .widget_monarchwidget li.et_social_vkontakte:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_vkontakte:hover i { background-color: #41648b !important; }
.et_monarch .et_social_newsvine, .et_monarch .et_social_networks.et_social_circle .et_social_newsvine i { background-color: #0d642e; }
.et_monarch li.et_social_newsvine:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_newsvine:hover i { background-color: #0b5527; }
.et_monarch .et_social_sidebar_border li.et_social_newsvine:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_newsvine:hover { border-color: #0d642e; }
.et_monarch .widget_monarchwidget li.et_social_newsvine { background-color: #0d642e !important; }
.et_monarch .widget_monarchwidget li.et_social_newsvine:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_newsvine:hover i { background-color: #0b5527 !important; }
.et_monarch .et_social_netvibes, .et_monarch .et_social_networks.et_social_circle .et_social_netvibes i { background-color: #5dbc22; }
.et_monarch li.et_social_netvibes:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_netvibes:hover i { background-color: #4fa01d; }
.et_monarch .et_social_sidebar_border li.et_social_netvibes:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_netvibes:hover { border-color: #5dbc22; }
.et_monarch .widget_monarchwidget li.et_social_netvibes { background-color: #5dbc22 !important; }
.et_monarch .widget_monarchwidget li.et_social_netvibes:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_netvibes:hover i { background-color: #4fa01d !important; }
.et_monarch .et_social_hackernews, .et_monarch .et_social_networks.et_social_circle .et_social_hackernews i { background-color: #f08641; }
.et_monarch li.et_social_hackernews:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_hackernews:hover i { background-color: #cc7237; }
.et_monarch .et_social_sidebar_border li.et_social_hackernews:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_hackernews:hover { border-color: #f08641; }
.et_monarch .widget_monarchwidget li.et_social_hackernews { background-color: #f08641 !important; }
.et_monarch .widget_monarchwidget li.et_social_hackernews:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_hackernews:hover i { background-color: #cc7237 !important; }
.et_monarch .et_social_evernote, .et_monarch .et_social_networks.et_social_circle .et_social_evernote i { background-color: #7cbf4b; }
.et_monarch li.et_social_evernote:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_evernote:hover i { background-color: #6aa340; }
.et_monarch .et_social_sidebar_border li.et_social_evernote:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_evernote:hover { border-color: #7cbf4b; }
.et_monarch .widget_monarchwidget li.et_social_evernote { background-color: #7cbf4b !important; }
.et_monarch .widget_monarchwidget li.et_social_evernote:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_evernote:hover i { background-color: #6aa340 !important; }
.et_monarch .et_social_digg, .et_monarch .et_social_networks.et_social_circle .et_social_digg i { background-color: #546b9f; }
.et_monarch li.et_social_digg:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_digg:hover i { background-color: #475b87; }
.et_monarch .et_social_sidebar_border li.et_social_digg:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_digg:hover { border-color: #546b9f; }
.et_monarch .widget_monarchwidget li.et_social_digg { background-color: #546b9f !important; }
.et_monarch .widget_monarchwidget li.et_social_digg:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_digg:hover i { background-color: #475b87 !important; }
.et_monarch .et_social_box, .et_monarch .et_social_networks.et_social_circle .et_social_box i { background-color: #1482c3; }
.et_monarch li.et_social_box:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_box:hover i { background-color: #116fa6; }
.et_monarch .et_social_sidebar_border li.et_social_box:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_box:hover { border-color: #1482c3; }
.et_monarch .widget_monarchwidget li.et_social_box { background-color: #1482c3 !important; }
.et_monarch .widget_monarchwidget li.et_social_box:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_box:hover i { background-color: #116fa6 !important; }
.et_monarch .et_social_baidu, .et_monarch .et_social_networks.et_social_circle .et_social_baidu i { background-color: #2b3bdd; }
.et_monarch li.et_social_baidu:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_baidu:hover i { background-color: #2532bc; }
.et_monarch .et_social_sidebar_border li.et_social_baidu:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_baidu:hover { border-color: #2b3bdd; }
.et_monarch .widget_monarchwidget li.et_social_baidu { background-color: #2b3bdd !important; }
.et_monarch .widget_monarchwidget li.et_social_baidu:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_baidu:hover i { background-color: #2532bc !important; }
.et_monarch .et_social_livejournal, .et_monarch .et_social_networks.et_social_circle .et_social_livejournal i { background-color: #336697; }
.et_monarch li.et_social_livejournal:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_livejournal:hover i { background-color: #2b5780; }
.et_monarch .et_social_sidebar_border li.et_social_livejournal:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_livejournal:hover { border-color: #336697; }
.et_monarch .widget_monarchwidget li.et_social_livejournal { background-color: #336697 !important; }
.et_monarch .widget_monarchwidget li.et_social_livejournal:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_livejournal:hover i { background-color: #2b5780 !important; }
.et_monarch .et_social_github, .et_monarch .et_social_networks.et_social_circle .et_social_github i { background-color: #4183c4; }
.et_monarch li.et_social_github:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_github:hover i { background-color: #376fa7; }
.et_monarch .et_social_sidebar_border li.et_social_github:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_github:hover { border-color: #4183c4; }
.et_monarch .widget_monarchwidget li.et_social_github { background-color: #4183c4 !important; }
.et_monarch .widget_monarchwidget li.et_social_github:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_github:hover i { background-color: #376fa7 !important; }
.et_monarch .et_social_outlook, .et_monarch .et_social_networks.et_social_circle .et_social_outlook i { background-color: #1174c3; }
.et_monarch li.et_social_outlook:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_outlook:hover i { background-color: #0e63a6; }
.et_monarch .et_social_sidebar_border li.et_social_outlook:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_outlook:hover { border-color: #1174c3; }
.et_monarch .widget_monarchwidget li.et_social_outlook { background-color: #1174c3 !important; }
.et_monarch .widget_monarchwidget li.et_social_outlook:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_outlook:hover i { background-color: #0e63a6 !important; }
.et_monarch .et_social_blinklist, .et_monarch .et_social_networks.et_social_circle .et_social_blinklist i { background-color: #fc6d21; }
.et_monarch li.et_social_blinklist:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_blinklist:hover i { background-color: #d65d1c; }
.et_monarch .et_social_sidebar_border li.et_social_blinklist:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_blinklist:hover { border-color: #fc6d21; }
.et_monarch .widget_monarchwidget li.et_social_blinklist { background-color: #fc6d21 !important; }
.et_monarch .widget_monarchwidget li.et_social_blinklist:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_blinklist:hover i { background-color: #d65d1c !important; }
.et_monarch .et_social_aweber, .et_monarch .et_social_networks.et_social_circle .et_social_aweber i { background-color: #127bbf; }
.et_monarch li.et_social_aweber:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_aweber:hover i { background-color: #0f69a3; }
.et_monarch .et_social_sidebar_border li.et_social_aweber:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_aweber:hover { border-color: #127bbf; }
.et_monarch .widget_monarchwidget li.et_social_aweber { background-color: #127bbf !important; }
.et_monarch .widget_monarchwidget li.et_social_aweber:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_aweber:hover i { background-color: #0f69a3 !important; }
.et_monarch .et_social_mailchimp, .et_monarch .et_social_networks.et_social_circle .et_social_mailchimp i { background-color: #3283bf; }
.et_monarch li.et_social_mailchimp:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_mailchimp:hover i { background-color: #2b6fa3; }
.et_monarch .et_social_sidebar_border li.et_social_mailchimp:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_mailchimp:hover { border-color: #3283bf; }
.et_monarch .widget_monarchwidget li.et_social_mailchimp { background-color: #3283bf !important; }
.et_monarch .widget_monarchwidget li.et_social_mailchimp:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_mailchimp:hover i { background-color: #2b6fa3 !important; }
.et_monarch .et_social_soundcloud, .et_monarch .et_social_networks.et_social_circle .et_social_soundcloud i { background-color: #f0601e; }
.et_monarch li.et_social_soundcloud:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_soundcloud:hover i { background-color: #cc521a; }
.et_monarch .et_social_sidebar_border li.et_social_soundcloud:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_soundcloud:hover { border-color: #f0601e; }
.et_monarch .widget_monarchwidget li.et_social_soundcloud { background-color: #f0601e !important; }
.et_monarch .widget_monarchwidget li.et_social_soundcloud:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_soundcloud:hover i { background-color: #cc521a !important; }
.et_monarch .et_social_print, .et_monarch .et_social_networks.et_social_circle .et_social_print i { background-color: #333333; }
.et_monarch li.et_social_print:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_print:hover i { background-color: #2b2b2b; }
.et_monarch .et_social_sidebar_border li.et_social_print:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_print:hover { border-color: #333333; }
.et_monarch .widget_monarchwidget li.et_social_print { background-color: #333333 !important; }
.et_monarch .widget_monarchwidget li.et_social_print:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_print:hover i { background-color: #2b2b2b !important; }
.et_monarch .et_social_like, .et_monarch .et_social_networks.et_social_circle .et_social_like i { background-color: #f95149; }
.et_monarch li.et_social_like:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_like:hover i { background-color: #d4453e; }
.et_monarch .et_social_sidebar_border li.et_social_like:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_like:hover { border-color: #f95149; }
.et_monarch .widget_monarchwidget li.et_social_like { background-color: #f95149 !important; }
.et_monarch .widget_monarchwidget li.et_social_like:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_like:hover i { background-color: #d4453e !important; }
.et_monarch .et_social_behance, .et_monarch .et_social_networks.et_social_circle .et_social_behance i { background-color: #1769ff; }
.et_monarch li.et_social_behance:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_behance:hover i { background-color: #1459d9; }
.et_monarch .et_social_sidebar_border li.et_social_behance:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li.et_social_behance:hover { border-color: #1769ff; }
.et_monarch .widget_monarchwidget li.et_social_behance { background-color: #1769ff !important; }
.et_monarch .widget_monarchwidget li.et_social_behance:hover, .et_monarch .widget_monarchwidget .et_social_circle li.et_social_behance:hover i { background-color: #1459d9 !important; }
.et_monarch .et_social_all_button, .et_monarch .et_social_networks.et_social_circle .et_social_all_button i { background-color: #dedede; }
.et_monarch li.et_social_all_button:hover, .et_monarch .et_social_networks.et_social_circle li.et_social_all_button:hover i { background-color: #d1d1d1; }
.et_monarch li.et_social_all_button i.et_social_icon_all_button, .et_monarch .et_social_sidebar_networks li.et_social_all_button:hover i.et_social_icon_all_button { color: #777777; }
.et_monarch .et_social_sidebar_border li.et_social_all_button:hover { border-color: #bfbfbf; }
.et_monarch .et_social_sidebar_networks .et_social_icons_container li:hover i, .et_monarch .et_social_sidebar_networks .et_social_icons_container li:hover .et_social_count, .et_monarch .et_social_mobile .et_social_icons_container li:hover i, .et_monarch .widget_monarchwidget .et_social_icons_container li:hover .et_social_icon, .et_monarch .widget_monarchwidget .et_social_networks .et_social_icons_container li:hover .et_social_network_label, .et_monarch .widget_monarchwidget .et_social_icons_container li:hover .et_social_sidebar_count { color: #ffffff; }
.widget_monarchwidget li, .et_monarch .widget_text .et_social_networks li { background-image: none !important; list-style: none; padding: 0 !important; margin-bottom: 0 !important; border: none !important;}
.widget_monarchwidget li, .et_monarch .widget_monarchwidget li:after { border: none !important; }
.widget_monarchwidget li:before { display: none; }
.et_monarch .widget_monarchwidget .et_social_networks.et_social_circle ul li { background-color: transparent !important; }   .et_monarch .et_social_header { text-align: left; margin-bottom: 25px; }
.et_monarch .et_social_flyin { position: fixed; width: 320px; background-color: #FFF; padding: 30px 20px; bottom: 0; height: auto; opacity: 0; z-index: -1; box-shadow: 0 0 15px rgba(0,0,0,.1); }
.et_monarch .et_social_flyin .et_social_networks { overflow: auto; }
.et_monarch .et_social_flyin a.et_social_icon_cancel, .et_monarch .et_social_popup_content a.et_social_icon_cancel { position: absolute; top: 15px; right: 15px; color: #666; }
.et_monarch .et_social_flyin .et_social_icon:after, .et_monarch .et_social_popup .et_social_icon:after { display: block; }
.et_monarch .et_social_flyin_bottom_right { right: 0; -webkit-border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; border-top-left-radius: 3px; }
.et_monarch .et_social_flyin_bottom_left { left: 0; -webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; border-top-right-radius: 3px; }   .et_monarch .et_social_popup_content { padding: 25px 20px; background-color: #fff; text-align: left; width: 84%; max-width: 600px; position: fixed; z-index: 999999999; left: 50%; margin-left: -320px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2); }
.et_monarch .et_social_popup:after { content: ""; background-color: rgba(0,0,0,.6); top: 0; left: 0; width: 100%; height: 100%; position: fixed; z-index: 99999999; display: block; opacity: 0; }
.et_monarch .et_social_popup.et_social_animated:after { opacity: 1; -webkit-animation: et_social_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1); -moz-animation: et_social_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1); -o-animation: et_social_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1); animation: et_social_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1); }
.et_monarch .et_social_popup_content .et_social_networks { overflow: auto; }
.et_monarch .et_social_fadeout { opacity: 0; -webkit-animation: et_social_fadeOut 1s 1 cubic-bezier(0.77,0,.175,1) !important; -moz-animation: et_social_fadeOut 1s 1 cubic-bezier(0.77,0,.175,1) !important; -o-animation: et_social_fadeOut 1s 1 cubic-bezier(0.77,0,.175,1) !important; animation: et_social_fadeOut 1s 1 cubic-bezier(0.77,0,.175,1) !important; }    .et_monarch .et_social_networkname { word-break: break-all; }
.et_monarch .et_social_icon, .et_monarch .et_social_sidebar_networks .et_social_count { position: relative; z-index: 100; }
.et_monarch .et_social_networks span.et_social_overlay { height:100%; width: 100%; background-color: rgba( 0, 0, 0, 0.1 ); bottom: 0; left: 0; z-index: 1; position: absolute; }
.et_monarch .et_social_inline_top { margin-bottom: 40px; }
.et_monarch .et_social_inline_bottom { margin-top: 40px; }
.et_monarch .et_social_networks.et_social_left .et_social_count, .et_monarch .et_social_networks.et_social_left .et_social_networkname { line-height: 1em; display: inline-block; }
.widget_monarchwidget { width: auto; float: none !important; }
.et_monarch .et_social_networks { width: 100%; display: inline-block; }
.et_monarch .et_social_networks .et_social_icons_container { padding: 0 !important; margin: 0 !important; line-height: 1em !important; display: inline-block; width: inherit; }
.et_monarch .et_social_networks li, .et_monarch .widget_monarchwidget .et_social_networks li, .et_monarch .widget .et_social_networks li, .et_monarch .widget_text .et_social_networks li { float: left; position: relative; margin: 2% 0 0 2%; overflow: hidden; min-height: 40px; line-height: 0; }
.et_monarch .textwidget .et_social_networks li { margin-bottom: 0; }
.et_monarch .et_social_networks li a { line-height: 0; }
.et_monarch .et_social_networks.et_social_nospace li { margin: 0 !important; }
.et_monarch .et_social_networks li, .et_monarch .et_social_networks li a, .et_monarch .et_social_icon { display: block; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.et_monarch .et_social_networks div.et_social_network_label { font-size: 14px; }
.et_monarch .et_social_networks div.et_social_count .et_social_count_label { font-size: 12px; font-weight: 400; }
.et_monarch .et_social_networks div, .et_monarch .et_social_networks span, .et_monarch .et_social_networks li i { position: relative; z-index: 2; }
.et_monarch .et_social_networks .et_social_icon, .et_monarch .et_social_networks .et_social_icon:before, .et_monarch .et_social_networks .et_social_icon:after { width: 40px; height: 40px; line-height: 40px; display: inline-block; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; }
.et_monarch .et_social_networks .et_social_networkname, .et_monarch .et_social_networks .et_social_count span { font-weight: 700; }
.et_monarch .et_social_networkname, .et_monarch .et_social_count { display: none; }
.et_monarch .et_social_withnetworknames .et_social_networkname, .et_monarch .et_social_withcounts .et_social_count, .et_monarch .et_social_sidebar_withcounts .et_social_count { display: inherit; }
.et_monarch .et_social_networks.et_social_left i.et_social_icon.et_social_icon_all_button { float: none !important; }
.et_social_open_all span.et_social_overlay { margin: 0 !important; }
.et_monarch .et_social_networks .et_social_all_button i.et_social_icon.et_social_icon_all_button:after, .et_monarch .et_social_networks .et_social_all_button i.et_social_icon.et_social_icon_all_button:before { width: 100%; }
.et_monarch .et_social_slide.et_social_left .et_social_all_button i.et_social_icon.et_social_icon_all_button:after { left: -100%; }
.et_monarch .et_social_slide.et_social_left li.et_social_all_button:hover i.et_social_icon.et_social_icon_all_button:after { left: 0; }
.et_monarch .et_social_slide.et_social_left li:hover i.et_social_icon.et_social_icon_all_button:before { margin-left: 100% !important; }
.et_monarch .et_social_flip.et_social_left li.et_social_all_button:hover i.et_social_icon.et_social_icon_all_button:before { width: 110% !important; }
.et_monarch li.et_social_all_button { padding: 0; text-align: center; }
.et_monarch .et_social_circle li.et_social_all_button { padding: 0; text-align: left; }
.et_monarch .et_social_top.et_social_rectangle.et_social_withcounts li.et_social_all_button a.et_social_open_all, .et_monarch .et_social_top.et_social_rounded.et_social_withcounts li.et_social_all_button a.et_social_open_all { padding: 22px 0 !important; }
.et_monarch .et_social_top.et_social_rectangle.et_social_withnetworknames li.et_social_all_button a.et_social_open_all, .et_monarch .et_social_top.et_social_rounded.et_social_withnetworknames li.et_social_all_button a.et_social_open_all { padding: 21px 0 !important; }
.et_monarch .et_social_top.et_social_rectangle.et_social_withnetworknames.et_social_withcounts li.et_social_all_button a.et_social_open_all, .et_monarch .et_social_top.et_social_rounded.et_social_withnetworknames.et_social_withcounts li.et_social_all_button a.et_social_open_all { padding: 33px 0 !important; } .et_monarch .et_social_nototalcount .et_social_totalcount { display: none; }
.et_monarch .et_social_withtotalcount .et_social_totalcount { display: block; }
.et_monarch .et_social_networks .et_social_totalcount, .et_monarch .et_social_sidebar_networks_mobile .et_social_totalcount { text-align: left; color: #444; margin-bottom: 10px; }
.et_monarch .et_social_networks.et_social_sidebar_nocounts .et_social_totalcount { width: 40px; }
.et_monarch .et_social_networks.et_social_sidebar_withcounts .et_social_totalcount, .et_monarch .et_social_networks.et_social_sidebar_flip .et_social_totalcount { width: 50px; }
.et_monarch .et_social_networks .et_social_totalcount_count, .et_monarch .et_social_sidebar_networks_mobile .et_social_totalcount_count { display: inline-block; font-size: 20px; font-weight: 700; line-height: 20px; }
.et_monarch .et_social_networks .et_social_totalcount_label, .et_monarch .et_social_sidebar_networks_mobile .et_social_totalcount_label { display: inline-block; font-size: 14px; margin-left: 4px; }
.et_monarch .et_social_withtotalcount .et_social_totalcount.et_social_dark, .et_monarch .et_social_networks.et_social_circle.et_social_outer_dark li .et_social_network_label, .et_monarch .et_social_networks.et_social_circle.et_social_outer_dark li .et_social_networkname, .et_monarch .et_social_networks.et_social_circle.et_social_outer_dark li .et_social_count, .et_monarch .et_social_networks.et_social_circle.et_social_outer_dark li:hover .et_social_count, .et_monarch .et_social_networks.et_social_circle.et_social_outer_dark li:hover .et_social_networkname, .et_monarch .et_social_media .et_social_circle.et_social_outer_dark .et_social_icons_container li:hover .et_social_count { color: #444 !important; }
.et_monarch .et_social_withtotalcount .et_social_totalcount.et_social_light, .et_monarch .et_social_networks.et_social_circle.et_social_outer_light li .et_social_network_label, .et_monarch .et_social_networks.et_social_circle.et_social_outer_light li .et_social_networkname, .et_monarch .et_social_networks.et_social_circle.et_social_outer_light li .et_social_count, .et_monarch .et_social_networks.et_social_circle.et_social_outer_light li:hover .et_social_count, .et_monarch .et_social_networks.et_social_circle.et_social_outer_light li:hover .et_social_networkname, .et_monarch .et_social_media .et_social_circle.et_social_outer_light .et_social_icons_container li:hover .et_social_count { color: #fff !important; }
.et_monarch .et_social_outer_dark .et_social_totalcount, .et_monarch .et_social_outer_dark.et_social_circle .et_social_network_label { color: #444; }
.et_monarch .et_social_outer_light .et_social_totalcount, .et_monarch .et_social_outer_light.et_social_circle .et_social_network_label { color: #fff; }    .et_monarch .et_social_darken.et_social_top li:hover .et_social_icon, .et_monarch .et_social_darken.et_social_left li:hover .et_social_overlay, .et_monarch .et_social_darken.et_social_circle li:hover .et_social_icon:before, .et_monarch .et_social_slide.et_social_top li:hover .et_social_icon { background-color: rgba( 0, 0, 0, 0.2 ); }
.et_monarch .et_social_darken.et_social_top li.et_social_all_button:hover .et_social_icon, .et_monarch .et_social_darken.et_social_left li.et_social_all_button:hover .et_social_overlay { background-color: transparent; } .et_monarch .et_social_flip li { min-width: 40px; }
.et_monarch .et_social_flip li a, .et_monarch .et_social_flip li .et_social_share { border-left: 0 solid rgba( 0, 0, 0, 0.2 ); }
.et_monarch .et_social_flip.et_social_top.et_social_autowidth li a { border-left: 8px solid rgba( 0, 0, 0, 0 ); padding: 10px 18px 10px 10px; }
.et_monarch .et_social_flip.et_social_top.et_social_autowidth li.et_social_all_button a.et_social_open_all { padding-right: 8px !important; }
.et_monarch .et_social_flip.et_social_top li:hover a, .et_monarch .et_social_media_wrapper .et_social_flip.et_social_top li:hover .et_social_share { border-left: 8px solid rgba( 0, 0, 0, 0.1 ); }
.et_monarch .et_social_flip.et_social_left li:hover .et_social_network_label, .et_monarch .et_social_flip.et_social_left li:hover .et_social_overlay { margin: 0 0 0 50px;}
.et_monarch .et_social_flip.et_social_left li:hover .et_social_icon:before { width: 50px; }
.et_monarch .et_social_flip.et_social_left.et_social_autowidth li:hover .et_social_network_label, .et_monarch .et_social_flip.et_social_left.et_social_autowidth li:hover .et_social_overlay { margin: 0 0 0 45px;}
.et_monarch .et_social_flip.et_social_left.et_social_autowidth li:hover .et_social_icon:before { width: 45px; }
.et_monarch .et_social_flip.et_social_left.et_social_autowidth li:hover .et_social_network_label { padding-right: 5px; }
.et_monarch .et_social_flip.et_social_circle li .et_social_icon, .et_monarch .et_social_media_wrapper .et_social_flip.et_social_circle li:hover .et_social_share { border-left: 0 solid rgba( 0, 0, 0, 0.1 ); left: 0; }
.et_monarch .et_social_flip.et_social_circle li:hover .et_social_icon { border-left: 6px solid rgba( 0, 0, 0, 0.1 ); width: 32px; }
.et_monarch .et_social_flip.et_social_circle.et_social_left li:hover .et_social_icon { left: 1px; }
.et_monarch .et_social_flip.et_social_circle.et_social_top li:hover a { border: none; }
.et_monarch .et_social_flip.et_social_top.et_social_circle.et_social_autowidth li a { border-left: none; padding: 10px; }
.et_monarch .et_social_icon:after { display: none; } .et_monarch .et_social_slide .et_social_icon:after { display: inline-block; position: absolute; top: -40px; left: 0; }
.et_monarch .et_social_slide li:hover .et_social_icon:before { opacity: 0; margin-top: 40px; }
.et_monarch .et_social_slide li:hover .et_social_icon:after { top: 0; }
.et_monarch .et_social_slide li:hover .et_social_overlay { background-color: rgba( 0, 0, 0, 0 ); margin: 0 0 0 100px; }
.et_monarch .et_social_slide.et_social_left .et_social_icon { overflow: hidden; }
.et_monarch .et_social_slide.et_social_left li .et_social_icon:after { left: -40px; top: 0; }
.et_monarch .et_social_slide.et_social_left li:hover .et_social_icon:after { left: 0; }
.et_monarch .et_social_slide.et_social_left li:hover .et_social_icon:before { margin-left: 40px; margin-top: 0; opacity: 0; } .et_monarch .et_social_simple li a, .et_monarch .et_social_media_wrapper .et_social_top.et_social_simple li .et_social_share, .et_monarch .et_social_top.et_social_circle li a { padding: 0 !important; }
.et_monarch .et_social_simple.et_social_top.et_social_withcounts li a, .et_monarch .et_social_simple.et_social_top.et_social_withnetworknames li a, .et_monarch .et_social_media_wrapper .et_social_simple.et_social_top.et_social_withnetworknames li .et_social_share, .et_monarch .et_social_media_wrapper .et_social_simple.et_social_top.et_social_withcounts li .et_social_share { padding: 0 10px 10px !important; }
.et_monarch .et_social_simple.et_social_top.et_social_rectangle.et_social_withnetworknames li.et_social_all_button a.et_social_open_all .et_social_icon, .et_monarch .et_social_simple.et_social_top.et_social_rectangle.et_social_withcounts li.et_social_all_button a.et_social_open_all .et_social_icon, .et_monarch .et_social_simple.et_social_top.et_social_rounded.et_social_withnetworknames li.et_social_all_button a.et_social_open_all .et_social_icon, .et_monarch .et_social_simple.et_social_top.et_social_rounded.et_social_withcounts li.et_social_all_button a.et_social_open_all .et_social_icon { margin: -8px 0 -12px; }
.et_monarch .et_social_simple.et_social_left .et_social_network_label div { margin-left: 0 !important; }
.et_monarch .et_social_simple.et_social_left .et_social_network_label { padding-left: 0 !important; }
.et_monarch .et_social_simple.et_social_top .et_social_icon { background-color: transparent; }
.et_monarch .et_social_simple.et_social_top.et_social_withnetworknames .et_social_icon, .et_monarch .et_social_simple.et_social_top.et_social_withcounts .et_social_icon { margin-bottom: -10px; }
.et_monarch .et_social_simple li .et_social_overlay { margin: 0 !important; display: none; } .et_pb_pagebuilder_layout .et_social_inline { display: none; }
.et_pb_pagebuilder_layout .et_pb_section .et_social_inline { display: block; }   .et_monarch .et_social_sidebar_networks { left: 0; position: fixed; top: 30%; z-index: 999999;}
.et_monarch .et_social_sidebar_networks ul { margin: 0 !important; list-style: none !important; padding: 0 !important; }
.et_monarch .et_social_sidebar_networks li { position: relative; width: 40px; overflow: hidden; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; }
.et_monarch .et_social_sidebar_withcounts li { width: 50px; }
.et_monarch .et_social_sidebar_networks .et_social_count span { line-height: .9em; padding-top: 4px; font-weight: 700; font-size: 12px;}
.et_monarch .et_social_sidebar_networks a { display: block; padding: 12px 0 12px; float: left; width: 100%; height: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.et_monarch .et_social_sidebar_withcounts a { padding: 10px 0; display: block; }
.et_monarch .et_social_sidebar_networks a.et_social_icon:before, .et_monarch .et_social_sidebar_networks a.et_social_icon:after { width: 100%; font-size: 16px; line-height: 40px; display: block; position: relative; }
.et_monarch .et_social_icon:before, .et_monarch .et_social_icon:after { position: relative; width: 100%; }
.et_monarch .et_social_sidebar_networks a.et_social_open_all { padding: 7px; }
.et_monarch .et_social_sidebar_networks.et_social_circle a.et_social_open_all { padding: 12px 0 12px; }
.et_monarch .et_social_sidebar_networks.et_social_circle.et_social_sidebar_withcounts a.et_social_open_all { padding-top: 17px; } .et_monarch .et_social_sidebar_networks .et_social_totalcount { color: #444; text-align: center; margin-bottom: 4px; }
.et_monarch .et_social_sidebar_networks.et_social_sidebar_nocounts .et_social_totalcount { width: 40px; }
.et_monarch .et_social_sidebar_networks.et_social_sidebar_withcounts .et_social_totalcount, .et_monarch .et_social_sidebar_networks.et_social_sidebar_flip .et_social_totalcount { width: 50px; }
.et_monarch .et_social_sidebar_networks .et_social_totalcount_count { display: block; font-size: 18px; font-weight: 700; }
.et_monarch .et_social_sidebar_networks .et_social_totalcount_label { display: block; font-size: 10px; }    .et_monarch .et_social_icon:after { display: none; }
.et_monarch .et_social_circle .et_social_icon:before, .et_monarch .et_social_circle .et_social_icon:after { width: 100% !important; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; }
.et_monarch .et_social_sidebar_nocounts .et_social_count { display: none; }
.et_monarch .et_social_sidebar_networks_right { right: 0; left: auto; }
.et_monarch .et_social_sidebar_networks_right li { float: right; clear: both; }
.et_monarch .et_social_sidebar_networks_right span.et_social_hide_sidebar { float: right; margin: 8px 8px 0 0 !important; clear: both; }
.et_monarch .et_social_sidebar_networks_right.et_social_sidebar_withcounts span.et_social_hide_sidebar, .et_monarch .et_social_sidebar_networks_right.et_social_rectangle.et_social_sidebar_flip span.et_social_hide_sidebar, .et_monarch .et_social_sidebar_networks_right.et_social_rounded.et_social_sidebar_flip span.et_social_hide_sidebar { margin-right: 13px !important; }
.et_monarch .et_social_sidebar_networks_right .et_social_totalcount { float: right; }
.et_monarch .et_social_sidebar_networks_right.et_social_hidden_sidebar .et_social_icons_container, .et_monarch .et_social_sidebar_networks_right.et_social_hidden_sidebar .et_social_totalcount { margin-right: -50px !important; }
.et_monarch .et_social_sidebar_networks_right span.et_social_hide_sidebar.et_social_hidden_sidebar, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_withcounts span.et_social_hide_sidebar.et_social_hidden_sidebar, .et_monarch .et_social_sidebar_networks_right.et_social_rectangle.et_social_sidebar_flip span.et_social_hide_sidebar.et_social_hidden_sidebar, .et_monarch .et_social_sidebar_networks_right.et_social_rounded.et_social_sidebar_flip span.et_social_hide_sidebar.et_social_hidden_sidebar { margin-right: 0 !important; }
.et_monarch .et_social_sidebar_networks_right span.et_social_hide_sidebar:before { transform: rotate(90deg); right: -1px; left: auto; }
.et_monarch .et_social_sidebar_networks_right span.et_social_hide_sidebar.et_social_hidden_sidebar:before { transform: rotate(-90deg); left: 0; }
.et_monarch .et_social_sidebar_networks_right.et_social_circle span.et_social_hide_sidebar.et_social_hidden_sidebar { margin-right: -10px !important; }
.et_monarch .et_social_sidebar_networks_right.et_social_circle.et_social_hidden_sidebar .et_social_icons_container, .et_monarch .et_social_sidebar_networks_right.et_social_circle.et_social_hidden_sidebar .et_social_totalcount {
margin-right: -66px !important; } .et_monarch .et_social_sidebar_flip li { border-left: 0 solid rgba( 0,0,0,.4); width: 50px; }
.et_monarch .et_social_sidebar_flip li:hover { width: 44px; border-left: 6px solid rgba( 0,0,0,.3); }
.et_monarch .et_social_sidebar_flip li:hover i { opacity: 0.8; }
.et_monarch .et_social_sidebar_networks_right.et_social_sidebar_flip li { border-right: 0 solid rgba( 0,0,0,.4); border-left: none; }
.et_monarch .et_social_sidebar_networks_right.et_social_sidebar_flip li:hover { border-right: 6px solid rgba( 0,0,0,.3); } .et_monarch .et_social_sidebar_border li { border-left: 0 solid transparent; }
.et_monarch .et_social_sidebar_border li:hover { border-left: 4px solid; }
.et_monarch .et_social_sidebar_border a.et_social_icon:before { color: rgba( 255, 255, 255, 1 ); }
.et_monarch .et_social_sidebar_border .et_social_overlay { position: absolute; background-color: rgba( 0, 0, 0, 0 ); height: 100%; width: 100%; top: 0; left: 0; }
.et_monarch .et_social_sidebar_border li:hover .et_social_overlay { background-color: rgba( 0, 0, 0, 0.2 ); }
.et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li { border-right: 0 solid transparent; }
.et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border li:hover { border-right: 4px solid; border-left: none;} .et_monarch .et_social_sidebar_grow li { left:0; }
.et_monarch .et_social_sidebar_grow li:hover { width: 50px ;}
.et_monarch .et_social_sidebar_grow.et_social_sidebar_withcounts li:hover { width: 62px; }
.et_monarch .et_social_sidebar_grow a.et_social_icon:before { color: #fff; }
.et_monarch .et_social_sidebar_networks_right.et_social_sidebar_grow li { right: 0; } .et_monarch .et_social_sidebar_slide li { border-left: 0 solid; }
.et_monarch .et_social_sidebar_slide i.et_social_icon:before { opacity: 1; left: 0; z-index: 2; position: relative; }
.et_monarch .et_social_sidebar_slide li:hover i.et_social_icon:before { opacity: 0; left: 100%; background-color: rgb( 0, 0, 0, 0.25 ); }
.et_monarch .et_social_sidebar_slide i.et_social_icon:after { opacity: 0; width:100%; height:100%; position: absolute; top: 0; right:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.et_monarch .et_social_sidebar_slide li:hover i.et_social_icon:after { opacity: 1; right:0; }
.et_monarch .et_social_sidebar_slide .et_social_icon:after { display: inherit; }    .et_monarch .et_social_rounded.et_social_sidebar_networks li:first-child { -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; }
.et_monarch .et_social_rounded.et_social_sidebar_networks li:last-child { -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; }
.et_monarch .et_social_sidebar_grow.et_social_rounded li:hover, .et_monarch .et_social_sidebar_networks.et_social_rounded.et_social_space li { -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; }
.et_monarch .et_social_sidebar_networks_mobile.et_social_rounded li { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.et_monarch .et_social_sidebar_networks_right.et_social_rounded.et_social_sidebar_networks li { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.et_monarch .et_social_sidebar_networks_right.et_social_rounded.et_social_sidebar_networks li:first-child { -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; border-top-left-radius: 4px; }
.et_monarch .et_social_sidebar_networks_right.et_social_rounded.et_social_sidebar_networks li:last-child { -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-left-radius: 4px; }
.et_monarch .et_social_sidebar_networks_right.et_social_sidebar_grow.et_social_rounded li:hover, .et_monarch .et_social_sidebar_networks_right.et_social_sidebar_networks.et_social_rounded.et_social_space li { -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; border-top-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-left-radius: 4px; } .et_monarch .et_social_circle.et_social_sidebar_networks { left: 10px; }
.et_monarch .et_social_circle li { width: 40px; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; margin-bottom: 10px; left: 0; }
.et_monarch .et_social_circle.et_social_sidebar_withcounts li { width: 50px; height: 50px;}
.et_monarch .et_social_sidebar_border.et_social_circle li { border: 3px solid transparent; }
.et_monarch .et_social_sidebar_border.et_social_circle a.et_social_icon:hover:before { background-color: rgba( 0, 0, 0, 0 ); }
.et_monarch .et_social_sidebar_grow.et_social_circle li:hover { width: 40px; left: 8px; }
.et_monarch .et_social_sidebar_grow.et_social_circle.et_social_sidebar_withcounts li:hover { width: 50px; }
.et_monarch .et_social_sidebar_flip.et_social_circle li:hover { width: 36px; left: 2px;}
.et_monarch .et_social_sidebar_flip.et_social_circle.et_social_sidebar_withcounts li:hover { width: 44px; left: 3px; }
.et_monarch .et_social_sidebar_border.et_social_circle li { width: 46px; height: 46px; }
.et_monarch .et_social_sidebar_border.et_social_circle.et_social_sidebar_withcounts li { width: 56px; height: 56px; }
.et_monarch .et_social_sidebar_slide.et_social_circle span.et_social_icon:after { -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; }
.et_monarch .et_social_simple.et_social_top.et_social_circle .et_social_icon { margin-bottom: 0; }
.et_monarch .et_social_sidebar_networks_right.et_social_circle.et_social_sidebar_networks { right: 10px; left: auto; }
.et_monarch .et_social_sidebar_networks_right.et_social_circle li { right: 0; left: auto; }
.et_monarch .et_social_sidebar_networks_right.et_social_sidebar_border.et_social_circle li { border: 3px solid transparent; }
.et_monarch .et_social_sidebar_networks_right.et_social_sidebar_grow.et_social_circle li:hover { right: 8px; left: auto; }
.et_monarch .et_social_sidebar_networks_right.et_social_sidebar_flip.et_social_circle li:hover { right: 2px; left: auto; }
.et_monarch .et_social_sidebar_networks_right.et_social_sidebar_flip.et_social_circle.et_social_sidebar_withcounts li:hover { width: 44px; right: 3px; left: auto; } .et_monarch .et_social_space li { margin-bottom: 4px; }
.et_monarch .et_social_space.et_social_circle li { margin-bottom: 14px; }    .et_monarch  span.et_social_hide_sidebar { background: rgba(0,0,0,0.3); height: 24px; width: 24px; display: block; cursor: pointer; margin: 8px 0 0 8px !important; border-radius: 12px; opacity: 0; }
.et_monarch .et_social_sidebar_networks:hover .et_social_hide_sidebar { opacity: 1; }
.et_monarch .et_social_sidebar_withcounts span.et_social_hide_sidebar, .et_monarch .et_social_rectangle.et_social_sidebar_flip span.et_social_hide_sidebar, .et_monarch .et_social_rounded.et_social_sidebar_flip span.et_social_hide_sidebar { margin-left: 13px !important; }
.et_monarch .et_social_circle.et_social_sidebar_border span.et_social_hide_sidebar { margin-left: 11px !important; }
.et_monarch .et_social_circle.et_social_sidebar_withcounts.et_social_sidebar_border span.et_social_hide_sidebar { margin-left: 16px !important; } .et_monarch .et_social_sidebar_networks span.et_social_hide_sidebar.et_social_hidden_sidebar { margin-left: 0 !important; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-border-top-right-radius: 6px; -webkit-border-bottom-right-radius: 6px; -moz-border-radius-topright: 6px; -moz-border-radius-bottomright: 6px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; }
.et_monarch .et_social_sidebar_networks.et_social_circle span.et_social_hide_sidebar.et_social_hidden_sidebar { margin-left: -10px !important; }
.et_monarch .et_social_sidebar_networks_right span.et_social_hide_sidebar.et_social_hidden_sidebar { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-border-top-left-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-topleft: 6px; -moz-border-radius-bottomleft: 6px; border-top-left-radius: 6px; border-bottom-left-radius: 6px; } .et_monarch span.et_social_hide_sidebar:before { content: "\e649"; transform: rotate(-90deg); font-size: 20px !important; line-height: 24px !important; left: -1px; }
.et_monarch span.et_social_hide_sidebar.et_social_hidden_sidebar:before { transform: rotate(90deg); } .et_monarch .et_social_sidebar_networks.et_social_hidden_sidebar .et_social_icons_container, .et_monarch .et_social_sidebar_networks.et_social_hidden_sidebar .et_social_totalcount { margin-left: -50px !important; }
.et_monarch .et_social_sidebar_networks.et_social_circle.et_social_hidden_sidebar .et_social_icons_container, .et_monarch .et_social_sidebar_networks.et_social_circle.et_social_hidden_sidebar .et_social_totalcount { margin-left: -66px !important; }
.et_monarch .et_social_sidebar_networks.et_social_visible_sidebar .et_social_icons_container, .et_monarch .et_social_sidebar_networks.et_social_visible_sidebar .et_social_totalcount { margin-left: 0px !important; }
.et_monarch .et_social_sidebar_networks.et_social_hidden_sidebar .et_social_icons_container, .et_monarch .et_social_sidebar_networks.et_social_hidden_sidebar .et_social_totalcount, .et_monarch .et_social_sidebar_networks.et_social_visible_sidebar .et_social_icons_container, .et_monarch .et_social_sidebar_networks.et_social_visible_sidebar .et_social_totalcount, .et_monarch span.et_social_hide_sidebar:before, .et_monarch span.et_social_hide_sidebar.et_social_hidden_sidebar, .et_monarch .et_social_hidden_sidebar { transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; }
.et_monarch span.et_social_hide_sidebar.et_social_hidden_sidebar { opacity: 1; }   .et_monarch .et_social_top div, .et_monarch .et_social_top ul, .et_monarch .et_social_top li, .et_monarch .et_social_top span, .et_monarch .et_social_top a, .et_monarch .et_social_top .et_social_icons_container { text-align: center; }
.et_monarch .et_social_top li a, .et_monarch .et_social_media_wrapper .et_social_top li .et_social_share { padding: 10px; }
.et_monarch .et_social_top .et_social_network_label div { margin-top: 8px; line-height: 1em; }
.et_monarch .et_social_top span { display: block; margin: 0; }
.et_monarch .et_social_top .et_social_count span:first-of-type { margin-bottom: 2px; }
.et_monarch .et_social_top span.et_social_overlay { background-color: rgba( 0, 0, 0, 0 ); }
.et_monarch .et_social_top .et_social_icon { background-color: rgba( 0, 0, 0, 0.1 ); }
.et_monarch .et_social_top .et_social_icon.et_social_icon_all_button { background-color: transparent; }
.et_monarch .et_social_slide.et_social_rectangle.et_social_top li.et_social_all_button:hover .et_social_icon, .et_monarch .et_social_slide.et_social_rounded.et_social_top li.et_social_all_button:hover .et_social_icon { background-color: transparent; }
.et_monarch .et_social_left { text-align: left; }
.et_monarch .et_social_left .et_social_network_label { margin-left: 40px; padding: 7px 14px 10px 10px; }
.et_monarch .et_social_left .et_social_network_label div { margin: 6px 4px 0 4px; }
.et_monarch .et_social_left .et_social_count span { display: inline-block; }
.et_monarch .et_social_left .et_social_overlay { background-color: rgba( 0, 0, 0, 0.1 ); margin: 0 0 0 40px; }
.et_monarch .et_social_left.et_social_circle .et_social_network_label, .et_monarch .et_social_left.et_social_circle li:hover .et_social_network_label { margin-left:46px !important; padding: 6px 0 0 0; padding-right: 0 !important; }
.et_monarch .et_social_left .et_social_icon { float: left; }
.et_monarch .et_social_networks.et_social_circle li { background-color: transparent !important; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.et_monarch .et_social_rounded.et_social_networks li, .et_monarch .et_social_rounded.et_social_nospace.et_social_networks .et_social_icons_container { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; overflow: hidden; }
.et_monarch .et_social_rounded.et_social_nospace.et_social_networks li { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.et_monarch .et_social_rounded.et_social_nospace.et_social_networks li:last-child { -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; }
.et_monarch .et_social_circle .et_social_overlay { display: none; }   .et_monarch .et_social_1col li { width: 100%; }
.et_monarch .et_social_2col li { width: 49%; }
.et_monarch .et_social_3col li { width: 32%; }
.et_monarch .et_social_4col li { width: 23.5%; }
.et_monarch .et_social_5col li { width: 18.4%; }
.et_monarch .et_social_6col li { width: 15%; }
.et_monarch .et_social_autowidth li { width: auto; margin: 0 2% 2% 0 !important; }
.et_monarch .et_social_1col li:first-child, .et_monarch .et_social_2col li:nth-child(-n+2), .et_monarch .et_social_3col li:nth-child(-n+3), .et_monarch .et_social_4col li:nth-child(-n+4), .et_monarch .et_social_5col li:nth-child(-n+5), .et_monarch .et_social_6col li:nth-child(-n+6) { margin-top: 0; }
.et_monarch .et_social_1col li, .et_monarch .et_social_2col li:nth-child(2n+1), .et_monarch .et_social_3col li:nth-child(3n+1), .et_monarch .et_social_4col li:nth-child(4n+1), .et_monarch .et_social_5col li:nth-child(5n+1), .et_monarch .et_social_6col li:nth-child(6n+1), .et_monarch .et_social_autowidth li:first-child { margin-left: 0; clear: both; }
.et_monarch .et_social_2col.et_social_nospace li { width: 50%; }
.et_monarch .et_social_3col.et_social_nospace li { width: 33.33%; }
.et_monarch .et_social_4col.et_social_nospace li { width: 25%; }
.et_monarch .et_social_5col.et_social_nospace li { width: 20%; }
.et_monarch .et_social_6col.et_social_nospace li { width: 16.66%; }
.et_monarch .et_social_popup { display: none; }
.et_monarch .et_social_popup.et_social_visible { display: block; }
.et_monarch .et_social_visible { z-index: 999999; }   .et_social_media_wrapper { position: relative; overflow: hidden; }
.et_social_media_wrapper .et_social_networks { position: absolute; left: 0; top: 0; }
.et_monarch .et_social_media_wrapper .et_social_media { overflow: auto; width: 90%; height: inherit; max-height: 90%; position: absolute; top: 20px; left: 20px; padding: 0 20px; -webkit-box-sizing: border-box; box-sizing: border-box; opacity: 0; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; }
.et_monarch .et_pb_gallery_grid .et_social_media_wrapper .et_social_media { z-index: 99; }
.et_monarch .et_social_media_wrapper:hover .et_social_media { opacity: 1; }
.et_monarch .et_social_media_wrapper .et_social_share { cursor: pointer; }
.et_monarch .et_social_media_wrapper .et_social_left .et_social_share { display: inline-block; width: 100%; }
.et_monarch .et_social_icons_container a, a.et_social_icon_cancel { text-decoration: none !important; }   .et_monarch .et_social_mobile { position: fixed; bottom: 0; background: rgba(0,0,0,0.5); width: 100%; z-index: 999999; display: none; max-height: 100%; }
.et_monarch .et_social_mobile .et_social_networks { position: relative; width: 100%; overflow: auto; padding: 20px 20px 20px; background-color: #fff; line-height: 1em; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: -10px; }
.et_monarch .et_social_mobile .et_social_networks li { width: 23.5%; margin: 0 2% 2% 0; float: left; text-align: center; }
.et_monarch .et_social_mobile .et_social_networks li:nth-child(4n) { width: 23.5%; margin-right: 0; }
.et_monarch .et_social_mobile .et_social_networks.et_social_circle li { margin-right: 2%; }
.et_monarch .et_social_mobile .et_social_networks.et_social_circle li:last-child { margin-right: 0; }
.et_monarch .et_social_mobile .et_social_networks li a { padding: 10px; }
.et_monarch .et_social_mobile .et_social_networks li a i.et_social_icon { display: inline-block; }
.et_monarch .et_social_mobile .et_social_networks li a span.et_social_sidebar_count { font-size: 16px; font-weight: bold; display: inline-block; top: -2px; margin-left: 8px; }
.et_monarch .et_social_mobile .et_social_networks.et_social_circle li a span.et_social_sidebar_count { font-size: 12px; display: block; top: 0; margin-left: 0; }
.et_monarch .et_social_mobile_button:before, .et_monarch .et_social_close:after, .et_monarch .et_social_heading:after { font-family: 'etmonarch'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; font-size: 16px; }
.et_monarch .et_social_heading { text-align: center; padding: 10px 0; color: white; cursor: pointer; height: 20px; line-height: 19px; font-size: 14px; }
.et_monarch .et_social_heading:after { content: "\e649"; color: #cccccc; display: inline-block; -moz-transition: all 1s ease; -webkit-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; font-size: 32px; top: 10px; position: absolute; -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.et_monarch .et_social_mobile_button { position: fixed; bottom: 0; margin-left: -45px; -moz-transition: all 1s ease; -webkit-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; display: none; }
.et_monarch .et_social_mobile_button.et_social_active_button { margin-left: 0; z-index: 999999; }
.et_monarch .et_social_mobile_button:before { content: "\e605"; display: inline-block; padding: 10px 12px; background: rgba(0,0,0,0.5); color: #dddddd; height: 20px; line-height: 20px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px; border-top-right-radius: 5px; }
.et_monarch .et_social_mobile.et_social_opened .et_social_heading:after { -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
.et_monarch .et_social_mobile.et_social_closed .et_social_heading:after { -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.et_monarch .et_social_mobile .et_social_networks { display: none; }
.et_monarch .et_social_mobile.et_social_opened { -webkit-animation: et_social_slideTop 1s 1 ease; -moz-animation: et_social_slideTop 1s 1 ease; -o-animation: et_social_slideTop 1s 1 ease; animation: et_social_slideTop 1s 1 ease; }
.et_monarch .et_social_mobile_overlay.et_social_visible_overlay { -webkit-animation: et_social_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1); -moz-animation: et_social_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1); -o-animation: et_social_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1); animation: et_social_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1); }
.et_monarch span.et_social_close, .et_monarch .et_social_mobile_button { cursor: pointer; }
.et_monarch span.et_social_close { position: absolute; right: 10px; top: 0; line-height: 40px; }
.et_monarch span.et_social_close:after { content: "\e60C"; color: #cccccc; }
.et_monarch .et_social_mobile_overlay { background: rgba(0,0,0,0.7); position: fixed; width: 100%; height: 100%; top: 0; left: 0; display: none; z-index: 99999;}
.et_monarch .et_social_inline_bottom { margin-top: 30px; }   .et_monarch .et_social_pin_images_outer { display: none; z-index: 9999999999; position: absolute; }
.et_monarch .et_social_pin_images_outer:after { content: ""; background-color: rgba(0,0,0,.6); top: 0; left: 0; width: 100%; height: 100%; position: fixed; z-index: 999999; }
.et_monarch .et_social_pinterest_window { background: white; position: fixed; top: 20%; left: 50%; padding: 20px; width: 500px; height: 400px; z-index: 9999999; margin-left: -250px; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
.et_monarch .et_social_pinterest_window span.et_social_close { cursor: pointer; }
.et_monarch .et_social_pin_images { overflow: auto; max-height: 370px; z-index: 999; position: relative; }
.et_monarch .et_social_pin_image { width: 30%; float: left; margin-right: 10px; display: block; position: relative; height: 90px; overflow: hidden; padding: 10px 2px; }
.et_monarch .et_social_pin_image img { max-width: 100%; height: auto; }
.et_monarch .et_social_pin_image .et_social_pin_overlay { transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; opacity: 0; background: rgba(174, 24, 26, 0.4); width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.et_monarch .et_social_pin_image .et_social_pin_overlay:before { content: "\e63a"; top: 40px; left: 0; color: white; font-size: 30px; position: absolute; }
.et_monarch .et_social_pin_image a:hover .et_social_pin_overlay { opacity: 1; }
.et_monarch .et_social_pin_image .et_social_pin_overlay { min-height: 90px; }
.et_monarch .et_social_pin_image a { overflow: visible !important; }
.et_monarch .et_social_pin_image:nth-child(3n) { margin-right: 0; }   .et_monarch .et_pb_pagebuilder_layout .et_social_inline { display: none; }
.et_monarch .et_pb_section .et_social_inline { display: block; }
.et_monarch .et_pb_section .et_social_inline_top, .et_monarch .et_pb_section .et_social_inline_bottom { margin-top: 0; margin-bottom: 30px; }   @media only screen and ( min-width: 1025px ){
.et_monarch .et_social_mobile_overlay, .et_monarch .et_social_mobile { display: none !important; }
}
@media only screen and ( max-width: 1024px ){
.et_monarch .et_social_mobile_off { display: none !important; }
.et_monarch .et_social_mobile { display: block; }
.et_monarch .et_social_mobile .et_social_networks li:nth-child(4n) { margin-right: 0 !important; }
.et_monarch .et_social_sidebar_networks { display: none; }
.et_monarch .et_social_mobile_button { display: block; }
.et_monarch .et_social_popup_content { margin-left: -42%; box-sizing: border-box; max-width: none; }
.et_monarch .et_social_flyin.et_social_mobile_on.et_social_visible { width: 100%; padding: 25px 20px; z-index: 9999999; box-sizing: border-box; width: 84%; left: 50%; margin-left: -42%;}
.et_monarch .et_social_flyin div.et_social_network_label, .et_monarch .et_social_mobile div.et_social_network_label { text-align: left; }
.et_monarch .et_social_flyin_bottom_left, .et_monarch .et_social_flyin_bottom_right { -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; }
}
@media only screen and ( min-width: 768px ){
.et_monarch .et_social_autowidth.et_social_nospace.et_social_rounded .et_social_icons_container { width: auto; float: left; }
}
@media only screen and ( max-width: 767px ) {
.et_monarch .et_social_networks li, .et_monarch .et_social_mobile .et_social_networks li { margin: 2% 0 0 2% !important; width: 49% !important; clear: none !important; }
.et_monarch .et_social_networks li:nth-child(2n+1), .et_monarch .et_social_mobile .et_social_networks li:nth-child(2n+1) { margin-left: 0 !important; clear: both !important; }
.et_monarch .et_social_networks li:nth-child(-n+2), .et_monarch .et_social_mobile .et_social_networks li:nth-child(-n+2) { margin-top: 0 !important; }
.et_monarch .et_social_networks.et_social_nospace li { width: 50% !important; }
.et_monarch .et_social_media .et_social_networks li { width: auto !important; clear: none !important; margin: 0 2% 2% 0 !important; overflow: hidden; }
.et_monarch .et_social_media .et_social_networks.et_social_nospace li { margin: 0 !important; }
.et_monarch .et_social_media .et_social_nospace.et_social_rounded .et_social_icons_container { width: auto; float: left; }
.et_monarch .et_social_media .et_social_networks li .et_social_network_label { display: none; }
.et_monarch .et_social_pinterest_window { height: 80%; width: 80%; top: 10px; margin-left: 0px; z-index: 99999999; left: 6%; }
.et_monarch .et_social_pin_images { max-height: 90%; }
.et_monarch .et_social_autowidth.et_social_networks li:nth-child(n) { width: auto !important; margin: 0 2% 2% 0 !important; clear: none !important; }
.et_monarch .et_social_autowidth.et_social_nospace li:nth-child(n) { margin: 0 !important; }
.et_monarch .et_social_autowidth.et_social_nospace.et_social_rounded .et_social_icons_container { width: auto; float: left; }
}
@media only screen and ( max-width: 479px ) {
.et_monarch .et_social_networks li, .et_monarch .et_social_mobile .et_social_networks li { width: 100% !important; margin-left: 0 !important; clear: both !important; }
.et_monarch .et_social_networks li:first-child, .et_monarch .et_social_mobile .et_social_networks li:first-child { margin-top: 0 !important; }
.et_monarch .et_social_networks li:nth-child(n+2), .et_monarch .et_social_mobile .et_social_networks li:nth-child(n+2) { margin: 2% 0 0 0 !important;}
.et_monarch .et_social_networks.et_social_nospace li { margin: 0 !important; width: 100% !important;}
.et_monarch .et_social_media .et_social_networks li { width: auto !important; clear: none !important; margin: 0 2% 2% 0 !important; }
.et_monarch .et_social_media .et_social_networks.et_social_nospace li { margin: 0 !important; }
.et_monarch .et_social_media .et_social_networks li .et_social_network_label { display: none; }
.et_monarch .et_social_pin_image { width: 250px; height: 140px; margin: 0 auto !important; float: none; }
.et_monarch .et_social_autowidth.et_social_networks li:nth-child(n) { width: auto !important; margin: 0 2% 2% 0 !important; clear: none !important; }
.et_monarch .et_social_autowidth.et_social_nospace li:nth-child(n) { margin: 0 !important; }
.et_monarch .et_social_autowidth.et_social_nospace.et_social_rounded .et_social_icons_container { width: auto; float: left; }
}   @-webkit-keyframes et_social_fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
@-moz-keyframes et_social_fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
@-o-keyframes et_social_fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes et_social_fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }
@-webkit-keyframes et_social_fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
@-moz-keyframes et_social_fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
@-o-keyframes et_social_fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
@keyframes et_social_fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }
@-webkit-keyframes et_social_fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(-30%); } 100% { opacity: 1; -webkit-transform: translateX(0); } }
@-moz-keyframes et_social_fadeInRight { 0% { opacity: 0; -moz-transform: translateX(-30%); } 100% { opacity: 1; -moz-transform: translateX(0); } }
@-o-keyframes et_social_fadeInRight { 0% { opacity: 0; -o-transform: translateX(-30%); } 100% { opacity: 1; -o-transform: translateX(0); } }
@keyframes et_social_fadeInRight { from { opacity: 0; transform: translateX(-30%); } to { opacity: 1; transform: translateX(0); } }
@-webkit-keyframes et_social_fadeInBottom { 0% { opacity: 0; -webkit-transform: translateY(-30%);} 100% { opacity: 1; -webkit-transform: translateY(0);} }
@-moz-keyframes et_social_fadeInBottom { 0% { opacity: 0; -moz-transform: translateY(-30%); } 100% { opacity: 1; -moz-transform: translateY(0); } }
@-o-keyframes et_social_fadeInBottom { 0% { opacity: 0; -o-transform: translateY(-30%); } 100% { opacity: 1; -o-transform: translateY(0); } }
@keyframes et_social_fadeInBottom { 0% { opacity: 0; transform: translateY(-30%); } 100% { opacity: 1; transform: translateY(0); } }
@-webkit-keyframes et_social_fadeInTop { 0% { opacity: 0; -webkit-transform: translateY(30%);} 100% { opacity: 1; -webkit-transform: translateY(0);} }
@-moz-keyframes et_social_fadeInTop { 0% { opacity: 0; -moz-transform: translateY(30%); } 100% { opacity: 1; -moz-transform: translateY(0); } }
@-o-keyframes et_social_fadeInTop { 0% { opacity: 0; -o-transform: translateY(30%); } 100% { opacity: 1; -o-transform: translateY(0); } }
@keyframes et_social_fadeInTop { 0% { opacity: 0; transform: translateY(30%); } 100% { opacity: 1; transform: translateY(0); } }
@-webkit-keyframes et_social_slideTop { 0% { -webkit-transform: translateY(0);} 100% { -webkit-transform: translateY(0);} }
@-moz-keyframes et_social_slideTop { 0% { -moz-transform: translateY(0); } 100% { -moz-transform: translateY(0); } }
@-o-keyframes et_social_slideTop { 0% { -o-transform: translateY(0); } 100% { -o-transform: translateY(0); } }
@keyframes et_social_slideTop { 0% { transform: translateY(0); } 100% { transform: translateY(0); } } @-webkit-keyframes et_social_swing {
20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); }
40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg); }
60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg); }
80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg); }
100% { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg); }
}
@keyframes et_social_swing {
20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); }
40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg); }
60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg); }
80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg); }
100% { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg); }
}
@-webkit-keyframes et_social_tada {
0% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
10%, 20% { -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); }
30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
100% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}
@keyframes et_social_tada {
0% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
10%, 20% { -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); }
30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
100% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}
@-webkit-keyframes et_social_bounce {
0%, 20%, 53%, 80%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
40%, 43% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); }
70% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); }
90% { -webkit-transform: translate3d(0,-4px,0); transform: translate3d(0,-4px,0); }
}
@keyframes et_social_bounce {
0%, 20%, 53%, 80%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
40%, 43% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); }
70% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); }
90% { -webkit-transform: translate3d(0,-4px,0); transform: translate3d(0,-4px,0); }
}
@-webkit-keyframes et_social_flipInX {
0% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; opacity: 0; }
40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; }
60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; }
80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
100% { -webkit-transform: perspective(400px); transform: perspective(400px); }
}
@keyframes et_social_flipInX {
0% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; opacity: 0; }
40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; }
60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; }
80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
100% { -webkit-transform: perspective(400px); transform: perspective(400px); }
}
@-webkit-keyframes et_social_zoomIn {
0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }
50% { opacity: 1; }
}
@keyframes et_social_zoomIn {
0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }
50% { opacity: 1; }
}
@-webkit-keyframes et_social_lightSpeedIn {
0% { -webkit-transform: translate3d(30%, 0, 0) skewX(-10deg); transform: translate3d(30%, 0, 0) skewX(-10deg); opacity: 0; }
60% { -webkit-transform: skewX(5deg); transform: skewX(5deg); opacity: 1; }
80% { -webkit-transform: skewX(-5deg); transform: skewX(-5deg); opacity: 1; }
100% { -webkit-transform: none; transform: none; opacity: 1; }
}
@keyframes et_social_lightSpeedIn {
0% { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); opacity: 0; }
60% { -webkit-transform: skewX(20deg); transform: skewX(20deg); opacity: 1; }
80% { -webkit-transform: skewX(-5deg); transform: skewX(-5deg); opacity: 1; }
100% { -webkit-transform: none; transform: none; opacity: 1; }
}
.et_monarch .et_social_lightspeedin.et_social_animated, .et_monarch .et_social_animated .et_social_lightspeedin { opacity: 1; -webkit-animation: et_social_lightSpeedIn 1s 1 cubic-bezier(0.77,0,.175,1); animation: et_social_lightSpeedIn 1s 1 cubic-bezier(0.77,0,.175,1); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
.et_monarch .et_social_zoomin.et_social_animated, .et_monarch .et_social_animated .et_social_zoomin { opacity: 1; -webkit-animation: et_social_zoomIn 1s 1 cubic-bezier(0.77,0,.175,1); animation: et_social_zoomIn 1s 1 cubic-bezier(0.77,0,.175,1); }
.et_monarch .et_social_flipinx.et_social_animated, .et_monarch .et_social_animated .et_social_flipinx { opacity: 1; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation: et_social_flipInX 1s 1 cubic-bezier(0.77,0,.175,1); animation: et_social_flipInX 1s 1 cubic-bezier(0.77,0,.175,1); }
.et_monarch .et_social_bounce.et_social_animated, .et_monarch .et_social_animated .et_social_bounce { opacity: 1; -webkit-animation: et_social_bounce 1s 1 cubic-bezier(0.77,0,.175,1); animation: et_social_bounce 1s 1 cubic-bezier(0.77,0,.175,1); -webkit-transform-origin: center bottom; -ms-transform-origin: center bottom; transform-origin: center bottom; }
.et_monarch .et_social_swing.et_social_animated, .et_monarch .et_social_animated .et_social_swing { opacity: 1; -webkit-transform-origin: top center; -ms-transform-origin: top center; transform-origin: top center; -webkit-animation: et_social_swing 1s 1 cubic-bezier(0.77,0,.175,1); animation: et_social_swing 1s 1 cubic-bezier(0.77,0,.175,1); }
.et_monarch .et_social_tada.et_social_animated, .et_monarch .et_social_animated .et_social_tada { opacity: 1; -webkit-animation: et_social_tada 1s 1 cubic-bezier(0.77,0,.175,1); animation: et_social_tada 1s 1 cubic-bezier(0.77,0,.175,1); }
.et_monarch .et_social_fadein.et_social_animated, .et_monarch .et_social_animated .et_social_fadein { opacity: 1; -webkit-animation: et_social_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1); -moz-animation: et_social_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1); -o-animation: et_social_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1); animation: et_social_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1); }
.et_monarch .et_social_slideright.et_social_animated, .et_monarch .et_social_animated .et_social_slideright { opacity: 1; -webkit-animation: et_social_fadeInRight 1s 1 cubic-bezier(0.77,0,.175,1); -moz-animation: et_social_fadeInRight 1s 1s cubic-bezier(0.77,0,.175,1); -o-animation: et_social_fadeInRight 1s 1 cubic-bezier(0.77,0,.175,1); animation: et_social_fadeInRight 1s 1 cubic-bezier(0.77,0,.175,1); }
.et_monarch .et_social_slidedown.et_social_animated, .et_monarch .et_social_animated .et_social_slidedown { opacity: 1; -webkit-animation: et_social_fadeInBottom 1s 1 cubic-bezier(0.77,0,.175,1); -moz-animation: et_social_fadeInBottom 1s 1 cubic-bezier(0.77,0,.175,1); -o-animation: et_social_fadeInBottom 1s 1 cubic-bezier(0.77,0,.175,1); animation: et_social_fadeInBottom 1s 1 cubic-bezier(0.77,0,.175,1); }
.et_monarch .et_social_slideup.et_social_animated, .et_monarch .et_social_animated .et_social_slideup { opacity: 1; -webkit-animation: et_social_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1); -moz-animation: et_social_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1); -o-animation: et_social_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1); animation: et_social_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1); }
.et_monarch .et_social_no_animation.et_social_animated, .et_monarch .et_social_animated .et_social_no_animation { opacity: 1; }

.mec-owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.mec-owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.mec-owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.mec-owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.mec-owl-carousel .owl-wrapper, .mec-owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.mec-owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.mec-owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.mec-owl-carousel .owl-nav.disabled, .mec-owl-carousel .owl-dots.disabled {
    display: none;
}

.mec-owl-carousel .owl-nav .owl-prev, .mec-owl-carousel .owl-nav .owl-next, .mec-owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mec-owl-carousel.owl-loaded {
    display: block;
}

.mec-owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.mec-owl-carousel.owl-hidden {
    opacity: 0;
}

.mec-owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.mec-owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mec-owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.mec-owl-carousel.owl-rtl {
    direction: rtl;
}

.mec-owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .mec-owl-carousel {
    display: block;
}

.mec-owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.mec-owl-carousel .owl-animated-in {
    z-index: 0;
}

.mec-owl-carousel .owl-animated-out {
    z-index: 1;
}

.mec-owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.mec-owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.mec-owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.mec-owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.mec-owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(//erco.com.mx/wp-content/plugins/modern-events-calendar-lite/app/addons/divi/styles/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.mec-owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.mec-owl-carousel .owl-video-playing .owl-video-tn, .mec-owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.mec-owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.mec-owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

body {
    color: #707070
}

h1,h2,h3,h4,h5,h6 {
    color: #2d2a70
}

#et_search_icon:hover,.mobile_menu_bar:before,.mobile_menu_bar:after,.et_toggle_slide_menu:after,.et-social-icon a:hover,.et_pb_sum,.et_pb_pricing li a,.et_pb_pricing_table_button,.et_overlay:before,.entry-summary p.price ins,.et_pb_member_social_links a:hover,.et_pb_widget li a:hover,.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active,.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,.et_pb_gallery .et_pb_gallery_pagination ul li a.active,.wp-pagenavi span.current,.wp-pagenavi a:hover,.nav-single a,.tagged_as a,.posted_in a {
    color: #f72727
}

.et_pb_contact_submit,.et_password_protected_form .et_submit_button,.et_pb_bg_layout_light .et_pb_newsletter_button,.comment-reply-link,.form-submit .et_pb_button,.et_pb_bg_layout_light .et_pb_promo_button,.et_pb_bg_layout_light .et_pb_more_button,.et_pb_contact p input[type="checkbox"]:checked+label i:before,.et_pb_bg_layout_light.et_pb_module.et_pb_button {
    color: #f72727
}

.footer-widget h4 {
    color: #f72727
}

.et-search-form,.nav li ul,.et_mobile_menu,.footer-widget li:before,.et_pb_pricing li:before,blockquote {
    border-color: #f72727
}

.et_pb_counter_amount,.et_pb_featured_table .et_pb_pricing_heading,.et_quote_content,.et_link_content,.et_audio_content,.et_pb_post_slider.et_pb_bg_layout_dark,.et_slide_in_menu_container,.et_pb_contact p input[type="radio"]:checked+label i:before {
    background-color: #f72727
}

a {
    color: #22aed8
}

.et_secondary_nav_enabled #page-container #top-header {
    background-color: #f72727!important
}

#et-secondary-nav li ul {
    background-color: #f72727
}

.et_header_style_centered .mobile_nav .select_page,.et_header_style_split .mobile_nav .select_page,.et_nav_text_color_light #top-menu>li>a,.et_nav_text_color_dark #top-menu>li>a,#top-menu a,.et_mobile_menu li a,.et_nav_text_color_light .et_mobile_menu li a,.et_nav_text_color_dark .et_mobile_menu li a,#et_search_icon:before,.et_search_form_container input,span.et_close_search_field:after,#et-top-navigation .et-cart-info {
    color: #2d2a70
}

.et_search_form_container input::-moz-placeholder {
    color: #2d2a70
}

.et_search_form_container input::-webkit-input-placeholder {
    color: #2d2a70
}

.et_search_form_container input:-ms-input-placeholder {
    color: #2d2a70
}

#top-header,#top-header a,#et-secondary-nav li li a,#top-header .et-social-icon a:before {
    font-size: 13px
}

#top-menu li.current-menu-ancestor>a,#top-menu li.current-menu-item>a,#top-menu li.current_page_item>a {
    color: #f72727
}

#main-footer .footer-widget h4,#main-footer .widget_block h1,#main-footer .widget_block h2,#main-footer .widget_block h3,#main-footer .widget_block h4,#main-footer .widget_block h5,#main-footer .widget_block h6 {
    color: #f72727
}

.footer-widget li:before {
    border-color: #f72727
}

body .et_pb_button {
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

body.et_pb_button_helper_class .et_pb_button,body.et_pb_button_helper_class .et_pb_module.et_pb_button {
}

h1,h2,h3,h4,h5,h6,.et_quote_content blockquote p,.et_pb_slide_description .et_pb_slide_title {
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none
}

@media only screen and (min-width: 981px) {
    .et_header_style_left #et-top-navigation,.et_header_style_split #et-top-navigation {
        padding:20px 0 0 0
    }

    .et_header_style_left #et-top-navigation nav>ul>li>a,.et_header_style_split #et-top-navigation nav>ul>li>a {
        padding-bottom: 20px
    }

    .et_header_style_split .centered-inline-logo-wrap {
        width: 40px;
        margin: -40px 0
    }

    .et_header_style_split .centered-inline-logo-wrap #logo {
        max-height: 40px
    }

    .et_pb_svg_logo.et_header_style_split .centered-inline-logo-wrap #logo {
        height: 40px
    }

    .et_header_style_centered #top-menu>li>a {
        padding-bottom: 7px
    }

    .et_header_style_slide #et-top-navigation,.et_header_style_fullscreen #et-top-navigation {
        padding: 11px 0 11px 0!important
    }

    .et_header_style_centered #main-header .logo_container {
        height: 40px
    }

    #logo {
        max-height: 80%
    }

    .et_pb_svg_logo #logo {
        height: 80%
    }

    .et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,.et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container {
        height: 7.2px
    }

    .et_fixed_nav #page-container .et-fixed-header#top-header {
        background-color: #f72727!important
    }

    .et_fixed_nav #page-container .et-fixed-header#top-header #et-secondary-nav li ul {
        background-color: #f72727
    }

    .et-fixed-header #top-menu a,.et-fixed-header #et_search_icon:before,.et-fixed-header #et_top_search .et-search-form input,.et-fixed-header .et_search_form_container input,.et-fixed-header .et_close_search_field:after,.et-fixed-header #et-top-navigation .et-cart-info {
        color: #2d2a70!important
    }

    .et-fixed-header .et_search_form_container input::-moz-placeholder {
        color: #2d2a70!important
    }

    .et-fixed-header .et_search_form_container input::-webkit-input-placeholder {
        color: #2d2a70!important
    }

    .et-fixed-header .et_search_form_container input:-ms-input-placeholder {
        color: #2d2a70!important
    }

    .et-fixed-header #top-menu li.current-menu-ancestor>a,.et-fixed-header #top-menu li.current-menu-item>a,.et-fixed-header #top-menu li.current_page_item>a {
        color: #f72727!important
    }
}

@media only screen and (min-width: 1350px) {
    .et_pb_row {
        padding:27px 0
    }

    .et_pb_section {
        padding: 54px 0
    }

    .single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
        padding-top: 81px
    }

    .et_pb_fullwidth_section {
        padding: 0
    }
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif
}

body,input,textarea,select {
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif
}

.et_pb_button {
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif
}

#main-header,#et-top-navigation {
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif
}

@font-face {
    font-family: "Helvetica";
    font-display: swap;
    src: url(fonts/helvetica-regular.ttf) format("truetype")
}

.et_pb_section_0_tb_header.et_pb_section {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff!important
}

.et_pb_section_0_tb_header {
    z-index: 10;
    box-shadow: 0px 2px 50px 0px rgba(0,0,0,0.15);
    z-index: 11
}

.et_pb_sticky.et_pb_section_0_tb_header {
    box-shadow: 0px 2px 50px 0px rgba(0,0,0,0.15);
    z-index: 11!important
}

.et_pb_row_0_tb_header.et_pb_row {
    padding-top: 0.5vw!important;
    padding-bottom: 0.5vw!important;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw
}

.et_pb_row_0_tb_header,body #page-container .et-db #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row,.et_pb_row_0_tb_header,body .pum-container .et-db #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row,.et_pb_row_0_tb_header,body #page-container .et-db .pum .et-l .et_pb_row_0_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row,.et_pb_row_0_tb_header,body .pum-container .et-db .pum .et-l .et_pb_row_0_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row {
    width: 95%;
    max-width: 100%
}

.et_pb_row_0_tb_header {
    z-index: 11!important;
    position: relative;
    display: flex;
    align-items: center
}

.et_pb_sticky .et_pb_row_0_tb_header,.et_pb_sticky .et_pb_code_0_tb_header {
    z-index: 11!important
}

.et_pb_image_0_tb_header {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center
}

.et_pb_image_0_tb_header .et_pb_image_wrap {
    display: block
}

.et_pb_menu_0_tb_header.et_pb_menu ul li a {
    font-weight: 600;
    color: #2d2a70!important;
    letter-spacing: 1px;
    transition: color 300ms ease 0ms
}

.et_pb_menu_0_tb_header.et_pb_menu ul li:hover>a,.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a {
    color: #f72727!important
}

.et_pb_menu_0_tb_header.et_pb_menu {
    background-color: #ffffff
}

.et_pb_menu_0_tb_header {
    z-index: 0;
    position: relative;
    top: 0px;
    bottom: auto;
    left: 0px;
    right: auto
}

.et_pb_sticky .et_pb_menu_0_tb_header {
    z-index: 0!important
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul {
    background-color: #ffffff!important;
    border-color: #f72727
}

.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu {
    border-color: #f72727
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu a {
    color: #2d2a70!important
}

.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu,.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul {
    background-color: #ffffff!important
}

.et_pb_menu_0_tb_header.et_pb_menu nav>ul>li>a:hover {
    opacity: 1
}

.et_pb_menu_0_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap,.et_pb_menu_0_tb_header .et_pb_menu__logo-slot {
    width: auto;
    max-width: 100%
}

.et_pb_menu_0_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap .et_pb_menu__logo img,.et_pb_menu_0_tb_header .et_pb_menu__logo-slot .et_pb_menu__logo-wrap img {
    height: auto;
    max-height: none
}

.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before,.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__search-button,.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__close-search-button,.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__cart-button {
    color: #f72727
}

.et_pb_code_0_tb_header {
    z-index: 11;
    position: relative
}

.et_pb_blurb_0_tb_header.et_pb_blurb .et_pb_blurb_description {
    text-align: center
}

.et_pb_blurb_0_tb_header.et_pb_blurb {
    font-weight: 700;
    color: #ffffff!important;
    letter-spacing: 1px;
    background-color: #f72727;
    border-radius: 100px 100px 100px 100px;
    overflow: hidden;
    padding-top: 0.4vw!important;
    padding-right: 1.5vw!important;
    padding-bottom: 0.4vw!important;
    padding-left: 1.5vw!important;
    margin-top: 2%!important
}

.et_pb_blurb_0_tb_header {
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.41);
    z-index: 1;
    position: relative;
    transform: scaleX(0.9) scaleY(0.9);
    transform-origin: center;
    transition: transform 300ms ease 0ms,box-shadow 300ms ease 0ms
}

.et_pb_blurb_0_tb_header:hover {
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.41);
    transform: scaleX(1) scaleY(1)!important
}

.et_pb_sticky .et_pb_blurb_0_tb_header {
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.41);
    z-index: 1!important
}

@keyframes et_pb_zoom_center_et_pb_blurb_0_tb_header {
    0% {
        transform: scaleX(0.81) scaleY(0.81)
    }

    100% {
        opacity: 1;
        transform: scaleX(0.9) scaleY(0.9)
    }
}

.et_pb_blurb_0_tb_header.et_animated.transformAnim {
    animation-name: et_pb_zoom_center_et_pb_blurb_0_tb_header;
    transform-origin: center
}

.et_pb_blurb_0_tb_header .et-pb-icon {
    font-size: 23px;
    color: #ffffff;
    font-family: ETmodules!important;
    font-weight: 400!important
}

.et_pb_contact_form_0_tb_header.et_pb_contact_form_container h1,.et_pb_contact_form_0_tb_header.et_pb_contact_form_container h2.et_pb_contact_main_title,.et_pb_contact_form_0_tb_header.et_pb_contact_form_container h3.et_pb_contact_main_title,.et_pb_contact_form_0_tb_header.et_pb_contact_form_container h4.et_pb_contact_main_title,.et_pb_contact_form_0_tb_header.et_pb_contact_form_container h5.et_pb_contact_main_title,.et_pb_contact_form_0_tb_header.et_pb_contact_form_container h6.et_pb_contact_main_title {
    font-weight: 700;
    font-size: 1vw;
    line-height: 1.6em;
    text-align: center
}

.et_pb_contact_form_0_tb_header.et_pb_contact_form_container {
    background-color: #ffffff;
    padding-top: 1vw;
    padding-right: 2vw;
    padding-bottom: 1vw;
    padding-left: 2vw;
    margin-top: 6%!important;
    border-radius: 20px;
    display: none;
    box-shadow: 1px 1px 8px 1px rgba(51,51,51,0.31)
}

.et_pb_contact_form_0_tb_header.et_pb_contact_form_container .input,.et_pb_contact_form_0_tb_header.et_pb_contact_form_container .input[type="checkbox"]+label i,.et_pb_contact_form_0_tb_header.et_pb_contact_form_container .input[type="radio"]+label i {
    border-radius: 10px 10px 10px 10px;
    overflow: hidden
}

body #page-container .et_pb_section .et_pb_contact_form_0_tb_header.et_pb_contact_form_container.et_pb_module .et_pb_button,body .pum-container .et_pb_section .et_pb_contact_form_0_tb_header.et_pb_contact_form_container.et_pb_module .et_pb_button {
    color: #ffffff!important;
    border-width: 2px!important;
    border-color: #f72727;
    border-radius: 100px;
    font-size: 0.8vw;
    font-weight: 700!important;
    background-color: #f72727!important;
    padding-top: 0.3vw!important;
    padding-right: 1vw!important;
    padding-bottom: 0.3vw!important;
    padding-left: 1vw!important;
    margin-top: 1vw!important
}

body #page-container .et_pb_section .et_pb_contact_form_0_tb_header.et_pb_contact_form_container.et_pb_module .et_pb_button:before,body #page-container .et_pb_section .et_pb_contact_form_0_tb_header.et_pb_contact_form_container.et_pb_module .et_pb_button:after,body .pum-container .et_pb_section .et_pb_contact_form_0_tb_header.et_pb_contact_form_container.et_pb_module .et_pb_button:before,body .pum-container .et_pb_section .et_pb_contact_form_0_tb_header.et_pb_contact_form_container.et_pb_module .et_pb_button:after {
    display: none!important
}

.et_pb_contact_form_0_tb_header .input,.et_pb_contact_form_0_tb_header .input[type="checkbox"]+label i,.et_pb_contact_form_0_tb_header .input[type="radio"]+label i {
    background-color: rgba(234,234,234,0.35)
}

.et_pb_contact_form_0_tb_header .input:focus,.et_pb_contact_form_0_tb_header .input[type="checkbox"]:active+label i,.et_pb_contact_form_0_tb_header .input[type="radio"]:active+label i {
    background-color: rgba(171,188,234,0.21)
}

.et_pb_contact_form_0_tb_header .input,.et_pb_contact_form_0_tb_header .input[type="checkbox"]+label,.et_pb_contact_form_0_tb_header .input[type="radio"]+label,.et_pb_contact_form_0_tb_header .input[type="checkbox"]:checked+label i:before,.et_pb_contact_form_0_tb_header .input::placeholder,.et_pb_contact_form_0_tb_header .input:focus,.et_pb_contact_form_0_tb_header .input[type="checkbox"]:active+label,.et_pb_contact_form_0_tb_header .input[type="radio"]:active+label,.et_pb_contact_form_0_tb_header .input[type="checkbox"]:checked:active+label i:before {
    color: #707070
}

.et_pb_contact_form_0_tb_header .input::-webkit-input-placeholder {
    color: #707070
}

.et_pb_contact_form_0_tb_header .input::-moz-placeholder {
    color: #707070
}

.et_pb_contact_form_0_tb_header .input::-ms-input-placeholder {
    color: #707070
}

.et_pb_contact_form_0_tb_header p .input:focus::-webkit-input-placeholder {
    color: #707070
}

.et_pb_contact_form_0_tb_header p .input:focus::-moz-placeholder {
    color: #707070
}

.et_pb_contact_form_0_tb_header p .input:focus:-ms-input-placeholder {
    color: #707070
}

.et_pb_contact_form_0_tb_header p textarea:focus::-webkit-input-placeholder {
    color: #707070
}

.et_pb_contact_form_0_tb_header p textarea:focus::-moz-placeholder {
    color: #707070
}

.et_pb_contact_form_0_tb_header p textarea:focus:-ms-input-placeholder {
    color: #707070
}

.et_pb_contact_form_0_tb_header .et_pb_contact_field .input {
    padding-top: 0.5vw;
    padding-bottom: 0.5vw
}

.et_pb_contact_form_0_tb_header.et_pb_contact_form_container .et_pb_contact_main_title {
    margin-bottom: 1vw
}

.et_pb_contact_form_0_tb_header.et_pb_contact_form_container input.et_pb_contact_captcha {
    margin-top: 1.5vw
}

.et_pb_contact_form_0_tb_header .input[type="radio"]:checked+label i:before,.et_pb_contact_form_0_tb_header .input[type="radio"]:checked:active+label i:before {
    background-color: #707070
}

.et_pb_column_1_tb_header {
    z-index: 1!important;
    position: relative
}

.et_pb_sticky .et_pb_column_1_tb_header {
    z-index: 1!important
}

.et_pb_menu_0_tb_header.et_pb_module,.et_pb_blurb_0_tb_header.et_pb_blurb.et_pb_module {
    margin-left: auto!important;
    margin-right: auto!important
}

@media only screen and (min-width: 981px) {
    .et_pb_image_0_tb_header {
        width:35%
    }

    .et_pb_column_2_tb_header {
        height: 3vw
    }

    .et_pb_blurb_0_tb_header.et_pb_blurb {
        width: 10vw
    }
}

@media only screen and (max-width: 980px) {
    .et_pb_section_0_tb_header.et_pb_section {
        padding-top:2px;
        padding-bottom: 2px
    }

    .et_pb_section_0_tb_header {
        position: relative!important;
        top: 0px;
        bottom: auto;
        left: 0px;
        right: auto;
        transform: translateX(0px) translateY(0px)
    }

    body.logged-in.admin-bar .et_pb_section_0_tb_header,body.logged-in.admin-bar .et_pb_menu_0_tb_header {
        top: 0px
    }

    .et_pb_image_0_tb_header {
        width: 60%
    }

    .et_pb_image_0_tb_header .et_pb_image_wrap img {
        width: auto
    }

    .et_pb_menu_0_tb_header {
        top: 0px;
        bottom: auto;
        left: 0px;
        right: auto;
        transform: translateX(0px) translateY(0px)
    }

    .et_pb_blurb_0_tb_header.et_pb_blurb .et_pb_module_header,.et_pb_blurb_0_tb_header.et_pb_blurb .et_pb_module_header a {
        font-size: 1px
    }

    .et_pb_blurb_0_tb_header.et_pb_blurb {
        font-size: 14px;
        padding-top: 1vw!important;
        padding-right: 3vw!important;
        padding-bottom: 1vw!important;
        padding-left: 3vw!important;
        margin-top: -2%!important;
        width: 75%
    }

    .et_pb_contact_form_0_tb_header.et_pb_contact_form_container h1,.et_pb_contact_form_0_tb_header.et_pb_contact_form_container h2.et_pb_contact_main_title,.et_pb_contact_form_0_tb_header.et_pb_contact_form_container h3.et_pb_contact_main_title,.et_pb_contact_form_0_tb_header.et_pb_contact_form_container h4.et_pb_contact_main_title,.et_pb_contact_form_0_tb_header.et_pb_contact_form_container h5.et_pb_contact_main_title,.et_pb_contact_form_0_tb_header.et_pb_contact_form_container h6.et_pb_contact_main_title {
        font-size: 2.5vw
    }

    .et_pb_contact_form_0_tb_header.et_pb_contact_form_container {
        padding-top: 6vw;
        padding-right: 6vw;
        padding-bottom: 6vw;
        padding-left: 6vw;
        margin-top: 3%!important
    }

    .et_pb_contact_form_0_tb_header {
        width: 200%
    }

    body #page-container .et_pb_section .et_pb_contact_form_0_tb_header.et_pb_contact_form_container.et_pb_module .et_pb_button,body .pum-container .et_pb_section .et_pb_contact_form_0_tb_header.et_pb_contact_form_container.et_pb_module .et_pb_button {
        font-size: 2vw!important;
        padding-top: 1vw!important;
        padding-right: 5vw!important;
        padding-bottom: 1vw!important;
        padding-left: 5vw!important
    }

    .et_pb_contact_form_0_tb_header .et_pb_contact_field .input {
        padding-top: 2vw;
        padding-bottom: 2vw
    }
}

@media only screen and (min-width: 768px) and (max-width:980px) {
    .et_pb_column_2_tb_header {
        height:5vw
    }
}

@media only screen and (max-width: 767px) {
    .et_pb_section_0_tb_header.et_pb_section {
        padding-top:5px;
        padding-bottom: 5px
    }

    .et_pb_section_0_tb_header {
        transform: translateX(0px) translateY(0px)
    }

    .et_pb_image_0_tb_header {
        width: 90%
    }

    .et_pb_image_0_tb_header .et_pb_image_wrap img {
        width: auto
    }

    .et_pb_menu_0_tb_header {
        width: 200%;
        top: 0px;
        bottom: auto;
        left: -60px;
        right: auto;
        transform: translateX(0px) translateY(0px)
    }

    body.logged-in.admin-bar .et_pb_menu_0_tb_header {
        top: 0px
    }

    .et_pb_column_2_tb_header {
        height: 6vw
    }

    .et_pb_blurb_0_tb_header.et_pb_blurb {
        padding-right: 2vw!important;
        padding-left: 2vw!important;
        margin-top: -3%!important;
        width: 100%
    }

    .et_pb_blurb_0_tb_header .et-pb-icon {
        font-size: 22px
    }

    .et_pb_contact_form_0_tb_header.et_pb_contact_form_container h1,.et_pb_contact_form_0_tb_header.et_pb_contact_form_container h2.et_pb_contact_main_title,.et_pb_contact_form_0_tb_header.et_pb_contact_form_container h3.et_pb_contact_main_title,.et_pb_contact_form_0_tb_header.et_pb_contact_form_container h4.et_pb_contact_main_title,.et_pb_contact_form_0_tb_header.et_pb_contact_form_container h5.et_pb_contact_main_title,.et_pb_contact_form_0_tb_header.et_pb_contact_form_container h6.et_pb_contact_main_title {
        font-size: 3.5vw
    }

    .et_pb_contact_form_0_tb_header.et_pb_contact_form_container {
        margin-top: 6%!important
    }

    .et_pb_contact_form_0_tb_header {
        width: 250%
    }

    body #page-container .et_pb_section .et_pb_contact_form_0_tb_header.et_pb_contact_form_container.et_pb_module .et_pb_button,body .pum-container .et_pb_section .et_pb_contact_form_0_tb_header.et_pb_contact_form_container.et_pb_module .et_pb_button {
        font-size: 3vw!important
    }

    .et_pb_contact_form_0_tb_header .et_pb_contact_field .input {
        padding-top: 3vw;
        padding-bottom: 3vw
    }
}

@font-face {
    font-family: "Helvetica";
    font-display: swap;
    src: url(fonts/helvetica-regular.ttf) format("truetype")
}

.et_pb_section_0_tb_footer.et_pb_section {
    background-color: #2a2a2a!important
}

.et_pb_row_0_tb_footer,body #page-container .et-db #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row,.et_pb_row_0_tb_footer,body .pum-container .et-db #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row,.et_pb_row_0_tb_footer,body #page-container .et-db .pum .et-l .et_pb_row_0_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row,.et_pb_row_0_tb_footer,body .pum-container .et-db .pum .et-l .et_pb_row_0_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row {
    max-width: 100%
}

.et_pb_image_0_tb_footer {
    filter: opacity(50%);
    backface-visibility: hidden;
    transition: filter 300ms ease 0ms;
    text-align: center
}

.et_pb_image_0_tb_footer:hover {
    filter: opacity(100%);
    backface-visibility: hidden
}

.et_pb_image_0_tb_footer .et_pb_image_wrap {
    display: block
}

.et_pb_text_0_tb_footer h4,.et_pb_text_8_tb_footer h4,.et_pb_text_9_tb_footer h4 {
    color: #ffffff!important;
    letter-spacing: 1px;
    text-align: left
}

.et_pb_text_0_tb_footer,.et_pb_text_8_tb_footer,.et_pb_text_9_tb_footer {
    margin-bottom: 0px!important
}

.et_pb_divider_0_tb_footer,.et_pb_divider_1_tb_footer,.et_pb_divider_2_tb_footer {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    width: 10%
}

.et_pb_divider_0_tb_footer:before,.et_pb_divider_1_tb_footer:before,.et_pb_divider_2_tb_footer:before {
    border-top-color: #ffffff;
    border-top-width: 2px
}

.et_pb_text_1_tb_footer.et_pb_text,.et_pb_text_2_tb_footer.et_pb_text,.et_pb_text_3_tb_footer.et_pb_text,.et_pb_text_4_tb_footer.et_pb_text,.et_pb_text_5_tb_footer.et_pb_text,.et_pb_text_6_tb_footer.et_pb_text,.et_pb_text_7_tb_footer.et_pb_text {
    color: #707070!important;
    transition: color 300ms ease 0ms
}

.et_pb_text_1_tb_footer.et_pb_text:hover,.et_pb_text_2_tb_footer.et_pb_text:hover,.et_pb_text_3_tb_footer.et_pb_text:hover,.et_pb_text_4_tb_footer.et_pb_text:hover,.et_pb_text_5_tb_footer.et_pb_text:hover,.et_pb_text_6_tb_footer.et_pb_text:hover,.et_pb_text_7_tb_footer.et_pb_text:hover,.et_pb_accordion_item.et_pb_accordion_item_0_tb_footer.et_pb_toggle.et_pb_toggle_open h5.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_0_tb_footer.et_pb_toggle.et_pb_toggle_open h1.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_0_tb_footer.et_pb_toggle.et_pb_toggle_open h2.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_0_tb_footer.et_pb_toggle.et_pb_toggle_open h3.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_0_tb_footer.et_pb_toggle.et_pb_toggle_open h4.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_0_tb_footer.et_pb_toggle.et_pb_toggle_open h6.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_1_tb_footer.et_pb_toggle.et_pb_toggle_open h5.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_1_tb_footer.et_pb_toggle.et_pb_toggle_open h1.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_1_tb_footer.et_pb_toggle.et_pb_toggle_open h2.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_1_tb_footer.et_pb_toggle.et_pb_toggle_open h3.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_1_tb_footer.et_pb_toggle.et_pb_toggle_open h4.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_1_tb_footer.et_pb_toggle.et_pb_toggle_open h6.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_2_tb_footer.et_pb_toggle.et_pb_toggle_open h5.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_2_tb_footer.et_pb_toggle.et_pb_toggle_open h1.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_2_tb_footer.et_pb_toggle.et_pb_toggle_open h2.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_2_tb_footer.et_pb_toggle.et_pb_toggle_open h3.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_2_tb_footer.et_pb_toggle.et_pb_toggle_open h4.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_2_tb_footer.et_pb_toggle.et_pb_toggle_open h6.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_3_tb_footer.et_pb_toggle.et_pb_toggle_open h5.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_3_tb_footer.et_pb_toggle.et_pb_toggle_open h1.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_3_tb_footer.et_pb_toggle.et_pb_toggle_open h2.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_3_tb_footer.et_pb_toggle.et_pb_toggle_open h3.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_3_tb_footer.et_pb_toggle.et_pb_toggle_open h4.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_3_tb_footer.et_pb_toggle.et_pb_toggle_open h6.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_4_tb_footer.et_pb_toggle.et_pb_toggle_open h5.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_4_tb_footer.et_pb_toggle.et_pb_toggle_open h1.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_4_tb_footer.et_pb_toggle.et_pb_toggle_open h2.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_4_tb_footer.et_pb_toggle.et_pb_toggle_open h3.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_4_tb_footer.et_pb_toggle.et_pb_toggle_open h4.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_4_tb_footer.et_pb_toggle.et_pb_toggle_open h6.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_5_tb_footer.et_pb_toggle.et_pb_toggle_open h5.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_5_tb_footer.et_pb_toggle.et_pb_toggle_open h1.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_5_tb_footer.et_pb_toggle.et_pb_toggle_open h2.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_5_tb_footer.et_pb_toggle.et_pb_toggle_open h3.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_5_tb_footer.et_pb_toggle.et_pb_toggle_open h4.et_pb_toggle_title,.et_pb_accordion_item.et_pb_accordion_item_5_tb_footer.et_pb_toggle.et_pb_toggle_open h6.et_pb_toggle_title,.et_pb_accordion_item_0_tb_footer.et_pb_toggle .et_pb_toggle_content a:hover,.et_pb_accordion_item_1_tb_footer.et_pb_toggle .et_pb_toggle_content a:hover,.et_pb_accordion_item_2_tb_footer.et_pb_toggle .et_pb_toggle_content a:hover,.et_pb_accordion_item_3_tb_footer.et_pb_toggle .et_pb_toggle_content a:hover,.et_pb_accordion_item_4_tb_footer.et_pb_toggle .et_pb_toggle_content a:hover,.et_pb_accordion_item_5_tb_footer.et_pb_toggle .et_pb_toggle_content a:hover {
    color: #ffffff!important
}

.et_pb_text_1_tb_footer,.et_pb_text_2_tb_footer,.et_pb_text_3_tb_footer,.et_pb_text_4_tb_footer,.et_pb_text_5_tb_footer,.et_pb_text_6_tb_footer,.et_pb_text_7_tb_footer {
    font-size: 16px;
    border-bottom-color: #ffffff;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
    width: 100%
}

.et_pb_accordion_item_0_tb_footer.et_pb_toggle a,.et_pb_accordion_item_1_tb_footer.et_pb_toggle a,.et_pb_accordion_item_2_tb_footer.et_pb_toggle a,.et_pb_accordion_item_3_tb_footer.et_pb_toggle a,.et_pb_accordion_item_4_tb_footer.et_pb_toggle a,.et_pb_accordion_item_5_tb_footer.et_pb_toggle a {
    transition: color 300ms ease 0ms
}

.et_pb_accordion_item.et_pb_accordion_item_0_tb_footer.et_pb_toggle_close .et_pb_toggle_title:before,.et_pb_accordion_item.et_pb_accordion_item_1_tb_footer.et_pb_toggle_close .et_pb_toggle_title:before,.et_pb_accordion_item.et_pb_accordion_item_2_tb_footer.et_pb_toggle_close .et_pb_toggle_title:before,.et_pb_accordion_item.et_pb_accordion_item_3_tb_footer.et_pb_toggle_close .et_pb_toggle_title:before,.et_pb_accordion_item.et_pb_accordion_item_4_tb_footer.et_pb_toggle_close .et_pb_toggle_title:before,.et_pb_accordion_item.et_pb_accordion_item_5_tb_footer.et_pb_toggle_close .et_pb_toggle_title:before,.et_pb_accordion_0_tb_footer .et_pb_toggle_title:before {
    color: #ffffff
}

.et_pb_row_1_tb_footer.et_pb_row {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    padding-top: 0px;
    padding-bottom: 0px
}

.et_pb_text_10_tb_footer,.et_pb_text_11_tb_footer {
    text-transform: uppercase;
    padding-top: 0px!important;
    padding-bottom: 0px!important
}

.et_pb_column_0_tb_footer,.et_pb_column_1_tb_footer,.et_pb_column_2_tb_footer {
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #707070
}

.et_pb_accordion_item_0_tb_footer.et_pb_toggle h5.et_pb_toggle_title,.et_pb_accordion_item_0_tb_footer.et_pb_toggle h1.et_pb_toggle_title,.et_pb_accordion_item_0_tb_footer.et_pb_toggle h2.et_pb_toggle_title,.et_pb_accordion_item_0_tb_footer.et_pb_toggle h3.et_pb_toggle_title,.et_pb_accordion_item_0_tb_footer.et_pb_toggle h4.et_pb_toggle_title,.et_pb_accordion_item_0_tb_footer.et_pb_toggle h6.et_pb_toggle_title,.et_pb_accordion_item_1_tb_footer.et_pb_toggle h5.et_pb_toggle_title,.et_pb_accordion_item_1_tb_footer.et_pb_toggle h1.et_pb_toggle_title,.et_pb_accordion_item_1_tb_footer.et_pb_toggle h2.et_pb_toggle_title,.et_pb_accordion_item_1_tb_footer.et_pb_toggle h3.et_pb_toggle_title,.et_pb_accordion_item_1_tb_footer.et_pb_toggle h4.et_pb_toggle_title,.et_pb_accordion_item_1_tb_footer.et_pb_toggle h6.et_pb_toggle_title,.et_pb_accordion_item_2_tb_footer.et_pb_toggle h5.et_pb_toggle_title,.et_pb_accordion_item_2_tb_footer.et_pb_toggle h1.et_pb_toggle_title,.et_pb_accordion_item_2_tb_footer.et_pb_toggle h2.et_pb_toggle_title,.et_pb_accordion_item_2_tb_footer.et_pb_toggle h3.et_pb_toggle_title,.et_pb_accordion_item_2_tb_footer.et_pb_toggle h4.et_pb_toggle_title,.et_pb_accordion_item_2_tb_footer.et_pb_toggle h6.et_pb_toggle_title,.et_pb_accordion_item_3_tb_footer.et_pb_toggle h5.et_pb_toggle_title,.et_pb_accordion_item_3_tb_footer.et_pb_toggle h1.et_pb_toggle_title,.et_pb_accordion_item_3_tb_footer.et_pb_toggle h2.et_pb_toggle_title,.et_pb_accordion_item_3_tb_footer.et_pb_toggle h3.et_pb_toggle_title,.et_pb_accordion_item_3_tb_footer.et_pb_toggle h4.et_pb_toggle_title,.et_pb_accordion_item_3_tb_footer.et_pb_toggle h6.et_pb_toggle_title,.et_pb_accordion_item_4_tb_footer.et_pb_toggle h5.et_pb_toggle_title,.et_pb_accordion_item_4_tb_footer.et_pb_toggle h1.et_pb_toggle_title,.et_pb_accordion_item_4_tb_footer.et_pb_toggle h2.et_pb_toggle_title,.et_pb_accordion_item_4_tb_footer.et_pb_toggle h3.et_pb_toggle_title,.et_pb_accordion_item_4_tb_footer.et_pb_toggle h4.et_pb_toggle_title,.et_pb_accordion_item_4_tb_footer.et_pb_toggle h6.et_pb_toggle_title,.et_pb_accordion_item_5_tb_footer.et_pb_toggle h5.et_pb_toggle_title,.et_pb_accordion_item_5_tb_footer.et_pb_toggle h1.et_pb_toggle_title,.et_pb_accordion_item_5_tb_footer.et_pb_toggle h2.et_pb_toggle_title,.et_pb_accordion_item_5_tb_footer.et_pb_toggle h3.et_pb_toggle_title,.et_pb_accordion_item_5_tb_footer.et_pb_toggle h4.et_pb_toggle_title,.et_pb_accordion_item_5_tb_footer.et_pb_toggle h6.et_pb_toggle_title {
    font-size: 18px;
    color: #ffffff!important;
    letter-spacing: 1px
}

.et_pb_accordion_item_0_tb_footer.et_pb_toggle .et_pb_toggle_content p,.et_pb_accordion_item_1_tb_footer.et_pb_toggle .et_pb_toggle_content p,.et_pb_accordion_item_2_tb_footer.et_pb_toggle .et_pb_toggle_content p,.et_pb_accordion_item_3_tb_footer.et_pb_toggle .et_pb_toggle_content p,.et_pb_accordion_item_4_tb_footer.et_pb_toggle .et_pb_toggle_content p,.et_pb_accordion_item_5_tb_footer.et_pb_toggle .et_pb_toggle_content p {
    line-height: 0.7em
}

.et_pb_accordion_item_0_tb_footer.et_pb_toggle .et_pb_toggle_content,.et_pb_accordion_item_1_tb_footer.et_pb_toggle .et_pb_toggle_content,.et_pb_accordion_item_2_tb_footer.et_pb_toggle .et_pb_toggle_content,.et_pb_accordion_item_3_tb_footer.et_pb_toggle .et_pb_toggle_content,.et_pb_accordion_item_4_tb_footer.et_pb_toggle .et_pb_toggle_content,.et_pb_accordion_item_5_tb_footer.et_pb_toggle .et_pb_toggle_content {
    font-size: 16px;
    color: #707070!important;
    line-height: 0.7em
}

.et_pb_accordion_item_0_tb_footer.et_pb_toggle .et_pb_toggle_content a,.et_pb_accordion_item_1_tb_footer.et_pb_toggle .et_pb_toggle_content a,.et_pb_accordion_item_5_tb_footer.et_pb_toggle .et_pb_toggle_content a {
    font-size: 16px;
    color: #707070!important
}

.et_pb_accordion_item_0_tb_footer.et_pb_toggle,.et_pb_accordion_item_1_tb_footer.et_pb_toggle,.et_pb_accordion_item_2_tb_footer.et_pb_toggle,.et_pb_accordion_item_3_tb_footer.et_pb_toggle,.et_pb_accordion_item_4_tb_footer.et_pb_toggle,.et_pb_accordion_item_5_tb_footer.et_pb_toggle {
    background-color: rgba(0,0,0,0);
    margin-top: 0px!important;
    margin-bottom: 0px!important
}

.et_pb_accordion .et_pb_module.et_pb_accordion_item_0_tb_footer.et_pb_toggle,.et_pb_accordion .et_pb_module.et_pb_accordion_item_1_tb_footer.et_pb_toggle,.et_pb_accordion .et_pb_module.et_pb_accordion_item_2_tb_footer.et_pb_toggle,.et_pb_accordion .et_pb_module.et_pb_accordion_item_3_tb_footer.et_pb_toggle,.et_pb_accordion .et_pb_module.et_pb_accordion_item_4_tb_footer.et_pb_toggle,.et_pb_accordion .et_pb_module.et_pb_accordion_item_5_tb_footer.et_pb_toggle {
    border-width: 0px
}

.et_pb_accordion_item_2_tb_footer.et_pb_toggle .et_pb_toggle_content a,.et_pb_accordion_item_3_tb_footer.et_pb_toggle .et_pb_toggle_content a,.et_pb_accordion_item_4_tb_footer.et_pb_toggle .et_pb_toggle_content a {
    font-size: 16px;
    color: #707070!important;
    line-height: 1.1em
}

.et_pb_divider_0_tb_footer.et_pb_module,.et_pb_text_1_tb_footer.et_pb_module,.et_pb_text_2_tb_footer.et_pb_module,.et_pb_text_3_tb_footer.et_pb_module,.et_pb_text_4_tb_footer.et_pb_module,.et_pb_text_5_tb_footer.et_pb_module,.et_pb_text_6_tb_footer.et_pb_module,.et_pb_text_7_tb_footer.et_pb_module,.et_pb_divider_1_tb_footer.et_pb_module,.et_pb_divider_2_tb_footer.et_pb_module {
    margin-left: 0px!important;
    margin-right: auto!important
}

@media only screen and (min-width: 981px) {
    .et_pb_image_0_tb_footer {
        width:70%
    }
}

@media only screen and (max-width: 980px) {
    .et_pb_image_0_tb_footer {
        width:100%
    }

    .et_pb_image_0_tb_footer .et_pb_image_wrap img {
        width: auto
    }

    .et_pb_text_0_tb_footer h4,.et_pb_text_8_tb_footer h4,.et_pb_text_9_tb_footer h4 {
        text-align: center
    }

    .et_pb_text_1_tb_footer,.et_pb_text_2_tb_footer,.et_pb_text_3_tb_footer,.et_pb_text_4_tb_footer,.et_pb_text_5_tb_footer,.et_pb_text_6_tb_footer,.et_pb_text_7_tb_footer {
        border-bottom-color: #ffffff
    }

    .et_pb_column_0_tb_footer,.et_pb_column_1_tb_footer,.et_pb_column_2_tb_footer {
        border-right-width: 0px;
        border-right-style: solid;
        border-right-color: #707070
    }

    .et_pb_divider_0_tb_footer.et_pb_module,.et_pb_text_1_tb_footer.et_pb_module,.et_pb_text_2_tb_footer.et_pb_module,.et_pb_text_3_tb_footer.et_pb_module,.et_pb_text_4_tb_footer.et_pb_module,.et_pb_text_5_tb_footer.et_pb_module,.et_pb_text_6_tb_footer.et_pb_module,.et_pb_text_7_tb_footer.et_pb_module,.et_pb_divider_1_tb_footer.et_pb_module,.et_pb_divider_2_tb_footer.et_pb_module {
        margin-left: auto!important;
        margin-right: auto!important
    }
}

@media only screen and (max-width: 767px) {
    .et_pb_image_0_tb_footer {
        width:60%
    }

    .et_pb_image_0_tb_footer .et_pb_image_wrap img {
        width: auto
    }

    .et_pb_text_1_tb_footer h1,.et_pb_text_9_tb_footer h4 {
        text-align: center
    }

    .et_pb_text_1_tb_footer,.et_pb_text_2_tb_footer,.et_pb_text_3_tb_footer,.et_pb_text_4_tb_footer,.et_pb_text_5_tb_footer,.et_pb_text_6_tb_footer,.et_pb_text_7_tb_footer {
        border-bottom-color: #ffffff
    }

    .et_pb_column_0_tb_footer,.et_pb_column_1_tb_footer,.et_pb_column_2_tb_footer {
        border-right-width: 0px;
        border-right-style: solid;
        border-right-color: #707070
    }

    .et_pb_divider_0_tb_footer.et_pb_module,.et_pb_text_1_tb_footer.et_pb_module,.et_pb_text_2_tb_footer.et_pb_module,.et_pb_text_3_tb_footer.et_pb_module,.et_pb_text_4_tb_footer.et_pb_module,.et_pb_text_5_tb_footer.et_pb_module,.et_pb_text_6_tb_footer.et_pb_module,.et_pb_text_7_tb_footer.et_pb_module,.et_pb_divider_1_tb_footer.et_pb_module,.et_pb_divider_2_tb_footer.et_pb_module {
        margin-left: auto!important;
        margin-right: auto!important
    }
}

#main-footer {
    display: none
}

.et_pb_equal_columns>.et_pb_column {
    margin-top: auto;
    margin-bottom: auto
}

#top-menu li.mega-menu>ul>li:nth-of-type(1n) {
    clear: none
}

#top-menu li.mega-menu>ul>li:nth-of-type(1n) {
    clear: none
}

#top-menu li.mega-menu>ul>li {
    width: 12%;
    margin: 0
}

.menu-item img {
    max-height: 60px;
    margin-top: 10px;
    vertical-align: middle
}

@media (max-width: 768px) {
    header#main-header .et_mobile_menu li.mega-menu ul.sub-menu img,header#main-header .et_mobile_menu li.mega-menu ul.sub-menu li {
        display:none!important
    }
}

@media only screen and (max-width: 980px) {
    .three-columns .et_pb_column {
        width:33%!important
    }
}

@media only screen and (max-width: 479px) {
    .three-columns .et_pb_column {
        width:100%!important
    }
}

@media only screen and (max-width: 980px) {
    .two-columns .et_pb_column {
        width:50%!important
    }
}

@media only screen and (max-width: 479px) {
    .two-columns .et_pb_column {
        width:50%!important
    }
}

@media only screen and (max-width: 980px) {
    .four-columns .et_pb_column {
        width:25%!important
    }
}

@media only screen and (max-width: 479px) {
    .four-columns .et_pb_column {
        width:100%!important
    }
}

@media only screen and (max-width: 479px) {
    .brand-columns .et_pb_column {
        width:50%!important
    }
}

.single .et_pb_post {
    margin-bottom: 0;
    padding-bottom: 0
}

#left-area {
    padding-bottom: 0!important
}

.grecaptcha-badge {
    display: none
}

.mfp-title {
    display: none!important
}

.mfp-counter {
    display: none!important
}

@font-face {
    font-family: "Helvetica";
    font-display: swap;
    src: url(fonts/helvetica-regular.ttf) format("truetype")
}

div.et_pb_section.et_pb_section_0 {
    background-blend-mode: multiply;
    background-image: url(img/aventics_background.jpg),linear-gradient(84deg,#2b87da 0%,#2d2a70 100%)!important
}

.et_pb_section_0.et_pb_section {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: inherit!important
}

.et_pb_section_0,.et_pb_row_0,body #page-container .et-db #et-boc .et-l .et_pb_row_0.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0.et_pb_row,.et_pb_row_0,body .pum-container .et-db #et-boc .et-l .et_pb_row_0.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0.et_pb_row,.et_pb_row_0,body #page-container .et-db .pum .et-l .et_pb_row_0.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0.et_pb_row,.et_pb_row_0,body .pum-container .et-db .pum .et-l .et_pb_row_0.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0.et_pb_row {
    width: 800px
}

.et_pb_row_0.et_pb_row {
    padding-top: 5%!important;
    padding-right: 0px!important;
    padding-bottom: 5%!important;
    padding-left: 0px!important;
    padding-top: 5%;
    padding-right: 0px;
    padding-bottom: 5%;
    padding-left: 0px
}

.et_pb_contact_form_0.et_pb_contact_form_container h1,.et_pb_contact_form_0.et_pb_contact_form_container h2.et_pb_contact_main_title,.et_pb_contact_form_0.et_pb_contact_form_container h3.et_pb_contact_main_title,.et_pb_contact_form_0.et_pb_contact_form_container h4.et_pb_contact_main_title,.et_pb_contact_form_0.et_pb_contact_form_container h5.et_pb_contact_main_title,.et_pb_contact_form_0.et_pb_contact_form_container h6.et_pb_contact_main_title {
    font-weight: 700;
    font-size: 40px;
    text-align: center
}

.et_pb_contact_form_0.et_pb_contact_form_container .input,.et_pb_contact_form_0.et_pb_contact_form_container .input::placeholder,.et_pb_contact_form_0.et_pb_contact_form_container .input[type=checkbox]+label,.et_pb_contact_form_0.et_pb_contact_form_container .input[type=radio]+label,.et_pb_text_2,.et_pb_text_3 {
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px
}

.et_pb_contact_form_0.et_pb_contact_form_container .input::-webkit-input-placeholder {
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px
}

.et_pb_contact_form_0.et_pb_contact_form_container .input::-moz-placeholder {
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px
}

.et_pb_contact_form_0.et_pb_contact_form_container .input:-ms-input-placeholder {
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px
}

.et_pb_contact_form_0.et_pb_contact_form_container {
    padding-right: 3%;
    padding-left: 3%;
    padding-top: 5%
}

body #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button,body .pum-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button {
    color: #ffffff!important;
    border-color: #2d2a70;
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    background-color: #2d2a70!important
}

body #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button:hover,body .pum-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button:hover {
    border-radius: 30px!important
}

body #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button,body #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button:hover,body .pum-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button,body .pum-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button:hover,body #page-container .et_pb_section .et_pb_button_0,body #page-container .et_pb_section .et_pb_button_0:hover,body .pum-container .et_pb_section .et_pb_button_0,body .pum-container .et_pb_section .et_pb_button_0:hover,body #page-container .et_pb_section .et_pb_button_2,body #page-container .et_pb_section .et_pb_button_2:hover,body .pum-container .et_pb_section .et_pb_button_2,body .pum-container .et_pb_section .et_pb_button_2:hover {
    padding: 0.3em 1em!important
}

body #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button:before,body #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button:after,body .pum-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button:before,body .pum-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button:after,body #page-container .et_pb_section .et_pb_button_0:before,body #page-container .et_pb_section .et_pb_button_0:after,body .pum-container .et_pb_section .et_pb_button_0:before,body .pum-container .et_pb_section .et_pb_button_0:after,body #page-container .et_pb_section .et_pb_button_1:before,body #page-container .et_pb_section .et_pb_button_1:after,body .pum-container .et_pb_section .et_pb_button_1:before,body .pum-container .et_pb_section .et_pb_button_1:after,body #page-container .et_pb_section .et_pb_post_slider_0.et_pb_slider .et_pb_more_button.et_pb_button:before,body #page-container .et_pb_section .et_pb_post_slider_0.et_pb_slider .et_pb_more_button.et_pb_button:after,body .pum-container .et_pb_section .et_pb_post_slider_0.et_pb_slider .et_pb_more_button.et_pb_button:before,body .pum-container .et_pb_section .et_pb_post_slider_0.et_pb_slider .et_pb_more_button.et_pb_button:after,body #page-container .et_pb_section .et_pb_button_2:before,body #page-container .et_pb_section .et_pb_button_2:after,body .pum-container .et_pb_section .et_pb_button_2:before,body .pum-container .et_pb_section .et_pb_button_2:after {
    display: none!important
}

.et_pb_contact_form_0 .et_pb_contact_submit,.et_pb_button_1,.et_pb_post_slider_0 .et_pb_button {
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3)
}

.et_pb_contact_form_0 .et_pb_contact_submit:hover,.et_pb_button_1:hover {
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3)
}

.et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button,.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button,.et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_more_button.et_pb_button,.et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_more_button.et_pb_button,.et_pb_slider .et_pb_slide_3.et_pb_slide .et_pb_more_button.et_pb_button,.et_pb_slider .et_pb_slide_4.et_pb_slide .et_pb_more_button.et_pb_button,.et_pb_row_inner_4 {
    transition: border-radius 300ms ease 0ms
}

.et_pb_section_1.et_pb_section {
    padding-top: 0px;
    padding-bottom: 0px
}

.et_pb_row_1.et_pb_row {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    padding-top: 0px;
    padding-bottom: 0px
}

.et_pb_row_1,body #page-container .et-db #et-boc .et-l .et_pb_row_1.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_1.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_1.et_pb_row,.et_pb_row_1,body .pum-container .et-db #et-boc .et-l .et_pb_row_1.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_1.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_1.et_pb_row,.et_pb_row_1,body #page-container .et-db .pum .et-l .et_pb_row_1.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_1.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_1.et_pb_row,.et_pb_row_1,body .pum-container .et-db .pum .et-l .et_pb_row_1.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_1.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_1.et_pb_row,.et_pb_section_2>.et_pb_row,.et_pb_section_2.et_section_specialty>.et_pb_row {
    width: 100%;
    max-width: 100%
}

.et_pb_slider .et_pb_slide_0.et_pb_slide>.et_pb_container {
    width: 60%
}

body #page-container .et_pb_section .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button:hover,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button:hover,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_more_button.et_pb_button:hover,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_more_button.et_pb_button:hover,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_more_button.et_pb_button:hover,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_more_button.et_pb_button:hover,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_3.et_pb_slide .et_pb_more_button.et_pb_button:hover,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_3.et_pb_slide .et_pb_more_button.et_pb_button:hover,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_4.et_pb_slide .et_pb_more_button.et_pb_button:hover,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_4.et_pb_slide .et_pb_more_button.et_pb_button:hover {
    border-radius: 25px!important
}

body #page-container .et_pb_section .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button:after,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button:after,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_more_button.et_pb_button:after,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_more_button.et_pb_button:after,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_more_button.et_pb_button:after,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_more_button.et_pb_button:after,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_3.et_pb_slide .et_pb_more_button.et_pb_button:after,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_3.et_pb_slide .et_pb_more_button.et_pb_button:after,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_4.et_pb_slide .et_pb_more_button.et_pb_button:after,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_4.et_pb_slide .et_pb_more_button.et_pb_button:after {
    font-size: 1.6em
}

body.et_button_custom_icon #page-container .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button:after,body.et_button_custom_icon #page-container .et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_more_button.et_pb_button:after,body.et_button_custom_icon #page-container .et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_more_button.et_pb_button:after,body.et_button_custom_icon #page-container .et_pb_slider .et_pb_slide_3.et_pb_slide .et_pb_more_button.et_pb_button:after,body.et_button_custom_icon #page-container .et_pb_slider .et_pb_slide_4.et_pb_slide .et_pb_more_button.et_pb_button:after {
    font-size: 1vw
}

.et_pb_slide_0 .et_pb_button,.et_pb_slide_1 .et_pb_button,.et_pb_slide_2 .et_pb_button,.et_pb_slide_3 .et_pb_button,.et_pb_slide_4 .et_pb_button {
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3)!important
}

.et_pb_slide_0,.et_pb_slide_1,.et_pb_slide_2,.et_pb_slide_3,.et_pb_slide_4 {
    background-color: #f72727
}

.et_pb_slider .et_pb_slide_1.et_pb_slide>.et_pb_container,.et_pb_slider .et_pb_slide_2.et_pb_slide>.et_pb_container,.et_pb_slider .et_pb_slide_3.et_pb_slide>.et_pb_container,.et_pb_slider .et_pb_slide_4.et_pb_slide>.et_pb_container {
    width: 80%;
    max-width: 100%
}

.et_pb_slider_0.et_pb_slider {
    overflow-x: hidden;
    overflow-y: hidden
}

.et_pb_section_2.et_pb_section {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #2d2a70!important
}

.et_pb_column_3 {
    padding-top: 74px;
    padding-bottom: 74px;
    padding-left: 60px
}

.et_pb_text_0.et_pb_text {
    color: #ffffff!important
}

.et_pb_text_0 {
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500
}

.et_pb_text_0 h2 {
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #ffffff!important;
    line-height: 1.1em;
    text-align: center
}

.et_pb_blurb_0.et_pb_blurb .et_pb_module_header,.et_pb_blurb_0.et_pb_blurb .et_pb_module_header a,.et_pb_blurb_1.et_pb_blurb .et_pb_module_header,.et_pb_blurb_1.et_pb_blurb .et_pb_module_header a,.et_pb_blurb_2.et_pb_blurb .et_pb_module_header,.et_pb_blurb_2.et_pb_blurb .et_pb_module_header a,.et_pb_blurb_3.et_pb_blurb .et_pb_module_header,.et_pb_blurb_3.et_pb_blurb .et_pb_module_header a,.et_pb_blurb_4.et_pb_blurb .et_pb_module_header,.et_pb_blurb_4.et_pb_blurb .et_pb_module_header a {
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4em
}

.et_pb_blurb_0.et_pb_blurb p,.et_pb_blurb_1.et_pb_blurb p,.et_pb_blurb_2.et_pb_blurb p,.et_pb_blurb_3.et_pb_blurb p,.et_pb_blurb_4.et_pb_blurb p {
    line-height: 1.8em
}

.et_pb_blurb_0.et_pb_blurb,.et_pb_blurb_1.et_pb_blurb,.et_pb_blurb_2.et_pb_blurb,.et_pb_blurb_3.et_pb_blurb,.et_pb_blurb_4.et_pb_blurb {
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px;
    color: #ffffff!important;
    line-height: 1.8em;
    margin-bottom: 10px!important
}

.et_pb_blurb_0 .et_pb_blurb_content,.et_pb_blurb_1 .et_pb_blurb_content,.et_pb_blurb_2 .et_pb_blurb_content,.et_pb_blurb_3 .et_pb_blurb_content,.et_pb_blurb_4 .et_pb_blurb_content,.et_pb_blurb_5 .et_pb_blurb_content,.et_pb_blurb_6 .et_pb_blurb_content,.et_pb_blurb_7 .et_pb_blurb_content,.et_pb_blurb_8 .et_pb_blurb_content,.et_pb_blurb_9 .et_pb_blurb_content,.et_pb_blurb_10 .et_pb_blurb_content {
    max-width: 1100px
}

.et_pb_blurb_0 .et-pb-icon,.et_pb_blurb_1 .et-pb-icon,.et_pb_blurb_2 .et-pb-icon,.et_pb_blurb_3 .et-pb-icon,.et_pb_blurb_4 .et-pb-icon {
    color: #ffffff;
    font-family: ETmodules!important;
    font-weight: 400!important
}

.et_pb_column_4 {
    background-color: #ffffff;
    padding-top: 49px
}

.et_pb_row_inner_0.et_pb_row_inner {
    padding-right: 8vw!important;
    padding-bottom: 20px!important;
    padding-left: 8vw!important
}

.et_pb_column .et_pb_row_inner_0 {
    padding-right: 8vw;
    padding-bottom: 20px;
    padding-left: 8vw
}

.et_pb_text_1 h2,.et_pb_text_6 h2,.et_pb_text_9 h2 {
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2em
}

.et_pb_divider_0,.et_pb_divider_1,.et_pb_divider_2,.et_pb_divider_3,.et_pb_divider_4,.et_pb_divider_5 {
    height: 0px;
    max-width: 50px
}

.et_pb_divider_0:before,.et_pb_divider_1:before,.et_pb_divider_2:before,.et_pb_divider_3:before,.et_pb_divider_4:before,.et_pb_divider_5:before {
    border-top-color: #f72727;
    border-top-width: 5px
}

.et_pb_row_inner_1 {
    border-bottom-color: #f72727
}

.et_pb_row_inner_1.et_pb_row_inner {
    padding-top: 28px!important;
    padding-right: 8vw!important;
    padding-bottom: 28px!important;
    padding-left: 8vw!important
}

.et_pb_column .et_pb_row_inner_1 {
    padding-top: 28px;
    padding-right: 8vw;
    padding-bottom: 28px;
    padding-left: 8vw
}

.et_pb_row_2,.et_pb_row_3,.et_pb_column_1 {
    background-color: #ffffff
}

.et_pb_blurb_5.et_pb_blurb .et_pb_module_header,.et_pb_blurb_5.et_pb_blurb .et_pb_module_header a,.et_pb_blurb_6.et_pb_blurb .et_pb_module_header,.et_pb_blurb_6.et_pb_blurb .et_pb_module_header a,.et_pb_blurb_7.et_pb_blurb .et_pb_module_header,.et_pb_blurb_7.et_pb_blurb .et_pb_module_header a,.et_pb_blurb_8.et_pb_blurb .et_pb_module_header,.et_pb_blurb_8.et_pb_blurb .et_pb_module_header a,.et_pb_blurb_9.et_pb_blurb .et_pb_module_header,.et_pb_blurb_9.et_pb_blurb .et_pb_module_header a,.et_pb_blurb_10.et_pb_blurb .et_pb_module_header,.et_pb_blurb_10.et_pb_blurb .et_pb_module_header a {
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    line-height: 1.4em
}

.et_pb_blurb_5.et_pb_blurb p,.et_pb_blurb_6.et_pb_blurb p,.et_pb_blurb_7.et_pb_blurb p,.et_pb_blurb_8.et_pb_blurb p,.et_pb_blurb_9.et_pb_blurb p,.et_pb_blurb_10.et_pb_blurb p {
    line-height: 1.5em
}

.et_pb_blurb_5.et_pb_blurb,.et_pb_blurb_6.et_pb_blurb,.et_pb_blurb_7.et_pb_blurb,.et_pb_blurb_8.et_pb_blurb,.et_pb_blurb_10.et_pb_blurb {
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px;
    line-height: 1.5em
}

.et_pb_blurb_5 .et_pb_main_blurb_image .et_pb_image_wrap,.et_pb_blurb_6 .et_pb_main_blurb_image .et_pb_image_wrap,.et_pb_blurb_7 .et_pb_main_blurb_image .et_pb_image_wrap,.et_pb_blurb_8 .et_pb_main_blurb_image .et_pb_image_wrap,.et_pb_blurb_10 .et_pb_main_blurb_image .et_pb_image_wrap {
    width: 64px
}

.et_pb_blurb_9.et_pb_blurb {
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    padding-left: 3%!important
}

.et_pb_blurb_9 .et_pb_main_blurb_image .et_pb_image_wrap {
    width: 50px
}

div.et_pb_section.et_pb_section_4 {
    background-image: radial-gradient(circle at top left,rgba(36,36,48,0.81) 0%,rgba(35,35,43,0.7) 100%),url(img/background13.jpg)!important
}

.et_pb_section_4.et_pb_section {
    padding-top: 10vw;
    padding-bottom: 10vw
}

.et_pb_text_4 h1,.et_pb_text_7 h1 {
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.1em
}

.et_pb_text_4,.et_pb_text_7 {
    padding-left: 16px!important;
    margin-bottom: 0px!important;
    max-width: 800px
}

.et_pb_text_5,.et_pb_text_8 {
    line-height: 1.6em;
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif;
    font-size: 22px;
    line-height: 1.6em;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    max-width: 800px
}

.et_pb_button_0,.et_pb_button_2 {
    text-shadow: 0em 0em 0em rgba(0,0,0,0.4);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3)
}

.et_pb_button_0:hover,.et_pb_button_2:hover {
    text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.4);
    box-shadow: 0px 12px 6px -6px rgba(0,0,0,0.3)
}

body #page-container .et_pb_section .et_pb_button_0,body .pum-container .et_pb_section .et_pb_button_0,body #page-container .et_pb_section .et_pb_button_2,body .pum-container .et_pb_section .et_pb_button_2 {
    border-width: 12px!important;
    border-color: #f72727;
    border-radius: 30px;
    letter-spacing: 4px;
    font-size: 14px;
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    background-color: #f72727
}

.et_pb_button_0_wrapper a:hover,.et_pb_button_2_wrapper a:hover {
    transform: translateX(0px) translateY(-10px)!important
}

.et_pb_button_0_wrapper,.et_pb_button_0,.et_pb_button_2_wrapper,.et_pb_button_2 {
    transition: transform 300ms ease 0ms,box-shadow 300ms ease 0ms
}

.et_pb_button_0,.et_pb_button_0:after,.et_pb_button_1,.et_pb_button_1:after,.et_pb_button_2,.et_pb_button_2:after {
    transition: all 300ms ease 0ms
}

.et_pb_section_5.et_pb_section {
    padding-top: 54px;
    padding-right: 0px;
    padding-bottom: 54px;
    padding-left: 0px
}

.et_pb_blurb_11.et_pb_blurb .et_pb_module_header,.et_pb_blurb_11.et_pb_blurb .et_pb_module_header a,.et_pb_blurb_12.et_pb_blurb .et_pb_module_header,.et_pb_blurb_12.et_pb_blurb .et_pb_module_header a,.et_pb_blurb_13.et_pb_blurb .et_pb_module_header,.et_pb_blurb_13.et_pb_blurb .et_pb_module_header a {
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    text-align: center
}

.et_pb_blurb_11.et_pb_blurb,.et_pb_blurb_12.et_pb_blurb,.et_pb_blurb_13.et_pb_blurb {
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif;
    background-color: #ffffff;
    padding-top: 20px!important;
    padding-right: 20px!important;
    padding-bottom: 20px!important;
    padding-left: 20px!important
}

.et_pb_blurb_11,.et_pb_blurb_12,.et_pb_blurb_13 {
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
    transition: transform 300ms ease 0ms,box-shadow 300ms ease 0ms
}

.et_pb_blurb_11:hover,.et_pb_blurb_12:hover,.et_pb_blurb_13:hover,.et_pb_blurb_14:hover,.et_pb_blurb_15:hover,.et_pb_blurb_16:hover,.et_pb_blurb_17:hover,.et_pb_blurb_18:hover,.et_pb_blurb_19:hover {
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
    transform: scaleX(1.1) scaleY(1.1)!important
}

.et_pb_blurb_11 .et_pb_main_blurb_image,.et_pb_blurb_12 .et_pb_main_blurb_image,.et_pb_blurb_13 .et_pb_main_blurb_image {
    width: 40%
}

div.et_pb_section.et_pb_section_6 {
    background-image: radial-gradient(circle at top left,rgba(36,36,48,0.81) 0%,rgba(35,35,43,0.7) 100%),url(img/background14.jpg)!important
}

.et_pb_section_6.et_pb_section {
    padding-top: 5vw;
    padding-bottom: 5vw
}

.et_pb_section_7.et_pb_section {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #2d2a70!important
}

.et_pb_column_17 {
    background-color: #ffffff
}

.et_pb_row_inner_2.et_pb_row_inner {
    padding-top: 57.3594px!important;
    padding-right: 8vw!important;
    padding-bottom: 21px!important;
    padding-left: 8vw!important
}

.et_pb_column .et_pb_row_inner_2 {
    padding-top: 57.3594px;
    padding-right: 8vw;
    padding-bottom: 21px;
    padding-left: 8vw
}

.et_pb_row_inner_3.et_pb_row_inner {
    padding-top: 10px!important;
    padding-right: 10vw!important;
    padding-bottom: 10px!important;
    padding-left: 10vw!important
}

.et_pb_column .et_pb_row_inner_3 {
    padding-top: 10px;
    padding-right: 10vw;
    padding-bottom: 10px;
    padding-left: 10vw
}

.et_pb_blurb_14.et_pb_blurb p,.et_pb_blurb_15.et_pb_blurb p,.et_pb_blurb_16.et_pb_blurb p,.et_pb_blurb_17.et_pb_blurb p,.et_pb_blurb_18.et_pb_blurb p,.et_pb_blurb_19.et_pb_blurb p {
    line-height: 1.2em
}

.et_pb_blurb_14.et_pb_blurb,.et_pb_blurb_15.et_pb_blurb,.et_pb_blurb_16.et_pb_blurb,.et_pb_blurb_17.et_pb_blurb,.et_pb_blurb_18.et_pb_blurb,.et_pb_blurb_19.et_pb_blurb {
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif;
    font-size: 13px;
    line-height: 1.2em;
    padding-top: 10px!important;
    padding-right: 10px!important;
    padding-bottom: 10px!important;
    padding-left: 10px!important;
    margin-right: 10px!important
}

.et_pb_blurb_14.et_pb_blurb:hover,.et_pb_blurb_15.et_pb_blurb:hover,.et_pb_blurb_16.et_pb_blurb:hover,.et_pb_row_inner_4:hover,.et_pb_blurb_17.et_pb_blurb:hover,.et_pb_blurb_18.et_pb_blurb:hover,.et_pb_blurb_19.et_pb_blurb:hover {
    border-radius: 5px 5px 5px 5px;
    overflow: hidden
}

.et_pb_blurb_14,.et_pb_blurb_15,.et_pb_blurb_16,.et_pb_blurb_17,.et_pb_blurb_18,.et_pb_blurb_19 {
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
    transition: transform 300ms ease 0ms,border-radius 300ms ease 0ms,box-shadow 300ms ease 0ms
}

.et_pb_blurb_14 .et_pb_main_blurb_image,.et_pb_blurb_15 .et_pb_main_blurb_image,.et_pb_blurb_16 .et_pb_main_blurb_image,.et_pb_blurb_17 .et_pb_main_blurb_image,.et_pb_blurb_18 .et_pb_main_blurb_image,.et_pb_blurb_19 .et_pb_main_blurb_image {
    width: 100%
}

.et_pb_row_inner_4.et_pb_row_inner {
    padding-top: 10px!important;
    padding-right: 10vw!important;
    padding-bottom: 50px!important;
    padding-left: 10vw!important
}

.et_pb_column .et_pb_row_inner_4 {
    padding-top: 10px;
    padding-right: 10vw;
    padding-bottom: 50px;
    padding-left: 10vw
}

.et_pb_column_18 {
    padding-top: 25vh;
    padding-right: 1vw;
    padding-left: 1vw
}

.et_pb_text_10 h3 {
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 900;
    font-size: 35px;
    line-height: 1.4em;
    text-align: center
}

.et_pb_text_10 h4 {
    font-family: 'Rubik',Helvetica,Arial,Lucida,sans-serif;
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 1.4em
}

.et_pb_text_10 {
    padding-bottom: 2vh!important
}

.et_pb_button_1_wrapper .et_pb_button_1,.et_pb_button_1_wrapper .et_pb_button_1:hover {
    padding-top: 12px!important;
    padding-right: 30px!important;
    padding-bottom: 12px!important;
    padding-left: 30px!important
}

body #page-container .et_pb_section .et_pb_button_1,body .pum-container .et_pb_section .et_pb_button_1 {
    color: #ffffff!important;
    border-width: 5px!important;
    border-radius: 35px;
    letter-spacing: 4px;
    font-size: 14px;
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: rgba(0,0,0,0)
}

body #page-container .et_pb_section .et_pb_button_1:hover,body .pum-container .et_pb_section .et_pb_button_1:hover,body #page-container .et_pb_section .et_pb_post_slider_0.et_pb_slider .et_pb_more_button.et_pb_button:hover,body .pum-container .et_pb_section .et_pb_post_slider_0.et_pb_slider .et_pb_more_button.et_pb_button:hover {
    color: #2d2a70!important;
    border-color: #ffffff!important;
    background-image: initial;
    background-color: #ffffff
}

.et_pb_button_1_wrapper a:hover {
    transform: translateX(0px) translateY(-6px)!important
}

.et_pb_button_1_wrapper,.et_pb_button_1 {
    transition: transform 300ms ease 0ms,color 300ms ease 0ms,background-color 300ms ease 0ms,border 300ms ease 0ms,box-shadow 300ms ease 0ms
}

div.et_pb_section.et_pb_section_9 {
    background-image: radial-gradient(circle at center,rgba(36,36,48,0.81) 0%,rgba(35,35,43,0.7) 100%),url(img/varymex_background.jpg)!important
}

.et_pb_row_8.et_pb_row {
    padding-top: 0px!important;
    padding-top: 0px
}

.et_pb_text_11 h2 {
    font-family: 'Helvetica',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #ffffff!important;
    line-height: 1.2em
}

.et_pb_row_9,body #page-container .et-db #et-boc .et-l .et_pb_row_9.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_9.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_9.et_pb_row,.et_pb_row_9,body .pum-container .et-db #et-boc .et-l .et_pb_row_9.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_9.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_9.et_pb_row,.et_pb_row_9,body #page-container .et-db .pum .et-l .et_pb_row_9.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_9.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_9.et_pb_row,.et_pb_row_9,body .pum-container .et-db .pum .et-l .et_pb_row_9.et_pb_row,body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_9.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_9.et_pb_row {
    width: 47%;
    max-width: 80%
}

.et_pb_post_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title,.et_pb_post_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title a {
    font-size: 40px!important;
    line-height: 1.2em
}

.et_pb_post_slider_0.et_pb_slider,.et_pb_post_slider_0.et_pb_slider.et_pb_bg_layout_dark {
    background-color: #707070
}

.et_pb_post_slider_0,.et_pb_post_slider_0 .et_pb_slide,.et_pb_post_slider_0 .et_pb_slide_overlay_container {
    border-radius: 10px 10px 10px 10px;
    overflow: hidden
}

.et_pb_post_slider_0.et_pb_slider .et_pb_button_wrapper {
    text-align: center
}

body #page-container .et_pb_section .et_pb_post_slider_0.et_pb_slider .et_pb_more_button.et_pb_button,body .pum-container .et_pb_section .et_pb_post_slider_0.et_pb_slider .et_pb_more_button.et_pb_button {
    border-width: 3px!important;
    border-color: #ffffff;
    border-radius: 30px;
    background-color: rgba(247,39,39,0)
}

body #page-container .et_pb_section .et_pb_post_slider_0.et_pb_slider .et_pb_more_button.et_pb_button,body #page-container .et_pb_section .et_pb_post_slider_0.et_pb_slider .et_pb_more_button.et_pb_button:hover,body .pum-container .et_pb_section .et_pb_post_slider_0.et_pb_slider .et_pb_more_button.et_pb_button,body .pum-container .et_pb_section .et_pb_post_slider_0.et_pb_slider .et_pb_more_button.et_pb_button:hover {
    padding-right: 1em!important;
    padding-left: 1em!important
}

.et_pb_post_slider_0 {
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3)
}

.et_pb_post_slider_0 .et_pb_button:hover {
    box-shadow: 0px 18px 18px -6px rgba(0,0,0,0.3)
}

.et_pb_post_slider_0.et_pb_slider .et_pb_more_button.et_pb_button {
    transition: color 300ms ease 0ms,background-color 300ms ease 0ms,border 300ms ease 0ms
}

.et_pb_post_slider_0 .et_pb_slide .et_pb_slide_overlay_container {
    background-color: rgba(24,27,30,0.55)
}

.et_pb_post_slider_0 .et_pb_post_slide-31356 {
    background-image: url(img/dia-ingeniero.jpg);
    background-color: #707070
}

.et_pb_post_slider_0 .et_pb_post_slide-30158 {
    background-image: url(img/kinetrol_background.jpg);
    background-color: #707070
}

.et_pb_post_slider_0 .et_pb_post_slide-27921 {
    background-image: url(img/balluff_smartlight-featured-image.jpg);
    background-color: #707070
}

.et_pb_post_slider_0 .et_pb_post_slide-28028 {
    background-image: url(img/anderson-hm_100-featured-image.jpg);
    background-color: #707070
}

.et_pb_post_slider_0 .et_pb_post_slide-28114 {
    background-image: url(img/asco_652-featured-image.jpg);
    background-color: #707070
}

.et_pb_post_slider_0 .et_pb_post_slide-28148 {
    background-image: url(img/hirschman-spider-featured-image.jpg);
    background-color: #707070
}

.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_title,.et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_slide_description .et_pb_slide_title,.et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_slide_description .et_pb_slide_title,.et_pb_slider .et_pb_slide_3.et_pb_slide .et_pb_slide_description .et_pb_slide_title,.et_pb_slider .et_pb_slide_4.et_pb_slide .et_pb_slide_description .et_pb_slide_title {
    font-weight: 700!important;
    font-size: 2vw!important;
    text-shadow: 0em 0.04em 0.1em rgba(0,0,0,0.4)!important
}

.et_pb_slide_0 p {
    line-height: 1.6em!important
}

.et_pb_slider.et_pb_module .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_content {
    font-size: 1vw!important;
    line-height: 1.6em!important;
    text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.4)!important
}

.et_pb_slider .et_pb_slide_0 {
    background-image: url(https://rajcon.pe/img/slide1.webp);
    background-color: #f72727
}

body #page-container .et_pb_section .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_more_button.et_pb_button,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_more_button.et_pb_button,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_more_button.et_pb_button,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_more_button.et_pb_button,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_3.et_pb_slide .et_pb_more_button.et_pb_button,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_3.et_pb_slide .et_pb_more_button.et_pb_button,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_4.et_pb_slide .et_pb_more_button.et_pb_button,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_4.et_pb_slide .et_pb_more_button.et_pb_button {
    border-width: 0px!important;
    border-radius: 5px;
    letter-spacing: 2px;
    font-size: 1vw;
    background-color: #F72727
}

.et_pb_slide_1 p,.et_pb_slide_2 p,.et_pb_slide_3 p,.et_pb_slide_4 p {
    line-height: 1.4em!important
}

.et_pb_slider.et_pb_module .et_pb_slide_1.et_pb_slide .et_pb_slide_description .et_pb_slide_content,.et_pb_slider.et_pb_module .et_pb_slide_2.et_pb_slide .et_pb_slide_description .et_pb_slide_content,.et_pb_slider.et_pb_module .et_pb_slide_3.et_pb_slide .et_pb_slide_description .et_pb_slide_content,.et_pb_slider.et_pb_module .et_pb_slide_4.et_pb_slide .et_pb_slide_description .et_pb_slide_content {
    font-size: 1vw!important;
    line-height: 1.4em!important;
    text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.4)!important
}

.et_pb_slider .et_pb_slide_1 {
    background-image: url(img/slide2.webp);
    background-color: #f72727
}

.et_pb_slider .et_pb_slide_2 {
    background-image: url(img/slide3.webp);
    background-color: #f72727
}

.et_pb_slider .et_pb_slide_3 {
    background-position: right 0px center;
    background-image: url(img/sensores-inductivos-fotoelectricos-ultrasonicos-transductoreslineales_balluff_ias-automation-scaled.jpg);
    background-color: #f72727
}

.et_pb_slider .et_pb_slide_4 {
    background-image: url(img/background_color.jpg);
    background-color: #f72727
}

.et_pb_column_inner_4,.et_pb_column_inner_5,.et_pb_column_inner_6,.et_pb_column_inner_7,.et_pb_column_inner_8,.et_pb_column_inner_9 {
    padding-right: 1%;
    padding-left: 1%
}

.et_pb_text_4.et_pb_module,.et_pb_divider_1.et_pb_module,.et_pb_text_5.et_pb_module,.et_pb_divider_2.et_pb_module,.et_pb_text_7.et_pb_module,.et_pb_divider_3.et_pb_module,.et_pb_text_8.et_pb_module,.et_pb_divider_4.et_pb_module,.et_pb_divider_5.et_pb_module {
    margin-left: auto!important;
    margin-right: auto!important
}

.et_pb_row_9.et_pb_row {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    margin-left: auto!important;
    margin-right: auto!important;
    padding-top: 0px;
    padding-bottom: 0px
}

@media only screen and (min-width: 981px) {
    .et_pb_section_7>.et_pb_row,.et_pb_section_7.et_section_specialty>.et_pb_row {
        width:100%;
        max-width: 100%
    }
}

@media only screen and (max-width: 980px) {
    body #page-container .et_pb_section .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_more_button.et_pb_button,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_more_button.et_pb_button,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_more_button.et_pb_button,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_more_button.et_pb_button,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_3.et_pb_slide .et_pb_more_button.et_pb_button,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_3.et_pb_slide .et_pb_more_button.et_pb_button,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_4.et_pb_slide .et_pb_more_button.et_pb_button,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_4.et_pb_slide .et_pb_more_button.et_pb_button {
        font-size:2vw!important
    }

    body #page-container .et_pb_section .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button:after,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button:after,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_more_button.et_pb_button:after,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_more_button.et_pb_button:after,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_more_button.et_pb_button:after,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_more_button.et_pb_button:after,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_3.et_pb_slide .et_pb_more_button.et_pb_button:after,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_3.et_pb_slide .et_pb_more_button.et_pb_button:after,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_4.et_pb_slide .et_pb_more_button.et_pb_button:after,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_4.et_pb_slide .et_pb_more_button.et_pb_button:after {
        opacity: 0;
        font-size: 1.6em
    }

    body.et_button_custom_icon #page-container .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button:after,body.et_button_custom_icon #page-container .et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_more_button.et_pb_button:after,body.et_button_custom_icon #page-container .et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_more_button.et_pb_button:after,body.et_button_custom_icon #page-container .et_pb_slider .et_pb_slide_3.et_pb_slide .et_pb_more_button.et_pb_button:after,body.et_button_custom_icon #page-container .et_pb_slider .et_pb_slide_4.et_pb_slide .et_pb_more_button.et_pb_button:after {
        font-size: 2vw
    }

    .et_pb_row>.et_pb_column.et_pb_column_3 {
        padding-right: 10%;
        padding-left: 10%
    }

    .et_pb_text_0 h2 {
        font-size: 30px
    }

    .et_pb_row_inner_0.et_pb_row_inner,.et_pb_row_inner_1.et_pb_row_inner,.et_pb_column .et_pb_row_inner_0,.et_pb_column .et_pb_row_inner_1 {
        padding-right: 20px!important;
        padding-left: 20px!important
    }

    .et_pb_row_inner_1 {
        border-bottom-color: #f72727
    }

    .et_pb_blurb_9.et_pb_blurb {
        padding-left: 2%!important
    }

    .et_pb_text_4 h1,.et_pb_text_7 h1 {
        font-size: 44px
    }

    .et_pb_text_5,.et_pb_text_8 {
        font-size: 18px
    }

    .et_pb_blurb_11 .et_pb_main_blurb_image,.et_pb_blurb_12 .et_pb_main_blurb_image,.et_pb_blurb_13 .et_pb_main_blurb_image {
        width: 20%
    }

    .et_pb_section_7>.et_pb_row,.et_pb_section_7.et_section_specialty>.et_pb_row {
        width: 100%;
        max-width: 100%
    }

    .et_pb_blurb_14 .et_pb_main_blurb_image,.et_pb_blurb_15 .et_pb_main_blurb_image,.et_pb_blurb_16 .et_pb_main_blurb_image,.et_pb_blurb_17 .et_pb_main_blurb_image,.et_pb_blurb_18 .et_pb_main_blurb_image,.et_pb_blurb_19 .et_pb_main_blurb_image {
        width: 100%
    }

    .et_pb_row>.et_pb_column.et_pb_column_18 {
        padding-top: 3vh;
        padding-bottom: 3vh
    }

    .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_title {
        font-size: 5vw!important
    }

    .et_pb_slider.et_pb_module .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_content {
        font-size: 3vw!important
    }

    .et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_slide_description .et_pb_slide_title,.et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_slide_description .et_pb_slide_title,.et_pb_slider .et_pb_slide_3.et_pb_slide .et_pb_slide_description .et_pb_slide_title,.et_pb_slider .et_pb_slide_4.et_pb_slide .et_pb_slide_description .et_pb_slide_title {
        font-size: 4vw!important
    }

    .et_pb_slider.et_pb_module .et_pb_slide_1.et_pb_slide .et_pb_slide_description .et_pb_slide_content,.et_pb_slider.et_pb_module .et_pb_slide_2.et_pb_slide .et_pb_slide_description .et_pb_slide_content,.et_pb_slider.et_pb_module .et_pb_slide_3.et_pb_slide .et_pb_slide_description .et_pb_slide_content,.et_pb_slider.et_pb_module .et_pb_slide_4.et_pb_slide .et_pb_slide_description .et_pb_slide_content {
        font-size: 2vw!important
    }

    .et_pb_slider .et_pb_slide_1 .et_pb_slide_description,.et_pb_slider_fullwidth_off .et_pb_slide_1 .et_pb_slide_description,.et_pb_slider .et_pb_slide_2 .et_pb_slide_description,.et_pb_slider_fullwidth_off .et_pb_slide_2 .et_pb_slide_description,.et_pb_slider .et_pb_slide_3 .et_pb_slide_description,.et_pb_slider_fullwidth_off .et_pb_slide_3 .et_pb_slide_description,.et_pb_slider .et_pb_slide_4 .et_pb_slide_description,.et_pb_slider_fullwidth_off .et_pb_slide_4 .et_pb_slide_description {
        padding-right: 0px!important;
        padding-left: 0px!important
    }
}

@media only screen and (max-width: 767px) {
    body #page-container .et_pb_section .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_more_button.et_pb_button,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_more_button.et_pb_button,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_more_button.et_pb_button,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_more_button.et_pb_button,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_3.et_pb_slide .et_pb_more_button.et_pb_button,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_3.et_pb_slide .et_pb_more_button.et_pb_button,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_4.et_pb_slide .et_pb_more_button.et_pb_button,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_4.et_pb_slide .et_pb_more_button.et_pb_button {
        font-size:4vw!important
    }

    body #page-container .et_pb_section .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button:after,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button:after,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_more_button.et_pb_button:after,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_more_button.et_pb_button:after,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_more_button.et_pb_button:after,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_more_button.et_pb_button:after,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_3.et_pb_slide .et_pb_more_button.et_pb_button:after,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_3.et_pb_slide .et_pb_more_button.et_pb_button:after,body #page-container .et_pb_section .et_pb_slider .et_pb_slide_4.et_pb_slide .et_pb_more_button.et_pb_button:after,body .pum-container .et_pb_section .et_pb_slider .et_pb_slide_4.et_pb_slide .et_pb_more_button.et_pb_button:after {
        opacity: 0;
        font-size: 1.6em
    }

    body.et_button_custom_icon #page-container .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button:after,body.et_button_custom_icon #page-container .et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_more_button.et_pb_button:after,body.et_button_custom_icon #page-container .et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_more_button.et_pb_button:after,body.et_button_custom_icon #page-container .et_pb_slider .et_pb_slide_3.et_pb_slide .et_pb_more_button.et_pb_button:after,body.et_button_custom_icon #page-container .et_pb_slider .et_pb_slide_4.et_pb_slide .et_pb_more_button.et_pb_button:after {
        font-size: 4vw
    }

    .et_pb_text_0 h2 {
        font-size: 30px
    }

    .et_pb_text_1 h2,.et_pb_text_6 h2,.et_pb_text_9 h2,.et_pb_text_11 h2 {
        font-size: 30px
    }

    .et_pb_row_inner_1 {
        border-bottom-color: #f72727
    }

    .et_pb_blurb_9.et_pb_blurb {
        padding-left: 4%!important
    }

    .et_pb_text_4 h1,.et_pb_text_7 h1 {
        font-size: 28px
    }

    .et_pb_blurb_11 .et_pb_main_blurb_image,.et_pb_blurb_12 .et_pb_main_blurb_image,.et_pb_blurb_13 .et_pb_main_blurb_image {
        width: 30%
    }

    .et_pb_row_inner_2.et_pb_row_inner,.et_pb_column .et_pb_row_inner_2 {
        padding-right: 10px!important;
        padding-left: 10px!important
    }

    .et_pb_row_inner_3.et_pb_row_inner,.et_pb_row_inner_4.et_pb_row_inner,.et_pb_column .et_pb_row_inner_3,.et_pb_column .et_pb_row_inner_4 {
        padding-top: 10px!important;
        padding-bottom: 10px!important
    }

    .et_pb_blurb_14 .et_pb_main_blurb_image,.et_pb_blurb_15 .et_pb_main_blurb_image,.et_pb_blurb_16 .et_pb_main_blurb_image,.et_pb_blurb_17 .et_pb_main_blurb_image,.et_pb_blurb_18 .et_pb_main_blurb_image,.et_pb_blurb_19 .et_pb_main_blurb_image {
        width: 100%
    }

    .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_title,.et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_slide_description .et_pb_slide_title,.et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_slide_description .et_pb_slide_title,.et_pb_slider .et_pb_slide_3.et_pb_slide .et_pb_slide_description .et_pb_slide_title,.et_pb_slider .et_pb_slide_4.et_pb_slide .et_pb_slide_description .et_pb_slide_title {
        font-size: 6vw!important
    }

    .et_pb_slider.et_pb_module .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_content,.et_pb_slider.et_pb_module .et_pb_slide_1.et_pb_slide .et_pb_slide_description .et_pb_slide_content,.et_pb_slider.et_pb_module .et_pb_slide_2.et_pb_slide .et_pb_slide_description .et_pb_slide_content,.et_pb_slider.et_pb_module .et_pb_slide_3.et_pb_slide .et_pb_slide_description .et_pb_slide_content,.et_pb_slider.et_pb_module .et_pb_slide_4.et_pb_slide .et_pb_slide_description .et_pb_slide_content {
        font-size: 4vw!important
    }

    .et_pb_slider .et_pb_slide_0 .et_pb_slide_description,.et_pb_slider_fullwidth_off .et_pb_slide_0 .et_pb_slide_description,.et_pb_slider .et_pb_slide_1 .et_pb_slide_description,.et_pb_slider_fullwidth_off .et_pb_slide_1 .et_pb_slide_description,.et_pb_slider .et_pb_slide_2 .et_pb_slide_description,.et_pb_slider_fullwidth_off .et_pb_slide_2 .et_pb_slide_description,.et_pb_slider .et_pb_slide_3 .et_pb_slide_description,.et_pb_slider_fullwidth_off .et_pb_slide_3 .et_pb_slide_description,.et_pb_slider .et_pb_slide_4 .et_pb_slide_description,.et_pb_slider_fullwidth_off .et_pb_slide_4 .et_pb_slide_description {
        padding-right: 0px!important;
        padding-left: 0px!important
    }
}

.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.8);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity.lity-opened {
    opacity: 1;
}

.lity.lity-closed {
    opacity: 0;
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
    opacity: 1;
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
    z-index: 9994;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 15px;
    top: 15px;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 32px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: #000;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    background: #000;
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

.lity-hide {
    display: none;
}

.fc-icon,.fc-unselectable {
    -moz-user-select: none;
    -ms-user-select: none
}

.fc .fc-button,.fc-icon {
    text-transform: none;
    font-weight: 400
}

.fc-not-allowed,.fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc .fc-button:not(:disabled),.fc a[data-navlink],.fc-event.fc-event-draggable,.fc-event[href] {
    cursor: pointer
}

.fc-unselectable {
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.fc {
    display: flex;
    flex-direction: column;
    font-size: 1em
}

.fc .fc-button,.fc-icon {
    display: inline-block;
    text-align: center
}

.fc,.fc *,.fc :after,.fc :before {
    box-sizing: border-box
}

.fc table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em
}

.fc th {
    text-align: center
}

.fc td,.fc th {
    vertical-align: top;
    padding: 0
}

.fc .fc-button,.fc .fc-button .fc-icon,.fc .fc-button-group,.fc .fc-timegrid-slot-label {
    vertical-align: middle
}

.fc a[data-navlink]:hover {
    text-decoration: underline
}

.fc .fc-button:hover,.fc .fc-list-event-title a,a.fc-event,a.fc-event:hover {
    text-decoration: none
}

.fc-direction-ltr {
    direction: ltr;
    text-align: left
}

.fc-direction-rtl {
    direction: rtl;
    text-align: right
}

.fc-theme-standard td,.fc-theme-standard th {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color,#ddd)
}

.fc-liquid-hack td,.fc-liquid-hack th {
    position: relative
}

@font-face {
    font-family: fcicons;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype');
    font-weight: 400;
    font-style: normal
}

.fc-icon {
    width: 1em;
    height: 1em;
    -webkit-user-select: none;
    user-select: none;
    font-family: fcicons!important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fc-icon-chevron-left:before {
    content: "\e900"
}

.fc-icon-chevron-right:before {
    content: "\e901"
}

.fc-icon-chevrons-left:before {
    content: "\e902"
}

.fc-icon-chevrons-right:before {
    content: "\e903"
}

.fc-icon-minus-square:before {
    content: "\e904"
}

.fc-icon-plus-square:before {
    content: "\e905"
}

.fc-icon-x:before {
    content: "\e906"
}

.fc .fc-button {
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit
}

.fc .fc-button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

.fc .fc-button {
    -webkit-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .4em .65em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: .25em
}

.fc .fc-button:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(44,62,80,.25)
}

.fc .fc-button-primary:focus,.fc .fc-button-primary:not(:disabled).fc-button-active:focus,.fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(76,91,106,.5)
}

.fc .fc-button:disabled {
    opacity: .65
}

.fc .fc-button-primary {
    color: #fff;
    color: var(--fc-button-text-color,#fff);
    background-color: #2C3E50;
    background-color: var(--fc-button-bg-color,#2C3E50);
    border-color: #2C3E50;
    border-color: var(--fc-button-border-color,#2C3E50)
}

.fc .fc-button-primary:hover {
    color: #fff;
    color: var(--fc-button-text-color,#fff);
    background-color: #1e2b37;
    background-color: var(--fc-button-hover-bg-color,#1e2b37);
    border-color: #1a252f;
    border-color: var(--fc-button-hover-border-color,#1a252f)
}

.fc .fc-button-primary:disabled {
    color: #fff;
    color: var(--fc-button-text-color,#fff);
    background-color: #2C3E50;
    background-color: var(--fc-button-bg-color,#2C3E50);
    border-color: #2C3E50;
    border-color: var(--fc-button-border-color,#2C3E50)
}

.fc .fc-button-primary:not(:disabled).fc-button-active,.fc .fc-button-primary:not(:disabled):active {
    color: #fff;
    color: var(--fc-button-text-color,#fff);
    background-color: #1a252f;
    background-color: var(--fc-button-active-bg-color,#1a252f);
    border-color: #151e27;
    border-color: var(--fc-button-active-border-color,#151e27)
}

.fc .fc-button .fc-icon {
    font-size: 1.5em
}

.fc .fc-button-group {
    position: relative;
    display: inline-flex
}

.fc .fc-button-group>.fc-button {
    position: relative;
    flex: 1 1 auto
}

.fc .fc-button-group>.fc-button.fc-button-active,.fc .fc-button-group>.fc-button:active,.fc .fc-button-group>.fc-button:focus,.fc .fc-button-group>.fc-button:hover {
    z-index: 1
}

.fc-direction-ltr .fc-button-group>.fc-button:not(:first-child) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-direction-ltr .fc-button-group>.fc-button:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-direction-rtl .fc-button-group>.fc-button:not(:first-child) {
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-direction-rtl .fc-button-group>.fc-button:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc .fc-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em
}

.fc .fc-toolbar.fc-footer-toolbar {
    margin-top: 1.5em
}

.fc .fc-toolbar-title {
    font-size: 1.75em;
    margin: 0
}

.fc-direction-ltr .fc-toolbar>*>:not(:first-child) {
    margin-left: .75em
}

.fc-direction-rtl .fc-toolbar>*>:not(:first-child) {
    margin-right: .75em
}

.fc-direction-rtl .fc-toolbar-ltr {
    flex-direction: row-reverse
}

.fc .fc-scroller {
    -webkit-overflow-scrolling: touch;
    position: relative
}

.fc .fc-scroller-liquid {
    height: 100%
}

.fc .fc-scroller-liquid-absolute {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.fc .fc-scroller-harness {
    position: relative;
    overflow: hidden;
    direction: ltr
}

.fc .fc-scroller-harness-liquid {
    height: 100%
}

.fc-direction-rtl .fc-scroller-harness>.fc-scroller {
    direction: rtl
}

.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color,#ddd)
}

.fc .fc-scrollgrid,.fc .fc-scrollgrid-section-footer>*,.fc .fc-scrollgrid-section-header>* {
    border-bottom-width: 0
}

.fc .fc-scrollgrid,.fc .fc-scrollgrid table {
    width: 100%;
    table-layout: fixed
}

.fc .fc-scrollgrid table {
    border-top-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden
}

.fc .fc-scrollgrid {
    border-collapse: separate;
    border-right-width: 0
}

.fc .fc-scrollgrid-liquid {
    height: 100%
}

.fc .fc-scrollgrid-section,.fc .fc-scrollgrid-section table,.fc .fc-scrollgrid-section>td {
    height: 1px
}

.fc .fc-scrollgrid-section-liquid>td {
    height: 100%
}

.fc .fc-scrollgrid-section>* {
    border-top-width: 0;
    border-left-width: 0
}

.fc .fc-scrollgrid-section-body table,.fc .fc-scrollgrid-section-footer table {
    border-bottom-style: hidden
}

.fc .fc-scrollgrid-section-sticky>* {
    background: var(--fc-page-bg-color,#fff);
    position: sticky;
    z-index: 3
}

.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky>* {
    top: 0
}

.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky>* {
    bottom: 0
}

.fc .fc-scrollgrid-sticky-shim {
    height: 1px;
    margin-bottom: -1px
}

.fc-sticky {
    position: sticky
}

.fc .fc-view-harness {
    flex-grow: 1;
    position: relative
}

.fc .fc-bg-event,.fc .fc-highlight,.fc .fc-non-business,.fc .fc-view-harness-active>.fc-view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 2px 4px
}

.fc .fc-non-business {
    background: rgba(215,215,215,.3);
    background: var(--fc-non-business-color,rgba(215,215,215,.3))
}

.fc .fc-bg-event {
    background: var(--fc-bg-event-color,#8fdf82);
    opacity: .3;
    opacity: var(--fc-bg-event-opacity,.3)
}

.fc .fc-bg-event .fc-event-title {
    margin: .5em;
    font-size: .85em;
    font-size: var(--fc-small-font-size,.85em);
    font-style: italic
}

.fc .fc-highlight {
    background: rgba(188,232,241,.3);
    background: var(--fc-highlight-color,rgba(188,232,241,.3))
}

.fc .fc-cell-shaded,.fc .fc-day-disabled {
    background: rgba(208,208,208,.3);
    background: var(--fc-neutral-bg-color,rgba(208,208,208,.3))
}

.fc-event .fc-event-main {
    position: relative;
    z-index: 2
}

.fc-event-dragging:not(.fc-event-selected) {
    opacity: .75
}

.fc-event-dragging.fc-event-selected {
    box-shadow: 0 2px 7px rgba(0,0,0,.3)
}

.fc-event .fc-event-resizer {
    display: none;
    position: absolute;
    z-index: 4
}

.fc-event-selected .fc-event-resizer,.fc-event:hover .fc-event-resizer,.fc-h-event {
    display: block
}

.fc-event-selected .fc-event-resizer {
    border-radius: 4px;
    border-radius: calc(var(--fc-event-resizer-dot-total-width,8px)/ 2);
    border-width: 1px;
    border-width: var(--fc-event-resizer-dot-border-width,1px);
    width: 8px;
    width: var(--fc-event-resizer-dot-total-width,8px);
    height: 8px;
    height: var(--fc-event-resizer-dot-total-width,8px);
    border-style: solid;
    border-color: inherit;
    background: var(--fc-page-bg-color,#fff)
}

.fc-event-selected .fc-event-resizer:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px
}

.fc-event-selected {
    box-shadow: 0 2px 5px rgba(0,0,0,.2)
}

.fc-event-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc-event-selected:after {
    content: "";
    background: rgba(0,0,0,.25);
    background: var(--fc-event-selected-overlay-color,rgba(0,0,0,.25));
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px
}

.fc-h-event {
    border: 1px solid #3788d8;
    border: 1px solid var(--fc-event-border-color,#3788d8);
    background-color: #3788d8;
    background-color: var(--fc-event-bg-color,#3788d8)
}

.fc-h-event .fc-event-main {
    color: #fff;
    color: var(--fc-event-text-color,#fff)
}

.fc-h-event .fc-event-main-frame {
    display: flex
}

.fc-h-event .fc-event-time {
    max-width: 100%;
    overflow: hidden
}

.fc-h-event .fc-event-title-container {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0
}

.fc-h-event .fc-event-title {
    display: inline-block;
    vertical-align: top;
    left: 0;
    right: 0;
    max-width: 100%;
    overflow: hidden
}

.fc-h-event.fc-event-selected:before {
    top: -10px;
    bottom: -10px
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-width: 0
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0
}

.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
    top: 0;
    bottom: 0;
    width: 8px;
    width: var(--fc-event-resizer-thickness,8px)
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
    cursor: w-resize;
    left: -4px;
    left: calc(var(--fc-event-resizer-thickness,8px)/ -2)
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
    cursor: e-resize;
    right: -4px;
    right: calc(var(--fc-event-resizer-thickness,8px)/ -2)
}

.fc-h-event.fc-event-selected .fc-event-resizer {
    top: 50%;
    margin-top: -4px;
    margin-top: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2)
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
    left: -4px;
    left: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2)
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
    right: -4px;
    right: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2)
}

.fc .fc-popover {
    position: absolute;
    z-index: 9999;
    box-shadow: 0 2px 6px rgba(0,0,0,.15)
}

.fc .fc-popover-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 3px 4px
}

.fc .fc-popover-title {
    margin: 0 2px
}

.fc .fc-popover-close {
    cursor: pointer;
    opacity: .65;
    font-size: 1.1em
}

.fc-theme-standard .fc-popover {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color,#ddd);
    background: var(--fc-page-bg-color,#fff)
}

.fc-theme-standard .fc-popover-header {
    background: rgba(208,208,208,.3);
    background: var(--fc-neutral-bg-color,rgba(208,208,208,.3))
}

:root {
    --fc-daygrid-event-dot-width: 8px;
    --fc-list-event-dot-width: 10px;
    --fc-list-event-hover-bg-color: #f5f5f5
}

.fc-daygrid-day-events:after,.fc-daygrid-day-events:before,.fc-daygrid-day-frame:after,.fc-daygrid-day-frame:before,.fc-daygrid-event-harness:after,.fc-daygrid-event-harness:before {
    content: "";
    clear: both;
    display: table
}

.fc .fc-daygrid-body {
    position: relative;
    z-index: 1
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(255,220,40,.15);
    background-color: var(--fc-today-bg-color,rgba(255,220,40,.15))
}

.fc .fc-daygrid-day-frame {
    position: relative;
    min-height: 100%
}

.fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse
}

.fc .fc-day-other .fc-daygrid-day-top {
    opacity: .3
}

.fc .fc-daygrid-day-number {
    position: relative;
    z-index: 4;
    padding: 4px
}

.fc .fc-daygrid-day-events {
    margin-top: 1px
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
    position: absolute;
    left: 0;
    right: 0
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    position: relative;
    min-height: 2em
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 1em
}

.fc .fc-daygrid-event-harness {
    position: relative
}

.fc .fc-daygrid-event-harness-abs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc .fc-daygrid-bg-harness {
    position: absolute;
    top: 0;
    bottom: 0
}

.fc .fc-daygrid-day-bg .fc-non-business {
    z-index: 1
}

.fc .fc-daygrid-day-bg .fc-bg-event {
    z-index: 2
}

.fc .fc-daygrid-day-bg .fc-highlight {
    z-index: 3
}

.fc .fc-daygrid-event {
    z-index: 6;
    margin-top: 1px
}

.fc .fc-daygrid-event.fc-event-mirror {
    z-index: 7
}

.fc .fc-daygrid-day-bottom {
    font-size: .85em;
    padding: 2px 3px 0
}

.fc .fc-daygrid-day-bottom:before {
    content: "";
    clear: both;
    display: table
}

.fc .fc-daygrid-more-link {
    position: relative;
    z-index: 4;
    cursor: pointer
}

.fc .fc-daygrid-week-number {
    position: absolute;
    z-index: 5;
    top: 0;
    padding: 2px;
    min-width: 1.5em;
    text-align: center;
    background-color: rgba(208,208,208,.3);
    background-color: var(--fc-neutral-bg-color,rgba(208,208,208,.3));
    color: grey;
    color: var(--fc-neutral-text-color,grey)
}

.fc .fc-more-popover .fc-popover-body {
    min-width: 220px;
    padding: 10px
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start,.fc-direction-rtl .fc-daygrid-event.fc-event-end {
    margin-left: 2px
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 2px
}

.fc-direction-ltr .fc-daygrid-week-number {
    left: 0;
    border-radius: 0 0 3px
}

.fc-direction-rtl .fc-daygrid-week-number {
    right: 0;
    border-radius: 0 0 0 3px
}

.fc-liquid-hack .fc-daygrid-day-frame {
    position: static
}

.fc-daygrid-event {
    position: relative;
    white-space: nowrap;
    border-radius: 3px;
    font-size: .85em;
    font-size: var(--fc-small-font-size,.85em)
}

.fc-daygrid-block-event .fc-event-time {
    font-weight: 700
}

.fc-daygrid-block-event .fc-event-time,.fc-daygrid-block-event .fc-event-title {
    padding: 1px
}

.fc-daygrid-dot-event {
    display: flex;
    align-items: center;
    padding: 2px 0
}

.fc-daygrid-dot-event .fc-event-title {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
    font-weight: 700
}

.fc-daygrid-dot-event.fc-event-mirror,.fc-daygrid-dot-event:hover {
    background: rgba(0,0,0,.1)
}

.fc-daygrid-dot-event.fc-event-selected:before {
    top: -10px;
    bottom: -10px
}

.fc-daygrid-event-dot {
    margin: 0 4px;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border: 4px solid #3788d8;
    border: calc(var(--fc-daygrid-event-dot-width,8px)/ 2) solid var(--fc-event-border-color,#3788d8);
    border-radius: 4px;
    border-radius: calc(var(--fc-daygrid-event-dot-width,8px)/ 2)
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px
}

.fc-direction-rtl .fc-daygrid-event .fc-event-time {
    margin-left: 3px
}

.fc-v-event {
    display: block;
    border: 1px solid #3788d8;
    border: 1px solid var(--fc-event-border-color,#3788d8);
    background-color: #3788d8;
    background-color: var(--fc-event-bg-color,#3788d8)
}

.fc-v-event .fc-event-main {
    color: #fff;
    color: var(--fc-event-text-color,#fff);
    height: 100%
}

.fc-v-event .fc-event-main-frame {
    height: 100%;
    display: flex;
    flex-direction: column
}

.fc-v-event .fc-event-time {
    flex-grow: 0;
    flex-shrink: 0;
    max-height: 100%;
    overflow: hidden
}

.fc-v-event .fc-event-title-container {
    flex-grow: 1;
    flex-shrink: 1;
    min-height: 0
}

.fc-v-event .fc-event-title {
    top: 0;
    bottom: 0;
    max-height: 100%;
    overflow: hidden
}

.fc-v-event:not(.fc-event-start) {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.fc-v-event:not(.fc-event-end) {
    border-bottom-width: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fc-v-event.fc-event-selected:before {
    left: -10px;
    right: -10px
}

.fc-v-event .fc-event-resizer-start {
    cursor: n-resize
}

.fc-v-event .fc-event-resizer-end {
    cursor: s-resize
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
    height: 8px;
    height: var(--fc-event-resizer-thickness,8px);
    left: 0;
    right: 0
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
    top: -4px;
    top: calc(var(--fc-event-resizer-thickness,8px)/ -2)
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
    bottom: -4px;
    bottom: calc(var(--fc-event-resizer-thickness,8px)/ -2)
}

.fc-v-event.fc-event-selected .fc-event-resizer {
    left: 50%;
    margin-left: -4px;
    margin-left: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2)
}

.fc-v-event.fc-event-selected .fc-event-resizer-start {
    top: -4px;
    top: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2)
}

.fc-v-event.fc-event-selected .fc-event-resizer-end {
    bottom: -4px;
    bottom: calc(var(--fc-event-resizer-dot-total-width,8px)/ -2)
}

.fc .fc-timegrid .fc-daygrid-body {
    z-index: 2
}

.fc .fc-timegrid-axis-chunk>table,.fc .fc-timegrid-body,.fc .fc-timegrid-slots {
    position: relative;
    z-index: 1
}

.fc .fc-timegrid-divider {
    padding: 0 0 2px
}

.fc .fc-timegrid-body {
    min-height: 100%
}

.fc .fc-timegrid-axis-chunk {
    position: relative
}

.fc .fc-timegrid-slot {
    height: 1.5em;
    border-bottom: 0
}

.fc .fc-timegrid-slot:empty:before {
    content: '\00a0'
}

.fc .fc-timegrid-slot-minor {
    border-top-style: dotted
}

.fc .fc-timegrid-slot-label-cushion {
    display: inline-block;
    white-space: nowrap
}

.fc .fc-timegrid-axis-cushion,.fc .fc-timegrid-slot-label-cushion {
    padding: 0 4px
}

.fc .fc-timegrid-axis-frame-liquid {
    height: 100%
}

.fc .fc-timegrid-axis-frame {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.fc .fc-timegrid-axis-cushion {
    max-width: 60px;
    flex-shrink: 0
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: right
}

.fc-direction-rtl .fc-timegrid-slot-label-frame {
    text-align: left
}

.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fc .fc-timegrid-col.fc-day-today {
    background-color: rgba(255,220,40,.15);
    background-color: var(--fc-today-bg-color,rgba(255,220,40,.15))
}

.fc .fc-timegrid-col-frame {
    min-height: 100%;
    position: relative
}

.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fc-media-screen .fc-timegrid-cols {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc-media-screen .fc-timegrid-cols>table {
    height: 100%
}

.fc-media-screen .fc-timegrid-col-bg,.fc-media-screen .fc-timegrid-col-events,.fc-media-screen .fc-timegrid-now-indicator-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc .fc-timegrid-col-bg {
    z-index: 2
}

.fc .fc-timegrid-col-bg .fc-non-business {
    z-index: 1
}

.fc .fc-timegrid-col-bg .fc-bg-event {
    z-index: 2
}

.fc .fc-timegrid-col-bg .fc-highlight,.fc .fc-timegrid-col-events {
    z-index: 3
}

.fc .fc-timegrid-bg-harness {
    position: absolute;
    left: 0;
    right: 0
}

.fc .fc-timegrid-now-indicator-container {
    bottom: 0;
    overflow: hidden
}

.fc-direction-ltr .fc-timegrid-col-events {
    margin: 0 2.5% 0 2px
}

.fc-direction-rtl .fc-timegrid-col-events {
    margin: 0 2px 0 2.5%
}

.fc-timegrid-event-harness {
    position: absolute
}

.fc-timegrid-event-harness>.fc-timegrid-event {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.fc-timegrid-event-harness-inset .fc-timegrid-event,.fc-timegrid-event.fc-event-mirror,.fc-timegrid-more-link {
    box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px var(--fc-page-bg-color,#fff)
}

.fc-timegrid-event,.fc-timegrid-more-link {
    font-size: .85em;
    font-size: var(--fc-small-font-size,.85em);
    border-radius: 3px
}

.fc-timegrid-event {
    margin-bottom: 1px
}

.fc-timegrid-event .fc-event-main {
    padding: 1px 1px 0
}

.fc-timegrid-event .fc-event-time {
    white-space: nowrap;
    font-size: .85em;
    font-size: var(--fc-small-font-size,.85em);
    margin-bottom: 1px
}

.fc-timegrid-event-short .fc-event-main-frame {
    flex-direction: row;
    overflow: hidden
}

.fc-timegrid-event-short .fc-event-time:after {
    content: '\00a0-\00a0'
}

.fc-timegrid-event-short .fc-event-title {
    font-size: .85em;
    font-size: var(--fc-small-font-size,.85em)
}

.fc-timegrid-more-link {
    position: absolute;
    z-index: 9999;
    color: inherit;
    color: var(--fc-more-link-text-color,inherit);
    background: var(--fc-more-link-bg-color,#d0d0d0);
    cursor: pointer;
    margin-bottom: 1px
}

.fc-timegrid-more-link-inner {
    padding: 3px 2px;
    top: 0
}

.fc-direction-ltr .fc-timegrid-more-link {
    right: 0
}

.fc-direction-rtl .fc-timegrid-more-link {
    left: 0
}

.fc .fc-timegrid-now-indicator-line {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    border-style: solid;
    border-color: red;
    border-color: var(--fc-now-indicator-color,red);
    border-width: 1px 0 0
}

.fc .fc-timegrid-now-indicator-arrow {
    position: absolute;
    z-index: 4;
    margin-top: -5px;
    border-style: solid;
    border-color: red;
    border-color: var(--fc-now-indicator-color,red)
}

.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
    left: 0;
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
    right: 0;
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-theme-standard .fc-list {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color,#ddd)
}

.fc .fc-list-empty {
    background-color: rgba(208,208,208,.3);
    background-color: var(--fc-neutral-bg-color,rgba(208,208,208,.3));
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.fc .fc-list-empty-cushion {
    margin: 5em 0
}

.fc .fc-list-table {
    width: 100%;
    border-style: hidden
}

.fc .fc-list-table tr>* {
    border-left: 0;
    border-right: 0
}

.fc .fc-list-sticky .fc-list-day>* {
    position: sticky;
    top: 0;
    background: var(--fc-page-bg-color,#fff)
}

.fc .fc-list-table th {
    padding: 0
}

.fc .fc-list-day-cushion,.fc .fc-list-table td {
    padding: 8px 14px
}

.fc .fc-list-day-cushion:after {
    content: "";
    clear: both;
    display: table
}

.fc-theme-standard .fc-list-day-cushion {
    background-color: rgba(208,208,208,.3);
    background-color: var(--fc-neutral-bg-color,rgba(208,208,208,.3))
}

.fc-direction-ltr .fc-list-day-text,.fc-direction-rtl .fc-list-day-side-text {
    float: left
}

.fc-direction-ltr .fc-list-day-side-text,.fc-direction-rtl .fc-list-day-text {
    float: right
}

.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
    padding-right: 0
}

.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
    padding-left: 0
}

.fc .fc-list-event.fc-event-forced-url {
    cursor: pointer
}

.fc .fc-list-event:hover td {
    background-color: #f5f5f5;
    background-color: var(--fc-list-event-hover-bg-color,#f5f5f5)
}

.fc .fc-list-event-graphic,.fc .fc-list-event-time {
    white-space: nowrap;
    width: 1px
}

.fc .fc-list-event-dot {
    display: inline-block;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border: 5px solid #3788d8;
    border: calc(var(--fc-list-event-dot-width,10px)/ 2) solid var(--fc-event-border-color,#3788d8);
    border-radius: 5px;
    border-radius: calc(var(--fc-list-event-dot-width,10px)/ 2)
}

.fc .fc-list-event-title a {
    color: inherit
}

.fc .fc-list-event.fc-event-forced-url:hover a {
    text-decoration: underline
}

.fc-theme-bootstrap a:not([href]) {
    color: inherit
}

.et_bloom .et_bloom_optin div, .et_bloom .et_bloom_optin span, .et_bloom .et_bloom_optin h2, .et_bloom .et_bloom_optin h3, .et_bloom .et_bloom_optin h4, .et_bloom .et_bloom_optin p, .et_bloom .et_bloom_optin a, .et_bloom .et_bloom_optin font, .et_bloom .et_bloom_optin img, .et_bloom .et_bloom_optin strike, .et_bloom .et_bloom_optin strong, .et_bloom .et_bloom_optin b, .et_bloom .et_bloom_optin u, .et_bloom .et_bloom_optin i, .et_bloom .et_bloom_optin ol, .et_bloom .et_bloom_optin ul, .et_bloom .et_bloom_optin li {
    text-transform: none;
    font-weight: normal;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background-image: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.et_bloom .et_bloom_optin button {
    background: none;
}

@font-face {
    font-family: 'ET-Bloom';
    src: url(fonts/ET-Bloom.eot?gd6mr8);
    src: url(fonts/ET-Bloom.eot?#iefixgd6mr8) format('embedded-opentype'), url(fonts/ET-Bloom.woff?gd6mr8) format('woff'), url(fonts/ET-Bloom.ttf?gd6mr8) format('truetype'), url(fonts/ET-Bloom.svg?gd6mr8#ETdashboard) format('svg');
    font-weight: normal;
    font-style: normal;
}

.et_bloom .et_bloom_icon, .et_bloom .et_bloom_optin .et_bloom_form_container .et_bloom_icon {
    font-family: 'ET-Bloom' !important;
    speak: none;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.et_bloom .et_bloom_icon_close:after {
    content: "\e60d";
}

.et_bloom .et_bloom_icon_check:after, .et_bloom .et_bloom_optin .et_bloom_form_container .et_bloom_icon_check:after {
    content: "\e601";
    font-size: 14px;
    position: relative;
    top: 1px;
    left: 2px;
}

.et_bloom .et_bloom_visible {
    display: block !important;
}

.et_bloom .et_bloom_rounded_corners {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.et_bloom button.et_bloom_submit_subscription {
    cursor: pointer;
}

.et_bloom .et_bloom_3_fields.et_bloom_bottom_inline p.et_bloom_popup_input, .et_bloom .et_bloom_3_fields.et_bloom_form_content.et_bloom_bottom_inline button {
    width: 25%;
}

.et_bloom .et_bloom_form_bottom.et_bloom_rounded_corners .et_bloom_form_header {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.et_bloom .et_bloom_form_bottom.et_bloom_rounded_corners .et_bloom_form_content {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.et_bloom button.et_bloom_submit_subscription {
    position: relative;
}

.et_bloom .et_bloom_subscribe_loader {
    display: none;
    background: url(//erco.com.mx/wp-content/plugins/bloom/images/subscribe-loader.gif) !important;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px auto auto -8px !important;
}

.et_bloom .et_bloom_button_text_loading .et_bloom_button_text {
    visibility: hidden;
}

.et_bloom .et_bloom_1_field p.et_bloom_popup_input {
    width: 68%;
}

.et_bloom .et_bloom_bottom_stacked p.et_bloom_popup_input {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
}

.et_bloom .et_bloom_bottom_stacked button.et_bloom_submit_subscription {
    width: 100%;
}

.et_bloom .et_bloom_form_container h2.et_bloom_error_message {
    -webkit-animation: et_bloom_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1);
    -moz-animation: et_bloom_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1);
    -o-animation: et_bloom_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1);
    animation: et_bloom_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1);
    position: relative;
    padding: 10px 20px;
    display: block;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    word-break: break-all;
}

.et_bloom .et_bloom_form_container h2.et_bloom_error_message:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -3px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.et_bloom .et_bloom_responsive_edge {
    display: none;
}

.et_bloom .et_bloom_warn_field {
    -webkit-box-shadow: inset 0px 0px 0px 2px #f45a4a;
    -moz-box-shadow: inset 0px 0px 0px 2px #f45a4a;
    box-shadow: inset 0px 0px 0px 2px #f45a4a;
}

.et_bloom .et_bloom_header_text_light h2 {
    color: #fff !important;
}

.et_bloom .et_bloom_header_text_light p {
    color: rgba(255,255,255,0.7) !important;
}

.et_bloom .et_bloom_form_header img {
    height: auto;
    width: auto;
}

.et_bloom .et_bloom_header_outer {
    height: auto;
}

.et_bloom .et_bloom_form_left .et_bloom_header_outer {
    order: 2;
}

.et_bloom .et_bloom_form_right .et_bloom_header_outer, .et_bloom .et_bloom_form_left .et_bloom_header_outer {
    width: 66%;
}

.et_bloom .et_bloom_form_right .et_bloom_form_header, .et_bloom .et_bloom_form_left .et_bloom_form_header {
    height: 100%;
}

.et-fb .et_bloom_make_form_visible {
    display: block !important;
}

.et_bloom_form_left .et_bloom_form_container_wrapper, .et_bloom_form_right .et_bloom_form_container_wrapper {
    display: flex;
}

.et_bloom .et_bloom_flyin {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 999999;
    box-sizing: border-box;
}

.et_bloom .et_bloom_flyin_right {
    right: 0;
    padding-left: 10%;
    max-width: 100%;
}

.et_bloom .et_bloom_flyin_left {
    left: 0;
    padding-right: 10%;
    max-width: 100%;
}

.et_bloom .et_bloom_flyin_center {
    width: 100%;
    padding: 0 10%;
}

.et_bloom .et_bloom_flyin_center .et_bloom_form_container {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    opacity: 0;
}

.et_bloom .et_bloom_stacked_flyin.et_bloom_form_container {
    width: 320px;
}

.et_bloom .et_bloom_flyin_right span.et_bloom_close_button {
    right: auto;
    left: -10px;
}

.et_bloom .et_bloom_flyin_right .et_bloom_with_border .et_bloom_close_button {
    top: -13px;
    left: -13px;
    right: auto;
}

.et_bloom .et_flyin_3_fields.et_bloom_flyin_bottom_inline {
    max-width: 520px;
}

.et_bloom .et_flyin_2_fields.et_bloom_flyin_bottom_inline, .et_bloom .et_flyin_1_field.et_bloom_flyin_bottom_inline {
    max-width: 420px;
}

.et_bloom .et_bloom_flyin .et_bloom_form_right, .et_bloom .et_bloom_flyin .et_bloom_form_left {
    max-width: 580px !important;
}

.et_bloom .et_bloom_flyin_bottom_stacked {
    max-width: 400px !important;
}

.et_bloom .et_bloom_flyin .et_bloom_rounded_corners, .et_bloom .et_bloom_flyin .et_bloom_rounded_corners .et_bloom_form_content {
    border-radius: 5px 5px 0 0 !important;
    -webkit-border-radius: 5px 5px 0 0 !important;
    -moz-border-radius: 5px 5px 0 0 !important;
}

.et_bloom .et_bloom_popup .et_bloom_form_container {
    position: relative;
    z-index: 999999999;
    top: 290px;
    margin: 0 auto;
    opacity: 0;
}

.et_bloom .et_bloom_popup {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999999;
}

.et_bloom .et_bloom_popup:after {
    content: "";
    background-color: rgba(0,0,0,.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0;
}

.et_bloom .et_bloom_popup.et_bloom_animated:after {
    opacity: 1;
    -webkit-animation: et_bloom_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1);
    -moz-animation: et_bloom_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1);
    -o-animation: et_bloom_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1);
    animation: et_bloom_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1);
}

.et_bloom .et_bloom_form_container_wrapper {
    position: relative;
}

.et_bloom .et_bloom_form_container_wrapper.et_bloom_vertical_scroll {
    overflow: auto !important;
}

.et_bloom .et_bloom_inline_form, .et_bloom .et_bloom_inline_form .et_bloom_form_container, .et_bloom .et_bloom_inline_form .et_bloom_form_container.et_bloom_form_right {
    width: 100%;
    max-width: 100%;
}

.et_bloom .et_bloom_inline_form span.et_bloom_close_button {
    display: none;
}

.et_bloom .et_bloom_inline_form .et_bloom_form_container {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.et_bloom .et_bloom_inline_form {
    clear: both;
    margin: 30px 0;
    display: inline-block;
}

.et_bloom .et_bloom_below_post .et_bloom_inline_form {
    margin-bottom: 0;
}

.et_bloom .et_bloom_inline_form .et_bloom_form_container {
    z-index: 99;
}

.et-fb.et_bloom .et_bloom_inline_form {
    position: relative;
    z-index: 10;
}

.et_bloom .et_bloom_widget_content span.et_bloom_close_button {
    display: none;
}

.et_bloom .et_bloom_widget_content .et_bloom_form_container {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    width: auto;
    max-width: 100%;
    z-index: 99;
}

.et_bloom .et_bloom_form_container, .et_bloom .et_bloom_form_container div, .et_bloom .et_bloom_form_container span, .et_bloom .et_bloom_form_container h2, .et_bloom .et_bloom_form_container h3, .et_bloom .et_bloom_form_container h4, .et_bloom .et_bloom_form_container p, .et_bloom .et_bloom_form_container a, .et_bloom .et_bloom_form_container font, .et_bloom .et_bloom_form_container img, .et_bloom .et_bloom_form_container strike, .et_bloom .et_bloom_form_container strong, .et_bloom .et_bloom_form_container b, .et_bloom .et_bloom_form_container u, .et_bloom .et_bloom_form_container i, .et_bloom .et_bloom_form_container ol, .et_bloom .et_bloom_form_container ul, .et_bloom .et_bloom_form_container li {
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    line-height: 1em;
    text-transform: none;
    font-weight: normal;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background-image: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.et_bloom .et_bloom_form_container .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.et_bloom .et_bloom_form_container {
    position: relative;
}

.et_bloom .et_bloom_form_container .et_bloom_close_button, .et_bloom .et_bloom_success_checkmark:before {
    font-family: 'ET-Bloom';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 16px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.et_bloom .et_bloom_success_container {
    height: 0;
    overflow: hidden;
    opacity: 0;
    position: relative;
    margin: 0 auto !important;
    z-index: -1;
}

.et_bloom .et_bloom_success_container.et_bloom_animate_success {
    height: auto;
    overflow: visible;
    z-index: 99;
    opacity: 1;
    display: block;
}

.et_bloom .et_bloom_form_container h2.et_bloom_success_message {
    line-height: 1.4em;
    position: relative;
    font-size: 14px;
    display: none;
    opacity: 0;
    z-index: -1;
    text-align: center;
    color: #888;
    background: #fff;
    padding: 10px 10%;
    width: 80%;
    max-width: 300px;
    border-radius: 5px;
    margin: auto;
}

.et_bloom h2.et_bloom_success_message.et_bloom_animate_message {
    margin-top: 50px;
    display: block;
    opacity: 1;
    z-index: 99;
    -webkit-animation: et_bloom_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1);
    -moz-animation: et_bloom_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1);
    -o-animation: et_bloom_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1);
    animation: et_bloom_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1);
}

.et_bloom h2.et_bloom_success_message:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -5px;
    margin-left: -3px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

.et_bloom .et_bloom_success_checkmark:before {
    content: "\e60e";
    font-size: 25px !important;
    line-height: 25px;
}

.et_bloom span.et_bloom_success_checkmark {
    opacity: 0;
    color: #fff !important;
    background: #82C016;
    padding: 8px 7px 7px 10px !important;
    border-radius: 30px;
    left: 50%;
    margin-left: -20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block;
    height: 28px;
    width: 28px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    position: absolute;
    top: 30px;
}

.et_bloom .et_bloom_success_container.et_bloom_animate_success span.et_bloom_success_checkmark {
    opacity: 1;
    top: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.et_bloom .et_bloom_success_message strong {
    font-weight: bold;
}

.et_bloom .et_bloom_form_container .et_bloom_form_content h2.et_bloom_success_message span {
    font-weight: normal !important;
}

.et_bloom .et_bloom_close_button:before {
    content: "\e60d";
    position: absolute;
    top: 7px;
    right: 7px;
}

.et_bloom .et_bloom_form_container .et_bloom_close_button {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.34);
    cursor: pointer;
}

.et_bloom .et_bloom_with_border .et_bloom_close_button {
    top: -13px;
    right: -13px;
}

.et_bloom .et_bloom_form_container {
    background-color: #dadfe4;
    max-width: 640px;
    z-index: 999999999;
    -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.et_bloom .et_bloom_popup .et_bloom_form_container {
    width: 80%;
}

.et_bloom .et_bloom_form_container, .et_bloom .et_bloom_form_container div, .et_bloom .et_bloom_form_container img, .et_bloom .et_bloom_form_container .et_bloom_popup_input, .et_bloom .et_bloom_form_container input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.et_bloom .et_bloom_form_container .et_bloom_form_header {
    background-color: #fff;
    padding: 15px;
    overflow: hidden;
    position: relative;
}

.et_bloom .et_bloom_form_container .et_bloom_form_text, .et_bloom .et_bloom_form_container .et_bloom_form_img {
    max-width: 100%;
    padding: 15px;
    display: table-cell;
}

.et_bloom .et_bloom_form_header h2 {
    font-size: 24px !important;
    padding-bottom: 0 !important;
    font-weight: 600 !important;
    line-height: 1.1em !important;
    color: rgba(0, 0, 0, 0.8);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.et_bloom .et_bloom_form_container.et_bloom_light .et_bloom_form_header h2 {
    color: #393939;
}

.et_bloom .et_bloom_form_header p {
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.6em;
    font-size: 14px;
    margin-top: 0.5em;
}

.et_bloom .et_bloom_form_container.et_bloom_light p {
    color: #666;
}

.et_bloom .et_bloom_form_container.et_bloom_dark .et_bloom_form_header h2, .et_bloom .et_bloom_form_container.et_bloom_dark p {
    color: #fff;
}

.et_bloom .et_bloom_form_container .et_bloom_form_content {
    padding: 40px 30px;
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
    background-color: #E9E9E9;
    position: relative;
}

.et_bloom .et_bloom_form_container .et_bloom_form_content label, .et_bloom .et_bloom_form_content #mc_embed_signup .mc-field-group {
    margin-bottom: 30px;
}

.et_bloom .et_bloom_form_container .et_bloom_form_content label, span.et_bloom_form_label, .et_bloom .et_bloom_form_container .et_bloom_form_content input {
    display: block;
}

.et_bloom .et_bloom_form_container .et_bloom_form_content span, .et_bloom .et_bloom_form_content #mc_embed_signup .mc-field-group label, .et_bloom .et_bloom_form_content #mc_embed_signup .mc-field-group strong, .et_bloom .et_bloom_form_aweber .af-body label.previewLabel, .et_bloom .et_bloom_form_campaign_monitor .et_bloom_form_content label, .et_bloom .mimi_field label {
    color: #444;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.et_bloom_form_container .et_bloom_form_content .et_bloom_custom_field_checkbox span {
    color: rgba(0,0,0,0.5);
}

.et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content span, .et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content #mc_embed_signup .mc-field-group label, .et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content #mc_embed_signup .mc-field-group strong, .et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .af-body label.choice, .et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .af-body label.previewLabel, .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .et_bloom_custom_field input[type="checkbox"] + label, .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .et_bloom_custom_field input[type="radio"] + label {
    color: #fff !important;
}

.et_bloom .et_bloom_form_content #mc_embed_signup .mc-field-group ul li label, .et_bloom .et_bloom_form_aweber .et_bloom_form_content .af-body label.choice {
    color: rgba(0, 0, 0, 0.5) !important;
}

.et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content #mc_embed_signup .mc-field-group ul li label, .et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_aweber .et_bloom_form_content .af-body label.choice {
    color: rgba(255, 255, 255, 0.6) !important;
}

.et_bloom #mc_embed_signup .asterisk {
    color: #C60 !important;
}

.et_bloom .et_bloom_form_container .et_bloom_form_content input, .et_bloom .et_bloom_form_container .et_bloom_form_content select, .et_bloom .et_bloom_form_container .et_bloom_form_content textarea, .et_bloom .et_bloom_form_content #mc_embed_signup .mc-field-group input, .et_bloom .et_bloom_form_content #mc_embed_signup .button, .et_bloom .et_bloom_form_content .af-body input.text, .et_bloom #mc_embed_signup .mc-field-group select, .et_bloom .et_bloom_form_get_response .et_bloom_form_content .wf-input, .et_bloom .et_bloom_form_content .mimi_field #signup_field_reference {
    background-color: #fff;
    width: 100%;
    font-weight: 600;
    color: rgba(0,0,0,0.5);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}

.et_bloom .et_bloom_form_container .et_bloom_form_content input, .et_bloom .et_bloom_form_container .et_bloom_form_content textarea, .et_bloom .et_bloom_form_content #mc_embed_signup .mc-field-group input, .et_bloom .et_bloom_form_content .af-body input.text, .et_bloom #mc_embed_signup .mc-field-group select, .et_bloom .et_bloom_form_get_response .et_bloom_form_content .wf-input, .et_bloom .et_bloom_form_content .mimi_field #signup_field_reference {
    padding: 14px !important;
}

.et_bloom .et_bloom_form_container .et_bloom_form_content .et_bloom_popup_input input {
    padding: 10px !important;
}

.et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content input, .et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content textarea, .et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content #mc_embed_signup .mc-field-group input, .et_bloom .et_bloom_form_content .af-body input.text, .et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content select, .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .et_bloom_custom_field input[type="checkbox"] + label i, .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .et_bloom_custom_field input[type="radio"] + label i {
    background-color: rgba(0,0,0,0.15);
    color: #fff;
}

.et_bloom .et_bloom_form_text_light input::-webkit-input-placeholder {
    color: #fff;
}

.et_bloom .et_bloom_form_text_light input:-moz-placeholder {
    color: #fff;
}

.et_bloom .et_bloom_form_text_light input::-moz-placeholder {
    color: #fff;
}

.et_bloom .et_bloom_form_text_light input:-ms-input-placeholder {
    color: #fff;
}

.et_bloom .et_bloom_popup_input input::-webkit-input-placeholder {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.et_bloom .et_bloom_popup_input input:-moz-placeholder {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.et_bloom .et_bloom_popup_input input::-moz-placeholder {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.et_bloom .et_bloom_popup_input input:-ms-input-placeholder {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.et_bloom .et_bloom_form_container .et_bloom_form_content input.error {
    color: #f45a4a;
    border: 2px solid #f45a4a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.et_bloom .et_bloom_form_container .et_bloom_form_content textarea {
    min-height: 80px;
}

.et_bloom .et_bloom_form_container .et_bloom_form_content input.et_contact_submit, .et_bloom .et_bloom_form_content #mc_embed_signup .button, .et_bloom .et_bloom_form_campaign_monitor .et_bloom_form_content p button, .et_bloom .et_bloom_form_content .mimi_field .submit, .et_bloom .et_bloom_form_get_response .et_bloom_form_content .wf-button, .et_bloom .et_bloom_form_feedblitz .et_bloom_form_content form input[type="button"], .et_bloom .et_bloom_form_icontact .et_bloom_form_content input[type="submit"] {
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255,255,255,0.8);
    cursor: pointer;
    font-size: 14px;
}

.et_bloom .et_bloom_form_container .et_bloom_form_content input.et_contact_submit, .et_bloom .et_bloom_form_content #mc_embed_signup .button, .et_bloom .et_bloom_form_content #mc_embed_signup .button:hover, .et_bloom .et_bloom_form_campaign_monitor .et_bloom_form_content p button, .et_bloom .et_bloom_form_content .mimi_field .submit, .et_bloom .et_bloom_form_get_response .et_bloom_form_content .wf-button, .et_bloom .et_bloom_form_feedblitz .et_bloom_form_content form input[type="button"], .et_bloom .et_bloom_form_icontact .et_bloom_form_content input[type="submit"] {
    background-color: #58b9cb;
}

.et_bloom .et_bloom_form_container.et_bloom_dark .et_bloom_form_content input.et_contact_submit, .et_bloom .et_bloom_form_container.et_bloom_dark .et_bloom_form_content #mc_embed_signup .button {
    color: rgba(0,0,0,0.6);
}

.et_bloom .et_bloom_form_container .et_bloom_form_content .et_bloom_form_footer {
    padding: 20px 0 0;
    text-shadow: none;
}

.et_bloom .et_bloom_form_container .et_bloom_form_content .et_bloom_form_footer p {
    font-size: 12px;
}

.et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content .et_bloom_form_footer p {
    color: rgba(255, 255, 255, 0.4);
}

.et_bloom .et_bloom_form_container.et_bloom_form_text_dark .et_bloom_form_content .et_bloom_form_footer p {
    color: rgba(0, 0, 0, 0.7);
}

.et_bloom .et_bloom_form_container.et_bloom_rounded input, .et_bloom .et_bloom_form_container.et_bloom_rounded textarea, .et_bloom .et_bloom_form_container.et_bloom_rounded .et_bloom_form_content #mc_embed_signup .button, .et_bloom .et_bloom_form_container.et_bloom_rounded button {
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}

.et_bloom .et_bloom_inline .input {
    margin-right: 20px;
    float: left;
    width: 30% !important;
}

.et_bloom .et_bloom_inline .input:last-child {
    margin-right: 0 !important;
}

.et_bloom .et_bloom_optin .et_bloom_border_solid, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_solid .et_bloom_form_header {
    border: 6px solid #4fa8ed;
}

.et_bloom .et_bloom_optin .breakout_edge {
    border: none !important;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_solid.et_bloom_form_bottom .et_bloom_form_header {
    border-bottom: none;
}

.et_bloom .et_bloom_optin .et_bloom_border_solid.et_bloom_border_position_top, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_solid.et_bloom_border_position_top .et_bloom_form_header {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.et_bloom .et_bloom_optin .et_bloom_border_solid.et_bloom_border_position_right, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_solid.et_bloom_border_position_right .et_bloom_form_header {
    border-left: none;
    border-top: none;
    border-bottom: none;
}

.et_bloom .et_bloom_optin .et_bloom_border_solid.et_bloom_border_position_bottom, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_solid.et_bloom_border_position_bottom .et_bloom_form_header {
    border-left: none;
    border-top: none;
    border-right: none;
}

.et_bloom .et_bloom_optin .et_bloom_border_solid.et_bloom_border_position_left, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_solid.et_bloom_border_position_left .et_bloom_form_header {
    border-bottom: none;
    border-top: none;
    border-right: none;
}

.et_bloom .et_bloom_optin .et_bloom_border_solid.et_bloom_border_position_top_bottom, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_solid.et_bloom_border_position_top_bottom .et_bloom_form_header {
    border-left: none;
    border-right: none;
}

.et_bloom .et_bloom_optin .et_bloom_border_solid.et_bloom_border_position_left_right, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_solid.et_bloom_border_position_left_right .et_bloom_form_header {
    border-bottom: none;
    border-top: none;
}

.et_bloom .et_bloom_optin .et_bloom_border_inset, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset .et_bloom_form_header {
    -moz-box-shadow: inset 0 0 0 3px #4fa8ed;
    -webkit-box-shadow: inset 0 0 0 3px #4fa8ed;
    box-shadow: inset 0 0 0 3px #4fa8ed;
    border: 8px solid #fff;
    padding: 3px;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset.et_bloom_form_bottom .et_bloom_form_header {
    margin-bottom: -11px !important;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset.et_bloom_form_right .et_bloom_form_header {
    margin-left: 11px !important;
    margin-top: 1% !important;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset.et_bloom_form_left .et_bloom_form_header {
    margin-right: 11px !important;
    margin-top: 1% !important;
}

.et_bloom .et_bloom_form_left.breakout_edge.et_bloom_border_inset .et_bloom_close_button {
    right: -5px !important;
}

.et_bloom .et_bloom_optin .et_bloom_border_inset.et_bloom_border_position_top, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset.et_bloom_border_position_top .et_bloom_form_header {
    -moz-box-shadow: inset 0 3px 0 0 #4fa8ed;
    -webkit-box-shadow: inset 0 3px 0 0 #4fa8ed;
    box-shadow: inset 0 3px 0 0 #4fa8ed;
    border-right: none;
    border-left: none;
    border-bottom: none;
    padding: 3px 0 0;
}

.et_bloom .et_bloom_optin .et_bloom_border_inset.et_bloom_border_position_right, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset.et_bloom_border_position_right .et_bloom_form_header {
    -moz-box-shadow: inset -3px 0 0 0 #4fa8ed;
    -webkit-box-shadow: inset -3px 0 0 0 #4fa8ed;
    box-shadow: inset -3px 0 0 0 #4fa8ed;
    border-top: none;
    border-left: none;
    border-bottom: none;
    padding: 0 3px 0 0;
}

.et_bloom .et_bloom_optin .et_bloom_border_inset.et_bloom_border_position_bottom, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset.et_bloom_border_position_bottom .et_bloom_form_header {
    -moz-box-shadow: inset 0 -3px 0 0 #4fa8ed;
    -webkit-box-shadow: inset 0 -3px 0 0 #4fa8ed;
    box-shadow: inset 0 -3px 0 0 #4fa8ed;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0 0 3px 0;
}

.et_bloom .et_bloom_optin .et_bloom_border_inset.et_bloom_border_position_left, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset.et_bloom_border_position_left .et_bloom_form_header {
    -moz-box-shadow: inset 3px 0 0 0 #4fa8ed;
    -webkit-box-shadow: inset 3px 0 0 0 #4fa8ed;
    box-shadow: inset 3px 0 0 0 #4fa8ed;
    border-top: none;
    border-bottom: none;
    border-right: none;
    padding: 0 0 0 3px;
}

.et_bloom .et_bloom_optin .et_bloom_border_inset.et_bloom_border_position_top_bottom, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset.et_bloom_border_position_top_bottom .et_bloom_form_header {
    -moz-box-shadow: inset 0 3px 0 0 #4fa8ed, inset 0 -3px 0 0 #4fa8ed;
    -webkit-box-shadow: inset 0 3px 0 0 #4fa8ed, inset 0 -3px 0 0 #4fa8ed;
    box-shadow: inset 0 3px 0 0 #4fa8ed, inset 0 -3px 0 0 #4fa8ed;
    border-left: none;
    border-right: none;
    padding: 3px 0 3px;
}

.et_bloom .et_bloom_optin .et_bloom_border_inset.et_bloom_border_position_left_right, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset.et_bloom_border_position_left_right .et_bloom_form_header {
    -moz-box-shadow: inset 3px 0 0 0 #4fa8ed, inset -3px 0 0 0 #4fa8ed;
    -webkit-box-shadow: inset 3px 0 0 0 #4fa8ed, inset -3px 0 0 0 #4fa8ed;
    box-shadow: inset 3px 0 0 0 #4fa8ed, inset -3px 0 0 0 #4fa8ed;
    border-top: none;
    border-bottom: none;
    padding: 0 3px 0 3px;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset {
    padding: 0;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}

.et_bloom .et_bloom_optin .et_bloom_border_double, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double .et_bloom_form_header {
    -moz-box-shadow: inset 0 0 0 6px #fff, inset 0 0 0 8px #4fa8ed;
    -webkit-box-shadow: inset 0 0 0 6px #fff, inset 0 0 0 8px #4fa8ed;
    box-shadow: inset 0 0 0 6px #fff, inset 0 0 0 8px #4fa8ed;
    border: 2px solid #4fa8ed;
    padding: 8px;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double.et_bloom_form_bottom .et_bloom_form_header {
    margin-bottom: -10px !important;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double.et_bloom_form_right .et_bloom_form_header {
    margin-left: 10px !important;
    margin-top: 1% !important;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double.et_bloom_form_left .et_bloom_form_header {
    margin-right: 10px !important;
    margin-top: 1% !important;
}

.et_bloom .et_bloom_form_left.breakout_edge.et_bloom_border_double .et_bloom_close_button {
    right: -5px !important;
}

.et_bloom .et_bloom_optin .et_bloom_border_double.et_bloom_border_position_top, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double.et_bloom_border_position_top .et_bloom_form_header {
    -moz-box-shadow: inset 0 6px 0 0 #fff, inset 0 8px 0 0 #4fa8ed;
    -webkit-box-shadow: inset 0 6px 0 0 #fff, inset 0 8px 0 0 #4fa8ed;
    box-shadow: inset 0 6px 0 0 #fff, inset 0 8px 0 0 #4fa8ed;
    border: 2px solid #4fa8ed;
    padding: 8px 0 0;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

.et_bloom .et_bloom_optin .et_bloom_border_double.et_bloom_border_position_right, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double.et_bloom_border_position_right .et_bloom_form_header {
    -moz-box-shadow: inset -6px 0 0 0 #fff, inset -8px 0 0 0 #4fa8ed;
    -webkit-box-shadow: inset -6px 0 0 0 #fff, inset -8px 0 0 0 #4fa8ed;
    box-shadow: inset -6px 0 0 0 #fff, inset -8px 0 0 0 #4fa8ed;
    border: 2px solid #4fa8ed;
    padding: 0 8px 0 0;
    border-top: none;
    border-left: none;
    border-bottom: none;
}

.et_bloom .et_bloom_optin .et_bloom_border_double.et_bloom_border_position_bottom, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double.et_bloom_border_position_bottom .et_bloom_form_header {
    -moz-box-shadow: inset 0 -6px 0 0 #fff, inset 0 -8px 0 0 #4fa8ed;
    -webkit-box-shadow: inset 0 -6px 0 0 #fff, inset 0 -8px 0 0 #4fa8ed;
    box-shadow: inset 0 -6px 0 0 #fff, inset 0 -8px 0 0 #4fa8ed;
    border: 2px solid #4fa8ed;
    padding: 0 0 8px 0;
    border-top: none;
    border-left: none;
    border-right: none;
}

.et_bloom .et_bloom_optin .et_bloom_border_double.et_bloom_border_position_left, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double.et_bloom_border_position_left .et_bloom_form_header {
    -moz-box-shadow: inset 4px 0 0 0 #fff, inset 6px 0 0 0 #4fa8ed;
    -webkit-box-shadow: inset 4px 0 0 0 #fff, inset 6px 0 0 0 #4fa8ed;
    box-shadow: inset 6px 0 0 0 #fff, inset 8px 0 0 0 #4fa8ed;
    border: 2px solid #4fa8ed;
    padding: 0 0 0 8px;
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.et_bloom .et_bloom_optin .et_bloom_border_double.et_bloom_border_position_top_bottom, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double.et_bloom_border_position_top_bottom .et_bloom_form_header {
    -moz-box-shadow: inset 0 6px 0 0 #fff, inset 0 8px 0 0 #4fa8ed, inset 0 -6px 0 0 #fff, inset 0 -8px 0 0 #4fa8ed;
    -webkit-box-shadow: inset 0 6px 0 0 #fff, inset 0 8px 0 0 #4fa8ed, inset 0 -6px 0 0 #fff, inset 0 -8px 0 0 #4fa8ed;
    box-shadow: inset 0 6px 0 0 #fff, inset 0 8px 0 0 #4fa8ed, inset 0 -6px 0 0 #fff, inset 0 -8px 0 0 #4fa8ed;
    border: 2px solid #4fa8ed;
    padding: 8px 0 8px;
    border-left: none;
    border-right: none;
}

.et_bloom .et_bloom_optin .et_bloom_border_double.et_bloom_border_position_left_right, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double.et_bloom_border_position_left_right .et_bloom_form_header {
    -moz-box-shadow: inset 6px 0 0 0 #fff, inset 8px 0 0 0 #4fa8ed, inset -6px 0 0 0 #fff, inset -8px 0 0 0 #4fa8ed;
    -webkit-box-shadow: inset 6px 0 0 0 #fff, inset 8px 0 0 0 #4fa8ed, inset -6px 0 0 0 #fff, inset -8px 0 0 0 #4fa8ed;
    box-shadow: inset 6px 0 0 0 #fff, inset 8px 0 0 0 #4fa8ed, inset -6px 0 0 0 #fff, inset -8px 0 0 0 #4fa8ed;
    border: 2px solid #4fa8ed;
    padding: 0 8px 0 8px;
    border-top: none;
    border-bottom: none;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double {
    padding: 0;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}

.et_bloom .et_bloom_optin .et_bloom_border_dashed,.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed .et_bloom_header_outer {
    padding: 8px;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed .et_bloom_header_outer {
    background: white;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_right .et_bloom_header_outer, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_left .et_bloom_header_outer {
    margin-top: 1.5% !important;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_bottom .et_bloom_header_outer {
    width: 98% !important;
    margin: auto;
    float: none;
    padding-bottom: 0 !important;
}

.et_bloom .et_bloom_optin .et_bloom_border_dashed .et_bloom_form_container_wrapper, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed .et_bloom_form_header {
    border: 2px dashed #333;
}

.et_bloom .et_bloom_optin .breakout_edge .et_bloom_form_container_wrapper {
    border: none !important;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_bottom .et_bloom_form_header {
    border-bottom: none;
}

.et_bloom .et_bloom_optin .et_bloom_border_dashed.et_bloom_border_position_top .et_bloom_form_container_wrapper, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_border_position_top .et_bloom_form_header {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.et_bloom .et_bloom_optin .et_bloom_border_dashed.et_bloom_border_position_right .et_bloom_form_container_wrapper, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_border_position_right .et_bloom_form_header {
    border-left: none;
    border-top: none;
    border-bottom: none;
}

.et_bloom .et_bloom_optin .et_bloom_border_dashed.et_bloom_border_position_bottom .et_bloom_form_container_wrapper, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_border_position_bottom .et_bloom_form_header {
    border-left: none;
    border-top: none;
    border-right: none;
}

.et_bloom .et_bloom_optin .et_bloom_border_dashed.et_bloom_border_position_left .et_bloom_form_container_wrapper, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_border_position_left .et_bloom_form_header {
    border-bottom: none;
    border-top: none;
    border-right: none;
}

.et_bloom .et_bloom_optin .et_bloom_border_dashed.et_bloom_border_position_top_bottom .et_bloom_form_container_wrapper, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_border_position_top_bottom .et_bloom_form_header {
    border-left: none;
    border-right: none;
}

.et_bloom .et_bloom_optin .et_bloom_border_dashed.et_bloom_border_position_left_right .et_bloom_form_container_wrapper, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_border_position_left_right .et_bloom_form_header {
    border-bottom: none;
    border-top: none;
}

.et_bloom .et_bloom_optin .et_bloom_border_dashed.et_bloom_border_position_top, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_border_position_top .et_bloom_header_outer {
    padding: 8px 0 0 0;
}

.et_bloom .et_bloom_optin .et_bloom_border_dashed.et_bloom_border_position_right, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_border_position_right .et_bloom_header_outer {
    padding: 0 8px 0 0;
}

.et_bloom .et_bloom_optin .et_bloom_border_dashed.et_bloom_border_position_bottom, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_border_position_bottom .et_bloom_header_outer {
    padding: 0 0 8px 0;
}

.et_bloom .et_bloom_optin .et_bloom_border_dashed.et_bloom_border_position_left, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_border_position_left .et_bloom_header_outer {
    padding: 0 0 0 8px;
}

.et_bloom .et_bloom_optin .et_bloom_border_dashed.et_bloom_border_position_top_bottom, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_border_position_top_bottom .et_bloom_header_outer {
    padding: 8px 0 8px 0;
}

.et_bloom .et_bloom_optin .et_bloom_border_dashed.et_bloom_border_position_left_right, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_border_position_left_right .et_bloom_header_outer {
    padding: 0 8px 0 8px;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed {
    padding: 0;
}

.et_bloom .et_bloom_optin .et_bloom_border_letter {
    padding: 6px;
    background: repeating-linear-gradient( 135deg, #4fa8ed, #4fa8ed 10px, #fff 10px, #fff 20px, #f84d3b 20px, #f84d3b 30px, #fff 30px, #fff 40px );
}

.et_bloom .et_bloom_optin .et_bloom_border_letter .et_bloom_form_content {
    background-color: #cecece;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter .et_bloom_header_outer {
    background: repeating-linear-gradient( 135deg, #4fa8ed, #4fa8ed 10px, #fff 10px, #fff 20px, #f84d3b 20px, #f84d3b 30px, #fff 30px, #fff 40px );
    padding: 6px 6px 0 !important;
    width: 98%;
    margin: auto !important;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_form_left .et_bloom_header_outer, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_form_right .et_bloom_header_outer {
    height: 95%;
    float: left;
    padding: 6px 0 6px 6px !important;
    width: 100%;
    margin-top: 1% !important;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_form_left .et_bloom_header_outer {
    padding: 6px 6px 6px 0 !important;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_form_left .et_bloom_header_outer .et_bloom_form_header, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_form_right .et_bloom_header_outer .et_bloom_form_header {
    margin-top: 0 !important;
    height: 100% !important;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_form_bottom .et_bloom_header_outer .et_bloom_form_header {
    width: 100% !important;
}

.et_bloom .et_bloom_optin .et_bloom_border_letter.et_bloom_border_position_top {
    padding: 6px 0 0;
    background: repeating-linear-gradient( 135deg, #4fa8ed, #4fa8ed 10px, #fff 10px, #fff 20px, #f84d3b 20px, #f84d3b 30px, #fff 30px, #fff 40px );
    border-right: none;
    border-left: none;
    border-bottom: none;
}

.et_bloom .et_bloom_optin .et_bloom_border_letter.et_bloom_border_position_right {
    padding: 0 6px 0 0;
    background: repeating-linear-gradient( 135deg, #4fa8ed, #4fa8ed 10px, #fff 10px, #fff 20px, #f84d3b 20px, #f84d3b 30px, #fff 30px, #fff 40px );
    border-top: none;
    border-left: none;
    border-bottom: none;
}

.et_bloom .et_bloom_optin .et_bloom_border_letter.et_bloom_border_position_bottom {
    padding: 0 0 6px 0;
    background: repeating-linear-gradient( 135deg, #4fa8ed, #4fa8ed 10px, #fff 10px, #fff 20px, #f84d3b 20px, #f84d3b 30px, #fff 30px, #fff 40px );
    border-top: none;
    border-left: none;
    border-right: none;
}

.et_bloom .et_bloom_optin .et_bloom_border_letter.et_bloom_border_position_left {
    padding: 0 0 0 6px;
    background: repeating-linear-gradient( 135deg, #4fa8ed, #4fa8ed 10px, #fff 10px, #fff 20px, #f84d3b 20px, #f84d3b 30px, #fff 30px, #fff 40px );
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.et_bloom .et_bloom_optin .et_bloom_border_letter.et_bloom_border_position_top_bottom {
    padding: 6px 0 6px;
    background: repeating-linear-gradient( 135deg, #4fa8ed, #4fa8ed 10px, #fff 10px, #fff 20px, #f84d3b 20px, #f84d3b 30px, #fff 30px, #fff 40px );
    border-left: none;
    border-right: none;
}

.et_bloom .et_bloom_optin .et_bloom_border_letter.et_bloom_border_position_left_right {
    padding: 0 6px 0 6px;
    background: repeating-linear-gradient( 135deg, #4fa8ed, #4fa8ed 10px, #fff 10px, #fff 20px, #f84d3b 20px, #f84d3b 30px, #fff 30px, #fff 40px );
    border-top: none;
    border-bottom: none;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter {
    background: none !important;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_bottom .et_bloom_header_outer {
    padding: 0 0 6px 0 !important;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_top_bottom .et_bloom_header_outer {
    padding: 6px 0 6px 0 !important;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_left_right .et_bloom_header_outer {
    padding: 0 6px 0 6px !important;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_top .et_bloom_header_outer, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_top_bottom.et_bloom_form_bottom .et_bloom_header_outer {
    padding: 6px 0 0 0 !important;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_right .et_bloom_header_outer, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_left_right.et_bloom_form_left .et_bloom_header_outer {
    padding: 0 6px 0 0 !important;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_left .et_bloom_header_outer, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_left_right.et_bloom_form_right .et_bloom_header_outer {
    padding: 0 0 0 6px !important;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_bottom.et_bloom_form_bottom .et_bloom_header_outer, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_right.et_bloom_form_right .et_bloom_header_outer, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_left.et_bloom_form_left .et_bloom_header_outer {
    padding: 0 !important;
}

.et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter {
    padding: 0 !important;
}

.et_bloom .et_bloom_rounded_corners.breakout_edge.et_bloom_border_letter .et_bloom_header_outer {
    border-radius: 5px;
}

.et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content {
    color: rgba(255, 255, 255, 0.6);
}

.et_bloom .et_bloom_form_content div.radio {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.et_bloom .et_bloom_form_content div.radio .checked:before {
    background: #7f7f7f;
    width: 11px;
    height: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    top: 7px;
    left: 7px;
}

.et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content div.radio .checked:before {
    background: #fff;
}

.et_bloom .et_bloom_form_content div.checker .checked:before {
    top: 7px;
    left: 6px;
    width: 14px;
    height: 11px;
    background: url(img/checked.png) no-repeat;
}

.et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content div.checker .checked:before {
    background-image: url(img/checked_light.png);
}

.et_bloom .et_bloom_form_content div.radio .checked:before, .et_bloom .et_bloom_form_content div.checker .checked:before {
    content: '';
    position: absolute;
}

.et_bloom .et_bloom_form_content div.radio, .et_bloom .et_bloom_form_content div.checker {
    background: #fff;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    zoom: 1; vertical-align: middle;
}

.et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content div.radio, .et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content div.checker {
    background: rgba(0,0,0,0.15);
}

.et_bloom .et_bloom_form_content div.radio, .et_bloom .et_bloom_form_content div.checker, .et_bloom .et_bloom_form_content div.radio span, .et_bloom .et_bloom_form_content div.radio input {
    width: 25px;
    height: 25px;
}

.et_bloom .et_bloom_form_content div.radio input, .et_bloom .et_bloom_form_content div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    display: inline;
    zoom: 1; text-align: center;
    display: block;
    height: 100%;
}

.et_bloom .et_bloom_form_content div.radio span, .et_bloom .et_bloom_form_content div.checker span {
    display: block;
    height: 100%;
    margin-bottom: 0 !important;
}

.et_bloom .et_bloom_form_content .et_bloom_popup_input {
    float: left;
    width: 34%;
    padding-right: 20px;
}

.et_bloom .et_bloom_form_content button {
    width: 32%;
    background-color: #46C8C8;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
}

.et_bloom .et_bloom_form_content input, .et_bloom .et_bloom_form_content select, .et_bloom .et_bloom_form_content button {
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.et_bloom .et_bloom_form_content select {
    height: 39px;
}

.et_bloom .et_bloom_button_text {
    color: #FFF !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0 !important;
}

.et_bloom .et_bloom_form_container.et_bloom_form_text_light .et_bloom_form_content span.et_bloom_button_text.et_bloom_button_text_color_dark, .et_bloom .et_bloom_form_container.et_bloom_form_text_dark .et_bloom_form_content span.et_bloom_button_text.et_bloom_button_text_color_dark {
    color: rgba( 0, 0, 0, 0.7 ) !important;
}

.et_bloom .et_bloom_widget_content .et_bloom_form_container .et_bloom_form_content {
    padding: 30px 20px;
}

.et_bloom .et_bloom_preview_popup .et_bloom_form_container .et_bloom_form_content .et_bloom_popup_input input {
    padding: 7px !important;
}

.et_bloom .with_edge .et_bloom_form_header:after, .et_bloom .with_edge .et_bloom_form_content:before {
    position: absolute;
    content: '';
    display: block;
}

.et_bloom .carrot_edge .et_bloom_form_content {
    padding-top: 40px
}

.et_bloom .carrot_edge .et_bloom_form_content:before {
    width: 0;
    top: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    left: 50%;
    margin-left: -20px;
}

.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {
    padding-top: 30px;
}

.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content:before, .et_bloom .carrot_edge.et_bloom_form_left .et_bloom_form_content:before {
    width: 0;
    left: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    top: 50%;
    margin-left: 0;
    margin-top: -10px;
}

.et_bloom .et_bloom_form_left.carrot_edge .et_bloom_form_content:before {
    left: auto;
    right: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    border-right: none;
    border-top-color: transparent !important;
}

.et_bloom .carrot_edge_svg .et_bloom_form_content {
    padding-top: 40px
}

.et_bloom .carrot_edge_svg .triangle {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
    fill: #fff;
}

.et_bloom .carrot_edge_svg.et_bloom_form_right .et_bloom_form_content {
    padding-top: 30px
}

.et_bloom .carrot_edge_svg.et_bloom_form_right .triangle {
    position: absolute;
    left: 0;
    margin-left: 0;
    top: 50%;
    margin-top: -10px;
    fill: #fff;
}

.et_bloom .et_bloom_form_left.carrot_edge_svg .triangle {
    left: auto;
    right: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.et_bloom .wedge_edge .et_bloom_form_content {
    padding-top: 60px;
}

.et_bloom .et_bloom_widget_content .wedge_edge .et_bloom_form_content {
    padding-top: 45px;
}

.et_bloom .wedge_edge .triangle {
    position: absolute;
    top: 0;
    left: -1px;
    fill: #fff;
    z-index: 99;
}

.et_bloom .wedge_edge.et_bloom_form_right .et_bloom_form_content {
    padding-top: 30px;
    padding-left: 35px;
}

.et_bloom .wedge_edge.et_bloom_form_left .triangle {
    left: auto;
    right: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.et_bloom .curve_edge .et_bloom_form_content {
    padding-top: 50px;
}

.et_bloom .curve_edge .curve {
    position: absolute;
    top: 0;
    left: -1px;
    fill: #fff;
    z-index: 99;
}

.et_bloom .curve_edge.et_bloom_form_right .et_bloom_form_content {
    padding-top: 30px;
    padding-left: 35px;
}

.et_bloom .curve_edge.et_bloom_form_left .curve {
    left: auto;
    right: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.et_bloom .zigzag_edge .et_bloom_form_header {
    padding-bottom: 25px;
}

.et_bloom .zigzag_edge .et_bloom_form_content:before {
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(45deg, transparent 33.33%, #e9e9e9 33.333%, #e9e9e9 66.66%, transparent 66.66%), linear-gradient(-45deg, transparent 33.33%, #e9e9e9 33.33%, #e9e9e9 66.66%, transparent 66.66%);
    background-size: 20px 40px;
}

.et_bloom .zigzag_edge.et_bloom_form_right .et_bloom_form_header {
    padding-bottom: 15px;
    padding-right: 25px;
}

.et_bloom .zigzag_edge.et_bloom_form_right .et_bloom_form_content:before, .et_bloom .zigzag_edge.et_bloom_form_left .et_bloom_form_content:before {
    top: 0;
    left: -10px;
    width: 10px;
    height: 100%;
    background: linear-gradient(45deg, transparent 33.33%, #e9e9e9 33.333%, #e9e9e9 66.66%, transparent 66.66%), linear-gradient(-45deg, transparent 33.33%, #e9e9e9 33.33%, #e9e9e9 66.66%, transparent 66.66%);
    background-size: 40px 20px;
}

.et_bloom .zigzag_edge.et_bloom_form_left .et_bloom_form_content:before {
    left: auto;
    right: -10px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.et_bloom .breakout_edge .et_bloom_form_content {
    border: none !important;
}

.et_bloom .breakout_edge .et_bloom_form_container_wrapper {
    overflow: visible;
}

.et_bloom .et_bloom_form_bottom.breakout_edge .et_bloom_form_header {
    margin: auto !important;
    float: none !important;
}

.et_bloom .breakout_edge.et_bloom_form_container {
    background: transparent;
    box-shadow: none;
}

.et_bloom .breakout_edge.et_bloom_form_bottom .et_bloom_header_outer {
    width: 98%;
    margin: auto !important;
}

.et_bloom .breakout_edge .et_bloom_form_header, .et_bloom .breakout_edge.et_bloom_border_dashed .et_bloom_header_outer {
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
}

.et_bloom .breakout_edge.et_bloom_border_dashed .et_bloom_form_header {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.et_bloom .et_bloom_form_right.breakout_edge .et_bloom_form_header, .et_bloom .et_bloom_form_left.breakout_edge .et_bloom_form_header {
    margin-top: 1.5% !important;
}

.et_bloom .et_bloom_form_container.et_bloom_form_right.breakout_edge, .et_bloom .et_bloom_form_container.et_bloom_form_left.breakout_edge {
    background: transparent;
}

.et_bloom .et_bloom_form_left.breakout_edge.et_bloom_form_container .et_bloom_close_button {
    top: -8px;
    right: -15px;
}

.et_bloom .et_bloom_form_bottom.breakout_edge.et_bloom_form_container .et_bloom_close_button {
    top: -14px !important;
    right: -8px !important;
}

.et_bloom .et_bloom_form_container.et_bloom_form_right {
    max-width: 740px;
}

.et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_header, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_header {
    width: 100%;
}

.et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content {
    width: 34%;
    float: left;
}

.et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content .et_bloom_popup_input, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content .et_bloom_popup_input {
    margin-bottom: 15px;
}

.et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content .et_bloom_popup_input, .et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content button, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content .et_bloom_popup_input, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content button {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.et_bloom .et_bloom_form_container.et_bloom_form_right {
    background-color: #fff;
}

.et_bloom .et_bloom_form_header img {
    margin: auto;
}

.et_bloom .et_bloom_form_header img, .et_bloom .et_bloom_form_header .et_bloom_form_text {
    max-width: 100%;
    padding: 15px;
    display: block;
    clear: both;
}

.et_bloom .image_right .et_bloom_form_text, .et_bloom .split .et_bloom_form_text {
    display: table-cell;
    clear: none;
}

.et_bloom .et_bloom_form_header.split img {
    float: left;
    max-width: 40%;
}

.et_bloom .et_bloom_form_header.split.image_right img {
    float: right;
}

.et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_header {
    float: right;
}

.et_bloom .et_bloom_form_content #mc_embed_signup, .et_bloom .et_bloom_form_content .af-form, .et_bloom .et_bloom_form_content .af-header {
    background: none !important;
}

.et_bloom .et_bloom_form_content #mc_embed_signup form, .et_bloom .et_bloom_form_content .af-element {
    padding: 0 !important;
}

.et_bloom .et_bloom_form_content #mc_embed_signup h2 {
    margin: 0;
}

.et_bloom .et_bloom_form_content #mc_embed_signup .mc-field-group .asterisk {
    top: 50%;
}

.et_bloom .et_bloom_form_content #mc_embed_signup .mc-field-group {
    width: auto;
    padding-bottom: 0;
}

.et_bloom .et_bloom_form_content #mc_embed_signup .mc-field-group ul li label, .et_bloom .et_bloom_form_content .af-body label.choice {
    font-weight: 600 !important;
}

.et_bloom .et_bloom_form_content #mc_embed_signup .button {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    display: block;
    height: auto;
    line-height: 21px;
    padding: 11px 0;
    margin: 0;
}

.et_bloom .et_bloom_form_content #mc_embed_signup .button:hover {
    background-color: none !important;
}

.et_bloom .et_bloom_form_content #mc_embed_signup .yearfield input {
    width: auto;
}

.et_bloom .et_bloom_form_content #mc_embed_signup .monthfield input, .et_bloom .et_bloom_form_content #mc_embed_signup .dayfield input {
    width: 60px !important;
}

.et_bloom .et_bloom_form_content #mc_embed_signup .mc-field-group select {
    border-radius: 0;
}

.et_bloom .et_bloom_form_aweber .et_bloom_form_content .af-form {
    max-width: 100% !important;
    margin-top: -86px;
}

.et_bloom .et_bloom_form_aweber .af-body input.text, .et_bloom .et_bloom_form_aweber .af-body textarea {
    font-size: 14px !important;
    font-family: 'Open Sans', helvetica, arial, sans-serif !important;
}

.et_bloom .et_bloom_form_aweber .et_bloom_form_content .af-element {
    margin-bottom: 30px !important;
}

.et_bloom .et_bloom_form_aweber .et_bloom_form_content .af-body label.previewLabel {
    color: #444!important;
    font-weight: 700 !important;
}

.et_bloom .et_bloom_form_aweber .et_bloom_form_content .af-body label.choice, .et_bloom .et_bloom_form_aweber .et_bloom_form_content .af-body label.previewLabel {
    font-size: 14px !important;
}

.et_bloom .et_bloom_form_aweber .et_bloom_form_content .af-body label.choice {
    font-weight: 600 !important;
}

.et_bloom .et_bloom_form_aweber .et_bloom_form_content .af-element-radio {
    padding-bottom: 10px !important;
    margin-left: 0 !important;
}

.et_bloom .et_bloom_form_aweber .et_bloom_form_content .af-body label.choice {
    padding-left: 9px !important;
}

.et_bloom .et_bloom_form_campaign_monitor .et_bloom_form_content label {
    font-size: 14px;
    margin-bottom: -15px !important;
}

.et_bloom .et_bloom_form_campaign_monitor .et_bloom_form_content p {
    margin-bottom: 25px;
}

.et_bloom .et_bloom_form_campaign_monitor .et_bloom_form_content p button {
    border: none;
    line-height: 21px;
    padding: 14px;
    width: 100%;
}

.et_bloom .et_bloom_form_campaign_monitor .et_bloom_form_content p:nth-child(6) label {
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.et_bloom .et_bloom_form_content .mimi_field label {
    font-size: 14px;
    margin-bottom: -7px !important;
}

.et_bloom .et_bloom_form_content .mimi_field {
    margin-bottom: 28px;
}

.et_bloom .et_bloom_form_content .mimi_field .submit {
    line-height: 21px;
}

.et_bloom .et_bloom_form_content .mimi_field .radio, .et_bloom .et_bloom_form_content .mimi_field .checker {
    float: left;
}

.et_bloom_form_sendinblue .et_bloom_form_content iframe {
    width: 100%;
    padding: 0;
}

.wrapper form.description {
    width: 300px !important;
}

.et_bloom .et_bloom_form_get_response .et_bloom_form_content .wf-formTpl {
    width: auto !important;
}

.et_bloom .et_bloom_form_get_response .et_bloom_form_content .actTinyMceElBodyContent p span {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 700 !important;
}

.et_bloom .et_bloom_form_get_response .et_bloom_form_content .wf-sortable label {
    color: #444;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.et_bloom .et_bloom_form_get_response .et_bloom_form_content .wf-contbox {
    margin-bottom: 27px;
}

.et_bloom .et_bloom_form_get_response .et_bloom_form_content .actTinyMceElBodyContent p {
    margin-top: -2px;
}

.et_bloom .et_bloom_form_get_response .et_bloom_form_content .wf-body {
    margin-top: 14px;
}

.et_bloom .et_bloom_form_get_response .et_bloom_form_content .clrB span {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 600 !important;
    margin-left: -5px;
}

.et_bloom .et_bloom_form_get_response .et_bloom_form_content .clrB {
    margin-bottom: 5px;
}

.et_bloom .et_bloom_form_get_response .et_bloom_form_content .wf-button {
    width: auto !important;
}

.et_bloom .et_bloom_form_icontact .et_bloom_form_content .signupframe {
    border: none;
    background: none;
    width: 100%;
}

.et_bloom .et_bloom_form_icontact .et_bloom_form_content .signupframe {
    margin-left: -50px;
}

.et_bloom .et_bloom_form_icontact .et_bloom_form_content .signupframe td:first-child {
    text-align: right;
    color: #444;
    font-weight: 700;
}

.et_bloom .et_bloom_form_icontact .et_bloom_form_content .signupframe td:nth-child(2) label {
    display: inline-block;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
}

.et_bloom .et_bloom_form_icontact .et_bloom_form_content .signupframe td {
    font-size: 14px;
    font-family: "Open Sans",helvetica,arial,sans-serif;
}

.et_bloom .et_bloom_form_feedblitz .et_bloom_form_content form {
    color: #444;
    font-size: 14px;
    font-weight: 700;
}

.et_bloom .et_bloom_form_feedblitz .et_bloom_form_content form input {
    margin-top: 10px;
}

.et_bloom .et_bloom_widget_content .et_bloom_form_header {
    padding: 15px 5px !important;
}

.et_bloom_form_container .et_bloom_form_content .et_bloom_fields {
    height: 100%;
}

.et_bloom_form_container .et_bloom_form_content .et_bloom_custom_field_options_wrapper {
    display: block;
}

.et_bloom_form_container .et_bloom_form_content .et_bloom_custom_field_options_wrapper .et_bloom_custom_field_options_title {
    color: #444;
}

.et_bloom_form_container .et_bloom_form_content .et_bloom_custom_field_options_title, .et_bloom_form_container .et_bloom_form_content .et_bloom_custom_field_select_title, .et_bloom_form_container .et_bloom_form_content .et_bloom_custom_field_checkbox, .et_bloom_form_container .et_bloom_form_content .et_bloom_custom_field_radio {
    display: block;
}

.et_bloom_form_container .et_bloom_form_content .et_bloom_fields .et_bloom_custom_field_checkbox:last-child, .et_bloom_form_container .et_bloom_form_content .et_bloom_fields .et_bloom_custom_field_radio:last-child {
    margin-bottom: 0 !important;
}

.et_bloom_form_container .et_bloom_form_content .et_bloom_custom_field input[type="checkbox"], .et_bloom_form_container .et_bloom_form_content .et_bloom_custom_field input[type="radio"] {
    display: none;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
}

.et_bloom_form_container .et_bloom_form_content .et_bloom_custom_field input[type="checkbox"] + label, .et_bloom_form_container .et_bloom_form_content .et_bloom_custom_field input[type="radio"] + label {
    display: inline-block;
    position: relative;
    min-height: 1.7em;
    line-height: 1.7em;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 0;
    color: rgba(0,0,0,0.5);
    font-weight: 600;
}

.et_bloom_form_container .et_bloom_form_content .et_bloom_custom_field input[type="checkbox"] + label i, .et_bloom_form_container .et_bloom_form_content .et_bloom_custom_field input[type="radio"] + label i {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    background-color: #fff;
    font-style: normal;
    vertical-align: middle;
    content: "";
}

.et_bloom_form_container .et_bloom_form_content .et_bloom_custom_field input[type="radio"] + label i {
    border-radius: 50%;
}

.et_bloom_form_container .et_bloom_form_content .et_bloom_custom_field input[type="radio"]:checked + label i:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #2ea3f2;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

.et_bloom_form_container.et_bloom_rounded .et_bloom_form_content .et_bloom_custom_field input[type="checkbox"] + label i, .et_bloom_form_container.et_bloom_rounded .et_bloom_form_content .et_bloom_custom_field textarea, .et_bloom_form_container.et_bloom_rounded .et_bloom_form_content .et_bloom_custom_field select {
    border-radius: 3px;
}

.et_bloom_form_container .et_bloom_form_content .et_bloom_custom_field_radio_title, .et_bloom_form_container .et_bloom_form_content .et_bloom_custom_field_select_title {
    font-size: 16px;
    padding-bottom: 4px;
}

.et_bloom_form_container .et_bloom_with_custom_fields form {
    display: flex;
    flex-direction: column;
}

.et_bloom_form_left .et_bloom_with_custom_fields form, .et_bloom_form_right .et_bloom_with_custom_fields form {
    height: 100%;
    justify-content: space-between;
}

.et_bloom_with_custom_fields .et_bloom_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.et_bloom_with_custom_fields .et_bloom_fields p {
    margin-bottom: 15px;
}

.gecko .et_bloom_with_custom_fields .et_bloom_fields p {
    margin-bottom: 1vw;
}

.et_bloom_form_bottom .et_bloom_with_custom_fields .et_bloom_fields p {
    float: none;
    flex-basis: 48.5%;
    width: auto !important;
    padding-left: 0;
    padding-right: 0 !important;
    box-sizing: border-box;
}

.et_bloom_form_bottom .et_bloom_with_custom_fields .et_bloom_fields p.et_bloom_fullwidth_field, .et_bloom_form_bottom .et_bloom_with_custom_fields .et_bloom_bottom_stacked p {
    flex-basis: 100%;
}

.et_bloom_form_container .et_bloom_with_custom_fields button {
    width: 100% !important;
    align-self: center;
    max-height: 39px;
}

.et_bloom .et_bloom_form_container .et_bloom_with_custom_fields .clearfix:after {
    clear: none;
    display: none;
}

@-webkit-keyframes et_bloom_fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes et_bloom_fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes et_bloom_fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes et_bloom_fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes et_bloom_fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes et_bloom_fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes et_bloom_fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes et_bloom_fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes et_bloom_fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes et_bloom_fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(-30%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes et_bloom_fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(-30%);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes et_bloom_fadeInRight {
    from {
        opacity: 0;
        transform: translateX(-30%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes et_bloom_fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes et_bloom_fadeInBottom {
    0% {
        opacity: 0;
        -moz-transform: translateY(-30%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes et_bloom_fadeInBottom {
    0% {
        opacity: 0;
        -o-transform: translateY(-30%);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes et_bloom_fadeInBottom {
    0% {
        opacity: 0;
        transform: translateY(-30%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes et_bloom_fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes et_bloom_fadeInTop {
    0% {
        opacity: 0;
        -moz-transform: translateY(30%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes et_bloom_fadeInTop {
    0% {
        opacity: 0;
        -o-transform: translateY(30%);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes et_bloom_fadeInTop {
    0% {
        opacity: 0;
        transform: translateY(30%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes et_bloom_slideTop {
    0% {
        -webkit-transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes et_bloom_slideTop {
    0% {
        -moz-transform: translateY(0);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes et_bloom_slideTop {
    0% {
        -o-transform: translateY(0);
    }

    100% {
        -o-transform: translateY(0);
    }
}

@keyframes et_bloom_slideTop {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes et_bloom_slideDown {
    0% {
        -webkit-transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(100%);
    }
}

@-moz-keyframes et_bloom_slideDown {
    0% {
        -moz-transform: translateY(0);
    }

    100% {
        -moz-transform: translateY(100%);
    }
}

@-o-keyframes et_bloom_slideDown {
    0% {
        -o-transform: translateY(0);
    }

    100% {
        -o-transform: translateY(100%);
    }
}

@keyframes et_bloom_slideDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(100%);
    }
}

@-webkit-keyframes et_bloom_swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes et_bloom_swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@-webkit-keyframes et_bloom_tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes et_bloom_tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes et_bloom_bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes et_bloom_bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@-webkit-keyframes et_bloom_flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes et_bloom_flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-webkit-keyframes et_bloom_zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes et_bloom_zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes et_bloom_lightSpeedIn {
    0% {
        -webkit-transform: translate3d(30%, 0, 0) skewX(-10deg);
        transform: translate3d(30%, 0, 0) skewX(-10deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes et_bloom_lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.et_bloom .et_bloom_image {
    opacity: 0;
}

.et_bloom .et_bloom_animated .et_bloom_animation_lightspeedin, .et_bloom .et_bloom_inline_form .et_bloom_image.et_bloom_image_lightspeedin, .et_bloom .et_bloom_widget_content .et_bloom_image.et_bloom_image_lightspeedin, .et_bloom .et_bloom_visible_image.et_bloom_image_lightspeedin {
    opacity: 1;
    -webkit-animation: et_bloom_lightSpeedIn 1s 1 cubic-bezier(0.77,0,.175,1);
    animation: et_bloom_lightSpeedIn 1s 1 cubic-bezier(0.77,0,.175,1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.et_bloom .et_bloom_animated .et_bloom_animation_zoomin, .et_bloom .et_bloom_inline_form .et_bloom_image.et_bloom_image_zoomin, .et_bloom .et_bloom_widget_content .et_bloom_image.et_bloom_image_zoomin, .et_bloom .et_bloom_visible_image.et_bloom_image_zoomin {
    opacity: 1;
    -webkit-animation: et_bloom_zoomIn 1s 1 cubic-bezier(0.77,0,.175,1);
    animation: et_bloom_zoomIn 1s 1 cubic-bezier(0.77,0,.175,1);
}

.et_bloom .et_bloom_animated .et_bloom_animation_flipinx, .et_bloom .et_bloom_inline_form .et_bloom_image.et_bloom_image_flipinx, .et_bloom .et_bloom_widget_content .et_bloom_image.et_bloom_image_flipinx, .et_bloom .et_bloom_visible_image.et_bloom_image_flipinx {
    opacity: 1;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation: et_bloom_flipInX 1s 1 cubic-bezier(0.77,0,.175,1);
    animation: et_bloom_flipInX 1s 1 cubic-bezier(0.77,0,.175,1);
}

.et_bloom .et_bloom_animated .et_bloom_animation_bounce, .et_bloom .et_bloom_inline_form .et_bloom_image.et_bloom_image_bounce, .et_bloom .et_bloom_widget_content .et_bloom_image.et_bloom_image_bounce, .et_bloom .et_bloom_visible_image.et_bloom_image_bounce {
    opacity: 1;
    -webkit-animation: et_bloom_bounce 1s 1 cubic-bezier(0.77,0,.175,1);
    animation: et_bloom_bounce 1s 1 cubic-bezier(0.77,0,.175,1);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

.et_bloom .et_bloom_animated .et_bloom_animation_swing, .et_bloom .et_bloom_inline_form .et_bloom_image.et_bloom_image_swing, .et_bloom .et_bloom_widget_content .et_bloom_image.et_bloom_image_swing, .et_bloom .et_bloom_visible_image.et_bloom_image_swing {
    opacity: 1;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation: et_bloom_swing 1s 1 cubic-bezier(0.77,0,.175,1);
    animation: et_bloom_swing 1s 1 cubic-bezier(0.77,0,.175,1);
}

.et_bloom .et_bloom_animated .et_bloom_animation_tada, .et_bloom .et_bloom_inline_form .et_bloom_image.et_bloom_image_tada, .et_bloom .et_bloom_widget_content .et_bloom_image.et_bloom_image_tada, .et_bloom .et_bloom_visible_image.et_bloom_image_tada {
    opacity: 1;
    -webkit-animation: et_bloom_tada 1s 1 cubic-bezier(0.77,0,.175,1);
    animation: et_bloom_tada 1s 1 cubic-bezier(0.77,0,.175,1);
}

.et_bloom .et_bloom_animated .et_bloom_animation_fadein, .et_bloom .et_bloom_inline_form .et_bloom_image.et_bloom_image_fadein, .et_bloom .et_bloom_widget_content .et_bloom_image.et_bloom_image_fadein, .et_bloom .et_bloom_visible_image.et_bloom_image_fadein {
    opacity: 1;
    -webkit-animation: et_bloom_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1);
    -moz-animation: et_bloom_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1);
    -o-animation: et_bloom_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1);
    animation: et_bloom_fadeIn 1s 1 cubic-bezier(0.77,0,.175,1);
}

.et_bloom .et_bloom_animated .et_bloom_animation_slideright, .et_bloom .et_bloom_inline_form .et_bloom_image.et_bloom_image_slideright, .et_bloom .et_bloom_widget_content .et_bloom_image.et_bloom_image_slideright, .et_bloom .et_bloom_visible_image.et_bloom_image_slideright {
    opacity: 1;
    -webkit-animation: et_bloom_fadeInRight 1s 1 cubic-bezier(0.77,0,.175,1);
    -moz-animation: et_bloom_fadeInRight 1s 1s cubic-bezier(0.77,0,.175,1);
    -o-animation: et_bloom_fadeInRight 1s 1 cubic-bezier(0.77,0,.175,1);
    animation: et_bloom_fadeInRight 1s 1 cubic-bezier(0.77,0,.175,1);
}

.et_bloom .et_bloom_animated .et_bloom_animation_slidedown, .et_bloom .et_bloom_inline_form .et_bloom_image.et_bloom_image_slidedown, .et_bloom .et_bloom_widget_content .et_bloom_image.et_bloom_image_slidedown, .et_bloom .et_bloom_visible_image.et_bloom_image_slidedown {
    opacity: 1;
    -webkit-animation: et_bloom_fadeInBottom 1s 1 cubic-bezier(0.77,0,.175,1);
    -moz-animation: et_bloom_fadeInBottom 1s 1 cubic-bezier(0.77,0,.175,1);
    -o-animation: et_bloom_fadeInBottom 1s 1 cubic-bezier(0.77,0,.175,1);
    animation: et_bloom_fadeInBottom 1s 1 cubic-bezier(0.77,0,.175,1);
}

.et_bloom .et_bloom_animated .et_bloom_animation_slideup, .et_bloom .et_bloom_inline_form .et_bloom_image.et_bloom_image_slideup, .et_bloom .et_bloom_widget_content .et_bloom_image.et_bloom_image_slideup, .et_bloom .et_bloom_visible_image.et_bloom_image_slideup {
    opacity: 1;
    -webkit-animation: et_bloom_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1);
    -moz-animation: et_bloom_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1);
    -o-animation: et_bloom_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1);
    animation: et_bloom_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1);
}

.et_bloom .et_bloom_animated .et_bloom_animation_no_animation, .et_bloom .et_bloom_image.et_bloom_image_no_animation {
    opacity: 1;
}

.et_bloom .et_bloom_popup.et_bloom_exit_animation {
    -webkit-animation: et_bloom_fadeOut 0.5s 1 cubic-bezier(0.77,0,.175,1);
    -moz-animation: et_bloom_fadeOut 0.5s 1 cubic-bezier(0.77,0,.175,1);
    -o-animation: et_bloom_fadeOut 0.5s 1 cubic-bezier(0.77,0,.175,1);
    animation: et_bloom_fadeOut 0.5s 1 cubic-bezier(0.77,0,.175,1);
}

.et_bloom .et_bloom_flyin.et_bloom_exit_animation {
    -webkit-animation: et_bloom_slideDown 0.5s 1 cubic-bezier(0.77,0,.175,1);
    -moz-animation: et_bloom_slideDown 0.5s 1 cubic-bezier(0.77,0,.175,1);
    -o-animation: et_bloom_slideDown 0.5s 1 cubic-bezier(0.77,0,.175,1);
    animation: et_bloom_slideDown 0.5s 1 cubic-bezier(0.77,0,.175,1);
}

@media only screen and ( max-width: 767px ) {
    .et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_header, .et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_header, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content {
        width: 100%;
    }

    .et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content .et_bloom_popup_input, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content .et_bloom_popup_input {
        width: 34%;
        padding-right: 20px;
    }

    .et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content button, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content button {
        width: 32%;
    }

    .et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content .et_bloom_popup_input, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content .et_bloom_popup_input {
        margin-bottom: 0;
    }

    .et_bloom .et_bloom_form_content {
        clear: both;
    }

    .et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content.et_bloom_3_fields .et_bloom_popup_input, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content.et_bloom_3_fields .et_bloom_popup_input {
        width: 25%;
    }

    .et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content.et_bloom_3_fields button, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content.et_bloom_3_fields button {
        width: 25%;
    }

    .et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content.et_bloom_1_field .et_bloom_popup_input, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content.et_bloom_1_field .et_bloom_popup_input {
        width: 68%;
    }

    .et_bloom .zigzag_edge.et_bloom_form_right .et_bloom_form_header, .et_bloom .zigzag_edge.et_bloom_form_left .et_bloom_form_header {
        padding-bottom: 25px;
    }

    .et_bloom .zigzag_edge.et_bloom_form_right .et_bloom_form_content:before, .et_bloom .zigzag_edge.et_bloom_form_left .et_bloom_form_content:before {
        top: -10px;
        left: 0;
        width: 100%;
        height: 10px;
        background: linear-gradient(45deg, transparent 33.33%, #e9e9e9 33.333%, #e9e9e9 66.66%, transparent 66.66%), linear-gradient(-45deg, transparent 33.33%, #e9e9e9 33.33%, #e9e9e9 66.66%, transparent 66.66%);
        background-size: 20px 40px;
    }

    .et_bloom .carrot_edge.et_bloom_form_left .et_bloom_form_content:before {
        content: none;
    }

    .et_bloom .with_edge.et_bloom_form_left .et_bloom_form_content:after {
        position: absolute;
        content: '';
        display: block;
    }

    .et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content, .et_bloom .carrot_edge.et_bloom_form_left .et_bloom_form_content {
        padding-top: 40px
    }

    .et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content:before {
        width: 0;
        top: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #fff;
        left: 50%;
        margin-left: -20px;
    }

    .et_bloom .carrot_edge.et_bloom_form_left .et_bloom_form_content:after {
        width: 0;
        bottom: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #fff;
        left: 50%;
        margin-left: -20px;
        margin-bottom: -10px;
    }

    .et_bloom .et_bloom_form_left.carrot_edge .et_bloom_form_content:before {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    .et_bloom .et_bloom_form_right .et_bloom_default_edge, .et_bloom .et_bloom_form_left .et_bloom_default_edge {
        display: none;
    }

    .et_bloom .et_bloom_form_right .et_bloom_responsive_edge, .et_bloom .et_bloom_form_left .et_bloom_responsive_edge {
        display: block;
    }

    .et_bloom .wedge_edge.et_bloom_form_left .triangle, .et_bloom .et_bloom_form_left.carrot_edge_svg .triangle {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    .et_bloom .wedge_edge.et_bloom_form_left .triangle, .et_bloom .curve_edge.et_bloom_form_left .curve {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        bottom: 0;
        top: auto;
    }

    .et_bloom .zigzag_edge.et_bloom_form_left .et_bloom_form_content:before {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        bottom: -10px;
        top: auto;
    }

    .et_bloom .et_bloom_hide_mobile {
        display: none !important;
    }

    .et_bloom .et_bloom_hide_mobile_optin {
        display: none !important;
    }

    .et_bloom .et_bloom_rounded_corners .et_bloom_form_header {
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .et_bloom .et_bloom_rounded_corners .et_bloom_form_content {
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .et_bloom .et_bloom_form_right.breakout_edge .et_bloom_form_header, .et_bloom .et_bloom_form_left.breakout_edge .et_bloom_form_header {
        height: 100% !important;
        margin-top: 0 !important;
        width: 98% !important;
        margin: auto !important;
        float: none !important;
    }

    .et_bloom .breakout_edge.et_bloom_form_container .et_bloom_close_button {
        top: -14px !important;
        right: -8px !important;
    }

    .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_form_left .et_bloom_header_outer, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_form_right .et_bloom_header_outer {
        height: auto;
        float: none;
        width: 98%;
        margin: auto !important;
    }

    .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_form_left.et_bloom_border_position_full .et_bloom_header_outer, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_form_right.et_bloom_border_position_full .et_bloom_header_outer {
        padding: 6px 6px 0px 6px !important;
    }

    .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_form_right .et_bloom_header_outer .et_bloom_form_header, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_form_left .et_bloom_header_outer .et_bloom_form_header {
        width: 100% !important;
    }

    .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_left_right.et_bloom_form_left .et_bloom_header_outer, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_letter.et_bloom_border_position_left_right.et_bloom_form_right .et_bloom_header_outer {
        padding: 0 6px 0 6px !important;
    }

    .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset.et_bloom_form_right .et_bloom_form_header, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_inset.et_bloom_form_left .et_bloom_form_header {
        margin-bottom: -11px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double.et_bloom_form_right .et_bloom_form_header, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_double.et_bloom_form_left .et_bloom_form_header {
        margin-bottom: -11px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_right .et_bloom_header_outer, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_left .et_bloom_header_outer {
        width: 97.5%;
        height: 100%;
        float: none;
        margin: auto;
    }

    .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed .et_bloom_header_outer .et_bloom_form_header {
        width: 100% !important;
        border-bottom: 0;
    }

    .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed .et_bloom_header_outer {
        padding-bottom: 0 !important;
    }

    .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_solid.et_bloom_form_left .et_bloom_form_header, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_solid.et_bloom_form_right .et_bloom_form_header {
        border-bottom: none !important;
    }

    .et_bloom_popup .et_bloom_form_container_wrapper.et_bloom_form_left, .et_bloom_popup .et_bloom_form_container_wrapper.et_bloom_form_right {
        height: initial !important;
    }

    .et_bloom_popup .et_bloom_form_container_wrapper.et_bloom_form_left .et_bloom_form_header, .et_bloom_popup .et_bloom_form_container_wrapper.et_bloom_form_right .et_bloom_form_header {
        height: initial !important;
    }

    .et_bloom_popup .et_bloom_form_container_wrapper.et_bloom_form_left .et_bloom_form_content, .et_bloom_popup .et_bloom_form_container_wrapper.et_bloom_form_right .et_bloom_form_content {
        min-height: initial !important;
    }
}

@media screen and ( max-width: 767px ) {
    .et_bloom .et_bloom_form_container .et_bloom_popup_input {
        padding-right: 0 !important;
    }

    .et_bloom .et_bloom_form_container .et_bloom_form_header, .et_bloom .et_bloom_form_container .et_bloom_popup_input, .et_bloom .et_bloom_form_container button {
        width: 100% !important;
        max-width: 100% !important;
        float: left !important;
    }

    .et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content .et_bloom_popup_input, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content .et_bloom_popup_input {
        margin-bottom: 10px !important;
    }

    .et_bloom .et_bloom_bottom_inline p.et_bloom_popup_input {
        padding-bottom: 10px;
    }

    .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_bottom .et_bloom_form_header:before, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_left .et_bloom_form_header:before, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_right .et_bloom_form_header:before {
        width: 97%;
    }
}

@media screen and ( max-width: 767px ) {
    .et_bloom .et_bloom_form_container_wrapper {
        flex-direction: column;
    }

    .et_bloom .et_bloom_form_right .et_bloom_header_outer, .et_bloom .et_bloom_form_left .et_bloom_header_outer {
        width: 100%;
    }

    .et_bloom .et_bloom_form_container .et_bloom_form_header img {
        float: none !important;
        max-width: 100% !important;
    }

    .et_bloom .et_bloom_form_text {
        text-align: center;
    }

    .et_bloom .et_bloom_flyin {
        width: 100% !important;
        padding: 0 10% !important;
    }

    .et_bloom .et_bloom_stacked_flyin.et_bloom_form_container {
        margin: 0;
        width: 100%;
    }

    .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_bottom .et_bloom_form_header:before {
        width: 95%;
    }

    .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed .et_bloom_form_header:before, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_left .et_bloom_form_header:before, .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_right .et_bloom_form_header:before {
        margin-top: -2.5%;
    }
}

@media screen and ( min-width: 768px ) {
    .et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content, .et_bloom .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content {
        width: 34%;
        height: inherit;
        float: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .et_bloom .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content {
        right: 0;
    }

    .et_bloom .et_bloom_form_right.et_bloom_rounded_corners .et_bloom_form_header {
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .et_bloom .et_bloom_form_right.et_bloom_rounded_corners .et_bloom_form_content {
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .et_bloom .et_bloom_form_left.et_bloom_rounded_corners .et_bloom_form_header {
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .et_bloom .et_bloom_form_left.et_bloom_rounded_corners .et_bloom_form_content {
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_right .et_bloom_form_header {
        border-right: none;
        margin-top: 0 !important;
    }

    .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_right .et_bloom_header_outer {
        padding-right: 0 !important;
    }

    .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_left .et_bloom_header_outer {
        padding-left: 0 !important;
    }

    .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_dashed.et_bloom_form_left .et_bloom_form_header {
        border-left: none;
        margin-top: 0 !important;
    }

    .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_solid.et_bloom_form_right .et_bloom_form_header {
        border-right: none;
        margin-top: 1% !important;
    }

    .et_bloom .et_bloom_optin .breakout_edge.et_bloom_border_solid.et_bloom_form_left .et_bloom_form_header {
        border-left: none;
        margin-top: 1% !important;
    }

    .et_bloom .et_bloom_form_right.et_bloom_inline_3_fields .et_bloom_form_header, .et_bloom .et_bloom_form_left.et_bloom_inline_3_fields .et_bloom_form_header {
        min-height: 300px;
    }

    .et_bloom .et_bloom_form_right.et_bloom_inline_2_fields .et_bloom_form_header, .et_bloom .et_bloom_form_left.et_bloom_inline_2_fields .et_bloom_form_header {
        min-height: 250px;
    }

    .et_bloom .et_bloom_form_right.et_bloom_inline_1_field .et_bloom_form_header, .et_bloom .et_bloom_form_left.et_bloom_inline_1_field .et_bloom_form_header {
        min-height: 200px;
    }

    .et_bloom .et_bloom_form_right.et_bloom_inline_3_fields .et_bloom_form_header.et_bloom_with_error, .et_bloom .et_bloom_form_left.et_bloom_inline_3_fields .et_bloom_form_header.et_bloom_with_error {
        min-height: 350px;
    }

    .et_bloom .et_bloom_form_right.et_bloom_inline_2_fields .et_bloom_form_header.et_bloom_with_error, .et_bloom .et_bloom_form_left.et_bloom_inline_2_fields .et_bloom_form_header.et_bloom_with_error {
        min-height: 300px;
    }

    .et_bloom .et_bloom_form_right.et_bloom_inline_1_field .et_bloom_form_header.et_bloom_with_error, .et_bloom .et_bloom_form_left.et_bloom_inline_1_field .et_bloom_form_header.et_bloom_with_error {
        min-height: 250px;
    }

    .et_bloom .et_bloom_inline_form .et_bloom_form_right h2.et_bloom_error_message, .et_bloom .et_bloom_inline_form .et_bloom_form_left h2.et_bloom_error_message {
        margin-top: -50px !important;
    }
}
