@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

html {
    min-height: 100%;
    position: relative;
}

button:focus {
    outline: 0 !important;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #ed1c24;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
}

body {
    overflow-x: hidden;
    background: url('/images/bckg-site.gif') #fff repeat 0 0;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
}

p {
    line-height: 22px;
}

.navbar-fixed-top {
    z-index: 998;
}

.top-logo {
    position: fixed;
    top: 50px;
    background: transparent;
    color: #fff;
    min-width: 100%;
    min-height: 1px;
    z-index: 999;
}

    .top-logo .logo {
        width: 100px;
        height: 75px;
        position: absolute;
        top: -38px;
        left: 15px;
        z-index: 999;
        transition: all 0.2s;
    }

.fixed-top-section {
    position: fixed;
    top: 50px;
    background: #069;
    color: #fff;
    min-width: 100%;
    min-height: 50px;
    padding-bottom: 10px;
    z-index: 997;
    transition: all 0.2s;
}

.top-logo-horizontal {
    z-index: 996;
}

.top-logo .container, .fixed-top-section .container {
    position: relative;
}

body.modal-open .navbar-fixed-top, body.modal-open .top-logo, body.modal-open .fixed-top-section, body.modal-open .top-logo-horizontal {
    display: none !important;
}
/*#navbar-top .navbar-nav{
    margin-left:105px;
}*/
.navbar-inverse .navbar-nav > li > a {
    color: #ccc;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #314554;
}

.navbar-2-header {
    font-size: 26px;
    display: inline-block;
    margin: 10px 0 0 0;
    padding-left: 120px;
}

.navbar-toggle {
    margin-left: 15px;
    margin-right: 0;
}

.navbar-brand-second {
    color: #9d9d9d;
    font-size: 10px;
    padding: 15px 0;
    line-height: 20px;
}

    .navbar-brand-second.language {
        padding: 0 0 0 30px;
        position: relative;
        cursor: pointer;
        color: #fff;
        margin-top: 17px;
        margin-right: 15px;
    }

        .navbar-brand-second.language img {
            position: absolute;
            left: 0;
            top: 2px;
        }

.hidenav {
    -webkit-transform: translate(0,-130%);
    -moz-transform: translate(0,-130%);
    -ms-transform: translate(0,-130%);
    -o-transform: translate(0,-130%);
    transform: translate(0,-130%);
}

.container {
    position: relative;
    z-index: 3;
}

    .container.distant-top {
        padding-top: 120px;
        padding-bottom: 20px;
        margin-bottom: 40px;
        background-color: #fff;
        min-height: calc(100vh - 50px);
    }

.first-view .container.distant-top {
    margin-bottom: 0;
}

.first-view {
    position: relative;
    background: url('/images/bckg.gif') #629bd1 no-repeat center top;
    padding-bottom: 10px;
    box-shadow: 0 0 10px #333;
    z-index: 15;
    margin: 0 auto;
}

    .first-view .distant-top {
        background: transparent;
        min-height: 0;
    }

.first-view-logo {
    display: inline-block;
    margin: 0 auto;
    box-shadow: 0 2px 10px #333;
}

.second-view {
    position: relative;
    background-color: #069;
    padding: 20px 0;
    z-index: 10;
    margin: 0 auto;
}

    .second-view a:hover {
        text-decoration: none;
    }

.third-view {
    position: relative;
    background-color: #fff;
    padding: 40px 0;
    margin: 0 auto;
}

.lookfor-label {
    font-family: 'Open Sans Condensed', sans-serif;
    position: relative;
    font-size: 26px;
    color: #fff;
    background-color: #3f83c6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 160px 90px 30px;
    box-shadow: 0 0 10px #333;
    display: inline-block;
    margin: -170px 0 -30px 0;
    z-index: 25;
}

.motto {
    color: #fff;
    font-size: 40px;
    text-align: center;
    text-shadow: 0 2px 10px #333;
    line-height: 46px;
}

