html {
  height: 100%;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: 100%;
    background-color: #AAA;
    color: #fff;
    font-family: 'OpenSans-SemiBold';
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

a {
    color: #fff;
}

a:hover {
    color: #fff;
    opacity: 0.8;
}

a:focus {
    color: #fff;
    opacity: 1;
}

.anchor {
    position:relative;
    top:-50px;
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/montserrat/Montserrat-Bold.eot"), url("../fonts/montserrat/Montserrat-Bold.ttf");
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/montserrat/Montserrat-Regular.eot"), url("../fonts/montserrat/Montserrat-Regular.ttf");
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url("../fonts/opensans/OpenSans-Bold.eot"), url("../fonts/opensans/OpenSans-Bold.ttf");
}

@font-face {
    font-family: "OpenSans-SemiBold";
    src: url("../fonts/opensans/OpenSans-Semibold.eot"), url("../fonts/opensans/OpenSans-Semibold.ttf");
    font-weight: 100;
}

@font-face {
    font-family: "OpenSans";
    src: url("../fonts/opensans/OpenSans-Regular.eot"), url("../fonts/opensans/OpenSans-Regular.ttf");;
}

@font-face {
    font-family: "OpenSans-Light";
    src: url("../fonts/opensans/OpenSans-Light.eot"), url("../fonts/opensans/OpenSans-Light.ttf");
}

.content {
    position:relative;
    top: 0%;
    width: 100%;
    text-align: center;
    padding-bottom: 80px;
    padding-top: 100vh;
}

.content.static {
    padding-top: 0px;
    padding-right: 0px;
}

h1{
    position: absolute;
    font-size: 88px;
    font-family: 'Montserrat-Bold';
    margin: 0px;
    margin-top: 35vh;
    position: relative;
    color: #FFF;
    letter-spacing: 10px;
    line-height: 107px;
    text-align: center;
    text-transform: uppercase;
    cursor: default;
}

h1 > span {
    display:block;
    font-family: 'Montserrat-Regular';
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 29px;
    text-transform: uppercase;
    margin-top: -8px;
}

h2 {
    z-index: 100;
    font-size:16px;
    margin-top: 30px;
    color: #FFF;
    letter-spacing: 2px;
    line-height: 22px;
    text-transform: uppercase;
    border-bottom: 1px solid #FFF;
    clear: both;
    padding: 8px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    cursor: default;
}

.content h2
{
    position: fixed;
    top: 15px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transition: opacity .8s;
    display: table; margin: 0 auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
}

.content h2.active
{
    opacity: 1;
}

.content.static h2
{
    position: relative;
    opacity: 1;
    top: 0px;
    margin:0px;
    padding-top: 30px;
    margin-bottom: 30px;
    box-shadow: none;
    text-shadow: none;
}

.lang {
    left: 0px;
    font-family: 'OpenSans-Bold';
    font-size:14px;
    color: #FFF;
    letter-spacing: 2.1px;
    line-height: 19px;
    opacity: 0.5;
    position:fixed;
}

.welcome-home {
    background-image:  url("../images/background/bg_img_1.1.jpg");
}

.login {
    background-image:  url("../images/background/bg_img_1.3.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0px;
    margin-top: -60px;
}

.section-1 {
    background-image:  url("../images/background/bg_img_2.1.jpg");
}

.section-1-blur {
    background-image:  url("../images/background/bg_img_2.2.jpg");
}

.section-2 {
    background-image:  url("../images/background/bg_img_3.1.jpg");
}

.section-2-blur {
    background-image:  url("../images/background/bg_img_3.2.jpg");
}

.section-3 {
    background-image:  url("../images/background/bg_img_4.1.jpg");
}

.section-3-blur {
    background-image:  url("../images/background/bg_img_4.2.jpg");
}

.section-4 {
    background-image:  url("../images/background/bg_img_5.1.jpg");
}

.section-4-blur {
    background-image:  url("../images/background/bg_img_5.2.jpg");
}

.ic-nav {
    width:8px;
    height:8px;
    opacity: 1;
    border:2px solid;
    padding: 0px;
    border-radius: 20px;
    position:absolute;
    margin-left: 12px;
    margin-top: 12px;
    transition: all .5s;
    background-color: #fff;
    cursor: pointer;
}

.ic-nav:hover {
    width: 32px;
    height: 32px;
    margin-left: 0px;
    margin-top: 0px;
    padding: 5px;
    background-color: transparent;
}

.ic-nav.active {
    width: 32px;
    height: 32px;
    margin-left: 0px;
    margin-top: 0px;
    padding: 5px;
    background-color: transparent;
}

#ic-home.active {
    margin-top: 5px;
}

.ic-map {
    width:500px;
    height:500px;
    position:absolute;
    opacity: 0.15;
    margin-left: -250px;
    margin-top: -125px;
}

.ic-pingu {
    width:254px;
    height:256px;
    position:absolute;
    opacity: 0.2;
    left:8.33%;
    margin-top: 240px;
}

.ic-stamp {
    width:282px;
    height:152px;
    position:absolute;
    opacity: 0.2;
    right: 12%;
    margin-top: 140px;
}

.ic-antarctic {
    width:182px;
    position:absolute;
    opacity: 0.2;
    left: 12%;
    margin-top: 1000px;
}

.ic-hamburger {
    width: 32px;
    height: 24px;
}

.ic-antarctic-2 {
    position: absolute;
    margin-left: -70px;
    opacity: 0.2;
    height: 140px;
    width: 140px;
}

.ic-compass {
    width: 32px;
    height: 32px;
}

.ic-read {
    height: 14px;
    width: 14px;
}

.ic-arrow-down {
    position: absolute;
    bottom: 60px;
    margin-left: -24px;
    bottom: 60px;
    left: 50%;
    height: 48px;
    width: 48px;
    border: 2px solid;
    border-radius: 24px;
    padding: 14px;
    padding-top: 14px;
    //background: rgba(255, 255, 255, 0.40);
}

.ic-arrow-down img{
    height: 16px;
    width: 16px;
}

.ic-plus {
    height: 16px;
    width: 16px;
}

.ic-caret {
    height: 12px;
    width: 12px;
    line-height: 24px;
}

.ic-facebook {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 100;
    opacity: 0.5;
    padding: 10px;
}

.ic-facebook img {
    height: 28px;

}

.ic-twitter {
    position: fixed;
    bottom: 64px;
    left: 24px;
    z-index: 100;
    opacity: 0.5;
    padding: 10px;
}

.ic-twitter img {
    height: 28px;
}

.ic-instagram {
    position: fixed;
    bottom: 100px;
    left: 25px;
    z-index: 100;
    opacity: 0.5;
    padding: 10px;
}

.ic-instagram img {
    height: 28px;
}

#ic-passport {
    padding: 2px;
}


