<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-container {
/* 	margin-top: 120px !important; */
}

.staticnav {
	position: fixed;
	top: 60px;
}

.se-container, section.sushi-express {
	height: 100%;
	width: 100%;
	cursor: pointer;
}

	.se-container #se-prev-arrow {
		width: 80px;
		height: 58px;
		position: fixed;
		left: 50%;
		top: 75px;
		margin-left: -40px;
		z-index: 2;
		background: url(../img/arrows.png) no-repeat bottom left;
		text-indent: -9999em;
		opacity: .5;
	}
	
	.se-container #se-next-arrow {
		width: 80px;
		height: 58px;
		position: fixed;
		bottom: 15px;
		left: 50%;
		margin-left: -40px;
		z-index: 2;
		background: url(../img/arrows.png) no-repeat top left;
		text-indent: -9999em;
		opacity: .5;
	}
	
	.se-container #se-next-arrow:hover, .se-container #se-prev-arrow:hover {
		opacity: 1;
	}

	.se-container .content {
		padding: 30px;
		text-align: center;
	}
	
		.se-container .content p:last-line {
			font-size: 100px;
		}
	
		.se-container .content h1 {
/* 			font-weight: 600; */
			font-size: 3em;
			margin-top: 0;
		}

	.se-container section.sushi-express.bg_pos_Normal {
		background: no-repeat inherit center center;
		background-size: cover;
	}
	
	.se-container section.sushi-express.bg_pos_Fixed {
		background: no-repeat fixed center center;
		background-size: cover;
	}
	
/* IPhone 5 and IPad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

	.se-container section.sushi-express.bg_pos_Fixed {
		background: none;
	}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.se-container section.sushi-express.bg_pos_Fixed {
		background: none;
	}
}

	
	
	.se-container section.sushi-express.text_just_Left {
		text-align: left;
	}
	
	.se-container section.sushi-express.text_just_Right {
		text-align: right;
	}
	
	.se-container section.sushi-express.text_just_Center {
		text-align: center;
	}
	
	.se-container section.sushi-express.text_color_White {
		color: white;
	}
	
	.se-container section.sushi-express.text_color_White .content {	
		/*background: url(../img/sushi-title-bg.png) repeat-y center center;*/
		background-color:#000;
		opacity:0.6;
	}
	
	.se-container section.sushi-express.text_color_Black {
		color: black;
	}
	
	.se-container section.sushi-express.text_color_Black .content {	
		/*background: url(../img/sushi-title-bg-light.png) repeat-y center center;*/
		background-color:#000;
		opacity:0.6;
	}

.se-container .tmp-hidden {
	display: none;
	cursor: default;
}

	.se-container .tmp-hidden .content-boundary {
		position: relative;
	}
	
	.se-container .tmp-hidden.grey .content-boundary:first-child:before {
		content:"";
		position: absolute;
		top: 0;
		left: -60px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 30px 30px 0 30px;
		border-color: #ccc transparent transparent transparent;
	}
	
	.se-container .advanced-slider {
		margin-left: 0px;
	}
	
	.se-container .advanced-slider, .se-container .slides, .se-container .slide-wrapper {
		height: 310px !important;
		width: 900px !important;
	}
	
	.se-container .advanced-slider.small-slider, .se-container .advanced-slider.small-slider .slides, .se-container .advanced-slider.small-slider .slide-wrapper {
		height: 252px !important;
		width: 900px !important;
	}

.sushi-express p {
	text-align: left;
}</pre></body></html>