/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

article, aside, figure, footer, header, nav, section, details, summary, input {display: block; box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
-moz-box-sizing: border-box;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;
height: 100%
}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: 600;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
input[type=button], 
input[type=submit], 
input[type=file], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  

/* Main */

body {
	font-family: "omnes-pro";
	background: #f9f9f9 url(../images/reg-footer-bg.png) center 670px no-repeat;
	line-height: 1.4;
	min-width: 1024px;
	-webkit-font-smoothing: antialiased;
	background-size: cover;
	-ms-behavior: url(/css/bgsize.htc);
	min-height: 100%;
}

a {
	color: #571d84;
}

.inner {
	width: 920px;
	margin: 0 auto;
}

#facebook-iframe .inner {
	width: 730px;
	margin: 0 auto;
}

h1 {
	color: #fff;
	font-size: 66px;
	letter-spacing: -2px;
	line-height: 1;
	text-transform: capitalize;
/*	-webkit-font-smoothing: antialiased; */
}

#facebook-iframe h1 {
	font-size: 47px;
}


.headline-tag {
	color: #fff;
	font-size: 31px;
	font-weight: 700;
	text-transform: capitalize;	
	display: block;	
}

.header-phone {
	text-align: right;
color: #1b1b1b;
font-size: 36px;
line-height: 75px;
font-weight: 300;
letter-spacing: -.02em;
float: right;
margin: 35px 0;
}

.header-phone div + div {
font-weight: 700;
}

.header-phone a {
color: #1b1b1b;
	font-weight: 700;
}

#facebook-iframe .headline-tag {
	font-size: 22px;
	margin: 15px 0 0 0;
}

h1.success {
	color: #fff;
}

h2, h3, h4, h5 {
	color: #571d84;
/*	-webkit-font-smoothing: antialiased; */
}


.red-button2 {
	display: inline-block;
	width: 100%;
}

.red-button2 input {
	padding: 5px 15px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	zoom: 1;
	background: #014dbf;
	background: -moz-linear-gradient(top,  #014dbf 0%, #0065fc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#014dbf), color-stop(100%,#0065fc));
	background: -webkit-linear-gradient(top,  #014dbf 0%,#0065fc 100%);
	background: -ms-linear-gradient(top,  #014dbf 0%,#0065fc 100%);
	background: linear-gradient(to bottom,  #014dbf 0%,#0065fc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014dbf', endColorstr='#0065fc',GradientType=0 );

	border: 1px solid transparent;
	line-height: 16px;
	text-align: center;
	cursor: pointer;
	width: 100%;
	line-height: 42px;

	font-size: 31px;
font-family: "omnes-pro";
text-transform: uppercase;
}


/* Header */

header {
	height: 150px;
	z-index: 5;
}

header>.inner>a {
height: 110px;
width: 253px;
background: url(../images/hoot-logo-2017.png);
background-size: 100%;
display: block;
position: relative;
top: 20px;
left: 22px;
float: left;
}

header .phone {
	background: url(../images/phone-icon.png) left center no-repeat;
	float: right;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: -3px;
	color: #571d84;
	line-height: 145px;
	padding: 0 0 0 45px;
}

/* Content */

article {
	background-image: url(../images/background.jpg);
	background-size: cover;
-ms-behavior: url(/css/bgsize.htc);	
	padding: 50px 0;
	z-index: 5;
}

article section {
	float: left;
	width: 555px;	
}

#facebook-iframe article section {
	width: 395px;
}

.benefits {
	padding: 25px 35px 30px 35px;
	background-image: url(../images/trans-white.png);
	margin: 45px 0 0 0;
	color: #7b3a9f;
	height: 236px;	
}

#facebook-iframe .benefits {
	height: 253px;		
}

.benefits h2 {
	font-size: 27px;
	letter-spacing: -1px;
	font-weight: 300;
	margin: 0 0 2px 0;
	color: #7b3a9f;	
	line-height: 1.3;	
}

#facebook-iframe .benefits h2 {
	font-size: 25px;
}

.benefits p {
	margin: 30px 0 0 0;	
	font-size: 17px;
	font-size: 16px\9;	
}

#facebook-iframe .benefits p {
	font-size: 15px;
	font-size: 14px\9;
}

.benefits ul {
	list-style: disc;
	list-style-position: inside;
	font-size: 17px;
	font-size: 16px\9;
	line-height: 1;
	margin: 30px 0 0 0;
}

#facebook-iframe .benefits ul {
	font-size: 15px;
	font-size: 14px\9;
}

