@-moz-document url-prefix() { 
    .floatable-navigation .tabs .tab{
        padding: 5px 12px;
    }
}

.no-pdg-lft {
    padding-left: 0;
}
.no-pdg-rgt {
    padding-right: 0;
}

html{
    min-height: 100%;
    background: #1D1C1E !important;
}

html, body{
    min-width: 100%;
    margin: 0px;
    padding: 0px;
}

body{
    background-image: url(../images/background.gif);
    background-repeat: repeat;
    font-family: Tahoma;
    text-align: center;
}

body div.main-wrapper{
    max-width: 1028px;
    text-align: left;
    background: white;
    margin: 0 auto;
}

a, a:visited{
    color: #565656; text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.ui-menu-item{
    text-align: left; background: wheat;/*rgba(86, 4, 24, 0.15);*/ padding: 0px; margin: 0px;
}

.ui-state-focus{
    /*background: rgba(130, 22, 50, 0.4) !important;*/ 
    color: white !important; border: none;
}

.ui-front{
    z-index: 1000 !important;
}

.ui-autocomplete{
    padding: 0px; max-height: 200px; overflow-y: scroll; overflow-x: hidden;
    font-family: Tahoma !important;
    font-size: 10pt;
}

.main-wrapper div.panel-top{
    background: #000;
    color: white;
    box-shadow: 0px 1px 5px #aaa
}

.panel-top div.pull-left, .panel-top div.pull-right{
    padding: 6px 10px 8px;
}

.panel-top a, .panel-top a:visited{
    color: white; text-decoration: none; font-size: 9pt;
}

.panel-top a:hover{
    text-decoration: underline;
}

body .page-wrapper{
    padding: 52px 42px 0;
    min-height: 700px;
    margin-bottom: 40px;
}

.page-wrapper #banner cite{
    margin-top: 38px; 
    text-align: right; 
    font-style: italic;
    color: #aaa; 
    font-size: 12pt; 
    line-height: 26px;
}

.page-wrapper .navigation {
    border-top: solid #e7e7dd 4px; border-bottom: solid #e7e7dd 4px;
    position: relative; color: #3f3f3f; font-weight: bold; 
    /*height: 100px;*/
}
#content_container .tabs .tab {
    font-weight: bold;
}

.substitute-navigation{
    height: 108px;
}

.navigation > div{
    padding: 15px 0px;
}

.floatable-navigation{
    position: fixed !important;
    top: 0px !important;
    z-index: 100;
    background: white;
    width: 986px;
    box-shadow: 0px 0px 5px #888;
    margin-left: -41px;
    padding-left: 40px;
    border-color: #f0f0f0 !important;
}

.navigation .searchLabel{
    margin-top: 42px;
}

.navigation .searchContent {
    padding-bottom: 0;
}

.tabs{
    border-bottom: solid #ccc 1px;
    padding-bottom: 6px; 
    padding-left: 0px !important;    
}
#content_container .tabs {
    margin-top: 15px;
    padding-bottom: 7px;
}
.navigation .tabs{
    /*width: 560px;*/
}

.navigation .tabs .tab, #content_container .tabs .tab{
    box-shadow: none !important;
}

.tabs .tab{
    box-shadow: 0px 0px 2px #aaa;
    padding: 6px 12px; margin-top: -5px;
    background: #f0f0f0; margin-left: 2px;
    position: relative;
}

.tabs .tab:hover{
    text-decoration: none;
    background: #f6f6f6;
}

.tabs a.current{
    box-shadow: none;
    background: white;
    border: solid #aaa 1px;
    border-bottom: 0px;
    position: relative; top: 1px;
}

.tab-content{
    overflow: auto;
    padding: 5px; margin-top: 6px; margin-left: -3px; display: none;
}

.tab-content.maps {
    overflow: auto;
    padding: 5px; margin-top: 6px; margin-left: -3px;
    display: block;
    position: absolute;
    left:-10000px;
    width: 100%;
}
.infowin-content {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
    word-spacing: normal;
    white-space: nowrap;
}
.infowin-content img {
    margin: 10px 0;
}
.infowinLeft-content img {
    width: 35%;    
}
.infowin-content a.name {
    font-weight: bold;
}
.tab-content.current{
    display: block !important;
}

.navigation select, .addFacility select{
    /*width: 175px;*/ 
    border: solid #aaa 1px;
    padding: 7px;
    margin-top: 0px;
}

#facilitySearchCuisine {
    margin-left: 5px;
}

input[type=text]{
    padding: 8px; border: solid #aaa 1px;
    /*width: 280px;*/
}

.navigation #facilitySearchName{
    color: #2f2f2f; float: left; margin-bottom: 2px;
}

input.submit{
    border-radius: 5px; border: none; padding: 8px 16px; 
}

input.submit:hover{
    background: #f6f6f6;
}

input.submit:active{
    padding-left: 18px !important; padding-right: 14px !important;
}

input[type=button], input[type=submit]{
    background-color: #e8e8e8;
    font-weight: 600; cursor: pointer;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    border: solid #e0e0e0 1px;
    box-shadow: 2px 2px 2px #ccc;
    font-weight: 600;
}

