@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900,400italic,700italic,900italic');
.center {
  margin: auto;
  position: relative;
  width: 940px;
}
/**
 * This mixin adds height and min-height declarations to provide
 * a cross-browser min-height setting.
 *
 * First the height is set to auto which is marked as important
 * for normal browsers.
 * Then the min-height setting is applied using the given height
 * and after that the height will be set using the given height.
 * This setting, however, will only take effect in browsers without
 * appropriate min-height and !important support (IE..) because of
 * the first rule (auto).
 */
/**
 * Defines a somehow cross-browser inline-block
 * layout for an element.
 */
/**
 * Compatibility mixin for fontawesome
 */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/sites/all/themes/seatrade/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0);
  src: url(/sites/all/themes/seatrade/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'), url(/sites/all/themes/seatrade/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'), url(/sites/all/themes/seatrade/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'), url(/sites/all/themes/seatrade/font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.cke_editable {
  line-height: normal;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body #top {
    margin-left: 0px !important;
    padding-left: 0 !important;
  }
  body #left {
    display: none;
  }
  body #container {
    margin: 0 0 0 0 !important;
  }
  body #container .breadcrumb {
    margin-left: 10px !important;
  }
  body #container header {
    margin-left: 0px !important;
    min-width: 1128px;
  }
  body #container #middle {
    margin-left: 0px !important;
  }
  body #container #middle .breadcrumb {
    margin-left: 10px !important;
  }
  body #container #middle #content {
    margin-left: 10px !important;
    width: 800px;
  }
  body #container #middle #content .block-team-contact .content ul li .views-field-field-telephone a {
    color: #ffffff;
  }
  body #container #content {
    margin-left: 10px !important;
    width: 830px;
  }
  body #container #right .block-images .content {
    margin: 24px 0 0 10px !important;
    padding: 0;
  }
  body #container #right .block-contact .content .views-field-field-telephone .field-content {
    color: #ffffff;
  }
  body #container #right .block-contact .content .views-field-field-telephone .field-content a {
    color: #ffffff;
  }
  body #bottom {
    min-width: 1128px;
  }
  body #footer {
    min-width: 1088px;
  }
  .node-7 #container #content {
    width: 940px !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #top {
    margin-left: 0px !important;
    padding-left: 0 !important;
  }
  #left {
    display: none;
  }
  #container {
    margin: 0 0 0 0 !important;
  }
  #container header {
    margin-left: 0px !important;
    min-width: 1128px;
  }
  #container #middle {
    margin-left: 0px !important;
  }
  #container #middle .breadcrumb {
    margin-left: 10px !important;
  }
  #container #middle #content {
    margin-left: 10px !important;
    width: 830px;
  }
  #container #middle #content .block-team-contact .content ul li .views-field-field-telephone a {
    color: #ffffff;
  }
  #container #middle #right .block-images .content {
    margin: 24px 0 0 10px !important;
    padding: 0;
  }
  #container #middle #right .block-contact .content .views-field-field-telephone .field-content {
    color: #ffffff;
  }
  #container #middle #right .block-contact .content .views-field-field-telephone .field-content a {
    color: #ffffff;
  }
  #bottom {
    min-width: 1128px;
  }
  #footer {
    min-width: 1088px;
  }
  .node-7 #container #content {
    width: 940px !important;
  }
}
/** IPad portrait **/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #bottom-nav {
    display: none;
  }
}
/** IPad retina portrait **/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #accordion li {
    width: 100% !important;
  }
}
html {
  overflow-y: scroll;
}
body {
  color: #454545;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  margin: 0px;
  background: #325095;
}
body a {
  color: #3e8ced;
  text-decoration: none;
}
body h1 {
  color: #325095;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
body h2 {
  color: #325095;
  font-size: 17px;
  font-weight: normal;
}
body h3 {
  font-size: 13px;
  font-weight: normal;
}
body .content a {
  color: #df9321;
}
body .content h2 a {
  color: #325095;
  font-weight: bold;
}
body .region-content {
  margin-top: 30px;
}
body.toolbar-drawer #top-container {
  top: 65px;
}
body form input[type=text],
body form input[type=email],
body form input[type=password] {
  background: #f7f7f7;
  border: 1px solid #d6d6d6;
  outline: none;
  padding-left: 8px;
}
ul.tabs {
  position: absolute;
  z-index: 200;
}
/** Tablet portrait frontpage **/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #accordion li {
    height: 284px;
  }
  #accordion li div {
    height: 284px;
  }
  #accordion li div .link {
    left: 0px;
    bottom: 100px !important;
  }
}
#left {
  background: url(/sites/all/themes/seatrade/images/logo_left.png) no-repeat 0 213px;
  height: 100%;
  position: absolute;
  top: 32px;
  width: 161px;
}
.not-front #left {
  top: 32px;
}
#top-container {
  -webkit-overflow-scrolling: touch;
  border: 0;
  height: 77px;
  overflow: hidden;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 50;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.18);
}
#top {
  height: 77px;
  margin: auto;
  padding-left: 161px;
  position: relative;
  width: 960px;
}
#top #logo {
  background: url(/sites/all/themes/seatrade/images/logo.png) no-repeat;
  display: block;
  float: left;
  height: 34px;
  margin: 23px 0;
  width: 265px;
}
#top .block-menu-block {
  float: left;
  margin-top: 30px;
  width: 695px;
  z-index: 2;
}
#top .block-menu-block .content ul {
  margin: 0px;
  padding: 0px;
}
#top .block-menu-block .content ul li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  list-style: none;
  margin-left: 3px;
  margin: 0;
  padding: 0px;
}
#top .block-menu-block .content ul li a {
  color: #325095;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 6px;
  text-decoration: none;
  text-transform: uppercase;
}
#top .block-menu-block .content ul li a:hover {
  color: #3e8ced;
}
#top .block-menu-block .content ul li.active-trail a {
  background-color: #f9a23b;
  color: #ffffff;
}
.region-top .block-menu-block .content ul ul {
  display: none;
}
.no-sidebar-right #container #middle #content {
  border-right: 0px;
}
#container {
  margin: auto;
  width: 1121px;
  background: #ffffff;
}
#container #top-container {
  background: #ffffff;
  height: 77px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 50;
}
#container header {
  background-size: cover !important;
  height: 266px;
  margin: 77px 0 0 161px;
  position: relative;
}
#container header .overlay {
  background: url(/sites/all/themes/seatrade/images/header_overlay.png) no-repeat 713px 0;
  bottom: -1px;
  height: 15px;
  left: 0px;
  position: absolute;
  width: 100%;
  z-index: 10;
}
#container header .socialmedia-block {
  bottom: 35px;
  left: 820px;
  position: absolute;
  z-index: 20;
}
#container header .socialmedia-block a {
  color: #818f90;
  opacity: 0.8;
}
#container header .socialmedia-block a:hover {
  color: #ffffff;
  opacity: 1.0;
}
#container #middle {
  *zoom: 1;
  margin-left: 161px;
  position: relative;
}
#container #middle:before,
#container #middle:after {
  display: table;
  content: "";
  line-height: 0;
}
#container #middle:after {
  clear: both;
}
#container #middle .breadcrumb {
  border-bottom: 1px solid #d6d6d6;
  color: #787878;
  font-size: 10px;
  font-weight: bold;
  height: 39px;
  line-height: 39px;
  padding: 0px;
  text-transform: uppercase;
}
#container #middle .breadcrumb a {
  color: #787878;
}
#container #middle .breadcrumb a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin: 0 10px;
  text-decoration: none;
}
#container #content {
  border-right: 1px solid #d6d6d6;
  float: left;
  margin: 0 0 0 8px;
  padding-right: 10px;
  width: 686px;
}
#container #content .content {
  line-height: 22px;
}
#container #right {
  float: right;
  width: 247px;
}
#container #right .block {
  margin-bottom: 20px;
}
#container #right .block .content ul {
  margin: 0;
  padding: 0;
}
#container #right .block .content ul li {
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#container #right .block .content ul li .menu {
  display: none;
}
#container #right .block .content ul li.expanded {
  position: relative;
}
#container #right .block .content ul li.expanded a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
}
#container #right .block .content ul li.active-trail.expanded {
  position: relative;
}
#container #right .block .content ul li.active-trail.expanded a:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
}
#container #right .block .content ul li.active-trail.expanded .menu {
  margin-left: 10px;
  display: block;
}
#container #right .block .content ul li.active-trail.expanded .menu a {
  font-weight: normal;
  width: 214px;
}
#container #right .block .content ul li.active-trail.expanded .menu a:after {
  content: "";
}
#container #right .block .content ul li.active-trail.expanded .menu a:before {
  content: "- ";
  font-family: FontAwesome;
}
#container #right .block .content ul li.active-trail.expanded .menu a.active-trail {
  background: none;
  color: #3e8ced;
  font-weight: bold;
  text-decoration: underline;
}
#container #right .block .content ul li a {
  border-bottom: 1px solid #d6d6d6;
  color: #515151;
  display: block;
  font-weight: bold;
  line-height: 29px;
  min-height: 29px;
  padding-left: 5px;
  text-decoration: none;
  text-transform: uppercase;
  width: 241px;
}
#container #right .block .content ul li a.active-trail {
  background: #f3f8fb;
}
#container #right .block .content ul li a:hover {
  background: #f3f8fb;
}
#container #right #block-menu-menu-archive-right-menu {
  border-left: 0;
}
#container #right #block-views-downloads-block h2 {
  border-bottom: 1px solid #d6d6d6;
  font-weight: bold;
  margin: 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}
