@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Futura';
    font-size:16px;
}
img{
    height: auto;
    max-width: 100%;
}
p, a {
    font-family: 'Futura';
}

a:hover, a:focus {
    text-decoration: none;
}

ul {
    list-style: none;
    padding-left: 0;
}

.navbar-default, .navbar-fixed-bottom {
    background: none repeat scroll 0 0 #95cb6e !important;
}

header .container, footer .container {
    position: relative;
}

header .top-menu {
    margin: 0 auto;
    max-width: 780px;
    min-width: 780px;
}

footer .footer-menu {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    min-width: 800px;
    float: none;
}

header a, footer a {
    color: #fff;
}

header .start-over {
    float: left;
}

.store-name:hover, .store-name:focus {
    color: #5f8849;
}

header .start-over:hover, header .login:hover, header .cart:hover, header .start-over:focus, header .login:focus, header .cart:focus {
    color: #5f8849;
}

header .login, header .cart, header .account {
    float: right;
    padding-left: 20px;
}

header .cart {
    position: relative;
}

header .cart span {
    background-color: #000;
    color: #fff;
    font-size: 11px;
    padding: 0 4px 0 5px;
    border-radius: 50%;
    margin-left: 5px;
    position: absolute;
    top: -4px;
    left: 29px;
    line-height: 15px;
    text-align: center;

}

header nav ul.nav > li {
    white-space: nowrap;
    padding: 0 20px;
}

footer nav ul.nav > li {
    white-space: nowrap;
    padding: 0 10px;
    float: left;
}

footer nav ul.nav > li > a, header nav {
    font-family: 'Futura';
    font-size: 18px;
    padding: 15px !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    line-height: 25px;
}

footer nav ul.nav > li > a:hover{
    color: #5f8849;
}

header nav ul.nav > li > a, header nav ul.nav > li > a {
    border-bottom: 1px solid transparent;
    padding: 0;
}

header nav ul.nav > li > a:hover, header nav ul.nav > li > a:focus, .nav > li > a:focus, .nav > li > a:hover {
    position: relative;
    background-color: transparent;
    border-color: #fff;
    color: #5f8849;
}

header nav ul.nav > li > a:hover:before, header nav ul.nav > li > a:focus:before, header .nav > li > a:focus:before, header .nav > li > a:hover:before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: -10px;
    width: 0;
    height: 0;
    border-right: 7px solid #fff;
    border-left: 7px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    transform: rotate(270deg);
    left: 0;
    margin: 0 auto;

}

header .beyondsushi-logo-header {
    height: 28px;
    margin-top: -8px;
}

header .navbar-collapse {
    width: 100%;
    position: relative;
}

footer nav ul.nav > li > a {
    padding: 10px;
}

footer .social {
    position: absolute;
    top: 20px;
    right: 20px;
}

footer .social ul.social-networks > li {
    float: left;
    margin: -5px 10px 0;
}

footer .social ul.social-networks > li a {
    font-size: 20px;

}

footer .social ul.social-networks > li a:hover {
    color: #5f8849;
}

.service-box {
    position: absolute;
    right: 0;
    bottom: 50px;
}
.service-box .service-item{
    margin-bottom: 15px;
}
.service-box a.is-service {
    display: block;
    background: #95cb6e;
    color: #fff;
}

.service-box a.is-service:hover {
    color: #fff;
    background-color: #5f8849;
}

.service-box a.is-service img {
    height: 30px;
    margin: -10px 5px 10px 10px;
}

.service-box a.is-service span {
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    max-width: 150px;
    margin: 10px 10px 10px 0;
    font-weight: bolder;
}

.beyondsushi-logo-container {
    position: fixed;
    bottom: 60px;
    left: 30px;
}

.beyondsushi-logo-container img {
    width: 60px;
}

.main-container, .my-account {
    margin-top: 50px;
    margin-bottom: 70px;
}

.menu-header-image img {
    width: 100%;
}

.footer-social-icon {
    float: right;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 150px;
}

.footer-social-icon li {
    display: inline-block;
    padding: 1%;
    width: 25px;
}

.footer-social-icon img {
    width: 100%;
}

#landing-page-main-container {
    left: 2%;
    padding: 1%;
    position: absolute;
    text-align: center;
    top: 34%;
    width: 96%;
}

#landing_page_main_text {
    position: relative;
    z-index: 10;
}

#landing-page-main-container:after {
    background: none repeat scroll 0 0 #000000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.light-box {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.light-box-background {
    background: none repeat scroll 0 0 #FFFFFF;
    cursor: pointer;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    z-index: 1900;
}

.style2 {
    background: #000000;
}

.light-box-content {
    background: #FFFFFF;
    left: 0 !important;
    right: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    z-index: 2000;
    top: 0;
    padding: 20px 0;
}

.light-box-close, .md-modal-header .close, .tool-tip .btn-close a, .close-minicart, .product-header .close, .btn-remove {
    color: #fff;
    position: absolute;
    font-size: 22px;
    z-index: 9;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid;
    line-height: 20px;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 30px;
    cursor: pointer;
    text-align: center;
}
.light-box-close{
    color: #4D4D4D;
}
@font-face {
    font-family: "Ostrich Sans";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/433044434-ostrich-regular.eot?#iefix") format("embedded-opentype"), url("fonts/433044434-ostrich-regular.svg#Ostrich Sans") format("svg"), url("fonts/433044434-ostrich-regular.woff") format("woff"), url("fonts/433044434-ostrich-regular.ttf") format("truetype");
}

@font-face {
    font-family: "Ostrich Sans Black";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/390380860-ostrich-black.eot?#iefix") format("embedded-opentype"), url("fonts/390380860-ostrich-black.svg#Ostrich Sans") format("svg"), url("fonts/390380860-ostrich-black.woff") format("woff"), url("fonts/390380860-ostrich-black.ttf") format("truetype");
}

@font-face {
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/438964844-JosefinSans-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/438964844-JosefinSans-Regular.svg#Josefin Sans") format("svg"), url("fonts/438964844-JosefinSans-Regular.woff") format("woff"), url("fonts/438964844-JosefinSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Josefin Sans ThinItalic";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/676971436-JosefinSans-ThinItalic.eot?#iefix") format("embedded-opentype"), url("fonts/676971436-JosefinSans-ThinItalic.svg#Josefin Sans") format("svg"), url("fonts/676971436-JosefinSans-ThinItalic.woff") format("woff"), url("fonts/676971436-JosefinSans-ThinItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Josefin Sans BoldItalic";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/608886719-JosefinSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/608886719-JosefinSans-BoldItalic.svg#Josefin Sans") format("svg"), url("fonts/608886719-JosefinSans-BoldItalic.woff") format("woff"), url("fonts/608886719-JosefinSans-BoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Hero Light";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/717498780-Hero-Light.eot?#iefix") format("embedded-opentype"), url("fonts/717498780-Hero-Light.svg#Hero Light") format("svg"), url("fonts/717498780-Hero-Light.woff") format("woff"), url("fonts/717498780-Hero-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Hero";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/12969971-Hero.eot?#iefix") format("embedded-opentype"), url("fonts/12969971-Hero.svg#Hero") format("svg"), url("fonts/12969971-Hero.woff") format("woff"), url("fonts/12969971-Hero.ttf") format("truetype");
}

@font-face {
    font-family: "Josefin Sans SemiBold";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/289276124-JosefinSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/289276124-JosefinSans-SemiBold.svg#Josefin Sans") format("svg"), url("fonts/289276124-JosefinSans-SemiBold.woff") format("woff"), url("fonts/289276124-JosefinSans-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Josefin Sans Bold";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/346099854-JosefinSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/346099854-JosefinSans-Bold.svg#Josefin Sans") format("svg"), url("fonts/346099854-JosefinSans-Bold.woff") format("woff"), url("fonts/346099854-JosefinSans-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Josefin Sans Italic";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/993469239-JosefinSans-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/993469239-JosefinSans-Italic.svg#Josefin Sans") format("svg"), url("fonts/993469239-JosefinSans-Italic.woff") format("woff"), url("fonts/993469239-JosefinSans-Italic.ttf") format("truetype");
}

