/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

html,
button,
input,
select,
textarea {
    font: 14px/24px Roboto, Helvetica, Helvetica Neue, Arial;
    font-weight: 300;
}

h1 {
    font-size: 22px;
    font-weight: 300;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.footer-container,
.main aside {
    /*border-top: 20px solid #dfe3ee; /*#e44d26;*/
}

.header-container,
.footer-container,
.main aside {
    background: #fff; /*#f16529;*/
    color: #000;
}

body.in_fullpage, body.loading {
    background-color: #536dfe;
}

/*.in_fullpage #map {
    -webkit-filter: blur(13px);
    filter: blur(13px);
}*/

.title {
    padding-left: 50px;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #e44d26;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 10px 0 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 0; /*20px 0;*/
}

.footer-container a {
    color: #f7f7f7;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

a {
    text-decoration: none;
}

.modal-wrapper {
    position: absolute;
    /*z-index: 10;*/
    /*background-color:rgba(255,255,255,0.6);*/
    /*background-color: rgba(0,0,0,0.3);*/
    z-index: 1050;
    display: table;
}

.modal-row {
    display: table-cell;
    vertical-align: middle;
}

.modal {
    width: 50%;
    margin: auto;
    background-color: #fff;
    padding: 20px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

.modal-backdrop.in {
    opacity: 0.5;
}

.slide {
    display: none;
}

.slide.open {
    display: block;
}

.slide .note {
    color: #f00;
}

#stats {
    display: none;
    position: absolute;
    z-index: 10;
    background-color: rgba(162, 195, 244, 0.95); /*#536dfe;*/
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

#stats .close {
    position: fixed;
    right: 20px;
    top: 20px;
    padding: 4px;
}

#stats h3 {
    padding-left: 10px;
    margin: 10px 0;
}

#loader {
    display: none;
    position: absolute;
    z-index: 10;
    background-color: #536dfe;
}

/*body.in_loader #loader {
    display: table;
}*/

#loader div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: url(../images/loader-2.png) no-repeat 50% 50%;
    background-size: 30px 3px;
}

#loader div i {
    background: url(../images/loader-1.png) no-repeat 50% 0;
    width: 29px;
    height: 39px;
    padding-bottom: 50px;
    display: inline-block;
    background-size: 29px 39px;
}

#splash {
    display: none;
    position: absolute;
    z-index: 10;
    background-color: #536dfe;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

#splash div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}

#splash h2, #splash h3, #splash h4 {
    margin: 40px 0;
}

#splash h2 {
    background: url(../images/splash-logo.png) no-repeat 50% 0;
    background-size: 157px 230px;
    height: 230px;
    text-indent: -9999px;
}

#splash h3 {
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
}

#splash h4 {
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
}

#splash h4 span {
    font-weight: 700;
}

#splash a {
    padding: 16px 26px;
    font-size: 16px;
    letter-spacing: 3px;
    background-color: #3949ab;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;

    -webkit-transition: opacity 600ms ease-in-out;
    transition: opacity 600ms ease-in-out;
}

.loading #splash a {
    opacity: 0;
}

.in_fullpage .header-container, .in_fullpage .footer-container, .in_fullpage .zoom-controls,
.in_fullpage .extra-controls, .in_fullpage .extra-controls-left,
.in_splash .header-container, .in_splash .footer-container, .in_splash .zoom-controls,
.in_splash .extra-controls, .in_splash .extra-controls-left {
    display: none;
}

#fullpage {
    display: none;
    z-index: 1;
}

#fullpage .pp-tableCell {
    text-align: center;
    color: #fff;
}

#fullpage .section h2 {
    font-family: Rubik, Arial;
    font-weight: 500;
    font-size: 45px;
    line-height: 53px;
}

#fullpage .section h3 {
    font-family: Rubik, Arial;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
}

#fullpage .section h4 {
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
}

#fullpage .section-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 45px;
    margin-top: 30px;
    background: url(../images/landing/slide-2-5-logo.svg) no-repeat 50% 50%;
}