#container #right #block-views-downloads-block .content {
  margin-left: 0;
}
#container #right #block-views-downloads-block .content ul {
  margin: 0;
  padding: 0;
}
#container #right #block-views-downloads-block .content ul li {
  border-bottom: 1px solid #d6d6d6;
  display: block;
  font-size: 12px;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#container #right #block-views-downloads-block .content ul li .file {
  position: relative;
}
#container #right #block-views-downloads-block .content ul li .file img {
  position: absolute;
  top: 7px;
}
#container #right #block-views-downloads-block .content ul li .file a {
  border-bottom: 0;
  color: #515151;
  font-weight: bold;
  line-height: 30px;
  margin-left: 23px;
  text-transform: uppercase;
}
#container #right #block-views-downloads-block .content ul li .file a:hover {
  width: 219px;
}
#container #right .block-images .content {
  margin: 24px 0 0 0px !important;
  padding: 0;
}
#container #right .block-images .content .views-field-field-images .field-image-content {
  background: url(/sites/all/themes/seatrade/images/block-image-bg.png) no-repeat;
  height: 156px;
  margin: 0 0 20px 0 !important;
  padding: 0;
  width: 232px;
}
#container #right .block-images .content .views-field-field-images .field-image-content img {
  margin: 13px;
  width: 208px !important;
  height: auto !important;
}
#bottom {
  *zoom: 1;
  background: #325095 url(/sites/all/themes/seatrade/images/bg_bottom.png) no-repeat right 90%;
  border-top: 3px solid #f9a23b;
  margin-top: 0px;
  padding: 30px 0;
}
#bottom:before,
#bottom:after {
  display: table;
  content: "";
  line-height: 0;
}
#bottom:after {
  clear: both;
}
#bottom .region-bottom {
  margin: auto;
  width: 960px;
}
#bottom .region-bottom h2 {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 30px;
  text-transform: uppercase;
}
#bottom .region-bottom h2 a {
  color: #ffffff;
}
#bottom .region-bottom .block-menu-block {
  border-right: 1px solid #253b6c;
  float: left;
  padding: 0 20px;
}
#bottom .region-bottom .block-menu-block .content ul {
  margin: 0px;
  padding: 0px;
}
#bottom .region-bottom .block-menu-block .content ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#bottom .region-bottom .block-menu-block .content ul li a {
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
  text-decoration: none;
}
#footer {
  *zoom: 1;
  background: #325095;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  position: relative;
  margin-top: -1px;
}
#footer:before,
#footer:after {
  display: table;
  content: "";
  line-height: 0;
}
#footer:after {
  clear: both;
}
#footer #block-menu-menu-footer-links {
  margin: auto;
  width: 960px;
}
#footer #block-menu-menu-footer-links .content ul {
  margin: 0px;
  padding: 0px;
}
#footer #block-menu-menu-footer-links .content ul li {
  background: url(/sites/all/themes/seatrade/images/bg_footer_menu_seperator.png) no-repeat right center;
  float: left;
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0 10px 0 0;
}
#footer #block-menu-menu-footer-links .content ul li.first {
  margin: 0px;
}
#footer #block-menu-menu-footer-links .content ul li a {
  color: #7c95ce;
  font-size: 12px;
  text-decoration: none;
}
#footer #block-menu-menu-footer-links .content ul li.last {
  background: none;
}
#footer #block-st-footer-socialmedia-bar {
  background: #f9a23b;
  bottom: 0;
  color: #325095;
  float: right;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  margin-right: 0px;
  position: absolute;
  right: 0;
  width: 300px;
}
#footer #block-st-footer-socialmedia-bar .content ul {
  margin: 10px 0 0 0;
  padding: 0px;
}
#footer #block-st-footer-socialmedia-bar .content ul li {
  float: left;
  height: 15px;
  line-height: 15px;
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0 10px 0 0;
}
#footer #block-st-footer-socialmedia-bar .content ul li.first {
  border-right: 1px solid #325095;
}
#footer #block-st-footer-socialmedia-bar .content ul li a {
  color: #325095;
  margin-left: 5px;
}
.header {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background: url(/sites/all/themes/seatrade/images/bg_top_block.png) repeat;
  color: #325095;
  font-size: 30px;
  height: 98px;
  overflow: hidden;
  padding-right: 30px;
  padding: 0 10px;
  position: absolute;
  top: -98px;
  z-index: 10;
}
.header a {
  font-family: 'Nunito', sans-serif;
  color: #325095;
  display: block;
  height: 78px;
  opacity: 1;
  padding: 10px 30px 10px 10px;
  text-decoration: none;
  width: 430px;
}
.header a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 50px;
  padding-right: 5px;
  position: absolute;
  right: 0px;
  top: 35px;
  z-index: 10;
}
.header .line1 {
  top: 0px;
  padding-top: 12px;
  height: 30px;
}
.header .line2 a:after {
  display: none;
}
.header .line1,
.header .line2 {
  z-index: 10;
  padding-left: 8px;
}
.header .line1.line-center,
.header .line2.line-center {
  line-height: 80px;
}
.header .line1.line-center a:after,
.header .line2.line-center a:after {
  top: 15px !important;
}
#block-views-team-block .content .view-content ul {
  *zoom: 1;
  margin: 0px;
  padding: 0px;
}
#block-views-team-block .content .view-content ul:before,
#block-views-team-block .content .view-content ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#block-views-team-block .content .view-content ul:after {
  clear: both;
}
#block-views-team-block .content .view-content ul li {
  float: left;
  height: 210px;
  list-style: none;
  margin: 0 13px 0 0;
  padding: 0;
  width: 215px;
}
#block-views-team-block .content .view-content ul li a {
  color: #2e2e2e !important;
  text-decoration: none;
}
#block-views-team-block .content .view-content ul li h3 {
  margin: 0;
  padding: 5px 0 0 0;
}
#block-views-team-block .content .view-content ul li img {
  width: 188px;
  height: 125px;
  border-bottom: 5px solid #f9a23b;
}
#block-views-team-block .content .view-content ul li:hover a {
  color: #325095 !important;
}
#block-views-team-block .content .view-content ul li:hover img {
  border-bottom: 5px solid #325095;
}
#block-views-vacancies-block .content .view-content ul {
  margin: 0 0 30px 0;
  padding: 0;
}
#block-views-vacancies-block .content .view-content ul li {
  border-bottom: 1px solid #d6d6d6;
  list-style: none;
  margin: 35px 0 0 0;
  padding: 0 0 35px 0;
}
#block-views-vacancies-block .content .view-content ul li.views-row-first {
  border-top: 1px solid #d6d6d6;
  margin: 0px;
  padding: 35px 0 25px 0;
}
#block-views-vacancies-block .content .view-content ul li h2 {
  margin: 0;
}
#block-views-vacancies-block .content .view-content ul li h2 a {
  color: #325095;
}
#block-views-vacancies-block .content .view-content ul li .views-field-field-region {
  *zoom: 1;
  color: #325095;
  text-transform: uppercase;
}
#block-views-vacancies-block .content .view-content ul li .views-field-field-region:before,
#block-views-vacancies-block .content .view-content ul li .views-field-field-region:after {
  display: table;
  content: "";
  line-height: 0;
}
#block-views-vacancies-block .content .view-content ul li .views-field-field-region:after {
  clear: both;
}
#block-views-vacancies-block .content .view-content ul li .views-field-field-region .views-label {
  float: left;
  margin-right: 5px;
}
#block-views-vacancies-block .content .view-content ul li .views-field-field-region .field-content {
  float: left;
}
#block-views-vacancies-block .content .view-content ul li .views-field-field-period {
  color: #325095;
}
#block-views-vacancies-block .content .view-content ul li .views-field-body {
  position: relative;
}
#block-views-vacancies-block .content .view-content ul li .views-field-body .views-more-link {
  background: url(/sites/all/themes/seatrade/images/bg_read_more_vacancies.png) no-repeat;
  color: #ffffff;
  display: block;
  height: 23px;
  line-height: 23px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 61px;
  width: 120px;
}
.node-type-team #content {
  min-height: 400px;
  position: relative;
}
.node-type-team .content .field-name-field-picture {
  float: left;
}
.node-type-team .content .field-name-field-picture img {
  width: 372px;
  height: 272px;
}
.node-type-team .content .field-name-body {
  float: right;
  margin-left: 19px;
  min-height: 300px;
  width: 295px;
}
.node-type-team .content .field-name-body p {
  margin: 0;
  padding: 0;
}
.block-team-contact {
  position: absolute;
  top: 355px;
}
.block-team-contact .content ul {
  margin: 0;
  padding: 0;
}
.block-team-contact .content ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-team-contact .content ul li .views-field-field-telephone {
  background: url(/sites/all/themes/seatrade/images/bg_contact_phone.png) no-repeat right;
  color: #ffffff;
  float: left;
  font-weight: bold;
  height: 49px;
  line-height: 20px;
  padding-left: 10px;
  text-transform: uppercase;
  width: 198px;
}
.block-team-contact .content ul li .views-field-field-telephone .views-label {
  color: #91611a;
  font-size: 11px;
  padding-left: 10px;
}
.block-team-contact .content ul li .views-field-field-telephone .field-content {
  color: #ffffff;
  font-size: 15px;
  padding-left: 10px;
}
.block-team-contact .content ul li .views-field-field-contact-e-mail {
  float: left;
}
.block-team-contact .content ul li .views-field-field-contact-e-mail a {
  background: url(/sites/all/themes/seatrade/images/bg_contact_email.png) no-repeat;
  color: #ffffff;
  display: block;
  height: 49px;
  line-height: 49px;
  text-align: center;
  text-transform: uppercase;
  width: 164px;
}
.node-6 #content {
  *zoom: 1;
  margin-bottom: 40px !important;
  width: 947px !important;
}
.node-6 #content:before,
.node-6 #content:after {
  display: table;
  content: "";
  line-height: 0;
}
.node-6 #content:after {
  clear: both;
}
#block-views-news-block,
#block-views-movies-block,
#block-views-simply-seatrade-block {
  border-bottom: 1px solid #d6d6d6;
  height: 406px;
  position: relative;
}
#block-views-news-block h2,
#block-views-movies-block h2,
#block-views-simply-seatrade-block h2 {
  border-bottom: 1px solid #d6d6d6;
  font-weight: bold;
  margin: 0;
  padding-bottom: 10px;
}
#block-views-news-block h2.field-content,
#block-views-movies-block h2.field-content,
#block-views-simply-seatrade-block h2.field-content {
  border: 0;
  margin-bottom: 10px;
  padding: 0;
}
#block-views-news-block h2 a,
#block-views-movies-block h2 a,
#block-views-simply-seatrade-block h2 a {
  color: #325095;
}
#block-views-news-block .content,
#block-views-movies-block .content,
#block-views-simply-seatrade-block .content {
  margin-top: 20px;
}
#block-views-news-block .view-footer,
#block-views-movies-block .view-footer,
#block-views-simply-seatrade-block .view-footer {
  background: url(/sites/all/themes/seatrade/images/bg_read_more_news.png) no-repeat;
  bottom: 0px;
  display: block;
  font-size: 13px;
  height: 23px;
  line-height: 23px;
  position: absolute;
  right: 0px;
  text-align: center;
  width: 148px;
}
#block-views-news-block .view-footer a,
#block-views-movies-block .view-footer a,
#block-views-simply-seatrade-block .view-footer a {
  color: #ffffff;
}
#block-views-news-block .view-footer p,
#block-views-movies-block .view-footer p,
#block-views-simply-seatrade-block .view-footer p {
  margin: 0;
  padding: 0;
}
#block-views-news-block,
#block-views-movies-block {
  float: left;
  width: 353px;
}
#block-views-news-block .content .views-field-created,
#block-views-movies-block .content .views-field-created {
  color: #f9a23b;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
