/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 400; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #595A5A;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #ff1248;
  text-decoration: none; }
  a:hover, a:focus {
    color: #ff1248;
    text-decoration: none; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 41px; }

h2, .h2 {
  font-size: 34px; }

h3, .h3 {
  font-size: 28px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #F9AC00; }

a.text-primary:hover,
a.text-primary:focus {
  color: #c68900; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #F9AC00; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #c68900; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1280px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e5e5;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #F9AC00;
  border-color: #e09a00;
  text-transform: uppercase; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #c68900;
    border-color: #604200; }
  .btn-primary:hover {
    color: #fff;
    background-color: #c68900;
    border-color: #a27000; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #c68900;
    border-color: #a27000; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #a27000;
      border-color: #604200; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #F9AC00;
    border-color: #e09a00; }
  .btn-primary .badge {
    color: #F9AC00;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #ff1248;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #c5002d;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0; }

.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1280px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.navbtn {
  position: fixed;
  top: 15px;
  right: 30px;
  margin: auto;
  width: 26px;
  height: 23px;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }
  @media (min-width: 768px) {
    .navbtn {
      display: none;
      position: absolute;
      top: 40px;
      right: 23px; } }
  @media (min-width: 992px) {
    .navbtn {
      top: 51px; } }
  .sticky .navbtn {
    top: 16px;
    transition: all 0.2s ease-in-out; }

.close {
  background: transparent url("../images/close.svg") left top no-repeat;
  border: 0;
  color: #fff;
  font-weight: 200;
  position: absolute;
  right: 25px;
  top: 25px;
  display: block;
  width: 21px;
  height: 21px; }

.bar,
.bar:after,
.bar:before {
  width: 26px;
  height: 2px; }

.bar {
  position: relative;
  transform: translateY(8px);
  background: #fff;
  transition: all 0ms 300ms;
  width: 22px; }
  .bar.animate {
    background: rgba(150, 202, 80, 0); }

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  background: #fff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: #fff;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  -webkit-transform: translatez(0); }

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%; }

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000; }

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

.bx-wrapper .bx-prev {
  left: 10px; }

.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next {
  right: 10px; }

.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

.inthenews .bx-wrapper,
.testimonials .bx-wrapper {
  box-shadow: none;
  border: 0;
  width: 90%;
  margin: 0 auto 65px;
  background: transparent;
  font-weight: 300; }
  @media (min-width: 992px) {
    .inthenews .bx-wrapper,
    .testimonials .bx-wrapper {
      width: 80%; } }

.inthenews .bx-controls.bx-has-controls-direction,
.testimonials .bx-controls.bx-has-controls-direction {
  position: absolute;
  bottom: -29px;
  width: 100%;
  opacity: 0.7; }

.inthenews bx-controls-direction,
.testimonials bx-controls-direction {
  position: relative;
  z-index: 10; }

.inthenews .bx-wrapper .bx-prev,
.testimonials .bx-wrapper .bx-prev {
  background: url(../images/arrow-left.svg) 0 0px no-repeat;
  left: 0;
  cursor: pointer; }

.inthenews .bx-wrapper .bx-next,
.testimonials .bx-wrapper .bx-next {
  background: url(../images/arrow.svg) 15px 0px no-repeat;
  right: 0;
  cursor: pointer; }

.inthenews .bx-wrapper .bx-controls-auto,
.inthenews .bx-wrapper .bx-pager,
.testimonials .bx-wrapper .bx-controls-auto,
.testimonials .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -7px;
  width: 100%; }

.inthenews .bx-wrapper .bx-pager.bx-default-pager a.active,
.inthenews .bx-wrapper .bx-pager.bx-default-pager a:focus,
.inthenews .bx-wrapper .bx-pager.bx-default-pager a:hover,
.testimonials .bx-wrapper .bx-pager.bx-default-pager a.active,
.testimonials .bx-wrapper .bx-pager.bx-default-pager a:focus,
.testimonials .bx-wrapper .bx-pager.bx-default-pager a:hover {
  opacity: 1;
  background: #000; }

.inthenews .bx-wrapper .bx-pager.bx-default-pager a,
.testimonials .bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  opacity: 1;
  border: 1px solid #666; }

.testimonials .bx-wrapper {
  width: 90%; }
  @media (min-width: 768px) {
    .testimonials .bx-wrapper {
      width: 70%; }
      .testimonials .bx-wrapper:before {
        content: "";
        background: url(../images/quotes-top.svg) no-repeat 0 0;
        display: block;
        width: 90px;
        position: absolute;
        height: 50px;
        top: -76px;
        left: -97px; }
      .testimonials .bx-wrapper:after {
        content: "";
        background: url(../images/quotes-bottom.svg) no-repeat 0 0;
        display: block;
        width: 90px;
        position: absolute;
        height: 50px;
        bottom: -13px;
        right: -97px; } }

@media (max-width: 767px) {
  .inthenews .bx-viewport {
    height: 356px !important; } }

@media (min-width: 768px) {
  .inthenews .bx-viewport {
    height: 224px !important; } }

@media (min-width: 992px) {
  .inthenews .bx-viewport {
    height: 200px !important; } }

@media (max-width: 767px) {
  .testimonials .bx-viewport {
    height: 280px !important; } }

@media (min-width: 768px) {
  .testimonials .bx-viewport {
    height: 220px !important; } }

@media (min-width: 992px) {
  .testimonials .bx-viewport {
    height: 170px !important; } }

.mobile-animation {
  width: 100%;
  max-width: 414px;
  margin: 0 auto; }
  .mobile-animation .bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0 auto 65px;
    background: transparent;
    font-weight: 300; }
  .mobile-animation .bx-viewport {
    height: 440px; }
  .mobile-animation .bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    border: 1px solid #666; }
    .mobile-animation .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #666; }

.mobile-anim {
  background: url(../images/about/mobile/road.svg) repeat-x -15px bottom;
  background-attachment: scroll;
  background-size: 4700px auto;
  padding-top: 100px; }
  .mobile-anim li {
    padding-top: 20px;
    height: 390px; }
  .mobile-anim p {
    margin: 20px 0; }
    .mobile-anim p strong {
      color: #F9AC00;
      display: block; }

body {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #333; }
  @media (min-width: 768px) {
    body {
      font-size: 14px;
      line-height: 22px;
      font-weight: 300; } }
  @media (min-width: 1280px) {
    body {
      font-size: 16px;
      line-height: 26px; } }
  body.fixed {
    overflow: hidden;
    position: relative;
    height: 100%; }

.team .wrapper.fixed {
  overflow: hidden;
  position: relative;
  height: 100%; }

.container {
  height: 100%; }
  @media (max-width: 767px) {
    .container {
      max-width: 414px; } }

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

.btn {
  border: 0;
  padding: 10px 30px; }

.btn-main {
  background: transparent;
  color: #fff;
  border: 1px solid #F9AC00;
  border-radius: 0;
  font-weight: 300;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out; }
  .btn-main:hover {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    transition: all 0.4s ease-in-out; }
  @media (min-width: 768px) {
    .btn-main {
      font-size: 20px; } }
  @media (min-width: 1280px) {
    .btn-main {
      font-size: 25px; } }

.btn-shipper {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  font-weight: 300;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  width: 210px;
  float: left; }
  .btn-shipper:hover {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    transition: all 0.4s ease-in-out; }
  .btn-shipper.active {
    border-color: #F9AC00; }
  @media (min-width: 768px) {
    .btn-shipper {
      font-size: 16px;
      width: 240px; } }
  @media (min-width: 1280px) {
    .btn-shipper {
      font-size: 20px; } }

.btn-sub {
  background: #F9AC00;
  color: #fff;
  border: 1px solid #F9AC00;
  border-radius: 0;
  font-weight: 300;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  font-size: 14px; }
  .btn-sub:hover {
    color: #fff;
    transition: all 0.4s ease-in-out; }
  @media (min-width: 768px) {
    .btn-sub {
      font-size: 17px; } }
  @media (min-width: 1280px) {
    .btn-sub {
      font-size: 20px; } }

.btn-play {
  border: 0;
  background: url(../images/play.svg) no-repeat 0 0;
  overflow: hidden;
  width: 50px;
  height: 50px;
  text-indent: -500px; }
  @media (min-width: 768px) {
    .btn-play {
      width: 75px;
      height: 75px; } }
  @media (min-width: 1280px) {
    .btn-play {
      width: 100px;
      height: 100px; } }

.googleplay {
  border: 0;
  background: url(../images/google_play.svg) no-repeat 0 0;
  width: 125px;
  height: 39px;
  text-indent: -1000px;
  overflow: hidden;
  display: block; }

.discover {
  margin: 60px auto 60px;
  display: block; }

.downloadapp {
  color: #fff; }

.highlight {
  color: #D71E48; }

section h2 {
  color: #1e2026;
  font-size: 24px;
  font-weight: 200;
  text-align: center;
  margin: 0 0 60px 0;
  position: relative; }
  @media (min-width: 768px) {
    section h2 {
      font-size: 36px; } }

.connect {
  background: #0D2D41 url(../images/connect-mobile.jpg); }
  @media (min-width: 768px) {
    .connect {
      height: 290px;
      background: #0D2D41 url(../images/connect-tablet.jpg); } }
  @media (min-width: 1280px) {
    .connect {
      background: #0D2D41 url(../images/connect-desktop.jpg); } }
  .connect .content {
    text-align: center;
    margin: 40px 0 0; }
    @media (min-width: 768px) {
      .connect .content {
        width: 60%;
        display: flex;
        justify-content: center;
        text-align: center;
        position: relative;
        flex-direction: column;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        margin: 0; } }
    .connect .content .btn-connect {
      margin: 10px 0;
      width: 190px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .connect .content .btn-connect {
          margin: 0px 5px 30px; } }
  .connect .blackbuck-logo {
    width: 80px;
    display: block;
    margin: 0 auto 10px; }
    @media (min-width: 768px) {
      .connect .blackbuck-logo {
        width: 142px; } }
  .connect nav {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px 0 10px;
    margin: 30px auto 0;
    width: 95%;
    overflow: hidden; }
    @media (min-width: 768px) {
      .connect nav {
        display: none; } }
  .connect .foolinks {
    list-style-type: none;
    overflow: hidden; }
    .connect .foolinks li {
      float: left;
      width: 50%;
      text-transform: uppercase;
      text-align: left;
      font-size: 12px;
      margin-bottom: 20px; }
      .connect .foolinks li a {
        color: #ecedf0; }
        .connect .foolinks li a:hover {
          text-decoration: none; }
    @media (min-width: 768px) {
      .connect .foolinks {
        display: none; } }
  .connect .social {
    overflow: hidden;
    padding-bottom: 20px;
    margin: 20px auto 0; }
    @media (min-width: 768px) {
      .connect .social {
        display: none; } }
    .connect .social a {
      padding: 0 20px; }
    .connect .social .fa {
      font-size: 25px;
      color: #ecedf0; }
  .connect .googleplay {
    margin: 20px auto 0;
    position: static; }
    @media (min-width: 768px) {
      .connect .googleplay {
        margin: 0px auto; } }

.social {
  display: block;
  margin: 13px 0 0 0;
  padding: 0;
  overflow: hidden;
  width: auto; }
  .social li {
    display: inline-block; }
  .social a {
    display: block;
    padding: 0 10px; }
    .social a .fa {
      color: #6197AA; }

.connect-options p {
  color: #fff;
  margin: 20px 0 0; }

.connect-options a {
  margin: 0px 0 5px 0;
  cursor: pointer;
  width: 261px;
  display: inline-block;
  text-transform: none; }
  @media (min-width: 768px) {
    .connect-options a {
      margin: 10px 5px; } }
  .connect-options a.googleplay {
    width: 140px;
    display: block; }

@media (min-width: 768px) {
  .connect-options {
    margin: 0px 0 0; } }

.connect-options .buttons {
  margin: 30px 0; }
  @media (min-width: 768px) {
    .connect-options .buttons {
      margin: 0px; } }

.products-shippers .connect .content, .products-fleet_operators .connect .content {
  width: 100%; }
  .products-shippers .connect .content .connect-options p, .products-fleet_operators .connect .content .connect-options p {
    margin: 0; }

.investors .investor-list, .clientele-list, .pro-details-tile,
.pro-two-col-list, .teammembers .members {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.shippers img,
.fleet img, .pro-details-tile .thumbnail img,
.pro-two-col-list .thumbnail img {
  max-width: 100%; }

.btn {
  color: #fff;
  border: 1px solid #F9AC00;
  transition: all 0.4s ease-in-out;
  font-size: 14px;
  background: transparent;
  cursor: pointer;
  text-transform: uppercase; }
  .btn:hover {
    color: #fff;
    background: #F9AC00;
    transition: all 0.4s ease-in-out; }
  .btn:active, .btn:focus {
    color: #fff; }

.top-header {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0);
  z-index: 10; }
  .top-header.sticky {
    background: rgba(0, 0, 0, 0.76);
    position: fixed;
    top: 0;
    transition: all 0.4s ease-in-out;
    z-index: 100;
    height: 48px; }
    @media (min-width: 768px) {
      .top-header.sticky {
        height: auto; } }

.logo {
  width: 100px;
  display: block;
  margin: 10px 0 0 0px;
  transition: all 0.4s ease-in-out; }
  @media (min-width: 768px) {
    .logo {
      width: 120px;
      margin: 32px 0 0 0px; } }
  .logo img {
    width: 100%; }
  .sticky .logo {
    width: 75px;
    transition: all 0.4s ease-in-out; }
    @media (min-width: 768px) {
      .sticky .logo {
        margin: 10px 0 0 0; } }

nav a,
nav .static {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 300; }

.main-links {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .main-links a,
  .main-links .static {
    text-decoration: none;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
    transition: all 0.4s ease-in-out; }
    @media (min-width: 768px) {
      .main-links a,
      .main-links .static {
        font-size: 12px; } }
    @media (min-width: 992px) {
      .main-links a,
      .main-links .static {
        font-size: 14px; } }
    @media (min-width: 1280px) {
      .main-links a,
      .main-links .static {
        padding: 0 20px;
        font-size: 16px;
        transition: all 0.4s ease-in-out; } }
    .main-links a:hover,
    .main-links .static:hover {
      text-decoration: none; }
    .main-links a.signin,
    .main-links .static.signin {
      background: transparent;
      border-radius: 0;
      padding-top: 5px;
      padding-bottom: 5px;
      margin-left: 10px;
      color: #fff;
      border: 1px solid #F9AC00;
      transition: all 0.4s ease-in-out;
      font-size: 14px;
      background: transparent;
      cursor: pointer;
      text-transform: uppercase; }
      .main-links a.signin:hover,
      .main-links .static.signin:hover {
        color: #fff;
        background: #F9AC00;
        transition: all 0.4s ease-in-out; }
      @media (min-width: 768px) {
        .main-links a.signin,
        .main-links .static.signin {
          font-size: 12px; } }
      @media (min-width: 992px) {
        .main-links a.signin,
        .main-links .static.signin {
          font-size: 14px; } }
      @media (min-width: 1280px) {
        .main-links a.signin,
        .main-links .static.signin {
          font-size: 16px; } }
  .main-links .static {
    color: #F9AC00;
    cursor: default; }

.main-nav {
  display: none; }
  @media (min-width: 768px) {
    .main-nav {
      transition: all 0.4s ease-in-out;
      display: block;
      float: right;
      margin: 41px 10px 0 0; } }
  @media (min-width: 992px) {
    .main-nav {
      margin: 50px 0px 0 0; } }
  .main-nav .main-links > li {
    float: left;
    text-transform: uppercase;
    position: relative;
    padding: 10px 0; }
  .main-nav .sub-links {
    position: absolute;
    top: 100%;
    padding: 10px 0;
    display: none;
    background: rgba(14, 45, 66, 0.8);
    width: 160px;
    border-top: 3px solid #F9AC00; }
    .main-nav .sub-links a,
    .main-nav .sub-links .static {
      text-transform: none;
      white-space: nowrap;
      transition: all 0.4s ease-in-out;
      padding: 5px 20px;
      display: block;
      font-size: 13px !important; }
    .sticky .main-nav .sub-links {
      width: 160px;
      padding-left: 20px;
      transition: all 0.4s ease-in-out; }
      .sticky .main-nav .sub-links li a, .sticky .main-nav .sub-links li .static {
        padding: 5px 0;
        transition: all 0.4s ease-in-out;
        margin-right: 10px;
        display: block; }
  .sticky .main-nav {
    margin: 0 0px 0 0;
    transition: all 0.4s ease-in-out; }
    .sticky .main-nav a,
    .sticky .main-nav .static {
      font-size: 12px;
      transition: all 0.4s ease-in-out; }
      @media (min-width: 1280px) {
        .sticky .main-nav a,
        .sticky .main-nav .static {
          font-size: 14px; } }

.main-links li:hover .sub-links {
  display: block; }

.nav-slider .sidebar-nav .sub-links {
  margin: 10px 0 0 10px; }
  .nav-slider .sidebar-nav .sub-links li {
    margin-bottom: 10px; }
    .nav-slider .sidebar-nav .sub-links li a,
    .nav-slider .sidebar-nav .sub-links li .static {
      text-transform: none; }

.nav-slider {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  padding: 20px;
  margin-right: -300px;
  box-sizing: border-box;
  overflow-y: auto;
  background: #0D2D41;
  transition: all 0.2s ease-in-out;
  z-index: 11; }
  @media (min-width: 768px) {
    .nav-slider {
      margin-right: -320px;
      width: 320px;
      padding: 50px; } }
  .nav-slider img.logo {
    margin: 50px auto;
    width: 125px; }
  .nav-slider .sidebar-nav a,
  .nav-slider .sidebar-nav .static {
    color: #fff;
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase; }
    .nav-slider .sidebar-nav a:hover,
    .nav-slider .sidebar-nav .static:hover {
      text-decoration: none; }
    @media (min-width: 768px) {
      .nav-slider .sidebar-nav a,
      .nav-slider .sidebar-nav .static {
        font-size: 14px; } }
  .nav-slider.active {
    margin-right: 0;
    transition: all 0.2s ease-in-out; }
  .nav-slider .main-links {
    margin-left: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .nav-slider .main-links {
        display: none; } }
    .nav-slider .main-links li {
      margin-bottom: 30px; }
    .nav-slider .main-links .static {
      color: #F9AC00; }
  .nav-slider .sublinks {
    margin-left: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 30px; }
    .nav-slider .sublinks li {
      margin-bottom: 30px; }
    .nav-slider .sublinks .static {
      color: #F9AC00; }
  .nav-slider .social {
    display: block;
    margin: 13px 0 0 17px;
    padding: 0;
    overflow: hidden;
    width: auto; }
    @media (min-width: 768px) {
      .nav-slider .social {
        display: none; } }
    .nav-slider .social li {
      display: inline-block; }
    .nav-slider .social a {
      display: block;
      padding: 0 20px; }
      .nav-slider .social a .fa {
        color: #6197AA;
        font-size: 25px; }

.products-shippers .prod-link a, .products-fleet_operators .prod-link a {
  color: #F9AC00; }

footer {
  background: #1e2026;
  color: #ecedf0;
  text-align: center;
  overflow: hidden; }
  @media (min-width: 768px) {
    footer {
      padding: 5px 0; } }
  footer .copyright {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px; }
    @media (min-width: 768px) {
      footer .copyright {
        padding: 10px 0;
        float: left; } }
  footer nav {
    display: inline-block; }
  footer .foolinks {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 768px) {
      footer .foolinks {
        display: block;
        float: right; } }
    footer .foolinks li {
      display: inline-block;
      padding: 20px; }
      @media (min-width: 768px) {
        footer .foolinks li {
          padding: 10px 5px; } }
      @media (min-width: 1280px) {
        footer .foolinks li {
          padding: 10px 15px 0; } }
    footer .foolinks a {
      color: #ecedf0;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 400; }
      @media (min-width: 768px) {
        footer .foolinks a {
          font-size: 11px; } }
  footer .social {
    display: none; }
    @media (min-width: 768px) {
      footer .social {
        display: block;
        margin: 11px 0 0 0;
        padding: 0;
        overflow: hidden;
        width: 125px;
        float: right; }
        footer .social li {
          display: inline-block; }
        footer .social a {
          display: block;
          padding: 0 5px; } }
    @media (min-width: 768px) and (min-width: 992px) {
      footer .social a {
        padding: 0 10px; } }
    @media (min-width: 768px) {
          footer .social a .fa {
            color: #ecedf0; } }
    @media (min-width: 992px) {
      footer .social {
        width: 190px; }
        footer .social a {
          padding: 0 10px; } }
    @media (min-width: 992px) and (min-width: 992px) {
      footer .social a {
        padding: 0 10px; } }

body.signin {
  height: 100vh;
  position: relative;
  background: #ff1248 url("../images/banners/company-banner-mobile.png") center 0 no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    body.signin {
      background: #ff1248 url("../images/banners/company-banner-tab.png") center 0 no-repeat;
      background-size: cover; } }
  @media (min-width: 1280px) {
    body.signin {
      background: #ff1248 url("../images/banners/company-banner-desktop.png") center bottom no-repeat;
      background-size: cover;
      height: 100vh; } }

.signinform {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 30px; }
  @media (min-width: 768px) {
    .signinform {
      width: 460px; } }
  .signinform .logo-icon {
    width: 200px;
    margin: 0 auto 30px; }
  .signinform input {
    width: 100%;
    height: 40px;
    display: block;
    margin-bottom: 5px;
    padding: 10px; }
    @media (min-width: 768px) {
      .signinform input {
        width: 400px; } }
  .signinform .connect-options {
    margin-top: 40px; }
    .signinform .connect-options a {
      font-size: 16px;
      margin: 0 0 17px;
      display: block;
      text-align: center;
      width: 100%;
      color: #fff; }
      @media (min-width: 768px) {
        .signinform .connect-options a {
          color: #fff;
          padding: 0 10px;
          display: inline-block;
          width: auto; } }

.homepage .section1 {
  height: 100vh;
  position: relative;
  background: #1e2026 url("../images/banners/about-banner-mobile.jpg") center bottom no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    .homepage .section1 {
      background-image: none; }
      .homepage .section1 p {
        margin-bottom: 0; } }

.company .section1,
.terms .section1 {
  background: #ff1248 url("../images/banners/company-banner-mobile.png") center bottom no-repeat;
  background-size: cover;
  height: 430px; }
  @media (min-width: 768px) {
    .company .section1,
    .terms .section1 {
      background: #ff1248 url("../images/banners/company-banner-tab.png") center 0 no-repeat;
      background-size: cover;
      height: 430px; } }
  @media (min-width: 992px) {
    .company .section1,
    .terms .section1 {
      background: #ff1248 url("../images/banners/company-banner-tab.png") center bottom no-repeat;
      background-size: cover; } }
  @media (min-width: 1280px) {
    .company .section1,
    .terms .section1 {
      background: #ff1248 url("../images/banners/company-banner-desktop.png") center bottom no-repeat;
      background-size: cover;
      height: 550px; } }
  @media (min-width: 1600px) {
    .company .section1,
    .terms .section1 {
      height: 750px; } }

.products .section1 {
  background: #ff1248 url("../images/banners/products-banner-mobile.png") center bottom no-repeat;
  background-size: cover;
  height: 430px;
  margin-bottom: 370px; }
  @media (min-width: 768px) {
    .products .section1 {
      background: #ff1248 url("../images/banners/products-banner-tab.png") center bottom no-repeat;
      background-size: auto;
      margin-bottom: 0;
      height: 430px; } }
  @media (min-width: 992px) {
    .products .section1 {
      background-size: cover;
      height: 430px; } }
  @media (min-width: 1280px) {
    .products .section1 {
      background: #ff1248 url("../images/banners/products-banner-desktop.png") center bottom no-repeat;
      background-size: cover; } }
  @media (min-width: 1280px) {
    .products .section1 {
      height: 550px; } }
  @media (min-width: 1600px) {
    .products .section1 {
      height: 750px;
      background-size: cover; } }

.products-fleet_operators .section1 {
  background: #1e2026 url("../images/banners/fleet_operators-banner-mobile.png") center top no-repeat;
  background-size: contain;
  height: 1025px;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .products-fleet_operators .section1 {
      background: #1e2026 url("../images/banners/fleet_operators-banner-tab.png") center top no-repeat;
      margin-bottom: 0px;
      height: 560px; } }
  @media (min-width: 992px) {
    .products-fleet_operators .section1 {
      background-size: contain; } }
  @media (min-width: 1280px) {
    .products-fleet_operators .section1 {
      background: #1e2026 url("../images/banners/fleet_operators-banner-desktop.png") center top no-repeat;
      background-size: auto;
      height: 650px; } }
  @media (min-width: 1600px) {
    .products-fleet_operators .section1 {
      background: #0C2C41 url(../images/banners/fleet_operators-banner-desktop.png) center bottom no-repeat;
      background-size: cover;
      height: 750px; } }

.products-shippers .section1 {
  background: #1e2026 url("../images/banners/shippers-banner-mobile.png") center top no-repeat;
  background-size: contain;
  margin-bottom: 50px;
  height: 675px; }
  @media (min-width: 768px) {
    .products-shippers .section1 {
      background: #1e2026 url(../images/banners/shippers-banner-tab.png) center top no-repeat;
      margin-bottom: 0;
      height: 560px; } }
  @media (min-width: 992px) {
    .products-shippers .section1 {
      background-size: contain; } }
  @media (min-width: 1280px) {
    .products-shippers .section1 {
      background: #1e2026 url("../images/banners/shippers-banner-desktop.png") center top no-repeat;
      background-size: cover;
      height: 650px; } }
  @media (min-width: 1600px) {
    .products-shippers .section1 {
      background: #1e2026 url("../images/banners/shippers-banner-desktop.png") center bottom no-repeat;
      background-size: cover;
      height: 750px; } }

.contact .section1 {
  background: #ff1248 url("../images/banners/contact-banner-mobile.png") center top no-repeat;
  background-size: contain;
  height: 520px; }
  @media (min-width: 768px) {
    .contact .section1 {
      background: #ff1248 url("../images/banners/contact-banner-tab.png") center bottom no-repeat;
      background-size: cover;
      height: 430px;
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .contact .section1 {
      background-size: cover;
      height: 430px; } }
  @media (min-width: 1280px) {
    .contact .section1 {
      background: #ff1248 url("../images/banners/contact-banner-desktop.png") center bottom no-repeat;
      background-size: cover;
      height: 550px; } }
  @media (min-width: 1600px) {
    .contact .section1 {
      height: 750px;
      background-size: cover; } }

.team .section1 {
  background: #ff1248 url("../images/banners/team-banner-mobile.png") center bottom no-repeat;
  background-size: cover;
  height: 430px; }
  @media (min-width: 768px) {
    .team .section1 {
      background: #ff1248 url("../images/banners/team-banner-tab.png") center bottom no-repeat;
      background-size: inherit; } }
  @media (min-width: 992px) {
    .team .section1 {
      background-size: cover;
      height: 430px; } }
  @media (min-width: 1280px) {
    .team .section1 {
      background: #ff1248 url("../images/banners/team-banner-desktop.png") center bottom no-repeat;
      background-size: cover;
      height: 550px; } }
  @media (min-width: 1600px) {
    .team .section1 {
      height: 750px;
      background-size: cover; } }

.careers .section1 {
  background: #ff1248 url("../images/banners/careers-banner-mobile.png") center bottom no-repeat;
  background-size: cover;
  height: 430px; }
  @media (min-width: 768px) {
    .careers .section1 {
      background: #ff1248 url("../images/banners/careers-banner-tab.png") center bottom no-repeat;
      background-size: inherit;
      height: 430px; } }
  @media (min-width: 992px) {
    .careers .section1 {
      background-size: cover;
      height: 430px; } }
  @media (min-width: 1280px) {
    .careers .section1 {
      background: #ff1248 url("../images/banners/careers-banner-desktop.png") center bottom no-repeat;
      background-size: cover;
      height: 550px; } }
  @media (min-width: 1600px) {
    .careers .section1 {
      background: #ff1248 url("../images/banners/careers-banner-desktop.png") center bottom no-repeat;
      background-size: cover;
      height: 750px; } }

.banner-content {
  clear: both;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 85%;
  font-weight: 200;
  z-index: 3; }
  @media (min-width: 768px) {
    .banner-content {
      transform: translate(-50%, -15%); } }
  .banner-content img {
    width: 200px; }
    @media (min-width: 1280px) {
      .banner-content img {
        width: 270px; } }
  .banner-content h1 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    font-weight: 200;
    margin: 30px 0 10px 0;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .banner-content h1 {
        text-align: center; } }
    @media (min-width: 1280px) {
      .banner-content h1 {
        font-size: 40px;
        line-height: 55px; } }
    @media (min-width: 1600px) {
      .banner-content h1 {
        font-size: 50px;
        line-height: 60px; } }
  @media (min-width: 1280px) {
    .homepage .banner-content {
      width: auto;
      transform: translate(-50%, -30%); } }
  @media (min-width: 992px) {
    .homepage .banner-content h1 {
      white-space: normal; } }
  .banner-content small {
    font-size: 16px;
    color: #fff;
    font-weight: 300; }

.page-banner {
  display: flex;
  flex-direction: column-reverse;
  color: #fff;
  margin-top: 125px;
  padding: 0 10px;
  clear: both; }
  @media (min-width: 768px) {
    .page-banner {
      clear: both;
      text-align: center;
      width: 100%;
      display: flex;
      margin: 141px auto 0;
      flex-direction: row;
      color: #fff;
      justify-content: center; } }
  @media (min-width: 1280px) {
    .page-banner {
      transform: translate(-50%, -35%);
      position: relative;
      top: 50%;
      left: 50%;
      margin: 0;
      width: 100%; } }
  .products-fleet_operators .page-banner {
    margin-top: 0; }
    @media (min-width: 768px) {
      .products-fleet_operators .page-banner {
        margin: 210px auto 0;
        width: 70%; } }
    @media (min-width: 1280px) {
      .products-fleet_operators .page-banner {
        transform: translate(-50%, -50%);
        margin: 135px 0 0;
        width: 66%; } }
  .products-shippers .page-banner {
    margin-top: 0px; }
    @media (min-width: 768px) {
      .products-shippers .page-banner {
        width: 100%;
        margin-top: 260px; } }
    @media (min-width: 992px) {
      .products-shippers .page-banner {
        margin-top: 225px; } }
    @media (min-width: 1280px) {
      .products-shippers .page-banner {
        width: 90%;
        margin-top: 50px; } }
  .contact .page-banner {
    margin-top: 60%;
    justify-content: center; }
    @media (min-width: 768px) {
      .contact .page-banner {
        margin-top: 20%; } }
    @media (min-width: 992px) {
      .contact .page-banner {
        margin-top: 16%; } }
    @media (min-width: 1280px) {
      .contact .page-banner {
        margin-top: -32px; } }
  .products .page-banner {
    margin-top: 175px;
    justify-content: center; }
    @media (min-width: 1280px) {
      .products .page-banner {
        margin-top: 0; } }
  .careers .page-banner {
    margin-top: 55%;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 768px) {
      .careers .page-banner {
        margin-top: 26%; } }
    @media (min-width: 992px) {
      .careers .page-banner {
        margin-top: 20%; } }
    @media (min-width: 1280px) {
      .careers .page-banner {
        margin-top: 2%; } }
  .team .page-banner {
    margin-top: 60%;
    justify-content: center; }
    @media (min-width: 768px) {
      .team .page-banner {
        margin-top: 26%; } }
    @media (min-width: 992px) {
      .team .page-banner {
        margin-top: 23%; } }
    @media (min-width: 1280px) {
      .team .page-banner {
        margin-top: 0%; } }
  .page-banner figure img {
    width: 230px;
    margin: 0 auto;
    display: block; }
    @media (min-width: 768px) {
      .page-banner figure img {
        width: 129px; } }
    @media (min-width: 992px) {
      .page-banner figure img {
        width: 169px; } }
    @media (min-width: 1280px) {
      .page-banner figure img {
        width: 260px; } }
  @media (min-width: 768px) {
    .products-fleet_operators .page-banner figure img {
      width: 155px; } }
  @media (min-width: 1280px) {
    .products-fleet_operators .page-banner figure img {
      width: 164px; } }
  .products-shippers .page-banner figure img {
    width: 265px; }
    @media (min-width: 768px) {
      .products-shippers .page-banner figure img {
        width: 340px; } }
    @media (min-width: 992px) {
      .products-shippers .page-banner figure img {
        width: 446px; } }
    @media (min-width: 1280px) {
      .products-shippers .page-banner figure img {
        width: 500px; } }
  .page-banner .title {
    font-size: 22px;
    font-weight: 200;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 768px) {
      .page-banner .title {
        font-size: 22px;
        text-align: center; } }
    @media (min-width: 1280px) {
      .page-banner .title {
        font-size: 40px;
        line-height: 50px;
        font-weight: 200; } }
    .products-fleet_operators .page-banner .title strong,
    .products-shippers .page-banner .title strong {
      color: #ff1248;
      font-weight: 600; }
  .page-banner .desc {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    text-align: center; }
    @media (min-width: 768px) {
      .page-banner .desc {
        font-size: 14px;
        line-height: 22px;
        text-align: left; } }
    @media (min-width: 1280px) {
      .page-banner .desc {
        font-size: 18px;
        line-height: 30px; } }
  .page-banner .txt {
    text-align: left;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .page-banner .txt {
        margin: 65px 0 0 30px; }
        .page-banner .txt .title {
          text-align: left; } }
    @media (min-width: 992px) {
      .page-banner .txt {
        margin: 60px 0 0 70px; } }
    @media (min-width: 1280px) {
      .page-banner .txt {
        margin: 65px 0 0 70px; } }
    @media (min-width: 768px) {
      .products-fleet_operators .page-banner .txt {
        margin: 102px 0% 0 30px; } }
    @media (min-width: 1280px) {
      .products-fleet_operators .page-banner .txt {
        margin: 60px 2% 0 30px; } }
    @media (min-width: 992px) {
      .products-shippers .page-banner .txt {
        margin: 80px 12% 0 30px; } }
    @media (min-width: 1280px) {
      .products-shippers .page-banner .txt {
        margin: 55px 4% 0 30px; } }

.shippers-nav {
  margin: 125px auto 0;
  width: 210px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .shippers-nav {
      width: 481px; } }
  .shippers-nav .btn:first-child.active {
    position: relative;
    z-index: 1;
    top: 1px;
    color: #F9AC00; }
    @media (min-width: 768px) {
      .shippers-nav .btn:first-child.active {
        top: 0;
        left: 1px; } }
  .shippers-nav .btn:last-child.active {
    position: relative;
    z-index: 1;
    top: -1px;
    color: #F9AC00; }
    @media (min-width: 768px) {
      .shippers-nav .btn:last-child.active {
        top: 0; } }

.title span {
  font-size: 14px;
  display: block;
  line-height: 20px;
  margin-bottom: 20px; }
  @media (min-width: 1280px) {
    .title span {
      font-size: 23px; } }

.homepage .section2,
.homepage .section3,
.homepage .section4 {
  background: #fff;
  padding: 0; }
  @media (max-width: 767px) {
    .homepage .section2 .container,
    .homepage .section3 .container,
    .homepage .section4 .container {
      padding: 0;
      width: 100%; } }
  @media (min-width: 768px) {
    .homepage .section2 .container,
    .homepage .section3 .container,
    .homepage .section4 .container {
      width: 100%;
      padding: 0; } }
  @media (min-width: 992px) {
    .homepage .section2 .container,
    .homepage .section3 .container,
    .homepage .section4 .container {
      width: 100%;
      padding: 0; } }
  @media (min-width: 1280px) {
    .homepage .section2 .container,
    .homepage .section3 .container,
    .homepage .section4 .container {
      width: 100%;
      padding: 0; } }
  @media (min-width: 1366px) {
    .homepage .section2 .container,
    .homepage .section3 .container,
    .homepage .section4 .container {
      width: 1366px; } }
  @media (min-width: 1600px) {
    .homepage .section2 .container,
    .homepage .section3 .container,
    .homepage .section4 .container {
      width: 1440px; } }
  @media (min-width: 1441px) {
    .homepage .section2 .container,
    .homepage .section3 .container,
    .homepage .section4 .container {
      width: 1440px; } }
  .homepage .section2 .btn-white,
  .homepage .section3 .btn-white,
  .homepage .section4 .btn-white {
    margin: 30px 0; }

@media (min-width: 768px) {
  .homepage .section2 {
    padding: 80px 0; } }

@media (min-width: 768px) {
  .homepage .section3 {
    background: #f4f4f4;
    padding: 80px 0; } }

@media (min-width: 768px) {
  .homepage .section4 {
    padding: 80px 0; } }

.homepage .content-box {
  overflow: hidden; }
  @media (min-width: 768px) {
    .homepage .content-box .left,
    .homepage .content-box .right {
      width: 50%;
      position: absolute; } }
  .homepage .content-box .left img,
  .homepage .content-box .right img {
    max-width: 100%; }
  @media (min-width: 768px) {
    .homepage .content-box .left {
      left: 0;
      top: 0;
      z-index: 2;
      height: 296px; } }
  .homepage .content-box .right {
    padding: 20px; }
    @media (min-width: 768px) {
      .homepage .content-box .right {
        right: 0; } }
  .homepage .content-box h3 {
    font-weight: 300;
    font-size: 24px;
    margin: -91px 0 40px 0;
    color: #fff; }
    @media (min-width: 768px) {
      .homepage .content-box h3 {
        font-size: 28px;
        color: #333;
        margin: -91px 0 95px 0; } }
    @media (min-width: 1280px) {
      .homepage .content-box h3 {
        font-size: 34px;
        color: #333;
        margin: -115px 0 95px 0; } }

.homepage .box1 {
  position: relative; }
  @media (min-width: 768px) {
    .homepage .box1 {
      height: 480px; } }
  @media (min-width: 992px) {
    .homepage .box1 {
      height: 460px; } }
  @media (min-width: 1280px) {
    .homepage .box1 {
      height: 550px; } }
  @media (min-width: 768px) {
    .homepage .box1 .left,
    .homepage .box1 .right {
      position: absolute; } }
  .homepage .box1 .left {
    background: url(../images/homepage/s1-mobile.jpg) no-repeat 0 0;
    background-size: cover; }
    @media (max-width: 767px) {
      .homepage .box1 .left {
        width: 100%;
        height: 200px; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .homepage .box1 .left {
        height: 240px; } }
    @media (min-width: 768px) {
      .homepage .box1 .left {
        background: url(../images/homepage/s1-tab.jpg) no-repeat 0 0;
        background-size: cover;
        top: 250px;
        transition: all 1s ease-in-out; }
        .homepage .box1 .left.animate {
          top: 0;
          transition: all 1s ease-in-out; } }
    @media (min-width: 992px) {
      .homepage .box1 .left {
        background-size: cover;
        height: 352px;
        top: 250px;
        transition: all 1s ease-in-out; } }
    @media (min-width: 1280px) {
      .homepage .box1 .left {
        background: url(../images/homepage/s1-desktop.jpg) no-repeat 0 0;
        background-size: cover;
        height: 435px;
        top: 250px; } }
  .homepage .box1 .right {
    background: #ff1248;
    color: #fff;
    position: relative; }
    @media (min-width: 768px) {
      .homepage .box1 .right {
        position: absolute;
        margin-left: -72px;
        width: 456px;
        padding: 0 30px 30px 105px;
        transition: all 1s ease-in-out;
        margin-top: 400px; }
        .homepage .box1 .right.animate {
          margin-top: 119px;
          transition: all 1s ease-in-out; } }
    @media (min-width: 992px) {
      .homepage .box1 .right {
        margin: 400px 0 0 -109px;
        width: 621px;
        padding: 0px 5% 30px 15%;
        transition: all 1s ease-in-out; } }
    @media (min-width: 1280px) {
      .homepage .box1 .right {
        padding: 0 15% 30px 15%;
        margin: 400px 0px 0 -135px;
        width: 775px;
        height: 430px; } }

.homepage .box2 {
  position: relative; }
  @media (min-width: 768px) {
    .homepage .box2 {
      height: 468px; } }
  @media (min-width: 992px) {
    .homepage .box2 {
      height: 470px; } }
  @media (min-width: 1280px) {
    .homepage .box2 {
      height: 570px; } }
  .homepage .box2 .left {
    background: url(../images/homepage/s2-mobile.jpg) no-repeat 0 0;
    background-size: cover; }
    @media (min-width: 768px) {
      .homepage .box2 .left {
        left: auto;
        right: 0; } }
    @media (max-width: 767px) {
      .homepage .box2 .left {
        width: 100%;
        height: 200px; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .homepage .box2 .left {
        height: 240px; } }
    @media (min-width: 768px) {
      .homepage .box2 .left {
        background: url(../images/homepage/s2-tab.jpg) no-repeat 0 0;
        background-size: cover;
        transition: all 1s ease-in-out;
        top: 250px; }
        .homepage .box2 .left.animate {
          top: 0px;
          transition: all 1s ease-in-out; } }
    @media (min-width: 992px) {
      .homepage .box2 .left {
        background: url(../images/homepage/s2-tab.jpg) no-repeat 0 0;
        background-size: cover;
        height: 352px; } }
    @media (min-width: 1280px) {
      .homepage .box2 .left {
        background: url(../images/homepage/s2-desktop.jpg) no-repeat 0 0;
        background-size: cover;
        height: 435px;
        top: 250px; } }
  .homepage .box2 .right {
    background: #0D2D41;
    color: #fff; }
    @media (min-width: 768px) {
      .homepage .box2 .right {
        left: 0;
        right: auto;
        color: #fff;
        padding: 0 123px 30px 50px;
        margin: 350px 0px 0px 0;
        width: 474px;
        transition: all 1s ease-in-out; }
        .homepage .box2 .right.animate {
          margin: 140px 0px 0px 0;
          transition: all 1s ease-in-out; } }
    @media (min-width: 992px) {
      .homepage .box2 .right {
        padding: 0 20% 30px 5%;
        margin: 350px 0px 0px 0;
        width: 630px; } }
    @media (min-width: 1280px) {
      .homepage .box2 .right {
        padding: 0 25% 60px 5%;
        margin: 350px 0px 0px 0;
        width: 787px;
        height: 430px; } }

.homepage .box3 {
  position: relative; }
  @media (min-width: 768px) {
    .homepage .box3 {
      height: 428px; } }
  @media (min-width: 992px) {
    .homepage .box3 {
      height: 467px; } }
  @media (min-width: 1280px) {
    .homepage .box3 {
      height: 500px; } }
  @media (min-width: 1280px) {
    .homepage .box3 {
      height: 541px; } }
  .homepage .box3 .left {
    background: url(../images/homepage/s3-mobile.jpg) no-repeat 0 0;
    background-size: cover; }
    @media (max-width: 767px) {
      .homepage .box3 .left {
        width: 100%;
        height: 200px; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .homepage .box3 .left {
        height: 240px; } }
    @media (min-width: 768px) {
      .homepage .box3 .left {
        background: url(../images/homepage/s3-tab.jpg) no-repeat 0 0;
        background-size: cover;
        height: 352px;
        top: 250px;
        transition: all 1s ease-in-out; }
        .homepage .box3 .left.animate {
          top: 0;
          transition: all 1s ease-in-out; } }
    @media (min-width: 992px) {
      .homepage .box3 .left {
        background: url(../images/homepage/s3-tab.jpg) no-repeat 0 0;
        background-size: cover;
        height: 352px; } }
    @media (min-width: 1280px) {
      .homepage .box3 .left {
        background: url(../images/homepage/s3-desktop.jpg) no-repeat 0 0;
        background-size: cover;
        height: 435px; } }
  .homepage .box3 .right {
    background: #ff1248;
    color: #fff;
    padding: 20px; }
    @media (min-width: 768px) {
      .homepage .box3 .right {
        margin-left: -72px;
        width: 456px;
        padding: 0 30px 30px 105px;
        transition: all 1s ease-in-out;
        margin-top: 270px; }
        .homepage .box3 .right.animate {
          margin-top: 109px;
          transition: all 1s ease-in-out; } }
    @media (min-width: 992px) {
      .homepage .box3 .right {
        margin: 400px 0 0 -109px;
        width: 621px;
        padding: 0px 5% 30px 15%; } }
    @media (min-width: 1280px) {
      .homepage .box3 .right {
        padding: 0 14% 60px 15%;
        margin: 400px 0px 0 -135px;
        width: 775px;
        height: 430px; } }

.homepage .btn-white {
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block; }

@keyframes homebounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

.arrow {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 21%;
  color: #fff;
  z-index: 9; }
  @media (min-width: 768px) {
    .arrow {
      bottom: 50px;
      display: none; } }
  @media (min-width: 1280px) {
    .arrow {
      display: block; } }
  @media (min-width: 1600px) {
    .arrow {
      bottom: 204px; } }
  .arrow:after {
    position: absolute;
    content: "";
    left: 50%;
    width: 18px;
    height: 25px;
    mask-type: 10px;
    background: url(../images/homepage/arrow.svg) no-repeat 0px 0;
    transform: translateX(-50%); }

.homebounce {
  -moz-animation: homebounce 2s infinite;
  -webkit-animation: homebounce 2s infinite;
  animation: homebounce 2s infinite; }

#myvideo {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  overflow: hidden; }

.al-img100 {
  width: 100%;
  object-fit: cover;
  height: 100vh; }

.video-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  background: url(../images/overlay.png) repeat;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh; }

.discover-bb {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }

.logos {
  width: 300px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .logos {
      width: 600px; } }
  .logos img {
    width: 100px;
    display: inline-block; }
    @media (min-width: 768px) {
      .logos img {
        width: 165px; } }

@media (min-width: 1280px) {
  .section4 {
    padding-top: 50px; } }

@media (max-width: 991px) {
  .section4 .big-slider .slide1,
  .section4 .big-slider .slide2,
  .section4 .big-slider .slide3 {
    overflow: hidden;
    margin: 125px 0 30px 0;
    width: 100%;
    padding: 0 20px;
    float: left; }
  .section4 .big-slider .txt1 {
    color: #fff;
    display: block;
    float: left;
    width: 170px; }
  .section4 .big-slider .slide2 .txt1,
  .section4 .big-slider .slide3 .txt1 {
    margin-top: 7px; } }

@media (min-width: 768px) {
  .section4 .big-slider .txt1,
  .section4 .big-slider .icon {
    display: none; } }

.section4 .icon {
  width: 60px;
  height: 60px;
  display: inline-block; }
  @media (max-width: 767px) {
    .section4 .icon {
      float: left;
      margin-right: 18px; } }
  @media (min-width: 768px) {
    .section4 .icon {
      width: 50px;
      height: 50px; } }
  @media (min-width: 1280px) {
    .section4 .icon {
      width: 80px;
      height: 80px; } }

.section4 .txt {
  display: block;
  width: 190px;
  color: #fff;
  font-weight: 400; }
  @media (max-width: 767px) {
    .section4 .txt {
      float: left;
      margin-left: 26px;
      width: 155px; } }

.section4 .slide1 .icon {
  background: transparent url(../images/slide1-icon-sel.svg) 0 top no-repeat; }
  @media (min-width: 768px) {
    .section4 .slide1 .icon {
      background: transparent url(../images/slide1-icon.svg) 0 top no-repeat; } }

.section4 .slide2 .icon {
  background: transparent url(../images/slide2-icon-sel.svg) 0 top no-repeat; }
  @media (min-width: 768px) {
    .section4 .slide2 .icon {
      background: transparent url(../images/slide2-icon.svg) 0 top no-repeat; } }

.section4 .slide3 .icon {
  background: transparent url(../images/slide3-icon-sel.svg) 0 top no-repeat; }
  @media (min-width: 768px) {
    .section4 .slide3 .icon {
      background: transparent url(../images/slide3-icon.svg) 0 top no-repeat; } }

.section4 .slider-content ul {
  text-align: center; }

@media (max-width: 767px) {
  .section4 .slider-content {
    float: left;
    color: #fff;
    width: 100%;
    padding: 0 25px; }
    .section4 .slider-content ul {
      text-align: center; }
    .section4 .slider-content li {
      margin-bottom: 10px;
      overflow: hidden;
      height: auto; }
    .section4 .slider-content .c1,
    .section4 .slider-content .c2,
    .section4 .slider-content .c3 {
      float: left;
      margin-left: 12px;
      width: 35px;
      display: inline; } }

@media (min-width: 768px) {
  .section4 .slider-content {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    width: 300px;
    height: 300px;
    position: absolute;
    border: 5px solid #E4B023; }
    .section4 .slider-content:after {
      content: "";
      position: absolute;
      height: 75px;
      border-left: 6px solid #e4b023;
      bottom: -77px;
      width: 5px;
      left: 48%;
      display: block; }
    .section4 .slider-content ul {
      position: relative;
      margin: 55px 42px 0 35px;
      overflow: hidden; }
      .section4 .slider-content ul li {
        height: auto;
        font-size: 15px;
        margin-bottom: 11px;
        line-height: 22px; }
    .section4 .slider-content .txt {
      display: inline;
      width: auto;
      color: #000; } }

@media (min-width: 1400px) {
  .section4 .slider-content {
    width: 300px;
    height: 300px; } }

.section4 .bx-wrapper {
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .section4 .bx-wrapper {
      height: 585px; } }
  @media (min-width: 1280px) {
    .section4 .bx-wrapper {
      height: 800px; } }
  .section4 .bx-wrapper:before {
    content: "";
    background: transparent url(../images/slider-top-curve.svg) 0 0 no-repeat;
    height: 100px;
    display: block;
    position: absolute;
    left: -4px;
    right: -4px;
    top: -1px;
    z-index: 10; }
  @media (min-width: 768px) {
    .section4 .bx-wrapper {
      background: transparent url(../images/slider-tab-bg.jpg) 0 0 no-repeat;
      background-size: cover; } }
  @media (min-width: 992px) {
    .section4 .bx-wrapper {
      background: transparent url(../images/slider-desktop-bg.jpg) 0 0 no-repeat;
      background-size: cover; } }
  @media (min-width: 1280px) {
    .section4 .bx-wrapper {
      margin-bottom: 80px; } }
  .section4 .bx-wrapper .bx-pager {
    position: relative;
    bottom: -30px;
    width: 654px;
    margin: 0 auto;
    font-family: "PT Sans", Helvetica, Arial, sans-serif; }
    .section4 .bx-wrapper .bx-pager:after {
      content: "";
      position: absolute;
      width: 415px;
      border-bottom: 3px solid #fff;
      top: 46px;
      height: 5px;
      left: 123px;
      display: block; }
      @media (min-width: 1280px) {
        .section4 .bx-wrapper .bx-pager:after {
          top: 59px; } }
    .section4 .bx-wrapper .bx-pager a {
      border: solid #ccc 1px;
      display: block;
      margin: 0 5px;
      padding: 3px;
      border: 0; }
  .section4 .bx-wrapper .bx-pager-item {
    font-size: 16px;
    line-height: normal;
    position: relative;
    z-index: 1; }

.section4 .bx-wrapper .bx-pager a:hover,
.section4 .bx-wrapper .bx-pager a.active {
  border: 0; }

.section4 .bx-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px; }
  .section4 .bx-controls .bx-pager-item {
    position: relative;
    text-align: center;
    top: -20px; }
    .section4 .bx-controls .bx-pager-item:first-child {
      top: 0; }

.section4 .bx-pager-link.active .slide1 .icon {
  background: transparent url(../images/slide1-icon-sel.svg) 0 top no-repeat; }

.section4 .bx-pager-link.active .slide2 .icon {
  background: transparent url(../images/slide2-icon-sel.svg) 0 top no-repeat; }

.section4 .bx-pager-link.active .slide3 .icon {
  background: transparent url(../images/slide3-icon-sel.svg) 0 top no-repeat; }

.big-slider > li {
  height: 480px; }
  @media (min-width: 768px) {
    .big-slider > li {
      height: 585px; } }
  @media (min-width: 1280px) {
    .big-slider > li {
      height: 800px; } }
  .big-slider > li.slider1 {
    background: transparent url("../images/slider-1-mobile.jpg") left bottom no-repeat;
    background-size: cover; }
    @media (min-width: 768px) {
      .big-slider > li.slider1 {
        background: transparent url("../images/slider-1-tab.png") left bottom no-repeat;
        background-size: cover; } }
    @media (min-width: 992px) {
      .big-slider > li.slider1 {
        background: transparent url("../images/slider-1-desktop.png") left bottom no-repeat;
        background-size: cover; } }
    @media (min-width: 1280px) {
      .big-slider > li.slider1 {
        background: transparent url("../images/slider-1-desktop.png") left bottom no-repeat; } }
    .big-slider > li.slider1 .slider-content {
      top: 16%;
      left: 10px; }
      @media (min-width: 992px) {
        .big-slider > li.slider1 .slider-content {
          left: 119px; } }
      @media (min-width: 1280px) {
        .big-slider > li.slider1 .slider-content {
          top: 32%;
          left: 219px; } }
      @media (min-width: 1400px) {
        .big-slider > li.slider1 .slider-content {
          top: 32%;
          left: 334px; } }
      @media (min-width: 768px) {
        .big-slider > li.slider1 .slider-content ul {
          margin: 80px 30px 0 35px; } }
      @media (max-width: 767px) {
        .big-slider > li.slider1 .slider-content li {
          height: auto; } }
  .big-slider > li.slider2 {
    background: transparent url("../images/slider-2-mobile.jpg") left bottom no-repeat;
    background-size: cover; }
    @media (min-width: 768px) {
      .big-slider > li.slider2 {
        background: transparent url("../images/slider-2-tab.png") left bottom no-repeat;
        background-size: cover; } }
    @media (min-width: 992px) {
      .big-slider > li.slider2 {
        background: transparent url("../images/slider-2-desktop.png") left bottom no-repeat;
        background-size: cover; } }
    .big-slider > li.slider2 .slider-content {
      top: 16%;
      left: 214px; }
      @media (min-width: 992px) {
        .big-slider > li.slider2 .slider-content {
          left: 323px; } }
      @media (min-width: 1280px) {
        .big-slider > li.slider2 .slider-content {
          top: 32%;
          left: 423px; } }
      @media (min-width: 1400px) {
        .big-slider > li.slider2 .slider-content {
          top: 32%;
          left: 537px; } }
      @media (min-width: 768px) {
        .big-slider > li.slider2 .slider-content ul {
          margin: 75px 30px 0 35px; } }
  .big-slider > li.slider3 {
    background: transparent url("../images/slider-3-mobile.jpg") left bottom no-repeat;
    background-size: cover; }
    @media (min-width: 768px) {
      .big-slider > li.slider3 {
        background: transparent url("../images/slider-3-tab.png") left bottom no-repeat;
        background-size: cover; } }
    @media (min-width: 992px) {
      .big-slider > li.slider3 {
        background: transparent url("../images/slider-3-desktop.png") left bottom no-repeat;
        background-size: cover; } }
    @media (min-width: 1280px) {
      .big-slider > li.slider3 {
        background: transparent url("../images/slider-3-desktop.png") left bottom no-repeat; } }
    .big-slider > li.slider3 .slider-content {
      top: 16%;
      left: 420px; }
      @media (min-width: 992px) {
        .big-slider > li.slider3 .slider-content {
          left: 531px; } }
      @media (min-width: 1280px) {
        .big-slider > li.slider3 .slider-content {
          top: 32%;
          left: 631px; } }
      @media (min-width: 1400px) {
        .big-slider > li.slider3 .slider-content {
          top: 32%;
          left: 745px; } }
      @media (min-width: 768px) {
        .big-slider > li.slider3 .slider-content ul {
          margin: 105px 30px 0 35px; } }

@media (min-width: 768px) {
  .big-slider .c1,
  .big-slider .c2,
  .big-slider .c3 {
    font-weight: bold;
    color: #EF4137; } }

.controls {
  position: absolute;
  right: 10px;
  transform: translate(0, -50%);
  top: 50%;
  width: 45px; }
  .controls .circle {
    width: 22px;
    border: 3px solid #E4B023;
    display: inline-block;
    border-radius: 50%;
    margin-top: 10px;
    height: 22px; }
    .controls .circle:first-child {
      margin-top: 0; }
    .controls .circle.active {
      background: #fff; }

@media (min-width: 768px) {
  .section4 .gifslider .bx-wrapper {
    background: transparent url(../images/slider-tab-bg.jpg) 0 0 no-repeat;
    background-size: cover; } }

@media (min-width: 992px) {
  .section4 .gifslider .bx-wrapper {
    background: transparent url(../images/slider-desktop-bg.jpg) 0 0 no-repeat;
    background-size: cover; } }

.section4 .gifslider .bx-default-pager {
  position: relative;
  bottom: -108px; }

.section4 .gifslider .bx-pager-item {
  position: relative;
  text-align: center;
  top: 0px; }

.btn-play {
  border: 0;
  background: url(../images/play.svg) no-repeat 0 0;
  overflow: hidden;
  width: 50px;
  height: 50px;
  text-indent: -500px; }

.discover {
  margin: 30px auto 0;
  width: 250px;
  display: inline-block; }
  @media (min-width: 768px) {
    .discover {
      display: block;
      margin: 30px auto 0; } }

.highlight {
  color: #D71E48; }

.section2 {
  color: #fff;
  background: #ff1248;
  position: relative;
  z-index: 2;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .section2 {
      padding: 20px 0 50px 0; } }
  @media (min-width: 992px) {
    .section2 {
      padding: 40px 0 60px 0; } }
  @media (min-width: 1280px) {
    .section2 {
      padding: 70px 0; } }
  @media (min-width: 768px) {
    .section2 .content {
      width: 80%;
      margin: 0 auto; }
      .section2 .content ul {
        width: 98%; }
        .section2 .content ul li {
          margin-bottom: 10px; } }
  @media (min-width: 992px) {
    .section2 .content {
      width: 64%;
      margin: 0 auto; }
      .section2 .content ul li {
        line-height: 22px;
        margin-bottom: 10px; } }
  @media (min-width: 1280px) {
    .section2 .content {
      width: 70%;
      line-height: 30px; } }
  .section2 h3 {
    font-size: 26px;
    color: #f9bc00;
    margin-bottom: 20px;
    font-weight: 200; }

.accolades {
  background: #f6f7f9;
  padding: 30px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .accolades {
      padding: 50px 0; } }
  @media (min-width: 992px) {
    .accolades {
      padding: 70px 0; } }
  @media (min-width: 1280px) {
    .accolades {
      padding: 90px 0 30px; } }
  .accolades .accolades-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box; }
    @media (min-width: 992px) {
      .accolades .accolades-list {
        width: 600px;
        margin: 0 auto; } }
    .accolades .accolades-list li {
      width: 50%;
      padding: 0 20px;
      text-align: center;
      margin-bottom: 40px;
      box-sizing: border-box; }
      @media (min-width: 768px) {
        .accolades .accolades-list li {
          width: 200px; } }
      @media (min-width: 1280px) {
        .accolades .accolades-list li {
          margin-bottom: 70px; } }
  .accolades img {
    max-width: 100%; }

@media (min-width: 768px) {
  .accolades_content {
    width: 70%;
    margin: 30px auto 0; } }

.investors {
  background: #f6f7f9;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .investors {
      padding: 50px 0; } }
  @media (min-width: 992px) {
    .investors {
      padding: 70px 0; } }
  @media (min-width: 1280px) {
    .investors {
      padding: 90px 0 30px; } }
  .investors .investor-list {
    justify-content: flex-start; }
    .investors .investor-list li {
      width: 50%;
      padding: 0 8%;
      text-align: center;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .investors .investor-list li {
          width: 25%;
          padding: 0 4%;
          margin-bottom: 40px; } }
      @media (min-width: 1280px) {
        .investors .investor-list li {
          margin-bottom: 70px;
          padding: 0 6%; } }
  .investors img {
    max-width: 100%; }

.inthenews {
  padding: 30px 0;
  background: #f6f7f9; }
  @media (min-width: 768px) {
    .inthenews {
      padding: 50px 0; } }
  @media (min-width: 992px) {
    .inthenews {
      padding: 70px 0; } }
  @media (min-width: 1280px) {
    .inthenews {
      padding: 90px 0; } }
  .inthenews h2 {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .inthenews h2 {
        margin-bottom: 60px; } }
  .inthenews a.title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block; }
    .inthenews a.title:hover {
      text-decoration: underline; }
  .inthenews p {
    font-size: 16px;
    margin-bottom: 30px; }
    .inthenews p strong {
      font-weight: 500;
      display: block;
      font-size: 14px; }
    .inthenews p .date {
      font-size: 13px; }

.clientele {
  background: #fff;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .clientele {
      padding: 50px 0; } }
  @media (min-width: 992px) {
    .clientele {
      padding: 70px 0 20px; } }
  @media (min-width: 1280px) {
    .clientele {
      padding: 90px 0 30px; } }
  .clientele .row {
    margin-bottom: 0px; }
  .clientele .col-md-3 {
    text-align: center; }
  .clientele img {
    max-width: 100%; }

.clientele-list li {
  width: 50%;
  padding: 0 12%;
  text-align: center;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .clientele-list li {
      width: 25%;
      padding: 0 5%; } }
  @media (min-width: 1280px) {
    .clientele-list li {
      padding: 0 7%;
      margin-bottom: 70px; } }

.video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
  background: #000;
  z-index: 100000;
  padding-top: 40px; }

.play-video {
  height: 100%; }
  .play-video iframe {
    position: relative;
    z-index: 1; }

.video-close {
  background: transparent url("../images/close.svg") left top no-repeat;
  border: 0;
  color: #fff;
  font-weight: 200;
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 21px;
  height: 21px;
  cursor: pointer;
  z-index: 10000000; }

.animation {
  text-align: center;
  padding: 75px 0 50px; }
  @media (min-width: 1280px) {
    .animation {
      padding: 90px 0 70px; } }
  .animation .heading p strong {
    text-transform: uppercase; }

.heading {
  text-align: center;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .heading {
      margin-bottom: 40px; } }
  .heading strong {
    display: block;
    margin-top: 5px; }
  .heading .small {
    color: #ee264c;
    font-style: italic;
    margin: -5px 0 0 0; }
    .heading .small.tablet {
      display: none; }
      @media (min-width: 768px) {
        .heading .small.tablet {
          display: block; } }
    .heading .small.mobile {
      display: block; }
      @media (min-width: 768px) {
        .heading .small.mobile {
          display: none; } }

.mobile-animation {
  margin-bottom: 50px;
  position: relative; }
  @media (min-width: 768px) {
    .mobile-animation {
      display: none; } }
  .mobile-animation .inner {
    width: 100%;
    overflow-x: auto; }
    .mobile-animation .inner img {
      width: 3000px;
      height: 450px;
      display: block; }
  .mobile-animation .truck {
    top: 63px;
    left: 50%;
    transform: translateX(-50%); }

.milestone-box {
  display: none; }
  @media (min-width: 768px) {
    .milestone-box {
      display: block;
      padding: 50px 0 0; } }

.milestone-box {
  position: relative;
  background: url(../images/about-animation-header.svg) no-repeat 0 0; }
  @media (min-width: 768px) {
    .milestone-box {
      padding-top: 70px; } }

.truck {
  position: absolute;
  left: 0px;
  display: block;
  background: url(../images/truck.svg) no-repeat 0 0;
  width: 55px;
  height: 32px;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 768px) {
    .truck {
      top: 45px;
      left: 8px; } }
  @media (min-width: 992px) {
    .truck {
      top: 58px;
      width: 76px;
      height: 43px; } }
  @media (min-width: 1280px) {
    .truck {
      top: 79px; } }
  @media (min-width: 768px) {
    .truck.one {
      left: 8px; } }
  @media (min-width: 992px) {
    .truck.one {
      left: 14px; } }
  @media (min-width: 1280px) {
    .truck.one {
      left: 24px; } }
  @media (min-width: 768px) {
    .truck.two {
      left: 82px; } }
  @media (min-width: 992px) {
    .truck.two {
      left: 103px; } }
  @media (min-width: 1280px) {
    .truck.two {
      left: 133px; } }
  @media (min-width: 768px) {
    .truck.three {
      left: 150px; } }
  @media (min-width: 992px) {
    .truck.three {
      left: 196px; } }
  @media (min-width: 1280px) {
    .truck.three {
      left: 248px; } }
  @media (min-width: 768px) {
    .truck.four {
      left: 221px; } }
  @media (min-width: 992px) {
    .truck.four {
      left: 294px; } }
  @media (min-width: 1280px) {
    .truck.four {
      left: 361px; } }
  @media (min-width: 768px) {
    .truck.five {
      left: 295px; } }
  @media (min-width: 992px) {
    .truck.five {
      left: 386px; } }
  @media (min-width: 1280px) {
    .truck.five {
      left: 475px; } }
  @media (min-width: 768px) {
    .truck.six {
      left: 364px; } }
  @media (min-width: 992px) {
    .truck.six {
      left: 479px; } }
  @media (min-width: 1280px) {
    .truck.six {
      left: 586px; } }
  @media (min-width: 768px) {
    .truck.seven {
      left: 436px; } }
  @media (min-width: 992px) {
    .truck.seven {
      left: 572px; } }
  @media (min-width: 1280px) {
    .truck.seven {
      left: 703px; } }
  @media (min-width: 768px) {
    .truck.eight {
      left: 507px; } }
  @media (min-width: 992px) {
    .truck.eight {
      left: 665px; } }
  @media (min-width: 1280px) {
    .truck.eight {
      left: 816px; } }
  @media (min-width: 768px) {
    .truck.nine {
      left: 582px; } }
  @media (min-width: 992px) {
    .truck.nine {
      left: 760px; } }
  @media (min-width: 1280px) {
    .truck.nine {
      left: 928px; } }
  @media (min-width: 768px) {
    .truck.ten {
      left: 653px; } }
  @media (min-width: 992px) {
    .truck.ten {
      left: 855px; } }
  @media (min-width: 1280px) {
    .truck.ten {
      left: 1040px; } }

.milestone {
  list-style-type: none;
  display: flex;
  padding-top: 20px; }
  @media (min-width: 992px) {
    .milestone {
      padding-top: 40px; } }
  @media (min-width: 1280px) {
    .milestone {
      padding-top: 60px; } }
  .milestone li {
    flex: 1 1 0; }
  .milestone span {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 13px; }
    @media (min-width: 992px) {
      .milestone span {
        font-size: 14px; } }
    .milestone span.active {
      color: #F9AC00;
      font-weight: 500; }

.milestone-content {
  position: relative;
  height: 700px;
  width: 100%; }

.timeline,
.animation_container,
.canvas {
  overflow: hidden;
  background: transparent; }
  @media (min-width: 768px) {
    .timeline,
    .animation_container,
    .canvas {
      width: 700px !important;
      height: 295px !important;
      margin: 0 auto; } }
  @media (min-width: 992px) {
    .timeline,
    .animation_container,
    .canvas {
      width: 970px !important;
      height: 405px !important;
      margin: 0 auto; } }
  @media (min-width: 1280px) {
    .timeline,
    .animation_container,
    .canvas {
      width: 1000px !important;
      height: 405px !important;
      margin: 0 auto; } }

.anim-content {
  height: 50px;
  background: #fff;
  margin: -50px 0 0px 0;
  position: relative;
  display: none; }
  .anim-content p {
    text-align: center;
    display: none; }
    .anim-content p#one {
      margin: 0 auto;
      width: 80%;
      display: block; }
    .anim-content p strong {
      color: #F9AC00; }
  @media (min-width: 768px) {
    .anim-content {
      display: block; } }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  60% {
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px); } }

.rightarrow {
  position: absolute;
  transform: translateX(-50%);
  top: 54px;
  left: 100px;
  width: 33px;
  height: 18px;
  background: url(../images/homepage/rightarrow.svg) no-repeat 0px 0; }
  @media (min-width: 768px) {
    .rightarrow {
      top: 54px; } }
  @media (min-width: 992px) {
    .rightarrow {
      top: 69px;
      left: 123px; } }
  @media (min-width: 1280px) {
    .rightarrow {
      top: 89px;
      left: 123px; } }

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

.thumbnail {
  position: relative;
  top: 50px;
  opacity: 0;
  transition: all 1s ease-in; }
  .thumbnail.animate {
    transition: all 1s ease-in;
    top: 0;
    opacity: 1; }
  .thumbnail.animate {
    transition: all 1s ease-in;
    top: 0;
    opacity: 1; }
  .thumbnail.animate {
    transition: all 1s ease-in;
    top: 0;
    opacity: 1; }

.partner_logos {
  width: 280px;
  margin: 20px auto;
  display: flex;
  justify-content: Center;
  align-items: center; }
  @media (min-width: 768px) {
    .partner_logos {
      width: 400px; } }
  .partner_logos img {
    width: 130px; }
  .partner_logos .ig {
    height: 90px; }

.company .section3 {
  padding: 30px 0; }
  .company .section3 .thumbnail {
    text-align: center;
    margin: 0 auto 40px;
    width: 70%; }
    @media (min-width: 768px) {
      .company .section3 .thumbnail {
        width: 100%;
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .company .section3 .thumbnail {
        width: 77%; } }
    @media (min-width: 1280px) {
      .company .section3 .thumbnail {
        width: 80%; } }
    .company .section3 .thumbnail .company_highlight {
      color: #fff;
      font-weight: 400; }
    .company .section3 .thumbnail p {
      font-size: 16px; }
      @media (min-width: 1280px) {
        .company .section3 .thumbnail p {
          font-size: 18px; } }
    .company .section3 .thumbnail figure {
      margin: 0 auto;
      width: 30%; }
    .company .section3 .thumbnail img {
      max-width: 100%; }
  .company .section3 img {
    margin: 0 auto 25px;
    display: block; }

.products .section2 {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .products .section2 {
      padding: 20px 0 50px 0; } }
  @media (min-width: 992px) {
    .products .section2 {
      padding: 40px 0 60px 0; } }
  @media (min-width: 1280px) {
    .products .section2 {
      padding: 70px 0; } }

.prod-desc {
  list-style-type: none;
  margin: -10px 0 0 0;
  padding: 0; }
  .prod-desc li {
    display: block; }
    @media (min-width: 768px) {
      .prod-desc li {
        display: inline-block;
        border-left: 1px solid #fff;
        padding: 0 18px; }
        .prod-desc li:first-child {
          border: 0;
          padding-left: 0; } }

.shippers,
.fleet {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .shippers,
    .fleet {
      padding: 70px 0; } }
  @media (min-width: 992px) {
    .shippers,
    .fleet {
      padding: 90px 0; } }
  .shippers h3,
  .fleet h3 {
    font-weight: 300;
    line-height: 31px;
    font-size: 23px;
    margin-top: 0; }
    @media (min-width: 1280px) {
      .shippers h3,
      .fleet h3 {
        line-height: 46px;
        font-size: 36px;
        margin-bottom: 30px; } }
    .shippers h3 strong,
    .fleet h3 strong {
      color: #ff1248;
      font-weight: 300; }
  .shippers figure,
  .fleet figure {
    margin: 30px 0;
    text-align: center; }
    @media (min-width: 768px) {
      .shippers figure,
      .fleet figure {
        margin: 10px 0 0px; } }
    .shippers figure img,
    .fleet figure img {
      margin-bottom: 30px;
      display: inline-block; }
      @media (min-width: 768px) {
        .shippers figure img,
        .fleet figure img {
          margin-bottom: 0px; } }
  @media (min-width: 768px) {
    .shippers .know-more-xs,
    .fleet .know-more-xs {
      display: none; } }
  .shippers .know-more-sm,
  .fleet .know-more-sm {
    display: none;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .shippers .know-more-sm,
      .fleet .know-more-sm {
        display: inline-block; } }
  .shippers .btn,
  .fleet .btn {
    color: #333; }
    .shippers .btn:hover,
    .fleet .btn:hover {
      color: #fff; }

@media (min-width: 1280px) {
  .shippers {
    padding: 100px 0; }
    .shippers .content {
      width: 80%; } }

.fleet {
  background: #F4F4F5; }
  @media (min-width: 768px) {
    .fleet img {
      width: 180px; } }
  @media (min-width: 1280px) {
    .fleet img {
      width: auto; } }
  @media (min-width: 1280px) {
    .fleet p {
      width: 80%; } }
  .fleet figure {
    width: 232px;
    margin: 30px auto 0;
    padding-bottom: 30px;
    background: url(../images/products/blackbuck_shadow.png) no-repeat 0 477px;
    background-size: contain; }
    @media (min-width: 768px) {
      .fleet figure {
        background: url(../images/products/blackbuck_shadow.png) no-repeat 0 367px;
        background-size: contain; } }
    @media (min-width: 768px) {
      .fleet figure {
        padding: 0;
        margin: 0 auto; } }
    @media (min-width: 1280px) {
      .fleet figure {
        background: url(../images/products/blackbuck_shadow.png) no-repeat 0 443px;
        background-size: contain;
        width: 216px; } }

.products-fleet_operators .downloadapp {
  position: absolute;
  top: 890px;
  left: 50%;
  transform: translatex(-50%); }
  @media (max-width: 767px) {
    .products-fleet_operators .downloadapp {
      width: 300px;
      text-align: center; }
      .products-fleet_operators .downloadapp span {
        display: block; } }
  @media (min-width: 768px) {
    .products-fleet_operators .downloadapp {
      white-space: nowrap;
      position: static;
      transform: translatex(0%);
      margin-top: 20px; } }
  @media (min-width: 1280px) {
    .products-fleet_operators .downloadapp {
      margin-top: 0px; } }

.products-fleet_operators .section1 .googleplay {
  position: absolute;
  top: 960px;
  left: 50%;
  transform: translatex(-50%); }
  @media (min-width: 768px) {
    .products-fleet_operators .section1 .googleplay {
      position: static;
      transform: translatex(0%); } }

.products-shippers .downloadapp {
  position: absolute;
  top: 550px;
  left: 50%;
  transform: translatex(-50%); }
  @media (max-width: 767px) {
    .products-shippers .downloadapp {
      width: 300px;
      text-align: center; }
      .products-shippers .downloadapp span {
        display: block; } }
  @media (min-width: 768px) {
    .products-shippers .downloadapp {
      white-space: nowrap;
      position: static;
      transform: translatex(0%);
      margin-top: 15px; } }
  @media (min-width: 1280px) {
    .products-shippers .downloadapp {
      position: static;
      transform: translatex(0%);
      margin-top: 0px; } }
  @media (min-width: 1600px) {
    .products-shippers .downloadapp {
      position: static;
      transform: translatex(0%);
      margin-top: 57px; } }

.products-shippers .section1 .googleplay {
  position: absolute;
  top: 613px;
  left: 50%;
  transform: translatex(-50%); }
  @media (min-width: 768px) {
    .products-shippers .section1 .googleplay {
      position: static;
      transform: translatex(0%); } }

.pro-details {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .pro-details {
      padding: 50px 0 0px; } }
  @media (min-width: 992px) {
    .pro-details {
      padding: 90px 0 0px; } }

.pro-two-col {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .pro-two-col {
      padding: 50px 0 0px; } }
  @media (min-width: 992px) {
    .pro-two-col {
      padding: 90px 0 0px; } }

.pro-details-tile li,
.pro-two-col-list li {
  width: 100%;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 50px; }
  .pro-details-tile li figure,
  .pro-two-col-list li figure {
    width: 30%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .pro-details-tile li figure img,
      .pro-two-col-list li figure img {
        max-width: 100%; } }
    @media (min-width: 992px) {
      .pro-details-tile li figure,
      .pro-two-col-list li figure {
        width: 30%; } }
  @media (min-width: 768px) {
    .pro-details-tile li .thumbnail,
    .pro-two-col-list li .thumbnail {
      margin: 0 auto;
      width: 240px; } }
  @media (min-width: 1280px) {
    .pro-details-tile li .thumbnail,
    .pro-two-col-list li .thumbnail {
      margin-bottom: 50px; } }
  @media (min-width: 1600px) {
    .pro-details-tile li .thumbnail,
    .pro-two-col-list li .thumbnail {
      width: 300px; } }

.pro-details-tile .thumbnail img,
.pro-two-col-list .thumbnail img {
  margin-bottom: 30px; }

.pro-details-tile .thumbnail .caption,
.pro-two-col-list .thumbnail .caption {
  color: #DC1845;
  display: block;
  font-weight: 400;
  margin-bottom: 10px; }

.pro-details-tile .thumbnail .desc,
.pro-two-col-list .thumbnail .desc {
  display: block; }

@media (min-width: 768px) {
  .pro-two-col-list li {
    width: 50%; } }

@media (min-width: 768px) {
  .pro-two-col-list li .thumbnail {
    width: 240px;
    margin: 0 auto; } }

@media (min-width: 1600px) {
  .pro-two-col-list li .thumbnail {
    width: 300px; }
    .pro-two-col-list li .thumbnail figure {
      width: 25%; } }

@media (min-width: 768px) {
  .pro-details-tile li {
    width: 50%; } }

@media (min-width: 1280px) {
  .pro-details-tile li {
    width: 33.3%; } }

@media (min-width: 768px) {
  .pro-details-tile .thumbnail {
    margin: 0 auto; } }

@media (min-width: 1280px) {
  .pro-details-tile .thumbnail {
    width: 85%;
    margin-bottom: 50px; }
    .pro-details-tile .thumbnail figure {
      position: relative;
      margin: 0 auto;
      width: 30%; } }

.testimony-container {
  position: relative;
  padding: 50px 0 0; }
  @media (min-width: 1280px) {
    .testimony-container {
      padding: 150px 0 0; } }

.testimonials {
  background: #ff1248;
  padding: 50px 0;
  color: #fff; }
  @media (min-width: 768px) {
    .testimonials {
      padding: 70px 0; } }
  @media (min-width: 992px) {
    .testimonials {
      padding: 50px 0; } }
  @media (min-width: 1280px) {
    .testimonials {
      padding: 90px 0; } }
  .testimonials:before {
    content: "";
    background: transparent url(../images/tyre-mark.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0; }
    @media (min-width: 768px) {
      .testimonials:before {
        background-size: 100%; } }
  .testimonials h2 {
    color: #fff;
    margin-bottom: 30px; }
  .testimonials p {
    font-size: 16px;
    margin-bottom: 30px; }
    .testimonials p .person {
      font-weight: 500;
      display: block;
      font-size: 14px;
      text-transform: uppercase; }
    .testimonials p .company {
      font-size: 13px; }

.products-fleet_operators .page-banner figure {
  width: 232px;
  margin: 0px auto;
  padding-bottom: 20px;
  background: url(../images/products/blackbuck_shadow.png) no-repeat 0 472px;
  background-size: contain; }
  .products-fleet_operators .page-banner figure:before, .products-fleet_operators .page-banner figure:after {
    box-shadow: none; }
  @media (min-width: 768px) {
    .products-fleet_operators .page-banner figure {
      background: url(../images/products/blackbuck_shadow.png) no-repeat 0 324px;
      background-size: contain;
      padding: 0 0 20px 0;
      margin: 0 auto;
      width: 465px; } }
  @media (min-width: 992px) {
    .products-fleet_operators .page-banner figure {
      width: 155px; } }
  @media (min-width: 1280px) {
    .products-fleet_operators .page-banner figure {
      background: url(../images/products/blackbuck_shadow.png) no-repeat 0 343px;
      background-size: contain;
      width: 260px;
      padding-bottom: 30px; } }

.products-shippers .shadow {
  position: relative;
  width: 265px;
  margin: 0 auto;
  z-index: 2; }
  @media (min-width: 768px) {
    .products-shippers .shadow {
      width: 340px; } }
  @media (min-width: 768px) {
    .products-shippers .shadow {
      width: 446px; } }
  @media (min-width: 1280px) {
    .products-shippers .shadow {
      width: 500px; } }
  @media (min-width: 1600px) {
    .products-shippers .shadow {
      width: 550px; } }
  .products-shippers .shadow img {
    width: 265px; }
    @media (min-width: 768px) {
      .products-shippers .shadow img {
        width: 340px; } }
  .products-shippers .shadow:after {
    content: "";
    position: absolute;
    display: block;
    width: 218px;
    height: 137px;
    -webkit-box-shadow: 0px 2px 25px 5px rgba(0, 0, 0, 0.95);
    -moz-box-shadow: 0px 2px 25px 5px rgba(0, 0, 0, 0.95);
    box-shadow: 0px 2px 25px 5px rgba(0, 0, 0, 0.95);
    left: 4px;
    top: 21px;
    z-index: -1; }
    @media (min-width: 768px) {
      .products-shippers .shadow:after {
        width: 224px;
        height: 181px;
        left: 6px;
        top: 26px; } }
    @media (min-width: 992px) {
      .products-shippers .shadow:after {
        width: 310px;
        height: 235px;
        top: 34px;
        left: 7px; } }
    @media (min-width: 1280px) {
      .products-shippers .shadow:after {
        width: 342px;
        height: 263px;
        left: 9px;
        top: 40px; } }
  .products-shippers .shadow:before {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/products/blackbuck_shadow.png) no-repeat 0 0px;
    background-size: contain;
    width: 111px;
    bottom: -48px;
    height: 50px;
    right: -11px;
    z-index: -1; }
    @media (min-width: 768px) {
      .products-shippers .shadow:before {
        width: 166px;
        bottom: -30px;
        right: -23px; } }
    @media (min-width: 992px) {
      .products-shippers .shadow:before {
        width: 166px;
        bottom: -47px;
        right: -4px; } }
    @media (min-width: 1280px) {
      .products-shippers .shadow:before {
        width: 183px;
        bottom: -46px;
        right: -3px; } }
    @media (min-width: 1600px) {
      .products-shippers .shadow:before {
        width: 215px;
        bottom: -38px;
        right: -16px; } }

.btns {
  list-style-type: none;
  width: 200px;
  margin: 100px auto 30px; }
  @media (min-width: 768px) {
    .btns {
      left: 50%;
      top: 5%;
      transform: translateX(-50%);
      position: absolute;
      width: 402px; } }
  @media (min-width: 1280px) {
    .btns {
      width: 462px;
      top: 10%; } }
  @media (min-width: 768px) {
    .btns li {
      float: left; } }
  .btns a {
    color: #fff;
    border: 1px solid #fff;
    display: block;
    padding: 6px;
    position: relative;
    text-transform: uppercase;
    width: 200px;
    text-align: center; }
    .btns a:active {
      text-decoration: none; }
    .btns a.active {
      border-color: #F9AC00;
      z-index: 1; }
    @media (min-width: 1280px) {
      .btns a {
        width: 230px; } }

.products-shippers a.active {
  position: relative;
  top: 1px; }
  @media (min-width: 768px) {
    .products-shippers a.active {
      right: -1px;
      top: 0; } }

.products-fleet_operators a.active {
  position: relative;
  top: -1px; }
  @media (min-width: 768px) {
    .products-fleet_operators a.active {
      left: -1px;
      top: 0; } }

.contact .page-banner {
  flex-direction: column; }
  .contact .page-banner p {
    text-align: center; }
  .contact .page-banner a {
    color: #F9AC00;
    font-size: 25px; }

.address h3 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0; }

.address p {
  line-height: 21px;
  font-size: 14px; }
  @media (min-width: 1280px) {
    .address p {
      font-size: 16px; } }

.address a {
  color: #fff; }

.address h5 {
  font-weight: 400; }

.gmap {
  position: relative; }
  .gmap img {
    max-width: 100%; }

.contactform {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .contactform {
      padding: 50px 0; } }
  .contactform p.txt {
    font-size: 18px;
    text-align: center;
    margin: 0px auto 40px; }
    @media (min-width: 768px) {
      .contactform p.txt {
        width: 70%; } }
  @media (min-width: 768px) {
    .contactform ul.form {
      width: 70%;
      margin: 0 auto; } }
  .contactform li {
    margin-bottom: 10px; }
  .contactform input,
  .contactform textarea {
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px; }
  .contactform .btn {
    color: #333; }
    .contactform .btn:hover {
      color: #fff; }

section.contact-details {
  position: absolute;
  top: 360px; }
  @media (min-width: 768px) {
    section.contact-details {
      top: 7%;
      position: relative; } }
  @media (min-width: 1280px) {
    section.contact-details {
      top: 50%; } }
  section.contact-details ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    section.contact-details ul li {
      width: 100%;
      padding: 0 10px; }
      @media (min-width: 768px) {
        section.contact-details ul li {
          text-align: center;
          width: 40%; } }
      @media (min-width: 1280px) {
        section.contact-details ul li {
          text-align: center;
          width: 35%; } }
  section.contact-details h3 {
    color: #F9AC00;
    font-size: 16px; }
    @media (min-width: 768px) {
      section.contact-details h3 {
        font-size: 20px; } }
    @media (min-width: 1280px) {
      section.contact-details h3 {
        font-size: 25px; } }
  section.contact-details a {
    font-size: 16px;
    color: #fff; }
    @media (min-width: 1280px) {
      section.contact-details a {
        font-size: 20px; } }
  @media (min-width: 768px) {
    section.contact-details .contact-details {
      border-right: 3px solid rgba(255, 255, 255, 0.36); } }

.gmap {
  background: url(../images/googlemap.png) no-repeat center center;
  height: 300px;
  background-size: 1024px; }
  @media (min-width: 768px) {
    .gmap {
      height: 400px;
      background-size: 1500px; } }
  @media (min-width: 1280px) {
    .gmap {
      height: 500px;
      background-size: auto; } }
  .gmap .container {
    position: relative; }
  .gmap .direction {
    background: #fff;
    padding: 20px 20px 20px 30px;
    position: relative;
    width: 275px;
    margin: 30px auto; }
    @media (min-width: 768px) {
      .gmap .direction {
        margin: 0; } }
    .gmap .direction h6 {
      margin: 0 0 20px 0; }
    .gmap .direction .fa {
      position: absolute;
      left: 10px;
      font-size: 20px;
      color: #ee264c;
      top: 20px; }
    @media (min-width: 768px) {
      .gmap .direction.corporate {
        position: absolute;
        top: 276px;
        left: 99px; }
        .gmap .direction.corporate .corner {
          left: 156px; } }
    @media (min-width: 992px) {
      .gmap .direction.corporate {
        position: absolute;
        top: 278px;
        left: 194px; }
        .gmap .direction.corporate .corner {
          left: 156px; } }
    @media (min-width: 1280px) {
      .gmap .direction.corporate {
        top: 286px;
        left: 221px; } }
    @media (min-width: 1600px) {
      .gmap .direction.corporate {
        top: 286px;
        left: 329px; } }
    .gmap .direction.branch {
      margin-top: 65px; }
      @media (min-width: 768px) {
        .gmap .direction.branch {
          margin-top: 0;
          position: absolute;
          top: 268px;
          left: 403px; } }
      @media (min-width: 992px) {
        .gmap .direction.branch {
          margin-top: 0;
          position: absolute;
          top: 269px;
          left: 520px; } }
      @media (min-width: 1280px) {
        .gmap .direction.branch {
          top: 274px;
          left: 670px; } }
      @media (min-width: 1600px) {
        .gmap .direction.branch {
          top: 276px;
          left: 783px; } }
  .gmap .btn {
    color: #333; }
    .gmap .btn:hover {
      color: #fff; }

.pointers {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .pointers {
      height: 400px; } }
  @media (min-width: 1280px) {
    .pointers {
      height: 400px;
      width: 500px;
      margin-top: -100px; } }

.pointer1 {
  background: url(../images/pointer.svg) no-repeat 0 0;
  position: absolute;
  width: 54px;
  height: 80px;
  top: 81px;
  left: 41px;
  display: block; }
  @media (min-width: 768px) {
    .pointer1 {
      top: 127px;
      left: 2px; } }
  @media (min-width: 1280px) {
    .pointer1 {
      top: 275px;
      left: 68px; } }

.pointer2 {
  background: url(../images/pointer.svg) no-repeat 0 0;
  position: absolute;
  width: 54px;
  height: 80px;
  top: 76px;
  left: 172px;
  display: block; }
  @media (min-width: 768px) {
    .pointer2 {
      top: 121px;
      left: 194px; } }
  @media (min-width: 1280px) {
    .pointer2 {
      top: 265px;
      left: 313px; } }

.btn-message {
  color: #333; }
  .btn-message:hover {
    color: #fff; }

@media (min-width: 768px) {
  .contactpage {
    width: 60%;
    margin: 0 auto; } }

.contactpage .alert {
  border-radius: 0 0 4px 4px;
  padding: 0;
  font-size: 13px;
  background: transparent;
  border: 0; }

.teammembers {
  padding: 30px 0;
  background: #fff; }
  @media (min-width: 768px) {
    .teammembers {
      padding: 50px 0; } }
  @media (min-width: 992px) {
    .teammembers {
      padding: 70px 0; } }
  @media (min-width: 1280px) {
    .teammembers {
      padding: 90px 0; } }
  .teammembers .members li {
    width: 50%;
    padding: 2px;
    position: relative; }
    @media (min-width: 768px) {
      .teammembers .members li {
        position: relative;
        width: 25%; } }
    @media (min-width: 992px) {
      .teammembers .members li {
        width: 14.28%; } }
    .teammembers .members li img {
      max-width: 100%;
      width: 100%; }
  .teammembers .details {
    display: none;
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 0;
    border: 1px solid #ccc;
    z-index: 200; }
    @media (min-width: 768px) {
      .teammembers .details {
        padding: 20px; } }
    .teammembers .details .inner {
      content: "";
      display: block;
      background: #fff;
      margin: 0 auto;
      z-index: 101;
      padding: 0 20px; }
      @media (min-width: 992px) {
        .teammembers .details .inner {
          width: 90%;
          padding: 0; } }
    @media (min-width: 768px) {
      .teammembers .details {
        position: absolute;
        width: 360px;
        min-height: 359px;
        height: auto;
        bottom: auto; } }
    @media (min-width: 992px) {
      .teammembers .details {
        width: 401px;
        min-height: 400px; 
        height: auto; } }
    @media (min-width: 1280px) {
      .teammembers .details {
        width: 325px;
        min-height: 488px; 
        height: auto; } }
    .teammembers .details .titles {
      margin-bottom: 10px;
      position: relative;
      border-bottom: 1px solid #ccc; }
      .teammembers .details .titles a {
        position: absolute;
        right: 0;
        top: 0;
        width: 24px;
        height: 24px; }
    .teammembers .details h4 {
      text-transform: uppercase;
      font-size: 13px;
      margin-bottom: 0;
      font-weight: 500; }
    .teammembers .details .designation {
      font-size: 12px;
      width: 85%;
      line-height: 16px;
      margin: 5px 0;
      display: block; }
    .teammembers .details p {
      font-size: 13px;
      line-height: 19px;
      margin-bottom: 0; }

@media (min-width: 768px) {
  .one .details,
  .three .details,
  .four .details {
    left: 100%;
    top: 0; } }

@media (min-width: 768px) {
  .two .details {
    right: 100%;
    top: 0;
    left: auto; } }

@media (min-width: 992px) {
  .three .details {
    right: 100%;
    top: 0;
    left: auto; } }

@media (min-width: 992px) {
  .four .details {
    right: auto;
    top: -100%;
    left: 100%; } }

@media (min-width: 768px) {
  .five .details {
    left: 100%;
    top: 0; } }

@media (min-width: 992px) {
  .five .details {
    right: 100%;
    left: auto;
    top: -100%; } }

@media (min-width: 768px) {
  .six .details {
    right: 100%;
    top: 0;
    left: auto; } }

@media (min-width: 992px) {
  .six .details {
    left: 100%;
    top: -200%;
    right: auto; } }

@media (min-width: 768px) {
  .seven .details {
    left: 100%;
    top: auto;
    bottom: 0;
    right: auto; } }

@media (min-width: 992px) {
  .seven .details {
    left: auto;
    top: -200%;
    right: 100%; } }

@media (min-width: 768px) {
  .eight .details {
    left: auto;
    top: auto;
    bottom: 0;
    right: 100%; } }

@media (min-width: 992px) {
  .eight .details {
    left: auto;
    top: -200%;
    right: 100%; } }

@media (min-width: 768px) {
	.nine .details {
		left: 100%;
		top: 0; } }
  
  @media (min-width: 992px) {
	.nine .details {
		left: 100%;
		top: -100%; } }


@media (min-width: 1280px) {
  .members li img {
    transition: all 0.3s ease-in-out; }
  .members:hover > li > img,
  .members:hover > li .flag {
    opacity: 0.5;
    filter: blur(3px);
    transition: all 0.3s ease-in-out; }
  .members:hover > li:hover {
    transition: all 0.3s ease-in-out; }
    .members:hover > li:hover > img,
    .members:hover > li:hover .flag {
      opacity: 1.0;
      filter: blur(0px);
      transition: all 0.3s ease-in-out; }
  .members .hover:hover .details {
    display: block; } }

.members li.hover {
  position: relative; }
  .members li.hover .flag {
    background: url(../images/flag.svg) no-repeat 0 0;
    display: block;
    top: 10px;
    bottom: 0;
    right: 5px;
    width: 20px;
    height: 20px;
    position: absolute; }
  @media (min-width: 1280px) {
    .members li.hover:hover {
      position: relative; } }

.members li:hover .member-details {
  display: block; }

.view-positions {
  padding: 30px 0;
  background: #f6f7f9; }
  @media (min-width: 768px) {
    .view-positions {
      padding: 0px 0 50px; } }
  .view-positions .viewp {
    background: url(../images/team/truck.png) no-repeat 0 bottom;
    text-align: center;
    background-size: contain; }
    @media (min-width: 768px) {
      .view-positions .viewp {
        background-size: contain;
        height: 348px; } }
    @media (min-width: 1280px) {
      .view-positions .viewp {
        background-size: contain;
        height: 430px; } }
    @media (min-width: 768px) {
      .view-positions .viewp .content {
        position: relative;
        top: 61%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85%; } }
    @media (min-width: 1280px) {
      .view-positions .viewp .content {
        top: 55%; } }
    .view-positions .viewp p {
      margin-bottom: 30px; }

.member_name {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 500; }

.designation {
  font-size: 12px;
  width: 85%;
  line-height: 16px;
  margin: 5px 0;
  display: block; }

.member-details {
  position: absolute;
  bottom: 0;
  top: 0;
  background: #000000ad;
  padding: 0 10px 0  15px;
  color: #fff;
  left: 2px;
  box-sizing: border-box;
  right: 2px;
  width: 98%;
  display: none; }
  .member-details .member_name {
    text-transform: uppercase;
    font-size: 12px;
    word-break: break-word; }
  .member-details .designation {
    font-weight: 400; }

.team-close {
  position: absolute;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 16px;
  z-index: 10000; }
  @media (min-width: 768px) {
    .team-close {
      bottom: 7px;
      right: 10px;
      font-size: 14px; } }
  @media (min-width: 1280px) {
    .team-close {
      display: none; } }

.btn-viewpos {
  color: #333; }
  .btn-viewpos:hover {
    color: #fff; }

.video-player {
  padding: 30px 0;
  background: #f4f4f4; }
  @media (min-width: 768px) {
    .video-player {
      padding: 50px 0; } }
  @media (min-width: 992px) {
    .video-player {
      padding: 70px 0; } }
  @media (min-width: 1280px) {
    .video-player {
      padding: 90px 0; } }
  .video-player .content {
    height: 161px;
    background-size: cover;
    background: url("../images/career-video-mobile.png") no-repeat 0 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 768px) {
      .video-player .content {
        height: 360px;
        background: url("../images/career-video-tab.png") no-repeat 0 0;
        background-size: cover; } }
    @media (min-width: 1280px) {
      .video-player .content {
        height: 570px;
        background: url("../images/career-video-desktop.png") no-repeat 0 0;
        background-size: cover; } }

.open-positions {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .open-positions {
      padding: 50px 0; } }
  @media (min-width: 992px) {
    .open-positions {
      padding: 70px 0; } }
  @media (min-width: 1280px) {
    .open-positions {
      padding: 90px 0; } }

@media (max-width: 767px) {
  .dropdown-menu {
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 290px;
    position: relative;
    margin: 0 auto 30px;
    background: #fff; }
    .dropdown-menu:after {
      content: "";
      position: absolute;
      right: 15px;
      top: 17px;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #666;
      transition: all 0.1s ease-in-out; }
    .dropdown-menu.open:after {
      transform: rotate(180deg);
      transition: all 0.1s ease-in-out; } }

.dropdown-menu .current {
  display: block;
  padding: 10px;
  text-transform: capitalize;
  font-size: 16px; }
  @media (min-width: 768px) {
    .dropdown-menu .current {
      display: none; } }

.dropdown-menu.stick {
  position: fixed;
  top: 59px;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0); }

.positions {
  list-style-type: none;
  margin: 0 0 40px 0;
  padding: 0;
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  width: 290px;
  left: -1px;
  z-index: 10; }
  @media (min-width: 768px) {
    .positions {
      display: block;
      position: static;
      width: auto;
      border: 0; } }
  .positions li {
    display: block;
    border-bottom: 1px solid #ccc; }
    @media (min-width: 768px) {
      .positions li {
        display: inline-block;
        border: 0; } }
  .positions .btn-pos {
    display: block;
    padding: 6px 10px;
    font-size: 14px;
    cursor: pointer; }
    @media (min-width: 768px) {
      .positions .btn-pos {
        padding: 10px 20px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 400; } }
    @media (min-width: 768px) {
      .positions .btn-pos.active {
        border-bottom: 5px solid #F9AC00; } }

.position-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .position-list li.pos-all {
    background: #f4f4f4;
    margin-bottom: 10px;
    position: relative;
    display: none; }
    .position-list li.pos-all .head {
      cursor: pointer;
      padding: 20px 35px 20px 20px; }
    .position-list li.pos-all .details {
      display: none;
      overflow: hidden;
      margin-top: 10px;
      padding: 10px 35px 10px 20px; }
    .position-list li.pos-all.show {
      display: block; }
    .position-list li.pos-all:after {
      content: "";
      position: absolute;
      right: 15px;
      top: 21px;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #ff1248;
      transition: all 0.3s ease-in-out; }
      @media (min-width: 768px) {
        .position-list li.pos-all:after {
          right: 25px;
          top: 25px;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-top: 8px solid #ff1248; } }
    .position-list li.pos-all.open:after {
      transform: rotate(180deg);
      transition: all 0.3s ease-in-out; }
    .position-list li.pos-all.open .details {
      display: block; }
  .position-list h4 {
    font-size: 13px;
    margin: 0 20px 0px 0;
    font-weight: 400; }
    @media (min-width: 768px) {
      .position-list h4 {
        font-size: 18px; } }
  .position-list h5 {
    font-size: 14px;
    margin: 20px 0;
    font-weight: 500; }
    .position-list h5:first-child {
      margin-top: 0; }
    @media (min-width: 768px) {
      .position-list h5 {
        font-size: 16px; } }
  .position-list .overview {
    font-size: 14px; }
  .position-list .btn {
    margin: 10px 0; }
  .position-list .job-details {
    margin-left: 20px; }
    .position-list .job-details li {
      position: relative;
      font-size: 14px; }
      .position-list .job-details li:before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        display: block;
        position: absolute;
        background: #1e2026;
        left: -17px;
        top: 9px; }
    .position-list .job-details ul {
      margin-left: 30px; }

.pos-banners {
  margin-bottom: 50px; }
  .pos-banners .pos-banner {
    display: none;
    background: #ff1248; }
    .pos-banners .pos-banner.active {
      display: block; }
  .pos-banners .content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px; }
    @media (min-width: 768px) {
      .pos-banners .content {
        height: 185px; } }
    @media (min-width: 1280px) {
      .pos-banners .content {
        height: 180px; } }
    .pos-banners .content .txt {
      color: #fff;
      font-size: 16px;
      margin: 0 30px;
      line-height: 26px; }
      @media (min-width: 768px) {
        .pos-banners .content .txt {
          line-height: 26px;
          margin: 0 40px;
          font-weight: 200;
          font-size: 21px; } }
      @media (min-width: 1280px) {
        .pos-banners .content .txt {
          line-height: 34px;
          margin: 0 70px;
          font-size: 25px; } }
  .pos-banners .media-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 225px; }
    @media (min-width: 768px) {
      .pos-banners .media-content {
        height: 265px; } }
    @media (min-width: 1280px) {
      .pos-banners .media-content {
        height: 380px; } }

.pos-banner.banner-technology .media-content {
  background: url("../images/careers/technology.jpg") no-repeat 0 0;
  background-size: cover; }

.pos-banner.banner-operations .media-content {
  background: url("../images/careers/operations.jpg") no-repeat 0 0;
  background-size: cover; }

.pos-banner.banner-supply .media-content {
  background: url("../images/careers/supply.jpg") no-repeat 0 0;
  background-size: cover; }

.pos-banner.banner-sales .media-content {
  background: url("../images/careers/sales.jpg") no-repeat 0 0;
  background-size: cover; }

.photogallery {
  padding: 0px 0 20px; }
  @media (min-width: 768px) {
    .photogallery {
      padding: 0px 0 30px; } }
  @media (min-width: 768px) {
    .photogallery {
      padding: 0px 0 50px; } }
  .photogallery .container {
    position: relative; }
  .photogallery .row {
    margin-left: -7px;
    margin-right: -7px; }
  .photogallery .col-sm-1,
  .photogallery .col-sm-2,
  .photogallery .col-sm-3,
  .photogallery .col-sm-4,
  .photogallery .col-sm-5,
  .photogallery .col-sm-6,
  .photogallery .col-sm-7,
  .photogallery .col-sm-8,
  .photogallery .col-sm-9,
  .photogallery .col-sm-10,
  .photogallery .col-sm-11,
  .photogallery .col-sm-12 {
    padding-left: 7px;
    padding-right: 7px; }
  @media (max-width: 767px) {
    .photogallery figure {
      margin-bottom: 10px;
      display: block;
      text-align: center;
      width: 290px;
      height: 227px;
      overflow: hidden;
      margin: 0px auto 20px; }
      .photogallery figure img {
        width: 100%; } }
  @media (min-width: 768px) {
    .photogallery .two,
    .photogallery .five {
      height: 181px; }
      .photogallery .two img,
      .photogallery .five img {
        height: 181px; } }
  @media (min-width: 992px) {
    .photogallery .two,
    .photogallery .five {
      height: 238px; }
      .photogallery .two img,
      .photogallery .five img {
        height: 238px; } }
  @media (min-width: 1280px) {
    .photogallery .two,
    .photogallery .five {
      height: 292px; }
      .photogallery .two img,
      .photogallery .five img {
        height: 292px; } }
  @media (min-width: 768px) {
    .photogallery .three {
      height: 379px; }
      .photogallery .three img {
        height: 379px; } }
  @media (min-width: 992px) {
    .photogallery .three {
      height: 493px; }
      .photogallery .three img {
        height: 493px; } }
  @media (min-width: 1280px) {
    .photogallery .three {
      height: 597px; }
      .photogallery .three img {
        height: 597px; } }
  .photogallery .sep {
    position: relative; }
    @media (min-width: 768px) {
      .photogallery .sep:after {
        content: "";
        display: block;
        border: 7px solid #fff;
        height: 101%;
        bottom: 0;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        position: absolute; } }
  @media (min-width: 768px) {
    .photogallery img {
      width: 100%;
      height: 100%; } }
  @media (min-width: 768px) {
    .photogallery .row {
      margin-bottom: 17px; } }
  .photogallery .video-play {
    position: relative; }
    .photogallery .video-play .btn-play {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .photogallery .social {
    display: block;
    margin: 13px 0 0 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    background: rgba(14, 45, 66, 0.75);
    right: 15px;
    width: 65px;
    border-radius: 5px;
    top: 50%;
    z-index: 5;
    padding: 10px;
    transform: translateY(-80%); }
    @media (min-width: 768px) {
      .photogallery .social {
        border-radius: 5px 0 0 5px; } }
    .photogallery .social li {
      margin-bottom: 10px; }
      .photogallery .social li:last-child {
        margin-bottom: 0; }
      @media (min-width: 768px) {
        .photogallery .social li {
          margin-bottom: 3px; } }
    .photogallery .social .fa {
      color: #fff;
      font-size: 30px; }
  .photogallery figcaption {
    position: absolute;
    bottom: 0;
    background: #000000ad;
    opacity: 0.8;
    color: #fff;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px; }

.careers .section2 .btn-sub {
  margin: 30px 0; }

.careers .section5 {
  background: #f4f4f4;
  padding: 50px 0 0 0; }
  @media (min-width: 768px) {
    .careers .section5 {
      padding: 50px 0 0; } }
  @media (min-width: 1280px) {
    .careers .section5 {
      padding: 90px 0 40px; } }

.careers .thumbnail {
  width: 72%;
  margin: 0 auto 50px;
  text-align: center; }
  .careers .thumbnail figure {
    width: 35%;
    margin: 0 auto 30px;
    display: block; }
    @media (min-width: 768px) {
      .careers .thumbnail figure {
        width: 40%; } }
    @media (min-width: 992px) {
      .careers .thumbnail figure {
        width: 35%; } }
  .careers .thumbnail img {
    max-width: 100%; }
  .careers .thumbnail p {
    line-height: 20px; }

.pad {
  padding-top: 100px; }
  @media (min-width: 768px) {
    .pad {
      padding-top: 0px; } }

.send-enquiry {
  margin-top: 20px;
  padding: 10px;
  background: #d6d6d6; }

.hide-mobile {
  display: none; }
  @media (min-width: 768px) {
    .hide-mobile {
      display: block; } }

.terms .terms-conditions {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .terms .terms-conditions {
      padding: 50px 0; } }
  @media (min-width: 992px) {
    .terms .terms-conditions {
      padding: 70px 0; } }
  @media (min-width: 1280px) {
    .terms .terms-conditions {
      padding: 90px 0; } }

@media (min-width: 768px) {
  .terms .txt-content {
    width: 650px;
    margin: 0 auto; } }
