/* Colors */
.color-green {
  color: #52aa54;
}
.color-green strong{
 color: #52aa54;
}
.color-orange {
  color: #ff9900;
}
.color-blue {
  color: #4d8dbc;
}
.color-dark-grey {
  color: #666666;
}
.color-light-grey {
  color: #e6e6e6;
}
.color-red {
  color: #ff0000;
}
.search-icon{
  height: 31px;
  position: relative;
  left: -3px;
  top: 0px;
  border-radius: 0px 3px 4px 2px;
  background-color: #E6E3E3;
}
#receipt-email .modal-body .control-group{
  width: 65%;
  margin: 0 auto;
}
#receipt-email .alert{
  padding: 0;
}
#receipt-email .modal-body{
  padding-top: 0;
}
.custom-outbound-total-price-cents, .custom-return-total-cents, .custom-total-order-price-cents{
  /*padding-right: 0;*/
}
.order-total{
  /*padding-left: 40px;*/
}
.traveler-sum .col-sm-3{
  /*margin-left: 8px;*/
}
.traveler-sum .col-sm-8{
  /*margin-left: 9px;*/
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
  background-color: #FFF;
}
/* Fonts */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  background-repeat:no-repeat;
  background-attachment: fixed;
  background-position: center;
}
body #main-container {
  min-height: 100%;
  padding: 0 15px 100px !important;
}
body .nav {
  margin-bottom: 0;
}
body p {
  font-size: 12px;
  line-height: 22px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #666666;
  font-weight: bold;
}
body h1, .head-line h2 {
  font-size: 38px;
  line-height: 40px;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
}
body h4 {
  font-size: 22px;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
}
body h5 {
  font-size: 18px;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
}
body section#header_section {
  padding: 10px 0 0;
  border-bottom: 2px solid #52aa54;
}
body section#header_section #login_items a {
  color: #000;
  font-size: 12px;
}
body section#header_section #number {
  margin-top: 40px;
  font-size: 16px;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
body section#header_section #number span {
  font-size: 18px !important;
}
.question-call{
  margin-left: -36px;
}
body section#header_section #main-nav{
  margin-top: 60px;
  padding: 0 10px;
}
body section#header_section #main-nav #nav {
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: 0;
}
body section#header_section #main-nav #nav li#nav-item-ship {
  width: 50px;
  margin-right: 15px;
}
body section#header_section #main-nav #nav li#nav-item-quick-tools {
  width: 130px;
  margin-right: 15px;
}
body section#header_section #main-nav #nav li#nav-item-how-it-works {
  width: 150px;
  margin-right: 15px;
}
body section#header_section #main-nav #nav li#nav-item-news {
  width: 60px;
}
body section#header_section #main-nav #nav li {
  float: left;
  position: relative;
  margin: 0 22px 0 0;
}
body section#header_section #main-nav #nav li a {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #52aa54;
  font-size: 22px;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.news-link {
  padding-left: 11px;
  text-decoration: none !important;
  text-align: center;
  width: 100%;
  color: #52aa54;
  font-size: 22px;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.news-link:hover{
  color: #666666;
}
body section#header_section #main-nav #nav li a:hover {
  text-decoration: none;
  color: #666666;
}
body section#header_section #main-nav #nav li.active:after,
body section#header_section #main-nav #nav li.perm-active:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -6px;
  border: 12px solid transparent;
  width: 0;
  height: 0;
  border-bottom: 0;
  border-top-color: white;
  z-index: 1;
}
body section#header_section #main-nav #nav li.active:before,
body section#header_section #main-nav #nav li.perm-active:before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -6px;
  border: 12px solid transparent;
  width: 0;
  height: 0;
  border-bottom: 0;
  border-top-color: #52aa54;
  z-index: 0;
}
body section#header_section #main-nav #nav ul.dropdown-container {
  display: none;
}
body section#header_section .one-row div.span3 {
  position: relative;
}

body section#content_section {
  border-top: 1px solid #52aa54;
}
  /* Ship page */

section#content_section  .ship-content {
   border-top: solid #52aa54  1px;
}

body section#content_section #promo-row {
  margin: 30px 0 30px 0;
  text-align: center;
  margin-bottom: 30px;
}
body section#content_section #promo-row h1 {
  margin-bottom: 50px;
  margin-top: 10px;
}
body section#content_section #promo-row p {
  margin-top: 30px;
  color: #666666;

}
body section#content_section #promo-row p.contact-info
{
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
}
#home-triptich h3 {
  margin-bottom: 0;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
}
#home-triptich p {
  margin: 0;
}
#home-triptich .item-wrapper {
  padding-left: 50px;
}
#home-triptich .item-wrapper .learn-more-link {
  color: #52aa54;
}
#home-triptich #free-travel .item-wrapper {
  background: url('../images/icon-free-travel.png') no-repeat left -1px;
}
#home-triptich #guaranteed-insured .item-wrapper {
  background: url('../images/icon-guaranteed.png') no-repeat left -1px;
}

#home-triptich #quick-quote div.inline-inputs {
  display: inline-block;
}
#home-triptich #quick-quote .item-wrapper {
  background: url('../images/icon-quick-quote.png') no-repeat left -1px;
}
#home-triptich #quick-quote #quick-quote-form label,
#home-triptich #quick-quote #quick-quote-form input,
#home-triptich #quick-quote #quick-quote-form button,
#home-triptich #quick-quote #quick-quote-form select,
#home-triptich #quick-quote #quick-quote-form textarea {
  font-size: 11px;
  line-height: 12px;
}
#home-triptich #quick-quote #quick-quote-form label {
  display: inline-block;
}
#home-triptich #quick-quote #quick-quote-form .get-quote-btn {
  margin-top: 15px;
  float: left;
  background-color: #52aa54;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  padding: 5px 20px;
}
body section#content_section.ship-content {
  font-size: 12px;
}
body section#content_section.ship-content h2 {
  font-size: 20px;
  line-height: 1em;
  margin-top: 0;
}
body section#content_section.ship-content h3.block-title {
  line-height: 0;
  font-family: "arial narrow", 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-size: 22px;
  text-align: left;
}
body section#content_section.ship-content select {
  font-size: 12px;
}
body section#content_section.ship-content label {
  font-size: 12px;
}
body section#content_section.ship-content label.radio span {
  font-size: 12px;
  display: block;
  font-weight: bold;
  line-height: 1em;
}
body section#content_section.ship-content .bg-green {
  background: #52aa54;
}
body section#content_section.ship-content .bg-orange {
  background: #ff9900;
}
body section#content_section.ship-content .bg-blue {
  background: #4d8dbc;
}
body section#content_section.ship-content a.field-description {
  font-size: 11px;
  font-weight: bold;
  border-radius: 3px;
  width: 17px;
  text-align: center;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
}
body section#content_section.ship-content a.field-description:hover {
  color: #fff;
  text-decoration: none;
}
body section#content_section.ship-content a.delete-button {
  font-size: 16px;
  font-weight: bold;
  border-radius: 3px;
  width: 17px;
  text-align: center;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  background: #cecece;
}
body section#content_section.ship-content a.delete-button:hover {
  color: #fff;
  text-decoration: none;
}
body section#content_section.ship-content #ship-header {
  margin: 19px 0 20px 0;
}
body section#content_section.ship-content #ship-header span.ship-logo {
  background: url('../images/ship.png');
  display: block;
  width: 60px;
  height: 58px;
}
body section#content_section.ship-content #ship-header .btn-group {
  margin: 28px 0 0;
}
body section#content_section.ship-content #users-area {
  border-bottom: 0px solid #52AA54;
}
body section#content_section.ship-content #users-area .from-top label,
body section#content_section.ship-content #users-area .to-top label {
  vertical-align: top;
}
body section#content_section.ship-content #users-area .from-top label.radio,
body section#content_section.ship-content #users-area .to-top label.radio {
  height: 30px;
}
body section#content_section.ship-content #users-area .length-fix-30 {
  width: 30px;
}
body section#content_section.ship-content #users-area .dropoff {
  width: 93px;
  float: right;
}

body section#content_section.ship-content #users-area .control-label {
  padding-right: 3px;
}
body section#content_section.ship-content #users-area .controls #from-course-name,
body section#content_section.ship-content #users-area .controls #from-other-name,
body section#content_section.ship-content #users-area .controls #to-course-name,
body section#content_section.ship-content #users-area .controls #to-other-name
 {
  width: 183px;
  height: 31px;
  border-radius: 4px 0px 0px 4px;
}

body section#content_section.ship-content #users-area .controls #from-first-part,
body section#content_section.ship-content #users-area .controls #from-second-part,
body section#content_section.ship-content #users-area .controls #to-first-part,
body section#content_section.ship-content #users-area .controls #to-second-part {
  width: 51px;
  height: 31px;
  float: left;
  margin-right: 4px;
}
body section#content_section.ship-content #users-area .controls #from-extn,
body section#content_section.ship-content #users-area .controls #to-extn {
  width: 60px;
  height: 31px;
  float: left;
}
body section#content_section.ship-content #users-area .controls #from-show-zip,
body section#content_section.ship-content #users-area .controls #to-show-zip {
  width: 80px;
}
body section#content_section.ship-content #users-area .controls #from-state,
body section#content_section.ship-content #users-area .controls #to-state {
  width: 76% !important;
}
body section#content_section.ship-content .traveler {
  border-bottom: 1px solid #52aa54;
  position: relative;
}
body section#content_section.ship-content .traveler:last-child {
  border-bottom: 0;
}
body section#content_section.ship-content .traveler > h3 {
  font-family: "arial narrow", 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-size: 22px;
  position: relative;
  top: 7px;
  left: 0;
}
body section#content_section.ship-content .traveler .date-holder {
  position: relative;
}
body section#content_section.ship-content .traveler .date-holder img {
  position: absolute;
  right: 8px;
  top: 8px;
}
body section#content_section.ship-content .traveler .radio {
  border: 1px solid #525252;
  border-radius: 6px;
}
body section#content_section.ship-content .traveler .radio .title {
  background: #525252;
  border-radius: 4px;
  padding: 5px 7px;
  color: #fff;
}
body section#content_section.ship-content .traveler .radio .price {
  font-size: 18px;
  padding: 10px 5px 7px;
}
body section#content_section.ship-content .traveler .radio .desc {
  font-size: 8px;
  display: block;
  color: #666666;
}
body section#content_section.ship-content .traveler .radio input {
  margin: 13px 0px 0px 15px;
}
body section#content_section.ship-content .traveler .radio .details {
  font-weight: normal;
  font-size: 10px;
}
body section#content_section.ship-content .traveler .golf-bags,
body section#content_section.ship-content .traveler .luggage {
  padding: 10px 0;
  border-bottom: 1px dotted;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body section#content_section.ship-content .traveler .ski{
  padding: 10px 0;
}

body section#content_section.ship-content .traveler .ski {
  border: 0;
}
body section#content_section.ship-content .traveler .golf-bags-info .v-center-holder  > div[class^="span"],
body section#content_section.ship-content .traveler .cred .v-center-holder  > div[class^="span"],
body section#content_section.ship-content .traveler .pickups .v-center-holder  > div[class^="span"],
body section#content_section.ship-content .traveler .luggage-info .v-center-holder  > div[class^="span"],
body section#content_section.ship-content .traveler .ski-info .v-center-holder  > div[class^="span"] {
  display: table;
}
body section#content_section.ship-content .traveler .golf-bags-info .v-center-holder  > div[class^="span"]  > .v-center,
body section#content_section.ship-content .traveler .cred .v-center-holder  > div[class^="span"]  > .v-center,
body section#content_section.ship-content .traveler .pickups .v-center-holder  > div[class^="span"]  > .v-center,
body section#content_section.ship-content .traveler .luggage-info .v-center-holder  > div[class^="span"]  > .v-center,
body section#content_section.ship-content .traveler .ski-info .v-center-holder  > div[class^="span"]  > .v-center {
  display: table-cell;
  vertical-align: middle;
  height: 28px;
}
body section#content_section.ship-content .traveler .golf-bags-info input[type="text"],
body section#content_section.ship-content .traveler .cred input[type="text"],
body section#content_section.ship-content .traveler .pickups input[type="text"],
body section#content_section.ship-content .traveler .luggage-info input[type="text"],
body section#content_section.ship-content .traveler .ski-info input[type="text"],
body section#content_section.ship-content .traveler .golf-bags-info select,
body section#content_section.ship-content .traveler .cred select,
body section#content_section.ship-content .traveler .pickups select,
body section#content_section.ship-content .traveler .luggage-info select,
body section#content_section.ship-content .traveler .ski-info select {
  margin-bottom: 0;
  height: 31px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body section#content_section.ship-content .traveler .golf-bags-info input[type="text"].numbers-input,
body section#content_section.ship-content .traveler .cred input[type="text"].numbers-input,
body section#content_section.ship-content .traveler .pickups input[type="text"].numbers-input,
body section#content_section.ship-content .traveler .luggage-info input[type="text"].numbers-input,
body section#content_section.ship-content .traveler .ski-info input[type="text"].numbers-input,
body section#content_section.ship-content .traveler .golf-bags-info select.numbers-input,
body section#content_section.ship-content .traveler .cred select.numbers-input,
body section#content_section.ship-content .traveler .pickups select.numbers-input,
body section#content_section.ship-content .traveler .luggage-info select.numbers-input,
body section#content_section.ship-content .traveler .ski-info select.numbers-input {
  width: 50px;
}
body section#content_section.ship-content .traveler .golf-bags-info label.choose-day-box,
body section#content_section.ship-content .traveler .cred label.choose-day-box,
body section#content_section.ship-content .traveler .pickups label.choose-day-box,
body section#content_section.ship-content .traveler .luggage-info label.choose-day-box,
body section#content_section.ship-content .traveler .ski-info label.choose-day-box {
  text-align: center;
  padding: 2px 2px 5px 2px;
  text-align: center;
  line-height: 20px;
  margin: 0 auto;
  width: 124px;
}
body section#content_section.ship-content label.arrive-on {
margin-top: 7px;
}
#total_text{
  text-align: right;
}