#block-views-news-block .content a.views-more-link,
#block-views-movies-block .content a.views-more-link {
  color: #3e8ced;
  font-size: 14px;
  text-decoration: underline;
}
body.path-news #content {
  *zoom: 1;
  margin-bottom: 40px !important;
  width: 947px !important;
}
body.path-news #content:before,
body.path-news #content:after {
  display: table;
  content: "";
  line-height: 0;
}
body.path-news #content:after {
  clear: both;
}
#block-views-movies-block {
  margin-left: 15px;
}
#block-views-movies-block .content .views-field-view-node {
  left: 140px;
  position: absolute;
  top: 90px;
  z-index: 10;
}
#block-views-movies-block .content .views-field-view-node a {
  background: url(/sites/all/themes/seatrade/images/btn_play.png) no-repeat;
  display: block;
  height: 52px;
  text-indent: -9999px;
  width: 51px;
}
#block-views-simply-seatrade-block {
  float: left;
  margin-left: 15px;
  width: 181px;
}
#block-views-simply-seatrade-block .content .views-field-field-date {
  *zoom: 1;
  color: #f9a23b;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
#block-views-simply-seatrade-block .content .views-field-field-date:before,
#block-views-simply-seatrade-block .content .views-field-field-date:after {
  display: table;
  content: "";
  line-height: 0;
}
#block-views-simply-seatrade-block .content .views-field-field-date:after {
  clear: both;
}
#block-views-simply-seatrade-block .content .views-field-field-date .views-label {
  float: left;
}
#block-views-simply-seatrade-block .content .views-field-field-date .field-content {
  float: left;
  margin-left: 5px;
}
.view-news-archive ul,
.view-movie-archive ul,
.view-simply-archive ul {
  margin: 0;
  padding: 0;
}
.view-news-archive ul li,
.view-movie-archive ul li,
.view-simply-archive ul li {
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 696px;
}
.view-news-archive ul li:hover,
.view-movie-archive ul li:hover,
.view-simply-archive ul li:hover {
  background: #faf7f8;
}
.view-news-archive .views-field-created,
.view-movie-archive .views-field-created {
  color: #f9a23b;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.view-simply-archive .views-field-field-date {
  *zoom: 1;
  color: #f9a23b;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.view-simply-archive .views-field-field-date:before,
.view-simply-archive .views-field-field-date:after {
  display: table;
  content: "";
  line-height: 0;
}
.view-simply-archive .views-field-field-date:after {
  clear: both;
}
.view-simply-archive .views-field-field-date .views-label {
  float: left;
}
.view-simply-archive .views-field-field-date .field-content {
  float: left;
  margin-left: 5px;
}
.page-simply header,
.page-movies header,
.page-news header {
  background: url(/sites/all/themes/seatrade/images/default_header.png) no-repeat;
}
.page-simply #right .block-menu-block,
.page-movies #right .block-menu-block,
.page-news #right .block-menu-block,
.page-simply #right .block-menu,
.page-movies #right .block-menu,
.page-news #right .block-menu {
  margin-top: 30px;
}
#block-st-housekeeping-return-link {
  border-bottom: 1px solid #d6d6d6;
  border-left: 0 !important;
  padding: 10px 0 10px 0;
}
#block-st-housekeeping-return-link .content a {
  padding-left: 15px;
  background: url(/sites/all/themes/seatrade/images/double_arrow_left.png) no-repeat left center;
  color: #3e8ced;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}
