html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular_.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"),
    url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")
      format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before {
  content: "€";
}
.glyphicon-minus:before {
  content: "−";
}
.glyphicon-cloud:before {
  content: "☁";
}
.glyphicon-envelope:before {
  content: "✉";
}
.glyphicon-pencil:before {
  content: "✏";
}
.glyphicon-glass:before {
  content: "";
}
.glyphicon-music:before {
  content: "";
}
.glyphicon-search:before {
  content: "";
}
.glyphicon-heart:before {
  content: "";
}
.glyphicon-star:before {
  content: "";
}
.glyphicon-star-empty:before {
  content: "";
}
.glyphicon-user:before {
  content: "";
}
.glyphicon-film:before {
  content: "";
}
.glyphicon-th-large:before {
  content: "";
}
.glyphicon-th:before {
  content: "";
}
.glyphicon-th-list:before {
  content: "";
}
.glyphicon-ok:before {
  content: "";
}
.glyphicon-remove:before {
  content: "";
}
.glyphicon-zoom-in:before {
  content: "";
}
.glyphicon-zoom-out:before {
  content: "";
}
.glyphicon-off:before {
  content: "";
}
.glyphicon-signal:before {
  content: "";
}
.glyphicon-cog:before {
  content: "";
}
.glyphicon-trash:before {
  content: "";
}
.glyphicon-home:before {
  content: "";
}
.glyphicon-file:before {
  content: "";
}
.glyphicon-time:before {
  content: "";
}
.glyphicon-road:before {
  content: "";
}
.glyphicon-download-alt:before {
  content: "";
}
.glyphicon-download:before {
  content: "";
}
.glyphicon-upload:before {
  content: "";
}
.glyphicon-inbox:before {
  content: "";
}
.glyphicon-play-circle:before {
  content: "";
}
.glyphicon-repeat:before {
  content: "";
}
.glyphicon-refresh:before {
  content: "";
}
.glyphicon-list-alt:before {
  content: "";
}
.glyphicon-lock:before {
  content: "";
}
.glyphicon-flag:before {
  content: "";
}
.glyphicon-headphones:before {
  content: "";
}
.glyphicon-volume-off:before {
  content: "";
}
.glyphicon-volume-down:before {
  content: "";
}
.glyphicon-volume-up:before {
  content: "";
}
.glyphicon-qrcode:before {
  content: "";
}
.glyphicon-barcode:before {
  content: "";
}
.glyphicon-tag:before {
  content: "";
}
.glyphicon-tags:before {
  content: "";
}
.glyphicon-book:before {
  content: "";
}
.glyphicon-bookmark:before {
  content: "";
}
.glyphicon-print:before {
  content: "";
}
.glyphicon-camera:before {
  content: "";
}
.glyphicon-font:before {
  content: "";
}
.glyphicon-bold:before {
  content: "";
}
.glyphicon-italic:before {
  content: "";
}
.glyphicon-text-height:before {
  content: "";
}
.glyphicon-text-width:before {
  content: "";
}
.glyphicon-align-left:before {
  content: "";
}
.glyphicon-align-center:before {
  content: "";
}
.glyphicon-align-right:before {
  content: "";
}
.glyphicon-align-justify:before {
  content: "";
}
.glyphicon-list:before {
  content: "";
}
.glyphicon-indent-left:before {
  content: "";
}
.glyphicon-indent-right:before {
  content: "";
}
.glyphicon-facetime-video:before {
  content: "";
}
.glyphicon-picture:before {
  content: "";
}
.glyphicon-map-marker:before {
  content: "";
}
.glyphicon-adjust:before {
  content: "";
}
.glyphicon-tint:before {
  content: "";
}
.glyphicon-edit:before {
  content: "";
}
.glyphicon-share:before {
  content: "";
}
.glyphicon-check:before {
  content: "";
}
.glyphicon-move:before {
  content: "";
}
.glyphicon-step-backward:before {
  content: "";
}
.glyphicon-fast-backward:before {
  content: "";
}
.glyphicon-backward:before {
  content: "";
}
.glyphicon-play:before {
  content: "";
}
.glyphicon-pause:before {
  content: "";
}
.glyphicon-stop:before {
  content: "";
}
.glyphicon-forward:before {
  content: "";
}
.glyphicon-fast-forward:before {
  content: "";
}
.glyphicon-step-forward:before {
  content: "";
}
.glyphicon-eject:before {
  content: "";
}
.glyphicon-chevron-left:before {
  content: "";
}
.glyphicon-chevron-right:before {
  content: "";
}
.glyphicon-plus-sign:before {
  content: "";
}
.glyphicon-minus-sign:before {
  content: "";
}
.glyphicon-remove-sign:before {
  content: "";
}
.glyphicon-ok-sign:before {
  content: "";
}
.glyphicon-question-sign:before {
  content: "";
}
.glyphicon-info-sign:before {
  content: "";
}
.glyphicon-screenshot:before {
  content: "";
}
.glyphicon-remove-circle:before {
  content: "";
}
.glyphicon-ok-circle:before {
  content: "";
}
.glyphicon-ban-circle:before {
  content: "";
}
.glyphicon-arrow-left:before {
  content: "";
}
.glyphicon-arrow-right:before {
  content: "";
}
.glyphicon-arrow-up:before {
  content: "";
}
.glyphicon-arrow-down:before {
  content: "";
}
.glyphicon-share-alt:before {
  content: "";
}
.glyphicon-resize-full:before {
  content: "";
}
.glyphicon-resize-small:before {
  content: "";
}
.glyphicon-exclamation-sign:before {
  content: "";
}
.glyphicon-gift:before {
  content: "";
}
.glyphicon-leaf:before {
  content: "";
}
.glyphicon-fire:before {
  content: "";
}
.glyphicon-eye-open:before {
  content: "";
}
.glyphicon-eye-close:before {
  content: "";
}
.glyphicon-warning-sign:before {
  content: "";
}
.glyphicon-plane:before {
  content: "";
}
.glyphicon-calendar:before {
  content: "";
}
.glyphicon-random:before {
  content: "";
}
.glyphicon-comment:before {
  content: "";
}
.glyphicon-magnet:before {
  content: "";
}
.glyphicon-chevron-up:before {
  content: "";
}
.glyphicon-chevron-down:before {
  content: "";
}
.glyphicon-retweet:before {
  content: "";
}
.glyphicon-shopping-cart:before {
  content: "";
}
.glyphicon-folder-close:before {
  content: "";
}
.glyphicon-folder-open:before {
  content: "";
}
.glyphicon-resize-vertical:before {
  content: "";
}
.glyphicon-resize-horizontal:before {
  content: "";
}
.glyphicon-hdd:before {
  content: "";
}
.glyphicon-bullhorn:before {
  content: "";
}
.glyphicon-bell:before {
  content: "";
}
.glyphicon-certificate:before {
  content: "";
}
.glyphicon-thumbs-up:before {
  content: "";
}
.glyphicon-thumbs-down:before {
  content: "";
}
.glyphicon-hand-right:before {
  content: "";
}
.glyphicon-hand-left:before {
  content: "";
}
.glyphicon-hand-up:before {
  content: "";
}
.glyphicon-hand-down:before {
  content: "";
}
.glyphicon-circle-arrow-right:before {
  content: "";
}
.glyphicon-circle-arrow-left:before {
  content: "";
}
.glyphicon-circle-arrow-up:before {
  content: "";
}
.glyphicon-circle-arrow-down:before {
  content: "";
}
.glyphicon-globe:before {
  content: "";
}
.glyphicon-wrench:before {
  content: "";
}
.glyphicon-tasks:before {
  content: "";
}
.glyphicon-filter:before {
  content: "";
}
.glyphicon-briefcase:before {
  content: "";
}
.glyphicon-fullscreen:before {
  content: "";
}
.glyphicon-dashboard:before {
  content: "";
}
.glyphicon-paperclip:before {
  content: "";
}
.glyphicon-heart-empty:before {
  content: "";
}
.glyphicon-link:before {
  content: "";
}
.glyphicon-phone:before {
  content: "";
}
.glyphicon-pushpin:before {
  content: "";
}
.glyphicon-usd:before {
  content: "";
}
.glyphicon-gbp:before {
  content: "";
}
.glyphicon-sort:before {
  content: "";
}
.glyphicon-sort-by-alphabet:before {
  content: "";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}
.glyphicon-sort-by-order:before {
  content: "";
}
.glyphicon-sort-by-order-alt:before {
  content: "";
}
.glyphicon-sort-by-attributes:before {
  content: "";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "";
}
.glyphicon-unchecked:before {
  content: "";
}
.glyphicon-expand:before {
  content: "";
}
.glyphicon-collapse-down:before {
  content: "";
}
.glyphicon-collapse-up:before {
  content: "";
}
.glyphicon-log-in:before {
  content: "";
}
.glyphicon-flash:before {
  content: "";
}
.glyphicon-log-out:before {
  content: "";
}
.glyphicon-new-window:before {
  content: "";
}
.glyphicon-record:before {
  content: "";
}
.glyphicon-save:before {
  content: "";
}
.glyphicon-open:before {
  content: "";
}
.glyphicon-saved:before {
  content: "";
}
.glyphicon-import:before {
  content: "";
}
.glyphicon-export:before {
  content: "";
}
.glyphicon-send:before {
  content: "";
}
.glyphicon-floppy-disk:before {
  content: "";
}
.glyphicon-floppy-saved:before {
  content: "";
}
.glyphicon-floppy-remove:before {
  content: "";
}
.glyphicon-floppy-save:before {
  content: "";
}
.glyphicon-floppy-open:before {
  content: "";
}
.glyphicon-credit-card:before {
  content: "";
}
.glyphicon-transfer:before {
  content: "";
}
.glyphicon-cutlery:before {
  content: "";
}
.glyphicon-header:before {
  content: "";
}
.glyphicon-compressed:before {
  content: "";
}
.glyphicon-earphone:before {
  content: "";
}
.glyphicon-phone-alt:before {
  content: "";
}
.glyphicon-tower:before {
  content: "";
}
.glyphicon-stats:before {
  content: "";
}
.glyphicon-sd-video:before {
  content: "";
}
.glyphicon-hd-video:before {
  content: "";
}
.glyphicon-subtitles:before {
  content: "";
}
.glyphicon-sound-stereo:before {
  content: "";
}
.glyphicon-sound-dolby:before {
  content: "";
}
.glyphicon-sound-5-1:before {
  content: "";
}
.glyphicon-sound-6-1:before {
  content: "";
}
.glyphicon-sound-7-1:before {
  content: "";
}
.glyphicon-copyright-mark:before {
  content: "";
}
.glyphicon-registration-mark:before {
  content: "";
}
.glyphicon-cloud-download:before {
  content: "";
}
.glyphicon-cloud-upload:before {
  content: "";
}
.glyphicon-tree-conifer:before {
  content: "";
}
.glyphicon-tree-deciduous:before {
  content: "";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: " —";
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.footer-logo{
  width:85%;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-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:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  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;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn: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 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  filter: alpha(opacity=0);
  opacity: 0;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.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) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.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
  );
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  min-width: 30px;
  color: #777;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  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
  );
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  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
  );
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  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
  );
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
  -o-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  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;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
