.sched {
font-family: 'Lato', sans-serif;
font-weight: 400; -webkit-transition: opacity .5s;
-moz-transition: opacity .5s;
-o-transition: opacity .5s;
-ms-transition: opacity .5s;
transition: opacity .5s;
opacity: 0;
}
.sched.sched-visible {
opacity: 1;
}
.sched.sched-hidden,
.sched-list.sched-hidden {
display: none;
}
.sched, .sched *, .sched-list, .sched-list *, .sched-popup, .sched-popup * {
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
box-sizing: content-box !important;
}
.sched:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.sched .sched-style {
display: none;
} .sched-loader {
line-height: 32px;
height: 32px;
clear: both;
text-align: center;
position: relative;
top: 100px;
}
.sched-loader .sched-loader-icon {
background: url(//www.shineyoga.de/wp-content/plugins/rdv-timetable/img/rolling.svg) top left no-repeat; width: 32px;
height: 32px;
position: relative;
-webkit-animation: rotating 1s linear infinite;
-moz-animation: rotating 1s linear infinite;
-ms-animation: rotating 1s linear infinite;
-o-animation: rotating 1s linear infinite;
animation: rotating 1s linear infinite;
display: inline-block; }
.sched-loader .sched-loader-text {
height: 32px;
width: 160px;
line-height: 32px;
font-size: 18px;
display: inline-block; position: relative;
}
.sched-loader .sched-loader-text:after {
position: absolute;
left: 10px;
top: 0;
color: #000;
content: 'Loading Timetable';
font-family: 'Lato', sans-serif;
}
@-webkit-keyframes rotating {
from {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
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(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.sched-top:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
body .sched h2.sched-title {
font-size: 24px;
line-height: 32px;
padding: 0 !important;
margin: 18px 32px 18px 0 !important;
font-weight: 700;
display: inline-block !important;
float: left;
}
.sched h2.sched-title span {
font-weight: 400;
}
.sched-sort {
display: block;
color: #3c3c3c;
font-size: 14px;
margin: 9px 0; line-height: 18px;
height: 50px;
float: left;
}
.sched-sort.sched-sort-right {
float: right;
}
.sched-sort.sched-sort-below-title {
float: none;
clear: both;
margin-left: 0;
}
.sched-sort.sched-sort-hidden {
display: none;
}
.sched-sort:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.sched-sort .sched-sort-label {
display: block;
line-height: 18px;
padding: 16px 8px 16px 0;
height: 18px;
float: left;
}
.sched-sort .sched-sort-dropdown {
display: block;
line-height: 18px;
padding: 16px 0;
height: 18px;
float: left;
position: relative;
-webkit-transition: background .2s;
-moz-transition: background .2s;
-o-transition: background .2s;
-ms-transition: background .2s;
transition: background .2s;
background: transparent; } .sched-sort.sched-sort-open .sched-sort-dropdown {
background: #e8e8e8; }
.sched-sort .sched-sort-current {
font-weight: bold;
line-height: 18px;
padding: 0;
margin: 0;
-webkit-transition: padding .2s, margin .2s;
-moz-transition: padding .2s, margin .2s;
-o-transition: padding .2s, margin .2s;
-ms-transition: padding .2s, margin .2s;
transition: padding .2s, margin .2s;
}
.sched-sort .sched-sort-current:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
} .sched-sort.sched-sort-open .sched-sort-dropdown .sched-sort-current {
padding-left: 16px;
}
.sched-sort .sched-sort-current .sched-sort-current-label {
display: inline-block;
width: 100px; text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
line-height: 18px;
height: 18px;
padding: 0;
margin: 0;
float: left;
-webkit-transition: width .2s, max-width .2s;
-moz-transition: width .2s, max-width .2s;
-o-transition: width .2s, max-width .2s;
-ms-transition: width .2s, max-width .2s;
transition: width .2s, max-width .2s;
} .sched-sort.sched-sort-open .sched-sort-dropdown .sched-sort-current .sched-sort-current-label {
max-width: initial;
width: 180px; }
.sched-sort .sched-sort-current .sched-sort-current-icon {
display: inline-block;
width: 30px;
line-height: 18px;
height: 18px;
padding: 0;
margin: 0 0 0 8px;
float: left;
}
.sched-sort .sched-sort-current .sched-sort-current-icon .sched-icon-chevron-up {
display: none;
} .sched-sort.sched-sort-open .sched-sort-dropdown .sched-sort-current .sched-sort-current-icon .sched-icon-chevron-up {
display: inline;
} .sched-sort.sched-sort-open .sched-sort-dropdown .sched-sort-current .sched-sort-current-icon .sched-icon-chevron-down {
display: none;
}
.sched-sort .sched-sort-dropdown .sched-sort-dropdown-select {
display: none;
opacity: 0;
position: absolute;
background: #e8e8e8;
z-index: 20;
top: 50px;
width: 100%;
-webkit-transition: opacity .2s, box-shadow .2s;
-moz-transition: opacity .2s, box-shadow .2s;
-o-transition: opacity .2s, box-shadow .2s;
-ms-transition: opacity .2s, box-shadow .2s;
transition: opacity .2s, box-shadow .2s;
box-shadow: 0 0 12px rgba(0,0,0,.1);
padding-bottom: 8px; }
.sched-sort .sched-sort-dropdown .sched-sort-dropdown-select:after {
width: 100%;
height: 12px;
z-index: 0;
background: #e8e8e8;
position: absolute;
top: -12px;
left: 0;
content: '';
} .sched-sort.sched-sort-open .sched-sort-dropdown .sched-sort-dropdown-select {
display: block;
opacity: 1;
}
.sched-sort .sched-sort-item {
width: 100%;
line-height: 18px;
padding: 9px 0;
cursor: pointer;
-ms-user-select: none; -moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
}
.sched-sort .sched-sort-item:hover {
background: rgba(0,0,0,.05);
}
.sched-sort .sched-sort-item:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.sched-sort .sched-sort-item.sched-sort-item-all {
padding-left: 30px;
font-weight: bold;
}
.sched-sort .sched-sort-item .sched-sort-item-icon {
float: left;
width: 30px;
text-align: right;
opacity: 0;
-webkit-transition: opacity .2s, width .2s;
-moz-transition: opacity .2s, width .2s;
-o-transition: opacity .2s, width .2s;
-ms-transition: opacity .2s, width .2s;
transition: opacity .2s, width .2s;
}
.sched-sort .sched-sort-item:hover .sched-sort-item-icon {
opacity: .3;
}
.sched-is-mobile .sched-sort .sched-sort-item:hover .sched-sort-item-icon {
opacity: 0;
}
.sched-sort .sched-sort-item.sched-sort-item-selected:hover .sched-sort-item-icon {
opacity: .8;
}
.sched-is-mobile .sched-sort .sched-sort-item.sched-sort-item-selected:hover .sched-sort-item-icon {
opacity: 1;
}
.sched-sort .sched-sort-item.sched-sort-item-selected .sched-sort-item-icon {
opacity: 1;
}
.sched-sort .sched-sort-item .sched-sort-item-label {
margin-left: 30px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
padding: 0 16px;
-webkit-transition: margin .2s;
-moz-transition: margin .2s;
-o-transition: margin .2s;
-ms-transition: margin .2s;
transition: margin .2s;
} .sched-sort.sched-sort-empty .sched-sort-item .sched-sort-item-icon {
opacity: 0;
width: 0;
}
.sched-sort.sched-sort-empty .sched-sort-item .sched-sort-item-label {
margin-left: 0;
}
.sched-sidebar {
width: 100px;
float: left;
}
.sched-sidebar.sched-sidebar-right {
float: right;
}
.sched-sidebar .sched-time {
margin-top: 50px; }
.sched-sidebar .sched-time .sched-time-value {
line-height: 14px;
height: 14px; 
padding: 0 20px 36px 0; color: #3f3f3f;
font-size: 14px;
text-align: right;
position: relative;
top: -9px;
}
.sched-sidebar.sched-sidebar-right .sched-time .sched-time-value {
text-align: left;
padding: 0 0 36px 20px;
}
.sched-sidebar .sched-time .sched-time-value:last-child {
padding-bottom: 0;
}
.sched-columns { margin-left: 100px;
position: relative; }
.sched-columns:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.sched-row:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.sched-column {
width: 25%;
float: left;
position: relative;
}
.sched-column .sched-column-tooltip {
position: absolute;
z-index: 25 !important;
color: #fff;
display: none;
top: -70px;
z-index: 1;
background: #18bc9c;
color: #fff;
width: 100%;
border-radius: 3px;
padding: 6px 0 6px 0;
}
.sched-column .sched-column-tooltip .sched-column-tooltip-arrow {
position: absolute;
bottom: -5px;
left: 50%;
}
.sched-column .sched-column-tooltip .sched-column-tooltip-arrow .sched-column-tooltip-arrow-inside {
position: relative;
left: -5px;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #18bc9c transparent transparent transparent;
}
.sched-column .sched-column-tooltip .sched-column-tooltip-title {
font-size: 14px;
line-height: 22px;
padding: 0 6px;
text-align: center;
}
.sched-column .sched-column-tooltip .sched-column-tooltip-description {
font-size: 12px;
line-height: 18px;
padding: 0 6px;
text-align: center;
}
.sched-column .sched-column-header {
font-size: 14px;
background: #e8e8e8;
line-height: 18px;
height: 18px;
padding: 16px;
text-align: center;
position: relative;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-weight: bold;
}
.sched-columns .sched-column:last-child .sched-column-header:after {
background:red #e8e8e8;
top: 0;
right: 0;
content: '';
height: 100px;
width: 1px;
position: absolute;
}
.sched-column .sched-column-header:after {
position: absolute;
background: #fff;
content: '';
right: 0px;
top: 0px;
height: 100%;
width: 1px;
}
.sched-column:last-child .sched-column-header:after {
background: #e8e8e8;
}
.sched-column .sched-column-header-handle {
position: absolute;
right: 8px;
top: 18px;
font-size: 14px;
line-height: 14px;
opacity: .3;
}
.sched-column .sched-column-content {
position: absolute; top: 50px;
width: 100%;
}
.sched-column .sched-column-bg {
background: #fff;
width: 100%;
height: 100%;
}
.sched-column .sched-column-bg .sched-column-bg-block {
border-right: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
height: 49px; position: relative;
}
.sched-column .sched-column-bg .sched-column-bg-block:after {
position: absolute;
background: #f5f5f5;
content: '';
left: 0px;
top: 50%;
height: 1px;
width: 100%;
}
.sched-column:first-child .sched-column-bg .sched-column-bg-block {
border-left: 1px solid #e8e8e8;
}
.sched-column .sched-column-bg .sched-column-bg-block .sched-column-bg-block-button {
background: #18bc9c;
height: 25px; width: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
z-index: 1;
-webkit-transition: opacity .2s;
-moz-transition: opacity .2s;
-o-transition: opacity .2s;
-ms-transition: opacity .2s;
transition: opacity .2s; }
.sched-column .sched-column-bg .sched-column-bg-block .sched-column-bg-block-button.sched-column-bg-block-button-even {
top: 25px; height: 25px; }
.sched-column .sched-column-bg .sched-column-bg-block .sched-column-bg-block-button.sched-column-bg-block-button-visible {
opacity: 1;
}
.sched-row {
}
.sched-row.sched-row-no-title {
margin-bottom: 20px;
}
.sched-row-no-title .sched-column .sched-column-header {
display: none;
}
.sched-row-no-title .sched-column .sched-column-content {
top: 0;
}
.sched-row-no-title .sched-sidebar .sched-time {
margin-top: 0;
}
.sched-row-no-title .sched-column .sched-column-bg {
box-shadow: 0 -1px 0 #e8e8e8; }
a.sched-event {
position: absolute;
top: 100px;
height: 99px;
z-index: 10;
width: 100%;
color: #fff !important;
font-family: 'Lato', sans-serif !important;
font-weight: 400 !important;
font-size: 14px !important;
text-decoration: none !important;
font-style: normal !important;
background: none !important;
padding: 0 !important;
margin: 0 !important; -webkit-transition: opacity .2s;
-moz-transition: opacity .2s;
-o-transition: opacity .2s;
-ms-transition: opacity .2s;
transition: opacity .2s;
outline: none !important;
border: none !important;
box-shadow: none !important; }
a.sched-event:hover {
z-index: 11; }
a.sched-event[data-onclick="0"]:hover {
cursor: default;
}
a.sched-event.sched-event-sort-hidden {
opacity: .3;
}
.sched-column:first-child a.sched-event:after {
left: 1px;
}
.sched-event.sched-event-size-1 {
}
.sched-event.sched-event-size-21 {
width: 50%;
}
.sched-event.sched-event-size-22 {
width: 50%;
left: 50%;
}
.sched-event.sched-event-size-31 {
width: 33.3333%;
}
.sched-event.sched-event-size-32 {
width: 33.3333%;
left: 33.3333%;
}
.sched-event.sched-event-size-33 {
width: 33.3333%;
left: 66.6666%;
}
.sched-event.sched-event-size-41 {
width: 25%;
}
.sched-event.sched-event-size-42 {
width: 25%;
left: 25%;
}
.sched-event.sched-event-size-43 {
width: 25%;
left: 50%;
}
.sched-event.sched-event-size-44 {
width: 25%;
left: 75%;
}
.sched-column:first-child a.sched-event.sched-event-size-22:before,
.sched-column:first-child a.sched-event.sched-event-size-32:before,
.sched-column:first-child a.sched-event.sched-event-size-33:before,
.sched-column:first-child a.sched-event.sched-event-size-42:before,
.sched-column:first-child a.sched-event.sched-event-size-43:before,
.sched-column:first-child a.sched-event.sched-event-size-44:before {
background: transparent;
}
.sched-event .sched-event-tooltip {
position: absolute;
z-index: 35;
color: #fff;
display: none;
top: -70px;
z-index: 1;
background: #18bc9c;
color: #fff;
width: 100%;
border-radius: 3px;
padding: 6px 0 6px 0;
left: 0;
}
.sched-event .sched-event-tooltip .sched-event-tooltip-arrow {
position: absolute;
bottom: -5px;
left: 50%;
}
.sched-event .sched-event-tooltip .sched-event-tooltip-arrow .sched-event-tooltip-arrow-inside {
position: relative;
left: -5px;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #18bc9c transparent transparent transparent;
}
.sched-event .sched-event-tooltip .sched-event-tooltip-title {
font-size: 14px;
line-height: 22px;
padding: 0 6px;
text-align: center;
}
.sched-event .sched-event-tooltip .sched-event-tooltip-time {
font-size: 12px;
line-height: 18px;
padding: 0 6px;
text-align: center;
}
.sched-event .sched-event-tooltip .sched-event-tooltip-description {
font-size: 12px;
line-height: 18px;
padding: 0 6px;
text-align: center;
}
.sched-event .sched-event-inner {
background: #888; margin: 0 1px 0px 0px;
height: 100%;
padding: 0 20px;
position: relative;
-webkit-transition: background .2s, opacity .2s;
-moz-transition: background .2s, opacity .2s;
-o-transition: background .2s, opacity .2s;
-ms-transition: background .2s, opacity .2s;
transition: background .2s, opacity .2s;
max-width: 100%;
overflow: hidden;
}
.sched-event.sched-event-image-bg .sched-event-inner {
background-size:   cover; background-repeat: no-repeat;
background-position: center center; }
.sched-event.sched-event-image-bg .sched-event-inner:hover {
opacity: .9;
}
.sched-event .sched-event-inner .sched-event-inner-bar {
display: none;
background: #000;
position: absolute;
top: 0;
left: 0;
width: 3px;
height: 100%;
content: '';
opacity: .5;
}
.sched-columns .sched-column:first-child .sched-event .sched-event-inner .sched-event-inner-bar {
left: 1px;
}
.sched-event.sched-event-invert .sched-event-inner .sched-event-inner-bar {
display: block;
}
.sched-event .sched-event-inner > * { }
.sched-column:first-child a.sched-event:before {
position: absolute;
z-index: 12;
width: 1px;
height: 100%;
background: #e8e8e8;
left: 0;
top: 0px;
content: '';
}
.sched-event .sched-event-copy-icon {
position: absolute;
top: 1px;
left: 1px;
color: #fff;
background: rgba(0,0,0,.5); height: 16px;
line-height: 16px;
text-align: left;
font-size: 12px;
border-radius: 2px;
padding: 3px 7px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
max-width: 100%;
}
.sched-event .sched-event-copy-icon span {
display: none;
margin-left: 6px;
}
.sched-event .sched-event-copy-icon:hover span {
display: inline;
}
.sched-event .sched-event-title {
font-size: 14px;
line-height: 18px;
padding-top: 14px;
font-weight: bold;
}
.sched-event .sched-event-subtitle {
font-size: 12px;
line-height: 16px;
padding-top: 6px;
}
.sched-event .sched-event-description {
font-size: 12px;
line-height: 16px;
padding-top: 6px; }
.sched-event-fulldescription {
display: none;
}
.sched-event-image-load {
display: none;
}
.sched-popup {
position: absolute;
width: 174px; color: #535353; top: 0;
left: 0;
z-index: 99999999;
display: none;
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 24px;
margin-bottom: 20px;
}
.sched-popup.sched-popup-done {
box-shadow: 2px 2px 10px rgba(0,0,0,.25); }
html body .sched-popup .sched-popup-description-text a,
html body .sched-popup .sched-meta a {
color: #18bc9c;
}
.sched-popup .sched-popup-title {
font-size: 18px;
line-height: 18px;
background: #01c0c8;
color: #fff;
padding: 30px;
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
.sched-popup.sched-popup-has-image .sched-popup-title {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.sched-popup .sched-popup-title > div { position: relative;
}
.sched-popup .sched-popup-media {
display: none;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.sched-popup .sched-popup-media[data-media-type=youtube] {
background: #000;
position: relative;
}
.sched-popup .sched-popup-media[data-media-type=youtube] i {
position: absolute;
top: 50%;
left: 50%;
color: #fff;
font-size: 16px;
}
.sched-popup .sched-popup-media img {
width: 100%;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
position: relative;
left: 0;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-o-transition: all .2s;
-ms-transition: all .2s;
transition: all .2s;
box-shadow: 0 0 0 rgba(0,0,0,.25);
padding: 0;
margin: 0;
display: block;
border: none;
} .sched-popup .sched-popup-close {
position: absolute;
right: 0px;
top: 0px;
color: #fff;
font-size: 18px;
line-height: 18px;
height: 18px;
width: 18px;
padding: 10px;
text-align: center;
z-index: 999999999;
opacity: 0;
-webkit-transition: opacity .2s;
-moz-transition: opacity .2s;
-o-transition: opacity .2s;
-ms-transition: opacity .2s;
transition: opacity .2s;
border-top-right-radius: 3px;
display: block;
display: none;
}
.sched-popup.sched-popup-done .sched-popup-close:hover {
opacity: 1;
}
.sched-popup.sched-popup-done .sched-popup-close {
opacity: .75;
}
.sched-popup .sched-popup-description {
display: none;
background: #fff;  padding: 30px 30px 16px 30px; padding: 0;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.sched-popup p.sched-popup-description-text {
font-family: 'Lato', sans-serif !important;
font-weight: 400 !important;
font-size: 14px !important;
line-height: 24px !important;
padding: 0 !important;
margin: 0 !important;
padding: 30px 30px 30px 30px !important;
}
.sched-popup p.sched-popup-description-text.sched-event-no-description {
display: none;
}
.sched-meta {   }
.sched-meta .sched-meta-field {    padding: 15px 30px 15px 30px;
-webkit-transition: background .2s;
-moz-transition: background .2s;
-o-transition: background .2s;
-ms-transition: background .2s;
transition: background .2s;
}
.sched-meta .sched-meta-field:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.sched-meta .sched-meta-field:hover { }
.sched-meta .sched-meta-field .sched-meta-icon {
float: left;
font-size: 20px; text-align: center;
width: 18px;
margin-top: 14px;
}
.sched-meta .sched-meta-field .sched-meta-right {
margin-left: 50px; }
.sched-meta .sched-meta-field .sched-meta-right .sched-meta-name {
}
.sched-meta .sched-meta-field .sched-meta-right .sched-meta-value {
}
.sched-meta .sched-meta-field.sched-meta-field-single {
}
.sched-meta .sched-meta-field.sched-meta-field-single .sched-meta-icon {
margin-top: 0px;
}
.sched-meta .sched-meta-field.sched-meta-field-no-icon .sched-meta-right {
margin-left: 0;
}
.sched-meta .sched-meta-field.sched-meta-field-no-icon .sched-meta-icon {
display: none;
}
.sched-popup .sched-popup-widgets {
margin-bottom: 16px;
}
.sched-popup .sched-popup-widget { }
.sched-popup .sched-popup-widget:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.sched-popup .sched-popup-widget .sched-popup-widget-icon {
float: left;
margin-top: 3px;
}
.sched-popup .sched-popup-widget .sched-popup-widget-text { margin-left: 30px;
}
.sched-popup .sched-popup-buttons { border-top: 1px solid #eee; padding: 16px;
display: none;
}
.sched-popup .sched-popup-buttons a {  }
.sched-popup .sched-popup-buttons a:hover { }
.sched-popup .sched-popup-edit {
padding: 20px;
box-shadow: inset 0 0 20px rgba(0,0,0,.25);
background: #595967;
height: 100px;
color: #fff;
}
.sched-popup .sched-popup-social-buttons {
margin: 16px 30px 0 30px;
border-top: 1px solid #eee;
padding-top: 16px;
}
.sched-popup .sched-popup-social-buttons:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.sched-popup .sched-popup-social-buttons a.sched-popup-social-button {
text-decoration: none!important;
border: none !important;
padding: 0 !important;
margin: 0 10px 0 0 !important;
width: 40px;
height: 40px;
border-radius: 20px;
z-index: 999;
display: inline-block;
font-size: 14px !important;
color: #fff !important;
line-height: 40px !important;
text-align: center !important;
float: left;
}
.sched-popup .sched-popup-social-buttons a.sched-popup-social-button.sched-popup-social-facebook {
background-color: #3b5998;
}
.sched-popup .sched-popup-social-buttons a.sched-popup-social-button.sched-popup-social-twitter {
background-color: #55acee;
}
.sched-popup .sched-popup-social-buttons a.sched-popup-social-button.sched-popup-social-google-plus {
background-color: #dd4b39;
}
.sched-popup .sched-popup-navigate-left,
.sched-popup .sched-popup-navigate-right {
width: 30px;
height: 50px;
padding: 30px;
background: url(//www.shineyoga.de/wp-content/plugins/rdv-timetable/img/arrow-left.png) no-repeat center center;
background-size: 30px 50px;
opacity: 0;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-o-transition: all .2s;
-ms-transition: all .2s;
transition: all .2s;
cursor: pointer;
position: absolute;
left: -120px;
top: 30px; }
.sched-popup.sched-popup-hide-arrows .sched-popup-navigate-left,
.sched-popup.sched-popup-hide-arrows .sched-popup-navigate-right {
display: none !important;
}
.sched-popup .sched-popup-navigate-right {
background: url(//www.shineyoga.de/wp-content/plugins/rdv-timetable/img/arrow-right.png) no-repeat center center;
background-size: 30px 50px;
left: 600px; }
.sched-popup.sched-popup-done .sched-popup-navigate-left,
.sched-popup.sched-popup-done .sched-popup-navigate-right {
opacity: 1;
}
.sched-popup.sched-popup-done .sched-popup-navigate-left:hover { }
.sched-popup-overlay {
background: #000;
position: fixed;
width: 100%;
height: 100%;
z-index: 99999998;
top: 0;
left: 0;
overflow: hidden;
opacity: 0;
display: none;
}
.sched-popup-overlay .sched-popup-overlay-close {
width: 50px;
height: 50px;
display: block;
position: fixed;
right: 0;
top: 0;
padding: 30px;
background: url(//www.shineyoga.de/wp-content/plugins/rdv-timetable/img/close.png) no-repeat center center;
background-size: 50px 50px;
opacity: .5;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-o-transition: all .2s;
-ms-transition: all .2s;
transition: all .2s;
cursor: pointer;
}
.sched-popup-overlay .sched-popup-overlay-close:hover {
opacity: 1;
} .sched-popup-overlay.sched-popup-overlay-show {
display: block;
animation-duration: 0.5s;
animation-name: schedFadeOverlay;
-ms-animation-duration: 0.5s;
-ms-animation-name: schedFadeOverlay;
-moz-animation-duration: 0.5s;
-moz-animation-name: schedFadeOverlay;
-webkit-animation-duration: 0.5s;
-webkit-animation-name: schedFadeOverlay;
opacity: .5;
}
.sched-popup-overlay.sched-popup-overlay-hide {
display: block;
animation-duration: 0.5s;
animation-name: schedFadeOverlayReverse;
animation-direction: reverse;
-ms-animation-duration: 0.5s;
-ms-animation-name: schedFadeOverlayReverse;
-ms-animation-direction: reverse;
-moz-animation-duration: 0.5s;
-moz-animation-name: schedFadeOverlayReverse;
-moz-animation-direction: reverse;
-webkit-animation-duration: 0.5s;
-webkit-animation-name: schedFadeOverlayReverse;
-webkit-animation-direction: reverse; }
@keyframes schedFadeOverlay {
0% {
display:none; 
opacity: 0;
}
1% {
display: block ; 
opacity: 0;
}
100% {
display: block ; 
opacity: .5;
}
}
@-ms-keyframes schedFadeOverlay {
0% {
display:none; 
opacity: 0;
}
1% {
display: block ; 
opacity: 0;
}
100% {
display: block ; 
opacity: .5;
}
}
@-moz-keyframes schedFadeOverlay {
0% {
display:none; 
opacity: 0;
}
1% {
display: block ; 
opacity: 0;
}
100% {
display: block ; 
opacity: .5;
}
}
@-webkit-keyframes schedFadeOverlay {
0% {
display:none; 
opacity: 0;
}
1% {
display: block ; 
opacity: 0;
}
100% {
display: block ; 
opacity: .5;
}
}
@keyframes schedFadeOverlayReverse {
0% {
display: none ; 
opacity: 0;
}
1% {
display: block ; 
opacity: 0;
}
100% {
display:block; 
opacity: .5;
}
}
@-ms-keyframes schedFadeOverlayReverse {
0% {
display: none ; 
opacity: 0;
}
1% {
display: block ; 
opacity: 0;
}
100% {
display:block; 
opacity: .5;
}
}
@-moz-keyframes schedFadeOverlayReverse {
0% {
display: none ; 
opacity: 0;
}
1% {
display: block ; 
opacity: 0;
}
100% {
display:block; 
opacity: .5;
}
}
@-webkit-keyframes schedFadeOverlayReverse {
0% {
display: none ; 
opacity: 0;
}
1% {
display: block ; 
opacity: 0;
}
100% {
display:block; 
opacity: .5;
}
}
.sched-list {
font-family: 'Lato', sans-serif;
font-weight: 400; }
.sched-list .sched-list-title {
font-size: 24px;
line-height: 32px;
padding: 0 !important;
margin: 18px 32px 18px 0 !important;
font-weight: 700;  color: #3f3f3f;
}
.sched-list .sched-list-column {
margin-bottom: 18px;
}
.sched-list .sched-list-column:last-child {
margin-bottom: 0;
}
.sched-list .sched-list-column .sched-list-column-title {
font-size: 18px;
margin-bottom: 6px;
line-height: 1.5em;
color: #000;
font-weight: 700;
font-family: 'Lato', sans-serif;
}
.sched-list .sched-list-column ul.sched-list-column-events {
list-style-type: none;
padding: 0 !important;
margin: 0 !important;
}
.sched-list .sched-list-column li.sched-list-event-li { list-style-type: none;
padding: 0 !important;
margin: 0 !important; }
.sched-list .sched-list-column li.sched-list-event-li:hover { }
.sched-list a.sched-list-event {
position: relative;
width: 100%;
display: block;
font-size: 14px;
line-height: 24px;
text-decoration: none;
color: #3f3f3f;
font-family: 'Lato', sans-serif;
font-weight: 400; padding: 6px 0 6px 0;
outline: none;
border: none;
box-shadow: none; }
.sched-list a.sched-list-event.sched-list-event-odd { }
.sched-list a.sched-list-event:hover { }
.sched-list a.sched-list-event:hover .sched-list-event-text { text-decoration: underline;
}
.sched-list a.sched-list-event:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.sched-list a.sched-list-event .sched-list-event-color {
display: block;
width: 7px;
height: 7px;
border-radius: 15px;
margin: 8px 2px 2px 2px; float: left;
-webkit-transition: all .1s;
-moz-transition: all .1s;
-o-transition: all .1s;
-ms-transition: all .1s;
transition: all .1s;
display: none;
}
.sched-list a.sched-list-event:hover .sched-list-event-color {
width: 11px;
height: 11px;
margin: 6px 0 0 0;
}
.sched-list a.sched-list-event.sched-list-event-has-color .sched-list-event-color {
display: block;
}
.sched-list a.sched-list-event.sched-list-event-has-background {
padding: 10px;
margin-bottom: 1px !important;
}
.sched-list li:last-child a.sched-list-event.sched-list-event-has-background {
margin-bottom: 0 !important;
}
.sched-list a.sched-list-event .sched-list-event-text { margin-right: 140px; }
.sched-list a.sched-list-event.sched-list-event-has-color .sched-list-event-text {
margin-left: 20px;
}
.sched-list a.sched-list-event .sched-list-event-text .sched-list-event-title { }
.sched-list a.sched-list-event .sched-list-event-text .sched-list-event-description {
font-style: italic;
}
.sched-list a.sched-list-event .sched-list-event-text .sched-list-event-description.sched-list-event-description-truncated {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.sched-list a.sched-list-event .sched-list-event-time { position: absolute;
right: 0;
top: 6px;
width: 140px; text-align: right;
}
.sched-list a.sched-list-event.sched-list-event-has-background .sched-list-event-time {
right: 10px;
}
.sched-list .sched-list-top .sched-sort {
float: none;
}@font-face{font-family:FontAwesomeSCHED;src:url(//www.shineyoga.de/wp-content/plugins/rdv-timetable/packages/icons/fonts/fontawesome-webfont.eot?v=4.3.0);src:url(//www.shineyoga.de/wp-content/plugins/rdv-timetable/packages/icons/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'),url(//www.shineyoga.de/wp-content/plugins/rdv-timetable/packages/icons/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'),url(//www.shineyoga.de/wp-content/plugins/rdv-timetable/packages/icons/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'),url(//www.shineyoga.de/wp-content/plugins/rdv-timetable/packages/icons/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'),url(//www.shineyoga.de/wp-content/plugins/rdv-timetable/packages/icons/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.sched-icon{display:inline-block;font:normal normal normal 14px/1 FontAwesomeSCHED;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)}.sched-icon-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.sched-icon-2x{font-size:2em}.sched-icon-3x{font-size:3em}.sched-icon-4x{font-size:4em}.sched-icon-5x{font-size:5em}.sched-icon-fw{width:1.28571429em;text-align:center}.sched-icon-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.sched-icon-ul>li{position:relative}.sched-icon-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.sched-icon-li.sched-icon-lg{left:-1.85714286em}.sched-icon-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.sched-icon.pull-left{margin-right:.3em}.sched-icon.pull-right{margin-left:.3em}.sched-icon-spin{-webkit-animation:sched-icon-spin 2s infinite linear;animation:sched-icon-spin 2s infinite linear}.sched-icon-pulse{-webkit-animation:sched-icon-spin 1s infinite steps(8);animation:sched-icon-spin 1s infinite steps(8)}@-webkit-keyframes sched-icon-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes sched-icon-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.sched-icon-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sched-icon-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sched-icon-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sched-icon-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.sched-icon-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .sched-icon-flip-horizontal,:root .sched-icon-flip-vertical,:root .sched-icon-rotate-180,:root .sched-icon-rotate-270,:root .sched-icon-rotate-90{filter:none}.sched-icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.sched-icon-stack-1x,.sched-icon-stack-2x{position:absolute;left:0;width:100%;text-align:center}.sched-icon-stack-1x{line-height:inherit}.sched-icon-stack-2x{font-size:2em}.sched-icon-inverse{color:#fff}.sched-icon-glass:before{content:"\f000"}.sched-icon-music:before{content:"\f001"}.sched-icon-search:before{content:"\f002"}.sched-icon-envelope-o:before{content:"\f003"}.sched-icon-heart:before{content:"\f004"}.sched-icon-star:before{content:"\f005"}.sched-icon-star-o:before{content:"\f006"}.sched-icon-user:before{content:"\f007"}.sched-icon-film:before{content:"\f008"}.sched-icon-th-large:before{content:"\f009"}.sched-icon-th:before{content:"\f00a"}.sched-icon-th-list:before{content:"\f00b"}.sched-icon-check:before{content:"\f00c"}.sched-icon-close:before,.sched-icon-remove:before,.sched-icon-times:before{content:"\f00d"}.sched-icon-search-plus:before{content:"\f00e"}.sched-icon-search-minus:before{content:"\f010"}.sched-icon-power-off:before{content:"\f011"}.sched-icon-signal:before{content:"\f012"}.sched-icon-cog:before,.sched-icon-gear:before{content:"\f013"}.sched-icon-trash-o:before{content:"\f014"}.sched-icon-home:before{content:"\f015"}.sched-icon-file-o:before{content:"\f016"}.sched-icon-clock-o:before{content:"\f017"}.sched-icon-road:before{content:"\f018"}.sched-icon-download:before{content:"\f019"}.sched-icon-arrow-circle-o-down:before{content:"\f01a"}.sched-icon-arrow-circle-o-up:before{content:"\f01b"}.sched-icon-inbox:before{content:"\f01c"}.sched-icon-play-circle-o:before{content:"\f01d"}.sched-icon-repeat:before,.sched-icon-rotate-right:before{content:"\f01e"}.sched-icon-refresh:before{content:"\f021"}.sched-icon-list-alt:before{content:"\f022"}.sched-icon-lock:before{content:"\f023"}.sched-icon-flag:before{content:"\f024"}.sched-icon-headphones:before{content:"\f025"}.sched-icon-volume-off:before{content:"\f026"}.sched-icon-volume-down:before{content:"\f027"}.sched-icon-volume-up:before{content:"\f028"}.sched-icon-qrcode:before{content:"\f029"}.sched-icon-barcode:before{content:"\f02a"}.sched-icon-tag:before{content:"\f02b"}.sched-icon-tags:before{content:"\f02c"}.sched-icon-book:before{content:"\f02d"}.sched-icon-bookmark:before{content:"\f02e"}.sched-icon-print:before{content:"\f02f"}.sched-icon-camera:before{content:"\f030"}.sched-icon-font:before{content:"\f031"}.sched-icon-bold:before{content:"\f032"}.sched-icon-italic:before{content:"\f033"}.sched-icon-text-height:before{content:"\f034"}.sched-icon-text-width:before{content:"\f035"}.sched-icon-align-left:before{content:"\f036"}.sched-icon-align-center:before{content:"\f037"}.sched-icon-align-right:before{content:"\f038"}.sched-icon-align-justify:before{content:"\f039"}.sched-icon-list:before{content:"\f03a"}.sched-icon-dedent:before,.sched-icon-outdent:before{content:"\f03b"}.sched-icon-indent:before{content:"\f03c"}.sched-icon-video-camera:before{content:"\f03d"}.sched-icon-image:before,.sched-icon-photo:before,.sched-icon-picture-o:before{content:"\f03e"}.sched-icon-pencil:before{content:"\f040"}.sched-icon-map-marker:before{content:"\f041"}.sched-icon-adjust:before{content:"\f042"}.sched-icon-tint:before{content:"\f043"}.sched-icon-edit:before,.sched-icon-pencil-square-o:before{content:"\f044"}.sched-icon-share-square-o:before{content:"\f045"}.sched-icon-check-square-o:before{content:"\f046"}.sched-icon-arrows:before{content:"\f047"}.sched-icon-step-backward:before{content:"\f048"}.sched-icon-fast-backward:before{content:"\f049"}.sched-icon-backward:before{content:"\f04a"}.sched-icon-play:before{content:"\f04b"}.sched-icon-pause:before{content:"\f04c"}.sched-icon-stop:before{content:"\f04d"}.sched-icon-forward:before{content:"\f04e"}.sched-icon-fast-forward:before{content:"\f050"}.sched-icon-step-forward:before{content:"\f051"}.sched-icon-eject:before{content:"\f052"}.sched-icon-chevron-left:before{content:"\f053"}.sched-icon-chevron-right:before{content:"\f054"}.sched-icon-plus-circle:before{content:"\f055"}.sched-icon-minus-circle:before{content:"\f056"}.sched-icon-times-circle:before{content:"\f057"}.sched-icon-check-circle:before{content:"\f058"}.sched-icon-question-circle:before{content:"\f059"}.sched-icon-info-circle:before{content:"\f05a"}.sched-icon-crosshairs:before{content:"\f05b"}.sched-icon-times-circle-o:before{content:"\f05c"}.sched-icon-check-circle-o:before{content:"\f05d"}.sched-icon-ban:before{content:"\f05e"}.sched-icon-arrow-left:before{content:"\f060"}.sched-icon-arrow-right:before{content:"\f061"}.sched-icon-arrow-up:before{content:"\f062"}.sched-icon-arrow-down:before{content:"\f063"}.sched-icon-mail-forward:before,.sched-icon-share:before{content:"\f064"}.sched-icon-expand:before{content:"\f065"}.sched-icon-compress:before{content:"\f066"}.sched-icon-plus:before{content:"\f067"}.sched-icon-minus:before{content:"\f068"}.sched-icon-asterisk:before{content:"\f069"}.sched-icon-exclamation-circle:before{content:"\f06a"}.sched-icon-gift:before{content:"\f06b"}.sched-icon-leaf:before{content:"\f06c"}.sched-icon-fire:before{content:"\f06d"}.sched-icon-eye:before{content:"\f06e"}.sched-icon-eye-slash:before{content:"\f070"}.sched-icon-exclamation-triangle:before,.sched-icon-warning:before{content:"\f071"}.sched-icon-plane:before{content:"\f072"}.sched-icon-calendar:before{content:"\f073"}.sched-icon-random:before{content:"\f074"}.sched-icon-comment:before{content:"\f075"}.sched-icon-magnet:before{content:"\f076"}.sched-icon-chevron-up:before{content:"\f077"}.sched-icon-chevron-down:before{content:"\f078"}.sched-icon-retweet:before{content:"\f079"}.sched-icon-shopping-cart:before{content:"\f07a"}.sched-icon-folder:before{content:"\f07b"}.sched-icon-folder-open:before{content:"\f07c"}.sched-icon-arrows-v:before{content:"\f07d"}.sched-icon-arrows-h:before{content:"\f07e"}.sched-icon-bar-chart-o:before,.sched-icon-bar-chart:before{content:"\f080"}.sched-icon-twitter-square:before{content:"\f081"}.sched-icon-facebook-square:before{content:"\f082"}.sched-icon-camera-retro:before{content:"\f083"}.sched-icon-key:before{content:"\f084"}.sched-icon-cogs:before,.sched-icon-gears:before{content:"\f085"}.sched-icon-comments:before{content:"\f086"}.sched-icon-thumbs-o-up:before{content:"\f087"}.sched-icon-thumbs-o-down:before{content:"\f088"}.sched-icon-star-half:before{content:"\f089"}.sched-icon-heart-o:before{content:"\f08a"}.sched-icon-sign-out:before{content:"\f08b"}.sched-icon-linkedin-square:before{content:"\f08c"}.sched-icon-thumb-tack:before{content:"\f08d"}.sched-icon-external-link:before{content:"\f08e"}.sched-icon-sign-in:before{content:"\f090"}.sched-icon-trophy:before{content:"\f091"}.sched-icon-github-square:before{content:"\f092"}.sched-icon-upload:before{content:"\f093"}.sched-icon-lemon-o:before{content:"\f094"}.sched-icon-phone:before{content:"\f095"}.sched-icon-square-o:before{content:"\f096"}.sched-icon-bookmark-o:before{content:"\f097"}.sched-icon-phone-square:before{content:"\f098"}.sched-icon-twitter:before{content:"\f099"}.sched-icon-facebook-f:before,.sched-icon-facebook:before{content:"\f09a"}.sched-icon-github:before{content:"\f09b"}.sched-icon-unlock:before{content:"\f09c"}.sched-icon-credit-card:before{content:"\f09d"}.sched-icon-rss:before{content:"\f09e"}.sched-icon-hdd-o:before{content:"\f0a0"}.sched-icon-bullhorn:before{content:"\f0a1"}.sched-icon-bell:before{content:"\f0f3"}.sched-icon-certificate:before{content:"\f0a3"}.sched-icon-hand-o-right:before{content:"\f0a4"}.sched-icon-hand-o-left:before{content:"\f0a5"}.sched-icon-hand-o-up:before{content:"\f0a6"}.sched-icon-hand-o-down:before{content:"\f0a7"}.sched-icon-arrow-circle-left:before{content:"\f0a8"}.sched-icon-arrow-circle-right:before{content:"\f0a9"}.sched-icon-arrow-circle-up:before{content:"\f0aa"}.sched-icon-arrow-circle-down:before{content:"\f0ab"}.sched-icon-globe:before{content:"\f0ac"}.sched-icon-wrench:before{content:"\f0ad"}.sched-icon-tasks:before{content:"\f0ae"}.sched-icon-filter:before{content:"\f0b0"}.sched-icon-briefcase:before{content:"\f0b1"}.sched-icon-arrows-alt:before{content:"\f0b2"}.sched-icon-group:before,.sched-icon-users:before{content:"\f0c0"}.sched-icon-chain:before,.sched-icon-link:before{content:"\f0c1"}.sched-icon-cloud:before{content:"\f0c2"}.sched-icon-flask:before{content:"\f0c3"}.sched-icon-cut:before,.sched-icon-scissors:before{content:"\f0c4"}.sched-icon-copy:before,.sched-icon-files-o:before{content:"\f0c5"}.sched-icon-paperclip:before{content:"\f0c6"}.sched-icon-floppy-o:before,.sched-icon-save:before{content:"\f0c7"}.sched-icon-square:before{content:"\f0c8"}.sched-icon-bars:before,.sched-icon-navicon:before,.sched-icon-reorder:before{content:"\f0c9"}.sched-icon-list-ul:before{content:"\f0ca"}.sched-icon-list-ol:before{content:"\f0cb"}.sched-icon-strikethrough:before{content:"\f0cc"}.sched-icon-underline:before{content:"\f0cd"}.sched-icon-table:before{content:"\f0ce"}.sched-icon-magic:before{content:"\f0d0"}.sched-icon-truck:before{content:"\f0d1"}.sched-icon-pinterest:before{content:"\f0d2"}.sched-icon-pinterest-square:before{content:"\f0d3"}.sched-icon-google-plus-square:before{content:"\f0d4"}.sched-icon-google-plus:before{content:"\f0d5"}.sched-icon-money:before{content:"\f0d6"}.sched-icon-caret-down:before{content:"\f0d7"}.sched-icon-caret-up:before{content:"\f0d8"}.sched-icon-caret-left:before{content:"\f0d9"}.sched-icon-caret-right:before{content:"\f0da"}.sched-icon-columns:before{content:"\f0db"}.sched-icon-sort:before,.sched-icon-unsorted:before{content:"\f0dc"}.sched-icon-sort-desc:before,.sched-icon-sort-down:before{content:"\f0dd"}.sched-icon-sort-asc:before,.sched-icon-sort-up:before{content:"\f0de"}.sched-icon-envelope:before{content:"\f0e0"}.sched-icon-linkedin:before{content:"\f0e1"}.sched-icon-rotate-left:before,.sched-icon-undo:before{content:"\f0e2"}.sched-icon-gavel:before,.sched-icon-legal:before{content:"\f0e3"}.sched-icon-dashboard:before,.sched-icon-tachometer:before{content:"\f0e4"}.sched-icon-comment-o:before{content:"\f0e5"}.sched-icon-comments-o:before{content:"\f0e6"}.sched-icon-bolt:before,.sched-icon-flash:before{content:"\f0e7"}.sched-icon-sitemap:before{content:"\f0e8"}.sched-icon-umbrella:before{content:"\f0e9"}.sched-icon-clipboard:before,.sched-icon-paste:before{content:"\f0ea"}.sched-icon-lightbulb-o:before{content:"\f0eb"}.sched-icon-exchange:before{content:"\f0ec"}.sched-icon-cloud-download:before{content:"\f0ed"}.sched-icon-cloud-upload:before{content:"\f0ee"}.sched-icon-user-md:before{content:"\f0f0"}.sched-icon-stethoscope:before{content:"\f0f1"}.sched-icon-suitcase:before{content:"\f0f2"}.sched-icon-bell-o:before{content:"\f0a2"}.sched-icon-coffee:before{content:"\f0f4"}.sched-icon-cutlery:before{content:"\f0f5"}.sched-icon-file-text-o:before{content:"\f0f6"}.sched-icon-building-o:before{content:"\f0f7"}.sched-icon-hospital-o:before{content:"\f0f8"}.sched-icon-ambulance:before{content:"\f0f9"}.sched-icon-medkit:before{content:"\f0fa"}.sched-icon-fighter-jet:before{content:"\f0fb"}.sched-icon-beer:before{content:"\f0fc"}.sched-icon-h-square:before{content:"\f0fd"}.sched-icon-plus-square:before{content:"\f0fe"}.sched-icon-angle-double-left:before{content:"\f100"}.sched-icon-angle-double-right:before{content:"\f101"}.sched-icon-angle-double-up:before{content:"\f102"}.sched-icon-angle-double-down:before{content:"\f103"}.sched-icon-angle-left:before{content:"\f104"}.sched-icon-angle-right:before{content:"\f105"}.sched-icon-angle-up:before{content:"\f106"}.sched-icon-angle-down:before{content:"\f107"}.sched-icon-desktop:before{content:"\f108"}.sched-icon-laptop:before{content:"\f109"}.sched-icon-tablet:before{content:"\f10a"}.sched-icon-mobile-phone:before,.sched-icon-mobile:before{content:"\f10b"}.sched-icon-circle-o:before{content:"\f10c"}.sched-icon-quote-left:before{content:"\f10d"}.sched-icon-quote-right:before{content:"\f10e"}.sched-icon-spinner:before{content:"\f110"}.sched-icon-circle:before{content:"\f111"}.sched-icon-mail-reply:before,.sched-icon-reply:before{content:"\f112"}.sched-icon-github-alt:before{content:"\f113"}.sched-icon-folder-o:before{content:"\f114"}.sched-icon-folder-open-o:before{content:"\f115"}.sched-icon-smile-o:before{content:"\f118"}.sched-icon-frown-o:before{content:"\f119"}.sched-icon-meh-o:before{content:"\f11a"}.sched-icon-gamepad:before{content:"\f11b"}.sched-icon-keyboard-o:before{content:"\f11c"}.sched-icon-flag-o:before{content:"\f11d"}.sched-icon-flag-checkered:before{content:"\f11e"}.sched-icon-terminal:before{content:"\f120"}.sched-icon-code:before{content:"\f121"}.sched-icon-mail-reply-all:before,.sched-icon-reply-all:before{content:"\f122"}.sched-icon-star-half-empty:before,.sched-icon-star-half-full:before,.sched-icon-star-half-o:before{content:"\f123"}.sched-icon-location-arrow:before{content:"\f124"}.sched-icon-crop:before{content:"\f125"}.sched-icon-code-fork:before{content:"\f126"}.sched-icon-chain-broken:before,.sched-icon-unlink:before{content:"\f127"}.sched-icon-question:before{content:"\f128"}.sched-icon-info:before{content:"\f129"}.sched-icon-exclamation:before{content:"\f12a"}.sched-icon-superscript:before{content:"\f12b"}.sched-icon-subscript:before{content:"\f12c"}.sched-icon-eraser:before{content:"\f12d"}.sched-icon-puzzle-piece:before{content:"\f12e"}.sched-icon-microphone:before{content:"\f130"}.sched-icon-microphone-slash:before{content:"\f131"}.sched-icon-shield:before{content:"\f132"}.sched-icon-calendar-o:before{content:"\f133"}.sched-icon-fire-extinguisher:before{content:"\f134"}.sched-icon-rocket:before{content:"\f135"}.sched-icon-maxcdn:before{content:"\f136"}.sched-icon-chevron-circle-left:before{content:"\f137"}.sched-icon-chevron-circle-right:before{content:"\f138"}.sched-icon-chevron-circle-up:before{content:"\f139"}.sched-icon-chevron-circle-down:before{content:"\f13a"}.sched-icon-html5:before{content:"\f13b"}.sched-icon-css3:before{content:"\f13c"}.sched-icon-anchor:before{content:"\f13d"}.sched-icon-unlock-alt:before{content:"\f13e"}.sched-icon-bullseye:before{content:"\f140"}.sched-icon-ellipsis-h:before{content:"\f141"}.sched-icon-ellipsis-v:before{content:"\f142"}.sched-icon-rss-square:before{content:"\f143"}.sched-icon-play-circle:before{content:"\f144"}.sched-icon-ticket:before{content:"\f145"}.sched-icon-minus-square:before{content:"\f146"}.sched-icon-minus-square-o:before{content:"\f147"}.sched-icon-level-up:before{content:"\f148"}.sched-icon-level-down:before{content:"\f149"}.sched-icon-check-square:before{content:"\f14a"}.sched-icon-pencil-square:before{content:"\f14b"}.sched-icon-external-link-square:before{content:"\f14c"}.sched-icon-share-square:before{content:"\f14d"}.sched-icon-compass:before{content:"\f14e"}.sched-icon-caret-square-o-down:before,.sched-icon-toggle-down:before{content:"\f150"}.sched-icon-caret-square-o-up:before,.sched-icon-toggle-up:before{content:"\f151"}.sched-icon-caret-square-o-right:before,.sched-icon-toggle-right:before{content:"\f152"}.sched-icon-eur:before,.sched-icon-euro:before{content:"\f153"}.sched-icon-gbp:before{content:"\f154"}.sched-icon-dollar:before,.sched-icon-usd:before{content:"\f155"}.sched-icon-inr:before,.sched-icon-rupee:before{content:"\f156"}.sched-icon-cny:before,.sched-icon-jpy:before,.sched-icon-rmb:before,.sched-icon-yen:before{content:"\f157"}.sched-icon-rouble:before,.sched-icon-rub:before,.sched-icon-ruble:before{content:"\f158"}.sched-icon-krw:before,.sched-icon-won:before{content:"\f159"}.sched-icon-bitcoin:before,.sched-icon-btc:before{content:"\f15a"}.sched-icon-file:before{content:"\f15b"}.sched-icon-file-text:before{content:"\f15c"}.sched-icon-sort-alpha-asc:before{content:"\f15d"}.sched-icon-sort-alpha-desc:before{content:"\f15e"}.sched-icon-sort-amount-asc:before{content:"\f160"}.sched-icon-sort-amount-desc:before{content:"\f161"}.sched-icon-sort-numeric-asc:before{content:"\f162"}.sched-icon-sort-numeric-desc:before{content:"\f163"}.sched-icon-thumbs-up:before{content:"\f164"}.sched-icon-thumbs-down:before{content:"\f165"}.sched-icon-youtube-square:before{content:"\f166"}.sched-icon-youtube:before{content:"\f167"}.sched-icon-xing:before{content:"\f168"}.sched-icon-xing-square:before{content:"\f169"}.sched-icon-youtube-play:before{content:"\f16a"}.sched-icon-dropbox:before{content:"\f16b"}.sched-icon-stack-overflow:before{content:"\f16c"}.sched-icon-instagram:before{content:"\f16d"}.sched-icon-flickr:before{content:"\f16e"}.sched-icon-adn:before{content:"\f170"}.sched-icon-bitbucket:before{content:"\f171"}.sched-icon-bitbucket-square:before{content:"\f172"}.sched-icon-tumblr:before{content:"\f173"}.sched-icon-tumblr-square:before{content:"\f174"}.sched-icon-long-arrow-down:before{content:"\f175"}.sched-icon-long-arrow-up:before{content:"\f176"}.sched-icon-long-arrow-left:before{content:"\f177"}.sched-icon-long-arrow-right:before{content:"\f178"}.sched-icon-apple:before{content:"\f179"}.sched-icon-windows:before{content:"\f17a"}.sched-icon-android:before{content:"\f17b"}.sched-icon-linux:before{content:"\f17c"}.sched-icon-dribbble:before{content:"\f17d"}.sched-icon-skype:before{content:"\f17e"}.sched-icon-foursquare:before{content:"\f180"}.sched-icon-trello:before{content:"\f181"}.sched-icon-female:before{content:"\f182"}.sched-icon-male:before{content:"\f183"}.sched-icon-gittip:before,.sched-icon-gratipay:before{content:"\f184"}.sched-icon-sun-o:before{content:"\f185"}.sched-icon-moon-o:before{content:"\f186"}.sched-icon-archive:before{content:"\f187"}.sched-icon-bug:before{content:"\f188"}.sched-icon-vk:before{content:"\f189"}.sched-icon-weibo:before{content:"\f18a"}.sched-icon-renren:before{content:"\f18b"}.sched-icon-pagelines:before{content:"\f18c"}.sched-icon-stack-exchange:before{content:"\f18d"}.sched-icon-arrow-circle-o-right:before{content:"\f18e"}.sched-icon-arrow-circle-o-left:before{content:"\f190"}.sched-icon-caret-square-o-left:before,.sched-icon-toggle-left:before{content:"\f191"}.sched-icon-dot-circle-o:before{content:"\f192"}.sched-icon-wheelchair:before{content:"\f193"}.sched-icon-vimeo-square:before{content:"\f194"}.sched-icon-try:before,.sched-icon-turkish-lira:before{content:"\f195"}.sched-icon-plus-square-o:before{content:"\f196"}.sched-icon-space-shuttle:before{content:"\f197"}.sched-icon-slack:before{content:"\f198"}.sched-icon-envelope-square:before{content:"\f199"}.sched-icon-wordpress:before{content:"\f19a"}.sched-icon-openid:before{content:"\f19b"}.sched-icon-bank:before,.sched-icon-institution:before,.sched-icon-university:before{content:"\f19c"}.sched-icon-graduation-cap:before,.sched-icon-mortar-board:before{content:"\f19d"}.sched-icon-yahoo:before{content:"\f19e"}.sched-icon-google:before{content:"\f1a0"}.sched-icon-reddit:before{content:"\f1a1"}.sched-icon-reddit-square:before{content:"\f1a2"}.sched-icon-stumbleupon-circle:before{content:"\f1a3"}.sched-icon-stumbleupon:before{content:"\f1a4"}.sched-icon-delicious:before{content:"\f1a5"}.sched-icon-digg:before{content:"\f1a6"}.sched-icon-pied-piper:before{content:"\f1a7"}.sched-icon-pied-piper-alt:before{content:"\f1a8"}.sched-icon-drupal:before{content:"\f1a9"}.sched-icon-joomla:before{content:"\f1aa"}.sched-icon-language:before{content:"\f1ab"}.sched-icon-fax:before{content:"\f1ac"}.sched-icon-building:before{content:"\f1ad"}.sched-icon-child:before{content:"\f1ae"}.sched-icon-paw:before{content:"\f1b0"}.sched-icon-spoon:before{content:"\f1b1"}.sched-icon-cube:before{content:"\f1b2"}.sched-icon-cubes:before{content:"\f1b3"}.sched-icon-behance:before{content:"\f1b4"}.sched-icon-behance-square:before{content:"\f1b5"}.sched-icon-steam:before{content:"\f1b6"}.sched-icon-steam-square:before{content:"\f1b7"}.sched-icon-recycle:before{content:"\f1b8"}.sched-icon-automobile:before,.sched-icon-car:before{content:"\f1b9"}.sched-icon-cab:before,.sched-icon-taxi:before{content:"\f1ba"}.sched-icon-tree:before{content:"\f1bb"}.sched-icon-spotify:before{content:"\f1bc"}.sched-icon-deviantart:before{content:"\f1bd"}.sched-icon-soundcloud:before{content:"\f1be"}.sched-icon-database:before{content:"\f1c0"}.sched-icon-file-pdf-o:before{content:"\f1c1"}.sched-icon-file-word-o:before{content:"\f1c2"}.sched-icon-file-excel-o:before{content:"\f1c3"}.sched-icon-file-powerpoint-o:before{content:"\f1c4"}.sched-icon-file-image-o:before,.sched-icon-file-photo-o:before,.sched-icon-file-picture-o:before{content:"\f1c5"}.sched-icon-file-archive-o:before,.sched-icon-file-zip-o:before{content:"\f1c6"}.sched-icon-file-audio-o:before,.sched-icon-file-sound-o:before{content:"\f1c7"}.sched-icon-file-movie-o:before,.sched-icon-file-video-o:before{content:"\f1c8"}.sched-icon-file-code-o:before{content:"\f1c9"}.sched-icon-vine:before{content:"\f1ca"}.sched-icon-codepen:before{content:"\f1cb"}.sched-icon-jsfiddle:before{content:"\f1cc"}.sched-icon-life-bouy:before,.sched-icon-life-buoy:before,.sched-icon-life-ring:before,.sched-icon-life-saver:before,.sched-icon-support:before{content:"\f1cd"}.sched-icon-circle-o-notch:before{content:"\f1ce"}.sched-icon-ra:before,.sched-icon-rebel:before{content:"\f1d0"}.sched-icon-empire:before,.sched-icon-ge:before{content:"\f1d1"}.sched-icon-git-square:before{content:"\f1d2"}.sched-icon-git:before{content:"\f1d3"}.sched-icon-hacker-news:before{content:"\f1d4"}.sched-icon-tencent-weibo:before{content:"\f1d5"}.sched-icon-qq:before{content:"\f1d6"}.sched-icon-wechat:before,.sched-icon-weixin:before{content:"\f1d7"}.sched-icon-paper-plane:before,.sched-icon-send:before{content:"\f1d8"}.sched-icon-paper-plane-o:before,.sched-icon-send-o:before{content:"\f1d9"}.sched-icon-history:before{content:"\f1da"}.sched-icon-circle-thin:before,.sched-icon-genderless:before{content:"\f1db"}.sched-icon-header:before{content:"\f1dc"}.sched-icon-paragraph:before{content:"\f1dd"}.sched-icon-sliders:before{content:"\f1de"}.sched-icon-share-alt:before{content:"\f1e0"}.sched-icon-share-alt-square:before{content:"\f1e1"}.sched-icon-bomb:before{content:"\f1e2"}.sched-icon-futbol-o:before,.sched-icon-soccer-ball-o:before{content:"\f1e3"}.sched-icon-tty:before{content:"\f1e4"}.sched-icon-binoculars:before{content:"\f1e5"}.sched-icon-plug:before{content:"\f1e6"}.sched-icon-slideshare:before{content:"\f1e7"}.sched-icon-twitch:before{content:"\f1e8"}.sched-icon-yelp:before{content:"\f1e9"}.sched-icon-newspaper-o:before{content:"\f1ea"}.sched-icon-wifi:before{content:"\f1eb"}.sched-icon-calculator:before{content:"\f1ec"}.sched-icon-paypal:before{content:"\f1ed"}.sched-icon-google-wallet:before{content:"\f1ee"}.sched-icon-cc-visa:before{content:"\f1f0"}.sched-icon-cc-mastercard:before{content:"\f1f1"}.sched-icon-cc-discover:before{content:"\f1f2"}.sched-icon-cc-amex:before{content:"\f1f3"}.sched-icon-cc-paypal:before{content:"\f1f4"}.sched-icon-cc-stripe:before{content:"\f1f5"}.sched-icon-bell-slash:before{content:"\f1f6"}.sched-icon-bell-slash-o:before{content:"\f1f7"}.sched-icon-trash:before{content:"\f1f8"}.sched-icon-copyright:before{content:"\f1f9"}.sched-icon-at:before{content:"\f1fa"}.sched-icon-eyedropper:before{content:"\f1fb"}.sched-icon-paint-brush:before{content:"\f1fc"}.sched-icon-birthday-cake:before{content:"\f1fd"}.sched-icon-area-chart:before{content:"\f1fe"}.sched-icon-pie-chart:before{content:"\f200"}.sched-icon-line-chart:before{content:"\f201"}.sched-icon-lastfm:before{content:"\f202"}.sched-icon-lastfm-square:before{content:"\f203"}.sched-icon-toggle-off:before{content:"\f204"}.sched-icon-toggle-on:before{content:"\f205"}.sched-icon-bicycle:before{content:"\f206"}.sched-icon-bus:before{content:"\f207"}.sched-icon-ioxhost:before{content:"\f208"}.sched-icon-angellist:before{content:"\f209"}.sched-icon-cc:before{content:"\f20a"}.sched-icon-ils:before,.sched-icon-shekel:before,.sched-icon-sheqel:before{content:"\f20b"}.sched-icon-meanpath:before{content:"\f20c"}.sched-icon-buysellads:before{content:"\f20d"}.sched-icon-connectdevelop:before{content:"\f20e"}.sched-icon-dashcube:before{content:"\f210"}.sched-icon-forumbee:before{content:"\f211"}.sched-icon-leanpub:before{content:"\f212"}.sched-icon-sellsy:before{content:"\f213"}.sched-icon-shirtsinbulk:before{content:"\f214"}.sched-icon-simplybuilt:before{content:"\f215"}.sched-icon-skyatlas:before{content:"\f216"}.sched-icon-cart-plus:before{content:"\f217"}.sched-icon-cart-arrow-down:before{content:"\f218"}.sched-icon-diamond:before{content:"\f219"}.sched-icon-ship:before{content:"\f21a"}.sched-icon-user-secret:before{content:"\f21b"}.sched-icon-motorcycle:before{content:"\f21c"}.sched-icon-street-view:before{content:"\f21d"}.sched-icon-heartbeat:before{content:"\f21e"}.sched-icon-venus:before{content:"\f221"}.sched-icon-mars:before{content:"\f222"}.sched-icon-mercury:before{content:"\f223"}.sched-icon-transgender:before{content:"\f224"}.sched-icon-transgender-alt:before{content:"\f225"}.sched-icon-venus-double:before{content:"\f226"}.sched-icon-mars-double:before{content:"\f227"}.sched-icon-venus-mars:before{content:"\f228"}.sched-icon-mars-stroke:before{content:"\f229"}.sched-icon-mars-stroke-v:before{content:"\f22a"}.sched-icon-mars-stroke-h:before{content:"\f22b"}.sched-icon-neuter:before{content:"\f22c"}.sched-icon-facebook-official:before{content:"\f230"}.sched-icon-pinterest-p:before{content:"\f231"}.sched-icon-whatsapp:before{content:"\f232"}.sched-icon-server:before{content:"\f233"}.sched-icon-user-plus:before{content:"\f234"}.sched-icon-user-times:before{content:"\f235"}.sched-icon-bed:before,.sched-icon-hotel:before{content:"\f236"}.sched-icon-viacoin:before{content:"\f237"}.sched-icon-train:before{content:"\f238"}.sched-icon-subway:before{content:"\f239"}.sched-icon-medium:before{content:"\f23a"}