@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*@import "bootstrap/normalize";*/
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
a[href^="javascript:"]: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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*@import "bootstrap/glyphicons";*/
* {
  -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.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  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 {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  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;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}

[role=button] {
  cursor: pointer;
}

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,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .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%;
}

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

.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, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
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.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

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;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1025px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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-left: 15px;
  padding-right: 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-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1025px) {
  .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-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1440px) {
  .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-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  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 > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.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 > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.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-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -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 > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.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 > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  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.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  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, 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: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

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

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .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-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .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.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  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;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.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, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  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;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.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, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  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;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.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 .form-control-static {
    display: inline-block;
  }
  .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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -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 {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default: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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success: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:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info: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:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning: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:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .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: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  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-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  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);
  background-clip: padding-box;
}
.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.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.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:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

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

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.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-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  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],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.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: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  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-bottom-right-radius: 0;
  border-top-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-bottom-left-radius: 0;
  border-top-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 {
  z-index: 2;
  margin-left: -1px;
}

/*@import "bootstrap/pager";
@import "bootstrap/labels";
@import "bootstrap/badges";
@import "bootstrap/jumbotron";
@import "bootstrap/thumbnails";
@import "bootstrap/alerts";
@import "bootstrap/progress-bars";
@import "bootstrap/media";
@import "bootstrap/list-group";
@import "bootstrap/panels";*/
.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,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/*@import "bootstrap/wells";
@import "bootstrap/close";*/
/*@import "bootstrap/modals";
@import "bootstrap/tooltip";
@import "bootstrap/popovers";
@import "bootstrap/carousel";*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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 !important;
  }
  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: 1024px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1440px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1440px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1440px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  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;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Layout */
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment label img, .posts .post .entry-header .post_date,
.posts .post .entry-header .post-categories,
.posts .post .entry-header .post-tags,
.posts .tb_log .entry-header .post_date,
.posts .tb_log .entry-header .post-categories,
.posts .tb_log .entry-header .post-tags, .posts .post,
.posts .tb_log, .post-share .list-share-button, .tb-btn-inline {
  position: relative;
  list-style: none;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  _height: 30px;
}

.single-post-wrapper .vc_col-sm-9, .single-post-wrapper .vc_col-sm-3, .posts .post,
.posts .tb_log {
  position: relative;
  box-sizing: border-box;
  behavior: url(/wp-content/themes/sjoassistans/assets/dist/css/boxsizing.htc) \9 ;
}

.posts .post .post-image-wrp .post-image,
.posts .tb_log .post-image-wrp .post-image, .topslide-outer-wrp .topslide-wrp .topslide-video-wrp, .topslide-outer-wrp .topslide-wrp .topslide-image-wrp, .puff-wrapper .puff-image-wrp .puff-image, .tb-image-wrp .tb-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  behavior: url(/wp-content/themes/sjoassistans/assets/dist/css/backgroundsize.min.htc) \9 ;
}

/* Media Queries */
@font-face {
  font-family: "icomoon";
  src: url("./fonts/icomoon.eot?k0jh9e");
  src: url("./fonts/icomoon.eot?k0jh9e#iefix") format("embedded-opentype"), url("./fonts/icomoon.woff2?k0jh9e") format("woff2"), url("./fonts/icomoon.ttf?k0jh9e") format("truetype"), url("./fonts/icomoon.woff?k0jh9e") format("woff"), url("./fonts/icomoon.svg?k0jh9e#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before,
.topslide-content li:before,
.cat-item a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-circle-arrow-right:before, .cat-item a:before {
  content: "\e900";
}

.icon-phone-support:before {
  content: "\e901";
}

.icon-sjoassistans:before {
  content: "\e902";
}

.icon-check:before, .topslide-content li:before {
  content: "\e903";
}

.icon-eskort:before, .cat-item-40 a:before {
  content: "\e90f";
}

.icon-bogsering:before, .cat-item-34 a:before {
  content: "\e910";
}

.icon-dykare:before, .cat-item-38 a:before {
  content: "\e911";
}

.icon-lattare-felavhjalpning:before, .cat-item-39 a:before {
  content: "\e912";
}

.icon-lossdragning:before, .cat-item-35 a:before {
  content: "\e913";
}

.icon-reservbransle:before, .cat-item-36 a:before {
  content: "\e914";
}

.icon-telefon-vhf:before, .cat-item-37 a:before {
  content: "\e915";
}

.icon-ankare-fastnat:before, .cat-item-22 a:before {
  content: "\e904";
}

.icon-branslestopp:before, .cat-item-17 a:before {
  content: "\e905";
}

.icon-el-startproblem:before, .cat-item-15 a:before {
  content: "\e906";
}

.icon-grundstotning:before, .cat-item-14 a:before {
  content: "\e907";
}

.icon-lackage:before, .cat-item-20 a:before {
  content: "\e908";
}

.icon-motorproblem:before, .cat-item-13 a:before {
  content: "\e909";
}

.icon-obrukbar-bat:before, .cat-item-23 a:before {
  content: "\e90a";
}

.icon-propellerskada:before, .cat-item-18 a:before {
  content: "\e90b";
}

.icon-riggproblem:before, .cat-item-21 a:before {
  content: "\e90c";
}

.icon-styrproblem:before, .cat-item-19 a:before {
  content: "\e90d";
}

.icon-tamp-i-propellern:before, .cat-item-16 a:before {
  content: "\e90e";
}

.fal,
.far,
.fas,
.fab {
  font-family: inherit !important;
  font-weight: inherit !important;
}
.fal:before,
.far:before,
.fas:before,
.fab:before {
  position: relative;
  vertical-align: top;
  font-family: "Font Awesome 5 Pro" !important;
  transition: all 300ms ease;
}

.fal:before {
  font-weight: 300 !important;
}

.far:before {
  font-weight: 400 !important;
}

.fas:before {
  font-weight: 900 !important;
}

.fab:before {
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 400 !important;
}

body {
  position: relative;
  left: 0;
  background-color: #e9f8ff;
  transition: all 0.5s ease;
}

#primary {
  padding-top: 122px;
}
@media only screen and (max-width: 1023px) {
  #primary {
    padding-top: 98px;
  }
}
@media only screen and (max-width: 767px) {
  #primary {
    padding-top: 88px;
  }
}

.admin-bar #primary {
  padding-top: 154px;
}
@media only screen and (max-width: 1023px) {
  .admin-bar #primary {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .admin-bar #primary {
    padding-top: 120px;
  }
}

.transparent-header #primary {
  padding-top: 0;
}

div, p, a, li, td {
  -webkit-text-size-adjust: none;
}

*:focus {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

.vc_single_image-wrapper {
  margin-bottom: 15px;
}

.wpb_text_column ul,
.post .entry-content ul {
  padding-left: 20px;
  margin-top: 15px;
  list-style: disc;
}
.wpb_text_column ul li,
.post .entry-content ul li {
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .wpb_text_column ul li,
.post .entry-content ul li {
    padding-bottom: 15px;
  }
}

.wpb_text_column ol,
.post .entry-content ol {
  margin-top: 15px;
  list-style: decimal;
}
.wpb_text_column ol li,
.post .entry-content ol li {
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .wpb_text_column ol li,
.post .entry-content ol li {
    padding-bottom: 15px;
  }
}

.map {
  background-size: 370px 421px !important;
}
@media only screen and (max-width: 1199px) {
  .map {
    background-size: 350px 398px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .map {
    background-size: 280px 319px !important;
  }
}
@media only screen and (max-width: 767px) {
  .map {
    background-size: 280px 319px !important;
  }
  .map .vc_column-inner {
    padding-bottom: 110px;
  }
}

.map .vc_single_image-wrapper {
  margin-bottom: 0;
}

.clearFloat {
  margin: 0;
  padding: 0;
  height: 0px;
  overflow: hidden;
  clear: both;
}

.swal2-container .swal2-popup {
  padding: 15px 30px 40px;
}

.section-bg-color-5fc4ec5368a7b h2 a {
  color: #bde4f7;
}

#cookie-notice {
  background-color: #15536b !important;
  font-family: Georgia, Times, "Times New Roman", serif;
}
#cookie-notice #cn-notice-buttons .cn-button {
  background-color: #00A2CE;
  color: #fff;
}

.swal2-popup .swal2-actions {
  margin: 2em auto 0 !important;
}
.swal2-popup .swal2-actions button {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px !important;
  font-weight: bold !important;
}

.page-template-no-breadcrumb-template .content .section {
  box-shadow: none;
}

.page-template-no-breadcrumb-template #main {
  padding-top: 122px;
}
@media only screen and (max-width: 1023px) {
  .page-template-no-breadcrumb-template #main {
    padding-top: 98px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-no-breadcrumb-template #main {
    padding-top: 88px;
  }
}

.page-template-no-breadcrumb-template .hero {
  margin-top: 0;
}

body {
  font-size: 16px;
  line-height: 26px;
  font-family: Georgia, Times, "Times New Roman", serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

a, a:hover, a:active, a:visited, a:focus {
  color: #00A2CE;
  text-decoration: none;
  outline: none;
}

p {
  margin: 15px auto !important;
}

.wpb_text_column p,
.post .entry-content p {
  margin-bottom: 15px;
}

.tag p {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 3px 0 3px 10px;
  text-transform: uppercase;
  color: black;
  background-color: white;
  margin-bottom: 0 !important;
}
.tag p:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  right: -28px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top-color: white;
  border-bottom-color: white;
  border-left-color: white;
}

.box {
  font-size: 14px;
  background-color: #bde4f7;
  padding: 15px 25px !important;
  margin-top: 30px;
}
.box p {
  margin-bottom: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin: 15px 0;
  font-family: Georgia, Times, "Times New Roman", serif;
}

h1 {
  font-size: 32px;
  line-height: 38px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 20px;
    line-height: 26px;
  }
}

