h2 {
    text-transform: uppercase;
}
.carousel {
    width: 684px;
    float: right;
    margin: 15px 0 0;
    height: 320px;
}
.carousel-main {
    width: 456px;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    border: solid 9px #8dba1f;
    border-radius: 3px;
}
.carousel-main.orange {
    background: #e26507;
    border-color: #e26507;
}
.carousel-main.lime {
    background: #8dba1f;
    border-color: #8dba1f;
}
.carousel-main.purple {
    background: #5f5499;
    border-color: #5f5499;
}
.carousel-main .prev {
    display: block;
    position: absolute;
    width: 26px;
    height: 76px;
    cursor: pointer;
    z-index: 20;
    background: rgba(255, 255, 255, 0.85);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    left: 0px;
    top: 50%;
    margin-top: -37px;
}
.carousel-main .prev:after {
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    border: solid 2px #717171;
    border-top: none;
    border-right: none;
    margin: 27px 0 0 7px;
}
.no-csstransforms .carousel-main .prev:after {
    display: none;
}
.carousel-main .prev:hover:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    border: solid 2px #717171;
    border-top: none;
    border-right: none;
    margin-top: 26px;
}
.no-csstransforms .carousel-main .prev:hover:after {
    display: none;
}
.no-csstransforms .carousel-main .prev {
    background: url(../images/homepage/slideshow-arrows.png) no-repeat 0px center #fff;
    filter: alpha(opacity=85);
}
.carousel-main .next {
    display: block;
    position: absolute;
    width: 26px;
    height: 76px;
    cursor: pointer;
    z-index: 20;
    background: rgba(255, 255, 255, 0.85);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    right: 0px;
    top: 50%;
    margin-top: -37px;
}
.carousel-main .next:after {
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    border: solid 2px #717171;
    border-bottom: none;
    border-left: none;
    margin: 27px 0 0 -2px;
}
.no-csstransforms .carousel-main .next:after {
    display: none;
}
.carousel-main .next:hover:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    border: solid 2px #717171;
    border-bottom: none;
    border-left: none;
    margin: 26px 0 0 -4px;
}
.no-csstransforms .carousel-main .next:hover:after {
    display: none;
}
.no-csstransforms .carousel-main .next {
    background: url(../images/homepage/slideshow-arrows.png) no-repeat -20px center #fff;
    filter: alpha(opacity=85);
}
.carousel-main .carousel-wrapper {
    display: none;
}
.carousel-main .selected {
    display: block;
}
.carousel-main ul {
    height: 100%;
    width: 3000px;
    position: absolute;
    top: 0;
    left: 0;
}
.carousel-main ul li {
    height: 100%;
    float: left;
    position: relative;
    list-style: none;
    width: 438px;
    overflow: hidden;
    border-radius: 3px;
}
.carousel-main ul li img {
    max-width: 100%;
    max-height: 100%}
.carousel-main ul li h3 {
    position: absolute;
    top: 15px;
    left: 15px;
    color: white;
    font-size: 50px;
    line-height: 1;
    text-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}
.carousel-main ul li div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    padding: 10px 10px 10px 11px;
    background: white;
}
.carousel-main ul li div h3 {
    position: static;
    color: #576d8a;
    font-size: 14px;
    margin-bottom: 2px;
    text-shadow: none;
}
.carousel-main ul li div p {
    font-size: 12px;
    margin: 0;
    line-height: 16px;
}
.carousel-main ul li div .btn {
    float: right;
    position: absolute;
    right: 12px;
    bottom: 12px;
}
.carousel-selector {
    float: right;
    width: 228px;
    height: 100%}