.node-type-news #right #block-views-downloads-block,
.node-type-movie #right #block-views-downloads-block,
.node-type-simply-seatrade #right #block-views-downloads-block,
.node-type-simply-seatrade #right #block-views-downloads-block {
  margin-top: 20px;
}
.node-type-news #content,
.node-type-movie #content,
.node-type-simply-seatrade #content,
.node-type-simply-seatrade #content {
  margin-right: 0 !important;
}
.node-type-news .content .node-news h2,
.node-type-movie .content .node-news h2,
.node-type-simply-seatrade .content .node-news h2,
.node-type-simply-seatrade .content .node-news h2,
.node-type-news .content .node-movie h2,
.node-type-movie .content .node-movie h2,
.node-type-simply-seatrade .content .node-movie h2,
.node-type-simply-seatrade .content .node-movie h2 {
  float: left;
  margin: 0 0 0px 20px;
  width: 520px;
}
.node-type-news .content .node-news .created,
.node-type-movie .content .node-news .created,
.node-type-simply-seatrade .content .node-news .created,
.node-type-simply-seatrade .content .node-news .created,
.node-type-news .content .node-movie .created,
.node-type-movie .content .node-movie .created,
.node-type-simply-seatrade .content .node-movie .created,
.node-type-simply-seatrade .content .node-movie .created {
  color: #f9a23b;
  float: left;
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 20px 20px;
  text-transform: uppercase;
}
.node-type-news .content .node-news .field-name-body,
.node-type-movie .content .node-news .field-name-body,
.node-type-simply-seatrade .content .node-news .field-name-body,
.node-type-simply-seatrade .content .node-news .field-name-body,
.node-type-news .content .node-movie .field-name-body,
.node-type-movie .content .node-movie .field-name-body,
.node-type-simply-seatrade .content .node-movie .field-name-body,
.node-type-simply-seatrade .content .node-movie .field-name-body {
  float: left;
  margin-left: 20px;
  width: 520px;
}
.node-type-news .content .node-news .field-name-body p,
.node-type-movie .content .node-news .field-name-body p,
.node-type-simply-seatrade .content .node-news .field-name-body p,
.node-type-simply-seatrade .content .node-news .field-name-body p,
.node-type-news .content .node-movie .field-name-body p,
.node-type-movie .content .node-movie .field-name-body p,
.node-type-simply-seatrade .content .node-movie .field-name-body p,
.node-type-simply-seatrade .content .node-movie .field-name-body p {
  margin-top: 0px;
}
.node-type-news .content .node-movie h2,
.node-type-movie .content .node-movie h2,
.node-type-simply-seatrade .content .node-movie h2,
.node-type-simply-seatrade .content .node-movie h2 {
  margin: 0;
}
.node-type-news .content .node-movie .created,
.node-type-movie .content .node-movie .created,
.node-type-simply-seatrade .content .node-movie .created,
.node-type-simply-seatrade .content .node-movie .created {
  float: none;
  margin: 0 0 20px 0;
  padding-top: 25px;
}
.node-type-news .content .node-movie .field-name-body,
.node-type-movie .content .node-movie .field-name-body,
.node-type-simply-seatrade .content .node-movie .field-name-body,
.node-type-simply-seatrade .content .node-movie .field-name-body {
  margin-left: 0;
}
.node-type-news .content .node-simply-seatrade h2,
.node-type-movie .content .node-simply-seatrade h2,
.node-type-simply-seatrade .content .node-simply-seatrade h2,
.node-type-simply-seatrade .content .node-simply-seatrade h2 {
  margin: 0 0 10px 0;
}
.node-type-news .content .node-simply-seatrade .field-name-field-date,
.node-type-movie .content .node-simply-seatrade .field-name-field-date,
.node-type-simply-seatrade .content .node-simply-seatrade .field-name-field-date,
.node-type-simply-seatrade .content .node-simply-seatrade .field-name-field-date {
  color: #f9a23b;
  float: none;
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 20px 0px;
  text-transform: uppercase;
}
.node-type-news .content .node-news .field-name-field-picture,
.node-type-movie .content .node-news .field-name-field-picture,
.node-type-simply-seatrade .content .node-news .field-name-field-picture,
.node-type-simply-seatrade .content .node-news .field-name-field-picture {
  float: left;
}
.node-type-news #block-views-downloads-block,
.node-type-movie #block-views-downloads-block,
.node-type-simply-seatrade #block-views-downloads-block,
.node-type-simply-seatrade #block-views-downloads-block {
  border-left: 0 !important;
}
#node-12 {
  border-top: 0;
}
#block-webform-client-block-12 {
  border-top: 1px solid #d6d6d6;
  margin-top: 45px;
  padding-top: 45px;
}
#block-webform-client-block-12 h2,
#node-12 h2 {
  text-transform: uppercase;
}
#block-webform-client-block-12 form .form-item,
#node-12 form .form-item {
  margin: 0;
  padding: 0;
}
#block-webform-client-block-12 form .form-required,
#node-12 form .form-required {
  color: #454545;
}
#block-webform-client-block-12 form input[type=text],
#node-12 form input[type=text],
#block-webform-client-block-12 form input[type=email],
#node-12 form input[type=email],
#block-webform-client-block-12 form input[type=password],
#node-12 form input[type=password] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  line-height: 35px;
  margin-top: 9px;
  outline: none;
  width: 342px;
}
#block-webform-client-block-12 form input[type=file],
#node-12 form input[type=file] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#block-webform-client-block-12 form select,
#node-12 form select {
  -moz-appearance: none;
  /*Removes default style Firefox*/
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -webkit-border-radius: 0px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f7f7 url(/sites/all/themes/seatrade/images/bg_form_select_arrow.png) no-repeat 93px;
  background: #f7f7f7;
  border: 1px solid #d6d6d6;
  height: 35px;
  padding-left: 8px;
  width: 106px;
}
#block-webform-client-block-12 form select.month,
#node-12 form select.month,
#block-webform-client-block-12 form select.year,
#node-12 form select.year {
  margin-left: 9px;
}
#block-webform-client-block-12 form .webform-component-textarea,
#node-12 form .webform-component-textarea {
  *zoom: 1;
  display: inline-block;
  width: 800px;
}
#block-webform-client-block-12 form .webform-component-textarea:before,
#node-12 form .webform-component-textarea:before,
#block-webform-client-block-12 form .webform-component-textarea:after,
#node-12 form .webform-component-textarea:after {
  display: table;
  content: "";
  line-height: 0;
}
#block-webform-client-block-12 form .webform-component-textarea:after,
#node-12 form .webform-component-textarea:after {
  clear: both;
}
#block-webform-client-block-12 form .webform-component-textarea label,
#node-12 form .webform-component-textarea label {
  float: left;
}
#block-webform-client-block-12 form .webform-component-textarea textarea,
#node-12 form .webform-component-textarea textarea {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f7f7;
  border: 1px solid #d6d6d6;
  float: left;
  width: 342px;
}
#block-webform-client-block-12 form .webform-component.webform-container-inline label,
#node-12 form .webform-component.webform-container-inline label {
  margin-right: 0;
}
#block-webform-client-block-12 form .webform-component label,
#node-12 form .webform-component label {
  color: #454545;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  height: 35px;
  line-height: 35px;
  margin-top: 5px;
  width: 136px;
}
#block-webform-client-block-12 form .form-actions,
#node-12 form .form-actions {
  border-bottom: 1px solid #d6d6d6;
  height: 23px;
  margin-left: 136px;
  width: 342px;
}
#block-webform-client-block-12 form .form-actions input[type=submit],
#node-12 form .form-actions input[type=submit] {
  background: url(/sites/all/themes/seatrade/images/bg_btn_submit.png) no-repeat right;
  border: 0;
  color: #ffffff;
  display: block;
  float: right;
  height: 23px;
  line-height: 23px;
  margin: 0;
  padding: 0;
  width: 128px;
}
.node-7 #container #content {
  width: 940px;
}
.node-7 #container #content h2 {
  font-weight: bold;
  text-transform: uppercase;
}
.node-7 #block-block-11 {
  float: left;
  width: 200px;
}
.node-7 #block-st-route-planner-map {
  float: left;
  height: 259px;
  margin-left: 24px;
  width: 379px;
}
.node-7 #block-st-route-planner-map #map-canvas {
  height: 259px;
  width: 379px;
}
.node-7 #block-st-route-planner-input {
  float: left;
  height: 124px;
  margin-left: 35px;
  width: 302px;
}
.node-7 #block-st-route-planner-input form {
  border-bottom: 1px solid #d6d6d6;
  height: 99px;
}
.node-7 #block-st-route-planner-input form input[type=text] {
  color: #787878;
  font-size: 13px;
  height: 42px;
  width: 302px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 42px;
}
.node-7 #block-st-route-planner-input form input[type=submit] {
  background: url(/sites/all/themes/seatrade/images/bg_btn_submit.png) no-repeat right;
  border: 0;
  color: #ffffff;
  display: block;
  float: right;
  height: 23px;
  line-height: 23px;
  margin: 21px 0 0 0;
  padding: 0;
  width: 128px;
}
.node-type-vacancy h1 {
  margin-bottom: 0px;
}
.node-type-vacancy .region-content {
  margin-top: 3px;
}
.node-type-vacancy .node-vacancy .field-name-field-region {
  *zoom: 1;
  border-right: 1px solid #325095;
  color: #325095;
  float: left;
  font-size: 11px;
  font-weight: bold;
  padding-right: 20px;
  text-transform: uppercase;
}
.node-type-vacancy .node-vacancy .field-name-field-region:before,
.node-type-vacancy .node-vacancy .field-name-field-region:after {
  display: table;
  content: "";
  line-height: 0;
}
.node-type-vacancy .node-vacancy .field-name-field-region:after {
  clear: both;
}
.node-type-vacancy .node-vacancy .field-name-field-region .field-label {
  float: left;
}
.node-type-vacancy .node-vacancy .field-name-field-region .field-items {
  float: left;
}
.node-type-vacancy .node-vacancy .field-name-field-period {
  color: #325095;
  float: left;
  font-size: 11px;
  font-weight: bold;
  margin-left: 20px;
  text-transform: uppercase;
  width: 100px;
}
.node-type-vacancy .node-vacancy .field-name-body {
  padding-top: 20px;
}
#block-views-home-slideshow-block {
  position: absolute;
  z-index: 0;
}
ul.pager {
  margin: 20px 0 0 0;
}
ul.pager li {
  border: none;
  font-size: 13px;
}
ul.pager li a {
  color: #787878;
}
ul.pager li.pager-current {
  color: #325095;
}
.block-contact {
  *zoom: 1;
}
.block-contact:before,
.block-contact:after {
  display: table;
  content: "";
  line-height: 0;
}
.block-contact:after {
  clear: both;
}
.block-contact h2 {
  font-weight: bold;
  text-transform: uppercase;
}
.block-contact .content .views-field-title {
  color: #454545;
  font-size: 15px;
  margin-bottom: 13px;
}
.block-contact .content .views-field-field-telephone {
  background: #f9a23b;
  float: left;
  height: 51px;
  position: relative;
  width: 148px;
}
.block-contact .content .views-field-field-telephone .views-label {
  color: #975e1b;
  font-size: 11px;
  left: 11px;
  position: absolute;
  text-transform: uppercase;
  top: 9px;
}
.block-contact .content .views-field-field-telephone .field-content {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  left: 11px;
  position: absolute;
  top: 28px;
}
.block-contact .content .views-field-field-contact-e-mail {
  float: left;
}
.block-contact .content .views-field-field-contact-e-mail a {
  background: url(/sites/all/themes/seatrade/images/contact-mail.png) no-repeat;
  display: block;
  height: 51px;
  text-indent: -99999px;
  width: 72px;
}
#block-views-all-downloads-block .content a {
  color: #515151;
}
#block-views-all-downloads-block .view-id-all_downloads {
  margin-bottom: 40px;
}
/** History **/
#block-views-history-block .history-list {
  margin: 0px;
  padding: 0px;
  position: relative;
}
#block-views-history-block .history-list:before {
  background: #f9a23b;
  color: #f9a23b;
  content: '.';
  height: 100%;
  left: 32px;
  position: absolute;
  top: 8px;
  width: 2px;
}
#block-views-history-block .history-list li {
  *zoom: 1;
  list-style: none;
  margin: 0 0 20px;
  padding: 0px;
}
#block-views-history-block .history-list li:before,
#block-views-history-block .history-list li:after {
  display: table;
  content: "";
  line-height: 0;
}
#block-views-history-block .history-list li:after {
  clear: both;
}
#block-views-history-block .history-list li .calendar {
  background: url(/sites/all/themes/seatrade/images/bg_calendar.png) no-repeat;
  color: #ffffff;
  float: left;
  font-size: 16px;
  font-weight: bold;
  height: 71px;
  line-height: 84px;
  position: relative;
  text-align: center;
  width: 64px;
}
#block-views-history-block .history-list li .event {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.41);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.41);
  background: #ffffff;
  float: left;
  margin: 8px 0 0 22px;
  min-height: 64px;
  position: relative;
  width: 600px;
}
#block-views-history-block .history-list li .event:before {
  background: url(/sites/all/themes/seatrade/images/arrow_calendar_event.png) no-repeat;
  content: '';
  height: 15px;
  left: -9px;
  position: absolute;
  top: 28px;
  width: 10px;
}
#block-views-history-block .history-list li .event p {
  margin: 17px 0;
  padding: 0 20px;
}
#block-st-frontpage-carousel {
  overflow: hidden;
}
#block-st-frontpage-carousel:after {
  clear: both;
}
#block-st-frontpage-carousel #frontpage-carousel {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
#block-st-frontpage-carousel #frontpage-carousel > li {
  -moz-transition: width 0.8s ease 0.2s, background 0.8s ease;
  -o-transition: width 0.8s ease 0.2s, background 0.8s ease;
  -webkit-transition-delay: 0.2s, 0s;
  -webkit-transition: width 0.8s ease, background 0.8s ease;
  display: block;
  float: left;
  height: 100%;
  margin: 0px;
  position: relative;
  transition: width 0.8s ease 0.2s, background 0.8s ease;
  width: 100%;
}
#block-st-frontpage-carousel #frontpage-carousel > li:nth-of-type(1) {
  z-index: 1;
}
#block-st-frontpage-carousel #frontpage-carousel > li:nth-of-type(2) {
  width: 34%;
  z-index: 2;
}
#block-st-frontpage-carousel #frontpage-carousel > li:nth-of-type(3) {
  z-index: 3;
}
#block-st-frontpage-carousel #frontpage-carousel > li:nth-of-type(4) {
  z-index: 4;
}
#block-st-frontpage-carousel #frontpage-carousel > li:nth-of-type(5) {
  z-index: 5;
}
#block-st-frontpage-carousel #frontpage-carousel > li:nth-of-type(6) {
  z-index: 6;
}
#block-st-frontpage-carousel #frontpage-carousel > li:nth-of-type(7) {
  z-index: 7;
}
#block-st-frontpage-carousel #frontpage-carousel > li:nth-of-type(8) {
  z-index: 8;
}
#block-st-frontpage-carousel #frontpage-carousel > li:nth-of-type(9) {
  z-index: 9;
}
#block-st-frontpage-carousel #frontpage-carousel > li:nth-of-type(10) {
  z-index: 10;
}
#block-st-frontpage-carousel[data-hover] .showcase-panel-title {
  opacity: 0;
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#block-st-frontpage-carousel[data-hover] .hovered .showcase-panel-content {
  opacity: 1;
  -moz-transition: all 0.4s ease 1s;
  -o-transition: all 0.4s ease 1s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 1s;
  transition: all 0.4s ease 1s;
}
#block-st-frontpage-carousel #frontpage-carousel li {
  height: calc(100vh - 46px - 77px);
  width: 33%;
}
#block-st-frontpage-carousel #frontpage-carousel li:last-of-type {
  width: 33%;
}
#block-st-frontpage-carousel #frontpage-carousel li div {
  background-position: bottom right;
  background-repeat: no-repeat;
  height: calc(100vh - 46px - 77px);
  position: relative;
  width: 100%;
}
#block-st-frontpage-carousel #frontpage-carousel li div .link {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  bottom: 70px;
  display: block;
  height: 62px;
  left: 0px;
  position: absolute;
  text-transform: uppercase;
  width: 300px;
}
#block-st-frontpage-carousel #frontpage-carousel li div .link span {
  display: block;
  float: left;
}
#block-st-frontpage-carousel #frontpage-carousel li div .link span.logo {
  background: url(/sites/all/themes/seatrade/images/logo_link.png) no-repeat;
  height: 62px;
  width: 102px;
}
#block-st-frontpage-carousel #frontpage-carousel li div .link span.title {
  background: url(/sites/all/themes/seatrade/images/link_transparent.png);
  color: #325095;
  line-height: 62px;
  padding-left: 18px;
  width: 156px;
}
#block-st-frontpage-carousel #frontpage-carousel li div .link span.arrow {
  background: url(/sites/all/themes/seatrade/images/arrow_link.png) no-repeat;
  height: 62px;
  width: 24px;
}
#block-st-frontpage-carousel #frontpage-carousel li.right-was-hovered .link,
#block-st-frontpage-carousel #frontpage-carousel li.left-was-hovered .link {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  bottom: 149px;
  left: -89px;
}
#block-st-frontpage-carousel[data-hover] #frontpage-carousel > li {
  width: 133px;
}
#block-st-frontpage-carousel #frontpage-carousel > li.hovered {
  width: calc(100% - 133px * 2);
}
/** Network-map page **/
.path-network-map #container #right {
  width: 0px;
}
.path-network-map #container #content {
  border: 0px;
  width: 940px;
  margin: 0 0 20px 8px;
}
.path-network-map #container #content .view-header #close-map {
  color: #464646;
  display: block;
  height: 17px;
  background: url(/sites/all/themes/seatrade/images/btn_close.png) no-repeat right center;
  float: right;
  line-height: 17px;
  margin-bottom: 20px;
  padding-right: 25px;
  text-transform: uppercase;
}
/** Fleet page **/
#block-views-fleet-block {
  width: 678px;
}
#block-views-fleet-block .flexslider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0px;
  border-top: 1px solid #d6d6d6;
  padding-top: 22px;
}
#block-views-fleet-block .flexslider .flex-control-thumbs {
  margin: 0 0 15px;
  padding: 0px;
}
#block-views-fleet-block .flexslider .flex-control-thumbs li {
  float: left;
  margin: 3px 22px 3px 3px;
  width: auto;
}
#block-views-fleet-block .flexslider .flex-control-thumbs li img {
  background: #ffffff url(/sites/all/themes/seatrade/images/bg_fleet_small.png) no-repeat;
  height: 56px;
  padding: 6px 7px 6px 7px;
  width: 85px;
}
#block-views-fleet-block .flexslider .flex-control-thumbs li img.flex-active {
  background: #f9a23b;
}
#block-views-fleet-block .flexslider .slides li img {
  background: #ffffff url(/sites/all/themes/seatrade/images/bg_fleet_big.png) no-repeat;
  height: 324px;
  margin: 0px;
  padding: 9px;
  width: 666px;
}
#block-views-fleet-block .flexslider .slides li .flex-caption {
  background: transparent url(/sites/all/themes/seatrade/images/bg_fleet_caption.png);
  bottom: 9px;
  color: #ffffff;
  font-size: 15px;
  height: 41px;
  left: 9px;
  line-height: 41px;
  padding-left: 20px;
  position: absolute;
  width: 646px;
}
#accordion {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#accordion li {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#accordion li div {
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
}
#accordion li div .link {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  bottom: 70px;
  display: block;
  height: 62px;
  left: 0px;
  position: absolute;
  text-transform: uppercase;
  width: 300px;
}
#accordion li div .link span {
  display: block;
  float: left;
}
#accordion li div .link span.logo {
  background: url(/sites/all/themes/seatrade/images/logo_link.png) no-repeat;
  height: 62px;
  width: 102px;
}
#accordion li div .link span.title {
  background: url(/sites/all/themes/seatrade/images/link_transparent.png);
  color: #325095;
  line-height: 62px;
  padding-left: 18px;
  width: 156px;
}
#accordion li div .link span.arrow {
  background: url(/sites/all/themes/seatrade/images/arrow_link.png) no-repeat;
  height: 62px;
  width: 24px;
}
#accordion li.inactive .link {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  bottom: 149px;
  left: -89px;
}
@media only screen and (max-device-height: 700px) {
  #accordion li div {
    background-size: 1500px auto;
    background-position: bottom right;
  }
}
#block-views-simply-archive-block .content,
#block-views-movie-archive-block .content,
#block-views-news-archive-block .content {
  margin-bottom: 20px;
}
/**
 * Adaptive mobile version
 */
