@media screen and (max-width: 966px){
    a.mobilemenubutton,
    a.mobilemenuhomebutton.active {
        display: inline;
    }
    .menu {
        display: none;
    }
    
    #c68 img{
     display: none; 
    }
    .actions .block4,
    .actions .block2,
    .footer .block {
        width: 100%;
        margin-left: 0px !important;
    }
    .menu {
        width: 100%;
        float: left;
        min-height: 100px;
    }
    .where, 
    .right .welcome {
        display: none; 
    }
    .logo{
        width: 280px; 
    }
    .actionsection {
        width: 50%;
    }
    .pagetitle, .left, .pathway {
        display: none; 
    }
    .home ol a {
        min-width: 100%; 
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .actions .block{
        float: left;
        min-width: 100%; 
    }
    .actions .csc-header * {
        font-size: 18px !important; 
    }
    .right{
        min-width: 100%;
        margin-bottom: 50px; 
    }
    nav.mainenu{
        float: left;
        min-width: 100%;
        clear: both; 
    }
    nav.mainmenu ul li{
        float: left;
        height: 30px;
        line-height: 30px;
        margin-left: 10px;
    }
    nav.mainmenu ul {
        display: block; 
        float: left;
        bottom: 30px;
        margin-bottom: 100px;
    }
    nav.mainmenu li.selected a{
        background: none;
    }
    nav.mainmenu li a {
        font-family: "Museo500";
        font-size: 15px;
        height: 30px;
        line-height: 30px;
        font-weight: normal;
        text-align: left;
        display: block;
        width: auto;
        transition: all 0.4s ease 0s;
        padding: 0px;
        margin: 0px;
    }
}
@media screen and (max-width: 700px){
    .actionsection {
        padding-right: 30px;
    }
    .actionsection * {
        font-size: 16px;
        line-height: 20px;
    }
}
@media screen and (max-width: 600px){
    .logo{
        width: 240px; 
    }
    .actionsection,
    #actionmenu {
        display: none;
    }
    label {
        width: 50%;
    }
    input[type=text],
    input[type=email],
    select,
    textarea {
        width: 50%;
    }
    input[type=submit] {
        margin-left: 50%;
    }
}
@media screen and (max-width: 540px){
    .welcome .right .ce-gallery {
        left: -15% !important;
    }
}
@media screen and (max-width: 500px){
    .ce-bodytext,
    .ce-gallery {
        width: 100%;
    }
}
@media screen and (max-width: 400px){
    label {
        width: 100% !important;
    }
    input[type=text],
    input[type=email],
    select,
    textarea {
        width: 100% !important;
    }
    input[type=submit] {
        margin-left: 0 !important;
    }
    li {
        float: none;
        width: auto;
    }
    .welcome .right .ce-gallery {
        left: -25% !important;
    }
}