h2 {
  font-size: 32px;
  line-height: 38px;
  color: #00A2CE;
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

.big-h2 h2 {
  font-size: 52px;
  line-height: 58px;
}
@media only screen and (max-width: 767px) {
  .big-h2 h2 {
    font-size: 32px;
    line-height: 38px;
  }
}

h3 {
  font-size: 26px;
  line-height: 30px;
  color: #15536b;
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
h3.p1 {
  color: #fff;
}

p + h3 {
  padding-top: 15px;
}

h4 {
  font-size: 16px;
  line-height: 22px;
}

h5 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0 !important;
  font-weight: bold;
  color: #15536b;
}
@media only screen and (max-width: 480px) {
  h5 {
    font-size: 16px;
    line-height: 22px;
  }
}

.wpb-js-composer .vc_tta.vc_general {
  font-size: 16px !important;
}

/*!
 * Font Awesome Pro 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -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.3333333333em;
  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: solid 0.08em #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,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.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: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.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;
}

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

.fa-abacus:before {
  content: "\f640";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acorn:before {
  content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-conditioner:before {
  content: "\f8f4";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-alarm-exclamation:before {
  content: "\f843";
}

.fa-alarm-plus:before {
  content: "\f844";
}

.fa-alarm-snooze:before {
  content: "\f845";
}

.fa-album:before {
  content: "\f89f";
}

.fa-album-collection:before {
  content: "\f8a0";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alicorn:before {
  content: "\f6b0";
}

.fa-alien:before {
  content: "\f8f5";
}

.fa-alien-monster:before {
  content: "\f8f6";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-slash:before {
  content: "\f846";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-amp-guitar:before {
  content: "\f8a1";
}

.fa-analytics:before {
  content: "\f643";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angel:before {
  content: "\f779";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-crate:before {
  content: "\f6b1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

.fa-arrow-alt-up:before {
  content: "\f357";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-square-down:before {
  content: "\f339";
}

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before {
  content: "\f33c";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badge-sheriff:before {
  content: "\f8a2";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-bags-shopping:before {
  content: "\f847";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

.fa-ballot-check:before {
  content: "\f733";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-banjo:before {
  content: "\f8a3";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-alt:before {
  content: "\f463";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-bed-alt:before {
  content: "\f8f7";
}

.fa-bed-bunk:before {
  content: "\f8f8";
}

.fa-bed-empty:before {
  content: "\f8f9";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-exclamation:before {
  content: "\f848";
}

.fa-bell-on:before {
  content: "\f8fa";
}

.fa-bell-plus:before {
  content: "\f849";
}

.fa-bell-school:before {
  content: "\f5d5";
}

.fa-bell-school-slash:before {
  content: "\f5d6";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bells:before {
  content: "\f77f";
}

.fa-betamax:before {
  content: "\f8a4";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-biking-mountain:before {
  content: "\f84b";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blinds:before {
  content: "\f8fb";
}

.fa-blinds-open:before {
  content: "\f8fc";
}

.fa-blinds-raised:before {
  content: "\f8fd";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-alt:before {
  content: "\f5d9";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-book-spells:before {
  content: "\f6b8";
}

.fa-book-user:before {
  content: "\f7e7";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-books:before {
  content: "\f5db";
}

.fa-books-medical:before {
  content: "\f7e8";
}

.fa-boombox:before {
  content: "\f8a5";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-bottom:before {
  content: "\f84d";
}

.fa-border-center-h:before {
  content: "\f89c";
}

.fa-border-center-v:before {
  content: "\f89d";
}

.fa-border-inner:before {
  content: "\f84e";
}

.fa-border-left:before {
  content: "\f84f";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-outer:before {
  content: "\f851";
}

.fa-border-right:before {
  content: "\f852";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-border-style-alt:before {
  content: "\f854";
}

.fa-border-top:before {
  content: "\f855";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-ballot:before {
  content: "\f735";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-brackets:before {
  content: "\f7e9";
}

.fa-brackets-curly:before {
  content: "\f7ea";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-loaf:before {
  content: "\f7eb";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-bring-forward:before {
  content: "\f856";
}

.fa-bring-front:before {
  content: "\f857";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bullseye-arrow:before {
  content: "\f648";
}

.fa-bullseye-pointer:before {
  content: "\f649";
}

.fa-burger-soda:before {
  content: "\f858";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-burrito:before {
  content: "\f7ed";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-bus-school:before {
  content: "\f5dd";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-cactus:before {
  content: "\f8a7";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calculator-alt:before {
  content: "\f64c";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-star:before {
  content: "\f736";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camcorder:before {
  content: "\f8a8";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

.fa-camera-home:before {
  content: "\f8fe";
}

.fa-camera-movie:before {
  content: "\f8a9";
}

.fa-camera-polaroid:before {
  content: "\f8aa";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-building:before {
  content: "\f859";
}

.fa-car-bump:before {
  content: "\f5e0";
}

.fa-car-bus:before {
  content: "\f85a";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mechanic:before {
  content: "\f5e3";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caravan-alt:before {
  content: "豈";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cars:before {
  content: "\f85b";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cassette-tape:before {
  content: "\f8ab";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cat-space:before {
  content: "更";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cctv:before {
  content: "\f8ac";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-line-down:before {
  content: "\f64d";
}

.fa-chart-network:before {
  content: "\f78a";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-chart-pie-alt:before {
  content: "\f64e";
}

.fa-chart-scatter:before {
  content: "\f7ee";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-cheese-swiss:before {
  content: "\f7f0";
}

.fa-cheeseburger:before {
  content: "\f7f1";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chimney:before {
  content: "\f78b";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clarinet:before {
  content: "\f8ad";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

.fa-clipboard-user:before {
  content: "\f7f3";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-drizzle:before {
  content: "\f738";
}

.fa-cloud-hail:before {
  content: "\f739";
}

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-music:before {
  content: "\f8ae";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-rainbow:before {
  content: "\f73e";
}

.fa-cloud-showers:before {
  content: "\f73f";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sleet:before {
  content: "\f741";
}

.fa-cloud-snow:before {
  content: "\f742";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-coffee-pot:before {
  content: "車";
}

.fa-coffee-togo:before {
  content: "\f6c5";
}

.fa-coffin:before {
  content: "\f6c6";
}

.fa-coffin-cross:before {
  content: "陋";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coin:before {
  content: "\f85c";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comet:before {
  content: "賈";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-medical:before {
  content: "\f7f4";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-music:before {
  content: "\f8af";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-music:before {
  content: "\f8b0";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-comments-alt-dollar:before {
  content: "\f652";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compass-slash:before {
  content: "\f5e9";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-computer-classic:before {
  content: "\f8b1";
}

.fa-computer-speaker:before {
  content: "\f8b2";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-construction:before {
  content: "\f85d";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cowbell:before {
  content: "\f8b3";
}

.fa-cowbell-more:before {
  content: "\f8b4";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-croissant:before {
  content: "\f7f6";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-crutches:before {
  content: "\f7f8";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dailymotion:before {
  content: "勒";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-debug:before {
  content: "\f7f9";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digging:before {
  content: "\f85e";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-disc-drive:before {
  content: "\f8b5";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-circle:before {
  content: "\f5ed";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-drone:before {
  content: "\f85f";
}

.fa-drone-alt:before {
  content: "\f860";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dryer:before {
  content: "\f861";
}

.fa-dryer-alt:before {
  content: "\f862";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-egg-fried:before {
  content: "\f7fc";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-evil:before {
  content: "\f6db";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fan-table:before {
  content: "滑";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-farm:before {
  content: "\f864";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "串";
}

.fa-faucet-drip:before {
  content: "句";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-certificate:before {
  content: "\f5f3";
}

.fa-file-chart-line:before {
  content: "\f659";
}

.fa-file-chart-pie:before {
  content: "\f65a";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-music:before {
  content: "\f8b6";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-search:before {
  content: "\f865";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-user:before {
  content: "\f65c";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-files-medical:before {
  content: "\f7fd";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-film-canister:before {
  content: "\f8b7";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "龜";
}

.fa-fireplace:before {
  content: "\f79a";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fish-cooked:before {
  content: "\f7fe";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-alt:before {
  content: "\f74c";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flame:before {
  content: "\f6df";
}

.fa-flashlight:before {
  content: "\f8b8";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flask-poison:before {
  content: "\f6e0";
}

.fa-flask-potion:before {
  content: "\f6e1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flower:before {
  content: "\f7ff";
}

.fa-flower-daffodil:before {
  content: "\f800";
}

.fa-flower-tulip:before {
  content: "\f801";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-flute:before {
  content: "\f8b9";
}

.fa-flux-capacitor:before {
  content: "\f8ba";
}

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-download:before {
  content: "肋";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-folder-times:before {
  content: "\f65f";
}

.fa-folder-tree:before {
  content: "\f802";
}

.fa-folder-upload:before {
  content: "凜";
}

.fa-folders:before {
  content: "\f660";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-font-case:before {
  content: "\f866";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-french-fries:before {
  content: "\f803";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frosty-head:before {
  content: "\f79b";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-galaxy:before {
  content: "龜";
}

.fa-game-board:before {
  content: "\f867";
}

.fa-game-board-alt:before {
  content: "\f868";
}

.fa-game-console-handheld:before {
  content: "\f8bb";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gamepad-alt:before {
  content: "\f8bc";
}

.fa-garage:before {
  content: "契";
}

.fa-garage-car:before {
  content: "金";
}

.fa-garage-open:before {
  content: "喇";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass:before {
  content: "\f804";
}

.fa-glass-champagne:before {
  content: "\f79e";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-citrus:before {
  content: "\f869";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-globe-snow:before {
  content: "\f7a3";
}

.fa-globe-stand:before {
  content: "\f5f6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gramophone:before {
  content: "\f8bd";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-guitar-electric:before {
  content: "\f8be";
}

.fa-guitars:before {
  content: "\f8bf";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-h4:before {
  content: "\f86a";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-chef:before {
  content: "\f86b";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-headphones:before {
  content: "\f8c2";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-rate:before {
  content: "\f5f8";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-heat:before {
  content: "奈";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-alt:before {
  content: "\f80a";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-home-lg:before {
  content: "\f80b";
}

.fa-home-lg-alt:before {
  content: "\f80c";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-horizontal-rule:before {
  content: "\f86c";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-horse-saddle:before {
  content: "\f8c3";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hospitals:before {
  content: "\f80e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house:before {
  content: "懶";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-day:before {
  content: "癩";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-house-leave:before {
  content: "羅";
}

.fa-house-night:before {
  content: "蘿";
}

.fa-house-return:before {
  content: "螺";
}

.fa-house-signal:before {
  content: "裸";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-icons-alt:before {
  content: "\f86e";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "邏";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-image-polaroid:before {
  content: "\f8c4";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "凌";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-island-tropical:before {
  content: "\f811";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-joystick:before {
  content: "\f8c5";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-jug:before {
  content: "\f8c6";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-kazoo:before {
  content: "\f8c7";
}

.fa-kerning:before {
  content: "\f86f";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-lamp-desk:before {
  content: "樂";
}

.fa-lamp-floor:before {
  content: "洛";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lasso:before {
  content: "\f8c8";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-light-ceiling:before {
  content: "烙";
}

.fa-light-switch:before {
  content: "珞";
}

.fa-light-switch-off:before {
  content: "落";
}

.fa-light-switch-on:before {
  content: "酪";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-line-columns:before {
  content: "\f870";
}

.fa-line-height:before {
  content: "\f871";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-music:before {
  content: "\f8c9";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location:before {
  content: "\f601";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-location-slash:before {
  content: "\f603";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-map-marker-times:before {
  content: "\f60e";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-meat:before {
  content: "\f814";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "駱";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microphone-stand:before {
  content: "\f8cb";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-microwave:before {
  content: "亂";
}

.fa-mind-share:before {
  content: "\f677";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "稜";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-money-check-edit:before {
  content: "\f872";
}

.fa-money-check-edit-alt:before {
  content: "\f873";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-moon-cloud:before {
  content: "\f754";
}

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-alt:before {
  content: "\f8cd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mp3-player:before {
  content: "\f8ce";
}

.fa-mug:before {
  content: "\f874";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-mug-tea:before {
  content: "\f875";
}

.fa-music:before {
  content: "\f001";
}

.fa-music-alt:before {
  content: "\f8cf";
}

.fa-music-alt-slash:before {
  content: "\f8d0";
}

.fa-music-slash:before {
  content: "\f8d1";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-outlet:before {
  content: "卵";
}

.fa-oven:before {
  content: "欄";
}

.fa-overline:before {
  content: "\f876";
}

.fa-page-break:before {
  content: "\f877";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paragraph-rtl:before {
  content: "\f878";
}

.fa-parking:before {
  content: "\f540";
}

.fa-parking-circle:before {
  content: "\f615";
}

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-laptop:before {
  content: "\f87a";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-rotary:before {
  content: "\f8d3";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-piano:before {
  content: "\f8d4";
}

.fa-piano-keyboard:before {
  content: "\f8d5";
}

.fa-pie:before {
  content: "\f705";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "爛";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-planet-moon:before {
  content: "蘭";
}

.fa-planet-ringed:before {
  content: "鸞";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-police-box:before {
  content: "嵐";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-portal-enter:before {
  content: "濫";
}

.fa-portal-exit:before {
  content: "藍";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-search:before {
  content: "\f81a";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-projector:before {
  content: "\f8d6";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radar:before {
  content: "襤";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-radio:before {
  content: "\f8d7";
}

.fa-radio-alt:before {
  content: "\f8d8";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-raygun:before {
  content: "拉";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-refrigerator:before {
  content: "臘";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-rings-wedding:before {
  content: "\f81b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocket-launch:before {
  content: "蠟";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-router:before {
  content: "\f8da";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salad:before {
  content: "\f81e";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-sax-hot:before {
  content: "\f8db";
}

.fa-saxophone:before {
  content: "\f8dc";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-image:before {
  content: "\f8f3";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-send-back:before {
  content: "\f87e";
}

.fa-send-backward:before {
  content: "\f87f";
}

.fa-sensor:before {
  content: "廊";
}

.fa-sensor-alert:before {
  content: "朗";
}

.fa-sensor-fire:before {
  content: "浪";
}

.fa-sensor-on:before {
  content: "狼";
}

.fa-sensor-smoke:before {
  content: "郎";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "綾";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal-alt:before {
  content: "\f690";
}

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signal-stream:before {
  content: "\f8dd";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-siren:before {
  content: "來";
}

.fa-siren-on:before {
  content: "冷";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-cow:before {
  content: "\f8de";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snooze:before {
  content: "\f880";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-solar-system:before {
  content: "勞";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-alt:before {
  content: "\f883";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-circle:before {
  content: "擄";
}

.fa-sort-circle-down:before {
  content: "櫓";
}

.fa-sort-circle-up:before {
  content: "爐";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-shapes-down:before {
  content: "\f888";
}

.fa-sort-shapes-down-alt:before {
  content: "\f889";
}

.fa-sort-shapes-up:before {
  content: "\f88a";
}

.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}

.fa-sort-size-down:before {
  content: "\f88c";
}

.fa-sort-size-down-alt:before {
  content: "\f88d";
}

.fa-sort-size-up:before {
  content: "\f88e";
}

.fa-sort-size-up-alt:before {
  content: "\f88f";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-soup:before {
  content: "\f823";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-space-station-moon:before {
  content: "盧";
}

.fa-space-station-moon-alt:before {
  content: "老";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-sparkles:before {
  content: "\f890";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker:before {
  content: "\f8df";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-speakers:before {
  content: "\f8e0";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-sprinkler:before {
  content: "蘆";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-star-shooting:before {
  content: "虜";
}

.fa-starfighter:before {
  content: "路";
}

.fa-starfighter-alt:before {
  content: "露";
}

.fa-stars:before {
  content: "\f762";
}

.fa-starship:before {
  content: "魯";
}

.fa-starship-freighter:before {
  content: "鷺";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steak:before {
  content: "\f824";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-stretcher:before {
  content: "\f825";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunglasses:before {
  content: "\f892";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-sword-laser:before {
  content: "碌";
}

.fa-sword-laser-alt:before {
  content: "祿";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-swords-laser:before {
  content: "綠";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-taco:before {
  content: "\f826";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tanakh:before {
  content: "\f827";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-tasks-alt:before {
  content: "\f828";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-telescope:before {
  content: "菉";
}

.fa-temperature-down:before {
  content: "錄";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-temperature-up:before {
  content: "鹿";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text:before {
  content: "\f893";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-size:before {
  content: "\f894";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tilde:before {
  content: "\f69f";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-transporter:before {
  content: "壟";
}

.fa-transporter-1:before {
  content: "弄";
}

.fa-transporter-2:before {
  content: "籠";
}

.fa-transporter-3:before {
  content: "聾";
}

.fa-transporter-empty:before {
  content: "牢";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-trash-undo:before {
  content: "\f895";
}

.fa-trash-undo-alt:before {
  content: "\f896";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-triangle-music:before {
  content: "\f8e2";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-trumpet:before {
  content: "\f8e3";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turntable:before {
  content: "\f8e4";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-alt:before {
  content: "\f8e5";
}

.fa-tv-music:before {
  content: "\f8e6";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typewriter:before {
  content: "\f8e7";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-ufo:before {
  content: "磊";
}

.fa-ufo-beam:before {
  content: "賂";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "雷";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usb-drive:before {
  content: "\f8e9";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alien:before {
  content: "壘";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-cowboy:before {
  content: "\f8ea";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-hard-hat:before {
  content: "\f82c";
}

.fa-user-headset:before {
  content: "\f82d";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-md-chat:before {
  content: "\f82e";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-music:before {
  content: "\f8eb";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-robot:before {
  content: "屢";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-user-unlock:before {
  content: "菱";
}

.fa-user-visor:before {
  content: "樓";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-users-medical:before {
  content: "\f830";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vacuum:before {
  content: "淚";
}

.fa-vacuum-robot:before {
  content: "漏";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vhs:before {
  content: "\f8ec";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-violin:before {
  content: "\f8ed";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-wagon-covered:before {
  content: "\f8ee";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walkie-talkie:before {
  content: "\f8ef";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-washer:before {
  content: "\f898";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-calculator:before {
  content: "\f8f0";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-wave-sine:before {
  content: "\f899";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-wave-triangle:before {
  content: "\f89a";
}

.fa-waveform:before {
  content: "\f8f1";
}

.fa-waveform-path:before {
  content: "\f8f2";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-webcam:before {
  content: "\f832";
}

.fa-webcam-slash:before {
  content: "\f833";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-turbine:before {
  content: "\f89b";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-frame:before {
  content: "累";
}

.fa-window-frame-open:before {
  content: "縷";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.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 Awesome Pro 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("./fonts/webfonts/fa-solid-900.eot");
  src: url("./fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("./fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("./fonts/webfonts/fa-solid-900.woff") format("woff"), url("./fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("./fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("./fonts/webfonts/fa-regular-400.eot");
  src: url("./fonts/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("./fonts/webfonts/fa-regular-400.woff2") format("woff2"), url("./fonts/webfonts/fa-regular-400.woff") format("woff"), url("./fonts/webfonts/fa-regular-400.ttf") format("truetype"), url("./fonts/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("./fonts/webfonts/fa-light-300.eot");
  src: url("./fonts/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("./fonts/webfonts/fa-light-300.woff2") format("woff2"), url("./fonts/webfonts/fa-light-300.woff") format("woff"), url("./fonts/webfonts/fa-light-300.ttf") format("truetype"), url("./fonts/webfonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("./fonts/webfonts/fa-brands-400.eot");
  src: url("./fonts/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("./fonts/webfonts/fa-brands-400.woff2") format("woff2"), url("./fonts/webfonts/fa-brands-400.woff") format("woff"), url("./fonts/webfonts/fa-brands-400.ttf") format("truetype"), url("./fonts/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.products-container {
  background: white;
  margin-top: -15rem;
}
@media only screen and (max-width: 1199px) {
  .products-container {
    max-width: none;
    padding: 0 5%;
    font-size: 14px;
  }
  .products-container .feature {
    font-size: 14px;
    margin-right: 0.5rem;
  }
  .products-container .store-header__main-product {
    padding: 2rem 1rem;
    margin-right: 12px;
  }
  .products-container .store-header__main-product h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .products-container {
    display: none;
  }
}
.products-container .products {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.mobile-shop-slider {
  display: none;
  background: white;
  margin-top: -3rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .mobile-shop-slider {
    display: block;
    font-size: 14px;
  }
}
.mobile-shop-slider .swiper-slide {
  padding: 1rem;
  font-size: 14px;
  height: auto;
  display: flex;
}
.mobile-shop-slider .swiper-slide .feature {
  font-size: 14px;
}
.mobile-shop-slider .swiper-slide .store-header__main-product {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
  padding: 2rem 1.5rem;
  margin-top: 0;
  flex: 1;
}
.mobile-shop-slider .swiper-slide .store-header__main-product .most-popular-product {
  position: absolute;
  top: -15px;
}
.mobile-shop-slider .swiper-slide .store-header__main-product h2 {
  font-size: 20px;
  padding: 0;
}
.mobile-shop-slider .swiper-pagination {
  position: static;
}

.tb-btn-wrapper {
  position: relative;
  padding-left: 25px;
}

.tb-btn-wrapper a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  outline: none;
  transition: all 300ms ease;
  cursor: pointer;
  margin: 15px auto;
}
.tb-btn-wrapper a:before {
  transition: all 300ms ease;
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  width: 0;
  height: 0;
}
.tb-btn-wrapper a:after {
  transition: all 300ms ease;
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  margin-left: -1px;
}

/* Sizes */
.tb-btn-small {
  font-size: 20px;
  line-height: 30px;
  padding: 10px 10px 10px 15px;
}
.tb-btn-small:after {
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
@media only screen and (max-width: 767px) {
  .tb-btn-small {
    font-size: 16px;
    padding: 5px 10px 5px 15px;
  }
}

.tb-btn-medium {
  font-size: 20px;
  line-height: 30px;
  padding: 10px 10px 10px 15px;
}
.tb-btn-medium:after {
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
@media only screen and (max-width: 767px) {
  .tb-btn-medium {
    font-size: 16px;
    padding: 5px 10px 5px 15px;
  }
}

.tb-btn-large {
  font-size: 20px;
  line-height: 30px;
  padding: 10px 10px 10px 15px;
}
.tb-btn-large:after {
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
@media only screen and (max-width: 767px) {
  .tb-btn-large {
    font-size: 16px;
    padding: 5px 10px 5px 15px;
  }
}

/* Width */
.tb-btn-inline a {
  display: block;
}

.tb-btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.tb-btn-block a {
  display: block;
}

/* Align */
.tb-btn-center {
  text-align: center;
}

.tb-btn-left {
  text-align: left;
}

.tb-btn-right {
  text-align: right;
}

/* Shapes */
.tb-btn-round {
  border-radius: 3px;
}

.tb-btn-rounded {
  border-radius: 3px;
}

.tb-btn-square {
  border-radius: 3px;
}

/* Border Width */
.tb-btn-red {
  background-color: #e00028;
  color: #fff !important;
}
.tb-btn-red:before {
  border: 25px solid transparent;
  border-top-color: #e00028;
  border-bottom-color: #e00028;
  border-right-color: #e00028;
}
@media only screen and (max-width: 767px) {
  .tb-btn-red:before {
    border-width: 20px;
  }
}
.tb-btn-red:after {
  border-left: 25px solid #e00028;
}
@media only screen and (max-width: 767px) {
  .tb-btn-red:after {
    border-width: 20px;
  }
}
.tb-btn-red:hover {
  background-color: #fa002d;
}
.tb-btn-red:hover:before {
  border-top-color: #fa002d;
  border-bottom-color: #fa002d;
  border-right-color: #fa002d;
}
.tb-btn-red:hover:after {
  border-left: 25px solid #fa002d;
}
@media only screen and (max-width: 767px) {
  .tb-btn-red:hover:after {
    border-width: 20px;
  }
}

.tb-btn-blue {
  background-color: #bde4f7;
  color: #1c1c1c !important;
}
.tb-btn-blue:before {
  border: 25px solid transparent;
  border-top-color: #bde4f7;
  border-bottom-color: #bde4f7;
  border-right-color: #bde4f7;
}
@media only screen and (max-width: 767px) {
  .tb-btn-blue:before {
    border-width: 20px;
  }
}
.tb-btn-blue:after {
  border-left: 25px solid #bde4f7;
}
@media only screen and (max-width: 767px) {
  .tb-btn-blue:after {
    border-width: 20px;
  }
}
.tb-btn-blue:hover {
  background-color: #d4edfa;
}
.tb-btn-blue:hover:before {
  border-top-color: #d4edfa;
  border-bottom-color: #d4edfa;
  border-right-color: #d4edfa;
}
.tb-btn-blue:hover:after {
  border-left: 25px solid #d4edfa;
}
@media only screen and (max-width: 767px) {
  .tb-btn-blue:hover:after {
    border-width: 20px;
  }
}

.tb-btn-blue-alt {
  background-color: #00a2ce;
  color: #fff !important;
}
.tb-btn-blue-alt:before {
  border: 25px solid transparent;
  border-top-color: #00a2ce;
  border-bottom-color: #00a2ce;
  border-right-color: #00a2ce;
}
.tb-btn-blue-alt:after {
  border-left: 25px solid #00a2ce;
}
.tb-btn-blue-alt:hover {
  background-color: #00b6e8;
}
.tb-btn-blue-alt:hover:before {
  border-top-color: #00b6e8;
  border-bottom-color: #00b6e8;
  border-right-color: #00b6e8;
}
.tb-btn-blue-alt:hover:after {
  border-left: 25px solid #00b6e8;
}

.tb-btn-darkblue {
  background-color: #15536b;
  color: #fff !important;
}
.tb-btn-darkblue:before {
  border: 25px solid transparent;
  border-top-color: #15536b;
  border-bottom-color: #15536b;
  border-right-color: #15536b;
}
.tb-btn-darkblue:after {
  border-left: 25px solid #15536b;
}
.tb-btn-darkblue:hover {
  background-color: #196480;
}
.tb-btn-darkblue:hover:before {
  border-top-color: #196480;
  border-bottom-color: #196480;
  border-right-color: #196480;
}
.tb-btn-darkblue:hover:after {
  border-left: 25px solid #196480;
}

.account-btn {
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
  outline: none;
  border: none;
  font-size: 14px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  line-height: 20px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 6px;
}
.account-btn.red {
  background-color: #e00028;
  color: #fff;
}
.account-btn.red:hover {
  background-color: #fa002d;
}
.account-btn.blue {
  background-color: #bde4f7;
  color: #fff;
}
.account-btn.blue:hover {
  background-color: #d4edfa;
}
.account-btn.darkblue {
  background-color: #15536b;
  color: #fff;
}
.account-btn.darkblue:hover {
  background-color: #196480;
}
.account-btn.green {
  background-color: #179709;
  color: #fff;
}
.account-btn.green:hover {
  background-color: #1baf0a;
}
.account-btn.disabled {
  opacity: 0.5;
  background-color: #ddd !important;
}
.account-btn.disabled:hover {
  border-color: #ddd !important;
}

.tb-image-outer-wrp {
  position: relative;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .tb-image-outer-wrp {
    padding: 15px;
  }
}

.tb-image-wrp {
  position: relative;
  overflow: hidden;
}
.tb-image-wrp.landscape {
  padding-bottom: 60%;
}
.tb-image-wrp.square {
  padding-bottom: 88%;
}
.tb-image-wrp.portrait {
  padding-bottom: 125%;
}
@media only screen and (max-width: 1023px) {
  .tb-image-wrp.portrait {
    padding-bottom: 135%;
  }
}
.tb-image-wrp.widescreen {
  padding-bottom: 42%;
}
@media only screen and (max-width: 1023px) {
  .tb-image-wrp.widescreen {
    padding-bottom: 60%;
  }
}
@media only screen and (max-width: 480px) {
  .tb-image-wrp.widescreen {
    padding-bottom: 65%;
  }
}
.tb-image-wrp .tb-image {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  z-index: 1;
}
.tb-image-wrp .tb-image.active {
  z-index: 3;
}

.widescreen-wrp {
  position: relative;
}
.widescreen-wrp .icon-arrow-left {
  left: 40px;
}
@media only screen and (max-width: 1023px) {
  .widescreen-wrp .icon-arrow-left {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .widescreen-wrp .icon-arrow-left {
    left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .widescreen-wrp .icon-arrow-left {
    left: 15px;
  }
}
.widescreen-wrp .icon-arrow-right {
  right: 40px;
}
@media only screen and (max-width: 1023px) {
  .widescreen-wrp .icon-arrow-right {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .widescreen-wrp .icon-arrow-right {
    right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .widescreen-wrp .icon-arrow-right {
    right: 15px;
  }
}
.widescreen-wrp .icon-arrow-left,
.widescreen-wrp .icon-arrow-right {
  position: absolute;
  display: block;
  z-index: 9;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: 1px solid rgb(255, 255, 255);
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  font-size: 10px;
  line-height: 50px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.widescreen-wrp .icon-arrow-left:hover,
.widescreen-wrp .icon-arrow-right:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
@media only screen and (max-width: 1023px) {
  .widescreen-wrp .icon-arrow-left:hover,
.widescreen-wrp .icon-arrow-right:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }
}
@media only screen and (max-width: 767px) {
  .widescreen-wrp .icon-arrow-left,
.widescreen-wrp .icon-arrow-right {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .widescreen-wrp .icon-arrow-left,
.widescreen-wrp .icon-arrow-right {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
  }
}

#searchform .screen-reader-text {
  display: none;
}

li.menu-search {
  float: right;
}

.search-results-page {
  margin-top: 30px;
  margin-bottom: 30px;
}

.post-template-default .single-post {
  padding-top: 50px;
}
.post-template-default .single-post .hero .post_cat {
  display: inline-block;
  margin-top: 1rem;
}
.post-template-default .single-post .hero .post_cat .post-categories {
  background-color: #bde4f7;
  padding-right: 10px;
  position: relative;
}
.post-template-default .single-post .hero .post_cat .post-categories:before {
  content: "";
  display: inline;
  position: absolute;
  left: -20px;
  width: 20px;
  top: 0;
  background-color: #bde4f7;
  height: 26px;
}
.post-template-default .single-post .hero .post_cat .post-categories:after {
  display: inline;
  border: 13px solid #bde4f7;
  border-left-color: transparent;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: -25px;
  transform: rotate(180deg);
}
.post-template-default .single-post .hero .post_cat .post-categories li a {
  font-size: 12px;
  color: #15536b;
  font-weight: 700;
  line-height: 24px;
}
.post-template-default .single-post #main {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1366px;
  width: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .post-template-default .single-post #main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.post-template-default .single-post #main .entry-content ul {
  list-style: disc;
}
.post-template-default .single-post #main .entry-content ul li {
  padding-bottom: 0;
}

.more-posts-wrapper {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .more-posts-wrapper {
    overflow: hidden;
  }
}
.more-posts-wrapper .posts-wrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .more-posts-wrapper .posts-wrapper {
    padding: 20px 0 0 0;
    margin: 0 0 20px 0;
  }
}

.post-nav {
  position: relative;
  background-color: #fff;
  margin-bottom: 15px;
}
.post-nav .post-navigation {
  max-width: 1366px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.post-nav h2 {
  border-bottom: 1px solid #f5f5f5;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  padding: 20px;
  font-family: "clarendon-text-pro";
  font-style: normal;
  font-weight: 700;
  display: block;
}
.post-nav h2:before {
  float: right;
  font-family: "FontAwesome";
}
@media only screen and (max-width: 480px) {
  .post-nav h2 {
    padding: 15px;
    font-size: 14px;
  }
}
.post-nav .fa-arrow-left {
  float: left;
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #15536b;
  font-family: Georgia, Times, "Times New Roman", serif;
}
@media only screen and (max-width: 480px) {
  .post-nav .fa-arrow-left {
    padding: 15px;
  }
}
.post-nav .fa-arrow-left:before {
  font-family: "FontAwesome";
  padding-right: 10px;
  font-weight: normal;
}
.post-nav .fa-arrow-right {
  float: right;
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #15536b;
  font-family: Georgia, Times, "Times New Roman", serif;
}
@media only screen and (max-width: 480px) {
  .post-nav .fa-arrow-right {
    padding: 15px;
  }
}
.post-nav .fa-arrow-right:before {
  float: right;
  font-family: "FontAwesome";
  padding-left: 10px;
  font-weight: normal;
}

.post-share {
  text-align: center;
}
.post-share .list-share-button {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 30px;
  color: #ccc;
}
.post-share .list-share-button:hover {
  color: #e00028;
}

body.single-post article.post,
body.single-post article.tb_log,
body.single-tb_log article.post,
body.single-tb_log article.tb_log {
  position: relative;
  box-shadow: 0 0 30px 0 rgba(21, 83, 107, 0.3);
  background-color: #fff;
  padding: 30px 30px;
  margin-bottom: 30px;
}
body.single-post article.post .entry-content .sectionWrp,
body.single-post article.tb_log .entry-content .sectionWrp,
body.single-tb_log article.post .entry-content .sectionWrp,
body.single-tb_log article.tb_log .entry-content .sectionWrp {
  background-color: transparent !important;
}
body.single-post article.tb_log,
body.single-tb_log article.tb_log {
  width: 100%;
  margin: 0;
}

.puff-wrapper {
  position: relative;
  margin-bottom: 15px;
}
.puff-wrapper .puff-image-wrp {
  position: relative;
  box-shadow: 0 0 30px 0 rgba(21, 83, 107, 0.3);
  background-color: #fff;
  padding: 18px;
}
@media only screen and (max-width: 480px) {
  .puff-wrapper .puff-image-wrp {
    padding: 15px;
  }
}
.puff-wrapper .puff-image-wrp .puff-image {
  display: block;
  position: relative;
  padding-bottom: 60%;
}
.puff-wrapper .puff-content {
  padding: 18px;
  color: #15536b;
}
@media only screen and (max-width: 480px) {
  .puff-wrapper .puff-content {
    padding: 15px;
  }
}
.puff-wrapper .puff-content h3 {
  font-weight: bold;
  margin: 0 !important;
  font-size: 18px;
  line-height: 24px;
}
.puff-wrapper .puff-content p {
  margin-top: 5px !important;
}
.puff-wrapper .puff-content a:before {
  position: relative;
  top: -1px;
  font-size: 24px;
  padding-right: 10px;
  vertical-align: middle;
}

/**
 * Swiper 6.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 4, 2020
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.topslide-outer-wrp {
  position: relative;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1023px) {
  .topslide-outer-wrp {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .topslide-outer-wrp {
    padding-bottom: 13px;
  }
}
.topslide-outer-wrp .topslide-wrp {
  position: relative;
}
.topslide-outer-wrp .topslide-wrp .topslide-image-wrp {
  position: relative;
  height: 620px;
}
@media only screen and (max-width: 767px) {
  .topslide-outer-wrp .topslide-wrp .topslide-image-wrp {
    height: 496px;
  }
}
.topslide-outer-wrp .topslide-wrp .topslide-image-wrp .topslide-image-overlay-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(4, 17, 22, 0.25);
}
.topslide-outer-wrp .topslide-wrp .topslide-image-wrp .topslide-image-overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 160px;
  opacity: 0.75;
  transform: scaleY(-1);
  background: linear-gradient(180deg, rgba(4, 17, 22, 0) 0%, #041116 100%);
  z-index: 1;
}
.topslide-outer-wrp .topslide-wrp .topslide-image-wrp .topslide-image-overlay-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 320px;
  opacity: 0.4;
  background: linear-gradient(180deg, rgba(4, 17, 22, 0) 0%, #041116 100%);
  z-index: 1;
}
.topslide-outer-wrp .topslide-wrp .topslide-video-wrp {
  position: relative;
  max-height: 620px;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.topslide-outer-wrp .topslide-wrp .topslide-video-wrp iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
  .topslide-outer-wrp .topslide-wrp .topslide-video-wrp iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .topslide-outer-wrp .topslide-wrp .topslide-video-wrp iframe {
    width: 177.78vh;
  }
}
.topslide-outer-wrp .topslide-wrp .topslide-video-wrp .topslide-video-overlay-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(4, 17, 22, 0.25);
}
.topslide-outer-wrp .topslide-wrp .topslide-video-wrp .topslide-video-overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 160px;
  opacity: 0.75;
  transform: scaleY(-1);
  background: linear-gradient(180deg, rgba(4, 17, 22, 0) 0%, #041116 100%);
  z-index: 1;
}
.topslide-outer-wrp .topslide-wrp .topslide-video-wrp .topslide-video-overlay-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 320px;
  opacity: 0.4;
  background: linear-gradient(180deg, rgba(4, 17, 22, 0) 0%, #041116 100%);
  z-index: 1;
}
.topslide-outer-wrp .topslide-wrp .topslide-content {
  position: absolute;
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 3;
  transform: translate(0, -70px);
}
.topslide-outer-wrp .topslide-wrp .topslide-content h2, .topslide-outer-wrp .topslide-wrp .topslide-content h1 {
  font-size: 54px;
  line-height: 58px;
  color: #fff;
}
.topslide-outer-wrp .topslide-wrp .topslide-content h3 {
  font-size: 30px;
  line-height: 36px;
  color: #bde4f7;
  margin-top: 10px;
}
.topslide-outer-wrp .topslide-wrp .topslide-content p {
  padding: 10px;
  max-width: 740px;
  margin: 15px auto;
  background: linear-gradient(270deg, rgba(4, 17, 22, 0) 0%, rgba(4, 17, 22, 0.5) 29.13%, rgba(4, 17, 22, 0.5) 75.06%, rgba(4, 17, 22, 0) 99.92%);
}
.topslide-outer-wrp .topslide-wrp .topslide-content a.slider-btn {
  border-radius: 3px;
  margin-top: 10px;
  display: inline-block;
  background-color: #e00028;
  color: white;
  position: relative;
  text-decoration: none;
  outline: none;
  transition: all 300ms ease;
  cursor: pointer;
  margin: 15px auto;
  font-size: 18px;
  line-height: 30px;
  padding: 10px 10px 10px 15px;
}
@media only screen and (max-width: 767px) {
  .topslide-outer-wrp .topslide-wrp .topslide-content a.slider-btn {
    font-size: 16px;
    padding: 5px 10px 5px 15px;
  }
}
.topslide-outer-wrp .topslide-wrp .topslide-content a.slider-btn:before {
  transition: all 300ms ease;
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-top-color: #e00028;
  border-bottom-color: #e00028;
  border-right-color: #e00028;
}
@media only screen and (max-width: 767px) {
  .topslide-outer-wrp .topslide-wrp .topslide-content a.slider-btn:before {
    border-width: 20px;
  }
}
.topslide-outer-wrp .topslide-wrp .topslide-content a.slider-btn:after {
  transition: all 300ms ease;
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  margin-left: -1px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #e00028;
}
@media only screen and (max-width: 767px) {
  .topslide-outer-wrp .topslide-wrp .topslide-content a.slider-btn:after {
    border-width: 20px;
  }
}
.topslide-outer-wrp .topslide-wrp .topslide-content a.slider-btn:hover {
  background-color: #fa002d;
}
.topslide-outer-wrp .topslide-wrp .topslide-content a.slider-btn:hover:before {
  border-top-color: #fa002d;
  border-bottom-color: #fa002d;
  border-right-color: #fa002d;
}
.topslide-outer-wrp .topslide-wrp .topslide-content a.slider-btn:hover:after {
  border-left: 25px solid #fa002d;
}
@media only screen and (max-width: 767px) {
  .topslide-outer-wrp .topslide-wrp .topslide-content {
    padding-left: 25px;
    padding-right: 25px;
    transform: translateY(-34px);
  }
  .topslide-outer-wrp .topslide-wrp .topslide-content h2 {
    font-size: 42px;
    line-height: 48px;
  }
  .topslide-outer-wrp .topslide-wrp .topslide-content h3 {
    font-size: 18px;
    line-height: 21px;
  }
  .topslide-outer-wrp .topslide-wrp .topslide-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.topslide-outer-wrp .topslide-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .topslide-outer-wrp .topslide-nav {
    background-color: #15536b;
  }
}
.topslide-outer-wrp .topslide-nav .topslide-nav-item {
  opacity: 1;
  position: relative;
  box-sizing: border-box;
  padding: 10px 30px;
  background-color: #15536b;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  color: white;
  margin: 0;
  width: auto;
  height: auto;
  margin-right: 26px;
  border-radius: 2px;
  white-space: nowrap;
}
.topslide-outer-wrp .topslide-nav .topslide-nav-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #15536b;
  margin-left: -1px;
}
@media only screen and (max-width: 1023px) {
  .topslide-outer-wrp .topslide-nav .topslide-nav-item {
    font-size: 18px;
    padding: 5px 15px;
    margin-right: 21px;
  }
  .topslide-outer-wrp .topslide-nav .topslide-nav-item:after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #15536b;
  }
}
@media only screen and (max-width: 767px) {
  .topslide-outer-wrp .topslide-nav .topslide-nav-item {
    font-size: 12px;
    line-height: 40px;
    padding: 0 3px 0 7px;
    margin-right: 14px;
    width: 25%;
  }
  .topslide-outer-wrp .topslide-nav .topslide-nav-item:before {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border: 20px solid #15536b;
    border-left-color: transparent;
    left: -20px;
  }
  .topslide-outer-wrp .topslide-nav .topslide-nav-item:after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 17px solid #15536b;
  }
}
.topslide-outer-wrp .topslide-nav .topslide-nav-item:hover {
  background-color: #114256 !important;
}
.topslide-outer-wrp .topslide-nav .topslide-nav-item:hover:after {
  border-left-color: #114256 !important;
}
.topslide-outer-wrp .topslide-nav .topslide-nav-item.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background-color: #00A2CE !important;
}
.topslide-outer-wrp .topslide-nav .topslide-nav-item.swiper-pagination-bullet-active:after {
  border-left-color: #00A2CE !important;
}
.topslide-outer-wrp .topslide-nav .topslide-nav-item.swiper-pagination-bullet-active:hover {
  background-color: #00A2CE !important;
}
.topslide-outer-wrp .topslide-nav .topslide-nav-item.swiper-pagination-bullet-active:hover:after {
  border-left-color: #00A2CE !important;
}
@media only screen and (max-width: 767px) {
  .topslide-outer-wrp .topslide-nav .topslide-nav-item.swiper-pagination-bullet-active {
    z-index: 10;
  }
}

.wpb_text_column table {
  margin-top: 10px !important;
  background-color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.wpb_text_column table p {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .wpb_text_column table {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 480px) {
  .wpb_text_column table {
    font-size: 10px;
    line-height: 14px;
    width: auto !important;
  }
}
.wpb_text_column table th {
  font-weight: 600;
  padding: 10px 15px;
  vertical-align: middle;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e0e0e0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e0e0e0;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e0e0e0;
  text-align: left;
  background-color: #ebebeb;
}
.wpb_text_column table th:last-child {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e0e0e0;
}
@media (max-width: 480px) {
  .wpb_text_column table th {
    width: auto !important;
    padding: 7px 10px;
  }
}
.wpb_text_column table tr:nth-child(odd) {
  background-color: #fafafa;
}
.wpb_text_column table tr:first-child td {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ebebeb;
}
.wpb_text_column table td {
  padding: 10px 15px;
  vertical-align: middle;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ebebeb;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ebebeb;
  text-align: left;
}
.wpb_text_column table td:last-child {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ebebeb;
}
@media (max-width: 480px) {
  .wpb_text_column table td {
    padding: 7px 10px;
    width: auto !important;
  }
}

.table-wrapper .pinned {
  position: absolute !important;
}

@media only screen and (max-width: 1199px) {
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    width: 175px;
    overflow: hidden;
    overflow-x: scroll;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #d9d9d9;
  }
  .scrollable table {
    margin-bottom: 0 !important;
  }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
    margin-bottom: 0 !important;
  }
  .pinned table tr {
    height: auto !important;
  }
  .pinned table th,
.pinned table td {
    white-space: nowrap;
    height: auto !important;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px !important;
    overflow: hidden;
  }
  div.table-wrapper div.scrollable {
    margin-left: 175px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ebebeb;
  }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }
  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive td:nth-child(2), table.responsive th:nth-child(2) {
    border-left-width: 0px;
  }
  table.responsive th:first-child,
table.responsive td:first-child,
table.responsive td:first-child,
table.responsive.pinned td {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .pinned {
    width: 150px;
  }
  div.table-wrapper div.scrollable {
    margin-left: 150px;
  }
}
.vc_tta-panel-heading {
  background-color: #bde4f7 !important;
  cursor: pointer !important;
}
.vc_tta-panel-heading * {
  cursor: pointer !important;
}
.vc_tta-panel-heading span,
.vc_tta-panel-heading i {
  color: #1c1c1c !important;
}
.vc_tta-panel-heading h4 {
  font-size: 1em !important;
  padding: 0 !important;
}

.vc_tta-panel-body {
  background-color: #d4edfa !important;
  color: #1c1c1c !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.vc_tta-panel-body p,
.vc_tta-panel-body p:last-child {
  margin-bottom: 0 !important;
  font-size: 0.95em;
  padding: 10px 20px;
  vertical-align: middle;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #bde4f7 !important;
}

.newsletter {
  position: relative;
  padding: 150px 0;
}
@media only screen and (max-width: 1023px) {
  .newsletter {
    padding: 100px 0;
  }
}
.newsletter .newsletter-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.newsletter .newsletter-image:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}
.newsletter .section {
  display: flex;
  justify-content: flex-end;
  padding: 0 40px;
  max-width: 1366px;
  display: flex;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .newsletter .section {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 1023px) {
  .newsletter .vc_col-sm-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter .vc_col-sm-6 {
    padding: 0;
  }
}
.newsletter .form form {
  margin-top: 24px;
}
.newsletter .form form .mc4wp-response {
  color: #fff;
}
.newsletter .form form .mc4wp-signup {
  position: relative;
}
.newsletter .form form .mc4wp-signup:before {
  display: inline;
  border: 25px solid #e00028;
  border-left-color: transparent;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  left: 250px;
}
@media only screen and (max-width: 767px) {
  .newsletter .form form .mc4wp-signup:before {
    left: 180px;
    border-width: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .newsletter .form form .mc4wp-signup:before {
    left: 0px;
    top: 40px;
  }
}
.newsletter .form form .mc4wp-signup:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-left: 25px solid #e00028;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  left: 451px;
}
@media only screen and (max-width: 767px) {
  .newsletter .form form .mc4wp-signup:after {
    left: 323px;
    border-width: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .newsletter .form form .mc4wp-signup:after {
    left: 145px;
    top: 40px;
  }
}
.newsletter .form form .mc4wp-signup input {
  -webkit-appearance: none;
  border: none;
  font-size: 20px;
  letter-spacing: 0.13px;
  line-height: 22px;
  padding: 13px 30px 15px 15px;
}
@media only screen and (max-width: 767px) {
  .newsletter .form form .mc4wp-signup input {
    font-size: 16px;
    line-height: 19px;
    padding: 10px 15px 11px 15px;
  }
}
.newsletter .form form .mc4wp-signup input[type=email] {
  -webkit-appearance: none;
  border: none;
  margin: 0;
  font-style: italic;
  background-color: #fff;
  min-width: 289px;
  color: #15536b;
  height: 50px;
}
.newsletter .form form .mc4wp-signup input[type=email]::placeholder {
  color: #15536b;
}
@media only screen and (max-width: 767px) {
  .newsletter .form form .mc4wp-signup input[type=email] {
    width: 200px;
    height: 40px;
    min-width: 200px;
  }
}
@media only screen and (max-width: 320px) {
  .newsletter .form form .mc4wp-signup input[type=email] {
    width: auto;
  }
}
.newsletter .form form .mc4wp-signup input[type=submit] {
  background-color: #e00028;
  color: #fff;
  padding-right: 25px;
  -webkit-appearance: none;
  border: none;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .newsletter .form form .mc4wp-signup input[type=submit] {
    z-index: 10;
    padding-right: 10px;
    width: 119.88px;
  }
}
@media only screen and (max-width: 320px) {
  .newsletter .form form .mc4wp-signup input[type=submit] {
    margin-left: 20px;
    padding-left: 20px;
  }
}

#comments {
  margin-top: 30px;
}

.comments-title {
  margin-top: 30px;
}

.comment-form-comment label {
  display: none;
}

textarea.form-control {
  margin: 15px 0;
}

.comment {
  margin-bottom: 15px;
}
.comment .comment-meta {
  margin-bottom: 5px;
}

.comment-list .fn {
  display: inline-block;
  font-size: 1em;
  margin-bottom: 5px;
}
.comment-list .says {
  font-size: 1em;
}
.comment-list .comment-meta {
  font-size: 0.9em;
  margin-bottom: 10px;
}
.comment-list li {
  padding: 15px;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.comment-list p {
  font-size: 1em;
  line-height: 1.2em;
}

.posts-wrapper.multiselect .posts .puff-wrapper {
  width: 33%;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .posts-wrapper.multiselect .posts .puff-wrapper {
    width: 350px;
  }
}
.posts-wrapper.multiselect .posts .puff-wrapper .puff-image-wrp {
  box-shadow: 0 0 15px 0 rgba(21, 83, 107, 0.3);
}
.posts-wrapper.multiselect .posts .tb_log .entry-header .entry-title {
  color: #15536b;
}
.posts-wrapper.multiselect .posts .tb_log .entry-content .listcontent {
  color: #15536b;
}
.posts-wrapper.multiselect .posts .post .entry-header .post_cat:after, .posts-wrapper.multiselect .posts .post .entry-header .post_cat:before {
  top: -1px;
}

.hero {
  height: 400px;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .hero {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    align-items: center;
    padding-top: 88px;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    height: 320px;
    margin-top: 0;
  }
}
.hero:after {
  content: "";
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #041116;
  opacity: 0.25;
}
.hero .single-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero .single-image:after, .hero .single-image:before {
  content: "";
  display: inline;
  width: 100%;
  position: absolute;
  left: 0;
}
.hero .single-image:before {
  background: linear-gradient(180deg, rgba(4, 17, 22, 0) 0%, #041116 100%);
  top: 0;
  height: 160px;
  opacity: 0.75;
  transform: rotate(180deg);
}
.hero .single-image:after {
  opacity: 0.4;
  background: linear-gradient(180deg, rgba(4, 17, 22, 0) 0%, #041116 100%);
  height: 238px;
  bottom: 0;
}
.hero-content {
  z-index: 10;
  text-align: center;
  color: #fff;
  margin-bottom: 90px;
  max-width: 800px;
}
@media only screen and (max-width: 767px) {
  .hero-content {
    padding: 0 25px;
    margin-bottom: 0px;
  }
}
.hero-content h1, .hero-content h2 {
  font-size: 52px;
  letter-spacing: 0;
  line-height: 59px;
  text-shadow: 0 2px 10px 0 rgba(4, 17, 22, 0.5);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .hero-content h1, .hero-content h2 {
    font-size: 25px;
    line-height: 38px;
  }
}
.hero-content h3 {
  font-size: 30px;
  line-height: 36px;
  color: #bde4f7;
  text-shadow: 0 2px 10px 0 rgba(4, 17, 22, 0.5);
}
@media only screen and (max-width: 767px) {
  .hero-content h3 {
    font-size: 18px;
    line-height: 21px;
  }
}
.hero-content .tb-btn-wrapper {
  margin-top: 36px;
}
.hero-content .tb-btn-wrapper .tb-btn-medium {
  border-radius: 3px;
  display: inline-block;
  background-color: #e00028;
  text-decoration: none;
  font-size: 18px;
  padding: 10px 10px 10px 15px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .hero-content .tb-btn-wrapper .tb-btn-medium {
    font-size: 16px;
    padding: 5px 10px 5px 15px;
  }
}

.banner {
  padding: 150px 0;
}
@media only screen and (max-width: 1023px) {
  .banner {
    padding: 60px 0;
  }
}
.banner-right .banner-section {
  justify-content: flex-end;
}
.banner-section {
  display: flex;
  padding: 0 40px;
  max-width: 1366px;
  margin: 0 auto;
  width: 100%;
}
.banner-content {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .banner-content {
    width: 100%;
  }
}
.banner-content h2 {
  font-size: 52px;
  line-height: 59px;
  color: #bde4f7;
}
@media only screen and (max-width: 767px) {
  .banner-content h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.banner-content h3 {
  font-size: 20px;
  font-style: italic;
  line-height: 28px;
  color: #fff;
}
.banner-content p, .banner-content .text {
  color: #fff;
}
.banner-content .tag p {
  color: #041116;
  letter-spacing: 2.4px;
}
@media only screen and (max-width: 767px) {
  .banner-content .tag p {
    font-size: 14px;
    letter-spacing: 2.1px;
    line-height: 21px;
    margin-top: 0 !important;
  }
  .banner-content .tag p:after {
    border-width: 13.5px;
    right: -26px;
  }
}
.banner-content .tb-btn-wrapper {
  margin-top: 28px;
  display: flex;
}
.banner-content .tb-btn-wrapper .tb-btn-medium {
  margin: 15px 0;
}
.tb-banner-image {
  width: 100%;
  left: 0;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
}
.tb-banner-image:after {
  content: "";
  display: inline;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.tb-banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tb-banner-video video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.tb-banner-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
  .tb-banner-video iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .tb-banner-video iframe {
    width: 177.78vh;
  }
}
.tb-banner-video:after {
  content: "";
  display: inline;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.posts.selected-posts .post {
  width: 100%;
}

.newspage-wrapper {
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .newspage-wrapper {
    padding-bottom: 60px;
  }
}

.posts #main {
  max-width: 1280px;
  margin: 0 auto;
}
.posts .post,
.posts .tb_log {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33%;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  .posts .post,
.posts .tb_log {
    width: 49.5%;
  }
}
@media only screen and (max-width: 767px) {
  .posts .post,
.posts .tb_log {
    width: 350px;
  }
}
.posts .post .post-image-wrp,
.posts .tb_log .post-image-wrp {
  position: relative;
  box-shadow: 0 0 15px 0 rgba(21, 83, 107, 0.3);
  background-color: #fff;
  padding: 18px;
}
@media only screen and (max-width: 480px) {
  .posts .post .post-image-wrp,
.posts .tb_log .post-image-wrp {
    padding: 15px;
  }
}
.posts .post .post-image-wrp .post-image,
.posts .tb_log .post-image-wrp .post-image {
  display: block;
  position: relative;
  padding-bottom: 60%;
}
.posts .post .log-image,
.posts .tb_log .log-image {
  position: relative;
}
.posts .post img,
.posts .tb_log img {
  max-width: 100%;
  width: 100%;
}
.posts .post .entry-header,
.posts .tb_log .entry-header {
  padding: 15px 20px;
  padding-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .posts .post .entry-header,
.posts .tb_log .entry-header {
    padding: 15px;
    padding-bottom: 0;
  }
}
.posts .post .entry-header h1, .posts .post .entry-header h3,
.posts .tb_log .entry-header h1,
.posts .tb_log .entry-header h3 {
  padding-top: 5px;
}
.posts .post .entry-header h3,
.posts .tb_log .entry-header h3 {
  font-weight: bold;
  margin: 0 !important;
  font-size: 18px;
  line-height: 24px;
  color: #15536b;
  padding-top: 13px;
}
.posts .post .entry-header .post_date,
.posts .post .entry-header .post-categories,
.posts .post .entry-header .post-tags,
.posts .tb_log .entry-header .post_date,
.posts .tb_log .entry-header .post-categories,
.posts .tb_log .entry-header .post-tags {
  vertical-align: middle;
  text-transform: uppercase;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 11px;
  color: #15536b;
}
.posts .post .entry-header .post_cat,
.posts .tb_log .entry-header .post_cat {
  position: relative;
}
.posts .post .entry-header .post_cat .post-categories,
.posts .tb_log .entry-header .post_cat .post-categories {
  background-color: #bde4f7;
  padding-right: 10px;
}
.posts .post .entry-header .post_cat a,
.posts .tb_log .entry-header .post_cat a {
  font-size: 12px;
  color: #15536b;
  font-weight: bold;
  line-height: 25px;
}
.posts .post .entry-header .post_cat:before,
.posts .tb_log .entry-header .post_cat:before {
  content: "";
  display: inline;
  position: absolute;
  left: -20px;
  width: 20px;
  top: -2px;
  background-color: #bde4f7;
  height: 26px;
}
.posts .post .entry-header .post_cat:after,
.posts .tb_log .entry-header .post_cat:after {
  content: "";
  display: inline;
  border: 13px solid #bde4f7;
  border-left-color: transparent;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: -2px;
  width: 0;
  height: 0;
  right: -25px;
  transform: rotate(180deg);
}
.posts .post .entry-header a,
.posts .tb_log .entry-header a {
  color: #1c1c1c;
}
.posts .post .entry-header a:hover,
.posts .tb_log .entry-header a:hover {
  color: #e00028;
}
.posts .post .entry-header a.eskort, .posts .post .entry-header a.bogsering, .posts .post .entry-header a.dykare, .posts .post .entry-header a.lattare-felavhjalpning, .posts .post .entry-header a.lossdragning, .posts .post .entry-header a.reservbransle, .posts .post .entry-header a.telefon-vhf,
.posts .tb_log .entry-header a.eskort,
.posts .tb_log .entry-header a.bogsering,
.posts .tb_log .entry-header a.dykare,
.posts .tb_log .entry-header a.lattare-felavhjalpning,
.posts .tb_log .entry-header a.lossdragning,
.posts .tb_log .entry-header a.reservbransle,
.posts .tb_log .entry-header a.telefon-vhf {
  display: none;
}
.posts .post .entry-content,
.posts .tb_log .entry-content {
  padding: 0 18px;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .posts .post .entry-content,
.posts .tb_log .entry-content {
    padding: 0 15px;
  }
}
.posts .post .entry-content .listcontent,
.posts .tb_log .entry-content .listcontent {
  padding-top: 5px;
  padding-bottom: 15px;
  color: #15536b;
}
.posts .post .entry-content a:before,
.posts .tb_log .entry-content a:before {
  position: relative;
  top: -1px;
  font-size: 24px;
  padding-right: 5px;
  vertical-align: middle;
}
.posts .post .entry-footer,
.posts .tb_log .entry-footer {
  position: relative !important;
  display: block !important;
  padding: 40px;
}
.posts .tb_log .entry-header .post_date {
  display: none;
  background-color: #e00028;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}
.posts .tb_log .entry-header .post_date .time {
  font-weight: 100;
  padding-right: 4px;
}
.posts .tb_log .entry-header .post_date:before {
  content: "";
  display: inline;
  position: absolute;
  left: -20px;
  width: 20px;
  background-color: #e00028;
  height: 26px;
}
.posts .tb_log .entry-header .post_date:after {
  content: "";
  display: inline;
  border: 13px solid #e00028;
  border-left-color: transparent;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: -25px;
  transform: rotate(180deg);
}
.posts .tb_log .entry-header .entry-title {
  color: #bde4f7;
  padding-top: 13px;
}
.posts .tb_log .entry-content .listcontent {
  color: #fff;
}
.posts.single-post .row {
  margin: 0 !important;
}
.posts.single-post .section img {
  width: auto !important;
  max-width: 100% !important;
}
.posts.single-post .post {
  width: auto;
  position: relative;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding: 20px;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
}
.posts.single-post .post .entry-header {
  text-align: center;
  padding: 15px 20px;
  padding-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .posts.single-post .post .entry-header {
    padding: 15px 0;
  }
}
.posts.single-post .post .entry-header h1, .posts.single-post .post .entry-header h3 {
  padding-top: 10px;
}
.posts.single-post .post .entry-content {
  text-align: left;
}
.posts.single-post .post .entry-content p {
  margin-top: 15px;
}
@media only screen and (max-width: 480px) {
  .posts.single-post .post .entry-content {
    padding: 0;
  }
}
.posts.single-post .post .log-image,
.posts.single-post .post img {
  display: inline-block;
  max-height: 300px;
  width: auto;
  margin: 0 auto;
}

.logbanner {
  position: absolute;
  display: inline-block;
  top: 20px;
  left: 20px;
  background-color: #e00028;
  color: #fff !important;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  padding: 7px 15px;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .logbanner {
    top: 15px;
    left: 15px;
  }
}

.cat-icon {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff !important;
  border: 2px solid #fff;
  background-color: #e00028;
  moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 480px) {
  .cat-icon {
    bottom: 25px;
    left: 25px;
  }
}
.cat-icon:before {
  font-size: 20px;
  line-height: 36px;
}
.cat-icon.icon-eskort, .cat-icon.icon-bogsering, .cat-icon.icon-dykare, .cat-icon.icon-lattare-felavhjalpning, .cat-icon.icon-lossdragning, .cat-icon.icon-reservbransle, .cat-icon.icon-telefon-vhf {
  background-color: #666;
  left: 75px;
}
@media only screen and (max-width: 480px) {
  .cat-icon.icon-eskort, .cat-icon.icon-bogsering, .cat-icon.icon-dykare, .cat-icon.icon-lattare-felavhjalpning, .cat-icon.icon-lossdragning, .cat-icon.icon-reservbransle, .cat-icon.icon-telefon-vhf {
    left: 70px;
  }
}

.log-image .cat-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  bottom: 15px;
  left: 10px;
}
@media only screen and (max-width: 480px) {
  .log-image .cat-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.log-image .cat-icon:before {
  font-size: 30px;
  line-height: 56px;
}
@media only screen and (max-width: 480px) {
  .log-image .cat-icon:before {
    font-size: 20px;
    line-height: 36px;
  }
}
.log-image .cat-icon.icon-eskort, .log-image .cat-icon.icon-bogsering, .log-image .cat-icon.icon-dykare, .log-image .cat-icon.icon-lattare-felavhjalpning, .log-image .cat-icon.icon-lossdragning, .log-image .cat-icon.icon-reservbransle, .log-image .cat-icon.icon-telefon-vhf {
  left: 75px;
}
@media only screen and (max-width: 480px) {
  .log-image .cat-icon.icon-eskort, .log-image .cat-icon.icon-bogsering, .log-image .cat-icon.icon-dykare, .log-image .cat-icon.icon-lattare-felavhjalpning, .log-image .cat-icon.icon-lossdragning, .log-image .cat-icon.icon-reservbransle, .log-image .cat-icon.icon-telefon-vhf {
    left: 55px;
  }
}

.cat-item a:before {
  display: inline-block;
  position: relative;
  top: -1px;
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
}

.list-custom-taxonomy-widget .cat-item a:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #e00028;
  moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
}

.widget_lc_taxonomy:last-child .list-custom-taxonomy-widget .cat-item a:before {
  background-color: #666;
}

@media only screen and (max-width: 767px) {
  .posts-wrapper {
    width: calc(100% + 40px);
    margin-left: -20px !important;
    padding-bottom: 40px;
  }
}
.posts-wrapper .swiper-pagination {
  display: none;
  bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .posts-wrapper .swiper-pagination {
    display: block;
  }
}
.posts-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #00A2CE;
  opacity: 0.4;
}
.posts-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.posts-wrapper .swiper-pagination.logs .swiper-pagination-bullet {
  background-color: #bde4f7;
}

.log .blog-sidebar {
  float: left;
  width: calc(50% - 30px);
}
@media only screen and (max-width: 767px) {
  .log .blog-sidebar {
    float: none;
    width: auto;
  }
}

.partners .single-partner {
  position: relative;
  height: 685px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .partners .single-partner {
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.partners .single-partner .partner-image {
  width: 100%;
  left: 0;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
}
.partners .single-partner .partner-image:after {
  content: "";
  display: inline;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.partners .single-partner-content {
  padding: 0 40px;
  max-width: 1366px;
  display: flex;
  margin: 0 auto;
  width: 100%;
}
.partners .single-partner .partner-section {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  .partners .single-partner .partner-section {
    width: 100%;
    padding-bottom: 30px;
  }
}
.partners .single-partner .partner-section .partner-info {
  z-index: 1;
}
.partners .single-partner .partner-section h2 {
  font-size: 52px;
  line-height: 59px;
  color: #bde4f7;
}
@media only screen and (max-width: 767px) {
  .partners .single-partner .partner-section h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.partners .single-partner .partner-section h3 {
  font-size: 20px;
  font-style: italic;
  line-height: 28px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .partners .single-partner .partner-section h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.partners .single-partner .partner-section p, .partners .single-partner .partner-section .text {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .partners .single-partner .partner-section .text {
    display: none;
  }
}
.partners .single-partner .partner-section .tag p {
  color: #041116;
  letter-spacing: 2.4px;
}
@media only screen and (max-width: 767px) {
  .partners .single-partner .partner-section .tag p {
    font-size: 14px;
    letter-spacing: 2.1px;
    line-height: 21px;
    margin-top: 0 !important;
  }
  .partners .single-partner .partner-section .tag p:after {
    border-width: 13.5px;
    right: -26px;
  }
}
.partners .single-partner .partner-section .tb-btn-wrapper {
  margin-top: 28px;
  display: flex;
}
.partners .single-partner .partner-section .tb-btn-wrapper .tb-btn-medium {
  margin: 15px 0;
}
.partners .single-partner .align-right .partner-section {
  text-align: right;
}
.partners .single-partner .align-right .partner-section .tag p:after {
  right: auto;
  left: -28px;
  transform: rotate(180deg);
}
.partners .single-partner .align-right .partner-section .tag p {
  padding: 3px 10px 3px 0;
}
.partners .single-partner .align-right .partner-section .tb-btn-wrapper {
  justify-content: flex-end;
  padding-right: 25px;
}
.partners .single-partner .align-center .partner-section {
  text-align: center;
}
.partners .single-partner .align-center .partner-section .tb-btn-wrapper {
  justify-content: center;
  padding-right: 25px;
}
.partners .single-partner .right-block {
  justify-content: flex-end;
}
.partners .single-partner .center-block {
  justify-content: center;
}
.partners .swiper-pagination-bullets {
  bottom: 15px;
}
.partners .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.5;
}
.partners .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}

@media only screen and (max-width: 1023px) {
  .archive.category .row, .blog .row {
    margin: 0;
  }
}
.archive.category .posts-top-headline, .blog .posts-top-headline {
  padding-top: 150px;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1366px;
  width: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .archive.category .posts-top-headline, .blog .posts-top-headline {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .archive.category .posts-top-headline, .blog .posts-top-headline {
    padding: 90px 15px 0;
  }
}
.archive.category .posts-top-headline h1, .blog .posts-top-headline h1 {
  color: #15536b;
}
.archive.category .posts-top-headline p, .blog .posts-top-headline p {
  max-width: 600px;
  margin: 15px 0 !important;
}
.archive.category #primary, .blog #primary {
  padding-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .archive.category #primary, .blog #primary {
    padding-top: 10px;
  }
}
.archive.category .blog-sidebar.widget_categories, .blog .blog-sidebar.widget_categories {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .archive.category .blog-sidebar.widget_categories, .blog .blog-sidebar.widget_categories {
    margin: 1rem 0 0;
  }
}
.archive.category .blog-sidebar.widget_categories .widgettitle, .blog .blog-sidebar.widget_categories .widgettitle {
  font-size: 20px;
  line-height: 30px;
  padding: 5px 40px 5px 20px;
  position: relative;
  cursor: pointer;
  font-family: Georgia, Times, "Times New Roman", serif;
  background-color: #e00028;
  color: #fff;
  margin: 0 50px 0 0 !important;
  min-width: 280px;
}
@media only screen and (max-width: 767px) {
  .archive.category .blog-sidebar.widget_categories .widgettitle, .blog .blog-sidebar.widget_categories .widgettitle {
    margin: 0 !important;
    font-size: 16px;
  }
}
.archive.category .blog-sidebar.widget_categories .widgettitle:before, .blog .blog-sidebar.widget_categories .widgettitle:before {
  position: absolute;
  right: 18px;
  top: 8px;
  font-family: "Font Awesome 5 Pro";
}
.archive.category .blog-sidebar.widget_categories .widgettitle:after, .blog .blog-sidebar.widget_categories .widgettitle:after {
  display: inline;
  border: 20px solid #e00028;
  border-left-color: transparent;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: -25px;
  transform: rotate(180deg);
}
.archive.category .blog-sidebar.widget_categories ul, .blog .blog-sidebar.widget_categories ul {
  display: none;
  background-color: #fff;
  padding: 1rem;
  position: absolute;
  z-index: 10;
  top: 40px;
  left: 0;
  min-width: 305px;
}
.archive.category .blog-sidebar.widget_categories ul li, .blog .blog-sidebar.widget_categories ul li {
  padding: 5px 0;
}
.archive.category .blog-sidebar.widget_categories ul li a, .blog .blog-sidebar.widget_categories ul li a {
  color: #15536b;
}
.archive.category .posts .post .entry-header .post_date, .blog .posts .post .entry-header .post_date {
  display: none;
}
.archive.category .posts .post .entry-header .post-categories, .blog .posts .post .entry-header .post-categories {
  background-color: #bde4f7;
  padding-right: 10px;
  position: relative;
}
.archive.category .posts .post .entry-header .post-categories:before, .blog .posts .post .entry-header .post-categories:before {
  content: "";
  display: inline;
  position: absolute;
  left: -20px;
  width: 20px;
  top: 0;
  background-color: #bde4f7;
  height: 26px;
}
.archive.category .posts .post .entry-header .post-categories:after, .blog .posts .post .entry-header .post-categories:after {
  display: inline;
  border: 13px solid #bde4f7;
  border-left-color: transparent;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: -25px;
  transform: rotate(180deg);
}
.archive.category .posts .post .entry-header .post-categories li a, .blog .posts .post .entry-header .post-categories li a {
  font-size: 12px;
  color: #15536b;
  font-weight: 700;
  line-height: 24px;
}

.tb_log-template-default .log .hero .cat-icon {
  position: relative;
  position: relative;
  left: auto;
  bottom: auto;
  margin: 0 5px;
}
.tb_log-template-default .log #main {
  padding-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .tb_log-template-default .log #main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tb_log-template-default .log #main .post_date {
  background-color: #e00028;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  position: relative;
  display: inline-block;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .tb_log-template-default .log #main .post_date {
    margin-left: 5px;
  }
}
.tb_log-template-default .log #main .post_date .time {
  font-weight: 100;
  padding-right: 4px;
}
.tb_log-template-default .log #main .post_date:before {
  content: "";
  display: inline;
  position: absolute;
  left: -20px;
  width: 20px;
  background-color: #e00028;
  height: 26px;
}
.tb_log-template-default .log #main .post_date:after {
  content: "";
  display: inline;
  border: 13px solid #e00028;
  border-left-color: transparent;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: -25px;
  transform: rotate(180deg);
}
.tb_log-template-default .log .log-categories {
  display: flex;
  background-color: #00A2CE;
  padding: 40px 0 60px;
}
.tb_log-template-default .log .log-categories-wrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
.tb_log-template-default .log .log-categories-wrapper .widget_lc_taxonomy .widgettitle {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  cursor: pointer;
  font-family: Georgia, Times, "Times New Roman", serif;
}
.tb_log-template-default .log .log-categories-wrapper .widget_lc_taxonomy .widgettitle:before {
  position: absolute;
  right: -1.5rem;
  top: 3px;
  font-family: "Font Awesome 5 Pro";
}
.tb_log-template-default .log .log-categories-wrapper .widget_lc_taxonomy ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .tb_log-template-default .log .log-categories-wrapper .widget_lc_taxonomy ul {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.tb_log-template-default .log .log-categories-wrapper .widget_lc_taxonomy ul li {
  padding: 0.5rem 1rem 0.5rem 0;
}
.tb_log-template-default .log .log-categories-wrapper .widget_lc_taxonomy ul li a {
  color: #fff;
}
.tb_log-template-default .log .log-categories-wrapper .widget_lc_taxonomy ul li a:before {
  border: 2px solid #fff;
  width: 42px;
  height: 42px;
  line-height: 39px;
}
.tb_log-template-default .log .more-posts-wrapper {
  background-color: #15536b;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .tb_log-template-default .log .more-posts-wrapper {
    padding-bottom: 0;
  }
  .tb_log-template-default .log .more-posts-wrapper .posts-wrapper {
    padding-bottom: 40px;
    padding-top: 0;
  }
}
.tb_log-template-default .log .more-posts-wrapper h2 {
  max-width: 1366px;
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
  color: #bde4f7;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .tb_log-template-default .log .more-posts-wrapper h2 {
    padding: 0 6%;
  }
}

@media only screen and (max-width: 1023px) {
  .page-template-index-tb_log .row, .tax-log_taxonomy .row {
    margin: 0;
  }
}
.page-template-index-tb_log .posts-top-headline, .tax-log_taxonomy .posts-top-headline {
  padding-top: 150px;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1366px;
  width: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .page-template-index-tb_log .posts-top-headline, .tax-log_taxonomy .posts-top-headline {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-index-tb_log .posts-top-headline, .tax-log_taxonomy .posts-top-headline {
    padding: 90px 15px 0;
  }
}
.page-template-index-tb_log .posts-top-headline h1, .tax-log_taxonomy .posts-top-headline h1 {
  color: #15536b;
}
.page-template-index-tb_log .posts-top-headline p, .tax-log_taxonomy .posts-top-headline p {
  max-width: 600px;
  margin: 15px 0 !important;
}
.page-template-index-tb_log .log-categories, .tax-log_taxonomy .log-categories {
  display: flex;
  padding: 0 0 30px;
}
@media only screen and (max-width: 1023px) {
  .page-template-index-tb_log .log-categories, .tax-log_taxonomy .log-categories {
    padding: 0 15px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-index-tb_log .log-categories, .tax-log_taxonomy .log-categories {
    flex-wrap: wrap;
  }
}
.page-template-index-tb_log .log-categories .blog-sidebar, .tax-log_taxonomy .log-categories .blog-sidebar {
  float: none;
  width: auto;
}
.page-template-index-tb_log .log-categories .list-custom-taxonomy-widget, .tax-log_taxonomy .log-categories .list-custom-taxonomy-widget {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-template-index-tb_log .log-categories .widget_lc_taxonomy, .tax-log_taxonomy .log-categories .widget_lc_taxonomy {
    margin: 1rem 0 0;
  }
}
.page-template-index-tb_log .log-categories .widget_lc_taxonomy .widgettitle, .tax-log_taxonomy .log-categories .widget_lc_taxonomy .widgettitle {
  font-size: 20px;
  line-height: 30px;
  padding: 5px 40px 5px 20px;
  position: relative;
  cursor: pointer;
  font-family: Georgia, Times, "Times New Roman", serif;
  background-color: #e00028;
  color: #fff;
  margin: 0 50px 0 0 !important;
  min-width: 324px;
}
@media only screen and (max-width: 767px) {
  .page-template-index-tb_log .log-categories .widget_lc_taxonomy .widgettitle, .tax-log_taxonomy .log-categories .widget_lc_taxonomy .widgettitle {
    margin: 0 !important;
    font-size: 16px;
  }
}
.page-template-index-tb_log .log-categories .widget_lc_taxonomy .widgettitle:before, .tax-log_taxonomy .log-categories .widget_lc_taxonomy .widgettitle:before {
  position: absolute;
  right: 18px;
  top: 8px;
  font-family: "Font Awesome 5 Pro";
}
.page-template-index-tb_log .log-categories .widget_lc_taxonomy .widgettitle:after, .tax-log_taxonomy .log-categories .widget_lc_taxonomy .widgettitle:after {
  display: inline;
  border: 20px solid #e00028;
  border-left-color: transparent;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: -25px;
  transform: rotate(180deg);
}
.page-template-index-tb_log .log-categories .widget_lc_taxonomy ul, .tax-log_taxonomy .log-categories .widget_lc_taxonomy ul {
  display: none;
  background-color: #bde4f7;
  padding: 1rem;
  position: absolute;
  z-index: 10;
  top: 40px;
  left: 0;
  min-width: 350px;
}
.page-template-index-tb_log .log-categories .widget_lc_taxonomy ul li, .tax-log_taxonomy .log-categories .widget_lc_taxonomy ul li {
  padding: 5px 0;
}
.page-template-index-tb_log .log-categories .widget_lc_taxonomy ul li a, .tax-log_taxonomy .log-categories .widget_lc_taxonomy ul li a {
  color: #15536b;
}
.page-template-index-tb_log .log-categories .widget_lc_taxonomy ul li a:before, .tax-log_taxonomy .log-categories .widget_lc_taxonomy ul li a:before {
  border: 2px solid #fff;
  width: 42px;
  height: 42px;
  line-height: 39px;
}
.page-template-index-tb_log #primary, .tax-log_taxonomy #primary {
  padding-top: 20px;
}
.page-template-index-tb_log .log-content, .tax-log_taxonomy .log-content {
  background-color: #15536b;
  padding: 40px 0;
}
.page-template-index-tb_log .posts .tb_log .entry-header .post-tags, .tax-log_taxonomy .posts .tb_log .entry-header .post-tags {
  display: none;
}

#breadcrumbs {
  max-width: 1366px;
  margin: 30px auto;
  padding: 0 55px 0;
  color: #15536b;
  font-size: 14px;
}
@media only screen and (max-width: 1199px) {
  #breadcrumbs {
    margin: 15px auto;
    padding: 0 35px 0;
  }
}
@media only screen and (max-width: 767px) {
  #breadcrumbs {
    margin: 15px auto 0px;
    padding: 0 25px 0;
  }
}
#breadcrumbs span:first-of-type() {
  margin-left: -2px;
}
#breadcrumbs a {
  color: #15536b;
  text-decoration: none;
  padding: 0 3px;
}
#breadcrumbs a:hover {
  color: #15536b;
}
#breadcrumbs .breadcrumb_last {
  color: #00A2CE;
  padding-left: 2px;
  margin-left: 0 !important;
}
#breadcrumbs .hiddenText a {
  display: inline !important;
}

.single-post #breadcrumbs {
  margin: 30px 0;
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  .single-post #breadcrumbs {
    margin: 15px 0px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-post #breadcrumbs {
    margin: 15px 0px 15px;
    padding: 0;
  }
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  width: 100% !important;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../images/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("../../images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 6px 40px 6px 10px;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type=text],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    background-image: url("../../images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.page-template-avtalskunder #header-topline {
  display: none;
}

.cc-header {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  color: white;
  text-align: center;
}
.cc-header:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #041116;
  opacity: 0.65;
}
.cc-header__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  padding: 170px 0 90px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1366px) {
  .cc-header__container {
    max-width: none;
    margin: 0 5%;
  }
}
@media only screen and (max-width: 1199px) {
  .cc-header__container {
    padding: 150px 0 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .cc-header__container {
    display: block;
    padding: 100px 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .cc-header__container {
    padding: 90px 0 30px;
  }
}
.cc-header__content {
  flex: 1;
  margin-right: 60px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .cc-header__content {
    margin-right: 0;
  }
}
.cc-header__content h1 {
  font-size: 48px;
  line-height: 52px;
}
@media only screen and (max-width: 1199px) {
  .cc-header__content h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .cc-header__content h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.cc-header__content h3 {
  color: #bde4f7;
}
.cc-header__content p {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin-top: 30px !important;
  margin-left: -60px !important;
  padding: 20px 60px;
  font-size: 14px;
}
.cc-header__content p:after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent linear-gradient(270deg, rgba(4, 17, 22, 0) 0%, #041116 29%, #041116 75%, rgba(4, 17, 22, 0) 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.4;
}
@media only screen and (max-width: 767px) {
  .cc-header__content p {
    margin-top: 15px !important;
    margin-left: 0 !important;
    padding: 0;
    line-height: 20px;
  }
  .cc-header__content p:after {
    display: none;
  }
}
.cc-header__content .tb-btn-wrapper {
  display: flex;
  margin-top: 28px;
}
.cc-header__content .tb-btn-wrapper a {
  margin-left: 0;
  color: white !important;
}
.cc-header__content .tb-btn-wrapper a:before, .cc-header__content .tb-btn-wrapper a:after {
  border-width: 25px !important;
}
@media only screen and (max-width: 767px) {
  .cc-header__content .tb-btn-wrapper a:before, .cc-header__content .tb-btn-wrapper a:after {
    border-width: 20px !important;
  }
}
.cc-header__content .tb-btn-wrapper a:after {
  margin-left: 0;
}
.cc-header__login {
  flex-basis: 480px;
  padding: 40px;
  background-color: #F2FAFD;
  border-radius: 10px;
  text-align: left;
  color: #15536b;
}
@media only screen and (max-width: 1199px) {
  .cc-header__login {
    flex-basis: 440px;
  }
}
@media only screen and (max-width: 1023px) {
  .cc-header__login {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cc-header__login {
    padding: 20px;
  }
}

.cc-header__login .login-form {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cc-header__login .login-form:after {
  content: "";
  display: table;
  clear: both;
}
.cc-header__login .login-form .login-username label,
.cc-header__login .login-form .login-password label,
.cc-header__login .login-form .login-remember {
  display: none;
}
.cc-header__login .login-form input[type=password],
.cc-header__login .login-form input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  width: 100%;
  background: white !important;
  border: 1px solid #00A2CE;
  border-radius: 6px;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.cc-header__login .login-form input[type=password]:focus,
.cc-header__login .login-form input[type=text]:focus {
  outline: none;
}
.cc-header__login .login-form .login-submit {
  position: relative;
  display: inline-block;
  z-index: 1;
  text-decoration: none;
  outline: none;
  transition: all 300ms ease;
  cursor: pointer;
  margin: 15px 25px 15px !important;
  font-size: 20px;
  line-height: 30px;
  padding: 9px 10px 9px 15px;
  float: right;
  background-color: #00A2CE;
  color: #1c1c1c !important;
}
@media only screen and (max-width: 767px) {
  .cc-header__login .login-form .login-submit {
    padding: 4px 10px 4px 15px;
  }
}
.cc-header__login .login-form .login-submit:before {
  transition: all 300ms ease;
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-top-color: #00A2CE;
  border-bottom-color: #00A2CE;
  border-right-color: #00A2CE;
}
@media only screen and (max-width: 767px) {
  .cc-header__login .login-form .login-submit:before {
    border-width: 20px;
  }
}
.cc-header__login .login-form .login-submit:after {
  transition: all 300ms ease;
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  margin-left: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #00A2CE;
}
@media only screen and (max-width: 767px) {
  .cc-header__login .login-form .login-submit:after {
    border-width: 20px;
  }
}
.cc-header__login .login-form .login-submit:hover {
  background-color: #00b6e8;
}
.cc-header__login .login-form .login-submit:hover:before {
  border-top-color: #00b6e8;
  border-bottom-color: #00b6e8;
  border-right-color: #00b6e8;
}
.cc-header__login .login-form .login-submit:hover:after {
  border-left: 25px solid #00b6e8;
}
@media only screen and (max-width: 767px) {
  .cc-header__login .login-form .login-submit:hover:after {
    border-width: 20px;
  }
}
.cc-header__login .login-form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}
.cc-header__login .login-form input[type=submit]:focus {
  outline: none;
}
.cc-header__login .login-form input:-webkit-autofill,
.cc-header__login .login-form input:-webkit-autofill:hover,
.cc-header__login .login-form input:-webkit-autofill:focus,
.cc-header__login .login-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.cc-header__login .login-form .lost-password {
  display: inline-block;
  margin-top: 23px;
  font-size: 14px;
  color: #15536b;
}
.cc-header__login .login-form .auth0-login .auth0-lock-center {
  padding: 0 !important;
}
.cc-header__login .login-form .auth0-login .auth0-lock-header-avatar {
  display: none !important;
}
.cc-header__login .login-form .auth0-login .auth0-lock-header {
  display: none !important;
}
.cc-header__login .login-form .auth0-login .auth0-lock-content-body-wrapper {
  background-color: #F2FAFD;
}
.cc-header__login .login-form .auth0-login .auth0-lock-form {
  padding: 10px 0 !important;
}
.cc-header__login .login-form .auth0-login .auth0-lock-widget {
  width: 100% !important;
}
.cc-header__login .login-form .auth0-login .auth0-lock-cred-pane-internal-wrapper {
  height: auto !important;
}
.cc-header__login .login-form .auth0-login .auth0-lock-submit {
  background-color: #00A2CE !important;
  border-radius: 4px !important;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
}
.cc-header__login .login-form .auth0-login .auth0-lock-submit:hover {
  background-color: #15536b !important;
}
.cc-header__login .login-form .auth0-login .auth0-lock-submit .auth0-label-submit {
  height: 20px;
  line-height: 20px;
}
.cc-header__login h2 {
  margin: 0 !important;
  font-size: 24px;
  font-weight: 700;
  color: #307B99;
}
.cc-header__login .usps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cc-header__login .usps .usp {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.cc-header__login .usps .usp:before {
  width: 18px;
  height: 18px;
  margin-right: 7px;
  border-radius: 100%;
  background-color: #00A2CE;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "icomoon";
  content: "\e903";
  font-size: 8px;
  color: white;
}
.cc-header__login h3 {
  margin: 0 !important;
  font-size: 18px;
  font-weight: 700;
  color: #307B99;
}
.cc-header__login p {
  margin: 0 !important;
}
.cc-header__login .member-link {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.cc-header__login .member-link i {
  font-size: 32px;
  margin-right: 10px;
}

.cc-descriptions {
  text-align: center;
  background-color: white;
}
.cc-descriptions__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  padding: 90px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1366px) {
  .cc-descriptions__container {
    max-width: none;
    margin: 0 5%;
  }
}
@media only screen and (max-width: 1199px) {
  .cc-descriptions__container {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cc-descriptions__container {
    padding: 30px 0;
  }
}
.cc-descriptions h2 {
  position: relative;
  display: inline-block;
  padding: 15px 34px;
  background-color: #bde4f7;
  color: #15536b;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}
.cc-descriptions h2:before, .cc-descriptions h2:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border: 34px solid transparent;
  border-top-color: #bde4f7;
  border-bottom-color: #bde4f7;
}
.cc-descriptions h2:before {
  border-right-color: #bde4f7;
  left: -34px;
}
.cc-descriptions h2:after {
  border-left-color: #bde4f7;
  right: -34px;
}
@media only screen and (max-width: 1023px) {
  .cc-descriptions h2 {
    font-size: 24px;
    line-height: 30px;
    padding: 15px 30px;
  }
  .cc-descriptions h2:before, .cc-descriptions h2:after {
    border-width: 30px;
  }
  .cc-descriptions h2:before {
    left: -30px;
  }
  .cc-descriptions h2:after {
    right: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .cc-descriptions h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 13px 24px;
  }
  .cc-descriptions h2:before, .cc-descriptions h2:after {
    border-width: 24px;
  }
  .cc-descriptions h2:before {
    left: -24px;
  }
  .cc-descriptions h2:after {
    right: -24px;
  }
}
.cc-descriptions__content {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .cc-descriptions__content {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .cc-descriptions__content {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .cc-descriptions__content {
    margin-top: 0;
  }
}
.cc-descriptions__description {
  position: relative;
  flex-basis: 48%;
  box-sizing: border-box;
  padding-left: 100px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .cc-descriptions__description {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cc-descriptions__description {
    padding-left: 0;
  }
}
.cc-descriptions__description .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #15536b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cc-descriptions__description .icon:before {
  font-size: 24px;
  color: white;
}
@media only screen and (max-width: 767px) {
  .cc-descriptions__description .icon {
    position: relative;
    margin-bottom: 15px;
  }
}
.cc-descriptions__description h3 {
  color: #00A2CE;
  margin-top: 0 !important;
}
.cc-descriptions__description p {
  color: #15536b;
}

.cc-services {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  text-align: center;
}
.cc-services:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #022a39;
  opacity: 0.65;
}
.cc-services__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  padding: 150px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1366px) {
  .cc-services__container {
    max-width: none;
    margin: 0 5%;
  }
}
@media only screen and (max-width: 1199px) {
  .cc-services__container {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .cc-services__container {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .cc-services__container {
    padding: 30px 0;
  }
}
.cc-services__content {
  flex: 1;
  margin-right: 60px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .cc-services__content {
    margin-right: 0;
  }
}
.cc-services__content .tag {
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: white;
  padding: 3px 0 3px 10px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  color: #041116;
}
.cc-services__content .tag:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  right: -28px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top-color: white;
  border-bottom-color: white;
  border-left-color: white;
}
@media only screen and (max-width: 767px) {
  .cc-services__content .tag {
    font-size: 14px;
    letter-spacing: 2.1px;
    line-height: 21px;
    margin-top: 0 !important;
  }
  .cc-services__content .tag:after {
    border-width: 13.5px;
    right: -26px;
  }
}
.cc-services__content h2 {
  font-size: 48px;
  line-height: 52px;
  color: #bde4f7;
}
@media only screen and (max-width: 1199px) {
  .cc-services__content h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .cc-services__content h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.cc-services__content h3 {
  color: white;
  font-size: 20px;
  font-style: italic;
}
.cc-services__content .tb-btn-wrapper {
  display: flex;
  margin-top: 28px;
}
.cc-services__content .tb-btn-wrapper a {
  margin-left: 0;
  color: white !important;
}
.cc-services__list {
  flex-basis: 380px;
  padding: 40px;
  background-color: #F2FAFD;
  border-radius: 10px;
  text-align: left;
  font-weight: 700;
  color: #15536b;
}
@media only screen and (max-width: 1023px) {
  .cc-services__list {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cc-services__list {
    padding: 20px;
  }
}
.cc-services__list ul li {
  position: relative;
  padding-top: 3px;
  padding-bottom: 20px;
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  .cc-services__list ul li {
    padding-left: 45px;
  }
}
.cc-services__list ul li:last-child {
  padding-bottom: 0;
}
.cc-services__list ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: seagreen;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "icomoon";
  content: "\e903";
  font-size: 10px;
  color: white;
}

.cc-clients {
  overflow: hidden;
}
.cc-clients .partner-image:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent linear-gradient(180deg, rgba(4, 17, 22, 0) 0%, #041116 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.8;
}

.page-template-template-store #header-topline {
  display: none;
}

.store-header {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  text-align: center;
}
.store-header:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #041116;
  opacity: 0.65;
}
.store-header.has-subscription p,
.store-header.has-subscription .store-header__main-product {
  display: none !important;
}
.store-header__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  padding: 250px 0 90px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 1366px) {
  .store-header__container {
    max-width: none;
    margin: 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .store-header__container {
    padding: 150px 0 90px;
  }
}
.store-header__content {
  flex: 1;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .store-header__content {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .store-header__content {
    margin-right: 0;
    margin-top: 0;
  }
}
.store-header__content .subscription {
  display: inline-block;
  padding: 8px 15px;
  margin-bottom: 15px;
  background-color: #30995A;
  border-radius: 16px;
  color: white;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.store-header__content h1 {
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .store-header__content h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .store-header__content h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
.store-header__content h4 {
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  color: #bde4f7;
}
@media only screen and (max-width: 767px) {
  .store-header__content h4 {
    font-size: 24px;
    line-height: 27px;
  }
}
.store-header__content h3 {
  color: #bde4f7;
  margin-left: auto;
  margin-right: auto;
  line-height: 34px;
  font-size: 30px;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1023px) {
  .store-header__content h3 {
    margin-bottom: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .store-header__content h3 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .store-header__content p {
    line-height: 20px;
  }
}
.store-header__main-product {
  flex-basis: 480px;
  padding: 65px 40px 40px;
  background-color: #F2FAFD;
  border-radius: 10px;
  text-align: left;
  color: #15536b;
  margin-top: 100px;
}
@media only screen and (max-width: 1199px) {
  .store-header__main-product {
    flex-basis: 440px;
  }
}
@media only screen and (max-width: 1023px) {
  .store-header__main-product {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .store-header__main-product {
    padding: 60px 20px 20px;
  }
}
.store-header__scroll-down {
  position: absolute;
  bottom: 90px;
  left: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .store-header__scroll-down {
    display: none;
  }
}
.store-header__scroll-down i {
  height: 70px;
  width: 70px;
  border-radius: 100%;
  border: 2px solid white;
  margin-right: 15px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease;
}
.store-header__scroll-down:hover i {
  background-color: rgba(255, 255, 255, 0.2);
}

.store-header__main-product {
  position: relative;
  margin-right: 2rem;
  padding: 36px 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 369px;
}
.store-header__main-product:last-child {
  margin-right: 0;
}
.store-header__main-product.product-in-the-middle {
  min-height: 400px;
  background: #15536b;
  color: white;
  padding-top: 28px !important;
}
.store-header__main-product.product-in-the-middle .most-popular-product {
  display: flex;
}
.store-header__main-product.product-in-the-middle .most-popular-product p {
  margin: 0 0 22px 0 !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  background: white;
  border-radius: 100px;
  padding: 7px 10px;
  color: #15536b;
}
@media only screen and (max-width: 1199px) {
  .store-header__main-product.product-in-the-middle .most-popular-product p {
    margin-bottom: 18px !important;
  }
}
.store-header__main-product.product-in-the-middle h2 {
  color: white;
}
.store-header__main-product.product-in-the-middle h2:after {
  background: #15536B;
  opacity: 40%;
}
.store-header__main-product.product-in-the-middle strong {
  color: #80A5B2;
}
.store-header__main-product.product-in-the-middle strong:after {
  background: white !important;
  opacity: 40%;
}
.store-header__main-product.product-in-the-middle .price {
  color: white !important;
}
.store-header__main-product.product-in-the-middle .feature:before {
  color: white !important;
}
.store-header__main-product.product-in-the-middle .feature_highlighted:before {
  color: #15536b !important;
  background-color: white !important;
  font-weight: bold;
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  border-radius: 100%;
}
.store-header__main-product.all-packages-container {
  margin-right: auto;
  padding: 0 5%;
  margin-left: auto;
  max-width: 1200px;
  background: white;
}
.store-header__main-product.all-packages-container h1 {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1023px) {
  .store-header__main-product.all-packages-container h1 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 2rem;
  }
}
.store-header__main-product.all-packages-container .features {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-right: auto;
  margin-left: auto;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .store-header__main-product.all-packages-container .features {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .store-header__main-product.all-packages-container .features {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.store-header__main-product.all-packages-container .features .feature {
  margin-right: 0.5rem;
  padding-bottom: 0;
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .store-header__main-product.all-packages-container .features .feature {
    font-size: 14px;
    line-height: 16px;
  }
}
.store-header__main-product.all-packages-container .features .feature:before {
  font-weight: bold;
  position: absolute;
  top: -1px;
  left: 0;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "icomoon";
  content: "\e903";
  font-size: 16px;
  color: white;
  background: #00A2CE;
  border-radius: 100%;
}
.store-header__main-product h2 {
  margin-top: 0;
  font-weight: 700;
  color: #15536b;
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .store-header__main-product h2 {
    left: -10px;
    padding: 20px 30px;
  }
}
.store-header__main-product strong {
  display: block;
  line-height: 22px;
  font-size: 14px;
  color: #80A5B2;
}
.store-header__main-product strong:after {
  content: "";
  height: 1px;
  background: #15536b;
  width: 100%;
  display: block;
  margin-top: 1rem;
}
.store-header__main-product .features {
  padding-top: 15px;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 20px;
}
.store-header__main-product .features .feature {
  position: relative;
  padding-left: 30px;
  padding-bottom: 12px;
}
.store-header__main-product .features .feature:last-child {
  padding-bottom: 0;
}
.store-header__main-product .features .feature:before {
  font-weight: bold;
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "icomoon";
  content: "\e903";
  font-size: 16px;
  color: #00A2CE;
}
.store-header__main-product .features .feature_highlighted {
  position: relative;
  padding-bottom: 12px;
  padding-left: 30px;
  font-size: 16px;
}
.store-header__main-product .features .feature_highlighted:last-child {
  padding-bottom: 0;
}
.store-header__main-product .features .feature_highlighted:before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #15536b;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 5 Pro";
  content: "\f005";
  font-size: 8px;
  color: white;
}
.store-header__main-product .main-product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .store-header__main-product .main-product-footer {
    flex-wrap: wrap;
  }
}
.store-header__main-product .main-product-footer .price {
  color: #15536b;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1199px) {
  .store-header__main-product .main-product-footer .price {
    margin-bottom: 1.5rem;
  }
}
.store-header__main-product .main-product-footer .price span {
  font-size: 16px;
  margin-left: 5px;
}
.store-header__main-product .main-product-footer a {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #00A2CE;
  color: white;
  font-weight: 700;
  transition: all 300ms ease;
}
@media only screen and (max-width: 1199px) {
  .store-header__main-product .main-product-footer a {
    width: 100%;
    text-align: center;
  }
}
.store-header__main-product .main-product-footer a:hover {
  background-color: #15536b;
}

.store-additional-services,
.store-extra-services {
  position: relative;
  text-align: center;
  background-color: #F2FAFD;
}
.store-additional-services.store-extra-services,
.store-extra-services.store-extra-services {
  background-color: rgba(21, 83, 107, 0.06);
}
.store-additional-services .show-all,
.store-extra-services .show-all {
  display: none;
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  padding: 15px 20px;
  border-radius: 4px;
  background-color: #00A2CE;
  color: white;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .store-additional-services .show-all,
.store-extra-services .show-all {
    bottom: 40px;
    padding: 10px 15px;
  }
}
.store-additional-services.no-subscription,
.store-extra-services.no-subscription {
  overflow: hidden;
  max-height: 750px;
}
@media only screen and (max-width: 1199px) {
  .store-additional-services.no-subscription,
.store-extra-services.no-subscription {
    max-height: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .store-additional-services.no-subscription,
.store-extra-services.no-subscription {
    max-height: 620px;
  }
}
.store-additional-services.no-subscription:after,
.store-extra-services.no-subscription:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(360deg, #f2fafd 0%, #f2fafd 50%, rgba(242, 250, 253, 0) 100%);
}
@media only screen and (max-width: 767px) {
  .store-additional-services.no-subscription:after,
.store-extra-services.no-subscription:after {
    height: 250px;
  }
}
.store-additional-services.no-subscription .show-all,
.store-extra-services.no-subscription .show-all {
  display: inline-block;
}
.store-additional-services__container,
.store-extra-services__container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  padding: 90px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1366px) {
  .store-additional-services__container,
.store-extra-services__container {
    max-width: none;
    margin: 0 5%;
  }
}
@media only screen and (max-width: 1199px) {
  .store-additional-services__container,
.store-extra-services__container {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .store-additional-services__container,
.store-extra-services__container {
    padding: 30px 0;
  }
}
.store-additional-services h2.header,
.store-extra-services h2.header {
  position: relative;
  display: inline-block;
  padding: 15px 34px;
  background-color: #15536b;
  color: white;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}
.store-additional-services h2.header:before, .store-additional-services h2.header:after,
.store-extra-services h2.header:before,
.store-extra-services h2.header:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border: 34px solid transparent;
  border-top-color: #15536b;
  border-bottom-color: #15536b;
}
.store-additional-services h2.header:before,
.store-extra-services h2.header:before {
  border-right-color: #15536b;
  left: -34px;
}
.store-additional-services h2.header:after,
.store-extra-services h2.header:after {
  border-left-color: #15536b;
  right: -34px;
}
@media only screen and (max-width: 1023px) {
  .store-additional-services h2.header,
.store-extra-services h2.header {
    font-size: 24px;
    line-height: 30px;
    padding: 15px 30px;
  }
  .store-additional-services h2.header:before, .store-additional-services h2.header:after,
.store-extra-services h2.header:before,
.store-extra-services h2.header:after {
    border-width: 30px;
  }
  .store-additional-services h2.header:before,
.store-extra-services h2.header:before {
    left: -30px;
  }
  .store-additional-services h2.header:after,
.store-extra-services h2.header:after {
    right: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .store-additional-services h2.header,
.store-extra-services h2.header {
    font-size: 18px;
    line-height: 22px;
    padding: 13px 24px;
  }
  .store-additional-services h2.header:before, .store-additional-services h2.header:after,
.store-extra-services h2.header:before,
.store-extra-services h2.header:after {
    border-width: 24px;
  }
  .store-additional-services h2.header:before,
.store-extra-services h2.header:before {
    left: -24px;
  }
  .store-additional-services h2.header:after,
.store-extra-services h2.header:after {
    right: -24px;
  }
}
.store-additional-services h3,
.store-extra-services h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0 !important;
}
.store-additional-services__content,
.store-extra-services__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .store-additional-services__content,
.store-extra-services__content {
    display: block;
  }
}
.store-additional-services__content .store-product,
.store-extra-services__content .store-product {
  box-sizing: border-box;
  flex-basis: calc(33.33% - 15px);
  padding: 15px;
  margin-top: 25px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1607843137);
  text-align: left;
  color: #15536b;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media only screen and (max-width: 1023px) {
  .store-additional-services__content .store-product,
.store-extra-services__content .store-product {
    flex-basis: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .store-additional-services__content .store-product,
.store-extra-services__content .store-product {
    width: auto;
  }
}
.store-additional-services__content .store-product__image,
.store-extra-services__content .store-product__image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 60%;
  border-radius: 4px;
}
.store-additional-services__content .store-product__image .cat,
.store-extra-services__content .store-product__image .cat {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 3px 13px;
  border-radius: 12px;
  background-color: #15536b;
  color: white;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
.store-additional-services__content .store-product__content,
.store-extra-services__content .store-product__content {
  padding: 15px;
}
.store-additional-services__content .store-product__header,
.store-extra-services__content .store-product__header {
  margin-bottom: 5px !important;
}
@media only screen and (max-width: 1199px) {
  .store-additional-services__content .store-product__info,
.store-extra-services__content .store-product__info {
    font-size: 14px;
    line-height: 20px;
  }
}
.store-additional-services__content .store-product__footer,
.store-extra-services__content .store-product__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 15px;
  margin-top: auto;
}
.store-additional-services__content .store-product__footer .price,
.store-extra-services__content .store-product__footer .price {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #AF0000;
  display: flex;
}
.store-additional-services__content .store-product__footer .price > span,
.store-extra-services__content .store-product__footer .price > span {
  display: block;
  font-size: 24px;
}
.store-additional-services__content .store-product__footer a,
.store-extra-services__content .store-product__footer a {
  display: inline-block;
  padding: 7px 15px;
  border-radius: 4px;
  background-color: #15536b;
  color: white;
  font-size: 14px;
  font-weight: 700;
  transition: all 300ms ease;
}
.store-additional-services__content .store-product__footer a:hover,
.store-extra-services__content .store-product__footer a:hover {
  background-color: #00A2CE;
}

.blur-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 9998;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.overlay-boxes {
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translateX(-50%) translateY(-20px); /* Startposition lite högre */
  z-index: 9999;
  display: flex;
  gap: 3.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.overlay-box {
  pointer-events: auto;
  width: 360px;
  min-width: 360px;
  max-width: 360px;
  height: 140px;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 0 0 15px 0 rgba(21, 83, 107, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  transform: translateY(-20px);
}
.overlay-box h2 {
  font-weight: bold;
  color: #00A2CE;
  font-size: 38px;
}

.overlay-box.visible {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s ease;
}

.overlay-box.delay {
  transition-delay: 0.2s; /* Båtägare kommer 0.2 sekunder senare */
}

.overlay-box:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .overlay-boxes {
    flex-direction: column;
    top: 15%;
    gap: 2rem;
    align-items: center; /* Fix för mobil centrerat */
  }
  .overlay-box {
    width: 85% !important;
    min-width: unset;
    max-width: unset;
    height: 160px;
    font-size: 1.8rem;
    padding: 1rem;
  }
}
.cart-contents {
  display: block;
  position: relative;
  font-size: 20px;
  color: #15536b;
  margin-right: 30px;
  margin-left: 15px;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .cart-contents {
    margin-right: 20px;
  }
}
.cart-contents:hover {
  color: #15536b;
}
.cart-contents .cart-contents-count {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #e00028;
  font-family: Arial;
  font-size: 10px;
  line-height: 14px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.transparent-header .cart-contents {
  color: white;
}
.transparent-header .cart-contents:hover {
  color: white;
}

.header-scrolled .cart-contents {
  color: #15536b;
}
.header-scrolled .cart-contents:hover {
  color: #15536b;
}

.widget_shopping_cart_content {
  display: none;
  position: absolute;
  min-width: 360px;
  top: 100%;
  right: 5%;
  background-color: white;
  box-shadow: 0 0 30px 0 rgba(21, 83, 107, 0.3);
  border-radius: 12px 12px 0 12px;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .widget_shopping_cart_content {
    right: 2%;
    min-width: 300px;
  }
}
.widget_shopping_cart_content:after {
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: -20px;
  right: 66px;
  width: 0;
  height: 0;
  margin-left: -1px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  transform: rotate(270deg);
}
@media only screen and (max-width: 1199px) {
  .widget_shopping_cart_content:after {
    right: 46px;
  }
}
@media only screen and (max-width: 1023px) {
  .widget_shopping_cart_content:after {
    right: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .widget_shopping_cart_content:after {
    right: 45px;
  }
}
.widget_shopping_cart_content.visible {
  display: block;
}
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  text-align: center;
  padding: 20px 25px;
  color: #15536b;
}
.widget_shopping_cart_content .cart-title {
  padding: 4px 7px 10px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 14px;
  color: #15536b;
  padding: 21px 20px 10px 23px;
}
.widget_shopping_cart_content ul.product_list_widget {
  background-color: white;
  width: 100%;
  max-width: 500px;
  padding: 0px 20px 8px 17px;
  border-radius: 12px 12px 0 0;
}
.widget_shopping_cart_content ul.product_list_widget li {
  display: flex;
  padding: 6px 7px 6px;
  border-top: 1px solid #E4EBED;
  justify-content: space-between;
  position: relative;
}
.widget_shopping_cart_content ul.product_list_widget li .remove_from_cart_button {
  position: absolute;
  left: -10px;
  top: 6px;
}
.widget_shopping_cart_content ul.product_list_widget li .variation {
  display: none;
}
.widget_shopping_cart_content ul.product_list_widget li a {
  font-size: 16px;
  line-height: 26px;
}
.widget_shopping_cart_content ul.product_list_widget li a.remove {
  font-size: 16px;
  line-height: 26px;
  color: #15536b !important;
}
.widget_shopping_cart_content ul.product_list_widget li a.remove:hover {
  background-color: transparent;
  color: initial;
}
.widget_shopping_cart_content ul.product_list_widget li .quantity {
  font-size: 0;
}
.widget_shopping_cart_content ul.product_list_widget li .quantity .woocommerce-Price-amount {
  font-size: 16px;
  line-height: 26px;
}
.widget_shopping_cart_content ul.product_list_widget li:before, .widget_shopping_cart_content ul.product_list_widget li:after {
  display: none !important;
}
.widget_shopping_cart_content ul.product_list_widget li img {
  display: none;
}
.widget_shopping_cart_content ul.product_list_widget li.extra-product span {
  font-style: italic;
  color: #15536b;
  font-size: 16px;
  line-height: 26px;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total {
  margin: 0 !important;
  border-radius: 0 0 0 12px;
  padding: 10px 22px 14px 27px;
  background-color: #bde4f7;
  display: flex;
  justify-content: space-between;
  line-height: 26px;
  color: #15536b;
}
@media only screen and (max-width: 767px) {
  .widget_shopping_cart_content .woocommerce-mini-cart__total {
    padding: 15px 25px 15px 25px;
  }
}
.widget_shopping_cart_content .woocommerce-mini-cart__total span {
  font-weight: bold;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  text-align: right;
  margin: 0 !important;
  position: absolute;
  bottom: -40px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    right: 19px;
  }
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout {
  border-radius: 3px;
  display: inline-block;
  background-color: #179709;
  color: #fff;
  position: relative;
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 20px;
  padding: 10px 10px 10px 15px;
  z-index: 10;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout:before {
  transition: all 0.3s ease;
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border: 20px solid #179709;
  border-left-color: transparent;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout:after {
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  margin-left: -1px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #179709;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout:hover {
  background-color: #1baf0a;
  transition: all 0.3s ease;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout:hover:before {
  border-color: #1baf0a;
  border-left-color: transparent;
  transition: all 0.3s ease;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout:hover:after {
  border-left-color: #1baf0a;
  transition: all 0.3s ease;
}
.product-grid-page .woocommerce {
  position: relative;
  padding-left: 55px;
  padding-right: 55px;
}
@media only screen and (max-width: 1366px) {
  .product-grid-page .woocommerce {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-grid-page .woocommerce {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media only screen and (max-width: 1023px) {
  .product-grid-page .woocommerce {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product-grid-page .woocommerce {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .product-grid-page .woocommerce {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-grid-page .woocommerce .woocommerce-result-count,
.product-grid-page .woocommerce .woocommerce-ordering {
  display: none;
}
.product-grid-page .woocommerce .woocommerce-notices-wrapper ul {
  max-width: 1256px;
  background-color: white;
  box-shadow: 0 0 30px 0 rgba(21, 83, 107, 0.3);
  padding: 20px;
  margin: 25px auto -25px;
  overflow: hidden;
  border-top-color: #e00028;
}
.product-grid-page .woocommerce .woocommerce-notices-wrapper ul:before {
  display: none;
}
.product-grid-page .woocommerce .woocommerce-notices-wrapper ul li {
  text-align: center;
  color: #e00028;
}
.product-grid-page .woocommerce .woocommerce-notices-wrapper ul li a {
  display: none;
}
.product-grid-page .woocommerce .products {
  padding-top: 15px;
  max-width: 1256px;
  background-color: white;
  box-shadow: 0 0 30px 0 rgba(21, 83, 107, 0.3);
  padding: 30px;
  margin: 60px auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .product-grid-page .woocommerce .products {
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .product-grid-page .woocommerce .products {
    display: block;
    padding: 5px;
  }
}

.woocommerce .products ul, .woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce ul.products li.product {
  width: calc(33.33% - 19.5px);
  margin: 18px 9.5px;
  border-radius: 12px;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: 0.3s;
  box-shadow: 0 0 10px rgba(21, 83, 107, 0.3);
}
@media only screen and (max-width: 1023px) {
  .woocommerce ul.products li.product {
    width: calc(50% - 19px) !important;
    margin: 18px 9.5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
    margin: 18px 0px !important;
  }
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(21, 83, 107, 0.15);
}
.woocommerce ul.products li.product.product_cat-abonnemang {
  transform: none;
}
.woocommerce ul.products li.product.product_cat-abonnemang:hover {
  transform: none;
}
.woocommerce ul.products li.product a {
  color: #15536b;
  position: relative;
}
.woocommerce ul.products li.product a img {
  display: none;
}
.woocommerce ul.products li.product > a:before {
  content: "\f067";
  display: inline-block;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  margin-right: 7px;
  background-color: #00A2CE;
  width: 29px;
  height: 29px;
  border: 2px solid #e9f8ff;
  border-radius: 50%;
  position: absolute;
  top: -16px;
  left: -13px;
  z-index: 10;
  justify-content: center;
  display: flex;
  align-items: center;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  width: 100%;
  margin: 0 !important;
  border-radius: 12px 12px 0 0;
  background-color: #00A2CE;
  color: #fff;
  padding: 15px 23px 13px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}
.woocommerce ul.products li.product .product-info {
  background-color: #fff;
  padding: 13px 24px;
  min-height: 182px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .woocommerce ul.products li.product .product-info {
    min-height: 198px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce ul.products li.product .product-info {
    min-height: auto;
  }
}
.woocommerce ul.products li.product .product-info p {
  margin: 0 !important;
  font-size: 16px;
  line-height: 26px;
}
.woocommerce ul.products li.product .product-info .price {
  color: #e00028;
  font-size: 20px;
  font-weight: bold;
  line-height: 19px;
  margin-top: 12px;
}
.woocommerce ul.products li.product .product-info .price .woocommerce-Price-currencySymbol {
  font-size: 16px;
}
.woocommerce ul.products li.product .add-to-cart-bottom-part {
  display: flex;
}
.woocommerce ul.products li.product .add-to-cart-bottom-part .woocommerce-loop-product__link {
  width: 48%;
  text-align: center;
  color: #fff;
  background-color: #15536b;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 40px;
  align-items: center;
  height: 40px;
  position: relative;
  border-radius: 0 0 0 12px;
}
@media only screen and (max-width: 767px) {
  .woocommerce ul.products li.product .add-to-cart-bottom-part .woocommerce-loop-product__link {
    width: 35%;
  }
}
.woocommerce ul.products li.product .add-to-cart-bottom-part .woocommerce-loop-product__link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #15536b;
  margin-left: -1px;
  z-index: 1;
}
.woocommerce ul.products li.product .add-to-cart-bottom-part .woocommerce-loop-product__link:hover {
  background-color: #196480;
  transition: all 0.3s ease;
}
.woocommerce ul.products li.product .add-to-cart-bottom-part .woocommerce-loop-product__link:hover:after {
  border-left-color: #196480;
  transition: all 0.3s ease;
}
.woocommerce ul.products li.product .add-to-cart-bottom-part .add_to_cart_button, .woocommerce ul.products li.product .add-to-cart-bottom-part .product_type_simple {
  width: 52%;
  background-color: #e00028;
  justify-content: center;
  margin-top: 0;
  color: #fff;
  border-radius: 0;
  margin-top: 0;
  height: 40px;
  align-items: center;
  font-weight: 400;
  border-radius: 0 0 12px 0;
  text-align: center;
  line-height: 21px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .woocommerce ul.products li.product .add-to-cart-bottom-part .add_to_cart_button, .woocommerce ul.products li.product .add-to-cart-bottom-part .product_type_simple {
    width: 65%;
  }
}
.woocommerce ul.products li.product .add-to-cart-bottom-part .add_to_cart_button:hover, .woocommerce ul.products li.product .add-to-cart-bottom-part .product_type_simple:hover {
  background-color: #fa002d;
  transition: all 0.3s ease;
}
.woocommerce ul.products li.product .add-to-cart-bottom-part .added_to_cart {
  display: none !important;
}

.big-product .woocommerce ul.products li.product {
  width: 100%;
  margin: 0;
  border-radius: 12px;
}
@media only screen and (max-width: 1023px) {
  .big-product .woocommerce ul.products li.product {
    width: 100% !important;
  }
}
.big-product .woocommerce ul.products li.product:hover {
  transform: none;
}
.big-product .woocommerce ul.products li.product > a:before {
  display: none;
}
.big-product .woocommerce ul.products li.product a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.big-product .woocommerce ul.products li.product a .product-image {
  display: block;
  border-radius: 0 0 0 12px;
  order: 2;
  margin-bottom: 0;
  position: absolute;
  width: auto;
  height: 100%;
  min-width: 50%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1023px) {
  .big-product .woocommerce ul.products li.product a .product-image {
    width: 100%;
    height: 400px;
    border-radius: 0;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .big-product .woocommerce ul.products li.product a .product-image {
    height: 300px;
  }
}
.big-product .woocommerce ul.products li.product a .product-image img {
  display: block;
  margin: 0;
  height: 100%;
  border-radius: 0 0 0 12px;
}
@media only screen and (max-width: 1023px) {
  .big-product .woocommerce ul.products li.product a .product-image img {
    border-radius: 0;
  }
}
.big-product .woocommerce ul.products li.product a .woocommerce-loop-product__title {
  order: 1;
  padding: 15px 30px 13px;
  z-index: 10;
}
.big-product .woocommerce ul.products li.product a .product-info {
  order: 3;
  width: 50%;
  background-color: #fff;
  padding: 30px 30px 50px;
  border-radius: 0 0 12px 0;
  justify-content: initial;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  .big-product .woocommerce ul.products li.product a .product-info {
    width: 100%;
    border-radius: 0 0 12px 12px;
    padding: 10px 24px 50px;
  }
}
.big-product .woocommerce ul.products li.product a .product-info p {
  color: #15536b;
  margin: 7px 0 !important;
}
.big-product .woocommerce ul.products li.product a .product-info ul {
  padding-left: 22px;
}
.big-product .woocommerce ul.products li.product a .product-info ul li {
  line-height: 26px;
  margin: 3px 0;
  color: #15536b;
  width: 100%;
  position: relative;
}
.big-product .woocommerce ul.products li.product a .product-info ul li:before {
  content: "\f00c";
  display: inline-block;
  color: #00A2CE;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: -22px;
  top: 0;
}
.big-product .woocommerce ul.products li.product .add-to-cart-bottom-part {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  .big-product .woocommerce ul.products li.product .add-to-cart-bottom-part {
    width: 100%;
  }
}
.big-product .woocommerce ul.products li.product .add-to-cart-bottom-part .woocommerce-loop-product__link {
  border-radius: 0;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .big-product .woocommerce ul.products li.product .add-to-cart-bottom-part .woocommerce-loop-product__link {
    border-radius: 0 0 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  .big-product .woocommerce ul.products li.product .add-to-cart-bottom-part .woocommerce-loop-product__link {
    width: 35%;
  }
}
.big-product .woocommerce ul.products li.product .add-to-cart-bottom-part .woocommerce-loop-product__link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #15536b;
  margin-left: -1px;
  z-index: 1;
}
.big-product .woocommerce ul.products li.product .add-to-cart-bottom-part .woocommerce-loop-product__link:hover {
  background-color: #196480;
  transition: all 0.3s ease;
}
.big-product .woocommerce ul.products li.product .add-to-cart-bottom-part .woocommerce-loop-product__link:hover:after {
  border-left-color: #196480;
  transition: all 0.3s ease;
}

.woocommerce .woocommerce-loader {
  display: none !important;
}

.single-product .section {
  margin-top: 40px;
}
.single-product .woocommerce-product .product .entry-summary ul, .single-product .woocommerce-product .product .woocommerce-Tabs-panel--description ul {
  padding-left: 22px;
}
.single-product .woocommerce-product .product .entry-summary ul li, .single-product .woocommerce-product .product .woocommerce-Tabs-panel--description ul li {
  line-height: 26px;
  margin: 3px 0;
  color: #15536b;
  font-size: 16px;
  position: relative;
}
.single-product .woocommerce-product .product .entry-summary ul li:before, .single-product .woocommerce-product .product .woocommerce-Tabs-panel--description ul li:before {
  content: "\f00c";
  display: inline-block;
  color: #00A2CE;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: -22px;
  top: 0;
}
.single-product .woocommerce-product .product .entry-summary ol, .single-product .woocommerce-product .product .woocommerce-Tabs-panel--description ol {
  list-style: decimal;
  padding-left: 20px;
}
.single-product .woocommerce-product .product .entry-summary .products, .single-product .woocommerce-product .product .woocommerce-Tabs-panel--description .products {
  padding-left: 0;
}
.single-product .woocommerce-product .product .entry-summary .products li.product, .single-product .woocommerce-product .product .woocommerce-Tabs-panel--description .products li.product {
  margin: 18px 9.5px;
}
@media only screen and (max-width: 1023px) {
  .single-product .woocommerce-product .product .entry-summary .products li.product, .single-product .woocommerce-product .product .woocommerce-Tabs-panel--description .products li.product {
    margin: 18px 9.5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .single-product .woocommerce-product .product .entry-summary .products li.product, .single-product .woocommerce-product .product .woocommerce-Tabs-panel--description .products li.product {
    margin: 18px 0px !important;
  }
}
.single-product .woocommerce-product .product .entry-summary .products li.product:before, .single-product .woocommerce-product .product .woocommerce-Tabs-panel--description .products li.product:before {
  display: none;
}
.single-product .woocommerce-product .product .entry-summary .price {
  color: #e00028;
  font-size: 20px;
  padding-bottom: 12px;
}
.single-product .woocommerce-product .product .entry-summary p {
  color: #15536b;
  margin: 7px 0 !important;
  font-size: 16px;
  line-height: 26px;
}
.single-product .woocommerce-product .product .entry-summary .cart {
  margin-top: 30px;
}
.single-product .woocommerce-product .product .entry-summary .cart .bos4w-display-wrap {
  display: none;
}
.single-product .woocommerce-product .product .entry-summary .cart .quantity {
  display: none;
}
.single-product .woocommerce-product .product .entry-summary .cart .wc-pao-addon-container {
  margin-bottom: 1rem;
}
.single-product .woocommerce-product .product .entry-summary .cart .wc-pao-addon-container label {
  color: #15536b;
  font-weight: bold;
}
.single-product .woocommerce-product .product .entry-summary .cart .wc-pao-addon-container .wc-pao-addon-description p {
  margin: 0 !important;
}
.single-product .woocommerce-product .product .entry-summary .cart .wc-pao-addon-container .input-text {
  padding: 8px 10px;
  border: 1px solid #15536b;
  border-radius: 4px;
}
.single-product .woocommerce-product .product .entry-summary .cart #product-addons-total {
  display: none;
}
.single-product .woocommerce-product .product .entry-summary .cart .single_add_to_cart_button {
  border-radius: 3px;
  display: inline-block;
  background-color: #e00028;
  color: #fff;
  position: relative;
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 20px;
  padding: 10px 10px 10px 15px;
  z-index: 10;
  margin-left: 20px;
}
.single-product .woocommerce-product .product .entry-summary .cart .single_add_to_cart_button:before {
  transition: all 0.3s ease;
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border: 20px solid #e00028;
  border-left-color: transparent;
}
.single-product .woocommerce-product .product .entry-summary .cart .single_add_to_cart_button:after {
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  margin-left: -1px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #e00028;
}
.single-product .woocommerce-product .product .entry-summary .cart .single_add_to_cart_button:hover {
  background-color: #fa002d;
  transition: all 0.3s ease;
}
.single-product .woocommerce-product .product .entry-summary .cart .single_add_to_cart_button:hover:before {
  border-color: #fa002d;
  border-left-color: transparent;
  transition: all 0.3s ease;
}
.single-product .woocommerce-product .product .entry-summary .cart .single_add_to_cart_button:hover:after {
  border-left-color: #fa002d;
  transition: all 0.3s ease;
}
.single-product .woocommerce-product .product .entry-summary .cart .single_add_to_cart_button.loading:after {
  animation: none;
}
.single-product .woocommerce-product .product .entry-summary .cart .bos4w-display-wrap {
  margin-bottom: 1rem;
}
.single-product .woocommerce-product .product .entry-summary .cart .bos4w-display-wrap ul {
  padding-left: 0;
}
.single-product .woocommerce-product .product .entry-summary .cart .bos4w-display-wrap ul li:before {
  display: none;
}
.single-product .woocommerce-product .product .entry-summary .product_meta {
  display: none;
}
.single-product .woocommerce-product .product .woocommerce-tabs .wc-tabs {
  display: none;
}
.single-product .woocommerce-product .product .up-sells h2 {
  display: none;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message, .single-product .woocommerce-notices-wrapper .woocommerce-error {
  border: 0;
  background-color: #f5f5f5;
  padding-top: 24px;
  padding-bottom: 24px;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message:before, .single-product .woocommerce-notices-wrapper .woocommerce-error:before {
  color: #179709;
  top: 23px;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message .button, .single-product .woocommerce-notices-wrapper .woocommerce-error .button {
  display: none;
  margin-top: -9px;
  border-radius: 3px;
  background-color: #179709;
  color: #fff;
  position: relative;
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 20px;
  padding: 10px 10px 10px 15px;
  z-index: 10;
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  .single-product .woocommerce-notices-wrapper .woocommerce-message .button, .single-product .woocommerce-notices-wrapper .woocommerce-error .button {
    margin-top: 0;
  }
}
.single-product .woocommerce-notices-wrapper .woocommerce-message .button:before, .single-product .woocommerce-notices-wrapper .woocommerce-error .button:before {
  transition: all 0.3s ease;
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border: 20px solid #179709;
  border-left-color: transparent;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message .button:after, .single-product .woocommerce-notices-wrapper .woocommerce-error .button:after {
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  margin-left: -1px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #179709;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message .button:hover, .single-product .woocommerce-notices-wrapper .woocommerce-error .button:hover {
  background-color: #1baf0a;
  transition: all 0.3s ease;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message .button:hover:before, .single-product .woocommerce-notices-wrapper .woocommerce-error .button:hover:before {
  border-color: #1baf0a;
  border-left-color: transparent;
  transition: all 0.3s ease;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message .button:hover:after, .single-product .woocommerce-notices-wrapper .woocommerce-error .button:hover:after {
  border-left-color: #1baf0a;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .single-product .woocommerce-notices-wrapper .woocommerce-message {
    display: flex;
    flex-direction: column-reverse;
  }
  .single-product .woocommerce-notices-wrapper .woocommerce-message .button {
    margin-top: 10px;
  }
}
.single-product .woocommerce-notices-wrapper .woocommerce-error:before {
  color: #e00028;
}
@media only screen and (max-width: 767px) {
  .single-product .woocommerce-notices-wrapper .woocommerce-error li {
    display: flex;
    flex-direction: column-reverse;
  }
  .single-product .woocommerce-notices-wrapper .woocommerce-error li .button {
    margin-top: 10px;
  }
}

.single-product .woocommerce-product {
  padding-left: 15px;
  padding-right: 15px;
}
.single-product .woocommerce-product-details__short-description {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
}
.single-product .woocommerce-product-details__short-description p {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.single-product .wc-bookings-booking-form {
  border: none;
  padding: 0;
  margin: 0 auto;
}
.single-product .wc-bookings-booking-form fieldset {
  padding: 0;
  margin: 0 auto;
}
.single-product .wc-bookings-booking-form fieldset .picker {
  font-size: 14px;
  border-radius: 4px;
  overflow: hidden;
}
.single-product .wc-bookings-booking-form fieldset .picker .ui-datepicker-header {
  background: #eee;
  color: #15536b;
  border: none;
  border-bottom: none;
  padding: 0;
  border-radius: 0;
}
.single-product .wc-bookings-booking-form fieldset .picker .ui-datepicker-header a {
  background: transparent;
}
.single-product .wc-bookings-booking-form fieldset .picker .ui-datepicker-header a:hover {
  background: transparent;
}
.single-product .wc-bookings-booking-form fieldset .picker .ui-datepicker-calendar td a.ui-state-active.ui-state-hover {
  color: white;
}
.single-product .wc-bookings-booking-form .wc-bookings-booking-cost {
  padding: 12px 15px;
  margin: 0 auto 15px;
  border: none;
  border-radius: 4px;
  color: #15536b;
}

.single-product .gift-cards_form {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
}
.single-product .gift-cards_form p {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.single-product .gift-cards_form h3 {
  margin: 15px 0 12px;
}
.single-product .gift-cards_form .ywgc_choose_design_title {
  display: none;
}
.single-product .gift-cards_form .step-appearance {
  margin-top: 15px;
  margin-bottom: 30px;
}
.single-product .gift-cards_form .step-appearance .ywgc-choose-design-preview {
  margin-bottom: 5px;
}
.single-product .gift-cards_form .step-appearance .ywgc-choose-design-preview ul {
  padding-left: 0;
}
.single-product .gift-cards_form .step-appearance .ywgc-choose-design-preview ul li {
  margin: 0;
}
.single-product .gift-cards_form .step-appearance .ywgc-choose-design-preview ul li:nth-child(3), .single-product .gift-cards_form .step-appearance .ywgc-choose-design-preview ul li:last-child {
  display: none;
}
.single-product .gift-cards_form .step-appearance .ywgc-choose-design-preview ul li .ywgc-preset-image {
  border: 1px dashed #ccc !important;
  padding: 3px;
}
.single-product .gift-cards_form .step-appearance .ywgc-choose-design-preview ul li .ywgc-preset-image img {
  width: 120px !important;
  height: 67px !important;
}
.single-product .gift-cards_form .step-appearance .ywgc-choose-design-preview ul li:before {
  display: none;
}
.single-product .gift-cards_form .step-appearance .ywgc-custom-design-link {
  margin: 0 !important;
}
.single-product .gift-cards_form .step-appearance .ywgc-custom-design-link a {
  margin: 0 !important;
  cursor: pointer;
  outline: none;
  font-size: 13px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  line-height: 20px;
  font-weight: bold;
  padding: 7px 15px;
  background-color: #15536b;
  color: white;
  position: relative;
  transition: all 0.3s ease;
}
.single-product .gift-cards_form .step-appearance .ywgc-custom-design-link a:hover {
  background-color: #196480;
  transition: all 0.3s ease;
}
.single-product .gift-cards_form .step-appearance .ywgc-custom-design-link a:hover:after {
  border-color: #196480;
  border-left-color: transparent;
  transition: all 0.3s ease;
}
.single-product .gift-cards_form .step-appearance .ywgc-custom-design-link a:after {
  display: inline;
  border: 15px solid #15536b;
  border-left-color: transparent;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: -25px;
  transform: rotate(180deg);
}
.single-product .gift-cards_form .step-appearance #ywgc-upload-picture {
  display: none;
}
.single-product .gift-cards_form .gift-cards-list {
  margin-bottom: 25px;
}
.single-product .gift-cards_form .gift-cards-list button {
  font-weight: bold;
  cursor: pointer;
  border: 1px dashed #ccc;
  padding: 13px 20px;
  margin-bottom: 0;
  text-align: center;
  transition: all 0.3s ease;
}
.single-product .gift-cards_form .gift-cards-list button:hover {
  background-color: #f5f5f5;
  transition: all 0.3s ease;
}
.single-product .gift-cards_form .gift-cards-list button.selected_button {
  border: 1px solid #179709;
  background-color: #179709;
  transition: all 0.3s ease;
}
.single-product .gift-cards_form .gift-cards-list button.selected_button:hover {
  background-color: #1baf0a;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1023px) {
  .single-product .gift-cards_form .gift-cards-list button {
    padding: 7px 9px;
  }
}
.single-product .gift-cards_form .gift-cards-list input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  border-radius: 0;
  padding: 16px 10px 17px !important;
  border: 1px dashed #ccc !important;
  background-color: white;
  max-width: none;
  line-height: 20px;
  font-size: 15px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  height: auto !important;
  color: #404040 !important;
  text-align: center !important;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .single-product .gift-cards_form .gift-cards-list input {
    margin-top: 10px;
    display: block;
    width: 268px;
    padding: 13px 5px 14px !important;
  }
}
.single-product .gift-cards_form .gift-cards-list .ywgc-manual-currency-symbol {
  display: none !important;
}
.single-product .gift-cards_form .ywgc_delivery_info_title {
  display: none;
}
.single-product .gift-cards_form .step-content h5 {
  margin: 25px 0 0;
}
.single-product .gift-cards_form .step-content .ywgc-empty-recipient-note {
  float: none;
  width: auto;
  text-align: left;
  font-weight: normal;
  padding-top: 0;
  margin-top: 5px;
  font-size: 11px;
  line-height: 16px;
  padding-left: 5px;
}
.single-product .gift-cards_form .step-content label {
  font-weight: 700;
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  padding-left: 5px;
}
.single-product .gift-cards_form .step-content input, .single-product .gift-cards_form .step-content textarea {
  display: block;
  float: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: white;
  width: 100%;
  max-width: none;
  line-height: 20px;
  font-size: 14px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}
.single-product .gift-cards_form .step-content .ywgc-message {
  margin-top: 15px;
}
.single-product .gift-cards_form .step-content .ywgc-postdated {
  margin-bottom: 15px;
}
.single-product .gift-cards_form .step-content .ywgc-postdated label {
  font-weight: bold;
}
.single-product .ywgc-main-form-preview-container {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  line-height: 20px;
  height: auto;
  min-height: 500px;
  padding: 0 20px 20px;
  box-shadow: 0 10px 19px -12px #ccc;
}
@media only screen and (max-width: 767px) {
  .single-product .ywgc-main-form-preview-container {
    min-height: 0;
  }
}
.single-product .ywgc-main-form-preview-container hr {
  display: none;
}
.single-product .ywgc-main-form-preview-container .ywgc-form-preview-title-container .ywgc-form-preview-title {
  font-size: 18px;
}
.single-product .ywgc-main-form-preview-container .ywgc-form-preview-from-to-container {
  line-height: 28px;
  color: #333;
  padding-top: 10px;
}
.single-product .ywgc-main-form-preview-container .ywgc-form-preview-separator {
  display: none;
  width: 100%;
  height: 3px;
  margin-top: 15px;
  background-color: #e00028;
}
.single-product .ywgc-main-form-preview-container .ywgc-form-preview-message-container p {
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 20px;
  margin-bottom: 10px !important;
}

#ui-datepicker-div {
  font-size: 0.8em;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
  float: none;
}

.woocommerce-cart .ywgc-show-giftcard {
  display: none;
}
.woocommerce-cart .woocommerce-notices-wrapper {
  margin-top: 25px;
}
.woocommerce-cart .cart-empty {
  margin-top: 25px;
  margin-bottom: 25px !important;
}
.woocommerce-cart .woocommerce-cart-form__contents {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
}
.woocommerce-cart .woocommerce-cart-form__contents .product-subtotal {
  text-align: right;
}
.woocommerce-cart .woocommerce-cart-form__contents .remove {
  height: 24px;
  width: 24px;
  line-height: 22px;
  font-size: 18px;
  background-color: #e00028;
  color: #fff !important;
  float: left;
  margin-right: 10px;
}
.woocommerce-cart .cart-collaterals h2 {
  margin-bottom: 30px;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
}
.woocommerce-cart .cart-collaterals .cart_totals td {
  text-align: right;
}
.woocommerce-cart .cart-collaterals .cart_totals .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  float: none !important;
  outline: none;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  font-size: 13px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  line-height: 20px;
  font-weight: bold;
  padding: 10px 30px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  background-color: #e00028 !important;
  border-color: #e00028 !important;
  border-bottom-color: #7a0016 !important;
  color: #fff !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .button:hover {
  background-color: #fa002d !important;
  border-bottom-color: #7a0016 !important;
}

.checkout-login-info {
  border-top: 5px solid #15536b;
  background: #F5F5F5;
  color: #15536b;
  padding: 20px 30px;
  font-size: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .checkout-login-info {
    padding: 20px;
  }
}
.checkout-login-info strong {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}
.checkout-login-info strong i {
  position: relative;
  top: -2px;
}
.checkout-login-info span {
  color: #00A2CE;
  font-weight: bold;
  cursor: pointer;
}

.checkout-login-wrp {
  position: fixed;
  z-index: 999999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
}
.checkout-login-wrp.visible {
  display: flex;
}
.checkout-login-wrp .login-form {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
}
.checkout-login-wrp .login-form:after {
  content: "";
  display: table;
  clear: both;
}
.checkout-login-wrp .login-form p {
  margin: 0 !important;
}
.checkout-login-wrp .login-form .login-remember {
  display: none;
}
.checkout-login-wrp .login-form input[type=password],
.checkout-login-wrp .login-form input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  width: 100%;
  background: white !important;
  border: 1px solid #00A2CE;
  border-radius: 6px;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.checkout-login-wrp .login-form input[type=password]:focus,
.checkout-login-wrp .login-form input[type=text]:focus {
  outline: none;
}
.checkout-login-wrp .login-form .login-submit {
  position: relative;
  display: inline-block;
  z-index: 1;
  text-decoration: none;
  outline: none;
  transition: all 300ms ease;
  cursor: pointer;
  margin: 15px 25px 15px !important;
  font-size: 16px;
  line-height: 30px;
  padding: 9px 10px 9px 15px !important;
  float: right;
  background-color: #00A2CE;
  color: #1c1c1c !important;
}
@media only screen and (max-width: 767px) {
  .checkout-login-wrp .login-form .login-submit {
    padding: 4px 10px 5px 15px !important;
  }
}
.checkout-login-wrp .login-form .login-submit:before {
  transition: all 300ms ease;
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-top-color: #00A2CE;
  border-bottom-color: #00A2CE;
  border-right-color: #00A2CE;
}
@media only screen and (max-width: 767px) {
  .checkout-login-wrp .login-form .login-submit:before {
    border-width: 20px;
  }
}
.checkout-login-wrp .login-form .login-submit:after {
  transition: all 300ms ease;
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  margin-left: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #00A2CE;
}
@media only screen and (max-width: 767px) {
  .checkout-login-wrp .login-form .login-submit:after {
    border-width: 20px;
  }
}
.checkout-login-wrp .login-form .login-submit:hover {
  background-color: #00b6e8;
}
.checkout-login-wrp .login-form .login-submit:hover:before {
  border-top-color: #00b6e8;
  border-bottom-color: #00b6e8;
  border-right-color: #00b6e8;
}
.checkout-login-wrp .login-form .login-submit:hover:after {
  border-left: 25px solid #00b6e8;
}
@media only screen and (max-width: 767px) {
  .checkout-login-wrp .login-form .login-submit:hover:after {
    border-width: 20px;
  }
}
.checkout-login-wrp .login-form .login-submit .button {
  background: transparent !important;
  padding: 8px 8px 7px 7px !important;
}
.checkout-login-wrp .login-form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}
.checkout-login-wrp .login-form input[type=submit]:focus {
  outline: none;
}
.checkout-login-wrp .login-form input:-webkit-autofill,
.checkout-login-wrp .login-form input:-webkit-autofill:hover,
.checkout-login-wrp .login-form input:-webkit-autofill:focus,
.checkout-login-wrp .login-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.checkout-login-wrp .login-form .lost-password {
  display: inline-block;
  margin-top: 23px;
  font-size: 14px;
  color: #15536b;
}
.checkout-login-wrp .login-form .auth0-login .auth0-lock-center {
  padding: 0 !important;
}
.checkout-login-wrp .login-form .auth0-login .auth0-lock-header-avatar {
  display: none !important;
}
.checkout-login-wrp .login-form .auth0-login .auth0-lock-header {
  display: none !important;
}
.checkout-login-wrp .login-form .auth0-login .auth0-lock-content-body-wrapper {
  background-color: #F2FAFD;
}
.checkout-login-wrp .login-form .auth0-login .auth0-lock-form {
  padding: 10px 0 !important;
}
.checkout-login-wrp .login-form .auth0-login .auth0-lock-widget {
  width: 100% !important;
}
.checkout-login-wrp .login-form .auth0-login .auth0-lock-cred-pane-internal-wrapper {
  height: auto !important;
}
.checkout-login-wrp .login-form .auth0-login .auth0-lock-submit {
  background-color: #00A2CE !important;
  border-radius: 4px !important;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
}
.checkout-login-wrp .login-form .auth0-login .auth0-lock-submit:hover {
  background-color: #15536b !important;
}
.checkout-login-wrp .login-form .auth0-login .auth0-lock-submit .auth0-label-submit {
  height: 20px;
  line-height: 20px;
}

.fb_logos {
  margin-top: 30px;
}
@media only screen and (max-width: 1023px) {
  .fb_logos {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px !important;
  }
}
.fb_logos p {
  margin-bottom: 0 !important;
}
.fb_logos p:first-child {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px !important;
}
.fb_logos img {
  height: 30px !important;
  width: auto !important;
  margin-right: 20px;
  margin-bottom: 10px !important;
  vertical-align: middle;
  position: relative;
}
.fb_logos img.smaller1, .fb_logos img.smaller2 {
  height: 24px !important;
}
.fb_logos img.smaller1 {
  top: -3px;
}
@media only screen and (max-width: 767px) {
  .fb_logos img {
    height: 24px !important;
  }
}

.woocommerce-loader {
  padding: 20px;
  text-align: center;
}
.woocommerce-loader i {
  font-size: 40px;
  color: #e00028;
}

.woocommerce-checkout .woocommerce {
  position: relative;
}
.woocommerce-checkout .woocommerce h1 {
  margin-bottom: 25px !important;
}
.woocommerce-checkout .woocommerce .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce .woocommerce-message {
  display: none;
}
.woocommerce-checkout .woocommerce #customer_details input, .woocommerce-checkout .woocommerce #customer_details textarea {
  padding: 5px;
}
.woocommerce-checkout .woocommerce #dibs-extra-checkout-fields {
  display: none;
}
.woocommerce-checkout .woocommerce .showcoupon,
.woocommerce-checkout .woocommerce .ywgc-show-giftcard {
  display: inline-block;
  margin-bottom: 15px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  padding: 7px 15px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  background-color: #dfdcde;
  border-color: #dfdcde;
  border-bottom-color: #aea7ac;
  color: #333;
}
.woocommerce-checkout .woocommerce .showcoupon:hover,
.woocommerce-checkout .woocommerce .ywgc-show-giftcard:hover {
  background-color: #ebe9eb;
  border-bottom-color: #aea7ac;
}
.woocommerce-checkout .woocommerce .showcoupon.showcoupon,
.woocommerce-checkout .woocommerce .ywgc-show-giftcard.showcoupon {
  float: right;
  clear: both;
  margin-right: 160px;
}
.woocommerce-checkout .woocommerce .showcoupon.ywgc-show-giftcard,
.woocommerce-checkout .woocommerce .ywgc-show-giftcard.ywgc-show-giftcard {
  position: absolute;
  right: 0;
  top: 0;
}
.woocommerce-checkout .woocommerce .checkout_coupon,
.woocommerce-checkout .woocommerce .ywgc_enter_code {
  display: none;
  background-color: #F6F6F6;
  border: 1px solid #EBEBEB !important;
  padding-right: 220px !important;
  margin: 0 0 15px !important;
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  border-radius: 0 !important;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce .checkout_coupon,
.woocommerce-checkout .woocommerce .ywgc_enter_code {
    padding-right: 20px !important;
  }
}
.woocommerce-checkout .woocommerce .checkout_coupon:after,
.woocommerce-checkout .woocommerce .ywgc_enter_code:after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce-checkout .woocommerce .checkout_coupon input,
.woocommerce-checkout .woocommerce .ywgc_enter_code input {
  float: left;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  padding: 6px 10px;
  border: 1px solid #D1D1D1;
  background-color: #fff;
  min-height: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 24px;
  font-size: 12px;
  font-weight: normal;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce .checkout_coupon input,
.woocommerce-checkout .woocommerce .ywgc_enter_code input {
    float: none;
  }
}
.woocommerce-checkout .woocommerce .checkout_coupon button,
.woocommerce-checkout .woocommerce .ywgc_enter_code button {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  right: 20px;
  width: 180px;
  cursor: pointer;
  outline: none;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  font-size: 13px !important;
  font-family: Tahoma, Verdana, Segoe, sans-serif !important;
  line-height: 20px !important;
  font-weight: 700 !important;
  padding: 7px 0;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  background-color: #15536b !important;
  border-color: #15536b !important;
  border-bottom-color: #041116 !important;
  color: #fff;
}
.woocommerce-checkout .woocommerce .checkout_coupon button:hover,
.woocommerce-checkout .woocommerce .ywgc_enter_code button:hover {
  background-color: #196480 !important;
  border-bottom-color: #041116 !important;
  color: #fff;
}
.woocommerce-checkout .woocommerce .checkout_coupon button:before,
.woocommerce-checkout .woocommerce .ywgc_enter_code button:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce .checkout_coupon button,
.woocommerce-checkout .woocommerce .ywgc_enter_code button {
    position: relative;
    right: auto;
    width: 100%;
    margin-top: 10px;
  }
}
.woocommerce-checkout .woocommerce .checkout {
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce #dibs-order-review,
.woocommerce-checkout .woocommerce #order_review {
  display: block;
  float: none;
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: white;
  margin-top: 15px;
}
.woocommerce-checkout .woocommerce #dibs-order-review #order_comments_field,
.woocommerce-checkout .woocommerce #order_review #order_comments_field {
  display: none;
}
.woocommerce-checkout .woocommerce #dibs-order-review .woocommerce-checkout-review-order-table,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  border: 1px solid #EBEBEB;
  margin: 0;
}
.woocommerce-checkout .woocommerce #dibs-order-review .woocommerce-checkout-review-order-table th, .woocommerce-checkout .woocommerce #dibs-order-review .woocommerce-checkout-review-order-table td,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table td {
  border: none;
  border-top: 1px solid #EBEBEB;
  font-size: 14px;
  line-height: 24px;
  padding: 15px 15px;
}
.woocommerce-checkout .woocommerce #dibs-order-review .woocommerce-checkout-review-order-table th:last-child, .woocommerce-checkout .woocommerce #dibs-order-review .woocommerce-checkout-review-order-table td:last-child,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table th:last-child,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table td:last-child {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce #dibs-order-review .woocommerce-checkout-review-order-table th, .woocommerce-checkout .woocommerce #dibs-order-review .woocommerce-checkout-review-order-table td,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table td {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 10px;
  }
}
.woocommerce-checkout .woocommerce #dibs-order-review .woocommerce-checkout-review-order-table tbody .remove,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody .remove {
  height: 24px;
  width: 24px;
  line-height: 22px;
  font-size: 18px;
  background-color: #e00028;
  color: #fff !important;
  float: left;
  margin-right: 10px;
}
.woocommerce-checkout .woocommerce #dibs-order-review .woocommerce-checkout-review-order-table tbody .product_name,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody .product_name {
  float: left;
  margin-right: 10px;
}
.woocommerce-checkout .woocommerce #dibs-order-review .woocommerce-checkout-review-order-table tbody .quantity,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody .quantity {
  float: left;
}
.woocommerce-checkout .woocommerce #dibs-order-review .woocommerce-checkout-review-order-table tbody .quantity input,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tbody .quantity input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  padding: 0 2px 0 10px;
  width: 50px;
  text-align: left;
  border: 1px solid #ddd;
  background-color: #fff;
  min-height: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 24px;
  font-size: 12px;
  font-weight: normal;
}
.woocommerce-checkout .woocommerce #dibs-order-review .woocommerce-checkout-review-order-table tfoot .cart-subtotal,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot .cart-subtotal {
  display: none;
}
.woocommerce-checkout .woocommerce #dibs-order-review .woocommerce-checkout-review-order-table tfoot .woocommerce-remove-coupon,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot .woocommerce-remove-coupon {
  display: none;
}
.woocommerce-checkout .woocommerce #dibs-order-review .woocommerce-checkout-review-order-table tfoot .cart-discount th, .woocommerce-checkout .woocommerce #dibs-order-review .woocommerce-checkout-review-order-table tfoot .cart-discount td,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot .cart-discount th,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot .cart-discount td {
  font-weight: normal;
}
.woocommerce-checkout .woocommerce #dibs-order-review .woocommerce-checkout-review-order-table tfoot .bos4w-recurring-totals,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot .bos4w-recurring-totals {
  display: none;
}
.woocommerce-checkout .woocommerce #dibs-order-review .woocommerce-checkout-review-order-table tr.bos4w-recurring-totals + tr,
.woocommerce-checkout .woocommerce #dibs-order-review .woocommerce-checkout-review-order-table tr.bos4w-recurring-totals + tr + tr,
.woocommerce-checkout .woocommerce #dibs-order-review .woocommerce-checkout-review-order-table tr.bos4w-recurring-totals + tr + tr + tr,
.woocommerce-checkout .woocommerce #dibs-order-review .woocommerce-checkout-review-order-table tr.bos4w-recurring-totals + tr + tr + tr + tr,
.woocommerce-checkout .woocommerce #dibs-order-review .woocommerce-checkout-review-order-table tr.bos4w-recurring-totals + tr + tr + tr + tr + tr,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr.bos4w-recurring-totals + tr,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr.bos4w-recurring-totals + tr + tr,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr.bos4w-recurring-totals + tr + tr + tr,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr.bos4w-recurring-totals + tr + tr + tr + tr,
.woocommerce-checkout .woocommerce #order_review .woocommerce-checkout-review-order-table tr.bos4w-recurring-totals + tr + tr + tr + tr + tr {
  display: none !important;
}
.woocommerce-checkout .woocommerce #dibs-iframe {
  display: block;
  float: none;
  width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment {
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  border-radius: 0 !important;
  background-color: #F6F6F6 !important;
  padding: 0 !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment label {
  font-family: Verdana, Segoe, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #444;
  margin: 0 auto 10px;
  text-align: left;
  max-width: 335px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment label img {
  margin-top: 15px !important;
  margin-left: 0 !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment div label {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment div p {
  margin-top: 0;
  font-size: 12px;
  display: inline-block;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment div p.woocommerce-validated {
  margin-bottom: 0 !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment div p.woocommerce-validated input {
  font-size: 16px;
  margin: 0 !important;
  margin-right: 3px !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment div p.woocommerce-validated label {
  font-size: 12px;
  line-height: 16px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment div fieldset {
  margin: 0 !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .woocommerce-form__label {
  font-size: 12px;
  line-height: 16px;
  display: inline;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .woocommerce-form__label input {
  font-size: 16px;
  margin: 0 !important;
  margin-right: 3px !important;
  position: relative !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .woocommerce-form__label span {
  font-weight: bold;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .payment_method_stripe {
  margin-bottom: 0 !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .wc_payment_methods {
  border-bottom: 1px solid #EBEBEB !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  float: none !important;
  outline: none;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  font-size: 13px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  line-height: 20px;
  font-weight: bold;
  padding: 10px 30px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  background-color: #e00028 !important;
  border-color: #e00028 !important;
  border-bottom-color: #7a0016 !important;
  color: #fff !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .button:hover {
  background-color: #fa002d !important;
  border-bottom-color: #7a0016 !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  margin-bottom: 0 !important;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .validate-required {
  margin-top: 0 !important;
  margin-bottom: 32px !important;
}

.woocommerce-account .auth0-login {
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .auth0-login {
    padding: 20px;
  }
}
.woocommerce-account .auth0-login .auth0-lock-widget {
  width: 400px !important;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .auth0-login .auth0-lock-widget {
    width: 100% !important;
  }
}
.woocommerce-account .auth0-login .auth0-lock-header-avatar {
  display: none !important;
}
.woocommerce-account .auth0-login .auth0-lock-center {
  display: block !important;
}
.woocommerce-account .auth0-login .auth0-lock-center:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  content: "\e902";
  margin: 0 auto 30px;
  font-size: 50px;
  color: #e00028;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .auth0-login .auth0-lock-center:before {
    font-size: 40px;
    margin: 0 auto 20px;
  }
}
.woocommerce-account .auth0-login .auth0-lock-header {
  display: none !important;
}
.woocommerce-account .auth0-login .auth0-lock-form {
  padding: 0 !important;
}
.woocommerce-account .auth0-login .auth0-lock-cred-pane-internal-wrapper {
  height: auto !important;
}
.woocommerce-account .auth0-login .auth0-lock-submit {
  background-color: #00A2CE !important;
  border-radius: 4px !important;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
}
.woocommerce-account .auth0-login .auth0-lock-submit:hover {
  background-color: #15536b !important;
}
.woocommerce-account .auth0-login .auth0-lock-submit .auth0-label-submit {
  height: 20px !important;
  line-height: 20px !important;
}
.woocommerce-account #header-topline {
  display: none;
}
.woocommerce-account #primary {
  padding-top: 220px;
  padding-bottom: 60px;
  background-image: url("https://sjoassistans.se/wp-content/uploads/2021/01/pexels-kellie-churchman-1001682-scaled.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media only screen and (max-width: 1199px) {
  .woocommerce-account #primary {
    background-size: cover;
  }
}
.woocommerce-account #primary:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .woocommerce-account #primary {
    background-size: 100%;
    padding-bottom: 0;
  }
}
.woocommerce-account #main {
  position: relative;
  z-index: 1;
}
.woocommerce-account #breadcrumbs {
  display: none;
}
.woocommerce-account .sectionWrp {
  background-color: transparent !important;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .sectionWrp {
    margin-bottom: 0 !important;
  }
}
.woocommerce-account .sectionWrp .section {
  overflow: visible;
  padding: 0 !important;
  display: inline-block;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .sectionWrp .section {
    display: block;
    margin-top: -100px;
    margin-bottom: 50px;
  }
}
.woocommerce-account .sectionWrp .section .vc_column-inner {
  padding: 0 !important;
}
.woocommerce-account.logged-in .sectionWrp {
  text-align: left;
}
.woocommerce-account.logged-in .sectionWrp .section {
  display: block;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account.logged-in .sectionWrp .section {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.woocommerce-account .woocommerce-notices-wrapper {
  display: block;
  text-align: center;
}
.woocommerce-account .woocommerce-notices-wrapper ul {
  margin-top: 0;
  margin-bottom: 25px;
}
.woocommerce-account .woocommerce-notices-wrapper ul:before {
  display: none;
}
.woocommerce-account .woocommerce-notices-wrapper ul li {
  padding-bottom: 0;
}
.woocommerce-account .woocommerce {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-account .woocommerce {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.woocommerce-account .woocommerce .logout-button {
  position: absolute;
  top: -55px;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-account .woocommerce .logout-button span {
  display: block;
  margin-right: 25px;
  color: white;
}
.woocommerce-account .woocommerce .logout-button span i {
  margin-right: 10px;
}
.woocommerce-account .woocommerce .logout-button a {
  display: block;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
  float: none !important;
  outline: none;
  font-size: 14px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  line-height: 20px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 6px;
  background-color: #e00028 !important;
  color: #fff !important;
  border: none;
}
.woocommerce-account .woocommerce .logout-button a:hover {
  background-color: #fa002d !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  background-color: white;
  flex-basis: 340px;
  padding-top: 80px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    flex-basis: 280px;
  }
}
@media only screen and (max-width: 1023px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .user-info {
  position: absolute;
  top: 0;
  left: -16px;
  width: 330px;
  padding: 20px 50px 19px;
  border-radius: 10px 0 0 0;
  background-color: #15536b;
  color: white;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .user-info {
    position: relative;
    transform: translateY(0);
    left: 0;
    border-radius: 0;
    width: 100%;
    padding: 20px 30px 19px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .user-info:before, .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .user-info:after {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .user-info {
    box-shadow: 0px 0 0 0px rgba(0, 0, 0, 0);
    padding: 10px 20px 15px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .user-info:before {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  line-height: 0;
  border-left: 16px solid transparent;
  border-top: 8px solid #08212b;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .user-info:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  right: -58px;
  width: 0;
  height: 0;
  border: 58px solid transparent;
  border-top-color: #15536b;
  border-bottom-color: #15536b;
  border-left-color: #15536b;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .user-info h2 {
  color: white;
  font-size: 24px;
  font-weight: 700;
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .user-info h2 {
    font-size: 20px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .user-info .user-role {
  display: flex;
  align-items: center;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .user-info .user-role {
    justify-content: space-between;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .user-info .user-role:after {
    cursor: pointer;
    font-style: normal;
    display: block;
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 900;
    font-size: 20px;
    content: "\f0c9";
    margin-left: auto;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .user-info .user-role i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  flex-basis: 34px;
  height: 34px;
  border-radius: 100%;
  margin-right: 10px;
  background-color: #00A2CE;
  font-style: normal;
  font-size: 16px;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    display: none;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  color: #000;
  cursor: pointer;
  display: block;
  position: relative;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  position: relative;
  display: flex;
  padding: 20px 34px 20px 34px;
  border-left: 4px solid white;
  cursor: pointer !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  color: #15536b;
}
@media only screen and (max-width: 1199px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 17px 34px 17px 34px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 20px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:before {
  display: block;
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
  flex-basis: 20px;
  margin-right: 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: #00A2CE;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f015";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f07a";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f2b9";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f2bd";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--batar a:before {
  content: "\f21a";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--kontonyheter a:before {
  content: "\f1ea";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--extratjanster a:before {
  content: "\f055";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
  content: "\f005";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dokument a:before {
  content: "\f15c";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--notyfile a:before {
  content: "\f35d";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--cumul a:before {
  content: "\f200";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--medlemsformaner a:before, .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--skepparformaner a:before {
  content: "\f234";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #00A2CE;
  border-left: 4px solid #00a2ce;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 162, 206, 0.3) 100%);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  flex: 1;
  padding: 60px 90px;
  background-color: #F2FAFD;
}
@media only screen and (max-width: 1199px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    padding: 70px 40px 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
    padding: 30px 30px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    padding: 15px 20px 30px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content h1 {
  color: #15536b;
  font-weight: 700;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
  padding: 20px;
  border-radius: 10px;
  background-color: white;
  border: 1px solid rgba(4, 17, 22, 0.2);
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status {
    display: block;
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status {
    margin-top: 15px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status strong {
  display: flex;
  align-items: center;
  color: #179709;
  font-size: 20px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status strong.no-sub {
  color: #e00028;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status strong {
    font-size: 15px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status strong i {
  font-size: 30px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status strong i {
    font-size: 24px;
    margin-right: 10px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status a, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status div {
  color: #15536b;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  display: block;
  margin-left: 45px;
  margin-top: 10px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status a, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status div {
    font-size: 11px;
    line-height: 17px;
    margin-left: 34px;
    margin-top: 7px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status a a, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status div a {
  margin-top: 0;
  margin-left: 0 !important;
  color: #00A2CE;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status a span, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status div span {
  color: #00A2CE;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status a span.connection, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status div span.connection {
  color: #179709;
  margin-left: 55px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status a span.connection, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status div span.connection {
    margin-left: 43px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status a span.no-connection, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status div span.no-connection {
  color: #e00028;
  margin-left: 55px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status a span.no-connection, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status div span.no-connection {
    margin-left: 43px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status a.account-btn, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .subscription-status div.account-btn {
  color: white;
  display: inline-block;
  margin-top: 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-navigation {
  margin-top: 20px;
  max-width: 400px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-navigation h2 {
  color: #15536b;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-navigation a {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  position: relative;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid rgba(4, 17, 22, 0.2);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-navigation a:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  background-color: transparent;
  transition: all 0.3s ease;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-navigation a:hover:after {
  background-color: #00A2CE;
  width: 100%;
}
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .lost_reset_password {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  padding: 0 !important;
  margin: 40px !important;
  border: none !important;
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce-form-login,
.woocommerce-account .lost_reset_password {
    margin: 20px 40px !important;
    width: auto;
  }
}
.woocommerce-account .woocommerce-form-login p,
.woocommerce-account .lost_reset_password p {
  font-size: 14px;
  margin-top: 0 !important;
  margin-bottom: 3px !important;
}
.woocommerce-account .woocommerce-form-login label,
.woocommerce-account .lost_reset_password label {
  font-weight: 700;
}
.woocommerce-account .woocommerce-form-login label span,
.woocommerce-account .lost_reset_password label span {
  font-weight: 400;
  margin-left: 3px;
}
.woocommerce-account .woocommerce-form-login input[type=text],
.woocommerce-account .woocommerce-form-login input[type=password],
.woocommerce-account .lost_reset_password input[type=text],
.woocommerce-account .lost_reset_password input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: white;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}
.woocommerce-account .woocommerce-form-login .button,
.woocommerce-account .lost_reset_password .button {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  float: none !important;
  outline: none;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  font-size: 13px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  line-height: 20px;
  font-weight: bold;
  padding: 10px 30px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  background-color: #e00028 !important;
  border-color: #e00028 !important;
  border-bottom-color: #7a0016 !important;
  color: #fff !important;
}
.woocommerce-account .woocommerce-form-login .button:hover,
.woocommerce-account .lost_reset_password .button:hover {
  background-color: #fa002d !important;
  border-bottom-color: #7a0016 !important;
}
.woocommerce-account .woocommerce-form-login .lost_password,
.woocommerce-account .lost_reset_password .lost_password {
  text-align: center;
  margin-top: 20px;
}

.woocommerce-edit-account .woocommerce-EditAccountForm {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
}
.woocommerce-edit-account .woocommerce-EditAccountForm p {
  font-size: 14px;
  margin-top: 0 !important;
  margin-bottom: 3px !important;
}
.woocommerce-edit-account .woocommerce-EditAccountForm label {
  font-weight: 700;
}
.woocommerce-edit-account .woocommerce-EditAccountForm input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: white;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}
.woocommerce-edit-account .woocommerce-EditAccountForm input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.woocommerce-edit-account .woocommerce-EditAccountForm input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.woocommerce-edit-account .woocommerce-EditAccountForm .button {
  margin-top: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  float: none !important;
  outline: none;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  font-size: 13px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  line-height: 20px;
  font-weight: bold;
  padding: 10px 30px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  background-color: #e00028 !important;
  border-color: #e00028 !important;
  border-bottom-color: #7a0016 !important;
  color: #fff !important;
}
.woocommerce-edit-account .woocommerce-EditAccountForm .button:hover {
  background-color: #fa002d !important;
  border-bottom-color: #7a0016 !important;
}

.woocommerce-edit-address .woocommerce-Addresses {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .woocommerce-edit-address .woocommerce-Addresses {
    display: block;
  }
}
.woocommerce-edit-address .woocommerce-Addresses .woocommerce-Address {
  width: 100%;
  float: none;
  display: block;
  padding: 20px;
  text-align: center;
  border: 1px solid #ddd;
  background-color: white;
  border-radius: 6px;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 16px;
}
.woocommerce-edit-address .woocommerce-Addresses .woocommerce-Address.col-1 {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-edit-address .woocommerce-Addresses .woocommerce-Address.col-1 {
    margin-right: 0;
  }
}
.woocommerce-edit-address .woocommerce-Addresses .woocommerce-Address.col-2 {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-edit-address .woocommerce-Addresses .woocommerce-Address.col-2 {
    margin-left: 0;
  }
}
.woocommerce-edit-address .woocommerce-Addresses .woocommerce-Address .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-top: 15px;
  text-align: center;
  float: none !important;
  outline: none;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  font-size: 13px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  line-height: 20px;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 3px;
  background-color: #e00028 !important;
  border-color: #e00028 !important;
  border-bottom-color: #7a0016 !important;
  color: #fff !important;
}
.woocommerce-edit-address .woocommerce-Addresses .woocommerce-Address .button:hover {
  background-color: #fa002d !important;
  border-bottom-color: #7a0016 !important;
}
.woocommerce-edit-address .woocommerce-address-fields {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
}
.woocommerce-edit-address .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .woocommerce-edit-address .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    display: block;
  }
}
.woocommerce-edit-address .woocommerce-address-fields .woocommerce-address-fields__field-wrapper.company #billing_address_1_field {
  flex-basis: 100%;
}
.woocommerce-edit-address .woocommerce-address-fields p {
  font-size: 14px;
  margin-top: 0 !important;
  margin-bottom: 3px !important;
  float: none !important;
  flex-basis: 50%;
}
@media only screen and (max-width: 767px) {
  .woocommerce-edit-address .woocommerce-address-fields p {
    width: 100% !important;
  }
}
.woocommerce-edit-address .woocommerce-address-fields label {
  font-weight: 700;
}
.woocommerce-edit-address .woocommerce-address-fields label .optional {
  display: none;
}
.woocommerce-edit-address .woocommerce-address-fields input[type=text], .woocommerce-edit-address .woocommerce-address-fields input[type=tel], .woocommerce-edit-address .woocommerce-address-fields input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: white;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}
.woocommerce-edit-address .woocommerce-address-fields input[readonly=readonly] {
  color: #999;
}
.woocommerce-edit-address .woocommerce-address-fields #billing_country_field .select2-selection,
.woocommerce-edit-address .woocommerce-address-fields #shipping_country_field .select2-selection {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 6px;
  height: auto;
  margin-bottom: 0;
  padding: 5px 7px;
  border: 1px solid #ddd;
  font-size: 13px;
  font-weight: normal;
  font-family: Verdana, Segoe, sans-serif;
  color: #444;
}
.woocommerce-edit-address .woocommerce-address-fields #billing_country_field .select2-selection__placeholder,
.woocommerce-edit-address .woocommerce-address-fields #shipping_country_field .select2-selection__placeholder {
  color: #444;
}
.woocommerce-edit-address .woocommerce-address-fields #billing_country_field .select2-selection__arrow,
.woocommerce-edit-address .woocommerce-address-fields #shipping_country_field .select2-selection__arrow {
  top: 6px;
  right: 10px;
}
.woocommerce-edit-address .woocommerce-address-fields #update_all_subscriptions_addresses_field input {
  position: relative;
  margin-right: 3px !important;
}
.woocommerce-edit-address .woocommerce-address-fields #update_all_subscriptions_addresses_field label {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
}
.woocommerce-edit-address .woocommerce-address-fields .button {
  margin-top: 15px;
  width: 100%;
  float: none !important;
  outline: none;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  font-size: 13px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  line-height: 20px;
  font-weight: bold;
  padding: 10px 30px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  background-color: #e00028 !important;
  border-color: #e00028 !important;
  border-bottom-color: #7a0016 !important;
  color: #fff !important;
}
.woocommerce-edit-address .woocommerce-address-fields .button:hover {
  background-color: #fa002d !important;
  border-bottom-color: #7a0016 !important;
}

.woocommerce-orders .woocommerce table.woocommerce-MyAccount-orders {
  background: white;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
}
.woocommerce-orders .woocommerce table.woocommerce-MyAccount-orders th span, .woocommerce-orders .woocommerce table.woocommerce-MyAccount-orders td span {
  margin: 0 !important;
  font-size: 14px !important;
}
.woocommerce-orders .woocommerce table.woocommerce-MyAccount-orders th:first-child,
.woocommerce-orders .woocommerce table.woocommerce-MyAccount-orders td:first-child {
  font-weight: 700;
}
.woocommerce-orders .woocommerce table.woocommerce-MyAccount-orders th:last-child,
.woocommerce-orders .woocommerce table.woocommerce-MyAccount-orders td:last-child {
  text-align: right;
}
.woocommerce-orders .woocommerce table.woocommerce-MyAccount-orders a.view {
  color: white;
  background-color: #15536b;
}
.woocommerce-orders .woocommerce table.woocommerce-MyAccount-orders a.view:hover {
  color: white;
  background-color: #196480;
}

.woocommerce-view-order mark {
  background-color: transparent;
  color: #e00028;
}
.woocommerce-view-order h2 {
  color: #15536b;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px !important;
}
.woocommerce-view-order .woocommerce-table--order-details,
.woocommerce-view-order .woocommerce-table--custom-fields {
  background-color: white;
  font-size: 14px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}
.woocommerce-view-order .woocommerce-table--order-details th:first-child,
.woocommerce-view-order .woocommerce-table--order-details td:first-child,
.woocommerce-view-order .woocommerce-table--custom-fields th:first-child,
.woocommerce-view-order .woocommerce-table--custom-fields td:first-child {
  font-weight: 700;
}
.woocommerce-view-order .woocommerce-table--order-details th:last-child,
.woocommerce-view-order .woocommerce-table--order-details td:last-child,
.woocommerce-view-order .woocommerce-table--custom-fields th:last-child,
.woocommerce-view-order .woocommerce-table--custom-fields td:last-child {
  text-align: right;
}
.woocommerce-view-order .woocommerce-table--order-details .wc-item-meta,
.woocommerce-view-order .woocommerce-table--custom-fields .wc-item-meta {
  font-weight: normal;
}
.woocommerce-view-order .woocommerce-table--order-details .wc-item-meta strong,
.woocommerce-view-order .woocommerce-table--custom-fields .wc-item-meta strong {
  font-weight: normal;
}
.woocommerce-view-order .woocommerce-table--order-details .wc-item-meta p,
.woocommerce-view-order .woocommerce-table--custom-fields .wc-item-meta p {
  margin: 0 !important;
}
.woocommerce-view-order header,
.woocommerce-view-order .woocommerce-table--custom-fields,
.woocommerce-view-order .woocommerce-orders-table,
.woocommerce-view-order .woocommerce-customer-details {
  display: none;
}

.woocommerce-order-received .order-again,
.woocommerce-view-order .order-again {
  display: none;
}

.woocommerce-subscriptions .woocommerce_account_subscriptions .woocommerce-MyAccount-subscriptions {
  background-color: white;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px !important;
}
.woocommerce-subscriptions .woocommerce_account_subscriptions .woocommerce-MyAccount-subscriptions th span, .woocommerce-subscriptions .woocommerce_account_subscriptions .woocommerce-MyAccount-subscriptions td span {
  margin: 0 !important;
  font-size: 14px !important;
}
.woocommerce-subscriptions .woocommerce_account_subscriptions .woocommerce-MyAccount-subscriptions th:first-child,
.woocommerce-subscriptions .woocommerce_account_subscriptions .woocommerce-MyAccount-subscriptions td:first-child {
  font-weight: 700;
}
.woocommerce-subscriptions .woocommerce_account_subscriptions .woocommerce-MyAccount-subscriptions th:last-child,
.woocommerce-subscriptions .woocommerce_account_subscriptions .woocommerce-MyAccount-subscriptions td:last-child {
  text-align: right;
}
.woocommerce-subscriptions .woocommerce_account_subscriptions a.view {
  color: white;
  background-color: #15536b;
}
.woocommerce-subscriptions .woocommerce_account_subscriptions a.view:hover {
  color: white;
  background-color: #196480;
}

.woocommerce-view-subscription h2 {
  color: #15536b;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px !important;
}
.woocommerce-view-subscription .subscription_details {
  background-color: white;
  font-size: 14px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}
.woocommerce-view-subscription .subscription_details th:first-child,
.woocommerce-view-subscription .subscription_details td:first-child {
  font-weight: 700;
}
.woocommerce-view-subscription .subscription_details th:last-child,
.woocommerce-view-subscription .subscription_details td:last-child {
  text-align: right;
}
.woocommerce-view-subscription .subscription_details .wc-item-meta {
  font-weight: normal;
}
.woocommerce-view-subscription .subscription_details .wc-item-meta strong {
  font-weight: normal;
}
.woocommerce-view-subscription .subscription_details .wc-item-meta p {
  margin: 0 !important;
}
.woocommerce-view-subscription a.cancel {
  color: white;
  background-color: #e00028;
}
.woocommerce-view-subscription a.cancel:hover {
  color: white;
  background-color: #fa002d;
}
.woocommerce-view-subscription a.change_payment_method {
  color: white;
  background-color: #15536b;
}
.woocommerce-view-subscription a.change_payment_method:hover {
  color: white;
  background-color: #196480;
}
.woocommerce-view-subscription a.subscription_renewal_early {
  color: white;
  background-color: #179709;
}
.woocommerce-view-subscription a.subscription_renewal_early:hover {
  color: white;
  background-color: #1baf0a;
}
.woocommerce-view-subscription a.view {
  color: white;
  background-color: #15536b;
}
.woocommerce-view-subscription a.view:hover {
  color: white;
  background-color: #196480;
}
.woocommerce-view-subscription header,
.woocommerce-view-subscription .order_details,
.woocommerce-view-subscription .woocommerce-orders-table,
.woocommerce-view-subscription .woocommerce-customer-details {
  display: none;
}
.woocommerce-view-subscription .boat-information p {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}
.woocommerce-view-subscription .boat-information p .no-connection {
  color: #e00028;
}
.woocommerce-view-subscription .boat-information p .connection {
  color: #179709;
}
.woocommerce-view-subscription .boat-information + h2 {
  display: none;
}
.woocommerce-view-subscription .boat-information .select-wrp {
  position: relative;
  margin-top: 15px;
}
.woocommerce-view-subscription .boat-information .select-wrp:before {
  font: normal normal normal 18px/1 FontAwesome !important;
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 13px;
  z-index: 2;
  pointer-events: none;
}
.woocommerce-view-subscription .boat-information .select-wrp select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: white;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}
.woocommerce-view-subscription .boat-information .boat-add {
  margin-top: 30px;
}

.boat-add {
  margin-bottom: 30px;
}

.boat-list {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}
.boat-list .boat-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  border: 1px solid #ddd;
  background-color: white;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 6px;
}
.boat-list .boat-item .boat-image {
  flex-basis: 90px;
  height: 90px;
  margin-right: 20px;
  border: 5px solid white;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.boat-list .boat-item .boat-image .image {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.boat-list .boat-item .boat-info {
  flex: 1;
}
.boat-list .boat-item .boat-info div {
  font-weight: normal;
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.boat-list .boat-item .boat-info div .old-membership {
  display: block;
  color: #00A2CE;
  padding-top: 5px;
  padding-bottom: 40px;
  font-size: 13px;
  line-height: 17px;
}
.boat-list .boat-item .boat-info .sub-link {
  color: #15536b;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .boat-list .boat-item .boat-info .sub-link {
    font-size: 12px;
  }
}
.boat-list .boat-item .boat-info .sub-link span {
  color: #00A2CE;
}
.boat-list .boat-item .boat-actions {
  margin-top: 10px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.boat-list .boat-item .boat-actions a {
  font-size: 12px;
  padding: 3px 10px;
}

.boat-single-edit .go-back {
  display: none;
}
.boat-single-edit .go-back:before {
  position: relative;
  margin-right: 7px;
  vertical-align: middle;
  top: -2px;
}
.boat-single-edit h1 {
  margin-bottom: 15px;
}
.boat-single-edit form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.boat-single-edit form .form-col {
  flex-basis: 49%;
}
.boat-single-edit form .form-col.full {
  flex-basis: 100%;
}
.boat-single-edit label {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  display: block;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  padding-left: 5px;
}
.boat-single-edit label span {
  color: #e00028;
}
.boat-single-edit input[type=text], .boat-single-edit input[type=number], .boat-single-edit input[type=file], .boat-single-edit select, .boat-single-edit textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: white;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}
.boat-single-edit input[type=checkbox] {
  margin-left: 5px;
}
.boat-single-edit input {
  margin-bottom: 10px;
}
.boat-single-edit .select-wrp {
  position: relative;
  margin-bottom: 10px;
}
.boat-single-edit .select-wrp:before {
  font: normal normal normal 18px/1 FontAwesome !important;
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 12px;
  z-index: 2;
  pointer-events: none;
}
.boat-single-edit .image-upload {
  position: relative;
  flex-basis: 100%;
}
.boat-single-edit .image-upload input {
  border-style: dashed;
  padding: 20px;
}
.boat-single-edit .boat_image {
  position: absolute;
  width: 56px;
  height: 56px;
  overflow: hidden;
  right: 4px;
  top: 30px;
}
.boat-single-edit .boat_image a {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.boat-single-edit .account-btn {
  width: 100%;
  margin-top: 15px;
  font-family: Tahoma, Verdana, Segoe, sans-serif !important;
  font-weight: bold !important;
}
.boat-single-edit .account-btn.fas:before {
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome !important;
  margin-right: 10px;
  animation: loading 1.4s infinite linear;
}

.account-overlay {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 5%;
  padding-right: 5%;
}
.account-overlay.visible {
  display: flex;
  justify-content: center;
  align-items: center;
}
.account-overlay + h2 {
  display: none;
}
.account-overlay .account-overlay-content {
  position: relative;
  flex-basis: 440px;
  text-align: center;
  padding: 40px 40px 40px;
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  border-radius: 8px;
}
@media only screen and (max-width: 1023px) {
  .account-overlay .account-overlay-content {
    padding: 60px 20px 40px;
  }
}
.account-overlay .account-overlay-content .close-account-overlay {
  color: #e00028;
  cursor: pointer;
  font-size: 30px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 15px;
}
.account-overlay .account-overlay-content h2 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
.account-overlay .account-overlay-content form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  width: 600px;
  max-height: 470px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 767px) {
  .account-overlay .account-overlay-content form {
    display: block;
    max-height: 400px;
    width: auto;
  }
}
.account-overlay .account-overlay-content form .form-col {
  flex-basis: 49%;
}
.account-overlay .account-overlay-content form .form-col.full {
  flex-basis: 100%;
}
.account-overlay .account-overlay-content label {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  display: block;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  padding-left: 5px;
}
.account-overlay .account-overlay-content label span {
  color: #e00028;
}
.account-overlay .account-overlay-content input[type=text], .account-overlay .account-overlay-content input[type=number], .account-overlay .account-overlay-content input[type=file], .account-overlay .account-overlay-content select, .account-overlay .account-overlay-content textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: white;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}
.account-overlay .account-overlay-content input[type=checkbox] {
  margin-left: 5px;
}
.account-overlay .account-overlay-content input {
  margin-bottom: 10px;
}
.account-overlay .account-overlay-content .select-wrp {
  position: relative;
  margin-bottom: 10px;
}
.account-overlay .account-overlay-content .select-wrp:before {
  font: normal normal normal 18px/1 FontAwesome !important;
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 12px;
  z-index: 2;
  pointer-events: none;
}
.account-overlay .account-overlay-content .image-upload {
  clear: both;
  text-align: left;
  float: none;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.account-overlay .account-overlay-content .image-upload input {
  border-style: dashed;
  padding: 20px;
}
.account-overlay .account-overlay-content .account-btn {
  margin-top: 15px;
  width: 100%;
  font-family: Tahoma, Verdana, Segoe, sans-serif !important;
  font-weight: bold !important;
}
.account-overlay .account-overlay-content .account-btn.fas:before {
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome !important;
  margin-right: 10px;
  animation: loading 1.4s infinite linear;
}

#connect-boat {
  font-family: Tahoma, Verdana, Segoe, sans-serif !important;
  font-weight: bold !important;
}
#connect-boat.fas:before {
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome !important;
  margin-right: 10px;
  animation: loading 1.4s infinite linear;
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.account-news-list h2 {
  color: #15536b;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: -5px;
}
.account-news-list .news-item {
  display: block;
  position: relative;
  padding: 15px;
  margin-top: 15px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #15536b;
}
.account-news-list .news-item:hover strong {
  color: #00A2CE;
}
.account-news-list .news-item .news-info p {
  margin: 0 !important;
}
.account-news-list .news-item .news-info span {
  color: #00A2CE;
}

.account-single-news .back {
  display: flex;
  align-items: center;
}
.account-single-news .back i {
  margin-right: 10px;
  font-size: 20px;
}

.accunt-services-list .product {
  position: relative;
  display: flex;
  align-items: flex-start;
  border: 1px solid #ddd;
  background-color: white;
  padding: 20px;
  margin-top: 15px;
  border-radius: 6px;
  color: #15536b;
}
.accunt-services-list .product .product-image {
  flex-basis: 90px;
  height: 90px;
  margin-right: 20px;
  border: 5px solid white;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.accunt-services-list .product .product-image .image {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.accunt-services-list .product:hover strong {
  color: #00A2CE;
}
.accunt-services-list .product .product-info {
  flex: 1;
}
.accunt-services-list .product .product-info p {
  margin: 0 !important;
}
.accunt-services-list .product .product-info span.info {
  color: #00A2CE;
}

.account-document-list .document {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid rgba(4, 17, 22, 0.2);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.3s ease;
}
.account-document-list .document i {
  font-size: 20px;
  margin-right: 10px;
}
.account-document-list .document:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  background-color: transparent;
  transition: all 0.3s ease;
}
.account-document-list .document:hover {
  color: #15536b;
}
.account-document-list .document:hover:after {
  background-color: #00A2CE;
  width: 100%;
}

.open-cumul {
  margin-top: 15px;
}

.account-cumulio {
  position: fixed;
  z-index: 999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(38, 39, 50);
  padding: 25px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.account-cumulio iframe.cio-embed-dashboard {
  width: 100% !important;
  min-width: 100% !important;
}
.account-cumulio .close-cumul {
  cursor: pointer;
  position: fixed;
  z-index: 10;
  top: 15px;
  right: 23px;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease;
}
.account-cumulio .close-cumul:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1023px) {
  .account-cumulio .close-cumul {
    right: 15px;
  }
}
.account-cumulio #drp--dashboard--id {
  margin-bottom: 30px;
  display: none;
}
.account-cumulio #drp--dashboard--id label {
  font-weight: 700;
  display: block;
}
.account-cumulio #drp--dashboard--id label span {
  color: #e00028;
}
.account-cumulio #drp--dashboard--id .select-wrp {
  position: relative;
}
.account-cumulio #drp--dashboard--id .select-wrp:before {
  font: normal normal normal 18px/1 FontAwesome !important;
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 13px;
  z-index: 2;
  pointer-events: none;
}
.account-cumulio #drp--dashboard--id .select-wrp select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: white;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}
.account-cumulio #myDashboard {
  width: 100%;
}

.bos4w-display-wrap .bos4w-display-plan-text {
  margin-bottom: 6px;
}
.bos4w-display-wrap .bos4w-display-options li {
  display: flex;
}
.bos4w-display-wrap .bos4w-display-options li label {
  padding: 4px 20px 4px 6px;
  border: 1px solid grey;
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  cursor: pointer;
}
.bos4w-display-wrap .bos4w-display-options li input[type=radio] {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-top: 0;
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #fff;
  border-radius: 100px;
  outline: 1px solid #1c1c1c;
}
.bos4w-display-wrap .bos4w-display-options li input[type=radio]:checked {
  background-color: #179709;
  outline: 1px solid #179709 !important;
}
.bos4w-display-wrap .bos4w-display-options li input[type=radio]:focus {
  outline-offset: 0;
}

.single-product .woocommerce-product .product .entry-summary .price .bos4w-or-subscribe,
.store-product .store-product__footer .price .bos4w-or-subscribe {
  display: none;
}

.store-extra-services__content .store-product .price .bos4w-or-subscribe {
  display: none;
}

#kco-order-review .woocommerce-checkout-review-order-table .product-name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#kco-order-review .woocommerce-checkout-review-order-table .cart-subtotal {
  display: none;
}

#site-header {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  transition: all 0.5s ease;
  transform: translateY(0);
  padding: 65px 5% 15px;
  display: flex;
  align-items: center;
  background-color: white;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1023px) {
  #site-header {
    padding: 55px 5% 15px;
  }
}
@media only screen and (max-width: 767px) {
  #site-header {
    padding: 45px 5% 15px;
  }
}
#site-header .icon-sjoassistans {
  display: block;
  margin-right: auto;
  font-size: 40px;
  color: #e00028;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  #site-header .icon-sjoassistans {
    font-size: 26px;
  }
}

#header-topline {
  width: 100%;
  background-color: #DC002E;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 150;
  transition: all 0.5s ease;
}
#header-topline .tb-btn-wrapper {
  padding: 0;
}
#header-topline .tb-btn-wrapper .mobile-btn {
  display: none;
}
#header-topline .tb-btn-wrapper:before, #header-topline .tb-btn-wrapper:after {
  content: "";
  height: 50px;
  width: 176px;
  display: inline-block;
  background: linear-gradient(90deg, #92001E 0%, #DC002E 100%);
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 1023px) {
  #header-topline .tb-btn-wrapper:before, #header-topline .tb-btn-wrapper:after {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #header-topline .tb-btn-wrapper:before, #header-topline .tb-btn-wrapper:after {
    height: 30px;
  }
}
#header-topline .tb-btn-wrapper:after {
  right: -176px;
}
#header-topline .tb-btn-wrapper:before {
  transform: scaleX(-1);
  left: -176px;
}
@media only screen and (max-width: 1023px) {
  #header-topline .tb-btn-wrapper .tb-btn-large {
    font-size: 16px;
    line-height: 20px;
  }
  #header-topline .tb-btn-wrapper .tb-btn-large:before {
    border-width: 20px;
    border-left-color: transparent;
  }
  #header-topline .tb-btn-wrapper .tb-btn-large:after {
    border-width: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #header-topline .tb-btn-wrapper .desktop-btn {
    display: none;
  }
  #header-topline .tb-btn-wrapper .mobile-btn {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 5px;
  }
  #header-topline .tb-btn-wrapper .mobile-btn:before {
    border-width: 20px;
    left: -20px;
  }
  #header-topline .tb-btn-wrapper .mobile-btn:before {
    border-width: 15px;
  }
  #header-topline .tb-btn-wrapper .mobile-btn:after {
    border-top-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 15px;
  }
}
#header-topline a {
  display: inline-block;
  margin: 0;
}

.transparent-header #site-header {
  background-color: transparent;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.transparent-header #site-header .icon-sjoassistans {
  color: white;
}
@media only screen and (min-width: 1199px) {
  .transparent-header .mMenu:before {
    background-image: url("./images/nav_white.svg");
  }
}

.header-scrolled #site-header {
  background-color: white;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 15px 5%;
  opacity: 0;
  margin-top: 0;
  border-top: 5px solid #e00028;
}
.header-scrolled #site-header #header-topline {
  top: -50px !important;
}
@media only screen and (max-width: 1023px) {
  .header-scrolled #site-header #header-topline {
    top: -40px !important;
  }
}
.header-scrolled #site-header .icon-sjoassistans {
  color: #e00028;
}
.header-scrolled #site-header .my-account:before {
  color: #15536b;
}

.header-visible #site-header {
  opacity: 1;
}

body.admin-bar.header-scrolled #site-header {
  top: 32px;
}
@media all and (max-width: 782px) {
  body.admin-bar.header-scrolled #site-header {
    top: 46px;
  }
}

#avtal-header {
  border-top: 5px solid #e00028;
  position: fixed;
  width: 100%;
  z-index: 1;
  padding: 20px 0;
}
#avtal-header .icon-sjoassistans {
  color: #e00028;
  font-size: 48px;
}

