/* Main Styles*/

body{
    margin: 0;
    background-color: #f5f5f5;   
}

.green-icon {
	color: #43AC6A;
}

.red-background{
	background-color: #f04124;
	border-color: #d42d12;
}
.reveal-modal{
	background-color: #f5f5f5;
}

fieldset legend {
	background-color: #f5f5f5;
	margin-left: -1.4rem;
}

.brown-panel {
    background-color: #313131;
    width: 100%;
}

.brown-panel h1, 
.brown-panel h2, 
.brown-panel h3, 
.brown-panel h4, 
.brown-panel h5,
.brown-panel h6,
.brown-panel h7,
.brown-panel h8 {
    color: #f5f5f5;   
}

.brown-panel p {
    color: #f5f5f5;
    font-weight: 300;
}

.brown-panel a {
	color: #f5f5f5;
}

.slideshow-section {
	position: relative;
}

.big-text {
	color: #f5f5f5;
	font-size: 1.5rem;
	font-weight: 200;
}

.big-text-black {
	color: #222222;
	font-size: 1.5rem;
	font-weight: 300;
}

.fa-6x{
	font-size: 8.0rem;
}

/* Nav Bar*/

#menu-toggle {
	display: none;
}

.small-menu{
	display: none;
}

.anchor {
	display: block;
	position: relative;
	top: -90px;
	visibility: hidden;
}
.bar-top {  
	text-align: center;
	background-color: #f5f5f5;
	position: fixed;
	left: 0;
	top: 60px;
	width: 100%;
	-webkit-transition: top .25s; /* For Safari 3.1 to 6.0 */
      transition: top .25s;
	z-index: 50;
}

.bar-top.shrink-top {
	top: 0;
}

nav li {  
	display: inline-block;
	padding-left: 2%;
	padding-right: 2%;
	line-height: 85px;
	text-transform: uppercase;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
}

.bar-top a{
	color: #222222;
}
.bar-top a.active {
	border-bottom: medium solid #222222;
	padding-bottom: 2px;
}

.bar-top a:hover {
	border-bottom: medium solid #222222;
	padding-bottom: 2px;
}

nav ul {  
	margin-left: auto;
	margin-right: auto;
	height: 85px;
	margin-top: 0;
	margin-bottom: 0;
	
}

.menu-list.shrink-ul {
	border-bottom: thin solid #CBCBCB;
}

.logo-holder {   
	padding-left: calc(130px + 2%);
	padding-right: calc(130px + 2%);
	-webkit-transition: padding-left .25s; /* For Safari 3.1 to 6.0 */
      transition: padding-left .25s;
	-webkit-transition: padding-right .25s; /* For Safari 3.1 to 6.0 */
      transition: padding-right .25s;
}

.logo-holder.shrink-holder {
	padding-left: calc(45px + 2%);
	padding-right: calc(45px + 2%);
}

#logo2{   /* needs to shrink on scroll */
	position: absolute;
	left: 50%;
	margin-left: -110px;
	margin-top: -65px;
	width: 230px;
	height: auto;
	
}

#logo2.shrink-logo {
	width: 85px;
	margin-left: -42.5px;
	margin-top: 0px;
}

.menu-icon {
	display: none;
}

/* Nav Bar Styles for between 690px and 1024px;*/
@media only screen and (min-width: 43.125em) and (max-width: 64em) {
	#logo2 {
		width: 180px;
		height: auto;
		margin-left: -90px;
		margin-top: -40px;
	}
	
	.logo-holder {
		padding-left: calc(80px + 2%);
		padding-right: calc(80px + 2%);
	}
	
	nav li {
		padding-left: 1%;
		padding-right: 1%;
		font-size: 0.9rem;
	}
	
	.bar-top {
		top: 45px;
	}
	
	.menu-list.shrink-ul li {
		font-size: 1.0rem;	
	}

}

