/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;

	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	position:relative;
    background: transparent;
     
}


.image{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html {
	font-size: 62.5%; /* 10px */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
		-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
  background: #30baf3;
}
.slider_1 .huge-it-slide-bg, .slider_1 .huge-it-slider > li, .slider_1 .huge-it-slider > li > a, .slider_1 .huge-it-slider > li img {
background:transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,

main,
nav,
section {
	display: inline-block;
	

}








ol,
ul {
	list-style: none;
}
li{
	list-style:none;
}

table {
	border-spacing: 0;
	border-collapse: separate;
}
caption,
th,
td {
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

.entry-meta{
 color:white;
    margin-right: auto;
    margin-left: auto;
	text-align:center;
    width: 100%;
    background: rgba(0, 0, 0, 0.86);
	padding-top: 4em;
	padding-right: 2em;
	padding-left: 2em;
}

#fadeinwrapper
{
	display:none;	
}






/*----------------------------------------------*/
/* 1.2 Extra fonts */
/*----------------------------------------------*/
@font-face {
    font-family: 'JournalRegular';
    src: url('https://hirosushiphx.com/css/font/journal-webfont.eot') format('eot'),
         url('https://hirosushiphx.com/css/font/journal-webfont.woff') format('woff'),
         url('https://hirosushiphx.com/css/font/journal-webfont.ttf') format('truetype'),
         url('https://hirosushiphx.com/css/font/journal-webfont.svg#webfontGhV9TBys') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MelbourneBold';
    src: url('https://hirosushiphx.com/css/font/melbourne_bold-webfont.eot') format('eot'),
         url('https://hirosushiphx.com/css/font/melbourne_bold-webfont.woff') format('woff'),
         url('https://hirosushiphx.com/css/font/melbourne_bold-webfont.ttf') format('truetype'),
         url('https://hirosushiphx.com/css/font/melbourne_bold-webfont.svg#webfontzCPiyXMS') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MelbourneRegular';
    src: url('https://hirosushiphx.com/css/font/melbourne_reg-webfont.eot') format('eot'),
         url('https://hirosushiphx.com/css/font/melbourne_reg-webfont.woff') format('woff'),
         url('https://hirosushiphx.com/css/font/melbourne_reg-webfont.ttf') format('truetype'),
         url('https://hirosushiphx.com/css/font/melbourne_reg-webfont.svg#webfontQzFjdvCi') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #fff;
	font-weight:normal;
	font-family: 'MelbourneBold', Arial, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.7778;
}

.button {
  background: #a2ce57;
 
  text-decoration: none;
  padding: 10px 10px 10px 10px;
  border: 1px solid #000;
  text-transform: uppercase;
  text-shadow: 0px 0px 0px #000;
  color: #fff;
-moz-border-radius: 45px;
border-radius: 45px;
  margin: 15px 15px 15px 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.button:hover {
  background: green;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border: 1px solid #03b6f1;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Alegreya", Georgia, serif;
	font-weight: 700;
}
h1 {
	font-size: 25px;
	font-size: 3rem;
	line-height: 1.6;
	margin-bottom: 0.8em;

	padding-right:20px;
	color:rgb(245, 100, 33);
}
h2 {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
	margin-bottom: 1em;
}
h3 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1;
	margin-bottom: 1em;
}
h4 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}
h4.special{
	padding:5px;	
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;

}

h4.orange{
	font-family: "Alegreya", Georgia, serif;
	
	color:#f9930e;
}
h5,
h6 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.7778;
	margin-bottom: 1.7778em;
	text-transform: uppercase;
}
p {
	margin-bottom: 1.7778em;
}
p:last-child {
	margin-bottom: 0;
}
b,
strong {
	font-weight: bold;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote:not(.contact-form-submission) {
	font-family: "Alegreya", Georgia, serif;
	font-size: 40px;
	font-size: 4rem;
	font-style: italic;
	font-weight: 800;
	line-height: 1.3em;
	margin-bottom: 0.8em;
	position: relative;
}
blockquote:not(.contact-form-submission) cite {
	display: block;
	font-family: "Cabin", Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	letter-spacing: .03em;
	line-height: 2.2857;
	margin-top: 1.14285em;
	text-transform: uppercase;
}
blockquote:not(.contact-form-submission):before {
	display: block;
	color: #f7f7f7;
	content: "\201C";
	font-family: "Alegreya", Georgia, serif;
	font-size: 250px;
	font-size: 25rem;
	position: absolute;
	top: 45px;
	left: -50px;
	z-index: -1;
}
address {
	margin: 0 0 1.7778em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.2857;
	margin-bottom: 2.2857em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
background: rgb(11,11,36);
background: linear-gradient(90deg, rgba(11,11,36,1) 5%, rgba(7,152,245,1) 50%, rgba(0,0,0,1) 96%); 
  
}
.black{
background:#000;
	
}
.grey{
 background: #000000;
 transition:background-color 3s ease;		 
}
blockquote,
q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.7778em;
}

li.integer{
list-style:decimal;
color:red

}
li.integer:first-line, li.integer:first-line  {
    color: #000;
}

ul {

}
ol {

}

dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.leftalign{
    display:block;
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	padding-right:20%;
	margin-bottom:3%;
    float:left;
	position:relative;
}

img.rightalign{
    display:block;
	height: auto; /* Make sure images are scaled correctly. */
    width: 10%; /* Adhere to container width. */
	margin-right:40%;
	
    float:right;
	position:relative;
}

img.rightalign2{
    display:block;
	height: auto; /* Make sure images are scaled correctly. */
    width: 7%; /* Adhere to container width. */
	margin-right:5%;
	
    float:right;
	position:relative;
}


img.centeralign{
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	display:block;
	margin:auto;
	margin-top:25px;
}

table {
	width: 100%;
	margin: 0 0 1.7778em;
}
td {
	padding: 3px 5px;

}
th {
	font-weight: bold;
	padding: 10px 5px 5px;

}
/*fixed background*/
img#fsb_image {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index: -9999;
}

