/* HOME Restaurant BAR CSS Document Powered by Gravitas LLC */

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-image: url(images/home_bcg.jpg);
	background-repeat: repeat;
}

@font-face {
	font-family: 'Cochin';
	src: url('Cochin.eot');
	src: url('Cochin.eot?#iefix') format('embedded-opentype'),
		url('Cochin.woff2') format('woff2'),
		url('Cochin.woff') format('woff'),
		url('Cochin.svg#Cochin') format('svg');
	font-weight: normal;
	font-style: normal;
}

::selection {
    background: #FFF;
    color: #1f4f13;
    text-shadow: none;
}
::-moz-selection {
	background: #FFF;
    color: #1f4f13;
    text-shadow: none;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }


ul { display: inline; }
li { display: inline; }


p {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

h1 {
	font-family: 'Cochin', Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	text-decoration: none;
	color: #1f4f13;
	float: left;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: 'Cochin', Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	height: auto;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	color: #1f4f13;
}
h3 {
	font-family: 'Cochin', Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	height: auto;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	color: #1f4f13;
}
h4 {
	font-family: 'Cochin', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	height: auto;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	color: #1f4f13;
}

input {
	width: 90%;
	height: 30px;
	min-width: 60%;
	font-family: 'Cochin', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fbb900;
	border: 1px solid #323232;
	display: inline-block;
	background: #ffffff;
}

#content {
    width: 100%;
	text-align:center;
}

.container { 
	margin: 0 auto; 
	max-width: 1200px; 
}

header {
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	position: static;
	background-color: #1f4f13;
}
nav {
	width: 100%;
	max-width: 1200px;
	max-height: 35px;
	margin: 0 auto;
	position: static;
}
main {
	max-width: 1200px;
	height: auto;
	position: static;
}
footer {
	width: 100%;
	height: auto;
	margin-top: 50px;
	position: static;
}





.socialicons {
	width: 40px;
	height: 40px;
	float: none;
	position: static;
}
.gravitas {
	width: 15px;
	height: 15px;
	float: none;
	position: static;
}




/* CSS Web Responsive Rendering */

.container { 
	margin: 0 auto; 
	max-width: 1200px; 
}

.row { 
	width: 100%; 
}

.row > * {
	-webkit-transition	: all 400ms ease-out;
	-moz-transition		: all 400ms ease-out;
	-o-transition		: all 400ms ease-out;
	-ms-transition		: all 400ms ease-out;
	transition			: all 400ms ease-out;	
}

.row:before, .row:after { content: ""; display: table; }
.row:after { clear: both; }
.row { *zoom: 1; }

.col_0 {
	width: 100%;
	margin-bottom: 10px;
	display: block;
}

.col_1,
.col_2,
.col_3, .col_3c,
.col_4, .col_4c,
.col_5, .col_5c {
	margin-left		: 1.00%;
	margin-right	: 1.00%;
	margin-bottom	: 10px;
	text-align	:	center;
	float		: left;
	display		: block;
}

.col_1 { width: 98%; }
.col_2 { width: 48%; }
.col_3 { width: 31.3333333333%; }
.col_4 { width: 23%; }
.col_5 { width: 18%; }

.col_3c { width: 64.6666666667%; }
.col_4c { width: 73%; }
.col_5c { width: 78%; }

img, object, embed { max-width: 100%; }
img {
	width: auto;
	max-width: auto;
	-ms-interpolation-mode: bicubic;
	object-fit: fill;
}
figure img { max-width: 100%; }

.skip-float { clear: left; }


.video-holder {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	display: block;
}

.video-holder iframe, .video-holder object, .video-holder embed {
	position: absolute;	top: 0;	left: 0; width: 100%; height: 100%;
}

@media handheld, only screen and (max-width: 320px) {
	.container { width: 100% !important; max-width: 100% !important; }

	.col_1,
	.col_2,
	.col_4, .col_4c,
	.col_5 {
			text-align	: center;
			width		: 90%;
			margin-left		: 0%;
			margin-right	: 0%;
			padding-left	: 0%;
			padding-right	: 0%;
	}
	.col_5c {
			text-align	: center;
			width		: 10%;
			margin-left		: 0%;
			margin-right	: 0%;
			padding-left	: 0%;
			padding-right	: 0%;
	}
	.col_3, .col_3c {
			text-align	: center;
			width		: 94%;
			margin-left		: 0%;
			margin-right	: 0%;
			padding-left	: 3%;
			padding-right	: 3%;
	}
	.logo { float: left; }
}

@media handheld, only screen and (max-width: 480px) {
	.col_2 { width:98%; }
	.col_4 { width:98%; }

	.col_2c { width: 98%; }
	.col_4c { width: 98%; }
	
	.col_5 {
			text-align	: center;
			width		: 90%;
			margin-left		: 0%;
			margin-right	: 0%;
			padding-left	: 0%;
			padding-right	: 0%;
	}
	.col_5c {
			text-align	: center;
			width		: 10%;
			margin-left		: 0%;
			margin-right	: 0%;
			padding-left	: 0%;
			padding-right	: 0%;
	}
	
	.col_3, .col_3c {
			text-align	: center;
			width		: 94%;
			margin-left		: 0%;
			margin-right	: 0%;
			padding-left	: 3%;
			padding-right	: 3%;
	}
	
	.logo { float: left; }
	
}

@media handheld, only screen and (max-width: 768px) {
	.col_4 { width:48%; }
	.col_4c { width: 48%; }
	.col_5 {
			text-align	: center;
			width		: 90%;
			margin-left		: 0%;
			margin-right	: 0%;
			padding-left	: 0%;
			padding-right	: 0%;
	}
	.col_5c {
			text-align	: center;
			width		: 10%;
			margin-left		: 0%;
			margin-right	: 0%;
			padding-left	: 0%;
			padding-right	: 0%;
	}
}

@media handheld, only screen and (max-width: 1090px) {
	#linkstoggle {
		text-align: center;
		height: auto;
		width: auto;
		position: static;
		display: none !important;
		padding: 0px;
	}
	.col_5 {
			text-align	: center;
			width		: 90%;
			margin-left		: 0%;
			margin-right	: 0%;
			padding-left	: 0%;
			padding-right	: 0%;
	}
	.col_5c {
			text-align	: center;
			width		: 10%;
			margin-left		: 0%;
			margin-right	: 0%;
			padding-left	: 0%;
			padding-right	: 0%;
	}
}
#linkstoggle {
	text-align: center;
	height: auto;
	width: auto;
	position: static;
	display: inline;
	padding: 0px;
}