.carousel-selector div {
    color: black;
    background: #cecece;
    margin: 0 0 7px 7px;
    padding: 9px;
    height: 102px;
    cursor: pointer;
    overflow: hidden;
}
.carousel-selector div:last-child {
    margin-bottom: 0;
}
.carousel-selector div.selected {
    color: white;
    margin-left: -2px;
    border-radius: 0 3px 3px 0;
}
.carousel-selector div.orange:hover, .carousel-selector div.orange.selected {
    background: #e26507;
    color: white;
}
.carousel-selector div.lime:hover, .carousel-selector div.lime.selected {
    background: #8dba1f;
    color: white;
}
.carousel-selector div.purple:hover, .carousel-selector div.purple.selected {
    background: #5f5499;
    color: white;
}
.carousel-selector div img {
    float: left;
    max-height: 100%;
    max-width: 50%;
    margin: 0 8px 0 0;
    border: solid 2px white;
    border-radius: 3px;
}
.carousel-selector div span {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 14px;
    display: block;
    padding: 3px 0 6px 0;
    font-weight: bold;
}
.carousel-selector div p {
    display: block;
    padding: 0;
    margin: 0;
}
.container-wrapper {
    border-top: solid 1px #cecece;
    padding: 25px 0 0;
    margin: 25px 0;
}
.advert, .google-ad {
    float: right;
    margin: 0 0 0 10px;
    width: 300px;
    height: 250px;
}
.advert a {
    display: none;
}
.blurb p {
    font-size: 14px;
    line-height: 18px;
}
.blurb h3 {
    color: #576d8a;
    margin: 12px 0 4px;
    font-size: 15px;
    line-height: 15px;
}
.blurb li {
    margin: 0 0 3px 26px;
    line-height: 15px;
    list-style: square;
}
#Australia .locations-wrapper .location-map, #SouthPacific .locations-wrapper .location-map {
    margin-top: 0;
}
.locations-wrapper h2 {
    display: inline-block;
}
.locations-wrapper .location-map {
    float: right;
    width: 300px;
    height: 333px;
    border: solid black 5px;
    position: relative;
    margin-top: 32px;
}
.locations-wrapper .location-map img {
    position: absolute;
    top: 2px;
    left: 5px;
    display: none;
}
.locations-wrapper .location-map img.selected {
    display: block;
}
.locations-wrapper .location-map .north-island, .locations-wrapper .location-map .south-island, .locations-wrapper .location-map .australia, .locations-wrapper .location-map .south-pacific {
    width: 100%;
    height: 282px;
    display: none;
}
.locations-wrapper .location-map .north-island.selected, .locations-wrapper .location-map .south-island.selected, .locations-wrapper .location-map .australia.selected, .locations-wrapper .location-map .south-pacific.selected {
    display: block;
}
.locations-wrapper .location-map .north-island .map-location, .locations-wrapper .location-map .south-island .map-location, .locations-wrapper .location-map .australia .map-location, .locations-wrapper .location-map .south-pacific .map-location {
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    list-style: none;
    text-align: center;
    line-height: 11px;
}
.locations-wrapper .location-map .north-island .map-location a, .locations-wrapper .location-map .south-island .map-location a, .locations-wrapper .location-map .australia .map-location a, .locations-wrapper .location-map .south-pacific .map-location a {
    color: black;
    font-size: 11px;
}
.locations-wrapper .location-map .north-island .map-location a:hover, .locations-wrapper .location-map .south-island .map-location a:hover, .locations-wrapper .location-map .australia .map-location a:hover, .locations-wrapper .location-map .south-pacific .map-location a:hover {
    text-decoration: none;
}
.locations-wrapper .location-map .north-island .map-location.selected a, .locations-wrapper .location-map .south-island .map-location.selected a, .locations-wrapper .location-map .australia .map-location.selected a, .locations-wrapper .location-map .south-pacific .map-location.selected a {
    color: #475971;
}
.locations-wrapper .location-map .north-island .northland, .locations-wrapper .location-map .south-island .northland, .locations-wrapper .location-map .australia .northland, .locations-wrapper .location-map .south-pacific .northland {
    top: 55px;
    left: 47px;
}
.locations-wrapper .location-map .north-island .auckland, .locations-wrapper .location-map .south-island .auckland, .locations-wrapper .location-map .australia .auckland, .locations-wrapper .location-map .south-pacific .auckland {
    top: 94px;
    left: 67px;
}
.locations-wrapper .location-map .north-island .waikato, .locations-wrapper .location-map .south-island .waikato, .locations-wrapper .location-map .australia .waikato, .locations-wrapper .location-map .south-pacific .waikato {
    top: 129px;
    left: 95px;
}
.locations-wrapper .location-map .north-island .coromandel, .locations-wrapper .location-map .south-island .coromandel, .locations-wrapper .location-map .australia .coromandel, .locations-wrapper .location-map .south-pacific .coromandel {
    top: 93px;
    left: 152px;
}
.locations-wrapper .location-map .north-island .bay-of-plenty, .locations-wrapper .location-map .south-island .bay-of-plenty, .locations-wrapper .location-map .australia .bay-of-plenty, .locations-wrapper .location-map .south-pacific .bay-of-plenty {
    top: 111px;
    left: 158px;
    max-width: 54px;
}
.locations-wrapper .location-map .north-island .central-north-island, .locations-wrapper .location-map .south-island .central-north-island, .locations-wrapper .location-map .australia .central-north-island, .locations-wrapper .location-map .south-pacific .central-north-island {
    top: 157px;
    left: 129px;
    max-width: 60px;
}
.locations-wrapper .location-map .north-island .eastland, .locations-wrapper .location-map .south-island .eastland, .locations-wrapper .location-map .australia .eastland, .locations-wrapper .location-map .south-pacific .eastland {
    top: 149px;
    left: 207px;
}
.locations-wrapper .location-map .north-island .taranaki, .locations-wrapper .location-map .south-island .taranaki, .locations-wrapper .location-map .australia .taranaki, .locations-wrapper .location-map .south-pacific .taranaki {
    top: 178px;
    left: 60px;
}
.locations-wrapper .location-map .north-island .manawatu-whanganui, .locations-wrapper .location-map .south-island .manawatu-whanganui, .locations-wrapper .location-map .australia .manawatu-whanganui, .locations-wrapper .location-map .south-pacific .manawatu-whanganui {
    top: 201px;
    left: 72px;
    max-width: 85px;
}
.locations-wrapper .location-map .north-island .hawkes-bay, .locations-wrapper .location-map .south-island .hawkes-bay, .locations-wrapper .location-map .australia .hawkes-bay, .locations-wrapper .location-map .south-pacific .hawkes-bay {
    top: 201px;
    left: 176px;
}
.locations-wrapper .location-map .north-island .wairarapa, .locations-wrapper .location-map .south-island .wairarapa, .locations-wrapper .location-map .australia .wairarapa, .locations-wrapper .location-map .south-pacific .wairarapa {
    top: 233px;
    left: 156px;
}
.locations-wrapper .location-map .north-island .wellington, .locations-wrapper .location-map .south-island .wellington, .locations-wrapper .location-map .australia .wellington, .locations-wrapper .location-map .south-pacific .wellington {
    top: 233px;
    left: 66px;
}
.locations-wrapper .location-map .north-island .nelson-region, .locations-wrapper .location-map .south-island .nelson-region, .locations-wrapper .location-map .australia .nelson-region, .locations-wrapper .location-map .south-pacific .nelson-region {
    top: 30px;
    left: 167px;
}
.locations-wrapper .location-map .north-island .marlborough, .locations-wrapper .location-map .south-island .marlborough, .locations-wrapper .location-map .australia .marlborough, .locations-wrapper .location-map .south-pacific .marlborough {
    top: 71px;
    left: 201px;
}
.locations-wrapper .location-map .north-island .west-coast, .locations-wrapper .location-map .south-island .west-coast, .locations-wrapper .location-map .australia .west-coast, .locations-wrapper .location-map .south-pacific .west-coast {
    top: 105px;
    left: 86px;
}
.locations-wrapper .location-map .north-island .canterbury, .locations-wrapper .location-map .south-island .canterbury, .locations-wrapper .location-map .australia .canterbury, .locations-wrapper .location-map .south-pacific .canterbury {
    top: 139px;
    left: 147px;
}
.locations-wrapper .location-map .north-island .central-otago, .locations-wrapper .location-map .south-island .central-otago, .locations-wrapper .location-map .australia .central-otago, .locations-wrapper .location-map .south-pacific .central-otago {
    top: 187px;
    left: 92px;
    max-width: 53px;
}
.locations-wrapper .location-map .north-island .eastern-otago, .locations-wrapper .location-map .south-island .eastern-otago, .locations-wrapper .location-map .australia .eastern-otago, .locations-wrapper .location-map .south-pacific .eastern-otago {
    top: 216px;
    left: 137px;
    max-width: 53px;
}
.locations-wrapper .location-map .north-island .southland-fiordland, .locations-wrapper .location-map .south-island .southland-fiordland, .locations-wrapper .location-map .australia .southland-fiordland, .locations-wrapper .location-map .south-pacific .southland-fiordland {
    top: 219px;
    left: 21px;
    max-width: 76px;
}
.locations-wrapper .location-map .north-island .northern-territory, .locations-wrapper .location-map .south-island .northern-territory, .locations-wrapper .location-map .australia .northern-territory, .locations-wrapper .location-map .south-pacific .northern-territory {
    top: 71px;
    left: 103px;
    width: 83px;
}
.locations-wrapper .location-map .north-island .Queensland, .locations-wrapper .location-map .south-island .Queensland, .locations-wrapper .location-map .australia .Queensland, .locations-wrapper .location-map .south-pacific .Queensland {
    top: 109px;
    left: 178px;
}
.locations-wrapper .location-map .north-island .new-south-wales, .locations-wrapper .location-map .south-island .new-south-wales, .locations-wrapper .location-map .australia .new-south-wales, .locations-wrapper .location-map .south-pacific .new-south-wales {
    top: 166px;
    left: 194px;
    max-width: 75px;
}
.locations-wrapper .location-map .north-island .victoria, .locations-wrapper .location-map .south-island .victoria, .locations-wrapper .location-map .australia .victoria, .locations-wrapper .location-map .south-pacific .victoria {
    top: 210px;
    left: 194px;
}
.locations-wrapper .location-map .north-island .tasmania, .locations-wrapper .location-map .south-island .tasmania, .locations-wrapper .location-map .australia .tasmania, .locations-wrapper .location-map .south-pacific .tasmania {
    top: 243px;
    left: 196px;
}
.locations-wrapper .location-map .north-island .south-australia, .locations-wrapper .location-map .south-island .south-australia, .locations-wrapper .location-map .australia .south-australia, .locations-wrapper .location-map .south-pacific .south-australia {
    top: 144px;
    left: 114px;
    width: 80px;
}
.locations-wrapper .location-map .north-island .western-australia, .locations-wrapper .location-map .south-island .western-australia, .locations-wrapper .location-map .australia .western-australia, .locations-wrapper .location-map .south-pacific .western-australia {
    top: 127px;
    left: 36px;
    width: 79px;
}
.locations-wrapper .location-map .north-island .Fiji, .locations-wrapper .location-map .south-island .Fiji, .locations-wrapper .location-map .australia .Fiji, .locations-wrapper .location-map .south-pacific .Fiji {
    top: 152px;
    left: 144px;
}
.locations-wrapper .location-map .north-island .cook-islands, .locations-wrapper .location-map .south-island .cook-islands, .locations-wrapper .location-map .australia .cook-islands, .locations-wrapper .location-map .south-pacific .cook-islands {
    top: 65px;
    left: 222px;
}
.locations-wrapper .location-map .north-island .samoa, .locations-wrapper .location-map .south-island .samoa, .locations-wrapper .location-map .australia .samoa, .locations-wrapper .location-map .south-pacific .samoa {
    top: 83px;
    left: 138px;
}
.locations-wrapper .location-map .north-island .new-caledonia, .locations-wrapper .location-map .south-island .new-caledonia, .locations-wrapper .location-map .australia .new-caledonia, .locations-wrapper .location-map .south-pacific .new-caledonia {
    top: 175px;
    left: 0px;
}
.locations-wrapper .location-map .north-island .vanuatu, .locations-wrapper .location-map .south-island .vanuatu, .locations-wrapper .location-map .australia .vanuatu, .locations-wrapper .location-map .south-pacific .vanuatu {
    top: 100px;
    left: 64px;
}
.locations-wrapper .location-map .north-island .norfolk-island, .locations-wrapper .location-map .south-island .norfolk-island, .locations-wrapper .location-map .australia .norfolk-island, .locations-wrapper .location-map .south-pacific .norfolk-island {
    top: 236px;
    left: 50px;
}
.locations-wrapper .location-map .north-island .tonga, .locations-wrapper .location-map .south-island .tonga, .locations-wrapper .location-map .australia .tonga, .locations-wrapper .location-map .south-pacific .tonga {
    top: 202px;
    left: 192px;
}
.locations-wrapper .location-map .north-island .niue, .locations-wrapper .location-map .south-island .niue, .locations-wrapper .location-map .australia .niue, .locations-wrapper .location-map .south-pacific .niue {
    top: 134px;
    left: 229px;
}
.locations-wrapper .location-map .australia {
    background: url(../images/homepage/map-au.jpg) no-repeat center center;
}
.locations-wrapper .location-map .south-pacific {
    background: url(../images/homepage/map-spi.jpg) no-repeat center center;
}
.locations-wrapper .location-map .map-footer {
    text-transform: uppercase;
    font-size: 23px;
    background: black;
    color: white;
    line-height: 23px;
    padding-top: 5px;
    position: absolute;
    bottom: 0;
    width: 290px;
    text-align: center;
}
.locations-wrapper .locations-tabs {
    width: 650px;
}
.locations-wrapper .locations-tabs .tab {
    display: inline-block;
    padding: 8px 15px;
    background: #cecece;
    margin: 0 3px 0 0;
    font-size: 16px;
    line-height: 16px;
    color: black;
    text-decoration: none;
}
.locations-wrapper .locations-tabs .tab:hover, .locations-wrapper .locations-tabs .tab.selected {
    background: #576d8a;
    color: white;
}
.locations-wrapper .locations {
    width: 650px;
    background: #576d8a;
}
.locations-wrapper .locations .north-island, .locations-wrapper .locations .south-island, .locations-wrapper .locations .australia, .locations-wrapper .locations .south-pacific {
    display: none;
    height: 275px;
    overflow: hidden;
}
.locations-wrapper .locations .north-island.selected, .locations-wrapper .locations .south-island.selected, .locations-wrapper .locations .australia.selected, .locations-wrapper .locations .south-pacific.selected {
    display: block;
}
.locations-wrapper .locations .north-island.expanded, .locations-wrapper .locations .south-island.expanded, .locations-wrapper .locations .australia.expanded, .locations-wrapper .locations .south-pacific.expanded {
    height: auto;
}
.locations-wrapper .locations .north-island ul, .locations-wrapper .locations .south-island ul, .locations-wrapper .locations .australia ul, .locations-wrapper .locations .south-pacific ul {
    padding: 5px 8px;
}
.locations-wrapper .locations h3 {
    color: white;
    padding: 10px 0 0 15px;
    font-weight: normal;
    font-size: 14px;
}
.locations-wrapper .locations a {
    text-decoration: underline;
    color: white;
    font-size: 12px;
}
.locations-wrapper .locations .location {
    float: left;
    width: 317px;
    list-style: none;
    color: white;
    height: 89px;
    padding: 7px;
}
.locations-wrapper .locations .location-img {
    float: left;
    margin-right: 7px;
}
.locations-wrapper .locations .location-img img {
    width: 100px;
    height: 75px;
    border-radius: 3px;
}
.locations-wrapper .locations .location-heading {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    margin: 8px 0 2px;
}
.locations-wrapper .locations .location.selected {
    background: #475971;
    border-radius: 3px;
}
.locations-wrapper .locations-expander {
    border-top: solid 1px white;
    text-align: right;
    padding: 4px 15px;
}
.locations-wrapper .locations-expander a {
    color: white;
    font-size: 14px;
    text-decoration: none;
}
.locations-wrapper .locations-expander a:after {
    content: "+";
    color: white;
    border: solid 2px white;
    border-radius: 15px;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 22px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    margin-left: 6px;
}
.locations-wrapper .locations-expander a.expanded:after {
    content: "-";
    line-height: 18px;
}
.explore-jasons li {
    list-style: none;
    float: left;
    width: 325px;
    position: relative;
    margin-right: 2%;
    margin-bottom: 25px;
    overflow: hidden;
    z-index:1000;    
}
.no-csstransforms .explore-jasons li {
    width: 31%;
    margin: 0 1% 2%}