.motto-container {
    position: relative;
    background: transparent;
    border: 2px solid #fff;
    margin-top: 42px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .motto-container:after, .motto-container:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .motto-container:after {
        border-color: rgba(0, 0, 0, 0);
        border-bottom-color: #5d98d1;
        border-width: 30px;
        margin-left: -30px;
    }

    .motto-container:before {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 33px;
        margin-left: -33px;
    }

.article-list-rc .media {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    margin-top: 5px;
}

.home .media {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.home .media-left img {
    max-width: 100px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.article-list-rc .media-left img {
    max-width: 100px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.home .thumbnail a {
    background: #fff;
    display: block;
    height: 100%;
}

.home .thumbnail h3 {
    font-size: 18px;
    margin: 0 0 5px;
}

.home .thumbnail p {
    padding: 0;
    margin: 0;
}

.home .thumbnail a:hover, .home .thumbnail a:focus {
    background: #f5f5f5;
    display: block;
    text-decoration: none;
}

.home .media:hover img, .article-list-rc .media:hover img {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background: #fff;
}

.home .media a {
    color: #333;
    padding: 20px 0;
    display:block;
}

    .home .media a:hover, .home .media a:focus {
        text-decoration: none;
        color: #369;
    }

.article-list-rc a .media-heading {
    color: #333;
    padding: 10px 0;
}

.homebox {
    position: relative;
    margin-bottom: 30px;
    z-index: 20;
}

    .homebox .restaurants {
        background: url('/images/home/restaurants5.jpg') no-repeat 50% 80%;
        padding: 140px 0 0;
        border: 10px solid #fff;
        background-size:cover;
    }

    .homebox .hotels {
        background: url('/images/home/hotels2020_winter.jpg') no-repeat 50% 100%;
        padding: 140px 0 0;
        border: 10px solid #fff;
        background-size: cover;
    }

    .homebox h1 {
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-weight: bold;
        background: #fff;
        background: rgba(255, 255, 255, 0.9);
        color: #069;
        font-size: 30px;
        line-height: 52px;
        margin-bottom: 0;
    }

    .homebox a:hover h1, .homebox a:focus h1 {
        color: #fff;
        background: #069;
        background: rgba(0, 102, 153, 0.9);
        text-decoration: none;
    }

    .homebox a:focus {
        text-decoration: none;
    }

.side-header {
    background: #069;
    color: #fff;
    padding: 10px;
    margin: 0 0 0 0;
}

.home-list {
    padding-left: 0;
    margin-bottom: 20px;
}

.home-list-item {
    position: relative;
    display: block;
    padding: 5px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
}

    .home-list-item:first-child {
        border-top: none;
    }

    .home-list-item:last-child {
        margin-bottom: 20px;
    }

a.home-list-item {
    color: #555;
}

    a.home-list-item:hover,
    a.home-list-item:focus {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

.home-list-item-info {
    color: #069;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 5px;
}

a.home-list-item-info {
    color: #31708f;
}

    a.home-list-item-info .home-list-item-heading {
        color: inherit;
    }

    a.home-list-item-info:hover, a.home-list-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.home-list-item-info.active, a.home-list-item-info.active:hover, a.home-list-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.router {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 0 10px #333;
}

    .router:hover {
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        box-shadow: 0 0 2px #333;
    }

.region-map {
    position: relative;
    margin-top: 20px;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.blue-bckg {
    background-color: #314554;
    color: #fff;
}

    .blue-bckg a {
        color: #fff;
    }

.search-tabs li a.nearme {
    background: #fff;
    color: #314554;
    padding: 5px 10px 7px;
    opacity: 1;
}

    .search-tabs li a.nearme .glyphicon {
        font-size: 22px;
    }

.search-tabs li a {
    background: #333;
    opacity: 0.75;
    color: #fff;
}

.search-tabs li.active a {
    opacity: 1;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}


.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

    .autocomplete-suggestion span {
        color:#C9C9C9;
        margin-left:5px;
        font-style: italic;
    }

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #069;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
        font-weight: bold;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #314554;
    color: #fff;
    border: 1px solid transparent;
}

.nav-tabs > li > a.nearme:hover, .nav > li > a.nearme:hover, .nav > li > a.nearme:focus {
    background-color: #fff;
    color: #369;
    border: 1px solid transparent;
}

.nav-tabs > li > a:hover, .nav > li > a:hover, .nav > li > a:focus {
    background-color: #314554;
    color: #fff;
}

#advanced-search .list-group-item {
    background: #465865;
    background: rgba(255,255,255,0.1);
    border-bottom-color: #8097A4;
    padding: 7px 50px 7px 15px;
    margin-bottom: 0;
    border-width: 0 0 1px;
    position: relative;
}

    #advanced-search .list-group-item:focus {
        color: #fff;
    }

    #advanced-search .list-group-item > .badge {
        float: none;
        position: absolute;
        right: 8px;
        top: 10px;
        width: 37px;
    }

.side-banner {
    margin-top: 20px;
    padding-bottom: 20px;
}

#sidebar a.list-group-item:hover, #sidebar a.list-group-item:focus, #sidebar a.list-group-item.hover, #sidebar a.list-group-item.focus {
    color: #fff;
    background-color: #8097A4;
}

#regions .list-group-item:hover, #regions .list-group-item.hover, #regions .list-group-item:focus, #regions .list-group-item.focus {
    background-color: #39c;
    color: #fff;
}

.near-restaurants h2 {
    padding-right: 0 !important;
}

.near-restaurants .distance {
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

#regionAccordion {
    color: #fff;
}

    #regionAccordion button {
        min-width: 38px;
    }

.region-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .region-list li {
        display: inline-block;
        margin-bottom: 5px;
    }

    .region-list a {
        display: block;
        padding: 2px 6px;
        background: #fff;
        color: #333;
        text-decoration: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.home .region-list a {
    background: #efefef;
}

.region-list a:hover {
    background: #39c;
    color: #fff;
    text-decoration: none;
}

.btn-search {
    padding: 6px 18px;
}

.btn-advanced-search {
    line-height: 66px;
}

.header-top-destinations {
    padding: 10px 5px;
    color: #fff;
    background: #369;
}

.main-filters-group {
    background: #efefef;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
}

.secondary-filters-group {
    background: #efefef;
    padding: 10px;
}

.main-filters-group .form-control {
    font-size: 14px !important;
    color: #000;
    padding: 3px 10px;
}

.main-filters-group .filters-heading {
    padding-bottom: 5px;
    font-weight: bold;
}

.secondary-filters-group .filters-heading {
    padding: 5px 10px;
    background-color: #666;
    color: #fff;
    margin: 0 0 0 -11px;
    display: inline-block;
}
/*.secondary-filters-group ul li label {
    font-weight: bold;
}*/
.secondary-filters-group ul li ul li label {
    font-weight: normal;
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: 0;
}

.checkbox-disabled {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}

.checkbox.checked label {
    color: #069;
    font-weight: bold;
}

.parent-cuisine, .child-cuisine {
    font-weight: normal;
    list-style-type: none;
}

.parent-cuisine {
    padding-left: 0;
}

.child-cuisine {
    padding-left: 22px;
}

#filters-form {
    margin: 20px 0;
}

    #filters-form h3 {
        background: #069;
        color: #fff;
        margin: 0 -1px 0;
    }

        #filters-form h3.header-area {
            font-size: 22px;
            padding: 10px;
        }

        #filters-form h3.header-filter {
            font-size: 18px;
            padding: 8px 10px;
        }

    #filters-form .checkbox label {
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

        #filters-form .checkbox label input {
            cursor: pointer;
        }

        #filters-form .checkbox label:hover, #filters-form .radio:hover {
            overflow: visible;
        }

.checkbox-disabled .checkbox, .checkbox-disabled label {
    color: #aaa;
    font-weight: normal;
    margin-bottom: 0;
}

