@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600&subset=latin-ext');
/* Table of Contents
----------------------------------
1.  GENERAL
2.  HEADER
3.  FOOTER
4.  HOME
5. 	BZ-MODS

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


/*************************
*
*	1. GENERAL
*
*************************/









.owl-item .cloned{
    display: none!important;

   
}
	


    #main-single #content-area {
        padding-bottom: 52px!important;
        width: auto;
        min-height: 200px;
        margin: auto;
    }

.ItinerariesMainPage .itinerary-guts {
    min-height: 50px!important;
}


@media screen and (min-width: 0px) and (max-width:730px)

{

.contentholder2{
    padding-left: 3px!important;
	  padding-right: 2px!important;
	 padding-top: 30px!important;
   
}
	
	
	
	
	

	
	
	
	
	
	.views-field-field-short-description {
    margin: 0px 10px 0px 20px!important;
  
}
	
	
	
.contentholder2 p {
    padding-right: 8px!important;
	
	
   
}
	
	
#main-single .innerholder h1 {
    font-size: 42px;
    margin: 74px 40px 10px 23px;
    padding: 0px 0px 0px 0px;
}

	
	.field-item h2  {
  
    margin-left: 25px!important;
 
}

		.field-item p  {
  
    margin-left: 25px!important;
 
}

	

}



@media screen and (min-width: 731px) and (max-width:5000px)

{


	



}



@media screen and (min-width: 0px) and (max-width:555px)

{


	
	
	.LodgesMainPage .views-field-field-short-description {
    min-height: 110px!important;
}


}




#accommodation {
    padding-left: 0px!important;
	   
}


									
									
	.field-name-field-lodge-name {
    font-size: 18px;
    font-family: "droid-sans", "Helvetica Neue", Arial, sans-serif;
    margin: 0px 19px 25px 25px;
    padding-left: 15px;
}								
						

.field-name-field-lodge-name {
    margin-top: 70px!important;
}


.niftybutton-facebook{
    display: none!important;
   
}


.niftybutton-twitter{
    display: none!important;
   
}

* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-width: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    min-width: auto;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    font-size: 2rem;
    line-height: auto;
    line-height: 1.6rem;
    letter-spacing: .25px;
}
p, ul li, ol li {
    color: inherit;
    line-height: 26px;
    line-height: 2.6rem;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    letter-spacing: normal;
    margin-bottom: 25px;
    margin-top: 10px;
    word-wrap: break-word;
}
a {
    color: inherit;
    border: none;
    outline: none;
    text-decoration: none;
    font-weight: 300;
}
.field-content a {
    font-size: 16px;
    color: #6f6f6f;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
.field-content a:hover {
    font-size: 16px;
    color: rgb(149, 164, 177);
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
a:any-link:hover {
}
h1, h2, h3, h4, h5, h6 {
    font-family: droid-serif;
    font-style: italic;
    word-wrap: break-word;
    color: #4d4d4d;
    line-height: 1.5em;
    margin-bottom: 20px;
    font-weight: normal;
}
div {
    -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.5s; /* Firefox < 16 */
    -ms-animation: fadein 0.5s; /* Internet Explorer */
    -o-animation: fadein 0.5s; /* Opera < 12.1 */
    animation: fadein 0.5s;
}
 @keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}
.LodgePage h2 {
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5em;
    color: #6f6f6f;
}
.LodgePage p, .ExperiencePage .f18, .ExperiencePage #main-single p {
    color: #6f6f6f;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 200;
}
a:hover {
}
a:active, a:focus {
}
ol, ul {
    list-style: none;
}
ul {
    margin: 0 0 19px;
}
ul li {
    list-style-type: none;
    word-wrap: break-word;
}
input:focus, textarea {
    outline: none;
}
button, input, select, textarea {
    font-size: 100%;
    word-wrap: break-word;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
select::-ms-expand {
 display: none;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

/*Remove button padding in FF*/

input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input[type=text], input[type=password] {
    display: inline-block;
}
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    resize: none;
    overflow: auto;
}
img {
    max-width: 100%;
    height: auto;
}
/* Clearfix */

.clearfix {
    display: inline-block;
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}
.clearfix {
    display: block;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.no-margin {
    margin: 0 !important;
}
.hidden-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.container {
    width: 1240px;
    margin: auto;
    max-width: 90%;
}
@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?35398174');
    src: url('../font/fontello.eot?35398174#iefix') format('embedded-opentype'), url('../font/fontello.woff2?35398174') format('woff2'), url('../font/fontello.woff?35398174') format('woff'), url('../font/fontello.ttf?35398174') format('truetype'), url('../font/fontello.svg?35398174#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: 300;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-left-open-big:before {
    content: '\e800';
} /* '' */
.icon-right-open-big:before {
    content: '\e801';
} /* '' */
.icon-right:before {
    content: '\e802';
} /* '' */
.icon-right-small:before {
    content: '\e803';
} /* '' */
.icon-left:before {
    content: '\e804';
} /* '' */
.icon-left-small:before {
    content: '\e805';
} /* '' */
.icon-instagram:before {
    content: '\e806';
} /* '' */
.icon-facebook:before {
    content: '\f09a';
} /* '' */
.icon-angle-left:before {
    content: '\f104';
} /* '' */
.icon-angle-right:before {
    content: '\f105';
} /* '' */
.frow {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col100 {
    width: 100%;
}
.col75 {
    width: 73.5%;
}
.col66 {
    width: 66%;
}
.col50 {
    width: 49%;
}
.col33 {
    width: 32%;
}
.col30 {
    width: 28.5%;
}
.col25 {
    width: 23.5%;
}
.col20 {
    width: 18.5%;
}
/*************************
*
*	2. HEADER
*
*************************/
#page {
    background: #F5f5f5;
}
#header {
    height: 160px;
    background: rgb(149, 164, 177);
    color: #FFF;
    position: relative;
}
#header.temp-height {
    height: 0px;
}
#header .container {
}
.top-nav {
    text-align: right;
    margin-top: 32px;
    width: calc(100% - 200px);
}
.desktop-logo {
    display: block;
}
.responsive-logo {
    display: none;
}
.svg-social img {
    width: 25px;
    height: 25px;
}
.lang-button.svg-social  {
    width: 30px;
    margin-left: 0px;
	
}
.push-down {
    margin-top: 160px;
}
#header .logo {
    margin-top: 24px;
}
#header.zero-height {
    height: 0px;
}
#header {
  -webkit-transition: height 0.5s; 
  -moz-transition: height 0.5s; 
  -ms-transition: height 0.5s; 
  -o-transition: height 0.5s; 
  transition: height 0.5s;      
}
#header.go-sticky {
    height: 84px;
}
#header.go-sticky .desktop-logo {
    display: none;
}
#header.go-sticky .responsive-logo {
    display: block;
}
#header.go-sticky #nav-menu {
    margin-top: 2px;
}
#header.go-sticky #nav-menu > ul > li a {
    font-size: 16px;
}
#header.go-sticky .top-nav {
    margin-top: 10px;
}
#header.go-sticky .contact-link {
    font-size: 12px;
    line-height: 24px;
    margin-left: 10px;
    padding-right: 0px;    
    margin-right: 0px;
}
#header.go-sticky .svg-social img {
    width: 20px;
    height: 20px;
}
#header.go-sticky .lang-button {
    width: 27px;
    height: 20px;
    margin-left: 2px;
}
#header.go-sticky {
    position: fixed;
    top: 0px;
    height: 84px;
    width: 100%;
    z-index: 999;
}
.logo img {
    width: 185px;
}
#header .logo {
    margin-top: 20px;
}
.lang-button {
    display: inline-block;
    width: 36px;
    height: 24px;
    vertical-align: middle;
    margin-left: 6px;
}
.contact-link {
    font-size: 14px;
    font-weight: 200;
    letter-spacing: .5px;
    display: inline-block;
    vertical-align: middle;
    height: 46px;
    line-height: 48px;
    border-right: 2px solid #97999e;
    padding-right: 0px;
    margin-right: 0px;
}
.contact-link:hover {
    text-decoration: none;
}
#menu-button {
    display: none;
}
#nav-menu {
    margin-top: 25px;
    letter-spacing: 1px;
}
#nav-menu > ul {
    margin-bottom: 0;
    font-weight: 200;
}
#nav-menu > ul > li {
    display: inline-block;
    margin-left: 2.6%;
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 36px;
    font-weight: 200;
}
#nav-menu > ul > li a:hover {
    text-decoration: none;
}
#nav-menu > ul > li a {
    position: relative;
    padding: 0px 0px 2px 5px;
    letter-spacing: .25px;
    font-weight: 200;
}
#nav-menu a:hover {
/* border-bottom: 2px solid #FFF; */
}
#nav-menu a:hover:after {
    opacity: 1;
    width: 100%;
}
#nav-menu > ul > li a:after {
    content: '';
    opacity: 0;
    width: 0;
    height: 1px;
    left: 0;
    bottom: -4px;
    position: absolute;
    -webkit-transition: opacity .4s ease, width .4s ease;
    -moz-transition: opacity .4s ease, width .4s ease;
    -ms-transition: opacity .4s ease, width .4s ease;
    -o-transition: opacity .4s ease, width .4s ease;
    transition: opacity .4s ease, width .4s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    background-color: #ffffff;
}
#nav-menu > ul > li.active a:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 16px);
    height: 2px;
    left: -8px;
    bottom: -8px;
    background: #cbccce;
}
#nav-menu > ul > li.current a:after {
    opacity: 1;
    width: 100%;    
}
#nav-menu > ul > li > ul {
    position: absolute;
    background: #FFF;
    z-index: 999;
    background: rgba(47, 51, 62, 0.9);
    text-align: left;
    top: 100%;
    display: none;
    padding: 10px 20px 20px;
    margin-left: -25px;
    min-width: 150px;
    -webkit-transition: opacity 0.6s; 
    -moz-transition: opacity 0.6s; 
    -ms-transition: opacity 0.6s; 
    -o-transition: opacity 0.6s; 
    transition: opacity 0.6s; 
}
#nav-menu > ul > li:hover > ul {
    display: block;
    margin-bottom: 0;
}
#nav-menu > ul > li > ul > li {
    margin-bottom: 15px;
}
#nav-menu > ul > li > ul > li:last-child {
    margin-bottom: 5px;
}
#nav-menu > ul > li > ul.big-submenu > li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}
#nav-menu > ul > li > ul.big-submenu > li:first-child {
    width: 100%;
}
#nav-menu > ul > li > ul.big-submenu > li > a {
    width: 200px;
    border-bottom: 2px solid #fff;
    text-align: left;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 12px;
}
#nav-menu > ul > li > ul.big-submenu > li > ul {
    font-size: 18px;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    text-align: left;
}
#nav-menu > ul > li > ul.big-submenu > li > ul > li {
    margin-bottom: 10px;
    max-width: 220px;
    font-size: 16px;
}
#nav-menu > ul > li > ul.big-submenu > li > ul > li a:hover {
    text-decoration: underline;
}
/*************************
*
*	3.  FOOTER
*
*************************/
#footer {
    background: rgb(149,164,177);
    min-height: 250px;
    padding-top: 25px;
}
.footer-top {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#footer a.logo {
    width: 15%;
    display: inline-block;
    text-align: center;
}
.footer-links {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}
#footer a {
    font-weight: 200 !important;
    line-height: 1.5em;
}
.footer-links li, .small-p {
    font-size: 16px;
    color: #FFF;
    font-weight: 200 !important;
    letter-spacing: .25px;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 18px;
}

