@font-face {
    font-family: 'aliveregular';
    src: url('/globaluploads/campaign/SLC_16_04_21_summer_feeling/images/sun_fonts/alive-webfont.eot');
    src: url('/globaluploads/campaign/SLC_16_04_21_summer_feeling/images/sun_fonts/alive-webfont.eot?#iefix') format('embedded-opentype'),
         url('/globaluploads/campaign/SLC_16_04_21_summer_feeling/images/sun_fonts/alive-webfont.woff2') format('woff2'),
         url('/globaluploads/campaign/SLC_16_04_21_summer_feeling/images/sun_fonts/alive-webfont.woff') format('woff'),
         url('/globaluploads/campaign/SLC_16_04_21_summer_feeling/images/sun_fonts/alive-webfont.ttf') format('truetype'),
         url('/globaluploads/campaign/SLC_16_04_21_summer_feeling/images/sun_fonts/alive-webfont.svg#aliveregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'shineregular';
    src: url('/globaluploads/campaign/SLC_16_04_21_summer_feeling/images/sun_fonts/shine_regular-webfont.eot');
    src: url('/globaluploads/campaign/SLC_16_04_21_summer_feeling/images/sun_fonts/shine_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/globaluploads/campaign/SLC_16_04_21_summer_feeling/images/sun_fonts/shine_regular-webfont.woff2') format('woff2'),
         url('/globaluploads/campaign/SLC_16_04_21_summer_feeling/images/sun_fonts/shine_regular-webfont.woff') format('woff'),
         url('/globaluploads/campaign/SLC_16_04_21_summer_feeling/images/sun_fonts/shine_regular-webfont.ttf') format('truetype'),
         url('/globaluploads/campaign/SLC_16_04_21_summer_feeling/images/sun_fonts/shine_regular-webfont.svg#shineregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	line-height: 1;
	background:#0091d8;
}

/*Landing Page*/
h1#DisQld{
	color:#0091d8;
	font-family:'aliveregular';
	font-size:135px;
	letter-spacing:6px;
	width:100%;
	text-transform:uppercase;
	text-align:center;
	padding-left:5px;
	font-weight:lighter;
	text-shadow:1px 2px 2px rgba(0,0,0,0.6);
}
p#qldHeader{
	width:90%;
	margin:0 auto;
	text-align:center;
	font-size:17px;
	margin-bottom:15px;
	font-family:"Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.deal-cont {
    position: relative;
    margin-top: 22px;
	width:98%;
	margin:0 auto;
}
.post-st {
    width: 276px;
	height: 162px;
    float: left;
	margin-left:8px;
	margin-right:8px;
	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;
}

