/* structure and overall styles */
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);

.lorem {
	font-weight: bold;
	color: #f0f;
}


html {
	font-family: "Helvetica Neu", "Helvetica", "Arial";
	font-weight: 300;
}

* {
	-webkit-font-smoothing:antialiased;
}

em {
	font-style:italic;
}

.cl {
	clear:both;
}

body {
	background: #282a77 url(../images/steel.jpg) 50% 0% repeat-x fixed;
}

.mono {
	font-family: "Courier New", "Courier", monospace;
	font-weight: bold;
}

.container {
	line-height: 1.3;
}

.container p {
	margin-top: 1em;
	margin-bottom: 1em;
}

a {
	color: #282a77;
}

.header {
	width: 1024px;
	margin: 40px auto 15px;
	position: relative;
}

.title {
	font-family: "Oswald";
	font-weight: bold;
	color:#282a77;
	font-size: 34px;
	margin-bottom: .25em;
	margin-left: 250px;
}

.subtitle {
	font-family: "Oswald";
	font-weight: bold;
	font-size: 42px;
	margin-left: 250px;
}

.logo {
	width: 203px;
	height: 231px;
	background: url(../images/logo.png) 50% 50% no-repeat;
	position: absolute;
	top: -20px;
	left: 20px;
	transform:rotate(0deg);
	transition:transform 0s ease 0s;
}

.logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.logo:hover {
	transform:rotate(7200deg);
	transition: transform 20s ease-in 20s;
}

.page-wrapper {
	
	width: 1024px;
	margin: 10px auto 40px;
	/*outline: thin red dotted;*/
	background: #fff;
	padding: 50px 50px;
	border-radius: 30px;
	border:15px solid rgba(255,255,255,.5);
	background-clip: padding-box;
}

.loggedin-links {
	float: right;
	margin-bottom: 5px;
	font-size:15px;
}

.loggedin-links a {
	text-decoration: none;
  	color: #000;
}

/** errors and such **/

.errors {
	margin: 10px 0;
	padding: 10px;
	font-weight: bold;
	border:3px solid #aa0915;
	border-radius: 10px;
	background: #fbcecf;
	color: #aa0915;
	vertical-align: middle;
}

.errors:before {
	content: "\f071";
	font-family: "fontAwesome";
	font-size: 200%;
	vertical-align: middle;
	margin-right: 10px;
}

/* login page */

.login-form {
	/*outline: thin red dotted;*/
	position: relative;
	margin-bottom: 40px;
}

.login-form:after {
	display: table;
	clear: both;
	content: "";
}

.login-form label {
	display: block;
	font-size: 15px;
	margin-bottom: 3px;
}

.login-form input[type="text"],
.login-form input[type="password"] {
	-webkit-appearance:none;
	border:1px solid #b7b7b7;
	font-size: 20px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 10px;
	margin-bottom: 25px;
	color: #666;
	font-weight: 300;
	font-family: "Helvetica Neu", "Helvetica", "Arial";
	width: 415px;
}

.login-form input[type="password"] {
	margin-bottom: 5px;
}

.forgot-password {
	width: 415px;
	text-align: right;
	font-size: 15px;
}

.forgot-password a {
	font-weight: bold;
	text-decoration: none;
}

.login-form input[type="submit"] {
	display: block;
		-webkit-appearance:none;
	font-size: 23px;
	font-family: "Oswald";
	font-weight: bold;
	color: #fff;
	background: #029302;
	border: 0;
	padding: 3px 25px;
	border-radius: 10px;
}

.register-now {
	position: absolute;
	top: 70px;
	right: 0;
}

.register-now span {
	line-height: 40px;
	font-size: 15px;
}

.register-now a {
	display: inline-block;
	font-size: 23px;
	line-height: 48px;
	font-family: "Oswald";
	font-weight: bold;
	color: #fff;
	background: #029302;
	border: 0;
	padding: 0px 15px;
	border-radius: 10px;
	text-decoration: none;
}

