.navbar {
  background-color: #283544;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
@media (min-width: 767px) {
  .navbar .navbar-header {
    clear: both !important;
    float: none !important;
  }
}
@media (min-width: 991px) {
  .navbar .navbar-header {
    float: left !important;
  }
}
.navbar .navbar-header .navbar-brand {
  padding-top: 30px;
  padding-bottom: 30px;
}
.navbar .navbar-header .toggle-button.navbar-toggle {
  background: none;
  border: none;
  margin: 0;
  border-radius: 0;
  background-image: url('/static/images/close-burger.svg');
  background-repeat: no-repeat;
}
@media (min-width: 767px) {
  .navbar .navbar-header .toggle-button.navbar-toggle {
    display: inline;
    margin-right: 15px;
  }
}
.navbar .navbar-header .toggle-button.navbar-toggle.open {
  background-image: url('/static/images/close-x.svg') !important;
}
@media (max-width: 991px) {
  .navbar {
    background-color: #283545;
  }
  .navbar .navbar-header .navbar-brand {
    padding-top: 10px;
  }
  .navbar .navbar-header .toggle-button.navbar-toggle {
    margin-top: 15px;
    margin-right: 15px;
  }
}
.navbar .navbar-right li a {
  margin: 20px 12px;
  padding: 10px 0;
  font-family: 'Varela Round', sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #283544;
}
.navbar .navbar-right li a:hover,
.navbar .navbar-right li a:active,
.navbar .navbar-right li a:focus {
  border-bottom: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  outline: none;
  background: none;
}
.navbar .navbar-right li#business a {
  color: #b5d6ff;
}
.navbar .navbar-right li#tracking a {
  color: #30ef2c;
}
.navbar .navbar-right li#login a {
  margin-right: 0;
  border-bottom: none;
}
.navbar .navbar-right li#login a:focus,
.navbar .navbar-right li#login a:active,
.navbar .navbar-right li#login a:visited {
  border-bottom: none !important;
}
.navbar .navbar-right li#login a img {
  margin-left: 5px;
}
.navbar .navbar-right li.open a {
  background: none;
}
.navbar .navbar-right li.dropdown a:active,
.navbar .navbar-right li.dropdown a:focus,
.navbar .navbar-right li.dropdown a:hover {
  background: none;
  color: #fff;
}
.navbar .navbar-right li.dropdown .dropdown-menu {
  text-align: left;
  border-radius: 4px;
  border: none;
  background-color: #fff;
  min-width: auto;
  right: 20px;
}
.navbar .navbar-right li.dropdown .dropdown-menu li a {
  color: #1c7cf3;
  border-bottom: none;
  text-align: left;
}
.navbar .navbar-right li.dropdown .dropdown-menu li a:active,
.navbar .navbar-right li.dropdown .dropdown-menu li a:focus,
.navbar .navbar-right li.dropdown .dropdown-menu li a:hover {
  background: none;
  color: #1c7cf3;
  border-bottom: none;
}
@media (max-width: 991px) {
  .navbar .navbar-right li a {
    padding: 30px 10px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-right {
    display: none !important;
  }
}
.navbar.light {
  background: #7a9cc5;
}
.navbar.light li a {
  border-bottom: 1px solid #7a9cc5;
}
@media (max-width: 991px) {
  .navbar.light {
    background-color: #283545;
  }
}
/* menu for slideout js */
#menu {
  display: none;
  background-color: #354b67;
  font-family: 'Varela Round', sans-serif;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
}
#menu ul {
  padding: 20px 30px;
}
#menu ul li a {
  padding-bottom: 30px;
  color: #fff;
}
#menu ul li a:hover,
#menu ul li a:visited,
#menu ul li a:focus #menu ul li a:active {
  text-decoration: none;
}
#menu ul li#business a {
  color: #b5d6ff;
  font-weight: 700;
}
#menu ul li#tracking a {
  color: #30ef2c;
  font-weight: 700;
}
#menu ul li.open a {
  background: none;
  text-decoration: none;
}
#menu ul li.dropdown a:active,
#menu ul li.dropdown a:focus,
#menu ul li.dropdown a:hover {
  background: none;
  color: #fff;
}
#menu ul li.dropdown .dropdown-menu {
  text-align: center;
  border-radius: 4px;
  border: none;
  background-color: #fff;
  min-width: auto;
  padding: 10px;
}
#menu ul li.dropdown .dropdown-menu li a {
  padding: 10px 15px;
  color: #1c7cf3;
  border-bottom: none;
  text-align: left;
}
#menu ul li.dropdown .dropdown-menu li a:active,
#menu ul li.dropdown .dropdown-menu li a:focus,
#menu ul li.dropdown .dropdown-menu li a:hover {
  background: none;
  color: #1c7cf3;
  border-bottom: none;
}
#languages {
  min-width: auto;
}
#languages .language a {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
footer {
  padding: 100px 0 25px;
  background-color: #f0f0f0;
  position: relative;
  color: #666;
  font-family: 'ProximaNovaA-Regular', sans-serif;
  font-size: 14px;
  line-height: 21px;
}
footer .container .row {
  position: relative;
}
footer .container .row img {
  position: absolute;
  left: 15px;
  top: -50px;
}
footer .container .row h5 {
  font-family: 'ProximaNovaA-Bold';
  margin: 15px 0 5px 0;
}
footer .container .row ul li {
  padding-bottom: 0;
  font-weight: 200;
}
footer .container .row ul li a {
  color: #666;
  font-weight: 200;
}
footer .container .row ul li a:focus,
footer .container .row ul li a:hover,
footer .container .row ul li a:active {
  color: #666;
  text-decoration: none;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .container .row img {
    left: 0;
    right: 0;
    margin: auto;
  }
  footer .container .row .col-sm-3 {
    margin-bottom: 40px;
  }
}
#hero {
  background-color: #7a9cc5;
}
#hero #offer,
#hero #europe {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
@media (max-width: 1200px) {
  #hero {
    background-image: url('/static/images/shipping-europe.png');
  }
  #hero #offer,
  #hero #europe {
    display: none;
  }
}
#hero p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 5px;
}
#hero a.big-hero-link {
  color: #354b67;
  font-family: 'ProximaNovaA-Regular', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  border-bottom: 1px solid #354b67;
}
#hero a.big-hero-link:hover,
#hero a.big-hero-link:active,
#hero a.big-hero-link:focus {
  text-decoration: none;
}
#hero .container .first .col-sm-6.heading {
  margin-top: 80px;
}
#hero .container .first .col-sm-6.heading h1 {
  margin-top: 0;
}
#hero .right {
  text-align: center;
}
#hero .right form.home-page-calculations {
  text-align: left;
}
#hero .right form.home-page-calculations .private-business h4 {
  margin: 0;
  padding: 0;
  color: #354b67;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