.social-icons a {
    color: #FFF;
    font-size: 24px;
    margin-right: 15px;
    margin-top: 15px;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.australia-slogan i {
    margin-left: 30px;
    font-size: 13px;
}
.small-p.australia-slogan {
	margin-left:0 !important;
    color: #FFF;
}
#breadcrumbs {
    margin: 55px 0px -65px 40px;
    font-size: 12px;
}
.modified-vh {
    top: 14vh !important;
}
.footer-bottom {
    border-top: 1px solid #fff;
    margin-top: 30px;
    padding-top: 20px;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #fff;
    letter-spacing: .25px;
    font-weight: 200;
    font-size: 16px;
}
/*************************
*
*	4.  HOME
*
*************************/
.main {
    color: #4d4d4d;
}
.shadow {
    position: relative;
    line-height: 0;
}
.shadow * {
    line-height: normal;
}
.shadow:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(47, 51, 62, 0.15);
    z-index: 1;
}
#top-slider {
    width: 100%;
   
    height: calc(80vh - 160px);
    min-height: 350px;    
}
#top-slider .item {
    /* height: 640px; */
    height: calc(80vh - 160px);
}
#top-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#top-slider .owl-prev, #top-slider .owl-next {
    font-size: 32px;
    position: absolute;
    color: #fff;
    top: calc(50% - 20px);
    left: calc((100% - 1240px)/2);
    z-index: 9999;
}
#top-slider .owl-prev i:before, #top-slider .owl-next i:before {
    font-weight: 300;
}
#top-slider .owl-next {
    left: auto;
    right: calc((100% - 1240px)/2);
}
#top-slider .item {
    position: relative    
}
.location-name {  
    position: absolute;
    bottom: 100px;
    color: #FFF;
    text-align: right;
    right: calc((100% - 1240px)/2);
    font-size: 18px;
    font-weight: 300;
}
.text-center {
    text-align: center;
}
.page-section {
    padding-top: 50px;
    padding-bottom: 40px;
}
.pdf-brochure {
    background: #ffffff;
	display:none;
}
p.div.pdf-brochure.page-section, p.text {
    font-size: 16px;
    padding-right: 40px;
}
.homepage-lead-in h2 {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 26px;
}
h1, .i-title {
    font-size: 40px;
    line-height: 50px;
    white-space: pre-line;
    font-style: italic;
    margin-top: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}
