@charset "UTF-8";


div#swipe_handle.animated_swipe {
    transition: all 0.3s;
    -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

#swipe_handle {
    display: none;
    background: #fff;
    text-align: center;
    position: relative;
    transform: translateY(400px);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 912394;
}

div#slide_menu_content {
    height: 400px;
}

div#main_container {
}

div#slide_handle {
    height: 80px;
    overflow: auto;
    background: #000;
    position: relative;
}

a.linklogo {
    display: block;
    background: #fff;
}

img.hustler {
    max-width: 190px;
    width: 220px;
    height: auto;
    padding: 14px 10px;
}

div#slide_logo {
    float: left;
}

div#menu_callout {
    float: left;
    height: 80px;
    width: 25%;
    transition: all 0.1s;
    padding: 18px 10px;
}

div#search_block {
    float: right;
}

a.blocksearch {
    height: 80px;
    width: 70px;
    display: block;
    padding: 10px;
    cursor: pointer;
}

a.blocksearch svg {
    width: 100%;
    height: 100%;
    max-width: 26px;
    color: #152b5a;
}

div#menu_callout svg {
    width: 100%;
    height: 100%;
    max-height: 50px;
    margin: 10px auto;
    color: #fff;
}

div#shopblock {
    float: right;
    width: 51px;
    text-align: center;
}

div#shopblock svg {
    width: 100%;
    margin: 0 auto;
    display: block;
}

a.blockshop {
    display: block;
    width: 50px;
    padding: 20px 0px;
}

a.blockshop {
    color: #fff;
    text-align: center;
    display: block;
    width: 26px;    /* float: left; */
    display: inline-block;
}

div#menu_callout svg * {
    fill: #fff;
}

div#shopblocks svg * {
    fill: #fff;
}

a.blocksearch svg * {
    fill: #152b5a;
}

div#slide_handle {
}

.bartext {
    color: #fff;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 5px 0px 0;
    font-size: 12px;
}

span.brs {
    display: block;
    height: 2px;
    width: 46px;
    background: #fff;
    margin: 0 auto;
}

span.brs:nth-child(even) {
    margin: 8px auto;
}

ul.cat_ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
    width: 200vw;
    background: #fff;
    box-shadow: 0px -1px 0px 0px inset #f7f7f7, 0px 1px 0px 0px inset #f7f7f7;
    transition: all .7s;
}

li.cats_cat {
    width: 25vw;
    float: left;
}

div#slide_box {
    overflow: auto;
    height: calc(100% - 50px);
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slide_left_content {
    float: left;
    width: 40%;
    height: 100%;
    background: #eee;
    background-size: cover;
    background-position: 50%;
    color: transparent;
}

.right_content_box {
    float: right;
    width: 60%;
    height: 100%;
    padding: 10px;
    overflow: auto;
    background: #eee;
}

div#slide_categories {
    float: left;
    width: 100%;
}

ul.cl {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

.contents {
    text-align: left;
}

a.lkink {
    font-size: 50%;
}

a.main_lo {
    display: inline-block;
    font-weight: 800;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 7px 0;
}

a.lkink {
    display: inline-block;
}

ul#slide_boxes {
    padding: 0;
    margin: 0;
    width: 1000vw;
    overflow: auto;
    height: 100%;
}

li.slide_box {
    float: left;
    width: 10%;
    text-decoration: none;
    list-style: none;
    height: 100%;
}

ul#slide_boxes.activeslideing {
    transition: all .3s;
}

span.link_cat {
    height: 50px;
    display: block;
    align-items: center;
    text-align: center;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    color: #000;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    padding: 0px 5px 0;
    transition: all .3s;
    line-height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.link_cat:hover {

    /* background: #adadad; */
}

div#slide_box * {
    box-sizing: border-box;
    touch-action: pan-y;
}

span.link_cat.acitivebutton {
    background: #ffffff;
    font-weight: 700;
    /* font-size: 13px; */
    border-bottom: 1px solid #000;
}

span.link_cat:before {
    position: absolute;
    content: close-quote;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto 3px;
}

span.link_cat.acitivebutton:before {
    opacity: 0;
}

div#slidearrows {
    top: 0;
    left: 0;
    right: 0;
    z-index: 9123841;
    position: static;
}

div#arrwleft {
    width: 20px;
    /* transform: translateY(-50%); */
    bottom: 5px;
    position: absolute;
    z-index: 12341;
    left: 8px;
}

div#arrwright {
    position: absolute;
    right: 5px;
    bottom: 8px;
    width: 20px;
    z-index: 12341;
    height: 28px;
    border-radius: 50%;
    /* background: #444; */
}

span.arrowcontainer {
    display: block;
    width: 15px;
    text-align: center;
}

span.arrowcontainer * {
    fill: #b5e7ff;
}

div#menu_callout.activecallout {
    background: #e01a4f;
}

div#menu_callout.launchedmenucall {background: #ffffff7d;}

div#menu_callout.launchedmenucall span.brs {
    background: #fff;
}

div#menu_callout.launchedmenucall .bartext {
    color: #fff;
}

div#swipe_handle:before {
    content: "Swipe the nav button Up";
    position: absolute;
    bottom: 500px;
    right: 30px;
    background: #000;
    color: #fff;
    border-radius: 2px 2px 0px 2px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
}

div#swipe_handle:after {
    content: "";
    position: absolute;
    bottom: 483px;
    right: 30px;
    color: #fff;
    border-radius: 0px;
    padding: 0px 0px;
    text-transform: uppercase;
    font-size: 12px;
    border-top: 7px solid #000;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f68f9300;
    border-left: 10px solid #fff0;
    width: 0px;
    height: 0px;
    display: block;
}

div#swipe_handle.hidetooltop:before,
div#swipe_handle.hidetooltop:after {
    opacity: 0;
}

ul.submenu.list--reset {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 100%;
    overflow: auto;
}

.submenu__col {
    text-align: left;
}

ul.submenu__menu.list--reset {
    padding: 0;
    list-style: none;
    display: none;
}

a.submenu__a {
    font-weight: 700;
    color: #0f0f0f;
    padding: 5px 10px;
    display: block;
}

div#searchhandle {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    background: #dbdbdb;
    transform: translateY(-15%);
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
}

label.sr-only_sb {
    display: none;
}

input#s {
    float: left;
    width: 100%;
    padding: 0;
    min-height: 0;
    text-align: center;
    padding: 20px 10px;
    font-size: 18px;
    letter-spacing: 1px;
    display: block;
    background: #0f0f0f;
    color: #fff !important;
}

span.input-group-appendsb {
    display: block;
    width: 100%;
    float: left;
}

.input-group_sb {
    overflow: auto;
}

input#searchsubmit-sb {
    display: block;
    background: #e01a4f;
    width: 100%;
    border: none;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px;
}

div#opacity_background.launchedmenucall {
    opacity: 1;
    visibility: visible;
}

div#opacity_background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(15, 15, 15, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: all .7s;
}

div#searchhandle {
}

a.blocksearch.searchactive {

    /* cursor: pointer; */
    background: #fff;
    color: #0f0f0f;
}

a.blocksearch.searchactive svg * {
    fill: #000;
}

div#searchhandle.searchactive {
    opacity: 1;
    visibility: visible;
    transform: translateY(-0%);
}

div#menufe {
}

div#menufe ul#primary-menued {
    margin: 0;
}

div#menufe ul#primary-menued li {
    text-align: center;
}

div#menufe ul#primary-menued li a, ul#slide_boxes ul.menu li a {
    display: inline-block;
    font-size: 1.3rem;
    color: #313131;
    font-family: 'Roboto Condensed', sans-serif;
    color: #0d7fbd;
    font-weight: 500;
}

ul#slide_boxes {}

ul#slide_boxes div#menufe ul.menu, 
ul#slide_boxes ul#primary-menued {
    margin: 0;
    padding: 30px;
    max-width: calc(100% - 50px);
    margin: 0 auto;
}


ul#slide_boxes ul#primary-menued li, ul#slide_boxes ul.menu li {
    display: block;
    text-align: left;
}

ul#slide_boxes ul#primary-menued li a, ul#slide_boxes ul.menu li a {
    display: inline-block;
    margin: 5px 0px;
    font-size: 1.3rem;
    font-weight: 100;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    color: #000;
    text-align: center;
}

ul#slide_boxes ul#primary-menued li a span.icl {
    padding-right: 15px;
}

ul#slide_boxes ul#primary-menued li:hover a {
    /* color: #fff; */
}

div#slide_box h3.mk strong {
    padding-left: 15px;
}

div#slide_box .lo {
    border: none;
    text-align: left;
}


div#slide_box .infok {
    text-align: left;
    max-width: calc(100% - 50px);
    margin: 0 auto;
    padding: 30px;
}

div#slide_box .infok a {display: inline-block;font-weight: 100;font-weight: 500;}

li.slide_box {}

li.slide_box .li {
    text-align: left;
}

li.slide_box .li h3.ikd {
    font-size: 1.3rem;
    color: #000;
}

li.slide_box .li h3.ikd strong {
    padding-left: 15px;
}

li.slide_box .li {
    border: none;
    padding: 15px 0;
    color: #000;
}h3.mk {
    color: #000;
}

li.slide_box {}

li.slide_box .li h5.hlo {
    padding: 10px 0 0;
}div#leftsnav {
    float: left;
    overflow: auto;
    width: 75%;
}

a.links_nav {
    display: block;
    float: left;
    width: 33.3%;
    /*padding: 18px 0;*/
    /*width: 50%;*/
    padding: 30px 0;
    font-size: 23px;
    color: #fff;
    line-height: 20px;
}

a.links_nav:hover {
    background-color: #fff;
}

a.links_nav svg {
    color: inherit;
}span.linkol {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    width: 100%;
    line-height: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
}

div#menu_callout:hover {
    background:#fff;
}

div#menu_callout:hover > .bartext {
    color:#000;
}

div#menu_callout:hover > .barsa > *, div#menu_callout.launchedmenucall:hover span.brs{
    background-color:#000;
}

a.links_nav:hover span.linkol {
    color: #000;
}
div#slide_box div#menufe,div#slide_box div#menufe * {
    touch-action: pan-y;
}

div#menufe {
    height: 100%;
    overflow: auto;
}span.menutext {
    padding-left: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 12px;
}

div#menu_callout {}

span.linkol {}@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,600,700,800,900&display=swap");

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;        /* Above WP toolbar. */
}

div.page_back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, #6a1a9f 0%, #3c0e71 50%, #06013c 100%);    /* background: radial-gradient(circle, #020038 0%, #6b1aa0 100%); */
}

div.slidefood {
    position: absolute;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6rem;
    color: #fff;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 91238;
}