body.navOpen {
  left: -310px;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  body.navOpen {
    overflow-y: hidden;
  }
}
body.navOpen #site-header {
  right: 310px;
  left: -310px;
}
body.navOpen .siteMenu.visible {
  right: 0;
}

.mMenu {
  font-size: 0px;
  line-height: 20px;
  color: #15536b;
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
  justify-content: center;
}
.mMenu:hover {
  color: #15536b;
}
@media only screen and (min-width: 1199px) {
  .mMenu:before {
    background-image: url("./images/nav_blue.svg");
    position: relative;
    width: 42px;
    height: 42px;
    content: "";
    background-size: contain;
  }
}
@media only screen and (max-width: 1199px) {
  .mMenu {
    font-size: 16px;
  }
  .mMenu:before {
    font-size: 20px;
    padding-left: 6px;
  }
}
@media only screen and (max-width: 1023px) {
  .mMenu {
    padding: 0;
    width: 20px;
    overflow: hidden;
    font-size: 0;
    padding-top: 1px;
  }
}

.transparent-header .mMenu {
  color: white;
}
.transparent-header .mMenu:hover {
  color: white;
}
.transparent-header .my-account:before {
  color: #fff;
}

.header-scrolled .mMenu {
  color: #15536b;
}
.header-scrolled .mMenu:hover {
  color: #15536b;
}
@media only screen and (min-width: 1199px) {
  .header-scrolled .mMenu:before {
    background-image: url("./images/nav_blue.svg");
  }
}
@media only screen and (max-width: 1023px) {
  .header-scrolled .mMenu:before {
    background-image: none;
  }
}

