body {
	background: #fff;
	font-weight: 400;
	font-size: 15px;
	color: rgb(36, 36, 36) !important;
}

.background-cover {
	background-color: #242424;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	opacity: 0.55;
}

.body-container {
	margin-top: -15px;
}

/* BANNER */
.banner_full {
	height: 450px;
	background: url(/img/ups/banner-people.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	text-align: center;
	color: #fff;
	border-bottom: 3px solid #ffb500;
}

.banner_full:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 181, 0, 0);
	border-top-color: #ffb500;
	border-width: 20px;
	margin-left: -20px;
}

.banner_full .banner_title {
	font-size: 50px;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
	padding-top: 80px;
	font-weight: 300;
}

.banner_full .banner_title.empty_title {
	margin-bottom: 45px;
}

.banner_full .banner_subtitle {
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 400;
}

.banner_full .banner_sub_subtitle {
	font-size: 24px;
	color: #fff;
	margin-top: 0;
	font-weight: 300;
}

.banner_full .banner_sub_subtitle:after,
.banner_full .banner_sub_subtitle:before {
	content: "";
	width: 50px;
	height: 1px;
	background: #ffb500;
	display: inline-block;
	margin: 0 10px;
	margin-bottom: 7px;
}

.banner_band {
	height: 40px;
	font-size: 30px;
	padding: 16px 0;
	background: #ffb500;
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: normal;
	z-index: 1;
}

.banner_band .first_line {
	font-weight: 300;
}

#cc-edit {
	position: relative;
    float: right;
    margin-top: -30px;
    cursor: pointer;
}

#cc-edit span {
    left: -19px;
    position: absolute;
    top: 2px;
}


/* BANNER LOGIN*/
.banner_full.banner_login {
	background: none;
	height: 72px;
}

.banner_full.banner_login .banner_title {
	padding-top: 140px;
}


/* BANNER PICKUP*/
.banner_full.banner_pickup {
	background: url(/img/ups/banner-locker.jpg) no-repeat center center;
	height: 424px;
	background-position-y: -199px;
	margin-top: -15px;
}

.banner_full.banner_pickup .banner_title {
	padding-top: 140px;
	z-index: 1;
	position: absolute;
	margin: 0 auto;
	width: 100%;
	font-weight: 500;
}


/* BANNER LANDING*/
.banner_full.banner_landing {
	background: url(/img/ups/banner-people.jpg) no-repeat center center;
	height: 424px;
	margin-top: 0;
	background-size: 100%;
	border-bottom-width: 3px;
}

.banner_full.banner_landing .banner_title {
	padding-top: 100px;
	z-index: 1;
	position: absolute;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
}

.banner_full.banner_landing .second-line {
	position: absolute;
	padding-top: 168px;
	font-size: 30px;
	width: 100%;
	text-align: center;
	left: 0;
	z-index: 1;
	font-weight: 300;
	line-height: normal;
}


.banner_full.banner_landing #header-button {
	position: absolute;
	margin-top: 237px;
	left: 50%;
	margin-left: -84px;
	z-index: 1;
}

.action-button,
.action-button:hover,
.action-button:focus  {
	width: 165px;
	height: 42px;
	background-color: #FFB545;
	color: white;
	letter-spacing: inherit;
	padding-right: 6px;
}

.action-button .uk-icon-arrow-right {
	color: white;
	float: right;
	padding-left: 9px;
	padding-top: 11px;
	padding-right: 5px;
}

.logout .action-button {
	color: white !important;
	font-weight: 600 !important;
	padding-left: 6px !important;

}

.landing-circles-container {
	margin-top: 30px;
	color: #777;
	position: relative;
	width: 100%;
	padding-bottom: 43px;
}

.landing-circles-container .caption {
	margin: 10px auto 20px auto;
	font-weight: 300;
	width: 272px;
}

.landing-circles-container:after {
	bottom: -36px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 181, 0, 0);
	border-top-color: #fff;
	border-width: 20px;
	margin-left: -20px;
	z-index: 1;
}

.landing-circle-box {
	background-color: white;
	border-radius: 72px;
	width: 145px;
	height: 145px;
	margin: 0 auto;
}

