@charset "utf-8";
/* CSS Document */

input,select
{
	vertical-align:middle
}
.button
{	
	display:inline-block;
	vertical-align:baseline;
	zoom:1;
	*display:inline;
	*vertical-align:auto;
	margin:0;
	height:32px;
	overflow:hidden;
	padding:018px;
	font-size:12px;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	font-weight:700;
	text-transform:uppercase;
	background:transparent;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	border:1pxsolid transparent;
	outline:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none
}
.button:hover
{
	text-decoration:none
}
.button.blue
{
	border-color:#3E94E0
}
.button.blue.hollow
{
	color:#3E94E0;
	background:transparent;
	-webkit-box-shadow:0 0 0 0 transparent;
	-moz-box-shadow:0 0 0 0 transparent;
	box-shadow:0 0 0 0 transparent
}
.button.blue.hollow:hover,.button.blue.hollow:focus
{
	color:#fff;
	background:#3E94E0;
	border-color:#3E94E0
}
.button.blue.filled
{
	color:#FFF;
	background:#3E94E0
}
.button.blue.filled:hover,.button.blue.filled:focus
{
	border-color:#2E78BA
}
.button.blue.filled:focus
{
	background:#2888dc
}
.button.blue.filled-shadow
{
	color:#FFF;
	background:#3E94E0;
	letter-spacing:1px;
	-webkit-box-shadow:0px 3px 0 0px #2E78BA;
	-moz-box-shadow:0px 3px 0 0px #2E78BA;
	box-shadow:0px 3px 0 0px #2E78BA
}
.button.blue.filled-shadow:hover,.button.blue.filled-shadow:focus
{
	border-color:#2888dc;
	background:#2888dc
}
.button.dark-blue
{
	border-color:#8B95A1
}
.button.dark-blue.hollow
{
	color:#8B95A1;
	background:transparent;
	-webkit-box-shadow:0 0 0 0 transparent;
	-moz-box-shadow:0 0 0 0 transparent;
	box-shadow:0 0 0 0 transparent
}
.button.dark-blue.hollow:hover,.button.dark-blue.hollow:focus
{
	color:#fff;
	background:#8B95A1;
	border-color:#8B95A1
}
.button.dark-blue.filled
{
	color:#FFF;
	background:#8B95A1
}
.button.dark-blue.filled:hover,.button.dark-blue.filled:focus
{
	border-color:#8B95A1
}
.button.dark-blue.filled:focus
{
	background:#7d8896
}
.button.dark-blue.filled-shadow
{
	color:#FFF;
	background:#8B95A1;
	letter-spacing:1px;
	-webkit-box-shadow:0px 3px 0 0px #8B95A1;
	-moz-box-shadow:0px 3px 0 0px #8B95A1;
	box-shadow:0px 3px 0 0px #8B95A1
}
.button.dark-blue.filled-shadow:hover,.button.dark-blue.filled-shadow:focus
{
	border-color:#7d8896;
	background:#7d8896
}
.contact-overlay,.resources-overlay
{
	position:fixed;
	z-index:2;
	width:100%;
	height:100%;
	top:0;
	left:0;
	visibility:hidden;
	background:transparent;
	opacity:0;
	filter:alpha(opacity=0)
}
.contact-overlay.show,.resources-overlay.show
{
	opacity:1;
	filter:alpha(opacity=100);
	visibility:visible
}
@media only screen and (min-width : 1224px) {
.block-contact{width:320px;margin-left:-175px;top:37px;}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.block-contact{width:300px;left:5%;right:2%;top:200px;}
}
@media only screen and (min-width : 481px) and (max-device-width : 640px) {
	.block-contact{width:300px;left:2%;right:2%;top:200px;}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.block-contact{width:320px;margin-left:-200px;}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.block-contact{width:320px;margin-left:-200px;}
}
.mobilecls:hover{background-color:#000;}
.mobilecls{
	display:block;
	padding:15px 20px;
	font-weight:400;
	font-style:normal;
	color:#fff;
	font-size:16px;
	text-transform:none;
	border-left:1px solid #000;
	box-shadow:1px 0 0 0 rgba(255, 255, 255, 0.1) inset;
	cursor:pointer;
	background-color:rgba(0, 0, 0, 0);
}
.block-contact
{
	position:absolute;
	z-index:100;
	background:#f69812;
	color:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.5);
	box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.5);
	visibility:visible;
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:opacity 300ms ease-in-out, top 300ms ease-in-out;
	-moz-transition:opacity 300ms ease-in-out, top 300ms ease-in-out;
	transition:opacity 300ms ease-in-out, top 300ms ease-in-out
}
.block-contact.pos-page-header
{
	-webkit-border-top-left-radius:0;
	-moz-border-radius-topleft:0;
	-ms-border-top-left-radius:0;
	-o-border-top-left-radius:0;
	border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-moz-border-radius-topright:0;
	-ms-border-top-right-radius:0;
	-o-border-top-right-radius:0;
	border-top-right-radius:0;
	position:fixed
}
.block-contact.show
{
	visibility:visible;
	opacity:1;
	filter:alpha(opacity=100);
	top:41px
}
.block-contact.hide-start
{
	top:51px;
	opacity:0;
	filter:alpha(opacity=0)
}
.block-contact.fixed
{
	position:fixed;
	top:50px
}
.block-contact .or-divider
{
	border-top:1px solid #fff;
	margin:0
}
.block-contact .or-divider .or-text
{
	font-size:14px;
	line-height:14px;
	position:absolute;
	display:inline-block;
	width:30px;
	margin-top:-9px;
	margin-left:-15px;
	left:50%;
	color:#fff;
	background:#f69812;
	text-align:center
}
.block-contact .contact-content
{
	padding:20px 15px;
	margin:0;
	text-align:left
}
.block-contact .contact-contenth3
{
	font-size:14px;
	line-height:14px;
	font-weight:700;
	color:#2D2D2D;
	margin:10pxauto;
	text-align:center
}
.block-contact .contact-content .phone-number
{
	display:block;
	font-size:24px;
	line-height:24px;
	font-weight:300;
	color:#4CB07A;
	text-align:center
}
.flag
{
	display:inline-block;
	width:24px;
	height:24px;
	vertical-align:top;
	margin:0 10px 0 0;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url("https://travelwheels.com.au/static/flag_au.png"); 
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)
{
.block-contact .contact-content .phone-number.flag
{
	background-image:url("https://travelwheels.com.au/static/flag_us@2x.png")
}

}
.block-contact .contact-content .phone-number.flag.flag_uk
{
	background-repeat:no-repeat;
	background-image:url("https://travelwheels.com.au/static/flag_uk.png");
	-webkit-background-size:18px 12px;
	-moz-background-size:18px 12px;
	-o-background-size:18px 12px;
	background-size:18px 12px
}
	@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)
{
.block-contact .contact-content .phone-number.flag.flag_uk
{
	background-image:url("https://travelwheels.com.au/static/flag_uk@2x.png")
}

}
.block-contact .contact-content .phone-number.flag.flag_globe
{
	background-repeat:no-repeat;
	background-image:url("https://travelwheels.com.au/static/flag_globe.png");
	-webkit-background-size:18px 12px;
	-moz-background-size:18px 12px;
	-o-background-size:18px 12px;
	background-size:18px 12px
}
	@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)
{
.block-contact .contact-content .phone-number.flag.flag_globe
{
	background-image:url("https://travelwheels.com.au/static/flag_globe@2x.png")
}

}
.block-contact .contact-content .contact-form
{
	margin:20px0 100px
}
.block-contact .contact-content.label
{
	display:block;
	margin-top:20px;
	text-align:left;
	font-size:14px;
	line-height:14px;
	font-weight:700;
	color:#4A4A4A
}
.block-contact .contact-content .input-text
{
	height:24px;
	width:95%;
	padding:0 2%;
	margin-top:5px;
	font-size:12px;
	line-height:14px;
	color:#4A4A4A;
	background:#F2F4F6;
	border:1px solid #B6BDC9;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow:inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow:inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
	outline:none
}
.block-contact .contact-content .input-text.textarea
{
	height:90px;
	padding:5px 2%;
	font-size:12px;
	line-height:16px
}
.block-contact .contact-content .input-text:focus
{
	border-color:#3E94E0
}
.block-contact .contact-content .form-submit-block
{
	margin-top:15px;
	text-align:right
}
.block-contact .contact-content .email-text
{
	text-align:center;
	margin-top:15px;
	color:#2D2D2D
}
.block-contact .contact-content .email-texta
{
	color:#3E94E0
}
.block-contact .contact-content .email-text a:after
{
	display:none !important
}
.block-contact-modal
{
	background:#fff;
	position:relative;
	margin:0auto;
	width:450px !important;
	border:1pxsolid #B1B6BD;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 2px 0 0 #B1B6BD;
	-moz-box-shadow:0 2px 0 0 #B1B6BD;
	box-shadow:0 2px 0 0 #B1B6BD
}
.block-contact-modal.heading
{
	color:#BE2876;
	font-size:34px;
	line-height:34px;
	font-weight:300;
	margin-bottom:10px;
	text-align:center
}
.block-contact-modal .or-divider
{
	border-top:1px solid #D8D8D8;
	margin:20px0px
}
.block-contact-modal .or-divider .or-text
{
	font-size:14px;
	line-height:14px;
	position:absolute;
	display:inline-block;
	width:30px;
	margin-top:-9px;
	margin-left:-15px;
	left:50%;
	color:#B1B6BD;
	background:#FFF;
	text-align:center
}
.block-contact-modal .contact-content
{
	padding:20px;
	margin:0;
	text-align:left
}
.block-contact-modal .contact-contenth3
{
	font-size:14px;
	line-height:14px;
	font-weight:700;
	color:#2D2D2D;
	margin:10pxauto;
	text-align:center
}
.block-contact-modal .contact-content .phone-number
{
	display:block;
	font-size:24px;
	line-height:24px;
	font-weight:300;
	color:#4CB07A;
	text-align:center
}
.block-contact-modal .contact-content .phone-number.flag
{
	display:inline-block;
	width:18px;
	height:24px;
	vertical-align:top;
	margin-right:10px;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url("https://travelwheels.com.au/static/flag_us.png");
	-webkit-background-size:18px 12px;
	-moz-background-size:18px 12px;
	-o-background-size:18px 12px;
	background-size:18px 12px
}
	@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)
{
.block-contact-modal .contact-content .phone-number.flag
{
	background-image:url("https://travelwheels.com.au/static/flag_us@2x.png")
}

}
.block-contact-modal .contact-content .phone-number.flag.flag_uk
{
	background-repeat:no-repeat;
	background-image:url("https://travelwheels.com.au/static/flag_uk.png");
	-webkit-background-size:18px 12px;
	-moz-background-size:18px 12px;
	-o-background-size:18px 12px;
	background-size:18px 12px
}
	@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)
{
.block-contact-modal .contact-content .phone-number.flag.flag_uk
{
	background-image:url("https://travelwheels.com.au/static/flag_uk@2x.png")
}

}
.block-contact-modal .contact-content .phone-number.flag.flag_globe
{
	background-repeat:no-repeat;
	background-image:url("https://travelwheels.com.au/static/flag_globe.png");
	-webkit-background-size:18px 12px;
	-moz-background-size:18px 12px;
	-o-background-size:18px 12px;
	background-size:18px 12px
}
	@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)
{
.block-contact-modal .contact-content .phone-number.flag.flag_globe
{
	background-image:url("https://travelwheels.com.au/static/flag_globe@2x.png")
}

}
.block-contact-modal .contact-content .contact-form
{
	margin:20px0 100px
}
.block-contact-modal .contact-content.label
{
	display:block;
	margin-top:20px;
	text-align:left;
	font-size:14px;
	line-height:14px;
	font-weight:700;
	color:#4A4A4A
}
.block-contact-modal .contact-content .input-text
{
	height:24px;
	width:95%;
	padding:02%;
	margin-top:10px;
	font-size:12px;
	line-height:14px;
	color:#4A4A4A;
	background:#F2F4F6;
	border:1pxsolid #B6BDC9;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow:inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow:inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
	outline:none
}
.block-contact-modal .contact-content .input-text.textarea
{
	height:90px;
	padding:5px2%;
	font-size:12px;
	line-height:16px
}
.block-contact-modal .contact-content .input-text:focus
{
	border-color:#3E94E0
}
.block-contact-modal .contact-content .form-submit-block
{
	margin-top:15px;
	text-align:right
}
.block-contact-modal .contact-content .email-text
{
	text-align:center;
	margin-top:15px;
	color:#2D2D2D
}
.block-contact-modal .contact-content .email-texta
{
	color:#3E94E0
}

.block-contact-modal .contact-content .email-text a:after
{
	display:none !important
}