/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * 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/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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"], /* 1 */
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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*!
 *  Font Awesome 4.3.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('fontawesome-webfont.eot?v=4.3.0');
  src: url('fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* 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: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.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-remove:before,
.fa-close:before,
.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,
.fa-bar-chart: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-f:before,
.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,
.fa-gratipay: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: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-buoy: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-genderless:before,
.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";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}

@font-face
{
	font-family: icons;
	font-style: normal;
	font-weight: 400;
	src: url(icons.eot);
	src: url(icons.eot?#iefix) format("embedded-opentype"),url(icons.woff) format("woff"),url(icons.ttf) format("truetype"),url(icons.svg?#icons) format("svg");
}
.lodges-row-table-container {
	/*margin-left: -15px;
	margin-right: -15px;*/
}

.lodges-row-table {
	display: table;
	width: 100%;
}

.lodges-row-table-row {
	display: table-row;
}

.lodges-col-table-cell {
	display: table-cell;
	vertical-align: middle;
}


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.lodges-container {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .lodges-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .lodges-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .lodges-container {
    width: 1170px;
  }
}

.lodges-row.lodges-no-margin {
	margin-right: -30px !important;
	margin-left: -30px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.lodges-container-fluid {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.lodges-row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.lodges-container:before,
.lodges-container:after,
.lodges-container-fluid:before,
.lodges-container-fluid:after,
.lodges-row:before,
.row:after {
  display: table;
  content: " ";
}

.lodges-container:after,
.lodges-container-fluid:after,
.lodges-row:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.show-below-sm, .show-below-md, .show-below-lg {
	display: block;
}

@media (min-width: 1201px) {
	.show-below-lg {
		display: none;
	}
}

@media (min-width: 993px) {
	.show-below-md, .show-below-lg {
		display: none;
	}
}

@media (min-width: 769px) {
	.show-below-sm, .show-below-md, .show-below-lg {
		display: none;
	}
}

.show-above-xs, .show-above-sm, .show-above-md {
	display: none !important;
}

@media (min-width: 769px) {
	.show-above-xs, .show-above-sm, .show-above-md {
		display: block !important;
	}
}

@media (min-width: 993px) {
	.show-above-sm, .show-above-md {
		display: block !important;
	}
}

@media (min-width: 1201px) {
	.show-above-md {
		display: block !important;
	}
}



/* Disables this for now, why shouldn't users be able to select?
*[not(input textarea)] {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}*/

#ldgsl-main-panel {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

html {
    height: 100%;
    overflow-y: scroll;
}

body {
	font-family: Verdana;
    font-size: 12px;
    background: #eee;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.clear-both {
    clear: both;
}

.nopointer {
    cursor: default;
}

.hidden {
    display: none;
}

.lodges-topic-container {
    width: 100%;
    min-height: 40px;
}

.lodges-topic-loading {
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}

.lodges-loading-panel {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 40%;
}

ul a {
    text-decoration: none;
}

.lodges-panel {
    padding: 0;
    margin: 0;
    background: #fff;
}

lodges-mobile-toc {
    display: none;
}

.lodges-toc-link-icon {
    display: none;
    height: 32px;
    margin-top: 4px;
    font-size: 18px;
    line-height: 32px;
    cursor: pointer;
}

    .lodges-toc-link-icon a {
        color: white;
        text-decoration: none;
    }

.lodges-back-button {
    color: #fff;
}

.lodges-logo-col {
    border-right: solid 1px #333;
}

@media (max-width: 768px) {
    .lodges-logo-col {
        width: 90px !important;
        max-height: 50px;
    }

    .lodges-control-col {
        width: 50px !important;
    }
}
.lodges-wizard-breadcrumb-items div:nth-child(1) {
	font-size: 8px;
	height: 16px;
}

.lodges-wizard-breadcrumb-items div:nth-child(2) {
	font-size: 8px;
}

.wizard-input-area-has-content-above {
	border-top: solid 2px #000;
}

.wizard-input-area-has-content-below {
	border-bottom: solid 2px #000;
}

.lodges-wizard-page[breadcrumb-title='wizardModel'] ul {
	background: transparent !important;
}

	.lodges-wizard-page[breadcrumb-title='wizardModel'] ul li {
		font-family: icons;
		width: 50%;
		float: left;
		margin-top: 0;
		text-align: center;
		background-clip: padding-box;
		border-top: solid 10px rgba(0, 0, 0, 0);
		line-height: 55px;
		font-size: 10em;
		height: 75px;
	}

@media only screen and (min-width: 768px) {
	.lodges-wizard-page[breadcrumb-title='wizardModel'] ul li {
		font-size: 16em;
		height: 120px;
		line-height: 120px;
	}
}

.lodges-wizard-page[breadcrumb-title='wizardModel'] ul li:nth-child(odd) {
	border-right: solid 5px rgba(0, 0, 0, 0);
}

.lodges-wizard-page[breadcrumb-title='wizardModel'] ul li:nth-child(even) {
	border-left: solid 5px rgba(0, 0, 0, 0);
}

.wizard-list-help-icon {
	display: inline-block;
	background: #000 !important;
	color: white;
	font-weight: bold;
	width: 25px;
	height: 25px;
	font-size: 10px;
	margin: 0;
	margin-top: 8px;
	margin-right: 12px;
	border-radius: 40%;
	float: right;
	line-height: 25px;
	text-align: center;
}

.wizard-data-is-loading-container {
	min-height: 60px;
	line-height: 60px;
	text-align: center;
}

.lodges-wizard-holder {
	background: #888 !important;
	min-height: 100%;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.lodges-wizard-holder-margin {
	padding: 10px;
}

.lodges-wizard-container i.fa {
	font-size: 24px;
}

.lodges-wizard-container {
	background: rgb(244, 244, 244);
	max-width: 768px;
	width: 100%;
	margin: 0 auto;
	font-family: HelveticaNeue, Helvetica, Arial;
}

	.lodges-wizard-container .lodges-panel {
		background: #000;
	}

	.lodges-wizard-container h1 {
		font-family: HelveticaNeue, Helvetica, Arial;
		font-size: 32px;
		line-height: 40px;
		font-weight: normal;
		margin: 0;
	}

	.lodges-wizard-container h2 {
		font-family: HelveticaNeue, Helvetica, Arial;
		font-size: 18px;
		font-weight: bold;
		min-height: 40px;
		line-height: 40px;
		margin: 5px;
		color: rgb(117, 118, 117);
	}

.lodges-wizard-input-area {
	max-height: 300px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.lodges-wizard-page button {
	color: black;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.lodges-wizard-page button {
	color: #eee;
	padding: 10px 0;
	font-size: 16px;
}

	.lodges-wizard-page button.lodges-wizard-button-back:before {
		/*content: '<'; */
		padding-right: 4px;
	}

	.lodges-wizard-page button.lodges-wizard-button-next {
		float: right;
	}

		.lodges-wizard-page button.lodges-wizard-button-next:after {
			/*content: '>';*/
			padding-left: 4px;
		}

	.lodges-wizard-page button[disabled=disabled] {
		display: none;
	}

.lodges-wizard-page ul {
	padding: 0;
	margin: 0;
}

.lodges-wizard-list-item {
	list-style-type: none;
	background: white;
	margin-top: 10px;
	padding: 0;
	color: rgb(151, 153, 155);
	cursor: pointer;
	height: 60px;
	line-height: 40px;
	font-size: 20px;
	overflow: hidden;
	-moz-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

	.lodges-wizard-list-item:nth-child(1) {
		margin-top: 0;
	}

.wizard-list-item-content {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
}

.lodges-wizard-list-item.active .wizard-list-item-content {
	border-bottom: 3px solid #000;
	color: #000;
}

.lodges-wizard-page {
	display: none;
}

.lodges-wizard-breadcrumb {
	background: white;
	margin-bottom: 10px;
}

.lodges-wizard-breadcrumb-items {
	cursor: pointer;
	float: left;
	width: 100%;
	min-height: 60px;
	overflow: hidden;
}

	.lodges-wizard-breadcrumb-items > div {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.lodges-wizard-breadcrumb-items.beforeActive {
	}

	.lodges-wizard-breadcrumb-items.active {
		background-color: #777 !important;
		color: white;
	}

	.lodges-wizard-breadcrumb-items:nth-last-child(2) {
		background: none;
		width: 100%;
	}

.lodges-wizard-container select[disabled="disabled"] {
	background-color: #ddd;
}

.lodges-wizard-breadcrumb-items {
	padding: 10px;
}

.lodges-login-container {
    border: 1px solid #f4f4f4;
    background-color: #f8f8f8;
    width: 300px;
    margin: auto;
    padding: 10px;
    line-height: 2em;
}

.lodges-login {
    padding-top: 100px;
}

.lodges-login-container button {
    width: 100%;
    background-color: #97999b;
    color: #fff;
    text-align: center;
    text-shadow: none !important;
    border: 1px solid #4e4e4e !important;
    box-shadow: none !important;
    line-height: 30px;
    font-weight: bold;
}

.lodges-login-field-container input {
    width: 100%;
    margin-bottom: 10px;
    line-height: 24px;
    padding: 2px;
}

.ldgsl-ServerInfo {
    font-family: Consolas, monospace;
    font-size: 0.8em;
    color: gray;
    line-height: 1;
    margin-top: 10px;
}

ul.lodges-menu {
	color: #ccc;
	min-width: 100%;
	display: block;
	padding: 0;
	margin: 0;
	height: 40px;
}

li.lodges-menu-item {
	display: inline-block;
	padding: 0 16px;
	border-right: 1px solid #333;
	cursor: pointer;
	line-height: 40px;
	height: 40px;
}

li.lodges-menu-item a {
	color: #fff;
	width: 100%;
	display: inline-block;
	background: transparent;
}

ul.lodges-sub-menu {
	margin: 0;
	position: absolute;
	right: 0;
	top: 4px;
}

.lodges-sub-menu li {
	border: none;
	line-height: 30px;
	max-height: 30px;
	font-size: 9px;
}

.lodges-sub-menu li a {
	display: inline;
}

.lodges-sub-menu li:before {
	content: '>';
	padding-right: 10px;
}

#ldgsl-side-panel {
	position: absolute;
	top: 0;
	
	left: -moz-calc(100% + 15px);
    left: -webkit-calc(100% + 15px);
    left: calc(100% + 15px);

	width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
}


#ldgsl-side-panel {
	display: none;
}

.lodges-menu-collapsed.active {
	background-color: #4e4e4e;
	transition: background-color 0.2s ease;
}

.lodges-menu-collapsed {
	display: none;
	width: 70px;
	height: 69px;
	margin: 0;
	line-height: 69px;
	text-align: center;
	border: none;
	border-top: solid 1px #333;
	border-left: solid 1px #333;
	color: white;
	font-size: 18px;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

@media all and (max-width: 768px) {
	
	.lodges-menu-collapsed {
		display: block;
		height: 50px;
		line-height: 50px;
		border-top: none;
		width: 50px;
	}

	ul.lodges-menu {
		display: none;
	}

	#ldgsl-side-panel ul.lodges-menu {
		display: initial;
	}

	#ldgsl-side-panel.active {
		display: block;
	}

	.lodges-menu-collapsed-container li.lodges-menu-item {
		display: block;
		padding: 0 10px;
		cursor: pointer;
		width: 100%;
		color: #333;
		border: 1px solid #4e4e4e !important;
		border-bottom: none !important;
		border-right: none !important;
		line-height: 40px;
	}

	.lodges-menu-collapsed-container li.lodges-menu-item:hover {
		background: #4e4e4e;
	}

	#ldgsl-side-panel.active .lodges-sub-menu {
		display: block;
		position: static;
		padding: 0;
		border: none;
		background: #242424 !important;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#ldgsl-side-panel.active .lodges-sub-menu li {
		border: none !important;
		padding: 0 25px;
		line-height: 30px !important;
		background: #242424 !important;
		color: #cbcbcb !important;
	}

	#ldgsl-side-panel.active .lodges-sub-menu li:hover {
		color: #4e4e4e !important;
	}

	#ldgsl-side-panel.active .lodges-sub-menu li:before {
		color: #cbcbcb !important;
	}

	.lodges-menu-collapsed-container li.lodges-menu-item:nth-last-child(1) {
		border-bottom: solid 1px #ddd;
	}
}

.lodges-search-wrapper {
	width: 100%;
}

.lodges-search-wrapper:hover {
	background: #4e4e4e;
	transition: background 0.5s ease;
}

.lodges-search-text-box {
	height: 28px;
	display: inline-block;
	border: 1px solid #ccc;
	width: 100%;
	margin-top: 6px;
	color:black;
}

.lodges-search-text-box input {
	width: 100%;
	padding-left: 16px;
	padding-right: 10px;
	border: none;
	height: 100%;
	font-size: 18px;
	letter-spacing: 2px;
	background: #0C121C;
	-webkit-user-select: auto;
}

.lodges-search-text-box-icon {
	visibility: hidden;
	position: absolute;
	font-size: 22px;
	display: block;
	color: white;
	width: 70px;
	height: 69px;
	text-align: center;
	left: -70px;
	line-height: 69px;
	border: #333 1px solid;
	border-right: none;
	background: #0C121C;
}

.lodges-search-text-box.active .lodges-search-text-box-icon {
	visibility: visible;
	position: absolute;
	font-size: 22px;
	display: block;
	color: white;
	width: 70px;
	height: 69px;
	text-align: center;
	left: -70px;
	line-height: 69px;
	border: #333 1px solid;
	border-right: none;
	background: #0C121C;
}

.lodges-search-result {
	width: 100%;
	margin-top: 6px;
}

.lodges-search-result {
	position: absolute;
	width: 80%;
	z-index: 10000;
	right: 0;
	padding: 4px 0;
}

.lodges-search-result ul {
	list-style: none;
	padding: 0;
	margin: 0;

}

.lodges-search-result ul li:nth-child(even) {
	background: #eee;
}

.lodges-search-result ul li {
	margin: 0;
	padding: 5px 10px;
}

.lodges-search-result ul li a {
	color: #000;
	text-decoration: none;
}

.lodges-search-result .arrow_box {
	border: none;
	background: #fff;
}

.lodges-search-result .arrow_box {
	position: relative;
	border: 1px solid #333;
}

.lodges-search-result .arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 98%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.lodges-search-result .arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

.lodges-search-result .arrow_box:before {
	border-color: rgba(51, 51, 51, 0);
	border-bottom-color: #333;
	border-width: 11px;
	margin-left: -11px;
}
.ldgsl-no-search-results {
	padding-top: 8px;
	padding-left: 10px;
}

.lodges-search-mobile-icon {
	display: none;
	height: 32px;
	margin-top: 4px;
	font-size: 18px;
	line-height: 32px;
	cursor: pointer;
}

.lodges-search-mobile-icon a {
	color: white;
	text-decoration: none;
}

@media (max-width: 768px) {
	.lodges-search-collapsed .lodges-search-mobile-icon {
		display: none;
	}
	.lodges-search-collapsed .lodges-search-text-box {
		display: none !important;
	}
	.lodges-search-collapsed.lodges-search-wrapper {
		display: none;
	}
}

/* Move this to JLR specific css, server side */
.lodges-search-mobile-icon {
	display: block;
	width: 70px;
	height: 69px;
	margin: 0;
	line-height: 69px;
	text-align: center;
	border: none;
	border-top: solid 1px #333;
	color: white;
}
.lodges-search-text-box {
	display: block !important;
	position: absolute;
	right: 55px;
	border-radius: 0;
	margin-top: 0;
	height: 69px;
	width: 0;
	border: none;
	transition: width 0.5s ease;
}

.lodges-search-text-box input {
	border-radius: 0;
	opacity: 0;
	border: solid 1px #333;
	transition: opacity 0.5s ease;
	border-left: none;
	outline: none;
	color: white;
	-webkit-user-select: auto;
}

.lodges-search-text-box input {
	padding: 0;
}

.lodges-search-text-box.active input {
	position: static;
	display: block;
	opacity: 1;
}

.lodges-search-wrapper {
	display: block;
}

.lodges-embedded-search {
	height: 50px;
	background: #0C121C;
	padding: 12px;
	padding-right: 12px;
}

.lodges-embedded-search-content {
	line-height: 26px;
	width: 100%;
	height: 100%;
	color: #C9C9C9;
}
.lodges-embedded-search-content input {
	background: transparent;
	border: none;
	outline: none;
	width: 100%;
	color: white;
	height: 100%;
	padding: 0;
	-webkit-user-select: auto;
}

.lodges-embedded-search-content .lodges-embbeded-search-icon-col {
	background: #242424;
	width: 28px;
	padding-left: 10px;
}

.lodges-embedded-search-content .lodges-embbeded-search-text-col{
	width: 100%;
	padding-left: 10px;
	background: #242424;
}

.lodges-embedded-search-content .lodges-embbeded-search-cancel-col {
	text-align: center;
	text-transform: uppercase;
	display: none;
	padding: 0 10px;
	padding-right: 0;
	cursor: pointer;
}

.lodges-embedded-search-result-container {
	width: 100%;
	background: #dbdbdb;
	transition: min-height 0.2s ease;
}

.lodges-embedded-search-result-container ul {
	display: none;
}

.lodges-embedded-search-result-container.active {
	min-height: 200px;
	transition: min-height 0.2s ease;
}

.lodges-embedded-search-result-container.active ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.lodges-embedded-search-result-container.active ul li {
	display: block;
	padding: 12.5px 20px 12.5px 20px;
	border-bottom: 1px solid #cbcbce;
	color: #000;
	background: #eaeaea;
}

.lodges-embedded-search-result-container.active ul li:hover {
	background: #cbcbcb;	
}

.lodges-embedded-search-result-container.active ul li a {
	color: #000;
	font-weight: bold;
	text-transform: lowercase;
	display: block;
}
body {
	background: #fff;
	font-family: Arial;
}

.lodges-container, .lodges-container-fluid {
	background: #fff;
}

.lodges-container-fluid {
	padding-top: 0;
}

.lodges-header > div.lodges-col {
	background: #0C121C;
}

.lodges-header {
	height: 108px;
}

.lodges-menu-bar > div.lodges-col {
	background: #001532;
	color: white;
	height: 70px;
}

.lodges-search-wrapper {
	font-family: Arial;
}

.lodges-sub-menu {
	font-family: florencesans, arial;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #cbcbcb;
}

.lodges-menu {
	font-family: florencesans, arial;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 10px;
	height: 69px !important;
	border-top: 1px solid #333;
}

.lodges-menu li {
	width: 33%;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	height: 100% !important;
	line-height: 69px !important;
	color: #fff !important;
}

@media all and (min-width: 769px) {
	.lodges-menu li:last-child {
		width: 34%;
	}
}

	.lodges-menu li:hover {
		background-color: #4e4e4e; /* Changed from background tag JW */
		transition: background 0.5s ease;
	}

@media all and (max-width: 768px) {
	.lodges-sub-menu {
		display: none;
	}

	.lodges-menu-collapsed-container li.lodges-menu-item {
		text-align: left !important;
		background: #0C121C;
		border: none;
		border-top: solid 1px #333;
		line-height: 1.3em !important;
		font-size: 10px;
		padding: 18px 55px 18px 25px;
	}

	.lodges-logotype img {
		/*height: 60px;*/
	}

	.lodges-header {
		height: 50px;
	}
}

.lodges-panel {
	padding: 0;
	margin: 0;
}

.lodges-sticky-footer {
	background: #001532;
	color: white;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.3;
}

.lodges-content-topic {
    width: 100%;
}

    .lodges-content-topic h1 {
        padding: 0;
        margin: 0;
    }

.wl-group {
    width: 50%;
    float: left;
}

.lodges-topic-content img {
    max-width: 100%;
}


.lodges-content-herospace {
    width: 100%;
	background: #fff;
}

@media (min-width: 768px){
	.lodges-content-herospace {
		width: 66.66667%;
	}
}

.lodges-content-herospace img {
    width: 100%;
}

.lodges-title a,
.lodges-title a:hover,
.lodges-title a:link,
.lodges-title a:visited{
	color: rgb(51, 51, 51);
	text-decoration: none;
}

.ldgsc-topic-visualnav {
    position: relative;
}

    .ldgsc-topic-visualnav .rn-carousel-control {
        background: white;
        border: 2px solid transparent;
        border-radius: 25px;
    }

    .ldgsc-topic-visualnav div.rn-carousel-indicator span {
        font-size: 25px;
        color: #97999b;
    }

    .ldgsc-topic-visualnav div.rn-carousel-indicator span.active {
        color: black;
    }


    .ldgsc-topic-visualnav figcaption {
        visibility: hidden;
    }

    .ldgsc-topic-visualnav ul li img {
        width: 100%;
        height: auto;
    }

.lodges-size-s {
    width: 50%;
    float: left;
    clear: left;
    margin-right: 4.5px;
    margin-left: 0;
}

.lodges-size-m, .lodges-size- {
    width: 100%;
    float: left;
    clear: left;
    margin-right: 4.5px;
    margin-left: 0;
}

.lodges-size-l {
    width: 100%;
}

.lodges-size-m + * + *, .lodges-size-s + * + * {
    clear: both;
}

@media screen and (min-width: 768px) {
    .lodges-size-s {
        width: 25%;
    }

    .lodges-size-m, lodges-size- {
        width: 50%;
    }

    .lodges-size-l {
        width: 100%;
    }
}

.lodges-topic-container {
    width: 66.6%;
    margin: 12px auto;
}

.lodges-linklist > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
}

.lodges-linklist li:first-child a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.lodges-linklist li {
    margin-bottom: 3px;
    border: 0;
    display: list-item;
    text-align: -webkit-match-parent;
}

    .lodges-linklist li a:link, .lodges-linklist li a:visited {
        color: #00f;
        text-decoration: none;
    }

    .lodges-linklist li a {
        border-radius: 0;
        background: #eee;
        display: block;
        padding: 0 9px;
        height: 30px;
        line-height: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 30px;
    }

        .lodges-linklist li a:hover {
            background: #ccc;
        }

        .lodges-linklist li a:before {
            font-size: 1.4em;
            font-weight: 400;
            line-height: 30px;
            float: right;
            margin-right: -20px;
            content: "\f054";
            font-family: FontAwesome;
            display: inline-block;
            vertical-align: middle;
            font-style: normal;
            speak: none;
            text-decoration: inherit;
            text-transform: none;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
        }

.lodges-content-topic > header > h1 {
    color: rgb(151, 153, 155);
    display: block;
    font-size: 24px;
    font-weight: normal;
}

section > header > h1 {
    color: rgb(151, 153, 155);
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 9px 0 2.25px 0;
}

figcaption {
    font-style: italic;
}


.ldgsc-table-of-content {
    margin-left: 50px;
}
.ldgsc-table-of-content ul {
   list-style-type: none;
}


.lodges-topic-content button {
    display: block;
    width: 100%;
    background: #eee;
    margin-bottom: 3px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    -webkit-user-select: none;
}

   .lodges-topic-content button:hover {
        background: #ccc;
    }

p .ldgsc-img,
p .ldgsc-symbol {
    height: 1em;
}
.lodges-align-left    { text-align: left !important; }
.lodges-align-center  { text-align: center !important; }
.lodges-align-right   { text-align: right !important; }
.lodges-align-justify { text-align: justify !important; }

.lodges-valign-top    { vertical-align: top !important; }
.lodges-valign-middle { vertical-align: middle !important; }
.lodges-valign-bottom { vertical-align: bottom !important; }
input[type=range]{width:300px}ul[rn-carousel]{overflow:hidden;padding:0;white-space:nowrap;position:relative;-webkit-perspective:1000px;-ms-perspective:1000px;perspective:1000px;-ms-touch-action:pan-y;touch-action:pan-y}ul[rn-carousel]>li{color:#000;-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;overflow:visible;vertical-align:top;position:absolute;left:0;right:0;white-space:normal;padding:0;margin:0;list-style-type:none;width:100%;height:100%;display:inline-block}ul[rn-carousel-buffered]>li{display:none}ul[rn-carousel-transition=hexagon]{overflow:visible}div.rn-carousel-indicator span{cursor:pointer;color:#666}div.rn-carousel-indicator span.active{color:#fff}.rn-carousel-control{-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;font-size:2rem;position:absolute;top:40%;opacity:.75;cursor:pointer}.rn-carousel-control:hover{opacity:1}.rn-carousel-control.rn-carousel-control-prev{left:.5em}.rn-carousel-control.rn-carousel-control-prev:before{content:"<"}.rn-carousel-control.rn-carousel-control-next{right:.5em}.rn-carousel-control.rn-carousel-control-next:before{content:">"}

.lodges-attention {
    color: #222;
    font-size: .85em;
    background: #fff;
    border-width: 0 2px 2px;
    border-style: solid;
    padding: 0 5px;
    margin: 9px 0;
    clear:both;
}

    .lodges-attention .lodges-attention-boilerplate-header {
        color: #222;
        margin: 0 -5px 5px -5px;
        font-size: 11px;
        text-transform: uppercase;
        position: relative;
        height: 20px;
        line-height: 20px;
    }

    .lodges-attention .lodges-attention-boilerplate {
        margin: 0;
        padding: 0 5px;
        font-weight: 700;
        vertical-align: top;
    }

        .lodges-attention .lodges-attention-boilerplate:before {
            font-family: icons;
            line-height: 20px;
            font-size: 1.5em;
            padding-right: 4px;
        }

    .lodges-attention[data-attention-type=caution] {
        border-color: #ea8438;
    }

        .lodges-attention[data-attention-type=caution] header {
            background: #ea8438;
        }

        .lodges-attention[data-attention-type=caution] .lodges-attention-boilerplate:before {
            content: "\e024";
        }


    .lodges-attention[data-attention-type=danger] {
        border-color: #f9dcd9;
    }

        .lodges-attention[data-attention-type=danger] header {
            background: #f9dcd9;
        }

        .lodges-attention[data-attention-type=danger] .lodges-attention-boilerplate:before {
            content: "\e008";
        }


    .lodges-attention[data-attention-type=important] {
        border-color: #faf3d9;
    }

        .lodges-attention[data-attention-type=important] header {
            background: #faf3d9;
        }

        .lodges-attention[data-attention-type=important] .lodges-attention-boilerplate:before {
            content: "\e009";
        }


    .lodges-attention[data-attention-type=note] {
        border-color: #d6d2c4;
    }

        .lodges-attention[data-attention-type=note] header {
            background: #d6d2c4;
        }

        .lodges-attention[data-attention-type=note] .lodges-attention-boilerplate:before {
            content: "\e02a";
        }


    .lodges-attention[data-attention-type=tip] {
        border-color: #e9fee0;
    }


        .lodges-attention[data-attention-type=tip] header {
            background: #e9fee0;
        }

        .lodges-attention[data-attention-type=tip] .lodges-attention-boilerplate:before {
            content: "\e00c";
        }

    .lodges-attention[data-attention-type=warning] {
        border-color: #c10235;
    }

        .lodges-attention[data-attention-type=warning] header {
            background: #c10235;
        }

        .lodges-attention[data-attention-type=warning] .lodges-attention-boilerplate {
            color: #ffffff;
        }

            .lodges-attention[data-attention-type=warning] .lodges-attention-boilerplate:before {
                content: "\e02f";
            }


    .lodges-attention header:not(.lodges-attention-boilerplate-header) {
        background: #fff;
        font-size: 0.5em;
        font-weight: 700;
    }

    .lodges-attention p {
        margin: 0 0 4.5px 0;
    }


.lodges-codeblock {
    background: #eee;
    padding: 6px 8px;
}


.ldgsc-figure-legend:not([data-autolabel]) ul {
    list-style: none;
    margin-left: -10px;
}

.ldgsc-figure-legend[data-autolabel='alpha'] ul {
    list-style: lower-alpha;
    margin-left: -10px;
}

.ldgsc-figure-legend-label {
    font-weight: 700;
    white-space: nowrap;
}



.lodges-imagemap {
	position: relative;
}

	.lodges-imagemap img {
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
	}

.lodges-imagemap-point {
	position: absolute;
	background: rgba(255,255,255,.5);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border-width: 3px;
	border-style: solid;
	border-color: #5c92bb;
	-webkit-box-shadow: 0 0 0 2px #fff;
	box-shadow: 0 0 0 2px #fff;
	margin-top: -10px;
	margin-left: -10px;
	cursor: pointer;
}

	.lodges-imagemap-point a {
		display: none;
	}

.lodges-imagemap-tooltip {
	position: absolute;
	left: 0;
	z-index: 100000;
	font-size: .85em;
	background: #5c92bb;
	padding: 6px 8px;
}

	.lodges-imagemap-tooltip a {
		color: #fff;
		text-decoration: none;
	}

@media (max-width: 768px) {
	.lodges-imagemap-tooltip {
		width: 95%;
	}
}

.lodges-imagemap-tooltip-line {
	position: absolute;
	width: 2px;
	height: 200px;
	background: #5c92bb;
	z-index: 100001;
}


.ldgsc-symbollist {
    list-style: none;
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
}

    .ldgsc-symbollist li:first-child {
        margin-top: 0;
    }

    .ldgsc-symbollist li {
        margin-top: 15px;
        overflow: hidden;
        zoom: 1;
    }

    .ldgsc-symbollist .ldgsc-symbol {
        float: left;
        clear: both;
        width: 40px;
        height: 40px;
        padding-right: 5px;
    }

    html[dir=rtl] .ldgsc-symbollist .ldgsc-symbol {
        float: right;
        padding-left: 5px;
        padding-right: 0;
    }

.ldgsc-displaytext {
    color : grey;
    font-weight: bold;
}
.ldgsc-interiortext {
    font-weight: bold;
}
.ldgsc-filepath{
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
.lodges-screen {
    padding: 6px 8px;
    border: 1px dashed #aaa;
}


.ldgsc-menu > ol {
    left: 0;
    margin: 0;
    padding: 0;
}

.ldgsc-menu ol {
    list-style: none;
}

.ldgsc-menu .ldgsc-menu-entry li:before {
    font-family: icons;
    content: "\e00a";
    margin-right: .25em;
}


.ldgsc-panel {
    min-height: 1em;
    padding: .5em 1em;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.ldgsc-heading {
    font-weight: bold;
}
.ldgsc-uicontrol {
    font-weight: bold;
}
.ldgsc-menucascade {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

.ldgsc-menucascade:before {
    content: open-quote;
}

.ldgsc-menucascade:after {
    content: close-quote;
}

.ldgsc-menucascade>.ldgsc-uicontrol+.ldgsc-uicontrol:before {
    content: "\20\2192\20";
    font-weight: 400;
}
.ldgsc-tt {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    font-size: 14px;
    line-height: 1.3;
}
.ldgsc-schar {

    font-family: Consolas;
}
.ldgsc-torgue-list {

}
.ldgsc-nbtext {

    white-space: nowrap;
}

.lodges-table {
	width: 100%;
	font-size: 0.85em;
	color: #222;
}

.lodges-table tbody>tr>td, .lodges-table>tbody>tr>th, .lodges-table>tfoot>tr>td, .lodges-table>tfoot>tr>th, .lodges-table>thead>tr>td, .lodges-table>thead>tr>th {
	padding: 3px;
	line-height: 1.3;
	vertical-align: top;
	border: 1px solid #ddd;
}

.lodges-table caption {
	text-align: left;
	font-style: italic;
}

.lodges-table th {
text-align: left;
color: #fff;
background: rgba(0,0,0,.6);
}
table.ldgsc-dl {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1px solid #cbcbcb;
}

    table.ldgsc-dl th {
        padding: .5em .75em;
        text-align: left;
        background: rgba(0,0,0,.6);
        color: #fff;
    }

    table.ldgsc-dl td.ldgsc-dl-dt,
    table.ldgsc-dl td.ldgsc-dl-dd {
        padding: 0 .75em;
        border-top: 1px solid #cbcbcb;
        font-size: inherit;
        margin: 0;
        overflow: visible;
    }

dd.ldgsc-dl-dd {
    margin: -.5em 0 0 2em;
}

dt.ldgsc-dl-dt {
    font-weight: bold;
}


.ldgsc-video > video {
    float: none;
}
h4,h5,h6 {
    font-size: 12px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.ldgsc-topic-task-info figure {
    
    margin: 0 0 1em 1em;
    clear: both;
}

.ldgsc-topic-task-step {
    clear: both;
}

    .ldgsc-topic-task-step cite:before {
        content: '(';
    }

    .ldgsc-topic-task-step cite:after {
        content: ')';
    }

.ldgsc-topic-task-substeps {
    list-style: lower-alpha;
}


.ldgsc-medialist {
    position: relative;
}

    .ldgsc-medialist .rn-carousel-control {
        background: white;
        border: 2px solid transparent;
        border-radius: 25px;
    }

    .ldgsc-medialist div.rn-carousel-indicator span {
        font-size: 25px;
        color: #97999b;
    }

        .ldgsc-medialist div.rn-carousel-indicator span.active {
            color: black;
        }

@media (max-width: 768px) {

    .ldgsc-medialist .rn-carousel-control {
        display: none;
    }
}


.ldgsc-topic-visualnav img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}


.ldgsl-cookie-information-filler-container {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 1336;
	display: none;
}

.ldgsl-cookie-information-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1337;
}

.ldgsl-cookie-information-position {
	overflow: auto;
	-ms-overflow-style: auto;

	width: 100%;
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	margin: 0 0 0 0;
	right: 0;
	left: 0;
	display: inline-block;
}

.ldgsl-cookie-information-container table.modal-content-centralizer {
	max-width: 100%;
	width: 100%;
	max-height: 100%;
	height: 100%;
	background: transparent;
	border: 1px solid transparent; /* This is absolutely necesary for the box to be centered */
	overflow: auto;
	position: absolute;
}

.ldgsl-cookie-information-container table.modal-content-centralizer td.main {
	max-width: 100%;
	border: 5px solid transparent; /* This is absolutely necesary for the box to be centered */
	vertical-align: middle;
	text-align: center;
	overflow: auto;
	width: 600px;
}

html.modal-visible, html.modal-visible body {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	-ms-overflow-style: none;
}

.ldgsl-cookie-information-box {
	background-color: #fff;
	max-width: 100%;
	overflow: auto;
	padding: 30px 30px 10px 30px;
	width: 600px;
	min-height: 100px;
	position: relative;
	text-align: left;
}

.ldgsl-cookie-information-accept {
	background: #627890;
	color: #fff;
	margin: 20px 20px 30px 20px;
	border: none;
	padding: 10px 20px;
}

.ldgsl-cookie-information-vert-center {
	text-align: center;
}

/* Media Queries */

@media (max-width: 630px) {
	.ldgsl-cookie-information-box,
	.ldgsl-cookie-information-container table.modal-content-centralizer td.main {
		width: auto;
	}

	/* Needed for IE9 */
	.ldgsl-cookie-information-box img {
		width: 100%;
	}
}

@media (max-width: 448px) {

	.ldgsl-cookie-information-position {
		padding: 0;
	}

	.ldgsl-cookie-information-accept {
		margin: 10px 10px 20px 10px;
	}

	.ldgsl-cookie-information-box {
		padding: 20px 20px 0 20px;
	}
}

@media (max-width: 378px) {
	/* Make textpadding smaller */
	.ldgsl-cookie-information-box {
		padding: 10px 10px 0 10px;
	}
}
