html { font-size:62.5% } /* Sets the base font size of the page to 10px */

body { 
	font-family:'Open Sans', 'Helvetica Neue', EmojiSymbols, arial, helvetica, helve, sans-serif; 
	line-height:1.4; 
	background-image: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.25) 0%,rgba(0,0,0,1) 100%),url(../images/2020/nz/bgNZ.jpg);
    background-image: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.25) 0%,rgba(0,0,0,1) 100%),url(../images/2020/nz/bgNZ.jpg);
    background-image: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.25) 0%,rgba(0,0,0,1) 100%),url(../images/2020/nz/bgNZ.jpg);
    background-image: radial-gradient(ellipse at center,rgba(0,0,0,0.25) 0%,rgba(0,0,0,1) 100%),url(../images/2020/nz/bgNZ.jpg);
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
	padding:0; 
	margin:3rem 2rem; 
}

:hover { cursor:pointer; }


@media only screen and (max-width: 1200px)  {
	
	body { margin:2rem; }

}


/* ==================================================================================== */
/* == HOME PAGE 2020 ================================================================== */
/* ==================================================================================== */

/* .home.au .fullSize-hero { background-image: url(../images/2020/au/bookme-header-1200x500@2x.jpg); }
.home.fj .fullSize-hero { background-image: url(../images/2020/fj/bookme-header-1200x500@2x.jpg); }
.home.nz .fullSize-hero { background-image: url(../images/2020/nz/bookme-header-1200x500@2x.jpg); background:none; }
.home.nz .fullSize-hero { background-image: url(../images/2020/nz/bookme-header-1200x500@2x.jpg); } */

body.home.au { background-image: radial-gradient(ellipse at center,rgba(0,0,0,0.25) 0%,rgba(0,0,0,1) 100%),url(../images/2020/bgAU.jpg); }
body.home.fj { background-image: radial-gradient(ellipse at center,rgba(0,0,0,0.25) 0%,rgba(0,0,0,1) 100%),url(../images/2020/bgFJ.jpg); }
body.home.nz { background-image: radial-gradient(ellipse at center,rgba(0,0,0,0.25) 0%,rgba(0,0,0,1) 100%),url(../images/2020/bgNZ.jpg); }


body.bkme-affiliate.bkme-affiliate__rankers  {
     background:#0175c1 !important
}

.home .fullSize-hero { 
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
	position:relative;
	color:#fff;
	background-size:cover;
	background-position:50% 50%;
	background:none;
	padding:0 3rem 1rem;
	margin:0 auto;
	max-width:calc(120rem - 4rem);
	box-sizing:border-box;
}


