@charset "UTF-8";
html {
  box-sizing: border-box; }

*,
*::after,
*::before {
  box-sizing: inherit; }

/**
* Font Awesome Icons
**/
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../cdn/static/assets/fonts/fontawesome-webfont.eot?v=3.2.1");
  src: url("../../cdn/static/assets/fonts/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../../cdn/static/assets/fonts/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../../cdn/static/assets/fonts/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../../cdn/static/assets/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14286em;
  text-align: right;
  padding-right: 0.28571em; }

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.42857em; }

.icons-ul {
  margin-left: 2.14286em;
  list-style-type: none; }

.icons-ul > li {
  position: relative; }

.icons-ul .icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  text-align: center;
  line-height: inherit; }

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: white; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: 0.2em 0.25em 0.15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }

.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.icon-3x {
  font-size: 3em; }

.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.icon-4x {
  font-size: 4em; }

.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.icon-5x {
  font-size: 5em; }

.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block; }

.nav-tabs [class^="icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"], .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"],
.nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"], .nav-pills [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em; }

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em; }

/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em; }

.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em; }

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none; }

@-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); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 * readers do not read off random characters that represent icons */
.icon-glass:before {
  content: ""; }

.icon-music:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-envelope-alt:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-star-empty:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-film:before {
  content: ""; }

.icon-th-large:before {
  content: ""; }

.icon-th:before {
  content: ""; }

.icon-th-list:before {
  content: ""; }

.icon-ok:before {
  content: ""; }

.icon-remove:before {
  content: ""; }

.icon-zoom-in:before {
  content: ""; }

.icon-zoom-out:before {
  content: ""; }

.icon-power-off:before,
.icon-off:before {
  content: ""; }

.icon-signal:before {
  content: ""; }

.icon-gear:before,
.icon-cog:before {
  content: ""; }

.icon-trash:before {
  content: ""; }

.icon-home:before {
  content: ""; }

.icon-file-alt:before {
  content: ""; }

.icon-time:before {
  content: ""; }

.icon-road:before {
  content: ""; }

.icon-download-alt:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-upload:before {
  content: ""; }

.icon-inbox:before {
  content: ""; }

.icon-play-circle:before {
  content: ""; }

.icon-rotate-right:before,
.icon-repeat:before {
  content: ""; }

.icon-refresh:before {
  content: ""; }

.icon-list-alt:before {
  content: ""; }

.icon-lock:before {
  content: ""; }

.icon-flag:before {
  content: ""; }

.icon-headphones:before {
  content: ""; }

.icon-volume-off:before {
  content: ""; }

.icon-volume-down:before {
  content: ""; }

.icon-volume-up:before {
  content: ""; }

.icon-qrcode:before {
  content: ""; }

.icon-barcode:before {
  content: ""; }

.icon-tag:before {
  content: ""; }

.icon-tags:before {
  content: ""; }

.icon-book:before {
  content: ""; }

.icon-bookmark:before {
  content: ""; }

.icon-print:before {
  content: ""; }

.icon-camera:before {
  content: ""; }

.icon-font:before {
  content: ""; }

.icon-bold:before {
  content: ""; }

.icon-italic:before {
  content: ""; }

.icon-text-height:before {
  content: ""; }

.icon-text-width:before {
  content: ""; }

.icon-align-left:before {
  content: ""; }

.icon-align-center:before {
  content: ""; }

.icon-align-right:before {
  content: ""; }

.icon-align-justify:before {
  content: ""; }

.icon-list:before {
  content: ""; }

.icon-indent-left:before {
  content: ""; }

.icon-indent-right:before {
  content: ""; }

.icon-facetime-video:before {
  content: ""; }

.icon-picture:before {
  content: ""; }

.icon-pencil:before {
  content: ""; }

.icon-map-marker:before {
  content: ""; }

.icon-adjust:before {
  content: ""; }

.icon-tint:before {
  content: ""; }

.icon-edit:before {
  content: ""; }

.icon-share:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-move:before {
  content: ""; }

.icon-step-backward:before {
  content: ""; }

.icon-fast-backward:before {
  content: ""; }

.icon-backward:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-pause:before {
  content: ""; }

.icon-stop:before {
  content: ""; }

.icon-forward:before {
  content: ""; }

.icon-fast-forward:before {
  content: ""; }

.icon-step-forward:before {
  content: ""; }

.icon-eject:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-plus-sign:before {
  content: ""; }

.icon-minus-sign:before {
  content: ""; }

.icon-remove-sign:before {
  content: ""; }

.icon-ok-sign:before {
  content: ""; }

.icon-question-sign:before {
  content: ""; }

.icon-info-sign:before {
  content: ""; }

.icon-screenshot:before {
  content: ""; }

.icon-remove-circle:before {
  content: ""; }

.icon-ok-circle:before {
  content: ""; }

.icon-ban-circle:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-mail-forward:before,
.icon-share-alt:before {
  content: ""; }

.icon-resize-full:before {
  content: ""; }

.icon-resize-small:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-asterisk:before {
  content: ""; }

.icon-exclamation-sign:before {
  content: ""; }

.icon-gift:before {
  content: ""; }

.icon-leaf:before {
  content: ""; }

.icon-fire:before {
  content: ""; }

.icon-eye-open:before {
  content: ""; }

.icon-eye-close:before {
  content: ""; }

.icon-warning-sign:before {
  content: ""; }