@font-face {
    font-family: 'Quicksand-Book';
    src: url('fonts/Quicksand-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Quicksand-Regular.otf') format('opentype'),
    url('fonts/Quicksand-Regular.woff') format('woff'),
    url('fonts/Quicksand-Regular.ttf') format('truetype'),
    url('fonts/Quicksand-Regular.svg#Quicksand-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.content-about {
    max-width: 1050px;
    padding-top: 40px;
    text-align: center;
}

.content-about .about-title {
    margin-bottom: 30px;
}

.content-about .row.border {
    text-align: justify;
}

.content-about .row.border .text {
    color: #231f20;
    font-family: 'Futura';
    font-size: 15px;
    font-weight: normal;
}

.content-about .row.border .text strong {
    color: #84C266;
    font-family: 'Futura';
    font-size: 30px;
    font-weight: normal;
}

.row.border {
    border: 2px dashed #84C266;
}

.content-about .row.border p.text {
    line-height: 25px;
    margin-top: 15px;
    padding: 0;
    width: 100%;
}

.row.video {
    text-align: center;
}

.row.video .video-title {
    background: none repeat scroll 0 0 #84C266;
    color: #FFFFFF;
    font-family: 'Futura';
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 5px;
}

.row.video .youtube {
    height: 500px;
    overflow: hidden;
}

.content-classes {
    padding-top: 40px;
    text-align: center;
}

.content-classes .row {
    margin: 0 auto;
    width: 92%;
}

.content-classes .classes-title {
    border-bottom: 1px solid #58595B;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 19px;
    width: 90%;
}

.classes-slider img {
    height: 100%;
    width: 100%;
}

.classes-slider .text {
    color: #231f20;
    font-family: 'Futura';
    font-size: 21px;
    line-height: 30px;
    text-align: justify;
}

.classes-slider .text span {
    color: #84C266;
    font-family: 'Futura';
    font-size: 28px;
}

.content-classes .classes-stitle {
    background: none repeat scroll 0 0 #4D4D4D;
    color: #FFFFFF;
    font-family: 'Futura';
    font-size: 40px;
    height: 70px;
    line-height: 76px;
    margin-top: 0;
    position: relative;
}

.content-classes .classes-stitle:after {
    border: 1px dashed #FFFFFF;
    content: "";
    height: 77%;
    left: 1%;
    position: absolute;
    top: 11%;
    width: 98%;
}

.classes-perfect ul {
    list-style: none outside none;
    padding-left: 0;
    text-align: left;
}

.classes-perfect ul li {
    background: url("../images/classes-perfect-list.png") no-repeat scroll 0 4px / 20px 20px rgba(0, 0, 0, 0);
    color: #231f20;
    font-family: 'Futura';
    font-size: 21px;
    padding: 0 0 0 30px;
}

.classes-details p, .classes-workshop p {
    color: #231f20;
    font-family: 'Futura';
    font-size: 21px;
    text-align: justify;
}

.classes-box p {
    color: #231f20;
    font-family: 'Futura';
    font-size: 21px;
    margin: 20px 0;
    text-align: justify;
    text-indent: 22px;
}

.classes-box {
    height: auto;
}

.classes-box p a, .classes-box p span {
    color: #84C266;
    font-family: 'Futura';
}

.classes-footer-slider .item {
}

.classes-footer-slider .item img {
    width: 500px;
}

.classes-footer-slider .item img.wtgi {
    height: 140px;
}

.classes-footer-slider .item .text {
    float: left;
    font-family: 'Futura';
    font-size: 22px;
    text-align: justify;
    width: 300px;
}

h1.contact-title {
    margin: 25px 0 20px;
}

.content-contact {
    padding-top: 40px;
    text-align: center;
}

.row-contact {
    background: none repeat scroll 0 0 #4D4D4D;
    margin: 0 auto;
    padding: 30px 0 ;
    width: 92%;
}

.name-phone {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 120px;
    margin-bottom: 35px;
}

.name-phone .name {
    border: 2px dashed #4D4D4D;
    color: #80B566;
    font-family: 'Futura';
    font-size: 41px;
    height: 63px;
    line-height: 70px;
    margin: 0 auto;
    width: 95%;
    text-transform: uppercase;
}

.name-phone .phone {
    color: #4D4D4D;
    font-family: 'Futura';
    font-size: 30px;
    font-weight: bold;
}

.row-contact .map {
    height: 250px;
    overflow: hidden;
}

.content-contact .wrap {
    margin: 0 auto;
    width: 70%;
}

.content-contact .wrap.left {
    margin: 0 0 0 110px;
}

.content-contact .wrap.right {
    margin: 0 0 0 22px;
    color: #fff;
}

.content-contact .address, .content-contact .contact-email {
    color: #FFFFFF;
    font-family: 'Futura';
    font-size: 18px;
    margin: 30px 0 0;
}

.top-height {
    height: 8px;
}

.content-menu .menu-title {
    margin-bottom: 30px;
}

h1.menu-title {
    border-bottom: 1px solid #58595B;
    padding-bottom: 20px;
}

.content-menu {
    padding-top: 40px;
    text-align: center;
}

h1.about-title {
    border-bottom: 1px solid #58595B;
    padding-bottom: 20px;
}

.content-menu .item {
    background: none repeat scroll 0 0 #58595B;
    height: 230px;
    line-height: 230px;
    width: 230px;
}

.content-menu .item > a {
    color: #FFFFFF;
    display: inline-block;
    height: 100%;
    outline: medium none;
    text-align: center;
    width: 100%;
}

.content-menu .item > a img {
    font-family: 'Futura';
    font-size: 40px;
    line-height: normal;
    outline: medium none;
    text-align: left;
    vertical-align: middle;
    width: 60%;
}

.content-menu .item > a:hover {
    text-decoration: none;
}

.content-menu .item.desserts > a {
    background-position: calc(100% - 25px) 33px;
}

.content-menu.container .row {
    margin-bottom: 35px;
}

.content-menu.container .row .item.two {
    background: none repeat scroll 0 0 #DF803C;
    height: 105px;
    line-height: 105px;
}

.content-menu.container .row .item.two:first-child {
    margin-bottom: 20px;
}

.content-menu.container .row .item.two a {
    background-position: calc(100% - 35px) center;
    background-size: 25px 25px;
    font-size: 27px;
    padding-left: 0;
    text-align: center;
}

@media (min-width: 960px) {
    .content-menu.container {
        text-align: center;
    }
}

.content-rolls .rolls-title {
    margin-bottom: 30px;
}

h1.rolls-title {
    border-bottom: 1px solid #58595B;
    padding-bottom: 15px;
}

@media (min-width: 960px) {
    h1.rolls-title {
        margin: 0 0 30px 40px;
        text-align: center;
        width: 60%;
    }
}

.content-rolls {
    margin-top: 40px;
    padding-top: 40px;
    margin-bottom: 40px;
}

.rolls-left-menu {
    list-style: none outside none;
}

.rolls-left-menu li {
    background: none repeat scroll 0 0 #58595B;
    color: #FFFFFF;
    font-family: 'Futura';
    font-size: 23px;
}

.rolls-left-menu li.item {
    height: 55px;
    line-height: 57px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.rolls-left-menu li.item:after {
    border: 1px dashed #FFFFFF;
    content: "";
    height: 80%;
    left: 2%;
    pointer-events: none;
    position: absolute;
    top: 5px;
    width: 96%;
}

.rolls-left-menu li.item.active {
    background: none repeat scroll 0 0 #80AC66;
}

.rolls-left-menu li.item2 {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.rolls-left-menu li.item2:after {
    background: none repeat scroll 0 0 #DF803C;
    content: "";
    height: 100%;
    position: absolute;
    right: -12%;
    top: -46%;
    transform: rotate(46deg);
    width: 20%;
}

.rolls-left-menu li.item2.active {
    background-color: #80AC66;
}

.rolls-left-menu li.item2.active:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.rolls-list-product {
    list-style: none outside none;
    width: 78%;
}

.rolls-list-product > li .title {
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    border-bottom: 1px solid #58595B;
    display: -moz-box;
    font-family: 'Futura';
    font-size: 21px;
    height: 70px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.rolls-list-product > li .title a {
    color: #58595B;
}

.rolls-list-product > li .title a:hover {
    text-decoration: none;
}

.rolls-left-menu li a {
    color: #FFFFFF;
}

.rolls-list-product > li .des {
    color: #231f20;
    font-family: 'Futura';
    font-size: 13px;
    height: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rolls-list-product > li {
    float: left;
    height: 420px;
    margin-bottom: 20px;
    max-width: 210px;
    overflow: hidden;
    padding-left: 0;
    width: 25%;
}

.rolls-list-product > li img {
    width: 100%;
}

.price-cart {
    background: none repeat scroll 0 0 #BABCBE;
    bottom: 0;
    color: #FFFFFF;
    font-family: 'Futura';
    font-size: 17px;
    height: 34px;
    line-height: 30px;
    overflow: hidden;
    padding: 4px 0 4px 4px;
    width: 100%;
}

.price-cart-big {
    height: 47px;
    line-height: 41px;
}

.price-cart .price {
    float: left;
    width: 30%;
}

.price-cart .addToCart {
    float: right;
    height: 100%;
    margin-top: -4px;
    width: 68%;
}

.price-cart .addToCart a {
    background: url("../images/addToCart.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
    display: block;
    font-size: 0;
    height: 40px;
}

.proceed-checkout {
    background: none repeat scroll 0 0 #58595b;
    bottom: 46px;
    height: 347px;
    padding: 5px;
    position: fixed;
    right: 39px;
    width: 190px;
    font-family: 'Futura';
}

.cart-delivery-cost {
    text-align: center;
    line-height: 28px;
    font-family: 'Avenir';
    font-weight: 300;
}

.proceed-checkout .wrap-white {
    height: 100%;
    position: relative;
}

.proceed-checkout ul.qty-items {
    border-bottom: 1px solid #58595B;
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
}

.proceed-checkout ul.qty-items.two {
    border-bottom: medium none;
    width: 100%;
}

.proceed-checkout ul.qty-items li {
    color: #231f20;
    display: inline-block;
    font-family: 'Futura';
    font-size: 18px;
    text-align: center;
    width: 47%;
}

.cart-list-product-remove a {
    color: #231f20;
}

.proceed-checkout ul.qty-items li.qty {
    width: 22%;
}

.proceed-checkout ul.qty-items li.items {
    width: 56%;
}

.proceed-checkout .white {
    background: none repeat scroll 0 0 #FFFFFF;
    content: "";
    height: 87%;
    padding: 3px;
}

.proceed-checkout-container {
    border: 1px dashed #58595B;
    height: 90%;
    padding: 3px;
}

.content-rolls-month.container {
    margin-top: 40px;
    padding-top: 40px;
}

.content-rolls-month .row.product {
    margin-top: 20px;
}

.content-rolls-month.container .main-image img {
    width: 100%;
}

.main-image {
    text-align: center;
}

.rolls-product-content {
    height: 50%;
}

.rolls-product-container {
    position: relative;
}

.roll-month-product img.left {
    float: left;
    width: 40%;
}

.roll-month-product .detail {
    float: left;
    min-height: 154px;
    position: relative;
    width: 60%;
}

.roll-month-product .title {
    background-color: #58595B;
    color: #FFFFFF;
    font-family: 'Futura';
    font-size: 30px;
    text-align: center;
}

.roll-month-product .des {
    color: #231f20;
    font-family: 'Futura';
    font-size: 13px;
    font-style: italic;
}

.content-rolls-month .proceed-checkout {
    height: 340px;
}

.content-combo.container {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    position: relative;
}

h1.combo-title {
    border-bottom: 1px solid #58595B;
    margin-left: 29px;
    margin-top: 0;
    padding-bottom: 20px;
    text-align: center;
    width: 60%;
}

h1.combo-title img {
    width: 300px;
}

.list-combo {
    list-style: none outside none;
    min-height: 685px;
    width: 70%;
    float: left;
    margin-bottom: 20px;
}

.list-combo li {
    height: 275px;
    margin-bottom: 39px;
    margin-right: 10px;
    padding: 0;
    width: 47%;
    float: left;
}

.list-combo li .up {
    background: none repeat scroll 0 0 #58595B;
    color: #FFFFFF;
    font-family: 'Futura';
    font-size: 60px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100%;
}

.list-combo li .down {
    background-color: #BABCBE;
    color: #231f20;
    font-family: 'Futura';
    font-size: 20px;
    height: 147px;
    padding-top: 15%;
    text-align: center;
    width: 100%;
}

.list-combo li .down span {
}

.list-combo li .price-cart {
    margin-top: 10px;
    position: relative;
}

.combo-checkout {
    bottom: 70px;
    height: 356px;
    position: absolute;
    right: 0;
    width: 212px;
}

.content-catering {
    margin-bottom: 40px;
    margin-top: 80px;
    padding-top: 40px;
}

.catering-title-container {
    font-family: 'Futura';
}

.catering-item {
    cursor: pointer;
}

.catering-item-image {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.catering-item-image img {
    width: 80%;
}

.catering-item-name {
    background: none repeat scroll 0 0 #58595B;
    color: #FFFFFF;
    font-family: 'Futura';
    font-size: 16pt;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 0 auto 10px;
    padding-bottom: 2px;
    padding-top: 5px;
    text-align: center;
    width: 80%;
}

.catering-item-content {
    font-family: 'Futura';
    margin: 0 auto;
    text-align: justify;
    width: 80%;
}

.catering-clickhere {
    width: 30%;
}

.catering-line {
    margin-bottom: 10px;
    text-align: center;
}

.catering-line img {
    width: 155px;
}

.catering-list-container {
    margin-bottom: 30px;
}


.catering-slider-control {
    cursor: pointer;
}

.catering-slider-control img {
    width: 25px;
}

.catering-slider-container {
    width: 1100px;
}

.content-vegfact {
    margin-bottom: 60px;
    margin-top: 80px;
    padding-top: 40px;
}

.vegfact-help {
    cursor: pointer;
    height: 28px;
    opacity: 1;
    position: absolute;
    width: 20px;
}

.vegfact-slider-container {
    margin-bottom: 15px;
}

.vegfact-title-item {
    background: none repeat scroll 0 0 #4D4D4D;
    color: #FFFFFF;
    font-family: 'Futura';
    margin: 0 auto;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 50%;
}

.vegfact-title-h3 {
    border: 1px dashed #FFFFFF;
    height: 100%;
    margin: 0;
}

.vegfact-title-item h3 {
    font-size: 40px;
    line-height: 40px;
    margin: 6px 0 0;
}

#vegfact-help-position-1 {
    left: 100px;
    top: 80px;
}

#vegfact-help-position-2 {
    left: 410px;
    top: 280px;
}

#vegfact-help-position-3 {
    left: 280px;
    top: 220px;
}

#vegfact-help-position-4 {
    left: 510px;
    top: 200px;
}

#vegfact-help-position-5 {
    left: 680px;
    top: 180px;
}

#vegfact-help-position-6 {
    left: 420px;
    top: 540px;
}

#vegfact-help-position-7 {
    left: 600px;
    top: 350px;
}

#vegfact-help-position-8 {
    left: 700px;
    top: 490px;
}

#vegfact-help-position-9 {
    left: 400px;
    top: 400px;
}

#vegfact-help-position-10 {
    left: 350px;
    top: 180px;
}

#vegfact-help-position-11 {
    left: 145px;
    top: 280px;
}

#vegfact-help-position-12 {
    left: 380px;
    top: 230px;
}

#vegfact-help-position-13 {
    left: 780px;
    top: 390px;
}

#vegfact-help-position-14 {
    left: 480px;
    top: 520px;
}

#vegfact-help-position-15 {
    left: 145px;
    top: 280px;
}

#vegfact-help-position-16 {
    left: 248px;
    top: 284px;
}

#vegfact-help-position-17 {
    left: 356px;
    top: 300px;
}

#vegfact-help-position-18 {
    left: 650px;
    top: 370px;
}

#vegfact-help-position-19 {
    left: 786px;
    top: 222px;
}

#vegfact-help-position-20 {
    left: 523px;
    top: 460px;
}

