/* Resets */
* {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 1em;
}

p.note {
    font-size: 75%;
    color: #999999;
}

strong {
    font-size: 1.15em;
}

label input[type=checkbox] {
    margin-right: 10px;
}

textarea {
    width: 100%;
    border-radius: 5px;
    border-color: #cccccc;
    margin-bottom: 1em;
}

.clear {
    clear: both;
}

.row {
    margin: 0;
}

.col-3 {
    width: 33%;
    float: left;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.well {
    margin: 15px;
}

/* Custom fonts */
@font-face {
    font-family: "Aller_reg";
    src: url('/static/fonts/aller_rg-webfont.eot?7209efae79e5');
    src: url('/static/fonts/aller_rg-webfont.eot?&7209efae79e5#iefix') format("eot"), url('/static/fonts/aller_rg-webfont.woff?7209efae79e5') format("woff"), url('/static/fonts/aller_rg-webfont.ttf?7209efae79e5') format("truetype"), url('/static/fonts/aller_rg-webfont.svg?7209efae79e5#webfont') format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Aller_bold";
    src: url('/static/fonts/aller_bd-webfont.eot?7209efae79e5');
    src: url('/static/fonts/aller_bd-webfont.eot?&7209efae79e5#iefix') format("eot"), url('/static/fonts/aller_bd-webfont.woff?7209efae79e5') format("woff"), url('/static/fonts/aller_bd-webfont.ttf?7209efae79e5') format("truetype"), url('/static/fonts/aller_bd-webfont.svg?7209efae79e5#webfont') format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Aller_display";
    src: url('/static/fonts/allerdisplay-webfont.eot?7209efae79e5');
    src: url('/static/fonts/allerdisplay-webfont.eot?&7209efae79e5#iefix') format("eot"), url('/static/fonts/allerdisplay-webfont.woff?7209efae79e5') format("woff"), url('/static/fonts/allerdisplay-webfont.ttf?7209efae79e5') format("truetype"), url('/static/fonts/allerdisplay-webfont.svg?7209efae79e5#webfont') format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Tools */
body .select2-container .select2-choice {
    border-radius: 0;
}

body .select2-container .select2-choice .select2-arrow {
    border-radius: 0;
}

.blue {
    color: #008ed0;
}

.spacer {
    height: 0;
    line-height: 0;
    width: 100%;
    display: inline-block;
}

.clear {
    clear: both;
}

.icon {
    background: transparent url('/static/images/sprite.png?7209efae79e5') no-repeat;
    display: inline-block;
}

.icon:hover {
    text-decoration: none;
}

.c-left {
    float: left;
}

.c-right {
    float: right;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hr {
    background-color: #e6e6e6;
    height: 1px;
    margin-bottom: 1em;
}

.no-display {
    display: none;
}

/* Common styles */
fieldset {
    border: none;
}

button, .btn {
    border: none;
    background-color: #008ed0;
    color: white;
    padding: 0 10px;
    border-radius: 5px;
    height: 33px;
    font: bold 18px/33px "Source Sans Pro", Arial, sans-serif;
    letter-spacing: 1px;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
}

button:hover, .btn:hover {
    text-decoration: none;
}

.btn-orange {
    color: white;
    background-color: #f7941d;
}

.btn-big {
    height: 41px;
    line-height: 41px;
    font-size: 20px;
    padding: 0 34px;
}

.alert-error {
    margin-bottom: 20px;
}

input[type=text] {
    border: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 36px;
    border: 1px solid #999999;
    font-size: 20px;
    padding: 0 12px;
    margin-bottom: 10px;
}

h1, h2, h3 {
    font-weight: 400;
}

h1 {
    font-size: 40px;
    letter-spacing: -2px;
    line-height: 40px;
    margin-bottom: 20px;
}

body {
    font-family: Aller_reg, Arial, sans-serif;
    color: #273f45;
}

pre {
    font-family: Aller_reg, Arial, sans-serif;
}

a {
    text-decoration: none;
    color: #005b98;
    font-family: Aller_reg;
}

a:hover {
    text-decoration: underline;
}

#id_fromCountry {
    position: absolute !important;
    top: 47px !important;
    left: 70px !important;
}

#id_toCountry {
    position: absolute !important;
    top: 47px !important;
    left: 70px !important;
}

main a {
    color: #008ed0;
}

.container {
    width: 1094px;
    margin: 0 auto;
    padding: 0 25px;
}

th {
    font: normal 1em Aller_bold, Arial, sans-serif;
}

.data-table {
    border-collapse: collapse;
    width: 100%;
}

.data-table th, .data-table td {
    text-align: left;
    border: 1px solid #8c8c8c;
    padding: 5px 13px;
    font-size: 12px;
}

.data-table .center {
    text-align: center;
}

.calendar {
    font-size: 10px;
}

/* Breadcrumbs */
.breadcrumbs {
    padding: 20px 0 25px;
    white-space: nowrap;
}

.breadcrumbs li {
    list-style: none;
    display: inline-block;
    font: normal 26px "Source Sans Pro", Arial, sans-serif;
    letter-spacing: -1px;
    margin-right: 15px;
}

.breadcrumbs .num {
    color: white;
    width: 34px;
    height: 32px;
    border-radius: 16px;
    display: inline-block;
    background-color: #005b98;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
}

.breadcrumbs a {
    color: #008ed0;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: bold;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.breadcrumbs .selected a {
    font-weight: bold;
    color: #f7921c;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    padding: 5px;
}

.popover .arrow {
    position: absolute;
    width: 0;
    height: 0;
}

.popover.top {
    margin-top: -5px;
}

.popover.left {
    margin-left: -5px;
}

.popover.left .arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid black;
}

.popover-inner {
    width: 280px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    padding: 3px;
}

.popover-title {
    line-height: 1;
    background-color: whitesmoke;
    border-bottom: 1px solid #eeeeee;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding: 9px 15px;
}

.popover-content {
    background-color: white;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    padding: 14px;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
}