#hero .right form.home-page-calculations .private-business h4.right {
  text-align: right;
  margin-top: 5px;
}
#hero .right form.home-page-calculations .private-business small {
  color: #354b67;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
#hero .right form.home-page-calculations .private-business .checked h4 {
  color: #fff;
}
#hero .right form.home-page-calculations .private-business .checked small {
  color: #fff;
}
#hero .right form.home-page-calculations .private-business .switchery-small {
  margin-top: 7px;
  height: 14px;
  border: 2px solid #354b67;
  background: #354b67;
}
#hero .right form.home-page-calculations .private-business .switchery-small small {
  height: 12px;
  width: 12px;
  top: 1px;
}
#hero .right form.home-page-calculations .private-business .business {
  margin-bottom: 5px;
}
#hero .right form.home-page-calculations .private-business .business h4 {
  margin-top: 10px;
  line-height: 10px;
}
#hero .right form.home-page-calculations .private-business .business small {
  line-height: 10px;
}
#hero .right form.home-page-calculations .inputs {
  background: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
#hero .right form.home-page-calculations .inputs table {
  margin: 0;
  height: 50px;
  padding: 0 20px;
  overflow: visible;
  border-bottom: 1px solid #ebebeb;
}
#hero .right form.home-page-calculations .inputs table tbody tr:first-of-type td {
  border-top: none;
}
#hero .right form.home-page-calculations .inputs table tbody tr td {
  padding: 0 17px;
  line-height: 50px;
  color: #b9c3cf;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
#hero .right form.home-page-calculations .inputs table tbody tr td:last-of-type input.form-control {
  height: 50px;
  border: none;
  box-shadow: none;
}
#hero .right form.home-page-calculations .inputs table tbody tr td:last-of-type .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__arrow img {
  margin-top: 0;
}
#hero .right form.home-page-calculations .inputs table tbody tr td .form-group {
  height: 50px;
  margin: 0;
}
#hero .right form.home-page-calculations .inputs table tbody tr td .form-group .input-group {
  height: 50px;
}
#hero .right form.home-page-calculations .inputs table tbody tr td .form-group .input-group input.form-control {
  margin: 0;
}
#hero .right form.home-page-calculations .inputs table tbody tr td .form-group .input-group .input-group-addon {
  padding: 0 5px 0 0;
  background: none;
  border: none;
  font-size: 20px;
  line-height: 50px;
}
@media (max-width: 767px) {
  #hero .right form.home-page-calculations .inputs {
    margin-top: 40px;
  }
}
#hero .right form.home-page-calculations .calculations {
  min-height: 150px;
  background-color: #354b67;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#hero .right form.home-page-calculations .calculations .ours {
  padding: 40px 15px 0;
  height: 150px;
  text-align: center;
}
#hero .right form.home-page-calculations .calculations .ours .label {
  padding-left: 15px;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#hero .right form.home-page-calculations .calculations .ours h3 {
  padding-left: 15px;
  font-size: 30px;
  line-height: 30px;
  margin: 0;
}
#hero .right form.home-page-calculations .calculations .others {
  height: 150px;
  padding-left: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}
#hero .right form.home-page-calculations .calculations .others .media {
  height: 50px;
  padding-top: 8px;
  padding-left: 10px;
  margin-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#hero .right form.home-page-calculations .calculations .others .media .media-left img {
  width: 30px;
  margin-top: 10px;
}
#hero .right form.home-page-calculations .calculations .others .media .media-body h4 {
  height: 18px;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0;
}
#hero .right form.home-page-calculations .calculations .others .media .media-body h4 small {
  color: #a5b8d0;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
#hero .right form.home-page-calculations .calculations .others .media .media-body p.small {
  margin-top: 4px;
  color: #a5b8d0;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}
#hero .right form.home-page-calculations .calculations .others .row {
  margin-right: 0;
  padding-top: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 50px;
}
#hero .right form.home-page-calculations .calculations .others .row .col-xs-3 {
  line-height: 30px;
}
#hero .right form.home-page-calculations .calculations .others .row .label {
  padding-left: 0;
  color: #a5b8d0;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
#hero .right form.home-page-calculations .calculations .others .row small {
  color: #a5b8d0;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
}
#hero .right form.home-page-calculations .calculations .others .row small.price-description {
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
}
#hero .right form.home-page-calculations button.submit-calculations {
  margin-bottom: 10px;
  background-color: #39cf36;
  border-radius: 4px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border: none;
  height: 60px;
  margin-top: 10px;
  color: #fff;
  font-family: 'ProximaNovaA-Regular', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}
#hero .right form.home-page-calculations button.submit-calculations:focus,
#hero .right form.home-page-calculations button.submit-calculations:active,
#hero .right form.home-page-calculations button.submit-calculations:hover {
  outline: none;
}
#hero .right small {
  color: #b3d0f5;
  font-family: 'ProximaNovaA-Regular', sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
