@import "sequencejs-theme.sliding-horizontal-parallax.css";

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    left: 50% !important;
    margin-left: -130px !important;
    position: absolute !important;
    top: 70px !important;
}
@media only screen and (max-width: 430px) {
	.pickUp, .dropOff {
		width: 96%;
		height: auto;
	}
	.pudContainer, .dodContainer {
		width: 96%;
		margin: 15px 0 0;
	}
	.innerContainer {
		border-width: 2px;
	}
	.btn {
		width: 96%;
		padding: 20px 2% 10px 2%;
	}
	.btn a {
		width: 99%;
		font: bold 20px Arial;
		padding: 11px 0;
	}
	.mediaDropOff {
		display: none !important;
	}
	.right .mediaBanner {
		display: none !important;
	}
	.left .mediaBanner {
		display: block !important;
	}
	#mediaSmall {
		display: block !important;
	}
	#mediaLarge {
		display: none !important;
	}
	.dropOff legend {
		display: none !important;
		margin-top: 10px;
	}
}
@media only screen and (min-width: 430px) and  (max-width: 649px) {
	.tabs{
		display: none !important;
	}
	.innerContainer{
		padding-top: 3px;
	}
	.pickUp legend{
		display: block !important;
		padding-top: 10px;
	}
	input.viewDrop{
		clear: left;
	}
	.mediaDropOff, .pickUp legend{
		font-size: 15px;
		padding-bottom: 5px;
	}

	.btn{
		margin: 15px 3%;
	}

	.drop.date{
		float: left;
		width: 48%;
	}

	.puDates, .doDates{
		width: 50%;
	}

	.drop.date select {
		width: 49%;
	}

	.dropOff{
		display: block !important;
		padding-bottom: 20px;
	}

	.viewDrop{
		display: none !important;
	}

}
@media only screen and (max-width: 450px) {
	.puDates, .doDates {
		width: 48%;
	}
}
@media only screen and (min-width: 650px) {
	.icon-ok-sign:before {
		font-size: 24px;
		left: -30px;
	}
	.right .mediaBanner {
		display: block !important;
	}
	.left .mediaBanner {
		display: none !important;
	}
	form {
		box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
		-o-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
		-ms-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	}
	.left, .right {
		width: 48.5%;
		display: inline !important;
	}
	.right {
		float: right;
	}
	.right ul li {
		*background: url("/affiliateXmlStylesheets/responseIMG/sml/ie-tick.png") no-repeat left 50% scroll;
		*padding: 0 0 0 30px;
		*width: 90%;
		*left: 0px;
	}
	.pickUp, .dropOff {
		width: 96%;
		height: auto;
	}
	.pudContainer, .dodContainer {
		width: 96%;
	}
	.dodContainer{
		margin-top: 10px;
	}
	.innerContainer {
		border-width: 2px;
	}
	.btn {
		width: 96%;
		padding: 10px 2% 10px 2%;
	}
	.btn a {
		width: 99%;
		font: bold 20px Arial;
		padding: 11px 0;
	}
	.mediaDropOff {
		display: none !important;
	}
	.mediaBanner {
		display: none !important;
	}
	#mediaSmall {
		display: block !important;
	}
	#mediaLarge {
		display: none !important;
	}
	.dropOff legend {
		display: none !important;
		margin-top: 10px;
	}
	.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
		left: 25% !important;
		margin-left: -135px !important;
	}
	.tip {
		left: -150px;
	}
	.tip:after {
		left: 58%;
	}
}
@media only screen and (min-width: 900px) {
	.topContent {
		width: 880px !important;
		margin: auto !important;
		position: relative;
		top: -115px;
	}
	img[alt="ovrlayCar"] {
		display: block !important;
	}
	.right .mediaBanner {
		display: none !important;
	}
	.innerContainer {
		border-width: 3px;
	}
	body {
		padding: 0;
	}
	#sequence {
		display: block !important;
		overflow: hidden;
	}
	.icon-ok-sign:before {
		font-size: 26px;
		margin: 0 15px 0 0;
		left: -40px;
	}
	.right ul li {
		font: 13px/32px Arial !important;
		*background: url("/affiliateXmlStylesheets/responseIMG/lrg/ie-tick.png") no-repeat left 50% scroll;
		*padding: 0 0 0 35px;
		*width: 90%;
		left: 40px;
		*left: 0px;
		margin-bottom: 4px;
	}
	.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
	    left: 50% !important;
	    margin-left: -350px !important;
	    top: 270px !important;
	}
	#sequence h2, #sequence p {
		text-align: center;
	}
	.left, .right {
		width: 48%;
	}
}
@media only screen and (min-width: 930px) {
	#sequence h2, #sequence p {
		text-align: left;
	}
}
@media only screen and (min-width: 1200px) {
	#sequence img {
		width: 100%;
	}
}
@media only screen and (max-width: 290px) {
	label.viewDrop {
		display: none !important;
	}
	input.viewDrop {
		display: none !important;
	}
	.left .mediaBanner {
		display: none !important;
	}
	.pickUp {
		height: 170px;
	}
}
/* - - - - - */
/* IE Hacks  */
/* - - - - - */
legend {
	*margin-left: -7px;
}
#sequence h2, #sequence p {
	background: url("/affiliateXmlStylesheets/responseIMG/blackFade.png") repeat scroll 0 0 transparent\9;
	padding: 5px\9
}
.pudContainer, .dodContainer, .pickUp, .dropOff, .drop.date select {
	*width: 45.5%;
}
.left .mediaBanner, .left .mediaBanner h2  {
	*left: 0;
}
.right .mediaBanner h2 {
	*left: 51.7%;
}
.tip_trigger {
	*margin-left: 0;
}
.ui-datepicker-header {
	*position: relative !important;
}
.ui-datepicker table {
	*margin-top: 0px !important;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
	*border: 1px solid #2d2d2d !important;
}
.ui-datepicker-next.ui-corner-all {
	*background: url("/affiliateXmlStylesheets/responseIMG/ie-arrowRight.png") no-repeat 50% 75% scroll !important;
}
.ui-datepicker-prev.ui-corner-all {
	*background: url("/affiliateXmlStylesheets/responseIMG/ie-arrowLeft.png") no-repeat 50% 75% scroll !important;
}
.tip {
	*border: 1px solid #2d2d2d !important;
}
.icon-ok-sign:before {
	font-weight: normal;
	font-family: FontAwesome !important;
	position: absolute;
}


.baseBanner{
	display: none;
	width: 100%;
}

.baseBanner img{
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 431px) and  (max-width: 500px) {

	.puDates, .doDates{
		width: 43%;
	}

	input.hasDatepicker{
		background: #ffffff !important;
	}

}

@media only screen and (min-width: 431px) and  (max-width: 649px) {

	.baseBanner{
		display: block;
	}

}

.mobileDatepicker{
	display: none;
}