@charset "utf-8";
.wd_error {
border-color: #dd3d36 !important;
}
.wd_updated {
border-color: #7ad03a !important;
}
.wd_error,
.wd_updated {
background: #fff none repeat scroll 0 0;
border-left: 4px solid #fff;
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
margin: 5px 0 2px;
padding: 1px 12px;
}
.wds_more {
font-size: 12px;
}
div[id^="wds_container"] * {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
line-height: 1;
}
div[id^="wds_container"] p {
padding: 0 !important;
margin: 0 !important;
}
div[id^="wds_container"] video {
max-width: none !important;
margin: 0 !important;
padding: 0 !important;
}
.wds_layer a,
.wds_layer a:hover {
color: inherit !important;
font-size: inherit !important;
font-style: inherit !important;
font-weight: inherit !important;
text-decoration: none;
}
.wds_loading_img {
border: none !important;
float: none;
height: 30px;
background-image: url(//jgmusicals.de/wp-content/plugins/slider-wd/images/ajax_loader.gif);
background-position: center center;
background-repeat: no-repeat;
background-size: 30px 30px;
border: medium none !important;
}
.wds_loading {
text-align: center;
height: 150px;
margin-top: 60px;
}
div[id^="wds_container"] .wds_btn_cont {
height: 100%;
left: 0;
position: absolute;
top: 0;
vertical-align: middle;
width: 100%;
}
div[id^="wds_container"] .wds_contTableCell {
display: table-cell;
}
div[id^="wds_container"] .wds_contTable {
display: table;
}
div[id^="wds_container"] .wds_left_btn_cont,
div[id^="wds_container"] .wds_right_btn_cont,
div[id^="wds_container"] .wds_pp_btn_cont {
display: inline-block;
position: relative;
text-align: center;
vertical-align: middle;
z-index: 150;
}
div[id^="wds_container"] .wds_left_btn_cont {
margin-left: 10px;
}
div[id^="wds_container"] .wds_right_btn_cont {
margin-right: 10px;
}
.wds_preview_cont1 {
display: table;
height: 100%;
width: 100%;
}
.wds_preview_cont2 {
display: table-cell;
vertical-align: middle;
}
span[data-type="wds_text_parent"] * {
color: inherit;
font-family: inherit;
font-size: inherit;
margin: inherit;
padding: inherit;
}
@-webkit-keyframes wdszoom0 { 100% { background-size: 170%; }}
@-webkit-keyframes wdszoom70 { 100% { background-size: 100%; }}
@-moz-keyframes wdszoom0 { 100% { background-size: 170%; }}
@-moz-keyframes wdszoom70 { 100% { background-size: 100%; }}
@keyframes wdszoom0 { 100% { background-size: 170%; }}
@keyframes wdszoom70 { 100% { background-size: 100%; }}
.wds_play_btn_cont{
width:100%; 
height:100%; 
position:absolute; 
z-index: 1; 
cursor:pointer
}.wds_animated {
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.wds_animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.wds_animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes 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 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);
-ms-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);
-ms-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);
-ms-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
-ms-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
-ms-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
-ms-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
-ms-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
-ms-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
-ms-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
-ms-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
-ms-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
-ms-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes 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 swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
-ms-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
-ms-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
-ms-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
-ms-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
-ms-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes 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 tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
-ms-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);
-ms-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);
-ms-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);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
0% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
-ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
-ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
-ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
-ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
-ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 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);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 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);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
-ms-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
-ms-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
-ms-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
-ms-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
-ms-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, 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);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, 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);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
-ms-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
-ms-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
-ms-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
-ms-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0%, 60%, 75%, 90%, 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);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, 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);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
-ms-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
-ms-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
-ms-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0%, 60%, 75%, 90%, 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);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
0%, 60%, 75%, 90%, 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);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
-ms-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
-ms-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
-ms-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
-ms-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, 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);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, 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);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
-ms-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
-ms-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
-ms-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
-ms-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
-ms-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
-ms-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
-ms-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
-ms-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
-ms-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
-ms-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
-ms-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
-ms-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
-ms-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
-ms-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
-ms-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
-ms-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
-ms-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-ms-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
-ms-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
-ms-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
-ms-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
-ms-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
filter: "Alpha(opacity=100)";
}
100% {
opacity: 0;
filter: "Alpha(opacity=0)";
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
filter: "Alpha(opacity=100)";
}
100% {
opacity: 0;
filter: "Alpha(opacity=0)";
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
filter: "Alpha(opacity=100)";
}
100% {
opacity: 0;
filter: "Alpha(opacity=0)";
-webkit-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
-ms-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-200px, 0, 0);
transform: translate3d(-200px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-200px, 0, 0);
-ms-transform: translate3d(-200px, 0, 0);
transform: translate3d(-200px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
-ms-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-ms-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
-ms-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
-ms-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.wds_animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes 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 flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-ms-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);
-ms-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);
-ms-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);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-animation-duration: 3.75s;
animation-duration: 3.75s;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes 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;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
-ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
-ms-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
-ms-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
-ms-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
-ms-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
-ms-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(10, 50, 10, 95deg);
transform: rotate3d(10, 50, 10, 95deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 0.5;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 95deg);
-ms-transform: rotate3d(0, 0, 1, 95deg);
transform: rotate3d(0, 0, 1, 95deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
-ms-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
-ms-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
-ms-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
-ms-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
-ms-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
-ms-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
-ms-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
-ms-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
-ms-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
-ms-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-50%, 0, 0) rotate3d(10, 10, 10, -200deg);
transform: translate3d(-50%, 0, 0) rotate3d(10, 10, 10, -200deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
-ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(20%, 0, 0) rotate3d(10, 10, 10, 160deg);
transform: translate3d(20%, 0, 0) rotate3d(10, 10, 10, 160deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
-ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
-ms-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
-ms-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-50%, 0, 0);
transform: scale(.1) translate3d(-50%, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-200px, 0, 0);
-ms-transform: scale(.1) translate3d(-200px, 0, 0);
transform: scale(.1) translate3d(-200px, 0, 0);
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(200px, 0, 0);
transform: scale(.1) translate3d(200px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
-ms-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@keyframes point-anim {
0% {
transform: scale(0.5);
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-o-transform: scale(0.5);
-ms-transform: scale(0.5);
opacity: 1;
}
100% {
transform: scale(2);
-webkit-transform: scale(2);
-moz-transform: scale(2);
-o-transform: scale(2);
-ms-transform: scale(2);
opacity: 0;
}
}
@-webkit-keyframes point-anim {
0% {
-webkit-transform: scale(0.5);
opacity: 1;
}
100% {
-webkit-transform: scale(2);
opacity: 0;
}
}
.hotspot_text_before {
height: 0;
position: absolute;
width: 0;
z-index: 1;
}@font-face {
font-family: 'FontAwesome';
src: url(//jgmusicals.de/wp-content/plugins/slider-wd/css/font-awesome-4.0.1/fonts/fontawesome-webfont.eot?v=4.0.1);
src: url(//jgmusicals.de/wp-content/plugins/slider-wd/css/font-awesome-4.0.1/fonts/fontawesome-webfont.eot?#iefix&v=4.0.1) format('embedded-opentype'), url(//jgmusicals.de/wp-content/plugins/slider-wd/css/font-awesome-4.0.1/fonts/fontawesome-webfont.woff?v=4.0.1) format('woff'), url(//jgmusicals.de/wp-content/plugins/slider-wd/css/font-awesome-4.0.1/fonts/fontawesome-webfont.ttf?v=4.0.1) format('truetype'), url(//jgmusicals.de/wp-content/plugins/slider-wd/css/font-awesome-4.0.1/fonts/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font-family: FontAwesome !important;
font-style: normal;
font-weight: normal;
line-height: 1 !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
} .fa-lg {
font-size: 1.3333333333333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.2857142857142858em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.142857142857143em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.142857142857143em;
width: 2.142857142857143em;
top: 0.14285714285714285em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.8571428571428572em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-ms-transform: rotate(0deg);
}
100% {
-ms-transform: rotate(359deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-move:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-resize-full:before {
content: "\f065";
}
.fa-resize-small:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-resize-vertical:before {
content: "\f07d";
}
.fa-resize-horizontal:before {
content: "\f07e";
}
.fa-bar-chart-o:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-fullscreen:before {
content: "\f0b2";
}
.fa-group:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-reorder:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building:before {
content: "\f0f7";
}
.fa-hospital:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-expand-o:before {
content: "\f116";
}
.fa-collapse-o:before {
content: "\f117";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-reply-all:before {
content: "\f122";
}
.fa-mail-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-o:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-horizontal:before {
content: "\f141";
}
.fa-ellipsis-vertical:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}@font-face {
font-family: 'roboto-light';
src: url(//jgmusicals.de/wp-content/uploads/useanyfont/160314105935Roboto-Light.woff) format('woff');
font-display: auto;
}
.roboto-light{font-family: 'roboto-light' !important;}
@font-face {
font-family: 'roboto-bold';
src: url(//jgmusicals.de/wp-content/uploads/useanyfont/160314105957roboto-bold.woff) format('woff');
font-display: auto;
}
.roboto-bold{font-family: 'roboto-bold' !important;}
@font-face {
font-family: 'robotoslab-bold';
src: url(//jgmusicals.de/wp-content/uploads/useanyfont/160314110027robotoslab-bold.woff) format('woff');
font-display: auto;
}
.robotoslab-bold{font-family: 'robotoslab-bold' !important;}
@font-face {
font-family: 'robotoslab-regular';
src: url(//jgmusicals.de/wp-content/uploads/useanyfont/160314110119robotoslab-regular.woff) format('woff');
font-display: auto;
}
.robotoslab-regular{font-family: 'robotoslab-regular' !important;}
body, p, blockquote, li, a{
font-family: 'roboto-light' !important;
}
h1{
font-family: 'robotoslab-bold' !important;
}
h2{
font-family: 'robotoslab-regular' !important;
}
h3, h4, b, strong{
font-family: 'roboto-bold' !important;
}.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {float:none;margin: 0; padding: 0; list-style: none;}
.flex-direction-nav li { margin-bottom:0; } .flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: visible;} .flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;} .slides:after {display: block; content:"."; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}  .no-js .slides > li:first-child {display: block;} .flexslider {background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative; margin-bottom:0;} .flex-container {zoom: 1; position: relative;}  .flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;} .flex-direction-nav { height: 0; }
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(//jgmusicals.de/wp-content/themes/encore/css/theme/bg_direction_nav.png) no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li .prev {left: -20px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;} .flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(//jgmusicals.de/wp-content/themes/encore/css/theme/bg_control_nav.png) no-repeat; cursor: pointer; text-indent: -999em;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
cursor: pointer;
overflow: hidden;
z-index: 1104;
display: none;
}
#fancybox-loading div {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 480px;
background-image: url(//jgmusicals.de/wp-content/themes/encore/images/fancybox/fancybox.png);
}
#fancybox-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1100;
display: none;
}
#fancybox-tmp {
padding: 0;
margin: 0;
border: 0;
overflow: auto;
display: none;
}
#fancybox-wrap {
position: absolute;
top: 0;
left: 0;
padding: 20px;
z-index: 1101;
outline: none;
display: none;
} #fancybox-outer {
position: relative;
width: 100%;
height: 100%;
background: #000;
} #fancybox-content {
width: 0;
height: 0;
padding: 0;
outline: none;
position: relative;
overflow: hidden;
z-index: 1102;
border: 0px solid #000;
}
#fancybox-hide-sel-frame {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
z-index: 1101;
}
#fancybox-close {
position: absolute;
top: -20px;
right: -20px;
width: 29px;
height: 29px;
background: transparent url(//jgmusicals.de/wp-content/themes/images/fancybox/fancybox.png) -40px 0px;
cursor: pointer;
z-index: 1103;
display: none;
opacity:0.4; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter:alpha(opacity=40);
}
#fancybox-close:hover {
opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100);
}
#fancybox-error {
color: #444;
font: normal 12px/20px Arial;
padding: 14px;
margin: 0;
}
#fancybox-img {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
border: none;
outline: none;
line-height: 0;
vertical-align: top;
}
#fancybox-frame {
width: 100%;
height: 100%;
border: none;
display: block;
}
#fancybox-left, #fancybox-right {
position: absolute;
bottom: 0px;
height: 100%;
width: 40px;
cursor: pointer;
outline: none;
background: transparent url(//jgmusicals.de/wp-content/themes/encore/images/fancybox/blank.gif);
z-index: 1102;
display: none;
}
#fancybox-left {
left: -50px;
opacity:0.4; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter:alpha(opacity=40);
}
#fancybox-right {
right: -50px;
opacity:0.4; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter:alpha(opacity=40);
}
#fancybox-left:hover,#fancybox-right:hover {
opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100);
}
#fancybox-left-ico, #fancybox-right-ico {
position: absolute;
top: 50%;
left: -9999px;
width: 40px;
height: 40px;
margin-top: -15px;
cursor: pointer;
z-index: 1102;
display: block;
}
#fancybox-left-ico {
background-image: url(//jgmusicals.de/wp-content/themes/encore/images/fancybox/fancybox.png);
background-position: -40px -30px;
left:0;
}
#fancybox-right-ico {
background-image: url(//jgmusicals.de/wp-content/themes/encore/images/fancybox/fancybox.png);
background-position: -40px -60px;
left:0;
}
#fancybox-left:hover, #fancybox-right:hover {
visibility: visible; }
#fancybox-left:hover span {
left: 0;
}
#fancybox-right:hover span {
left: auto;
right: 0;
}
.fancybox-bg {
position: absolute;
padding: 0;
margin: 0;
border: 0;
width: 20px;
height: 20px;
z-index: 1001;
} #fancybox-title {
z-index: 1102;
}
.fancybox-title-inside {
padding-bottom: 10px;
text-align: center;
color: #333;
background: #fff;
position: relative;
}
.fancybox-title-outside {
padding-top: 10px;
color: #fff;
}
.fancybox-title-over {
position: absolute;
bottom: 0;
left: 0;
color: #333;
text-align: left;
}
#fancybox-title-over { }
.fancybox-title-float {
position: absolute;
left: 0;
bottom: -20px;
height: 32px;
}
#fancybox-title-float-wrap {
border: none;
border-collapse: collapse;
width: auto;
}
#fancybox-title-float-wrap td {
border: none;
white-space: nowrap;
}
#fancybox-title-float-left {
padding: 0 0 0 15px; }
#fancybox-title-float-main {
line-height: 29px;
padding: 0 0 3px 0; }
#fancybox-title-float-right {
padding: 0 0 0 15px; } .fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_close.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
height: expression(this.parentNode.clientHeight + "px");
}
#fancybox-loading.fancybox-ie6 {
position: absolute; margin-top: 0;
top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}
#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_loading.png', sizingMethod='scale'); } .fancybox-ie .fancybox-bg { background: transparent !important; }
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
  html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline; } html, body { height:100%; }
