@font-face{
    font-family: 'Danube';
    src: url('fonts/DANUBE__.TTF') format('truetype');
}

@font-face{
    font-family: 'CoventryGarden';
    src: url('fonts/coventrygarden.regular.ttf') format('truetype');
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Source Sans Pro', sans-serif !important;;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #3e3e3c;
    background: #ffffff;
    line-height: 1.5;
}

h1 {
    font-size: 2em;
}

.fullpage {
    width: 100%;
    height: 100%;
}

body img {max-width: 100%;}
a {
    text-decoration: none;
    color: #121212;
}
a:hover {
    text-decoration: none;
    color: #000;
}
.space5 {height: 5px;}
.space10 {height: 10px;}
.space15 {height: 15px;}
.space20 {height: 20px;}

.image
{
        position:relative;
}
.png-over{position:absolute; top:0; left:0}


/* Customize the label (the container) */
.container {
  display: inline;
  position: relative;
  padding-left: 20px;
  line-height: 35px;
  cursor: pointer;
  font-size: 16px;
  color:black;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align:middle;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #d8d8d8;
  border-radius: 5px;
}

.radiobox {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #838383;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark, .container:hover input ~ .radiobox {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark, .container input:checked ~ .radiobox {
  background-color: #bababa;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after, .radiobox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after, .container input:checked ~ .radiobox:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.contact-bold {
    font-size: 30px;
}

.white-box {
    background-color: white;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 10px;
    color:black;
    box-sizing:border-box;
    font-size:18px;
    cursor:pointer;
    float:left;
}

.white-box img {
    vertical-align: middle;
}

.white-box:nth-of-type(3n) {
    margin-right: 0%;
}

.blue-header {
    color: #346d8c;
    font-size:34px;
}





#home-testimonials .col-sm {
    border-right: 1px solid black;
    color: black;
    padding: 0px 30px;
    font-size: 19px;
}

#home-testimonials .col-sm:last-of-type {
     border-right: 0px;
}

.right-line {
    border-right: 1px solid white;
}



.expandable {
    /* overflow set to hidden to hide the expanded text */
    overflow: hidden;
    /* all style changes will ease-in-out for 1s */
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s;
}

.donotshow {
    display: none;
}

.black-line {
    height: 3px;
    width: 200px;
    margin: 20px auto;
    background-color:#0086cd;
}


#ourstory-bg {
    position:relative;
    background-color: #0d0707;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("/images/background2-about.jpg");
}

#our-story {
    padding-top:150px;
    text-align:center;
    width:100%;
    color:white;
    font-size:16px;
    line-height:24px;
    padding-bottom:25px;
}

#dinner-show {
    text-align:center;
    width:100%;
    color:white;
    font-size:16px;
    line-height:24px;
    padding-top: 25px;
    padding-bottom: 25px;
}

#next-event {
    text-align:center;
    width:fit-content;
    margin: 0 auto;
    color:black;
    font-size:16px;
    line-height:24px;
    padding-top: 0px;
    padding-bottom: 25px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("/images/about-background.png");
}
    

.explore {
    background-color:rgba(0,0,0,0.6);
    padding:0.5vw 3vw; 
    border:1px solid white;
    color:white;
    display:inline-block;
    text-align:center;
    font-size:1vw;
    cursor:pointer;
}


.onevw {
    font-size:1vw;
}

.tinyspace {
    display:inline-block;
    width:0.38%;
    position:relative;
    z-index:10;
}

.left-newsletter {
    width: 44% !important;
    font-size: 18px !important;
    padding: 5px !important;
    box-sizing: border-box !important;
    height:43px !important;
    vertical-align:top !important;
    border:0px !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    background-color: white !important;
}

.btn-newsletter {
    background-color: white;
    color: #002468;
    border: none;
    height: 43px;
    width: 130px;
    font-weight: bold;
    font-size: 18px;
    vertical-align:top;
    margin-left:-5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left:1px solid #adadad;
}

.newsletter-text {
    font-size: 30px;
    font-style: italic;
    font-weight: normal;
}

.btn-newsletter2 {
    background-color: #f4f4f4;
    color:black;
    border: none;
    height: 43px;
    width: 130px;
    font-weight: bold;
    font-size: 18px;
    vertical-align:top;
    margin-left: -5px;    

}



.ordernow {
    padding:15px 20px;
    text-align:center;
    font-size:14px;
    background-color:#fe4101;
    color:white;
    display:inline-block;
    cursor:pointer;
}

#cartitems {
    width: 70px;
    line-height:40px;
    text-align:center;
    border:3px solid #fe4101;
    background-color:black;
    color:white;
    cursor:pointer;
}

.onepointthree {
    font-size:1.3vw;
    line-height:2.3vw;
}

#search-container {
    margin-right:40px;
    padding:20px;
    right:0px;
    background-color:rgba(255,255,255,0.8);
    border:1px solid #cccccc;
    position:fixed;
    top: 120px;
}

.tipbox {
    border:1px solid black;
    padding:5px;
    box-sizing:border-box;
    cursor:pointer;
    font-weight:bold;
}
.greybg {
    background-color: #dddddd;
}

#myBtn {
    display: none;
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    left: 30px; /* Place the button 30px from the right */
    z-index: 10000; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    background-color:rgba(0,0,0,0.8);
}