.HomePage h1, .HomePage .i-title, .TradeMediaPage .i-title {
    margin-top: -50px;
    padding-left: 0px;
}
.TradeMediaPage .i-title {
    margin-left: 0px;
}
.TradeMediaPage .pdf-brochure p.text, .TradeMediaPage .pdf-brochure .text p {
   margin-left: 0px;
}
.ItinerariesMainPage .itinerary-guts {
    min-height: 202px;
}
.ItinerariesMainPage .views-field-field-short-description {
    min-height: 105px;
    max-height: 105px;
}
#content-area #flags {
    text-align: right;
    float: right;
    margin-top: 87px;
    margin-right: 39px;    
}
#content-area #flags img {
    width: 26px;
    height: 20px;
}
.manual-arrow {
    background: url(/themes/lnz/images/dark-arrow.png) center center no-repeat transparent !important;
    height: 10px !important;
    width: 12px !important;
    margin-top: 7px;
    display: inline-block;
    padding-left: 33px;
}
h1 {
    border-bottom: 0px;
}
.HomePage h1::after {
    content: '';
    display: block;
    width: 24%;
    margin: 20px auto 39px;
    border-bottom: 1px solid #4d4d4d;
}
h1::after {
    content: '';
    display: block;
    width: 100%;
    margin: 20px auto 39px;
    border-bottom: 1px solid #4d4d4d;
}
h1.banner-title-overlay::after {
    display: none;
}
h1.banner-title-overlay {
    position: absolute;
    margin: 0px !important;
    z-index: 100;
    color: #f7f7f7;
    width: 100%;
    top: 34vh;       
}
.i-title a:hover {
    text-decoration: none;
}
.text {
    font-size: 16px;
}
.boxes {
    margin-top: 50px;
    margin-bottom: 100px;
}
.boxes1 {
    height: 640px;
}
.boxes1 .box-big {
    width: 57%;
}
.mb20 {
    margin-bottom: 20px;
}
.boxes-vertical {
    display: flex;
    width: calc(43% - 20px);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.boxes1 .box-vertical-2 {
    width: 100%;
    height: calc(50% - 10px);
}
.box-item {
    position: relative;
}
.box-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lodge-name {
    font-size: 18px;
    color: #FFF;
    position: absolute;
    bottom: 40px;
    right: 25px;
    z-index: 99;
    font-weight: 300;
    display: none;
}
.box-overay {
    background: rgba(149, 164, 177, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 100;
    color: #fff;
    display: none;
}
.box-item:hover .box-overay {
    display: flex;
}
.button {
    border: 1px solid #fff;
    width: 400px;
    max-width: 80%;
    text-align: center;
    padding: 10px;
    font-size: 18px !important;
    letter-spacing: .25px;
    font-size: 20px;
    font-weight: 200;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.button:hover {
    border: 1px solid #fff;
    text-decoration: none;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.text-box {
    background: #Ffffff;
    position: relative;
    padding-bottom: 60px;
    padding-top: 20px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.text-box-button {
    background: rgb(149,164,177);
    position: absolute;
    padding-right: 30px !important;
    text-transform: uppercase;
    width: 100%;
    height: 60px;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: .25px;
    bottom: 0;
    left: 0;
    text-align: left;
    color: #FFF;
    max-width: 100%;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 40px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.5s; /* Firefox < 16 */
    -ms-animation: fadein 0.5s; /* Internet Explorer */
    -o-animation: fadein 0.5s; /* Opera < 12.1 */
    animation: fadein 0.5s;
}
.text-box-button:hover {
    background: #2F333E;
    color: #FFF;
    -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.5s; /* Firefox < 16 */
    -ms-animation: fadein 0.5s; /* Internet Explorer */
    -o-animation: fadein 0.5s; /* Opera < 12.1 */
    animation: fadein 0.5s;
}
.boxes3 .text-box-button {
/* background: #2F333E; */
}
.text-box .i-title, .text-box .text {
    padding: 0 40px;
}
.boxes2 .box-item {
    width: calc(33.3% - 13px);
}
.boxes3 .box-item {
    width: calc(33.3% - 13px);
    margin-bottom: 20px;
}
.boxes3 {
    margin-bottom: 40px;
}
.newsletter-form {
    background: #2F333E;
    width: 800px;
    min-height: 500px;
    max-width: 90%;
    color: #fff;
    z-index: 99;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 60px;
    z-index: 100;
    position: relative;
}
.newsletter-text {
    margin-bottom: 35px;
}
#close-popup {
    position: absolute;
    margin: auto;
    background: #6F7279;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    color: #C7C8CA;
    cursor: pointer;
}
.newsletter-text {
    width: 600px;
    max-width: 90%;
    margin: 0 auto 30px;
}
.text.newsletter-text {
    font-weight: 300;
}
.form-element {
    width: 460px;
    max-width: 90%;
    height: 46px;
    line-height: 46px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 20px;
    color: #2F333E;
}
button.form-element {
    background: rgb(149, 164, 177);
    color: #ffffff;
}
.newsletter-overlay {
    background: rgba(245, 247, 249, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 9999;
}
.link-file {
    display: inline-block;
    vertical-align: top;
    width: 220px;
}
.file-info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 230px);
    padding-left: 25px;
}
.icon-right {
    font-size: 14px;
    padding-left: 10px;
    display: none;
}
/*
@quick-book
*/
.filter-widget {
	display:none;
    height: 78px;
    background: #FFF;
    border: 5px solid rgba(149, 164, 177, .5);
    width: 90%;
    margin: -36px auto;
    position: relative;
    z-index: 99;
    padding: 15px 0px 20px 0px;
    max-width: 1335px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.filter-widget .container {
    width: 100%;
    max-width: 100%;
    padding: 0px 10px;
}
.filter-widget .fields-container {
    width: 100%;
}
.filter-widget .content {
    padding: 0 7.5%;
}
.filter-widget .date-button-field {
    text-rendering: auto;
    background: white;
    color: black;
    font-weight: 300;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    text-align: start;
    float: left;
    width: 32%;
    font-size: 18px;
    line-height: 30px;
    height: 41px;
    box-sizing: border-box;
    padding: 7px;
    margin: 0 0 10px;
    display: block;
    border: 1px solid #ccc;
    box-shadow: inset 0 0 2px 2px #fff;
    cursor: pointer;
}
.filter-widget label {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}
.filter-widget input, .filter-widget select, .filter-widget .date-button-field {
    width: 100%;
    float: none;
    margin: 5px 0;
    font-size: 18px;
    line-height: 40px;
    height: 41px;
    color: #6d6e70;
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;
}
#webform-client-form-76 .webform-submit, .node-type-gift-voucher .voucherbutton, #webform-client-form-48 .form-actions input, #node-51 .bluebutton, .home3 .bluebutton {
    float: none;
    background: #6F7D82;
    color: #F5F7F9;
    padding: 15px;
    display: inline-block;
    margin: 20px 0px 0px 20px;
    font-size: 16px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.views-field-title-1 a {
    float: none;
    background: rgb(149,164,177);
    color: #F5F7F9;
    padding: 10px 30px;
    display: inline-block;
    margin: 20px 0px 0px 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .25px;
    font-weight: 200;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
#webform-client-form-76 .webform-submit:hover, .node-type-gift-voucher .voucherbutton:hover, #webform-client-form-48 .form-actions input:hover, #node-51 .bluebutton:hover, .home3 .bluebutton:hover {
    float: none;
    background: #2f333e;
    color: #F5F7F9;
    padding: 15px;
    display: inline-block;
    margin: 20px 0px 0px 20px;
    font-size: 16px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.views-field-title-1 a:hover {
    float: none;
    background: #2f333e;
    color: #F5F7F9;
    padding: 10px 30px;
    display: inline-block;
    margin: 20px 0px 0px 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .25px;
    font-weight: 200;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.filter-widget .check-availability {
    width: 80%;
    float: none;
    border: 1px solid #FFF;
    color: #F5F7F9;
    padding: 15px;
    display: block;
    margin: 15px auto 0 auto;
    font-size: 16px;
    font-size: 1.14286rem;
    background: #2f333e;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.filter-widget .check-availability:hover {
    background: rgb(149,164,177);
    border-color: rgb(149,164,177);
    color: #FFF;
}
#quickBookDateStart, #quickBookDateEnd {
    padding-left: 13px;
}
.booking-icon {
    float: left;
    height: 35px;
}
#booking-cal,#booking-peo,#booking-cal2,#booking-peo2 {
   
}
#booking-mag,#booking-cal,#booking-peo,#booking-mag2,#booking-cal2,#booking-peo2 {
    margin-left: 10px;
    padding-top: 5px;
}

@media only screen and (min-width: 768px) {
.filter-widget .content {
    padding: 0 8px;
}
.filter-widget .fields-container {
    width: 92%;
    height: auto;
}
.filter-widget input, .filter-widget select, .filter-widget .date-button-field {
    float: left;
    width: 76%;
    margin: 0 10px 0 0;
    font-size: 17px;
    padding-left: 6px;
}
.filter-widget .check-availability {
    float: right;
    padding: 14px 0px 15px 0px;
    width: 106px;
    margin: -7px 0px 0px 0px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
}
.top-slider .location-name {
    display: none;
}
.HomePage .top-slider .location-name {
    display: none;
}
#MemberLoginForm_LoginForm {
    background: #e1e1e1;
    padding: 20px;
    max-width: 320px;
}
#MemberLoginForm_LoginForm_action_dologin {
    padding: 20px;
    margin: 10px 0px;
    background: white;
}
/* Remove when languages come into play */
.lang-button {

}
.contact-link {
    border-right: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    height: auto;
    line-height: 32px;
    margin-left: 15px;
}
/* END Remove when languages come into play */


.bluebutton {
    background-color: #2f333e;
    padding: 20px;
    color: #FFF;
    margin: 10px 0px;
    display: block;
    text-align: center;
}
.voucherbutton {
    background-color: #2f333e;
    padding: 20px;
    color: #FFF;
    margin: 10px 0px;
    display: block;
    text-align: center;
    width: 100%;
}
.VoucherPage fieldset {
    max-width: 600px;
    overflow: hidden;
    border: 1px solid #DDDDD8;
    padding: 10px 20px;
    margin: 5px auto 5px auto;
    line-height: 16px;
    background: none repeat scroll 0% 0% #EEE;
}
.hidden {
    display: none;
}
.f18 {
    font-size: 16px;
}
.field-name-field-lodge-name::before {
    border-radius: 500px;
    margin-top: 1px;
}
.field-name-field-lodge-name {
    margin-top: 30px;
}
.ItinerariesMainPage .single-itin {
    min-height: 580px !important;
}
.LodgesMainPage .views-field-field-short-description {
    min-height: 168px;
}
.LodgesMainPage .view-content-grid .views-row  {
    min-height: 580px !important;
}
#facilities p {
    font-size: 23px;
    margin-left: 0px;
}
#facilities {
    float: left;
    width: 100%;
    padding: 20px 0px 0px 40px;
    margin-bottom: 40px;
}
.three-images {
    margin-left: 25px;
}
#accommodation img, #localexperiences img {
    width: 32%;
}