body{background:#111;font:13px/18px Arial, Helvetica, sans-serif;}
body {-webkit-text-size-adjust:100%;}  #wrapper {height:100%; height:auto !important; min-height:100%; margin-bottom:-300px; }
.homepage, .section{z-index:1;}
.section .content{max-width:870px;margin:auto;position:relative;padding:100px 0 70px 0;}
.section.odd{background:#fff; background-attachment:scroll;}
.section.even{background:#f9f9f9; background-attachment:scroll;} .section.odd{color:#fff;} .section.even{color:#fff;}
.page-inner-left{width:620px;float:left; margin:0 30px 0 0;}
.page-inner-right{width:620px;float:left; margin:0 0 0 30px;} .header{width:100%; min-height:50px; height:auto !important; height:50px; line-height:49px; background:#fff; position:fixed; top:0; z-index:50;-moz-box-shadow: 10px 10px 8px #ccc;
-webkit-box-shadow: 10px 10px 8px #ccc;box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);}
.header.header-main{display:none;}
.header .inner {max-width:870px;margin:auto;}
.header .logo-container{height:50px; position:relative;float:left;}
.header .logo-container .logo{position:relative; bottom:0;}
.admin-bar .header{ top:28px; }  .menu ul{list-style:none; float:right; font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:0;}
.menu ul li{margin-bottom: 0;position: relative;}
.menu > ul > li{float:left;padding:0; margin:0; }
.menu ul li:last-child{padding-right:0;} .menu ul li a{font-family: Verdana, sans-serif; font-size: 11px; color:#ccc; text-decoration:none; padding: 0 15px; display:block; -webkit-transition-property:background, color;-moz-transition-property:background, color;-o-transition-property:background, color;transition-property:background, color; -webkit-transition-duration:500ms,600ms;-moz-transition-duration:500ms,600ms;-o-transition-duration:500ms,600ms;transition-duration:500ms,600ms; -webkit-transition-delay:0s,100ms;-moz-transition-delay:0s,100ms;-o-transition-delay:0s,100ms;transition-delay:0s,100ms;}
.menu ul li a:hover{color:#fc7022;} .menu .sub-menu,.menu .children{width: 180px;opacity: 0;visibility: hidden;position: absolute;z-index: 101;background:#fff;background: rgba(255,255,255,0.8);box-shadow: 0 2px 2px rgba(0,0,0,0.3); -webkit-transform:translateY(5px);-moz-transform:translateY(5px);-o-transform:translateY(5px);transform:translateY(5px); -webkit-transition-property:-webkit-transform, opacity;-moz-transition-property:-moz-transform, opacity;-o-transition-property:-o-transform, opacity;transition-property:transform, opacity; -webkit-transition-duration:200ms,200ms;-moz-transition-duration:200ms,200ms;-o-transition-duration:200ms,200ms;transition-duration:200ms,200ms;}
.menu .sub-menu ul,.menu .children ul{top:0;left:180px;visibility: hidden;}
.menu .sub-menu li,.menu .children li{float: none;background: none;border-bottom: 1px dotted #555;padding-left: 0;padding-right: 0;}
.menu .sub-menu li a,.menu .children li a{color: #ccc; line-height:20px; padding: 10px 15px;}
.menu .sub-menu li:last-child,.menu .children li:last-child{border-bottom: none;} .menu ul li:hover > a{ background:rgba(255,255,255,1); color:#fc7022; }
.menu .sub-menu li.menu-item-has-children > a:after,
.menu .children li.page_item_has_children > a:after{content:"\25b8";height: 5px;position: relative;top: 1px;width: 5px;float: right;margin-right: -6px;font-size: 9px;}
.menu .sub-menu li.menu-item-has-children .sub-menu li.menu-item-has-children > a:after,
.menu .children li.page_item_has_children .sub-menu li.page_item_has_children > a:after{content: ""}
.menu .sub-menu li:hover > a,.menu .children li:hover > a{background:#fff;color:#ccc;} .menu ul li:hover > .sub-menu,.menu ul li:hover > .children{visibility: visible; opacity: 1; -moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);-webkit-transform:translateY(0px);transform:translateY(0px);}
.menu ul li.current > a,.menu ul li.current-menu-item > a,.menu ul li.current_page_item > a,.menu ul li.current-menu-ancestor > a,.menu ul li.current_page_ancestor > a{background:#333 !important;color:#eee;}    .homepage{width:870px;color:#fff; font:15px/18px Arial, Helvetica, sans-serif;padding-top:0 !important; display:table; margin:auto;}
.homepage .content{max-width:870px;margin:auto;padding:0px; display:table-cell; vertical-align:middle; opacity:0;} .column_homepage{width:48%;margin-right:4%; float:left;}
.column_homepage.center{float:none;width:100%;}
.column_homepage.right{margin-right:0;}
.page-down{width:78px;height:78px;background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/theme/page-down.png) no-repeat;left:50%;margin-left:-32px;position:absolute;bottom:15px;} .section-title{width:100%;padding-bottom:50px;margin-bottom:50px;} .section.odd .section-title{ border-bottom:1px solid #ddd;} .section.even .section-title{ border-bottom:1px solid #222;}  .teaser{width:100%;height:480px; padding:0;margin:0;background-attachment:fixed;background-repeat:repeat; border-top:5px solid rgba(0,0,0,0.30);border-bottom:5px solid rgba(0,0,0,0.30);color:#fff !important; text-align:center; position:relative;}
.teaser .info-container{display:table;width:100%;height:100%; padding:0 !important;margin:0 !important;background:transparent url(//jgmusicals.de/wp-content/themes/encore/images/patterns/fullscreen-overlay-pattern.png) repeat top left;}
.teaser .info-container .info{display: table-cell; vertical-align:middle;}
.teaser .info-container .info .info-inner{max-width:870px; margin:auto;} .teaser.fixed{background-attachment:fixed;}
.teaser.fixed-desktop{background-attachment:fixed !important;} .teaser.scroll{background-attachment:scroll;}
.teaser .column_one_half,.teaser .column_one_third{margin-bottom:0px;} .teaser a{font-weight:bold;}
.teaser a:hover{opacity:0.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";} .teaser blockquote{width:100%; border:none;background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/blockquotes/blockquote-default-teaser.png) center top  no-repeat;padding:50px 0 0 0 ;margin:0;font:25px/35px Arial, Helvetica, sans-serif;}
.teaser blockquote p{text-transform: none;}
.teaser blockquote.quote {border:none;background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/blockquotes/blockquote-quote-teaser.png) center top  no-repeat !important;padding:50px 0 0 0;} .teaser ul.tweet_list li{background: none !important; font-size:15px;}
.teaser ul.tweet_list li a.tweet_user{text-transform:uppercase;}
.teaser ul.tweet_list,.teaser ul.tweet_list li a.tweet_user, .teaser ul.tweet_list li span.tweet_time,.teaser ul.tweet_list li span.tweet_text{margin:0; float:none;}
.teaser ul.tweet_list li span.tweet_text{padding-top:10px;} .teaser .video video, .teaser .video iframe, .teaser .video object, .teaser .video embed, .teaser .video div { width:100%; height:100% !important; max-width:100% !important; max-height:100% !important; } .teaser .flexslider{margin:0 auto 0 auto;} .teaser .submit.submitSmall{float:none;padding:13px 24px;margin:auto;}
.teaser .submit.submitTheme{float:none;padding:15px 24px;margin:auto;}
.teaser .submit.submitLarge{float:none;padding:17px 24px;margin:auto;} .homepage a.action-link span.icon,.teaser a.action-link span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-default-white.png) 0 0;}
.homepage a.action-link.android span.icon,.teaser a.action-link.android span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-android-white.png) 0 0;}
.homepage a.action-link.apple span.icon, .teaser a.action-link.apple span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-apple-white.png) 0 0 ;}
.homepage a.action-link.blackberry span.icon, .teaser a.action-link.blackberry span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/icons/al-blackberry-white.png) 0 0 ;}
.homepage a.action-link.chat span.icon, .teaser a.action-link.chat span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-chat-white.png) 0 0 ;}
.homepage a.action-link.download span.icon, .teaser a.action-link.download span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/icons/al-download-white.png) 0 0 ;}
.homepage a.action-link.facebook span.icon, .teaser a.action-link.facebook span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-facebook-white.png) 0 0 ;}
.homepage a.action-link.github span.icon, .teaser a.action-link.github span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-github-white.png) 0 0 ;}
.homepage a.action-link.grooveshark span.icon, .teaser a.action-link.grooveshark span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-grooveshark-white.png) 0 0 ;}
.homepage a.action-link.heart span.icon, .teaser a.action-link.heart span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-heart-white.png) 0 0 ;}
.homepage a.action-link.ipad span.icon, .teaser a.action-link.ipad span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-ipad-white.png) 0 0 ;}
.homepage a.action-link.iphone span.icon, .teaser a.action-link.iphone span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-iphone-white.png) 0 0 ;}
.homepage a.action-link.location span.icon, .teaser a.action-link.location span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-map-white.png) 0 0 ;}
.homepage a.action-link.paypal span.icon, .teaser a.action-link.paypal span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-paypal-white.png) 0 0 ;}
.homepage a.action-link.play span.icon, .teaser a.action-link.play span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-play-white.png) 0 0 ;}
.homepage a.action-link.soundcloud span.icon, .teaser a.action-link.soundcloud span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-soundcloud-white.png) 0 0 ;}
.homepage a.action-link.spotify span.icon, .teaser a.action-link.spotify span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-spotify-white.png) 0 0 ;}
.homepage a.action-link.twitter span.icon, .teaser a.action-link.twitter span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-twitter-white.png) 0 0 ;}
.homepage a.action-link.windows span.icon, .teaser a.action-link.windows span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-windows-white.png) 0 0 ;}
.homepage a.action-link, .teaser a.action-link,.homepage a.action-link:hover span.label,.homepage a.action-link:hover span.small, .teaser a.action-link:hover span.label,.teaser a.action-link:hover span.small{color:#fff !important;}
.teaser a.action-button{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";} .page-media{width:100%;height:auto;margin-bottom:30px;}
.page-media img{max-width:100%;height:auto;}
.page-media .flexslider, .page-media .flexslider{margin-bottom:0px;} .blog-inner-left{width:620px;float:left; margin:0 30px 0 0;}
.blog-inner-right{width:620px;float:right; margin:0 0 0 30px;}
.blog-post{margin-bottom:50px;padding-bottom:50px; overflow:hidden;}
.blog-post.post-last{ margin-bottom:20px;}
.blog-post-content{width:620px; float:left;}
.blog-post-content .blog-post-content-inner{width:555px; float:left;}
.blog-post-content .blog-post-media-type{width:45px;height:45px;background:#FC7022 url(//jgmusicals.de/wp-content/themes/encore/images/ui/theme/post-type.png) 0 0 no-repeat;float:left; margin-right:20px;}
.blog-post-content .blog-post-media-type.type-text{background-position:0 0;}
.blog-post-content .blog-post-media-type.type-image{background-position:0 -45px;}
.blog-post-content .blog-post-media-type.type-video{background-position:0 -90px;}
.blog-post-content p:last-child{margin-bottom:0px;}
.blog-post-content h1.post-title,.blog-post-content h3.post-title{ font-size:28px; line-height:28px; margin-bottom:5px;}
.blog-post-content h1.post-title a,.blog-post-content h3.post-title a { color:#888; }
.blog-post-content h1.post-title a:hover,.blog-post-content h3.post-title a:hover { color:#ff005a; }
.blog-post-content .blog-post-media, .blog-post-media{width:100%; height:auto;margin-bottom:30px; overflow:hidden;}
.blog-post-content .blog-post-media img{width:100%}
.blog-post-content .blog-post-media .video video, .blog-post-content .blog-post-media .video iframe, .blog-post-content .blog-post-media .video object, .blog-post-content .blog-post-media .video embed, .blog-post-content .blog-post-media .video div { width:100%; height:100% !important; max-width:100% !important; max-height:100% !important; }
.blog-post-content .blog-post-meta{width:100%; float:left; color:#999;margin-bottom:30px; font-size:11px;}
.blog-post-content .blog-post-meta a{font-weight:bold;}
.blog-post-content .blog-post-meta a:hover{color:#ff005a;text-decoration:underline;}
.blog-post-content .blog-post-meta-separator{margin-left:6px; margin-right:6px;}
.blog-post-content p{margin-bottom:30px;}
.blog-post-content .blog-post-read-more{margin-bottom:0px;}
.blog-post-media .thumb, .blog-post-media .flexslider, .blog-post-media .video {margin-bottom:0;} .section.odd .blog-post.sticky { border-bottom:3px solid #ddd; }
.section.even .blog-post.sticky { border-bottom:3px solid #ddd; }
.section.odd .blog-post.sticky h3.post-title a { color:#ff005a; }
.section.even .blog-post.sticky h3.post-title a { color:#ff005a; } .pagination .nav-next{float:right;}
.blog-post-navigation{width:100%;margin-bottom:50px;}
.blog-post-navigation #previous-post {float:left;}
.blog-post-navigation #next-post {float:right;}
.blog-post-navigation #previous-post a,.blog-post-navigation #next-post a{text-decoration:none;}
.blog-post-navigation #previous-post a:hover,.blog-post-navigation #next-post a:hover{text-decoration:underline;} #comments {float:left;width:100%;margin-bottom:50px;padding:0;}
#respond {float:left;width:100%;margin-top:0;padding:10px 0 0 0;}
.comment_list{float:left; width:100%; list-style:none; margin:0; padding:0;}
#comments,#respond {float:left; width:100%;}
#respond .comment-notes {float:left;}
.comment_list li #respond{padding-top:30px;}
.comment_list li #respond .form-submit {margin-bottom:0;}	
.comment_list li{width:600px; margin-bottom:30px; padding-bottom:30px; float:left;}
.comment_list li .avatarWrapper {float:left; position:relative; width:60px; height:60px; margin-right:25px; overflow:hidden; }
.comment_list .children .avatarWrapper {float:left; position:relative; width:60px; height:60px; overflow:hidden; border:5px solid rgba(0,0,0,0.5); }
.comment_list li .avatar { float:left; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius:0px; overflow:hidden; display:block; }
.section.odd .comment_list li .avatarWrapper { border:3px solid rgba(0,0,0,0.5); }
.section.even .comment_list li .avatarWrapper { border:3px solid rgba(153,153,153,0.5); }
.comment_list li .comment_left{width:505px; float:left;}
.comment_date,.commentary p{ width:100%; margin-bottom:20px;}
.comment_list li .media_holder{margin-bottom:0px;}
.comment_list .children{ float:left;margin-bottom:0; margin:0; padding:0; list-style:none; }
.comment_list .children li{width:525px; margin:30px 0 0 75px; padding-bottom:0; padding-top:30px; float:left;}
.comment_list .children li .comment_left{width:430px; float:left;}
.layout3 .comment_list li{width:870px;}
.layout3 .comment_list li .comment_left {width:785px;}
.layout3 .comment_list .children li{width:795px;}
.layout3 .comment_list .children li .comment_left{width:710px;}
#reply-title{float:left; width:100%; margin-top:0;}
.comment_list li{border-bottom:1px solid #ddd;}
.comment_list .children li{border-bottom:none; border-top:1px solid #ddd;}
.section.even .comment_list li{border-bottom:1px solid #444;}
.section.even .comment_list .children li{border-bottom:none; border-top:1px solid #444;}
.comment_list li p{font-size:12px;}
.comment_date {font-size:12px;color:#333; font-family:Arial, Helvetica, sans-serif;}
.comment_name {width:100%; margin-bottom:2px; font: bold 16px/18px Arial, Helvetica, sans-serif;}
.comment_name a { color:#333; text-decoration:none; }
.comment_list li.last{border:none;padding:0px;}
#cancel-comment-reply-link { font-size:12px; color:#888; }
#commentform ul.left {clear:both;float:left;width:293px;margin:0 13px 0 0;padding:0;list-style:none;}
#commentform ul.right {float:left !important;width:293px;margin:0;padding:0;list-style:none;}
#commentform ul.left li {float:left;width:293px;margin:0;border-bottom:0;padding-bottom:0;}
#commentform ul.right li {float:left;width:293px;margin:0;border-bottom:0;padding-bottom:0;}
#commentform .form-submit {clear:both;}
#commentform .form-submit #submit {float:left;height:45px;font-size:12px;line-height:45px;color:#fff;background:#666;text-decoration:none;text-transform:uppercase;padding:0 24px;border:0;cursor:pointer;outline:0;margin:0;-webkit-appearance: none;border-radius:3px;}
#commentform .form-submit #submit:hover, #commentform .form-submit #submit:focus, #commentform .form-submit #submit:active {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter: alpha(opacity=80);opacity: 0.8;}
#commentform .form-submit #submit:active {position:relative;top:1px;}
#comments.user_logged_in .form-submit #submit, #comments.user_logged_in #commentform ul.right {float:left !important;}
#comments a.comment-reply-link {float:left;color:#ff005a;text-decoration:none;border-bottom:0;font-weight:bold;}
#comments a.comment-reply-link:hover {text-decoration:underline;}
.comment-pagination { float:left; width:100%; border-bottom:1px dotted #333; padding-bottom:30px; }
.comment-pagination a { text-decoration:none; }
.comment-pagination .nav-previous { float:left; }
.comment-pagination .nav-next { float:right; }		
#sidebar.left{width:220px; float:left; overflow:hidden;}
#sidebar.right{width:220px; float:right;}
#sidebar ul{list-style:none; margin:0; width:100%;}
#sidebar ul li{ float:left;width:100%;margin-bottom:40px;padding-bottom:40px;}
#sidebar ul li:last-child{margin-bottom:0px;padding:0px;border:none !important;}
#sidebar ul li h4.widgettitle{font-size:20px;}
#sidebar ul li ul {list-style:none;}
#sidebar ul li ul li{border:none !important;}
#sidebar ul li ul li a{text-decoration:none; font-weight:bold; width:100%;}
#sidebar ul li ul li p.date{color:#999; font-size:11px;text-transform:uppercase;}
#sidebar ul li ul li a:hover{text-decoration:underline;} #sidebar ul li ul li{margin-bottom:5px; padding:0; border:none;}
#sidebar ul li ul li p:last-child{margin-bottom:0px;} #sidebar ul li.widget-categories ul li{margin:0px; padding:0;border:none;} #sidebar  ul li.widget_tag_cloud a{-moz-border-bottom-colors: none;-webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; display: block; float: left;font-size: 12px !important;margin:0 10px 10px 0;padding: 3px 8px;} #sidebar ul li .txtFld{width:100%;height:45px;line-height:45px;padding:0 20px;margin-bottom:20px;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;} #sidebar  ul li ul.tweet_list li{margin-bottom:20px; overflow:hidden; border:none;padding:0;}
#sidebar  ul li ul.tweet_list li:last-child{margin-bottom:0;}
#sidebar  ul li ul.tweet_list li a.tweet_user{margin-left:20px;}
#sidebar  ul li ul.tweet_list li span.tweet_time{text-transform:uppercase;font-size:10px;margin-left:20px; font-style:italic;margin-left:20px;display:block;}
#sidebar  ul li ul.tweet_list li span.tweet_text{color:#999;margin:0 0 10px 20px; display:block;}
#sidebar  ul li ul.tweet_list li a.tweet_avatar img{margin-right:10px;} #sidebar ul li.widget_calendar table { width:100%; }
#sidebar ul li.widget_calendar table th { text-align:left; font-weight:bold; }
#sidebar ul li.widget_calendar table td, #sidebar ul li.widget_calendar table caption { text-align:left; }
#sidebar ul li.widget_calendar table td { width:14.25%; } .section.odd .blog-post, .section.odd #sidebar ul li, .section.odd .blog-post-comments{border-bottom:1px solid #ddd;}
.section.odd #sidebar ul li ul li a{color:#999;}
.section.odd #sidebar ul li ul li a:hover{color:#ff005a;} 
.section.odd #sidebar ul li ul.tweet_list li{background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/theme/tweet-quote-odd.png) 0 3px no-repeat;}
.section.odd #sidebar ul li.widget_tag_cloud a{background:#999; color:#eee !important;}
.section.odd #sidebar ul li.widget_tag_cloud a:hover{background:#ff005a; color:#fff !important;}
.section.odd #sidebar ul li .txtFld{background-color:#f6f6f6;color:#999;border:1px solid #ddd; color:#999; font: 13px/18px Arial, Helvetica, sans-serif;}
.section.odd #sidebar ul li .txtFld:hover{background-color:#f9f9f9;color:#888;border:1px solid #ddd;}
.section.odd #sidebar ul li .txtFld:focus{background-color:#fff;color:#888;border:1px solid #ddd;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);}
.section.odd .blog-pagination ul li a{border:1px solid #e2e2e2;color:#666;}
.section.odd .blog-pagination ul li a:hover{border:1px solid #ff005a;background:#ff005a;color:#fff;}
.section.odd .blog-pagination ul li a.active{background: #e2e2e2;}
.section.odd .blog-pagination ul li a.active:hover{background: #666;border:1px solid #666;}
.section.odd #sidebar ul li.widget_calendar table td, .section.odd #sidebar ul li.widget_calendar table caption {color:#999;} .section.even .blog-post,.section.even #sidebar ul li,.section.even .blog-post-comments{border-bottom:1px solid #222;}
.section.even #sidebar ul li ul li a{color:#444;}
.section.even #sidebar ul li ul li a:hover{color:#ff005a;} 
.section.even #sidebar ul li ul.tweet_list li{background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/theme/tweet-quote-even.png) 0 3px no-repeat;}
.section.even #sidebar ul li.widget_tag_cloud a{background:#444; color: #f4f4f5 !important;}
.section.even #sidebar ul li.widget_tag_cloud a:hover{background:#ff005a; color:#fff !important;}
.section.even #sidebar ul li .txtFld{background:#151515;-webkit-appearance: none;border:1px solid #070707; color:#555; font: 13px/18px Arial, Helvetica, sans-serif;}
.section.even #sidebar ul li .txtFld:hover{background-color:#222;color:#666;border:1px solid #070707;}
.section.even #sidebar ul li .txtFld:focus{background-color:#222;color:#999;border:1px solid #070707;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.8);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.8);box-shadow:inset 0 1px 2px rgba(0,0,0,0.8);}
.section.even .blog-pagination ul li a{border:1px solid #444;color:#999;}
.section.even .blog-pagination ul li a:hover{border:1px solid #ff005a;background:#ff005a;color:#fff;}
.section.even .blog-pagination ul li a.active{background: #666;}
.section.even .blog-pagination ul li a.active:hover{background: #222;border:1px solid #222;}
.section.even #sidebar ul li.widget_calendar table td, .section.even #sidebar ul li.widget_calendar table caption {color:#444;} #sidebar ul.socialSmall li,#sidebar ul.socialSmall li a{width:22px;margin-right:5px;} .loading-animation { float:left; width:48px; height:24px; background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/theme/loader-light.gif) no-repeat center -24px; }
.section.odd .loading-animation { float:left; width:48px; height:24px; background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/theme/loader-light.gif) no-repeat center -24px; }
.section.even .loading-animation { float:left; width:48px; height:24px; background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/theme/loader-dark.gif) no-repeat center -24px; }
#sidebar.contact_sidebar { float:left; width:30.6666%; margin-bottom:30px; margin-right:4%; position:relative; overflow:hidden; }
.udt_honey {display:none;} #signup{padding-top:0px;}
.signup{position:relative;width:575px;margin:auto;margin-bottom:30px;}
.signup p{margin-bottom:0;}
.signup input[type=text],input[type=submit]{margin-bottom:20px;}
.signup input[type=text]{width:450px;height:60px;line-height:60px;padding:0 20px;box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;border:1px solid transparent;border-top-left-radius: 5px;border-bottom-left-radius: 5px;-webkit-border-top-left-radius: 5px;-webkit-border-bottom-left-radius: 5px;-moz-border-radius-topleft:5px;-moz-border-radius-bottomleft:5px; float:left;background:#f3f3f3;-webkit-appearance: none; color:#666; font: 13px/18px Arial, Helvetica, sans-serif;}
.signup input[type=submit].signupSubmit{width:125px;height:60px;background:#fc7022 url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/button-gradient.png) 0 0 repeat-x;color:#fff;line-height:60px;border:none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;-webkit-border-top-right-radius: 5px;-webkit-border-bottom-right-radius: 5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;float:left; cursor: pointer;}
.signup input[type=submit].signupSubmit:hover{opacity:0.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";} .signup input[type=text].required{background:#f3f3f3 url(//jgmusicals.de/wp-content/themes/encore/images/ui/theme/input-required-light.png);background-position: right center !important;}
.signup input[type=text]:hover{background-color:#eee;color:#666;}
.signup input[type=text]:focus{background-color:#fff;color:#999;border:1px solid #ddd;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1); outline:none;} .signup .errorOutline {border:1px solid #FC7022 !important;}
.signup .errorMsg {color:#FC7022 !important;}
#newsletter-msg { position:absolute; width:100%; text-align:center; }
#newsletter-loader, .page.odd #newsletter-loader { float:left; clear:both; width:100%; margin:-20px 0 10px; height:10px; background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/theme/loader2-white.gif) center bottom no-repeat; display:none; }
.page.even #newsletter-loader{ float:left; clear:both; width:100%; margin:-20px 0 10px; height:10px; background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/theme/loader2-gray.gif) center bottom no-repeat; display:none; }
.newsletter-title, .newsletter-content, .newsletter-thankyou, .newsletter-thankyou-content { position:relative; text-align: center;} .form p{margin-bottom:0;}
input[type=text]{width:300px;height:45px;line-height:45px;padding:0 20px;margin-bottom:20px;}
textarea {width:560px;height:200px;padding:20px;margin-bottom:20px; overflow:auto;}
input[type=text],textarea{box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
#msg { float:left; margin-left:10px; }
.errorOutline {border:1px solid #fc7022 !important;}	
.errorMsg {color:#fc7022 !important;} .section.odd input[type=text],.section.odd textarea{background:#f6f6f6;-webkit-appearance: none;border:1px solid #ddd; color:#999; font: 13px/18px Arial, Helvetica, sans-serif;}
.section.odd input[type=text].required,.section.odd textarea.required{background:#fff url(//jgmusicals.de/wp-content/themes/encore/images/ui/theme/input-required-light.png) right 13px no-repeat;border:1px solid #e6e6e6;}
.section.odd input[type=text]:hover,.section.odd textarea:hover{background-color:#f9f9f9;color:#888;border:1px solid #ddd;}
.section.odd input[type=text]:focus,.section.odd textarea:focus{background-color:#fff;color:#888;border:1px solid #ddd;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);} .section.even input[type=text],.section.even textarea{background:#151515;-webkit-appearance: none;border:1px solid #070707; color:#555; font: 13px/18px Arial, Helvetica, sans-serif}
.section.even input[type=text].required,.section.even textarea.required{background:#202020 url(//jgmusicals.de/wp-content/themes/encore/images/ui/theme/input-required-dark.png) right 13px no-repeat;border:1px solid #111;}
.section.even input[type=text]:hover,.section.even textarea:hover{background-color:#222;color:#666;border:1px solid #070707;}
.section.even input[type=text]:focus,.section.even textarea:focus{background-color:#222;color:#999;border:1px solid #070707;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);} #footer{position:relative; overflow:hidden; padding:50px 0; z-index:6; height:200px; width:100%; }
#footer .footer_content_wrapper { display:table; width:100%; height:100%; }
#footer .content{max-width:930px;margin:auto;text-align:center; white-space:nowrap; display:table-cell; vertical-align:middle;}
#footer .content .logo{margin-bottom:30px;}
#footer p.copyright{margin-bottom:0;}
#footer{background:#353535;color:#999;}
#footer p.copyright{font:12px/14px Arial, Helvetica, sans-serif;}
#footer .social-share {margin:20px auto 0; width:180px;}
#footer .twitter-share-button .twitter-count-horizontal{width:90px;} #footer ul.socialSmall li a{background-image:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/social/social-sprite-small-dark.png);background-repeat: no-repeat;float:left;width:22px;height:22px;margin-right:3px;margin-left:3px;}  .section-button{float:left;width:100%;height:20px;position:absolute;bottom:-5px;border-bottom:5px solid rgba(0,0,0,0.30); text-align:center;}
.section-button a{line-height:21px;position:relative;padding:3px 24px;}
.section-button a.page-up{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/theme/page-up.png) 0 0 no-repeat;} .section-button.last-page{bottom:0;border-bottom:none;}
.section-button.last-page a.page-up{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/theme/page-up-footer.png) 0 0 no-repeat;}  .round-thumb-container{overflow:hidden;position:relative; z-index:1;}
.round-thumb{position:relative;}
.round-thumb a,.round-thumb span{width:100%;float:left;}
.round-thumb, .round-thumb a,.round-thumb span, .round-thumb a img,.round-thumb span img, .round-thumb a .thumb-rollover{max-width:100%;-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius:50%; overflow:hidden;}
.round-thumb a img,.round-thumb span img{position:relative;z-index:-1;max-width: 100%;margin: 0 auto;-ms-interpolation-mode: bicubic;overflow:hidden;vertical-align: baseline;}
.round-thumb a .thumb-rollover{position:absolute;display:table;width:100%;height:100%;background: #ff2778; background: rgba(255,39,120,0.9);top:0;opacity:0;}
.round-thumb a .thumb-rollover .thumbInfo{display: table-cell; vertical-align: middle;width:100%;font:13px/13px Arial, Helvetica, sans-serif;font-weight:bold;color:#fff; text-align:center;} .section.odd .round-thumb{ margin: 0 auto 30px auto;overflow:hidden;border:5px solid #ccc; border:5px solid rgba(0,0,0,0.3);-webkit-box-shadow:inset 0px 0px 0px 10px rgba(255,255,255,0.2);-moz-box-shadow:inset 0px 0px 0px 10px rgba(255,255,255,0.2);box-shadow:inset 0px 0px 0px 10px rgba(255,255,255,0.2);} .section.even .round-thumb{ margin: 0 auto 30px auto;overflow:hidden;border:5px solid #666; border:5px solid rgba(153,153,153,0.3);-webkit-box-shadow:inset 0px 0px 0px 10px rgba(0,0,0,0.2);-moz-box-shadow:inset 0px 0px 0px 10px rgba(0,0,0,0.2);box-shadow:inset 0px 0px 0px 10px rgba(0,0,0,0.2);} .thumb{overflow:hidden;position:relative; z-index:1;margin-bottom:30px;}
.thumb img{max-width:100% !important; height:auto !important;}
.thumb a{float:left; width:100%; max-width:100%;}
.thumb a .thumb-rollover{position:absolute;display:table;width:100%;height:100%;background: #ff2778; background: rgba(255,39,120,0.9);top:0;opacity:0;}
.thumb a .thumb-rollover .thumbInfo{display: table-cell; vertical-align: middle;width:100%;font:13px/13px Arial, Helvetica, sans-serif; font-weight:bold;color:#fff; text-align:center;}
.thumb a img{position:relative;z-index:-1;max-width: 100%;margin: 0 auto;-ms-interpolation-mode: bicubic;overflow:hidden;vertical-align: baseline;} .fancybox-html{display:none;}
#fancybox-outer,#fancybox-content iframe {background: #000 url(//jgmusicals.de/wp-content/themes/encore/images/logo-common.png) center center no-repeat;}
#fancybox-content {border: 0px solid #000;}
#fancybox-left,#fancybox-right,#fancybox-close{opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter:alpha(opacity=100);}
#fancybox-left-ico {background: rgba(0,0,0,0.5)  url(//jgmusicals.de/wp-content/themes/encore/images/fancybox/fancybox.png) -39px -22px no-repeat ;-webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius:40px;}
#fancybox-left-ico:hover {background: rgba(255,39,120,1)  url(//jgmusicals.de/wp-content/themes/encore/images/fancybox/fancybox.png) -39px -22px no-repeat;}
#fancybox-right-ico {background: rgba(0,0,0,0.5)  url(//jgmusicals.de/wp-content/themes/encore/images/fancybox/fancybox.png) -39px -62px no-repeat ;-webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius:40px;}
#fancybox-right-ico:hover {background: rgba(255,39,120,1)  url(//jgmusicals.de/wp-content/themes/encore/images/fancybox/fancybox.png) -39px -62px no-repeat;}
#fancybox-close {background: transparent url(//jgmusicals.de/wp-content/themes/encore/images/fancybox/fancybox.png) -40px 0px;}
#fancybox-title-over {background: url(//jgmusicals.de/wp-content/themes/encore/images/fancybox/transparent-bkg.png) repeat;padding: 20px;width:150px;display: block;left:30px;position:relative; overflow:hidden;}
#fancybox-title-over {color:#fff;}
#fancybox-title-over .fancybox-num{font-size:11px;margin-bottom:10px;}
#fancybox-title-over p{font-size:11px;color:#ccc;margin-bottom:15px;} .flexslider{ border:none;-webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; border-radius: 0;margin-bottom:30px;overflow:hidden;} .flex-direction-nav { height: 0; }
.flex-direction-nav li a {width: 40px; height: 40px; display: block; position: absolute; bottom:0; top:auto; cursor: pointer; text-indent: -999em;}	
.flex-direction-nav li .prev{background:#000 url(//jgmusicals.de/wp-content/themes/encore/images/ui_flex/bg_direction_nav.png) 0 0 no-repeat; background:rgba(0,0,0,0.8) url(//jgmusicals.de/wp-content/themes/encore/images/ui_flex/bg_direction_nav.png) 0 0 no-repeat;}
.flex-direction-nav li .next{background:#000 url(//jgmusicals.de/wp-content/themes/encore/images/ui_flex/bg_direction_nav.png) 0 -40px no-repeat; background:rgba(0,0,0,0.8) url(//jgmusicals.de/wp-content/themes/encore/images/ui_flex/bg_direction_nav.png) 0 -40px no-repeat;}
.flex-direction-nav li .prev {left: 0;}
.flex-direction-nav li .next {right: auto; left:41px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;} .flex-control-nav {width: 100%; position: absolute; bottom:auto; top:13px;text-align:right; padding-right:25px;left:-25px;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;} .flex-control-nav li a {width: 15px; height: 15px; display: block; background: url(//jgmusicals.de/wp-content/themes/encore/images/ui_flex/bg_control_nav.png) no-repeat; cursor: pointer; text-indent: 999em;}
.flex-control-nav li a:hover {background-position: 0 -15px;}
.flex-control-nav li a.active {background-position: 0 -30px; cursor: default;} .flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width:auto;padding:0 15px; line-height:40px; margin: 0; position: absolute; left: 82px; bottom: 0; background: rgba(0,0,0,.8); color: #fff !important; text-shadow: 0 0 0 rgba(0,0,0,0); font-size: 14px; margin:0 !important;} .video{margin-bottom:30px;} .soundcloud-wrapper{width:100%;height:166px;margin-bottom:30px;}  .section.odd .divider{border-top:1px solid #ddd;} .section.even .divider{border-top:1px solid #444;} ul.tweet_list li{margin-bottom:20px; overflow:hidden; border:none;padding:0;}
ul.tweet_list li:last-child{margin-bottom:0;}
ul.tweet_list li a.tweet_user{margin-left:20px;}
ul.tweet_list li span.tweet_time{text-transform:uppercase;font-size:10px;margin-left:20px; font-style:italic;margin-left:20px;display:block;}
ul.tweet_list li span.tweet_text{color:#999;margin:0 0 10px 20px; display:block;}
ul.tweet_list li a.tweet_avatar img{margin-right:10px;} .section.odd ul.tweet_list li{background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/theme/tweet-quote-odd.png) 0 3px no-repeat;}
.section.odd ul.tweet_list li a {color:#999;font-weight: bold;text-decoration: none;}
.section.odd ul.tweet_list li a:hover {color:#ff005a;}
.section.odd .tweets p.loading{color:#999;} .section.even ul.tweet_list li{background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/theme/tweet-quote-even.png) 0 3px no-repeat;}
.section.even ul.tweet_list li a {color:#444;font-weight: bold;text-decoration: none;}
.section.even ul.tweet_list li a:hover {color:#ff005a;}
.section.even .tweets p.loading{color:#444;} h1,h2,h3,h4,h5,h6{font-family: 'Open Sans', sans-serif; margin-bottom:30px;clear:both;}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{font-family: 'Quicksand', sans-serif;font-weight:normal; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration:none; border-bottom:0 !important;}
a{color:#ff005a;text-decoration:none;}
a:hover{color:#ff005a;}
p{margin-bottom:30px;} h1{font-size:40px;line-height:40px;}
h2{font-size:38px;line-height:38px;}
h3{font-size:35px;line-height:35px;}
h4{font-size:32px;line-height:32px;}
h5{font-size:28px;line-height:28px;}
h6{font-size:24px;line-height:24px;}
.section-title h1,.section-title h2,.section-title h3,.section-title h4,.section-title h5,.section-title h6{margin:0;}
.section-title h1 small,.section-title h2 small,.section-title h3 small,.section-title h4 small,.section-title h5 small,.section-title h6 small, .section-title small{display:block;clear:both; text-transform:uppercase;} .section-title{font-size:40px;line-height:40px; text-align:center;}
.section-title small{font-size:30px;line-height:30px; text-align:center;} .section-title h1{font-size:85px;line-height:70px; text-align:center;}
.section-title h2{font-size:70px;line-height:55px; text-align:center;}
.section-title h3{font-size:60px;line-height:45px; text-align:center;}
.section-title h4{font-size:50px;line-height:35px; text-align:center;}
.section-title h5{font-size:40px;line-height:25px; text-align:center;}
.section-title h6{font-size:30px;line-height:20px; text-align:center;}
.section-title h1 small{font-size:50px;line-height:35px; text-align:center;}
.section-title h2 small{font-size:40px;line-height:30px; text-align:center;}
.section-title h3 small{font-size:35px;line-height:28px; text-align:center;}
.section-title h4 small{font-size:30px;line-height:25px; text-align:center;}
.section-title h5 small{font-size:25px;line-height:23px; text-align:center;}
.section-title h6 small{font-size:20px;line-height:20px; text-align:center;} .section .section-title h1{font-size:85px;line-height:70px; text-align:center;}
.section .section-title h2{font-size:85px;line-height:70px; text-align:center;}
.section .section-title h3{font-size:70px;line-height:55px; text-align:center;}
.section .section-title h4{font-size:60px;line-height:45px; text-align:center;}
.section .section-title h5{font-size:50px;line-height:35px; text-align:center;}
.section .section-title h6{font-size:40px;line-height:25px; text-align:center;}
.section .section-title h1 small{font-size:60px;line-height:45px; text-align:center;}
.section .section-title h2 small{font-size:50px;line-height:35px; text-align:center;}
.section .section-title h3 small{font-size:40px;line-height:30px; text-align:center;}
.section .section-title h4 small{font-size:35px;line-height:28px; text-align:center;}
.section .section-title h5 small{font-size:30px;line-height:25px; text-align:center;}
.section .section-title h6 small{font-size:25px;line-height:23px; text-align:center;} .teaser h1{font-size:95px; line-height:70px;}
.teaser h2{font-size:80px;line-height:55px;}
.teaser h3{font-size:65px;line-height:50px;}
.teaser h4{font-size:50px;line-height:40px;}
.teaser h5{font-size:40px;line-height:30px;}
.teaser h6{font-size:30px;line-height:20px;} #fancybox-title-over h1,#fancybox-title-over h2,#fancybox-title-over h3,#fancybox-title-over h4,#fancybox-title-over h5,#fancybox-title-over h6{margin-bottom:15px;}
#fancybox-title-over h1{font-size:18px;line-height:18px;}
#fancybox-title-over h2{font-size:16px;line-height:16px;}
#fancybox-title-over h3{font-size:14px;line-height:14px;}
#fancybox-title-over h4{font-size:12px;line-height:12px;}
#fancybox-title-over h5{font-size:11px;line-height:11px;}
#fancybox-title-over h6{font-size:10px;line-height:10px;} .section.odd h1,.section.odd h2,.section.odd h3,.section.odd h4,.section.odd h5,.section.odd h6{color:#666;}
.section.odd .section-title,.section.odd .section-title h1,.section.odd .section-title h2,.section.odd .section-title h3,.section.odd .section-title h4,.section.odd .section-title h5,.section.odd .section-title h6{color:#333;}
.section.odd .section-title h1 a,.section.odd .section-title h2 a,.section.odd .section-title h3 a,.section.odd .section-title h4 a,.section.odd .section-title h5 a,.section.odd .section-title h6 a{color:#333;}
.section.odd .section-title span,.section.odd .section-title h1 span,.section.odd .section-title h2 span,.section.odd .section-title h3 span,.section.odd .section-title h4 span,.section.odd .section-title h5 span,.section.odd .section-title h6 span{color:#666;}
.section.odd .section-title h1 span a,.section.odd .section-title h2 span a,.section.odd .section-title h3 span a,.section.odd .section-title h4 span a,.section.odd .section-title h5 span a,.section.odd .section-title h6 span a{color:#666;} .section.even h1,.section.even h2,.section.even h3,.section.even h4,.section.even h5,.section.even h6{color:#666;}
.section.even .section-title,.section.even .section-title h1,.section.even .section-title h2,.section.even .section-title h3,.section.even .section-title h4,.section.even .section-title h5,.section.even .section-title h6{color:#444;}
.section.even .section-title h1 a,.section.even .section-title h2 a,.section.even .section-title h3 a,.section.even .section-title h4 a,.section.even .section-title h5 a,.section.even .section-title h6 a{color:#444;}
.section.odd .section-title span,.section.even .section-title h1 span,.section.even .section-title h2 span,.section.even .section-title h3 span,.section.even .section-title h4 span,.section.even .section-title h5 span,.section.even .section-title h6 span{color:#666;}
.section.even .section-title h1 span a,.section.even .section-title h2 span a,.section.even .section-title h3 span a,.section.even .section-title h4 span a,.section.even .section-title h5 span a,.section.even .section-title h6 span a{color:#666;} .teaser h1, .teaser h2,.teaser h3, .teaser h4, .teaser h5, .teaser h6,.teaser blockquote,.teaser blockquote.quote,.teaser ul.tweet_list li span.tweet_text, .teaser ul.tweet_list li a,.teaser ul.tweet_list li a:hover,.teaser .tweets p.loading, .teaser a{color:#fff !important;}
.teaser h1 span, .teaser h2 span,.teaser h3 span, .teaser h4 span, .teaser h5 span, .teaser h6 span{color:#fff !important;} span.intro-text{float:left;font:18px/22px Arial, Helvetica, sans-serif;margin-bottom:30px;}
.homepage span.intro-text,.teaser span.intro-text{color#fff;} span.price{width:100%;float:left;font:30px/30px 'Open Sans', sans-serif; font-weight:bold; margin-bottom:30px; }
span.price span{font:30px/30px 'Quicksand', sans-serif;font-weight:normal;}
.homepage span.price,.teaser span.price{color:#fff;} span.notice{width:100%;float:left;font:12px/12px Arial, Helvetica, sans-serif !important; font-weight:bold !important;margin-bottom:30px;}
.homepage span.notice, .teaser span.notice{opacity:0.7;}  ::selection {background: #fc7022;color:#fff; }
::-moz-selection {background: #fc7022;color:#fff } .message_box{ padding:15px;margin-bottom:30px; } .section.odd .message_box{background:#f6f6f6;border:1px solid #ddd; color:#999;}
.section.odd .message_box:hover{background:#f9f9f9;border:1px solid #ddd;color:#888;} .section.even .message_box{background:#151515;border:1px solid #070707;color:#555;}
.section.even .message_box:hover{background:#222;border:1px solid #070707;color:#666;}
pre {white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }
.left {float:left;}
.right {float:right;}
.center {margin-left:auto;margin-right:auto;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clear{float:none;clear:both;}
.clear_floated{float:left;clear:both;} .wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignright{float:right; margin:0 0 30px 30px; }
.alignleft{float:left; margin:0 30px 30px 0;}
.aligncenter{display:block; margin: auto;}
.alignnone {margin:0 30px 30px;}
.gallery dl dt img { max-width:100%; height:auto; }.epicFullscreen{width:100%;height:100%;position:absolute; overflow:hidden;top:0px;left:0px;z-index:-1;background:#fff url(//jgmusicals.de/wp-content/themes/encore/images/ui/theme/loader-light.gif) center center no-repeat;}
.admin-bar .epicFullscreen{ top:28px; }  .epicFullscreen #epic-overlay{position:absolute;width:100%;height:100%;background:transparent url(//jgmusicals.de/wp-content/themes/encore/images/pattern-epic.png) repeat top left;z-index:2;} .epicFullscreen img{opacity:0;position:absolute;top:0px;left:0px;width:100%;}.column_one_half, .column_one_third, .column_one_fourth, .column_two_thirds, .column_three_fourths{float:left;margin-right:4%;margin-bottom:30px;}
.column_one_half p:last-child, .column_one_third p:last-child, .column_one_fourth p:last-child, .column_two_thirds p:last-child, .column_three_fourths p:last-child{margin-bottom:0;} .column_one_half{width:48%;}
.column_one_third{width:30.6666%;}
.column_one_fourth{width:22%;}
.column_two_thirds{width:65.3334%;}
.column_three_fourths{width:74%;}
.last{margin-right:0; clear:right;} blockquote {float:left;margin:0 0 30px 0;} blockquote {font:20px/25px Arial,sans-serif; color:#666;background:none;border-left:3px solid #ddd;padding:0 0 0 40px;}
blockquote p.blockquote_cite {font-size:15px;font-style:italic;margin-top:20px;}
blockquote p:last-child {margin-bottom:0;}
blockquote.left {width:30%;margin:0 30px 30px 0;}
blockquote.right {width:30%;margin:0 0 30px 30px;} .section.odd blockquote {border-color:#999;} .section.even blockquote {border-color:#444;} blockquote.quote {font: 20px/25px Arial,sans-serif; margin-top: 5px; border:none;padding:40px 0 0 0;}
blockquote.quote p.blockquote_cite {font-size:15px;font-style:italic;margin-top:20px;}
blockquote.quote p:last-child {margin-bottom:0;}
blockquote.quote.left {width:30%;margin:0 30px 30px 0;}
blockquote.quote.right {width:30%;margin:0 0 30px 30px;} .section.odd blockquote.quote {background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/blockquotes/blockquote-elegant-odd.png) 0 0  no-repeat; color:#999;} .section.even blockquote.quote {background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/blockquotes/blockquote-elegant-even.png) 0 0  no-repeat; color:#444;} span.dropcap {float:left; font-size:42px; line-height:30px; padding-right:6px; padding-top:5px;}
span.dropcap.darkGray { color:#111; }
span.dropcap.gray { color:#666; }
span.dropcap.white { color:#fff; }
span.dropcap.turquoise { color:#60daec; }
span.dropcap.yellow { color:#fcdc01; }
span.dropcap.orange { color:#fc7101; }
span.dropcap.red { color:#ed0e1e; }
span.dropcap.green { color:#aadb14; }
span.dropcap.blue { color:#42a0e9; }
span.dropcap.purple { color:#f22ef4; }
span.dropcap.pink { color:#ff005a; } strong { font-weight:bold; }
em { font-style:italic; }
strong.darkGray {
color:#fff;
background:#111;
padding:0 3px;
}
strong.gray {
color:#fff;
background:#666;
padding:0 3px;
}
strong.white {
color:#000;
background:#fff;
padding:0 3px;
}
strong.turquoise {
color:#000;
background:#60daec;
padding:0 3px;
}
strong.yellow {
color:#000;
background:#fcdc01;
padding:0 3px;
}
strong.orange {
color:#000;
background:#fc7101;
padding:0 3px;
}
strong.red {
color:#000;
background:#ed0e1e;
padding:0 3px;
}
strong.green {
color:#000;
background:#aadb14;
padding:0 3px;
}
strong.blue {
color:#000;
background:#42a0e9;
padding:0 3px;
}
strong.purple {
color:#000;
background:#f22ef4;
padding:0 3px;
}
strong.pink {
color:#000;
background:#ff005a;
padding:0 3px;
}
em.darkGray {
color:#fff;
background:#111;
padding:0 3px;
}
em.gray {
color:#fff;
background:#666;
padding:0 3px;
}
em.white {
color:#000;
background:#fff;
padding:0 3px;
}
em.turquoise {
color:#000;
background:#60daec;
padding:0 3px;
}
em.yellow {
color:#000;
background:#fcdc01;
padding:0 3px;
}
em.orange {
color:#000;
background:#fc7101;
padding:0 3px;
}
em.red {
color:#000;
background:#ed0e1e;
padding:0 3px;
}
em.green {
color:#000;
background:#aadb14;
padding:0 3px;
}
em.blue {
color:#000;
background:#42a0e9;
padding:0 3px;
}
em.purple {
color:#000;
background:#f22ef4;
padding:0 3px;
}
em.pink {
color:#000;
background:#ff005a;
padding:0 3px;
} ul {
float:left;
margin:0 40px 16px 0;
padding:0;
list-style:none;
}
ul li {
margin-bottom:2px;
}
ul.last {
margin-right:0;
}
ul.yellowDot li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/yellow-dot.png) no-repeat 0 1px;
}
ul.yellowArrow1 li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/yellow-arrow-1.png) no-repeat 0 1px;
}
ul.yellowArrow2 li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/yellow-arrow-2.png) no-repeat 0 1px;
}
ul.yellowTick li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/yellow-tick.png) no-repeat 0 1px;
}
ul.yellowPlus li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/yellow-plus.png) no-repeat 0 1px;
}
ul.yellowDash li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/yellow-dash.png) no-repeat 0 1px;
}
ul li.yellowDot {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/yellow-dot.png) no-repeat 0 1px;
}
ul li.yellowArrow1 {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/yellow-arrow-1.png) no-repeat 0 1px;
}
ul li.yellowArrow2 {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/yellow-arrow-2.png) no-repeat 0 1px;
}
ul li.yellowTick {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/yellow-tick.png) no-repeat 0 1px;
}
ul li.yellowPlus {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/yellow-plus.png) no-repeat 0 1px;
}
ul li.yellowDash {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/yellow-dash.png) no-repeat 0 1px;
}
ul.orangeDot li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/orange-dot.png) no-repeat 0 1px;
}
ul.orangeArrow1 li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/orange-arrow-1.png) no-repeat 0 1px;
}
ul.orangeArrow2 li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/orange-arrow-2.png) no-repeat 0 1px;
}
ul.orangeTick li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/orange-tick.png) no-repeat 0 1px;
}
ul.orangePlus li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/orange-plus.png) no-repeat 0 1px;
}
ul.orangeDash li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/orange-dash.png) no-repeat 0 1px;
}
ul li.orangeDot {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/orange-dot.png) no-repeat 0 1px;
}
ul li.orangeArrow1 {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/orange-arrow-1.png) no-repeat 0 1px;
}
ul li.orangeArrow2 {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/orange-arrow-2.png) no-repeat 0 1px;
}
ul li.orangeTick {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/orange-tick.png) no-repeat 0 1px;
}
ul li.orangePlus {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/orange-plus.png) no-repeat 0 1px;
}
ul li.orangeDash {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/orange-dash.png) no-repeat 0 1px;
}
ul.darkGrayDot li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/dark-gray-dot.png) no-repeat 0 1px;
}
ul.darkGrayArrow1 li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/dark-gray-arrow-1.png) no-repeat 0 1px;
}
ul.darkGrayArrow2 li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/dark-gray-arrow-2.png) no-repeat 0 1px;
}
ul.darkGrayTick li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/dark-gray-tick.png) no-repeat 0 1px;
}
ul.darkGrayPlus li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/dark-gray-plus.png) no-repeat 0 1px;
}
ul.darkGrayDash li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/dark-gray-dash.png) no-repeat 0 1px;
}
ul li.darkGrayDot {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/dark-gray-dot.png) no-repeat 0 1px;
}
ul li.darkGrayArrow1 {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/dark-gray-arrow-1.png) no-repeat 0 1px;
}
ul li.darkGrayArrow2 {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/dark-gray-arrow-2.png) no-repeat 0 1px;
}
ul li.darkGrayTick {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/dark-gray-tick.png) no-repeat 0 1px;
}
ul li.darkGrayPlus {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/dark-gray-plus.png) no-repeat 0 1px;
}
ul li.darkGrayDash {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/dark-gray-dash.png) no-repeat 0 1px;
}
ul.grayDot li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/gray-dot.png) no-repeat 0 1px;
}
ul.grayArrow1 li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/gray-arrow-1.png) no-repeat 0 1px;
}
ul.grayArrow2 li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/gray-arrow-2.png) no-repeat 0 1px;
}
ul.grayTick li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/gray-tick.png) no-repeat 0 1px;
}
ul.grayPlus li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/gray-plus.png) no-repeat 0 1px;
}
ul.grayDash li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/gray-dash.png) no-repeat 0 1px;
}
ul li.grayDot {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/gray-dot.png) no-repeat 0 1px;
}
ul li.grayArrow1 {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/gray-arrow-1.png) no-repeat 0 1px;
}
ul li.grayArrow2 {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/gray-arrow-2.png) no-repeat 0 1px;
}
ul li.grayTick {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/gray-tick.png) no-repeat 0 1px;
}
ul li.grayPlus {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/gray-plus.png) no-repeat 0 1px;
}
ul li.grayDash {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/gray-dash.png) no-repeat 0 1px;
}
ul.whiteDot li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/white-dot.png) no-repeat 0 1px;
}
ul.whiteArrow1 li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/white-arrow-1.png) no-repeat 0 1px;
}
ul.whiteArrow2 li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/white-arrow-2.png) no-repeat 0 1px;
}
ul.whiteTick li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/white-tick.png) no-repeat 0 1px;
}
ul.whitePlus li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/white-plus.png) no-repeat 0 1px;
}
ul.whiteDash li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/white-dash.png) no-repeat 0 1px;
}
ul li.whiteDot {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/white-dot.png) no-repeat 0 1px;
}
ul li.whiteArrow1 {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/white-arrow-1.png) no-repeat 0 1px;
}
ul li.whiteArrow2 {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/white-arrow-2.png) no-repeat 0 1px;
}
ul li.whiteTick {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/white-tick.png) no-repeat 0 1px;
}
ul li.whitePlus {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/white-plus.png) no-repeat 0 1px;
}
ul li.whiteDash {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/white-dash.png) no-repeat 0 1px;
}
ul.turquoiseDot li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/turquoise-dot.png) no-repeat 0 1px;
}
ul.turquoiseArrow1 li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/turquoise-arrow-1.png) no-repeat 0 1px;
}
ul.turquoiseArrow2 li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/turquoise-arrow-2.png) no-repeat 0 1px;
}
ul.turquoiseTick li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/turquoise-tick.png) no-repeat 0 1px;
}
ul.turquoisePlus li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/turquoise-plus.png) no-repeat 0 1px;
}
ul.turquoiseDash li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/turquoise-dash.png) no-repeat 0 1px;
}
ul li.turquoiseDot {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/turquoise-dot.png) no-repeat 0 1px;
}
ul li.turquoiseArrow1 {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/turquoise-arrow-1.png) no-repeat 0 1px;
}
ul li.turquoiseArrow2 {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/turquoise-arrow-2.png) no-repeat 0 1px;
}
ul li.turquoiseTick {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/turquoise-tick.png) no-repeat 0 1px;
}
ul li.turquoisePlus {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/turquoise-plus.png) no-repeat 0 1px;
}
ul li.turquoiseDash {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/turquoise-dash.png) no-repeat 0 1px;
}
ul.redDot li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/red-dot.png) no-repeat 0 1px;
}
ul.redArrow1 li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/red-arrow-1.png) no-repeat 0 1px;
}
ul.redArrow2 li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/red-arrow-2.png) no-repeat 0 1px;
}
ul.redTick li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/red-tick.png) no-repeat 0 1px;
}
ul.redPlus li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/red-plus.png) no-repeat 0 1px;
}
ul.redDash li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/red-dash.png) no-repeat 0 1px;
}
ul li.redDot {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/red-dot.png) no-repeat 0 1px;
}
ul li.redArrow1 {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/red-arrow-1.png) no-repeat 0 1px;
}
ul li.redArrow2 {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/red-arrow-2.png) no-repeat 0 1px;
}
ul li.redTick {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/red-tick.png) no-repeat 0 1px;
}
ul li.redPlus {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/red-plus.png) no-repeat 0 1px;
}
ul li.redDash {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/red-dash.png) no-repeat 0 1px;
}
ul.greenDot li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/green-dot.png) no-repeat 0 1px;
}
ul.greenArrow1 li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/green-arrow-1.png) no-repeat 0 1px;
}
ul.greenArrow2 li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/green-arrow-2.png) no-repeat 0 1px;
}
ul.greenTick li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/green-tick.png) no-repeat 0 1px;
}
ul.greenPlus li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/green-plus.png) no-repeat 0 1px;
}
ul.greenDash li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/green-dash.png) no-repeat 0 1px;
}
ul li.greenDot {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/green-dot.png) no-repeat 0 1px;
}
ul li.greenArrow1 {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/green-arrow-1.png) no-repeat 0 1px;
}
ul li.greenArrow2 {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/green-arrow-2.png) no-repeat 0 1px;
}
ul li.greenTick {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/green-tick.png) no-repeat 0 1px;
}
ul li.greenPlus {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/green-plus.png) no-repeat 0 1px;
}
ul li.greenDash {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/green-dash.png) no-repeat 0 1px;
}
ul.blueDot li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/blue-dot.png) no-repeat 0 1px;
}
ul.blueArrow1 li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/blue-arrow-1.png) no-repeat 0 1px;
}
ul.blueArrow2 li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/blue-arrow-2.png) no-repeat 0 1px;
}
ul.blueTick li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/blue-tick.png) no-repeat 0 1px;
}
ul.bluePlus li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/blue-plus.png) no-repeat 0 1px;
}
ul.blueDash li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/blue-dash.png) no-repeat 0 1px;
}
ul li.blueDot {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/blue-dot.png) no-repeat 0 1px;
}
ul li.blueArrow1 {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/blue-arrow-1.png) no-repeat 0 1px;
}
ul li.blueArrow2 {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/blue-arrow-2.png) no-repeat 0 1px;
}
ul li.blueTick {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/blue-tick.png) no-repeat 0 1px;
}
ul li.bluePlus {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/blue-plus.png) no-repeat 0 1px;
}
ul li.blueDash {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/blue-dash.png) no-repeat 0 1px;
}
ul.purpleDot li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/purple-dot.png) no-repeat 0 1px;
}
ul.purpleArrow1 li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/purple-arrow-1.png) no-repeat 0 1px;
}
ul.purpleArrow2 li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/purple-arrow-2.png) no-repeat 0 1px;
}
ul.purpleTick li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/purple-tick.png) no-repeat 0 1px;
}
ul.purplePlus li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/purple-plus.png) no-repeat 0 1px;
}
ul.purpleDash li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/purple-dash.png) no-repeat 0 1px;
}
ul li.purpleDot {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/purple-dot.png) no-repeat 0 1px;
}
ul li.purpleArrow1 {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/purple-arrow-1.png) no-repeat 0 1px;
}
ul li.purpleArrow2 {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/purple-arrow-2.png) no-repeat 0 1px;
}
ul li.purpleTick {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/purple-tick.png) no-repeat 0 1px;
}
ul li.purplePlus {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/purple-plus.png) no-repeat 0 1px;
}
ul li.purpleDash {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/purple-dash.png) no-repeat 0 1px;
}
ul.pinkDot li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/pink-dot.png) no-repeat 0 1px;
}
ul.pinkArrow1 li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/pink-arrow-1.png) no-repeat 0 1px;
}
ul.pinkArrow2 li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/pink-arrow-2.png) no-repeat 0 1px;
}
ul.pinkTick li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/pink-tick.png) no-repeat 0 1px;
}
ul.pinkPlus li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/pink-plus.png) no-repeat 0 1px;
}
ul.pinkDash li {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/pink-dash.png) no-repeat 0 1px;
}
ul li.pinkDot {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/pink-dot.png) no-repeat 0 1px;
}
ul li.pinkArrow1 {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/pink-arrow-1.png) no-repeat 0 1px;
}
ul li.pinkArrow2 {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/pink-arrow-2.png) no-repeat 0 1px;
}
ul li.pinkTick {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/pink-tick.png) no-repeat 0 1px;
}
ul li.pinkPlus {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/pink-plus.png) no-repeat 0 1px;
}
ul li.pinkDash {
padding-left:22px;
background:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/lists/pink-dash.png) no-repeat 0 1px;
}  .submit {float:left;height:45px;font:12px/45px Arial, Helvetica, sans-serif;font-weight:normal;color:#fff !important;background:#111;
text-decoration:none;text-transform:uppercase;padding:0 24px;border:0;cursor:pointer;outline:0;margin:0 0 16px 0;-webkit-appearance: none;border-bottom:0 !important;border-radius:3px;text-shadow:none;} .submitTheme{color:#fff !important;background:#ff005a !important;}
.submitYellow{color:#fff !important;background:#fcdc01 !important;}
.submitOrange{color:#fff !important;background:#fc7101 !important;}
.submitRed{color:#fff !important;background:#ed0e1e !important;}
.submitGreen{color:#fff !important;background:#aadb14 !important;}
.submitBlue{color:#fff !important;background:#42a0e9 !important;}
.submitTurquoise{color:#fff !important;background:#60daec !important;}
.submitPurple{color:#fff !important;background:#f22ef4 !important;}
.submitGray{color:#fff !important;background:#999999 !important;}
.submitDarkGray{color:#fff !important;background:#111111 !important;}
.submitWhite{color:#111 !important;background:#fff !important;} .submitSmall {height:40px;font-size:11px;line-height:40px;}
.submitLarge {height:50px;font-size:13px;line-height:50px;}
.submit:hover, .submit:focus, .submit:active {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter: alpha(opacity=80);opacity: 0.8;}
.submit:active {position:relative;top:1px;}  a.action-button{min-width:177px;height:64px;display:inline-block;background:#d00101 url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/button-gradient.png) 0 0 repeat-x; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);margin:0 4px 10px 4px;padding-right:18px;}
a.action-button:hover{background-position:0 -64px;}	
a.action-button span.icon{float:left;width:64px;height:64px;background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/ab-default.png) 0 0 ;}
a.action-button span.label{float:left;height:100%;font:24px/20px Arial, Helvetica, sans-serif; color: #fff; text-align: center;display;table;}
a.action-button span.label span.label-wrapper{height:64px;display:table-cell;vertical-align: middle;}
a.action-button span.label span.label-wrapper span.small{font-size:13px; line-height:18px;display:block;}
a.action-button.android{background-color:#9ab40b;}
a.action-button.android span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/ab-android.png) 0 0 ;}
a.action-button.apple{background-color:#999999;}
a.action-button.apple span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/ab-apple.png) 0 0 ;}
a.action-button.blackberry{background-color:#333333;}
a.action-button.blackberry span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/ab-blackberry.png) 0 0 ;}
a.action-button.chat{background-color:#ee3200;}
a.action-button.chat span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/ab-chat.png) 0 0 ;}
a.action-button.download{background-color:#9ab40b;}
a.action-button.download span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/ab-download.png) 0 0 ;}
a.action-button.facebook{background-color:#4b6fab;}
a.action-button.facebook span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/ab-facebook.png) 0 0 ;}
a.action-button.github{background-color:#999999;}
a.action-button.github span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/ab-github.png) 0 0 ;}
a.action-button.grooveshark{background-color:#ff5400;}
a.action-button.grooveshark span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/ab-grooveshark.png) 0 0 ;}
a.action-button.heart{background-color:#ff0000;}
a.action-button.heart span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/ab-heart.png) 0 0 ;}
a.action-button.ipad{background-color:#333333;}
a.action-button.ipad span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/ab-ipad.png) 0 0 ;}
a.action-button.iphone{background-color:#333333;}
a.action-button.iphone span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/ab-iphone.png) 0 0 ;}
a.action-button.location{background-color:#ee0000;}
a.action-button.location span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/ab-map.png) 0 0 ;}
a.action-button.paypal{background-color:#4b6fab;}
a.action-button.paypal span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/ab-paypal.png) 0 0 ;}
a.action-button.play{background-color:#ee3200;}
a.action-button.play span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/ab-play.png) 0 0 ;}
a.action-button.soundcloud{background-color:#ff5400;}
a.action-button.soundcloud span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/ab-soundcloud.png) 0 0 ;}
a.action-button.spotify{background-color:#73ae22;}
a.action-button.spotify span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/ab-spotify.png) 0 0 ;}
a.action-button.twitter{background-color:#00addf;}
a.action-button.twitter span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/ab-twitter.png) 0 0 ;}
a.action-button.windows{background-color:#0980c5;}
a.action-button.windows span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/ab-windows.png) 0 0 ;} a.action-link{height:50px;display:inline-block;margin:0 20px 10px 0;color:#999;}
a.action-link:hover span.label{color:#fc7022;}
a.action-link span.icon{float:left;width:33px;height:50px;margin-right:15px;background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-default.png) 0 0 ;}
a.action-link span.label{float:left;height:100%;font:16px/16px Arial, Helvetica, sans-serif;font-weight:bold;text-align: left; display:table;}
a.action-link span.label span.label-wrapper{height:38px;display:table-cell;vertical-align: middle;}
a.action-link span.label span.label-wrapper span.small{font-size:12px; line-height:13px; font-weight:normal; font-style:italic;display:block;}
a.action-link.android span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-android.png) 0 0 ;}
a.action-link.apple span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-apple.png) 0 0 ;}
a.action-link.blackberry span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-blackberry.png) 0 0 ;}
a.action-link.chat span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-chat.png) 0 0 ;}
a.action-link.download span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-download.png) 0 0 ;}
a.action-link.facebook span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-facebook.png) 0 0 ;}
a.action-link.github span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-github.png) 0 0 ;}
a.action-link.grooveshark span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-grooveshark.png) 0 0 ;}
a.action-link.heart span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-heart.png) 0 0 ;}
a.action-link.ipad span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-ipad.png) 0 0 ;}
a.action-link.iphone span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-iphone.png) 0 0 ;}
a.action-link.location span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-map.png) 0 0 ;}
a.action-link.paypal span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-paypal.png) 0 0 ;}
a.action-link.play span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-play.png) 0 0 ;}
a.action-link.soundcloud span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-soundcloud.png) 0 0 ;}
a.action-link.spotify span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-spotify.png) 0 0 ;}
a.action-link.twitter span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-twitter.png) 0 0 ;}
a.action-link.windows span.icon{background: url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/call-to-action/al-windows.png) 0 0 ;}  .accordion {
position:relative;
margin:0 0 20px 0;
}
.accordion dt {
padding:8px 20px;
border:1px solid #ddd;
background:#ddd;
border-top-left-radius:3px;
border-top-right-radius:3px;
}
.accordion dt.active {
background:#666;
border:1px solid #666;
}
.accordion dt a {
display:block;
color:#999;
font-weight:bold;
border-bottom:0;
text-decoration:none;
}
.accordion dt.active a {
color:#fff;
}
.accordion dd {
padding:30px 30px 0px 30px;
border:1px solid #e2e2e2;
border-top:0;
margin:0 0 3px 0;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
background:#f9f9f9;
} .section.odd .accordion dt {
background:#ddd;
border:1px solid #ddd;
}
.section.odd .accordion dt.active {
background:#666;
border:1px solid #666;
}
.section.odd .accordion dt a {
color:#999;
}
.section.odd .accordion dt.active a {
color:#fff;
}
.section.odd .accordion dd {
border:1px solid #e2e2e2;
background:#f9f9f9;
} .section.even .accordion dt {
background:#111;
border:1px solid #252525;
}
.section.even .accordion dt.active {
background:#333;
border:1px solid #252525;
}
.section.even .accordion dt a {
color:#999;
}
.section.even .accordion dt.active a {
color:#fff;
}
.section.even .accordion dd {
border:1px solid #252525;
background:#111;
} .tabs {
float:left;
width:100%;
margin:0 0 20px 0;
}
.tabs .tabs_nav {
float:left;
margin:0;
padding:0;
list-style:none;
position:relative;
z-index:10;
}
.tabs .tabs_nav li {
float:left;
border:1px solid #ddd;
border-bottom:0;
background:#ddd;
border-top-left-radius:3px;
border-top-right-radius:3px;
margin:0 2px 0 0;
}
.tabs .tabs_nav li.active {
background:#666;
border:1px solid #666;
}
.tabs .tabs_nav li a {
display:block;
color:#999;
padding:8px 20px;
font-weight:bold;
border-bottom:0;
text-decoration:none;
}
.tabs .tabs_nav li.active a {
color:#fff;
}
.tabs .tabs_content {
float:left;
clear:both;
width:90%;
padding:30px 5% 0px;
border:1px solid #ddd;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
margin:-1px 0 0 0;
background:#f9f9f9;
} .section.odd .tabs .tabs_nav li {
border:1px solid #ddd;
background:#ddd;
}
.section.odd .tabs .tabs_nav li.active {
background:#666;
border:1px solid #666;
}
.section.odd .tabs .tabs_nav li a {
color:#999;
}
.section.odd .tabs .tabs_nav li.active a {
color:#fff;
}
.section.odd .tabs .tabs_content {
border:1px solid #ddd;
background:#f9f9f9;
} .section.even .tabs .tabs_nav li {
border:1px solid #252525;
background:#111;
}
.section.even .tabs .tabs_nav li.active {
background:#333;
border:1px solid #252525;
}
.section.even .tabs .tabs_nav li a {
color:#999;
}
.section.even .tabs .tabs_nav li.active a {
color:#fff;
}
.section.even .tabs .tabs_content {
border:1px solid #252525;
background:#111;
}
.accordion .column_one_half, .tabs .column_one_half {
width:47%;
margin-right:5%;
}
.accordion .column_one_third, .tabs .column_one_third {
width:30%;
margin-right:5%;
}
.accordion .column_one_fourth, .tabs .column_one_fourth {
width:21%;
margin-right:5%;
}
.accordion .column_two_thirds, .tabs .column_two_thirds {
width:65%;
margin-right:5%;
}
.accordion .column_three_fourths, .tabs .column_three_fourths {
width:73%;
margin-right:5%;
}
.accordion .last, .tabs .last {
margin-right:0;
}  .pricing_table {
float:left;
width:100%;
text-align:center;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.pricing_table .pricing_table_col {
float:left;
width:100%;
margin-left:-1px;
border:1px solid #ddd;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
background:#f9f9f9;
}
.pricing_table.pricing_table_two_cols .pricing_table_col {
width:50%;
}
.pricing_table.pricing_table_three_cols .pricing_table_col {
width:33%;
}
.pricing_table.pricing_table_four_cols .pricing_table_col {
width:25%;
}
.pricing_table.pricing_table_five_cols .pricing_table_col {
width:20%;
}
.pricing_table .pricing_table_col:first-child {
margin-left:0;
border-top-left-radius:3px;
border-bottom-left-radius:3px;
}
.pricing_table .pricing_table_col:last-child {
border-top-right-radius:3px;
border-bottom-right-radius:3px;
}
.pricing_table .pricing_table_col > ul {
float:left;
width:100%;
margin:0;
padding:0;
list-style:none;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.pricing_table .pricing_table_col > ul > li {
float:left;
width:100%;
margin:0;
padding:15px 10px;
border-bottom:1px solid #eee;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
color:#999;
}
.pricing_table .pricing_table_col > ul > li:first-child {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
text-transform:uppercase;
color:#eee;
background:#666;
}
.pricing_table .pricing_table_col > ul > li span.price {
font-family:Arial, Helvetica, sans-serif;
font-size:40px;
line-height:34px;
font-weight:bold;
color:#666;
float:none;
width:auto;
margin-bottom:0px;
}
.pricing_table .pricing_table_col > ul > li span.price_affix {
font-size:12px;
line-height:12px;
font-weight:bold;
color:#666;
float:none;
width:auto;
margin-bottom:0px;
}
.pricing_table .pricing_table_col > ul > li.pricing_table_bg {
background:#f4f4f4;
}
.pricing_table .pricing_table_col > ul > li .submit {
width:80%;
margin:0 10%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
} .section.odd .pricing_table .pricing_table_col {
border:1px solid #ddd;
background:#f9f9f9;
}
.section.odd .pricing_table .pricing_table_col > ul > li {
border-bottom:1px solid #ddd;
color:#999;
}
.section.odd .pricing_table .pricing_table_col > ul > li:first-child {
color:#eee;
background:#666;
}
.section.odd .pricing_table .pricing_table_col > ul > li span.price {
color:#666;
}
.section.odd .pricing_table .pricing_table_col > ul > li span.price_affix {
color:#999;
}
.section.odd .pricing_table .pricing_table_col > ul > li.pricing_table_bg {
background:#f4f4f4;
} .section.even .pricing_table .pricing_table_col {
border:1px solid #252525;
background:#555;
}
.section.even .pricing_table .pricing_table_col > ul > li {
border-bottom: 1px solid #252525;
color: #c2c2c2;
}
.section.even .pricing_table .pricing_table_col > ul > li:first-child {
color:#eee;
background:#111;
}
.section.even .pricing_table .pricing_table_col > ul > li span.price {
color:#ccc;
}
.section.even .pricing_table .pricing_table_col > ul > li span.price_affix {
color:#999;
}
.section.even .pricing_table .pricing_table_col > ul > li.pricing_table_bg {
background:#333;
}
.pricing_table .pricing_table_col > ul > li:last-child, .section.odd .pricing_table .pricing_table_col > ul > li:last-child,.section.even .pricing_table .pricing_table_col > ul > li:last-child {
border-bottom:0;
} ul.socialSmall {float:none; list-style:none;margin:0 auto 30px auto; overflow:hidden;display:table;}
ul.socialSmall li{display:inline;}
ul.socialSmall li a{background-image:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/social/social-sprite-small-light.png);background-repeat: no-repeat;float:left;width:22px;height:22px;margin-right:5px;}
.section.odd ul.socialSmall li a{background-image:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/social/social-sprite-small-light.png);background-repeat: no-repeat;float:left;width:22px;height:22px;margin-right:5px;}
.section.even ul.socialSmall li a{background-image:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/social/social-sprite-small-dark.png);background-repeat: no-repeat;float:left;width:22px;height:22px;margin-right:5px;}
.section .teaser ul.socialSmall li a{background-image:url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/social/social-sprite-small-white.png);background-repeat: no-repeat;float:left;width:22px;height:22px;margin-right:5px;}
ul.socialSmall li a.pinterest{background-position:0 0;}
ul.socialSmall li a.pinterest:hover{background-position:0 -22px;}
ul.socialSmall li a.twitter{background-position: -22px 0;}
ul.socialSmall li a.twitter:hover{background-position: -22px -22px;}
ul.socialSmall li a.facebook{background-position: -44px 0;}
ul.socialSmall li a.facebook:hover{background-position: -44px -22px;}
ul.socialSmall li a.skype{background-position: -66px 0;}
ul.socialSmall li a.skype:hover{background-position: -66px -22px;}
ul.socialSmall li a.forrst{background-position: -88px 0;}
ul.socialSmall li a.forrst:hover{background-position: -88px -22px;}
ul.socialSmall li a.googleplus{background-position:-110px 0;}
ul.socialSmall li a.googleplus:hover{background-position:-110px -22px;}
ul.socialSmall li a.flickr{background-position:-132px 0;}
ul.socialSmall li a.flickr:hover{background-position:-132px -22px;}
ul.socialSmall li a.myspace{background-position: -154px 0 ;}
ul.socialSmall li a.myspace:hover{background-position: -154px -22px;}
ul.socialSmall li a.vimeo{background-position: -176px 0;}
ul.socialSmall li a.vimeo:hover{background-position: -176px -22px;}
ul.socialSmall li a.dribbble{background-position: -198px 0;}
ul.socialSmall li a.dribbble:hover{background-position: -198px -22px;}
ul.socialSmall li a.linkedin{background-position: -220px 0;}
ul.socialSmall li a.linkedin:hover{background-position: -220px -22px;}
ul.socialSmall li a.vine{background-position: -242px 0;}
ul.socialSmall li a.vine:hover{background-position: -242px -22px;}
ul.socialSmall li a.behance{background-position: -264px 0;}
ul.socialSmall li a.behance:hover{background-position: -264px -22px;}
ul.socialSmall li a.instagram{background-position: -286px 0;}
ul.socialSmall li a.instagram:hover{background-position: -286px -22px;}
ul.socialSmall li a.tumblr{background-position: -308px 0;}
ul.socialSmall li a.tumblr:hover{background-position: -308px -22px;}
ul.socialSmall li a.deviantart{background-position: -330px 0;}
ul.socialSmall li a.deviantart:hover{background-position: -330px -22px;}
ul.socialSmall li a.youtube{background-position: -352px 0;}
ul.socialSmall li a.youtube:hover{background-position: -352px -22px;}
ul.socialSmall li a.rss{background-position: -374px 0;}
ul.socialSmall li a.rss:hover{background-position: -374px -22px;}
ul.socialSmall li a { text-indent:-9999px; } .map {float:left;width:100%;height:210px;margin:0 0 30px 0;}
.teaser .map { color:#999999; margin-bottom:0;}  .chart-container{width:100%; margin-bottom:30px; float:left;}
.chart-container ul.chart{float:none; margin:0; list-style:none;font-family: 'Open Sans', sans-serif;}
.chart-container ul.chart li{float:left;}
.chart-container ul.chart li h6{font-family: 'Open Sans', sans-serif;font-size:13px; color:#999; font-weight:normal;margin-bottom:10px;}
.chart-container ul.chart li div{background:#ff005a url(//jgmusicals.de/wp-content/themes/encore/images/ui/shortcodes/charts/chart-pattern.png) repeat;font-weight:bold; font-size:35px; color:#fff;height:45px;line-height:45px;text-align:center;-webkit-box-shadow:inset 1px 0 0 #f4f4f5;-moz-box-shadow:inset 1px 0 0 #f4f4f5;box-shadow:inset  1px 0 0 #f4f4f5;text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);} .section.odd .chart-container ul li div {font-weight:bold; font-size:35px; color:#fff;height:45px;line-height:45px;text-align:center;-webkit-box-shadow:inset 1px 0 0 #f4f4f5;-moz-box-shadow:inset 1px 0 0 #f4f4f5;box-shadow:inset  1px 0 0 #f4f4f5;} .section.even .chart-container ul li div{font-weight:bold; font-size:35px; color:#fff;height:45px;line-height:45px;text-align:center;-webkit-box-shadow:inset 1px 0 0 #353535;-moz-box-shadow:inset 1px 0 0 #353535;box-shadow:inset  1px 0 0 #353535;} .divider{width:100%;height:1px;margin-bottom:30px;}
.twitter-timeline-wrapper {
float:left;
width:100%;
}