@media only screen and (max-width: 43.063em) {
	.big-menu {
		display: none;	
	}
	
	.small-menu {
		display: block;
	}
	.menu-list{
		display: none;	
	}
	
	#logo3 {
		position: absolute;
		width: 85px;
		margin-left: -42.5px;
		margin-top: 0px;
	}
	.bar-top {
		border-bottom: thin solid #CBCBCB;
		top: 0;
	}	

	.logo-holder-small {
		padding-left: calc(45px + 2%);
		padding-right: calc(45px + 2%);
	}

	.menu-icon {
		display: block;
		float: left;
		font-size: 2.0rem;
		line-height: 82px;
		padding-left: 20px;
	}
	#menu-toggle:checked + .menu-list{
		display: block;
		position: absolute;
		width: 100%;
		top: 83px;
		height: 100%;
	}
	#menu-toggle:checked + .menu-list li{
		display: block;
		line-height: 50px;
		font-size: 1.5rem;
		background-color: #f5f5f5;
	}
	
}

/* Horizontal Tabbed Menu Styles */
.tabs .tab-title > a{
		background-color: #c0c0c0;
		padding: 1rem 1rem;
}

.tabs .tab-title.active a {
     background-color: #e8e8e8;
}

.menu-panel {
    background-color: #e8e8e8;
}

.menu-panel.content {
    padding: 20px;
}

.menu-tabs {
    margin: 0;
}

.menu-tabs li {
    padding: 0;
    margin: 0;
}


.tab-title h5 {
	margin-top: 0.5rem;
}

/*
.menu-panel h5{
	margin-bottom: 0;
}

.menu-panel p {
	padding-left: 0.5rem;
	margin-bottom: 0.4rem;
}

.menu-columns-2{
	-webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
	-webkit-column-gap: 2em;
      -moz-column-gap: 2em;
      column-gap: 2em;
}
.menu-columns-1{
	-webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
	-webkit-column-gap: 0em;
      -moz-column-gap: 0em;
      column-gap: 0em;
}

.menu-item {
	display: inline-block;
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	-o-column-break-inside:avoid;
	-ms-column-break-inside:avoid;
	column-break-inside:avoid;
}

.nested-menu{
 	padding-left: 0.4rem;
	padding-right: 0.4rem;	
}

.menu-panel h3{
	margin-bottom: 0;
}

.menu-panel .subtitle,
.content .subtitle{
	background-color: #c0c0c0;
	padding-left: 0.4rem;
	text-align: left;
	margin-bottom: .5rem;
	margin-left: 0;
	margin-right: 0;
	padding-top: .4rem;
	padding-left: .4rem !important;
	padding-right: .4rem;
}

.content .subtitle .columns{
	padding-left: 0.2rem !important;
	padding-right: 0.2rem !important;
}
*/

/*EXPERIMENTAL MENU STYLES*/
.wing-name{
	font-weight: 700;
	font-size: 1.125rem;
}
.wing-description{
	margin-bottom: 0.75rem;
	font-weight: 300;
}
.item-name{
	background-color: #e8e8e8;
	float: left;
	padding-right: .2rem;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.125rem;

}
.item-price{
	background-color: #e8e8e8;
	float: right;
	padding-left: .2rem;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.125rem;

}
.item-price:before{
	content: '$';
}
.menu-items-list{
	position: relative;
	z-index: 1;
	margin-left: -0.252rem !important;
	margin-right: -0.252rem !important;
	margin-top: .75rem !important;
	padding-bottom: .5rem;
}

.menu-item:before{
	content: '';
	position: absolute;
	bottom: .4rem;
	left: 0.9375em;
	width: calc(100% - 1.875rem);
	width: (100% - 1.875rem);
	height: 0;
	line-height: 0;
	border-bottom: 2px dotted #222222;
	z-index: -1;	
}
.item-description{
	margin-bottom: 0.75rem;
	font-weight: 300;
}