.post-st img{
	width:276px;
}
.post-st .cover {
    position: absolute;
    background: rgba(248, 146, 16, 0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 2;
    width: 100%;
    height: 220px;
    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;
}
.post-st h3, .social-media h3{
	z-index:9999;
	width:276px;
	top:0;
	position:absolute;
	color:#fff;
	text-align:center;
	font-family:'aliveregular';
	font-weight:normal;
	font-size:40px;
	letter-spacing:2px;
	text-transform:uppercase;
	text-shadow:1px 2px 2px rgba(0,0,0,0.8);
	vertical-align:middle;
}
.post-st h3 span.DealPrice{
	font-size:18px !important;
}
.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:#f87e10;
	transition: all 0.5s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
h3.two{
	top:37%;
}
h3.three{
	top:22%;
}
h3.four{
	top:8%;
}
.social-media {
	margin-top:20px;
    width: 276px;
	height: 162px;
    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-left:8px;
}
.social-media img{
	width:276px;
}
.social-media h3{
	font-family:'shineregular';
	font-weight:normal;
	font-size:23px;
	letter-spacing:1px;
	top:15%;
}
.social-media ul{
	margin-top:20%;
	width:276px;
	text-align:center;
	top:15px;
	float:left;
	position:absolute;
	z-index:9999;
}
.social-media ul li{
	list-style:none;
	display:inline;
	margin:0px 10px;
}
.social-media ul li img{
	width:50px;
	padding:0px 5px;
}
.social-media ul li img:hover{
	opacity:0.8;
}
a, .social-media ul li img:visited{
	color:inherit;
}
.dest-st{
    width: 355px;
	height: 240px;
    float: left;
	margin-left:18px;
	margin-right:19px;
	margin-top:20px;
    overflow: hidden;
    position: relative;    
}
.dest-st img{
	width:355px;
}
.dest-st p{
	font-size:14px;
	line-height:17px;
	font-family:"Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
	color:#000000;
}
.discover-more{
	width:747px;
}
.dest-st a{
	text-decoration:none;
}
.tint {
	position: relative;
	float: left;
	cursor: pointer;
}
.tint:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;	
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
	height:170px;
}
.discover-more .tint:before{
	height:208px !important;
}
.tint:hover:before {
	background: none;
	background: rgba(246, 126, 16, 0.5);
}
.dest-st:hover .overlay {
	opacity:1;
}
.discover-more img{
	width:747px;
}
.discover-more h3{
	position:absolute;
	top:70px;
	left:60px;
	text-align:left;
	font-family:'aliveregular';
	font-weight:lighter;
	font-size:60px;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#ffffff;
}
.discover-more img#qwasLogo{
	position:absolute;
	top:65px;
	right:45px;
	width:220px;
}
#lp-destinations h1{
	font-size:78px;
	margin:10px 0px;
	text-align:center;
	font-family:'shineregular';
	font-weight:normal;
	color:#f87e10;
}
#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:#f87e10 !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;
}
.midImage img#mobile{
	display:none;
}
.title{
	font-family: 'aliveregular';
	text-transform:uppercase;
	font-weight:lighter;
	letter-spacing:2px;
	font-size:78px;
	position:absolute;
	color:#ffffff;
	margin-top:60px;
	margin-left:60px;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.5)
}
.sgbr{
	right:60px;
	text-align:right;
}
.destinationText p{
	width:98%;
	margin:0 auto;
	font-family:"Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:16px;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:solid 1px #f87e10;
}
.post-st-deal{
	width: 265px;
	min-height: 340px;
	max-height: 340px;
    float: left;
	/*overflow:hidden;*/
	margin-left:14px;
	margin-right:13px;
	margin-bottom:20px;
	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:265px;
}
.post-st-deal img.star-rate{
	width:auto;
}
.post-st-deal .cover {
    position: absolute;
    background: rgba(248, 146, 16, 0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 2;
    width: 100%;
	width:265px;
    height: 147px;
    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;
}
.post-st-deal .cover h2{
	width:100%;
	margin-top:23%;
	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:#f87e10;
}
.post-st-deal h3{
	width:100%;
	margin:0 auto;
	font-family:"Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#f87e10;
	padding:5px 0px;
}
.dealHeader{
	height:62px;
	border-bottom:solid 1px #000000;
	margin:0px 5px;
}
.pp-type{
	width:100%;
	margin:0 auto;
	font-family:"Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#f87e10;	
	padding-bottom:5px;
}
.post-st-deal ul{
	width:97%;
	overflow-y: auto;
	height: 80px;
	margin:5px;
	padding-bottom:0px;
}
.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{
	width:100%;
	padding-bottom:35px;
}
ul#navbar{
	width:75%;
	margin:0 auto;
	padding-top:30px;
}
ul#navbar li{
	list-style:none;
	display:inline;
	margin:0px;
	padding:0px 35px;
}
ul#navbar li a{
	font-family:"Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:30px;
	color:#f87e10;
	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;
}

/*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;
}

/*Car Hire*/
.arrow_box.cars:after, .arrow_box.cars:before {
	left: 79%;
}	

/*Tours*/
.arrow_box.tours:after, .arrow_box.tours:before {		
	left: 64%;
}

/*Accom*/
.arrow_box.Accom:after, .arrow_box.Accom:before {
	left: 43%;
}