body section#content_section.ship-content .traveler .golf-bags-info .delete-button-holder,
body section#content_section.ship-content .traveler .cred .delete-button-holder,
body section#content_section.ship-content .traveler .pickups .delete-button-holder,
body section#content_section.ship-content .traveler .luggage-info .delete-button-holder,
body section#content_section.ship-content .traveler .ski-info .delete-button-holder {
  position: relative;
}
body section#content_section.ship-content .traveler .golf-bags-info .delete-button-holder .delete-button,
body section#content_section.ship-content .traveler .cred .delete-button-holder .delete-button,
body section#content_section.ship-content .traveler .pickups .delete-button-holder .delete-button,
body section#content_section.ship-content .traveler .luggage-info .delete-button-holder .delete-button,
body section#content_section.ship-content .traveler .ski-info .delete-button-holder .delete-button {
  margin-left: 4px;
  position: absolute;
  top: 6px;
}

body section#content_section.ship-content .traveler .golf-bags-info .field-description-holder,
body section#content_section.ship-content .traveler .cred .field-description-holder,
body section#content_section.ship-content .traveler .pickups .field-description-holder,
body section#content_section.ship-content .traveler .luggage-info .field-description-holder,
body section#content_section.ship-content .traveler .ski-info .field-description-holder {
  position: relative;
}
body section#content_section.ship-content .traveler .golf-bags-info .field-description-holder select,
body section#content_section.ship-content .traveler .cred .field-description-holder select,
body section#content_section.ship-content .traveler .pickups .field-description-holder select,
body section#content_section.ship-content .traveler .luggage-info .field-description-holder select,
body section#content_section.ship-content .traveler .ski-info .field-description-holder select {
  width: 85%;
  padding-left: 0px;
}
body section#content_section.ship-content .traveler .golf-bags-info .field-description-holder .field-description,
body section#content_section.ship-content .traveler .cred .field-description-holder .field-description,
body section#content_section.ship-content .traveler .pickups .field-description-holder .field-description,
body section#content_section.ship-content .traveler .luggage-info .field-description-holder .field-description {
  position: absolute;
  right: 0px;
  top: 9px;
}
.golf-bag-count .custom-size-drop-down .field-description{
  margin-right: -16px;
}

.custom-luggage-size-drop-down .field-description{
  right: -19px !important;
}
body section#content_section.ship-content .traveler .ski-info .field-description-holder .field-description{
  position: absolute;
  right: -17px;
  top: 9px;
}
.custom-ski-insurance-drop-down .field-description{
  right: -1px !important;
}
body section#content_section.ship-content .traveler .pickups .col-md-4 .row {
  margin-bottom: 10px;
}
body section#content_section.ship-content .traveler .luggage {
  /*If ski detail is enable*/
  /*border-bottom: 1px dotted;*/
  border-bottom: 1px dotted;
}
body section#content_section.ship-content .traveler .green {
  border-color: #52AA54;
}
body section#content_section.ship-content .traveler .green .title {
  background: #52AA54;
  border-color: #52aa54;
}
body section#content_section.ship-content .traveler .green .title {
  background: #52aa54;
}
body section#content_section.ship-content .traveler .orange {
  border-color: #f29301;
}
body section#content_section.ship-content .traveler .orange .title {
  background: #f29301;
}
body section#content_section.ship-content .traveler .blue {
  border-color: #4d8dbc;
}
body section#content_section.ship-content .traveler .blue .title {
  background: #4d8dbc;
}
body section#content_section.ship-content .traveler .add-traveler {
  color: #666666;
  text-decoration: none;
  padding: 0 0 5px 20px;
}
body section#content_section.ship-content .traveler .add-traveler:hover {
  text-decoration: none;
}
body section#content_section.ship-content #payment {
  position: relative;
  border-top: 1px solid #52AA54;
  border-bottom: 1px solid #52AA54;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
body section#content_section.ship-content #payment h3 {
  font-family: "arial narrow", 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-size: 22px;
  height: 15px;
}
body section#content_section.ship-content #payment .payment-type {
  padding: 17px 0 0 7px;
}
body section#content_section.ship-content #payment .form-name {
  margin-top: 20px;
  overflow: hidden;
}
/*body section#content_section.ship-content #payment .form-name .control-label {
  width: 70px;
}*/

body section#content_section.ship-content #payment .form-card {
  margin-bottom: 0px;
}

body section#content_section.ship-content #payment .cards {
  width: 100%;
  text-align: right;
  padding: 0 0 11px 0;
}
body section#content_section.ship-content #payment input#expiration-yy,
body section#content_section.ship-content #payment input#expiration-mm,
#expiration-mm,#expiration-yy {
  width: 45px;
}
body section#content_section.ship-content #payment input#security-code {
  width: 63px;
}
body section#content_section.ship-content #payment .security-label {
  padding: 8px 9px 0px 22px;
}
body section#content_section.ship-content #order {
  padding: 20px 0 0px 0;
}
body section#content_section.ship-content #order .order-table {
  /*width: 450px;*/
}
body section#content_section.ship-content #order .order-table .title {
  font-weight: bold;
  /*border-bottom: 1px solid;*/
  text-align: center;
  min-height: auto;
}
body section#content_section.ship-content #order .order-table .title .num {
  text-align: right;
}
body section#content_section.ship-content #order .order-table .title [class*="span"] {
  min-height: auto;
}
body section#content_section.ship-content #order .order-table .client-row {
border-top: 1px solid;
}
body section#content_section.ship-content #order .order-table .client-name {
  vertical-align: middle;
}
body section#content_section.ship-content #order .order-table .product {
  text-align: right;
  /*padding-bottom: 7px;
  padding-right: 15px;*/
}
.name-of-luggage, .total-price-of-luggage{
  padding-right: 0 !important;
}

body section#content_section.ship-content #order .order-table .price {
  text-align: center;
  padding-bottom: 7px;
}
body section#content_section.ship-content #order .order-table .margin-bottom-7px {
  padding-bottom: 7px;
}
body section#content_section.ship-content #order .order-table .summ,  body section#content_section.ship-content #order .order-table .summ-text{
  text-align: center;
  font-weight: bold;
}
body section#content_section.ship-content #order .order-table .summ [class*="span"] {
  min-height: 20px;
}
body section#content_section.ship-content #order .order-table .summ .border,  body section#content_section.ship-content #order .order-table .summ-text .border{
  border-top: 1px solid #CECECE;
}
body section#content_section.ship-content #order .order-table .total {
  font-weight: bold;
  border-top: 2px solid #A1A1A1;
  border-bottom: 2px solid #A1A1A1;
}
body section#content_section.ship-content #order .order-table .total span {
  color: #52aa54;
  float: right;
  padding: 0 10px 0 0;
}
body section#content_section.ship-content #order .order-table .order-total {
  color: #52aa54;
  /*float: right;*/
  /*padding: 0 10px 0 0;*/
}
body section#content_section.ship-content #order .order-table a.order-button {
  font-size: 16px;
  color: #fff;
  background: #52aa54;
  border-radius: 8px;
  padding: 4px 8px;
  display: block;
  margin: 10px 0 0 0;
}
body section#content_section.ship-content #order .order-table .button-order, .button-order-info {
  font-size: 16px;
  color: #fff;
  background: #52aa54;
  border-radius: 8px;
  padding: 4px 8px;
  display: block;
  margin: 10px 0 0 0;
}
body #push {
  max-height: 150px;
}
body #footer.normal-footer {
  width: 100%;
  padding-bottom: 5px;
  background-color: #e6e6e6;
  position: absolute;
}
body #footer.microsite-footer {
  padding-bottom: 5px;
  background-color: #e6e6e6;
  position: static;
}
body #footer .container {
  text-align: center;
}
body #footer ul#footer-nav {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}