/*.explore-jasons li:nth-child(3n) {
    margin-right: 0;
}*/
.explore-jasons li a {
    display: block;
}
.explore-jasons li:hover .expander {
    text-decoration: none;
    height: 100%}
.explore-jasons li img {
    width: 316px;
    height: 250px;
}
.explore-jasons li .expander {
    position: absolute;
    display: block;
    text-align: center;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 34%;
    background: black;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    font-size: 0;
    -webkit-transition: height 0.75s;
    -moz-transition: height 0.75s;
    -ms-transition: height 0.75s;
    -o-transition: height 0.75s;
    transition: height 0.75s;
}
.no-csstransforms .explore-jasons li .expander {
    filter: alpha(opacity=75);
}
.explore-jasons li .expander:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.explore-jasons li .expander span {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
.explore-jasons li .expander.red {
    background: #576d8a;
    background: rgba(87, 109, 138, 0.75);
}
.explore-jasons li .expander.green {
    background: #576d8a;
    background: rgba(87, 109, 138, 0.75);
}
.explore-jasons li .expander.blue {
    background: #39f;
    background: rgba(51, 153, 255, 0.75);
}
.explore-jasons li .expander.orange {
    background: #576d8a;
    background: rgba(87, 109, 138, 0.75);
}
.explore-jasons li .expander.lime {
    background: rgba(0,0,0, 0.55);
    z-index:-1;
}
.explore-jasons li .expander.purple {
    background: #5f5499;
    background: rgba(95, 84, 153, 0.75);
}
.explore-jasons li img {
    width: 100%;
    z-index:-1;
    position:relative;
 }
.explore-jasons iframe {
    margin-bottom: 5px;
}