.home .fullSize-hero .hero-wrap {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.home .location-wrap {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: flex-end;
	width:100%;
	z-index:1;
}

.home .fullSize-hero .location-wrap img { 
	width: auto;
    height: 9rem;
}

.home .location-wrap h1 {
	font-size:3rem;
	line-height:1.2;
	font-weight:800;
	letter-spacing: -0.06rem;
	text-align:center;
	margin: 0;
}

.home .location-wrap h1 span {
	display:block;
	font-size:1.6rem;
	line-height:1.4;
	font-weight:600;
	letter-spacing: -0.06rem;
	margin: .5rem auto 0;
	width:75%;
}

.home .location-wrap ul {
	display:flex;
	justify-content: center;
	align-items: center;
	font-size:1.6rem;
	line-height:1;
	font-weight:700;
	padding:0;
	margin:3rem 0 2rem;
	width:100%;
}

.home .location-wrap li {
	display:flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	border-radius:1.9rem;
	margin:0 .5rem;
	width:18rem;
	height:3.4rem;
	box-shadow:inset 0 0 0 .2rem #fff;
}

.home .location-wrap li.selected {
	background:#fff;
	box-shadow:none;
}

.home .location-wrap li a {
	color:#fff;
	text-decoration:none;
}

.home .location-wrap li.selected a { color:#e74126; }

.home .search-wrap { 
	position:relative;
	margin: 2.5rem auto 0;
	width:100%; 
	max-width:60rem;
}

.home .search-wrap i {
	position:absolute;
	top: 1.5rem;
	left: 1.5rem;
	font-size: 2.6rem;
	color: #536baa;
}

.home .search-wrap i.clear-search {
	position:absolute;
	top: 2rem;
	left:initial;
	right:1.4rem;
	font-size: 1.8rem;
	color: #aaa;
}

.home .search-wrap input {
	font-size: 1.5rem;
    border: none;
    border-radius: 3rem;
    padding: 0 5rem;
    width: 100%;
    height: 5.5rem;
    box-shadow: 0 19px 38px rgba(0,0,0,0.12), 0 15px 12px rgba(0,0,0,0.08);
    box-sizing: border-box;
}

.home .search-wrap input:focus {
  outline: none;
}
.home .search-wrap input:focus::-webkit-input-placeholder{
    color: transparent!important;
}
.home .search-wrap input:focus::-moz-placeholder{
    color: transparent!important;
}
.home .search-wrap input:focus:-moz-placeholder{
    color: transparent!important;
}
.home .search-wrap .resultList {
    display: none;
    position: absolute;
    top: 4.6rem;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 0 0 0 0;
    border-radius: 0 0 30px 30px;
    z-index: 5;
    max-height: 30rem;
}

.resultList::before,
.resultList::after {
    position: absolute;
    top: -20px;
    left: 0;
    content: "";
    background: #fff;
    width: 1rem;
    height: 2rem;
}

.resultList::after {
    right: 0;
    left:initial;
}

.home .search-wrap .resultList ul  {
    display: block;
    position: relative;
    font-size: 1.2rem;
    font-weight: 600;
    color: #536baa;
    list-style-type:none;
    padding: 0 0 0 0;
    margin:0;
    background: #fff;
    margin: .5rem 1.6rem 1.6rem;
    overflow: auto;
    max-height: 20rem;
}

.home .search-wrap .resultList li a {
    display:block;
    color: #101010;
    text-decoration:none;
    margin: 1.5rem 0;
}

.home .search-wrap .resultList li a::before {
    content:"\e8b4";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #e74126;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    margin: -0.2rem 0.4rem 0 0;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}


.home h2 {
	font-size:1.8rem;
	font-weight:600;
	color:#fff;
	text-align:center;
	letter-spacing: -0.03rem;
	margin:3rem auto 2rem;
}

.home .regions-wrap {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	padding:0;
	margin:0 auto;
	max-width:99.2rem;
}

.home .regionCard {
	display: flex;
    align-items: flex-end;
    justify-content: space-around;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    padding: 2rem 1rem 3rem;
    margin: .75rem;
    width: calc(50% - 1.5rem);
    max-width: 30rem;
    height: 34rem;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.home .regionCard:hover {
	cursor: pointer;
    transform: scale(1.03);
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.home .regionCard a {
	color:#fff;
	text-decoration:none;
}

.home .regionCard h3 {
	font-size:2.2rem;
	font-weight:800;
	margin-bottom:1rem;
}

.home .regionCard h3.QTplusMS { margin-bottom:1.8rem; }

.home .regionCard p { margin:0; }

.home .regionCard img {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border-radius:.8rem;
	z-index:-1;
	width:100%;
	height:100%;
}

.awardWrapper {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:12.5rem auto 0;
	max-width:42rem;
}

.awardWrapper img {
    display:block;
    width:100%;
    margin: 0 auto;
}

.fast50-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background:#000;
    width: calc(50% - 1rem);
    height: 8.5rem;
}

.ata-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #37acae;
    width: calc(50% - 1rem);
    height: 8.5rem;
    
}

.ata-box img { width: 90%; }

.feefo-box {
	background-color:#fff;
	padding:.5rem 2rem;
	margin-top:2rem;
}

.fernmark-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:2rem auto 0;
    width: calc(50% - 1rem);
    height: 8.5rem;
}

.home .footWrapper  {
	display:flex;
	justify-content:center;
	align-items: center;
	flex-direction:column;
	font-size:1.05rem;
	text-align:center;
	margin:5rem auto 0;
	max-width:93rem;
}

.home .footWrapper a { 
	color:#fff; 
	text-decoration:none; 
}

.home .social {
	display:flex;
	justify-content:center;
	list-style-type:none;
	padding:0;
}

.home .social a { 
	display:inline-block;
	padding:0 2rem; 
}

.home .social img {
	display:block;
	margin:0 auto .8rem;
	width:2rem;
}

.home .follow-links {
	display:flex;
	justify-content:center;
  		padding: 1.5rem 0;
  		border-top:1px solid rgba(255,255,255,.2);
	border-bottom:1px solid rgba(255,255,255,.2);
  		margin:1rem 0 3rem;	
  		width:100%;		
}

.home .follow-links a { padding: 0 1rem; }

.home .copyright {
    display: flex;
    justify-content: center;
    font-size:.8rem;
    color:rgba(255,255,255,.5);
}


@media only screen and (max-width: 992px)  {
	
	.home .search-wrap { max-width: 60rem; }
	
	.home .regionCard.cardNine {display:none}
}

@media only screen and (max-width: 768px)  {
	

	body { margin:1.5rem 1rem; }
	
	.home .fullSize-hero { 
		padding:0;
	  	margin-bottom: 2rem; 
	}
	
	.home .fullSize-hero .location-wrap img { height: 8rem;	}
		
	.home .location-wrap ul {
		font-size:1.4rem;
	}
	
	.home .location-wrap li {
		width:16rem;
		height:3.2rem;
	}
	
	.home .search-wrap {
	    margin: 0 auto;
    	max-width: 50rem;
	}
	
	.home .regionCard {
	    max-width: auto;
	    height: 28rem;
	}
	
	.home .footWrapper { font-size:.9rem; }
	
	.home .social a { padding:0 .5rem; 	}
		
	.home .social img { width:1.6rem; }
	
}

@media only screen and (max-width: 480px)  {
	
	.home .fullSize-hero .location-wrap img { height: 6.5rem; }
	
	.home .location-wrap h1 { font-size: 2.2rem; }
	
	.home .location-wrap h1 span { font-size: 1.4rem; width:100%; }
	
	.home .location-wrap ul { font-size: 1.2rem; font-weight: 700; margin: 1.5rem 0 2rem; }
	
	.home .location-wrap li { height: 2.8rem; }
	
	.home .search-wrap input { font-size: 1.5rem; }
	
	.home h2 { font-size: 1.5rem; margin-top: 3rem; }
	
	.home .regions-wrap { margin: 0 -0.25rem; }
	
	.home .regionCard { 
		font-size:1.3rem; 
		margin: .25rem; 
		width:calc(50% - .5rem); 
		height: 25rem; 
	}
	
	.home .regionCard h3 { font-size: 1.8rem; }
	
	.home .regionCard h3.QTplusMS { margin-bottom:1.9rem; }

}

@media only screen and (max-width: 374px)  {
	
	.home .location-wrap ul { font-size: 1.2rem; }

}

/*  ============================================================================================ */
/*  iPHONE X/XS/11 PRO NOTCH STYLES ============================================================ */
/*  ============================================================================================ */

@media only screen 
    and (device-width : 414px) 
    and (height : 896px) 
    and (-webkit-device-pixel-ratio : 2) { 

	body.home.au,
	body.home.fj,
	body.home.nz { 
        margin-top: 4.4rem;
        background-color: #192439;
    }

}

/*  ============================================================================================ */
/*  iPHONE X/XS/11 PRO MAX NOTCH STYLES ======================================================== */
/*  ============================================================================================ */


@media only screen 
    and (device-width : 414px) 
    and (height : 896px) 
    and (-webkit-device-pixel-ratio : 3) { 

	body.home.au,
	body.home.fj,
	body.home.nz { 
        margin-top: 4.4rem;
        background-color: #192439;
    }

}

/*  ============================================================================================ */
/*  iPHONE X/XS/11 PRO NOTCH STYLES ============================================================ */
/*  ============================================================================================ */


@media only screen 
    and (device-width : 375px) 
    and (height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 

	body.home.au,
	body.home.fj,
	body.home.nz { 
        margin-top: 4.4rem;
        background-color: #192439;
    }

}


/*  ============================================================================================ */
/*  VODAFONE STYLES ============================================================================ */
/*  ============================================================================================ */

body.home.vodafone { 
	background: none;
	margin-top:0;
}

img.vodafone_logo { width:12rem; }

.home.vodafone .fullSize-hero { color:#000; }

.home.vodafone h2 { color: #000; }

.home.vodafone .location-wrap li.selected {
    background: #e74126;
    box-shadow: none;
}
.home.vodafone .location-wrap li { box-shadow: inset 0 0 0 0.2rem #ddd; }

.home.vodafone .location-wrap li a { color: #000; }

.home.vodafone .location-wrap li.selected a { color: #fff; }

.home.vodafone .footWrapper a { color: #000;}

.home.vodafone .follow-links {
    border-top: 1px solid rgba(0,0,0,.2);
    border-bottom: 1px solid rgba(0,0,0,.2);
}

@media only screen and (max-width: 768px)  {
	
	img.vodafone_logo { width:8rem; }
	
}






