
html{
    height:100%;
}

body {
    height: 100%;
	font-family:'Neue Helvetica W01', sans-serif;
}

a {color: #ff6a00;}

p {font-size: 1.3em;}

h1, h2, h3, h4, h5, h6 {font-family:'Neue Helvetica W01', sans-serif;}

/* ---- header ----*/
.header {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #000;
}


.socialnav {
    float: right;
	margin-top: 20px;
}
.socialnav li img {
    width:40px;
}
.socialnav a{
    padding-right:15px;
}

.navbar-inverse {
    background-color: transparent;
    border: none;
}

.navbar-collapse.collapse.in{
    background-color: rgba(0,0,0,0.3);
}


.drink-menu .navbar-inverse {
    background-color: rgba(0,0,0,0.7);
    border: none;
}
.navbar-nav {
    margin-top: 20px !important;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.nav>li {
    position: relative;
    display: block;
    padding: 0px 20px;
}

.nav>li>a {
    padding: 10px 35px;
    font-size: 1.2em;
    font-weight:500; font-style:normal;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fafafa;
    color: rgba(255,255,255,0.3);
	
}
.nav>li.social-links>a {
    padding: 5px 10px;
}
.collapse.in {
  z-index: 200;
}
/* home specials */

.home-specials h3, .about-us h3 {
    color: #999999;
    font-weight: bold;
    font-size: 1.8em;
    text-transform: uppercase;
}

.about-us h3 {
    margin-top:4px;
}

.home-specials p.specials-hours{
    color: #999999;
}

.home-specials p {
    font-size: 1.2em;
    color: #4d4d4d;
}

.specials-section {
    margin-top: 20px;
}
.specials-section a, .drinks-section a {
    font-size: 24px;
    text-decoration: underline;
    text-transform: uppercase;
}

/* gallery */

.gallery {
    padding: 4em 0 2em 0;
}

.gallery label, .reservations label {
    text-transform: uppercase;
    color: #808080;
    border: 4px solid #f2f2f2;
    padding: 10px 60px;
    margin-bottom: 30px;
    font-size: 1.2em;
}
.gallery-item {
    padding: 5px;
}
.gallery-item img {
    display: inline-block !important;
}
hr {
    color: #e5e5e5;
    background-color: #e5e5e5;
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact {
    background-color: #1a1a1a;
    color: #fff;
}

.contact-icon img {
    max-width: 40px;
    border-radius: 10px;
    margin-right: 10px;
}
.contact .contact-icon {margin-bottom: 10px;}
.contact>div>div>div>{
    padding-bottom: 1em;
}
.contact h3{
text-transform: uppercase;
text-align: left;
font-weight:300; font-style:normal;
}

.logoimg {height: 30px; width: auto;}

.drinks-section {
    margin-top: 50px;
}
.menu-item {
    font-size: 1.3em;
}
.item-name {
    text-transform: uppercase;
    color: #4d4d4d;
    margin: 5px 0px 15px 0px;
    font-weight: bold;
    display: block;
}

.item-description {
    margin-bottom: 15px;
    display: block;
}
.reservations  {
    
}
.reservations select {
text-transform: uppercase;
    color: #808080;
    border: 4px solid #f2f2f2;
    padding: 10px 60px;
    margin-bottom: 30px;
    font-size: 1.2em;
}
.reservations a {
    text-transform: uppercase;
    color: #fff;
    background-color: #f15a24;
    padding: 10px 55px;
    font-size: 1.2em;
    margin: 10px 0px;
    display: inline-block;
}
.map-footer {
    background: rgba(0,0,0,0.6);
    padding: 8px;
    position: absolute;
    margin-top: -35px;
    width: 100%;
}
.map-footer a {
    color: #fff;
}
#map-container {
    height: 400px;
}

.home-specials{
    padding: 4em 0 ;
    min-height: 300px;

}

.specials_no_columns{
    padding-right:3em;
    padding-left:3em;
}

.home-specials > div:first-child{
    height : 100%;
    min-height: 350px;
    background-image: url('../images/dollar/dollar-orange.png');
    background-repeat: no-repeat;
    background-position: 90% top;
}

.home-specials .circular-special-image{
    height:100%;
}

.circular-special-image > div{
    margin:50px auto 50px auto;
    width:200px;
    height:200px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
	background-size: cover;
}
.footer { background: #2e2e2e; color: #fff; font-size: 1.2em;}
.footer  a {color: #fff; text-decoration: underline; margin-left: 20px; line-height: 4em;}
.footer  p {line-height: 3em;}

/* pages */

.drink-menu{
        height:100%;
        color:white;
    }
.drink-menu header{
        background: #2e2e2e;
		color: rgba(0,0,0,0.8);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		width: 100%;
    }
.drink-menu header .navbar-nav {
    margin-bottom: 10px !important;
}

.single-drink-title{
    text-align: center;
    margin-right:0.5em;
}

.beers, .wines, .cocktails{display:none;}

.pagecontent {padding-top: 180px; width: 80%; margin: 0 auto;}
.tabnav .navbar-nav {float: none;width: 80%; margin: 0 auto;}
.tabnav .navbar-nav li {width: 33.3%; text-align: center; padding: 0; float: left;}
.tabnav  .nav>li>a {
    padding: 15px 35px;
    font-size: 1.4em;
	color: #fff;
	border-bottom: 10px solid rgba(0, 0, 0, 0.6);
	text-transform: uppercase;
	font-weight:200; font-style:normal;
}

.tabnav  .nav>li>a:hover, .tabnav  .nav>li.active>a {
	color: #EC5823;
	background: transparent;
	border-bottom: 10px solid rgba(236, 88, 35, 0.6);
}

.pagecontent .scrolling .container {width: 100% !important;}

.tabs-container h4 {margin-top: 60px;}
.tabs-container .container div:first-child  h4{margin-top: 30px;}

.drink-menu .tabs-container {
    text-shadow: 2px 2px 2px black; 
    }
 .drink-menu .tabnav {
    text-shadow: 1px 1px 0 black; 
    }

.drink-menu h4{
    color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight:300; font-style:normal;
    }
.drink-menu h5{
    color: #EC5823;
	text-transform: uppercase;
	text-align: center;
	font-weight:500; font-style:normal;
	margin: 50px auto 20px auto;
    }
.drink-menu .row div[class^="col"]{
	text-align: center;
    }
	.item-abv {color: #d7d7d7; margin-bottom: 10px; font-weight:400; font-style:normal;}
	.item-price {font-weight:300; font-style:normal;}
	
.drink-menu.specials .row div[class^="col"]{
	text-align: left;
    }	
	.specials h1{
	text-align: center;
	padding: 15px 35px;
    font-size: 2.2em;
	color: #fff;
	border-bottom: 10px solid rgba(255, 255, 255, 0.4);
	font-weight:200; font-style:normal;
    }
	.specials h2 {
	color: #EC5823;
	text-transform: uppercase;
	text-align: left;
	font-weight:500; font-style:normal;
	font-size: 1.4em;
    }

	.onespecial {margin: 50px 0;}
	.onespecial .row {margin-bottom: 20px;}
.drink-menu.specials .row div[class^="col"].text-right {text-align: right;}

h1.food-menu-name {
    margin-top:1em;
    padding: 15px 35px;
    font-size: 2em;
    color: #fff;
    border-bottom: 10px solid rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    font-weight: 200;
    font-style: normal;
    text-align: center;
}

/* Animations */

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	animation-duration:2s;
}

.fade-in.one {
-webkit-animation-delay: 0.25s;
-moz-animation-delay: 0.25s;
animation-delay: 0.25s;
}

.fade-in.two {
-webkit-animation-delay: 0.5s;
-moz-animation-delay:0.5s;
animation-delay: 0.5s;
}

.fade-in.three {
-webkit-animation-delay: 0.75s;
-moz-animation-delay: 0.75s;
animation-delay: 0.75s;
}
.fade-in.four {
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-delay: 1s;
}


/* media queries */

@media (max-width: 1200px) {
    
}

@media (max-width: 1024px) {
    .circular-special-image{
        display : none;
    }
    .nav>li>a {
        padding: 10px 20px;
    }
    .nav>li {
        padding: 0 10px;
    }
	.pagecontent {
        width: 90%;
        padding-top: 140px;
    }
	.tabnav .navbar-nav {width: 90%;margin: 0 auto;}
	.footer .row div[class^="col"]{
	text-align: center;
    }
}



@media (max-width: 991px) {
    #map-container {
        height: 300px;
    }
	.pagecontent {width: 100%;}
	.tabnav .navbar-nav {width: 100%;margin: 0;}
}

@media (max-width: 768px) {
    .socialnav li img {
        width:30px;
    }

    h1.food-menu-name {
        font-size:1.5em;
    }

    .tabnav {
        top:40px;
    }

    .tabs-container{
    }

    #map-container {
        height: 250px;
    }
	.reservations select {
		width: 250px;
	}
	.about-us .image img {
	margin: 20px auto;
	}
	.specials h1{
	    padding: 5px 15px;
        font-size: 1.4em;
    }

    .home-specials h3, .about-us h3{
        font-size:1.4em;
    }

    .home-specials > div:first-child {
        background-position: 90% 15px;
        background-size: 90%;
    }


    .specials-section a, .drinks-section a {
        font-size: 1.2em;
    }

    .home-specials {
        padding: 2em 0;
    }

	.footer .row div[class^="col"]{
	text-align: center;
    }

    .fade-in {
        opacity:100;
        -webkit-animation-name:none ;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
        -moz-animation:none ;
        animation:none ;
    }

    .pagecontent {
        padding-top: 60px;
    }

     .contact>.container>.row>div>p{
         overflow:hidden;
         font-size: 1.2em;
     }

}




@media (max-width: 767px) {
	.socialnav {
    float: left;
	margin-top: -40px;
	}
	
}
@media (max-width: 668px) {
    #map-container {
        height: 250px;
    }
	.socialnav {
    float: left;
	margin-top: -40px;
}
}
@media (max-width: 640px) {
	.tabnav  .nav>li>a {
    padding: 10px 15px;
    font-size: 1em;
	color: #fff;
	border-bottom: 10px solid rgba(0, 0, 0, 0.6);
	text-transform: uppercase;
	font-weight:200; font-style:normal;
}
.footer a {
    line-height: 1em;
}
.footer  {
    padding-bottom: 20px;
}
}