body.mobile {
  background: white;
  /**
 * The menu
 */
  /**
 * Content adjust
 */
  /**
 * Home accordion
 */
  /**
 * Images block alignment
 */
  /**
 * Company page
 */
  /**
 * Contact page adjustments
 */
  /**
 * History page
 */
  /**
 * Block contact (e.g. on /investments)
 */
  /**
 * News detail
 */
  /**
 * News overview
 */
  /**
 * Team
 */
  /**
 * Vacancies
 */
  /**
 * Hide application form
 */
  /**
 * Fleet page
 */
  /**
 * Hide simplyarchive
 */
}
body.mobile.front #bottom-nav {
  display: none;
}
body.mobile #top {
  width: 320px;
  margin: 0 auto !important;
  padding-left: 0;
}
body.mobile #top #logo {
  margin-left: 0px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  body.mobile #top #logo {
    /* on retina, use image that's scaled by 2 */
    background-image: url(/sites/all/themes/seatrade/images/logo@x2.png);
    background-size: 224px 29px;
  }
}
body.mobile #container {
  width: 100%;
}
body.mobile #container header {
  display: block;
  min-width: 0;
  height: 150px;
  background-position: center center !important;
  margin: 0;
}
body.mobile #container header .overlay {
  background: none;
  border-bottom: 15px solid white;
  border-left: 10px solid transparent;
  width: 18.75%;
  left: auto;
  right: 0;
}
body.mobile #container #left {
  display: none;
}
body.mobile #container #middle {
  width: 320px;
  margin: 27px auto !important;
  position: static;
}
body.mobile #container #middle .header {
  display: none;
}
body.mobile #container #middle .breadcrumb {
  display: none;
}
body.mobile #container #middle #content {
  float: none;
  width: auto;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 10px;
  border-right: none;
}
body.mobile #container #middle #content img {
  max-width: 100%;
  height: auto !important;
}
body.mobile #container #right {
  position: static;
  float: none;
  *zoom: 1;
  width: auto;
  margin: 0;
  padding: 0 10px;
}
body.mobile #container #right:before,
body.mobile #container #right:after {
  display: table;
  content: "";
  line-height: 0;
}
body.mobile #container #right:after {
  clear: both;
}
body.mobile #container #right .block-menu-block {
  display: none;
}
body.mobile #container #right .block {
  margin: 0 auto;
}
body.mobile #container #right .region-right.visible-children {
  margin-top: 48px;
}
body.mobile #container #right .region-right.visible-children:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #adadad;
  margin-top: -24px;
}
body.mobile.not-front #container header {
  height: 125px;
}
body.mobile.front #container header {
  background-image: url(/sites/all/themes/seatrade/images/header_home_mobile.jpg) !important;
}
body.mobile #bottom {
  display: none;
}
body.mobile #footer {
  width: auto !important;
  height: auto !important;
  padding: 0;
  min-width: 0;
  background-color: #003e97;
}
body.mobile #footer #footer-inner {
  position: relative;
  *zoom: 1;
  width: 320px;
  height: auto !important;
  min-height: 53px;
  height: 53px;
  margin: 0 auto;
  background: transparent url(/sites/all/themes/seatrade/images/logo-footer-mobile.png) no-repeat 10px center;
}
body.mobile #footer #footer-inner:before,
body.mobile #footer #footer-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
body.mobile #footer #footer-inner:after {
  clear: both;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  body.mobile #footer #footer-inner {
    /* on retina, use image that's scaled by 2 */
    background-image: url(/sites/all/themes/seatrade/images/logo-footer-mobile@x2.png);
    background-size: 99px 15px;
  }
}
body.mobile #footer #block-menu-menu-footer-links {
  display: none;
}
body.mobile #footer #block-st-footer-socialmedia-bar {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50%;
  height: auto !important;
  padding-right: 10px;
  color: white;
  background: transparent;
  text-align: right;
  font-size: 13px;
}
body.mobile #footer #block-st-footer-socialmedia-bar .content ul {
  margin-top: 0;
}
body.mobile #footer #block-st-footer-socialmedia-bar .content ul li {
  display: none;
}
body.mobile #footer #block-st-footer-socialmedia-bar .content ul li.first {
  display: block;
  float: none;
  padding-right: 0;
  border-right: none;
}
body.mobile #footer #block-st-footer-socialmedia-bar .content ul li.first a {
  color: white;
  text-decoration: none;
}
body.mobile #footer #block-st-footer-socialmedia-bar .content ul li.first .fa {
  margin-right: 5px;
  color: #f9a23b;
}
body.mobile #top-container {
  overflow: visible;
}
body.mobile #container header {
  margin-top: 77px;
}
body.mobile #top .nav-toggle {
  position: absolute;
  top: 22px;
  right: 10px;
  width: 41px;
  height: 31px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  color: white;
  background: #003e97;
}
body.mobile #top .block-menu-block {
  display: none;
  position: absolute;
  top: 77px;
  left: 0;
  right: 0;
  float: none;
  width: auto;
  margin-top: 0;
  color: white;
}
body.mobile #top .block-menu-block ul ul {
  display: block;
}
body.mobile #top .block-menu-block ul li {
  display: block;
}
body.mobile #top .block-menu-block ul li a {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: auto !important;
  min-height: 59px;
  height: 59px;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 20px;
  color: white;
  background: #003e97 !important;
  border-top: 1px solid #2367b4;
  border-bottom: 1px solid #2367b4;
}
body.mobile #top .block-menu-block ul li a:hover {
  color: white;
}
body.mobile #top .block-menu-block ul li a[href="/home"] {
  display: none;
}
body.mobile #top .block-menu-block ul li ul li a {
  height: auto !important;
  min-height: 49px;
  height: 49px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 45px;
  background: #286fbf !important;
  border-top-color: #397bc6;
  border-bottom-color: #397bc6;
}
body.mobile #top .block-menu-block ul li ul li ul li a {
  padding-left: 65px;
}
body.mobile #top .block-menu-block ul li ul li ul li ul li a {
  padding-left: 75px;
}
body.mobile #top .block-menu-block li.expanded {
  position: relative;
}
body.mobile #top .block-menu-block li.expanded .sub-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-right: 20px;
  background: transparent;
}
body.mobile #top .block-menu-block li.expanded > ul {
  display: none;
}
body.mobile #top .block-menu-block li.expanded.active-trail > ul {
  display: block;
}
body.mobile #content h2 {
  text-transform: none !important;
}
body.mobile #content h2 img,
body.mobile #content p img,
body.mobile #content .rtecenter img {
  display: block;
  width: 100% !important;
  margin: 1em 0 !important;
  float: none;
}
body.mobile #accordion li {
  float: none;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 7px;
}
body.mobile #accordion li > div {
  height: auto !important;
  background: #003e97 !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body.mobile #accordion li > div .link {
  position: static;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  font-size: 17px;
  background: transparent !important;
}
body.mobile #accordion li > div .link .logo {
  display: none;
}
body.mobile #accordion li > div .link .title {
  width: auto;
  padding-left: 23px;
  background: transparent !important;
  color: white;
}
body.mobile #accordion li > div .link .arrow {
  float: right;
  padding-right: 10px;
  background: transparent url(/sites/all/themes/seatrade/images/arrow_link_white.png) no-repeat center left;
}
body.mobile #container #middle #right .block-images .content {
  margin: 0 !important;
}
body.mobile #container #middle #right .block-images .content .views-field-field-images .field-image-content {
  width: 290px;
  height: 195px;
  margin: 0 auto !important;
  background-size: 100%;
}
body.mobile #container #middle #right .block-images .content .views-field-field-images .field-image-content img {
  width: 260px !important;
  height: auto !important;
}
body.mobile.path-company #container #right .region-right.visible-children {
  margin-top: 0;
}
body.mobile.path-company #container #right .region-right.visible-children:before {
  display: none;
}
body.mobile.path-contact #container #right .region-right.visible-children {
  margin-top: 0;
}
body.mobile.path-contact #container #right .region-right.visible-children:before {
  display: none;
}
body.mobile.path-contact #block-st-route-planner-map,
body.mobile.path-contact #block-st-route-planner-input {
  display: none;
}
body.mobile.path-contact #block-st-contact-contact {
  float: none;
}
body.mobile.path-contact.node-7 #container #content {
  width: auto !important;
}
body.mobile #block-views-history-block .history-list li {
  position: relative;
}
body.mobile #block-views-history-block .history-list li .calendar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body.mobile #block-views-history-block .history-list li .event {
  width: auto;
  margin-left: 88px;
}
body.mobile #block-views-history-block .history-list li:last-child .event:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -10px;
  left: -60px;
  background: white;
  width: 10px;
  z-index: 1;
}
body.mobile .block-contact h2 {
  margin: 0 0 0.4em 0;
}
body.mobile .block-contact .content .views-field-title {
  margin-bottom: 1.4em;
}
body.mobile .block-contact .content .views-field-field-telephone {
  float: none;
  width: auto;
  height: auto;
}
body.mobile .block-contact .content .views-field-field-telephone .views-label {
  display: none;
}
body.mobile .block-contact .content .views-field-field-telephone .field-content {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: static;
  padding: 15px;
  color: white;
  margin-bottom: 9px;
}
body.mobile .block-contact .content .views-field-field-telephone .field-content:before {
  content: "Phone";
  text-transform: uppercase;
  margin-right: 15px;
}
body.mobile .block-contact .content .views-field-field-contact-e-mail {
  float: none;
  width: auto;
  height: auto;
}
body.mobile .block-contact .content .views-field-field-contact-e-mail .field-content a {
  width: auto;
  position: relative;
  font-weight: bold;
  color: white;
  background: #003e97;
}
body.mobile .block-contact .content .views-field-field-contact-e-mail .field-content a:before {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 15px;
  content: "Email";
  text-transform: uppercase;
  text-indent: 0;
}
body.mobile .block-contact .content .views-field-field-contact-e-mail .field-content a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f101";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 20px;
  text-indent: 0;
  line-height: 52px;
}
body.mobile.node-type-news #middle > h1,
body.mobile.node-type-movie #middle > h1,
body.mobile.node-type-simply-seatrade #middle > h1,
body.mobile.node-type-simply-seatrade #middle > h1 {
  margin-left: 10px;
}
body.mobile.node-type-news .content .node-news h2,
body.mobile.node-type-movie .content .node-news h2,
body.mobile.node-type-simply-seatrade .content .node-news h2,
body.mobile.node-type-simply-seatrade .content .node-news h2,
body.mobile.node-type-news .content .node-movie h2,
body.mobile.node-type-movie .content .node-movie h2,
body.mobile.node-type-simply-seatrade .content .node-movie h2,
body.mobile.node-type-simply-seatrade .content .node-movie h2 {
  float: none;
  margin: 0;
  width: auto;
  font-weight: bold;
}
body.mobile.node-type-news .content .node-news .created,
body.mobile.node-type-movie .content .node-news .created,
body.mobile.node-type-simply-seatrade .content .node-news .created,
body.mobile.node-type-simply-seatrade .content .node-news .created,
body.mobile.node-type-news .content .node-movie .created,
body.mobile.node-type-movie .content .node-movie .created,
body.mobile.node-type-simply-seatrade .content .node-movie .created,
body.mobile.node-type-simply-seatrade .content .node-movie .created {
  float: none;
  margin-left: 0;
  margin-bottom: 15px;
}
body.mobile.node-type-news .content .node-news .field-name-field-picture,
body.mobile.node-type-movie .content .node-news .field-name-field-picture,
body.mobile.node-type-simply-seatrade .content .node-news .field-name-field-picture,
body.mobile.node-type-simply-seatrade .content .node-news .field-name-field-picture,
body.mobile.node-type-news .content .node-movie .field-name-field-picture,
body.mobile.node-type-movie .content .node-movie .field-name-field-picture,
body.mobile.node-type-simply-seatrade .content .node-movie .field-name-field-picture,
body.mobile.node-type-simply-seatrade .content .node-movie .field-name-field-picture {
  float: none;
  position: relative;
  height: 106px;
  overflow: hidden;
  margin-bottom: 15px;
}
body.mobile.node-type-news .content .node-news .field-name-field-picture img,
body.mobile.node-type-movie .content .node-news .field-name-field-picture img,
body.mobile.node-type-simply-seatrade .content .node-news .field-name-field-picture img,
body.mobile.node-type-simply-seatrade .content .node-news .field-name-field-picture img,
body.mobile.node-type-news .content .node-movie .field-name-field-picture img,
body.mobile.node-type-movie .content .node-movie .field-name-field-picture img,
body.mobile.node-type-simply-seatrade .content .node-movie .field-name-field-picture img,
body.mobile.node-type-simply-seatrade .content .node-movie .field-name-field-picture img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100% !important;
  height: auto !important;
}
body.mobile.node-type-news .content .node-news .field-name-body,
body.mobile.node-type-movie .content .node-news .field-name-body,
body.mobile.node-type-simply-seatrade .content .node-news .field-name-body,
body.mobile.node-type-simply-seatrade .content .node-news .field-name-body,
body.mobile.node-type-news .content .node-movie .field-name-body,
body.mobile.node-type-movie .content .node-movie .field-name-body,
body.mobile.node-type-simply-seatrade .content .node-movie .field-name-body,
body.mobile.node-type-simply-seatrade .content .node-movie .field-name-body {
  float: none;
  margin-left: 0;
  width: auto;
}
body.mobile #block-st-housekeeping-return-link {
  padding: 0;
  border: none;
}
body.mobile #block-st-housekeeping-return-link a {
  display: block;
  margin-bottom: 10px;
  padding: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  background: #f9a23b;
}
body.mobile #block-menu-menu-archive-right-menu ul.menu {
  text-align: center;
  border: none !important;
}
body.mobile #block-menu-menu-archive-right-menu ul.menu li {
  font-size: 14px !important;
}
body.mobile #block-menu-menu-archive-right-menu ul.menu li a {
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin-bottom: 10px;
  padding: 15px;
  line-height: 1.4em !important;
  font-weight: bold;
  color: white !important;
  background: #003e97 !important;
  border: none !important;
}
body.mobile #block-menu-menu-archive-right-menu ul.menu li a:hover {
  background: #003e97;
}
body.mobile .embedded-video .player iframe {
  width: 100% !important;
  height: auto !important;
}
body.mobile #block-views-downloads-block {
  margin-top: 20px !important;
}
body.mobile #block-views-downloads-block .file {
  display: block;
}
body.mobile #block-views-downloads-block .file a {
  width: auto !important;
}
body.mobile.node-201 #content {
  margin-bottom: 0 !important;
  width: auto !important;
}
body.mobile #block-views-news-block,
body.mobile #block-views-movies-block,
body.mobile #block-views-simply-seatrade-block {
  float: none;
  position: static;
  width: auto;
  height: auto;
  margin: 0 0 60px 0 !important;
  border: none;
}
body.mobile #block-views-news-block:before,
body.mobile #block-views-movies-block:before,
body.mobile #block-views-simply-seatrade-block:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -30px;
  border-top: 1px solid #adadad;
}
body.mobile #block-views-news-block:nth-child(2):before,
body.mobile #block-views-movies-block:nth-child(2):before,
body.mobile #block-views-simply-seatrade-block:nth-child(2):before {
  display: none;
}
body.mobile #block-views-news-block h2,
body.mobile #block-views-movies-block h2,
body.mobile #block-views-simply-seatrade-block h2 {
  padding-bottom: 0;
  border-bottom: none;
}
body.mobile #block-views-news-block > .content,
body.mobile #block-views-movies-block > .content,
body.mobile #block-views-simply-seatrade-block > .content {
  position: relative;
  margin-top: 15px;
}
body.mobile #block-views-news-block .views-field-title h2,
body.mobile #block-views-movies-block .views-field-title h2,
body.mobile #block-views-simply-seatrade-block .views-field-title h2 {
  margin-top: 15px;
  margin-bottom: 5px;
}
body.mobile #block-views-news-block .views-field-created,
body.mobile #block-views-movies-block .views-field-created,
body.mobile #block-views-simply-seatrade-block .views-field-created {
  margin-bottom: -5px;
}
body.mobile #block-views-news-block .views-more-link,
body.mobile #block-views-movies-block .views-more-link,
body.mobile #block-views-simply-seatrade-block .views-more-link {
  display: block;
  margin-top: 15px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  background: #f9a23b;
}
body.mobile #block-views-news-block .view-footer,
body.mobile #block-views-movies-block .view-footer,
body.mobile #block-views-simply-seatrade-block .view-footer {
  position: static;
  width: auto;
  height: auto;
  font-size: 14px;
  background: transparent;
}
body.mobile #block-views-news-block .view-footer a,
body.mobile #block-views-movies-block .view-footer a,
body.mobile #block-views-simply-seatrade-block .view-footer a {
  display: block;
  margin-top: 15px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  background: #003e97;
}
body.mobile #block-views-movies-block .content .views-field-view-node {
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
body.mobile #block-views-simply-archive-block ul li,
body.mobile #block-views-movie-archive-block ul li,
body.mobile #block-views-news-archive-block ul li {
  width: auto;
}
body.mobile #block-views-team-block .content .view-content ul li {
  float: none;
  width: auto;
  height: auto;
  margin: 0 0 15px 0;
}
body.mobile #block-views-team-block .content .view-content ul li img {
  display: block;
  width: 100%;
}
body.mobile #block-views-team-block .content .view-content ul li h3 {
  font-size: 16px;
  font-weight: bold;
}
body.mobile #block-views-team-block .content .view-content ul li h3 a {
  color: #454545 !important;
}
body.mobile.node-type-team .field-name-field-picture {
  float: none;
}
body.mobile.node-type-team #block-views-team-contact-block {
  position: static;
  top: auto;
  margin: 15px 0;
}
body.mobile.node-type-team #block-views-team-contact-block .views-field-field-telephone {
  float: none;
  width: auto;
  height: auto;
  padding-left: 0;
  background: #f9a23b;
}
body.mobile.node-type-team #block-views-team-contact-block .views-field-field-telephone .views-label {
  display: none;
}
body.mobile.node-type-team #block-views-team-contact-block .views-field-field-telephone .field-content {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: static;
  padding: 15px;
  color: white;
  margin-bottom: 9px;
}
body.mobile.node-type-team #block-views-team-contact-block .views-field-field-telephone .field-content:before {
  content: "Phone";
  text-transform: uppercase;
  margin-right: 15px;
}
body.mobile.node-type-team #block-views-team-contact-block .views-field-field-contact-e-mail {
  float: none;
  width: auto;
  height: auto;
}
body.mobile.node-type-team #block-views-team-contact-block .views-field-field-contact-e-mail .field-content a {
  width: auto;
  position: relative;
  font-weight: bold;
  color: white;
  background: #003e97;
  text-indent: -9999px;
}
body.mobile.node-type-team #block-views-team-contact-block .views-field-field-contact-e-mail .field-content a:before {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 15px;
  content: "Email";
  text-transform: uppercase;
  text-indent: 0;
}
body.mobile.node-type-team #block-views-team-contact-block .views-field-field-contact-e-mail .field-content a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f101";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 20px;
  text-indent: 0;
  line-height: 52px;
}
body.mobile #block-views-vacancies-block {
  margin-top: -30px;
}
body.mobile #block-views-vacancies-block .content .view-content ul li {
  border: none !important;
  padding: 0;
  margin: 60px 0;
}
body.mobile #block-views-vacancies-block .content .view-content ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -30px;
  border-top: 1px solid #adadad;
}
body.mobile #block-views-vacancies-block .content .view-content ul li .views-field-body .views-more-link {
  display: block;
  float: none;
  position: static;
  width: auto;
  margin-top: 15px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  background: #f9a23b;
}
body.mobile #block-webform-client-block-12,
body.mobile #node-12 {
  display: none;
  margin-top: -5px;
  margin-bottom: 15px;
  border-top: none;
}
body.mobile #block-webform-client-block-12:before,
body.mobile #node-12:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #adadad;
  margin-top: -24px;
}
body.mobile #block-webform-client-block-12 form input[type=text],
body.mobile #node-12 form input[type=text],
body.mobile #block-webform-client-block-12 form input[type=email],
body.mobile #node-12 form input[type=email],
body.mobile #block-webform-client-block-12 form input[type=password],
body.mobile #node-12 form input[type=password] {
  width: 100%;
}
body.mobile #block-webform-client-block-12 form select,
body.mobile #node-12 form select {
  width: auto;
  padding-right: 8px;
}
body.mobile #block-webform-client-block-12 form .webform-component-textarea,
body.mobile #node-12 form .webform-component-textarea {
  width: auto;
}
body.mobile #block-webform-client-block-12 form .webform-component-textarea label,
body.mobile #node-12 form .webform-component-textarea label {
  float: none;
  display: block;
  width: auto;
}
body.mobile #block-webform-client-block-12 form .webform-component-textarea textarea,
body.mobile #node-12 form .webform-component-textarea textarea {
  float: none;
  width: 100%;
}
body.mobile #block-webform-client-block-12 form .webform-component label,
body.mobile #node-12 form .webform-component label {
  display: block;
  width: auto;
}
body.mobile #block-webform-client-block-12 form .form-actions,
body.mobile #node-12 form .form-actions {
  border-bottom: none;
  height: auto;
  margin-left: 0;
  width: auto;
}
body.mobile #block-webform-client-block-12 form .form-actions input[type=submit],
body.mobile #node-12 form .form-actions input[type=submit] {
  display: block;
  float: none;
  height: auto;
  width: 100%;
  margin: 15px 0;
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  background: #f9a23b !important;
}
body.mobile.path-fleet #container header {
  height: auto !important;
}
body.mobile #block-views-fleet-block {
  width: auto !important;
}
body.mobile #block-views-fleet-block .flex-control-nav {
  display: none;
}
body.mobile #block-views-fleet-block .flexslider {
  margin: 0;
  padding: 0;
  border: none !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
body.mobile #block-views-fleet-block .flexslider img {
  width: 100% !important;
  height: auto !important;
  padding: 0;
}
body.mobile #block-views-fleet-block .flexslider .flex-caption {
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  padding-left: 0;
}
body.mobile #block-views-fleet-block .flexslider .flex-caption .flex-caption-content {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 320px;
  margin: 0 auto;
  padding: 0 10px;
}
body.mobile ul.menu li.menu-mlid-649,
body.mobile a[href*=simply],
body.mobile #block-views-simply-seatrade-block {
  display: none !important;
}
/**
 * Extra visibility classes
 */
body.no-mobile .only-for-no-mobile {
  display: inherit !important;
}
body.mobile .only-for-no-mobile {
  display: none !important;
}
body.mobile .only-for-mobile {
  display: inherit !important;
}
body.no-mobile .only-for-mobile {
  display: none !important;
}
