/* CSS 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,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
}
strong{
	font-weight: bolder;
}
em {
	font-style: italic;
}

html, body {
    min-width: 320px !important;
	margin: 0;
	padding: 0;
    -webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
    min-width: 320px !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
	color: #fff;
    position: relative;
    background: url(../images/body-bg.jpg) no-repeat top center #10151b;
    background-attachment: fixed;
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
}
::selection {
	background: #9de2ff;
}
::-moz-selection {
	background: #9de2ff;
}
::-webkit-input-placeholder {
    color: #868686;
}
:-moz-placeholder {
    color: #868686;
}
::-moz-placeholder {
    color: #868686;
}
:-ms-input-placeholder {
    color: #868686;
}
input, textarea, button {
    outline: none;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    border: 0;
    -webkit-appearance: none;
    font-weight: normal;
}
input[type=submit], button {
    cursor: pointer;
}
div {
    box-sizing: border-box;
}
table {
	border: 0 none;
	padding: 0;
    border-spacing: 0;
}
td {
    vertical-align: top;
}
img {
	border: none;
}
b, strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
a {
    box-sizing: border-box;
    color: #000;
	text-decoration: none;
    cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
.container {
    position: relative;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    width: 100%;
    height: 110px;
    background: #050a0d;
}
.h-logo {
    float: left;
    height: 90px;
    margin: 10px 0 0 0;
}
.h-logo img {
    float: left;
    max-width: 100%;
    max-height: 100%;
}
.h-phone {
    float: right;
    margin: 28px 0 0 0;
    font-size: 20px;
    text-align: right;
}
.h-phone a {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
}
.h-instagram {
    float: right;
    margin: 40px 0 0 20px;
}

.stripe-main {
    position: relative;
    float: left;
    width: 100%;
    margin: 200px 0 100px 0;
}
.stripe-main .center {
	float: left;
	width: 100%;
	margin: 0 0 50px 0;
}
.stripe-main .left {
    position: absolute;
    top: -40px;
    right: 0;
    width: 310px;
}
.stripe-main .left img {
    border-radius: 15px;
}
.stripe-main .right {
    float: left;
    width: 100%;
}
.stripe-main .right .stripe {
    float: left;
    width: 100%;
    background: #ed1c24;
    padding: 10px 350px 10px 10px;
    font-size: 24px;
    line-height: 25px;
    text-transform: uppercase;
}
.stripe-main .right .black-text {
    float: left;
    width: 100%;
    background: linear-gradient(to left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.9) 100%);
    padding: 20px 350px 20px 10px;
    margin: 0 0 30px 0;
}
.stripe-main .right .button {
    float: left;
    padding: 15px 30px;
    background: #fff;
    border-radius: 6px;
    font-size: 20px;
    text-transform: uppercase;
}
.stripe-main .right .button:hover {
    text-decoration: none;
}

.stripe-divider {
    float: left;
    width: 100%;
    padding: 35px 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 0 0 100px 0;
}
.stripe-divider .button {
    display: inline-block;
    padding: 15px 30px;
    background: #ee1d23;
    color: #fff;
    border-radius: 6px;
    font-size: 20px;
    text-transform: uppercase;
    margin: 30px 0 0 0;
}
.stripe-divider .button:hover {
    text-decoration: none;
}


.stripe-menu {
    float: left;
    width: 100%;
    margin: 200px 0 0 0;
}
.stripe-menu .circle {
    position: relative;
    float: left;
    width: 100%;
    min-height: 350px;
}
.stripe-menu .circle .left {
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 5;
    width: 310px;
    text-align: center;
}
.stripe-menu .circle .left img {
    display: inline-block;
    max-width: 100%;
    margin: 0 0 15px 0;
}
.stripe-menu .circle .left img.small {
    max-width: 60%;
}
.stripe-menu .circle .right {
    float: right;
    width: 100%;
    text-align: right;
    padding: 0 0 0 155px;
}
.stripe-menu .circle .right.full-width {
    padding: 0;
}
.stripe-menu .circle .right.full-width .name {
    padding: 10px !important;
}
.stripe-menu .circle .right.full-width .ingredients {
    padding: 20px !important;
}
.stripe-menu .circle .right.full-width .portion {
    padding: 20px !important;
}
.stripe-menu .circle .right .name {
    float: left;
    width: 100%;
    height: 70px;
    background: #ed1c24;
    padding: 10px 10px 10px 170px;
    font-size: 24px;
    line-height: 25px;
    text-transform: uppercase;
}
.stripe-menu .circle .right .ingredients {
    float: left;
    width: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.9) 100%);
    padding: 20px 10px 20px 170px;
    font-size: 14px;
}
.stripe-menu .circle .right .ingredients table {
    float: left;
    width: 50%;
}
.stripe-menu .circle .right .ingredients table tr td {
    padding: 5px 10px;
    vertical-align: middle;
    text-align: left;
    font-size: 15px;
}
.stripe-menu .circle .right .ingredients table tr td:last-of-type {
    text-align: right;
    padding: 5px 20px;
    font-weight: bold;
}
.stripe-menu .circle .right .ingredients table tr td img {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 10px -3px 0;
}



.stripe-menu .circle .right .ingredients table.rolls-tbl {
    float: left;
    width: 100%;
}
.stripe-menu .circle .right .ingredients table.rolls-tbl tr td {
    border-bottom: 2px solid #ed1c24;
}
.stripe-menu .circle .right .ingredients table.rolls-tbl tr td:nth-of-type(1) {
    width: 100%;
    padding: 5px 10px 5px 0;
}
.stripe-menu .circle .right .ingredients table.rolls-tbl tr td:nth-of-type(1) span {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    font-size: 22px;
}
.stripe-menu .circle .right .ingredients table.rolls-tbl tr td:nth-of-type(2) {
    vertical-align: bottom;
    padding: 5px 0;
}
.stripe-menu .circle .right .ingredients table.rolls-tbl tr td:nth-of-type(2) .item {
    float: left;
    white-space: nowrap;
    border-radius: 0 8px 8px 8px;
    background: #fff;
    padding: 5px 10px;
    color: #000;
}
.stripe-menu .circle .right .ingredients table.rolls-tbl tr td:nth-of-type(2) .item .price {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
}
.stripe-menu .circle .right .ingredients table.rolls-tbl tr td:nth-of-type(2) .item .details {
    display: inline-block;
    white-space: normal;
    font-size: 11px;
}
.stripe-menu .circle .right .ingredients table.rolls-tbl tr td:nth-of-type(2) .item .details .row-1 {
    border-bottom: 2px solid #000;
}



.stripe-menu .circle .right .portion {
    float: left;
    width: 100%;
    padding: 20px 10px 20px 170px;
}
.stripe-menu .circle .right .portion .item {
    display: inline-block;
    min-width: 95px;
    border-radius: 0 8px 8px 8px;
    background: #fff;
    padding: 5px 10px;
    color: #000;
    font-size: 14px;
    text-align: center;
    margin: 0 2px 10px 2px;
}
.stripe-menu .circle .right .portion .item b {
    font-weight: normal;
    font-size: 28px;
    display: block;
}
.stripe-menu .circle .right .portion .item span {
    font-size: 11px;
    display: block;
}
.stripe-menu .circle .right .portion .with-photo {
    display: inline-block;
    margin: 0 20px;
}
.stripe-menu .circle .right .portion .with-photo img {
    float: left;
    margin: 0 30px 0 0;
    max-width: 200px;
}
.stripe-menu .circle .right .portion .with-photo .item {
    margin: 35px 0 0 0;
}

.footer {
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
    background: #050a0d;
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
}
.footer img {
    max-width: 50px;
    display: inline-block;
    margin: 0 0 15px 0;
}



/* LOADER */

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #000;
}