.ui-menu .ui-menu {
    margin-top: -3px;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 0.2em 0.4em;
    line-height: 1.5;
    zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.dropup {
    position: relative;
    z-index: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    max-width: 220px;
    _width: 160px;
    padding: 4px 0;
    margin: 0;
    list-style: none;
    background-color: white;
    border-color: #cccccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-radius: 5px;
}

.dropdown-menu a {
    display: block;
    padding: 3px 19px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}

.open .dropdown-menu {
    display: block;
    margin-top: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/* Table Striped */
.table-striped {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 23px;
}

.table-striped th {
    font-size: 11px;
    background-color: #005b98;
    color: white;
    font: normal 11px "Source Sans Pro", Arial, sans-serif;
    padding: 15px 5px;
}

.table-striped td {
    padding: 5px 3px 6px;
    text-align: center;
    border: 1px solid #e5e5e5;
    vertical-align: middle;
}

.table-striped input {
    width: 40px;
    border-radius: 3px;
    font-size: 12px;
    border-color: #cccccc;
}

.table-striped .i-text input {
    width: 95px;
}

.table-striped .i-qty input {
    width: 25px;
}

.table-striped .i-price input {
    width: 50px;
}

.table-striped .plus {
    width: 31px;
    height: 25px;
    background-position: -340px 0;
}

.table-striped .remove {
    width: 31px;
    height: 25px;
    background-position: -340px -29px;
}

.table-striped p {
    font-size: 15px;
    margin-bottom: 9px;
}

.table-striped textarea {
    border-radius: 3px;
    border-color: #cccccc;
    padding: 6px 4px;
    margin-bottom: 6px;
    width: 512px;
}

.item .manufacture .p-country {
    width: 100%;
}

th.manufacture {
    width: 200px;
}

.table-striped .actions span {
    display: block;
    margin: 5px 0;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

/* Quote table */
.quote-table {
    border-collapse: collapse;
}

.quote-table th {
    border: none;
    background-color: #008ed0;
    color: white;
    text-align: center;
    padding: 15px 20px;
    font: normal 21px/23px "Source Sans Pro", Arial, sans-serif;
}

.quote-table td {
    border: 1px solid #e6e6e6;
    padding: 0 10px;
    text-align: center;
}

.quote-table td.courier {
    font-size: 66px;
    line-height: 80px;
}

/* Header */
header .container {
    width: 967px;
    border-bottom: 2px solid #005b98;
    padding: 4px 28px 10px;
    margin-bottom: 18px;
}

header .logo {
    margin-top: 10px;
    float: left;
    text-decoration: none;
    position: relative;
    z-index: 0;
    padding-left: 82px;
}

header .logo .image {
    width: 205px;
    height: 90px;
    background: transparent url('/static/images/sprite.png?7209efae79e5') no-repeat;
    background-position: 0 -250px;
    position: absolute;
    left: 0;
    top: 0;
}

header .logo .text {
    color: #f6921e;
    font-size: 72px;
    letter-spacing: -4px;
}

header .header-content {
    float: right;
    text-align: right;
}

header .header-content li {
    list-style: none;
    display: inline-block;
}

header .header-content a:hover {
    text-decoration: none;
}

header .header-content .top-links {
    font-size: 15px;
}

header .header-content .top-links li:after {
    content: "|";
    margin: 0 4px 0 9px;
    color: #008ed0;
    font-family: Aller_bold;
    font-size: 15px;
}

header .header-content .top-links li:last-child:after {
    display: none;
}

header .header-content .service-text {
    font: normal 35px "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 1px;
    margin: 4px 0 3px;
}

header .header-content .top-menu li {
    margin-left: 11px;
}

header .header-content .top-menu li:after {
    display: none;
}

/* Main content */
/* Footer */
footer .container {
    width: 894px;
}

.footer-top {
    padding: 27px 0 14px;
}

.footer-bottom {
    background-color: #005b98;
    padding: 23px 0;
    color: white;
}

.footer-bottom a {
    color: white;
    font-size: 14px;
}

.footer-bottom li {
    list-style: none;
}

.footer-bottom .footer-links {
    float: left;
}

.footer-bottom .col {
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    margin-right: 100px;
    line-height: 24px;
}

.footer-bottom .col.last {
    margin-right: 50px;
}

.footer-bottom .track {
    float: left;
    padding: 20px 30px;
    margin-top: 7px;
    background-color: #004A76;
}

.footer-bottom .track input {
    height: 15px;
    font: normal 14px "Myriad Pro", arial, sans-serif;
    padding: 11px 9px 8px;
    width: 211px;
    margin-right: 15px;
}

.footer-bottom .soc {
    float: right;
    padding: 7px 6px 0 0;
}

.footer-bottom .soc li {
    margin-bottom: 6px;
}

.footer-bottom .soc a {
    position: relative;
    z-index: 0;
}

.footer-bottom .soc .fb {
    width: 15px;
    height: 31px;
    background-position: -148px 0;
}

.footer-bottom .soc .tw {
    width: 31px;
    height: 25px;
    background-position: -140px -40px;
    right: 8px;
    margin-bottom: -2px;
}

.footer-bottom .soc .in {
    width: 25px;
    height: 23px;
    background-position: -180px 0;
    right: 5px;
}

.footer-bottom .soc .gp {
    width: 28px;
    height: 26px;
    background-position: -180px -36px;
    right: 5px;
}

.footer-bottom address {
    font: normal 11px Aller_reg, Arial, sans-serif;
    margin: 16px -3px;
}

.final #downloadButton a {
    border: 1px solid #cccccc;
    width: 390px;
    vertical-align: middle;
    display: block;
    padding: 15px;
    position: relative;
    height: 60px;
    line-height: 60px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.final #downloadButton a img {
    position: absolute;
    right: 20px;
    top: 20px;
}

/* Quote Fofm */
.quote-form {
    position: relative;
    z-index: 0;
}

.quote-form input[type=text] {
    height: 18px;
    line-height: 18px;
}

.quote-form h3 {
    background-color: #008ed0;
    font-size: 40px;
    color: white;
    text-align: center;
    padding: 12px 0;
    margin-bottom: 5px;
}

.quote-form fieldset {
    background-color: #005b98;
    color: white;
    margin-bottom: 5px;
    border: none;
    padding-right: 28px;
    position: relative;
}

.quote-form fieldset .deletePackage, .quote-form fieldset #deletePackage {
    display: block;
    position: absolute;
    right: 8px;
    top: 6px;
}

.quote-form fieldset.package .btn {
    padding: 2px 8px;
    font-size: 15px;
    line-height: 22px;
    height: 21px;
}

.quote-form fieldset .num {
    font: normal 66px/74px "Source Sans Pro", Arial, sans-serif;
    float: left;
    width: 40px;
    padding: 0 11px 0 21px;
}

.quote-form input {
    border: none;
    width: 176px;
    padding: 3px 5px 3px;
    font-size: 14px;
}

.quote-form select {
    width: 170px;
    height: 20px;
    line-height: 20px;
}

.quote-form .input-box {
    width: 186px;
    padding-top: 8px;
}

.quote-form .input-box.l {
    float: left;
}

.quote-form .input-box.r {
    float: right;
}

.quote-form label {
    font: normal 20px "Source Sans Pro", Arial, sans-serif;
    margin-bottom: 3px;
    display: block;
}

.quote-form .multiple {
    width: 100%;
    text-align: justify;
    line-height: 0;
}

.quote-form .multiple * {
    line-height: normal;
    vertical-align: top;
}

.quote-form .multiple input {
    width: 65px;
    display: inline-block;
}

.quote-form .multiple select {
    width: 60px;
    display: inline-block;
}

.quote-form .multiple .spacer {
    width: 100%;
    display: inline-block;
}

.quote-form .buttons {
    padding-top: 20px;
}

.quote-form .buttons .btn {
    line-height: 33px;
}

.quote-form .buttons span {
    font: normal 47px/33px "Source Sans Pro", Arial, sans-serif;
}

.quote h2 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 13px;
}