#filter-text {
    font-size: 26px;
}

    #filter-text #area {
        color: #666;
        font-size: 0.85em;
    }

    #filter-text #cuisine {
        color: #999;
        font-size: 0.85em;
    }

.results-number {
    color: #069;
    font-size: 24px;
    clear: both;
    margin-top: 0;
}

a.remove-all-filters:before {
    display: inline-block;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    left: 5px;
    line-height: 1em;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    top: 5px;
    content: "x";
}

a.remove-all-filters {
    padding: 1px 0 1px 15px;
    position: relative;
    text-decoration: none;
    display: none;
    color: #d9534f;
    font-weight: bold;
}

.advanced-tab {
    background-color: #ccc;
    padding: 5px;
    cursor: pointer;
}

#advanced-div {
    display: none;
    color: #fff;
}

    #advanced-div.active {
        display: block;
    }

#regionAccordion .panel {
    background: transparent;
    border: 0 none;
    box-shadow: none;
}

#map-canvas-all, #map-canvas-small {
    width: 100%;
    height: 405px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    #map-canvas-all.restaurant-map {
        height: 350px;
    }

#map-canvas {
    width: 100%;
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 44px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.info-window h3 {
    margin: 0;
    font-size: 18px;
}

.info-window p {
    padding: 3px 0;
}

.fullscreen-link {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#mapModal {
    z-index: 9999;
}

    #mapModal .modal-dialog {
        width: 100%;
        position: fixed !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
    }

#menuModal .modal-dialog {
    overflow-y: scroll;
    max-height: 700px;
}

.modal-header {
    border-bottom: 0;
    min-height: 50px;
    padding: 10px;
}

    .modal-header h2 {
        width: calc(100% - 15px);
    }

    .modal-header .close {
        margin-top: 0;
        z-index: 999;
    }

.modal-content {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 0;
    outline: 0 none;
    position: relative;
}

.profile-button {
    color: #069;
    padding: 1px;
}

    .profile-button:hover {
        text-decoration: underline;
        color: #000;
    }

    .profile-button:focus, .profile-button:active {
        text-decoration: none;
    }

hr {
    margin: 10px 0;
}

.sorting-row {
    margin: 0;
    padding: 5px;
    background: #efefef;
    font-size: 12px;
}

    .sorting-row ul {
        display: inline;
        margin-left: 0;
    }

        .sorting-row ul li {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            background: #fff;
            color: #333;
            padding: 2px 25px 2px 8px;
            cursor: pointer;
        }

            .sorting-row ul li span {
                display: none;
            }

            .sorting-row ul li:hover {
                background: #ccc;
            }

            .sorting-row ul li.active {
                font-weight: bold;
                background: #069;
                color: #fff;
                padding: 2px 8px 2px 8px;
            }

                .sorting-row ul li.active span {
                    font-weight: bold;
                    background: #069;
                    color: #fff;
                    display: inline-block;
                }

.sponsored-content-list {
    color: #ccc;
    padding: 5px;
    margin-top: 20px;
    text-align: right;
    border-bottom: 1px dotted #ccc;
}

.jplist-panel {
    min-height: 90px;
    margin-bottom: 20px;
    display:block !important;
}

    .jplist-panel .jplist-pagination {
        clear: both;
    }

.jplist-hidden {
    display: inline-block !important;
}

    .jplist-hidden button {
        color: #aaa !important;
        cursor: not-allowed;
    }

.jplist-drop-down ul li {
    height: 25px !important;
    line-height: 25px !important;
}

.main-title {
    border-bottom: 2px solid #069;
    padding-bottom: 10px;
}

.child-title {
    background: #069;
    color: #fff;
    padding: 10px;
}

.title-all-list {
    color: #069;
    border-bottom: 2px solid #069;
    padding: 5px 10px;
    margin-top: 20px !important;
}

#results-list {
    position: relative;
}

    #results-list h2 {
        font-size: 18px;
        position: relative;
        padding-right: 110px;
        margin-top: 10px;
        color: #000;
    }

    #results-list .favorites-container h2 {
        padding-right: 60px;
    }

    #results-list .results-list-cuisine {
        font-size: 14px;
        color: #069;
    }

    #results-list h2 .awards-rating, #results-list h2 .hotels-rating {
        position: absolute;
        right: 0;
        top: 0;
    }
    #results-list .specs {
        background: #efefef;
        margin: 0;
    }
    #results-list .distance {
        display: block;
        text-align: center;
        color: #369;
        font-weight: bold;
        border: 1px dashed #ccc;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        padding: 10px;
    }

.scriptcode {
    font-size: 12px;
    color: #ababab;
}

#results-list .scriptcode {
    position: absolute;
    right: 15px;
    bottom: 30px;
}

.detail-page-header .scriptcode {
    position: absolute;
    right: 0;
    top: 50px;
}

.list-group h3 {
    margin-top: 0;
}

.list-group-item {
    border: 0;
    border-bottom: 2px solid #ddd;
}

.list-items img {
    width: 100%;
}

.badge {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.list-items .badge {
    background-color: #069;
    padding: 7px;
    font-size: 16px;
}

    .list-items .badge span {
        font-size: 10px;
    }

.list-items .hotels-rating .badge {
    background: #fff;
    padding: 0;
    color: #000;
}

    .list-items .hotels-rating .badge span {
        font-size: 20px;
    }

.hotels-rating .icon, .HotelRating .icon {
    padding-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

h4 > .badge {
    position: relative;
    color: #333;
    background: #fff;
    top: 2px;
}

.proximity {
    color: #d9534f;
    font-size: 12px;
    text-align: center;
    position: relative;
    font-weight: bold;
}

#mapModal .proximity {
    top: -22px;
    right: 10px;
    padding-left: 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/*#post-review-box{
    display:none;
}*/
#post-review-box textarea {
    min-height: 50px;
}

#show-reviews {
    height: 30px;
}

.animated {
    -o-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
}

.near-places-header {
    cursor: pointer;
}

.caret {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid;
}

