body {
    line-height: 1;
    background: #e0ddcb;
}
/*Landing Page*/

p#qldHeader {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin: 15px 0px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.addOn{
	padding: 20px 10px 0px 10px;
	font-size: 14px !important;
}
.addOn a, .addOn a:visited{
	color:#f87e10 !important;
	
}
.addOn a:hover{
	text-decoration: underline;
}
.text_left {
    width: 95%;
    margin: 0 auto;
}
.deal-cont {
    position: relative;
    margin-top: 22px;
    width: 98%;
    margin: 0 auto;
}
.post-st {
    width: 48%;
    height: 300px;
    background: #df0025;
    float: left;
    margin-right: 10px;
    margin-left: 11px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    moz-box-shadow: 1px 2px 9px #E4DEDE;
    -webkit-box-shadow: 1px 2px 9px #E4DEDE;
    box-shadow: 1px 2px 9px #E4DEDE;
    border: 1px solid #C2BCBC;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.post-st img {
    width: 600px;
    
}
.post-st .cover {
    position: absolute;
    background: rgba(243, 0, 37, 0.43);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 2;
    width: 100%;
    height: 300px;
    top: 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    overflow: hidden;
}
.comp .cover {
    background: rgba(0, 0, 0, 0.3);
}
.post-st h3, .social-media h3 {
    z-index: 9999;
    width: 100%;
    top: 0;
    position: absolute;
    color: #ffffff;
    text-align: center;
    font-family: Gotham Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 34px;
    text-transform: uppercase;
    vertical-align: middle;
	
}
.post-st h3 span.DealPrice {
    font-size: 16px !important;
    text-transform: lowercase;
    padding-top: 5px !important;
    display: block;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}
.post-st:hover .cover {
    position: absolute;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    color: #f87e10;
}
.post-st:hover h3 {
    color: #ffffff;
	z-index: 9999;
    transition: all 0.5s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.comp:hover h3 {
    color: #ffffff;
}
h3.three {
    position: absolute;
    float: left;
    top: 44%;
	text-shadow: 2px 4px 10px rgb(0, 0, 0);
}
.holi-st {
    width: 29%;
    height: auto;
    background: #31405e;
    float: left;
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    moz-box-shadow: 1px 2px 9px #E4DEDE;
    -webkit-box-shadow: 1px 2px 9px #E4DEDE;
    box-shadow: 1px 2px 9px #E4DEDE;
    border: 1px solid #C2BCBC;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.block1:hover, .block2:hover, .block3:hover, .block4:hover, .block5:hover, .block6:hover {
    cursor: pointer;
}
.block1:hover .holi-st {
    background: #df0025;
}
.topBlock1:hover .post-st {
    background: #df0025;
}
.topBlock1 span.title, .topBlock1 #navbar li a, .topBlock1 .post-st-deal h3, .topBlock1 .pp-type {
    color: #df0025
}
.holi-st img {
    width: 100%;
}
.holi-st .cover {
    position: absolute;
    background: rgba(0, 0, 0, 0.32);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    overflow: hidden;
}
.holi-st h3 {
    z-index: 9999;
    width: 100%;
    color: #fff;
    text-align: center;
    font-family:  "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.8em;
    text-transform: uppercase;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8);
    vertical-align: middle;
    margin-top: 15px;
    margin-bottom: 15px;
}
.holi-st:hover .cover {
    position: absolute;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    color: #f87e10;
    display: none;
}
.holi-st:hover h3 {
    color: #f1ee6e;
    transition: all 0.5s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.holi-st h3.two {
    float: left;
    position: relative;
}
.social-media {
    margin-top: 20px;
    width: 48%;
    height: 70px;
    background: #004680;
    float: left;
    overflow: hidden;
    position: relative;
    moz-box-shadow: 1px 2px 9px #E4DEDE;
    -webkit-box-shadow: 1px 2px 9px #E4DEDE;
    box-shadow: 1px 2px 9px #E4DEDE;
    border: 1px solid #C2BCBC;
    margin-right: 10px;
    margin-left: 11px;
}
.social-media img {
    width: 276px;
}
.number{
	margin-top:1.5%;
}
.number h3{	
	font-size: 34px;
	margin-top: 3.5%;
	text-transform: none;
	color:#ffffff;
}
.number img{
	margin-left:100px;
}
.social-phone-img{
	width: 90%;
}
.social-media ul {
    margin-top: 2%;
    width: 100%;
    text-align: center;
    float: left;
    position: absolute;
    z-index: 9999;
    padding: 0;
}
.social-media ul li {
    list-style: none;
    display: inline;
    margin: 0px 5px;
	text-decoration: none;
}
.social-media ul li a:visited {
    color: #0e99d7 !important;
	text-decoration: none;
}
.social-media ul li img {
    width: 45px;
    padding: 0px 5px;
}
.social-media ul li img:hover {
    opacity: 0.8;
    cursor: pointer;
}
a, .social-media ul li img:visited {
    color: inherit;
	text-decoration: none;
}
#lp-destinations h1 {
    font-size: 60px;
    margin: 20px 0px 10px 0px;
    text-align: center;
    font-family:  "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #f87e10;
    letter-spacing: 1px;
}
#starRating {
    color: #fff;
    font-size: 12px;
    margin-top: -22px;
}
/*Destination Landing Pages*/

