@charset "utf-8";

.square-box{
background: rgba(255, 255, 255, 0.3);
border-radius: 8px;
padding: 20px;
text-align: left;
border: 1px solid #333333;
position: absolute;
top: 300px;
right: 20px;
width: 230px;
height: 120px;
overflow: hidden;
}
.square-box:before{
content: "";
display: block;
padding-top: 20px;
}
.info-square {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding: 20px;
color: black;
text-align: left;
}

input:-internal-autofill-selected, select:-internal-autofill-selected {
    appearance: menulist-button;
    background: black !important;
    background-color: black !important;
    background-image: none !important;
    color: #888 !important;
}

input:-webkit-autofill, input:focus:-webkit-autofill {
   -webkit-box-shadow: 0 0 0 100px black inset !important;
   color: #ccc !important;
    -webkit-transition-delay: 9999s;
   transition-delay: 9999s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #bbb !important;
     -webkit-transition-delay: 9999s;
   transition-delay: 9999s;
}

.lg-input-box {
background: rgba(0, 0, 0, 0.7) !important;
border-radius: 0px;
border: 1px solid #333333;
outline: none;
height: 50px;
width: 100%;
max-width: 80%;
line-height: 22px;
color: #f6f6f6;
font-size: 18px;
margin: 4px 5px 15px 0px;
padding-left: 20px;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
-webkit-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-moz-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}

.lg-adress {
display: block;
background: rgba(0, 0, 0, 0.7);
border-radius: 0px;
border: 1px solid #333333;
outline: none;
width: 100%;
max-width: 80%;
height: 175px;
line-height: 22px;
color: #f6f6f6;
font-size: 18px;
padding: 25px 25px 25px 25px;
margin: 4px 0px 0px 0px;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
-webkit-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-moz-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}

label {
background-color: rgba(172, 215, 197, 0.7);
color: black;
font-weight: 600;
font-family: 'Open Sans', Arial;
padding: 4px 12px 4px 12px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
margin: 7px 0px 0px 0px;
line-height: 0px;
white-space: nowrap;
text-overflow:ellipsis;
width: auto;
}

.lg-submit-btn {
background-color: rgba(255,255,255,0.8);
border: 1px solid #333333;
outline: none;
width: 100%;
max-width: 370px;
color: black;
font-size: 20px;
padding: 15px;
cursor: pointer;
font-family: 'Encode Sans Expanded','Open Sans', sans-serif;
font-weight: 600;
margin: 30px 0px 25px 0px;
-webkit-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-moz-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}

.lg-submit-btn:hover, .lg-submit-btn:active {
background-color: #ffffff;
background-color: rgba(172, 215, 197, 1);
color: black;
font-weight: 600;
-webkit-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-moz-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}

.divider-about {
position: relative;
display: inline-block;
padding: 30px 0px 20px 0px;
margin: 0px 0px 0px 0px;
height: auto;
max-width: 100%;
}

select#lg_choose_city, select#lg_choose_city:active, select#lg_choose_city:focus {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
text-indent: 0.01px;
text-overflow: '';
width: 400px;
max-width: 100%;
border-style: solid;
border-width: 1px;
border-color: #444 #333 #333 #444 !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-moz-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-webkit-border-radius: 0px; 
-moz-border-radius: 0px; 
border-radius: 0px !important;
padding: 5px 20px 5px 20px;
margin: 3px 0px 1.5em 0px;
font-size: 18px;
font-weight: 400;
font-family: 'Open Sans', 'Roboto', arial;
line-height: 38px !important;
outline: none;
color: #f6f6f6;
background: rgba(0,0,0,0.7) url('../images/select-box-indicator.gif') no-repeat 95% center !important;
}

.radio-b-wrapper {
margin: 3px 0px 0px 0px;
padding: 20px 12px 20px 12px;
position: relative;
width: 100%;
max-width: 80%;
top: 0px;
left: 0px;
border-style: solid;
border-width: 1px;
border-color: #444 #333 #333 #444 !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 0px; 
-moz-border-radius: 0px; 
border-radius: 0px !important;
-webkit-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-moz-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
background: rgba(0, 0, 0, 0.5);
}

span#register .short{
font-weight:bold;
color:#FF0000;
font-size:larger;
}
span#register .weak{
font-weight:bold;
color:orange;
font-size:larger;
}
span#register .good{
font-weight:bold;
color:#2D98F3;
font-size:larger;
}
span#register .strong{
font-weight:bold;
color: limegreen;
font-size:larger;
}