#page-loader #loader  {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    animation: rotate 1s infinite;
    height: 50px;
    width: 50px;
}
#page-loader #loader:before,
#page-loader #loader:after {
    border-radius: 50%;
    content: '';
    display: block;
    height: 20px;
    width: 20px;
}
#page-loader #loader:before {
    animation: ball1 1s infinite;
    background-color: #ed1c24;
    box-shadow: 30px 0 0 #005aab;
    margin-bottom: 10px;
}
#page-loader #loader:after {
    animation: ball2 1s infinite;
    background-color: #005aab;
    box-shadow: 30px 0 0 #ed1c24;
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(0.8);
        -moz-transform: rotate(0deg) scale(0.8);
    }
    50% {
        -webkit-transform: rotate(360deg) scale(1.2);
        -moz-transform: rotate(360deg) scale(1.2);
    }
    100% {
        -webkit-transform: rotate(720deg) scale(0.8);
        -moz-transform: rotate(720deg) scale(0.8);
    }
}
@keyframes ball1 {
    0% {
        box-shadow: 30px 0 0 #005aab;
    }
    50% {
        box-shadow: 0 0 0 #005aab;
        margin-bottom: 0;
        -webkit-transform: translate(15px,15px);
        -moz-transform: translate(15px, 15px);
    }
    100% {
        box-shadow: 30px 0 0 #005aab;
        margin-bottom: 10px;
    }
}
@keyframes ball2 {
    0% {
        box-shadow: 30px 0 0 #ed1c24;
    }
    50% {
        box-shadow: 0 0 0 #ed1c24;
        margin-top: -20px;
        -webkit-transform: translate(15px,15px);
        -moz-transform: translate(15px, 15px);
    }
    100% {
        box-shadow: 30px 0 0 #ed1c24;
        margin-top: 0;
    }
}