.lang-selector {
  display: block;
  height: 20px;
  margin-right: 30px;
  margin-left: 15px;
}
.lang-selector img {
  height: 20px;
}
@media only screen and (max-width: 1023px) {
  .lang-selector {
    margin-right: 20px;
    margin-left: 10px;
  }
}

.topMenu {
  font-size: 20px;
}
@media only screen and (max-width: 1199px) {
  .topMenu {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .topMenu {
    font-size: 14px;
  }
}
.topMenu .menu {
  display: flex;
}
.topMenu .menu li {
  display: block;
  margin: 0 15px;
}
.topMenu .menu li:nth-child(3) {
  white-space: nowrap;
}
@media only screen and (max-width: 1199px) {
  .topMenu .menu li {
    margin: 0 10px;
  }
}
.topMenu .menu li a {
  color: #15536b;
}
@media only screen and (max-width: 767px) {
  .topMenu .menu li {
    display: none;
  }
}
.topMenu .menu li.my-account {
  position: relative;
  margin-left: 24px !important;
  margin-right: 11px;
}
@media only screen and (max-width: 1023px) {
  .topMenu .menu li.my-account {
    margin-right: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .topMenu .menu li.my-account {
    display: inline;
    margin-right: 4px;
  }
}
.topMenu .menu li.my-account:before {
  color: #15536b;
  font-weight: 100 !important;
  position: absolute;
  top: 3px;
  left: 6px;
  z-index: -1;
  font-size: 20px;
}
@media only screen and (max-width: 1023px) {
  .topMenu .menu li.my-account:before {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .topMenu .menu li.my-account:before {
    right: 0;
    top: -2px;
  }
}
.topMenu .menu li.my-account a {
  font-size: 0;
  padding: 15px;
  z-index: 10;
}

.transparent-header .topMenu .menu li a {
  color: white;
}
.transparent-header .topMenu .menu li.my-account:before {
  color: white;
}

.header-scrolled .topMenu .menu li a {
  color: #15536b;
}
.header-scrolled .topMenu .menu li.my-account:before {
  color: #15536b;
}

.siteMenu {
  transition: all 0.5s ease;
  border-left: 1px solid #ddd;
  position: fixed;
  z-index: 1337;
  top: 0;
  right: -310px;
  width: 310px;
  bottom: 0;
  overflow: hidden;
  background: #fff;
  padding-bottom: 150px;
  overflow-y: auto;
}
.siteMenu h4 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 20px 25px;
  cursor: pointer;
  display: block;
}
.siteMenu h4:before {
  position: absolute;
  right: 25px;
  font-size: 22px;
  cursor: pointer;
}
.siteMenu ul li {
  position: relative;
  display: block;
  cursor: pointer;
  color: #000;
  border-top: 1px solid #f5f5f5;
}
.siteMenu ul li:last-child {
  border-bottom: 1px solid #f5f5f5;
}
.siteMenu ul li a {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  position: relative;
  display: block;
  padding: 15px 25px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  cursor: pointer !important;
  letter-spacing: 0.5px;
}
.siteMenu ul li a:hover {
  background: #f5f5f5;
}
.siteMenu ul li.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .siteMenu ul li.mobile {
    display: block;
  }
}
.siteMenu li.menu-item-has-children:before {
  font-family: "FontAwesome" !important;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 17px;
}
.siteMenu li.menu-item-has-children a {
  width: 260px;
  border-right: 1px solid #f5f5f5;
}
.siteMenu li.menu-item-has-children ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.siteMenu li.menu-item-has-children ul.active {
  max-height: 400px;
}
.siteMenu li.menu-item-has-children ul li {
  background: #fefefe;
}
.siteMenu li.menu-item-has-children ul li:last-child {
  border-bottom: none;
}
.siteMenu li.menu-item-has-children ul li a {
  padding: 15px 25px 15px 40px;
  font-size: 13px;
  width: auto;
  border-right: none;
  font-weight: normal;
}
.siteMenu li.menu-item-has-children ul li a:before {
  content: "";
  display: none;
}

.vc_wp_custommenu {
  padding-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .vc_wp_custommenu {
    display: none;
  }
}
.vc_wp_custommenu h2 {
  display: block;
  padding: 5px 20px 10px;
  font-size: 18px;
  font-family: "clarendon-text-pro";
  font-style: normal;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .vc_wp_custommenu h2 {
    padding: 20px 0 10px;
  }
}
.vc_wp_custommenu ul li {
  position: relative;
  display: block;
  cursor: pointer;
  color: #000;
  border-top: 1px solid #f5f5f5;
}
.vc_wp_custommenu ul li:last-child {
  border-bottom: 1px solid #f5f5f5;
}
.vc_wp_custommenu ul li a {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  position: relative;
  display: block;
  padding: 20px 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  cursor: pointer !important;
  letter-spacing: 0.5px;
}
.vc_wp_custommenu ul li a:hover {
  background: #f5f5f5;
}
.vc_wp_custommenu ul li.current-menu-item a {
  border-left: 4px solid #00A2CE;
}
.vc_wp_custommenu li.menu-item-has-children:before {
  font-family: "FontAwesome" !important;
  font-size: 16px;
  position: absolute;
  right: 5%;
  top: 22px;
}
.vc_wp_custommenu li.menu-item-has-children a {
  width: 85%;
  border-right: 1px solid #f5f5f5;
}
.vc_wp_custommenu li.menu-item-has-children ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.vc_wp_custommenu li.menu-item-has-children ul.active {
  max-height: 400px;
}
.vc_wp_custommenu li.menu-item-has-children ul li {
  background: #fefefe;
}
.vc_wp_custommenu li.menu-item-has-children ul li:last-child {
  border-bottom: none;
}
.vc_wp_custommenu li.menu-item-has-children ul li:before {
  display: none;
}
.vc_wp_custommenu li.menu-item-has-children ul li a {
  padding: 15px 25px 15px 30px;
  font-size: 13px;
  width: auto;
  border-right: none;
  font-weight: normal;
}
.vc_wp_custommenu li.menu-item-has-children ul li a:before {
  content: "";
  display: none;
}

#footer {
  padding: 80px 0 40px;
  background-image: url(./images/bg_footer.jpg);
  text-align: center;
  background-repeat: repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding-top: 50px;
  }
}
#footer .logo, #footer .footer-container-inner {
  z-index: 10;
}
#footer .logo .icon-sjoassistans:before {
  font-size: 48px;
  color: #fff;
}
#footer .footer-container-inner {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1366px;
  margin: 0 auto;
  width: 100%;
}
#footer .footer-container-inner .col-xs-12 {
  display: flex;
  justify-content: space-between;
  padding: 70px 40px;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-container-inner .col-xs-12 {
    flex-wrap: wrap;
    padding: 30px 15px;
    justify-content: center;
  }
}
#footer .footer-container-inner .col-xs-12 .widget {
  width: 33.33%;
}
@media only screen and (max-width: 1023px) {
  #footer .footer-container-inner .col-xs-12 .widget {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer-container-inner .col-xs-12 .widget {
    width: 100%;
  }
}
#footer .footer-container-inner .col-xs-12 .widget p, #footer .footer-container-inner .col-xs-12 .widget a {
  color: #bde4f7;
}
#footer .footer-container-inner .col-xs-12 h4 {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  #footer .footer-container-inner .col-xs-12 h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
#footer .footer-container-inner .col-xs-12 .tb-btn-wrapper {
  display: flex;
  padding-left: 0;
}
#footer .footer-container-inner .col-xs-12 .tb-btn-wrapper .tb-btn-blue {
  color: #fff !important;
  background-color: #00A2CE;
}
#footer .footer-container-inner .col-xs-12 .tb-btn-wrapper .tb-btn-blue:before {
  border-color: #00A2CE;
  border-left-color: transparent;
}
#footer .footer-container-inner .col-xs-12 .tb-btn-wrapper .tb-btn-blue:after {
  border-left-color: #00A2CE;
}
#footer .footer-container-inner .col-xs-12 .tb-btn-wrapper .tb-btn-blue:hover {
  background-color: #00b6e8;
}
#footer .footer-container-inner .col-xs-12 .tb-btn-wrapper .tb-btn-blue:hover:before {
  border-color: #00b6e8;
  border-left-color: transparent;
}
#footer .footer-container-inner .col-xs-12 .tb-btn-wrapper .tb-btn-blue:hover:after {
  border-left-color: #00b6e8;
}
#footer .footer-container-inner .col-xs-12 .fas {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer-container-inner .col-xs-12 .fas:before {
  padding-right: 9px;
  font-size: 20px;
}

