/* header footer */
.header {
  margin: 0 0 1.5em;
  flex: none;
}

.logo {
  text-align: center;
}

.logo img {
  margin: 25px auto 20px;
  display: block;
}

.search-bar {
  background-color: #555fc4;
  background: linear-gradient(150deg, #34489b 0%, #555fc4 80%, #555fc4 100%);
  padding: 12px 12px 10px;
  border-bottom: 1px solid #55a;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-box-sizing: border-box;
}

.search-nav {
  height: 36px;
}

.nav-form {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 999;
}

.search-bar form {
  margin: 0;
  width: 18em;
  display: inline-block;
}

.search-bar .button-vpn {
  float: right;
}

.search-bar .button-vpn a {
  background-color: #34489b;
  padding: .3em .8em .3em .8em;
  border-radius: 3px;
  border: 1px solid #32448e;
  height: 36px;
  display: inline-block;
  font-weight: 700;
  color: #fff;
}

.search-bar .button-vpn a:hover {
  background-color: #32448e;
}

.search-bar .button-vpn a i {
  margin-right: .5em;
  color: #555fc4;
}

.nav-fill {
  overflow: hidden;
}

.nav-fill .nav-search-field {
  height: 36px;
  position: relative;
}

.nav-fill .nav-search-field input {
  background-color: #fafbfc;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  height: 36px;
  outline: 0;
  -webkit-appearance: none;
  font-size: 1em;
  font-weight: 700;
}

.nav-fill .nav-search-field input:focus {
  color: #555fc4;
}

.nav-right {
  float: right;
  min-width: 0;
  display: inline-block;
  width: auto;
  position: relative;
}

.nav-search-submit {
  position: relative;
  top: 0;
  right: 0;
  height: 36px;
  overflow: hidden;
  cursor: pointer;
}

.nav-search-submit button {
  border-radius: 0;
  background-color: #fafbfc;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  line-height: normal !important;
  margin: 0;
  padding: 0 .8em;
  height: 36px;
  box-sizing: border-box;
}

.search-bar i.fa-search {
  font-size: 1.2em;
  line-height: 1em;
  color: #4d4d9a;
}

.nav-opt-sites {
  display: none;
  float: left;
}

.nav-opt-sites .search-sites {
  margin: 0;
  background-color: #6d79ec;
  padding: 0 1em 0 .5em;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  border-radius: 0\9;
  float: left;
  height: 36px;
  line-height: 2.2em;
  box-shadow: 0 0 20px 0 rgba(49, 56, 119, 0.5);
}

.nav-opt-sites .search-sites li {
  float: left;
  margin: 0;
  padding: 0 .4em;
  display: flex;
}

.nav-opt-sites .search-sites li a {
  color: #fafbfc;
  font-size: .875em;
  font-weight: 700;
  letter-spacing: .02em;
  opacity: .5;
}

.nav-opt-sites .search-sites li:hover a {
  opacity: 1;
}

.nav-opt-sites .search-sites li::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #6d79ec;
  content: '';
  left: 60%;
  position: relative;
  top: 0;
}

.nav-opt-sites li.site-selected::before, .nav-opt-sites .search-sites li:hover::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #4c55b1;
  content: '';
  left: 60%;
  position: relative;
  top: 0;
}

.nav-opt-sites li.site-selected a {}

.top-nav {
  float: left;
  width: 100%;
  background-color: #fafbfc;
  padding: 13px 10px 9px 21px;
  border-bottom: 1px solid #e1e4e8;
  font-size: 1em;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  height: 50px;
}

.top-nav ul {
  margin: 0;
}

.top-nav nav li {
  margin: 0 1.5em 0 0;
  float: left;
}

.top-nav nav li i.fa-cogs {
  color: #aaabac;
  padding-right: .5em;
}

.top-nav nav a {
  color: #aaabac;
}

.top-nav nav a:hover {
  color: #555fc4;
}

.top-nav nav .settings i {
  margin-left: .3em;
}

.top-nav .social-share i {
  color: #555fc4;
  padding: 0 .6em;
  font-size: .938em;
}

.top-nav .social-share li {
  float: left;
  margin: 0;
}

.top-nav .social-share i:hover {
  color: #fe7f78;
}

.share-buttons .btn-fb {
  border: 1px solid #555fc4;
  border-radius: 2px;
  padding: 2px 11px 2px 2px;
}

.top-nav .log-link {
  margin-right: 25px;
}

.top-nav .log-link span {
  font-weight: 700;
}

.top-nav .log-link i {
  margin: 0 5px 0 10px;
}

/* footer
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer {
  flex: none;
}

.footer-wrap {
  background-color: #444546;
  padding: 2.5em 0 2em;
  color: #aaabac;
}

.footer-wrap a {
  color: #aaabac;
}

.footer-wrap .small-12 {
  font-size: .938em;
}

.footer-wrap .title {
  margin-right: 1em;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .02em;
}

.footer-wrap .url {
  float: right;
  line-height: 1.8em;
}

.footer-wrap .url span {
  padding: 0 .5em;
  color: #aaabac;
  opacity: .7;
}

.footer-wrap .contact {
  float: right;
  line-height: 1.8em;
  margin-right: 3em;
}

.footer-wrap .contact i {
  margin-right: .5em;
}

.footer-wrap .for {
  line-height: 1.8em;
  margin-right: 3em;
  float: right;
}

/* breadcrumbs
	–––––––––––––––––––––––––––––––––––––––––––––––––– */
.breadcrumbs {
  display: inline-block;
  font-size: .875em;
  color: #aaabac;
}

.breadcrumbs li {
  font-size: .875rem;
  text-transform: none;
  color: #aaabac;
}

.breadcrumbs li:nth-child(3) {
  max-width: 350px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0;
  content: "";
}

.breadcrumbs a {
  color: #aaabac;
}

.breadcrumbs i {
  padding: 0 10px;
}

.breadcrumbs strong {
  margin-left: 5px;
  text-transform: uppercase;
  font-size: .938em;
  letter-spacing: .03em;
  background-color: #fff4c6;
  color: #886425;
  padding: 2px 4px;
  border-radius: 3px;
}

ol {
  list-style: none;
  display: inline-block;
  margin: 0;
}

ol li {
  float: left;
  margin: 0;
}