#fullpage .section-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    margin-bottom: 20px;
    background: url(../images/landing/slide-1-arrow.svg) no-repeat 50% 50%;
    opacity: 0.5;
    cursor: pointer;
}

#fullpage .logo {
    height: 180px;
    width: 130px;
    background: url(../images/landing/slide-1-logo.svg) no-repeat 50% 50%;
}

#fullpage .section-inner-wrap {
    width: 600px;
    /*max-width: 600px;*/
    margin: auto;
    height: 400px;
    display: table;
}

#fullpage .section-inner {
    display: table-cell;
    vertical-align: middle;
}

#fullpage .section1 a, #fullpage .section6 a {
    padding: 16px 26px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: #3949ab;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.04),0 2px 5px 0 rgba(0, 0, 0, 0.1);

    -webkit-transition: opacity 600ms ease-in-out;
    transition: opacity 600ms ease-in-out;
}

#fullpage .section1 h3 {
    margin: 60px 0;
}

#fullpage .section1 {
    background-color: #536dfe;
    background-image: url(../images/landing/slide-1-bkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#fullpage .section2 {
    background-color: #5438dc;
    background-image: url(../images/landing/slide-2-bkg-opacity.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#fullpage .section3 {
    background-color: #536dfe;
}

#fullpage .section3 .section-inner-wrap {
    background-image: url(../images/landing/slide-3-icons.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#fullpage .section4 {
    background-color: #34d1bf;
}

#fullpage .section4 .section-inner {
    height: 560px;
}

#fullpage .section4 .section-inner-wrap {
    background-image: url(../images/landing/slide-4-icons.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#fullpage .section5 {
    background-color: #ff5e5b;
}

#fullpage .section5 .section-inner {
    height: 450px;
}

#fullpage .section5 .section-inner-wrap {
    background-image: url(../images/landing/slide-5-icons.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#fullpage .section6 {
    /*background-color: rgba(83,109,254,0.43);*/
    background-color: #b6c2fd;
}

#fullpage .section6 .section-inner {
    height: 512px;
}

#fullpage .section6 .section-inner-wrap {
    background-image: url(../images/landing/slide-6-icons.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#fullpage .section6 h3 {
    margin-top: 250px;
}

#pp-nav li a, .pp-slidesNav li a {
    opacity: 0.5;
}

#pp-nav li .active span, .pp-slidesNav .active span {
    background-color: #fff;
}

.title {
    margin: 0;
    padding-left: 0px;
    overflow: hidden;
}

.title-text {
    display: none;
}

#map {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

#map.invisible {
    opacity: 0;
}

.main {
    width: 100% !important;
    margin: 0;
    padding: 0;
    height: 100%;
}

#status, #share {
    font-size: 14px;
    vertical-align: middle;
}

#share {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
}

#share a {
    color: #000;
}

#share .tw {
    padding: 4px;
}

.bookmarks {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
}

.bookmarks a {
    display: block;
    text-indent: -9999px;
    background: url(../images/navbar-starred.png) no-repeat 50% 50%;
    background-size: 22.5px 21.5px;
    width: 35px;
}

.bookmarks a.open {
    background-image: url(../images/navbar-starred-selected.png);
}

.header-container .bookmark-action {
    display: none;
    float: right;
}

.header-container .bookmark-action a {
    height: 50px;
    width: 35px;
}

.filters {
    float: left;
}

.filters a {
    display: block;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 22.5px 21.5px;
    width: 35px;
}

.header-container .filter-all {
    background-image: url(../images/filters/filters-all-default.png);
}
.header-container .filter-cafe-restaurant {
    background-image: url(../images/filters/filters-coffee-nav.png);
}
.header-container .filter-fun {
    background-image: url(../images/filters/filters-fun-nav.png);
}
.header-container .filter-nightlife {
    background-image: url(../images/filters/filters-nightlife-nav.png);
}

.search-mobile {
    display: none;
}

#fb_login {
    display: inline-block;
    padding: 0 10px;
}

#fb_login>div {
    position: relative;
    top: -14px;
}