body #footer ul#footer-nav a {
  color: #666666;
  font-size: 12px;
}
body #footer .contact-us {
    color: #666666;
    font-size: 12px;
    height: 30px;
}
body #footer .contact-us a {
    color: #666666;
}
body #footer ul#footer-nav a:hover {
  background-color: transparent;
}
body #footer #copyright {
  font-size: 10px;
}
body #footer .centered {
  text-align: center;
  margin: 0 auto;
}
body #footer #social-bookmark {
  background-color: red;
  height: 26px;
}
body #footer a.soc-link-facebook {
  background: url("../images/icon_set.png") no-repeat scroll -4px -4px;
  height: 26px;
  width: 26px;
  display: inline-block;
}
body #footer a.soc-link-facebook:hover {
  background: url("../images/icon_set.png") no-repeat scroll -4px -34px;
}
body #footer a.soc-link-twitter {
  background: url("../images/icon_set.png") no-repeat scroll -34px -4px;
  height: 26px;
  width: 26px;
  display: inline-block;
}
body #footer a.soc-link-twitter:hover {
  background: url("../images/icon_set.png") no-repeat scroll -34px -34px;
}
body #footer a.soc-link-linkedin {
  background: url("../images/icon_set.png") no-repeat scroll -64px -4px;
  height: 26px;
  width: 26px;
  display: inline-block;
}
body #footer a.soc-link-linkedin:hover {
  background: url("../images/icon_set.png") no-repeat scroll -64px -34px;
}
body #footer a.soc-link-youtube {
  background: url("../images/icon_set.png") no-repeat scroll -94px -4px;
  height: 26px;
  width: 26px;
  display: inline-block;
}
body #footer a.soc-link-youtube:hover {
  background: url("../images/icon_set.png") no-repeat scroll -94px -34px;
}
body #footer a.soc-link-rss {
  background: url('../images/icon-rss.png') no-repeat left top;
  height: 26px;
  width: 26px;
  display: inline-block;
}
body #footer a.soc-link-rss:hover {
  background: url(../images/icon-hover-rss.png) no-repeat left top;
}
body #footer a.soc-link-google {
  background: url("../images/icon_set.png") no-repeat scroll -124px -4px;
  height: 26px;
  width: 26px;
  display: inline-block;
}
body #footer a.soc-link-google:hover {
  background: url("../images/icon_set.png") no-repeat scroll -124px -34px;
}
body #footer #nyt {
  background-image: url('../images/featured-nyt.png');
  background-repeat: no-repeat;
  height: 40px;
}
body #footer #msnbc {
  background-image: url('../images/featured-msnbc.png');
  background-repeat: no-repeat;
  height: 40px;
}
body #footer #wsj {
  background-image: url('../images/featured-wsj.png');
  background-repeat: no-repeat;
  height: 40px;
}
body #footer #golf {
  background-image: url('../images/featured-golf-channel.png');
  background-repeat: no-repeat;
  height: 40px;
  margin-left: 30px;
}
body #footer #featured-text {
  margin-top: 1.5ex;
  font-size: 12px;
}
.arrow-down {
  background: url('../images/arrow-down.png') no-repeat center bottom;
  padding: 0 0 26px 0;
}
i {
  display: block;
}
i.icon-master-small {
  width: 37px;
  height: 23px;
  background: url('../images/icon-mastercard.png') no-repeat;
}
i.icon-visa-small {
  width: 37px;
  height: 23px;
  background: url('../images/icon-visa.png') no-repeat;
}
i.icon-amex-small {
  width: 37px;
  height: 23px;
  background: url('../images/icon-amex.png') no-repeat;
}
i.icon-discover-small {
  width: 37px;
  height: 23px;
  background: url('../images/icon-discover.png') no-repeat;
}
.popover {
  border: 2px solid #222;
  width: 276px;
}
.ship-page-login-popover .arrow{
  margin-left: 112px !important;
}
.popover.bottom .arrow {
  top: -17px;
  left: 36%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: transparent;
  border-top-width: 0;
}
.popover.bottom .arrow:after {
  top: 3px;
  margin-left: 29px;
  border-bottom-color: #000;
  border-top-width: 0;
  border-width: 7px;
}
div.controls .icon-search {
  margin-top: 3px;
}
.clear{
  clear:both;
}
.alert-message.block-message {
  background-image: none;
  background-color: #fdf5d9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 14px;
  border-color: #fceec1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.alert-message .close {
position: relative;
top: 4px;
right: -5px;
line-height: 20px;
}
.alert-message {
  position: relative;
  padding: 2px 15px;
  margin-bottom: 18px;
  color: #000000;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn.danger, .alert-message.danger, .btn.error, .alert-message.error {
  color: #ffffff;
  background-color: #C43C36;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.success, .alert-message.success {
background-color: #57a957;
color: #ffffff;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
background-image: -moz-linear-gradient(top, #62c462, #57a957);
background-image: -ms-linear-gradient(top, #62c462, #57a957);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
background-image: -o-linear-gradient(top, #62c462, #57a957);
background-image: linear-gradient(top, #62c462, #57a957);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #57a957 #57a957 #3d773d;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
:root .alert-message, :root .btn {
  border-radius: 0;
}

.alert-message.block-message.error, .alert-message.block-message.success, .alert-message.block-message.info {
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-message.block-message.error {
  background-color: #fddfde;
  border-color: #fbc7c6;
}

/*Login*/
#login_items #deviseLink{
  margin-top:5px;
}
#login_items #deviseLink a.deviseLink{
  color: #52aa54;
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
}
/*Facebook Login*/
.division {
display: inline-block;
margin: 17px 0 23px;
position: relative;
text-align: center;
width: 93%;
}
.division hr {
border-color: #E2E2E4;
border-width: 1px;
margin: 0;
position: absolute;
width: 32%;
}
.division hr.left {
top: 7px;
}
.division hr.right {
bottom: 6px;
right: 0;
}
.facebook-signin img{height: 30px;width: 180px;margin-right: 13px;}
.btn.smaller{margin-right: 17px;}
.facebook-login-popup{margin-top: 5px;}
.facebook-option{text-align: center;}
.modal-title{padding: 5px 0 0 10px;font-style: normal;}
.modal-body .date-holder img {
    position: absolute;
    right: 8px;
    top: 8px;
}
.quickquote-result{

}
.quickquote-result-table tr:nth-of-type(even) {
  background-color:#dcf7b0;
}
.quickquote-result-table tr:nth-of-type(odd) {
  background-color:#abe557;
}
table.quickquote-result-table tr td > label{
  margin-top: 5px;
}
.quickquote_from,.quickquote_to{
  /*padding-left:50px;*/
}
.quickquote-result-table th,.quickquote-result-table td{
/*font-size: 12px*/
}
.quickquote-result-table{
  margin-bottom:3px;
}
.quickquote-result-table .transit-time{
  font-weight: normal;
}
table th, table td {
  padding: 10px 10px 9px;
  line-height: 18px;
  text-align: left;
}


a.remove-traveler{
  margin-left: 2px;
  margin-top: 4px;
}

.get-ship-btn{
  color: #FFF;
  font-weight: 600;
  background-color: #52aa54;
  padding: 1px 8px;
  border-radius: 10px;
}
.get-ship-btn:hover{
  color: #FFF;
}

.static-page-header h2, .static-page-header h1{
  color: #52aa54;
  font-size: 45px;
  padding-top: 10px;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  padding-bottom:16px;
}

.ship-logo-text{
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  color: #52AA54;
  font-size: 45px;
  font-weight: bold;
  margin-top: 13px;
}

.static-page-header{text-align:left;padding: 0px 0px 0px 10px;}

.partner-body {

}
.partner-tile {
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.50) inset, 0 1px 3px rgba(0, 0, 0, 0.5);
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: #FFFFFF #CCCCCC #CCCCCC #FFFFFF;
  float: left;
  width: 202px;
  height: 135px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.partner-tile img {
  margin: 10px 16px 0 16px;
}
/*how it works*/
.video { position: relative; }

.video a {
   position: absolute;
   display: block;
   background: url(/images/how_it_works/play_icon.png);
   height: 60px;
   width: 60px;
   top: 55px;
   left: 99px;

}
#first-circle {
    margin: 10px auto 0;
  }
#app_alerts{width: 59%;margin-left: 8%;}

a{color: #52AA54;}

/*placeholder text*/
::-webkit-input-placeholder {
  font-size: 11px;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: 11px;
}

::-moz-placeholder {  /* Firefox 19+ */
  font-size: 11px;
}

:-ms-input-placeholder {
  font-size: 11px;
}

.facebook-login img,.facebook-login-popup img{height: 33px;width: 170px;}

.btn.signinButton,.btn.btn-primary.sign-up,.actions .sign-up,.signin .sign-up,.register-submit-button.sign-up{font-size: 16px;
  color: #fff;
  background: #52aa54;
  border-radius: 0px;
  display: inline-block;
}
.bg-green {
  background: #52aa54;
}
.bg-blue {
  background: #4c8cba;
}

.bg-orange {
  background: #ff9900;
}

legend{border-color: #52aa54;font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;font-weight: bold;font-size: 20px;float: left;}

a.field-description {
  font-size: 9px;
  font-weight: bold;
  border-radius: 3px;
  width: 17px;
  text-align: center;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
}
a.field-description:hover {
  color: #fff;
  text-decoration: none;
}

td.table_header{color: #999999;font-size: 12px;}
.order_track td,.table.order_track tbody{text-align:center;border-top: 0px;border-bottom: 0px;}

.order_track td.last_row_border{border-bottom: 1px solid;border-color: #999;}

 #signin_modal {min-width: 680px;min-height: 350px;}
.modal-header {border-bottom: none;}
.control-label.ship-reg{width:110px;}
.login-loader{float: right;padding: 8px;}

.item-wrapper ul{font-size: 12px;
                line-height: 22px;
                font-family: 'Open Sans', Helvetica, Arial, sans-serif;}
.learn-more-link{font-size: 13px;}
.items-list{padding-bottom: 20px;}
.footer-text{background-color: #fff;font-style: italic;font-size: 13px;text-align: center;}
.register-modal-text{font-size: 16px;text-align: center;}
.drop_off_modal_list li{line-height: 25px;}

.force-login-form-errors{color: red;margin-left: 250px;}

a.remove-traveler{
  font-size: 15px;
  font-weight: bold;
  border-radius: 3px;
  text-align: center;
  zoom: 1;
  color: #fff;
  background: #cecece;
  padding: 3px 3px;
  text-decoration: none;
}

.submit-btn .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 4px solid #f00;
  border: 4px solid rgba(255, 0, 0, 1);
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}
.submit-btn .popover-content {
  color: red;
  font-weight: bold;
  padding: 0px 12px;
}

.submit-btn .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.submit-btn .popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #f00;
  border-top-color: rgba(255, 0, 0, 1);
  border-bottom-width: 0;
}
.submit-btn .popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #f00;
  border-bottom-width: 0
}
.luggageType .luggageImage {text-align: center;width:50px;}
.luggageType td .luggageTypeHead{display: block;}
.luggageType{border:none;width: 300px; }
.luggageContent{width: 70px;}
.luggage_div .popover .popover-content {

  padding: 0px 0px;
}

@media print
{
.noprint {display:none;}

}


a#upgrade_shipment.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

a#cancel_upgrade{
  margin-right: 5%;
  padding-top: 6px;
}

div#upgrade_form .select_service{
  margin-right: 0px;
}

.strike { text-decoration: line-through;}
.disabled-reprint{pointer-events: none; cursor: default;color:#CCC;}

.no-manage-carrier{
  clear: both;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  white-space: nowrap;
  color: rgb(119, 119, 119);
}
#home-triptich h2, h3-to-h2{
  font-family: 'Open Sans Condensed',Helvetica,Arial,sans-serif;
  font-size: 24.5px;
  margin-bottom: 0;
}
.step-under-text{
  font-weight: bolder;
  font-size: 1.2em;
  color: black;
  margin: 0 0 5px 0;

}
.how-to-ship h2, .create-an-account h2{
  font-family: 'Open Sans Condensed',Helvetica,Arial,sans-serif;
  font-size: 22px;
  line-height: 20px;
}
.home-page-video{
  width:323px;
  border: 1px solid rgb(132, 190, 64);
  text-align:center;
  margin: 15px auto;
}
.video-link{
  font-family: 'Open Sans Condensed',Helvetica,Arial,sans-serif;
  font-size: 25px;
  font-weight: 600;
  display: block;
  text-align: center;
}
#home-alert{
  margin-left: 16px;
  text-align: justify;
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #666666;
}
#home-page-video{
  display:none;
  width:580px;
}
.review-block{
  color: #404040;
  margin-left: 0;
  margin-top: 20px;
  padding: 20px;
}
.review-block p{
  text-align: justify;
  font-size: 13px;
  line-height: 20px;
}
.review-title{
  margin-bottom: 5px;
  margin-top: 5px;
  min-height: 40px;
  font-style: italic;
}
body #rating a{
  font-size: 10px;
  color:black;
}
.order-id{
  padding-left: 8px;
  float: left;
}
body section#content_section.ship-content #payment .card-info{
  margin-top: -20px;
}
.featured-on-section{
  background-image: url("../images/logo_background.png");
    background-repeat: no-repeat;
    height: 140px;
    width:100%;
    background-size: 100% 100%;
}
.feartured-on-label{
  color: #666666;
  font-size: 13px;
  font-weight: 600;
  padding-top: 10px;
  text-align: center;
}


#package-roundtrip-selection-block input.btn,
#luggage-roundtrip-selection-block input.btn,
#ski-roundtrip-selection-block input.btn{
  box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
#package-roundtrip-selection-block button.btn.roundtrip.roundtrip-selection,
#ski-roundtrip-selection-block button.btn.roundtrip.roundtrip-selection,
#luggage-roundtrip-selection-block button.btn.roundtrip.roundtrip-selection{
  border-radius: 3px 0px 0px 3px;
  background-color: #FFF;
  background-image: none;
  box-shadow: none;
}
#package-roundtrip-selection-block .btn-group label.v-center,
#luggage-roundtrip-selection-block .btn-group label.v-center,
#ski-roundtrip-selection-block .btn-group label.v-center{
  float: left;
  margin-top: 3px;
}
#package-roundtrip-selection-block button.btn.single.roundtrip-selection, #ski-roundtrip-selection-block button.btn.single.roundtrip-selection,
#luggage-roundtrip-selection-block button.btn.single.roundtrip-selection{
  border-radius: 0px 3px 3px 0px;
  box-shadow: none;
  background-image: none;
  background-color: #FFF;
}
#ski-roundtrip-selection-block button.btn.active.roundtrip-selection{
  background-color: #4D8DBC !important;
  box-shadow: none;
  background-image: none;
  color: white;
  text-shadow: none;
  font-weight: bold;
}
#package-roundtrip-selection-block button.btn.active.roundtrip-selection{
  background-color: #52aa54 !important;
  box-shadow: none;
  color: white;
  text-shadow: none;
  font-weight: bold;
}
#luggage-roundtrip-selection-block button.btn.active.roundtrip-selection{
  background-color: #FF9900 !important;
  box-shadow: none;
  color: white;
  text-shadow: none;
  font-weight: bold;
}
.buttons-radio-roundtrip > label, .ski-buttons-radio-roundtrip{
  margin-left: 5px;
  margin-right: 5px
}
.buttons-radio-roundtrip > label input{
  margin-left: 10px;
  margin-right: 5px;
  margin-top: 2px;
}
.icon.golf_bag,.icon.luggage_bag,.icon.ski_bag{
    background-image: url("/v2/images/golf_bag.png");
    display: inline-block;
    height: 32px;
    position: relative;
    width: 32px;
    margin-left: 5px;
}
.icon.luggage_bag{
  background-image: url('/v2/images/luggage_bag.png');
}
.icon.ski_bag{
  background-image: url('/v2/images/skis.png');
}
.shipment-details{
	/*padding-left: 9px;*/
	font-size: 23px;
	line-height: 21px;
}
.order-id-field{
	float: left;
	padding-right: 15px;
	font-size: 16px;
	line-height: 30px;
}
.location-type{
	float: left;
}
.reprint-label{
	float: left;
	font-size: 17px;
	position: relative;
	top: 5px;
}
.reprint-label-two{
	font-size: 17px;
}

.shipment-round-trip-tracking-id{
	/*padding-left: 10px;*/
	float: left;
	clear: both;
	color: #000;
	font-size: 16px;
	line-height: 40px;
	margin-top: -8px;
}
.ship-details-font{
	color: black;
	position: relative;
	bottom: 2px;
	font-size: 16px !important;
}

.order_track .table_header{
	color: #000000;
    font-weight: bold;
    font-size: 14px !important;
}
/*css for share our services*/
.share-our-servies{
	background-color: #52AA54;
  text-align: center;
  margin-top: 20px;
  padding: 10px;
}
.share-our-servies-text{
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
}

.social-share-fields{
	margin-top: 20px;
  text-align: center;
}

.small-triangle-facebook{
	border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 10px solid #52aa54;
  float: left;
  margin-left: 305px;
}
.small-triangle-twitter{
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 10px solid #52aa54;
  float: left;
  margin-left: 135px;
}
.small-triangle-email{
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 10px solid #52aa54;
  float: left;
  margin-left: 135px;
}
.share-link-text{
	font-size: 16px;
  margin-bottom: -20px;
  margin-top: 20px;
  text-align: center;
}
.receipt-share-link-img img{
  margin-bottom:10px;
}
.auth-part-one, .auth-part-two{
  float: left;
}
.auth-part-one .error, .auth-part-two .error{
  float: left;
}

/*sub-menu style*/
.dropdown-submenu a{
  background-color: transparent !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a{
  color: #FFF;
  background-color: #444 !important;
}
.dropdown-menu .divider{
  border-bottom: 1px solid #0C0C0C !important;
  background-color: gray !important;
}

/*end 0f sub-menu style*/

/*css for on page loading*/
#infscr-loading{
  position: relative;
  left: 404px;
}
#pickup-pagination .pagination{
  display: none;
}
#infscr-loading, #infscr-loading img{
  width:90px;
}
#infscr-loading div{
  text-align: center;
}
/*end of css for on page loading*/

#profile-caret{
  margin-left: 5px;
  margin-top: 10px;
}

/*css for ship page registration popup*/
.singup-termsandCondtions{
  margin-right: 0px;
  font-size: 16px;
  color: #fff;
  background: #52aa54;
  border-radius: 8px;
  display: inline-block;
  width: 197px;
  margin-left: 12px;
}

