.sociallinkedin {
right: 60px;
}

.socialfacebook {
right: 90px;
}

.editmaster-newMenuBarRight,
.editmaster-newMenuBar {
    display:none;
}

.tinynav {
    display: block;
    width: 100%;
}

.grid {
    margin: 0 auto;
    overflow: hidden;
    max-width: 560px;
    font-size: 1.2em;
}



@media only screen
and (orientation : portrait) {
    .content p {
        font-size: 115%;
    }

    table {
    }
    td {
            display: block;
    }
    td img {
        display: block;
    }

    td p {
        font-size: 1em;
    }
}

.credit .right,
.credit .left {
    text-align: center;
}

#subNavObj {
    padding: 5px;
}

.nzsbaForm {
    padding-bottom: 10px;
}

.hamburger {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 35px;
    height: 30px;
    float: right;
    right: 10px;
    text-indent: -9999px;
    overflow: hidden;
    background: #fff url("../assets/template/hamburger.png") no-repeat 50% ;
    background-position: center center;
    cursor: pointer;
}


@media screen and (max-width: 768px) and (min-width: 481px) {

}


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

}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
    .hamburger {
        background-image: url("../assets/template/hamburger-retina.png");
        -webkit-background-size: 100px 100px;
        -moz-background-size: 100px 100px;
        -o-background-size: 100px 100px;
        background-size: 100px 100px;
    }
}

.logo {
        background-image: url('../assets/template/nzebc-logo-456.png');
        background-size: 228px 40px;
        background-repeat: no-repeat;
        width: 228px;
        height: 40px;
        margin: 5px;
}

section.gallery {
	padding: 20px;
}

section.footer,
section.content {
    padding: 0px 10px;
}

.news table {
    width: 100%;
}

img.columnimage {
    border: 5px solid #eeedea;
    margin-left: -5px;
}

.contact {
    padding-top: 10px;
}

.subscribe .formBox {
    padding-left: 0px;
}

.subscribe {
    border-top: 1px dotted #fff;
    margin-top: 15px;
    padding-top: 15px;
}

.questionsTransform {
	transform: translateY(0px) !important;
}

.splitcolumns .gu4 {
    border-bottom: 1px solid #efefef;
    margin: 10px 0px;
}

.grid.credit {
    padding: 0px 10px;
    text-align: center;
}


