
/*-----Mobile Banner-----*/

.mobile .banner .maincontainer {
    position: absolute;
    top: 47%;
    width: 80%;
    left: 14%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile .banner .maincontainer span {
    font-family: regularfont;
    font-size: 25pt;
    opacity: 0;
    margin-top: 217px;
    margin-left: 23px;
}

.mobile .banner .maincontainer span.bannertext {
    position: absolute;
    margin-top: 0;
    top: 0;
    left: 0;
    opacity: 1;
    white-space: unset;
}

.mobile .bannertext1, .mobile .bannertext2, .mobile .bannertext3, .mobile .bannertext4 {
    display: none;
}

.mobile .bannertext5, .mobile .bannertext6, .mobile .bannertext7, .mobile .bannertext8, .mobile .bannertext9 {
    display: block;
}

.mobile .banner .maincontainer span, .mobile .banner .maincontainer p {
    font-size: 32px;
    line-height: 40px;
}

.mobile .deansaltlogo {
    width: 20%;
}

.mobile .mobilearrow {
    display: block;
    position: absolute;
    bottom: 5%;
    left: calc(14% + 23px);
    width: 40px;
}

.mobile .mobilearrow.inverted, .mobile .inverted .mobilearrow {
    display: none;
}

.mobile .inverted .mobilearrow.inverted {
    display: block;
}

/*-------------------------*/

/*-----Mobile Nav & Logo-----*/


.mobile .iconlogo {
        position: absolute;
        width: 45%;
        right: 5px;
        top: 5px;
        opacity: 1;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }

.mobile .viewing-page-2 .iconlogo, .mobile .viewing-page-3 .iconlogo, .mobile .viewing-page-4 .mobile .iconlogo, .mobile .viewing-page-5 .iconlogo {
        position: absolute;
        width: 45%;
        right: 5px;
        top: 5px;
        opacity: 1;
        -webkit-transition: 1.5s;
        -o-transition: 1.5s;
        transition: 1.5s;
    }

.mobile .completelogo {
    position: relative;
    width: 45%;
    float: right;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-right: 5px;
    margin-top: 5px;
}

.mobile .viewing-page-1 .completelogo {
    position: relative;
    width: 45%;
    float: right;
    opacity: 1;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    margin-right: 5px;
    margin-top: 5px;
}

.mobile .submenu {
    display: none;
}

.mobile .leftnav {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
    background-color: black;
    z-index: 9;
    width: 9vw;
}

.mobile .leftnav .navlinks {
    display: none;
}

.mobile .leftnav .navlinks.mob {
    display: block;
}

.mobile .leftnav .navlinks div {
    margin-left: 0px;
    margin-top: 0;
    border-bottom: none;
}

.mobile .leftnav .navlinks.mob div {
    flex: 1;
    position: relative;
}

.mobile .leftnav .navlinks.mob {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    font-family: lightfont;
    font-size: 20px;
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    -o-flex-flow: column;
    flex-flow: column;
}

.mobile.safari .leftnav .navlinks.mob {
    display: flex;
    position: absolute;
    width: 100%;
    height: 90%;
    top: 0;
    text-align: center;
    font-family: lightfont;
    font-size: 20px;
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    -o-flex-flow: column;
    flex-flow: column;
}

.mobile.safari .contactoptions {
    height: 46% !important;
    margin-left: 15%;
    margin-top: 29vh;
    display: flex;
    flex-flow: column;
    position: static;
}

.mobile .leftnav .navlinks.mob p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(270deg) translate(-50%, -50%);
    -ms-transform: rotate(270deg) translate(-50%, -50%);
    -o-transform: rotate(270deg) translate(-50%, -50%);
    transform: rotate(270deg) translate(-50%, -50%);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
}

.mobile .viewing-page-1 .leftnav p {
    opacity: 0;
    pointer-events: none;
    color: white;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s
}

.mobile .viewing-page-2 .leftnav  p, .mobile .viewing-page-3 .leftnav  p, .mobile .viewing-page-4 .leftnav  p, .mobile .viewing-page-5 .leftnav  p {  
    opacity: 1;    
    pointer-events: all;  
    color: white;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}


.mobile .leftnav div:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
}


/*-----what container-----*/

.mobile .viewing-page-2 div.what-container {
    background-color: white;
    -webkit-transition: 1.5s .5s;
    -o-transition: 1.5s .5s;
    transition: 1.5s .5s;
}

.mobile .viewing-page-2 p.nav-what {
    color: black;
    -webkit-transition: 1.5s .5s;
    -o-transition: 1.5s .5s;
    transition: 1.5s .5s;
}

.mobile div.what-container {
    background-color: black;
    -webkit-transition: 1.5s .5s;
    -o-transition: 1.5s .5s;
    transition: 1.5s .5s;
}