@media screen and (max-width: 760px) {
#accommodation img, #localexperiences img {
    width: 90%;
}

	}


#contact-form input, #contact-form textarea {
    color: inherit;
    font-size: inherit;
    line-height: 26px;
    line-height: 2.6rem;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 25px;
    word-wrap: break-word;
    padding: 10px 20px;
    border: 1px solid #ccc;
    width: 100%;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0px !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
}
#ui-datepicker-div {
    border: 1px solid #c5c5c5;
    border-radius: 0px !important;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);    
}
#aus-footer {
    max-width: 150px;
    margin-bottom: 10px;
}
/*************************
*
*	5.  BZ MODZ
*
*************************/
/*signup popup*/
.i-title {
    font-family: droid-serif;
    padding: 20px;
}
/****INDIVIDUAL PAGES - BOTTOM - NEXT ON YOUR JOURNEY****/

.views-row.views-row-1.views-row-odd.views-row-first {
    margin: 0 20px 0 20px;
}
#lower-inner {
    margin-left: 20px;
}
#content-area {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    max-width: 1280px;
}
#content-area h1 {
    padding-left: 40px;
    margin-top: 74px;
}
#experiences li a {
    height: 30px;
    line-height: 1.9;
    display: block;
    font-size: 14px;
    padding: 3px 0px;
}
.lang-button {
    width: 27px;
    height: 20px;
    margin-left: 2px;
}
/***Grid Pages (stay) ***/
@media screen and (min-width: 760px) {
#main-single .innerholder {
    padding-top: 0px;
    max-width: 1280px;
    background: #ffffff;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    width: 100%
}
#main-single #content-area {
    padding: 0px;
    width: auto;
    min-height: 200px;
    margin: auto;
}
.contentholder2 {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
}
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  color: #6d6e70;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 18px;
  font-weight: 100;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 15px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 19%; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 30px;
    list-style: none;
    font-size: 16px;
    min-height: 20px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin: 0px;
    font-weight: 100;
    }
    .nice-select .option:hover {
      background-color: #95a4b1;
     }
      .nice-select .option:hover {
      color: #FFF;
      }
    .nice-select .option.selected {
       }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }
  
