html
{
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 100%;
    overflow-y: scroll;
}
body
{
    /*--font-family: sans-serif;--*/
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background-color: #444;
    background-image: url('images/planken9.jpg');
    background-image: url('images/grdntLeft.png'), url('images/grdntRight.png'), url('images/planken9.jpg');
    background-repeat: repeat;
    background-repeat: repeat-y, repeat-y, repeat;
    background-attachment: fixed;
    background-position: top left, top right, top center;
    background-size: 20%, 20%, auto;
    /*--Onderstaande implementeren als de achtergrondafbeelding met de browser mee moet groeien
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;--*/
}
@font-face
{
    font-family: 'Century Gothic';
    src: local('Century Gothic'), url('fonts/Century Gothic.ttf') format('opentype'), url('fonts/Century Gothic.eot');
}
/*@font-face
{
    font-family: Sabado Regular;
    src: local('Sabado Regular'), url('fonts/Sabado Regular.otf') format('opentype'), url('fonts/Sabado Regular.eot');
}*/
@font-face
{ 
    font-family: 'Sabado Regular';
    src: url('fonts/sabado_regular-webfont.eot');
    src: url('fonts/sabado_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sabado_regular-webfont.woff') format('woff'),
         url('fonts/sabado_regular-webfont.ttf') format('truetype'),
         url('fonts/sabado_regular-webfont.svg#webfont') format('svg');
}

div.bigHide
{
    display: block;
}
@media only screen and (min-width: 799px)
{
    div.bigHide
    {
        display: none;
    }
}
div.smallHide
{
    display: none;
}
@media only screen and (min-width: 799px)
{
    div.smallHide
    {
        display: block;
    }
}
div.header
{
    display: block;
    position: fixed;
    background-color: #093;
    left: 0;
    width: 100%;
    z-index:20;
    
    top: 0.5em;
    height: 2em;
    border-top: 0.1em solid #101010;
    border-bottom: 0.1em solid #101010;
    -webkit-box-shadow: 0px 0px 1em #000000, inset 0px 0px 1.2em #000000;
    -moz-box-shadow: 0px 0px 1em #000000, inset 0px 0px 1.2em #000000;
    -o-box-shadow: 0px 0px 1em #000000, inset 0px 0px 1.2em #000000;
    box-shadow: 0px 0px 1em #000000, inset 0px 0px 1.2em #000000;
}
@media only screen and (min-width: 520px) {
    div.header
    {
    top: 1.25vw;
    height: 6.15vw;
    border-top: 0.35vw solid #101010;
    border-bottom: 0.35vw solid #101010;
    -webkit-box-shadow: 0px 0px 3vw #000000, inset 0px 0px 4vw #000000;
    -moz-box-shadow: 0px 0px 3vw #000000, inset 0px 0px 4vw #000000;
    -o-box-shadow: 0px 0px 3vw #000000, inset 0px 0px 4vw #000000;
    box-shadow: 0px 0px 3vw #000000, inset 0px 0px 4vw #000000;
    }
}
@media only screen and (min-width: 799px) {
    div.header
    {
        top: 10px;
        height: 48px;
        border-top: 2px solid #101010;
        border-bottom: 2px solid #101010;
        -webkit-box-shadow: 0px 0px 20px #000000, inset 0px 0px 30px #000000;
        -moz-box-shadow: 0px 0px 20px #000000, inset 0px 0px 30px #000000;
        -o-box-shadow: 0px 0px 20px #000000, inset 0px 0px 30px #000000;
        box-shadow: 0px 0px 20px #000000, inset 0px 0px 30px #000000;
    }
}
div.headCenter
{
    display: block;
    position: absolute;
    top: -0.1em;
    height: 2em;
    width: 94vw;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 29;
}
@media only screen and (min-width: 520px)
{
    div.headCenter
    {
        top: -0.4vw;
        height: 6.15vw;
    }
}
@media only screen and (min-width: 799px) {
    div.headCenter
    {
        top: -3px;
        height: 48px;
        width: 740px;
        transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        margin-left: -370px;
    }
}
div.logo
{
    display: block;
    position: relative;
    float: left;
    font-family: "Sabado Regular", arial, sans serif;
    font-weight: bolder;
    font-size: 1.65em;
    text-align: left;
    letter-spacing: 0.05em;
    color: #FFF;
    text-shadow: 0px 0px 0.6vw #000, 0px 0px 0.8vw #000;
}
@media only screen and (min-width: 520px)
{
    div.logo
    {
        font-size: 5.25vw;
        letter-spacing: 0.35vw;
        text-shadow: 0px 0px 0.6vw #000, 0px 0px 0.8vw #000;
    }
}

@media only screen and (min-width: 799px) {
    div.logo
    {
        font-size: 40px;
        letter-spacing: 3px;
        text-shadow: 0px 0px 4px #000, 0px 0px 6px #000;
    }
}

.U
{
    vertical-align: -0.15em;
    font-size: 1.3em;
}