#hero .right small strong {
  color: #fff;
}
#hero .right small a:hover,
#hero .right small a:active,
#hero .right small a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  #hero .right {
    text-align: right;
  }
}
#hero .col-md-5ths {
  text-align: center;
  margin: 85px 0 40px;
}
#hero .col-md-5ths .media .media-top {
  height: 75px;
  position: relative;
}
#hero .col-md-5ths .media .media-top img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#hero .col-md-5ths .media .media-top img.percent-image {
  height: 66px;
}
#hero .col-md-5ths .media .media-top img.hundredk {
  height: 70px;
}
#hero .col-md-5ths .media .media-top img.trusted {
  height: 50px;
}
#hero .col-md-5ths .media .media-top img.companies {
  height: 50px;
}
#hero .col-md-5ths .media .media-top img.tracking {
  height: 33px;
}
#hero .col-md-5ths .media .media-body {
  padding-top: 30px;
}
#hero .col-md-5ths .media .media-body p {
  color: #fff;
  font-family: 'ProximaNovaA-Regular', sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 21px;
}
@media (max-width: 991px) {
  #hero .col-md-5ths {
    margin: 25px 0;
  }
}
#how-to {
  text-align: center;
  background-color: #f8f8f8;
  padding: 80px 0;
}
#how-to h2 {
  margin: 0;
}
#how-to h2 i {
  color: #1c7cf3;
  font-style: normal;
  text-transform: lowercase;
}
#how-to #progress .stepwizard {
  margin-top: 100px;
  display: table;
  width: 100%;
  position: relative;
}
#how-to #progress .stepwizard.second {
  margin-top: 30px;
}
#how-to #progress .stepwizard .stepwizard-row {
  display: table-row;
}
#how-to #progress .stepwizard .stepwizard-row:before {
  top: 35px;
  bottom: 0;
  left: 90px;
  position: absolute;
  content: " ";
  width: 80%;
  height: 2px;
  background-color: #1c7cf3;
  z-order: 0;
}
#how-to #progress .stepwizard .stepwizard-row .stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
  width: 20%;
  z-order: 1;
  vertical-align: top;
}
#how-to #progress .stepwizard .stepwizard-row .stepwizard-step .btn-circle {
  width: 70px;
  height: 70px;
  text-align: center;
  padding: 6px 0;
  margin-bottom: 35px;
  border-radius: 70px;
  background-color: #f8f8f8;
  border: 2px solid #1c7cf3;
  color: #1c7cf3;
  font-family: 'Varela Round', sans-serif;
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 10;
}
#how-to #progress .stepwizard .stepwizard-row .stepwizard-step .btn-circle span {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
}
#how-to #progress .stepwizard .stepwizard-row .stepwizard-step .btn-circle img {
  margin: auto;
}
#how-to #progress .stepwizard .stepwizard-row .stepwizard-step p {
  margin-top: 10px;
  padding: 0 25px;
}
#how-to #progress .stepwizard .stepwizard-row.first:before {
  left: 100px;
  width: 70%;
  height: 2px;
}
#how-to #progress .stepwizard .stepwizard-row.second .stepwizard-step {
  width: 50%;
}
#how-to #progress .stepwizard .stepwizard-row.second:before {
  top: 40px;
  left: 200px;
  width: 50%;
}
@media (max-width: 991px) {
  #how-to #progress .stepwizard .stepwizard-row .stepwizard-step {
    width: 33%;
  }
  #how-to #progress .stepwizard .stepwizard-row .stepwizard-step p {
    margin: 0 0 30px;
  }
}
#how-to .col-md-2 p {
  margin-top: 35px;
}
#news {
  background: #fff;
  padding: 100px 0;
}
#news h2 {
  margin-top: 0;
}
#news .col-sm-4 img {
  float: right;
  height: 225px;
}
#news .col-sm-4 img.round {
  border-radius: 225px;
  width: 225px;
}
#news a {
  color: #1c7cf3;
  font-family: 'ProximaNovaA-Regular', sans-serif;
}
#news .row {
  margin-bottom: 50px;
}
#news .row .col-sm-8 p.margin-top {
  margin-top: 50px;
}
#news .row .col-sm-8 p#click-lead {
  color: #1c7cf3;
  cursor: pointer;
  display: inline;
}
@media (max-width: 767px) {
  #news .col-sm-4 img {
    float: none;
    margin: auto;
  }
}
#send {
  padding-top: 50px;
  padding-bottom: 100px;
  background: #fff;
}
@media (max-width: 991px) {
  #send {
    padding-top: 0;
  }
}
#send h2 {
  margin: 0 0 50px;
  color: #1c7cf3;
}
#send button.btn-success {
  border: none;
  height: 50px;
  background-color: #39cf36;
  border-radius: 4px;
}
@media (max-width: 991px) {
  #send button.btn-success {
    margin-bottom: 50px;
  }
}
#send a.back {
  color: #1c7cf3;
  font-family: 'ProximaNovaA-Regular', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  background: none;
  border: none;
  padding: 0;
}
#send a.back:hover,
#send a.back:visited,
#send a.back:focus,
#send a.back:active {
  text-decoration: none;
}
#send a.back img {
  margin-right: 5px;
}
#send .mobile {
  margin: 20px 0 0;
}
#send ul.steps {
  position: relative;
}
#send ul.steps hr {
  width: 2px;
  height: 20px;
  margin: 0;
  border: none;
  position: absolute;
  left: 19px;
}
#send ul.steps hr.blue {
  background-color: #1c7cf3;
}
#send ul.steps hr.grey {
  background-color: #d7dbe0;
}
#send ul.steps li {
  clear: both;
  font-family: 'Varela Round', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  height: 40px;
  line-height: 25px;
}
#send ul.steps li.blue {
  color: #4891f5;
}
#send ul.steps li.blue .circle {
  border: 2px solid #1c7cf3;
}
#send ul.steps li.blue .circle img {
  margin-bottom: 2px;
}
#send ul.steps li.grey {
  color: #d7dbe0;
}
#send ul.steps li.grey .circle {
  border: 2px solid #d7dbe0;
}
#send ul.steps li .circle {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  margin: 0 15px 20px 0;
  text-align: center;
  line-height: 38px;
  float: left;
}
#send ul.steps li p {
  font-family: 'Varela Round', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  height: 40px;
  line-height: 22px;
  padding-top: 10px;
}
#send ul.steps li p.no-padding {
  padding-top: 0;
}
#send ul.steps li p.grey {
  color: #d7dbe0;
}
#send ul.steps li p.blue {
  color: #4891f5;
}
#send .form-group.to-country,
#send .form-group.from-country {
  margin: 0;
}
#send .form-group.to-country .select2-container--default .select2-selection--single,
#send .form-group.from-country .select2-container--default .select2-selection--single {
  border: 1px solid #b9c3cf;
  height: 50px;
}
#send .form-group.to-country .select2-container--default .select2-selection--single .select2-selection__arrow,
#send .form-group.from-country .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}
#send .form-group.to-country .select2-container--default .select2-selection--single .select2-selection__arrow img,
#send .form-group.from-country .select2-container--default .select2-selection--single .select2-selection__arrow img {
  margin-top: 20px;
}
#send #recipient input[type=radio] {
  margin-right: 5px;
}
#send #recipient label.radio-label {
  font-family: 'ProximaNovaA-Regular', sans-serif;
  line-height: 30px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