/*Packages*/
.arrow_box.Packages:after, .arrow_box.Packages:before {		
	left: 21%;
}
.searchresults{
	width:98%;
	margin:1%;
}
/*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 18px 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;
}
#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;
}
/* ----------- 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) {
	  
	  	.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{
		  width:48%;
		  height:auto;
		  margin-left:8px;
		  margin-right:8px;
		}
		.post-st img, .social-media img{
		  width:100%;
		}
		.post-st h3, .social-media h3{
		  width:100%;
		  height:auto;
		  font-size:62px;
		  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
		}
		.post-st h3 span.DealPrice{
		  font-size:32px !important;
		  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
		}
		.post-st .cover{
			height:332px;
		}
		.social-media ul{
		  width:100%;
		  margin-top:35%;
		}
		.social-media ul li img{
		  width:60px;
		}
		/*Car Hire*/
		.arrow_box.cars:after, .arrow_box.cars:before {
			left: 84%;
		}			
		/*Tours*/
		.arrow_box.tours:after, .arrow_box.tours:before {		
			left: 65%;
		}		
		/*Accom*/
		.arrow_box.Accom:after, .arrow_box.Accom:before {
			left: 40%;
		}
		/*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;
		}
}

/* ----------- 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) {
	  	.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{
		  width:48%;
		  height:auto;
		  margin-left:8px;
		  margin-right:8px;
		}
		.post-st img, .social-media img{
		  width:100%;
		}
		.post-st h3, .social-media h3{
		  width:100%;
		  height:auto;
		  font-size:62px;
		  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
		}
		.post-st h3 span.DealPrice{
		  font-size:32px !important;
		  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
		}
		.post-st .cover{
			height:332px;
		}
		.social-media ul{
		  width:100%;
		  margin-top:35%;
		}
		.social-media ul li img{
		  width:60px;
		}
		/*Car Hire*/
		.arrow_box.cars:after, .arrow_box.cars:before {
			left: 84%;
		}			
		/*Tours*/
		.arrow_box.tours:after, .arrow_box.tours:before {		
			left: 65%;
		}		
		/*Accom*/
		.arrow_box.Accom:after, .arrow_box.Accom:before {
			left: 40%;
		}
		/*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;
		}
}


/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  
	  	.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{
		  width:48%;
		  height:auto;
		  margin-left:8px;
		  margin-right:8px;
		}
		.post-st img, .social-media img{
		  width:100%;
		}
		.post-st h3, .social-media h3{
		  width:100%;
		  height:auto;
		  font-size:62px;
		  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
		}
		.post-st h3 span.DealPrice{
		  font-size:32px !important;
		  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
		}
		.post-st .cover{
			height:332px;
		}
		.social-media ul{
		  width:100%;
		  margin-top:35%;
		}
		.social-media ul li img{
		  width:60px;
		}
		/*Car Hire*/
		.arrow_box.cars:after, .arrow_box.cars:before {
			left: 84%;
		}			
		/*Tours*/
		.arrow_box.tours:after, .arrow_box.tours:before {		
			left: 65%;
		}		
		/*Accom*/
		.arrow_box.Accom:after, .arrow_box.Accom:before {
			left: 40%;
		}
		/*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;
		}
}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) {
	  
	  	.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{
		  width:48%;
		  height:auto;
		  margin-left:8px;
		  margin-right:8px;
		}
		.post-st img, .social-media img{
		  width:100%;
		}
		.post-st h3, .social-media h3{
		  width:100%;
		  height:auto;
		  font-size:62px;
		  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
		}
		.post-st h3 span.DealPrice{
		  font-size:32px !important;
		  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
		}
		.post-st .cover{
			height:332px;
		}
		.social-media ul{
		  width:100%;
		  margin-top:35%;
		}
		.social-media ul li img{
		  width:60px;
		}
		/*Car Hire*/
		.arrow_box.cars:after, .arrow_box.cars:before {
			left: 84%;
		}			
		/*Tours*/
		.arrow_box.tours:after, .arrow_box.tours:before {		
			left: 65%;
		}		
		/*Accom*/
		.arrow_box.Accom:after, .arrow_box.Accom:before {
			left: 40%;
		}
		/*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;
		}
}

/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {
	  
	  	.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{
		  width:48%;
		  height:auto;
		  margin-left:8px;
		  margin-right:8px;
		}
		.post-st img, .social-media img{
		  width:100%;
		}
		.post-st h3, .social-media h3{
		  width:100%;
		  height:auto;
		  font-size:62px;
		  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
		}
		.post-st h3 span.DealPrice{
		  font-size:32px !important;
		  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
		}
		.post-st .cover{
			height:332px;
		}
		.social-media ul{
		  width:100%;
		  margin-top:35%;
		}
		.social-media ul li img{
		  width:60px;
		}
		/*Car Hire*/
		.arrow_box.cars:after, .arrow_box.cars:before {
			left: 84%;
		}			
		/*Tours*/
		.arrow_box.tours:after, .arrow_box.tours:before {		
			left: 65%;
		}		
		/*Accom*/
		.arrow_box.Accom:after, .arrow_box.Accom:before {
			left: 40%;
		}
		/*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;
		}
}


/* ----------- Galaxy S4 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
	  
	  	.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{
		  width:48%;
		  height:auto;
		  margin-left:8px;
		  margin-right:8px;
		}
		.post-st img, .social-media img{
		  width:100%;
		}
		.post-st h3, .social-media h3{
		  width:100%;
		  height:auto;
		  font-size:62px;
		  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
		}
		.post-st h3 span.DealPrice{
		  font-size:32px !important;
		  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
		}
		.post-st .cover{
			height:332px;
		}
		.social-media ul{
		  width:100%;
		  margin-top:35%;
		}
		.social-media ul li img{
		  width:60px;
		}
		/*Car Hire*/
		.arrow_box.cars:after, .arrow_box.cars:before {
			left: 84%;
		}			
		/*Tours*/
		.arrow_box.tours:after, .arrow_box.tours:before {		
			left: 65%;
		}		
		/*Accom*/
		.arrow_box.Accom:after, .arrow_box.Accom:before {
			left: 40%;
		}
		/*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;
		}
}


/* ----------- Galaxy S5 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
	  
	  	.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{
		  width:48%;
		  height:auto;
		  margin-left:8px;
		  margin-right:8px;
		}
		.post-st img, .social-media img{
		  width:100%;
		}
		.post-st h3, .social-media h3{
		  width:100%;
		  height:auto;
		  font-size:62px;
		  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
		}
		.post-st h3 span.DealPrice{
		  font-size:32px !important;
		  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
		}
		.post-st .cover{
			height:332px;
		}
		.social-media ul{
		  width:100%;
		  margin-top:35%;
		}
		.social-media ul li img{
		  width:60px;
		}
		/*Car Hire*/
		.arrow_box.cars:after, .arrow_box.cars:before {
			left: 84%;
		}			
		/*Tours*/
		.arrow_box.tours:after, .arrow_box.tours:before {		
			left: 65%;
		}		
		/*Accom*/
		.arrow_box.Accom:after, .arrow_box.Accom:before {
			left: 40%;
		}
		/*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;
		}
}

/* ----------- HTC One ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
	  
	  	.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{
		  width:48%;
		  height:auto;
		  margin-left:8px;
		  margin-right:8px;
		}
		.post-st img, .social-media img{
		  width:100%;
		}
		.post-st h3, .social-media h3{
		  width:100%;
		  height:auto;
		  font-size:62px;
		  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
		}
		.post-st h3 span.DealPrice{
		  font-size:32px !important;
		  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
		}
		.post-st .cover{
			height:332px;
		}
		.social-media ul{
		  width:100%;
		  margin-top:35%;
		}
		.social-media ul li img{
		  width:60px;
		}
		/*Car Hire*/
		.arrow_box.cars:after, .arrow_box.cars:before {
			left: 84%;
		}			
		/*Tours*/
		.arrow_box.tours:after, .arrow_box.tours:before {		
			left: 65%;
		}		
		/*Accom*/
		.arrow_box.Accom:after, .arrow_box.Accom:before {
			left: 40%;
		}
		/*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;
		}
}
/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  }

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  .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{
		  width:48%;
		  height:auto;
		  margin-left:8px;
		  margin-right:8px;
		}
		.post-st img, .social-media img{
		  width:100%;
		}
		.post-st h3, .social-media h3{
		  width:100%;
		  height:auto;
		  font-size:62px;
		  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
		}
		.post-st h3 span.DealPrice{
		  font-size:32px !important;
		  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
		}
		.post-st .cover{
			width:100%;
			height:332px;
		}
		.post-st-deal:hover .cover{
			width:100% !important;		
			height:37.8%;	
		}
		.social-media ul{
		  width:100%;
		  margin-top:35%;
		}
		.social-media ul li img{
		  width:60px;
		}
		/*Car Hire*/
		.arrow_box.cars:after, .arrow_box.cars:before {
			left: 84%;
		}			
		/*Tours*/
		.arrow_box.tours:after, .arrow_box.tours:before {		
			left: 65%;
		}		
		/*Accom*/
		.arrow_box.Accom:after, .arrow_box.Accom:before {
			left: 40%;
		}
		/*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%;
			height:650px;
			min-height:650px;
		}
		.dealHeader{
			height:137px;
		}
		.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;
			width:90%;
			padding:2% 2% 0% 4%;
		}
		.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;
		}
	  }

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  }