.ajax-loader{
  float: right;
  position: relative;
  left: 253px;
  margin-top: -30px;
  padding: 0px !important;
}
.terms-and-condition{
  display:none;
}
.modal-body.tnc-body{
  padding-top: 0;
  height:200px;
}
.break-word{
  word-wrap:break-word;
}
.modal-header.terms-model-header{
  background-color: #F5F5F4;
  border-bottom: 1px solid #DDDDDD;
  border-radius: 6px 6px 0 0;
  padding-bottom: 0;
}
.modal-footer.terms-model-footer{
  text-align: left;
}
.image-border{
  border-style: solid;
  border-width: 1px;
}
.how-it-works-description{
  margin-top: -40px;
}
/*end of css for ship page registration popup*/


/*new style for ship page*/
#users-area{
  padding-left: 0;
  padding-right: 0;
}
#travelers{
  padding-bottom: 25px;
  padding-top: 10px;
}
.float-left{
  float: left;
}
.other-address{
  margin-left: 3px;
  margin-top: 10px !important;
}
#ship_from{
  float: left;
  width: 100%;
}

.ship-from .form-control, .ship-to .form-control{
  height: 31px;
}
.input-append{
  float: left;
  padding-top: 3px;
}
.ship-from .control-label {
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}
.dropoff-at{
  margin-top: 9px !important;
}
.ship-to .control-label {
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}
.traveler label{
  font-weight: normal;
}
.right-padding-zero{
  padding-right: 0;
}
.left-padding-zero{
  padding-right: 0;
}
.custom-drop-down-color{
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.payment-type .radio{
  margin-top: 0;
}
.date-seprator{
  float: left;
  margin-top: 5px;
  font-size: 15px;
}
.ship-new-card-form{
  padding-bottom: 10px;
  padding-top: 7px;
}
body section#content_section.ship-content .control-group {
  margin-bottom: 10px;
}
.button-order{
  padding: 3px 6px;
}
#final-error-block{
  padding: 9px;
  text-align:center;
  display:none;
  margin-top:20px;
}
.large-text-box{
    width:260px;
}
.last-name-authorized{
  margin-right:70px;
}
.card-number-authorized{
  width:90px;
}
#store_card_information{
  margin-left:3px;
  margin-top: 0;
}
.expiration-date-authorized{
  margin-left:5px;
}
.sales_club_dropdown{
  margin-top:10px;
  margin-bottom: 10px;
  margin-left: 12px;
  width: 60% !important
}
.secure-lock{
  height: 22px;
}
.ski_count{
  padding-left: 0;
  width: 40px;
  margin-left: 1px;
}
.bag-count-dropdown{
  margin-left:1px;
  padding-left:0px;
  width:52px !important;
  padding:6px 0px !important;
}
.insurance-drop-down{
  width: 99%;
}
.price-drop-down{
  padding-left:0px;width:93%
}
.phn-number-divder{
  float: left;
  margin-top: 5px;
  margin-right: 3px;
  margin-left: 3px;
}
.loader_placeholder{
  margin-right: 213px;
  padding-bottom: 15px;
}

/*end of new style for ship page*/



/*start of rsponsive css*/
.form-control {width:100%;}
/*.popover {max-width:400px; z-index: 9999;}*/

.ship-page-login-popover{
  top: 43px;
  left: 70% !important;
  display: block
}
.menu-green{
  background-color: #52aa54;
  margin: 7px 0px 0px 0px;
}
.menu-green .navbar-toggle{
  padding: 0px 0px !important;
  display: block !important;
}
.padding-right{
  padding-right: 26px;
}
.padding-left{
  padding-left: 20px;
}
.middle-section{
  margin-top:40px;
}
.custom-manage-drop-down li a{
  height: 27px !important;
}
.navbar-nav > li > a{
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-brand {
  height: auto;
  padding: 10px 10px;
  font-size: 20px ;
  font-weight: 200;
}
.navbar{
  min-height: 41px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
  margin-left: -10px !important;
}
.nav{
  padding-left: 10px;
}
.manage-carrier{
  float: left;
  padding-left: 0px;
}
.manage-club-name{
  float: left;
  padding-right: 127px;
  padding-left: 0px;
}
.v2-registration .form-group{
  margin-left: -52px;
}

.create-account .static-page-header h2{
  padding-top: 8px;
}
.form-horizontal label{
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

.create-account{
  margin-left: -7px;
}
.help-tooltip{
  display: initial;
}
.color-white{
  color: white !important;
}
.submit-problem{
  min-height:100px
}
.forgot-container{
  padding-left: 15px;
}
.forgot-devise-link{
  margin-left: -14px;
}
.registration-edit{
  padding-left: 10px;
}
.phn-divider{
  float: left;
  top: 5px;
  position: relative;
}
#terms_checkbox{
  /*float: left;*/
}
.golftec{
  width: 52px; float:left;
}
.red-color{
  color:red;
}
.ajax-loader-support .ajax-loader{
  float: right;
  position: absolute;
  margin-top: 56px;
  padding: 0px !important;
  left: 118px;
}
.feature-images .img-responsive{
  display: inline-table !important;
}
.custom-luggage-additional-div{
  padding-right: 0;
  padding-left: 0;
}
.lenght-fix-to{
 margin-top: 19px;
}
body section#content_section.ship-content #payment .form-name .control-label{
  padding-right: 6px;
}
.card-number-div{
  padding-left: 0;
}
.card-number-authorized{
  width: 98px;
}
.card-number-div .controls{
  width: 188px;
}
.expiration-date-authorized{
  margin-left: -14px;
  width: 100%;
}

.expiration-date-authorized .controls .field-description{
  margin-left: 4px;
  margin-top: 6px;
}
.custom-additional-div, .golf-bag-count, .custom-insurance-div{
  float: left;
}
.btn-color-form{
  background-color: rgb(221, 220, 220);
}
/*css for travler details for tablet view*/
.custom-width-travler .col-sm-9{
  width: auto;
  padding-right: 0;
}
.left-padding-zero{
  padding-left: 0;
}
/*end*/
.custom-luggage-insurance-text, .custom-insurance-text{
  padding-left: 0;
}
.golf-bag-count{
  padding-left: 0;
  padding-right: 0;
}
.luggage-count{
  padding-left: 0;
}
.skis-count{
  padding-left: 0;
}
.custom-ski-insurance-text{
  padding-left: 0;
}
.golf-bags-info, .luggage-info, .ski-info{
  /*padding-left: 10px;*/
}
.custom-pickup-servies .v-center-holder .col-md-4{
  padding-right: 0;
}
.expiration-date-authorized .control-label{
  margin-left: -3px;
}
#ship_from .form-group .controls .input-append{
  width: 100%;
}

#ship_to .form-group .controls .input-append{
  width: 100%;
}
body section#content_section.ship-content .traveler h3.block-title{
  margin-left: 5px;
  margin-top: -3px;
}
@media (min-width: 1200px) {
  body #footer ul#footer-nav.footer-nav-padding{
    padding-left: 245px;
  }

  body #footer ul#footer-nav.microsite-footer-nav-padding{
    padding-left: 60px;
  }

   #store_card_information{
    margin-left: 93px;
  }
  body section#content_section.ship-content h3.block-title.to-from-title{
    text-align: right;
  }
  body section#content_section.ship-content #users-area .from-top > .no-padding,
  body section#content_section.ship-content #users-area .to-top > .no-padding{
    margin-left: 6%;
  }
  #ship_from .form-group .controls{
    float: left;
    width: 249px;
  }
  .custom-total-div .custom-total{
    /*margin-left: 163px;
    padding-right: 29px;*/
  }
 .email-alignment{
    margin-left: 0px;
 }
 .custom-total-div .custom-total{
    /*margin-left: 199px;
    padding-right: 33px;*/
 }
  .traveler-sum .col-sm-8{
    /*margin-left: 10px;*/
  }
  .traveler-sum .col-sm-3{
    /*margin-left: 5px;*/
  }
  .summ .col-sm-12 .col-sm-8{
    margin-left: 10px;
  }
   body section#content_section.ship-content .traveler .golf-bags,
  body section#content_section.ship-content .traveler .luggage {
    border-bottom: 1px dotted;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body section#content_section.ship-content .traveler .ski{
    padding: 10px 0;
    border-bottom: 1px dotted;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .container {
    width: 970px;
  }
  #ship_from .form-group .control-label, #ship_to .form-group .control-label{
    text-align: right;
  }
  .golfer-details-text-fields .custom-width-travler .col-sm-3, .golfer-details-text-fields .custom-width-travler .col-md-3{
    margin-top: 7px;
  }
  .ship-page-login-popover{
    top: 43px;
    left: 65% !important;
    display: block
  }

  body section#header_section .one-row #main-nav > ul > li:last{
   margin-right: 0px !important;
  }
  .button-coupon .offset3{
    margin-left: 378px;
  }
  .expiration-date-authorized {
    margin-left: -72px;
    width: 57%;
  }
  .button-order{
    margin-top: 0;
  }
  body section#content_section.ship-content #total_text {
    padding-left:23px
  }
  .left-padding-zero{
    padding-left: 0;
  }
  body section#content_section.ship-content .traveler .golf-bags-info label,
  body section#content_section.ship-content .traveler .cred label,
  body section#content_section.ship-content .traveler .pickups label,
  body section#content_section.ship-content .traveler .luggage-info label,
  body section#content_section.ship-content .traveler .ski-info label {
    line-height: 14px;
    padding: 0px 4px 0 0;
    text-align: left;
    display: block;
  }
  .expiration-date-authorized{
    margin-left: -1px;
    width: 62%;
  }
  .modal-content{
    margin-top: 90px;
  }
  .signin-link {
    /*padding-left: 123px;*/
  }
  /*write seperate css for desktop view for travler boxes becuase it get conflicting on mobile and tablet view*/
  .custom-width-travler .col-sm-9{
    width: 75%;
    padding-right: 0;
  }
  /*end*/
}
.mobile-hr{
  float: left;
  width: 100%;
  border-top: 1px dotted #F1EBEB !important;
  color: #fff !important;
}
@media(max-width:767px){
  #store_card_information{
    margin-left: 70px;
  }
    body section#content_section #home-triptich h2, h3-to-h2{
    font-size: 23.5px;
  }
  #header_section #header{
    margin-top: -17px;
  }

  body section#content_section.ship-content #ship-header {
    margin: 5px 0 0px 0;
  }
  body section#header_section {
    padding: 0 0 0;
  }
  .ship-page-login-popover {
    top: 43px;
    left: 20px !important;
    display: block;
  }
  .popover.bottom .arrow:after{
/*    margin-left: -120px !important;*/
  }
  .navbar-custom{
    background-color: #52aa54;
    border-color: #52aa54;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-custom-skis{
    background-color: #4d8dbc;
    border-color: #4d8dbc;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-custom .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background-color: #52aa54;
    border-color: #52aa54;
  }
  .navbar-custom-skis .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background-color: #4d8dbc;
    border-color: #4d8dbc;
  }
  .navbar-custom .navbar-toggle{
    background-color: #52aa54;
    border-color: #52aa54;
  }
  .navbar-collapse{
    border-color: white !important;
    max-height: 100% !important;
  }
  .navbar-nav{
    text-transform: uppercase;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: white;
    font-weight: bold;
  }
  .navbar-fixed-top{
    position: relative;
  }
  .dropdown-menu li a{
    color: white;
    font-weight: bold;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a{
    color: white;
  }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{
    background-color: #6E9968;
  }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a{
    background-color: #6E9968 !important;
  }
  .navbar-brand{
    padding: 17px 13px;
  }
  .navbar-custom .navbar-toggle{
    margin-right: -6px;
  }

  .static-page-header h2, .static-page-header h1{
    font-size: 22px !important;
    padding-top: 5px !important;
  }
  .head-line h2, .home-head-line h1 {
    font-size: 23px;
    line-height: 25px;
  }
  h4.hr_heading {
    font-size: 18px;
  }
  #claim_contact_form{
    font-size: 13px;
  }
  .middle-section{
    margin-top:25px;
  }
  .middle-section h2, .middle-section h3{
    font-size: 19px !important;
  }
  .middle-section h4{
   font-size: 18px !important;
  }
  .menu-btn{
    margin-right: 0px !important;
    margin-left: 10px !important;
    text-decoration: none;
  }
  .v2-logo{
    width: 104px;
    margin-top: 8px;
    margin-bottom: 7px;
    margin-left: 14px;
  }
  .step-head {
    font-size: 1.1em !important;
    font-weight: bold;
  }
  .step-under-text{
    font-weight: bold !important;
    font-size: 1.0em !important;
    color: black;
    margin: 0;
    line-height: 20.5px;
  }
  .padding-right{
    width: 100%;
    padding-right: 0px;
  }
  .mobile-top {
    margin-top: 0em !important;
  }
  .popover.bottom .arrow{
    left: 12%;
  }

  .ship-page-login-popover{
    z-index: 9999;
  }
  .custom-manage-drop-down li a{
    height: 50px;
  }
  .mobile-video-block{
    padding-bottom: 20px;
  }
  .mobile-video a img{
    float: left;
    padding-right: 12px;
  }
  .mobile-video span{
    font-size: 16px;
    font-weight: 600;
  }
  .mobile-video p{
    padding-left: 32px;
  }
  .mobile-video hr{
    width: 77%;
    margin-bottom: 0;
  }
  #first-circle{
    width: 76%;
  }
  .ship-now-container{
    width: 123px !important;
  }
  body section .ship-now-btn{
    font-size: 17px;
    padding: 4px 18px;
    border-radius: 4px;
  }
  .ship-now-btn:hover{
    color: #FFF;
  }
  #home-alert{
    margin-left: 0;
    text-align: center;
    width: 100%;
    float: left;
    font-weight: 600;
  }
  body section#content_section #promo-row{
    margin-bottom: 0px;
  }
  .navbar-header h3{
    margin-top: 16px;
  }
  .v2-registration .form-group{
    margin-left: -25px;
  }
  .my-profile{
    margin-top: -20px;
  }
  .footer-left, .footer-right{
    width: 50%;
    float: left;
  }
  .footer-right{
    width: 50%;
    float: left;
  }
  #footer-nav{
    width: 57% !important;
    text-align: left !important;
    padding-left: 39px;
  }
  .mobile-sign-up{
    position: relative;
    right: 159px;
  }
  .sign-in-facebook{
    position: relative;
    right: 97px;
  }

  dl.faq_list dt a{
    font-size: 17px;
  }
  .faq-header h1{
    font-size: 22px !important;
    line-height: 21px;
  }
  .faq_navigator{
    padding-left: 0px;
  }
  .partner-tile .popover{
    display: none !important;
  }
  .v2-registration .form-group .controls{
    width: 250px;
  }
  .signin .form-group .controls{
   width: 250px;
  }

  /*start of responsive ship page*/
  body section#content_section.ship-content .traveler .golf-bags{
    padding: 10px 0;
  }
  body section#content_section.ship-content .traveler .luggage{
    padding: 26px 0px 10px 4px;
  }
  body section#content_section.ship-content .traveler .ski{
   padding: 26px 0px 10px 0px !important;
  }
  .ship-from .input-append, .ship-to .input-append{
    width: 245px;
  }
  body section#content_section.ship-content h3.block-title{
    margin: 15px 0 8px;
  }
  .golfer-details-text-fields .col-md-3{
    padding-left: 11px;
    text-align: left;
  }
  .block-title.to-from-title{
    text-align: left;
  }
  .golfer-details-text-fields .col-md-9{
    padding-left: 0;
    padding-right: 0;
  }
  .golfer-details-text-fields .form-inline{
    padding: 5px 0;
  }
  .custom-pickup-on{
    text-align: left !important;
  }
  .custom-pickup-service{
    padding-bottom: 10px;
  }
  .padding-bottom-10{
    padding-bottom: 10px;
  }
  .email-alignment, .authorized-text-alignment{
    padding-left: 99px;
  }
  .button-coupon .offset3{
    padding-left: 0;
    float: left;
  }
  .button-coupon .offset3 label{
    float: left;
    padding-left: 0;
  }
  .from-top .golf-lable-facility{
   /* margin-left: 10px;*/
  }
  .order-table .col-sm-7, .order-table .col-sm-2, .order-table .col-sm-6, .order-table .col-sm-5, .order-table .col-sm-1{
    float: left
  }
  .client .col-sm-2, .client .col-sm-3, .client .col-sm-4{
    float: left;
  }
  .traveler-sum .col-sm-7, .traveler-sum .col-sm-2, .traveler-sum .col-sm-6, .traveler-sum .col-sm-8, .traveler-sum .col-sm-3{
    float: left;
  }
  .client-name{
    /*width: 23%;*/
    word-wrap: break-word;
  }
  .traveler-sum .col-sm-7{
    /*margin-left: 79px;*/
    padding-right: 0;
  }
  .summ .offset4 .col-sm-8, .summ .offset4 .col-sm-2{
    float: left;
  }
  .order-table .col-sm-7{
    padding-right: 0;
  }
  body section#content_section.ship-content .traveler .cred label{
    text-align: left;
  }
  .date-format{
    padding-top: 8px;
  }
  .service-options .row .col-sm-2{
    padding-left: 34px;
  }
  .custom-luggage-count-div{
    padding-left: 0 !important;
  }
  .custom-luggage-insurance-text{
    float: left;
  }
  .luggage-count, .golf-bag-count {
    float: left;
    width: 100%;
  }
  .luggage-info{
    margin-left: -9px;
  }
  .custom-luggage-size-drop-down .field-description{
    right: -16px !important;
    top: 5px !important;
  }
  .custom-luggage-insurance-text .custom-insurance-drop-down .field-description{
    margin-top: 29px;
  }
  .custom-insurance-drop-down .field-description{
    right: 1px !important;
    top: 4px !important;
  }
  .custom-luggage-insurance-div .custom-insurance-drop-down .field-description{
    margin-top: 28px !important;
  }
  .skis-count{
    float: left;
    width:100%;
  }
  .ski-text{
    float: left;
    width: 80px;
    word-break: break-word;
    padding-left: 14px;
  }
  .custom-skis-drop-down{
    float: left;
    width: 88px;
  }
  .custom-ski-count-div{
    padding-left: 0 !important;
  }
  .custom-ski-insurance-text{
    margin-left: 0;
  }
  .custom-ski-insurance-text, .custom-luggage-insurance-text{
    padding-left: 15px;
  }
  .btn-group{
    margin-left: 0;
  }
  .ski .buttons-radio-roundtrip{
    margin-left: 0;
  }

  .edit_stored_ship_point .block-border .clearfix .input input{
    margin-left: 34px;
    width: 250px;
  }
  .edit_stored_ship_point .block-border .clearfix label{
    margin-left: 34px;
    text-align: left;
  }
  .edit-buttons{
    padding-top: 20px;
    padding-left: 80px;
  }
  .new_stored_ship_point .block-border .clearfix .input input{
    margin-left: 34px;
    width: 250px;
  }
  .new_stored_ship_point .block-border .clearfix label{
    margin-left: 34px;
    text-align: left;
  }
  .address-book-search-results{
    padding: 30px 0 0 0 !important;
  }
  .signin-link {
    width: auto;
  }
  .left-padding-zero{
    padding-left: 15px;
  }
  body section#content_section.ship-content a.field-description{
    width: 13px;
  }
  .address-table{
    font-size: 16px;
  }
  .ship-to .form-group{
    margin-bottom: 5px;
  }
  .ship-from .form-group{
    margin-bottom: 5px;
  }
  .custom-luggage-size-drop-down .popover{
    left: -180px !important;
  }
  .custom-luggage-size-drop-down .popover .popover-content .luggageType{
    width: 100%;
  }
  .phone-number-text-area .input-append .error{
    float: left;
  }
  #store_card_information{
    margin-left: 97px;
    margin-top: 0;
  }
  /*end of start of responsive ship page*/
}
@media(max-width:767px) and (orientation:landscape){
  #store_card_information{
    margin-left: 70px;
  }
  .luggage-info{
    width: 404px;
  }
  .custom-luggage-insurance-div{
    margin-left: 15px;
  }
  .phone-number-text-area .input-append{
    width: 48%;
  }
}