@media only screen and (min-width: 520px)
{
    .U
    {
        vertical-align: -0.8vw;
        font-size: 6.3vw;
    }
}
@media only screen and (min-width: 799px) {
    .U
    {
        vertical-align: -7px;
        font-size: 50px;
    }
}
div.topMenu /* NOG BEWERKEN! */
{
    display: none;
    position: relative;
    float: right;
    top: 1em;
    width: auto;
    font-family: "Sabado Regular", arial, sans serif;
    font-weight: lighter;
        font-size: 18px;
    color: #FFF;
    text-align: right;
    text-shadow: 0px 0px 4px #000, 0px 0px 6px #000;
    z-index: 30;
}
@media only screen and (min-width: 799px) {
    div.topMenu
    {
        display: block;
    }
}
/*
div.topMenu 
{
    position: relative;
    float: right;
    top: 0.5em;
    width: 10em;
    font-family: "Sabado Regular", arial, sans serif;
    font-weight: lighter;
        font-size: 0;
    color: transparent;
    text-align: right;
    text-shadow: 0px 0px 4px #000, 0px 0px 6px #000;
    z-index: 30;
}
@media only screen and (min-width: 520px)
{
    div.topMenu 
    {
        top: 2vw;
        width: 20vw;
    }
}
@media only screen and (min-width: 799px) {
    div.topMenu
    {
        top: 18px;
        width: 500px;
        font-size: 18px;
        color: #FFF;
    }
}
*/
div.help
{
    position: absolute;
    width: 410px;
    right: 5px;
    font-family: "Sabado Regular", arial, sans serif;
    line-height: 48px;
    font-weight: lighter;
    font-size: 18px;
    text-align: right;
    color: #FFF;
    text-shadow: 0px 0px 4px #000, 0px 0px 6px #000;
    z-index: 30; 
}