.icon-plane:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-random:before {
  content: ""; }

.icon-comment:before {
  content: ""; }

.icon-magnet:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-retweet:before {
  content: ""; }

.icon-shopping-cart:before {
  content: ""; }

.icon-folder-close:before {
  content: ""; }

.icon-folder-open:before {
  content: ""; }

.icon-resize-vertical:before {
  content: ""; }

.icon-resize-horizontal:before {
  content: ""; }

.icon-bar-chart:before {
  content: ""; }

.icon-twitter-sign:before {
  content: ""; }

.icon-facebook-sign:before {
  content: ""; }

.icon-camera-retro:before {
  content: ""; }

.icon-key:before {
  content: ""; }

.icon-gears:before,
.icon-cogs:before {
  content: ""; }

.icon-comments:before {
  content: ""; }

.icon-thumbs-up-alt:before {
  content: ""; }

.icon-thumbs-down-alt:before {
  content: ""; }

.icon-star-half:before {
  content: ""; }

.icon-heart-empty:before {
  content: ""; }

.icon-signout:before {
  content: ""; }

.icon-linkedin-sign:before {
  content: ""; }

.icon-pushpin:before {
  content: ""; }

.icon-external-link:before {
  content: ""; }

.icon-signin:before {
  content: ""; }

.icon-trophy:before {
  content: ""; }

.icon-github-sign:before {
  content: ""; }

.icon-upload-alt:before {
  content: ""; }

.icon-lemon:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-unchecked:before,
.icon-check-empty:before {
  content: ""; }

.icon-bookmark-empty:before {
  content: ""; }

.icon-phone-sign:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-github:before {
  content: ""; }

.icon-unlock:before {
  content: ""; }

.icon-credit-card:before {
  content: ""; }

.icon-rss:before {
  content: ""; }

.icon-hdd:before {
  content: ""; }

.icon-bullhorn:before {
  content: ""; }

.icon-bell:before {
  content: ""; }

.icon-certificate:before {
  content: ""; }

.icon-hand-right:before {
  content: ""; }

.icon-hand-left:before {
  content: ""; }

.icon-hand-up:before {
  content: ""; }

.icon-hand-down:before {
  content: ""; }

.icon-circle-arrow-left:before {
  content: ""; }

.icon-circle-arrow-right:before {
  content: ""; }

.icon-circle-arrow-up:before {
  content: ""; }

.icon-circle-arrow-down:before {
  content: ""; }

.icon-globe:before {
  content: ""; }

.icon-wrench:before {
  content: ""; }

.icon-tasks:before {
  content: ""; }

.icon-filter:before {
  content: ""; }

.icon-briefcase:before {
  content: ""; }

.icon-fullscreen:before {
  content: ""; }

.icon-group:before {
  content: ""; }

.icon-link:before {
  content: ""; }

.icon-cloud:before {
  content: ""; }

.icon-beaker:before {
  content: ""; }

.icon-cut:before {
  content: ""; }

.icon-copy:before {
  content: ""; }

.icon-paperclip:before,
.icon-paper-clip:before {
  content: ""; }

.icon-save:before {
  content: ""; }

.icon-sign-blank:before {
  content: ""; }

.icon-reorder:before {
  content: ""; }

.icon-list-ul:before {
  content: ""; }

.icon-list-ol:before {
  content: ""; }

.icon-strikethrough:before {
  content: ""; }

.icon-underline:before {
  content: ""; }

.icon-table:before {
  content: ""; }

.icon-magic:before {
  content: ""; }

.icon-truck:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-pinterest-sign:before {
  content: ""; }

.icon-google-plus-sign:before {
  content: ""; }

.icon-google-plus:before {
  content: ""; }

.icon-money:before {
  content: ""; }

.icon-caret-down:before {
  content: ""; }

.icon-caret-up:before {
  content: ""; }

.icon-caret-left:before {
  content: ""; }

.icon-caret-right:before {
  content: ""; }

.icon-columns:before {
  content: ""; }

.icon-sort:before {
  content: ""; }

.icon-sort-down:before {
  content: ""; }

.icon-sort-up:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-rotate-left:before,
.icon-undo:before {
  content: ""; }

.icon-legal:before {
  content: ""; }

.icon-dashboard:before {
  content: ""; }

.icon-comment-alt:before {
  content: ""; }

.icon-comments-alt:before {
  content: ""; }

.icon-bolt:before {
  content: ""; }

.icon-sitemap:before {
  content: ""; }

.icon-umbrella:before {
  content: ""; }

.icon-paste:before {
  content: ""; }

.icon-lightbulb:before {
  content: ""; }

.icon-exchange:before {
  content: ""; }

.icon-cloud-download:before {
  content: ""; }

.icon-cloud-upload:before {
  content: ""; }

.icon-user-md:before {
  content: ""; }

.icon-stethoscope:before {
  content: ""; }

.icon-suitcase:before {
  content: ""; }

.icon-bell-alt:before {
  content: ""; }

.icon-coffee:before {
  content: ""; }

.icon-food:before {
  content: ""; }

.icon-file-text-alt:before {
  content: ""; }

.icon-building:before {
  content: ""; }

.icon-hospital:before {
  content: ""; }

.icon-ambulance:before {
  content: ""; }

.icon-medkit:before {
  content: ""; }

.icon-fighter-jet:before {
  content: ""; }

.icon-beer:before {
  content: ""; }

.icon-h-sign:before {
  content: ""; }