.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.align-center {
  margin:0 auto;
  text-align: center;
}


/*--------------------------------------------------------------
5.0 Containers
--------------------------------------------------------------*/


#container{	
 margin-left: auto;
 margin-right: auto;
width:100%;	
}
.containerhalf{
padding:10px;	
margin:0;
width:100%;	
}
#slideshow{
 margin-left: auto;
 margin-right: auto;

}
#slideshow img {
    position:relative;
   margin:0 auto;
    horizontal-align:center;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}
.container_16 {

  width: 100%;
  height:100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.container_16 .grid_8 {
   width: 45%;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
.header-custom {

  background:rgb(0,0,0,0.5);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(0,0,0,0.5)), color-stop(1, #0d0d0d));
  background: -ms-linear-gradient(bottom, rgb(0,0,0,0.5), #0d0d0d);
  background: -moz-linear-gradient(center bottom, rgb(0,0,0,0.5) 0%, #0d0d0d 100%);
  padding-bottom: -10px;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid #000;
  height:120px;
  width:100%;
}

header{

 margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.navbar-custom {

 margin: 0;
  position: relative;
  background:rgb(0,0,0,0.5);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(0,0,0,0.5)), color-stop(1, #0d0d0d));
  background: -ms-linear-gradient(bottom, rgb(0,0,0,0.5), #0d0d0d);
  background: -moz-linear-gradient(center bottom, rgb(0,0,0,0.5) 0%, #0d0d0d 100%);
display:inline-block;

  z-index:9999;
  height:100%;
  top: 0;
  width: 100%;
  border: transparent;
  	
}

ul.sdt_menu {
width:100%;		
  margin: 0;
  padding: 0;
  list-style: none;
font-family: 'MelbourneBold', Arial, sans-serif;
  font-size: 12px;


}
ul.sdt_menu li {
  float: left;
  width: 140px;
  height: 100px;
  margin: 7px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  outline: none;

}
ul.sdt_menu2 li {
  float: right;
  width: 140px;
  height: 100px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  outline: none;

}
ul.sdt_menu li > a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 100px;
  z-index: 12;
  -moz-box-shadow: 0px 0px 2px #000 inset;
  -webkit-box-shadow: 0px 0px 2px #000 inset;
  box-shadow: 0px 0px 2px #000 inset;
}
ul.sdt_menu li a:hover {
 color: #006029;
background-color:#000;
}
ul.sdt_menu li > a > img {
  border: none;
  position: absolute;
  width: 0px;
  height: 0px;
  bottom: 0px;
  left: 85px;
  z-index: 100;
}
ul.sdt_menu li span.sdt_wrap {

  position: absolute;
  top: 25px;
  left: 0px;
  width: 140px;
  /*height:125px;*/

  height: 80px;
  z-index: 15;
}
ul.sdt_menu li span.sdt_active {
  position: absolute;
  background: #111;
  top: 100px;
  width: 140px;
  height: 0px;
  left: 0px;
  z-index: 14;
  -moz-box-shadow: 0px 0px 4px #000 inset;
  -webkit-box-shadow: 0px 0px 4px #000 inset;
  box-shadow: 0px 0px 4px #000 inset;
}
ul.sdt_menu li span span.sdt_main,
ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a {
  margin-left: 15px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
 
}
ul.sdt_menu li span span.sdt_link {
  color: #fff;
  font-size: 24px;
  float: left;
  clear: both;
}
ul.sdt_menu li span span.sdt_main{
 color: #b5e6fa;
  font-size: 26px;
  float: left;
  clear: both;
}
ul.sdt_menu li span span.sdt_link:hover {
 color: #b5e6fa;
  font-size: 24px;
  float: left;
  clear: both;
}

ul.sdt_menu li span span.sdt_descr {
  color: #eee;
  float: left;
  clear: both;
  width: 140px;
  /*For dumbass IE7*/

  font-size: 10px;
  letter-spacing: 1px;
}
ul.sdt_menu li div.sdt_box {
  display: block;
  position: absolute;
  width: 140px;
  overflow: hidden;
  height: 140px;
  top: 100px;
  left: 0px;
  display: none;
  background: #000;
  z-index: 200;
}
ul.sdt_menu li div.sdt_box a {
  float: left;
  clear: both;
  line-height: 30px;
  color: #fff;
}
ul.sdt_menu li div.sdt_box a:first-child {
  margin-top: 15px;
}
ul.sdt_menu li div.sdt_box a:hover {
  color: #b5e6fa;
}

ul.sdt_box{
	display: none;
	top:100%;
    position: absolute;
    min-width: 150px;
	margin-bottom:10px;
    width:100%;
    z-index: 9999;

	}
ul.sdt_box ul{
	display: none;
    top:0;
	left:100%;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 150px;
	margin-bottom:10px;
    width:100%;
    z-index: 9999;

	}




	/* Menu */
.parent:hover ul.sdt_box {
  display:block;


}


/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #fff;
	text-decoration: none;

}
a:hover,
a:focus,
a:active {
color:#fff;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;


}
.entry-content a,
.page-content a {
	border-bottom: 2px solid transparent;
}
.entry-content a:hover,
.page-content a:hover {
	border-bottom: 2px solid #222;

}
.entry-content .read-more:hover {
	border-bottom-color: transparent;
}
a img {
	border: 0;
}








/*--------------------------------------------------------------
6.0 Slider CSS
--------------------------------------------------------------*/

.jms-slideshow {
  position: relative;
  width: 100%;
  min-width: 640px;
  margin: 0px auto;
  height: 500px;
}
.jms-wrapper {
  width: auto;
  min-width: 600px;
  height: 500px;

   margin:0 auto;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  outline: none;
  -webkit-transition: background-color 1s linear;
  -moz-transition: background-color 1s linear;
  -o-transition: background-color 1s linear;
  -ms-transition: background-color 1s linear;
  transition: background-color 1s linear;
  border:none;
}
.color-1 {
  background: transparent;

  width: 100%;

  z-index: 1;
}
.step {
  width: 2000px;
  height: 500px;
  display: block;
  margin:0 auto;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.step:not(.active) {
  opacity: 0;
  filter: alpha(opacity=0);
  /* internet explorer */

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  /*IE8*/

}
.jms-content {
  margin: 0px 370px 0px -10px;
  position: relative;
  clear: both;
  width: 400px;
}
.step h3 {
  color: #000000;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.9);
  margin: 0;
  padding: 30px 0 20px 0;
  background: none !important;
}
.step p {
  color: #000000;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.9);
  font-weight: 400;
  position: relative;
  margin: 0;
}
a.jms-link {
  color: #ffffff;
  background: #e35f10;
  text-transform: uppercase;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#969696', endColorstr='#727272', GradientType=0);
  /* IE6-9 */

  padding: 8px 15px;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid #444;
  opacity: 1;
  margin-top: 40px;
  clear: both;
  -webkit-transition: all 0.6s ease-in-out 1s;
  -moz-transition: all 0.6s ease-in-out 1s;
  -ms-transition: all 0.6s ease-in-out 1s;
  -o-transition: all 0.6s ease-in-out 1s;
  transition: all 0.6s ease-in-out 1s;
}
.step:not(.active) a.jms-link {
  opacity: 0;
  margin-top: 80px;
}
.step img {
  position: absolute;

  	/* Set rules to fill background */
	min-height: 100%;
  height:100%;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index: -9999;
}
}
.jms-dots {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0px;
  bottom: 20px;
  z-index: 2000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.jms-dots span {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000000;
  margin: 3px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset, 1px 1px 1px rgba(255, 255, 255, 0.3);
}
.jms-dots span.jms-dots-current:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background: #ffffff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* IE10+ */

  background: linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  /* IE6-9 */

}
.jms-arrows {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.jms-arrows span {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  height: 80px;
  width: 30px;
  cursor: pointer;
  z-index: 2000;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.jms-arrows span.jms-arrows-prev {
  background: #000000 url(https://hirosushiphx.com/images/arrow_left.png) no-repeat 50% 50%;
  left: 0px;
  border-radius: 0px 3px 3px 0px;
}
.jms-arrows span.jms-arrows-next {
  background: #000000 url(https://hirosushiphx.com/images/arrow_right.png) no-repeat 50% 50%;
  right: 0px;
  border-radius: 3px 0px 0px 3px;
}
/* Not supported style */
.jms-wrapper.not-supported {
  background-color: #E3D8FF;
  background-color: #e3d8ff;
}
.jms-wrapper.not-supported:after {
  content: 'The slideshow functionality is not supported on your device.';
  padding: 0px 0px 30px 0px;
  text-align: center;
  display: block;
}
.jms-wrapper.not-supported .step {
  display: none;
  position: relative;
  opacity: 1;
  filter: alpha(opacity=99);
  /* internet explorer */

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
  /*IE8*/

  margin: 20px auto;
}
.jms-wrapper.not-supported .step:first-of-type {
  display: block;
}
.jms-wrapper.not-supported .step:not(.active) a.jms-link {
  opacity: 1;
  margin-top: 40px;
}

.content {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #eeeeee));
  background: -ms-linear-gradient(bottom, #ffffff, #eeeeee);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 100%);
  border: 1px solid #fff;
  position: relative;
  width: 100%;
  height: 400px;
  z-index: 5;
  overflow: hidden;
  box-shadow: 0 10px 20px -6px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.content div {
  position: absolute;
  top: 0;
  padding: 40px 40px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.content-1,
.content-3 {
  -webkit-transform: translatex(-250px);
  -moz-transform: translatex(-250px);
  -o-transform: translatex(-250px);
  -ms-transform: translatex(-250px);
  transform: translatex(-250px);
}
.content-2,
.content-4 {
  -webkit-transform: translatex(250px);
  -moz-transform: translatex(250px);
  -o-transform: translatex(250px);
  -ms-transform: translatex(250px);
  transform: translatex(250px);
}


/*--------------------------------------------------------------
7.0 Footer
--------------------------------------------------------------*/

footer {
	display:flex;
width:100%;
  height: 100%;
  background: #000000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000000), color-stop(1, #0d0d0d));
  background: -ms-linear-gradient(bottom, #000000, #0d0d0d);
  background: -moz-linear-gradient(center bottom, #000000 0%, #0d0d0d 100%);
}
.footobject {

  height: 97px;
}
.world {

  height: 95px;
  margin-top: 20px;
}
.footabout {
	width:100%;
  margin-top: 20px;
  	margin:0 auto;
  color: #fff;
  text-align: justify;
}
.footmenu ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.footmenu ul li {
  list-style: none;
  border-left: 1px solid #272727;
  padding-left: 10px;
  text-transform: uppercase;
}
.footmenu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footmenu ul li a:hover {
  padding-left: 15px;
  color: #03b6f1;
}



.home.page-template-default .page-content:after,
.page-content:last-child:after {
	display: none;
}
.post-thumbnail {
	display: inline;
	float: left;
	margin-right: 2em;
	margin-bottom: 1.7778em;
}
.home .post-thumbnail,
.blog .post-thumbnail,
.archive .post-thumbnail,
.search .post-thumbnail {
	margin-bottom: 0;
}

.single .entry-header,
.page-header {
	display: block;
	margin-bottom: 3.5556em;
}
.single.without-featured-image .entry-header {
	margin-bottom: 1.7778em;
}
.entry-title {
		font-family: 'MelbourneBold', Arial, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.7778;
	margin-bottom: 0;
}
.entry-title a {
	color: #000;
}
.single .entry-title,
.page-title,
.page-title {
font-family: 'MelbourneBold', Arial, sans-serif;
	font-size: 40px;
	font-size: 4rem;
	font-style: italic;
	line-height: 1.6em;
	text-align: center;
}
.entry-meta {
	margin-top:0;
	 position: absolute;
	 background:rgb(0,0,0,0.5);
	bottom:0px;
   width: 100%;
  height: 100%;
	color: #999;
	padding-left: 10%;
	padding-right: 10%;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: .03em;
	text-transform: uppercase;
	color:#fff;
}

 #intro {
margin-top:-11px;
position:relative;
background: url(../images/bg2.png) 100%  no-repeat fixed;
background-position-y:0px;
background-position-x:0;
padding: 150px 0 150px 0;
	 
}



 .bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  padding: 150px 0 150px 0;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
background-image: url(../images/menupic.jpg);
  min-height: 100%;
}

.bgimg-2 {
  background-image: url("../images/contact.jpg");
  min-height: 100%;
}

.bgimg-3 {
  background-image: url("https://hirosushiphx.com/css/img_parallax3.jpg");
  min-height: 400px;
} 

.bgimg-4 {
background-image: url(../images/hirointro.png);
  min-height: 100%;
}

.site-footer {
	  background:rgb(0,0,0,0.5);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(0,0,0,0.5)), color-stop(1, #0d0d0d));
  background: -ms-linear-gradient(bottom, rgb(0,0,0,0.5), #0d0d0d);
  background: -moz-linear-gradient(center bottom, rgb(0,0,0,0.5) 0%, #0d0d0d 100%);
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 1.7778em 0;
	text-align: center;
}
.modal-content{
	background:black;
	color:white;
}
.modal-body{
	background:black;
	color:white;
}

.modal-title{
	background:black;
	color:white;
}

.modal-footer{
	background:black;
	color:white;
}



/*--------------------------------------------------------------
8.0 Social
--------------------------------------------------------------*/
/*---accordion---*/
#accordion a {
  text-decoration: none;
}
/*---social---*/
.social {
  position: relative;

}
.social > ul {
  display: block;
}
.social > ul > li {
  list-style-type: none;
  position: relative;
  display: inline;
  display: inline-block;
  margin: 5px;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  background: transparent url(../images/sprite.png) 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.social > ul > li > a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
}
.social .google {
  background-position: -15px -10px;
}
.social .google:hover {
  background-position: -15px -52px;
}
.social .github {
  background-position: -97px -10px;
}
.social .github:hover {
  background-position: -97px -52px;
}
.social .linkedin {
  background-position: -180px -10px;
}
.social .linkedin:hover {
  background-position: -180px -52px;
}
.social .facebook {
  background-position: -220px -10px;
}
.social .facebook:hover {
  background-position: -220px -52px;
}
a .plus {
  position: relative;
  display: block;
  margin-top: -31px;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  background: url(../images/sprite.png) -269px -13px;
  float: right;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a .plus:hover {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */

  -moz-transform: rotate(90deg);
  /* Firefox */

  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */

  -o-transform: rotate(90deg);
  /* Opera */

}
.accordion {
  padding-bottom: 20px;
}
.ca-menu {
  padding: 0;
  margin: 20px auto;
  width: 1020px;
}
.ca-menu li {
  width: 186px;
  height: 300px;
  border-bottom: 150px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  float: left;
  -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0);

}
.ca-menu li:last-child {
  margin-right: 0px;
}
.ca-menu li a {
  text-align: left;
  width: 100%;
  height: 100%;
  display: block;
  color: #000000;
  position: relative;
}
.ca-icon {
  font-family: "FoundationIconsGeneralEnclosed";
  font-size: 60px;
  color: #000000;
  text-shadow: 0px 0px 1px #333;
  line-height: 150px;
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0px;
  top: 0px;
  text-align: center;
  text-shadow: 2px 0px 0px 2px #ffffff;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  transition: all 400ms linear;
}
.ca-content {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 50%;
  top: 50%;
}
.ca-main {
  font-size: 30px;
  opacity: 0.8;
  text-align: center;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.ca-sub {
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.ca-menu li:hover {
  background: #1e1e1e;
  -webkit-box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.9);
  box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.9);
}
.ca-menu li:hover .ca-icon {
  color: #ffffff;
  -webkit-animation: moveFromBottom 300ms ease;
  -moz-animation: moveFromBottom 300ms ease;
  -ms-animation: moveFromBottom 300ms ease;
  text-shadow: 0px 0px 50px #000000;
}
.ca-menu li:hover .ca-main {
  color: #03b6f1;
  -webkit-animation: smallToBig 300ms ease;
  -moz-animation: smallToBig 300ms ease;
  -ms-animation: smallToBig 300ms ease;
}
.ca-menu li:hover .ca-sub {
  color: #03b6f1;
  background-color: #000;
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes smallToBig {
  from {
    -webkit-transform: scale(0.1);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes smallToBig {
  from {
    -moz-transform: scale(0.1);
  }
  to {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes smallToBig {
  from {
    -ms-transform: scale(0.1);
  }
  to {
    -ms-transform: scale(1);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translatey(100%);
  }
  to {
    -webkit-transform: translatey(0%);
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translatey(100%);
  }
  to {
    -moz-transform: translatey(0%);
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translatey(100%);
  }
  to {
    -ms-transform: translatey(0%);
  }
}

  
/*--------------------------------------------------------------
9.0 Contact 
--------------------------------------------------------------*/
  
  /*---contact form--*/
#contact label {
  float: left;
  clear: left;
  margin: 11px 20px 0 0;
  width: 95px;
  text-align: right;
  font-size: 16px;
  color: #1e1e1e;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px #fff;
}
#contact input {
  width: 288px;
  height: 35px;
  padding: 5px 20px 0px 20px;
  margin: 0 0 20px 0;
  background: #eee;
  font-family: sans-serif;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  text-shadow: 0px -1px 0px #334f71;
  -webkit-box-shadow: 0px 0px 5px 0px #000000;
  box-shadow: 0px 0px 5px 0px #000000;
  border: 1px solid #ffffff;
}
input::-webkit-input-placeholder {
  color: #000;
  text-shadow: 0px -1px 0px #ffffff;
}
input:-moz-placeholder {
  color: #000;
  text-shadow: 0px -1px 0px #ffffff;
}
#contact textarea {
  width: 288px;
  height: 170px;
  padding: 12px 20px 0px 20px;
  margin: 0 0 20px 0;
  background: #eee;
  font-family: sans-serif;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 5px 0px #000000;
  box-shadow: 0px 0px 5px 0px #000000;
  border: 1px solid #ffffff;
}
textarea::-webkit-input-placeholder {
  color: #000;
  text-shadow: 0px -1px 0px #ffffff;
}
textarea:-moz-placeholder {
  color: #000;
  text-shadow: 0px -1px 0px #ffffff;
}
#contact input:focus,
textarea:focus {
  background: #fff;
}
#send {
  width: 100px !important;
  float: right;
  padding-right: 20px;
}
#contact input[type=submit] {
  background: #000000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000000), color-stop(1, #0d0d0d));
  background: -ms-linear-gradient(bottom, #000000, #0d0d0d);
  background: -moz-linear-gradient(center bottom, #000000 0%, #0d0d0d 100%);
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  border: 1px solid #000;
  text-transform: uppercase;
  text-shadow: 0px 0px 1px #000;
  color: #fff;
  margin: 15px 15px 15px 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#contact input[type=submit]:hover {
  background: #03b6f1;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border: 1px solid #03b6f1;
}
.post {
  margin-top: 40px;
}
.posthead {
  width: 940px;
  margin-bottom: -5px;
}
.pic {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.6);
  width: 300px;
  height: 200px;
  margin: 10px;
  float: left;
}
.button {
  background: #a2ce57;
 
  text-decoration: none;
  padding: 10px 10px 10px 10px;
  border: 1px solid #000;
  text-transform: uppercase;
  text-shadow: 0px 0px 0px #000;
  color: #fff;
-moz-border-radius: 45px;
border-radius: 45px;
  margin: 15px 15px 15px 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.button:hover {
  background: green;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border: 1px solid #03b6f1;
}

.map {
 width:50%;
  height:287px;
  border: 5px solid #000;
  margin-top: 40px;
}
/*---header pic shadow---*/
.shadowbottom-container {
  position: relative;
}
.shadowbottom {
  position: relative;
  background: url('https://hirosushiphx.com/images/shadow.png') no-repeat top center;
  height: 44px;
  margin-top: -1px;
}
.about {
  text-align: justify;
  border-right: 1px solid #000;
  padding: 20px;
}
  
  
  /*test area */
  .tab-content > .active{
	display: block;
	background:#fff;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-top: 1px solid #000;

  }