.navigation input[type=button]:hover{
    background-color: #f0f0f0 !important;
}

h1{
    font-size: 14pt; color: #565656; font-weight: bold;
}

#links_container h4{
    font-weight: bold; color: black; font-size: 10pt;
}

.row h1{
    font-weight: bold; font-size: 16pt;
}

h1.brown{
    box-shadow: 0px 0px 8px #aaa;
    font-size: 10pt !important; color: white; background: #560418; padding: 7px; padding-bottom: 6px;
    border-radius: 2px; font-weight: bold;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: block;
    text-indent: 10px;
    margin: 20px 0 10px -10px;
}

h2{
    font-weight: 600;
    font-size: 10pt;
    color: #363636;
    margin-top: 8px;
    background: #f0f0f0;
    padding: 7px;
    padding-bottom: 6px;
    text-indent: 10px;
    box-shadow: 0px 0px 2px #aaa;
}

h2.right-radius{
    padding: 6px;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    font-weight: bold;
}

h3{
    font-weight: bold !important;
}

ul{
    overflow: auto;
}

div.left, span.left{
    float: left;
}

div.right, span.right{
    float: right;
}

div.clr{
    clear: both;
}

div.clr10{
    height: 10px; line-height: 10px; margin: 0px; padding: 0px; font-size: 0px;
}

div.larger{
    font-weight: 600;
    font-size: 125%;
}

div.row{
    margin-bottom: 5px; margin-left: 10px;
}

.row div.label{
    float: left;
    width: 200px;
}

.row div.input{
    float: left;
}

div#right_menu{
    position: absolute;
    top: 40px;
    right: 0;
    min-width: 280px; 
    min-height: 75%; 
    margin-left: 10px;
}

.floatable-filter{
    position: fixed !important;
    top: 120px !important;
    z-index: 101;
    background: white;
    z-index: 500;
    border-radius: 10px;
    /*box-shadow: 0px 5px 5px #888;*/
    margin-left: 644px !important;
    padding-right: 41px;
}

.floatable-filter form{
    margin-top: 8px !important;
}

#content_container #searchResultList .row{
    padding: 10px; padding-top: 8px;
    border-top: solid #e0e0e0 1px;
    margin-bottom: 0px;
    margin-left: 0px !important;
    border-left: solid transparent 1px;
    border-right: solid transparent 1px;
    margin-right: 0;
}

#content_container #searchResultList .row:last-child{
    border-bottom: solid transparent 1px;
}

#content_container #searchResultList .row:hover{
    border: solid #e0e0e0 1px !important;
    background: rgba(86, 4, 24, 0.05);
    border-radius: 5px;
    cursor: pointer;
    /*box-shadow: 0px 0px 4px #eee;*/
}

#content_container #searchResultList .row:hover + .row{
    border-top: 0px;
    /*border-radius: 5px;*/
}

#content_container #searchResultList .row img{
    margin: 0px; border: solid #aaa 1px;
    padding: 3px; background: #fafafa;
    margin-top: 6px;
}

#content_container #searchResultList .row .left:nth-child(2){
    margin-left: 30px; margin-bottom: 3px; width: 340px;
}

#content_container #searchResultList .row:first-child{
    border-top: solid transparent 1px;
}

#content_container {
    margin-top: 40px;
}

ul{
    list-style: disc !important;
}

.hidden{
    visibility: hidden;
    display: none;
}

div#footer{
    background: #1D1C1E;
    padding: 35px 0px;
    color: #717777;
    font-size: 10pt;
    z-index: 102;
    position: relative;
    -webkit-box-sizing: border-box;
}

#footer .left{
    margin-left: 20px;
}

#footer .left ul li{
    float: left; margin: 0px 10px;
}

#footer .right{
    margin-right: 20px;
}

div#footer a{
    font-size: 9pt; color: #717777; font-weight: bold;
}

#footer .footer-wrapper{
    background: #1D1C1E;
}

strong{
    font-weight: bold;
}

.feedback-button{
    position: fixed;
    z-index: 9999;
    bottom: -1px;
    right: -1px;
    padding: 5px 5px 5px 10px;
    border-top-left-radius: 10px;
    cursor: pointer;
    background: #FAF4D9;
    color: #560418;
    font-weight: bold;
    border: solid #560418 1px;
}

.feedback-button:hover{
    color: #aa0000;
}

table.dish-table{
    border: solid #ccc 1px;
    background: #f8f8f8;
    width: 100%;
}

table.dish-table th:first-child{
    padding-left: 20px;
}

table.dish-table thead.category{
    background: #e8e8e8;
    border-top: solid #ccc 1px;
    border-bottom: solid #ccc 1px;
}

table.dish-table thead.category th{
    text-align: center;
}

table.dish-table th{
    padding-bottom: 5px;
    padding-top: 5px;
}

table.dish-table th:nth-child(2), table.dish-table th:nth-child(3), table.dish-table th:nth-child(4){
    text-align: center;
}

table.dish-table tbody tr td:first-child{
    width: 70%;
    padding: 10px 20px;
    padding-top: 5px;
}