.benefits ul li {
	margin: 19px 0 0 0;
}

.benefits ul li:first-child {
	margin: 0;
}

article aside {
	float: right;
	width: 290px;
	padding: 20px;
	background-image: url(../images/trans-white.png);
}

article aside p {
	color: #571d84;
	font-size: 13px;
	margin: 0 0 13px 0;
}

p.disclaimer {
	line-height: 1.1;
	font-size: 10px;
	margin: 20px 0 0 0;
	color: #555;
}

article aside h2 {
	font-size: 27px;
	letter-spacing: -1px;
	font-weight: 600;
	margin: 0 0 10px 0;
	line-height: 1;	
}

article aside form {
	margin: 10px 0 0 0;
}


article aside form label {
	color: #571d84;
	font-size: 14px;
	line-height: 14px;
	display: block;
	margin: 0 0 5px 0;
}

article aside form input[type=text],
article aside form select {
	padding: 4px 9px;
	border: 1px solid #BBB;
	margin: 0 0 20px 0;
	box-shadow: 0px 1px 3px #CCC inset;
	font-size: 12px;
	color: #777;
	width: 100%;
	height: 38px;
	line-height: 38px;
}

input.share {
	width: 100%;
	border: 0;
	height: 36px;
	background-color: transparent;
	margin: 0 0 20px 0;	
}

.share.facebook {
	background-image: url(../images/share-facebook.png);
	background-repeat: no-repeat;
}

.share.twitter {
	background-image: url(../images/share-twitter.png);
	background-repeat: no-repeat;	
}

.share.email {
	background-image: url(../images/share-email.png);
	background-repeat: no-repeat;	
}

/* Footer */

footer {
	padding: 50px 0 0 0;
	font-size: 9px;
}

footer p {
font-size: 12px;
line-height: 16px;
font-weight: 600;
color: #fff;
text-align: right;
}

footer h4 {
	font-weight: 400;
	color: #571d84;
	text-transform: uppercase;
}

footer h4 span {
	font-weight: 700;
}

footer .address {
	float: left; 
	margin: 0 50px 0 0;
	width: 390px;
}

footer .address p {
	text-align: left;
}

footer .address a.f-logo {
height: 46px;
width: 48px;
background: url(../images/hoot-logo-reverse.png) no-repeat;
background-size: 100%;
-ms-behavior: url(/bgsize.htc);
display: block;
margin: 0 20px 0 0;
float: left;
position: relative;
top: 2px;
}

#facebook-iframe footer .address {
	float: left; 
	margin: 0 30px 0 0;
}

footer .footer-logos {
	float: left;
	background-image: url(../images/footer-logos-rego.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 280px;
	height: 64px;
	display: none;
}

#facebook-iframe footer .footer-logos {
	width: 200px;
	position: relative;
	top: 4px;
}

footer .colophon {
	float: right;
	line-height: 1.4;
	text-transform: uppercase;
	text-align: right;
	margin: 5px 0;
}

footer .colophon a {
	color: #0066fd;
}

#facebook-iframe footer .colophon {
	position: relative;
	top: 23px;
}


/* BUTTON STYLES */

.red-button {
display: inline-block;
}

.red-button span.content, .red-button input {
margin: 1px;
padding: 5px 15px;
display: inline-block;
color: #fff;
font-size: 12px;
font-weight: bold;
zoom: 1;
*display: inline;
background: #f40d0d;
background: -moz-linear-gradient(top,  #f40d0d 0%, #bd2e26 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f40d0d), color-stop(100%,#bd2e26));
background: -webkit-linear-gradient(top,  #f40d0d 0%,#bd2e26 100%);
background: -o-linear-gradient(top,  #f40d0d 0%,#bd2e26 100%);
background: -ms-linear-gradient(top,  #f40d0d 0%,#bd2e26 100%);
background: linear-gradient(to bottom,  #f40d0d 0%,#bd2e26 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f40d0d', endColorstr='#bd2e26',GradientType=0 );
border: 0;
line-height: 16px;
text-align: center;	
cursor: pointer;
font-family: "omnes-pro";
}


/* IFRAME POPUP STYLES */

html.iframe {
height: auto;
width: auto;
overflow: hidden;
}

.iframe-popup, #pp_full_res .iframe-popup {
background: #fff;
padding: 10px;
height: auto;
width: auto;
}

.iframe-popup .container {
border:1px solid #bebebe;
background: #f1f1f1;
width: 578px;
height: 510px;
padding: 15px;
}

.callback .container {
width: 578px;
height: 418px;
}

.share-email .container {
width: 440px;
height: 406px;
}

.share-wishlist .container {
width: 440px;
height: 370px;
}

.package .container {
width: 830px;
height: 659px;
}

.package-email .container {
width: 578px;
height: 368px;
}

.package .fields, .iframe-popup.package .fields {
width: 565px;
}

.package .deal-item, #pp_full_res .pp_inline .package .deal-item {
border: 0;
padding: 0;
background: none;
filter: none;
}

.package .deal-item p, #pp_full_res .pp_inline .package .deal-item p {
margin: 11px 0 0 0;
}

.package .deal-item .right, #pp_full_res .pp_inline .package .deal-item .right {
width: 474px;
position: relative;
}

.package .deal-item .right p, #pp_full_res .pp_inline .package .deal-item .right p {
color: #333;
font-size: 13px;
}