*:focus {
  outline: none;
}
html {
  font: normal 11px/1.42857 "Roboto";
  line-height: 1;
  scroll-behavior: smooth;
}
body {
  background: #fff;
  font-family: "Roboto";
  font-size: 12px;
  margin: 0 auto;
  max-width: 1920px;
}
.nav-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  height: 2.5vw;
  position: fixed;
  width: 3.6rem;
  z-index: 99999;
  opacity: 1;
  float: right;
  margin-top: 1.77vw;
  right: 2.76vw;
}
.reg__note {
  font-size: 0.781vw;
  line-height: 1.2;
  color: #363636;
  font-family: "Roboto";
  margin-top: 1.562vw;
}
.nav-toggle:hover {
  opacity: 0.8;
}
.nav-toggle .nav-toggle-bar,
.nav-toggle .nav-toggle-bar::after,
.nav-toggle .nav-toggle-bar::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
  content: "";
  height: 0.4rem;
  width: 100%;
}
.nav-toggle .nav-toggle-bar {
  margin-top: 0;
}
.nav-toggle .nav-toggle-bar::after {
  margin-top: 0.7rem;
}
.nav-toggle .nav-toggle-bar::before {
  margin-top: -0.7rem;
}
.nav-toggle.expanded .nav-toggle-bar {
  background: transparent;
}
.nav-toggle.expanded .nav-toggle-bar::after,
.nav-toggle.expanded .nav-toggle-bar::before {
  background: #000;
  margin-top: 0;
}
.nav-toggle.expanded .nav-toggle-bar::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-toggle.expanded .nav-toggle-bar::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav {
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -ms-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
  background: #fff;
  color: #fff;
  cursor: pointer;
  font-size: 1.25vw;
  height: 100vh;
  right: -20rem;
  padding: 10rem 0;
  position: fixed;
  top: 0;
  width: 7.916vw;
  z-index: 88888;
}
.nav.expanded {
  right: 0;
  box-shadow: 3px 3px 78px rgba(0, 0, 0, 0.13);
}
section.top-wraper {
  position: relative;
}
mainwrap {
  margin-right: 7.916vw;
  display: block;
  position: relative;
}
.la-arrow-left:hover,
.la-arrow-right:hover {
  color: #ffd375;
}
.nav1 ul {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  overflow: auto;
  height: calc(100vh - 5.208333333vw);
  background-image: linear-gradient(#f9f9f9, #fff);
  box-shadow: 0 3.125vw 4.6875vw rgba(0, 0, 0, 0.0784313725490196);
  -moz-box-shadow: 0 3.125vw 4.6875vw rgba(0, 0, 0, 0.0784313725490196);
  -webkit-box-shadow: 0 3.125vw 4.6875vw rgba(0, 0, 0, 0.0784313725490196);
}
.nav1 a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  color: #363636;
  text-align: center;
  font-size: 0.52vw;
}
.nav1 a:hover {
  opacity: 1;
}
.nav1 li.active a {
  color: #005697;
  opacity: 0.8;
}
.nav1 li.active a svg {
  fill: #005697;
}
.nav1 li.active:after {
  background: #005697;
}
.nav1 li {
  text-align: center !important;
  margin: 0 auto;
  min-height: calc(100vh - 82.208333vh);
  position: relative;
}
.nav1 li:nth-child(1) {
  margin-top: 15px;
}
div.jumbotron.carousel-hero {
  color: #fff;
  text-align: center;
  background-position: 0 0;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
}
.brand-specs {
  padding: 2em 0 2em 3.6em;
}
.brand-specs h2 {
  font-family: "Gotham-Book";
  padding: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.156vw;
  color: #a3ced4 !important;
  margin: 0;
  margin-top: 1em;
  font-weight: normal !important;
  font-size: 0.781vw;
}
.brand-specs h3 {
  font-family: "Gotham-Book";
  padding: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.156vw;
  color: #fabe99 !important;
  margin: 0;
  font-weight: normal !important;
  font-size: 0.781vw;
  margin-top: 1em;
}
.brand-specs span {
  font-family: "Gotham-Book";
  padding: 1em 0 1em 1.8em;
  color: #7e7e7e;
  text-align: left !important;
  display: block;
  line-height: 1.3;
  font-size: 0.52vw;
}
.fix-position-arrows {
  z-index: 1000 !important;
}
.carousel-control.right {
  background-image: none !important;
  top: 32.55vw;
  left: 14.5vw;
  width: 1.25vw;
  height: 1.25vw;
  opacity: 1;
}
#carousel-page1 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.product-img-bg .img-responsive {
  max-width: 117% !important;
  margin-left: 1.5em;
}
.product-img-bg {
  background-color: #f1f1f1 !important;
  padding: 6em 2em 6em 2em;
}
.carousel-control.left {
  background-image: none !important;
  top: 32.55208333vw;
  left: 11.35416667vw;
  width: 1.25vw;
  height: 1.25vw;
  opacity: 1;
}
.carousel-control i {
  font-size: 1.41vw;
  margin-top: 5px;
}
#carousel-page .carousel-control i {
  font-size: 2.41vw;
  margin-top: 10px;
}
.arrow-lrg i {
  font-size: 1.979vw;
}
.carousel-height {
  height: 51.04166667vw;
}
#carousel-page .carousel-height {
  height: 100vh;
  background-size: cover !important;
  max-height: 49.47916667vw;
}
#carousel-page .carousel-height:after {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  top: 0;
}
.evkar-global-navigation_logo,
.colored-logo {
  position: absolute;
  top: 1.875vw;
  left: 3.958vw;
  width: 12.604vw;
  height: 3.385vw;
  z-index: 3;
}
.container-slide.container {
  position: absolute;
  top: 15.104vw;
  left: 11.041vw;
  width: 31.25vw;
  height: 38.02vw;
  text-align: left;
  letter-spacing: 0.29vw;
  color: #fff;
  opacity: 1;
  z-index: 99;
}
.display-1 {
  text-align: left;
  letter-spacing: 0.29vw;
  color: #fff;
  opacity: 1;
  font-size: 3.28vw;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 100;
}
.display-2 {
  text-align: left;
  letter-spacing: 0.055vw;
  color: #fff;
  opacity: 1;
  font-size: 6.0vw;
  font-family: "Playfair Display";
  font-weight: bold;
  padding: 0 !important;
  margin: 0 !important;
}
.display-3 {
  font-family: "Playfair Display";
  text-align: left;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
  font-size: 50px;
  font-weight: 600;
}
.display-4 {
  font-family: "Playfair Display";
  text-align: left;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
  font-size: 45px;
  font-weight: 600;
}
h2.slide-2 {
  font-size: 4.7vw;
  color: #fff;
  font-family: "Playfair Display";
  font-weight: bold;
  margin: 0 !important;
  letter-spacing: 0.52vw;
}
h1.slide-2 {
  font-size: 50px;
  color: #fff;
  font-family: "Playfair Display";
  font-weight: bold;
  margin: 0 !important;
  letter-spacing: 0.055vw;
}
h4.slide-2 {
  font-size: 3.23vw;
  color: #fff;
  font-family: "roboto";
  font-weight: 100;
  padding-top: 0.833vw;
  margin: 0 !important;
  letter-spacing: 0.29vw;
}
.carousel-indicators li {
  width: 2px !important;
  height: 1.25vw !important;
  background-color: #fff;
  opacity: 0.8 !important;
  z-index: 9999 !important;
  display: block !important;
  border: none !important;
  margin: 0 !important;
  margin-bottom: 5px !important;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0 !important;
  margin-bottom: 5px !important;
  background-color: #ffd375 !important;
}
.carousel-indicators {
  position: absolute !important;
  top: 19.01vw;
  left: 4.01vw;
  bottom: auto;
  margin: auto;
  padding: auto;
}
.featured-card1 {
  top: 44.47vw;
  width: 41.66vw;
  height: 11.66vw;
  background: #fff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0 3.125vw 4.6875vw rgba(0, 0, 0, 0.078431372549);
  -moz-box-shadow: 0 3.125vw 4.6875vw rgba(0, 0, 0, 0.078431372549);
  box-shadow: 0 3.125vw 4.6875vw rgba(0, 0, 0, 0.078431372549);
  opacity: 1;
  margin: 0 auto;
  z-index: 99;
  position: absolute;
  left: 50%;
  margin-left: -20.833vw;
  padding: 2.187vw;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 4.73vw;
  font-weight: 700;
  color: #000;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);

}
.featured-card1 span {
  position: absolute;
  height: 1px;
  width: 6.25vw;
  display: inline-block;
  background: #ffd375;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 2.34375vw;
}
.featured-card1:before {
  content: "";
  width: 1px;
  height: 4.166666667vw;
  position: absolute;
  left: 50%;
  background: #ffd375;
  top: -4.15vw;
}
.featured-card1:after {
  content: "";
  width: 0.416666667vw;
  height: 0.416666667vw;
  position: absolute;
  left: 20.67291667vw;
  background: #ffd375;
  top: -4.97vw;
  border-radius: 50%;
}
.nav1 span {
  font-size: 1vw;
  top: auto;
  display: block;
  padding-top: 0 !important;
  margin-bottom: 0.52vw;
  font-weight: 400;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.nav1 svg {
  width: 3.333vw;
  height: 3.333vw;
}
.nav1 li:hover span {
  color: #005697;
}
.nav1 li:hover svg {
  fill: #005697;
}
.nav1 sup {
  font-weight: bold;
  font-style: italic;
  font-size: 0.833vw;
  top: auto;
  display: block;
  padding-top: 0.46875vw !important;
  margin-bottom: 0.520833333vw;
  font-family: "Playfair Display";
}
.nav1 .our {
  font-weight: bold;
  font-style: italic;
  font-size: 1vw;
  top: auto;
  display: block;
  padding-top: 0 !important;
  font-family: "Playfair Display";
}
.featured-card2 {
  margin-top: 11.71875vw;
  background-color: #ff7f7f;
  margin: 0 auto !important;
  overflow: auto;
  height: auto;
  text-align: center;
}
.serv-box1 {
  top: 59.89583333vw;
  left: 5.9%;
  width: 32%;
  height: 42.08333333vw;
  background: transparent linear-gradient(159deg, #00000077 0%, #00000000 100%)
    0% 0% no-repeat padding-box;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  box-shadow: 1.5625vw 3.125vw 3.125vw rgba(0, 0, 0, 0.4);
  opacity: 1;
  position: absolute;
  z-index: 9999;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.serv-box1 h1 {
  height: 4.427083333vw;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
  font-size: 3.33vw;
  font-weight: bold;
  padding-top: 1.145833333vw;
  font-family: "Playfair Display";
}
.featured-video {
  top: 2415px;
  left: 0;
  width: 100%;
  height: 958px;
  opacity: 1;
  position: absolute;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}
.featured-video img {
  width: 100%;
}
.serv-box2 h2 {
  height: 4.427083333vw;
  text-align: left;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
  font-size: 2.5vw;
  font-weight: bold;
  padding-top: 22px;
  margin-left: 26px;
  font-family: "Playfair Display";
}
.serv-box2 {
  top: 1238px;
  left: 844px;
  width: 392px;
  height: 616px;
  background: transparent linear-gradient(162deg, #00000072 0%, #00000000 100%)
    0% 0% no-repeat padding-box;
  box-shadow: 0 3.125vw 1.5625vw #0000000d;
  opacity: 1;
  position: absolute;
  z-index: 9999;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.serv-box3 {
  top: 1916px;
  left: 844px;
  width: 392px;
  height: 408px;
  background: transparent
    linear-gradient(180deg, #00000050 0%, #00000000 97%, #0000000e 100%) 0% 0%
    no-repeat padding-box;
  opacity: 1;
  position: absolute;
  z-index: 9999;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.serv-box4 {
  top: 1182px;
  left: 1300px;
  width: 392px;
  height: 488px;
  background: transparent url("img/Img-Corporate-catering.png.html") 0% 0%
    no-repeat padding-box;
  opacity: 1;
  position: absolute;
  z-index: 60;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.serv-box4-btext {
  top: 1534px;
  left: 1340px;
  width: 312px;
  height: 10.41666667vw;
  background: #005697 0% 0% no-repeat padding-box;
  box-shadow: 1.5625vw 2.083333333vw 3.125vw #00000038;
  opacity: 1;
  position: absolute;
  z-index: 88;
  color: #fff;
  padding: 1.4%;
  font-size: 2.5vw;
  font-family: "Playfair Display";
  font-weight: bold;
  text-align: left;
}
.serv-box5 {
  top: 1802px;
  left: 1300px;
  width: 392px;
  height: 408px;
  background: transparent
    linear-gradient(180deg, #00000050 0%, #00000000 97%, #0000000e 100%) 0% 0%
    no-repeat padding-box;
  opacity: 1;
  position: absolute;
  z-index: 9999;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
button.btn.btn-lg.btn-primary {
  top: 2126px;
  left: 3.958333333vw;
  width: 202px;
  height: 64px;
  box-shadow: 0 20px 0.833333333vw #ffd3753b;
  border: 2px solid #ffd375;
  border-radius: 1.666666667vw;
  opacity: 1;
  background-color: #fff;
  position: absolute;
  color: #000 !important;
}
.serv-box1-bshadow {
  top: 1270px;
  left: 148px;
  width: 632px;
  height: 800px;
  background: #005697 0% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
  z-index: 888;
}
.featured-video h1 {
  bottom: 10%;
  left: 3.958333333vw;
  width: 544px;
  text-align: left;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
  position: absolute;
  font-weight: bold;
  font-family: "Playfair Display";
  font-size: 3.33vw;
}
.featured-video h2 {
  bottom: 6%;
  left: 3.958333333vw;
  width: 544px;
  text-align: left;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
  position: absolute;
  font-weight: 300;
  font-family: "Roboto";
  font-size: 1.263vw;
}
.section-box {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 15.88541667vw;
  position: relative;
}
.section-box > div {
  display: table-cell;
  vertical-align: top;
}
.AC_wrap {
  margin-left: 4.583333333vw;
  cursor: pointer;
}
.section-box .box1 {
  width: 100%;
}
.section-box .box1 .image-wrap {
  height: 41.66666667vw;
  background: #015697;
  position: relative;
}
.srv-image {
  margin-left: -4.583333333vw;
  margin-top: -5.833333333vw;
  min-height: 41.66666667vw;
  width: 100%;
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}
.srv-image a,
.img1-wrap a,
.img2-wrap a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99;
}
.srv-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: top ease 0.5s;
}
.srv-image:before {
  content: "";
  background: #005697;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
  right: -4.583333333vw;
  bottom: -5.833333333vw;
}
.srv-image h1 {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 3.34vw;
  font-weight: bold;
  padding-top: 1.145833333vw;
  font-family: "Playfair Display";
  z-index: 10;
  transition: top ease 0.5s;
}
.srv-image img {
  width: 100%;
  min-height: 41.66666667vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  top: 0;
  transition: ease 0.5s;
  position: relative;
  -webkit-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  filter: brightness(90%);
}
.AC_wrap:hover img {
  transform: scale(1.03);
}
.AC_wrap:hover h1 {
  top: -1.041666667vw;
}
.AC_wrap h1 {
  top: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.AC_wrap:hover > .srv-image:after {
  top: -2.1875vw;
  bottom: 0.885416667vw;
  left: -0.46875vw;
  right: -0.46875vw;
}
.section-box .box2 .img1-wrap {
  margin-top: -1.302083333vw;
}
.section-box .box2 .img2-wrap {
  margin-top: 3.333333333vw;
  position: relative;
}
.section-box .box2 .img2-wrap img {
  min-height: 21.25vw;
  position: relative;
  filter: brightness(90%);
}
.imgbg-wrap img {
  transition: ease 0.5s;
  position: relative;
  top: 0;
}
.imgbg-wrap h1 {
  transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  top: 0;
}
.imgbg-wrap:hover img {
  transform: scale(1.05);
}
.imgbg-wrap .corporate_tittle {
  -moz-transition: ease 0.75s;
  -webkit-transition: ease 0.75s;
  -o-transition: ease 0.75s;
  transition: ease 0.75s;
  position: relative;
  top: 0;
}
.imgbg-wrap:hover .corporate_tittle {
  top: -1.5625vw !important;
}
.imgbg-wrap:hover h1 {
  top: -0.520833333vw !important;
}
.imgbg-wrap:hover h1 {
}
.section-box .box2 .img1-wrap img {
  width: 100%;
  min-height: 32.08333333vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  filter: brightness(70%);
  -webkit-filter: brightness(90%);
  -moz-filter: brightness(70%);
  -o-filter: brightness(70%);
  -ms-filter: brightness(70%);
}
.section-box .imgbg-wrap {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.section-box .imgbg-wrap img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.section-box .imgbg-wrap h1 {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 2.5vw;
  line-height: 3.35vw;
  font-weight: bold;
  font-family: "Playfair Display";
  z-index: 10;
  padding-left: 1.666666667vw;
  text-align: left;
}
.section-box .box3 .image-wrap {
  height: 20.83333333vw;
  background: red;
}
.section-box .box2 {
  width: 24.257%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

}
.section-box .box3 {
  width: 24.257%;
}
.section-box .box3 .img1-wrap {
  position: relative;
  margin-top: -3.385416667vw;
}
.section-box .box3 .img1-wrap img {
  min-height: 25.41666667vw;
  filter: brightness(90%);
}
.section-box .box3 .img2-wrap {
  position: relative;
  margin-top: 3.333333333vw;
}
.section-box .box3 .img2-wrap img {
  min-height: 21.25vw;
  filter: brightness(75%);
}
.corporate_tittle {
  background: #015697;
  color: #fff;
  font-size: 2.5vw;
  line-height: 3.35vw;
  font-weight: bold;
  font-family: "Playfair Display";
  position: RELATIVE;
  margin: -6.875vw auto 0 auto;
  width: 15.625vw;
  height: 10.41666667vw;
  padding-left: 1.875vw;
  padding-top: 1.5625vw;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

}
.box3 .img1-wrap.imgbg-wrap:after {
  bottom: 3.541666667vw;
}
.services-wraper {
  margin: 0 3.958333333vw;
}
.wrap-gap {
  width: 3.333333333vw;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  min-height: 33.33333333vw !important;
}
.DE-Video-wrap {
  margin-top: 5vw;
  position: relative;
  background-color: #000;
}
.DE-Video-wrap img {
  width: 100%;
  min-height: 49.89583333vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: 0.5;
}
.call-icon {
  width: 4.583333333vw;
  height: 4.583333333vw;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ffd375;
  position: absolute;
  bottom: 1.71875vw;
  left: 1.822916667vw;
  min-height: initial !important;
}
.call-icon i {
  color: #000 !important;
  padding: 0.572916667vw 0.677083333vw !important;
  background-color: #fff;
  border-radius: 50% !important;
  margin: 0.78125vw !important;
  width: 2.864583333vw;
  margin: 2.083333333vw;
  height: 2.864583333;
  -moz-box-shadow: -1px 2px 10px -4px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 2px 10px -4px rgba(0, 0, 0, 0.75);
}
.our-work {
  margin-top: 8.333333333vw;
  position: relative;
  margin-left: 3.958333333vw;
  margin-right: 3.958333333vw;
}
.our-work-wraper {
  margin: 0 3.958333333vw;
}
h1.video-heading {
  position: absolute;
  bottom: 3.90625vw;
  color: #fff;
  left: 3.958333333vw;
  font-size: 2.7vw;
  font-family: "Playfair Display";
  font-weight: bold;
}
h2.video-subheading {
  position: absolute;
  bottom: 2vw;
  color: #fff;
  left: 3.958333333vw;
  font-size: 1.25vw;
  font-family: Roboto;
  font-weight: 400;
}
.our-work h1 {
  font-size: 4.7vw;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-family: "Playfair Display";
  font-weight: 700;
  color: #000;
}
.OW_container {
  background: #f6f6f6;
  margin-top: 16.66666667vw;
  min-height: 36.77083333vw;
  width: 100%;
}
.ow_carousel_bg {
  background: #005697;
  width: 55.83333333vw;
  height: 25.20833333vw;
  margin: 0 auto;
  position: relative;
  top: -6.510416667vw;
  box-shadow: 0 3.125vw 4.6875vw #00569662;
}
.OW_container .carousel-hero {
  text-align: center;
}
.OW_container .carousel-inner {
  width: 80%;
  top: -6.510416667vw;
  margin: 0 auto;
}
.OW_container .carousel-control.left {
  top: 11.97916667vw;
  left: 1.458333333vw;
  width: 3.75vw;
  height: 3.75vw;
  opacity: 1;
  line-height: 3.75vw;
  font-weight: normal;
}
.OW_container .carousel-control.right {
  top: 11.97916667vw;
  right: 1.458333333vw !important;
  width: 3.75vw;
  height: 3.75vw;
  opacity: 1;
  line-height: 3.75vw;
  font-weight: normal;
  left: inherit !important;
}
.OW_container .info {
  position: absolute;
  top: 8.958333333vw;
  width: 100%;
  height: 3.802083333vw;
  text-align: center;
  color: #fff;
  opacity: 1;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 8.33vw;
}
.OW_container .info-count {
  text-align: center;
  color: #fff;
  opacity: 1;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 8.33vw;
}
.OW_container .info-tag {
  text-align: center;
  color: #fff;
  opacity: 1;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 2.52vw;
  margin-top: -1.5625vw;
}
.OW_container .slide-text {
  font-size: 1.26vw;
  font-family: Roboto;
  font-weight: 600;
  line-height: 1.68vw;
  text-align: center;
  width: 23.4375vw;
  margin: 0 auto;
  position: relative;
  top: -5.729166667vw;
}
.our-news-wraper {
  margin: 0 3.958333333vw;
}
.our-news-wraper h1 {
  font-size: 4.71vw;
  text-align: left;
  font-family: "Playfair Display";
  font-weight: 700;
  color: #000;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 18.125vw;
  padding-top: 7.447916667vw;
  height: 20.625vw;
}
.our-news-wraper h1:before {
  content: "";
  width: 6.25vw;
  height: 1px;
  background: #fa0;
  position: absolute;
  left: 11.04166667vw;
  top: 10.41666667vw;
}
.our-news-wraper h1:after {
  content: "EVKAR";
  color: #000;
  position: absolute;
  left: 3.697916667vw;
  top: 0.15625vw;
  font-size: 15.63vw;
  opacity: 0.02;
}
.our-news-content {
  margin-top: 2.916666667vw;
  height: 33.33333333vw;
  position: relative;
}
.our-news-heroImg {
  width: 66.33%;
  float: right;
  overflow: hidden;
}
.our-news-heroImg img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: center;
  width: 100%;
  max-height: 640px !important;
}
.our-news_carousel_wrap {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 999;
  margin: 3.33333333vw 0;
}
.news-img {
  position: absolute;
  right: 0;
  z-index: 9999;
}
.news-msgBox {
  position: absolute;
  width: 45%;
  padding: 2.083333333vw 2.083333333vw 2.083333333vw 1.666666667vw;
  background: #fff;
  margin-top: 3.333333333vw;
  z-index: 9999;
  height: 26.66666667vw;
  top: 0;
}
.our-news_carousel_wrap .carousel_container {
  padding: 0;
}
.our-news_carousel_wrap h4 {
  color: #005697;
  font-size: 0.947vw;
  line-height: 1.368vw;
  font-family: "PlayfairDisplay";
  font-weight: bold;
}
.our-news_carousel_wrap h2 {
  color: #000;
  font-size: 2.52vw;
  font-family: "PlayfairDisplay";
  font-weight: bold;
  line-height: normal;
  width: 100%;
  margin-top: 0.520833333vw;
  z-index: 99999;
}
.news_img_wrap {
  width: 60%;
  height: 33.33333333vw;
  margin-left: 40%;
  background: url(../images/Image-Featured-news.png.html) no-repeat;
  background-size: cover;
  position: relative;
}
.news-txt {
  font-size: 0.842vw;
  font-family: "Roboto";
  font-weight: normal;
  line-height: 1.25vw;
  margin-top: 1.25vw;
  margin-right: 2.864583333vw;
}
.date {
  color: #0000004e;
  margin-top: 0.833333333vw;
  font-size: 0.842vw;
  line-height: 1.263vw;
}
.news-arrows {
  position: absolute;
  bottom: 6.822916667vw;
  left: 1.666666667vw;
  z-index: 99999;
}
.news-right {
  text-shadow: none !important;
  opacity: 1;
  left: 2.604166667vw;
}
.news-left {
  text-shadow: none !important;
  opacity: 1;
}
.news-arrows i {
  color: #000;
}
.careers_wrap {
  height: 39.47916667vw;
  margin: 8.333333333vw 3.958333333vw 0 3.958333333vw;
  position: relative;
}
.careers_wrap h1 {
  font-size: 3.7vw;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: left;
  font-family: "Playfair Display";
  font-weight: 700;
  color: #000;
  width: 55.83333333vw;
  margin: 0 auto;
  position: relative;
  top: 17.96875vw;
  z-index: 99;
}
.careers_wrap h1:before {
  content: "";
  width: 6.25vw;
  height: 1px;
  background: #fa0;
  position: absolute;
  left: -6.875vw;
  top: 2.864583333vw;
}
.careers-img-wrap {
  position: absolute;
  top: -3.125vw;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 52%;
}
.careers-img-wrap img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.pagebtn {
  margin: 0 auto;
  position: relative;
}
.pagebtn a {
  border: 1px solid #ffd375;
  display: inline-block;
  padding: 0 2.083333333vw;
  color: #363636;
  font-size: 1.266vw;
  font-family: "Roboto";
  border-radius: 1.666666667vw;
  height: 3.333333333vw;
  line-height: 3.333333333vw;
  text-decoration: none !important;
}
.pagebtn a:hover {
  border: 1px solid #ffd375;
  background-color: #ffd375;
  text-decoration: none !important;
  box-shadow: 0 20px 0.833333333vw rgba(255, 211, 117, 0.23137254901960785);
  -webkit-box-shadow: 0 20px 0.833333333vw
    rgba(255, 211, 117, 0.23137254901960785);
  -moz-box-shadow: 0 20px 0.833333333vw rgba(255, 211, 117, 0.23137254901960785);
}
.vac_btn {
  position: absolute;
  left: 13.95833333vw;
  top: 25vw;
}
.allserv_btn {
  position: absolute;
  left: 0;
  top: 49.79166667vw;
}
footer {
  background: #2d2d2d;
  padding: 5.989583333vw 3.958333333vw 2.96875vw 3.958333333vw;
  position: relative;
  z-index: 5;
}
.footer_links {
  display: table-cell;
  width: 2%;
}
.footer_brand {
  float: left;
}
.menu-footer {
  display: table;
}
.footer_wrap {
  display: table;
  width: 100%;
}
.footer_wrap container {
  display: table-cell;
}
.brand {
  width: 25.46875vw;
}
.copyRight {
  width: 15.36458333vw;
  font-size: 0.842vw;
  line-height: 1.25vw;
  color: #fff;
  margin-top: 2.239583333vw;
  margin-bottom: 30px;
  font-family: "Roboto";
  font-weight: normal;
}
.footer_links {
}
.footer_links ul {
  margin: 0;
  padding: 0;
}
.footer_links ul li {
  list-style: none;
}
.footer_links ul li.heading a {
  margin-bottom: 2.96875vw;
  font-size: 1.263vw;
  line-height: 1.666666667vw;
  color: #fff;
  font-family: "Playfair Display";
}
.footer_links ul li a {
  display: block;
  color: #fff;
  font-size: 0.842vw;
  font-family: "Roboto";
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
  padding-bottom: 1.041666667vw;
}
.footer_links ul li a:hover {
  text-decoration: none;
  color: #ffd375;
}
.info_links {
  margin-top: 1.822916667vw;
  text-align: right;
}
.info_links a {
  height: 2.239583333vw;
  display: inline-block;
  color: #fff;
  font-size: 0.947vw;
  font-family: "Roboto";
  font-weight: normal;
  margin-left: 1.822916667vw;
}
.info_links a:hover {
  text-decoration: none;
  color: #ffd375 !important;
}
.contact_links {
  border-top: 1px solid #fff;
  padding: 2.083333333vw 0;
}
.contact_links .contact {
}
.contact-btn {
  border: 1px solid #fff;
  display: inline-block;
  padding: 0 2.083333333vw;
  color: #fff;
  font-size: 1.263vw;
  font-family: "Roboto";
  border-radius: 1.666666667vw;
  height: 3.333333333vw;
  line-height: 3.333333333vw;
  text-decoration: none;
}
.contact-btn:hover {
  border: 1px solid #ffd375;
  background-color: #ffd375 !important;
  text-decoration: none;
  color: #333;
}
.contact_links .social {
  float: right;
  height: 1.5625vw;
  width: 1.5625vw;
  color: #fff;
  margin-left: 1.875vw;
  font-size: 1.578vw;
}
.contact_links .social:hover {
  color: #ffd375 !important;
}
navigation {
  display: block;
  position: fixed;
  width: 7.916666667vw;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999;
}
menuborder {
  position: fixed;
  width: 1.041666667vw;
  height: 100%;
  right: 7.916666667vw;
  display: block;
}
#menuToggle {
  display: block;
  width: 100%;
  padding: 1.927083333vw 3.125vw;
  position: relative;
  border-bottom: 0.520833333vw solid #fafafa;
}
#menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}
#menuToggle input {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
#menuToggle span {
  display: block;
  width: 33px;
  height: 3px;
  margin: 5px auto;
  position: relative;
  background: #000;
  z-index: 1;
  transform-origin: 25% 0;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(5px, 0);
  background: #232323;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, 6px);
}
#menu {
  position: fixed;
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  left: 0;
  top: 0;
  right: 0;
  bottom: -0.520833333vw;
  padding: 1.875vw 11.77083333vw 1.875vw 3.958333333vw;
  display: none;
}
#menuToggle input:checked ~ ul {
  zoom: 1;
  filter: alpha(opacity=1);
  opacity: 1;
}
#menu li {
  padding: 0 0 15px 0;
  font-size: 1.157vw;
}
.call a {
  width: 4.583333333vw;
  height: 4.583333333vw;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ffd375;
  display: block;
  margin: 0 AUTO;
  line-height: 4.583333333vw;
  font-size: 1.421vw;
}
.call a .fa-phone:before {
  content: "";
  position: absolute;
  z-index: 99;
  left: 0;
  top: -0.677083333vw;
}
.call a:hover .fa-phone:before {
  background: -webkit-linear-gradient(#ff9f06, #ff5b2c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.call a i:after {
  content: "";
  height: 3.604167vw;
  width: 3.604167vw;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  bottom: -1.802083vw;
  left: -1.209583333vw;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1450980392156863);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1450980392156863);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1450980392156863);
}
.call {
  position: absolute !important;
  bottom: 50px;
  width: 100%;
  margin: 0 auto !important;
  min-height: 0 !important;
}
.call:after {
  display: none;
}
.nav1 li:after {
  content: "";
  position: absolute;
  width: 2.65625vw;
  height: 1px;
  background: #fa0;
  bottom: 23px;
  transform: translate(-50%, 0);
  left: 50%;
}
.menu-logo {
  width: 12.60416667vw;
}
.menu-btn {
  text-align: right;
}
.menu-btn a {
  border: 1px solid #ffd375;
  display: inline-block;
  padding: 0 2.083333333vw;
  color: #363636;
  font-size: 1.263vw;
  font-family: "Roboto";
  border-radius: 1.666666667vw;
  height: 3.333333333vw;
  line-height: 3.33vw;
  text-decoration: none !important;
}
.menu-btn a:hover {
  border: 1px solid #ffd375;
  background-color: #ffd375;
  text-decoration: none !important;
  box-shadow: 0 20px 0.833333333vw rgba(255, 211, 117, 0.23137254901960785);
  -webkit-box-shadow: 0 20px 0.833333333vw
    rgba(255, 211, 117, 0.23137254901960785);
  -moz-box-shadow: 0 20px 0.833333333vw rgba(255, 211, 117, 0.23137254901960785);
  color: #363636 !important;
}
.menu-wrap {
  margin-top: 148px;
  width: 1024px;
}
.menu_links {
  width: 72%;
  margin: 7.708333333vw 0 0 18.125vw;
  height: auto;
  overflow: hidden;
}
.menu_links ul {
  margin: 0;
  padding: 0;
}
.menu_links ul li {
  list-style: none;
}
.menu_links ul li.heading a {
  margin-bottom: 2.96875vw;
  font-size: 1.263vw !important;
  line-height: 1.666vw;
  color: #000;
  font-weight: 600;
  font-family: "Playfair Display";
  padding-bottom: 0 !important;
}
.menu_links ul li a {
  display: block;
  color: #000;
  font-size: 0.833vw;
  font-family: "Roboto";
  font-weight: normal;
  text-decoration: none;
}
.menu_links ul li a:hover {
  text-decoration: none;
  color: #0061af !important;
}
.shadow:before {
  width: 100%;
  height: 26.66666667vw;
  content: "";
  background: #fff;
  position: absolute;
  margin-top: 3.333333333vw;
  box-shadow: 0 3.125vw 4.6875vw #00000014;
}
Pagebanner {
  display: block;
  height: 40vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.hero-image-none {
  height: 7.291666667vw !important;
}
.breadcrumbs {
  position: absolute;
  right: 11.875vw;
  top: 3.125vw;
  z-index: 9;
  color: #fff;
}
.breadcrumbs a {
  font-size: 0.729vw;
  display: inline-block;
  padding: 0 0.260416667vw;
  color: #fff;
  line-height: 0.973vw;
  text-decoration: underline;
  vertical-align: top;
}
.text-dark,
.text-dark span {
  color: #000 !important;
}
.text-dark a {
  color: #000;
}
.text-dark a:hover {
  color: #000 !important;
}
.breadcrumbs span {
  font-size: 0.729vw;
  display: inline-block;
  padding: 0 0.260416667vw;
  color: #fff;
  line-height: 0.9375vw;
  max-width: 12.23958333vw;
  vertical-align: top;
}
.breadcrumbs a:last-child {
  padding-right: 0;
}
.breadcrumbs a:hover {
  text-decoration: none;
  color: #fff;
}
.colored-logo img {
  width: 100%;
}
.section_wrap {
  margin: 0 3.958333333vw;
}
.section_wrap h1 {
  font-size: 4.166vw;
  text-align: left;
  font-family: "Playfair Display";
  font-weight: 700;
  color: #000;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 18.125vw;
  padding-top: 8.802083333vw;
  height: 20.625vw;
}
.differencelinks {
  margin-left: 18.125vw;
  margin-top: -5.729166667vw;
  position: relative;
  z-index: 9999;
}
.section_wrap .differencelinks a {
  font-size: 1.263vw;
  display: inline-block;
  color: #202020;
  margin-right: 1.5625vw;
  font-family: Roboto;
  font-weight: normal;
}
.section_wrap .differencelinks a:hover,
.differencelinks a.active {
  color: #005697;
  text-decoration: none;
}
.section_wrap h1:before {
  content: "";
  width: 6.25vw;
  height: 1px;
  background: #fa0;
  position: absolute;
  left: 11.04166667vw;
  top: 11.61458333vw;
}
.hero-image {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.banner-text {
  text-align: center;
  position: relative;
  top: 13.75vw;
  font-family: Playfair Display;
  font-weight: bold;
  color: #fff;
}
.banner-text span {
  display: block;
  text-align: center;
}
.banner-text span:first-child {
  font-size: 4.687vw;
  line-height: 5.833vw;
}
.banner-text span:last-child {
  font-size: 6.25vw;
  line-height: 7.5vw;
}
.about-bg {
  background: #fafafa;
}
.text-bg {
  background-color: #fff;
}
.about-block {
  margin: -5.885416667vw 3.958333333vw 0 3.958333333vw;
  z-index: 999;
  position: relative;
  overflow: hidden;
}
.about-block .about-box {
  width: 66.33%;
  margin: 0 auto 21.25vw auto;
  min-height: 10.41666667vw;
  background: rgba(255, 255, 255, 0.98);
  padding: 2.5vw 7.083333333vw 5vw 7.083333333vw;
}
.about-block h1 {
  font-size: 2.5vw;
  line-height: 2.916666667vw;
  padding-bottom: 1.875vw;
  font-family: Playfair Display;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.about-box p {
  font-size: 0.833vw;
  line-height: 1.25vw;
  color: #363636;
  font-family: Roboto;
}
.vision_wrap {
  margin: 0 3.958333333vw 0 3.958333333vw;
}
.vision-block {
  margin-top: -3.28125vw;
  z-index: 999;
  position: relative;
  background: #f6f6f6;
  min-height: 26.04166667vw;
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.vision-block .vision-box {
  width: 66.33%;
  margin: -7.447916667vw auto 0 auto;
  min-height: 10.41666667vw;
  background: #fff;
  padding: 5.416666667vw 7.083333333vw 7.552083333vw 7.083333333vw;
  background: transparent linear-gradient(17deg, #0061af 0%, #8ca3d4 100%) 0% 0%
    no-repeat padding-box;
  -webkit-box-shadow: 0 4.166666667vw 120px rgba(0, 40, 72, 0.45);
  -moz-box-shadow: 0 4.166666667vw 120px rgba(0, 40, 72, 0.45);
  box-shadow: 0 4.166666667vw 120px rgba(0, 40, 72, 0.45);
  position: relative;
}
.vision-box-icon {
  width: 5.833333333vw;
  height: 5.833333333vw;
  background: transparent linear-gradient(225deg, #0061af 0%, #8ca3d4 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1411764705882353);
  border-radius: 50%;
  position: absolute;
  top: 0.416666667vw;
  left: 0.416666667vw;
}
.vision-box-icon-border {
  height: 6.614583333vw;
  width: 6.614583333vw;
  background: #fff;
  content: "";
  position: absolute;
  top: -3.385416667vw;
  left: 45%;
  border-radius: 50%;
  position: absolute;
}
.vision-box-icon-inner {
  width: 4.166666667vw;
  height: 4.166666667vw;
  background: transparent linear-gradient(219deg, #0061af 0%, #8ca3d4 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0 1.5625vw 2.083333333vw #00000015;
  border-radius: 50%;
  left: 0.885416667vw;
  top: 0.885416667vw;
  position: absolute;
  font-size: 8.33vw;
  font-family: Playfair Display;
  line-height: 6.510416667vw;
  text-align: CENTER;
  font-weight: bold;
  color: #fff;
}
.vision-box h1 {
  font-family: Playfair Display;
  font-size: 2.5vw;
  line-height: 3.333333333vw;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0;
  position: relative;
}
.vision-box h1:after {
  content: "";
  height: 2px;
  width: 4.166666667vw;
  background: #8ca3d4;
  position: absolute;
  bottom: -1.25vw;
  left: 45%;
}
h2.vision-box-header:before {
  content: "EVKAR GIDA";
  position: absolute;
  font-size: 8.33vw;
  white-space: nowrap;
  left: -7.552083333vw;
  color: rgba(0, 0, 0, 0.02);
}
.vision-box-header {
  font-family: Playfair Display;
  font-size: 2.5vw;
  line-height: 2.916666667vw;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin: 5.416666667vw auto;
  position: relative;
  width: 41.58%;
}
.vision-box-text {
  font-size: 0.833vw;
  line-height: 1.25vw;
  color: #000;
  font-family: Roboto;
  margin: 0 auto 5.520833333vw auto;
  position: relative;
  width: 30.19%;
  text-align: center;
}
.values-grid {
  margin-top: 11.82291667vw;
}
.values-bgtxt h1:after {
  content: "Değerlerimiz";
  color: #000;
  position: absolute;
  left: 71px;
  top: 2.34375vw;
  font-size: 13vw;
  opacity: 0.02;
}
.difference-bgtxt h1:after {
  content: "Farklarımız";
  color: #000;
  position: absolute;
  left: 3.697916667vw;
  top: 2.34375vw;
  font-size: 15vw;
  opacity: 0.02;
}
.values-grid-wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.grid {
  display: table-cell;
  vertical-align: top;
}
.grid-gap {
  width: 3.333333333vw;
}
.grid-box-1 {
  width: 43.56%;
}
.grid-box-2 {
  width: 24.25%;
}
.grid-box-3 {
  width: 24.25%;
}
.about-evkar {
}
.about-evkar img {
  width: 100%;
  min-height: 48.125vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
}
.piq-content-box {
  margin: -12.8125vw 1.666666667vw 0 1.666666667vw;
  background: #005697;
  position: relative;
  z-index: 9;
  -webkit-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  padding: 1.666666667vw;
}
.piq-content-box h3 {
  font-size: 2.5vw;
  line-height: 3.333333333vw;
  color: #fff;
  font-family: Playfair Display;
  font-weight: bold;
  margin: 0;
}
.piq-content-box p {
  font-size: 0.833vw;
  font-family: Roboto;
  line-height: 1.25vw;
  color: #fff;
  margin-top: 1.979166667vw;
}
.values-grid-content-box {
  margin: -7.708333333vw 1.666666667vw 0 1.666666667vw;
  background: #fff;
  position: relative;
  z-index: 9;
  -webkit-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  padding: 1.510416667vw 0.989583333vw 0.9375vw 1.666666667vw;
}
.values-grid-content-box h4 {
  font-size: 0.973vw;
  line-height: 26px;
  font-weight: bold;
  color: #005697;
  font-family: Playfair Display;
  margin: 0;
}
.values-grid-content-box p {
  font-size: 0.833vw;
  font-family: Roboto;
  line-height: 1.354166667vw;
  color: #363636;
  margin-top: 0.46875vw;
}
.Customer-first {
  margin-top: -5.46875vw;
}
.Customer-first img {
  width: 100%;
  min-height: 32.08333333vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
}
.Honesty-loyal {
  margin-top: 4.583333333vw;
}
.Honesty-loyal img {
  width: 100%;
  min-height: 19.79166667vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.Driving-Excellence {
  margin-top: 5.833333333vw;
}
.Driving-Excellence img {
  width: 100%;
  min-height: 19.79166667vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.One-Team {
  margin-top: 4.583333333vw;
}
.One-Team img {
  width: 100%;
  min-height: 19.79166667vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.difference-wrap {
  margin-top: 4.166666667vw;
  position: relative;
}
.difference-img-wrapR {
  width: 66.33%;
  margin-left: 33.67%;
}
.difference-img-wrapR img {
  min-height: 33.33333333vw;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.difference-content-wrapL {
  width: 49.75%;
  height: 29.11458333vw;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 2.135416667vw;
  background: #fff;
  -webkit-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  padding: 2.5vw 3.125vw 3.125vw 3.333333333vw;
}
.difference-content-wrapL h2 {
  color: #005697;
  font-size: 4.68vw;
  line-height: 5.625vw;
  font-weight: bold;
  font-family: Playfair Display;
}
.difference-content-wrapL h3 {
  color: #000;
  font-size: 2.5vw;
  line-height: 2.916666667vw;
  font-weight: bold;
  margin-top: 1.666666667vw;
  font-family: Playfair Display;
}
.difference-img-wrapL {
  width: 66.33%;
  margin-right: 33.67%;
  margin-bottom: 5.416666667vw;
}
.difference-img-wrapL img {
  min-height: 33.33333333vw;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.difference-content-wrapR {
  width: 49.75%;
  height: 29.11458333vw;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 2.135416667vw;
  background: #fff;
  -webkit-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  padding: 2.5vw 3.125vw 3.125vw 3.333333333vw;
}
.difference-content-wrapR h2 {
  color: #005697;
  font-size: 4.6875vw;
  line-height: 5.625vw;
  font-weight: bold;
  font-family: Playfair Display;
}
.difference-content-wrapR h3 {
  color: #000;
  font-size: 2.5vw;
  line-height: 2.916666667vw;
  font-weight: bold;
  margin-top: 1.666666667vw;
  font-family: Playfair Display;
}
.Manifesto-facts {
  margin-top: 6.458333333vw;
}
.Manifesto-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.Manifesto-facts .Manifesto img {
  min-height: 21.66666667vw;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-right: 0.416666667vw;
}
.Manifesto-facts .facts img {
  min-height: 21.66666667vw;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-right: 0.416666667vw;
}
.facts {
  padding-left: 8px;
  width: 50%;
  display: table-cell;
  position: relative;
}
.Manifesto {
  padding-right: 0.416666667vw;
  width: 50%;
  display: table-cell;
  position: relative;
}
.Manifesto a,
.facts a {
  font-size: 2.5vw;
  color: #005697;
  line-height: 3.333333333vw;
  font-weight: bold;
  font-family: Playfair Display;
  position: absolute;
  background: #fff;
  padding: 1.666666667vw;
  bottom: -2.708333333vw;
  margin-left: 1.666666667vw;
  webkit-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
}
.Manifesto a:hover,
.facts a:hover {
  text-decoration: none;
}
#back2Top {
  line-height: 0.5vw;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 2.6vw;
  padding: 14px;
  right: 9.8vw;
  border: 1px solid #000;
  color: #4a4a4a;
  text-align: center;
  text-decoration: none;
  background: #000;
  font-size: 1.8vw;
  text-align: center;
}
#back2Top .las {
  color: #fff;
}
#back2Top:hover {
  border: 1px solid #ffd375;
  background-color: #ffd375;
  text-decoration: none !important;
  box-shadow: 0 20px 0.833333333vw rgba(255, 211, 117, 0.23137254901960785);
  color: #000;
}
NewsBanner {
  display: block;
  height: 35.3125vw;
  background: #fafafa;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  overflow: hidden;
  position: relative;
}
NewsBanner h1 {
  margin-top: 8.75vw;
  font-size: 4.687vw;
  line-height: 5vw;
  color: #000;
  font-family: "PlayfairDisplay";
  font-weight: bold;
  text-align: center;
  position: relative;
}
NewsBanner h1:after {
  background: #ffd375;
  content: "";
  width: 6.25vw;
  height: 1px;
  left: 47%;
  bottom: -0.833333333vw;
  position: absolute;
}
.our-news-banner-wrap {
  position: relative;
  height: 33.33333333vw;
  margin-top: -16.66666667vw;
}
.our-news-banner-wrap .our-news_carousel_wrap {
  margin: 0;
}
.ourNews-Blocks-wrap {
  margin-top: 8.333333333vw;
  display: table;
  table-layout: fixed;
  width: 100%;
}
newsBlock {
  width: 32.67%;
  -webkit-box-shadow: 0 1.25vw 1.25vw -5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1.25vw 1.25vw -5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1.25vw 1.25vw -5px rgba(0, 0, 0, 0.05);
  display: table-cell;
  background: #fff;
}
.ourNews-Blocks-space {
  width: 0.833333333vw;
  display: table-cell;
}
.newsBlock-img-wrap {
  margin: -2.916666667vw 1.666666667vw 2.916666667vw 1.666666667vw;
  height: 19.16666667vw;
  overflow: hidden;
}
.newsBlock-img-wrap img {
  min-height: 19.16666667vw;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: right;
  -webkit-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  transition: transform 0.5s ease;
}
.newsBlock-img-wrap img:hover {
  transform: scale(1.1);
}
.news-min-height {
  min-height: 29.32291667vw;
  clear: both;
  content: "";
  display: table;
}
.news-date {
  margin: 0.416666667vw 1.666666667vw 1.5625vw 1.666666667vw;
  font-family: Roboto;
  color: #959595;
  font-size: 0.833vw;
}
newsBlock h4 {
  color: #005697;
  font-size: 0.973vw;
  line-height: 1.354166667vw;
  font-family: "Playfair Display";
  font-weight: bold;
  margin: 0 1.875vw;
}
newsBlock h2 {
  color: #000;
  font-size: 1.263vw;
  line-height: 1.666666667vw;
  font-family: "Playfair Display";
  font-weight: bold;
  margin: 0.416666667vw 1.875vw;
}
newsBlock h2 a {
  color: #000;
}
newsBlock h2 a:hover {
  color: #0061af;
  text-decoration: none;
}
.older-news {
  margin-top: 6.25vw;
  min-height: 5.208333333vw;
}
.older-news-wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 0.833333333vw;
}
.older-news-wrap .news-box-minhight {
  min-height: 13.85416667vw;
  padding-top: 2.916666667vw;
}
.show-more-wrap {
  margin-top: 2.916666667vw;
  margin-bottom: 4.6875vw;
}
.old-news-heading {
  font-size: 2.5vw;
  line-height: 2.916666667vw;
  color: #000;
  font-family: "Playfair Display";
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.916666667vw;
}
.lat_btn {
  position: absolute;
  left: 21.25vw;
  top: 24.27083333vw;
}
.airport-block {
  margin: 0 3.958333333vw 0 3.958333333vw;
  position: relative;
  overflow: hidden;
}
.airport-block .airport-box {
  width: 66.33%;
  margin: 0 auto 0 auto;
  min-height: 10.41666667vw;
  padding: 4.166666667vw 6.71875vw 5.208333333vw 6.71875vw;
}
.airport-box p {
  font-size: 0.833vw;
  line-height: 1.25vw;
  color: #000;
  font-family: Roboto;
}
.Manifesto-image-wrap {
  margin-top: -18.22916667vw;
  position: relative;
  background-color: #000;
}
.Manifesto-image-wrap img {
  width: 100%;
  min-height: 49.89583333vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: 0.7;
}
h1.image-heading {
  text-align: center;
  opacity: 1;
  position: absolute;
  top: 35.9375vw;
  color: #fff;
  font-size: 3.33vw;
  font-family: "Playfair Display";
  font-weight: bold;
  left: 21.25vw;
  width: 49.6875vw;
  line-height: 4vw;
}
h2.image-subheading {
  position: absolute;
  bottom: 2.34375vw;
  color: #fff;
  font-size: 1.263vw;
  font-family: Roboto;
  font-weight: 400;
  left: 35.9375vw;
}
.btn-vacancie {
  margin: 2.083333333vw auto 3.072916667vw auto;
  width: 74.62%;
}
.careers-header {
  background: url(images/Who-We-Are-Hero-Img.png);
}
.page-header_text {
  width: 66.33%;
  margin: 0 auto 4.8125vw auto;
  min-height: 10.41666667vw;
  background: rgba(255, 255, 255, 0.98);
  padding: 3.5vw 0 3.177083333vw 0;
}
.page-header_text h1 {
  font-size: 2.5vw;
  line-height: 2.916666667vw;
  padding-bottom: 0;
  font-family: Playfair Display;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 3.072916667vw auto;
  width: 74.62%;
  text-align: center;
}
.template_tit:after {
  width: 4.166666667vw;
  height: 1px;
  position: absolute;
  background: #fa0;
  top: 13.85416667vw;
  content: "";
  transform: translate(-50%, 0);
  left: 50%;
}
.page-header_text h2 {
  font-size: 1.406vw;
  line-height: 1.25vw;
  color: #000;
  font-family: Roboto;
  margin: 0.520833333vw auto 1.041666667vw auto;
  width: 74.62%;
}
.page-header_text p {
  font-size: 0.833vw;
  line-height: 1.25vw;
  color: #000;
  font-family: Roboto;
  margin: 0 auto 3.072916667vw auto;
  width: 74.62%;
}
.services-footer-space {
  margin-bottom: 5vw !important;
}
.Our-services {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  content: "";
  display: table;
  clear: both;
  position: relative;
  width: 100%;
}
servicesbg {
  display: block;
  position: absolute;
  width: 100%;
  background: #fafafa;
  height: 90.88541667vw;
  z-index: 0;
}
.Our-services h1 {
  margin-top: 8.75vw;
  font-size: 4.687vw;
  line-height: 5vw;
  color: #000;
  font-family: "PlayfairDisplay";
  font-weight: bold;
  text-align: center;
  position: relative;
}
.Our-services h1:after {
  background: #ffd375;
  content: "";
  width: 6.25vw;
  height: 1px;
  left: 47%;
  bottom: -0.833333333vw;
  position: absolute;
}
.services-links {
  margin: 1.666666667vw;
  text-align: center;
  position: relative;
  z-index: 99;
}
.services-links a {
  display: inline-block;
  padding-right: 1.71875vw;
  color: #363636;
  text-decoration: none;
  font-size: 1.263vw;
}
.services-links a:hover,
.services-links .active {
  color: #005697;
}
.Airline-Catering {
  margin: 5vw 3.958333333vw 5vw 3.958333333vw;
  position: relative;
}
.Airline-Catering:after {
  width: 57.92%;
  background: #f6f6f6;
  position: absolute;
  content: "";
  right: 0;
  top: -2.5vw;
  bottom: -2.5vw;
}
.Airline-Catering .imagewrap {
  width: 66.33%;
  position: relative;
  z-index: 1;
}
.Airline-Catering .imagewrap img {
  min-height: 38.85416667vw;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: right;
}
.Airline-Catering .msg-box {
  width: 41.08%;
  background: #fff;
  -webkit-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  position: absolute;
  bottom: 50%;
  right: 7.08vw;
  transform: translate(0, 50%);
  z-index: 99;
}
.Airline-Catering .msg-box h2 {
  margin: 2.916666667vw 7.083333333vw 1.927083333vw 7.083333333vw;
  font-family: "PlayfairDisplay";
  font-weight: bold;
  font-size: 2.5vw;
  line-height: 2.916666667vw;
  color: #000;
}
.Airline-Catering .msg-box p {
  margin: 2.916666667vw 7.083333333vw 0 7.083333333vw;
  font-family: "roboto";
  font-weight: normal;
  font-size: 0.833vw;
  line-height: 1.25vw;
}
.Airline-Catering .msg-box h5 {
  font-family: "roboto";
  font-weight: bold;
  font-size: 0.833vw;
  line-height: 1.25vw;
  margin: 1.302083333vw 7.083333333vw 1.041666667vw 7.083333333vw;
}
.Airline-Catering .msg-box .service {
  margin: 1.302083333vw 7.083333333vw 5.364583333vw 7.083333333vw;
}
.Airline-Catering .msg-box .service span {
  display: block;
  margin: 0.520833333vw 0.78125vw 0 0;
  padding-left: 0.625vw;
  position: relative;
  font-size: 0.833vw;
}
.service span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.416666667vw;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fa0;
}
.Catering-righttBox {
  margin: 4.166666667vw 3.958333333vw 0 3.958333333vw;
  position: relative;
}
.Catering-righttBox .image-wrap {
  width: 57.92%;
  margin-left: 42.08%;
  position: relative;
  z-index: 9;
}
.Catering-righttBox .image-wrap img {
  min-height: 33.33333333vw;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: right;
}
.Catering-righttBox .content-box {
  width: 49.07%;
  background: #fff;
  -webkit-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  position: absolute;
  top: 2.135416667vw;
  bottom: 2.135416667vw;
  left: 0;
}
.Catering-righttBox .content-box h1 {
  margin: 2.916666667vw 14.0625vw 1.666666667vw 7.135416667vw;
  font-family: "PlayfairDisplay";
  font-weight: bold;
  font-size: 2.5vw;
  line-height: 2.916666667vw;
  color: #000;
}
.Catering-righttBox .content-box p {
  margin: 2.916666667vw 14.0625vw 1.666666667vw 7.135416667vw;
  font-family: "roboto";
  font-size: 0.833vw;
  line-height: 1.25vw;
}
.Catering-lefttBox {
  margin: 4.166666667vw 3.958333333vw 0 3.958333333vw;
  position: relative;
}
.Catering-lefttBox .image-wrap {
  width: 57.92%;
  margin-right: 42.08%;
  position: relative;
  z-index: 9;
}
.Catering-lefttBox .image-wrap img {
  min-height: 33.33333333vw;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: right;
}
.Catering-lefttBox .content-box {
  width: 49.07%;
  background: #fff;
  -webkit-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  position: absolute;
  bottom: 50%;
  right: 0;
  transform: translate(0, 50%);
}
.Catering-lefttBox .content-box h1 {
  margin: 2.916666667vw 7.135416667vw 1.666666667vw 14.0625vw;
  font-family: "PlayfairDisplay";
  font-weight: bold;
  font-size: 2.5vw;
  line-height: 2.916666667vw;
  color: #000;
}
.Catering-lefttBox .content-box p {
  margin: 2.916666667vw 7.135416667vw 5.666666667vw 14.0625vw;
  font-family: "roboto";
  font-size: 0.833vw;
  line-height: 1.25vw;
}
.Events-Catering {
  margin: 5vw 3.958333333vw 5vw 3.958333333vw;
  position: relative;
}
.Events-Catering:after {
  width: 57.92%;
  background: #f6f6f6;
  position: absolute;
  content: "";
  left: 0;
  top: -2.5vw;
  bottom: -2.5vw;
}
.Events-Catering .imagewrap {
  width: 66.33%;
  position: relative;
  z-index: 1;
  margin-left: 33.67%;
}
.Events-Catering .imagewrap img {
  min-height: 38.85416667vw;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: right;
}
.Events-Catering .msg-box {
  width: 41.08%;
  background: #fff;
  -webkit-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translate(7.083333333vw, -50%);
  -moz-transform: translate(7.083333333vw, -50%);
}
.Events-Catering .msg-box h2 {
  margin: 2.916666667vw 7.083333333vw 1.927083333vw 7.083333333vw;
  font-family: "PlayfairDisplay";
  font-weight: bold;
  font-size: 2.5vw;
  line-height: 2.916666667vw;
  color: #000;
}
.Events-Catering .msg-box p {
  margin: 0 7.083333333vw 4.427083333vw 7.083333333vw;
  font-family: "roboto";
  font-weight: normal;
  font-size: 0.833vw;
  line-height: 1.25vw;
}
.Events-Catering .msg-box h5 {
  font-family: "roboto";
  font-weight: bold;
  font-size: 0.833vw;
  line-height: 1.25vw;
  margin: 1.302083333vw 7.083333333vw 1.041666667vw 7.083333333vw;
}
.pad-bottom85 {
  padding-bottom: 4.427083333vw;
}
.artical-wrap {
  margin: 0 3.958333333vw 0 3.958333333vw;
  content: "";
  display: table;
  clear: both;
}
.artical-block {
  width: 66.33%;
  margin: -7.083333333vw auto 0 auto;
  background: #fff;
  position: relative;
}
.artical-block h1 {
  margin: 2.5vw 7.083333333vw 2.708333333vw 7.083333333vw;
}
.artical-box {
  margin-bottom: 16.25vw;
}
.quote-box-wrap {
  content: "";
  display: table;
  clear: both;
  width: 100%;
  margin-top: -2.604166667vw;
}
.quote-box {
  margin: -2.604166667vw 3.958333333vw 0 3.958333333vw;
  background: #f6f6f6;
  height: 24.42708333vw;
}
.quote-box-inner {
  width: 66.33%;
  background: #005697;
  box-shadow: 0 4.166666667vw 120px rgba(0, 86, 151, 0.4666666666666667);
  -moz-box-shadow: 0 4.166666667vw 120px rgba(0, 86, 151, 0.4666666666666667);
  -webkit-box-shadow: 0 4.166666667vw 120px rgba(0, 86, 151, 0.4666666666666667);
  margin: 0 auto;
  height: 21.71875vw;
  position: relative;
  top: -2.604166667vw;
}
.quote-box-inner:before {
  content: ",,";
  position: absolute;
  font-size: 8.333vw;
  font-family: PlayfairDisplay;
  font-weight: bold;
  top: 6.770833333vw;
  left: 2.604166667vw;
  color: #fff;
  line-height: 0;
  transform: rotate(-180deg);
  transform-origin: center center;
}
.quote-box-inner:after {
  content: ",,";
  position: absolute;
  font-size: 8.333vw;
  font-family: PlayfairDisplay;
  font-weight: bold;
  top: 1.25vw;
  right: 2.604166667vw;
  color: #fff;
  line-height: 0;
}
.quote-box-inner h1 {
  width: 74.62%;
  margin: 2.916666667vw auto 0 auto;
  font-size: 2.55vw;
  line-height: 3.333333333vw;
  font-family: PlayfairDisplay;
  font-weight: bold;
  color: #fff;
  padding-bottom: 2.5vw;
  position: relative;
  text-align: center;
  top: 2.604166667vw;
}
.quote-box-inner p {
  width: 74.62%;
  margin: 1.666666667vw auto 0 auto;
  font-size: 0.833vw;
  line-height: 1.25vw;
  font-family: roboto;
  color: #fff;
  position: relative;
  text-align: center;
  top: 2.604166667vw;
}
.quote-box-inner h1:after {
  width: 4.166666667vw;
  height: 1px;
  position: absolute;
  background: #fa0;
  bottom: 0;
  content: "";
  transform: translate(-50%, 0);
  left: 50%;
}
.articalh2-wrap {
  margin: 5.3125vw 3.958333333vw 0 3.958333333vw;
}
.articalh2-box {
  width: 66.33%;
  margin: 0 auto 0 auto;
}
.articalh2-box h1 {
  width: 74.62%;
  margin: 0 auto 0 auto;
  font-size: 2.5vw;
  line-height: 3.333333333vw;
  font-family: PlayfairDisplay;
  font-weight: bold;
  color: #000;
  position: relative;
  text-align: center;
}
.articalh2-box p {
  width: 74.62%;
  margin: 2.916666667vw auto 4.583333333vw auto;
  font-size: 0.833vw;
  line-height: 1.25vw;
  font-family: roboto;
  color: #000;
  position: relative;
}
.artical-social {
  margin: 4.583333333vw 3.958333333vw 0 3.958333333vw;
  position: relative;
  text-align: center;
}
.artical-social a:hover {
  text-decoration: none;
  color: #0061af;
}
.artical-social:before {
  width: 4.166666667vw;
  height: 1px;
  position: absolute;
  background: #fa0;
  top: 0;
  content: "";
  transform: translate(-50%, 0);
  left: 50%;
}
.artical-social .social {
  height: 1.5625vw;
  width: 1.5625vw;
  color: #000;
  margin: 1.875vw 0.9375vw 1.197916667vw 0.9375vw;
  font-size: 1.562vw;
  display: inline-block;
  font-weight: bold;
}
.share-link {
  margin-top: 0;
  margin-bottom: 4.635416667vw;
  display: block;
  color: #000;
  font-size: 0.833vw;
  line-height: 0.989583333vw;
}
.drop-block-title {
  color: #000;
  font-size: 2.5vw;
  font-family: "PlayfairDisplay";
  font-weight: bold;
  line-height: normal;
  width: 100%;
  margin-top: 0.520833333vw;
  z-index: 99999;
  text-decoration: none;
}
.drop-block-title:hover {
  color: #005697 !important;
  font-size: 2.5vw;
  font-family: "PlayfairDisplay";
  font-weight: bold;
  line-height: normal;
  width: 100%;
  margin-top: 0.520833333vw;
  z-index: 99999;
  text-decoration: none;
}
.facts-bg {
  padding-bottom: 4.6875vw;
  position: relative;
}
.fact-and-figures p {
  margin-bottom: 0;
}
.facts-bg:before {
  width: 100%;
  position: absolute;
  background: #fafafa;
  height: 28.125vw;
  content: "";
}
.facts-wrap {
  min-height: 10.41666667vw;
  margin: 0 3.958333333vw 1.25vw 3.958333333vw;
  display: table;
  table-layout: fixed;
}
.facts-wrap .facts-box {
  width: 32.67%;
  background: #fff;
  box-shadow: 0 3.125vw 4.6875vw #00000014;
  min-height: 8.333333333vw;
  margin-bottom: 1.25vw;
  display: table-cell;
  padding: 2.447916667vw 2.447916667vw 2.135416667vw 7.552083333vw;
  position: relative;
  vertical-align: top;
}
.facts-wrap .space-wrap {
  width: 0.833333333vw;
}
.facts-wrap p {
  font-size: 0.833vw;
  line-height: 1.25vw;
  color: #363636;
  font-family: "Roboto";
}
.facts-wrap p a {
  font-family: PlayfairDisplay;
  font-weight: bold;
  color: #005697;
  text-decoration: none;
}
.facts-wrap p a:hover {
}
.facts-box-icon {
  position: absolute;
  top: 50%;
  left: 1.666666667vw;
  transform: translate(0, -50%);
  width: 4.166666667vw;
  height: 4.166666667vw;
}
.facts-box-icon img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.facts-box-empty {
  width: 32.67%;
  background: transparent;
  box-shadow: none;
  min-height: 8.333333333vw;
  margin-bottom: 1.25vw;
  display: table-cell;
  padding: 2.447916667vw 2.447916667vw 2.135416667vw 7.552083333vw;
  position: relative;
  vertical-align: top;
}
.Recognition-quote-wrap h2 {
  margin: 0;
  font-size: 1.263vw;
  line-height: 1.666666667vw;
  font-family: PlayfairDisplay;
  font-weight: bold;
  color: #000;
}
.Recognition-quote-wrap {
  background: #fafafa;
  margin: 0 3.958333333vw 0 3.958333333vw;
  padding-bottom: 8rem;
}
.Recognition-quote-wrap h2 {
  margin: 0 auto;
  font-size: 1.263vw;
  line-height: 1.666666667vw;
  font-family: PlayfairDisplay;
  font-weight: bold;
  color: #000;
  width: 45.24%;
  text-align: center;
}
.Recognition-box-wrap {
  margin: 0 3.958333333vw 4.166666667vw 3.958333333vw;
}
.Recognition-wrap .facts-box {
  width: 32.67%;
  background: #fff;
  box-shadow: 0 3.125vw 4.6875vw #00000014;
  min-height: 17.29166667vw;
  margin-bottom: 1.25vw;
  display: table-cell;
  padding: 1.666666667vw 1.666666667vw 2.34375vw 1.666666667vw;
  position: relative;
  vertical-align: top;
}
.Recognition-wrap .Recognition-icon {
  width: 2.395833333vw;
  height: 1.875vw;
  top: 2vw;
  margin-bottom: 3vw;
}
.Recognition-wrap .Recognition-icon img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.Recognition-wrap h3 {
  font-size: 1.263vw;
  line-height: 1.666667vw;
  margin-top: -0.916667vw;
  color: #000;
  font-family: PlayfairDisplay;
  font-weight: Bold;
}
.Recognition-bg {
  padding-bottom: 0;
}
.Recognition-wrap p {
  margin-bottom: 0;
}
.Recognition-bg:before {
  height: 14.32291667vw;
}
.contact-wrap {
  position: fixed;
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 1.875vw 0 1.875vw 3.958333333vw;
  z-index: 9999999;
  display: none;
  right: 7.916666667vw;
  -webkit-box-shadow: inset -64px 0 57px -48px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset -64px 0 57px -48px rgba(0, 0, 0, 0.08);
  box-shadow: inset -64px 0 57px -48px rgba(0, 0, 0, 0.08);
}
.contact-heading {
  font-size: 2.5vw;
  margin: 3.489583333vw 3.958333333vw 0 3.958333333vw;
  text-align: center;
  font-family: PlayfairDisplay;
  font-weight: bold;
  position: relative;
  color: #000;
}
.contact-heading:after {
  width: 4.166666667vw;
  height: 1px;
  position: absolute;
  background: #fa0;
  bottom: -0.833333333vw;
  content: "";
  transform: translate(-50%, 0);
  left: 50%;
}
.contact-form {
  width: 29.86%;
  margin: 5.416666667vw auto 2.604166667vw auto;
}
.contact-form input {
  height: 4.427083333vw;
  margin-bottom: 2.083333333vw;
}
.page-header_text h5 {
  margin: 0 auto;
  font-size: 1.263vw;
  line-height: 1.666666667vw;
  font-family: PlayfairDisplay;
  font-weight: bold;
  color: #000;
  width: 50%;
  text-align: center;
}
.newsletter__form {
  width: 25vw;
  margin-top: 2.604166667vw;
}
.reset-radio {
  height: auto !important;
  margin: 8px 0 !important;
}
.radio-inline {
  margin-top: 20px;
  margin-left: 0 !important;
  padding-left: 0;
}
.radio-inline span {
  margin-left: 23px !important;
  font-size: 1.093vw;
}
lable {
  font-weight: normal !important;
  font-family: Roboto;
}
.group {
  position: relative;
  margin-bottom: 20px;
}
.group input {
  font-size: 1.263vw;
  padding: 10px 1.25vw 10px 1.25vw;
  display: block;
  width: 100%;
  border: 1px solid #dadada;
  border-radius: 8px;
  font-family: Roboto;
}
.group input:focus {
  outline: none;
}
.group label {
  color: #363636;
  font-size: 1.263vw;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 1.25vw;
  top: 1.354166667vw;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.group input:focus ~ label,
.group input:valid ~ label {
  top: -0.78125vw;
  font-size: 1.263vw;
  color: #dadada;
  font-weight: normal;
  background: #fff;
}
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}
.md-radio {
  margin: 0 0;
  display: inline-block;
  margin-top: 1.302083333vw;
}
.md-radio.md-radio-inline {
  display: inline-block;
}
.md-radio input[type="radio"] {
  display: none;
}
.md-radio input[type="radio"]:checked + label:before {
  border-color: #337ab7;
  animation: ripple 0.2s linear forwards;
}
.md-radio input[type="radio"]:checked + label:after {
  transform: scale(1);
}
.md-radio label {
  display: inline-block;
  height: 1.041666667vw;
  position: relative;
  padding: 0 1.5625vw;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
  font-size: 1.263vw;
  font-weight: normal;
}
.md-radio label span {
  position: relative;
  top: -0.208333333vw;
  left: 0.416666667vw;
}
.md-radio label:before,
.md-radio label:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: all 0.3s ease;
  transition-property: transform, border-color;
}
.md-radio label:before {
  left: 0;
  top: 0;
  width: 1.25vw;
  height: 1.25vw;
  border: 2px solid rgba(0, 0, 0, 0.54);
}
.md-radio label:after {
  top: 0.208333333vw;
  left: 0.208333333vw;
  width: 0.833333333vw;
  height: 0.833333333vw;
  transform: scale(0);
  background: #337ab7;
}
.form__group {
  position: relative;
  padding: 0;
}
.form__field {
  font-family: inherit;
  width: 100%;
  font-size: 1.263vw;
  color: #363636;
  transition: border-color 0.2s;
  border: 1px solid #dadada;
  border-radius: 8px;
  font-family: Roboto;
  padding: 15px;
}
.form__field::placeholder {
  color: transparent;
}
.form__field:placeholder-shown ~ .form__label {
  font-size: 1.263vw;
  cursor: text;
  top: 15px;
  color: #363636;
}
.form__label,
.form__field:focus ~ .form__label {
  position: absolute;
  top: -0.78125vw;
  display: block;
  transition: 0.2s;
  color: #dadada;
  font-weight: normal;
  margin-left: 1.25vw;
  font-size: 1.263vw;
  background: #fff;
}
.form__field:focus ~ .form__label {
  color: #dadada;
  font-weight: normal;
  background: #fff;
}
.required {
  border-color: #ff592d !important;
}
.form-btn a {
  border: 1px solid #dadada;
  display: inline-block;
  padding: 0 2.083333333vw;
  color: #363636;
  font-size: 1.263vw;
  font-family: "Roboto";
  border-radius: 1.666666667vw;
  height: 3.333333333vw;
  line-height: 3.333333333vw;
  text-decoration: none !important;
  margin-top: 1.666666667vw;
}
.form-btn a:hover {
  border: 1px solid #ffd375;
  background-color: #ffd375;
  text-decoration: none !important;
  box-shadow: 0 20px 0.833333333vw rgba(255, 211, 117, 0.23137254901960785);
  -webkit-box-shadow: 0 20px 0.833333333vw
    rgba(255, 211, 117, 0.23137254901960785);
  -moz-box-shadow: 0 20px 0.833333333vw rgba(255, 211, 117, 0.23137254901960785);
}
.contact-close {
  height: 4.166666667vw;
  width: 4.166666667vw;
  position: absolute;
  right: 1.5625vw;
  top: 0.520833333vw;
  font-size: 1.77vw;
  color: #000 !important;
  line-height: 4.166666667vw;
  cursor: pointer;
  text-align: center;
}
.contact-close:hover {
  color: #0061af;
}
.contact-btn {
  cursor: pointer;
}
mobileNav {
  display: none;
}
.Newsletter,
.cookie-policy,
.Legal-Policy {
  overflow: hidden;
  margin: 0 auto;
}
.Newsletter h1 {
  font-size: 2.5vw;
  line-height: 2.916666667vw;
  padding-bottom: 0;
  font-family: Playfair Display;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 3.072916667vw auto;
  width: 74.62%;
  text-align: center;
  margin: 8.75vw auto 0 auto;
}
.Newsletter h5 {
  margin: 0 auto;
  font-size: 1.263vw;
  line-height: 1.666666667vw;
  font-family: PlayfairDisplay;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-top: 2.864583333vw;
  width: 32%;
}
.Newsletter .template_tit:after,
.cookie-policy .template_tit:after,
.Legal-Policy h1:after {
  width: 4.166666667vw;
  height: 1px;
  position: absolute;
  background: #fa0;
  top: 12.854167vw;
  content: "";
  transform: translate(-50%, 0);
  left: 50%;
}
.cookie-policy h2 {
  font-size: 1.406vw;
  line-height: 1.25vw;
  color: #000;
  font-family: Roboto;
  margin: 0.520833333vw auto 1.041666667vw auto;
  width: 60%;
}
.cookie-policy p,
.Legal-Policy p {
  font-size: 0.833vw;
  line-height: 1.25vw;
  color: #000;
  font-family: Roboto;
  margin: 0 auto 3.072916667vw auto;
  width: 60%;
}
.cookie-policy h1,
.Legal-Policy h1 {
  font-size: 2.5vw;
  line-height: 2.916666667vw;
  padding-bottom: 0;
  font-family: Playfair Display;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 3.072916667vw auto;
  width: 60%;
  text-align: center;
  margin: 8.75vw auto 2.864583333vw auto;
}
.OW_container .carousel-indicators {
  display: none;
}
.leaves1,
.leaves2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
#carousel-page1 .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
#carousel-page1 .carousel-inner .item,
#carousel-page1 .carousel-inner .active.left,
#carousel-page1 .carousel-inner .active.right {
  opacity: 0;
}
#carousel-page1 .carousel-inner .active,
#carousel-page1.carousel-inner .next.left,
#carousel-page1 .carousel-inner .prev.right {
  opacity: 1;
}
#carousel-page1 .carousel-inner .next,
#carousel-page1 .carousel-inner .prev,
#carousel-page1 .carousel-inner .active.left,
#carousel-page1 .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#carousel-page1 .carousel-inner .item .palte1 {
  -webkit-animation: plate1Anim 0.6s ease-in-out 0.5s both;
  -moz-animation: plate1Anim 0.6s ease-in-out 0.5s both;
  -o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -ms-animation: plate1Anim 0.6s ease-in-out 0.5s both;
  animation: plate1Anim 2s ease-in-out 0.5s both;
  transform-origin: center center;
  transform-style: preserve-3D;
}
#carousel-page1 .carousel-inner .item .palte1,
#carousel-page1 .carousel-inner .active.left .palte1,
#carousel-page1 .carousel-inner .active.right .palte1 {
  -webkit-animation: plate1Anim 0.6s ease-in-out 0.5s both;
  -moz-animation: plate1Anim 0.6s ease-in-out 0.5s both;
  -o-animation: plate1Anim 0.6s ease-in-out 0.5s both;
  -ms-animation: plate1Anim 0.6s ease-in-out 0.5s both;
  animation: plate1Anim 2s ease-in-out 0.5s both;
  transform-origin: center center;
  transform-style: preserve-3D;
}
#carousel-page1 .carousel-inner .active .palte1,
#carousel-page1.carousel-inner .next.left .palte1,
#carousel-page1 .carousel-inner .prev.right .palte1 {
  -webkit-animation: plate1Anim 0.6s ease-in-out 0.5s both;
  -moz-animation: plate1Anim 0.6s ease-in-out 0.5s both;
  -o-animation: plate1Anim 0.6s ease-in-out 0.5s both;
  -ms-animation: plate1Anim 0.6s ease-in-out 0.5s both;
  animation: plate1Anim 2s ease-in-out 0.5s both;
  transform-origin: center center;
  transform-style: preserve-3D;
}
#carousel-page1 .carousel-inner .next .palte1,
#carousel-page1 .carousel-inner .prev .palte1,
#carousel-page1 .carousel-inner .active.left .palte1,
#carousel-page1 .carousel-inner .active.right .palte1 {
  -webkit-animation: plate1Anim 0.6s ease-in-out 0.5s both;
  -moz-animation: plate1Anim 0.6s ease-in-out 0.5s both;
  -o-animation: plate1Anim 0.6s ease-in-out 0.5s both;
  -ms-animation: plate1Anim 0.6s ease-in-out 0.5s both;
  animation: plate1Anim 2s ease-in-out 0.5s both;
  transform-origin: center center;
  transform-style: preserve-3D;
}
#carousel-page1 .carousel-inner .item .leaves1 {
  -webkit-animation: leaves1Anim 0.6s ease-in-out 0.5s both;
  -moz-animation: leaves1Anim 0.6s ease-in-out 0.5s both;
  -o-animation: leaves1Anim 0.6s ease-in-out 0.5s both;
  -ms-animation: leaves1Anim 0.6s ease-in-out 0.5s both;
  animation: leaves1Anim 1.5s ease-in-out 0.5s both;
  transform-origin: center center;
  transform-style: preserve-3D;
}
#carousel-page1 .carousel-inner .item .leaves1,
#carousel-page1
  .carousel-inner
  .active.left
  .leaves1
  #carousel-page1
  .carousel-inner
  .active.right
  .leaves1 {
  -webkit-animation: leaves1Anim 0.6s ease-in-out 0.5s both;
  -moz-animation: leaves1Anim 0.6s ease-in-out 0.5s both;
  -o-animation: leaves1Anim 0.6s ease-in-out 0.5s both;
  -ms-animation: leaves1Anim 0.6s ease-in-out 0.5s both;
  animation: leaves1Anim ease-in-out 0.5s both;
  transform-origin: center center;
  transform-style: preserve-3D;
}
#carousel-page1 .carousel-inner .active .leaves1,
#carousel-page1.carousel-inner .next.left .leaves1,
#carousel-page1 .carousel-inner .prev.right .leaves1 {
  -webkit-animation: leaves1Anim 0.6s ease-in-out 0.5s both;
  -moz-animation: leaves1Anim 0.6s ease-in-out 0.5s both;
  -o-animation: leaves1Anim 0.6s ease-in-out 0.5s both;
  -ms-animation: leaves1Anim 0.6s ease-in-out 0.5s both;
  animation: leaves1Anim ease-in-out 0.5s both;
  transform-origin: center center;
  transform-style: preserve-3D;
}
#carousel-page1 .carousel-inner .next .leaves1,
#carousel-page1 .carousel-inner .prev .leaves1,
#carousel-page1 .carousel-inner .active.left .leaves1,
#carousel-page1 .carousel-inner .active.right .leaves1 {
  -webkit-animation: leaves1Anim 0.6s ease-in-out 0.5s both;
  -moz-animation: leaves1Anim 0.6s ease-in-out 0.5s both;
  -o-animation: leaves1Anim 0.6s ease-in-out 0.5s both;
  -ms-animation: leaves1Anim 0.6s ease-in-out 0.5s both;
  animation: leaves1Anim 1.5s ease-in-out 0.5s both;
  transform-origin: center center;
  transform-style: preserve-3D;
}
@-moz-keyframes plate1Anim {
  from {
    opacity: 0.5;
    transform: rotate(0deg);
  }
  to {
    opacity: 1;
    transform: rotate(90deg);
  }
}
@-ms-keyframes plate1Anim {
  from {
    opacity: 0.5;
    transform: rotate(0deg);
  }
  to {
    opacity: 1;
    transform: rotate(90deg);
  }
}
@keyframes plate1Anim {
  from {
    opacity: 0.5;
    transform: rotate(0deg);
  }
  to {
    opacity: 1;
    transform: rotate(90deg);
  }
}
@-o-keyframes plate1Anim {
  from {
    opacity: 0.5;
    transform: rotate(0deg);
  }
  to {
    opacity: 1;
    transform: rotate(90deg);
  }
}
@-ms-keyframes leaves1Anim {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-ms-keyframes textAnim {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-ms-keyframes textAnim {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-moz-keyframes toLeftAnim5 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-moz-keyframes toLeftAnim6 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-moz-keyframes toLeftAnim6 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-o-keyframes toLeftAnim5 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-o-keyframes toLeftAnim6 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-o-keyframes toLeftAnim6 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-ms-keyframes plate1Anim {
  from {
    opacity: 0.5;
    transform: rotate(0deg);
  }
  to {
    opacity: 1;
    transform: rotate(90deg);
  }
}
@-ms-keyframes toLeftAnim5 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-ms-keyframes toLeftAnim6 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-ms-keyframes toLeftAnim6 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@keyframes toLeftAnim5 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@keyframes toLeftAnim6 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@keyframes toLeftAnim6 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
#carousel-page1 .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
#carousel-page1 .carousel-inner .item,
#carousel-page1 .carousel-inner .active.left,
#carousel-page1 .carousel-inner .active.right {
  opacity: 0;
}
#carousel-page1 .carousel-inner .active,
#carousel-page1.carousel-inner .next.left,
#carousel-page1 .carousel-inner .prev.right {
  opacity: 1;
}
#carousel-page1 .carousel-inner .next,
#carousel-page1 .carousel-inner .prev,
#carousel-page1 .carousel-inner .active.left,
#carousel-page1 .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#carousel-page1 .carousel-inner .item .palte2 {
  -webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  animation: toLeftAnim4 2s ease-in-out 0.5s both;
  transform-origin: center center;
  transform-style: preserve-3D;
}
#carousel-page1 .carousel-inner .item .palte2,
#carousel-page1 .carousel-inner .active.left .palte2,
#carousel-page1 .carousel-inner .active.right .palte2 {
  -webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  animation: toLeftAnim4 2s ease-in-out 0.5s both;
  transform-origin: center center;
  transform-style: preserve-3D;
}
#carousel-page1 .carousel-inner .active .palte2,
#carousel-page1.carousel-inner .next.left .palte2,
#carousel-page1 .carousel-inner .prev.right .palte2 {
  -webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  animation: toLeftAnim4 2s ease-in-out 0.5s both;
  transform-origin: center center;
  transform-style: preserve-3D;
}
#carousel-page1 .carousel-inner .next .palte2,
#carousel-page1 .carousel-inner .prev .palte2,
#carousel-page1 .carousel-inner .active.left .palte2,
#carousel-page1 .carousel-inner .active.right .palte2 {
  -webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  animation: toLeftAnim4 2s ease-in-out 0.5s both;
  transform-origin: center center;
  transform-style: preserve-3D;
}
#carousel-page1 .carousel-inner .item .leaves2 {
  -webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  animation: toLeftAnim5 1.5s ease-in-out 0.5s both;
  transform-origin: center center;
  transform-style: preserve-3D;
}
#carousel-page1 .carousel-inner .item .leaves2,
#carousel-page1
  .carousel-inner
  .active.left
  .leaves2
  #carousel-page1
  .carousel-inner
  .active.right
  .leaves2 {
  -webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  animation: toLeftAnim5 1.5s ease-in-out 0.5s both;
  transform-origin: center center;
  transform-style: preserve-3D;
}
#carousel-page1 .carousel-inner .active .leaves2,
#carousel-page1.carousel-inner .next.left .leaves2,
#carousel-page1 .carousel-inner .prev.right .leaves2 {
  -webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  animation: toLeftAnim5 1.5s ease-in-out 0.5s both;
  transform-origin: center center;
  transform-style: preserve-3D;
}
#carousel-page1 .carousel-inner .next .leaves2,
#carousel-page1 .carousel-inner .prev .leaves2,
#carousel-page1 .carousel-inner .active.left .leaves2,
#carousel-page1 .carousel-inner .active.right .leaves2 {
  -webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  -ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
  animation: toLeftAnim5 1.5s ease-in-out 0.5s both;
  transform-origin: center center;
  transform-style: preserve-3D;
}
@-ms-keyframes toLeftAnim4 {
  from {
    opacity: 0.5;
    transform: rotate(0deg);
  }
  to {
    opacity: 1;
    transform: rotate(90deg);
  }
}
@-ms-keyframes toLeftAnim5 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-ms-keyframes toLeftAnim6 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-ms-keyframes toLeftAnim6 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-moz-keyframes toLeftAnim4 {
  from {
    opacity: 0.5;
    transform: rotate(0deg);
  }
  to {
    opacity: 1;
    transform: rotate(90deg);
  }
}
@-moz-keyframes toLeftAnim5 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-moz-keyframes toLeftAnim6 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-moz-keyframes toLeftAnim6 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-o-keyframes toLeftAnim4 {
  from {
    opacity: 0.5;
    transform: rotate(0deg);
  }
  to {
    opacity: 1;
    transform: rotate(90deg);
  }
}
@-o-keyframes toLeftAnim5 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-o-keyframes toLeftAnim6 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-o-keyframes toLeftAnim6 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-ms-keyframes toLeftAnim4 {
  from {
    opacity: 0.5;
    transform: rotate(0deg);
  }
  to {
    opacity: 1;
    transform: rotate(90deg);
  }
}
@-ms-keyframes toLeftAnim5 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-ms-keyframes toLeftAnim6 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@-ms-keyframes toLeftAnim6 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@keyframes toLeftAnim4 {
  from {
    opacity: 0.5;
    transform: rotate(0deg);
  }
  to {
    opacity: 1;
    transform: rotate(90deg);
  }
}
@keyframes toLeftAnim5 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@keyframes toLeftAnim6 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@keyframes toLeftAnim6 {
  from {
    opacity: 0.5;
    transform: rotate(190deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.Cookie-banner {
  font-family: roboto;
  font-size: 12px !important;
}
.Cookie-banner .col-md-10 {
  min-height: 21px !important;
  line-height: 21px;
}
.btn-primary.cookiebtn {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: transparent;
  border: 0.1em solid #fff;
}
.btn-primary.cookiebtn:hover {
  background-color: #ffd375;
  border: 0.1em solid #ffd375;
}
#contactussection {
  overflow-x: hidden !important;
}
.Manifesto-image-wrap .image-heading {
  top: 25.9375vw;
  width: 58vw;
}
@media only screen and (max-width: 600px) {
  h1.video-heading {
    bottom: 15.90625vw;
    left: 3.958333333vw;
    font-size: 7.5vw;
  }
  .Cookie-banner {
    margin-bottom: 65px;
  }
  .Cookie-banner .col-md-10 {
    min-height: 21px !important;
    line-height: 16px !important;
    padding-bottom: 10px;
  }
}
@media (max-width: 1279px) {
  #menuToggle span {
    display: block;
    width: 25px;
    height: 2px;
    margin: 4px auto;
  }
}
@media (max-width: 1400px) {
  .nav1 svg {
    width: 48px;
    height: 48px;
  }
  .nav1 .our {
    font-size: 1.3671875vw;
  }
  .nav1 span {
    font-size: 1.3671875vw;
  }
  .nav1 span:after {
    left: 3.6vw;
    bottom: -1.833333vw;
  }
  navigation {
    width: 10.15625vw;
  }
  #menuToggle {
    display: block;
    width: 100%;
    padding: 1.927083333vw 3.7109375vw;
    position: relative;
    border-bottom: 0.520833333vw solid #fafafa;
  }
  mainwrap {
    margin-right: 10.2vw;
  }
  .contact-wrap {
    right: 10.15625vw;
  }
  #back2Top {
    width: 3.2vw;
    height: 3.2vw;
    line-height: 3.25vw;
    right: 12.6vw;
    padding-left: 0.4vw;
    padding-top: 0;
    font-size: 2.302vw;
    text-align: left;
    padding-top: -11vw;
  }
  .call a {
    width: 6.583333vw;
    height: 6.583333vw;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ffd375;
    display: block;
    margin: 0 AUTO;
    line-height: 5.583333vw;
    font-size: 2.421vw;
    text-align: center;
  }
  .call a .fa-phone:before {
    content: "";
    position: absolute;
    z-index: 99;
    left: -0.5vw;
    top: -1vw;
  }
  .call a i:after {
    content: "";
    height: 4.604167vw;
    width: 4.604167vw;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    bottom: -2.3vw;
    left: -1.9vw;
  }
  .breadcrumbs a {
    font-size: 1.171875vw;
    line-height: normal;
  }
  .breadcrumbs span {
    font-size: 1.171875vw;
    line-height: normal;
  }
  .footer_links ul li a {
    display: block;
    color: #fff;
    font-size: 1.171875vw;
    font-family: "Roboto";
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
  }
  .footer_links ul li.heading a {
    margin-bottom: 2.96875vw;
    font-size: 1.5625vw;
    line-height: 1.666666667vw;
    color: #fff;
    font-family: "Playfair Display";
    font-weight: bold;
  }
  .footer_brand img {
    width: 21.09375vw;
  }
  .copyRight {
    width: 22.364583vw;
    font-size: 1.171875vw;
    line-height: 2.05078125vw;
    color: #fff;
    margin-top: 2.239583333vw;
    font-family: "Roboto";
    font-weight: normal;
  }
  .info_links a {
    height: 2.239583333vw;
    display: inline-block;
    color: #fff;
    font-size: 1.171875vw;
  }
  .evkar-global-navigation_logo img,
  .menu-logo {
    width: 18.604167vw;
  }
  .menu_links ul li a {
    font-size: 1.171875vw;
  }
  .menu_links ul li.heading a {
    margin-bottom: 2.96875vw;
    font-size: 1.5625vw;
  }
  #menu {
    bottom: -10px;
  }
  .Airline-Catering .msg-box p {
    margin: 2.916666667vw 8.48vw 0 8.48vw;
    font-family: "roboto";
    font-weight: normal;
    font-size: 1.3671875vw;
    line-height: 2.05078125vw;
  }
  .Airline-Catering .msg-box h2 {
    text-align: center;
  }
  .Airline-Catering .msg-box {
    width: 45.069767vw;
    background: #fff;
    -webkit-box-shadow: 1.3671875vw 27px 58px -2px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 1.3671875vw 27px 58px -2px rgba(0, 0, 0, 0.23);
    box-shadow: 1.3671875vw 27px 58px -2px rgba(0, 0, 0, 0.23);
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: translate(0, 50%);
    z-index: 99;
  }
  .Airline-Catering1 {
    margin: 13vw 3.958333333vw 13vw 3.958333333vw;
    position: relative;
  }
  .about-box p {
    font-size: 1.3671875vw;
    line-height: 2.05078125vw;
    color: #363636;
    font-family: Roboto;
  }
  .about-box p {
    font-size: 1.3671875vw;
    line-height: 2.05078125vw;
  }
  .vision-box h1 {
    font-family: Playfair Display;
    font-size: 2.34375vw;
    line-height: 32px;
    bottom: -2.25vw;
  }
  .vision-box-text {
    font-size: 1.3671875vw;
    line-height: 2.05078125vw;
  }
  .piq-content-box p {
    font-size: 1.3671875vw;
    font-family: Roboto;
    line-height: 2.05078125vw;
  }
  .values-grid-content-box h4 {
    font-size: 1.3671875vw;
    line-height: 2.5390625vw;
  }
  .values-grid-content-box p {
    font-size: 10px;
    font-family: Roboto;
    line-height: 1.5625vw;
  }
  .section_wrap .differencelinks a {
    font-size: 1.7578125vw;
  }
  .Airline-Catering .msg-box h5 {
    font-size: 1.3671875vw;
    margin: 2.916666667vw 8.48vw 0 8.48vw;
  }
  .Airline-Catering .msg-box .service span {
    font-size: 1.3671875vw;
    margin-left: 1.48vw;
  }
  .Airline-Catering .msg-box .service span {
    padding-left: 12px;
  }
  .service span:before {
    top: 6px;
  }
  .Manifesto-image-wrap h1.image-heading {
    top: 34.0375vw;
  }
  .page-header_text p {
    font-size: 1.3671875vw;
    line-height: 2.05078125vw;
  }
  .Recognition-wrap h3 {
    font-size: 1.7578125vw;
    line-height: 2.5390625vw;
  }
  .facts-wrap p {
    font-size: 1.3671875vw;
    line-height: 2.05078125vw;
  }
  .Recognition-quote-wrap h2 {
    margin: 0 auto;
    font-size: 1.7578125vw;
    line-height: 2.5390625vw;
    width: 60.24%;
  }
  .Recognition-wrap .facts-box {
    padding: 2.34375vw;
  }
  .Recognition-wrap .Recognition-icon {
    width: 4.4921875vw;
    height: 3.515625vw;
  }
  .Catering-righttBox .image-wrap {
    width: 69.046512%;
    margin-left: 30.935%;
    position: relative;
    z-index: 9;
  }
  .Catering-righttBox .content-box {
    width: 51.39534884%;
    z-index: 99;
  }
  .Laundry-box p {
    margin: 2.4vw 7.12890625vw 2vw 7.12890625vw !important;
    font-family: "roboto";
    font-size: 1.3671875vw;
    line-height: 2.05078125vw;
  }
  .Catering-righttBox .content-box {
    width: 51.39534884%;
    z-index: 99;
    -webkit-box-shadow: 1.3671875vw 27px 58px -2px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 1.3671875vw 27px 58px -2px rgba(0, 0, 0, 0.23);
    box-shadow: 1.3671875vw 27px 58px -2px rgba(0, 0, 0, 0.23);
    position: absolute;
    top: initial;
    z-index: 99;
    left: 0;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 51.39534884%;
    bottom: initial;
  }
  .Catering-righttBox .content-box p {
    margin: 2.4vw 7.12890625vw 4.4vw 7.12890625vw;
    font-family: "roboto";
    font-size: 1.3671875vw;
    line-height: 2.05078125vw;
  }
  .Events-Catering .msg-box {
    background: #fff;
    -webkit-box-shadow: 1.3671875vw 27px 58px -2px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 1.3671875vw 27px 58px -2px rgba(0, 0, 0, 0.23);
    box-shadow: 1.3671875vw 27px 58px -2px rgba(0, 0, 0, 0.23);
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 51.39534884%;
  }
  .Events-Catering .msg-box p {
    margin: 0 7.083333333vw 4.427083333vw 7.083333333vw;
    font-family: "roboto";
    font-weight: normal;
    font-size: 1.3671875vw;
    line-height: 2.05078125vw;
  }
  .Catering-lefttBox .content-box h1 {
    margin: 2.9vw 7.12890625vw;
  }
  .Catering-lefttBox .content-box p {
    font-family: "roboto";
    font-size: 1.3671875vw;
    line-height: 2.05078125vw;
    margin: 2.9vw 7.12890625vw;
  }
  .Catering-lefttBox .content-box {
    width: 51.39534884%;
    z-index: 99;
  }
  .Catering-lefttBox .image-wrap {
    margin-right: 42.08%;
    position: relative;
    z-index: 9;
    width: 69.046512%;
    margin-right: 30.935%;
  }
  .our-news_carousel_wrap h4 {
    color: #005697;
    font-size: 1.3671875vw;
    line-height: 2.34375vw;
  }
  newsBlock h4 {
    color: #005697;
    font-size: 1.3671875vw;
    line-height: 2.05078125vw;
  }
  newsBlock h2 {
    color: #000;
    font-size: 1.7578125vw;
    line-height: 2.5390625vw;
  }
  .news-min-height {
    min-height: 35vw;
  }
  .airport-box p {
    font-size: 1.3671875vw;
    line-height: 2.05078125vw;
  }
  .menu_links {
    width: 80%;
    margin: 7.708333333vw 0 0 13.125vw;
    height: auto;
    overflow: hidden;
  }
  .cookie-policy p,
  .Legal-Policy p {
    font-size: 14px;
    line-height: 21px;
    color: #000;
    font-family: Roboto;
    margin: 0 auto 3.072916667vw auto;
    width: 60%;
  }
  .cookie-policy h1,
  .Legal-Policy h1 {
    margin: 8.75vw auto 5.864583vw auto;
  }
  .nav1 li {
    text-align: center !important;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .news-txt {
    display: none;
  }
  .news-msgBox {
    padding: 2.34375vw;
  }
  .news-arrows {
    position: absolute;
    bottom: 8.822917vw;
    left: 2.666667vw;
  }
  #carousel-page .carousel-indicators li {
    height: 2.34375vw !important;
  }
  .carousel-control i {
    font-size: 3.041vw;
    margin-top: 5px;
  }
  .carousel-control.right {
    left: 15.5vw;
  }
}
@media (max-height: 720px) and (max-width: 1280px) {
  .nav1 li:after {
    bottom: 12px;
  }
}
@media (max-height: 768px) and (max-width: 1366px) {
  .nav1 li:after {
    bottom: 12px;
  }
  .nav1 li:nth-child(1) {
    margin-top: 5px;
  }
}
@media (max-height: 768px) and (max-width: 1024px) {
  .nav1 li:after {
    bottom: 25px;
  }
  .nav1 li:nth-child(1) {
    margin-top: 5px;
  }
}
@media (max-height: 768px) {
  .nav1 svg {
    width: 38px;
    height: 38px;
  }
  .nav1 span {
    font-size: 14px;
  }
  .nav1 .our {
    font-size: 14px;
    padding-top: 0 !important;
  }
  .call a {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ffd375;
    display: block;
    margin: 0 AUTO;
    line-height: 64px;
    font-size: 26px;
    text-align: center;
  }
  .call a .fa-phone:before {
    content: "";
    position: absolute;
    z-index: 99;
    left: 2px;
    top: -11px;
  }
  .call a i:after {
    content: "";
    height: 50px;
    width: 50px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    bottom: -25px;
    left: -14px;
  }
  .call {
    bottom: 6% !important;
  }
}
@media (min-height: 1366px) and (max-width: 1024px) {
  .nav1 li {
    text-align: center !important;
    margin: 0 auto;
    min-height: calc(100vh - 88.208333vh);
    position: relative;
  }
}
@media (max-width: 1024px) {
  .news-right {
    text-shadow: none !important;
    opacity: 1;
    left: 4.604167vw;
  }
}
@media (max-width: 823px) {
  .featured-card1 span {
    display: none;
  }
  mobileNav ul li a.active span svg {
    fill: #005697 !important;
  }
  mobileNav ul li a.active span {
    color: #005697 !important;
  }
  navigation,
  menuborder {
    background: none;
    right: -100px;
  }
  mainwrap {
    margin-right: 0;
  }
  mobileNav {
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 17.5vw;
    display: block;
    z-index: 9999;
    -webkit-box-shadow: 2px -5px 60px -20px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: 2px -5px 60px -20px rgba(0, 0, 0, 0.62);
    box-shadow: 2px -5px 60px -20px rgba(0, 0, 0, 0.62);
  }
  #menuToggle input {
    display: block;
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    left: -13px;
  }
  mobilenav a:hover,
  mobilenav a:focus {
    color: #2a6496;
    text-decoration: none;
  }
  mobilenav li:hover svg,
  mobilenav li:focus svg {
    fill: #005697;
  }
  mobilenav a:hover,
  mobilenav a:focus {
  }
  #menuToggle {
    position: fixed;
    right: 0;
    width: auto;
    bottom: 7.25vw;
    right: 9.9vw;
    border: none;
    padding: 0;
  }
  #menuToggle span {
    width: 6.875vw;
    height: 0.625vw;
    margin: 1.4vw 0;
    left: 4px;
    transform-origin: 0.966183575vw 0;
  }
  .nav1 ul {
    display: none;
  }
  #menu {
    bottom: 0;
  }
  mobileNav ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }
  mobileNav ul li {
    display: table-cell;
    width: 25%;
    height: 17.5vw;
    vertical-align: middle;
    text-align: center;
  }
  mobileNav ul li span:nth-child(2) {
    display: block;
    font-size: 3.75vw;
    color: #000;
    margin-top: -1.875vw;
  }
  mobileNav ul li a {
    display: block;
    font-size: 3.75vw;
    color: #000;
    margin-top: -1.875vw;
  }
  mobileNav ul li span {
    display: block;
    position: relative;
    top: 4px;
  }
  mobileNav ul li span svg {
    width: 7.5vw;
    height: auto;
    padding: 0;
  }
  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(1.25vw, 0);
    background: #232323;
  }
  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, 1.25vw);
  }
  .moible-menu {
    margin-top: 7.29vw;
  }
  .menu_links {
    margin: 7.708333333vw auto;
    overflow: auto;
    position: absolute;
    top: 9.625vw;
    width: 100%;
    bottom: -4.875vw;
  }
  .menu_links .col-md-3.col-xs-12 {
    width: 50%;
  }
  .menu_links ul li.heading a {
    font-size: 4.347826087vw !important;
    margin-top: 7.246376812vw;
    margin-bottom: 1.93236715vw;
  }
  .menu_links ul li a {
    font-size: 3.381642512vw;
    white-space: nowrap;
  }
  .evkar-global-navigation_logo img,
  .menu-logo {
    width: 39.604167vw;
    margin-top: 3.125vw;
    margin-left: 15px;
  }
  .menu-btn a {
    border: 1px solid #ffd375;
    display: inline-block;
    padding: 0 5.083333vw;
    color: #363636;
    font-size: 3.263vw;
    font-family: "Roboto";
    border-radius: 3.666667vw;
    height: 7.333333vw;
    line-height: 7.33vw;
    text-decoration: none !important;
    margin-top: 6.25vw;
    margin-right: 4.6875vw;
  }
  #menu {
    padding: 1.875vw 3.770833vw 1.875vw 3.770833vw;
  }
  .brand {
    width: 15.9375vw;
    height: 13.4375vw;
    overflow: hidden;
    margin-bottom: 14.49275362vw;
    margin-top: 13.52657005vw;
  }
  footer {
    margin-bottom: 15.625vw;
    padding-top: 0;
  }
  .footer_brand img {
    width: 68.09375vw;
  }
  .footer_wrap container {
    display: block;
  }
  .footer_links ul li.heading a {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 8px;
    display: block;
  }
  .footer_links ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    height: 17.5vw;
    overflow: hidden;
    transition: height 0.5s ease-out;
  }
  .footer_links:nth-child(2).open-menu ul {
    height: 94.5625vw;
  }
  .footer_links:nth-child(3).open-menu ul {
    height: 103.9375vw;
  }
  .footer_links:nth-child(4).open-menu ul:first-child {
    height: 42.6875vw;
  }
  .footer_links:nth-child(4) ul:nth-child(2) .heading:after {
    display: none;
  }
  .footer_links:nth-child(5).open-menu ul {
    height: 54.6875vw;
  }
  .open-menu .heading:after {
    transform: rotate(180deg);
  }
  .footer_links ul li.heading {
    position: relative;
  }
  .footer_links .heading:after {
    content: "";
    position: absolute;
    right: -5.9625vw;
    width: 15.625vw;
    border: 0;
    z-index: 999;
    top: 3.125vw;
    bottom: 3.125vw;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 11.9375vw;
    font-size: 4vw;
    font-family: "FontAwesome";
    transition: ease-in-out 0.5s;
  }
  .footer_links ul li a {
    font-size: 4.375vw;
    padding: 2vw 0;
  }
  .contact_links .social {
    float: right;
    color: #fff;
    margin-left: 1.875vw;
    font-size: 8.578vw;
    position: absolute;
    top: 14.32291667vw;
  }
  .contact_links a:nth-child(4) {
    right: 47.5625vw;
  }
  .contact_links a:nth-child(3) {
    right: 31.3125vw;
  }
  .contact_links a:nth-child(2) {
    right: 11vw;
  }
  .footer_wrap {
    display: table;
    width: 90vw;
    margin: 0 auto;
    color: #000;
  }
  .footer_links {
    display: unset;
    width: unset;
  }
  .menu-footer {
    display: unset;
  }
  .footer_brand {
    float: unset;
  }
  .footer_links ul li.heading a {
    font-size: 5vw;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    padding: 7.8125vw 0;
  }
  .info_links {
    text-align: left;
    margin-top: 15px;
  }
  .info_links a {
    height: auto;
    display: block;
    color: #fff;
    font-size: 3.75vw;
    margin: 0;
    padding: 2.5vw 0;
    margin-bottom: 0;
  }
  .contact_links {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 2.083333333vw 0;
    margin-top: 4.6875vw;
    text-align: center;
    margin-bottom: 15.625vw;
  }
  .contact_links .contact-btn {
    border: 1px solid #fff;
    display: inline-block;
    padding: 0 2.083333vw;
    color: #fff;
    font-size: 5vw;
    font-family: "Roboto";
    border-radius: 9.375vw;
    height: 17.1875vw;
    line-height: 17.1875vw;
    text-decoration: none;
    width: 90.3125vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
  .copyRight {
    width: 70%;
    font-size: 3.75vw;
    line-height: 5.75vw;
    color: #fff;
    font-family: "Roboto";
    font-weight: normal;
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 14.025vw;
    margin: 0 auto;
    left: 15%;
  }
  #carousel-page .carousel-height {
    height: 100vh;
    background-size: cover !important;
    max-height: 58.45070423vh;
    background-position: center center !important;
  }
  .container-slide.container {
    left: initial;
    height: auto;
    text-align: left;
    letter-spacing: 0.29vw;
    color: #fff;
    opacity: 1;
    background: #fff;
    top: 48.41549296vh;
    position: relative;
    width: 90vw;
    padding: 40px 0;
    box-shadow: 0 25px 90px hsla(0, 0%, 0%, 0.0784313725490196);
    -webox-shadow: 0 25px 90px hsla(0, 0%, 0%, 0.0784313725490196);
    -moz-box-shadow: 0 25px 90px hsla(0, 0%, 0%, 0.0784313725490196);
  }
  .display-1 {
    text-align: center;
    letter-spacing: 0.29vw;
    color: #040404;
    font-size: 5.625vw;
    font-weight: 100;
  }
  .display-2 {
    letter-spacing: 0.055vw;
    color: #000;
    font-size: 11.25vw;
    font-weight: bold;
    text-align: center;
  }
  .display-3 {
    text-align: center;
    color: #000;
    font-size: 8.125vw;
    font-weight: 600;
    margin: 5px;
  }
  #carousel-page .carousel-height {
    height: 100vh;
    background-size: cover !important;
    max-height: 58.45070423vh;
    background-position: center center !important;
    display: table;
    width: 100%;
    content: "";
    clear: both;
  }
  .carousel-indicators li {
    width: 33px !important;
    height: 2px !important;
    background-color: #fff;
    opacity: 0.8 !important;
    z-index: 9999 !important;
    display: inline-block !important;
    border: none !important;
    margin: 0 !important;
    margin-bottom: 5px !important;
    background-color: #dadada;
  }
  h1.slide-2 {
    text-align: center;
    font-size: 11.25vw;
    color: #000;
  }
  h2.slide-2 {
    letter-spacing: 0.055vw;
    color: #000;
    font-size: 8.125vw;
    font-weight: bold;
    text-align: center;
  }
  h4.slide-2 {
    text-align: center;
    color: #000;
    font-size: 5.625vw;
    font-weight: 100;
    margin: 5px !important;
  }
  #carousel-page .right.carousel-control,
  #carousel-page .left.carousel-control {
    display: none;
  }
  .featured-card1:after,
  .featured-card1:before {
    display: none;
  }
  .featured-card1 {
    position: relative;
    margin: 0;
    font-size: 12.5vw;
    box-shadow: none;
    background: none;
    width: 100%;
    height: auto;
    margin-top: -15px;
    left: initial;
    top: initial;
  }
  .featured-card1:after {
    content: "";
    width: 23.4375vw;
    height: 1px;
    background: #ffd375;
    position: absolute;
    top: initial;
    display: block;
    bottom: -1.875vw;
    left: 39%;
  }
  .services-wraper .section-box {
    display: block;
  }
  .srv-image h1 {
    font-size: 7.5vw;
  }
  .wrap-gap {
    display: none !important;
  }
  .section-box .box2 {
    width: 39%;
    padding-right: 2.5vw;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

  }
  .section-box .box3 {
    width: 24.257%;
    padding-left: 2.5vw;
  }
  .section-box .box2 .img1-wrap {
    margin-top: 15.9375vw;
  }
  .section-box .box3 .img1-wrap {
    position: relative;
    margin-top: 25.9375vw;
  }
  .section-box .imgbg-wrap h1 {
    font-size: 6.25vw;
    line-height: 7.5vw;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-family: "Playfair Display";
    z-index: 10;
    padding-left: 16px;
    text-align: left;
    margin-top: 11px;
  }
  .corporate_tittle {
    background: #015697;
    color: #fff;
    font-size: 6.25vw;
    line-height: 7.5vw;
    font-weight: bold;
    font-family: "Playfair Display";
    position: RELATIVE;
    margin: -9.875vw auto 0 auto;
    width: 90%;
    height: auto;
    z-index: 1;
    padding: 3.75vw;
    text-align: left;
  }
  .section-box .box3 .img2-wrap {
    position: relative;
    margin-top: 10vw;
  }
  .section-box .box2 .img2-wrap {
    margin-top: 10vw;
    position: relative;
  }
  .DE-Video-wrap img {
    width: 100%;
    min-height: 56.33802817vh;
  }
  .allserv_btn {
    left: 0;
    top: 272.760563vw;
    width: 100%;
  }
  .pagebtn a {
    border: 2px solid #ffd375;
    display: inline-block;
    padding: 0 2.083333333vw;
    color: #363636;
    font-size: 5vw;
    font-family: "Roboto";
    border-radius: 10.666667vw;
    height: 14.1875vw;
    line-height: 3.333333333vw;
    text-decoration: none !important;
    width: 46.875vw;
    line-height: 13.1875vw;
    text-align: center;
    transform: translate(50%, 0) !important;
    left: unset !important;
  }
  .DE-Video-wrap {
    margin-top: 34vw;
  }
  h1.video-heading {
    bottom: 8.90625vw;
    left: 3.958333333vw;
    font-size: 7.5vw;
  }
  h2.video-subheading {
    position: absolute;
    bottom: 2vw;
    color: #fff;
    left: 3.958333333vw;
    font-size: 4.375vw;
    font-family: Roboto;
    font-weight: 400;
  }
  .our-work {
    margin-top: 17.5vw;
  }
  .our-work h1 {
    font-size: 8.125vw;
  }
  .OW_container {
    margin-top: 33.666667vw;
    min-height: 132vw;
  }
  .ow_carousel_bg {
    background: #005697;
    width: 100%;
    height: 66.5625vw;
  }
  .OW_container .carousel-inner {
    width: 100%;
    top: -14.510417vw;
    margin: 0 auto;
  }
  .our-work {
    margin-top: 8.333333333vw;
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
  #carousel-page1 img {
    min-height: 102.375vw;
  }
  .OW_container .right.carousel-control,
  .OW_container .left.carousel-control {
    display: none;
  }
  .ow_carousel_bg:after {
    background: #005697;
    bottom: -3.312vw;
    margin: 0 auto;
    position: absolute;
    top: -6.510416667vw;
    box-shadow: 0 13.125vw 45.6875vw rgba(0, 86, 150, 0.3843137254901961);
    left: 4.6875vw;
    right: 4.6875vw;
    content: "";
    top: 4.125vw;
  }
  .ow_carousel_bg .carousel {
    z-index: 99;
  }
  .ow_carousel_bg {
    position: relative;
    box-shadow: none;
    background: none;
  }
  .OW_container .slide-text {
    font-size: 4.375vw;
    font-family: Roboto;
    font-weight: 500;
    line-height: 6.5625vw;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    top: -14.5625vw;
  }
  .our-work {
    margin-top: 17.5vw;
  }
  .OW_container .info {
    position: absolute;
    top: 30.958333vw;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    opacity: 1;
    font-family: "Playfair Display";
    font-weight: 700;
    font-size: 18.75vw;
    height: auto;
  }
  .OW_container .info-count {
    font-size: 18.75vw;
  }
  .OW_container .info-tag {
    font-size: 7.5vw;
    margin-top: -1.5625vw;
  }
  .our-news-wraper h1:before {
    width: 14.25vw;
    height: 1px;
    left: 0;
    top: 12.416667vw;
  }
  .our-news-wraper h1 {
    font-size: 8.125vw;
  }
  .our-news_carousel_wrap {
    position: static;
  }
  .our-news-wraper h1 {
    font-size: 8.125vw;
    margin-top: 17.5vw;
    height: auto;
    margin-bottom: 15vw;
  }
  .our-news_carousel_wrap {
    margin: 0;
  }
  .our-news-content {
    height: auto;
  }
  .news_img_wrap {
    width: 100%;
    height: 58.125vw;
    margin-left: 0;
  }
  .news-msgBox {
    padding: 2.34375vw;
    position: relative;
    width: 80vw;
    margin: 0 auto;
    margin-top: -30px;
  }
  .date {
    color: #0000004e;
    margin-top: 7.5vw;
    font-size: 4.375vw;
    line-height: normal;
    height: auto;
  }
  .drop-block-title {
    color: #000;
    font-size: 6.25vw;
    font-family: "PlayfairDisplay";
    font-weight: bold;
    line-height: normal;
    width: 100%;
    margin-top: 0.520833333vw;
    z-index: 99999;
    text-decoration: none;
  }
  .news-right {
    text-shadow: none !important;
    opacity: 1;
    left: 10vw;
  }
  .our-news_carousel_wrap h4 {
    color: #005697;
    font-size: 4.375vw;
    line-height: 2.34375vw;
  }
  .news-msgBox {
    padding: 2.34375vw;
    position: relative;
    width: 80vw;
    margin: 0 auto;
    margin-top: -30px;
    padding: 5vw;
    height: 71.875vw;
    z-index: 99;
    -webkit-box-shadow: 0 40px 47px -17px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 40px 47px -17px rgba(0, 0, 0, 0.16);
    box-shadow: 0 40px 47px -17px rgba(0, 0, 0, 0.16);
  }
  .news-arrows {
    position: absolute;
    bottom: 36.4375vw;
    left: 10.5vw;
  }
  .carousel-control i {
    font-size: 5.041vw;
  }
  .our-news-banner-wrap .news-arrows {
    position: absolute;
    bottom: 26.4375vw;
    left: 12.5vw;
    z-index: 99;
  }
  .news-arrows .left,
  news-arrows .right {
    font-size: 6.25vw;
  }
  .careers-img-wrap {
    position: absolute;
    top: -3.125vw;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
  }
  .careers-img-wrap img {
    width: 100%;
    min-height: 192.1875vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin-left: 17.0625vw;
  }
  .careers_wrap {
    height: 119.6875vw;
    margin: 0;
    position: relative;
  }
  .careers_wrap h1 {
    font-size: 8.125vw;
    margin-left: 5vw !important;
    position: relative;
    top: 48.75vw;
  }
  .careers_wrap h1:before {
    display: none;
  }
  .careers_wrap .vac_btn {
    position: absolute;
    left: -18.041667vw;
    top: 70vw;
    width: 90vw;
    z-index: 99;
  }
  .our-news-content .carousel-inner {
    padding-bottom: 21.875vw;
  }
  newsbanner h1 {
    margin-top: 24.375vw;
    font-size: 12.5vw;
    line-height: 15vw;
    color: #000;
    font-family: "PlayfairDisplay";
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: 3.75vw;
  }
  .home-icon {
    height: 7.4375vw;
    width: 5.25vw;
  }
  .our-news-banner-wrap {
    height: auto;
  }
  .our-news-banner-wrap .carousel-inner > .item {
    padding-bottom: 15.625vw;
  }
  NewsBanner {
    height: auto;
    background: none;
  }
  .ourNews-Banner {
    margin: 26.25vw 0 0 0;
  }
  NewsBanner h1:after {
    width: 23.4375vw;
    left: 39%;
  }
  .our-news_carousel_wrap .news-msgBox {
    width: 90vw;
    height: auto;
    padding-bottom: 18.75vw;
  }
  .ourNews-Blocks-wrap {
    margin-top: 0;
    display: block;
    table-layout: fixed;
    width: 100%;
  }
  .news-min-height {
    min-height: 35vw;
    margin: 0 auto;
  }
  .old-news-heading {
    font-size: 6.25vw;
    padding-bottom: 40px;
  }
  .newsBlock-img-wrap {
    margin: 0;
    height: 63.4375vw;
    overflow: hidden;
    box-shadow: 0 9.25vw 12.25vw -1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 9.25vw 12.25vw -1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 9.25vw 12.25vw -1px rgba(0, 0, 0, 0.05);
    width: 80vw;
    margin: 0 auto;
  }
  .mobile-hide {
    display: none;
  }
  .breadcrumbs {
    display: none;
  }
  .older-news-wrap {
    display: block;
  }
  newsBlock {
    width: 90vw;
    display: block;
    margin: 0 auto;
    box-shadow: 0 9.25vw 12.25vw -1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 9.25vw 12.25vw -1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 9.25vw 12.25vw -1px rgba(0, 0, 0, 0.05);
    margin-top: -30px;
    background: none;
  }
  newsBlock h4 {
    color: #005697;
    font-size: 4.375vw;
    line-height: 4.375vw;
    margin: 5vw auto;
    width: 80vw;
  }
  newsBlock h2 {
    color: #000;
    font-size: 5.625vw;
    line-height: 6.5625vw;
    padding-right: 7.8125vw;
    margin-bottom: 5vw;
    min-height: 38.125vw;
    width: 80vw;
    margin: 0 auto;
  }
  .news-date {
    font-family: Roboto;
    color: #959595;
    font-size: 4.375vw;
    margin: 0 auto 15vw auto;
    width: 80vw;
    padding-bottom: 7.5vw;
  }
  .back-btn {
    display: block !important;
    position: fixed;
    top: 0;
    width: 16.25vw !important;
    height: 18.4375vw !important;
    z-index: 9999;
    text-align: right;
    font-size: 7.1875vw !important;
    color: #000;
  }
  .vision-box-icon {
    width: 21.25vw;
    height: 21.25vw;
    background: transparent linear-gradient(225deg, #ff592d 0%, #fa0 100%) 0% 0%
      no-repeat padding-box;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1411764705882353);
    border-radius: 50%;
    position: absolute;
    top: 0.625vw;
    left: 0.9375vw;
    border: 1.25vw solid #fff;
  }
  .vision-box-icon-border {
    height: 21.875vw;
    width: 21.875vw;
    background: none;
    content: "";
    position: absolute;
    top: -12.385417vw;
    left: 37%;
    border-radius: 50%;
    position: absolute;
  }
  .vision-box-icon-inner {
    width: 12.5vw;
    height: 12.5vw;
    background: transparent linear-gradient(219deg, #e02020 0%, #fa0 100%) 0% 0%
      no-repeat padding-box;
    box-shadow: none;
    border-radius: 50%;
    left: 3.4375vw;
    top: 3.4375vw;
    position: absolute;
    font-size: 22.33vw;
    font-family: Playfair Display;
    line-height: 19.510417vw;
    text-align: CENTER;
    font-weight: bold;
    color: #fff;
  }
  .vision-block {
    margin-top: 19.375vw !important;
  }
  .vision-block .vision-box {
    box-shadow: 2px 19.166667vw 68px rgba(255, 89, 45, 0.45) !important;
    -moz-box-shadow: 2px 19.166667vw 68px rgba(255, 89, 45, 0.45) !important;
    -webkit-box-shadow: 2px 19.166667vw 68px rgba(255, 89, 45, 0.45) !important;
  }
  .vision-box-header {
    font-size: 6.25vw !important;
    line-height: 7.5vw !important;
  }
  .about-bg {
    background: none;
  }
  .back-btn {
    position: absolute !important;
  }
  .contact-wrap {
    right: 0;
    padding: 0 15px;
    overflow: auto;
  }
  .contact-heading {
    margin-top: 15.375vw;
    font-size: 12.5vw;
    line-height: 15vw;
    color: #000;
    font-family: "PlayfairDisplay";
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: 3.75vw;
  }
  .contact-heading:after {
    width: 23.4375vw;
    bottom: 1.166667vw;
  }
  .contact-form {
    width: 80vw;
    margin: 5.416666667vw auto 2.604166667vw auto;
  }
  .group input {
    font-size: 3.75vw;
    padding: 5.25vw 2.25vw 5.25vw 2.25vw;
    display: block;
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 1.25vw;
    font-family: Roboto;
  }
  .group input:focus ~ label,
  .group input:valid ~ label {
    top: -2.1875vw;
    font-size: 3.75vw;
    color: #dadada;
    font-weight: normal;
    background: #fff;
  }
  .group label {
    font-size: 3.75vw;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 3.125vw;
    top: 3.354167vw;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }
  .form__field:placeholder-shown ~ .form__label {
    font-size: 3.75vw;
    cursor: text;
    color: #363636;
    left: 1.5625vw;
  }
  .form__label,
  .form__field:focus ~ .form__label {
    position: absolute;
    top: -2.2125vw;
    display: block;
    transition: 0.2s;
    color: #dadada;
    font-weight: normal;
    font-size: 3.75vw;
    background: #fff;
    left: 1.875vw;
  }
  .form__field {
    min-height: 25vw;
    font-size: 3.75vw;
    padding: 4.6875vw 3.125vw;
    border-radius: 1.25vw;
  }
  .group {
    position: relative;
    margin-bottom: 6.25vw;
  }
  .md-radio label {
    display: inline-block;
    height: 7.041667vw;
    position: relative;
    padding: 0 6.5625vw;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
    font-size: 4.375vw;
    font-weight: normal;
  }
  .md-radio {
    margin: 0 0;
    display: inline-block;
    margin-top: 2.302083vw;
  }
  .md-radio label:before {
    left: 0;
    top: 3px;
    width: 38px;
    height: 38px;
    border: 4px solid rgba(0, 0, 0, 0.54);
  }
  .md-radio label:after {
    top: 12px;
    left: 9px;
    width: 20px;
    height: 20px;
    transform: scale(0);
    background: #337ab7;
  }
  .form-btn a {
    border: 1px solid #dadada;
    display: inline-block;
    padding: 0 8.083333vw;
    color: #363636;
    font-size: 3.75vw;
    font-family: "Roboto";
    border-radius: 6.666667vw;
    height: 12.333333vw;
    line-height: 12.333333vw;
    text-decoration: none !important;
    margin-top: 2.666667vw;
    font-weight: bold;
  }
  .contact-form {
    width: 80vw;
    margin: 5.416667vw auto 2.604166667vw auto;
  }
  .contact-close {
    height: 8.166667vw;
    width: 8.166667vw;
    position: fixed;
    right: 4.5625vw;
    top: 4.520833vw;
    font-size: 7.77vw;
    color: #000 !important;
    line-height: 4.166666667vw;
    cursor: pointer;
    text-align: center;
  }
  .Newsletter h1 {
    margin-top: 24.375vw;
    font-size: 12.5vw;
    line-height: 12vw;
    color: #000;
    font-family: "PlayfairDisplay";
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: 5.75vw;
    width: 80vw;
  }
  .Newsletter h5 {
    margin: 0 auto;
    font-size: 4.625vw;
    line-height: 5.5625vw;
    font-family: PlayfairDisplay;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-top: 5.864583vw;
    width: 80vw;
  }
  .newsletter__form {
    width: 80vw !important;
    margin-top: 7.604166667vw;
  }
  .reg__note {
    font-size: 3.75vw;
    line-height: 5.25vw;
    color: #363636;
    font-family: "Roboto";
    margin: 10.562vw 0;
  }
  .Newsletter .template_tit:after {
    width: 4.166666667vw;
    height: 1px;
    position: absolute;
    background: #fa0;
    top: 12.854167vw;
    content: "";
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 0;
    width: 23.4375vw;
    top: initial;
  }
  .cookie-policy h1,
  .Legal-Policy h1 {
    margin-top: 24.375vw;
    font-size: 12.5vw;
    line-height: 12vw;
    color: #000;
    font-family: "PlayfairDisplay";
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: 5.75vw;
    width: 80vw;
  }
  .cookie-policy .template_tit:after,
  .Legal-Policy h1:after {
    width: 4.166666667vw;
    height: 1px;
    position: absolute;
    background: #fa0;
    top: 12.854167vw;
    content: "";
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 0;
    width: 23.4375vw;
    top: initial;
  }
  .cookie-policy p {
    font-size: 4.375vw;
    line-height: 6.5625vw;
    width: 80vw;
  }
  .Legal-Policy p {
    font-size: 4.375vw;
    line-height: 6.5625vw;
    width: 80vw;
    margin-top: 6.25vw;
  }
  .cookie-policy h2 {
    font-size: 5.625vw;
    line-height: 7.5vw;
    color: #000;
    font-family: Roboto;
    margin: 7.520833vw auto 1.041667vw auto;
    width: 80vw;
  }
  .cookie-policy,
  .Legal-Policy {
    margin-bottom: 12.5vw;
  }
  .OW_container .carousel-indicators {
    display: block;
    top: inherit !important;
    bottom: -24.5vw !important;
  }
  #carousel-page .carousel-indicators li {
    height: 2px !important;
  }
  .our-news-wraper {
    margin: 0;
  }
  .our-news-wraper h1 {
    width: auto;
    margin-left: 3.958333333vw;
    margin-right: 3.958333333vw;
  }
}
@media (max-width: 680px) {
  .menu_links .col-md-3.col-xs-12 {
    width: 50%;
  }
  .menu_links {
    margin: 15.708333vw auto 7.708333333vw auto;
  }
  .md-radio label:before {
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(0, 0, 0, 0.54);
  }
  .md-radio label:after {
    top: 6px;
    left: 4px;
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 320px) {
  .md-radio label span {
    position: relative;
    top: 2px;
  }
}
@media (max-width: 768px) and (max-height: 1024px) {
  #carousel-page .carousel-inner {
    height: 920px;
    margin-bottom: 50px;
  }
  .carousel-indicators {
    position: absolute !important;
    top: initial !important;
    left: 48%;
    bottom: 30px;
    margin: auto;
    width: 50%;
    transform: translate(50%, 0) !important;
    left: unset !important;
  }
}
@media (max-width: 414px) and (max-height: 736px) {
  #carousel-page .carousel-inner {
    height: 625px;
    margin-bottom: 50px;
  }
  .carousel-indicators {
    position: absolute !important;
    top: initial !important;
    left: 48%;
    bottom: 15px;
    margin: auto;
    width: 50%;
    transform: translate(50%, 0) !important;
    left: unset !important;
  }
}
@media (max-height: 823px) and (max-width: 411px) {
  #carousel-page .carousel-inner {
    height: 679px;
    margin-bottom: 50px;
  }
}
@media (max-height: 731px) and (max-width: 411px) {
  #carousel-page .carousel-inner {
    height: 620px;
    margin-bottom: 50px;
  }
}
@media (max-height: 411px) and (max-width: 823px) {
  #carousel-page .carousel-inner {
    height: 590px;
    margin-bottom: 50px;
  }
  .carousel-indicators {
    position: absolute !important;
    top: initial !important;
    left: 48%;
    bottom: 15px;
    margin: auto;
    width: 50%;
    transform: translate(50%, 0) !important;
    left: unset !important;
  }
}
@media (max-width: 736px) and (max-height: 414px) {
  #carousel-page .carousel-inner {
    height: 560px;
    margin-bottom: 50px;
  }
  .carousel-indicators {
    position: absolute !important;
    top: initial !important;
    left: 48%;
    bottom: 15px;
    margin: auto;
    width: 50%;
    transform: translate(50%, 0) !important;
    left: unset !important;
  }
}
@media (max-width: 375px) and (max-height: 812px) {
  #carousel-page .carousel-inner {
    height: 650px;
    margin-bottom: 50px;
  }
  .carousel-indicators {
    position: absolute !important;
    top: initial !important;
    left: 48%;
    bottom: 15px;
    margin: auto;
    width: 50%;
    transform: translate(50%, 0) !important;
    left: unset !important;
  }
}
@media (max-width: 812px) and (max-height: 375px) {
  #carousel-page .carousel-inner {
    height: 560px;
    margin-bottom: 50px;
  }
  .carousel-indicators {
    position: absolute !important;
    top: initial !important;
    left: 48%;
    bottom: 15px;
    margin: auto;
    width: 50%;
    transform: translate(50%, 0) !important;
    left: unset !important;
  }
}
@media (max-width: 667px) and (max-height: 375px) {
  #carousel-page .carousel-inner {
    height: 520px;
    margin-bottom: 50px;
  }
  .carousel-indicators {
    position: absolute !important;
    top: initial !important;
    left: 48%;
    bottom: 15px;
    margin: auto;
    width: 50%;
    transform: translate(50%, 0) !important;
    left: unset !important;
  }
}
@media (max-width: 375px) and (max-height: 667px) {
  #carousel-page .carousel-inner {
    height: 575px;
    margin-bottom: 50px;
  }
  .carousel-indicators {
    position: absolute !important;
    top: initial !important;
    left: 48%;
    bottom: 15px;
    margin: auto;
    width: 50%;
    transform: translate(50%, 0) !important;
    left: unset !important;
  }
}
@media (max-width: 320px) and (max-height: 568px) {
  #carousel-page .carousel-inner {
    height: 510px;
    margin-bottom: 50px;
  }
  .carousel-indicators {
    position: absolute !important;
    top: initial !important;
    left: 48%;
    bottom: 15px;
    margin: auto;
    width: 50%;
    transform: translate(50%, 0) !important;
    left: unset !important;
  }
}
@media (max-width: 568px) and (max-height: 320px) {
  #carousel-page .carousel-inner {
    height: 465px;
    margin-bottom: 50px;
  }
  .carousel-indicators {
    position: absolute !important;
    top: initial !important;
    left: 48%;
    bottom: 15px;
    margin: auto;
    width: 50%;
    transform: translate(50%, 0) !important;
    left: unset !important;
  }
}
.back-btn {
  display: none;
}
.color-white {
  color: #fff !important;
}
.Cookie-banner {
  font-family: roboto;
  font-size: 12px !important;
}
.Cookie-banner .col-md-10 {
  min-height: 21px !important;
  line-height: 21px;
}
.news-arrows {
  z-index: 500000 !important;
}
.btn-primary.cookiebtn {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: transparent;
  border: 0.1em solid #fff;
}
.btn-primary.cookiebtn:hover {
  background-color: #ffd375;
  border: 0.1em solid #ffd375;
}
@media only screen and (max-width: 600px) {
  h1.video-heading {
    bottom: 15.90625vw;
    left: 3.958333333vw;
    font-size: 7.5vw;
  }
  .Cookie-banner {
    margin-bottom: 65px;
  }
  .Cookie-banner .col-md-10 {
    min-height: 21px !important;
    line-height: 16px !important;
    padding-bottom: 10px;
  }
  .section-box .box2 .img1-wrap img,
  .section-box .box2 .img2-wrap img,
  .section-box .box3 .img2-wrap img {
    min-height: 55vw;
    -webkit-filter: brightness(80%);
    -moz-filter: brightness(80%);
    filter: brightness(80%);
  }
}
@media (max-width: 824px) {
  servicesbg {
    display: block;
    position: absolute;
    width: 100%;
    background: #fff;
    height: 100%;
    z-index: 0;
  }
  .Our-services h1 {
    margin-top: 24.375vw;
    font-size: 12.5vw;
    line-height: 15vw;
    color: #000;
    font-family: "PlayfairDisplay";
    font-weight: bold;
    text-align: center;
    position: relative;
  }
  .Airline-Catering {
    position: relative;
    margin: 0;
  }
  .Airline-Catering .imagewrap {
    width: 100%;
  }
  .Airline-Catering .msg-box {
    width: 90%;
    opacity: 0.99;
    transform: translate(0, 0);
    position: relative;
    margin: 0 auto;
    margin-top: -10.0625vw;
    padding-bottom: 1vw;
    margin-bottom: 12.5vw;
  }
  .Airline-Catering .msg-box h2 {
    padding-top: 5vw;
    margin: 1.916667vw auto 1.927083333vw auto;
    font-family: "PlayfairDisplay";
    font-weight: bold;
    font-size: 6.25vw;
    line-height: 10vw;
    text-align: center;
  }
  .Airline-Catering .msg-box p {
    margin: 2.916666667vw 5vw 6.6875vw 5vw;
    font-family: "roboto";
    font-weight: normal;
    font-size: 4.375vw;
    line-height: 6.5625vw;
  }
  .Airline-Catering .msg-box h5 {
    font-size: 4.375vw;
    line-height: 6.5625vw;
    padding-bottom: 3.125vw;
    margin-left: 5.48vw;
  }
  .Airline-Catering .msg-box .service span {
    display: block;
    margin: 0.520833vw 13.78125vw 0 0;
    padding-left: 2.625vw;
    padding-bottom: 5vw;
    position: relative;
    font-size: 4.375vw;
  }
  .service span:before {
    margin-left: -0.52vw;
    top: 2vw;
  }
  .Airline-Catering:after {
    width: 0;
    background: #f6f6f6;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
  }
  .Catering-righttBox {
    margin: 0;
    position: relative;
  }
  .Catering-righttBox .image-wrap {
    width: 100%;
    margin-left: 0;
    position: relative;
    z-index: 9;
  }
  .Catering-righttBox .content-box {
    width: 90%;
    opacity: 0.99;
    transform: translate(0, 0);
    position: relative;
    margin: 0 auto;
    margin-top: -11.25vw;
    padding-bottom: 4vw;
    margin-bottom: 12.5vw;
  }
  .Catering-righttBox .content-box p {
    margin: 2.916666667vw 7.083333333vw 6.6875vw 7.083333333vw;
    font-family: "roboto";
    font-weight: normal;
    font-size: 4.375vw;
    line-height: 6.5625vw;
    padding-bottom: 3.125vw;
  }
  .Catering-righttBox .content-box h1 {
    padding-top: 5vw;
    margin: 1.916667vw auto 1.927083333vw auto;
    font-family: "PlayfairDisplay";
    font-weight: bold;
    font-size: 6.25vw;
    line-height: 10vw;
    text-align: center;
  }
  .Catering-lefttBox {
    margin: 0;
    position: relative;
  }
  .Catering-lefttBox .image-wrap {
    margin-right: 0;
    position: relative;
    z-index: 9;
    width: 100%;
  }
  .Catering-lefttBox .content-box {
    width: 90%;
    opacity: 0.99;
    transform: translate(0, 0);
    position: relative;
    margin: 0 auto;
    margin-top: -11.25vw;
    padding-bottom: 1vw;
    margin-bottom: 12.5vw;
  }
  .Catering-lefttBox .content-box h1 {
    padding-top: 5vw;
    margin: 1.916667vw auto 1.927083333vw auto;
    font-family: "PlayfairDisplay";
    font-weight: bold;
    font-size: 6.25vw;
    line-height: 10vw;
    text-align: center;
  }
  .Catering-lefttBox .content-box p {
    margin: 2.916666667vw 7.083333333vw 6.6875vw 7.083333333vw;
    font-family: "roboto";
    font-weight: normal;
    font-size: 4.375vw;
    line-height: 6.5625vw;
    padding-bottom: 3.125vw;
  }
  .Events-Catering {
    margin: 0;
    position: relative;
  }
  .Events-Catering .imagewrap {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-left: 0;
  }
  .Events-Catering .msg-box {
    width: 90%;
    opacity: 0.99;
    transform: translate(0, 0);
    position: relative;
    margin: 0 auto;
    margin-top: -11.875vw;
    padding-bottom: 1vw;
    margin-bottom: 12.5vw;
  }
  .Events-Catering .msg-box h2 {
    padding-top: 5vw;
    margin: 1.916667vw auto 1.927083333vw auto;
    font-family: "PlayfairDisplay";
    font-weight: bold;
    font-size: 6.25vw;
    line-height: 10vw;
    text-align: center;
  }
  .Events-Catering .msg-box p {
    margin: 2.916666667vw 7.083333333vw 6.6875vw 7.083333333vw;
    font-family: "roboto";
    font-weight: normal;
    font-size: 4.375vw;
    line-height: 6.5625vw;
    padding-bottom: 3.125vw;
  }
  .Events-Catering:after {
    width: 57.92%;
    background: #f6f6f6;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
  }
  .Recognition-quote-wrap {
    margin-top: -4.885417vw;
    padding-bottom: 8.5vw;
    background: none;
  }
  .Recognition-quote-wrap h2 {
    width: 90vw;
    font-size: 5.625vw;
    line-height: 8.125vw;
  }
  .Recognition-wrap .Recognition-icon {
    width: 14.375vw;
    height: 11.25vw;
    margin: 5vw 5vw 7.5vw 5vw;
  }
  .Recognition-wrap h3 {
    font-size: 5.625vw;
    line-height: 8.125vw;
    padding: 0 5vw 0 5vw;
    margin: 0;
  }
  .Recognition-wrap .facts-box p {
    padding: 2vw 5vw 5vw 5vw;
  }
  .Recognition-wrap .space-wrap,
  .facts-wrap .space-wrap {
    height: 5vw !important;
  }
  .breadcrumbs {
    display: none;
  }
  .mobile-hide {
    display: none;
  }
  .services-links {
    margin: 5vw;
  }
  .services-links a {
    display: table-cell !important;
    padding-right: 5.71875vw;
    color: #363636;
    text-decoration: none;
    font-size: 4.375vw;
    display: table-cell;
    white-space: nowrap;
  }
  .services-links {
    margin: 5vw;
    display: block;
    width: 95vw;
    overflow: auto;
    height: 10vw;
  }
  .Our-services h1 {
    padding-bottom: 3.75vw;
  }
  .Our-services h1:after {
    width: 23.4375vw;
    left: 39%;
  }
  .back-btn {
    display: block;
    position: fixed;
    top: 0;
    width: 52px;
    height: 59px;
    z-index: 9999;
    text-align: right;
    font-size: 23px;
    color: #000;
  }
  .back-btn i {
    position: relative;
    top: 25px;
    left: -5.3125vw;
    color: #000;
  }
  .color-white i {
    position: relative;
    top: 25px;
    left: -5.3125vw;
    color: #fff !important;
  }
  .hero-image {
    background: url(images/Who-We-Are-Hero-Img.png);
    height: 81.5625vw;
    background-position: center !important;
  }
  .banner-text {
    text-align: center;
    position: relative;
    top: 26.75vw;
    font-family: Playfair Display;
    font-weight: bold;
    color: #fff;
  }
  .banner-text span:first-child {
    font-size: 8.125vw;
    line-height: 5.625vw;
  }
  .banner-text span:last-child {
    font-size: 11.25vw;
    line-height: 16.5vw;
  }
  .about-block {
    margin: 0 auto;
    top: -15.885417vw;
  }
  .about-block .about-box {
    width: 90%;
    margin: 0 auto;
  }
  .about-block h1 {
    font-size: 20px;
  }
  .about-box p {
    font-size: 4.375vw;
    line-height: 6.5625vw;
  }
  .vision_wrap {
    margin: 0 auto;
  }
  .vision-block {
    margin-top: -0.28125vw;
    background: #fafafa;
    width: 100%;
  }
  .vision-block .vision-box {
    width: 90%;
    margin: 0 auto;
    min-height: 10.41666667vw;
    background: #fff;
    padding: 5.416666667vw 7.083333333vw 7.552083333vw 7.083333333vw;
    background: transparent linear-gradient(17deg, #ff592d 0%, #fa0 100%) 0% 0%
      no-repeat padding-box;
    -webkit-box-shadow: 0 4.166666667vw 120px rgba(255, 89, 45, 0.45);
    -moz-box-shadow: 0 4.166666667vw 120px rgba(255, 89, 45, 0.45);
    box-shadow: 0 4.166666667vw 120px rgba(255, 89, 45, 0.45);
    position: relative;
  }
  .vision-box h1 {
    font-family: Playfair Display;
    font-size: 6.25vw;
    line-height: 7.5vw;
    bottom: -8.25vw;
    padding-bottom: 22.75vw;
  }
  .vision-box h1:after {
    content: "";
    height: 0.3125vw;
    width: 17.8125vw;
    background: #fa0;
    margin: 0 auto;
    position: absolute;
    bottom: 13.75vw;
    left: 40%;
  }
  .vision-box-header {
    font-family: Playfair Display;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin: 22.416667vw auto;
    position: relative;
    width: 80%;
  }
  h2.vision-box-header:before {
    content: "Our Mission";
    top: -1.5625vw;
    position: absolute;
    font-size: 15vw;
    white-space: nowrap;
    left: -3.552083vw;
    color: rgba(0, 0, 0, 0.02);
  }
  .vision-box-text {
    font-size: 4.375vw;
    line-height: 6.5625vw;
    width: 90%;
    margin: 0 auto 22.520833vw auto;
  }
  .section_wrap h1 {
    font-size: 8.125vw;
    text-align: center;
    padding-left: 0;
    padding-top: 22.802083vw;
    padding-bottom: 21.875vw;
  }
  .section_wrap h1:before {
    content: "";
    width: 17.8125vw;
    height: 0.3125vw;
    background: #fa0;
    position: absolute;
    left: 0;
    top: 27.614583vw;
  }
  .values-bgtxt h1:after {
    content: "Our Values";
    color: #000;
    position: absolute;
    left: -0.3125vw;
    top: 16.34375vw;
    font-size: 17.5vw;
    opacity: 0.02;
  }
  .grid {
    display: block;
  }
  .grid-box-1 {
    width: 100%;
  }
  .piq-content-box p {
    font-size: 4.375vw;
    font-family: Roboto;
    line-height: 6.5625vw;
  }
  .piq-content-box h3 {
    font-size: 8.125vw;
    line-height: 10vw;
    color: #fff;
    font-family: Playfair Display;
    font-weight: bold;
    margin: 0;
    padding-top: 3.125vw;
  }
  .piq-content-box {
    margin: 0 auto;
    width: 90%;
    margin-top: -41.875vw;
    margin-bottom: 47px;
    background: #005697;
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
    box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
    padding: 5.666667vw;
  }
  .grid-box-2 {
    width: 100%;
  }
  .Customer-first {
    margin-top: 9.53125vw;
  }
  .values-grid-content-box h4 {
    font-size: 5vw;
    line-height: 8.125vw;
    padding-bottom: 3.4375vw;
  }
  .values-grid-content-box p {
    font-size: 4.375vw;
    font-family: Roboto;
    line-height: 6.5625vw;
  }
  .grid-box-2 .values-grid-content-box:nth-child(2) {
    margin: 0 auto;
    width: 90%;
    margin-top: -70.625vw;
    background: #fff;
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
    box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
    padding: 6.510417vw 7.989583vw 2.9375vw 6.666667vw;
    opacity: 0.97;
  }
  .Honesty-loyal {
    margin-top: 185.583333vw;
  }
  .grid-box-2 .values-grid-content-box:nth-child(4) {
    margin: 0 auto;
    width: 90%;
    margin-top: -35.625vw;
    background: #fff;
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
    box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
    padding: 6.510417vw 7.989583vw 2.9375vw 6.666667vw;
    opacity: 0.97;
  }
  .grid-box-3 {
    width: 100%;
  }
  .grid-box-3 .Driving-Excellence {
    margin: 0 auto;
    height: 58.1875vw;
    margin-top: -329.75vw;
    background: #fff;
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
    box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  }
  .grid-box-3 .values-grid-content-box:nth-child(2) {
    margin: 0 auto;
    width: 90%;
    background: #fff;
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
    box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
    padding: 6.510417vw 7.989583vw 2.9375vw 6.666667vw;
    opacity: 0.97;
  }
  .One-Team {
    margin-top: 174.583333vw;
  }
  .grid-box-3 .values-grid-content-box:nth-child(4) {
    margin: 0 auto;
    width: 90%;
    margin-top: -35.625vw;
    background: #fff;
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
    box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
    padding: 6.510417vw 7.989583vw 2.9375vw 6.666667vw;
    opacity: 0.97;
  }
  .section_wrap h1 {
    font-size: 8.125vw;
    text-align: left;
    padding-left: 25.3125vw;
    padding-right: 7.5vw;
    padding-top: 22.802083vw;
    padding-bottom: 21.875vw;
  }
  .section_wrap h1:before {
    content: "";
    width: 17.8125vw;
    height: 0.3125vw;
    background: #fa0;
    position: absolute;
    left: 1.5625vw;
    top: 27.614583vw;
  }
  .difference-bgtxt h1:after {
    content: "Difference";
    color: #000;
    position: absolute;
    left: 0;
    top: 16.34375vw;
    font-size: 17.5vw;
    opacity: 0.02;
  }
  .differencelinks {
    margin-left: 2.125vw;
    margin-top: 3.270833vw;
    position: relative;
    z-index: 99;
  }
  .section_wrap .differencelinks a {
    font-size: 5.625vw;
    margin-right: 4.5625vw;
  }
  .difference-wrap {
    margin-top: 8.166667vw;
    position: relative;
  }
  .difference-wrap {
    top: 8.166667vw;
    position: relative;
    margin: 0 auto;
  }
  .difference-img-wrapR {
    width: 100%;
    margin-left: 0;
  }
  .difference-content-wrapL {
    width: 90%;
    height: 60.3125vw;
    position: relative;
    top: -43px;
    margin: 0 auto;
    margin-top: 2.135416667vw;
    background: #fff;
    -webkit-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
    box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
    padding: auto;
    padding: 2.5vw 9.125vw 5.125vw 6.333333vw;
  }
  .difference-content-wrapL h2 {
    color: #005697;
    font-size: 8.125vw;
    line-height: 10vw;
    font-weight: bold;
    font-family: Playfair Display;
  }
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3 {
    margin-top: 20px;
    margin-bottom: 16px;
  }
  .difference-content-wrapL h3 {
    color: #000;
    font-size: 6.25vw;
    line-height: 7.5vw;
    font-weight: bold;
    margin-top: 1.666666667vw;
    font-family: Playfair Display;
  }
  .difference-img-wrapL {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5.416666667vw;
  }
  .difference-content-wrapR {
    width: 90%;
    height: 74.6875vw;
    position: relative;
    margin: 0 auto;
    margin-top: -14.864583vw;
    margin-bottom: 13.4375vw;
    background: #fff;
    -webkit-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
    box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
    padding: 2.5vw 9.125vw 5.125vw 6.333333vw;
  }
  .difference-content-wrapR h2 {
    color: #005697;
    font-size: 8.125vw;
    line-height: 10vw;
    font-weight: bold;
    font-family: Playfair Display;
  }
  .difference-content-wrapR h3 {
    color: #000;
    font-size: 6.25vw;
    line-height: 7.5vw;
    font-weight: bold;
    margin-top: 1.666666667vw;
    font-family: Playfair Display;
  }
  .Manifesto-facts {
    margin-top: -2.541667vw;
    margin-bottom: 17.1875vw;
  }
  .Manifesto {
    padding-right: 0;
    width: 100%;
    display: block;
    position: relative;
  }
  .Manifesto a,
  .facts a {
    font-size: 6.25vw;
    color: #005697;
    line-height: 20vw;
    font-weight: bold;
    font-family: Playfair Display;
    position: relative;
    background: #fff;
    padding: 6.666667vw;
    bottom: -54.708333vw;
    margin-left: 6.666667vw;
    webkit-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
    box-shadow: 14px 27px 58px -2px rgba(0, 0, 0, 0.23);
  }
  .facts {
    padding-left: 0;
    width: 100%;
    display: block;
    position: relative;
  }
  .page-header_text {
    width: 90%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
  }
  .about-block h1 {
    font-size: 6.25vw;
    line-height: 10vw;
    padding-top: 1.0625vw;
  }
  .page-header_text p {
    font-size: 4.375vw;
    line-height: 6.5625vw;
    margin: 0 auto;
    width: 90%;
    padding-top: 1.5625vw;
    padding-bottom: 8.6875vw;
  }
  .pagebtn a {
    font-size: 5vw;
    margin-left: -3.125vw;
    margin-bottom: 3.125vw;
    text-align: center;
  }
  .btn-vacancie {
    margin: 3.083333vw 15vw 3.083333vw auto;
    width: 90vw;
  }
  .btn-vacancie a {
    margin-left: -19.125vw;
  }
  .Manifesto-image-wrap {
    margin-top: -5.229167vw;
    position: relative;
    background-color: #000;
    height: 121.875vw;
  }
  .Manifesto-image-wrap img {
    width: 100%;
    height: 121.875vw;
    min-height: 49.89583333vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: 0.7;
  }
  h1.image-heading {
    text-align: center;
    opacity: 1;
    position: absolute;
    top: 35.9375vw;
    color: #fff;
    font-size: 7.33vw;
    font-family: "Playfair Display";
    font-weight: bold;
    left: 9.25vw;
    width: 82.6875vw;
    line-height: 10vw;
  }
  .Manifesto-image-wrap h1.image-heading {
    top: 67.0375vw;
  }
  h2.image-subheading {
    position: absolute;
    bottom: 2.34375vw;
    color: #fff;
    font-size: 4.263vw;
    font-family: Roboto;
    font-weight: 400;
    left: 16.9375vw;
  }
  .airport-block .airport-box {
    width: 100%;
    margin: 0 auto;
    min-height: 10.41666667vw;
    padding: 0;
  }
  .airport-box p {
    font-size: 4.375vw;
    line-height: 6.5625vw;
    margin: 0 auto;
    margin-left: 0.9375vw;
    margin-top: 16.25vw;
    margin-bottom: 23.4375vw;
  }
  .quote-box-wrap {
    content: "";
    display: table;
    clear: both;
    width: 100%;
    margin-top: -3.604167vw;
  }
  .quote-box {
    margin: 0;
    background: #fafafa;
    height: 94.427083vw;
  }
  .quote-box-inner {
    width: 90%;
    background: #005697;
    box-shadow: 0 4.166666667vw 120px rgba(0, 86, 151, 0.4666666666666667);
    -moz-box-shadow: 0 4.166666667vw 120px rgba(0, 86, 151, 0.4666666666666667);
    -webkit-box-shadow: 0 4.166666667vw 120px
      rgba(0, 86, 151, 0.4666666666666667);
    margin: 0 auto;
    height: 81.71875vw;
    position: relative;
    top: -2.604166667vw;
  }
  .quote-box-inner:before {
    content: ",,";
    position: absolute;
    font-size: 13.333vw;
    font-family: PlayfairDisplay;
    font-weight: bold;
    top: 16.770833vw;
    left: 3.604167vw;
    color: #fff;
    line-height: 0;
    transform: rotate(-180deg);
    transform-origin: center center;
  }
  .quote-box-inner:after {
    content: ",,";
    position: absolute;
    font-size: 13.333vw;
    font-family: PlayfairDisplay;
    font-weight: bold;
    top: 7.770833vw;
    right: 3.604167vw;
    color: #fff;
    line-height: 0;
  }
  .quote-box-inner h1 {
    width: 84.62%;
    margin: 2.916666667vw auto 0 auto;
    font-size: 6.55vw;
    line-height: 7.333333vw;
    font-family: PlayfairDisplay;
    font-weight: bold;
    color: #fff;
    padding-bottom: 2.5vw;
    position: relative;
    text-align: center;
    top: 20.604167vw;
  }
  .quote-box-inner h1:after {
    width: 17.166667vw;
    height: 0.3125vw;
    position: absolute;
    background: #fa0;
    bottom: 0;
    content: "";
    top: 28vw;
    transform: translate(0, 0);
    left: 38%;
  }
  .quote-box-inner p {
    width: 80.62%;
    margin: 1.666666667vw auto 0 auto;
    font-size: 3.833vw;
    line-height: 6.25vw;
    font-family: roboto;
    color: #fff;
    position: relative;
    text-align: center;
    top: 29.604167vw;
  }
  .articalh2-box {
    width: 90%;
    margin: 0 auto 0 auto;
  }
  .articalh2-box h1 {
    width: 100%;
    margin: 0 auto;
    font-size: 6.25vw;
    line-height: 8vw;
    font-family: PlayfairDisplay;
    font-weight: bold;
    color: #000;
    position: relative;
    text-align: center;
    margin-left: 2vw;
    padding-right: 5vw;
    margin-top: 15vw;
  }
  .articalh2-box p {
    width: 100%;
    margin: 4.916667vw auto 11.583333vw auto;
    font-size: 4.375vw;
    line-height: 6.5625vw;
    font-family: roboto;
    color: #000;
    position: relative;
  }
  .artical-social:before {
    width: 17.8125vw;
    height: 0.3125vw;
    position: absolute;
    background: #fa0;
    top: 0;
    content: "";
    transform: translate(-50%, 0);
    left: 50%;
  }
  .artical-social .social {
    height: 7.5vw;
    width: 4.0625vw;
    color: #000;
    margin: 7.875vw 5.9375vw 4.197917vw 5.9375vw;
    font-size: 6.562vw;
    display: inline-block;
    font-weight: bold;
  }
  .share-link {
    margin-top: 0;
    margin-bottom: 4.635416667vw;
    display: block;
    color: #000;
    font-size: 4.275vw;
    line-height: 5vw;
  }
  .share-link {
    margin-top: 0;
    display: block;
    color: #000;
    font-size: 4.275vw;
    line-height: 5vw;
    margin-bottom: 20vw;
  }
  .page-header_text h1 {
    width: 80%;
  }
  .facts-bg {
    padding-bottom: 6.6875vw;
    position: relative;
  }
  .facts-wrap {
    width: 90%;
    min-height: 10.41666667vw;
    margin: 0 auto;
    display: block;
    table-layout: unset;
    margin-bottom: 5vw;
  }
  .facts-wrap .space-wrap {
    height: 3vw;
  }
  .facts-box-icon {
    position: absolute;
    top: 50%;
    left: 5vw;
    transform: translate(0, -50%);
    width: 12.5vw;
    height: 12.5vw;
    margin-left: 1vw;
  }
  .facts-wrap p {
    font-size: 4.375vw;
    line-height: 6.5625vw;
    padding: 5vw 5vw 5vw 16.5vw;
  }
  .facts-bg .facts-wrap:nth-child(5) {
    margin-bottom: 10vw;
  }
  .about-block .about-box {
    background: rgba(255, 255, 255, 1);
  }
  .about-bg {
    background: #fafafa;
  }
}
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: a 2s infinite linear;
}
.fa-pulse {
  animation: a 1s infinite steps(8);
}
@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}
.fa-flip-vertical {
  transform: scaleY(-1);
}
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "";
}
.fa-accessible-icon:before {
  content: "";
}
.fa-accusoft:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-card:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-adversal:before {
  content: "";
}
.fa-affiliatetheme:before {
  content: "";
}
.fa-air-freshener:before {
  content: "";
}
.fa-algolia:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-allergies:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-amazon-pay:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-amilia:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angry:before {
  content: "";
}
.fa-angrycreative:before {
  content: "";
}
.fa-angular:before {
  content: "";
}
.fa-app-store:before {
  content: "";
}
.fa-app-store-ios:before {
  content: "";
}
.fa-apper:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-apple-alt:before {
  content: "";
}
.fa-apple-pay:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-archway:before {
  content: "";
}
.fa-arrow-alt-circle-down:before {
  content: "";
}
.fa-arrow-alt-circle-left:before {
  content: "";
}
.fa-arrow-alt-circle-right:before {
  content: "";
}
.fa-arrow-alt-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-arrows-alt-h:before {
  content: "";
}
.fa-arrows-alt-v:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-asymmetrik:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-atlas:before {
  content: "";
}
.fa-atom:before {
  content: "";
}
.fa-audible:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-autoprefixer:before {
  content: "";
}
.fa-avianex:before {
  content: "";
}
.fa-aviato:before {
  content: "";
}
.fa-award:before {
  content: "";
}
.fa-aws:before {
  content: "";
}
.fa-backspace:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-band-aid:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-bars:before {
  content: "";
}
.fa-baseball-ball:before {
  content: "";
}
.fa-basketball-ball:before {
  content: "";
}
.fa-bath:before {
  content: "";
}
.fa-battery-empty:before {
  content: "";
}
.fa-battery-full:before {
  content: "";
}
.fa-battery-half:before {
  content: "";
}
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-three-quarters:before {
  content: "";
}
.fa-bed:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bezier-curve:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bimobject:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitcoin:before {
  content: "";
}
.fa-bity:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-blackberry:before {
  content: "";
}
.fa-blender:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-blogger:before {
  content: "";
}
.fa-blogger-b:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-bolt:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-bone:before {
  content: "";
}
.fa-bong:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-book-open:before {
  content: "";
}
.fa-book-reader:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-bowling-ball:before {
  content: "";
}
.fa-box:before {
  content: "";
}
.fa-box-open:before {
  content: "";
}
.fa-boxes:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-brain:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-briefcase-medical:before {
  content: "";
}
.fa-broadcast-tower:before {
  content: "";
}
.fa-broom:before {
  content: "";
}
.fa-brush:before {
  content: "";
}
.fa-btc:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-burn:before {
  content: "";
}
.fa-buromobelexperte:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-bus-alt:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-calendar-alt:before {
  content: "";
}
.fa-calendar-check:before {
  content: "";
}
.fa-calendar-minus:before {
  content: "";
}
.fa-calendar-plus:before {
  content: "";
}
.fa-calendar-times:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-cannabis:before {
  content: "";
}
.fa-capsules:before {
  content: "";
}
.fa-car:before {
  content: "";
}
.fa-car-alt:before {
  content: "";
}
.fa-car-battery:before {
  content: "";
}
.fa-car-crash:before {
  content: "";
}
.fa-car-side:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-caret-square-down:before {
  content: "";
}
.fa-caret-square-left:before {
  content: "";
}
.fa-caret-square-right:before {
  content: "";
}
.fa-caret-square-up:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cc-amazon-pay:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-apple-pay:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-centercode:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-chalkboard:before {
  content: "";
}
.fa-chalkboard-teacher:before {
  content: "";
}
.fa-charging-station:before {
  content: "";
}
.fa-chart-area:before {
  content: "";
}
.fa-chart-bar:before {
  content: "";
}
.fa-chart-line:before {
  content: "";
}
.fa-chart-pie:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-check-double:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-chess:before {
  content: "";
}
.fa-chess-bishop:before {
  content: "";
}
.fa-chess-board:before {
  content: "";
}
.fa-chess-king:before {
  content: "";
}
.fa-chess-knight:before {
  content: "";
}
.fa-chess-pawn:before {
  content: "";
}
.fa-chess-queen:before {
  content: "";
}
.fa-chess-rook:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-church:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-circle-notch:before {
  content: "";
}
.fa-clipboard:before {
  content: "";
}
.fa-clipboard-check:before {
  content: "";
}
.fa-clipboard-list:before {
  content: "";
}
.fa-clock:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-closed-captioning:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-cloud-download-alt:before {
  content: "";
}
.fa-cloud-upload-alt:before {
  content: "";
}
.fa-cloudscale:before {
  content: "";
}
.fa-cloudsmith:before {
  content: "";
}
.fa-cloudversify:before {
  content: "";
}
.fa-cocktail:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-code-branch:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cog:before {
  content: "";
}
.fa-cogs:before {
  content: "";
}
.fa-coins:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-comment-alt:before {
  content: "";
}
.fa-comment-dots:before {
  content: "";
}
.fa-comment-slash:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-compact-disc:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-concierge-bell:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-cookie:before {
  content: "";
}
.fa-cookie-bite:before {
  content: "";
}
.fa-copy:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-couch:before {
  content: "";
}
.fa-cpanel:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-creative-commons-by:before {
  content: "";
}
.fa-creative-commons-nc:before {
  content: "";
}
.fa-creative-commons-nc-eu:before {
  content: "";
}
.fa-creative-commons-nc-jp:before {
  content: "";
}
.fa-creative-commons-nd:before {
  content: "";
}
.fa-creative-commons-pd:before {
  content: "";
}
.fa-creative-commons-pd-alt:before {
  content: "";
}
.fa-creative-commons-remix:before {
  content: "";
}
.fa-creative-commons-sa:before {
  content: "";
}
.fa-creative-commons-sampling:before {
  content: "";
}
.fa-creative-commons-sampling-plus:before {
  content: "";
}
.fa-creative-commons-share:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-crop-alt:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-crow:before {
  content: "";
}
.fa-crown:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-css3-alt:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-cut:before {
  content: "";
}
.fa-cuttlefish:before {
  content: "";
}
.fa-d-and-d:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-deaf:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-deploydog:before {
  content: "";
}
.fa-deskpro:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-diagnoses:before {
  content: "";
}
.fa-dice:before {
  content: "";
}
.fa-dice-five:before {
  content: "";
}
.fa-dice-four:before {
  content: "";
}
.fa-dice-one:before {
  content: "";
}
.fa-dice-six:before {
  content: "";
}
.fa-dice-three:before {
  content: "";
}
.fa-dice-two:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-digital-ocean:before {
  content: "";
}
.fa-digital-tachograph:before {
  content: "";
}
.fa-directions:before {
  content: "";
}
.fa-discord:before {
  content: "";
}
.fa-discourse:before {
  content: "";
}
.fa-divide:before {
  content: "";
}
.fa-dizzy:before {
  content: "";
}
.fa-dna:before {
  content: "";
}
.fa-dochub:before {
  content: "";
}
.fa-docker:before {
  content: "";
}
.fa-dollar-sign:before {
  content: "";
}
.fa-dolly:before {
  content: "";
}
.fa-dolly-flatbed:before {
  content: "";
}
.fa-donate:before {
  content: "";
}
.fa-door-closed:before {
  content: "";
}
.fa-door-open:before {
  content: "";
}
.fa-dot-circle:before {
  content: "";
}
.fa-dove:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-draft2digital:before {
  content: "";
}
.fa-drafting-compass:before {
  content: "";
}
.fa-draw-polygon:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-dribbble-square:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-drum:before {
  content: "";
}
.fa-drum-steelpan:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-dumbbell:before {
  content: "";
}
.fa-dyalog:before {
  content: "";
}
.fa-earlybirds:before {
  content: "";
}
.fa-ebay:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-edit:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-elementor:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-ello:before {
  content: "";
}
.fa-ember:before {
  content: "";
}
.fa-empire:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-equals:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-erlang:before {
  content: "";
}
.fa-ethereum:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-euro-sign:before {
  content: "";
}
.fa-exchange-alt:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-exclamation-triangle:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-expand-arrows-alt:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-external-link-alt:before {
  content: "";
}
.fa-external-link-square-alt:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-dropper:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-facebook:before {
  content: "";
}
.fa-facebook-f:before {
  content: "";
}
.fa-facebook-messenger:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-feather:before {
  content: "";
}
.fa-feather-alt:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-alt:before {
  content: "";
}
.fa-file-archive:before {
  content: "";
}
.fa-file-audio:before {
  content: "";
}
.fa-file-code:before {
  content: "";
}
.fa-file-contract:before {
  content: "";
}
.fa-file-download:before {
  content: "";
}
.fa-file-excel:before {
  content: "";
}
.fa-file-export:before {
  content: "";
}
.fa-file-image:before {
  content: "";
}
.fa-file-import:before {
  content: "";
}
.fa-file-invoice:before {
  content: "";
}
.fa-file-invoice-dollar:before {
  content: "";
}
.fa-file-medical:before {
  content: "";
}
.fa-file-medical-alt:before {
  content: "";
}
.fa-file-pdf:before {
  content: "";
}
.fa-file-powerpoint:before {
  content: "";
}
.fa-file-prescription:before {
  content: "";
}
.fa-file-signature:before {
  content: "";
}
.fa-file-upload:before {
  content: "";
}
.fa-file-video:before {
  content: "";
}
.fa-file-word:before {
  content: "";
}
.fa-fill:before {
  content: "";
}
.fa-fill-drip:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-fingerprint:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-first-aid:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-first-order-alt:before {
  content: "";
}
.fa-firstdraft:before {
  content: "";
}
.fa-fish:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-flipboard:before {
  content: "";
}
.fa-flushed:before {
  content: "";
}
.fa-fly:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-font-awesome:before {
  content: "";
}
.fa-font-awesome-alt:before {
  content: "";
}
.fa-font-awesome-flag:before {
  content: "";
}
.fa-font-awesome-logo-full:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-fonticons-fi:before {
  content: "";
}
.fa-football-ball:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-fort-awesome-alt:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-freebsd:before {
  content: "";
}
.fa-frog:before {
  content: "";
}
.fa-frown:before {
  content: "";
}
.fa-frown-open:before {
  content: "";
}
.fa-fulcrum:before {
  content: "";
}
.fa-futbol:before {
  content: "";
}
.fa-galactic-republic:before {
  content: "";
}
.fa-galactic-senate:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-gas-pump:before {
  content: "";
}
.fa-gavel:before {
  content: "";
}
.fa-gem:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-gitkraken:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-gitter:before {
  content: "";
}
.fa-glass-martini:before {
  content: "";
}
.fa-glass-martini-alt:before {
  content: "";
}
.fa-glasses:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-globe-africa:before {
  content: "";
}
.fa-globe-americas:before {
  content: "";
}
.fa-globe-asia:before {
  content: "";
}
.fa-gofore:before {
  content: "";
}
.fa-golf-ball:before {
  content: "";
}
.fa-goodreads:before {
  content: "";
}
.fa-goodreads-g:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-google-drive:before {
  content: "";
}
.fa-google-play:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-google-plus-g:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-graduation-cap:before {
  content: "";
}
.fa-gratipay:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-greater-than:before {
  content: "";
}
.fa-greater-than-equal:before {
  content: "";
}
.fa-grimace:before {
  content: "";
}
.fa-grin:before {
  content: "";
}
.fa-grin-alt:before {
  content: "";
}
.fa-grin-beam:before {
  content: "";
}
.fa-grin-beam-sweat:before {
  content: "";
}
.fa-grin-hearts:before {
  content: "";
}
.fa-grin-squint:before {
  content: "";
}
.fa-grin-squint-tears:before {
  content: "";
}
.fa-grin-stars:before {
  content: "";
}
.fa-grin-tears:before {
  content: "";
}
.fa-grin-tongue:before {
  content: "";
}
.fa-grin-tongue-squint:before {
  content: "";
}
.fa-grin-tongue-wink:before {
  content: "";
}
.fa-grin-wink:before {
  content: "";
}
.fa-grip-horizontal:before {
  content: "";
}
.fa-grip-vertical:before {
  content: "";
}
.fa-gripfire:before {
  content: "";
}
.fa-grunt:before {
  content: "";
}
.fa-gulp:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-hacker-news:before {
  content: "";
}
.fa-hacker-news-square:before {
  content: "";
}
.fa-hackerrank:before {
  content: "";
}
.fa-hand-holding:before {
  content: "";
}
.fa-hand-holding-heart:before {
  content: "";
}
.fa-hand-holding-usd:before {
  content: "";
}
.fa-hand-lizard:before {
  content: "";
}
.fa-hand-paper:before {
  content: "";
}
.fa-hand-peace:before {
  content: "";
}
.fa-hand-point-down:before {
  content: "";
}
.fa-hand-point-left:before {
  content: "";
}
.fa-hand-point-right:before {
  content: "";
}
.fa-hand-point-up:before {
  content: "";
}
.fa-hand-pointer:before {
  content: "";
}
.fa-hand-rock:before {
  content: "";
}
.fa-hand-scissors:before {
  content: "";
}
.fa-hand-spock:before {
  content: "";
}
.fa-hands:before {
  content: "";
}
.fa-hands-helping:before {
  content: "";
}
.fa-handshake:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-hdd:before {
  content: "";
}
.fa-heading:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-headphones-alt:before {
  content: "";
}
.fa-headset:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-helicopter:before {
  content: "";
}
.fa-highlighter:before {
  content: "";
}
.fa-hips:before {
  content: "";
}
.fa-hire-a-helper:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-hockey-puck:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-hooli:before {
  content: "";
}
.fa-hornbill:before {
  content: "";
}
.fa-hospital:before {
  content: "";
}
.fa-hospital-alt:before {
  content: "";
}
.fa-hospital-symbol:before {
  content: "";
}
.fa-hot-tub:before {
  content: "";
}
.fa-hotel:before {
  content: "";
}
.fa-hotjar:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-start:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-hubspot:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-id-card:before {
  content: "";
}
.fa-id-card-alt:before {
  content: "";
}
.fa-image:before {
  content: "";
}
.fa-images:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-infinity:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-itunes:before {
  content: "";
}
.fa-itunes-note:before {
  content: "";
}
.fa-java:before {
  content: "";
}
.fa-jedi-order:before {
  content: "";
}
.fa-jenkins:before {
  content: "";
}
.fa-joget:before {
  content: "";
}
.fa-joint:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-js:before {
  content: "";
}
.fa-js-square:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-kaggle:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-keybase:before {
  content: "";
}
.fa-keyboard:before {
  content: "";
}
.fa-keycdn:before {
  content: "";
}
.fa-kickstarter:before {
  content: "";
}
.fa-kickstarter-k:before {
  content: "";
}
.fa-kiss:before {
  content: "";
}
.fa-kiss-beam:before {
  content: "";
}
.fa-kiss-wink-heart:before {
  content: "";
}
.fa-kiwi-bird:before {
  content: "";
}
.fa-korvue:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-laptop-code:before {
  content: "";
}
.fa-laravel:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-laugh:before {
  content: "";
}
.fa-laugh-beam:before {
  content: "";
}
.fa-laugh-squint:before {
  content: "";
}
.fa-laugh-wink:before {
  content: "";
}
.fa-layer-group:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-lemon:before {
  content: "";
}
.fa-less:before {
  content: "";
}
.fa-less-than:before {
  content: "";
}
.fa-less-than-equal:before {
  content: "";
}
.fa-level-down-alt:before {
  content: "";
}
.fa-level-up-alt:before {
  content: "";
}
.fa-life-ring:before {
  content: "";
}
.fa-lightbulb:before {
  content: "";
}
.fa-line:before {
  content: "";
}
.fa-link:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-linkedin-in:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-lira-sign:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-lock-open:before {
  content: "";
}
.fa-long-arrow-alt-down:before {
  content: "";
}
.fa-long-arrow-alt-left:before {
  content: "";
}
.fa-long-arrow-alt-right:before {
  content: "";
}
.fa-long-arrow-alt-up:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-luggage-cart:before {
  content: "";
}
.fa-lyft:before {
  content: "";
}
.fa-magento:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-mailchimp:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-mandalorian:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-map-marked:before {
  content: "";
}
.fa-map-marked-alt:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-map-marker-alt:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-markdown:before {
  content: "";
}
.fa-marker:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mastodon:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-medal:before {
  content: "";
}
.fa-medapps:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-medium-m:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-medrt:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.fa-megaport:before {
  content: "";
}
.fa-meh:before {
  content: "";
}
.fa-meh-blank:before {
  content: "";
}
.fa-meh-rolling-eyes:before {
  content: "";
}
.fa-memory:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-alt:before {
  content: "";
}
.fa-microphone-alt-slash:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-microscope:before {
  content: "";
}
.fa-microsoft:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-mix:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-mizuni:before {
  content: "";
}
.fa-mobile:before {
  content: "";
}
.fa-mobile-alt:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-monero:before {
  content: "";
}
.fa-money-bill:before {
  content: "";
}
.fa-money-bill-alt:before {
  content: "";
}
.fa-money-bill-wave:before {
  content: "";
}
.fa-money-bill-wave-alt:before {
  content: "";
}
.fa-money-check:before {
  content: "";
}
.fa-money-check-alt:before {
  content: "";
}
.fa-monument:before {
  content: "";
}
.fa-moon:before {
  content: "";
}
.fa-mortar-pestle:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-napster:before {
  content: "";
}
.fa-neos:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-newspaper:before {
  content: "";
}
.fa-nimblr:before {
  content: "";
}
.fa-nintendo-switch:before {
  content: "";
}
.fa-node:before {
  content: "";
}
.fa-node-js:before {
  content: "";
}
.fa-not-equal:before {
  content: "";
}
.fa-notes-medical:before {
  content: "";
}
.fa-npm:before {
  content: "";
}
.fa-ns8:before {
  content: "";
}
.fa-nutritionix:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-oil-can:before {
  content: "";
}
.fa-old-republic:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-osi:before {
  content: "";
}
.fa-outdent:before {
  content: "";
}
.fa-page4:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-paint-roller:before {
  content: "";
}
.fa-palette:before {
  content: "";
}
.fa-palfed:before {
  content: "";
}
.fa-pallet:before {
  content: "";
}
.fa-paper-plane:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-parachute-box:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-parking:before {
  content: "";
}
.fa-passport:before {
  content: "";
}
.fa-paste:before {
  content: "";
}
.fa-patreon:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-pen:before {
  content: "";
}
.fa-pen-alt:before {
  content: "";
}
.fa-pen-fancy:before {
  content: "";
}
.fa-pen-nib:before {
  content: "";
}
.fa-pen-square:before {
  content: "";
}
.fa-pencil-alt:before {
  content: "";
}
.fa-pencil-ruler:before {
  content: "";
}
.fa-people-carry:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-percentage:before {
  content: "";
}
.fa-periscope:before {
  content: "";
}
.fa-phabricator:before {
  content: "";
}
.fa-phoenix-framework:before {
  content: "";
}
.fa-phoenix-squadron:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-phone-slash:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-phone-volume:before {
  content: "";
}
.fa-php:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-pied-piper-hat:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-piggy-bank:before {
  content: "";
}
.fa-pills:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-plane-arrival:before {
  content: "";
}
.fa-plane-departure:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-playstation:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-poo:before {
  content: "";
}
.fa-poop:before {
  content: "";
}
.fa-portrait:before {
  content: "";
}
.fa-pound-sign:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-prescription:before {
  content: "";
}
.fa-prescription-bottle:before {
  content: "";
}
.fa-prescription-bottle-alt:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-procedures:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-project-diagram:before {
  content: "";
}
.fa-pushed:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-python:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-quidditch:before {
  content: "";
}
.fa-quinscape:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-r-project:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-react:before {
  content: "";
}
.fa-readme:before {
  content: "";
}
.fa-rebel:before {
  content: "";
}
.fa-receipt:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-red-river:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-redo:before {
  content: "";
}
.fa-redo-alt:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-rendact:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-reply:before {
  content: "";
}
.fa-reply-all:before {
  content: "";
}
.fa-replyd:before {
  content: "";
}
.fa-researchgate:before {
  content: "";
}
.fa-resolving:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-rev:before {
  content: "";
}
.fa-ribbon:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-robot:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-rocketchat:before {
  content: "";
}
.fa-rockrms:before {
  content: "";
}
.fa-route:before {
  content: "";
}
.fa-rss:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-ruble-sign:before {
  content: "";
}
.fa-ruler:before {
  content: "";
}
.fa-ruler-combined:before {
  content: "";
}
.fa-ruler-horizontal:before {
  content: "";
}
.fa-ruler-vertical:before {
  content: "";
}
.fa-rupee-sign:before {
  content: "";
}
.fa-sad-cry:before {
  content: "";
}
.fa-sad-tear:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-sass:before {
  content: "";
}
.fa-save:before {
  content: "";
}
.fa-schlix:before {
  content: "";
}
.fa-school:before {
  content: "";
}
.fa-screwdriver:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-searchengin:before {
  content: "";
}
.fa-seedling:before {
  content: "";
}
.fa-sellcast:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-servicestack:before {
  content: "";
}
.fa-shapes:before {
  content: "";
}
.fa-share:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-shekel-sign:before {
  content: "";
}
.fa-shield-alt:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-shipping-fast:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-shoe-prints:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-shopware:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-shuttle-van:before {
  content: "";
}
.fa-sign:before {
  content: "";
}
.fa-sign-in-alt:before {
  content: "";
}
.fa-sign-language:before {
  content: "";
}
.fa-sign-out-alt:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-signature:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-sistrix:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-sith:before {
  content: "";
}
.fa-skull:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-slack-hash:before {
  content: "";
}
.fa-sliders-h:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-smile:before {
  content: "";
}
.fa-smile-beam:before {
  content: "";
}
.fa-smile-wink:before {
  content: "";
}
.fa-smoking:before {
  content: "";
}
.fa-smoking-ban:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-snowflake:before {
  content: "";
}
.fa-solar-panel:before {
  content: "";
}
.fa-sort:before {
  content: "";
}
.fa-sort-alpha-down:before {
  content: "";
}
.fa-sort-alpha-up:before {
  content: "";
}
.fa-sort-amount-down:before {
  content: "";
}
.fa-sort-amount-up:before {
  content: "";
}
.fa-sort-down:before {
  content: "";
}
.fa-sort-numeric-down:before {
  content: "";
}
.fa-sort-numeric-up:before {
  content: "";
}
.fa-sort-up:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-spa:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-speakap:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-splotch:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-spray-can:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-square-full:before {
  content: "";
}
.fa-squarespace:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-stamp:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-star-half-alt:before {
  content: "";
}
.fa-star-of-life:before {
  content: "";
}
.fa-staylinked:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-steam-symbol:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-sticker-mule:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stopwatch:before {
  content: "";
}
.fa-store:before {
  content: "";
}
.fa-store-alt:before {
  content: "";
}
.fa-strava:before {
  content: "";
}
.fa-stream:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-stripe:before {
  content: "";
}
.fa-stripe-s:before {
  content: "";
}
.fa-stroopwafel:before {
  content: "";
}
.fa-studiovinari:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-suitcase-rolling:before {
  content: "";
}
.fa-sun:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-supple:before {
  content: "";
}
.fa-surprise:before {
  content: "";
}
.fa-swatchbook:before {
  content: "";
}
.fa-swimmer:before {
  content: "";
}
.fa-swimming-pool:before {
  content: "";
}
.fa-sync:before {
  content: "";
}
.fa-sync-alt:before {
  content: "";
}
.fa-syringe:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-table-tennis:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-tablet-alt:before {
  content: "";
}
.fa-tablets:before {
  content: "";
}
.fa-tachometer-alt:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-tape:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-taxi:before {
  content: "";
}
.fa-teamspeak:before {
  content: "";
}
.fa-teeth:before {
  content: "";
}
.fa-teeth-open:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-telegram-plane:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-theater-masks:before {
  content: "";
}
.fa-themeco:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-thermometer:before {
  content: "";
}
.fa-thermometer-empty:before {
  content: "";
}
.fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbtack:before {
  content: "";
}
.fa-ticket-alt:before {
  content: "";
}
.fa-times:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-tint-slash:before {
  content: "";
}
.fa-tired:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-toolbox:before {
  content: "";
}
.fa-tooth:before {
  content: "";
}
.fa-trade-federation:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-traffic-light:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-trash-alt:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-truck-loading:before {
  content: "";
}
.fa-truck-monster:before {
  content: "";
}
.fa-truck-moving:before {
  content: "";
}
.fa-truck-pickup:before {
  content: "";
}
.fa-tshirt:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-tv:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-typo3:before {
  content: "";
}
.fa-uber:before {
  content: "";
}
.fa-uikit:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-umbrella-beach:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-undo:before {
  content: "";
}
.fa-undo-alt:before {
  content: "";
}
.fa-uniregistry:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-university:before {
  content: "";
}
.fa-unlink:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-untappd:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-user-alt:before {
  content: "";
}
.fa-user-alt-slash:before {
  content: "";
}
.fa-user-astronaut:before {
  content: "";
}
.fa-user-check:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-clock:before {
  content: "";
}
.fa-user-cog:before {
  content: "";
}
.fa-user-edit:before {
  content: "";
}
.fa-user-friends:before {
  content: "";
}
.fa-user-graduate:before {
  content: "";
}
.fa-user-lock:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-user-minus:before {
  content: "";
}
.fa-user-ninja:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-user-shield:before {
  content: "";
}
.fa-user-slash:before {
  content: "";
}
.fa-user-tag:before {
  content: "";
}
.fa-user-tie:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-users:before {
  content: "";
}
.fa-users-cog:before {
  content: "";
}
.fa-ussunnah:before {
  content: "";
}
.fa-utensil-spoon:before {
  content: "";
}
.fa-utensils:before {
  content: "";
}
.fa-vaadin:before {
  content: "";
}
.fa-vector-square:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-vial:before {
  content: "";
}
.fa-vials:before {
  content: "";
}
.fa-viber:before {
  content: "";
}
.fa-video:before {
  content: "";
}
.fa-video-slash:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-vimeo-v:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-vnv:before {
  content: "";
}
.fa-volleyball-ball:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-vuejs:before {
  content: "";
}
.fa-walking:before {
  content: "";
}
.fa-wallet:before {
  content: "";
}
.fa-warehouse:before {
  content: "";
}
.fa-weebly:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-weight:before {
  content: "";
}
.fa-weight-hanging:before {
  content: "";
}
.fa-weixin:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-whatsapp-square:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-whmcs:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-window-close:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-wine-glass:before {
  content: "";
}
.fa-wine-glass-alt:before {
  content: "";
}
.fa-wix:before {
  content: "";
}
.fa-wolf-pack-battalion:before {
  content: "";
}
.fa-won-sign:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-wordpress-simple:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-x-ray:before {
  content: "";
}
.fa-xbox:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-y-combinator:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-yandex:before {
  content: "";
}
.fa-yandex-international:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-yen-sign:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-zhihu:before {
  content: "";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(../webfonts/fa-brands-400.eot.html);
  src: url(../webfonts/fa-brands-400.eot_.html#iefix)
      format("embedded-opentype"),
    url(../webfonts/fa-brands-400.woff2.html) format("woff2"),
    url(../webfonts/fa-brands-400.woff.html) format("woff"),
    url(../webfonts/fa-brands-400.ttf.html) format("truetype"),
    url(../webfonts/fa-brands-400.svg.html#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/fa-regular-400.eot.html);
  src: url(../webfonts/fa-regular-400.eot_.html#iefix)
      format("embedded-opentype"),
    url(../webfonts/fa-regular-400.woff2.html) format("woff2"),
    url(../webfonts/fa-regular-400.woff.html) format("woff"),
    url(../webfonts/fa-regular-400.ttf.html) format("truetype"),
    url(../webfonts/fa-regular-400.svg.html#fontawesome) format("svg");
}
.far {
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.eot.html);
  src: url(../webfonts/fa-solid-900.eot_.html#iefix) format("embedded-opentype"),
    url(../webfonts/fa-solid-900.woff2.html) format("woff2"),
    url(../webfonts/fa-solid-900.woff.html) format("woff"),
    url(../webfonts/fa-solid-900.ttf.html) format("truetype"),
    url(../webfonts/fa-solid-900.svg.html#fontawesome) format("svg");
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
  font-weight: 900;
}
.la,
.las,
.lar,
.lal,
.lad,
.lab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.la-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.la-xs {
  font-size: 0.75em;
}
.la-sm {
  font-size: 0.875em;
}
.la-1x {
  font-size: 1em;
}
.la-2x {
  font-size: 2em;
}
.la-3x {
  font-size: 3em;
}
.la-4x {
  font-size: 4em;
}
.la-5x {
  font-size: 5em;
}
.la-6x {
  font-size: 6em;
}
.la-7x {
  font-size: 7em;
}
.la-8x {
  font-size: 8em;
}
.la-9x {
  font-size: 9em;
}
.la-10x {
  font-size: 10em;
}
.la-fw {
  text-align: center;
  width: 1.25em;
}
.la-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.la-ul > li {
  position: relative;
}
.la-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.la-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.la-pull-left {
  float: left;
}
.la-pull-right {
  float: right;
}
.la.la-pull-left,
.las.la-pull-left,
.lar.la-pull-left,
.lal.la-pull-left,
.lab.la-pull-left {
  margin-right: 0.3em;
}
.la.la-pull-right,
.las.la-pull-right,
.lar.la-pull-right,
.lal.la-pull-right,
.lab.la-pull-right {
  margin-left: 0.3em;
}
.la-spin {
  -webkit-animation: la-spin 2s infinite linear;
  animation: la-spin 2s infinite linear;
}
.la-pulse {
  -webkit-animation: la-spin 1s infinite steps(8);
  animation: la-spin 1s infinite steps(8);
}
@-webkit-keyframes la-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes la-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.la-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.la-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.la-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.la-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.la-flip-both,
.la-flip-horizontal.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-flip-both {
  -webkit-filter: none;
  filter: none;
}
.la-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.la-stack-1x,
.la-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.la-stack-1x {
  line-height: inherit;
}
.la-stack-2x {
  font-size: 2em;
}
.la-inverse {
  color: #fff;
}
.la-500px:before {
  content: "";
}
.la-accessible-icon:before {
  content: "";
}
.la-accusoft:before {
  content: "";
}
.la-acquisitions-incorporated:before {
  content: "";
}
.la-ad:before {
  content: "";
}
.la-address-book:before {
  content: "";
}
.la-address-card:before {
  content: "";
}
.la-adjust:before {
  content: "";
}
.la-adn:before {
  content: "";
}
.la-adobe:before {
  content: "";
}
.la-adversal:before {
  content: "";
}
.la-affiliatetheme:before {
  content: "";
}
.la-air-freshener:before {
  content: "";
}
.la-airbnb:before {
  content: "";
}
.la-algolia:before {
  content: "";
}
.la-align-center:before {
  content: "";
}
.la-align-justify:before {
  content: "";
}
.la-align-left:before {
  content: "";
}
.la-align-right:before {
  content: "";
}
.la-alipay:before {
  content: "";
}
.la-allergies:before {
  content: "";
}
.la-amazon:before {
  content: "";
}
.la-amazon-pay:before {
  content: "";
}
.la-ambulance:before {
  content: "";
}
.la-american-sign-language-interpreting:before {
  content: "";
}
.la-amilia:before {
  content: "";
}
.la-anchor:before {
  content: "";
}
.la-android:before {
  content: "";
}
.la-angellist:before {
  content: "";
}
.la-angle-double-down:before {
  content: "";
}
.la-angle-double-left:before {
  content: "";
}
.la-angle-double-right:before {
  content: "";
}
.la-angle-double-up:before {
  content: "";
}
.la-angle-down:before {
  content: "";
}
.la-angle-left:before {
  content: "";
}
.la-angle-right:before {
  content: "";
}
.la-angle-up:before {
  content: "";
}
.la-angry:before {
  content: "";
}
.la-angrycreative:before {
  content: "";
}
.la-angular:before {
  content: "";
}
.la-ankh:before {
  content: "";
}
.la-app-store:before {
  content: "";
}
.la-app-store-ios:before {
  content: "";
}
.la-apper:before {
  content: "";
}
.la-apple:before {
  content: "";
}
.la-apple-alt:before {
  content: "";
}
.la-apple-pay:before {
  content: "";
}
.la-archive:before {
  content: "";
}
.la-archway:before {
  content: "";
}
.la-arrow-alt-circle-down:before {
  content: "";
}
.la-arrow-alt-circle-left:before {
  content: "";
}
.la-arrow-alt-circle-right:before {
  content: "";
}
.la-arrow-alt-circle-up:before {
  content: "";
}
.la-arrow-circle-down:before {
  content: "";
}
.la-arrow-circle-left:before {
  content: "";
}
.la-arrow-circle-right:before {
  content: "";
}
.la-arrow-circle-up:before {
  content: "";
}
.la-arrow-down:before {
  content: "";
}
.la-arrow-left:before {
  content: "";
}
.la-arrow-right:before {
  content: "";
}
.la-arrow-up:before {
  content: "";
}
.la-arrows-alt:before {
  content: "";
}
.la-arrows-alt-h:before {
  content: "";
}
.la-arrows-alt-v:before {
  content: "";
}
.la-artstation:before {
  content: "";
}
.la-assistive-listening-systems:before {
  content: "";
}
.la-asterisk:before {
  content: "";
}
.la-asymmetrik:before {
  content: "";
}
.la-at:before {
  content: "";
}
.la-atlas:before {
  content: "";
}
.la-atlassian:before {
  content: "";
}
.la-atom:before {
  content: "";
}
.la-audible:before {
  content: "";
}
.la-audio-description:before {
  content: "";
}
.la-autoprefixer:before {
  content: "";
}
.la-avianex:before {
  content: "";
}
.la-aviato:before {
  content: "";
}
.la-award:before {
  content: "";
}
.la-aws:before {
  content: "";
}
.la-baby:before {
  content: "";
}
.la-baby-carriage:before {
  content: "";
}
.la-backspace:before {
  content: "";
}
.la-backward:before {
  content: "";
}
.la-bacon:before {
  content: "";
}
.la-balance-scale:before {
  content: "";
}
.la-balance-scale-left:before {
  content: "";
}
.la-balance-scale-right:before {
  content: "";
}
.la-ban:before {
  content: "";
}
.la-band-aid:before {
  content: "";
}
.la-bandcamp:before {
  content: "";
}
.la-barcode:before {
  content: "";
}
.la-bars:before {
  content: "";
}
.la-baseball-ball:before {
  content: "";
}
.la-basketball-ball:before {
  content: "";
}
.la-bath:before {
  content: "";
}
.la-battery-empty:before {
  content: "";
}
.la-battery-full:before {
  content: "";
}
.la-battery-half:before {
  content: "";
}
.la-battery-quarter:before {
  content: "";
}
.la-battery-three-quarters:before {
  content: "";
}
.la-battle-net:before {
  content: "";
}
.la-bed:before {
  content: "";
}
.la-beer:before {
  content: "";
}
.la-behance:before {
  content: "";
}
.la-behance-square:before {
  content: "";
}
.la-bell:before {
  content: "";
}
.la-bell-slash:before {
  content: "";
}
.la-bezier-curve:before {
  content: "";
}
.la-bible:before {
  content: "";
}
.la-bicycle:before {
  content: "";
}
.la-biking:before {
  content: "";
}
.la-bimobject:before {
  content: "";
}
.la-binoculars:before {
  content: "";
}
.la-biohazard:before {
  content: "";
}
.la-birthday-cake:before {
  content: "";
}
.la-bitbucket:before {
  content: "";
}
.la-bitcoin:before {
  content: "";
}
.la-bity:before {
  content: "";
}
.la-black-tie:before {
  content: "";
}
.la-blackberry:before {
  content: "";
}
.la-blender:before {
  content: "";
}
.la-blender-phone:before {
  content: "";
}
.la-blind:before {
  content: "";
}
.la-blog:before {
  content: "";
}
.la-blogger:before {
  content: "";
}
.la-blogger-b:before {
  content: "";
}
.la-bluetooth:before {
  content: "";
}
.la-bluetooth-b:before {
  content: "";
}
.la-bold:before {
  content: "";
}
.la-bolt:before {
  content: "";
}
.la-bomb:before {
  content: "";
}
.la-bone:before {
  content: "";
}
.la-bong:before {
  content: "";
}
.la-book:before {
  content: "";
}
.la-book-dead:before {
  content: "";
}
.la-book-medical:before {
  content: "";
}
.la-book-open:before {
  content: "";
}
.la-book-reader:before {
  content: "";
}
.la-bookmark:before {
  content: "";
}
.la-bootstrap:before {
  content: "";
}
.la-border-all:before {
  content: "";
}
.la-border-none:before {
  content: "";
}
.la-border-style:before {
  content: "";
}
.la-bowling-ball:before {
  content: "";
}
.la-box:before {
  content: "";
}
.la-box-open:before {
  content: "";
}
.la-boxes:before {
  content: "";
}
.la-braille:before {
  content: "";
}
.la-brain:before {
  content: "";
}
.la-bread-slice:before {
  content: "";
}
.la-briefcase:before {
  content: "";
}
.la-briefcase-medical:before {
  content: "";
}
.la-broadcast-tower:before {
  content: "";
}
.la-broom:before {
  content: "";
}
.la-brush:before {
  content: "";
}
.la-btc:before {
  content: "";
}
.la-buffer:before {
  content: "";
}
.la-bug:before {
  content: "";
}
.la-building:before {
  content: "";
}
.la-bullhorn:before {
  content: "";
}
.la-bullseye:before {
  content: "";
}
.la-burn:before {
  content: "";
}
.la-buromobelexperte:before {
  content: "";
}
.la-bus:before {
  content: "";
}
.la-bus-alt:before {
  content: "";
}
.la-business-time:before {
  content: "";
}
.la-buy-n-large:before {
  content: "";
}
.la-buysellads:before {
  content: "";
}
.la-calculator:before {
  content: "";
}
.la-calendar:before {
  content: "";
}
.la-calendar-alt:before {
  content: "";
}
.la-calendar-check:before {
  content: "";
}
.la-calendar-day:before {
  content: "";
}
.la-calendar-minus:before {
  content: "";
}
.la-calendar-plus:before {
  content: "";
}
.la-calendar-times:before {
  content: "";
}
.la-calendar-week:before {
  content: "";
}
.la-camera:before {
  content: "";
}
.la-camera-retro:before {
  content: "";
}
.la-campground:before {
  content: "";
}
.la-canadian-maple-leaf:before {
  content: "";
}
.la-candy-cane:before {
  content: "";
}
.la-cannabis:before {
  content: "";
}
.la-capsules:before {
  content: "";
}
.la-car:before {
  content: "";
}
.la-car-alt:before {
  content: "";
}
.la-car-battery:before {
  content: "";
}
.la-car-crash:before {
  content: "";
}
.la-car-side:before {
  content: "";
}
.la-caret-down:before {
  content: "";
}
.la-caret-left:before {
  content: "";
}
.la-caret-right:before {
  content: "";
}
.la-caret-square-down:before {
  content: "";
}
.la-caret-square-left:before {
  content: "";
}
.la-caret-square-right:before {
  content: "";
}
.la-caret-square-up:before {
  content: "";
}
.la-caret-up:before {
  content: "";
}
.la-carrot:before {
  content: "";
}
.la-cart-arrow-down:before {
  content: "";
}
.la-cart-plus:before {
  content: "";
}
.la-cash-register:before {
  content: "";
}
.la-cat:before {
  content: "";
}
.la-cc-amazon-pay:before {
  content: "";
}
.la-cc-amex:before {
  content: "";
}
.la-cc-apple-pay:before {
  content: "";
}
.la-cc-diners-club:before {
  content: "";
}
.la-cc-discover:before {
  content: "";
}
.la-cc-jcb:before {
  content: "";
}
.la-cc-mastercard:before {
  content: "";
}
.la-cc-paypal:before {
  content: "";
}
.la-cc-stripe:before {
  content: "";
}
.la-cc-visa:before {
  content: "";
}
.la-centercode:before {
  content: "";
}
.la-centos:before {
  content: "";
}
.la-certificate:before {
  content: "";
}
.la-chair:before {
  content: "";
}
.la-chalkboard:before {
  content: "";
}
.la-chalkboard-teacher:before {
  content: "";
}
.la-charging-station:before {
  content: "";
}
.la-chart-area:before {
  content: "";
}
.la-chart-bar:before {
  content: "";
}
.la-chart-line:before {
  content: "";
}
.la-chart-pie:before {
  content: "";
}
.la-check:before {
  content: "";
}
.la-check-circle:before {
  content: "";
}
.la-check-double:before {
  content: "";
}
.la-check-square:before {
  content: "";
}
.la-cheese:before {
  content: "";
}
.la-chess:before {
  content: "";
}
.la-chess-bishop:before {
  content: "";
}
.la-chess-board:before {
  content: "";
}
.la-chess-king:before {
  content: "";
}
.la-chess-knight:before {
  content: "";
}
.la-chess-pawn:before {
  content: "";
}
.la-chess-queen:before {
  content: "";
}
.la-chess-rook:before {
  content: "";
}
.la-chevron-circle-down:before {
  content: "";
}
.la-chevron-circle-left:before {
  content: "";
}
.la-chevron-circle-right:before {
  content: "";
}
.la-chevron-circle-up:before {
  content: "";
}
.la-chevron-down:before {
  content: "";
}
.la-chevron-left:before {
  content: "";
}
.la-chevron-right:before {
  content: "";
}
.la-chevron-up:before {
  content: "";
}
.la-child:before {
  content: "";
}
.la-chrome:before {
  content: "";
}
.la-chromecast:before {
  content: "";
}
.la-church:before {
  content: "";
}
.la-circle:before {
  content: "";
}
.la-circle-notch:before {
  content: "";
}
.la-city:before {
  content: "";
}
.la-clinic-medical:before {
  content: "";
}
.la-clipboard:before {
  content: "";
}
.la-clipboard-check:before {
  content: "";
}
.la-clipboard-list:before {
  content: "";
}
.la-clock:before {
  content: "";
}
.la-clone:before {
  content: "";
}
.la-closed-captioning:before {
  content: "";
}
.la-cloud:before {
  content: "";
}
.la-cloud-download-alt:before {
  content: "";
}
.la-cloud-meatball:before {
  content: "";
}
.la-cloud-moon:before {
  content: "";
}
.la-cloud-moon-rain:before {
  content: "";
}
.la-cloud-rain:before {
  content: "";
}
.la-cloud-showers-heavy:before {
  content: "";
}
.la-cloud-sun:before {
  content: "";
}
.la-cloud-sun-rain:before {
  content: "";
}
.la-cloud-upload-alt:before {
  content: "";
}
.la-cloudscale:before {
  content: "";
}
.la-cloudsmith:before {
  content: "";
}
.la-cloudversify:before {
  content: "";
}
.la-cocktail:before {
  content: "";
}
.la-code:before {
  content: "";
}
.la-code-branch:before {
  content: "";
}
.la-codepen:before {
  content: "";
}
.la-codiepie:before {
  content: "";
}
.la-coffee:before {
  content: "";
}
.la-cog:before {
  content: "";
}
.la-cogs:before {
  content: "";
}
.la-coins:before {
  content: "";
}
.la-columns:before {
  content: "";
}
.la-comment:before {
  content: "";
}
.la-comment-alt:before {
  content: "";
}
.la-comment-dollar:before {
  content: "";
}
.la-comment-dots:before {
  content: "";
}
.la-comment-medical:before {
  content: "";
}
.la-comment-slash:before {
  content: "";
}
.la-comments:before {
  content: "";
}
.la-comments-dollar:before {
  content: "";
}
.la-compact-disc:before {
  content: "";
}
.la-compass:before {
  content: "";
}
.la-compress:before {
  content: "";
}
.la-compress-arrows-alt:before {
  content: "";
}
.la-concierge-bell:before {
  content: "";
}
.la-confluence:before {
  content: "";
}
.la-connectdevelop:before {
  content: "";
}
.la-contao:before {
  content: "";
}
.la-cookie:before {
  content: "";
}
.la-cookie-bite:before {
  content: "";
}
.la-copy:before {
  content: "";
}
.la-copyright:before {
  content: "";
}
.la-cotton-bureau:before {
  content: "";
}
.la-couch:before {
  content: "";
}
.la-cpanel:before {
  content: "";
}
.la-creative-commons:before {
  content: "";
}
.la-creative-commons-by:before {
  content: "";
}
.la-creative-commons-nc:before {
  content: "";
}
.la-creative-commons-nc-eu:before {
  content: "";
}
.la-creative-commons-nc-jp:before {
  content: "";
}
.la-creative-commons-nd:before {
  content: "";
}
.la-creative-commons-pd:before {
  content: "";
}
.la-creative-commons-pd-alt:before {
  content: "";
}
.la-creative-commons-remix:before {
  content: "";
}
.la-creative-commons-sa:before {
  content: "";
}
.la-creative-commons-sampling:before {
  content: "";
}
.la-creative-commons-sampling-plus:before {
  content: "";
}
.la-creative-commons-share:before {
  content: "";
}
.la-creative-commons-zero:before {
  content: "";
}
.la-credit-card:before {
  content: "";
}
.la-critical-role:before {
  content: "";
}
.la-crop:before {
  content: "";
}
.la-crop-alt:before {
  content: "";
}
.la-cross:before {
  content: "";
}
.la-crosshairs:before {
  content: "";
}
.la-crow:before {
  content: "";
}
.la-crown:before {
  content: "";
}
.la-crutch:before {
  content: "";
}
.la-css3:before {
  content: "";
}
.la-css3-alt:before {
  content: "";
}
.la-cube:before {
  content: "";
}
.la-cubes:before {
  content: "";
}
.la-cut:before {
  content: "";
}
.la-cuttlefish:before {
  content: "";
}
.la-d-and-d:before {
  content: "";
}
.la-d-and-d-beyond:before {
  content: "";
}
.la-dashcube:before {
  content: "";
}
.la-database:before {
  content: "";
}
.la-deaf:before {
  content: "";
}
.la-delicious:before {
  content: "";
}
.la-democrat:before {
  content: "";
}
.la-deploydog:before {
  content: "";
}
.la-deskpro:before {
  content: "";
}
.la-desktop:before {
  content: "";
}
.la-dev:before {
  content: "";
}
.la-deviantart:before {
  content: "";
}
.la-dharmachakra:before {
  content: "";
}
.la-dhl:before {
  content: "";
}
.la-diagnoses:before {
  content: "";
}
.la-diaspora:before {
  content: "";
}
.la-dice:before {
  content: "";
}
.la-dice-d20:before {
  content: "";
}
.la-dice-d6:before {
  content: "";
}
.la-dice-five:before {
  content: "";
}
.la-dice-four:before {
  content: "";
}
.la-dice-one:before {
  content: "";
}
.la-dice-six:before {
  content: "";
}
.la-dice-three:before {
  content: "";
}
.la-dice-two:before {
  content: "";
}
.la-digg:before {
  content: "";
}
.la-digital-ocean:before {
  content: "";
}
.la-digital-tachograph:before {
  content: "";
}
.la-directions:before {
  content: "";
}
.la-discord:before {
  content: "";
}
.la-discourse:before {
  content: "";
}
.la-divide:before {
  content: "";
}
.la-dizzy:before {
  content: "";
}
.la-dna:before {
  content: "";
}
.la-dochub:before {
  content: "";
}
.la-docker:before {
  content: "";
}
.la-dog:before {
  content: "";
}
.la-dollar-sign:before {
  content: "";
}
.la-dolly:before {
  content: "";
}
.la-dolly-flatbed:before {
  content: "";
}
.la-donate:before {
  content: "";
}
.la-door-closed:before {
  content: "";
}
.la-door-open:before {
  content: "";
}
.la-dot-circle:before {
  content: "";
}
.la-dove:before {
  content: "";
}
.la-download:before {
  content: "";
}
.la-draft2digital:before {
  content: "";
}
.la-drafting-compass:before {
  content: "";
}
.la-dragon:before {
  content: "";
}
.la-draw-polygon:before {
  content: "";
}
.la-dribbble:before {
  content: "";
}
.la-dribbble-square:before {
  content: "";
}
.la-dropbox:before {
  content: "";
}
.la-drum:before {
  content: "";
}
.la-drum-steelpan:before {
  content: "";
}
.la-drumstick-bite:before {
  content: "";
}
.la-drupal:before {
  content: "";
}
.la-dumbbell:before {
  content: "";
}
.la-dumpster:before {
  content: "";
}
.la-dumpster-fire:before {
  content: "";
}
.la-dungeon:before {
  content: "";
}
.la-dyalog:before {
  content: "";
}
.la-earlybirds:before {
  content: "";
}
.la-ebay:before {
  content: "";
}
.la-edge:before {
  content: "";
}
.la-edit:before {
  content: "";
}
.la-egg:before {
  content: "";
}
.la-eject:before {
  content: "";
}
.la-elementor:before {
  content: "";
}
.la-ellipsis-h:before {
  content: "";
}
.la-ellipsis-v:before {
  content: "";
}
.la-ello:before {
  content: "";
}
.la-ember:before {
  content: "";
}
.la-empire:before {
  content: "";
}
.la-envelope:before {
  content: "";
}
.la-envelope-open:before {
  content: "";
}
.la-envelope-open-text:before {
  content: "";
}
.la-envelope-square:before {
  content: "";
}
.la-envira:before {
  content: "";
}
.la-equals:before {
  content: "";
}
.la-eraser:before {
  content: "";
}
.la-erlang:before {
  content: "";
}
.la-ethereum:before {
  content: "";
}
.la-ethernet:before {
  content: "";
}
.la-etsy:before {
  content: "";
}
.la-euro-sign:before {
  content: "";
}
.la-evernote:before {
  content: "";
}
.la-exchange-alt:before {
  content: "";
}
.la-exclamation:before {
  content: "";
}
.la-exclamation-circle:before {
  content: "";
}
.la-exclamation-triangle:before {
  content: "";
}
.la-expand:before {
  content: "";
}
.la-expand-arrows-alt:before {
  content: "";
}
.la-expeditedssl:before {
  content: "";
}
.la-external-link-alt:before {
  content: "";
}
.la-external-link-square-alt:before {
  content: "";
}
.la-eye:before {
  content: "";
}
.la-eye-dropper:before {
  content: "";
}
.la-eye-slash:before {
  content: "";
}
.la-facebook:before {
  content: "";
}
.la-facebook-f:before {
  content: "";
}
.la-facebook-messenger:before {
  content: "";
}
.la-facebook-square:before {
  content: "";
}
.la-fan:before {
  content: "";
}
.la-fantasy-flight-games:before {
  content: "";
}
.la-fast-backward:before {
  content: "";
}
.la-fast-forward:before {
  content: "";
}
.la-fax:before {
  content: "";
}
.la-feather:before {
  content: "";
}
.la-feather-alt:before {
  content: "";
}
.la-fedex:before {
  content: "";
}
.la-fedora:before {
  content: "";
}
.la-female:before {
  content: "";
}
.la-fighter-jet:before {
  content: "";
}
.la-figma:before {
  content: "";
}
.la-file:before {
  content: "";
}
.la-file-alt:before {
  content: "";
}
.la-file-archive:before {
  content: "";
}
.la-file-audio:before {
  content: "";
}
.la-file-code:before {
  content: "";
}
.la-file-contract:before {
  content: "";
}
.la-file-csv:before {
  content: "";
}
.la-file-download:before {
  content: "";
}
.la-file-excel:before {
  content: "";
}
.la-file-export:before {
  content: "";
}
.la-file-image:before {
  content: "";
}
.la-file-import:before {
  content: "";
}
.la-file-invoice:before {
  content: "";
}
.la-file-invoice-dollar:before {
  content: "";
}
.la-file-medical:before {
  content: "";
}
.la-file-medical-alt:before {
  content: "";
}
.la-file-pdf:before {
  content: "";
}
.la-file-powerpoint:before {
  content: "";
}
.la-file-prescription:before {
  content: "";
}
.la-file-signature:before {
  content: "";
}
.la-file-upload:before {
  content: "";
}
.la-file-video:before {
  content: "";
}
.la-file-word:before {
  content: "";
}
.la-fill:before {
  content: "";
}
.la-fill-drip:before {
  content: "";
}
.la-film:before {
  content: "";
}
.la-filter:before {
  content: "";
}
.la-fingerprint:before {
  content: "";
}
.la-fire:before {
  content: "";
}
.la-fire-alt:before {
  content: "";
}
.la-fire-extinguisher:before {
  content: "";
}
.la-firefox:before {
  content: "";
}
.la-first-aid:before {
  content: "";
}
.la-first-order:before {
  content: "";
}
.la-first-order-alt:before {
  content: "";
}
.la-firstdraft:before {
  content: "";
}
.la-fish:before {
  content: "";
}
.la-fist-raised:before {
  content: "";
}
.la-flag:before {
  content: "";
}
.la-flag-checkered:before {
  content: "";
}
.la-flag-usa:before {
  content: "";
}
.la-flask:before {
  content: "";
}
.la-flickr:before {
  content: "";
}
.la-flipboard:before {
  content: "";
}
.la-flushed:before {
  content: "";
}
.la-fly:before {
  content: "";
}
.la-folder:before {
  content: "";
}
.la-folder-minus:before {
  content: "";
}
.la-folder-open:before {
  content: "";
}
.la-folder-plus:before {
  content: "";
}
.la-font:before {
  content: "";
}
.la-font-awesome:before {
  content: "";
}
.la-font-awesome-alt:before {
  content: "";
}
.la-font-awesome-flag:before {
  content: "";
}
.la-font-awesome-logo-full:before {
  content: "";
}
.la-fonticons:before {
  content: "";
}
.la-fonticons-fi:before {
  content: "";
}
.la-football-ball:before {
  content: "";
}
.la-fort-awesome:before {
  content: "";
}
.la-fort-awesome-alt:before {
  content: "";
}
.la-forumbee:before {
  content: "";
}
.la-forward:before {
  content: "";
}
.la-foursquare:before {
  content: "";
}
.la-free-code-camp:before {
  content: "";
}
.la-freebsd:before {
  content: "";
}
.la-frog:before {
  content: "";
}
.la-frown:before {
  content: "";
}
.la-frown-open:before {
  content: "";
}
.la-fulcrum:before {
  content: "";
}
.la-funnel-dollar:before {
  content: "";
}
.la-futbol:before {
  content: "";
}
.la-galactic-republic:before {
  content: "";
}
.la-galactic-senate:before {
  content: "";
}
.la-gamepad:before {
  content: "";
}
.la-gas-pump:before {
  content: "";
}
.la-gavel:before {
  content: "";
}
.la-gem:before {
  content: "";
}
.la-genderless:before {
  content: "";
}
.la-get-pocket:before {
  content: "";
}
.la-gg:before {
  content: "";
}
.la-gg-circle:before {
  content: "";
}
.la-ghost:before {
  content: "";
}
.la-gift:before {
  content: "";
}
.la-gifts:before {
  content: "";
}
.la-git:before {
  content: "";
}
.la-git-alt:before {
  content: "";
}
.la-git-square:before {
  content: "";
}
.la-github:before {
  content: "";
}
.la-github-alt:before {
  content: "";
}
.la-github-square:before {
  content: "";
}
.la-gitkraken:before {
  content: "";
}
.la-gitlab:before {
  content: "";
}
.la-gitter:before {
  content: "";
}
.la-glass-cheers:before {
  content: "";
}
.la-glass-martini:before {
  content: "";
}
.la-glass-martini-alt:before {
  content: "";
}
.la-glass-whiskey:before {
  content: "";
}
.la-glasses:before {
  content: "";
}
.la-glide:before {
  content: "";
}
.la-glide-g:before {
  content: "";
}
.la-globe:before {
  content: "";
}
.la-globe-africa:before {
  content: "";
}
.la-globe-americas:before {
  content: "";
}
.la-globe-asia:before {
  content: "";
}
.la-globe-europe:before {
  content: "";
}
.la-gofore:before {
  content: "";
}
.la-golf-ball:before {
  content: "";
}
.la-goodreads:before {
  content: "";
}
.la-goodreads-g:before {
  content: "";
}
.la-google:before {
  content: "";
}
.la-google-drive:before {
  content: "";
}
.la-google-play:before {
  content: "";
}
.la-google-plus:before {
  content: "";
}
.la-google-plus-g:before {
  content: "";
}
.la-google-plus-square:before {
  content: "";
}
.la-google-wallet:before {
  content: "";
}
.la-gopuram:before {
  content: "";
}
.la-graduation-cap:before {
  content: "";
}
.la-gratipay:before {
  content: "";
}
.la-grav:before {
  content: "";
}
.la-greater-than:before {
  content: "";
}
.la-greater-than-equal:before {
  content: "";
}
.la-grimace:before {
  content: "";
}
.la-grin:before {
  content: "";
}
.la-grin-alt:before {
  content: "";
}
.la-grin-beam:before {
  content: "";
}
.la-grin-beam-sweat:before {
  content: "";
}
.la-grin-hearts:before {
  content: "";
}
.la-grin-squint:before {
  content: "";
}
.la-grin-squint-tears:before {
  content: "";
}
.la-grin-stars:before {
  content: "";
}
.la-grin-tears:before {
  content: "";
}
.la-grin-tongue:before {
  content: "";
}
.la-grin-tongue-squint:before {
  content: "";
}
.la-grin-tongue-wink:before {
  content: "";
}
.la-grin-wink:before {
  content: "";
}
.la-grip-horizontal:before {
  content: "";
}
.la-grip-lines:before {
  content: "";
}
.la-grip-lines-vertical:before {
  content: "";
}
.la-grip-vertical:before {
  content: "";
}
.la-gripfire:before {
  content: "";
}
.la-grunt:before {
  content: "";
}
.la-guitar:before {
  content: "";
}
.la-gulp:before {
  content: "";
}
.la-h-square:before {
  content: "";
}
.la-hacker-news:before {
  content: "";
}
.la-hacker-news-square:before {
  content: "";
}
.la-hackerrank:before {
  content: "";
}
.la-hamburger:before {
  content: "";
}
.la-hammer:before {
  content: "";
}
.la-hamsa:before {
  content: "";
}
.la-hand-holding:before {
  content: "";
}
.la-hand-holding-heart:before {
  content: "";
}
.la-hand-holding-usd:before {
  content: "";
}
.la-hand-lizard:before {
  content: "";
}
.la-hand-middle-finger:before {
  content: "";
}
.la-hand-paper:before {
  content: "";
}
.la-hand-peace:before {
  content: "";
}
.la-hand-point-down:before {
  content: "";
}
.la-hand-point-left:before {
  content: "";
}
.la-hand-point-right:before {
  content: "";
}
.la-hand-point-up:before {
  content: "";
}
.la-hand-pointer:before {
  content: "";
}
.la-hand-rock:before {
  content: "";
}
.la-hand-scissors:before {
  content: "";
}
.la-hand-spock:before {
  content: "";
}
.la-hands:before {
  content: "";
}
.la-hands-helping:before {
  content: "";
}
.la-handshake:before {
  content: "";
}
.la-hanukiah:before {
  content: "";
}
.la-hard-hat:before {
  content: "";
}
.la-hashtag:before {
  content: "";
}
.la-hat-cowboy:before {
  content: "";
}
.la-hat-cowboy-side:before {
  content: "";
}
.la-hat-wizard:before {
  content: "";
}
.la-haykal:before {
  content: "";
}
.la-hdd:before {
  content: "";
}
.la-heading:before {
  content: "";
}
.la-headphones:before {
  content: "";
}
.la-headphones-alt:before {
  content: "";
}
.la-headset:before {
  content: "";
}
.la-heart:before {
  content: "";
}
.la-heart-broken:before {
  content: "";
}
.la-heartbeat:before {
  content: "";
}
.la-helicopter:before {
  content: "";
}
.la-highlighter:before {
  content: "";
}
.la-hiking:before {
  content: "";
}
.la-hippo:before {
  content: "";
}
.la-hips:before {
  content: "";
}
.la-hire-a-helper:before {
  content: "";
}
.la-history:before {
  content: "";
}
.la-hockey-puck:before {
  content: "";
}
.la-holly-berry:before {
  content: "";
}
.la-home:before {
  content: "";
}
.la-hooli:before {
  content: "";
}
.la-hornbill:before {
  content: "";
}
.la-horse:before {
  content: "";
}
.la-horse-head:before {
  content: "";
}
.la-hospital:before {
  content: "";
}
.la-hospital-alt:before {
  content: "";
}
.la-hospital-symbol:before {
  content: "";
}
.la-hot-tub:before {
  content: "";
}
.la-hotdog:before {
  content: "";
}
.la-hotel:before {
  content: "";
}
.la-hotjar:before {
  content: "";
}
.la-hourglass:before {
  content: "";
}
.la-hourglass-end:before {
  content: "";
}
.la-hourglass-half:before {
  content: "";
}
.la-hourglass-start:before {
  content: "";
}
.la-house-damage:before {
  content: "";
}
.la-houzz:before {
  content: "";
}
.la-hryvnia:before {
  content: "";
}
.la-html5:before {
  content: "";
}
.la-hubspot:before {
  content: "";
}
.la-i-cursor:before {
  content: "";
}
.la-ice-cream:before {
  content: "";
}
.la-icicles:before {
  content: "";
}
.la-icons:before {
  content: "";
}
.la-id-badge:before {
  content: "";
}
.la-id-card:before {
  content: "";
}
.la-id-card-alt:before {
  content: "";
}
.la-igloo:before {
  content: "";
}
.la-image:before {
  content: "";
}
.la-images:before {
  content: "";
}
.la-imdb:before {
  content: "";
}
.la-inbox:before {
  content: "";
}
.la-indent:before {
  content: "";
}
.la-industry:before {
  content: "";
}
.la-infinity:before {
  content: "";
}
.la-info:before {
  content: "";
}
.la-info-circle:before {
  content: "";
}
.la-instagram:before {
  content: "";
}
.la-intercom:before {
  content: "";
}
.la-internet-explorer:before {
  content: "";
}
.la-invision:before {
  content: "";
}
.la-ioxhost:before {
  content: "";
}
.la-italic:before {
  content: "";
}
.la-itch-io:before {
  content: "";
}
.la-itunes:before {
  content: "";
}
.la-itunes-note:before {
  content: "";
}
.la-java:before {
  content: "";
}
.la-jedi:before {
  content: "";
}
.la-jedi-order:before {
  content: "";
}
.la-jenkins:before {
  content: "";
}
.la-jira:before {
  content: "";
}
.la-joget:before {
  content: "";
}
.la-joint:before {
  content: "";
}
.la-joomla:before {
  content: "";
}
.la-journal-whills:before {
  content: "";
}
.la-js:before {
  content: "";
}
.la-js-square:before {
  content: "";
}
.la-jsfiddle:before {
  content: "";
}
.la-kaaba:before {
  content: "";
}
.la-kaggle:before {
  content: "";
}
.la-key:before {
  content: "";
}
.la-keybase:before {
  content: "";
}
.la-keyboard:before {
  content: "";
}
.la-keycdn:before {
  content: "";
}
.la-khanda:before {
  content: "";
}
.la-kickstarter:before {
  content: "";
}
.la-kickstarter-k:before {
  content: "";
}
.la-kiss:before {
  content: "";
}
.la-kiss-beam:before {
  content: "";
}
.la-kiss-wink-heart:before {
  content: "";
}
.la-kiwi-bird:before {
  content: "";
}
.la-korvue:before {
  content: "";
}
.la-landmark:before {
  content: "";
}
.la-language:before {
  content: "";
}
.la-laptop:before {
  content: "";
}
.la-laptop-code:before {
  content: "";
}
.la-laptop-medical:before {
  content: "";
}
.la-laravel:before {
  content: "";
}
.la-lastfm:before {
  content: "";
}
.la-lastfm-square:before {
  content: "";
}
.la-laugh:before {
  content: "";
}
.la-laugh-beam:before {
  content: "";
}
.la-laugh-squint:before {
  content: "";
}
.la-laugh-wink:before {
  content: "";
}
.la-layer-group:before {
  content: "";
}
.la-leaf:before {
  content: "";
}
.la-leanpub:before {
  content: "";
}
.la-lemon:before {
  content: "";
}
.la-less:before {
  content: "";
}
.la-less-than:before {
  content: "";
}
.la-less-than-equal:before {
  content: "";
}
.la-level-down-alt:before {
  content: "";
}
.la-level-up-alt:before {
  content: "";
}
.la-life-ring:before {
  content: "";
}
.la-lightbulb:before {
  content: "";
}
.la-line:before {
  content: "";
}
.la-link:before {
  content: "";
}
.la-linkedin:before {
  content: "";
}
.la-linkedin-in:before {
  content: "";
}
.la-linode:before {
  content: "";
}
.la-linux:before {
  content: "";
}
.la-lira-sign:before {
  content: "";
}
.la-list:before {
  content: "";
}
.la-list-alt:before {
  content: "";
}
.la-list-ol:before {
  content: "";
}
.la-list-ul:before {
  content: "";
}
.la-location-arrow:before {
  content: "";
}
.la-lock:before {
  content: "";
}
.la-lock-open:before {
  content: "";
}
.la-long-arrow-alt-down:before {
  content: "";
}
.la-long-arrow-alt-left:before {
  content: "";
}
.la-long-arrow-alt-right:before {
  content: "";
}
.la-long-arrow-alt-up:before {
  content: "";
}
.la-low-vision:before {
  content: "";
}
.la-luggage-cart:before {
  content: "";
}
.la-lyft:before {
  content: "";
}
.la-magento:before {
  content: "";
}
.la-magic:before {
  content: "";
}
.la-magnet:before {
  content: "";
}
.la-mail-bulk:before {
  content: "";
}
.la-mailchimp:before {
  content: "";
}
.la-male:before {
  content: "";
}
.la-mandalorian:before {
  content: "";
}
.la-map:before {
  content: "";
}
.la-map-marked:before {
  content: "";
}
.la-map-marked-alt:before {
  content: "";
}
.la-map-marker:before {
  content: "";
}
.la-map-marker-alt:before {
  content: "";
}
.la-map-pin:before {
  content: "";
}
.la-map-signs:before {
  content: "";
}
.la-markdown:before {
  content: "";
}
.la-marker:before {
  content: "";
}
.la-mars:before {
  content: "";
}
.la-mars-double:before {
  content: "";
}
.la-mars-stroke:before {
  content: "";
}
.la-mars-stroke-h:before {
  content: "";
}
.la-mars-stroke-v:before {
  content: "";
}
.la-mask:before {
  content: "";
}
.la-mastodon:before {
  content: "";
}
.la-maxcdn:before {
  content: "";
}
.la-mdb:before {
  content: "";
}
.la-medal:before {
  content: "";
}
.la-medapps:before {
  content: "";
}
.la-medium:before {
  content: "";
}
.la-medium-m:before {
  content: "";
}
.la-medkit:before {
  content: "";
}
.la-medrt:before {
  content: "";
}
.la-meetup:before {
  content: "";
}
.la-megaport:before {
  content: "";
}
.la-meh:before {
  content: "";
}
.la-meh-blank:before {
  content: "";
}
.la-meh-rolling-eyes:before {
  content: "";
}
.la-memory:before {
  content: "";
}
.la-mendeley:before {
  content: "";
}
.la-menorah:before {
  content: "";
}
.la-mercury:before {
  content: "";
}
.la-meteor:before {
  content: "";
}
.la-microchip:before {
  content: "";
}
.la-microphone:before {
  content: "";
}
.la-microphone-alt:before {
  content: "";
}
.la-microphone-alt-slash:before {
  content: "";
}
.la-microphone-slash:before {
  content: "";
}
.la-microscope:before {
  content: "";
}
.la-microsoft:before {
  content: "";
}
.la-minus:before {
  content: "";
}
.la-minus-circle:before {
  content: "";
}
.la-minus-square:before {
  content: "";
}
.la-mitten:before {
  content: "";
}
.la-mix:before {
  content: "";
}
.la-mixcloud:before {
  content: "";
}
.la-mizuni:before {
  content: "";
}
.la-mobile:before {
  content: "";
}
.la-mobile-alt:before {
  content: "";
}
.la-modx:before {
  content: "";
}
.la-monero:before {
  content: "";
}
.la-money-bill:before {
  content: "";
}
.la-money-bill-alt:before {
  content: "";
}
.la-money-bill-wave:before {
  content: "";
}
.la-money-bill-wave-alt:before {
  content: "";
}
.la-money-check:before {
  content: "";
}
.la-money-check-alt:before {
  content: "";
}
.la-monument:before {
  content: "";
}
.la-moon:before {
  content: "";
}
.la-mortar-pestle:before {
  content: "";
}
.la-mosque:before {
  content: "";
}
.la-motorcycle:before {
  content: "";
}
.la-mountain:before {
  content: "";
}
.la-mouse:before {
  content: "";
}
.la-mouse-pointer:before {
  content: "";
}
.la-mug-hot:before {
  content: "";
}
.la-music:before {
  content: "";
}
.la-napster:before {
  content: "";
}
.la-neos:before {
  content: "";
}
.la-network-wired:before {
  content: "";
}
.la-neuter:before {
  content: "";
}
.la-newspaper:before {
  content: "";
}
.la-nimblr:before {
  content: "";
}
.la-node:before {
  content: "";
}
.la-node-js:before {
  content: "";
}
.la-not-equal:before {
  content: "";
}
.la-notes-medical:before {
  content: "";
}
.la-npm:before {
  content: "";
}
.la-ns8:before {
  content: "";
}
.la-nutritionix:before {
  content: "";
}
.la-object-group:before {
  content: "";
}
.la-object-ungroup:before {
  content: "";
}
.la-odnoklassniki:before {
  content: "";
}
.la-odnoklassniki-square:before {
  content: "";
}
.la-oil-can:before {
  content: "";
}
.la-old-republic:before {
  content: "";
}
.la-om:before {
  content: "";
}
.la-opencart:before {
  content: "";
}
.la-openid:before {
  content: "";
}
.la-opera:before {
  content: "";
}
.la-optin-monster:before {
  content: "";
}
.la-orcid:before {
  content: "";
}
.la-osi:before {
  content: "";
}
.la-otter:before {
  content: "";
}
.la-outdent:before {
  content: "";
}
.la-page4:before {
  content: "";
}
.la-pagelines:before {
  content: "";
}
.la-pager:before {
  content: "";
}
.la-paint-brush:before {
  content: "";
}
.la-paint-roller:before {
  content: "";
}
.la-palette:before {
  content: "";
}
.la-palfed:before {
  content: "";
}
.la-pallet:before {
  content: "";
}
.la-paper-plane:before {
  content: "";
}
.la-paperclip:before {
  content: "";
}
.la-parachute-box:before {
  content: "";
}
.la-paragraph:before {
  content: "";
}
.la-parking:before {
  content: "";
}
.la-passport:before {
  content: "";
}
.la-pastafarianism:before {
  content: "";
}
.la-paste:before {
  content: "";
}
.la-patreon:before {
  content: "";
}
.la-pause:before {
  content: "";
}
.la-pause-circle:before {
  content: "";
}
.la-paw:before {
  content: "";
}
.la-paypal:before {
  content: "";
}
.la-peace:before {
  content: "";
}
.la-pen:before {
  content: "";
}
.la-pen-alt:before {
  content: "";
}
.la-pen-fancy:before {
  content: "";
}
.la-pen-nib:before {
  content: "";
}
.la-pen-square:before {
  content: "";
}
.la-pencil-alt:before {
  content: "";
}
.la-pencil-ruler:before {
  content: "";
}
.la-penny-arcade:before {
  content: "";
}
.la-people-carry:before {
  content: "";
}
.la-pepper-hot:before {
  content: "";
}
.la-percent:before {
  content: "";
}
.la-percentage:before {
  content: "";
}
.la-periscope:before {
  content: "";
}
.la-person-booth:before {
  content: "";
}
.la-phabricator:before {
  content: "";
}
.la-phoenix-framework:before {
  content: "";
}
.la-phoenix-squadron:before {
  content: "";
}
.la-phone:before {
  content: "";
}
.la-phone-alt:before {
  content: "";
}
.la-phone-slash:before {
  content: "";
}
.la-phone-square:before {
  content: "";
}
.la-phone-square-alt:before {
  content: "";
}
.la-phone-volume:before {
  content: "";
}
.la-photo-video:before {
  content: "";
}
.la-php:before {
  content: "";
}
.la-pied-piper:before {
  content: "";
}
.la-pied-piper-alt:before {
  content: "";
}
.la-pied-piper-hat:before {
  content: "";
}
.la-pied-piper-pp:before {
  content: "";
}
.la-piggy-bank:before {
  content: "";
}
.la-pills:before {
  content: "";
}
.la-pinterest:before {
  content: "";
}
.la-pinterest-p:before {
  content: "";
}
.la-pinterest-square:before {
  content: "";
}
.la-pizza-slice:before {
  content: "";
}
.la-place-of-worship:before {
  content: "";
}
.la-plane:before {
  content: "";
}
.la-plane-arrival:before {
  content: "";
}
.la-plane-departure:before {
  content: "";
}
.la-play:before {
  content: "";
}
.la-play-circle:before {
  content: "";
}
.la-playstation:before {
  content: "";
}
.la-plug:before {
  content: "";
}
.la-plus:before {
  content: "";
}
.la-plus-circle:before {
  content: "";
}
.la-plus-square:before {
  content: "";
}
.la-podcast:before {
  content: "";
}
.la-poll:before {
  content: "";
}
.la-poll-h:before {
  content: "";
}
.la-poo:before {
  content: "";
}
.la-poo-storm:before {
  content: "";
}
.la-poop:before {
  content: "";
}
.la-portrait:before {
  content: "";
}
.la-pound-sign:before {
  content: "";
}
.la-power-off:before {
  content: "";
}
.la-pray:before {
  content: "";
}
.la-praying-hands:before {
  content: "";
}
.la-prescription:before {
  content: "";
}
.la-prescription-bottle:before {
  content: "";
}
.la-prescription-bottle-alt:before {
  content: "";
}
.la-print:before {
  content: "";
}
.la-procedures:before {
  content: "";
}
.la-product-hunt:before {
  content: "";
}
.la-project-diagram:before {
  content: "";
}
.la-pushed:before {
  content: "";
}
.la-puzzle-piece:before {
  content: "";
}
.la-python:before {
  content: "";
}
.la-qq:before {
  content: "";
}
.la-qrcode:before {
  content: "";
}
.la-question:before {
  content: "";
}
.la-question-circle:before {
  content: "";
}
.la-quidditch:before {
  content: "";
}
.la-quinscape:before {
  content: "";
}
.la-quora:before {
  content: "";
}
.la-quote-left:before {
  content: "";
}
.la-quote-right:before {
  content: "";
}
.la-quran:before {
  content: "";
}
.la-r-project:before {
  content: "";
}
.la-radiation:before {
  content: "";
}
.la-radiation-alt:before {
  content: "";
}
.la-rainbow:before {
  content: "";
}
.la-random:before {
  content: "";
}
.la-raspberry-pi:before {
  content: "";
}
.la-ravelry:before {
  content: "";
}
.la-react:before {
  content: "";
}
.la-reacteurope:before {
  content: "";
}
.la-readme:before {
  content: "";
}
.la-rebel:before {
  content: "";
}
.la-receipt:before {
  content: "";
}
.la-record-vinyl:before {
  content: "";
}
.la-recycle:before {
  content: "";
}
.la-red-river:before {
  content: "";
}
.la-reddit:before {
  content: "";
}
.la-reddit-alien:before {
  content: "";
}
.la-reddit-square:before {
  content: "";
}
.la-redhat:before {
  content: "";
}
.la-redo:before {
  content: "";
}
.la-redo-alt:before {
  content: "";
}
.la-registered:before {
  content: "";
}
.la-remove-format:before {
  content: "";
}
.la-renren:before {
  content: "";
}
.la-reply:before {
  content: "";
}
.la-reply-all:before {
  content: "";
}
.la-replyd:before {
  content: "";
}
.la-republican:before {
  content: "";
}
.la-researchgate:before {
  content: "";
}
.la-resolving:before {
  content: "";
}
.la-restroom:before {
  content: "";
}
.la-retweet:before {
  content: "";
}
.la-rev:before {
  content: "";
}
.la-ribbon:before {
  content: "";
}
.la-ring:before {
  content: "";
}
.la-road:before {
  content: "";
}
.la-robot:before {
  content: "";
}
.la-rocket:before {
  content: "";
}
.la-rocketchat:before {
  content: "";
}
.la-rockrms:before {
  content: "";
}
.la-route:before {
  content: "";
}
.la-rss:before {
  content: "";
}
.la-rss-square:before {
  content: "";
}
.la-ruble-sign:before {
  content: "";
}
.la-ruler:before {
  content: "";
}
.la-ruler-combined:before {
  content: "";
}
.la-ruler-horizontal:before {
  content: "";
}
.la-ruler-vertical:before {
  content: "";
}
.la-running:before {
  content: "";
}
.la-rupee-sign:before {
  content: "";
}
.la-sad-cry:before {
  content: "";
}
.la-sad-tear:before {
  content: "";
}
.la-safari:before {
  content: "";
}
.la-salesforce:before {
  content: "";
}
.la-sass:before {
  content: "";
}
.la-satellite:before {
  content: "";
}
.la-satellite-dish:before {
  content: "";
}
.la-save:before {
  content: "";
}
.la-schlix:before {
  content: "";
}
.la-school:before {
  content: "";
}
.la-screwdriver:before {
  content: "";
}
.la-scribd:before {
  content: "";
}
.la-scroll:before {
  content: "";
}
.la-sd-card:before {
  content: "";
}
.la-search:before {
  content: "";
}
.la-search-dollar:before {
  content: "";
}
.la-search-location:before {
  content: "";
}
.la-search-minus:before {
  content: "";
}
.la-search-plus:before {
  content: "";
}
.la-searchengin:before {
  content: "";
}
.la-seedling:before {
  content: "";
}
.la-sellcast:before {
  content: "";
}
.la-sellsy:before {
  content: "";
}
.la-server:before {
  content: "";
}
.la-servicestack:before {
  content: "";
}
.la-shapes:before {
  content: "";
}
.la-share:before {
  content: "";
}
.la-share-alt:before {
  content: "";
}
.la-share-alt-square:before {
  content: "";
}
.la-share-square:before {
  content: "";
}
.la-shekel-sign:before {
  content: "";
}
.la-shield-alt:before {
  content: "";
}
.la-ship:before {
  content: "";
}
.la-shipping-fast:before {
  content: "";
}
.la-shirtsinbulk:before {
  content: "";
}
.la-shoe-prints:before {
  content: "";
}
.la-shopping-bag:before {
  content: "";
}
.la-shopping-basket:before {
  content: "";
}
.la-shopping-cart:before {
  content: "";
}
.la-shopware:before {
  content: "";
}
.la-shower:before {
  content: "";
}
.la-shuttle-van:before {
  content: "";
}
.la-sign:before {
  content: "";
}
.la-sign-in-alt:before {
  content: "";
}
.la-sign-language:before {
  content: "";
}
.la-sign-out-alt:before {
  content: "";
}
.la-signal:before {
  content: "";
}
.la-signature:before {
  content: "";
}
.la-sim-card:before {
  content: "";
}
.la-simplybuilt:before {
  content: "";
}
.la-sistrix:before {
  content: "";
}
.la-sitemap:before {
  content: "";
}
.la-sith:before {
  content: "";
}
.la-skating:before {
  content: "";
}
.la-sketch:before {
  content: "";
}
.la-skiing:before {
  content: "";
}
.la-skiing-nordic:before {
  content: "";
}
.la-skull:before {
  content: "";
}
.la-skull-crossbones:before {
  content: "";
}
.la-skyatlas:before {
  content: "";
}
.la-skype:before {
  content: "";
}
.la-slack:before {
  content: "";
}
.la-slack-hash:before {
  content: "";
}
.la-slash:before {
  content: "";
}
.la-sleigh:before {
  content: "";
}
.la-sliders-h:before {
  content: "";
}
.la-slideshare:before {
  content: "";
}
.la-smile:before {
  content: "";
}
.la-smile-beam:before {
  content: "";
}
.la-smile-wink:before {
  content: "";
}
.la-smog:before {
  content: "";
}
.la-smoking:before {
  content: "";
}
.la-smoking-ban:before {
  content: "";
}
.la-sms:before {
  content: "";
}
.la-snapchat:before {
  content: "";
}
.la-snapchat-ghost:before {
  content: "";
}
.la-snapchat-square:before {
  content: "";
}
.la-snowboarding:before {
  content: "";
}
.la-snowflake:before {
  content: "";
}
.la-snowman:before {
  content: "";
}
.la-snowplow:before {
  content: "";
}
.la-socks:before {
  content: "";
}
.la-solar-panel:before {
  content: "";
}
.la-sort:before {
  content: "";
}
.la-sort-alpha-down:before {
  content: "";
}
.la-sort-alpha-down-alt:before {
  content: "";
}
.la-sort-alpha-up:before {
  content: "";
}
.la-sort-alpha-up-alt:before {
  content: "";
}
.la-sort-amount-down:before {
  content: "";
}
.la-sort-amount-down-alt:before {
  content: "";
}
.la-sort-amount-up:before {
  content: "";
}
.la-sort-amount-up-alt:before {
  content: "";
}
.la-sort-down:before {
  content: "";
}
.la-sort-numeric-down:before {
  content: "";
}
.la-sort-numeric-down-alt:before {
  content: "";
}
.la-sort-numeric-up:before {
  content: "";
}
.la-sort-numeric-up-alt:before {
  content: "";
}
.la-sort-up:before {
  content: "";
}
.la-soundcloud:before {
  content: "";
}
.la-sourcetree:before {
  content: "";
}
.la-spa:before {
  content: "";
}
.la-space-shuttle:before {
  content: "";
}
.la-speakap:before {
  content: "";
}
.la-speaker-deck:before {
  content: "";
}
.la-spell-check:before {
  content: "";
}
.la-spider:before {
  content: "";
}
.la-spinner:before {
  content: "";
}
.la-splotch:before {
  content: "";
}
.la-spotify:before {
  content: "";
}
.la-spray-can:before {
  content: "";
}
.la-square:before {
  content: "";
}
.la-square-full:before {
  content: "";
}
.la-square-root-alt:before {
  content: "";
}
.la-squarespace:before {
  content: "";
}
.la-stack-exchange:before {
  content: "";
}
.la-stack-overflow:before {
  content: "";
}
.la-stackpath:before {
  content: "";
}
.la-stamp:before {
  content: "";
}
.la-star:before {
  content: "";
}
.la-star-and-crescent:before {
  content: "";
}
.la-star-half:before {
  content: "";
}
.la-star-half-alt:before {
  content: "";
}
.la-star-of-david:before {
  content: "";
}
.la-star-of-life:before {
  content: "";
}
.la-staylinked:before {
  content: "";
}
.la-steam:before {
  content: "";
}
.la-steam-square:before {
  content: "";
}
.la-steam-symbol:before {
  content: "";
}
.la-step-backward:before {
  content: "";
}
.la-step-forward:before {
  content: "";
}
.la-stethoscope:before {
  content: "";
}
.la-sticker-mule:before {
  content: "";
}
.la-sticky-note:before {
  content: "";
}
.la-stop:before {
  content: "";
}
.la-stop-circle:before {
  content: "";
}
.la-stopwatch:before {
  content: "";
}
.la-store:before {
  content: "";
}
.la-store-alt:before {
  content: "";
}
.la-strava:before {
  content: "";
}
.la-stream:before {
  content: "";
}
.la-street-view:before {
  content: "";
}
.la-strikethrough:before {
  content: "";
}
.la-stripe:before {
  content: "";
}
.la-stripe-s:before {
  content: "";
}
.la-stroopwafel:before {
  content: "";
}
.la-studiovinari:before {
  content: "";
}
.la-stumbleupon:before {
  content: "";
}
.la-stumbleupon-circle:before {
  content: "";
}
.la-subscript:before {
  content: "";
}
.la-subway:before {
  content: "";
}
.la-suitcase:before {
  content: "";
}
.la-suitcase-rolling:before {
  content: "";
}
.la-sun:before {
  content: "";
}
.la-superpowers:before {
  content: "";
}
.la-superscript:before {
  content: "";
}
.la-supple:before {
  content: "";
}
.la-surprise:before {
  content: "";
}
.la-suse:before {
  content: "";
}
.la-swatchbook:before {
  content: "";
}
.la-swift:before {
  content: "";
}
.la-swimmer:before {
  content: "";
}
.la-swimming-pool:before {
  content: "";
}
.la-symfony:before {
  content: "";
}
.la-synagogue:before {
  content: "";
}
.la-sync:before {
  content: "";
}
.la-sync-alt:before {
  content: "";
}
.la-syringe:before {
  content: "";
}
.la-table:before {
  content: "";
}
.la-table-tennis:before {
  content: "";
}
.la-tablet:before {
  content: "";
}
.la-tablet-alt:before {
  content: "";
}
.la-tablets:before {
  content: "";
}
.la-tachometer-alt:before {
  content: "";
}
.la-tag:before {
  content: "";
}
.la-tags:before {
  content: "";
}
.la-tape:before {
  content: "";
}
.la-tasks:before {
  content: "";
}
.la-taxi:before {
  content: "";
}
.la-teamspeak:before {
  content: "";
}
.la-teeth:before {
  content: "";
}
.la-teeth-open:before {
  content: "";
}
.la-telegram:before {
  content: "";
}
.la-telegram-plane:before {
  content: "";
}
.la-temperature-high:before {
  content: "";
}
.la-temperature-low:before {
  content: "";
}
.la-tencent-weibo:before {
  content: "";
}
.la-tenge:before {
  content: "";
}
.la-terminal:before {
  content: "";
}
.la-text-height:before {
  content: "";
}
.la-text-width:before {
  content: "";
}
.la-th:before {
  content: "";
}
.la-th-large:before {
  content: "";
}
.la-th-list:before {
  content: "";
}
.la-the-red-yeti:before {
  content: "";
}
.la-theater-masks:before {
  content: "";
}
.la-themeco:before {
  content: "";
}
.la-themeisle:before {
  content: "";
}
.la-thermometer:before {
  content: "";
}
.la-thermometer-empty:before {
  content: "";
}
.la-thermometer-full:before {
  content: "";
}
.la-thermometer-half:before {
  content: "";
}
.la-thermometer-quarter:before {
  content: "";
}
.la-thermometer-three-quarters:before {
  content: "";
}
.la-think-peaks:before {
  content: "";
}
.la-thumbs-down:before {
  content: "";
}
.la-thumbs-up:before {
  content: "";
}
.la-thumbtack:before {
  content: "";
}
.la-ticket-alt:before {
  content: "";
}
.la-times:before {
  content: "";
}
.la-times-circle:before {
  content: "";
}
.la-tint:before {
  content: "";
}
.la-tint-slash:before {
  content: "";
}
.la-tired:before {
  content: "";
}
.la-toggle-off:before {
  content: "";
}
.la-toggle-on:before {
  content: "";
}
.la-toilet:before {
  content: "";
}
.la-toilet-paper:before {
  content: "";
}
.la-toolbox:before {
  content: "";
}
.la-tools:before {
  content: "";
}
.la-tooth:before {
  content: "";
}
.la-torah:before {
  content: "";
}
.la-torii-gate:before {
  content: "";
}
.la-tractor:before {
  content: "";
}
.la-trade-federation:before {
  content: "";
}
.la-trademark:before {
  content: "";
}
.la-traffic-light:before {
  content: "";
}
.la-train:before {
  content: "";
}
.la-tram:before {
  content: "";
}
.la-transgender:before {
  content: "";
}
.la-transgender-alt:before {
  content: "";
}
.la-trash:before {
  content: "";
}
.la-trash-alt:before {
  content: "";
}
.la-trash-restore:before {
  content: "";
}
.la-trash-restore-alt:before {
  content: "";
}
.la-tree:before {
  content: "";
}
.la-trello:before {
  content: "";
}
.la-tripadvisor:before {
  content: "";
}
.la-trophy:before {
  content: "";
}
.la-truck:before {
  content: "";
}
.la-truck-loading:before {
  content: "";
}
.la-truck-monster:before {
  content: "";
}
.la-truck-moving:before {
  content: "";
}
.la-truck-pickup:before {
  content: "";
}
.la-tshirt:before {
  content: "";
}
.la-tty:before {
  content: "";
}
.la-tumblr:before {
  content: "";
}
.la-tumblr-square:before {
  content: "";
}
.la-tv:before {
  content: "";
}
.la-twitch:before {
  content: "";
}
.la-twitter:before {
  content: "";
}
.la-twitter-square:before {
  content: "";
}
.la-typo3:before {
  content: "";
}
.la-uber:before {
  content: "";
}
.la-ubuntu:before {
  content: "";
}
.la-uikit:before {
  content: "";
}
.la-umbraco:before {
  content: "";
}
.la-umbrella:before {
  content: "";
}
.la-umbrella-beach:before {
  content: "";
}
.la-underline:before {
  content: "";
}
.la-undo:before {
  content: "";
}
.la-undo-alt:before {
  content: "";
}
.la-uniregistry:before {
  content: "";
}
.la-universal-access:before {
  content: "";
}
.la-university:before {
  content: "";
}
.la-unlink:before {
  content: "";
}
.la-unlock:before {
  content: "";
}
.la-unlock-alt:before {
  content: "";
}
.la-untappd:before {
  content: "";
}
.la-upload:before {
  content: "";
}
.la-ups:before {
  content: "";
}
.la-usb:before {
  content: "";
}
.la-user:before {
  content: "";
}
.la-user-alt:before {
  content: "";
}
.la-user-alt-slash:before {
  content: "";
}
.la-user-astronaut:before {
  content: "";
}
.la-user-check:before {
  content: "";
}
.la-user-circle:before {
  content: "";
}
.la-user-clock:before {
  content: "";
}
.la-user-cog:before {
  content: "";
}
.la-user-edit:before {
  content: "";
}
.la-user-friends:before {
  content: "";
}
.la-user-graduate:before {
  content: "";
}
.la-user-injured:before {
  content: "";
}
.la-user-lock:before {
  content: "";
}
.la-user-md:before {
  content: "";
}
.la-user-minus:before {
  content: "";
}
.la-user-ninja:before {
  content: "";
}
.la-user-nurse:before {
  content: "";
}
.la-user-plus:before {
  content: "";
}
.la-user-secret:before {
  content: "";
}
.la-user-shield:before {
  content: "";
}
.la-user-slash:before {
  content: "";
}
.la-user-tag:before {
  content: "";
}
.la-user-tie:before {
  content: "";
}
.la-user-times:before {
  content: "";
}
.la-users:before {
  content: "";
}
.la-users-cog:before {
  content: "";
}
.la-usps:before {
  content: "";
}
.la-ussunnah:before {
  content: "";
}
.la-utensil-spoon:before {
  content: "";
}
.la-utensils:before {
  content: "";
}
.la-vaadin:before {
  content: "";
}
.la-vector-square:before {
  content: "";
}
.la-venus:before {
  content: "";
}
.la-venus-double:before {
  content: "";
}
.la-venus-mars:before {
  content: "";
}
.la-viacoin:before {
  content: "";
}
.la-viadeo:before {
  content: "";
}
.la-viadeo-square:before {
  content: "";
}
.la-vial:before {
  content: "";
}
.la-vials:before {
  content: "";
}
.la-viber:before {
  content: "";
}
.la-video:before {
  content: "";
}
.la-video-slash:before {
  content: "";
}
.la-vihara:before {
  content: "";
}
.la-vimeo:before {
  content: "";
}
.la-vimeo-square:before {
  content: "";
}
.la-vimeo-v:before {
  content: "";
}
.la-vine:before {
  content: "";
}
.la-vk:before {
  content: "";
}
.la-vnv:before {
  content: "";
}
.la-voicemail:before {
  content: "";
}
.la-volleyball-ball:before {
  content: "";
}
.la-volume-down:before {
  content: "";
}
.la-volume-mute:before {
  content: "";
}
.la-volume-off:before {
  content: "";
}
.la-volume-up:before {
  content: "";
}
.la-vote-yea:before {
  content: "";
}
.la-vr-cardboard:before {
  content: "";
}
.la-vuejs:before {
  content: "";
}
.la-walking:before {
  content: "";
}
.la-wallet:before {
  content: "";
}
.la-warehouse:before {
  content: "";
}
.la-water:before {
  content: "";
}
.la-wave-square:before {
  content: "";
}
.la-waze:before {
  content: "";
}
.la-weebly:before {
  content: "";
}
.la-weibo:before {
  content: "";
}
.la-weight:before {
  content: "";
}
.la-weight-hanging:before {
  content: "";
}
.la-weixin:before {
  content: "";
}
.la-whatsapp:before {
  content: "";
}
.la-whatsapp-square:before {
  content: "";
}
.la-wheelchair:before {
  content: "";
}
.la-whmcs:before {
  content: "";
}
.la-wifi:before {
  content: "";
}
.la-wikipedia-w:before {
  content: "";
}
.la-wind:before {
  content: "";
}
.la-window-close:before {
  content: "";
}
.la-window-maximize:before {
  content: "";
}
.la-window-minimize:before {
  content: "";
}
.la-window-restore:before {
  content: "";
}
.la-windows:before {
  content: "";
}
.la-wine-bottle:before {
  content: "";
}
.la-wine-glass:before {
  content: "";
}
.la-wine-glass-alt:before {
  content: "";
}
.la-wix:before {
  content: "";
}
.la-wizards-of-the-coast:before {
  content: "";
}
.la-wolf-pack-battalion:before {
  content: "";
}
.la-won-sign:before {
  content: "";
}
.la-wordpress:before {
  content: "";
}
.la-wordpress-simple:before {
  content: "";
}
.la-wpbeginner:before {
  content: "";
}
.la-wpexplorer:before {
  content: "";
}
.la-wpforms:before {
  content: "";
}
.la-wpressr:before {
  content: "";
}
.la-wrench:before {
  content: "";
}
.la-x-ray:before {
  content: "";
}
.la-xbox:before {
  content: "";
}
.la-xing:before {
  content: "";
}
.la-xing-square:before {
  content: "";
}
.la-y-combinator:before {
  content: "";
}
.la-yahoo:before {
  content: "";
}
.la-yammer:before {
  content: "";
}
.la-yandex:before {
  content: "";
}
.la-yandex-international:before {
  content: "";
}
.la-yarn:before {
  content: "";
}
.la-yelp:before {
  content: "";
}
.la-yen-sign:before {
  content: "";
}
.la-yin-yang:before {
  content: "";
}
.la-yoast:before {
  content: "";
}
.la-youtube:before {
  content: "";
}
.la-youtube-square:before {
  content: "";
}
.la-zhihu:before {
  content: "";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: "Line Awesome Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/la-brands-400.eot");
  src: url("../fonts/la-brands-400_.eot#iefix") format("embedded-opentype"),
    url("../fonts/la-brands-400.woff2") format("woff2"),
    url("../fonts/la-brands-400.woff") format("woff"),
    url("../fonts/la-brands-400.ttf") format("truetype"),
    url("../fonts/la-brands-400.svg#lineawesome") format("svg");
}
.lab {
  font-family: "Line Awesome Brands";
}
@font-face {
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/la-regular-400.eot");
  src: url("../fonts/la-regular-400_.eot#iefix") format("embedded-opentype"),
    url("../fonts/la-regular-400.woff2") format("woff2"),
    url("../fonts/la-regular-400.woff") format("woff"),
    url("../fonts/la-regular-400.ttf") format("truetype"),
    url("../fonts/la-regular-400.svg#lineawesome") format("svg");
}
.lar {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
@font-face {
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/la-solid-900.eot");
  src: url("../fonts/la-solid-900_.eot#iefix") format("embedded-opentype"),
    url("../fonts/la-solid-900.woff2") format("woff2"),
    url("../fonts/la-solid-900.woff") format("woff"),
    url("../fonts/la-solid-900.ttf") format("truetype"),
    url("../fonts/la-solid-900.svg#lineawesome") format("svg");
}
.la,
.las {
  font-family: "Line Awesome Free";
  font-weight: 900;
}
.la.la-glass:before {
  content: "";
}
.la.la-meetup {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-star-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-star-o:before {
  content: "";
}
.la.la-remove:before {
  content: "";
}
.la.la-close:before {
  content: "";
}
.la.la-gear:before {
  content: "";
}
.la.la-trash-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-trash-o:before {
  content: "";
}
.la.la-file-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-o:before {
  content: "";
}
.la.la-clock-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-clock-o:before {
  content: "";
}
.la.la-arrow-circle-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-arrow-circle-o-down:before {
  content: "";
}
.la.la-arrow-circle-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-arrow-circle-o-up:before {
  content: "";
}
.la.la-play-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-play-circle-o:before {
  content: "";
}
.la.la-repeat:before {
  content: "";
}
.la.la-rotate-right:before {
  content: "";
}
.la.la-refresh:before {
  content: "";
}
.la.la-list-alt {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-dedent:before {
  content: "";
}
.la.la-video-camera:before {
  content: "";
}
.la.la-picture-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-picture-o:before {
  content: "";
}
.la.la-photo {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-photo:before {
  content: "";
}
.la.la-image {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-image:before {
  content: "";
}
.la.la-pencil:before {
  content: "";
}
.la.la-map-marker:before {
  content: "";
}
.la.la-pencil-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-pencil-square-o:before {
  content: "";
}
.la.la-share-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-share-square-o:before {
  content: "";
}
.la.la-check-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-check-square-o:before {
  content: "";
}
.la.la-arrows:before {
  content: "";
}
.la.la-times-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-times-circle-o:before {
  content: "";
}
.la.la-check-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-check-circle-o:before {
  content: "";
}
.la.la-mail-forward:before {
  content: "";
}
.la.la-eye {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-eye-slash {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-warning:before {
  content: "";
}
.la.la-calendar:before {
  content: "";
}
.la.la-arrows-v:before {
  content: "";
}
.la.la-arrows-h:before {
  content: "";
}
.la.la-bar-chart {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-bar-chart:before {
  content: "";
}
.la.la-bar-chart-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-bar-chart-o:before {
  content: "";
}
.la.la-twitter-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-facebook-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gears:before {
  content: "";
}
.la.la-thumbs-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-thumbs-o-up:before {
  content: "";
}
.la.la-thumbs-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-thumbs-o-down:before {
  content: "";
}
.la.la-heart-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-heart-o:before {
  content: "";
}
.la.la-sign-out:before {
  content: "";
}
.la.la-linkedin-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-linkedin-square:before {
  content: "";
}
.la.la-thumb-tack:before {
  content: "";
}
.la.la-external-link:before {
  content: "";
}
.la.la-sign-in:before {
  content: "";
}
.la.la-github-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-lemon-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-lemon-o:before {
  content: "";
}
.la.la-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-square-o:before {
  content: "";
}
.la.la-bookmark-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-bookmark-o:before {
  content: "";
}
.la.la-twitter {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-facebook {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-facebook:before {
  content: "";
}
.la.la-facebook-f {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-facebook-f:before {
  content: "";
}
.la.la-github {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-credit-card {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-feed:before {
  content: "";
}
.la.la-hdd-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hdd-o:before {
  content: "";
}
.la.la-hand-o-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-o-right:before {
  content: "";
}
.la.la-hand-o-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-o-left:before {
  content: "";
}
.la.la-hand-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-o-up:before {
  content: "";
}
.la.la-hand-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-o-down:before {
  content: "";
}
.la.la-arrows-alt:before {
  content: "";
}
.la.la-group:before {
  content: "";
}
.la.la-chain:before {
  content: "";
}
.la.la-scissors:before {
  content: "";
}
.la.la-files-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-files-o:before {
  content: "";
}
.la.la-floppy-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-floppy-o:before {
  content: "";
}
.la.la-navicon:before {
  content: "";
}
.la.la-reorder:before {
  content: "";
}
.la.la-pinterest {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pinterest-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus:before {
  content: "";
}
.la.la-money {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-money:before {
  content: "";
}
.la.la-unsorted:before {
  content: "";
}
.la.la-sort-desc:before {
  content: "";
}
.la.la-sort-asc:before {
  content: "";
}
.la.la-linkedin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-linkedin:before {
  content: "";
}
.la.la-rotate-left:before {
  content: "";
}
.la.la-legal:before {
  content: "";
}
.la.la-tachometer:before {
  content: "";
}
.la.la-dashboard:before {
  content: "";
}
.la.la-comment-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-comment-o:before {
  content: "";
}
.la.la-comments-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-comments-o:before {
  content: "";
}
.la.la-flash:before {
  content: "";
}
.la.la-clipboard {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-paste {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-paste:before {
  content: "";
}
.la.la-lightbulb-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-lightbulb-o:before {
  content: "";
}
.la.la-exchange:before {
  content: "";
}
.la.la-cloud-download:before {
  content: "";
}
.la.la-cloud-upload:before {
  content: "";
}
.la.la-bell-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-bell-o:before {
  content: "";
}
.la.la-cutlery:before {
  content: "";
}
.la.la-file-text-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-text-o:before {
  content: "";
}
.la.la-building-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-building-o:before {
  content: "";
}
.la.la-hospital-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hospital-o:before {
  content: "";
}
.la.la-tablet:before {
  content: "";
}
.la.la-mobile:before {
  content: "";
}
.la.la-mobile-phone:before {
  content: "";
}
.la.la-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-circle-o:before {
  content: "";
}
.la.la-mail-reply:before {
  content: "";
}
.la.la-github-alt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-folder-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-folder-o:before {
  content: "";
}
.la.la-folder-open-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-folder-open-o:before {
  content: "";
}
.la.la-smile-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-smile-o:before {
  content: "";
}
.la.la-frown-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-frown-o:before {
  content: "";
}
.la.la-meh-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-meh-o:before {
  content: "";
}
.la.la-keyboard-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-keyboard-o:before {
  content: "";
}
.la.la-flag-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-flag-o:before {
  content: "";
}
.la.la-mail-reply-all:before {
  content: "";
}
.la.la-star-half-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-star-half-o:before {
  content: "";
}
.la.la-star-half-empty {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-star-half-empty:before {
  content: "";
}
.la.la-star-half-full {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-star-half-full:before {
  content: "";
}
.la.la-code-fork:before {
  content: "";
}
.la.la-chain-broken:before {
  content: "";
}
.la.la-shield:before {
  content: "";
}
.la.la-calendar-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-calendar-o:before {
  content: "";
}
.la.la-maxcdn {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-html5 {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-css3 {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ticket:before {
  content: "";
}
.la.la-minus-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-minus-square-o:before {
  content: "";
}
.la.la-level-up:before {
  content: "";
}
.la.la-level-down:before {
  content: "";
}
.la.la-pencil-square:before {
  content: "";
}
.la.la-external-link-square:before {
  content: "";
}
.la.la-compass {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-caret-square-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-caret-square-o-down:before {
  content: "";
}
.la.la-toggle-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-toggle-down:before {
  content: "";
}
.la.la-caret-square-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-caret-square-o-up:before {
  content: "";
}
.la.la-toggle-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-toggle-up:before {
  content: "";
}
.la.la-caret-square-o-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-caret-square-o-right:before {
  content: "";
}
.la.la-toggle-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-toggle-right:before {
  content: "";
}
.la.la-eur:before {
  content: "";
}
.la.la-euro:before {
  content: "";
}
.la.la-gbp:before {
  content: "";
}
.la.la-usd:before {
  content: "";
}
.la.la-dollar:before {
  content: "";
}
.la.la-inr:before {
  content: "";
}
.la.la-rupee:before {
  content: "";
}
.la.la-jpy:before {
  content: "";
}
.la.la-cny:before {
  content: "";
}
.la.la-rmb:before {
  content: "";
}
.la.la-yen:before {
  content: "";
}
.la.la-rub:before {
  content: "";
}
.la.la-ruble:before {
  content: "";
}
.la.la-rouble:before {
  content: "";
}
.la.la-krw:before {
  content: "";
}
.la.la-won:before {
  content: "";
}
.la.la-btc {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bitcoin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bitcoin:before {
  content: "";
}
.la.la-file-text:before {
  content: "";
}
.la.la-sort-alpha-asc:before {
  content: "";
}
.la.la-sort-alpha-desc:before {
  content: "";
}
.la.la-sort-amount-asc:before {
  content: "";
}
.la.la-sort-amount-desc:before {
  content: "";
}
.la.la-sort-numeric-asc:before {
  content: "";
}
.la.la-sort-numeric-desc:before {
  content: "";
}
.la.la-youtube-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-youtube {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-xing {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-xing-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-youtube-play {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-youtube-play:before {
  content: "";
}
.la.la-dropbox {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-stack-overflow {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-instagram {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-flickr {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-adn {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bitbucket {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bitbucket-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bitbucket-square:before {
  content: "";
}
.la.la-tumblr {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-tumblr-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-long-arrow-down:before {
  content: "";
}
.la.la-long-arrow-up:before {
  content: "";
}
.la.la-long-arrow-left:before {
  content: "";
}
.la.la-long-arrow-right:before {
  content: "";
}
.la.la-apple {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-windows {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-android {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-linux {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-dribbble {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-skype {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-foursquare {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-trello {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gratipay {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gittip {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gittip:before {
  content: "";
}
.la.la-sun-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-sun-o:before {
  content: "";
}
.la.la-moon-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-moon-o:before {
  content: "";
}
.la.la-vk {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-weibo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-renren {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pagelines {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-stack-exchange {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-arrow-circle-o-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-arrow-circle-o-right:before {
  content: "";
}
.la.la-arrow-circle-o-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-arrow-circle-o-left:before {
  content: "";
}
.la.la-caret-square-o-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-caret-square-o-left:before {
  content: "";
}
.la.la-toggle-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-toggle-left:before {
  content: "";
}
.la.la-dot-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-dot-circle-o:before {
  content: "";
}
.la.la-vimeo-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-try:before {
  content: "";
}
.la.la-turkish-lira:before {
  content: "";
}
.la.la-plus-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-plus-square-o:before {
  content: "";
}
.la.la-slack {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wordpress {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-openid {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-institution:before {
  content: "";
}
.la.la-bank:before {
  content: "";
}
.la.la-mortar-board:before {
  content: "";
}
.la.la-yahoo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-reddit {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-reddit-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-stumbleupon-circle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-stumbleupon {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-delicious {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-digg {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pied-piper-pp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pied-piper-alt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-drupal {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-joomla {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-spoon:before {
  content: "";
}
.la.la-behance {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-behance-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-steam {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-steam-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-automobile:before {
  content: "";
}
.la.la-cab:before {
  content: "";
}
.la.la-envelope-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-envelope-o:before {
  content: "";
}
.la.la-deviantart {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-soundcloud {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-file-pdf-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-pdf-o:before {
  content: "";
}
.la.la-file-word-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-word-o:before {
  content: "";
}
.la.la-file-excel-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-excel-o:before {
  content: "";
}
.la.la-file-powerpoint-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-powerpoint-o:before {
  content: "";
}
.la.la-file-image-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-image-o:before {
  content: "";
}
.la.la-file-photo-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-photo-o:before {
  content: "";
}
.la.la-file-picture-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-picture-o:before {
  content: "";
}
.la.la-file-archive-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-archive-o:before {
  content: "";
}
.la.la-file-zip-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-zip-o:before {
  content: "";
}
.la.la-file-audio-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-audio-o:before {
  content: "";
}
.la.la-file-sound-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-sound-o:before {
  content: "";
}
.la.la-file-video-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-video-o:before {
  content: "";
}
.la.la-file-movie-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-movie-o:before {
  content: "";
}
.la.la-file-code-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-file-code-o:before {
  content: "";
}
.la.la-vine {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-codepen {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-jsfiddle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-life-ring {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-life-bouy {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-life-bouy:before {
  content: "";
}
.la.la-life-buoy {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-life-buoy:before {
  content: "";
}
.la.la-life-saver {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-life-saver:before {
  content: "";
}
.la.la-support {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-support:before {
  content: "";
}
.la.la-circle-o-notch:before {
  content: "";
}
.la.la-rebel {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ra {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ra:before {
  content: "";
}
.la.la-resistance {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-resistance:before {
  content: "";
}
.la.la-empire {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ge {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ge:before {
  content: "";
}
.la.la-git-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-git {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-hacker-news {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-y-combinator-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-y-combinator-square:before {
  content: "";
}
.la.la-yc-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-yc-square:before {
  content: "";
}
.la.la-tencent-weibo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-qq {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-weixin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wechat {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wechat:before {
  content: "";
}
.la.la-send:before {
  content: "";
}
.la.la-paper-plane-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-paper-plane-o:before {
  content: "";
}
.la.la-send-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-send-o:before {
  content: "";
}
.la.la-circle-thin {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-circle-thin:before {
  content: "";
}
.la.la-header:before {
  content: "";
}
.la.la-sliders:before {
  content: "";
}
.la.la-futbol-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-futbol-o:before {
  content: "";
}
.la.la-soccer-ball-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-soccer-ball-o:before {
  content: "";
}
.la.la-slideshare {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-twitch {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-yelp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-newspaper-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-newspaper-o:before {
  content: "";
}
.la.la-paypal {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-wallet {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-visa {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-mastercard {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-discover {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-amex {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-paypal {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-stripe {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bell-slash-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-bell-slash-o:before {
  content: "";
}
.la.la-trash:before {
  content: "";
}
.la.la-copyright {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-eyedropper:before {
  content: "";
}
.la.la-area-chart:before {
  content: "";
}
.la.la-pie-chart:before {
  content: "";
}
.la.la-line-chart:before {
  content: "";
}
.la.la-lastfm {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-lastfm-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ioxhost {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-angellist {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-cc:before {
  content: "";
}
.la.la-ils:before {
  content: "";
}
.la.la-shekel:before {
  content: "";
}
.la.la-sheqel:before {
  content: "";
}
.la.la-meanpath {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-meanpath:before {
  content: "";
}
.la.la-buysellads {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-connectdevelop {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-dashcube {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-forumbee {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-leanpub {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-sellsy {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-shirtsinbulk {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-simplybuilt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-skyatlas {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-diamond {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-diamond:before {
  content: "";
}
.la.la-intersex:before {
  content: "";
}
.la.la-facebook-official {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-facebook-official:before {
  content: "";
}
.la.la-pinterest-p {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-whatsapp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-hotel:before {
  content: "";
}
.la.la-viacoin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-medium {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-y-combinator {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-yc {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-yc:before {
  content: "";
}
.la.la-optin-monster {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-opencart {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-expeditedssl {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-battery-4:before {
  content: "";
}
.la.la-battery:before {
  content: "";
}
.la.la-battery-3:before {
  content: "";
}
.la.la-battery-2:before {
  content: "";
}
.la.la-battery-1:before {
  content: "";
}
.la.la-battery-0:before {
  content: "";
}
.la.la-object-group {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-object-ungroup {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-sticky-note-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-sticky-note-o:before {
  content: "";
}
.la.la-cc-jcb {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-cc-diners-club {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-clone {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hourglass-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hourglass-o:before {
  content: "";
}
.la.la-hourglass-1:before {
  content: "";
}
.la.la-hourglass-2:before {
  content: "";
}
.la.la-hourglass-3:before {
  content: "";
}
.la.la-hand-rock-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-rock-o:before {
  content: "";
}
.la.la-hand-grab-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-grab-o:before {
  content: "";
}
.la.la-hand-paper-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-paper-o:before {
  content: "";
}
.la.la-hand-stop-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-stop-o:before {
  content: "";
}
.la.la-hand-scissors-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-scissors-o:before {
  content: "";
}
.la.la-hand-lizard-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-lizard-o:before {
  content: "";
}
.la.la-hand-spock-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-spock-o:before {
  content: "";
}
.la.la-hand-pointer-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-pointer-o:before {
  content: "";
}
.la.la-hand-peace-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-hand-peace-o:before {
  content: "";
}
.la.la-registered {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-creative-commons {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gg {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gg-circle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-tripadvisor {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-odnoklassniki {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-odnoklassniki-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-get-pocket {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wikipedia-w {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-safari {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-chrome {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-firefox {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-opera {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-internet-explorer {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-television:before {
  content: "";
}
.la.la-contao {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-500px {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-amazon {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-calendar-plus-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-calendar-plus-o:before {
  content: "";
}
.la.la-calendar-minus-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-calendar-minus-o:before {
  content: "";
}
.la.la-calendar-times-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-calendar-times-o:before {
  content: "";
}
.la.la-calendar-check-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-calendar-check-o:before {
  content: "";
}
.la.la-map-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-map-o:before {
  content: "";
}
.la.la-commenting:before {
  content: "";
}
.la.la-commenting-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-commenting-o:before {
  content: "";
}
.la.la-houzz {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-vimeo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-vimeo:before {
  content: "";
}
.la.la-black-tie {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-fonticons {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-reddit-alien {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-edge {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-credit-card-alt:before {
  content: "";
}
.la.la-codiepie {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-modx {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-fort-awesome {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-usb {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-product-hunt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-mixcloud {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-scribd {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pause-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-pause-circle-o:before {
  content: "";
}
.la.la-stop-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-stop-circle-o:before {
  content: "";
}
.la.la-bluetooth {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-bluetooth-b {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-gitlab {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wpbeginner {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wpforms {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-envira {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wheelchair-alt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wheelchair-alt:before {
  content: "";
}
.la.la-question-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-question-circle-o:before {
  content: "";
}
.la.la-volume-control-phone:before {
  content: "";
}
.la.la-asl-interpreting:before {
  content: "";
}
.la.la-deafness:before {
  content: "";
}
.la.la-hard-of-hearing:before {
  content: "";
}
.la.la-glide {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-glide-g {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-signing:before {
  content: "";
}
.la.la-viadeo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-viadeo-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-snapchat {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-snapchat-ghost {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-snapchat-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-pied-piper {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-first-order {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-yoast {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-themeisle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus-official {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus-official:before {
  content: "";
}
.la.la-google-plus-circle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-google-plus-circle:before {
  content: "";
}
.la.la-font-awesome {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-fa {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-fa:before {
  content: "";
}
.la.la-handshake-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-handshake-o:before {
  content: "";
}
.la.la-envelope-open-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-envelope-open-o:before {
  content: "";
}
.la.la-linode {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-address-book-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-address-book-o:before {
  content: "";
}
.la.la-vcard:before {
  content: "";
}
.la.la-address-card-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-address-card-o:before {
  content: "";
}
.la.la-vcard-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-vcard-o:before {
  content: "";
}
.la.la-user-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-user-circle-o:before {
  content: "";
}
.la.la-user-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-user-o:before {
  content: "";
}
.la.la-id-badge {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-drivers-license:before {
  content: "";
}
.la.la-id-card-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-id-card-o:before {
  content: "";
}
.la.la-drivers-license-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-drivers-license-o:before {
  content: "";
}
.la.la-quora {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-free-code-camp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-telegram {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-thermometer-4:before {
  content: "";
}
.la.la-thermometer:before {
  content: "";
}
.la.la-thermometer-3:before {
  content: "";
}
.la.la-thermometer-2:before {
  content: "";
}
.la.la-thermometer-1:before {
  content: "";
}
.la.la-thermometer-0:before {
  content: "";
}
.la.la-bathtub:before {
  content: "";
}
.la.la-s15:before {
  content: "";
}
.la.la-window-maximize {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-window-restore {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-times-rectangle:before {
  content: "";
}
.la.la-window-close-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-window-close-o:before {
  content: "";
}
.la.la-times-rectangle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-times-rectangle-o:before {
  content: "";
}
.la.la-bandcamp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-grav {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-etsy {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-imdb {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-ravelry {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-eercast {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-eercast:before {
  content: "";
}
.la.la-snowflake-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}
.la.la-snowflake-o:before {
  content: "";
}
.la.la-superpowers {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-wpexplorer {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
.la.la-spotify {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}