.backToMapLink a, .backToMapLink a:visited, #backButtonPackage a, #backButtonPackage a:visited {
    padding-left: 20px;
    padding-bottom: 15px;
    font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #df0025 !important;
    float: left;
}
#backButtonPackage a {
    padding-left: 5px;
    padding-right: 5px;
}
.backToMapLink a:hover,
#backButtonPackage a:hover {
    color: #212121 !important;
}
#location {
    font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
#destinationInfo {
    float: left;
}
.midImage {
    position: relative;
    overflow: hidden;
}
.midImage #nswHeader {
    margin-top: 0px;
}
.midImage img#mobile {
    display: none;
}
.promoBannerHome {
    margin: 63px 0 36px -33px;
}
.title {
    font-family:  "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 74px;
    position: absolute;
    color: #ffffff;
    bottom:70px;
    margin-left: 0;
    text-shadow: 2px 4px 10px rgb(0, 0, 0);
    z-index: 9999;
    width: 100%;
    text-align: center;
}
.title img{
	position: absolute;
	z-index: -999;
	top: -35px;
}
.title img#sunLovers{
	left: 290px;
}
.title img#justTheGirls{
	left:240px;
}
.title img#theBromance{
	left: 220px;
}
.title img#weekendEscape{
	left: 165px;
}
.title.moreToTop {
    margin-top: 35px !important;
}
.title.moreToBottom {
    margin-top: 155px !important
}
.sgbr {
    right: 60px;
    text-align: right;
}
.destinationText {
    width: 98%;
    border-bottom: solid 1px #515151;
    margin: 0 auto;
}
.destinationText p {
    margin: 0 auto;
    font-family:  "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
    width: 92%;
}
.destinationText li {
    font-family:  "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    width: 88%;
    margin: 0 auto;
}
.post-st-deal {
    width: 48%;
    min-height: 381px;
    max-height: 381px;
    float: left;
    /*overflow:hidden;*/
    
    margin: 0px 0.5%;
    margin-bottom: 0px;
    margin-top: 20px;
    position: relative;
    moz-box-shadow: 1px 2px 9px #E4DEDE;
    -webkit-box-shadow: 1px 2px 9px #E4DEDE;
    box-shadow: 1px 2px 9px #E4DEDE;
    border: 1px solid #C2BCBC;
    padding-bottom: 7px;
}
.post-st-deal img {
    width: 100%;
	max-height: 200px;
	overflow: hidden;
}
.post-st-deal img.star-rate {
    width: auto;
}
.post-st-deal .cover {
    position: absolute;
    background: rgba(223, 0, 37, 0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 2;
    width: 100%;
    height: 200px;
    top: 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    overflow: hidden;
}
.finished .cover {
    display: none;
}
.post-st-deal .cover h2 {
    width: 100%;
    margin-top: 15%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.post-st-deal:hover .cover {
    position: absolute;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    color: #f87e10;
}
.post-st-deal h2 {
    position: absolute;
    background: none;
    font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 26px;
    color: #ffffff;
}
.post-st-deal h3 {
    width: 96%;
    margin: 0 auto;
    font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #df0025;
    padding: 11px 0px 5px 0px;
}
.dealHeader {
    height: auto;
    border-bottom: solid 1px #cecece;
    margin: 0px 5px;
}
.pp-type {
    width: 100%;
    margin: 0 auto;
    font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #df0025;
    padding: 3px 0 8px 8px !important;
}
.post-st-deal ul {
    width: 97%;
    overflow-y: auto;
    height: 76px;
    margin: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    margin-left: 0
}
.post-st-deal h4, .post-st-deal ul li {
    margin: 0 auto;
    font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    padding: 2px 0px;
}
.post-st-deal h4 {
    padding: 5px 0px;
    margin-left: 10px;
}
.post-st-deal ul li {
    font-weight: normal;
    margin-left: 22px;
    text-indent: -5px;
}
.post-st-deal img.star-rate {
    padding: 5px 0px 0px 7px;
}
.BrisNav, .WhtNav, .WaNav, .VicNav, .TownsNav, .TnqNav, .TasNav, .SaNav, .NtNav, .NswNav, .GcNav {
    width: 100%;
    padding-bottom: 35px;
}
ul#navbar {
    width: 100%;
    margin: 0 auto;
    padding-top: 15px;
    text-align: center;
}
ul#navbar li {
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px 35px;
}
ul#navbar li a {
    font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 30px;
    color: #df0025;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}