#order-mainbox
{
    width:100%;
    padding-right:30px;
    padding-left:5px;
    box-sizing:border-box;
}

#or-layer
{
    width:100%;
    max-width:400px;
    height:100px;
    display:inline-block;
    margin-right:12px;
    vertical-align:top;
    text-align:center;
}


#delivery-address
{
    width:400px;
    background: url("images/delivery-1.png") no-repeat left top;
    display:inline-block;
    margin-right:12px;
    text-align:left;
    vertical-align:top;
}
#delivery-text
{
    padding-left:200px;
    color:white;
    font-size:20px;
    padding-top:40px;
}

#pickup-location2
{
    width:400px;
    height:99px;
    background: url("images/pickup-1.png") no-repeat left top;
    display:inline-block;
    margin-right:12px;
    vertical-align:top;
}

#delivery-date
{
    width:400px;
    height:100px;
    background: url("images/delivery-date.png") no-repeat left top;
    display:inline-block;
    margin-right:12px;
    vertical-align:top;
}


#pickup-date
{
    width:400px;
    height:100px;
    background: url("images/pickup-date.png") no-repeat left top;
    display:inline-block;
    margin-right:12px;
    vertical-align:top;
}
#pickup-datepicker
{
    float:right;
    margin-top:35px;
    margin-right:20px;
}

#delivery-time
{
    width:400px;
    height:101px;
    background: url("images/delivery-time.png") no-repeat left top;
    display:inline-block;
    vertical-align:top;
}
#pickup-time
{
    width:400px;
    height:101px;
    background: url("images/pickup-time.png") no-repeat left top;
    display:inline-block;
    vertical-align:top;
}
#time-layer
{
    float:right;
    margin-top:35px;
    margin-right:50px;
}

/* restaurant dropdown */
.sel {
    color:white;
    width: 200px;
    min-height: 40px;
    box-sizing: border-box;
    background-color: #d20025;
    overflow: hidden;
    position:absolute;
    margin-left:185px;
    margin-top:15px;
    font-size:11px;
    text-align:left;
    z-index:99999;
}
.txt {
    padding: 10px;
}
.selected {
    background-color: #4b2c2a;
}
.hide {
    display: none;
}
.sel .options {
    width: 100%;
    background-color: #cf002b;
    z-index: 99999;
}
.sel .options div {
    transition: all 0.2s ease-out;
    padding: 10px;
    z-index:99999;
}
.sel .options div:hover {
    background-color: #4b2c2a;
}
/* end restaurant dropdown */



.headerlinkmobile
{
        vertical-align:middle;
        border-bottom:1px solid #c2c2c2;
        color:black;
        padding:20px;
        box-sizing:border-box;
	cursor:pointer;
        position:relative;
	min-height: 57px;
}

.headerlinkmobile li
{
	padding: 6px 0px 6px 0px;
}


.mobiletable {
    display: table;
    width: 100%;
}
.mobilerow {display: table-row;}
.mobilecell {display: table-cell;}
.simpletable {
    display: table;
    width: 100%;
}
.simplecell {display: table-cell; text-align: left;}
.simplebox {   
    border: 1px solid #dddddd;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 10px;
}
.simpleboxg {   
    border: 0px solid #dddddd;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 0px;
	width: 700px;
    margin-bottom: 0px;
}
.simpleinline {
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
}

.services {
    vertical-align:middle !important;
    text-align:justify;
    font-size:21px;
}

.services a {
    font-size: 21px;
}

.footerinline {
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    font-size: 1vw;
}

.gray-title {
    color: #6d6e70;
    font-size: 17px;
    font-weight: bold;
}
.green-title {
    color: #4fb05f;
    font-size: 17px;
    font-weight: bold;
}

.special-price {
    color: #4fb05f;
    font-size: 20px;
    font-weight: bold;
}

#full-width-slider {
  width: 100%;
  color: #000;
}
#full-width-slider * {
   -webkit-backface-visibility: inherit;
}

.sidemenu
{
 	font-weight:bold;
        font-size:14px;
        padding:10px;
        box-sizing:border-box;
        line-height:25px;
        width:270px;
        color:white;
        cursor:pointer;
}

.bluemenu
{
	background: rgba(0,186,233,1); 
	background: -moz-linear-gradient(top, rgba(0,186,233,1) 0%, rgba(0,153,214,1) 100%); 
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,186,233,1)), color-stop(100%, rgba(0,153,214,1))); 
	background: -webkit-linear-gradient(top, rgba(0,186,233,1) 0%, rgba(0,153,214,1) 100%); 
	background: -o-linear-gradient(top, rgba(0,186,233,1) 0%, rgba(0,153,214,1) 100%); 
	background: -ms-linear-gradient(top, rgba(0,186,233,1) 0%, rgba(0,153,214,1) 100%); 
	background: linear-gradient(to bottom, rgba(0,186,233,1) 0%, rgba(0,153,214,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bae9', endColorstr='#0099d6', GradientType=0 );
}

.bluemenuflat
{
	background-color:#0179ae;
}

.menu-section {
    width:100%;
    max-width:1200px;
    padding:10px;
    margin:120px auto 0px auto;
}

.filter {
    padding:0px 33px 0px 20px;
    border: 1px solid #ccc !important;
    height:58px;
}
#filtersubmit {
    position: relative;
    z-index: 1;
    right: 30px;
    top: 1px;
    width: 0;
    font-size: 20px;
    color: #666666;
}