.lg-text-area-settings {
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
display: block;
background: rgba(0, 0, 0, 0.7);
border-radius: 0px;
border: 1px solid #333333;
outline: none;
width: 100%;
max-width: 80%;
height: 175px;
line-height: 22px;
color: #f6f6f6;
font-size: 18px;
padding: 25px 25px 25px 25px;
margin: 4px 0px 0px 0px;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
-webkit-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-moz-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
}

@media (min-width: 1500px) {

.lunchguiden-logo {
position: fixed;
top: 0px;
left: 0px;
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: url(../images/lunchguiden-logo.svg) no-repeat;
-webkit-background-size: 200px 200px;
-moz-background-size: 200px 200px;
-o-background-size: 200px 200px;
background-size: 200px 200px;
width: 200px;
height: 200px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 2;
}

#main-content-todays-menus {
position: absolute;
display: block;
top: 0px;
left: 0px;
margin: 0px 0px 0px 200px;
background: rgba(0, 0, 0, 0.3);
width: 100% !important;
max-width: 1310px;
min-width: 820px;
min-height: calc(100vh - 0px);
padding: 25px 0px 60px 25px; /* Pushes down - no glitch at the bottom */
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
z-index: 3;
}
	
#restaurant-info-about {
margin: 0px 30px 0px 0px;
padding: 20px 20px 20px 20px;
-webkit-flex: 2;
-moz-flex: 2;
-ms-flex: 2;
flex: 2;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
width: auto;
max-width: auto;
float: left;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
	
#restaurant-info-right {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
-webkit-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
width: auto;
max-width: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
	
#about-lunchguiden-wrapper {
position: relative;
display: inline-block;
width: 100%;
margin: 0px;
padding: 35px 0px 0px 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
	
.about-lunchguiden-image {
position: relative;
display: block;
max-width: 100%;
height: auto;
margin: 40px 0px 0px 0px;
padding: 0px;
}

.about-lunchguiden-image-small {
display: none;
}

} /* End media query */

@media (max-width: 1499px) {

.lunchguiden-logo {
position: absolute;
top: 0px;
left: 0px;
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: url(../images/lunchguiden-logo.svg) no-repeat;
-webkit-background-size: 130px 130px;
-moz-background-size: 130px 130px;
-o-background-size: 130px 130px;
background-size: 130px 130px;
width: 130px;
height: 130px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-moz-box-shadow: 2px 4px 6px 6px rgba(0,0,0,0.15);
-webkit-box-shadow: 2px 4px 6px 6px rgba(0,0,0,0.15);
box-shadow: 1px 4px 4px 4px rgba(0,0,0,0.15);
z-index: 2;
}

#main-content-todays-menus {
position: absolute;
display: block;
top: 0px;
left: 0px;
margin: 0px 0px 0px 0px;
width: 100% !important;
max-width: 1300px;
min-width: 960px;
min-height: 100vh;
padding: 15px 0px 60px 0px;
z-index: 1;
}

#restaurant-info-about {
margin: 0px 30px 0px 0px;
padding: 20px 20px 20px 20px;
-webkit-flex: 2;
-moz-flex: 2;
-ms-flex: 2;
flex: 2;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
width: auto;
max-width: auto;
float: left;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
	
#restaurant-info-right {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
-webkit-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
width: auto;
max-width: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#about-lunchguiden-wrapper {
position: relative;
display: inline-block;
width: 100%;
margin: 0px;
padding: 35px 0px 0px 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
	
.about-lunchguiden-image {
position: relative;
display: block;
max-width: 100%;
height: auto;
margin: 40px 0px 0px 0px;
padding: 0px;
}

.about-lunchguiden-image-small {
display: none;
}

} /* End media query */

@media (max-width: 1310px) {

#main-content-todays-menus {
position: absolute;
display: block;
top: 0px;
left: 0px;
margin: 0px 0px 0px 0px;
width: 100%;
max-width: 100vw;
min-width: 100%;
min-height: 100vh;
padding: 15px 0px 60px 0px;
z-index: 1;
}

#restaurant-info-about {
margin: 0px 30px 0px 0px;
padding: 20px 20px 20px 20px;
-webkit-flex: 2;
-moz-flex: 2;
-ms-flex: 2;
flex: 2;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
width: auto;
max-width: auto;
float: left;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
	
#restaurant-info-right {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
-webkit-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
width: auto;
max-width: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.about-lunchguiden-image {
position: relative;
display: block;
max-width: 100%;
height: auto;
margin: 40px 0px 0px 0px;
padding: 0px;
}