.nice-select .list {
	position: relative;
	background: #FFF;
	border: 0px solid #FFF;
    top: 26px;
    width: 160px;
    margin: 0px;
}
.nice-select .list:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
    display: block;
}
.nice-select .list:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #FFF;
    border-width: 11px;
    margin-left: -10px;
}
.nice-select ul.list li:first-child { 
    display: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    border-collapse: unset !important;
}
.right-border-booking {
    float: left;
    position: relative;
}
.bf-line {
    position: absolute;
    top: -15px;
    right: 4px;
    width: 2px;
    background-color: rgba(223, 228, 231, .5);
    height: 68px;
}
#booking-location,#booking-location2 {
    width: 33%;
}
#booking-dates,#booking-dates2 {
    width: 35%;
}
body .ui-widget-header {
    border: 0px;
    background: #FFF;
    color: #4d4d4d;
    font-weight: 100;
}
body .ui-widget {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    
}
body .ui-datepicker th {
    font-size: 10px;
}
body .ui-widget .ui-datepicker-title {
    font-size: 14px;
    margin-bottom: 3px;
}
body .ui-datepicker th {
    font-weight: normal;
    color: #000;
}
body .ui-state-default, body .ui-widget-content .ui-state-default {
    border: 1px solid #c5c5c5;
    background: transparent;
    font-weight: normal;
    color: #454545;
    padding: 8px;
}
body .ui-datepicker {
    width: inherit;
    padding: 14px;
    margin-top: 24px;
}
body .ui-datepicker .ui-datepicker-header {
    border-bottom: 1px solid #cad1d8;
}
body .ui-datepicker-calendar td{
    border: 1px solid #D8D8D8 !important;
}
body .ui-state-default{
    border: 0px !important;
}
body .ui-priority-secondary, body .ui-widget-content .ui-priority-secondary, body .ui-widget-header .ui-priority-secondary {
    opacity: 0.4;
}
body .ui-datepicker .ui-datepicker-prev span, body .ui-datepicker .ui-datepicker-next span {
    top: 60%;
}
body .ui-datepicker .ui-datepicker-title span {
    color: #000;
    font-weight: 300;
}
body .ui-datepicker th {
    padding: 3px 3px 2px 3px;
}
body .ui-datepicker table {
    font-size: 10px;
}
body .ui-datepicker-calendar td:hover {
    background: #94a7ad;
}
body .ui-datepicker-calendar td:hover a {
    color: #FFF;
}
body .active-booking-date {
    background: #dddddd;
}
#quickBookFormMobileWrapper {
    bottom: -295px;
    position: fixed;
    left: 0px;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}