.mid-border {
    border-left:2px solid black;
    border-right:2px solid black;
}

#photos {
  /* Prevent vertical gaps */
  line-height: 10px;
   
  -webkit-column-count: 4;
  -webkit-column-gap:   10px;
  -moz-column-count:    4;
  -moz-column-gap:      10px;
  column-count:         4;
  column-gap:           10px;  
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  margin-bottom:10px;
}

.m120 {
    margin-top: 120px;
}

.pad26 {
    padding:26px 26px 26px 0px;
}

.desktop-fright {
    float: right;
}

.have-questions {
    font-size: 45px;
    line-height: 45px;
}

.next-step {
    font-size:27px;
    margin-top: 15px;
}


.virtual {
    vertical-align:middle !important;
    text-align:justify;
    font-size:20px;
}

.service-box {
    padding: 0px 10px;
}


.service-float {
    float:right;
    width:100%;
    max-width:680px;
    padding-left:5px;
    box-sizing:border-box;
    font-weight: 100;
}

.virtual-float {
    width:100%;
    max-width:380px;
    padding-right:5px;
    box-sizing:border-box;
    font-weight: 100;
}

.virtual-float i {
    font-size: 45px;
    margin-right: 10px;
    vertical-align:middle;
    margin-bottom: 10px;
}

.virtual-header {
    font-size: 40px;
    font-weight: normal;
}

.virtual-table {
    display:table;
    border-collapse: separate;
    border-spacing: 0px 40px;
}

.inline-container {font-size: 0;}
.inline-container .simpleinline:last-child {margin-right: 0px;}
.last-right {
    text-align: right;
}

.inline-1-5, .mobinline-1-5 {
    width: 19%;
    margin-right: 1.25%;
    vertical-align:top;
}
.inline-2-5 {
    width: 39.25%;
    margin-right: 1.25%;
    vertical-align:top;
}
.inline-3-5 {
    width: 59.5%;
    margin-right: 1.25%;
    vertical-align:top;
}
.inline-4-5 {
    width: 79.75%;
    margin-right: 1.25%;
    vertical-align:top;
}
.inline-5-5 {
    width: 100%;
    margin-right: 0%;
}



.inline-1-12 {
    width: 7.325%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-2-12 {
    width: 15.75%;
    padding-left: 1.1%;
    vertical-align: top;
}
.inline-3-12 {
    width: 24.175%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-4-12 {
    width: 32.6%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-5-12 {
    width: 41.025%;
    margin-right: 1.1%;
    vertical-align: top;
}

.inline-5-12g {
    width: 41.025%;
    margin-left: -65px;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-5-12g2 {
    width: 41.025%;
    margin-left: -85px;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-6-12 {
    width: 49.45%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-6-12g {
    width: 100%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-7-12 {
    width: 57.875%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-8-12 {
    width: 66.3%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-9-12 {
    width: 74.725%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-10-12 {
    width: 83.15%;
    padding-right: 1.1%;
}
.inline-11-12 {
    width: 91.575%;
    margin-right: 1.1%;
}
.inline-12-12 {
    width: 100%;
    margin: 0;
}

.dp-step {
    background-color: #f9f4f4;
    padding: 20px;
    -webkit-box-shadow: 9px 10px 8px -6px rgba(0,0,0,0.31);
    -moz-box-shadow: 9px 10px 8px -6px rgba(0,0,0,0.31);
    box-shadow: 9px 10px 8px -6px rgba(0,0,0,0.31);
    text-align:center;
    font-size: 18px;
    max-width: 1300px;
    box-sizing: border-box;
    margin: 40px auto 0px auto;
    font-weight: 100;
}

.dp-header { 
    font-size: 26px;
    font-weight: normal;
}

.popup {
    display: none;
    position: fixed;
    z-index: 99999;
    background-color:white;
    width: 100%;
    max-width: 865px;
    height: fit-content;
    max-height: 100%;
    font-size: 17px;
    text-align:justify;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 100;
}

.popup-header {
    font-size:22px;
    line-height:1;
    text-align:left;
    font-weight: normal;
}

.lpad30 {
    padding-left:30px;
    position:relative;
}


#cvv,#cvv2,#cvv3,.cvv {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.75;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
    cursor:pointer;
}
#cvv-wrapper,#cvv-wrapper3 {
    display: none;
    position: fixed;
    top: 200px;
    left: 50%;
    text-align: center;
    z-index: 1002;
    width: 250px;
    height: 545px;
    margin: 0 0 0 -125px;
}

#cvv-wrapper2 {
    display: none;
    position: fixed;
    top: 120px;
    left: 0%;
    text-align: center;
    z-index: 1002;
    width: 100%;
    height: calc(100% - 120px);
    background: rgba(0,0,0,0.0);;
}

#cvv-wrapper #iframe, #cvv-wrapper2 #iframe2 {
    height: auto;
    padding: 0;
}


/* General */
#sb-bg {
    background: url('images/sb-bg.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    z-index: 100;
}
#hdr-container, #hdr-container2 {
    width: 100%;
    z-index: 1001;
    top: 0;
}


#bluetop {
    height:40px;
    background-color: #000000;
    box-sizing: border-box;
    padding:0px 40px;
    color: #e6f2f9;

}

#bluetop-cell-1 {
    display:table-cell;
    vertical-align:middle;
}

.social {
    display: inline-block;
    margin-right: 10px;
    background-color: white;
    color: #8f8f8f;
    width: 25px;
    line-height: 25px;
    text-align:center;
    font-size: 16px;
}

.social:last-of-type {
    margin-right: 0px;
}



.social a {
    display:inline-block;
    width:100%;
    height:100%;
    color: #8f8f8f;
    box-sizing: unset;
}

.social a:before, .social a:after {
    box-sizing: unset;
}

#topline-white {
    z-index: 9999;
    background: white;
    height: 160px;
    box-sizing: border-box;
    padding:0px 40px

}

.gallery-box {
    width: calc(48% - 32px);
    display:inline-block;
    padding: 15px;
    margin-bottom: 4%;
    font-size:18px;
    background-color:white;
    margin-right: 4%;
     -webkit-box-shadow: 9px 10px 8px -6px rgba(0,0,0,0.31);
    -moz-box-shadow: 9px 10px 8px -6px rgba(0,0,0,0.31);
    box-shadow: 9px 10px 8px -6px rgba(0,0,0,0.31);
    border: 1px solid #E1E1E1;
}

.gallery-box img {
    width: 100%;
}

.gallery-box:nth-child(even) {
    margin-right: 0%;
}

.thumbnails {
    overflow-x:auto;
    display:inline-block;
    vertical-align:top;
    margin-top:5px;
    width: 100%;
    max-width: 785px;
}

.thumbnails::-webkit-scrollbar {
    -webkit-appearance: none;
}

.thumbnails::-webkit-scrollbar:vertical {
    width: 11px;
}

.thumbnails::-webkit-scrollbar:horizontal {
    height: 11px;
}

.thumbnails::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.thumbnails::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}

.thumb-cell {
    display:table-cell;
    padding-right: 5px;
}

.thumb-cell:last-of-type {
    padding-right: 0px;
}


.index-container {
    width: 100%; 
    padding:10px 40px;
    box-sizing:border-box;
}


.hdr {
    background-image: url("images/top-bg.jpg");
    height:36px;
    width:100%;
    box-sizing:border-box;
    padding:0px 40px;
    font-size:22px;
}

.hdr a {
    color:white;
    text-decoration:none;
    font-size:16px;
}


#bdy, .bdy {
    padding:0px 40px;
    margin:0px auto;
    width:100%;
    max-width: 1600px;
    box-sizing:border-box;
}