.quote h2 span {
    display: block;
}

.quote .sub-header {
    font-size: 17px;
}

.quote .text {
    font-size: 15px;
    color: #777;
    margin-top: 40px;
    margin-bottom: 40px;
}

.quote .c-left .btn {
    padding: 10px 30px;
}

#slider {
    width: 1026px;
    margin: 0 auto;
}

.liquid-slider-wrapper .liquid-nav-left-arrow {
    background: url('/static/images/arrow.png?7209efae79e5') no-repeat top left !important;
}

.liquid-slider-wrapper .liquid-nav-right-arrow {
    background: url('/static/images/arrow.png?7209efae79e5') no-repeat top right !important;
}

.liquid-slider-wrapper .liquid-slider-preloader {
    background: url('/static/images/loading.gif?7209efae79e5') #f2f2f2 no-repeat center 75px !important;
}

.liquid-slider-wrapper .liquid-slider-preloader {
    background: url('/static/images/loading.gif?7209efae79e5') #f2f2f2 no-repeat center 75px !important;
}

.liquid-slider-wrapper .liquid-nav-left-arrow:hover {
    background: url('/static/images/arrow.png?7209efae79e5') no-repeat bottom left !important;
}

.liquid-slider-wrapper .liquid-nav-right-arrow:hover {
    background: url('/static/images/arrow.png?7209efae79e5') no-repeat bottom right !important;
}

.quote h2 .sub1 {
    font-size: 34px;
    line-height: 50px;
}

.quote h2 .sub2 {
    font-size: 32px;
    line-height: 44px;
}

/* Homepage */
.home .quote {
    margin-bottom: 33px;
}

.home .c-left {
    width: 49%;
    padding-top: 13px;
}

.home .c-left li {
    list-style: inside;
    color: #008ed0;
    font-size: 24px;
    margin-bottom: 3px;
}

.home .c-right {
    width: 50%;
}

.home .collect {
    margin-bottom: 29px;
    padding: 40px 0;
    background-color: #f2f2f2;
}

.home .collect .container {
    width: 997px;
}

.home .collect h2 {
    background-color: #008ed0;
    color: white;
    font: normal 43px/100px "Source Sans Pro", Arial, sans-serif;
    text-align: center;
    margin-bottom: 11px;
}

.home .collect .plans {
    text-align: justify;
    line-height: 0;
}

.home .collect li {
    line-height: normal;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    background-color: #005b98;
    border-radius: 6px;
    text-align: center;
    color: #f6921e;
    padding: 0 39px 14px;
}

.home .collect .spacer {
    width: 100%;
    height: 0;
    padding: 0;
}

.home .collect span {
    display: block;
    margin: 0 auto;
}

.home .collect .image {
    background: transparent url('/static/images/plans.png?7209efae79e5') no-repeat;
    width: 146px;
    height: 150px;
    margin: 14px auto 10px;
}

.home .collect .image.uk-nd {
    background-position: 0 0;
}

.home .collect .image.uk-pn {
    background-position: -152px 0;
}

.home .collect .image.uk-10am {
    background-position: -300px 0;
}

.home .collect .image.uk-10am {
    background-position: -300px 0;
}

.home .collect .image.uk-in {
    background-position: -457px 0;
}

#profit h3 {
    color: #005b98;
    border-radius: 5px 5px 0 0;
    font-size: 24px;
}

.home .collect .price {
    font: normal 30px "Source Sans Pro", Arial, sans-serif;
    margin-bottom: 11px;
}

.home .collect .btn {
    line-height: 33px;
}

.home .couriers {
    text-align: center;
    background-color: white;
    margin: 35px 0 20px;
}

.home .couriers dl, .home .couriers dt, .home .couriers dd {
    display: inline-block;
    vertical-align: middle;
}

.home .couriers dt {
    color: #f6921e;
    font-size: 40px;
}

.home .couriers dd {
    color: #005b98;
    font-size: 72px;
    letter-spacing: -3px;
    margin-left: 15px;
}