#vegfact-help-position-21 {
    left: 380px;
    top: 580px;
}

#vegfact-help-position-22 {
    left: 453px;
    top: 371px;
}

#vegfact-help-position-23 {
    left: 455px;
    top: 190px;
}

#vegfact-help-position-24 {
    left: 146px;
    top: 152px;
}

#vegfact-help-position-25 {
    left: 374px;
    top: 536px;
}

#vegfact-help-position-26 {
    left: 428px;
    top: 310px;
}

#vegfact-help-position-27 {
    left: 428px;
    top: 310px;
}

#vegfact-help-position-28 {
    left: 830px;
    top: 410px;
}

#vegfact-help-position-29 {
    left: 173px;
    top: 369px;
}

#vegfact-help-position-30 {
    left: 317px;
    top: 83px;
}

#vegfact-help-position-31 {
    left: 458px;
    top: 359px;
}

#vegfact-help-position-32 {
    left: 538px;
    top: 461px;
}

#vegfact-help-position-33 {
    left: 264px;
    top: 455px;
}

#vegfact-help-position-34 {
    left: 203px;
    top: 551px;
}

#vegfact-help-position-35 {
    left: 411px;
    top: 533px;
}

#vegfact-help-position-36 {
    left: 474px;
    top: 328px;
}

#vegfact-help-position-37 {
    left: 571px;
    top: 108px;
}

#vegfact-help-position-38 {
    left: 636px;
    top: 419px;
}

#vegfact-help-position-39 {
    left: 730px;
    top: 570px;
}

.vegfact-slider-container img {
    max-height: 672px;
    width: 100%;
}

.vegfact-slider-control {
    cursor: pointer;
    height: 672px;
}

.vegfact-slider-control img {
    height: 100%;
    width: 100%;
}

.tooltip-inner {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #231f20;
    font-family: 'Futura';
    font-size: 15px;
    text-align: left;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #FFFFFF;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #FFFFFF;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #FFFFFF;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #FFFFFF;
}

.vegfact-tooltip-title {
    border-bottom: 1px solid #000000;
    display: block;
    text-transform: uppercase;
    width: 100%;
}

.content-press {
    background: none repeat scroll 0 0 #4D4D4D;
    margin-top: 65px;
    max-width: 1050px;
    padding-bottom: 40px;
    padding-top: 40px;
}

.feature {
    margin: 20px auto;
    width: 50%;
}

.feature img {
    width: 100%;
}

.content-press .left ol {
    background: none repeat scroll 0 0 #FFFFFF;
    list-style: none outside none;
    margin: 25px auto 0;
    padding: 20px 0 5px;
    width: 85%;
}

.content-press .left ol li {
    margin: 0 auto 40px;
    width: 60%;
}

.content-press .left ol li a img {
    width: 100%;
}

.press-logo {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #FFFFFF;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 3px medium 3px 3px;
    height: 871px;
    margin-top: 14px;
}

.content-press h1.title {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 78px;
    line-height: 60px;
    margin-bottom: 0;
    margin-top: 14px;
    text-align: center;
    width: 40%;
}

.content-press h1.title img {
    width: 50%;
}

.content-press .right-wrap {
    padding-left: 0;
}

.content-press .right-wrap .right {
    border-color: #FFFFFF;
    border-style: solid solid solid none;
    border-width: 3px 3px 3px 0;
    height: 793px;
    padding-right: 20px;
}

.content-press .left-wrap {
    padding-right: 0;
}

.press-btn {
    background: none repeat scroll 0 0 #84C266;
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    height: 34px;
    line-height: 22px;
    margin: 19px auto 21px;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 85%;
}

.press-btn a {
    border: 1px dashed #FFFFFF;
    color: #FFFFFF;
    display: block;
    height: 100%;
    text-decoration: none;
    width: 100%;
}

.content-press .carousel {
    position: relative;
}

.content-press .carousel-inner {
    border-top: 1px dashed #FFFFFF;
    height: 693px;
    margin-top: 20px;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
    width: 100%;
}

.content-press .item img {
    height: 100% !important;
    margin: 0 auto;
}

.content-press .carousel-inner > .item {
    display: none;
    height: 100%;
    position: relative;
    transition: left 0.6s ease-in-out 0s;
}

.content-press .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    line-height: 1;
    max-width: 100%;
}

.content-press .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.content-press .carousel-inner > .active {
    left: 0;
}

.content-press .carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.content-press .carousel-inner > .next {
    left: 100%;
}

.content-press .carousel-inner > .prev {
    left: -100%;
}

.content-press .carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}

.content-press .carousel-inner > .active.left {
    left: -100%;
}

.content-press .carousel-inner > .active.right {
    left: 100%;
}

.content-press .carousel-indicators {
}

.content-press .carousel-indicators .active {
    left: 0;
}

.content-press .carousel .active.left {
    left: -100%;
}

.content-press .carousel .active.right {
    left: 100%;
}

.content-press .right .press-btn {
    margin: 20px 0 0;
    width: 100%;
}

.content-press .carousel-indicators {
    left: 0;
    position: relative;
}

.content-press .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    height: auto;
    text-indent: 0;
}

.content-press .carousel-indicators .active {
    height: auto;
}

.content-press .content-press .right .press-btn {
    margin: 42px 0 0;
    width: 100%;
}

.content-faq.container {
    max-width: 1050px;
    padding-top: 40px;
    text-align: center;
    margin-bottom: 80px;
}

.content-faq.container h1.faq-title {
    border-bottom: 1px solid #58595B;
    margin: 25px 0;
    padding: 0 0 20px;
}

.content-faq.container .nav-tabs > li.active > a, .content-faq.container .nav-tabs > li.active > a:hover, .content-faq.container .nav-tabs > li.active > a:focus {
    background-color: rgba(0, 0, 0, 0);
    border: 1px dashed #FFFFFF;
    outline: medium none;
}

.content-faq.container .nav-tabs > li > a {
    border: 1px dashed #FFFFFF;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Futura';
    font-size: 25px;
    line-height: 25px;
    padding: 5px 0;
    text-transform: uppercase;
}

.content-faq.container .nav-tabs {
    border-bottom: medium none;
}

.content-faq.container .nav-tabs > li {
    background: none repeat scroll 0 0 #58595B;
    margin-right: 1%;
    padding: 5px;
    width: 32.5%;
}

.content-faq.container .nav-tabs > li:last-child {
    margin-right: 0;
}

.content-faq.container .nav-tabs > li.active {
    background: none repeat scroll 0 0 #84C266;
}

.content-faq.container .tab-content {
    background: none repeat scroll 0 0 #58595B;
    margin: 20px 0 0;
    padding: 15px;
    text-align: left;
}

.content-faq.container .tab-content .q, .content-faq.container .tab-content .a {
    color: #F5833C;
    font-family: 'Futura';
    font-size: 20px;
    font-weight: bold;
}

.content-faq.container .tab-content .a {
    color: #FFFFFF;
}

.content-faq.container .tab-content .a a {
    color: #F5833C;
}

.content-faq.container .nav-tabs > li > a:hover {
    background-color: rgba(0, 0, 0, 0);
}

#order-online-icon, #apple-store-icon, #google-play-icon {
    position: absolute;
    right: -49px;
    width: 100px;
}

#order-online-icon {
    top: 65px;
}

#apple-store-icon {
    top: 190px;
}

#google-play-icon {
    top: 230px;
}

#gift-card-icon {
    position: absolute;
    right: -50px;
    top: -135px;
    width: 100px;
}

#logo-beyond {
    left: -52px;
    position: absolute;
    top: -65px;
    width: 50px;
}


.content-terms.container, .content-privacy.container {
    max-width: 1050px;
    padding-top: 40px;
    text-align: center;
}

.terms-title, .privacy-title {
    border-bottom: 1px solid #58595B;
    margin: 40px 0 20px;
    padding: 0 0 16px;
}

.content-terms.container .row-terms, .content-privacy.container .row-privacy {
    font-family: 'Futura';
    font-size: 21px;
    text-align: left;
}

.content-terms.container .row-terms a, .content-privacy.container .row-privacy a {
    color: #84C266;
}

.content-terms.container .row-terms p, .content-privacy.container .row-privacy p {
    margin: 0 0 30px;
}

.success .row-terms .columns .page-title h1 {
    font-size: 50px;
    text-transform: uppercase;
    padding: 0;
}

.success {
    margin-top: 350px;
}

.catering-getaquote-container {
    font-family: 'Futura';
    text-align: left;
}

.catering-getaquote-container label {
    font-weight: normal;
    font-family: "Avenir"
}

.catering-getaquote-container input[type="text"] {
    background: none repeat scroll 0 0 #4D4D4D;
    border-radius: 0;
    color: #FFFFFF;
    height: 25px;
}

.catering-getaquote-container textarea {
    background: none repeat scroll 0 0 #4D4D4D;
    border-radius: 0;
    color: #FFFFFF;
}

.catering-getaquote-container button {
    border-color: #FFFFFF;
    padding: 0;
}

.catering-getaquote-container .form-group {
    margin-bottom: 5px;
}

.catering-option {
    padding-left: 40px;
}

.catering-getaquote-option {
    display: none;
}

.content-email-us.container {
    max-width: 1050px;
    padding-top: 40px;
}

.content-email-us.container h1.email-us-title {
    border-bottom: 1px solid #58595B;
    margin: 40px 0 20px;
    padding: 0 0 16px;
    text-align: center;
}

.content-email-us.container form {
    float: left;
    position: relative;
}

.content-email-us.container form .right {
    position: static;
}

.content-email-us.container form label {
    color: #000000;
    display: block;
    font-family: 'Futura';
    font-size: 21px;
    font-weight: normal;
}

.content-email-us.container form label span {
    font-family: 'Futura';
    font-weight: normal;
}

.content-email-us.container form input[type="text"], .content-email-us.container form textarea {
    background: none repeat scroll 0 0 #58595B;
    border: medium none;
    color: #FFFFFF;
    font-family: 'Futura';
    font-size: 20px;
    height: 35px;
    width: 100%;
}

.content-email-us.container form textarea {
    height: 150px;
}

.content-email-us.container form h3.title {
    background: url("../images/wed-love-line.png") no-repeat scroll left bottom / 100% auto rgba(0, 0, 0, 0);
    color: #84C266;
    font-family: 'Futura';
    font-size: 40px;
    margin-top: -8px;
    padding-bottom: 20px;
    width: 95%;
}

.content-email-us.container form p.text {
    color: #000000;
    font-family: 'Futura';
    font-size: 21px;
    margin: 0 auto;
    width: 95%;
}

