html {
    height: 100%;
    min-width: 770px;
}

body {
    color: #aaa;
    font-family: "Helvetica Neue", Arial, sans-serif;
    background-color: #333;
    height: 98%;
    margin: 10px;
}

.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

h1 {
    font-size: 30px;
    margin: auto;
    margin-top: 50px;
}

.mapcontainer {
    border-radius: 10px;
    position: relative;
    flex-grow: 1;
}

/* Specific mapael css class are below
 * 'mapael' class is added by plugin
*/

.mapael .map {
    border-radius: 10px;
    background-color: #222;
    height: 100%;
    width: 100%;
    position: absolute;
}

.mapael svg {
    border-radius: 10px;
    height: 100%;
}

/*
 * NEWSFRAME
 */


.newsframe {
    position: absolute;
    z-index: 1000;
    right: 10px;
    top: 10px;
    width: 20%;
    background-color: #111;
    padding: 5px;
    display: none;
}

.newsframetitle {
    width: 100%;
}

.newsframe iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.newsframetext p {
    color: #aaa;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 10px;
    font-weight: lighter;
    letter-spacing: 2px;
    background-color: #33333300;
    height: 98%;
    margin: 10px;
}

.newsframetext a {
    color: #fff;
    text-decoration: none;
}

.gallery-link {
    padding: 0;
    padding-left: 10px;
}

/*
 * infowidget
 */

.infowidgetbkg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000088;
    display: none;
    border-radius: 10px;
}

.infowidget {
    width: 60%;
    height: 60%;
    padding: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20% 0 0 -30%;
    z-index: 1000;
    background-color: #333;
    display: none;
    border-radius: 10px;
}

.infowidgetflex {
    position: static;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: stretch;
    //align-items: stretch;
    width: 100%;
    height: 100%;
}

.infowidgetmainlink {
    background-color: #222;
    border-radius: 10px;
}

.infowidgetimg {
    display: inline-block;
    /*height: 100%;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.infowidgetdesc {
    flex-grow: 10;
    width: 100%;
    padding-left: 10px;
}

.infowidgettitle {
    width: 100%;
    margin-top: 0;
}

.infowidgettitle p {
    margin-top: 5px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
}

.infowidgettext p {
    width: 100%;
    color: #ccc;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    //font-weight: lighter;
    //letter-spacing: 2px;
    background-color: #33333300;
    line-height: 150%;
}

.infowidgetdates span {
    flex-grow: 10;
    width: 100%;
    padding-left: 10px;
    margin: 0;
}

.infowidgetdates p {
    width: 100%;
    font-family: "Helvetica Neue", Arial, sans-serif;
    //font-style: italic;
    font-size: 12px;
    background-color: #33333300;
    line-height: 150%;
    margin-top: 0px;
    padding-top: 0px;
}

.infowidgetlinks {
    color: #aaa;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 10px;
    font-weight: lighter;
    letter-spacing: 2px;
    background-color: #33333300;
    width: 100%;
}

.infowidgetlinks a {
    color: #fff;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 2px;
    text-decoration: none;
}

/* For all zoom buttons */

.mapael .zoomButton {
    display: inline;
    position: absolute;
    background-color: #333;
    border: 1px solid #222;
    color: #aaa;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
    left: 10px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .mapael .zoomButton:hover {
        color: #fff;
    }

/* Reset Zoom button first */
.mapael .zoomReset {
    top: 10px;
}

/* Then Zoom In button */
.mapael .zoomIn {
    top: 30px;
}

/* Then Zoom Out button */
.mapael .zoomOut {
    top: 50px;
}

/* Tooltip */

.mapael .mapTooltip {
    display: inline;
    position: absolute;
    text-align: center;
    background-color: #111;
    moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 45px 45px 45px 45px;
    padding: 10px;
    padding-top: 5px;
    z-index: 1000;
    max-width: 200px;
    color: #fff;
    transform: translateX(-50%);
}

/* TITLE */

.titleblock {
    display: flex;
    width: 100%;
    height: 100px;
}

.titledescription {
    width: 100%;
    text-align: right;
    padding-left: 20px;
    height: 100px;
}

.title {
    font-weight: lighter;
    font-size: 30px;
    letter-spacing: 4px;
    line-height: 50px;
}

.subtitle {
    color: #aaa;
    font-weight: lighter;
    font-size: 16px;
    letter-spacing: 4px;
}

    .subtitle a {
        color: #aaa;
        font-weight: lighter;
        font-size: 16px;
        letter-spacing: 4px;
        text-decoration: none;
    }

        .subtitle a:hover {
            color: #fff;
        }

.continentButtons {
    display: flex;
    width: 100%;
}

/* Continent button */

.continentButton {
    background-color: #222;
    border: 1px solid #222;
    color: #aaa;
    width: 100px;
    height: 20px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 5px;
    font-weight: normal;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .continentButton:hover {
        color: #fff;
    }
