<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Quantico:400,400italic,700,700italic);
.btn-default,
.btn-primary,
.btn-secondary,
.btn-tertiary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 1px 0 rgba(0,0,0,0.1);
  border: none;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  padding: 12px 30px;
  font-size: 14px;
  line-height: 1.615384;
  border-radius: 0;
  background: none;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.btn-default:hover,
.btn-default:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-success:hover,
.btn-success:focus,
.btn-info:hover,
.btn-info:focus,
.btn-warning:hover,
.btn-warning:focus,
.btn-danger:hover,
.btn-danger:focus {
  color: #16263d;
}
.btn-default:hover:before,
.btn-default:focus:before,
.btn-primary:hover:before,
.btn-primary:focus:before,
.btn-secondary:hover:before,
.btn-secondary:focus:before,
.btn-tertiary:hover:before,
.btn-tertiary:focus:before,
.btn-success:hover:before,
.btn-success:focus:before,
.btn-info:hover:before,
.btn-info:focus:before,
.btn-warning:hover:before,
.btn-warning:focus:before,
.btn-danger:hover:before,
.btn-danger:focus:before {
  z-index: -1;
  width: 100%;
}
.btn-default:before,
.btn-primary:before,
.btn-secondary:before,
.btn-tertiary:before,
.btn-success:before,
.btn-info:before,
.btn-warning:before,
.btn-danger:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn {
  position: relative;
  border-width: 2px;
  border-style: solid;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background: rgba(0,0,0,0.05);
  color: #f9fcfd;
  -webkit-border-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15),rgba(255,255,255,0.15)) 10 stretch;
  -moz-border-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15),rgba(255,255,255,0.15)) 10 stretch;
  -o-border-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15),rgba(255,255,255,0.15)) 10 stretch;
  border-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15),rgba(255,255,255,0.15)) 10 stretch;
}
.btn-default:hover,
.btn-default:focus {
  background: none;
  color: #f9fcfd;
}
.btn-default:active,
.btn-default.active {
  background: none;
  color: #f9fcfd;
}
.btn-default:before {
  background: rgba(255,255,255,0.15);
}
.ie .btn-default,
.ie .btn-default:hover,
.ie .btn-default:focus {
  border-color: rgba(255,255,255,0.15);
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
  .btn-default,
  .btn-default:hover,
  .btn-default:focus {
    border-color: rgba(255,255,255,0.15);
  }
}
.btn-primary {
  background: rgba(0,0,0,0.05);
  color: #f9fcfd;
  -webkit-border-image: -webkit-linear-gradient(45deg,#14a5d3,#20baa0) 10 stretch;
  -moz-border-image: -moz-linear-gradient(45deg,#14a5d3,#20baa0) 10 stretch;
  -o-border-image: -o-linear-gradient(45deg,#14a5d3,#20baa0) 10 stretch;
  border-image: -webkit-linear-gradient(45deg,#14a5d3,#20baa0) 10 stretch;
}
.btn-primary:hover,
.btn-primary:focus {
  background: none;
  color: #f9fcfd;
}
.btn-primary:active,
.btn-primary.active {
  background: none;
  color: #f9fcfd;
}
.btn-primary:before {
  background-image: -webkit-linear-gradient(left,color-stop(#14a5d3 0%),color-stop(#20baa0 100%));
  background-image: linear-gradient(to right,#14a5d3 0%,#20baa0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff14a5d3', endColorstr='#ff20baa0', GradientType=1);
}
.ie .btn-primary,
.ie .btn-primary:hover,
.ie .btn-primary:focus {
  border-color: #14a5d3;
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
  .btn-primary,
  .btn-primary:hover,
  .btn-primary:focus {
    border-color: #14a5d3;
  }
}
.btn-success {
  background: rgba(0,0,0,0.05);
  color: #f9fcfd;
  -webkit-border-image: -webkit-linear-gradient(45deg,#20baa0,#20baa0) 10 stretch;
  -moz-border-image: -moz-linear-gradient(45deg,#20baa0,#20baa0) 10 stretch;
  -o-border-image: -o-linear-gradient(45deg,#20baa0,#20baa0) 10 stretch;
  border-image: -webkit-linear-gradient(45deg,#20baa0,#20baa0) 10 stretch;
}
.btn-success:hover,
.btn-success:focus {
  background: none;
  color: #f9fcfd;
}
.btn-success:active,
.btn-success.active {
  background: none;
  color: #f9fcfd;
}
.btn-success:before {
  background: #20baa0;
}
.ie .btn-success,
.ie .btn-success:hover,
.ie .btn-success:focus {
  border-color: #20baa0;
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
  .btn-success,
  .btn-success:hover,
  .btn-success:focus {
    border-color: #20baa0;
  }
}
.btn-warning {
  background: rgba(0,0,0,0.05);
  color: #f9fcfd;
  -webkit-border-image: -webkit-linear-gradient(45deg,#d0be33,#819f47) 10 stretch;
  -moz-border-image: -moz-linear-gradient(45deg,#d0be33,#819f47) 10 stretch;
  -o-border-image: -o-linear-gradient(45deg,#d0be33,#819f47) 10 stretch;
  border-image: -webkit-linear-gradient(45deg,#d0be33,#819f47) 10 stretch;
}
.btn-warning:hover,
.btn-warning:focus {
  background: none;
  color: #f9fcfd;
}
.btn-warning:active,
.btn-warning.active {
  background: none;
  color: #f9fcfd;
}
.btn-warning:before {
  background-image: -webkit-linear-gradient(left,color-stop(#d0be33 0%),color-stop(#819f47 100%));
  background-image: linear-gradient(to right,#d0be33 0%,#819f47 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd0be33', endColorstr='#ff819f47', GradientType=1);
}
.ie .btn-warning,
.ie .btn-warning:hover,
.ie .btn-warning:focus {
  border-color: #d0be33;
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
  .btn-warning,
  .btn-warning:hover,
  .btn-warning:focus {
    border-color: #d0be33;
  }
}
.btn-danger {
  background: rgba(0,0,0,0.05);
  color: #f9fcfd;
  -webkit-border-image: -webkit-linear-gradient(45deg,#ed5b66,#f4ad45) 10 stretch;
  -moz-border-image: -moz-linear-gradient(45deg,#ed5b66,#f4ad45) 10 stretch;
  -o-border-image: -o-linear-gradient(45deg,#ed5b66,#f4ad45) 10 stretch;
  border-image: -webkit-linear-gradient(45deg,#ed5b66,#f4ad45) 10 stretch;
}
.btn-danger:hover,
.btn-danger:focus {
  background: none;
  color: #f9fcfd;
}
.btn-danger:active,
.btn-danger.active {
  background: none;
  color: #f9fcfd;
}
.btn-danger:before {
  background-image: -webkit-linear-gradient(left,color-stop(#ed5b66 0%),color-stop(#f4ad45 100%));
  background-image: linear-gradient(to right,#ed5b66 0%,#f4ad45 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffed5b66', endColorstr='#fff4ad45', GradientType=1);
}
.ie .btn-danger,
.ie .btn-danger:hover,
.ie .btn-danger:focus {
  border-color: #ed5b66;
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
  .btn-danger,
  .btn-danger:hover,
  .btn-danger:focus {
    border-color: #ed5b66;
  }
}
.btn-info {
  background: rgba(0,0,0,0.05);
  color: #f9fcfd;
  -webkit-border-image: -webkit-linear-gradient(45deg,#2e91d2,#2e91d2) 10 stretch;
  -moz-border-image: -moz-linear-gradient(45deg,#2e91d2,#2e91d2) 10 stretch;
  -o-border-image: -o-linear-gradient(45deg,#2e91d2,#2e91d2) 10 stretch;
  border-image: -webkit-linear-gradient(45deg,#2e91d2,#2e91d2) 10 stretch;
}
.btn-info:hover,
.btn-info:focus {
  background: none;
  color: #f9fcfd;
}
.btn-info:active,
.btn-info.active {
  background: none;
  color: #f9fcfd;
}
.btn-info:before {
  background: #2e91d2;
}
.ie .btn-info,
.ie .btn-info:hover,
.ie .btn-info:focus {
  border-color: #2e91d2;
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
  .btn-info,
  .btn-info:hover,
  .btn-info:focus {
    border-color: #2e91d2;
  }
}
.btn-lg {
  padding: 18px 40px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 0;
  line-height: 36px;
  border-width: 3px;
}
.btn-sm {
  padding: 10px 20px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
  border-width: 1px;
}
.btn-xs {
  padding: 6px 15px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 0;
  border-width: 1px;
}
.btn-block {
  padding-left: 0;
  padding-right: 0;
}
.btn [class^="sow-icon-"] {
  margin-right: 0.5em;
  margin-left: -0.5em;
  margin-top: 0.2em;
  font-size: 1.35em;
}
.btn-icon-image {
  margin: -0.1em 0.25em 0 -0.5em;
  width: 1em;
  height: 1em;
  background-size: cover;
  font-size: 1.3em;
  display: inline-block;
  vertical-align: middle;
}
.btn-wrapper--align-left {
  text-align: left;
}
.btn-wrapper--align-right {
  text-align: right;
}
.btn-wrapper--align-center {
  text-align: center;
}
.btn-wrapper--align-justify .btn {
  width: 100%;
  display: block;
}
.link-arrow {
  font-size: 11px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 700;
  line-height: 20px;
  color: #5c6777;
  font-family: 'Open Sans', sans-serif;
}
.link-arrow .fa {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.link-arrow:hover {
  color: #14a5d3;
}
.text-secondary {
  color: #f9fcfd;
}
h3.text-secondary {
  font-weight: bold;
}
.text-tertiary {
  color: #9eb4cc;
}
.page-header {
  position: relative;
  margin: 0;
  padding-top: 82px;
  padding-bottom: 0;
  border: none;
  overflow: hidden;
}
.page-header .page-header-inner {
  position: relative;
  padding: 36px 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.page-header .page-header-inner:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: url(https://www.hermes-sp.eu/wp-content/themes/hermes/less/../images/pattern-dotted-dark.png);
  z-index: 1;
}
.page-header h1 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #14a5d3;
  font-family: 'Quantico', sans-serif;
  font-weight: normal;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .page-header h1 {
    margin-bottom: 0;
  }
}
.page-header .breadcrumb {
  background: none;
  display: block;
  padding: 0;
  margin-bottom: 0;
  vertical-align: bottom;
  position: relative;
  z-index: 2;
  text-align: left;
}
@media (min-width: 768px) {
  .page-header .breadcrumb {
    text-align: right;
    padding-right: 15px;
  }
}
.page-header .breadcrumb &gt; li {
  margin-bottom: 5px;
  display: inline;
}
.page-header .breadcrumb &gt; li:before {
  display: none;
}
.page-header .breadcrumb &gt; li:after {
  content: "//\00a0";
  color: #f9fcfd;
  padding: 0 4px 0 6px;
  opacity: .2;
  filter: alpha(opacity=20);
}
.page-header .breadcrumb &gt; li:last-child:after {
  display: none;
}
.page-header .breadcrumb a {
  color: #f9fcfd;
  text-decoration: none;
}
.page-header .breadcrumb a:hover {
  color: #14a5d3;
}
.page-header.page-header__standard h1 {
  line-height: 1.25em;
}
@media (min-width: 768px) {
  .page-header.page-header__standard h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.page-header__404 {
  text-align: center;
  padding-top: 195px;
  padding-bottom: 15px;
}
.page-header__404 h1 {
  display: block;
  font-size: 80px;
  line-height: 1em;
  margin-bottom: 0;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-header__404 h1 {
    font-size: 160px;
  }
}
.page-header__404 .desc {
  font-size: 24px;
  color: #f9fcfd;
  font-family: 'Quantico', sans-serif;
}
@media (min-width: 768px) {
  .page-header__404 .desc {
    font-size: 40px;
  }
}
.error404-notice {
  text-align: center;
  font-size: 15px;
  line-height: 23px;
}
@media (min-width: 768px) {
  .error404-notice {
    padding: 0 10px 100px 10px;
  }
}
.page-header__coming-soon {
  text-align: center;
  padding: 75px 0 85px 0;
  margin-top: 0;
}
.title-bordered {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 65px;
}
.title-bordered:after,
.title-bordered:before {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  bottom: 6px;
  width: 12%;
  opacity: .12;
  filter: alpha(opacity=12);
}
.title-bordered:before {
  left: 50%;
  background-image: -webkit-linear-gradient(left,color-stop(transparent 0%),color-stop(#f9fcfd 100%));
  background-image: linear-gradient(to right,transparent 0%,#f9fcfd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#fff9fcfd', GradientType=1);
}
.title-bordered:after {
  right: 50%;
  background-image: -webkit-linear-gradient(left,color-stop(#f9fcfd 0%),color-stop(transparent 100%));
  background-image: linear-gradient(to right,#f9fcfd 0%,transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9fcfd', endColorstr='#00000000', GradientType=1);
}
.title-bordered .title-inner {
  position: relative;
  padding-bottom: 45px;
}
.title-bordered .title-inner:after,
.title-bordered .title-inner:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
}
.title-bordered .title-inner:before {
  left: 50%;
  margin-left: -7px;
  bottom: 0;
  width: 13px;
  height: 13px;
  background: #f9fcfd;
  opacity: .15;
  filter: alpha(opacity=15);
}
.title-bordered .title-inner:after {
  left: 50%;
  margin-left: -3px;
  bottom: 4px;
  width: 5px;
  height: 5px;
  background: #14a5d3;
}
.title-bordered h1,
.title-bordered h2,
.title-bordered h3,
.title-bordered h4,
.title-bordered h5,
.title-bordered h6 {
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
  color: #f9fcfd;
}
.title-decorated {
  position: relative;
  padding-bottom: 20px;
}
.title-decorated:after {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  left: 13px;
  bottom: 56px;
  width: 60%;
  opacity: .12;
  filter: alpha(opacity=12);
  background-image: -webkit-linear-gradient(left,color-stop(#f9fcfd 0%),color-stop(transparent 100%));
  background-image: linear-gradient(to right,#f9fcfd 0%,transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9fcfd', endColorstr='#00000000', GradientType=1);
}
.title-decorated h1,
.title-decorated h2,
.title-decorated h3,
.title-decorated h4,
.title-decorated h5,
.title-decorated h6 {
  position: relative;
  vertical-align: middle;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.title-decorated h1 p,
.title-decorated h2 p,
.title-decorated h3 p,
.title-decorated h4 p,
.title-decorated h5 p,
.title-decorated h6 p {
  display: inline;
  margin: 0;
}
.title-decorated h1:after,
.title-decorated h1:before,
.title-decorated h2:after,
.title-decorated h2:before,
.title-decorated h3:after,
.title-decorated h3:before,
.title-decorated h4:after,
.title-decorated h4:before,
.title-decorated h5:after,
.title-decorated h5:before,
.title-decorated h6:after,
.title-decorated h6:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
}
.title-decorated h1:before,
.title-decorated h2:before,
.title-decorated h3:before,
.title-decorated h4:before,
.title-decorated h5:before,
.title-decorated h6:before {
  left: 0;
  bottom: 0;
  width: 13px;
  height: 13px;
  background: #f9fcfd;
  opacity: .15;
  filter: alpha(opacity=15);
}
.title-decorated h1:after,
.title-decorated h2:after,
.title-decorated h3:after,
.title-decorated h4:after,
.title-decorated h5:after,
.title-decorated h6:after {
  left: 4px;
  bottom: 4px;
  width: 5px;
  height: 5px;
  background: #14a5d3;
}
.dropcap {
  float: left;
  margin: 5px 20px 10px 0;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 50px;
  line-height: 60px;
  border-left: 2px solid #9eb4cc;
  border-right: 2px solid #9eb4cc;
}
.dropcap__squared {
  background: #f9fcfd;
  color: #16263d;
  font-weight: normal;
  font-size: 36px;
  border: none;
}
.dropcap__rounded {
  border-radius: 50%;
  background: #f9fcfd;
  color: #16263d;
  font-weight: normal;
  font-size: 36px;
  border: none;
}
.cta {
  margin-bottom: 10px;
  padding: 10px;
  background: #213046;
  position: relative;
}
.cta .cta-inner {
  padding: 65px 40px;
  border: 1px solid rgba(249,252,253,0.05);
}
.cta .cta-inner:before,
.cta .cta-inner:after {
  content: " ";
  display: table;
}
.cta .cta-inner:after {
  clear: both;
}
.cta .cta-inner:before,
.cta .cta-inner:after {
  content: " ";
  display: table;
}
.cta .cta-inner:after {
  clear: both;
}
.cta-txt {
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
  font-family: 'Quantico', sans-serif;
  line-height: 1.2em;
  font-weight: normal;
  color: #f9fcfd;
}
@media (min-width: 768px) {
  .cta-txt {
    margin-bottom: 0;
    padding-top: 10px;
    text-align: left;
    font-size: 26px;
  }
}
.cta-btn {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cta-btn {
    text-align: right;
  }
}
.cta__alt {
  background: rgba(0,0,0,0.25);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cta__alt .cta-inner {
  overflow: hidden;
}
.cta__alt .cta-inner:before,
.cta__alt .cta-inner:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  border-left: 10px solid #14a5d3;
  border-right: 10px solid #14a5d3;
}
.cta__alt .cta-inner:before {
  top: 0;
}
.cta__alt .cta-inner:after {
  bottom: 0;
}
.cta__alt .cta-outer:before,
.cta__alt .cta-outer:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  border-top: 10px solid #14a5d3;
  border-bottom: 10px solid #14a5d3;
}
.cta__alt .cta-outer:before {
  left: 0;
}
.cta__alt .cta-outer:after {
  right: 0;
}
.cta__alt .cta-txt {
  color: #f9fcfd;
}
.cta__fullwidth {
  margin: 0 -100%;
  padding: 0 100%;
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  border: none;
  background-position: 50% 0;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 768px) {
  .cta__fullwidth {
    padding-left: 0;
    padding-right: 0;
    margin-left: -30px;
    margin-right: -30px;
    background-attachment: local;
    background-position: 50% 50%;
  }
}
.cta__fullwidth:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: url(https://www.hermes-sp.eu/wp-content/themes/hermes/less/../images/pattern-dotted-dark.png);
  z-index: 1;
}
.cta__fullwidth .cta-inner {
  border: none;
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
  z-index: 2;
}
.cta__fullwidth .cta-inner:before,
.cta__fullwidth .cta-inner:after {
  display: none;
}
.cta__fullwidth .cta-outer:before,
.cta__fullwidth .cta-outer:after {
  display: none;
}
.cta__fullwidth .cta-txt {
  text-align: center;
  font-size: 42px;
  margin-bottom: .75em;
}
.cta__fullwidth .cta-btn {
  text-align: center;
}
.cta__simple {
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cta__ver {
  text-align: center;
  position: relative;
}
.cta__ver .cta-txt {
  font-size: 36px;
  line-height: 1.2em;
  margin-bottom: .5em;
  position: relative;
  text-align: center;
}
.cta__ver .cta-subtitle {
  font-size: 13px;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .cta__ver .cta-subtitle {
    padding-bottom: 60px;
  }
}
.cta__ver .cta-btn {
  text-align: center;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta__ver .cta-btn .btn-lg {
    padding-left: 20px;
    padding-right: 20px;
  }
}
table {
  width: 100%;
  margin-bottom: 1.5em;
}
table td,
table th {
  padding: 8px 12px;
}
.table {
  background-color: #213046;
}
.table &gt; thead &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; td {
  padding: 20px;
  line-height: 1.615384;
  border-top: 1px solid #16263d;
}
.table &gt; thead &gt; tr th,
.table &gt; thead &gt; tr td {
  font-size: 16px;
  font-weight: normal;
  background: #14a5d3;
  color: #f9fcfd;
  border-bottom: none;
}
.table-four-cols td {
  width: 25%;
}
.table-striped &gt; tbody &gt; tr:nth-child(odd) &gt; td {
  background-color: #1e2b3f;
}
.table-striped-vertical &gt; thead &gt; tr &gt; th:nth-child(odd) {
  background-color: #139eca;
}
.table-striped-vertical &gt; tbody &gt; tr &gt; td:nth-child(odd) {
  background-color: #1e2b3f;
}
.table-hover &gt; tbody &gt; tr:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; th {
  background-color: #192435 !important;
}
.table-bordered {
  border-color: #16263d;
}
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; td {
  border-color: #16263d;
}
.tabs-wrapper {
  padding: 1px;
  border: 1px solid #213046;
}
.nav-tabs {
  border-bottom: none;
}
.nav-tabs &gt; li {
  float: none;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .nav-tabs &gt; li {
    float: left;
    margin-bottom: 0;
  }
}
.nav-tabs &gt; li &gt; a {
  margin-right: 0;
  line-height: 1.615384;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: bold;
  color: #9eb4cc;
  position: relative;
  padding: 16px 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .nav-tabs &gt; li &gt; a {
    margin-right: 1px;
  }
}
.nav-tabs &gt; li &gt; a:hover {
  border-color: transparent transparent transparent;
  background: #213046;
  color: #14a5d3;
  -webkit-transition: none;
  transition: none;
}
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
  color: #14a5d3;
  background-color: #213046;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}
.tab-content {
  background: #213046;
}
.tab-content &gt; .tab-pane {
  padding: 30px;
}
.tab-content &gt; .tab-pane p + p {
  margin: 1.5em 0 0 0;
}
.tab-content &gt; .tab-pane p:last-child {
  margin-bottom: 0;
}
.tabs__vertical:before,
.tabs__vertical:after {
  content: " ";
  display: table;
}
.tabs__vertical:after {
  clear: both;
}
.tabs__vertical:before,
.tabs__vertical:after {
  content: " ";
  display: table;
}
.tabs__vertical:after {
  clear: both;
}
.tabs__vertical .nav {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .tabs__vertical .nav {
    float: left;
    width: 33.333333333333%;
  }
}
.tabs__vertical .nav.nav-tabs &gt; li {
  float: none;
}
.tabs__vertical .nav.nav-tabs &gt; li &gt; a {
  display: block;
  margin: 0 0 4px 0;
}
.tabs__vertical .nav.nav-tabs &gt; li &gt; a:before {
  right: auto;
  bottom: 0;
  height: auto;
  width: 5px;
}
.tabs__vertical .tab-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .tabs__vertical .tab-content {
    float: left;
    width: 66.666666666667%;
  }
}
.tabs__vertical .tab-content &gt; .tab-pane {
  padding: 22px 5px;
}
.tabs-alt.tabs-wrapper {
  padding: 3px;
  border: 1px solid #14a5d3;
  background: #14a5d3;
}
.tabs-alt .nav &gt; li &gt; a {
  background: #0f1a2a;
  background: rgba(0,0,0,0.08);
  color: #f9fcfd;
  font-weight: normal;
}
.tabs-alt .nav &gt; li &gt; a:hover {
  color: #f9fcfd;
  background-color: #16263d;
  border: 1px solid transparent;
}
.tabs-alt .nav &gt; li &gt; a:before {
  display: none;
}
.tabs-alt .nav &gt; li.active &gt; a,
.tabs-alt .nav &gt; li.active &gt; a:hover,
.tabs-alt .nav &gt; li.active &gt; a:focus {
  color: #f9fcfd;
  background-color: #16263d;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}
.tabs-alt .nav &gt; li.active &gt; a:before {
  background: rgba(0,0,0,0.03);
}
.tabs-alt .tab-content {
  background: #16263d;
}
.pricing-table {
  margin-bottom: 20px;
  position: relative;
}
.pricing-table-header {
  text-align: center;
  background: #f9fcfd;
  padding: 33px 20px;
  -webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.07);
  box-shadow: 0 3px 0 rgba(0,0,0,0.07);
}
.pricing-table-header .price {
  font-size: 32px;
  line-height: 1em;
  font-family: 'Quantico', sans-serif;
  margin-bottom: 7px;
}
.pricing-table-header .plan {
  font-size: 15px;
}
.pricing-table-content {
  padding-top: 12px;
}
.pricing-table-content &gt; ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.pricing-table-content &gt; ul &gt; li {
  padding: 15px 10px;
  text-align: center;
}
.pricing-table-content &gt; ul &gt; li + li {
  border-top: 1px solid rgba(0,0,0,0.1);
}
.pricing-table-footer {
  text-align: center;
  padding: 14px 0 48px 0;
}
.pricing-table__default {
  background-color: #213046;
}
.pricing-table__default .pricing-table-header .price {
  color: #9eb4cc;
}
.pricing-table__default .pricing-table-content {
  color: #9eb4cc;
}
.pricing-table__featured .pricing-table-header {
  background-color: #14a5d3;
}
.pricing-table__featured .pricing-table-header .price {
  color: #f9fcfd;
}
.pricing-table__featured .pricing-table-header .plan {
  font-weight: bold;
  color: #f9fcfd;
}
.pricing-table__featured .pricing-table-content {
  color: #9eb4cc;
}
.pricing-table__alt {
  margin-top: 86px;
  background: #213046;
  border: 1px solid #16263d;
}
.pricing-table__alt .pricing-table-header {
  background: #f9fcfd;
  width: 172px;
  height: 172px;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #16263d;
  position: absolute;
  left: 50%;
  margin: -86px 0 0 -86px;
}
.pricing-table__alt .pricing-table-header .price {
  font-size: 32px;
  font-weight: bold;
  padding-top: 24px;
}
.pricing-table__alt .pricing-table-header .plan {
  font-weight: bold;
  color: #14a5d3;
}
.pricing-table__alt .pricing-table-content {
  padding-top: 96px;
  color: #9eb4cc;
}
.pricing-table__alt .pricing-table-content &gt; ul {
  margin: 0;
}
.pricing-table__alt .pricing-table-content &gt; ul &gt; li + li {
  border-top: 1px solid #16263d;
}
.pricing-table__alt.pricing-table__featured .pricing-table-header {
  background: #14a5d3;
  color: #f9fcfd;
  border: none;
}
.pricing-table__alt.pricing-table__featured .pricing-table-header .price {
  color: #f9fcfd;
}
.pricing-table__alt.pricing-table__featured .pricing-table-header .plan {
  color: #f9fcfd;
}
.pagination {
  display: block;
  background: none;
  border: none;
  border-radius: 2px;
  text-align: center;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  display: inline-block;
  float: none;
  padding: 0 20px;
  border: none;
  color: #16263d;
  font-size: 14px;
  line-height: 50px;
  background: #f9fcfd;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; span:focus {
  color: #f9fcfd;
  background-color: #14a5d3;
  border-color: ;
  -webkit-transition: none;
  transition: none;
}
.pagination &gt; li &gt; span {
  background: none !important;
}
.pagination &gt; li &gt; a:hover {
  color: #f9fcfd;
}
.pagination &gt; li.active &gt; a,
.pagination &gt; li.active &gt; span,
.pagination &gt; li.disabled &gt; a,
.pagination &gt; li.disabled &gt; span {
  background: none;
}
.pagination &gt; li.next &gt; a,
.pagination &gt; li.prev &gt; a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.pagination &gt; li.prev &gt; a {
  float: left;
  border-radius: 0;
}
.pagination &gt; li.next &gt; a {
  float: right;
  border-radius: 0;
}
.thumbnail,
.img-thumbnail {
  border: none;
  position: relative;
  background: none;
  padding: 0;
  border-radius: 0;
  padding: 6px;
  background-color: #213046;
}
.thumbnail img,
.img-thumbnail img {
  position: relative;
  z-index: 3;
}
.img-circle {
  border-radius: 50% !important;
}
img {
  max-width: 100%;
  height: auto;
}
.alignleft,
.alignright,
.aligncenter,
.alignnone {
  display: block;
  padding: 6px;
  margin-bottom: 24px;
  line-height: 1.615384;
  background-color: #213046;
  border: none;
  border-radius: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a.alignleft,
a.alignright,
a.aligncenter,
a.alignnone {
  display: inline-block;
  position: relative;
}
a.alignleft:before,
a.alignright:before,
a.aligncenter:before,
a.alignnone:before {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  right: 6px;
  top: 6px;
  bottom: 6px;
  background: rgba(158,180,204,0.3);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a.alignleft:hover:before,
a.alignright:hover:before,
a.aligncenter:hover:before,
a.alignnone:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.alignleft {
  float: none;
  margin: 0 auto 20px auto;
}
@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 24px 10px 0;
  }
}
.alignright {
  float: none;
  margin: 0 auto 20px auto;
}
@media (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 4px 10px 24px;
  }
}
.aligncenter {
  margin: 0 auto 10px auto;
  text-align: center;
}
.thumbnail-lg {
  padding: 5px;
}
a.thumbnail-lg:before {
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}
.img-raw .alignleft,
.img-raw .alignright,
.img-raw .aligncenter,
.img-raw .alignnone {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.video {
  margin-bottom: 0;
}
iframe {
  border: none;
  vertical-align: top;
}
embed {
  max-width: 100%;
}
@media (min-width: 768px) {
  .pullquote.left {
    width: 40%;
    margin-right: 20px;
    float: left;
  }
}
@media (min-width: 768px) {
  .pullquote.right {
    width: 40%;
    margin-left: 20px;
    float: right;
  }
}
blockquote {
  background: #213046;
  border: 1px solid #223147;
  padding: 48px 20px;
  color: #9eb4cc;
  font-size: 15px;
  line-height: 21px;
  position: relative;
  font-style: italic;
  font-weight: normal;
}
blockquote:before {
  content: "\201C";
  display: block;
  position: absolute;
  left: 20px;
  top: 14px;
  font-size: 50px;
  line-height: 1em;
  font-style: normal;
  color: #f9fcfd;
}
blockquote:after {
  content: "\201D";
  display: block;
  position: absolute;
  right: 20px;
  bottom: 0;
  font-size: 50px;
  line-height: 1em;
  font-style: normal;
  color: #f9fcfd;
}
ol {
  margin-bottom: 1.5em;
  margin-left: 0;
  padding-left: 20px;
}
ol li {
  font-weight: 500;
  margin-bottom: 1.25em;
}
.list ul {
  margin-left: 0;
  margin-bottom: 1.5em;
  padding-left: 0;
  list-style: none;
}
.list li {
  position: relative;
  font-weight: 500;
  padding: 0 0 1.25em 20px;
}
.list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
}
.list.list-square li:before {
  width: 9px;
  height: 9px;
  border: 2px solid #9eb4cc;
  display: block;
  border-radius: 2px;
  top: 6px;
}
.list.list-square.list-color-primary li:before {
  background: #f9fcfd;
}
.list.list-arrow1 li {
  padding-left: 24px;
}
.list.list-arrow1 li:before {
  content: "\f061";
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
}
.list.list-color-primary li:before {
  color: #14a5d3;
  border-color: #14a5d3;
}
.list.list-color-secondary li:before {
  color: #f9fcfd;
  border-color: #f9fcfd;
}
.list.list-color-tertiary li:before {
  color: #9eb4cc;
  border-color: #9eb4cc;
}
dl dt {
  margin-bottom: .2em;
}
dl dd {
  margin-bottom: 1em;
}
.form-group {
  margin-bottom: 20px;
}
.form-control {
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.615384;
  color: #f9fcfd;
  background-color: rgba(0,0,0,0.1);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #14a5d3;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(20,165,211,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(20,165,211,0.6);
}
.form-control:-moz-placeholder {
  color: rgba(158,180,204,0.2);
}
.form-control::-moz-placeholder {
  color: rgba(158,180,204,0.2);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgba(158,180,204,0.2);
}
.form-control::-webkit-input-placeholder {
  color: rgba(158,180,204,0.2);
}
label {
  color: #f9fcfd;
}
legend {
  font-size: 18px;
}
.input-lg {
  height: 51px;
  padding: 13px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 2px;
}
select.input-lg {
  height: 51px;
  line-height: 51px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #fff;
}
.has-warning .form-control {
  border-color: #d18f11;
  -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: #a26f0d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #f1bc57;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #f1bc57;
}
.has-warning .input-group-addon {
  color: #fff;
  border-color: #d18f11;
  background-color: #E9C313;
}
.has-warning .form-control-feedback {
  color: #fff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #fff;
}
.has-error .form-control {
  border-color: #dc3977;
  -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: #c1225e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #eb90b3;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #eb90b3;
}
.has-error .input-group-addon {
  color: #fff;
  border-color: #dc3977;
  background-color: #e04f6e;
}
.has-error .form-control-feedback {
  color: #fff;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #fff;
}
.has-success .form-control {
  border-color: #78b852;
  -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: #60983f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #b0d59a;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #b0d59a;
}
.has-success .input-group-addon {
  color: #fff;
  border-color: #78b852;
  background-color: #77bf64;
}
.has-success .form-control-feedback {
  color: #fff;
}
.search-form {
  position: relative;
  z-index: 2;
}
.search-form .form-group {
  margin-bottom: 0;
}
.search-form .form-group .form-control {
  padding-right: 65px;
}
.search-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 18px 0 22px;
  height: 51px;
  font-size: 14px;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-form .btn:before {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.search-form .btn &gt; .fa {
  margin-right: 0;
}
.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
  background-image: -webkit-linear-gradient(top,#f5f5f5 0%,#e8e8e8 100%);
  background-image: linear-gradient(to bottom,#f5f5f5 0%,#e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
  background-image: -webkit-linear-gradient(top,#14a5d3 0%,#1293bc 100%);
  background-image: linear-gradient(to bottom,#14a5d3 0%,#1293bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff14a5d3', endColorstr='#ff1192bb', GradientType=0);
  background-color: #1293bc;
}
.navbar-default {
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  z-index: 9999 !important;
  min-height: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-transition: background .35s;
  transition: background .35s;
}
.navbar-default.affix {
  border-bottom: none;
  -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.14);
  box-shadow: 0 10px 10px rgba(0,0,0,0.14);
}
.navbar-default.affix .logo-text {
  color: #16263d;
}
.navbar-header {
  float: left;
}
.navbar-collapse-holder {
  position: relative;
  text-align: right;
}
@media (min-width: 992px) {
  .navbar-collapse-holder {
    text-align: left;
  }
}
.container &gt; .navbar-header,
.container &gt; .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.navbar-default .navbar-toggle {
  margin-right: 15px;
  padding: 14px;
  margin-top: 14.5px;
  margin-bottom: 14.5px;
  background-color: #14a5d3;
  border-radius: 2px;
  float: none;
  vertical-align: top;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: .2s;
  transition: .2s;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:active .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background: #16263d;
}
.navbar-default .navbar-toggle .icon-bar {
  width: 20px;
  height: 3px;
  border-radius: 0;
  background: #f9fcfd;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.navbar-default .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}
.alert,
.wpcf7-response-output {
  padding-left: 50px !important;
  border: none;
  position: relative;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 24px;
  border-radius: 0;
}
.alert .close,
.wpcf7-response-output .close {
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fbfcf0;
  font-weight: normal;
  margin-top: -2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.alert .close:hover,
.wpcf7-response-output .close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.alert:before,
.wpcf7-response-output:before {
  position: absolute;
  top: 0;
  left: -18px;
  bottom: 0;
  display: block;
  width: 38px;
  height: 140px;
  background: rgba(0,0,0,0.15);
  content: "";
  -webkit-transform: skew(-15deg,0);
  -ms-transform: skewX(-15deg) skewY(0);
  transform: skew(-15deg,0);
}
.alert:after,
.wpcf7-response-output:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 10px;
  content: "\f071";
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  color: #fff;
}
.alert-success {
  background-color: #77bf64;
  border-color: #78b852;
  color: #fff;
}
.alert-success hr {
  border-top-color: #6caa46;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-success:after {
  content: "\f024";
}
.alert-info {
  background-color: #65b9f8;
  border-color: #43c7f6;
  color: #fff;
}
.alert-info hr {
  border-top-color: #2ac0f5;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-info:after {
  content: "\f05a";
}
.alert-warning {
  background-color: #E9C313;
  border-color: #d18f11;
  color: #fff;
}
.alert-warning hr {
  border-top-color: #ba7f0f;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-warning:after {
  content: "\f071";
}
.alert-danger {
  background-color: #e04f6e;
  border-color: #dc3977;
  color: #fff;
}
.alert-danger hr {
  border-top-color: #d62669;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
.alert-danger:after {
  content: "\f057";
}
.progress {
  position: relative;
  border-radius: 2px;
  background-color: transparent;
  height: 36px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 7px;
  top: 50%;
  height: 1px;
  background: #f9fcfd;
  opacity: .1;
  filter: alpha(opacity=10);
}
.progress:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 7px;
  height: 7px;
  background: #f9fcfd;
  border-radius: 50%;
  opacity: .15;
  filter: alpha(opacity=15);
}
.progress.progress__alt-bg {
  background: #fbfcf0;
}
.progress-bar {
  position: relative;
  z-index: 2;
  font-size: 1em;
  background-color: #14a5d3;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #20baa0;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-bar-info {
  background-color: #2e91d2;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-bar-warning {
  background-color: #f5b343;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-bar-danger {
  background-color: #ed5b66;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-title,
.progress-counter {
  display: block;
  position: absolute;
  top: 8px;
}
.progress-title {
  left: 15px;
}
.progress-counter {
  right: 15px;
}
h5 + .progress,
h5 + p + .progress {
  margin-top: -7px;
}
.list-group {
  border-radius: 0;
}
.list-group {
  padding-bottom: 0;
  margin-bottom: 0;
}
.list-group .list-group-item {
  position: relative;
  padding-left: 50px;
  padding-right: 0;
  margin-bottom: 20px;
  background: none;
  border: none;
}
.list-group .list-group-item .icon {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  content: '';
  overflow: hidden;
  text-align: center;
  z-index: 1;
}
.list-group .list-group-item h4,
.list-group .list-group-item h5 {
  margin-bottom: .75em;
}
.list-group .list-group-item .fa,
.list-group .list-group-item [class^="sow-icon-"] {
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  font-weight: 400;
  font-size: 28px;
}
.list-group.list-group__lg .list-group-item {
  padding-left: 80px;
}
.list-group.list-group__lg .list-group-item .icon {
  width: 60px;
  height: 60px;
}
.list-group.list-group__lg .list-group-item .icon:before {
  border-left-width: 30px;
  border-right-width: 30px;
  border-top-width: 30px;
}
.list-group.list-group__lg .list-group-item .icon:after {
  border-left-width: 30px;
  border-right-width: 30px;
  border-bottom-width: 30px;
}
.list-group.list-group__lg .list-group-item .fa,
.list-group.list-group__lg .list-group-item [class^="sow-icon-"] {
  font-size: 42px;
  line-height: 44px;
}
.list-group.list-group__right .list-group-item {
  padding-left: 0;
  padding-right: 50px;
  text-align: right;
}
.list-group.list-group__right .list-group-item .icon {
  left: auto;
  right: 0;
}
.list-group.list-group__right.list-group__lg .list-group-item {
  padding-right: 80px;
}
.list-group.list-group__center .list-group-item {
  padding: 0;
  text-align: center;
}
.list-group.list-group__center .list-group-item .icon {
  position: relative;
  margin: 0 auto 20px auto;
  z-index: 2;
}
.list-group.list-group__center .list-group-item h4 {
  position: relative;
  z-index: 2;
}
.list-group.list-group__center .list-group-item:hover:before {
  background: rgba(255,255,255,0.05);
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.list-group.list-group__center.list-group__lg .list-group-item .icon {
  margin-bottom: 10px;
}
.list-group.list-group__color-primary .list-group-item .icon {
  color: #14a5d3;
}
.list-group.list-group__color-secondary .list-group-item .icon {
  color: #f9fcfd;
}
.list-group.list-group__color-tertiary .list-group-item .icon {
  color: #9eb4cc;
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-body p:last-child {
  margin-bottom: 0;
}
.accordion {
  margin-bottom: 20px;
}
.accordion .panel {
  margin-bottom: 8px;
  background: none;
  border-radius: 0;
}
.accordion .panel-heading {
  background: none;
  border-radius: 0;
  position: relative;
  line-height: 40px;
  height: 40px;
  padding: 0;
}
.accordion .panel-title {
  display: block;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  padding: 0;
  color: #f9fcfd;
  font-weight: normal;
  -webkit-transition: .2s;
  transition: .2s;
}
.accordion .panel-title:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  color: #f9fcfd;
  content: '\f068';
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  font-family: 'FontAwesome';
  line-height: 40px;
  border: 1px solid rgba(158,180,204,0.3);
  -webkit-transition: .2s;
  transition: .2s;
}
.accordion .panel-title .panel-title-inner {
  display: block;
  position: relative;
  margin-left: 45px;
  padding-left: 15px;
  line-height: 38px;
  padding-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid rgba(158,180,204,0.3);
  -webkit-transition: .2s;
  transition: .2s;
}
.accordion .panel-title:hover {
  -webkit-transition: none;
  transition: none;
}
.accordion .panel-title:hover:before {
  background: #f9fcfd;
  color: #14a5d3;
  border-color: #f9fcfd;
  -webkit-transition: none;
  transition: none;
}
.accordion .panel-title:hover .panel-title-inner {
  background: #f9fcfd;
  color: #14a5d3;
  border-color: #f9fcfd;
  -webkit-transition: none;
  transition: none;
}
.accordion .panel-title.collapsed:before {
  content: "\f067";
}
.accordion .panel-body {
  border: none !important;
  padding: 15px 20px 20px 60px;
}
.accordion.accordion__alt .panel {
  margin: 0 0 12px 0;
  position: relative;
}
.accordion.accordion__alt .panel:last-child {
  margin-bottom: 0;
}
.accordion.accordion__alt .panel &gt; .panel-heading {
  background: none;
}
.accordion.accordion__alt .panel .panel-title .panel-title-inner {
  border: none;
  line-height: 40px;
}
.accordion.accordion__alt .panel .panel-title:before {
  background: #f9fcfd;
  color: #16263d;
  border: none;
}
.accordion.accordion__alt .panel .panel-title:hover:before {
  background: #14a5d3;
  color: #f9fcfd;
}
.accordion.accordion__alt .panel .panel-title:hover .panel-title-inner {
  background: none;
  color: #14a5d3;
}
.accordion.accordion__alt .panel-body {
  padding-bottom: 7px;
}
.well {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  border: 1px solid rgba(255,255,255,0.12);
}
.well:before,
.well:after {
  content: " ";
  display: table;
}
.well:after {
  clear: both;
}
.well:before,
.well:after {
  content: " ";
  display: table;
}
.well:after {
  clear: both;
}
.hr-lg {
  margin-top: 70px;
  margin-bottom: 70px;
}
.hr-alt {
  margin: 60px 0 80px 0;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  border-top: none;
}
.hr-alt:before,
.hr-alt:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  width: 3px;
  height: 3px;
  background: #14a5d3;
}
.hr-alt:before {
  left: 0;
}
.hr-alt:after {
  right: 0;
}
.counter-holder {
  margin-bottom: 20px;
}
.counter-type__default .counter-wrap {
  display: block;
  width: 136px;
  height: 106px;
  text-align: center;
  background: #f9fcfd;
  border-radius: 10px;
  position: relative;
  float: left;
  margin-right: 20px;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.6);
  box-shadow: 0 2px 8px rgba(0,0,0,0.6);
}
.counter-type__default .counter-wrap:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  background: #16263d;
  height: 1px;
  z-index: 1;
}
.counter-type__default .counter-wrap:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  border-left: 3px solid #16263d;
  border-right: 3px solid #16263d;
  height: 10px;
  top: 50%;
  margin-top: -5px;
}
.counter-type__default .counter-wrap .counter {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 46px;
  display: block;
  line-height: 106px;
  color: #16263d;
}
.counter-type__default .counter-info {
  display: table;
  height: 106px;
  overflow: hidden;
  font-size: 18px;
  color: #f9fcfd;
}
.counter-type__default .counter-info .counter-info-inner {
  display: table-cell;
  vertical-align: middle;
}
.counter-type__boxed {
  background-color: #213046;
  padding: 40px;
}
.counter-type__boxed .counter {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 46px;
  display: block;
  line-height: 1.2em;
}
.counter-type__boxed .counter-info {
  display: block;
  font-size: 18px;
  line-height: 1.2em;
  padding-bottom: 20px;
}
.circliful {
  color: #f9fcfd;
}
.icon-widget-wrapper {
  display: inline-block;
}
.icon-widget-wrapper--align-left {
  text-align: left;
}
.icon-widget-wrapper--align-right {
  text-align: right;
}
.icon-widget-wrapper--align-center {
  text-align: center;
}
.icon-widget-wrapper--display-inline__block {
  display: inline-block;
}
.icon-widget-wrapper--display-block {
  display: block;
}
.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-12x {
  font-size: 12em;
}
.fa-14x {
  font-size: 14em;
}
.fa-20x {
  font-size: 20em;
}
.fa-fw {
  color: #f9fcfd;
  margin-right: 4px;
}
.mfp-bg {
  z-index: 99998 !important;
}
.mfp-wrap {
  z-index: 99999 !important;
}
.countdown {
  position: relative;
  padding: 40px 0 20px 0;
}
.countdown [class^="col-"] {
  margin-bottom: 20px;
}
.countdown [class^="col-"] div {
  display: block !important;
  margin: 0 auto !important;
}
.countdown .count-label {
  display: block;
  text-align: center;
}
html,
body {
  height: 100%;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  padding: 0;
  margin: 0 0 1em 0;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
h1,
.h1 {
  margin-bottom: .75em;
}
p {
  margin: 0 0 1.5em 0;
}
a {
  text-decoration: none;
  color: #14a5d3;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #0d6e8d;
}
a:focus {
  outline: none;
}
.bold {
  font-weight: bold;
}
.bold &gt; a {
  color: #9eb4cc;
}
.bold &gt; a:hover {
  color: #f9fcfd;
}
.logo-text {
  color: #f9fcfd;
  font-family: 'Quantico', sans-serif;
  line-height: 80px;
  font-weight: 300;
}
.logo-text:hover {
  color: #f9fcfd;
}
.logo-standard {
  line-height: 80px;
  height: 80px;
  position: relative;
}
.logo-standard &gt; img {
  -webkit-transition: .35s;
  transition: .35s;
}
.logo-standard .logo-standard__light {
  opacity: 1;
  filter: alpha(opacity=100);
}
.affix .logo-standard .logo-standard__light {
  opacity: 0;
  filter: alpha(opacity=0);
}
.logo-standard .logo-standard__dark {
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  margin: auto;
  overflow: auto;
}
.affix .logo-standard .logo-standard__dark {
  opacity: 1;
  filter: alpha(opacity=100);
}
.large-header {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.large-header canvas {
  display: none;
}
.large-header.animated-header__on canvas {
  display: block;
  position: absolute;
  z-index: 2;
}
.large-header .large-header-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  text-align: center;
}
.large-header .main-title {
  margin: 0 0 .5em 0;
  padding: 0;
  letter-spacing: normal;
  text-shadow: rgba(0,0,0,0.2) 0px 4px 14px;
  text-transform: none;
}
@media (max-width: 991px) {
  .large-header .main-title {
    font-size: 48px !important;
  }
}
@media (max-width: 767px) {
  .large-header .main-title {
    font-size: 32px !important;
  }
}
.static-header-overlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  background-image: url(https://www.hermes-sp.eu/wp-content/themes/hermes/less/../images/slider-overlay-pattern.png);
  background-position: 0 0;
}
.header-search-form {
  float: right;
  position: relative;
}
.header-search-form .fa-search {
  position: absolute;
  left: 0;
  top: 0;
}
.header-search-form {
  float: right;
  position: relative;
  line-height: 80px;
  height: 38px;
  margin-top: 21px;
}
.header-search-form .form-group {
  margin-bottom: 0;
}
.header-search-form .fa-search {
  display: block;
  padding: 12px;
  pointer-events: none;
}
#header-search-form-input {
  margin: 0;
  width: 0;
  cursor: pointer;
  background: none;
  opacity: 0.5;
  border: 1px solid transparent;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#header-search-form-input:-moz-placeholder {
  color: #9eb4cc;
}
#header-search-form-input::-moz-placeholder {
  color: #9eb4cc;
  opacity: 1;
}
#header-search-form-input:-ms-input-placeholder {
  color: #9eb4cc;
}
#header-search-form-input::-webkit-input-placeholder {
  color: #9eb4cc;
}
#header-search-form-input:hover {
  opacity: 1;
}
#header-search-form-input:focus {
  opacity: 1;
  font-size: 12px;
  padding: 8px 0 8px 34px;
  width: 180px;
  color: #f9fcfd;
  background-color: rgba(0,0,0,0.1);
  border: 1px solid rgba(255,255,255,0.1);
  cursor: text;
}
.affix #header-search-form-input:focus {
  background: rgba(0,0,0,0.1);
  color: #9eb4cc;
}
.affix-top .header-search-form:hover .fa-search {
  color: #f9fcfd;
}
.flexnav {
  -webkit-transition: none;
  transition: none;
  padding-left: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0;
  text-align: left;
  position: absolute;
  -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.1);
  box-shadow: 0 3px 4px rgba(0,0,0,0.1);
}
.flexnav.opacity {
  opacity: 0;
  filter: alpha(opacity=0);
}
.flexnav.flexnav-show {
  max-height: 2000px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: .5s;
  transition: .5s;
}
.flexnav li {
  font-size: 100%;
  position: relative;
  overflow: hidden;
  background: #f9fcfd;
}
.flexnav li a {
  position: relative;
  display: block;
  padding: 14px 0;
  margin: 0 15px;
  z-index: 2;
  overflow: hidden;
  color: #191938;
  background: #f9fcfd;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.flexnav li:last-child &gt; a {
  border-bottom: none;
}
.flexnav li ul {
  width: 100%;
  padding-left: 0;
  list-style: none;
}
.flexnav li ul li {
  font-size: 100%;
  position: relative;
  overflow: hidden;
}
.flexnav li ul li a {
  display: block;
  margin: 0 15px;
  padding-right: 17px;
  padding-left: 20px;
  border-bottom-color: #fdffe8;
  background: rgba(0,0,0,0.1);
  color: #191938;
  font-weight: 400;
}
.flexnav li ul.flexnav-show li {
  overflow: visible;
}
.touch-button {
  position: absolute;
  z-index: 999;
  top: 2px;
  right: 15px;
  width: 36px;
  height: 47px;
  display: inline-block;
  background: rgba(0,0,0,0.1);
  text-align: center;
}
.touch-button:hover {
  cursor: pointer;
}
.touch-button .navicon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 0;
  line-height: 0;
}
.touch-button .navicon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-left: -6px;
  width: 13px;
  height: 1px;
  background: #9eb4cc;
  content: "";
}
.touch-button .navicon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -6px;
  width: 1px;
  height: 13px;
  background: #9eb4cc;
  content: "";
}
.touch-button.active {
  background: #9eb4cc;
}
.touch-button.active .navicon:before {
  background: #fdffe8;
}
.touch-button.active .navicon:after {
  display: none;
}
.navbar-toggle .touch-button {
  display: none;
}
@media (min-width: 992px) {
  .touch-button {
    display: none;
  }
}
@media (min-width: 992px) {
  .menu-primary-menu-container {
    float: right;
  }
  .flexnav {
    overflow: visible;
    float: right;
    width: auto;
    min-height: 80px;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .flexnav.opacity {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .flexnav &gt; li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background: none;
    overflow: visible;
    width: auto;
    margin: 0 0 0 22px;
  }
  .flexnav &gt; li:before {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -5px;
    opacity: .15;
    filter: alpha(opacity=15);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #9eb4cc;
  }
  .flexnav &gt; li:after {
    content: "";
    display: block;
    position: absolute;
    left: -13px;
    top: 50%;
    margin-top: -3px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    border: 2px solid #14a5d3;
  }
  .flexnav &gt; li:first-child:before,
  .flexnav &gt; li:first-child:after {
    display: none;
  }
  .flexnav &gt; li.active &gt; a,
  .flexnav &gt; li.current-menu-parent &gt; a {
    color: #f9fcfd;
  }
  .affix .flexnav &gt; li.active &gt; a:hover,
  .affix .flexnav &gt; li.current-menu-parent &gt; a:hover {
    color: #f9fcfd;
  }
  .affix .flexnav &gt; li.active &gt; a,
  .affix .flexnav &gt; li.current-menu-parent &gt; a {
    background: #16263d;
  }
  .flexnav &gt; li &gt; a {
    border-bottom: none;
    margin: 0;
    font-size: 1em;
    overflow: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    height: 80px;
    line-height: 80px;
    padding: 0 16px;
    position: relative;
    background: none;
    color: #9eb4cc;
    text-transform: uppercase;
  }
  .flexnav &gt; li &gt; a:hover {
    text-decoration: none;
    background: #f9fcfd;
    color: #16263d;
  }
  .flexnav &gt; li &gt; ul {
    position: absolute;
    top: auto;
    left: 0;
  }
  .flexnav &gt; li &gt; ul li {
    width: 100%;
  }
  .flexnav &gt; li ul {
    width: 220px;
    margin: 0;
    display: none;
    position: absolute;
    padding: 0;
    background: #f9fcfd;
  }
  .flexnav &gt; li ul li {
    margin: 0;
    padding: 0;
  }
  .flexnav &gt; li ul li &gt; ul {
    margin-left: 100%;
    top: 0;
    margin-top: -20px;
  }
  .flexnav &gt; li ul li a {
    border-bottom: none;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #9eb4cc;
    background: #f9fcfd;
    font-size: .91em;
    position: relative;
    overflow: visible;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid rgba(158,180,204,0.2);
    -webkit-transition: .1s;
    transition: .1s;
  }
  .flexnav &gt; li ul li a:hover {
    text-decoration: none;
    background: rgba(0,0,0,0.03);
    color: #16263d;
  }
  .flexnav &gt; li ul li.active &gt; a {
    color: #16263d;
    cursor: default;
  }
  .flexnav &gt; li ul.open {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .flexnav &gt; li ul.open li {
    overflow: visible;
    max-height: 100px;
  }
  .flexnav &gt; li ul.open ul.open {
    margin-left: 100%;
    top: 0;
  }
}
.tp-banner-holder {
  padding-bottom: 30px;
}
.tp-banner-holder .icon {
  background: #f9fcfd;
  color: #16263d;
}
.tp-banner-holder .icon:hover {
  background: #14a5d3;
  color: #f9fcfd;
}
.tp-dottedoverlay {
  z-index: 2;
}
.tp-dottedoverlay.threexthree {
  background: url(https://www.hermes-sp.eu/wp-content/themes/hermes/less/../images/slider-overlay-pattern.png) !important;
}
.tp-video-play-button {
  display: none !important;
}
.main-content {
  padding: 70px 0;
  overflow: hidden;
}
.post {
  border-bottom: 1px solid #223147;
}
@media (min-width: 992px) {
  .post.sticky .post-heading .date {
    border: 1px solid #f9fcfd;
  }
}
@media (min-width: 992px) {
  .post.sticky .post-heading .date-inner:after {
    border-left: 1px solid #f9fcfd;
    border-top: 1px solid #f9fcfd;
    border-bottom: 1px solid #f9fcfd;
  }
}
.post.sticky .post-title-wrapper {
  border: 1px solid #f9fcfd;
}
@media (min-width: 992px) {
  .post.sticky .post-title-wrapper:after {
    border-right: 1px solid #f9fcfd;
    border-top: 1px solid #f9fcfd;
    border-bottom: 1px solid #f9fcfd;
  }
}
@media (min-width: 992px) {
  .post-heading .date {
    border: 1px solid #223147;
  }
}
@media (min-width: 992px) {
  .post-heading .date-inner:after {
    background: #16263d;
    border-left: 1px solid #223147;
    border-top: 1px solid #223147;
    border-bottom: 1px solid #223147;
  }
}
.post-heading .post-title-wrapper {
  border: 1px solid #223147;
}
@media (min-width: 992px) {
  .post-heading .post-title-wrapper:after {
    background: #16263d;
    border-right: 1px solid #223147;
    border-top: 1px solid #223147;
    border-bottom: 1px solid #223147;
  }
}
.post-heading h1,
.post-heading h2 {
  font-family: 'Quantico', sans-serif;
}
.post-heading h1 &gt; a:hover,
.post-heading h2 &gt; a:hover {
  color: #14a5d3;
}
@media (min-width: 992px) {
  .post-meta &gt; span:before {
    background: #9eb4cc;
  }
}
.post-meta &gt; span .meta-title {
  color: #f9fcfd;
}
.post-meta &gt; span a {
  color: #9eb4cc;
}
.post-meta &gt; span a:hover {
  color: #f9fcfd;
}
.post-thumbnail &gt; a:before {
  background: rgba(22,38,61,0.7);
}
.share-box {
  border-top: 1px solid #223147;
  border-bottom: 1px solid #223147;
}
.share-box .share-box-title {
  color: #f9fcfd;
}
.about-author {
  border-top: 1px solid #223147;
  border-bottom: 1px solid #223147;
}
.related-posts li .fa-file-image-o {
  color: #16263d;
}
.comments-list .comment-wrap {
  border: 1px solid #223147;
}
.comments-list .bypostauthor &gt; .comment-wrap {
  background: #f9fcfd;
}
.comments-list .bypostauthor &gt; .comment-wrap .media-heading .fn {
  color: #16263d;
}
.comments-list .avatar &gt; img {
  background: #14a5d3;
}
.comments-list .media-heading .fn {
  color: #f9fcfd;
}
.footer .widget-posts-list &gt; li + li {
  border-top-color: #213046;
}
.footer .widget-posts-list &gt; li .post-title &gt; a {
  color: #74879d;
}
.footer .widget-posts-list &gt; li .post-title &gt; a:hover {
  color: #14a5d3;
}
.posts-list__horizontal {
  margin-left: -15px;
  margin-right: -15px;
}
.posts-list__horizontal:before,
.posts-list__horizontal:after {
  content: " ";
  display: table;
}
.posts-list__horizontal:after {
  clear: both;
}
.posts-list__horizontal:before,
.posts-list__horizontal:after {
  content: " ";
  display: table;
}
.posts-list__horizontal:after {
  clear: both;
}
.posts-list__horizontal.posts-list__3cols li {
  position: relative;
  float: left;
  width: 33.333333333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .posts-list__horizontal.posts-list__3cols li {
    float: left;
    width: 33.333333333333%;
  }
}
@media (min-width: 992px) {
  .posts-list__horizontal.posts-list__3cols li {
    float: left;
    width: 33.333333333333%;
  }
}
.posts-list__horizontal.posts-list__4cols li {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .posts-list__horizontal.posts-list__4cols li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .posts-list__horizontal.posts-list__4cols li {
    float: left;
    width: 25%;
  }
}
.posts-list__horizontal .widget-posts-list &gt; li + li {
  padding-top: 0;
}
.posts-list__horizontal .widget-posts-list &gt; li .post-title {
  margin-bottom: 1em;
}
.posts-list__horizontal .widget-posts-list &gt; li .thumb {
  float: none;
  margin: 0 0 20px 0;
}
.posts-list__horizontal .widget-posts-list &gt; li .thumb img {
  margin: 0;
  width: 100%;
  height: auto;
}
.footer .contacts_info-list &gt; li .fa {
  color: #74879d;
}
.tagcloud &gt; a {
  background: #213046;
  color: #f9fcfd;
}
.tagcloud &gt; a:hover {
  background: #f9fcfd;
  color: #16263d;
}
.footer .tagcloud &gt; a {
  background: #74879d;
  color: #16263d;
}
.footer .tagcloud &gt; a:hover {
  color: #16263d !important;
  background: #f9fcfd;
}
.widget_archive ul li.current-menu-item:before,
.widget_nav_menu ul li.current-menu-item:before,
.widget_meta ul li.current-menu-item:before,
.widget_pages ul li.current-menu-item:before,
.widget_recent_comments ul li.current-menu-item:before,
.widget_recent_entries ul li.current-menu-item:before,
.widget_categories ul li.current-menu-item:before {
  color: #14a5d3;
}
.widget_archive ul li.current-menu-item &gt; a,
.widget_nav_menu ul li.current-menu-item &gt; a,
.widget_meta ul li.current-menu-item &gt; a,
.widget_pages ul li.current-menu-item &gt; a,
.widget_recent_comments ul li.current-menu-item &gt; a,
.widget_recent_entries ul li.current-menu-item &gt; a,
.widget_categories ul li.current-menu-item &gt; a {
  color: #14a5d3;
}
.widget_archive ul li:before,
.widget_nav_menu ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before,
.widget_categories ul li:before {
  background-image: -webkit-linear-gradient(left,color-stop(#f9fcfd 0%),color-stop(transparent 100%));
  background-image: linear-gradient(to right,#f9fcfd 0%,transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9fcfd', endColorstr='#00000000', GradientType=1);
  -webkit-transition: .1s;
  transition: .1s;
}
.widget_archive ul li:after,
.widget_nav_menu ul li:after,
.widget_meta ul li:after,
.widget_pages ul li:after,
.widget_recent_comments ul li:after,
.widget_recent_entries ul li:after,
.widget_categories ul li:after {
  background: #16263d;
}
.gallery-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.gallery-list.gallery-list__2cols {
  margin-left: -15px;
  margin-right: -15px;
}
.gallery-list.gallery-list__2cols:before,
.gallery-list.gallery-list__2cols:after {
  content: " ";
  display: table;
}
.gallery-list.gallery-list__2cols:after {
  clear: both;
}
.gallery-list.gallery-list__2cols:before,
.gallery-list.gallery-list__2cols:after {
  content: " ";
  display: table;
}
.gallery-list.gallery-list__2cols:after {
  clear: both;
}
.gallery-list.gallery-list__2cols .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .gallery-list.gallery-list__2cols .gallery-item {
    float: left;
    width: 50%;
  }
}
.gallery-list.gallery-list__3cols {
  margin-left: -15px;
  margin-right: -15px;
}
.gallery-list.gallery-list__3cols:before,
.gallery-list.gallery-list__3cols:after {
  content: " ";
  display: table;
}
.gallery-list.gallery-list__3cols:after {
  clear: both;
}
.gallery-list.gallery-list__3cols:before,
.gallery-list.gallery-list__3cols:after {
  content: " ";
  display: table;
}
.gallery-list.gallery-list__3cols:after {
  clear: both;
}
.gallery-list.gallery-list__3cols .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .gallery-list.gallery-list__3cols .gallery-item {
    float: left;
    width: 33.333333333333%;
  }
}
.gallery-list.gallery-list__4cols {
  margin-left: -15px;
  margin-right: -15px;
}
.gallery-list.gallery-list__4cols:before,
.gallery-list.gallery-list__4cols:after {
  content: " ";
  display: table;
}
.gallery-list.gallery-list__4cols:after {
  clear: both;
}
.gallery-list.gallery-list__4cols:before,
.gallery-list.gallery-list__4cols:after {
  content: " ";
  display: table;
}
.gallery-list.gallery-list__4cols:after {
  clear: both;
}
.gallery-list.gallery-list__4cols .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .gallery-list.gallery-list__4cols .gallery-item {
    float: left;
    width: 25%;
  }
}
.gallery-list.gallery-list__6cols {
  margin-left: -15px;
  margin-right: -15px;
}
.gallery-list.gallery-list__6cols:before,
.gallery-list.gallery-list__6cols:after {
  content: " ";
  display: table;
}
.gallery-list.gallery-list__6cols:after {
  clear: both;
}
.gallery-list.gallery-list__6cols:before,
.gallery-list.gallery-list__6cols:after {
  content: " ";
  display: table;
}
.gallery-list.gallery-list__6cols:after {
  clear: both;
}
.gallery-list.gallery-list__6cols .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .gallery-list.gallery-list__6cols .gallery-item {
    float: left;
    width: 16.666666666667%;
  }
}
.gallery-list.gallery-list__6cols .gallery-item .gallery-thumb {
  padding: 0;
}
.gallery-item .gallery-caption h3 {
  font-family: 'Quantico', sans-serif;
}
.gallery-item .gallery-caption h3:before {
  display: none !important;
}
.gallery-item .gallery-caption h3:after {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.gallery-item .gallery-caption .date {
  display: block;
  padding-top: 10px;
  color: #fff;
  opacity: .5;
  filter: alpha(opacity=50);
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}
.gallery-item .gallery-thumb {
  padding: 0;
  background: #16263d;
}
.gallery-item .gallery-thumb &gt; .gallery-thumb-inner {
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
.gallery-item .gallery-thumb &gt; .gallery-thumb-inner:before {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg,#14a5d3,#20baa0);
  background-image: linear-gradient(45deg,#14a5d3,#20baa0);
  opacity: .85;
  filter: alpha(opacity=85);
}
.gallery-filter &gt; li &gt; a {
  background: #213046;
  color: #f9fcfd;
}
.gallery-filter &gt; li &gt; a:hover,
.gallery-filter &gt; li &gt; a.current {
  background: #14a5d3;
  color: #f9fcfd;
}
.gallery-list .gallery-thumb .thumbnail-caption-inner .fa {
  color: #f9fcfd;
}
.gallery-list .gallery-thumb .thumbnail-caption-inner .fa:after {
  background: #14a5d3;
}
.gallery-list .gallery-thumb .thumbnail-caption-inner .fa:hover {
  color: #14a5d3;
}
.gallery-list .gallery-thumb .thumbnail-caption-inner .fa:hover:after {
  background: #f9fcfd;
}
.gallery-list .gallery-thumb:hover .thumbnail-caption-inner .fa {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery-list .gallery-thumb:hover .thumbnail-caption-inner .fa-search {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.gallery-list .gallery-thumb:hover .thumbnail-caption-inner .fa-external-link {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.map-canvas {
  border: 1px solid #223147;
  border-radius: 2px;
}
.map-canvas:before {
  color: #9eb4cc;
}
.contact-info-holder {
  background-image: url(https://www.hermes-sp.eu/wp-content/themes/hermes/less/../images/hero-map.png);
}
.contact-info-holder h2 {
  font-family: 'Quantico', sans-serif;
}
.contact-info-holder .contacts-item {
  color: #f9fcfd;
}
.contact-info-holder .contacts-item a {
  color: #f9fcfd;
}
.contact-info-holder .contacts-item a:hover {
  color: #14a5d3;
}
.social-list__large &gt; li &gt; a .fa {
  background: #213046;
  color: #f9fcfd;
}
div.wpcf7 .form-group {
  margin-bottom: 30px;
}
div.wpcf7 .ajax-loader {
  float: left;
}
div.wpcf7 span.wpcf7-form-control-wrap {
  display: block !important;
}
div.wpcf7 span.wpcf7-not-valid-tip {
  display: inline-block;
  padding: 4px 0;
}
div.wpcf7 div.wpcf7-response-output {
  padding: 10px;
  margin-bottom: 24px;
  border: 1px solid transparent !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
div.wpcf7 div.wpcf7-mail-sent-ok {
  background-color: #77bf64;
  border-color: #78b852;
  color: #fff;
}
div.wpcf7 div.wpcf7-mail-sent-ok hr {
  border-top-color: #6caa46;
}
div.wpcf7 div.wpcf7-mail-sent-ok .alert-link {
  color: #e6e6e6;
}
div.wpcf7 div.wpcf7-validation-errors,
div.wpcf7 div.wpcf7-mail-sent-ng {
  background-color: #E9C313;
  border-color: #d18f11;
  color: #fff;
}
div.wpcf7 div.wpcf7-validation-errors hr,
div.wpcf7 div.wpcf7-mail-sent-ng hr {
  border-top-color: #ba7f0f;
}
div.wpcf7 div.wpcf7-validation-errors .alert-link,
div.wpcf7 div.wpcf7-mail-sent-ng .alert-link {
  color: #e6e6e6;
}
div.wpcf7 div.wpcf7-spam-blocked {
  background-color: #e04f6e;
  border-color: #dc3977;
  color: #fff;
}
div.wpcf7 div.wpcf7-spam-blocked hr {
  border-top-color: #d62669;
}
div.wpcf7 div.wpcf7-spam-blocked .alert-link {
  color: #e6e6e6;
}
.testimonial.testimonial__style1 .info {
  color: #9eb4cc;
}
.testimonial.testimonial__style1 .testimonial-thumb {
  float: left;
  margin: 0 20px 30px 0;
  border-radius: 50%;
  padding: 6px;
  background: #213046;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.testimonial.testimonial__style1 .testimonial-thumb img {
  border-radius: 50%;
}
.testimonial.testimonial__style1 .name {
  padding-top: 20px;
}
.testimonial.testimonial__style1 .testimonial-txt {
  padding: 30px;
  background: #213046;
  position: relative;
  font-style: italic;
}
.testimonial.testimonial__style1 .testimonial-txt:before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #213046;
}
.testimonial.testimonial__style1 .testimonial-txt p:last-child {
  margin-bottom: 0;
}
.testimonial.testimonial__style1 .testimonial-txt-inner1:before,
.testimonial.testimonial__style1 .testimonial-txt-inner1:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  border-top: 10px solid #14a5d3;
  border-bottom: 10px solid #14a5d3;
}
.testimonial.testimonial__style1 .testimonial-txt-inner1:before {
  left: 0;
}
.testimonial.testimonial__style1 .testimonial-txt-inner1:after {
  right: 0;
}
.testimonial.testimonial__style1 .testimonial-txt-inner2:before,
.testimonial.testimonial__style1 .testimonial-txt-inner2:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  border-left: 10px solid #14a5d3;
  border-right: 10px solid #14a5d3;
}
.testimonial.testimonial__style1 .testimonial-txt-inner2:before {
  top: 0;
}
.testimonial.testimonial__style1 .testimonial-txt-inner2:after {
  bottom: 0;
}
.testimonial.testimonial__style2 {
  border: 1px solid rgba(255,255,255,0.1);
  background: #213046;
}
.testimonial.testimonial__style2 .testimonial-txt:before {
  color: #f9fcfd;
}
.testimonial.testimonial__style2 .testimonial-txt:after {
  color: #f9fcfd;
}
.testimonial.testimonial__style2 .testimonial-txt p:last-child {
  margin-bottom: 0;
}
.testimonial.testimonial__style2 .testimonial-info:after {
  border-top: 1px solid rgba(255,255,255,0.1);
}
.testimonial.testimonial__style3 .testimonial-txt {
  background: #213046;
}
.testimonial.testimonial__style3 .testimonial-txt p:last-child {
  margin-bottom: 0;
}
.testimonial.testimonial__style3 .testimonial-info:before {
  border-right: 20px solid #213046;
}
.team-member-thumbnail {
  background: #213046;
}
.team-member-thumbnail img {
  border: 1px solid #16263d;
}
.team-member-header {
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.video-holder .screen {
  background: #0b0b0e;
}
.video-holder .screen .screen-inner {
  background: #16263d;
}
.video-holder .stand .stand-center {
  border-bottom: 28px solid #f9fcfd;
}
@media (min-width: 768px) {
  .video-holder .stand .stand-center {
    border-bottom: 56px solid #f9fcfd;
  }
}
.video-holder .stand .stand-shadow {
  background: rgba(11,14,11,0.1);
}
.video-holder .stand .stand-shadow-left-helper {
  border-left: 2px solid #16263d;
}
.video-holder .stand .stand-shadow-right-helper {
  border-right: 2px solid #16263d;
}
.video-holder .stand .stand-bottom {
  background: #f9fcfd;
}
.video-holder .stand .stand-bottom:before {
  border-right: 16px solid #f9fcfd;
}
.video-holder .stand .stand-bottom:after {
  border-left: 16px solid #f9fcfd;
}
.ipad-video-holder .screen {
  background: #0b0b0e;
}
.ipad-video-holder .screen .screen-inner {
  background: #16263d;
}
.icobox {
  background-color: #213046;
}
.icobox__primary .icobox-holder .fa,
.icobox__primary .icobox-holder &gt; span {
  color: #14a5d3;
}
.icobox__secondary .icobox-holder .fa,
.icobox__secondary .icobox-holder &gt; span {
  color: #f9fcfd;
}
.icobox__tertiary .icobox-holder .fa,
.icobox__tertiary .icobox-holder &gt; span {
  color: #9eb4cc;
}
.grabbing {
  cursor: url(https://www.hermes-sp.eu/wp-content/themes/hermes/less/../images/grabbing.png) 8 8, move;
}
.prev-btn,
.next-btn {
  color: #f9fcfd;
  border-radius: 50%;
}
.prev-btn:before,
.next-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.1);
}
.prev-btn:hover,
.next-btn:hover {
  cursor: pointer;
  background: rgba(0,0,0,0.2);
  color: #f9fcfd;
}
.prev-btn:hover:before,
.next-btn:hover:before {
  border: none;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-controls .owl-page span {
  background: #fdffe8;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  color: #FFF;
}
.owl-item.loading:before {
  color: #9eb4cc;
}
.partners-list {
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
  margin: 0;
  padding: 2px 2px !important;
}
.partners-list:before,
.partners-list:after {
  content: " ";
  display: table;
}
.partners-list:after {
  clear: both;
}
.partners-list:before,
.partners-list:after {
  content: " ";
  display: table;
}
.partners-list:after {
  clear: both;
}
.partners-list.partners-list__cols1 &gt; li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .partners-list.partners-list__cols1 &gt; li {
    float: left;
    width: 100%;
  }
}
.partners-list.partners-list__cols2 &gt; li {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .partners-list.partners-list__cols2 &gt; li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .partners-list.partners-list__cols2 &gt; li {
    float: left;
    width: 50%;
  }
}
.partners-list.partners-list__cols3 &gt; li {
  position: relative;
  float: left;
  width: 33.333333333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .partners-list.partners-list__cols3 &gt; li {
    float: left;
    width: 33.333333333333%;
  }
}
@media (min-width: 992px) {
  .partners-list.partners-list__cols3 &gt; li {
    float: left;
    width: 33.333333333333%;
  }
}
.partners-list.partners-list__cols4 &gt; li {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .partners-list.partners-list__cols4 &gt; li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .partners-list.partners-list__cols4 &gt; li {
    float: left;
    width: 25%;
  }
}
.partners-list.partners-list__cols6 &gt; li {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .partners-list.partners-list__cols6 &gt; li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .partners-list.partners-list__cols6 &gt; li {
    float: left;
    width: 16.666666666667%;
  }
}
.partners-list &gt; li {
  padding: 0 0 1px 1px !important;
}
.partners-list &gt; li:before,
.partners-list &gt; li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  top: 0;
  width: 3px;
  border-top: 3px solid #14a5d3;
  border-bottom: 3px solid #14a5d3;
}
.partners-list &gt; li:before {
  left: -1px;
  top: -2px;
}
.partners-list &gt; li:after {
  right: -2px;
  top: -2px;
}
.partners-list &gt; li a {
  display: block;
  background: rgba(0,0,0,0.1);
  -webkit-transition: .2s;
  transition: .2s;
}
.partners-list &gt; li a:hover {
  position: relative;
  z-index: 2;
}
.partners-list &gt; li img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: none;
  padding: 0;
  margin: 0;
  opacity: .25;
  filter: alpha(opacity=25);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.partners-list &gt; li img:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}
.footer-wrap {
  -webkit-box-shadow: inset 0 6px 10px rgba(0,0,0,0.05);
  box-shadow: inset 0 6px 10px rgba(0,0,0,0.05);
}
.footer-logo-txt {
  font-family: 'Quantico', sans-serif;
}
.footer-logo-img {
  margin-bottom: 10px;
}
.footer-social {
  background-color: #213046;
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.footer-social .social-list__footer {
  text-align: center;
}
.footer-social .social-list__footer &gt; li {
  margin-bottom: 0;
  margin-left: 6px;
}
.footer-social .social-list__footer &gt; li &gt; a {
  background: none;
  padding: 0;
  text-align: center;
  color: #f9fcfd;
  line-height: 32px;
  border-radius: 0;
}
.footer-social .social-list__footer &gt; li &gt; a:hover {
  color: #16263d;
}
.footer-social .social-list__footer &gt; li &gt; a .fa {
  margin-right: 0;
}
.footer {
  color: #4e5e73;
}
.footer a {
  color: #74879d;
}
.footer a:hover {
  color: #14a5d3;
}
.widget__footer .widget-title {
  color: #14a5d3;
}
.widget__footer .widget-title:before {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  left: 13px;
  bottom: 0;
  width: 60%;
  opacity: .12;
  filter: alpha(opacity=12);
  background-image: -webkit-linear-gradient(left,color-stop(#f9fcfd 0%),color-stop(transparent 100%));
  background-image: linear-gradient(to right,#f9fcfd 0%,transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9fcfd', endColorstr='#00000000', GradientType=1);
}
.widget__footer .widget-title h4 {
  position: relative;
  margin-bottom: 0;
  padding: 0 0 24px 0;
}
.widget__footer .widget-title h4:after,
.widget__footer .widget-title h4:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
}
.widget__footer .widget-title h4:before {
  left: 0;
  bottom: -6px;
  width: 13px;
  height: 13px;
  background: #f9fcfd;
  opacity: .15;
  filter: alpha(opacity=15);
}
.widget__footer .widget-title h4:after {
  left: 4px;
  bottom: -2px;
  width: 5px;
  height: 5px;
  background: #14a5d3;
}
.widget__footer a {
  color: #74879d;
}
.widget__footer a:hover {
  color: #14a5d3;
}
.social-list__footer &gt; li &gt; a {
  width: 36px;
  height: 36px;
  background: #74879d;
  color: #16263d;
  line-height: 36px;
}
.social-list__footer &gt; li &gt; a:hover {
  color: #16263d;
  background: #f9fcfd;
}
.footer .loading-container {
  color: #4e5e73;
}
.twitter-article-col + .twitter-article-col .twitter-article {
  border-top: 1px solid #213046;
}
.widget__sidebar .twitter-article-col + .twitter-article-col .twitter-article {
  border-top-color: #223147;
}
.twitter-pic {
  border: 5px solid #213046;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.twitter-pic:hover {
  -webkit-transition: none;
  transition: none;
  border-color: #14a5d3;
}
.btn-twitter {
  border-radius: 2px;
  font-family: 'Open Sans', sans-serif;
  padding-top: 4px;
  padding-bottom: 4px;
}
.btn-twitter:before {
  display: none;
}
.footer .btn-twitter {
  color: #16263d;
  background: #74879d;
}
.footer .btn-twitter:hover {
  color: #16263d;
  background: #f9fcfd;
}
.widget__sidebar .twitter-meta a {
  color: #f9fcfd;
}
.widget__sidebar .twitter-meta a:hover {
  color: #14a5d3;
}
.twitter-meta a {
  color: #74879d;
}
.twitter-meta a:hover {
  color: #14a5d3;
}
.footer .twitter-text a {
  color: #74879d;
}
.footer .twitter-text a:hover {
  color: #14a5d3;
}
.widget__sidebar .tweet-time &gt; a {
  color: #f9fcfd;
}
.widget__sidebar .tweet-time &gt; a:hover {
  color: #14a5d3;
}
.footer .tweet-time &gt; a {
  color: #74879d;
}
.footer .tweet-time &gt; a:hover {
  color: #14a5d3;
}
.twitter-actions .intent a {
  color: #bfcede;
}
.twitter-actions .intent a:hover {
  color: #14a5d3;
}
.footer .twitter-actions .intent a {
  color: #74879d;
}
.footer .twitter-actions .intent a:hover {
  color: #14a5d3;
}
.copyright a:hover {
  color: #74879d;
}
.footer-widget-copyright {
  color: #4e5e73;
}
.footer-widget-copyright a {
  color: #4e5e73;
}
.footer-widget-copyright a:hover {
  color: #f9fcfd;
}
.hr-double {
  border-top: 1px solid #213046;
  border-bottom: 1px solid #213046;
}
hr {
  border-top-color: #213046;
  margin: 40px 0;
}
.bordered {
  border-right: 1px solid #223147;
}
.fullwidth-wrapper {
  background-color: rgba(255,255,255,0.05);
  background-repeat: no-repeat;
  border: none;
  background-position: 50% 0;
  background-attachment: fixed;
  background-size: cover;
}
.fullwidth-wrapper.fullwidth-wrapper__parallax .row {
  position: relative;
  z-index: 2;
}
.fullwidth-wrapper.fullwidth-wrapper__parallax:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: url(https://www.hermes-sp.eu/wp-content/themes/hermes/less/../images/pattern-dotted-dark.png);
  z-index: 1;
}
.fa.normal {
  font-size: 14px;
}
.tp-caption .btn {
  color: #f9fcfd !important;
}
.tp-caption .video.alignnone {
  padding: 0;
  background: none;
}
.tp-caption .video.alignnone iframe {
  background-color: #213046;
  border-radius: 0;
}
.hesperiden .tp-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #f9fcfd;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.hesperiden .tp-bullet.selected,
.hesperiden .tp-bullet:hover {
  background: #f9fcfd;
}
.hesperiden.tparrows {
  overflow: hidden;
  width: 60px;
  height: 60px;
  background: rgba(0,0,0,0.25);
  color: #f9fcfd;
  -webkit-transition: .2s;
  transition: .2s;
  text-align: center;
  top: 50% !important;
  border-radius: 0;
}
.hesperiden.tparrows:before {
  content: "";
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  display: inline-block;
  line-height: 60px;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
}
.hesperiden.tparrows:hover {
  cursor: pointer;
  background: #f9fcfd;
}
.hesperiden.tparrows:hover:before {
  color: #14a5d3;
}
.hesperiden.tparrows.tp-leftarrow:before {
  content: "\f104" !important;
}
.hesperiden.tparrows.tp-rightarrow:before {
  content: "\f105" !important;
}
.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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
</pre></body></html>