.content-email-us.container form .submit {
    background: url("../images/email-us-submit.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    display: block;
    font-size: 0;
    width: 100px;
}

.content-email-us.container form .submit {
    background: url("../images/email-us-submit.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
    border: medium none;
    bottom: 50px;
    display: block;
    font-size: 0;
    height: 44px;
    position: absolute;
    right: 0;
    width: 120px;
}

.content-email-us.container form .line {
    margin: 10px 0 40px;
    padding: 0 50px 0 0;
    text-align: right;
}

.content-email-us.container form .line img {
    width: 200px;
}

.light-box-content.promotion {
    width: 600px;
}

.rolls-list-product > li:last-child, .combo-checkout, .proceed-checkout {
}

@media (max-width: 640px) {
    .rolls-list-product > li, .list-combo li {
        height: auto;
        max-width: none;
        width: 100% !important;
    }

    .rolls-left-menu {
        padding: 0;
    }

    h1.combo-title {
        margin-left: 0;
        width: 100%;
    }

    h1.combo-title img {
        width: 200px;
    }

    .list-combo {
        width: 100%;
    }

    .light-box-content.light-box-addtocart {
        width: 100% !important;
        position: fixed;
        top: 50%!important;
        transform: translate(0,-50%);
    }

    .price-cart .addToCart a {
        background-size: 100% 100%;
    }

    .rolls-title.main-title {
        text-align: center;
    }

    .rolls-title.main-title .bull {
        display: none !important;
    }

    .promotion img {
        width: 200px;
    }

    .light-box-content.promotion {
        width: 300px;
    }
    #landing-page-main-container {
        top: 17%;
    }

    #order-online-icon {
        right: 0;
        top: 65px;
        width: 30px;
    }

    #apple-store-icon {
        right: 0;
        top: 105px;
        width: 30px;
    }

    #google-play-icon {
        right: 0;
        top: 120px;
        width: 30px;
    }

    #gift-card-icon {
        bottom: 15px;
        position: fixed;
        right: 0;
        top: auto;
        width: 30px;
    }

    #logo-beyond {
        bottom: 15px;
        left: 0;
        position: fixed;
        top: auto;
        width: 30px;
    }

    .content-menu .item {
        margin-bottom: 10px;
        overflow: hidden;
        width: 100%;
    }

    .catering-getaquote-icon-container {
        text-align: center !important;
    }

    .catering-item-content {
        font-size: 13px;
    }

    .catering-item {
        margin-bottom: 10px;
    }

    .catering-slider-control {
        z-index: 999;
    }
    .catering-control-right{
        margin-right: 15px;
    }
    .catering-control-left{
        margin-left: 15px;
    }

    .catering-slider-container {
        width: 300px;
    }

    .catering-item1-slier img {
        height: auto !important;
    }

    .content-contact .wrap {
        margin: 0 !important;
        width: 100%;
    }

    .content-contact .address {
        font-size: 13px;
    }

    .name-phone .name {
        font-size: 33px;
    }

    .vegfact-slider-control {
        display: none;
    }

    .vegfact-help {
        display: none;
    }

    .vegfact-title-item {
        width: 100%;
    }

    .light-box-content.catering-getaquote {
        display: block;
        left: 3px;
        top: 15px;
    }

    .press-logo {
        display: none;
    }

    .content-press h1.title {
        height: 61px;
    }

    .content-press .right-wrap .right {
        border: medium none;
    }

    .content-press .item img {
        height: auto !important;
    }

    .content-press .right-wrap {
        padding-left: 15px;
    }

    .content-press .carousel-inner {
        height: auto;
    }

    .content-faq.container .nav-tabs > li > a {
        font-size: 10px;
    }

    .content-email-us.container form .submit {
        bottom: 140px;
        left: 15px;
    }

    .footer-menu {
        float: left;
        font-size: 12px;
        margin-right: 10px;
        width: 45%;
    }

    .footer-social-icon {
        float: left;
    }
}

.rolls-title.main-title {
    color: #84C266;
    font-family: 'Futura';
    font-size: 50px;
    position: relative;
}

.rolls-title.main-title .title {
}

.rolls-title.main-title .bull {
    background: url("../images/bull.png") no-repeat scroll 0 0 / 75% auto rgba(0, 0, 0, 0);
    display: inline-block;
    height: 20px;
    margin: 5px 25px;
    width: 20px;
}

.light-box-content.light-box-addtocart {
    padding: 0;
    width: 50%;
}

.light-box-content.light-box-addtocart .title {
    background: #000;
    color: #FFFFFF;
    font-family: 'Futura';
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 10px 12px;
    font-weight: 600;
}

.light-box-content.light-box-addtocart .light-box-close {
    right: 2px;
    top: 12px;
    font-size: 28px;
    border: 2px solid;
}

.light-box-content.light-box-addtocart .light-box-close:hover,
.md-modal-header .close:hover,
.tool-tip .btn-close a:hover,
.close-minicart:hover,
.product-header .close:hover,
.btn-remove:hover {
    color: #f5823b;
    border-color: #f5823b;
}

.light-box-content.light-box-addtocart .content {
    color: #4D4D4D;
    font-family: 'Futura';
}

.content-checkout {
    padding-top: 40px;
    padding-bottom: 100px;
}

.content-checkout .top {
    margin-top: 40px;
}

.content-checkout .top .columns {
    background: url("../images/step_line.png") no-repeat scroll left bottom / 100% auto rgba(0, 0, 0, 0);
    padding: 0 0 20px;
}

.content-checkout a.back-to-order {
    background: none repeat scroll 0 0 #C7C8CA;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Futura';
    font-size: 28px;
    padding: 0 13px;
    text-decoration: none;
}

.content-checkout span.checkout {
    background: none repeat scroll 0 0 #4d4d4d;
    color: #fff;
    display: inline-block;
    font-family: 'Futura';
    font-size: 28px;
    margin: 0 0 0 -4px;
    padding: 0 13px;
}

.content-checkout .cart-price .price {
    float: left;
}

.content-checkout .row.content .columns {
    padding: 0;
}

.content-checkout .step {
    background: url("../images/step_line.png") no-repeat scroll left 45px / 100% auto rgba(0, 0, 0, 0);
    margin: 0;
    padding: 10px 0;
}

.content-checkout .step.active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.content-checkout .step.active .title span.number {
    background: none repeat scroll 0 0 #84C266;
}

.content-checkout .step.active .title span.text {
    background: none repeat scroll 0 0 #4D4D4D;
    color: #84C266;
    height: 38px;
    line-height: 38px;
}

.content-checkout .step .title span.number {
    background: none repeat scroll 0 0 #4D4D4D;
    border-radius: 50%;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Futura';
    font-size: 18px;
    height: 22px;
    line-height: 22px;
    margin: 0;
    text-align: center;
    width: 22px;
}

.content-checkout .step .title span.text {
    color: #4D4D4D;
    display: inline-block;
    font-family: 'Futura';
    font-size: 20px;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    width: 95.6%;
}

.content-checkout .checkout-form {
    background: none repeat scroll 0 0 #C7C8CA;
    color: #4D4D4D;
    font-family: 'Futura';
    font-size: 20px;
}

.content-checkout .checkout-form div.title {
    border-bottom: 1px dashed #4D4D4D;
    display: block;
    font-family: 'Futura';
    font-size: 22px;
    text-transform: uppercase;
}

.content-checkout .checkout-form .columns {
    padding: 0;
}

.content-checkout .row.checkout-form {
    margin: 12px 0 0;
    padding: 14px;
}

.content-checkout .row.checkout-form input[type="radio"] {
    margin: 0 10px 0 20px;
}

.content-checkout .row.checkout-form label {
    font-weight: normal;
}

.content-checkout .row.checkout-form input.inputtext {
    background: inherit;
    border: 1px solid #4D4D4D;
    height: 37px;
    padding-left: 3px;
    width: 100%;
}

.content-checkout .row.checkout-form p.last {
    text-align: right;
}

.content-checkout .row.checkout-form p.last .lost {
    color: #4D4D4D;
    font-size: 16px;
    text-decoration: underline;
}

.content-checkout .row.checkout-form p.last .btn-continue {
    background: url("../images/checkout-continue-btn.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 25px;
    width: 130px;
}

.content-checkout .row.checkout-form p.last .btn-login {
    background: url("../images/checkout-login-btn.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 24px;
    margin: 0 0 0 6px;
    width: 90px;
}

.content-checkout .row.checkout-form ul {
    margin: -12px 0 0;
    list-style: none;
    padding: 0;
}

.content-checkout .row.checkout-form .last-right {
    margin: 32px 0 0;
}

.content-checkout ul.checkout-progress {
    list-style: none outside none;
    margin-top: 10px;
    padding: 0 0 0 15px;
}

.content-checkout ul.checkout-progress li {
    border: 1px dashed #4D4D4D;
    color: #4D4D4D;
    font-family: 'Futura';
    font-size: 24px;
    margin: 0 0 12px;
    padding: 0;
    text-align: center;
}

.content-checkout ul.checkout-progress li.active {
    background: none repeat scroll 0 0 #4D4D4D;
    border: medium none;
    color: #84C266;
}

.content-checkout fieldset {
    min-height: 605px;
    position: relative;
}

.content-checkout button, .checkout-cart-index .login-trigger {
    background: #231f20;
    border: none;
    color: white;
    font-size:16px;
    padding: 8px 10px 5px;
    font-weight:600;
    text-transform: uppercase;
    font-family: 'Futura';
    outline: none;
    margin-left: 20px;
}

.content-checkout button:hover, .checkout-cart-index .login-trigger:hover {
    background-color: #f5823b;
}

.content-checkout .btn-continue, .content-checkout .btn-update {
    position: relative;
}

.content-checkout .btn-update {
    margin-right: 20px;
}

.content-checkout .btn-continue:before, .content-checkout .btn-update:after {
    content: "";
    position: absolute;
    color: #000;
    width: 2px;
    background-color: #000;
    height: 30px;
    top: 0;
}

.content-checkout .checkout-progress-button {
    padding: 10px 20px;
}

.content-checkout .btn-continue:before {
    left: -20px;
}

.content-checkout .btn-update:after {
    right: -25px;
}

.checkout-title a.back-to-order {
    background: none repeat scroll 0 0 #C7C8CA;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Futura';
    font-size: 28px;
    padding: 0 13px;
    text-decoration: none;
}

.checkout-title span.checkout {
    background: none repeat scroll 0 0 #4d4d4d;
    color: #fff;
    display: inline-block;
    font-family: 'Futura';
    font-size: 28px;
    margin: 0 0 0 -4px;
    padding: 0 13px;
}

.checkout-title {
    background: url(../images/step_line.png) no-repeat left bottom;
    background-size: 100%;
    padding: 0 0 20px;
}

.checkout-form .fields, .checkout-form .field, .checkout-form .wide {
    margin-bottom: 10px;
}

.checkout-form .fields, .checkout-form .field, .checkout-form .wide {
    margin-bottom: 10px;
}

#co-billing-form input[type="text"], #co-shipping-form input[type="text"] {
    margin-bottom: 10px;
    width: 100%;
}

input[type="text"], #co-shipping-form input[type="text"] {
    margin-bottom: 10px;
    width: 100%;
}

.content-giftcard {
    padding-top: 80px;
}

h1.gift-card {
    margin: 0 auto;
}

.content-giftcard .row.image, .content-giftcard .row.form {
    margin-top: 20px;
}

.content-giftcard .circle {
    background: none repeat scroll 0 0 #F5833C;
    border-radius: 50%;
    height: 350px;
    margin: 50px 0 0;
    padding: 10px;
    width: 350px;
}

.content-giftcard .circle-2 {
    border: 1px dashed #FFFFFF;
    border-radius: 50%;
    color: #FFFFFF;
    font-family: 'Futura';
    font-size: 38px;
    height: 100%;
    padding: 50px 0 0;
    text-align: center;
    width: 100%;
}

.content-giftcard .circle-2 span {
    line-height: normal;
}

.content-giftcard .row.form .title {
    background: none repeat scroll 0 0 #80AC66;
    color: #FFFFFF;
    font-family: 'Futura';
    font-size: 22px;
    text-align: center;
}

.content-giftcard .row.form {
    color: #000000;
    font-family: 'Futura';
    font-size: 18px;
    margin-bottom: 40px;
}

.content-giftcard .row.form label {
    font-weight: normal;
}

.content-giftcard .row.form .l-radio {
    margin: 5px 0 10px;
    text-align: center;
}

.content-giftcard .row.form .l-radio input {
    margin: 0 6px 0 0;
}

.content-giftcard .row.form .l-radio label {
    margin: 0 50px 0 0;
}

.content-giftcard .row.form .ft label {
    font-family: 'Futura';
    font-size: 20px;
    width: 15%;
}

.content-giftcard .row.form .ft input {
    background: none repeat scroll 0 0 #D1D3D4;
    border: medium none;
    width: 84%;
}

.content-giftcard .row.form .compose {
    background: none repeat scroll 0 0 #D1D3D4;
    border: medium none;
    height: 150px;
    margin: 15px 0 0;
    width: 100%;
}

.content-giftcard .row.form .receive-radio {
    margin-top: 5px;
    text-align: center;
}

.content-giftcard .row.form .receive-radio input {
    margin: 0 10px 0 0;
}

.content-giftcard .row.form .receive-radio label {
    margin: 0 65px 0 0;
}

.content-giftcard .row.image img.card {
    width: 100%;
}

.content-giftcard .row.form .columns.two {
    height: 370px;
    position: relative;
}

.content-giftcard .row.form .last {
    top: 320px;
    left: 0;
    position: absolute;
    right: 0;
}

.content-giftcard .row.form .last ul {
    float: left;
    list-style: none outside none;
    padding: 0;
    width: 100%;
}