@media(max-width:767px) and (orientation:portrait){
  #store_card_information{
    margin-left: 70px;
  }
  .custom-price{
    /*margin-left: -5px;*/
  }
  .custom-golfer-tagline{
    padding-left: 0;
  }
   .custom-luggage-size{
    margin-left: 9px;
  }
  .custom-luggage-count-div, .custom-golfer-count-div{
    padding-left: 0;
  }
  body section#content_section.ship-content #payment .cards{
    text-align: left;
    padding: 0 0 7px 26px;
  }
  section#content_section.ship-content #payment .form-name .control-label {
    width: auto !important;
    padding-right: 10px;
  }
  .authorized-form-area .form-horizontal .control-group .controls{
    padding-left: 0;
    padding-right: 0;
  }
  .last-name-authorized{
    margin-right: 0;
  }
  body section#content_section.ship-content #payment .security-label{
    padding: 10px 9px 8px 0px;
  }

  .custom-return-travler{
    word-break: break-word;
    /*width: 100px*/
  }
  .custom-return-outbound{
    word-break: break-word;
    /*width: 65px;
    padding-left: 0;
    padding-right: 0;*/
  }
  .custom-return-text{
    padding-right: 0;
  }
  .custom-return-total{
    padding-right: 0;
  }
  .custom-bag-name{
    /*width: 97px;*/
  }
  .custom-return-price{
    /*padding-right: 0px;
    padding-left: 17px;*/
  }
  .custom-total-price{
    /*padding-left: 17px;
    padding-right: 0;*/
  }
  .custom-price .price, .custom-return-price .price, .custom-total-price .price{
    padding-bottom: 10px !important;
  }
  .custom-outbound-price{
    /*padding-left: 0;
    padding-right: 0;
    margin-left: 17px;*/
  }
  .custom-total-return-price{
    /*padding-left: 0;
    padding-right: 0;
    margin-left:28px;*/
  }
  .custom-total-price-cents{
    /*padding-left: 0;
    padding-right: 0;
    margin-left: 15px;*/
  }
  .custom-total-div{
    padding-left: 0;
    padding-right: 0;
  }
  .custom-total{
    /*padding-right: 31px;
    padding-left: 45px;*/
  }
  .custom-outbound-total-price-cents{
    padding-left: 0;
    padding-right: 17px;
  }
  .custom-return-total-cents{
    padding-left: 0;
    padding-right: 7px;
  }
  .custom-total-order-price-cents{
  /*  padding-left: 0;
    padding-right: 0;*/
  }
  .custom-one-way-total{
    /*padding-left: 137px;*/
  }
  .custom-one-way-order-total{
    /*padding-right: 0;
    margin-left: 7px;*/
  }

  body section#content_section.ship-content #payment .payment-type{
    padding: 0 0 0 16px;
  }
  .traveler-sum .col-sm-8{
    /*margin-left: 81px;*/
  }
  .client .col-sm-5{
    /*padding-left: 0;*/
  }
  .summ .offset4 .col-sm-8, .summ .offset4 .col-sm-2{
    float: left;
  }
  .order-table .col-sm-7{
    padding-right: 6px;
  }
  .traveler-sum .col-sm-3{
    /*margin-left: -1px;*/
    padding-right: 0;
  }
  .order-total {
    /*padding-left: 10px;*/
  }
  .custom-total-div .custom-total{
    /*margin-left: 0;
    padding-right: 22px;*/
  }
  .new-card-alignment{
    margin-left: 12px;
  }
  .card-number-div .controls{
    width: auto;
  }
  body section#content_section.ship-content #payment .form-card .control-label{

  }
  body section#content_section.ship-content #payment input#security-code{
    width: 117px;
  }
  .custom-golbag-count-div{
    width: 1px;
    padding-left: 0;
    padding-right: 0;
  }
  .golf-bag-count{
    width: 100%;
  }
  .custom-golbag-name-div{
    width: 0px;
    padding-right: 0;
    padding-left: 0;
  }
  .custom-luggage-insurance-div, .custom-luggage-insurance-text, .luggage-additional-text, .custom-luggage-additional-textarea, .custom-ski-insurance-text, .custom-ski-insurance-drop-down{
    padding-left: 0;
  }

  .custom-insurance-drop-down, .custom-additional-div{
    padding-left: 0;
  }
  .custom-luggagebag-count-div{
    display: none;
  }
  .custom-luggage-size-div{
    width: 0px;
    padding-left: 0;
    padding-right: 0;
  }
  .custom-ski-size-div{
    width: 0;
    padding-right: 0;
  }
  .custom-skibag-count-div{
    display: none;
  }
  .ski-space{
    margin-left: 0;
  }
  #free-travel .item-wrapper ul, #guaranteed-insured .item-wrapper ul{
    margin-top: 12px;
  }
  .return-golfer-name{
    /*position: absolute;
    top: -6px;
    left: 5px;
    width: 50%;*/
  }
  .order-return-area .order-table{
    padding-top: 18px;
  }
  .phone-number-text-area .input-append{
    width: 86%;
  }
  .luggage-info{
    margin-left: -5px;
  }
  .pickups{
    margin-left: -3px;
  }
  .expiration-date-authorized .controls{
    margin-left: 115px !important;
  }

  .order-table .title .offset1{
    float: left;
  }
  .one-way-client-name .col-sm-5{
    /*width: 132px;*/
  }
  .traveler-second-phone{
    margin-right: 4px;
  }
  #order .order-main-table{
    /*width: 287px;*/
  }
  .custom-subtotal{
    /*margin-left: 4px;*/
  }
  .expiration-date-authorized .controls .field-description{
    margin-left: 34px;
    margin-top: 41px;
  }
}


/*start of potraite mode of iphone*/
@media (max-width: 480px) {
  body section#content_section.ship-content #payment .form-name .control-label{
    width: 108px;
  }
  .quick-links{
    position: relative;
    top: -45px;
    float: left;
    left: 10px;
  }
  .registration-date{
    position: relative;
    top: 36px;
  }
  .registration-date-text{
    position: relative;
    top: 35px;
  }
  .personale-label{
    margin-left: -26px;
  }
  .personale-textarea{
    width: 160%;
  }
  #footer-nav{
    width: 70% !important;
    text-align: left !important;
    padding-left: 11px;
  }
  .custom-manage-drop-down li a{
    height: 50px !important;
  }
  .sign.custom-luggage-insurance-div{
    padding-left: 0;
    padding-right: 0;
  }-in-facebook {
    position: relative;
    right: 0px;
    float: left;
  }
  .location-type-wrapper ul li {
    font-size: 13px !important;
    padding: 7px 18px !important;
  }
  .location-type-wrapper .international-new{
    font-size: 12px !important;
  }
}