.logo-wrapper {
    float: left;
    height: 50px;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.go-back {
    background: url(../images/back.png) no-repeat 50% 50%;
    background-size: 9.5px 15.5px;
    width: 40px;
    height: 50px;
    text-indent: -9999px;
    display: inline-block;
    float: left;
}

.logo {
    background: url(../images/navbar-logo.png) no-repeat;
    background-size: 88.5px 50px;
    background-position: 0;
    width: 88.5px;
    height: 50px;
    margin: 0 10px;
    display: inline-block;
}

.search-wrapper {
    float: left;
    /*display: inline-block;*/
    padding-left: 30px;
    margin-left: 50px;
    background: url(../images/search.png) no-repeat 0 50%;
    background-size: 22px;
}

.search-wrapper.open {
    background-image: url(../images/search-selected.png);
}

.search {
    background-color: rgba(200, 237, 237, 0.5);
    padding: 0 1em;
    float: left;
}

.search input {
    border: 0;
    background-color: rgba(200, 237, 237, 0);
    font-size: 16px;
    outline-width: 0px;
}

.search-wrapper.open .search {
    background-color: rgba(200, 237, 237, 0.75);
}

.header-container {
    z-index: 3;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    height: 50px;
    line-height: 50px;
    min-width: 280px;
    background-color: rgba(255,255,255,0.96);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04),0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.header-container header {
    height: 100%;
}

.main-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    min-width: 300px;
    overflow: hidden;
}

.footer-container {
    position: absolute;
    height: 90px;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 300px;
    overflow: hidden;
    z-index: 2;
    background : -moz-linear-gradient(23.37% 457.98% 45deg,rgba(162, 195, 244, 1) 0%,rgba(173, 188, 224, 1) 49.8%,rgba(171, 190, 228, 1) 72.18%,rgba(164, 194, 241, 1) 96.03%,rgba(162, 195, 244, 1) 100%);  
    background : -webkit-linear-gradient(45deg, rgba(162, 195, 244, 1) 0%, rgba(173, 188, 224, 1) 49.8%, rgba(171, 190, 228, 1) 72.18%, rgba(164, 194, 241, 1) 96.03%, rgba(162, 195, 244, 1) 100%);  
    background : -webkit-gradient(linear,23.37% 457.98% ,76.63% -357.98% ,color-stop(0,rgba(162, 195, 244, 1) ),color-stop(0.498,rgba(173, 188, 224, 1) ),color-stop(0.7218,rgba(171, 190, 228, 1) ),color-stop(0.9603,rgba(164, 194, 241, 1) ),color-stop(1,rgba(162, 195, 244, 1) ));
    background : -o-linear-gradient(45deg, rgba(162, 195, 244, 1) 0%, rgba(173, 188, 224, 1) 49.8%, rgba(171, 190, 228, 1) 72.18%, rgba(164, 194, 241, 1) 96.03%, rgba(162, 195, 244, 1) 100%);  
    background : -ms-linear-gradient(45deg, rgba(162, 195, 244, 1) 0%, rgba(173, 188, 224, 1) 49.8%, rgba(171, 190, 228, 1) 72.18%, rgba(164, 194, 241, 1) 96.03%, rgba(162, 195, 244, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A2C3F4', endColorstr='#A2C3F4' ,GradientType=0)";  
    background : linear-gradient(45deg, rgba(162, 195, 244, 0.95) 0%, rgba(173, 188, 224, 0.95) 49.8%, rgba(171, 190, 228, 0.95) 72.18%, rgba(164, 194, 241, 0.95) 96.03%, rgba(162, 195, 244, 0.95) 100%);
    /*opacity : 0.95;  */
    box-shadow : 2px -1px 3px rgba(0, 0, 0, 0.15);
    filter: alpha(opacity=95) progid:DXImageTransform.Microsoft.Alpha(opacity=95) progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=-1, Color='#000000') progid:DXImageTransform.Microsoft.gradient(startColorstr='#A2C3F4',endColorstr='#A2C3F4' , GradientType=1);
}

@supports ( -webkit-backdrop-filter: blur(10px) ) or ( backdrop-filter: blur(10px) ) {
    .footer-container {
        background: rgba(83, 109, 254, 0.35);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        opacity: 1;
    }
}

.footer-container .friends-wrapper {
    height: 100%;
    line-height: 50px;
    margin: 0;
    position: absolute;

    overflow: auto;
    width: 80%;
    width: calc(100% - 66px);
}

.footer-container .authors {
    padding: 0 6px;
    line-height: 70px;
    position: absolute;
    right: 2px;
    bottom: 12px;
}

#card {
    position: absolute;
    background-color: rgba(255,255,255,0.96);
    width: 340px;
    box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.04),0 2px 5px 0 rgba(0, 0, 0, 0.1);
    /*border: 1px rgba(209, 209, 209, 0.7) solid;*/
    z-index: 1;
    top: 0px;
    left: 0px;
    height: 100%;
    /*height: 85%;
    height: calc(100% - 90px);*/
    overflow: hidden;
}