.landing-circle-box.one {
	background-image: url('/img/ups/landing-circleimage-1.jpg');
	background-position: 211px -62px;
	background-size: 415px 273px;
}
.landing-circle-box.two {
	background-image: url('/img/ups/landing-circleimage-2.jpg');
	background-position: 176px -38px;
	background-size: 221px 306px;
}
.landing-circle-box.three {
	background-image: url('/img/ups/landing-circleimage-3.jpg');
	background-position: -34px -10px;
	background-size: 234px 156px;
}


.how-it-works-container {
	background-color: #F4F4F4;
	padding-top: 23px;
	position: relative;
	width: 100%;
	padding-bottom: 9px;
}

.how-it-works-container .image-container {
	min-height: 132px;
}

.how-it-works-container h2 {
	margin-bottom: 22px;
	float: none;
}

.how-it-works-container .caption {
	margin: 10px auto 20px auto;
	font-weight: 300;
	width: 204px;
}

.how-it-works-container:after {
	bottom: -36px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 181, 0, 0);
	border-top-color: #F4F4F4;
	border-width: 20px;
	margin-left: -20px;
	z-index: 1;
}


.testimonials-container {
	background-color: #FFB545;
	color: #FFF;
	padding-top: 23px;
	position: relative;
	width: 100%;
	padding-bottom: 9px;
}
.testimonials-container h2 {
	margin-bottom: 22px;
	float: none;
	color: #FFF;
}

.testimonials-container .caption {
	margin: 10px auto 20px auto;
	font-weight: 300;
	width: 204px;
	text-align: center;
}

.testimonials-container .testimonial-slide .content {
	background-color: #E2A243;
	width: 215px;
	height: auto;
	margin: 0 auto;
	font-size: 15px;
	text-align: center;
	padding: 10px 25px 15px 25px;
	font-weight: 300;
	min-height: 100px;
}

.testimonials-container:after {
	bottom: -36px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 181, 0, 0);
	border-top-color: #FFB545;
	border-width: 20px;
	margin-left: -20px;
}

.testimonials-container .uk-slidenav-previous,
.testimonials-container .uk-slidenav-next {
	display: none;
}


.try-service-container {
	background: url('/img/ups/landing-background.png') no-repeat center center;
	height: 254px;
	width: 100%;
	background-size: cover;
}

.try-service-container .title {
	font-size: 26px;
	width: 100%;
	text-align:center;
	color: #777;
	padding-top: 51px;
	line-height: normal;
}

.try-service-container .subtitle {
	font-size: 15px;
	width: 100%;
	text-align:center;
	color: #777;
	padding-top: 17px;
	padding-bottom: 24px;
	line-height: normal;
}



/* PAGES */
.main {
	text-align: center;
	padding: 20px 0;
	line-height: 1.5rem;
}

.main form label {
	font-size: 13px;
	float: left;
	color: #242424;
}

.main form input {
	font-size: 14px;
}

.main form input[type="submit"] {
	font-size: 15px;
}

.main p {
	margin-bottom: 0;
	margin-top: 0;
}

.main .row {
	padding: 20px 0;
}

.main .divider {
	height: 2px;
	background: #ffda80;
	width: 100%;
	margin: 0 auto;
}

input {
	border-radius: 3px;
}

.box_packages_locker {
	text-align: left;
	max-width: 720px;
	margin: 0 auto;
}

.track_number {
	font-size: 21px;
	margin-top: 4px;
}


#description-container {
	font-size: 15px;
	color: #666;
}

#description-container .title {
	font-size: 15px;
	height: 30px;
}

#description-container .title .locker_price {
	font-size: 18px;
	float: right;
}

#description-container .description {
	font-size: 13px;
}

#description-container .uk-checkbox {
    width: 12px;
    height: 12px;
    margin-left: -20px;
    margin-top: 0;
    margin-right: 4px;
}

.box_payment_info, .box_sign_in {
	max-width: 380px;
	margin: 0 auto;
}

.box_sign_in .title {
	font-size: 26px;
	line-height: 1.25em;
	font-weight: 600;
	margin-bottom: 5px;
	color: #242424;
}

.box_sign_in .subtitle {
	font-size: 16px;
	line-height: normal;
	margin-bottom: 5px;
}

.box_sign_in .tip {
    font-size: 18px;
    font-weight: 400;
	color: #242424;
	width: 600px;
	text-align: left;
}

.box_sign_in .tip span {
    font-weight: 500;
}

