/* ::selection {
  background: #eb3a44;
  color: #fff;
}

::-moz-selection {div.sp-article-container
  background: #eb3a44;
    color: #fff;
} */

html, body {
    background-color: #e7e7e7;
}

body.white {
    background-color: #FFF;
}

/* These two (body+document) fixes a few issues with the android app sidescrolling */
body, document {
    max-width: 100% !important;
    margin: 0px !important;
    overflow-x: hidden;
}
document {
    padding: 0px !important;
}

body{ top:0 !important; }

html{
    overflow-y:scroll;
    overflow-x: hidden;
}

body{
    background-color: #e7e7e7;
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}
#homeA{
    background:#fff;
}

a{
    cursor:pointer;
    
}

a:hover,
a:visited,
a:link,
a:active{
    text-decoration:none;
}

a[href^=tel]{
    color: inherit;
    text-decoration: none;
}

hr {
    border-color:#ccc;
    clear: both;
}

h1 {
    font-weight:400;
    /*letter-spacing:-1px;*/
    font-size:28px;
    line-height:32px;
    margin-bottom:20px;
    margin-top:0;
}

h3 {
    margin-bottom:10px;
    margin-top:0;
    font-size:18px;
    line-height:1.1em;
}

input[type=text],
input[type=password],
input[type=number],
input[type=date]{
    font-size:14px;
    width:100%;
    max-width: 100%;
    display:block;
    padding:5px 10px 5px 10px;
    margin:5px 0;
    height:35px;
    line-height: 25px; /* height - paddin */
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    /*border-radius*/
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    background:#fff;
    border:1px solid #ccc;
    color:#444;
    /*box-shadow*/
    -webkit-box-shadow:inset 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow:inset 0 1px 5px rgba(0,0,0,0.1);
    box-shadow:inset 0 1px 5px rgba(0,0,0,0.1);
}

form fieldset{
    width:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin-bottom:0;
}

form select,
form textarea{
    background:#fff;
    border:1px solid #ccc;
    padding:5px;
    width:100%;
    max-width: 100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    /*border-radius*/
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    /*box-shadow*/
    -webkit-box-shadow:inset 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow:inset 0 1px 5px rgba(0,0,0,0.1);
    box-shadow:inset 0 1px 5px rgba(0,0,0,0.1);
    margin:5px 0;
    color:#444;
    font-size:14px;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.start-page-space-separator {
    width: 100%;
    height: 1px;
    margin: 0px;
    padding: 0px;
}

.start-page-separator {
    width: 100%;
    height: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 116, color-stop(0%, #cccccc), color-stop(120%, rgba(255, 255, 255, 0)));
    background-image: -webkit-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 120%);
    background-image: -moz-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 120%);
    background-image: -o-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 120%);
    background-image: radial-gradient(farthest-side at center top, #cccccc 0%, rgba(255, 255, 255, 0) 120%);
}
    .start-page-separator.no-line {
        background-image: none;
        background-color: transparent;
    }

.startPageItem {
    display: none;
    margin-top: 30px;
}

.startPageItem.start-page-article, .startPageItem.start-page-restaurant-article, .startPageItem.start-page-restaurant-article-list {
    display: grid;
}

.bottom-item .startPageItem {
    margin-bottom: 0;
}

.display-desktop {
    display: block;
}

.start-page-askus {
    margin-top: 41px;
}

.start-page-item-wrapper {
    
}

.start-page-item-wrapper.top-item {
    margin-top: 10px;
}

.start-page-adsense-ad {
    /* width: 728px;
    height: 90px; */
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 970px;
    height: auto;
}

.start-page-adsense-ad { width: 320px; min-height: 100px; }
@media (min-width:567px) { .start-page-adsense-ad { width: 468px; height: 60px; } }
@media (min-width:767px) { .start-page-adsense-ad { width: 728px; height: 90px; } }

.start-page-adsense-ad .ad-container {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
}

.goog-te-banner-frame {display:none !important}

.scrolling {
    pointer-events: none;
}

/* translate3d hack */
#top-header-container,
#artikelsnurra, 
#restaurantSearchForm, 
#footer,
.footer,
.fraga-oss,
.surveys,
.special-toplist,
.swiper-section h2,
.startPageItem {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
}

#restaurantSearchForm {
    z-index: 100;
}

#restaurantSearchForm .fb-like {
    position: absolute;
    top: 0;
    right: 0;
}

.translate-menu {
    /* float: left; */
    margin-top: -50px;
}

    .translate-menu .dropdown-menu {
        color: #000;
        /* left: -50px; */
        left: -17px;
        right: auto;
        width: auto;
        min-width: 140px;
        padding: 15px;
        border-radius: 2px;
        border: 1px solid rgba(0,0,0,0.1);
        border: none;
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
        box-shadow: 0 1px 4px rgba(0,0,0,0.3);
        margin-bottom: 5px;
        text-align: left;
    }
    
        .translate-menu .dropdown-menu:before {
            position: absolute;
            bottom: -7px;
            left: 95px;
            display: inline-block;
            border-right: 7px solid transparent;
            border-top: 7px solid #ccc;
            border-left: 7px solid transparent;
            border-top-color: rgba(0, 0, 0, 0.1);
            content: '';
        }

        .translate-menu .dropdown-menu:after {
            position: absolute;
            bottom: -6px;
            left: 95px;
            display: inline-block;
            border-right: 6px solid transparent;
            border-top: 6px solid #ffffff;
            border-left: 6px solid transparent;
            content: '';
        }
    
        .translate-menu .dropdown-menu .divider {
            margin-left: -15px;
            margin-right: -15px;
            margin-top: 15px;
            margin-bottom: 15px;
        }

    .translate-menu .dropdown-toggle {
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        cursor: pointer;
        /* background-color: #d72b37;
        padding: 5px 7px; */
        border-radius: 2px;
        display: inline-block;
    }
    
        .translate-menu .dropdown-toggle img {
            margin-right: 3px;
        }
    
    .translate-menu.open .dropdown-toggle {
        background-color: transparent !important;
        box-shadow: none !important;
    }    
        
    .translate-menu #google_translate_element {
        margin-top: 15px;
        margin-bottom: -4px;
    }
    
        .translate-menu #google_translate_element span {
            display: inline-block;
            position: relative;
            top: 1px;
            margin-left: 2px;
        }
    
        .translate-menu #google_translate_element .goog-te-combo {
            padding: 5px 3px;
            margin-top: 0 !important;
            margin-bottom: 5px !important;
            font-family: 'Open Sans', sans-serif;
            border: 1px solid #e5e5e5;
            font-size: 14px;
            border-radius: 2px;
        }

    .translate-menu h4 {
        margin-top: 0;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 13px;
    }

    .translate-menu p {
        font-size: 13px;
        line-height: 1.3;
        margin-top: 6px;
        margin-bottom: 0;
        font-weight: 400;
    }

    .translate-menu.open img {
        background: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

#top-header-container {
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    border: none;
    background: none;
}

.fixfixed #top-header-container { 
    position: absolute;
} 

#top-header-container .categories h3 {
    margin-bottom: 0;
    font-size: 16px;
    font-family: "Merriweather", serif;
    font-weight: 600;
    /*letter-spacing:-1px;*/
    padding: 15px;
    margin-left: -10px;
    margin-right: -10px;
}

#top-header-container .categories h3 a {
    color: inherit;
}

#top-header-container .categories .category {
    float: left;
    width: 25%;
    height: 19px;
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2em;
    color: #000;
    margin-bottom: 14px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    margin-top: -1px;
    /*letter-spacing:-1px;*/
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

#top-header-container .categories .category .cat-link {
    color: #333;
}

#top-header-container .categories .category .cat-link:hover {
    border-bottom: 1px solid #333;
}

#top-header-container .categories {
    position: relative;
    z-index: 2;
    /* margin-top: -400px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; */
    margin-top: -25px;
    display: none;
}

#top-header-container .categories.open {
    /* margin-top: -25px; */
    display: block;
}

#top-header-container .categories-container {
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    padding: 0 10px;
}

#top-header-container .categories-container hr {
    margin: 0 -10px;
}

.cssgradients #top-header-container .categories-container hr {
    height: 2px;
    border: 0;
    background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 116, color-stop(0%, #cccccc), color-stop(120%, rgba(255, 255, 255, 0)));
    background-image: -webkit-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 120%);
    background-image: -moz-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 120%);
    background-image: -o-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 120%);
    background-image: radial-gradient(farthest-side at center top, #cccccc 0%, rgba(255, 255, 255, 0) 120%);
}

#kg-navigation .categories-toggle,
#kg-navigation .errorForm-toggle
{
    font-weight: 600;
    padding: 10px 15px;
    color: #333;
    cursor: pointer;
}

#kg-navigation .categories-toggle,
#kg-navigation .categories-toggle:focus {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style:none;/*IE*/
}

#kg-navigation .categories-toggle .angle-right {
    float: right;
    width: auto;
    margin: 0;
    top: 2px;
    position: relative;
}

#kg-navigation .categories-toggle:hover {
    background-color: #eee;
}

.categories-wrapper {
    padding: 15px 0;
    padding-bottom: 0;
}

.activity-alert {
    background: #000;
    background: rgba(0,0,0,0.9);
    position: fixed;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 15px;
    top: 0;
    z-index: 10000;
    border-radius: 3px;
}
    .activity-alert strong {
        font-weight: 600;
    }
    .activity-alert i {
        margin-right: 5px;
    }
    .activity-alert .fa-heart,
    .activity-alert .fa-heart-o {
        color: #eb3a44;
    }

.favorite-icon {
    color: #eb3a44;
}
    .favorite-icon i {
        font-weight: bold;
    }

#artikelsnurra{
    margin-bottom:0;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    padding:10px;
    background:#f7f7f7;
    clear: both;
}
    #artikelsnurra img{
        width:100%;
        height:auto;
    }
    #artikelsnurra .article-publish-date{
        font-size:12px;
        letter-spacing:1px;
        font-weight:600;
    }
    #artikelsnurra .item{
        height:100%;
        overflow:hidden;
    }
        #artikelsnurra .item .row {
            overflow:hidden;
        }

#not-logged-in-alert {
    position: fixed;
    width: 320px;
    z-index: 999999;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 13px;
    border-radius: 2px;
    background-color: #fff;
    border: none;
    color: #333;
    -webkit-box-shadow: 0px 0px 50px 2000px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 50px 2000px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 50px 2000px rgba(0,0,0,0.35);
    padding-top: 50px;
    overflow: hidden;
}
    #not-logged-in-alert .alert-button {
        line-height: 1em;
        padding: 10px;
        width: 49%;
        border: 1px solid #DDDDDD;
    }
    
    #not-logged-in-alert .alert-button i {
        position: relative;
        left: -5px;
    }
    
    #not-logged-in-alert .alert-button:hover {
        background-image: -ms-linear-gradient(top, #F7F7F7 0%, #FFFFFF 100%);
        background-image: -moz-linear-gradient(top, #F7F7F7 0%, #FFFFFF 100%);
        background-image: -o-linear-gradient(top, #F7F7F7 0%, #FFFFFF 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F7F7F7), color-stop(1, #FFFFFF));
        background-image: -webkit-linear-gradient(top, #F7F7F7 0%, #FFFFFF 100%);
        background-image: linear-gradient(to bottom, #F7F7F7 0%, #FFFFFF 100%);
        border: 1px solid #D5D5D5;
    }
    #not-logged-in-alert h2 {
        font-family: "Merriweather", serif;
        font-size: 16px;
        font-weight: 600;
        margin-top: 0;
    }
    #not-logged-in-alert h4 {
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: 600;
    }
    #not-logged-in-alert strong {
        font-weight: 600;
    }
    #not-logged-in-alert hr {
        margin: 15px -15px;
        border: none;
        height: 2px;
        background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 116, color-stop(0%, #cccccc), color-stop(120%, rgba(255, 255, 255, 0)));
        background-image: -webkit-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 120%);
        background-image: -moz-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 120%);
        background-image: -o-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 120%);
        background-image: radial-gradient(farthest-side at center top, #cccccc 0%, rgba(255, 255, 255, 0) 120%);
    }

.alert .fa-times {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

#mainContainer{
    position: relative;
    z-index: 100;
    padding-top: 160px;
}

.no-app-ad #mainContainer {
    padding-top: 180px;
}

.button {
    background: #fff;
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 8px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
}

.button.red {
    color: #FFF;
    background: #eb3a44;
}

.button.blue {
    color: #FFF;
    border: 0px;
    background-color: rgb(49, 130, 206);
    background-image: none;
}

.button.blue:hover {
    border: 0px;
    background-color: rgb(45, 117, 185);
}

.action-buttons .button {
    border: 1px solid #ccc;
    color: #333;
    background: #fff;
    float: none;
    display: inline-block;
    margin-right: 5px;
}

.block-link {
    display: block;
    height: 100%;
    width: 100%;
}

#top-header{
    background:#eb3a44;

    padding:27px 0;
    z-index:3;
    border:none;
    position: relative;
    /*box-shadow*/
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
    box-shadow:0 1px 1px rgba(0,0,0,0.2);
    margin-bottom:0;
    top: 0;
}

.no-app-ad #top-header {
    padding:27px 0; 
}

    #top-header .kg-nav {
        border: none;
    }
        #top-header .kg-nav .menu-icon {
            width: 20px;
            height: 20px;
            /* float: left; */
            margin-right: 10px;
            background: #fff;
            color: #eb3a44;
            line-height: 20px;
            text-align: center;
            border-radius: 2px;
            -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
            -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
            box-shadow: 0 1px 3px rgba(0,0,0,0.2);
        }
        #top-header .kg-nav .menu-icon img {
            width: 14px;
            height: auto;
            margin-top: -2px;
        }
        #top-header .kg-nav li a {
            display: block;
        }
            #top-header .kg-nav li:hover a {
                background: #f0f0f0;
                border-left: 3px solid #eb3a44;
                padding-left: 12px;
            }
            
            #top-header .kg-nav li:hover .categories-toggle,
            #top-header .kg-nav li:hover .errorForm-toggle{
                background: #f0f0f0;
                border-left: 3px solid #eb3a44;
                padding-left: 12px;
            }
            
    .logo{
        color:#fff;
        margin:0 auto;
        top:0;
        right:0;
        height:100%;
        width:100%;
        text-align:center;
        position:absolute;
        font-size: 0;
    }
    
    .logo-container {
        display: block;
        background: url("/content/resources/img/header-logo.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 315px;
        height: 63px;
        text-align: center;
        
        cursor: pointer;
        margin: 0 auto;
        padding: 0;
        position: relative;
        overflow: hidden;
        top: -4px;
    }
    
    .svg .logo-container {
    }
    .logo-container img {
        width: 100%;
        object-fit: contain;
    }
        #top-header .logo a{
            color:inherit;
            text-decoration:none;
        }
    #top-header .dropdown-menu{
        /*border-radius*/
        -webkit-border-radius:2px;
        -moz-border-radius:2px;
        border-radius:2px;
        margin-top:9px;
        border: none;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
        box-shadow: 0 1px 3px rgba(0,0,0,0.3);
        min-width: 165px;
    }
        #top-header .dropdown-menu ul {
            list-style-type: none;
            margin: 0;
        }
        
        #top-header .dropdown-menu ul.default {
            margin-top: 5px;
        }
        
    .dropdown-menu li a, .dropdown-header,
    #top-header .dropdown-menu li div.categories-toggle,
    #top-header .dropdown-menu li div.errorForm-toggle{
        font-weight:600;
        padding:10px 15px;
    }
    #top-header .dropdown-toggle, #top-header .back{
        background:none;
        color:#fff;
        border:none;
        width:55px;
        height:55px;
        position: absolute;
    }
    
    #top-header .back img {
        max-width: 40px;
        margin-top: 6px;
    }
    
    #top-header .container{
        position:relative;
    }
    #top-header .header-menu{
        z-index:9999;
        height:55px;
        width:55px;
    }
    #top-header .search-input{
        z-index:9999;
        margin-right:10px;
        margin-left:10px;
        padding-left: 30px;
        margin-top:0;
    }
    #top-header .search-menu .close-search {
        display: none;
    }
    #top-header .showing-results .close-search {
        display: block;
    }
    
.header-bottom{
    z-index: 1;
    position:relative;
    height:30px;
    margin-top:-6px;
    background-image: url("/content/resources/img/header-bottom-bg.png");
    background-position: 50% 0; 
    background-repeat: repeat-x;
}

#footer,
.footer {
    padding: 30px 0;
    margin-top: 100px;
    margin-top: 40px;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 99;
    background: #5f1338;
    background: #eb3a44;
    font-weight: 300;
    text-align: center;
}

#footer.top-index {
    z-index: 101;
}

.app-footer {
    margin-bottom: 45px;
}

.footer input{
    padding:10px;
    font-size:14px;
    width:300px;
    border:1px solid #726c69;
    /*border-radius*/
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    background:transparent;
    color:#fff;
}

.footer .footer-bottom {
    font-size: 11px;
    margin-top: 20px;
    text-align: center;
}

.footer-bottom img {
    width: 17px;
    height: auto;
    margin-left: 5px;
    margin-top: -2px;
    border-radius: 2px;
}

.footer-bottom a {
    color: inherit;
    font-weight: 400;
}

.footer-bottom :hover {
    text-decoration: underline;
}

#list #restaurantSearchResults h4{
    font-size:18px;
}

.other-articles {
    overflow: hidden;
}

.other-articles .standard-box p{
    font-size:13px;
}

.result {
    padding-left:20px;
    padding-right:0;
}

.standard-box .favorite-icon {
    position: absolute;
    z-index: 3;
    top: 5px;
    right: 5px;
    color: #eb3a44;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    background: #f7f7f7;
    background: rgba(255,255,255,.7);
    border-radius: 2px;
    height: 25px;
    width: 25px;
    text-align: center;
    -webkit-transition:background-color 200ms ease-in-out;
    -moz-transition:background-color 200ms ease-in-out;
    -o-transition:background-color 200ms ease-in-out;
    transition:background-color 200ms ease-in-out;
    
}

.favorite-icon:hover {
    color: #d72b37;
}

#list .favorite-icon,
.restaurant-related-list .standard-box .favorite-icon {
    top: 0;
    right: 0;
}

.standard-box-content .favorite-icon .fa,
.standard-box-content .wait-time-top-left {
    line-height: 27px;
}

.standard-box-content .fa-info {
    line-height: 27px;
}

.standard-box-content .fa-info,
.standard-box-content .wait-time-top-left {
    display: none;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 3;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    font-size: 14px;
    cursor: pointer;
    
    background: #f7f7f7;
    border: 1px solid #ccc;
    color: #eb3a44;
    height: 25px;
    width: 25px;

    text-align: center;
}

.standard-box-content .fa-info {
    display: none;
}

.standard-box-content .wait-time,
.standard-box-content .wait-time-top-left {
    font-size: 16px;
    z-index: 4;
}

.standard-box-content .wait-time-top-left i {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 27px;
}

.standard-box-content:hover .fa-info {
    display: block;
}


.standard-box-content .fa-info,
.standard-box-content .wait-time-top-left,
#user-info .fa-info,
.favorite-icon,
.ref-edit
/* .standard-box-content .favorite-icon,
.restaurant-top .favorite-icon,
#list .favorite-icon,
#user-info .favorite-icon,
#reviewForm .images-section .fa-times */ {
    background-color: rgba(255,255,255,.7);
    border: 0;
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:0 1px 3px rgba(0,0,0,0.3);
    box-shadow:0 1px 3px rgba(0,0,0,0.3);
    
    -webkit-transition:all 200ms ease-in-out;
    -moz-transition:all 200ms ease-in-out;
    -o-transition:all 200ms ease-in-out;
    transition:all 200ms ease-in-out;
    
    overflow: hidden;
}

.favorite-icon:active
/* #list .favorite-icon:active,
#user-info .favorite-icon:active */{
    -webkit-box-shadow:0 0 1px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 1px rgba(0,0,0,0.2);
    box-shadow:0 0 1px rgba(0,0,0,0.2);
}

.favorite-icon:hover,
.standard-box-content .wait-time-top-left:hover,
.open-popover:hover,
#user-info .fa-info:hover
/* .standard-box-content .favorite-icon:hover,
#list .favorite-icon:hover,
#user-info .favorite-icon:hover */ {
    background-color: #fff;
}

.standard-box .favorite-icon .fa-heart-o {
    text-shadow: none;
}

.standard-box .fa-heart {
    display: none;
}

.is-favorite .fa-heart-o {
    display: none;
}

.favorite-icon .fa-heart {
    display: none;
}

.is-favorite .fa-heart {
    display: block;
    -webkit-transition:opacity 200ms ease-in;
    -moz-transition:opacity 200ms ease-in;
    -o-transition:opacity 200ms ease-in;
    transition:opacity 200ms ease-in;
}

.standard-box .favorite-icon {
    display: none;
    top: 5px;
}

.standard-box .standard-box-content .favorite-icon .fa {
    top: 0 !important;
    font-weight: bold;
}

.standard-box .is-favorite {
    display: block;
}

.standard-box .standard-box-content:hover .favorite-icon {
    display: block;
}

.standard-box .standard-box-content:hover .fa-heart-o {
   display: block;
}

.standard-box .standard-box-content:hover .is-favorite .fa-heart-o {
   display: none;
}

.standard-box .standard-box-content:hover .is-favorite .fa-heart {
   display: block;
}

.result .standard-box-content{
    overflow: visible;
}

.standard-box-content .sponsrad {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    background: #955474;
    color: #fff;
    font-family: "open Sans", sans-serif;
    border-radius: 2px;
    font-size: 9px;
    line-height: 1em;
    padding: 4px;
    padding-top: 3px;
    font-weight: 600;
}

.standard-box .top-info-bar {
    position: absolute;
    z-index: 3;
    height: 30px;
    line-height: 30px;
    width: 100%;
    background: url('/content/resources/img/transparent-black-50.png');
    background: rgba(0,0,0,0.5);
    left: 0;
    bottom: 0;
    padding: 0 5px;
    font-size: 12px;
}

.standard-box .top-info-bar.transparent {
    background-image: none;
    background: none;
}

.standard-box .top-info-bar .phone {
    color:#fff;
    margin-right:0;
    position: absolute;
    -webkit-transform: none;
    right: 5px;
}

.standard-box .top-info-bar .book-link, .standard-box .top-info-bar .closed {
    display: block;
    float: left;
    text-align: center;
    font-size:10px;
    font-weight:600;
    margin-top:5px;
    padding:0 5px;
    height:20px;
    width: auto;
    line-height:20px;
    color:#fff;
    background:#955474;
    margin-right: 5px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.standard-box .top-info-bar .closed {
    background: #D00;
    cursor: default;
}

.archive-top .archive-description {
    font-weight: 600;
    font-family: "Merriweather", serif;
    font-size: 16px;
    line-height: 1.4em;
    /*letter-spacing:-1px;*/
}

.image-column .book-link, .image-column .closed {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    font-weight: 600;
    padding: 5px;
    margin-top: 0;
    width: 100%;
    font-size: 11.5px;
    border-radius: 2px;
    background: #955474;
    color: #fff;
}

.image-column .closed {
    background-color: #D00;
}

.image-column .closed:hover {
    color: white;
}

#list .content-column .read-link {
    width: auto;
    margin-top: 10px;
    border: 1px solid #777;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    padding: 4px;
    font-size: 10px;
}

#list .mode-list .read-link {
    display: none;
}

.top-info-bar .book-link:hover{
    color:inherit;
}

.result .score, .swiper-slide .score{
    font-size:13px;
}

.score i, .priceclass i {
    color: #955474;
}

.third-row {
    padding: 0px 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px 5px;
}

.third-row .priceclass-xs {
    display: none;
}

.result .score {
    margin-left: 5px;
}

/*
.result .pictograms .score {
    float: right;
}
*/

.result .pictograms .score i.fa-star {
    font-size: 14px;
}

.standard-box .result-image img{
    width:100%;
    border-radius: 2px;
}

.standard-box .result-image a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

a, #top-header .logo-container {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}


.standard-box .phone a {
    position: relative;
}

.standard-box .image{
    max-height:150px;
    overflow:hidden;
    margin-bottom:10px;
}
.other-articles h3{
    font-size:16px;
    letter-spacing:-1px;
    font-weight:600;
    margin-bottom:6px;
    font-family:"Merriweather", serif;
}

.standard-box h2{
    font-size:18px;
    line-height:20px;
    margin-bottom:10px;
    margin-top:0;
    padding-top:0;
    font-weight:600;
}
.standard-box p{
    font-size:14px;
    font-weight:400;
    color: #000;
}
.standard-box h4 {
    font-size:15px;
    line-height:18px;
    font-weight:bold;
    margin-bottom:5px;
    margin-top:0;
    color:#333;
    font-family:"Merriweather", serif;
    letter-spacing:-1px;
}

.result h4 {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding-top: 2px;
    margin-top: -2px;
}

h4 .name-fade,
#top-header-container .categories .category .name-fade,
.swiperCollection ul li .name-fade,
.search-result .name-fade {
    position: absolute;
    height: 100%;
    width: 20px;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.68) 38%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(38%,rgba(255,255,255,0.68)), color-stop(85%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.68) 38%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.68) 38%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.68) 38%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.68) 38%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    
    /* background-image:url("/content/resources/img/fade-box.png");
    background-repeat:no-repeat;
    background-position:bottom right;
    background-size: cover;*/
}

