@charset "UTF-8";
@charset "utf-8";
@charset "utf-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;font-size:13px;letter-spacing:0;line-height:20px;left:0;text-align:center;font-weight:normal;font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}#cookie-notice.cn-animated.cn-effect-none{-webkit-animation-duration:.001s!important;animation-duration:.001s!important}#cookie-notice .cookie-notice-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container{display:none}#cookie-notice .cookie-revoke-container{display:block}#cookie-notice.cookie-revoke-hidden .cookie-revoke-container{display:none}.cn-position-top{top:0}.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}.cookie-revoke-container{padding:15px 30px;width:100%;z-index:1}.cn-close-icon{position:absolute;right:15px;top:50%;margin:-10px 0 0 0;width:15px;height:15px;opacity:.5;padding:10px;border:none;outline:none;background:none;box-shadow:none;cursor:pointer}.cn-close-icon:hover{opacity:1}.cn-close-icon:before,.cn-close-icon:after{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:rgba(128,128,128,1)}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}#cookie-notice .cn-revoke-cookie{margin:0}#cookie-notice .cn-button{margin:0 0 0 10px;display:inline-block}#cookie-notice .cn-button:not(.cn-button-custom){font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;font-weight:normal;font-size:13px;letter-spacing:.25px;line-height:20px;margin:0 0 0 10px;text-align:center;text-transform:none;display:inline-block;cursor:pointer;touch-action:manipulation;white-space:nowrap;outline:none;box-shadow:none;text-shadow:none;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-decoration:none;padding:8.5px 10px;line-height:1;color:inherit}.cn-text-container{margin:0 0 6px 0}.cn-text-container,.cn-buttons-container{display:inline-block}#cookie-notice.cookie-notice-visible.cn-effect-none,#cookie-notice.cookie-revoke-visible.cn-effect-none{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-none{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-fade{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-effect-slide{-webkit-animation-name:slideInUp;animation-name:slideInUp}#cookie-notice.cn-effect-slide{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide{-webkit-animation-name:slideInDown;animation-name:slideInDown}#cookie-notice.cn-position-top.cn-effect-slide{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@media all and (max-width:900px){.cookie-notice-container #cn-notice-text{display:block}.cookie-notice-container #cn-notice-buttons{display:block}#cookie-notice .cn-button{margin:0 5px 5px 5px}}@media all and (max-width:480px){.cookie-notice-container,.cookie-revoke-container{padding:15px 25px}}

