/****************** MENU PAGE ********************/    
    .divider-background {
        padding: 150px 0px;
        background-size: cover !important;
        overflow: hidden;
    }
    .photo-container {
        position: absolute;
        right: 0;
        height: 100%;
        top: 0;
        padding: 0;
    }
    .background-image-holder {
        position: absolute;
        width: 100%;
        height: 160%;
        z-index: 0;
        background-size: cover !important;
        top: -20%;
    }
    .overlay.background-dark-grey {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.3;
        z-index: 1;
        top: 0px;
        background: #333333;
    }
    .menu-headline h3{
	font-family: 'vogamedium';
	color: #ded5c4;
	font-size: 63px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: -45px;
	/*font-family: 'Garamond';
	font-size: 56px;
	font-weight: 700;*/
    }
    .menu-headline h3 span {
        display: inline-block;
        position: relative;
        font-size: 24px;
        margin: 0 10px;
        top: -4px;
    }
    .gallery-slider img 
    {
        width:100%;
    }
    .video-wrapper
    {
        width:100%;
    }
    .menu-headline .sub-title{
        color: #ffffff;
        font-size: 14px;
        text-transform: uppercase;
    }
    .menu-headline .line{
        height: 2px;
        background: #fff;
        width: 80px;
        margin: 0px auto;
        margin-top: 20px;
	display: none;
    }
    .menu-section{
        padding-top: 99px;
        padding-bottom: 111px;
        position: relative;
        z-index: 2;
        background: #ded5c4;
    }
    .menu-section .container {
        width: 100%;
    }
    .menu-filters {
        overflow: hidden;
        display: inline-block;
        margin-bottom: 10px;
        /*margin-bottom: 44px;*/
    }
	
    .menu-filters li {
        display: inline-block;
        margin: 0 16px;
        list-style: none;
        position: relative;
        text-transform: uppercase;
        cursor: pointer;
        padding: 3px 0px 3px 3px;
        font-weight: normal;
        font-size: 24px;
    }
	
    .menu-filters li:after {
        content: "";
        width: 5px;
        height: 5px;
        display: inline-block;
        background: #000;
        border-radius: 50%;
        position: absolute;
        right: -21px;
          top: 14px;
    }
    .menu-filters li:last-child:after {
        display: none;
    }
    .narrow-menu .menu-item
    {
        padding-right: 20px;
        position: relative;
        clear: both;
		text-align: center;
        /*min-height: 100px;
        padding-right: 2%;
        padding-bottom: 20px;  */
    }
    .narrow-menu h3
    {
        font-size: 25px;
    }
    .narrow-menu h3, .narrow-menu h4 {
         text-align: center;
         text-transform: uppercase;margin-bottom: 30px;
	 font-family: 'Garamond';
         font-weight: 700;
    }
	
    .narrow-menu h4 {
        font-size: 45px;
        color: #3b311f;
        width: 100%;
        clear: both;
    }
	
    .menu-item {padding-bottom: 25px;}
    .menu-item .title, .menu-item .price {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: normal;
        line-height: 1.2;
    }
	
    .menu-item .title {
		margin-bottom: 3px;
		display: block;
		position: relative;
		font-size: 26px;
		line-height: 1.5;
		font-family: 'antoniolight' !important;
		font-weight: 700;
		/*display: inline-block;*/
    }
	
    .menu-item .price {
        font-size: 14px;
    }
    .menu-item .price:before
    {
        /*content: "\f068";*/
        content: "";
        width: 6px;
        height: 1px;
        background-color: #000;
        display: inline-block;
        position: relative;
        top: -4px;
        margin: 0 2px;
    }
    .menu-item p {
        position: relative;
        margin-bottom: 6px;
        width: 100%;
        color: #000000;
	font-size: 18px;
        
    }
    .menu-headline {
        margin: 50px auto;
    }
    .gallery-slider, .video-wrapper {
        position: relative;
        height: auto !important;
        width: 100% !important;
    }
    .gallery-slider .slides {
        position: relative;
    }
    /*.gallery-slider .slides:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.6);
        z-index: 9;
    }*/
	
    .gallery-slider ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 0;
}
    .gallery-slider .menu-headline, .video-wrapper .menu-headline {
        position: absolute;
        top: 30%;
        bottom: 30%;
        z-index: 9999 !important;
        clear: both;
        left: 0;
        right: 0;
        text-align: center;
        top: 50%;
        margin-top: 12px;
    }
    .gallery-slider .slides li {
        height: 600px;
        background-size: cover !important;
    }
    .video-wrapper video {
        z-index: -9;
        position: relative;    width: 100%;
    }
    .blog-post {
        text-align: center;
        margin-bottom: 50px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #ccc;
        float: left;
        width: 100%;
    }
    .blog-post:last-child {
        border-bottom: 0;
        margin-bottom: 0;
    }
    .blog-img {
        margin-bottom: 30px;
    }
    .blog-category {
        margin-bottom: 20px;
        font-size: 12px;
    }
    .blog-category a {
        text-transform: uppercase;
        display: inline-block;
        padding: 6px 10px 5px;
        text-decoration: none;
        border: 1px solid;
        color: #999;
        line-height: 1;
    }
    .blog-title {
        text-transform: uppercase;
        font-size: 20px;
        font-family: 'HaboroSlab-NorBol', sans-serif;
        background: url(http://www.kyabistro.com/application/views/themes/theme-1/assets/static/img/blog-title-icon.jpg) no-repeat bottom center transparent;
        padding-bottom: 30px;
    }
    .blog-title a {
        text-decoration: none;
        color: #000000;
    }
    .blog-content {
        margin-bottom: 25px;
    }
    .blog-meta {
        float: left;
        width: 100%;
    }
    .blog-meta a {
        text-decoration: none;
    }
    .post-meta-left {
        float: left;
        width: 50%;
        text-align: left;
        color: #5c5c5c;
        font-size: 16px;
    }
    .post-date {
        padding-right: 15px;
    }
    .post-meta-right {
        float: right;
    }
    .social_block ul li {
        list-style: none;
        display: inline-block;
        margin: 0 5px;
        font-size: 16px;
    }
    .unvisible {
        display: none;
    }
    .widget {
        /*padding-left: 0;
        padding-right: 0;*/
        padding-bottom: 25px;
    }
    .title-widget {
        margin-top: 0;
        text-transform: uppercase;
        font-family: 'HaboroSlab-NorBol', sans-serif;
    }
    .list-block li {
        padding: 10px 0;
        text-transform: uppercase;
        font-size: 14px;
        border-bottom: 1px solid #eaeaea;
    }
    .list-block li a {
        text-decoration: none;
        display: block;
    }
    .list-block .count {
        float: right;
    }
    .list-block {
        list-style: none;
    }
    .posts-list {
        list-style: none;
    }
    .posts-list li {
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px dashed #ddd;
    }
    .posts-list li:first-child {
        border-top: 0;
    }
    .posts-list .media img {
        max-width: 90px;
    }
    .post-info h5 {
        margin-top: 0;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 1.2;
    }
    .post-info h5 a {
        text-decoration: none;
    }
    .tag-list {
        list-style: none;
    }
    .tag-list li {
        margin-right: 15px;
        margin-bottom: 10px;
        display: inline-block;
    }
    .tag-list li a {
        text-decoration: none;
        display: block;
        line-height: 1.4;
    }
    
    .pagination-contain {
        padding: 0;
    }
    .pagination>li {
        display: inline-block;
        margin-left: 2px;
        margin-right: 2px;
    }
    .pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
        border-radius: 0;
    }
    .pagination>li>a, .pagination>li>span {
        color: #000;
    }
    .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover, .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
        background-color: #000;
        border-color: #000;
        color: #fff;
    }
    .pagination>li.truncate>span, .pagination>li.truncate>span:hover, .pagination>li.truncate>span:focus {
        background-color: transparent;
        border-color: transparent;
        color: #000;
    }
    .datepicker.dropdown-menu, .datepicker table tr td, .datepicker table tr th {
        border-radius: 0;
        outline: none;
    }
    .datepicker table tr th  {
        font-weight: normal;
        font-family: 'TradeGothicLTBoldRegular', sans-serif;
        text-transform: uppercase;
    }
    .datepicker table tr td.active.active {
        background-color: #000 !important;
        border-color: #000 !important;
    }
    
    @media screen and (max-width: 767px) {
        .flex-direction-nav {
            display: none;
        }
        .post-meta-left, .post-meta-right {
            width: 100%;
            text-align: center;
            padding: 5px 0;
        }
        .blog-right {
            margin-top: 30px;
        }
        .widget {
            padding-left: 0;
            padding-right: 0;
        }
    }
    
    #content #contentPage .form .input input[type="text"],
    #content #contentPage .form .input textarea,
    #content #contentPage .form .input select
    {
        background: #ffffff; 
    }
    
    @media screen and (min-width: 992px) {
        .two-column {
            column-count: 2;
            -webkit-column-count: 2;
            -moz-column-count: 2;
            vertical-align: top;
        }
        .narrow-menu .menu-item, .narrow-menu h4 {
            -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
            break-inside: avoid-column;
        }
    }
    .menu-filters li{  font-family: 'Garamond';
    font-weight: 700;}   
    .narrow-menu h4 {  font-family: 'Garamond';
    font-weight: 700;}
    p.menu-names{}
	
    span.menu-price { 
		font-size: 26px;
		margin-left: 12px;
		font-family: 'antoniolight' !important;
    }
    
    /******************* TINY HAMBURGER ***********************/
    
    aside #mobileMenuButton{display: none !important;}
    
    .tiny-hamburger{
        width: 100%;
        height: 53px;
        background: #000000;
        position: relative;
        z-index: 100;
        padding: 15px 0 0 0;
        display: none;
    }
    
    .hamburger-frame{ /*width: 90%; margin: 0 auto;*/ padding: 0 16px; }
    
    .tiny-hamburger .mobileMenuButton {
        position: relative;
        bottom: 7px;
        z-index: 10000;
        padding: 6px;
        float: left;
        background: url(http://www.kyabistro.com/application/views/themes/theme-1/assets/static/img/blank.png) repeat top left transparent;
    }
    
     body.opened  .tiny-hamburger .mobileMenuButton {
        display: block;
    }

    .tiny-hamburger .mobileMenuButton span {
        width: 25px;
        height: 4px;
        display: block;
        background: #FFFFFF;
        -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
        margin-top: 3px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .mobileMenuButton .mobileMenuButton span:first-child {
        margin-top: 0;
    }
    
    .tiny-hamburger img{ float: right; }
    
    body.opened .tiny-hamburger .mobileMenuButton span {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    
    body.opened .tiny-hamburger .mobileMenuButton span:first-child {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0px, 7px) rotate(45deg);
        -moz-transform: translate(0px, 7px) rotate(45deg);
        -ms-transform: translate(0px, 7px) rotate(45deg);
        -o-transform: translate(0px, 7px) rotate(45deg);
        transform: translate(0px, 7px) rotate(45deg);
    }
    
    body.opened .tiny-hamburger .mobileMenuButton span:last-child {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0px, -7px) rotate(-45deg);
        -moz-transform: translate(0px, -7px) rotate(-45deg);
        -ms-transform: translate(0px, -7px) rotate(-45deg);
        -o-transform: translate(0px, -7px) rotate(-45deg);
        transform: translate(0px, -7px) rotate(-45deg);
    }
    
    @media screen and (max-width: 767px)
    {
        .tiny-hamburger{display: block}
        
        #content { padding-top:53px; }
        
        aside{ top: 53px; }
        
        .beer span.overlay{ background: #ffffff !important; /*opacity: 0.7 !important; visibility: visible;*/}
        
        .beer span.middle{ vertical-align: middle; }
        
        .beer h1.title{ margin-bottom: 0 !important; top: 75px !important;}
	
	#content #homeIndex .beer{ background: #ffffff;}
        
	#content #homeIndex a .gallery-1{ opacity: 0.4 !important; visibility: visible; }
    }
    
    /******************** NOVEMBER 21 2016 ********************/
    
    .new-menu-frame .narrow-menu .menu-item{
	padding-left: 0; padding-right: 0;clear: none;
    }
    .new-menu-frame .narrow-menu .menu-item .menu-border
    {
	/*border-bottom: dotted 1px #000;
	padding-bottom: 10px;*/
    }
    .menu-item p span.kitchen-spls{
	color: #000000;
	font-family: 'museo_sans500';
    }
    
    /******************** MAY 17 2017 ************************/
    
    .content-secion h3 , .content-secion h1, .menu-section h1 , .menu-filters li ,
    .narrow-menu h3, .narrow-menu h4 , .menu-item .title
    {   
	font-weight: normal;
	font-family: 'vogamedium';
	letter-spacing: 1px;
    }
    
    span.icon.cooked-from-raw-foods, span.icon.gluten-free {
    padding: 10px 4px;
}