#headerSearchResults .search-result:hover .name-fade,
#headerSearchResults .hovered .name-fade
{
    background: -moz-linear-gradient(left,  rgba(240,240,240,0) 0%, rgba(240,240,240,0.68) 38%, rgba(240,240,240,1) 85%, rgba(240,240,240,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(240,240,240,0)), color-stop(38%,rgba(240,240,240,0.68)), color-stop(85%,rgba(240,240,240,1)), color-stop(100%,rgba(240,240,240,1)));
    background: -webkit-linear-gradient(left,  rgba(240,240,240,0) 0%,rgba(240,240,240,0.68) 38%,rgba(240,240,240,1) 85%,rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(left,  rgba(240,240,240,0) 0%,rgba(240,240,240,0.68) 38%,rgba(240,240,240,1) 85%,rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(left,  rgba(240,240,240,0) 0%,rgba(240,240,240,0.68) 38%,rgba(240,240,240,1) 85%,rgba(240,240,240,1) 100%);
    background: linear-gradient(to right,  rgba(240,240,240,0) 0%,rgba(240,240,240,0.68) 38%,rgba(240,240,240,1) 85%,rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f0f0', endColorstr='#f0f0f0',GradientType=1 );
}

#user h4 .name-fade {
    background: -moz-linear-gradient(left,  rgba(231,231,231,0) 0%, rgba(231,231,231,0.68) 38%, rgba(231,231,231,1) 85%, rgba(231,231,231,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(231,231,231,0)), color-stop(38%,rgba(231,231,231,0.68)), color-stop(85%,rgba(231,231,231,1)), color-stop(100%,rgba(231,231,231,1)));
    background: -webkit-linear-gradient(left,  rgba(231,231,231,0) 0%,rgba(231,231,231,0.68) 38%,rgba(231,231,231,1) 85%,rgba(231,231,231,1) 100%);
    background: -o-linear-gradient(left,  rgba(231,231,231,0) 0%,rgba(231,231,231,0.68) 38%,rgba(231,231,231,1) 85%,rgba(231,231,231,1) 100%);
    background: -ms-linear-gradient(left,  rgba(231,231,231,0) 0%,rgba(231,231,231,0.68) 38%,rgba(231,231,231,1) 85%,rgba(231,231,231,1) 100%);
    background: linear-gradient(to right,  rgba(231,231,231,0) 0%,rgba(231,231,231,0.68) 38%,rgba(231,231,231,1) 85%,rgba(231,231,231,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );

}

.itemSectionItem h2, .sp-article-content h2 {
    position: relative;
}

.itemSectionItem .name-fade, .sp-article-content .name-fade {
    height: 100%;
    position: absolute;
    width: 30px;
    right: 0;
    top: 0;
    background: #fff;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.68) 38%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(38%,rgba(255,255,255,0.68)), color-stop(85%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.68) 38%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.68) 38%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.68) 38%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.68) 38%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.special-toplist .bottom-fade {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.42em;
    background: url('/content/resources/img/bottom-fade.png') top center repeat-x;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,#fff));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,#fff 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,#fff 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,#fff 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 );
}

.standard-box h4 {
    margin-bottom: 0;
}

.standard-box a{
    text-decoration:none;
    color:inherit;
}
.standard-box a:hover{
    color:#511030;
}

.publishInfo a:hover{
    color:#eb3a44;
}
.section-header{
    position:absolute;
    overflow:hidden;
    background-image:url("/content/resources/img/headerbg.png");
    background-repeat:no-repeat;
    background-position:bottom left;
    color:#fff;
    top:-11px;
    left:-8px;
    padding-bottom:7px;
    margin:0;
    z-index:9998;
}
.section-header h2{
    background:#511030;
    font-family:"Merriweather", serif;
    font-size:16px;
    height:35px;
    line-height:35px;
    font-weight:bold;
    padding:0 12px;
    margin:0;
    margin-right:5px;
}
.other-article{
    margin-bottom:15px;
}
.other-article hr{
    margin:10px 0;
}
.other-article h3{
    font-family:"Merriweather", serif;
    font-size:16px;
    line-height:20px;
    font-weight:700;
    letter-spacing:-1px;
    margin-top:0;
}
.other-article:hover h3{
    color:#eb3a44;
}
.other-article img{
    margin-bottom:10px;
    width:100%;
    height:auto;
}
#article, #toplist{
    clear:both;
}
#article h1, #toplist h1, #preview-container h1 {
    font-family: 'Merriweather', serif;
    font-size: 28px;
    line-height: 1.2em;
    /*letter-spacing:-1px;*/
    padding: 0;
    font-weight: 600;
    clear: both;
    color: #511030;
}

#article .articleBody, #toplist .toplistBody{
    font-size:14px;
    font-weight:400;
    margin-bottom:20px;
}

#article .articleBody img, #toplist .toplistBody img {
    max-width: 100%;
}

.articleBody p {
    margin: 0px;
    padding: 0px;
}

.articleBody blockquote{
    font-style:italic;
    line-height:20px;
    font-size:1.1em;
    margin: 20px 0;
    border-color: #eb3a44;
}
#article .tags .tag{
    font-size:12px;
    margin-top:3px;
}
#article .tags h3{
    margin-bottom:10px;
}

.overlay {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-image:url('/content/resources/img/overlay.png');
    z-index:10000;
    text-align:center;
}

.indicator .overlay {
    opacity: 1;
    background-image:url('/content/resources/img/transparent-white-30.png');
    background: rgba(255,255,255,0.3);
    -webkit-transition:opacity 200ms ease-in;
    -moz-transition:opacity 200ms ease-in;
    -o-transition:opacity 200ms ease-in;
    transition:opacity 200ms ease-in;
}

.full-image-overlay .image-container {
    margin-top:100px;
    display: inline-block;
    position: relative;
}

.full-image-overlay img {
    width: 100%;
    height: auto !important;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.full-image-overlay .close-overlay-area {
    position: absolute;
    background: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    /* font-size: 14px; */
    color: #fff;
    border-radius: 50%;
    top: -10px;
    right: -10px;
    cursor: pointer;
}

.full-image-overlay{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-image:url('/content/resources/img/overlay.png');
    z-index:10000;
    text-align:center;
}

.article-image-full{
    width:100%;
    height:auto;
    margin: 0 0 10px 0;
}

.article-image-thumb{
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

.article-image-thumb[style*="float: left;"]{
    margin-left:0;
}

.article-image-thumb[style*="float: right;"]{
    margin-right:0;
}

#article-images{
    margin-bottom:00px;
}

#article-images #artikelsnurra{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}

.side{
    margin-bottom:45px;
}

.side hr{
    margin:15px -15px;
}

.side-content{
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    padding:15px;
    border:1px solid #ccc;
    font-size:14px;
    background:#f7f7f7;
    border-bottom-width:1px;
    position:relative;
    padding-top:40px;
}

.side-content strong{
    font-weight:600;
}

.side-articles{
    margin-top:15px;
    margin-bottom:15px;
}

.side-section{
    margin-bottom:0;
    padding-left:0;
    padding-right:0;
    font-size:16px;
    font-weight:600;
    font-family:"Merriweather", serif;
}
.side-content div.tag{
    font-size:14px;
    padding:5px 10px;
    text-align:center;
}
.side-placeholder1{
    height:400px;
}

#homeA #artikelsnurra {
    background:#fff;
    margin-bottom: 30px;
}
#homeA #artikelsnurra.notTop {
    margin-top: 40px;
}
#homeB #artikelsnurra, #homeB .fraga-oss-content{
    border-bottom-width:2px !important;
}
.carousel-inner{
    height:100%;
}
.carousel-inner .item a{
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height:100%;
}
.carousel-image-container{
    padding-left:0;
}

#restaurantSearchForm {
    margin-top: 30px;
    margin-bottom: 15px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    position:relative;
    background:#fff;
    z-index: 4;
}

    
    #restaurantSearchForm .search-section li {
        margin-bottom: 3px;
    }

    #restaurantSearchForm .search-section .row {
        margin-right: 0;
    }

    #restaurantSearchForm .search-section div.inputLabelPair{
        width:100%;
        padding-right:0;
        height: 35px;
        position: relative;
    }
        #restaurantSearchForm .search-section div.inputLabelPair label{
            width:100%;
        }
    #restaurantSearchForm .search-section .dropdown-toggle{
        height:100%;
        color:#000;
        border:1px solid #ccc;
        text-align: left;
    }
        #restaurantSearchForm .search-section .dropdown-toggle i{
            position: absolute;
            right: 0;
            top: 0;
            font-size: 14px;
            color: #510f30;
            font-weight: 600;
            height: 100%;
            line-height: 35px;
            width: 35px;
            text-align: center;
        }

        #restaurantSearchForm .search-section .open .dropdown-toggle i,
        #restaurantSearchForm .search-section .dropdown-toggle:hover i{
            border-color: #777;
        }
        #restaurantSearchForm .search-section .dropdown-toggle:active{
            background:#f5f5f5;
            -webkit-box-shadow:none;
            -moz-box-shadow:none;
            box-shadow:none;
        }
    #restaurantSearchForm .btn-group .dropdown-menu {
        padding:10px;
        -webkit-border-bottom-right-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -moz-border-radius-bottomright: 2px;
        -moz-border-radius-bottomleft: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
        width:100%;
        min-width: 100%;
        z-index:10000;
        margin-top:0;
        font-family:"Open Sans", sans-serif;
        letter-spacing:0;
        border-top: none;
        background-color: rgba(255,255,255,1);
        border: none;
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
        box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    }
        #restaurantSearchForm .btn-group.open .dropdown-menu {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            -webkit-border-bottom-right-radius: 2px;
            -webkit-border-bottom-left-radius: 2px;
            -moz-border-radius-bottomright: 2px;
            -moz-border-radius-bottomleft: 2px;
            border-bottom-right-radius: 2px;
            border-bottom-left-radius: 2px;
        }
    #restaurantSearchForm .search-section button {
        font-weight:600;
    }
        #restaurantSearchForm .search-section button .badge {
            display:none;
            position:absolute;
            -webkit-border-radius:2px;
            -moz-border-radius:2px;
            border-radius:2px;
            -webkit-box-shadow:inset 0 0 4px rgba(0,0,0,0.2);
            -moz-box-shadow:inset 0 0 4px rgba(0,0,0,0.2);
            box-shadow:inset 0 0 4px rgba(0,0,0,0.2);
            right:47px;
            top:8px;
            background: #9c9c9c;
            padding:3px 5px;
            -webkit-transition:background-color 200ms ease-in;
            -moz-transition:background-color 200ms ease-in;
            -o-transition:background-color 200ms ease-in;
            transition:background-color 200ms ease-in;
        }
    #restaurantSearchForm .search-section .action-button{
        font-size:16px;
        font-weight:600;
        color:#eb3a44;
        margin-bottom:20px;
    }
    #restaurantSearchForm .dropdown-toggle {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
        #restaurantSearchForm .dropdown-toggle:hover {
            background: none;
        }
        #restaurantSearchForm .open .dropdown-toggle {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            border: 1px solid #777;
            background: #f0f0f0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            -webkit-border-top-left-radius: 2px;
            -webkit-border-top-right-radius: 2px;
            -moz-border-radius-topleft: 2px;
            -moz-border-radius-topright: 2px;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
        }

    #restaurantSearchForm .tag{
        font-size: 14px;
        font-weight: 600;
        padding: 6px;
        cursor: pointer;
        padding-left: 30px;
        position: absolute;
        margin-bottom: 0;
        border-radius: 2px;
        border: 1px solid #ccc;
    }
    
    #restaurantSearchForm .choose-and-close {
        padding: 7px 14px;
        text-align: center;
        background: #955474;
        border-radius: 2px;
        font-weight: 600;
        font-size: 12px;
        color: #fff;
        font-family: "Arial", sans-serif;
        cursor: pointer;
        border: none;
        width: auto;
        margin-left: 50%;
        transform: translateX(-50%);
        margin-top: 10px;
        white-space: nowrap;
    }
    
    #restaurantSearchForm .choose-and-close:hover {
        background: #9c9c9c;
    }
    
    #restaurantSearchForm label.tag .dot{
        width:12px;
        height:12px;
        position:absolute;
        background:#f7f7f7;
        top:10px;
        left:10px;
        -webkit-box-shadow:inset 0 0 4px rgba(0,0,0,0.2);
        -moz-box-shadow:inset 0 0 4px rgba(0,0,0,0.2);
        box-shadow:inset 0 0 4px rgba(0,0,0,0.2);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
        #restaurantSearchForm input:checked + label.tag .dot {
            background:#955474;
        }
    #restaurantSearchForm .result-text-info {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0;
    }
    #restaurantSearchForm .results-info {
        text-align: right;
    }
    
    #restaurantSearchForm .filter-item {
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
        border: 1px solid #ccc;
        padding: 2px 6px;
        border-radius: 2px;
        cursor: pointer;
        font-weight: 600;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
        box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    }
    
        #restaurantSearchForm .filter-item i {
            margin-right: 5px;
            color: #eb3a44;
        }
        
        #restaurantSearchForm .filter-item:hover {
            border-color: #777;
        }

#restaurantSearchResults .row, #user-info .row {
    padding-left: 10px;
    padding-right: 15px;
    margin-left: -30px;
}

#restaurantSearchResults{
    clear:both;
    margin-top: -15px;
    display: none;
}
    #restaurantSearchResults.showing-results {
        /* margin-top:55px; */
        margin-top: 15px;
        display: block;
    }
    
    #restaurantSearchResults .results-info{
        margin-top:-15px;
        margin-bottom:-15px;
        font-family:"Merriweather", serif;
        font-size:16px;
        padding-right:0;
        padding-left:20px;
        display: none;
    }
        #restaurantSearchResults.swiper-enabled .results-info {
            padding-left: 0;
            margin-bottom: 0;
            margin-top: 0;
        }
    

    #homeB #restaurantSearchResults hr {
        border-top: 2px solid #ccc;
    }

    #restaurantSearchResults.mode-list .results-info {
        margin-top: -20px;
    }
    #restaurantSearchResults > .row{
        margin-bottom:-15px;
    }
    #restaurantSearchResults .result-image img {
        margin:0;
        width:100%;
    }
    #restaurantSearchResults .standard-box{
        margin-bottom:20px;
        color:#000;
    }
        #restaurantSearchResults .standard-box:hover h3{
            color:#eb3a44;
        }
        #restaurantSearchResults .standard-box h3{
            font-size:14px;
        }
        
    #restaurantSearchResults h2 {
        font-family: "Open Sans", sans-serif;
        color: 333;
        font-size: 14px;
        letter-spacing: 0;
        color: #000;    
        display: block;
        text-align: left;
        justify-self: left;
        padding-left: 0px;
        margin-bottom:15px;
    }    
    #restaurantSearchResults h2:after {
        display: none;
    }
    
    #restaurantSearchResults .swiper-button-container {
        display: block;
        padding: 5px 0px 0px 0px;
    }
    
    #restaurantSearchResults .swiper-button-container button.show-on-map {
        display: none;
    }
    
    #restaurantSearchResults .swiper-button-container button {
        border-radius: 2px;
        border: 1px solid #ccc;
        padding: 9px 40px 9px 9px;
        background-color: #FFF;
        background-image: none;
        margin-top: -5px;
        font-weight: bold;
        font-size: 14px;
    }
    
    #restaurantSearchResults .swiper-button-container button:after {
        font-family: "FontAwesome"; /* or "Font Awesome 6 Free" depending on version */
        font-weight: 900; /* 900 = solid ('fas') */
        content: "\f078"; /* Unicode for 'fa-chevron-down' */
        color: red;
        position: absolute;
        right: 9px;
    }
    
    #restaurantSearchResults .swiper-button-container .open button:after {
        font-family: "FontAwesome"; /* or "Font Awesome 6 Free" depending on version */
        font-weight: 900; /* 900 = solid ('fas') */
        content: "\f077"; /* Unicode for 'fa-chevron-down' */
        color: red;
        position: absolute;
        right: 9px;
    }

#searchOptions{
    display:none;
}

.standard-box-content {
    padding:0;
    position:relative;
    height:100%;
    width: 100%;
    clear: both;
    display: block;
}
.result-image{
    border-radius: 2px;
    overflow: hidden;
    position:relative;
    top:0;
    padding-top: 74%;
    width:100%;
}
.podcast-swiper .result-image {
    padding-top: 100%;
}

    .result-image img {
        position: absolute;
        top: 0;
        height: 100%;
        width: auto;
    }
    
.show-more-box .result-image {
    border-radius: 0;
    overflow: visible;
}

.standard-box a{
    text-decoration:none;
}

div.inputLabelPair{
    float:left;
    padding-right:5px;
    vertical-align:top;
    width:auto;
}

#list .restaurant-popover {
    display:none;
}

#restaurantSearchForm .search-section .search-sub-section {
    padding-right:0;
}
    
#restaurantSearchForm .search-section button:hover .badge,
#restaurantSearchForm .search-section .open .badge {
    background: #955474;
}

#restaurantSearchForm .search-section .btn-group {
    width:100%;
    height: 100%;
    margin-bottom:0;
}
    #restaurantSearchForm .search-section .btn-group .btn-group{
        width:25%;
    }

#list #restaurantSearchForm {
    display:block;
    margin: 0px 0px 0px 0px;
}

#list .standard-box {
    -webkit-transform: translate3d(0, 0, 0);
    padding-top: 3px;
    top: -3px;
}
/*
#list #restaurantSearchForm,
#homeB #restaurantSearchForm {
    margin-top:0;
    margin-bottom:20px;
    padding:0;
    background:#fff;
    font-family:"Merriweather", serif;
    font-size:24px;
    letter-spacing:-1px;
    font-weight:400;
}

#homeB #restaurantSearchForm {
    margin-bottom: 31px;
}

#list #restaurantSearchForm .text-search-bg-image,
#homeB #restaurantSearchForm .text-search-bg-image {
    position:relative;
    z-index:1;
}
#list #restaurantSearchForm .left,
#homeB #restaurantSearchForm .left {
    position: absolute;
    left:10px;
    bottom:10px;
}
#list #restaurantSearchForm .right,
#homeB #restaurantSearchForm .right {
    position: absolute;
    right:10px;
    bottom:10px;
}
#list #restaurantSearchForm .btn-group,
#homeB #restaurantSearchForm .btn-group {
    width:auto;
}
#list #restaurantSearchForm .restaurantSearchForm-content,
#homeB #restaurantSearchForm .restaurantSearchForm-content {
    background:#d6f0f1;
    border:10px solid #fff;
    padding: 30px 15px;
}    
    
#list #restaurantSearchForm .search-section, 
#homeB #restaurantSearchForm .search-section {
    margin-bottom:0;
    padding-right:15px;
    z-index:2;
}
    #list #restaurantSearchForm .search-section .search-sub-section,
    #homeB #restaurantSearchForm .search-section .search-sub-section {
        height: auto;
    }
*/
div.inputLabelPair input, div.inputLabelPair label{
    display:inline;
}
div.inputLabelPair .tag[type=checkbox], div.inputLabelPair .tag[type="radio"]{
    position:absolute;
    left:-9999px;
}

label.tag{
    padding:3px 5px;
    /*border-radius*/
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    background:#fff;
    font-size:12px;
    width:auto;
    position:relative;
    overflow:hidden;
    float:left;
}
    #restaurantSearchForm .inputLabelPair:hover label {
        /* border:1px solid #aaa; */
        border:1px solid #777;
        /*box-shadow*/
        /* -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3);
        -moz-box-shadow:0 1px 3px rgba(0,0,0,0.3);
        box-shadow:0 1px 3px rgba(0,0,0,0.3); */
    }
    label.tag:active{
        /*transition*/
        -webkit-transition:none;
        -moz-transition:none;
        -o-transition:none;
        transition:none;
        /*box-shadow*/
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        box-shadow:none;
    }

    #commentText{
        height:auto;
        outline: 0;
    }

.comment-avatar img{
    width:100%;
    height:auto;
    position: absolute;
}
.comment-form-top{
    margin-bottom:15px;
}

.comment-dropdown li {
    font-size: 12px;
    padding: 3px 10px;
    font-weight: 600;
}
    .comment-dropdown li:hover {
        color: #fff;
        background: #eb3a44;
    }
    .comment-dropdown .option {
        cursor: pointer;
    }
    
.comments-container{
    padding:20px;
    padding-bottom:0;
    background:#f7f7f7;
    position:relative;
    /*border-radius*/
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    margin-top:20px;
    margin-bottom:20px;
    border: 1px solid #ccc;
}
    .comments-container hr {
        margin-left: -20px;
        margin-right: -20px;
    }    
    
.comment-form-container{
    font-size:14px;
    margin-bottom:10px;
    margin-top:15px;
}
    .comment-form-container strong{
        font-weight:600;
    }

    #commentForm .tag{
        font-size:18px;
        font-weight:400;
        padding:0;
        width:30px;
        height:30px;
        line-height:30px;
        text-align:center;
    }
    #commentForm .fa-caret-right{
        margin-right:10px;
    }
    #commentForm button:active{
        border-bottom-width:0;
    }
    #commentForm input[type=radio]:checked + .tag{
        font-weight:700;
        font-size:18px;
    }
    
#commentList {
    margin-right: -20px;
    margin-left: -20px;
    margin-top:10px;
    border-top: 1px solid #ccc;
}
    #commentList .empty {
        padding: 20px;
        margin: 0;
        font-size: 14px;
    }
    #commentList h3{
        font-family:"Merriweather", serif;
        font-weight:600;
        font-size:16px;
    }
    #commentList hr{
        margin:0;
        margin-left:-20px;
        margin-right:-20px;
    }
    #commentList .comments {
        display: none;
    }
     #commentList.open .comments {
        display: block;
    }
    
    #commentList .comment{
        font-size:14px;
        position:relative;
        padding:20px;
        border-top: 1px solid #ccc;
    }
        #commentList .comment:hover .btn-group,
        #commentList .comment:focus .btn-group {
            display:block;
        }
        #commentList .comment .btn-group{
            float: right;
            display:none;
        }
            #commentList .comment .btn-group.open {
                display: block;
            }

            #commentList .comment .btn-group .dropdown-toggle{
                margin-right:0;
                cursor: pointer;
                width: 25px;
                line-height: 23px;
                border-radius: 50%;
                height: 25px;
                text-align: center;
                color: #333;
                border: 2px solid #333;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }
                #commentList .comment .btn-group .dropdown-toggle:hover {
                    color: #000;
                    border: 2px solid #000;
                }

    #commentList .comment .btn-group .dropdown-menu{
        left:auto;
        margin-top: 0;
        right: -7px;
        top: -7px;
        border-radius: 2px;
        border: none;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
        box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    }
    #commentList .comment:hover,
    #commentList .comment:focus{
        background:#f0f0f0;
    }
    #commentList .comment a{
        color:inherit;
        text-decoration:none;
    }
    #commentList .comment .comment-info a:hover{
        color:#eb3a44;
    }
    #commentList .comment .comment-avatar, .commentProfileThumb{
        width:40px;
        height:40px;
        overflow:hidden;
        position: relative;
        -webkit-border-radius:2px;
        -moz-border-radius:2px;
        border-radius:2px;
        margin-right: 10px;
        float: left;
    }
    #commentList .comment-info {
        float: left;
    }
    #commentList .comment .comment-time{
        color:#aaa;
    }
    #commentList .comment .comment-message{
        margin-top:10px;
        margin-bottom: -14px;
    }
    #commentList .comment strong{
        font-weight:600;
    }
    #commentList .comment h3{
        font-size:14px;
        margin-bottom:0;
        margin-top:4px;
        font-family:"Open Sans", sans-serif;
    }
    #commentList .toggle-comments-header {
        margin:0;
        padding:20px;
        background:#f0f0f0;
        font-weight: 400;
        position:relative;
        cursor: pointer;
        z-index: 2;
    }
        #commentList.open .toggle-comments-header {
            border-bottom: 1px solid #ccc;
            margin-bottom: -1px;
        }
        #commentList .toggle-comments-header i {
            float: right;
            font-weight: normal;
            color: #ccc;
            cursor: pointer;
        }
            #commentList .toggle-comments-header .fa-chevron-up {
                display: none;
            }
                #commentList.open .toggle-comments-header .fa-chevron-up {
                    display: block;
                }
            #commentList .toggle-comments-header .fa-chevron-down {
                display: block;
            }    
                #commentList.open .toggle-comments-header .fa-chevron-down {
                    display: none;
                }
            #commentList .toggle-comments-header:hover i {
                color: #333;
            }

#commentForm button,
.comment-message button,
#commentList button {
    border:none;
    background:#955474;
    color:#fff;
    text-align:center;
    float:right;
    font-weight:600;
    font-family:"Open Sans", sans-serif;
    font-size:14px;
    color:#fff;
}
    #commentList button:hover,
    #commentForm button:hover {
        background: #9c9c9c;
    }

input[type=checkbox]:checked + label.tag, 
input[type=radio]:checked + label.tag{
    background:#fff;
    font-weight:700;
    /* border:1px solid #777; */
}
ul.side-articles{
    padding-left:0;
    margin-left:0;
    list-style:none;
}
    ul.side-articles li{
        font-size:12px;
        line-height:16px;
        margin-bottom:10px;
        font-weight:600;
        font-family:"open Sans", sans-serif;
    }
        ul.side-articles li:hover{
            color:#eb3a44;
        }
    ul.side-articles a,
    ul.side-articles a:visited{
        text-decoration:none;
        color:inherit;
        font-size:14px;
        line-height:10px;
    }
    
.other-questions .question{
    margin-top:10px;
}
.questionContainer{
    margin-bottom:20px;
}
#question, #about-us{
    position:relative;
    padding:20px;
    padding-top:40px;
    /*border-radius*/
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    border:1px solid #ccc;
    background:#f7f7f7;
    margin-top:11px;
    font-size:14px;
}

.contact-container {
    margin-bottom: 20px;
}

.question-icon, .answer-icon {
    width: 26px;
    height: 25px;
    position: absolute;
}

.question{
    margin-bottom:5px;
}
.question img, .answer img{
    float:left;
    margin-right:15px;
}
.question p{
    color:#5c5856;
    font-weight:700;
}
.question p a{
    color:inherit;
}
.question-info{
    margin-bottom:20px;
}
.question-info strong{
    font-weight:600;
}

.questions .question .question-text {
    margin-bottom: 10px;
}

.questions .question .question-text a {
    color: #955474;
}

.questions .question .question-text a:hover {
    color: #511030;
}

.questions .question .question-text,
.questions .answer .answer-text {
    position: relative;
    right: 0;
    width: 100%;
    padding-left: 40px;
    line-height: 1.4em;
}

.fraga-oss .questions {
    padding-top: 25px;
}

.fraga-oss .questions hr, .surveys hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

#question hr{
    margin-right:-20px;
    margin-left:-20px;
}

#question .answer {
    margin-bottom: -10px;
}

#question h3{
    margin:10px 0;
    font-size:16px;
    font-family:"Merriweather", serif;
    line-height:21px;
    letter-spacing:-1px;
    font-weight:600;
}
#question h2{
    font-family:"Merriweather", serif;
    font-size:20px;
    font-weight:600;
    line-height:23px;
    letter-spacing:-1px;
}
#question .section-header h2 {
    letter-spacing: 0;
    line-height: 35px;
}
#article .tag, .side .tag{
    /*box-shadow*/
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3);
    box-shadow:0 1px 1px rgba(0,0,0,0.3);
    font-weight:700;
    border:1px solid #777;
}