#send #recipient a {
  color: #1c7cf3;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 5px;
}
#send #recipient a:hover,
#send #recipient a:focus {
  text-decoration: none;
}
#send #recipient select {
  margin-top: 30px;
}
#send #recipient .form-group.to-country .select2-container--default {
  margin-top: 30px;
}
#send #parcel {
  background: #fff;
}
#send #parcel h2 {
  margin: 0 0 40px;
}
#send #parcel h2:last-of-type {
  margin: 40px 0 10px;
}
#send #parcel .form-group .input-group .input-group-addon {
  background: none;
  border: none;
  padding-top: 0;
  color: #333;
  font-family: 'ProximaNovaA-Regular', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 0;
}
#send #parcel .form-group .input-group .input-group-addon.light {
  color: #727e8c;
}
#send #parcel .form-group .input-group.from-country .select2-container--default {
  margin-top: 0 !important;
}
#send #parcel .form-group.private-business label {
  font-size: 14px;
}
#send #parcel .form-group.private-business input[type=radio] {
  margin-right: 10px;
}
#send #parcel textarea {
  height: 80px;
  margin-bottom: 30px;
  border: 1px solid #b9c3cf;
  border-radius: 4px;
  resize: none;
  width: 100%;
}
#send #parcel button.btn-success {
  margin-bottom: 30px;
}
#send #checkout {
  background: #fff;
}
#send #checkout h2 {
  color: #b9c3cf;
  margin-bottom: 10px;
}
#send #checkout p {
  color: #727e8c;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
}
#send #checkout p strong {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
#send #checkout .narrow-section h2 {
  margin-top: 50px;
}
#send #checkout .narrow-section.last {
  margin-top: 110px;
}
@media (max-width: 991px) {
  #send #checkout .narrow-section.last {
    padding-top: 0;
    margin-top: 0;
  }
}
#send #checkout .border {
  padding: 20px 0;
  margin: 30px 15px;
  border-top: 3px solid #d7dbe0;
  border-bottom: 3px solid #d7dbe0;
}
#send #checkout .border input[type=checkbox] {
  margin: 5px 5px 5px 0;
}
#send #checkout .border i {
  color: #1c7cf3;
  font-weight: 700;
  font-style: normal;
}
#send #checkout .wide-section h2 {
  color: #1c7cf3;
  margin-bottom: 20px;
}
#send #checkout .wide-section p {
  margin-bottom: 30px;
  color: #000;
  font-family: 'ProximaNovaA-Regular', sans-serif;
  font-size: 20px;
  line-height: 25px;
}
#send #checkout div.transport-methods {
  margin-bottom: 20px;
}
#send #checkout ul.payment-methods {
  margin-bottom: 0;
}
#send #checkout ul.payment-methods li a img {
  width: 75px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  #send #checkout ul.payment-methods li a img {
    width: 100px;
    padding-bottom: 20px;
  }
}
#send #checkout ul.payment-methods a {
  color: #1c7cf3;
  font-family: 'ProximaNovaA-Regular', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
#send #checkout ul.payment-methods a:hover,
#send #checkout ul.payment-methods a:visited,
#send #checkout ul.payment-methods a:focus,
#send #checkout ul.payment-methods a:active {
  text-decoration: none;
}
#send #checkout ul.payment-methods a img {
  margin-right: 5px;
}
#send#success {
  background: #fff;
}
#send#success h2 {
  margin-bottom: 40px;
}
#send#success p {
  font-size: 20px;
  line-height: 25px;
}
#send#success ul {
  list-style: none;
  list-style-image: url('/static/images/blue-bullet.svg');
  padding-left: 15px;
}
#send#success ul li {
  font-weight: 400;
  line-height: 21px;
  padding-bottom: 10px;
}
#send#success ul li a {
  color: #1c7cf3;
  font-weight: 700;
  line-height: 21px;
}
#send#success .col-md-6:nth-of-type(2) p {
  margin-top: 90px;
}
#send#success #map {
  height: 300px;
  width: 100%;
}
#modal {
  text-align: center;
}
#modal .modal-dialog {
  max-width: 400px;
}
#modal .modal-dialog .modal-content .modal-body {
  padding: 30px 25px;
}
#modal .modal-dialog .modal-content .modal-body label {
  color: #727e8c;
  font-family: 'ProximaNovaA-Regular', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
}
#modal .modal-dialog .modal-content .modal-body input.form-control {
  height: 50px;
  margin-bottom: 20px;
}
#modal .modal-dialog .modal-content .modal-body button.btn.btn-success {
  margin-bottom: 30px;
  background-color: #39cf36;
  border-radius: 4px;
  border: none;
  height: 50px;
  color: #fff;
  font-family: 'ProximaNovaA-Regular', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}