.sub-footer {
  padding: 25px 0;
  color: #bde4f7;
  font-size: 16px;
  line-height: 20px;
  z-index: 10;
}
.sub-footer .textwidget {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .sub-footer .textwidget {
    flex-wrap: wrap;
  }
}
.sub-footer .textwidget a {
  color: #bde4f7;
  padding-left: 5px;
}
.sub-footer .textwidget p {
  margin: 0 !important;
}
.sub-footer .textwidget p:first-of-type {
  padding-right: 10px;
}

.entry-footer {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* Layout */
.row {
  text-align: left;
}

.wpb_wrapper {
  position: relative;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  .sectionWrp {
    min-height: 0 !important;
  }
}

.sectionWrp, .sectionWrp > div {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.sectionWrp.section-container > div,
.container {
  padding-left: 40px !important;
  padding-right: 40px !important;
  max-width: 1366px !important;
  width: auto !important;
}
@media only screen and (max-width: 1366px) {
  .sectionWrp.section-container > div,
.container {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .sectionWrp.section-container > div,
.container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .sectionWrp.section-container > div,
.container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sectionWrp.section-container > div,
.container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 480px) {
  .sectionWrp.section-container > div,
.container {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

.sectionWrp.section-container.content > div {
  max-width: 1256px !important;
}

.content {
  padding-left: 55px !important;
  padding-right: 55px !important;
}
@media only screen and (max-width: 1366px) {
  .content {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .content {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .content {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .content {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media only screen and (max-width: 480px) {
  .content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.content .section {
  position: relative;
  box-shadow: 0 0 30px 0 rgba(21, 83, 107, 0.3);
  background-color: #fff;
  padding: 40px 30px;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .content .section {
    padding: 20px 5px;
  }
}
.content .section .vc_col-sm-8 .skipper {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  .content .section .vc_col-sm-8 .skipper {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.content .section .vc_col-sm-8 .skipper:last-child {
  border-bottom: none;
}
.content .section .vc_col-sm-8 .skipper .vc_col-sm-3 {
  width: 25% !important;
  float: left !important;
  clear: none !important;
}
@media only screen and (max-width: 480px) {
  .content .section .vc_col-sm-8 .skipper .vc_col-sm-3 {
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }
}
.content .section .vc_col-sm-8 .skipper .vc_col-sm-9 {
  width: 75% !important;
  float: left !important;
  clear: none !important;
}
@media only screen and (max-width: 480px) {
  .content .section .vc_col-sm-8 .skipper .vc_col-sm-9 {
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }
}
.sectionWrp.section-container > div.section-bg-overlay,
.sectionWrp > div.section-bg-overlay {
  position: absolute !important;
  max-width: none !important;
  padding: 0 !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sectionWrp.section-container > div.bg-video-wrapper,
.sectionWrp div.bg-video-wrapper {
  position: absolute !important;
  max-width: none !important;
  padding: 0 !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.sectionWrp.section-full .vc_column_container,
.sectionWrp.section-full .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

article.type-post .sectionWrp.section-full {
  margin-left: -15px;
  margin-right: -15px;
}

article.type-post .sectionWrp.section-full .vc_column_container {
  padding-left: 15px;
  padding-right: 15px;
}

.wpb_content_element {
  margin-bottom: 0px !important;
}

.container .row {
  margin: 0 !important;
}

.section-bg-positon-top-left {
  background-position: left top;
}

.section-bg-positon-top-center {
  background-position: center top;
}

.section-bg-positon-top-right {
  background-position: right top;
}

.section-bg-positon-center-left {
  background-position: left center;
}

.section-bg-positon-center-center {
  background-position: center center;
}

.section-bg-positon-center-right {
  background-position: right center;
}

.section-bg-positon-bottom-left {
  background-position: left bottom;
}

.section-bg-positon-bottom-center {
  background-position: center bottom;
}

.section-bg-positon-bottom-right {
  background-position: right bottom;
}

.section-bg-size-auto {
  background-size: auto;
}

.section-bg-size-contain {
  background-size: contain;
}

.section-bg-size-cover {
  background-size: cover;
}

.section-bg-attachment-scroll {
  background-attachment: scroll;
}

.section-bg-attachment-fixed {
  background-attachment: fixed;
}

.section-bg-repeat-no-repeat {
  background-repeat: no-repeat;
}

.section-bg-repeat-repeat {
  background-repeat: repeat;
}

.section-bg-repeat-repeat-x {
  background-repeat: repeat-x;
}

.section-bg-repeat-repeat-y {
  background-repeat: repeat-y;
}

/* Borders */
.section-border-top-dotted,
.section-border-bottom-dotted {
  border-style: dotted;
}

.section-border-bottom-dashed,
.section-border-top-dashed {
  border-style: dashed;
}

.section-border-bottom-solid,
.section-border-top-solid {
  border-style: solid;
}

.section-border-top-0 {
  border-top-width: 0;
}

.section-border-top-1 {
  border-top-width: 1px;
}

.section-border-top-2 {
  border-top-width: 2px;
}

.section-border-top-3 {
  border-top-width: 3px;
}

.section-border-top-4 {
  border-top-width: 4px;
}

.section-border-top-5 {
  border-top-width: 5px;
}

.section-border-bottom-0 {
  border-bottom-width: 0;
}

.section-border-bottom-1 {
  border-bottom-width: 1px;
}

.section-border-bottom-2 {
  border-bottom-width: 2px;
}

.section-border-bottom-3 {
  border-bottom-width: 3px;
}

.section-border-bottom-4 {
  border-bottom-width: 4px;
}

.section-border-bottom-5 {
  border-bottom-width: 5px;
}

/* Full height settings */
.section-full-height {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  line-height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .section-full-height {
    height: auto !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media only screen and (max-width: 480px) {
  .section-full-height {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
.section-full-height .row {
  position: relative;
  top: 30%;
}
@media only screen and (max-width: 767px) {
  .section-full-height .row {
    top: auto;
  }
}
.section-full-height .scrolldown {
  position: absolute;
  display: block;
  z-index: 9;
  bottom: 40px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border: 2px solid white;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: line-height 100ms ease;
  -moz-transition: line-height 100ms ease;
  -ms-transition: line-height 100ms ease;
  -o-transition: line-height 100ms ease;
  transition: line-height 100ms ease;
}
.section-full-height .scrolldown:before {
  font-weight: bold;
}
.section-full-height .scrolldown:hover {
  line-height: 60px;
}
@media only screen and (max-width: 767px) {
  .section-full-height .scrolldown {
    display: none !important;
  }
}

.bg-video-wrapper iframe {
  display: block;
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Margin Spaces */
.section-top-super-margin {
  margin-top: 130px;
}
@media only screen and (max-width: 1023px) {
  .section-top-super-margin {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .section-top-super-margin {
    margin-top: 30px;
  }
}

.section-top-more-margin {
  margin-top: 60px;
}
@media only screen and (max-width: 1023px) {
  .section-top-more-margin {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section-top-more-margin {
    margin-top: 30px;
  }
}

.section-top-margin {
  margin-top: 30px;
}
@media only screen and (max-width: 480px) {
  .section-top-margin {
    margin-top: 30px;
  }
}

.section-top-less-margin {
  margin-top: 30px;
}

.section-top-no-margin {
  margin-top: 0;
}

.section-bottom-super-margin {
  margin-bottom: 130px;
}
@media only screen and (max-width: 1023px) {
  .section-bottom-super-margin {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .section-bottom-super-margin {
    margin-bottom: 30px;
  }
}

.section-bottom-more-margin {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .section-bottom-more-margin {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section-bottom-more-margin {
    margin-bottom: 30px;
  }
}

.section-bottom-margin {
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .section-bottom-margin {
    margin-bottom: 30px;
  }
}

.section-bottom-less-margin {
  margin-bottom: 30px;
}

.section-bottom-no-margin {
  margin-bottom: 0;
}

/* Padding Spaces */
.section-top-super-padding {
  padding-top: 130px;
}
@media only screen and (max-width: 1023px) {
  .section-top-super-padding {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-super-padding {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section-top-super-padding {
    padding-top: 30px;
  }
}

.section-top-more-padding {
  padding-top: 60px;
}
@media only screen and (max-width: 1023px) {
  .section-top-more-padding {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section-top-more-padding {
    padding-top: 30px;
  }
}

.section-top-padding {
  padding-top: 30px;
}
@media only screen and (max-width: 480px) {
  .section-top-padding {
    padding-top: 30px;
  }
}

.section-top-less-padding {
  padding-top: 30px;
}

.section-top-no-padding {
  padding-top: 0;
}

.section-bottom-super-padding {
  padding-bottom: 130px;
}
@media only screen and (max-width: 1023px) {
  .section-bottom-super-padding {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-bottom-super-padding {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section-bottom-super-padding {
    padding-bottom: 30px;
  }
}

.section-bottom-more-padding {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .section-bottom-more-padding {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .section-bottom-more-padding {
    padding-bottom: 30px;
  }
}

.section-bottom-padding {
  padding-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .section-bottom-padding {
    padding-bottom: 30px;
  }
}

.section-bottom-less-padding {
  padding-bottom: 30px;
}

.section-bottom-no-padding {
  padding-bottom: 0;
}

/* Columns */
.sidebar .vc_col-sm-3 {
  width: 25%;
  padding-right: 25px;
}

.sidebar .vc_col-sm-9 {
  width: 75%;
  float: right !important;
  padding-left: 25px;
  border-left: 1px solid #f5f5f5;
}

.single-post-wrapper .vc_col-sm-3 {
  width: 25%;
  float: left;
  padding-left: 25px;
}

.single-post-wrapper .vc_col-sm-9 {
  width: 75%;
  float: left;
  padding-right: 25px;
}

.supplier-left {
  padding-right: 25px;
}
@media only screen and (max-width: 979px) {
  .supplier-left {
    padding-right: 15px;
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }
}

.supplier-right {
  padding-left: 25px;
}
@media only screen and (max-width: 979px) {
  .supplier-right {
    padding-left: 15px;
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }
}

@media only screen and (max-width: 1199px) {
  .vc_col-sm-3 {
    width: 50% !important;
    float: left !important;
    clear: none !important;
  }
  .sidebar .vc_col-sm-3 {
    width: 25% !important;
  }
  .single-post-wrapper .vc_col-sm-3 {
    width: 25% !important;
    padding-left: 15px;
    padding-right: 20px;
  }
  .single-post-wrapper .vc_col-sm-9 {
    padding-right: 15px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .sidebar .vc_col-sm-3,
.sidebar .vc_col-sm-9,
.single-post-wrapper .vc_col-sm-3,
.single-post-wrapper .vc_col-sm-9,
.vc_col-sm-4,
.vc_col-sm-8 {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  .single-post-wrapper .vc_col-sm-3,
.single-post-wrapper .vc_col-sm-9 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sidebar .vc_col-sm-3 {
    padding-top: 15px;
  }
  article.type-post .sectionWrp.section-full .vc_col-sm-4 {
    width: 33.33% !important;
  }
  article.type-post .sectionWrp.section-full .vc_col-sm-4:last-child {
    width: 33.33% !important;
  }
}
@media only screen and (max-width: 767px) {
  .vc_col-sm-3 {
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }
  .single-post-wrapper .vc_col-sm-3,
.single-post-wrapper .vc_col-sm-9 {
    padding-left: 0;
    padding-right: 0;
  }
  .vc_col-sm-4,
article.type-post .sectionWrp.section-full .vc_col-sm-4 {
    width: 100% !important;
  }
  .vc_col-sm-4:last-child,
article.type-post .sectionWrp.section-full .vc_col-sm-4:last-child {
    width: 100% !important;
  }
  .single-post .col-sm-12 {
    width: auto !important;
    padding: 0 !important;
  }
  .single-post .col-sm-12:last-child {
    width: auto !important;
  }
}
.bg-log {
  margin: 0 !important;
  position: relative;
  moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.bg-log .vc_col-sm-12 {
  background-position: top right;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 275px 221px;
  background-image: url(/wp-content/themes/sjoassistans/assets/images/stripes.png);
  behavior: url(/wp-content/themes/sjoassistans/assets/dist/css/backgroundsize.min.htc) \9 ;
}
@media only screen and (max-width: 1023px) {
  .bg-log .vc_col-sm-12 {
    background-size: 150px 121px;
  }
}
@media only screen and (max-width: 767px) {
  .bg-log .vc_col-sm-12 {
    background-size: 120px 96px;
  }
}
@media only screen and (max-width: 480px) {
  .bg-log .vc_col-sm-12 {
    background-size: 87px 70px;
  }
}
@media only screen and (max-width: 480px) {
  .bg-log .posts .tb_log {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.bg-log .log-headline {
  padding-left: 15px;
  padding-right: 15px;
}
.bg-log .log-headline .wpb_wrapper {
  text-align: left;
}
.bg-log .log-headline .wpb_wrapper a {
  color: #000;
}
.bg-log h2 {
  font-family: "clarendon-text-pro";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  padding-bottom: 10px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .bg-log h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .bg-log h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.bg-log h2:before {
  display: none;
  font-family: "FontAwesome";
  font-weight: normal;
  padding-right: 7px;
}
.bg-log p {
  max-width: 640px;
}

@media only screen and (max-width: 480px) {
  .gform_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.gfield {
  position: relative;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}
body .gform_wrapper .top_label div.ginput_container.ginput_container_fileupload {
  margin-top: 10px !important;
}

.gform_wrapper h3.gform_title {
  font-weight: 400 !important;
  font-size: 24px !important;
  margin-top: 30px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gform_wrapper label.gfield_label {
  font-weight: 400 !important;
  line-height: 1.5em !important;
  font-size: 14px !important;
}

.gform_wrapper .gfield_required {
  color: #bde4f7 !important;
  font-size: 18px !important;
}

#extensions_message {
  font-size: 14px !important;
}

.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
  clear: both;
}

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
  width: auto !important;
  max-width: none !important;
  white-space: nowrap;
  display: inline-block !important;
  overflow: visible !important;
  float: left;
  margin-bottom: 20px !important;
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  position: relative;
  font-size: 14px !important;
  top: 3px !important;
  margin-left: 5px !important;
  margin-right: 15px !important;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 400 !important;
}

.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=date],
.gform_wrapper textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: 0 0 0 0 #fff !important;
  -webkit-box-shadow: 0 0 0 0 #fff !important;
  box-shadow: 0 0 0 0 #fff !important;
  moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  padding-bottom: 4px !important;
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  background-color: transparent !important;
  min-height: 0 !important;
  width: 100% !important;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 1.5em !important;
  font-size: 18px !important;
  font-weight: 500;
}

.gform_wrapper textarea {
  font-size: 14px !important;
  font-weight: 500;
}

.gform_wrapper textarea.medium {
  height: 100px !important;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  margin-bottom: 10px !important;
}

.gform_wrapper .validation_message {
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #bde4f7 !important;
}

.ginput_preview {
  font-weight: 400 !important;
  font-size: 14px !important;
}

.gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 20px !important;
}

.gform_button,
.gform_button_select_files {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: 0 0 0 0 #fff !important;
  -webkit-box-shadow: 0 0 0 0 #fff !important;
  box-shadow: 0 0 0 0 #fff !important;
  moz-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -khtml-border-radius: 8px !important;
  border-radius: 8px !important;
  position: relative !important;
  text-decoration: none !important;
  outline: none !important;
  border: none !important;
  border-bottom-style: solid !important;
  border-bottom-width: 4px !important;
  border-bottom-color: #7a0016 !important;
  background: #e00028;
  font-size: 14px !important;
  font-family: Tahoma, Verdana, Segoe, sans-serif !important;
  line-height: 20px !important;
  font-weight: bold;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer !important;
  padding: 7px 20px !important;
  margin: 0 !important;
  color: #fff !important;
}
.gform_button:hover,
.gform_button_select_files:hover {
  color: #fff !important;
  background-color: #fa002d !important;
  border-bottom-color: #7a0016 !important;
}

.page-template-max-width-template .posts-top-headline {
  padding-top: 150px;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1366px;
  width: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .page-template-max-width-template .posts-top-headline {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-max-width-template .posts-top-headline {
    padding: 90px 15px 0;
  }
}
.page-template-max-width-template .posts-top-headline h1 {
  color: #15536b;
}
.page-template-max-width-template .posts-top-headline p {
  margin: 15px 0 !important;
}