.caret-up {
    border-top: none;
    border-bottom: 6px solid #FFFFFF;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top-width: 0;
    border-top-style: dotted;
}

#temp-review {
    display: none;
    margin-bottom: 15px;
}
.all-reviews {
    margin-top: 20px;
}

    .all-reviews h3 {
        margin-top: 0;
    }

    .all-reviews ul {
        list-style-type: none;
        padding-left: 0;
    }

    .all-reviews > ul li {
        border: 1px solid #ccc;
        margin-top: 20px;
        padding: 5px;
    }

    .all-reviews .comment-header {
        background: #8097a4;
        color: #fff;
        padding: 5px;
        min-height: 30px;
    }

        .all-reviews .comment-header .comment-date {
            font-size: 12px;
            color: #ddd;
            padding-top: 2px;
        }

    .all-reviews .user-review li {
        border: 0 none;
        border-bottom: 1px dotted #ccc;
        position: relative;
        margin: 5px;
    }

        .all-reviews .user-review li:last-child {
            border: none;
            padding: 5px 5px 25px 5px;
        }

    .all-reviews .user-review .review-text {
        color: #069;
    }

#open-review-box {
    margin-top: 20px;
}

.glyphicon-star {
    color: #d9534f;
}

.rating-container .rating-stars {
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.star-rating .clear-rating {
    padding-top: 5px;
    cursor: pointer;
}

.star-rating {
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    cursor: pointer;
}

    .star-rating .caption {
        display: none;
    }

.stars {
    margin: 20px 0;
    font-size: 24px;
    color: #F75C50;
    cursor: pointer;
}

#insert-text{
    font-size:12px;
    color:#d9534f;
    font-weight:bold;
    text-align:center;
}

.near-places span {
    color: #333;
    text-decoration: none;
}

.near-places:hover {
    text-decoration: none;
}

.near-places li:hover {
    text-decoration: none;
    background: #f5f5f5;
}

.near-places .badge {
    color: #fff;
    background: #069;
}

.near-places-caret {
    position: relative;
    top: 7px;
}

.square-rating {
    position: relative;
    color: #e3e3e3;
    top: 6px;
    font-size: 26px;
    cursor: pointer;
}

    .square-rating:hover, .square-rating.selected {
        color: #d9534f;
    }

.detail-page h1 {
    position: relative;
    margin-top: 0;
}

    .detail-page h1.detail-page-header {
        padding-right: 210px;
    }

    .detail-page h1 button {
        font-family: 'Open Sans', sans-serif;
        position: absolute;
        top: 0;
        right: 0;
    }
/*.detail-page .near-hotel a{
    color: #333;
}
.detail-page .near-hotel a:hover{
    text-decoration:none;
}
.detail-page .near-hotel a li:hover{
    background-color: #f5f5f5;
}
.detail-page .near-hotel .badge{
    background: #d9534f;
}*/
.detail-page .specs {
    margin: 10px 0 0;
    padding: 5px 0;
    background: #efefef;
}

.details .facilities-container {
    padding: 10px 0 0;
    overflow:hidden;
}

    .details .facilities-container > p {
        position: relative;
        top: 2px;
    }

.details p .results-list-cuisine {
    font-size: 16px;
    font-weight: bold;
    color: #069;
}

.details .mid-details {
    border-top: 1px dashed #ddd;
    padding: 10px 0 0;
}

.details, .favorites-list {
    position: relative;
}

    .details .facebook-icon {
        display: inline-block;
        width: 15px;
        height: 16px;
        background: url('/images/facebook-icon.gif') no-repeat 0 0;
        vertical-align: text-top;
        margin-right: 5px;
    }

    .details button a {
        color: #fff;
    }

.AGReview {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    margin: 20px 0;
    clear: both;
}

    .AGReview p {
        min-height: 80px;
    }

span.RestaurantRating {
    font-family: 'Open Sans Condensed', sans-serif;
    float: left;
    background: #069;
    padding: 10px 12px 10px 10px;
    color: #fff;
    font-size: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 10px 0 0;
}

    span.RestaurantRating small {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        text-shadow: 0 0;
    }

span.HotelRating {
    float: left;
    padding: 10px 10px 10px 0;
    color: #000;
    font-size: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 10px 0 0;
}

.list-group.near-hotel {
    display: block;
}

.favorites-container {
    position: relative;
}

    .favorites-container > a {
        padding-right: 210px;
    }

    .favorites-container > button {
        position: absolute;
        top: 20px;
        right: 0;
    }

.favorites-list button {
    position: absolute;
    right: 10px;
    bottom: 20px;
    margin: 0 10px 10px 0;
}

.location-relative {
    text-align: right;
    display: block;
    padding: 10px 0;
    font-size: 11px;
}

.article h2 {
    font-size: 20px;
    color: #666;
}

#vmap {
    width: 565px;
    height: 500px;
}

.home #vmap {
    width: 600px;
    height: 510px;
}

#vmap path {
    cursor: pointer;
}

.jqvmap-zoomin, .jqvmap-zoomout {
    padding: 4px;
    width: 18px;
    height: 18px;
    top: 10px;
}

.jqvmap-zoomin {
    left: 30px;
}
/* CAROUSEL IMAGES Restaurants & Hotels */
.device {
    width: 100%;
    height: 465px;
    position: relative;
    margin-bottom: 20px;
}

    .device a.arrow-left, .device a.arrow-right {
        color: #fff;
        font-size: 20px;
        padding: 20px;
        background: transparent;
        text-shadow: 0 0 10px #333;
    }

    .device .arrow-left {
        z-index: 11;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -28px;
    }

    .device .arrow-right {
        z-index: 11;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -28px;
    }

.swiper-container {
    height: 100%;
}

.content-slide {
    color: #fff;
    position: relative;
}

    .content-slide img {
        border: 0;
    }

.over {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.70;
    padding: 10px;
}

    .over p {
        font-size: 1em;
        line-height: 16px;
        margin: 0;
        padding: 0 !important;
        text-align: center;
    }

