@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(/_assets/_fonts/opensans/opensans-light.woff2) format('woff2'), url(/_assets/_fonts/opensans/opensans-light.woff) format('woff'); }
@font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 300; src: local('Open Sans Light Italic'), local('OpenSans-Light Italic'), url(/_assets/_fonts/opensans/opensans-lightitalic.woff2) format('woff2'), url(/_assets/_fonts/opensans/opensans-lightitalic.woff) format('woff'); }

/***************** 

NZASIA conference BASECAMP CSS

*****************/

#title h1 {
    padding: 270px 0px 14px 23px;
    font-size: 36px;
    line-height: 1.25;
    background: url(gfx/title.png) 20px 97px no-repeat;
    opacity: 1;
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-weight: 300;
    position: static;
	margin-top: 3px;
    text-rendering: optimizeLegibility;
}
#title h1.notopimage {
    max-width: 650px;
    background-size: 270px;
}
.titleinner {
    background: url(gfx/banner.jpg) right 0px no-repeat;
    padding-top: 3px;
    padding-bottom: 0px;
}
.titleinner img {
    display: none;
}
.titleinner h1 {
    margin-top: 0px;
}
#content h2 {
    padding-bottom: 7px;
    font-size: 28px;
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 28px;
    text-rendering: optimizeLegibility;
}
#content h2:first-of-type {
    margin-top: 0;
}
#content p + h2:first-of-type {
	margin-top: 28px;
}
#right {
    background-size: 26px 100%;
}

/*  FRONTPAGE  */

body.frontpage #title h1.notopimage {
    max-width: 650px;
}
body.frontpage #content h2 {
    border-bottom: none;
    font-size: 23px;
    line-height: 1.4;
}

/* Tablet styles */

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #features {
        width: 650px;
    }
}

@media only screen and (max-width: 768px) {
	#title h1 {
        padding-right: 0;
    }
    #right {
        border-bottom: none;
    }
    #features .events {
        width: 418px;
        margin-left: 232px;
        border-left: none;
    }
    #features .events article {
        margin-top: 14px;
    }
    #features .events article:first-child {
        margin-top: 14px;
    }
}

/* Mobile styles*/

@media only screen and (max-width: 700px) {
    body.frontpage .titleinner,
    .titleinner {
        background-position: 0 0;
        background-size: 700px;
        width: 100%;
    }
    #title h1 {
        padding: 215px 0px 14px 4%;
        background: url(gfx/title.png) 21px 63px no-repeat;
        background-size: 240px;
        font-size: 32px;
    }
    .titleinner h1 {
        max-width: 97% !important;
    }
    #features .events {
        width: 97%;
        margin-left: 0px;
        padding: 0;
    }
    #features .events article {
        width: 47.5%;
        margin-right: 5%;
    }
    #features .events article:nth-of-type(2n) {
        margin-right: 0;
    }
}