.about-lunchguiden-image-small {
display: none;
}
	
.lg-text-area-settings {
width: 100%;
max-width: 75%;
height: 175px;
line-height: 22px;
color: #f6f6f6;
font-size: 18px;
padding: 20px;
margin: 0px 30px 35px 0px;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
vertical-align: top;
}

.square-box {
display: block;
}

} /* End media query */

@media (max-width: 890px) {

.square-box {
display: none;
}

} /* End media query */

@media (max-width: 800px) {

.lunchguiden-logo {
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: url(../images/lunchguiden-logo.svg) no-repeat;
-webkit-background-size: 80px 80px;
-moz-background-size: 80px 80px;
-o-background-size: 80px 80px;
background-size: 80px 80px;
width: 80px;
height: 80px;
-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#main-content-todays-menus {
margin: 0px 0px 0px 0px;
width: 100%;
max-width: 100vw;
min-width: auto;
height: 100vh;
min-height: 100%;
padding: 90px 0px 60px 0px;
z-index: 1;
overflow-y: scroll;
}

.restaurant-info {
width: 100%;
max-width: 90vw; /* same as image */
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
height: auto;
max-height: auto;
min-height: auto;
}

#restaurant-info-about {
margin: 0px 0px 40px 0px;
padding: 20px 20px 20px 20px;
-webkit-flex: none;
-moz-flex: none;
-ms-flex: none;
flex: none;
width: 100%;
max-width: 90vw; /* same as image */
height: auto;
min-height: auto;
}

#restaurant-info-right {
margin: 0px 0px 25px 0px;
padding: 0px 0px 0px 0px;
-webkit-flex: none;
-moz-flex: none;
-ms-flex: none;
flex: none;
width: 100%;
max-width: 90vw; /* same as image */
height: 400px;
float: none;
}

#about-lunchguiden-wrapper {
position: relative;
display: inline-block;
width: 100%;
margin: 0px;
text-align: center;
padding: 35px 0px 0px 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.about-lunchguiden-image {
display: none;
}

.about-lunchguiden-image-small {
position: relative;
display: inline-block;
max-width: 100%;
height: auto;
margin: 10px 0px 0px 0px;
padding: 0px;
float: none;
}

label {
background-color: rgba(172, 215, 197, 0.7);
color: black;
font-weight: 600;
font-family: 'Open Sans', Arial;
padding: 4px 12px 0px 12px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
bottom: 0px;
margin: 0px 0px -5px 0px;
line-height: 30px;
white-space: nowrap;
text-overflow:ellipsis;
width:220px;
height: 30px;
display: inline-block;
position: relative;
left: 0px;
overflow-x: hidden;
}

.g-recaptcha {
transform: scale(0.95);
margin-left: -10px;
}
	
form { display: inline-block; margin: 0 auto; }
	
.lg-input-box {
display: inline-block;
background: rgba(0, 0, 0, 0.7);
border-radius: 0px;
border: 1px solid #333333;
outline: none;
height: 50px;
width: 100%;
max-width: 90%;
min-width: 370px;
line-height: 30px;
color: #f6f6f6;
font-size: 18px;
margin: -1px 5px 15px 0px;
padding-left: 20px;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
-webkit-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-moz-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}
	
.lg-text-area-settings {
width: 100%;
max-width: 70vw;
height: 175px;
line-height: 22px;
color: #f6f6f6;
font-size: 18px;
padding: 20px;
margin: -1px 30px 0px 0px;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
vertical-align: top;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}
	
.lg-submit-btn {
background-color: rgba(255,255,255,0.8);
border: 1px solid #333333;
outline: none;
width: 100%;
max-width: 70vw;
color: black;
font-size: 20px;
padding: 15px;
cursor: pointer;
font-family: 'Encode Sans Expanded','Open Sans', sans-serif;
font-weight: 600;
margin: 30px 0px 25px 0px;
-webkit-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-moz-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}
	
select#lg_choose_city {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
text-indent: 0.01px;
text-overflow: '';
width: 100%;
max-width: 370px;
border-style: solid;
border-width: 1px;
border-color: #444 #333 #333 #444 !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-moz-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-webkit-border-radius: 0px; 
-moz-border-radius: 0px; 
border-radius: 0px !important;
padding: 5px 20px 5px 20px;
margin: -2px 0px 1.5em 0px;
font-size: 18px;
font-weight: 400;
font-family: 'Open Sans', 'Roboto', arial;
line-height: 38px !important;
outline: none;
color: #f6f6f6;
background: rgba(0,0,0,0.7) url('../images/select-box-indicator.gif') no-repeat 95% center;
}
	