.imgLiquid {
    width: 100%;
    height: 465px;
}

.device.device-articles {
    height: 350px;
}

.device-articles .imgLiquid {
    width: 100%;
    height: 350px;
}

.device-articles h2 {
    position: absolute;
    bottom: 5px;
    background: rgba(51,102,153,0.9);
    color: #fff;
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 28px;
    font-weight: bold;
    width: 100%;
}
/* CAROUSEL IMAGES Restaurants & Hotels END */

.info {
    width: 200px;
}

    .info img {
        border: 0;
    }

.info-body {
    width: 200px;
    height: 200px;
    line-height: 200px;
    margin: 2px 0;
    text-align: center;
    overflow: hidden;
}

.info-img {
    height: 220px;
    width: 200px;
}

.menu-container {
    padding: 0 0 10px;
}

.menu-p {
    font-size: 12px;
}

.restaurant-menu {
    font-size: 14px;
    line-height: 22px;
    padding: 5px;
    width:100%;
    border:0;
    
}

    .restaurant-menu td {
        border-bottom: 1px solid #cfcfcf;
        margin:0;
        padding:3px;
        vertical-align:top;
    }

    .restaurant-menu td.menu-disclaimer {
        border: 2px ridge #d43f3a;
        color: #d43f3a;
        font-size: 12px;
        line-height: 18px;
        padding: 10px;
    }

.menu-heading {
    background: none repeat scroll 0 0 #069;
    color: #fff;
    font-family: "Trebuchet MS",Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 3px 5px;
}

/*.footer {
    background-color: #222;
    position: relative;
    width: 100%;
    padding: 15px 0;
    color: #ddd;
    font-size: 12px;
    line-height: 14px;
    z-index: 1;
}

    .footer a {
        color: #fff;
    }

        .footer a:hover {
            text-decoration: underline;
        }

    .footer .desmi-logo {
        float: left;
        margin-right: 10px;
    }

    .footer p {
        font-size: 12px;
        line-height: 14px;
    }*/

.breadcrumb {
    font-size: 12px;
    padding: 5px;
    background: none;
    border-radius: 0;
    border-bottom: 1px dotted #ccc;
}
/* Facilities */