.arrow-down-follow {
    position: absolute;
    border-left: 2px dotted;
    height: 57px;
    left: 50%;
    bottom: 0px
}

.parallaxParent {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

#parallax2 {
    padding-bottom: 100px;
}

.background {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    width: 100% !important;

    will-change:top;
    -webkit-transform: translateZ(0);  /* triggers GPU, sometimes fixes the issue */
    transform: translateZ(0);  /* non-webkit specific */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.background.static {
    height: 100%;
    position: fixed;
    top: 0px;
    margin: 0px;
}

.background.active {
    position: fixed;
    background-color: yellow;
}

.project-desc h3{
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    font-size: 34px;
    line-height: 42px;
}

.project-desc {
    //font-family: 'OpenSans-SemiBold';
    margin-top: 100px;
    text-align:left;
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    opacity: 0;
}

.img-container-1 {
    width: 446px;
    height: 446px;
    overflow: hidden;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    position: absolute;
}

.img-desc-1 {
    margin-top:-50px;

}

.img-container-2 {
    width: 332px;
    height: 471px;
    overflow: hidden;
    left:10%;
    margin-top: 40px;
    position: absolute;
}

.img-desc-2 {
    margin-left: -50px;
    margin-top: -80px;
    height: 550px;
}

.project-desc-1 {
    margin-top: 190px;
}

.project-desc-2 {
    margin-top: 48px;
    opacity: 0;
}

.img-container-3 {
    width: 518px;
    height: 349px;
    overflow: hidden;
    right: 8.33%;
    margin-top: 40px;
    position: absolute;
}

.img-desc-3 {
    margin-top: 50px;
    height: 400px;
}

.project-desc-4 {
    margin-top: 550px;
    padding-left: 100px;
    position: relative;
}

.img-container-4 {
    width: 50%;
    overflow: hidden;
    left: 8.33%;
    margin-top: 500px;
    position: absolute;
    height: 453px;
}

.img-desc-4 {
    margin-top: 50px;
    height: 500px;
}

.long-thumb {
    cursor: pointer;
    height: 500px;
    width: 25%;
    overflow: hidden;
    margin:0px;
    margin-left: 10%;
    float: left;
}

.long-thumb img {
    transition: all .5s;
}

.long-thumb img:hover {
    margin-left: -50px;
}

.large-thumb {
    cursor: pointer;
    height: 250px;
    width: 25%;
    overflow: hidden;
    float: left;
    margin:0px;
}

.large-thumb img {
    margin-top:-100px;
    transition: all .5s;
}

.large-thumb img:hover {
    margin-top: -150px;
}

.normal-thumb {
    cursor: pointer;
    height:250px;
    width:15%;
    overflow:hidden;
    float:left;
    margin:0px;
}

.normal-thumb img {
    height: 100%;
}

.thumbs {
    margin-top: 40px;
}

#all-passports-map {
    width:100%;
    height: 385px;
    line-height: 385px;
    text-align: center;
    background-color:#DDD;
    border:1px solid #DDD;
    padding:20px;
    border-radius: 4px;
}