.articleIngress, .toplistIngress {
    font-family: "Merriweather", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.carousel-control{
    background:none;
    border:none;
    /*border-radius*/
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    opacity:1;
    top:0;
    position:absolute;
    font-size:60px;
    width:30px;
    height:100%;
    /* text-shadow: 1px 1px 4px rgba(0, 0, */
    /* text-shadow:1px 1px 4px rgba(0, 0, 0, 0.9);
    */
    margin:auto;
    margin-top:0;
}

.carousel-caption{
    left:25%;
    right:25%;
    color:#fff;
    padding:15px;
    margin:0 auto;
    text-align:left;
    background:rgba(0,0,0,0.8);
    bottom:0;
    -webkit-border-top-left-radius:2px;
    -webkit-border-top-right-radius:2px;
    -moz-border-radius-topleft:2px;
    -moz-border-radius-topright:2px;
    border-top-left-radius:2px;
    border-top-right-radius:2px;
}
    .carousel-caption p{
        line-height:1.3em;
        margin-bottom:0;
        font-weight:400;
        font-size:13px;
    }
    .carousel-caption h2{
        font-size:16px;
        line-height:1.2em;
        font-weight:600;
        margin-bottom:5px;
        margin-top:0;
        color:#eb3a44;
    }
    .carousel-caption a{
        color:inherit;
        text-decoration:none;
    }
    
.carousel-control-icon{
    position:absolute;
    height:60px;
    width:100%;
    text-align:center;
    top:50%;
    margin-top:-50px;
}
.carousel-caption a:hover h2{
    color:#eb3a44;
}

.main-content{
    clear:both;
}

/* #restaurantSearchForm, */
.fraga-oss-content,
.articles-column {
    border:1px solid #ccc !important;
    background:none;
}

.articles-column{
    margin-top:11px;
}

#restaurantSearchForm button{
    width:100%;
}
/*
#list #restaurantSearchForm .btn-group button,
#homeB #restaurantSearchForm .btn-group button,
#list #restaurantSearchForm .btn-group div,
#homeB #restaurantSearchForm .btn-group div {
    width:auto;
    background:none;
    border:none;
    color:#965b7c;
    border-bottom:2px dotted #965b7c;
    padding:0 15px;
}

#homeB #restaurantSearchForm .search-button {
    width: auto;
    position: absolute;
    bottom:-40px;
}


#list #restaurantSearchForm .search-section .btn-group,
#homeB #restaurantSearchForm .search-section .btn-group {
    margin-bottom:0;
}
#list #restaurantSearchForm button:hover,
#list #restaurantSearchForm .btn-group.open .dropdown-toggle{
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
*/
.open .dropdown-toggle,
.btn-group.open .dropdown-toggle{
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.125);
    box-shadow: inset 0 2px 3px rgba(0,0,0,.125);
    background-color: #f0f0f0;
}

.btn-group .fa-times, 
.btn-group .fa-chevron-up {
    display: none;
}

div.open .fa-chevron-down{
    display: none;
}
div.closed .fa-chevron-down{
    display: block;
}
div.closed .fa-chevron-up {
    display: none;
}

#restaurantSearchForm .btn-group.open .fa-times,
#restaurantSearchForm .btn-group.open .fa-chevron-up {
    display: block;
}

#restaurantSearchForm h1{
    margin-bottom:5px;
    font-weight:700;
}
#restaurantSearchForm h3{
    margin-bottom:15px;
    margin-top:0;
    font-weight:400;
}
#restaurantSearchForm select{
    margin-top:0;
    text-indent:0;
    line-height:40px;
    height:40px;
    width:100%;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    -webkit-transition:all 200ms ease-in;
    -moz-transition:all 200ms ease-in;
    -o-transition:all 200ms ease-in;
    transition:all 200ms ease-in;
    color:#000;
}
#restaurantSearchForm input {
    font-weight:600;
    height:40px;
    font-size:16px;
    /*transition*/
    -webkit-transition:all 200ms ease-in;
    -moz-transition:all 200ms ease-in;
    -o-transition:all 200ms ease-in;
    transition:all 200ms ease-in;
    color:#000;
}
#restaurantSearchForm option {
    color:#000;
}

form textarea{
    height:100px;
    padding:10px;
}
button,
input[type=submit],
input[type=button],
.swiper-section .button,
.fraga-oss .button,
.surveys .archive .button,
#error .button,
#gallery-page .gallery-back-button,
.bottom-close-button,
.special-article .read-more-button,
.special-toplist .read-more-button,
a.button
{
    outline:none;
    font-size:14px;
    font-weight:600;
    /*border-radius*/
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    border:1px solid #ccc;
    background-color:#fff;
    /* IE10 Consumer Preview */
    background-image:-ms-linear-gradient(top, #FFFFFF 0%, #F7F7F7 100%);
    /* Mozilla Firefox */
    background-image:-moz-linear-gradient(top, #FFFFFF 0%, #F7F7F7 100%);
    /* Opera */
    background-image:-o-linear-gradient(top, #FFFFFF 0%, #F7F7F7 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #F7F7F7));
    /* Webkit (Chrome 11+) */
    background-image:-webkit-linear-gradient(top, #FFFFFF 0%, #F7F7F7 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image:linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 100%);
    color:#333;
    margin:0;
    text-align:center;
    padding:0;
    /*transition*/
    /*-webkit-transition:all 200ms ease-in;
    -moz-transition:all 200ms ease-in;
    -o-transition:all 200ms ease-in;
    transition:all 200ms ease-in;*/
}

.special-article .read-more-button,
.special-toplist .read-more-button {
    padding: 5px 6px;
    width: auto;
}

button[type=submit], button[type=button], .button, a.button {
    padding:7px 10px;
}

/* .button, button {
    -webkit-transition:border 200ms ease-in-out, box-shadow 200ms ease-in-out;
    -moz-transition:border 200ms ease-in-out, box-shadow 200ms ease-in-out;
    -o-transition:border 200ms ease-in-out, box-shadow 200ms ease-in-out;
    transition:border 200ms ease-in-out, box-shadow 200ms ease-in-out;
} */

/* .button, button {
    -webkit-transition:all 200ms ease-in-out;
    -moz-transition:all 200ms ease-in-out;
    -o-transition:all 200ms ease-in-out;
    transition:all 200ms ease-in-out;
} */

@media (hover:hover) or (pointer:fine) {
    button:hover,
    .button:hover,
    button[type=submit]:hover,
    input[type=submit]:hover,
    #restaurantSearchForm .search-section .dropdown-toggle:hover,
    #restaurantSearchForm .search-section input:hover,
    #restaurantSearchForm .search-section select:hover,
    #error .button:hover {

        border:1px solid #777;
        -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
        -moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);
        box-shadow:0 1px 2px rgba(0,0,0,0.1);
    }
}

.button:active,
button:active,
button[type=submit]:active,
input[type=button]:active{
    /*box-shadow*/
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    background:#f5f5f5;
}
.positive{
    color:green;
}
.negative{
    color:#DD0000;
}
#survey-page .survey-option{
    padding: 10px;
    padding-left: 55px;
    clear: both;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 3px;
}

#survey form button {
    margin-top: 20px;
}

.survey-option.active {
    background: rgba(0,0,0,0.1);
}

.survey-option-content {
    margin-bottom: 10px;
}

.survey-option-text {
    margin-bottom: -10px;
}

#homeA .survey-option {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    margin-right: 20px;
    float: left;
    clear: none;
    position: relative;
}

#homeA .surveys form {
    margin-top: 10px;
}

.survey-section div {
    line-height: 1em;
    margin-left: 7px;
    float: left;
    position: relative;
    top: 3px;
    font-style: italic;
    /* font-weight: 400; */
    font-size: 12px;
}

.survey-option h3{
    font-weight:600;
    font-size:14px;
    line-height:19px;
}
.survey-option input[type="radio"]{
    position:absolute;
    top:50%;
    margin-top: -10px;
    left:15px;
    width:20px;
    height:20px;
    cursor:pointer;
}

#homeA .survey-option input[type="radio"]{
    width: 15px;
    height: 15px;
    left: 0;
    margin-top: -9px;
    top: 50%;
}

#homeA .survey-option label {
    font-weight: 600;
}

#survey{
    font-size:14px;
}

#survey-stats .total-votes {
    margin: -15px;
    padding: 15px;
    background: #f0f0f0;
}

#survey-stats canvas{
    width:100% !important;
    height:auto !important;
    margin-bottom:10px;
    margin-right:15px;
}
#survey form {
    margin:0 0 15px 0;
}
#survey form.disabled{
    color:#777;
}
#survey form.disabled h2 {
    color: #555;
}
#survey form.disabled .survey-option{
    padding-left:0;
}
#survey .survey-option-color{
    margin-top: 4px;
    height: 15px;
    width: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 2px;
    float: left;
}
#survey .survey-dates{
    margin-top:20px;
    margin-bottom:20px;
}
.toplist-description{
    margin-top:20px;
}
.toplist-item-description {
    font-size: 14px;
}
div.toplist-item-description a {
    color: #000 !important;
}
.survey-option-color{
    float: left;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    margin-top: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 2px;
}

#survey-stats p {
    margin-bottom: 0;
}
.side-section hr{
    border-top:1px solid #ccc;
}
.footer-section{
    position:relative;
    overflow:hidden;
}
.toggle .btn{
    color:#000;
    height:36px;
    width:36px;
    padding:0;
    line-height:36px;
    text-align:center;
}
.sorting-options .toggle .btn{
    width:auto;
    padding-left:10px;
    padding-right:10px;
    font-weight:600;
}
.sorting-options .toggle .btn:hover,
.view-options .toggle .btn:hover,
.mode-list .top-info-bar .book-link:hover
{
    -webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow:inset 0 0 5px rgba(0,0,0,.3);
    box-shadow:inset 0 0 5 rgba(0,0,0,.3);
}
.btn{
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
    .btn.active{
        -webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.3);
        -moz-box-shadow:inset 0 0 5px rgba(0,0,0,.3);
        box-shadow:inset 0 0 5px rgba(0,0,0,.3);
        color:#fff;
        background:#9c9c9c;
        border:none;
    }

#toplist-top{
    margin-bottom:20px;
}
    #toplist-top .image-container{
        margin-bottom:20px;
    }
    #toplist-top .toplist-description,
    #survey-top .survey-description{
        font-size:16px;
        margin-bottom:0;
    }
#toplist-top h1 {
    font-family: "Merriweather", serif;
    font-size: 33px;
    margin-top: 0;
    letter-spacing: -2px;
    color: #510f30;
    clear: both;
    line-height: 1.2;
}

#toplist-page .list {
    padding: 0px 0px;
    color:#eb3a44;
    font-weight:300;
    font-size:20px;
}

    #toplist-page .list h2 {
        font-size: 18px;
        font-family: "Merriweather", serif;
        /*letter-spacing:-1px;*/
        font-weight: 600;
    }
    #toplist-page .list h2 span.list-order-no {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        color: #eb3a44;
    }
    #toplist-page .list .toplist-item-content{
        color:#000;
        font-weight:400;
        font-size:16px;
        padding: 0px 0px 10px 0px;
    }
        #toplist-page .list .toplist-item-content img {
            margin-top: 4px;
            margin-bottom: 14px;
        }

.toplist-item-content, .toplist-item-description {
    line-height:19px;
    font-size:14px;
    font-family: Merriweather, serif;
}
div.toplist-item-description a {
    color: #000 !important;
}
.light-grey-container{
    background:#f2f2f2;
    padding-top:20px;
    padding-bottom:20px;
}
.displayNone{
    display:none;
}

.results-info p{
    margin-bottom:0;
}
.comment-image{
    padding-right:0;
}

.hide-to-login {
    display:block;
}
.hide-to-logout {
    display:none;
}
.comments-container .hide-to-login{
    float:left;
    margin-right:15px;
}
.hide-to-login button, .facebook-button{
    height:auto;
    width:auto;
    background:#3b5999 !important;
    color:#fff !important;
    border:none;
    font-size:14px;
    font-weight:600;
}
.social-bar button {
    height:auto;
    width:auto;
    border:none;
    font-size:14px;
    font-weight:600;
    color:#fff !important;
    margin-bottom: 4px;
    -webkit-transition:background 200ms ease-in-out;
    -moz-transition:background 200ms ease-in-out;
    -o-transition:background 200ms ease-in-out;
    transition:background 200ms ease-in-out;
}

.share-group button {
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F7F7F7 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F7F7F7 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #F7F7F7 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #F7F7F7));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F7F7F7 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 100%);
    color: #333 !important;
    margin: 0;
    text-align: center;
    padding: 6px 9px;
}

.share-group ul {
    border: none;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    border-radius: 2px;
}

.share-group ul::before {
  position: absolute;
  top: -7px;
  left: 20px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.1);
  border-left: 6px solid transparent;
  content: '';
}

.share-group ul::after {
  position: absolute;
  top: -6px;
  left: 20px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  content: '';
}

.share-group ul li:hover {
    background: #f0f0f0;
    border-left: 3px solid #eb3a44;
    padding-left: 9px;
}

.share-group li {
    font-size: 14px;
    font-weight: 600;
    padding: 4px 12px;
    cursor: pointer;
    position: relative;
}

.share-group button i {
    color: #eb3a44 !important;
}

.social-bar .share-group i {
    margin-right: 5px;
}

#article-page .social-bar, #toplist-page .social-bar {
    margin-bottom:0;
}

#article-page .social-bar button , #toplist-page .social-bar button, .social-bar-section button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    border: 0px;
    padding: 0px;
}

button.svg.fb {
    background-image: url(/content/resources/img/fb-circle.svg);
    background-size: contain;
}

button.svg.x {
    background-image: url(/content/resources/img/x-circle.svg);
    background-size: contain;
}

button.svg.insta {
    background-image: url(/content/resources/img/instagram.svg);
    background-size: 113%;
    background-position: center center;
}
    
#article-page .social-bar button i, #toplist-page .social-bar button i {
    margin: 0;
    font-size: inherit;
}

.social-bar button i{
    color:#fff;
}

button i{
    margin-right:5px;
    font-size:14px;
}

#list.restaurants .archive-top p,
#list.favorite-restaurants .archive-top p {
    margin-bottom: 0;
}

#list .list-view-options {
    /* position: absolute; */
    float: right;
    right: 0;
    bottom: 0;
    padding-right: 0;
    margin-top: 15px;
    padding-left: 0;
}

#list .list-view-options button {
    width: 30px;
    height: 30px;
    padding: 0;
    position: relative;
    z-index: 1;
    margin-right: 0;
    margin-left: 3px;
}

#list .list-view-options#show-grid {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* #list .list-view-options #show-list {
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
} */

#list .list-view-options button:hover {
    z-index: 2;
}

.view-options button i,
#list .list-view-options button i,
.header-menu .dropdown-toggle i{
    margin-right:0;
}

.comments-container h2,
.errorForm h2 {
    font-family:"Merriweather", serif;
    font-size:20px;
    line-height:23px;
    letter-spacing:-1px;
    font-weight:600;
    margin-top:0;
    margin-bottom:20px;
}

.errorForm h2 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 35px;
}

.errorForm .bottom-box {
    margin-top: 20px;
}

.comments-closed .comments-closed-header {
    padding: 20px;
    margin: -20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;

}

.comments-closed #commentList {
    margin-top: 0;
    border-top: none;
}

.comments-closed .empty {
    display: none;
}

.commentProfileThumb, 
.comment-avatar {
    width:40px;
    height:40px;
    margin-right:15px;
    float:left;
    position:relative;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.breadcrumbs {
    font-size:14px;
    padding: 8px 10px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ccc;
    float: left;
    margin-bottom: 30px;
    font-weight: 600;
}
    .breadcrumbs a {
        font-weight: 600;
        color: #eb3a44;
        -webkit-transition:color 200ms ease-in-out;
        -moz-transition:color 200ms ease-in-out;
        -o-transition:color 200ms ease-in-out;
        transition:color 200ms ease-in-out;
    }
        .breadcrumbs a:hover {
            color: #d72b37;
        }

.block-edit,
.admin {
    font-weight: 600;
    font-size: 14px;
    display: block;
    padding: 6px 9px;
    background: #eb3a44 !important;
    color: #fff !important;
    float: left;
    margin-bottom: 25px;
    margin-right: 5px;
    border-radius: 2px;
    cursor: pointer;
    border: 0;
    -webkit-transition:background 200ms ease-in-out;
    -moz-transition:background 200ms ease-in-out;
    -o-transition:background 200ms ease-in-out;
    transition:background 200ms ease-in-out;
}
    .block-edit:hover, .admin:hover {
        background: #d72b37;
        border: none;
    }
    .block-edit .fa,
    .admin .fa{
        margin-right: 5px;
    }

#review .review-rate {
    color: #955474;
    font-size: 25px;
    /*letter-spacing:-1px;*/
    float: left;
    padding: 6px 9px;
    margin-bottom: 10px;
    margin-top: 20px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ccc;
}
    #review .review-rate .fa-star-o {
        color: #ccc;
    }

.reviews-top{
    margin-bottom:-10px;
}
.review-item{
    position:relative;
    font-size:14px;
    padding:15px;
    padding-bottom:5px;
    border:1px solid #ccc;
    /*border-radius*/
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    margin-bottom:15px;
    /*box-shadow*/
    -webkit-box-shadow:inset 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow:inset 0 1px 5px rgba(0,0,0,0.1);
    box-shadow:inset 0 1px 5px rgba(0,0,0,0.1);
}
.review-item strong, #review strong{
    font-weight:600;
}

.other-articles .review-item{
    font-size:13px;
}
.article-caption{
    color:#510f30;
    color:#511030;
    margin-top:35px;
    font-size:14px;
}
#artikelsnurra .article-caption .article-caption-text {
    padding-left:10px;
    height:auto;
}
.article-caption h2{
    font-family:"Merriweather", serif;
    font-size:28px;
    font-weight:bold;
    letter-spacing:-1px;
    margin-top:0;
}
.article-caption p{
    font-family:"Open Sans", sans-serif;
}
.article-caption a{
    color: inherit;
    font-weight:600;
}
    
.questions strong{
    font-weight:600;
}
.questions h2{
    font-size:20px;
    font-family:"Merriweather", serif;
    line-height:23px;
    letter-spacing:-1px;
    font-weight:600;
    margin-top:0;
}

.carousel-indicators {
    position: absolute;
    cursor: pointer;
    margin-left: 0;
    margin-bottom: -10px;
    width: 25%;
    right: 20px;
    top: 15px;
    left: auto;
    text-align: right;
}

#restaurant-page .carousel-indicators {
    position: relative;
    right: auto;
    top: 0;
    left: 0;
    bottom: auto;
    padding-left: 0;
    width: auto;
}

    .carousel-indicators .active {
        background-color: #511030;
    }
    
    #restaurant-page .carousel-indicators .active {
        width: 100%;
        
    }
        #restaurant-page .carousel-indicators .active .overlay {
            opacity: 0;
        }
        
    #restaurant-page .carousel-indicators .indicator {
        display: block;
        padding-top: 58%;
        width: 100%;
        background: #ccc;
        border-radius: 0;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
    }
    
        #restaurant-page .indicators-container {
            padding-left: 10px;
            position: absolute;
            right: -20px;
            top: 0;
            bottom: 0;
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch;
            padding-right: 0;
            width: 28%;
        }
        #restaurant-page .carousel-indicators .indicator img {
            position: absolute !important;
            top: 0;
            left: 0;
        }
    
.dropdown-header {
    font-size: 14px;
}

.dropdown-menu .divider{
    margin:5px 0;
}
.dropdown-menu i {
    margin-right:10px;
    width:15px;
    color: #eb3a44;
}

.dropdown-menu li:hover i {
    color: inherit;
}

#wide-search {
    margin-top: 30px;
    position: relative;
}
    #wide-search input {
        margin: 0;
        outline: none;
    }
    
    #wide-search h1 {
        font-family: "Merriweather", serif;
        font-weight: 600;
        /*letter-spacing:-1px;*/
        font-size: 16px;
        line-height: 1em;
        margin-bottom: 5px;
        padding-bottom: 8px;
        margin-right: -10px;
        margin-left: -10px;
        padding-right: 10px;
        padding-left: 10px;
        border-bottom: 1px solid #ddd;
    }
    
    #wide-search .close-wide-search {
        display: block;
    }

#wide-search .wideSearchResults {
    position: relative;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
    padding-bottom: 0;
    top: -1px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 5px;
}

#wide-search .wideSearchResults .need-location {
    position: relative;
    padding: 10px 0;
    margin: -10px 0;
    display: block;
}

#wide-search .wideSearchResults h2 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    color: #333;
    font-family: "Merriweather", serif;
    /*letter-spacing:-1px;*/
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 1px;
    margin-bottom: -1px;
}

#wide-search .wideSearchResults .restaurant-result h2,
#wide-search .wideSearchResults .area-result h2 {
    top: 8px;
}

#wide-search ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#wide-search ul li {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

#wide-search ul .search-result {
    margin-bottom: 5px;
}

#wide-search .no-result {
    padding-top: 0;
}

#wide-search ul li a {
    color: inherit;
}

#wide-search li i {
    color: #eb3a44;
    margin-right: 5px;
    width: 15px;
}

#wide-search ul.default {
    position: relative;
}

#wide-search ul.results {
    margin-top: -5px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

#wide-search ul.results, #headerSearchResults ul.results {
        position: relative;
    }

#wide-search ul.default {
    z-index: 2;
}

#wide-search .dropdown-header {
    padding-top: 0;
}

#wide-search .default li {
    padding: 10px 0;
    cursor: pointer;
    font-family: "Merriweather", serif;
    /*letter-spacing:-1px;*/
    font-weight: bold;
    font-size: 14px;
    color: #333;
    margin-bottom: -10px;
}

#wide-search ul li.divider {
    padding: 0;
    height: 1px;
    background-color: #ddd;
    margin-bottom: 15px;
    margin-top: 15px;
}

#wide-search ul.results .divider {
    margin-top: 10px;
    margin-bottom: 10px;
}

#headerSearchResults {
    display: none;
    position: relative;
    width: 100%;
    z-index: 1000;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-top: 0;
    clear: both;
    margin-top: -10px;
    border-top: 1px solid #e5e5e5;
    max-height: 344px;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

    #headerSearchResults div.scrollable-container  {
        display: block;
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 260px;
    }
    
    #headerSearchResults div.results-info {
        position: absolute;
        left: 0px;
        bottom: 0px;
        right: 0px;
        border-top: 1px solid #e5e5e5;
        height: 40px;
        padding-left: 15px;
        line-height: 40px;
    }
    
    #headerSearchResults div.results-info a {
        color: #000;
    }
    
    #headerSearchResults div.results-info a i {
        padding: 0px;
    }

    .boxshadow #headerSearchResults {
        border-top: 0;
    }

    .showing-results #headerSearchResults {
        display: block;
    }
    
    #headerSearchResults h2 {
        font-size:14px;
        font-weight:bold;
        margin-bottom:0;
        margin-top:0;
        color:#333;
        font-family:"Merriweather", serif;
        letter-spacing:-1px;
        position:relative;
        top:8px;
        white-space:nowrap;
    }
        #headerSearchResults h2 .match,
        #wide-search .wideSearchResults h2 .match
        {
            color: #eb3a44;
        }
    
    #headerSearchResults .dropdown-header{
        margin-left: -15px;
        margin-right: -15px;
    }
    #headerSearchResults .dropdown-header a {
        padding: 0;
    }
    #headerSearchResults ul {
        list-style-type:none;
    }
    #headerSearchResults li{
        overflow:hidden;
        line-height: 1;
    }
        #headerSearchResults li a{
            padding:0;
            color:inherit;
            display: block;
        }
        #headerSearchResults .divider{
            margin:15px -15px;
        }
        #headerSearchResults ul.results .divider {
            margin-top: 4px;
            margin-bottom: 30;
        }
        #headerSearchResults .article-result h2,
        #headerSearchResults .area-result h2,
        #headerSearchResults .toplist-result h2,
        #headerSearchResults .kitchen-result h2{
            top: 0;
            white-space: normal;
        }
        #headerSearchResults .area-result h2 {
            top: 8px;
        }
        
        #headerSearchResults .search-result {
            margin-right: -10px;
            margin-left: -10px;
            padding: 5px 10px;
            padding-left: 13px;
            margin-bottom: 0;
            position: relative;
        }
        
        #top-header .dropdown-menu ul.default li:hover {
            background: #f0f0f0;
            border-left: 3px solid #eb3a44;
            padding-left: 12px;
        }
        
        #top-header .dropdown-menu ul.default .divider:hover {
            background: #e5e5e5;
            border-left: none;
        }
        
        #top-header .dropdown-menu ul.default li {
            margin-right: -15px;
            margin-left: -15px;
            padding: 10px 15px;
            cursor: pointer;
            font-family: "Merriweather", serif;
            /*letter-spacing:-1px;*/
            font-weight: bold;
            font-size: 14px;
            color: #333;
        }
        
        #top-header .dropdown-menu ul.default .divider {
            padding: 0;
            margin-top: 4px;
            margin-bottom: 0;
        }
        
        .wideSearchResults .results-info {
            padding-top:0;
        }
        
        #headerSearchResults .results-info:hover i {
            color: #eb3a44;
        }
        
        #headerSearchResults .no-result {
            padding-top: 0;
        }
        
        #headerSearchResults .restaurant-result .locations {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            padding-left: 20px;
            padding-top: 13px;
            padding-bottom: 10px;
            padding-right: 10px;
            color: #eb3a44;
            background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.83) 10%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 100%);
            background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(10%,rgba(255,255,255,0.83)), color-stop(24%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
            background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.83) 10%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 100%);
            background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.83) 10%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 100%);
            background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.83) 10%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 100%);
            background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.83) 10%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
        }
        
        #headerSearchResults li:hover .locations,
        #headerSearchResults .hovered .locations {
            background: -moz-linear-gradient(left, rgba(240,240,240,0) 0%, rgba(240,240,240,0.83) 10%, rgba(240,240,240,1) 24%, rgba(240,240,240,1) 100%);
            background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(240,240,240,0)), color-stop(10%,rgba(240,240,240,0.83)), color-stop(24%,rgba(240,240,240,1)), color-stop(100%,rgba(240,240,240,1)));
            background: -webkit-linear-gradient(left, rgba(240,240,240,0) 0%,rgba(240,240,240,0.83) 10%,rgba(240,240,240,1) 24%,rgba(240,240,240,1) 100%);
            background: -o-linear-gradient(left, rgba(240,240,240,0) 0%,rgba(240,240,240,0.83) 10%,rgba(240,240,240,1) 24%,rgba(240,240,240,1) 100%);
            background: -ms-linear-gradient(left, rgba(240,240,240,0) 0%,rgba(240,240,240,0.83) 10%,rgba(240,240,240,1) 24%,rgba(240,240,240,1) 100%);
            background: linear-gradient(to right, rgba(240,240,240,0) 0%,rgba(240,240,240,0.83) 10%,rgba(240,240,240,1) 24%,rgba(240,240,240,1) 100%);
        }
        
        #headerSearchResults .article-result h2,
        #headerSearchResults .toplist-result h2{
            top: 0;
        }
        
            #headerSearchResults .search-result:hover,
            #headerSearchResults .hovered {
                background: #f0f0f0;
                border-left: 3px solid #eb3a44;
                padding-left: 10px;
            }
            #headerSearchResults .results .search-result a {
                padding: 0;
            }

            #headerSearchResults .default li a {
                padding: 0;
            }
            
            #headerSearchResults .default .need-location {
                padding: 15px;
                margin: -15px;
                position: relative;
            }
            
            #headerSearchResults .default li:hover i {
                color: #eb3a44;
            }
        
            #headerSearchResults .kitchen-result h2 {
                top: 0;
            }
 