.box_payment_info .title {
	position: relative;
}

.box_payment_info .title span {
	position: absolute;
	right: 0;
	color: #ffb500;
	opacity: 1;
}


#user-not-found-message {
	text-align: left;
}

#user-not-found-message .uk-modal-dialog {
	width: 300px;
	background-color: #d7d7d7;
}

#user-not-found-message .uk-modal-dialog h3 {
	color: #2D7091;
}

#user-not-found-message .uk-modal-dialog p {
	color: #777;
	font-size: 14px;
}

#user-not-found-message .uk-modal-dialog button {
	color: #fff;
	background-color: #000;
	width: 99px;
}

#register-landing-login {
	color: #6E6E6E;
	font-size: 13px;
}

#register-landing-terms {
	color: #6E6E6E;
	font-size: 12px;
	margin-bottom: -50px;
	margin-top: 10px;
}



@media screen and ( max-width:1024px) {
	.banner_full {
		background-size: 200%;
	}
}

@media screen and ( max-width:767px) {
	.body-container {
		margin-top: 0;
	}
	.uk-container {
		padding: 0 15px;
	}
	.uk-navbar-toggle {
		padding: 0;
		margin-top: 5px;
	}
	.header {
		height: 50px;
	}
	.box_upsstore {
		margin: 0 auto;
		max-width: 239px;
		height: 41px;
		margin-top: 9px;
	}
	.banner_full {
		height: 250px;
	}
	.banner_full:after {
		transform: scale(0.7);
		margin-top: -6px;
	}
	.banner_full .banner_title {
		font-size: 28px;
		line-height: 1.25em;
		color: #fff;
		text-align: center;
		margin-bottom: 20px;
		padding-top: 20px;
	}
	.banner_full .banner_subtitle {
		font-size: 24px;
		color: #fff;
		margin-bottom: 0px;
		margin-top: 10px;
		font-weight: 400;
	}
	.banner_full .banner_sub_subtitle {
		font-size: 21px;
		color: #fff;
		margin-top: 0;
		font-weight: 300;
	}
	.banner_full .banner_sub_subtitle:after,
	.banner_full .banner_sub_subtitle:before {
		width: 30px;
	}
	.banner_band {
		height: 48px;
		font-size: 21px;
		padding: 6px 0;
		z-index: 1;
	}
	.banner_band .first_line {
		width: 200px;
		margin: 0 auto;
	}
	.banner_band .first_line_thankyou {
		width: 250px;
		margin: 0 auto;
	}
	.box_packages_locker {
		max-width: 500px;
		margin-left: 30px;
		margin-right: 20px;
	}
	.banner_full.banner_pickup {
		height: 162px;
		background-position-y: 100%;
		background-size: 180%;
		background-position-x: center;
		margin-top: 0;
	}

	.banner_full.banner_pickup .banner_title {
		padding-top: 18px;
	}

	.banner_full.banner_login .banner_title {
		padding-top: 90px;
	}

	.banner_full.banner_landing #header-button {
		margin-top: 150px;
	}

	.banner_full.banner_landing:after{
		margin-top: -3px;
	}

	.banner_full.banner_landing {
		height: 221px;
		background-position-y: 38%;
		background-size: 220%;
		background-position-x: center;
		border-bottom-width: 6px;
	}

	.banner_full.banner_landing .banner_title {
		padding-top: 18px;
	}

	.banner_full.banner_landing .second-line {
		padding-top: 107px;
		font-size: 18px;
	}

	.banner_full.banner_landing .banner_band {
		display: none;
	}


	.testimonials-container .uk-slidenav-previous {
		display: block;
		position: absolute;
		left: 3px;
		top: 47%;
		width: 20px;
	}

	.testimonials-container .uk-slidenav-next {
		display: block;
		position: absolute;
		right: 3px;
		top: 47%;
		width: 20px;
	}

	.box_sign_in .tip {
		font-size: 14px;
		width: 100%;
		margin-left: 0px;
	}

    #lastFour {
        padding-left: 5px !important;
    }
}

div.form_row > .help-block {
    font-size: 16px;
    text-align: left;
    margin-top: 5px;
    font-weight: 500;
}

.form_row {
    margin-bottom: 20px;
}

.form_row.register-button-wrapper {
    margin-top: 20px;
}