.color-bg {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    z-index: -1;
    left: 0;
    background: radial-gradient(circle, #c71a1a 0%, #6a1919 50%, #020600 100%);
}

.fooditem {
    min-height: 50vh;
    width: 70vw;
    background-image: url(//lilysmalibu.com/wp-content/uploads/2019/06/burger-1.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 1235125;
    transform: translateY(0);
    transition: all .7s;
    transition-delay: 1s;
    position: relative;
    top: 0;
}

.floatfoodouter {
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    max-height: 100vh;
}

.floatfoodinner {
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

img.foodinner {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: blur(1.2px);
    filter: blur(0.9px);
    transition: all .7s;
    transition-delay: .1s;
    -webkit-animation: drop 30s infinite;
    -moz-animation: drop 30s infinite;
    animation: drop 30s infinite;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

img.foodpl {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: blur(2.8px); /* Safari 6.0 - 9.0 */
    filter: blur(2.8px);
    transition: all .7s;
    transition-delay: .1s;
    -webkit-animation: drop 42s infinite;
    -moz-animation: drop 42s infinite;
    animation: drop 42s infinite;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

img.foodinner.itemfloat1 {
    top: 20vh;
    left: 10vw;
    transition-delay: .1s;
}

img.foodinner.itemfloat2 {
    top: 10vh;
    left: 65vw;
    transform: rotate(185deg);
    transition-delay: 0.5s;
}

img.foodinner.itemfloat3 {
    top: 10vh;
    left: 20vw;
    transition-delay: 0.2s; 
}

img.foodinner.itemfloat4 {
    top: 65vh;
    left: 15vw;
    transform: rotate(-95deg);
    transition-delay: 0.6s;
}

img.foodinner.itemfloat5 {
    top: 75vh;
    left: 50vw;
    transform: rotate(-95deg);
    transition-delay: 0.3s;
}

img.foodpl.item1 {
    top: -10vh;
    left: 26vw;
    transform: rotate(140deg)
}

img.foodpl.item2 {
    top: 36vh;
    left: 98vw;
    transform: rotate(185deg) scale(1.4);
}

img.foodpl.item3 {
    top: 80vh;
    left: 85vw;
    transform: rotate(-15deg) scale(1.6);
}

img.foodpl.item4 {
    top: 36vh;
    transform: rotate(-80deg) scale(1.2);
    left: 0vw;
}

img.foodpl.item5 {
    top: 88vh;
    left: 11vw;
    transform: rotate(160deg) scale(1.4);
}

span.barsck {
    display: block;
    margin: 50px;
    cursor: pointer;
}

span.bark {
    display: block;
    width: 50px;
    height: 2px;
    margin: 10px 0;
    background: #fff;
}

nav#main-navi {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 91239;
    display: grid;
    grid-template-columns: repeat(2, auto);
    width: 100%;
}

#menuicon {
    background: rgba(21, 23, 12, 0.92);
    width: 150px;
    height: 150px;
    display: grid;
    justify-content: center;
    align-items: center;
}

a.callutbutton {
    display: block;
    font-weight: 300;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: right;
    font-family: 'Oswald', sans-serif;
    position: relative;
    text-decoration: none;
    transition: all .3s;
    padding: 20px;
}

a.callutbutton:hover {
    color: #000;
}

a.callutbutton::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    transition: all .4s;
    height: 100%;
    width: 0;
    background-color: #fff;
    z-index: -1;
    
}

a.callutbutton:hover::after {
  width: 100%;
}

span.callok {
    display: grid;
    /*margin: 0 50px;*/
    /*grid-gap: 30px;*/
    grid-template-columns: auto;
    position: absolute;
    top: 0;
    right: 0;
}

.floatfoodinner.innershow {
}

.floatfoodinner.innershow img.foodinner {
    left: -100vw;
}

.floatfoodouter.innershow {
}

.floatfoodouter.innershow img.foodpl {
    left: -100vw;
}

.floatfoodouter.innershow img.foodpl.item1 {
}

.fooditem.innershow {
    transform: translateY(-100vw);
}

div#slidemenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9123899999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, #9f1a1a 0%, #710e0e 50%, #000000 100%);
    transform: translateY(0%) scale(1);
    transition: all .7s;
    visibility: hidden;
    opacity: 0;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}


.menuscontainer {
    margin: 0 auto;
    width: 100%;
    padding: 60px;
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 50%);
}

.menuboxes {
    height: 100%;    
    background: url(https://images.pexels.com/photos/459469/pexels-photo-459469.jpeg?auto=format%2Ccompress&cs=tinysrgb&dpr=2&h=750&w=1260);
    float: left;
    background-size: cover;
    background-position: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: #fff; */
    /* text-transform: uppercase; */
    opacity: 0;
    transition: all .7s;
    transition-delay: 0.8s;
    position: relative;
}

a.linkmnenu {
    display: flex;
    height: 35vh;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    transform: skewY(-4deg);
    transition: all .3s;
}

h2.menulink {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin: 0;
    font-size: 3.5rem;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    padding: 10px 15px;
    background: #7e1111ba;
}

.menulock {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1%;
    z-index: 1235235;
}

span.barsmneu {
    width: 50px;
    height: 2px;
    margin: 0px 0;
    background: #fff;
    display: block;
    transform: rotate(45deg) translate(0%, 50%);
    position: absolute;
    top: 50%;
    left: 0%;
}

span.barsmneu.baru2 {
    transform: rotate(-45deg) translate(0%, 50%);
}

div#slidemenu.calloutmenu {
    opacity: 1;
    visibility: visible;
    transform: translate(0) scale(1);
}

div#slidemenu.calloutmenu .menuboxes {
    opacity: 1;
}

.menuboxes.meu1 {
    transition-delay: 0.4s;
}

.menuboxes.meu2 {
    transition-delay: 0.5s;
}

.menuboxes.meu3 {
    transition-delay: 0.6s;
}

.menuboxes.meu4 {
    transition-delay: 0.7s;
}

ul.slidemain {
    margin: 0;
    padding: 0;
    list-style: none;
}

li.slideli {
    position: relative;    /* min-width: 100%; */
    height: 100vh;
}

.removeitemhide.slidefood {
}

.removeitemhide.slidefood img.foodinner {
    left: -100vw;
}

.removeitemhide.slidefood img.foodpl {
    left: -100vw;
}

.removeitemhide.slidefood .fooditem {
    top: -100vh;
}

@-webkit-keyframes drop {
    0% {
        margin-top: 0;
    }

    50% {
        margin-top: 5vw;
    }

    100% {
        margin-top: 0;
    }

}

@-moz-keyframes drop {
    0% {
        margin-top: 0;
    }

    50% {
        margin-top: 5vw;
    }

    100% {
        margin-top: 0;
    }

}

@keyframes drop {
    0% {
        margin-top: 0;
    }

    50% {
        margin-top: 5vw;
    }

    100% {
        margin-top: 0;
    }

}

img.foodinner:hover {
    transform: rotate(720deg);
}

img.foodpl:hover {
    transform: rotate(720deg);
}

.floatdotsbar {
    position: absolute;
    top: 50%;
    right: 10vw;
    transform: translateY(-50%);
    z-index: 912394;
    text-align: right;
}

ul.bardot {
    margin: 0;
    padding: 0;
    list-style: none;
}

span.linetet {
    display: block;
    font-weight: 700;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: right;
    margin: 30px 0;
    font-family: 'Oswald', sans-serif;
    min-width: 150px;
    padding: 0 0 5px;
    transition: all .3s;
    cursor: pointer;
}

section.aboutus {
    background: #1e2111;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: 50%;
}

.leftcaboutleft {
    background: #1e2111;
    text-align: center;
    margin: 60px auto;
    padding: 5vw;
    width: 100%;
}

h2.abok {
    color: #fff;
    text-align: left;
    font-size: 1.4rem;
    margin: 0 0 0px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}

.contencontainerabout {
    overflow: auto;
    display: grid;
    align-items: center;
    justify-content: flex-start;
    padding: 60px 5vw;
    grid-template-columns: auto auto;
}

.post,
.page {
    margin: 0;
}

h1.aboutk {
    text-align: left;
    font-size: 3rem;
    margin: 15px 0;
    text-transform: uppercase;
    color: #009dff;
    font-weight: 700;
    color: #fff;
    font-weight: 300;
    position: relative;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 10px;
}

span.contm {
    text-align: left;
    color: #d8d8d8;
    line-height: 1.8rem;
    font-size: 1rem;
}

body {
    font-family: 'Montserrat', sans-serif;/* font-family: 'Oswald', sans-serif; */

    /* font-family: 'Poppins', sans-serif; *//* font-family: 'Saira Semi Condensed', sans-serif; */
}

section#gallerycon {
    position: relative;
    background: #15170c;
    /* padding: 120px 0; */
}

h1.galldk {
    text-align: center;
    font-size: 3rem;
    margin: 15px 0 50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    position: relative;
    padding-bottom: 10px;
    font-family: 'Oswald', sans-serif;
}

h2.galleryc {
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    margin: 0 0 0px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

span.gallimg {
    flex-basis: 33%;
    display: block;
    min-height: 35vh;
    background: #444;
    background-image: url(http://static1.squarespace.com/static/5366ac90e4b00d4ffa0d4d0b/5af62407352f537697e54440/5ba0195a0ebbe88ac1db1511/1537230460178/MM_Lily_s-74.jpg?format=1500w);
    background-position: 50%;
    background-size: cover;
    margin: 0 10px;
}

.caroigall {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto;
    padding: 0 5vw;
}

h1.galldk:after {
    content: close-quote;
    position: absolute;
    width: 100px;
    height: 3px;
    background: rgb(207, 170, 35);
    background: rgb(135, 128, 54);
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

h1.aboutk:after {
    content: close-quote;
    position: absolute;
    width: 100px;
    height: 3px;
    background: #b9983a;
    top: 100%;
    left: 0;
    margin: 0 auto;
}

footer#mainb {
    position: relative;
    background: #0b0c04;
}

div.leftcloo {
    display: grid;
    justify-content: space-between;
    width: 100%;
    grid-template-columns: auto auto;
}

.footeinc {
    display: flex;
    align-items: center;
    color: #fff;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding: 5px 0;
}

.rightsocial {
}

.rightbackup {
    flex-basis: 50%;
    text-align: right;
}

span.copyri {
    display: inline;
    color: #fff;
}

div#wpcf7-f60-p28-o1 .screen-reader-response{
    width: 1px;
}
div.disnby {
    text-align: center;
}

.rightsocial a {
    color: #fff;
}

div#wrap-menu-food {
    margin: 0 15px;
}

h3.food-title.mb-1 {
    font-weight: 800;
    color: #272727;
    letter-spacing: -1px;
}

span.d-block.text-mask {
}

.wpb_wrapper h2 {
    font-weight: 900;
    font-size: 3rem;
}

.wpb_wrapper {
}

h2.section-heading.white {
    text-align: center;
}