.header-search-info {
    font-size: 13px;
    font-weight: 400;
}

.search-result-image{
    width:30px;
    height:30px;
    line-height: 30px;
    text-align: center;
    /*border-radius*/
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    overflow:hidden;
    margin-right:10px;
    float:left;
    /*box-shadow*/
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,0.2);
    box-shadow:0 1px 2px rgba(0,0,0,0.2);
}

.search-menu .close-search,
.restaurant-popover .close-popover, 
.dropdown-menu .close-section,
#not-logged-in-alert .close-alert,
#wide-search .close-wide-search {
    display: none;
    position: absolute;
    z-index: 8;
    margin-right: 0;
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    cursor: pointer;
    /* -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:0 1px 3px rgba(0,0,0,0.3);
    box-shadow:0 1px 3px rgba(0,0,0,0.3); */
}

#wide-search .close-wide-search {
    display: block;
    top: 7px;
    right: 7px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

#not-logged-in-alert .close-alert, .restaurant-popover .close-popover {
    display: block;
    
    position: relative;
    top: 0;
    right: 0;
}
#not-logged-in-alert .close-alert {
    width: 25px;
    height: 25px;
    color: #000;
    text-align: center;
    line-height: 25px;
    position: relative;
    /* top: 5px; */
    /* right: 5px; */
    z-index: 2;
    cursor: pointer;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
#not-logged-in-alert .not-logged-in-alert-top {
    height: 35px;
    width: 100%;
    background: #eb3a44;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 0 -9px 25px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 -9px 25px rgba(0,0,0,0.2);
    box-shadow: inset 0 -9px 25px rgba(0,0,0,0.2);
}
#not-logged-in-alert .not-logged-in-alert-top i {
        color: #fff;
        font-size: 21px;
        height: 35px;
        line-height: 35px;
        float: left;
        left: 10px;
        position: relative;
    }
    
.dropdown-menu .close-section {
    top: 0;
    right: 0;
    position: relative;
}

.close-section-area {
    display: none;
    position: absolute;
    float: right;
    right: -18px;
    top: -53px;
    z-index: 8;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
}

.close-alert-area, .close-popover-area  {
    position: absolute;
    float: right;
    right: -18px;
    top: -18px;
    z-index: 8;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
}

#not-logged-in-alert .close-alert-area {
    right: 0px;
    top: 0px;
}

.restaurant-popover .close-popover {
    display: block;
}

.review-item .toggle{
    margin-bottom:10px;
    width:75px;
}

.article-link{
    color:inherit;
    text-decoration:none;
    margin-top:5px;
}
    .article-link button{
        font-size:11px !important;
        font-weight:400;
        color:#000;
    }

#reviewForm button, 
#list .button, .reportButton,
.errorForm button, .button,
#error .button,
#gallery-page .button {
    border-radius: 2px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1em;
    padding: 9px;
}

#review-page #nytta button {
    width: 60px !important;
}

#list .button {
    width: auto;
}

#reviewForm button {
    width: auto;
}

#reviewForm .helper-text {
    font-size: 13px;
    font-style: italic;
    margin-top: 10px;
}

#review #likeCounter {
    margin: 10px 0;
}

#review .error-message i {
    margin-right: 10px;
}

#policy h1,
#survey h1,
#review h1,
.reviews-top h1,
.archive h1,
#question-form-page h1,
#dish-page h1,
#app-page h1
{
    font-family:"Merriweather", serif;
    font-size:22px;
    letter-spacing:-1px;
    line-height:30px;
    margin-bottom:13px;
    clear: both;
}

#review h1 {
    margin-bottom: 5px;
    font-weight: 600;
}

#list h1, #news-page h1, #app-page h1 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.ref_info {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
    padding: 10px;
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 2px;
    position: relative;
}

.ref_info .ref-edit {
    width: 20px;
    height: 20px;
    display: block;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: 10px;
    font-size: 14px;
}

.ref_headline {
    font-family: "Merriweather", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    /*letter-spacing:-1px;*/
    margin-top: 0;
    margin-bottom: 0;
}

.ref_headline i {
    margin-right: 10px;
    color: #aaa;
}

.ref_info .ref_text {
    font-size: 14px;
    margin-top: 10px;
}

.archive{
    margin-top:0;
    overflow: visible;
}

.archive hr {
    border-top:1px solid #ccc;
    margin:20px 15px;
}

.archive-top hr{
    margin:20px 0;
}

.archive-top .article-list-tags{
    margin-top:15px;
}


.other-articles h2,
#policy h2, 
#survey h2,
#topList h2,
#error h2 {
    font-family:"Merriweather", serif;
    font-size:18px;
    font-weight:600;
    letter-spacing:-1px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.2em;
}

#survey h2 {
    margin-top: 0;
}

#error h2 {
    margin-bottom:15px;
}

.other-articles h2 {
    margin-bottom: 20px;
}

#policy h2 {
    margin-bottom: 10px;
}

.archive-top h2 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.3em;
}

#policy #mainContainer h2{
    margin-top:20px;
}
.other-articles .standard-box h2{
    margin-top:0;
    margin-bottom:5px;
    padding-right: 35px;
    /*transition*/
    /*-webkit-transition:color 200ms ease-in-out;
    -moz-transition:color 200ms ease-in-out;
    -o-transition:color 200ms ease-in-out;
    transition:color 200ms ease-in-out;*/
}
.other-articles .standard-box-content:hover h2, .other-articles .standard-box-content:hover h3{
    color:#511030;
}

#reviewList .review-item h3 {
    font-family:"Merriweather", serif;
    font-size:14px;
    font-weight:600;
    font-size:16px;
}

#review .publishInfo{
    margin-top:0;
    margin-bottom:10px;
    padding-left:0;
    padding-right:0;
    letter-spacing:0;
}
    #review .publishInfo a{
        color:inherit;
        text-decoration:none;
    }
    
#review .review-body{
    margin-bottom:10px;
}
.other-article .publishInfo{
    margin-bottom:3px;
}
.publishInfo .fa{
    color:#eb3a44;
    color:#955474;
}
.publishInfo strong{
    font-weight:600;
}
.publishInfo i, 
.article-list-ingress i {
    margin-right:9px;
    color:#ccc;
    left: 1px;
}
.article-list-ingress i{
    margin-bottom:6px;
}
.article-list-tags{
    font-size:13px;
    margin-top:9px;
    clear:both;
    overflow:hidden;
}

.archive-top .article-list-tags {
    border-radius: 3px;
    background: #fff;
    padding: 15px;
    border: 1px solid #ccc;
}

.archive-top .article-list-tags hr {
    margin: 15px 0px;
}

.article-list-tags div.tag{
    margin-right:3px;
    margin-bottom:3px;
    /*border-radius*/
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    /* text-shadow: 1px 1px 1px rgba(0,0*/
    /* text-shadow:1px 1px 1px rgba(0,0,0,0.5);*/
}
.article-list-tags h2{
    margin-bottom:10px !important;
    margin-top: 0;
}
/*
.article-list-tags a{
    padding: 5px 9px;
    display:block;
    background:#955474;
    color:#fff;
    float: left;
    width: auto;
    margin-bottom: 3px;
    margin-right: 3px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    font-weight:600;
}
.article-list-tags a:hover{
    background:#9c9c9c;
    color:#fff;
    -webkit-box-shadow:inset 0 0 4px rgba(0,0,0,0.2);
    -moz-box-shadow:inset 0 0 4px rgba(0,0,0,0.2);
    box-shadow:inset 0 0 4px rgba(0,0,0,0.2);
}
*/

.article-list-tags a {
    padding: 0px 10px 0px 0px;
    display: inline-block;
    color: #428bca;
}
.article-extra-info{
    clear:both;
    height:auto;
    margin-top:7px;
}
.article-list-rate, .article-list-views{
    font-size:13px;
    /*border-radius*/
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    font-weight:600;
    float:left;
    margin-right:6px;
    margin-bottom:6px;
}

.other-articles .standard-box img {
    width: 100%;
    height: auto;
}

.restaurant-rate {
    float: left;
    color: #955474;
    /*letter-spacing:-1px;*/
}
    .other-articles .restaurant-rate {
        margin-bottom: 10px;
    }

.restaurant-rate-container {
    position: relative;
    float: left;
    margin-right: 5px;
    border-radius: 2px;
    overflow: hidden;
    width: 25px;
    height: 25px;
    background: url('/content/resources/img/transparent-black-50.png');
    background: rgba(0,0,0,0.5);
}
    .other-articles .restaurant-rate-container,
    .restaurant-popover .restaurant-rate-container{
        width: 20px;
        height: 20px;
    }

.restaurant-rate-background, .restaurant-empty-rate-background {
    height: 100%;
    width: 0;
}
    
.restaurant-rate-background {
    background: #eb3a44;
    position: absolute;
    top: 0;
    left: 0;
}

.restaurant-empty-rate-background {
    background: #000;
}

.restaurant-rate-container img {
    position: absolute !important;
    top: 0;
    width: 100%;
    height: auto;
}

.article-list-rate i,
.article-list-views i {
    margin-right: 0;
    color: #955474;
}
.publishInfo span{
    margin-right: 3px;
    margin-left: 3px;
}
#review .publishInfo a:hover{
    color:#000;
}
.review-image{
    margin-top:5px;
}
.review-image img{
    width:100%;
    height:auto;
}
.review-text{
    margin-bottom:-10px;
    font-size:13px;
}
.reviews-top-info{
    margin-top:20px;
    margin-bottom:20px;
}
    .reviews-top-info h2 {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .reviews-top-info strong {
        font-weight: 600;
    }



.dropdown-backdrop{
    display:none;
}

#top-header .dropdown-menu::after{
    position:absolute;
    top:-6px;
    left:20px;
    display:inline-block;
    border-right:6px solid transparent;
    border-bottom:6px solid white;
    border-left:6px solid transparent;
    content:'';
}
#top-header .pull-right .dropdown-menu::after{
    right:20px;
    left:auto;
}

.view-options{
    line-height:36px;
    text-align:left;
}
.sorting-options{
    text-align:right;
    color:#955474;
    font-size:12px;
}
.sorting-options span{
    font-weight:600;
    font-size:13px;
    color:#955474;
    cursor:pointer;
}
.sorting-options span:hover{
    color:#333;
}
.sorting-options span.active{
    color:#333;
}
.sorting-options strong,
.view-options strong{
    display:block;
    font-size:12px;
    margin-right:10px;
    margin-top:2px;
    font-weight:600;
    /* text-shadow: 1px 1px 1*/
    /* text-shadow:1px 1px 1px #fff;
    */
    color:#333;
}
.view-options .toggle .btn{
    background:#955474;
    border:none;
    color:#fff;
    /* text-shadow: 1px 1px 1px rgba(0,0*/
    /* text-shadow:1px 1px 1px rgba(0,0,0,0.5);
    :*/
}
.sorting-options .toggle .btn{
    background:none;
    color:#000;
    /*border-radius*/
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    padding-right:0;
    padding-left:0;
    margin-left:10px;
    /*transition*/
    -webkit-transition:none;
    -moz-transition:none;
    -o-transition:none;
    transition:none;
    border: none;
    outline: none;
}
.sorting-options .toggle .btn.active, .sorting-options .toggle .btn:hover{
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    border-bottom:3px solid #eb3a44;
}

.sorting-options .toggle .btn:active {
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

.view-options .toggle .btn.active,
.mode-list .top-info-bar .book-link:hover{
    background:#9c9c9c;
}
.questions .all-questions,
.surveys .all-surveys {
    position: relative;
}
.askus-form, .contact-container, .article-container{
    position:relative;
    padding:20px;
    padding-top:40px;
    /*border-radius*/
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    border:1px solid #ccc;
    border-bottom-width:1px;
    background:#f7f7f7;
    margin-top:11px;
}
.publishInfo{
    font-size:14px !important;
    margin-bottom:6px;
}
.standard-box-content .publishInfo{
    margin-bottom:5px;
    margin-top:0;
}

#list.restaurants .standard-box-content .publishInfo,
.restaurant-related-list .standard-box-content .publishInfo{
    margin-top: -2px;
}

.likeCounter{
    float:left;
    height:auto;
    margin-top:15px;
    margin-left:15px;
}
.likeCounter div{
    width:9px;
    height:9px;
    /*border-radius*/
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.likeCounter .positive{
    background:green;
    position:absolute;
    left:0;
    top:50%;
    margin-top:-4px;
}
.likeCounter .negative{
    background:red;
    position:absolute;
    left:0;
    top:50%;
    margin-top:-4px;
}
.likeCounter .counter{
    float:left;
    margin-left:10px;
    margin-right:5px;
    padding-left:20px;
    width:auto;
    position:relative;
}
.likeCounter .counter p{
    margin-top:-5px;
}
.left-column-content{
    padding:10px;
    padding-bottom:5px;
    /*border-radius*/
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    background:#f7f7f7;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.article-left-column h2, .toplist-left-column h2{
    font-size:13px;
    font-weight:600;
    margin-bottom:5px;
    margin-top:0;
}

.article-left-column strong, .toplist-left-column strong {
    font-weight: 600;
}

.article-left-column p, .toplist-left-column p{
    color:#333;
    font-size:14px;
    margin-bottom:0;
}
.article-left-column hr, .toplist-left-column hr{
    margin:8px -10px;
}

.article-left-column .author-info strong ,.toplist-left-column .author-info strong {
    font-size: 13px;
}

.result-info{
    padding: 0;
    color:#ccc;
    width:100%;
    height:65px;
    bottom:0;
    margin-top: 8px;
}

.result .pictograms {
    margin-left: -5px;
    white-space: nowrap;
    margin-top: 3px;
    margin-bottom: 3px;
}

    .result .pictograms .citypart-icon {
        /* height: 17px;
        width: 17px; */
        padding: 0 4px;
        float: left;
        font-size: 11px;
        color: #000;
        font-weight: 600;
        border-radius: 2px;
        /* z-index: 2; */
        position: relative;
        -webkit-box-shadow: inset 0 0px 5px rgba(0,0,0,0.2);
        -moz-box-shadow: inset 0 0px 5px rgba(0,0,0,0.2);
        box-shadow: inset 0 0px 5px rgba(0,0,0,0.2);
        height: 16px;
        line-height: 15px;
        margin-top: 1px;
        text-align: center;
        margin-left: 5px;
        background: #955474;
        color: #fff;
    }
    
    /* .result .pictograms .citypart-icon.kungsholmen {
        background: #88671a;
        color: #fff;
    }
    
    .result .pictograms .citypart-icon.city {
        background: #ae2479;
        color: #fff;
    }
    
    .result .pictograms .citypart-icon.södermalm {
        background: #803637;
        color: #fff;
    }
    
    .result .pictograms .citypart-icon.vasastan {
        background: #30b18a;
        color: #fff;
    }
    
    .result .pictograms .citypart-icon.östermalm {
        background: #b32121;
        color: #fff;
    }
    
    .result .pictograms .citypart-icon.gamlastan {
        background: #daa32e;
        color: #fff;
    } */
    
    .area-result .color-kungsholmen {
        background: #88671a;
        color: #fff;
    }
    
    .area-result .color-city {
        background: #ae2479;
        color: #fff;
    }
    
    .area-result .color-södermalm {
        background: #803637;
        color: #fff;
    }
    
    .area-result .color-vasastan {
        background: #30b18a;
        color: #fff;
    }
    
    .area-result .color-östermalm {
        background: #b32121;
        color: #fff;
    }
    
    .area-result .color-gamlastan {
        background: #daa32e;
        color: #fff;
    }
    

.pictograms img, .pictograms .pictogram-sprite {
    width: 17px;
    height: 18px;
    float: left;
    margin-left: 3px;
}
.pictograms img, .pictograms .pictogram-sprite:first-child {
    margin-left: 5px;
}

.pictograms .pictogram-sprite:nth-child(n+5) {
    display: none;
}

.result .slideshow-block {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}

#homeA .panel-img {
    margin-bottom: 15px;
    width: 100%;
}

#homeA .slides{
    z-index:0;
    height: 100%;
    visibility: hidden;
}

#homeA .slides.active{
    visibility:visible;
}

#homeB .result .result-info {
    bottom: 21px;
}

.result-info span {
    font-size:13px;
    font-weight:400;
    color:#333;
}
.result-info .website{
    font-size:11px;
}
.standard-box-content:hover h4{
    color:#511030;
}
.result-info .icon{
    /* color:#ccc; */
}


.result-info .trend-right {
    height: 9px;
    width: auto;
    margin-top: -9px;
}

.result-info .trend-up {
    width: auto;
    height: 11px;
}

.result-info .trend-diagonal-up {
    height: 10px;
    width: auto;
}

.result-info .trend-diagonal-down {
    height: 10px;
    width: auto;
}

#reviewForm .prosAndCons i, #list .button i {
    margin-right: 10px;
    cursor: pointer;
}

.button i, .reportButton i, .errorForm button i {
    margin-right: 5px;
    color: #eb3a44;
}



#reviewForm .prosAndCons ul {
    list-style: none;
    padding-left: 10px;
}

.result-info .third-row {
    white-space: nowrap;
    margin-left: -5px;
    
}

.result-info .distance {
    position: relative;
    height: auto;
    line-height: 1em;
    margin: 2px 0;
    font-size: 13px;
    font-weight: 400;
    color: #333;
}

.wait-time {
    display: inline-block;
    margin-right: 10px;
}

.priceclass, .score, .trendstatus {
    display: inline-block;
    margin-right: 5px;
}

.trendstatus {
    vertical-align: baseline;
}


/* --------------- LIST MODE -------------------- */

#homeA .mode-list .result-image {
    width: 100%;
}

#homeA .mode-list .slideshow-block {
    width: 30px;
    height: 30px;
    z-index: 4;
}

.mode-list .wait-time-top-left {
    display: none;
}

.mode-list .pictograms {
    top: 17px;
    right: 320px;
    position: absolute;
    margin: 0;
    z-index: 2;
}

.mode-list .pictograms img {
    /* float: right; */
}

.mode-list .result{
    width:100%;
    margin-bottom:0;
    /*border-radius*/
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.mode-list .result .standard-box-content {
    height:56px;
    clear:both;
    overflow:visible;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    padding:0 12px;
    -webkit-transition:background 200ms ease-in;
    -moz-transition:background 200ms ease-in;
    -o-transition:background 200ms ease-in;
    transition:background 200ms ease-in;
}
.mode-list .result .standard-box-content:hover{
    background:#f7f7f7;
}
.mode-list .result-image{
    height:30px;
    width:30px;
    margin-top:12px;
    float:left;
    position:relative;
    padding: 0;
    margin-right:15px;
    overflow: visible;
}
#restaurantSearchResults.mode-list .standard-box{
    margin-bottom:0;
}
.mode-list .result .top-info-bar{
    background:none;
    position:absolute;
    top:0;
    float:right;
    padding:0;
    left:auto;
    right:0;
    width: 100%;
}


.numresults {
    font-weight: 600;
}

.show-more-box button {
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: -1px;
}

.show-more-box button .loadingImage {
    width: 15px !important;
    height: 15px !important;
    top: -1px;
    margin-right: 4px !important;
    position: relative;
}

button .restaurant-rate-container {
	margin-right: 8px;
}

button .restaurant-rate-background {
	width: 0;
}

button:hover .restaurant-rate-background {
	width: 100%;
}

.swiper {
    
    z-index: 1;
}

.swiper-disabled .show-more-box .result-image {
    padding-top: 0;
}

.swiper-disabled .show-more-box {
    width: 100% !important;
    clear: both;
}

.swiper-disabled .show-more-box button,
.swiper-disabled .show-more-box button:active,
.swiper-disabled .show-more-box button:hover {
    padding: 0;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.swiper-disabled .show-more-box .standard-box-content {
    width: 100% !important;
}

.swiper-disabled .show-more-box button {
    float: right;
    width: auto;
    position: relative;
    margin-top: 0;
    top: 0;
    /* padding: 7px 10px; */
}

/* .cssgradients .swiper-disabled:after {
    display: block;
    content: '';
    height: 3px;
    top: 0;
    margin-top: 20px;
    margin-bottom: 15px;
    background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 116, color-stop(0%, #cccccc), color-stop(120%, rgba(255, 255, 255, 0)));
    background-image: -webkit-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 120%);
    background-image: -moz-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 120%);
    background-image: -o-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 120%);
    background-image: radial-gradient(farthest-side at center top, #cccccc 0%, rgba(255, 255, 255, 0) 120%);
} */

.swiper-disabled {
    margin-bottom: -20px;
}

.no-cssgradients .swiper-disabled {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.bottom-close-container {
    display: none;
}

.sorting-options {
    display: none;
}

.swiper-disabled .sorting-options {
    display: block;
    position: relative;
    z-index: 2;
    margin-bottom: 13px;
    margin-top: 5px;
}

.swiper-disabled .bottom-close-container {
    display: block;
}

.show-more-box button i {
    margin-right: 0;
    margin-left: 5px;
    font-size: 12px;
}

.mode-list .top-info-bar .book-link {
    float:right;
    padding-left:10px;
    padding-right:10px;
    height:34px;
    line-height:34px;
    margin-left:35px;
    margin-top: -2px;
    color:#fff;
    background:#955474;
    text-align:center;
    /*border-radius*/
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    font-weight:600;
    font-size:14px;
    /* text-shadow: 1px 1px 1px rgba(0,0*/
    /* text-shadow:1px 1px 1px rgba(0,0,0,0.5);
    */

    /*transition*/
    -webkit-transition: background 200ms ease-in;
    -moz-transition: background 200ms ease-in;
    -o-transition: background 200ms ease-in;
    transition: background 200ms ease-in;
    
}
.mode-list .result-info{
    background:none;
    position: static;
    padding:0;
    width:auto;
    overflow: visible;
    height: 100%;
}
#homeA .mode-list .result-info{
    background: none;
    position: absolute;
    left: 0;
    right: 0;
}
.mode-list .top-info-bar .book-link{
    margin-top:0;
    margin-right: 0;
}
.mode-list .result-info span{
    font-size:14px;
}
.mode-list h4{
    font-size:20px;
    position:absolute;
    left:55px;
    z-index: 9999;
    right: 85px;
    top: 0;
    line-height: 55px;
}

.mode-list h4 a {
    display: block;
    height: 100%;
}

.mode-list .top-info-bar .phone{
    top:20px;
    font-size: 14px;
    color: #333;
    position: static;
}
.mode-list .standard-box-content {
    background: #fff;
}
.mode-list .standard-box-content .score{
    position: absolute;
    right: 215px;
    top: 17px;
}

.mode-list .star-rate .score {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    display: inline;
}

.mode-list .priceclass{
    position:absolute;
    right:295px;
    top:17px;
}
.mode-list .favorite-icon {
    display: none !important;
}
.mode-list .fa-info {
    display: none !important;
}
.mode-list .result-image img {
    height: 100%;
    width: auto;
}
/* ---------------------------------------------------- */


.side-item{
    line-height:15px;
    color:#000;
    font-weight:400;
}
.side-item h3 a{
    text-decoration:none;
    color:inherit;
}
.side-item h3 a:hover{
    color:#eb3a44 !important;
}
.side-item span{
    font-size:13px;
    color:#333333;
}
.side-item span p{
    font-size:13px;
    color:#333333;
}
.side-item ul{
    padding-left:0;
    list-style:none;
    line-height:20px;
    font-weight:normal;
    font-size:13px;
    margin:0;
    color:#333;
}
.side-item a:hover span, .side-item a:hover h3{
    color:#D00;
}

.side-item ul li a:hover{
    color:#D00;
}
.fraga-oss h3,
.surveys h3{
    font-family:"Merriweather", serif;
    font-size:16px;
    font-weight:600;
    color:#000;
    margin-top:15px;
}

h1 a, h2 a, h3 a {
    color: inherit;
}

.surveys h3 {
    margin-top: 0;
}

.fraga-oss-content, .surveys-content{
    padding:15px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    border:1px solid #ccc;
    position:relative;
    font-size:14px;
    background:#fff;
}
.fraga-oss .question{
    margin-top:15px;
    margin-bottom:5px;
    font-weight:600;
    color:#5c5856;
}
.fraga-oss .question i, .fraga-oss .answer i{
    margin-right:15px;
    position:absolute;
    left:0;
}

.fraga-oss .fa-exclamation, .fraga-oss .fa-question {    
    color: #fff;
    font-size: 12px;
    line-height: 2em;
}

.fraga-oss .fa-comment {
    font-size: 24px;
    color: #955474;
}

.fraga-oss .question, .fraga-oss .answer{
    position:relative;
}
.fraga-oss-image-container{
    height:100%;
}
.fraga-oss-image{
    width:100%;
    height:100%;
    background:#ccc;
    display:block;
}

.surveys-content {
    padding-top: 40px;
}

.commentEditor {
    margin-bottom: 10px;
}

.comment .comment-option{
    font-size:10px;
    cursor:pointer;
}
.social-bar{
    margin-top:10px;
    margin-bottom:20px;
}
.social-bar i{
    color:#333;
    margin-right:10px;
    cursor:pointer;
}
.social-bar .facebook-button{
    background: #3b5999;
}
.social-bar .google-button{
    background: #dd4b39;
}
.social-bar .twitter-button, .social-bar-section .twitter-button {
    color: #FFF;
    background: #000;
}

.article-list-image,
.standard-box .chart-container {
    width:80px !important;
    width: 4.285714287em !important;
    height:auto;
    float:left;
    margin-bottom:0;
    margin-top:6px;
    margin-right:10px;
}

.article-list-image {
    border-radius: 2px;
}

#list.toplists .article-list-image {
    height: 90px;
    height: 5.6em;
    width: 5.6em !important;
    margin-top: 0px;
    margin-right: 10px;
}

.side-articles .article-list-image {
     width:50px;
     height: 50px;
     float: left;
     margin-right: 12px;
     position: relative;
     overflow: hidden;
}

.restaurant-list-image-container {
    width:100%;
    height:auto;
    float:left;
    margin-bottom:11px;
    border-radius: 2px;
    overflow: hidden;
}

.image-column{
    float:left;
    vertical-align:top;
    width:25%;
    padding:0 11px 0 0;
    position: relative;
    z-index: 1;
}

.content-column{
    float:right;
    vertical-align:top;
    width:75%;
    position: relative;
    z-index: 2;
}