ul#navbar li a:hover {
    color: #000000;
}
.deal-page {
    border-top: soild 1px #515151;
}
.arrow_box {
    position: relative;
    background: #ffffff;
    border-top: 1px solid #515151;
}
.WaNav ul#navbar {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
}
#tandcs {
    font-size: 11px;
    color: #212121;
    padding-bottom: 5px;
}
/*arrows for destination pages navigation*/

.arrow_box:after,
.arrow_box:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 30px;
    margin-left: -30px;
}
.arrow_box:before {
    border-color: rgba(81, 81, 81, 0);
    border-bottom-color: #515151;
    border-width: 32px;
    margin-left: -32px;
}
h3#nswHashtag {
    position: absolute;
    z-index: 9999;
    text-align: left;
    float: right;
    left: 60px;
    bottom: 20px;
    color: #f87e10;
    font-size: 38px;
    font-family:  "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#nswLogo {
    position: absolute;
    z-index: 9999;
    left: 68px;
    bottom: 53px;
    width: 250px;
}

/*Packages*/

.arrow_box.Packages:after,
.arrow_box.Packages:before {
    left: 50%;
}

.searchresults {
    width: 98%;
    margin: 1%;
}
/*Competition Page*/
/*.compHeaderBackground{
	width:100%;
	margin:0 auto;
	background:url('/globaluploads/campaign/SLC_17_01_06_australia_on_sale/images/banners/1500x606/1200x547_compBackground.jpg') no-repeat;
}
.compHeaderBackground h1, p, #thanksCompText, #thanksCompTextGiveaway, #prizeDraw{
	text-align:center;
	font-family:"Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.destinationText p{
	text-align:left;
}
.compHeaderBackground h1{
	font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:100px;
	color:#f8981d;
	text-shadow:2px 0px 2px rgba(0, 0, 0, 0.5);
	padding-top:90px;
	margin-bottom:-5px;
}
#thanksCompText{
	padding-top:45px;
}
#prizeDraw{
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	font-size:28px;
	text-shadow:2px 0px 2px rgba(0, 0, 0, 0.5);
	padding-top:180px;
	padding-bottom:11px;
}
#thanksCompTextAOS{
	font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:86px;
	color:#ffffff;
	text-shadow:2px 0px 2px rgba(0, 0, 0, 0.5);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);	
	-o-transform: rotate(-5deg);	
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
p.win, #thanksCompText, #thanksCompTextGiveaway{
	font-weight:normal;
	font-size:34px;
	color:#f8981d;
	text-transform:uppercase;
	margin-top:0px;
}
#thanksCompText, #thanksCompTextGiveaway{
	text-transform:none;
}
#thanksCompTextGiveaway{
	margin-top:-26px;
}
p#prizeDrawn{
	font-weight:700;
	font-size:18px;
	color:#ffffff;
	text-shadow:2px 0px 2px rgba(0, 0, 0, 0.5);
	padding:240px 0px 11px 0px;
}
#planning{
	padding:45px 0px 15px 0px;
	text-align:center;
	font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:49px;
	color:#f8981d;
}
#thanksComp .dealHolder{
	width:95%;
	margin:0 auto;
}
#thanksComp .dealHolder h3{
	font-size:58px;
	color:#ffffff;
	top:20%
}
#thanksComp .dealHolder h3.three{
	top:10%;
}*/

#AOSBack {
    font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 38px;
    color: #f8981d !important;
    text-align: center;
    margin: 25px 0px;
}
#AOSBack a {
    font-family:  "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #f8981d;
}
#AOSBack a:hover {
    color: #004680;
}
.news-join {
    width: 100%;
    margin: 0 auto;
}
#subscribe {
    width: 50%;
    margin: 0 auto;
}
.news-join h3 {
    font-family:  "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #f8981d;
    text-align: center;
    font-size: 34px;
    padding: 35px 0px;
    text-transform: uppercase;
}
.formIdivnputSm {
    float: left;
    padding: 0px 0px !important;
}
.formIdivnputSm label {
    font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #212121;
}
.formIdivnputSm input,
.formIdivnputSm select {
    height: 30px;
    border-color: #a1a1a1;
    border-width: 1px;
    border-style: solid;
}
.compFirstName,
.compLastName {
    width: 280px;
}
.compLastName {
    float: right;
}
.compFirstName label,
.compLastName label {
    width: 274px;
    float: left;
    margin-bottom: 10px;
}
.compFirstName input,
.compLastName input {
    width: 274px;
    margin-bottom: 30px;
}
.compEmail input {
    width: 594px !important;
    margin: 10px 0px 30px 0px;
}
.compPostcode,
.compPhoneNo,
.state {
    width: 180px;
}
.compPostcode,
.compPhoneNo {
    padding-right: 30px;
}
.compPostcode label,
.compPhoneNo label,
.state label {
    width: 200px;
    float: left;
    margin-bottom: 10px;
}
.compPostcode input,
.compPhoneNo input,
.state select {
    width: 174px;
    margin-bottom: 30px;
}
.compSubmit {
    width: 200px;
    margin: 0 auto;
}
.compSubmit input {
    margin-left: -2px;
    width: 200px;
    height: 60px;
    text-align: center;
    background: #f87e10;
    color: #ffffff;
    font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    border: none;
    border-radius: 50px;
}
.compSubmit input:hover {
    background: #004680;
}
p#prizeDisclaimer {
    width: 72%;
    margin: 0 auto;
    font-size: 11px;
    font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}