.mobile .viewing-page-3 p.nav-what, .mobile .viewing-page-4 p.nav-what, .mobile .viewing-page-5 p.nav-what {
    color: white;
    -webkit-transition: 1.5s .5s;
    -o-transition: 1.5s .5s;
    transition: 1.5s .5s;
}

.mobile .viewing-page-1 div.what-container, .mobile .viewing-page-1 div.who-container, .mobile .viewing-page-1 div.where-container {
    background-color: black;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

.mobile .viewing-page-1 p.nav-what {
    color: black;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

.mobile .viewing-page-1.active .navlinks div p{
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

/*-----------------------*/

/*-----who container-----*/

.mobile .viewing-page-3 div.who-container, .mobile .viewing-page-4 div.who-container {
    background-color: white;
    -webkit-transition: 1.5s .5s;
    -o-transition: 1.5s .5s;
    transition: 1.5s .5s;
}

.mobile .viewing-page-3 p.nav-who, .mobile .viewing-page-4 p.nav-who {
    color: black;
    -webkit-transition: 1.5s .5s;
    -o-transition: 1.5s .5s;
    transition: 1.5s .5s;
}

.mobile div.who-container {
    background-color: black;
    -webkit-transition: 1.5s .5s;
    -o-transition: 1.5s .5s;
    transition: 1.5s .5s;
}

.mobile p.nav-who {
    color: white;
    -webkit-transition: 1.5s .5s;
    -o-transition: 1.5s .5s;
    transition: 1.5s .5s;
}

.mobile .viewing-page-1 p.nav-who, .mobile .viewing-page-4 p.nav-who {
    color: black;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

/*-------------------------*/


/*-----where container-----*/

.mobile .viewing-page-5 div.where-container {
    background-color: white;
    -webkit-transition: 1.5s .5s;
    -o-transition: 1.5s .5s;
    transition: 1.5s .5s;
}

.mobile .viewing-page-5 p.nav-where {
    color: black;
    -webkit-transition: 1.5s .5s;
    -o-transition: 1.5s .5s;
    transition: 1.5s .5s;
}

.mobile div.where-container {
    background-color: black;
    -webkit-transition: 1.5s .5s;
    -o-transition: 1.5s .5s;
    transition: 1.5s .5s;
}

.mobile p.nav-where {
    color: white;
    -webkit-transition: 1.5s .5s;
    -o-transition: 1.5s .5s;
    transition: 1.5s .5s;
}
.mobile .viewing-page-1 p.nav-where, .mobile .viewing-page-5 p.nav-where {
    color: black;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

/*--------------------------*/

.mobile .scrollindicator {
    display: none;
    position: absolute;
    width: 40px;
    top: 89%;
    right: 4%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);      
}

/*---------------------------*/

/*-----Mobile Specialise-----*/

.mobile .specialise .maincontainer {
    top: 57%;
    width: 74%;
    margin-left: 20%;
}

.mobile .specialise .maincontainer h3 span {
    font-size: 75%;
    position: relative;
    top: 8px;
    margin-left: 14.5px;
    letter-spacing: 0.25px;
}

.mobile .specialise .maincontainer h3, .mobile .specialise .maincontainer .list {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
}

.mobile .specialise .maincontainer h2 img {
    width: 10px;
    margin-right: 9px;
}

.mobile .specialise .maincontainer h3 {
    font-family: lightfont;
    color: white;
    font-size: 20pt;
    text-align: left;
}

.mobile .specialise .maincontainer h2 {
    font-family: lightfont;
    color: white;
        font-size: 20px;
    line-height: 1;
    margin-top: 20px;
    cursor: pointer;
}

.mobile .specialise .info.current img.closeslide {
    display: none;
}

.mobile .specialise .info img.closeslide {
    display: none;
}

.mobile .specialise .info img.mob.closeslide {
    display: block;
    position: absolute;
    cursor: pointer;
        top: 5%;
    left: 35px;
    width: 34px;
}

.mobile .info {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: white;
    -webkit-transition: left 1.5s ease;
    -o-transition: left 1.5s ease;
    transition: left 1.5s ease;
}

.mobile .info.current {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background: white;
    -webkit-transition: left 1.5s ease;
    -o-transition: left 1.5s ease;
    transition: left 1.5s ease;
}

.mobile .info div {
    position: absolute;
    top: 52%;
    width: 82%;
    left: 10%;
    max-height: 80%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile .info div h1,
.mobile .info div h2 {
    font-family: regularfont;
    color: black;
    font-size: 22pt;
    margin-bottom: 25px;
}

.mobile .info div p {
    margin-left: 22px;
    font-size: 13pt;
}

.mobile .info div li {
    padding-left: 0px;
    font-size: 13pt;
}

.mobile .info div ul {
    padding-left: 25%;
}

.mobile .logos-mobile {
    display: block !important;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 50%;
    margin-left: 25%;
}

.mobile .logos-desktop {
    display: none !important;
}

/*-----Mobile Paraparaumu Team-----*/

.mobile .paraparaumuteam .teamcontainer {
    position: absolute;
    top: 58.55%;
    left: 15%;
    width: 80%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
}

.mobile .paraparaumuteam h3 {
    position: absolute;
    margin-bottom: 0;
    bottom: 112%;
    left: 0;
    font-size: 24pt;
}

/*.mobile .swiper-slide {
    width: 65% !important;
    margin-right: 16% !important;
}*/

.mobile .swiper-container {
        margin: 0 38px;
}

.mobile .swiper-slide h4 {
    font-size: 13.75pt;
}

.mobile .swiper-slide span {
    letter-spacing: 0.4pt;
    font-size: 13pt;
}

.mobile .swiper-slide h5 {
    font-size: 13pt;
}

.mobile .swiper-slide.mobile {
    display: none;
}

.mobile .swiper-slide img.email-desktop {
    display: block;
}

.mobile .swiper-slide img.email-mobile {
    display: none;
    opacity: 1;
    width: 35px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.mobile .swiper-slide-next img.email-mobile {
    opacity: 0;
    width: 35px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.mobile .swiper-slide h4 a {
    margin-left: 0;
    width: 19%;
    top: 52%;
}

.mobile .mana-indicator {
    display: block;
    position: absolute;
    font-family: regularfont;
    font-size: 24pt;
    left: 23%;
    bottom: 14px;
}

.mobile .mana-indicator .mana-arrow {
    display: block;
    width: 40px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(270deg);
}

.mobile .mana-indicator p {
    display: none;
}

/*-----Mobile Mana Team-----*/

.mobile .manateam .teamcontainer {
    position: absolute;
    top: 55.55%;
    left: 15%;
    width: 80%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
}

.mobile .manateam h3 {
    position: absolute;
    margin-bottom: 0;
    bottom: 112%;
    left: 0;
    font-size: 24pt;
}

/*--------------------------*/

/*-----Mobile Contact-----*/
/*
.mobile .contact .mana-header {
    display: block;
    font-family: regularfont;
    color: white;
    font-size: 22pt;
    z-index: 9;
    margin-top: 317px;
    margin-left: 7%;
}

.mobile .contact .mana-header {
    margin-top: 300px;
}*/
.mobile .contactoptions {
    height: 45%;
    margin-left: 15%;
    margin-top: 33vh;
    display: flex;
    flex-flow: column;
    position: static;
}

.mobile .contactoptions h3 {
    font-family: regularfont;
    color: black;
    font-size: 22pt;
    margin-bottom: auto;
    margin-top: 0;
    opacity: 1;
}

.mobile .contactoptions h3.active {
    opacity: 1;
    color: white;
    -webkit-transition: 0.5s 0.5s;
    -o-transition: 0.5s 0.5s;
    transition: 0.5s 0.5s;
}

.mobile .contactoptions h3 img {
    display: none;
}

.mobile .contactoptions h3.enquirytitle {
    color: black;
}

.mobile .contactoptions h3.enquiry_title.active {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.mobile .contactoptions h3.notactive.kapitititle {
    pointer-events: none;
        z-index: -1;
}

.mobile .email-text {
    display: none;
}

.mobile .contact .email-img {
    display: block;
    position: absolute;
    width: 12%;
    top: 47.5%;
    right: 33%;
    z-index: 999;
}

.mobile .contact .email-img.notcurrent {
    opacity: 0;
    }

.mobile .contact .email-img.email-kapiti {
    top: 32%;

}

.mobile .fields, .mobile .details {
    position: absolute;
    top: 58%;
    width: 70%;
    left: 18%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
}

.mobile .kapiti .fields, .mobile .kapiti .details {
    position: absolute;
    top: 58%;
    width: 82%;
    left: 18%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
}

.mobile .mana_office .fields, .mobile .mana_office .details {
    position: absolute;
    top: 58%;
    width: 78%;
    left: 18%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
}

.mobile .mana_office.slidein.current .fields {
    top: 58%;
}

.mobile .mana_office.slidein .details {
    top: 77.5%;
}


.mobile .fields input, .mobile .fields input:hover, .mobile .fields input:focus, .mobile .fields input:active {
    font-family: lightfont;
    font-size: 13pt;
    padding: 0 0 0 5px;
}

.mobile .details a, .mobile .details a:hover, .mobile .details a:focus, .mobile .details a:active, .mobile .details h6 {
    color: white;
    font-family: lightfont;
    font-size: 13pt;
    width: 100%;
    margin-bottom: 5%;
    text-decoration: none;
}

.mobile .fields input {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

.mobile .fields input.name {
    margin-top: 6%;
        padding-top: 50px;
}

.mobile .fields input::-webkit-input-placeholder { 
    font-family: lightfont; 
    font-size: 13pt;
    padding: 0;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

.mobile .fields input::-moz-placeholder { 
    font-family: lightfont;
    font-size: 13pt;
    padding: 0;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

.mobile .fields input:-ms-input-placeholder { 
    font-family: lightfont; 
    font-size: 13pt;
    padding: 0;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

.mobile .fields input:-moz-placeholder { 
    font-family: lightfont; 
    font-size: 13pt;
    padding: 0;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

.mobile .fields textarea, .mobile .fields textarea:hover, .mobile .fields textarea:focus, .mobile .fields textarea:active {
    font-family: lightfont; 
    font-size: 13pt;
    padding: 0 0 0 5px;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    min-height: 15vh;
}

.mobile .fields textarea::-webkit-input-placeholder { 
    font-family: lightfont; 
    font-size: 13pt;
    padding: 0;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

.mobile .fields textarea::-moz-placeholder { 
    font-family: lightfont; 
    font-size: 13pt;
    padding: 0;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

.mobile .fields textarea:-ms-input-placeholder { 
    font-family: lightfont; 
    font-size: 13pt;
    padding: 0;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

.mobile .fields textarea:-moz-placeholder { 
    font-family: lightfont; 
    font-size: 13pt;
    padding: 0;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

.mobile .submit {
    right: 6px;
    top: 6px;
    width: 19%;
    color: white;
    font-family: lightfont;
    font-size: 19pt;
    cursor: pointer;
    padding: 0;
}

.mobile .messagelocation {
    background: white;
    text-align: left;
    width: 96%;
    margin-left: 2%;
    padding: 0 0 0 5px;
}

.mobile .fields.sent .messagelocation {
    display: none;
}

.mobile .messagelocation div.check.first {
    margin: 0 0px;
}

.mobile .messagelocation div input {
    width: auto;
    margin: 0;
    vertical-align: middle;
}

.mobile .messagelocation div {
    background: black;
    padding: 0 5px;
}

.mobile .messagelocation div p {
    color: white;
    width: auto;
    font-size: 14px;
    vertical-align: middle;
}

.mobile .messagelocation p {
    color: black;
    width: 100%;
}

.mobile .messagelocation div.check label {
    position: static;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    width: 15px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.mobile .messagelocation div.check label img {
    width: 100%;
    position: static;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}


.mobile .fields.sent .submit.current {
    opacity: 0;
    pointer-events: none;
}

.mobile .enquiry_form.current, .mobile .kapiti.current, .mobile .mana_office.current {
    left: 9vw;
    -webkit-transition: left 1.5s ease;
    -o-transition: left 1.5s ease;
    transition: left 1.5s ease;
}

.mobile .enquiry_form, .mobile .kapiti, .mobile .mana_office {
    position: absolute;
    top: 0;
    left: 100%;
    width: calc(100% - 9vw);
    height: 100%;
    -webkit-transition: left 1.5s ease;
    -o-transition: left 1.5s ease;
    transition: left 1.5s ease;
    background: black;
}

.mobile img.contactclose {
    display: none;
}

.mobile img.contactclose.current {
    display: none;
}

.mobile img.mob.contactclose {
    display: block;
    position: absolute;
    top: 134px;
    left: 15px;
    width: 34px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    z-index: 9;
}

.mobile .contact div img.mob.contactclose.current {
    display: block;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}


.mobile .envolope img {
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mobile .envolope p {
    font-size: 20px;
    top: 37%;
    left: 49%;
}


.mobile .slidein.current .enquiry_form .mob.contactclose.current {
    display: none;
}

.mobile .slidein .enquiry_form .contactclose  {
    display: none !important;
}
/*---------------*/

/*--Android Chrome only--*/

.mobile.android.chrome .leftnav .navlinks.mob{
    height: 93%;
}

.mobile.android.chrome .contactoptions {
    margin-top: 30.5vh;
}

/*-----------------------*/




.mobile .specialise .maincontainer a p {
    font-family: lightfont;
    color: white;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    max-width: calc(100% - 19px);
    display: inline-block;
    vertical-align: middle;
}

.mobile .specialise .maincontainer a img {
    width: 10px;
    margin-right: 9px;
    display: inline-block;
    vertical-align: middle;
}

.mobile .specialise .maincontainer .list {
    margin-top: 35px
}

.tablet .specialise .maincontainer {
    top: 50%;
}

.tablet .specialise .maincontainer a img {
    width: 10px;
    margin-right: 10px;
}

.tablet .specialise .maincontainer a img {
    width: 12px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.tablet .specialise .maincontainer a p {
    display: inline-block;
    margin-bottom: 0;
    max-width: calc(100% - 22px);
    vertical-align: middle;
    font-size: 16pt;
}