.package .deal-item .stats {
height: 380px;
}

.package .deal-item .right .disclaimer {
line-height: 9px;
display: block;
margin: 10px 0 0 0;
}

.package .deal-item .right .amount, #pp_full_res .pp_inline .package .deal-item .right .amount {
font-size: 29px;
line-height: 27px;
color: #E41010;
}

.package .deal-item .right .prices span, #pp_full_res .pp_inline .package .deal-item .right .prices span {
font-size: 11px;
}

.package .deal-item .dates, #pp_full_res .pp_inline .package .deal-item .dates {
font-size: 11px;
}

.package .green-button, #pp_full_res .pp_inline .package .green-button {
position: absolute;
top: 9px;
right: 0;
width: 178px;
}

.package .green-button>span {
font-size: 17px;
padding: 9px 20px;
}

.callback .red-button {
margin: 20px 0 0 0;
}

.iframe-popup h2 {
line-height: 13px;
margin: 0 0 13px 0;
}

.iframe-popup h2 span {
font-weight: normal;
}

.iframe-popup h3 {
font-weight: normal;
color: #571d84;
font-size: 18px;
margin: 0 0 15px 0;
}

.iframe-popup h3 span {
float: left;
}

.iframe-popup h3 span.required {
float: right;
font-size: 11px;
color: #FF3048;
line-height: 25px
}

.iframe-popup p {
font-size: 14px;
margin: 0 0 9px 0;
color: #571d84;
}

.iframe-popup form label {
display: block;
font-size: 11px;
color: #764dac;
clear: both;
}

.iframe-popup label.code {
font-size: 10px;
color: #9b9b9b;
}

.iframe-popup form label .required {
color: #ff3048;
}

.iframe-popup .fields {
float: left;
width: 256px
}

.iframe-popup input[type=text], .iframe-popup textarea {
width: 248px;
padding: 4px;
border: 1px solid #BBB;
margin: 0 0 5px 0;
box-shadow: 0px 1px 3px #CCC inset;
font-size: 12px;
color: #777;
}

.iframe-popup .radios {
	font-weight: 700;
	color: #764dac;
	font-size: 11px;
	display: block;
	margin: 5px 0 8px 0;
}

.package textarea, .iframe-popup.package textarea {
width: 235px;
height: 50px;
}

.iframe-popup textarea, .iframe-popup.callback textarea {
height: 45px;
}

.iframe-popup.callback textarea.tallmsg {
height: 163px;
}

.callback textarea {
height: 163px
}


.package-email textarea, .iframe-popup.package-email textarea {
height: 73px;
width: 279px;
}

.share-email textarea {
width: 430px;
height: 120px;
}

.iframe-popup .dropdowns {
float: right;
width: 289px
}

.package .dropdowns {
width: 245px;
}

.share-email .dropdowns {
width: 440px;
}

.iframe-popup .dropdowns input[type=text] {
width: 279px;
}

.captcha input[type=text] {
width: 30px !important;
}

.package .dropdowns input[type=text] {
width: 235px;
}

.share-email .dropdowns input[type=text] {
width: 430px;
}

.short-inputs select {
width: 135px !important;
}

.package .short-inputs select {
width: 115px !important;
}

.iframe-popup .ui-widget-content {
height: auto !important;
}

.short-inputs .adults {
float: left;
width: 137px
}

.short-inputs .children {
float: right;
width: 137px
}

.short-inputs {
width: 100%;
}

.package .short-inputs .adults {
float: left;
width: 117px;
}

.package .short-inputs .children {
float: right;
width: 117px
}

.short-inputs .date-from input[type="text"] {
float: left;
width: 117px
}