.full-width {
    width: 100%;
}

.full-width .related-restaurant-list-ingress {
    margin-top: 0;
}

.article-list-ingress {
    margin-bottom:0;
    margin-top:6px;
    font-size: 14px !important;
}

#list.restaurants .article-list-ingress {
    line-height: 1.3em;
}

.article-list-ingress strong{
    font-weight:600;
}
.visitor-type-image[style*="float: left;"]{
    margin-left:0;
    margin-right:10px;
}
.visitor-type-image[style*="float: right;"]{
    margin-right:0;
    margin-left:10px;
}
.restaurant-map-container{
    position:relative;
    padding-top:60%;
}
.map{
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
}

.user-content {
    padding: 15px;
    border-radius: 2px;
    background: #f7f7f7;
    border: 1px solid #ccc;
    margin-top: 55px;
    overflow: hidden;
    position: relative;
}

.user-content .top-content {
    padding-top: 60px;
    padding-bottom: 15px;
    position: relative;
    margin: -15px;
    margin-bottom: 15px;
    background-image: url('/content/resources/img/bg.png');
    border-bottom: 1px solid #ccc;
}

.user-container .action-buttons {
    text-align: center;
    margin-bottom: -5px;
    display: block;
    clear: both;
    height: auto;
    overflow: auto;
}

.user-container hr {
    margin: 15px -15px;
}

.user-container h1 {
    text-align: center;
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em;
    /*letter-spacing:-1px;*/
    margin-bottom: 0;
}

.profile-avatar-container{
    position: absolute;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    margin-left: -50px;
    /* margin-right: auto; */
    left: 50%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    z-index: 2;
}

.profile-avatar-container .inset-shadow {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.3);
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.3);
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
}

.kg-button{
    background:#955474;
    border:none;
    color:#fff;
}

.special-toplist img,
.special-article img
.itemSection img {
    width: 100%;
    border-radius: 2px;
}

.special-article .article-content-image,
.special-toplist .article-content-image {
   /* margin-bottom: 10px; */
}

.special-toplist-list,
.special-article-description
{
    font-size: 14px;
    line-height: 1.4em;
    position: absolute;
}

.special-article-description .article-link a {
    color: #eb3a44;
}

.special-article.open .special-article-description,
.special-toplist.open .special-toplist-list {
    position: relative;
}

.special-article-description-wrapper,
.special-toplist-list-wrapper {
    position: relative;
}

.image-box.image-only {
    text-align: center;
}

.image-only img.img-responsive {
    display:inline-block;
}

.article-read-more-section,
.toplist-read-more-section {
    position: absolute;
    bottom: 0;
    padding-top: 40px;
    /* padding-bottom: 10px; */
    /* display: none; */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.71) 20%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(8%,rgba(255,255,255,0.71)), color-stop(30%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.71) 8%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.71) 8%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.71) 8%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.71) 20%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.71+8,1+30 */
}

@media (max-width: 568px){
    .article-read-more-section,
    .toplist-read-more-section {
        padding-top: 35px;
    }
}

.toplist-read-more-section button {
    margin-left: 10px;
}

.itemsection-read-more-section {
    padding: 10px 0px 0px 0px;
}

.special-toplist.open .toplist-read-more-section {
    position: relative;
    padding-top: 10px;
}

.special-article.open .article-read-more-section {
    position: relative;
    padding-top: 10px;
}

.article-read-more-section .read-more-button,
.toplist-read-more-section .read-more-button {
    display: block;
    left: 0;
    top: 0;
    margin-left: 0;
    line-height: 1;
    background: #fff;
}

.special-toplist-description a,
.special-article-description a
{
    color: inherit;
}

.special-toplist ul {
    list-style: none;
    padding-left: 0;
}

.special-toplist ol {
    padding-left: 15px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    list-style-position: inside;
    width: auto;
}

.special-toplist li {
    font-size: 14px;
    width: auto;
    margin: 0;
    padding: 0;
}

.special-toplist .item {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    font-family: "Merriweather", serif;
    /*letter-spacing:-1px;*/
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 1px;
}
    .special-toplist .item a {
        color: #000;
        display: block;
        width: 100%;
        outline: none;
    }
        .special-toplist .item a:hover {
            color: #eb3a44;
        }

    .special-toplist .item .item-number {
        font-size: 15px;
        margin-right: 15px;
        position: absolute;
        font-weight: 300;
        font-family: 'Open Sans', sans-serif;
        width: 25px;
        
    }
    .special-toplist .item .item-name {
       padding-left: 0px;
    }
    .special-toplist .item .item-number+.item-name {
       padding-left: 25px;
    }

.special-toplist-list {
    float: left;
    padding: 0 20px 0 10px;
    width: auto;
    overflow: hidden;
    position: relative;
    max-height: 240px;
}
    
.swiper {
    overflow: hidden;
    height: auto;
    position: relative; 
    font-size: 0;
    margin-bottom: -18px;
    margin-left: -20px;
}

.swiper-disabled .swiper {
    height: auto !important;
    margin-bottom: 0;
}

.swiper-container {
    overflow-y: hidden;
    overflow-x: scroll;
    max-width: 100%;
    min-width: 100%;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -webkit-perspective: 1000;
    height:auto;
    top: 0;
    padding-bottom: 20px;
}

.swiper-disabled .swiper-container {
    height: auto;
    overflow: hidden;
    padding-bottom: 0;
}

.swiper-disabled .swiper-slide {
    margin-bottom: 18px;
}

.swiper .result-info {
    height: auto;
}

.restaurant-swiper {
    height: auto;
}

.swiper-section {
    overflow: hidden;
}

.swiper-section .button, .swiper-section .search-results-sort {
    margin-left: 3px;
}

.swiper-button-container {
    position: absolute;
    float: right;
    margin-right: 1px;
    padding: 12px;
    padding-left: 50px;
    width: auto;
    padding-right: 0;
    top: -5px;
    right: 0;
    z-index: 3;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.83) 10%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(10%,rgba(255,255,255,0.83)), color-stop(24%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.83) 10%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.83) 10%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.83) 10%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.83) 10%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

#user .swiper-button-container {
    background: -moz-linear-gradient(left,  rgba(231,231,231,0) 0%, rgba(231,231,231,0.83) 10%, rgba(231,231,231,1) 24%, rgba(231,231,231,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(231,231,231,0)), color-stop(10%,rgba(231,231,231,0.83)), color-stop(24%,rgba(231,231,231,1)), color-stop(100%,rgba(231,231,231,1)));
    background: -webkit-linear-gradient(left,  rgba(231,231,231,0) 0%,rgba(231,231,231,0.83) 10%,rgba(231,231,231,1) 24%,rgba(231,231,231,1) 100%);
    background: -o-linear-gradient(left,  rgba(231,231,231,0) 0%,rgba(231,231,231,0.83) 10%,rgba(231,231,231,1) 24%,rgba(231,231,231,1) 100%);
    background: -ms-linear-gradient(left,  rgba(231,231,231,0) 0%,rgba(231,231,231,0.83) 10%,rgba(231,231,231,1) 24%,rgba(231,231,231,1) 100%);
    background: linear-gradient(to right,  rgba(231,231,231,0) 0%,rgba(231,231,231,0.83) 10%,rgba(231,231,231,1) 24%,rgba(231,231,231,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.swiper-button-container ul.dropdown-menu, .result-header ul.dropdown-menu {
    left: auto;
    right: 0;
    width: auto;
    min-width: 0;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.1);
    border: none;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    position: absolute;
    z-index: 10000;
}

.swiper-button-container ul.dropdown-menu li, .result-header ul.dropdown-menu li {
    font-size: 14px;
    font-weight: 600;
    padding: 6px 12px;
    cursor: pointer;
    position: relative;
    padding-right: 35px;
    white-space: nowrap;
}

.swiper-button-container ul.dropdown-menu .active, 
.swiper-button-container ul.dropdown-menu .active:hover, 
.result-header ul.dropdown-menu .active,
.result-header ul.dropdown-menu .active:hover {
    background: #eb3a44;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.swiper-button-container ul.dropdown-menu li:hover,
.swiper-button-container ul.dropdown-menu .active, 
.result-header ul.dropdown-menu li:hover, 
.result-header ul.dropdown-menu .active {
    border-left: 3px solid #eb3a44;
    padding-left: 9px; /* 12 - 3 = 9 */
}

.swiper-button-container ul.dropdown-menu li i,
.swiper-button-container ul.dropdown-menu li .loadingImage, 
.result-header ul.dropdown-menu li i, 
.result-header ul.dropdown-menu li .loadingImage {
    visibility: hidden;
    color: #fff;
    margin-left: 0;
    font-size: 12px;
    position: absolute;
    top: 10px;
    right: 8px;
    margin-right: 0;
}

.swiper-button-container ul.dropdown-menu li .loadingImage, .result-header ul.dropdown-menu li .loadingImage {
    top: 8px;
}

.loading-content .swiper-button-container ul.dropdown-menu .active .loadingImage {
    visibility: visible;
    margin: 0;
    width: auto;
    height: auto;
    margin-top: 0;
    line-height: 1;
}

.loading-content .swiper-button-container ul.dropdown-menu li i {
    /* visibility: hidden; */
}

.loading-content .active i {
    visibility: hidden;
}

.swiper-button-container ul.dropdown-menu .active i {
    visibility: visible;
}

.swiper-button-container ul.dropdown-menu li:hover {
    background: #f0f0f0;
}

.swiper-button-container .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.swiper-button-container ul.dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: 34px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    content: '';
}

.swiper-button-container ul.dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: 35px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

#restaurantSearchResults .swiper-section {
    margin-top: 55px;
}


.action-toggleviewmode i {
    margin-right: 0;
    position: absolute;
    right: 7px;
    top: 5px;
}

.action-sort i {
    margin-right: 0;
    position: absolute;
    right: 7px;
    top: 6px;
}

.action-sort .sort-open {
    display: none;
}

.action-sort .sort-closed {
    display: block;
}

.open .action-sort .sort-open {
    display: block;
}

.open .action-sort .sort-closed {
    display: none;
}

.swiper-disabled .action-toggleviewmode .show-grid {
    display: none;
}
.swiper-disabled .action-toggleviewmode .show-swiper {
    display: block;
}
.swiper-enabled .action-toggleviewmode .show-grid {
    display: block;
}
.swiper-enabled .action-toggleviewmode .show-swiper {
    display: none;
}

/*
.restaurant-swiper height = bort
.swiper height = bort

.swiper-enabled .swiper-container {
    position:absolute;
}
*/

.swiper-enabled .test-clearfix {
    display: none;
}

/* .swiper-container .swiper-content {
    margin-left: -20px;
} */

/* .swiper-disabled .leftScroller,
.swiper-disabled .rightScroller {
    display: none !important;
} */

/* .swiper-disabled .swiper-content {
    width: auto !important;
} */

/* .swiper-enabled .swiper-container .swiper-content {
    position: absolute;
    max-width:99999px;
    min-width:10px;
} */

.swiper-container td {
    vertical-align: top;
}

.swiper-section,
.special-toplist,
.itemSection {
    margin-top: 0;
    margin-bottom: 20px;
    
}

.special-article,
.special-toplist {
    overflow: hidden;
}

.special-article {
    text-align: center;
}

.swiper-section {
    margin-bottom: 20px;
    margin-top: 0;
}

.swiper-disabled {
    margin-bottom: 40px;
}

.swiper-section h2,
.special-toplist h2,
.special-article h2,
.itemSection h2,
#restaurantSearchForm h2,
#newsletter-form-row h2,
.sp-article-content h2 {
    font-family:"Merriweather", serif;
    font-weight:600;
    margin-bottom:13px;
    padding-bottom: 3px;
    margin-top: 0;
    letter-spacing:-1px;
    font-size:28px;
    color: #511030;
    z-index: 1;
    line-height: 1.2;
    top: 5px;
}

.swiper-section h2,
.itemSection h2,
.sp-article-content h2 {
    white-space: nowrap;
    overflow: hidden;
    padding-top: 3px;
    line-height: 1em;
}

.itemSection h2 {
    margin-bottom: 23px;
}

.swiper-section h2 a,
.special-toplist h2 a,
.special-article h2 a,
.itemSection h2 a,
.sp-article-content a {
    color: inherit;
}


.swiper-section .button,
.fraga-oss .button,
.surveys .all-surveys {
    top:0;
    right:0;
}

.swiper-section .button,
.fraga-oss .button,
.surveys .button {
    padding: 5px 6px;
    line-height: 1;
}

#surveyVote {
    margin-top: 10px;
}

#surveyVote button {
    margin-bottom: 15px;
    margin-top: 10px;
}

.survey-results {
    margin-top: -13px;
    margin-bottom: 15px;
    right: 15px;
}

.survey-result {
    margin-top: 10px;
}

.surveys .all-surveys {
    border: 1px solid #ccc;
    color: #000;
    margin: 0;
    right: 15px;
}

.surveys form .button {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
}

.swiper-slide {
    display: inline-block;
}

/*resizeBoxes*/
div.swiper-slide {
    display: inline-block;    
    height: 100%;
    height: auto;
    width: 23%;
    vertical-align: top;
    padding-bottom: 2px;
    padding-right: 1px;
    z-index: 1;
}

.swiper-disabled div.swiper-slide {
    width: 25%;
}

    @media (max-width: 480px) {
        div.swiper-slide {
            width:45%;
        }
        
        .swiper-disabled div.swiper-slide {
            width: 50%;
        }
    }
    
    @media (min-width: 481px) and (max-width: 767px) {
        div.swiper-slide {
            width:30%;
        }
        
        .swiper-disabled div.swiper-slide {
            width: 33.333%;
        }
    }
    
    @media (min-width: 768px) and (max-width: 1023px){
        div.swiper-slide {
            width:25%;
        }
    }

.swiper-section .action-toggleviewmode {
    position: relative;
    padding-right: 24px;
    top: 0;
}

.swiper-disabled .action-toggleviewmode {
    display: none;
}

.swiper-section .action-toggleviewmode .loadingImage {
    width: 15px;
    height: 15px;
    margin-top: -2px;
    margin-right: 3px;
}

.swiper-section button i {
    font-size: 12px;
}

.swiper-section .action-toggleviewmode i {
    top: 6px;
}    

.swiper-section .action-sort {
    padding-right: 25px;
    /* padding-left: 12px; */
}

.swiper-slide-content {
    height:100%;
    height: auto;
    position:relative;
}
.swiper-wrap {
    width:9999px;
    clear:both;
    height:auto;
    overflow:auto;
}
.swiper-wrapper {
    position:relative;
    width:auto;
    height:100%;
    overflow: hidden;
}
.swipe-section .row {
    margin-left:0;
    margin-right:0;
}

.swipe-section-content {
    padding-right:0;
}
.big-map {
    background: #fff;
    display:none;
    position:fixed !important;
    z-index:99999;
    right:0;
    left:0;
    bottom:0;
    top:0;
    overflow: hidden;
}

.contact-container .fb-like-box {
    border: 1px solid #ccc;
    padding-bottom: 6px;
    border-radius: 2px;
}

.fb-like-box,
.fb-like-box span,
.fb-like-box span iframe[style]{
    width:100% !important;
    position:relative;
}

.fb-like-box span {
    height: 241px !important;
}

.fb-like-box iframe {
    position: relative !important;
}

.fb-like-box-container{
    overflow:hidden;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    background-size: 100% 100%;
    border:1px solid #CCC;
    outline: 1px solid #FFF;
    text-align: left;
}

    .fb-like-box-container .invisible {
        visibility: hidden;
        max-width: 100%;
    }
    
    .fb-like-box-container .smutt-container {
        position: absolute;
        left:0;
        right: 0;
        bottom:0;
    }
    
    .fb-like-box-container div.smutt-container table {
        width:100%;
    }
    
    @media (max-width: 420px) {
        .fb-like-box-container .fb-kg-logo {
            max-width: 60px;
            max-height: 60px;
            display:inline-block;
            vertical-align: middle;
            margin-right: 10px;
            border:2px solid #FFF;
            outline: 1px solid #CCC;
        }
        .fb-like-box-container .headline {
            font-size: 16px;
            font-weight: bold;
            color:#FFF;
            text-shadow: 0 1px 4px rgba(0, 0, 0, .8);
        }
        .fb-like-box-container div.smutt-container {
            padding:5px;
            background-color: rgba(109, 132, 180, 0.3);
        }
    }
    @media (min-width: 420px) {
        .fb-like-box-container .fb-kg-logo {
            max-width: 100px;
            max-height: 100px;
            display:inline-block;
            vertical-align: middle;
            margin-right: 20px;
            border:4px solid #FFF;
            outline: 1px solid #CCC;
        }
        .fb-like-box-container .headline {
            font-size: 24px;
            font-weight: bold;
            color:#FFF;
            text-shadow: 0 1px 4px rgba(0, 0, 0, .8);
        } 
        .fb-like-box-container .smutt-container {
            padding:10px;
            background-color: rgba(109, 132, 180, 0.5);
        }
    }

.fb-page ._1drm._1b90 {
    border: none !important;
}

.subtitle{
    margin-bottom:20px;
}
.restaurantSearchFormB-header{
    width:100%;
    color:#fff;
    font-size:22px;
    padding:10px;
    margin-bottom:20px;
    font-family:"Merriweather", serif;
    text-align:center;
}

.restaurantSearchFormB-header{
    background: url('/content/resources/img/hero-search-banner.png') top center no-repeat;
    height: 65px;
    position: relative;
    z-index: 2;
}

#results {
    padding-top: 20px;
}

#top-header .search-menu {
    width: 260px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#top-header .search-menu .search-input {
    border: none;
    border-radius: 20px;
    outline: none;
    width: 120px;
    width: 100%;
    height: 35px;
    float: right;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.4em;
}

.showing-results .search-input {
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,0.2);
    box-shadow: inset 0 1px 4px rgba(0,0,0,0.2)
}

#top-header .search-menu .search-input-container {
    width: 120px;
    -webkit-transition:width 200ms ease-in-out;
    -moz-transition:width 200ms ease-in-out;
    -o-transition:width 200ms ease-in-out;
    transition:width 200ms ease-in-out;
    float: right;
}

.search-input-container i {
    position: absolute;
    top: 20px;
}

.search-focus #top-header .search-input-container,
.showing-results .search-input-container
{
    width: 180px;
}

#top-header .search-menu::after {
    display: none;
}

#top-header .header-menu .showing-results {
    background: #fff !important;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

#top-header #kg-search.open .search-input-container,
#top-header #kg-search .showing-results .search-input-container {
    width: 260px;
    padding-left: 20px;
}

#top-header #kg-search .showing-results .search-input-container {
    box-shadow: 0 3px 4px -3px rgba(0,0,0,0.3);
}

.leftScroller,
.rightScroller {
    opacity: 0.7;
    background-color: #444;
    border: 0;
    -webkit-transition:opacity 200ms ease-in-out;
    -moz-transition:opacity 200ms ease-in-out;
    -o-transition:opacity 200ms ease-in-out;
    transition:opacity 200ms ease-in-out;
    cursor: pointer;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    top: 50%;
    margin-top: -22px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    z-index: 3;
}

.restaurant-swiper .leftScroller,
.restaurant-swiper .rightScroller {
    margin-top: -70px;
}

.area-swiper .leftScroller,
.area-swiper .rightScroller,
.hide-title .swiper .leftScroller,
.hide-title .swiper .rightScroller,
.leftScroller.no-title, 
.rightScroller.no-title {
    margin-top: -8px;
}

.toplist-swiper .leftScroller,
.toplist-swiper .rightScroller,
.category-swiper .leftScroller,
.category-swiper .rightScroller,
.article-swiper .leftScroller,
.article-swiper .rightScroller,
.podcast-swiper .leftScroller,
.podcast-swiper .rightScroller,
.leftScroller.toplist-swiper,
.rightScroller.toplist-swiper,
.leftScroller.category-swiper,
.rightScroller.category-swiper,
.leftScroller.article-swiper,
.rightScroller.article-swiper,
.leftScroller.podcast-swiper,
.rightScroller.podcast-swiper
{
    margin-top: -20px;
}

.leftScroller.toplist-swiper.no-header,
.rightScroller.toplist-swiper.no-header,
.rightScroller.category-swiper.no-header,
.rightScroller.category-swiper.no-header,
.leftScroller.article-swiper.no-header,
.rightScroller.article-swiper.no-header,
.leftScroller.podcast-swiper.no-header,
.rightScroller.podcast-swiper.no-header {
    margin-top: -45px;
}

.leftScroller.restaurant-swiper.no-header,
.rightScroller.restaurant-swiper.no-header {
    margin-top: -65px;
}

.leftScroller.search-results,
.rightScroller.search-results {
    display: none;
}

.leftScroller.showing-results,
.rightScroller.showing-results {
    display: block;
}

/* .leftScroller.showing-results,
.rightScroller.showing-results {
    margin-top: 100px;
} */

#restaurantSearchResultsContainer {
    position: relative;
}

#restaurantSearchResultsContainer.loading {
    height: 30px;
}

#restaurantSearchResultsContainer.loading .leftScroller,
#restaurantSearchResultsContainer.loading .rightScroller,
#restaurantSearchResultsContainer.loading #restaurantSearchResults {
    display: none !important;
}

.leftScroller:hover, .rightScroller:hover {
    opacity: 1;
}

.leftScroller {
    margin-top: -40px;
    left: -60px;
}

.rightScroller {
    right: -60px;
    margin-top: -40px;
}

.swiper-disabled .rightScroller {
    display: none;
}

.swiper-disabled .leftScroller {
    display: none;
}

#reviewForm input[type="file"] {
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 10px;
    
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
}

#reviewForm .images-section .fa-times {
    position: absolute;
    z-index: 2;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 2px;
    right: 20px;
    top: 5px;
    text-align: center;
    line-height: 25px;
    color: #eb3a44;
    cursor: pointer;
}

#reviewForm .restaurant-rate {
    margin-top: 15px;
}

.wait-time {
    margin-left: 3px;
}

/* .standard-box .top-info-bar .book-link {
    background: #519548;
    border-radius: 1px;
}
.standard-box .top-info-bar .book-link:hover {
    background: #346F2E;
} */

.wait-time .short,
.wait-time-top-left .short {
    color: #519548;
}

/* .standard-box .top-info-bar.medium .book-link {
    background: #ECBE13;
}
.standard-box .top-info-bar.medium .book-link:hover {
    background: #E5A70C;
} */

.wait-time .medium,
.wait-time-top-left .medium {
    color: #ECBE13;
}

/* .standard-box .top-info-bar.long .book-link {
    background: #DC2F39;
}
.standard-box .top-info-bar.long .book-link:hover {
    background: #CF1E24;
} */

.wait-time .long,
.wait-time-top-left .long {
    color: #dc2f39;
}

.askus-panel-info h3 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.bootbox .modal-dialog {
    margin-top: 140px;
    width: 440px; 
}

.bootbox-body-content i {
    margin-right: 10px;
    font-size: 25px;
    position: absolute;
    left: 0;
}

.bootbox-close-button {
    margin-right: -10px;
}

.icon-message {
    padding-left: 40px;
    position: relative;
}

.bootbox .modal-dialog button {
    outline: none;
}

.btn-success {
    border-color: #398439;
}

.btn-danger {
    border-color: #ac2925;
}

.bootbox .modal-content {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    border: none;
    border-radius: 3px;
    overflow: hidden;
}

.modal {
    overflow-y: auto;
}
    .modal .modal-header .close {
        margin-top: -5px;
        margin-right: -5px;
    }
    .modal .modal-body {
        font-size: 14px;
    }
    .modal .modal-footer {
        margin-top: 0;
    }
        .modal .modal-footer button {
            font-weight: 600;
        }
    .modal .notification-progress {
        width: 0;
        height: 3px;
        background: #eb3a44;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .modal .modal-title {
        font-family: "Merriweather", serif;
        font-size: 16px;
        /*letter-spacing:-1px;*/
        font-weight: 600;
    }

.bootbox-close-button:hover {
    border: 0;
}

.beta-testing-notice {
    font-family: "Merriweather", serif;
    /*letter-spacing:-1px;*/
    font-weight: 600;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    padding: 15px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    background: #fff;
    border-top: 1px solid #ccc;
    
    background: rgba(255,255,255,0.8);
    
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
    .beta-testing-notice i {
        margin-right: 10px;
        color: #eb3a44;
    }

    .beta-testing-notice .close-beta-notice {
        cursor: pointer;
        margin-right: 0;
        position: absolute;
        right: 30px;
    }

#article-page .other-articles .standard-box,
#review-page .other-articles .standard-box,
#question-page .other-articles .standard-box,
#toplist-page .other-articles .standard-box {
    margin-bottom: 20px;
}

.editLink{
    font-size:10px;
    margin-left:10px;
}

.standard-box .editLink {
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px;
    line-height: 1;
}

div.reportButton{
    display:block;
    padding-left:24px;
    background:url('/content/resources/img/alert-icon.png') left center no-repeat;
    color:#955474;
    cursor:pointer;
}

.standard-box .book-link:hover {
    background: #9c9c9c;
    color: #fff;
}

.section-information {
    margin-bottom: 10px;
}

.tooltip {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    font-weight: 600;
    font-size: 14px;
    padding: 10px;
    margin-top: 0;
    z-index: 9998;
}
    .tooltip.in {
        opacity: 1;
    }
    .tooltip .tooltip-inner {
        background: #eb3a44;
        border-radius: 2px;
    }
    
    .tooltip .wait-time-tooltip {
        font-weight: 400;
    }
    
    .tooltip .tooltip-inner strong {
        font-weight: 600;
    }
    .tooltip.top .tooltip-arrow {
        border-top-color: #eb3a44;
    }
    .tooltip.left .tooltip-arrow {
        border-left-color: #eb3a44;
    }
    .tooltip.bottom .tooltip-arrow {
        border-bottom-color: #eb3a44;
    }
    .tooltip.right .tooltip-arrow {
        border-right-color: #eb3a44;
    }