.icon-plus-sign-alt:before {
  content: ""; }

.icon-double-angle-left:before {
  content: ""; }

.icon-double-angle-right:before {
  content: ""; }

.icon-double-angle-up:before {
  content: ""; }

.icon-double-angle-down:before {
  content: ""; }

.icon-angle-left:before {
  content: ""; }

.icon-angle-right:before {
  content: ""; }

.icon-angle-up:before {
  content: ""; }

.icon-angle-down:before {
  content: ""; }

.icon-desktop:before {
  content: ""; }

.icon-laptop:before {
  content: ""; }

.icon-tablet:before {
  content: ""; }

.icon-mobile-phone:before {
  content: ""; }

.icon-circle-blank:before {
  content: ""; }

.icon-quote-left:before {
  content: ""; }

.icon-quote-right:before {
  content: ""; }

.icon-spinner:before {
  content: ""; }

.icon-circle:before {
  content: ""; }

.icon-mail-reply:before,
.icon-reply:before {
  content: ""; }

.icon-github-alt:before {
  content: ""; }

.icon-folder-close-alt:before {
  content: ""; }

.icon-folder-open-alt:before {
  content: ""; }

.icon-expand-alt:before {
  content: ""; }

.icon-collapse-alt:before {
  content: ""; }

.icon-smile:before {
  content: ""; }

.icon-frown:before {
  content: ""; }

.icon-meh:before {
  content: ""; }

.icon-gamepad:before {
  content: ""; }

.icon-keyboard:before {
  content: ""; }

.icon-flag-alt:before {
  content: ""; }

.icon-flag-checkered:before {
  content: ""; }

.icon-terminal:before {
  content: ""; }

.icon-code:before {
  content: ""; }

.icon-reply-all:before {
  content: ""; }

.icon-mail-reply-all:before {
  content: ""; }

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: ""; }

.icon-location-arrow:before {
  content: ""; }

.icon-crop:before {
  content: ""; }

.icon-code-fork:before {
  content: ""; }

.icon-unlink:before {
  content: ""; }

.icon-question:before {
  content: ""; }

.icon-info:before {
  content: ""; }

.icon-exclamation:before {
  content: ""; }

.icon-superscript:before {
  content: ""; }

.icon-subscript:before {
  content: ""; }

.icon-eraser:before {
  content: ""; }

.icon-puzzle-piece:before {
  content: ""; }

.icon-microphone:before {
  content: ""; }

.icon-microphone-off:before {
  content: ""; }

.icon-shield:before {
  content: ""; }

.icon-calendar-empty:before {
  content: ""; }

.icon-fire-extinguisher:before {
  content: ""; }

.icon-rocket:before {
  content: ""; }

.icon-maxcdn:before {
  content: ""; }

.icon-chevron-sign-left:before {
  content: ""; }

.icon-chevron-sign-right:before {
  content: ""; }

.icon-chevron-sign-up:before {
  content: ""; }

.icon-chevron-sign-down:before {
  content: ""; }

.icon-html5:before {
  content: ""; }

.icon-css3:before {
  content: ""; }

.icon-anchor:before {
  content: ""; }

.icon-unlock-alt:before {
  content: ""; }

.icon-bullseye:before {
  content: ""; }

.icon-ellipsis-horizontal:before {
  content: ""; }

.icon-ellipsis-vertical:before {
  content: ""; }

.icon-rss-sign:before {
  content: ""; }

.icon-play-sign:before {
  content: ""; }

.icon-ticket:before {
  content: ""; }

.icon-minus-sign-alt:before {
  content: ""; }

.icon-check-minus:before {
  content: ""; }

.icon-level-up:before {
  content: ""; }

.icon-level-down:before {
  content: ""; }

.icon-check-sign:before {
  content: ""; }

.icon-edit-sign:before {
  content: ""; }

.icon-external-link-sign:before {
  content: ""; }

.icon-share-sign:before {
  content: ""; }

.icon-compass:before {
  content: ""; }

.icon-collapse:before {
  content: ""; }

.icon-collapse-top:before {
  content: ""; }

.icon-expand:before {
  content: ""; }

.icon-euro:before,
.icon-eur:before {
  content: ""; }

.icon-gbp:before {
  content: ""; }

.icon-dollar:before,
.icon-usd:before {
  content: ""; }

.icon-rupee:before,
.icon-inr:before {
  content: ""; }

.icon-yen:before,
.icon-jpy:before {
  content: ""; }

.icon-renminbi:before,
.icon-cny:before {
  content: ""; }

.icon-won:before,
.icon-krw:before {
  content: ""; }

.icon-bitcoin:before,
.icon-btc:before {
  content: ""; }

.icon-file:before {
  content: ""; }

.icon-file-text:before {
  content: ""; }

.icon-sort-by-alphabet:before {
  content: ""; }

.icon-sort-by-alphabet-alt:before {
  content: ""; }

.icon-sort-by-attributes:before {
  content: ""; }

.icon-sort-by-attributes-alt:before {
  content: ""; }

.icon-sort-by-order:before {
  content: ""; }

.icon-sort-by-order-alt:before {
  content: ""; }

.icon-thumbs-up:before {
  content: ""; }

.icon-thumbs-down:before {
  content: ""; }

.icon-youtube-sign:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-xing:before {
  content: ""; }

.icon-xing-sign:before {
  content: ""; }

.icon-youtube-play:before {
  content: ""; }