#card .close {
    position: absolute;
    top: 133px;
    right: 0;
    padding: 8px;
    line-height: 8px;
    cursor: pointer;
    color: #fff;
    background: #000 url(../images/exit-card.png) no-repeat 50% 50%;
    background-size: 11px;
    text-indent: -9999px;
    width: 11px;
    height: 11px;
}

#card .content {
    height: 100%;
}

.card-hidden {
    display: none;
}

.id_images {
    height: 160px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #c8eded;
}

.id_images .cover {
    width: 100%;
}

.id_images .picture {
    width: 70px;
    height: 70px;
    top: 90px;
    left: 20px;
    position: relative;
    padding: 4px;
    border: 1px rgba(209, 209, 209, 1) solid;
    background-color: #fff;
}

.id_content {
    height: calc(100% - 260px);
    position: relative;
}

.id_content section {
    padding: 12px 22px;
}

.id_content header {
    font-size: 24px;
    width: 92%;
}

.id_content .fb-like {
    background-color: #fff;
    padding: 0;
    height: 30px;
}

.id_content .bookmark-action {
    position: absolute;
    right: 16px;
    top: 8px;
    padding: 0;
}

.bookmark-action a {
    display: block;
    text-indent: -9999px;
    background: url(../images/navbar-add-star.png) no-repeat 50% 50%;
    background-size: 22.5px 21.5px;
    width: 25px;
    height: 30px;
}

.bookmark-action a.selected {
    background-image: url(../images/navbar-add-star-starred.png);
}

#card .bookmark-action a {
    background-color: #fff;
}

.id_content div.type, .id_content div.likes {
    padding: 10px 0;
    border-bottom: 1px rgba(239, 239, 239, 1) solid;
}

.id_content div.fb-like-manual {
    padding-left: 16px;
    background: url(../images/likes.png) no-repeat 0 6px;
    background-size: 12px;
}

.id_content section div {
    padding-left: 16px;
}

.id_content .dir-link {
    color: #000;
}

.id_content .dir-link span {
    background: url(../images/directions.png) no-repeat 100% 50%;
    background-size: 11px;
    display: inline-block;
    color: #aaa;
    padding-right: 16px;
}

.id_content .dir-link:hover span {
    background-image: url(../images/directions-onhover.png);
    color: #000;
}

.id_content .addr {
    background: url(../images/address.png) no-repeat 0 12px;
    background-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px rgba(239, 239, 239, 1) solid;
    line-height: 18px;
}

.id_content .phone {
    background: url(../images/phone.png) no-repeat 0 50%;
    background-size: 11px;
}

.id_content .website {
    background: url(../images/website.png) no-repeat 0 50%;
    background-size: 11px;
}

.id_content .website a {
    color: #000;
}

.id_content .fb {
    background: url(../images/facebookpage.png) no-repeat 0 50%;
    background-size: 11px;
}

.id_content .fb a {
    color: #000;
}

.id_content .page_likes {
    padding-left: 0;
}

.id_content .page_likes h3 {
    margin-bottom: 0;
}

.id_content .page_likes ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

.id_content .page_likes a {
    color: #000;
}

.friends-list {
  margin: 0;
  padding: 10px 0 0 4px;
  white-space: nowrap;
  display: inline-block;
}