.homepage-content p{
	margin: 1em -0px;
	line-height: 1.3;
}




/*  acount page */

.inner-title {
	text-align: right;
	font-family: "Oswald";
	font-weight: bold;
	font-size: 42px;
}

.inner-title span {
	color: #999;
}

.account-actions {
	text-align: right;
	margin-top: 10px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.account-actions .sep {
	display: inline-block;
	padding: 0 .5em;
}

.account-actions a {
	text-decoration: none;
	color: #000;
}

.account-buttons {
	text-align: center;
	margin-bottom: 10px;
}

.account-buttons a {
	display: inline-block;
	font-size: 23px;
	line-height: 48px;
	font-family: "Oswald";
	font-weight: bold;
	color: #fff;
	background: #029302;
	border: 0;
	padding: 0px 25px;
	border-radius: 10px;
	text-decoration: none;
	margin: 0 20px;
}

.account-cart-items {
	text-align: center;
}

.account-table-title {
	margin-top: 40px;
	font-size: 35px;
	font-family: "Oswald";
	font-weight: bold;
	color: #282a77;
}

.account-fyi {
	margin-top: .5em;
	margin-bottom: 50px;
}

.account-fyi span {
	display: inline-block;
	padding: 3px 6px;
	background: #ccc;
	color: #777;
	border-radius: 3px;
	font-weight: bold;
}

.account-table {
	border: 1px solid #666;
	width: 100%;
}

.account-table th {
	font-size: 12px;
	font-weight: bold;
	padding: 8px 8px;
	background: #282a77;
	vertical-align: middle;
	border:1px solid #000;
	color: #fff;
}

.account-table td {
	padding: 12px 8px;
	font-size: 12px;
	border-top: 1px solid #666;
	text-align: left;
	vertical-align: middle;
	border-right: 1px solid #999
}

.account-table td a {
	color: #aa0915;
	font-weight: bold;
}

.account-table tr.unprocessed {
	background: #f2f2f2;
	color: #888;
}


.account-pagination {
	text-align: right;
	margin-top: 20px;
}

.account-pagination select {
	font-size: 23px;
	line-height: 29px;
	font-family: "Oswald";
	border: 1px solid #999;
	background: #fff;
}

.account-pagination input {
	-webkit-appearance:none;
	font-size: 23px;
	font-family: "Oswald";
	font-weight: bold;
	color: #fff;
	background: #029302;
	border: 0;
	padding: 3px 25px;
	border-radius: 10px;
	margin-left: 10px;
}

.account-pagination label {
	display: inline-block;
	margin-right: 10px;
	line-height: 29px;
	padding: 3px;
	font-size: 17px;
}


/*  Register New Trailer  */


.register-title {
	margin-top: 40px;
	font-size: 35px;
	font-family: "Oswald";
	font-weight: bold;
	color: #282a77;
	margin-bottom: 15px;
}

.register-options-wrapper {
	border:1px solid #ccc;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 30px;
	position: relative;
}

.step {
	font-family: "Oswald";
	font-weight: bold;
	font-size: 28px;
	color: #467ece;
	line-height: 36px;
	display: block;
	margin-bottom: 15px;
}

.step span {
	display: inline-block;
	padding: 2px;
	background: #467ece;
	color: #fff;
	border-radius: 100%;
	width: 40px;
	text-align: center;
}

.register-options-detail {
	font-size: 14px;
	display: block;
	margin-bottom: 30px;
}

.register-option {
	font-family: "Oswald";
	font-weight: bold;
	font-size: 24px;
	/*margin-bottom: 30px;*/
}

.situation-wrapper {
	font-family: "Helvetica";
	font-size: 16px;
	font-weight: normal;
	/*margin: 20px 0;*/
	padding: 20px;
	border-radius: 10px;
	padding-left: 50px;
	position: relative;
}

.situation-wrapper input[type="radio"]{
	display: block;
	position: absolute;
	left: 20px;
	top: 20px;

}

.green:before {
	content:"\f058";
	color: #029302;
	font-family: "fontAwesome";
	margin-right: .5em;
}

.red:before {
	content:"\f06a";
	color: #aa0915;
	font-family: "fontAwesome";
	margin-right: .5em;
}

.green .situation-wrapper {
	/*background: #ccf2d2;
	border:3px solid #029302;*/
	margin: 0;
}

.red .situation-wrapper {
	background: #fbcecf;
	border:3px solid #aa0915;
	margin:20px 0;
	padding:20px;
}

.situation-wrapper.yellow {
	/*background: #fff7bd;
	border:3px solid #d2c567;
	width: 60%;*/
	border: none;
}

.file-upload-wrapper {
	/*display: none;
	position: absolute;
	background: #fff7bd;
	width: 38%;*/
	right: 0;
	font-family: "Helvetica";
	font-size: 16px;
	font-weight: normal;
	top: 0px;
	padding: 20px;
	border: 3px solid #d2c567;
	border:3px solid #029302;
	background: #ccf2d2;
	bottom: 0;
	border-radius: 10px;
}

/*.file-upload-wrapper:before {
	display: block;
	width: 23px;
	height: 20px;
	background: #fff7bd;
	border: 3px solid #d2c567;
	border-left: 0;
	border-right: 0;
	content: "";
	position: absolute;
	right: 100%;
	top: 20px;
	z-index: 100;

}

.file-upload-wrapper:after {
	display: block;
	width: 23px;
	height: 20px;
	background: #fff7bd;
	border: 3px solid #d2c567;
	border-left: 0;
	border-right: 0;
	content: "";
	position: absolute;
	right: 100%;
	bottom: 20px;
	z-index: 100;
}*/

.shipping_payment, .order_summary {
	width:45%;
}

.shipping_payment {
	float:left;
}

.order_summary {
	float:right;
}

#order_summary {
	width:100%;
	border-collapse: collapse;
	border:1px solid #666;
}

