@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 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;
}

.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-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .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;}