#bdy-container {
    min-height: calc(100vh - 278px);
    width: 100%;
    z-index: 1001;
}
#breadcrumbs {margin: 10px 0px 15px 0px;}
#breadcrumb-icon {
    display: inline-block;
    width: 19px;
    height: 18px;
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
    background-image: url('/images/homeicon.png');
    background-repeat: no-repeat;
}

#ftr-container {
    width: 100%;
    z-index: 1001;
    background-color: #f3f3f3;
    font-size:18px;
    color: #2c2b2b;
}

#ftr-container .simpleinline {
    font-size: 18px;
}


.footer-header {
    color: #000000;
    font-weight: bold;
}

#ftr-container ul {
    padding-inline-start: 20px;
}


#ftr {
    padding:10px;
 
}

#greyfooter {
    color:#9a9a9a;
    background-color: white;
}

#greyfooter a {
    color: #9a9a9a;
    font-weight: bold;
}


#ftr-mob {display: none;}
.iframeWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.iframeWrapper iframe {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 70%;
}
.divider {
    border: 0;
    border-top: 1px solid #d0d1d2;
    margin: 15px 0px;
}

@supports (not (-ms-ime-align:auto)) {
    label {
      color: #888;
      font-weight: normal;
      margin-bottom:0px;
      transform: translate(10px, -2rem);
      transition: all 0.2s ease-out;
      display:block;
      width: fit-content;
      font-size: 14px;
    }

    textarea + label {
        transform: translate(10px, -4.9rem);
    }

    input:focus + label,
    input:not(:placeholder-shown) + label,
    select:focus + label,
    select:valid + label
    {
      transform: translate(5px, -2.8rem);
    }

    textarea:focus + label,
    textarea:not(:placeholder-shown) + label
    {
      transform: translate(5px, -5.7rem);
    }
}



/* forms */
.formrow {margin: 5px 0px;}
.formlabel {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: right;
    width: 34%;
    margin-right: 1%;
    font-weight: bold;
    line-height: 45px;
}
.formbox {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    width: 65%;
}
.formbox input[type='text'], .formbox input[type='password'], .niceinput {
    box-sizing: border-box;
    width: 100%;
    padding: 15px 5px 5px 5px;
    border: 1px solid #ccc;
    height: 45px;
    font-size: 20px;
}
.formbox input[type='submit'], .green-submit {
    box-sizing: border-box;
    background: #1a5522;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
}

.formbox input[type='submit']:hover, .green-submit:hover, .continue_shopping:hover, .footer-submit:hover {opacity: 0.90;}