.content-giftcard .row.form .last ul li {
    float: left;
    margin: 0 10px 0 0;
}

.content-giftcard .row.form .last ul li.checkout {
    float: right;
}

.content-giftcard .row.form .last ul li.checkout img {
    width: 200px;
}

.content-giftcard .row.form .last ul li img {
    width: 50px;
}

.content-giftcard .row.form .last ul li a {
    color: #58595B;
    font-family: 'Futura';
    font-size: 14px;
    padding: 0 0 0 0px;
    text-decoration: none;
}

.content-giftcard .row.form .receive-mail label {
    color: #4D4D4D;
    font-family: 'Futura';
    font-size: 18px;
    width: 32%;
}

.content-giftcard .row.form .receive-mail input {
    background: none repeat scroll 0 0 #D1D3D4;
    border: medium none;
    width: 67%;
}

.content-giftcard .row.form .receive-store ul {
    list-style: none outside none;
    margin: 10px auto 0;
    padding: 0;
    width: 50%;
}

.content-giftcard .row.form .receive-store ul li input[type="radio"] {
    margin: 0 10px 0 0;
}

#recaptcha_area, #recaptcha_table {
    line-height: 0 !important;
}

#recaptcha_area a, #recaptcha_table a {
    color: #FFFFFF;
}

#recaptcha_area input, #recaptcha_table input {
    height: 24px;
}

.cart-list-product-item {
    display: inline-block;
    font-family: 'Futura';
    font-size: 11px;
    text-transform: uppercase;
    width: 100%;
}

.cart-list-product-item-qty {
    float: left;
    text-align: center;
    width: 17%;
}

.cart-list-product-item-name {
    float: left;
    font-size: 10px;
    margin-right: 4%;
    text-align: right;
    width: 66%;
}

.cart-list-product {
    margin-top: 5px;
}

.product-option-form {
    padding: 10px 20px 30px;
    font-size: 24px;
    text-align: left;
}

.product-option-name {
    font-size: 20px;
}

.product-option-title {
    background: #000;
    width: 100%;
    color: white;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    float: left;
    margin-top: 10px;
    font-size: 18px;
}

.product-option-row {
    width: 100%;
    float: left;
}

.product-option-row span {
    margin-left: 10px;
    float: left;
    font-family: 'Avenir';
    font-weight: 300;
    font-size: 16px;
}

.product-option-row input {
    float: left;
    margin-top: 4px;
}

.product-option-row textarea {
    background: #626366;
    border-radius: 0;
    color: white;
    float: left;
    margin-bottom: 10px;
    height: 100px;
}

.product-option-name span {
    float: left;
    width: 50%;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Futura';
}

.product-option-name span.name {
    font-weight: 600;
}

.product-option-quantity {
    text-align: right;
    text-transform: capitalize !important;
}

.product-option-name input {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    text-align: center;
}

.submit-form-add-to-cart {
    background: none;
    border: none;
}

.product-option-button {
    text-align: center;
    width: 100%;
    display: inline-block;
}

.product-option-button [type="submit"] {
    background-color: #000;
    outline: none;
    padding: 5px 30px 2px;
    font-size: 20px;
}

.product-option-button [type="submit"]:hover {
    background-color: #f5823b;
}

.checkout-progress dd, .checkout-progress dt {
    display: block;
}

#shopping-cart-table th {
    text-align: left;
    font-family: 'Avenir';
    font-weight: 600;

}

#shopping-cart-table tbody {
    background-color: transparent !important;
}

#shopping-cart-table td {
    text-align: left;
    vertical-align: middle;
    border-top:none;
    position: relative;
}

#shopping-cart-table td a img {
    margin-bottom: 5px;
    margin-left: 20px;
}

#shopping-cart-table tfoot td {
    text-align: left;
}

#shopping-cart-table thead tr {
    text-transform: uppercase;
    font-family: 'Avenir';
    font-weight: 400;
}

#shopping-cart-totals-table {
    margin-bottom: 0px;
    font-family: 'Avenir';
    font-weight: lighter;
}

#shopping-cart-totals-table tbody td, #shopping-cart-totals-table tfoot td {
    border-top: 0;
    text-align: left;
    vertical-align: middle;
    font-family: 'Avenir';
    font-weight: lighter;
    font-size: 18px;
}

#shopping-cart-totals-table tbody tr {
    border-top: 1px solid #6d6e70;
}

#shopping-cart-totals-table tbody tr:first-child {
    border-top: 0;
}

#shopping-cart-totals-table tfoot td {
    border-bottom: 0;
}

#shopping-cart-totals-table tfoot {
    border-top: 0 !important;
}

#shopping-cart-totals-table strong {
    font-size: 18px;
}

.product-name a {
    color: black;
    font-family: 'Avenir';
    font-weight: 300;
}

.product-name a:hover {
    text-decoration: none;
}

.validation-advice {
    color: red;
    font-size: 13px;
}

/* Global Messages  */
.messages,
.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.messages {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.messages li {
    margin: 0 0 10px !important;
}

.messages li li {
    margin: 0 !important;
    line-height: 24px;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 8px 16px;
    font-size: 12px !important; /*font-weight:bold !important;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.error-msg {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}

.success-msg {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
    padding: 0;
}

.note-msg {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD;
}

.notice-msg {
    background-color: #FCF8E3;
    border-color: #FBEED5;
    color: #C09853;
}

.shipping-method-item button, .shipping-method-button-progress button {
    background: #231f20;
    border: none;
    color: white;
}

.shipping-method-item-label {
    float: left;
    width: 70%;
    padding-right: 3%;
}

.shipping-method-item-action {
    float: right;
    width: 25%;
    text-align: right;
}

.shipping-method-item {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.shipping-method-item-label input {
    float: left;
    width: 10%;
}

.shipping-method-item-label span {
    float: left;
    width: 90%;
}

#checkout-payment-method-load dt.active span {
    background: #39b9c6 !important;
}

.v-fix {
    margin-right: 10px;
}

.content-opc {
    padding-bottom: 50px;
}

span.no-display {
    display: none !important;
}

.new-card {
    position: relative;
}

.card-discard {
    position: absolute;
    width: 12px !important;
    left: 43px;
    top: -5px;
}

.indicator-number {
    position: absolute;
    display: block;
    left: 16px;
    top: 3px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    width: 18px;
    text-align: center;
    font-size: 12px;
}

.add-card-img {
    margin-right: 5px;
}

.card-image {
    margin-bottom: 5px;
}

/*cart in category page */
.proceed-checkout .proceed-checkout-container .cart-list-product {
    max-height: 215px;
    overflow: auto;
}

.rolls-left-menu li.item.monthly-special {
    height: 110px;
    line-height: 110px;
}

.rolls-left-menu li.item.monthly-special:after {
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    left: auto;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #ff9933 transparent transparent;
}

.rolls-left-menu li.item.monthly-special.active:after {
    border: none;
}

.rolls-title.monthly-title {
    margin: auto;
    font-size: 33px;
}

.content-rolls .monthly-content .roll-month-product h3.title {
    font-family: 'Ostrich Sans';
}

.content-rolls .monthly-content .roll-month-product .detail .des {
    height: 140px;
    overflow: auto;
    line-height: 16px;
}

.content-rolls .monthly-content .roll-month-product .detail .des p {
    font-style: normal;
    font-family: 'Futura';
    font-size: 12px;
}

.content-rolls .monthly-content .roll-month-product .price-cart .addToCart a {
    background: url("../images/addToCart.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
}

.rolls-title.main-title .bull.monthly-bull {
    height: 15px;
}

@media (min-width: 900px) and (max-width: 1000px) {
    .rolls-list-product > li {
        height: 450px;
    }
}

@media (min-width: 1110px) {
    .rolls-list-product > li {
        height: 480px;
    }
}

@media (max-width: 1200px) {
    #footer-menu .navbar-nav > li > a {
        font-size: 16px;
    }
    footer nav ul.nav > li{
        padding: 0;
    }
}

.checkout-cart-index .md-perspective body {
    background: #222;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px
}

.checkout-cart-index .md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 305px;
    min-width: 305px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.checkout-cart-index .md-show {
    visibility: visible
}

.checkout-cart-index .md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s;
    transition: all .3s
}

.checkout-cart-index .md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible
}

.checkout-cart-index .md-content {
    color: #000;
    background: #fff;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
    width: 395px;
}

.checkout-cart-index .md-content-wrapper {
    padding: 0 20px 20px;
}

.checkout-cart-index .md-content h3 {
    text-align: center;
    font-size: 2.4em;
    font-weight: 300;
    opacity: 0.8;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px 3px 0 0;
    margin: 0;
    padding: .4em;
}

.checkout-cart-index .md-effect-7 {
    top: 10%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.checkout-cart-index .md-effect-7 .md-content {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: 0
}

.checkout-cart-index .md-show.md-effect-7 .md-content {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    border-radius: 3px;
    opacity: 1
}

.checkout-cart-index .md-modal-footer {
    padding: 0 20px 20px;
    text-align: right;
    overflow: hidden;
}

.checkout-cart-index .md-modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 0;
}

.checkout-cart-index .md-modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.checkout-cart-index .md-modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.checkout-cart-index .md-modal-footer a {
    font-size: 12px;
    margin-top: 9px;
    text-decoration: none
}

.checkout-cart-index .md-modal-header h4 {
    padding: 20px;;
    color: #4d4d4d;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    font-size: 24px;
    border-bottom: 1px dotted #4d4d4d;
    font-family: "Josefin Sans Bold";
}

.checkout-cart-index #modal-login ul {
    padding-left: 0;
    padding: 10px;
    list-style: none;
}

.checkout-cart-index #modal-login label {
    color: #4d4d4d;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.25em;
    margin-bottom: 2px;
    text-align: left;
    text-transform: none;
    background: none !important;
    font-family: "Josefin Sans";
}

/** LOGIN FORM **/
.checkout-cart-index .text-login {
    color: #6b6b6b;
    font-size: 14px;
    font-weight: 400;
}

.checkout-cart-index .text-login a {
    color: #00909e;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.checkout-cart-index .form-list .input-box {
    width: 100%
}

.checkout-cart-index .form-list .input-box input[type="text"],
.checkout-cart-index .form-list .input-box input[type="password"] {
    width: 100%
}

/** FORGOT PASSWORD FORM **/
#form-validate-email p {
    font-size: 14px;
}

.back-link {
    float: left;
}

.back-link a {
    color: #000;
}

.form-list {
    list-style: none;
    padding-left: 0;
}

.form-list .input-box {
    width: 100%
}

/** REGISTER FORM **/
.checkout-cart-index #form-create-account {
    display: none;
}

.beyond-app {
    margin-top: 100px;
}

.beyond-app img {
    max-width: 100%;
}

.beyond-app-text {
    font-family: 'Futura', sans-serif;
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #4d4d4d;
    color: #4d4d4d;
    font-size: 16px;
    text-align: center;
}

.beyond-app-text strong {
    color: #84c266;
}

@media (max-width: 767px) and (min-width: 640px) {
    .beyond-app {
        margin-top: 50px;
    }

    .navbar-nav {
        float: left;
        width: 40%;
    }

    .proceed-checkout {
        bottom: 165px;
        height: 300px;
    }
}

.category-list {
    text-align: center;
    margin-top: 15px;
    font-family: 'Futura';
    font-weight: 400;
}

.category-list a {
    padding: 10px 12px 7px;
    margin-right: 10px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-top: 7px;
    display: inline-block;
}

.category-list a:hover {
    background-color: #f5823b;
}

.product-container a {
    display: inline-block;
    font-size: 26px;
    text-transform: uppercase;
    margin: 5px 0;
    color: #000;
}

.product-container .add-to-cart-btn, [type="submit"], .login-button, .actions .button, .box-info .button, .proceed-checkout-btn {
    padding: 5px 10px 2px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid #231f20;
    font-family: 'Futura';
    margin-top: 0;
    font-weight: 600;
}

.product-container .add-to-cart-btn:hover, [type="submit"]:hover, .login-button:hover, .actions .button:hover, .box-info .button:hover, .proceed-checkout-btn:hover {
    background-color: #f5823b;
    color: #fff;
    border-color: #f5823b;
}