#all-passports-map img {
    vertical-align: middle;
}

.article {
    float: left;
    height: 433px;
    background: #FFF;
    border-radius: 4px;
    padding: 0px;
    margin-bottom: 20px;
    width: 100%;
}

.article-img {
    height: 192px;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
       background-color:#DDD;
}

.article-img > img {
    width: 100%;
    margin-top: -100px;
}

.article-img > .empty {
    height: 80%;
    margin-top: 5%;
}

.article-text > h3 {
    font-family: 'OpenSans-Bold';
    margin-top: 8px;
    font-size: 18px;
    text-transform: uppercase;
}

.article-text {
    text-align:left;
    color: #37474F;
    padding: 24px;
    padding-top: 18px;
    height: 180px;
}

.article-text > time {
    color: #90A4AE;
    font-size: 12px;
    font-family: 'OpenSans';
}

.article-read {
    display: block;
    text-align: right;
    margin: 24px;
    color: #3F51B5;
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    cursor:pointer;
}

.article-read:hover {
    opacity: 0.5;
}

.btn-blank {
    background: none;
    border: 1px solid;
    padding: 12px 24px;
    display: inline-block;
    color: #FFF;
    margin-top: 20px;
    cursor: pointer;
    line-height: 24px;
    height: auto;
    font-family: 'Montserrat-Bold';
}


.categories {
    list-style-type: none;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 40px;
}

.categories .category {
    display: inline-block;
    margin-right: 20px;
}

.categories .category a {
    font-size: 16px;
    font-family: 'OpenSans';
    color: #fff;
}

.categories .category.current a {
    font-family: 'OpenSans-Bold';
}

.profile {
    position: absolute;
    top: 38px;
    right:120px;
    color: #FFF;
    font-size: 18px;
    text-align:right;
    width: 300px;
    height: 50px;
    line-height: 50px;
}

.profile-picture {
    width:50px;
    height: 50px;
    border:1px solid rgba(255, 255, 255, 0.5);
    cursor:pointer;
}