#quickBookFormMobileWrapper .check-availability {
    border: 0px;
}
#booking-mag2 {
    height: 25px;
    margin-top: 3px;
    margin-left: 14px;
}
#booking-cal2 {
    height: 25px;
    margin-left: 15px;
    margin-right: 15px;
}
#quickBookFormMobileWrapper #booking-peo2 {
    height: 22px;
    margin-top: 5px;
    margin-left: 15px;
}
#quickBookFormMobileWrapper .bb-3 .nice-select {
    padding-left: 14px;
}
.nice-select .list {
	position: relative;
	background: #FFF;
	border: 1px solid #999;
}
.nice-select .list:after,#ui-datepicker-div:after, .nice-select .list:before,#ui-datepicker-div:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.nice-select .list:after, #ui-datepicker-div:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFF;
	border-width: 11px;
	margin-left: -11px;
}
.nice-select .list:before, #ui-datepicker-div:before {
	border-color: rgba(148, 163, 176, 0);
	border-bottom-color: #999;
	border-width: 12px;
	margin-left: -12px;
}
.nice-select .list {
    box-shadow: none;
}
#contact-form input[type='checkbox'] {
    width: 30px;
}
.g-recaptcha {
    margin-bottom: 25px;
}
.contact-left {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
}
.contact-right {
    width: 48%;
    display: inline-block;
    vertical-align: top;
	display: none;
}
#contact-form input.button-style,.button-style {
    float: none;
    background: rgb(149,164,177);
    color: #F5F7F9;
    padding: 8px 30px;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    max-width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .25px;
    font-weight: 200;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
	display: none;
	
}
.help-block.form-error {
    margin-top: 20px;
    display: block;
    color: red;    
}
.views-field-partner-logo {
    text-align: center;
    margin: 20px 0px 15px 0px;
}
.tm-trade-left {
    width: 32%;
    display: inline-block;
    margin-right: 1%;
    vertical-align: top;
    padding-left: 3%;
}
.tm-trade-left p {
    margin-left: 20px;
}
.tm-trade-right {
    width: 65%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
.tm-trade-right p {
    margin-right: 0px;
}
.tm-trade-right img, .tm-trade-left img {
    width: 100%;
}
.tm-content-area {
    border-bottom: 2px solid #b1b1b2;
    padding: 55px 0px 30px 0px;
}
.tm-gallery img {
    margin-right: 23px;
    margin-top: 23px;
}
.tm-gallery {
    text-align: center;
}
.TradeMediaPage h3 {
    font-size: 20px;
}
.TradeMediaPage h2 {
    font-size: 30px;
}
.tm-intro-text {
    text-align: center;
}
.tm-intro-text p {
    font-size: 20px;
    font-family: 'droid-serif';
    font-style: italic;
}
.no-border {
    border: 0px;
}
.owl-carousel {
    z-index: unset !important;
}
.voucherfield {
	min-width: 100%;
    padding: 8px;
}

#MemberLoginForm_LoginForm label.left {
    padding: 10px;
	display: inline-block;
	width: 35%;
}
#MemberLoginForm_LoginForm .middleColumn {
	display: inline-block;
	width: 60%;
}
#MemberLoginForm_LoginForm input#MemberLoginForm_LoginForm_Email, MemberLoginForm_LoginForm input#MemberLoginForm_LoginForm_Password {
	padding: 2px;
}
#MemberLoginForm_LoginForm div#MemberLoginForm_LoginForm_Remember_Holder {
	margin-left: 10px;
}
#MemberLoginForm_LoginForm input#MemberLoginForm_LoginForm_Remember {
	display: inline-block;
}
#MemberLoginForm_LoginForm label.right {
	font-size: 14px;
	display: inline-block;
	margin-top: 10px;
}
#MemberLoginForm_LoginForm input#MemberLoginForm_LoginForm_action_dologin {
    padding: 10px 40px;
    margin: 20px auto;
    display: block;
}
#MemberLoginForm_LoginForm p#ForgotPassword {
	font-size: 14px;
    text-align: center;
	margin: 0;
}
#MemberLoginForm_LoginForm {
	margin: 0 auto;
}