@media (max-width: 480px) and (orientation:landscape){
  .quick-links{
    width: 92% !important;
  }
  .sign-in-facebook{
    left: 48px !important;
  }
  .order-table .num{
    /*margin-left: 19px !important;*/
    /*margin-right: 0px !important;*/
  }
  .traveler-sum{
    /*margin-left: 68px !important;*/
  }
  .order-receipt-page .small-text{
    font-size: 10px;
  }
  .order-receipt-page .order-text{
    font-size: 23px;
  }
  .custom-return-outbound{
    /*margin-right: 21px !important;
    margin-left: 6px;*/
  }
  .custom-total{
    /*margin-left: 108px !important;  */
  }
  .auth-part-two{
    padding-top: 13px;
  }
  .client .col-sm-5 {
    /*margin-left: -22px !important;*/
  }
  .submit-btn {
    margin-left: 0px !important;
  }
  .expiration-date-authorized .controls {
     width: 200px !important;
  }
  body section#content_section.ship-content #payment .security-label {
    padding: 8px 9px 0px 0px;
  }

}

/*iphone landscape mode*/
@media(max-width:767px) and (orientation:landscape){
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
    margin-left: 3px !important;
  }
  #first-circle {
    width: 50%;
  }
  .ship-page-login-popover{
    left: 20px !important;
  }
  .user_new .form-group{
    width: 70%;
  }
  .quick-links{
    width: 50%;
  }
  .mobile-sign-up{
    right: 0;
  }
  .sign-in-facebook{
    float: left;
    position: relative;
    left: 132px;
  }
  .ship-page-login-popover{
    left: 707px;
  }
  .order-table .num{
    /*margin-left: 81px;*/
  }
  .traveler-sum .col-md-6{
    float: left;
    /*margin-left: 42px;*/
  }
  .client .col-sm-5{
    /*margin-left: 21px;*/
    /*padding-left: 0;
    width: 133px;*/
  }

  .traveler-sum .col-md-8{
    /*margin-left: 134px;*/
  }
  .golfer-details-text-fields .col-md-9{
    width: 200px;
  }
  .golf-bags-info{
    padding-right: 15px;
    padding-left: 20px;
    width: 400px;
  }
  .custom-insurance-div, .golf-bag-count{
    float: left;
  }
  .custom-insurance-text{
    float: left;
    width: 83px;
    padding-left: 15px;
  }
  .custom-insurance-drop-down{
    float: left;
  }
  .custom-additional-text{
    float: left;
    width: 83px;
  }
  .custom-additional-textarea{
    float: left;
  }
  .custom-insurance-div, .golf-bag-count{
    padding-bottom: 11px;
  }
  .ski-insurance{
    width: 100%;
  }
  .custom-ski-insurance-text{
    float: left;
  }
  .custom-ski-insurance-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .skis-additional-info{
    width: 100%;
  }
  .custom-ski-additional-text{
    float: left;
    padding-right: 23px;
  }
  .custom-ski-additional-textarea{
    float: left;
  }
  .custom-ski-additional-text label{
    width: 50px;
  }
  .custom-ski-insurance-drop-down{
    float: left;
  }
  .custom-golbag-name-div{
    display: none;
  }
  .custom-golbag-count-div{
    width: 48px;
  }
  .custom-luggage-insurance-div .custom-insurance-drop-down{
    margin-left: -8px;
  }
  .custom-luggage-additional-textarea{
    float: left;
    margin-left: -6px;
  }
  .custom-luggage-additional-div{
    padding-left: 18px;
  }
  .luggage-additional-text{
    width: 83px;
  }
  .custom-luggage-insurance-div .custom-insurance-drop-down .field-description{
    top: -23px !important;
  }
  .custom-luggagebag-count-div{
    display: none;
  }
  .custom-luggage-size-div{
    width: 42px;
  }
  .luggage-count{
    padding-bottom: 10px;
  }
  .ski-info{
    margin-left: 0;
    width: 400px;
  }
  .skis-count {
    float: left;
    width: 100%;
    padding-bottom: 8px;
  }
  .custom-skibag-count-div{
    display: none;
  }
  .ski-space{
    width: 41px;
    padding-right: 0;
  }
  .btn-group{
    margin-left: 25px;
  }
  .custom-pickup-servies{
    width: 50%;
    margin: -1px 0px 0px 36px;
  }
  #ski-roundtrip-selection-block .btn-group{
   margin-left: 25px;
  }
  .card-number-div .controls{
    width: 190px;
  }
/*  .expiration-date-authorized .controls{
    width: 190px;
  }*/
  .expiration-date-authorized .controls{
    float: left;
    margin-left: 9px !important;
  }
  .expiration-date-authorized{
    float: left;
    padding-left: 29px;
  }
  .custom-total{
    /*margin-left: 175px;  */
  }
  .custom-one-way-total{
    /*margin-left: 205px;*/
  }
  .custom-one-way-order-total{
    /*margin-left: -42px;*/
  }
  .traveler-sum{
    /*margin-left: 135px; */
  }
  #force-login-form .form-horizontal{
    width: 60%;
    margin: 0 auto;
  }
  .btn.smaller{
    margin-left: -17px;
  }
  .card-number-div{
    padding-left: 13px;
  }
  .expiration-date-authorized .controls{
    width: 80%;
  }
  #free-travel .item-wrapper ul, #guaranteed-insured .item-wrapper ul{
    position: relative;
    margin-top: 21px;
  }
  .golf-bag-count, .luggage-count, .skis-count{
    padding-left: 15px;
  }
  .title .offset1{
    float: left;
  }
  .traveler-sum .col-sm-8{
    /*margin-left: 29px;*/
  }
  .traveler-sum .col-sm-3{
    /*margin-left: -2px;*/
  }
  .traveler-sum .col-sm-3, .client .col-sm-3{
    /*padding-left: 0;*/
  }
  .button-order{
    margin-top: 28px;
  }
  .custom-luggage-insurance-text{
    padding-left: 0;
    padding-right: 15px;
  }
  .ski-text {
    width: 101px;
  }
  .custom-price{
    /*margin-right: 16px;*/
  }
  .custom-subtotal{
    /*margin-left: 14px;*/
  }
  .custom-outbound-price{
    /*margin-right: 15px;*/
  }
  .custom-outbound-total-price-cents{
    margin-left: -24px;
  }
  .custom-return-total-cents{
    margin-left: 3px;
  }
  .custom-total-order-price-cents{
    /*margin-left: -9px;*/
  }
  #order .order-main-table{
    /*width: 538px;*/
  }
  .golfer-details-text-fields{
    width: 303px;
    margin-left: 6px;
  }
  .sales_club_dropdown{
    width: 342px;
  }
  .custom-luggage-count-div{
    width: 70px;
  }
  .order-return-area{
    width: 530px;
  }
  .custom-bag-name{
    /*width: 149px;*/
    /*margin-left: -21px;*/
  }
  .payment .card-images{
    float: right;
  }
}
/*android*/
@media screen and (min-width: 320px) and (max-width: 640px) and (orientation:portrait){
  /*.traveler-sum .col-sm-8{
    margin-left: 88px;
  }*/
  /*.custom-one-way-total{
    padding-left: 144px;
  }*/
/*  .client .col-sm-5{
    margin-left: 14px;
  }*/
  .custom-bag-name{
    /*padding-left: 0;*/
  }
  .font-size-13{
    font-size: 13px;
  }
  .xs-align-center{
    text-align: center !important;
  }
}
@media screen and (min-width: 360px) and (max-width: 640px) and (orientation:landscape){
  /*.client .col-sm-5{
    margin-left: 14px;
  }
  .custom-subtotal{
    margin-left: 4px;
  }
  .custom-total-div .custom-total{
    margin-left: 6px;
  }
  .custom-total-order-price-cents{
    margin-left: -9px;
  }
  .client-name{
    width: 20%;
  }
  .traveler-sum{
     margin-left: 145px;
  }
  .one-way-client-name .col-sm-5{
    margin-left: 39px;
  }
  .custom-one-way-total{
    margin-left: 214px;
  }*/
  .xs-align-center{
    text-align: center !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape){
  #store_card_information{
    margin-left: 93px;
  }
  body section#content_section.ship-content h3.block-title.to-from-title{
    text-align: right;
  }
  body section#content_section.ship-content #users-area .from-top > .no-padding,
  body section#content_section.ship-content #users-area .to-top > .no-padding{
    margin-left: 6%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait){
  #store_card_information{
    margin-left: 70px;
  }
  body section#content_section.ship-content h3.block-title.to-from-title{
    text-align: right;
  }
  body section#content_section.ship-content #users-area .from-top > .no-padding,
  body section#content_section.ship-content #users-area .to-top > .no-padding{
    margin-left: 6%;
  }
  .help-line-number{
    padding-left: 0;
    padding-right: 0;
  }
  body section#header_section .one-row #number {
    left: 14px;
  }
  .custom-insurance-text{
    padding-left: 0;
  }
  .header-ipad{
    width: 100%;
  }
  .nav > li > a{
    padding: 10px 8px;
  }
  .dropdown-menu{
    left: -46px;
  }
  body #footer ul#footer-nav {
    width: 100%;
    padding-left: 6.8%;
  }
  #quick_quote_form{
    width: 50%;
  }
  .ship-page-login-popover{
    top: 43px;
    left: 468px !important;
    display: block
  }
  .padding-right {
    padding-right: 15px;
  }
  .already-member-text-box-width{
    width: 117%;
  }
  .potrait-view-create-account{
    width: 58%;
  }
  .potrait-view-already-member{
    width: 42%;
  }
  .home-page-video{
    /*margin-top: 20px;*/
  }
  .modal.in .modal-dialog{
   margin-top: 200px;
  }
  .custom-luggage-additional-div{
    padding-right: 0;
    padding-left: 0;
  }
  body section#content_section.ship-content .traveler .ski .pickups, body section#content_section.ship-content .traveler .ski .cred{
    padding-left: 0;
  }
  .custom-pickup-on{
    text-align: left;
  }
  .button-coupon .offset3{
    float: left;
  }
  .button-coupon .col-md-3{
    float: left;
  }
  body section#content_section.ship-content .traveler .cred label{
    text-align: left;
  }
  #order .pull-right{
    width: 66%;
  }
  .email-alignment{
    margin-left: 55px;
  }
  .custom-ski-count-div{
    width: 46px;
  }
  .golf-bag-count .custom-size-drop-down{
    width: 58px;
  }
  .card-number-authorized{
    width: 79px;
  }
  .traveller-label{
    margin-left: -15px;
  }
}


@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape){
  #store_card_information{
    margin-left: 93px;
  }
  .phone-number-text-area .input-append{
    width: 206px !important;
  }
  .custom-total-div .custom-total{
    /*margin-left: 163px;
    padding-right: 29px;*/
  }
  body #footer ul#footer-nav{
    padding-left: 100px;
  }
  .traveller-label{
    margin-left: -15px;
  }
  .dropdown-menu{
    left: -50px;
  }
  .ship-page-login-popover {
    left: 707px;
  }
  .already-member-text-box-width{
    width: 117%;
  }
  .ski-space{
    margin-left: -28px;
  }
  .expiration-date-authorized{
    margin-left: -10px;
    width: 64%;
  }
  .card-number-div{
    margin-left: 15px;
  }
}
/*end of responsive css*/
.modal-scroll .modal-body {
    max-height: 300px;
    overflow-y: auto;
}