.icon-dropbox:before {
  content: ""; }

.icon-stackexchange:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-flickr:before {
  content: ""; }

.icon-adn:before {
  content: ""; }

.icon-bitbucket:before {
  content: ""; }

.icon-bitbucket-sign:before {
  content: ""; }

.icon-tumblr:before {
  content: ""; }

.icon-tumblr-sign:before {
  content: ""; }

.icon-long-arrow-down:before {
  content: ""; }

.icon-long-arrow-up:before {
  content: ""; }

.icon-long-arrow-left:before {
  content: ""; }

.icon-long-arrow-right:before {
  content: ""; }

.icon-apple:before {
  content: ""; }

.icon-windows:before {
  content: ""; }

.icon-android:before {
  content: ""; }

.icon-linux:before {
  content: ""; }

.icon-dribbble:before {
  content: ""; }

.icon-skype:before {
  content: ""; }

.icon-foursquare:before {
  content: ""; }

.icon-trello:before {
  content: ""; }

.icon-female:before {
  content: ""; }

.icon-male:before {
  content: ""; }

.icon-gittip:before {
  content: ""; }

.icon-sun:before {
  content: ""; }

.icon-moon:before {
  content: ""; }

.icon-archive:before {
  content: ""; }

.icon-bug:before {
  content: ""; }

.icon-vk:before {
  content: ""; }

.icon-weibo:before {
  content: ""; }

.icon-renren:before {
  content: ""; }

/**
*   This file contains site/app wide branded animations.
*/
/***
* Colours taken from the original styles,
*
* TODO:
* Note and fix,
* why are there colour duplications and colour inconsistancies
**/
/**
* site settings
*/
/**
* brand colours
*/
/**
* traffic central
* taken from the original..why are theses styles colours duplicated from the original style
*/
@font-face {
  font-family: "New Johnson Bold";
  src: url("../../cdn/static/assets/fonts/NJFont-BookBold.eot");
  src: url("../../cdn/static/assets/fonts/NJFont-BookBold.eot?#iefix") format("embedded-opentype"), url("../../cdn/static/assets/fonts/NJFont-BookBold.woff") format("woff"), url("../../cdn/static/assets/fonts/NJFont-BookBold.otf") format("opentype"), url("../../cdn/static/assets/fonts/NJFont-BookBold.svg") format("svg"); }

@font-face {
  font-family: "New Johnson";
  src: url("../../cdn/static/assets/fonts/NJFont-Book.eot");
  src: url("../../cdn/static/assets/fonts/NJFont-Book.eot?#iefix") format("embedded-opentype"), url("../../cdn/static/assets/fonts/NJFont-Book.woff") format("woff"), url("../../cdn/static/assets/fonts/NJFont-Book.otf") format("opentype"), url("../../cdn/static/assets/fonts/NJFont-Book.svg") format("svg"); }

@font-face {
  font-family: "NJ Signing";
  src: url("../../cdn/static/assets/fonts/njfontsigning-medium.eot");
  src: url("../../cdn/static/assets/fonts/njfontsigning-medium.eot?#iefix") format("embedded-opentype"), url("../../cdn/static/assets/fonts/njfontsigning-medium.woff") format("woff"), url("../../cdn/static/assets/fonts/njfontsigning-medium.ttf") format("truetype"), url("../../cdn/static/assets/fonts/njfontsigning-medium.svg#njfontsigning-medium") format("svg"); }

body {
  font-family: "New Johnson"; }

input {
  color: initial;
  padding: 0 5px 0 5px;
  height: 40px;
  border: 1px solid #cccccc;
  box-shadow: inset 0px 3px 0px 0 rgba(0, 0, 0, 0.1); }