.half-col {
    float: left;
    width: 50%;
}



/* media */


@media only screen and (max-width: 900px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .stripe-menu .circle .right.full-width .portion {
        padding: 20px 0 !important;
        text-align: center;
    }
    .stripe-menu .circle .right .portion .with-photo {
        margin: 0 0 30px 0;
    }
    .stripe-menu .circle .right .portion .with-photo img {
        max-width: 100px;
        margin: 0 20px 0 0;
    }
    .stripe-menu .circle .right .portion .with-photo .item {
        margin: 0;
    }
    .stripe-menu .circle .right .name {
        min-height: auto !important;
        height: auto !important;
    }
    .half-col {
        width: 100%;
    }
    .stripe-menu .circle .left img.small {
        max-width: 28%;
    }
}

@media only screen and (max-width: 700px) {
    .stripe-menu {
        margin: 150px 0 0 0;
    }
    .stripe-main {
        margin: 150px 0 50px 0;
        text-align: center;
    }
	.stripe-main .center a {
		float: left;
		width: 100%;
		margin: 20px 0 0 0 !important;
		text-align: center;
	}
	.stripe-main .center a img {
		width: 64px !important;
		height: 64px !important;
	}
    .stripe-main .left {
        position: relative;
        top: inherit;
        right: inherit;
        float: left;
        width: 100%;
        text-align: center;
        margin: 0 0 30px 0;
    }
    .stripe-main .left img {
        display: inline-block;
        max-width: 100%;
    }
    .stripe-main .right .stripe {
        padding: 10px;
    }
    .stripe-main .right .black-text {
        padding: 20px 10px;
    }
    .stripe-main .right .button {
        float: none;
        display: inline-block;
    }


    .stripe-menu .circle {
        margin: 0 0 80px 0;
        min-height: auto;
    }
    .stripe-menu .circle .left {
        position: relative;
        top: inherit;
        left: inherit;
        float: left;
        width: 100%;
        text-align: center;
        margin: 0 0 30px 0;
    }
    .stripe-menu .circle .left img {
        display: inline-block;
        max-width: 100%;
    }
    .stripe-menu .circle .right {
        padding: 0;
    }
    .stripe-menu .circle .right .name {
        padding: 10px;
    }
    .stripe-menu .circle .right .ingredients {
        padding: 20px 10px;
    }
    .stripe-menu .circle .right .portion {
        padding: 20px 10px;
        text-align: center;
    }
    .stripe-menu .circle .right .ingredients table {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .header {
        height: 90px;
    }
    .h-logo {
        height: auto;
        width: 70px;
    }
    .h-phone {
        font-size: 12px;
        margin: 32px 0 0 0;
    }
    .h-phone a {
        font-size: 14px;
    }
    .h-instagram {
        margin: 30px 0 0 15px;
    }

    .stripe-menu .circle .right .name {
        font-size: 20px;
    }
}