#order_summary td {
	padding:10px;
	border:1px solid #666;
}

#order_summary td.label {
	font-weight:bold;
}

#order_summary td.price {
	text-align:right;
}

#order_summary td.total {
	padding-top:50px;
	font-size: 24px;
}

.file-upload-container {
	position: relative;
}

.file-upload-title {
	display: block;
	font-family: "Oswald";
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 30px;
}

.file-upload-input {
	display: block;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
	margin-top: 10px;
	text-align: center;
	border:3px solid #d2c567;
	border:3px solid #029302;
}

.register-option-title {
	font-weight: bold;
	font-size: 20px;
}

.trailer-details-wrapper {
	border:1px solid #ccc;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 30px;
	position: relative;
	line-height: 1.4;
}

.trailer-detail-item {
	width: 49%;
	padding: 15px 10px;
	background: #f3f3f3;
	border-radius: 5px;
	/*margin-right: 2%;*/
	float: left;
	font-size: 14px;
	margin-bottom: 20px;
}

.trailer-detail-item em {
	display: block;
	font-size: 12px;
	font-style: italic;
	margin-top: 2px;
}

.trailer-details-wrapper label {
	display: block;
	margin-bottom: 5px;
}

.trailer-details-wrapper input,
.trailer-details-wrapper select {
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 10px;
	height: auto;
	border:1px solid #ccc;
	border-radius: 10px;
	background: #fff;
}

.clearme {
	clear: both;
	margin-right: 2%;
}

.solo {
	float: none;
	/*width: 100%;*/
}

.home-made-wrapper {
	clear: both;
	background: #eee;
	padding: 15px 15px;
	border-radius: 10px;
	margin-top: 30px;
}

.home-made-wrapper h3 {
	font-family: "Oswald";
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 10px;
}

.home-made-wrapper p {
	margin: 1em -0px;
}