/*Package Tabs  */

.tab-pack #overview {
    display: block;
}
.tab-cnt {
    display: none;
}
ul.tabP-menu {
    margin: 19px 0 20px 0;
    float: left;
    color: #000;
    list-style: none;
    border-bottom: 2px solid #f87e10;
    width: 100%;
    padding: 0 0 19px 0;
}
ul.tabP-menu li {
    display: inline;
    margin: 0;
}
ul.tabP-menu a {
    color: #f87e10;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
ul.tabP-menu .current {
    color: #000;
}
ul.tabP-menu .current a {
    padding: 19px 30px 20px 33px;
    background-color: #f87e10;
    color: #fff;
}
ul.tabP-menu .current a:hover {
    background-color: #f87e10;
}
ul.tabP-menu a {
    padding: 19px 30px 18px 33px;
}
ul.tabP-menu a:hover {
    background-color: #E3E3E3;
}
.dealInc .pack-row {
    padding: 30px 0;
    float: left;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.col1 {
    width: 190px;
    font-weight: bold;
    font-size: 20px;
    font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #f87e10;
    padding-bottom: 5px;
}
.col2 {
    font-size: 14px!important;
    font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.col2 ul {
    font-size: 14px;
    margin: 0;
    width: 100%;
    padding-left: 18px;
}
.col2 ul li,
.col2 p {
    font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
    color: #000!important;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px;
}
.conditions {
    font-size: 12px !important;
    line-height: 16px;
}
.ga-hold {
    margin-left: 0px;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.toggle-but {
    position: absolute;
    width: 100%;
    height: 100%;
}
/* PACKAGE PAGE */
/*Brochure Pages*/

#package {
    margin: 0 auto;
}
#dealPackage {
    width: 88%;
    margin: 0 auto;
    padding: 2%;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.campaign,
#destLoader {
    width: 100%;
    margin: 0 auto;
}
.dealInSlide ul li {
    margin-left: 15px;
    font-size: 13px;
    line-height: 15px;
    padding-left: 6px;
}
.package h3 {
    margin: 0px 0 5px 0;
    background: none;
    color: #044175!important;
    font-size: 30px!important;
    font-weight: bold;
    float: left;
}
.package .breadcrum {
    color: #0645ad;
    position: absolute;
    display: none;
    right: 0;
    top: 10px;
}
.package .breadcrum a,
.package .breadcrum a:visited {
    color: #0645ad!important;
}
.header {
    width: 100%;
    margin: 0 auto;
    float: left;
    margin-top: 15px;
    position: relative;
}
.header img {
    width: 100%;
}
#headerTitle {
    width: 100%;
    position: absolute;
    padding: 12px 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5)
}
#headerTitle h2,
#headerTitle h3 {
    font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    background: none;
}
#headerTitle h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #f87e10;
}
#headerTitle h3 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
}
.package .dealValidity {
    color: #f68b1f;
    font-size: 12px;
    left: 20px;
    position: relative;
    width: 100%;
}
.package .backToBtn {
    left: 20px;
    position: relative;
}
.packageLeft,
.packageRight {
    float: left;
    position: relative;
    height: auto;
    left: 0px;
    margin-top: -10px;
}
.packageLeft {
    margin-left: 0px;
    width: 68%;
}
.packageRight {
    margin-top: 15px;
    width: 308px;
    border: 1px solid #C8D8E6;
    box-shadow: 1px 1px 14px #D6CDCD;
    -webkit-box-shadow: 1px 1px 14px #D6CDCD;
    -moz-box-shadow: 1px 1px 14px #D6CDCD;
    float: right;
    padding-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 230px;
    position: relative;
}
.packageRight .icoRow {
    float: left;
    width: 100%;
    height: 55px;
}
.packageRight .icoRow img {
    padding: 10px 0px 10px 23px;
}
.packageRight img {
    width: 40px;
    margin: 5px 15px 10px 0px;
    float: left;
}
.packageRight span {
    font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: normal;
    float: left;
    display: block;
    font-size: 25px;
    padding-top: 23px;
    color: #000!important;
}
.packageRight a:link,
.packageRight a:visited {
    color: #000;
}
.packageRight a:hover {
    color: #2E7FC3 !important;
}
.packageRight h1 {
    text-align: center;
    padding: 13px 0;
    background: #f87e10;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 27px;
    margin-top: 0px;
    color: #ffffff;
}
.packageLeft.dealInc > ul {
    margin-bottom: 30px;
}
.enquireNowLink,
.callNowLink,
.bookNowLinkWrapper {
    position: absolute;
}
#slocation {
    bottom: 0;
    float: right;
    font-size: 14px !important;
    font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-top: 0px;
    padding-top: 10px;
    text-align: right;
    margin-right: 12px;
    width: 308px;
}
.agent {
    display: none;
}
#cs-enquiryFormHolder {
    width: 88%;
    margin: 0 auto;
    padding: 2%;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    min-height: 250px;
    margin-bottom: 20px;
    margin-top: -16px;
}
#enqForm .cs-enquire {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: medium none !important;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    padding: 0px;
    position: relative !important;
    width: 180px !important;
    background: #004680;
    color: #fff;
    font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 2;
}
.theSubmit {
    cursor: pointer;
}
.theSubmit:hover {
    background: #f68a1f !important;
}
.cs-enquire.theSubmit {
    float: right;
}
/* FORM ELEMENTS */
/*-- ENQ FORM: using 2 col layout */

