@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/BebasNeue-webfont.woff') format('woff'),
    url('fonts/BebasNeue-webfont.ttf') format('truetype'),
    url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
}

p{
    color: rgb(106,177,47);
    font-size: 30px;
    text-align: center;
    margin: 1px 5px 6px 0px;
}

.info-text{
    font-family:Arial;
}

.container{
    top: 100%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width:100%;
}

@media only screen and (min-width: 320px) and (max-width: 591px) {
    .container {
        width: 288px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .divider h1.smallText {
        font-size: 60px;
    }
    .span.hideWTS.input.input--fumi{
        visibility: hidden;
    }

    .positionextrainfo {
        top: 1%;
        left: 10%;
        font-size: 16px !important;
    }
    .positionextrainfo h3 {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 592px) and (max-width: 879px) {
    .container {
        width: 592px;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
    }

    .positionextrainfo {
        top: 25%;
        left: 10%;
    }
    .positionextrainfo h3 {
        font-size: 16px !important;
    }

}

@media only screen and (min-width: 880px) {
    .container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
    }

    .positionextrainfo {
        top: 30%;
        left: 10%;
    }
}

.divider {
    width: 100%;
    text-align: center;
    clear:both;
}
.divider h1 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 120px;
    padding: 0;
    color: rgb(106,177,47);
    margin: 5px 0 5px 0;
}
.divider h2 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 40px;
    padding: 0;
    color: rgb(106,177,47);
    margin: 5px 0 5px 0;
    text-align: left;
}

.divider h2.centerh2 {
    text-align: center;
    color: rgb(0,0,0);
}

.angular-google-map-container {
    position: absolute;
    height: 100%;
    width: 100%;
}

.labelGal   {
    color: rgb(106,177,47);
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    background-color: rgba(255,255,255,0.65);
    padding: 4px 5px 2px 5px;
}

.ui-notification {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.input--fumi{
    background-color: transparent;
}

.scolldown {
    width: 100px;
    position: absolute;
    top: 90%;
    left: calc(50% - 50px);
    z-index: 2000;
    text-align: center;
}

.scolldown p {
    color: #ffffff;
}

.scolldown img {
    width: 30px;
}

.imgholder {
    padding:5px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    margin: 2% 1%;
}

.imgholder img {
    display: block;
    width: 80%;
    margin: auto;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.contentholder {
    position: absolute;
    bottom: 20px;
    left: 5%;
    height: 70%;
    width: 90%;
}

.backgroundimage {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(../img/fullscreen/tern/wood_background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
}

.setheight {
    height: 45%;
    width:30%;
    float: left;
    display: block;
    margin: 1.5%;
}

.red {
    color: rgb(255,0,0);
}

.extrainformation {
    padding:5px;
    background-color: rgba(255,255,255,0.3);
    z-index: 40;
    position: absolute;
    width: 40%;
    color: rgb(106,177,47);
}

.wordwrap {
    white-space: pre-wrap;      /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    word-wrap: break-word;      /* IE */
    font-family: 'Open Sans Condensed', sans-serif;
}

.aboutmecolor {
    color: white !important;
}

.extrainformation table {
    width: 25%;
}

p.wordwrap {
    font-size: 16px;
    text-align: left;
}

#map-v, #map-nb, #map-za, #map{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