.restaurant-popover {
    position: absolute;
    width: 300px;
    z-index:101;
}

    .restaurant-popover .address {
        margin-bottom: 0;
        margin-top: 12px;
    }
    
    .restaurant-popover .popover-address {
        margin-left: 0;
        padding: 6px;
        display: inline-block;
        font-size: 14px;
        line-height: 1em;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 2px;
        cursor: pointer;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none;   /* Chrome/Safari/Opera */
        -khtml-user-select: none;    /* Konqueror */
        -moz-user-select: none;      /* Firefox */
        -ms-user-select: none;       /* IE/Edge */
    }
    
    .restaurant-popover .popover-address:hover {
        border: 1px solid #777;
    }
    
    .restaurant-popover .popover-address i {
        margin-right: 6px;
    }

    .restaurant-popover-content {
        padding: 35px 15px 54px 15px;
        position: relative;
        overflow: hidden;
        background: #fff url('/content/resources/img/header-bottom-bg.png') top left repeat-x;
        /* background: rgba(255,255,255,.9) url('/content/resources/img/header-bottom-bg.png') top left repeat-x; */
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
        box-shadow: 0 1px 4px rgba(0,0,0,0.3);
        
        border-radius: 2px;
    }
    
    .popover-header-image {
        padding-top: 42.85%;
        background: #ccc;
        margin: -40px -15px 15px -15px;
        position: relative;
        overflow: hidden;
    }
    
    .popover-header-image img {
        position: absolute;
        top: 0;
    }

    .restaurant-popover .restaurant-rate {
        margin-bottom: 10px;
        overflow: hidden;
        float: left;
    }
    .restaurant-popover .score {
        margin: 6px 0;
        float: none;
    }
    .restaurant-popover .publishInfo {
        margin-bottom: 0;
    }
    .restaurant-popover h3 {
        font-family: "Merriweather", serif;
        font-size: 18px !important;
        font-weight: 600;
        color: #000000 !important;
        margin-bottom: 12px;
        /*letter-spacing:-1px;*/
    }
    .restaurant-popover .short-description {
        font-size: 13px;
        margin-bottom: 0;
    }

    .restaurant-popover .restaurant-popover-map {
        width:100%;
        height: 100px;
        margin-bottom: 0;
        margin-top: 12px;
    }
    
    .restaurant-popover .book-button,
    .restaurant-popover .info-button {
        position: absolute;
        display: block;
        width: 50%;
        height: 40px;
        line-height: 40px;
        background-color: #955474;
        color:#FFFFFF;
        text-align: center;
        bottom:-1px;
        font-weight: 400;
        font-size: 14px;
        
        -webkit-transition:background-color 200ms ease-in;
        -moz-transition:background-color 200ms ease-in;
        -o-transition:background-color 200ms ease-in;
        transition:background-color 200ms ease-in;
    }
    .restaurant-popover .info-button {
        right:0;
    }
    .restaurant-popover .lone-button {
        left: 0;
        right: 0;
        width: 100%;
    }
    .restaurant-popover .book-button {
        left:0;
    }
        .restaurant-popover .book-button:hover,
        .restaurant-popover .info-button:hover {
            background: #9c9c9c;
        }

#homeB .toplist h2 {
    font-family: "Merriweather", serif;
    font-weight: 600;
    margin-bottom: 15px;
    /*letter-spacing:-1px;*/
    font-size: 28px;
    color: #511030;
    margin-top: 0;
}

#restaurantSearchForm .clear-section {
    font-weight:600;
    padding: 7px 9px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}

#restaurantSearchForm .clear-section,
#restaurantSearchForm .show-on-map {
    width: auto;
    padding: 2px 6px;
    margin-top: 6px;
    /* margin-left: 7px; */
}

/* TODO:: Remove more filters part */
#restaurantSearchForm .clear-section, #restaurantSearchForm .more-filters {
    margin-top: 0;
    padding-left: 24px;
    position: relative;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    line-height: 1.428571429;
    clear: both;
}

.more-filters-section {
    /* margin-right: -15px; */
    position: relative;
    float: right;
    margin-left: 15px;
}

/*
#restaurantSearchForm .more-filters {
    width: auto;
    float: right;
    margin-bottom: 0;
    margin-right: 0;
}

#restaurantSearchForm .more-filters {
    width: auto;
    display: block;
    float: right;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 14px;
    padding: 2px 6px;
    line-height: 1.428571429;
}
*/
#restaurantSearchForm .dropdown-menu hr {
    margin: 10px -10px;
}

#filters {
    /* margin-bottom: 20px; */
    margin-right: 10px;
}

.clear-section {
    padding-right: 0;
}

#restaurantSearchForm .clear-section button {
    color:#fff;
    font-size: 14px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    border: none;
    background:#955474;
    padding: 7px;
}

.search-section-divider {
    margin-right: -15px;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-color: #eee;
}

.search-filter-content-container.row {
    margin-right: -15px !important;
}

.btn-group ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    z-index: 9999;
}

#filters-container {
    font-size: 14px;
    margin-bottom: -5px;
}

#filters-container strong {
    font-weight: 600;
}

#top-header .dropdown-menu #headerSearchResults .top-divider {
    margin: 0 -15px 0 -15px;
}

#reviewForm select,
#reviewForm textarea,
#reviewForm input {
    padding: 10px;
    height: auto;
    margin-bottom: 0;
}

#reviewForm button {
    margin-top: 5px;
    width: auto;
}

#reviewForm label.headerlabel,
#contactForm label.headerlabel,
.errorForm label.headerlabel{
    font-family: "Merriweather", serif;
    font-size: 16px;
    font-weight: 600;
    /* line-height: 16px; */
    margin-bottom: 0;
    /*letter-spacing:-1px;*/
    display: block;
}

#contactForm input, #contactForm textarea {
    padding: 5px;
    height: auto;
    margin-bottom: 0;
}

#contactForm textarea {
    height: 160px;
}

#contactForm .form-section {
    margin-bottom: 10px;
    width: 100%;
}

#contactForm .two-wide-desk {
    display: flex;
    flex-direction: row;
    width: 100%;
}

#contactForm .two-wide-desk .form-section:not(:first-child) {
    margin-left: 10px;
}
@media (max-width: 568px){
    #contactForm .two-wide-desk {
        flex-direction: column;
    }

    #contactForm .two-wide-desk .form-section:not(:first-child) {
        margin-left: 0px;
    }
}


#reviewForm .inputLabelPair label.headerlabel {
    margin-left: 14px;
}

#reviewForm #reviewImage {
    display: none;
    margin-top: 10px;
}
    #reviewForm #reviewImage img {
        width: 100%;
        height: auto;
    }

div.review-box {
    padding: 20px;
    background: #f7f7f7;
    border-radius: 2px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    overflow: hidden;
}

.review-section button {
    font-size: 13px;
    font-weight: 600;
    padding: 7px 15px;
    width: auto;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background: #955474;
    -webkit-transition:background-color 200ms ease-in;
    -moz-transition:background-color 200ms ease-in;
    -o-transition:background-color 200ms ease-in;
    transition:background-color 200ms ease-in;
}
    .review-section button:hover {
        background: #9c9c9c;
    }

.review-box hr {
    margin-left: -20px;
    margin-right: -20px;
}

.carousel-wrapper {
    position: relative;
    overflow: hidden;
    /* width: 100%; */
    height: 100%;
    /* background: #000; */
}

.hero-top-info {
    
    display: none;
        
    position: absolute;
    bottom:0;
    z-index: 9999;
    width: 100%;
    min-height:90px;
    padding: 20px 20px 0 20px;
    background: url('/content/resources/img/transparent-black-50.png');
    color: #fff;
}
    .hero-top-info h1 {
        font-family: "Merriweather", serif;
        font-weight: 600;
        font-size: 28px;
        color: #fff;
        margin-bottom: 10px;
        margin-right: 20px;
        letter-spacing: 0;
    }
    .hero-top-info p {
        font-family: "Merriweather", serif;
        font-weight: 600;
        font-size: 14px;
        color: #fff;
        margin-bottom: 10px;
        margin-right: 20px;
        letter-spacing: 0;
    }

#list.dishes .standard-box-content {
    margin-bottom: 15px;
}

#list.dishes .section-information p {
    font-size:14px;
}

#list.dishes .section-information h2 {
    position: absolute;
    margin-top: -27px;
    margin-left: 20px;
    float: left;
    width: auto;
    padding: 0 10px;
    background-color: #e7e7e7;
    margin-bottom: 5px;
}

#list.dishes .section-information hr {
    width:100%;
    margin: 15px 0;
}

#user-info h2 {
    font-family: "Merriweather", serif;
    margin-bottom: 15px;
    /*letter-spacing:-1px;*/
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

#user-info ul li {
    font-family: "Merriweather", serif;
    font-size: 20px;
    font-weight: 600;
    /*letter-spacing:-1px;*/
}

.action-buttons hr, .action-buttons .clearfix {
    display: none;
}

#debug {
    position: fixed;
    bottom: 70px;
    z-index: 999;
    padding: 20px;
    margin: 0 auto;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    background: #fff;
    -webkit-box-shadow:0 0 2px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 2px rgba(0,0,0,0.2);
    box-shadow:0 0 2px rgba(0,0,0,0.2);
}

.results-info .visible-xs {
    display: none !important;
}

.sort-small {
    /* height: 36px; */
    line-height: 1em;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    display: none;
    outline: 0;
    cursor: pointer;
    /* padding: 7px; */
    margin-top: 10px;
}

.errorForm {
    padding: 20px;
    background: #f7f7f7;
    border-radius: 2px;
    border: 1px solid #ccc;
    position: relative;
    padding-top: 35px;
}

#restaurant-page .errorForm {
    /* margin-top: 31px; */
}

.errorForm textarea {
    margin-top: 0;
    /* height: 100px; */
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    
    width: 100%;
    max-width: 100%;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    
    margin: 5px 0;
    color: #444;
    font-size: 14px;
}

.errorForm label.headerlabel {
    margin-top: 12px;
    display: block;
}

.errorForm hr {
    margin-right: -20px;
    margin-left: -20px;
}

.read-more-button {
    position: relative;
    padding: 6px;
    float: none;
    display: block;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    border-radius: 20px;
}

.main-text-separator {
    margin-bottom: 30px;
    margin-top: -14px;
}

#slider-step {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 15px;
    padding-right: 5px;
    background: #eb3a44;
    height: 12px;
    border-radius: 12px;
}

#slider-show-value {
    font-size: 30px;
    letter-spacing: -2px;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: -5px;
    margin-left: 15px;
    float: left;
}

#slider-step .noUi-origin {
    right: -5px;
    border-radius: 5px;
}

#slider-step .noUi-handle {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    top: -8px;
}

#slider-step .noUi-handle:after,
#slider-step .noUi-handle:before {
    display: none;
}

#noiseLevelTypeSlider .noUi-handle-lower,
#personalTypeSlider .noUi-handle-lower,
#trendSlider .noUi-handle-lower
{
    display: none;
}

#noiseLevelTypeSlider .noUi-connect,
#personalTypeSlider .noUi-connect,
#trendSlider .noUi-connect
{
    background: none;
    box-shadow: none;
}

.swiper-disabled .large-clearfix {
    display: block;
}

.swiper-disabled .small-clearfix,
.swiper-disabled .medium-clearfix
{
    display: none;
}

.swiper-enabled .large-clearfix,
.swiper-enabled .small-clearfix,
.swiper-enabled .medium-clearfix
{
    display: none;
}

#gallery-page .images {
    text-align: center;
}

    #gallery-page .images img {
        margin-bottom: 0;
        max-width: 100%;
    }
    
    #gallery-page .images .image {
        margin-bottom: 15px;
    }

#news-page .news-article {
    margin-bottom: 20px;
}

#news-page .news-article .article-list-ingress {
    margin-bottom: -7px;
    font-size: 14px;
}

#news-page .news-article .article-list-ingress.closed {
    height: 80px;
    overflow: hidden;
}

#news-page .news-article .article-list-ingress .article-read-more-section {
    display: none;
}

#news-page .news-article .article-list-ingress.closed .article-read-more-section {
    display: block;
}

#news-page .news-article .article-list-ingress p {
    margin-bottom: 7px;
    font-size: 14px;
}

.area-header {
    margin-top: 20px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    padding: 15px;
    cursor: pointer;
}

.area-header .fa {
    color: #ccc;
    position: relative;
    float: right;
}

.area-header:hover .fa {
    color: #333;
}

.more-items-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-disabled .more-items-box {
    position: relative;
}

.bottom-close-container {
    margin-top: 0;
    text-align: center;
}

.bottom-close-container .bottom-close-button {
    position: relative;
    padding: 6px 9px;
    padding-right: 28px;
    border-radius: 20px;
    z-index: 2;
    float: none;
    display: inline;
}

.bottom-close-container .bottom-close-button i {
    margin-right: 0;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -7px;
    font-size: 14px;
    width: 13px;
    /* text-align: center; */
}

.app-ad {
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #F1F1F1 0%, #CCCECB 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #F1F1F1 0%, #CCCECB 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #F1F1F1 0%, #CCCECB 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1F1F1), color-stop(1, #CCCECB));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #F1F1F1 0%, #CCCECB 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #F1F1F1 0%, #CCCECB 100%);
    font-family: Arial, sans-serif;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.app-ad-content {
    height: 82px;
    padding: 15px 0 15px 35px;
    position: relative;
    text-shadow: 0 1px 1px rgba(255,255,255,0.7);
    white-space: nowrap;
}

.app-ad h3 {
    font-weight: 600;
    color: #484848;
    margin-bottom: 0;
    margin-top: 2px;
    font-size: 14px;
    font-size: 1em;
}

.app-ad p {
    font-weight: 600;
    color: #6d6d6d;
    margin-bottom: 0;
    font-size: 12px;
    font-size: 0.82em;
    line-height: 1.3em;
}

.close-app-ad-area {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    padding: 5px;
    left: 0;
    cursor: pointer;
    text-shadow: none;
    margin-left: -5px;
}

.close-app-ad {
    width: 25px;
    height: 25px;
    line-height: 21px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    background: #000;
    border: 2px solid #fff;
    color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.4);
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

.app-ad .link {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    height: 25px;
    padding: 0 7px;
    line-height: 25px;
    border: 1px solid #aaa;
    border-radius: 3px;
    color: #676767;
    font-family: Arial,sans-serif;
    font-weight: 600;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.7);
    -moz-box-shadow: 0 1px 1px rgba(255,255,255,0.7);
    box-shadow: 0 1px 1px rgba(255,255,255,0.7);
}

.app-ad .link:hover {
    background: #cecece;
}

.app-ad .app-logo {
    height: 100%;
    position: relative;
    float: left;
    margin-right: 10px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.app-ad .app-logo img {
    height: 100%;
    width: auto;
}

.newsletter-notice-container {
    background: url('/content/resources/img/transparent-black-50.png');
    background: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 9998;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 10px;
}

.newsletter-notice {
    position: relative;
    overflow: hidden;
    width: 450px;
    padding: 20px 40px;
    padding-top: 35px;
    margin: 0 auto;
    text-align: center;
    background: #f0f0f0;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
    .newsletter-notice .top-box,
    .errorForm .top-box,
    .newsletter-nofice .fb-like-box {
        height: 35px;
        width: 100%;
        background: #eb3a44;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-box-shadow: inset 0 -9px 25px rgba(0,0,0,0.2);
        -moz-box-shadow: inset 0 -9px 25px rgba(0,0,0,0.2);
        box-shadow: inset 0 -9px 25px rgba(0,0,0,0.2);
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
        text-align: left;
    }
    .newsletter-notice .top-box i,
    .errorForm .top-box i {
        color: #fff;
        font-size: 21px;
        height: 35px;
        line-height: 35px;
        /* float: left; */
        /* left: 10px; */
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
    }
    .newsletter-notice .kg-logo {
        display: none;
        position: relative;
        z-index: 3;
        margin-bottom: 20px;
        border-radius: 2px;
        margin-top: 0;
        width: 75px;
        -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 0 25px rgba(0,0,0,0.3);
        box-shadow: 0 0 25px rgba(0,0,0,0.3);
    }

    .top-box .title {
        font-family: "Merriweather", serif;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        position: relative;
        top: -1px;
    }
    
    .newsletter-notice h2 {
        font-family: "Merriweather", serif;
        font-size: 20px;
        /*letter-spacing:-1px;*/
        font-weight: 600;
        margin-bottom: 15px;
    }

    .newsletter-notice p, newsletter-notice span {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 1.3em;
    }
    
    .newsletter-notice #newsletter-terms-box {
        margin-top: 20px;
        paddin-top: 20px;
        border-top: 1px solid #ccc;
        text-align: left;
    }
    
    .newsletter-notice #terms-label * {
        margin-right: 3px;
        font-size: 14px;
    }
    
    .newsletter-notice #terms-label input {
        margin-right: 8px;
        font-size: 14px;
    }
    
    .newsletter-notice .close-newsletter-notice {
        position: absolute;
        width: 45px;
        height: 45px;
        top: -5px;
        right: -5px;
        cursor: pointer;
        padding-right: 7px;
        z-index: 2;
    }
    
    
    
    .newsletter-notice .close-newsletter-notice i,
    .errorForm .close-errorForm
    {
        width: 25px;
        height: 25px;
        color: #000;
        text-align: center;
        line-height: 25px;
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 2;
        cursor: pointer;
        border-radius: 2px;
        background: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
        box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    }
    
    .newsletter-notice .close-newsletter-notice i {
        top: 10px;
        right: 10px;
    }
    
    .newsletter-notice .close-newsletter-notice:hover {
        color: #333;
    }

    .newsletter-notice button, .newsletter-notice button:hover {
        padding: 6px 10px;
        float: right;
        border: none;
        border-bottom: 3px solid #1b325b;
        background: #24437c;
        border-radius: 3px;
        color: #fff;
        /* margin-top: -1px; */
        height: 35px;
    }

    .newsletter-notice .fail {
        background: #eb3a44;
        border-color: #bb0035;
    }

    .newsletter-notice .success {
        background: #11644D;
        border-color: #093d2f;
    }

    .newsletter-notice button:active {
        border: none;
        position: relative;
        margin-top: 1px;
        margin-bottom: 3px !important;
        background-color: #24437c;
        height: 33px;
    }

    .newsletter-notice button i {
        color: #fff;
    }

    .newsletter-notice .newsletter-input {
        text-align: left;
        width: auto;
        max-width: 380px;
    }

    .newsletter-notice #terms-label.newsletter-input {
        padding: 10px 0px;
    }

    .newsletter-notice .newsletter-email {
        max-width: 270px;
        display: inline-block;
        margin-top: 0;
    }

    .newsletter-notice .response-message {
        background: #dfdfdf;
        border-top: 1px solid #ccc;
        margin: 15px -50px -20px -50px;
        padding: 15px 50px;

        font-size: 16px;
        display: none;
    }

    .newsletter-notice .response-message.has-message {
        display: block;
    }
    
    .newsletter-notice .response-message .message {
        font-size: 13px;
    }
    
    .newsletter-notice .response-type-icon i {
        color: #fff;
        padding: 5px;
        font-size: 14px;
        border-radius: 2px;
    }
    
    .newsletter-notice .fail-message .fail {
        display: block;
    }

    .newsletter-notice .fail-message .success {
        display: none;
    }

    .newsletter-notice .success-message .success {
        display: block;
        color: #11644D;
    }

    .newsletter-notice .success-message .fail {
        display: none;
    }

    .newsletter-notice .response-type-icon {
        width: 24px;
        margin: 0 auto;
        margin-bottom: 10px;
        display: none;
    }

.restaurant-list-info {
    position: relative;
    padding-left: 20px;
    overflow-x: hidden;
}
.restaurant-list-info::after {
    position: absolute;
    content: "";
    top:0px;
    right:0px;
    bottom: 0px;
    width:10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
#restaurant-page .restaurant-list-info::after, .areas .restaurant-list-info::after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(231,231,231,0) 0%, rgba(231,231,231,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(231,231,231,0) 0%,rgba(231,231,231,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(231,231,231,0) 0%,rgba(231,231,231,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

    .restaurant-list-info i {
        position: absolute;
        top: 4px;
        left: 1px;
        color: #955474;
        margin-right: 9px;
        font-size: 12px;
    }

#error-page .errorImage {
    float: left;
    margin-top: -10px;
}

#error-page .errorText .button {
    margin-top: 10px;
}

#error-page .errorImage img {
    width: 100%;
}

.popover-restaurant-icon {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 2px;
    margin-right: 15px;
}

.restaurant-popover h3 a:hover {
    color: #511030;
}

.more-button-container hr {
    margin-left: 0;
    margin-right: 0;
}

.more-button-container {
    text-align: center;
}

.more-button-container .loadingImage {
    margin-right: 5px;
}

.big-map .close-map {
    top: 10px;
    right: 10px;
    position: absolute;
    line-height: 45px;
    background: #eb3a44;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    cursor: pointer;
    -webkit-transition: background 200ms ease-in;
    -moz-transition: background 200ms ease-in;
    -o-transition: background 200ms ease-in;
    transition: background 200ms ease-in;
}

.big-map .close-map:hover {
    background: #9c9c9c;
}

.big-map .map-zoom-in, .big-map .map-zoom-out {
    padding: 3px;
    position: absolute;
    right: 10px;
    color: white;
    background: #eb3a44;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    cursor: pointer;
    -webkit-transition: background 200ms ease-in;
    -moz-transition: background 200ms ease-in;
    -o-transition: background 200ms ease-in;
    transition: background 200ms ease-in;
}

.big-map .map-zoom-out {
    bottom: 18px;
}

.big-map .map-zoom-in {
    bottom: 44px;
}

.no-results {
    margin-bottom: 0;
}

.low-results, .no-results {
    font-style: italic;
}

#kg-navigation button .fa-times {
    display: none;
}

#kg-navigation .open button .fa-times {
    display: block;
}

#kg-navigation .open button .fa-bars {
    display: none;
}

.gm-style-iw {
    min-width: 250px;
    max-width: 300px;
    padding-top: 5px;
}

.infowindow-content h3 {
    color: #000;
    font-family: "Merriweather", serif;
    font-size: 16px;
    font-weight: 600;
    /*letter-spacing:-1px;*/
    margin-top: 0;
    margin-bottom: 8px;
}

.infowindow-content .restaurant-rate {
    margin-bottom: 8px;
}
.infowindow-content .short-description {
    margin-bottom: 0;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.infowindow-content .restaurant-rate-container {
    width: 20px;
    height: 20px;
}
.infowindow-content .infowindow-address {
    margin-top: 6px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
}

.special-toplist .read-more-button {
    margin-left: 0;
    border-radius: 2px;
    width: auto;
}

.itemSectionItem .itemText {
    font-size: 15px;
    line-height: 18px;
    /*font-weight: bold;*/
    margin-bottom: 5px;
    margin-top: 1em;
    color: #333;
    /*font-family: "Merriweather", serif;*/
}

.itemSectionItem .itemText.faded, .sp-article-content div.faded {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    position: relative;
}

.itemText::after, .sp-article-content div.faded::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.2em; /* Roughly one line height */
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;
  display: none; /* Hide by default, we'll enable it with JS if needed */
}

.itemText.hasFade::after, div.faded.hasFade::after {
  display: block;
}

.go-to-top {
    position: fixed;
    padding: 5px 10px;
    padding-left: 24px;
    font-size: 13px;
    height: 28px;
    font-weight: 600;
    background: #d72b37;
    color: #fff;
    right: 30px;
    top: auto;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
    z-index: 9997;
    /* display: none; */
    bottom: -30px;
    /* -webkit-transition: bottom,top 420ms ease-in-out;
    -moz-transition: bottom,top 420ms ease-in-out;
    -o-transition: bottom,top 420ms ease-in-out;
    transition: bottom,top 420ms ease-in-out; */
}

.go-to-top.top {
    top: 0;
    display: none;
}

.go-to-top.open {
    bottom: 0;
}

.go-to-top span {
    display: none;
}

.go-to-top:hover {
    padding-left: 30px;
}

.go-to-top:hover span {
    display: block;
}

.go-to-top i {
    position: absolute;
    left: 10px;
    top: 7px;
}

#list.restaurants .other-articles,
#list.toplists .other-articles{
    margin-right: -10px;
    margin-left: -10px;
}

#list.restaurants .standard-box,
#list.restaurants .archive-top,

#list.toplists .standard-box,
#list.toplists .archive-top {
    padding-left: 10px;
    padding-right: 10px;
}

#list.restaurants .archive hr,
#list.toplists .archive hr {
    margin: 20px 10px;
}

#list .archive-top hr,
#app-page .app-info-wrapper hr {
    height: 2px;
    margin: 20px;
    height: 2px;
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 116, color-stop(0%, #cccccc), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
    background-image: radial-gradient(farthest-side at center top, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
}


#list .archive-top hr {
    margin:20px 0 !important;
}


.startPageItem .fb-like-box-container {
    margin-top: 40px;
}

div.restaurant-article-list-container {
    display:grid;
    text-align: center;
}

div.restaurant-article-list-container div.sp-article-container:not(:first-child) {
    margin-top: 20px;
}

div.restaurant-article-list-container div.sp-article-container:nth-child(n+5) {
    overflow: hidden;
    max-height: 0px;
    margin: 0px;
    opacity: 0;
    transition: max-height 2s ease, margin 2s ease, opacity 2s ease;
}

div.restaurant-article-list-container:not(.expanded) div.sp-article-container:nth-child(n+4)+button {
    display: inline-block;
    max-width: 100px;
    justify-self: center;
}

div.restaurant-article-list-container button {
    display: none;
}

div.restaurant-article-list-container div.sp-article-container:nth-child(4) {
    position: relative;
    overflow: hidden;
    max-height: 220px;
    transition: max-height 2s ease;
}

div.restaurant-article-list-container:not(.expanded) div.sp-article-container:nth-child(4):after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 60px;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

div.restaurant-article-list-container.expanded div.sp-article-container:nth-child(n+4), div.restaurant-article-list-container.expanded div.sp-article-container:nth-child(3) {
    opacity: 1;
    margin-top: 20px;
    max-height: 1000px;
}

div.sp-article-container.small-image {
    max-width: 50%;
}

div.sp-article-container.small-image:not(.align-left) {
    justify-self: center;
}

@media(max-width: 768px) {
    div.sp-article-container.small-image {
        max-width: 100%;
    }
}

.top-links {
    text-align: right;
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #000;
}

.top-links a {
    color: inherit;
    display: inline-block;
}

.top-links .social {
    margin-left: 20px;
}

.top-links span.categories-toggle {
    font-weight: 600;
    cursor: pointer;
}

.top-links .social i {
  font-size: 20px;
  margin-left: 3px;
  position: relative;
  top: 2px;
}

.top-links .social .facebook-link {
    color: #3b5998 !important;
}

.top-links .social .instagram-link {
    color: #517fa4 !important;
}

.top-links .separator {
    margin-left: 3px;
    margin-right: 3px;
    font-weight: 300;
}

.homepage-facebook-link, .homepage-toplistrestaurants-link {
    font-weight: 600;
}

.homepage-facebook-link .mobile {
    display: none;
}

.homepage-social-link img {
    width: 17px;
    height: 17px;
    border-radius: 2px;
    position: relative;
    top: -2px;
}

.swiper-section .show-on-map {
    padding-left: 21px;
    position: relative;
}

.swiper-section .show-on-map i {
    position: absolute;
    left: 7px;
    top: 6px;
}

.show-on-map .fa-map-marker {
    margin-right: 0;
}