#cs-enquiryForm {
    float: left;
    margin-top: 20px;
    width: 100%;
    text-align: left;
}
.enqForm {
    font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.enqForm h2 {
    background-color: #ffffff;
    color: #f87e10;
    font-size: 16px;
    padding: 3px 3px 10px 0px;
    border-bottom: solid 1px #f87e10;
    margin-bottom: 15px;
}
table.thanks td {
    line-height: 20px;
}
#cs-enquiryForm label {
    font-size: 16px;
    font-weight: bold;
    float: left;
    text-align: left;
    padding-top: 2px;
    color: #000000;
}
.name label,
.email label {
    width: 60px;
}
.name input,
.email input {
    width: 80%;
}
.phone label,
.postcode label {
    width: 90px;
}
.phone input,
.postcode input {
    width: 77% !important;
}
.adults input,
.children input {
    width: 75px !important;
}
#enqForm .col1 span,
#enqForm .col2 span {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
.checkIn label,
.checkOut label,
.adults label,
.children label,
.childrenAges label {
    padding-right: 5px;
}
#enqForm .col1,
#enqForm .col2 {
    width: 50%;
    float: left;
    text-indent: 0px;
    margin: 10px 0px 5px 0px;
}
.adults {
    width: 31% !important;
}
.children {
    width: 33% !important;
}
.childrenAges {
    width: 33% !important;
}
.childrenAges #note {
    padding-top: 5px;
    font-size: 12px !important;
    font-weight: normal !important;
    float: left;
}
.checkOut input,
.checkIn input {
    width: 125px;
}
label.error1 {
    font-size: 12px !important;
    width: 100%;
}
/* NAV TAB MENU*/

.tabMenu {
    height: 36px;
    line-height: 36px;
    margin: 0px !important;
    margin-top: 10px;
    display: block;
    left: 0;
    position: relative;
    text-align: left;
    width: inherit;
    max-width: inherit;
    color: #FFFFFF !important;
    font-size: 20px;
    background: #f87e10;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    padding-left: 10px;
}
.enquireNowLink {
    top: 180px;
}
.callNowLink {
    top: 118px;
}
.locationrefine {
    display: none;
}
/*iframe{
    height: auto;
    min-height: 1024px;
}*/

a#agentFB {
    display: none;
}
.waVidoes {
    float: left;
    width: 370px;
    margin: 20px 10px;
}
.waVidoes h3 {
    font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    color: #212121 !important;
    padding: 10px 0px;
}
/* SLIDER STYLES */

#row1,
#row2 {
    margin-bottom: 10px;
}
#au-site > li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.lead-dealsSlider {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}
.sliderHolder {
    width: 100% !important;
    float: left;
}
.dealSupplier {
    color: #000000;
    float: left;
    font-size: 1.4em;
    margin-right: 0px;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
}
.starRating {
    display: inline;
}
.dealText {
    font-size: 1em;
    height: 100px;
    position: relative;
    width: 360px;
}
.dealPrice {
    color: #004680;
    float: right;
    font-size: 2em;
    height: 30px;
    position: absolute;
    text-align: right;
    top: 274px;
    right: 0px;
    width: 60px;
}
.perPersonTxt {
    font-size: .4em;
}
.dealvalidity {
    bottom: 38px;
    color: #000000;
    float: right;
    font-size: 0.8em;
    position: absolute;
    right: 0;
    text-align: right;
    width: 290px;
}
.rslides {
    width: 100%;
    /*float:left;*/
    
    margin-left: 0px;
}
.rslides.rslides1 a {
    color: #000000;
    text-decoration: none;
}
.rslides_tabs.rslides1_tabs {
    color: #FFFFFF;
    display: inline;
    float: right;
    position: absolute;
    right: 15px;
    top: 15px;
}
.rslides_tabs li a {
    background: none repeat scroll 0 0 #F68B1F;
    border: 1px solid #F68B1F;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 11px;
    height: 14px;
    margin: 0 5px 0 0;
    overflow: hidden;
    padding: 3px 1px 1px 1px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 10px;
}
.rslides_tabs li {
    display: inline;
    margin: 0;
    padding: 0;
    position: relative;
}
.rslides_tabs {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 180px;
    z-index: 1000;
}
li.rslides_here a {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #F68B1F;
}
#slc-RHS_Promo #landinglinks a:hover {
    background-color: #004680;
    color: #FFFFFF;
}
.rslides li {
    width: 100%;
    list-style: none;
    margin-left: 0px;
}
.rslides li a img {
    width: 100%;
}
/* Handheld devides */

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .promoBannerHome {
        width: 100%;
        margin: 30px auto;
    }
    .promoBannerHome img {
        width: 100%
    }
}
/* Portrait and Landscape */