.profile a {
    opacity: 0.5;
}

.login-btn {
    position: absolute;
    top: 48px;
    right:120px;
    color: #FFF;
    font-size: 18px;
    opacity: 0.5;
}

.profile > img {
    border-radius: 30px;
    margin-right: 10px;
}

.login {
    position:absolute;
    top: 48px;
    right:150px;
    color: #FFF;
    font-size: 18px;
}

.facebook-btn {
    background-color:#3b5998;
    color:#fff;
    padding:10px 25px;
    border-radius: 4px;
}

.close-screen {
    position: absolute;
    right: 20px;
    margin: 20px
}

.navigation-sep {
    height:60px;
    border-left: 1px solid;
    margin-left: 15px;
    margin-top: 42px;
    position:relative;
    margin-bottom: 5px;
}

#modal-illustrations {
    min-height: 90%;
    max-height: 90%;
    width: 1000px;

    top: 5% !important;
    overflow: hidden;
}

#modal-illustrations img {
    width: 100%;
}

.modal {
    color: #000;
}

.modal a {
    color: #000;
}



.lean-overlay {

    opacity: 0 !important;
}

#materialbox-overlay {
    background-color: rgba(255, 255, 255, 0.7);
}

.slider .indicators .indicator-item {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.5);
}

.slider .indicators .indicator-item.active {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 1);
}

.all-passports  .stats {
    height:192px;
    background-color: #00CBD4;
    border-radius: 4px;
    //margin-left: 15px;
    border-radius: 4px;
    padding-top: 30px;
}

.all-passports .stats .title-1 {
    font-size: 66px;
    font-family: 'Montserrat-Bold';
    letter-spacing: 7px;
    line-height: 81px;
    margin-top: 15px;
}

.all-passports .stats .title-2 {
    font-family: 'Montserrat-Regular';
    letter-spacing: 3px;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    margin-top: -15px;
}

.all-passports .desc {
    text-align: left;
    //margin-left: 15px;
    font-family: 'OpenSans-SemiBold';
    font-size: 14px;
}

.all-passports .desc h3 {
    font-family: 'OpenSans-Bold';
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.all-passports .desc .ask {
    text-align:center;
}

.compass .coord {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    text-align: center;
    font-size: 20px;
    font-family: 'OpenSans-Light';
    letter-spacing: 3px;
    line-height: 27px;
    margin-top: 10px;
}

.compass .coord span {
    opacity: 0.5;
}

#menu .entry {
    font-size: 35px;
    letter-spacing: 5.14px;
    line-height: 43px;
    font-family: 'Montserrat-Regular';
    margin-bottom: 40px;
    text-transform: uppercase;
}

#menu #partners {
    position: fixed;
    height: 140px;
    bottom: 0px;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu #partners img {
    max-width: 150px;
    width: 100px;
    opacity: 0.5;
    margin-left: 40px;
    margin-right: 40px;
    cursor: pointer;
}

#menu #partners img:hover {
    opacity: 1;
}

#modal-partners p {
    color: #000;
}

#modal-articles {
    color: #000;
}

.register-content {
    width: 100%;
    height: 100%;
    top: 0px
}

#slides>* {
    position: absolute;
    width: 100%;
    height: 100%;
}

.close-link {
    position:absolute;
    top:48px;
    right:34px;
    z-index:400;
    cursor:pointer;
}

.hamburger-link {
    position:fixed;
    top:48px;
    right:34px;
    z-index:400;
    cursor:pointer;
}


.profile-show img {
    border-radius: 40px;
    margin-right: 10px;
    height: 80px;
    width: 80px;
}

.profile-show .address {
    text-align: center;
    width: 100%;
}

.profile-show .address span {
   margin-left: 10px;
   margin-right: 10px;
}


.language-switcher {
    position: absolute;
    z-index:501;
    left: 30px;
    top: 48px;
}

.language-switcher a {
    font-size: 14px;
    opacity: 0.5;
    font-family: 'OpenSans-Bold';
    color: #fff;
    letter-spacing: 2.1px;
    line-height: 19px;
}