ul.wrap-food-category {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menustafi {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 60px;
    position: relative;
}

.wpb_wrapper .wpb_wrapper {
    display: flex;
}

.food-category {
    flex-basis: 50%;
}

.food-price.text-vegoshi-orange {
}

li.food {
    display: block;
    overflow: auto;
    padding: 10px 10vw 10px 0;
    min-height: 20vh;
}

.food-info {
    float: left;
    width: 75%;
}

.food-price.text-vegoshi-orange {
    float: left;
    width: 25%;
    font-weight: 500;
    text-align: right;
    color: #c3c3c3;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.food-desc {
    width: 100%;
    float: left;
    padding: 10px 0;
    font-size: 14px;
}

.food-kpl {
    display: none;
}

.plaion {
/*    min-height: 35vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto 60px;
    background-image: url(https://images.pexels.com/photos/6500/food-coffee-lunch-burrito.jpg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);
    background-position: 50%;
    background-size: cover;*/
}

.plaion {
}

.plaion h1.entry-title, h1.entry-title-menu {
    color: #fff;
    margin: 0;
    padding: 24px 0vw;
    font-size: 4rem;
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
    /*background: rgba(21, 23, 12, 0.92);*/
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

span.bck {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

#woodnavig {
    margin: 0;
    padding: 0;
    list-style: none;
}

#woodnavig {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#woodnavig {
}

html div#navswipe_foot #woodnavig a {
    font-size: 3rem;
    margin: 20px 0;
    text-decoration: none;
    font-weight: 900;
    color: #212121;
}

.entry-content-pages {
    color: #212529;
    margin: 0;
    padding: 30px 8vw;
    background: #fff;
    margin: 0 0 60px;
    font-size: 1rem;
    line-height: 1.8rem;
    letter-spacing: 1px;
}

ul.gridl {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

li.lid {
    flex-basis: 20%;
}

.grilimg {
    min-height: 15vw;
    display: block;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    max-width: 100%;
    width: 100%;
}

ul.slidemain {
    margin: 0;
    padding: 0;
    list-style: none;
}

header.fl {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
/*     max-width: 250px; */
    margin: 0 auto;
/*     z-index: 91340; */
	z-index: 99;
}

.flcontainer {
    max-width: 300px;
    margin: 0 auto;
	position:relative;
	z-index: 91240;
}

h1.lgocm {
    margin: 5px 0 0;
}

img.logm {

    /* max-width: 140px; */
    margin: 0 auto;
}

a.lgolink {
    display: block;
    text-align: center;
    max-width: 140px;
    margin: 0 auto;
}

section.telatestlilys {
    background: #191d07;
    overflow: auto;
    padding: 120px 0 60px;
    margin: 50px 50px;
}

.listlcon {
    padding: 40px 20px;
    border-bottom: 1px solid #eeeeee21;
    margin: 10px;
    border-radius: 2px;
}

h1.liltitle {
    font-weight: 300;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

span.blogdatei {
    display: block;
    color: #b5b5b5;
    font-weight: 300;
    font-size: 10px;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

span.desckdate {
    display: block;
    color: #b5b5b5;
}

a.readmorelink {
    color: #fff;
    padding: 5px 0px;
    display: inline-block;
    border: 0px solid #eeeeee2e;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 20px 0 0;
    letter-spacing: 3px;
    font-weight: 300;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}

.blogk {
    max-width: 1100px;
    margin: 0px auto 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    background: #15170c;
}
section#gallerycon:before {
    content: close-quote;
    position: absolute;
    top: 25%;
    right: 10%;
    background-image: url(https://www.konstolymp.gr/sites/default/files/images/decorations/1_10.png);
    background-size: contain;
    width: 300px;
    height: 400px;
    background-repeat: no-repeat;
}

span.gallerycon {
    position: relative;
    overflow: auto;
    display: block;
    padding: 120px 0;
    margin: 0 50px;
    background: #1e2111;
}

section.aboutus {
    margin: 50px 50px;
}
.aboutbusoimg {
    background-image: url(//lilysmalibu.com/wp-content/uploads/2019/09/DSC03013.jpg);
    background-size: cover;
    background-position: 50%;
    min-height: 40vh;
    width: 35vw;
}span.dkl {
    display: block;
    overflow: auto;
    display: flex;
    /*padding: 60px 0 0px;*/
    margin: 0 auto;
    max-width: 1100px;
}

span.locationboxes {
    display: block;
    flex-basis: 25%;
    padding: 0 5px;
    text-align: center;
    font-size: 14px;
}

h1.spantitlebox {
    font-size: 1.5rem;
    color: #c3c3c3;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin: 0 0 20px;
    text-transform: uppercase;
}

span.confk {
    color: #fff;
}

span.confk a {
    color: inherit;
}

span.lcok {
    color: #fff;
}

a.lock {
    color: #fff;
}

span.colksocial {
    display: block;
}li.dotli.slideaction {}

li.dotli.slideaction span.linetet {
    padding-right: 30px;
    border-right: 5px solid #fff;
    font-size: 2rem;
}.menuboxes:hover a {
    transform: skewY(0deg);
    filter: grayscale(0.7);
}

.menuboxes:hover a h2.menulink {
    background: transparent;
}.body-lines {
    position: fixed;
    top: -70px;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 70px;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    pointer-events: none;
    z-index: -1;
    display: block;
}

.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
}

.grid-x {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
}

.body-lines__line.cell.small-2 {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
    width: 16.66667%;
    position: relative;
}

.body-lines__line:before {
    background-color: #fff;
    opacity: .05;
}

 .body-lines__line:after, .body-lines__line:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
 .body-lines__line:before {
    background-color: #fff;
    opacity: .05;
}
.body-lines__line:after,.body-lines__line:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
} .body-lines__line:after {
    background-color: #000;
    opacity: .05;
}
 .body-lines__line:after, .body-lines__line:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
 .body-lines__line:after {
    background-color: #000;
    opacity: .05;
}

.body-lines__line:after, .body-lines__line:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}.application .body-lines__line {
    position: relative;
    height: 100%;
}.grid-x>.small-1, .grid-x>.small-2, .grid-x>.small-3, .grid-x>.small-4, .grid-x>.small-5, .grid-x>.small-6, .grid-x>.small-7, .grid-x>.small-8, .grid-x>.small-9, .grid-x>.small-10, .grid-x>.small-11, .grid-x>.small-12, .grid-x>.small-full, .grid-x>.small-shrink {
    flex-basis: auto;
}.cell {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
}

span.d-block.text-mask {
    color: #fff;
    font-weight: 300;
}

h2.text-vegoshi-green.food-category-title.mb-xl-35.mb-3 {
    color: #fff;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    font-size: 4rem;
    margin: 0 0 50px!important;
    display: block;
}

h3.food-title.mb-1 {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.food-desc.text-vegoshi-dove_gray.clear-both {
    color: #c3c3c3;
    color: #fff;
    font-weight: 300;
}

.menustafi:after {
    content: close-quote;
    position: absolute;
    top: 0;
    right: 0px;
    background-image: url(https://www.botango.it/fileadmin/templates/images/parallax/parallax.BOTANGO.1.png);
    width: 230px;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
}

header.entry-header {
    width: 100%;
}.entry-content {
    min-height: 30vh;
    margin: 0;

}

body.page-template-p-menu-child main#main {
/*    border-top: 200px solid rgba(21, 23, 12, 0.92);
    padding: 0;*/
}
body.page-template-p-menu-child .entry-content {
    margin-left: 50%;
    width: 50%;
    padding: 30px;
}
div#aboutimgl {
    display: block;
    width: 45%;
    height: 60vh;
    background-image: url(https://images.pexels.com/photos/262978/pexels-photo-262978.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);
    background-size: cover;
    background-position: 50%;
    float: left;
    margin: 0 0 60px;
    position: relative;
    margin-top: 5vw;
}

div#aboutpage {
    padding: 10vw 60px;
    position: relative;
    overflow: auto;
}

div#aboutpage .leftcaboutleft {
    padding: 30px;
    margin: 0;
    background: transparent;
    width: 50%;
    float: right;
    margin-top: 20vw;
}div#miniimage {
    position: absolute;
    top: -10vw;
    right: -15vw;
    background-image: url(https://images.pexels.com/photos/46239/salmon-dish-food-meal-46239.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);
    background-size: cover;
    height: 20vw;
    width: 30vw;
    display: block;
}h1.ckl {
    text-align: center;
    color: #fff;
    color: #fff;
    margin: 0;
    padding: 25px 0vw;
    font-size: 2rem;
    line-height: 0;
    font-weight: 300;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    font-style: italic;
}span.ckl {
    font-size: 10rem;
    line-height: 0rem;
    margin: 0px 10px 0;
    display: inline-block;
    position: relative;
    top: 85px;
    width: 90px;
    height: 40px;
}

img.food-icon {
    margin: 0 40px;
}

main#main {
    min-height: 100vh;
    padding: 170px 0 0;
    color: #fff;
}

body.page-template-p-menu-child main#main {
    padding: 50px 0;
}

.entry-title {
    text-align: center;
    text-transform: uppercase;
}

div.wpcf7 {
    width: 80%;
    margin: 0 auto;
    max-width: 1100px;
}

div#wpcf7-f60-p28-o1 * {
    width: 100%;
}

div#wpcf7-f60-p28-o1 input, div#wpcf7-f60-p28-o1 textarea {
    background-color: #000;
    color: #fff
}

.scroll {
    background: url(//lilysmalibu.com/wp-content/uploads/2019/08/old-paper-clipart-blank-space-700978-5852994.png);
    background-size: cover;
    position: fixed;
    height: 100%;
    width: 90%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

article#post-26 {
    padding: 0px 20px;
}

ul.menu-container, li.menu-item{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.menu-container {
    margin: 50px auto;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 10px;
}

li.menu-item {
    position: relative;
    overflow: hidden;
}

a.menu-item-link img {
    width: 100%;
    transition: all .5s ease-in-out;
}

a.menu-item-link:hover img {
    transform: scale(1.2);
}

li.menu-item > a.menu-item-link > h3 {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    margin: 0;
    padding: 24px 0;
    padding-right: 10%;
    font-size: 2rem;
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
    text-align: right;
    background: rgba(21, 23, 12, 0.92);
    font-family: 'Oswald', sans-serif;
}

.menu-image {
    width: 50vw;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background-size: cover;
    z-index: -1;
}

ul#menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.toggle-title {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
}
/* hide read more on plugin */
a.fp_popTrig.fp_inline_btn {
    display: none;
}
.mapdirections {
    text-align: center;
}

div.ngg-galleryoverview.default-view .ngg-gallery-thumbnail {
    margin: 0 20px;
}

.grecaptcha-badge {
    opacity: 0;
    visibility: hidden;
}

#covid-19-message {
	text-align: center;
    color: #fff;
    background: #161611;
    text-transform: uppercase;
	font-size: 1.25rem;
}