table.dish-table tbody tr td:nth-child(2), table.dish-table tbody tr td:nth-child(3), table.dish-table tbody tr td:nth-child(4){
    width: 10%; text-align: center;
}

table.dish-table tbody tr:hover td{
    cursor: default;
}

table.dish-table tbody td h4{
    font-weight: bold;
}

table.dish-table .description{
    margin-top: 6px;
}
#top_menu {
    padding-top: 0;
}
#top_menu .widget-dropdown-checklist {
    z-index: 10 !important;
    right: 0;
    top: 0;
}
#top_menu .widget-dropdown-checklist-button {
    width: 150px;
}
#top_menu .widget-dropdown-checklist.filter_1 .widget-dropdown-checklist-list {
    width: 150px;
}
#top_menu .widget-dropdown-checklist.filter_2 .widget-dropdown-checklist-list {
    width: 231px;
}
#top_menu .widget-dropdown-checklist.filter_3 .widget-dropdown-checklist-list {
    width: 162px;
}
#top_menu .widget-dropdown-checklist.filter_4 .widget-dropdown-checklist-list {
    width: 207px;
}
#top_menu .filter-checkboxes {
    overflow-x: hidden;
}
.ui-autocomplete {
    z-index: 100000 !important;
}
#facilities {
    float: left; width:0; height: 600px; overflow-y: scroll; overflow-x: hidden;
}
#facilities td.desc {
    width: 65%; padding: 10px; vertical-align: top;
}
#facilities td.img {
    width: 35%; padding: 10px;
}
#facilities tr:nth-child(2n+2){
    background: #F6F6F6;
}
#maps-wrapper {
    position:relative; float: left; width: 100%;
}
#maps-wrapper #maps {
    width: 100%; height: 600px; background: #FFF;
}
#maps-wrapper .ajax-loader-container {
    background: none repeat scroll 0 0 #FFF;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
#maps-wrapper .ajax-loader-container .slideable .text {
    position: relative;
    top: -10px;
}
.navbar-toggle {
    cursor: pointer;
    padding: 3px 6px !important;
    display: none;
}
.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 15px;
    background-color: #888;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.filterLabel {
    font-weight: bold;
    display: none;
}
@media all and (max-width: 991px) {
    .navigation .searchLabel {
        margin-top: 0;
        padding: 5px 0;
    }
    #content_container {
        margin-top: 20px;
    }
    div#right_menu {
        position: relative;
        top: 0;
    }
    #content_container h1, #content_container .tabs {
        padding-right: 0; 
    }
    #facility .tabs, .adsbygoogle {
        display: none !important;
    }
    #facility .tab-content {
        display: block;
    }
    #right_menu h2.right-radius {
        width: 30%;
        border-radius: 0;
        background-color: #F6F6F6;
        box-shadow: none;
        float: left;
    }
    #right_menu .widget-dropdown-checklist {
        width: 65%;
        float: left;
        height: 37px;  
        top: 5px !important;
    }
    #right_menu .widget-dropdown-checklist-button, .widget-dropdown-checklist-list {
        width: 100% !important;
    }
    #right_menu div#right_menu {
        margin-right: 10px;   
        margin-top: 10px;
    }
    #right_menu #filterForm {
        display: none;
    }
    #right_menu .filterLabel, .navbar-toggle {
        display: inline-block;
    }
    #facility h1.brown, #facility h2.right-radius {
        border-radius: 0;
        margin-left: 0;
    }
}

@media all and (max-width: 705px) {
    #top_menu {
        display: none;
    }
}

@media all and (max-width: 660px) {
    #maps-wrapper {
        width: 100% !important;
    }
    #facilities {
        display: none;
    }
}

@media all and (max-width: 600px) {
    .facilitiesLast .result-link, .linksCities li, #facilitySearchCity, #facilitySearchCuisine, .tab-content, #facilitySearchName,
    #facility .image-wrapper, #facility .facility-info {
        width: 100%;
    }
    #facilitySearchCuisine {
        margin-top: 10px;
        margin-left: 0;
    }
    #facility .image-wrapper img {
        margin: 0 auto;
    }
    #facility .image-wrapper .view-all-link {
        width: 100%;
        text-align: center;
    }
}
@media all and (max-width: 525px) {
    .navigation .tabs .tab {
        width: 100%;
        display: block;     
        margin-top: 5px;
    }
    .navigation .tabs .tab.current {
        border-bottom: 1px solid #aaa;
    }
    .navigation .tabs {
        padding-bottom: 0;
        padding-right: 10px;
    }
    .result-link .img-wrapper, .result-link .caption-wrapper, #gallery .image {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .result-link .img-wrapper img {
        margin: 0 auto !important;
    }
    .result-link .caption-wrapper {
        text-align: center;
    }
    #gallery .image img {
        max-width: 290px;
        margin: 0 auto;
    }

}
@media all and (max-width: 495px) {
    h2.right-radius {
        width: 100%;
    }
    .widget-dropdown-checklist {
        width: 100%;
        right: 0 !important;
    }
}
@media all and (max-width: 390px) {
    .page-wrapper #banner cite {
        display: none;
    }
}