.btn-holder {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .btn-holder .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.btn {
  padding: 12px 25px;
  border: 0;
}

.btn.full-width {
  width: 100%;
  text-align: center;
}

.btn:hover,
.btn:active {
  border: 0;
}

.btn.btn-sm {
  font-size: 0.8em;
  padding: 7px 14px;
}

.btn.btn-link {
  color: #ed1c24;
}

.btn.delete {
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
}

.btn.remove {
  border-radius: 0;
  background-color: #ed1c24;
  color: white;
}

.btn.btn-homingpin {
  transition: background-position 0.2s ease 0.2s;
  background-size: auto 200%;
  background-position: 0 100%;
}

.btn.btn-homingpin:hover,
.btn.btn-homingpin:active {
  transition: background-position 0.2s ease 0.3s;
  background-position: 0 0;
}

.btn.btn-dark {
  color: white;
  background-color: #161616;
  background-image: linear-gradient(to bottom, #3d3d3d 0%, #161616 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#161616',GradientType=0 );
}

.btn.btn-grey {
  color: white;
  background-color: #161616;
  background-image: linear-gradient(to bottom, #6f6f6f 0%, #555555 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#161616',GradientType=0 );
}

.btn.btn-white {
  color: #ed1c24;
  background-color: white;
  background-image: linear-gradient(to bottom, white 0%, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#eaeaea',GradientType=0 );
}

.btn.btn-red {
  color: white;
  background-color: #ed1c24;
  background-image: linear-gradient(to bottom, #ef343b 0%, #c61017 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1d24', endColorstr='#da191f',GradientType=0 );
}

.btn.btn-green {
  color: white;
  background-color: #34bf49;
  background-image: linear-gradient(to bottom, #34bf49 0%, #29973a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42ce77', endColorstr='#2fb461',GradientType=0 );
}

.btn.btn-social {
  text-transform: none;
}

.btn.btn-social i {
  margin-right: 10px;
  font-size: 1.2em;
}

.btn.btn-facebook {
  color: white;
  background-color: #3b5998;
  background-image: linear-gradient(to bottom, #4264aa 0%, #2d4373 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42ce77', endColorstr='#2fb461',GradientType=0 );
}

.btn.btn-twitter {
  color: white;
  background-color: #55acee;
  background-image: linear-gradient(to bottom, #6cb7f0 0%, #2795e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42ce77', endColorstr='#2fb461',GradientType=0 );
}

.btn.btn-linkedin {
  color: white;
  background-color: #0077b5;
  background-image: linear-gradient(to bottom, #0088cf 0%, #005582 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42ce77', endColorstr='#2fb461',GradientType=0 );
}

.btn.btn-email {
  color: white;
  background-color: #999999;
  background-image: linear-gradient(to bottom, #a6a6a6 0%, gray 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42ce77', endColorstr='#2fb461',GradientType=0 );
}

.btn.btn-unverified {
  color: #ed1c24;
  background-color: white;
  background-image: linear-gradient(to bottom, white 0%, #e7e7e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#e7e7e7',GradientType=0 );
}

.btn.btn-user {
  padding: 4px 20px 4px 4px;
  border-radius: 24px;
}

.btn.btn-user span {
  display: inline-block;
  vertical-align: middle;
}

.btn.btn-user span.user-img {
  overflow: hidden;
  height: 40px;
  width: 40px;
  text-align: center;
  background: white;
  border-radius: 20px;
  border: 2px solid white;
}

.btn.btn-user span.user-img.no-img {
  font-weight: bold;
  line-height: 35px;
  color: #333;
}

.btn.btn-user span.user-img img {
  height: 100%;
  width: 100%;
}

.btn.btn-user span.user-name {
  padding-left: 10px;
  line-height: 40px;
}

.btn.btn-user.active {
  background-color: #ed1c24;
  background-image: linear-gradient(to bottom, #ef343b 0%, #c61017 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1d24', endColorstr='#da191f',GradientType=0 );
}

.btn.btn-user:focus {
  outline: none;
}

label {
  font-weight: normal;
}

label .required {
  color: #ed1c24;
  font-weight: bold;
  font-size: 1.1em;
}

.form-group.has-error .helper-text {
  color: #833ab4;
}

.form-group.has-error input {
  border-color: #833ab4;
}

form.segmented fieldset {
  margin-bottom: 4em;
}

.form-control {
  box-shadow: none;
  border: none;
  height: 40px;
}

.form-control:disabled {
  background-color: white;
}

.form-control.bordered {
  border: 1px solid #cbcbcb;
}

.profile-multiple-inputs {
  margin-bottom: 10px;
}

.input-group .btn {
  height: 40px;
  border: none;
}

.input-group .input-group-addon-dark {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
}

.account-form .form-control {
  height: 45px;
}

.account-form .input-group .btn {
  height: 45px;
  color: #797979;
  font-size: 16px;
  line-height: 1;
  background-color: #ebebeb;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}

.account-form .input-group .btn.scan {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}

.account-form .input-group .input-group-addon {
  color: #797979;
  background-color: #ebebeb;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}

.account-form .bootstrap-datetimepicker-widget a.btn {
  border: 0;
  padding: 0;
  background-color: transparent;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: 0;
}

.form-control::-webkit-input-placeholder {
  color: #d8d8d8;
  font-style: italic;
}

.form-control:-moz-placeholder {
  color: #d8d8d8;
  font-style: italic;
}

.form-control::-moz-placeholder {
  color: #d8d8d8;
  font-style: italic;
}

.form-control:-ms-input-placeholder {
  color: #d8d8d8;
  font-style: italic;
}

.form-inline .bootstrap-select {
  margin-left: 15px !important;
  width: 200px !important;
}

.form-wrap {
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 40px 50px;
  background-color: #f5f5f5;
}

.form-wrap.small-pad {
  padding: 20px 25px;
}

.form-wrap.no-top-margin {
  margin-top: 0;
}

.form-wrap label {
  color: #161616;
}

.form-wrap label small {
  color: #999999;
}

.form-wrap .form-control {
  height: 45px;
}

.form-wrap .form-control,
.form-wrap .bootstrap-select {
  border: 1px solid #e1e1e1;
}

.form-wrap .bootstrap-select {
  border-radius: 4px;
}

.form-wrap .bootstrap-select i {
  margin-right: 10px;
}

.form-wrap .bootstrap-select .off-trip {
  color: #cbcbcb;
}

.form-wrap .bootstrap-select .on-trip {
  color: #29a6e0;
}

.form-wrap .bootstrap-select .lost {
  color: #ed1c24;
}

.form-wrap .bootstrap-select .flag-icon {
  webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 16px;
}

.form-wrap .bootstrap-select .btn {
  text-transform: none;
}

.form-wrap .bootstrap-select .btn.dropdown-toggle {
  padding-left: 15px;
}

.form-wrap .bootstrap-select .selected {
  color: white;
}

.form-wrap .bootstrap-select .selected a {
  background: #ed1c24;
  color: white;
}

.form-wrap .bootstrap-select .selected a:hover,
.form-wrap .bootstrap-select .selected a:active {
  background: #232323;
}

.form-wrap .bootstrap-select .selected .check-mark {
  color: white;
}

.form-wrap .profile-image-upload {
  display: block;
  width: 100%;
}

.form-wrap .profile-image-upload .profile-input {
  display: inline-block;
  vertical-align: middle;
  width: 85px;
  height: 85px;
  margin-right: 15px;
  background: white;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
}

.form-wrap .profile-image-upload .profile-input img {
  border-radius: 50%;
}

.form-wrap .profile-image-upload .btn {
  vertical-align: middle;
}

.form-wrap .found {
  height: 122px;
}

.form-wrap .instruction {
  font-size: 0.9em;
}

.form-wrap .activate {
  position: absolute;
  top: -15px;
  left: -90px;
}

@media (max-width: 991px) {
  .form-wrap .activate {
    display: none;
  }
}

.form-wrap .h1 {
  display: block;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
  border-bottom: none;
  font-size: 2em;
}

.form-wrap .h1:after {
  display: none;
}

.form-wrap .login-instruction {
  display: block;
  padding-bottom: 15px;
  color: #555555;
  font-style: italic;
  font-size: 0.9em;
}

.form-wrap .action-link {
  display: block;
  padding-top: 10px;
  text-decoration: underline;
}

.form-wrap .login-register {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.form-wrap .login-register .border {
  width: 100%;
  border-top: 1px solid #cbcbcb;
}

.form-wrap .checkbox {
  margin-bottom: 15px;
}

.form-wrap .checkbox input[type="checkbox"] {
  display: none;
}

.form-wrap .checkbox label {
  padding-left: 0;
  width: 100%;
}

.form-wrap .checkbox input[type="checkbox"] + label span.pip {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  margin: -1px 0px 0 10px;
  vertical-align: middle;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
}

.form-wrap .checkbox input[type="checkbox"] + label span.pip:after {
  content: '\f00c';
  opacity: 0;
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  left: 6px;
  top: 7px;
  border-radius: 2px;
  color: #34bf49;
  font-size: 1.2em;
  line-height: 1;
  font-family: 'FontAwesome';
  transition: opacity 0.1s linear 0.1s;
}

.form-wrap .checkbox input[type="checkbox"]:checked + label span.pip:after {
  opacity: 1.0;
  transition: opacity 0.1s linear 0s;
}

.form-wrap .checkbox label span.faux-label {
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

.form-wrap .radio {
  margin-bottom: 15px;
}

.form-wrap .radio input[type="radio"] {
  display: none;
}

.form-wrap .radio label {
  padding-left: 0;
  width: 100%;
}

.form-wrap .radio input[type="radio"] + label span {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 767px) {
  .form-wrap .radio input[type="radio"] + label span {
    font-size: 0.8em;
  }
}

.form-wrap .radio input[type="radio"] + label span.pip {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  margin: -1px 10px 0 0px;
  vertical-align: middle;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
}

.form-wrap .radio input[type="radio"] + label span.pip:after {
  content: '\f0c8';
  opacity: 0;
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  left: 6px;
  top: 7px;
  border-radius: 2px;
  color: #34bf49;
  font-size: 1.2em;
  line-height: 1;
  font-family: 'FontAwesome';
  text-align: center;
  transition: opacity 0.1s linear 0.1s;
}

.form-wrap .radio input[type="radio"]:checked + label span.pip:after {
  opacity: 1.0;
  transition: opacity 0.1s linear 0s;
}

.form-wrap .radio label span.faux-label {
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

.form-wrap .homingpin .checkbox {
  position: absolute;
  z-index: 5;
  top: 5px;
  right: 5px;
  margin-top: 0;
}

.form-wrap .homingpin .checkbox input[type="checkbox"] + label span.pip {
  width: 20px;
  height: 20px;
}

.form-wrap .homingpin .checkbox input[type="checkbox"] + label span.pip:after {
  top: 2px;
  left: 0;
  font-size: 1em;
  text-align: center;
}

.form-wrap .homingpin .checkbox input[type="checkbox"]:checked + label span.pip {
  background-color: #34bf49;
  border-color: #2fab41;
}

.form-wrap .homingpin .checkbox input[type="checkbox"]:checked + label span.pip:after {
  color: white;
}

@media (max-width: 767px) {
  .form-wrap .homingpin .checkbox {
    top: 10px;
    right: 10px;
  }

  .form-wrap .homingpin .checkbox input[type="checkbox"] + label span.pip {
    width: 40px;
    height: 40px;
  }

  .form-wrap .homingpin .checkbox input[type="checkbox"] + label span.pip:after {
    top: 5px;
    left: 0;
    width: 38px;
    height: 38px;
    font-size: 2em;
    text-align: center;
  }
}

.form-wrap.panel {
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 0;
  box-shadow: none;
}

.form-wrap.panel .faux-title {
  margin-bottom: 0;
}

.form-wrap.panel .faux-title a {
  display: block;
  color: #333333;
  text-decoration: none;
}

.form-wrap.panel .faux-title a:after {
  content: '\f077';
  float: right;
  font-family: 'FontAwesome';
}

.form-wrap.panel .faux-title a.collapsed:after {
  content: '\f078';
}

.form-wrap.panel .faux-title a:hover,
.form-wrap.panel .faux-title a:active {
  text-decoration: none;
}

.form-wrap.panel .panel-body {
  padding-left: 0;
  padding-right: 0;
}

.form-wrap.panel .panel-body .alert {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0;
}

.form-wrap.panel .panel-body .alert.alert-info:after {
  content: '?';
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  color: #d9edf7;
  background: #31708f;
  border: 1px solid #31708f;
  border-radius: 50%;
}

.form-wrap.panel .password-change {
  margin-top: 15px;
}

.form-wrap.panel .form-control {
  height: 45px;
}

.form-wrap.panel .input-group .btn {
  height: 45px;
  color: #797979;
  font-size: 14px;
  line-height: 1;
  background-color: #ebebeb;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}

.form-wrap.panel .input-group .btn.scan {
  font-size: 24px;
}

.form-wrap .input-group.input-country .btn {
  height: 45px;
  color: #797979;
  font-size: 14px;
  line-height: 1;
  background-color: #ebebeb;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}

.form-wrap .input-group.input-country .btn.btn-unverified {
  padding: 8px 16px;
  color: #ed1c24;
  background-color: white;
  background-image: linear-gradient(to bottom, white 0%, #e7e7e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#e7e7e7',GradientType=0 );
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-left: 0;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
}

.form-wrap .input-group.input-country .btn.btn-unverified small {
  font-weight: normal;
}

@media (max-width: 767px) {
  .form-wrap .input-group.input-country .btn.btn-unverified {
    font-size: 10px;
  }
}

.form-wrap .input-group.input-country .btn-flag {
  padding-left: 15px;
  padding-right: 0;
  background-color: white;
  font-size: 18px;
}

.form-wrap .input-group.input-country .flag-icon-squared {
  margin-right: 5px;
  border-radius: 50%;
}

.form-wrap .input-group.input-country .form-control {
  border-left: 0;
}

.form-wrap .input-group.input-country ul.dropdown-menu {
  height: 300px;
  overflow: overlay;
}

.form-wrap .input-group.input-country ul .btn {
  border: 0;
}

.form-wrap .input-group.input-country ul .btn .country-name {
  text-transform: none;
  font-size: 12px;
}

.form-wrap .input-group .btn.btn-unverified {
  padding: 8px 16px;
  color: #ed1c24;
  background-color: white;
  background-image: linear-gradient(to bottom, white 0%, #e7e7e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#e7e7e7',GradientType=0 );
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-left: 0;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
}

.form-wrap .input-group .btn.btn-unverified small {
  font-weight: normal;
}

@media (max-width: 767px) {
  .form-wrap .input-group .btn.btn-unverified {
    font-size: 10px;
  }
}

.form-wrap .input-group.verified .form-control {
  border-right: 0;
}

.form-wrap .input-group.verified .input-group-addon.verified {
  background-color: white;
  color: #34bf49;
  font-size: 18px;
  border-color: #e1e1e1;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

.form-wrap .input-group.verified .remove {
  overflow: hidden;
  width: 0;
  transition: width 0.2s ease 0.2s;
}

.form-wrap .input-group.verified .remove .btn {
  width: 0;
  padding-left: 0;
  padding-right: 0;
  color: #ed1c24;
  font-size: 18px;
  text-align: center;
  background-color: transparent;
  border: none;
  transition: width 0.2s ease 0.2s;
}

.form-wrap .input-group.verified:hover .remove,
.form-wrap .input-group.verified:active .remove {
  width: 40px;
  transition: width 0.2s ease 0s;
}

.form-wrap .input-group.verified:hover .remove .btn,
.form-wrap .input-group.verified:active .remove .btn {
  width: 40px;
  transition: width 0.2s ease 0s;
}

.form-wrap.country-list .flag-icon {
  border-radius: 50%;
  margin-right: 10px;
}

.form-wrap.country-list a {
  color: #555555;
}

.form-wrap.country-list a:hover,
.form-wrap.country-list a:active {
  color: #ed1c24;
}

@media (max-width: 767px) {
  .form-wrap {
    margin-top: 0;
    padding-top: 30px;
    padding-left: 15px;
    padding-bottom: 30px;
    padding-right: 15px;
  }

  .form-wrap .btn-sm {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.intl-tel-input {
  width: 100%;
  vertical-align: top;
}

.input-group .datepicker {
  padding: 6px 12px;
}

.input-group .intl-tel-input .form-control {
  border-radius: 4px 0 0 4px !important;
}

#card-number,
#cvv,
#expiration-date {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  margin-bottom: 1em;
}

html,
body {
  font-family: "Open Sans", sans-serif;
  color: #555555;
}

body {
  background-color: #232323;
  overflow-x: hidden;
}

body.no-scroll {
  display: block;
  overflow: hidden !important;
  padding-right: 15px;
}

main {
  background-color: #FFFFFF;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ed1c24;
  font-family: "Lato", sans-serif;
  color: #333333;
}

h1.reset,
.h1.reset,
h2.reset,
.h2.reset,
h3.reset,
.h3.reset,
h4.reset,
.h4.reset,
h5.reset,
.h5.reset {
  border: none;
  display: block;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: .5em;
}

h1.reset:after,
.h1.reset:after,
h2.reset:after,
.h2.reset:after,
h3.reset:after,
.h3.reset:after,
h4.reset:after,
.h4.reset:after,
h5.reset:after,
.h5.reset:after {
  display: none;
}

h1:after,
.h1:after,
h2:after,
.h2:after,
h3:after,
.h3:after,
h4:after,
.h4:after,
h5:after,
.h5:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 20px;
  width: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  background-image: url("../../img/border/small-pip.png");
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 26px;
  }

  h2,
  .h2,
  h3,
  .h3 {
    font-size: 20px;
  }
}

.faux-title {
  display: block;
  margin-bottom: 15px;
  color: #333333;
  font-size: 1.3em;
  font-family: "Lato", sans-serif;
}

a {
  color: #ed1c24;
  transition: color 0.2s linear 0.2s;
}

a:hover,
a:active {
  color: #333333;
  text-decoration: none;
  transition: color 0.2s linear 0s;
}

.lead {
  font-size: 1.3em;
}

.lead strong {
  color: #ed1c24;
}

@media (max-width: 767px) {
  .lead {
    font-size: 1.1em;
  }
}

.lead-out {
  font-size: 1.1em;
}

.text-modify--white {
  color: white;
}

.text-modify--mt-15 {
  margin-top: 15px !important;
}

.text-modify--mb-30 {
  margin-bottom: 30px !important;
}

.text-modify--my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.notify-warning {
  color: #ed1c24;
  font-size: 1.3em;
}

.action-link {
  color: #ed1c24;
}

.action-link:hover,
.action-link:active {
  color: #ef343b;
}

.social-btns,
.social-share {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-btns li,
.social-share li {
  display: inline-block;
  margin: 0 5px;
}

.social-btns li a,
.social-share li a {
  display: block;
}

@media (max-width: 767px) {
  .social-btns li,
  .social-share li {
    margin-bottom: 10px;
  }
}

.table-hover {
  cursor: pointer;
}

.bg-grey {
  background: #f2f2f2;
}

.admin-bar {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1.2rem;
  text-align: center;
  color: white;
  background-color: #ed1c24;
}

.admin-bar a {
  color: white;
}

.navigation {
  border-top: 4px solid #ed1c24;
  color: white;
}

.navigation a {
  color: white;
}

.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation ul.nav-left li {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .navigation ul.nav-left li {
    margin-right: 15px;
  }
}

.navigation ul.nav-left li i {
  margin-right: 5px;
}

.navigation ul.nav-right {
  text-align: right;
}

.navigation ul.nav-right li {
  margin-left: 15px;
}

.navigation ul.nav-right li.account i {
  font-size: 1.2em;
}

.navigation ul li {
  display: inline-block;
}

.navigation ul li .fa-stack {
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  margin-right: 5px;
  line-height: 1.5em;
}

.navigation ul li .fa-stack .fa-stack-2x {
  font-size: 1.5em;
}

.navigation ul li .fa-stack .fa-stack-1x {
  font-size: 0.8em;
}

.navigation ul li .link {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .navigation ul li .link {
    display: none;
  }
}

.navigation ul li.checkout {
  position: relative;
}

.navigation ul li.checkout .badge {
  position: absolute;
  top: -5px;
  right: -10px;
  width: 15px;
  height: 15px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #ed1c24;
  font-size: 0.6em;
  text-align: center;
}

.navigation.home {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  height: 60px;
  padding-top: 25px;
}

.navigation.home.shift {
  margin-right: 15px;
}

.navigation.regular {
  height: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333;
}

.navigation.regular .horizontal-align {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: -4px;
}

.navigation.regular .pin-xs {
  display: none;
}

@media (max-width: 767px) {
  .navigation.regular .pin-xs {
    display: inline;
  }
}

@media (max-width: 767px) {
  .navigation.regular {
    height: 85px;
  }
}

.navigation .ul__left-menu {
  margin-left: 30px;
}

.navigation .ul__left-menu li:last-child {
  margin-left: 30px;
}

@media screen and (max-width: 1199px) {
  .navigation .ul__left-menu {
    margin-left: 15px;
  }

  .navigation .ul__left-menu li:last-child {
    margin-left: 15px;
  }
}

.navigation .ul__right-menu {
  margin-right: 15px;
}

.navigation .ul__right-menu li:first-child {
  margin-right: 15px;
}

.navigation .ul__right-menu li:last-child {
  margin-left: 30px;
}

@media screen and (max-width: 1199px) {
  .navigation .ul__right-menu {
    margin-right: 0;
  }

  .navigation .ul__right-menu li:last-child {
    margin-left: 10px;
  }
}

.navigation .ul--inline {
  display: inline-block;
}

.navigation .ul__auth {
  margin-left: 5px;
  margin-right: 5px;
}

.navigation .language {
  margin-right: 0;
}

.navigation .language span {
  border-radius: 50%;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .open-nav {
    font-size: 1.8rem;
  }
}

.nav-overlay {
  visibility: hidden;
  position: absolute;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  opacity: 0;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: rgba(29, 29, 29, 0.98);
  transition: visibility 0.2s ease 0.4s, opacity 0.2s ease 0.2s;
}

@media (max-width: 767px) {
  .nav-overlay img {
    width: 60%;
  }
}

.nav-overlay .input-group .form-control {
  height: 50px;
}

.nav-overlay .input-group .btn {
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-overlay ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-overlay ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.nav-overlay .logo {
  position: relative;
  margin-bottom: 50px;
}

.nav-overlay .logo .close-overlay {
  right: 15px;
  top: 0;
}

@media (max-width: 991px) {
  .nav-overlay .logo {
    margin-bottom: 15px;
  }

  .nav-overlay .logo .text-center {
    text-align: left;
  }
}

.nav-overlay .code-inputs label {
  margin-bottom: 15px;
  font-size: 1.5em;
  color: white;
}

.nav-overlay .code-inputs label small {
  display: block;
  font-size: 60%;
}

@media (max-width: 991px) {
  .nav-overlay .code-inputs {
    margin-bottom: 15px;
    text-align: center;
  }

  .nav-overlay .code-inputs label {
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 1.2em;
  }

  .nav-overlay .code-inputs label small {
    display: none;
  }

  .nav-overlay .code-inputs .btn {
    width: 115px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }
}

.nav-overlay .main-nav {
  text-align: center;
}

.nav-overlay .main-nav ul {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.nav-overlay .main-nav a {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 1.3em;
  color: white;
  text-shadow: 0 0 5px transparent, 0 0 10px transparent, 0 0 15px transparent;
  transition: text-shadow 0.2s linear 0.2s;
}

.nav-overlay .main-nav a:hover,
.nav-overlay .main-nav a:active {
  text-shadow: 0 0 5px #161616, 0 0 10px #ed1c24, 0 0 15px #ed1c24;
  transition: text-shadow 0.2s linear 0s;
}

@media (max-width: 991px) {
  .nav-overlay .main-nav ul {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .nav-overlay .main-nav ul li {
    display: block;
    padding-bottom: 15px;
  }

  .nav-overlay .main-nav ul li:last-of-type {
    padding-bottom: 0;
  }
}

.nav-overlay .secondary-nav {
  text-align: center;
}

.nav-overlay .secondary-nav ul li {
  display: block;
  margin-bottom: 15px;
}

.nav-overlay .secondary-nav ul li a {
  display: block;
  font-size: 0.9em;
  color: #cbcbcb;
}

.nav-overlay .secondary-nav ul li a:hover,
.nav-overlay .secondary-nav ul li a:active {
  color: white;
}

.nav-overlay .close-overlay {
  position: absolute;
  opacity: 0.8;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background-color: #ed1c24;
  color: white;
  text-align: center;
  font-size: 1.6em;
  transition: opacity 0.2s linear 0.2s;
}

.nav-overlay .close-overlay:hover,
.nav-overlay .close-overlay:active {
  opacity: 1;
  transition: opacity 0.2s linear 0s;
}

.nav-overlay.active {
  visibility: visible;
  opacity: 1.0;
  transition: visibility 0.2s ease 0.2s, opacity 0.2s ease 0.2s;
}

.hero {
  position: relative;
  height: calc(100vh - 80px);
  background-color: #161616;
  background-image: url("../../img/bg/london.jpg");
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
    padding-bottom: 30px;
    background-image: none;
    background-color: white;
  }
}

.hero .item {
  height: calc(100vh - 210px);
  padding-top: 20vh;
  background-size: cover;
  background-position: center center;
  background-color: white;
}

.hero .item--pt-25vh {
  padding-top: 25vh;
}

@media screen and (max-height: 800px) {
  .hero .item {
    padding-top: 10vh;
  }

  .hero .item--pt-25vh {
    padding-top: 15vh;
  }
}

@media screen and (max-width: 991px) {
  .hero .item {
    height: auto;
    padding-top: 0;
    padding-bottom: 30px;
    background-image: none !important;
  }
}

.hero__logo {
  width: 80%;
  margin-bottom: 15px;
}

.hero__logo--mt-15 {
  margin-top: 15px;
}

.hero__logo--mb-0 {
  margin-bottom: 0;
}

.hero__btn-group {
  margin-top: 30px;
}

.hero__btn-group .btn:first-of-type {
  margin-right: 15px;
}

.hero .container__code-entry {
  position: relative;
  /* height: 100vh;*/
  height: 130px;
}

@media screen and (max-width: 991px) {
  .hero .container__code-entry {
    height: auto;
  }
}

.hero .hero-content {
  text-align: center;
  color: white;
  padding-top: 15vh;
}

.hero .hero-content img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .hero .hero-content img {
    width: 70%;
  }
}

.hero .hero-content h1 {
  color: #bebebe;
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
}

.hero .hero-content h1 strong {
  color: white;
  font-size: 110%;
}

.hero .hero-content h1:after {
  display: none;
}

@media (max-width: 767px) {
  .hero .hero-content h1 {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 0;
    font-size: 1.2em;
  }
}

@media (max-width: 767px) {
  .hero .hero-content .btn {
    margin-bottom: 15px;
  }
}

.hero .hero-content .down {
  display: block;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-size: 3em;
  animation-name: 'down';
  animation-duration: 1.2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  -moz-animation-name: 'down';
  -moz-animation-duration: 1.2s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: 'down';
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
}

@media (max-width: 767px) {
  .hero .hero-content .down {
    display: none;
  }
}

.code-entry {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 130px;
  width: 100%;
  padding: 20px 30px;
  color: white;
  font-size: 1.2em;
}

@media (max-width: 991px) {
  .code-entry {
    position: static;
    padding-left: 0;
    padding-right: 15px;
  }
}

.code-entry label {
  width: 100%;
  margin-bottom: 10px;
}

.code-entry .input-group .form-control {
  height: 50px;
}

.code-entry .input-group .btn {
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .code-entry .input-group .btn {
    width: 115px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }
}

.code-entry .get-started {
  margin-right: 45px;
  text-align: right;
}

@media (max-width: 991px) {
  .code-entry .get-started {
    margin-right: 0;
    padding: 15px 15px 5px;
    text-align: center;
    background-color: #ed1c24;
    border-radius: 5px;
  }
}

.code-entry .found-item {
  margin-left: 15px;
}

@media (max-width: 991px) {
  .code-entry .found-item {
    margin-top: 15px;
    margin-left: 0;
    padding: 15px 15px 5px;
    text-align: center;
    background-color: #161616;
    border-radius: 5px;
  }
}

@media (max-width: 767px) {
  .code-entry {
    bottom: auto;
  }

  .code-entry label {
    font-size: 0.75em;
  }
}

.code-red {
  width: 50%;
  height: 130px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  background-color: #ed1c24;
}

@media (max-width: 991px) {
  .code-red {
    display: none;
  }
}

.code-black {
  width: 50%;
  height: 130px;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  background-color: #161616;
}

@media (max-width: 991px) {
  .code-black {
    display: none;
  }
}

.home-block {
  padding-top: 50px;
  padding-bottom: 90px;
}

.home-block--my-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .home-block {
    text-align: center;
  }
}

.home-block .lead {
  margin-top: 30px;
}

.home-block .btn {
  margin-top: 30px;
}

.home-block.what-is-homingpin {
  text-align: center;
}

.home-block.what-is-homingpin img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .home-block.what-is-homingpin {
    padding-top: 200px;
  }
}

@media (max-width: 767px) {
  .home-block.what-is-homingpin {
    padding-top: 30px;
  }
}

.home-block.tag-items {
  background-image: url("../../img/bg/suitcase.jpg");
  background-size: cover;
}

.home-block.tag-items h2:after {
  background-color: #f2f2f2;
}

.home-block.testimonials {
  background-image: url("../../img/bg/suitcase-in-airport.jpg");
  background-size: cover;
}

.home-block.testimonials h2:after {
  background-color: #f2f2f2;
}

.home-block.testimonials .carousel {
  min-height: 300px;
  margin-top: 30px;
  padding-bottom: 60px;
}

.home-block.testimonials .carousel .item {
  padding-left: 30px;
  padding-right: 30px;
}

.home-block.testimonials .carousel .item:before {
  content: open-quote;
  position: absolute;
  left: 0;
  top: -15px;
  color: #ed1c24;
  font-size: 5em;
  font-family: 'Arial';
}

.home-block.testimonials .carousel .item:after {
  content: close-quote;
  position: absolute;
  right: 0;
  top: -15px;
  color: #ed1c24;
  font-size: 5em;
  font-family: 'Arial';
}

.home-block.testimonials .carousel .carousel-indicators {
  bottom: 0;
}

.home-block.testimonials .carousel .carousel-indicators li {
  border: 0;
  background-color: #b9b9b9;
}

.home-block.testimonials .carousel .carousel-indicators li.active {
  background-color: #ed1c24;
}

.home-block.testimonials .carousel .author {
  margin-top: 30px;
}

.home-block.testimonials .carousel .author img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.home-block.testimonials .carousel .author .author-name {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  color: #ed1c24;
}

.home-block.used-by img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  margin-left: 50px;
  margin-right: 50px;
}

.home-block.used-by .carousel {
  padding-bottom: 60px;
}

.home-block.used-by .carousel-indicators {
  bottom: 0;
}

.home-block.used-by .carousel-indicators li {
  border: 0;
  background-color: #b9b9b9;
}

.home-block.used-by .carousel-indicators li.active {
  background-color: #ed1c24;
}

.home-block.virgin-train {
  background-color: #ed1c24;
  background-image: url("../../img/bg/virgin-trains.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left;
  color: white;
}

.home-block.virgin-train h2 {
  color: white;
  border-bottom-color: white;
}

.home-block.virgin-train h2:after {
  background-color: #ed1c24;
  background-image: url("../../img/border/white-small-pip.png");
}

.home-block.virgin-train img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.home-block.latest-blogs {
  padding-bottom: 90px;
  background-color: #f5f5f5;
}

.home-block__how-it-works {
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
  background-image: url("../../img/bg/how-it-works-bg.jpg");
  background-size: cover;
  background-position: center right;
}

.home-block__how-it-works--img {
  width: 80px;
}

.home-block__how-it-works--content {
  padding-left: 30px;
  padding-right: 30px;
}

.home-block--light-grey {
  background-color: #7b7b7b;
}

.home-block__stats {
  padding-top: 80px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
  background-image: url("../../img/bg/stats-bg.jpg");
  background-size: cover;
  background-position: center right;
}

.home-block__stats--title {
  margin-bottom: 60px !important;
}

.home-block__stats--img {
  width: 80px;
}

.home-block__stats--stat-row {
  margin-bottom: 45px;
}

.home-block__stats--stat-title {
  position: relative;
  padding-top: 15px !important;
  font-weight: 600;
}

.home-block__stats--stat-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 1px;
  margin-left: -30px;
  background-color: #ed1c24;
}

.home-block--p-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.home-block--grey {
  background-color: #f2f2f2;
}

.half-box {
  display: -ms-flexbox;
  display: flex;
}

.half-box--py-0 {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .half-box--py-0 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 991px) {
  .half-box {
    display: block;
  }
}

.half-box__col {
  -ms-flex: 1;
  flex: 1;
}

.half-box__col--rtl {
  direction: rtl;
}

.half-box__img {
  width: 50vw;
  max-width: 900px;
}

@media screen and (max-width: 991px) {
  .half-box__img {
    width: 100%;
  }
}

.half-box__content {
  position: relative;
  width: 100%;
}

.half-box__content--text-right {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .half-box__content--text-right {
    text-align: left;
  }
}

.half-box__content div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 30px;
  padding-left: 30px;
}

.half-box__content div.padded {
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 991px) {
  .half-box__content div {
    position: static;
    top: 0;
    transform: none;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.page {
  padding-top: 30px;
  padding-bottom: 90px;
}

.page h1 {
  margin-bottom: 60px;
}

.page .content-space.space-30 {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .page .content-space.space-30 {
    padding-top: 15px;
  }
}

.page .content-space.space-60 {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .page .content-space.space-60 {
    padding-top: 30px;
  }
}

.page-header .top-btns {
  float: right;
}

.text-pin-red {
  color: #ea1921;
}

.support {
  padding-top: 15px;
  padding-bottom: 30px;
}

.support ul {
  margin-left: 0;
  margin-bottom: 30px;
}

.support ul li {
  padding-bottom: 5px;
  padding-left: 20px;
  margin-bottom: 5px;
  border-bottom: 1px solid #f5f5f5;
}

.support ul li i {
  color: #ed1c24;
  left: 0;
  text-align: left;
}

.support ul li a {
  color: #555555;
}

.support ul li a:hover,
.support ul li a:active {
  color: #333333;
}

.support .search-title {
  color: #333333;
}

.support .search-result {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
}

.support .search-result:last-child {
  margin-bottom: 80px;
}

.search-support {
  margin-bottom: 30px;
  padding: 40px 0 50px;
  background-color: #cbcbcb;
  background-image: url("../../img/bg/support-bg.jpg");
  background-size: cover;
  background-position: center center;
}

.search-support h3 {
  margin-top: 0;
}

.search-support h3:after {
  background-color: #ebebeb;
}

.search-support .or {
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  font-size: 1.3em;
  font-style: italic;
  color: #bebebe;
}

.search-support .input-group .form-control {
  height: 44px;
}

.search-support .input-group .btn {
  height: 44px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .search-support .raise-support {
    margin-top: 15px;
    text-align: center;
  }
}

.blog {
  background-color: #f6f6f6;
}

.blog .post {
  background-color: white;
  text-align: center;
}

@media (max-width: 991px) {
  .blog .post {
    margin-bottom: 30px;
  }
}

.blog .post .inner {
  padding: 15px 45px;
}

.blog .post .inner .title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ed1c24;
}

.blog .post .inner .title h4 {
  display: block;
  height: 50px;
  border-bottom: none;
}

.blog .post .inner .title h4:after {
  display: none;
}

.blog .post .inner .title h4 a {
  color: #333333;
}

.blog .post .inner .title h4 a:hover,
.blog .post .inner .title h4 a:active {
  color: #ed1c24;
}

.blog .post .inner .title .date {
  font-style: italic;
  color: #ed1c24;
}

.blog .post .inner .title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 20px;
  width: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  background-image: url("../../img/border/small-pip.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.blog .post .inner .post-excerpt {
  padding: 15px 0;
  font-size: 0.9em;
  color: #555555;
}

.blog .post .more {
  position: relative;
  overflow: hidden;
  display: block;
  height: auto;
  width: 100%;
}

.blog .post .more img {
  width: 100%;
  height: auto;
  transition: transform 0.2s linear 0.2s;
}

.blog .post .more .btn {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 50%;
  width: 140px;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: -20px;
  margin-left: auto;
  margin-right: auto;
}

.blog .post .more:hover img,
.blog .post .more:active img {
  transform: scale(1.1);
  transition: transform 0.2s linear 0s;
}

.blog.page h1:after {
  background-color: #f6f6f6;
}

.blog.page .post {
  height: 439px;
  margin-bottom: 30px;
}

.blog.page .post .inner .title h4 {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 1.3em;
}

.blog.page .latest-list {
  height: 439px;
  padding: 20px;
  margin-bottom: 30px;
  background-color: #2e2e2e;
  background-image: url("../../img/bg/cat-bg.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  color: white;
}

.blog.page .latest-list .faux-title {
  color: white;
  font-size: 1.1em;
}

.blog.page .latest-list ul {
  margin-bottom: 15px;
  margin-left: 0;
}

.blog.page .latest-list ul li {
  padding-bottom: 3px;
  padding-left: 20px;
  margin-bottom: 3px;
  border-bottom: 1px solid #222222;
}

.blog.page .latest-list ul li a {
  color: #6f6f6f;
}

.blog.page .latest-list ul li a:hover,
.blog.page .latest-list ul li a:active {
  color: white;
}

.blog.page .latest-list ul li i {
  color: #ed1c24;
  left: 0;
  text-align: left;
}

.blog-header {
  position: relative;
  padding-top: 30px;
  padding-bottom: 60px;
}

.blog-header h1 .date {
  display: block;
  margin-top: 30px;
  font-size: 0.5em;
  font-style: italic;
  color: #ed1c24;
}

.blog-header .social-share-position {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
}

.blog-header .social-share-position .social-share {
  display: inline-block;
  padding: 15px;
  border-radius: 4px;
  background-color: white;
}

.blog-feature-image {
  height: 480px;
  background-size: cover;
  background-position: center center;
}

.blog-content {
  padding-top: 30px;
  padding-bottom: 90px;
}

.blog-content h1,
.blog-content .h1,
.blog-content h2,
.blog-content .h2,
.blog-content h3,
.blog-content .h3,
.blog-content h4,
.blog-content .h4,
.blog-content h5,
.blog-content .h5 {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
  border-color: transparent;
  color: #ed1c24;
}

.blog-content h1:after,
.blog-content .h1:after,
.blog-content h2:after,
.blog-content .h2:after,
.blog-content h3:after,
.blog-content .h3:after,
.blog-content h4:after,
.blog-content .h4:after,
.blog-content h5:after,
.blog-content .h5:after {
  display: none;
}

.blog-content p {
  font-size: 1.1em;
  line-height: 1.8em;
}

.blog-content img {
  width: 100%;
  max-width: 100%;
}

.blog-content .blog-action {
  padding-top: 60px;
}

.product {
  margin-top: 60px;
  padding: 20px;
  background-color: #f5f5f5;
}

.product .product-image ul {
  margin: 0;
  padding: 5px 0 0 0;
  list-style: none;
  text-align: center;
}

.product .product-image ul li {
  display: inline-block;
  margin-right: -4px;
  padding: 0;
  width: 20%;
}

.product .product-image ul li a {
  display: block;
  padding: 5px;
}

.product .product-image ul li a img {
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .product .product-image img {
    width: 100%;
  }
}

.product .product-details h2 {
  padding: 0;
  margin: 0 0 15px;
  border: none;
  font-size: 1.4em;
}

.product .product-details h2:after {
  display: none;
}

.product .product-details .protect {
  color: #555555;
}

.product .product-details .price {
  margin-bottom: 15px;
  color: #ed1c24;
  font-size: 2.6em;
  font-weight: bold;
}

.product .product-details .price .currency {
  font-size: 0.8em;
  font-weight: normal;
}

.product .product-details .description {
  margin-bottom: 30px;
  font-style: italic;
  color: #333333;
  font-size: 0.9em;
}

table.table tr.basket-line td {
  vertical-align: middle;
}

.order-summary,
.summary {
  border: 4px solid #cbcbcb;
  margin-bottom: 1em;
}

.order-summary .block-section,
.summary .block-section {
  padding: 1em 20px;
}

.order-summary .list-group,
.summary .list-group {
  margin-bottom: 0;
}

.order-summary .list-group li,
.summary .list-group li {
  border-radius: none;
}

.order-summary .order-lines,
.summary .order-lines {
  padding: 1em 20px;
}

.order-summary .order-lines .product-description,
.summary .order-lines .product-description {
  font-size: .875em;
}

.order-summary .order-lines h5,
.summary .order-lines h5 {
  font-weight: 500;
  font-size: 1em;
  border: none;
  padding: 0;
  margin: 0;
}

.order-summary .order-lines h5:after,
.summary .order-lines h5:after {
  display: none;
}

@media (max-width: 991px) {
  .order-summary,
  .summary {
    margin-top: 2em;
  }
}

.order-summary header,
.summary header {
  padding: 1em 15px;
  text-align: center;
}

.order-summary footer,
.summary footer {
  padding: 1em 15px;
  text-align: center;
  background-color: #f5f5f5;
}

.order-summary footer a,
.order-summary footer button,
.summary footer a,
.summary footer button {
  display: block;
}

.order-summary footer a + button,
.order-summary footer a + a,
.order-summary footer button + button,
.order-summary footer button + a,
.summary footer a + button,
.summary footer a + a,
.summary footer button + button,
.summary footer button + a {
  margin-top: 10px;
}

.order-summary h4,
.summary h4 {
  border: none;
  margin: 0;
  padding: 0;
}

.order-summary h4:after,
.summary h4:after {
  display: none;
}

.order-summary .payment-credit,
.summary .payment-credit {
  background-color: #cbcbcb;
  text-align: center;
  padding: 1em 0;
}

.order-summary .payment-credit a,
.summary .payment-credit a {
  display: block;
}

.order-summary .payment-credit img,
.summary .payment-credit img {
  margin: 0 auto;
}

.order-summary .sub-items,
.summary .sub-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.order-summary .sub-items li,
.summary .sub-items li {
  padding: .5em 0 .5em 20px;
}

.summary-items {
  padding: 0;
  margin: 0;
  list-style: none;
}

.summary-items li {
  padding: 1em 25px;
  border-top: 1px solid #cbcbcb;
  overflow: hidden;
}

.summary-items li span {
  float: right;
  display: block;
  width: 50%;
}

.checkout-table .line-meta {
  font-size: .875em;
}

.checkout-table .form-wrap {
  margin: 0;
  padding: 0;
}

.checkout-table .form-wrap .form-control {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .checkout-table .section-header,
  .checkout-table .line-price-md,
  .checkout-table .line-quantity-md,
  .checkout-table .line-total-md {
    display: none;
  }
}

.discount-code {
  padding: 1em 25px;
  border-top: 1px solid #f5f5f5;
}

.discount-code .input-group .form-control {
  height: 50px;
  background-color: #f5f5f5;
}

.discount-code .input-group .btn {
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.delivery {
  padding-bottom: 90px;
}

.delivery .form-wrap {
  margin-top: 0;
}

.payment {
  padding-bottom: 90px;
}

.payment .payment-total {
  color: #333333;
  font-size: 2.6em;
}

.payment .payment-total .currency {
  font-size: 0.6em;
}

.payment .form-wrap {
  margin-top: 30px;
}

.payment .braintree {
  margin-top: 30px;
}

.thankyou {
  padding-bottom: 90px;
}

.thankyou .thankyou-item {
  color: #333333;
  font-size: 1.4em;
  margin-top: 30px;
  margin-bottom: 60px;
}

.original-price {
  font-size: .55em;
  color: #333333;
  text-decoration: line-through;
}

.checkout__img {
  width: 30%;
  margin-top: 15px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.pre-footer {
  position: relative;
  z-index: 1;
  height: 280px;
  width: 100%;
  background-image: url("../../img/bg/london.jpg");
  background-size: cover;
  background-position: center center;
  color: white;
}

.pre-footer .container {
  position: relative;
  height: 280px;
}

.pre-footer .code-entry {
  top: 0;
  bottom: auto;
}

.pre-footer .code-red {
  top: 0;
  bottom: auto;
  opacity: 1;
  background-color: transparent;
  background-image: url("../../img/bg/red-grad.png");
  background-repeat: repeat-x;
  background-position: top;
}

.pre-footer .code-black {
  top: 0;
  bottom: auto;
  opacity: 1;
  background-color: transparent;
  background-image: url("../../img/bg/black-grad.png");
  background-repeat: repeat-x;
  background-position: top;
}

.pre-footer .tag-line {
  padding-top: 150px;
  font-size: 2em;
  font-weight: bold;
}

.pre-footer.report .code-entry .found-item {
  margin-left: 0;
}

.pre-footer.report .code-black {
  width: 100%;
}

.pre-footer.activate .code-entry .get-started {
  margin-right: 0;
  text-align: center;
}

.pre-footer.activate .code-red {
  width: 100%;
}

@media (max-width: 991px) {
  .pre-footer .tag-line {
    display: none;
  }

  .pre-footer .code-entry {
    margin-top: -60px;
  }
}

@media (max-width: 767px) {
  .pre-footer .code-entry {
    margin-top: -80px;
  }
}

.footer {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #232323;
  color: #cbcbcb;
}

.footer a {
  color: #cbcbcb;
}

.footer a:visited {
  color: #cbcbcb;
}

.footer a:hover,
.footer a:active {
  color: white;
  text-decoration: none;
}

.footer strong {
  color: white;
}

.footer ul {
  margin-left: 1.4em;
  font-size: 0.9em;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li i {
  color: #ed1c24;
}

.footer .newsletter-signup {
  position: relative;
  z-index: 2;
  height: 75px;
  margin-top: -100px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 12.5px 0;
  background-color: #ed1c24;
  background-image: url("../../img/bg/newsletter-bg.png");
  background-position: center center;
  border-radius: 5px;
  color: white;
}

.footer .newsletter-signup label {
  width: 100%;
  padding-top: 15px;
  font-size: 1.2em;
  line-height: 1;
  text-align: right;
}

@media (max-width: 1200px) {
  .footer .newsletter-signup label {
    padding-top: 5px;
  }
}

@media (max-width: 991px) {
  .footer .newsletter-signup label {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer .newsletter-signup label {
    margin-bottom: 15px;
    font-size: 0.9em;
  }
}

.footer .newsletter-signup .input-group .form-control {
  height: 50px;
}

.footer .newsletter-signup .input-group .btn {
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .footer .newsletter-signup {
    height: 105px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .footer .newsletter-signup {
    height: auto;
    margin-bottom: 30px;
  }

  .footer .newsletter-signup:before,
  .footer .newsletter-signup:after {
    content: '';
    clear: both;
    display: block;
  }

  .footer .newsletter-signup .input-group {
    display: block;
  }

  .footer .newsletter-signup .input-group .form-control {
    border-radius: 4px;
  }

  .footer .newsletter-signup .input-group .btn {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    border-radius: 4px;
  }
}

.footer .quote {
  line-height: 1.4em;
}

.footer .quote:before,
.footer .quote:after {
  display: inline-block;
  vertical-align: bottom;
  color: #ed1c24;
  font-size: 3em;
  line-height: 0.2;
  font-family: 'Arial', san serif;
}

.footer .quote:before {
  content: '\201C';
  margin-right: 5px;
}

.footer .quote:after {
  content: '\201E';
  vertical-align: top;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .footer .quote {
    margin-top: 30px;
  }
}

.footer .company-logos {
  margin-top: 30px;
}

.footer .company-logos img {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 60px;
}

@media (max-width: 767px) {
  .footer .company-logos img {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

.bottom-page {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #161616;
  font-size: 0.9em;
  color: #555555;
}

.bottom-page a {
  color: #555555;
}

.bottom-page a:visited {
  color: #555555;
}

.bottom-page a:hover,
.bottom-page a:active {
  color: #cbcbcb;
  text-decoration: none;
}

.bottom-page ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  font-size: 1.4em;
}

.bottom-page ul li {
  display: inline-block;
  margin-left: 30px;
}

.bottom-page ul li a {
  display: block;
}

@media (max-width: 767px) {
  .bottom-page {
    text-align: center !important;
  }

  .bottom-page ul {
    margin-top: 10px;
    text-align: center;
  }

  .bottom-page ul li {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.footnote {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #232323;
  font-size: 0.9em;
  color: #cbcbcb;
}

.footnote a {
  color: #bebebe;
}

.footnote a:visited {
  color: #bebebe;
}

.footnote a:hover,
.footnote a:active {
  color: white;
  text-decoration: none;
}

.footnote ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footnote ul li {
  display: inline-block;
  margin-right: 10px;
}

.footnote ul li a {
  display: block;
}

.footnote ul li.language {
  margin-right: 0;
}

.footnote ul li.language span {
  border-radius: 50%;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .footnote {
    text-align: center !important;
  }

  .footnote ul {
    margin-top: 10px;
    text-align: center;
  }

  .footnote ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.notification {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #777777;
  color: white;
  text-align: center;
  animation: pulse 3s infinite;
}

.notification.success {
  background: #34bf49;
  animation: none;
}

.notification.info {
  background: #29a6e0;
  animation: none;
}

.notification.alert {
  background-color: #f47721;
  animation: none;
  border-radius: 0px;
  margin-bottom: 0;
}

.notification p {
  margin-bottom: 0;
}

.notification a {
  color: white;
  text-decoration: underline;
}

.notification a:hover,
.notification a:active {
  color: white;
  text-decoration: none;
}

.notification i {
  font-size: 150%;
  margin-right: 5px;
}

@keyframes pulse {
  0% {
    background-color: #666666;
  }

  50% {
    background-color: #555555;
  }

  100% {
    background-color: #666666;
  }
}

.account-nav {
  width: 100%;
  height: auto;
  padding: 15px 0;
  background: #ed1c24;
  text-align: center;
}

.account-nav ul {
  margin: 0;
  padding: 0;
}

.account-nav ul li {
  display: inline-block;
}

.account-nav ul li a {
  padding: 0 20px;
  color: #333333;
  font-size: 1.2em;
}

.account-nav ul li a:hover,
.account-nav ul li a:active {
  color: white;
}

.account-nav ul li a.active {
  color: white;
}

@media (max-width: 991px) {
  .account-nav ul.account-sm-menu {
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }

  .account-nav ul.account-sm-menu.active {
    visibility: visible;
    height: auto;
  }

  .account-nav ul.account-sm-menu.active li {
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .account-nav ul.account-sm-menu.active li:first-child {
    margin-top: 15px;
  }
}

.homingpin-filters {
  margin: 45px 0 15px;
}

.homingpin-filters .btn {
  display: inline-block;
  margin: 0 15px;
}

@media (max-width: 991px) {
  .homingpin-filters .btn {
    margin: 5px 10px;
  }
}

.grid {
  clear: both;
}

.form-wrap .homingpin {
  margin-top: 0;
  margin-bottom: 15px;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .homingpin-item {
    height: 490px;
    width: 100%;
  }
}

.homingpin {
  position: relative;
  width: 100%;
  height: auto;
  padding: 5px;
  margin-top: 30px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  color: #333333;
  font-size: 0.9em;
}

.homingpin .img {
  overflow: hidden;
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.homingpin .img img {
  width: 100%;
  height: auto;
}

.homingpin .title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1.1em;
}

.homingpin .title strong {
  font-weight: normal;
  color: #ed1c24;
}

.homingpin .title i {
  font-size: 0.9em;
}

.homingpin p {
  margin-bottom: 0;
}

.homingpin .statuses {
  position: absolute;
  z-index: 50;
  top: -5px;
  left: 0;
  width: 100%;
}

.homingpin .status-badge {
  height: 20px;
  width: 20px;
  padding: 0;
  border: none;
  border-radius: 3px;
  color: white;
  text-align: center;
  outline: none;
  margin-right: 3px;
}

.homingpin .status-badge.on-trip {
  background-color: #29a6e0;
}

.homingpin .status-badge.info {
  background-color: #c0c0c0;
}

.homingpin .status-badge.expired {
  background-color: #ed1c24;
}

.homingpin .status-badge.found {
  background-color: #833ab4;
}

.homingpin .status-badge.found.status-quoted {
  background-color: #1aafd0;
}

.homingpin .completion-pin {
  position: absolute;
  top: 5px;
  right: 30px;
  width: 59px;
  height: 78px;
  background-image: url("../../img/account/pin-sprite.png");
  background-position: -236px 0;
}

.homingpin .completion-pin.percent-100 {
  background-position: 0 0;
}

.homingpin .completion-pin.percent-80 {
  background-position: -59px 0;
}

.homingpin .completion-pin.percent-75 {
  background-position: -59px 0;
}

.homingpin .completion-pin.percent-50 {
  background-position: -118px 0;
}

.homingpin .completion-pin.percent-25 {
  background-position: -177px 0;
}

.homingpin .completion-pin .percent-holder {
  position: relative;
  width: 100%;
  height: 100%;
}

.homingpin .completion-pin .percent-holder .percentage {
  position: absolute;
  top: 17px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #555555;
}

.homingpin .completion-pin .percent-holder .percentage strong {
  font-size: 135%;
}

.homingpin .popover h3 {
  width: 100%;
}

.homingpin .popover h3:after {
  display: none;
}

.homingpin .popover .popover-content {
  font-size: 0.85em;
  color: #555555;
}

.tag-label-info .faux-title {
  line-height: 60px;
  margin-bottom: 0;
}

.tag-label-info .faux-title.shared {
  line-height: 1.2;
  margin-bottom: 15px;
}

.tag-label-info .to-do {
  margin-top: 60px;
  padding: 15px;
  background-color: #f6f6f6;
}

.tag-label-info .to-do .completion-pin {
  width: 94px;
  height: 122px;
  margin: 0 auto;
  background-image: url("../../img/account/pin-sprite-lg.png");
  background-position: -376px 0;
}

.tag-label-info .to-do .completion-pin.percent-100 {
  background-position: 0 0;
}

.tag-label-info .to-do .completion-pin.percent-80 {
  background-position: -94px 0;
}

.tag-label-info .to-do .completion-pin.percent-75 {
  background-position: -94px 0;
}

.tag-label-info .to-do .completion-pin.percent-50 {
  background-position: -188px 0;
}

.tag-label-info .to-do .completion-pin.percent-25 {
  background-position: -282px 0;
}

.tag-label-info .to-do .completion-pin .percent-holder {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1.2em;
}

.tag-label-info .to-do .completion-pin .percent-holder .percentage {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #555555;
}

.tag-label-info .to-do .completion-pin .percent-holder .percentage strong {
  font-size: 135%;
}

@media (max-width: 767px) {
  .tag-label-info .to-do .completion-pin {
    display: none;
  }
}

.tag-label-info .to-do .faux-title {
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .tag-label-info .to-do .faux-title {
    margin-top: 0;
  }
}

.tag-label-info .to-do ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #e8e8e8;
  list-style: none;
  font-size: 0.9em;
}

.tag-label-info .to-do ul li {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e8e8e8;
  color: #555555;
  font-size: 0.9em;
}

.tag-label-info .to-do ul li:last-child {
  border-bottom: 0;
}

.tag-label-info .to-do ul li a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #555555;
}

.tag-label-info .to-do ul li a i {
  float: right;
  color: #ed1c24;
}

.tag-label-info .label-list .row .label-wrap {
  margin-bottom: 10px;
  padding: 10px 0;
  background-color: #f0f0f0;
}

.tag-label-info .label-list .row .label-wrap .label-col {
  padding-left: 10px;
}

.tag-label-info .label-list .row .label-wrap .label-col:last-of-type {
  padding-right: 10px;
}

.tag-label-info .label-list .row .label-wrap:after {
  content: '';
  clear: both;
  display: table;
}

.tag-label-info .label-list .row .label-wrap .label-img.placeholder {
  background: white;
}

.tag-label-info .label-list .row .label-wrap .faux-title {
  margin-top: 15px;
  line-height: 30px;
}

.tag-label-info .label-list .row .label-wrap .details-btns {
  margin-bottom: 0;
}

.tag-label-info .label-list .row .label-wrap .details {
  padding-left: 0;
  background-color: transparent;
  border-bottom: 1px solid #dfdfdf;
}

.tag-label-info .label-list .row:nth-of-type(even) .label-wrap {
  background-color: #f6f6f6;
}

.tag-label-info .img img {
  width: 100%;
  height: auto;
}

.tag-label-info .homingpin-label {
  margin-bottom: 15px;
}

.tag-label-info .add-photo {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  background-color: transparent;
  font-size: 0.7em;
  text-align: center;
  text-transform: none;
  color: #555555;
  white-space: normal;
}

.tag-label-info .add-photo i {
  display: block;
  margin-bottom: 5px;
  font-size: 150%;
}

.tag-label-info .homingpin-status {
  padding: 7px;
  margin-bottom: 5px;
  color: white;
  font-size: 0.9em;
}

.tag-label-info .homingpin-status .btn {
  float: right;
  padding: 4px 4px;
  background: transparent;
  border: 1px solid white;
  line-height: 1;
  font-size: 0.75em;
  line-height: 0.9;
  color: white;
  text-transform: uppercase;
}

.tag-label-info .homingpin-status .btn:hover,
.tag-label-info .homingpin-status .btn:active {
  color: white;
}

.tag-label-info .homingpin-status i {
  margin-right: 5px;
}

.tag-label-info .homingpin-status.info {
  background-color: #c0c0c0;
}

.tag-label-info .homingpin-status.info .btn:hover,
.tag-label-info .homingpin-status.info .btn:active {
  background-color: #cdcdcd;
}

.tag-label-info .homingpin-status.found {
  background-color: #833ab4;
}

.tag-label-info .homingpin-status.found .btn:hover,
.tag-label-info .homingpin-status.found .btn:active {
  background-color: #9045c3;
}

.tag-label-info .homingpin-status.expired {
  background-color: #ed1c24;
}

.tag-label-info .homingpin-status.expired .btn:hover,
.tag-label-info .homingpin-status.expired .btn:active {
  background-color: #ef343b;
}

.tag-label-info .homingpin-status.ontrip {
  background-color: #29a6e0;
}

.tag-label-info .homingpin-status.ontrip .btn:hover,
.tag-label-info .homingpin-status.ontrip .btn:active {
  background-color: #3fafe3;
}

.tag-label-info .details {
  padding: 7px;
  margin-bottom: 5px;
  background-color: #f6f6f6;
  font-size: 0.9em;
}

.tag-label-info .details strong {
  color: #333333;
}

.tag-label-info .details .btn {
  float: right;
  padding: 4px 4px;
  background: transparent;
  border: 1px solid #555555;
  line-height: 1;
  font-size: 0.75em;
  line-height: 0.9;
  color: #555555;
}

.tag-label-info .details .btn:hover,
.tag-label-info .details .btn:active {
  background-color: white;
  color: #555555;
}

.tag-label-info .details-btns {
  margin-top: 15px;
  margin-bottom: 30px;
}

.tag-label-info .shared-with {
  position: relative;
  width: 100%;
  padding: 7px;
  background-color: #f6f6f6;
  line-height: 30px;
  margin-bottom: 5px;
}

.tag-label-info .shared-with .share-info {
  display: inline-block;
  vertical-align: middle;
}

.tag-label-info .shared-with .user-img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 50%;
}

.tag-label-info .shared-with .user-img img {
  width: 100%;
  height: auto;
}

.tag-label-info .shared-with .user-permission {
  position: absolute;
  top: 7px;
  right: 7px;
  text-align: right;
  font-size: 0.8em;
  color: #ed1c24;
}

.tag-label-info .shared-with .remove {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  padding: 0;
  text-align: center;
}

.tag-label-info .shared-with:hover .remove,
.tag-label-info .shared-with:active .remove {
  visibility: visible;
  width: 45px;
}

.tag-label-info .shared-with:hover .user-permission,
.tag-label-info .shared-with:active .user-permission {
  right: 55px;
}

.tag-label-info .access-btns {
  margin-top: 15px;
}

.tag-label-info .activity-record {
  position: relative;
  margin-top: 15px;
  padding-bottom: 0px;
  border-left: 1px solid #d7d7d7;
}

.tag-label-info .activity-record:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 2px;
  height: 15px;
  background-image: url("../../img/account/activity-gradient.png");
}

.tag-label-info .activity-record .activity-entry {
  position: relative;
  top: -15px;
  padding-left: 60px;
  margin-bottom: 30px;
  font-size: 0.9em;
}

.tag-label-info .activity-record .activity-entry.latest:after {
  background-color: #ed1c24;
}

.tag-label-info .activity-record .activity-entry .date {
  font-size: 0.9em;
  font-style: italic;
  color: #999999;
}

.tag-label-info .activity-record .activity-entry .btn {
  position: absolute;
  top: 7.5px;
  right: 0;
}

.tag-label-info .activity-record .activity-entry:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  height: 1px;
  width: 30px;
  background-color: #d7d7d7;
}

.tag-label-info .activity-record .activity-entry:after {
  content: '';
  position: absolute;
  top: 7.5px;
  left: 30px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #d7d7d7;
}

.add-row {
  position: relative;
  padding-top: 30px;
  margin-bottom: 15px;
  border-top: 1px solid #dcdcdc;
}

.add-row:before {
  content: '&';
  position: absolute;
  top: 65px;
  left: 50%;
  width: 30px;
  margin-left: -15px;
  font-size: 1.2em;
  text-align: center;
  color: #c2c2c2;
}

.add-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.add-row:first-child:before {
  top: 35px;
}

.report-item {
  margin-bottom: 30px;
}

.report-item .faux-title {
  font-size: 1.2em;
  margin-bottom: 1px;
}

.trip-holder {
  margin-top: 50px;
  margin-bottom: 60px;
}

.trip-holder .trip-titles {
  padding: 7px 15px;
  font-size: 1.1em;
  color: #333333;
  background-color: #f6f6f6;
}

@media (max-width: 767px) {
  .trip-holder .trip-titles {
    display: none;
  }
}

.trip-holder .trip-row {
  padding: 7px 15px;
  color: #555555;
}

.trip-holder .trip-row:nth-child(odd) {
  background-color: #f6f6f6;
}

.trip-holder .trip-row .btn {
  font-size: 0.75em;
  padding: 5px 10px;
}

@media (max-width: 991px) {
  .trip-holder .trip-row .btn {
    display: block;
    margin-bottom: 5px;
  }
}

.view-trip {
  margin-top: 15px;
}

.view-trip .faux-title {
  font-size: 1.1em;
}

.view-trip .trip-row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.view-trip .trip-row.last {
  border-color: transparent;
}

.destinations-header {
  padding-bottom: 0;
}

.destinations-header .faux-title {
  margin-bottom: 0;
}

.edit-trip label.lg,
.new-trip label.lg {
  font-size: 1em;
}

@media (min-width: 767px) {
  .edit-trip .delete-btn,
  .new-trip .delete-btn {
    position: absolute;
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.edit-trip .trip-row,
.new-trip .trip-row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.edit-trip .trip-row.last,
.new-trip .trip-row.last {
  border-color: transparent;
}

.access-details {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #555555;
}

.access-details .access-titles {
  padding: 5px;
  border-bottom: 1px solid #dedede;
  font-weight: 700;
}

@media (max-width: 767px) {
  .access-details .access-titles {
    display: none;
  }
}

.access-details .access-permission {
  position: relative;
  padding: 5px;
  border-bottom: 1px solid #dedede;
  font-size: 0.9em;
}

.access-details .access-permission:nth-child(even) {
  background-color: #ebebeb;
}

.access-details .access-permission .view {
  font-size: 0.75em;
  padding: 5px 10px;
}

.access-details .access-permission .remove {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  height: 41px;
  padding: 0;
  text-align: center;
}

.access-details .access-permission:hover .remove,
.access-details .access-permission:active .remove {
  visibility: visible;
  width: 41px;
}

.access-details .access-info {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: -4px;
}

.access-details .user-img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 50%;
}

.access-details .user-img img {
  width: 100%;
  height: auto;
}

.forget-error {
  padding-top: 5px;
  font-size: 12px;
  display: none;
  color: #ed1c24;
}

.order-layout {
  border: 2px solid #cbcbcb;
}

.subscription .h3 {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 30px;
  border-bottom: none;
}

.subscription .h3:after {
  display: none;
}

.subscription .subscription-information {
  height: 226px;
  color: #555555;
  line-height: 1.6em;
}

.subscription .status-indicator {
  position: absolute;
  top: 0;
  right: 0;
  height: 226px;
  color: white;
  text-align: center;
  font-size: 8em;
  line-height: 226px;
}

.subscription .status-indicator.active {
  background-color: #34bf49;
  background-image: linear-gradient(to bottom, #34bf49 0%, #29973a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42ce77', endColorstr='#2fb461',GradientType=0 );
}

.subscription .status-indicator.pending {
  background-color: #29a6e0;
  background-image: linear-gradient(to bottom, #29a6e0 0%, #1b88bb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42ce77', endColorstr='#2fb461',GradientType=0 );
}

.subscription .status-indicator.not-active {
  background-color: #833ab4;
  background-image: linear-gradient(to bottom, #9c58c9 0%, #833ab4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#161616',GradientType=0 );
}

.subscription .status-indicator.grace-period {
  background-color: #f47721;
  background-image: linear-gradient(to bottom, #f69552 0%, #f47721 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#161616',GradientType=0 );
}

@media (max-width: 991px) {
  .subscription .status-indicator {
    font-size: 5em;
  }
}

@media (max-width: 767px) {
  .subscription .status-indicator {
    display: none;
  }
}

.subscription .payment-method h3 {
  margin-top: 0;
}

.subscription .payment-method a {
  color: #333333;
  text-decoration: underline;
}

.subscription .payment-method a:hover,
.subscription .payment-method a:active {
  text-decoration: none;
}

.card {
  background-color: #ffffff;
  border-radius: 1rem;
  color: #47474e;
  padding: 2rem;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}

.card-icon img {
  max-width: 80px;
  width: 100%;
}

.card-digits {
  text-align: justify;
  font-size: 1.5em;
  line-height: 40px;
}

@media (max-width: 991px) {
  .card-digits {
    line-height: 30px;
  }
}

.card-digits span {
  width: 25%;
  line-height: 40px;
  display: inline-block;
}

.landing-page {
  height: 100px !important;
}

.landing-page .landing-col {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: -4px;
}

.landing-page .landing-col .logo {
  height: 65px;
}

.landing-page .left-align {
  text-align: left;
}

.landing-page .right-align {
  text-align: right;
}

@media (max-width: 768px) {
  .landing-page {
    height: auto !important;
  }

  .landing-page .landing-col img,
  .landing-page .landing-col svg {
    height: 35px;
    width: auto;
  }
}

@media (max-width: 459px) {
  .landing-page .landing-col img,
  .landing-page .landing-col svg {
    height: auto !important;
    width: 90%;
  }
}

.landing .notice {
  margin-top: 30px;
  font-size: 0.9em;
}

.landing .form-wrap {
  margin-top: 5px;
}

.admin-nav {
  width: 100%;
  height: auto;
  padding: 15px 0;
  background: #484848;
  text-align: left;
}

.admin-nav ul {
  margin: 0;
  padding: 0;
}

.admin-nav ul li {
  display: inline-block;
}

.admin-nav ul li a {
  padding: 0 30px 0 0;
  color: #b3b3b3;
  font-size: 0.9em;
}

.admin-nav ul li a:hover,
.admin-nav ul li a:active {
  color: white;
}

.admin-nav ul li a.active {
  color: white;
}

.admin-nav ul li a.back {
  padding: 0;
}

.admin-subnav {
  background-color: #3e3e3e;
}

.dashboard-widget h3 {
  float: left;
  color: white;
  line-height: 60px;
  margin: 0;
}

.dashboard-widget .count {
  font-size: 3em;
  float: right;
  color: white;
}

.widget-first {
  background-color: #3c9ecf;
}

.widget-second {
  background-color: #3091c1;
}

.widget-third {
  background-color: #2b82ad;
}

.widget-red {
  background-color: #ed1c24;
}

.widget-green {
  background-color: #34bf49;
}

.widget-blue {
  background-color: #29a6e0;
}

.widget-orange {
  background-color: #833ab4;
}

.modal .modal-dialog {
  margin-top: 60px;
}

.modal .modal-content {
  border-radius: 0;
  box-shadow: none;
}

.modal .modal-content .modal-header {
  height: 0;
  min-height: auto;
  padding: 0;
  border: none;
}

.modal .modal-content .modal-header .close {
  position: absolute;
  opacity: 0.8;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background-color: #ed1c24;
  color: white;
  text-align: center;
  font-size: 1.6em;
  font-weight: normal;
  text-shadow: none;
  transition: opacity 0.2s linear 0.2s;
}

.modal .modal-content .modal-header .close:hover,
.modal .modal-content .modal-header .close:active {
  opacity: 1;
  transition: opacity 0.2s linear 0s;
}

@media (max-width: 767px) {
  .modal .modal-content .modal-header .close {
    top: -50px;
    left: 50%;
    right: 0;
    margin-left: -10px;
  }
}

.modal .modal-content .modal-body.combo {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.modal .modal-content .modal-body.combo .top {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 30px;
}

.modal .modal-content .modal-body.combo .top .lead {
  font-size: 1.2em;
}

@media (max-width: 767px) {
  .modal .modal-content .modal-body.combo .top {
    padding-left: 15px;
    padding-right: 15px;
  }

  .modal .modal-content .modal-body.combo .top .lead {
    margin-bottom: 0;
    font-size: 0.9em;
  }
}

.modal .form-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 0;
  margin-bottom: 0;
}

.modal .form-wrap .form-control {
  height: 50px;
}

.modal .form-wrap .btn-inline {
  height: 50px;
}

.modal .form-wrap textarea.form-control {
  height: 150px;
}

@media (max-width: 767px) {
  .modal .form-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .modal .form-wrap .btn-green,
  .modal .form-wrap .btn-dark,
  .modal .form-wrap .btn-red {
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.modal .existing-access-homingpins .access-row {
  position: relative;
  height: 50px;
  margin-bottom: 5px;
  padding: 0 15px;
  background: white;
  line-height: 50px;
}

.modal .existing-access-homingpins .access-row .access-level {
  position: absolute;
  top: 0;
  right: 15px;
  text-align: right;
  font-size: 0.9em;
  color: #ed1c24;
  transition: right 0.2s ease 0.2s;
}

.modal .existing-access-homingpins .access-row .remove {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  padding: 0;
  width: 0;
  text-align: center;
  transition: visibility 0s ease 0.4s, width 0.2s ease 0.2s;
}

.modal .existing-access-homingpins .access-row:hover .remove,
.modal .existing-access-homingpins .access-row:active .remove {
  visibility: visible;
  width: 50px;
  transition: width 0.2s ease 0s;
}

.modal .existing-access-homingpins .access-row:hover .access-level,
.modal .existing-access-homingpins .access-row:active .access-level {
  right: 65px;
  transition: visibility 0s ease 0.4s, right 0.2s ease 0s;
}

.modal .add-new-contact {
  visibility: visible;
  opacity: 1.0;
  height: 91px;
  overflow: visible;
}

.modal .add-new-contact.remove {
  visibility: hidden;
  height: 0;
  opacity: 0.0;
  overflow: hidden;
  transition: visibility 0s ease 0.6s, opacity 0.2s ease 0s, height 0.2s ease 0.2s;
}

.modal .verify-contact {
  visibility: hidden;
  position: relative;
  opacity: 0.0;
  height: 0;
}

.modal .verify-contact.active {
  visibility: visible;
  height: auto;
  opacity: 1.0;
  transition: visibility 0s ease 0.4s, opacity 0.2s ease 0.4s;
}

.modal .verify-contact.active .pin {
  position: absolute;
  top: 50px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 65px;
  margin: 0 auto;
  padding-top: 10px;
  font-size: 1.6em;
  color: white;
  text-align: center;
  background-image: url("../../img/logo/pin.gif");
  -webkit-animation: loading 1s;
  /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
  animation: loading 1s;
  animation-iteration-count: 1;
  animation-delay: 2s;
  /* Chrome, Safari, Opera */
  animation-fill-mode: forwards;
}

.modal .verify-contact.active .success {
  opacity: 0.0;
  z-index: 2;
  -webkit-animation: success 1s;
  /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 3s;
  animation: success 1s;
  animation-iteration-count: 1;
  animation-delay: 3s;
  /* Chrome, Safari, Opera */
  animation-fill-mode: forwards;
}

@keyframes success {
  from {
    opacity: 0.0;
  }

  to {
    opacity: 1.0;
  }
}

@keyframes loading {
  from {
    opacity: 1.0;
  }

  to {
    opacity: 0.0;
  }
}

.modal-backdrop.in {
  opacity: 0.96;
  background-color: #1d1d1d;
}

.help-block.text-danger {
  color: #a94442;
}

.iw-IL {
  /* General */
  /* Navigation */
  /* Form Elements */
  /* Notifications */
  /* Hero Banner */
  /* Home Blocks */
  /* Account */
  /* Product */
  /* Footer */
}

.iw-IL .rtl .col-xs-12 {
  float: right;
}

.iw-IL .home .col-xs-6 {
  float: right;
}

.iw-IL .nav-left {
  text-align: right;
}

.iw-IL .nav-right {
  text-align: left !important;
}

.iw-IL .input-group .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.iw-IL .input-group .btn,
.iw-IL .input-group .input-group-addon {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.iw-IL .input-group .input-group-addon {
  border-right: 0;
  border-left: 1px solid #e1e1e1;
}

.iw-IL .intl-tel-input input,
.iw-IL .intl-tel-input input[type=text],
.iw-IL .intl-tel-input input[type=tel] {
  padding-left: 5px;
  padding-right: 48px;
}

.iw-IL .intl-tel-input .selected-flag .arrow {
  left: 4px;
  right: auto;
}

.iw-IL .intl-tel-input .selected-flag .iti-flag {
  right: 8px;
}

.iw-IL .form-wrap.panel .faux-title a:after {
  margin-left: 10px;
}

.iw-IL .form-wrap .col-xs-12 {
  float: right;
}

.iw-IL .form-wrap .col-md-offset-2 {
  margin-left: auto;
  margin-right: 16.666667%;
}

@media (max-width: 767px) {
  .iw-IL .form-wrap .col-md-offset-2 {
    margin-right: auto;
  }
}

.iw-IL .form-wrap .text-right {
  text-align: left;
}

.iw-IL .form-wrap .activate {
  left: auto;
  right: -90px;
}

.iw-IL .form-inline .bootstrap-select {
  margin-left: 0 !important;
  margin-right: 15px !important;
}

.iw-IL .notification i {
  margin-right: auto;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .iw-IL .code-entry {
    left: 0px;
    width: calc(100% - 15px);
    padding-left: 15px;
    padding-right: 0;
  }
}

.iw-IL .home-block.tag-items .col-md-6,
.iw-IL .home-block.virgin-train .col-md-6 {
  float: right;
}

.iw-IL .homingpin .completion-pin {
  right: auto;
  left: 0px;
}

.iw-IL .btn.btn-user {
  padding-left: 20px;
  padding-right: 4px;
}

.iw-IL .btn.btn-user span.user-name {
  padding-right: 10px;
  padding-left: 0;
}

.iw-IL .tag-label-info .to-do ul li a i {
  margin-left: 5px;
}

.iw-IL .trip-holder .trip-titles .col-xs-12,
.iw-IL .trip-holder .trip-row .col-xs-12 {
  float: right;
}

.iw-IL .trip-holder .trip-titles .col-xs-12.text-right,
.iw-IL .trip-holder .trip-row .col-xs-12.text-right {
  text-align: left;
}

.iw-IL .destinations .trip-row .col-xs-12 {
  float: right;
}

.iw-IL .product .col-sm-6 {
  float: right;
}

.iw-IL .product .product-details .col-md-8 {
  float: right;
}

.iw-IL .footnote ul li.language span {
  margin-right: auto;
  margin-left: 10px;
}

.iw-IL .bottom-page,
.iw-IL .footnote {
  text-align: left;
}