.home .about {
    border: 1px solid #008ed0;
    border-width: 5px 0;
    padding: 26px 0 30px;
}

.home .about .container {
    width: 950px;
}

.home .about .logo {
    float: left;
    margin-top: 6px;
}

.home .about .logo .icon {
    width: 270px;
    height: 120px;
    background-position: -250px -250px;
    margin-right: 6px;
}

.home .about .logo .text {
    font-size: 92px;
    color: #f6921e;
    letter-spacing: -3px;
    vertical-align: top;
}

.home .about .info {
    float: right;
    width: 513px;
}

.home .about h2 {
    font-size: 34px;
}

.home .about p {
    font-size: 18px;
    line-height: 18px;
}

/* Tracking output */
#map {
    height: 480px;
    margin-bottom: 30px;
}

#routeSummary {
    margin: 20px 0 0;
}

.tracking-out main .container {
    margin-bottom: 30px;
}

.tracking-out .courier {
    color: #f6921e;
    font-size: 73px;
    letter-spacing: -5px;
    line-height: 73px;
}

.tracking-out .num-label {
    font: normal 25px Arial, sans-serif;
    letter-spacing: 1px;
}

.tracking-out .num {
    font: normal 19px Arial, sans-serif;
}

.tracking-out .c-left {
    width: 250px;
    padding-top: 7px;
}

.tracking-out .c-left .num-label {
    margin-bottom: 13px;
}

.tracking-out .c-left .courier {
    margin-bottom: 3px;
}

.tracking-out .c-left h2 {
    font-size: 48px;
    border-bottom: 2px solid #005b98;
    letter-spacing: -4px;
    padding-bottom: 4px;
    margin-bottom: 17px;
}

.tracking-out .track-form {
    border: 2px solid #005b98;
    border-width: 2px 0;
    margin: 27px 0;
    padding: 24px 0 36px;
}

.tracking-out .track-form input {
    border: 1px solid #999999;
    color: #999999;
    padding: 4px 5px 3px;
    margin-bottom: 17px;
    font-size: 12px;
    width: 236px;
}

.tracking-out .track-form label {
    font-size: 38px;
    line-height: 50px;
    display: block;
    margin-bottom: 11px;
}

.tracking-out .c-right {
    width: 672px;
    padding-top: 17px;
}

.tracking-out .track-info {
    line-height: 63px;
    margin-bottom: 8px;
}

.tracking-out .track-info p {
    display: inline;
    vertical-align: bottom;
}

.tracking-out .map-image {
    margin-bottom: 9px;
}

/* Tracking input */
.tracking-in main .container {
    margin-bottom: 30px;
}

.tracking-in h1 {
    margin-bottom: 17px;
}

.tracking-in .c-left {
    width: 285px;
    font-size: 15px;
    line-height: 18px;
}

.tracking-in .c-left p {
    margin-bottom: 1em;
}

.tracking-in h2 {
    padding: 10px 0;
    line-height: 30px;
}

.tracking-in .c-right {
    width: 662px;
}

.tracking-in .track-list {
    text-align: right;
    line-height: 75px;
    border-top: 1px solid #005b98;
}

.tracking-in .track-list li {
    list-style: none;
    border-bottom: 1px solid #005b98;
    padding: 15px 0 5px;
}

.tracking-in .track-list .label {
    float: left;
    width: 300px;
    text-align: left;
}

.tracking-in .track-list .label:hover {
    text-decoration: none;
}

.tracking-in .track-list .label h2 {
    font: normal 50px Aller_reg, arial, sans-serif;
    letter-spacing: -2px;
    color: #f6921e;
    vertical-align: middle;
}

.tracking-in .track-list .label h2:hover {
    color: #005b98;
}

.tracking-in .track-list .input-text {
    border: 1px solid #999999;
    padding: 4px;
    vertical-align: middle;
    width: 187px;
}

.tracking-in .track-list .btn {
    margin-left: 10px;
}

.fancybox-inner .btn-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    background: transparent url('/static/images/sprite.png?7209efae79e5') no-repeat -388px -3px;
    width: 30px;
    height: 30px;
}

.fancybox-inner .btn-icon:hover {
    text-decoration: none;
}

/* Static pages */
.static h2 {
    color: #191919;
    font-size: 25px;
}

.static section {
    width: 580px;
    border-bottom: 1px solid #005b98;
    margin: 0 0 23px;
    padding: 0 0 6px;
}

.static section.last {
    border: none;
}

.static p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 1em;
}

/* Select service page */
.select-service h1 {
    font-size: 44px;
    letter-spacing: -1px;
    margin-bottom: 8px;
}

.select-service table {
    margin-bottom: 1.5em;
}

.select-service p {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 1em;
}

.select-service p a {
    color: #008ed0;
}

.select-service .lightbox-link {
    color: #008ed0;
}

.select-service .cols {
    margin-top: 40px;
}

.select-service .c-left {
    width: 330px;
    text-align: right;
}

.select-service .c-right {
    width: 580px;
}

.select-service .why h3 {
    color: #008ed0;
}

.select-service .why ul {
    list-style: none;
    text-align: justify;
    width: 810px;
    margin-bottom: 20px;
}

.select-service .why ul li {
    display: inline-block;
    margin: 10px 25px;
    line-height: 30px;
}

.select-service .notConvinced {
    text-align: right;
    margin: 0 0 30px;
    font-size: 29px;
    color: #008ed0;
}

/* Address details page */
.addressDetails .controls input[type=checkbox] {
    margin-left: 149px;
}

.addressDetails .input-box {
    padding: 20px 0;
}

.addressDetails .c-left {
    width: 460px;
}

.addressDetails .c-right {
    width: 460px;
}

.addressDetails .c-right a {
    color: #008ed0;
}

.addressDetails h2 {
    background-color: #008ed0;
    color: white;
    font: bold 27px "Source Sans Pro", Arial, sans-serif;
    padding: 12px 25px;
    margin-bottom: 22px;
    position: relative;
    z-index: 0;
}