/*privacy policy css*/
dd{
    margin-left:0px;
  }

  dl.toc_list {
    color: #000;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  }
  dl.toc_list dt {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 20px;
  }
  dl.toc_list dt a {
    color: #52aa54;
    font-size: 19px;
  }

  dl.toc_list dt a:hover {
    text-decoration: none;
  }
  dl.toc_list dd p{
    font-size: 13px;
    margin: 4px 0 4px 0px;
  }
  dl.toc_list .add-pad {
    padding: 0 4px 0 4px;
  }
  ul.toc_navigator {
    list-style: none;
  }
  ul.toc_navigator li {
    margin: 4px;
  }

.tab_li {
  font-size:13px;
  margin-left:1.5em;
 }
  ul.toc_navigator li a{font-style: italic;color: #666666;font-weight: bold;}
  ul.toc_navigator li a:hover{color: #52aa54;}
  a{color: #52aa54;}
  a:hover{color: #666666;}
  ul, ol{margin: 0 0 0 0;}
  hr {
    border-top: 1px dotted #666;
    color: #fff;
    height: 1px;
  }

  dd p{
    text-align:justify;
  }
  #toc li {
     font-size:13px;
  margin-left:0.5em;
  }
  blockquote {
    padding: 0px 20px !important;
    margin: 0 0 20px !important;
    font-size: 13.5px !important;
  }
  .privacy-policy-heading{
    /*padding-top: 25px;*/
  }
  .margin-top-zero{
    margin-top: 0
  }
/*end of privacy policy*/

/*partners page css*/
.partners-hr{
  border-bottom: 1px dotted #666;
  /*width:100%;*/
  height:20px;
  border-top:0px
}
.clear-left{
  clear:left;
}
/*end partners page css*/

/*start of faq css*/
dl.faq_list {
    color: #000;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  }
  dl.faq_list dt {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 20px;
  }
  dl.faq_list dt a {
    color: #52aa54;
    font-size: 15px;
  }

  dl.faq_list dt a:hover {
    text-decoration: none;
  }
  dl.faq_list dd {
    font-size: 13px;
    margin: 4px 0 4px 0px;
  }
  dl.faq_list .add-pad {
    padding: 0 4px 0 4px;
  }
  ul.faq_navigator {
    list-style: none;
  }
  ul.faq_navigator li {
    margin: 4px;
  }
  ul.faq_navigator li a{font-style: italic;color: #666666;font-weight: bold;}
  ul.faq_navigator li a:hover{color: #52AA54;}
  a{color: #52AA54;}
  a:hover{color: #666666;}
  ul, ol{margin: 0 0 0 0;}
  hr {
    border-top: 1px dotted #666;
    color: #fff;
    background-color: #fff;
    height: 1px;
  }
  .luggageType{
    width: 902px;
  }
  .luggageType1{
    width: 100%;
  }
  .luggageContent1{
    width: 100%;
  }
  .skiType{
    width: 975px;
    margin-left: 8px;
  }
  .skiType1{
    width: 100%;
  }
  .skiType li{
    list-style-position: inside;
    padding-left: 5px;
  }
  h5.skis-size-luggage-size-title{
    margin: 0px;
  }
  .skiContent ul{
   margin: 5px 5px;
  }
  .skiType td{
    padding: 2px;
  }
/*end of faq css*/

/*start of how it works page */
.icon {
    float: left;
    width: 48px;
  }
  .content {
    margin: 0 0 0 8px;
  }
  .content b {
    font-size: 1.2em;
  }
  .step-head {
    font-size: 1.5em;
    font-weight: bold;
    color: #52aa54;
  }
  .content p{text-align: justify;}
  hr{
    margin-top: 10px;
    border-top: 1px solid #000;
  }
/*end of how it works page*/

/*start of terms and condition*/
#terms li {
    float:none;
  }

  p{
    text-align: left;
  }

  ol, ul{
    font-size: 14px;
    line-height: 22px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  }
  #terms p,#terms ul,#terms ol{font-size: 14px;text-align: justify;}
  #terms ul{
    list-style: square outside none
  }
  .terms-color{
    color: #d20000
  }
/*end of terms and condition*/
/*start Track-Page css*/
.address-div{
  float: left;
  width:100%;
}
.tracking-status{
  border-top: 1px solid #DDDDDD;
  float: left;
  width: 100%;
}
.title{
  font-size: 12px;
  font-weight: bold;

}
.content-font{
  font-size: 13px;
}
.content{
  font-size: 13px;
  border-bottom: 1px solid #DDDDDD;
}
.admin-details{
  float: left;
  width: 100%;
}
.created-by{
  border-top: 1px solid #DDDDDD;
  float: left;
  width: 100%;
  padding-left: 0px;
}
.order-checkbox{
  width: 51px;
  height: 51px;
}
.trv-total{
  padding-left: 3px;
}
.common-left{
  padding-left: 35px;
}
.return-text{
  padding-bottom: 20px;
}

.text-enter{
  padding-left: 8px;
}
.track-mg{
  float: left;
  padding-right: 16px;
}
.shipment{
  padding-top: 12px;
  color: #52aa54;
}
.track-content{
  padding-bottom: 10px;
}
.track-enter{
  padding-left: 10px;
}

.tracking-id{
  float: left;
}

.trackking-id-title{
  float: left;
    height: 20px;
    padding-right: 17px;
    padding-top: 10px;

}
.trackking-id-result{
  padding-top: 10px;
}
.pickup-date-title{
  float: left;
    padding-right: 12px;
    padding-top: 10px;
    height: 20px;
}
.pickup-date-result{
  padding-top: 10px;
}
.arrival-date-title{
  float: left;
    padding-right: 12px;
    padding-top: 10px;
    height: 20px;
}
.arrival-date-result{
  padding-top: 10px;
}
.cost-title{
    float: left;
    padding-right: 66px;
    padding-top: 10px;
    height: 20px;
}
.cost-result{
  padding-top: 10px;
  padding-bottom: 10px;
}
.border-top{
  border-top: 1px solid gray;
}
.return-text-mobile{
 /*padding-bottom: 20px;*/
 border-top: 1px solid #808080;
 /*padding-top: 10px; */
}

/*media query for iphon4s*/
@media screen and (max-width:320px) {
  #footer-nav{
    /*width: 113% !important;*/
    width:104% !important;
    text-align: left !important;
    padding-left: 11px;
  }
}
/*end of media query for iphon4s*/


/* media queries to handle ipad device */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait){
  .phone-number-text-area .input-append{
    width: 200px !important;
  }
  .custom-total-div .custom-total{
   /* margin-left: 163px;
    padding-right: 29px;*/
  }
  .small-triangle-facebook{
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 10px solid #52aa54 !important;
    float: left !important;
    margin-left: 195px!important;
  }

  body #footer ul#footer-nav a {
    color: #666666;
    font-size: 11px;
  }
  .padding-right{
    padding-right: 8px;
  }
  .payment .card-images{
    float: right;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape){
   .padding-right{
    padding-right: 22px;
  }
  body section#header_section #main-nav #nav li {
    float: left;
    position: relative;
    margin: 0 22px 0 0;
  }
}

/*iphone-4 in Portrait mode Media query for ship footer menu */
@media screen and (max-width:480px) and (orientation:portrait) {
    #store_card_information{
      margin-left: 87px;
    }
    body #footer ul#footer-nav {
      margin-bottom: 15px;
      margin-top: 15px;
      padding-left: 40px !important;
      width: 100%;
    }
    #footer-nav {
      padding-left: 11px;
      text-align: left !important;
      /*width: 88% !important;*/
    }
    .tracking-id{
      font-size: 14px;
    }
    .trackking-id-result,.cost-result,.arrival-date-result,.pickup-date-result{
      font-size: 14px;
    }
    .trackking-id-title,.pickup-date-title,.arrival-date-title,.cost-title{
      padding-top: 7px;
    }
    .receipt-share-link-img {
      margin-left: 0;
    }
    .small-triangle-twitter{
      margin-left: 126px;
    }
    /*13 June added for Track page*/
    .track-content{
      padding-bottom: 0px;
    }
    h1.shipment{
      font-size: 16px;
    }
    .shipment-details-area{
      padding-top: 20px;
    }
    .trv-total{
      padding-left: 63px;
    }
}

/*iphone-4 in Landscape mode Media query for footer menu*/
@media screen and (max-width: 480px) and (orientation:landscape) {
  body #footer ul#footer-nav {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    padding-left: 66px!important;
  }
  .footer-left{
    padding-left: 30px;
  }
  #footer-nav{
    width: 95% !important;
    text-align: left !important;
    padding-left: 11px;
  }
  .small-triangle-twitter{
    margin-left: 228px;
  }
  h1.shipment{
    font-size: 28px;
  }
  .shipment-details-area{
    padding-top: 20px;
  }
  .cost-title{
    padding-right: 72px;
  }
  .trv-total{
      padding-left: 32px;
  }
  .custom-one-way-total{
    /*margin-left: 138px;*/
  }
  .custom-return-travler, .custom-return-outbound{
    /*padding-right: 0;*/
  }
  .return-golfer-name{
    width: 57px;
  }
  #order .order-main-table{
    /*width: auto;*/
  }
  .order-return-area{
    width: auto;
  }
}

/*iphone-5 Portrait mode media query*/
@media (max-width: 640px) and (orientation:portrait) {
  .tracking-id{
    font-size: 14px;
  }
  .trackking-id-result{
    font-size: 12px;
  }
  .receipt-share-link-img {
      margin-left: 0;
  }
  .small-triangle-twitter{
      margin-left: 126px;
  }
  .trv-total{
      padding-left: 58px;
  }
  .order-receipt-page .order-text{
    font-size: 18px;
  }
  .order-receipt-page .small-text{
    font-size: 9px;
  }

}

@media(max-width:768px){
  .height30{
    line-height: 30px;
    height: 30px;
  }
}

/*iphone-5 Landscape mode media query*/
@media (max-width: 640px) and (orientation:landscape) {
  body #footer ul#footer-nav {
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
  }
  .small-triangle-twitter{
      margin-left: 266px;
  }
  h1.shipment{
      font-size: 28px;
  }
  .shipment-details-area{
    padding-top: 20px;
  }
  #footer-nav {
    padding-left: 156px !important;
    text-align: left !important;
    width: 84% !important;
  }
  .cost-title{
    padding-right: 72px;
  }
  .trv-total{
    padding-left: 22px;
  }
}

/*End Track-Page css*/
.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append, .pickups .help-inline, .from-top .help-inline{
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.help-inline .field-description{
  padding: 2px 0;
}
a.field-description{
  padding: 3px 0;
  top: 6px !important;

}

/* Common css start here*/
.form-control{
  padding: 6px 3px;
}
.display-none{
  display: none;
}

/* Header css end here*/
#header_section .container-fluid{
  padding-right: 0;
  padding-left: 0;
}
#header_section .col-xs-3,
#header_section .col-sm-3,
#header_section .col-md-3,
#header_section .col-lg-3,
#header_section .col-xs-12{
  padding-right: 0;
  padding-left: 0;
}
#powered-by{
  right: 0px;
  margin-top: 20px;
  padding-bottom: 6px;
  position: absolute;
  text-align: right;
  width: 210px;
}
#powered-by > span{
  font-size: 10px;
}
#powered-by > img{
  width: 140px;
}
/* Header style ends here*/
/*Container style start here*/
#users-area .row,#users-area .row > .col-*{
  margin-left: 0;
  margin-right: 0;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
#ship_from .form-group .col-*{
  margin-left: 0;
  margin-right: 0;
}
.card-images{
  margin-top: 11px;
}
#users-area .row,.control-group{
  margin-left: 0;
  margin-right: 0;
}
.form-group{
  margin-bottom: 0;
}
.ship-details{
  border-bottom: 1px solid #52AA54;
  padding-bottom: 20px;
}
.ship-now-btn:hover{
    color: #FFF;
}
.ship-now-container .ship-now-btn {
  color: #FFF;
  font-weight: 600;
  font-size: 30px;
  background-color: #52AA54;
  padding: 6px 38px;
  border-radius: 6px;
  text-decoration: none;
}
.ship-now-container{
  margin: 6% auto;
  width: 230px;
}
.no-padding{
  padding: 2px 0;
}
.radio-inline, .checkbox-inline{
  padding-right: 10px;
  padding-left: 20px;
  line-height: 30px;
  margin-left: 0;
}
input[type="radio"], input[type="checkbox"]{
   margin-top: 8px;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline{
  margin-left: 0;
}
.custom-phn-number > div > input.traveler-phone-3{
  margin: 0 4px;
  width: 50px !important;
}
.golf-bags-info->div, .luggage-info>div, .ski-info>div{
  margin-left: 0;
}
.help-inline{
  margin-left: 2px;
    margin-top: 6px;
}
.text-right{
  text-align: right !important;
}
.custom-pickup-on,.pickup-center,.vertical-center{
  line-height: 30px !important;
}
.datepicker{
  padding-right: 27px;
}
.block-title{
  line-height: 30px !important;
  margin: 0;
  padding: 0;
}
.clear{
  clear: both;
}
.custom-form_control{
  width: 80% !important;
}
.ship-from .custom-form_control,.ship-to .custom-form_control{
  width: 100% !important;
}
.to_label,.from_label{
  padding-top: 13px;
}
.payment-type > label{
  line-height: 20px;
}
.payment-title{
  padding-top: 15px;
  padding-bottom: 15px;
}
.payment-options{
  padding-left: 15px;
}
.button-coupon{
  padding-top: 15px;
}
.form-card .control-label{
  padding-top: 0;
}
#user_submit{
  /*margin-left: 10px;*/
}
.login-with-form{
  margin-left: 54px;
  margin-top: 13px;
}
.fb-login-option-fields{
  margin-top: 25px;
}
.signup-modal-link{
  color:#2398cF;
}
.dont-have-account{
  text-align: center;
}
.login-with-form-loader{
  margin-top: 17px;
}
.force-register-form-errors{
  font-size:small;
  color:red;
  text-align:center;
  padding-bottom: 8px;
}
.facebook-option-texts{
  text-align:center;
  font-size: 15px
}
.v-center{
  margin-right: 2px;
}
.height30{
  height: 30px;
}
/*Container style ends here*/

/* Footer style start here*/
.footer-width{
  list-style: none;
}
/* Footer style end here*/

.registration-edit .form-group, .forgot-container .form-group{
  margin:10px 0;
}

input#pro-golfer {
  margin-right:20px;
}