.close-to-me-map {
    padding-top: 42.85%;
    background-color: #ccc;
    border-radius: 2px;
    -webkit-transition: padding-top 420ms ease-in-out;
    -moz-transition: padding-top 420ms ease-in-out;
    -o-transition: padding-top 420ms ease-in-out;
    transition: padding-top 420ms ease-in-out;
}

.close-to-me-map img {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

.close-to-me-map .editLink {
    position: absolute;
    right: 5px;
    top: 5px;
    line-height: 1;
    z-index: 2;
}

.close-to-me-map .map-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

.no-result {
    /* padding: 10px 0 10px !important; */
    /* margin: 0 !important; */
    background: 0 !important;
    border: 0 !important;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
}

.no-result i {
    margin-right: 5px;
    color: #eb3a44 !important;
}

.no-result p {
    margin-bottom: 0;
}

.swiper-enabled .swiper-button-container .sort-menu,
.swiper-enabled .swiper-button-container .search-results-sort,
.swiper-enabled .swiper-button-container .filter-button {
    display: none;
}

.swiper-button-container .sort-menu {
    vertical-align: top;
    margin-left: 3px;
}

#list .archive-top .sort-menu {
    float: left;
    margin-top: 15px;
}

#list .archive-top .sort-menu button {
    height: 35px;
    line-height: 34px;
    padding: 0 10px;
    padding-right: 32px;
}

#list .archive-top .sort-menu button i {
    position: absolute;
    right: 9px;
    top: 9px;
    margin-right: 0;
}

#list .archive-top .sort-menu .dropdown-menu::after {
    position: absolute;
    top: -6px;
    left: 20px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    content: '';
}

#list .archive-top .sort-menu .dropdown-menu::before {
    position: absolute;
    top: -7px;
    left: 20px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ccc;
    border-left: 6px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    content: '';
}

#list .archive-top .sort-menu .dropdown-menu {
    left: 0;
    right: auto;
    width: auto;
    min-width: 0;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.1);
    border: none;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

#list .archive-top .sort-menu .dropdown-menu li {
    font-size: 14px;
    font-weight: 600;
    padding: 6px 12px;
    cursor: pointer;
    position: relative;
    padding-right: 35px;
}

#list .archive-top .sort-menu .dropdown-menu li:hover {
    background: #f0f0f0;
    border-left: 3px solid #eb3a44;
    padding-left: 9px;
}

#list .archive-top .sort-menu .dropdown-menu .active,
#list .archive-top .sort-menu .dropdown-menu .active:hover {
    background: #eb3a44;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

#list .archive-top .sort-menu .dropdown-menu li .loadingImage,
#list .archive-top .sort-menu .dropdown-menu li i{
    visibility: hidden;
    color: #fff;
    margin-left: 0;
    font-size: 12px;
    position: absolute;
    top: 10px;
    right: 8px;
    margin-right: 0;
}

#list .archive-top .sort-menu .dropdown-menu .active i {
    visibility: visible;
}

#list.podcasts .archive-top {
    position: relative;
}

#list.podcasts .archive-top h1,
#list.podcasts .archive-top p {
    /* padding-right: 160px; */
}

.archive-info {
    position: relative;
    padding-right: 160px;
    min-height: 80px;
}

.itunes-link {
    display: inline-block;
}

.spotify-link {
    display: inline-block;
}

.swiper-section .sort-menu .action-sort .chosen,
.swiper-section .search-results-sort .action-sort .chosen {
    margin-left: -3px;
}

.start-page-search-form {
    position: relative;
    z-index: 3;
}

.area-swiper .need-location img {
    cursor: pointer;
}

.social-bar .share-group .facebook-share i {
    color: #3b5999;
}
.social-bar .share-group .google-share i {
    color: #dd4b39;
}
.social-bar .share-group .twitter-share i {
    color: #55acee;
}

/* .swiper-enabled .swiper-button-container .show-on-map, */
.swiper-enabled .swiper-button-container .action-sort
{
    display: none;
}

#restaurantSearchResults.swiper-enabled div.swiper-slide {
    margin-bottom: 0;
}

.browse-controls .prev, .browse-controls .next {
    opacity: 0.7;
    background-color: #444;
    border: 0;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    cursor: pointer;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    margin-top: -22px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    z-index: 3;
}

.browse-controls .prev {
    left: 10px;
}

.browse-controls .next {
    right: 10px;
}

.top-item > div,
.top-item > form
{
    margin-top: 0 !important;
}

#homeA .startpage-like {
    margin-bottom: 15px;
    height: 22px;
    float: right;
    z-index: 3;
    position: relative;
    overflow: hidden;
}

.footer-contact-section a,
.footer-contact-section div,
.footer-contact-section button,
.translate-menu .dropdown-toggle {
    text-align: center;
    color: #fff;
    display: inline-block;
    position: relative;
    top: 0;
    cursor: pointer;
    -webkit-transition: top 1s;
    transition: top 0.1s ease-in-out;
    background: none;
    border: 0px;
}

.footer-contact-section a:hover,
.footer-contact-section div:hover,
.footer-contact-section button:hover,
.translate-menu .dropdown-toggle:hover {
    top: -2px;
}

.footer-contact-section .icon, .translate-menu .icon {
    display: block;
    margin-bottom: 10px;
}

.footer-contact-section i, .translate-menu i {
    width: 50px;
    height: 50px;
    line-height: 52px;
    border-radius: 50%;
    font-size: 25px;
    display: block;
    margin-bottom: 10px;
    background-color: #d72b37;
    margin: 0 auto;
    overflow: hidden;
}

.footer-contact-section, .translate-menu {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    width: 170px;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}

.close-categories {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    border-radius: 50%;
}

.close-categories-area {
    padding: 5px;
    top: 6px;
    right: 6px;
    position: absolute;
    cursor: pointer;
}

.swiperCollections {
    margin: 30px -10px;
}

    .swiperCollections h2 {
        font-family: "Merriweather", serif;
        font-weight: 600;
        margin-bottom: 15px;
        margin-top: 0;
        /*letter-spacing:-1px;*/
        font-size: 15px;
        color: #511030;
        z-index: 1;
        position: relative;
        top: 5px;
        display: none
    }

.swiperCollection {
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
}

    .swiperCollection ul {
        list-style: none;
        padding: 0;
        font-size: 13px;
        line-height: 1.6em;
        margin: 0;
    }
    
        .swiperCollection ul li {
            white-space: nowrap;
            position: relative;
            overflow: hidden;
        }

    .swiperCollection .open-icon {
        display: none;
    }
    

.swiperCollection-list a {
    color: inherit;
}

.pictogram-collection {
    margin: 30px 0;
    margin-bottom: 25px;
}    
    
    .pictogram-collection .sprite-container {
        float: left;
        padding: 3px;
        background-color: #fff;
        margin-right: 5px;
        margin-bottom: 5px;
        width: 36px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
        border-radius: 2px;
    }

.simple-link a {
    color: #333;
}
.simple-link {
    text-align: right;
    font-size: 14px;
}

#advanced-search  {
    margin-top: 15px;
    /* margin-bottom: -20px; */
    margin-left: 0px;
    padding-left: 15px;
}
    #advanced-search .close-advanced-filters {
        display: block;
    }
    #advanced-search .open-advanced-filters {
        display: none;
    }
    
    #advanced-search.closed {
        margin-top: 10px;
    }
        #advanced-search.closed .open-advanced-filters {
            display: block;
        }
        #advanced-search.closed .close-advanced-filters {
            display: none;
        }
        #advanced-search.closed .advanced-search-filters {
            display: none;
        }
        #advanced-search.closed .advanced-filters-toggle {
            margin-top: 0px;
        }
        
    #advanced-search .advanced-filters-toggle, #restaurantSearchForm .search-filters-toggle {
        margin-top: 0;
        float: left;
        width: auto;
        padding: 7px;
        line-height: 1;
        margin-bottom: 0;
        border: none;
        padding-left: 0;
        box-shadow: none;
    }
    
    #advanced-search .advanced-filters-toggle:active {
        background: #fff;
    }
    
    #advanced-search .search-sub-section.advanced-filters-toggle-section {
        margin-bottom: 0;
        position: relative;
        z-index: 2;
        padding-left: 0;
        margin-top: 0px;
    }
    
    #advanced-search .advanced-filters-toggle i {
        display: inline;
    }
    
.advanced-search-filters {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding-left: 0;
    padding-top: 15px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
    
.search-sub-section .slider {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 9px;
    margin-bottom: 9px;
    padding-right: 11px;
    padding-left: 6px;
}

.noUi-horizontal {
    height: 15px;
    border-radius: 0;
}
    .noUi-horizontal .noUi-handle {
        width: 20px;
        height: 20px;
        top: -4px;
        cursor: pointer;
        -ms-touch-action: none;
        touch-action: none;
    }
    .noUi-horizontal .noUi-handle-lower {
        left: -7px;
    }
    .noUi-horizontal .noUi-handle-upper {
        left: -7px;
    }

.noUi-handle:after, .noUi-handle:before {
    display: none;
}

.noUi-connect {
    background: #511030;
    background: #eb3a44;
    -webkit-transition: none;
    transition: none;
}

.noUi-target {
    border: none;
}

.noUi-background {
    box-shadow: none;
    background: #f5f5f5;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
}

.noUi-origin {
    border-radius: 0;
}

.noUi-background .noUi-origin {
    border: none;
}

.all-selected .noUi-connect {
    background: #f5f5f5;
    box-shadow: none;
}

.value-container {
    font-size: 12px;
    float: right;
    line-height: 1;
    padding: 2px 3px;
    border: 1px solid #ccc;
    border-radius: 2px;
    top: -1px;
    position: relative;
}

#restaurantSearchForm h3.advanced-search-header {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

#advanced-search .search-sub-section {
    margin-bottom: 20px;
}

.valueSpan {
    font-weight: 600;
    position: relative;
}

.description {
    font-size: 11px;
    font-weight: 600;
    position: relative;
    line-height: 1;
}
    .description .right-end {
        float: right;
        padding-left: 8px;
        background: #fff;
        position: relative;
        z-index: 2;
    }
    .description .left-end {
        float: left;
        padding-right: 8px;
        background: #fff;
        position: relative;
        z-index: 2;
    }
    .description .line {
        position: absolute;
        z-index: 1;
        height: 1px;
        width: 100%;
        background: #eee;
        top: 50%;
    }

.survey-results .h-survey-bar {
    height: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 2px;
}

.survey-results h4 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    margin-top: 0;
    float: left;
}

.survey-results p {
    line-height: 1em;
}

.waitTimeBox {
    position: absolute;
    top: 0;
    z-index: 1;
    font-size: 12px;
    line-height: 1em;
    padding: 3px;
    background: rgba(0,0,0,0.5);
    color: #fff;    
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
}

.image-box {
    padding-right: 0;
}

#article-page img {
    border-radius: 2px;
}

.sp-article-content .center a {
    display: block;
}

#article-page video, .sp-article-content video {
    max-width: 100%;    
}

button.play-pause-button {
    position: absolute;
    background-image: url(/content/resources/img/play.svg);
    background-position: center center;
    background-size: contain;
    background-color: rgba(0,0,0,0);
    background-repeat: no-repeat;
    border: 0px;
    bottom: 20px;
    left: 10px;
    height: 30px;
    width: 30px;
}

video.playing+button.play-pause-button {
    background-image: url(/content/resources/img/pause.svg);
}

@media(min-width: 768px) {
    #article-page video.small-video, .sp-article-content video.small-video {
        max-width: 50%;    
    }
    #article-page img.small-image, .sp-article-content img.small-image {
        display: inline-block;
        max-width: 50%;    
    }
}

.captcha-image-container {
    width: 100%;
    background: #f7f7f7;
    /* border: 1px solid #ccc;
    border-radius: 2px; */
    /*text-align: center;*/
    margin-top: 10px;
}

.g-recaptcha {
    display: inline-block;
}

.captcha-image-container .captcha-image {
    width: 100%;
    max-width: 260px;
}

.uteservering, #restaurantSearchForm .open-newsletter-notice {
    position: absolute;
    top: 7px;
    right: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding: 5px;
    padding-left: 25px;
    padding-right: 0;
    /* border: 1px solid #ccc; */
    border-radius: 2px;
    z-index: 2;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.uteservering .status-icon {
    position: absolute;
    left: 6px;
}

#restaurantSearchForm .open-newsletter-notice .status-icon {
    position: absolute;
    left: 0px;
}

.uteservering.yes i {
    color: #519548;
}

.uteservering.yes i.uteservering-yes {
    display: block;
}

.uteservering.yes i.uteservering-no {
    display: none;
}

.uteservering.yes i.uteservering-disabled {
    display: none;
}

.uteservering.disabled {
    color: #999;
}

.uteservering.disabled i.uteservering-yes {
    display: none;
}

.uteservering.disabled i.uteservering-no {
    display: none;
}

.uteservering.disabled i.uteservering-disabled {
    display: block;
}

.uteservering.no i {
    color: #eb3a44;
}

.uteservering.no i.uteservering-yes {
    display: none;
}

.uteservering.no i.uteservering-no {
    display: block;
}

.uteservering.no i.uteservering-disabled {
    display: none;
}

.uteservering input {
    display: none;
}

.swiper-section desktop-text {
    display: inline;
}

.swiper-section .mobile-text {
    display: none;
}

.weekday-slider,
.weekend-slider {
    display: none;
}

.weekend-icon,
.weekday-icon {
    display: none;
}

.type-weekday .weekday-slider {
    display: block;
}

.type-weekday .weekday-icon {
    display: inline-block;
}

.type-weekend .weekend-slider {
    display: block;
}

.type-weekend .weekend-icon {
    display: inline-block;
}

#restaurantSearchForm .switcher button {
    padding: 0;
    font-size: 12px;
    position: absolute;
    width: auto;
    line-height: 1em;
    padding: 2px 3px;
    border: 1px solid #ccc;
    border-radius: 2px;
    top: -1px;
    right: 0;
    color: #000;
}

.switcher button i {
    font-size: 10px;
    margin: 0;
    width: 10px;
    text-align: center;
    color: #eb3a44;
}

.admin-links {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    width: auto;
    background: #ddd;
    padding-bottom: 0px;
}

.admin-links a {
    color: #fff;
    font-size: 14px;
    line-height: 1em;
    padding: 6px;
    font-weight: 600;
    background: #eb3a44;
    border-radius: 2px;
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#errorForm {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9998;
    border: none;
    background: rgba(0,0,0,0.5);
}

.errorForm-container {
    max-width: 450px;
    width:100%;
    padding: 20px;
    padding-top: 35px;
    margin: 0 auto;
    position: relative;
    background: #f7f7f7;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

@media (max-width: 1024px){
    .touch .result .favorite-icon {
        display: block;
    }
    
    .touch .result .favorite-icon .fa-heart-o {
        display: block;
    }
    
    .touch .result .favorite-icon .fa-heart {
        display: none;
    }
    
    .touch .result .is-favorite .fa-heart {
        display: block;
    }
    .touch .result .is-favorite .fa-heart-o {
        display: none;
    }
    
    .ref_info {
        margin-top: 0;
    }
    
}

/* Large desktop */
@media (min-width: 1200px){
    .container {
        width:1001px;
    }
}


@media (max-width: 1000px){
    
    #footer,
    .footer {
        padding: 15px 0;
    }
    
    .footer .footer-bottom {
        margin-top: 15px;
    }
    
}

@media (max-width: 991px){
    .area-header {
        margin-left: -15px;
        margin-right: -15px;
        border-left: none;
        border-right: none;
    }
}

@media (min-width: 1024px){
    .swiper-disabled .small-clearfix,
    .swiper-disabled .medium-clearfix {
        display: none;
    }
    
    .swiper-disabled .large-clearfix {
        display: block !important;
    }
}

@media (max-width: 1024px){
    .result {
        padding-left: 15px;
    }
    .swiper-disabled .result {
        margin-bottom: 13px !important;
    }
    
    .leftScroller {
        left: 0;
    }
    .rightScroller {
        right: 0;
    }
    
    .swiper {
        margin-left: -15px;
    }

    .swiper-disabled .small-clearfix {
        display: none;
    }
    
    #mainContainer {
        padding-top: 160px;
    }
    .no-app-ad #mainContainer {
        padding-top: 115px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .swiper-disabled .medium-clearfix {
        display: none;
    }
    .swiper-disabled .large-clearfix {
        display: block;
    }
}

@media (min-width: 768px) {
    #top-header .search-menu {
        top: 0;
        margin-top: 0;
        display: block; 
        background: transparent;
        border: none;
    }
    
    #top-header #kg-search .dropdown-toggle {
        display: none;
    }

    .app-ad-content {
        padding-left: 60px;
    }
    
    .app-ad .app-logo {
        margin-right: 25px;
    }
    
    .close-app-ad-area {
        margin-left: 8px;
    }

    
    .swiper-disabled .small-clearfix
    .swiper-disabled .medium-clearfix
    {
        display: none;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px){
    
    .touch .result .favorite-icon {
        display: block;
    }
    
    .touch .standard-box .favorite-icon {
        display: block;
    }
    
    .standard-box-content .fa-info {
        display: none !important;
    }
    
    
    .standard-box-content .wait-time-top-left {
        display: block;
    }
    
    .mode-list .wait-time-top-left {
        display: none;
    }
    
    .standard-box-content .wait-time {
        display: none;
    }
    
    #homeB .result-image {
        height:188px;
    }


    .container {
        width:100%;
    }
    
    .result .favorite-icon {
        display: block;
    }
    
    .result .favorite-icon .fa-heart-o {
        display: block;
    }
    
    .result .favorite-icon .fa-heart {
        display: none;
    }
    
    .result .is-favorite .fa-heart {
        display: block;
    }
    .result .is-favorite .fa-heart-o {
        display: none;
    }
    
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px){
    
    
    .archive-info {
        position: relative;
        padding-right: 0px;
    }
    
    .spotify-link {
        margin-left:10px;
    }
    
    .image-box {
        padding-right: 15px;
    }
    
    #footer, .footer {
        padding-bottom: 50px;
    }
    
    .article-read-more-section, .toplist-read-more-section {
        display: block;
    }
    
    .categories-scroller {
        overflow: auto;
        max-height: 270px;
        margin: -1px -10px 0 -10px;
        -webkit-overflow-scrolling: touch;
    }
    
    .categories-wrapper {
        padding: 15px 10px;
        padding-bottom: 0;
    }
    
    #top-header-container .categories {
        margin-right: -15px;
        margin-left: -15px;
    }
    
    #top-header-container .categories-container {
        /* max-height: 290px;
        overflow: auto; */
        -webkit-overflow-scrolling: touch;
        border-radius: 0;
    }
    
    #top-header-container .categories .category {
        width: 100%;
        white-space: normal;
    }
    
    .top-links {
        text-align: center;
        margin-bottom: 25px;
    }
    
    .top-links .social {
        display: none;
    }
    
    .full-image-overlay .image-container {
        height: 100%;
        width: 100%;
        margin: 0px;
    }
    
    .full-image-overlay .image-container img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 120%;
        margin-left:-10%
    }
    
    .full-image-overlay .close-overlay-area {
        top: 4px;
        right: 4px;
    }
    
    .result .pictograms .citypart-icon {
        padding: 0 3px;
        font-size: 9px;
        line-height: 14px;
            height: 14px;
        margin-top: 2px;
    }
    
    .top-links a {
        display: inline !important;
    }
    
    .special-article .article-content-image,
    .special-toplist .article-content-image {
       margin-bottom: 15px;
    }
    
    .third-row .priceclass .icon {
        display: none;
    }
    
    .swiper-section h2,
    special-toplist h2 {
        top: 3px;
    }
    
    #top-header {
        padding: 10px 0;
    }

    #top-header .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    #list #restaurant-list hr {
        margin: 15px 10px;
    }
    
    .archive hr {
        margin: 15px 0;
    }
    
    #list .archive-top hr,
    #app-page hr {
        margin: 15px -15px !important;
    }
    
    .go-to-top {
        display: none;
        height: 28px;
        line-height: 28px;
        width: 34px;
        left: 50%;
        margin-left: -17px;
        padding: 0 !important;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        text-align: center;
        right: 5px;
        
        z-index: 9998;

    }
    
    .go-to-top.top {
        /* display: block; */
        display: none;
        z-index: 2;
        top: 0;
    }
    
    .go-to-top.open {
        display: block !important;
        bottom: 0;
        top: auto;
    }
    
    .go-to-top i {
        position: relative;
        top: auto;
        left: auto;
    }
    
    .go-to-top span {
        display: none !important;
    }
    
    .itemSection {
        margin-bottom: -40px;
    }
    
    .itemSectionItem {
        margin-bottom: 20px;
    }
    
    #mainContainer {
        padding: 10px;
        padding-top: 90px;
    }
    
    #error-page .errorImage {
        float: none;
        margin: 0;
        margin-top: 20px;
        margin-bottom: -60px;
        width: 100%;
    }
    
    .special-toplist-list {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        max-height: 7.4em;
    }
    
    .open .special-toplist-list {
        max-height: none;
    }
    
    .special-toplist img {
        margin-bottom: 15px;
    }
    
    .closed-xs .bottom-fade {
        display: block;
    }
    
    .special-article .read-more-button,
    .special-toplist .read-more-button {
        font-size: 13px;
        padding: 3px 4px;
    }
    
    .swiper-disabled .medium-clearfix {
        display: block;
    }
    
    .swiper-disabled .small-clearfix,
    .swiper-disabled .large-clearfix
    {
        display: none;
    }
    
    .touch .standard-box .favorite-icon {
        display: block;
    }
    
    #top-header .dropdown-toggle, #top-header .back {
        width: 40px;
        height: 40px;
        line-height: 30px;
    }
    
    #top-header .back img {
        margin-top: -2px;
        margin-left: -4px;
        max-width: 27px;
    }
    
    .logo-container {
        border-width: 3px;
        top: 4px;
        font-size: 20px;
        line-height: 20px;
        height: 33px;
        /* padding-top: 4px; */
        width: 160px;
    }
    
    #top-header .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #top-header .header-menu,
    #top-header .header-search-container button {
        z-index:9999;
        height:40px;
        width:40px;
    }
    #top-header .dropdown-menu::after{
        position:absolute;
        top:-6px;
        left:14px;
        display:inline-block;
        border-right:6px solid transparent;
        border-bottom:6px solid white;
        border-left:6px solid transparent;
        content:'';
    }
    
    #top-header .pull-right .dropdown-menu::after{
        right:14px;
    }
    
    #top-header .header-search-container{
        z-index:9999;
        position:relative;
        top:5px;
    }
    #top-header button i{
        font-size:24px;
    }
    
    #top-header{
        padding:10px 0;
    }
    
    .no-app-ad #top-header {
        padding: 10px 0 !important;
    }
    
    .standalone .no-app-ad #top-header {
        padding-top: 25px !important;
    }
    
    #top-header .open .close-search {
        display: block;
    }
    
    
    
    #top-header .open .search-menu::after {
        display: block;
    }
    
    #top-header .search-menu::after {
        display: none;
    }
    
    #top-header .open .search-menu {
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
        box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    }
    
    #top-header .header-menu .showing-results {
        padding-bottom: 0;
    }
    
    #top-header .search-menu .search-input-container {
        width: 180px;
    }
    
    #article-page .article-left-column {
        margin-bottom: 20px;
    }
    
    #article-page.podcast .article-left-column {
        margin-top: 20px;
    }
    
    .modal-dialog {
        margin: 10px auto;
    }
    
    #article-page .social-bar button ,
    #toplist-page .social-bar button {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 18px;
    }
    
    .social-bar button span {
        display: none;
    }
    
    .social-bar button i {
        margin: 0;
        font-size: inherit;
    }
    
    .touch .leftScroller, .touch .rightScroller {
        display: none !important;
    }

    #restaurantSearchForm .result-text-info {
        float: none !important;
        clear: both;
        margin-top: 6px;
    }
    
    #restaurantSearchForm .results-info {
        text-align: left;
        margin-top: 10px;
    }
    
    
    .touch #list .favorite-icon {
        display: block;
    }
    
    .standard-box-content .fa-info {
        display: none !important;
    }
    .standard-box-content .wait-time-top-left{
        display: block;
    }
    
    .mode-list .wait-time-top-left {
        display: none;
    }
    .standard-box-content .wait-time {
        display: none !important;
    }
    
    .result .favorite-icon {
        display: block;
    }
    
    .result .favorite-icon .fa-heart-o {
        display: block;
    }
    
    .result .favorite-icon .fa-heart {
        display: none;
    }
    
    .result .is-favorite .fa-heart {
        display: block;
    }
    .result .is-favorite .fa-heart-o {
        display: none;
    }

    .pros {
        margin-bottom: 20px;
    }
    
    .restaurantSearchFormB-header{
        background: #d72e3d;
        height: auto;
    }
    
    #survey-stats {
        margin-top: 31px;
    }
    
    #top-header .logo span {
        font-size:20px;
    }

    #artikelsnurra .article-caption{
        position:absolute;
        left:0;
        right:0;
        height:auto;
        margin-top:0;
        bottom: 0;
        color: #fff;
        text-shadow: 0 1px 1px rgba(0,0,0,0.4);
        background: url('/content/resources/img/transparent-black-50.png');
        padding: 25px 15px;
    }
    #artikelsnurra .article-caption .article-caption-text{
        padding-left:0;
    }
    #artikelsnurra .article-caption .article-caption-text p{
        display:none;
    }
    #artikelsnurra .article-caption .article-caption-text h2{
        font-size:22px;
        margin-bottom: 0;
    }
   
    #list #restaurantSearchForm .text-search-bg-image,
    #homeB #restaurantSearchForm .text-search-bg-image {
        display:none;
    }
    
    #list #restaurantSearchForm .search-section, 
    #homeB #restaurantSearchForm .search-section {
        margin-bottom:0;
        padding-right:15px;
        z-index:2;
    }
    
    #top-header .search-menu .search-input {
        margin-top: 5px;
        margin-bottom: 5px;
        height: 39px;
    }
    
    #top-header .showing-results .search-input {
        margin-bottom: 10px;
    }
    
    .search-input-container i {
        top: 22px;
    }
    
    #homeA .askus-panel-info {
        margin-top: 20px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 10px;
    }
    
    .breadcrumbs{
        display: none;
    }
    
    .bootbox .modal-dialog {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 90px;
    }
    
    #kg-search.open button .fa-times {
        display: block;
    }
    
    #kg-search.open button .fa-search {
        display: none;
    }
    
    #kg-search.open .close-search {
        display: none !important;
    }
    
    .swiper-button-container {
        top: -10px;
    }
  
    
    .startPageItem {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .special-article.closed .special-article-description,
    .special-toplist.closed .special-toplist-description {
        max-height: 7.4em;
        position: relative;
        overflow: hidden;
    }
    
    .pictoram-collection {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    #wide-search {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .swiperCollections {
        margin: 20px 0;
    }

    .swiperCollection {
        padding-right: 0;
        padding-left: 0;
        width: 100% !important;
        /* border: 1px solid #ccc; */
        border: none;
        /* background: #f9f9f9; */
        background: none;
        border-radius: 2px;
        /* padding: 10px; */
        padding: 0;
        margin-bottom: 0;
        overflow: hidden;
    }
    
    .swiperCollection.hidden-mobile {
        display: none;
    }
    
    .swiperCollection .open-icon {
        display: block;
        z-index: 2;
        position: absolute;
        color: #510f30;
        top: 10px;
        right: 10px;
    }
    
    .swiperCollection .open-icon .open {
        display: none;
    }
    
    .swiperCollection .open-icon .closed {
        display: block;
    }
    
    .swiperCollection.open .open-icon .open {
        display: block;
    }
    
    .swiperCollection.open .open-icon .closed {
        display: none;
    }
    
    .swiperCollection/* .open */ ul li .name-fade {
        background: -moz-linear-gradient(left,  rgba(247,247,247,0) 0%, rgba(247,247,247,0.68) 38%, rgba(247,247,247,1) 85%, rgba(247,247,247,1) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(247,247,247,0)), color-stop(38%,rgba(247,247,247,0.68)), color-stop(85%,rgba(247,247,247,1)), color-stop(100%,rgba(247,247,247,1)));
        background: -webkit-linear-gradient(left,  rgba(247,247,247,0) 0%,rgba(247,247,247,0.68) 38%,rgba(247,247,247,1) 85%,rgba(247,247,247,1) 100%);
        background: -o-linear-gradient(left,  rgba(247,247,247,0) 0%,rgba(247,247,247,0.68) 38%,rgba(247,247,247,1) 85%,rgba(247,247,247,1) 100%);
        background: -ms-linear-gradient(left,  rgba(247,247,247,0) 0%,rgba(247,247,247,0.68) 38%,rgba(247,247,247,1) 85%,rgba(247,247,247,1) 100%);
        background: linear-gradient(to right,  rgba(247,247,247,0) 0%,rgba(247,247,247,0.68) 38%,rgba(247,247,247,1) 85%,rgba(247,247,247,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7',GradientType=1 );
    }
    
    .swiperCollection:hover {
        border-color: #777;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
        /* box-shadow: 0 1px 2px rgba(0,0,0,0.1); */
        box-shadow: none;
    }
    
    .swiperCollection h2 {
        cursor: pointer;
        margin-bottom: 0;
        top: 0;
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
        letter-spacing: 0;
        color: #000;
        margin: -10px;
        padding: 10px;
        height: 35px;
        display: none;
    }
    
    .swiperCollections .no-title {
        top: 0;
        margin-bottom: 0;
    }
    
    .swiperCollection-list a {
        margin: -10px;
        display: block;
        padding: 10px;
    }
    
    .swiperCollection ul li {
        padding: 10px;
        background-color: #f7f7f7;
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 400;
        font-family: "Merriweather", serif;
        /*letter-spacing:-1px;*/
        line-height: 1em;
    }
    
    .swiperCollection.open h2 {
        background: #ececec;
        margin-bottom: 8px;
        border-bottom: 1px solid #ccc;
    }
    
    .swiperCollection-list {
        /* display: none; */
        display: block;
        /* margin-top: 10px; */
        margin-top: 0;
    }
    
    .swiperCollection.open .swiperCollection-list {
        display: block;
    }
    
}

@media (max-width: 568px){
    
    #restaurantSearchForm .fb-like {
        display: none;
    }
    
    #add-location-row {
        position: absolute;
        top: -38px;
        right: 0;
        width: auto;
    }
    
    a.restore-search-from-cookie {
        font-size: 12px;
    }
    
    .swiper-section .sort-menu .action-sort .chosen,
    .swiper-section .search-results-sort .action-sort .chosen {
        display: none;
    }
    
    .uteservering {
        top: 3px;
    }
    
    .search-section-divider {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .translate-menu .dropdown-menu {
        left: auto;
        right: 0;
    }
    
    .translate-menu .dropdown-menu:before {
        left: 187px;
    }
    
    .translate-menu .dropdown-menu:after {
        left: 188px;
    }
    
    
    
    #advanced-search .search-sub-section.advanced-filters-toggle-section {
        margin-bottom: -10px;
        margin-top: -10px;
    }
    
    .advanced-search-filters {
        margin-top: -10px;
        margin-bottom: 20px;
    }
    
    
    #homeA #restaurantSearchForm .search-section .search-sub-section {
        width:100%;
        padding-right:0;
    }
    
    #restaurantSearchForm .search-sub-section {
        margin-bottom:5px;
    }
    
    #advanced-search .search-sub-section {
        margin-bottom: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }
    
    .advanced-search-filters {
        padding-right: 20px;
        padding-top: 20px;
    }
        
    .top-info-bar{
        font-size: 10px;
    }
    
    .footer-contact-section .icon {
        margin-bottom: 0;
    }
    
    .footer-contact-section span, .translate-menu span {
        display: none;
    }
    
    .footer-contact-section a .icon, .translate-menu .icon {
        margin-bottom: 0;
    }
    
    .translate-menu {
        margin-top: 0px;
    }
    
    .footer-contact-section, .translate-menu {
        width: 40px;
        margin-bottom: 0;
        vertical-align: top;
    }
    
    .footer-contact-section i, .translate-menu i {
        width: 35px;
        height: 35px;
        line-height: 36px;
        font-size: 18px;
    }
    
    .third-row .priceclass-xs {
        display: inline-block;
    }
    
    .third-row .priceclass-desktop {
        display: none;
    }
    
    .search-overlay {
        background: url('/content/resources/img/transparent-black-50.png');
        background: rgba(0,0,0,0.8);
        height: 9999px;
        position: absolute;
        width: 100%;
        top: 50px;
        left: 0;
    }
    
    .startPageItem.display-tablet,
    .startPageItem.display-desktop {
        display: none;
    }
    
    .startPageItem.display-mobile {
        display: block;
    }
    
    .carousel.display-tablet,
    .carousel.display-desktop {
        display: none;
    }
    
    .carousel.display-mobile {
        display: block;
    }
    
    .homepage-facebook-link,
    .homepage-toplistrestaurants-link {
        /* font-size: 12px; */
    }
    
    .homepage-facebook-link .mobile {
        display: inline-block;
    }
    
    .homepage-facebook-link .desktop {
        display: none;
    }
    
    .swiper-button-container ul.dropdown-menu:before {
        right: 20px;
    }
    .swiper-button-container ul.dropdown-menu:after {
        right: 21px;
    }
    
    .action-sort,
    .action-toggleviewmode {
        padding-right: 2px;
    }
    
    .activity-alert {
        margin-left: 10px !important;
        left: 0 !important;
        margin-right: 10px;
    }
    
    .swiper-section {
        text-align: center;
    }
    
    .swiper {
        text-align: left;
    }
    
    .swiper-button-container {
        top: -5px;
        padding-top: 5px;
        padding-bottom: 5px;
        display: none;
    }
    
    .swiper-section h2,
    .special-toplist h2,
    .special-article h2,
    .itemSection h2 {
        margin-bottom: 10px;
        text-align: center;
    }
    
    .special-toplist {
        margin-bottom: 0;
    }
    
    /* .special-toplist, .itemSection {
        margin-top: 40px;
    } */
    
    .swiper-section .show-on-map {
        /* width: 21px;
        height: 21px; */
        text-align: center;
        top: 0px;
        
        font-size: 13px;
        padding: 3px 6px;
    }
    
    .search-results-sort {
        top: -2px;
    }
    
    .swiper-section .desktop-text {
        display: none;
    }
    
    .swiper-section .mobile-text {
        display: inline;
    }
    
    .swiper-section .show-on-map i {
        display: none;
        margin-right: 0;
        position: relative;
        /* width: 100%;
        height: 100%; */
        top: 0;
        left: 0;
    }
    
    .open .search-input {
        -webkit-appearance: none;
        -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,0.2);
        -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,0.2);
        box-shadow: inset 0 1px 4px rgba(0,0,0,0.2)
    }
    
    .swiper-button-container ul.dropdown-menu li {
        font-size: 13px;
    }
    
    .swiper-section .action-sort {
        font-size: 13px;
        padding: 3px 4px;
    }
        .swiper-section .action-sort i {
            display: none !important;
            top: 4px;
            right: 5px;
        }
    
    #restaurantSearchForm .clear-section, #restaurantSearchForm #restaurantSearchForm .more-filters {
        font-size: 13px;
        line-height: 1em;
        padding: 3px 4px 3px 20px;
    }
    /*
    .filter-item {
        font-size: 13px;
        line-height: 1em;
        padding: 3px 4px 3px 4px;
    }
    */
    #restaurantSearchForm .clear-section i, #restaurantSearchForm .more-filters i {
        top: 3px;
        left: 5px;
    }
    
    .swiper-section .action-toggleviewmode {
        font-size: 13px;
    }
        .swiper-section .action-toggleviewmode i {
            display: none;
            top: 4px;
            right: 5px;
        }
    
    
    
    .swiper-section .show-on-map i {
        margin-right: 5px;
    }
        
    .swiper-section h2,
    .special-toplist h2,
    .special-article h2,
    .itemSection h2,
    #restaurantSearchForm h2,
    .sp-article-content h2,
    #newsletter-form-row h2 {
        font-size:18px;
        max-width: 94vw;
        justify-self: center;
    }
    
    #newsletter-form-row {
        font-size: 14px;
    }
    
    .itemSection h2 {
        margin-bottom: 20px;
    }
    
    .sp-article-content h2 {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .sort-small {
        display: block;
    }
    
    .sort-small:hover {
        background: #f0f0f0;
    }
    
    .sort-small:hover option {
        background: #fff;
    }
    
    .sort-main {
        display: none;
    }
    
    .touch .result .favorite-icon {
        display: none !important;
    }
    
}