.addressDetails .actions {
    margin: 20px 0;
}

.addressDetails section .savedAddress {
    position: absolute;
    top: 5px;
    right: 0;
    width: 195px;
}

/*.addressDetails section .savedAddress {
  position: absolute;
  top: 5px;
  right: 8px;
  width: 182px;
  line-height: 0.7em;
}*/

.addressDetails section .lightbox-link span {
    color: white;
    font-size: 17px;
    font-weight: normal;
    float: left;
    width: 140px;
    margin-top: 3px;
}

.addressDetails section .lightbox-link img {
    float: right;
}

.addressDetails .emailTrackingNumberToReceiver {
    margin: 0 0 40px;
}

.addressDetails .controls {
    float: right;
}

.addressDetails .controls li {
    display: inline-block;
    padding: 0 20px;
}

.addressDetails .controls input[type=text] {
    width: 300px;
    height: 20px;
    line-height: 17px;
    font-size: 17px;
}

.addressDetails .customerIs .controls {
    float: none;
}

.addressDetails .customer-fields .input-box {
    width: 500px;
}

.addressDetails .suburb {
    border-top: 1px solid #989898;
    margin: 15px 0 0;
}

.addressDetails .suburb .input-box {
    border-bottom: 1px solid #989898;
    padding-left: 0;
}

.addressDetails .suburb input[type=text] {
    background: none;
    border: 0;
}

.addressDetails .third-party {
    margin-top: 40px;
}

#addressBook table th, #addressBook table td {
    color: #000;
}


#addressBook table th {
    font-size: 13px;
}

#addressBook table td {
    font-size: 11px;
    text-align: left;
}

.controls input[type=text] {
    width: 334px;
    height: 32px;
    border: 1px solid #999999;
    font-size: 20px;
    padding: 2px 12px;
}

.controls input[type=checkbox] {
    margin-left: 0px;
    margin-right: 33px;
    margin-bottom: 20px;
    display: inline-block;
    float: left;
}

.controls ul {
    list-style: none;
    margin: 0 0 15px;
}

/* Package details page */
.package-details ul li {
    margin-bottom: 1em;
}

.package-details .table {
    width: 100%;
}

.package-details .table td input[type=text] {
    margin: 0;
}

.package-details input[type=text] {
    border: 1px solid #b2b2b2;
    font-size: 12px;
    padding: 3px 5px;
    height: 18px;
    line-height: 18px;
}

.package-details select {
    border: 1px solid #b2b2b2;
    background: white;
    height: 25px;
    padding: 2px 5px;
    display: inline-block;
    width: 130px;
}

.package-details section {
    margin-bottom: 20px;
}

.package-details .lb-link {
    color: #008ed0;
}

.package-details .lightbox-link {
    color: #008ed0;
}

.package-details .checkbox.save_comment {
    margin-bottom: 1em;
    display: block;
}

.package-details .c-left {
    width: 690px;
    padding-top: 20px;
}

.package-details .c-left #actionButtons input[type=submit] {
    float: right;
}

.package-details .c-left .l {
    float: left;
    width: 240px;
    padding-right: 65px;
    border-right: 1px solid #ececec;
}

.package-details .c-left h2 {
    background-color: #008ed0;
    color: white;
    font: bold 27px "Source Sans Pro", Arial, sans-serif;
    padding: 12px 25px;
    margin-bottom: 22px;
}

.package-details .c-left h3 {
    font-size: 16px;
    margin-bottom: 17px;
}

.package-details .c-left .double {
    margin-bottom: 5px;
}

.package-details .c-left .double ul {
    list-style: none;
}

.package-details .c-left .double li {
    width: 48%;
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 0;
}

.package-details .c-left .date-label {
    margin-bottom: 7px;
}

.package-details .c-left .date-label a {
    color: #005b98;
    float: right;
}

.package-details .c-left .r {
    float: right;
    width: 310px;
}

.package-details .c-left .r .input-box {
    margin-bottom: 27px;
}

.package-details .c-left .r label {
    display: inline-block;
    width: 170px;
    font-size: 15px;
}

.package-details .c-left .r p {
    font-size: 14px;
    margin-bottom: 1.2em;
}

.package-details .p-contents {
    font-size: 15px;
}

.package-details .p-contents h2 {
    margin-bottom: 22px;
}

.package-details .p-contents .input-box.wide {
    line-height: 28px;
}

.package-details .p-contents .input-box.wide input {
    width: 436px;
    float: right;
    padding: 3px 5px 4px;
}

.package-details .p-contents .note {
    text-align: right;
    margin: 10px -10px 40px 0;
}

.package-details .p-contents .reason-box {
    margin: 15px 0;
}

.package-details .p-contents .reason-box label {
    margin-right: 10px;
    width: 155px;
    display: inline-block;
}

.package-details .custom-details h2 {
    margin-bottom: 5px;
}

.package-details .insurance ul {
    font-size: 15px;
    list-style: none;
}

.package-details .insurance dt {
    float: left;
    clear: right;
    width: 270px;
    margin-bottom: 42px;
}

.package-details .insurance dd {
    float: right;
    width: 230px;
}

.package-details .insurance .input-box {
    display: inline-block;
    width: 48%;
}

.package-details .insurance .price {
    color: #008ed0;
    font-size: 30px;
    margin-right: -21px;
}

.package-details .shipment-details a {
    color: #008ed0;
}

.package-details .shipment-details h2 {
    margin-bottom: 37px;
}

.package-details .shipment-details dt {
    float: left;
    clear: right;
    width: 100px;
    padding-left: 24px;
}

.package-details .shipment-details dt.wide {
    width: 110px;
}

.package-details .shipment-details dd {
    float: right;
    width: 345px;
    margin-bottom: 18px;
    font-size: 12px;
}

.package-details .shipment-details dd.wide {
    width: 383px;
    font-size: 15px;
}

.package-details .shipment-details p {
    font-size: 15px;
    padding-left: 24px;
    margin: 20px 0;
}