.product-container .add-to-cart-btn:hover, .product-container .add-to-cart-btn:focus, .login-button:hover, .login-button:focus {
    text-decoration: none;
}

.heading-title, .category-heading-title{
    border-bottom: 1px solid #000;
    padding-right: 20px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-family: 'Futura';
}

.category-heading-title {
    font-size: 40px;
    border-bottom: 3px solid #000;
    letter-spacing: 1px;
}

.heading-title a {
    color: #000;
    letter-spacing: 1px;
}

.heading-title a:hover, .heading-title a:focus {
    text-decoration: none;
}

.heading-title i {
    position: absolute;
    right: 0;
    font-style: normal;
    font-size: 22px;
    border: 2px solid #000;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    line-height: 22px;
    cursor: pointer;
    font-weight: 700;
    text-transform: lowercase;
    top: 0;
}

.heading-title i:hover, .heading-title i:focus {
    border-color: #f5823b;
    color: #f5823b;
}

.price {
    float: right;
    font-size: 20px;
    font-family: 'Avenir';
    font-weight: lighter;
    margin-top: 5px;
}

.product-tabs .product-item {
    max-width: 280px;
}

.product-tabs .sub-category-info h3, .product-tabs .sub-category-info span {
    color: #95cb6e;
    font-family: "Futura";
}

.product-tabs .sub-category-info h3 {
    font-size:28px;
    text-transform: uppercase;
    margin-top: 14px;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.product-tabs .sub-category-info span {
    font-size:16px;
    font-family: "Avenir";
}

.product-item {
    margin-bottom: 70px;
}

.product-container img {
    display: block;
    max-width: 100%;
    height: auto;
}

.product-item .text-desc, .product-item .text-desc p {
    font-weight: 300;
    font-size: 16px;
    font-family: 'Avenir';
    color: #58585b;
    line-height: 28px;
    margin-bottom: 10px;
}

#rolls {
    text-align: center;
    text-transform: uppercase;
}

.store-description {
    margin-top: 20px;
}

.store-description .description {
    font-family: 'Avenir';
    font-weight: 300;
}

.find-store-form {
    text-align: center;
    margin: 10px 0 20px;
    position: relative;
}

.find-store-form .user-address {
    outline: none;
    display: inline-block;
    border-color: #000;
    border-radius: 0;
    border-width: 2px;
    height: 48px;
    margin-top: 0;
}

.user-address-form .address-field-container {
    float:left;
    margin:0 1%;
}

.find-store-form .user-street {
    width: 35%;
}

.find-store-form .user-suite {
    width: 30%;
}

.find-store-form .user-zip {
    width: 15%;
}

.find-store-form .user-submit {
    width: 10%;
}

.find-store-form .submit {
    font-size:20px;
    padding-top: 9px;
    padding-bottom: 7px;
    /*padding: 9px auto 7px;*/
    /*margin-left: 15px;*/
}

.store-detail-container {
    position: relative;
    padding: 10px;
}

.store-detail-container {
    margin-top: 20px;
    min-height: 200px;
    background-color: #f1eff0;
}

.store-detail-container .store-name {
    position: absolute;
    text-align: center;
    top: 5%;
    text-transform: uppercase;
    right: 10px;
    left: 10px;
    background-color: #fff;
}

.store-detail-container .store-name a {
    font-size: 18px;
    color: #000;
}

.store-detail-container img {
    width: 100%;
}

.menu-container {
    text-align: center;
    margin-bottom: 50px;
}

.product-list h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Futura';
}

.menu-description, .menu-store-list {
    margin-top: 50px;
    text-align: center;
}

.menu-store-list a {
    color: #000;
    text-decoration: underline;
    font-size: 14px;
}

.menu-store-list .store-list {
    padding: 15px 50px 15px 15px;
    text-transform: uppercase;
    border: 2px solid;
    color: #000;
    outline: none;
    margin-top: 10px;
    font-size: 16px;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: 'Avenir';
    font-weight: 500;
}

.lbl-store {
    position: relative;
}

.lbl-store .select-dropdown-pointer {
    content: "";
    position: absolute;
    z-index: 99;
    right: 15px;
    width: 0;
    height: 0;
    border-top: 15px solid #000;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(0deg);
    top: 30px;
}

.product-detail-popup-template , .product-detail-popup-image{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
    display: block;
}
.product-detail-popup-image .close{
    top: 10%;
    right: 5%;
    position: absolute;
    z-index: 999;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    padding-left: 0;
}
.box-popup {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    margin: 0 auto;
    width: 100%;
}

.account-links-container, .account-create, .account-login, .choosing-method {
    text-align: center;
    margin-top: 100px;
    text-transform: uppercase;
}

.account-links-container .heading-text, .choosing-method .heading-text {
    font-size: 30px;
    font-weight: 300;
    font-family: 'Avenir';
    text-transform: none;
}

.account-links-container .button, #login-form .button, .account-create .button,
.choosing-method .pickup-btn, .choosing-method .freeship-btn {
    width: 100%;
    font-size: 20px;
    background-color: #000;
    color: #fff;
    position: relative;
    padding: 17px 40px;
    margin: 20px 0 10px;
    display: block;
    text-transform: uppercase;
    font-family: "Avenir";
}

#login-form .button, .account-create .button {
    padding: 10px 40px;
}

.account-links-container .button:hover, #login-form .button:hover, .account-create .button:hover,
.choosing-method .pickup-btn:hover, .choosing-method .freeship-btn:hover{
    background-color: #f5823b;
}

.account-links-container .button:before,
.choosing-method .button:before {
    content: "";
    position: absolute;
    z-index: 99;
    right: -12px;
    width: 0;
    height: 0;
    border: 10px solid #fff;
    transform: rotate(140deg);
    top: -10px;
}

.account-links-container .button:after,
.choosing-method .button:after {
    content: "";
    position: absolute;
    z-index: 99;
    left: -10px;
    width: 0;
    height: 0;
    border: 10px solid #fff;
    transform: rotate(-47deg);
    bottom: -10px;
}

.choosing-method .pickup-btn span, .choosing-method .freeship-btn span {
    display: block;
    font-size: 16px;
}

.account-login .f-left {
    color: #ccc;
    font-size: 16px;
}

.account-login .f-left:hover {
    color: #f5823b;
}

.account-create input, .account-links-container input, #login-form input, .customer-name input, .input-box input {
    border: 2px solid #000;
    padding: 18px;
    text-align: center;
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    outline: none;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: 'Avenir';
    font-weight: 300;
}

input + input {
    margin-top: 20px;
}

.customer-name {
    margin-bottom: 20px;
}

.page-title, #form-validate {
    text-align: center;
}

.page-title h1 {
    font-size: 30px;
    font-family: 'Futura';
}

.box-minicart {
    position: fixed;
    height: 150%;
    width: 100%;
    display: none;
    z-index: 99;
}

.minicarts {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;

}

.minicart-container {
    position: fixed;
    top: 40px;
    right: 0;
    min-width: 450px;
    max-width: 450px;
    background: #fff;
    z-index: 9999;
    padding: 10px 20px;
    height: 100%;
}

.minicart-header h3 {
    font-family: 'Futura';
    text-align: center;
    border-bottom: 2px solid #000;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}

.minicart-header .close-minicart {
    color: #000;
    line-height: 17px;
    width: 23px;
    height: 23px;
    right: 10px;
    top: 28px;
    border: 2px solid #000;
    font-weight: 600;
}

.minicart-header .close-minicart:hover {
    color: #f5823b;
    border: 2px solid #f5823b;
}

.minicart-footer p {
    margin-top: 10px;
    padding-left: 10%;
    padding-right: 10%;
    font-family: 'Avenir';
    font-weight: 300;
}

.minicart-footer {
    text-align: center;
    margin-top: 70px;
}

.minicart-content tfoot td {
    padding: 5px 0;
    font-family: 'Avenir';
    font-weight: 300;
}

.minicart-content tfoot tr:last-child td {
    border-bottom: none;
}

.minicart-content tbody tr td {
    position: relative;
}

.minicart-content tbody tr {
    height: 30px;
}

.minicart-content tbody tr td a {
    padding: 0px 4px;
    border: 1px solid;
    border-radius: 50%;
    color: #000;
    font-size: 8px;
    font-family: 'Avenir';
    position: absolute;
    bottom:9px;
}

.minicart-content tbody tr td {
    font-family: 'Avenir';
    font-weight: 300;
}

.minicart-content tbody tr td a:hover {
    color: #f5823b;
}

.minicart-content thead {
    font-family: 'Futura';
}

.minicart-content thead th {
    font-size: 18px;
    font-weight: 600;
}

table {
    width: 100%;
}

table tbody {
    margin-bottom: 30px;
}

table tfoot {
    border-top: 2px solid #000;
}

tfoot td {
    border-bottom: 1px solid #ccc;
}

.box-info {
    padding: 10px;
    border: 3px solid #000;
    min-height: 600px;
}

#shopping-cart-table .product-name {
    border-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    padding-left: 15px;
    margin-bottom: 0;
    margin-top: 5px;
}

#shopping-cart-table .product-name:before {
    content: "●";
    position: absolute;
    left: 0;
}

.product-info {
    color: #000;
}

.product-header {
    border-bottom: 3px solid #000;
    margin-bottom: 15px;
}

.product-info .product-name {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Futura';
    font-size:32px;
    font-weight: 600;
    margin: 5px auto;
}

.product-info .product-header .close {
    top: 14px;
    color: #000;
    line-height: 23px;
    margin-right: 20px;
    opacity: 1;
    border: 3px solid;
    width: 28px;
    height: 28px;
    font-size: 30px;
    margin-top: 5px;
}
.product-info .product-header .close:hover {
    color: #f5823b;
}

.product-info .product-description {
    font-family: 'Avenir';
    font-size: 20px;
}

.box-info .button {
    position: absolute;
    bottom: 15px;
    right: 27px;
    font-family: 'Avenir';
    font-size: 20px;
}

.no-border {
    border: 0;
}

.cart-title {
    text-transform: uppercase;
    border-bottom: 3px solid #000;
    font-size: 24px;
    font-weight: 600;
}

.table > thead > tr > th {
    border-bottom: 0
}

.discount h2 {
    background-color: transparent !important;
    color: #000 !important;
    text-align: left !important;
    text-transform: capitalize;
    font-size: 18px;
    margin-top: 0 !important;
    font-family: 'Avenir';
    font-weight: 400;
}

.input-box {
    background-color: transparent !important;
    padding: 0 !important;
}

.input-box p {
    margin: 0;
    padding: 5px;
    border: 2px solid #000;
    font-family: 'Avenir';
    font-weight: lighter;
    font-size: 14px;
    color: #58585b;
}

.cart-collaterals {
    background-color: transparent !important;
    padding-left: 30px !important;
    padding-right: 0 !important;
    font-size: 18px;
}

.cart-collaterals tbody tr td.a-right:first-child{
    width: 140px;
}

.coupon-block {
    padding-left: 30px;
    border-left: 2px solid #000;
    margin-left: 10px;
    text-align: right;
}

.buttons-set p {
    margin-bottom: 0;
}

.cart-btn-container {
    text-align: right;
    position: absolute;
    width: 100%;
    border-top: 2px solid #000;
    padding-top: 10px;
    bottom: 0;
}

.opc-wrapper-opc ul {
    background-color: transparent !important;

}

.opc-wrapper-opc h3 {
    background-color: #000 !important;
    font-family: 'Futura';
    font-weight: 400;
}

.opc-wrapper-opc h3:after {
    display: none;
}

.opc-wrapper-opc .form-list {
    border: 2px solid #000;
    display: table;
    width: 100%;
}

.payment-block dt span, #checkout-payment-method-load dt.active span {
    background-color: #5f8849 !important;
}

.payment-block dt span:hover, #checkout-payment-method-load dt.active span:hover {
    background-color: #f5823b !important;
}

.opc-wrapper-opc .comment-block .comment .comment-form {
    padding: 0 !important;
    background-color: transparent !important;
}

.comment-form .form-list {
    border: 0 !important;
}