#homemade-agree {
	display: inline-block;
	/*outline: thin red dotted;*/
	width: 20px;
}

label[for="homemade-agree"] {
	display: inline-block;
	/*outline: thin red dotted;*/
	height: 30px;
	line-height: 30px;
	vertical-align: bottom;
}


.value-added-wrapper {
	border:1px solid #ccc;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 30px;
	position: relative;
}

.value-added-wrapper label {
	margin-left: 10px;
	line-height: 36px;
}

.value-added-wrapper input {
	line-height: 36px;
}

.value-added-inner {
	background: #eee;
	padding: 10px;
	border-radius: 10px;
}

.register-trailer-buttons input[type="submit"],
.payment-services input[type="submit"],
.payment-review input[type="submit"]  {
	display: inline-block;
	width: auto;
		-webkit-appearance:none;
	font-size: 23px;
	font-family: "Oswald";
	font-weight: bold;
	color: #fff;
	background: #029302;
	border: 0;
	padding: 3px 25px;
	border-radius: 10px;
	margin: 0 20 0 0px;
}

.payment-review input[type="submit"] {
	float:right;
}

a.button.review {
	margin-right:15px;
}

.register-trailer-buttons .cancel {
	display: inline-block;
	padding: 8px 25px;
	background: #aa0915;
	font-size: 23px;
	font-family: "Oswald";
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	margin: 0 20px;
	text-decoration: none;
}

.register-trailer-buttons {
	text-align: center;
	margin-bottom: 20px;
}

.review-information div {
	margin-bottom: 10px;
}

.impermissible-warning {
	border:3px solid #999;
	padding: 20px;
	border-radius: 10px;
	background: #eee;
	margin: 30px auto;
	line-height: 1.3;
	font-weight: bold;
}

.impermissible-warning p {
	margin: 1em -0px;
}

.impermissible-warning a:before {
	content: "\f016";
	font-family: "fontAwesome";
	margin-right: .5em;
	text-decoration: none;
}

.transfer-option {
	font-weight: bold;
	color: #333;
	margin-top: 20px;
}

.transfer-option-wrapper {
	padding: 20px;
	border-radius: 10px;
}

.transfer-option-wrapper .trailer-details-wrapper {
	padding-left: 50px;
}

.transfer-option-wrapper input[type="radio"] {
	border: none;
	display: inline;
	border-radius: 0;
	display: block;
	width: 40px;
	position: absolute;
	left: 10px;
	top: 12px;
	background: none;
	line-height: 30px;
}

.transfer-option-wrapper label {
	display: inline-block;
	line-height: 30px;
	height: 30px;
}

.trailer-select-hide select {
	display: inline-block;
	width: auto;
	padding: 0;
	height: auto;
}

input[name="transfer_type"]:not(:checked) ~ .trailer-select-hide {
	display: none;
}

#existing:checked ~ .trailer-select-hide {
	display: block;
}

.instructions {
	font-style: italic;
	font-size: 14px;
}

.container.register input, .container.register select,
.container.account-update-profile input, .container.account-update-profile select,
.payment-services input, .payment-services select,
.payment-credit input, .payment-credit select,
.account-update-address input, .account-update-address select {
	display: block;
	width: 400px;
	line-height: 30px;
	font-size: 18px;
	border:1px solid #ccc;
	border-radius: 10px;
	padding: 0 10px;
	margin-bottom: 20px;
	background: #fff;
}

.container.register select,
.container.account-update-profile select,
.payment-services select,
.payment-credit select,
.account-update-address select {
	width: 180px;
}

.container.register input[type="file"],
.container.account-update-profile input[type="file"] {
	-webkit-appearance:none;
	font-size: 12px;

}

.container.register label,
.container.account-update-profile label,
.payment-services label {
	font-size: 14px;
	margin-top: 20px;
	display: block;
}

.payment-services input[type="radio"],
.payment-services input[type="checkbox"] {
	display: inline-block;
	width: 40px;
	text-align: right;
	margin: 0;
	padding: 0;
}