.friends-list li {
    list-style-type: none;
    padding: 5px 5px;
    display: inline-block;
    position: relative;
}

/*.friends-list li.fb-invite-friends {
    position: absolute;
    right: 0;
}*/


.invite-wrapper {
    position: absolute;
    right: 0;
}

#status-friends {
  float: left;
  padding: 0 6px;
}

.friends-list .fb-circle {
    width: 58px;
    height: 58px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    line-height: 54px
}

.friends-list .fb-circle span {
    display: inline-block;
    white-space: initial;
    vertical-align: middle;
    line-height: 14px;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
}

.fb-profile a {
    display: block;
    font-size: 13px;
    outline-width: 0px;
}

.fb-profile img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.fb-profile .fb-circle {
    position: absolute;
    top: 5px;
    left: 5px;
    display: none;
    border-width: 5px;
    width: 50px;
    height: 50px;
}

.fb-profile .fb-circle2 {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
}

img.logo {
    width: 27px;
}

.popups {
    position: absolute;
}

.zoom-controls {
    position: absolute;
    right: 10px;
    top: 70px;
}

.zoom-controls a {
    padding: 8px;
    background-color: #fff;
    display: block;
    outline: 0;
    box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.04),0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.zoom-controls img {
    width: 20px;
}

.zoom-controls .zoom-out {
    margin-top: 2px;
}

.zoom-controls .geo-center {
    border-radius: 18px;
    padding: 6px 8px;
    margin-top: 10px;
}

.extra-controls-left {
    position: absolute;
    left: 10px;
    bottom: 105px;
}

.extra-controls-left a {
    padding: 8px;
    background-color: #536dfe;
    color: #fff;
    display: block;
}

.extra-controls {
    position: absolute;
    right: 10px;
    bottom: 105px;
}

.extra-controls a {
    padding: 8px;
    background-color: #fff;
    display: block;
    outline: 0;
    box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.04),0 2px 5px 0 rgba(0, 0, 0, 0.1);
    width: 27px; 
    height: 27px;
    border-radius: 27px;
    text-align: center;
}

.extra-controls img {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}

#search-results-wrapper {
    background-color: transparent;
    border: 0;
}

#search-results-wrapper .none {
    display: none;
}

.popup-wrapper {
    display: none;

    position: absolute;
    background-color: rgba(255,255,255,0.96);
    width: 320px;
    box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.04),0 2px 5px 0 rgba(0, 0, 0, 0.1);
    /*border: 1px rgba(209, 209, 209, 0.7) solid;*/
    z-index: 2;
    top: 70px;
    right: 10px;
    max-height: calc(100% - 170px);
    overflow: hidden;
}

.popup-wrapper.open {
    display: block;
}

.grid-pages h3 {
    text-align: center;
}

.grid-pages ul {
    list-style-type: none;
    padding: 10px 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.grid-pages li {
    width: 33.3%;
    float: left;
    padding: 4px 0;
}

.grid-pages li.none {
    width: 100%;
}

.grid-pages li.none p {
    padding: 10px 45px;
    text-align: center;
}

.grid-pages li.none p.no-banner {
    font-weight: 700;
}

.grid-pages li.none i.no-bookmarks-icon {
    background: url(../images/no-bookmarks-star.png) no-repeat 50% 50%;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
}

.grid-pages li.none i.bookmark-add-icon {
    background: url(../images/navbar-add-star.png) no-repeat 50% 50%;
    background-size: 22.5px 21.5px;
    width: 22.5px;
    height: 21.5px;
    display: inline-block;
    vertical-align: middle;
}

.grid-pages li a {
    display: block;
    text-align: center;
}

.grid-pages li img {
    width: 70px;
    height: 70px;
    padding: 4px;
    border: 1px rgba(209, 209, 209, 1) solid;
    background-color: #fff;
}

.grid-pages li span {
    font-size: 10px;
    display: block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}

.grid-pages.likes {
    margin-top: 5px;
    background-color: rgba(200, 237, 237, 0.95);
    display: none;
}

.grid-pages.likes.open {
    display: block;
}

#search-results-wrapper {
    box-shadow: none;
    overflow: visible;
}