/* Landscape phones and down */
@media (max-width: 480px) {
    
    .gm-style-iw {
        min-width: 250px;
        max-width: 250px;
        padding-top: 5px;
    }
    
    .newsletter-notice .newsletter-input {
        text-align: center;
        width: 100%;
        max-width: 100%;
    }

    .newsletter-notice .newsletter-email {
        width: 100%;
        max-width: 100%;
        display: block;
        float: none;
        margin-bottom: 15px;
    }
    
    .newsletter-notice .newsletter-input button {
        float: none;
        margin: 0 auto;
    }
    
    .newsletter-notice button:active {
        margin-bottom: 0px !important;
        margin-top: 17px;
    }
    
    .newsletter-notice {
        left: 0;
        right: 0;
        top: 0;
        width: auto;
        padding: 20px;
        padding-top: 35px;
    }
    
    /* .swiper-disabled .standard-box{
        width: 50% !important;
    } */
    
    .swiper-disabled .small-clearfix {
        display: block;
    }
    
    .swiper-disabled .medium-clearfix,
    .swiper-disabled .large-clearfix
    {
        display: none;
    }
    
    .ref_headline {
        font-size: 16px;
    }

    .user-container {
        width: 100%;
        margin-left: 0;
    }
    
    .results-info .visible-xs {
        display: block !important;
    }
    
    .beta-testing-notice {
        font-size: 16px;
    }
        .beta-testing-notice .close-beta-notice {
            right: 0;
        }
    
    .action-buttons .button {
        padding: 10px !important;
        width: 100% !important;
        text-align: center;
        clear: both;
        display: block;
    }
    
    .action-buttons hr, .action-buttons .clearfix {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    
    #not-logged-in-alert {
        left: 10px;
        bottom: 10px;
        right: 10px;
        width: auto;
    }
    
    .leftScroller, .rightScroller {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-top: -45px;
        font-size: 14px;
    }
    
    #list .favorite-icon {
        display: block;
    }
    
    /* #homeA .swiper-slide {
        width: 155px;
    } */
    
    .result-action-buttons {
        float: none !important;
        display: block;
        clear: both;
        
    }
    
    .result-action-buttons button {
        width: 48%;
        float: left;
        -webkit-border-radius:2px;
        -moz-border-radius:2px;
        border-radius:2px;
    }
    
    .result-action-buttons .all-items {
        float: right;
    } 
    
    .result .favorite-icon .fa-heart-o {
        display: block;
    }
    
    .result .favorite-icon .fa-heart {
        display: none;
    }
    
    .result .is-favorite .fa-heart {
        display: block;
    }
    .result .is-favorite .fa-heart-o {
        display: none;
    }

    .standard-box-content .fa-info {
        display: none !important;
    }

    .restaurant-popover {
        display: none !important;
    }

   
    #article h1, #toplist h1{
        font-size:28px;
        line-height:32px;
    }

    .mode-list .result-info h4 {
        font-size: 14px;
        top: 0;
        bottom: 0;
        left: 52px;
        right: 75px;
        line-height: 40px;
    }
    
    .mode-list .top-info-bar .book-link {
        height: auto;
        line-height: 1;
        padding: 7px;
        font-size: 12px;
        margin-top: 2px;
        margin-left: 20px;
    }
    
    .mode-list .priceclass {
        display: none;
    }
    
    .mode-list .standard-box-content .score {
        right: 70px;
    }
    
    .mode-list .top-info-bar .phone {
        color: #000;
        top: 20px;
        left: 0;
        float: left;
        position: static;
        margin-top: 10px;
        margin-left: 40px;
    }
    
    .carousel-indicators {
        display: none;
    }
    
    .carousel-indicators li{
        width:10px;
        height:10px;
    }
    .carousel-indicators .active{
        width:10px;
        height:10px;
    }
    #list .search-sub-section,
    #homeB .search-sub-section {
        font-size: 18px;
    }
    
    #list #restaurantSearchForm select,
    #homeB #restaurantSearchForm select{
        line-height: 20px;
        height: 20px;
    }
    
    #restaurantSearchForm .hidden-select {
        margin-top: -20px;
    }
    
    .search-sub-section {
        width: 100%;
    }
    
    #restaurantSearchForm:not(.advanced) .search-section .search-sub-section:not(:first-child) {
        display: none;
    }
    #restaurantSearchForm.expanded .search-section .search-sub-section:not(:first-child) {
        display: block;
    }
    #restaurantSearchForm #search-filter-switcher > *:first-child {
        display: inline-block;
    }
    #restaurantSearchForm #search-filter-switcher button {
        padding-top: 0px;
        padding-bottom: 0px;
        float:none;
    }
    #restaurantSearchForm #filters-container, #restaurantSearchForm #search-filter-switcher {
        margin-top: 10px;
    }

    .mode-grid .result, #dummy-box {
        width: 50%;
    }
    
    #restaurant .other-articles h2, .comments-container h2, .restaurant-related-list-header, #reviewForm label.headerlabel {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 16px;
    }
    
    #reviewForm label.headerlabel {
        margin-bottom: 6px;
    }
    
    .restaurant-related-list-header {
        padding-left: 30px;
        position: relative;
    }
    
    .restaurant-related-list-header i, .restaurant-related-list-header img {
        position: absolute;
        left: 0;
    }
    
    #restaurant .other-articles .standard-box h2 {
        margin-bottom: 6px;
    }
   
}

@media (max-width: 414px) {
   
    .open .search-overlay {
        display: block !important;
    }
    
    #top-header .search-menu {
        width: 100%;
        border-radius: 0;
    }
    
    #kg-search {
        position: static;
    }
    
    #top-header #kg-search.open .search-input-container {
        width: 100%;
        padding-left: 20px;
    }
    
    #top-header .pull-right .dropdown-menu::after {
        right: 23px;
    }
}
@media(max-width: 340px) {
    .itunes-link img, .spotify-link img {
        height: 30px;
    }
}
a.restore-search-from-cookie {
    font-size: 14px;
    color: #511030;
    font-weight: 600;
}

#add-location-row button.location-button {
    border: none;
    background: none;
    float: left;
    text-align: left;
    width: auto;
    box-shadow: none;
}

.location-button i {
    color: #d72b37;
}

/*
div.start-page-nearby-swiper {
    display: none;
}
*/

input.toggleBox, input.circleBox {
    display:none;
}
input.toggleBox+.toggleBox, input.circleBox+.circleBox {
    position: relative;
    display: inline-block;
    align-self: center;
    height: 18px;
    margin: 0px;
    padding: 0px;
    margin-right: 7px;
    border: 1px solid #444;
    border-radius: 10px;
    background: #444;
    box-sizing: content-box;
    vertical-align: bottom;
}
input.toggleBox+.toggleBox {
    width: 30px;
}
input.circleBox+.circleBox {
    width: 22px;
}
input.toggleBox:checked+.toggleBox {
    background: #eb3a44;
    border-color: #eb3a44
}
input.toggleBox+.toggleBox:after, input.circleBox+.circleBox:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    height: 16px;
    width: 16px;
    border-radius: 10px;
    background-color: #FFF;
}
input.toggleBox:checked+.toggleBox:after {
    left: auto;
    right: 0px;
    background-color: #FFF;
}
.search-sub-section label {
    display: block;
    font-size: 16px;
    padding: 10px 16px;
    color: #333;
    margin-bottom: 0px;
}
.search-sub-section div.toggleBox {
    float:right;
}
label {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}


div.sp-article-container {
    display: flex; /* Required as not to grow to high in the parent grid box, on Safari */
    width: 100%;
    text-align: center;
}
div.sp-article-content {
    display: inline-block;
    width: 100%;
    max-width: 500px;
    font-size: 14px;
}
div.sp-article-content > *:not(:last-child) {
    display: block;
    margin-bottom: 15px;
}
div.sp-article-content > div {
    position: relative;
    text-align: left;
}
div.sp-article-content > div.center {
    position: relative;
    text-align: center;
}
div.sp-article-content > div.mark:after {
    content: "ANNONS";
    position: absolute;
    top: 10px;
    left: 14px;
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2px 4px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 12px;
}

@media(max-width: 767px) {
    div.sp-article-content > div.mark:after {
        top: 5px;
        left: 8px;
        font-size: 8px;
    }
}

div.bottom-dialog {
    position: fixed;
    z-index: 10000;
    width: 100vw;
    background-color: #eb3a44;
    padding: 20px;
    box-shadow: 0px 0px 10px black;
    color: #FFF;
}

div.bottom-dialog a {
    border-bottom: 1px dashed #FFF;
    color: #FFF;
}

div.bottom-dialog div.buttons {
    margin-top: 10px;
}

div.bottom-dialog div.buttons a {
    color: #000;
    margin-top: 10px;
}

div.bottom-dialog div.buttons a:first-child {
    margin-right: 5px;
}

#blurLayer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background-color: rgba(1,1,1,0.7);
}

#blurContent.cookie-settings {
    padding: 0px;
    display: flex;
    flex-direction: row;
    max-width: 500px;
}
#blurContent {
    position: fixed;
    box-sizing: border-box;
    z-index: 10;
    display: inline-block;
    background-color: #FFFFFF;
    padding: 20px;
    top: 20%;
    left: 50%;
    min-width: 300px;
    max-height: 90%;
    max-width: 90%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#blurLayer #blurContent.cookie-settings {
    padding: 0px;
    display: flex;
    flex-direction: row;
    max-width: 500px;
}

@media (min-width: 480px) {
    #restaurantSearchForm #search-filter-switcher > *:first-child {
        display: none;
    }
}

@media (max-width: 568px) {
    #blurLayer #blurContent.cookie-settings {
        top: 0;
        bottom: 0;
        max-height: 100vh;
        width: 100vw;
        overflow-y: auto;
    }
}

.cookie-settings div.menu {
    background-color: #EEE;
    flex-shrink: 3;
    padding-top: 20px;
}

.cookie-settings div.menu a {
    display: block;
    border-top:1px solid #DDD;
    padding: 5px 10px;
    color: #333;
    font-weight: normal;
}

.cookie-settings div.menu a:first-child {
    display: block;
    border: 0px;
    padding: 5px 10px;
}

.cookie-settings form {
    padding: 20px;
}

.cookie-settings form button {
    margin-top:20px;
}

.cookie-settings form .cookie-settings-page {
    display: none;
    position: relative;
}

.cookie-settings form .cookie-settings-page h2 {
    color: #333;
    margin: 0px 0px 10px 0px;
    display: block;
}

.cookie-settings form .cookie-settings-page .toggleBoxContainer {
    position: absolute;
    top: 0px;
    right: 0px;
}

.cookie-settings form .cookie-settings-page#cookie-settings-info {
    display: block;
}

#newsletter-form-img {
    border-radius: 10px;
}

@media(max-width: 768px) {
    #newsletter-form-img {
        margin-bottom: 10px;
        max-height: 180px;
        width: 100%;
        object-fit: cover;
    }
}


div.collapsible-block-wrapper {
    position: relative;
    text-align: center;
}
div.collapsible-block-wrapper.has-overflow {
    margin-bottom: 36px;
}
div.collapsible-block {
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow:hidden;
}
div.collapsible-block-wrapper.open div.collapsible-block {
    -webkit-line-clamp: 9999 !important;
}
div.collapsible-block-wrapper.has-overflow div.collapsible-block::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 2em;
    background-image: linear-gradient(to bottom, rgba(231,231,231,0), rgba(231,231,231,255));
}
div.collapsible-block-wrapper.open div.collapsible-block::after {
    display: none;
}
div.collapsible-block-wrapper.has-overflow::after {
    content: "Läs mer";
    font-weight: bold;
    position: absolute;
    bottom: -32px;
    text-align: center;
    cursor: pointer;
    transform: translateX(-50%);
    border: 1px solid #CCC;
    background: url(/content/resources/img/readmore.png);
    background-position: top left;
    height: 30px;
    padding-left: 40px;
    line-height: 30px;
    padding-right: 10px;
    border-radius: 4px;
}
div.collapsible-block-wrapper.has-overflow.open::after {
    content: "Stäng";
    background-position: top right;
    padding-left: 10px;
}

.gallery-container { 
    position: relative; 
    max-width: 100%;
    overflow: hidden; 
    transition: height 0.3s ease-in-out;
}
.gallery-container .gallery { 
    position: relative;
    display: flex; 
    align-items: flex-start;
    transition: transform 0.3s ease-in-out; 
}
.gallery-container .gallery img, .gallery-container .gallery video, .gallery-container .gallery div.image-item {
    width: 100%;
    flex-shrink: 0;
}
.gallery-container .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
}
.gallery-container .arrow-left {
    left: 10px;
}
.gallery-container .arrow-right {
    right: 10px;
}

.gallery-container .arrow i {
    margin-right: 0px;
}

.gallery-container .gallery div.image-item {
    position: relative;
}

.gallery-container .gallery div.image-item span {
    display: block;
    width: 100%;
    padding-bottom: 14px;
    font-size: 14px;
}

@media (max-width: 767px){
    .gallery-container .arrow {
        display: none;
    }
}

.gallery-container div.dots {
    position: absolute;
    display: flex;
    flex-direction: row;
    gap: 4px;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
}

.gallery-container div.dots div.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgba(170,170,170,0.85);
    background-color: rgba(255,255,255,0.5);
}

.gallery-container div.dots div.dot.current {
    width: 11px;
    height: 11px;
    border: 1px solid rgba(170,170,170,1);
    background-color: rgba(255,255,255,1);
}

.rounded-images img, .rounded-images video, #article-page .rounded-images img, #article-page .rounded-images video, .sp-article-container img.rounded-image, img.img-responsive.rounded-image, #article-page img.rounded-image {
    border-radius: 10px;
}

@media (max-width: 767px) {
    label span.hidden-xs {
        display: none !important;
    }
    label span.visible-xs {
        display: inline !important;
    }
}
@media (min-width: 767px) {
    label span.hidden-xs {
        display: inline !important;
    }
    label span.visible-xs {
        display: none !important;
    }
}

div.banner-container {
    display: grid;
    justify-items: center;
    align-items: center;
}

div.banner-container.rounded-image img, div.banner-container.rounded-image video, div.banner-container.rounded-image div.relative {
    border-radius: 20px;
}

div.banner-container div.relative {
    position: relative;
    overflow: hidden;
}

div.banner-container img, div.banner-container video {
    max-width: 100%;
}

div.banner-container.marketing div:after {
    content: "ANNONS";
    font-size: 14px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #FFF;
    padding: 4px 8px 4px 6px;
    background-color: rgba(0,0,0,0.3);
}

@media (max-width: 767px) {
    div.banner-container.small {
        padding: 0px 20px;
    }
}

@media (min-width: 767px) {
    div.banner-container.small div.relative, div.banner-container.small div.relative {
        max-width: 50%;
    }
}

/* Video styling start */
/* Custom Controls Overlay */
.video-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* Allow clicks to pass through to video if needed */
    z-index: 10;
}

.video-controls * {
    pointer-events: auto; /* Re-enable for buttons/bars */
}

/* 1. Center Play/Pause Button */
.ctrl-main-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    opacity: 0;
}

/* Play button visible when paused */
.gallery.paused .ctrl-main-btn {
    opacity: 1;
}

/* Pause button visible on hover or during "recent-start" period */
.gallery:hover .ctrl-main-btn,
.gallery.recent-start .ctrl-main-btn {
    opacity: 1;
}

/* 2. Timeline / Progress Bar */
.ctrl-timeline-container {
    position: absolute;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: height 0.2s, opacity 0.3s, padding 0.2s;
    opacity: 0;
}

.ctrl-timeline-track {
    width: calc(100% - 26px);
    height: 100%;
}

.gallery:hover .ctrl-timeline-container {
    opacity: 1;
    height: 28px;
    padding: 10px 5px 10px 5px;
    background: rgba(0, 0, 0, 0.7);
}

.ctrl-progress-bar {
    height: 100%;
    background: #ff0000; /* Custom color */
    width: 0%;
}

/* 3. Volume Button (Bottom Right) */
.ctrl-volume-btn {
    position: absolute;
    background: unset;
    background: none;
    bottom: 0px;
    right: 0px;
    border: none;
    border-radius: 4px;
    padding: 0px 5px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}

.gallery:hover .ctrl-volume-btn {
    opacity: 1;
    background: none;
    background: unset;
    border: 0px;
    outline: 0px;
    box-shadow: 0px;
}

.gallery:hover .ctrl-volume-btn.muted svg {
    fill: lightgray;
}

.gallery:hover .ctrl-volume-btn.muted::after {
    position: absolute;
    content: "";
    left: 14px;
    top: -2px;
    background-color: darkred;
    width: 2px;
    height: 100%;
    rotate: 45deg;
}

/* Icons (SVG or Text) */
.ctrl-main-btn svg, .ctrl-volume-btn svg {
    fill: white;
    width: 20px;
    height: 20px;
}
/* Video styling end */