.continue_shopping {
    box-sizing: border-box;
    background: #1a5522;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
    width:150px;
    text-align:center;
}

.footer-submit {
    background-color: #f3f3f3;
    color: #002468;
    border:1px solid #cccccc;
    width: 100%;
    height: 45px;
    font-weight: bold;
    font-size: 27px;
}





.formbox select {
    box-sizing: border-box;
    width: 100%;
    padding: 4px 0px;
    border: 1px solid #ccc;
    height: 45px;
    font-size:20px;
}

.formbox textarea, .full-textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 15px 5px 5px 5px;
    border: 1px solid #ccc;
    font-size:20px;
    height: 90px;
}

.dropDown {
    display: none;
    position: absolute;
    z-index: 100100;
    background-color: #fff;
    width: 200px;
    box-sizing: border-box;
    padding: 20px;
    font-size: 14px;
    border: 1px solid #000;
    text-align: left;
    line-height: 18px;
    right: 145px;
}



/* topnav.inc */
#hdr .simpleinline:first-child {
    width: 29.19254658%;
    margin: 0;
    background: url('images/hdr1.png');
}
#hdr .simpleinline:last-child {
    width: 70.80745341%;
    margin: 0;
    background: url('images/hdr2.png');
    background-size: 100%;
}
#hdr-mob form {
    margin: 0;
}
.whoweare li {
    padding: 10px 0px;
}

#hdr .simpleinline:last-child {text-align: right;}
#topnav li {
    display: inline-block;
    padding:  12px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #3fbde6;
}
#topnav ul li ul li {
    padding: 0;
}
.hdr-mob-wide {
    padding: 10px 0px;
    border-bottom: 1px solid #676767;
    text-align: center;
}
.hdr-mob-wide .mobinline-10-12 {
    text-align: center;
}
.hdr-mob-each {
    padding: 10px;
    border-right: 1px solid #676767;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
}
.hdr-mob-each img {
    width: 30px;
}
#hdr-mob .mobinline-3-12 {
    vertical-align: middle;
}
#topnav input:active,
#topnav input:focus,
#topnav input.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
li.rights a {
    display: inline-block;
    margin-left: 8px;
}
li.rights img {
    vertical-align: middle;
    margin-right: 8px;
    height: 14px;
}
#mob-search {
    display: none;
    border-top: 1px solid #676767;
    border-bottom: 0;
    padding: 10px 0px;
}
#mob-search input {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #00a9e4;
    background: #00a9e4;
    padding: 8px 4px;
    box-sizing: border-box;
    -webkit-appearance: none;
}
#topnav form {
    margin: 0;

}
#topnav input[type='text'] {
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    border: 0;
    color: #b6dcf1;
    width: 170px;
    font-size: 12px;
}
#topnav-search {
    display: inline-block;
    vertical-align: middle;
    width: 5%;
}
#topnav-search input[type='submit'] {
    border: 0;
    width: 30px;
    cursor: pointer;
}

/* footer.inc */
#ftr li {
    font-size:0.8vw;
    color: #606060;
}

#ftr li span {
    margin-left:-10px;
}


#ftr a {
    font-size:14px;
    color: #606060;
}
#ftr a:hover {
    text-decoration:none;
   
}
.join-list {
    width: 208px;
    padding: 5px;
    height: 50px;
    vertical-align: top;
    border: 1px solid #bfbfbf;
    font-size: 15px;
}
.join-list-submit {
    width: 100px;
    padding: 4px;
    background: #f8a32d;
    border: 0px;
    color: #4a4948;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    vertical-align: top;
    height:62px;
    box-sizing:border-box;
}
.join-list-submit:hover {
    -webkit-filter: brightness(90%);
    color: #fafafa;
}

#payment-button {
    background-color: #ac8009;
    color: white;
    border:0px;
    padding: 14px 20px;
    font-size: 14px;
    position: absolute;
    right:10px;
    top: 0px;
    cursor:pointer;
    width:185px;
}

#account-button {
    background-color: #346d8c;
    color: white;
    border:0px;
    padding: 14px 20px;
    font-size: 14px;
    position: absolute;
    right:205px;
    top: 0px;
    cursor:pointer;
    width: 175px
}

#register-button {
    background-color: #b62951;
    color: white;
    border:0px;
    padding: 14px 20px;
    font-size: 14px;
    position: absolute;
    right:390px;
    top: 0px;
    cursor:pointer;
    width: 175px;
}

#white-layer {
    position: absolute;
    top:0px;
    right: 0px;
    background-color:white;
    height: 44px;
    width: 575px;
}

.black-button {
    background: black;
    color: white;
    border:0px;
    padding: 15px 20px;
    font-size: 18px;
}

.green-button {
    background-color: #72bf44;
    border:0px;
    color:white;
    font-size: 18px;
    width: 200px;
    height: 34px;
    border-radius: 17px;
    cursor:pointer;
}

.white-button {
    background-color: white;
    border:0px;
    color:#002468;
    font-size: 18px;
    width: 200px;
    height: 34px;
    border-radius: 17px;
    cursor:pointer;
}

.black-button:hover, .green-button:hover {
    -webkit-filter: brightness(90%);
}