@font-face {
    font-family: 'cf_dingbatsregular';
    src: url('/fonts/cf_dingbats-webfont.eot');
    src: url('/fonts/cf_dingbats-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/cf_dingbats-webfont.woff2') format('woff2'), url('/fonts/cf_dingbats-webfont.woff') format('woff'), url('/fonts/cf_dingbats-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "agfacilities";
    src: url("/fonts/agfacilities.eot");
    src: url("/fonts/agfacilities.eot?#iefix") format("embedded-opentype"), url("/fonts/agfacilities.woff") format("woff"), url("/fonts/agfacilities.ttf") format("truetype"), url("/fonts/agfacilities.svg#agfacilities") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "agfacilities" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#key-filters [data-icon]:before {
    position: relative;
    top: 2px;
}

ul.facilities {
    color: #333;
    padding: 0;
    list-style: none;
}

    ul.facilities li {
        display: inline-block;
        float: left;
        margin-right: 3px;
    }

        ul.facilities li span {
            font-family: Arial;
            font-size: 12px;
            vertical-align: top;
            margin-left: 4px;
            display: none;
        }

    ul.facilities .icon {
        font-size: 26px;
    }

        ul.facilities .icon svg {
            fill: #000;
        }

.facilities .checkbox div {
    font-family: "agfacilities" !important;
    display: inline-block;
    margin-right: 6px;
    color: #000;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.facilities .checkbox-disabled div {
    font-family: "agfacilities" !important;
    display: inline-block;
    margin: 0 6px 0 7px;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.facilities .checkbox-disabled .icon {
    color: #ccc !important;
}

.explanation-votes .badge {
    background-color: #069;
    padding: 4px;
    font-size: 14px;
}

    .explanation-votes .badge span {
        font-size: 10px;
    }

.restaurant-prize {
    background: url("/images/alphaguide-stripe.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    margin-left: 1px;
    margin-top: -1px;
    height: 22px;
    vertical-align: middle;
}

.skoyfo, .skoyfo-elliniko, .elliniko-brabeio {
    height:40px;
    vertical-align:baseline;
    width:auto !important;
}
.details .skoyfo, .details .skoyfo-elliniko, .details .elliniko-brabeio {
    height: 25px;
}
    #results-list .elliniko-brabeio, #results-list .skoyfo, #results-list .skoyfo-elliniko {
    height: 30px;
    vertical-align: text-bottom;
}

.hat1 {
    width: 15px;
}

.hat2 {
    width: 30px;
}

.hat3 {
    width: 45px;
}
.greek {
    background-position: -45px 0;
    width: 15px;
}
.greekhat1 {
    background-position: 0 -22px;
    width: 15px;
}
.greekhat2 {
    background-position: 0 -22px;
    width: 30px;
}
.greekhat3 {
    background-position: 0 -22px;
    width: 45px;
} 

.checkbox.eurobank {
    padding-left: 0;
}

    .checkbox.eurobank > label {
        background: url("/images/eurobank-epistrofi.png") no-repeat scroll 18px 2px transparent;
        padding-left: 45px;
    }

    .checkbox.eurobank input {
        margin-left: -45px;
    }

.eurobank-return img {
    margin: 10px 0;
    max-width: 100%;
}

.eurobank-percentage {
    display: inline-block;
    vertical-align: middle;
    color: #672e72;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}
.thumbnail.eurobank img {
    float:left;
    width:30%;
    margin-right:2%;
}
.main-title.eurobank {
    background:#692f74;
    color:#fff;
    border-bottom:2px solid #f78320;
    padding:4px;
    margin-bottom:0;
    overflow:hidden;
}
.thumbnail.eurobank p.small-text {
    line-height:18px;
    font-size:12px;
}

/* Star rating */

.stars12h {
    background-image: url("/images/stars_widget.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 12px;
    overflow: hidden;
    text-indent: -99999px;
    width: 71px;
}

.stars12h-2 {
    background-position: 0 12px;
}

.stars12h1 {
    background-position: 0 -12px;
}

.stars12h2 {
    background-position: 0 -24px;
}

.stars12h3 {
    background-position: 0 -36px;
}

.stars12h4 {
    background-position: 0 -48px;
}

.stars12h5 {
    background-position: 0 -60px;
}

.stars12h6 {
    background-position: 0 -72px;
}

.stars12h7 {
    background-position: 0 -84px;
}

.stars12h8 {
    background-position: 0 -96px;
}

.stars12h9 {
    background-position: 0 -108px;
}

.stars12h10 {
    background-position: 0 -120px;
}

/* Media queries */

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 52%;
    padding-top: 25px;
    height: 0;
}

    .videowrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.offers-box {
    border: 1px dashed #369;
    margin: 10px 0;
    overflow: hidden;
    padding: 10px;
    background: #e9f4ff;
}

    .offers-box img {
        margin-right: 10px;
        float: left;
    }

.restaurant-arrowup {display:inline-block;background-repeat:no-repeat;background-image:url('/images/restaurant-arrowup.png');/*vertical-align:text-top;*/margin-left:2px;}
.arrow-big {
    background-position:0 0;
    width:19px;
    height:28px;
}
.arrow-medium {background-position:-19px -11px;width:14px;height:17px;}
.arrow-small {
    background-position: -33px -14px;
    width: 11px;
    height: 14px;
}
/* Footer */
.footer div * {
    box-sizing: content-box
}

.footer {
    width: 100%;
    margin: 30px 0 0;
    padding: 0;
    background: #333;
    clear: both;
    position: relative;
}

.footer-wrap1 {
    margin: 0 auto;
    padding: 0;
    width: 970px;
    overflow: hidden;
    position: relative;
    color: #fff;
    padding-top: 20px;
}

    .footer-wrap1 a {
        display: block;
        text-decoration: none;
        color: #fff;
    }

        .footer-wrap1 a:hover {
            display: block;
            text-decoration: underline;
            color: #fff;
        }

    .footer-wrap1 .foot1 {
        width: 480px;
        height: 170px;
        float: left;
        border-right: 1px dashed #666;
        padding-right: 20px;
    }

        .footer-wrap1 .foot1 p {
            margin-left: 50px;
            padding: 10px;
            font-size: 12px;
            line-height: 18px;
        }

        .footer-wrap1 .foot1 a {
            text-decoration: underline;
        }

        .footer-wrap1 .foot1 p b {
            font-size: 18px;
        }

        .footer-wrap1 .foot1 img {
            float: left;
            margin: 10px 10px 0 0;
        }

    .footer-wrap1 .foot2 {
        width: 230px;
        height: 170px;
        float: left;
        border-right: 1px dashed #666;
        padding: 0 20px;
        font-size: 14px;
        line-height: 30px;
    }

    .footer-wrap1 .foot3 {
        width: 150px;
        height: 170px;
        float: left;
        text-align: center;
        padding: 0 20px;
    }

        .footer-wrap1 .foot3 p {
            font-size: 14px;
            line-height: 30px;
            margin: 0;
        }

        .footer-wrap1 .foot3 img {
            margin-top: 8px;
            width: 145px;
        }

.footer-wrap2 {
    width: 100%;
    background: #1b1b1b;
    overflow: hidden;
    padding: 20px 0 10px;
    margin-top: 20px;
    clear: both;
}

    .footer-wrap2 .sites-ring {
        margin: 0 auto;
        padding: 0;
        width: 970px;
        overflow: hidden;
        position: relative;
    }

        .footer-wrap2 .sites-ring a {
            display: inline-block;
            float: left;
        }

            .footer-wrap2 .sites-ring a img {
                max-width: 100%;
                height: auto;
                -webkit-filter: grayscale(100%) brightness(135%) contrast(120%);
                filter: grayscale(100%) brightness(135%) contrast(120%);
                transition: filter 0.3s, box-shadow 0.3s;
                -webkit-transition: filter 0.3s, -webkit-filter 0.3s, box-shadow 0.3s;
            }

            .footer-wrap2 .sites-ring a:hover img, .footer-wrap2 .sites-ring a:focus img {
                -webkit-filter: none;
                filter: none;
            }

    .footer-wrap2 .members {
        padding: 13px 30px;
        border-top: 1px solid #666;
        width: 450px;
        margin: 20px auto;
    }

    .footer-wrap2 .member {
        float: left;
        text-align: center;
        padding: 16px 10px;
    }

    .footer-wrap2 .onlinemedia {
        padding: 0 10px
    }

    /* OldDesign addition: unlike the legacy ened/media/sete member badges (tiny source images,
       max ~50px tall, sized correctly at their native resolution), mht_alphaguide.png is a 300x300
       source file with no built-in constraint — it renders huge without an explicit height. */
    .footer-wrap2 .member.mht img {
        height: 40px;
        width: auto;
    }

@media screen and (max-width: 983px) {
    .footer-wrap1, .footer-wrap1 .foot1, .footer-wrap1 .foot2, .footer-wrap1 .foot3, .footer-wrap2 .sites-ring {
        width: 96%;
        padding: 2%;
        text-align: center;
        clear: both;
        height: auto;
    }

        .footer-wrap1 .foot1, .footer-wrap1 .foot2 {
            border: none;
            border-bottom: 1px solid #666;
        }

        .footer-wrap1 p {
            margin: 0 !important;
        }

        .footer-wrap1 .foot1 img {
            float: none;
        }

        .footer-wrap2 .sites-ring a {
            display: block;
            float: none;
            margin: 1%;
        }
}

@media screen and (max-width: 530px) {
    .footer-wrap2 .members {
        width: 90%;
        padding: 13px 0;
    }

    .footer-wrap2 .member {
        float: none;
    }
}
/* END footer */

@media screen and (max-width: 991px) {
    .pace {
        display: none;
    }

    .motto {
        font-size: 30px;
        text-align: center;
        text-shadow: 0 2px 10px #333;
    }

    .first-view {
        padding-bottom: 10px;
    }

    .navbar-nav > li > a {
        padding-right: 10px;
        padding-left: 10px;
    }

    #vmap {
        width: 430px;
        height: 500px;
    }

    .home #vmap {
        width: 430px;
        height: 500px;
    }

    .device, .imgLiquid {
        height: 400px;
    }

        .device.device-articles {
            height: 300px;
        }

    .device-articles .imgLiquid {
        width: 100%;
        height: 300px;
    }

    .device-articles h2 {
        font-size: 24px;
    }
}


@media screen and (max-width: 767px) {
    .motto-container {
        width: 95%;
        margin: 20px 10px 10px;
    }

        .motto-container:after {
            border-bottom-color: #377dc2;
            border-width: 20px;
            margin-left: -20px;
        }

        .motto-container:before {
            border-width: 23px;
            margin-left: -23px;
        }

    .top-logo-horizontal {
        position: relative;
        text-align: center;
    }

        .top-logo-horizontal img {
            width: 100%;
            box-shadow: 0 2px 5px #333;
        }

    .top-logo .logo {
        display: none;
    }

    .fixed-top-section {
        display: none !important;
    }

    .container.distant-top {
        padding-top: 70px;
    }

    .navbar-2-header {
        padding: 10px 0;
        font-weight: bold;
        margin-bottom: 10px;
        color: #069;
        border-bottom: 1px solid #069;
    }

    #navbar-top .navbar-nav {
        margin-left: 0;
    }

    .row-offcanvas {
        position: relative;
        -moz-transition: all 0.25s ease-out 0s;
        -o-transition: all 0.25s ease-out 0s;
        -webkit-transition: all 0.25s ease-out 0s;
        transition: all 0.25s ease-out 0s;
    }

    .row-offcanvas-left {
        left: 0;
    }

        .row-offcanvas-left .sidebar-offcanvas {
            left: -50%;
            padding-left: 30px;
            padding-top: 0;
        }

        .row-offcanvas-left.active {
            left: 50%;
        }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 50%;
    }

    .show-filters {
        position: absolute;
        left: 15px;
        top: 0;
    }

    #filters-form {
        padding-top: 0;
        margin-top: 0;
    }

        #filters-form h3 {
            margin-top: 0;
        }

    #filter-text {
        padding-top: 30px;
    }

    #map-canvas-all {
        height: 250px;
    }

    .list-group-item {
        padding: 5px 10px;
    }

    .region-map {
        display: none;
    }

    .details button {
        left: 0;
    }

    .device, .imgLiquid {
        height: 350px;
    }

        .device.device-articles {
            height: 300px;
        }

    .device-articles .imgLiquid {
        width: 100%;
        height: 300px;
    }

    .device-articles h2 {
        font-size: 24px;
    }

    .detail-page h1.detail-page-header {
        padding-right: 40px;
    }

    .favorites-container > a {
        padding-right: 40px;
    }

    .favorites-container > button {
        top: 15px;
    }

    #mapModal .proximity {
        top: 2px;
    }

    .home .thumbnail h3 {
        font-size: 20px;
    }

    .jplist-panel {
       font-size:12px;
    }
}


