/* Icomoon fonts */
@font-face {
    font-family: 'icomoon';
    src:url('/storage/themes/theanxy/font/icomoon.eot?ky0aaz');
    src:url('/storage/themes/theanxy/font/icomoon.eot?#iefixky0aaz') format('embedded-opentype'),
        url('/storage/themes/theanxy/font/icomoon.woff?ky0aaz') format('woff'),
        url('/storage/themes/theanxy/font/icomoon.ttf?ky0aaz') format('truetype'),
        url('/storage/themes/theanxy/font/icomoon.svg?ky0aaz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-enlarge:before {
    content: "\e98b";
}

.icon-geo2:before {
    content: "\e9ca";
}

.icon-info:before {
    content: "\ea0c";
}

.icon-geo3:before {
    content: "\eae9";
}

.icon-geo:before {
    content: "\e600";
}


/* Common styles */

@media only screen and (min-width: 768px) {

    #container {
        padding-left: 200px;
        /* Fix collapsing margins */
        margin-top: -1px;
        padding-top: 1px;
    }

    header {
        position: fixed;
        margin-left: -200px;
        box-sizing: content-box;
        width: 200px;
        height: 100%;
        background: #fff;
        z-index: 1000 !important;
    }

    header .in {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 45px;
    }

    header nav {
        position: absolute;
        top: 250px;
    }

    header nav li {
        display: block;
    }

    h2.tag {
        margin-top: 0;
        display: block;
        line-height: 1.1;
    }

}

ol#lane-nav {
    display: block;
}

/*#lane {
    padding-left: 200px;
    box-sizing: content-box;
}*/

#lane .caption {
    text-transform: uppercase;
    font-weight: 200;
    padding-left: 15px;
}

.album-img-wrapper {
    display: block;
}

/* Places page */
.continent {
    clear: both;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 200;
    margin: 1.7em 0 1em;
}

@media only screen and (max-width: 767px) {
    .continent {
        margin: 0 15px;
    }
}

#albums {
    overflow: hidden;
    margin-left: 0;
}

#albums h2 {
    font-weight: 400;
}

#albums h2 a {
    color: #666;
}

#albums .item {
    position: absolute;
    left: -99999px;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#albums.show-all .item,
#albums .item-1,
#albums .item-2,
#albums .item-3,
#albums .item--teaser {
    position: static;
    left: auto;
    opacity: 1;
}

#albums .item--teaser {
    position: relative;
    opacity: 0;
}

#albums .item--teaser.is-visible {
    opacity: 1;
}

#albums .item--teaser button {
    background: #eee;
    border: 0;
    width: 100%;
    height: 167px;
    font-size: 14px;
    font: inherit;
    outline: none;
    font-weight: 200;
    text-transform: uppercase;
}


/* Photo details */

#lane .cell.image .content {
    position: relative;
}

.photo__details {
    opacity: 0;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 10px;
    bottom: 10px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#lane .cell.image .content:hover .photo__details {
    opacity: 1;
}

.photo__exif,
.photo__geo {
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.photo__exif {
    overflow: hidden;
}

.photo__exif .exif {
    position: absolute;
    right: -245px;
    width: 250px;
    text-align: center;
    opacity: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    color: #FFE;
    font-size: 12px;
    line-height: 27px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.photo__exif .photo__icon:hover + .exif {
    opacity: 1;
}

.photo__icon {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    padding: 6px;
    background: rgba(0,0,0,.25);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.photo__icon:hover {
    background: #fff;
    color: #000;
}


.photo__geo {
    text-align: center;
}


/* Blog */
.blog-iframe {
    width: 100%;
    height: 900px;
    border: 0;
}