@charset "UTF-8";
/* L &amp; L Las Vegas. CSS Document */

/*font-family: 'Open Sans', sans-serif;*/
/*font-family: 'Open Sans Condensed', sans-serif;*/
/*font-family: 'Playball', cursive;*/
* {
	margin: 0;
	padding: 0;	
}
html {
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
} 

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding-top: 55px;
	background: #060;
}
table {border-collapse: collapse;}
a, a:hover {
	text-decoration: none;	
}
div:empty {height: 10px;}

#collapse, .navbar-inverse {
	font-family: 'Open Sans', sans-serif;
	background: #d58512;
	border: none;
}
#collapse li a {
	font-size: 1.2em;
	color: #fff;
	font-weight: 600;
}
#collapse li a:focus, #collapse li a:visited, #collapse li a:hover {
	background: #D9534F;
	color: #fff;
}
#collapse .dropdown-menu {
	margin: 0;
	padding: 0;
	background: #060;
}
#collapse .dropdown-menu li a {
	color:#fff;
	font-size: 1em;
	border-bottom: dotted 1px ivory;
	padding: 5px 3px 5px 8px;
	text-align: center;
}
#collapse .dropdown-menu li a:hover {
	color: #fff;
	background: #5CB85C;
	border-bottom: dotted 1px transparent;
}
 .navbar-fixed-top .navbar-collapse {
    max-height: 600px;
  }

/*section*/
section {
	background: #fffbcd;
	background: -webkit-linear-gradient(to bottom, #fffbcd 70%, #d4a967 100%);
	background: -moz-linear-gradient(to bottom, #fffbcd 70%, #d4a967 100%);
	background: -o-linear-gradient(to bottom, #fffbcd 70%, #d4a967 100%);
	background: linear-gradient(to bottom, #fffbcd 70%, #d4a967 100%);
	padding: 0;
}

/*Page header*/
.page-header {
	margin: 15px 0 0;
	border-bottom: none;
}
.page-header h1 {
	font-weight: 700;
	text-transform:uppercase;
	font-size: 1.4em;
	color: yellow;
	text-align: center;
	margin: 0;
	padding: 0;
	text-shadow: -1px 1px 0 #f00, -1px -1px 0 #f00, 1px 1px 0 #f00, 1px -1px 0 #f00;
	letter-spacing: 1px;
}
.page-header h2 {
	font-size: 1.4em;
	line-height: 150%;
	color: white;
	text-align: center;
	margin: 5px 0 10px 0;
	font-weight: 700;
	letter-spacing: 1px;
}
.page-header h2 a {
	color: inherit;
}
.page-header h2 a:hover {
	color: #F0AD4D;
}
.page-header p {
	font-size: 1.1em;
	color: #fff;
	font-style: italic;
	text-align: center;
	margin: 5px 2%;
}
.page-header br {
	display: block;
}
.page_header_nav {
	margin: 0 auto 10px;
	padding: 0px;
	list-style-type: none;
	width: 80%;
}
.page_header_nav li {
	font-size: 1.6em;
	font-weight: 700;
	color: #FFF;
	position: relative;
	text-align: center;
	background: #F0AD4D;
}
.page_header_nav li:hover, .page_header_nav li:active {
	background: #B3C135;
	}
.page_header_nav li a {
	color: white;
}
.page_header_nav li ul {
	display: none;
	}
.page_header_nav li:hover > ul, .page_header_nav li:active > ul {
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	z-index:100;
}
.page_header_nav li li {
	border-bottom: solid 1px #017662;
	}
.page_header_nav li:hover>ul li a, .page_header_nav li:active>ul li a {
	font-size: 0.35em;
	font-weight: 400;
	text-align: center;
	margin: 0;
	background: #ECE2A9;
	display: block;
	color: #060;
	padding: 5px 0;
}
.page_header_nav li:hover>ul li a:hover, .page_header_nav li:active>ul li a:active {
	color: #770C0D;
}

/*footer*/
footer {
	background: #c9e2b3 url(../images/palm_tree.png) no-repeat 97% bottom;
	background-size: 12%;
	padding: 20px 1%;
	font-size: 0.9em;
	overflow: hidden;
	border-radius: 0 0 20px 20px;
	margin-bottom: 25px;	
}

footer a {
	color: inherit;	
}
footer a:hover, footer a:active {
	color: inherit;	
}

/*table*/
.combinationTbl, .cateringTbl, .menuTbl, .sideTbl {
	width: 95%;
	margin: 0 auto 20px;
}
.combinationTbl tr td, .cateringTbl tr td, .menuTbl tr td, .sideTbl tr td {
	font-size: 1.2em;
	line-height: 100%;
	color: #d58512;
	font-weight: 700;
	padding: 8px 0 8px 5px;
	border-bottom: solid 1px #060;
	vertical-align: top;
}
.combinationTbl td:first-child, .menuTbl td:first-child {
	text-align: right;
	padding: 8px 8px 8px 0;
	width: 10%;
}
.combinationTbl td:last-child {
	text-align: right;
	padding: 8px 10px 8px 0;
	width: 20%;
}
.combinationTbl small, .cateringTbl small, .menuTbl small, .sideTbl small {
	font-weight: 300;
	font-style: italic;
}

.cateringTbl th {
	color: #fff;
	font-size: 1.2em;
	padding: 5px 0 5px 8px;
	background: #D9534F;
	background: linear-gradient(to right, #D9534F 35%, #eea236 90%);
}
.cateringTbl td:nth-of-type(2), .cateringTbl td:nth-of-type(3), .cateringTbl td:last-child {
	padding: 8px 10px 8px 0;
	width: 17%;
	text-align: right;
}

.menuTbl {
	margin-bottom: 40px;
}
.menuTbl th, .sideTbl th {
	color: #c9302c;
	font-size: 2em;
	font-weight: 800;
	padding: 15px 0 5px 8px;
	text-align: center;
}
.menuTbl th small, .sideTbl th small {
	text-shadow: none;
	color: #000;
	letter-spacing: 0;
	font-size: 0.6em;
	font-weight: 400;
}
.menuTbl tr td, .sideTbl tr td, .cateringTbl tr td {
	color: #060;
}
.menuTbl td:nth-of-type(3), .menuTbl td:last-child {
	text-align: right;
	width: 23%;
	padding-right: 6px;	
}
.sideTbl td:last-child {
	text-align: right;
	width: 30%;
	padding-right: 8px;
}


.description  {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.7em;
	font-style: italic;
	color: #000;
	font-weight: 400;
	line-height: 100%;
}
ul.sidetable {
	font-size: 1.3em;
	margin: 0 0 0 15px;
	padding-left: 10px;
	line-height: 190%;
}
.sidetable_price {
	font-size: 2em;
	color: red;
	border: outset 2px red;
	border-radius: 50%;
	padding: 15px 20px;
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
	margin-right: 20px;
	background: antiquewhite;
	text-shadow: 1px 1px 2px #333;
}



/*figure*/
figure {
	width: 100%;
	margin-bottom: 10px;
}
figcaption {
	text-align: center;
	font-size: 1.2em;
	background: #060;
	color: ivory;
	padding: 3px 0;
	margin-top: 3px;
}

h6 {
	text-align: center;
	font-style: italic;
	padding-top: 10px;
}

.plates {
	position: relative;
	margin: 0 auto 20px;
}
.plates .badge {
	font-size: 1.2em;
	text-align: center;
	background: crimson;
	position: absolute;
	top: 200px;
	left: 85%;
	padding: 5px 10px;
}

.location {
	border-bottom: solid 1px #060;
	margin: 10px;
	text-align: center;
}
.location h2 {
	font-size: 1.4em;
	line-height:130%;
	font-style: italic;
	color: #060;
	font-weight: 700;
	margin: 5px 0 10px;
}
.location p {
	font-size: 1.2em;
	line-height: 140%;
}
.location iframe {
	/*width: 375px;
	height: 200px;*/
	border: none;
}

/*flex*/
ul.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 5px 0 0;
}

ul.flex li {
	font-size: 1em;
	list-style-type: none;
	width: 50%;
	margin: 5px 0 0;
}

.map_menu {
	width: 79%;
	margin: 5px auto 10px;
	padding: 0;
	list-style-type: none;
}
.map_menu li {
	border-bottom: solid 1px ivory;
}
.map_menu li:last-child {
	border-bottom: solid 1px transparent;
}
.map_menu li a {
	font-size: 1em;
	background: #060;
	display: block;
	color: ivory;
	text-align: center;
	padding: 5px 0;
}
.map_menu li a:hover {
	color: #fff;
	background: #5CB85C;
}



@media (min-width: 480px) {
	#collapse li {
	border-bottom: solid 1px #D9534F;
}
	#collapse li:last-child {
	border-bottom: none;
}
	
}

@media (min-width: 768px) {
nav{
	font-size: 0.6em;
	padding-left: 0.5%;
}
#collapse li {
	border-bottom: none;
}
#collapse li a {
	padding: 15px 4px;
	-webkit-transition: font-size .5s ease;
	-o-transition: font-size .5s ease;
	-moz-transition: font-size .5s ease;
	transition: font-size .5s ease;
}
#collapse .dropdown-menu li a:hover {
	font-size: 1.2em;
}
#collapse li a:hover {
	font-size: 1.5em;
}
.page-header p {
	font-size: 1.2em;
}
.page-header br {
	display: none;
}
.page-header h1 { 
	font-size: 1.8em;
}
.page-header h2 {
	font-size: 1.6em;
}
.page_header_nav {
	width: 90%;
}
.description  {
	font-size: 0.7em;
}