#modal .modal-dialog .modal-content .modal-body button.btn.btn-success:focus,
#modal .modal-dialog .modal-content .modal-body button.btn.btn-success:active,
#modal .modal-dialog .modal-content .modal-body button.btn.btn-success:hover {
  outline: none;
}
#modal .modal-dialog .modal-content .modal-body a {
  text-decoration: underline;
  color: #1c7cf3;
  font-family: 'ProximaNovaA-Regular', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
}
.select2-container--default {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  background: #fff;
  border: none;
  height: 48px;
  padding-left: 40px;
}
.select2-container--default .select2-selection--single:focus {
  outline: none;
  box-shadow: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  font-size: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow img {
  margin-top: 0;
}
.select2-container--default .select2-selection--single img.flag {
  position: absolute;
  left: 5px;
  top: 12px;
  height: 20px;
  box-shadow: 2px 2px 2px #888888;
}
.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: none;
}
.select2-dropdown {
  background: #f8f8f8;
  border-radius: 5px;
  margin-top: 15px;
  border: 1px solid #d7dbe0;
}
.select2-dropdown .select2-search {
  margin-top: 15px;
  padding: 0 20px;
}
.select2-dropdown .select2-search .select2-search__field {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #d7dbe0;
}
.select2-dropdown .select2-search .select2-search__field:focus {
  outline: none;
}
.select2-dropdown .select2-results .select2-results__options {
  max-height: 400px;
}
.select2-dropdown .select2-results .select2-results__options .select2-results__options {
  max-height: none;
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option {
  color: #000;
  font-size: 20px;
  border-bottom: 1px solid #d7dbe0;
  min-height: 50px;
  padding: 10px 20px;
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option img.img-flag {
  margin-right: 10px;
  height: 20px;
  box-shadow: 2px 2px 2px #888888;
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option[role=treeitem] {
  overflow: hidden;
  white-space: nowrap;
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option[role=treeitem]:hover,
.select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true],
.select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted[aria-selected] {
  background: #b9c3cf;
}
#businesses,
#services,
#aboutus,
#testimonials,
#faq,
#contact,
#privacy,
#terms-conditions,
#prohibited-items,
#recommendations,
#responsibility {
  padding-top: 50px;
  padding-bottom: 100px;
  font-family: 'ProximaNovaA-Regular', sans-serif;
  background: #fff;
}
#businesses h1,
#services h1,
#aboutus h1,
#testimonials h1,
#faq h1,
#contact h1,
#privacy h1,
#terms-conditions h1,
#prohibited-items h1,
#recommendations h1,
#responsibility h1 {
  color: #1c7cf3;
  margin-bottom: 50px;
  font-size: 35px;
}
#businesses p,
#services p,
#aboutus p,
#testimonials p,
#faq p,
#contact p,
#privacy p,
#terms-conditions p,
#prohibited-items p,
#recommendations p,
#responsibility p {
  margin-bottom: 20px;
}
#businesses ul.bullets,
#services ul.bullets,
#aboutus ul.bullets,
#testimonials ul.bullets,
#faq ul.bullets,
#contact ul.bullets,
#privacy ul.bullets,
#terms-conditions ul.bullets,
#prohibited-items ul.bullets,
#recommendations ul.bullets,
#responsibility ul.bullets {
  list-style: none;
  list-style-image: url('/static/images/blue-bullet.svg');
  margin-left: 20px;
  margin-bottom: 15px;
}
#businesses ul.bullets li,
#services ul.bullets li,
#aboutus ul.bullets li,
#testimonials ul.bullets li,
#faq ul.bullets li,
#contact ul.bullets li,
#privacy ul.bullets li,
#terms-conditions ul.bullets li,
#prohibited-items ul.bullets li,
#recommendations ul.bullets li,
#responsibility ul.bullets li {
  padding-bottom: 10px;
}
#businesses ul.bullets li ul,
#services ul.bullets li ul,
#aboutus ul.bullets li ul,
#testimonials ul.bullets li ul,
#faq ul.bullets li ul,
#contact ul.bullets li ul,
#privacy ul.bullets li ul,
#terms-conditions ul.bullets li ul,
#prohibited-items ul.bullets li ul,
#recommendations ul.bullets li ul,
#responsibility ul.bullets li ul {
  list-style-image: none;
  margin: 0;
}
#businesses ul.bullets.indented,
#services ul.bullets.indented,
#aboutus ul.bullets.indented,
#testimonials ul.bullets.indented,
#faq ul.bullets.indented,
#contact ul.bullets.indented,
#privacy ul.bullets.indented,
#terms-conditions ul.bullets.indented,
#prohibited-items ul.bullets.indented,
#recommendations ul.bullets.indented,
#responsibility ul.bullets.indented {
  margin: 20px 0 100px 50px;
}
#businesses img,
#services img,
#aboutus img,
#testimonials img,
#faq img,
#contact img,
#privacy img,
#terms-conditions img,
#prohibited-items img,
#recommendations img,
#responsibility img {
  margin-bottom: 50px;
}
#businesses img.round,
#services img.round,
#aboutus img.round,
#testimonials img.round,
#faq img.round,
#contact img.round,
#privacy img.round,
#terms-conditions img.round,
#prohibited-items img.round,
#recommendations img.round,
#responsibility img.round {
  border-radius: 225px;
  height: 225px;
  width: 225px;
}
#businesses a,
#services a,
#aboutus a,
#testimonials a,
#faq a,
#contact a,
#privacy a,
#terms-conditions a,
#prohibited-items a,
#recommendations a,
#responsibility a {
  color: #1c7cf3;
  font-weight: 600;
  text-decoration: underline;
}
#businesses p:first-of-type {
  margin-bottom: 115px;
}
#businesses img.visible-sm {
  margin: auto;
}
@media (max-width: 991px) {
  #businesses p:first-of-type {
    margin-bottom: 25px;
  }
}
#services {
  padding-top: 0;
  padding-bottom: 0;
}
#services .header {
  height: 320px;
  background-color: #283544;
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}
#services .header h1 {
  margin-top: 0;
  padding-top: 75px;
  color: #fff;
}
#services .header img {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  #services .header img {
    display: none;
  }
}
@media (max-width: 991px) {
  #services .header {
    background-image: url('/static/images/europe-services.png');
    background-repeat: no-repeat;
    background-position: top right -100px;
  }
}
#services h1 {
  color: #1c7cf3;
}
@media (max-width: 768px) {
  #services img.services-images {
    float: none !important;
    margin: auto;
  }
}
#services .grey {
  background: #f8f8f8;
  padding-top: 80px;
  margin-top: 45px;
  padding-bottom: 100px;
}
#services .grey .steps-holder {
  width: 30%;
  float: left;
}
#services .grey .steps-holder ul.steps {
  position: relative;
  height: 100%;
}
#services .grey .steps-holder ul.steps li {
  clear: both;
  font-family: 'Varela Round', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  height: 40px;
  line-height: 25px;
  color: #4891f5;
}
#services .grey .steps-holder ul.steps li .circle {
  border: 2px solid #1c7cf3;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  margin: 0 15px 20px 0;
  text-align: center;
  line-height: 38px;
  float: left;
}
#services .grey .steps-holder ul.steps li p {
  font-family: 'Varela Round', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 22px;
  padding-top: 10px;
  color: #1c7cf3;
}
#services .grey .steps-holder ul.steps li p.no-padding {
  padding-top: 0;
}
#services .grey .steps-holder ul.steps li p.blue {
  color: #4891f5;
}
@media (max-width: 991px) {
  #services .grey .steps-holder {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #services .grey .steps-holder ul.steps li p.no-padding {
    padding-top: 10px;
  }
}
#services .grey .content-holder {
  width: 70%;
  float: right;
}
#services .grey .content-holder hr {
  width: 2px;
  height: 100%;
  margin: 0;
  border: none;
  position: absolute;
  left: 34px;
  top: 40px;
  background-color: #1c7cf3;
}
#services .grey .content-holder ul {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #services .grey .content-holder {
    display: block;
    width: 80%;
    float: none;
  }
  #services .grey .content-holder hr {
    display: none;
  }
}
#aboutus {
  padding-top: 0;
}
#aboutus h5 {
  font-size: 18px;
}
#aboutus .header {
  height: 400px;
  background-color: #283544;
  position: relative;
}
#aboutus .header img {
  margin-top: 30px;
}
#aboutus .header h1 {
  color: #1c7cf3;
  padding-top: 30px;
}
#aboutus .header h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
}
#aboutus .header p {
  color: #fff;
}
#aboutus h1 {
  margin-top: 60px;
  margin-bottom: 40px;
}
#aboutus p:first-of-type {
  margin-bottom: 0 !important;
}
#aboutus .company-logos {
  margin-top: 35px;
  border: 4px solid #f8f8f8;
  text-align: center;
}
#aboutus .company-logos ul {
  height: 140px;
}
#aboutus .company-logos ul li {
  width: 15%;
  padding-top: 40px;
}
#aboutus .company-logos ul li img {
  margin: auto;
}
#aboutus .company-logos:nth-of-type(2) {
  margin-bottom: 30px;
}
#aboutus .company-logos:nth-of-type(2) ul {
  height: 210px;
}
@media (max-width: 768px) {
  #aboutus .company-logos:nth-of-type(2) ul {
    height: 390px;
  }
  #aboutus .company-logos:nth-of-type(2) ul li {
    width: 32%;
  }
}
@media (max-width: 991px) {
  #aboutus .header {
    height: auto;
    padding-bottom: 20px;
  }
  #aboutus .header h1 {
    margin-top: 0;
  }
  #aboutus .header img {
    display: none;
  }
}
#testimonials {
  padding-top: 0;
  padding-bottom: 90px;
}
#testimonials .grey-background {
  background-color: #f0f0f0;
  padding-bottom: 75px;
  padding-top: 25px;
}
#testimonials .grey-background .col-md-3,
#testimonials .grey-background .col-sm-6 {
  font-size: 18px;
}
#testimonials .grey-background .col-md-3 img,
#testimonials .grey-background .col-sm-6 img {
  height: 180px;
  width: 180px;
  border-radius: 180px;
}
#testimonials .grey-background .col-md-3 a,
#testimonials .grey-background .col-sm-6 a {
  color: #1c7cf3;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
}
#testimonials .grey-background .col-md-3 a i,
#testimonials .grey-background .col-sm-6 a i {
  color: #000;
  font-style: normal;
}
#testimonials .grey-background .col-md-3 h3,
#testimonials .grey-background .col-sm-6 h3 {
  font-size: 20px;
}
#testimonials .grey-background .col-md-3 ul li,
#testimonials .grey-background .col-sm-6 ul li {
  margin-bottom: 5px;
  font-size: 14px;
}
#testimonials .quotes {
  padding-top: 70px;
}
#faq p,
#faq p:first-of-type {
  margin-bottom: 50px;
}
#faq a {
  font-size: 14px;
  text-decoration: none;
  color: #1c7cf3;
}
#faq h3 {
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 0;
}
#faq h1 {
  margin-top: 0;
}
#faq img {
  height: 200px;
}
#faq p.less-margin {
  margin-bottom: 10px;
}
#faq .quotes {
  padding-top: 20px;
}
#contact p:first-of-type {
  margin-bottom: 20px;
}
#contact a {
  font-size: 14px;
  text-decoration: none;
  color: #1c7cf3;
}
#contact .maps h1 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #contact .maps .col-md-6 {
    margin-top: 20px;
  }
}
#terms-conditions table.table,
#privacy table.table,
#responsibility table.table {
  border: none;
}
#terms-conditions table.table thead tr,
#privacy table.table thead tr,
#responsibility table.table thead tr {
  background-color: #1c7cf3;
  color: #fff;
}
#terms-conditions table.table thead tr th,
#privacy table.table thead tr th,
#responsibility table.table thead tr th {
  border-bottom: none;
  border-left: 2px solid #fff;
}
#terms-conditions table.table tbody tr td,
#privacy table.table tbody tr td,
#responsibility table.table tbody tr td {
  border-bottom: 2px solid #1c7cf3;
  background-color: #ecf4fe;
}
#terms-conditions table.table tbody tr td.background,
#privacy table.table tbody tr td.background,
#responsibility table.table tbody tr td.background {
  border-bottom: 2px solid #fff;
  background-color: #1c7cf3;
  color: #fff;
}
#terms-conditions table.table tbody tr:last-of-type td,
#privacy table.table tbody tr:last-of-type td,
#responsibility table.table tbody tr:last-of-type td {
  border-bottom: 2px solid #1c7cf3;
}
#terms-conditions ul,
#privacy ul,
#responsibility ul {
  padding-left: 15px;
}
#terms-conditions ul li,
#privacy ul li,
#responsibility ul li {
  padding-bottom: 5px;
}
#terms-conditions table.no-style,
#privacy table.no-style,
#responsibility table.no-style {
  margin-bottom: 20px;
}
#terms-conditions table.no-style tr td:first-of-type,
#privacy table.no-style tr td:first-of-type,
#responsibility table.no-style tr td:first-of-type {
  width: 15%;
}
#terms-conditions table.no-style tr td,
#privacy table.no-style tr td,
#responsibility table.no-style tr td {
  padding-bottom: 10px;
}
#prohibited-items p {
  margin-bottom: 5px;
}
body {
  font-family: 'ProximaNovaA-Regular', sans-serif;
}
h1 {
  color: #fff;
  font-family: 'Varela Round', sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}