a.logo:link {color:#FFF; text-shadow: 0px 0px 4px #000, 0px 0px 6px #000;}
a.logo:visited {color:#FFF; text-shadow: 0px 0px 4px #000, 0px 0px 6px #000;}
a.logo:hover {color:#D0D0D0; text-shadow: 0px 0px 4px #000, 0px 0px 6px #000;}
a.logo:active {color:#0B4; text-shadow: 0px 0px 4px #000, 0px 0px 6px #000;}
a.logo{text-decoration: none}

a.help:link {color:#FFF; text-shadow: 0px 0px 4px #000, 0px 0px 6px #000;}
a.help:visited {color:#FFF; text-shadow: 0px 0px 4px #000, 0px 0px 6px #000;}
a.help:hover {color:#D0D0D0; text-shadow: 0px 0px 4px #000, 0px 0px 6px #000;}
a.help:active {color:#0B4; text-shadow: 0px 0px 4px #000, 0px 0px 6px #000;}
a.help{text-decoration: none;}

h4.settingsClicked
{
    font-family: Sabado Regular;
    font-weight: lighter;
    font-size: 16px;
    color:#0B4;
    text-align: right;
    text-shadow: 0px 0px 4px #000000, 0px 0px 6px #000000;
    display: inline;
    z-index: 30; 
}
.helpClicked /*nog niet geimplementeerd; werkt nu dmv "h4.settingsClicked" */
{
    color:#0B4;
    display: inline; 
}
div.menu
{
    display: block;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    height: 3.4vw;
    width: 94vw;
    border: 0.35vw solid #101010;
    border-radius: 0px 0px 0px 8px;
    -moz-border-radius: 0px 0px 0px 8px;
    padding: 1vw 0.1vw 1.5vw 0.1vw;
    font-size: 4vw;
    letter-spacing: 0.1vw;
    line-height: 4vw;
    text-align: center;
    -webkit-box-shadow: 0 0 5vw #000;
    -moz-box-shadow: 0 0 5vw #000;
    box-shadow: 0 0 5vw #000;
    z-index:10;
}
@media only screen and (min-width: 520px)
{
    div.menu
    {
        top: 7.8vw;
        font-size: 3.6vw;
        border: 0.35vw solid #101010;
        border-radius: 0px 0px 0px 8px;
        -moz-border-radius: 0px 0px 0px 8px;
        padding: 0.4vw 0.6vw 1vw 0.6vw;
        box-shadow: 0 0 2vw #000;
        -webkit-box-shadow: 0 0 2vw #000;
        -moz-box-shadow: 0 0 2vw #000;
    }
}
@media only screen and (min-width: 799px)
{
    div.menu
    {
        top: 59px;
        height: 25px;
        border: 2px solid #101010;
        padding: 1px 5px 14px 5px;
        font-size: 28px;
        letter-spacing: 1px;
        line-height: 36px;
        -webkit-box-shadow: 0px 0px 20px #000;
        -moz-box-shadow: 0px 0px 20px #000;
        box-shadow: 0px 0px 20px #000;
        max-width: 730px;
        transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        margin-left: -372px;
    }
}

a.menu:link {font-family: Sabado Regular; color:#FFF; text-shadow: 0px 0px 4px #000, 0px 0px 6px #000;}
a.menu:visited {font-family: Sabado Regular; color:#FFF; text-shadow: 0px 0px 4px #000, 0px 0px 6px #000;}
a.menu:hover {font-family: Sabado Regular; color:#D0D0D0; text-shadow: 0px 0px 4px #000, 0px 0px 6px #000;}
a.menu:active {font-family: Sabado Regular; color:#0B4; text-shadow: 0px 0px 4px #000, 0px 0px 6px #000;}
a.menu{text-decoration: none}

h3.menuClicked
{
    font-family: Sabado Regular;
    font-size:3.6vw;
    letter-spacing: 0.1vw;
    color:#0B4;
    text-shadow: 0 0 1vw #000000;
    font-weight: normal;
    margin:0;
    display: inline; /* Om de line-break te verwijderen*/
}

@media only screen and (min-width: 799px) {
    h3.menuClicked
    {
        font-size:28px;
        letter-spacing: 1px;
        text-shadow: 0px 0px 6px #000000;
    }
}

h2.kop
{
    font-family: "Sabado Regular", Arial, sans-serif;
    font-weight: lighter;
    font-size: 36px;
    color: #000;
    text-align:left;
    margin-top: 0;
    z-index: 5;
}
.inhoud
{
    font-family: "Century Gothic", Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    text-align: justify;
}
.smallText
{
    font-size: 14px !important;
}
p.inhoudInline
{
    font-family: "Century Gothic", Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    text-align: justify;
    display: inline;
}
p.inhoudBold
{
    font-family: "Century Gothic", Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    text-align: justify;
    display: inline;
}
p.inhoudItalicSmall
{
    font-family: "Century Gothic", Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
    color: #000000;
    text-align: justify;
    display: inline;
    margin-left: 10px;
}
p.narrow
{
    width: 80vw;
}
@media only screen and (min-width: 520px) {
    p.narrow
    {
        width: 400px;
    }
}
p.leftAlign
{
    text-align: left;
}
p.rightAlign
{
    text-align: right;
}
p.centerAlign
{
    text-align: center;
}
p.justifyAlign
{
    text-align: justify;
}
div.kader
{
    display: block;
    background-color: #FFF;
    position: relative;
    top: 6.6vw;
    transform: translateY(2.5rem);
    -ms-transform: translateY(2.5rem);
    -moz-transform: translateY(2.5rem);
    -webkit-transform: translateY(2.5rem);
    -o-transform: translateY(2.5rem);
    width: 85.4vw;
    border: 2px solid #101010;
    border-radius: 0px 8px 0px 8px;
    -moz-border-radius: 0px 8px 0px 8px;
    padding: 3.6vw 4.6vw 5.6vw 4.6vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.5rem;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    overflow: hidden;
    z-index:5;
}

@media only screen and (min-width: 520px)
{
    div.kader
    {
        top: 13.6vw;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        width: 85.4vw;
        border: 2px solid #101010;
        border-radius: 0 2vw 0 2vw;
        -moz-border-radius: 0 2vw 0 2vw;
        padding: 3.6vw 4.6vw 5.6vw 4.6vw;
        margin-bottom:20vw;
        box-shadow: 0px 0px 5vw #000;
        -webkit-box-shadow: 0px 0px 5vw #000;
        -moz-box-shadow: 0px 0px 5vw #000;
    }
}

@media only screen and (min-width: 799px) {
    div.kader
    {
        top:108px;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        width: 660px;
        padding: 30px 40px 50px 40px;
        margin-bottom:152px;
        border: 2px solid #101010;
        border-radius: 0px 8px 0px 8px;
        -moz-border-radius: 0px 8px 0px 8px;
        box-shadow: 0px 0px 20px #000;
        -webkit-box-shadow: 0px 0px 20px #000;
        -moz-box-shadow: 0px 0px 20px #000;
    }
}

#foot.foot
{
    display:block;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 91vw;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border: 0.35vw solid #101010;
    border-radius: 0px 8px 0px 0px;
    -moz-border-radius: 0px 8px 0px 0px;
    padding: 0.6em 0 0.3em 0;
    font-size: 0.5em;
    font-family: "Century Gothic", Arial, sans-serif;
    color:#ffffff;
    text-shadow: 0 0 0.1em #000000, 0 0 0.1em #000000;
    text-align:center;
    z-index:4;
}
@media only screen and (min-width: 520px)
{
    #foot.foot
    {
        padding: 0.6vw 1.6vw 0.3vw 1.6vw;
        font-size: 1.6vw;
        text-shadow: 0 0 1vw #000000, 0 0 2vw #000000;
    }
}

@media only screen and (min-width: 799px)
{
    #foot.foot
    {
        bottom: -2px;
        width: 730px;
        height: 32px;
        transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        margin-left: -372px;
        border: 2px solid #101010;
        border-radius: 0px 8px 0px 0px;
        -moz-border-radius: 0px 8px 0px 0px;
        padding: 3px 5px 3px 5px;
        font-size:12px;
        text-shadow: 0px 0px 4px #000000, 0px 0px 5px #000000;
    }
}
div.footnote
{
    color: grey;
    font-size: 80%;
}
@media only screen and (min-width: 520px)
{
    div.footnote
    {
        font-size: inherit;
    }
}

div.message
{
    display: block;
    position: relative;
    border-bottom: solid 1px black;
    margin-bottom: 20px;
}
/*div.fotos
{
    display:block;
    background: black;
    width:320px;
    height:210px;
    padding: 5px 5px 5px 5px;
    margin: 5px 0px 5px 0px;
    text-align: center;
    float:left;
}*/
img.foto
{
    border: 1px solid #111;
    background-color: #fefefe;
    padding: 0;
    width: 85.4vw;
    max-height:200px;
    max-width:316px;
}
img.nonFoto
{
    border: 3px solid #090;
    background-color: #000;
    padding: 2px 2px 2px 2px;
    width: 85vw;
    max-width: 650px;
}
img.fotoBig
{
    max-width: 90vw;
    max-height: 90vh;
    border: 2px solid black;
    outline: 2px solid white;
    
}
@media only screen and (min-width: 799px)
{
    img.fotoBig
    {
        max-width: 750px;
    }
}

img.icon /* NOG BEWERKEN! */
{
    position: relative;
    float: right;
    border: none;
    margin-left: 5px;
    max-height: 1em;
}
@media only screen and (min-width: 520px)
{
    img.icon
    {
        max-height: 3vw;
    }
}
@media only screen and (min-width: 799px) {
    img.icon
    {
        max-height: 16px;
        transform: translate(0, 2px);
        -ms-transform: translate(0, 2px);
        -moz-transform: translate(0, 2px);
        -webkit-transform: translate(0, 2px);
        -o-transform: translate(0, 2px);
    }
}
table.settings
{
    width: 85.4vw;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 0.7em;
    word-wrap: break-word;
    border: none;
    table-layout: fixed;
}
@media only screen and (min-width: 400px)
{
    table.settings
    {
        font-size: 0.8em;
    }
}
@media only screen and (min-width: 450px)
{
    table.settings
    {
        font-size: 0.9em;
    }
}
@media only screen and (min-width: 600px)
{
    table.settings
    {
        font-size: 1em;
    }
}
@media only screen and (min-width: 799px)
{
    table.settings
    {
        width: 630px;
    }
}
table.settings tr:hover td
{
    background-color: #DFC;
}

td.settings
{
    height: 20px;
    border: none;
    border-collapse: collapse;
    padding: 4px;
}
td.s1
{
    background-color: #FFF;
}
td.s2
{
    background-color: #EEE;
}
input.settings
{
    width: 100%;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 16px;
}
input.button
{
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 16px;
    margin: 3px;
}
input.responsiveText
{
    font-size: 14px !important;
}
@media only screen and (min-width: 520px)
{
    input.responsiveText
    {
        font-size: 16px !important;
    }
}
input.hidden
{
    display: none;
}

div.formulier
{
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 16px;
    width: 80vw;
}

@media only screen and (min-width: 520px) {
    div.formulier
    {
        width: 400px;
    }
}

table.formulier
{
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 16px;
    border: none;
    width: 660px;
    table-layout: fixed;
}

td.formulier
{
    border: none;
}
input.responsive
{
    width: 78vw;
    background-size: auto 80%;
    background-position: 2px center;
    background-repeat: no-repeat;
    border: 1px solid grey;
    padding: 4px 1vw 4px 1vw;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 16px;
    margin: 3px;
}
input.indent
{
    width: 70vw;
    padding: 4px 0 4px 28px;
}

@media only screen and (min-width: 520px) {
    input.responsive
    {
        width: 372px;
    }
}
textarea.responsive
{
    width: 78vw;
    border: 1px solid grey;
    padding: 4px 1vw 4px 1vw;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 16px;
    margin: 3px;
    resize: none;
}
@media only screen and (min-width: 520px)
{
    textarea.responsive
    {
        width: 372px;
    }
}
select.responsive
{
    width: 78vw;
    border: 1px solid grey;
    padding: 4px 1vw 4px 1vw;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 16px;
    margin: 3px;
    resize: none;
}
@media only screen and (min-width: 520px)
{
    select.responsive
    {
        width: 372px;
    }
}
input.form
{
    width: 100%;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 16px;
}
textarea.form
{
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 16px;
    width: 99%;
    resize: none;
}
a.button
{
    color: black;
    text-decoration: none;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 16px;
}

a.loginButtonz:link {font-family: "Century Gothic", Arial, sans-serif; font-size: 18px; color:#444444;}
a.loginButtonz:visited {font-family: "Century Gothic", Arial, sans-serif; font-size: 18px; color:#444444;}
a.loginButtonz:hover {font-family: "Century Gothic", Arial, sans-serif; font-size: 18px; color:#777777;}
a.loginButtonz:active {font-family: "Century Gothic", Arial, sans-serif; font-size: 18px; color:#006600;}
a.loginButtonz{text-decoration: underline}

div.stamp
{
    display: block;
    width: 5em;
    height: 5em;
    overflow: visible;
    background-image: url('images/stampje3.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 1em;
    right: 1em;
    transform: rotate(22deg);
    -ms-transform:rotate(22deg);
    -moz-transform:rotate(22deg);
    -webkit-transform: rotate(22deg);
    -o-transform: rotate(22deg);
    z-index: 19;
}

@media only screen and (min-width: 520px) {
    div.stamp
    {
        width: 17vw;
        height: 17vw;
    }
}
 
@media only screen and (min-width: 799px) {
    div.stamp
    {
        width: 150px;
        height: 150px;
        background-size: auto;
        top: 20px;
        right: 20px;
    }
}

a.underLink:link {color:#050;}
a.underLink:visited {color:#050;}
a.underLink:hover {color:#090;}
a.underLink:active {color:#BBB;}
a.underLink{font-family: "Century Gothic", Arial, sans-serif; text-decoration: underline;}

a.cleanLink:link {color:#050;}
a.cleanLink:visited {color:#050;}
a.cleanLink:hover {color:#090;}
a.cleanLink:active {color:#BBB;}
a.cleanLink{font-family: "Century Gothic", Arial, sans-serif; text-decoration: none;}

.tooltip {
    position: relative;
    display: inline-block;
    color: #050;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 215px;
    background-color: #333;
    background-color: rgba(0,0,0,.75);
    color: #fff;
    text-align: left;
    padding: 5px 15px;
    position: absolute;
    z-index: 1;
}

.tooltip .tooltiptextBooking{
    bottom: 0;
    left: 103%;
    border-radius: 8px 0 8px 0;
}

.tooltip .tooltiptextBooklist{
    width: auto;
    top: 22px;
    left: -10px;
    border-radius: 8px 0 8px 0;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

div.hidden
{
    display: none;
}
div.unhidden
{
    display: block;
}

table.posts
{
    position: relative;
    top: 0;
    width: 100%;
    border: none;
    table-layout: fixed;
    font-family: "Century Gothic", Arial, sans-serif;
}

td.pages
{
    font-size: 16px;
    color: #000;
    text-align: center;
}

td.newerPosts
{
    float: right;
}

td.olderPosts
{
    float: left;
}

div.arrow-desktop {
    display: none;
}
a.arrow-mobile {
    font-size: xx-large;
    font-weight: bold;
}
@media only screen and (min-width: 450px)
{
    div.arrow-desktop {
        display: block;
    }
    div.arrow-mobile {
        display: none;
    }
}

table.admin
{
    position: relative;
    top: 0;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px;
    font-family: "Century Gothic", Arial, sans-serif;
}
table.admin tr:hover td {background-color: #CFB;}
@media only screen and (max-width: 799px)
{
    table.adminResize td:nth-child(2)
    {
        overflow: hidden;
        white-space: nowrap;
    }
    table.adminResize td:nth-child(3)
    {
        display: none;
    }
    table.adminResize td:nth-child(4)
    {
        display: none;
    }
}
@media only screen and (max-width: 799px)
{
    table.ctclstResize td:nth-child(1n+4)
    {
        display: none;
    }
}
td.admin
{
    border: 1px solid #CCC;
    vertical-align: top;
}
div.tableAdmin
{
    height: 18px;
    padding: 0px 4px 0px 4px;
    overflow: hidden;
    word-break: break-all;
}
div.tableAdminNonActive
{
    color: #AAA;
}
div.menuAdmin
{
    display: block;
    position: relative;
    width: 100%;
    height: 31px;
    text-align: center;
    border-bottom: 1px solid black;
     box-shadow: inset 0px -2px 2px -2px #000;
    -moz-box-shadow: inset 0px -2px 2px -2px #000;
    -o-box-shadow: inset 0px -2px 2px -2px #000;
    overflow: hidden;
}
@media only screen and (min-width: 799px)
{
    div.menuAdmin
    {
        overflow: visible;
    }
}
div.menuAdminFront
{
    display: inline-block;
    position: relative;
    width: 30%;
    height: 25px;
    padding-top: 5px;
    background-color: white;
    text-align: center;
    font-family: Century Gothic, Arial, sans serif;
    color: #0B4;
    border: 1px solid black;
    border-bottom: 1px solid white;
    border-radius: 0px 8px 0px 0px;
    -moz-border-radius: 0px 8px 0px 0px;
    box-shadow: -1px -1px 1px -1px #000;
    -moz-box-shadow: -1px -1px 1px -1px #000;
    -o-box-shadow: -1px -1px 1px -1px #000;       
}
div.menuAdminBack
{
    display: inline-block;
    position: relative;
    width: 30%;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    font-family: Century Gothic, Arial, sans serif;
    color: #000;
    border: 1px solid black;
    border-radius: 0px 8px 0px 0px;
    -moz-border-radius: 0px 8px 0px 0px;
}
div.menuAdminBack:hover
{
    background-color: #F8F8F8;
    box-shadow: inset 0px 0px 2px #000;
    -moz-box-shadow: inset 0px 0px 2px #000;
    -o-box-shadow: inset 0px 0px 2px #000;
}
div.menuAdminFront, div.menuAdminBack
    {
        font-size: 2.5vw;
    }
@media only screen and (min-width: 450px)
{
    div.menuAdminFront, div.menuAdminBack
    {
        font-size: 2vw;
    }
}
@media only screen and (min-width: 799px)
{
    div.menuAdminFront, div.menuAdminBack
    {
        font-size: 1em;
    }
}

div.visibility-desktop
{
    display: none;
}
@media only screen and (min-width: 799px)
{
    div.visibility-desktop
    {
        display: block;
    }
    div.visibility-mobile
    {
        display: none;
    }
}

div.admin-from-date-desktop
{
    display: none;
}
@media only screen and (min-width: 550px)
{
    div.admin-from-date-desktop
    {
        display: block;
    }
    div.admin-from-date-mobile
    {
        display: none;
    }
}

/*--Calendar styles--*/
/*--Calendar styles--*/
/*--Calendar styles--*/

div.tables
{
    display: block;
    position: relative;
    top: 0;
}

table.calendarTable
{
    position: relative;
    top: 0px;
    left: auto;
    right: auto;
    width: 660px;
    border: 2px solid black;
    border-collapse: collapse;
    table-layout: fixed;
    -webkit-box-shadow: 0px 0px 20px #999;
    -moz-box-shadow: 0px 0px 20px #999;
    box-shadow: 0px 0px 20px #999;
    font-family: "Century Gothic", Arial, sans-serif;
}

td.month
{
    height: 40px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

td.weekdays
{
    height: 24px;
    background-color: #DDD;
    background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#CCC));
    background: -moz-linear-gradient(top, #EEE, #CCC);
    background: -o-linear-gradient(top, #EEE, #CCC);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

td.button
{
    height: 24px;
    vertical-align: middle;
    font-size: 16px;
    padding: 0;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

td.calendarCell
{
    height: 98px;
    border: 1px solid black;
    padding: 0;
    vertical-align: top;
}

td.calendarCellAndereMaand
{
    background-color: #EEE;
    color: #999;
}

td.yearCell
{
    padding: 5px 0 5px 0;
    border: none;
}

div.dagNummer
{
    position: relative;
    top: 2px;
    left: 4px;
    font-size: 16px;
}

div.dagNummerVandaag
{
    font-weight: bold;
}

div.ArrowLeft
{
    display: block;
    width: 0;
    height: 0;
    border-color: transparent #000 transparent transparent;
    border-style: solid;
    border-left-width: 18px;
    border-right-width: 18px;
    border-top-width: 9px;
    border-bottom-width: 9px;
    margin: 0 auto 0 auto;
}

div.ArrowRight
{
    display: block;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #000;
    border-style: solid;
    border-left-width: 18px;
    border-right-width: 18px;
    border-top-width: 9px;
    border-bottom-width: 9px;
    margin: 0 auto 0 auto;
}

div.ArrowLeft:hover {border-color: transparent #060 transparent transparent;}
div.ArrowLeft:active {border-color: transparent #BBB transparent transparent;}
div.ArrowRight:hover {border-color: transparent transparent transparent #060;}
div.ArrowRight:active {border-color: transparent transparent transparent #BBB;}

div.calendarButton
{
    display: block;
    width: 100%;
    height: 24px;
    position: relative;
    text-align: center;
    color: #000;
    line-height: 24px;
    background-color: rgb(100, 230, 100);
    background-color: rgba(100, 255, 100, 0.8);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 255, 230, 0.8)), to(rgba(100, 230, 100, 0.8)));
    background: -moz-linear-gradient(top, rgba(230, 255, 230, 0.8), rgba(100, 230, 100, 0.8));
    background: -o-linear-gradient(top, rgba(230, 255, 230, 0.8), rgba(100, 230, 100, 0.8));
}

div.calendarButton:hover
{
    color: #000;
    background-color: rgb(50, 255, 50);
    background-color: rgba(50, 255, 50, 0.8);
    -webkit-box-shadow: 0px 0px 20px #000, inset 0px 0px 30px #000;
    -moz-box-shadow: inset 0px 0px 5px #000;
    -o-box-shadow: inset 0px 0px 5px #000;
    box-shadow: inset 0px 0px 5px #000;
}
div.calendarButton:active
{
    color: #000;
    background-color: rgb(50, 200, 50);
    background-color: rgba(50, 200, 50, 0.8);
    -webkit-box-shadow: 0px 0px 20px #000, inset 0px 0px 30px #000;
    -moz-box-shadow: inset 0px 0px 15px #000;
    -o-box-shadow: inset 0px 0px 15px #000;
    box-shadow: inset 0px 0px 15px #000;
}
div.calendarButtonClicked
{
    display: block;
    width: 100%;
    height: 24px;
    position: relative;
    text-align: center;
    color: #DDD;
    line-height: 24px;
    background-color: rgb(0, 100, 0);
    background-color: rgba(0, 100, 0, 0.8);
    -moz-box-shadow: inset 0px 3px 15px #000;
    -o-box-shadow: inset 0px 3px 15px #000;
    box-shadow: inset 0px 3px 15px #000;
}
div.calendarButtonInactive
{
    display: block;
    width: 100%;
    height: 24px;
    position: relative;
    text-align: center;
    color: #AAA;
    line-height: 24px;
    background-color: rgb(100, 230, 100);
    background-color: rgba(100, 255, 100, 0.8);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 255, 230, 0.8)), to(rgba(100, 230, 100, 0.8)));
    background: -moz-linear-gradient(top, rgba(230, 255, 230, 0.8), rgba(100, 230, 100, 0.8));
    background: -o-linear-gradient(top, rgba(230, 255, 230, 0.8), rgba(100, 230, 100, 0.8));
}

/*--Event styles--*/
/*--Event styles--*/
/*--Event styles--*/

table.event
{
    position: relative;
    top: 3px;
    left: -1px;
    width: 658px;
    table-layout: fixed;
    border-collapse: collapse;
    z-index: 10;
}
td.eventCell
{
    height: 23px;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

div.BgEvent
{
    height: 22px;
    width: 100%;
    line-height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0px 10px 0px 10px;
    margin: 0px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0px 8px 0px 8px;
    -moz-border-radius: 0px 8px 0px 8px;
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 14px;
    color: #000;
    text-align: left;
    overflow: hidden;
}
div.BgEventSpread
{
    border-right: none;
    border-left: none;
    border-radius: 0;
    -moz-border-radius: 0;
}
div.BgEventRight
{
    border-right: none;
    border-left-width: 1px;
    border-left-style: solid;
    border-radius: 0px 0px 0px 8px;
    -moz-border-radius: 0px 0px 0px 8px;
}
div.BgEventLeft
{
    border-left: none;
    border-right-width: 1px;
    border-right-style: solid;
    border-radius: 0px 8px 0px 0px;
    -moz-border-radius: 0px 8px 0px 0px;
}

div.ylwBgEvent
{
    background-color: rgb(255, 255, 0);
    background-color: rgba(255, 255, 0, 0.8);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 200, 0.8)), to(rgba(255, 255, 0, 0.8)));
    background: -moz-linear-gradient(top, rgba(255, 255, 200, 0.8), rgba(255, 255, 0, 0.8));
    background: -o-linear-gradient(top, rgba(255, 255, 200, 0.8), rgba(255, 255, 0, 0.8));
    border-color: #CC0;
}

div.redBgEvent
{
    background-color: rgb(255, 80, 80);
    background-color: rgba(255, 80, 80, 0.8);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 180, 180, 0.8)), to(rgba(255, 80, 80, 0.8)));
    background: -moz-linear-gradient(top, rgba(255, 180, 180, 0.8), rgba(255, 80, 80, 0.8));
    background: -o-linear-gradient(top, rgba(255, 180, 180, 0.8), rgba(255, 80, 80, 0.8));
    border-color: #A00;
}

div.bluBgEvent
{
    background-color: rgb(130, 200, 255);
    background-color: rgba(130, 200, 255, 0.8);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(200, 255, 255, 0.8)), to(rgba(130, 200, 255, 0.8)));
    background: -moz-linear-gradient(top, rgba(200, 255, 255, 0.8), rgba(130, 200, 255, 0.8));
    background: -o-linear-gradient(top, rgba(200, 255, 255, 0.8), rgba(130, 200, 255, 0.8));
    border-color: #33D;
}

div.grnBgEvent
{
    background-color: rgb(100, 255, 120);
    background-color: rgba(100, 255, 120, 0.8);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(180, 255, 200, 0.8)), to(rgba(100, 255, 120, 0.8)));
    background: -moz-linear-gradient(top, rgba(180, 255, 200, 0.8), rgba(100, 255, 120, 0.8));
    background: -o-linear-gradient(top, rgba(180, 255, 200, 0.8), rgba(100, 255, 120, 0.8));
    border-color: #090;
}

div.orgBgEvent
{
    background-color: rgb(255, 150, 0);
    background-color: rgba(255, 150, 0, 0.8);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 210, 120, 0.8)), to(rgba(255, 150, 0, 0.8)));
    background: -moz-linear-gradient(top, rgba(255, 210, 120, 0.8), rgba(255, 150, 0, 0.8));
    background: -o-linear-gradient(top, rgba(255, 210, 120, 0.8), rgba(255, 150, 0, 0.8));
    border-color: #F50;
}

div.prpBgEvent
{
    background-color: rgb(200, 70, 200);
    background-color: rgba(200, 70, 200, 0.8);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 180, 255, 0.8)), to(rgba(200, 70, 200, 0.8)));
    background: -moz-linear-gradient(top, rgba(255, 180, 255, 0.8), rgba(200, 70, 200, 0.8));
    background: -o-linear-gradient(top, rgba(255, 180, 255, 0.8), rgba(200, 70, 200, 0.8));
    border-color: #808;
}

div.dblBgEvent
{
    background-color: rgb(50, 50, 255);
    background-color: rgba(50, 50, 255, 0.8);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(150, 150, 255, 0.8)), to(rgba(50, 50, 255, 0.8)));
    background: -moz-linear-gradient(top, rgba(150, 150, 255, 0.8), rgba(50, 50, 255, 0.8));
    background: -o-linear-gradient(top, rgba(150, 150, 255, 0.8), rgba(50, 50, 255, 0.8));
    border-color: #00F;
}

div.gryBgEvent
{
    background-color: rgb(200, 200, 200);
    background-color: rgba(180, 180, 180, 0.7);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(210, 210, 210, 0.7)), to(rgba(180, 180, 180, 0.7)));
    background: -moz-linear-gradient(top, rgba(210, 210, 210, 0.7), rgba(180, 180, 180, 0.7));
    background: -o-linear-gradient(top, rgba(210, 210, 210, 0.7), rgba(180, 180, 180, 0.7));
    border-color: #555;
}

div.rufBgEvent
{
    background-color: rgb(168, 51, 36);
    background-color: rgba(168, 28, 36, 0.7);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 118, 126, 0.7)), to(rgba(168, 28, 36, 0.7)));
    background: -moz-linear-gradient(top, rgba(248, 118, 126, 0.7), rgba(168, 28, 36, 0.7));
    background: -o-linear-gradient(top, rgba(248, 118, 126, 0.7), rgba(168, 28, 36, 0.7));
    border-color: #922;
}

div.strBgEvent
{
    background-color: #EEE;
    text-decoration: line-through;
    border-color: #AAA;
}

/*--Year Calendar styles--*/
/*--Year Calendar styles--*/
/*--Year Calendar styles--*/

table.calendarTableYear
{
    position: relative;
    margin: auto;
    width: 80vw;
    border: 1px solid black;
    border-collapse: collapse;
    table-layout: fixed;
    -webkit-box-shadow: 0px 0px 4px #999;
    -moz-box-shadow: 0px 0px 4px #999;
    box-shadow: 0px 0px 4px #999;
    font-family: "Century Gothic", Arial, sans-serif;
}
@media only screen and (min-width: 799px)
{
    table.calendarTableYear
    {
        width: 210px;
    }
}

td.monthTableYear
{
    height: 6vw;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border-top: 1px solid black;
}
@media only screen and (min-width: 450px)
{
    td.monthTableYear
    {
        font-size: 3vw;
    }
}
@media only screen and (min-width: 799px)
{
    td.monthTableYear
    {
        height: 18px;
        font-size: 16px;
    }
}

td.weekdaysTableYear
{
    height: 4vw;
    background-color: #DDD;
    background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#CCC));
    background: -moz-linear-gradient(top, #EEE, #CCC);
    background: -o-linear-gradient(top, #EEE, #CCC);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid black;
}
@media only screen and (min-width: 799px)
{
    td.weekdaysTableYear
    {
        height: 16px;
    }
}

td.calendarCellTableYear
{
    height: 12vw;
    border: 1px solid black;
    padding: 0;
    text-align: center;
}
@media only screen and (min-width: 799px)
{
    td.calendarCellTableYear
    {
        height: 30px;
    }
}

td.calendarCellAndereMaandTableYear
{
    background-color: #EEE;
}

div.dagNummerTableYear
{
    position: relative;
    font-size: 24px;
    font-weight: normal;
    color: #777;
    margin: 0;
    z-index: 10;
}

div.dagNummerVandaagTableYear
{
    font-weight: bold;
    color: #444;
}

/*--YearCalendarEvents--*/
/*--YearCalendarEvents--*/
/*--YearCalendarEvents--*/

table.eventYear
{
    position: absolute;
    top: 1px;
    left: -1px;
    padding: 0;
    margin: 0;
    width: calc(80vw - 1px);
    table-layout: fixed;
    border-collapse: collapse;
    z-index: 11;
}

@media only screen and (min-width: 799px)
{
    table.eventYear
    {
        width: 209px;
    }
}

td.eventCellYear
{
    height: 8px;
    padding: 0;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

div.BgEventYear
{
    height: 2vw;
    width: 100%;
    line-height: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
    margin: 1px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0px 7px 0px 7px;
    -moz-border-radius: 0px 7px 0px 7px;
    overflow: hidden;
}
@media only screen and (min-width: 799px)
{
    div.BgEventYear
    {
        height: 8px;
    }
}
div.BgEventSpreadYear
{
    border-right: none;
    border-left: none;
    border-radius: 0;
    -moz-border-radius: 0;
}
div.BgEventRightYear
{
    border-right: none;
    border-left-width: 1px;
    border-left-style: solid;
    border-radius: 0px 0px 0px 5px;
    -moz-border-radius: 0px 0px 0px 5px;
}
div.BgEventLeftYear
{
    border-right-width: 1px;
    border-right-style: solid;
    border-left: none;
    border-radius: 0px 5px 0px 0px;
    -moz-border-radius: 0px 5px 0px 0px;
}

/*--YearCalendarButton--*/
/*--YearCalendarButton--*/
/*--YearCalendarButton--*/

div.miniCalendar
{
    position: relative;
}
div.overlay
{
    display: block;
    width: 210px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -105px;
    background-color: transparent;
    z-index: 12;
}

div.overlay:hover
{
    -moz-box-shadow: inset 0px 0px 15px #070;
    -o-box-shadow: inset 0px 0px 15px #070;
    box-shadow: inset 0px 0px 15px #070;
}

div.menu-btn /* hamburger */
{
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    z-index: 99;
}
div.menu-btn:hover /* hamburger */
{
    cursor: pointer;
}

div.menu-btn span /* hamburger */
{
    display: block;
    width: 20px;
    height: 2px;
    margin: 3px 0;
    background: #FFF;
    z-index: 99;
}
@media only screen and (min-width: 520px)
{
    div.menu-btn span
    {
        width: 4.5vw;
        height: 0.5vw;
        margin: 0.6vw 0;
    }
}
@media only screen and (min-width: 799px)
{
    div.menu-btn span
    {
        width: 36px;
        height: 4px;
        margin: 5px 0;
    }
}
div.shadow /* hamburger shadow */
{
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    right: 10px;
    top: 50%;
    transform: translateX(-8px) translateY(-50%);
    z-index: 21;
    box-shadow: 0 0 3px 0.5px #000;
    -webkit-box-shadow: 0 0 3px 0.5px #000;
    -moz-box-shadow: 0 0 3px 0.5px #000;
    -o-box-shadow: 0 0 3px 0.5px #000;
}
@media only screen and (min-width: 520px)
{
    div.shadow /* hamburger shadow */
    {
        right: 2.25vw;
        box-shadow: 0 0 4vw 1.2vw #000;
        -webkit-box-shadow: 0 0 4vw 1.2vw #000;
        -moz-box-shadow: 0 0 4vw 1.2vw #000;
        -o-box-shadow: 0 0 4vw 1.2vw #000;
    }
}
@media only screen and (min-width: 799px)
{
    div.shadow /* hamburger shadow */
    {
        right: 18px;
        box-shadow: 0 0 20px 8px #000;
        -webkit-box-shadow: 0 0 20px 8px #000;
        -moz-box-shadow: 0 0 20px 8px #000;
        -o-box-shadow: 0 0 20px 8px #000;
    }
}

.crossleft /* turn hamburger into cross */
{
    -webkit-animation: moveleft 100ms linear 0s normal 1 forwards running;
    -moz-animation: moveleft 100ms linear 0s normal 1 forwards running;
    -o-animation: moveleft 100ms linear 0s normal 1 forwards running;
    animation: moveleft 100ms linear 0s normal 1 forwards running;
}
.crossright /* turn hamburger into cross */
{
    -webkit-animation: moveright 100ms linear 0s normal 1 forwards running;
    -moz-animation: moveright 100ms linear 0s normal 1 forwards running;
    -o-animation: moveright 100ms linear 0s normal 1 forwards running;
    animation: moveright 100ms linear 0s normal 1 forwards running;
}
.none /* turn hamburger into cross */
{
    display: none !important;
}
@-webkit-keyframes moveleft
{
    100% {-webkit-transform: translateY(110%) rotate(45deg) scale(0.9, 0.9);}
}

@-o-keyframes moveleft
{
    100% {-o-transform: translateY(110%) rotate(45deg) scale(0.9, 0.9);}
}
@-moz-keyframes moveleft
{
    100% {-moz-transform: translateY(110%) rotate(45deg) scale(0.9, 0.9);}
}

@keyframes moveleft
{
    100% {transform: translateY(110%) rotate(45deg) scale(0.9, 0.9);}
}

@-webkit-keyframes moveright
{
    100% {-webkit-transform: translateY(-110%) rotate(-45deg) scale(0.9, 0.9);}
}

@-o-keyframes moveright
{
    100% {-o-transform: translateY(-110%) rotate(-45deg) scale(0.9, 0.9);}
}
@-moz-keyframes moveright
{
    100% {-moz-transform: translateY(-110%) rotate(-45deg) scale(0.9, 0.9);}
}

@keyframes moveright
{
    100% {transform: translateY(-110%) rotate(-45deg) scale(0.9, 0.9);}
}


.responsive-menu /* drop down menu */
{
    display: none;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    float: right;
    transform: translateY(2em);
    -ms-transform: translateY(2em);
    -moz-transform: translateY(2em);
    -webkit-transform: translateY(2em);
    -o-transform: translateY(2em);
    padding: 6px 14px;
    border: 2px solid #101010;
    border-radius: 0px 0px 0px 8px;
    -moz-border-radius: 0px 0px 0px 8px;
    font-family: "Sabado Regular", arial, sans serif;
    font-weight: lighter;
    font-size: 18px;
    color: #FFF;
    text-align: right;
    text-shadow: 0px 0px 4px #000, 0px 0px 6px #000;
}
@media only screen and (min-width: 520px)
{
    .responsive-menu
    {
        transform: translateY(6.4vw);
        -ms-transform: translateY(6.4vw);
        -moz-transform: translateY(6.4vw);
        -webkit-transform: translateY(6.4vw);
        -o-transform: translateY(6.4vw);
    }
}
@media only screen and (min-width: 799px)
{
    .responsive-menu
    {
        transform: translateY(51px);
        -ms-transform: translateY(51px);
        -moz-transform: translateY(51px);
        -webkit-transform: translateY(51px);
        -o-transform: translateY(51px);
    }
}
.expand /* drop the menu down */
{
    display: inline-block !important; 
}