.restaurant-settings {
display: inline-block;
text-align: left;
margin: 0px;
padding: 0px;
}

#lg_password {
width: 300px;
max-width: 300px;
min-width: 270px;
}
	
.radio-b-wrapper {
margin: -2px 0px 0px 0px;
padding: 20px 12px 20px 12px;
position: relative;
width: 100%;
max-width: 370px;
top: 0px;
left: 0px;
border-style: solid;
border-width: 1px;
border-color: #444 #333 #333 #444 !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 0px; 
-moz-border-radius: 0px; 
border-radius: 0px !important;
-webkit-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-moz-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
background: rgba(0, 0, 0, 0.5);
}

} /* End media query */

@media (max-width: 550px) {
	
.g-recaptcha {
transform: scale(0.8);
margin-left: -31px;
}

.lg-input-box {
display: inline-block;
background: rgba(0, 0, 0, 0.7);
border-radius: 0px;
border: 1px solid #333333;
outline: none;
height: 50px;
width: 100%;
max-width: 90%;
min-width: 270px;
line-height: 30px;
color: #f6f6f6;
font-size: 18px;
margin: -1px 5px 15px 0px;
padding-left: 20px;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
-webkit-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-moz-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}
	
select#lg_choose_city {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
text-indent: 0.01px;
text-overflow: '';
width: 100%;
max-width: 270px;
border-style: solid;
border-width: 1px;
border-color: #444 #333 #333 #444 !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-moz-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-webkit-border-radius: 0px; 
-moz-border-radius: 0px; 
border-radius: 0px !important;
padding: 5px 20px 5px 20px;
margin: -2px 0px 1.5em 0px;
font-size: 18px;
font-weight: 400;
font-family: 'Open Sans', 'Roboto', arial;
line-height: 38px !important;
outline: none;
color: #f6f6f6;
background: rgba(0,0,0,0.7) url('../images/select-box-indicator.gif') no-repeat 95% center;
}

.radio-b-wrapper {
margin: -2px 0px 0px 0px;
padding: 20px 12px 20px 12px;
position: relative;
width: 100%;
max-width: 270px;
top: 0px;
left: 0px;
border-style: solid;
border-width: 1px;
border-color: #444 #333 #333 #444 !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 0px; 
-moz-border-radius: 0px; 
border-radius: 0px !important;
-webkit-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-moz-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
background: rgba(0, 0, 0, 0.5);
}

.lunchguiden-logo {
display: none;
}

#lg_password {
width: 170px;
max-width: 170px;
min-width: 170px;
}
	
} /* End media query */

@media (max-width: 359px) {

.lg-input-box {
display: inline-block;
background: rgba(0, 0, 0, 0.7);
border-radius: 0px;
border: 1px solid #333333;
outline: none;
height: 50px;
width: 100%;
max-width: 90%;
min-width: 240px;
line-height: 30px;
color: #f6f6f6;
font-size: 18px;
margin: 0px 5px 15px 0px;
padding-left: 20px;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
-webkit-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-moz-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}

select#lg_choose_city {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
text-indent: 0.01px;
text-overflow: '';
width: 100%;
max-width: 245px;
border-style: solid;
border-width: 1px;
border-color: #444 #333 #333 #444 !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-moz-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-webkit-border-radius: 0px; 
-moz-border-radius: 0px; 
border-radius: 0px !important;
padding: 5px 20px 5px 20px;
margin: 0px 0px 1.5em 0px;
font-size: 18px;
font-weight: 400;
font-family: 'Open Sans', 'Roboto', arial;
line-height: 38px !important;
outline: none;
color: #f6f6f6;
background: rgba(0,0,0,0.7) url('../images/select-box-indicator.gif') no-repeat 95% center;
}
	
.radio-b-wrapper {
margin: -2px 0px 0px 0px;
padding: 20px 12px 20px 12px;
position: relative;
width: 100%;
max-width: 245px;
top: 0px;
left: 0px;
border-style: solid;
border-width: 1px;
border-color: #444 #333 #333 #444 !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 0px; 
-moz-border-radius: 0px; 
border-radius: 0px !important;
-webkit-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
-moz-box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
box-shadow: -5px 10px 20px 3px rgba(0,0,0,0.4);
background: rgba(0, 0, 0, 0.5);
}

} /* End media query */