.greybox {
    padding: 25px;
    background-color: #f3f3f3;
    border:1px solid black;
    height: 200px;
    color: #3e3e3c;
    width: 95%;
    box-sizing:border-box;
    margin: 0 auto;
}

.tank-exchange {
    font-size:42px;
}

.index-icon {
    font-size:130px;
}

.index-header {
    font-size:28px;
}

.icon-cell {
    display:table-cell;
    padding-right:40px;
    vertical-align:top;
}


.section-title {
    color: #00a9e4;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}
.section-subtitle {
    display: inline-block;
    color: #00a9e4;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;   
    margin: 5px 0px; 
}
.indent-mob {
    margin-left: 20px;
    font-size: 10px;
	height: 34px;
}
.indent-mobg {
    margin-left: 40px;
    font-size: 10px;
	height: 34px;
}

/*index.php*/
.topimg-index {
    position: relative;
    margin-bottom: 40px;
    z-index: 101;
}
.index-steps {
    margin-top: -200px;
    position: absolute;
    z-index: 1000;
}
.index-steps .simpleinline {
    text-align: center;
    font-size: 12px;
    vertical-align: top;
}
.index-bottom {
    margin-top: -50px;
}
.indexbox {
    position: relative;
    border-radius: 5px;
    padding: 30px 60px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    height: 287px;
    color: #6e6f71;
    z-index: 1000;
}
.indexbox div {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    position: absolute;
    z-index: 10001;
    padding: 30px 60px;
    font-size: 18px;
    line-height: 30px;
    color: #6e6f71;
}
.index-custom {
    position: relative;
    z-index: 101;
}
.index-custom img {
    position: absolute;
    z-index: 100;
    top: 0;
}
.index-custom span {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    position: absolute;
    z-index: 10001;
    padding: 30px 60px;
    font-size: 18px;
    line-height: 30px;
    color: #6e6f71;
}
.buy-now-index {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 3px solid #fff;
}
.buy-now-index:hover {
    opacity: 0.9;
}
.product-wrapperg {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0.5%;
    color: #878c8e;
    text-align: center;
    font-size: 19px;
}

/* product.php */
.option-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 30.5%;
    margin: 1.3%;
    text-align: center;
    font-size: 19px;
    color:black;
    line-height:24px;
    border: 1px solid #d7d7d7;
    box-sizing:border-box;
    position:relative;
    height:100px;
}



.product-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin: 0.5%;
    color: #509ead;
    text-align: left;
    font-size: 18px;
}
.product-wrapper img {
    margin-bottom: 5px;
}
.product-wrapper span {
    font-size: 20px;
    font-weight: bold;
}

/* details.php */

#details {
    width:100%;
    border-radius: 10px;
    border:1px solid #a3dfe9;
    padding:20px;
    box-sizing:border-box;
    background: rgba(196,238,245,1);
    background: -moz-linear-gradient(top, rgba(196,238,245,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(196,238,245,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(196,238,245,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(196,238,245,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(196,238,245,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(196,238,245,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4eef5', endColorstr='#ffffff', GradientType=0 );
}



.details-container {
    font-size: 0;
}
.details-container .inline-10-12 {
    border-right: 1px solid #d0d1d2;
}
.details-container .simpleinline:last-child {margin-right: 0px;}
.product-recent {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #878c8e;
    text-align: center;
    font-size: 18px;
}
.product-recent img {
    height: 170px;
}
.details-price {
    margin: 10px 0px;
    color: #388db6;
    font-weight: bold;
    font-size: 26px;
}
.details-form input, .details-form select {
    vertical-align: middle;
}
.details-form select {
    height: 32px;
    width: 150px;
    vertical-align: middle;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    padding: 5px;
    color: #8b8b8b;
    background: rgba(252,252,252,1);
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(100%, rgba(221,221,221,1)));
    background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dddddd', GradientType=0 );
}
.inline-s {
    margin: 5px 5px 5px 0px;
}
.topimg-details {
    margin-bottom: -50px;
}
.page-nav {
    font-size: 14px; 
    text-align: right; 
    margin: 15px 0px;
}
.page-nav a {
    color: #606060;
}

/* viewcart.php */
hr.viewcart-hr {
    margin: 10px 0px;
    border: 0;
    border-top: 1px solid #000;
}
.shipping-info {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;    
}
.order-summary {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px; 
}
.order-summary .simpleinline {
    vertical-align: middle;
}
.viewcart-promo {
    background: #fff;
    padding: 15px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 15px;
}
.viewcart-promo a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}
#promo-box {
    display: none;
    margin-top: 10px;
}
#promo-box input[type='text'] {
    width: 100%;
    margin: 10px 0px;
    padding: 10px 3%;
    background: #f0f1f3 none repeat scroll 0 0;
    border: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 4px;
}
.addtocart {
    border: 1px solid black;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    color:black;
}

.addtocart2 {
    width:100%;
    background-color:black;
    height:20px;
    color:white;
    text-align:center;
    cursor:pointer;
    padding-top:4px;
}

.checkout {
    display:inline-block;
    width: 320px;
    background-color: #00ac00;
    height:35px;
    color:white;
    margin-top:10px;
    text-align:center;
    cursor:pointer;
    padding-top:12px;
    font-size:20px;
}

.checkout:hover {
    opacity: 0.9;
}


h2.viewcart-h2 {
    margin-top: 5px;
}
.viewcart-right {
    background: #f0f0f0;
    padding: 15px;
    vertical-align: top;
    margin-top: 15px;
}
.viewcart-summary {
    background: #fff;
    width: 96%;
    margin: 0;
    padding: 2%;
    font-size: 14px;
}
.viewcart-summary .simplecell {
    padding: 8px 0px;
}
.summary-cll1 {
    width: 55%;
    text-align: left;
}
.summary-cll2 {
    width: 45%;
    text-align: right;
    font-weight: bold;
}
.checkout-btn {
    background: #ed4f3e;
    padding: 10px;
    border: 0px solid #3e8220;
    color: #fff;
    font-weight: bold;
    width: 100%;
    margin: 0px;
    cursor: pointer;
}

.gold-button {
    background: #a89667;
    padding: 10px;
    border: 1px solid white;
    border-radius:5px;
    color: white;
    font-weight: bold;
    width: 150px;
    margin: 0px;
    cursor: pointer;
}

.slider-text {
    position:absolute;
    bottom:2vw;
    left:0;
    color:white;
    z-index:999;
    width:100%;
    text-align:center;
}


.smallsearch {
    display: none;
    cursor: pointer;
}

.justmobile {display: none;}
@media (max-width: 1820px) {
    .services, .services a {
	    font-size: 14px;
    }
    .tank-exchange {
        font-size:36px;
    }
}

@media (max-width: 1580px) {
    .blue-header {
        font-size:20px;
    }
}

@media (max-width: 1460px) {

    .index-icon {
        font-size: 80px;
    }

    .services, .services a {
        font-size: 12px;
    }

    .virtual {
        font-size: 15px;
    }

    .virtual-float i {
        font-size: 30px;
    }

    .virtual-table {
    	border-spacing: 0px 20px;
    }

    .have-questions {
	font-size: 30px;
    }
    .next-step {
	font-size: 20px;
    }
}


@media (max-width: 1210px) { 
    #topline-container, #topline-white, #bluetop, .bdy, #greyfooter {
    	padding:0px 10px;
    }

    .index-header {
        font-size: 20px;
    }

    .icon-cell {
        padding-right: 20px;
    }

    .service-break {
	display: none;
    }
    .virtual-header {
	font-size: 27px;
    }
    .tank-exchange {
        font-size: 22px;
    }
    .virtual-float i {
        font-size: 16px;
    }

    .contact-bold {
        font-size: 21px;
    }
    #ftr-container .simpleinline {
        font-size: 16px;
    }

    .black-line {
        margin: 15px auto;
    }
}