.pum-theme-lightbox .pum-content {
    text-align: center;
}@media screen and (max-width: 769px){

    body.page-template-p-menu-child main#main {
        padding: 0;
    }

    div.leftcloo {
        justify-content: center;
        grid-template-columns: auto;
    }

    .menu-image {
        width: 100vw;
        min-height: 300px;
        position: static;
    }

    body.page-template-p-menu-child .entry-content {
        margin: 0;
        width: 100%;
        padding: 5px;
    }

    h1.ckl {
        line-height: unset;
    }

    span.ckl {
        font-size: unset;
        line-height: unset;
        position: unset;
        display: unset;
        margin: 0;
    }
    
    ul.menu-container {
        grid-template-columns: auto;
    }

    div#wpcf7-f60-p28-o1 * {
        width: 85vw;
        margin: 0 auto;
    }

    nav#main-navi {
        display: none;
    }

    #swipe_handle {
        display: block;
    }

    span.gallerycon {
        margin: 0;
    }

    section.telatestlilys {
        margin: 50px 0;
    }
    
    div.wpcf7 {
        width: 100%;
    }

   
	.fooditem {
        background-image: url(//lilysmalibu.com/wp-content/uploads/2019/06/burger-1.png);
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        z-index: 1235125;
        transform: translateY(0);
        transition: all .7s;
        transition-delay: 1s;
        position: relative;
        top: 0;
        width: 100vw;
    }img.foodpl {
        max-width: 80px;
    }img.foodinner {
        max-width: 80px;
    }.leftcaboutleft {
        width: 50%;
        margin: 60px 30px;
        background: #15170c;
        text-align: center;
        max-width: 1100px;
        margin: 60px auto;
        padding: 5vw 10px;
        width: 100%;
        margin: 60px 10px;
    }section#gallerycon {
        position: relative;
        background: #15170c;
        padding: 120px 20px;
    }span.gallimg {
        flex-basis: 100%;
        display: block;
        min-height: 31vh;
        margin: 20px 10px;
        width: 100%;
    }.blogk {
        max-width: 1100px;
        margin: 0px auto 60px;
        display: block;
        align-items: center;
        justify-content: center;
    }
    .listlcon {
        padding: 40px 20px;
        border: 1px solid #eeeeee21;
        margin: 10px 20px;
        border-radius: 2px;
        flex-basis: 100%;
    }.footeinc {
        display: block;
        align-items: center;
        color: #fff;
        max-width: 1100px;
        margin: 0 auto;
        padding: 0;
        padding: 5px 0;
    }.rightbackup {
        flex-basis: 30%;
        text-align: center;
    }span.leftcloo {
        flex-basis: 100%;
        font-weight: 500;
        letter-spacing: 0px;
        font-size: 14px;
        text-align: center;
        font-family: 'Oswald', sans-serif;
    }.caroigall {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 60px auto;
        max-width: 85%;
        max-width: 1100px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    div#slidemenu {
        display: none;
    }
    .floatfoodinner {
        display: none;
    }

    nav#main-navi {
        top: unset;
        bottom: 0;
        align-items: end;
    }

    span.barsck {
        margin: 50px 20px;
    }

    span.callok {
        margin: 50px 10px;
        grid-template-columns: repeat(3, auto);
    }

    span.callok > a {
        text-align: center;
    }

    .menuscontainer {
        overflow: scroll;
        grid-template-columns: 100%;
        padding: 60px 0;
        grid-gap: 60px;
    }

    img.food-icon {
        margin: 20px 0;
    }

    span.linetet, li.dotli.slideaction span.linetet {
        font-size: 0;
        border: none;

    }
    span.linetet, li.dotli.slideaction span.linetet img.food-icon {
        opacity: 1;
    }
    span.linetet, li.dotli span.linetet img.food-icon{
        opacity: .5;
        transition: all .5s ease-in-out;
    }

    .floatdotsbar {
        right: 0;
        display: none;
    }

    .contencontainerabout {
        grid-template-columns: auto;
    }

    .aboutbusoimg {
        width: 100%;
    }

    section.aboutus {
        margin: 50px 0;
    }

    footer#mainb {
        padding-bottom: 100px;
    }

    span.callok {
        right: 10px;
    }
}/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(//lilysmalibu.com/wp-content/plugins/foodpress/assets/fonts/.fontawesome-webfont.eot?v=4.0.3);
  src: url(//lilysmalibu.com/wp-content/plugins/foodpress/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3) format('embedded-opentype'), url(//lilysmalibu.com/wp-content/plugins/foodpress/assets/fonts/fontawesome-webfont.woff?v=4.0.3) format('woff'), url(//lilysmalibu.com/wp-content/plugins/foodpress/assets/fonts/fontawesome-webfont.ttf?v=4.0.3) format('truetype'), url(//lilysmalibu.com/wp-content/plugins/foodpress/assets/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}



@font-face {
  font-family: "foodpress_font";
  src:url(//lilysmalibu.com/wp-content/plugins/foodpress/assets/fonts/foodpress_font.eot);
  src:url(//lilysmalibu.com/wp-content/plugins/foodpress/assets/fonts/foodpress_font.eot?#iefix) format("embedded-opentype"),
    url(//lilysmalibu.com/wp-content/plugins/foodpress/assets/fonts/foodpress_font.woff) format("woff"),
    url(//lilysmalibu.com/wp-content/plugins/foodpress/assets/fonts/foodpress_font.ttf) format("truetype"),
    url(//lilysmalibu.com/wp-content/plugins/foodpress/assets/fonts/foodpress_font.svg#foodpress_font) format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-fa-fp]:before {
  font-family: "foodpress_font" !important;
  content: attr(data-fa-fp);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="fp-"]:before,
[class*=" fp-"]:before {
  font-family: "foodpress_font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fp-watermelon-alt:before {
  content: "a";
}
.fp-sushi-2-alt:before {
  content: "b";
}
.fp-sushi-alt:before {
  content: "c";
}
.fp-taco:before {
  content: "d";
}
.fp-taco-alt:before {
  content: "e";
}
.fp-tea-pot:before {
  content: "f";
}
.fp-tea-pot-alt:before {
  content: "g";
}
.fp-totopos:before {
  content: "h";
}
.fp-totopos-alt:before {
  content: "i";
}
.fp-utensils:before {
  content: "j";
}
.fp-utensils-alt:before {
  content: "k";
}
.fp-vegetarian:before {
  content: "l";
}
.fp-vegetarian-alt:before {
  content: "m";
}
.fp-watermelon:before {
  content: "n";
}
.fp-sushi-2:before {
  content: "o";
}
.fp-salt:before {
  content: "p";
}
.fp-roast-alt:before {
  content: "q";
}
.fp-sushi:before {
  content: "r";
}
.fp-roast:before {
  content: "s";
}
.fp-stir-fry-alt:before {
  content: "t";
}
.fp-stir-fry2-alt:before {
  content: "u";
}
.fp-rice:before {
  content: "v";
}
.fp-stir-fry2:before {
  content: "w";
}
.fp-rice-alt:before {
  content: "x";
}
.fp-pizza-alt:before {
  content: "y";
}
.fp-stir-fry:before {
  content: "z";
}
.fp-pizza:before {
  content: "A";
}
.fp-stawberry-alt:before {
  content: "B";
}
.fp-pineapple-alt:before {
  content: "C";
}
.fp-stawberry:before {
  content: "D";
}
.fp-pineapple:before {
  content: "E";
}
.fp-set-1-alt:before {
  content: "F";
}
.fp-mug-alt:before {
  content: "G";
}
.fp-set-1:before {
  content: "H";
}
.fp-mug:before {
  content: "I";
}
.fp-scale-alt:before {
  content: "J";
}
.fp-muffin-alt:before {
  content: "K";
}
.fp-scale:before {
  content: "L";
}
.fp-muffin:before {
  content: "M";
}
.fp-salt-alt:before {
  content: "N";
}
.fp-grapes:before {
  content: "O";
}
.fp-corn-dog-alt:before {
  content: "P";
}
.fp-ice-cream-cone-alt:before {
  content: "Q";
}
.fp-kabob:before {
  content: "R";
}
.fp-grapes-2:before {
  content: "S";
}
.fp-drink1:before {
  content: "T";
}
.fp-drink1-alt:before {
  content: "U";
}
.fp-grapes-2-alt:before {
  content: "V";
}
.fp-kabob-alt:before {
  content: "W";
}
.fp-lollipop:before {
  content: "X";
}
.fp-grapes-alt:before {
  content: "Y";
}
.fp-drink2:before {
  content: "Z";
}
.fp-drink2-alt:before {
  content: "0";
}
.fp-ham:before {
  content: "1";
}
.fp-lollipop-alt:before {
  content: "2";
}
.fp-martini:before {
  content: "3";
}
.fp-ham-alt:before {
  content: "4";
}
.fp-egg:before {
  content: "5";
}
.fp-egg-alt:before {
  content: "6";
}
.fp-hat:before {
  content: "7";
}
.fp-martini2:before {
  content: "8";
}
.fp-martini2-alt:before {
  content: "9";
}
.fp-hat-alt:before {
  content: "!";
}
.fp-fork-knife:before {
  content: "\"";
}
.fp-fork-knife2:before {
  content: "#";
}
.fp-ice-cream-cone:before {
  content: "$";
}
.fp-martini-alt:before {
  content: "%";
}
.fp-meat:before {
  content: "&";
}
.fp-ice-cream-cone2:before {
  content: "'";
}
.fp-fork-knife2-alt:before {
  content: "(";
}
.fp-fork-knife-alt:before {
  content: ")";
}
.fp-ice-cream-cone2-alt:before {
  content: "*";
}
.fp-meat-alt:before {
  content: "+";
}
.fp-menu:before {
  content: ",";
}
.fp-ice-cream-cone3:before {
  content: "-";
}
.fp-fries:before {
  content: ".";
}
.fp-fries-alt:before {
  content: "\444";
}
.fp-ice-cream-cone3-alt:before {
  content: ":";
}
.fp-menu-alt:before {
  content: ";";
}
.fp-corn-dog:before {
  content: "<";
}
.fp-chili-alt:before {
  content: "=";
}
.fp-cheese:before {
  content: ">";
}
.fp-cake-alt:before {
  content: "\111";
}
.fp-beverage-alt:before {
  content: "\222";
}
.fp-cake-1-alt:before {
  content: "\898";
}
.fp-champagne-bucket-alt:before {
  content: "^";
}
.fp-chili:before {
  content: "_";
}
.fp-corn-alt:before {
  content: "`";
}
.fp-corn:before {
  content: "\666";
}
.fp-chicken-alt:before {
  content: "\787";
}
.fp-champagne-bucket:before {
  content: "\777";
}
.fp-cake-1:before {
  content: "\8989";
}
.fp-beverage2-alt:before {
  content: "\555";
}
.fp-beverage2:before {
  content: "\e000";
}
.fp-cake:before {
  content: "\e001";
}
.fp-champagne-alt:before {
  content: "\e002";
}
.fp-chicken-2-alt:before {
  content: "\e003";
}
.fp-cookie-alt:before {
  content: "\e004";
}
.fp-cookie:before {
  content: "\e005";
}
.fp-chicken-2:before {
  content: "\e006";
}
.fp-champagne:before {
  content: "\e007";
}
.fp-burger-alt:before {
  content: "\e008";
}
.fp-beverage:before {
  content: "\e009";
}
.fp-beer-alt:before {
  content: "\e00a";
}
.fp-burger:before {
  content: "\e00b";
}
.fp-chaffing-dish-alt:before {
  content: "\e00c";
}
.fp-chicken:before {
  content: "\e00d";
}
.fp-cola-alt:before {
  content: "\e00e";
}
.fp-cola:before {
  content: "\e00f";
}
.fp-cherry-alt:before {
  content: "\e010";
}
.fp-chaffing-dish:before {
  content: "\e011";
}
.fp-bread-alt:before {
  content: "\e012";
}
.fp-beer:before {
  content: "\e013";
}
.fp-basket-alt:before {
  content: "\e014";
}
.fp-bread:before {
  content: "\e015";
}
.fp-caviar-alt:before {
  content: "\e016";
}
.fp-cherry-1-alt:before {
  content: "\e017";
}
.fp-coffee-pot-alt:before {
  content: "\e018";
}
.fp-coffee-pot:before {
  content: "\e019";
}
.fp-cherry-1:before {
  content: "\e01a";
}
.fp-caviar:before {
  content: "\e01b";
}
.fp-box-alt:before {
  content: "\e01c";
}
.fp-basket:before {
  content: "\e01d";
}
.fp-apple-alt:before {
  content: "\e01e";
}
.fp-apple2-alt:before {
  content: "\e01f";
}
.fp-box-2:before {
  content: "\e020";
}
.fp-box-2-alt:before {
  content: "\e021";
}
.fp-carrot-alt:before {
  content: "\e022";
}
.fp-carrot:before {
  content: "\e023";
}
.fp-cheese-alt:before {
  content: "\e024";
}
.fp-cherry:before {
  content: "\e025";
}
.fp-cocktail-alt:before {
  content: "\e026";
}
.fp-cocktail:before {
  content: "\e027";
}
.fp-chilis-alt:before {
  content: "\e028";
}
.fp-cheese-2-alt:before {
  content: "\e029";
}
.fp-candy-alt:before {
  content: "\e02a";
}
.fp-box:before {
  content: "\e02b";
}
.fp-apple2:before {
  content: "\e02c";
}
.fp-apple:before {
  content: "\e02d";
}
.fp-bottle-alt:before {
  content: "\e02e";
}
.fp-candy:before {
  content: "\e02f";
}
.fp-cheese-2:before {
  content: "\e030";
}
.fp-chilis:before {
  content: "\e031";
}
.fp-bottle:before {
  content: "\999";
}
/*
	Default FoodPress Theme
*/


/*-- General styles --*/
	.marl20{margin-left:20px}
	.mart5{margin-top:5px} .mart10{margin-top:10px} .mart15{margin-top:15px} .mart20{margin-top:20px} .mart25{margin-top:25px} .mart30{margin-top:30px} .mart40{margin-top:40px} .mart50{margin-top:50px}
	.marb5{margin-bottom:5px} .marb10{margin-bottom:10px} .marb15{margin-bottom:15px} .marb20{margin-bottom:20px} .marb25{margin-bottom:25px} .marb30{margin-bottom:30px} .marb35{margin-bottom:35px} .marb40{margin-bottom:40px} .marb45{margin-bottom:45px} .marb50{margin-bottom:50px}
	.padb5{padding-bottom:5px} .padb10{padding-bottom:10px} .padb15{padding-bottom:15px} .padb20{padding-bottom:20px} .padb25{padding-bottom:25px} .padb30{padding-bottom:30px} .padb40{padding-bottom:40px} .padb50{padding-bottom:50px}
	.padt5{padding-top:5px} .padt10{padding-top:10px} .padt15{padding-top:15px} .padt20{padding-top:20px} .padt25{padding-top:25px} .padt30{padding-top:30px} .padt40{padding-top:40px} .padt50{padding-top:50px} .padt60{padding-top:60px}
	.pad5{padding:5px} .pad10{padding:10px} .pad15{padding:15px} .pad20{padding:20px} .pad25{padding:25px}
	.marl10{margin-left: 10px;}

	.tac{text-align:center}
	.fs18{font-size:18px}
	.fs24{font-size:24px}
	.fs30{font-size:30px}
	.fs90{font-size:90px}
	.fs72{font-size:72px}
	.lhe22{line-height:22px}
	.lhe24{line-height:24px}
	.rnd5{-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
	.rnd8{-moz-border-radius: 8px;-webkit-border-radius: 8px;border-radius: 8px;}
	.rnd15{-moz-border-radius: 15px;-webkit-border-radius: 15px;border-radius: 15px;}

	.brbox{
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;
	}

	.foodpress_menu{
		font-family: 'Open Sans', sans-serif; 
		font-size:14px; color:#767676; 
		background:#fff;
		position: relative;		
	}
	.foodpress_menu.tabbed_menu{border-bottom: dashed thin #e1e1e1;}

	.transish, .tint, .foodpress_menu h2.tint_menu, .fp_icons i, 
	.fp_featured_content, .style_ft2 .menu_info, .style_3 .fp_thumbnail,
	.style_ft3 .menu_image, .style_ft4 .menu_image, .foodpress_categories h4, .foodpress_categories h4 span{
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;	
	}

	.foodpress_menu h2.fp_menu_sub_section i, .foodpress_menu h3.dish_type i{
		margin-right: 10px; float: left;
		margin-top: 5px;
	}
	.ffgeo{font-family: georgia}
	.bordb{border-bottom:dashed thin; border-color:#e1e1e1}
	
	.flr{float:right;}
	
	

/* layout */	
	.food_items_container {
		overflow:hidden; position:relative;
	}
	.food_items_container p, .fp_single_item_box p{margin:0;}

	.primbg{background-color:#792662;}

	.foodpress_menu .fp_menu_sub_section {
		font-family: 'Open Sans', sans-serif;
		font-weight:300;
		padding:6px 0px;
		margin:0;
		width:100%;	
		/*text-indent:10px;*/
		position:relative;
	}
	.foodpress_menu h3.fp_menu_sub_section{
		text-indent: 10px; 
	}
	.foodpress_menu h2.fp_menu_sub_section.collapsable, .foodpress_menu.clps_dt h3.fp_menu_sub_section.collapsable{cursor: pointer;	}
	
	.foodpress_menu h3.collapsable .fp_menu_expand{display: none;}
	.foodpress_menu.clps_dt h3 .fp_menu_expand{display: inline-block;}
	
	.foodpress_menu P{margin-bottom: 0;}
	.foodpress_menu .collapsable h2.tint_menu{cursor:pointer}
	.foodpress_menu .collapsable h2.tint_menu:hover {background-color:#f7f7f7;}
	.foodpress_menu .collapsable .fp_menu_expand{display:inline-block}
	.foodpress_menu .collapsable:hover .fp_menu_expand{opacity:1;}
	h2.collapsed .fp_menu_expand, .foodpress_menu.clps_dt h3.collapsed .fp_menu_expand{background-position:left center}
	.fp_menu_expand{
		opacity:0.4;
		display:none;
		width: 18px;
		height: 25px;
		background: url(//lilysmalibu.com/wp-content/plugins/foodpress/assets/images/arrows_colps.png) right center no-repeat;
		margin-left: 10px;
	}
	.fp_container{padding-bottom: 20px;}
	.tabbed_menu .fp_container{padding-bottom: 0px;}
	.fp_meal_type_description{
		padding-bottom: 10px;
		font-size: 14px;
	}

	/* center align menu style */
		.foodpress_menu.centermenu {text-align: center;}
		.foodpress_menu.centermenu .menuItem.style_1 span.fp_price {float: none; display:table; margin: 5px auto}
		.foodpress_menu.centermenu .menuItem.style_1 a.fp_popTrig.fp_inline_btn {display: table;margin: 5px auto;}
		.foodpress_menu.centermenu h2.fp_menu_sub_section i, .foodpress_menu.centermenu h3.dish_type i{float: none;}
	.fp_box .fp_price{border-radius: 5px}

/* item elements */
	/* price */
		.fp_box .fp_price{
			color: #fff;
			padding: 2px 5px;
			margin-right: 0px;
			margin-top: -3px;
			font-family: 'Open Sans', sans-serif;
			font-size: 18px;
			font-weight: 600;
			font-style: italic;
			float: right;
		}
	/* description */
		.fp_box .menu_description {
			line-height:140%;
			font-family: 'Open Sans', sans-serif; 
			font-size:13px; font-weight:300; 
			font-style:italic; 
		}
		.fp_box .menu_description p{margin:0px;}
	/* icons */
		.fp_icons {
			padding-top:5px;
			margin:0;
			color:#999; 
			font-size:20px;
		}
		.fp_icons i{margin-right: 10px;}
		.fp_icons i:hover{opacity:0.5}
	/* thumbnail */
		.fp_thumbnail {
			position:absolute; 
			z-index: 300;
			float:left; 
			width:140px; height:140px; 
			margin:00px 20px 0px 0px;
			background: no-repeat center center;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
	.fp_menudata_icon{
		margin:15px 15px;
		position: absolute;
	}
	.fp_popup_option .fp_menudata_icon i{
		font-size: 26px;
	}


/* regular items */
	.fp_box {	
		position:relative;
		float:left;
		display: block;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
	}
	
	.fp_box h3 {
		margin-top:0px; 
		position: relative;
		font-family: 'Open Sans', sans-serif; 
		font-weight:400; margin-bottom:5px;
		letter-spacing:0;line-height:130%;
	}
	.fp_box h5.fp_subheader, .fp_box h5.fp_additions{
		position: relative;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-style: italic;
		font-size: 16px;
		margin: 0;padding: 0;
		margin-bottom: 5px;
		letter-spacing: 0;
		line-height: 130%;		
	}
	.fp_box h5.fp_additions{
		margin-top: 10px;
		font-size: 12px;
		border-top:dashed thin #e1e1e1;
		padding-top: 6px;
	}

	.fp_box_special {background-color:#e0e8c6}
	.fp_box h4 {position:absolute; left:20px; top:10px; color:#637629; font-family: 'Open Sans', sans-serif; font-size:12.5px; font-weight:700;}
	.fp_inner_box{cursor: pointer;}	
	.fp_pop_inner .fp_inner_box{cursor: default;}
	
	/* style 1*/
		.style_1.fp_box{
			min-height:120px;
			overflow:hidden;
			border-top:dashed thin; border-color:#e1e1e1;
			line-height: 100%
		}
		.style_1.c_100{min-height: initial;}
		.style_1 .fp_inner_box{padding: 15px;}
		.style_1 h3{margin:5px 0;}
		.style_1.c_33{height:240px;}
		.style_1.c_33 .fp_price{
			font-size: 14px;
			margin-top: 0;
			float: none;
			margin-left: 0px;
		}
		.style_1.c_50 .fp_price{
			float: none;
			margin-left: 0px;
		}
		.food_items_container .c_100:last-child{
			border-bottom: dashed thin #e1e1e1
		}
	
	/* style 2 */
		.style_2.fp_box{margin-bottom: 3px;}
		.style_2.fp_box .fp_inner_box{}
		.style_2.fp_box h3{position:relative;	}
		.style_2.fp_box.c_50 .fp_inner_box{min-height: 250px;}
		.style_2.fp_box.c_50 h3, .style_2.fp_box.c_33 h3{padding-top: 30px;}
		.style_2.fp_box.c_50 .fp_price,.style_2.fp_box.c_33 .fp_price{
			position: absolute;
			left: 0;top: 0;
			margin-top: 0;
		}
		.style_2.fp_box .fp_price{
			font-size: 14px;		
		}
		.style_2.fp_box .fp_icons{
			display:inline-block;
			padding:0; padding-left: 10px;
		}
		.style_2 .menu_info{
			padding-left: 155px;
			padding-right: 10px;
			position: relative;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		.style_2 .fp_thumbnail{	height:100%;	}
		
		/* 33% */
			.style_2.c_33 .fp_thumbnail{
				width: 100%;
				height: 140px;
				border-bottom: none;
				position: relative;
				float: none;
			}
			.style_2.c_33 .menu_info{padding-left: 10px;padding-top: 10px;}
			.style_2.c_33:nth-child(3n+1){clear:both;}
			.style_2.no_img .menu_info{padding-left: 10px;}
	

/* featured items */
	/* style 1 */
		.style_ft1 .fp_inner_box{padding: 15px;min-height: 230px;}
		.style_ft1.c_50 .fp_inner_box{min-height: 160px;}
		.style_ft1.c_100 .fp_inner_box{min-height: initial;}
		.style_ft1 h3{margin: 5px 0;}
	/* style 2 */
		.style_ft2{height: 200px;}
		.style_ft2{
			background: no-repeat center center;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.style_ft2 .menu_info {
			margin:0px;
			z-index: 1;
			padding:0px;
			position:absolute;
			bottom:0px;
			left:0px;
			width:100%; height:100%;
			background-color: transparent;
		}
		.style_ft2 .menu_info:hover{
			background-color: #000;
			opacity: 0.8;
		}
		.style_ft2 .fp_inner_box{
			padding:20px;
			position: absolute;
			bottom: 0;
		}
		.style_ft2 .fp_price{
			float: none;
			display: inline-block;
			margin-bottom: 5px;
		}
		.style_ft2 .fp_inner_box h3, .style_ft2 .fp_inner_box p, .style_ft2 .fp_inner_box a{
			color: #fff;
		}
		.style_ft2 .fp_inner_box h3{
			font-weight: 700;
			font-size: 22px
		}
	
	/* style 3 */
		.style_ft3 .menu_info{
			position: relative;
		}
		.style_ft3 .menu_image{
			height:125px;
			background: no-repeat center center;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.style_ft3 .fp_price{
			float: none;
			display: inline-block;
			margin-bottom: 5px;
			margin-top: 0px;
		}		
		.style_ft3{border-bottom: dashed thin #e1e1e1;}
		.style_ft3.no_img .menu_image{height: 40px;}
		.style_ft3.c_50 .fp_inner_box{min-height: 130px;}
		.style_ft3.c_33 .fp_inner_box{min-height: 170px;}
		.style_ft3 .fp_inner_box{padding:15px;}
		.style_ft3.c_33{min-height: 350px;}
	
	/* style 4 */
		.style_ft4{border-bottom: dashed thin #e1e1e1;}
		.style_ft4 .menu_image{
			position: absolute;
			height: 100%;
			width: 60%;
			background: no-repeat center center;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		.style_ft4 .menu_info{padding-left: 60%;}
		.style_ft4 .menu_info .fp_inner_box{
			padding: 10px;
		}
		.style_ft4 .fp_price{
			margin-bottom: 6px;
			float: none;
			margin-top: 0;
			display: inline-block;
		}		
		.style_ft4.c_33 .menu_image{width: 40%;height: 75px;}
		.style_ft4.c_33 .menu_info{padding-left: 40%;min-height: 270px}
		.style_ft4.c_50 .menu_image{width: 40%;}
		.style_ft4.c_50 .menu_info{padding-left: 40%;min-height: 200px;}		
		.style_ft4.no_img .menu_info{padding-left: 0;}
		.style_ft4.c_33:nth-child(3n+2),.style_ft4.c_33:nth-child(3n+1){border-right:dashed thin #e1e1e1;}

/* single item */
	.fp_single_item_box .fp_box{width: 100%;}
	.fp_single_item_box .fp_box.style_1{border-bottom: dashed thin #e1e1e1;;}

/* column width */
	.c_33{width:33.3%;}
	.c_50{width:50%; box-sizing:border-box;}
	.c_100{width:100%;}

/* button */
	.fp_bnt.mt{margin-top:4px;}
	.fp_bnt, button.fp_bnt{
		background:#792662;
		color:#fff; 
		font-family: 'Open Sans', sans-serif; 
		font-size:14px; 
		font-weight:700; 
		font-style:normal; cursor:pointer;
		display:inline-block;
		padding:3px 10px;
		text-transform:uppercase;
		border-radius: 4px;
		text-decoration: none;
	}
	.fp_bnt:hover{
		background:#92417b;
		text-decoration:none;
		color: #fff;
	}
	
	/* light green button*/
	.fp_bnt.fpsec{background-color: #e9f6c3;color: #a6be5c;}
	.fp_bnt.fpsec:hover{background-color: #fff;color: #a6be5c;}

	.fp_inline_btn, .ftone_btn, .fp_btn_cur, .fp_popTrig{	cursor:pointer;}


/* single menu item */
	

/* borders */	
	.fp_box.style_1{
		border:dashed thin #e1e1e1;
		border-bottom: none;
		border-right:none;
		box-sizing:border-box;
	}	
	.fp_box.c_50.style_1:nth-child(2n+1){border-left: none;}
	.fp_box.c_33.style_1:nth-child(3n+1){border-left: none;}
	
	.fp_box.style_ft1{border:dashed thin #e1e1e1; border-bottom: none;border-right: none;}
	.fp_box.style_ft1.c_50:nth-child(2n+1){border-left: none;}
	.fp_box.style_ft1.c_33:nth-child(3n+1){border-left: none;}
	
	.fp_box.style_1.c_100{border-right:dashed thin #e1e1e1;box-sizing: border-box;}

	.style_ft3.c_50:nth-child(2n+1){border-right:dashed thin #e1e1e1;}
	.style_ft3.c_33:nth-child(3n+1),.style_ft3.c_33:nth-child(3n+2){border-right:dashed thin #e1e1e1;}

/* popup */
	#fp_close {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90001;
		margin: -14px 0 0 -14px;
		color: #cfcfcf;
		border-radius: 50%;
		padding: 5px;
		text-align: center;
		line-height: 100%;
		font-size: 22px;
		cursor: pointer;
		font-family: 'Open Sans', sans-serif;
		font-weight: 200;
		box-sizing: content-box;
		border: solid 1px;
		height: 18px;
		width: 18px;
		background: #fff;
	}
	#fp_close i{
		line-height: 100%;
		position: absolute;
		left: 6px;
		top: 3px;
	}
	#fp_close:hover{text-decoration:none;
		color:#aaaaaa;
	}
	#fp_popup{
		position:absolute;	
		z-index:990000;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	#fp_popup_bg{
		position:fixed;
		width:100%; height:100%;
		top:0; left:0;
		background-color: rgb(0, 0, 0);
		background-color:rgba(0, 0, 0, 0.6);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	    /* For IE 8*/
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
		z-index:980000;
	}

	/* popup spinner */
		.spinner {
		  margin: 140px auto 0;
		  width: 70px;
		  text-align: center;
		}

		.spinner > div {
		  width: 18px;
		  height: 18px;
		  background-color: #fff;
		  border-radius: 100%;
		  display: inline-block;
		  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
		  animation: bouncedelay 1.4s infinite ease-in-out;
		  /* Prevent first frame from flickering when animation starts */
		  -webkit-animation-fill-mode: both;
		  animation-fill-mode: both;
		}

		.spinner .bounce1 {
		  -webkit-animation-delay: -0.32s;
		  animation-delay: -0.32s;
		}

		.spinner .bounce2 {
		  -webkit-animation-delay: -0.16s;
		  animation-delay: -0.16s;
		}

		@-webkit-keyframes bouncedelay {
		  0%, 80%, 100% { -webkit-transform: scale(0.0) }
		  40% { -webkit-transform: scale(1.0) }
		}

		@keyframes bouncedelay {
		  0%, 80%, 100% { 
		    transform: scale(0.0);
		    -webkit-transform: scale(0.0);
		  } 40% { 
		    transform: scale(1.0);
		    -webkit-transform: scale(1.0);
		  }
		}
	.fp_popup {
		position:relative;
		width:70%; margin:60px auto;
		top:0px; bottom:0px;
		background:transparent;
	}
	.fp_pop_inner{
		-webkit-box-shadow: 1px 1px 10px 1px #3c3c3c;
		box-shadow: 1px 1px 10px 1px #3c3c3c;
		border-radius: 8px;
		overflow: hidden;
		background-color: #ffffff;
	}
	.fp_popup_img {
		width:100%; display:block; margin:0 auto; 
		background:no-repeat center center; 
		-webkit-background-size: cover; 
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover; position:relative;
	}
	.fp_menucard_content .fp_inner_box{padding:13px 20px 25px;}
	.fp_menucard_content .iconrow .fp_inner_box{padding-left: 70px;}

	.fp_menucard_content .fp_menu_type{
		font: 12px 'open sans', arial;
		margin:0;
		text-transform: uppercase;
		color:#999;
	}
	.fp_menucard_content h3 {
		font-family: 'Open Sans', sans-serif; 
		font-weight:400; 
		margin:0px;letter-spacing:0;line-height:130%;
	}
	.fp_menucard_content p{
		font-family: 'Open Sans', sans-serif; 
		font-size:14px; 
		font-weight:normal; 
		font-style:italic;
		line-height:130%;
		margin:0;
	}
	.fp_menucard_content .ffgeo p{font-family: georgia;}
	.fp_menucard_content .menu_description, .fp_text{
		font-family: 'Open Sans', sans-serif; 
		font-size:14px; font-weight:300; 
		color:#767676;
		line-height: 140%;
	}
	.fp_menucard_content .menu_description {margin:0px;}
	.fp_menucard_content .menu_description p{
		margin:0px;
		line-height:140%;
		padding-bottom: 8px;
	}
	.fp_popup_option {
		width:100%; 
		border-top:dashed thin; border-color:#C7C7C7;
	}
	.fp_popup_option i {
		float:left; 
		margin:0px 6px 0px 0px;
		line-height: 100%;
	}
	.fp_popup_option_title {
		font-family: 'Open Sans', sans-serif; 
		font-weight:600; 
		margin:0px; 
		text-transform:uppercase;
		padding-bottom:5px;	
		font-size: 22px;
		color: #767676;
	}
	.entry-content h4.fp_popup_option_title{margin: 0;}
	.fp_text {float:none;}
	.fp_text ul{list-style-type:disc;}
	.fp_text li{margin-left: 20px;}

	


	.fp_menucard_content .fp_pop_headerS:hover{
		background-color: rgba(0, 0, 0, 0.2);
		opacity: 0.7
	}
	.fp_menucard_content .fp_pop_headerS{
		position: relative;	
		padding-top: 100px; padding-bottom: 40px;
		text-align: center;
		width: 100%; 
		min-height: 300px;
		background-color: rgba(0, 0, 0, 0.57);
		box-sizing:border-box;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
	}
	
	.fp_menucard_content .fp_popup_img.noimg .fp_pop_headerS{
		padding: 35px 0;
		min-height: 100%;
	}
	.fp_menucard_content .fp_popup_img_title{
		width:100%;
		padding:0 50px;
		text-align: center;
		font-family: 'Open Sans', sans-serif;
		font-size:30px;
		font-weight:600 ;
		color: #fff;
		display: inline-block;
		margin-bottom: 10px;	
		box-sizing:border-box;	
	}
	.fp_menucard_content .fp_popup_img_price {
		background-color:#7a2662;
		padding:6px 9px;	
		font-family: 'Open Sans', sans-serif;
		font-size:26px;
		font-weight:600 ;
		font-style:italic;
		margin: 0 auto;
		display: inline-block;
		border-radius: 5px
	}


	.fp_text ul{padding-left: 0; margin-top: 3px;margin-bottom: 10px;}
	.popupInfofooter{background-color:#f3f1f2}



/* spice meter for popup */
	.fp_menucard_content .fp_spicebox{
		height:52px;
		width:100%;
		margin:0; padding:0;
		overflow: hidden;
	}
	.spice_before, .spice_this, .spice_after, 
	.fp_menucard_content .spice_before p,.fp_menucard_content .spice_after p{
		float:left;display:block;height:52px;
		margin:0;
	}
	.fp_menucard_content .spice_before{width:40px;}
	.fp_menucard_content .spice_after{width:40px;float: right;background-color: #ff490c;}
	.spice_this p{
		background: url(//lilysmalibu.com/wp-content/plugins/foodpress/assets/images/icons/spice_flame.png) top left no-repeat;
		color:#fff;
		margin:8px 15px;
		padding:7px 30px;
		font:700 16px 'open sans';
		text-transform: uppercase;
	}
	.spice_before.spix_1 p, .spice_after.spix_1 p{width:100%;}
	.spice_before.spix_2 p, .spice_after.spix_2 p{width:50%;}
	.spice_before.spix_3 p,.spice_after.spix_3 p{width:33.3%;}
	.spice_before.spix_4 p,.spice_after.spix_4 p{width:25%;}
	.spix_1{background-color: #2ea71a;}
	.spix_2{background-color: #a5c812;}
	.spix_3{background-color: #face0c;}
	.spix_4{background-color: #ff960c;}
	.spix_5{background-color: #ff490c;}

/* nutritions */
	.fp_nutritions p{
		float:left; width:50%;
		padding:0; margin:0;
		font-style:normal;
		text-transform: uppercase;
		line-height: 140%;
		color: #999999;
	}

.feat_box{overflow:hidden}	
.clear{clear:both}


/* Widget */
	.foodpress_widget .fp_box{float: none;}


/* tabbed menu */
	.tabbed_menu .foodpress_tabs {
		margin-bottom: 20px;
		border-bottom:1px solid #e1e1e1;
	}
	.tabbed_menu .foodpress_tabs h4{
		cursor: pointer;
		margin: 0;
		border:1px solid #e1e1e1;
		border-bottom:none;
		margin-right:-1px;
		padding: 4px 8px 2px;
		font-size: 16px;
		font-weight: normal;
		display: inline-block;
	}
	.tabbed_menu .foodpress_tabs h4:hover{
		opacity:0.6;
	}
	.tabbed_menu .foodpress_tabs h4.focused{
		background-color: #e1e1e1;
		color: #fff;
	}
	.tabbed_menu .fp_container p.fp_meal_type_description{
		font-style: italic;
		padding: 0 5px;
	}

/* categorized menu styles */
	.foodpress_menu.box_cats{overflow: hidden; width: 100%;}
	.foodpress_menu.box_cats .foodpress_categories h4:hover{opacity: 0.9}
	.foodpress_menu.box_cats .foodpress_categories h4{
		background-color: #7a2662;
		color: #fff;
		text-align: center;
		padding: 50px 0;
		cursor: pointer;
		display: inline-block;
		width: 50%;
		box-sizing:border-box; border-right:1px solid #fff;
		text-transform: uppercase;
		font-size: 18px;
		position: relative;
		min-height: 250px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		margin: 0 0 -3px 0;
		overflow:hidden;
	}
	.foodpress_menu.box_cats .fp_content, .foodpress_menu.box_cats .foodpress_categories{
		float: left;
	}
	.foodpress_menu.box_cats .fp_container, .foodpress_menu.box_cats h2.fp_menu_sub_section{display: none;}

	.foodpress_menu.box_cats .foodpress_categories h4 p.fp_meal_type_description{
		font-style: italic;
		text-transform: none;
		padding: 15px 20px 0; margin: 0;
		position: absolute;
		width: 100%;
		box-sizing:border-box;
	}
	.foodpress_menu.box_cats .foodpress_categories h4 i{
		display: block;
		float: none;
		font-size: 54px;
	}
	.foodpress_menu.box_cats span.fp_backto_cats:hover{opacity: 0.6}
	.foodpress_menu.box_cats span.fp_backto_cats{
		padding:5px;
		font-size: 22px;
		font-style: italic;
		cursor: pointer;
		padding-left: 20px;
		position: relative;
	}
	.foodpress_menu.box_cats span.fp_backto_cats:before{
		content: "\f104";
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		left: 0; margin-top: 5px;
	}
	.box_cats .foodpress_categories h4 span.mtimg{
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-background-size: fixed;
		background-size: fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  	display: block;
	  	position: absolute;
	  	height: 100%; width: 100%;
	  	top: 0;
	  	opacity: 0.0;
	}
	.box_cats .foodpress_categories h4:hover span.mtimg{opacity: 0.4;}


/* reservation form styles */

	/* general */
		#fp_make_res{
			margin:0px auto;
			position:absolute;
			top:150px;
			display: none;
			width: 100%;
			box-sizing:border-box;			
			z-index: 9999;
			color:#fff;
			text-align: center;
		}
		#ui-datepicker-div{z-index: 99999!important;}
		#fp_make_res .inside{
			margin: 0 auto;
			width:80%;
			position:relative;
			display: block;
			max-width:600px;
		}
		.fpres_bg.success{background-color: #7A9E6B;}
		.fpres_bg{
			display: none;
			position: fixed;
			height: 100%;
			width: 100%;
			background-color: #8a2945;
			top: 0;
			z-index: 9000;
		}		
		#fp_make_res .divider{
			border-top:1px solid #fff;
			opacity: 0.2; margin:0 0 20px; padding: 0;
		}
		#fp_make_res .reservation_section input, #fp_make_res .reservation_section select, #fp_make_res .reservation_section textarea{
			border: 1px solid #fff;
		}
		.form_section_1 p{margin: 0 5px;display: inline-block; width: auto; padding: 0;}
		.form_section_1 p span{display: block; text-align: center;padding-bottom: 5px;}
		.form_section_1 p input{margin-bottom: 5px;}
		.form_section_1 p input, .form_section_1 p select, .form_section_2 input, .form_section_2 select,.form_section_2 textarea{
			-moz-border-radius: 4px; 
			-webkit-border-radius: 4px;
			border-radius: 4px;
			color: #fff;
			-webkit-transition: .05s border-color ease-in-out;
			transition: .05s border-color ease-in-out;
			padding: 10px;
			text-align: center;
			border:none;
			line-height: 100%
		}

		.form_section_1 p input, .form_section_1 p select{
			background-color: rgba(255, 255, 255, 0.3);				
		}
		.form_section_1 p select{padding: 9px}
		.form_section_1 p select option,.form_section_2 p select option{color:#3d3d3d;}
		.form_section_1{padding-bottom: 25px; text-align: center;}
	

		.form_section_2{text-align: center;}
		.form_section_2 input::-webkit-input-placeholder{color: rgba(255, 255, 255, 0.6)}
		.form_section_2 input:-moz-input-placeholder{color: rgba(255, 255, 255, 0.6)}
		.form_section_2 input::-moz-input-placeholder{color: rgba(255, 255, 255, 0.6)}
		.form_section_2 input:-ms-input-placeholder{color: rgba(255, 255, 255, 0.6)}
		.form_section_2 input, .form_section_2 select,
		.form_section_2 textarea{
			background-color: rgba(255, 255, 255, 0.2);
			text-align: left;
			width: 375px;
			padding: 6px 10px;		
		}
			.form_section_2 textarea{width: 100%;height: 70px;}
			.form_section_2 input[type=checkbox]{
				width: 20px;
			}
		.form_section_2 p{ margin: 0;padding-bottom: 10px; }
		.form_section_2 #fp_reservation_submit{ margin-top: 25px;}
		.form_section_2 label{display: block; padding: 5px 0 5px; margin: 0;		}
		.form_section_1 .size input{width: 70px;}

		.fp_res_input_icon_calendar, .fp_res_input_icon_clock{
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px; 
			border-radius: 4px;
			background-color: #b184a4;
			color: #fff;
			-webkit-transition: .05s border-color ease-in-out;
			transition: .05s border-color ease-in-out;
			padding: 10px;
			text-align: center;
			border-color:none;
			border:none;
		}
		.fp_res_input_icon_calendar {padding-right:40px; 
			background-image:url(//lilysmalibu.com/wp-content/plugins/foodpress/assets/images/reservation-form/fp-res-cal-icon.png); 
			background-position:10px center;
			background-repeat:no-repeat;
			}
		.fp_res_input_icon_clock {
			padding-right:40px; 
			background-image:url(//lilysmalibu.com/wp-content/plugins/foodpress/assets/images/reservation-form/fp-res-clock-icon.png); 
			background-position:10px center;
			background-repeat:no-repeat; 
			}

			[placeholder]:focus::-webkit-input-placeholder {
			  transition: opacity 0.5s 0.5s ease; 
			  opacity: 0;
			  color:#bdbdbd;
		}
		.fp_res_short_input {font-size:16px; font-weight:100; max-width:160px;}
		.fp_res_short_input::-webkit-input-placeholder{color: #fff;}
		.fp_res_short_input:-moz-placeholder {color: #fff;}
		.fp_res_short_input::-moz-placeholder {color: #fff;}
		.fp_res_short_input:-ms-input-placeholder{color: #fff;}

		#fp_make_res.loading .inside{opacity: 0.3}
		#fp_make_res.loading{
			background:url(//lilysmalibu.com/wp-content/plugins/foodpress/assets/images/fp-loader.gif) center center no-repeat;
		}
		#fp_make_res .inside .resinput.error, #fp_make_res .reservation_section .form_section_2 input.error{
			border:1px solid #FF9757
		}
		#fp_make_res p, #fp_make_res{line-height: 1.5}


	/* onpage reservation form */
		#fp_make_res.onpage.success{
			background-color: #B0CA8A;
		}
		#fp_make_res.onpage{
			position: relative;
			top: auto;
			display: block;
			color: #000;
			padding: 25px 15px 35px;
			border-radius: 5px;
			border:1px solid #E8E8E8;	
			border-top:4px solid #BEE2EA	
		}
		#fp_make_res.onpage .inside{
			max-width:100%; width: 90%;
		}
		#fp_make_res.onpage #fp_close{display: none;}
		#fp_make_res.onpage .divider{border:1px dashed #3d3d3d;}
		#fp_make_res.onpage .form_section_1 p input, #fp_make_res.onpage .form_section_1 p select{
			color: #3d3d3d;
			border:1px solid #D0D0D0;
		}
		#fp_make_res.onpage .form_section_2 input, #fp_make_res.onpage .form_section_2 select, #fp_make_res.onpage .form_section_2 textarea{
			color: #3d3d3d;
			border:1px solid #D0D0D0;
		}
		#fp_make_res.onpage .form_section_2 input::-webkit-input-placeholder, #fp_make_res.onpage .form_section_2 textarea::-webkit-input-placeholder {
		  color: #3d3d3d;
		}
		#fp_make_res.onpage .form_section_2 input:-moz-placeholder, #fp_make_res.onpage .form_section_2 textarea:-moz-placeholder {
		  color: #3d3d3d;
		}
		#fp_make_res.onpage .form_section_2 #fp_reservation_submit{
			background-color: #7a2662;
			color: #fff;
		}
		#fp_make_res.onpage .form_message .error{
			color: #fff;
			margin: 0 -44px;
		}
		#fp_make_res.onpage .terms a{color: #3d3d3d;}
		
	

	/* form messages */
		#fp_make_res .terms{
			font-size: 12px;
			font-style: italic;
			padding-top: 10px;
			opacity: 0.6;
		}
		#fp_make_res .terms a{
			color: #fff;
			text-decoration: underline;			
		}
		#fp_make_res .form_message p{ margin:0 0 24px;}
		#fp_make_res .form_message{
			text-align: center;
			padding-top: 20px;
		}
		#fp_make_res .form_message .fp_res_success{display: none;}

		.fp_res_success_icon:before{
			content: '';
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -5px 0 0 -6px;
			height: 4px;
			width: 8px;
			border: solid #fff;
			border-width: 0 0 4px 4px;
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}
		.fp_res_success_icon{
			position: relative;
			display: inline-block;
			vertical-align: top;
			margin-bottom: 15px;
			width: 33px;
			height: 33px;
			border: 2px solid #fff;
			border-radius: 50%;
		}
		.fp_res_success_title{
			font-size: 24px;
		}
		#fp_make_res .form_message .error{
			margin: 0; padding: 10px;
			background-color: rgb(195, 101, 101)
		}
		.reservation_info span{display: block;}

	/* form fonts */
		#fp_make_res .title, #fp_make_res .subtitle{text-align: center;	margin: 0;padding: 0;}
		#fp_make_res .title{font-size: 30px;padding-bottom: 10px;}
		#fp_make_res .subtitle{
			font-size: 16px;
			font-family: 'georgia', 'times new roman';
			font-style: italic; opacity: 0.7; padding-bottom: 15px;
		}
	
	/* reservation button */
		#ui-datepicker-div{	font-size: 13px;}
		.fp_res_button {
			width: 100%;
			background-color: #7a2662;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px;
			padding: 30px 0px;
			-webkit-transition: all .2s ease;
			-moz-transition: all .2s ease;
			-ms-transition: all .2s ease;
			-o-transition: all .2s ease;
			transition: all .2s ease;
			text-align: center;
			margin: 50px auto;
		}

		.fp_res_button:hover {cursor:pointer; background-color:#8f3174}

		.fp_res_button p{
			padding: 0; margin: 0;
		}
		.fp_res_t1 {color:#fff; font-size:22px; font-weight:600; text-transform:uppercase}
		.fp_res_t2 {color:#fff; opacity:0.7; font-size:14px; font-style:italic; font-weight:100; padding-top:20px}

		#fp_res_modal p, #fp_reservation_submit, .fp_res_next{
			transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
		}
		#fp_make_res #fp_close:hover{opacity: 1}
		#fp_make_res #fp_close{
			right:0; left: auto;background-color: transparent;
			opacity: 0.3; color: #fff;
		}
	/* submit button */
		.fp_res_cf .bottom_step{text-align: center; padding: 15px 0;}
		#fp_reservation_submit{cursor: pointer;text-decoration: none;}
		#fp_reservation_submit, .fp_res_next{
			background: transparent;
			border:1px solid rgba(255, 255, 255, 0.23);
			border-radius:5px;
			padding: 8px 13px;
			display: inline-block;
			line-height: 110%;
			color: #fff;
			font-size: 16px;
		}			
		#fp_reservation_submit:hover, .fp_res_next:hover{
			background: rgba(255, 255, 255, 0.23);
		}
		#fp_res_modal .footer p.fp_btn{color: #fff; text-align: right;
			cursor: pointer
		}

	/* form validation */
		.validation span{
			background: url(//lilysmalibu.com/wp-content/plugins/foodpress/assets/images/captcha.png) top left no-repeat;
			width: 95px; 
			height: 20px;
			display: inline-block;
		}
		.validation.code_1 span{background-position: 0 0px;}
		.validation.code_2 span{background-position: 0 -25px;}
		.validation.code_3 span{background-position: 0 -50px;}
		.validation.code_4 span{background-position: 0 -75px;}
		.validation.code_5 span{background-position: 0 -100px;}
		.validation.code_6 span{background-position: 0 -125px;}
		.validation.code_7 span{background-position: 0 -145px;}
		.validation input{
			display: inline-block;			
		}
	
	/* mobile or smaller view */
		@media (max-width: 500px){
			.form_section_2 input, .form_section_2 select{
				width: 90%;				
			}
		}


/*Media Queries================================================== */

	/* Slight fix for IOS devices */
	@media only screen and (min-width: 1100px) {
		.fp_popup {max-width:850px;}
	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 960px) {
		.wrapper {width:100%}

	}
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 767px) and (max-width: 1280px) {	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.wrapper {width:100%}	

		.style_1.c_50 .fp_price{
			font-size: 14px;margin-top: 0;float: none;margin-left: 7px;
		}	
		.style_2.c_33{width: 50%;}
		.style_2.c_33:nth-child(3n+1){clear: none;}
		.style_2.c_33:nth-child(2n+1){clear: both;}	
		.style_2.no_img .menu_info{padding-left: 10px;}
		.style_2.c_50{width: 100%;}
		.style_2.fp_box.c_50 .fp_inner_box{min-height: initial}

		.style_ft1.c_33{width: 50%;} 
		.style_ft1.c_33 .fp_inner_box{min-height: 160px;}
		.style_ft1.c_33:nth-child(2n+1){border-left: none;}

		.style_ft3.c_33:nth-child(n){border-right: none;}
		.style_ft3.c_33 .fp_inner_box{min-height: initial;}
		.style_ft3.c_33{width: 100%;min-height: initial}

		.style_ft4.c_33, .style_ft4.c_50{width: 100%;}
		.style_ft4.c_33:nth-child(n){border-right: none;}
		.style_ft4.c_33 .menu_image{height: 100%;}
		.style_ft4.c_50 .menu_info,.style_ft4.c_33 .menu_info{min-height: initial;}
	}


	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.wrapper {width:100%}
		.col50{width:100%}
		.style_1.fp_box.c_50 .fp_inner_box{min-height: 160px;}		
		.style_1.c_33 .fp_price{margin-left: 0;display: inline-block;}
	}

	/* 520 */
	@media only screen and (max-width: 520px) {
		.style_1.fp_box.c_50 .fp_inner_box{min-height: 190px;}

		.style_2.c_33{width: 100%;}
		.style_2.c_100 .fp_price{
			font-size: 14px;margin-top: 0;float: none;margin-left: 7px;
		}	

		.style_ft1.c_33, .style_ft1.c_50{width: 100%;border-left: none;} 
		.style_ft1.c_33 .fp_inner_box, .style_ft1.c_50 .fp_inner_box{min-height: initial;}	

	}

	/* 480 */
	@media only screen and (max-width: 479px) {
		.wrapper {width:100%}
		.col50{width:100%}
		.verthr {display:none}
		.foodpress_menu h2.fp_menu_sub_section {font-size:26px}
		.fp_nutritions p{width: 100%;}
		
		.style_1.fp_box.c_50 .fp_inner_box{min-height: 200px;}
		.style_1 .fp_price{margin-left: 0;display: inline-block;}
		.style_1.c_33{width: 100%;min-height: initial; height: auto;border-left: none;}
		
		.style_2.c_50 .fp_thumbnail, .style_2.c_100 .fp_thumbnail{
			/*max-height: 140px;*/
			width: 100px;}
		.style_2.c_50 .menu_info, .style_2.c_100 .menu_info{padding-left: 110px;}
		.style_2.c_50.no_img .menu_info, .style_2.c_100.no_img .menu_info{padding-left: 10px;}

		.style_ft4.c_100 .menu_image{width: 40%;}
		.style_ft4.c_100 .menu_info{padding-left: 40%;}
		.style_ft4.c_100.no_img .menu_info{padding-left: 0;}

		.fp_popup{width: 85%}
		
		.c_50 {width:100%}
		
		.tabbed_menu .foodpress_tabs h4 {font-size: 12px !important;}
		.fp_res_button {
			width: 80%;
			}
	}
	/* 380 */
	@media only screen and (max-width: 380px) {	
		.style_1.fp_box.c_50 .fp_inner_box{min-height: 250px;}
		.spice_this p {background: none;color: #fff;margin: 8px 15px;padding: 6px 8px;font: 700 16px 'open sans';text-transform: uppercase;font-size: 16px;}

		.style_2.c_33 .fp_thumbnail, .style_2.c_50 .fp_thumbnail, .style_2.c_100 .fp_thumbnail{
			float: none; height: 120px; width: 100%; position: relative;
		}
		.style_2.c_33 .menu_info, .style_2.c_50 .menu_info, .style_2.c_100 .menu_info{padding-left: 10px;}
	}
	/* 320 */
	@media only screen and (max-width: 320px) {	
		.wrapper {width:100%}
		.col50{width:100%}
		.foodpress_menu h2.fp_menu_sub_section {font-size:20px}
		.spice_this p {background: none;color: #fff;margin: 8px 15px;padding: 6px 8px;font: 700 16px 'open sans';text-transform: uppercase;font-size: 16px;}

		.style_2.fp_box .fp_price{clear:both; display: inline-block; }



	}