h2 {
  color: #333;
  font-family: 'Varela Round', sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
  text-transform: uppercase;
}
p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.form-group label {
  color: #727e8c;
  font-family: 'ProximaNovaA-Regular', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
}
.form-group.required label {
  font-weight: 700;
}
.form-group input.form-control {
  border: 1px solid #d9dadf;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 25px;
  color: #333;
  font-family: 'ProximaNovaA-Regular', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}
.form-group input.form-control:focus {
  box-shadow: none;
}
.form-group textarea {
  border: 1px solid #d7dbe0;
  border-radius: 4px;
  resize: none;
  color: #333;
  font-family: 'ProximaNovaA-Regular', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}
.form-group textarea:focus {
  box-shadow: none;
  border-color: #d7dbe0;
}
input.form-control.error-border {
  margin-bottom: -5px;
  border: 1px solid #fd1a20;
}
.errorlist {
  list-style: none;
  padding: 5px 0 0;
  color: #fd1a20;
}
.toggle-button {
  float: right;
}
/* Slideout */
.slideout-menu {
  left: auto;
}
/* 5 equal columns */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
label.styled-radio {
  cursor: pointer;
  display: block;
}
label.styled-radio input[type="radio"] {
  display: none;
}
label.styled-radio input[type="radio"] + span {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url('/static/images/unchecked-parcel.png') top no-repeat;
  cursor: hand;
}
label.styled-radio input[type="radio"]:checked + span {
  background: url('/static/images/checked-parcel.png') top no-repeat;
}
label.styled-radio span {
  margin-right: 5px;
}
label.styled-checkbox {
  font-weight: 700;
}
label.styled-checkbox input[type="checkbox"] {
  display: none;
}
label.styled-checkbox input[type="checkbox"] + span {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url('/static/images/no-bill.png') top no-repeat;
  cursor: hand;
}
label.styled-checkbox input[type="checkbox"]:checked + span {
  background: url('/static/images/bill.png') top no-repeat;
}
label.styled-checkbox span {
  margin-right: 5px;
}
/* tracking forms */
.tracking-form {
  min-height: 90px;
  line-height: 90px;
  font-family: 'ProximaNovaA-Regular', sans-serif;
}
.tracking-form p {
  font-size: 24px;
  letter-spacing: 0.54px;
  line-height: 80px;
}
@media (max-width: 991px) {
  .tracking-form p {
    padding-top: 20px;
    text-align: center;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .tracking-form .input-group {
    padding-bottom: 20px;
  }
}
.tracking-form .input-group input.form-control {
  height: 45px;
  letter-spacing: 0.61px;
  float: none;
  border: none;
  box-shadow: none;
}
.tracking-form .input-group .input-group-btn button {
  height: 45px;
  width: 220px;
  border-radius: 0px 2px 2px 0px;
  border: none;
  background: #373737;
  box-shadow: inset -4px -4px 0px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 630px) {
  .tracking-form .input-group .input-group-btn button {
    width: 150px;
  }
}
.tracking-form.dark {
  background: #A22420;
}
.tracking-form.dark p {
  color: #FFFFFF;
}
.tracking-form.dark .input-group input.form-control {
  background: #FFFFFF;
  border-radius: 2px 0px 0px 2px;
}
.tracking-form.light {
  background: #FFFFFF;
}
.tracking-form.light p {
  color: #373737;
}
.tracking-form.light .input-group input.form-control {
  background: #F6F6F6;
  border-radius: 4px 0px 0px 4px;
}
.tracking-form.light .input-group .input-group-btn button {
  border-radius: 0px 4px 4px 0px;
}
/* Main content */
#main h1 {
  font-family: 'ProximaNovaA-Bold', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  color: #484848;
  letter-spacing: 0.75px;
  line-height: 32px;
  padding-top: 20px;
  padding-bottom: 15px;
}
#main h2 {
  font-family: 'ProximaNovaA-Bold', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 26px;
  margin-bottom: 30px;
}
#main h2 hr {
  margin: 15px auto 0;
  width: 30px;
  height: 3px;
  background: #484848;
  border: none;
}
#main h3 {
  margin-top: 10px;
  font-family: 'ProximaNovaA-Bold', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.44px;
  line-height: 19px;
}
#main h4 {
  font-family: 'ProximaNovaA-Bold', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  color: #323131;
  line-height: 31px;
}
#main hr {
  margin: 10px 0;
  width: 120px;
  height: 3px;
  background: #A02525;
  border: none;
}
#main p {
  font-size: 13px;
  line-height: 25px;
}
#main ul li {
  margin-top: 15px;
  line-height: 25px;
  margin-left: 50px;
  padding-left: 10px;
}
#main .pale-red {
  color: #8F6A6A;
}
#main .red {
  color: #A02525;
}
#main .dark {
  color: #323131;
}
#main .light {
  background: #efeade;
  background-size: cover;
}
#main .small {
  font-size: 13px;
  line-height: 25px;
}
#main .bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
#main .img-offset {
  padding-top: 50px;
  padding-right: 30px;
}
#main .row {
  padding-top: 10px;
  padding-bottom: 10px;
}
#main .row img {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 10px;
}
#main .row.row-padding {
  padding-top: 55px;
  padding-bottom: 55px;
}
#main #tracking-header {
  text-align: center;
  padding-bottom: 65px;
}
#main #tracking-header h1 {
  font-size: 24px;
  color: #373737;
  letter-spacing: 0.69px;
  line-height: 33px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#main #tracking-header p {
  font-size: 16px;
  color: #373737;
  line-height: 34px;
}
#main #tracking-header #progress-bar {
  padding-top: 5px;
}
#main #tracking-header #progress-bar .ui-state-disabled {
  opacity: 1;
}
#main #tracking-header #progress-bar #slider {
  height: 12px;
  position: relative;
}
#main #tracking-header #progress-bar #slider label {
  position: absolute;
  width: 20px;
  margin-left: -10px;
  text-align: center;
  margin-top: 20px;
}
#main #tracking-header #progress-bar #slider.ui-widget-content {
  border: none;
}
#main #tracking-header #progress-bar #slider.ui-widget-content .ui-state-default,
#main #tracking-header #progress-bar #slider.ui-widget-content .ui-state-focus {
  background: none;
  background-image: url('/static/images/slider-handle.png');
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}
#main #tracking-header #progress-bar #slider.ui-widget-content.ui-slider-horizontal .ui-slider-handle {
  top: -3px;
}
#main #tracking-header #progress-bar #slider img.endpoint {
  width: 21px;
  position: absolute;
  right: -11px;
  top: -3px;
}
#main #tracking-header #progress-bar #slider img.startpoint {
  width: 21px;
  position: absolute;
  left: -11px;
  top: -3px;
  z-index: 9999;
}
#main #tracking-header #progress-bar #slider .ui-slider-range {
  height: 12px;
  background: #A22420;
}
#main #tracking-header #progress-bar #slider .progress-labels {
  padding-left: 0;
  position: relative;
}
#main #tracking-header #progress-bar #slider .progress-labels li {
  position: absolute;
  top: 10px;
  display: inline;
  margin-left: 0;
  padding-left: 0;
  font-family: 'Open Sans' sans-serif;
  font-size: 12px;
  color: #373737;
  line-height: 18px;
}
#main #tracking-header #progress-bar #slider .progress-labels li .statepoint {
  position: absolute;
  top: -28px;
  left: -11px;
  width: 21px;
  z-index: 9999;
}
#main table.table.table-bordered.table-striped.tracking {
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#main table.table.table-bordered.table-striped.tracking thead th {
  font-family: 'ProximaNovaA-Regular', sans-serif;
  text-transform: uppercase;
  background: #C7C3B8;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  line-height: 22px;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
}
#main table.table.table-bordered.table-striped.tracking tbody {
  border: none;
}
#main table.table.table-bordered.table-striped.tracking tbody tr:nth-of-type(odd) {
  background: #FFFFFF;
  border: none;
}
#main table.table.table-bordered.table-striped.tracking tbody tr:nth-of-type(even) {
  background: #F6F6F6;
}
#main table.table.table-bordered.table-striped.tracking tbody tr td {
  border: none;
  padding-left: 15px;
  padding-right: 15px;
}
#main table.table.table-bordered.table-striped.tracking tbody tr td:first-of-type {
  font-weight: 700;
}
#main .messages {
  padding-left: 0;
  margin-bottom: 500px;
  text-align: center;
  list-style: none;
}
#main .messages li {
  margin-left: 0;
}
#main #lead {
  font-size: 16px;
  line-height: 26px;
}
#main #team .member h2 {
  margin-bottom: 0;
}
#main #partners .logo img {
  vertical-align: bottom;
  padding-bottom: 0;
}
#main #partners .logo-link a {
  font-size: 17px;
  color: #323131;
  line-height: 23px;
}
#main #services {
  margin-bottom: 65px;
  cursor: pointer;
}
#main #services .service .col-xs-7 {
  font-size: 13px;
}
#main #contacts {
  margin-top: 0;
  background: url('/static/images/headers/us.png') no-repeat top center;
  background-size: cover;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 27px;
  letter-spacing: 0.3px;
}
#main #contacts #larger {
  font-family: 'ProximaNovaA-Regular', sans-serif;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 31px;
  margin-bottom: 15px;
}
#main #contacts .contact a {
  font-family: 'ProximaNovaA-Regular', sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 31px;
}
#main ul.list {
  margin-left: 10px;
  padding-left: 0;
  margin-bottom: 20px;
}
#main ul.list li {
  margin-left: 15px;
  padding-left: 0;
  margin-top: 5px;
  font-size: 13px;
  line-height: 20px;
}
#main ul.list li.bigger {
  font-size: 13px;
  line-height: 26px;
  padding-left: 20px;
}
#main #inquiry {
  margin-top: 20px;
}
#main #inquiry h1 {
  font-family: 'ProximaNovaA-Regular', sans-serif;
  font-size: 16px;
  color: #484848;
  font-weight: 600;
  letter-spacing: 0.46px;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}