@media (max-width: 1023px) {
    .inline-1-12, .inline-2-12, .inline-3-12, .inline-4-12, .inline-5-12, .inline-6-12, .inline-7-12, .inline-8-12, .inline-9-12, .inline-10-12, .inline-11-12, .inline-2-5, .inline-3-5, .inline-4-5 {
        width: 100% !important;
        padding: 0 !important;
        margin: 0px 0px 10px 0px;
    }

    .inline-1-5 {
        width: 44%;
        margin: 3%;
        padding: 0;
    }

    .mobinline-1-12 {
        width: 7.325%;
        margin-right: 1.1%;
        vertical-align: top;
    }

    .mobinline-2-12 {
        width: 15.75%;
        margin-right: 1.1%;
        vertical-align: top;
    }
    .mobinline-3-12 {
        width: 24.175%;
        margin-right: 1.1%;
        vertical-align: top;
    }
    .mobinline-8-12 {
        width: 66.3%;
        margin-right: 1.1%;
        vertical-align: top;
    }

    .mobinline-10-12 {
        width: 83.15%;
        margin-right: 1.1%;
    }

    .service-box {
        padding: 10px !important;
    }

    .white-box {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    #home-testimonials .col-sm {
        border-right: 0px;
        margin-bottom: 50px;
    }

    .right-line {
        border: 0px;
    }

    #bluetop {
        padding: 0px;
    }
    #bluetop-cell-1 {
        display: none;
    }
    #register-button {
        display: none;
    }
    #white-layer {
        width: 385px;
    }

    .service-float, .virtual-float {
	float:unset;
	max-width:unset;
	padding:5px;
    }

    .desktop-fright {
	float: unset;
    }

    .popup {
        padding: 5px;
    }


    .newsletter-text {
	font-size: 24px;
    }

    #next-event {
    color:white;
    background-image: none;
    }

    .pad26, .lpad30 {
	padding: 0px;
    }

    #next-event a {
	color: white;
    }

    .menu-section {
	margin:0px auto 0px auto;
    }

    #photos {
  	-moz-column-count:    3;
  	-webkit-column-count: 3;
  	column-count:         3;
    }

    #our-story {
	padding-top: 10px;
    }

    .onepointthree {
	font-size: 16px;
	line-height: 2em;
        text-align: justify;
    }

    .mid-border {
	border-left: 0px solid black;
	border-right: 0px solid black;
    }

    #search-container, .center-mobile {
	text-align:center;
    }


    .bottles, .bottom-meals {
	margin-top: 0px;
    }



    #hdr, #topnav-container, #ftr, #topline-container, #topline-white {display: none;}
    #hdr-mob {display: block;}
    #ftr-mob {
	display:block;
	text-align:center;
        //background-color:#383838;
	color:#9a9a9a;
    }
    #bdy {
        width: calc(100% - 20px);
        margin: 10px;
        min-height: 0;
        padding: 0;
    }
    #bdy-container {
    	margin-top:0px;
    }
    .index-container {
	padding: 10px;
    }

    #hdr-container {
        width: 100%;
        background-position: right;
        color: #fff;
        z-index: 1001;
        position: static;
        top: auto;
    }

    #hdr-container2 {
	width: 100%;
        background-position: right;
        color: #fff;
        z-index: 1001;
        position: absolute;
        top: auto;
	background-color:white;
    }

    .ordernow {
    	padding:8px 20px;
    	font-size:12px;
    }

    #thesides, #theburgers, #freshsalads {
	margin-top: 2px;
    }

    .onevw {
	font-size: 12px;
    }

    #home1,#home2,#home3, #home4, #home5, #home6, #home7, #home8, #home9 {
	width: 100%;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    #home2 {
	height: 49vw;
    }

    #home9 {
	height: 60vw;
    }

    #home10, #home11 {
    height:25vw;
    }


    #order-mainbox {
	padding-right:5px;
    }

    #delivery-address
    {
    	width:320px;
    	background: url("images/delivery-1-mobile.png") no-repeat left top;
    	display:inline-block;
    	margin-right:10px;
	margin-bottom:10px;
    	text-align:left;
    	vertical-align:top;
    }
    #delivery-text
    {
	    padding-left:150px;
	    color:white;
	    font-size:20px;
	    padding-top:30px;
    }

    #pickup-location
    {
    	width:320px;
    	height:79px;
    	background: #ffffff url("images/pickup-location-mobile.jpg") no-repeat left top;
    	display:inline-block;
    	margin-right:10px;
        margin-bottom:10px;
    }
    #pickup-location2
    {
    	width:320px;
    	height:79px;
    	background: url("images/pickup-1-mobile.png") no-repeat left top;
    	display:inline-block;
    	margin-right:10px;
	margin-bottom:10px;
    	vertical-align:top;
    }

    #delivery-date
    {
    	width:320px;
    	height:80px;
    	background: url("images/delivery-date-mobile.png") no-repeat left top;
    	display:inline-block;
    	margin-right:10px;
	margin-bottom:10px;
    	vertical-align:top;
    }

    #delivery-time
    {
    	width:320px;
    	height:79px;
    	background: url("images/delivery-time-mobile.png") no-repeat left top;
    	display:inline-block;
    	vertical-align:top;
    }



    #pickup-date
    {
    	width:320px;
    	height:80px;
    	background: url("images/pickup-date-mobile.png") no-repeat left top;
    	display:inline-block;
    	margin-right:10px;
        margin-bottom:10px;
    	vertical-align:top;
    }

    #pickup-datepicker
    {
        float:right;
    	margin-top:20px;
    	margin-right:30px;
    }

    #pickup-time
    {
    	width:320px;
    	height:81px;
    	background: url("images/pickup-time-mobile.png") no-repeat left top;
    	display:inline-block;
    	vertical-align:top;
    }

    #time-layer
    {
    	float:right;
    	margin-top:20px;
    	margin-right:20px;
    }


    /* forms */
    .formlabel, .formbox {
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    /* index.php */
    .index-bottom {
        margin-top: 0;
    }
    .indexbox {
        padding: 10px;
        line-height: normal;
        font-size: 14px;
        height: auto;
        margin-bottom: 0;
    }
    .index-custom {
        height: 220px;
    }
    .index-custom span {
    }
    .index-steps {
        position: static;
    }
    .indexbox div {
        top: auto;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);

        position: static;
        z-index: auto;
        padding: 0;
        line-height: normal;
        font-size: inherit;
        color: inherit;
    }
    .index-custom span {

        position: absolute;
        z-index: 10001;
        padding: 10px;
        line-height: normal;
        font-size: 14px;
        color: #6e6f71;
    }

    /* products.php */
    .product-wrapper, .option-wrapper {
        width: 44%;
        margin: 0px 3% 10px 3%;
        font-size: 14px;
    }
    .product-wrapper span {
        font-size: 16px;
    }

    /* details.php */
    .topimg-details {
        margin-bottom: -40px;
    }
    .last-right {
        text-align: left;
    }
    .inline-s {
        width: 24%;
        margin: 0.5%;
        box-sizing: border-box;
    }
    .details-container .inline-10-12 {
        border-right: 0px solid #d0d1d2;
    }
    .product-recent {
        display: inline-block;
        width: 44%;
        margin: 0px 3% 10px 3%;
        font-size: 14px;
    }
    .product-recent span {
        font-size: 16px;
    }
    .MagicZoomPup, .MagicZoomPlus {
        width: 100%;
    }
    .product-recent img {
        height: auto;
    }

    #about-container {
        margin-top: 0;
    }

    .addtocart2 {
	margin: 0 auto;
    }

    .justmobile {display: block;}
    .nomobile, .tinyspace {display: none;}
}

@media (max-width: 800px) {

    #photos {
  	-moz-column-count:    2;
  	-webkit-column-count: 2;
  	column-count:         2;
  }

    .footer-top {
        margin-top: 90vh;
    }
}