.package-details .c-right {
    width: 254px;
    margin-right: 103px;
    padding-top: 13px;
}

.package-details .c-right a {
    color: #008ed0;
}

.package-details .c-right section {
    padding-bottom: 20px;
    margin-bottom: 29px;
    border-bottom: 1px solid #999999;
}

.package-details .c-right h2 {
    font-size: 35px;
    white-space: nowrap;
}

.package-details .c-right p {
    font-size: 15px;
}

.package-details .c-right strong {
    color: #008ed0;
    font: normal 26px/15px "Source Sans Pro", Arial, sans-serif;
    white-space: nowrap;
}

.quote-page .container {
    margin-bottom: 35px;
}

.quote-page h1 {
    margin-bottom: 15px;
}

.quote-page p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 1em;
}

.quote-page .c-left {
    width: 50%;
}

.quote-page .c-right {
    width: 47%;
}

.quote-page .c-right section {
    padding: 0 15px;
}

.quote-page .c-right .logo {
    float: left;
    margin-top: 6px;
}

.quote-page .c-right .logo .icon {
    width: 270px;
    height: 120px;
    background-position: -250px -250px;
    margin-right: 6px;
}

.quote-page .c-right .logo .text {
    font-size: 92px;
    color: #f6921e;
    letter-spacing: -3px;
    vertical-align: top;
}

.quote-page .process-bar {
    margin: 52px 0 16px;
}

.quote-page .process-bar h3 {
    font-size: 45px;
    line-height: 45px;
}

.quote-page .process-bar a .num {
    font-weight: bold;
    font-size: 27px;
}

.quote-page .process-bar a .text {
    color: #008ed0;
    font-weight: bold;
}

.domestic .c-left {
    width: 49%;
}

.domestic .c-right {
    width: 50%;
}

.domestic .logo {
    margin-top: 25px;
}

.domestic .big-text {
    color: #005b98;
    font-size: 65px;
    letter-spacing: -2px;
    float: left;
}

.domestic .text {
    float: left;
    width: 250px;
    line-height: 29px;
    font-size: 27px;
    padding: 10px 0 0 10px;
}

.international .c-left {
    width: 49%;
}

.international .c-right {
    width: 50%;
}

.international .big-text {
    color: #005b98;
    font-size: 65px;
    line-height: 65px;
    letter-spacing: -2px;
    margin-right: 13px;
}

.international .text {
    display: block;
    font-size: 27px;
    line-height: 27px;
}

.payment .btn {
    width: auto;
    height: 37px;
    font-weight: bold;
    letter-spacing: -1px;
    text-align: center;
    padding: 0 20px;
    margin-right: 15px;
}

.payment .coupon-form {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 25px;
}

.payment .coupon-form label,
.payment .coupon-form .coupon-input {
    float: left;
}

.payment .coupon-form label {
    max-width: 40%;
}

.payment .coupon-form input {
    width: 168px;
    margin: 10px;
}

.payment .coupon-form .btn {
    float: right;
    margin: 0;
    padding: 0 4px;
}

.payment .cost-table {
    line-height: 41px;
    border-bottom: 1px solid #cccccc;
    padding: 30px 0 0;
    margin: 0 45px 55px;
}

.payment .cost-table:after {
    clear: both;
    height: 0;
    display: block;
    content: "";
}

.payment .cost-table .total {
    color: #008ed0;
}

.payment .cost-table dt {
    float: left;
    width: 270px;
}

.payment .cost-table dd {
    float: right;
    width: 120px;
}

.payment .cost-table dd:after {
    clear: both;
    height: 0;
    display: block;
    content: "";
}

.payment .payment-details h2 {
    background-color: #008ed0;
    color: white;
    font: bold 27px "Source Sans Pro", Arial, sans-serif;
    padding: 12px 25px 8px;
    margin-bottom: 22px;
}

.payment .payment-table {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 55px;
    margin: 0 0 23px;
}

.payment .payment-table .checkbox {
    float: right;
}

.payment .payment-table h3 {
    color: #005b98;
    font-size: 25px;
    letter-spacing: -1px;
    margin-bottom: 30px;
}

.payment .payment-table fieldset {
    border: none;
}

.payment .payment-table ul {
    list-style: none;
}

.payment .payment-table li {
    display: inline-block;
    vertical-align: top;
    width: 250px;
}

.payment .payment-table .input-box {
    white-space: nowrap;
    line-height: 37px;
    margin-bottom: 10px;
}

.payment .payment-table .logo-icon {
    vertical-align: middle;
    display: inline-block;
    width: 45px;
    margin-right: 20px;
    background: transparent url('/static/images/sprite.png?7209efae79e5') no-repeat;
}

.payment .payment-table .choose-card {
    padding: 0 0 0 25px;
    width: 300px;
    color: #005b98;
}

.payment .payment-table .choose-card .visa {
    height: 25px;
    background-position: -8px -405px;
}

.payment .payment-table .choose-card .master {
    height: 45px;
    background-position: -8px -448px;
}

.payment .payment-table .choose-card .num {
    font-size: 15px;
    font-weight: normal;
}

.payment .payment-table .choose-card input {
    margin-left: 30px;
    vertical-align: middle;
}

.payment .payment-table .add-card {
    border: 2px solid #cccccc;
    border-width: 0 2px;
    padding: 0 30px;
    width: 370px;
}

.payment .payment-table .add-card .input-box:after {
    clear: both;
    display: block;
    content: " ";
    height: 0;
}

.payment .payment-table .add-card label {
    float: left;
}

.payment .payment-table .add-card input {
    float: right;
    border-radius: 4px;
    width: 198px;
    height: 24px;
}

.payment .payment-table .add-card .small {
    text-align: left;
    float: right;
    width: 210px;
}

.payment .payment-table .add-card .small select {
    width: 97px;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
}

.payment .payment-table .add-card .expiry input {
    width: 42px;
    float: none;
}