#main #inquiry h1 span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #484848;
  line-height: 16px;
  text-align: right;
}
#main #inquiry .fa-check {
  color: #D9D9D9;
}
#main #inquiry .red-check {
  color: #E14454;
}
#main #inquiry form label {
  color: #484848;
  margin-left: 2px;
  margin-bottom: 3px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.21px;
  line-height: 18px;
}
#main #inquiry form input.form-control {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  margin-bottom: 6px;
}
#main #inquiry form .no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
#main #inquiry form .no-padding input.form-control {
  min-height: 37px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #484848;
  line-height: 22px;
}
#main #inquiry form .btn.btn-block {
  background: #484848;
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-size: 13px;
  color: #E7E4DC;
  line-height: 27px;
  border-radius: 0;
}
#main #inquiry form #sales-origin-container input {
  height: 35px;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
#main #inquiry form #sales-origin-container .row {
  padding-top: 1px;
  padding-bottom: 0;
}
#main #inquiry form #sales-origin-container .color {
  background-color: #fff;
  min-height: 35px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: rgba(40, 40, 40, 0.2);
  line-height: 20px;
  padding-top: 7px;
  font-style: italic;
}
#main #inquiry form #sales-origin-container .color i {
  padding-left: 8px;
  padding-right: 10px;
}
#main #inquiry form .sales-label {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #484848;
  line-height: 16px;
}
#main #inquiry form .sales-help {
  margin-top: 70px;
  height: 150px;
  width: 185px;
  background-color: #9c9683;
  border-radius: 5px;
  color: #FFF;
  position: relative;
}
#main #inquiry form .sales-help p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 15px;
}
#main #inquiry form .sales-help .rotate {
  position: absolute;
  left: -10px;
  bottom: 65px;
  background-color: #9c9683;
  height: 20px;
  width: 20px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