.menu-subtitle:after{
	content: '';
	border-bottom: 3px solid #222222;
	height: 0;
	width: calc(100% -  1.875rem);
	line-height: 0;
	position: absolute;
	bottom: 0;
}

.menu-subtitle p{
	margin-bottom: .2rem;
	margin-top: -.2rem;
	font-weight: 300;
}

.menu-subtitle h3{
	margin-bottom: .2rem;
	line-height: 1.0
}

/*Vertical Accordian Menu Styles*/
.accordion .accordion-navigation > a {
    background-color: #c0c0c0;   
}
.accordion .accordion-navigation.active > a {
    background-color: #a7a7a7; 
}

.vertical-menu .accordion .accordion-navigation > .content.active {
    background-color: #e8e8e8;

}

.vertical-menu ul {
    margin: 0;   
}

.accordion-navigation h4 {
	margin-top: .5rem;
	text-align: center;
}

/*
.accordion-navigation .columns h5 {
	margin-bottom: 0;
}
.accordion-navigation .columns p {
	padding-left: 0.5rem;
	margin-bottom: 0.3rem;
}
*/

.accordion-navigation .content h3{
	font-size: 1.5rem;
	
}

/* Owl Carousel Buttons*/
 
.owl-carousel .owl-controls .owl-nav .owl-prev{
  position: absolute;
  left: -20px;
  top: 40%; 
}

.owl-carousel .owl-controls .owl-nav .owl-next{
  position: absolute;
  right: -20px;
  top: 40%; 
}

.white-icon {
    color: #f5f5f5;
}

/*About Us*/
.about-us {
    padding-top: 20px;
}

.about-us h2 {
    line-height: 0.6;
}

.lower-image {
 	padding-top: 1.6em;
}

/* Review Form*/
label h6 {
    margin-bottom: 0;
}

input {
    margin-bottom: 10px;   
}


/* Photos Styles */
.brown-panel .owl-carousel .owl-item img {
	width: 90%;
	height: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 1.0rem;
	margin-top: 1.0rem;
	border-style: solid;
	border-color: #fff;
	border-width: 7px;
}

/* Reviews Slider */
.single-review {
	
	padding: 1rem;
	border-radius: 5px;
}

.single-review blockquote {
	color: #f5f5f5;
	font-weight: 300;
	border-left: none;
	padding: 0.5625rem 1.25rem 0 0;
	text-align: justify;
}
.single-review blockquote cite {
	color: #f5f5f5;
}

.white {
	color: #f5f5f5;
}
.lower-link{
	padding-top: 1.0rem;
	padding-bottom: 0.5rem;
}

.about-us p{
	text-indent: 2rem;
	text-align: justify;
}

.cat-description{
	font-size: .95rem;
	margin-bottom: .5rem !important;
	padding-left: 0 !important;
}
.slide0{
    background-image:    url(../img/slideshow/ru-header-image.png);
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;
}
.slide1{
    background-image:    url(../img/slideshow/1lg.png);
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;       
}
.slide2{
    background-image:    url(../img/slideshow/2lg.png);
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;       
}
.slide3{
    background-image:    url(../img/slideshow/3lg.png);
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;       
}
.slide4{
    background-image:    url(../img/slideshow/4lg.png);
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;       
}
.slide5{
    background-image:    url(../img/slideshow/5lg.png);
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;       
}
.slide6{
    background-image:    url(../img/slideshow/6lg.png);
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;       
}
.slide7{
    background-image:    url(../img/slideshow/7lg.png);
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;       
}
.slideshow-header{
    margin: 0;   
}
.slide{
    height: 82vh;
    width: 100%;
}

.button.alert{
	background-color: #313131;
    border-color: #313131;
    color: #FFFFFF;
}

.button.alert:hover{
	background-color: #0c0c0c;
}

[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error{
	background: #db5555;
}

.error label, .error label.error{
	color: #db5555;
}

.align-hours {
        width: 5.5rem;
    display: inline-block;
}