.opc-wrapper-opc .comment-block textarea {
    border: 2px solid #000 !important;
    outline: none;
}

.opc-wrapper-opc .btn-checkout span span, .opc-wrapper-opc .btn-checkout {
    background-color: #000 !important;
    line-height: 40px;
}

.opc-wrapper-opc .btn-checkout span span:hover, .opc-wrapper-opc .btn-checkout:hover {
    background-color: #f5823b !important;
}

.opc-wrapper-opc .payment-block dt input {
    height: 100% !important;
}

.opc-wrapper-opc .payment-block dt input:hover {
    background: #f5823b;
}

.opc-wrapper-opc .btn-checkout span {
    height: 40px !important;
}

.opc-wrapper-opc h1 {
    position: absolute;
    text-align: left;
    margin-top: 0;
    font-family: 'Futura';
}

.opc-wrapper-opc label {
    font-family: 'Avenir' !important;
    font-weight: lighter !important;
}

.opc-wrapper-opc .opc-menu {
    margin-bottom: 20px;
    border-bottom: 2px solid;
}

.review-menu-block {
    top: 15px;
}

.review-menu-block a.review-total {
    background: #fff !important;
}

.review-menu-block a.review-total h4 {
    float: left;
    margin-right: 5px;
    margin-top: 6px;
    font-family: 'Futura' !important;
    font-weight: 400;
}

.review-menu-block a.review-total:hover, .review-menu-block a.review-total.open {
    background: #fff !important;
}

.review-menu-block a.review-total {
    width: auto !important;
    height: auto !important;
}

.review-menu-block a.review-total span {
    color: #000 !important;
    line-height: 30px !important;
    background: #fff !important;
    text-shadow: none !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    margin-top: 0;
    font-family: 'Futura' !important;
}

.bx-wrapper .bx-pager {
    display: none;
}

.bx-wrapper .bx-prev {
    left: 21px;
    background: url("images/icon-back.png") no-repeat scroll 0 0 / 100% auto;
}

.bx-wrapper .bx-prev:hover {
    background: url("images/icon-back-hover.png") no-repeat scroll 0 0 / 100% auto;
}

.bx-wrapper .bx-next {
    right: 32px;
    background: url("images/icon-next.png") no-repeat scroll 0 0 / 100% auto;
}

.bx-wrapper .bx-next:hover {
    background: url("images/icon-next-hover.png") no-repeat scroll 0 0 / 100% auto;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 1;
    width: 50px;
    height: 50px;
    margin-top: -24px;
}

.bx-wrapper {
    margin: 0 auto;
}

.bx-wrapper .bx-viewport {
    border: 0 !important;
}

.comment h5 {
    font-family: 'Avenir';
    font-weight: 300;
    font-size: 16px;
}

.menu-description .description {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    font-family: "Avenir";
}

.sub-category-products {
    padding:0;
}

.store-description h3 {
    font-family: "Futura";
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.store-description .description {
    font-family: 'Avenir';
    font-size: 22px;

}

.menu-container .login-button {
    font-size:20px;
    padding: 10px 27px 7px;
}

.beyondsushi-header2 nav a {
    font-size:18px;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
}

.minicart-content p{
    font-family: 'Avenir';
    margin-top:30px;
}

.minicart-footer .proceed-checkout-btn {
    padding: 10px 20px 7px;
    font-size: 18px;
}

.minicart-footer p {
    margin-top: 20px;
}

#login-form > a {
    color: #58585b;
    margin-top:15px;
    display: block;
}

#login-form input {
    height:50px;
}

#shopping-cart-table td a.btn-remove {
    color: #000;
    width: 11px;
    height: 11px;
    font-size: 16px;
    line-height: 9px;
    right: 10px;
    top: 22px;
}

#shopping-cart-table td a.btn-remove:hover {
    color: #f5823b;
}

/*///////////////   New   /////////////////////*/


/*about*/

.tab-about .nav-tabs.tabs-left{
    width: 33.33333%;
    float: left;
    padding-right: 30px;
    border-bottom: 0;
    margin-top: 82px;
}
.tab-about .heading-title{
    margin-bottom: 20px;
}
.tab-about .nav-tabs li{
    float: none;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
}
.tab-about .nav-tabs li.active a{
    background-color: #f5833c;
    border: 0;
}
.tab-about .nav-tabs li a{
    width: 100%;
    font-size: 20px;
    color: #fff;
    position: relative;
    padding: 12px 40px;
    font-family: "Futura";
    border: 0;
    background-color: #bbbdc0;
}
.tab-about .nav-tabs li a:hover{
    background-color: #f5833c;
}
.tab-about .nav-tabs li + li{
    margin-top: 20px;
}
.tab-about .nav-tabs li a:before{
    content: "";
    position: absolute;
    z-index: 1;
    right: -11px;
    width: 0;
    height: 0;
    border: 10px solid #fff;
    transform: rotate(140deg);
    top: -10px;
}
.tab-about .nav-tabs li a:after{
    content: "";
    position: absolute;
    z-index: 1;
    left: -10px;
    width: 0;
    height: 0;
    border: 10px solid #fff;
    transform: rotate(-47deg);
    bottom: -10px;
}
.tab-about .nav-tabs li a span{
    text-transform: uppercase;
}
.tab-about .nav-tabs li.active a:hover,
.tab-about .nav-tabs li.active a:focus{
    color: #fff;
}
.tab-content{
    float: left;
    width: 66.66667%;
}
.tab-content .img-tab img {
    max-width: 100%;
}
.tab-content .desccripstion{
    font-family: "Avenir";
    font-weight: 300;
    font-size: 18px;
    color: #000;
}
.title-content{
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 28px;
    font-family: 'Futura';
    border-bottom: 3px solid #000;
    margin-top: 20px;
    color: #000;
    font-weight: 600;
}

/*blog*/
.blog-content {
    position: relative;
}
.blog-content .title-content a {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 38px;
    color: #000;
}
.blog-content .title-content a:hover{
    color: #f5833c;
}
.blog-content .description{
    padding: 0 10%;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Avenir';
}
.blog-content .list-blog a{
    border-bottom: 1px solid #000;
    font-family: 'Avenir';
    font-weight: 300;
    text-transform: capitalize;
    font-size: 20px;
    padding-left: 15px;
    position: relative;
    color: #000;
}
.blog-content span{
    font-family: 'Avenir';
    font-weight: 300;
    font-size: 20px;
}
.blog-content .list-blog a:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    top: 8px;
    left: 0;
}
.blog-content .list-blog a:hover{
    color: #f5833c;
    border-color: #f5833c;
}
.blog-content .list-blog a:hover:before{
    background-color: #f5833c;
}
.blog-content .blog-controls a{
    position: absolute;
    top: 50%;
    outline: 0;
    text-indent: -9999px;
    z-index: 9999;
    width: 50px;
    height: 50px;
}
.blog-content .blog-controls a.bl-next{
    right: 32px;
    background: url("images/bl-next.png") no-repeat scroll 0 0 / 100% auto;
}    
.blog-content .blog-controls a.bl-next:hover,
.blog-content .blog-controls a.bl-next:focus{
    background: url("images/icon-next-hover.png") no-repeat scroll 0 0 / 100% auto;
}

.blog-content .blog-controls a.bl-back{
    left: 21px;
    background: url("images/bl-back.png") no-repeat scroll 0 0 / 100% auto;
}    
.blog-content .blog-controls a.bl-back:hover,
.blog-content .blog-controls a.bl-back:focus{
    background: url("images/icon-back-hover.png") no-repeat scroll 0 0 / 100% auto;
}


/*contact*/
.contact-content .contact-form input{
    width: 100%;
}
.contact-content .contact-form textarea{
    width: 100%;
    resize: none;
}
.contact-content .contact-form label{
    font-family: 'Avenir';
    font-weight: 300;
    font-size: 18px;
    text-transform: capitalize;
}
.contact-content .contact-form{
    padding-bottom: 80px;
}
.contact-content .title-info{
    position: relative;
    height: 600px;
}
.contact-content .title-info h3{
    text-transform: uppercase;
    font-family: 'Futura';
    font-weight: 400;
}
.contact-content .contact-form .submit{
    background-color: #000;
    padding: 10px 40px;
    font-size: 18px;
}
.contact-content p{
    font-size: 18px;
    font-weight: 300;
    font-family: 'Avenir';
    word-break: break-word;
}
.contact-content p a{
    color: #95cb6e;
    font-weight: 300;
    font-family: 'Avenir';
    word-break: break-word;
}
.contact-content .contact-form .submit:hover,
.contact-content .contact-form .submit:focus{
    background-color: #f5823b;
    color: #fff;
}
.contact-content .contact-form .submit:after,
.contact-content .contact-form .submit:before{
    display: none;
}


.press-content img{
    max-width: 100%;
}
.press-content [class*=col-sm-] + [class*=col-sm-]{
    margin-bottom: 30px;
}
.press-content input[type="submit"]{
    background: #000;
}
.press-content input[type="submit"]:hover,
.press-content input[type="submit"]:focus{
    background-color: #f5823b;
    color: #fff;
}

.collapse-about:first-child{
    margin-top: 40px;
}
.collapse-about + .collapse-about{
    margin-top: 20px;
}
.collapse-about a{
    background-color: #bbbdc0;
    color: #fff;
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    text-align: left;
    padding: 5px 10px;
    font-weight: 700;
    position: relative;
    border-radius: 0;
}
.collapse-about a:after{
    position: absolute;
    content: "";
    right: 15px;
    top: 18px;
    border-top: 15px solid #fff;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(0deg);
}
.collapse-about a:hover,
.collapse-about a:focus{
    color: #fff;
    background-color: #f5823b;
}

.collapse-about .collapse hr{
    border-top: 2px solid #bbbdc0;
    margin: 0;
}
.img-local img{
    max-width: 100%;
}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices{
    height: 23px !important;
}
@media (max-width: 1441px) {
    footer nav ul.nav > li > a, header nav {
        font-size: 15px;
    }
}
@media (max-width: 768px){
	footer .social{
		top: 60px;
	}
    .title-content{
        text-align: center;
        font-weight: 500;
        border-bottom-width: 2px;
    }
    .contact-content .title-info{
        height: auto;
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #000;
        text-align: center;
    }
    .contact-content .title-info .title{
        background-color: transparent;
        text-align: center;
        color: #222;
        margin-top: 0;
        font-size: 16px;
        padding: 15px 0;
        padding-top: 0;
        margin-bottom: 0;
    }
    .contact-content p{
        font-size: 16px;
    }
    .content-menu [class*="col-sm-"] .item{
        margin: 15px auto;
    }
    .content-menu.container .row{
        margin-bottom: 5px;
    }
    #email-us-form .form-group{
        margin-bottom: 0;
    }
    .contact-content .contact-form .submit{
        width: auto;
    }
}
@media (min-width: 991px) and (max-width: 1200px){
    .name-phone .name{
        font-size: 30px;
    }
}
@media (max-width: 991px){
    .content-contact .wrap.right,
    .content-contact .wrap.left{
        margin: 0 auto;
    }
    .content-contact .wrap.right{
        margin-top: 30px;
    }
    .catering-item-content{
        padding-bottom: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .collapse-about a{
        font-size: 18px;
    }
    .collapse-about a:after{
        top: 11px;
        border-top-width: 11px;
    }
}
@media (max-width: 600px){
    .tab-about .nav-tabs li a{
        padding: 15px 10px;
    }
}
@media (max-width: 400px){
    .service-box{
        display: none;
    }
}

.tab-about .nav-tabs li.about-tab {
    text-align:left;
}
.tab-about .nav-tabs li.about-tab a {
    font-size: 22px;
}
.tab-content__img {
    float:left;
    margin-right:10px;
}
.nav-tabs.nav-faq-tabs {
    width:100%;
    padding-left: 0;
    text-align: center;
}
.nav-tabs.nav-faq-tabs > li.active > a, .nav-tabs.nav-faq-tabs > li.active > a:hover, .nav-tabs.nav-faq-tabs > li.active > a:focus {
    background-color: rgba(0, 0, 0, 0);
    border: 1px dashed #FFFFFF;
    outline: medium none;
}

.nav-tabs.nav-faq-tabs > li > a {
    border: 1px dashed #FFFFFF;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Futura';
    font-size: 25px;
    line-height: 25px;
    padding: 5px 0;
    text-transform: uppercase;
    background: none repeat scroll 0 0 #58595B;
}
.nav-tabs.nav-faq-tabs > li > a:before,
.nav-tabs.nav-faq-tabs > li > a:after {
    border: none;
}

.nav-tabs.nav-faq-tabs {
    border-bottom: medium none;
}

.nav-tabs.nav-faq-tabs > li {
    background: none repeat scroll 0 0 #58595B;
    margin-right: 1%;
    padding: 5px;
    width:45%;
    display: inline-block;
}

.nav-tabs.nav-faq-tabs > li:last-child {
    margin-right: 0;
}

.nav-tabs.nav-faq-tabs > li.active {
    background: none repeat scroll 0 0 #84C266;
}


.tab-faq-content {
    margin: 20px 0 0;
    padding: 15px;
    text-align: left;
    width:100%;
}

.tab-faq-content h3, .content-faq.container .tab-content .a {
    color: #F5833C;
    font-family: 'Futura';
    font-size: 20px;
    font-weight: bold;
}
.tab-faq-content p {
    color: #58595B;
    font-family: 'Avenir';
    font-weight: 300;
    font-size: 18px;
}

.tab-faq-content .a a {
    color: #F5833C;
}

.press-detail__get-link {
    padding:5px 30px;
    background: #bbbdc0;
    text-align: center;
    float: right;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
}
.press-detail__get-link:hover,
.press-detail__get-link:active,
.press-detail__get-link:visited,
.press-detail__get-link:focus {
    color:#fff;
    background: #f5823b;
}

.press-container {
    overflow: auto;
    height: 700px;
}
.press-container .col-sm-4:nth-child(3n+1){
    clear: left;
}
.location-container .location-content .address {
    font-family: 'Avenir';
    font-size: 16px;
    margin: 5px 0;
}
.location-container .location-content hr {
    margin: 10px 0;
}
#map-container {
    margin-top: 40px;
}
#map-container iframe {
    width:100%;
}