input[type="checkbox"].no-margin{
  margin:0;
}
#user_remember_me{
  margin-top: 4px;
}
.ski-count-label{
  margin-left: -20px;
}
.head-line, .home-head-line{
  color: #666666;
  text-align: center;
}
/*start of claims page css*/
.hr_heading {
  text-align: center;
  height: 10px;
  margin-top: 23px;
  line-height: 0;
}
.shipsticks-divider{
  background-image: url("/v2/images/hr_bg_new.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 12px;
  border: none;
}
.font-bold{
  font-weight: bold;
}
.download-text{
  padding: 10px 4px 9px !important;
}
.download-text a{
  color:black;
}

.download-images img{
  max-width: 40%;
  margin-left: 15px;
}
.download-images-xl img{
  width: 35px;
  margin-left: 8px;
}
.download-images{
  padding: 10px 0px 9px;
}
.download-images-sticks img{
  max-width: 68%;
}
.download-images-sticks{
  padding: 0px 0px 0px !important;
}
.download-text{
  position: relative;
  right: 30px;
}
.head-line, .home-head-line {
  color: rgb(102, 102, 102);
  text-align: center;
}
.club_closed span.ui-state-default{
  background: gray !important;
}
.gray-square{
  border-right: 16px solid #D3D3D3;
  border-top: 16px solid #D3D3D3;
  line-height: 0;
  width: 0;
  margin-right: 5px;
}
.div-float-left{
  float: left;
}
.arrive-club-close, .pickup-club-close{
  margin-left: 10px;
  margin-top: 4px;
}
/*end of claims css page*/

.text-align-right{
  text-align: right;
}
.side-head{
  line-height: 10px;
}
.margin-top-60px{
  margin-top: 57px !important;
}
.track-text-box{
  height: 34px;
  margin-right: 10px;
}
.cvv-info{
  margin-left: 1.5%;
  margin-top: 3%;
}
body section#content_section.ship-content #payment .form-card .control-label{
  padding-right: 6px;
  padding-top: 7px;
}
.text-align-center{
  text-align: center;
}
.registration-edit .controls input{
  border-radius: 0px;
}
.registration-edit .form-horizontal .control-group{
  margin-bottom: 10px;
}
.popover .fade{
  width: 100% !important;
}
.drop-off-info{
  margin-left: -4px;
  margin-top: 4%;
}
.no-margin {
  margin: 0 !important;
}
.change_request_form label, .suggest_form label, .support_form label {
  padding-top: 6px;
  font-size: 12px;
  line-height: 18px;
  float: left;
  width: 130px;
  text-align: right;
  color: #404040;
}
.change_request_form label{
  padding-top: 0px;
}
.change_request_form .input, .suggest_form .input, .support_form .input {
  margin-left: 150px;
}
.change_request_form .actions, .suggest_form .actions, .support_form .actions {
  background: #f5f5f5;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 150px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.simple_captcha{
  width: 206px;
}
.simple_captcha .simple_captcha_field input{
  margin-bottom: 0px !important;
}
.ajax-loader{
  float: none;
  left: 0;
  margin-top: 0px;
  margin-left: 10px;
}
.change_request_form .form-control, .suggest_form .form-control, .support_form .form-control{
  width: 90%;
}
.change_request_form .clearfix, .suggest_form .clearfix, .support_form .clearfix{
  margin-bottom: 10px;
}
.change_request_form p, .suggest_form p, .support_form {
  padding: 0 10px;
}
.change_request_form textarea, .suggest_form textarea, .support_form textarea{
  resize: none;
}

@media(max-width:767px){
  .suggest_form .input, .support_form .input{
    margin-left: 74px;
  }
  .suggest_form label, .support_form label {
    width: 0px;
  }
  .modal-body{
    padding: 0;
  }
  .ship-registration-form .input{
    margin-left: 115px;
  }
}
.order-id-label{
  float: left;
  font-size: 20px;
}
.price-line-item-separator{
  margin-bottom: 10px;
}

body .featured-on-section .featured{
  margin: 0 auto;
  padding-top: 15px;
  width: 100% !important;
}
.submit-btn input.button-order{
  margin-top: 3px;
  width: 70%;
}
.btn.primary {
    background: none repeat scroll 0 0 #52AA54;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.modal-body textarea[name="comment"], .modal-body textarea[name="void_comment"]{
  margin-left: 20px;
}



.ship-registration-form label {
    padding-top: 6px;
  font-size: 12px;
  line-height: 18px;
  float: left;
  width: 130px;
  text-align: right;
  color: #404040;
}
.ship-registration-form .input {
  margin-left: 120px;
}
.ship-registration-form .actions {
  background: #f5f5f5;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 150px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.ship-registration-form .form-control{
  width: 90%;
}
.ship-registration-form .clearfix{
  margin-bottom: 10px;
}
.ship-registration-form .input input{
  width: 98%;
}
#register_model .modal-body{
  font-size: 12px;
}
#register_model .creat-account-label{
  font-size: 14px;
}
.overflow-hidden{
  overflow: hidden;
}
.terms-contects{
  height: 250px;
  overflow-y: scroll;
}

#register_model .benefits-list {
  margin: 0 auto;
  width: 190px;
}
#payment .date-format.control-label{
  margin-left: 1px;
}
.other-country{
  float: left;
  height: 50px;
  width: 100%;
}
.display-none{
  display:none;
}
#quick-quote-form input[type="radio"],#quick-quote-form input[type="checkbox"]{
  margin: 0;
}
.quick-tab{
  background-color: #b6b6b6;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  margin-right: 2px;
  text-align: center;
  width: 48%;
}
#quick-quote-form{
  min-height: 185px;
  margin-top: 10px;
}
#quick-quote-form .active{
  background-color: #52aa54;
  background-color: #52aa54;
  color: #fff;
}
a:focus{
  outline: 0;
}
#quick-quote-form select{
  border: 1px solid #CCC;
  background: #fff;
  width: 220px;
  height: 35px;
  border-radius: 4px;
  color: #555;
  padding: 8px;
}
#quick-quote-form input[type='radio']{
  margin-top: 0px;
  float: left;
}
#quick-quote-form .loader_placeholder{
  float: left;
  margin-left: 10px;
  margin-right: 0;
  margin-top: 17px;
}

.club-note-header{
  padding: 4px;
}
.club-heading{
  padding-left: 12px;
}
.club-btn{
  background: #d9f3b6;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 8px;
  font-family: Arial;
  color: #999999;
  font-size: 18px;
  padding: 3px 16px 4px 16px;
  text-decoration: none;
}
.club-btn:hover {
  background: #d9f3b6;
  background-image: -webkit-linear-gradient(top, #d9f3b6, #d9f3b6);
  background-image: -moz-linear-gradient(top, #d9f3b6, #d9f3b6);
  background-image: -ms-linear-gradient(top, #d9f3b6, #d9f3b6);
  background-image: -o-linear-gradient(top, #d9f3b6, #d9f3b6);
  background-image: linear-gradient(to bottom, #d9f3b6, #d9f3b6);
  text-decoration: none;
}
.apply_credites {
  color: #A09B9B;
  float: left;
  font-size: 13px;
  font-weight: bold;
  line-height: 17px;
  margin-left: 15px;
  padding-top: 6px;
}
.input-group.wallet-creadits {
  width: 43%;
}
.apply-wallet-div {
  margin-left: 7px;
  margin-top: 7px;
}
.credits{
  font-size: 13px;
  float: left;
  padding-right: 8px;
  padding-top:7px;
}
.strike-through{
  text-decoration: line-through;
}
.msnbc-logo{
  float: left;
  margin-top: 15px;
  margin-right: 5px;
  display: block;
  height: 30px;
  width: 137px;
}
.forbes-logo{
  float: left;
  margin-top: 15px;
  margin-right: 5px;
}
.forbes-logo > img{
  height: 30px;
  width: 120px;
  display: block;
}
.golf-channel-logo{
  float: left;
}
.golf-channel-logo > img{
  display: block;
  margin-top: 16px;
  height: 30px;
  width: 106px;
}
.wsj-logo{
  display: block;
  float: left;
  height: 60px;
  width: 60px;
}
.new-york-times-logo{
  display: block;
  float: left;
  height: 30px;
  margin-right: 5px;
  margin-top: 20px;
  width: 194px;
}
.zero-price-message{
  display: none;
}
#quick-quote .rate-error-msg{
  color: red;
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
.terms-of-use{
  border-bottom: 3px solid;
  color: #52aa54;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.display_none{
  display: none;
}

/* Utility */
.margin-top-16 {
  margin: 16px 0 0 0;
}

.iframe-block{
  min-height: 200px;
}

hr.space {margin: 25px !important; height: 1px; color: transparent; border: none; position: relative; display: block; width: 100%; float: left;}
hr.space-small {margin: 15px !important; height: 1px; color: transparent; border: none; position: relative; display: block; width: 100%; float: left;}
hr.space-super-small {margin: 7px !important; height: 1px; color: transparent; border: none; position: relative; display: block; width: 100%; float: left;}

.buttons .btn, .buttons button {margin: 5px;}

/* Page Specific */
body.homepage .featured-on-section .featured {
margin: 0 auto;
padding-top: 15px;
width: 635px !important;
white-space: nowrap;
}

body.homepage .featured-on-section .featured a, body.homepage .featured-on-section .featured img {
  position: relative;
  display: block;
  white-space: nowrap !important;
}

/* Social Bookmarks */
#social-bookmarks {padding: 2px 0 10px 0;}
#social-bookmarks a {font-size: 25px; margin: 1px; color: #777; text-decoration: none;}
#social-bookmarks a:hover {color: #52AA54;}

.pickup-tracking-status{
  color: #52AA54;
}

#social-bookmarks a:hover {color: #52aa54;}

.pickup-tracking-status{
  color: #52aa54;
  padding-left: 10px;
  font-weight: 600;
}

body section#content_section.ship-content #users-area .dropoff-at-ship-2 {
  margin-bottom: 10px;
}
body section#content_section.ship-content #users-area .international-ship-to {
  margin-bottom: 35px;
}
#etd_not_allowed_for_country, #denied_country{
  border: 1px solid #F55454;
}
#etd_not_allowed_for_country .modal-header, #denied_country .modal-header{
  background-color: #F55454;
  border-radius: 4px 4px 4px 4px;
  padding: 6px;
}
#etd_not_allowed_for_country .modal-header h3, #denied_country .modal-header h3{
  color: #FFFFFF;
  font-size: 20px;
}
.international-radio-select{
  margin-top: 10px !important;
}
.traveler-phone-1{
  margin-left: 2px;
  width: 93% !important;
}
.button-order-info{
  display: inline-block;
}
.line-height-18-px{
  line-height: 18px;
}
#place_order_info{
  margin-top: 30px;
}
#modal_international_info a.field-description{
  font-size: 12px;
}
/*International Tabs changes*/

#ship-header .shipment-type-wrapper{
  border-bottom: 2px solid #52aa54;
  padding: 0;
  line-height: 25px;
}
.location-type-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.location-type-wrapper ul {
    padding-left: 2px;
    z-index: 5;
}
.location-type-wrapper ul li {
    color: #ffffff;
    font-weight: bold;
    background: #fefefe;
    padding: 7px 24px 5px;
    position: relative;
    float: left;
    text-align: center;
    z-index: 1;
    font-size: 16px;
    cursor:pointer;
}
.location-type-wrapper ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 0; left: 0;
    width: 70%;
    height: 100%;
    border-style: solid;
    border-color: #eee;
    border-width: 2px 0px 0px 2px;
    border-radius: 5px 0 0 0;
    -webkit-transform: skewX(-10deg);
       -moz-transform: skewX(-10deg);
         -o-transform: skewX(-10deg);
            transform: skewX(-10deg);
    background-color: inherit;
    z-index: -1;
}
.location-type-wrapper ul li::after {
    content: '';
    display: block;
    position: absolute;
    top: 0; right: 0;
    width: 70%;
    height: 100%;
    border-style: solid;
    border-color: #eee;
    border-width: 2px 2px 0px 0;
    border-radius: 0 5px 0 0;
    -webkit-transform: skewX(10deg);
       -moz-transform: skewX(10deg);
         -o-transform: skewX(10deg);
            transform: skewX(10deg);
    background-color: inherit;
    z-index: -1;
}
.location-type-wrapper ul li.active {
    z-index: 10;
}
.location-type-wrapper ul li:not([class='active'])::before,
.location-type-wrapper ul li:not([class='active'])::after {
    background-color: #B6C8A2;
}

.location-type-wrapper ul li.active::before,
.location-type-wrapper ul li.active::after {
    background-color: #52AA54;
    /*border-bottom-color: #52AA54;*/
}
.location-type-wrapper ul li:not([class='active']):hover::before,
.location-type-wrapper ul li:not([class='active']):hover::after {
    background-color: #52AA54;
}
.location-type-wrapper .international-new{
  background-color: yellow;
  border-radius: 4px 4px 4px 4px;
  color: #000000;
  font-size: 13px;
  font-weight: normal;
  padding: 0 5px;
  margin-left: 4px;
  line-height: normal;
}
/*End International Tabs changes*/

.border-top-1px{
  border-top: 1px solid !important;
}
.order-track-total-text{
  text-align:right;
  color:#999;
  font-size: 12px;
}
#arrival_edit_icon{
  cursor: pointer;
  font-size: 20px;
  margin-left: 10px;
}
.cancel-icon{
  color: red;
  cursor: pointer;
  font-size: 20px !important;
  margin-left: 10px;
}
.save-icon{
  color: #52aa54;
  cursor: pointer;
  font-size: 20px !important;
  margin-left: 10px;
}
#revised_container{
  margin-left: 0px;
}
#revised_arrival_date{
  width: 110px;
}
#revised_container img{
  position: relative;
  right: 22px;
}
@media (width: 360px){
  .save-icon{
    position: relative;
    top: -25px;
    right: -111px;
  }
  .cancel-icon{
    position: relative;
    top:-25px;
    right: -113px;
  }
}
@media (min-width: 768px) AND (max-width: 980px) {
  .save-icon{
    position: relative;
    top: -25px;
    right: -141px;
  }
  .cancel-icon{
    position: relative;
    right: 15px;
  }
}
@media (width: 320px){
  .save-icon{
    position: relative;
    top: -25px;
    right: -106px;
  }
  .cancel-icon{
    position: relative;
    top:-25px;
    right: -109px;
  }
}

/* Footer Fixes */
body #footer ul#footer-nav, #footer ul#footer-nav {padding-left: 0 !important; padding: 0 !important; max-width: 760px !important; margin: 10px auto !important; text-align: center !important;}
body #footer ul#footer-nav li a {font-size: 12px !important;}

/* Overrides */
.v2-logo {max-width: 180px !important;}