input:focus {
  outline-offset: -2px;
  outline: 1px solid #2070b0; }

.site-container {
  min-width: 300px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }

.site-container::after {
  clear: both;
  content: "";
  display: table; }

.layout-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

.layout-container::after {
  clear: both;
  content: "";
  display: table; }

.main-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.main-container::after {
  clear: both;
  content: "";
  display: table; }

.main-container .top-bar {
  background-color: #1F2025;
  text-align: right;
  height: 20px; }

.main-container .top-bar span {
  display: inline-block;
  color: #fff;
  background: url("../../cdn/static/assets/images/MoL-small.png") no-repeat;
  background-size: auto 11px;
  width: 150px;
  height: 11px;
  margin: 4px 15px 0 15px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden; }

.main-container header {
  display: block;
  background-color: #2D3039;
  /** TODO:
        nav menu code should be with the navigation component/common/navigation
    */ }

.main-container header nav {
  min-width: 300px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-bottom: 3px solid #121315;
  background-color: #2D3039;
  height: 58px; }

.main-container header nav::after {
  clear: both;
  content: "";
  display: table; }

.main-container header nav ul {
  margin: 0;
  padding: 0; }

.main-container header nav ul li {
  display: block;
  float: left;
  padding: 0;
  color: #fff;
  /**
          * HEADER: search button only, shown on minified tablet and mobile sizes
          */ }

.main-container header nav ul li.selected {
  color: #2D3039;
  background-color: #eff6fd; }

.main-container header nav ul li.selected .tfl-icon-expand {
  background-position: -76px -610px; }

.main-container header nav ul li.btn-tfl-brand-logo {
  background-color: #113B92; }

.main-container header nav ul li.btn-tfl-brand-logo a {
  padding: 0;
  /* padding: 6px 16px 10px 18px; */
  font-size: 16px;
  margin: 0; }

.main-container header nav ul li.btn-tfl-brand-logo a .tfl-brand-logo {
  background: url("../../cdn/static/assets/images/vsprite_x2.png") no-repeat -42px -210px;
  background: url("../../cdn/static/assets/images/vsprite.png") no-repeat -42px -210px;
  background-size: 126px 4158px;
  height: 42px;
  width: 44px;
  display: inline-block;
  background-color: #113B92;
  margin: 7px 10px 1px 12px; }

.main-container header nav ul li.btn-tfl-brand-logo a .tfl-brand-name {
  display: block;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 14px 16px 0 0;
  font-size: 16px;
  font-family: "New Johnson Bold";
  line-height: 100%;
  text-transform: uppercase; }

.main-container header nav ul li.btn-item {
  height: 58px;
  cursor: pointer; }

.main-container header nav ul li.btn-item:hover, .main-container header nav ul li.btn-item:focus {
  background-color: #444856;
  border-bottom: 3px solid #2070b0;
  margin-bottom: -3px; }

.main-container header nav ul li.btn-item.selected {
  background-color: #eff6fd;
  border-bottom: none;
  margin-bottom: -3px; }

.main-container header nav ul li.btn-item a {
  color: #fff;
  display: block;
  padding: 20px 15px 0;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: -2px; }

.main-container header nav ul li.btn-search {
  cursor: pointer;
  border-left: 1px solid #565961;
  width: 54px;
  height: 58px;
  float: right; }

.main-container header nav ul li.btn-search:hover, .main-container header nav ul li.btn-search:focus {
  background-color: #444856;
  border-bottom: 3px solid #2070b0;
  margin-bottom: -3px; }

.main-container header nav ul li.btn-search.selected {
  background-color: #eff6fd;
  border-bottom: none;
  margin-bottom: -3px; }

.main-container header nav ul li.btn-search.selected .tfl-icon-search {
  background-position: -34px -32px; }

.main-container header nav ul li.btn-search .tfl-icon-search {
  display: inline-block;
  background-image: url("../../cdn/static/assets/images/vsprite_x2.png");
  background-image: url("../../cdn/static/assets/images/vsprite.png") \9;
  background-size: 96px 3168px;
  background-position: -2px -32px;
  height: 32px;
  width: 28px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  position: relative;
  top: 13px;
  left: 6px; }

.main-container header nav ul li.btn-search .tfl-icon-expand {
  display: inline-block;
  background-image: url("../../cdn/static/assets/images/vsprite_x2.png");
  background-image: url("../../cdn/static/assets/images/vsprite.png") \9;
  background-size: 96px 3168px;
  background-position: -76px -672px;
  height: 32px;
  width: 8px;
  position: relative;
  top: 13px;
  left: 4px; }

.main-container header nav .menu {
  width: 70px;
  text-align: center; }

.main-container header nav .menu span {
  display: inline-block; }

.main-container header nav .menu span.tfl-icon-expand {
  background: url("../../cdn/static/assets/images/vsprite_x2.png") -76px -672px;
  background: url("../../cdn/static/assets/images/vsprite.png") -76px -672px;
  background-size: 96px 3168px;
  height: 32px;
  width: 8px;
  position: relative;
  top: 13px; }

.item-container {
  margin-bottom: 20px; }

.poster {
  display: block;
  background-color: #eee;
  border-bottom: 1px solid #a8a8a8;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-delay: 1.5s;
  animation-duration: 1.2s;
  animation-delay: 1.5s;
  -moz-animation-duration: 1.2s;
  -moz-animation-delay: 1.5s;
  border-bottom-style: solid;
  border-bottom-color: #999;
  border-bottom-width: 3px; }

.poster a {
  text-decoration: none;
  color: #2d3039; }

.poster .poster-image {
  display: none;
  width: 100%; }

.poster .copy {
  display: block;
  padding: 0 25px 15px 15px; }

.poster .copy:before {
  font-family: 'FontAwesome';
  content: "";
  position: relative;
  float: right;
  right: -15px;
  top: 51px; }

.poster .copy h3 {
  line-height: 120%;
  margin: 0px;
  padding: 15px 0 10px 0;
  font-family: "New Johnson Bold";
  font-size: 1.25rem;
  text-decoration: none; }

.poster .copy p {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
  font-size: 1rem;
  line-height: 153.333%;
  text-decoration: none; }

.poster:hover {
  border-bottom-color: #2070b0;
  background-color: #eff6fd;
  text-decoration: none; }

/**
* Badge link adverts
*/
.badge {
  text-align: center;
  color: initial;
  text-decoration: none !important;
  display: inline-block;
  width: 48%;
  border-color: #a8a8a8;
  border-style: solid;
  border-width: 1px 1px 3px 1px;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-delay: 1.5s;
  animation-duration: 1.2s;
  animation-delay: 1.5s;
  -moz-animation-duration: 1.2s;
  -moz-animation-delay: 1.5s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s; }

.badge:nth-child(1),
.badge:nth-child(2) {
  margin-bottom: 15px; }

.badge:nth-child(even) {
  float: right; }

.badge h3 {
  margin: 0 0 15px 0;
  font-weight: normal;
  font-size: 1rem; }

.badge:hover,
.badge:focus {
  border-color: #2070b0;
  background-color: #eff6fd; }

/**
* Boxed button links
*/
.btn-item-sm {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: initial;
  padding: 10px 30px 8px 10px;
  border-bottom: 1px solid #a8a8a8;
  border-left: 1px solid #a8a8a8;
  border-right: 1px solid #a8a8a8; }

.btn-item-sm:first-child {
  border: 1px solid #a8a8a8; }

.btn-item-sm:last-child {
  border-bottom: 3px solid #a8a8a8; }

/**
* Grid items
* collapsable modules
*/
.grid-item {
  background-color: #eee;
  border-bottom: 1px solid #a8a8a8;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-delay: 1.5s;
  animation-duration: 1.2s;
  animation-delay: 1.5s;
  -moz-animation-duration: 1.2s;
  -moz-animation-delay: 1.5s; }

.grid-item.selected {
  background-color: #fff;
  border-color: #a8a8a8;
  border-style: solid;
  border-width: 0px 1px 3px 1px;
  margin-bottom: 1px; }

.grid-item.selected:first-child {
  border-top: solid 1px #a8a8a8; }

.grid-item.selected .btn-title.collapsable {
  border-bottom: solid 1px #a8a8a8; }

.grid-item.selected:before {
  content: ""; }

.grid-item .btn-title {
  display: block;
  padding: 14px 30px 14px 10px;
  border: 0px;
  color: #2d3039;
  font-family: "New Johnson Bold";
  font-size: 1.25rem;
  text-decoration: none;
  position: relative; }

.grid-item .expandable-container {
  padding: 10px; }

.grid-item:before {
  font-family: 'FontAwesome';
  content: "";
  display: block;
  float: right;
  right: 6px;
  top: 10px;
  position: relative; }

.advert-square {
  padding: 15px;
  text-align: center; }

.advert-square img {
  width: 300px;
  height: 250px; }

.advert-square small {
  display: block; }

@media (min-width: 600px) {
  .advert-square img {
    width: 93%;
    height: auto;
    margin: auto; } }

/**
* Defaults
*/
header {
  /**
  * nav submenu
  */ }

header nav ul li.search-control {
  display: none; }

header nav ul li.search-control.active {
  display: block !important; }

header .sub-menu {
  clear: both;
  display: none;
  width: 100%;
  background-color: #eff6fd;
  position: absolute;
  padding: 30px 15px 15px 15px;
  z-index: 1000;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  border-bottom: 3px solid #ccc; }

header .sub-menu section {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }

header .sub-menu section::after {
  clear: both;
  content: "";
  display: table; }

header .sub-menu section div {
  display: block;
  width: 100%; }

header .sub-menu section div span {
  display: block;
  font-family: "New Johnson Bold"; }

header .sub-menu section div li a {
  padding: 0 0 10px;
  display: block;
  text-decoration: none;
  color: #2070b0; }

header .sub-menu section div:nth-child(2) {
  width: 100; }

header .sub-menu section div:nth-child(2) ul {
  display: inline-block;
  width: 49%; }

header .sub-menu section ul {
  margin: 10px 0 15px 0;
  padding: 0 0 0 9px;
  list-style: none;
  border-left: 1px solid #DADADA; }

/**
* Mobile devices
*/
/**
* For search textfield control Only
*/
@media (max-width: 900px) {
  header nav ul li.search-control {
    border-bottom: 3px solid #ccc;
    text-align: center;
    width: 100%;
    float: none;
    position: absolute;
    background: #eff6fd;
    top: 78px;
    margin: 0;
    padding: 9px 5px;
    z-index: 1; }
  header nav ul li.search-control input {
    width: 90%;
    padding: 0 25px 0 6px;
    margin: 0 auto; }
  header nav ul li.search-control .btn-search-icon {
    display: none; } }

@media (max-width: 579px) {
  /* 360px 320*/
  .main-container {
    /**
    * Site naviation menu
    **/ }
  .main-container .top-bar {
    display: none; }
  .main-container header nav ul li.btn-item {
    display: none; }
  .main-container header nav ul li.btn-item.menu {
    position: absolute;
    display: inline-block;
    right: 51px; }
  .main-container header nav ul li.btn-search {
    display: inline-block;
    position: absolute;
    right: 0; }
  .main-container header nav ul li.btn-tfl-brand-logo a .tfl-brand-name {
    display: none; }
  .main-container header nav ul li.search-control {
    top: 57px; } }

/**
* 1. breakpoint for the menu only
*/
@media (min-width: 580px) {
  .main-container {
    /**
    * Site naviation menu
    **/ }
  .main-container .top-bar {
    display: block; }
  .main-container header nav ul li.btn-item {
    display: none; }
  .main-container header nav ul li.btn-item.plan-a-journey,
  .main-container header nav ul li.btn-item.menu {
    display: block; }
  .main-container header nav ul li.btn-item.menu {
    position: relative;
    right: auto; }
  .main-container header nav ul li.btn-tfl-brand-logo a .tfl-brand-logo {
    margin-right: 5px; }
  .main-container header nav ul li.btn-tfl-brand-logo a .tfl-brand-name {
    display: inline-block; }
  .main-container header nav ul li.search-control input {
    width: 92%; } }

/**
* 2. ANOTHER breakpoint for the menu only
*/
@media (min-width: 600px) {
  .main-container {
    /**
    * Site naviation menu
    **/ }
  .main-container header nav ul li.status-updates {
    display: inline-block; }
  .main-container header nav ul li.search-control input {
    width: 93%; } }

/**
* 3. ANOTHER breakpoint for the menu only
*/
@media (min-width: 670px) {
  .main-container {
    /**
    * Site naviation menu
    **/ }
  .main-container header nav ul li.btn-item.maps {
    display: inline-block !important; }
  .main-container header nav ul li.search-control input {
    width: 95%; } }

/**
* Mobile devices
*/
/**
* 4. ANOTHER breakpoint for the menu only
*/
@media (min-width: 810px) {
  .main-container {
    /**
    * Site naviation menu
    **/ }
  .main-container header {
    /**
      * nav submenu
      */ }
  .main-container header nav ul li.btn-item {
    display: inline-block; }
  .main-container header .sub-menu section div {
    display: inline-block;
    width: 25%; }
  .main-container header .sub-menu section div:nth-child(2) {
    width: 49%; }
  .main-container header .sub-menu section div:nth-child(2) ul {
    display: inline-block;
    width: 49%; } }

/**
* 5. ANOTHER breakpoint for the menu only
* @description  Show Search field
*/
@media (min-width: 900px) {
  .main-container {
    /**
    * Site naviation menu
    **/ }
  .main-container header nav ul li {
    /**
            * HEADER: input with the search icon inside search textfield.
            * shown on desktop only
            */ }
  .main-container header nav ul li.btn-search {
    display: none; }
  .main-container header nav ul li.search-control {
    display: inline-block;
    border-bottom: 0;
    position: relative;
    background: transparent;
    top: 0px;
    float: right;
    width: 139px;
    margin: 6px 27px 0 0;
    text-align: right;
    padding: 0; }
  .main-container header nav ul li.search-control input {
    padding: 0 5px 0 5px;
    width: 100%;
    margin: 0; }
  .main-container header nav ul li.search-control .btn-search-icon {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 4px;
    background: url("../../cdn/static/assets/images/vsprite_x2.png") no-repeat -64px -31px;
    background-size: 96px 3168px;
    height: 32px;
    width: 32px;
    border: 0;
    background-color: transparent;
    text-indent: 2000px;
    white-space: nowrap;
    margin: 0 0 0 -21px; } }

footer {
  font-family: "New Johnson Bold";
  display: block;
  background-color: #EFF6FD;
  padding: 10px 0 0 0;
  font-size: 0.92rem;
  border-top: 3px solid #a8a8a8;
  margin-top: 50px;
  background-color: #202329;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0px, #292c34), color-stop(6px, #373d48), color-stop(300px, #1f2329));
  background-image: -webkit-linear-gradient(#292c34 0px, #373d48 6px, #1f2329 300px);
  background-image: linear-gradient(#292c34 0px, #373d48 6px, #1f2329 300px);
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }

footer h4 {
  color: #fff;
  font-size: 1.2rem;
  margin: 0 0 20px 0; }

footer:last-child {
  margin-right: 0; }

footer .list {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }

footer .list:first-child {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  border-right: 1px solid #fff; }

footer .list:first-child:last-child {
  margin-right: 0; }

footer .list:last-child {
  margin-right: 0; }

footer .list ul {
  margin-top: 0;
  list-style: none;
  padding: 0;
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 48.21067%; }

footer .list ul:last-child {
  margin-right: 0; }

footer .list ul:first-child {
  width: 100%; }

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

footer .list ul li:last-child {
  margin-bottom: 0; }

footer .list ul a {
  text-decoration: none;
  color: #cdcdcd;
  margin: 0;
  padding: 0; }

footer .information {
  padding: 15px 0 15px 0;
  font-style: italic;
  font-family: "New Johnson";
  color: #fff;
  background-color: #2C2F38; }

footer .information ul {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }

footer .information ul::after {
  clear: both;
  content: "";
  display: table; }

footer .information ul li {
  display: inline-block;
  padding: 5px; }

footer .information ul li:last-child {
  float: right; }

footer .information ul a {
  color: #66CCCC;
  text-decoration: none; }

footer .dropmenu-btn {
  display: block;
  display: none;
  width: 280px;
  height: 300px;
  background: yellow;
  position: absolute;
  right: 0;
  width: 280px;
  height: 300px;
  background: yellow; }

footer .dropmenu-btn h4 {
  padding: 15px;
  height: 55px;
  background: black;
  width: 100%; }

footer .dropmenu-btn ul {
  padding: 0;
  list-style: none;
  margin: 0 0 0 10px; }

footer .dropmenu-btn ul li {
  padding: 15px;
  background: red; }

@media (max-width: 450px) {
  footer .list {
    width: 100%; }
  footer .list:first-child {
    border-right: 0;
    width: 100%; }
  footer .list:nth-child(2) h4 {
    border: 1px solid #2C2F38;
    padding: 15px;
    width: 100%;
    background-color: #2C2F38;
    margin-bottom: 0; }
  footer .list:nth-child(2) ul {
    width: 100%; }
  footer .list:nth-child(2) ul:nth-child(2) {
    margin-bottom: 0; }
  footer .list:nth-child(2) ul li {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: 0;
    padding: 15px; }
  footer .information ul li {
    padding: 10px;
    display: block; }
  footer .information ul li:last-child {
    float: none; } }

/**
* Branded Animations
*/
/**
*   This file contains site/app wide branded animations.
*/
/**
* Import component styles
*/
.expandable,
.collapsable {
  cursor: pointer; }

.expandable .open,
.collapsable .open {
  display: block; }

.expandable + .closed,
.collapsable + .closed {
  display: none; }

body.modal-background {
  overflow: hidden; }

.modal-simple-component {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  overflow-x: scroll; }

.modal-simple-component:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0; }

.modal-simple-component .modal-overlay {
  z-index: 1000;
  position: absolute;
  top: 0;
  background-color: black;
  width: 100%;
  height: 100%; }

.modal-simple-component .modal-overlay:after {
  content: ' ';
  display: block;
  height: 1px; }

.modal-simple-component .modal-window {
  top: 0;
  height: 700px;
  width: 100%;
  float: none;
  background-color: #000;
  z-index: 1000;
  margin: auto;
  position: relative; }

.modal-simple-component .modal-window.fullscreen {
  width: 100%;
  height: auto; }

.modal-simple-component .modal-window.fullscreen .text-body {
  padding: 0; }

.modal-simple-component .modal-window.fullscreen .text-body article {
  margin: 0 auto;
  position: relative; }

.modal-simple-component .modal-window:last-child {
  margin-right: auto; }

.modal-simple-component .modal-window section:first-child {
  margin: 0 0 1px 0;
  background-color: #113B92; }

.modal-simple-component .modal-window section:first-child h3 + .close {
  display: inline-block;
  cursor: pointer;
  outline: 0;
  float: right;
  color: #fff;
  margin: 7px 5px 0 0; }

.modal-simple-component .modal-window section:first-child h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 10px 5px 5px 5px;
  text-align: left;
  width: 90%;
  clear: both; }

.modal-simple-component .modal-window section:first-child h3 span#modal-title.title {
  display: inline-block;
  text-align: left;
  color: #fff; }

.modal-simple-component .modal-window section:first-child h3 span#modal-title.title:before {
  content: '';
  float: left;
  position: relative;
  top: 2px;
  width: 37px;
  height: 25px;
  background-color: greenyellow;
  background: url("../../cdn/static/assets/images/vsprite.png") no-repeat -23px -135px;
  background-size: 80px; }

.modal-simple-component .modal-window .text-body {
  display: block;
  clear: both;
  height: 100%; }

.modal-simple-component .modal-window .text-body img {
  max-width: 100%; }

/*
@media (max-width:400px) {
  .modal-simple-component {


    .modal-window {
      width: 360px;
      section:first-child {
        h3 {
          width: 70%;
        }
      }
      .title {
        font-size: 80%;
		line-height: 1.3rem;
      }
    }
  }
}
*/
@media (max-width: 600px) {
  .modal-simple-component .modal-window {
    min-width: 360px; }
  .modal-simple-component .modal-window section:first-child h3 {
    width: 83%; }
  .modal-simple-component .modal-window .title {
    font-size: 80%; } }

/**
* Desktop
*/
/**
Mobile device
*/
/**
* 1. breakpoint influenced by Navigation _navigation
*/
@media (max-width: 579px) {
  /* 360px 320*/
  .main-container .top-bar {
    display: none; } }

/**
* 1. breakpoint influenced by Navigation _navigation
*/
@media (min-width: 580px) {
  .main-container .top-bar {
    display: block; } }

/**
* 2. ANOTHER breakpoint  influenced by Navigation _navigation
*/
/**
* 3. ANOTHER breakpoint  influenced by Navigation _navigation
*/
/**
* 4. ANOTHER breakpoint  influenced by Navigation _navigation
*/
/**
* 5. ANOTHER breakpoint  influenced by Navigation _navigation
* @description  Show Search field
*/
body {
  margin: 0; }

.main-container {
  /**
  TO DO SET MIN AND MAX WIDTHS
  min-width: $site-min-width;
  @include outer-container($local-max-width: $site-max-width);
  **/ }

.main-container .row {
  width: 100%;
  background-color: azure; }

.main-container .hero-wgt {
  display: block;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
  animation-duration: 1s;
  animation-delay: 1.5s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.5s;
  height: 447px;
  padding: 30px;
  margin-top: 0;
  margin-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.main-container .hero-wgt:last-child {
  margin-right: 0; }

.main-container .hero-wgt .journey-wgt {
  display: block;
  height: 200px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  background-color: #EFF6FD; }

.main-container .hero-wgt .journey-wgt:last-child {
  margin-right: 0; }

.main-container .hero-wgt .travel-options-wgt {
  height: 200px;
  float: left;
  display: block;
  width: 31.76157%;
  background-color: greenyellow; }

.main-container .middle-container {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.main-container .middle-container::after {
  clear: both;
  content: "";
  display: table; }

/****
* layout items
**/
.col-sml {
  display: inline-block;
  width: 100%;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-delay: 1.5s;
  animation-duration: 1.2s;
  animation-delay: 1.5s;
  -moz-animation-duration: 1.2s;
  -moz-animation-delay: 1.5s; }

@media (max-width: 450px) {
  .col-sml {
    float: none;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 600px) {
  .col-sml {
    display: inline-block;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
  .col-sml:last-child {
    margin-right: 0; }
  .col-sml:nth-child(2) {
    margin-right: 0; }
  .col-sml:nth-child(3) {
    float: right;
    margin-right: 0; }
  .poster .poster-image {
    display: block; } }

@media (min-width: 907px) {
  .col-sml {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
  .col-sml:last-child {
    margin-right: 0; } }

@media (min-width: 950px) {
  .main-container .btn-item {
    display: block; } }
