/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

html {
  box-sizing: border-box;
}

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

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

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #b00000;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #640000;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

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

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

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

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
}

.blockquote-footer::before {
  content: "\2014   \A0";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: "\A0   \2014";
}

.img-fluid,
.wp-caption img {
  max-width: 100%;
  height: auto;
}

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

.figure,
.wp-caption {
  display: inline-block;
}

.figure-img,
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption,
.wp-caption-text {
  font-size: 90%;
  color: #636c72;
}

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.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,
.col-sm,
.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,
.col-md,
.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,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .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,
  .col-sm,
  .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,
  .col-md,
  .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,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .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,
  .col-sm,
  .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,
  .col-md,
  .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,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .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,
  .col-sm,
  .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,
  .col-md,
  .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,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .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,
  .col-sm,
  .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,
  .col-md,
  .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,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

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

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

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

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

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

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.33333%;
  }

  .pull-sm-2 {
    right: 16.66667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.33333%;
  }

  .pull-sm-5 {
    right: 41.66667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.33333%;
  }

  .pull-sm-8 {
    right: 66.66667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.33333%;
  }

  .pull-sm-11 {
    right: 91.66667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.33333%;
  }

  .push-sm-2 {
    left: 16.66667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.33333%;
  }

  .push-sm-5 {
    left: 41.66667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.33333%;
  }

  .push-sm-8 {
    left: 66.66667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.33333%;
  }

  .push-sm-11 {
    left: 91.66667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333%;
  }

  .pull-md-2 {
    right: 16.66667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333%;
  }

  .pull-md-5 {
    right: 41.66667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333%;
  }

  .pull-md-8 {
    right: 66.66667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333%;
  }

  .pull-md-11 {
    right: 91.66667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333%;
  }

  .push-md-2 {
    left: 16.66667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333%;
  }

  .push-md-5 {
    left: 41.66667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333%;
  }

  .push-md-8 {
    left: 66.66667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333%;
  }

  .push-md-11 {
    left: 91.66667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333%;
  }

  .pull-lg-2 {
    right: 16.66667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333%;
  }

  .pull-lg-5 {
    right: 41.66667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333%;
  }

  .pull-lg-8 {
    right: 66.66667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333%;
  }

  .pull-lg-11 {
    right: 91.66667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333%;
  }

  .push-lg-2 {
    left: 16.66667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.33333%;
  }

  .push-lg-5 {
    left: 41.66667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333%;
  }

  .push-lg-8 {
    left: 66.66667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333%;
  }

  .push-lg-11 {
    left: 91.66667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333%;
  }

  .pull-xl-2 {
    right: 16.66667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333%;
  }

  .pull-xl-5 {
    right: 41.66667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333%;
  }

  .pull-xl-8 {
    right: 66.66667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333%;
  }

  .pull-xl-11 {
    right: 91.66667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333%;
  }

  .push-xl-2 {
    left: 16.66667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333%;
  }

  .push-xl-5 {
    left: 41.66667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333%;
  }

  .push-xl-8 {
    left: 66.66667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333%;
  }

  .push-xl-11 {
    left: 91.66667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.search-form .search-field {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand,
.comment-form input[type="text"]::-ms-expand,
.comment-form input[type="email"]::-ms-expand,
.comment-form input[type="url"]::-ms-expand,
.comment-form textarea::-ms-expand,
.search-form .search-field::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus,
.search-form .search-field:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #ff3131;
  outline: none;
}

.form-control::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.comment-form input[type="text"]:-ms-input-placeholder,
.comment-form input[type="email"]:-ms-input-placeholder,
.comment-form input[type="url"]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder,
.search-form .search-field:-ms-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::placeholder,
.comment-form input[type="text"]::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="url"]::placeholder,
.comment-form textarea::placeholder,
.search-form .search-field::placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control:disabled,
.comment-form input[type="text"]:disabled,
.comment-form input[type="email"]:disabled,
.comment-form input[type="url"]:disabled,
.comment-form textarea:disabled,
.search-form .search-field:disabled,
.form-control[readonly],
.comment-form input[readonly][type="text"],
.comment-form input[readonly][type="email"],
.comment-form input[readonly][type="url"],
.comment-form textarea[readonly],
.search-form [readonly].search-field {
  background-color: #eceeef;
  opacity: 1;
}

.form-control:disabled,
.comment-form input[type="text"]:disabled,
.comment-form input[type="email"]:disabled,
.comment-form input[type="url"]:disabled,
.comment-form textarea:disabled,
.search-form .search-field:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]),
.search-form select.search-field:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value,
.search-form select.search-field:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-static.form-control-sm,
.input-group-sm > .form-control-static.form-control,
.comment-form .input-group-sm > input.form-control-static[type="text"],
.comment-form .input-group-sm > input.form-control-static[type="email"],
.comment-form .input-group-sm > input.form-control-static[type="url"],
.comment-form .input-group-sm > textarea.form-control-static,
.search-form .input-group-sm > .form-control-static.search-field,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.comment-form
  .input-group-sm > .input-group-btn > input.form-control-static[type="submit"],
.search-form
  .input-group-sm > .input-group-btn > .form-control-static.search-submit,
.form-control-static.form-control-lg,
.input-group-lg > .form-control-static.form-control,
.comment-form .input-group-lg > input.form-control-static[type="text"],
.comment-form .input-group-lg > input.form-control-static[type="email"],
.comment-form .input-group-lg > input.form-control-static[type="url"],
.comment-form .input-group-lg > textarea.form-control-static,
.search-form .input-group-lg > .form-control-static.search-field,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.comment-form
  .input-group-lg > .input-group-btn > input.form-control-static[type="submit"],
.search-form
  .input-group-lg > .input-group-btn > .form-control-static.search-submit {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.comment-form .input-group-sm > input[type="text"],
.comment-form .input-group-sm > input[type="email"],
.comment-form .input-group-sm > input[type="url"],
.comment-form .input-group-sm > textarea,
.search-form .input-group-sm > .search-field,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.comment-form
.input-group-sm > .input-group-btn > input[type="submit"],
.search-form
.input-group-sm > .input-group-btn > .search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.search-form .input-group-sm > select.search-field:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.search-form
.input-group-sm > .input-group-btn > select.search-submit:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg,
.input-group-lg > .form-control,
.comment-form .input-group-lg > input[type="text"],
.comment-form .input-group-lg > input[type="email"],
.comment-form .input-group-lg > input[type="url"],
.comment-form .input-group-lg > textarea,
.search-form .input-group-lg > .search-field,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.comment-form
.input-group-lg > .input-group-btn > input[type="submit"],
.search-form
.input-group-lg > .input-group-btn > .search-submit {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.search-form .input-group-lg > select.search-field:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.search-form
.input-group-lg > .input-group-btn > select.search-submit:not([size]):not([multiple]) {
  height: 3.16667rem;
}

.form-group,
.comment-form p,
.search-form label {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #5cb85c;
}

.has-success .form-control,
.has-success .comment-form input[type="text"],
.comment-form .has-success input[type="text"],
.has-success
.comment-form input[type="email"],
.comment-form .has-success input[type="email"],
.has-success
.comment-form input[type="url"],
.comment-form .has-success input[type="url"],
.has-success
.comment-form textarea,
.comment-form .has-success textarea,
.has-success .search-form .search-field,
.search-form .has-success .search-field {
  border-color: #5cb85c;
}

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e;
}

.has-warning .form-control,
.has-warning .comment-form input[type="text"],
.comment-form .has-warning input[type="text"],
.has-warning
.comment-form input[type="email"],
.comment-form .has-warning input[type="email"],
.has-warning
.comment-form input[type="url"],
.comment-form .has-warning input[type="url"],
.has-warning
.comment-form textarea,
.comment-form .has-warning textarea,
.has-warning .search-form .search-field,
.search-form .has-warning .search-field {
  border-color: #f0ad4e;
}

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #d9534f;
}

.has-danger .form-control,
.has-danger .comment-form input[type="text"],
.comment-form .has-danger input[type="text"],
.has-danger
.comment-form input[type="email"],
.comment-form .has-danger input[type="email"],
.has-danger
.comment-form input[type="url"],
.comment-form .has-danger input[type="url"],
.has-danger
.comment-form textarea,
.comment-form .has-danger textarea,
.has-danger .search-form .search-field,
.search-form .has-danger .search-field {
  border-color: #d9534f;
}

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.form-inline,
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check,
.search-form .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label,
  .search-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group,
  .search-form .form-group,
  .form-inline .comment-form p,
  .comment-form .form-inline p,
  .search-form .comment-form p,
  .comment-form .search-form p,
  .form-inline .search-form label,
  .search-form .form-inline label,
  .search-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control,
  .search-form .form-control,
  .form-inline .comment-form input[type="text"],
  .comment-form .form-inline input[type="text"],
  .search-form .comment-form input[type="text"],
  .comment-form .search-form input[type="text"],
  .form-inline
    .comment-form input[type="email"],
  .comment-form .form-inline input[type="email"],
  .search-form
    .comment-form input[type="email"],
  .comment-form .search-form input[type="email"],
  .form-inline
    .comment-form input[type="url"],
  .comment-form .form-inline input[type="url"],
  .search-form
    .comment-form input[type="url"],
  .comment-form .search-form input[type="url"],
  .form-inline
    .comment-form textarea,
  .comment-form .form-inline textarea,
  .search-form
    .comment-form textarea,
  .comment-form .search-form textarea,
  .search-form .search-field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static,
  .search-form .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group,
  .search-form .input-group {
    width: auto;
  }

  .form-inline .form-control-label,
  .search-form .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-check,
  .search-form .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-inline .form-check-label,
  .search-form .form-check-label {
    padding-left: 0;
  }

  .form-inline .form-check-input,
  .search-form .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control,
  .search-form .custom-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }

  .form-inline .custom-control-indicator,
  .search-form .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }

  .form-inline .has-feedback .form-control-feedback,
  .search-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn,
.comment-form input[type="submit"],
.search-form .search-submit {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn:focus,
.comment-form input[type="submit"]:focus,
.search-form .search-submit:focus,
.btn:hover,
.comment-form input[type="submit"]:hover,
.search-form .search-submit:hover {
  text-decoration: none;
}

.btn:focus,
.comment-form input[type="submit"]:focus,
.search-form .search-submit:focus,
.btn.focus,
.comment-form input.focus[type="submit"],
.search-form .focus.search-submit {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(176, 0, 0, 0.25);
}

.btn.disabled,
.comment-form input.disabled[type="submit"],
.search-form .disabled.search-submit,
.btn:disabled,
.comment-form input[type="submit"]:disabled,
.search-form .search-submit:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.btn:active,
.comment-form input[type="submit"]:active,
.search-form .search-submit:active,
.btn.active,
.comment-form input.active[type="submit"],
.search-form .active.search-submit {
  background-image: none;
}

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

.btn-primary {
  color: #fff;
  background-color: #b00000;
  border-color: #b00000;
}

.btn-primary:hover {
  color: #fff;
  background-color: #7d0000;
  border-color: #730000;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 2px rgba(176, 0, 0, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #b00000;
  border-color: #b00000;
}

.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #7d0000;
  background-image: none;
  border-color: #730000;
}

.btn-secondary,
.comment-form input[type="submit"],
.search-form .search-submit {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:hover,
.comment-form input[type="submit"]:hover,
.search-form .search-submit:hover {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:focus,
.comment-form input[type="submit"]:focus,
.search-form .search-submit:focus,
.btn-secondary.focus,
.comment-form input.focus[type="submit"],
.search-form .focus.search-submit {
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-secondary.disabled,
.comment-form input.disabled[type="submit"],
.search-form .disabled.search-submit,
.btn-secondary:disabled,
.comment-form input[type="submit"]:disabled,
.search-form .search-submit:disabled {
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:active,
.comment-form input[type="submit"]:active,
.search-form .search-submit:active,
.btn-secondary.active,
.comment-form input.active[type="submit"],
.search-form .active.search-submit,
.show > .btn-secondary.dropdown-toggle,
.comment-form
  .show > input.dropdown-toggle[type="submit"],
.search-form
  .show > .dropdown-toggle.search-submit {
  color: #292b2c;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}

.btn-outline-primary {
  color: #b00000;
  background-image: none;
  background-color: transparent;
  border-color: #b00000;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #b00000;
  border-color: #b00000;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(176, 0, 0, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #b00000;
  background-color: transparent;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #b00000;
  border-color: #b00000;
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #ccc;
  background-color: transparent;
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}

.btn-outline-info:active,
.btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #5cb85c;
  background-color: transparent;
}

.btn-outline-success:active,
.btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent;
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-link {
  font-weight: normal;
  color: #b00000;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
  background-color: transparent;
}

.btn-link,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #640000;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled {
  color: #636c72;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn,
.comment-form .btn-group-lg > input[type="submit"],
.search-form .btn-group-lg > .search-submit {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn,
.comment-form .btn-group-sm > input[type="submit"],
.search-form .btn-group-sm > .search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #292b2c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #eceeef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #f7f7f9;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #b00000;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent;
}

.show > .dropdown-menu {
  display: block;
}

.show > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #636c72;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.comment-form .btn-group > input[type="submit"],
.search-form .btn-group > .search-submit,
.btn-group-vertical > .btn,
.comment-form
  .btn-group-vertical > input[type="submit"],
.search-form
  .btn-group-vertical > .search-submit {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.btn-group > .btn:hover,
.comment-form .btn-group > input[type="submit"]:hover,
.search-form .btn-group > .search-submit:hover,
.btn-group-vertical > .btn:hover,
.comment-form
    .btn-group-vertical > input[type="submit"]:hover,
.search-form
    .btn-group-vertical > .search-submit:hover {
  z-index: 2;
}

.btn-group > .btn:focus,
.comment-form .btn-group > input[type="submit"]:focus,
.search-form .btn-group > .search-submit:focus,
.btn-group > .btn:active,
.comment-form .btn-group > input[type="submit"]:active,
.search-form .btn-group > .search-submit:active,
.btn-group > .btn.active,
.comment-form .btn-group > input.active[type="submit"],
.search-form .btn-group > .active.search-submit,
.btn-group-vertical > .btn:focus,
.comment-form
    .btn-group-vertical > input[type="submit"]:focus,
.search-form
    .btn-group-vertical > .search-submit:focus,
.btn-group-vertical > .btn:active,
.comment-form
    .btn-group-vertical > input[type="submit"]:active,
.search-form
    .btn-group-vertical > .search-submit:active,
.btn-group-vertical > .btn.active,
.comment-form
    .btn-group-vertical > input.active[type="submit"],
.search-form
    .btn-group-vertical > .active.search-submit {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .comment-form input[type="submit"] + .btn,
.comment-form .btn-group input[type="submit"] + .btn,
.btn-group .search-form .search-submit + .btn,
.search-form .btn-group .search-submit + .btn,
.btn-group .comment-form .btn + input[type="submit"],
.comment-form .btn-group .btn + input[type="submit"],
.btn-group .comment-form input[type="submit"] + input[type="submit"],
.comment-form .btn-group input[type="submit"] + input[type="submit"],
.btn-group .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .btn-group .search-form .search-submit + input[type="submit"],
.search-form .btn-group .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .btn-group .search-submit + input[type="submit"],
.btn-group .search-form .btn + .search-submit,
.search-form .btn-group .btn + .search-submit,
.btn-group .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .btn-group .comment-form input[type="submit"] + .search-submit,
.comment-form .btn-group .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .btn-group input[type="submit"] + .search-submit,
.btn-group .search-form .search-submit + .search-submit,
.search-form .btn-group .search-submit + .search-submit,
.btn-group .btn + .btn-group,
.btn-group .comment-form input[type="submit"] + .btn-group,
.comment-form
  .btn-group input[type="submit"] + .btn-group,
.btn-group .search-form .search-submit + .btn-group,
.search-form
  .btn-group .search-submit + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .comment-form .btn-group + input[type="submit"],
.comment-form
  .btn-group .btn-group + input[type="submit"],
.btn-group .search-form .btn-group + .search-submit,
.search-form
  .btn-group .btn-group + .search-submit,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .comment-form input[type="submit"] + .btn,
.comment-form
  .btn-group-vertical input[type="submit"] + .btn,
.btn-group-vertical .search-form .search-submit + .btn,
.search-form
  .btn-group-vertical .search-submit + .btn,
.btn-group-vertical .comment-form .btn + input[type="submit"],
.comment-form
  .btn-group-vertical .btn + input[type="submit"],
.btn-group-vertical .comment-form input[type="submit"] + input[type="submit"],
.comment-form
  .btn-group-vertical input[type="submit"] + input[type="submit"],
.btn-group-vertical .search-form .comment-form .search-submit + input[type="submit"],
.comment-form
  .btn-group-vertical .search-form .search-submit + input[type="submit"],
.search-form
  .btn-group-vertical .comment-form .search-submit + input[type="submit"],
.comment-form .search-form
  .btn-group-vertical .search-submit + input[type="submit"],
.btn-group-vertical .search-form .btn + .search-submit,
.search-form
  .btn-group-vertical .btn + .search-submit,
.btn-group-vertical .comment-form .search-form input[type="submit"] + .search-submit,
.search-form
  .btn-group-vertical .comment-form input[type="submit"] + .search-submit,
.comment-form
  .btn-group-vertical .search-form input[type="submit"] + .search-submit,
.search-form .comment-form
  .btn-group-vertical input[type="submit"] + .search-submit,
.btn-group-vertical .search-form .search-submit + .search-submit,
.search-form
  .btn-group-vertical .search-submit + .search-submit,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .comment-form input[type="submit"] + .btn-group,
.comment-form
  .btn-group-vertical input[type="submit"] + .btn-group,
.btn-group-vertical .search-form .search-submit + .btn-group,
.search-form
  .btn-group-vertical .search-submit + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .comment-form .btn-group + input[type="submit"],
.comment-form
  .btn-group-vertical .btn-group + input[type="submit"],
.btn-group-vertical .search-form .btn-group + .search-submit,
.search-form
  .btn-group-vertical .btn-group + .search-submit,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group > input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.search-form .btn-group > .search-submit:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child,
.comment-form .btn-group > input[type="submit"]:first-child,
.search-form .btn-group > .search-submit:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group > input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle),
.search-form .btn-group > .search-submit:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.comment-form .btn-group > input[type="submit"]:last-child:not(:first-child),
.search-form .btn-group > .search-submit:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.comment-form .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type="submit"],
.search-form .btn-group > .btn-group:not(:first-child):not(:last-child) > .search-submit {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.comment-form .btn-group > .btn-group:first-child:not(:last-child) > input[type="submit"]:last-child,
.search-form .btn-group > .btn-group:first-child:not(:last-child) > .search-submit:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.comment-form .btn-group > .btn-group:last-child:not(:first-child) > input[type="submit"]:first-child,
.search-form .btn-group > .btn-group:last-child:not(:first-child) > .search-submit:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn + .dropdown-toggle-split,
.comment-form input[type="submit"] + .dropdown-toggle-split,
.search-form .search-submit + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn + .dropdown-toggle-split::after,
.comment-form input[type="submit"] + .dropdown-toggle-split::after,
.search-form .search-submit + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split,
.comment-form .btn-group-sm > input[type="submit"] + .dropdown-toggle-split,
.search-form .btn-group-sm > .search-submit + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.comment-form .btn-group-lg > input[type="submit"] + .dropdown-toggle-split,
.search-form .btn-group-lg > .search-submit + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .comment-form input[type="submit"],
.comment-form .btn-group-vertical input[type="submit"],
.btn-group-vertical .search-form .search-submit,
.search-form .btn-group-vertical .search-submit,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.comment-form .btn-group-vertical > input[type="submit"] + .btn,
.search-form .btn-group-vertical > .search-submit + .btn,
.comment-form .btn-group-vertical > .btn + input[type="submit"],
.comment-form .btn-group-vertical > input[type="submit"] + input[type="submit"],
.search-form .comment-form .btn-group-vertical > .search-submit + input[type="submit"],
.comment-form .search-form .btn-group-vertical > .search-submit + input[type="submit"],
.search-form .btn-group-vertical > .btn + .search-submit,
.comment-form .search-form .btn-group-vertical > input[type="submit"] + .search-submit,
.search-form .comment-form .btn-group-vertical > input[type="submit"] + .search-submit,
.search-form .btn-group-vertical > .search-submit + .search-submit,
.btn-group-vertical > .btn + .btn-group,
.comment-form
  .btn-group-vertical > input[type="submit"] + .btn-group,
.search-form
  .btn-group-vertical > .search-submit + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.comment-form
  .btn-group-vertical > .btn-group + input[type="submit"],
.search-form
  .btn-group-vertical > .btn-group + .search-submit,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.comment-form .btn-group-vertical > input[type="submit"]:not(:first-child):not(:last-child),
.search-form .btn-group-vertical > .search-submit:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child),
.comment-form .btn-group-vertical > input[type="submit"]:first-child:not(:last-child),
.search-form .btn-group-vertical > .search-submit:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child),
.comment-form .btn-group-vertical > input[type="submit"]:last-child:not(:first-child),
.search-form .btn-group-vertical > .search-submit:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.comment-form .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type="submit"],
.search-form .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .search-submit {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.comment-form .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type="submit"]:last-child,
.search-form .btn-group-vertical > .btn-group:first-child:not(:last-child) > .search-submit:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.comment-form .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type="submit"]:first-child,
.search-form .btn-group-vertical > .btn-group:last-child:not(:first-child) > .search-submit:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
.comment-form [data-toggle="buttons"] > input[type="submit"] input[type="radio"],
.search-form [data-toggle="buttons"] > .search-submit input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.comment-form
[data-toggle="buttons"] > input[type="submit"] input[type="checkbox"],
.search-form
[data-toggle="buttons"] > .search-submit input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.comment-form
[data-toggle="buttons"] > .btn-group > input[type="submit"] input[type="radio"],
.search-form
[data-toggle="buttons"] > .btn-group > .search-submit input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.comment-form
[data-toggle="buttons"] > .btn-group > input[type="submit"] input[type="checkbox"],
.search-form
[data-toggle="buttons"] > .btn-group > .search-submit input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.input-group .form-control,
.input-group .comment-form input[type="text"],
.comment-form .input-group input[type="text"],
.input-group
  .comment-form input[type="email"],
.comment-form .input-group input[type="email"],
.input-group
  .comment-form input[type="url"],
.comment-form .input-group input[type="url"],
.input-group
  .comment-form textarea,
.comment-form .input-group textarea,
.input-group .search-form .search-field,
.search-form .input-group .search-field {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus,
.input-group .comment-form input[type="text"]:focus,
.comment-form .input-group input[type="text"]:focus,
.input-group
    .comment-form input[type="email"]:focus,
.comment-form .input-group input[type="email"]:focus,
.input-group
    .comment-form input[type="url"]:focus,
.comment-form .input-group input[type="url"]:focus,
.input-group
    .comment-form textarea:focus,
.comment-form .input-group textarea:focus,
.input-group .search-form .search-field:focus,
.search-form .input-group .search-field:focus,
.input-group .form-control:active,
.input-group .comment-form input[type="text"]:active,
.comment-form .input-group input[type="text"]:active,
.input-group
    .comment-form input[type="email"]:active,
.comment-form .input-group input[type="email"]:active,
.input-group
    .comment-form input[type="url"]:active,
.comment-form .input-group input[type="url"]:active,
.input-group
    .comment-form textarea:active,
.comment-form .input-group textarea:active,
.input-group .search-form .search-field:active,
.search-form .input-group .search-field:active,
.input-group .form-control:hover,
.input-group .comment-form input[type="text"]:hover,
.comment-form .input-group input[type="text"]:hover,
.input-group
    .comment-form input[type="email"]:hover,
.comment-form .input-group input[type="email"]:hover,
.input-group
    .comment-form input[type="url"]:hover,
.comment-form .input-group input[type="url"]:hover,
.input-group
    .comment-form textarea:hover,
.comment-form .input-group textarea:hover,
.input-group .search-form .search-field:hover,
.search-form .input-group .search-field:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .comment-form input[type="text"],
.comment-form
.input-group input[type="text"],
.input-group
.comment-form input[type="email"],
.comment-form
.input-group input[type="email"],
.input-group
.comment-form input[type="url"],
.comment-form
.input-group input[type="url"],
.input-group
.comment-form textarea,
.comment-form
.input-group textarea,
.input-group .search-form .search-field,
.search-form
.input-group .search-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .comment-form input[type="text"]:not(:first-child):not(:last-child),
.comment-form
  .input-group input[type="text"]:not(:first-child):not(:last-child),
.input-group
  .comment-form input[type="email"]:not(:first-child):not(:last-child),
.comment-form
  .input-group input[type="email"]:not(:first-child):not(:last-child),
.input-group
  .comment-form input[type="url"]:not(:first-child):not(:last-child),
.comment-form
  .input-group input[type="url"]:not(:first-child):not(:last-child),
.input-group
  .comment-form textarea:not(:first-child):not(:last-child),
.comment-form
  .input-group textarea:not(:first-child):not(:last-child),
.input-group .search-form .search-field:not(:first-child):not(:last-child),
.search-form
  .input-group .search-field:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #464a4c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.comment-form .input-group-sm > input.input-group-addon[type="text"],
.comment-form .input-group-sm > input.input-group-addon[type="email"],
.comment-form .input-group-sm > input.input-group-addon[type="url"],
.comment-form .input-group-sm > textarea.input-group-addon,
.search-form .input-group-sm > .input-group-addon.search-field,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.comment-form
  .input-group-sm > .input-group-btn > input.input-group-addon[type="submit"],
.search-form
  .input-group-sm > .input-group-btn > .input-group-addon.search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.comment-form .input-group-lg > input.input-group-addon[type="text"],
.comment-form .input-group-lg > input.input-group-addon[type="email"],
.comment-form .input-group-lg > input.input-group-addon[type="url"],
.comment-form .input-group-lg > textarea.input-group-addon,
.search-form .input-group-lg > .input-group-addon.search-field,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.comment-form
  .input-group-lg > .input-group-btn > input.input-group-addon[type="submit"],
.search-form
  .input-group-lg > .input-group-btn > .input-group-addon.search-submit {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group .comment-form input[type="text"]:not(:last-child),
.comment-form .input-group input[type="text"]:not(:last-child),
.input-group
.comment-form input[type="email"]:not(:last-child),
.comment-form .input-group input[type="email"]:not(:last-child),
.input-group
.comment-form input[type="url"]:not(:last-child),
.comment-form .input-group input[type="url"]:not(:last-child),
.input-group
.comment-form textarea:not(:last-child),
.comment-form .input-group textarea:not(:last-child),
.input-group .search-form .search-field:not(:last-child),
.search-form .input-group .search-field:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.comment-form
.input-group-btn:not(:last-child) > input[type="submit"],
.search-form
.input-group-btn:not(:last-child) > .search-submit,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.comment-form
.input-group-btn:not(:last-child) > .btn-group > input[type="submit"],
.search-form
.input-group-btn:not(:last-child) > .btn-group > .search-submit,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form
.input-group-btn:not(:first-child) > input[type="submit"]:not(:last-child):not(.dropdown-toggle),
.search-form
.input-group-btn:not(:first-child) > .search-submit:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.comment-form
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > input[type="submit"],
.search-form
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .search-submit {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group .comment-form input[type="text"]:not(:first-child),
.comment-form .input-group input[type="text"]:not(:first-child),
.input-group
.comment-form input[type="email"]:not(:first-child),
.comment-form .input-group input[type="email"]:not(:first-child),
.input-group
.comment-form input[type="url"]:not(:first-child),
.comment-form .input-group input[type="url"]:not(:first-child),
.input-group
.comment-form textarea:not(:first-child),
.comment-form .input-group textarea:not(:first-child),
.input-group .search-form .search-field:not(:first-child),
.search-form .input-group .search-field:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.comment-form
.input-group-btn:not(:first-child) > input[type="submit"],
.search-form
.input-group-btn:not(:first-child) > .search-submit,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.comment-form
.input-group-btn:not(:first-child) > .btn-group > input[type="submit"],
.search-form
.input-group-btn:not(:first-child) > .btn-group > .search-submit,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.comment-form
.input-group-btn:not(:last-child) > input[type="submit"]:not(:first-child),
.search-form
.input-group-btn:not(:last-child) > .search-submit:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.comment-form
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > input[type="submit"],
.search-form
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .search-submit {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child),
.comment-form input[type="text"] + .input-group-addon:not(:first-child),
.comment-form input[type="email"] + .input-group-addon:not(:first-child),
.comment-form input[type="url"] + .input-group-addon:not(:first-child),
.comment-form textarea + .input-group-addon:not(:first-child),
.search-form .search-field + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn,
.comment-form .input-group-btn > input[type="submit"],
.search-form .input-group-btn > .search-submit {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.input-group-btn > .btn + .btn,
.comment-form .input-group-btn > input[type="submit"] + .btn,
.search-form .input-group-btn > .search-submit + .btn,
.comment-form .input-group-btn > .btn + input[type="submit"],
.comment-form .input-group-btn > input[type="submit"] + input[type="submit"],
.search-form .comment-form .input-group-btn > .search-submit + input[type="submit"],
.comment-form .search-form .input-group-btn > .search-submit + input[type="submit"],
.search-form .input-group-btn > .btn + .search-submit,
.comment-form .search-form .input-group-btn > input[type="submit"] + .search-submit,
.search-form .comment-form .input-group-btn > input[type="submit"] + .search-submit,
.search-form .input-group-btn > .search-submit + .search-submit {
  margin-left: -1px;
}

.input-group-btn > .btn:focus,
.comment-form .input-group-btn > input[type="submit"]:focus,
.search-form .input-group-btn > .search-submit:focus,
.input-group-btn > .btn:active,
.comment-form .input-group-btn > input[type="submit"]:active,
.search-form .input-group-btn > .search-submit:active,
.input-group-btn > .btn:hover,
.comment-form .input-group-btn > input[type="submit"]:hover,
.search-form .input-group-btn > .search-submit:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.comment-form .input-group-btn:not(:last-child) > input[type="submit"],
.search-form .input-group-btn:not(:last-child) > .search-submit,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.comment-form .input-group-btn:not(:first-child) > input[type="submit"],
.search-form .input-group-btn:not(:first-child) > .search-submit,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus,
.comment-form .input-group-btn:not(:first-child) > input[type="submit"]:focus,
.search-form .input-group-btn:not(:first-child) > .search-submit:focus,
.input-group-btn:not(:first-child) > .btn:active,
.comment-form .input-group-btn:not(:first-child) > input[type="submit"]:active,
.search-form .input-group-btn:not(:first-child) > .search-submit:active,
.input-group-btn:not(:first-child) > .btn:hover,
.comment-form .input-group-btn:not(:first-child) > input[type="submit"]:hover,
.search-form .input-group-btn:not(:first-child) > .search-submit:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #b00000;
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #b00000;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #ff6464;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #636c72;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #b00000;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select:focus {
  border-color: #ff3131;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.custom-select:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.custom-file-control:lang(en)::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5em 1em;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #b00000;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

.navbar-toggler {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }

  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
  color: white;
}

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-inverse .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white;
}

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-primary {
  background-color: #b00000;
  border-color: #b00000;
}

.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #b00000;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

.card-inverse {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: calc(0.25rem - 1px);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .card-deck .card:not(:first-child) {
    margin-left: 15px;
  }

  .card-deck .card:not(:last-child) {
    margin-right: 15px;
  }
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .card-group .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }

  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

.breadcrumb::after {
  display: block;
  content: "";
  clear: both;
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #636c72;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #636c72;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #b00000;
  border-color: #b00000;
}

.page-item.disabled .page-link {
  color: #636c72;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #b00000;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
  color: #640000;
  text-decoration: none;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge,
.comment-form input[type="submit"] .badge,
.search-form .search-submit .badge {
  position: relative;
  top: -1px;
}

a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-default {
  background-color: #636c72;
}

.badge-default[href]:focus,
.badge-default[href]:hover {
  background-color: #4b5257;
}

.badge-primary {
  background-color: #b00000;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
  background-color: #7d0000;
}

.badge-success {
  background-color: #5cb85c;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
  background-color: #449d44;
}

.badge-info {
  background-color: #5bc0de;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
  background-color: #31b0d5;
}

.badge-warning {
  background-color: #f0ad4e;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
  background-color: #ec971f;
}

.badge-danger {
  background-color: #d9534f;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
  background-color: #c9302c;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-hr {
  border-top-color: #d0d5d8;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c1e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6d5ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7ecb5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #b00000;
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
       -o-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #464a4c;
  text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
  color: #292b2c;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #464a4c;
  text-decoration: none;
  background-color: #f7f7f9;
}

.list-group-item-action:active {
  color: #292b2c;
  background-color: #eceeef;
}

.list-group-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus,
.list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #fff;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item:disabled .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item:disabled .list-group-item-text {
  color: #636c72;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #b00000;
  border-color: #b00000;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text {
  color: #ffb0b0;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .75;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-inner::before,
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-inner::before,
.tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-inner::before,
.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-inner::before,
.tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover.popover-top,
.popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}

.popover.popover-top::before,
.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::before,
.popover.bs-tether-element-attached-bottom::after {
  left: 50%;
  border-bottom-width: 0;
}

.popover.popover-top::before,
.popover.bs-tether-element-attached-bottom::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}

.popover.popover-right,
.popover.bs-tether-element-attached-left {
  margin-left: 10px;
}

.popover.popover-right::before,
.popover.popover-right::after,
.popover.bs-tether-element-attached-left::before,
.popover.bs-tether-element-attached-left::after {
  top: 50%;
  border-left-width: 0;
}

.popover.popover-right::before,
.popover.bs-tether-element-attached-left::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-right::after,
.popover.bs-tether-element-attached-left::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}

.popover.popover-bottom,
.popover.bs-tether-element-attached-top {
  margin-top: 10px;
}

.popover.popover-bottom::before,
.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::before,
.popover.bs-tether-element-attached-top::after {
  left: 50%;
  border-top-width: 0;
}

.popover.popover-bottom::before,
.popover.bs-tether-element-attached-top::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}

.popover.popover-bottom .popover-title::before,
.popover.bs-tether-element-attached-top .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.popover-left,
.popover.bs-tether-element-attached-right {
  margin-left: -10px;
}

.popover.popover-left::before,
.popover.popover-left::after,
.popover.bs-tether-element-attached-right::before,
.popover.bs-tether-element-attached-right::after {
  top: 50%;
  border-right-width: 0;
}

.popover.popover-left::before,
.popover.bs-tether-element-attached-right::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-left::after,
.popover.bs-tether-element-attached-right::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover::before {
  content: "";
  border-width: 11px;
}

.popover::after {
  content: "";
  border-width: 10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  width: 100%;
}

@media (-webkit-transform-3d) {
  .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
}

@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-faded {
  background-color: #f7f7f7;
}

.bg-primary {
  background-color: #b00000 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #7d0000 !important;
}

.bg-success {
  background-color: #5cb85c !important;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #449d44 !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.bg-warning {
  background-color: #f0ad4e !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #ec971f !important;
}

.bg-danger {
  background-color: #d9534f !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #c9302c !important;
}

.bg-inverse {
  background-color: #292b2c !important;
}

a.bg-inverse:focus,
a.bg-inverse:hover {
  background-color: #101112 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

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

.rounded-0 {
  border-radius: 0;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.flex-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex-unordered {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .flex-md-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

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

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
}

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

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem 1rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3 {
    margin-left: 1rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem 3rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5 {
    margin-left: 3rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 0 !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem 1rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3 {
    padding-left: 1rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem 3rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5 {
    padding-left: 3rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1 {
    margin-left: 0.25rem !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2 {
    margin-left: 0.5rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem 1rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3 {
    margin-left: 1rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem 3rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5 {
    margin-left: 3rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-md-0 {
    padding: 0 0 !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1 {
    padding-left: 0.25rem !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2 {
    padding-left: 0.5rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem 1rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3 {
    padding-left: 1rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem 3rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5 {
    padding-left: 3rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem 1rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem 3rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5 {
    margin-left: 3rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 0 !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem 1rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3 {
    padding-left: 1rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem 3rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5 {
    padding-left: 3rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0 {
    margin-left: 0 !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem 1rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3 {
    margin-left: 1rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem 3rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5 {
    margin-left: 3rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 0 !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem 1rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3 {
    padding-left: 1rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem 3rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5 {
    padding-left: 3rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto {
    margin-left: auto !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

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

.text-uppercase {
  text-transform: uppercase !important;
}

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

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #636c72 !important;
}

a.text-muted:focus,
a.text-muted:hover {
  color: #4b5257 !important;
}

.text-primary {
  color: #b00000 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #7d0000 !important;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #449d44 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ec971f !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #c9302c !important;
}

.text-gray-dark {
  color: #292b2c !important;
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
  color: #101112 !important;
}

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

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

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

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

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

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

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

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

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

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

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

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

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

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

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

body {
  word-wrap: break-word;
}

body p {
  line-height: 22px;
  text-align: justify;
  margin-bottom: 15px;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5 {
  text-align: center;
}

h3,
h4,
h5 {
  font-weight: 600;
}

h1 {
  font-size: 36px;
  color: #b00000;
  margin: 0 0 20px;
  text-transform: uppercase;
}

h2 {
  font-size: 34px;
  color: #b00000;
  margin-bottom: 15px;
}

h3 {
  font-size: 24px;
  color: #b00000;
  line-height: 24px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 18px;
  max-width: 80%;
  margin: 15px auto 20px;
}

.section {
  padding: 30px;
  clear: left;
}

p,
ul {
  font-size: 15px;
}

p.middle-90,
p.middle-80,
p.middle-70,
p.middle-60 {
  margin-left: auto;
  margin-right: auto;
}

p.middle-90 {
  max-width: 90%;
}

p.middle-80 {
  max-width: 80%;
}

p.middle-70 {
  max-width: 70%;
}

p.middle-60 {
  max-width: 60%;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.no-padding {
  padding: 0;
}

.padding-15 {
  padding: 15px 0;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

a:hover {
  text-decoration: none;
}

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

a.ags_cta:hover {
  text-decoration: none;
  background-color: #9a0101;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

a.ags_cta.ghost {
  border: 2px solid #b00000;
  color: #b00000;
  background-color: #fff;
  float: left;
}

a.ags_cta.ghost:hover {
  text-decoration: none;
  background-color: #b00000;
  color: #fff;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

span.rc-smaller {
  font-size: 20px;
  line-height: 10px;
}

.full-width img {
  margin: auto;
  display: block;
}

.full-width h4 {
  color: #b00000;
  padding-bottom: 10px;
}

.col-md-5 {
  float: left;
  max-width: 20%;
  width: 100%;
}

.light_bg {
  background: -webkit-linear-gradient(left, #e5ddd8, #fdf8f3, #e5ddd8);
  background: -o-linear-gradient(left, #e5ddd8, #fdf8f3, #e5ddd8);
  background: linear-gradient(to right, #e5ddd8, #fdf8f3, #e5ddd8);
}

.plus_light_bg {
  background: -webkit-linear-gradient(top, #fcf8f6b3, #e5ddd8, #e5ddd8, #e5ddd833);
  background: -o-linear-gradient(top, #fcf8f6b3, #e5ddd8, #e5ddd8, #e5ddd833);
  background: linear-gradient(to bottom, #fcf8f6b3, #e5ddd8, #e5ddd8, #e5ddd833);
}

.dark_bg {
  background: #34313a;
}

.dark_bg h3 {
  color: #fff !important;
}

.dark_bg p {
  color: #fff;
}

.dark_bg h5 {
  color: #aaa;
}

.dark_bg h2 {
  color: #fff;
}

.dark_bg h4 {
  color: #fff;
}

.hidden {
  display: none;
}

.comment-list ol {
  list-style: none;
}

.search-form label {
  font-weight: normal;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

html body {
  visibility: hidden;
}

#goog_conv_iframe {
  display: none;
}

/* jewish flow */

.rtl header .cloned #topwidgets .fa {
  padding-right: 0;
  padding-left: 5px;
}

.rtl header .cloned #menubar nav.nav-primary div.menu-main_menu-container {
  float: left;
  right: 0;
}

.rtl header .cloned #menubar nav.nav-primary div.menu-main_menu-container ul.nav {
  left: -27%;
}

.rtl header .cloned #menubar nav.nav-primary div.menu-main_menu-container ul.nav li#menu-item-15981 div {
  margin: 7px 7px 0 0;
}

.rtl header .cloned #menubar nav.nav-primary div.menu-main_menu-container ul.nav li#menu-item-15981 div a.menu-quote-button-link {
  padding-left: 13px;
}

header {
  /*TOP BAR*/
  /* MAIN MENU */
  /* Dropdown menus */
  /* Movers */
}

header #topbar {
  width: 100%;
  background-color: #34313a;
  height: 28px;
}

header #topbar #topmenu {
  width: auto;
  float: left;
}

header #topbar #topmenu ul {
  padding-left: 0;
  margin-bottom: 0;
}

header #topbar #topmenu ul li:first-child {
  padding-left: 0;
}

header #topbar #topmenu ul li {
  padding: 0 15px;
  list-style-type: none;
  display: inline-block;
}

header #topbar #topmenu ul li a {
  display: block;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  line-height: 28px;
  position: relative;
}

header #topbar #topmenu ul li a span.active-site {
  background-color: #fff;
  position: relative;
  color: #b00000;
  font-weight: bold;
  display: block;
  padding: 0px 20px;
  margin: 0 -15px;
  text-decoration: none;
}

header #topbar #topmenu ul li a span.active-site::before {
  left: 0px;
  position: absolute;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 0px solid transparent;
  border-top: 28px solid #34313a;
  content: '';
  top: 0;
}

header #topbar #topmenu ul li a span.active-site::after {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0px;
  border-left: 10px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 28px solid #34313a;
  content: '';
}

header #topbar #topmenu ul li a span.active-global a {
  color: #b00000;
  text-decoration: none !important;
}

header #topbar #topmenu ul li a:hover {
  color: #fff !important;
  text-decoration: underline;
}

header #topbar #topwidgets {
  float: right;
}

header #topbar #topwidgets a:hover {
  text-decoration: none;
}

header #topbar #topwidgets .payment-widget.top-widget,
header #topbar #topwidgets .careers.top-widget {
  padding-right: 23px !important;
}

header #topbar #topwidgets .top-widget {
  margin-top: 5px;
  padding-right: 15px;
}

header #topbar #topwidgets .top-widget .widget {
  color: #fff;
  font-size: 12px;
}

header #topbar #topwidgets .top-widget .widget .fa {
  padding-right: 5px;
}

header #topbar #topwidgets .wpml-ls-statics-shortcode_actions {
  position: inherit;
  margin: 1px -15% 0 0;
}

header #topbar #topwidgets .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu {
  border: none;
}

header #topbar #topwidgets .wpml-ls-sidebars-top-menu-right li a,
header #topbar #topwidgets .wpml-ls-statics-shortcode_actions li a {
  background: #34313a;
  border: none;
  color: #fff;
  font-size: 12px;
}

header #topbar #topwidgets .wpml-ls-sidebars-top-menu-right li a:hover,
header #topbar #topwidgets .wpml-ls-statics-shortcode_actions li a:hover {
  border: none;
}

header #topbar #topwidgets .wpml-ls-sidebars-top-menu-right li .wpml-ls-display,
header #topbar #topwidgets .wpml-ls-statics-shortcode_actions li .wpml-ls-display {
  text-transform: capitalize;
  padding-left: 5px;
}

header .cloned {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

header .cloned #menubar {
  padding: 10px;
  height: 90px;
  /* Movers menu - no plugin */
}

header .cloned #menubar nav.nav-primary {
  float: right;
}

header .cloned #menubar .nav a:hover {
  cursor: pointer;
}

header .cloned #menubar .menu-main_menu-french-container ul.sub-menu {
  top: 25px !important;
}

header .cloned #menubar .menu-main_menu-container ul.sub-menu,
header .cloned #menubar .menu-main_menu_zh_hans-container ul.sub-menu,
header .cloned #menubar .menu-main_menu_bg-container ul.sub-menu,
header .cloned #menubar .menu-main_menu_cs-container ul.sub-menu,
header .cloned #menubar .menu-main_menu_nl-container ul.sub-menu,
header .cloned #menubar .menu-main_menu_pl-container ul.sub-menu,
header .cloned #menubar .menu-man_menu_hr-container ul.sub-menu,
header .cloned #menubar .menu-main_menu_ru-container ul.sub-menu,
header .cloned #menubar .menu-main_menu_hu-container ul.sub-menu,
header .cloned #menubar .menu-main_menu_ko-container ul.sub-menu,
header .cloned #menubar .menu-main_menu_pt_pt-container ul.sub-menu,
header .cloned #menubar .menu-main_menu_ro-container ul.sub-menu,
header .cloned #menubar .menu-main_menu_sl-container ul.sub-menu,
header .cloned #menubar .menu-main_menu_es-container ul.sub-menu {
  top: 24px !important;
}

header .cloned #menubar .menu-man_menu_de-container ul.sub-menu {
  top: 26px !important;
}

header .cloned #menubar ul.sub-menu {
  /* contact submenu */
  padding-left: 16%;
  margin-left: -16%;
  -webkit-transition-duration: 200ms;
       -o-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-property: opacity, margin-top, visibility;
  -o-transition-property: opacity, margin-top, visibility;
  transition-property: opacity, margin-top, visibility;
  box-sizing: border-box;
  overflow: visible;
  visibility: hidden;
  position: relative;
}

header .cloned #menubar ul.sub-menu li.menu-item {
  background: #34313a;
  padding: 5px 10px;
  height: inherit !important;
}

header .cloned #menubar ul.sub-menu li.menu-item a {
  color: #fff !important;
  padding: 5px 10px;
  font-size: 14px;
  text-transform: none !important;
}

header .cloned #menubar .sub-menu li.menu-item:hover {
  background: #1f1e23 !important;
  border: none !important;
  border-bottom: none !important;
}

header .cloned #menubar nav.nav-primary div.menu-man_menu_de-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_bg-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_cs-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_nl-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_pl-container,
header .cloned #menubar nav.nav-primary div.menu-man_menu_hr-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_ru-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_pt_pt-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_ro-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_sl-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_es-container {
  margin-top: -5% !important;
}

header .cloned #menubar nav.nav-primary div.menu-main_menu_de-container {
  margin-top: 2% !important;
}

header .cloned #menubar nav.nav-primary div.menu-main_menu_bg-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_cs-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_sl-container {
  right: -20%;
}

header .cloned #menubar nav.nav-primary div.menu-main_menu_nl-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_pl-container,
header .cloned #menubar nav.nav-primary div.menu-man_menu_hr-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_pt_pt-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_ro-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_es-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_de-container {
  right: -25%;
}

header .cloned #menubar nav.nav-primary div.menu-main_menu_ru-container {
  right: -29%;
}

header .cloned #menubar nav.nav-primary div.menu-main_menu-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_zh_hans-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_hu-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_ko-container {
  right: -34%;
  margin-top: -5% !important;
}

header .cloned #menubar nav.nav-primary div.menu-main-menu-pt-container {
  float: right;
}

header .cloned #menubar nav.nav-primary div.menu-main-menu-pt-container ul.nav {
  clear: both;
  position: relative;
}

header .cloned #menubar nav.nav-primary div.menu-main-menu-pt-container ul.nav li.menu-item:nth-child(6) {
  overflow: visible !important;
}

header .cloned #menubar nav.nav-primary div.menu-main-menu-pt-container ul.nav li.menu-animation .sub-menu {
  width: 220px;
}

header .cloned #menubar nav.nav-primary div.menu-main-menu-pt-container ul.nav li.menu-item {
  list-style: none;
}

header .cloned #menubar nav.nav-primary div.menu-main-menu-pt-container ul.nav li.menu-item a {
  color: #34313a;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  width: auto;
  vertical-align: baseline;
  top: auto;
  background: none !important;
}

header .cloned #menubar nav.nav-primary div.menu-main-menu-pt-container ul.nav li.menu-item a:hover {
  background: none;
}

header .cloned #menubar nav.nav-primary div.menu-main-menu-pt-container ul.nav li.menu-item div a.menu-quote-button-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

header .cloned #menubar nav.nav-primary div.menu-main_menu-container,
header .cloned #menubar nav.nav-primary div.menu-main-menu-container,
header .cloned #menubar nav.nav-primary div.menu-main-menu-fr-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu-french-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_pt-container,
header .cloned #menubar nav.nav-primary div.menu-man_menu_de-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_zh_hans-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_bg-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_cs-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_nl-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_pl-container,
header .cloned #menubar nav.nav-primary div.menu-man_menu_hr-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_ru-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_hu-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_ko-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_ro-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_sl-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_es-container,
header .cloned #menubar nav.nav-primary div.menu-main_menu_de-container {
  float: right;
}

header .cloned #menubar nav.nav-primary div.menu-main_menu-container ul.nav,
header .cloned #menubar nav.nav-primary div.menu-main-menu-container ul.nav,
header .cloned #menubar nav.nav-primary div.menu-main-menu-fr-container ul.nav,
header .cloned #menubar nav.nav-primary div.menu-main_menu-french-container ul.nav,
header .cloned #menubar nav.nav-primary div.menu-main_menu_pt-container ul.nav,
header .cloned #menubar nav.nav-primary div.menu-man_menu_de-container ul.nav,
header .cloned #menubar nav.nav-primary div.menu-main_menu_zh_hans-container ul.nav,
header .cloned #menubar nav.nav-primary div.menu-main_menu_bg-container ul.nav,
header .cloned #menubar nav.nav-primary div.menu-main_menu_cs-container ul.nav,
header .cloned #menubar nav.nav-primary div.menu-main_menu_nl-container ul.nav,
header .cloned #menubar nav.nav-primary div.menu-main_menu_pl-container ul.nav,
header .cloned #menubar nav.nav-primary div.menu-man_menu_hr-container ul.nav,
header .cloned #menubar nav.nav-primary div.menu-main_menu_ru-container ul.nav,
header .cloned #menubar nav.nav-primary div.menu-main_menu_hu-container ul.nav,
header .cloned #menubar nav.nav-primary div.menu-main_menu_ko-container ul.nav,
header .cloned #menubar nav.nav-primary div.menu-main_menu_ro-container ul.nav,
header .cloned #menubar nav.nav-primary div.menu-main_menu_sl-container ul.nav,
header .cloned #menubar nav.nav-primary div.menu-main_menu_es-container ul.nav,
header .cloned #menubar nav.nav-primary div.menu-main_menu_de-container ul.nav {
  clear: both;
  position: relative;
}

header .cloned #menubar nav.nav-primary div.menu-main_menu-container ul.nav li.menu-item:nth-child(6),
header .cloned #menubar nav.nav-primary div.menu-main-menu-container ul.nav li.menu-item:nth-child(6),
header .cloned #menubar nav.nav-primary div.menu-main-menu-fr-container ul.nav li.menu-item:nth-child(6),
header .cloned #menubar nav.nav-primary div.menu-main_menu-french-container ul.nav li.menu-item:nth-child(6),
header .cloned #menubar nav.nav-primary div.menu-main_menu_pt-container ul.nav li.menu-item:nth-child(6),
header .cloned #menubar nav.nav-primary div.menu-man_menu_de-container ul.nav li.menu-item:nth-child(6),
header .cloned #menubar nav.nav-primary div.menu-main_menu_zh_hans-container ul.nav li.menu-item:nth-child(6),
header .cloned #menubar nav.nav-primary div.menu-main_menu_bg-container ul.nav li.menu-item:nth-child(6),
header .cloned #menubar nav.nav-primary div.menu-main_menu_cs-container ul.nav li.menu-item:nth-child(6),
header .cloned #menubar nav.nav-primary div.menu-main_menu_nl-container ul.nav li.menu-item:nth-child(6),
header .cloned #menubar nav.nav-primary div.menu-main_menu_pl-container ul.nav li.menu-item:nth-child(6),
header .cloned #menubar nav.nav-primary div.menu-man_menu_hr-container ul.nav li.menu-item:nth-child(6),
header .cloned #menubar nav.nav-primary div.menu-main_menu_ru-container ul.nav li.menu-item:nth-child(6),
header .cloned #menubar nav.nav-primary div.menu-main_menu_hu-container ul.nav li.menu-item:nth-child(6),
header .cloned #menubar nav.nav-primary div.menu-main_menu_ko-container ul.nav li.menu-item:nth-child(6),
header .cloned #menubar nav.nav-primary div.menu-main_menu_ro-container ul.nav li.menu-item:nth-child(6),
header .cloned #menubar nav.nav-primary div.menu-main_menu_sl-container ul.nav li.menu-item:nth-child(6),
header .cloned #menubar nav.nav-primary div.menu-main_menu_es-container ul.nav li.menu-item:nth-child(6),
header .cloned #menubar nav.nav-primary div.menu-main_menu_de-container ul.nav li.menu-item:nth-child(6) {
  overflow: visible !important;
}

header .cloned #menubar nav.nav-primary div.menu-main_menu-container ul.nav li.menu-animation .sub-menu,
header .cloned #menubar nav.nav-primary div.menu-main-menu-container ul.nav li.menu-animation .sub-menu,
header .cloned #menubar nav.nav-primary div.menu-main-menu-fr-container ul.nav li.menu-animation .sub-menu,
header .cloned #menubar nav.nav-primary div.menu-main_menu-french-container ul.nav li.menu-animation .sub-menu,
header .cloned #menubar nav.nav-primary div.menu-main_menu_pt-container ul.nav li.menu-animation .sub-menu,
header .cloned #menubar nav.nav-primary div.menu-man_menu_de-container ul.nav li.menu-animation .sub-menu,
header .cloned #menubar nav.nav-primary div.menu-main_menu_zh_hans-container ul.nav li.menu-animation .sub-menu,
header .cloned #menubar nav.nav-primary div.menu-main_menu_bg-container ul.nav li.menu-animation .sub-menu,
header .cloned #menubar nav.nav-primary div.menu-main_menu_cs-container ul.nav li.menu-animation .sub-menu,
header .cloned #menubar nav.nav-primary div.menu-main_menu_nl-container ul.nav li.menu-animation .sub-menu,
header .cloned #menubar nav.nav-primary div.menu-main_menu_pl-container ul.nav li.menu-animation .sub-menu,
header .cloned #menubar nav.nav-primary div.menu-man_menu_hr-container ul.nav li.menu-animation .sub-menu,
header .cloned #menubar nav.nav-primary div.menu-main_menu_ru-container ul.nav li.menu-animation .sub-menu,
header .cloned #menubar nav.nav-primary div.menu-main_menu_hu-container ul.nav li.menu-animation .sub-menu,
header .cloned #menubar nav.nav-primary div.menu-main_menu_ko-container ul.nav li.menu-animation .sub-menu,
header .cloned #menubar nav.nav-primary div.menu-main_menu_ro-container ul.nav li.menu-animation .sub-menu,
header .cloned #menubar nav.nav-primary div.menu-main_menu_sl-container ul.nav li.menu-animation .sub-menu,
header .cloned #menubar nav.nav-primary div.menu-main_menu_es-container ul.nav li.menu-animation .sub-menu,
header .cloned #menubar nav.nav-primary div.menu-main_menu_de-container ul.nav li.menu-animation .sub-menu {
  display: inline-block !important;
}

header .cloned #menubar nav.nav-primary div.menu-main_menu-container ul.nav li.menu-item,
header .cloned #menubar nav.nav-primary div.menu-main-menu-container ul.nav li.menu-item,
header .cloned #menubar nav.nav-primary div.menu-main-menu-fr-container ul.nav li.menu-item,
header .cloned #menubar nav.nav-primary div.menu-main_menu-french-container ul.nav li.menu-item,
header .cloned #menubar nav.nav-primary div.menu-main_menu_pt-container ul.nav li.menu-item,
header .cloned #menubar nav.nav-primary div.menu-man_menu_de-container ul.nav li.menu-item,
header .cloned #menubar nav.nav-primary div.menu-main_menu_zh_hans-container ul.nav li.menu-item,
header .cloned #menubar nav.nav-primary div.menu-main_menu_bg-container ul.nav li.menu-item,
header .cloned #menubar nav.nav-primary div.menu-main_menu_cs-container ul.nav li.menu-item,
header .cloned #menubar nav.nav-primary div.menu-main_menu_nl-container ul.nav li.menu-item,
header .cloned #menubar nav.nav-primary div.menu-main_menu_pl-container ul.nav li.menu-item,
header .cloned #menubar nav.nav-primary div.menu-man_menu_hr-container ul.nav li.menu-item,
header .cloned #menubar nav.nav-primary div.menu-main_menu_ru-container ul.nav li.menu-item,
header .cloned #menubar nav.nav-primary div.menu-main_menu_hu-container ul.nav li.menu-item,
header .cloned #menubar nav.nav-primary div.menu-main_menu_ko-container ul.nav li.menu-item,
header .cloned #menubar nav.nav-primary div.menu-main_menu_ro-container ul.nav li.menu-item,
header .cloned #menubar nav.nav-primary div.menu-main_menu_sl-container ul.nav li.menu-item,
header .cloned #menubar nav.nav-primary div.menu-main_menu_es-container ul.nav li.menu-item,
header .cloned #menubar nav.nav-primary div.menu-main_menu_de-container ul.nav li.menu-item {
  margin: 0 0px 0 0;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  height: 55px;
  overflow: hidden;
}

header .cloned #menubar nav.nav-primary div.menu-main_menu-container ul.nav li.menu-item a,
header .cloned #menubar nav.nav-primary div.menu-main-menu-container ul.nav li.menu-item a,
header .cloned #menubar nav.nav-primary div.menu-main-menu-fr-container ul.nav li.menu-item a,
header .cloned #menubar nav.nav-primary div.menu-main_menu-french-container ul.nav li.menu-item a,
header .cloned #menubar nav.nav-primary div.menu-main_menu_pt-container ul.nav li.menu-item a,
header .cloned #menubar nav.nav-primary div.menu-man_menu_de-container ul.nav li.menu-item a,
header .cloned #menubar nav.nav-primary div.menu-main_menu_zh_hans-container ul.nav li.menu-item a,
header .cloned #menubar nav.nav-primary div.menu-main_menu_bg-container ul.nav li.menu-item a,
header .cloned #menubar nav.nav-primary div.menu-main_menu_cs-container ul.nav li.menu-item a,
header .cloned #menubar nav.nav-primary div.menu-main_menu_nl-container ul.nav li.menu-item a,
header .cloned #menubar nav.nav-primary div.menu-main_menu_pl-container ul.nav li.menu-item a,
header .cloned #menubar nav.nav-primary div.menu-man_menu_hr-container ul.nav li.menu-item a,
header .cloned #menubar nav.nav-primary div.menu-main_menu_ru-container ul.nav li.menu-item a,
header .cloned #menubar nav.nav-primary div.menu-main_menu_hu-container ul.nav li.menu-item a,
header .cloned #menubar nav.nav-primary div.menu-main_menu_ko-container ul.nav li.menu-item a,
header .cloned #menubar nav.nav-primary div.menu-main_menu_ro-container ul.nav li.menu-item a,
header .cloned #menubar nav.nav-primary div.menu-main_menu_sl-container ul.nav li.menu-item a,
header .cloned #menubar nav.nav-primary div.menu-main_menu_es-container ul.nav li.menu-item a,
header .cloned #menubar nav.nav-primary div.menu-main_menu_de-container ul.nav li.menu-item a {
  color: #34313a;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  width: auto;
  vertical-align: baseline;
  top: auto;
  background: none !important;
}

header .cloned #menubar nav.nav-primary div.menu-main_menu-container ul.nav li.menu-item a:hover,
header .cloned #menubar nav.nav-primary div.menu-main-menu-container ul.nav li.menu-item a:hover,
header .cloned #menubar nav.nav-primary div.menu-main-menu-fr-container ul.nav li.menu-item a:hover,
header .cloned #menubar nav.nav-primary div.menu-main_menu-french-container ul.nav li.menu-item a:hover,
header .cloned #menubar nav.nav-primary div.menu-main_menu_pt-container ul.nav li.menu-item a:hover,
header .cloned #menubar nav.nav-primary div.menu-man_menu_de-container ul.nav li.menu-item a:hover,
header .cloned #menubar nav.nav-primary div.menu-main_menu_zh_hans-container ul.nav li.menu-item a:hover,
header .cloned #menubar nav.nav-primary div.menu-main_menu_bg-container ul.nav li.menu-item a:hover,
header .cloned #menubar nav.nav-primary div.menu-main_menu_cs-container ul.nav li.menu-item a:hover,
header .cloned #menubar nav.nav-primary div.menu-main_menu_nl-container ul.nav li.menu-item a:hover,
header .cloned #menubar nav.nav-primary div.menu-main_menu_pl-container ul.nav li.menu-item a:hover,
header .cloned #menubar nav.nav-primary div.menu-man_menu_hr-container ul.nav li.menu-item a:hover,
header .cloned #menubar nav.nav-primary div.menu-main_menu_ru-container ul.nav li.menu-item a:hover,
header .cloned #menubar nav.nav-primary div.menu-main_menu_hu-container ul.nav li.menu-item a:hover,
header .cloned #menubar nav.nav-primary div.menu-main_menu_ko-container ul.nav li.menu-item a:hover,
header .cloned #menubar nav.nav-primary div.menu-main_menu_ro-container ul.nav li.menu-item a:hover,
header .cloned #menubar nav.nav-primary div.menu-main_menu_sl-container ul.nav li.menu-item a:hover,
header .cloned #menubar nav.nav-primary div.menu-main_menu_es-container ul.nav li.menu-item a:hover,
header .cloned #menubar nav.nav-primary div.menu-main_menu_de-container ul.nav li.menu-item a:hover {
  background: none;
}

header .cloned #menubar nav.nav-primary div.menu-main_menu-container ul.nav li.menu-item div a.menu-quote-button-link,
header .cloned #menubar nav.nav-primary div.menu-main-menu-container ul.nav li.menu-item div a.menu-quote-button-link,
header .cloned #menubar nav.nav-primary div.menu-main-menu-fr-container ul.nav li.menu-item div a.menu-quote-button-link,
header .cloned #menubar nav.nav-primary div.menu-main_menu-french-container ul.nav li.menu-item div a.menu-quote-button-link,
header .cloned #menubar nav.nav-primary div.menu-main_menu_pt-container ul.nav li.menu-item div a.menu-quote-button-link,
header .cloned #menubar nav.nav-primary div.menu-man_menu_de-container ul.nav li.menu-item div a.menu-quote-button-link,
header .cloned #menubar nav.nav-primary div.menu-main_menu_zh_hans-container ul.nav li.menu-item div a.menu-quote-button-link,
header .cloned #menubar nav.nav-primary div.menu-main_menu_bg-container ul.nav li.menu-item div a.menu-quote-button-link,
header .cloned #menubar nav.nav-primary div.menu-main_menu_cs-container ul.nav li.menu-item div a.menu-quote-button-link,
header .cloned #menubar nav.nav-primary div.menu-main_menu_nl-container ul.nav li.menu-item div a.menu-quote-button-link,
header .cloned #menubar nav.nav-primary div.menu-main_menu_pl-container ul.nav li.menu-item div a.menu-quote-button-link,
header .cloned #menubar nav.nav-primary div.menu-man_menu_hr-container ul.nav li.menu-item div a.menu-quote-button-link,
header .cloned #menubar nav.nav-primary div.menu-main_menu_ru-container ul.nav li.menu-item div a.menu-quote-button-link,
header .cloned #menubar nav.nav-primary div.menu-main_menu_hu-container ul.nav li.menu-item div a.menu-quote-button-link,
header .cloned #menubar nav.nav-primary div.menu-main_menu_ko-container ul.nav li.menu-item div a.menu-quote-button-link,
header .cloned #menubar nav.nav-primary div.menu-main_menu_ro-container ul.nav li.menu-item div a.menu-quote-button-link,
header .cloned #menubar nav.nav-primary div.menu-main_menu_sl-container ul.nav li.menu-item div a.menu-quote-button-link,
header .cloned #menubar nav.nav-primary div.menu-main_menu_es-container ul.nav li.menu-item div a.menu-quote-button-link,
header .cloned #menubar nav.nav-primary div.menu-main_menu_de-container ul.nav li.menu-item div a.menu-quote-button-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

header .dropdown-base li a:hover {
  font-weight: bold;
}

header .dropdown-base {
  background: #34313a;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;
  color: #fff;
  position: fixed;
  top: 120px;
  width: 100%;
  z-index: 10001;
  padding: 30px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;
  height: 470px;
}

header .dropdown-base a.menu-standard {
  border: 1px solid #fff;
  color: #fff;
  padding: 7px 25px;
  border-radius: 3px;
  background: rgba(176, 0, 0, 0.58);
  text-transform: uppercase;
  font-size: 13px;
}

header .dropdown-base a.menu-standard i.fa.fa-chevron-right {
  padding-left: 15px;
  font-size: 13px;
}

header .dropdown-base a:hover.menu-standard {
  background: #b00000;
  border: 1px solid rgba(176, 0, 0, 0.58) !important;
}

header .dropdown-base a:hover.menu-standard.ghost {
  color: #34313a !important;
  background: #fff !important;
  border-color: #34313a !important;
}

header .dropdown-base a:hover.menu-standard.ghost i.fa.fa-chevron-right {
  color: #34313a;
}

header .dropdown-base a.menu-standard.ghost {
  background: none !important;
}

header .dropdown-base .dropdown_close {
  float: right;
  position: fixed;
  right: 29px;
  top: 147px;
}

header .dropdown-base .dropdown_close button.cross {
  background: none;
  border: none;
}

header .dropdown-base .dropdown_close button.cross i {
  font-size: 25px;
}

header .dropdown-base .container {
  padding: 30px 15px;
}

header .dropdown-base .container ul {
  margin-left: -40px;
}

header .dropdown-base .container ul li {
  list-style: none;
}

header .dropdown-base .container ul li a {
  color: #ccc;
}

header .dropdown-base .container h5 {
  text-align: left;
  margin: 0 auto auto 0;
  text-transform: uppercase;
  font-size: 16px;
}

header .dropdown-base .container h5 a {
  color: #fff;
}

header .dropdown-base .container ul.additional {
  -webkit-columns: 4;
          columns: 4;
}

header .dropdown-base .container .col-md-8:nth-child(1) {
  margin-bottom: 20px;
}

header .dropdown-base .container .fix-margin li:nth-child(7) {
  margin-left: -8px;
}

header .dropdown-base .container .fix-margin li:nth-child(8) {
  margin-left: -7px;
}

header .dropdown-base .container .fix-margin div:nth-child(3) {
  overflow: hidden;
  width: 762px;
  float: left;
}

header .dropdown-base .container .category-heading.bottom-category {
  width: 100%;
  float: left;
  margin-right: 56px;
}

header .dropdown-base .container .moving-tips {
  width: 310px;
}

header .dropdown-base .container .moving-tips .category-heading {
  width: 100%;
}

header .dropdown-base .container .en-additional {
  padding-left: 13px;
}

header .dropdown-base .container .en-additional div {
  float: left;
}

header .dropdown-base .container .en-additional div:nth-child(3) {
  margin-top: -98px;
}

header .dropdown-base .container .en-additional ul.additional {
  width: 735px;
}

header .dropdown-base .container .en-additional .category-heading.bottom-category {
  width: 62.5%;
  margin-right: 91px;
}

header .dropdown-base .container .fix-margin {
  padding-left: 13px;
}

header .dropdown-base .container .fix-margin div {
  float: left;
}

header .dropdown-base .container .fix-margin ul {
  width: 903px;
  margin-right: -105px;
  clear: both;
}

header .dropdown-base .container .fix-margin div:nth-child(3) {
  overflow: hidden;
  width: 762px;
  margin-top: -99px;
}

header .dropdown-base .container .fix-margin .category-heading.bottom-category {
  width: 65.5%;
  float: left;
  margin-right: 56px;
}

header .dropdown-base .container .category-heading {
  border-bottom: solid #ccc 1px;
  margin-bottom: 13px;
  padding-bottom: 13px;
}

header .dropdown-base .container .category-heading i {
  font-size: 18px;
  padding: 0 5px;
}

header .dropdown-base .container .category-heading span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}

header .dropdown-base .container .col-md-8 {
  padding-right: 50px;
}

header .dropdown-base .container .col-md-8 ul {
  -webkit-columns: 4;
          columns: 4;
  text-align: center;
}

header .dropdown-base .container .col-md-8 ul img {
  padding-bottom: 10px;
}

header .dropdown-base .container .col-md-8 img:hover {
  -webkit-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition-duration: 0.25s;
       -o-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

header .dropdown-base .container .col-md-8 div.icon-li {
  margin-left: -40px;
  width: 100%;
}

header .dropdown-base .container .col-md-8 .long-title li {
  padding: 0 16%;
  margin-bottom: 10px;
}

header #choose-dropdown .container {
  padding-bottom: 0.4px;
}

header #choose-dropdown .container .bottom-category {
  margin-top: 20px;
}

header #branch_dropdown_menu .category-heading .dropdown_close {
  margin-top: 5px;
}

header #branch_dropdown_menu .category-heading h5 {
  padding-left: 40px;
  text-transform: capitalize !important;
}

header #branch_dropdown_menu .container ul {
  margin-left: 0;
}

header #branch_dropdown_menu .container .dropdown_breadcrumb span a {
  color: #fff;
}

header #branch_dropdown_menu .container .dropdown_body {
  padding: 20px 0;
}

header #branch_dropdown_menu .container .dropdown_body .dropdown_region {
  width: 25%;
  border-right: solid #ccc 1px;
  float: left;
  height: 220px;
  padding-right: 15px;
}

header #branch_dropdown_menu .container .dropdown_body .dropdown_region a {
  color: #fff;
  font-size: 15px;
}

header #branch_dropdown_menu .container .dropdown_body .dropdown_region span a {
  margin-left: 5px;
  padding: 7px 25px;
  border: 1px solid #fff;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 13px;
}

header #branch_dropdown_menu .container .dropdown_body .dropdown_region span a i.fa.fa-chevron-right {
  padding-left: 15px;
  font-size: 13px;
}

header #branch_dropdown_menu .container .dropdown_body .dropdown_region img {
  padding: 0px 15px 25px 15px;
  margin-left: -25px;
}

header #branch_dropdown_menu .container .dropdown_body .dropdown_branch_list {
  width: 50%;
  float: left;
  border-right: 1px solid #ccc;
  margin-left: 0px;
  height: 220px;
}

header #branch_dropdown_menu .container .dropdown_body .dropdown_branch_list ul {
  padding-top: 10px;
}

header #branch_dropdown_menu .container .dropdown_body .dropdown_branch_list h5 {
  padding-left: 40px;
}

header #branch_dropdown_menu .container .dropdown_body .dropdown_highlighted_branch {
  width: 25%;
  float: left;
  padding-left: 40px;
  height: 210px;
}

header #branch_dropdown_menu .container .dropdown_body .dropdown_highlighted_branch img {
  float: left;
  padding: 5px 10px 0 0;
}

header #branch_dropdown_menu .container .dropdown_body .dropdown_highlighted_branch .branch_information {
  padding-top: 10px;
  font-weight: 300;
  font-size: 15px;
}

header #branch_dropdown_menu .container .dropdown_body .dropdown_highlighted_branch .branch_information i.fa.fa-chevron-circle-right {
  padding-right: 5px;
}

header #branch_dropdown_menu .container .dropdown_body .dropdown_highlighted_branch a.menu-standard {
  float: left;
  margin-right: 20px;
  width: 230px;
}

header #branch_dropdown_menu .container .dropdown_body .dropdown_highlighted_branch a {
  text-transform: uppercase;
  font-size: 13px;
  margin: 20px 0 0 0;
  text-align: center;
  width: 195px;
  padding: 7px 0;
}

header #branch_dropdown_menu .container .dropdown_body .dropdown_highlighted_branch a i {
  padding-left: 15px;
}

header #services-dropdown.dropdown-base .container .col-md-8 ul {
  text-align: left;
}

header #services-dropdown.dropdown-base .container .col-md-8 div.icon-li {
  margin-left: -20px;
  width: 106%;
}

header #services-dropdown.dropdown-base .container .col-md-8 div.icon-li ul {
  text-align: center !important;
}

header #services-dropdown.dropdown-base .container .col-md-4 {
  padding-left: 45px;
}

header #services-dropdown.dropdown-base .container .col-md-4 ul {
  text-align: center;
  -webkit-columns: 3;
          columns: 3;
}

header #services-dropdown.dropdown-base .container .col-md-4 div.icon-li {
  margin-left: -18px;
  width: 90%;
}

/* Movers */

.en header #choose-dropdown.dropdown-base .container .col-md-8 div.icon-li {
  margin-left: -26px;
}

.en header #choose-dropdown.dropdown-base .container .col-md-8 div.icon-li .long-title li:nth-child(1) {
  padding: 0 13%;
}

.fr header #choose-dropdown.dropdown-base .container .col-md-8 ul li:nth-child(4) {
  adding: 0 10%;
}

.fr header #choose-dropdown.dropdown-base .container .col-md-8 div.icon-li {
  margin-left: -29px;
}

.fr header #choose-dropdown.dropdown-base .container .col-md-8 div.icon-li .long-title li:nth-child(3) {
  padding: 0 17%;
}

.ags_movers.fr .custom-logo-link .custom-logo {
  max-height: 70px;
  max-width: 250px;
}

.brand-logo {
  max-height: 68px;
  max-width: 220px;
}

li.menu-btn-red div {
  background: #b00000;
  border-radius: 7px;
  height: 30px;
  width: 150px;
  text-align: center;
  padding-top: 3px;
  margin-top: 7px;
  margin-right: -12px;
  margin-left: 20px;
  padding-right: 10px;
}

li.menu-btn-red div a.menu-quote-button-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

li.menu-btn-red div a.menu-quote-button-link:focus {
  text-decoration: none;
}

li.menu-btn-red div a.menu-quote-button-link .fa.fa-edit {
  padding: 6px;
}

.fr li.menu-btn-red div {
  width: 200px;
}

nav.nav-primary div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal li#mega-menu-item-15981 div {
  background: #b00000;
  border-radius: 7px;
  height: 30px;
  width: 150px;
  text-align: center;
  padding-top: 3px;
  margin-top: 1px;
  margin-right: -12px;
  margin-left: 20px;
  padding-right: 10px;
}

nav.nav-primary div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal li#mega-menu-item-15981 div a.menu-quote-button-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

nav.nav-primary div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal li#mega-menu-item-15981 div a.menu-quote-button-link:focus {
  text-decoration: none;
}

.fr nav.nav-primary div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal li#mega-menu-item-15981 div {
  background: #b00000;
  border-radius: 7px;
  height: 30px;
  width: 200px;
  text-align: center;
  padding-top: 3px;
  margin-top: 1px;
  margin-right: -12px;
  margin-left: 20px;
  padding-right: 10px;
}

.fr nav.nav-primary div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal li#mega-menu-item-15981 div a.menu-quote-button-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.fr nav.nav-primary div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal li#mega-menu-item-15981 div a.menu-quote-button-link:focus {
  text-decoration: none;
}

.menu-item-75 .menu-quote-button-link,
.menu-item-37 .menu-quote-button-link {
  /* contact us section on records + relo menu */
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.menu-item-75 .menu-quote-button-link:focus,
.menu-item-37 .menu-quote-button-link:focus {
  text-decoration: none;
}

.menu-item-75 div,
.menu-item-37 div {
  background: #b00000;
  border-radius: 7px;
  height: 30px;
  width: 115px;
  text-align: center;
  padding-top: 3px;
  margin-top: 7px;
  margin-right: -12px;
  margin-left: 20px;
}

nav.nav-primary {
  /* fr contact us section on records menu */
}

nav.nav-primary div.menu-main-menu-fr-container ul.nav li.menu-item-23705 div {
  background: #b00000;
  border-radius: 7px;
  height: 30px;
  width: 175px;
  text-align: center;
  padding-top: 3px;
  margin-top: 7px;
  margin-right: -12px;
  margin-left: 20px;
}

nav.nav-primary div.menu-main-menu-fr-container ul.nav li.menu-item-23705 div a.menu-quote-button-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

nav.nav-primary div.menu-main-menu-fr-container ul.nav li.menu-item-23705 div a.menu-quote-button-link:focus {
  text-decoration: none;
}

header #branch_dropdown_menu .container .dropdown_body .dropdown_region a {
  padding-left: 24px;
}

/* FR spacing */

.fr header .dropdown-base .container .fix-margin ul {
  width: 911px;
}

.fr header #services-dropdown .icon-li li:nth-child(2) {
  padding: 0 1%;
}

.fr header #services-dropdown .icon-li li:nth-child(4) {
  padding: 0 10%;
}

.fr header #choose-dropdown .container .col-md-8 .long-title li:nth-child(2) {
  padding: 0 14%;
}

.fr header #branch_dropdown_menu .container .dropdown_body .dropdown_region span a {
  padding-left: 20px;
}

.fr header #choose-dropdown .container .col-md-8 .long-title li:nth-child(2) {
  padding: 0 14%;
}

/* EN spacing */

.en header #choose-dropdown .container .col-md-8 .long-title li:nth-child(2) {
  padding: 0 12%;
}

/*hides back menu*/

.ags-fixed.original #menubar {
  opacity: 0;
}

.ags-fixed.original #menubar nav.nav-primary {
  display: none;
}

/* France & FOT rules */

.ags_movers .nav li:nth-child(7) {
  overflow: inherit !important;
}

.ags_movers div.menu-main_menu-container,
.ags_movers div.menu-main_menu_zh_hans-container,
.ags_movers div.menu-main_menu-french-container,
.ags_movers div.menu-main_menu-pt-container,
.ags_movers div.menu-man_menu_de-container,
.ags_movers div.menu-main_menu_bg-container,
.ags_movers div.menu-main_menu_cs-container,
.ags_movers div.menu-main_menu_nl-container,
.ags_movers div.menu-main_menu_pl-container,
.ags_movers div.menu-man_menu_hr-container,
.ags_movers div.menu-main_menu_ru-container,
.ags_movers div.menu-main_menu_hu-container,
.ags_movers div.menu-main_menu_ko-container,
.ags_movers div.menu-main_menu_pt_pt-container,
.ags_movers div.menu-main_menu_ro-container,
.ags_movers div.menu-main_menu_sl-container,
.ags_movers div.menu-main_menu_es-container {
  position: relative;
  margin-top: 1.5%;
}

.ags_movers div.menu-main_menu-container ul.sub-menu li.menu-item,
.ags_movers div.menu-main_menu_zh_hans-container ul.sub-menu li.menu-item,
.ags_movers div.menu-main_menu-french-container ul.sub-menu li.menu-item,
.ags_movers div.menu-main_menu-pt-container ul.sub-menu li.menu-item,
.ags_movers div.menu-man_menu_de-container ul.sub-menu li.menu-item,
.ags_movers div.menu-main_menu_bg-container ul.sub-menu li.menu-item,
.ags_movers div.menu-main_menu_cs-container ul.sub-menu li.menu-item,
.ags_movers div.menu-main_menu_nl-container ul.sub-menu li.menu-item,
.ags_movers div.menu-main_menu_pl-container ul.sub-menu li.menu-item,
.ags_movers div.menu-man_menu_hr-container ul.sub-menu li.menu-item,
.ags_movers div.menu-main_menu_ru-container ul.sub-menu li.menu-item,
.ags_movers div.menu-main_menu_hu-container ul.sub-menu li.menu-item,
.ags_movers div.menu-main_menu_ko-container ul.sub-menu li.menu-item,
.ags_movers div.menu-main_menu_pt_pt-container ul.sub-menu li.menu-item,
.ags_movers div.menu-main_menu_ro-container ul.sub-menu li.menu-item,
.ags_movers div.menu-main_menu_sl-container ul.sub-menu li.menu-item,
.ags_movers div.menu-main_menu_es-container ul.sub-menu li.menu-item {
  width: 230px !important;
  max-width: 230px !important;
}

.ags_movers .en #menu-item-33809,
.ags_movers .en #menu-item-33810 {
  display: none;
}

.ags_movers .fr #menu-item-33811,
.ags_movers .fr #menu-item-33812 {
  display: none;
}

.ags_records.fr header #services-dropdown .icon-li li:nth-child(4) {
  padding: 0;
}

.ags_records.fr header #services-dropdown .icon-li li:nth-child(1) {
  padding: 0 25px;
}

.ags_records.de header .cloned #menubar ul.sub-menu {
  top: 24px;
}

.ags_records.de header .cloned #menubar ul.sub-menu li.menu-item {
  width: 300px;
  max-width: 300px;
}

.ags_records header nav.nav-primary .menu-main-menu-container ul.sub-menu {
  top: 26px;
}

.ags_records header nav.nav-primary .menu-main-menu-container ul.sub-menu li.menu-item {
  width: 240px !important;
  max-width: 240px !important;
}

.ags_records header nav.nav-primary .menu-main-menu-fr-container ul.sub-menu {
  top: 24px;
}

.ags_records header nav.nav-primary .menu-main-menu-fr-container ul.sub-menu li.menu-item {
  width: 275px !important;
  max-width: 275px !important;
}

.ags_records header nav.nav-primary .menu-main-menu-pt-container .menu-item-26092 {
  width: 110px;
}

.ags_records header nav.nav-primary .menu-main-menu-pt-container ul.sub-menu {
  top: 24px;
}

.ags_records header nav.nav-primary .menu-main-menu-container,
.ags_records header nav.nav-primary .menu-main-menu-fr-container,
.ags_records header nav.nav-primary .menu-main-menu-pt-container {
  margin-top: 2%;
}

.ags_records header nav.nav-primary .menu-main-menu-container .fa.fa-edit,
.ags_records header nav.nav-primary .menu-main-menu-fr-container .fa.fa-edit,
.ags_records header nav.nav-primary .menu-main-menu-pt-container .fa.fa-edit {
  padding-right: 5px;
}

.ags_records header #services-dropdown .container {
  text-align: center;
  padding: 30px 80px;
}

.ags_records header #services-dropdown .container .icon-li {
  margin: 30px 125px 50px 0;
}

.ags_records header #services-dropdown .container .icon-li ul {
  -webkit-columns: 5;
          columns: 5;
  text-align: center;
}

.ags_records header #services-dropdown .container .icon-li ul li {
  width: 140px;
}

.ags_records header #services-dropdown .container .icon-li ul li a img {
  margin-bottom: 10px;
  width: 75px;
}

.en.ags_movers header .dropdown_close {
  right: 20px !important;
}

.en.ags_movers header #services-dropdown.dropdown-base .container .col-md-8 {
  max-width: 64%;
}

.en.ags_movers header #services-dropdown.dropdown-base .container .col-md-8 div.icon-li {
  margin-left: -4px;
  width: 97%;
}

.en.ags_movers header #services-dropdown.dropdown-base .container .col-md-4 {
  max-width: 36% !important;
}

.en.ags_movers header #services-dropdown.dropdown-base .container .col-md-4 div.icon-li {
  width: 111% !important;
}

.en.ags_movers header #services-dropdown.dropdown-base .container .col-md-4 div.icon-li ul {
  -webkit-columns: 3;
          columns: 3;
}

.en.ags_movers header #services-dropdown.dropdown-base .container .en-additional .category-heading.bottom-category {
  width: 59.3%;
}

.en.ags_movers header #services-dropdown.dropdown-base .container .moving-tips {
  width: 343px !important;
}

.ags_relocation #menubar .nav-primary div.menu-main-menu-container {
  margin-top: 2.4%;
}

.ags_relocation #choose-dropdown .container .icon-li {
  margin: 30px 215px 0 0;
}

.ags_relocation #choose-dropdown .container .icon-li ul {
  -webkit-columns: 4;
          columns: 4;
  text-align: center;
  margin-left: -65px !important;
}

.ags_relocation #choose-dropdown .container .icon-li ul li:nth-child(2) {
  padding: 0 5px;
}

.ags_relocation #services-dropdown .container {
  text-align: center;
}

.ags_relocation #services-dropdown .container .icon-li {
  margin: 30px 125px 50px 0;
  width: 725px;
}

.ags_relocation #services-dropdown .container .icon-li ul {
  -webkit-columns: 4;
          columns: 4;
  text-align: center;
  margin-left: -50px !important;
}

.ags_relocation #services-dropdown .container .icon-li ul li img {
  margin-bottom: 10px;
}

.ags_relocation #services-dropdown .container .icon-li ul li:nth-child(5) {
  padding: 0 7px;
}

.ags_relocation #branch_dropdown_menu .dropdown_highlighted_branch .menu-standard:nth-of-type(1) {
  margin-top: 0 !important;
}

.ags_relocation .icon-li ul li {
  width: 230px;
}

.ags_relocation .icon-li ul li img {
  width: 75px;
}

.fl .cloned nav.nav-primary div.menu-main_menu-container {
  right: -29% !important;
}

.quote-button.mobile {
  display: block !important;
}

.rtl {
  /* jewish flow */
}

.rtl #footer div.quote-button i.fa.fa-edit {
  margin: 2px 0 0 4px !important;
}

.ags_relocation #footer .footer-post-col {
  max-width: 428px !important;
  width: 428px;
}

.ags_relocation #footer .footer-post-col img {
  width: 200px !important;
}

#footer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: -webkit-linear-gradient(left, #34313a, #424047, #34313a);
  background: -o-linear-gradient(left, #34313a, #424047, #34313a);
  background: linear-gradient(to right, #34313a, #424047, #34313a);
  /*COOKIE NOTICE*/
}

#footer .cookies {
  position: fixed;
  bottom: 0;
  display: none;
  color: #fff;
  padding: 8px 0 0 0;
  width: 100%;
  text-align: center;
  background: #29282d;
  z-index: 999;
}

#footer .cookies .cookie_text_holder {
  max-width: 80%;
  float: left;
  margin-left: 6%;
}

#footer .cookies .cookie_text_holder p {
  font-size: 13px;
  text-align: center;
  line-height: 14px;
}

#footer .cookies .cookie_text_holder p a {
  color: #fff;
  text-decoration: underline;
}

#footer .cookies .cookie_text_holder p a:hover {
  color: #878191;
  cursor: pointer;
}

#footer .cookies .cookie_btn {
  float: left;
  margin: 3px auto;
}

#footer .cookies .cookie_btn input {
  background: rgba(176, 0, 0, 0.58);
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-family: inherit;
  padding: 3px 10px;
  margin-left: 10px;
  text-align: center;
}

#footer .cookies .cookie_btn input:hover {
  background: #9a0101;
  color: #fff;
}

#footer .margin-bottom-50 {
  margin-bottom: 50px;
}

#footer .margin-bottom-60 {
  margin-bottom: 60px;
}

#footer i {
  color: #fff;
}

#footer div.footer-logo {
  margin: 0 0 20px 0;
  max-width: 100%;
}

#footer .fa.fa-edit {
  font-size: 14px !important;
  padding-right: 0 !important;
}

#footer div.quote-button {
  margin: 7px 0 27px 7px;
}

#footer .footer-post-col {
  margin-bottom: 15px;
  font-size: 15px;
  color: #878191;
  max-width: 33%;
  float: left;
  width: 390px;
}

#footer .footer-post-col a {
  font-size: 14px;
}

#footer .footer-post-col img {
  float: left;
  margin-top: 5px;
}

#footer a {
  color: #878191;
}

#footer a:hover {
  text-decoration: underline;
  color: #c9c6ce;
}

#footer div.container div.col-md-3 div.textwidget i.fa:nth-child(2) {
  font-size: 20px;
  padding-left: 5px;
}

#footer div.container {
  padding: 30px 0 25px 0;
  overflow: auto;
}

#footer div.container h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: left;
}

#footer div.container .footer-col a {
  font-size: 14px;
}

#footer div.container #menu-our-services,
#footer div.container #menu-our-network,
#footer div.container ul {
  list-style-type: none;
  padding: 0 0 0 0;
  line-height: 20px;
}

#footer div.container #menu-our-services li,
#footer div.container #menu-our-network li,
#footer div.container ul li {
  font-size: 14px;
}

#footer div.container div.col-md-3 {
  padding-right: 30px;
}

#footer div.container div.col-md-3 h3 {
  border-bottom: none;
  margin-bottom: 0;
}

#footer div.container div.col-md-3 .textwidget div:nth-child(2) i {
  font-size: 15px !important;
}

#footer div.container div.col-md-3 div.textwidget {
  margin-bottom: 20px;
}

#footer div.container div.col-md-3 div.textwidget a {
  font-size: 14px;
}

#footer div.container div.col-md-3 div.textwidget i.fa {
  font-size: 24px;
  margin: 5px 10px;
}

#footer div.container div.col-md-3 div.textwidget input {
  margin: 5px 0 8px;
  color: #666;
}

#footer div.container div.col-md-3 div.textwidget input.wpcf7-email {
  width: 100%;
}

#footer div.container div.col-md-3 h3 {
  color: #F2F1ED;
  font-weight: 400;
  font-size: 19px;
  line-height: 28px;
  text-align: left;
  border-bottom: 2px solid #F2F1ED;
  margin-bottom: 10px;
}

#footer div.container div.col-md-3 ul {
  padding-left: 1px;
}

#footer div.container div.col-md-3 ul li {
  list-style: none;
}

#footer div.mobile {
  display: none;
}

#footer div.site-info {
  position: relative;
  float: left;
  background-color: #29282d;
  width: 100%;
  text-align: center;
  padding-top: 7px;
  height: auto !important;
  color: #878191;
}

#footer div.site-info p {
  text-align: center;
  font-size: 12px;
}

#footer div.site-info a {
  width: auto;
  line-height: 40px;
  color: #CCC;
  font-size: 12px;
}

#footer div.site-info a:hover {
  text-decoration: none;
}

#footer div.site-info .site-copyright {
  padding-left: 75px;
  padding-top: 7px;
}

#footer div.site-info .site-info-links {
  padding-right: 75px;
}

#footer div.site-info .site-info-links a {
  font-size: 14px !important;
  color: #878191 !important;
}

.fr.ags_movers #footer .footer-post-col div:nth-child(3) img {
  max-width: 75% !important;
}

.lifted {
  margin: -45px auto 0 auto;
  z-index: 30;
  background: white;
}

/* -------------------------------------
		SECTION INTRO STYLES
		    -----
			 *_*
			  ~
--------------------------------------- */

.branch-no-city:nth-child(2) {
  /* fixes RM branch with no city text */
  display: none;
}

/* Centers pano on huge screens */

.panoramic-image {
  margin: auto;
  max-width: 1600px;
  overflow: hidden;
  max-height: 470px;
}

.panoramic-image .center-pano {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-left: 0;
}

.max-height {
  max-height: 220px;
}

#intro h3 {
  padding: 10px 30px 20px;
}

#intro h3:before {
  padding-right: 12px;
  position: relative;
  bottom: 5px;
  content: url(../png/quotation-left.png);
}

#intro h3:after {
  padding-left: 12px;
  position: relative;
  top: 9px;
  content: url(../png/quotation-right.png);
}

#intro a:focus {
  text-decoration: none;
}

#intro div.col-md-8 h5,
#intro div.col-md-6 h5 {
  text-align: left;
  color: #b00000;
  margin-left: 0;
  margin-right: 0;
}

#intro .col-md-6 {
  margin: 35px 0 0 0;
}

#intro ul {
  margin: 0 !important;
}

#intro .intro_img {
  padding-left: 0;
  margin: 40px 0 0 0;
}

#intro .more-title {
  text-align: center;
  margin-top: 60px;
  text-transform: uppercase;
  font-size: 16px;
}

#intro .more-title:before {
  content: "";
  border-top: 1px solid #333333;
  width: 38%;
  left: 15px;
  position: absolute;
  top: 10px;
}

#intro .more-title:after {
  content: "";
  border-top: 1px solid #333333;
  width: 38%;
  left: 61%;
  position: absolute;
  top: 10px;
}

#intro .about-text {
  text-align: center;
  padding: 10px 0px 40px 0px;
}

#intro .expand-read-more {
  cursor: pointer;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

#intro .expand-read-more i {
  padding-bottom: 20px;
  -webkit-animation: pulsate 1s ease-in;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.2s;
}

#intro .expand-read-more i:hover {
  -webkit-animation: none;
  -o-animation: none;
     animation: none;
}

#intro .expand-read-more i.fa-chevron-down:before {
  color: #333333;
}

#intro .more-content .about-info p {
  padding: 0 20px 0 15px;
  text-align: justify;
}

#outro .outro-h5 {
  margin: 0 auto 60px auto;
}

#outro .outro-content h3 {
  text-align: left;
}

.link-hover {
  color: #333;
}

.link-hover:hover {
  color: #b00000;
  text-decoration: none;
}

.flexed .accr-images ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* -------------------------------------
	DYNAMIC CONTENT STYLES
		    -----
			 *_*
			  ~
--------------------------------------- */

#dynamic #dynamic-content h5 p {
  color: #aaa;
  text-align: center;
}

#dynamic #dynamic-content p {
  text-align: justify;
}

/* -------------------------------------
	SECTION SERVICES STYLES
		    -----
			 *_*
			  ~
--------------------------------------- */

.ru #services.removals {
  height: 435px;
}

#services {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  background: #34313a;
  color: #fff;
}

#services h2 {
  color: #fff;
}

#services h5 {
  color: #aaa;
}

#services h4 {
  color: #fff;
  padding-top: 20px;
}

#services span {
  color: #aaa;
}

#services span a {
  color: #aaa;
  padding: 0 5px;
  font-size: 12px;
}

#services a:hover {
  color: #fff;
  text-decoration: none;
}

#services .services-1,
#services .services-2,
#services .services-3,
#services .services-4,
#services .services-5,
#services .services-6 {
  /* Animation */
  display: none;
}

#services .services-image:hover {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
     transform: scale(1.1);
}

#services.records .solution-box,
#services.removals .solution-box {
  padding: 10px;
  width: 18%;
  float: left;
  margin: 0 1% 2% 1%;
}

#services.section.relo,
#services.section.records {
  padding: 30px 0 30px;
}

#services.section.relo .col-md-12 .col-md-3 {
  margin: 20px 0;
  padding-top: 20px;
}

#services.section.relo .col-md-12 .col-md-12 {
  position: absolute;
  bottom: 0;
}

a.ags_cta,
.ags-submit {
  font-size: 14px;
  color: #fff;
  background: #b00000;
  border: none;
  padding: 10px 30px 10px 50px;
  text-align: center;
  font-weight: 600;
  margin: 13px 0 0 0;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}

a.ags_cta i.fa.fa-chevron-right,
.ags-submit i.fa.fa-chevron-right {
  float: right;
  font-size: 11px;
  padding: 6px 0px 0 20px;
}

/* -------------------------------------
	SECTION COLUMNS STYLES
		    -----
			 *_*
			  ~
--------------------------------------- */

.ags_movers #columns a h4 {
  color: #34313a;
}

.ags_movers .dark_bg #columns .col-md-2.removals h4 a {
  color: #fff !important;
}

/* Partnaires page styling */

.page-id-27470 #columns .col-md-4 {
  padding: 0 1%;
}

.page-id-28577,
.page-id-31507 {
  /* Styles columns for image instead of icon, Movers */
}

.page-id-28577 #columns .col-md-4,
.page-id-31507 #columns .col-md-4 {
  padding: 8px 13px !important;
}

.page-id-28577 #columns .col-md-4 h4,
.page-id-31507 #columns .col-md-4 h4 {
  color: #fff;
}

.red-bg {
  /* Styles columns for image instead of icon, Movers */
  background: -webkit-linear-gradient(left, #b90d0d, #CA1517, #ca1518, #ca1518, #ca1518, #b90d0d);
  background: -o-linear-gradient(left, #b90d0d, #CA1517, #ca1518, #ca1518, #ca1518, #b90d0d);
  background: linear-gradient(to right, #b90d0d, #CA1517, #ca1518, #ca1518, #ca1518, #b90d0d);
  width: 100%;
  padding: 13px 0 16px 0;
  margin-top: -5px;
}

.red-bg a {
  color: #fff;
}

.acf-map {
  width: 100%;
}

.homepage #columns .col-md-4.records:hover {
  box-shadow: 1px 2px 8px 1px rgba(51, 51, 51, 0.5);
}

.homepage #columns .col-md-4.records {
  padding: 8px 13px !important;
}

.homepage #columns .col-md-4.records p {
  margin-bottom: 0;
}

#columns .col-md-4.records span {
  font-size: 15px;
}

#columns .records {
  padding: 0 15px !important;
}

#columns .relo a h4 {
  margin: -10px 0 30px 0;
}

#columns .removals a .aligncenter.size-full:hover,
#columns .relo a .aligncenter.size-full:hover {
  /* adds animation to icons */
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
     transform: scale(1.1);
}

#columns .removals a .aligncenter.size-full,
#columns .relo a .aligncenter.size-full {
  max-width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#columns .col-md-4 {
  padding: 0 70px;
}

#columns .col-md-4 p img.international-moves {
  margin: 0 0 0 30%;
}

#columns .col-md-4 h3.int-title {
  background: #292b2c;
  padding: 4px 0 6px 0;
  color: #ffffff;
  margin: 0 0 25px 0;
  -webkit-clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
  clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}

#columns .col-md-4 h5 {
  margin: 15px auto 10px;
}

#columns .col-md-2 {
  width: 70%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 16%;
  float: left;
  margin-bottom: 0 3px;
  padding-top: 20px;
}

/* -------------------------------------
		SECTION FIGURES STYLES
		    -----
			 *_*
			  ~
--------------------------------------- */

#figures.removals {
  background: url("../jpg/removals_bg.jpg");
  padding: 45px 0 40px 0;
}

#figures.removals .col-md-3:nth-child(1):after {
  content: '2';
  font-size: 15px;
  line-height: 0;
  padding-left: 110px;
  margin-top: -58px;
  position: absolute;
  font-weight: bold;
}

#figures.removals .col-md-3:nth-child(1) p.numbers-label:after {
  content: 'm';
  font-size: 20px;
  line-height: 0;
  margin-left: 37px;
  margin-top: -13px;
  position: absolute;
}

#figures.removals .col-md-3:nth-child(2):after {
  padding-left: 76px;
}

#figures.removals .col-md-3:nth-child(2) p.numbers-label:after {
  content: ' ';
}

#figures.removals .col-md-3:nth-child(4):after {
  content: ' ';
}

#figures.records {
  background: url("../jpg/ags_rm-background-1920x600.jpg");
  /*	background: url('http://staging.ags-recordsmanagement.com/wp-content/uploads/sites/5/2018/02/consultant-scan.jpg');
*/
}

#figures .col-md-3 {
  opacity: 0;
}

#figures .col-md-3:after {
  content: '+';
  font-size: 20px;
  line-height: 0;
  padding-left: 62px;
  margin-top: -76px;
  position: absolute;
  font-weight: bold;
}

#figures .col-md-3 p.numbers {
  width: 247.5px;
}

#figures .col-md-3 p.numbers-label {
  width: 247.5px;
}

#figures.records .col-md-3 {
  height: 96.5px;
}

#figures.records .col-md-3:after {
  /* opacity: 0; Animation */
}

.fr #figures.removals .col-md-3:nth-child(1) p.numbers-label:after {
  margin-left: 15px;
}

.fr #figures.records .col-md-3:nth-child(3) p.numbers-label:after {
  content: 'km';
  font-size: 20px;
  line-height: 0;
  margin-left: -11px;
  margin-top: -13px;
  position: absolute;
}

.fr #figures.records .col-md-3:nth-child(1):after {
  padding-left: 36px !important;
  margin-top: -98px !important;
}

.fr #figures.records .col-md-3:nth-child(1) p.numbers-label:after {
  content: 'Millions';
  font-size: 20px;
  line-height: 0;
  margin-left: -13px;
  margin-top: -35px;
  position: absolute;
}

.fr #figures.records .col-md-3:nth-child(4):after {
  padding-left: 49px !important;
}

.en #figures.records .col-md-3:nth-child(3) p.numbers-label:after,
.de #figures.records .col-md-3:nth-child(3) p.numbers-label:after {
  content: 'km';
  font-size: 20px;
  line-height: 0;
  margin-left: -25px;
  margin-top: -14px;
  position: absolute;
}

.en #figures.records .col-md-3:nth-child(1):after,
.de #figures.records .col-md-3:nth-child(1):after {
  padding-left: 36px !important;
}

.en #figures.records .col-md-3:nth-child(1) p.numbers-label:after,
.de #figures.records .col-md-3:nth-child(1) p.numbers-label:after {
  content: 'Million';
  font-size: 20px;
  line-height: 0;
  margin-left: -52px;
  margin-top: -14px;
  position: absolute;
}

.en #figures.records .col-md-3:nth-child(4):after,
.de #figures.records .col-md-3:nth-child(4):after {
  padding-left: 49px !important;
}

.en #figures.relo.section,
.de #figures.relo.section {
  background: url("../jpg/ags-relocation-figures.jpg");
  padding: 110px 15px;
}

.en #figures.relo.section a.ags_cta,
.de #figures.relo.section a.ags_cta {
  margin-top: 55px;
}

.en #figures.relo.section .col-md-3:nth-child(1):after,
.de #figures.relo.section .col-md-3:nth-child(1):after {
  padding-left: 36px !important;
}

.en #figures.relo.section .col-md-3:nth-child(2):after,
.de #figures.relo.section .col-md-3:nth-child(2):after {
  padding-left: 50px !important;
}

.en #figures.relo.section .col-md-3:nth-child(3):after,
.de #figures.relo.section .col-md-3:nth-child(3):after {
  padding-left: 65px !important;
}

.en #figures.relo.section .col-md-3:nth-child(4):after,
.de #figures.relo.section .col-md-3:nth-child(4):after {
  padding-left: 79px !important;
}

#figures {
  width: 1600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  background-size: cover !important;
}

#figures p.numbers-label {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

#figures p.numbers {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}

#figures a.ags_cta {
  margin-top: 30px;
}

/* -------------------------------------
		SECTION 3 COL STYLES
		    -----
			 *_*
			  ~
--------------------------------------- */

#three-columns ul {
  text-align: left;
}

/* -------------------------------------
		SECTION FLEXI
		    -----
			 *_*	
			  ~
--------------------------------------- */

#flexi {
  margin: 50px 0 0 0;
}

#flexi .bottom_space {
  margin-bottom: 50px;
}

#flexi div.row {
  margin: 20px 0;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  overflow: hidden;
  vertical-align: middle !important;
}

#flexi div.row div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

#flexi div.row div.container div.img_shape {
  padding-left: 0;
}

#flexi div.row div.container div.img_shape img {
  height: 260px;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0%, 80% 105%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 80% 105%, 0% 100%);
  width: 470px;
  z-index: 399;
}

#flexi div.row div.container div.icon_shape {
  padding-left: 0;
  z-index: 30;
}

#flexi div.row div.container div.icon_shape img {
  height: 220px;
  width: 540px;
  z-index: 399;
  margin-left: -100px;
}

#flexi div.row div.container div.content {
  text-align: left;
}

#flexi div.row div.container div.content h3 {
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 18px 0;
}

#flexi div.row div.container div.content h3:before {
  content: url(../png/ags_block-1.png);
  -webkit-clip-path: polygon(50% 0%, 100% 0%, 55% 100%, 0% 100%);
  clip-path: polygon(50% 0%, 100% 0%, 55% 100%, 0% 100%);
  position: relative;
  right: 10px;
}

#flexi div.row div.container div.content h3:nth-child(3) {
  margin-top: 40px;
}

#flexi div.row div.container div.content h3.flx-title:before {
  display: none;
}

#flexi div.row div.container div.content ul {
  margin: 15px auto;
}

#flexi div.row div.container div.content div.accr_logos {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#flexi div.rb-shape {
  position: absolute;
  height: 220px;
  background: #e3e3e3;
  -webkit-transform: skew(-20deg);
       -o-transform: skew(-20deg);
          transform: skew(-20deg);
}

#flexi div.row.right div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#flexi div.row.right div.container div.content {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
  text-align: left;
}

#flexi div.row.right div.container div.content h3 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
}

#flexi div.row.right div.container div.content h3:before {
  content: url(../png/ags_block-1.png);
  -webkit-clip-path: polygon(60% 0%, 100% 30%, 65% 100%, 12% 100%);
  clip-path: polygon(60% 0%, 100% 30%, 65% 100%, 12% 100%);
  position: relative;
  right: 10px;
}

#flexi div.row.right div.container div.content ul {
  margin: 15px auto;
}

#flexi div.row.right div.container div.img_shape {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
}

#flexi div.row.right div.container div.img_shape img {
  -webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  height: 260px;
  position: relative;
  width: 470px;
  z-index: 399;
}

#flexi div.row.right div.container div.icon_shape {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
}

#flexi div.row.right div.container div.icon_shape img {
  height: 220px;
  position: relative;
  width: 540px;
  z-index: 399;
  margin-left: 100px;
}

#flexi div.row.right div.rb-shape {
  right: -6.5%;
}

#flexi div.row.left div.rb-shape {
  left: -6.5%;
}

.page-id-35 #flexi,
.page-id-23459 #flexi,
.page-id-23463 #flexi,
.page-id-47 #flexi {
  margin: 0;
}

/* -------------------------------------
		GALLERY HOLDER
		    -----
			 *_*	
			  ~
--------------------------------------- */

.zoom-image {
  -o-transform: scale(1.03, 1.03) !important;
     transform: scale(1.03, 1.03) !important;
  -moz-transform: scale(1.03, 1.03) !important;
  -webkit-transform: scale(1.03, 1.03) !important;
}

#lightbox {
  position: fixed;
  /* keeps the lightbox window in the current viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.78);
  text-align: center;
  z-index: 999;
  padding: 2% 0px;
}

#lightbox i {
  padding-top: 10px;
}

#lightbox #network-holder {
  max-height: 772px;
}

#lightbox #network-holder img {
  max-width: 100%;
  top: -85px;
  position: relative;
}

#lightbox img {
  box-shadow: 0 0 25px #111;
  -webkit-box-shadow: 0 0 25px #111;
  -moz-box-shadow: 0 0 25px #111;
  max-width: 84%;
  height: auto;
}

#lightbox p {
  text-align: right;
  color: #fff;
  margin-right: 20px;
  font-size: 30px;
}

#lightbox p i.fa.fa-phone,
#lightbox p i.fa.fa-mobile-phone,
#lightbox p i.fa.fa-map-marker {
  font-size: 20px;
}

#lightbox p:hover {
  cursor: pointer;
  opacity: 0.5;
}

#branch-gallery-holder {
  position: relative;
  top: -2%;
}

/* -------------------------------------
		BRANCH GALLERY
		    -----
			 *_*	
			  ~
--------------------------------------- */

div#gallery-container {
  overflow: auto;
  padding-bottom: 30px;
}

div#gallery-container #branch-gallery {
  margin: 50px auto;
}

div#gallery-container #branch-gallery ul {
  list-style: none;
  margin: 40px 0;
}

div#gallery-container #branch-gallery ul li a img {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.single-branch #branch-gallery-holder {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: 10px;
  margin-left: -20px;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* -------------------------------------
		SECTION JOB OFFERS
		    -----
			 *_*	
			  ~
--------------------------------------- */

#jobs {
  height: auto;
  display: block;
  /* REGION IMAGES */
  /* AFRICA */
  /* EUROPE */
  /* FRANCE */
  /* CARIBBEAN */
  /* ASIE */
}

#jobs .responsive-tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  margin-bottom: 35px;
  height: 38px;
  border-bottom: 1px solid #c5c5c5;
  text-transform: uppercase;
}

#jobs .responsive-tabs li {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 25px 0px 25px;
  font-size: 17px;
  font-weight: 600;
}

#jobs .responsive-tabs li a {
  color: #aaa;
}

#jobs .responsive-tabs li h4 {
  float: right;
  background: #b00000;
  width: 18px;
  height: 18px;
  border-radius: 15px;
  color: #ffffff;
  padding: 3px 0px 0px 0px;
  margin: -13px -15px 0px 0px;
  font-size: 10px;
  position: relative;
  z-index: 99;
}

#jobs .responsive-tabs .active {
  background-color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 22px 5px 25px;
  font-size: 17px;
  color: #b00000;
  font-weight: 600;
  border: 1px solid #c5c5c5;
  border-bottom: 2px solid white;
  border-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

#jobs .responsive-tabs .active a {
  color: #b00000;
}

#jobs .responsive-tabs .active h4 {
  float: right;
  background: #b00000;
  width: 18px;
  height: 18px;
  border-radius: 15px;
  color: #ffffff;
  padding: 3px 0px 0px 0px;
  margin: -13px -15px 0px 0px;
  font-size: 10px;
  position: relative;
  z-index: 99;
}

#jobs .responsive-tabs-content.bm-larger {
  -webkit-column-count: 3;
          column-count: 3;
  -moz-column-count: 3;
  -moz-column-gap: 3em;
  -webkit-column-gap: 3em;
  float: left;
}

#jobs .single-job {
  position: relative;
  background-color: #fff;
  display: inline-block;
  margin: 0 0 2em;
  padding: 3em 3em;
  width: 103%;
  box-shadow: 1px 2px 8px 1px rgba(51, 51, 51, 0.25);
  text-align: justify;
}

#jobs .single-job h3 {
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  text-transform: uppercase;
  padding: 5px 0px 0px 0px;
  font-weight: 600;
}

#jobs .single-job h4 {
  font-size: 14px;
  text-align: left;
  font-weight: 600;
  padding: 15px 0px 0px 0px;
}

#jobs .single-job p {
  font-size: 14px;
}

#jobs .single-job p.job-specs {
  background: #ffffff;
  width: 65%;
  height: 35px;
  padding: 4px 10px 0 0;
  border: 1px solid #b7b7b7;
  margin: 25px 0 0 0;
  font-weight: 600;
  text-align: right;
}

#jobs .single-job p.job-specs a {
  color: #b00000;
}

#jobs .single-job p.job-specs a i {
  font-size: 9px;
  font-weight: 100;
  padding: 0 0 0 15px;
}

#jobs .single-job p.apply {
  background: #b00000;
  width: 65%;
  height: 35px;
  padding: 4px 10px 0 0;
  margin: 10px 0 10px 0;
  font-weight: 600;
  text-align: right;
  border: 2px solid #b00000;
}

#jobs .single-job p.apply a {
  color: #ffffff;
}

#jobs .single-job p.apply a i {
  font-size: 9px;
  font-weight: 100;
  padding: 0 0 0 15px;
}

#jobs .block-width {
  width: 100%;
}

#jobs .new-responsive-tabs {
  margin: 0 auto 60px auto;
  padding: 0;
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
}

#jobs .new-job-li {
  list-style-type: none;
  margin-bottom: 30px;
}

#jobs .display-tab {
  display: none;
}

#jobs .article-block {
  position: relative;
  box-shadow: 1px 1px 3px #c3c3c3;
  overflow: hidden;
}

#jobs .background-block {
  display: block;
  width: 100%;
  height: 230px;
}

#jobs .article-block:hover .top-block {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#jobs .job_content {
  position: relative;
  margin: 2% auto 0 15px;
  -webkit-transition: all .25s;
  /* For Safari 3.1 to 6.0 */
  -o-transition: all .25s;
  transition: all .25s;
  width: 85%;
  height: 100%;
  padding-top: 15px;
}

#jobs .article-block:hover .field-filter-hr {
  border: 0;
  border-top: 1px solid #b00000;
  opacity: 1;
  -webkit-transition: all .25s;
  /* For Safari 3.1 to 6.0 */
  -o-transition: all .25s;
  transition: all .25s;
}

#jobs .field-filter-hr {
  opacity: 0;
}

#jobs .article-block:hover .job_content {
  position: relative;
  margin: 0 auto 0 15px;
  -webkit-transition: all .25s;
  /* For Safari 3.1 to 6.0 */
  -o-transition: all .25s;
  transition: all .25s;
  width: 85%;
  height: 100%;
  padding-top: 15px;
}

#jobs .top-region h3 {
  text-align: left;
  color: #ffffff;
  font-size: 19px;
  letter-spacing: 0.1px;
  font-weight: 600;
}

#jobs .new_job_count {
  opacity: 1;
  margin: 0;
  top: 0;
  /*overflow: auto;*/
}

#jobs .article-block:hover .filter-title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  opacity: 1;
}

#jobs .filter-title {
  opacity: 0;
  margin-bottom: 10px;
}

#jobs .field-tab {
  display: inline-block;
  /*background: #ffffffe6;*/
  padding: 3px 25px 0 7px;
  border-radius: 6px;
  /*margin: 0 0 4px 4px;*/
  position: relative;
}

#jobs .clear-r .vacancies {
  color: #957d7d;
}

#jobs .reset-fields {
  color: #fff;
  background: none;
  padding: 0px 5px 1px 5px;
  border-radius: 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
  font-size: 10px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

#jobs .focus-r .reset-fields {
  display: block;
  font-weight: 700;
  border: 1px solid;
  border-radius: 100%;
}

#jobs .job-field-btn {
  background: none;
  border: none;
}

#jobs .vacancies {
  -webkit-transition: all .25s;
  /* For Safari 3.1 to 6.0 */
  -o-transition: all .25s;
  transition: all .25s;
  text-align: left;
  opacity: 0;
  /*color: #957d7d;*/
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

#jobs .vacancies:hover {
  color: #fff;
}

#jobs .article-block:hover .vacancies {
  opacity: 1;
}

#jobs .filter_d .vacancies {
  -webkit-transition: all .25s;
  /* For Safari 3.1 to 6.0 */
  -o-transition: all .25s;
  transition: all .25s;
  color: #fff;
  font-weight: 700;
}

#jobs .article-block:hover .vacant-btn {
  -webkit-transition: all .25s;
  /* For Safari 3.1 to 6.0 */
  -o-transition: all .25s;
  transition: all .25s;
  text-align: center;
  background: #b00000;
  height: auto;
  padding: 7px 5px 7px 5px;
  margin: 30px 0 0 0;
  width: 190px;
  position: absolute;
  bottom: 25px;
}

#jobs .vacant-btn {
  -webkit-transition: all .25s;
  /* For Safari 3.1 to 6.0 */
  -o-transition: all .25s;
  transition: all .25s;
  text-align: center;
  background: #b00000;
  height: auto;
  padding: 7px 5px 7px 5px;
  margin: 30px 0 0 0;
  width: 190px;
  position: absolute;
  bottom: -200px;
}

#jobs .vacant-btn:hover {
  color: #ffffff;
  background: #960202;
  box-shadow: 0px 0px 40px -7px black;
  cursor: pointer;
}

#jobs .vacant-btn h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

#jobs .vacant-btn i {
  font-size: 9px;
  padding: 5px 10px 0 15px;
  right: 0px;
  position: absolute;
}

#jobs .new-responsive-tabs-content {
  -webkit-transition: all .25s;
  /* For Safari 3.1 to 6.0 */
  -o-transition: all .25s;
  transition: all .25s;
  width: 100%;
  display: block;
  height: auto;
}

#jobs .jobs-container {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

#jobs .responsive-tabs-panel {
  margin: 0 0 5em 0;
  width: 100%;
  display: inline-block;
  height: auto;
}

#jobs .single-job {
  position: relative !important;
  background-color: #fff !important;
  /*display: inline-block !important;*/
  margin: 10px 15px 5em 15px !important;
  width: 30% !important;
  text-align: justify !important;
  height: auto !important;
  padding: 30px 30px 30px 30px !important;
}

#jobs .single-job h4 {
  font-size: 14px !important;
  text-align: left !important;
  font-weight: 600 !important;
  padding: 0px 0px 0px 0px !important;
}

#jobs .single-job p.job-specs {
  background: #ffffff !important;
  width: 225px !important;
  height: auto !important;
  padding: 6px !important;
  border: 1px solid #b7b7b7 !important;
  margin: 0 0 10px 0 !important;
  font-weight: 600 !important;
  text-align: center !important;
  cursor: pointer !important;
}

#jobs .single-job p.job-specs:hover {
  text-decoration: none !important;
  -webkit-transition: all .2s linear !important;
  -o-transition: all .2s linear !important;
  transition: all .2s linear !important;
  border: 1px solid #9e9e9e !important;
}

#jobs .single-job p.apply {
  background: #b00000 !important;
  width: 225px !important;
  height: auto !important;
  padding: 6px !important;
  margin: 0 0 10px 0 !important;
  font-weight: 600 !important;
  text-align: center !important;
  border: 2px solid #b00000 !important;
  cursor: pointer !important;
}

#jobs .single-job p.apply:hover {
  text-decoration: none !important;
  background-color: #8e0000 !important;
  -webkit-transition: all .2s linear !important;
  -o-transition: all .2s linear !important;
  transition: all .2s linear !important;
  border: 2px solid #8e0000 !important;
}

#jobs .close-jobs-tab {
  display: block;
  height: auto;
  width: 100%;
  background: #d8d8d8;
  position: relative;
  bottom: 0px;
  margin: 0;
  padding: 5px 15px;
  cursor: pointer;
}

#jobs .show {
  display: block;
}

#jobs .anchor-region {
  text-transform: uppercase;
  font-size: 20px;
  text-align: left;
}

#jobs .anchor-hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#jobs .reg1 {
  background-image: url(https://staging.agsmovers.com/);
}

#jobs .reg2 {
  background-image: url(../png/job-region-maps_fade-europe_.png);
}

#jobs .reg426 {
  background-image: url(../png/job-region-maps_fade-europe_.png);
}

#jobs .reg3 {
  background-image: url(../png/job-region-maps_fade_france_.png);
}

#jobs .reg427 {
  background-image: url(../png/job-region-maps_fade_france_.png);
}

#jobs .reg415 {
  background-image: url(../png/job-region-maps_fade-caribbean_.png);
}

#jobs .reg6 {
  background-image: url(../png/job-region-maps_fade-asia_.png);
}

#jobs .reg430 {
  background-image: url(../png/job-region-maps_fade-asia_.png);
}

#jobs .reg-img {
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  background-size: 100%;
  margin: 0 0 0 0;
  -webkit-transition: all .25s ease-in;
  /* For Safari 3.1 to 6.0 */
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

#jobs .article-block:hover .reg-img {
  margin: 0 0 0 0;
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

#jobs .scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 0px;
  right: 10px;
  z-index: 1;
}

#jobs .scroll {
  position: absolute;
  right: 20px;
  bottom: 0;
  background: #b2b2b2;
  background: rgba(178, 178, 178, 0.7);
  padding: 20px;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

#jobs .scroll:hover {
  background: #b2b2b2;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

#jobs .scroll:hover .fa {
  padding-top: -10px;
}

#jobs .scroll .fa {
  font-size: 30px;
  margin-top: -5px;
  margin-left: 1px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

#jobs .fa-angle-up:before {
  content: "\F106";
  font-size: 22px;
  color: white;
  font-weight: 500;
}

#jobs .anchor {
  position: relative;
  width: 100%;
  float: left;
  margin-top: -200px;
}

#jobs .spontaneous-apply {
  margin: 0 auto 60px auto;
}

#jobs .job-primary {
  margin: 0 auto 25px auto;
}

#jobs .job-primary h4 {
  text-align: center !important;
  font-size: 16px !important;
}

#jobs .job-secondary {
  margin: 0 auto 25px auto;
}

#jobs .single-job-p {
  font-size: 14px;
  line-height: 17px;
  margin: 20px auto auto auto;
}

#jobs .single-job h3 {
  font-size: 16px !important;
  line-height: 17px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  padding: 5px 0px 0px 0px !important;
  font-weight: 600 !important;
}

#jobs .job-location {
  font-size: 20px !important;
  color: #b66565 !important;
}

#jobs .no-job-text {
  height: 50px;
  line-height: 50px;
}

#jobs #region-filters .new_job_count .job-field-filters {
  height: 50px;
}

#jobs #region-filters .new_job_count .job-field-filters .job-field-wrap {
  border: 1px solid #34313a;
  margin: 0 0 4px 4px;
}

#jobs #region-filters .new_job_count .job-field-filters .job-field-wrap .reset-fields {
  right: 1px;
  top: 3px;
}

#jobs #region-filters .new_job_count .job-field-filters .job-field-wrap .job-field-btn {
  color: #000;
}

#jobs #region-filters .new_job_count .job-field-filters .job-field-wrap .job-field-btn .vacancies {
  color: #34313a;
  opacity: 1;
}

#jobs #region-filters .new_job_count .job-field-filters .focus-r .reset-fields {
  border: none;
  color: #34313a;
}

/* -------------------------------------
		SECTION NEWS
		    -----
			 *_*	
			  ~
--------------------------------------- */

/* News posts movers */

.post-picture .attachment-medium.size-medium.wp-post-image {
  width: 380px;
}

.post-template-default .alignnone {
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 6px -2px;
  text-align: center;
  margin: auto 10px;
}

.single-post .wp-caption-text {
  font-size: 13px;
  text-align: center;
  color: #000;
  margin: -10px auto;
}

.news {
  padding: 60px 0 60px 0;
}

/* Johannesburg news gap bug */

.postid-25305 #related-news,
.postid-23676 #related-news {
  margin-bottom: -45px;
}

.single-post-hr {
  clear: both;
  margin: 0 0 20px 0;
}

/* -------------------------------------
    SINGLE-POST STYLES
            -----
             *_*
              ~
--------------------------------------- */

#post-body div.entry-content {
  width: 73%;
  margin: 0 22px 0 0;
}

#post-body div.entry-content div.article-content {
  margin-bottom: 50px;
}

#post-body div.entry-content div.article-content img.custom-post-img-width {
  float: left;
  padding: 8px;
  margin: 5px 25px 30px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 6px -2px;
}

#post-body div.entry-content div.article-content img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 50%;
  float: left;
  padding: 8px;
  margin: 5px 25px 30px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 6px -2px;
}

#post-body div.entry-content div.article-content time.post-date {
  position: absolute;
  top: 20px;
  left: -10px;
  width: auto;
  height: auto;
  background: #fff;
  padding: 3px 14px 5px 14px;
  border: 1px solid #ddd;
}

#post-body div.entry-content div.article-content time.post-date span.day {
  width: auto;
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  color: #666;
}

#post-body div.entry-content div.article-content time.post-date span.month {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  color: #b00000;
}

#post-body div.entry-content div.article-content p {
  text-align: justify;
}

#post-body div.entry-content div.article-content h3 {
  color: #34313a;
}

#post-body div.entry-content div.article-content .post-categ {
  font-weight: 700;
  font-size: 15px;
}

#post-body div.entry-content div.article-content .aligncenter {
  float: left;
  width: 35%;
  max-height: 280px;
  padding: 8px;
  margin: 5px 25px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 6px -2px;
}

#post-body div.entry-content div.article-content .alignright {
  float: right;
  padding: 8px;
  margin: 5px 0 0 25px;
  width: 35%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 6px -2px;
}

#post-body div.entry-content div.article-content .alignleft {
  width: 35%;
  margin: 5px 25px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 6px -2px;
  padding: 8px;
}

#post-body #sidebar {
  background: #ececec;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #ececec, white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #ececec, white);
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -o-linear-gradient(left, #ececec, white);
  background: linear-gradient(to right, #ececec, white);
  /* Standard syntax (must be last) */
  width: 25%;
  padding: 25px 0% 45px 3%;
  display: inline-table;
}

#post-body #sidebar .widget.search-2.widget_search,
#post-body #sidebar .widget_recent_entries,
#post-body #sidebar .widget_categories {
  margin: 0 0 35px 0;
}

#post-body #sidebar h3 {
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  color: #b00000;
  padding: 0 0 0 0;
}

#post-body #sidebar .widget_recent_entries h3 {
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  color: #b00000;
  padding: 0 0 0 0;
}

#post-body #sidebar .widget_recent_entries ul {
  padding: 0 0 0 0;
}

#post-body #sidebar .widget_recent_entries ul li {
  padding: 0 0 10px 0;
  list-style-type: none;
}

#post-body #sidebar .widget_recent_entries ul li a {
  padding: 0 0 0 0;
  color: #292b2c;
  font-size: 14px;
  font-weight: 500;
}

#post-body #sidebar .widget_categories h3 {
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  color: #b00000;
  padding: 0 0 0 0;
}

#post-body #sidebar .widget_categories ul {
  list-style-type: none;
  padding: 0 0 0 0;
  color: #292b2c;
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
}

#post-body #sidebar .widget_categories ul a {
  color: #292b2c;
}

#post-body #sidebar .widget_tag_cloud h3 {
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  color: #b00000;
  padding: 0 0 5px 0;
}

#post-body #sidebar .widget_tag_cloud .tagcloud a {
  padding: 0 0 0 0;
  color: #292b2c;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

/* -------------------------------------
    CONTACT US STYLES
            -----
             *_*
              ~
--------------------------------------- */

.ags_relocation div.acf-map.pano {
  height: 400px;
}

.ags_relocation #intro h5 span:nth-child(2) {
  display: none;
}

#contact {
  margin-bottom: 50px;
}

#contact address {
  margin: 0 90px 0 0;
  padding: 0 0 0 0;
}

#contact address #address-title {
  text-align: left;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

#contact address h4 {
  margin: 15px 0 5px 0;
}

#contact address p {
  margin-bottom: 0;
}

#contact address .fa.fa-envelope {
  font-size: 20px;
}

#contact address .fa.fa-mobile {
  font-size: 23px;
}

#contact address a {
  font-size: 16px;
}

#contact address .acf-map {
  position: relative;
  width: 100%;
  height: 275px;
  border: #ccc solid 1px;
  margin: 0 0 0 0;
}

#contact .return-form {
  display: none;
  margin: 10px 0;
}

#contact .return-form a {
  border: 2px solid #b00000;
  color: #b00000;
  padding: 7px 25px;
  background: none;
  font-size: 16px;
}

#contact .return-form a:hover {
  cursor: pointer;
  color: #fff;
  background: #b00000;
}

#contact .ags-form {
  padding: 0 0 0 0;
}

#contact .ags-form #tabs-1,
#contact .ags-form #tab {
  display: none;
}

#contact .ags-form fieldset {
  margin: 0 0 15px 0;
}

#contact .ags-form fieldset select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  background-color: #f2f2f2;
  color: #757575;
}

#contact .ags-form fieldset #please-choose #get_quote {
  display: none;
  float: right;
  right: 0;
  margin: 15px 0 0;
  font-size: 16px;
  border: 1px solid #b00000;
  padding: 5px 10px;
  border-radius: 2px;
  box-shadow: 0px 1px 6px #888;
}

#contact .ags-form #form-title {
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

#contact .ags-form #contact-name,
#contact .ags-form #contact-email,
#contact .ags-form #contact-company,
#contact .ags-form .subject {
  width: 43%;
  float: left;
  margin: 0 10px 0 0;
  font-size: 14px;
}

#contact .ags-form textarea:focus {
  box-shadow: none;
}

#contact .ags-form #contact-subject {
  width: 100%;
  float: left;
  margin: 0 10px 0 0;
  font-size: 14px;
}

#contact .ags-form #contact-last-name,
#contact .ags-form #contact-tel,
#contact .ags-form #contact-location {
  width: 43%;
  float: left;
  font-size: 14px;
}

#contact .ags-form .wpcf7-validates-as-required.subject,
#contact .ags-form .wpcf7-validates-as-email.email,
#contact .ags-form .telephone,
#contact .ags-form .first-name,
#contact .ags-form .last-name,
#contact .ags-form .dynamicposition input,
#contact .ags-form .location input,
#contact .ags-form .company input,
#contact .ags-form .service-select {
  width: 100%;
  padding: 8px;
  border: 1px solid #e6e6e6;
  background-color: #f2f2f2;
  color: #111;
  border-radius: 2.5px;
  max-width: inherit;
  max-height: inherit;
}

#contact .ags-form .wpcf7-validates-as-required.subject:focus,
#contact .ags-form .wpcf7-validates-as-email.email:focus,
#contact .ags-form .telephone:focus,
#contact .ags-form .first-name:focus,
#contact .ags-form .last-name:focus,
#contact .ags-form .dynamicposition input:focus,
#contact .ags-form .location input:focus,
#contact .ags-form .company input:focus,
#contact .ags-form .service-select:focus {
  box-shadow: none;
}

#contact .ags-form .wpcf7-validates-as-required.subject::-webkit-input-placeholder,
#contact .ags-form .wpcf7-validates-as-email.email::-webkit-input-placeholder,
#contact .ags-form .telephone::-webkit-input-placeholder,
#contact .ags-form .first-name::-webkit-input-placeholder,
#contact .ags-form .last-name::-webkit-input-placeholder,
#contact .ags-form .dynamicposition input::-webkit-input-placeholder,
#contact .ags-form .location input::-webkit-input-placeholder,
#contact .ags-form .company input::-webkit-input-placeholder,
#contact .ags-form .service-select::-webkit-input-placeholder {
  opacity: 1;
  color: #111;
}

#contact .ags-form .wpcf7-validates-as-required.subject:-ms-input-placeholder,
#contact .ags-form .wpcf7-validates-as-email.email:-ms-input-placeholder,
#contact .ags-form .telephone:-ms-input-placeholder,
#contact .ags-form .first-name:-ms-input-placeholder,
#contact .ags-form .last-name:-ms-input-placeholder,
#contact .ags-form .dynamicposition input:-ms-input-placeholder,
#contact .ags-form .location input:-ms-input-placeholder,
#contact .ags-form .company input:-ms-input-placeholder,
#contact .ags-form .service-select:-ms-input-placeholder {
  opacity: 1;
}

#contact .ags-form .wpcf7-validates-as-required.subject::placeholder,
#contact .ags-form .wpcf7-validates-as-email.email::placeholder,
#contact .ags-form .telephone::placeholder,
#contact .ags-form .first-name::placeholder,
#contact .ags-form .last-name::placeholder,
#contact .ags-form .dynamicposition input::placeholder,
#contact .ags-form .location input::placeholder,
#contact .ags-form .company input::placeholder,
#contact .ags-form .service-select::placeholder {
  opacity: 1;
}

#contact .ags-form #message-area {
  width: 100%;
  font-size: 14px;
}

#contact .ags-form .wpcf7-list-item-label {
  font-weight: normal;
}

#contact .ags-form .wpcf7-list-item {
  margin-left: 0;
}

#contact .ags-form .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 8px;
  height: 235px;
  border: 1px solid #e6e6e6;
  background-color: #f2f2f2;
  color: #111;
  max-width: 645px;
  max-height: inherit;
}

#contact .ags-form .wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #111;
}

#contact .ags-form .wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder {
  opacity: 1;
}

#contact .ags-form .wpcf7-form-control.wpcf7-textarea::placeholder {
  opacity: 1;
}

#contact .ags-form .wpcf7-form-control.wpcf7-submit.ags-submit {
  background: #b00000;
  border: 1px solid #fff;
  color: #fff;
  padding: 7px 45px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 0 0;
  height: 40px;
  width: 30%;
}

#contact .ags-form .error-response-msg {
  display: none;
}

#contact .ags-form .invalid .error-response-msg {
  display: block;
  background: -webkit-linear-gradient(left, #ffefef, #ffe6e6, #fff);
  background: -o-linear-gradient(left, #ffefef, #ffe6e6, #fff);
  background: linear-gradient(to right, #ffefef, #ffe6e6, #fff);
  color: #b00000;
  /*position: absolute;*/
  font-size: 13px;
  font-weight: 500;
  padding: 16px 30px 16px 21px;
  border-top: none;
  border-bottom: none;
  border-left: 10px solid #bf3030;
  border-right: none;
  text-transform: uppercase;
}

#contact .ags-form .wpcf7-validation-errors {
  display: block;
  margin: -5px 0 0 0;
  background: -webkit-linear-gradient(left, #ffefef, #ffe6e6, #fff);
  background: -o-linear-gradient(left, #ffefef, #ffe6e6, #fff);
  background: linear-gradient(to right, #ffefef, #ffe6e6, #fff);
  color: #b00000;
  float: left;
  /*position: absolute;*/
  font-size: 13px;
  font-weight: 500;
  padding: 16px 30px 16px 21px;
  border-top: none;
  border-bottom: none;
  border-left: 10px solid #bf3030;
  border-right: none;
  text-transform: uppercase;
}

#contact .ags-form .wpcf7-mail-sent-ok {
  display: block;
  margin: -5px 0 0 0;
  background: -o-linear-gradient(left, #fff, #ffefef, #ffe6e6, #ffe6e6, #ffefef, #fff);
  background: -webkit-linear-gradient(left, #effbeb, #e5ffdc, #f7f7f6, #fff);
  background: -o-linear-gradient(left, #effbeb, #e5ffdc, #f7f7f6, #fff);
  background: linear-gradient(to right, #effbeb, #e5ffdc, #f7f7f6, #fff);
  color: #000000;
  float: left;
  /*position: absolute;*/
  font-size: 13px;
  font-weight: 500;
  padding: 16px 30px 16px 21px;
  border-top: none;
  border-bottom: none;
  border-left: 10px solid #c7ecbe;
  border-right: none;
  text-transform: uppercase;
}

#contact .ags-form .wpcf7-not-valid {
  width: 100% !important;
  padding: 8px !important;
  background-color: #f2f2f2 !important;
  color: #111 !important;
  border-radius: 2.5px !important;
  border: 1px solid #b0000059 !important;
}

#contact .ags-form .wpcf7-not-valid-tip {
  color: #b00000d6;
  font-size: 0.8em;
  display: block;
  padding: 0px 0 0 0;
  margin: 0 0 0 0;
  text-align: right;
  font-weight: 600;
}

#contact .ags-form .sub-button-field {
  float: right;
  width: 100%;
}

#tab {
  margin: 0 0 26px 0;
  padding: 0px 0 0 0;
  list-style-type: none;
  position: relative;
  text-transform: uppercase;
  box-shadow: none;
  z-index: 30;
  height: auto;
}

#tab::after {
  content: '';
  width: 100%;
  border-bottom: 2px solid #c5c5c5;
  display: block;
  height: 12px;
}

#tab .quote-tab {
  float: none;
  outline: none;
  cursor: pointer;
  padding: 12px 25px 12px 25px;
  font-size: 17px;
  color: #b00000;
  font-weight: 600;
  border-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin: 0 0 0 0;
}

#tab a:hover.quote-tab {
  color: #670a0a;
}

#tab .tab-selected {
  float: none;
  outline: none;
  cursor: pointer;
  padding: 12px 25px 12px 25px;
  font-size: 17px;
  color: #b00000;
  font-weight: 600;
  border: 2px solid #c5c5c5;
  border-radius: 7px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin: 0px 15px 0 0px;
  background: -webkit-linear-gradient(top, #f3f1f1, white);
  background: -o-linear-gradient(top, #f3f1f1, white);
  background: linear-gradient(to bottom, #f3f1f1, white);
  border-bottom: 2px solid white;
  box-shadow: 3px -3px 10px -7px #2d2d2d;
  border-right: 1px solid #c5c5c5;
}

.form {
  margin: 35px 0;
}

.form fieldset {
  margin-bottom: 10px;
}

.form fieldset input[type="text"],
.form fieldset select {
  background-color: #e6e3e3;
  border: 1px solid #c9c6c6;
  border-radius: 2.5px;
  color: #292b2c;
  font-size: 14px;
  max-width: 327px;
  padding: 8px;
  width: 100%;
}

.form fieldset span {
  background: -webkit-linear-gradient(left, #fffdef, #fffae6, #f9e7a7);
  background: -o-linear-gradient(left, #fffdef, #fffae6, #f9e7a7);
  background: linear-gradient(to right, #fffdef, #fffae6, #f9e7a7);
  font-size: 14px;
  font-style: italic;
}

.form fieldset input[type="submit"] {
  background: #b00000;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  margin: 0 0 0 0;
  padding: 10px 30px;
  text-transform: uppercase;
}

.form .radio-currency strong {
  font-size: 14px;
  padding: 0 5px;
}

.form .radio-currency input[type="radio"] {
  margin: 10px 0;
}

.form .error-message {
  background: -webkit-linear-gradient(left, #ffefef, #ffe6e6, #fff);
  background: -o-linear-gradient(left, #ffefef, #ffe6e6, #fff);
  background: linear-gradient(to right, #ffefef, #ffe6e6, #fff);
  color: #b00000;
  font-size: 14px;
  margin: 10px 0;
  max-width: 327px;
  padding: 10px 5px;
  width: 100%;
}

.form .error-border {
  border: 1px solid rgba(176, 0, 0, 0.3) !important;
}

.form .important-notice {
  background: -webkit-linear-gradient(left, #f6c4a0, #fbe4d3, #fff1e7);
  background: -o-linear-gradient(left, #f6c4a0, #fbe4d3, #fff1e7);
  background: linear-gradient(to right, #f6c4a0, #fbe4d3, #fff1e7);
}

.form .legal-terms {
  border: 1px solid;
  color: #888;
  font-family: 'Courier New';
  height: 250px;
  overflow: auto;
  padding: 10px;
}

.form .legal-terms p {
  font-size: 12px;
}

.form .legal-terms strong {
  color: #333;
}

.form .accept-terms {
  margin: 10px 0;
}

.form .go_back {
  background: transparent;
  border: none;
  color: #b00000;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  margin: 0 0 0 0;
  padding: 10px 30px;
  text-transform: uppercase;
}

.form .my_gate {
  background: #b00000;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  margin: 0 0 0 0;
  padding: 10px 30px;
  text-transform: uppercase;
  float: right;
}

.form .my_gate:visited {
  border: none;
}

.form[name="payment_form"] {
  width: 270px;
}

#tabs-1 #form h4 {
  text-align: left;
  text-transform: uppercase;
  margin: 30px 0 10px 0;
}

#tabs-1 #form .row {
  font-size: 15px;
  margin: 0 0 -3px 0;
}

#tabs-1 #form .row .col-md-6 {
  padding-left: 0;
}

#tabs-1 #form .row .col-md-6 #first_name,
#tabs-1 #form .row .col-md-6 #last_name,
#tabs-1 #form .row .col-md-6 #email_address,
#tabs-1 #form .row .col-md-6 #tel_contact {
  width: 100%;
  max-width: 327px;
  font-size: 14px;
  color: #292b2c;
  padding: 8px;
  border: 1px solid #e6e6e6;
  background-color: #f2f2f2;
  border-radius: 2.5px;
}

#tabs-1 #form .row .col-md-6 #departure_country,
#tabs-1 #form .row .col-md-6 #destination_country,
#tabs-1 #form .row .col-md-6 .addresstextarea {
  width: 100%;
  max-width: 327px;
  font-size: 14px;
  color: #757575;
  padding: 8px;
  border: 1px solid #e6e6e6;
  background-color: #f2f2f2;
  border-radius: 2.5px;
}

#tabs-1 #form .row .col-md-6 #departure_country::-webkit-input-placeholder,
#tabs-1 #form .row .col-md-6 #destination_country::-webkit-input-placeholder,
#tabs-1 #form .row .col-md-6 .addresstextarea::-webkit-input-placeholder {
  opacity: 1;
  font-size: 14px;
}

#tabs-1 #form .row .col-md-6 #departure_country:-ms-input-placeholder,
#tabs-1 #form .row .col-md-6 #destination_country:-ms-input-placeholder,
#tabs-1 #form .row .col-md-6 .addresstextarea:-ms-input-placeholder {
  opacity: 1;
  font-size: 14px;
}

#tabs-1 #form .row .col-md-6 #departure_country::placeholder,
#tabs-1 #form .row .col-md-6 #destination_country::placeholder,
#tabs-1 #form .row .col-md-6 .addresstextarea::placeholder {
  opacity: 1;
  font-size: 14px;
}

#tabs-1 #form .row #datepicker,
#tabs-1 #form .row #company_name,
#tabs-1 #form .row #departure_city,
#tabs-1 #form .row #destination_city {
  width: 48.4em;
  max-width: 100%;
  font-size: 14px;
  max-height: 40px;
  height: 40px;
  padding: 8px;
  color: #111;
  border: 1px solid #e6e6e6;
  background-color: #f2f2f2;
  border-radius: 2.5px;
}

#tabs-1 #form .row #datepicker::-webkit-input-placeholder,
#tabs-1 #form .row #company_name::-webkit-input-placeholder,
#tabs-1 #form .row #departure_city::-webkit-input-placeholder,
#tabs-1 #form .row #destination_city::-webkit-input-placeholder {
  opacity: 1;
  font-size: 14px;
}

#tabs-1 #form .row #datepicker:-ms-input-placeholder,
#tabs-1 #form .row #company_name:-ms-input-placeholder,
#tabs-1 #form .row #departure_city:-ms-input-placeholder,
#tabs-1 #form .row #destination_city:-ms-input-placeholder {
  opacity: 1;
  font-size: 14px;
}

#tabs-1 #form .row #datepicker::placeholder,
#tabs-1 #form .row #company_name::placeholder,
#tabs-1 #form .row #departure_city::placeholder,
#tabs-1 #form .row #destination_city::placeholder {
  opacity: 1;
  font-size: 14px;
}

#tabs-1 #form .row #datepicker {
  margin: 0 0 35px 0;
  width: 48em;
}

#tabs-1 #form .row #comments {
  width: 45em;
  max-width: 100%;
  height: 250px;
  max-height: 250px;
  color: #111;
  border: 1px solid #e6e6e6;
  background-color: #f2f2f2;
  border-radius: 2.5px;
  margin: 36px 0 0 5px;
}

#tabs-1 #form .row #comments::-webkit-input-placeholder {
  opacity: 1;
  font-size: 14px;
}

#tabs-1 #form .row #comments:-ms-input-placeholder {
  opacity: 1;
  font-size: 14px;
}

#tabs-1 #form .row #comments::placeholder {
  opacity: 1;
  font-size: 14px;
}

#tabs-1 #form .row #receive_email {
  margin: 5px 10px 0px 0px;
}

#tabs-1 #form .row button {
  background: #b00000;
  border: 1px solid #fff;
  color: #fff;
  padding: 7px 45px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
  margin: 10px 0 50px 0;
}

#tabs-1 #form .row .row-2 {
  width: 100%;
  max-width: 100% !important;
}

#tabs-1 #form .row input[type="text"]:focus,
#tabs-1 #form .row input[type="date"]:focus,
#tabs-1 #form .row input[type="datetime"]:focus,
#tabs-1 #form .row input[type="number"]:focus,
#tabs-1 #form .row input[type="search"]:focus,
#tabs-1 #form .row input[type="time"]:focus,
#tabs-1 #form .row input[type="url"]:focus,
#tabs-1 #form .row input[type="email"]:focus,
#tabs-1 #form .row textarea:focus,
#tabs-1 #form .row select:focus {
  box-shadow: none;
  border: none;
}

#tabs-1 #form #moving_with_vehicle_div {
  padding: 0px 0px 0px 8px !important;
  width: 46em;
}

#tabs-1 #form #moving_with_vehicle_div .col-md-6 input[type="text"]:nth-child(1) {
  margin-right: 15px;
  color: #111;
  border: 1px solid #e6e6e6;
  background-color: #f2f2f2;
  border-radius: 2.5px;
}

#tabs-1 #form #moving_with_vehicle_div .col-md-6 input[type="text"]:nth-child(1)::-webkit-input-placeholder {
  opacity: 1;
  font-size: 14px;
}

#tabs-1 #form #moving_with_vehicle_div .col-md-6 input[type="text"]:nth-child(1):-ms-input-placeholder {
  opacity: 1;
  font-size: 14px;
}

#tabs-1 #form #moving_with_vehicle_div .col-md-6 input[type="text"]:nth-child(1)::placeholder {
  opacity: 1;
  font-size: 14px;
}

#tabs-1 #form #moving_with_vehicle_div .col-md-6 input[name="marques[]"] {
  width: 100%;
  max-width: 320px;
}

#tabs-1 #form #moving_with_vehicle_div .col-md-6 input[name="modeles[]"] {
  width: 100%;
  max-width: 327px;
}

#tabs-1 #form #moving_with_vehicle_div .brand_model:not(:first-child) {
  overflow: auto;
  margin: 10px 0;
}

#tabs-1 #form input[type="radio"]:hover {
  cursor: pointer;
}

#tabs-1 #form #gdpr_web_enquiry_privacy_policy_read + p {
  margin-left: 23px;
}

/*FORM INPUT PLACEHOLDER RULES*/

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #757575 !important;
  font-size: 14px !important;
  opacity: 1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #757575 !important;
  font-size: 14px !important;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #757575 !important;
  font-size: 14px !important;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #757575 !important;
  font-size: 14px !important;
  opacity: 1;
}

/* -------------------------------------
		BRANCH TEMPLATE 
		    -----
--------------------------------------- */

/* Accreditation fix */

.johannesburg .accr_logos,
.johannesbourg .accr_logos {
  margin: auto 8% !important;
}

.cape-town .accr_logos,
.le-cap .accr_logos {
  margin: auto 13% !important;
}

.french-guiana .accr_logos,
.guyane .accr_logos,
.botswana .accr_logos {
  margin: auto 23% !important;
}

.container.useful-links h3 {
  color: #34313a;
}

/* Israel pages styling */

.postid-28719 .solution-box.branch-services.padding-top-30,
.postid-28139 .solution-box.branch-services.padding-top-30,
.postid-37737 .solution-box.branch-services.padding-top-30 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25% !important;
  padding: 0 50px !important;
  margin: 30px auto !important;
}

.fr.postid-28719 #services {
  height: 440px !important;
}

/* Paris accreditations movers */

.two-rows .accr_logos p:nth-child(9) img {
  margin-top: 50px;
  border-left: none;
  padding-left: 36% !important;
}

.two-rows .accr_logos p:nth-child(10) img {
  margin-top: 50px;
}

.two-rows .accr_logos p:nth-child(11) img {
  margin-top: 50px;
}

.postid-24761 .container.useful-links,
.postid-24762 .container.useful-links {
  display: none;
}

#columns.removals h4 {
  padding-top: 10px;
}

.team-layout #columns {
  padding-left: 8%;
}

.team-layout #columns h2 {
  margin-left: -8%;
  width: 100%;
  clear: both;
}

.team-layout #columns h2:nth-of-type(2) {
  padding: 40px 0 20px;
}

.team-layout #columns h4 {
  text-align: left !important;
}

.team-layout #columns img {
  width: 130px;
  border-radius: 50%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  margin: 8% 0;
}

.team-layout #columns .our-team-col:nth-of-type(2n) {
  width: 65% !important;
  margin-left: 0;
}

.team-layout #columns .our-team-col:nth-of-type(n) {
  width: 20%;
  float: left;
  margin-bottom: 40px;
  height: 140px;
}

/* -------------------------------------
		BRANCH HEADER AND CUSTOM IMAGE
		    -----
			 *_*	
			  ~
--------------------------------------- */

.custom_branch_image {
  height: 400px;
  background-repeat: no-repeat;
  background-position-x: right;
}

.custom_branch_image::after {
  content: '';
  height: 400px;
  width: 100%;
  position: absolute;
}

.custom-image img {
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 71% 100%, 0% 100%);
  top: 118px;
}

/* -------------------------------------
		SECTION BRANCH-CONTACT
		    -----
			 *_*	
			  ~
--------------------------------------- */

#contact-section::before {
  content: url(../png/ags_block-1.png);
  -webkit-clip-path: polygon(25% 0%, 80% 0%, 55% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 80% 0%, 55% 100%, 0% 100%);
  position: relative;
  right: -10px;
  float: left;
}

#contact-section h3 {
  float: left;
  margin: -5px 10px 0px 15px;
  text-transform: uppercase;
  font-weight: 400;
}

#contact-section div.cols h4 {
  margin: 5px 0 15px 0;
}

#contact-section div.cols p {
  margin: 0 0 7px 0;
  font-weight: 600;
}

#contact-section div.cols p i.fa.fa-map-marker {
  margin: 4px 9px 10px 2px;
  float: left;
}

#contact-section div.branch-lang.col-md-6 {
  margin: 10px 0 15px 0;
}

#contact-section div.branch-lang.col-md-6 img {
  border: 1px solid #d0d0d0;
}

#branch-map-pano {
  overflow: hidden;
}

#branch-map-pano div.branch-map {
  overflow: hidden;
  z-index: 1;
  width: 1100px;
  float: left;
}

#branch-map-pano div.branch-map div.acf-map {
  position: relative;
  overflow: visible !important;
  max-width: 100%;
  padding: 0 0 0 0;
  border: 0;
  height: 500px;
  border: #ccc solid 1px;
}

#branch-map-pano div.branch-map h3 {
  text-align: left;
}

#branch-map-pano div#branch-pano {
  height: 500px;
  margin-left: 44%;
  padding: 50px 0 0 25px;
  position: absolute;
  right: 0;
  z-index: 2;
}

#branch-map-pano div#branch-pano .contact-details-pano {
  margin-left: 3%;
  color: #fff;
  text-align: justify;
}

#branch-map-pano div#branch-pano .contact-details-pano .languages-spoken {
  margin-left: 20%;
}

#branch-map-pano div#branch-pano .contact-details-pano .languages-spoken ul {
  margin-left: -7.5%;
  margin-top: -2%;
}

#branch-map-pano div#branch-pano .contact-details-pano .languages-spoken ul li {
  display: inline;
  margin-right: 5px;
}

#branch-map-pano div#branch-pano .contact-details-pano .languages-spoken ul li img {
  border: 1px solid #34313a;
}

#branch-map-pano div#branch-pano .contact-details-pano h2 {
  text-transform: capitalize;
  margin: 2% auto 3% 29%;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-size: 28px;
}

#branch-map-pano div#branch-pano .contact-details-pano .branch-underline {
  background: #b00000;
  width: 90px;
  height: 1px;
  margin-left: 28%;
  margin-bottom: 20px;
}

#branch-map-pano div#branch-pano .contact-details-pano .branch_manager {
  margin-left: 26%;
}

#branch-map-pano div#branch-pano .contact-details-pano .branch_telephone {
  margin-left: 24%;
}

#branch-map-pano div#branch-pano .contact-details-pano .branch_address,
#branch-map-pano div#branch-pano .contact-details-pano .whatsapp_no {
  margin-left: 22.5%;
}

#branch-map-pano div#branch-pano .contact-details-pano .branch_telephone,
#branch-map-pano div#branch-pano .contact-details-pano .branch_address,
#branch-map-pano div#branch-pano .contact-details-pano .whatsapp_no {
  margin-top: -8px;
}

#branch-map-pano div#branch-pano .branch-pano-ctas {
  text-transform: uppercase;
  font-size: 15px;
  margin: 25px 0 0 12%;
  padding-left: 5%;
}

#branch-map-pano div#branch-pano .branch-pano-ctas a.branch_button {
  border: 1px solid #fff;
  color: #fff;
  padding: 7px 25px;
  float: left;
  margin-right: 20px;
  border-radius: 3px;
  background: rgba(176, 0, 0, 0.58);
}

#branch-map-pano div#branch-pano .branch-pano-ctas a:hover.branch_button {
  border: 1px solid rgba(176, 0, 0, 0.58);
  background: #b00000;
}

a.branch_button {
  border: 1px solid #fff;
  color: #fff;
  padding: 7px 25px;
  float: left;
  margin-right: 20px;
  border-radius: 3px;
  background: rgba(176, 0, 0, 0.58);
}

a:hover.branch_button {
  border: 1px solid rgba(176, 0, 0, 0.58);
  background: #b00000;
}

a.branch_button_ghost {
  border: 1px solid #fff;
  color: #fff;
  padding: 7px 25px;
  float: left;
  margin-right: 20px;
  border-radius: 3px;
  background: none;
}

a:hover.branch_button_ghost {
  float: left;
  color: #000;
  background: #fff;
}

/* Accreditation styling */

.accr_logos p:nth-child(1) img {
  margin-left: 0;
  border-left: none;
  padding: 0 5px 0 0;
}

.accr_logos p:last-child {
  margin-right: 0;
}

.accr_logos img {
  max-width: 100%;
  float: left;
  margin: 0 10px;
  margin-left: 10px;
  border-left: 1px solid #ccc;
  max-height: 100%;
  padding: 0 10px 0 24px;
}

/* 1 - 4 accreditations */

.col-md-6 .accr_logos {
  padding-top: 15px;
}

/* 5 - 9 accreditations */

.full_accreditations .accr_logos img {
  height: 48px;
  padding: 0 10px 0 29px !important;
}

.accr-images ul li {
  display: inline-block;
  padding-top: 5px;
}

.accr-images img {
  max-width: 80px;
}

.contact-section h2 {
  text-align: left;
  left: 13px;
  position: relative;
}

.contact-section div.cols h4.our-branch {
  text-align: left;
  padding-bottom: 8px;
}

.contact-section div.manager-quote {
  padding-left: 0;
}

.contact-section div.manager-quote img {
  border-radius: 50%;
  float: left;
}

.contact-section div.manager-quote .manager-name {
  font-size: 14px;
}

.contact-section div.manager-quote p.address-details {
  margin: auto 16px;
}

.contact-section div.branch-cta p.branch-contact-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.contact-section div.branch-cta p.branch-contact-cta a.contact {
  padding: 8px 30px 8px 50px;
}

.contact-section div.branch-cta p.branch-contact-cta a.contact i.fa.fa-chevron-right {
  float: right;
  font-size: 11px;
  padding: 6px 0px 0px 15px;
}

.contact-section div.branch-cta p.branch-contact-cta a.ags_cta {
  margin-right: 10px;
  margin-top: 0;
}

.contact-section div.branch-cta p.branch-contact-cta a.ags_cta i.fa.fa-chevron-right {
  float: right;
  font-size: 11px;
  padding: 6px 0px 0px 15px;
}

.contact-section .key-factors {
  margin: 10px 0 0 0;
}

.contact-section .key-factors strong {
  font-size: 15px;
}

.contact-section .key-factors ul {
  list-style: none;
  padding: 0;
}

.contact-section .key-factors ul li {
  display: inline-block;
}

.contact-section .key-factors ul li img {
  border-radius: 0;
  float: none;
}

.contact-section .branch-lang {
  font-size: 15px;
}

.contact-section .branch-lang ul {
  list-style: none;
  padding: 0;
}

.contact-section .branch-lang ul li {
  display: inline;
}

/* -------------------------------------
		SECTION RELO SERVICES
		    -----
			 *_*	
			  ~
--------------------------------------- */

.relo-icons .solution-box,
.relo-icons .national-box {
  padding-top: 25px;
  padding-bottom: 25px;
}

.relo-icons .solution-box a:hover,
.relo-icons .national-box a:hover {
  text-decoration: none;
}

/* -------------------------------------
		SECTION NETWORK LIST
		    -----
			 *_*	
			  ~
--------------------------------------- */

#network {
  padding-top: 10px;
}

#network h3 {
  text-transform: uppercase;
  font-size: 20px;
  text-align: left;
}

#network div {
  padding: 10px 0 25px;
  display: block;
  -webkit-columns: 6;
  /* Chrome, Safari, Opera */
  /* Firefox */
  columns: 6;
}

#network div ul {
  list-style-type: none;
  padding-left: 0;
}

#network div ul li {
  font-size: 16px;
}

#network div ul li a {
  color: #292b2c;
}

#network div ul li a:hover {
  color: #b00000;
}

#network div ul li a:focus {
  text-decoration: none;
}

/* -------------------------------------
    MANSORY STYLES
            -----
             *_*
              ~
--------------------------------------- */

/* -------------------------------------
		SLIDER TEXT LAYERS
		    -----
			 *_*	
			  ~
--------------------------------------- */

/**

	LAYER 2 TEXT

**/

div.layer2_text h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  /*margin: auto 10px;*/
  text-align: left;
  text-transform: uppercase;
  display: inline;
  background: #b00000;
  padding: 15px 20px;
  height: 100%;
}

div.layer2_text h4::after {
  content: '';
  width: 10px;
  height: 33px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
  background: #b00000;
  position: absolute;
  top: -18px;
  padding: 15px 20px;
}

div.layer2-1_text {
  margin-top: 45px;
}

div.layer2-1_text h4 {
  background: #fff;
  color: #333;
  display: inline;
  font-size: 24px;
  font-weight: 600;
  /*margin: auto 10px;*/
  padding: 15px 20px;
  text-align: left;
  text-transform: uppercase;
}

div.layer2-1_text h4::after {
  content: '';
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
  height: 33px;
  padding: 15px 20px;
  position: absolute;
  top: 53px;
  width: 10px;
}

/* -------------------------------------
		SECTION PROCESSES
		    -----
			 *_*
			  ~
--------------------------------------- */

#processes {
  background: #34313a;
}

#processes h2 {
  color: #fff;
}

#processes .container div.process-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  float: left;
  padding: 0 50px;
  margin: 30px auto;
}

#processes .container div.process-container span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  background: #34313a;
  border-radius: 50%;
  padding: 8px 16px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  margin: 20px 0 0 -12px;
}

#processes .container div.process-container img {
  margin-bottom: 15px;
}

#processes .container div.process-container h4 {
  color: #fff;
}

#processes .container .process-container:not(:first-of-type)::before {
  content: "\F054";
  font-family: fontAwesome;
  font-size: 30px;
  right: 50px;
  position: relative;
  color: #fff;
}

.page-id-29481 #processes h4,
.page-id-31515 #processes h4 {
  margin-left: 0 !important;
}

.page-id-29481 #processes .process-container span,
.page-id-31515 #processes .process-container span {
  display: none;
}

.page-id-29481 #processes .process-container::before,
.page-id-31515 #processes .process-container::before {
  /* Our mission custom 25.06.2018 */
  display: none;
}

/* -------------------------------------
		RELO CONTACT PAGE
		    -----
			 *_*
			  ~
--------------------------------------- */

.contact-us.relo div.address-relo address {
  margin: auto 30px !important;
}

.contact-us.relo div.address-relo address h4 {
  color: #b00000;
  text-align: left;
}

.contact-us.relo div.address-relo address h4:not(:nth-child(1)) {
  padding-top: 20px;
}

/* -------------------------------------
		       
		       FORM FIELDS
		 
		          |||||
		          {}_{}
		
--------------------------------------- */

/* cursor change on pointer to all select fields */

div.content select {
  cursor: pointer;
}

/* -------------------------------------
		
		CONTACT FORM ON MOVERS SITE
		 
		          |||||
		          {}_{}
		
--------------------------------------- */

div.q-form {
  width: 277px;
  height: 350px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  background: #F7F7F7;
  /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(#F7F7F7, #F4F4F4, #F1F1F1);
  /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(#F7F7F7, #F4F4F4, #F1F1F1);
  /* For Opera 11.6 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: radial-gradient(#F7F7F7, #F4F4F4, #F1F1F1);
  /* Standard syntax */
  position: absolute;
  z-index: 999;
  top: 155px;
  right: 56px;
}

div.q-form h1 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  margin-bottom: -8px;
}

div.q-form p {
  margin-bottom: 0;
}

div.q-form h3 {
  text-align: left;
  font-size: 16px;
  color: #737373;
  font-weight: 100;
}

div.q-form div.form-title {
  background-color: #343134;
  margin-bottom: 0px;
}

div.q-form div.form-content {
  padding: 0px 30px 10px 30px;
}

div.q-form div.form-content .submit-form input {
  font-size: 14px;
  color: #fff;
  background: #b00000;
  border: none;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 10px 0;
}

div.q-form div.form-content div.moving {
  padding-top: 10px;
}

div.q-form div.form-content div.moving .moving-to select.wpcf7-form-control.wpcf7-select {
  width: 100%;
  color: #b00000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 0px;
}

div.q-form div.form-content div.moving-fr {
  padding-top: 10px;
}

div.q-form div.form-content div.moving-fr .moving-from select.wpcf7-form-control.wpcf7-select {
  width: 100%;
  color: #b00000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 0px;
}

div.q-form div.form-content div.email {
  padding-top: 10px;
}

div.q-form div.form-content div.email .email-address input {
  width: 99%;
  color: #b00000;
  font-weight: 500;
  padding: 5px 0;
}

/* Styling on branch pages for movers site below */

/* -------------------------------------
		
	   KEY FACTORS FOR BRANCH PAGES
		      ON MOVERS SITE
		 
		          |||||
		          {}_{}
		
--------------------------------------- */

div.key-factors {
  overflow: auto;
}

div.key-factors span {
  font-size: 20pt;
  font-weight: 400;
}

div.key-factors strong {
  padding-left: 10px;
  padding-right: 8px;
  font-size: 20pt;
}

/* -------------------------------------
		BRANCH FLEXI
		    -----
			 -_*	
			 (O)
--------------------------------------- */

.single-branch #flexi {
  margin-bottom: 45px;
}

/* -------------------------------------
		
		    ICON LIST SECTION
		 
		          |||||
		          {}_{}
		
--------------------------------------- */

.homepage div#icon-list .col-md-6.padding-bottom-70.float_left:nth-child(2n) {
  padding-left: 50px;
  padding-bottom: 5px;
}

div#icon-list .list_title {
  padding: 0px 0 40px 0;
}

div#icon-list .col-md-6.padding-bottom-70.float_left:nth-child(2n) {
  padding-left: 50px;
  padding-bottom: 70px;
}

div#icon-list .col-md-6.padding-bottom-70.float_left:nth-child(2n+1) {
  padding-right: 50px;
}

div#icon-list .float_left {
  float: left;
}

div#icon-list .float_left .icon {
  float: left;
  position: absolute;
  margin-right: 30px;
  width: 120px;
}

div#icon-list .float_left .list_content {
  padding-left: 150px;
  margin-top: 14px;
}

div#icon-list .float_left .list_content p {
  text-align: justify;
}

div#icon-list .float_left .list_content h3 {
  text-align: left;
  color: #292b2c;
  opacity: 0;
}

/* -------------------------------------
		
		      SPLIT SECTION
		 
		          |||||
		          {}_{}
		
--------------------------------------- */

div#split {
  padding: 5px 40px 40px 40px;
  clear: left;
}

div#split .border:nth-child(1) {
  border-right: 1px dotted #cdcdcd;
  padding-right: 40px;
}

div#split .border:nth-child(2) {
  padding-left: 40px;
}

div#split .title-image a:hover .column-image img {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s ease-in all;
  -o-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
  z-index: -1;
}

div#split .standard {
  box-sizing: border-box;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
}

div#split .standard a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #b00000;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  font-weight: 600;
}

div#split .standard a:hover {
  text-decoration: none;
  background-color: #9a0101;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  font-weight: 600;
}

div#split .ghost {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
  box-sizing: border-box;
  margin-right: 20px;
}

div#split .ghost a {
  color: #b00000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  font-size: 14px;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #b00000;
  text-align: center;
  font-weight: 600;
  padding: 8px 30px;
}

div#split .ghost a:hover {
  text-decoration: none;
  background-color: #b00000;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  color: #fff;
  border: none;
  border: 2px solid #b00000;
  font-weight: 600;
}

div#split .position-absolute {
  position: absolute;
  z-index: 2;
}

div#split .margin-top-30 {
  margin-top: 30px;
}

div#split .title-image {
  width: 100%;
}

div#split .column-title {
  background: -webkit-linear-gradient(left, #b90d0d, #CA1517, #ca1518, #ca1518, #ca1518, #b90d0d);
  background: -o-linear-gradient(left, #b90d0d, #CA1517, #ca1518, #ca1518, #ca1518, #b90d0d);
  background: linear-gradient(to right, #b90d0d, #CA1517, #ca1518, #ca1518, #ca1518, #b90d0d);
  padding: 0 10px 0 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20pt;
  float: left;
  margin-left: -17px;
}

div#split .column-title:before {
  content: url(../png/ags_block-1.png);
  -webkit-clip-path: polygon(105% 10%, 100% 80%, 0% 51%, 0% 49%);
  clip-path: polygon(105% 10%, 100% 80%, 0% 51%, 0% 49%);
  position: absolute;
  width: 18px;
  height: 39px;
  background-color: #6f0404;
  margin: 0 0 0 0;
  z-index: -1;
  left: -17px;
  top: 19px;
}

div#split .column-title a {
  color: #fff;
}

div#split .column_ttl:before {
  display: none;
}

div#split .skew-title {
  background-color: #BC0E0F;
  -webkit-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
  width: 30px;
  float: left;
  font-size: 20pt;
  padding-left: 10px;
  margin-left: -8px;
}

div#split .column-image {
  height: 100%;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

div#split .column-image img {
  -webkit-transition: 0.3s ease-out all;
  -o-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

div#split .column-content {
  margin: 15px 0 20px 0;
}

/* -------------------------------------

    NETWORK HOME SECTION MOVERS SITE
            ADJUSTING SPACING
		 
		          |||||
		          {}_{}
		
--------------------------------------- */

.ags_records .fr div#network-home.container.section.removals .container.padding-top-30 .network_text div {
  margin: auto 22% !important;
}

.ags_movers.fr div#network-home.container.section.removals .container .network_text div {
  margin: auto 17% !important;
}

div#network-home.container.section.relo .container h5 {
  max-width: 778px;
}

div#network-home.container.section.relo .container .network-map img {
  margin-top: 5px !important;
}

div#network-home.container.section.removals .network-map {
  max-height: 720px;
  margin-top: -13%;
}

div#network-home.container.section.removals,
div#network-home.container.section.relo {
  padding-top: 45px;
}

div#network-home.container.section.removals .container,
div#network-home.container.section.relo .container {
  overflow: hidden;
}

div#network-home.container.section.removals .container a.ags_cta,
div#network-home.container.section.relo .container a.ags_cta {
  border: 2px solid #b00000;
  float: left;
}

div#network-home.container.section.removals .container a.ags_cta.ghost,
div#network-home.container.section.relo .container a.ags_cta.ghost {
  margin-right: 20px;
}

div#network-home.container.section.removals .container .network-map,
div#network-home.container.section.relo .container .network-map {
  overflow: hidden;
}

div#network-home.container.section.removals .container .network-map img,
div#network-home.container.section.relo .container .network-map img {
  margin-top: -30px;
}

div#network-home.container.section.removals .container .network_text,
div#network-home.container.section.relo .container .network_text {
  max-width: 80%;
  margin: auto;
}

div#network-home.container.section.removals .container .network_text div,
div#network-home.container.section.relo .container .network_text div {
  margin: auto 0 0 24%;
}

.factors.section.container.center {
  /* reduces more about spacing on single branch pages */
  padding: 30px 30px 0 30px;
}

.timeline .entries {
  width: 70%;
}

.timeline .entries::before {
  left: 50% !important;
}

.timeline .entries .entry {
  width: 45%;
  padding: 20px;
  margin-bottom: 25px;
}

.timeline .entries .entry .time-img img {
  left: 37%;
  margin-top: -5px;
}

.timeline .entries .entry:nth-child(2n) img {
  left: 55%;
  margin-top: -5px;
}

div.useful-links {
  margin: 30px auto 0 auto;
}

div.useful-links h3 {
  text-align: left;
}

div.useful-links ul {
  margin-top: 30px;
}

/* Animations start here */

.reveal-text,
.reveal-text::after {
  -webkit-animation-delay: 0;
       -o-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 3s;
       -o-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
       -o-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.reveal-text {
  position: relative;
  font-size: 28px;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-animation-name: reveal-text;
       -o-animation-name: reveal-text;
          animation-name: reveal-text;
  color: #b00000;
  white-space: nowrap;
}

.reveal-text h3 {
  line-height: 1.5;
}

.reveal-text::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
       -o-transform-origin: 0 50%;
          transform-origin: 0 50%;
  pointer-events: none;
  -webkit-animation-name: revealer-text;
       -o-animation-name: revealer-text;
          animation-name: revealer-text;
}

@-webkit-keyframes reveal-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }

  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@-o-keyframes reveal-text {
  from {
    clip-path: inset(0 100% 0 0);
  }

  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes reveal-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }

  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@-webkit-keyframes revealer-text {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }

  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }

  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@-o-keyframes revealer-text {
  0%, 50% {
    -o-transform-origin: 0 50%;
       transform-origin: 0 50%;
  }

  60%, 100% {
    -o-transform-origin: 100% 50%;
       transform-origin: 100% 50%;
  }

  60% {
    -o-transform: scaleX(1);
       transform: scaleX(1);
  }

  100% {
    -o-transform: scaleX(0);
       transform: scaleX(0);
  }
}

@keyframes revealer-text {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
         -o-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }

  60%, 100% {
    -webkit-transform-origin: 100% 50%;
         -o-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }

  60% {
    -webkit-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
  }

  100% {
    -webkit-transform: scaleX(0);
         -o-transform: scaleX(0);
            transform: scaleX(0);
  }
}

/* Card columns */

#card-columns .card-animation {
  -webkit-animation-name: card-animation;
       -o-animation-name: card-animation;
          animation-name: card-animation;
  -webkit-animation-delay: 2s;
       -o-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 800ms;
       -o-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
       -o-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  pointer-events: none;
}

@-webkit-keyframes card-animation {
  0% {
    font-size: 24px;
  }

  25% {
    font-size: 20px;
  }

  50% {
    font-size: 22px;
  }
}

@-o-keyframes card-animation {
  0% {
    font-size: 24px;
  }

  25% {
    font-size: 20px;
  }

  50% {
    font-size: 22px;
  }
}

@keyframes card-animation {
  0% {
    font-size: 24px;
  }

  25% {
    font-size: 20px;
  }

  50% {
    font-size: 22px;
  }
}

#card-columns .card-inanimation {
  -webkit-animation-name: card-inanimation;
       -o-animation-name: card-inanimation;
          animation-name: card-inanimation;
  -webkit-animation-delay: 2s;
       -o-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 800ms;
       -o-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
       -o-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  pointer-events: none;
}

@keyframes card-animation {
  0% {
    font-size: 20px !important;
  }

  25% {
    font-size: 20px !important;
  }

  50% {
    font-size: 20px !important;
  }
}

/* Processes */

#processes .service-2 h4,
#processes .service-3 h4,
#processes .service-4 h4,
#processes .service-5 h4,
#processes .service-6 h4 {
  margin-left: 27px;
}

#processes .service-1,
#processes .service-2,
#processes .service-3,
#processes .service-4,
#processes .service-5,
#processes .service-6 {
  opacity: 0;
}

#processes .view {
  opacity: 1;
  -webkit-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

/* Intro image */

#intro .intro_img {
  opacity: 0;
}

#intro .image-fade-in {
  -webkit-animation-name: image-fade-in;
       -o-animation-name: image-fade-in;
          animation-name: image-fade-in;
  -webkit-animation-delay: 0s;
       -o-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
       -o-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  pointer-events: none;
}

@-webkit-keyframes image-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes image-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes image-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Intro image */

#outro .outro_img {
  opacity: 0;
}

#outro .image-fade-in {
  -webkit-animation-name: image-fade-in;
       -o-animation-name: image-fade-in;
          animation-name: image-fade-in;
  -webkit-animation-delay: 0s;
       -o-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
       -o-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  pointer-events: none;
}

@keyframes image-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 1380px) {
  /* fixes overlay on small screens */

  .original #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation {
    width: 1263px;
    position: fixed;
  }

  /*	.image-zoom{
		animation-name: image-zoom;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-duration: 1s;
		animation-fill-mode: both;
		animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
		pointer-events: none;

	}*/

@-webkit-keyframes image-zoom {
    0% {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
    }

    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
}

@-o-keyframes image-zoom {
    0% {
      -o-transform: scale(0.8);
         transform: scale(0.8);
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
    }

    100% {
      -o-transform: scale(1);
         transform: scale(1);
    }
}

@keyframes image-zoom {
    0% {
      -webkit-transform: scale(0.8);
           -o-transform: scale(0.8);
              transform: scale(0.8);
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
    }

    100% {
      -webkit-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1);
    }
}
}

.split-animation {
  /* Split section titles animation (JQuery class: column-title) */
  -webkit-animation-name: split-animation;
       -o-animation-name: split-animation;
          animation-name: split-animation;
  -webkit-animation-delay: 2s;
       -o-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 800ms;
       -o-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
       -o-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  pointer-events: none;
}

@-webkit-keyframes split-animation {
  0% {
    font-size: 20px;
  }

  25% {
    font-size: 16px;
  }

  50% {
    font-size: 18px;
  }
}

@-o-keyframes split-animation {
  0% {
    font-size: 20px;
  }

  25% {
    font-size: 16px;
  }

  50% {
    font-size: 18px;
  }
}

@keyframes split-animation {
  0% {
    font-size: 20px;
  }

  25% {
    font-size: 16px;
  }

  50% {
    font-size: 18px;
  }
}

.icon-list-animation {
  /* Icon List titles animation (JQuery class: list_content) */
}

.icon-list-animation h3 {
  -webkit-animation-name: icon-list-animation;
       -o-animation-name: icon-list-animation;
          animation-name: icon-list-animation;
  -webkit-animation-delay: 2s;
       -o-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 800ms;
       -o-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
       -o-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  pointer-events: none;
}

@-webkit-keyframes icon-list-animation {
  0% {
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }

  50% {
    opacity: 0.5;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
  }

  100% {
    opacity: 1;
    -webkit-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
  }
}

@-o-keyframes icon-list-animation {
  0% {
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }

  50% {
    opacity: 0.5;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
  }

  100% {
    opacity: 1;
    -webkit-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
  }
}

@keyframes icon-list-animation {
  0% {
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }

  50% {
    opacity: 0.5;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
  }

  100% {
    opacity: 1;
    -webkit-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
  }
}

.numbers {
  opacity: 0;
}

.numbers-label {
  opacity: 0;
}

/* Animations ends here */

/* BreadCrumbs */

ul#breadcrumbs.network-crumbs {
  /* for the nework page */
  color: #666;
  text-shadow: none;
}

ul#breadcrumbs.network-crumbs li a {
  color: #b00000;
  text-shadow: none;
}

ul#breadcrumbs.network-crumbs li strong {
  color: #b00000;
  text-shadow: none;
}

ul#breadcrumbs {
  color: #fff;
  position: absolute;
  z-index: 1;
  right: 0;
  padding: 0 35px;
  top: -70px;
  font-size: 12px;
  list-style: none;
  text-shadow: 0px 0px 2px #333;
}

ul#breadcrumbs li {
  display: inline;
}

ul#breadcrumbs li a {
  color: #fff;
  text-shadow: 0px 0px 2px #333;
}

ul#breadcrumbs li strong {
  color: #fff;
  text-shadow: 0px 0px 2px #333;
}

/* Load more button */

.elm-button {
  border: 1px solid #b00000;
  color: #b00000;
  padding: 7px 25px;
  margin-right: 20px;
  border-radius: 3px;
  background: none;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

.elm-button:hover,
.elm-button:focus {
  color: #fff;
  background: #b00000;
}

/* -------------------------------------
		VIRTUAL VISIT
		    -----
			 *_*
			  ~
--------------------------------------- */

#columns_plus {
  padding-bottom: 65px;
}

#columns_plus h5 {
  padding: 15px 0 0 0;
}

#columns_plus .virtual-row {
  margin: 0 0 0 0;
  box-sizing: inherit;
  padding: 0 0 0 0;
}

#columns_plus .virtual-row .column-block {
  border: 1px solid white;
  height: 270px;
  padding: 37px 0 0 0;
  margin: 0 3px 0 3px;
  background-color: #fff6f499;
  width: 32.7%;
  border-radius: 5px;
}

#columns_plus .virtual-row .column-block h4 {
  text-transform: uppercase;
  color: dimgrey;
}

#columns_plus .virtual-row .column-block p {
  text-align: center;
}

#columns_plus .flexible_title {
  clear: both;
  padding: 15px 0 0 0;
}

/* -------------------------------------
		MEET OUR TEAM
		    -----
			 *_*
			  ~
--------------------------------------- */

#staff-list {
  margin-bottom: 70px;
}

#staff-list .col-md-6:nth-child(2n+1) {
  width: 45%;
  margin: 0 110px 10px 0;
  padding: 0 0 0 0;
  height: 300px;
}

#staff-list .col-md-6:nth-child(2n) {
  width: 45%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#staff-list .col-md-6 .icon {
  width: 15em;
  float: left;
  position: relative;
}

#staff-list .col-md-6 .icon img {
  width: 130px;
}

#staff-list .col-md-6 .staff_details {
  width: 100%;
  position: relative;
  margin: 50px 0 0 0;
}

#staff-list .col-md-6 .staff_details .staffs-name {
  margin: 0 0 0 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

#staff-list .col-md-6 .staff_details .staffs-title {
  font-weight: 600;
  color: #b00000;
  text-transform: uppercase;
  line-height: 17px;
  font-size: 13px;
  text-align: left;
}

#staff-list .col-md-6 .staff_content {
  clear: both;
  padding: 15px 0 0 0;
}

/*TOP WIDGET SECTION*/

#topbar .container #topwidgets div {
  float: right;
}

#topbar .container #topwidgets div .wpml-ls-sidebars-top-menu-right {
  text-align: right;
  width: auto;
  max-width: 100%;
}

#topbar .container #topwidgets div .wpml-ls-sidebars-top-menu-right a {
  background: #34313a;
  color: #fff;
  font-size: 12px;
  padding: 0 30px 0 0;
  margin: 7px -25px 0 0;
  text-align: right;
}

#topbar .container #topwidgets div .wpml-ls-sidebars-top-menu-right a img {
  width: 15px;
  height: auto;
}

#topbar .container #topwidgets div .wpml-ls-sidebars-top-menu-right a span {
  margin-left: 4px;
}

#topbar .container #topwidgets div .wpml-ls-sidebars-top-menu-right ul.wpml-ls-sub-menu {
  left: auto;
  right: 0;
  border: none;
  position: absolute;
  padding: 0 0 0 0;
  margin: 0 -15px 0 0;
}

#topbar .container #topwidgets div .wpml-ls-sidebars-top-menu-right ul.wpml-ls-sub-menu li {
  width: 155px;
  text-align: right;
}

#topbar .container #topwidgets div .wpml-ls-sidebars-top-menu-right ul.wpml-ls-sub-menu li a {
  display: block;
  height: 38px;
  white-space: nowrap;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 38px;
  padding: 0 15px !important;
  border: none;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  margin: 0 0 0 0;
}

#topbar .container #topwidgets div .wpml-ls-sidebars-top-menu-right ul.wpml-ls-sub-menu li a img {
  width: 15px;
  height: auto;
}

#topbar .container #topwidgets div .wpml-ls-sidebars-top-menu-right ul.wpml-ls-sub-menu li a span.wpml-ls-native {
  text-transform: none;
  font-weight: 500;
}

#topbar .container #topwidgets div .wpml-ls-sidebars-top-menu-right ul.wpml-ls-sub-menu li a span.wpml-ls-display {
  margin: 0 0 0 0;
}

#topbar .container #topwidgets div .wpml-ls-sidebars-top-menu-right ul.wpml-ls-sub-menu li a:after {
  display: none;
}

#topbar .container #topwidgets div .textwidget {
  font-size: 12px;
}

#topbar .container #topwidgets div .textwidget .payment-link {
  color: white;
  padding: 0 30px 0 0;
}

#topbar .container #topwidgets div .textwidget .payment-link i {
  padding: 9px 5px 0 0;
  color: #e8e8e8;
}

#topbar .container #topwidgets div .textwidget .login-link {
  color: white !important;
  padding: 0 30px 0 0;
  position: relative;
}

#topbar .container #topwidgets div .textwidget .login-link i {
  padding: 9px 0 0 0;
  color: #e8e8e8;
}

#topbar .container #topwidgets div .textwidget .contact-link {
  color: white !important;
  padding: 0 30px 0 0;
  position: relative;
}

#topbar .container #topwidgets div .textwidget .contact-link i {
  padding: 9px 0 0 0;
  color: #e8e8e8;
}

/* -------------------------------------
		SECTION CARDS COLUMNS
		    -----
			 *_*
			  ~
--------------------------------------- */

#card-columns {
  padding-bottom: 60px;
  background: -webkit-linear-gradient(left, #e5ddd8, #fdf8f3, #e5ddd8);
  background: -o-linear-gradient(left, #e5ddd8, #fdf8f3, #e5ddd8);
  background: linear-gradient(to right, #e5ddd8, #fdf8f3, #e5ddd8);
  position: relative;
  z-index: 1;
}

#card-columns h5 {
  margin: 0 auto 45px auto;
}

#card-columns .no-list-style {
  list-style: none;
}

#card-columns div.col-md-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 28%;
  box-shadow: 1px 2px 8px 1px rgba(51, 51, 51, 0.25);
  padding: 0 0 0 0;
  margin: 0 2.5% 0 2.7%;
}

#card-columns div.col-md-4 img {
  text-align: justify;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

#card-columns div.col-md-4 h3 {
  background: -webkit-linear-gradient(left, #b90d0d, #CA1517, #ca1518, #ca1518, #ca1518, #b90d0d);
  background: -o-linear-gradient(left, #b90d0d, #CA1517, #ca1518, #ca1518, #ca1518, #b90d0d);
  background: linear-gradient(to right, #b90d0d, #CA1517, #ca1518, #ca1518, #ca1518, #b90d0d);
  margin: 0 0 0 -13px;
  padding: 13px 0 13px 0;
  color: white;
  width: 108%;
  position: relative;
}

#card-columns div.col-md-4 h3:before {
  content: url(../png/ags_blck-1.png);
  -webkit-clip-path: polygon(105% -5%, 100% 100%, 0% 50%, -5% 50%);
  clip-path: polygon(105% -5%, 100% 100%, 0% 50%, -5% 50%);
  position: absolute;
  width: 24px;
  height: 50px;
  background-color: #6f0404;
  margin: 0 0 0 0;
  z-index: -1;
  left: 0px;
  top: 25px;
}

#card-columns div.col-md-4 h3:after {
  content: url(../png/ags_blck-1.png);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 105% 50%, -5% 105%);
  clip-path: polygon(0% 0%, 0% 0%, 105% 50%, -5% 105%);
  position: absolute;
  width: 24px;
  height: 50px;
  background-color: #6f0404;
  margin: 0px 0px 0 0px;
  z-index: -1;
  bottom: 25px;
  right: 1px;
}

#card-columns div.col-md-4 h3.crd-title:before {
  display: none;
}

#card-columns div.col-md-4 h3.crd-title:after {
  display: none;
}

#card-columns div.col-md-4 div.card-content {
  background: white;
  margin: auto;
  padding: 25px;
  height: 170px;
}

#card-columns div.col-md-4 div.card-content ul {
  text-align: left;
  padding-left: 6%;
}

/* -------------------------------------
		CARD COLUMNS ON CAREER PAGE 
		    -----
			 *_*	
			  ~
--------------------------------------- */

.career-columns {
  background: none !important;
  margin: -45px 0 50px 0;
  padding: 0;
}

.career-columns .container {
  padding: 0;
  width: 1150px;
}

.career-columns .container ul {
  padding: 0 10px 0 15px;
}

.career-columns .container .col-md-4 {
  max-width: 31% !important;
  margin: 0 !important;
}

.career-columns .container .mid-column {
  margin: 0 35px 0 35px !important;
}

.career-columns .no-list-style {
  list-style: none;
}

.career-columns h3.card-title {
  font-size: 20px;
  padding: 5px 0 10px 0 !important;
  width: 105% !important;
  margin: 0 0 0 -9px !important;
}

.career-columns h3.card-title:before {
  top: 15px !important;
}

.career-columns h3.card-title:after {
  bottom: 13px !important;
}

.career-columns .card-content {
  padding: 15px 15px 25px 15px !important;
  position: relative !important;
  height: 300px !important;
}

.career-columns .ags_cta {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  bottom: 0;
}

.career-columns .single-line-cta {
  font-size: 13px;
  padding: 15px 10px 0 10px;
  height: 50px;
  line-height: 15px;
  margin: 0;
}

.career-columns .double-line-cta {
  font-size: 13px;
  padding: 6px 10px 0 10px;
  height: 50px;
  line-height: 15px;
}

.career-columns .ht-cta {
  height: 50px;
  position: absolute;
  bottom: 0;
  width: 94%;
  margin: 0 0 25px -5px;
}

.career-columns .dbl-cta {
  height: 115px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  width: 94%;
  margin: 0 0 25px -5px;
}

/* -------------------------------------
		SECTION SLIDER
		    -----
			 *_*	
			  ~
--------------------------------------- */

.ags_relocation {
  /* relo's slides match images + text */
}

.ags_relocation .slide-holder .slide-images img {
  -webkit-transition-duration: 1s, 2s !important;
  -o-transition-duration: 1s, 2s !important;
  transition-duration: 1s, 2s !important;
}

#ags_slider {
  padding: 0;
  width: 1600px;
}

#ags_slider .slide_img {
  position: absolute;
  right: 0%;
  background: url("../png/ken-b-slider-side-800x550.png");
  background-repeat: no-repeat;
  height: 100%;
  width: 800px;
  z-index: 2;
  list-style: none;
  overflow: hidden;
}

#ags_slider .slide_img .slider_text {
  width: 588px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  position: relative;
  top: 9em;
  opacity: 0;
  z-index: 2;
  display: none;
  left: 7em;
  right: 0px;
}

#ags_slider .slide_img .slider_text h3 {
  color: #fff;
  text-transform: normal;
  text-align: left;
  padding-left: 35px;
  font-size: 25px;
  font-weight: 400;
  margin-left: 100px;
}

#ags_slider .slide_img .slider_text h3:after {
  content: '';
  width: 86px;
  background: #b00000;
  display: block;
  height: 2px;
  margin-top: 23px;
  margin-left: -17px;
}

#ags_slider .slide_img .slider_text p {
  color: #fff;
  padding-left: 7em;
  padding-top: 13px;
}

#ags_slider .slide_img .slider_text div {
  margin: 30px 0 0 68px;
  text-transform: uppercase;
}

#ags_slider .slide_img .slider_text div a {
  border: 1px solid #fff;
  color: #fff;
  padding: 7px 25px;
  margin-right: 20px;
  border-radius: 3px;
  background: rgba(176, 0, 0, 0.58);
  text-transform: uppercase;
  font-size: 14px !important;
}

#ags_slider .slide_img .slider_text div a:nth-child(1) {
  margin-right: 18px;
}

#ags_slider .slide_img .slider_text div a:nth-child(2) {
  border: 1px solid #fff;
  color: #fff;
  padding: 7px 25px;
  margin-right: 20px;
  border-radius: 3px;
  background: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

#ags_slider .slide_img .slider_text div a:nth-child(2):hover {
  border-color: #9a0101;
}

#ags_slider .slide_img .slider_text div a:hover {
  background-color: #9a0101;
  color: #fff;
}

#ags_slider .slide_img .current {
  display: inline-block;
}

#ags_slider span {
  float: right;
  position: relative;
  right: 33em;
  top: 38em;
  z-index: 3;
}

#ags_slider span a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  margin-left: 10px;
}

#ags_slider span a:hover {
  cursor: pointer;
}

#ags_slider span .active {
  background-color: rgba(176, 0, 0, 0.58);
}

#ags_slider .slide-holder {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 470px;
}

#ags_slider .slide-holder .slide-images {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
}

#ags_slider .slide-holder .slide-images li {
  display: block;
}

#ags_slider .slide-holder .slide-images li .fx:first-child + img ~ img {
  z-index: -1;
}

#ags_slider .slide-holder .slide-images li img {
  max-height: 470px;
  width: auto;
  max-width: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity, -webkit-transform;
  -webkit-transition-duration: 2s, 5s;
  -moz-transition: opacity, -moz-transform;
  -moz-transition-duration: 2s, 5s;
  -ms-transition: opacity, -ms-transform;
  -ms-transition-duration: 2s, 5s;
  -o-transition: opacity, -o-transform;
  -o-transition-duration: 2s, 5s;
  transition: opacity, -webkit-transform;
  transition: opacity, transform;
  transition: opacity, transform, -webkit-transform, -o-transform;
  transition-duration: 2s, 5s;
}

#ags_slider .slide-holder .slide-images li .fx_0 {
  opacity: 1;
  animation: zoomout 20s linear infinite 0s;
  -o-animation: zoomout 20s linear infinite 0s;
  -moz-animation: zoomout 20s linear infinite 0s;
  -webkit-animation: zoomout 20s linear infinite 0s;
  -webkit-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
}

#ags_slider .slide-holder .slide-images li .fx_1 {
  opacity: 1;
  animation: slideShow 20s linear infinite 0s;
  -o-animation: slideShow 20s linear infinite 0s;
  -moz-animation: slideShow 20s linear infinite 0s;
  -webkit-animation: slideShow 20s linear infinite 0s;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}

#ags_slider .slide-holder .slide-images li .fx_2 {
  opacity: 1;
  animation: zoomout 20s linear infinite 0s;
  -o-animation: zoomout 20s linear infinite 0s;
  -moz-animation: zoomout 20s linear infinite 0s;
  -webkit-animation: zoomout 20s linear infinite 0s;
  -webkit-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}

#ags_slider .slide-holder .slide-images li .fx_3 {
  opacity: 1;
  animation: slideShow 20s linear infinite 0s;
  -o-animation: slideShow 20s linear infinite 0s;
  -moz-animation: slideShow 20s linear infinite 0s;
  -webkit-animation: slideShow 20s linear infinite 0s;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}

#ags_slider .slide-holder .slide-images li .fx_4 {
  opacity: 1;
  animation: zoomout 20s linear infinite 0s;
  -o-animation: zoomout 20s linear infinite 0s;
  -moz-animation: zoomout 20s linear infinite 0s;
  -webkit-animation: zoomout 20s linear infinite 0s;
  -webkit-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
}

#ags_slider .slide-holder .slide-images li .fx_5 {
  opacity: 1;
  animation: slideShow 20s linear infinite 0s;
  -o-animation: slideShow 20s linear infinite 0s;
  -moz-animation: slideShow 20s linear infinite 0s;
  -webkit-animation: slideShow 20s linear infinite 0s;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}

#ags_slider .slide-holder .slide-images li .fx_6 {
  opacity: 1;
  animation: zoomout 20s linear infinite 0s;
  -o-animation: zoomout 20s linear infinite 0s;
  -moz-animation: zoomout 20s linear infinite 0s;
  -webkit-animation: zoomout 20s linear infinite 0s;
  -webkit-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}

#ags_slider .slide-holder .slide-images li .fx_7 {
  opacity: 1;
  animation: slideShow 20s linear infinite 0s;
  -o-animation: slideShow 20s linear infinite 0s;
  -moz-animation: slideShow 20s linear infinite 0s;
  -webkit-animation: slideShow 20s linear infinite 0s;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}

#ags_slider .slide-holder .slide-images li .fx_8 {
  opacity: 1;
  animation: zoomout 20s linear infinite 0s;
  -o-animation: zoomout 20s linear infinite 0s;
  -moz-animation: zoomout 20s linear infinite 0s;
  -webkit-animation: zoomout 20s linear infinite 0s;
  -webkit-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}

#ags_slider .slide-holder .slide-images li .fx_9 {
  opacity: 1;
  animation: slideShow 20s linear infinite 0s;
  -o-animation: slideShow 20s linear infinite 0s;
  -moz-animation: slideShow 20s linear infinite 0s;
  -webkit-animation: slideShow 20s linear infinite 0s;
  -webkit-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}

@-webkit-keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -ms-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transformm: scale(1);
  }
}

@-o-keyframes slideShow {
  0% {
    opacity: 0;
    -o-transform: scale(1);
       transform: scale(1);
    -ms-transform: scale(1);
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    -o-transform: scale(1.1);
       transform: scale(1.1);
    -ms-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -o-transform: scale(1);
       transform: scale(1);
    -ms-transformm: scale(1);
  }
}

@keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    -ms-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -ms-transformm: scale(1);
  }
}

@-webkit-keyframes zoomout {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -ms-transform: scale(1.2);
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -ms-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transformm: scale(1);
  }
}

@-o-keyframes zoomout {
  0% {
    opacity: 0;
    -o-transform: scale(1.2);
       transform: scale(1.2);
    -ms-transform: scale(1.2);
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    -o-transform: scale(1.1);
       transform: scale(1.1);
    -ms-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -o-transform: scale(1);
       transform: scale(1);
    -ms-transformm: scale(1);
  }
}

@keyframes zoomout {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
    -ms-transform: scale(1.2);
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    -ms-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -ms-transformm: scale(1);
  }
}

/* -------------------------------------
		CLIENT PORTAL PAGE: MOVERS
			    -----
				 *_*	
				  ~
--------------------------------------- */

#portal ul {
  list-style: none;
}

#portal li {
  list-style: none;
}

#portal .wrap {
  width: 100%;
  max-width: 100%;
}

#portal .page-content {
  margin: 67px 0 67px 5%;
  width: 65%;
  float: left;
  margin-left: 5%;
  padding-right: 7px;
}

#portal ul.input {
  padding-left: 0;
}

#portal ul.input:nth-of-type(1) {
  padding-bottom: 42px;
  border-bottom: 1px #e5ddd7 dashed;
  width: 95%;
}

#portal ul.input:nth-of-type(2) {
  margin-top: 20px !important;
}

#portal .input li {
  clear: both;
}

#portal .input li p {
  float: left;
  padding-left: 10px;
}

#portal .input li input {
  float: left;
}

#portal .light-bg {
  background: -webkit-linear-gradient(left, #e5ddd8, #fdf8f3, #e5ddd8);
  background: -o-linear-gradient(left, #e5ddd8, #fdf8f3, #e5ddd8);
  background: linear-gradient(to right, #e5ddd8, #fdf8f3, #e5ddd8);
  border: #e5ddd8 solid 1px;
}

#portal .client-info {
  width: 75%;
  padding: 20px;
  clear: both;
  margin: 30px 0;
  height: 215px;
}

#portal .client-info .row {
  width: 50%;
  float: left;
  padding-left: 20px;
}

#portal .client-info .row .forty {
  width: 40%;
  float: left;
}

#portal .title h4 {
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}

#portal .submit-button {
  background: #b00000;
  border: 1px solid #fff;
  color: #fff;
  padding: 7px 45px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 35px;
  float: left;
  clear: both;
  margin-bottom: 50px;
  font-weight: 600;
}

/* -------------------------------------
	UNIVERSAL ROUNDED QUOTE BUTTON
			    -----
				 *_*	
				  ~
--------------------------------------- */

div.quote-button {
  background: #b00000;
  border-radius: 7px;
  height: 30px;
  width: 150px;
  text-align: center;
  padding-top: 3px;
}

div.quote-button a.menu-quote-button-link {
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 10px;
}

div.quote-button a.menu-quote-button-link:hover {
  text-decoration: none !important;
}

div.quote-button a.menu-quote-button-link .fa.fa-map-marker {
  color: #fff;
  padding-right: 6px;
}

.fr div.quote-button {
  width: 200px;
}

.de div.quote-button {

  width: 230px !important;
  height: 35px !important;
  padding-top: 5px !important;
}


/* -------------------------------------
			ERROR 404 PAGE
			    -----
				 *_*	
				  ~
--------------------------------------- */

#error404 {
  max-width: 1600px;
  width: 100%;
  height: 500px;
}

#error404 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  width: -moz-fit-content;
  float: left;
  color: #b00000;
  background-color: transparent;
  border: 2px solid #b00000;
  border-radius: 3px;
  padding: 8px 30px;
}

#error404 a:hover {
  background-color: #b00000;
  color: #fff;
  border: none;
  border: 2px solid #b00000;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

#error404 a:nth-child(2n) {
  background-color: #b00000;
  color: #fff;
  padding: 10px 30px;
  border: none;
  margin-left: 20px;
}

#error404 a:nth-child(2n):hover {
  background-color: #9a0101;
}

#error404 .container {
  padding-top: 75px;
}

#error404 .container h2 {
  text-align: left;
  font-weight: 600;
  padding-left: 0;
}

#error404 .container h5 {
  text-align: left;
  margin-left: 0;
  font-size: 20px;
  clear: both;
  width: 31%;
}

/* -------------------------------------
			GLOBAL CLASSES
			    -----
				 *_*	
				  ~
--------------------------------------- */

.display-block {
  display: block !important;
}

.padding-top-45 {
  padding-top: 45px;
}

#icon-list .col-md-6.padding-bottom-70.float_left {
  margin-bottom: 30px;
}

.UN div#icon-list .col-md-6.padding-bottom-70.float_left:nth-child(2n),
.NU div#icon-list .col-md-6.padding-bottom-70.float_left:nth-child(2n) {
  padding-bottom: 0;
}

.display-li-inline li {
  display: inline;
}

/* Temporary relo page on movers */

.relocation.ags_movers #network-home .ags_cta {
  display: none;
}

.ags_movers.relocation .col-md-6.our-hubs {
  max-width: 55%;
}

/*  Start Groupage Container CSS */

#groupage-container,
#container-preview {
  min-height: 400px;
  margin: 20px auto;
  /*#countries {
		display: none;
		position: absolute;
		left: 5px;
		top: 100%;
		z-index: 999;
	}*/
}

#groupage-container .destination,
#groupage-container .departure,
#container-preview .destination,
#container-preview .departure {
  text-align: left;
  margin-bottom: 25px;
}

#groupage-container .destination label,
#groupage-container .departure label,
#container-preview .destination label,
#container-preview .departure label {
  font-size: 16px;
}

#groupage-container input,
#container-preview input {
  padding: 8px 10px;
  color: #4d4d4d;
  font-size: 14px;
  width: 100%;
}

#groupage-container .date,
#container-preview .date {
  margin-bottom: 25px;
}

#groupage-container .date label,
#container-preview .date label {
  font-size: 16px;
}

#groupage-container .clear_filter,
#container-preview .clear_filter {
  padding-left: 0;
  margin: 35px auto;
}

#groupage-container .clear_filter a,
#container-preview .clear_filter a {
  color: #4d4d4d;
  text-decoration: none;
  font-size: 16px;
}

#groupage-container .clear_filter a:hover,
#container-preview .clear_filter a:hover {
  cursor: pointer;
}

#groupage-container .clear_filter a .cross,
#container-preview .clear_filter a .cross {
  color: #333;
  font-size: 20px;
}

#groupage-container .get_containers,
#container-preview .get_containers {
  display: none;
}

#groupage-container select,
#container-preview select {
  padding: 8px 10px;
  border: 1px solid #f1f1ef;
  font-family: 'Open Sans', sans-serif;
  background-color: #f1f1ef;
  color: #4d4d4d;
  font-size: 14px;
  width: 100%;
}

#groupage-container .get_containers,
#container-preview .get_containers {
  width: 50%;
}

#groupage-container .get_containers img,
#container-preview .get_containers img {
  width: 100px;
  float: right;
}

#groupage-container .holder,
#container-preview .holder {
  clear: left;
  font-family: 'Open Sans', sans-serif;
  overflow: auto;
}

#groupage-container .holder .no_container,
#groupage-container .holder .no-container,
#container-preview .holder .no_container,
#container-preview .holder .no-container {
  overflow: auto;
  margin-top: 80px;
}

#groupage-container .holder .container-holder,
#container-preview .holder .container-holder {
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.12), 0 0px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 30%;
  min-height: 250px;
  padding: 10px;
  margin: 5px 32px 30px 0;
  background-color: #fff;
}

#groupage-container .holder .container-holder:hover,
#container-preview .holder .container-holder:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

#groupage-container .holder .container-holder .bold,
#container-preview .holder .container-holder .bold {
  font-weight: bold;
}

#groupage-container .holder .container-holder p,
#container-preview .holder .container-holder p {
  font-size: 12px;
  text-align: left;
}

#groupage-container .holder .container-holder p:nth-child(1),
#container-preview .holder .container-holder p:nth-child(1) {
  float: left;
  width: 50%;
}

#groupage-container .holder .container-holder img,
#container-preview .holder .container-holder img {
  margin-left: 10px;
}

#groupage-container .holder .container-holder .right,
#container-preview .holder .container-holder .right {
  text-align: right;
}

#groupage-container .holder .container-holder .available_vol p:nth-child(1),
#container-preview .holder .container-holder .available_vol p:nth-child(1) {
  font-size: 16px !important;
  margin: 4px auto;
}

#groupage-container .holder .container-holder .available_vol p:nth-child(2),
#container-preview .holder .container-holder .available_vol p:nth-child(2) {
  font-size: 32px;
  color: #b00000;
}

#groupage-container .holder .container-holder .available_vol p:nth-child(2) span,
#container-preview .holder .container-holder .available_vol p:nth-child(2) span {
  font-size: 20px;
  color: #9e9e9e;
}

#groupage-container .holder .container-holder .container-meter,
#container-preview .holder .container-holder .container-meter {
  height: 5px;
  background-color: #4aa709;
  right: 0;
  left: 0;
  margin: auto 11px;
  position: absolute;
}

#groupage-container .holder .container-holder .container-meter .container-inner,
#container-preview .holder .container-holder .container-meter .container-inner {
  height: 5px;
  background-color: #9b9e9f;
  float: right;
}

#groupage-container .holder .container-holder .book_container,
#container-preview .holder .container-holder .book_container {
  color: #fff;
  font-size: 15px;
}

#groupage-container .holder .container-holder .book_container .reserve_container,
#container-preview .holder .container-holder .book_container .reserve_container {
  margin: 20px auto;
  color: #fff;
  background: #b00000;
  padding: 10px 20px;
  width: 100%;
  border: none;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}

#groupage-container .holder .get_quote,
#container-preview .holder .get_quote {
  margin: 35px auto;
  width: 20%;
}

#groupage-container .holder .get_quote a,
#container-preview .holder .get_quote a {
  font-size: 14px;
  text-transform: uppercase;
  background-color: #b00000;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  font-weight: 600;
}

#groupage-container .holder .get_quote a:hover,
#container-preview .holder .get_quote a:hover {
  background: #9a0101;
}

#groupage-container .load_more_containers,
#container-preview .load_more_containers {
  display: none;
}

/* Groupage process */

#groupage-process {
  margin: 50px auto;
  padding-left: 0;
}

#groupage-process .left {
  text-align: left;
}

#groupage-process .form-header #groupage-form div {
  padding-left: 0;
}

#groupage-process .form-header #groupage-form div select {
  padding: 8px 10px;
  border: 1px solid #f1f1ef;
  font-family: 'Open Sans', sans-serif;
  background-color: #f1f1ef;
  color: #4d4d4d;
  font-size: 14px;
  width: 100%;
}

#groupage-process .form-header #groupage-form .error {
  display: none;
  background: -webkit-linear-gradient(left, #ffefef, #ffe6e6, #fff);
  background: -o-linear-gradient(left, #ffefef, #ffe6e6, #fff);
  background: linear-gradient(to right, #ffefef, #ffe6e6, #fff);
  color: #b00000;
  font-size: 14px;
  margin: 10px 0;
  padding: 10px 5px;
  width: 100%;
  position: absolute;
}

#groupage-process .form-header #groupage-form input[type="submit"] {
  margin: 20px auto;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #b00000;
  color: #fff;
  padding: 10px 30px;
  font-weight: 600;
  float: left;
  border: none;
}

#groupage-process .form-header #groupage-form #dep_search,
#groupage-process .form-header #groupage-form #des_search,
#groupage-process .form-header #groupage-form #datepicker {
  padding: 8px 10px;
  color: #4d4d4d;
  font-size: 14px;
  width: 100%;
}

#groupage-process .form-header #groupage-form .set_date {
  margin: 20px auto;
}

#groupage-process .form-header #groupage-form #countries_dep,
#groupage-process .form-header #groupage-form #countries_dest {
  display: none;
  position: absolute;
  left: 5px;
  top: 100%;
  z-index: 999;
}

#groupage-process .form-header #groupage-form .flex_date label,
#groupage-process .form-header #groupage-form .fix_date label {
  font-size: 14px;
}

#groupage-process .form-header #groupage-form .storage-container {
  overflow: auto;
  margin: 30px auto;
}

#groupage-process .form-header #groupage-form .storage-container .vehicle_storage h4,
#groupage-process .form-header #groupage-form .storage-container .extra_storage h4 {
  text-align: left;
}

#groupage-process .form-header #groupage-form .storage-container .vehicle_storage label,
#groupage-process .form-header #groupage-form .storage-container .extra_storage label {
  font-size: 14px;
  font-weight: normal;
}

#groupage-process .form-header #groupage-form .volume_container {
  height: 115px;
  margin: 30px auto;
}

#groupage-process .form-header #groupage-form .volume_container h4 {
  text-align: left;
}

#groupage-process .form-header #groupage-form .volume_container .volume_move {
  margin: 10px auto;
}

#groupage-process .form-header #groupage-form .volume_container .volume_move label {
  font-size: 14px;
  font-weight: normal;
}

#groupage-process .form-header #groupage-form .volume_container .volume_move .visit_wanted {
  display: none;
}

#groupage-process .form-header #groupage-form .volume_container .volume_move .vol_known {
  display: none;
}

#groupage-process .form-header #groupage-form .volume_container .volume_move .vol_known p {
  font-size: 14px;
}

#groupage-process .form-header #groupage-form .volume_container .volume_move .vol_known input {
  width: 100px;
}

#groupage-process .form-header #groupage-form .options {
  margin: 30px auto;
  overflow: auto;
}

#groupage-process .form-header #groupage-form .options h4 {
  text-align: left;
  padding-bottom: 10px;
}

#groupage-process .form-header #groupage-form .options label {
  font-size: 14px;
  font-weight: normal;
}

#groupage-process .form-header #groupage-form .comments {
  margin: 30px auto;
}

#groupage-process .form-header #groupage-form .comments h4 {
  text-align: left;
  padding-bottom: 10px;
}

#groupage-process .form-header #groupage-form .comments #comments {
  width: 100%;
  height: 150px;
  border: 1px solid;
  font-size: 14px;
  padding: 5px;
}

#groupage-process .form-header #groupage-form .names-holder {
  overflow: auto;
  margin: 30px auto;
}

#groupage-process .form-header #groupage-form .names-holder h4 {
  text-align: left;
  padding-bottom: 10px;
}

#groupage-process .form-header #groupage-form .names-holder input {
  border: 1px solid #aeaeae;
  padding: 8px;
  width: 300px;
  font-size: 14px;
}

#groupage-process .form-header #groupage-form .names-holder .error {
  position: relative;
}

#groupage-process .form-header #groupage-form .contact_details {
  overflow: auto;
  margin: 30px auto;
}

#groupage-process .form-header #groupage-form .contact_details h4 {
  text-align: left;
  padding-bottom: 10px;
}

#groupage-process .form-header #groupage-form .contact_details input {
  border: 1px solid #aeaeae;
  padding: 8px;
  width: 300px;
  font-size: 14px;
}

#groupage-process .form-header #groupage-form .contact_details .error {
  position: relative;
}

#groupage-process .form-header #groupage-form .gdpr_check {
  margin: 30px auto;
}

#groupage-process .form-header #groupage-form .gdpr_check label {
  font-size: 14px;
  font-weight: normal;
}

#groupage-process .form-header #groupage-form #success_message {
  display: none;
  background: -o-linear-gradient(left, #fff, #ffefef, #ffe6e6, #ffe6e6, #ffefef, #fff);
  background: -webkit-linear-gradient(left, #effbeb, #e5ffdc, #f7f7f6, #fff);
  background: -o-linear-gradient(left, #effbeb, #e5ffdc, #f7f7f6, #fff);
  background: linear-gradient(to right, #effbeb, #e5ffdc, #f7f7f6, #fff);
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  padding: 16px 30px 16px 21px;
  border-top: none;
  border-bottom: none;
  border-left: 10px solid #c7ecbe;
  border-right: none;
  text-transform: uppercase;
}

#groupage-process .groupage-sidebar {
  background: #ececec;
  background: -webkit-linear-gradient(left, #ececec, white);
  background: -o-linear-gradient(right, #ececec, white);
  background: -o-linear-gradient(left, #ececec, white);
  background: linear-gradient(to right, #ececec, white);
}

#groupage-process .groupage-sidebar .details-header {
  margin: 22px auto;
}

#groupage-process .groupage-sidebar p {
  font-size: 14px;
  line-height: 12px;
  font-weight: bold;
  text-align: left;
}

#groupage-process .groupage-sidebar p span {
  font-weight: normal;
}

#groupage-process .groupage-sidebar p:nth-child(5),
#groupage-process .groupage-sidebar p:nth-child(6),
#groupage-process .groupage-sidebar p:nth-child(7),
#groupage-process .groupage-sidebar p:nth-child(8),
#groupage-process .groupage-sidebar p:nth-child(9) {
  display: none;
}

/* Start Move Formula*/

#move-formula {
  overflow: auto;
  background: #34313a;
  padding: 35px 0;
  height: 800px;
}

#move-formula .container h2 {
  color: #fff;
}

#move-formula .container .info-holder {
  /*height: 560px;*/
}

#move-formula .container .info-holder .tabs {
  overflow: auto;
  margin: 50px 180px 20px;
}

#move-formula .container .info-holder .tabs .tab {
  padding: 0 5px;
}

#move-formula .container .info-holder .tabs .tab:hover {
  cursor: pointer;
}

#move-formula .container .info-holder .tabs .tab h4 {
  background: #666;
  background: -webkit-linear-gradient(top, #666, #838383);
  background: -o-linear-gradient(top, #666, #838383);
  background: linear-gradient(to bottom, #666, #838383);
  color: #fff;
  padding: 15px;
  text-transform: uppercase;
}

#move-formula .container .info-holder .tabs .tab .title-secondary {
  display: none;
}

#move-formula .container .info-holder .tabs .tab .customize {
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 37px solid transparent;
  border-right: 35px solid #ba2121;
  position: absolute;
  right: 5px;
  top: 0;
}

#move-formula .container .info-holder .tabs .tab .customize:before {
  font-family: 'FontAwesome';
  content: '\F005';
  margin-left: 18px;
  color: #fff;
  font-size: 11px;
  position: absolute;
  top: 3px;
}

#move-formula .container .info-holder .tabs .selected-tab h4 {
  background: transparent;
  background: -webkit-linear-gradient(bottom, transparent, rgba(17, 16, 16, 0.7));
  background: -o-linear-gradient(bottom, transparent, rgba(17, 16, 16, 0.7));
  background: linear-gradient(to top, transparent, rgba(17, 16, 16, 0.7));
}

#move-formula .container .info-holder .tabs .selected-tab h4:after {
  content: "";
  width: 50px;
  height: 5px;
  position: absolute;
  bottom: 0px;
  left: 105px;
  border-radius: 25px;
  -webkit-animation: pulse 5s ease-in 0s alternate infinite none running;
       -o-animation: pulse 5s ease-in 0s alternate infinite none running;
          animation: pulse 5s ease-in 0s alternate infinite none running;
}

@-webkit-keyframes pulse {
  0% {
    background: #ba2121;
  }

  50% {
    background: #bd2a2a;
  }

  100% {
    background: #b16e6e;
  }
}

@-o-keyframes pulse {
  0% {
    background: #ba2121;
  }

  50% {
    background: #bd2a2a;
  }

  100% {
    background: #b16e6e;
  }
}

@keyframes pulse {
  0% {
    background: #ba2121;
  }

  50% {
    background: #bd2a2a;
  }

  100% {
    background: #b16e6e;
  }
}

#move-formula .container .info-holder .icon-section {
  overflow: auto;
}

#move-formula .container .info-holder .icon-section .icon {
  margin: 30px auto;
  text-align: center;
}

#move-formula .container .info-holder .icon-section .icon img {
  margin-bottom: 15px;
}

#move-formula .container .info-holder .icon-section .icon h4 {
  color: #fff;
  font-size: 16px;
}

#move-formula .container .info-holder .icon-section .col-md-4 {
  padding-left: 0;
  padding-right: 0;
}

#move-formula .container .info-holder .icon-section .icon-after-1:after {
  content: '';
  width: 35px;
  background: #ccc;
  display: block;
  height: 2px;
  position: relative;
  top: -110px;
  left: -8%;
}

#move-formula .container .info-holder .icon-section .icon-after:after {
  content: '';
  width: 100px;
  background: #ccc;
  display: block;
  height: 2px;
  position: absolute;
  top: 40%;
  left: -10%;
}

#move-formula .container .info-holder .icon-section .icon-after-1_2:after {
  content: '';
  width: 35px;
  background: #ccc;
  display: block;
  height: 2px;
  position: relative;
  top: -110px;
  left: -8%;
}

#move-formula .container .info-holder .icon-section .fadeIn {
  display: block;
  opacity: 1;
  -webkit-animation-name: fadeInOpacity;
       -o-animation-name: fadeInOpacity;
          animation-name: fadeInOpacity;
  -webkit-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
       -o-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
}

#move-formula .container .info-holder .icon-section ._5icon {
  float: left;
  width: 208px;
}

#move-formula .container .info-holder .icon-section ._3icon {
  float: left;
  width: 222px;
}

#move-formula .container .info-holder .tab_information {
  color: #fff;
  display: none;
  margin: 1px auto;
  width: 70%;
}

#move-formula .container .info-holder .tab_information ul.stars li {
  list-style: none;
}

#move-formula .container .info-holder .tab_information ul.stars li:before {
  font-family: 'FontAwesome';
  content: '\F005';
  margin: 4px 10px 0 -15px;
  color: #fff;
  font-size: 11px;
  float: left;
}

#move-formula .container .info-holder .tab_information ul.stars li .tooltip_standard {
  display: none;
  background: #ba2121;
  position: absolute;
  left: 30px;
  padding: 15px;
  width: 50%;
  margin-top: -80px;
  text-shadow: 5px 2px 5px #000;
  border-radius: 5px;
  /*	&:after{
								content:'';
							    display:block;
							    width:0;
							    height:0;
							    position:absolute;
								border-left: 25px solid transparent;
								border-right: 25px solid transparent;
								border-top: 25px solid #ba2121;
								left: 220px;
							}*/
}

#move-formula .container .info-holder .tab_information ul.stars li .tooltip_vip {
  display: none;
  background: #ba2121;
  position: absolute;
  left: 100px;
  padding: 15px;
  width: 50%;
  margin-top: -100px;
  text-shadow: 5px 2px 5px #000;
  border-radius: 5px;
  /*	&:after{
								content:'';
							    display:block;
							    width:0;
							    height:0;
							    position:absolute;
								border-left: 25px solid transparent;
								border-right: 25px solid transparent;
								border-top: 25px solid #ba2121;
								left: 220px;
							}*/
}

#move-formula .container .info-holder .tab_information ul.stars li .info {
  font-weight: bold;
}

#move-formula .container .info-holder .tab_information ul.stars li .info:hover {
  cursor: pointer;
}

#move-formula .container .info-holder .tab_information .col-md-4:nth-of-type(2) {
  padding-left: 15px !important;
}

#move-formula .container .info-holder .tab_information .col-md-4 {
  padding-left: 0 !important;
  margin-top: -5px;
}

#move-formula .container .info-holder .tab_information .col-md-4 a {
  color: #fff;
}

#move-formula .container .info-holder .tab_information .col-md-4 a strong:hover {
  color: #b00000;
}

#move-formula .container .info-holder .tab_information .col-md-4 img {
  width: 50px;
  margin-right: 10px;
  height: 50px;
}

#move-formula .container .info-holder .tab_information .ags_cta {
  margin: 30px 32% 0 32%;
}

#move-formula .container .info-holder .groupage-display {
  display: block;
  opacity: 1;
  -webkit-animation-name: fadeInOpacity;
       -o-animation-name: fadeInOpacity;
          animation-name: fadeInOpacity;
  -webkit-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
       -o-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOutOpacity {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOutOpacity {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOutOpacity {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* End Move Formula*/

/* Anti Spam */

.acceptance-314 {
  display: none;
}

input.wpcf7-quiz {
  width: 150px;
  margin-left: 5px;
  padding-left: 5px;
}

/* london branch page */

.container.london {
  margin: 15px auto 40px;
}

.container.london h3 {
  color: #34313a;
  text-align: left;
}

.container.london ul {
  padding-left: 15px;
}

.container.london .col-md-6:nth-child(1) {
  border-right: 1px #ccc solid;
}

.container.london .col-md-6:nth-child(2) {
  padding-left: 40px;
}

.en .container.london h3 span {
  display: none;
}

/* Career page */

.page-template-page-careers #flexi .ags_cta {
  text-transform: none;
  padding: 8px 25px;
  border: 2px solid #b00000;
}

.page-template-page-careers #flexi .ags_cta.ghost {
  margin-right: 15px;
}

.page-template-page-careers #intro h3:before {
  display: none;
}

.page-template-page-careers #intro h3:after {
  display: none;
}

.page-template-page-careers #intro h4 {
  text-align: left;
  color: #b00000;
}

.page-template-page-careers #intro .ags_cta {
  border: 2px solid #b00000;
  float: none;
}

.page-template-page-careers #intro .ags_cta i.fa.fa-chevron-right {
  float: none;
}

.page-template-page-careers #intro .ags_cta.ghost {
  margin-right: 25px;
}

.page-template-page-careers #figures .ags_cta {
  display: none;
}

.page-template-page-careers #figures .col-md-3:after {
  display: none;
}

.page-template-page-careers #figures .col-md-3 p.numbers-label:after {
  display: none;
}

/* RH PAGE */

.notre-politique-rh .no_flexible_title {
  margin: -40px 0 0 0 !important;
}

/* VALUES PAGE */

.nos-valeurs .no_flexible_title {
  margin: -40px 0 0 0 !important;
}

/* Brand name froesch */

.ags_froesch.page-template-homepage strong {
  color: #0c4da2;
}

.ags_froesch.page-template-homepage .reveal-text {
  overflow: auto;
}

.ags_froesch.page-template-homepage .reveal-text h4 {
  font-size: 21px;
}

/* commented out as it affected the styling on mobile. 02/02/2021 Tasmyn 

.ags_froesch.page-template-homepage .reveal-text .col-md-4:nth-of-type(1) {
  padding-left: 300px;
}

.ags_froesch.page-template-homepage .reveal-text .col-md-4:nth-of-type(3) {
  padding-right: 300px;
}*/

.ags_froesch.page-template-homepage .reveal-text .col-md-4 {
  text-align: center;
  font-size: 21px;
}

.ags_froesch.page-template-homepage .reveal-text .col-md-4 a {
  color: #34313a;
  font-weight: 600;
}

.ags_froesch.page-template-homepage .reveal-text .col-md-4 a:hover {
  text-decoration: underline;
}

.ags_froesch.page-template-homepage .reveal-text .col-md-4 i {
  color: #0c4da2;
  margin-right: 5px;
}

.ags_froesch.page-template-homepage #icon-list {
  background: -webkit-linear-gradient(left, #e5ddd8, #fdf8f3, #e5ddd8);
  background: -o-linear-gradient(left, #e5ddd8, #fdf8f3, #e5ddd8);
  background: linear-gradient(to right, #e5ddd8, #fdf8f3, #e5ddd8);
}

.ags_froesch.page-template-homepage #icon-list img {
  border-radius: 50%;
}

.ags_froesch.de #ags_slider .slide_img .slider_text div {
  margin-right: 0;
  width: 100%;
}

.ags_froesch.de div#split .ghost {
  margin-right: 12px !important;
}

.ags_froesch.de div#split .column-content.corporate-2 {
  margin-bottom: 42px !important;
}

.ags_froesch.de #figures.removals .col-md-3 {
  height: 100px;
}

.ags_froesch.de #figures.removals .col-md-3:nth-child(1) p.numbers-label::after {
  margin-left: 22px;
}

.ags_froesch.de #figures.removals .col-md-3:nth-child(2)::after {
  padding-left: 76px;
  margin-top: -95px;
}

/* -------------------------------------
	Records Management: German edition
		    -----
			 *_*	
			  ~
--------------------------------------- */

.ags_records.de #ags_slider .slide_img .slider_text div {
  width: 100%;
}

.branch-lang div {
  box-shadow: 0px 1px 5px #8e8e8e;
  padding: 10px;
  margin: 10px auto;
}

/*PROCESS SECTION*/

#processes .container h5 {
  color: #aaa;
  clear: both;
}

/* -------------------------------------
		SECTION TIMELINE
		    -----
			 *_*	
			  ~
--------------------------------------- */

.timeline {
  background-color: #fff;
  overflow: auto;
  padding: 27px 0 60px 0;
}

.timeline .entries {
  /*width: calc(85% - 80px);*/
  margin: auto;
  display: table;
}

.timeline .entries:before {
  content: '';
  display: table-cell;
  position: relative;
  /*left: 27%;*/
  border-left: 10px solid #d4d4cd;
}

.timeline .entries .entry {
  /*width: calc(77% - 80px);*/
  padding: 0 20px;
  clear: both;
  text-align: justify;
  margin-bottom: 60px;
  /* &:nth-child(2n){

		      	img{

		      		left: 53% !important;
		      	}
		      }*/
}

.timeline .entries .entry img {
  position: absolute;
  /*left: 20%;*/
  margin-top: -27px;
}

.timeline .entries .entry .title {
  font-size: 40px;
  text-align: left;
  margin-bottom: 10px;
  position: relative;
  color: #b00000;
  border-bottom: 12px solid rgba(176, 0, 0, 0.7);
  padding-bottom: 25px;
  padding-top: 20px;
  line-height: 20px;
}

.timeline .entries p {
  line-height: 1.4em;
}

#reviews.removals {
  background: url("../jpg/removals_bg.jpg");
}

#reviews.records {
  background: url("../jpg/ags_rm-background-1920x600.jpg");
}

#reviews.relo {
  background: url("../jpg/client-header.jpg");
}

#reviews .container {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 3em;
  column-gap: 3em;
  margin-top: 50px;
}

#reviews .container div.review {
  position: relative;
  background-color: #fff;
  display: inline-block;
  margin: 0 0 3em 0;
  padding: 2em;
  width: 100%;
  border-radius: 12px;
  box-shadow: 1px 1px 8px 1px rgba(51, 51, 51, 0.25);
}

#reviews .container div.review img {
  margin: -30px 0 15px;
  padding: 10px;
  background: #fff;
  border-radius: 7px;
}

#reviews .container div.review blockquote {
  font-size: 13px;
  border: none;
  padding: 0;
}

#reviews .container div.review cite {
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0;
}

#reviews .container div.review p.date {
  font-size: 12px;
}

div.acf-map.pano {
  height: 500px;
}

div.acf-map.pano.africa {
  height: 580px;
}

#related-news {
  padding: 45px 0;
}

#related-news #news {
  margin-top: 30px;
}

#mansory {
  line-height: 0;
  box-sizing: border-box;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-column-count: 3;
          column-count: 3;
}

#mansory time.post-date {
  padding: 20px 14px 18px 14px !important;
}

#post-body .post-categ {
  padding: 0 0 10px 15px;
}

#post-body blockquote p {
  font-style: italic;
  color: #838383;
}

#post-body blockquote span {
  font-style: normal;
  color: #292b2c;
}

#news h5,
#mansory h5 {
  margin-bottom: 25px;
}

#news article,
#mansory article {
  position: relative;
  background-color: #fff;
  display: inline-block;
  margin: 2em 0 2em;
  padding: 1em;
  width: 100%;
  box-shadow: 1px 1px 8px 1px rgba(51, 51, 51, 0.25);
  /*float: left; */
}

#news article div.post-picture time.post-date,
#mansory article div.post-picture time.post-date {
  position: absolute;
  top: 20px;
  left: -10px;
  width: auto;
  height: auto;
  background: #fff;
  padding: 3px 14px 5px 14px;
  border: 1px solid #ddd;
}

#news article div.post-picture time.post-date span.day,
#mansory article div.post-picture time.post-date span.day {
  width: auto;
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  color: #666;
}

#news article div.post-picture time.post-date span.month,
#mansory article div.post-picture time.post-date span.month {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  color: #b00000;
}

#news article h4,
#mansory article h4 {
  text-align: left;
  margin: 10px 0 6px;
}

#news article h4 a,
#mansory article h4 a {
  text-decoration: none;
}

#news article h4 a:hover,
#mansory article h4 a:hover {
  color: #34313a;
}

#news article p,
#mansory article p {
  font-size: 14px;
}

#news article p.post-categ,
#mansory article p.post-categ {
  font-size: 12px;
}

.navigation {
  width: 1140px;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}

.navigation .nav-links {
  overflow: auto;
}

.navigation .nav-links .nav-previous {
  float: left;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #888;
  box-shadow: 2px 4px #888;
}

.navigation .nav-links .nav-previous a {
  font-size: 18px;
  padding: 12px;
  text-decoration: none;
}

.navigation .nav-links .nav-next {
  right: 0;
  float: right;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #888;
  box-shadow: 2px 4px #888;
}

.navigation .nav-links .nav-next a {
  font-size: 18px;
  padding: 12px;
  text-decoration: none;
}

.elm-button {
  clear: both;
}

body#tinymce {
  visibility: visible;
  margin: 12px !important;
}

/**
Responsiveness starts here

**/

/*------------------ Responsive for Macbook Pro 2017 ------------------*/

/*------------------ Responsive for Small phones (request) ------------------*/

@media only screen and (max-device-width: 320px) {
  .ags_movers h1 {
    font-size: 29px !important;
  }

  #split .column-title:before {
    display: none;
  }

  #split .column-title {
    margin-left: 0 !important;
    padding-left: 10px !important;
  }

  #split .skew-title {
    display: none;
  }
}

/* ----------- Responsive iphone 5 ----------- */

@media only screen and (max-device-width: 320px) and (max-device-width: 568px) {
  .ags_relocation.page #figures.center.section.relo .col-md-3:nth-child(3)::after {
    padding-left: 65px !important;
  }

  .ags_relocation.page #figures.center.section.relo .col-md-3:nth-child(4)::after {
    padding-left: 80px !important;
  }

  .ags_relocation.page.page-template-page-relo-contact #contact .col-md-4.address-relo address:nth-child(2n+1) {
    padding-left: 0 !important;
    margin-right: 5px !important;
    width: 57% !important;
  }

  .ags_relocation.page.page-template-page-relo-contact #contact .col-md-4.address-relo address:nth-child(2n) {
    border-left: none !important;
    padding-left: 0 !important;
  }

  .ags_relocation header .ags-fixed #topbar .container #topmenu ul.topnav li {
    padding: 0 10px;
  }

  .ags_relocation header .ags-fixed #topbar .container #topmenu ul.topnav li a {
    font-size: 11px;
  }

  .ags_relocation header .ags-fixed #topbar .container #topmenu ul.topnav li:nth-child(2) {
    padding-left: 0;
  }

  .ags_movers .menu-toggle {
    margin-top: -76px !important;
  }

  .ags_movers header .ags-fixed #topbar .container #topmenu .fa-chevron-up::before {
    margin-left: -240px !important;
  }

  .open-menu.ags_movers .menu-toggle {
    margin-right: 16px !important;
  }

  .fr.ags_records.page-template-page-flexi-network #network-home .ags_cta.ghost {
    margin: 10px -2% !important;
  }

  header .ags-fixed #topbar .container #topmenu .fa-chevron-down::before {
    margin: -5px 0 0 -100px !important;
  }

  header .ags-fixed #topbar .container #topmenu .fa-chevron-down::after {
    margin: -4px 0 0 -100px !important;
  }

  .nav-primary.original #mega-menu-wrap-primary_navigation .mega-menu-toggle.mega-menu-open .mega-toggle-block-1::before {
    margin: -20px 0 0 5px !important;
  }

  .nav-primary.original #mega-menu-wrap-primary_navigation .mega-menu-toggle .mega-toggle-block-1::before {
    margin: -20px 0 0 5px !important;
  }

  .fr #figures.records .col-md-3:nth-child(4) p.numbers-label.faded::after {
    margin: -29px auto auto -13px !important;
  }

  .fr #topbar .container a {
    font-size: 12px !important;
  }

  ul#breadcrumbs {
    top: -92px !important;
  }

  .footer-post-col div:nth-child(2) img {
    padding: 5px 10px 5px 0 !important;
    margin-right: 0 !important;
    margin-left: -20px;
  }

  #intro .ags_cta {
    margin-bottom: 10px !important;
  }

  #flexi .col-md-6 h3 {
    margin-top: 33px !important;
  }

  div#split .border:nth-child(2) .title-image .column-title {
    font-size: 20px;
  }

  div#split .border:nth-child(2) .title-image .column-title:before {
    height: 30px;
  }

  div#split .border:nth-child(2) .title-image .column-title:after {
    top: 16px;
  }

  div#split .border:nth-child(2) .skew-title {
    font-size: 15pt !important;
    margin-left: -6px;
    width: 5% !important;
  }
}

/* ----------- Responsive max-width 768 ----------- */

@media only screen and (max-width: 768px) {
  .column.col1,
  .column.col2,
  .column.col3,
  .column.col4,
  .column.col5 {
    max-width: 100%;
    text-align: center;
  }

  h3 {
    margin: 35px 0 10px 0;
  }

  ul {
    line-height: 35px;
  }

  input.wpcf7-validates-as-email {
    width: 65%;
    background-color: #c2c2c2;
    border: 0px;
    height: 40px;
    color: #848484;
    text-align: center;
    padding: 0 0 0 0;
  }

  input.wpcf7-submit {
    width: 65%;
    height: 40px;
    font-size: 14px;
    color: #fff;
    background: #b00000;
    border: none;
    padding: 10px 0 10px 0px;
    text-align: center;
    font-weight: 600;
    margin: 15px 0px 5px 20px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
  }
}

@media only screen and (min-device-width: 374px) and (max-device-width: 800px) {
  #figures.removals .col-md-3 {
    margin-left: 5%;
  }

  #figures.removals .col-md-3:nth-child(1):after {
    padding-left: 87px;
  }

  #figures.removals .col-md-3:nth-child(2):after {
    padding-left: 53px;
  }

  #figures.removals .col-md-3:nth-child(3):after {
    padding-left: 37px;
  }
}

/* ----------- Responsive max-width 800 ----------- */

@media only screen and (max-width: 800px) {
  .wpml-ls-sidebars-top-menu-right,
  .wpml-ls-statics-shortcode_actions {
    width: auto;
  }

  .desktop-only {
    display: none !important;
  }

  .wpml-ls-legacy-dropdown {
    display: none;
  }

  nav .mobile-quote-btn {
    background: #b00000;
    box-shadow: 2px 3px 6px #000;
    width: 250px;
  }

  nav .mobile-quote-btn:hover {
    background: #b00000;
  }

  nav .mobile-quote-btn a {
    color: #fff !important;
  }

  nav .mobile-quote-btn a:hover {
    background: #b00000;
  }

  /* Groupage */

  .page-id-31322 #container-preview {
    height: 670px;
  }

  .page-id-31322 #container-preview .container .holder {
    height: 386px !important;
  }

  .page-id-31322 #container-preview .container .container_cta {
    margin-right: 25px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-left: 15%;
    bottom: -40px !important;
    height: 150px;
  }

  .page-id-31322 #container-preview .container .container_cta a {
    float: left;
  }

  .page-id-31322 #container-preview .container .container_cta select#months {
    width: 239px;
    margin: 13px 0;
    float: left;
  }

  .page-id-31322 #container-preview .container .container_cta svg.months-arrow {
    margin: 29px 0 0 0 !important;
  }

  #groupage-container .holder .col-md-4.container-holder,
  #container-preview .holder .col-md-4.container-holder {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  #groupage-container .holder .col-md-4.container-holder .container-meter,
  #container-preview .holder .col-md-4.container-holder .container-meter {
    margin: 13px 11px 0;
  }

  /* Moving quote page */

  .page-template-form-quote #tab .tab-selected {
    padding: 5px 15px 7px 15px;
    border-color: #c5c5c5;
    border-radius: 7px;
  }

  .page-template-form-quote #tab .quote-tab {
    font-size: 13px;
    width: 100%;
    float: left;
  }

  .page-template-form-quote #form button {
    margin: 20px 19% 25px !important;
  }

  .quote-button.mobile {
    font-size: 13px;
    padding-top: 5px;
    position: fixed;
    right: 15px;
    float: right;
    bottom: 15px !important;
    z-index: 399;
    display: block !important;
  }

  .quote-button.mobile .fa.fa-edit {
    font-size: 13px;
    padding-right: 5px;
  }

  .quote-button.mobile.form-page {
    display: block !important;
  }

  ul#breadcrumbs {
    top: -35px;
  }

  ul#breadcrumbs li {
    display: inline;
    line-height: 0;
  }

  #branch_dropdown_menu {
    display: none !important;
  }

  .article-content img {
    width: 100% !important;
    max-width: 100%;
  }

  /* Relo */

  .page-template-page-relo-contact ul#breadcrumbs,
  .page-template-page-relo-contact .acf-map.pano.contact-us {
    display: none !important;
  }

  .page-template-page-relo-contact #contact .col-md-4.address-relo {
    width: 100%;
    max-width: 100%;
  }

  .page-template-page-relo-contact #contact .col-md-4.address-relo address {
    float: left;
    margin: 0 !important;
  }

  .page-template-page-relo-contact #contact .col-md-4.address-relo address:nth-child(2n) {
    border-left: #ccc 1px solid;
    padding-left: 15px;
  }

  .page-template-page-relo-contact #contact .col-md-4.address-relo address:nth-child(2n+1) {
    padding-left: 0 !important;
    margin-right: 5px !important;
    width: 47%;
  }

  .page-template-page-relo-contact #contact .col-md-8.ags-form {
    clear: both;
  }

  .page-template-page-relo-contact #contact .col-md-8.ags-form h4#form-title {
    padding-top: 30px;
  }

  .page-template-page-relo-contact #contact .col-md-8.ags-form #subject input {
    margin: 10px auto 20px auto;
  }

  .ags_relocation header #topmenu ul.topnav li:first-child {
    width: 100%;
  }

  .ags_relocation header #topmenu ul.topnav li:nth-child(3) {
    padding-left: 0 !important;
  }

  .ags_relocation header #topmenu ul.topnav li:nth-child(4) {
    padding: 0 !important;
  }

  .ags_relocation header #menubar .custom-logo-link img {
    margin-top: -7px;
  }

  .ags_relocation #services.section.relo .col-md-12 .col-md-12 {
    position: inherit;
  }

  .ags_relocation #figures.center.section.relo {
    background: -webkit-linear-gradient(left, #e5ddd8, #fdf8f3, #e5ddd8) !important;
    background: -o-linear-gradient(left, #e5ddd8, #fdf8f3, #e5ddd8) !important;
    background: linear-gradient(to right, #e5ddd8, #fdf8f3, #e5ddd8) !important;
    color: #34313a;
  }

  .ags_relocation #figures.center.section.relo h2 {
    color: #b00000;
  }

  .ags_relocation #figures.center.section.relo h5,
  .ags_relocation #figures.center.section.relo p {
    color: #34313a;
  }

  .ags_relocation #figures.center.section.relo .col-md-3 p {
    width: auto;
  }

  .ags_relocation #figures.center.section.relo .col-md-3:nth-child(1)::after {
    padding-left: 32px !important;
  }

  .ags_relocation #figures.center.section.relo .col-md-3:nth-child(2)::after {
    padding-left: 46px !important;
  }

  .ags_relocation #figures.center.section.relo .col-md-3:nth-child(3)::after {
    padding-left: 60px !important;
  }

  .ags_relocation #figures.center.section.relo .col-md-3:nth-child(4)::after {
    padding-left: 74px !important;
  }

  .ags_relocation #columns .col-md-2.relo {
    width: 100%;
    max-width: 100%;
  }

  .ags_relocation #columns .col-md-5.relo {
    width: 100%;
    max-width: 100%;
  }

  .ags_relocation #flexi h5 {
    width: 90%;
  }

  .ags_relocation #footer .footer-post-col div img {
    clear: both;
  }

  .ags_relocation #footer .footer-post-col div:nth-child(2) img {
    border-right: none;
  }

  /* Records */

  .ags_records a.widget {
    padding-left: 8em !important;
  }

  .ags_records .menu-toggle {
    margin-top: -77px !important;
  }

  .ags_records #figures.records .col-md-3:nth-child(1):after {
    padding-left: 9px !important;
  }

  .ags_records #figures.records .col-md-3:nth-child(2):after {
    padding-left: 36px !important;
  }

  .ags_records #figures.records .col-md-3:nth-child(3):after {
    padding-left: 36px !important;
  }

  .ags_records #figures.records .col-md-3:nth-child(4):after {
    padding-left: 22px !important;
  }

  .ags_records #network-home .ags_cta.ghost {
    margin: 13px 14%;
  }

  .ags_records.open-menu .nav-primary.cloned .nav {
    top: 41px !important;
  }

  .ags_records.open-menu .nav {
    top: 0;
  }

  .ags_records.en #figures.records .col-md-3:nth-child(3) p.numbers-label.faded:after {
    margin-top: -15px;
  }

  .ags_records.en #figures.records .col-md-3:nth-child(4) p.numbers-label.faded:after {
    margin-top: -10px;
  }

  .ags-records.fr .login-widget a.widget {
    padding-right: 10px !important;
  }

  .fr.ags_records.page-template-page-flexi-network #network-home .ags_cta.ghost {
    margin: 10px 4%;
  }

  /* Movers */

  .ags_movers h1 {
    font-size: 33px;
  }

  .ags_movers header #topbar #topmenu ul li {
    padding: 0;
  }

  .ags_movers #menu-top-menu-en.topnav li:nth-child(2) {
    width: 31%;
    margin-top: -6px;
  }

  .ags_movers #menu-top-menu-fr li:nth-child(4) {
    margin-top: -6px;
  }

  .ags_movers .topnav li:nth-child(4) {
    margin-top: -6px;
  }

  .ags_movers .wpml-ls-statics-shortcode_actions .wpml-ls-native {
    display: none !important;
  }

  .ags_movers .wpml-ls-sidebars-top-menu-right a {
    margin-right: 6px !important;
  }

  .ags_movers .wpml-ls-sidebars-top-menu-right .wpml-ls-sub-menu .wpml-ls-flag {
    margin-right: 30px !important;
  }

  .ags_movers .low-index {
    z-index: 1 !important;
    height: 40px !important;
    box-shadow: none;
    -webkit-transition-duration: 0.25s linear;
         -o-transition-duration: 0.25s linear;
            transition-duration: 0.25s linear;
  }

  .ags_movers .low-index .custom-logo-link {
    display: none;
  }

  .ags_movers .wpml-ls-legacy-dropdown {
    display: none;
    margin: 3px 0 0 11px !important;
  }

  .ags_movers .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    position: absolute !important;
    background: #34313a !important;
    padding-bottom: 5px !important;
  }

  .ags_movers .wpml-ls-legacy-dropdown ul {
    position: fixed;
    z-index: 999;
  }

  .ags_movers .wpml-ls-legacy-dropdown ul li a span {
    display: block !important;
  }

  .ags_movers .wpml-ls-legacy-dropdown ul li .js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    padding-right: 15px !important;
  }

  .ags_movers #menu-top-menu-fr li:nth-child(2) {
    width: 38%;
  }

  .ags_movers #menu-top-menu-fr li:nth-child(3) {
    width: 29%;
  }

  .ags_movers .topnav li:nth-child(2) {
    width: 29%;
    margin-top: -6px;
  }

  .ags_movers .topnav li:nth-child(3) {
    width: 28%;
    margin-top: -6px;
  }

  .ags_movers .topnav li:nth-child(4) {
    margin-top: -6px;
    width: 41%;
  }

  .ags_movers #network-home .ags_cta {
    width: 100%;
    padding: 10px;
  }

  .ags_movers #network-home .network_text div {
    margin: 0 3%;
  }

  .ags_movers #card-columns .container {
    max-width: 100%;
  }

  .ags_movers #card-columns .container .col-md-4 {
    max-width: 100% !important;
  }

  .ags_movers #card-columns .container .col-md-4 div.card-content {
    height: 100%;
  }

  .ags_movers #card-columns .container .mid-column {
    margin: 0 !important;
  }

  .ags_movers #columns_plus {
    margin: -55px 0 0 -25px;
    padding-bottom: 0px;
  }

  .ags_movers #columns_plus .flexible_title {
    margin-left: 10%;
  }

  .ags_movers #columns_plus .virtual-row .column-block.col-md-4.removals {
    width: 100% !important;
  }

  .ags_movers .our-mission #icon-list.padding-top-45,
  .ags_movers .notre-mission #icon-list.padding-top-45 {
    height: 790px;
  }

  .ags_movers.en .original .menu-toggle {
    margin-top: -80px !important;
  }

  .ags_movers.en .wpml-ls-statics-shortcode_actions {
    margin: 3px 0 0 -32px !important;
  }

  .ags_movers.fr .login-widget a.widget {
    padding-right: 10px !important;
  }

  .ags_movers.fr .wpml-ls-statics-shortcode_actions {
    margin: 3px 0 0 35px !important;
  }

  .ags_movers.open-menu .nav-primary.cloned .nav {
    top: 35px !important;
  }

  .ags_movers.open-menu.fr .nav {
    top: -97px;
  }

  .ags_movers.open-menu.en .nav {
    top: -91px;
  }

  .nav-primary.cloned {
    position: fixed;
    top: 0;
    z-index: 1001;
    height: 40px;
    background: #fff;
    width: 100%;
    opacity: 0.9;
  }

  .nav-primary.cloned .menu-toggle {
    margin: -6px 0 0 20px !important;
    float: left !important;
  }

  .nav-primary.cloned .menu-toggle #toggle-block-1 {
    margin-top: -6px;
  }

  .nav-primary.cloned .menu-toggle #toggle-block-1:before {
    font-size: 35px;
  }

  .en .login-widget {
    margin: 0 -40px 0 -45px;
  }

  .fr header .ags-fixed #topbar #topwidgets div .login-widget .widget {
    width: 209px;
    font-size: 13px;
  }

  .fr div#split .title-image .column-title {
    font-size: 16px !important;
    height: 36px;
    padding-top: 6px;
  }

  .fr .custom-logo-link {
    top: -12px !important;
  }

  .fr .login-widget {
    margin-right: -40px;
  }

  .fr .login-widget a.widget {
    width: 209px !important;
  }

  .fr #figures.records .col-md-3:nth-child(3) p.numbers-label.faded:after {
    margin-top: -7px;
  }

  .fr #figures.records .col-md-3:nth-child(4) p.numbers-label.faded:after {
    margin: -10px auto auto -90px;
  }

  .ags_container .breadcrumbs.container {
    z-index: 1 !important;
  }

  .ags_container .container {
    z-index: 0 !important;
  }

  .menu-toggle {
    z-index: 1;
    float: left;
    margin: -84px 0 0 20px;
  }

  .menu-toggle #toggle-block-1::before {
    content: '\F0C9';
    font-family: fontAwesome;
    font-size: 41px;
    color: #b00000;
  }

  .open-menu .nav {
    width: 79.5% !important;
    padding: 1% 0 0 1.3%;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.6);
    display: block !important;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    height: 1500px;
    overflow: scroll;
  }

  .open-menu .menu-toggle {
    float: right !important;
    margin-right: 21px;
  }

  .open-menu .menu-toggle #toggle-block-1::before {
    color: #34313a !important;
  }

  .open-menu .custom-logo-link {
    opacity: 0;
  }

  .open-menu .quote-button.mobile {
    z-index: -99 !important;
  }

  .open-menu .wrap.ags_container {
    filter: blur(5px);
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }

  .menu-item-has-children a:nth-child(2) {
    width: 80%;
  }

  .sub-drop-closed {
    margin-top: 6px;
  }

  .sub-drop-open {
    margin-top: 6px;
  }

  .sub-menu .sub-drop-closed {
    margin-top: -3px;
  }

  .display-block {
    display: block !important;
  }

  .display-block .menu-item-has-children .sub-drop-closed::after {
    padding-right: 15px;
  }

  .display-block .menu-item-has-children .sub-drop-open::after {
    padding-right: 15px;
  }

  .menu-item-has-children .sub-drop-closed {
    float: right;
    height: 14px;
    width: 30px;
  }

  .menu-item-has-children .sub-drop-closed:after {
    content: '\F067';
    font-family: fontAwesome;
    color: #34313a;
  }

  .menu-item-has-children .sub-drop-open {
    float: right;
    height: 14px;
    width: 30px;
  }

  .menu-item-has-children .sub-drop-open:after {
    content: '\F068';
    font-family: fontAwesome;
    color: #34313a;
  }

  .page-template-form-quote #menubar.container {
    z-index: 1;
  }

  .page-template-form-quote #topwidgets {
    z-index: 9;
  }

  .page-template-form-quote.open-menu .custom-logo-link {
    opacity: 0 !important;
  }

  ul.nav {
    z-index: 100;
    width: 0;
    position: absolute;
    background: #fff;
    line-height: 1.7;
    display: none;
    top: 0;
  }

  ul.nav li {
    vertical-align: middle;
  }

  ul.nav li a {
    color: #34313a;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }

  ul.nav li .sub-menu {
    display: none;
    list-style-type: none;
    border-left: 2px solid;
    margin-left: 18px;
    padding-left: 18px;
  }

  ul.nav li .sub-menu li a {
    text-transform: none !important;
  }

  #choose-dropdown {
    display: none !important;
  }

  #services-dropdown {
    display: none !important;
  }

  #ags_slider {
    display: none;
  }

  #services p.middle-80,
  #figures p.middle-80 {
    max-width: 100%;
  }

  #services h5,
  #figures h5 {
    text-align: justify;
    max-width: 90%;
    margin: auto 4%;
  }

  h5,
  p {
    text-align: justify;
    max-width: 100%;
  }

  .h1 {
    font-size: 34px !important;
  }

  .login-widget a.widget {
    border-right: 1px solid #fff;
  }

  .payment-widget,
  .careers.top-widget {
    display: none !important;
  }

  a.widget {
    padding-right: 15px !important;
    color: #fff;
    font-size: 13px;
    width: 170px;
  }

  a.widget .fa.fa-user {
    color: #fff;
    padding-right: 6px;
    margin-left: -55px;
  }

  #topwidgets {
    right: 20px;
  }

  #topwidgets .login-widget {
    margin-top: 7px !important;
    padding-right: 0 !important;
    position: relative;
  }

  #topwidgets .wpml-ls-statics-shortcode_actions {
    position: absolute !important;
  }

  #topwidgets div#static-switcher {
    max-width: 97px;
    margin-top: -5px;
    height: 28px;
  }

  #topwidgets div#static-switcher ul {
    list-style: none;
  }

  #topwidgets div#static-switcher ul li {
    float: left;
  }

  #topwidgets div#static-switcher li:nth-child(1) {
    padding-left: 10px;
    height: 38px;
  }

  #topwidgets div#static-switcher li:nth-child(2) {
    padding-left: 10px;
  }

  #topwidgets div#static-switcher .switcher-drop {
    display: none;
  }

  .mega-sub-menu {
    border-left: 1px solid #fff !important;
    margin-left: 13px !important;
  }

  #menu-top-menu-fr.topnav li:nth-child(3) {
    width: 37%;
    margin-top: -6px;
  }

  #menu-top-menu-fr.topnav li:nth-child(2) {
    width: 37%;
    margin-top: -6px;
  }

  #mega-menu-wrap-primary_navigation .mega-menu-toggle .mega-toggle-block-1::before {
    font-size: 41px;
  }

  #mega-menu-wrap-primary_navigation .mega-menu-toggle .mega-toggle-block-1::after {
    content: '';
  }

  #mega-menu-wrap-primary_navigation .mega-menu-toggle.mega-menu-open .mega-toggle-block-1::after {
    content: ' ';
  }

  .nav-primary.original #mega-menu-wrap-primary_navigation .mega-menu-toggle .mega-toggle-block-1::before {
    margin: -24px 0 0 5px;
    position: absolute;
  }

  .nav-primary.original #mega-menu-wrap-primary_navigation .mega-menu-toggle.mega-menu-open .mega-toggle-block-1::before {
    margin: -24px 0 0 5px;
    position: absolute;
  }

  .nav-primary.original #mega-menu-wrap-primary_navigation .mega-menu-toggle.mega-menu-open .mega-toggle-block-1::before {
    font-size: 41px;
  }

  header .ags-fixed .mega-menu-toggle {
    float: left;
    margin-left: 20px;
  }

  header .ags-fixed #mega-toggle-block-1 {
    float: right;
    margin-right: 10px;
  }

  header .ags-fixed #mega-toggle-block-1 .mega-toggle-label-closed,
  header .ags-fixed #mega-toggle-block-1 .mega-toggle-label-open {
    display: none !important;
  }

  header .ags-fixed #topbar {
    overflow: hidden;
  }

  header .ags-fixed #topbar .container {
    margin-top: -7px;
  }

  header .ags-fixed #topbar .container #topmenu {
    margin-top: -4px;
  }

  header .ags-fixed #topbar .container #topmenu #menu-top-menu-fr li {
    float: left;
  }

  header .ags-fixed #topbar .container #topmenu #menu-top-menu-en li {
    float: left;
  }

  header .ags-fixed #topbar .container #topmenu .login-widget {
    /* Centers login button */
    margin-top: 5px;
  }

  header .ags-fixed #topbar .container #topmenu .login-widget .widget {
    margin-top: -6px;
  }

  header .ags-fixed #topbar .container #topmenu .fa-chevron-up {
    float: left;
  }

  header .ags-fixed #topbar .container #topmenu .fa-chevron-up:before {
    content: "\F077";
    margin: -7px 0 0 -225px;
    position: absolute;
    color: #fff;
  }

  header .ags-fixed #topbar .container #topmenu .fa-chevron-down {
    float: left;
  }

  header .ags-fixed #topbar .container #topmenu .fa-chevron-down:before {
    content: "\F078";
    float: left;
    margin: -7px 0 0 -85px;
    color: #fff;
  }

  header .ags-fixed #topbar .container #topmenu .menu-top-menu-en-container ul li .active-site,
  header .ags-fixed #topbar .container #topmenu .menu-top-menu-fr-container ul li .active-site {
    padding: 0 40px 0 15px;
  }

  header .ags-fixed #topbar .container #topmenu .menu-top-menu-en-container ul li .active-site a,
  header .ags-fixed #topbar .container #topmenu .menu-top-menu-fr-container ul li .active-site a {
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
  }

  header .ags-fixed #topbar .container #topwidgets div .wpml-ls-sidebars-top-menu-right ul.wpml-ls-sub-menu li a img {
    margin-top: -20px;
  }

  header .ags-fixed #topbar .wpml-ls-sidebars-top-menu-right.wpml-ls.wpml-ls-touch-device.wpml-ls-legacy-list-horizontal {
    float: right;
    text-align: right;
    width: auto;
    max-width: 100%;
    margin-left: 15px;
  }

  header .ags-fixed #topbar #topwidgets {
    position: absolute;
    top: 8px;
    display: inline;
    margin-top: -4px;
  }

  header .ags-fixed #topbar #topwidgets .wpml-ls-sidebars-top-menu-right.wpml-ls.wpml-ls-touch-device.wpml-ls-legacy-list-horizontal {
    padding: 0;
    margin-top: -6px;
  }

  header .ags-fixed #topbar #topwidgets .wpml-ls-sidebars-top-menu-right.wpml-ls.wpml-ls-touch-device.wpml-ls-legacy-list-horizontal ul {
    margin-right: -30px !important;
  }

  header .ags-fixed #topbar #topwidgets .menu-top-menu-en-container,
  header .ags-fixed #topbar #topwidgets .menu-top-menu-fr-container {
    border-bottom: 1px solid #fff;
  }

  header .ags-fixed #topbar #topwidgets div .wpml-ls-sidebars-top-menu-right a img {
    width: 20px !important;
  }

  header .ags-fixed #topbar #topwidgets .wpml-ls-flag:nth-child(1) {
    margin-right: 13px;
  }

  header .ags-fixed #topbar #topwidgets div .login-widget {
    max-width: 100px;
    overflow: hidden;
  }

  header .ags-fixed #topbar #topwidgets div .login-widget .widget {
    float: right;
    width: 170px;
    font-size: 13px;
  }

  header .ags-fixed #topbar #topwidgets div ul li a span {
    display: none;
  }

  header .ags-fixed #topbar a.dropDwn {
    position: absolute;
    color: #b00000;
    padding: 5px;
    margin: -25px 0 0 100px;
  }

  header .ags-fixed #topbar a.dropDwn:hover {
    cursor: pointer;
  }

  header .ags-fixed #topbar .dropDwn.fa-chevron-up {
    bottom: 0px;
    left: 140px;
  }

  header .ags-fixed #menubar {
    padding: 5px 0;
    background: #fff;
    width: 100%;
    height: 88px;
    box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.6);
    z-index: 2;
  }

  header .ags-fixed #menubar .custom-logo-link {
    position: relative;
    top: -10px;
    right: -60px;
  }

  header .ags-fixed #menubar .custom-logo-link img {
    max-width: 60%;
    top: 20px;
    position: relative;
    z-index: 10001;
    margin-left: 50px;
  }

  header .ags-fixed #menubar .mega-menu-toggle.mega-menu-open {
    margin-top: 0 !important;
  }

  header .ags-fixed #menubar .mega-menu-toggle.mega-menu-open #mega-toggle-block-1 {
    margin-top: -40px;
  }

  header .ags-fixed #menubar nav {
    float: none !important;
  }

  header .ags-fixed #menubar nav div#mega-menu-wrap-primary_navigation .mega-menu-toggle {
    background: #fff;
    margin-top: -40px;
  }

  header .ags-fixed #menubar nav div#mega-menu-wrap-primary_navigation .mega-menu-toggle #mega-toggle-block-1::before {
    color: #b00000;
  }

  header .ags-fixed #menubar nav div#mega-menu-wrap-primary_navigation .mega-menu-toggle #mega-toggle-block-1::after {
    color: #333;
  }

  header .ags-fixed #menubar nav div#mega-menu-wrap-primary_navigation ul {
    background: #29282d;
  }

  header .ags-fixed #menubar nav div#mega-menu-wrap-primary_navigation ul li a.mega-menu-link {
    background: #29282d !important;
    color: #fff !important;
    text-align: right;
  }

  header .ags-fixed #menubar nav div#mega-menu-wrap-primary_navigation ul li a.mega-menu-link::hover {
    font-weight: 600 !important;
    background: #29282d !important;
  }

  header .ags-fixed #menubar nav div#mega-menu-wrap-primary_navigation ul li ul.mage-sub-menu {
    background: #29282d;
  }

  header .ags-fixed #menubar nav div#mega-menu-wrap-primary_navigation ul li ul.mage-sub-menu li a.mega-menu-link {
    background: #29282d !important;
    color: #fff !important;
  }

  header .ags-fixed #menubar nav div#mega-menu-wrap-primary_navigation ul li ul.mage-sub-menu li a.mega-menu-link::hover {
    font-weight: 600 !important;
    background: #29282d !important;
  }

  header .ags-fixed #menubar nav div#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation.mega-menu.mega-menu-horizontal {
    z-index: 100;
    width: 100%;
    position: absolute;
  }

  header .ags-fixed #menubar nav div#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation.mega-menu.mega-menu-horizontal div {
    float: left;
    margin-left: 11px;
    margin-bottom: 15px;
  }

  header .ags-fixed #menubar nav div#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation.mega-menu.mega-menu-horizontal a.mega-menu-link {
    text-align: left;
  }

  header .ags-fixed #menubar .nav-primary.original {
    margin-top: 29px;
  }

  header .ags-fixed #menubar .nav-primary.cloned #mega-menu-wrap-primary_navigation .mega-menu-toggle {
    margin-top: 0 !important;
  }

  header .ags-fixed #menubar .nav-primary.cloned #mega-menu-wrap-primary_navigation .mega-menu-toggle #mega-toggle-block-1 {
    top: 0;
  }

  #intro {
    /* Intro Section */
    margin: 5px auto 0 auto;
  }

  #intro .col-md-6 {
    padding: 0;
    text-align: center;
  }

  #intro .col-md-6 ul {
    text-align: justify;
    line-height: 2em;
  }

  #intro .reveal-text {
    white-space: normal;
  }

  div#split {
    margin: 5px 0 0 0;
  }

  div#split .border:nth-child(1) {
    border: none;
    margin-bottom: 5em;
    padding: 0;
  }

  div#split .border:nth-child(2) {
    padding: 0;
  }

  div#split .border .title-image div {
    margin-top: 0;
  }

  div#split .border .title-image .column-title {
    font-size: 24px;
  }

  div#split .border .title-image .column-title:before {
    top: 16px;
  }

  div#split .border .title-image .column-title:after {
    top: 16px;
  }

  div#split .skew-title {
    font-size: 18pt;
    width: 25px !important;
  }

  div#split .ghost {
    margin-bottom: 10px;
    float: none;
    width: 100%;
  }

  div#split .ghost a {
    display: block;
  }

  div#split .standard {
    float: none;
    width: 100%;
  }

  div#split .standard a {
    display: block;
  }

  .timeline {
    /* Timeline Section */
    margin: 0px;
    padding: 0px 15px;
    width: 100% !important;
  }

  .timeline .entries {
    width: 100% !important;
    display: block;
  }

  .timeline .entries::before {
    display: none;
  }

  .timeline .entries .entry {
    width: 100% !important;
  }

  .timeline .entries .entry .time-img {
    text-align: center;
  }

  .timeline .entries .entry .time-img img {
    left: 0 !important;
    position: relative;
  }

  #services.removals .solution-box {
    padding: 10px !important;
  }

  #services {
    /* Services Section */
  }

  #services .container .solution-box {
    width: 100% !important;
    float: none !important;
  }

  #icon-list {
    padding: 40px 5% 0;
  }

  #icon-list .col-md-6 {
    padding: 0 !important;
  }

  #icon-list .col-md-6 .icon {
    float: none !important;
    margin-right: 0 !important;
    position: relative !important;
    width: 100% !important;
    text-align: center;
    margin: -23px 0;
  }

  #icon-list .col-md-6 .list_content {
    padding-left: 0 !important;
    margin: 35px 0 !important;
  }

  #icon-list .col-md-6 .list_content h3 {
    text-align: center !important;
  }

  #services.records .solution-box,
  #service.relo .solution-box {
    width: 100% !important;
  }

  #processes h4 {
    margin-left: -3% !important;
  }

  #processes .container .process-container {
    max-width: 100% !important;
    width: 100%;
  }

  #processes .container .process-container:not(:first-of-type):before {
    display: none;
  }

  #columns {
    /* Columns Section */
  }

  #columns .removals {
    max-width: 100%;
    margin-bottom: 40px;
  }

  #columns .removals h4.red-bg {
    padding-top: 10px !important;
  }

  #columns .col-md-2.removals {
    margin: auto 15%;
  }

  #columns .col-md-4 {
    margin-bottom: 40px;
  }

  #columns .col-md-4:nth-child(5) {
    margin-bottom: 0;
  }

  #columns .col-md-4 a.link-hover h5 {
    margin: 0;
    max-width: 100%;
  }

  #columns .col-md-6 {
    padding: 0;
  }

  #figures {
    /* Figures Section */
    background: #34313a !important;
    padding: 45px 10px 40px 10px !important;
    color: #fff;
  }

  #figures h2 {
    color: #fff;
  }

  #figures h5 {
    color: #aaa;
  }

  #figures .container .col-md-3 {
    margin-bottom: 35px;
  }

  #figures .container .col-md-3 p {
    color: #fff;
    text-align: center;
  }

  #figures .container a.ags_cta {
    margin-top: -5px !important;
  }

  #flexi {
    /* Flexi Content Section */
    margin: 0 auto;
  }

  #flexi h2 {
    padding-top: 30px;
  }

  #flexi .img.col-md-6.icon_shape {
    margin-bottom: 10px;
  }

  #flexi .rb-shape.col-md-6 {
    display: none;
  }

  #flexi .row .container .content.col-md-6 h3 {
    font-size: 19px !important;
  }

  #flexi .container .h2,
  #flexi .container .h3 {
    margin-top: 20px;
  }

  #flexi .container h4 {
    margin-bottom: 40px;
  }

  #flexi .row.left {
    margin-bottom: 0 !important;
  }

  #flexi .row.left .container .icon_shape img {
    height: auto;
    margin-left: 0px;
    margin-top: -10px;
  }

  #flexi .row.left .container .img_shape {
    margin-bottom: 20px;
  }

  #flexi .row.left .container .img_shape img {
    height: auto !important;
  }

  #flexi .row.left .container .content {
    margin-top: 20px;
  }

  #flexi .row.left .container .content h3 {
    margin-bottom: 10px !important;
  }

  #flexi .row.left .container .content ul {
    line-height: 2em;
  }

  #flexi .row.left .rb-shape {
    top: -77px;
  }

  #flexi .row.right {
    margin-bottom: 0 !important;
  }

  #flexi .row.right .container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
  }

  #flexi .row.right .container .icon_shape {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1 !important;
  }

  #flexi .row.right .container .icon_shape img {
    height: auto !important;
    margin-left: 0px !important;
  }

  #flexi .row.right .container .img_shape {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1 !important;
    margin-bottom: 20px;
  }

  #flexi .row.right .container .img_shape img {
    height: auto !important;
  }

  #flexi .row.right .content h3 {
    margin-bottom: 10px !important;
  }

  #flexi .row.right .content ul {
    line-height: 2em;
  }

  #flexi .row.right .rb-shape {
    top: -77px;
    right: -13.5% !important;
  }

  #flexi .center {
    margin: 0 auto 60px;
  }

  #flexi .center.bottom_space.right {
    display: none;
  }

  #network {
    /* Network Section */
  }

  #network .country {
    -webkit-columns: 2;
            columns: 2;
  }

  #network-home .col-md-6 {
    padding: 30px 0 0 0;
  }

  #network-home .col-md-6 a.ags_cta.ghost {
    float: none;
    display: block;
    margin-top: 30px;
    padding: 10px 30px 10px 35px;
  }

  #mansory,
  #news {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }

  #mansory article {
    margin: 2em 0 0 !important;
  }

  #contact {
    /* Contact Section */
    margin: auto 18px;
  }

  #contact .ags-form fieldset {
    margin: 0;
  }

  #contact .ags-form form #contact-name,
  #contact .ags-form form #contact-email,
  #contact .ags-form form #contact-last-name,
  #contact .ags-form form #contact-tel {
    margin: 10px auto;
    width: 100%;
  }

  #contact .ags-form form #contact-subject {
    margin: 10px 0 20px 0;
  }

  #contact .ags-form form .ags-submit {
    width: 100% !important;
    margin: 20px 0px !important;
  }

  #post-body .entry-content {
    width: 100% !important;
  }

  #post-body #sidebar {
    width: 100%;
    height: auto !important;
  }

  .single-branch #branch-map-pano {
    height: 390px;
    width: 100%;
  }

  .single-branch #branch-map-pano .branch-map {
    display: none;
  }

  .single-branch #branch-map-pano #branch-pano {
    padding-top: 20px !important;
    width: 100%;
    background: #34313a;
  }

  .single-branch #branch-map-pano #branch-pano .contact-details-pano {
    width: 100%;
  }

  .single-branch #branch-map-pano #branch-pano .contact-details-pano h2 {
    margin: 5% 23px 5% 0 !important;
    max-width: 100% !important;
  }

  .single-branch #branch-map-pano #branch-pano .contact-details-pano .branch-underline,
  .single-branch #branch-map-pano #branch-pano .contact-details-pano .branch_telephone,
  .single-branch #branch-map-pano #branch-pano .contact-details-pano .languages-spoken,
  .single-branch #branch-map-pano #branch-pano .contact-details-pano .branch_manager {
    margin-left: 0 !important;
  }

  .single-branch #branch-map-pano #branch-pano .contact-details-pano .branch_address {
    margin: auto 20px auto 0 !important;
  }

  .single-branch #branch-map-pano #branch-pano .contact-details-pano .languages-spoken ul {
    margin-left: -40px !important;
  }

  .single-branch #branch-map-pano #branch-pano .contact-details-pano .branch-pano-ctas {
    text-align: center;
    margin: 0 23px 0 -13px !important;
  }

  .single-branch #branch-map-pano #branch-pano .contact-details-pano .branch-pano-ctas .branch_button {
    display: none;
  }

  .single-branch #branch-map-pano #branch-pano .contact-details-pano .branch-pano-ctas .branch_button_ghost {
    width: 100%;
    margin-top: 12px;
  }

  .single-branch .breadcrumbs.container {
    display: none;
  }

  .single-branch .branch-factor {
    width: 100%;
    max-width: 100%;
    margin-bottom: 8px;
  }

  .single-branch .accr_logos img,
  .single-branch .full_accreditations .accr_logos img {
    margin: 15px 3% !important;
    padding: 0 !important;
    border-left: 0;
  }

  .single-branch .two-rows .accr_logos p:nth-child(9) img {
    padding-left: 0 !important;
  }

  .single-branch #related-news h2 {
    margin: 0 20px;
  }

  #footer {
    /* Footer Section */
  }

  #footer div.footer-logo {
    margin: 0 0 20px 10px;
  }

  #footer .footer-post-col div:nth-child(2) img {
    padding: 5px 10px 5px 0 !important;
    margin-right: 0 !important;
    margin-left: -20px;
  }

  #footer div.container ul {
    width: 325px;
  }

  #footer .quote-button {
    display: none;
  }

  #footer .cookies {
    padding-top: 16px;
  }

  #footer .cookies .cookie_text_holder {
    margin: auto 10%;
  }

  #footer .cookies .cookie_btn {
    float: none;
    margin-bottom: 15px;
  }

  #footer .footer-col,
  #footer .footer-post-col {
    max-width: 100%;
    float: none;
    margin-left: 27px;
    width: 286px;
  }

  #footer .site-info {
    display: none;
  }

  #footer .site-info.mobile {
    padding-left: 27px;
    display: block !important;
  }

  #footer .site-info.mobile ul {
    text-decoration: none;
    list-style-type: none;
    text-align: justify;
    line-height: normal;
    margin-left: -40px;
  }

  #footer .site-info.mobile ul li a {
    text-align: justify;
    width: 325px;
  }

  #footer .site-info.mobile .float-left,
  #footer .site-info.mobile .float-right {
    float: none !important;
  }

  #footer .site-info.mobile .site-copyright {
    padding-left: 0 !important;
    text-align: justify;
  }

  #footer .site-info.mobile .site-info-links {
    padding-right: 0 !important;
  }
}

@media only screen and (min-device-width: 400px) and (max-device-width: 900px) {
  .single-branch #branch-map-pano #branch-pano {
    height: 370px !important;
  }

  .single-branch #branch-map-pano #branch-pano .contact-details-pano .branch-pano-ctas .branch_button_ghost {
    width: 74% !important;
    margin: 12px 13% !important;
  }
}

@media only screen and (max-width: 980px) {
  .timeline .entries::before {
    left: 30%;
  }

  .timeline .entries .entry img {
    left: 15%;
  }
}

/* ----------- Responsive max-width 1197 ----------- */

@media only screen and (max-width: 1197px) {
  #footer .column.col1 {
    width: 25%;
    margin: 0 30px 0 0;
  }

  #footer .column.col1 .footer-logo {
    margin: 0 0 20px 0;
    max-width: 97%;
  }

  #footer .column.col1 a {
    font-size: 13px;
  }

  #footer .column.col2 {
    width: 15%;
    margin: 15px 28px 0 0;
  }

  #footer .column.col2 ul {
    line-height: 30px;
  }

  #footer .column.col3 {
    width: 19%;
    margin: 15px 0 0 0;
  }

  #footer .column.col3 ul {
    line-height: 30px;
  }

  #footer .column.col4 {
    width: 31%;
    margin: 15px 0 0 25px;
  }

  #footer .column.col4 ul {
    line-height: 30px;
  }

  #footer .column.col5 {
    width: 32%;
    margin: 5px 0 0 25px;
  }

  #footer .column.col5 div {
    margin: 0 0 15px 0;
  }

  #footer .column.col5 div i.fa.fa-facebook,
  #footer .column.col5 div i.fa.fa-twitter,
  #footer .column.col5 div i.fa.fa-youtube,
  #footer .column.col5 div i.fa.fa-linkedin {
    padding: 0 55px 0 0;
  }

  #footer .column.col5 input.wpcf7-validates-as-email {
    width: 100%;
  }

  #footer .column.col5 input.wpcf7-submit {
    width: 100%;
  }

  #footer .column.col5 a {
    letter-spacing: 0px;
  }
}

/* Responsive max-width 1280px */

@media only screen and (max-width: 1280px) {
  #branch-map-pano div.branch-map {
    width: 780px;
  }

  #branch-map-pano .branch-map.view-from-china {
    width: 850px !important;
  }

  #branch-map-pano .branch-map.view-from-china .china-pano {
    max-height: 465px !important;
    height: 465px !important;
  }

  .timeline .entries .entry:nth-child(2n+1) img {
    left: 34%;
  }
}

/* End of responsive max-width 1380px */

/* Responsive max-width 1600px */

@media only screen and (min-width: 1270px) and (max-width: 1600px) {
  a.ags_cta.groupage {
    margin-left: 10px;
  }
}

/* Responsive max-width 1600px */

@media only screen and (min-width: 1281px) and (max-width: 1600px) {
  #branch-map-pano div.branch-map {
    width: 1100px;
  }

  #branch-map-pano .branch-map.view-from-china {
    width: 1200px !important;
  }

  #branch-map-pano .branch-map.view-from-china .china-pano {
    height: 600px !important;
    max-height: 600px !important;
  }

  a.ags_cta.groupage {
    margin-left: 10px;
  }
}

/* End of responsive max-width 1600px */

/* Responsive max-width 1920px */

@media only screen and (min-width: 1601px) {
  #branch-map-pano div.branch-map {
    width: 1340px;
  }

  #branch-map-pano .branch-map.view-from-china {
    width: 1200px !important;
  }

  #branch-map-pano .branch-map.view-from-china .china-pano {
    height: 600px !important;
    max-height: 600px !important;
  }
}

/* End of responsive max-width 1600px */

@media only screen and (min-width: 801px) {
  #static-switcher {
    display: none;
  }

  #dropdown-switcher {
    display: none;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  /* request */

  .de.ags_records .footer-col {
    margin: 0 3% 0 0;
  }

  #footer .footer-col {
    max-width: 25%;
    float: left;
    margin: 0 5% 0 0;
  }

  #footer .footer-post-col {
    width: 245px !important;
  }

  #footer .footer-post-col div:nth-child(2) img {
    width: 60px;
  }

  #footer .footer-post-col div:nth-child(3) img {
    width: 160px;
  }

  #footer .textwidget a .fa {
    font-size: 18px !important;
  }

  .ags_records header #branch_dropdown_menu .container .dropdown_region span a {
    padding: 0 !important;
    border: none !important;
  }

  .ags_records header #branch_dropdown_menu .container .dropdown_body .dropdown_highlighted_branch a {
    width: 195px !important;
  }

  .ags_movers.fr .custom-logo {
    margin-left: -20px;
  }

  .ags_movers.fr header #services-dropdown .icon-li li:nth-child(2) {
    padding: 0 9%;
  }

  .ags_movers.en header #choose-dropdown .container .col-md-8 .long-title li:nth-child(2),
  .ags_movers.en header #choose-dropdown .container .col-md-8 .long-title li:nth-child(4) {
    padding: 0px 4%;
  }

  .ags_movers.en header #services-dropdown .en-additional ul.additional {
    margin-top: 105px;
  }

  .ags_movers.en header #services-dropdown .col-md-8 .icon-li li {
    padding: 0 6%;
  }

  .ags_movers ul#menu-main_menu li:nth-child(2),
  .ags_movers ul#menu-main_menu_de li:nth-child(2),
  .ags_movers ul#menu-man_menu_de li:nth-child(2),
  .ags_movers ul#menu-main_menu_zh_hans li:nth-child(2),
  .ags_movers ul#menu-main_menu_bg li:nth-child(2),
  .ags_movers ul#menu-main_menu_cs li:nth-child(2),
  .ags_movers ul#menu-main_menu_nl li:nth-child(2),
  .ags_movers ul#menu-main_menu_pl li:nth-child(2),
  .ags_movers ul#menu-man_menu_hr li:nth-child(2),
  .ags_movers ul#menu-main_menu_ru li:nth-child(2),
  .ags_movers ul#menu-main_menu_hu li:nth-child(2),
  .ags_movers ul#menu-main_menu_ko li:nth-child(2),
  .ags_movers ul#menu-main_menu_pt_pt li:nth-child(2),
  .ags_movers ul#menu-main_menu_ro li:nth-child(2),
  .ags_movers ul#menu-main_menu_sl li:nth-child(2),
  .ags_movers ul#menu-main_menu_es li:nth-child(2) {
    width: 125px;
  }

  .ags_movers ul#menu-main_menu li:nth-child(3),
  .ags_movers ul#menu-main_menu_de li:nth-child(3),
  .ags_movers ul#menu-man_menu_de li:nth-child(3),
  .ags_movers ul#menu-main_menu_zh_hans li:nth-child(3),
  .ags_movers ul#menu-main_menu_bg li:nth-child(3),
  .ags_movers ul#menu-main_menu_cs li:nth-child(3),
  .ags_movers ul#menu-main_menu_nl li:nth-child(3),
  .ags_movers ul#menu-main_menu_pl li:nth-child(3),
  .ags_movers ul#menu-man_menu_hr li:nth-child(3),
  .ags_movers ul#menu-main_menu_ru li:nth-child(3),
  .ags_movers ul#menu-main_menu_hu li:nth-child(3),
  .ags_movers ul#menu-main_menu_ko li:nth-child(3),
  .ags_movers ul#menu-main_menu_pt_pt li:nth-child(3),
  .ags_movers ul#menu-main_menu_ro li:nth-child(3),
  .ags_movers ul#menu-main_menu_sl li:nth-child(3),
  .ags_movers ul#menu-main_menu_es li:nth-child(3) {
    max-width: 11%;
  }

  .ags_movers ul#menu-main_menu li:nth-child(7),
  .ags_movers ul#menu-main_menu_de li:nth-child(7),
  .ags_movers ul#menu-man_menu_de li:nth-child(7),
  .ags_movers ul#menu-main_menu_zh_hans li:nth-child(7),
  .ags_movers ul#menu-main_menu_bg li:nth-child(7),
  .ags_movers ul#menu-main_menu_cs li:nth-child(7),
  .ags_movers ul#menu-main_menu_nl li:nth-child(7),
  .ags_movers ul#menu-main_menu_pl li:nth-child(7),
  .ags_movers ul#menu-man_menu_hr li:nth-child(7),
  .ags_movers ul#menu-main_menu_ru li:nth-child(7),
  .ags_movers ul#menu-main_menu_hu li:nth-child(7),
  .ags_movers ul#menu-main_menu_ko li:nth-child(7),
  .ags_movers ul#menu-main_menu_pt_pt li:nth-child(7),
  .ags_movers ul#menu-main_menu_ro li:nth-child(7),
  .ags_movers ul#menu-main_menu_sl li:nth-child(7),
  .ags_movers ul#menu-main_menu_es li:nth-child(7) {
    margin-left: -20px !important;
  }

  .ags_movers ul#menu-main_menu-french li:nth-child(1) {
    width: 80px;
  }

  .ags_movers ul#menu-main_menu-french li:nth-child(2) {
    width: 106px;
  }

  .ags_movers ul#menu-main_menu-french li:nth-child(3) {
    width: 117px;
  }

  .ags_movers ul#menu-main_menu-french li:nth-child(4) {
    width: 123px;
  }

  .ags_movers ul#menu-main_menu-french li:nth-child(5) {
    width: 102px;
  }

  .ags_movers ul#menu-main_menu-french li:nth-child(6) {
    width: 89px;
  }

  .ags_movers ul#menu-main_menu-french li:nth-child(7) div {
    width: 136px;
  }

  .ags_movers ul#menu-main_menu-french li:nth-child(7) div a {
    padding-left: 4px;
  }

  .ags_movers ul#menu-main_menu-french li:nth-child(7) div a .fa.fa-edit {
    display: none;
  }

  .ags_movers #choose-dropdown .col-md-4 ul li a {
    font-size: 13px;
  }

  .ags_movers #branch_dropdown_menu .container .dropdown_body .dropdown_highlighted_branch a.menu-standard {
    width: 195px !important;
  }

  .ags_movers #branch_dropdown_menu .container .dropdown_body .dropdown_highlighted_branch img {
    padding: 3px 10px 0 0;
  }

  .ags_movers #branch_dropdown_menu .container .dropdown_body .dropdown_region span a {
    padding: 0 !important;
    border: none;
  }

  .ags_movers .dropdown-base .container h5 {
    font-size: 15px !important;
  }

  .ags_movers .dropdown-base .container .fix-margin ul {
    margin-top: 105px;
  }

  .ags_movers .dropdown-base .container .col-md-8 div.icon-li {
    width: 106%;
  }

  .ags_movers .dropdown-base .container .col-md-8 div.icon-li .long-title li {
    padding: 0 9%;
  }

  .ags_movers .dropdown-base .container .col-md-8 div.icon-li ul li a {
    font-size: 14px !important;
  }

  .ags_movers .dropdown-base .container .moving-tips {
    display: none;
  }

  header #topbar #topwidgets {
    padding-right: 40px;
  }

  header .cloned #menubar .menu-main_menu-container {
    margin-left: -130px;
  }

  header .cloned #menubar .menu-main_menu-container ul#menu-main_menu li a,
  header .cloned #menubar .menu-main_menu-container #menu-main_menu-french li a,
  header .cloned #menubar .menu-main_menu-container #menu-main_menu_bg li a,
  header .cloned #menubar .menu-main_menu-container #menu-main_menu_cs li a,
  header .cloned #menubar .menu-main_menu-container #menu-main_menu_pl li a,
  header .cloned #menubar .menu-main_menu-container #menu-man_menu_hr li a,
  header .cloned #menubar .menu-main_menu-french-container ul#menu-main_menu li a,
  header .cloned #menubar .menu-main_menu-french-container #menu-main_menu-french li a,
  header .cloned #menubar .menu-main_menu-french-container #menu-main_menu_bg li a,
  header .cloned #menubar .menu-main_menu-french-container #menu-main_menu_cs li a,
  header .cloned #menubar .menu-main_menu-french-container #menu-main_menu_pl li a,
  header .cloned #menubar .menu-main_menu-french-container #menu-man_menu_hr li a,
  header .cloned #menubar .menu-main_menu_bg-container ul#menu-main_menu li a,
  header .cloned #menubar .menu-main_menu_bg-container #menu-main_menu-french li a,
  header .cloned #menubar .menu-main_menu_bg-container #menu-main_menu_bg li a,
  header .cloned #menubar .menu-main_menu_bg-container #menu-main_menu_cs li a,
  header .cloned #menubar .menu-main_menu_bg-container #menu-main_menu_pl li a,
  header .cloned #menubar .menu-main_menu_bg-container #menu-man_menu_hr li a,
  header .cloned #menubar .menu-main_menu_cs-container ul#menu-main_menu li a,
  header .cloned #menubar .menu-main_menu_cs-container #menu-main_menu-french li a,
  header .cloned #menubar .menu-main_menu_cs-container #menu-main_menu_bg li a,
  header .cloned #menubar .menu-main_menu_cs-container #menu-main_menu_cs li a,
  header .cloned #menubar .menu-main_menu_cs-container #menu-main_menu_pl li a,
  header .cloned #menubar .menu-main_menu_cs-container #menu-man_menu_hr li a {
    font-size: 13px !important;
  }

  header .cloned #menubar .menu-main_menu-container ul#menu-main_menu li ul.sub-menu,
  header .cloned #menubar .menu-main_menu-container #menu-main_menu-french li ul.sub-menu,
  header .cloned #menubar .menu-main_menu-container #menu-main_menu_bg li ul.sub-menu,
  header .cloned #menubar .menu-main_menu-container #menu-main_menu_cs li ul.sub-menu,
  header .cloned #menubar .menu-main_menu-container #menu-main_menu_pl li ul.sub-menu,
  header .cloned #menubar .menu-main_menu-container #menu-man_menu_hr li ul.sub-menu,
  header .cloned #menubar .menu-main_menu-french-container ul#menu-main_menu li ul.sub-menu,
  header .cloned #menubar .menu-main_menu-french-container #menu-main_menu-french li ul.sub-menu,
  header .cloned #menubar .menu-main_menu-french-container #menu-main_menu_bg li ul.sub-menu,
  header .cloned #menubar .menu-main_menu-french-container #menu-main_menu_cs li ul.sub-menu,
  header .cloned #menubar .menu-main_menu-french-container #menu-main_menu_pl li ul.sub-menu,
  header .cloned #menubar .menu-main_menu-french-container #menu-man_menu_hr li ul.sub-menu,
  header .cloned #menubar .menu-main_menu_bg-container ul#menu-main_menu li ul.sub-menu,
  header .cloned #menubar .menu-main_menu_bg-container #menu-main_menu-french li ul.sub-menu,
  header .cloned #menubar .menu-main_menu_bg-container #menu-main_menu_bg li ul.sub-menu,
  header .cloned #menubar .menu-main_menu_bg-container #menu-main_menu_cs li ul.sub-menu,
  header .cloned #menubar .menu-main_menu_bg-container #menu-main_menu_pl li ul.sub-menu,
  header .cloned #menubar .menu-main_menu_bg-container #menu-man_menu_hr li ul.sub-menu,
  header .cloned #menubar .menu-main_menu_cs-container ul#menu-main_menu li ul.sub-menu,
  header .cloned #menubar .menu-main_menu_cs-container #menu-main_menu-french li ul.sub-menu,
  header .cloned #menubar .menu-main_menu_cs-container #menu-main_menu_bg li ul.sub-menu,
  header .cloned #menubar .menu-main_menu_cs-container #menu-main_menu_cs li ul.sub-menu,
  header .cloned #menubar .menu-main_menu_cs-container #menu-main_menu_pl li ul.sub-menu,
  header .cloned #menubar .menu-main_menu_cs-container #menu-man_menu_hr li ul.sub-menu {
    top: 27px !important;
  }

  header .custom-logo {
    margin-top: 12px;
    width: 185px;
    height: auto;
  }
}

/* Responsive min-width 1000 */

@media only screen and (min-width: 1000px) {
  .wpml-ls-sidebars-top-menu-right,
  .wpml-ls-statics-shortcode_actions {
    max-width: 125px;
    text-transform: capitalize;
  }

  .featured-list {
    margin-left: 392px;
  }

  .ags_records .menu-item-object-custom ul {
    display: none;
  }

  .nav .display-none {
    display: none !important;
  }

  .ags_relocation .nav ul.sub-menu {
    display: none;
  }

  .fr .sub-menu {
    display: none;
  }

  .fr .menu-animation .sub-menu {
    display: block;
  }

  /* fixes spacing */

  .ags_records .menu-main-menu-container li:nth-child(2),
  .ags_records .menu-main-menu-fr-container li:nth-child(2),
  .ags_records .menu-main_menu_de-container li:nth-child(2) {
    width: 99px;
    overflow: visible !important;
  }

  /* Branch page translations */

  .de .custom-logo,
  .cs .custom-logo,
  .bg .custom-logo,
  .sl .custom-logo,
  .nl .custom-logo,
  .pl .custom-logo,
  .hr .custom-logo,
  .pt-pt .custom-logo,
  .ro .custom-logo,
  .sl .custom-logo,
  .es .custom-logo,
  .fl .custom-logo {
    margin-left: -45px;
  }

  .de.ags_records #menu-main_menu_de li:nth-child(2) {
    max-width: 105px;
  }

  .de.ags_records #menu-main_menu_de li:nth-child(3) {
    max-width: 160px;
    margin-right: 25px !important;
  }

  .de.ags_records #menu-main_menu_de li:nth-child(4) {
    margin-left: -18px !important;
  }

  .de.ags_records #menu-main_menu_de li ul.sub-menu li#menu-item-25667.menu-item {
    margin-left: 0 !important;
  }

  #menu-main_menu li:nth-child(2),
  #menu-man_menu_de li:nth-child(2),
  #menu-main_menu_zh_hans li:nth-child(2),
  #menu-main_menu_bg li:nth-child(2),
  #menu-main_menu_cs li:nth-child(2),
  #menu-main_menu_nl li:nth-child(2),
  #menu-main_menu_pl li:nth-child(2),
  #menu-man_menu_hr li:nth-child(2),
  #menu-main_menu_ru li:nth-child(2),
  #menu-main_menu_hu li:nth-child(2),
  #menu-main_menu_ko li:nth-child(2),
  #menu-main_menu_ro li:nth-child(2),
  #menu-main_menu_sl li:nth-child(2),
  #menu-main_menu_es li:nth-child(2) {
    max-width: 136px;
  }

  #menu-main_menu li:nth-child(3),
  #menu-man_menu_de li:nth-child(3),
  #menu-main_menu_zh_hans li:nth-child(3),
  #menu-main_menu_bg li:nth-child(3),
  #menu-main_menu_cs li:nth-child(3),
  #menu-main_menu_nl li:nth-child(3),
  #menu-main_menu_pl li:nth-child(3),
  #menu-man_menu_hr li:nth-child(3),
  #menu-main_menu_ru li:nth-child(3),
  #menu-main_menu_hu li:nth-child(3),
  #menu-main_menu_ko li:nth-child(3),
  #menu-main_menu_ro li:nth-child(3),
  #menu-main_menu_sl li:nth-child(3),
  #menu-main_menu_es li:nth-child(3) {
    max-width: 13%;
    margin-left: -30px;
  }

  #menu-main_menu li:nth-child(4),
  #menu-man_menu_de li:nth-child(4),
  #menu-main_menu_zh_hans li:nth-child(4),
  #menu-main_menu_bg li:nth-child(4),
  #menu-main_menu_cs li:nth-child(4),
  #menu-main_menu_nl li:nth-child(4),
  #menu-main_menu_pl li:nth-child(4),
  #menu-man_menu_hr li:nth-child(4),
  #menu-main_menu_ru li:nth-child(4),
  #menu-main_menu_hu li:nth-child(4),
  #menu-main_menu_ko li:nth-child(4),
  #menu-main_menu_ro li:nth-child(4),
  #menu-main_menu_sl li:nth-child(4),
  #menu-main_menu_es li:nth-child(4) {
    max-width: 60%;
    margin-left: -18px !important;
    margin-right: 12px !important;
  }

  #menu-main_menu li:nth-child(6),
  #menu-man_menu_de li:nth-child(6),
  #menu-main_menu_zh_hans li:nth-child(6),
  #menu-main_menu_bg li:nth-child(6),
  #menu-main_menu_cs li:nth-child(6),
  #menu-main_menu_nl li:nth-child(6),
  #menu-main_menu_pl li:nth-child(6),
  #menu-man_menu_hr li:nth-child(6),
  #menu-main_menu_ru li:nth-child(6),
  #menu-main_menu_hu li:nth-child(6),
  #menu-main_menu_ko li:nth-child(6),
  #menu-main_menu_ro li:nth-child(6),
  #menu-main_menu_sl li:nth-child(6),
  #menu-main_menu_es li:nth-child(6) {
    max-width: 100px;
  }

  #menu-main_menu_pt_pt li:nth-child(2) {
    max-width: 136px;
  }

  #menu-main_menu_pt_pt li:nth-child(3) {
    max-width: 13%;
    margin-left: -30px;
  }

  #menu-main_menu_pt_pt li:nth-child(4) {
    max-width: 60%;
  }

  #menu-main_menu_pt_pt li:nth-child(6) {
    max-width: 105px;
  }

  #menu-main_menu-french li:nth-child(6) {
    max-width: 96px;
  }

  .menu-main_menu-container {
    margin-left: -45px;
  }

  #branch-pano {
    background-image: url(../png/woman-smiling-consultant.png);
    background-repeat: no-repeat;
    width: 707px;
  }

  #branch-pano .contact-details-pano h2 {
    max-width: 60%;
  }

  #branch-pano .contact-details-pano .branch_address {
    max-width: 60%;
  }

  .container.useful-links {
    -webkit-columns: 4;
            columns: 4;
  }

  .container.useful-links h3 {
    border-right: 2px solid #ccc;
  }

  #intro h1 {
    margin-top: 10px;
  }

  .reveal-text h3 {
    font-size: 22px;
  }

  /* Removes awkward spacing on RM */

  .page-id-25351.ags_movers,
  .page-id-23463.ags_records,
  .page-id-23433.ags_records,
  .page-id-23459.ags_records,
  .page-id-47.ags_records,
  .page-id-20.ags_records {
    /* No flexi header */
  }

  .page-id-25351.ags_movers #flexi,
  .page-id-23463.ags_records #flexi,
  .page-id-23433.ags_records #flexi,
  .page-id-23459.ags_records #flexi,
  .page-id-47.ags_records #flexi,
  .page-id-20.ags_records #flexi {
    margin-top: -20px;
  }

  #columns .col-md-4 p {
    text-align: center;
  }

  /* Adds figures text-shadow to desktop */

  #figures p.numbers-label {
    text-shadow: -1px 0px 5px #ffffff;
  }

  #figures p.numbers {
    text-shadow: 0px 0px 5px #ffffff;
  }

  #services p.middle-80 {
    max-width: 80%;
    margin-bottom: 2rem;
  }

  /* Ensures animation on services runs smoothly */

  #services.removals {
    height: 403.3px;
  }

  #services.relo {
    padding-bottom: 45px !important;
  }

  #services.relo .container:first-child {
    height: 480.1px;
  }

  #services.records .middle-80 {
    text-align: center;
  }

  #services.records .container:first-child {
    height: 330.3px;
  }

  .relo .col-md-12 .container div.relo-icons {
    display: inline-block;
    margin: 20px 0;
    width: 18%;
  }

  .relo .col-md-12 .container .col-md-12 {
    font-size: 14px;
  }
}

/* Responsive min-width 1024 */

@media only screen and (min-width: 1024px) {
  .footer-col {
    max-width: 25%;
    float: left;
    margin: 0 5% 0 0;
  }

  .de.ags_records .footer-col {
    margin: 0 3% 0 0;
  }
}

/* Responsive max-width 1300 */

@media only screen and (max-width: 1300px) {
  div.layer3_text {
    float: right;
  }

  div.layer3_text h4 {
    background: #b00000;
    color: #fff;
    display: inline;
    font-size: 24px;
    font-weight: 600;
    height: 100%;
    padding: 15px 20px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
  }

  div.layer3_text h4::before {
    content: '';
    background: #b00000;
    -webkit-clip-path: polygon(70% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(70% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 33px;
    padding: 15px 20px;
    position: absolute;
    top: 0px;
    width: 1px;
    margin: 0 0 0 -61px;
  }

  div.layer3-1_text {
    margin: 50px 0;
    float: right;
    clear: both;
  }

  div.layer3-1_text h4 {
    background: #fff;
    color: #333;
    display: inline;
    font-size: 24px;
    font-weight: 600;
    padding: 15px 20px;
    position: relative;
    text-align: right;
    text-transform: uppercase;
  }

  div.layer3-1_text h4::before {
    content: '';
    background: #fff;
    height: 33px;
    -webkit-clip-path: polygon(70% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(70% 0%, 100% 0%, 100% 100%, 0% 100%);
    padding: 15px 20px;
    position: absolute;
    width: 1px;
    left: -40px;
    top: 0;
  }

  .layer3-1_text.fr h4 {
    left: -492px !important;
  }
}

/* Responsive min-width 1302 */

@media only screen and (min-width: 1302px) {
  .fr {
    left: -696px !important;
  }
}

/* Responsive 14400 */

@media only screen and (min-width: 1440px) {
  .timeline .entries .entry:nth-child(2n+1) img {
    left: 35%;
  }
}

/* Responsive 1600 */

@media only screen and (min-width: 1600px) {
  .timeline .entries .entry:nth-child(2n+1) img {
    left: 34%;
  }
}

/* Responsive 1920 */

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  /*Retina-specific rules here*/

  #mansory {
    /* News Articles */
    margin: auto;
  }

  #layerslider_1 {
    /* Slider Elements */
  }

  #layerslider_1 .container .layer2_text h4:after {
    height: 28px;
    top: -16px;
  }

  #layerslider_1 .container .layer2-1_text h4::after {
    height: 28px;
    top: 55px;
  }

  #layerslider_1 .container .layer3_text h4::before {
    height: 28px;
  }

  #layerslider_1 .container .layer3-1_text h4 {
    left: -271px;
  }

  #layerslider_1 .container .layer3-1_text h4::before {
    height: 28px;
  }

  #flexi div.row.left div.container {
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
  }

  #flexi div.row.right div.container {
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
  }
}

/* Styles for Chrome */

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #mansory article {
    display: inline-block;
    margin: 2em 0 0;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) and (max-width: 1282px) {
  div.layer2_text h4:after {
    height: 32px;
    top: -18px;
  }

  div.layer2-1_text h4:after {
    height: 32px;
    top: 53px;
  }

  div.layer3_text h4:before,
  div.layer3-1_text h4:before {
    height: 32px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) and (min-width: 1302px) {
  div.layer2_text h4:after,
  div.layer2-1_text h4:after {
    height: 32px;
  }

  div.layer3_text h4:before {
    top: -19px;
  }

  div.layer3-1_text h4:before {
    height: 32px;
  }

  div.layer2-1_text h4:before {
    margin: -19px 0 0 -45px;
  }
}

/* End Styles for Chrome */

/* Styles for IE */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .cloned #menubar nav.nav-primary div.menu-main_menu-container {
    right: -4%;
    margin-top: 1.5% !important;
  }

  #menu-main_menu li:nth-child(3) {
    max-width: 15% !important;
  }

  #menu-main_menu li:nth-child(4) {
    margin-right: -10px !important;
  }
}

/* End Styles for IE */

/* Responsive min-width 1200px FR */

@media only screen and (min-width: 1200px) {
  body.fr #menubar {
    width: 1170px;
  }

  body.fr #split .ghost {
    margin-right: 12px;
  }
}

/* End Responsive min-width 1200px FR */

/* Responsive min-width 1495px FR */

@media only screen and (min-width: 1490px) {
  #menu-main_menu li:nth-child(2) a {
    padding: 10px 14px;
  }
}

/* End Responsive min-width 1495px FR */

/* General cargo services 04.12.2018 */

.page-id-39242 #card-columns div.col-md-4 div.card-content {
  height: 100px;
}

.hub_tagline {
  width: 377px;
  margin-left: 23%;
}

.hub_tagline .fa.fa-quote-left {
  padding-right: 10px;
}

.hub_tagline .fa.fa-quote-right {
  padding-left: 10px;
}

/* Groupage pages 23.07.2018 */

.slider-standard {
  border: 1px solid #fff;
  color: #fff;
  padding: 7px 25px;
  margin-right: 20px;
  border-radius: 3px;
  background: rgba(176, 0, 0, 0.58);
  text-transform: uppercase;
  font-size: 14px !important;
}

.slider-standard.ghost {
  background: none;
  font-weight: 600;
}

.slider-standard:hover {
  background: #b00000;
  border: #b00000;
  color: #fff;
}

.slider-standard.ghost:hover {
  background: #fff;
  color: #171718;
}

.single-groupage #container-preview {
  display: none;
}

.single-groupage #container-preview .container {
  height: 530px !important;
}

.single-groupage #container-preview .container .holder .departure {
  display: none;
}

.single-groupage.new-york .not-new-york {
  display: none;
}

.page-id-31322 #container-preview,
.single-groupage #container-preview {
  background: url("../jpg/container-bg.jpg") no-repeat;
  padding: 30px 0;
  margin: 0 auto !important;
}

.page-id-31322 #container-preview .container,
.single-groupage #container-preview .container {
  height: 550px;
}

.page-id-31322 #container-preview .container h2,
.page-id-31322 #container-preview .container h5,
.single-groupage #container-preview .container h2,
.single-groupage #container-preview .container h5 {
  color: #fff;
  text-shadow: 0px 0px 10px #34313a;
}

.page-id-31322 #container-preview .container .get_containers,
.single-groupage #container-preview .container .get_containers {
  width: 55% !important;
}

.page-id-31322 #container-preview .container .holder,
.single-groupage #container-preview .container .holder {
  padding: 15px 0;
  height: 420px;
  overflow: hidden;
}

.page-id-31322 #container-preview .container .holder #container-9 .container-meter::after,
.single-groupage #container-preview .container .holder #container-9 .container-meter::after {
  content: ' ';
  display: block;
  background: #b00000;
  width: 175px;
  height: 7px;
  float: right;
}

.page-id-31322 #container-preview .container .holder #container-10 .container-meter::after,
.single-groupage #container-preview .container .holder #container-10 .container-meter::after {
  content: ' ';
  display: block;
  background: #b00000;
  width: 190px;
  height: 7px;
  float: right;
}

.page-id-31322 #container-preview .container .holder .col-md-4 .container-holder,
.single-groupage #container-preview .container .holder .col-md-4 .container-holder {
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.12), 0 0px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: 250px;
  padding: 20px;
  background-color: #fff;
}

.page-id-31322 #container-preview .container .holder .col-md-4 .container-holder img,
.single-groupage #container-preview .container .holder .col-md-4 .container-holder img {
  margin-left: 10px;
}

.page-id-31322 #container-preview .container .holder .col-md-4 .container-holder hr,
.single-groupage #container-preview .container .holder .col-md-4 .container-holder hr {
  margin: 35px 0 30px;
}

.page-id-31322 #container-preview .container .holder .col-md-4 .container-holder span p,
.single-groupage #container-preview .container .holder .col-md-4 .container-holder span p {
  line-height: 8px;
  font-size: 12px;
}

.page-id-31322 #container-preview .container .holder .col-md-4 .container-holder span p:nth-child(1),
.single-groupage #container-preview .container .holder .col-md-4 .container-holder span p:nth-child(1) {
  float: left;
  width: 50%;
}

.page-id-31322 #container-preview .container .holder .col-md-4 .container-holder span .bold,
.single-groupage #container-preview .container .holder .col-md-4 .container-holder span .bold {
  font-weight: bold;
}

.page-id-31322 #container-preview .container .holder .col-md-4 .container-holder strong.title,
.single-groupage #container-preview .container .holder .col-md-4 .container-holder strong.title {
  font-size: 15px;
  color: #b00000;
}

.page-id-31322 #container-preview .container .holder .col-md-4 .container-holder span.closing_date p,
.single-groupage #container-preview .container .holder .col-md-4 .container-holder span.closing_date p {
  padding-top: 10px;
}

.page-id-31322 #container-preview .container .holder .col-md-4 .container-holder .container-meter,
.single-groupage #container-preview .container .holder .col-md-4 .container-holder .container-meter {
  height: 5px;
  background-color: #4aa709;
  right: 0;
  left: 0;
  margin: auto 15px auto 10px;
  position: absolute;
}

.page-id-31322 #container-preview .container .holder .col-md-4 .container-holder .container-meter .container-inner,
.single-groupage #container-preview .container .holder .col-md-4 .container-holder .container-meter .container-inner {
  height: 5px;
  background-color: #9b9e9f;
  float: right;
}

.page-id-31322 #container-preview .container .holder .col-md-4 .container-holder .available_vol p,
.single-groupage #container-preview .container .holder .col-md-4 .container-holder .available_vol p {
  margin-bottom: 25px;
}

.page-id-31322 #container-preview .container .holder .col-md-4 .container-holder .available_vol p strong,
.single-groupage #container-preview .container .holder .col-md-4 .container-holder .available_vol p strong {
  margin-right: 50px;
}

.page-id-31322 #container-preview .container .holder .col-md-4 .container-holder .available_vol .full_vol,
.single-groupage #container-preview .container .holder .col-md-4 .container-holder .available_vol .full_vol {
  color: #ccc;
}

.page-id-31322 #container-preview .container .holder .col-md-4 .container-holder .available_vol .avail_vol strong,
.single-groupage #container-preview .container .holder .col-md-4 .container-holder .available_vol .avail_vol strong {
  font-size: 25px;
  color: #b00000;
  margin-right: 0;
}

.page-id-31322 #container-preview .container .holder .col-md-4 .container-holder .book_container input,
.single-groupage #container-preview .container .holder .col-md-4 .container-holder .book_container input {
  margin: 20px auto;
  color: #fff;
  background: #b00000;
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
  border: none;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}

.page-id-31322 #container-preview .container_cta,
.single-groupage #container-preview .container_cta {
  text-align: center;
  clear: both;
  padding-top: 35px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.page-id-31322 #container-preview .container_cta select,
.page-id-31322 #container-preview .container_cta a,
.single-groupage #container-preview .container_cta select,
.single-groupage #container-preview .container_cta a {
  background: #ffffffe6;
  padding: 13px 35px;
  color: #b00000;
  text-transform: uppercase;
  border: 0;
  font-weight: 600;
  font-size: 12px;
  width: 240px;
}

.page-id-31322 #container-preview .container_cta select i,
.page-id-31322 #container-preview .container_cta a i,
.single-groupage #container-preview .container_cta select i,
.single-groupage #container-preview .container_cta a i {
  padding-left: 20px;
}

.page-id-31322 #container-preview .container_cta select,
.single-groupage #container-preview .container_cta select {
  margin-right: 20px;
  padding-right: 50px !important;
  border: 0 !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.page-id-31322 #container-preview .container_cta .fa.fa-chevron-down,
.single-groupage #container-preview .container_cta .fa.fa-chevron-down {
  position: absolute;
  margin: 12px 0 0 145px;
  font-size: 12px;
  color: #b00000;
}

.page-id-31322 #container-preview .container_cta .months-arrow,
.single-groupage #container-preview .container_cta .months-arrow {
  background: url("../png/fa-chevron-down.png") no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  margin: 15px 0 0 188px;
  pointer-events: none;
}

.page-id-31322 #container-preview .container_cta a,
.single-groupage #container-preview .container_cta a {
  padding-right: 25px !important;
  background: #b00000;
  color: #fff;
  padding: 15px 35px;
}

.single-groupage .panoramic-image .groupage-pano {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 470px;
  float: left;
}

.single-groupage .panoramic-image .groupage-pano img {
  max-height: 470px;
  width: auto;
  max-width: none;
}

.single-groupage .panoramic-image .groupage-text {
  position: absolute;
  right: 0%;
  background: url("../png/ken-b-slider-side-800x550-2.png") no-repeat;
  height: 100%;
  width: 800px;
  z-index: 2;
  list-style: none;
  overflow: hidden;
  max-height: 470px;
  padding: 115px 0 0 230px;
  color: #fff;
}

.single-groupage .panoramic-image .groupage-text li {
  margin-left: 80px;
  width: 380px;
}

.single-groupage .panoramic-image .groupage-text li p {
  margin: 0 20px 20px 17px;
  font-size: 16px;
}

.single-groupage .panoramic-image .groupage-text li h3 {
  color: #fff;
  font-weight: 500;
  text-align: left;
  margin-left: 55px;
}

.single-groupage .panoramic-image .groupage-text li h3:after {
  content: '';
  width: 86px;
  background: #b00000;
  display: block;
  height: 2px;
  margin-top: 23px;
  margin-left: -17px;
}

.single-groupage .panoramic-image .groupage-text li .groupage-cta {
  margin: 35px 0 0 -10px;
}

.single-groupage #intro .container {
  padding: 0 85px;
}

.single-groupage #intro .container .groupage-figure:nth-child(1) .figure-text {
  margin: 4.5% 0;
}

.single-groupage #intro .container .groupage-figure {
  margin: 35px auto;
  float: left;
  width: 33%;
}

.single-groupage #intro .container .groupage-figure .figure-icon {
  height: 72px;
  float: left;
}

.single-groupage #intro .container .groupage-figure .figure-icon img {
  margin: 0 15px 0 0px;
}

.single-groupage #intro .container .groupage-figure .figure-text {
  text-align: left;
  font-size: 18px;
  color: #34313a;
  line-height: 1.3em;
}

.single-groupage #intro .container .groupage-figure .figure-text span {
  font-size: 25px;
}

.single-groupage #groupage-processes div.icon {
  float: left;
  margin: 30px auto;
  text-align: center;
  width: 208px;
}

.single-groupage #groupage-processes div.icon img {
  padding-bottom: 20px;
}

.single-groupage #groupage-processes div.icon h4 {
  padding: 0 25px;
}

.single-groupage #groupage-processes .optional {
  background: #37363F;
  padding: 35px 0;
  width: 25%;
  float: left;
  height: 400px;
  box-shadow: inset 0 0 7px rgba(51, 51, 51, 0.4);
}

.single-groupage #groupage-processes .optional h2,
.single-groupage #groupage-processes .optional h4 {
  color: #ccc;
}

.single-groupage #groupage-processes .optional.left-process {
  padding-left: 63px !important;
}

.single-groupage #groupage-processes .optional.left-process h2 {
  margin-left: 50px;
}

.single-groupage #groupage-processes .optional.left-process .icon {
  float: right;
}

.single-groupage #groupage-processes .optional.right-process {
  padding-right: 63px !important;
}

.single-groupage #groupage-processes .optional.right-process h2 {
  margin-right: 50px;
}

.single-groupage #groupage-processes .optional.right-process .icon img {
  margin-left: 5px;
}

.single-groupage #groupage-processes .col-md-6 {
  background: #34313a;
  padding: 35px 0;
  height: 400px;
  box-shadow: inset 0 0 7px rgba(51, 51, 51, 0.4);
}

.single-groupage #groupage-processes .col-md-6 h2,
.single-groupage #groupage-processes .col-md-6 h4 {
  color: #fff;
}

.single-groupage #groupage-processes .col-md-6 .icon.solid.stripes-1 h4:before {
  content: '- - -';
  width: 51px;
  display: block;
  margin-top: -107px;
  margin-left: -51px;
  font-size: 24px;
  color: #ccc;
  padding-bottom: 81px;
}

.single-groupage #groupage-processes .col-md-6 .icon.solid h4:after {
  content: '';
  width: 45px;
  background: #ccc;
  display: block;
  height: 2px;
  margin-top: -135px;
  margin-left: 161px;
}

.single-groupage #groupage-processes .col-md-6 .icon.stripes-2 h4:after {
  content: '- - -';
  width: 58px;
  display: block;
  margin-top: -150px;
  margin-left: 161px;
  font-size: 24px;
  color: #ccc;
}

.single-groupage #columns .col-md-4.removals {
  padding: 25px;
  text-align: left;
}

.single-groupage #columns .col-md-4.removals div {
  background: #fff;
  padding: 15px;
  box-shadow: 1px 2px 8px 1px rgba(51, 51, 51, 0.25);
}

.single-groupage #columns .col-md-4.removals div h5 {
  text-align: left;
  line-height: 10px;
}

.single-groupage #columns .col-md-4.removals div h5:nth-child(2) {
  color: #b00000;
}

.single-groupage #columns .col-md-4.removals div hr {
  margin: 25px 25px 18px;
}

.single-groupage #columns .col-md-4.removals div.table-align {
  height: 252px;
  margin-top: 30px;
}

.single-groupage #flexi a.ags_cta.ghost {
  padding: 8px 25px !important;
}

.single-groupage #faq {
  padding: 35px 0;
  margin-top: -70px;
}

.single-groupage #faq .container {
  text-align: center;
}

.single-groupage #faq .container h2 {
  margin-bottom: 35px;
}

.single-groupage #faq .container input {
  width: 100%;
  padding: 8px 8px 8px 45px;
  border: none;
  box-shadow: inset 0 0 7px rgba(51, 51, 51, 0.4);
  margin-bottom: 35px;
  color: #b00000;
}

.single-groupage #faq .container ::-webkit-input-placeholder {
  color: #b00000 !important;
}

.single-groupage #faq .container :-ms-input-placeholder {
  color: #b00000 !important;
}

.single-groupage #faq .container ::placeholder {
  color: #b00000 !important;
}

.single-groupage #faq .container .fa.fa-question,
.single-groupage #faq .container .fa.fa-search {
  float: left;
  z-index: 10;
  position: absolute;
  margin: 4px 12px;
  color: #b00000;
}

.single-groupage #faq .container .fa.fa-question {
  font-size: 20px;
}

.single-groupage #faq .container .fa.fa-search {
  font-size: 18px;
  padding-top: 2px;
}

.single-groupage #faq .container .col-md-6 .question {
  padding-right: 30px;
  height: 101px;
}

.single-groupage #faq .container .col-md-6 .question h5 {
  text-align: left;
  margin: 0;
  max-width: 100%;
}

.single-groupage #faq .container .col-md-6 .question span {
  color: #b00000;
}

.single-groupage #faq .container .col-md-6 .question-1,
.single-groupage #faq .container .col-md-6 .question-3 {
  border-right: 1px solid #ccc;
}

.single-groupage #faq .container .ags_cta {
  margin-top: 35px;
}

/*if accreds get displayed twice on branches*/

.two-rows.full_accreditations.container.accred-2,
.useful-3,
.useful-2 {
  display: none;
}

ul#breadcrumbs li {
  text-transform: capitalize;
}

/* German, Dutch + Flemish translations */

.ags_movers.nl #services .container .solution-box.branch-services h4,
.ags_movers.fl #services .container .solution-box.branch-services h4,
.ags_movers.de #services .container .solution-box.branch-services h4 {
  font-size: 17px;
}

.new-slide-test .breadcrumbs {
  opacity: 0;
}

#ags_slider {
  height: 470px;
}

#ags_slider ul.relo_slide {
  padding-left: 0;
}

#ags_slider ul.relo_slide li.slider.current.number_0 img,
#ags_slider ul.relo_slide li.slider.current.number_2 img,
#ags_slider ul.relo_slide li.slider.current.number_4 img {
  animation: reloslide 40s linear infinite 0s;
  -o-animation: reloslide 40s linear infinite 0s;
  -moz-animation: reloslide 40s linear infinite 0s;
  -webkit-animation: reloslide 40s linear infinite 0s;
  -webkit-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}

#ags_slider ul.relo_slide li.slider.current.number_1 img,
#ags_slider ul.relo_slide li.slider.current.number_3 img,
#ags_slider ul.relo_slide li.slider.current.number_5 img {
  animation: reloslide 40s linear infinite 0s;
  -o-animation: reloslide 40s linear infinite 0s;
  -moz-animation: reloslide 40s linear infinite 0s;
  -webkit-animation: reloslide 40s linear infinite 0s;
  -webkit-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}

@-webkit-keyframes reloslide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
  }

  5% {
    opacity: 1;
  }

  35% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -ms-transform: scale(1.1);
  }

  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    -ms-transformm: scale(1);
  }
}

@-o-keyframes reloslide {
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    -ms-transform: scale(1);
  }

  5% {
    opacity: 1;
  }

  35% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    -ms-transform: scale(1.1);
  }

  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -o-transform: scale(1);
       transform: scale(1);
    -ms-transformm: scale(1);
  }
}

@keyframes reloslide {
  0% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -ms-transform: scale(1);
  }

  5% {
    opacity: 1;
  }

  35% {
    -webkit-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    -ms-transform: scale(1.1);
  }

  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -ms-transformm: scale(1);
  }
}

#ags_slider ul.relo_slide li.slider {
  list-style-type: none;
  opacity: 0;
}

#ags_slider ul.relo_slide li.slider img {
  max-height: 470px;
  width: auto;
  max-width: none;
  position: absolute;
  opacity: 0;
  background: #fff;
}

#ags_slider ul.relo_slide li.slider div.slider_text {
  position: absolute;
  right: 0%;
  background: url("../png/ken-b-slider-side-800x550-2.png") no-repeat;
  height: 100%;
  width: 800px;
  z-index: 2;
  list-style: none;
  overflow: hidden;
  float: left;
  padding: 140px 0 0 200px;
}

#ags_slider ul.relo_slide li.slider div.slider_text h3 {
  color: #fff;
  text-transform: normal;
  text-align: left;
  padding-left: 35px;
  font-size: 25px;
  font-weight: 400;
  margin-left: 100px;
}

#ags_slider ul.relo_slide li.slider div.slider_text h3:after {
  content: '';
  width: 86px;
  background: #b00000;
  display: block;
  height: 2px;
  margin-top: 23px;
  margin-left: -17px;
}

#ags_slider ul.relo_slide li.slider div.slider_text p {
  color: #fff;
  padding-left: 7em;
  padding-top: 13px;
  width: 545px;
}

#ags_slider ul.relo_slide li.slider div.slider_text div {
  margin: 30px 0 0 68px;
  text-transform: uppercase;
}

#ags_slider ul.relo_slide li.slider div.slider_text div a {
  border: 1px solid #fff;
  color: #fff;
  padding: 7px 25px;
  margin-right: 20px;
  border-radius: 3px;
  background: rgba(176, 0, 0, 0.58);
  text-transform: uppercase;
  font-size: 14px !important;
}

#ags_slider ul.relo_slide li.slider div.slider_text div a:nth-child(2) {
  border: 1px solid #fff;
  color: #fff;
  padding: 7px 25px;
  margin-right: 20px;
  border-radius: 3px;
  background: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

.ags_relocation.page-id-33 {
  /* Slider on hub page */
}

.ags_relocation.page-id-33 .breadcrumbs.container {
  opacity: 0;
}

.ags_relocation .dark_bg #columns {
  padding: 40px 30px;
}

.ags_relocation #branch-map-pano .hub-image.branch-map {
  width: auto !important;
}

.ags_relocation #branch-map-pano .hub-image.branch-map img {
  margin-top: -70px;
}

.term-europe.network_page .wpml-ls-item-cs,
.term-europe.network_page .wpml-ls-item-ro,
.term-europe.network_page .wpml-ls-item-es,
.term-europe.network_page .wpml-ls-item-sl,
.term-europe.network_page .wpml-ls-item-de,
.term-europe.network_page .wpml-ls-item-hu,
.term-europe.network_page .wpml-ls-item-pt-pt,
.term-europe.network_page .wpml-ls-item-ru,
.term-europe.network_page .wpml-ls-item-pl,
.term-europe.network_page .wpml-ls-item-hr,
.term-europe.network_page .wpml-ls-item-bg,
.term-europe.network_page .wpml-ls-item-nl {
  display: none;
}

.term-asia.network_page .wpml-ls-item-zh-hans,
.term-asia.network_page .wpml-ls-item-ko,
.term-asie.network_page .wpml-ls-item-zh-hans,
.term-asie.network_page .wpml-ls-item-ko,
.philippines-country .wpml-ls-item-zh-hans,
.philippines-country .wpml-ls-item-ko {
  display: none;
}

.spain-country .wpml-ls-item-de,
.espana-country .wpml-ls-item-de,
.espagne-country .wpml-ls-item-de,
.france-country .wpml-ls-item-de {
  display: none;
}

.germany-country .wpml-ls-item-es,
.deutschland-country .wpml-ls-item-es,
.allemagne-country .wpml-ls-item-es,
.france-country .wpml-ls-item-es {
  display: none;
}

.spain-country .wpml-ls-item-fl,
.spain-country .wpml-ls-item-cs,
.spain-country .wpml-ls-item-ro,
.spain-country .wpml-ls-item-sl,
.spain-country .wpml-ls-item-pt-pt,
.spain-country .wpml-ls-item-ru,
.spain-country .wpml-ls-item-hu,
.spain-country .wpml-ls-item-pl,
.spain-country .wpml-ls-item-hr,
.spain-country .wpml-ls-item-bg,
.spain-country .wpml-ls-item-nl,
.espana-country .wpml-ls-item-fl,
.espana-country .wpml-ls-item-cs,
.espana-country .wpml-ls-item-ro,
.espana-country .wpml-ls-item-sl,
.espana-country .wpml-ls-item-pt-pt,
.espana-country .wpml-ls-item-ru,
.espana-country .wpml-ls-item-hu,
.espana-country .wpml-ls-item-pl,
.espana-country .wpml-ls-item-hr,
.espana-country .wpml-ls-item-bg,
.espana-country .wpml-ls-item-nl,
.espagne-country .wpml-ls-item-fl,
.espagne-country .wpml-ls-item-cs,
.espagne-country .wpml-ls-item-ro,
.espagne-country .wpml-ls-item-sl,
.espagne-country .wpml-ls-item-pt-pt,
.espagne-country .wpml-ls-item-ru,
.espagne-country .wpml-ls-item-hu,
.espagne-country .wpml-ls-item-pl,
.espagne-country .wpml-ls-item-hr,
.espagne-country .wpml-ls-item-bg,
.espagne-country .wpml-ls-item-nl,
.germany-country .wpml-ls-item-fl,
.germany-country .wpml-ls-item-cs,
.germany-country .wpml-ls-item-ro,
.germany-country .wpml-ls-item-sl,
.germany-country .wpml-ls-item-pt-pt,
.germany-country .wpml-ls-item-ru,
.germany-country .wpml-ls-item-hu,
.germany-country .wpml-ls-item-pl,
.germany-country .wpml-ls-item-hr,
.germany-country .wpml-ls-item-bg,
.germany-country .wpml-ls-item-nl,
.deutschland-country .wpml-ls-item-fl,
.deutschland-country .wpml-ls-item-cs,
.deutschland-country .wpml-ls-item-ro,
.deutschland-country .wpml-ls-item-sl,
.deutschland-country .wpml-ls-item-pt-pt,
.deutschland-country .wpml-ls-item-ru,
.deutschland-country .wpml-ls-item-hu,
.deutschland-country .wpml-ls-item-pl,
.deutschland-country .wpml-ls-item-hr,
.deutschland-country .wpml-ls-item-bg,
.deutschland-country .wpml-ls-item-nl,
.allemagne-country .wpml-ls-item-fl,
.allemagne-country .wpml-ls-item-cs,
.allemagne-country .wpml-ls-item-ro,
.allemagne-country .wpml-ls-item-sl,
.allemagne-country .wpml-ls-item-pt-pt,
.allemagne-country .wpml-ls-item-ru,
.allemagne-country .wpml-ls-item-hu,
.allemagne-country .wpml-ls-item-pl,
.allemagne-country .wpml-ls-item-hr,
.allemagne-country .wpml-ls-item-bg,
.allemagne-country .wpml-ls-item-nl,
.france-country .wpml-ls-item-fl,
.france-country .wpml-ls-item-cs,
.france-country .wpml-ls-item-ro,
.france-country .wpml-ls-item-sl,
.france-country .wpml-ls-item-pt-pt,
.france-country .wpml-ls-item-ru,
.france-country .wpml-ls-item-hu,
.france-country .wpml-ls-item-pl,
.france-country .wpml-ls-item-hr,
.france-country .wpml-ls-item-bg,
.france-country .wpml-ls-item-nl {
  display: none;
}

.Wuhan .wpml-ls-item-ko {
  display: none;
}

.ags_records .de-not-available {
  display: none;
  color: #34313a;
  border-radius: 3px;
  width: 52.08%;
  margin: 0 auto;
  padding: 0 0 0 15px;
  border: #ccc 1px solid;
  height: 28px;
}

.ags_records .de-not-available strong {
  color: #b00000;
}

.ags_records .de-not-available strong a {
  color: #brand-primary;
}

.ags_records .de-not-available button.cross {
  background: none;
  border: none;
  padding-left: 10px;
}

.ags_records #branch-map-pano div#branch-pano .contact-details-pano .branch_telephone {
  margin-left: 27%;
}

.ags_records #branch-map-pano div#branch-pano .contact-details-pano .branch_address {
  margin-left: 25.5%;
}

.ags_records #branch-map-pano div#branch-pano .contact-details-pano .branch-pano-ctas {
  margin-left: 18% !important;
}

/* news section update */

.more-tag.container strong p {
  text-align: center !important;
}

/* Jewish flow */

.rtl #flexi div.row div.container div.content {
  text-align: left;
  float: right;
  right: 0;
  margin-right: -1130px;
}

.rtl #flexi div.row div.container div.content h3::before {
  right: -8px;
}

.rtl #services.center.section.removals {
  height: 430px;
}

.rtl #footer div.container h3 {
  text-align: right;
}

/* branch translations: menu quote button & china rules */

.branch-map.view-from-china {
  max-height: 465px;
  height: 465px;
}

.branch-map.view-from-china .china-pano {
  max-width: inherit;
}

.pl #footer div.quote-button,
.hr #footer div.quote-button,
.ro #footer div.quote-button {
  width: 188px !important;
}

.pl li#menu-item-15981 div,
.hr li#menu-item-15981 div,
.ro li#menu-item-15981 div {
  width: 188px;
}

.ko #footer div.quote-button,
.hu #footer div.quote-button {
  width: 115px !important;
}

.ko li#menu-item-15981 div,
.hu li#menu-item-15981 div {
  width: 115px;
}

.de {
  /* Staging */
  /* Live */
}

.de header .cloned #menubar nav.nav-primary div.menu-main_menu_de-container {
  right: -10%;
}

.de header .cloned #menubar nav.nav-primary div.menu-man_menu_de-container {
  right: -23%;
}

.de #footer div.quote-button.alt {
  width: 215px !important;
}

.de li#menu-item-15981 div {
  width: 215px;
  padding-left: 10px;
}

.zh-hans #footer .col-md-3 div.quote-button {
  width: 90px;
}

.zh-hans li#menu-item-15981 div {
  width: 90px;
}

.cs #footer div.quote-button.alt,
.sl #footer div.quote-button.alt {
  width: 254px !important;
}

.cs li#menu-item-15981 div,
.sl li#menu-item-15981 div {
  width: 254px;
}

.bg #footer div.quote-button.alt {
  width: 260px !important;
}

.bg li#menu-item-15981 div {
  width: 260px;
}

.es #footer div.quote-button,
.pt-pt #footer div.quote-button {
  width: 210px !important;
}

.es li#menu-item-15981 div,
.pt-pt li#menu-item-15981 div {
  width: 210px;
}

.nl #footer div.quote-button,
.fl #footer div.quote-button {
  width: 195px !important;
}

.nl li#menu-item-15981 div,
.fl li#menu-item-15981 div {
  width: 195px;
}

.he #footer div.quote-button {
  width: 130px !important;
}

.he li#menu-item-15981 div {
  width: 130px;
  padding-right: 0;
  padding-left: 0;
}

.ru #footer div.quote-button {
  width: 152px !important;
}

#footer div.quote-button.alt {
  margin-top: 105px !important;
}


/*# sourceMappingURL=main.css.map*/

/*Quote form input margin*/

#tabs-1 #form .row .col-md-6 #first_name, #tabs-1 #form .row .col-md-6 #last_name, #tabs-1 #form .row .col-md-6 #email_address, #tabs-1 #form .row .col-md-6 #tel_contact
{
  margin-bottom: 15px;
}