#search-results-wrapper .location {
    box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.04),0 2px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: rgba(200, 237, 237, 0.95);
    display: none;
}

#search-results-wrapper .location.open {
    display: block;
}

#search-results-wrapper .location ul {
    padding: 4px 0;
    margin: 5px 0 0 0;
}

#search-results-wrapper .location li {
    padding: 4px 10px 4px 30px;
    background: url(../images/address.png) no-repeat 10px 10px;
    background-size: 11px;
}

#search-results-wrapper .location a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-style: italic;
    color: #000;
}

#search-results-wrapper .likes {
    box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.04),0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

#filter-wrapper {
    background-color: rgba(200, 237, 237, 0.95);
}

#search-card-wrapper {
    display: none;
}

#search-card-wrapper.open {
    display: block;
}

#filter-wrapper a {
    display: block;
    font-size: 10px;
    color: #000;
}

#filter-wrapper a.selected {
    color: #7986cb;
}

#filter-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 5px 0 20px 0;
}

#filter-wrapper ul li {
    float: left;
}

#filter-wrapper .primary li {
    width: 25%;
    text-align: center;
}

#filter-wrapper .primary a {
    background-repeat: no-repeat;
    background-position: 50% 20px;
    background-size: 44px;

    padding-top: 70px;
    line-height: 14px;
}

#filter-wrapper .secondary a {
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 22px;

    padding: 6px 10px 6px 42px;
    font-size: 12px;
}

#filter-wrapper .secondary ul {
    margin: 10px;
}

#filter-wrapper .secondary li {
    width: 50%;
}

.filter-all {
    background-image: url(../images/filters/filters-all.png);
}

.filter-accommodation {
    background-image: url(../images/filters/filters-accommodation.png);
}

.filter-beauty {
    background-image: url(../images/filters/filters-beauty.png);
}

.filter-cafe-restaurant {
    background-image: url(../images/filters/filters-coffee.png);
}

.filter-education {
    background-image: url(../images/filters/filters-education.png);
}

.filter-fun {
    background-image: url(../images/filters/filters-fun.png);
}

.filter-health {
    background-image: url(../images/filters/filters-health.png);
}

.filter-local-business {
    background-image: url(../images/filters/filters-local.png);
}

.filter-nightlife {
    background-image: url(../images/filters/filters-nightlife.png);
}

.filter-services {
    background-image: url(../images/filters/filters-services.png);
}


.filter-all.selected {
    background-image: url(../images/filters/filters-all-selected.png);
}

.filter-accommodation.selected {
    background-image: url(../images/filters/filters-accommodation-selected.png);
}

.filter-beauty.selected {
    background-image: url(../images/filters/filters-beauty-selected.png);
}

.filter-cafe-restaurant.selected {
    background-image: url(../images/filters/filters-coffee-selected.png);
}

.filter-education.selected {
    background-image: url(../images/filters/filters-education-selected.png);
}

.filter-fun.selected {
    background-image: url(../images/filters/filters-fun-selected.png);
}

.filter-health.selected {
    background-image: url(../images/filters/filters-health-selected.png);
}

.filter-local-business.selected {
    background-image: url(../images/filters/filters-local-selected.png);
}

.filter-nightlife.selected {
    background-image: url(../images/filters/filters-nightlife-selected.png);
}

.filter-services.selected {
    background-image: url(../images/filters/filters-services-selected.png);
}


.filter-all.open {
    background-image: url(../images/filters/filters-all-active.png);
}

.filter-accommodation.open {
    background-image: url(../images/filters/filters-accommodation-active.png);
}

.filter-beauty.open {
    background-image: url(../images/filters/filters-beauty-active.png);
}

.filter-cafe-restaurant.open {
    background-image: url(../images/filters/filters-coffee-active.png);
}

.filter-education.open {
    background-image: url(../images/filters/filters-education-active.png);
}

.filter-fun.open {
    background-image: url(../images/filters/filters-fun-active.png);
}