.payment .payment-table .add-card .expiry span {
    width: 18px;
    text-align: center;
    display: inline-block;
}

.payment .payment-table .add-card .ccv input {
    float: none;
    width: 55px;
    border: 1px solid #b2b2b2;
    padding: 2px 7px;
}

.payment .payment-table .paypal {
    padding: 0 0 0 25px;
    width: 230px;
}

.payment .payment-table .paypal .logo-icon {
    width: 190px;
    height: 60px;
    background-position: -281px -135px;
}

.payment .payment-checkbox {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 60px;
    margin: 0 0 23px;
}

.payment .payment-checkbox .input-box {
    line-height: 19px;
    margin: 25px 0;
    padding-left: 20px;
}

.payment .payment-checkbox label {
    font-size: 15px;
}

.payment .payment-checkbox label span {
    margin-left: 10px;
    display: inline-block;
}

.payment .payment-checkbox input {
    vertical-align: top;
    margin-right: 0;
}

.payment .payment-checkbox a {
    color: #008ed0;
}

.payment .buttons {
    width: 100%;
}

.payment .buttons .r {
    float: right;
}

.payment .buttons a.btn {
    line-height: 42px;
}

main.success h1 {
    margin: 30px auto 0;
    width: 620px;
    text-align: center;
    line-height: 49px;
}

main.success h2 {
    float: left;
    margin-right: 38px;
    line-height: 19px;
}

main.success p {
    line-height: 19px;
    float: left;
    max-width: 700px;
}

main.success .step {
    padding: 28px 72px 20px;
    margin-bottom: 22px;
}

main.success .one {
    border-bottom: 2px solid #cccccc;
}

main.success .btn-download {
    display: block;
    margin: 0 auto;
    width: 364px;
    border-radius: 16px;
    height: 85px;
    padding: 7px 10px 5px;
    margin: 25px auto;
}

main.success .btn-download span {
    float: left;
}

main.success .btn-text {
    width: 241px;
    white-space: normal;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    padding: 20px 0 0 16px;
}

main.success .btn-icon {
    display: block;
    width: 78px;
    height: 78px;
    background: transparent url('/static/images/sprite.png?7209efae79e5') no-repeat -111px -399px;
}

main.success .btn-bhome {
    display: block;
    margin: 35px auto -11px;
    text-align: center;
    line-height: 41px;
    height: 41px;
    width: 89px;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0;
}

.signup {
    margin-bottom: 30px;
}

.signup .c-middle {
    width: 42.5%;
    margin: 0 auto;
}

.signup .c-right {
    width: 48%;
}

.signup .c-right p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 18px;
}

.signup section {
    padding: 18px 0;
}

.signup p.or {
    padding-left: 100px;
}

.signup h1 {
    font-size: 47px;
    line-height: 47px;
    margin-bottom: 0;
    margin-top: 40px;
}

.signup fieldset {
    border: none;
}

.signup fieldset input {
    width: 334px;
    height: 36px;
    border: 1px solid #999999;
    font-size: 20px;
    padding: 0 12px;
}

.signup fieldset .checkbox input {
    width: 11px;
    height: 11px;
    vertical-align: middle;
}

.signup fieldset label {
    font-size: 11px;
}

.signup .input-box {
    padding: 25px 0 0;
}

.signup .btn-orange {
    margin: 25px 0;
    width: 355px;
    height: 55px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 29px;
}

/*  HOW IT WORKS  */
#forgot input[type=text] {
    width: 334px;
    height: 36px;
    border: 1px solid #999999;
    font-size: 20px;
    padding: 0 12px;
    margin-bottom: 20px;
}

#forgot input[type=submit] {
    margin-bottom: 10px;
}

#new_password input[type=password] {
    width: 334px;
    height: 36px;
    border: 1px solid #999999;
    font-size: 20px;
    padding: 0 12px;
    margin-bottom: 20px;
}

.how-it-works .c-left {
    width: 45%;
}

.how-it-works .c-right {
    width: 50%;
}

.how-it-works h1 {
    margin-bottom: 15px;
}

.how-it-works section {
    margin: 15px 0;
    text-align: center;
}

.resources .c-left {
    width: 75%;
}

.resources .c-right {
    width: 20%;
}

.resources .title {
    margin: 10px 0 15px;
}

.resources h5 {
    font-size: 30px;
    line-height: 30px;
    margin: 5px 0 10px;
    font-weight: normal;
}

.resources ul {
    list-style: none;
}

.resources .thumbnails li {
    display: inline-block;
    width: 350px;
    vertical-align: top;
    margin: 10px 0 15px;
    text-align: center;
}

.resources .thumbnails .caption {
    padding: 0 30px;
    text-align: left;
}

.securePayments {
    text-align: center;
    margin: 10px 0;
}

.securePayments img {
    max-width: 100%;
}

.nowrap {
    white-space: nowrap;
}

.sideBarBox {
    text-align: center;
    margin: 15px 0;
}

.sideBarBox .input-text {
    border: 1px solid #999999;
    padding: 2px 5px;
    margin: 5px 0;
}

.no-quote fieldset label {
    display: block;
    font-size: 19px;
}

.no-quote fieldset textarea {
    border: 1px solid #999999;
    width: 358px;
    height: 100px;
}

.dashboard .boxed {
    background-color: #efefef;
}

.dashboard .boxed .content {
    padding: 10px 15px 30px;
    font-size: 14px;
}

.dashboard h1 {
    margin: 25px 0;
}

.dashboard h2 {
    background-color: #008ed0;
    color: white;
    font: bold 23px "Source Sans Pro", Arial, sans-serif;
    padding: 5px 25px;
}

.dashboard h5 {
    background-color: #008ed0;
    padding: 10px;
    margin: 0 0 15px;
    color: white;
    font-weight: normal;
    font-size: 17px;
}

.dashboard .c-left {
    width: 460px;
}

.dashboard .c-right {
    width: 460px;
}

.dashboard .block {
    margin: 0 0 20px;
}

.dashboard .links a {
    color: #008ed0;
}