.events .date{
     font-family: 'OpenSans-Light';
}

.links {
    position:fixed;
    top: 50%;
    margin-top: -200px;
    height: 300px;
    width: 100%;
    text-align:center;
}

.dropdown-content {
    margin-top: 5px;
}
.dropdown-content li>a, .dropdown-content li {
    padding: 0.4rem 1rem;
}

.dropdown-content li>a, .dropdown-content li>span {
    font-size: 1rem;
}

.home-down
{
    cursor: pointer;
}
.errors
{
    font-size: 0.8rem;
    color: #F44336;
    margin-top: -10px;
}


.offset-l0 {
    margin-left: 0px;
}

.materialboxed:hover:not(.active) {
    opacity: 1;
}

.materialboxed.active {
    transform: none !important;
}



@media screen and (max-width: 992px) and (min-width: 601px) {

    .ic-pingu {
        margin-top: 500px;
    }

    .ic-stamp {
        margin-top: -250px;
    }

    .img-container-1 {
        margin-left: 16.66%;
    }

    .img-container-2 {
        left: 16.66%;
    }

    .img-container-3 {
        left: 16.66%;
        right: auto;
    }

    .img-container-4 {
        left: 16.66%;
        max-width: 450px;
        height: 343px;
        width: 50%;
    }

    .img-desc-4 {
        width: 130%;
        height: auto;
        margin-left: -60%;
    }

    #menu #partners img {
        margin-left: 15px;
        margin-right: 15px;
        max-width: 95px;
    }

}

@media screen and (max-width: 600px) {

    .hamburger-link {
        top: 32px;
        right: 24   px;
        width: 18px;
    }

    .close-link {
        position: absolute;
        width : 18px;
        top: 0px;
        right: 24px;
    }

    .content.static h2 {
        margin-top: 20px;
    }

    .links {
        top: 80px;
        margin-top: 0px;
    }

    .img-container-1 {
        position: relative;
        width: 100%;
        padding: 10.5px;
    }

    .language-switcher {
        top: 32px;
        left: 8px;
    }

    .login-btn {
        opacity: 0.5;
        font-family: 'OpenSans-SemiBold';
        font-size: 14px;
        width: 100%;
        text-align: center;
        letter-spacing: 1.5px;
        line-height: 19px;
        top: 32px;
        left: 0;
        position: absolute;
    }

  .img-desc-1 {
    width: 100%;
  }

  .img-container-2 {
    position: relative;
    left:0;
    right:0;
    width: 100%;
    padding: 10.5px;
  }

  .img-desc-2 {
    margin-left: 0px;
    width: 100%;
  }

  .img-container-3 {
    position:relative;
    right: 0px;
    width: 100%;
    padding: 10.5px;
  }

  .img-desc-3 {
    width: 100%;
    height: auto;
  }

  .img-container-4 {
    position: relative;
    left: 0px;
    width: 100%;
    padding: 10.5px;
  }

  .img-desc-4 {
    width: 100%;
    height: auto;

  }

  .project-desc {
    margin-top: 0px !important;
  }


  h1 {
    font-size: 34px;
    line-height: 42px;
    margin-top: 45vh;
    letter-spacing: 3.86px;
  }

    h1 span {
        font-size: 16px;
        line-height: 16px;
        margin-top: 5px;
        letter-spacing: 2px;
    }

    .ic-map {
        width:90%;
        height:500px;
        position:absolute;
        opacity: 0.15;
        margin-left: -45%;
        margin-top: -200px;
    }


    .all-passports .desc {
        margin-left: 0px;
    }

    .all-passports .stats {
        margin-left: 0px;
    }

    #menu .entry {
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 19px;
        margin-bottom: 32px;
    }

    .ic-hamburger {
        width: 24px;
        height: 24px;
    }

    #menu #partners img {
        margin-left: 5px;
        margin-right: 5px;
        max-width: 70px;
    }

}