.filter-health.open {
    background-image: url(../images/filters/filters-health-active.png);
}

.filter-local-business.open {
    background-image: url(../images/filters/filters-local-active.png);
}

.filter-nightlife.open {
    background-image: url(../images/filters/filters-nightlife-active.png);
}

.filter-services.open {
    background-image: url(../images/filters/filters-services-active.png);
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-height: 360px) {

    .footer-container {
        display: none;
    }

    #splash h2 {
        background-size: 113px 165.6px;
        height: 166px;
    }

    #splash h2, #splash h3, #splash h4 {
        margin: 20px 0;
    }

}

@media only screen and (max-height: 360px) and (orientation: landscape) {

    /*.footer-container {
        display: block;
        zoom: 0.5;
    }*/

}

@media only screen and (max-width: 479px) {

    .header-container .search, .header-container .search-wrapper, #status {
        display: none;
    }

    .in-bookmarks .header-container, .in-filters .header-container {
        box-shadow: none;
    }

    #fb_login {
        padding: 0;
    }

    .search-mobile {
        display: block;
        position: absolute;
        right: 70px;
        top: 0;
        line-height: 50px;
    }

    .search-mobile a {
        display: block;
        text-indent: -9999px;
        background: url(../images/search.png) no-repeat 50% 50%;
        background-size: 21.5px 21.5px;
        width: 35px;
    }

    .search-mobile a.open {
        background-image: url(../images/search-selected.png);
    }

    #card {
        width: 100%;
        left: 0;
        top: 0;
        border: 0;
        height: 100%;
    }

    #card .close {
        top: 70px;
        display: none;
    }

    .id_images {
        height: 180px;
    }

    .id_images .picture {
        left: 22px;
        top: 110px;
    }

    .card-hidden {
        display: initial;
    }

    .card-hidden-initial {
        -webkit-animation-duration: 0.01s !important;
        animation-duration: 0.01s !important;
    }

    .loading .card-hidden {
        display: none;

    }

    #card.animated {
        visibility: hidden;
    }

    #card.animated.slideInRight, #card.animated.slideOutRight {
        visibility: visible;
    }

    .animated {
        -webkit-animation-duration: 0.6s;
        animation-duration: 0.6s;
    }

    .popups {
        clip: rect(10px, 9999px, 9999px, 0);
    }

    .popup-wrapper {
        left: 10px;
        width: auto;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        top: 60px;
        max-height: 70%;
        max-height: calc(100% - 160px);

        display: block;
        opacity: 0;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .popup-wrapper.open {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    #search-results-wrapper.popup-wrapper {
        top: 60px;
    }

    #search-card-wrapper {
        position: absolute;
        z-index: 10;
        overflow: hidden;
        /*top: 60px;*/
        top: 10px;
        /*right: 10px;*/
        right: 45px;
        left: 45px;
        height: 50px;

        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #search-card-wrapper.open {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    .filters {
        position: absolute;
        right: 35px;
        top: 0;
        line-height: 50px;
    }

    .search-wrapper {
        background-image: none;
        margin-left: 0;
        padding-left: 0;
    }

    .search {
        padding: 12px;
    }

    .content {
        height: 100%;
    }

    .id_content {
        height: 50%;
        height: calc(100% - 224px);
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .id_content header {
        width: auto;
    }

    .id_content .bookmark-action {
        display: none;
        top: 144px;
    }

    .in-card .logo-wrapper, .in-search .logo-wrapper {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    .search-mobile, .filters, .bookmarks {
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }

    .logo {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .in-search .search-mobile, .in-search .filters, .in-search .bookmarks {
        -webkit-transform: translateX(70px);
        transform: translateX(70px);
    }

    .in-search .filters, .in-search .bookmarks, .in-search .logo {
        opacity: 0;
    }

    .header-container {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .in-search .header-container {
        background-color: rgba(200, 237, 237, 0.95);
    }

    .header-container .bookmark-action {
        display: block;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);

        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }

    .header-container .bookmark-action.open {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    .header-container .zoomIn {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    #splash h2 {
        background-size: 113px 165.6px;
        height: 166px;
    }

    #splash a {
        letter-spacing: 2px;
    }

    i.no-bookmarks-icon {
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
    }

    #pp-nav.right {
        right: 4px;
    }

    #fullpage .logo {
        height: 140px;
    }

    #fullpage .section h2 {
        font-size: 35px;
        line-height: 45px;
        margin: 30px 26px;
    }

    #fullpage .section h3 {
        margin: 30px 26px;
        font-size: 22px;
        line-height: 26px;
    }

    #fullpage .section h4 {
        margin: 25px 26px;
    }

    #fullpage .section-inner-wrap {
        width: auto;
    }

    #fullpage .section p {
        margin: 0 26px;
    }

    #fullpage .section3 .section-inner-wrap {
        background-size: auto;
    }

    #fullpage .section.section6 h3 {
        margin-top: 220px;
        margin-bottom: 10px;
    }

    #fullpage .section1 a, #fullpage .section6 a {
        padding: 16px 20px;
    }

    #fullpage br {
        display: none;
    }

}

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }

/*
ANIMATION DISABLE FOR EVERYTHING APART MOBILES
*/

    .animated {
        visibility: visible;
        -webkit-animation-duration: 0s;
        animation-duration: 0s;
    }

    #splash.animated {
        -webkit-animation-duration: 0.01s;
        animation-duration: 0.01s;
    }

    .footer-container.slideOutDown, .footer-container.slideInUp2, .header-container .zoomOut {
        visibility: visible;
        -webkit-animation-name: none;
        animation-name: none;
    }

    #search-card-wrapper {
        display: none !important;
    }

    #filter-wrapper {
        left: 200px;
    }

    #search-results-wrapper {
        left: 200px;
    }

    .search-wrapper {
        margin-left: 0;
    }

    #search-results-wrapper, #filter-wrapper {
        left: 142px;
    }

    #card.card-hidden {
        display: block;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    #card {
        animation-name: none;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: transform 300ms ease-in-out;
        transition: transform 300ms ease-in-out;
    }
}

@media only screen and (min-width: 768px) {

/* ============
    WIDE: Menu
   ============ */

    .title {
        /*float: left;*/
    }

    nav {
        float: right;
        width: 38%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 100%;
    }

    .main aside {
        float: right;
        width: 28%;
    }

    .search-wrapper {
        margin-left: 50px;
    }

    #search-results-wrapper, #filter-wrapper {
        left: 200px;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.table {
    display: table;
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
}

.fill {
    width: 100%;
    height: 100%;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.no-animation {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    animation-delay: 0s !important;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.fb-circle2 {
    /*font-size: 10px;
    position: relative;
    text-indent: -9999em;*/
    border: 5px solid #536dfe;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.fb-circle2.run {
    border-top: 5px solid #8c9eff;
    border-right: 5px solid #8c9eff;
    border-bottom: 5px solid #8c9eff;
    -webkit-animation: load2 1.1s infinite linear;
    animation: load2 1.1s infinite linear;
}
.fb-circle2,
.fb-circle2:after {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes slideOutDown2 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    /*border-top-left-radius: 50% 10%;
    border-top-right-radius: 50% 10%;
    padding-top: 10%;
    height: 120%;*/
  }

  to {
    /*border-top-left-radius: 50% 10%;
    border-top-right-radius: 50% 10%;*/
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown2 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    /*border-top-left-radius: 50% 10%;
    border-top-right-radius: 50% 10%;
    padding-top: 10%;
    height: 120%;*/
  }

  to {
    /*border-top-left-radius: 50% 10%;
    border-top-right-radius: 50% 10%;*/
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown2 {
  -webkit-animation-name: slideOutDown2;
  animation-name: slideOutDown2;
}

.animated.slideOutDown2 {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

@-webkit-keyframes slideInUp2 {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp2 {
  from {    
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.in_splash .slideInUp2 {
    -webkit-animation-name: none;
    animation-name: none;
}

.slideInUp2 {
    -webkit-animation-name: slideInUp2;
    animation-name: slideInUp2;
}

.animated.slideInUp2 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}