.combinationTbl tr td, .cateringTbl tr td, .menuTbl tr td {
	font-size: 1.6em;
	line-height: 120%;
}
.menuTbl th small {
	font-size: 0.7em;
}
.plates .badge {
	top: 160px;
	left: 85%;
}
	
}

@media (min-width: 992px) {	
nav{
	font-size: 0.65em;
	padding-left: 1%;
}
#collapse li a {
	padding: 15px 5px;
}
.map_menu {
	width: 100%;
	margin: 5px auto 10px;
}
.map_menu li a {
	padding: 3px 0;
}
.location {
	text-align: left;
}
footer {
	background-size: 7.2%;
}
	
}

@media (min-width: 1200px) {
nav{
	font-size: 0.9em;
	padding-left: 5.5%;
}
#collapse li a {
	padding: 15px 5px;
}
	
	
}

/*classes*/
.margintop {margin-top: 10px;}
.marginbottom {margin-bottom: 10px;}
.marginright {margin-right: 10px;}
.marginleft {margin-left: 10px;}
.biegeType {
	color: #a94442;
}
.redType {
	font-size: 1.4em;
	font-weight: 700;
	color: #f00;
}
.ivoryType {
	color: ivory;
}
.google_map {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow:hidden;
	width: 100%;
	margin: 0 auto 15px;
}
.google_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btn-group-vertical .btn {
	margin-bottom: 4px;
}