.dashboard .input-box {
    margin: 15px 0;
}

.dashboard .input-box label {
    width: 200px;
    display: inline-block;
    font-size: 19px;
}

.dashboard .input-box input[type=text],
.dashboard .input-box input[type=password] {
    border: 1px solid #999999;
    padding: 4px;
    width: 210px;
}

.dashboard .table-striped {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.dashboard .table-striped th {
    background-color: #005b98;
    color: white;
    padding: 15px 5px;
    font-weight: normal;
    font-size: 15px;
}

.dashboard .table-striped td {
    padding: 5px 3px 6px;
    text-align: center;
    border: 1px solid #e5e5e5;
    vertical-align: middle;
    font-size: 12px;
}

#packageDetails .blue {
    font-size: 24px;
    margin-bottom: 15px;
    display: inline-block;
}

#packageDetails h4.blue {
    font-size: 24px;
    margin: 20px 0;
}

#packageDetails strong {
    font-size: 22px;
    font-weight: 400;
}

#packageDetails .table-striped th {
    font-size: 16px;
}

.popup-form .c-left,
.popup-form .c-right {
    width: 400px;
}

.popup-form .input-box {
    margin: 15px 0;
}

.popup-form .input-box label {
    width: 170px;
    display: inline-block;
    font-size: 19px;
}

.popup-form .input-box input[type=text],
.popup-form .input-box input[type=password] {
    border: 1px solid #999999;
    padding: 4px;
    width: 210px;
}

.popup-form .input-box textarea {
    display: block;
}

#findLocations .lb-wrapper h3 {
    background: none;
    color: #333333;
    text-align: left;
    padding: 0;
    margin: 10px 0;
    font-size: 22px;
    font-weight: normal;
}

#findLocations .lb-wrapper h3 strong {
    font-weight: normal;
}

#findLocations .lb-wrapper img {
    display: none;
}

#findLocations .lb-wrapper .dijitExpand_ListTitlePaneTitle {
    font-size: 22px;
    margin-bottom: 5px;
}

#findLocations .lb-wrapper .dijitExpand_ListTitlePaneContentOuter {
    font-size: 13px;
    color: #555555;
    margin-bottom: 20px;
}

#findLocations .lb-wrapper .dijitInline,
#findLocations .lb-wrapper .dijitExpand_ListTitlePaneTextNode {
    display: inline-block;
    cursor: pointer;
}

#findLocations .lb-wrapper .parsys_column.cq-colctrl-lt0-c0, #findLocations .lb-wrapper .parsys_column.cq-colctrl-lt0-c1 {
    float: left;
    width: 45%;
    margin-right: 40px;
}

.nav-tabs {
    margin: 15px 0 35px;
}

.nav-tabs li {
    display: inline-block;
}

.nav-tabs li a {
    display: inline-block;
    padding: 5px 20px;
    font-size: 18px;
}

.nav-tabs li a:hover {
    background: #008ed0;
    color: white;
    text-decoration: none;
}

.nav-tabs li .active {
    background: #008ed0;
    color: white;
    text-decoration: none;
}

.tutorial h5 {
    cursor: pointer;
}

.tutorial .close {
    margin: 15px 0;
}

.calendar .label {
    font-size: 14px;
}

.calendar input {
    background: url('/static/img/icons/helpers/calendar.png?4509fa8adcf3') no-repeat;
    background-position: 97% 50%;
    width: 110px;
    cursor: pointer;
}

.my-profile .pass p {
    padding: 10px 0;
}

.alert-succes h5 {
    background: #f7941d;
}

.alert-succes .btn,
.alert-succes button {
    background: #f7941d;
}

.forwarding .input-box label {
    display: block;
}

.forwarding .input-box input[type=text] {
    padding: 6px 8px;
}

.forwarding .input-box select {
    width: 230px;
}

.forwarding .table-striped input[type=text] {
    border: 1px solid #b2b2b2;
    font-size: 12px;
    padding: 3px 5px;
}

.forwarding .icon {
    margin: 0;
    padding: 0;
    border-radius: none;
}

a.btn-facebook-login {
    width: 164px;
    height: 35px;
    background: url('/static/img/login/facebook.png?7209efae79e5') no-repeat;
    text-indent: -9999px;
    border: none;
    display: inline-block;
    margin-bottom: 20px;
}

a.btn-google-login {
    width: 164px;
    height: 35px;
    background: url('/static/img/login/google.png?7209efae79e5') no-repeat;
    text-indent: -9999px;
    border: none;
    display: inline-block;
    margin-bottom: 20px;
}

a.btn-facebook-signup {
    width: 164px;
    height: 35px;
    background: url('/static/img/login/facebook-signup.png?7209efae79e5') no-repeat;
    text-indent: -9999px;
    border: none;
    display: inline-block;
    margin-bottom: 20px;
}

a.btn-google-signup {
    width: 164px;
    height: 35px;
    background: url('/static/img/login/google-signup.png?7209efae79e5') no-repeat;
    text-indent: -9999px;
    border: none;
    display: inline-block;
    margin-bottom: 20px;
}

/* Loader style */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7) url('/static/img/preloader-ring.gif?4509fa8adcf3') no-repeat center center;
}

.progress.active.standalone {
    width: 223px;
    height: 20px;
    background: url('/static/img/preloader-ring.gif?4509fa8adcf3');
    margin: 20px auto 40px;
}

#tracking input[type=text] {
    width: 290px;
    font-size: 19px;
}

#profit .header span {
    padding: 7px;
    background: #008ed0;
    color: #fff;
    font-size: 32px;
    float: left;
    margin-right: 20px;
}

#profit .header p {
    color: #008ed0;
}

#profit .header h3 {
    display: block;
    margin-left: 20px;
    font-size: 26px;
}

#profit .description {
    font-size: 16px;
    color: #777;
}

.what-we-do #profit .description,
.who-we-are #profit .description {
    font-size: 14px;
}

.custom-details .select2-result-label {
    font-size: .5em;
}
