/* General */
.homepage3 .container-fluid {
	max-width: 1170px !important;
	margin: 0 auto;
}
.homepage3 .container-fluid.container-full-width {
	max-width: 100% !important;
	margin: 0 auto;
}
.container-full-width .col-lg-12 {
	padding-right:0;
	padding-left:0;
}
.width450 { width: 450px; }
.whitelink { color:#FFF; }
.whitelink:hover { color:#FFF; }
.whitelink:focus { color:#FFF; }
.blacklink { color:#383737; }
.blacklink:hover { color:#383737; }
.bluelink { color:#4a90e4; }
.bluelink:hover { color:#4a90e4; }
.bluelink:focus { color:#4a90e4; }
button.whitelink {
	border:none;
	background: none;
}
.greenlink { color:#38C773 !important; }
.greenlink:hover { color:#38C773 !important; }
.noborderradius { border-radius:0; }
.actionbutton {
	text-align:center;
	padding: 14px 0 13px 0;
	width:100%;
	color:#FFF;
	text-transform:uppercase;
	border: none;
	font-size:18px;
	line-height:18px;
}
.call-to-action-buttons .actionbutton {
	padding: 16px 0;
}
.actionbutton:hover {
	color:#FFF;
	text-decoration:none;
}
.actionbutton:focus {
	color:#FFF;
	text-decoration:none;
}
a.actionbutton {
	display:block;
}
.actionbutton_inmodal a {
	margin-left: auto;
	margin-right:auto;
}
.smallbutton{
	display:inline-block !important;
	width:auto;
	padding: 5px 20px;
	font-size:14px;
}
.strokegreen {
	-webkit-box-shadow: inset 1px 1px 1px #2DB364;
	-moz-box-shadow: inset 1px 1px 1px #2DB364;
	box-shadow: inset 1px 1px 1px #2DB364;
}
.strokeyellow {
	-webkit-box-shadow: inset 1px 1px 1px #FD9D28;
	-moz-box-shadow: inset 1px 1px 1px #FD9D28;
	box-shadow: inset 1px 1px 1px #FD9D28;
}
.gradientgreen {
	background: #50E48D; /* Old browsers */
	background: -moz-linear-gradient(top,  #50E48D 0%, #2DB364 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50E48D), color-stop(100%,#2DB364)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #50E48D 0%,#2DB364 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #50E48D 0%,#2DB364 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #50E48D 0%,#2DB364 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #50E48D 0%,#2DB364 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50E48D', endColorstr='#2DB364',GradientType=0 ); /* IE6-9 */
}
.gradientblack {
	background: #383838; /* Old browsers */
	background: -moz-linear-gradient(top,  #383838 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383838), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #383838 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #383838 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #383838 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #383838 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.gradientyellow {
	background: #FED158; /* Old browsers */
	background: -moz-linear-gradient(top,  #FED158 0%, #FD9D28 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FED158), color-stop(100%,#FD9D28)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FED158 0%,#FD9D28 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FED158 0%,#FD9D28 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FED158 0%,#FD9D28 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FED158 0%,#FD9D28 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FED158', endColorstr='#FD9D28',GradientType=0 ); /* IE6-9 */
}
/*.modal-header {
	background:#545860;
	color:#FFF;
}
.modal-content {
	border:5px solid #FFF;
}
.modal-content .close {
	font-size: 29px;
	font-weight: normal;
	line-height: 22px;
	color: #FFF;
	opacity: 1;
}
h4.modal-title {
	font-size:16px;
}
h4.modal-title span{
  	background: url(../img/modal-header-back.png) repeat-x 0 -4px;
	background-size:60px 23px;
	text-transform: uppercase;
}
.modal-body {
	border:1px solid #d4d4d4;
}*/
/* --General */
/* Home Page */
#homepage {
	background: url(../img/eaback.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:825px;
	position:relative;
	background-attachment: scroll;
	z-index:1;
}
.homepage-middle {
	/*min-height:645px;*/
}
#footer {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
.how_it_works_container {
	position:absolute;
	bottom:80px;
	left:0;
	right:0;
	z-index:-10;
}
body.signup3 {
	background:#f6f6f6;
}
#login_logo {
	width: 428px;
	height: 66px;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 400px;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	text-align: center;
	z-index:1;
}
#login img {
	width:400px !important;
}
#login_container {
	width:100%;
	max-width:280px;
	background: #383838; /* Old browsers */
	padding:30px 30px 15px 30px;
	border-left:1px solid #0f0f0f;
	border-right:1px solid #0f0f0f;
	border-bottom:1px solid #0f0f0f;
	text-align:center;
	z-index:9999;
}
#homepage-menu-mobile {
	z-index:9999;
}
#homepage-menu-mobile .col-xs-12 {
	padding-left:0;
	padding-right:0;
}
#homepage-menu-mobile .links {
	border-top:1px solid rgba(255,255,255,0.5);
	text-align:left;
	padding:0;
}
#homepage-menu-mobile .links a {
	width:100%;
	display:block;
	padding:16px 20px;
}
#homepage-menu-mobile .links:hover {
	background: none;
}
#homepage-menu-mobile .links a:hover  {
	text-decoration: underline;
}
#homepage-menu-mobile .homepage-menu {
	padding:0;
	margin:0;
}
#login_inner .homeinput {
	/*padding:20px 0 !important;*/
	width:100% !important;
	text-align:center !important;
	color:#FFF !important;
	background: #000000 !important;
	border: none !important;
	font-size:15px !important;
	line-height:15px !important;
	height:40px !important;
}
.homeinput::-webkit-input-placeholder {
   color: #FFFFFF !important;
}
	
.homeinput:-moz-placeholder { /* Firefox 18- */
	  color: #FFFFFF !important;  
}
	
.homeinput::-moz-placeholder {  /* Firefox 19+ */
	color: #FFFFFF !important;  
}
input:-ms-input-placeholder {  
	color: #FFFFFF !important;  
}
#login_container input { color: #ffffff !important; }
.placeholder { color: #ffffff !important; }
#login_notification {
	color:#FFF;
}
#login_notification ul {
	padding:0;
	margin:0 15px;
}
#login_notification li {
	list-style-type:none;
	padding:0;
}
#footer {
	color:#FFF;
	margin: 20px auto 0 auto;
}
#homeheader, #homeheader-mobile {
	background: #272727;
}
.support_line {
	color:#38C773;
	font-size:16px;
	line-height:16px;
	padding-top:10px;
}
.support_line a {
	font-size:16px;
	line-height:16px;
}
.homefeature {
	font-size: 18px;
	margin-bottom:200px;
}
.language_container {
	margin-top:15px;
	margin-bottom:15px;
	height:30px;
}
.language_selection {
	padding:10px 10px;
	display:inline-block;
	font-size:10px;
	line-height:10px;
	font-weight:normal;
}
.login_footer_box {
	height:60px;
}
#copyright {
	padding-top:20px;
}
#copyright p, #copyright .support_line {
	margin:0 0 20px 0;
}
#forgotten_pwd {
	font-size:13px;
}
#signup_box {
	margin-top:15px;
	margin-bottom:15px;
	height:30px;
}
#step1 {
	
}
#step2 {
	/*background:#f6f6f6;*/
}
#step3 {
	padding-bottom:0;
}
.homepages h1 {
	color:#FFF;
	background:#555860;
	margin-top:50px;
	margin-bottom:25px;
	display: inline-block;
	padding:17px 20px 16px 20px;
	font-size:18px;
	line-height:18px;
}
.homepages {
	text-align: center;
	padding-top:20px;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
}
.homepages p {
	font-size:18px;
	line-height:21px;
	max-width:475px;
	margin:0 auto 15px auto;
}
#copyright {
	background:#2d2d2d;
	color:#FFFFFF;
	font-size: 15px;
	line-height:15px;
}
#copyright p, #copyright a {
	color:#FFFFFF;
	font-size: 14px;
	line-height:14px;
}
#copyright .support_line {
	padding-top:0;
}
/* --Home Page */
a.how_it_works {
	color:#FFF;
	border:1px solid #FFF;
	text-transform: uppercase;
	min-width:210px;
	width:210px;
	padding:15px 0;
	display:block;
	margin:0 auto;
	font-size:18px;
	line-height:18px;
	z-index:9998;
}
a.next_step_arrow {
	width:70px;
	height:70px;
	margin:0 auto;
	display:block;
	background: url(../img/homepage/next_step_arrow.png) repeat-x;
}
a.next_step_arrow:hover {
	background: url(../img/homepage/next_step_arrow_hover.png) repeat-x;
}
.bottom-part {
	padding-top:40px;
	padding-bottom:10px;
}
.grey-bottom-part {
	background: url(../img/homepage/white-grey.png) repeat-x;
}
.white-bottom-part {
	background: url(../img/homepage/grey-white.png) repeat-x;
}
a.next_step_arrow span {
	text-indent: -9999px;
	overflow:hidden;
	display:block;
}
.width-auto {
	width:100%;
	height:auto;
}
.height-auto {
	width:auto;
	height:100%;
}
.step_image_container {
	position:relative;
	height:100%;
}
.create-shipment-icon {
	position:absolute;
	top:-25px;
	left:0px;
	width:90px;
	height:auto;
}
.save-40-per-cent-guaranteed-icon {
	position:absolute;
	top:-25px;
	right:0px;
	width:90px;
	height:auto;
}
.print-pickup-icon {
	position:absolute;
	bottom:160px;
	left:0px;
	width:90px;
	height:auto;
}
.homepage-buttons-container {}
.signup_container {
	width:240px;
	float:left;
}
.get_free_estimate_container {
	width:240px;
}
.call-to-action-buttons {
	/*background:  url(../img/homepage/black-back.png) repeat-x;*/
	z-index:9999;
}
/* Sign Up Page */
.signup3 #footer {
	background:#000;
}
.signup3 #login_empty_box, .signup3 #more_info_box {
	display:none;
}
.signup3 label {
	font-weight:normal;
}
.signup3 .form-control {
	border-color:#BCBDBD;
	font-size:18px;
	padding:15px 10px;
	height:50px;
}
.signup3 #copyright {
	padding-top:20px;
}
.signup3 .support_line {
	padding-top:20px;
}
.signup3 #footer {
	position:static;
}
/* --Sign Up Page */
/* Sign Up Popup */
#signup_popup .modal-title {
	text-align:center;
}
#signup_popup .popup_element {
	float:none;
	width:360px;
}
.close.invert {
	font-size:32px;
	line-height:32px;
	margin:0;
	padding:0;
	position: absolute;
	top: 13px;
	right: 20px;
}
#signup_popup .actionbutton {
	text-align:center;
	padding: 15px 0 15px 0;
	width:240px;
	color:#FFF;
	text-transform:uppercase;
	border: none;
	font-size:20px;
	line-height:20px;
}
#signup_popup .blacklink {
	text-align:center;
	margin-bottom:0;
}
#signup_popup #popup_popup_content {
	width:400px;
}
#signup_popup input[type="text"], #signup_popup input[type="password"] {
	font-size:18px !important;
	line-height:18px !important;
	padding:13px 10px !important;
	height:auto !important;
	width:100% !important;
}
.popup_element label {
	margin-bottom:8px;
}
#signup_popup .notification {
	background:#dff0d9;
}
#signup_popup .notification .error {
	margin:0 0 9px 0;
	padding:0;
}
#signup_popup .notification .error li {
	list-style-type:none;
	margin:0;
	padding:18px 10px;
	color:#3e755a;
	display:block;
	font-size:14px;
	line-height:16px;
}
/* --Sign Up Popup */
/* Forgot Password Popup */
#forgot_password_popup .modal-title {
	text-align:center;
}
#forgot_password_popup .popup_element {
	float:none;
	width:360px;
}
#forgot_password_popup .actionbutton {
	text-align:center;
	padding: 15px 0 15px 0;
	width:240px;
	color:#FFF;
	text-transform:uppercase;
	border: none;
	font-size:20px;
	line-height:20px;
}
#forgot_password_popup .blacklink {
	text-align:center;
	margin-bottom:0;
}
#forgot_password_popup #popup_popup_content {
	width:400px;
}
#forgot_password_popup input[type="text"] {
	font-size:18px !important;
	line-height:18px !important;
	padding:13px 10px !important;
	height:auto !important;
	width:100% !important;
}
#forgot_password_popup .notification {
	background:#dff0d9;
}
#forgot_password_popup .notification .error {
	margin:0 0 9px 0;
	padding:0;
}
#forgot_password_popup .notification .error li {
	list-style-type:none;
	margin:0;
	padding:18px 10px;
	color:#3e755a;
	display:block;
	font-size:14px;
	line-height:16px;
}
/* --Sign Up Popup */
/* About Page */
#newcontentpages {
	background:#f6f6f6;
}
#newcontentpages p,#newcontentpages ul li {
	font-size:17px;
	line-height:21px;
}
#newcontentpages p {
	margin-bottom:22px;
}
#newcontentpages .contentheader {
	padding-top:25px;
	padding-bottom:25px;
}
.newrightheader {
	border: 1px solid #383737;
	display: inline-block;
	text-transform: uppercase;
	padding:18px;
	font-size:24px;
	line-height:24px;
}
.aboutus-insidebox {
	background:#FFF;
	border:1px solid #d4d4d4;
	padding:40px;
	margin-bottom:100px;
}
.aboutus-map {
	border-top:1px solid #dadbdd;
	border-bottom:1px solid #dadbdd;
	padding:0;
	margin-bottom:40px;
	line-height:0;
	background:#f6f6f6;
}
.aboutus-address {
	border-top:1px solid #dadbdd;
	border-bottom:1px solid #dadbdd;
	padding:20px;
	background:#f6f6f6;
	text-align: right;
	width:260px;
	float:right;
	max-width:100%;
}
.aboutus-leftcolumn {
	float:left;
	width:490px;
}
.aboutus-rightcolumn {
	float:left;
	text-align:right;
	width:500px;
	margin-left:65px;
}
.simple li {
	list-style-type: none;
	padding-left:10px;
}
.advantage {
	font-weight: bold;
	font-size:18px;
	line-height:18px;
	padding-left:50px;
	background:  url(../img/advanced/checkbox.png) left center no-repeat;
	padding-top:15px;
	padding-bottom:15px;
}
.first_advantage {
	margin-top: 25px;
}
.location-header {
	font-weight: bold;
	font-size:18px;
	line-height:18px;
	text-decoration: underline;
}
.footer_left {
	padding-top:0;
	padding-bottom:0;
}
/* --About Page */
/* Get Free Estimate */
.enter-shipment-details {
	background:#FFF;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
}
.enter-package-details {
	background:#FFF;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
}
.get-free-estimate-form {
	border:4px solid #f1f1f0;
}
.package-table .table>thead>tr {
	border-top:0;
}
.rates_greyed_area,.rates_ungreyed_area {
	padding-left:0;
	padding-right:0;
	margin-left:20px;
	margin-right:20px;
}
.rates_greyed_area .table,.rates_ungreyed_area .table {
	margin-bottom:0;
}
.rates_container {
	/*width:1200px;*/
}
.enter-shipment-details-container {
	float:left;
	margin:0 40px 0 20px;
	width:500px;
}
.enter-shipment-details-container h3 {
	text-decoration:underline;
	margin:20px 0 20px 0;
}
.enter-shipment-details-box {
	position:relative;
	padding:33px 20px 20px 20px;
	border:1px solid #bcbdbd;
	width:450px;
	height:180px;
	background:#FFF;
}
.enter-shipment-details-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    border-style: solid;
    border-width: 89px 0 89px 50px;
    border-color: transparent #FFFFFF;
    display: block;
    width: 0;
    z-index: 1;
}
.enter-shipment-details-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 449px;
    border-style: solid;
    border-width: 89px 0 89px 50px;
    border-color: transparent #bcbdbd;
    display: block;
    width: 0;
    z-index: 0;
}
.form-horizontal .control-label {
	width:184px !important;
}
/* --Get Free Estimate */
/* Homepage Menu */
.homepage-menu {
	margin:7px 0 7px 0;
	padding:0;
	z-index:9999;
}
.homepage-menu li {
	float:left;
	list-style-type: none;
}
.homepage-menu li a{
	color:#FFF;
}
.homepage-menu li a:hover {
	text-decoration: none;
}
.homepage-menu li.links:hover {
	background:  url(../img/homepage/white_hover.png) center center no-repeat;
}
.homepage-menu li.links {
	padding:16px 20px;
}
.homepage-menu li.buttons {
	padding:8px 0 8px 20px;
}
#homepage-menu-toggle, #login-container-toggle {
	background:none;
	border:none;
	padding:20px !important;
}
#homeheader-mobile, #login_container {
	display:block;
}
#homeheader {
	display:none;
}
#login_logo {
	z-index:-10;
}
.signup-button {
	padding:15px 20px;
	margin:0;
}
/* --Homepage Menu */
.content_logo {
	margin-top:5px;
}
.cc_allowed {
	margin-top:17px;
	margin-bottom:20px;
	float:right;
}
.cc_allowed a {
	display: block;
	text-indent: -9999px;
	overflow:hidden;
	width:50px;
	height:32px;
	float:left;
	margin-right:20px;
}
.cc_allowed a.visa {
	background: url(../img/advanced/visa.png) no-repeat;
}
.cc_allowed a.mastercard {
	background: url(../img/advanced/mastercard.png) no-repeat;
}
.cc_allowed a.amex {
	background: url(../img/advanced/amex.png) no-repeat;
}
.cc_allowed a.discover {
	background: url(../img/advanced/discover.png) no-repeat;
	margin-right:0;
}
.secondlogin {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 567px) {
	.create-shipment-icon {
		position:absolute;
		top:0px;
		left:10px;
		width:60px;
	}
	.save-40-per-cent-guaranteed-icon {
		position:absolute;
		top:0px;
		right:10px;
		width:60px;
	}
	.print-pickup-icon {
		position:absolute;
		bottom:130px;
		left:0px;
		width:60px;
	}
	.signup-button {
		padding:15px 10px 15px 0;
		margin:0 12px 0 0;
	}
	#homepage-menu-toggle, #login-container-toggle {
		padding:20px 10px !important;
	}
	#homeheader-mobile .col-xs-4 {
		margin-right:0;
		padding-right:0;
	}
	#homeheader-mobile .col-xs-8 {
		margin-left:0;
		padding-left:0;
	}
}
@media (max-device-width: 568px) {
	.create-shipment-icon {
		position:absolute;
		top:0px;
		left:10px;
		width:30px;
	}
	.save-40-per-cent-guaranteed-icon {
		position:absolute;
		top:0px;
		right:10px;
		width:30px;
	}
	.print-pickup-icon {
		position:absolute;
		top:0px;
		left:0px;
		width:30px;
	}
	.homepages h1 {
		padding:10px;
		font-size:12px;
		margin-bottom:5px;
	}
	.homepages p {
		font-size:12px;
		line-height:13px;
	}
	#homepage-menu-toggle, #login-container-toggle {
		padding:20px 10px !important;
	}
	#login_container {
		z-index:99999;
	}
	#newcontentpages p, #newcontentpages ul li {
		font-size:14px;
		line-height:16px;
	}
	.advantage {
		font-size:15px;
		line-height:15px;
	}
	.newrightheader {
		font-size:20px;
		line-height:20px;
	}
	.aboutus-insidebox {
		padding:20px;
	}
	#homeheader-mobile .col-xs-4 {
		margin-right:0;
		padding-right:0;
	}
	#homeheader-mobile .col-xs-8 {
		margin-left:0;
		padding-left:0;
	}
	.how_it_works_container {
		bottom:120px;
	}
	#footer {
		bottom:40px;
	} 
}
@media (max-width: 767px) {
	.content_logo {
		text-align:center;
		width:100%;
	}
	#login_logo {
		width:80%;
	}
	#login_logo img,#login_logo object, .content_logo img, .content_logo object{
		width:100%;
		height:auto;
	}
	#copyright p, #copyright .pull-right, #footer .pull-right, #copyright .support_line {
		text-align:center !important;
		float:none !important;
	}
	#copyright .support_line {
		padding-bottom: 0;
	}
	#copyright .cc_allowed {
		float:none;
		margin-left:auto;
		margin-right:auto;
		width:260px;
	}
	.support_line {
		float:none !important;
		padding-left:0;
		padding-right:0;
	}
	.content_logo {
		text-align:center;
	}
	.homepage-menu {
		width:100%;
	}
	.homepage-menu li {
		float:none;
		width:100%;
	}
	.homepage-menu li.links,.homepage-menu li.buttons {
		text-align: center;
	}
	.homepage-buttons-container {
	}
	.signup_container {
		width:240px;
		float:none;
		margin:0 auto;
	}
	.get_free_estimate_container {
		width:240px;
		float:none;
		margin:0 auto 10px auto;
	}
	.aboutus-leftcolumn {
		width:100%;
	}
	.aboutus-rightcolumn {
		text-align:center;
		margin-left:0;
		margin-top:40px;
		width:100%;
	}
	#newcontentpages p {
		margin-bottom:15px;
	}
	#homepage-menu-toggle {
		display:block;
	}
	#homepage-menu-mobile {
		display:none;
	}
	#homeheader-mobile {
		display:block;
	}
	#homeheader,#login_container {
		display:none;
	}
	.homepages h1 {
		margin-top:0;
	}
	.bottom-part {
		padding-top:10px;
	}
}
@media (max-width: 991px) {
	.newrightheader {
		margin-left:auto;
		margin-right:auto;
		float:none !important;
		text-align:center;
		display:block;
	}
	#login_container {
		padding:15px;
	}
	#login_inner .homeinput {
		height:25px !important;
	}
	#login_container .actionbutton {
		padding:5px 0 5px 0;
	}
	.aboutus-map iframe {
		max-width: none;
		width:100%;
	}
	.aboutus-address {
		text-align:center;
		float:none;
		margin:0 auto;
	}
	.content_logo {
		margin-bottom: 15px;
	}
	#newcontentpages .contentheader {
		padding-top:25px;
		padding-bottom:25px;
	}
	.newrightheader {
		padding:10px;
	}
}
@media (min-width: 768px) {
	.create-shipment-icon {
		position:absolute;
		top:0px;
		left:10px;
		width:auto;
	}
	.save-40-per-cent-guaranteed-icon {
		position:absolute;
		top:0px;
		right:10px;
		width:auto;
	}
	.print-pickup-icon {
		position:absolute;
		bottom:130px;
		left:0px;
		width:auto;
	}
	.aboutus-leftcolumn {
		float:none;
		width:640px;
	}
	.aboutus-rightcolumn {
		float:none;
		text-align:center;
		width:500;
		margin:40px auto 0 auto;
	}
	.content_logo {
		text-align:center;
	}
	.homepage-buttons-container {
		width:500px;
		margin:0 auto 20px auto;
	}
	.signup_container {
		width:240px;
		float:left;
	}
	.get_free_estimate_container {
		width:240px;
		float:left;
		margin-right:20px;
	}
	#homeheader-mobile {
		display:none;
	}
	#homeheader {
		display:block;
	}
	#login_logo {
		display: block;
	}
}
@media (min-width: 992px) {
	.create-shipment-icon {
		position:absolute;
		top:-30px;
		left:25px;
		width:auto;
	}
	.save-40-per-cent-guaranteed-icon {
		position:absolute;
		top:-45px;
		right:30px;
		width:auto;
	}
	.print-pickup-icon {
		position:absolute;
		top:-35px;
		left:10px;
		width:auto;
	}
	.aboutus-leftcolumn {
		float:left;
		width:480px;
	}
	.aboutus-rightcolumn {
		float:left;
		text-align:right;
		width:350px;
		max-width:350px;
		margin-left:25px;
		margin-top:0;
	}
	.content_logo {
		text-align:left;
	}
	.aboutus-map iframe {
		max-width: 350px;
	}
}
@media (min-width: 1200px) {
	.create-shipment-icon {
		position:absolute;
		top:-25px;
		left:50px;
		width:auto;
	}
	.save-40-per-cent-guaranteed-icon {
		position:absolute;
		top:-35px;
		right:50px;
		width:auto;
	}
	.print-pickup-icon {
		position:absolute;
		top:-35px;
		left:50px;
		width:auto;
	}
	#homepage {
		min-height:0;
	}
	.aboutus-leftcolumn {
		float:left;
		width:490px;
	}
	.aboutus-rightcolumn {
		float:right;
		text-align:right;
		width:500px;
		max-width:none;
		margin-left:65px;
		margin-top:0;
	}
	.aboutus-map iframe {
		width:100%;
		max-width:none;
	}
}
@media (max-height: 800px) {
	.create-shipment-icon {
		position:absolute;
		top:45px;
		left:10px;
		width:90px;
	}
	.save-40-per-cent-guaranteed-icon {
		position:absolute;
		top:45px;
		right:10px;
		width:90px;
	}
	.print-pickup-icon {
		position:absolute;
		top:45px;
		left:10px;
		width:90px;
	}
	.homepages h1 {
		margin-top:0;
	}
	.bottom-part {
		padding-top:10px;
	}
}