@media only screen and (min-device-width: 569px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .post-st {
        width: 48%;
        height: 225px;
		margin-right: 8px;
    	margin-left: 9px;
    }
    .social-media {
        width: 48%;
        height: 100px;
		margin-right: 8px;
    	margin-left: 9px;
    }
    .post-st img {
        width: 100%;
    }
    .post-st h3,
    .social-media h3 {
        width: 100%
    }
    .social-media h3 {
        margin-top: 8%;
    }
    .social-media ul {
        width: auto;
        margin-top: 6%;
        width: 100%
    }
    .packageLeft {
        width: 61%;
    }
    .videoWA {
        width: 333px;
        height: 170px;
        position: absolute;
        border: 4px solid #ffdbc9;
        left: 51px;
        top: 186px;
    }
	.number img{
		margin-left: 62px
	}
	.number{
		margin-top: 6%;
	}
}
/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .videoWA {
        width: 333px;
        height: 170px;
        position: absolute;
        border: 4px solid #ffdbc9;
        left: 51px;
        top: 186px;
    }
    .midImage img#mobile {
        display: block !important;
    }
    .midImage img#desktop {
        display: none;
    }
    h1#DisQld {
        font-size: 100px;
    }
    p#qldHeader {
        font-size: 30px;
        line-height: 34px;
    }
    .post-st,
    .social-media,
    .holi-st {
        width: 48%;
        height: auto;
        margin-left: 8px;
        margin-right: 8px;
    }
    .post-st img, .social-media img, .holi-st img {
        width: 100%;
    }
    .post-st h3, .social-media h3, .holi-st h3 {
        width: 100%;
        height: auto;
        font-size: 45px;
    }
    .post-st h3 span.DealPrice {
        font-size: 32px !important;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    }
    .post-st .cover, .holi-st .cover {
        height: 100%;
    }
    .social-media ul {
        width: 100%;
        margin-top: 35%;
    }
    .social-media ul li img {
        width: 60px;
	}
    /*Packages*/    
    .arrow_box.Packages:after, .arrow_box.Packages:before {
        left: 12%;
    }
    .dest-st {
        width: 48%;
        height: 280px;
        margin: 0 auto;
        margin-right: 1%;
        margin-left: 1%;
    }
    .dest-st img {
        width: 100%;
    }
    .discover-more {
        margin-top: 2%;
        width: 99%;
    }
	
    /*Destination Pages*/    
    .backToMapLink a, .backToMapLink a:visited, #backButtonPackage a,  #backButtonPackage a:visited {
        font-size: 20px;
    }
    .title {
        margin-top: 40px;
        margin-left: 40px;
    }
    .sgbr {
        right: 40px !important;
    }
    .destinationText {
        width: 99%;
        margin: 0 auto;
    }
    .destinationText p {
        font-size: 30px;
        line-height: 34px;
    }
    ul#navbar {
        width: 98%;
        margin: 0 auto;
    }
    .post-st-deal {
        width: 45%;
        min-height: 650px;
        overflow: hidden;
    }
    .dealHeader {
        height: 135px;
        border-bottom: solid 1px #000000;
        margin: 0px 5px;
    }
    .post-st-deal img {
        width: 100%;
        height: auto;
    }
    .post-st-deal h3 {
        font-size: 30px;
        padding: 2% 0%;
    }
    .pp-type {
        font-size: 26px;
        padding-bottom: 2%;
    }
    .post-st-deal ul {
        height: auto !important;
        width: 90%;
        padding: 5px;
    }
    .post-st-deal h4, .post-st-deal ul li {
        font-size: 24px;
    }
    .post-st-deal img.star-rate {
        width: 30%;
    }
    .packageLeft {
        width: 60%;
    }
	
    /*Deal Page*/    
    #location {
        font-size: 20px;
    }
    #headerTitle h2 {
        font-size: 36px;
    }
    #headerTitle h3 {
        font-size: 30px;
    }
    #starRating {
        font-size: 18px;
    }
    ul.tabP-menu .current a, ul.tabP-menu a {
        font-size: 28px;
        padding: 3% 5% 3% 5%;
    }
    ul.tabP-menu {
        margin: 3% 0 3% 0;
        padding: 0 0 3% 0;
    }
    .col1 {
        font-size: 28px;
    }
    .col2 ul li, .col2 p {
        font-size: 24px;
        line-height: 28px;
    }
    .conditions {
        font-size: 20px !important;
        line-height: 24px;
    }
    .packageRight h1 {
        font-size: 30px;
    }
    .packageRight span {
        font-size: 28px;
        padding-top: 30px;
    }
    .packageRight .icoRow img {
        padding-top: 27px;
    }
    .packageRight {
        height: 250px;
    }
    #slocation {
        font-size: 20px !important;
    }
    #cs-enquiryFormHolder {
        height: 330px;
    }
    .name input, .email input {
        width: 70%;
        height: 30px
    }
    .phone input, .postcode input {
        width: 67% !important;
        height: 30px
    }
    .checkOut input,  .checkIn input {
        width: 37%;
        height: 30px
    }
    .adults input, .children input {
        width: 30%;
        height: 30px
    }
    .tabMenu {
        font-size: 28px;
    }
    #enqForm .cs-enquire {
        font-size: 26px;
        height: auto;
        padding: 1%;
    }
    .ires .resultrow p {
        font-size: 26px;
        line-height: 30px;
    }
    .ires tr.upperrow td {
        padding-top: 30px;
        padding-bottom: 30px;
        vertical-align: top;
    }
    .upperrow td.thumbnail img {
        width: 120px;
        padding: 10px 5px;
    }
    .ires a img {
        text-align: left;
        width: 70%;
    }
    p.selectservicebutton a img {
        width: 120% !important;
    }
    .promoBannerHome {
        margin: 20px 0;
        width: 100%;
    }
    .promoBannerHome img {
        width: 100%
    }
}
/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
	.packageRight span{
		float: none;
		padding-top:50px;
	}
    .promoBannerHome {
        margin: 20px 0;
        width: 100%;
    }
    .promoBannerHome img {
        width: 100%
    }
    .midImage img#mobile {
        display: block !important;
    }
    .midImage img#desktop {
        display: none;
    }
    .midImage {
        position: relative;
        height: auto;
        overflow: hidden;
    }
    .midImage #nswHeader {
        margin-top: -110px;
    }
    #lp-destinations, #planning, #lp-destinations h1, #thanksCompTextAOS {
        font-weight: normal;
    }
    p#qldHeader {
        font-size: 26px;
        line-height: 30px;
    }
    .post-st {
        width: 48%;
        height: 217px;
        margin-left: 8px;
        margin-right: 8px;
    }
    .holi-st {
        width: 48%;
        height: 419px;
        margin-left: 8px;
        margin-right: 8px;
    }
    .post-st img, .social-media img, .holi-st img {
        width: 100%;
    }
    .comp h3 {
        font-weight: normal;
        font-size: 64px;
    }
    .comp span#voucher {
        width: 100%;
        text-align: center;
        font-size: 34px !important;
    }
    .comp h3 span#enter {
        font-size: 24px;
        padding-right: 15px;
    }
    .social-media h3 {
        font-size: 50px;
        font-weight: normal;
    }
    .post-st h3, .holi-st h3 {
        width: 100%;
        height: 105px;
        font-size: 30px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    }
    .holi-st h3 {
        font-weight: normal;
        font-size: 44px;
    }
    .holi-st h3.two {
        margin-top: 37px;
    }
    .holi-st h3.two br {
        display: none;
    }
    .post-st h3 span.DealPrice {
        font-size: 28px !important;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    }
    .post-st .cover, .holi-st .cover {
        height: 100%;
    }
    .social-media ul {
        width: 100%;
    }
    .social-media ul li img {
        width: 50px !important;
        height: auto;
    }
    #tandcs {
        font-size: 14px !important;
    }   
    /*Packages*/    
    .arrow_box.Packages:after, .arrow_box.Packages:before {
        left: 50%;
    }
    .dest-st {
        width: 48%;
        height: 280px;
        margin: 0 auto;
        margin-right: 1%;
        margin-left: 1%;
    }
    .dest-st img {
        width: 100%;
    }
	
    /*Destination Pages*/    
    .backToMapLink a, .backToMapLink a:visited, #backButtonPackage a, #backButtonPackage a:visited {
        font-size: 20px;
    }
    .title {
        margin-top: 40px;
        margin-left: 40px;
    }
    .sgbr {
        right: 40px !important;
    }
    .destinationText {
        width: 99%;
        margin: 0 auto;
    }
    .destinationText p {
        font-size: 30px;
        line-height: 34px;
    }
    ul#navbar {
        width: 98%;
        margin: 0 auto;
    }
    .post-st-deal {
        width: 48%;
        min-height: 650px;
        overflow: hidden;
        margin-right: 8px;
        margin-left: 8px;
    }
    .post-st-deal .cover {
        width: 100%;
        height: 209px;
    }
    .dealHeader {
        height: 135px;
        border-bottom: solid 1px #000000;
        margin: 0px 5px;
    }
    .post-st-deal img {
        width: 100%;
        height: auto;
    }
    .post-st-deal h3 {
        font-size: 30px;
        padding: 2% 0%;
    }
    .pp-type {
        font-size: 26px;
        padding-bottom: 2%;
    }
    .post-st-deal ul {
        height: auto !important;
        width: 90%;
        padding: 5px;
    }
    .post-st-deal h4, .post-st-deal ul li {
        font-size: 24px;
    }
    .post-st-deal img.star-rate {
        width: 30%;
    }
    .packageLeft {
        width: 60%;
    }
    /*Deal Page*/
    
    #location {
        font-size: 20px;
    }
    #headerTitle h2 {
        font-size: 36px;
    }
    #headerTitle h3 {
        font-size: 30px;
    }
    #starRating {
        font-size: 18px;
    }
    ul.tabP-menu .current a, ul.tabP-menu a {
        font-size: 28px;
        padding: 3% 5% 3% 5%;
    }
    ul.tabP-menu {
        margin: 3% 0 3% 0;
        padding: 0 0 3% 0;
    }
    .col1 {
        font-size: 28px;
    }
    .col2 ul li, .col2 p {
        font-size: 24px;
        line-height: 28px;
    }
    .conditions {
        font-size: 20px !important;
        line-height: 24px;
    }
    .packageRight h1 {
        font-size: 30px;
    }
    .packageRight span {
        font-size: 28px;
        padding-top: 30px;
    }
    .packageRight .icoRow img {
        padding-top: 27px;
    }
    .packageRight {
        height: 250px;
    }
    #slocation {
        font-size: 20px !important;
    }
    #cs-enquiryFormHolder {
        height: 330px;
    }
    .name input, .email input {
        width: 70%;
        height: 30px
    }
    .phone input, .postcode input {
        width: 67% !important;
        height: 30px
    }
    .checkOut input, .checkIn input {
        width: 37%;
        height: 30px
    }
    .adults input, .children input {
        width: 30%;
        height: 30px
    }
    .tabMenu {
        font-size: 28px;
    }
    #enqForm .cs-enquire {
        font-size: 26px;
        height: auto;
        padding: 1%;
    }
    .ires .resultrow p {
        font-size: 26px;
        line-height: 30px;
    }
    .ires tr.upperrow td {
        padding-top: 30px;
        padding-bottom: 30px;
        vertical-align: top;
    }
    .upperrow td.thumbnail img {
        width: 120px;
        padding: 10px 5px;
    }
    .ires a img {
        text-align: left;
        width: 70%;
    }
    .holi-st img {
        width: 100% !important;
    }
    p.selectservicebutton a img {
        width: 120% !important;
    }
    .compHeaderBackground h1 {
        font-weight: normal;
        font-size: 108px;
    }
    p.win, #thanksCompText,  #thanksCompTextGiveaway {
        font-size: 40px;
    }
    p#prizeDrawn {
        font-size: 24px;
        padding: 170px 0px 20px 0px;
    }
    .news-join h3 {
        font-weight: normal;
        font-size: 46px;
    }
    #subscribe {
        width: 80%;
    }
    .compEmail input {
        width: 735px !important;
    }
    .compFirstName, .compLastName, .compPostcode, .compPhoneNo, .state {
        width: 100%;
    }
    .compFirstName input,
    .compLastName input {
        width: 95%;
    }
    .formIdivnputSm label {
        font-size: 24px;
    }
    .formIdivnputSm input,
    .formIdivnputSm select {
        width: 100%;
        height: 50px;
        font-size: 22px;
    }
    .compSubmit input {
        width: 250px;
        height: 80px;
        font-size: 26px;
    }
    p#prizeDisclaimer {
        font-size: 18px;
        margin-top: 30px;
    }
    #thanksComp .holi-st {
        margin-right: 7px;
    }
    .social-media {
        width: 98%;
        height: 130px;
    }
    .social-media h3 {
        width: 100%;       
    }
    .social-media ul {
        margin-top: 4%;
    }
	.number img{
		margin-left: 200px;
	}
	.number h3{
		margin-top: 5%;
	}
	.number {
		margin-top: 4.5%;
	}
}
#contentsurroundWide {
    padding-bottom: 15px;
}
/* NT PAGE NAV STYLES */

.topBlock11 ul#navbar li a {
    font-size: 28px;
}
.topBlock11 #navbar li#packages, .topBlock11 #navbar li#accomm, .topBlock11 #navbar li#cars {
    vertical-align: top;
    margin-top: 10px;
}
.topBlock11 .arrow_box.tours.L50:before, .topBlock11 .arrow_box.tours.L50:after {
    left: 56% !important
}
.topBlock11 .arrow_box.tours.R47:before, .topBlock11 .arrow_box.tours.R47:after {
    left: 76% !important
}
.topBlock11 .arrow_box.Packages:before,
.topBlock11 .arrow_box.Packages:after {
    left: 11% !important
}
.topBlock11 .arrow_box.Accom:before,
.topBlock11 .arrow_box.Accom:after {
    left: 31% !important
}
.topBlock11 .arrow_box.cars:before,
.topBlock11 .arrow_box.cars:after {
    left: 90% !important
}
.finance-logos {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 50px;
    margin-left: 42px;
}