.payment-services input[type="radio"] + label,
.payment-services input[type="checkbox"] + label{
	display: inline-block;
	/*margin-left: -20px;*/
	margin-right: 20px;
	/*outline: thin red dotted;*/
}

.container.register input[type="submit"],
.container.account-update-profile input[type="submit"],
.payment-credit input[type="submit"],
.account-update-address input[type="submit"] {
	display: inline-block;
		-webkit-appearance:none;
	font-size: 23px;
	font-family: "Oswald";
	font-weight: bold;
	color: #fff;
	background: #029302;
	border: 0;
	padding: 3px 25px;
	border-radius: 10px;
	width: auto;
}

.container.account-update-profile .cancel,
.account-update-address .cancel {
	display: inline-block;
	padding: 3px 25px;
	background: #aa0915;
	font-size: 23px;
	font-family: "Oswald";
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	margin: 0 20px;
	text-decoration: none;
}

fieldset input{
	font-size: 20px;
	line-height: 30px;
	padding: 0 10px;
	border-radius: 10px;
	border:1px solid #ccc;
}

fieldset input[type="submit"] {
	display: block;
		-webkit-appearance:none;
	font-size: 23px;
	font-family: "Oswald";
	font-weight: bold;
	color: #fff;
	background: #029302;
	border: 0;
	padding: 3px 25px;
	border-radius: 10px;
	margin-top: 20px;
}

#important-forms-wrapper .fa-check-circle {
	color: #029302;
}

#important-forms-wrapper .fa-times-circle {
	color: #aa0915;
}

p.details {
	font-style: italic;
}

.important-forms {
	line-height: 2;
}

.cart-subtotal {
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	margin-top: 20px;
	/*margin-right: 170px;*/
}

.cart-subtotal span {
	font-weight: normal;
	font-size: 20px;
}

.button {
  display: inline-block;
	padding: 3px 25px;
	background: #029302;
	font-size: 23px;
	font-family: "Oswald";
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	text-decoration: none;
	color: #fff;
}

address {
	display: block;
	background: #eee;
	padding: 20px;
	line-height: 1.4;
	margin: 10px 0;
	width: 400px;
	border-radius: 10px;
}

address:first-line {
	font-weight: bold;
}


.payment-pages {
	padding: 0px 15px;
	/*background: #ccc;*/
	margin: 10px 0;
}

.payment-pages span {
	padding: 6px 8px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-right: 20px;
	color: #bbb;
}

.payment-pages em {
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	line-height: 1.3em;
	background: #bbb;
	color: #fff;
	text-align: center;
	border-radius: 100%;
}

span.current-payment-page {
	background: #029302;
	color: #fff;
	border-radius: 4px;
}

.current-payment-page em {
	background: #fff;
	color: #029302;
}

.current-payment-page ~ span {
	color: #000;
}

.current-payment-page ~ span em {
	background: #000;
}

.mid-title {
	font-weight: bold;
	font-family: "Oswald";
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 15px;
}

.payment-instructions h5 {
	font-weight: bold;
	margin: 0;
	margin-top: 40px;
}

.payment-instructions h5 + p {

}

.invoice-total {
	font-weight: bold;
	font-size: 24px;
}

.title_link a {
	font-size:30px;
}

.main-menu {
	list-style:none;
	position:relative;
	text-align:left;
	margin-left:250px;
}

.main-menu li {
	display:inline-block;
	position: relative;
	text-align: left;
}

.main-menu li a {
    color: #000000;
    font-weight: bold;
    font-family: "Oswald";
	display:block;
	padding:.5em;
	text-decoration:none;
}

.menu {
	margin-top:10px;
}

.footer-inner {
	width: 1024px;
	margin:30px auto;
	color:#ffffff;
	font-family:sans-serif;
}

.footer-inner a {
	color:#ffffff;
}