.jspContainer{
overflow: hidden;
position: relative;
}
.jspPane{
position: absolute;
}
.jspVerticalBar{
background: none;
height: 100%;
position: absolute;
right: 0;
top: 0;
width: 4px;    
}
.jspHorizontalBar{
background: none;
bottom: 0;
height: 4px;
left: 0;
position: absolute;
width: 100%;
}
.jspVerticalBar *, .jspHorizontalBar *{
margin: 0;
padding: 0;
}
.jspCap{
display: none;
}
.jspHorizontalBar .jspCap{
float: left;
}
.jspTrack{
background: #e0e0e0;
position: relative;
}
.jspDrag{
background: #777777;
cursor: pointer;
left: 0;    
position: relative;
top: 0;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag{
float: left; 
height: 100%;
}
.jspArrow{
background: #50506d; 
cursor: pointer;
display: block;
text-indent: -20000px; 
}
.jspArrow.jspDisabled{
background: #80808d;
cursor: default; 
}
.jspVerticalBar .jspArrow{
height: 10px;
}
.jspHorizontalBar .jspArrow{
float:left; 
height: 100%;
width: 10px;
}
.jspVerticalBar .jspArrow:focus{
outline: none;
}
.jspCorner{
background: #eeeef4; 
display: none;
float: left; 
height: 100%;    
} * html .jspCorner{
margin:0 -3px 0 0;
}
  .DOP_ThumbnailGallery_Container{
direction: ltr;
display: none;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
}
.DOP_ThumbnailGallery_Container img, .DOP_ThumbnailGallery_LightboxWrapper img{
background: none !important;
border: none !important;
margin: 0;
max-height: none !important;
max-width: none !important;
min-height: 0 !important;
min-width: 0 !important;
padding: 0 !important;
}
.DOP_ThumbnailGallery_Clear{
clear: both;
} .DOP_ThumbnailGallery_Background{
background-color: #000000;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin: 0;
padding: 0;
position: absolute;
z-index: 100;
} .DOP_ThumbnailGallery_ThumbnailsContainer{
background: none;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
z-index: 300;
}
.DOP_ThumbnailGallery_ThumbnailsBg{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 0;
padding: 0;
position: absolute;
z-index: 100;
}
.DOP_ThumbnailGallery_ThumbnailsWrapper{
background: none;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
z-index: 200;
}
.DOP_ThumbnailGallery_Thumbnails{
background: none;
margin: 0;
padding: 0;
position: absolute;
}
.DOP_ThumbnailGallery_ThumbContainer{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border-style: solid;
border-width: 0;
cursor: pointer;
margin: 0;
padding: 0;
position: relative;
}
.DOP_ThumbnailGallery_Thumb{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 0;
overflow: hidden;
padding: 0;
position: static;
}
.DOP_ThumbnailGallery_ThumbLoader{
background-repeat: no-repeat !important;
background-position: center center !important;
} .DOP_ThumbnailGallery_ThumbnailsNavigationLeft{
cursor: pointer;
display: none;
line-height: 1em !important;
margin: 0;
padding: 0;
position: absolute;
z-index: 500;
}
.DOP_ThumbnailGallery_ThumbnailsNavigationLeft .hover{    
display: none;
}
.DOP_ThumbnailGallery_ThumbnailsNavigationRight{
cursor: pointer;
display: none;
line-height: 1em !important;
margin: 0;
padding: 0;
position: absolute;
z-index: 600;
}
.DOP_ThumbnailGallery_ThumbnailsNavigationRight .hover{    
display: none;
} .DOP_ThumbnailGallery_ImageWrapper{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
z-index: 200;
}
.DOP_ThumbnailGallery_ImageBg{
background-color: #ffffff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height: 100px;
margin: 0;
padding: 0;
overflow: hidden;
position: absolute;
width: 100px;
}
.DOP_ThumbnailGallery_Image{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
}
.DOP_ThumbnailGallery_Image img{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.DOP_ThumbnailGallery_ImageLoader{
background-repeat: no-repeat !important;
background-position: center center !important;
} .DOP_ThumbnailGallery_NavigationButtons{
height: 0px;
position: absolute;
z-index: 500;    
}
.DOP_ThumbnailGallery_NavigationLeft{
cursor: pointer;
float: left;
line-height: 1em !important;
margin: 0 0 0 10px;
padding: 0;
}
.DOP_ThumbnailGallery_NavigationLeft .hover{    
display: none;
}
.DOP_ThumbnailGallery_NavigationRight{
cursor: pointer;
float: right;
line-height: 1em !important;
margin: 0 10px 0 0;
padding: 0;
}
.DOP_ThumbnailGallery_NavigationRight .hover{    
display: none;
}
.DOP_ThumbnailGallery_NavigationButtons.outside .DOP_ThumbnailGallery_NavigationLeft,
.DOP_ThumbnailGallery_NavigationButtons.outside .DOP_ThumbnailGallery_NavigationRight{
margin: 0;
}
.DOP_ThumbnailGallery_NavigationExtraButtons{
height: 0px;
position: absolute;
z-index: 600;    
}
.DOP_ThumbnailGallery_NavigationLightbox{
cursor: pointer;
float: right;
line-height: 1em !important;
margin: 0 10px 0 0;
padding: 0;
position: relative;
z-index: 600;
}
.DOP_ThumbnailGallery_NavigationLightbox .hover{    
display: none;
}
.DOP_ThumbnailGallery_NavigationPlay{
cursor: pointer;
float: right;
line-height: 1em !important;
margin: 0 10px 0 0;
padding: 0;
position: relative;
z-index: 600;
}
.DOP_ThumbnailGallery_NavigationPlay .hover{    
display: none;
}
.DOP_ThumbnailGallery_NavigationPause{
cursor: pointer;
float: right;
line-height: 1em !important;
margin: 0 10px 0 0;
padding: 0;
position: relative;
z-index: 600;
}
.DOP_ThumbnailGallery_NavigationPause .hover{    
display: none;
}
.DOP_ThumbnailGallery_SocialShare{
float: right;
margin: 0 10px 0 0;
padding: 0;
position: relative;
z-index: 700;    
}
.DOP_ThumbnailGallery_NavigationExtraButtons.outside .DOP_ThumbnailGallery_NavigationLightbox{
margin: 0;    
} .DOP_ThumbnailGallery_Caption{
background: none;
display: none;
margin: 0;
padding: 0;
position: absolute;
}
.DOP_ThumbnailGallery_CaptionBg{
margin: 0;
padding: 0;
position: absolute;
}
.DOP_ThumbnailGallery_CaptionTextWrapper{
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
}
.DOP_ThumbnailGallery_CaptionTitle{
color: #ffffff;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
position: relative;
}
.DOP_ThumbnailGallery_CaptionTextContainer{
margin: 5px 0 0 0;
overflow: hidden;
position: relative;
}
.DOP_ThumbnailGallery_CaptionText{
color: #ffffff;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
line-height: 1em;
position: relative;
} .DOP_ThumbnailGallery_LightboxWrapper{
direction: ltr;
display: none;
left: 0;
position: absolute;
top: 0;
z-index: 900000;
}
.DOP_ThumbnailGallery_LightboxWindow{
cursor: pointer;
left: 0;
position: absolute;
top: 0;
}
.DOP_ThumbnailGallery_LightboxLoader{
display: none;
position: fixed;
}
.DOP_ThumbnailGallery_LightboxContainer{
opacity: 0;
filter: alpha(opacity=0);
position: absolute;    
}
.DOP_ThumbnailGallery_LightboxBg{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
position: absolute;
}
.DOP_ThumbnailGallery_Lightbox{
position: absolute;
}
.DOP_ThumbnailGallery_Lightbox img{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
} .DOP_ThumbnailGallery_LightboxNavigation{
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
}
.DOP_ThumbnailGallery_LightboxNavigation .hover{
display: none;
}
.DOP_ThumbnailGallery_LightboxNavigationButtons, .DOP_ThumbnailGallery_LightboxNavigationExtraButtons{
height: 0px;
position: absolute;
}
.DOP_ThumbnailGallery_LightboxNavigation_PrevBtn{
cursor: pointer;
float: left;
margin: 0 0 0 10px;
padding: 0;
}
.DOP_ThumbnailGallery_LightboxNavigation_NextBtn{
cursor: pointer;
float: right;
margin: 0;
padding: 0 10px 0 0;
}
.DOP_ThumbnailGallery_LightboxNavigation_CloseBtn{
cursor: pointer;
float: right;
margin: 0 10px 0 0;
padding: 0;
}
.DOP_ThumbnailGallery_LightboxSocialShare{
cursor: pointer;
float: right;
margin: 0 10px 0 0;
padding: 0;
}
.DOP_ThumbnailGallery_LightboxNavigation_Info{
background: #000000;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
color: #ffffff;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 2em;
margin: 0;
padding: 0 10px 0 10px;
position: absolute;
text-align: center;
width: 60px;
} .DOP_ThumbnailGallery_Tooltip{
background-color: #ffffff;
border: 1px solid #000000;
display: none;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 10px;
font-weight: normal;
padding: 0 5px 1px 5px;
position: absolute;
text-align: center;
text-transform: none;
z-index: 700;
}
.DOP_ThumbnailGallery_Tooltip_ArrowBorder{
border-color: #000000 transparent transparent transparent;
border-style: solid;
border-width: 5px;
bottom: -10px;
height: 0;
position: absolute;
width: 0;
}
.DOP_ThumbnailGallery_Tooltip_Arrow{
border-color: #ffffff transparent transparent transparent;
border-style: solid;
border-width: 5px;
bottom: -9px;
height: 0;
position: absolute;
width: 0;
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after, .clear:before, .clear:after { content: ""; display: table; }
.clearfix:after, .clear:after { clear: both; }
.clearfix, .clear { *zoom: 1; }
.lt-ie8 .clearfix, .lt-ie8 .clear {visibility:hidden; width:0;height:0; clear:both;} body #logo img {max-width:288px; } hr {border-bottom:1px solid #bdb7a4; }
#header-top-bar, #page-title-divider { background:#88a5b1; }
#page-title h1 {border-bottom:8px solid #576e78; }
.widget-area-highlight  {background:#e3e0d9; }
#copyright { border-top-color:#bdb7a4;  }
.wpcf7  input.wpcf7-submit, ul.filter-children li a, a.rock-button, input.button, .pagination a, .social-icons a, .rock-button, a .rock-button, #respond input#submit, body #main a.progression-grey {
color:#88a5b1; 
background:#ffffff;
border-bottom:2px solid #aacedd;
}
.rock-button a {color:#88a5b1; }
.wpcf7  input.wpcf7-submit:hover, ul.filter-children li a:hover, ul.filter-children li.current_page_item a, #respond input#submit:hover, .rock-button:hover, a.rock-button:hover, .social-icons a:hover, input.button:hover, .pagination a:hover, .pagination a.selected, .social-icons a:hover, body #main a.progression-grey:hover 
{background:#aacedd; color:#ffffff;}
.rock-button:hover a {color:#ffffff;}
#tweets-sidebar {background:#f2f1ed;}
#tweets-sidebar:before {border-top: 10px solid #f2f1ed;}
#main img, #map-contact, .video-container {border-bottom:5px solid #88a5b1;}
.menu-item-container {border-bottom:4px solid #88a5b1; }
body ul#open-hours li, body #main ul.menu-items li, .type-post {border-bottom:1px dotted #bdb7a4; }
.header-underline {border-bottom:3px solid #bdb7a4;}
#sidebar {border-left:1px dotted #bdb7a4;} body {color:#5f6567;}
a {color:#5f757e;}
a:hover {color:#88a5b1;}
#copyright li a:hover {color:#88a5b1;}
h1, h2, h3, h4, h5, h6 {color:#7b7562;}
#copyright li a {color:#aca693;} .caption-progression, ul.filter-children li a, #respond input#submit, .sf-menu, .flex-caption, footer #copyright ul, .rock-button, h1, h2, h3, h4, h5, h6, .phone-widget span, .e-mail-widget span, .mobile-widget span, body #main ul.menu-items .grid2column, .pagination a, body #main a.progression-grey
{font-family:'Droid Serif', serif; }
body {
font-family:"Helvetica Neue", Helvetica, Arial, Sans-Serif;
} @font-face {
font-family: 'JustVector';
src: url(//www.sora-sushi.ch/wp-content/themes/white-rock/e/justvectorv2-webfont.eot);
src: url(//www.sora-sushi.ch/wp-content/themes/white-rock/social-icons/justvectorv2-webfont.eot?#iefix) format('eot'),
url(//www.sora-sushi.ch/wp-content/themes/white-rock/social-icons/justvectorv2-webfont.woff) format('woff'),
url(//www.sora-sushi.ch/wp-content/themes/white-rock/social-icons/justvectorv2-webfont.ttf) format('truetype'),
url(//www.sora-sushi.ch/wp-content/themes/white-rock/social-icons/justvectorv2-webfont.svg#webfontkw9J4lGf) format('svg');
font-weight: normal;
font-style: normal;
}
.social-icons { font-family: 'JustVector';}
.social-icons a {
display:inline-block;
font-size:15px; 
line-height:11px;  
text-decoration:none;
margin-right:0px;
margin-bottom:10px;
position:relative;
padding:7px ;
-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}  body {
font-size: 13px; line-height: 1.4; 
color:#777777;
}
body a img, body a {outline:none !important; text-decoration:none;}
#main a:hover img {opacity:0.6;  filter:alpha(opacity=60);}
p {padding-top:0px; margin:0px;}
p, ul, ol {margin-bottom: 15px;}
ul, ol {margin-left:0px; padding-left:16px;}
ul li, ol li {margin-bottom:5px;}
img {max-width: 100%;height: auto;  width:auto;}
h1, h2, h3, h4, h5, h6 {margin:0px; padding:0px; line-height:1.2; font-style:italic; font-weight:normal;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration:none;}
h1 {font-size:30px;  margin-bottom:12px;  }
h2 {font-size:20px; margin-bottom:10px; }
h3 {font-size:19px; margin-bottom:10px;}
h4 {font-size:16px; margin-bottom:6px;}
h5 {font-size:14px; margin-bottom:6px; }
h6 {font-size:13px; margin-bottom:6px; font-weight:bold;}
.header-underline { padding-bottom:10px; margin-bottom:14px;}
h5.comments-title, h3#reply-title {font-size:16px; margin-bottom:15px;}
h5.menu-item-header-wine {margin-top:15px;}
hr {background:transparent;border-top:none; margin:20px 0px;}
ul.checkmark, ul.arrow {padding-left:0px;}
ul.checkmark li, ul.arrow li {list-style:none; padding-left:18px;}
ul.checkmark li {background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/checkmark.png) 0px 2px no-repeat;}
ul.arrow li {background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/sidebar-arrow.png) -4px 0px no-repeat;}
.alignright {float:right; margin:0 0 15px 20px;}
.alignleft {float:left; margin:0px 20px 15px 0px;}
.aligncenter {text-align:center;  margin:0px auto 15px auto; display:block; }
blockquote {background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/blockquote.png) 0px 0px no-repeat; padding-left:40px; font-style:italic; line-height:1.8;}
pre {border:1px solid #ddd; padding:7px 15px; background:#fff; overflow:auto; word-wrap: break-word; line-height:14px; margin-bottom:15px;}
#main .noborder, #main img.noborder, #main a .noborder img {border:none;}
#main footer a:hover img, #main a:hover img.notransprency, #main .portfolio-single-container a:hover img {opacity:1; filter:alpha(opacity=100);}
.sticky, .gallery-caption, .bypostauthor {}
.homepage-feature-box { overflow:hidden; height:15px;width:25px; clear:both;}
.wine-feature-box { overflow:hidden; height:25px;width:25px; clear:both;} .wpcf7  input.wpcf7-submit, ul.filter-children li a, a.rock-button, input.button, .rock-button, #respond input#submit, body #main a.progression-grey {
text-decoration:none; line-height:1; cursor: pointer; display:inline-block; 
font-style:italic;
padding:9px 12px 9px 12px;
font-size:12px;
-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
border-left:none; border-right:none; border-top:none;
margin:0px;
font-weight:normal;
-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;  -o-border-radius: 0px;
}
.lt-ie8 #main p.rock-button {display:inline;}
body #main a.progression-square {
-webkit-border-radius: 0px; 
-moz-border-radius: 0px; 
border-radius: 0px;
-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
body #main  a.progression-rounded {
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}
body #main a.progression-mini {
padding: 5px 6px;
font-size:11px;
}
body #main a.progression-small {
padding: 8px 10px; 
font-size:11px;
}
body #main a.progression-medium	{
padding:9px 12px 9px 12px;
font-size:12px;
}
body #main a.progression-large {
padding:12px 18px; 
font-size:15px;
} a, a img { 
-webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; -o-transition: all 400ms ease;
}
.wpcf7  input.wpcf7-submit, ul.filter-children li a, .sf-menu a, .rock-button, input.button, #respond input#submit, body #main a.progression-grey  { 
-webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; transition: all 250ms ease;  -o-transition: all 250ms ease;
}
.flex-control-paging li a {-webkit-transition-duration: 0ms !important; -moz-transition-duration: 0ms !important; -o-transition-duration: 0ms !important; transition-duration: 0ms !important;} #map-contact {width:100%; height:260px; margin-bottom:20px;}
#map-contact img {max-width:none; height: auto; }
#contactform {margin-top:25px; margin-left:10px;}
#contactform label.error {line-height:1; font-weight:normal; display:block; width:100%; font-style:italic; padding-left:2px; height:25px;  padding-top:4px; margin-bottom:-33px; position:relative; top:-10px; font-size:11px; color:#dd8b8b;}
#contactform input.error { border: 1px dotted #f4cbcb; background:#f8eded; }
p.error {color:#dd8b8b; font-weight:bold;}
p.success {color:#64ba7c; font-size:14px; font-weight:bold; padding-bottom:2px; }
p.success2 {padding-bottom:8px;}
#contactform span, span.required {color:#ff5c5f;}
#contactform div {padding-bottom:15px;}
#contactform label { display:block; vertical-align: top; font-weight:bold;   padding-bottom:4px;}
#contactform input#contactname, #contactform input#email, .wpcf7 input {width:55%;}
#contactform textarea#message, .wpcf7 textarea {width:68%;}
#contactform input.button, .wpcf7 input.wpcf7-submit, #respond input#submit {width:auto; }
#contact-wrapper {margin-bottom:15px;}
.wpcf7 {font-size:12px; font-weight:bold;}
.wpcf7 input {font-size:14px; font-weight:normal;}
input, textarea {
margin:1px 0px 15px 3px;
background-color:#fefefe; 
border:1px solid #a49f8f; padding:7px 8px; 
-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; 
-moz-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.12); -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.12); box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.12);
background-image: -ms-linear-gradient(top, #F1F1F1 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(top, #F1F1F1 0%, #FFFFFF 100%);
background-image: -o-linear-gradient(top, #F1F1F1 0%, #FFFFFF 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1F1F1), color-stop(1, #FFFFFF));
background-image: -webkit-linear-gradient(top, #F1F1F1 0%, #FFFFFF 100%);
background-image: linear-gradient(to bottom, #F1F1F1 0%, #FFFFFF 100%);
}  body.admin-bar header {top:28px;}
header {z-index:15; height:170px; position:absolute; top:0px; width:100%; background: url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/header.png) top left repeat-x;}
header .width-container {position:relative;}
body #logo { margin:0px; padding:0px; border:none; position:absolute; top:20px; left:0px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
overflow:hidden;
z-index:55;
}
body #logo img { height: auto; }
#header-top-bar {width:100%; height:8px; position:absolute; top:0px; z-index:8; left:0px; opacity:0.35; filter:alpha(opacity=35);}
#page-title #page-title-divider {height:8px; margin-top:-10px;  position:relative; z-index:8;  opacity:0.85; filter:alpha(opacity=85);}
#homepage-slider-container #page-title-divider {position:relative;  top:-8px; }
.lt-ie8 #page-title #page-title-divider {margin-top:-8px;} .width-container, #page-title-divider {width:1140px; margin: 0 auto;}
#main {padding:42px 0px 35px 0px;}
.widget-area-highlight {padding:35px 0px 35px 0px; margin:0px 0px 0px 0px; position:relative; top:35px;} .paged-title {height:250px;}
.width-container.paged-title {position:relative; }
#page-title h1 {position:absolute;   color:#ffffff; text-shadow: 1px 1px 10px rgba(0,0,0,1); bottom:-10px; left:0px; padding:0px 30px 20px 30px; z-index:9; }
.lt-ie8 #page-title h1 {bottom:-12px;} #footer-widgets .widget {font-size:12px;}
#copyright {border-top-style:solid; border-top-width:6px;   padding:20px 0px 20px 0px; width:100%; overflow:hidden;}
footer #copyright ul {margin:0px; padding:24px 0px 24px 0px; float:right; font-style:italic; }
#footer-text {font-size:12px; padding:5px 0px;}
footer #copyright ul a {text-decoration:none;}
footer #copyright ul li { margin-top:0px; margin-bottom:0px; display:inline; float:left; display:inline-block;  padding-right:15px; margin-right:15px;}
footer #copyright ul li:last-child { margin-right:0px; padding-right:0px;}
#copyright .lastcolumn {text-align:right;}
#footer-widgets .widget {float:left; margin-left:1.5%; margin-right:1.5%;}
#footer-widgets .footer-1-column .widget { width: 98%;}
#footer-widgets .footer-2-column .widget { width: 47%;}
#footer-widgets .footer-3-column .widget {width: 30%;  }
.lt-ie8 #footer-widgets .footer-3-column .widget {width: 29.5%;  }
#footer-widgets .footer-4-column .widget {width: 22%;  } .blog-post-background {padding:25px 25px 15px 25px; background:#ffffff;}
body #main .commentlist li img {border:none;}
.blog-post-image ul {margin-bottom:-10px;}
.type-post {margin-bottom:35px;}
.type-post .post-details-meta {font-size:11px; text-transform:uppercase;  color:#aeaeab; margin-bottom:10px;}
.pagination {text-align:center; margin-top:15px;}
.pagination a {
margin:0px 6px;
display:inline-block;
line-height:11px;  
text-decoration:none;
margin-right:1px;
position:relative;
text-align:center;
padding:8px 10px 7px 10px;
font-style:italic;
-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.commentlist {
float:left;
list-style: none;
margin: 0 auto;
width:86%;
position:relative;
left:101px;
}
.commentlist li.comment {
background: #fbfbfb;
background-color: rgba(255,255,255,.4); 
border:1px dotted #e1e1e1; 
margin: 0 0 1.625em 0 !important;
padding: 0.2em 1.4em 0.25em 1.4em;
list-style:none ;
position: relative;
}
.commentlist .avatar {left: -102px; -webkit-box-shadow: 0 1px 2px #ccc; box-shadow: 0 1px 2px #ccc; -moz-box-shadow: 0 1px 2px #ccc; box-shadow: 0 1px 2px #ccc;  padding: 0; position: absolute; top: 0;}
.commentlist .pingback { margin: 0 0 1.625em; padding: 0 1.625em; }
ol.commentlist ul.children, ol.commentlist ul.children  li {
list-style: none ;
margin:0px;
}
.commentlist .children li.comment {
border-right:none;
border-top:none;
border-bottom:none;
border-left: 1px solid #dadada;
margin: 0em 0 0 0;
padding:1em 1.6em 0em 2em;
position: relative;
}
.commentlist .avatar {left: -102px; -webkit-box-shadow: 0 1px 2px #ccc; box-shadow: 0 1px 2px #ccc; -moz-box-shadow: 0 1px 2px #ccc; box-shadow: 0 1px 2px #ccc;  padding: 0; position: absolute; top: 0px;}
.commentlist .pingback { margin: 0 0 1.625em; padding: 0 1.625em; }
ol.commentlist ul.children, ol.commentlist ul.children  li {
list-style: none;
margin:0px;
}
.commentlist .children li.comment .avatar {top:10px;}
.commentlist .children li.comment .fn { display: block; font-size:12px;}
.comment-meta .fn {font-weight: bold; display: block; font-size:14px; color:#4c4c4c;}
.comment-meta .fn a {font-weight:bold;}
.comment-meta a {text-decoration:none;}
.comment-meta {
color: #666;
font-size: 11px;
padding-top:12px;
padding-bottom:5px;
}
.commentlist .children li.comment .comment-meta {
margin-left:62px ;
padding-top:0px;
}
.commentlist .children li.comment .comment-content {
margin: 0;
margin-top:25px;
padding:0px;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {}
.commentlist .children .avatar {
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
left: 2.2em;
padding:0px;
top: 2.2em;
width:55px;
height:auto;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
background: #888;
color: #fff;
}
a.comment-reply-link > span {
display: inline-block;
position: relative;
top: -1px;
}
.commentlist > li.pingback:before { content: ''; }
.commentlist .children .avatar {
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
left: 2.2em;
padding:0px;
top: 2.2em;
}
a.comment-reply-link {
background: #e4e4e4;
-moz-border-radius: 2px;
border-radius: 2px;
color: #666;
display: inline-block;
font-size: 10px;
font-family:Arial, Sans-serif;
padding: 2px 9px;
text-decoration: none;
margin-bottom:20px;
}
#reply div {margin-bottom:5px;}
#respond input {width:50%;}
#respond textarea {width:80%;}
#reply input.submit {width:auto;}
#respond { padding-bottom:10px; padding-left:3px;}
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {font-size:90%; margin-bottom:5px;}
p.form-allowed-tags {font-size:11px; line-height:16px;}
p.form-allowed-tags code {display:block;}
#respond label {font-size:12px; padding-left: 0px; }
#respond input, #respond textarea {display:block; margin-top:5px;}
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment, #respond .form-allowed-tags, #respond .form-submit {padding:0px 0px 2px 0px;}
#respond .comment-notes {padding-bottom:2px;}
#respond input#submit {width:auto;} .portfolio-content-container {padding-bottom:25px;}
.portfolio-post-background { padding:15px 15px 10px 15px; background:#ffffff;}
body.single-portfolio .portfolio-post-background {margin-top:0px; }
ul.filter-children {margin-bottom:20px; padding:0px; list-style:none;}
ul.filter-children li {padding:0px; margin:0px 5px 5px 0px; display:inline-block;}
ul.filter-children li a {display:inline-block; }
.lt-ie8 ul.filter-children li {display:inline;} .menu-spacer {width:100%; overflow:hidden; height:25px;}
body #main ul.menu-items .grid2column {font-style:italic; font-size:16px;}
body #main ul.menu-items .lastcolumn {text-align:right;}
body #main ul.menu-items {margin:0px; padding:8px 0px 0px 0px; list-style:none;}
body #main ul.menu-items li {margin-bottom:10px; padding:0px 10px 10px 10px;}
.item-description-menu {width:60%; font-size:12px; color:#acb2b4; margin-top:5px;}
.menu-description {font-size:14px; margin-bottom:30px;}
.menu-item-container {background:#ffffff; padding:10px 15px 5px 15px;}
.content-padding-menu {padding-left:10px; }
.menu-item-container img {margin-bottom:10px;}
.menu-wine-spacing {padding-top:5px;} #searchform .assistive-text {display:none;}
#searchform input {width:145px; margin-right:5px;}
#searchform input.submit {width:auto; margin-right:0px; position:relative; bottom:1px;}
#flickr-widget ul {margin:0; padding:0;background:none; }
#flickr-widget ul li { padding:0px; margin:0px; list-style:none; display:inline; border:none; background:transparent;}
#flickr-widget ul li a {display:inline;  padding:0px;  -webkit-transition: all .6s ease; -moz-transition: all .6s ease; transition: all .6s ease; }
#flickr-widget ul li img { width:29%; height:29%;  margin:0px 4% 4% 0px;}
#flickr-widget ul li a:hover { opacity: 0.7; filter:alpha(opacity=70); }
.wpcf7  input {margin-top:10px; width:60%;}
.wpcf7  textarea {margin-top:10px; width:80%;}
.wpcf7  input.wpcf7-submit {margin-top:0px; width:auto;}
#main .progression-etabs { 
margin: 0; 
padding: 0; 
border-bottom:1px solid #ddd;
}
#main .progression-tab { 
margin-right:-6px; 
display: inline-block; 
zoom:1; 
*display:inline; 
border: solid 1px #ddd; 
border-width: 1px 1px 0 1px; 
background: #f5f5f5;
}
#main .progression-tab a { 
font-size: 14px; 
line-height: 2em; 
display: block; 
padding: 5px 15px 3px 15px; 
outline: none;  
text-decoration:none;
}
#main .progression-tab.active { 
padding-top: 5px; 
position: relative; 
top: 1px; 
background: #fff;
}
#main .progression-tab-container div {background:#ffffff; border-right:1px solid #ddd;  border-left:1px solid #ddd; border-bottom:1px solid #ddd;  padding:20px;}
#main .progression-tab-container ul li {margin-bottom:0px;}
#wp-calendar th {
padding:3px 0;
text-align:center;
}
#wp-calendar td {
padding: 4px 0;
text-align: center;
}
#wp-calendar {
width: 90%;
}
#wp-calendar a {font-weight:bold; text-decoration:underline; } #tweets-sidebar {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:7px 12px;position: relative; }
#tweets-sidebar:before {
content:"";
position: absolute;
bottom: -10px;
z-index:1;
left:50%;
margin-left:-10px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}
a.twitter-widget-from {margin-top:5px; padding:10px 5px 8px 40px; background: url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/twitter.png) 14px 10px no-repeat; text-decoration:none; float:right; display:inline-block;}
#jtwt {  padding:5px 0px 10px 0px;  }
#sidebar #jtwt img {border:none;}
#jtwt_picture { float:left; padding:0px 5px 20px 0px; display:none; }
a#jtwt_date { font-size:10px;  padding-top:3px; font-style:italic;  display:block; text-align:right; } #mc_embed_signup label {display:block; padding-bottom:15px;}
#mc_embed_signup input#mce-EMAIL {float:left; width:138px;}
#mc_embed_signup input.button {float:right; width:auto;} .phone-widget {margin-top:7px;}
.e-mail-widget, .mobile-widget {margin-top:5px;}
.phone-widget span, .e-mail-widget span, .mobile-widget span {font-style:italic; font-weight:bold;}
.homepage-widget .social-icons, #sidebar .social-icons {margin-top:12px;} body ul#open-hours {list-style:none; margin:0px; padding:0px;}
body ul#open-hours li {margin-bottom:6px; }
body ul#open-hours li .date-day {font-weight:bold;}
body ul#open-hours li .hours-date {text-align:right; font-size:12px;} .sidebar-base {width:100%; height:1px; display:block;}
.sidebar-spacer {width:100%; height:15px; overflow:hidden;}
#sidebar {width:22.5%; padding-left:2.5%; float:right; padding-top:8px; }
#container-sidebar {width:72.5%; float:left; }   .flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} .flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} .flexslider .slides img { display: block; width:100%; }
.flex-pauseplay span {text-transform: capitalize;} .slides:after {content: "."; display: block; 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 {margin:0px auto; position: relative; zoom: 1; }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px;} .flex-direction-nav {*height: 0;}
.flex-direction-nav a {z-index:55;  width: 34px; height: 35px; margin: -5px 0 0 0; display: block; background: url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/slider/arrows.png) no-repeat bottom left; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: bottom right; right: 0px; }
.flex-direction-nav .flex-prev {background-position: bottom left;  left: 0px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 20px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 20px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: 0!important; filter:alpha(opacity=00); cursor: default;}
#main .flex-direction-nav .flex-next { right: 20px; }
#main .flex-direction-nav .flex-prev {left: 20px;} .flex-control-nav { z-index:5; width: 100%; position: absolute; bottom: 30px; text-align: center; }
.flex-control-nav li {margin: 0 1px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 20px; height: 20px; display: block; background: url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/slider/bg_bullets.png) 0px -25px no-repeat;  cursor: pointer; text-indent: -9999px;}
.flex-control-paging li a:hover { background-position:0px -48px; }
.flex-control-paging li a.flex-active {  background-position:0px -2px; cursor: default; }
body #main .flex-control-paging li a { -webkit-transition: none; -moz-transition: none; none; -o-transition: none; }
.lt-ie8 .flex-control-nav {bottom:30px;}
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;} ul.slides li {
position:relative;
overflow:hidden;
}
.caption-progression {
z-index:45;  
margin: auto;
position: absolute; 
padding-bottom:130px;
padding-left:100px;
left: 0; bottom: 0; right: 0;
color: #ffffff;
text-shadow: 1px 1px 20px rgba(0,0,0,1);
font-size:30px; 
font-style:italic;
}
.caption-progression a { color:#fff; text-decoration:none;}
li.caption-right-progression .caption-progression {text-align:right;}
li.caption-center-progression .caption-progression {text-align:center;}
.flexslider a:hover img {opacity:1; filter:alpha(opacity=100); }
.lt-ie9 .flex-direction-nav .flex-prev {opacity: 1; left: 15px;}
.lt-ie9 .flex-direction-nav .flex-next {opacity: 1; right: 15px;  }   nav select {display:none; }
.sf-menu, .sf-menu * {margin:0; padding:0; list-style:none;}
.sf-menu {line-height:	1.0;}
.sf-menu ul {position:	absolute; top:-999em;  width: 10em; }
.sf-menu ul li {width: 100%;}
.sf-menu li:hover {visibility:		inherit; }
.sf-menu li {float:			left ;position:		relative;}
.sf-menu a {display:block;  position:relative;}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {left:	0; top:65px; z-index: 99;}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {top:-999em;}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {left: 10em; top:0;}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {top: -999em;}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {left:10em; top:0;} .sf-menu a {padding:75px 15px 24px 15px;} body .sf-menu li:hover ul, body .sf-menu li.sfHover ul {top:115px;}  nav {position:absolute; top:0px; right:0px; z-index:4; }
.sf-menu a {
-webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease; -o-transition: all .4s ease;
text-decoration:none;
line-height:1;
} .sf-menu a, .sf-menu a:visited  {
text-shadow: none;
color:#000000;
font-size:16px;
font-style:italic;
}
.sf-menu ul {background:#6c858a;} .sf-menu li.current-menu-item {background:#6c858a;  }
.sf-menu li.current-menu-item a, .sf-menu li.current-menu-item a:visited {	
color:#ffffff;
} .sf-menu a:hover, .sf-menu li a:hover, .sf-menu a:hover, .sf-menu a:visited:hover, .sf-menu li.sfHover a, .sf-menu li.sfHover a:visited {
background:#6c858a;
color:#ffffff;
display:block;	
} 
.sf-menu li.sfHover li a, .sf-menu li.sfHover li a:visited, .sf-menu li.sfHover li li a, .sf-menu li.sfHover li li a:visited, .sf-menu li.sfHover li li li a, .sf-menu li.sfHover li li li a:visited, .sf-menu li.sfHover li li li li a, .sf-menu li.sfHover li li li li a:visited {
font-size:13px;
font-weight:500;
text-transform:none;
text-shadow: none;
}
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active, .sf-menu li li.sfHover a, .sf-menu li.sfHover li a:visited:hover, .sf-menu li li:hover a:visited,
.sf-menu li li li:hover, .sf-menu li li li.sfHover, .sf-menu li li li a:focus, .sf-menu li li li a:hover, .sf-menu li li li a:active, .sf-menu li li li.sfHover a, .sf-menu li li.sfHover li a:visited:hover, .sf-menu li li li:hover a:visited,
.sf-menu li li li li:hover, .sf-menu li li li li.sfHover, .sf-menu li li li li a:focus, .sf-menu li li li li a:hover, .sf-menu li li li li a:active, .sf-menu li li li li.sfHover a, .sf-menu li li li.sfHover li a:visited:hover, .sf-menu li li li li:hover a:visited,
.sf-menu li li li li li:hover, .sf-menu li li li li li.sfHover, .sf-menu li li li li li a:focus, .sf-menu li li li li li a:hover, .sf-menu li li li li li a:active, .sf-menu li li li li li.sfHover a, .sf-menu li li li li.sfHover li a:visited:hover, .sf-menu li li li li li:hover a:visited  {
outline: 0;
-webkit-transition: all .6s ease; -moz-transition: all 1s ease; transition: all .6s ease; -o-transition: all .6s ease;
background-image:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/transparency-fallback.png);
background: rgba(255, 255, 255, 0.15);
}
.sf-menu li li a {padding:15px 15px ;}
.sf-menu li li, .sf-menu li li li, .sf-menu li li li li, .sf-menu li li li li li { margin:0px;  }
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {outline:		0;} .sf-menu a.sf-with-ul {padding-right: 	2.25em;	min-width:		1px; }
.sf-sub-indicator {
position:		absolute;
display:		block;
right:			.75em;
top:			1.05em; width:			10px;
height:			10px;
text-indent: 	-999em;
overflow:		hidden;
background:		url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/arrows-ffffff.png) no-repeat -10px -100px; }
a > .sf-sub-indicator { top:			.8em; background-position: 0 -100px; } a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {background-position: -10px -100px; } .sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; } .sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator { background-position: -10px 0; } .sf-shadow ul { background:	url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/shadow.png) no-repeat bottom right; padding: 0 8px 9px 0; -moz-border-radius-bottomleft: 17px; -moz-border-radius-topright: 17px; -webkit-border-top-right-radius: 17px; -webkit-border-bottom-left-radius: 17px;}
.sf-shadow ul.sf-shadow-off {background: transparent;} .grid2column, .grid3column, .grid3columnbig, .grid4column, .grid4columnbig {float:left; margin-right:3%;  }
.grid2column { width: 48.5%;}
.lt-ie8 .grid2column {width: 48%;  }
.grid3column {width: 31.2%;  }
.lt-ie8 .grid3column {width: 30.5%;  }
.grid3columnbig {width:65.5%;}
.grid4column {width: 22.5%;  }
.lt-ie8 .grid4column {width: 22%;  }
.grid4columnbig {width:74.2%; }
body .lastcolumn {margin-right:0% !important;} @media print {
* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
a, a:visited { text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } 
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
} div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
#main #text-4 img {
border-bottom: 0;
} body {
font-size: 14px;
}
h3 {
font-size: 22px;
} @media screen and (max-width: 992px) {
body {
font-size: 16px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 36px;
}
.caption-progression {
font-size: 24px;
}
.progression-medium {
font-size: 16px;
}
body #footer-widgets .widget {
font-size: 16px;
}
body #copyright .lastcolumn {
width: 100%;
}
body footer #copyright ul {
padding: 0;
}
body footer #copyright ul li {
float:          left;
display:        inline-block;
padding-bottom: 7px;
padding-top:    7px;
}
body footer #copyright ul a {
font-size: 20px;
}
body #cookie-notice {
font-size: 16px;
}
body .cn-button.wp-default {
font-size: 16px;
}
}
@media only screen and (max-width: 767px) {
nav select {
font-size: 16px;
}
.caption-progression {
display: none;
}
body footer #copyright ul li {
padding-right:  30px;
padding-bottom: 15px;
}
} body #page-title h1, body h1, body h2, body h3, body h4, body h5, body h6 {
overflow-wrap:   break-word;
word-wrap:       break-word;
-ms-word-break:  break-all;
word-break:      break-word; -ms-hyphens:     auto;
-moz-hyphens:    auto;
-webkit-hyphens: auto;
hyphens:         auto;
border-bottom:   0;
}
body #page-title h1 {
padding: 0px 30px 20px 0;
} @media screen and (max-width: 992px) {
.mobile-space {
display:        block;
padding-top:    15px;
padding-bottom: 15px;
}
} body {
font-family: 'Istok Web', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
ul.filter-children li a, #respond input#submit, .sf-menu, .flex-caption, footer #copyright ul, .rock-button, h1, h2, h3, h4, h5, h6, .phone-widget span, .e-mail-widget span, .mobile-widget span, body #main ul.menu-items .grid2column, .pagination a, body #main a.progression-grey {
font-family: 'Istok Web', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
font-style: normal;
}
body #main img {
border:        0;
border-bottom: 0;
}
#main .textwidget img {
border-bottom: 0;
}
body #header-top-bar, body #page-title-divider {
background: transparent;
}
header {
z-index:          999;
height:           96px;
position:         fixed;
top:              0px;
width:            100%;
background:       none;
background-color: #808b67;
display:          flex;
align-items:      center;
justify-content:  space-between;
padding:          0;
}
@media screen and (max-width: 1199px) {
header {
display:    block;
height:     170px;
text-align: center;
}
#homepage-slider-container #homepage-slider, #homepage-slider-container .paged-title {
margin-top: 0;
}
}
header .width-container {
position:        relative;
display:         flex;
align-items:     center;
justify-content: space-between;
height:          96px;
width:           100%;
padding:         0 10vw;
}
@media screen and (max-width: 1460px) {
header .width-container {
padding: 0 5vw;
}
}
@media screen and (max-width: 1199px) {
header .width-container {
display:    block;
text-align: center;
padding:    0;
}
}
#header-top-bar {
height: 0;
}
body #logo {
margin:                             0px;
padding:                            0;
border:                             none;
position:                           relative;
top:                                0;
left:                               0;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius:  0;
-moz-border-radius-bottomright:     0;
-moz-border-radius-bottomleft:      0;
border-bottom-right-radius:         0;
border-bottom-left-radius:          0;
overflow:                           hidden;
z-index:                            55;
display:                            flex;
align-items:                        center;
height:                             100%;
width:                              100%;
}
@media screen and (max-width: 1199px) {
body #logo {
display:       block;
text-align:    center;
margin-bottom: -20px;
}
body #logo a {
display: block;
padding: 15px;
}
}
header nav {
display:     flex;
position:    relative;
top:         0;
right:       0;
z-index:     4;
align-items: center;
height:      100%;
}
@media screen and (max-width: 1199px) {
header nav {
display: block;
height:  auto;
}
header nav select {
font-size:             16px;
text-transform:        none;
display:               block;
margin-left:           auto;
margin-right:          auto;
margin-top:            30px;
width:                 300px;
min-width:             150px;
max-width:             100%;
-webkit-appearance:    none;
-moz-appearance:       normal;
appearance:            normal;
-webkit-border-radius: 2px;
-moz-border-radius:    2px;
border-radius:         2px;
-webkit-box-shadow:    0px 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow:       0px 1px 3px rgba(0, 0, 0, 0.1);
box-shadow:            0px 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end:   20px;
-webkit-padding-start: 2px;
-webkit-user-select:   none;
-moz-user-select:      none;
border:                1px solid #aaaaaa;
color:                 #555555;
padding:               7px 5px 7px 10px;
}
}
@media screen and (max-width: 768px) {
header nav select {
margin-top: 10px;
}
}
.menu-main-navigation-container {
display:     flex;
align-items: center;
height:      100%;
}
.sf-menu {
line-height: 1.0;
display:     flex;
align-items: center;
height:      100%;
}
@media screen and (max-width: 1199px) {
.sf-menu {
display: none;
}
}
.sf-menu ul, .sf-menu li.current-menu-item, .sf-menu a:hover, .sf-menu li a:hover, .sf-menu a:hover, .sf-menu a:visited:hover, .sf-menu li.sfHover a, .sf-menu li.sfHover a:visited {
background-color: #909c81;
opacity:          1;
}
.sf-menu ul {
background: #909c81;
}
.sf-menu li {
height: 100%;
}
.sf-menu a, .sf-menu a:visited {
color:       #fff;
padding:     0 40px;
height:      100%;
font-style:  normal;
display:     flex;
align-items: center;
border-left: 1px solid #909c81;
}
.sf-menu li:last-child a {
border-right: 1px solid #909c81;
}
.sf-menu ul.submenu li, .sf-menu ul.submenu li a {
height: auto;
}
.sf-menu a:hover, .sf-menu li a:hover, .sf-menu a:hover, .sf-menu a:visited:hover, .sf-menu li.sfHover a, .sf-menu li.sfHover a:visited {
display: flex;
opacity: 1;
}
body .sf-menu li:hover ul, body .sf-menu li.sfHover ul {
top: 96px;
}
body header #logo img {
max-width: 215px;
}
@media screen and (max-width: 1690px) {
.sf-menu a, .sf-menu a:visited {
padding: 0 30px;
}
}
@media screen and (max-width: 1460px) {
.sf-menu a, .sf-menu a:visited {
padding: 0 20px;
}
}
@media screen and (max-width: 1199px) {
.sf-menu a, .sf-menu a:visited {
padding: 0 10px;
}
}
div#page-title {
margin-top:       92px;
background-color: #909c81;
}
@media screen and (max-width: 1199px) {
div#page-title {
margin-top: 152px;
}
}
@media screen and (max-width: 768px) {
div#page-title {
margin-top: 0;
}
}
.social {
width:        26px;
margin-right: 20px;
}
@media screen and (max-width: 768px) {
.social {
margin-right: 30px;
}
}
.widget-area-highlight {
background-color: #808b67;
}
.widget-area-highlight .header-underline {
color:         #fff;
border-bottom: 1px solid #909c81;
}
.widget-area-highlight p {
color:     #fff;
font-size: 14px;
}
@media screen and (max-width: 992px) {
.widget-area-highlight p {
font-size: 16px;
}
}
body #main .widget-area-highlight a {
color:           #fff;
text-decoration: underline;
font-size:       14px;
opacity:         1;
}
@media screen and (max-width: 992px) {
body #main .widget-area-highlight a {
font-size: 16px;
}
}
body footer {
width:            100%;
margin:           0;
display:          flex;
align-items:      center;
justify-content:  space-between;
background-image: none;
background-color: #909c81;
}
@media screen and (max-width: 768px) {
body footer {
height: auto;
}
}
body footer .width-container {
width:  100%;
margin: 0 10vw;
} body #copyright {
border:          0;
display:         flex;
justify-content: flex-end;
align-items:     center;
padding:         15px 0;
}
@media screen and (max-width: 767px) {
body #copyright {
flex-direction: column;
}
}
body footer #copyright li a {
color:      #fff;
opacity:    0.48;
font-style: normal;
font-size:  14px;
}
@media only screen and (max-width: 992px) {
body footer #copyright li a {
font-size: 16px;
}
}
body footer img {
border-bottom: 0;
}
a:hover, body #copyright li a:hover {
color:   #fff;
opacity: 0.48;
}
@media only screen and (max-width: 767px) {
body #copyright .grid2column {
display:         flex;
justify-content: center;
}
}
body #footer-text {
color:       #fff;
font-size:   12px;
font-weight: 300;
line-height: 16px;
padding:     0;
}
@media only screen and (max-width: 992px) {
body #footer-text {
font-size: 15px;
}
}
body footer .grid2column {
float: none;
}
body .partner-logo {
max-width:     150px;
margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
body .partner-logo {
margin-top: 15px;
}
}
body .transify {
background: 0 !important;
}
body .current-menu-item a {
background-color: #909c81;
font-weight:      500;
cursor:           pointer;
} body {
background-image: none;
background:       #909c81;
}
body #main {
background-image: none;
background:       #909c81;
}
body #main a {
opacity:         1;
text-decoration: underline;
}
body #sidebar {
border-left: 1px solid #909e5a;
} body #main a.button-download {
color:           #909e5a;
background:      #fff;
text-decoration: none;
clear:           both;
border-radius:   4px;
transition:      all 0.23s ease-in-out 0s;
cursor:          pointer;
display:         inline-block;
font-size:       18px;
font-weight:     normal;
height:          32px;
line-height:     32px;
margin:          20px 0;
padding:         10px 60px;
text-align:      center;
text-decoration: none;
vertical-align:  top;
white-space:     nowrap;
width:           auto;
max-width:       100%;
}
body #main a.button-download:hover {
color:      #909e5a;
background: #fff;
opacity:    0.48;
}
.mobile-off {
display: block;
width:   98%;
}
.mobile-on {
display:    none;
text-align: center;
}
@media only screen and (max-width: 767px) {
.mobile-off {
display: none;
}
.mobile-on {
display: block;
}
}@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
nav select {background: url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/select-arrow@2x.png) center right no-repeat; background-size:contain;}
.flex-control-paging li a {background-image:url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/slider/bg_bullets@2x.png); background-size:20px 85px;}
.flex-direction-nav a {background-image: url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/slider/arrows@2x.png); background-size:68px 69px;}
a.twitter-widget-from { background-image: url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/twitter@2x.png) ;  background-size:20px 16px;}
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
} .lt-ie9 .flex-control-paging li a {background-image: url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/slider/bg_bullets.png); }
.lt-ie9 .flex-direction-nav a {background-image: url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/slider/arrows.png);}
.lt-ie9 a.twitter-widget-from { background-image: url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/twitter.png);  }
}  body:after {content: "Wider than 1165px";background-color: hsla(270,60%,40%,0.7);} html {-webkit-text-size-adjust: none;} body {max-width:100%; width:100%; }
img {max-width:100%; height: auto; }
.width-container, #page-title-divider  {-moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; }  @media only screen and (min-width: 959px) and (max-width: 1165px) {
body:after {content: "959px to 1139px";background-color: hsla(270,60%,40%,0.7);} .width-container, #page-title-divider  {width:940px;} .caption-progression {
padding-bottom:120px;
padding-left:80px;
font-size:28px; 
}
#mc_embed_signup input#mce-EMAIL, #searchform input { width:100px;}
.commentlist {width:83%;}
}  @media only screen and (min-width: 768px) and (max-width: 959px) {
body:after {content: "768 to 959px";background-color: hsla(270,60%,40%,0.7);}  .width-container, #page-title-divider  { width: 750px; }
.caption-progression {
padding-bottom:75px;
padding-left:60px;
font-size:24px; 
} .sf-menu a {padding-right:9px; padding-left:9px;} .flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {display:none !important;}
.commentlist {width:79%;}
}  @media only screen and (max-width: 767px) {
body:after {content: "0 to 480px"; background-color: hsla(90,60%,40%,0.7);}  .width-container, #page-title-divider  { width: 300px; }
.caption-progression {
padding-bottom:50px;
padding-left:20px;
font-size:14px; 
} #sidebar {padding:0%; border:none;}
#footer-widgets .footer-1-column .widget, #footer-widgets .footer-2-column .widget, #footer-widgets .footer-3-column .widget, .lt-ie8 #footer-widgets .footer-3-column .widget, #footer-widgets .footer-4-column .widget, .grid2column, .grid3column, .grid3columnbig, .grid4column, .grid4columnbig, .lt-ie8 .grid3column, .lt-ie8 .grid4column , .lt-ie8 .grid2column, #sidebar, #container-sidebar {float:none; width:100%; margin-bottom:25px;}
body ul#open-hours .grid2column, body #main ul.menu-items .grid2column {float:left; margin-right:2%; margin-bottom:0px; }
body ul#open-hours .grid2column, body #main ul.menu-items .grid2column { width: 49%;}
.lt-ie8 body ul#open-hours .grid2column, .lt-ie8 body #main ul.menu-items .grid2column {width: 48.5%;  }
footer .lastcolumn {margin:0px;} 
.menu-item-container .grid3column {float:left; margin-right:2%; width: 32%; }
.lt-ie8 .menu-item-container .grid3column { width: 31.5%; }
.menu-item-container .grid3columnbig {float:left; margin-right:2%;width:65.8%;} .flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {display:none !important;}
footer #copyright ul {text-align:center;  float:none;}
footer #copyright ul li {float:none; display: inline;  }
#copyright .grid2column {text-align:center;}
.commentlist {width:95%; left:-10px;}
.commentlist .children li.comment .comment-meta {margin-left:0px;}
.commentlist .avatar, .commentlist > li:before {display:none;} header {position:static;}
body #logo {text-align:center; margin:0 auto 6px auto; float:none; position:relative;}
#homepage-slider, .paged-title {margin-top:30px;}
#page-title .paged-title {height:150px; } nav ul { display: none; }  
nav select option {font-size:12px; background:#fff; color:#888;}
header nav {float:none; position:relative; }
nav select { text-transform:none; display:block;  margin-left:auto; margin-right:auto; margin-top:50px; width:300px; min-width: 150px; max-width: 100%; -webkit-appearance: none; -moz-appearance: normal; appearance: normal;
-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
-webkit-padding-end: 20px; -webkit-padding-start: 2px; -webkit-user-select: none;-moz-user-select: none;
background:#FAFAFA url(//www.sora-sushi.ch/wp-content/themes/white-rock/images/select-arrow.png) center right no-repeat;;
font-size:13px;
border: 1px solid #aaaaaa;
color: #555555;
padding:7px 5px 7px 10px;}
}  @media only screen and (min-width: 480px) and (max-width: 767px) {
body:after { content: "480 to 767px"; background-color: hsla(150,50%,40%,0.7);}  .width-container, #page-title-divider  { width: 420px; }
} body:after {position:relative; z-index:55; content: "less than 320px";font-size: 300%;font-weight: bold;position: fixed;bottom: 60px;width: 100%;text-align: center;background-color: hsla(1,60%,40%,0.7);color: #fff;
display:none !important; }.progression_clearfix:before, 
.progression_clearfix:after { 
content: ""; 
display: table; 
}
.progression_clearfix:after { 
clear: both; 
}
.progression_clearfix { 
*zoom: 1; 
}
*+html .progression_clearfix {
visibility:hidden; 
width:0;
height:0; 
clear:both;
}  hr.progression-hr { 
display: block; 
height: 1px; 
border: 0; 
border-top: 1px solid #ccc; 
margin: 1em 0; 
padding: 0; 
} .progression-etabs { 
margin: 0 0 20px 0; 
padding: 0; 
border-bottom:1px solid #ddd;
}
.progression-tab { 
margin-right:-6px; 
display: inline-block; 
zoom:1; 
border: solid 1px #ddd; 
border-width: 1px 1px 0 1px; 
background: #f5f5f5;
}
.lt-ie8 .progression-tab {display:inline;}	
.progression-tab a { 
font-size: 14px; 
line-height: 2em; 
display: block; 
padding: 5px 15px 3px 15px; 
outline: none;  
text-decoration:none;
}
.progression-tab.active { 
padding-top: 5px; 
position: relative; 
top: 1px; 
background: #fff;
}
.progression-tab a.active {  
}
ul.progression-tabs {
text-decoration:none; 
display: block;
margin: 0 0 20px 0;
padding: 0;
list-style:none;
border-bottom: solid 1px #ddd; 
}
ul.progression-tabs li {
display: block;
width: auto;
height: 30px;
padding: 0;
float: left;
margin-bottom: 0;
}
ul.progression-tabs li a {
display: block;
text-decoration: none;
width: auto;
height: 29px;
padding: 0px 20px;
line-height: 30px;
border: solid 1px #ddd;
border-width: 1px 1px 0 0;
margin: 0;
background: #f5f5f5;
font-size: 13px;
}
ul.progression-tabs li a.active {
background: #fff;
height: 30px;
position: relative;
top: -4px;
padding-top: 4px;
border-left-width: 1px;
margin: 0 0 0 -1px;
-moz-border-radius-topleft: 2px;
-webkit-border-top-left-radius: 2px;
border-top-left-radius: 2px;
-moz-border-radius-topright: 2px;
-webkit-border-top-right-radius: 2px;
border-top-right-radius: 2px; 
}
ul.progression-tabs li:first-child a.active {
margin-left: 0; 
}
ul.progression-tabs li:first-child a {
border-width: 1px 1px 0 1px;
-moz-border-radius-topleft: 2px; 
-webkit-border-top-left-radius: 2px; 
border-top-left-radius: 2px; 
}
ul.progression-tabs li:last-child a {
-moz-border-radius-topright: 2px; 
-webkit-border-top-right-radius: 2px; 
border-top-right-radius: 2px; 
}
ul.progression-tabs-content { 
margin: 0 0 20px 0; 
display: block; 
list-style:none;
}
ul.progression-tabs-content > li { 
display:none;
}
ul.progression-tabs-content > li.active { 
display: block; 
} ul.progression-tabs:before, ul.progression-tabs:after { 
content: '\0020'; 
display: block; 
overflow: hidden; 
visibility: hidden; 
width: 0; 
height: 0;
}
ul.progression-tabs:after { 
clear: both; 
}
ul.progression-tabs {
zoom: 1; 
} a.progression-button {
margin:0px 2px 5px 0px;
font-weight:bold; 
display:inline-block; 
text-decoration:none; 
line-height:1; 
cursor: pointer; 
-webkit-transition-duration: 500ms;
-moz-transition-duration: 500ms;
-o-transition-duration: 500ms;
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.20);
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.20);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.20);
}
.progression-mini {
padding: 5px 6px;
font-size:11px;
}
.progression-small {
padding: 8px 10px; 
font-size:11px;
}
.progression-medium {
padding:10px 14px;
font-size:13px;
}
.progression-large {
padding:12px 18px; 
font-size:15px;
}
.progression-square {
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
border-radius: 3px;
}
.progression-rounded {
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}
a.progression-blue {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #006dcc;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-repeat: repeat-x;
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
a.progression-blue:hover {
background: #0088cc;
color: #ffffff;
}
a.progression-grey {
color:#444444;
background-color: #f5f5f5;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #bbbbbb;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-bottom-color: #a2a2a2;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
a.progression-grey:hover {
background: #f1f1f1;
color:#444444;
}
a.progression-light-blue {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #49afcd;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
background-repeat: repeat-x;
border-color: #2f96b4 #2f96b4 #1f6377;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
a.progression-light-blue:hover {
background: #5bc0de;
color: #ffffff;
}
a.progression-green {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #5bb75b;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
background-image: -webkit-linear-gradient(top, #62c462, #51a351);
background-image: -o-linear-gradient(top, #62c462, #51a351);
background-image: linear-gradient(to bottom, #62c462, #51a351);
background-image: -moz-linear-gradient(top, #62c462, #51a351);
background-repeat: repeat-x;
border-color: #51a351 #51a351 #387038;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
a.progression-green:hover { 
background: #62c462; 
color: #ffffff;
}
a.progression-orange {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #faa732;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
background-image: -o-linear-gradient(top, #fbb450, #f89406);
background-image: linear-gradient(to bottom, #fbb450, #f89406);
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
background-repeat: repeat-x;
border-color: #f89406 #f89406 #ad6704;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
a.progression-orange:hover { 
background: #fbb450; 
color: #ffffff;
}
a.progression-red {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #da4f49;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
background-repeat: repeat-x;
border-color: #bd362f #bd362f #802420;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
a.progression-red:hover { 
background: #ee5f5b; 
color: #ffffff;
}
a.progression-black {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #363636;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
background-image: -webkit-linear-gradient(top, #444444, #222222);
background-image: -o-linear-gradient(top, #444444, #222222);
background-image: linear-gradient(to bottom, #444444, #222222);
background-image: -moz-linear-gradient(top, #444444, #222222);
background-repeat: repeat-x;
border-color: #222222 #222222 #000000;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
a.progression-black:hover { 
background: #444444; 
color: #ffffff;
} ul.progression-toggle {
margin:0px; 
padding:0px; 
list-style:none;
}
ul.progression-toggle li {
background:#f9f9f9; 
list-style-type:none; 
cursor:pointer;  
border:1px solid #dddddd; 
padding:5px 5px 5px 5px; 
margin:0px 0px 15px 0px;
}
ul.progression-toggle div.div_progression_toggle {
cursor: auto; 
display: none; 
padding:0px 20px; 
margin-bottom:15px; 
text-decoration: none;
}
ul.progression-toggle div.div_progression_toggle:hover {
text-decoration:none;
}
ul.progression-toggle li:before {
content: "+"; 
position:relative; 
width:8px; 
text-align:center; 
height:11px; 
margin:0px 5px 0px 5px; 
line-height:1; 
padding:0px; 
display:inline-block; 
font-size:10px;
}
ul.progression-toggle li.progression_active:before {
content: "-"; 
}
ul.progression-toggle div.progression_open {
display:block;
}
.lt-ie8 ul.progression-toggle div.div_progression_toggle {
display:block;
} .progression-grid2column, 
.progression-grid3column, 
.progression-grid3-twothirds, 
.progression-grid4column, 
.progression-grid4-threefourths, 
.progression-grid5column, 
.progression-grid5-twofifths, 
.progression-grid5-threefifths, 
.progression-grid5-fourfifth, 
.progression-grid6column, 
.progression-grid6-fivesixths {
float:left; 
margin-right:2%;  
}
.progression-grid2column {
width:49%; 
}
.progression-grid3column {
width:32%;
}
.progression-grid3-twothirds {
width:66%;
}
.progression-grid4column {
width:23.5%;
}
.lt-ie8 .progression-grid4column {
width:23%;
}
.progression-grid4-threefourths {
width:74.5%;
}
.lt-ie8 .progression-grid4-threefourths {
width:74.3%;
}
.progression-grid5column {
width:18.35%;
}
.progression-grid5-twofifths {
width:38.8%;
}
.progression-grid5-threefifths {
width:59.1%;
}
.progression-grid5-fourfifth {
width:79.5%;
}
.progression-grid6column {
width:15%;
}
.progression-grid6-fivesixths {
width:83%;
}
body .progression-lastcolumn {
margin-right:0% !important;
}@font-face{font-family:'Droid Serif';font-style:italic;font-weight:400;font-display:swap;src:url(//www.sora-sushi.ch/wp-content/uploads/omgf/google-fonts/droid-serif-italic-latin-400.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Droid Serif';font-style:italic;font-weight:700;font-display:swap;src:url(//www.sora-sushi.ch/wp-content/uploads/omgf/google-fonts/droid-serif-italic-latin-700.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:400;font-display:swap;src:url(//www.sora-sushi.ch/wp-content/uploads/omgf/google-fonts/droid-serif-normal-latin-400.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Droid Serif';font-style:normal;font-weight:700;font-display:swap;src:url(//www.sora-sushi.ch/wp-content/uploads/omgf/google-fonts/droid-serif-normal-latin-700.woff2)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}

.lepopup-html-noscroll {
overflow: hidden !important;
}
.lepopup-form .fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lepopup-form .fas, .lepopup-form .far {
font-family: "Font Awesome 5 Free" !important;
}
.lepopup-form .fas {
font-weight: 900 !important;
}
.lepopup-form .far {
font-weight: 400 !important;
}
.lepopup-form .fab {
font-family: "Font Awesome 5 Brands" !important;
font-weight: 400 !important;
}
.lepopup-popup-container {
display: none;
}
.lepopup-popup-container .lepopup-form {
position: fixed !important;
z-index: 1000001;
text-align: left; }
.lepopup-popup-container .lepopup-form-position-top-left {
top: 16px !important;
left: 16px !important;
transform: translate(0, 0);
}
.lepopup-popup-container .lepopup-form-position-top-center {
top: 16px !important;
left: 50% !important;
transform: translate(-50%, 0);
}
.lepopup-popup-container .lepopup-form-position-top-right {
top: 16px !important;
right: 16px !important;
transform: translate(0, 0);
}
.lepopup-popup-container .lepopup-form-position-middle-left {
left: 16px !important;
top: 50% !important;
transform: translate(0, -50%);
}
.lepopup-popup-container .lepopup-form-position-middle-center {
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%);
}
.lepopup-popup-container .lepopup-form-position-middle-right {
right: 16px !important;
top: 50% !important;
transform: translate(0, -50%);
}
.lepopup-popup-container .lepopup-form-position-bottom-left {
bottom: 16px !important;
left: 16px !important;
transform: translate(0, 0);
}
.lepopup-popup-container .lepopup-form-position-bottom-center {
bottom: 16px !important;
left: 50% !important;
transform: translate(-50%, 0);
}
.lepopup-popup-container .lepopup-form-position-bottom-right {
bottom: 16px !important;
right: 16px !important;
transform: translate(0, 0);
}
.lepopup-form-page-closed .lepopup-element {
animation-duration: 500ms !important;
animation-delay: 0ms !important;
}
.lepopup-form-inner {
position: relative;
}
.lepopup-inline {
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box;
margin: 0 auto;
}
.lepopup-inline>.lepopup-form {
margin: 0 auto;
}
.lepopup-element {
clear: both;
line-height: 1.4;
position: absolute !important;
}
.lepopup-element:before {
content: " ";
display: block;
}
.lepopup-element:after {
content: ".";
display: block;
font-size: 1px;
line-height: 0px;
visibility: hidden;
}
.lepopup-row.lepopup-element {
padding: 0 !important;
}
.lepopup-row.lepopup-element::after {
display: table;
content: ' ';
clear: both;
}
.lepopup-col {
float: left;
min-height: 1px;
}
.lepopup-collapsed .lepopup-col {
width: 100% !important;
}
.lepopup-collapsed .lepopup-cr-container {
width: 100% !important;
}
.lepopup-collapsed .lepopup-button {
display: block !important;
}
.lepopup-collapsed .lepopup-element-label-left .lepopup-column-label, .lepopup-collapsed .lepopup-element-label-left .lepopup-column-input {
width: 100%;
}
.lepopup-collapsed .lepopup-element-label-right .lepopup-column-label, .lepopup-collapsed .lepopup-element-label-right .lepopup-column-input {
width: 100%;
}
.lepopup-col .lepopup-element:first-of-type {
margin-top: 0;
}
.lepopup-col .lepopup-element:last-of-type {
margin-bottom: 0;
}
.lepopup-col-1 {
width: 8.33333333%;
}
.lepopup-col-2 {
width: 16.66666666%;
}
.lepopup-col-3 {
width: 25%;
}
.lepopup-col-4 {
width: 33.33333333%;
}
.lepopup-col-5 {
width: 41.66666666%;
}
.lepopup-col-6 {
width: 50%;
}
.lepopup-col-7 {
width: 58.33333333%;
}
.lepopup-col-8 {
width: 66.66666666%;
}
.lepopup-col-9 {
width: 75%;
}
.lepopup-col-10 {
width: 83.33333333%;
}
.lepopup-col-11 {
width: 91.66666666%;
}
.lepopup-col-12 {
width: 100%;
}
.lepopup-inherited {
display: block !important;
height: 100% !important; 
white-space: nowrap;
box-sizing: border-box !important;
padding: 0 !important;
top: 0;
bottom: 0;
left: 0;
right: 0;
position: absolute;
}
.lepopup-inherited::before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
padding-top: 3px;
}
.lepopup-inherited-red, .lepopup-inherited-red:visited {
border: 1px solid #B20000;
background-color: rgb(255,48,25);
background-image: linear-gradient(to bottom, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
}
.lepopup-inherited-green, .lepopup-inherited-green:visited {
border: 1px solid #307818;
background-color: rgb(72,180,36);
background-image: linear-gradient(to bottom, rgba(72,180,36,1) 0%,rgba(48,120,24,1) 100%);
}
.lepopup-inherited-blue, .lepopup-inherited-blue:visited {
border: 1px solid #306090;
background-color: rgb(40,80,200);
background-image: linear-gradient(to bottom, rgba(40,80,200,1) 0%,rgba(30,47,144,1) 100%);
}
.lepopup-inherited-yellow, .lepopup-inherited-yellow:visited {
border: 1px solid #E5A904;
background-color: rgb(255,210,90);
background-image: linear-gradient(to bottom, rgba(255,210,90,1) 0%,rgba(255,190,0,1) 100%);
}
.lepopup-inherited-orange, .lepopup-inherited-orange:visited {
border: 1px solid #E56E0D;
background-color: rgb(255,170,78);
background-image: linear-gradient(to bottom, rgba(255,170,78,1) 0%,rgba(255,120,10,1) 100%);
}
.lepopup-inherited-pink, .lepopup-inherited-pink:visited {
border: 1px solid #CC026A;
background-color: rgb(255,90,170);
background-image: linear-gradient(to bottom, rgba(255,90,170,1) 0%,rgba(240,0,120,1) 100%);
}
.lepopup-inherited-black, .lepopup-inherited-black:visited {
border: 1px solid #000000;
background-color: rgb(72,72,72);
background-image: linear-gradient(to bottom, rgba(72,72,72,1) 0%,rgba(10,10,10,1) 100%);
}
.lepopup-inherited-red:hover, .lepopup-inherited-red:focus, .lepopup-inherited-red:active,
.lepopup-inherited-green:hover, .lepopup-inherited-green:focus, .lepopup-inherited-green:active,
.lepopup-inherited-blue:hover, .lepopup-inherited-blue:focus, .lepopup-inherited-blue:active,
.lepopup-inherited-yellow:hover, .lepopup-inherited-yellow:focus, .lepopup-inherited-yellow:active,
.lepopup-inherited-pink:hover, .lepopup-inherited-pink:focus, .lepopup-inherited-pink:active,
.lepopup-inherited-black:hover, .lepopup-inherited-black:focus, .lepopup-inherited-black:active,
.lepopup-inherited-orange:hover, .lepopup-inherited-orange:focus, .lepopup-inherited-orange:active {
background-image: linear-gradient(to bottom, rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.01) 100%);
}
.lepopup-element * {
font-family: inherit;
font-size: 15px;
font-weight: normal;
box-sizing: border-box;
}
.lepopup-element form {
margin: 0 !important;
padding: 0 !important;
border: none !important;
background: none !important;
outline: none !important;
box-shadow: none !important;
}
.lepopup-element .lepopup-input:after {
content: ".";
display: block;
font-size: 1px;
line-height: 0px;
visibility: hidden;
clear: both;
}
.lepopup-element-error:before,
.lepopup-uploader-error:before {
content: ' ';
background: inherit;
position: absolute;
width: 8px;
height: 8px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
z-index: 799;
margin-top: -3px;
margin-left: 5px;
}
.lepopup-element-error,
.lepopup-uploader-error {
background: red;
position: absolute;
line-height: 1.4;
z-index: 800;
border-radius: 4px;
margin-top: 5px;
display: none;
padding: 0;
left: 0;
margin-bottom: -5px;	
box-shadow: 1px 1px 10px -4px #000;
}
.lepopup-element-error span,
.lepopup-uploader-error span {
padding: 0.3em 0.7em;
font-size: inherit;
font-family: inherit;
color: inherit;
display: inline-block;
}
.lepopup-element label.lepopup-label {
line-height: 1em;
margin: 0 0 0.4em 0;
font-size: 16px;
display: block;
}
.lepopup-form .lepopup-element-label-left .lepopup-column-label {
padding-right: 0.5em;
}
.lepopup-form .lepopup-element-label-left .lepopup-column-label, .lepopup-form .lepopup-element-label-left .lepopup-column-input {
float: left;
}
.lepopup-form .lepopup-element-label-right .lepopup-column-label {
padding-left: 0.5em;
}
.lepopup-form .lepopup-element-label-right .lepopup-column-label, .lepopup-form .lepopup-element-label-right .lepopup-column-input {
float: right;
}
.lepopup-form .lepopup-element-label-none .lepopup-column-label {
display:none !important;
}
.lepopup-element label.lepopup-description {
line-height: 1em;
margin: 0.4em 0 0 0;
padding: 0;
font-size: 14px;
color: #888;
display: block;
}
.lepopup-form-description-none .lepopup-element label.lepopup-description {
display:none;
}
.lepopup-form .lepopup-element-description-none label.lepopup-description {
display:none !important;
}
.lepopup-form .lepopup-element-description-bottom label.lepopup-description {
display:block !important;
}
.lepopup-form .lepopup-element-label-none label.lepopup-description,
.lepopup-form .lepopup-element-label-top label.lepopup-description {
margin-left:0 !important;margin-right:0 !important;
}
.lepopup-element div.lepopup-input {
position: relative;
}
.lepopup-input div.airdatepicker {
z-index: 1000;
}
.lepopup-element div.lepopup-input {
height: inherit;
line-height: auto;
}
.lepopup-element div.lepopup-input input[type="text"],
.lepopup-element div.lepopup-input input[type="email"],
.lepopup-element div.lepopup-input input[type="password"],
.lepopup-element div.lepopup-input select,
.lepopup-element div.lepopup-input textarea {
border-spacing: 0;
vertical-align: top;
outline: none;
box-sizing: border-box;
box-shadow: none;
padding: 0 1em !important;
margin: 0;
min-width: 0px;
max-width: 100%;
min-height: 20px;	
width: 100%;
height: 100%;
line-height: inherit;
transition-property: border, background, color, box-shadow;
-webkit-transition-property: border, background, color, box-shadow;
transition-duration: .3s;
-webkit-transition-duration: .3s;
}
.lepopup-element div.lepopup-input textarea {
padding-top: 0.5em !important;
padding-bottom: 0.5em;
}
.lepopup-element div.lepopup-input.lepopup-icon-left input[type="text"],
.lepopup-element div.lepopup-input.lepopup-icon-left input[type="email"],
.lepopup-element div.lepopup-input.lepopup-icon-left input[type="password"],
.lepopup-element div.lepopup-input.lepopup-icon-left textarea {
padding-left: 48px !important;
}
.lepopup-element div.lepopup-input.lepopup-icon-right input[type="text"],
.lepopup-element div.lepopup-input.lepopup-icon-right input[type="email"],
.lepopup-element div.lepopup-input.lepopup-icon-right input[type="password"],
.lepopup-element div.lepopup-input.lepopup-icon-right textarea {
padding-right: 48px !important;
}
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left input[type="text"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left input[type="email"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left input[type="password"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left textarea {
padding-left: 1em !important;
margin-left: 40px;
width: calc(100% - 40px);
}
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right input[type="text"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right input[type="email"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right input[type="password"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right textarea {
padding-right: 1em !important;
margin-right: 40px;
width: calc(100% - 40px);
}
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left.lepopup-icon-right input[type="text"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left.lepopup-icon-right input[type="email"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left.lepopup-icon-right input[type="password"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left.lepopup-icon-right textarea {
width: calc(100% - 80px);
}
.lepopup-element div.lepopup-input>i {
position: absolute;
line-height: inherit;
width: 40px;
text-align: center;
font-size: 16px;
z-index: 102;
}
.lepopup-form-icon-outside .lepopup-element div.lepopup-input>i {
width: 40px;
} .lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left+label.lepopup-description {
padding-left: 40px;
}
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right+label.lepopup-description {
padding-right: 40px;
}
.lepopup-element div.lepopup-input>i.lepopup-icon-left {
top: 0;
left: 0;
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.lepopup-element div.lepopup-input>i.lepopup-icon-right {
top: 0;
right: 0;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.lepopup-form-icon-inside .lepopup-element div.lepopup-input>i.lepopup-icon-left, .lepopup-form-icon-inside .lepopup-element div.lepopup-input>i.lepopup-icon-right {
display: table;
line-height: initial;
height: 100%;
}
.lepopup-form-icon-inside .lepopup-element div.lepopup-input>i.lepopup-icon-left::before, .lepopup-form-icon-inside .lepopup-element div.lepopup-input>i.lepopup-icon-right::before {
display: table-cell;
vertical-align: middle;
}
.lepopup-element .lepopup-button {
display: inline-block;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
user-select: none;
transition-property: border, background, color, box-shadow, width, height, font-size;
-webkit-transition-property: border, background, color, box-shadow, width, height, font-size;
transition-duration: .3s;
-webkit-transition-duration: .3s;
outline: none;
overflow: hidden;
display: block !important;
height: 100% !important;
white-space: nowrap;
box-sizing: border-box !important;
padding: 0 !important;	
}
.lepopup-element .lepopup-button::before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.lepopup-element .lepopup-button-full {
display: block;
}
.lepopup-element .lepopup-button.lepopup-button-tiny {
height: 20px;
line-height: 20px;
padding: 0 10px;
}
.lepopup-element .lepopup-button.lepopup-button-small {
height: 30px;
line-height: 30px;
padding: 0 15px;
}
.lepopup-element .lepopup-button.lepopup-button-medium {
height: 40px;
line-height: 40px;
padding: 0 20px;
}
.lepopup-element .lepopup-button.lepopup-button-large {
height: 50px;
line-height: 50px;
padding: 0 25px;
}
.lepopup-element .lepopup-button.lepopup-button-huge {
height: 60px;
line-height: 60px;
padding: 0 30px;
}
.lepopup-element .lepopup-button i {
font-size: inherit;
color: inherit;
width: 1em;
margin: 0 0.5em 0 0;
line-height: inherit;
display: inline-block;
vertical-align: middle;
transform: translateY(-1px);
text-align: center;
}
.lepopup-element .lepopup-button span+i {
margin: 0 0 0 0.5em;
text-align: right;
}
.lepopup-element .lepopup-button span {
font-size: inherit;
font-weight: inherit;
font-style: inherit;	
color: inherit;
padding: 0;
margin: 0;
text-decoration: inherit;
white-space: nowrap;
-webkit-user-select: none;
user-select: none;
outline: none;
line-height: inherit;
vertical-align: middle;
display: contents;
display: inline-block; }
.lepopup-element .lepopup-button.lepopup-button-zoom-in:active {
transform: scale(1.02);
-webkit-transform: scale(1.02);
}
.lepopup-element .lepopup-button.lepopup-button-zoom-out:active {
transform: scale(0.95);
-webkit-transform: scale(0.95);
}
.lepopup-element .lepopup-button.lepopup-button-shift-down:active {
transform:translateY(2px);
-webkit-transform:translateY(2px);
}
.lepopup-element .lepopup-button-disabled {
transform:none !important;
-webkit-transform:none !important;
opacity:0.7 !important;
}
.lepopup-element-html {
min-height: 20px;
min-width: 20px;
overflow-x: hidden;
overflow-y: hidden;
box-sizing: border-box;
}
.lepopup-element-rectangle {
overflow-x: hidden;
overflow-y: hidden;
box-sizing: border-box;
}
.lepopup-element-html-content {
position: relative;
}
.lepopup-element-html-content iframe {
width: 100%;
height: 100%;
height: -moz-available;
height: -webkit-fill-available;
height: fill-available;
}
.lepopup-element-html-scrollable {
overflow-x: hidden;
overflow-y: scroll;
scrollbar-color: rgba(0,0,0,0.1) rgba(0,0,0,0.05);
scrollbar-width: thin;
-ms-overflow-style: none;
}
.lepopup-element-html-scrollable::-webkit-scrollbar {
width: 5px;
}
.lepopup-element-html-scrollable::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0,0,0,0.05);
}
.lepopup-element-html-scrollable::-webkit-scrollbar-thumb {
background-color: rgba(0,0,0,0.1);
}
.lepopup-element-html strong, .lepopup-element-html b {
font-weight: 700;
font-size: inherit;
color: inherit;
text-shadow: none;
}
.lepopup-element-html em, .lepopup-element-html i {
font-style: italic;
font-size: inherit;
color: inherit;
text-shadow: none;
}
.lepopup-element-html span {
font-style: inherit;
font-size: inherit;
font-weight: inherit;
color: inherit;
text-shadow: none;
}
.lepopup-element-html h1,
.lepopup-element-html h2,
.lepopup-element-html h3,
.lepopup-element-html h4,
.lepopup-element-html h5,
.lepopup-element-html h6 {
font-weight: 700;
margin: 0.4em 0;
padding: 0;
line-height: 1.475;
text-shadow: none;
}
.lepopup-element-html h1 {
font-size: 32px
}
.lepopup-element-html h2 {
font-size: 24px
}
.lepopup-element-html h3 {
font-size: 20px
}
.lepopup-element-html h4 {
font-size: 18px
}
.lepopup-element-html h5 {
font-size: 16px
}
.lepopup-element-html h6 {
font-size: 14px
}
.lepopup-element-html p {
line-height: 1.475;
padding: 0;
margin: 0.4em 0;
font-style: inherit;
font-size: inherit;
font-weight: inherit;
color: inherit;
text-shadow: none;
}
.lepopup-element-html .aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.lepopup-element-html .alignleft {
float: left;
margin: 0.5em 1em 0.5em 0;
}
.lepopup-element-html .alignright {
float: right;
margin: 0.5em 0 0.5em 1em;
}
.lepopup-element-html img {
max-width: 100%;
}
.lepopup-element-html hr {
border: 0;
border-top: 1px solid #a0a0a0;
margin: 0.3em 0;
}
.lepopup-element-html ul {
list-style: disc inside;
margin: 0.3em 0;
padding: 0;
line-height: 1.475;
}
.lepopup-element-html ol {
list-style: decimal inside;
margin: 0.3em 0;
padding: 0;
line-height: 1.475;
}
.lepopup-element-html ul li,
.lepopup-element-html ol li {
margin: 0 0 0 1em;
padding: 0;
line-height: 1.475;
font-style: inherit;
font-size: inherit;
font-weight: inherit;
color: inherit;
text-shadow: none;
}
.lepopup-element-close span,
.lepopup-element-icon span,
.lepopup-element-icon a {
display: block;
text-align: center;
cursor: pointer;
font-family: arial !important;
line-height: 1 !important;
transition-property: color;
transition-duration: .2s;
text-decoration: none !important;
}
.lepopup-element-close span i,
.lepopup-element-icon span i,
.lepopup-element-icon a i {
transition-property: color;
transition-duration: .2s;
font-size: inherit;
}
.lepopup-confirmaton-message {
display: none;
}
.lepopup-ta-left {
text-align: left !important;
}
.lepopup-ta-center {
text-align: center !important;
}
.lepopup-ta-right {
text-align: right !important;
} .lepopup-tile-layout-inline div.lepopup-tile-container {
width: auto;
display: inline-block;
float: left;
}
div.lepopup-tile-container, div.lepopup-tile-box {
max-width: 100%;
}	
.lepopup-tile-layout-2 div.lepopup-tile-container,
.lepopup-tile-layout-3 div.lepopup-tile-container,
.lepopup-tile-layout-4 div.lepopup-tile-container,
.lepopup-tile-layout-6 div.lepopup-tile-container {
width: auto;
display: block;
float: left;
}
.lepopup-tile-layout-2 div.lepopup-tile-container {
width: 50%;
}
.lepopup-tile-layout-3 div.lepopup-tile-container {
width: 33.33333333%;
}
.lepopup-tile-layout-4 div.lepopup-tile-container {
width: 25%;
}
.lepopup-tile-layout-6 div.lepopup-tile-container {
width: 16.66666666%;
}
.lepopup-tile-layout-inline::after,
.lepopup-tile-layout-2::after,
.lepopup-tile-layout-3::after,
.lepopup-tile-layout-4::after,
.lepopup-tile-layout-6::after {
content: ' ';
display: table;
clear: both;
}
.lepopup-tile-layout-right div.lepopup-tile-container {
float: right !important;
text-align: right;
}
.lepopup-tile-layout-1.lepopup-tile-layout-right div.lepopup-tile-container {
clear: both;
}
input[type="checkbox"].lepopup-tile, input[type="radio"].lepopup-tile {
display: none !important;
}
input[type="checkbox"].lepopup-tile+label, input[type="radio"].lepopup-tile+label {
vertical-align: middle;
margin: 0;
}
input[type="checkbox"].lepopup-tile+label:before,
input[type="checkbox"].lepopup-tile+label:after,
input[type="radio"].lepopup-tile+label:before,
input[type="radio"].lepopup-tile+label:after {
content: '';
}
input[type="checkbox"].lepopup-tile+label:before,
input[type="radio"].lepopup-tile+label:before {
display: none !important;
}
input[type="checkbox"].lepopup-tile+label,
input[type="radio"].lepopup-tile+label {
appearance: none;
border-style: solid;
border-color: #ccc;
border-radius: 2px;
border-width: 1px;
max-width: 100%;
text-align: center;
background: #fff;
color: #444;
cursor: pointer;
display: block;
vertical-align: top;
position: relative;
transition-property: border, background, color, transform;
-webkit-transition-property: border, background, color, transform;
transition-duration: .2s;
-webkit-transition-duration: .2s;
white-space: nowrap;
overflow: hidden;
}
input[type="checkbox"].lepopup-tile:checked+label,
input[type="radio"].lepopup-tile:checked+label {
border-color: red;
}
.lepopup-tile-tiny+label {
line-height: 18px;
height: 20px;
}
.lepopup-tile-tiny+label {
padding: 0 0.6em;
}
.lepopup-tile-small+label {
line-height: 28px;
height: 30px;
}
.lepopup-tile-small+label {
padding: 0 0.8em;
}
.lepopup-tile-medium+label {
line-height: 38px;
height: 40px;
}
.lepopup-tile-medium+label {
padding: 0 1em;
}
.lepopup-tile-large+label {
line-height: 48px;
height: 50px;
}
.lepopup-tile-large+label {
padding: 0 1.2em;
}
.lepopup-tile-huge+label {
line-height: 58px;
height: 60px;
}
.lepopup-tile-huge+label {
padding: 0 1.4em;
}
.lepopup-tile-box {
display: inline-block;
padding: 0.3em;
}
.lepopup-tile-full .lepopup-tile-box {
display: block !important;
}
.lepopup-tile-transform-zoom-in .lepopup-tile-box input[type="checkbox"].lepopup-tile:checked+label,
.lepopup-tile-transform-zoom-in .lepopup-tile-box input[type="radio"].lepopup-tile:checked+label {
transform: scale(1.05);
}
.lepopup-tile-transform-zoom-out .lepopup-tile-box input[type="checkbox"].lepopup-tile:checked+label,
.lepopup-tile-transform-zoom-out .lepopup-tile-box input[type="radio"].lepopup-tile:checked+label {
transform: scale(0.95);
}
.lepopup-tile-transform-shift-down .lepopup-tile-box input[type="checkbox"].lepopup-tile:checked+label,
.lepopup-tile-transform-shift-down .lepopup-tile-box input[type="radio"].lepopup-tile:checked+label {
transform: translateY(2px);
}  .lepopup-cr-layout-inline div.lepopup-cr-container {
width: auto;
display: inline-block;
float: left;
}
.lepopup-cr-layout-2 div.lepopup-cr-container,
.lepopup-cr-layout-3 div.lepopup-cr-container,
.lepopup-cr-layout-4 div.lepopup-cr-container,
.lepopup-cr-layout-6 div.lepopup-cr-container {
width: auto;
display: block;
float: left;
}
.lepopup-cr-layout-2 div.lepopup-cr-container {
width: 50%;
}
.lepopup-cr-layout-3 div.lepopup-cr-container {
width: 33.33333333%;
}
.lepopup-cr-layout-4 div.lepopup-cr-container {
width: 25%;
}
.lepopup-cr-layout-6 div.lepopup-cr-container {
width: 16.66666666%;
}
.lepopup-cr-layout-inline::after,
.lepopup-cr-layout-2::after,
.lepopup-cr-layout-3::after,
.lepopup-cr-layout-4::after,
.lepopup-cr-layout-6::after {
content: ' ';
display: table;
clear: both;
}
.lepopup-cr-layout-inline.lepopup-cr-layout-right div.lepopup-cr-container {
float: right;
}
.lepopup-cr-layout-inline div.lepopup-cr-container div.lepopup-cr-label {
width: auto;
}
.lepopup-cr-layout-2.lepopup-cr-layout-right div.lepopup-cr-container-left div.lepopup-cr-label,
.lepopup-cr-layout-3.lepopup-cr-layout-right div.lepopup-cr-container-left div.lepopup-cr-label,
.lepopup-cr-layout-4.lepopup-cr-layout-right div.lepopup-cr-container-left div.lepopup-cr-label,
.lepopup-cr-layout-6.lepopup-cr-layout-right div.lepopup-cr-container-left div.lepopup-cr-label,
.lepopup-cr-layout-inline div.lepopup-cr-container-left div.lepopup-cr-label {
padding-right: 1.4em;
}
.lepopup-cr-layout-2.lepopup-cr-layout-left div.lepopup-cr-container-right div.lepopup-cr-label,
.lepopup-cr-layout-3.lepopup-cr-layout-left div.lepopup-cr-container-right div.lepopup-cr-label,
.lepopup-cr-layout-4.lepopup-cr-layout-left div.lepopup-cr-container-right div.lepopup-cr-label,
.lepopup-cr-layout-6.lepopup-cr-layout-left div.lepopup-cr-container-right div.lepopup-cr-label,
.lepopup-cr-layout-inline div.lepopup-cr-container-right div.lepopup-cr-label {
padding-left: 1.4em;
}
div.lepopup-cr-container {
display: table;
width: 100%;
margin: 0 0 5px 0;
}
div.lepopup-cr-container>div {
vertical-align: top;
}
div.lepopup-cr-container.lepopup-cr-container-small {
line-height: 16px;
}
div.lepopup-cr-container.lepopup-cr-container-medium {
line-height: 20px;
}
div.lepopup-cr-container.lepopup-cr-container-large {
line-height: 24px;
}
div.lepopup-cr-container.lepopup-cr-container-huge {
line-height: 28px;
}
div.lepopup-cr-container div.lepopup-cr-box {
display: table-cell;
}
div.lepopup-cr-container div.lepopup-cr-label {
display: table-cell;
width: 100%;
}
div.lepopup-cr-container div.lepopup-cr-label label {
margin: 0;
padding: 0;
display: block;
text-align: inherit;
}
div.lepopup-cr-container-left div.lepopup-cr-label {
padding-left: 0.7em;
}
div.lepopup-cr-container-right div.lepopup-cr-label {
padding-right: 0.7em;
}
input[type="checkbox"].lepopup-checkbox {
display: none !important;
}
input[type="checkbox"].lepopup-checkbox+label {
vertical-align: middle;
margin: 0;
}
input[type="checkbox"].lepopup-checkbox+label:before,
input[type="checkbox"].lepopup-checkbox+label:after {
content: '';
}
input[type="checkbox"].lepopup-checkbox+label:before {
display: none !important;
}
input[type="checkbox"].lepopup-checkbox-classic+label,
input[type="checkbox"].lepopup-checkbox-fa-check+label,
input[type="checkbox"].lepopup-checkbox-square+label {
appearance: none;
border-style: solid;
border-color: #aaa;
border-radius: 2px;
text-align: center;
font-weight: 700;
background: #fff;
color: #444;
padding: 0;
cursor: pointer;
display: inline-block;
position: relative;
transition-property: border, background, color, transform;
-webkit-transition-property: border, background, color, transform;
transition-duration: .2s;
-webkit-transition-duration: .2s;
}
input[type="checkbox"].lepopup-checkbox-classic:checked+label,
input[type="checkbox"].lepopup-checkbox-fa-check:checked+label,
input[type="checkbox"].lepopup-checkbox-square:checked+label {
transform: scale(1.1);
}
input[type="checkbox"].lepopup-checkbox-classic:checked+label:after {
font-family: arial;
content: '✔';
}
input[type="checkbox"].lepopup-checkbox-fa-check:checked+label:after {
font-family: lepopup-if;
content: "\e801";
}
input[type="checkbox"].lepopup-checkbox-square:checked+label:after {
position: absolute;
top: 4px;
left: 4px;
border-radius: 2px;
background: #aaa;
display: inline-block;
transition-property: border, background, color, transform;
-webkit-transition-property: border, background, color, transform;
transition-duration: .2s;
-webkit-transition-duration: .2s;
}
input[type="checkbox"].lepopup-checkbox-none+label {
appearance: none;
font-family: arial;
font-size: 16px;
color: #aaa;
}
input[type="checkbox"].lepopup-checkbox-none+label:after {
content: 'none';
}
input[type="checkbox"].lepopup-checkbox-tgl+label {
appearance: none;
border-style: solid;
border-color: #aaa;
background: #fff;
position: relative;
display: inline-block;
overflow: hidden;
transition: background 0.3s;
box-sizing: border-box;
border-radius: 100px;
outline: none;
box-shadow: none;
cursor: pointer;
margin: 0;
padding: 0;
}
input[type="checkbox"].lepopup-checkbox-tgl+label:after {
position: absolute;
top: 2px;
left: 2px;
background: #aaa;
border: none;
border-radius: 100px;
transition: left 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
input[type="checkbox"].lepopup-checkbox-tgl:checked+label {
background: #aaa;
}
input[type="checkbox"].lepopup-checkbox-tgl:checked+label:after {
background: #fff;
}
input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-huge+label,
input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-huge+label,
input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-huge+label {
width: 28px;
height: 28px;
line-height: 28px;
border-width: 2px;
}
input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-huge:checked+label:after {
font-size: 28px;
line-height: 26px;
}
input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-huge:checked+label:after {
font-size: 25px;
line-height: 25px;
}
input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-huge:checked+label:after {
width: 16px;
height: 16px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-huge+label {
width: 48px;
height: 26px;
border-width: 2px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-huge+label:after {
width: 18px;
height: 18px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-huge:checked+label:after {
left: 24px;
}
input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-large+label,
input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-large+label,
input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-large+label {
width: 24px;
height: 24px;
line-height: 24px;
border-width: 2px;
}
input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-large:checked+label:after {
font-size: 24px;
line-height: 22px;
}
input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-large:checked+label:after {
font-size: 21px;
line-height: 21px;
}
input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-large:checked+label:after {
width: 12px;
height: 12px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-large+label {
width: 44px;
height: 24px;
border-width: 2px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-large+label:after {
width: 16px;
height: 16px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-large:checked+label:after {
left: 22px;
}
input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-medium+label,
input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-medium+label,
input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-medium+label {
width: 20px;
height: 20px;
line-height: 20px;
border-width: 1px;
}
input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-medium:checked+label:after {
font-size: 20px;
line-height: 19px;
}
input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-medium:checked+label:after {
font-size: 18px;
line-height: 18px;
}
input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-medium:checked+label:after {
width: 10px;
height: 10px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-medium+label {
width: 38px;
height: 20px;
border-width: 1px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-medium+label:after {
width: 14px;
height: 14px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-medium:checked+label:after {
left: 20px;
}
input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-small+label,
input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-small+label,
input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-small+label {
width: 16px;
height: 16px;
line-height: 16px;
border-width: 1px;
}
input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-small:checked+label:after {
font-size: 16px;
line-height: 15px;
}
input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-small:checked+label:after {
font-size: 15px;
line-height: 14px;
}
input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-small:checked+label:after {
width: 6px;
height: 6px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-small+label {
width: 30px;
height: 16px;
border-width: 1px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-small+label:after {
width: 10px;
height: 10px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-small:checked+label:after {
left: 16px;
}
input[type="radio"].lepopup-radio {
display: none !important;
}
input[type="radio"].lepopup-radio+label {
vertical-align: middle;
margin: 0;
}
input[type="radio"].lepopup-radio+label:before,
input[type="radio"].lepopup-radio+label:after {
content: '';
}
input[type="radio"].lepopup-radio+label:before {
display: none !important;
}
input[type="radio"].lepopup-radio-classic+label,
input[type="radio"].lepopup-radio-fa-check+label,
input[type="radio"].lepopup-radio-dot+label {
appearance: none;
border-style: solid;
border-color: #aaa;
border-radius: 50%;
text-align: center;
font-weight: 700;
background: #fff;
color: #aaa;
cursor: pointer;
display: inline-block;
position: relative;
transition-property: border, background, color, transform;
-webkit-transition-property: border, background, color, transform;
transition-duration: .2s;
-webkit-transition-duration: .2s;
padding: 0;
}
input[type="radio"].lepopup-radio-classic:checked+label,
input[type="radio"].lepopup-radio-fa-check:checked+label,
input[type="radio"].lepopup-radio-dot:checked+label {
transform: scale(1.1);
}
input[type="radio"].lepopup-radio-classic:checked+label:after {
font-family: arial;
content: '✔';
}
input[type="radio"].lepopup-radio-fa-check:checked+label:after {
font-family: lepopup-if;
content: "\e801";
}
input[type="radio"].lepopup-radio-dot:checked+label:after {
position: absolute;
top: 4px;
left: 4px;
border-radius: 50%;
background: #aaa;
display: inline-block;
transition-property: border, background, color, transform;
-webkit-transition-property: border, background, color, transform;
transition-duration: .2s;
-webkit-transition-duration: .2s;
}
input[type="radio"].lepopup-radio-classic.lepopup-radio-huge+label,
input[type="radio"].lepopup-radio-fa-check.lepopup-radio-huge+label,
input[type="radio"].lepopup-radio-dot.lepopup-radio-huge+label {
width: 28px;
height: 28px;
line-height: 28px;
border-width: 2px;
}
input[type="radio"].lepopup-radio-classic.lepopup-radio-huge:checked+label:after {
font-size: 28px;
line-height: 28px;
}
input[type="radio"].lepopup-radio-fa-check.lepopup-radio-huge:checked+label:after {
font-size: 25px;
line-height: 29px;
}
input[type="radio"].lepopup-radio-dot.lepopup-radio-huge:checked+label:after {
width: 16px;
height: 16px;
}
input[type="radio"].lepopup-radio-classic.lepopup-radio-large+label,
input[type="radio"].lepopup-radio-fa-check.lepopup-radio-large+label,
input[type="radio"].lepopup-radio-dot.lepopup-radio-large+label {
width: 24px;
height: 24px;
line-height: 24px;
border-width: 2px;
}
input[type="radio"].lepopup-radio-classic.lepopup-radio-large:checked+label:after {
font-size: 24px;
line-height: 24px;
}
input[type="radio"].lepopup-radio-fa-check.lepopup-radio-large:checked+label:after {
font-size: 21px;
line-height: 23px;
}
input[type="radio"].lepopup-radio-dot.lepopup-radio-large:checked+label:after {
width: 12px;
height: 12px;
}
input[type="radio"].lepopup-radio-classic.lepopup-radio-medium+label,
input[type="radio"].lepopup-radio-fa-check.lepopup-radio-medium+label,
input[type="radio"].lepopup-radio-dot.lepopup-radio-medium+label {
width: 20px;
height: 20px;
line-height: 20px;
border-width: 1px;
}
input[type="radio"].lepopup-radio-classic.lepopup-radio-medium:checked+label:after {
font-size: 20px;
line-height: 20px;
}
input[type="radio"].lepopup-radio-fa-check.lepopup-radio-medium:checked+label:after {
font-size: 18px;
line-height: 18px;
}
input[type="radio"].lepopup-radio-dot.lepopup-radio-medium:checked+label:after {
width: 10px;
height: 10px;
}
input[type="radio"].lepopup-radio-classic.lepopup-radio-small+label,
input[type="radio"].lepopup-radio-fa-check.lepopup-radio-small+label,
input[type="radio"].lepopup-radio-dot.lepopup-radio-small+label {
width: 16px;
height: 16px;
line-height: 16px;
border-width: 1px;
}
input[type="radio"].lepopup-radio-classic.lepopup-radio-small:checked+label:after {
font-size: 16px;
line-height: 16px;
}
input[type="radio"].lepopup-radio-fa-check.lepopup-radio-small:checked+label:after {
font-size: 15px;
line-height: 15px;
}
input[type="radio"].lepopup-radio-dot.lepopup-radio-small:checked+label:after {
width: 6px;
height: 6px;
}
.lepopup-cr-box input[type="checkbox"]+label, .lepopup-cr-box input[type="radio"]+label {
vertical-align: top !important;
}  .lepopup-imageselect {
display: none !important;
}
.lepopup-imageselect+label {
display: inline-block;
width: 100px;
height: 100px;
vertical-align: middle;
margin: 5px;
cursor: pointer;
transition-property: border, transform, box-shadow, filter;
-webkit-transition-property: border, transform, box-shadow, filter;
transition-duration: .2s;
-webkit-transition-duration: .2s;
background-repeat: no-repeat;
background-position: 50% 50%;
overflow: hidden;
}
.lepopup-imageselect+label span.lepopup-imageselect-image {
display: block;
vertical-align: middle;
margin: 0;
cursor: pointer;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.lepopup-imageselect+label span.lepopup-imageselect-label {
padding: 0.5em;
display: block;
}
.lepopup-ta-left .lepopup-imageselect+label {
margin: 5px 10px 5px 0;
}
.lepopup-ta-center .lepopup-imageselect+label {
margin: 5px 5px 5px 5px;
}
.lepopup-ta-right .lepopup-imageselect+label {
margin: 5px 0 5px 10px;
}
.lepopup-imageselect-grayscale .lepopup-imageselect+label {
-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(100%);
filter: gray;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.lepopup-imageselect-grayscale .lepopup-imageselect+label:hover,
.lepopup-imageselect-grayscale .lepopup-imageselect:checked+label {
-moz-filter: none;
-o-filter: none;
-webkit-filter: none;
filter: none;
filter: none;
}
.lepopup-imageselect+label:before,
.lepopup-imageselect+label:after {
content: '';
}
.lepopup-imageselect:checked+label {
display: inline-block;
width: 100px;
height: 100px;
}  .lepopup-popup-message-overlay {
position: fixed !important;
z-index: 999999;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
height: 100%;
width: 100%;
background-color: rgba(0,0,0,0.8);
display: none;
}
.lepopup-popup-message {
position: fixed;
z-index: 1000000;
text-align: left;
display: none;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 50%;
min-width: 480px;
padding: 46px 40px 40px 40px;
box-sizing: border-box;
background-color: #ffffff;
border-radius: 5px;
box-shadow: 1px 1px 10px -3px rgba(0,0,0,0.8);
color: #444;
font-size: 18px;
line-height: 26px;
text-align: center;
}
.lepopup-popup-message-conntent {
position: relative;
}
.lepopup-popup-message-close {
position: absolute;
z-index: 1000001;
top: 8px;
right: 8px;
font-size: 20px;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
display: inline-block;
cursor: pointer;
font-family: lepopup-if;
transition: color 0.3s;
-webkit-transition: color 0.3s;
}
.lepopup-popup-message-close:active {
transform: translateY(2px);
-webkit-transform: translateY(2px);
}  .lepopup-popup-overlay {
position: fixed !important;
z-index: 999999;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
display: none;
animation-duration: 1000ms !important;
animation-delay: 0ms;	
overflow-y: scroll;
overflow-x: hidden;
-ms-overflow-style: scrollbar;
box-sizing: content-box;
padding-right: 20px;	
}
.lepopup-popup-loader {
width: 90px;
height: 90px;
z-index: 1000000;
position: fixed;
}
.lepopup-popup-loader-top-left {
top: 32px !important;
left: 32px !important;
transform: translate(0, 0);
}
.lepopup-popup-loader-top-center {
top: 32px !important;
left: 50% !important;
transform: translate(-50%, 0);
}
.lepopup-popup-loader-top-right {
top: 32px !important;
right: 32px !important;
transform: translate(0, 0);
}
.lepopup-popup-loader-middle-left {
left: 32px !important;
top: 50% !important;
transform: translate(0, -50%);
}
.lepopup-popup-loader-middle-center {
left: 50% !important;
top: 50% !important;
transform: translate(-50%, -50%);
}
.lepopup-popup-loader-middle-right {
right: 32px !important;
top: 50% !important;
transform: translate(0, -50%);
}
.lepopup-popup-loader-bottom-left {
bottom: 32px !important;
left: 32px !important;
transform: translate(0, 0);
}
.lepopup-popup-loader-bottom-center {
bottom: 32px !important;
left: 50% !important;
transform: translate(-50%, 0);
}
.lepopup-popup-loader-bottom-right {
bottom: 32px !important;
right: 32px !important;
transform: translate(0, 0);
}
.lepopup-popup-fh-container {
position: fixed;
z-index: 1000000;
top: 0;
left: 0;
bottom: 0;
right: 0;
height: 100%;
width: 100%;
overflow-y: scroll;
overflow-x: hidden;
scrollbar-color: transparent;
scrollbar-width: none;
-ms-overflow-style: none;
}
.lepopup-popup-fh-container::-webkit-scrollbar {
display: none;
width: 1px;
background-color: transparent;
}
.lepopup-popup-fh-container::-webkit-scrollbar-track {
display: none;
width: 1px;
background-color: transparent;
}
.lepopup-popup-fh-container::-webkit-scrollbar-thumb {
display: none;
width: 1px;
background-color: transparent;
}
.lepopup-popup-fh-container::-moz-scrollbar {
display: none;
width: 1px;
background-color: transparent;
}
.lepopup-popup-fh-container>.lepopup-form {
position: absolute !important;
top: 0 !important;
bottom: auto !important;
transform-origin: 50% 50%;
}
.lepopup-popup {
position: absolute;
z-index: 1000000;
text-align: left;
display: none;
left: 50%;
top: 50%;
width: 100%;
padding: 25px 10px 10px 10px;
box-sizing: border-box;
}
.lepopup-popup-close {
position: absolute;
top: 3px;
right: 10px;
font-size: 20px;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
display: inline-block;
cursor: pointer;
text-shadow: 1px 1px rgba(0,0,0,0.3);	
transition: color 0.3s;
-webkit-transition: color 0.3s;
}
.lepopup-popup-close:active {
transform: translateY(2px);
-webkit-transform: translateY(2px);
}  .lepopup-popup-loader-triple-spinner {
display: block;
position: relative;
width: 90px;
height: 90px;
border-radius: 50%;
border: 4px solid transparent;
border-top: 4px solid #FF5722;
-webkit-animation: lepopup-popup-loader-triple-spinner-spin 2s linear infinite;
animation: lepopup-popup-loader-triple-spinner-spin 2s linear infinite;
}
.lepopup-popup-loader-triple-spinner::before,
.lepopup-popup-loader-triple-spinner::after {
content: "";
position: absolute;
border-radius: 50%;
border: 4px solid transparent;
}
.lepopup-popup-loader-triple-spinner::before {
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border-top-color: #FF9800;
-webkit-animation: lepopup-popup-loader-triple-spinner-spin 3s linear infinite;
animation: lepopup-popup-loader-triple-spinner-spin 3.5s linear infinite;
}
.lepopup-popup-loader-triple-spinner::after {
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
border-top-color: #FFC107;
-webkit-animation: lepopup-popup-loader-triple-spinner-spin 1.5s linear infinite;
animation: lepopup-popup-loader-triple-spinner-spin 1.75s linear infinite;
}
@-webkit-keyframes lepopup-popup-loader-triple-spinner-spin {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes lepopup-popup-loader-triple-spinner-spin {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}  div.lepopup-uploader {
position: relative;
}
div.lepopup-uploader-engine, div.lepopup-uploader-engine>form, div.lepopup-uploader-engine>form>input, div.lepopup-uploader-engine>iframe {
display: none !important;
width: 0 !important;
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
visibility: hidden !important;
opacity: 0 !important;
}
div.lepopup-uploader-file {
margin: 0.5em 0;
line-height: 1.8;
position: relative;
}
div.lepopup-uploader-file>span {
font-size: 0.9em;
line-height: 1.8;
position: absolute;
cursor: pointer;
top: 0;
right: 0;
display: inline-block;
opacity: 0.7;
}
div.lepopup-uploader-file>span>i {
transition: color 0.3s;
-webkit-transition: color 0.3s;
}
div.lepopup-uploader-file>span:hover>i {
color: red !important;
}
div.lepopup-uploader-file>div.lepopup-uploader-file-title {
white-space: nowrap;
overflow: hidden;
font-size: 0.9em;
margin-right: 40px;
}
div.lepopup-uploader-file>div.lepopup-uploader-progress {
line-height: 0.8em;
height: 0.8em;
font-size: 0.8em;
opacity: 0.6;
}
div.lepopup-uploader-file>div.lepopup-uploader-progress>div.lepopup-uploader-progress-bar {
height: 4px;
background: green;
border-radius: 4px;
}
div.lepopup-uploader-file>div.lepopup-uploader-progress>div.lepopup-uploader-progress-error {
line-height: 1em;
height: 1em;
font-size: 1em;
color: red;
}  .lepopup-star-rating, .lepopup-star-rating>label { 
margin: 0 !important;
padding: 0 !important;
border: none;
display: inline-block;
}
.lepopup-star-rating>input {
display: none;
} 
.lepopup-star-rating>label:before {
content: "" !important;
}
.lepopup-star-rating>label:after {
cursor: pointer;
margin: 5px 0.4em 5px 0;
font-size: 1.25em;
font-family: lepopup-if;
display: inline-block;
content: "\e800";
}
.lepopup-ta-right .lepopup-star-rating>label:after {
margin: 5px 0 5px 0.4em;
}
.lepopup-ta-center .lepopup-star-rating>label:after {
margin: 5px 0.2em 5px 0.2em;
}
.lepopup-star-rating-tiny>label:after { 
font-size: 16px;
}
.lepopup-star-rating-small>label:after { 
font-size: 20px;
}
.lepopup-star-rating-medium>label:after { 
font-size: 24px;
}
.lepopup-star-rating-large>label:after { 
font-size: 28px;
}
.lepopup-star-rating-huge>label:after { 
font-size: 32px;
}
.lepopup-star-rating>label { 
color: #ddd; 
float: right;
transition-property: color, transform;
-webkit-transition-property: color, transform;
transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
}
.lepopup-star-rating>input:checked~label,
.lepopup-star-rating:not(:checked)>label:hover,
.lepopup-star-rating:not(:checked)>label:hover~label {
color: #FFD700;
transform: scale(1.2);
}
.lepopup-star-rating>input:checked+label:hover,
.lepopup-star-rating>input:checked~label:hover,
.lepopup-star-rating>label:hover~input:checked~label,
.lepopup-star-rating>input:checked~label:hover~label {
opacity: 0.7;
}  .lepopup-multiselect {
height: 100%;
overflow-x: hidden;
overflow-y: scroll;
padding: 0;
}
.lepopup-multiselect>input[type="checkbox"] {
display: none !important;
}
.lepopup-multiselect>label {
display: block !important;
vertical-align: middle;
margin: 0;
padding: 0.5em 0.7em;
color: inherit;
margin: 0;
text-align: inherit;
border-bottom: 1px dashed rgba(0,0,0,0.03);
transition: color, background 0.3s;
-webkit-transition: color, background 0.2s;
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
}
.lepopup-multiselect>label:nth-child(4n) {
background: rgba(0,0,0,0.02);
}
.lepopup-multiselect>label:before,
.lepopup-multiselect>label:after {
content: '' !important;
}
.lepopup-multiselect>label:hover {
background: rgba(0,0,0,0.1);
}
.lepopup-multiselect>input[type="checkbox"]:checked+label {
background: rgba(0,0,0,0.3);
}
.lepopup-multiselect>input[type="checkbox"]:disabled+label {
opacity: 0.5;
}
.lepopup-multiselect::-webkit-scrollbar {
width: 5px;
}
.lepopup-multiselect::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}
.lepopup-multiselect::-webkit-scrollbar-thumb { opacity: 0.8;
} #lepopup-ready{width: 1px !important;}
.lepopup-dl {
text-align: right;
font-size: 14px;
font-family: arial;
}
.lepopup-dl a {
text-decoration: none !important;
outline: none !important;
box-shadow: none !important;
color: #52af00;
display: block;
}
.lepopup-dl a:hover {
text-decoration: underline !important;
}
.lepopup-dl a:active {
transform: translateY(2px);
} div.lepopup-progress {
padding: 10px 0;
margin: 0 auto;
}
div.lepopup-progress.lepopup-progress-outside {
display: none;
}
div.lepopup-progress::after {
content: ' ';
display: table;
clear: both;
}
div.lepopup-progress-t1>div {
width: 100%;
height: 18px;
line-height: 18px;
position: relative;
background-color: #e0e0e0;
border-radius: 5px;
overflow: hidden;
margin: 0px auto;
}
div.lepopup-progress-t1>div>div {
background: #bd4070;
position: absolute;
left: 0;
top: 0;
bottom: 0;
line-height: inherit;
text-align: right;
padding-right: 0.6em;
box-sizing: border-box;
font-size: 80%;
color: #fff;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
div.lepopup-progress-t1>div>div:after {
background-size: 40px 40px;
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
}
div.lepopup-progress-t1>label {
display: block;
font-size: 90%;
margin-top: 4px;
line-height: 1.2;
color: #444;
text-align: center;
cursor: default;
}
div.lepopup-progress-t1.lepopup-progress-stripes>div>div:after {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIzMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
}
ul.lepopup-progress-t2 * {
margin: 0;
padding: 0;
box-shadow: none;
outline: none;
cursor: default;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
ul.lepopup-progress-t2 {
width: 100%;
height: 6px;
background-color: #e0e0e0;
border-radius: 5px;
display: block;
margin: 0px auto;
list-style: none;
padding: 0;
}
ul.lepopup-progress-t2>li {
float: left;
text-align: center !important;
margin: -10px 0 0 0;
padding: 0;
list-style: none;
}
ul.lepopup-progress-t2>li::before, ul.lepopup-progress-t2>li::after {
display:none !important;
}
ul.lepopup-progress-t2>li>span {
background-color: #e0e0e0;
font-size: 90%;
color: #fff;
width: 25px;
height: 25px;
line-height: 25px;
display: inline-block;
border-radius: 24px;
text-align: center;
}
ul.lepopup-progress-t2>li>label {
display: block;
font-size: 90%;
margin-top: 4px;
color: #e0e0e0;
text-align: center;
cursor: default;
line-height: 1.2;
}
ul.lepopup-progress-t2>li.lepopup-progress-t2-active>span {
background-color: #bd4070;
}
ul.lepopup-progress-t2>li.lepopup-progress-t2-active>label {
color: #444;
}
ul.lepopup-progress-t2>li.lepopup-progress-t2-passed>span {
background-color: #bd4070;
}
.lepopup-progress-t2.lepopup-progress-stripes>li>span {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIzMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
}  .lepopup-signature-box {
height: 100%;
border-style: dashed !important;
position: relative;
}
.lepopup-signature-box canvas {
width: 1px;
height: 1px;
cursor: crosshair;
}
.lepopup-signature-box span {
position: absolute;
width: 18px;
height: 18px;
line-height: 18px;
cursor: pointer;
text-align: center;
left: 8px;
bottom: 6px;
font-size: 18px;
}  .lepopup-rangeslider .irs-from, .lepopup-rangeslider .irs-to, .lepopup-rangeslider .irs-single, .lepopup-rangeslider .irs-min, .lepopup-rangeslider .irs-max {
font-size: 13px !important;
}
.lepopup-rangeslider .irs-grid-text {
font-size: 12px !important;
}
.lepopup-rangeslider .irs-from:before, .lepopup-rangeslider .irs-to:before, .lepopup-rangeslider .irs-single:before {
display: none !important;
}  .lepopup-numspinner-minus,
.lepopup-numspinner-plus {
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.lepopup-numspinner-minus:before,
.lepopup-numspinner-plus:before {
font-size: 12px;
} .lepopup-xd-forbidden {
font-size: 16px;
font-family: arial;
text-align: center;
padding: 2em;
background-color: red;
color: #fff;
border-radius: 5px;
box-shadow: 2px 2px 10px -4px rgba(0,0,0,0.7);
}
.lepopup-global-message {
position: fixed;
top: 10px;
right: 10px;
display: none;
z-index: 9999999;
padding: 1em 1.5em;
border-radius: 3px;
font-family: arial;
font-size: 15px;
line-height: 1.4;
vertical-align: middle;
font-weight: 400;
box-shadow: 2px 2px 10px -6px #000000;
}
.lepopup-global-message-info {
color: #fff;
background: #5bc0de;
}
.lepopup-global-message-success {
color: #fff;
background: #5cb85c;
}
.lepopup-global-message-danger {
color: #fff;
background: #d9534f;
} span.lepopup-required-symbol {
}
span.lepopup-required-symbol-label-left {
margin-right: 0.2em;
}
span.lepopup-required-symbol-label-right {
margin-left: 0.2em;
}  @font-face {
font-family: 'lepopup-if';
src: url(//www.sora-sushi.ch/wp-content/plugins/halfdata-green-popups/fonts/lepopup-if.eot?95267912);
src: url(//www.sora-sushi.ch/wp-content/plugins/halfdata-green-popups/fonts/lepopup-if.eot?95267912#iefix) format('embedded-opentype'),
url(//www.sora-sushi.ch/wp-content/plugins/halfdata-green-popups/fonts/lepopup-if.woff2?95267912) format('woff2'),
url(//www.sora-sushi.ch/wp-content/plugins/halfdata-green-popups/fonts/lepopup-if.woff?95267912) format('woff'),
url(//www.sora-sushi.ch/wp-content/plugins/halfdata-green-popups/fonts/lepopup-if.ttf?95267912) format('truetype'),
url(//www.sora-sushi.ch/wp-content/plugins/halfdata-green-popups/fonts/lepopup-if.svg?95267912#lepopup-if) format('svg');
font-weight: normal;
font-style: normal;
}
span.lepopup-if, i.lepopup-if {
display: inline-block;
font: normal normal normal 14px/1 'lepopup-if';
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lepopup-if-spin {
-webkit-animation: lepopup-if-spin 2s infinite linear;
animation: lepopup-if-spin 2s infinite linear;
}
@-webkit-keyframes lepopup-if-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes lepopup-if-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.lepopup-if-star:before { content: '\e800'; }
.lepopup-if-check:before { content: '\e801'; }
.lepopup-if-times:before { content: '\e802'; }
.lepopup-if-cancel-circled:before { content: '\e803'; }
.lepopup-if-cancel-circled2:before { content: '\e804'; }
.lepopup-if-help-circled:before { content: '\e805'; }
.lepopup-if-minus:before { content: '\e806'; }
.lepopup-if-plus:before { content: '\e807'; }
.lepopup-if-spinner:before { content: '\f110'; }
.lepopup-if-eraser:before { content: '\f12d'; }  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.lepopup-column-input {
display: inline-flex;
}
}  .lepopup-animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.lepopup-animated.lepopup-infinite {
animation-iteration-count: infinite;
}
.lepopup-animated.lepopup-hinge {
animation-duration: 2s;
}
@keyframes lepopup-bounce {
0%, 20%, 53%, 80%, 100% {
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transform: translate3d(0,0,0);
}
40%, 43% {
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -30px, 0);
}
70% {
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -15px, 0);
}
90% {
transform: translate3d(0,-4px,0);
}
}
.lepopup-bounce {
animation-name: lepopup-bounce;
transform-origin: center bottom;
}
@keyframes lepopup-flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.lepopup-flash {
animation-name: lepopup-flash;
}
@keyframes lepopup-pulse {
0% {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
transform: scale3d(1, 1, 1);
}
}
.lepopup-pulse {
animation-name: lepopup-pulse;
}
@keyframes lepopup-rubberBand {
0% {
transform: scale3d(1, 1, 1);
}
30% {
transform: scale3d(1.25, 0.75, 1);
}
40% {
transform: scale3d(0.75, 1.25, 1);
}
50% {
transform: scale3d(1.15, 0.85, 1);
}
65% {
transform: scale3d(.95, 1.05, 1);
}
75% {
transform: scale3d(1.05, .95, 1);
}
100% {
transform: scale3d(1, 1, 1);
}
}
.lepopup-rubberBand {
animation-name: lepopup-rubberBand;
}
@keyframes lepopup-shake {
0%, 100% {
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
transform: translate3d(10px, 0, 0);
}
}
.lepopup-shake {
animation-name: lepopup-shake;
}
@keyframes lepopup-swing {
20% {
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
transform: rotate3d(0, 0, 1, 0deg);
}
}
.lepopup-swing {
transform-origin: top center;
animation-name: lepopup-swing;
}
@keyframes lepopup-tada {
0% {
transform: scale3d(1, 1, 1);
}
10%, 20% {
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
transform: scale3d(1, 1, 1);
}
}
.lepopup-tada {
animation-name: lepopup-tada;
}
@keyframes lepopup-wobble {
0% {
transform: none;
}
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
transform: none;
}
}
.lepopup-wobble {
animation-name: lepopup-wobble;
}
@keyframes lepopup-bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
20% {
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
transform: scale3d(1, 1, 1);
}
}
.lepopup-bounceIn {
animation-name: lepopup-bounceIn;
animation-duration: .75s;
}
@keyframes lepopup-bounceInDown {
0%, 60%, 75%, 90%, 100% {
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0);
}
75% {
transform: translate3d(0, -10px, 0);
}
90% {
transform: translate3d(0, 5px, 0);
}
100% {
transform: none;
}
}
.lepopup-bounceInDown {
animation-name: lepopup-bounceInDown;
}
@keyframes lepopup-bounceInLeft {
0%, 60%, 75%, 90%, 100% {
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(25px, 0, 0);
}
75% {
transform: translate3d(-10px, 0, 0);
}
90% {
transform: translate3d(5px, 0, 0);
}
100% {
transform: none;
}
}
.lepopup-bounceInLeft {
animation-name: lepopup-bounceInLeft;
}
@keyframes lepopup-bounceInRight {
0%, 60%, 75%, 90%, 100% {
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0);
}
75% {
transform: translate3d(10px, 0, 0);
}
90% {
transform: translate3d(-5px, 0, 0);
}
100% {
transform: none;
}
}
.lepopup-bounceInRight {
animation-name: lepopup-bounceInRight;
}
@keyframes lepopup-bounceInUp {
0%, 60%, 75%, 90%, 100% {
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
75% {
transform: translate3d(0, 10px, 0);
}
90% {
transform: translate3d(0, -5px, 0);
}
100% {
transform: translate3d(0, 0, 0);
}
}
.lepopup-bounceInUp {
animation-name: lepopup-bounceInUp;
}
@keyframes lepopup-bounceOut {
20% {
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
}
.lepopup-bounceOut {
animation-name: lepopup-bounceOut;
animation-duration: .75s;
}
@keyframes lepopup-bounceOutDown {
20% {
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.lepopup-bounceOutDown {
animation-name: lepopup-bounceOutDown;
}
@keyframes lepopup-bounceOutLeft {
20% {
opacity: 1;
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.lepopup-bounceOutLeft {
animation-name: lepopup-bounceOutLeft;
}
@keyframes lepopup-bounceOutRight {
20% {
opacity: 1;
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.lepopup-bounceOutRight {
animation-name: lepopup-bounceOutRight;
}
@keyframes lepopup-bounceOutUp {
20% {
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.lepopup-bounceOutUp {
animation-name: lepopup-bounceOutUp;
}
@keyframes lepopup-fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.lepopup-fadeIn {
animation-name: lepopup-fadeIn;
}
@keyframes lepopup-fadeInDown {
0% {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.lepopup-fadeInDown {
animation-name: lepopup-fadeInDown;
}
@keyframes lepopup-fadeInLeft {
0% {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.lepopup-fadeInLeft {
animation-name: lepopup-fadeInLeft;
}
@keyframes lepopup-fadeInRight {
0% {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.lepopup-fadeInRight {
animation-name: lepopup-fadeInRight;
}
@keyframes lepopup-fadeInUp {
0% {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
transform: none;
}
}
.lepopup-fadeInUp {
animation-name: lepopup-fadeInUp;
}
@keyframes lepopup-fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.lepopup-fadeOut {
animation-name: lepopup-fadeOut;
}
@keyframes lepopup-fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
}
.lepopup-fadeOutDown {
animation-name: lepopup-fadeOutDown;
}
@keyframes lepopup-fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
}
.lepopup-fadeOutLeft {
animation-name: lepopup-fadeOutLeft;
}
@keyframes lepopup-fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
}
.lepopup-fadeOutRight {
animation-name: lepopup-fadeOutRight;
}
@keyframes lepopup-fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
}
.lepopup-fadeOutUp {
animation-name: lepopup-fadeOutUp;
}
@keyframes lepopup-flip {
0% {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(.95, .95, .95);
animation-timing-function: ease-in;
}
100% {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
.lepopup-animated.lepopup-flip {
backface-visibility: visible;
animation-name: lepopup-flip;
}
@keyframes lepopup-flipInX {
0% {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transition-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transition-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
transform: perspective(400px);
}
}
.lepopup-flipInX {
backface-visibility: visible !important;
animation-name: lepopup-flipInX;
}
@keyframes lepopup-flipInY {
0% {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transition-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transition-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
transform: perspective(400px);
}
}
.lepopup-flipInY {
backface-visibility: visible !important;
animation-name: lepopup-flipInY;
}
@keyframes lepopup-flipOutX {
0% {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.lepopup-flipOutX {
animation-name: lepopup-flipOutX;
animation-duration: .75s;
backface-visibility: visible !important;
}
@keyframes lepopup-flipOutY {
0% {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.lepopup-flipOutY {
backface-visibility: visible !important;
animation-name: lepopup-flipOutY;
animation-duration: .75s;
}
@keyframes lepopup-lightSpeedIn {
0% {
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
transform: skewX(20deg);
opacity: 1;
}
80% {
transform: skewX(-5deg);
opacity: 1;
}
100% {
transform: none;
opacity: 1;
}
}
.lepopup-lightSpeedIn {
animation-name: lepopup-lightSpeedIn;
animation-timing-function: ease-out;
}
@keyframes lepopup-lightSpeedOut {
0% {
opacity: 1;
}
100% {
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lepopup-lightSpeedOut {
animation-name: lepopup-lightSpeedOut;
animation-timing-function: ease-in;
}
@keyframes lepopup-rotateIn {
0% {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
transform-origin: center;
transform: none;
opacity: 1;
}
}
.lepopup-rotateIn {
animation-name: lepopup-rotateIn;
}
@keyframes lepopup-rotateInDownLeft {
0% {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.lepopup-rotateInDownLeft {
animation-name: lepopup-rotateInDownLeft;
}
@keyframes lepopup-rotateInDownRight {
0% {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.lepopup-rotateInDownRight {
animation-name: lepopup-rotateInDownRight;
}
@keyframes lepopup-rotateInUpLeft {
0% {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.lepopup-rotateInUpLeft {
animation-name: lepopup-rotateInUpLeft;
}
@keyframes lepopup-rotateInUpRight {
0% {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.lepopup-rotateInUpRight {
animation-name: lepopup-rotateInUpRight;
}
@keyframes lepopup-rotateOut {
0% {
transform-origin: center;
opacity: 1;
}
100% {
transform-origin: center;
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.lepopup-rotateOut {
animation-name: lepopup-rotateOut;
}
@keyframes lepopup-rotateOutDownLeft {
0% {
transform-origin: left bottom;
opacity: 1;
}
100% {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.lepopup-rotateOutDownLeft {
animation-name: lepopup-rotateOutDownLeft;
}
@keyframes lepopup-rotateOutDownRight {
0% {
transform-origin: right bottom;
opacity: 1;
}
100% {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.lepopup-rotateOutDownRight {
animation-name: lepopup-rotateOutDownRight;
}
@keyframes lepopup-rotateOutUpLeft {
0% {
transform-origin: left bottom;
opacity: 1;
}
100% {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.lepopup-rotateOutUpLeft {
animation-name: lepopup-rotateOutUpLeft;
}
@keyframes lepopup-rotateOutUpRight {
0% {
transform-origin: right bottom;
opacity: 1;
}
100% {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.lepopup-rotateOutUpRight {
animation-name: lepopup-rotateOutUpRight;
}
@keyframes lepopup-hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out;
}
20%, 60% {
transform: rotate3d(0, 0, 1, 80deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
40%, 80% {
transform: rotate3d(0, 0, 1, 60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.lepopup-hinge {
animation-name: lepopup-hinge;
}
@keyframes lepopup-rollIn {
0% {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
transform: none;
}
}
.lepopup-rollIn {
animation-name: lepopup-rollIn;
}
@keyframes lepopup-rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.lepopup-rollOut {
animation-name: lepopup-rollOut;
}
@keyframes lepopup-zoomIn {
0% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.lepopup-zoomIn {
animation-name: lepopup-zoomIn;
}
@keyframes lepopup-zoomInDown {
0% {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.lepopup-zoomInDown {
animation-name: lepopup-zoomInDown;
}
@keyframes lepopup-zoomInLeft {
0% {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.lepopup-zoomInLeft {
animation-name: lepopup-zoomInLeft;
}
@keyframes lepopup-zoomInRight {
0% {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.lepopup-zoomInRight {
animation-name: lepopup-zoomInRight;
}
@keyframes lepopup-zoomInUp {
0% {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.lepopup-zoomInUp {
animation-name: lepopup-zoomInUp;
}
@keyframes lepopup-zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
.lepopup-zoomOut {
animation-name: lepopup-zoomOut;
}
@keyframes lepopup-zoomOutDown {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.lepopup-zoomOutDown {
animation-name: lepopup-zoomOutDown;
}
@keyframes lepopup-zoomOutLeft {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
transform: scale(.1) translate3d(-2000px, 0, 0);
transform-origin: left center;
}
}
.lepopup-zoomOutLeft {
animation-name: lepopup-zoomOutLeft;
}
@keyframes lepopup-zoomOutRight {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
transform: scale(.1) translate3d(2000px, 0, 0);
transform-origin: right center;
}
}
.lepopup-zoomOutRight {
animation-name: lepopup-zoomOutRight;
}
@keyframes lepopup-zoomOutUp {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.lepopup-zoomOutUp {
animation-name: lepopup-zoomOutUp;
}
@font-face {
font-family: 'lepopup-fa';
src: url(//www.sora-sushi.ch/wp-content/plugins/halfdata-green-popups/fonts/lepopup-fa.eot?71162692);
src: url(//www.sora-sushi.ch/wp-content/plugins/halfdata-green-popups/fonts/lepopup-fa.eot?71162692#iefix) format('embedded-opentype'),
url(//www.sora-sushi.ch/wp-content/plugins/halfdata-green-popups/fonts/lepopup-fa.woff2?71162692) format('woff2'),
url(//www.sora-sushi.ch/wp-content/plugins/halfdata-green-popups/fonts/lepopup-fa.woff?71162692) format('woff'),
url(//www.sora-sushi.ch/wp-content/plugins/halfdata-green-popups/fonts/lepopup-fa.ttf?71162692) format('truetype'),
url(//www.sora-sushi.ch/wp-content/plugins/halfdata-green-popups/fonts/lepopup-fa.svg?71162692#lepopup-fa) format('svg');
font-weight: normal;
font-style: normal;
}
i.lepopup-fa {
display: inline-block;
font: normal normal normal 14px/1 'lepopup-fa';
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lepopup-fa-spin {
-webkit-animation: lepopup-fa-spin 2s infinite linear;
animation: lepopup-fa-spin 2s infinite linear;
}
@-webkit-keyframes lepopup-fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes lepopup-fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.lepopup-fa-star:before { content: '\e800'; }
.lepopup-fa-star-o:before { content: '\e801'; }
.lepopup-fa-user:before { content: '\e802'; }
.lepopup-fa-check:before { content: '\e803'; }
.lepopup-fa-close:before { content: '\e804'; }
.lepopup-fa-upload:before { content: '\e805'; }
.lepopup-fa-download:before { content: '\e806'; }
.lepopup-fa-calendar:before { content: '\e807'; }
.lepopup-fa-clock-o:before { content: '\e808'; }
.lepopup-fa-chevron-left:before { content: '\e809'; }
.lepopup-fa-chevron-right:before { content: '\e80a'; }
.lepopup-fa-phone:before { content: '\e80b'; }
.lepopup-fa-envelope:before { content: '\f0e0'; }
.lepopup-fa-pencil:before { content: '\e80d'; }
.lepopup-fa-lock:before { content: '\e80e'; }
.lepopup-fa-picture-o:before { content: '\e80f'; }
.lepopup-fa-envelope-o:before { content: '\e80c'; }
.lepopup-fa-building-o:before { content: '\f0f7'; }
.lepopup-fa-angle-double-left:before { content: '\f100'; }
.lepopup-fa-angle-double-right:before { content: '\f101'; }
.lepopup-fa-spinner:before { content: '\f110'; }
.lepopup-fa-smile-o:before { content: '\f118'; }
.lepopup-fa-frown-o:before { content: '\f119'; }
.lepopup-fa-meh-o:before { content: '\f11a'; }
.lepopup-fa-send:before { content: '\f1d8'; }
.lepopup-fa-send-o:before { content: '\f1d9'; }
.lepopup-fa-user-o:before { content: '\f2c0'; }.airdatepicker--cell-day.-other-month-, .airdatepicker--cell-year.-other-decade- {
color: #dedede; }
.airdatepicker--cell-day.-other-month-:hover, .airdatepicker--cell-year.-other-decade-:hover {
color: #c5c5c5; }
.-disabled-.-focus-.airdatepicker--cell-day.-other-month-, .-disabled-.-focus-.airdatepicker--cell-year.-other-decade- {
color: #dedede; }
.-selected-.airdatepicker--cell-day.-other-month-, .-selected-.airdatepicker--cell-year.-other-decade- {
color: #fff;
background: #a2ddf6; }
.-selected-.-focus-.airdatepicker--cell-day.-other-month-, .-selected-.-focus-.airdatepicker--cell-year.-other-decade- {
background: #8ad5f4; }
.-in-range-.airdatepicker--cell-day.-other-month-, .-in-range-.airdatepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.1);
color: #cccccc; }
.-in-range-.-focus-.airdatepicker--cell-day.-other-month-, .-in-range-.-focus-.airdatepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.2); }
.airdatepicker--cell-day.-other-month-:empty, .airdatepicker--cell-year.-other-decade-:empty {
background: none;
border: none; } div.airdatepicker--cells {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
div.airdatepicker--cell {
border-radius: 4px;
box-sizing: border-box;
cursor: pointer;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
font-family: Tahoma, sans-serif;
font-size: 14px;
color: #4a4a4a;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 32px;
z-index: 1; }
.airdatepicker--cell.-focus- {
background: #f0f0f0; }
.airdatepicker--cell.-current- {
color: #4EB5E6; }
.airdatepicker--cell.-current-.-focus- {
color: #4a4a4a; }
.airdatepicker--cell.-current-.-in-range- {
color: #4EB5E6; }
.airdatepicker--cell.-in-range- {
background: rgba(92, 196, 239, 0.1);
color: #4a4a4a;
border-radius: 0; }
.airdatepicker--cell.-in-range-.-focus- {
background-color: rgba(92, 196, 239, 0.2); }
.airdatepicker--cell.-disabled- {
cursor: default;
color: #aeaeae; }
.airdatepicker--cell.-disabled-.-focus- {
color: #aeaeae; }
.airdatepicker--cell.-disabled-.-in-range- {
color: #a1a1a1; }
.airdatepicker--cell.-disabled-.-current-.-focus- {
color: #aeaeae; }
.airdatepicker--cell.-range-from- {
border: 1px solid rgba(92, 196, 239, 0.5);
background-color: rgba(92, 196, 239, 0.1);
border-radius: 4px 0 0 4px; }
.airdatepicker--cell.-range-to- {
border: 1px solid rgba(92, 196, 239, 0.5);
background-color: rgba(92, 196, 239, 0.1);
border-radius: 0 4px 4px 0; }
.airdatepicker--cell.-range-from-.-range-to- {
border-radius: 4px; }
.airdatepicker--cell.-selected- {
color: #fff;
border: none;
background: #5cc4ef; }
.airdatepicker--cell.-selected-.-current- {
color: #fff;
background: #5cc4ef; }
.airdatepicker--cell.-selected-.-focus- {
background: #45bced; }
.airdatepicker--cell:empty {
cursor: default; }
.airdatepicker--days-names {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 8px 0 3px; }
div.airdatepicker--day-name {
color: #FF9A19;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
text-transform: uppercase;
font-family: Tahoma, sans-serif;
font-size: 12px; }
.airdatepicker--cell-day {
width: 14.28571%; }
.airdatepicker--cells-months {
height: 170px; }
.airdatepicker--cell-month {
width: 33.33%;
height: 25%; }
.airdatepicker--years {
height: 170px; }
.airdatepicker--cells-years {
height: 170px; }
.airdatepicker--cell-year {
width: 25%;
height: 33.33%; }
.airdatepicker--cell-day.-other-month-, .airdatepicker--cell-year.-other-decade- {
color: #dedede; }
.airdatepicker--cell-day.-other-month-:hover, .airdatepicker--cell-year.-other-decade-:hover {
color: #c5c5c5; }
.-disabled-.-focus-.airdatepicker--cell-day.-other-month-, .-disabled-.-focus-.airdatepicker--cell-year.-other-decade- {
color: #dedede; }
.-selected-.airdatepicker--cell-day.-other-month-, .-selected-.airdatepicker--cell-year.-other-decade- {
color: #fff;
background: #a2ddf6; }
.-selected-.-focus-.airdatepicker--cell-day.-other-month-, .-selected-.-focus-.airdatepicker--cell-year.-other-decade- {
background: #8ad5f4; }
.-in-range-.airdatepicker--cell-day.-other-month-, .-in-range-.airdatepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.1);
color: #cccccc; }
.-in-range-.-focus-.airdatepicker--cell-day.-other-month-, .-in-range-.-focus-.airdatepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.2); }
.airdatepicker--cell-day.-other-month-:empty, .airdatepicker--cell-year.-other-decade-:empty {
background: none;
border: none; } .airdatepickers-container {
position: absolute;
left: 0;
top: 0; }
@media print {
.airdatepickers-container {
display: none; } }
div.airdatepicker {
background: #fff;
border: 1px solid #dbdbdb;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
border-radius: 4px;
box-sizing: content-box;
font-family: Tahoma, sans-serif;
font-size: 14px;
color: #4a4a4a;
width: 250px;
position: absolute;
left: -100000px;
display: none;
opacity: 0;
transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
z-index: 100; }
.airdatepicker.-from-top- {
-webkit-transform: translateY(-8px);
transform: translateY(-8px); }
.airdatepicker.-from-right- {
-webkit-transform: translateX(8px);
transform: translateX(8px); }
.airdatepicker.-from-bottom- {
-webkit-transform: translateY(8px);
transform: translateY(8px); }
.airdatepicker.-from-left- {
-webkit-transform: translateX(-8px);
transform: translateX(-8px); }
.airdatepicker.active {
display: block;
opacity: 1;
-webkit-transform: translate(0);
transform: translate(0);
transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }
.airdatepicker-inline .airdatepicker {
border-color: #d7d7d7;
box-shadow: none;
position: static;
left: auto;
right: auto;
opacity: 1;
-webkit-transform: none;
transform: none; }
.airdatepicker-inline .airdatepicker--pointer {
display: none; }
.airdatepicker--content {
box-sizing: content-box;
padding: 4px; }
.-only-timepicker- .airdatepicker--content {
display: none; }
.airdatepicker--pointer {
position: absolute;
background: #fff;
border-top: 1px solid #dbdbdb;
border-right: 1px solid #dbdbdb;
width: 10px;
height: 10px;
z-index: -1; }
.-top-left- .airdatepicker--pointer, .-top-center- .airdatepicker--pointer, .-top-right- .airdatepicker--pointer {
top: calc(100% - 4px);
-webkit-transform: rotate(135deg);
transform: rotate(135deg); }
.-right-top- .airdatepicker--pointer, .-right-center- .airdatepicker--pointer, .-right-bottom- .airdatepicker--pointer {
right: calc(100% - 4px);
-webkit-transform: rotate(225deg);
transform: rotate(225deg); }
.-bottom-left- .airdatepicker--pointer, .-bottom-center- .airdatepicker--pointer, .-bottom-right- .airdatepicker--pointer {
bottom: calc(100% - 4px);
-webkit-transform: rotate(315deg);
transform: rotate(315deg); }
.-left-top- .airdatepicker--pointer, .-left-center- .airdatepicker--pointer, .-left-bottom- .airdatepicker--pointer {
left: calc(100% - 4px);
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.-top-left- .airdatepicker--pointer, .-bottom-left- .airdatepicker--pointer {
left: 10px; }
.-top-right- .airdatepicker--pointer, .-bottom-right- .airdatepicker--pointer {
right: 10px; }
.-top-center- .airdatepicker--pointer, .-bottom-center- .airdatepicker--pointer {
left: calc(50% - 10px / 2); }
.-left-top- .airdatepicker--pointer, .-right-top- .airdatepicker--pointer {
top: 10px; }
.-left-bottom- .airdatepicker--pointer, .-right-bottom- .airdatepicker--pointer {
bottom: 10px; }
.-left-center- .airdatepicker--pointer, .-right-center- .airdatepicker--pointer {
top: calc(50% - 10px / 2); }
.airdatepicker--body {
display: none; }
.airdatepicker--body.active {
display: block; }
.airdatepicker--cell-day.-other-month-, .airdatepicker--cell-year.-other-decade- {
color: #dedede; }
.airdatepicker--cell-day.-other-month-:hover, .airdatepicker--cell-year.-other-decade-:hover {
color: #c5c5c5; }
.-disabled-.-focus-.airdatepicker--cell-day.-other-month-, .-disabled-.-focus-.airdatepicker--cell-year.-other-decade- {
color: #dedede; }
.-selected-.airdatepicker--cell-day.-other-month-, .-selected-.airdatepicker--cell-year.-other-decade- {
color: #fff;
background: #a2ddf6; }
.-selected-.-focus-.airdatepicker--cell-day.-other-month-, .-selected-.-focus-.airdatepicker--cell-year.-other-decade- {
background: #8ad5f4; }
.-in-range-.airdatepicker--cell-day.-other-month-, .-in-range-.airdatepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.1);
color: #cccccc; }
.-in-range-.-focus-.airdatepicker--cell-day.-other-month-, .-in-range-.-focus-.airdatepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.2); }
.airdatepicker--cell-day.-other-month-:empty, .airdatepicker--cell-year.-other-decade-:empty {
background: none;
border: none; } .airdatepicker--nav {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 1px solid #efefef;
min-height: 32px;
padding: 4px; }
.-only-timepicker- .airdatepicker--nav {
display: none; }
div.airdatepicker--nav-title,
div.airdatepicker--nav-action {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
font-family: Tahoma, sans-serif;
font-size: 14px;
color: #4a4a4a;
cursor: pointer;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.airdatepicker--nav-action {
width: 32px;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.airdatepicker--nav-action:hover {
background: #f0f0f0; }
.airdatepicker--nav-action.-disabled- {
visibility: hidden; }
.airdatepicker--nav-action svg {
width: 32px;
height: 32px; }
.airdatepicker--nav-action path {
fill: none;
stroke: #9c9c9c;
stroke-width: 2px; }
.airdatepicker--nav-title {
border-radius: 4px;
padding: 0 8px; }
.airdatepicker--nav-title i {
font-style: normal;
font-family: Tahoma, sans-serif;
font-size: 14px;
color: #9c9c9c;
margin-left: 5px; }
.airdatepicker--nav-title:hover {
background: #f0f0f0; }
.airdatepicker--nav-title.-disabled- {
cursor: default;
background: none; }
.airdatepicker--buttons {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 4px;
border-top: 1px solid #efefef; }
.airdatepicker--button {
color: #4EB5E6;
cursor: pointer;
border-radius: 4px;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 32px; }
.airdatepicker--button:hover {
color: #4a4a4a;
background: #f0f0f0; }
.airdatepicker--cell-day.-other-month-, .airdatepicker--cell-year.-other-decade- {
color: #dedede; }
.airdatepicker--cell-day.-other-month-:hover, .airdatepicker--cell-year.-other-decade-:hover {
color: #c5c5c5; }
.-disabled-.-focus-.airdatepicker--cell-day.-other-month-, .-disabled-.-focus-.airdatepicker--cell-year.-other-decade- {
color: #dedede; }
.-selected-.airdatepicker--cell-day.-other-month-, .-selected-.airdatepicker--cell-year.-other-decade- {
color: #fff;
background: #a2ddf6; }
.-selected-.-focus-.airdatepicker--cell-day.-other-month-, .-selected-.-focus-.airdatepicker--cell-year.-other-decade- {
background: #8ad5f4; }
.-in-range-.airdatepicker--cell-day.-other-month-, .-in-range-.airdatepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.1);
color: #cccccc; }
.-in-range-.-focus-.airdatepicker--cell-day.-other-month-, .-in-range-.-focus-.airdatepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.2); }
.airdatepicker--cell-day.-other-month-:empty, .airdatepicker--cell-year.-other-decade-:empty {
background: none;
border: none; } .airdatepicker--time {
border-top: 1px solid #efefef;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 4px;
position: relative; }
.airdatepicker--time.-am-pm- .airdatepicker--time-sliders {
-webkit-flex: 0 1 138px;
-ms-flex: 0 1 138px;
flex: 0 1 138px;
max-width: 138px; }
.-only-timepicker- .airdatepicker--time {
border-top: none; }
.airdatepicker--time-sliders {
-webkit-flex: 0 1 153px;
-ms-flex: 0 1 153px;
flex: 0 1 153px;
margin-right: 10px;
max-width: 153px; }
.airdatepicker--time-label {
display: none;
font-size: 12px; }
.airdatepicker--time-current {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
font-size: 14px;
text-align: center;
margin: 0 0 0 10px; }
span.airdatepicker--time-current-colon {
margin: 0 2px 3px;
line-height: 1; }
div .airdatepicker--time-current-hours,
div .airdatepicker--time-current-minutes {
line-height: 1;
font-size: 19px;
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
color: #4a4a4a;
position: relative;
z-index: 1; }
.airdatepicker--time-current-hours:after,
.airdatepicker--time-current-minutes:after {
content: '';
background: #f0f0f0;
border-radius: 4px;
position: absolute;
left: -2px;
top: -3px;
right: -2px;
bottom: -2px;
z-index: -1;
opacity: 0; }
.airdatepicker--time-current-hours.-focus-:after,
.airdatepicker--time-current-minutes.-focus-:after {
opacity: 1; }
span.airdatepicker--time-current-ampm {
text-transform: uppercase;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
color: #9c9c9c;
margin-left: 6px;
font-size: 11px;
margin-bottom: 1px; }
.airdatepicker--time-row {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 11px;
height: 17px;
background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
.airdatepicker--time-row:first-child {
margin-bottom: 4px; }
.airdatepicker--time-row input[type='range'] {
border: none !important;
background: none;
cursor: pointer;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
height: 100%;
padding: 0;
margin: 0;
-webkit-appearance: none; }
.airdatepicker--time-row input[type='range']::-webkit-slider-thumb {
-webkit-appearance: none; }
.airdatepicker--time-row input[type='range']::-ms-tooltip {
display: none; }
.airdatepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
border-color: #b8b8b8; }
.airdatepicker--time-row input[type='range']:hover::-moz-range-thumb {
border-color: #b8b8b8; }
.airdatepicker--time-row input[type='range']:hover::-ms-thumb {
border-color: #b8b8b8; }
.airdatepicker--time-row input[type='range']:focus {
outline: none; }
.airdatepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
background: #5cc4ef;
border-color: #5cc4ef; }
.airdatepicker--time-row input[type='range']:focus::-moz-range-thumb {
background: #5cc4ef;
border-color: #5cc4ef; }
.airdatepicker--time-row input[type='range']:focus::-ms-thumb {
background: #5cc4ef;
border-color: #5cc4ef; }
.airdatepicker--time-row input[type='range']::-webkit-slider-thumb {
box-sizing: border-box;
height: 12px;
width: 12px;
border-radius: 3px;
border: 1px solid #dedede;
background: #fff;
cursor: pointer;
transition: background .2s; }
.airdatepicker--time-row input[type='range']::-moz-range-thumb {
box-sizing: border-box;
height: 12px;
width: 12px;
border-radius: 3px;
border: 1px solid #dedede;
background: #fff;
cursor: pointer;
transition: background .2s; }
.airdatepicker--time-row input[type='range']::-ms-thumb {
box-sizing: border-box;
height: 12px;
width: 12px;
border-radius: 3px;
border: 1px solid #dedede;
background: #fff;
cursor: pointer;
transition: background .2s; }
.airdatepicker--time-row input[type='range']::-webkit-slider-thumb {
margin-top: -6px; }
.airdatepicker--time-row input[type='range']::-webkit-slider-runnable-track {
border: none;
height: 1px;
cursor: pointer;
color: transparent;
background: transparent; }
.airdatepicker--time-row input[type='range']::-moz-range-track {
border: none;
height: 1px;
cursor: pointer;
color: transparent;
background: transparent; }
.airdatepicker--time-row input[type='range']::-ms-track {
border: none;
height: 1px;
cursor: pointer;
color: transparent;
background: transparent; }
.airdatepicker--time-row input[type='range']::-ms-fill-lower {
background: transparent; }
.airdatepicker--time-row input[type='range']::-ms-fill-upper {
background: transparent; }
.airdatepicker--time-row span {
padding: 0 12px; }
.airdatepicker--time-icon {
color: #9c9c9c;
border: 1px solid;
border-radius: 50%;
font-size: 16px;
position: relative;
margin: 0 5px -1px 0;
width: 1em;
height: 1em; }
.airdatepicker--time-icon:after, .airdatepicker--time-icon:before {
content: '';
background: currentColor;
position: absolute; }
.airdatepicker--time-icon:after {
height: .4em;
width: 1px;
left: calc(50% - 1px);
top: calc(50% + 1px);
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
.airdatepicker--time-icon:before {
width: .4em;
height: 1px;
top: calc(50% + 1px);
left: calc(50% - 1px); }
.airdatepicker--cell-day.-other-month-, .airdatepicker--cell-year.-other-decade- {
color: #dedede; }
.airdatepicker--cell-day.-other-month-:hover, .airdatepicker--cell-year.-other-decade-:hover {
color: #c5c5c5; }
.-disabled-.-focus-.airdatepicker--cell-day.-other-month-, .-disabled-.-focus-.airdatepicker--cell-year.-other-decade- {
color: #dedede; }
.-selected-.airdatepicker--cell-day.-other-month-, .-selected-.airdatepicker--cell-year.-other-decade- {
color: #fff;
background: #a2ddf6; }
.-selected-.-focus-.airdatepicker--cell-day.-other-month-, .-selected-.-focus-.airdatepicker--cell-year.-other-decade- {
background: #8ad5f4; }
.-in-range-.airdatepicker--cell-day.-other-month-, .-in-range-.airdatepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.1);
color: #cccccc; }
.-in-range-.-focus-.airdatepicker--cell-day.-other-month-, .-in-range-.-focus-.airdatepicker--cell-year.-other-decade- {
background-color: rgba(92, 196, 239, 0.2); }
.airdatepicker--cell-day.-other-month-:empty, .airdatepicker--cell-year.-other-decade-:empty {
background: none;
border: none; }