#main #inquiry #sales-amounts .small {
  font-size: 12px;
  font-weight: 600;
}
#main #inquiry #sales-amounts input.form-control {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
}
#main #inquiry .warehouse-requirement {
  position: relative;
  padding: 0;
  margin: 0 0 1px 0;
  border: 0;
  min-height: 35px;
  padding-left: 40px;
}
#main #inquiry .warehouse-requirement i {
  position: absolute;
  top: 2px;
  left: 10px;
}
#main #integrations ul.list {
  margin-bottom: 10px;
}
#main #integrations .table-bordered {
  font-size: 13px;
}
#main #integrations .table-bordered thead {
  font-size: 14px;
  color: #fff;
  background-color: #A02525;
  border: 1px solid #888;
  border-bottom: none;
}
#main #integrations .table-bordered thead tr th {
  border: none;
  text-align: center;
}
#main #integrations .table-bordered tbody tr td {
  border: 1px solid #888;
}
#map {
  height: 300px;
}
#footer {
  background: url('/static/images/FOOTER.png') no-repeat top center;
  background-size: cover;
  padding-top: 10px;
  height: 40px;
  color: #fff;
  line-height: 21px;
}
#footer a {
  font-family: 'ProximaNovaA-Regular', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 17px;
}
#footer .text-right {
  font-family: 'ProximaNovaA-Regular', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #6C6B6B;
  line-height: 19px;
  padding-top: 2px;
}
#footer .col-xs-5 {
  padding-right: 20px;
}