@media screen and (max-width: 479px) {
    body {
        margin-bottom: 80px;
    }

    .top-logo-horizontal img {
        width: 100%;
        box-shadow: none;
    }

    .motto {
        line-height: 30px;
        font-size: 20px;
        text-align: center;
        text-shadow: none;
    }

    .motto-container {
        border: none;
        margin-top: 0;
    }

        .motto-container:after, .motto-container:before {
            display: none;
        }

    .lookfor-label {
        font-size: 18px;
    }
    /*.container.distant-top{
        overflow:hidden;
    }*/
    .nav > li > a {
        padding: 4px;
    }

    .row-offcanvas {
        position: relative;
        -moz-transition: all 0.25s ease-out 0s;
        -o-transition: all 0.25s ease-out 0s;
        -webkit-transition: all 0.25s ease-out 0s;
        transition: all 0.25s ease-out 0s;
    }

    .row-offcanvas-left {
        left: 0;
    }

        .row-offcanvas-left.active .sidebar-offcanvas {
            left: calc(-100% + 15px);
            width: 100%;
            padding-left: 15px;
            top: 45px;
        }

        .row-offcanvas-left .sidebar-offcanvas {
            left: -100%;
            width: 100%;
            padding-left: 15px;
        }

        .row-offcanvas-left.active {
            left: calc(100% + 15px);
        }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 50%;
    }

    .row-offcanvas-left.active .show-filters {
        left: 100%;
        margin-left: 30px;
    }

    .show-filters {
        width: calc(100% - 30px);
    }

    .hide-row {
        position: relative;
        left: -200%;
    }

    #filters-form {
        padding-top: 0;
    }

    .btn-advanced-search {
        margin-bottom: 15px;
        line-height: 18px;
    }

    .search-tabs li a {
        font-size: 10px;
    }

        .search-tabs li a.nearme {
            padding: 5px 2px 0;
        }

            .search-tabs li a.nearme .glyphicon {
                font-size: 20px;
                line-height: 12px;
            }

    #regionAccordion button {
        min-width: 28px;
        padding: 4px;
    }

    #map-canvas-all {
        height: 250px;
    }

    ul.facilities li {
        display: block;
        width: 100%;
        line-height: 30px;
    }

        ul.facilities li span {
            display: inline-block;
        }

    #results-list h2 {
        padding-right: 100px;
    }

    #results-list .distance {
        text-align: right;
        padding: 4px 0;
        border: none;
    }

    .facilities .tooltip {
        display: none !important;
    }

    .pagination-lg > li > a, .pagination-lg > li > span {
        font-size: 14px;
        padding: 6px 12px;
    }

    /*.footer {
        text-align: center;
    }*/

    .copyright.pull-right {
        float: none !important;
        text-align: center;
        display: block;
    }

    .device, .imgLiquid {
        height: 250px;
    }

        .device.device-articles {
            height: 250px;
        }

    .device-articles .imgLiquid {
        width: 100%;
        height: 250px;
    }

    .device-articles h2 {
        font-size: 22px;
    }

    .home .thumbnail h3 {
        font-size: 16px;
    }

    .jplist-panel {
       font-size:11px;
    }
    .jplist-drop-down{
        width:140px;
    }

    .jplist-panel .jplist-pagination button{
        padding:0 4px !important;
    }
    .jplist-panel button{
        margin-right:5px !important;
    }
    .jplist-panel .jplist-pagination .jplist-pagingprev button, .jplist-panel .jplist-pagination .jplist-pagingnext button {
        font-size: 17px !important;
    }

}