.short-inputs .date-to input[type="text"] {
float: right;
width: 117px
}

.package .short-inputs .date-from input[type="text"] {
float: left;
width: 107px
}

.package .short-inputs .date-to input[type="text"] {
float: right;
width: 107px
}

.short-inputs .captcha {
float: left;
width: 140px;
margin: 10px 0 0;
*margin: 0;
}

.package .short-inputs .captcha {
width: 120px;
}

.package .short-inputs .captcha input[type="text"] {
width: 30px;
}

.callback .short-inputs .captcha input[type="text"] {
width: 30px;
}

.until {
float: left;
font-size: 11px;
width: 35px;
text-align: center;
color: #764DAC;
padding: 5px 0 0 0;
}

.captcha span {
font-size: 12px;
font-weight: bold;
margin: 0 10px 0 0;
color: #764EAC;
}

.short-inputs .red-button {
float: right;
margin: 19px 0 0 0;
*margin: 9px 0 0 0;
}

p.news-signup {
margin: 5px 0 12px 0;
font-size: 11px;
color: #764EAC;
position: relative;
padding: 0 0 0 19px;
}

.package-email p.news-signup, #pp_full_res .pp_inline .package-email p.news-signup {
margin: 27px 0 0 0;
}

p.news-signup input {
position: absolute;
top: 2px;
left: 0;
}
 

.request-sent {
background: url(../images/grey-overlay.png);
position: absolute;
top: 11px;
left: 11px;
bottom: 11px;
right: 11px;
}

.request-sent-sidebar {
background: url(../images/grey-overlay.png);
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

.request-sent-sidebar img {
position: absolute;
left: 50%;
top: 50%;
margin-left: -120px;
margin-top: -31px;
}

.callback .request-sent {
height: 406px;
}

.callback.package-email .request-sent {
	left: 24px;
	right: 30px;
	height: 298px;
}

.request-sent img {
position: absolute;
left: 50%;
top: 50%;
margin-top: -35px;
margin-left: -140px;
}

.error {
background: #FF6969 !important;
border: 1px solid red !important;
box-shadow: none !important;
color: white !important;
}
label.error, .iframe-popup form label.error {
	display: none !important;
}


.captcha input[type=text] {
	display:inline;vertical-align: baseline;box-sizing:content-box;
}

.iframe-popup input{
	box-sizing:content-box;
}

.telanchor{text-decoration: none;}

@media only screen and (max-width: 1010px) and (min-width: 768px)

{

body {
	min-width: 0; 
}

.inner {
	width: 728px;
	padding: 0 20px;
	
}

article section {
width: 410px;
}

.benefits {
margin: 20px 0 0 0;
height: 287px;
}

h1 {
	font-size: 51px;
}

.headline-tag {
font-size: 24px;
}

.benefits h2 {
	font-size: 24px;
}

.benefits ul {
	font-size: 18px;
}

footer .address {
margin: 0;
}

}

@media only screen and (max-width: 767px) and (min-width: 0px) {

body {
	min-width: 0;
	background: #f9f9f9 url(../images/reg-footer-bg.png) center 996px no-repeat;
}

.inner {
	width: 300px;
}

header {
	height: 100px;
}

header>.inner>a {
height: 74px;
width: 79px;
top: 12px;
left: 0px;
	background-image: url(https://www.hootholidays.com.au/images/hoot-logo-small.png);
}

.header-phone {
	top: 30px;
font-size: 18px;
line-height: 1;
width: 200px;
margin: 41px 0;
}

h1 {
	font-size: 38px;
margin: 15px 0 0 0;
}

.headline-tag {
	font-size: 16px;
}

article {
	padding: 20px 0 0 0;
	height: auto;
}

article section {
width: 300px;
}

article aside {
	width: 300px;
	margin: 0 0 25px 0;
}

.benefits {
	padding: 15px 20px;
	height: 315px;
	margin: 40px 0 0 0;
}

footer {
	padding: 0;
}

footer .address p {
	font-size: 12px;
position: relative;
left: 0;
bottom: 0;
line-height: 16px;
font-weight: 600;
padding: 20px 0;
width: 280px;
font-size: 10px;
}

footer .address {
	width: auto;
}

footer .address a.f-logo {
	display: none;
}

footer .colophon {
	float: none;
}

footer .colophon p {
	font-size: 10px;
line-height: 16px;
font-weight: 600;
color: #fff;
text-align: left;
position: relative;
bottom: 0;
right: 0;
padding: 20px 0;
font-size: 10px;
}

}