@font-face {
    font-family: 'scriptinaregular';
    src: url('../fonts/scriptin-webfont.eot');
    src: url('../fonts/scriptin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/scriptin-webfont.woff2') format('woff2'),
         url('../fonts/scriptin-webfont.woff') format('woff'),
         url('../fonts/scriptin-webfont.ttf') format('truetype'),
         url('../fonts/scriptin-webfont.svg#scriptinaregular') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face{ 
	font-family: 'fontin_sans_r_45b';
	src: url('../fonts/fontin_sans_r_45b-webfont.eot');
	src: url('../fonts/fontin_sans_r_45b-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/fontin_sans_r_45b-webfont.woff') format('woff'),
	     url('../fonts/fontin_sans_r_45b-webfont.ttf') format('truetype'),
	     url('../fonts/fontin_sans_r_45b-webfont.svg#webfont') format('svg');
}


@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=3.0.1');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
    padding-top: 0px; 
	padding-left:1%;
    background-color: black;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center center;
    padding-bottom: 0px;
	color: white;

 background-image: url(../images/images2.jpg);
 background-size:cover;
overflow-x: hidden;
overflow-y: hidden;

}

div.fill {
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden
}
div.fill img {
    flex-shrink:0;
    min-width:100%;
    min-height:100%
}

.fontSignature{
    color: white;
    font-family: "scriptinaregular";
    text-align: center;
	font-size: 48pt;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.divTextAlignCenter{
	text-align: center;
}

.divTextAlignLeft{
	text-align: left;
}

.centerText{
	text-align: center;
}

.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
}

.page-header {
    padding-bottom: 0px;
    margin: 0px 0 0px;
    border-bottom: 5px solid #eee;
	}
	
.clearMenu {
	clear: both;
	}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.list-group-item {
	background-color: transparent !important;
	border: none;
}
.marginTop15px{
	margin-top: 15px;
}

.marginLeft15px{
	margin-left: 15px;
}

.marginTop25px{
	margin-top: 25px;
}

.marginTop50px{
	margin-top: 50px;
}

.img-responsive {
    display: block;
    width: auto;
    margin: auto;
 
}

.imageContainerFood{
    display: block;
    width: auto;
    max-height: 100%;
    margin: auto;	
    overflow: hidden;
	margin-bottom: -9999px;
	padding-bottom: 9999px;

}

.imageContainerDrink{
    display: block;
    width: auto;
    max-height: 100%;
    margin: auto;	
    overflow: hidden;
	margin-bottom: -9999px;
	padding-bottom: 9999px;

}

.leftDown{
    -webkit-animation: move-LeftDown 1s 1s ease-out forwards;
    animation: move-LeftDown 1s 1s ease-out forwards;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;


}
@-webkit-keyframes move-LeftDown {
    100% {
        transform: translate3d(-10%, 10%, 0px) scale(1.25);
	
    }
}
	
.rightDown {
    -webkit-animation: move-rightDown 1s 1s ease-out forwards;
    animation: move-rightDown 1s 1s ease-out forwards;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;


}
@-webkit-keyframes move-rightDown {
    100% {
        transform: translate3d(10%, 10%, 0px) scale(1.25);
	
    }
}


.zoomIn{
    -webkit-animation: move-ZoomIn 1s 1s ease-out forwards;
    animation: move-ZoomIn 1s 1s ease-out forwards;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;


}
@-webkit-keyframes move-ZoomIn {
    100% {
        transform: translate3d(0%, 0%, 0px) scale(1.25);
	
    }
}

	
.floatLeftCenter{
	float: left;
	width: 33%;
	text-align: center;
	margin-left: 50%;
	margin: auto;
}

#column1, #column2, #column3 {
	margin-bottom: -9999px;
	padding-bottom: 9999px;
}

.containerFull{
	min-height: 100%;
	overflow: hidden;
}

.menuItem {
	float: left;
	font-family: fontin_sans_r_45b;
	text-decoration: underline;
	font-weight: bold;
	margin: 0px;
	font-size: 20pt;
}
.menuItemPrice {
	float: right;
	font-weight: bold;
	margin: 0px;
	font-size: 20pt;
}

.menuItemDescription {
	font-family: fontin_sans_r_45b;
	font-size: 14pt;
}