/* css new */
img{
    max-width: 100%;
}
.item-catering .heading-title:hover {
    border-color: #000;
}

.item-catering .info-item .button-action {
    margin-top: 30px;
}
.item-catering .info-item .button-action .btn{
    font-size: 18px;
    background-color: #bbbdc0;
    color: #fff;
    border-radius: 0;
    margin-left: 20px;
    font-family: 'Futura';
    min-width: 125px;
}
.item-catering + .item-catering{
    margin-top: 30px;
}
.item-catering .info-item .text-desc {
    font-family: 'Avenir';
    font-weight: 300;
}
.item-catering .img-item{
    text-align: center;
}
.item-catering .info-item .button-action .btn:hover{
    background-color: #f5823b;
}
.item-catering + .item-catering{
    margin-top: 30px;
}
@media (min-width: 769px) {
    .item-catering .col-sm-5, .item-catering .col-sm-7{
        height: 350px;
        display: table;
    }
    .item-catering .info-item{
        display: table-cell;
        vertical-align: bottom;
    }
    .item-catering .img-item{
        display: table-cell;
        vertical-align: middle;
    }
}
@media  (min-width: 768px) and (max-width: 991px) {
    .item-catering .info-item .button-action .btn{
        margin-left: 5px;
    }
    .item-catering .info-item .button-action {
        margin-top: 0;
    }
}


.product-info {
    color: #000;
}

.product-info .product-description {
    font-family: 'Avenir';
    font-size: 20px;
}

.box-info .button {
    position: absolute;
    bottom: 15px;
    right: 27px;
    font-family: 'Avenir';
    font-size: 20px;
}
.catering-slider-control{
    position: absolute;
    top: 50%;
    margin-top: -30px;
    margin-left: 30px;
}
.catering-control-right{
    right: 0;
    margin-right: 30px;
    margin-left: 0;

}
.catering-slider {
    height:600px;
    display: table;
    margin: 0 auto;
}
.catering-slider .catering-item1-slider{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.sample-menu-container {
    list-style: none;
    padding:0;
    margin:0;
}
.sample-menu-container .menu-item-title {
    padding-left: 0;
    color: #95cb6e;
}
.sample-menu-container .menu-item-title:before {
    content:"\002022";
    margin-right:7px;
    color: #95cb6e;
}
.carousel-caption h2{
    display: inline-block;
    background: #bbbdc0;
    padding: 15px;
    color: #fff;
}
.carousel-caption h2:hover{
    background: #f5823b;
}
.carousel-caption h2 a{
    color: #fff;
}
.carousel-caption {
    right: 30px;
    text-align: right;
    position: fixed;
}
#carousel-example-generic .carousel-inner .item img{
    width: 100%;
}

#carousel-example-generic .left.carousel-control{
    background-image: none;
    top: 50%;
    bottom: 50%;
    left: 1px;
    position: fixed;
    width: 50px;
}
#carousel-example-generic .right.carousel-control{
    background-image: none;
    top: 50%;
    bottom: 50%;
    right: 1px;
    position: fixed;
    width: 50px;
}

#home-page + .navbar-fixed-bottom .service-box,
#press-page +  .navbar-fixed-bottom .service-box{
    display: none;
}
.press-detail__get-link{
    position: fixed;
    right: 30px;
    text-align: right;
    bottom: 60px;
    position: fixed;
    z-index: 99;
}
.beyondsushi-header-mobile{
    background-color: transparent;
    width: 100%;
    z-index: 99;
}
.header-mobile{
    padding: 10px;
    padding-bottom: 20px;
    background-color: #95cb6e;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.menu-toggle{
    display: inline-block;
    color: #fff;
    font-size: 27px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate(0,-50%);
}
.mobile-menu{
    text-transform: uppercase;
    padding: 30px 60px;
    position: fixed;
    background: rgb(255, 255, 255);
    z-index: 99;
    height: 92%;
    width: 100%;
    overflow-x: scroll;
    top: 63px;
}
#menu-mobile-menu li{
    padding-bottom: 10px;
    font-size: 20px;
}
#menu-mobile-menu li a{
    color: #808284;
}
li.underline-item{
    border-bottom: 1px solid #808284;
    margin-bottom: 20px;
}
.space-item{
    margin-top: 10px;
}
.item-get-app a{
    color: #808284;
    font-size: 20px;
}
.item-get-app img {
    width: 25px;
    float: left;
}
.item-get-app span{
    margin-left: 45px;
    display: block;
}
.social-links {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #808284;
}
.social-links ul li {
    float: left;
    margin-right: 20px;
}
.social-links ul li a {
    font-size: 32px;
    color: #808284;
}
.light-box-close{
    width: 30px;
    height: 30px;
    border: 2px solid;
}

@media (min-width: 768px) {
    .item-catering .info-item .button-action ul li{
        float: left;
        margin-bottom: 10px;
    }
    #home-page + .service-box{
        display: none;
    }
    .modal-content{
        transform: translate(0,25%);
    }

}
@media (max-width: 768px) {
    .light-box-content.catering-getaquote{
        position: fixed;
        top: 0 !important;
        overflow: scroll;
        height: 100%;
    }
    .contact-content .contact-form{
        padding-bottom: 0;
    }
    .panel-group{
        width: 90%;
        margin: 0 auto;
    }

    .item-catering .info-item .button-action li{
       float: left;
    }
    .item-catering .info-item .button-action a{
        margin-left: 0;
    }
    .product-info .product-name{
        font-weight: 400;
    }
    .product-info .product-header .close{
        left: 25px;
        border: 0;
        top: 2px;
        font-size: 40px;
        font-weight: 500;
    }
    .box-info{
        width: 80%;
        margin: 0 auto;
        border-width: 2px;
    }
    .product-header{
        border-bottom-width: 2px;
    }
    .heading-title{
        padding-right: 0;
    }
    .contact-content .contact-form .submit{
        width: auto;
    }
    .form-group{
        margin-bottom: 0;
    }
    .service-box{
        display: none;
    }
    #home-page + .service-box{
        display: block;
        width: 90%;
        margin: 0 auto;
        bottom: auto;
        position: static;
        margin-top: 90px;
    }
    #home-page + .service-box .service-item{
        padding: 10px;
        background-color: #95cb6e;
        margin-bottom: 15px;
    }
    .service-item.service-item-1{
        display: none;
    }
    #home-page + .service-box a.is-service{
        background-color: #84c266;
        padding-left: 30px;
    }
    .mobile-header-logo-container{
        width: 50%;
        margin: 0 auto;
    }
    .carousel-caption{
        position: static;
        padding-top: 0;
        text-align: center;
    }
    .carousel-indicators{
        bottom: auto;
        margin-top: -30px;
    }
    .carousel-indicators li{
        border-color: #ededed;
        background-color: #ededed;
        width: 14px;
        height: 14px;

    }
    .carousel-indicators .active{
        background-color: #58585b;
        border-color: #58585b;
        width: 15px;
        height: 15px;
    }
    #carousel-example-generic{
        width: 90%;
        margin: 0 auto;
    }
    #carousel-example-generic .carousel-control{
        display: none;
    }
    .tab-about .nav-tabs.tabs-left{
        width: 100%;
        padding: 0 30px;
        padding-top: 15px;
    }
    .tab-about .nav-tabs li.about-tab{
        text-align: center;
    }
    .tab-about .nav-tabs li.about-tab a{
        font-size: 18px;
    }
    .tab-about .nav-tabs li{
        width: 50%;
        display: inline-block;
        overflow: hidden;
        padding: 10px 10px 0;
        float: left;
    }
    .tab-about .nav-tabs li + li{
        margin-top: 0;
    }
    .tab-content {
        padding: 0 30px;
        width: 100%;
    }
    .tab-content .title-content{
        text-align: left;
    }
    .nav-tabs.nav-faq-tabs > li{
        padding: 5px !important;
        width: 45%; 
    }
    .item-catering .info-item .button-action .btn{
        font-size: 16px;
        margin-left: 10px;
        margin-top: 10px;
    }
    #menu-mobile-menu i{
        margin-left: 20px;
    }
    .blog-content,.contact-content{
        margin-top: -40px;
    }
    .blog-content > .row{
        margin-bottom: 15px;
    }
    .product-detail-popup-template{
        overflow: scroll;
        top: 60px;
    }
    .catering-slider{
        height: 300px;
    }
    header .top-menu{
        min-width: 720px;
    }
    #logo-beyond{
        left: 0;
    }
    .category-heading-title{
        margin-bottom: 30px;
    }
    .main-content{
        top: 0 !important;
    }
    #blogs-page .main-content{
        top: 40px !important;
    }
    .box-popup{
        top: 0;
        transform: translate(0,0);
        height: 120%;
    }
    .collapse-about a{
        font-size: 18px;
    }
    .collapse-about a:after{
        top: 10px;
    }
    .carousel-inner>.item{
        height: 300px;
        overflow: hidden;
    }
    #carousel-example-generic .carousel-inner .item img{
        position: absolute;
        left: 50%;
        top: 50%;
        width: auto;
        height: 100%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        max-width: none;
    }
    .service-box a.is-service span{
        max-width: 230px;
        font-size: 18px;
        font-weight: 300;
        letter-spacing: 1px;
    }
    .service-box a.is-service img{
        margin-bottom: 15px;
    }

}

@media (min-width: 768px) and (max-width: 845px){
    .catering-content{
        margin-top: 40px;
    }
}
@media (max-width: 490px) {
    .nav-tabs.nav-faq-tabs > li{
        width: 100%;
    }
    #carousel-example-generic{
        padding-top: 50px;
    }
    #home-page{
        top: 60px;
        position: relative;
    }
}
@media (max-width: 450px) {
    .tab-about .nav-tabs li{
        padding: 5px 5px 0;
    }
    .tab-about .nav-tabs li.about-tab a{
        font-size: 14px;
    }
    .tab-about .nav-tabs li a{
        padding: 10px;
    }
    .catering-line{
        margin-bottom: 30px;
    }
}

#carousel-example-generic{
    padding-top: 50px;
}
.well{
    margin-bottom: 0;
    border-radius: 0;
}