@media (min-width: 479px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }
}

/* Last but not least */

.marginless {
    margin: 0;
}

.paddingless {
    padding: 0;
}
/* Extra class margins for any element */
.margin-top-00 {
    margin-top: 0;
}

.margin-top-05 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-00 {
    margin-bottom: 0;
}

.margin-bottom-05 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.padding-top-00 {
    padding-top: 0;
}
/* Extra class padding for any element */
.padding-top-05 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-bottom-00 {
    padding-bottom: 0;
}

.padding-bottom-05 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}


/* columns of same height styles */
.row-same-height {
    display: table;
    width: 100%;
}

.col-xs-height {
    display: table-cell;
    float: none !important;
}

@media (min-width: 768px) {

    .col-sm-8 {
        width: 66% !important;
    }

    .col-sm-5 {
        width: 41% !important;
    }

    .col-sm-4 {
        width: 34% !important;
    }

    .home .col-sm-4 {
        width: 33.333333333% !important;
    }

    .col-sm-pull-5 {
        right: 41% !important;
    }
}

@media (min-width: 992px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
    }
}

/* vertical alignment styles */
.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}


/*google custom search*/
/* Box-sizing resets
 *
 * Reset individual elements or override regions to avoid conflicts due to
 * global box model settings of Bootstrap. Two options, individual overrides and
 * region resets, are available as plain CSS and uncompiled Less formats.
 */

/* Option 1A: Override a single element's box model via CSS */
.element {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* Option 1B: Override a single element's box model by using a Bootstrap Less mixin */
.element {
    .box-sizing(content-box);
}

/* Option 2A: Reset an entire region via CSS */
.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* Option 2B: Reset an entire region with a custom Less mixin */
.reset-box-sizing {
    &, *, *:before, *:after;

{
    .box-sizing(content-box);
}

}

.element {
    .reset-box-sizing();
}

#custom-search .input-group, #advanced-search .input-group {
    width: 100%;
    color: #314554;
}

#custom-search .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0;
}

#custom-search .gsc-input-box {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 33px;
}

#custom-search input.gsc-search-button {
    margin-left: 0;
    margin-top: 0;
    height: auto;
    width: auto;
    padding: 9px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#custom-search table.gsc-search-box td {
    vertical-align: top;
}

#custom-search .gsst_a {
    padding-top: 8px;
}

.gsc-control-wrapper-cse .gsc-selected-option-container {
    width: auto !important;
    cursor: pointer;
}
/*google custom search end*/

.DFP300x250RightUp, .DFP300x250LeftUp, .DFP300x250RightDown, .DFP300x250RightDown, .DFP300x250LeftDown {
    margin: 0 0 10px;
}

.banner img {
    max-width: 100%;
}

.banner300top {
    margin: 0 0 10px;
}

.banner300mid {
    margin: 10px 0;
}

.equalheight {
    margin-bottom: 20px;
}

    .equalheight .thumbnail {
        height: 100%;
    }

@media print {
    a[href]:after {
        content: none;
    }

    .navbar-2-header {
        padding-left: 0;
    }

    .container.distant-top {
        padding-top: 0;
    }

    .fixed-top-section {
        position: relative;
        top: 0;
    }

    .top-logo-horizontal {
        padding-top: 40px;
    }
}

/* OldDesign addition: Bootstrap 3's `.btn{display:inline-block}` (an author-stylesheet rule)
   overrides the browser's default `[hidden]{display:none}` (a user-agent-stylesheet rule) on the
   same element — author rules always win over UA rules regardless of selector specificity. Without
   this, the favorites Add/Remove button pair (Views/Restaurants/Detail.cshtml) shows both buttons
   at once whenever either one carries the `hidden` attribute alongside a `.btn` class. */
[hidden] {
    display: none !important;
}

/* OldDesign addition: Bootstrap 3's global `*, *:before, *:after { box-sizing: border-box; }`
   reset makes the jqvmap zoom buttons' padding eat into their own fixed 10x10px box (jqvmap.css
   was authored assuming the pre-Bootstrap-3 content-box model, where width/height exclude
   padding) — the "+"/"−" glyph is squeezed into a ~4x4px content area and effectively disappears.
   Restoring content-box for just these two elements gives back their intended ~16x16px visual size. */
.jqvmap-zoomin, .jqvmap-zoomout {
    box-sizing: content-box;
}

/* OldDesign addition: the results-page filter sidebar (Views/Restaurants/Index.cshtml) renders
   one <ul class="parent-cuisine"> per filter group (cuisine, price, services, awards), back to
   back. `ul.facilities li` floats (see rule above, ~line 1766) — a floated group's items don't
   push document flow down after themselves, so the next group's <ul>, itself just a normal block
   box, rises to start at the same line as the still-floating siblings instead of below them,
   squeezing its own checkboxes onto that row. Clearing every group's <ul> keeps each one on its
   own row regardless of whether the previous one floated. */
.secondary-filters-group ul.parent-cuisine {
    clear: both;
}
