@charset "UTF-8";
/*@import url(font-awesome.min.css);

/*
	Transit by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Basic */

.menu a.active .menu-item {
  color: #1aaae5;
}


body {
  background: #fff;
}

body.is-loading *,
body.is-loading *:before,
body.is-loading *:after {
  -webkit-animation: none !important;
  animation: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

body,
input,
select,
textarea {
  color: #444;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 13pt;
  font-weight: 400;
  line-height: 1.65em;
}

a {
  color: #0076a7;
  text-decoration: none;
}

a:active,
a:hover {
  text-decoration: underline;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

p {
  margin: 0 0 2em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 1em 0;
  font-family: "Exo 2", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h2 {
  font-size: 1.75em;
  line-height: 1.5em;
}

h3 {
  font-size: 1.35em;
  line-height: 1.5em;
}

h4 {
  font-size: 1.1em;
  line-height: 1.5em;
}

h5 {
  font-size: 0.9em;
  line-height: 1.5em;
}

h6 {
  font-size: 0.7em;
  line-height: 1.5em;
}

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

hr {
  border: 0;
  border-bottom: solid 1px rgba(144, 144, 144, 0.25);
  margin: 2em 0;
}

hr.major {
  margin: 3em 0;
}

blockquote {
  border-left: solid 4px rgba(144, 144, 144, 0.25);
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em;
}

code {
  background: rgba(144, 144, 144, 0.075);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px rgba(144, 144, 144, 0.25);
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
  display: block;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0;
}

pre code {
  display: block;
  line-height: 1.75em;
  padding: 1em 1.5em;
  overflow-x: auto;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/* Section/Article */

section.special,
article.special {
  text-align: center;
}

header p {
  color: #858585;
  position: relative;
  margin: 0 0 1.5em 0;
}

header h2 + p {
  font-size: 1.25em;
  margin-top: -1em;
  line-height: 1.5em;
}

header h3 + p {
  font-size: 1.1em;
  margin-top: -0.8em;
  line-height: 1.5em;
}

header h4 + p,
header h5 + p,
header h6 + p {
  font-size: 0.9em;
  margin-top: -0.6em;
  line-height: 1.5em;
}

header.major {
  text-align: center;
  margin-bottom: 3em;
}

header.major h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

header.major p {
  font-size: 1.3em;
}

/* Form */

form {
  margin: 0 0 2em 0;
}

label {
  color: #474747;
  display: block;
  font-size: 0.9em;
  font-weight: 700;
  margin: 0 0 1em 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: rgba(144, 144, 144, 0.075);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #bbb;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  border-color: #1aaae5;
}

.select-wrapper {
  text-decoration: none;
  display: block;
  position: relative;
}

.select-wrapper:before {
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.select-wrapper:before {
  color: rgba(144, 144, 144, 0.25);
  display: block;
  height: 2.75em;
  line-height: 2.75em;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 2.75em;
}

.select-wrapper select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
  height: 2.75em;
}

textarea {
  padding: 0.75em 1em;
}

input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  text-decoration: none;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  padding-left: 2.4em;
  padding-right: 0.75em;
  position: relative;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  background: rgba(144, 144, 144, 0.075);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px rgba(144, 144, 144, 0.25);
  content: "";
  display: inline-block;
  height: 1.65em;
  left: 0;
  line-height: 1.58125em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.65em;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background: #1aaae5;
  border-color: #1aaae5;
  color: #ffffff;
  content: "\f00c";
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
  border-color: #383b43;
  -webkit-box-shadow: 0 0 0 1px #383b43;
  box-shadow: 0 0 0 1px #383b43;
}

input[type="checkbox"] + label:before {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

input[type="radio"] + label:before {
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

::-webkit-input-placeholder {
  color: #858585 !important;
  opacity: 1;
}

:-moz-placeholder {
  color: #858585 !important;
  opacity: 1;
}

::-moz-placeholder {
  color: #858585 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #858585 !important;
  opacity: 1;
}

.formerize-placeholder {
  color: #858585 !important;
  opacity: 1;
}

/* Box */

.box {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px rgba(144, 144, 144, 0.25);
  margin-bottom: 2em;
  padding: 1.5em;
}

.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}

.box.alt {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}

/* Icon */

.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.icon:active,
.icon:hover {
  text-decoration: none;
}

.icon > .label {
  display: none;
}

.icon.rounded {
  background-color: #383b43;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  display: inline-block;
  height: 3.25em;
  line-height: 3.25em;
  text-align: center;
  width: 3.25em;
}

.icon.rounded.big {
  font-size: 2.5em;
  margin-bottom: 0.5em;
}

.icon.rounded.color1 {
  background-color: #1aaae5;
}

.icon.rounded.color2 {
  background-color: #3c61d4;
}

.icon.rounded.color3 {
  background-color: #633cd4;
}

.icon.rounded.color4 {
  background-color: #af3cd4;
}

.icon.rounded.color5 {
  background-color: #d43cad;
}

.icon.rounded.color6 {
  background-color: #d43c61;
}

.icon.rounded.color7 {
  background-color: #d4633c;
}

.icon.rounded.color8 {
  background-color: #d4af3c;
}

.icon.rounded.color9 {
  background-color: #add43c;
}

.icon.rounded.color10 {
  background-color: #61d43c;
}

.icon.rounded.fa-twitter {
  background-color: #2daae4;
}

.icon.rounded.fa-facebook {
  background-color: #39599f;
}

.icon.rounded.fa-google-plus {
  background-color: #c91e1f;
}

.icon.rounded.fa-dribbble {
  background-color: #c4376b;
}

.icon.rounded.fa-tumblr,
.icon.rounded.fa-linkedin {
  background-color: #31516a;
}

.icon.rounded.fa-rss {
  background-color: #f2600b;
}

/* Image */

.image {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  display: inline-block;
  position: relative;
}

.image img {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
}

.image.left {
  float: left;
  padding: 0 1.5em 1em 0;
  top: 0.25em;
}

.image.right {
  float: right;
  padding: 0 0 1em 1.5em;
  top: 0.25em;
}

.image.left,
.image.right {
  max-width: 40%;
}

.image.left img,
.image.right img {
  width: 100%;
}

.image.fit {
  display: block;
  margin: 0 0 2em 0;
  width: 100%;
}

.image.fit img {
  width: 100%;
}

/* List */

ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em;
}

ol li {
  padding-left: 0.25em;
}

ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1em;
}

ul li {
  padding-left: 0.5em;
}

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

ul.alt li {
  border-top: solid 1px rgba(144, 144, 144, 0.25);
  padding: 0.5em 0;
}

ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}

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

ul.unstyled li {
  padding: 0.4em 0;
}

ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

ul.icons li {
  display: inline-block;
  padding: 0 1em 0 0;
}

ul.icons li:last-child {
  padding-right: 0;
}

ul.icons li .icon:before {
  font-size: 2em;
}

ul.actions {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

ul.actions li {
  display: inline-block;
  padding: 0 1em 0 0;
  vertical-align: middle;
}

ul.actions li:last-child {
  padding-right: 0;
}

ul.actions.small li {
  padding: 0 0.5em 0 0;
}

ul.actions.vertical li {
  display: block;
  padding: 1em 0 0 0;
}

ul.actions.vertical li:first-child {
  padding-top: 0;
}

ul.actions.vertical li > * {
  margin-bottom: 0;
}

ul.actions.vertical.small li {
  padding: 0.5em 0 0 0;
}

ul.actions.vertical.small li:first-child {
  padding-top: 0;
}

ul.actions.fit {
  display: table;
  margin-left: -1em;
  padding: 0;
  table-layout: fixed;
  width: -webkit-calc(100% + 1em);
  width: calc(100% + 1em);
}

ul.actions.fit li {
  display: table-cell;
  padding: 0 0 0 1em;
}

ul.actions.fit li > * {
  margin-bottom: 0;
}

ul.actions.fit.small {
  margin-left: -0.5em;
  width: -webkit-calc(100% + 0.5em);
  width: calc(100% + 0.5em);
}

ul.actions.fit.small li {
  padding: 0 0 0 0.5em;
}

dl {
  margin: 0 0 2em 0;
}

/* Table */

.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

table {
  margin: 0 0 2em 0;
  width: 100%;
}

table tbody tr {
  border: solid 1px rgba(144, 144, 144, 0.25);
  border-left: 0;
  border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
  background-color: rgba(144, 144, 144, 0.075);
}

table td {
  padding: 0.75em 0.75em;
}

table th {
  color: #474747;
  font-size: 0.9em;
  font-weight: 700;
  padding: 0 0.75em 0.75em 0.75em;
  text-align: left;
}

table thead {
  border-bottom: solid 2px rgba(144, 144, 144, 0.25);
}

table tfoot {
  border-top: solid 2px rgba(144, 144, 144, 0.25);
}

table.alt {
  border-collapse: separate;
}

table.alt tbody tr td {
  border: solid 1px rgba(144, 144, 144, 0.25);
  border-left-width: 0;
  border-top-width: 0;
}

table.alt tbody tr td:first-child {
  border-left-width: 1px;
}

table.alt tbody tr:first-child td {
  border-top-width: 1px;
}

table.alt thead {
  border-bottom: 0;
}

table.alt tfoot {
  border-top: 0;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #1aaae5;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  border: 0;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  height: 2.35em;
  line-height: 2.35em;
  padding: 0 1.1em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
  background-color: #1db3e8;
  text-decoration: none;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
  background-color: #1db3e8;
  text-decoration: none;
}

input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
.button.icon {
  padding-left: 1.35em;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
.button.icon:before {
  margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
.button.fit {
  display: block;
  margin: 0 0 1em 0;
  width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
.button.small {
  font-size: 0.8em;
}

input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big,
.button.big {
  font-size: 1.35em;
}

input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
.button.alt {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
  box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
  color: #474747 !important;
}

input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
input[type="button"].alt:hover,
.button.alt:hover {
  background-color: rgba(144, 144, 144, 0.075);
}

input[type="submit"].alt:active,
input[type="reset"].alt:active,
input[type="button"].alt:active,
.button.alt:active {
  background-color: rgba(144, 144, 144, 0.2);
}

input[type="submit"].alt.icon:before,
input[type="reset"].alt.icon:before,
input[type="button"].alt.icon:before,
.button.alt.icon:before {
  color: #858585;
}

input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
.button.special {
  background-color: #7abd22;
  color: #ffffff !important;
  font-size: 1.3em;
}

input[type="submit"].special:hover,
input[type="reset"].special:hover,
input[type="button"].special:hover,
.button.special:hover {
  background-color: #86c425;
}

input[type="submit"].special:active,
input[type="reset"].special:active,
input[type="button"].special:active,
.button.special:active {
  background-color: #86c425;
}

input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
.button.disabled,
.button:disabled {
  background-color: #444 !important;
  -webkit-box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
  color: #fff !important;
  cursor: default;
  opacity: 0.25;
}

/* Header */

#header nav a {
  color: #000;
}

#header {
  left: 0;
  top: 0;
  background-color: #fff;
  color: #000;
  cursor: default;
  font-size: 1.1em;
  height: 6em;
  line-height: 6em;
  width: 100%;
  z-index: 10000;
}

#header::after {
  content: "";
  border-top: solid 2px rgba(0, 0, 0, 0.08);
  width: 100%;
  position: absolute;
  top: 6em;
}

#header h1 {
  color: #ffffff;
  height: inherit;
  left: 3em;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: absolute;
  vertical-align: middle;
  top: 1.2em;
}

#header h1 a {
  font-size: 1.25em;
  line-height: 4.2em;
  vertical-align: middle;
}

#header nav {
  height: inherit;
  line-height: inherit;
  position: absolute;
  right: 3em;
  vertical-align: middle;
}

#header nav > ul {
  list-style: none;
  margin: 0 -1em 0 0;
  padding-left: 0;
}

#header nav > ul > li {
  display: inline-block;
  margin-right: -0.3em;
  padding-left: 1em;
  padding-right: 1.3em;
}

#header nav > ul > li a {
  color: #000;
  display: inline-block;
  text-decoration: none;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9em;
}

#header nav > ul > li a:active,
#header nav > ul > li a:hover {
  color: #1aaae5;
}

#header nav > ul > li:first-child {
  margin-left: 0;
}

#header nav > ul > li .button {
  background: transparent;
  height: 3em;
  line-height: 3em;
  margin-bottom: 0;
  padding: 0 1.5em;
  position: relative;
  top: -0.075em;
  vertical-align: middle;
  color: #000 !important;
}

#header nav > ul > li .button:hover {
  color: #1aaae5 !important;
}

#header nav > ul > li .button.register-special:hover {
  border: solid 1px #1aaae5;
}

#header .container {
  position: relative;
}

#header .container h1 {
  left: 0;
}

#header .container nav {
  right: 0;
}

#header nav > ul > li .button.login-special {
  -webkit-border-radius: 0;
  border-radius: 0;
  border-left: solid 1px #ddd;
  padding-left: 2em !important;
  padding-right: 0 !important;
  top: -0.15em;
}

#header nav > ul > li .button.register-special {
  border: solid 1px #ddd;
  padding-bottom: 3em;
  top: -0.15em;
}

html.medium .login-special {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border-left: none;
  padding: 0 1em !important;
}

#navButton {
  background: url(../images/logo-8host.png) right 2em center no-repeat #fff;
  -webkit-background-size: 4.5em 4.5em;
  background-size: 4.5em;
  width: 100% !important;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08);
  display: none !important;
}

#skel-layers-wrapper {
  padding: 0px !important;
}

.nav-item {
  padding-left: 0px;
}

/* Banner */

#banner {
  background-image: url(../images/hero-full-bck.jpg);
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ffffff;
  padding: 6em 0em 8em;
  text-align: center;
}
html.small #banner {
  background: #333;
  padding: 4em 0em 4em;
}

.hero-box {
  text-align: left;
  margin-right: 4em;
}

.hero-box-blue {
  margin-left: 5em;
  margin-right: 0em;
}

html.small .hero-box-blue,
html.small .hero-box {
  margin: 0;
}

html.small .hero-box-blue,
html.small .hero-box-gray {
  background: #e7e7e7;
  background-image: url(../images/hero-full-bck.jpg);
  background-position: right bottom;
  padding: 2em;
}

html.small .hero-box-gray {
  background-position: left bottom;
  margin-bottom: 2em !important;
}

.hero-box-blue .small-div,
.hero-box-gray .small-div {
  margin: 2em 0;
  height: 2px;
  width: 5em;
  background: #fff;
}

.hero-box-gray .small-div {
  margin: 2em 0;
  height: 2px;
  width: 5em;
  background: #1aaae5;
}

#banner :last-child {
  margin-bottom: 0;
}

#banner h1 {
  color: #ffffff;
  font-size: 2.6em;
  line-height: 1.25em;
  margin: 0.7em 0 0.5em 0;
  padding: 0;
  text-transform: uppercase;
}

html.large #banner h1 {
  font-size: 2em;
}

#banner .hero-box-gray h1 {
  color: #00274b;
}

html.small #banner .hero-box-gray h1 {
  width: auto;
}

#banner p {
  font-size: 1.2em;
  margin-bottom: 1.75em;
  line-height: 1.2;
}

#banner .hero-box-gray p {
  color: #000;
}

.host-hero-learn,
.host-hero-order,
.hero-box-blue .host-hero-learn,
.hero-box-blue .host-hero-order {
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #00274b;
  border: solid 2px #1aaae5;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 9px 20px;
  display: inline-block;
  margin-right: 26px;
  margin-bottom: 0.5em;
  white-space: nowrap;
}

.host-hero-order {
  color: #fff;
  background: #1aaae5;
}

.hero-box-blue .host-hero-learn,
.hero-box-blue .host-hero-order {
  border: solid 2px #fff;
  color: #fff;
}

.hero-box-blue .host-hero-order {
  background: #fff;
  color: #1aaae5;
}

.host-hero-learn:hover,
.host-hero-order:hover,
.hero-box-blue .host-hero-learn:hover,
.hero-box-blue .host-hero-order:hover {
  border: solid 2px #00274b;
  background: #00274b;
  color: #fff;
  text-decoration: none;
}

/* Wrapper */

.wrapper {
  padding: 4em 0em 4em;
  /* Style 1 Wrapper */
  /* Style 2 Wrapper */
  /* Style 3 Wrapper */
}

.wrapper.style1 {
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(144, 144, 144, 0.25);
  border-top: 1px solid rgba(144, 144, 144, 0.25);
  padding-bottom: 4em;
}

.wrapper.style1 .box {
  background-color: #fff;
  padding: 3em 2.5em;
}

.wrapper.style1 .box h2,
.wrapper.style1 .box h3,
.wrapper.style1 .box h4,
.wrapper.style1 .box h5,
.wrapper.style1 .box h6 {
  color: #858585;
}

.wrapper.style2 .profiles {
  border-bottom: 1px solid rgba(144, 144, 144, 0.25);
  border-top: 1px solid rgba(144, 144, 144, 0.25);
  margin-bottom: 4em;
  padding-top: 4em;
}

.wrapper.style2 .profile {
  margin-bottom: 2em;
  text-align: left;
}

.wrapper.style2 .profile img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-bottom: 1em;
  margin-right: 1em;
}

.wrapper.style2 .profile h4 {
  margin-bottom: 0;
  margin-top: 1em;
}

.wrapper.style2 footer {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.wrapper.style2 footer p {
  margin-bottom: 3em;
}

.wrapper.style3 {
  background-color: #1aaae5;
  color: #ffffff;
}

.wrapper.style3 h2,
.wrapper.style3 h3,
.wrapper.style3 p {
  color: #ffffff;
}

.wrapper.style3 input[type="text"],
.wrapper.style3 input[type="password"],
.wrapper.style3 input[type="email"],
.wrapper.style3 select,
.wrapper.style3 textarea {
  background-color: #fff;
  color: #444;
}

/* Footer */

#footer {
  background: #333 url(../images/footer-lines.png) right 2em no-repeat;
  padding: 6em 0em 0em;
}

#footer h2,
#footer h3,
#footer h4 {
  color: #ffffff;
}

#footer p,
#footer a,
#footer li {
  color: #848484;
}

#footer a:hover {
  color: #eee;
}

#footer > .container ul li {
  padding: 0.2em 0;
}

#footer .links {
  margin-bottom: 3em;
  padding-bottom: 1em;
  font-size: 1em;
}

#footer h3 {
  text-transform: uppercase;
}

#footer .copyright {
  margin-top: 0.65em;
  padding: 0;
}

#footer .copyright li {
  color: #515151;
  display: inline-block;
  list-style: none;
  margin-left: 1em;
  padding-left: 1.5em;
  border-left: solid 1px #333;
}

#footer .copyright li:first-child {
  margin-left: 0;
  padding-left: 0;
  border: none;
}

#footer .copyright a {
  color: #515151;
}

#footer .copyright a:hover {
  color: #888;
}

#footer .icons {
  text-align: right;
}

#footer a.icon {
  color: #ffffff;
  font-size: 0.65em;
  height: 4em;
  line-height: 4em;
  width: 4em;
  cursor: pointer;
}

.under-footer {
  background: #222;
  padding: 3em 0 1em 0;
}

/* Grid Demo */

.grid-demo {
  display: block;
  margin: 0 0 2em 0;
}

.grid-demo span {
  background: #8d93a0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.25);
  display: block;
  font-weight: 700;
  height: 2.75em;
  line-height: 2.75em;
  text-align: center;
}

.grid-demo .row.flush > div span {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.grid-demo .row.flush > div:first-child span {
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.grid-demo .row.flush > div:last-child span {
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* drop menu */

.drop {
  display: none;
  background: #00274b;
  /*padding:1em 0;*/
  padding: 1em 0 0 0;
  position: absolute;
  left: 6.3em;
  width: 33.5em;
  top: 100%;
  line-height: 1.1;
  -webkit-box-shadow: 2px 3px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 1px 0px rgba(0, 0, 0, 0.2);
  z-index: 300;
  left: 0;
  width: 39.8em;
}

#nav li:hover .drop {
  display: block;
}

ul.drop-menu {
  margin: 0;
  z-index: 400;
}

.drop-menu li {
  display: inline-block;
  font-size: 0.9em;
  text-transform: none;
  padding-bottom: 1em;
}

#header nav .drop-menu li a {
  color: #fff;
  padding: 1em;
}

.drop-info {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #00274b;
  padding: 2em 3em;
  -webkit-box-shadow: 2px 3px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 1px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  min-width: 100%;
  line-height: 1.3;
  border-top: dashed 1px #1aaae5;
  top: 100%;
  font-size: 0.8em;
}

.drop-menu li:hover .drop-info {
  display: block;
}

.hidden {
}

#one .icons-section p {
  min-height: 7em;
}

html.large #one .icons-section p {
  min-height: 8.5em;
}

html.medium.large #one .icons-section p {
  min-height: initial;
}

.screenshot {
  text-align: left;
}

html.medium .screenshot {
  text-align: center;
}

.screenshot img {
  width: 100%;
  padding: 0 2em 1em;
  height: auto;
}

.screenshot p {
}

.screenshot h2 {
}

.screenshot li {
  list-style-position: inside;
}

.icons-section img {
  margin-bottom: 2.5em;
}

html.medium .icons-section img {
  margin-top: 2em;
}

#two {
  border-top: dotted 1px #ccc;
}

#three .vpn-text,
#three h1 {
  text-align: left;
}

.gray-section {
  background: #eee;
}

html.medium .gray-section {
  text-align: center;
}

.blue-section {
  background: #1aaae5;
  color: #fff;
}

.blue-section a {
  color: #fff;
  text-decoration: underline;
}

.blue-section a.features-submenu {
  text-decoration: none;
}

.blue-section a:hover {
  color: #333;
  text-decoration: underline;
}

.blue-section h1,
.blue-section h2 {
  color: #fff;
}

header.major.small-header h1 {
  font-size: 1.2em;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 2em;
}

html.medium #three .vpn-text,
html.medium #three h1 {
  text-align: center;
}

html.medium #three h1 {
  margin-top: 1em;
}

.ssd-text header {
  margin-top: 1em;
}

.ssd-text p {
}

.inline-image img {
  float: left;
  margin-right: 1.5em;
}

.inline-image-l img {
  float: right;
  margin-right: 1.5em;
  margin-bottom: 2em;
}

html.medium .inline-image img,
html.medium .inline-image-l img {
  float: none;
  margin: 1.5em 0;
}

html.medium .inline-image,
html.medium .inline-image-l {
  text-align: center;
}

.inline-image h2 {
  line-height: 1.2;
}

.features-submenu-holder {
  display: block;
  margin-bottom: 3em;
  text-align: center;
}

.features-submenu-holder li {
  display: inline-block;
  margin-bottom: 2em;
}

.features-submenu {
  color: #999;
  padding: 0.75em 1.5em;
  text-decoration: none;
}

.features-submenu--active {
  color: #1aaae4;
  border: solid 1px #1aaae4;
  -webkit-border-radius: 2em;
  border-radius: 2em;
}

.blue-section .features-submenu {
  color: rgba(255, 255, 255, 0.5);
}

.blue-section .features-submenu--active {
  color: #fff;
  border: solid 1px #fff;
}

html.small .features-hero {
  width: 100%;
}

html.small .features-submenu {
  display: none;
}

html.small .features-submenu.features-submenu--active {
  display: inline;
}

.row-divider {
  border-top: dotted 1px rgba(0, 0, 0, 0.3);
  margin-top: 2em;
  padding-top: 4em;
}

.section-div {
  border-top: dotted 1px rgba(0, 0, 0, 0.3);
  margin-top: 4em;
  padding-top: 4em;
}

.blue-section .row-divider {
  border-top: dotted 1px rgba(255, 255, 255, 0.7);
  margin-top: 2em;
  padding-top: 4em;
}

.payments-section {
  padding-bottom: 11em !important;
  background-image: url(../images/payments2.png);
  background-repeat: repeat-x;
  margin-bottom: 4em;
  background-position: 1513px bottom;
  animation: animatedBackground 20s linear infinite;
  -ms-animation: animatedBackground 20s linear infinite;
  -moz-animation: animatedBackground 20s linear infinite;
  -webkit-animation: animatedBackground 20s linear infinite;
}

@keyframes animatedBackground {
  from {
    background-position: 1513px bottom;
  }
  to {
    background-position: 0 bottom;
  }
}

@-webkit-keyframes animatedBackground {
  from {
    background-position: 1513px bottom;
  }
  to {
    background-position: 0 bottom;
  }
}

/* pricing: */

.vps-price-section header.major h1 {
  color: #fff;
}

.info-section {
}

.pricing-item {
  border: solid 1px #1aaae4;
  padding: 1em;
  text-align: center;
  -webkit-transition: border 0.5s;
  -o-transition: border 0.5s;
  transition: border 0.5s;
}

.pricing-item:hover,
.vps-price-section .pricing-item:hover {
  border: dashed 1px #00274b;
  -webkit-transition: border 0.5s;
  -o-transition: border 0.5s;
  transition: border 0.5s;
}

.vps-price-section .pricing-item {
  -webkit-transition: border 0.5s;
  -o-transition: border 0.5s;
  transition: border 0.5s;
  background: #fff;
  border: solid 1px #1aaae4;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

html.small .pricing-item {
  margin-bottom: 2em;
}

.pricing-item--header {
  text-transform: uppercase;
  font-size: 1.1em;
  color: #1aaae4;
  padding: 10px 0;
}

/*.vps-price-section .pricing-item--header{
	color: #00274b;
}

.vps-price-section .host-hero-learn{
	border: solid 2px rgba(255,255,255,0.6);
	color: #fff;
}

.vps-price-section .host-hero-learn:hover{
	border: solid 2px #00274b;
}*/

.pricing-item--price {
  font-size: 3em;
  margin-top: 0.6em;
  position: relative;
  margin: 20px 0;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  color: #00274b;
}

.vps-price-section .pricing-item--price {
}

.pricing-item--price-currency {
  font-size: 0.3em;
  position: absolute;
  margin-left: 0.4em;
  margin-top: -0.6em;
  text-transform: uppercase;
  font-weight: bold;
}

.pricing-item--price-period {
  font-size: 0.3em;
  margin-top: 1em;
}

.pricing-item--action .host-hero-learn {
  margin-right: 0;
  margin-top: 40px;
}

.vps-price-section {
  background-color: #1aaae5;
  background-image: url(../images/hero-price-vps.jpg);
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: repeat-x;
}

.vpn-price-section {
  background-color: #eee;
  background-image: url(../images/hero-price-vpn.jpg);
  background-position: left center;

  background-repeat: repeat-x;
}

#payment-methods {
  border-top: dotted 1px rgba(0, 0, 0, 0.3);
}

/* pricing end */

/* informatorium: */

.info-section header.major h1 {
  margin-top: 0.5em;
  color: #fff;
}

.info-section header.major p {
  color: #fff;
  text-align: center;
  font-size: 1.2em;
}

.info-section {
  text-align: center;
  background-color: #1aaae5;
  background-image: url(../images/hero-price-vps.jpg);
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: repeat-x;
  padding-top: 1.75em;
  padding-bottom: 1em;
}

.info-section .search-input {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 2.75em;
  padding: 0 1em;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #bbb;
}

.info-section .search-submit {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*display: none;*/
  height: 3.6em;
  float: right;
  position: relative;
  top: -3.6em;
  background: url(../images/search-icon.png) center center no-repeat;
  border: none;
  overflow: hidden;
  text-indent: -2000px;
  width: 3.5em;
  margin-right: 0.5em;
}

.article-list-item {
  border: solid 1px #1aaae4;
  padding: 1em 1.5em 1.5em 1.5em;
  margin-bottom: 1.5em;
}

.article-list-item p {
  margin: 0;
}

.article-list-item h2 {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  margin: 0;
}

.article-list-item h2 a:hover {
  color: #1aaae4;
}

.article-category,
.article-date {
  font-size: 0.85em;
}

.article-category img,
.article-date img {
  margin-right: 0.4em;
  position: relative;
  top: 0.15em;
}

.article-category {
  margin-left: 1em;
}

.article-category.single-post-category {
  margin-left: 0;
}

.article-sidebar ul {
  margin-left: 0;
  padding-left: 0;
}

.article-sidebar ul li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.article-header {
  text-align: left !important;
}

div.comments {
  margin-top: 2em;
  padding-top: 2em;
  border-top: dotted 1px #ccc;
}

div.comments ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

div.comments ul li {
  padding-left: 0;
}

div.comments h2 {
  font-size: 1.25em;
}

div.comments .comment-author img {
  height: 2em;
  width: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
}

div.comments li.comment {
  border: solid 1px #ddd;
  padding: 1em;
  margin-bottom: 2em;
}

div.comments div.reply {
  margin-bottom: 1em;
  margin-top: -0.5em;
}

.fixed-block {
  position: fixed;
  top: 0;
}
.paralax-block {
  min-height: 1px;
}

.article-date i.fa,
.article-category i.fa,
.author i.fa {
  opacity: 0.7;
  font-size: 16px;
}

.oneall_social_login_providers iframe body.plugin .footer {
  display: none !important;
}
.pagelink {
  text-align: center;
}

.header {
  padding: 15px 0;
  background-color: #fff;
  position: fixed;
  width: 100%;
  box-shadow: 0 0 16px rgba(190, 210, 234, 0.24);
  z-index: 3;
}

html {
  box-sizing: border-box;
}

.header .mobile-btns .btn {
  height: 50px;
  margin-top: 20px;
}

.header .mobile-btns .green-btn {
  max-width: 162px;
  color: #fff;
}

.header .logo,
.header .logo img {
  max-width: 90px;
  width: 100%;
}

.header .mobile-btns .green-btn:hover {
  color: #fff;
}

.header .mobile-btns .white-btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.language,
.white-btn {
  background: #fff;
  box-sizing: border-box;
}

.header .mobile-btns .white-btn svg path {
  fill: #fff;
}

.header-row {
  display: flex;
  align-items: center;
}

.header .logo {
  height: 100%;
  display: flex;
  align-items: center;
}

.header .menu {
  display: flex;
  justify-content: space-around;
  padding-left: 0;
  margin-bottom: 0;
  align-items: center;
  height: 100%;
  max-width: 590px;
  width: 100%;
  margin-top: 0px;
  height: 100%;
}

.header .menu-item {
  list-style-type: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #1f2a4b;
}

.header .menu-item:hover {
  text-decoration: none;
}

.header .menu a:hover {
  text-decoration: none !important;
}

.btn,
.green-btn__text,
.white-btn {
  display: flex;
  line-height: 1;
}

.header-btns {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  max-width: 360px;
  width: 100%;
}

.btn,
.green-btn__text,
.white-btn {
  display: flex;
  line-height: 1;
}

.white-btn {
  border: 1px solid #ebf2fa;
  color: #00274b;
  max-width: 162px;
  margin-right: 16px;
}

.white-btn span {
  margin-left: 7px;
}

.white-btn span.text {
  margin-left: 0;
}

.white-btn span svg {
  width: 13px;
  height: 10px;
}

.white-btn span svg path {
  fill: #00274b;
}

.info-other:hover span path,
.white-btn:hover svg path {
  fill: #1aaae5;
}

.white-btn:hover {
  border: 1px solid #1aaae5;
  color: #1aaae5;
}

.green-btn {
  background: #00bf8a;
  max-width: 94px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #00bf8a;
}

.btn,
.main-block__bottom {
  height: 50px;
  border-radius: 4px;
  width: 100%;
}

.green-btn:hover {
  background: #00dea0;
  border-color: transparent;
  color: #fff;
}

.green-btn__text {
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.btn {
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
}

.average-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

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

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

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

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

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

.average-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.header-row {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.header .logo {
  height: 100%;
  display: flex;
  align-items: center;
}

.logo-footer {
  display: flex;
  justify-content: center;
}

.logo-footer svg {
  width: 58px;
  height: 42px;
}

.header .logo,
.header .logo img {
  max-width: 90px;
  width: 100%;
}

.header .menu {
  display: flex;
  justify-content: space-around;
  padding-left: 0;
  margin-bottom: 0;
  align-items: center;
  height: 100%;
  max-width: 590px;
  width: 100%;
}

.header .menu-item {
  list-style-type: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #1f2a4b;
}

.navbar .navbar-toggler,
.slick-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.navbar {
  justify-content: space-between;
}

.navbar {
  display: none;
  align-items: center;
}

.navbar .collapse-overlay {
  opacity: 0;
  background: rgba(0, 39, 75, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 0.15s ease-in-out;
  display: none;
}

.navbar .navbar-collapse,
.navbar .navbar-collapse.collapsing {
  height: 100vh;
  transition: transform 0.15s ease-in-out;
  position: fixed;
}

.navbar .collapse-overlay.show {
  z-index: 29;
  opacity: 1;
  display: flex;
}

.navbar .navbar-collapse {
  width: 100vw;
  left: 0;
  top: 0;
  z-index: 30;
  background: rgba(0, 39, 75, 0.95);
}

.navbar .navbar-collapse.collapse {
  transform: translateX(100%);
}

.navbar .navbar-collapse.collapse.show {
  transform: translateX(50%);
}

.navbar .navbar-collapse.collapsing {
  overflow: hidden;
  transform: translateX(100%);
}

.navbar .navbar-collapse .navbar-nav {
  padding: 80px 20px 20px;
}

.navbar .navbar-collapse .navbar-nav.mr-auto {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  list-style-type: none;
}

.navbar .navbar-collapse .navbar-nav.mr-auto .nav-link {
  color: #fff;
  line-height: 2.4;
  font-size: 24px;
}

.navbar .navbar-collapse .navbar-nav.mr-auto .nav-link:focus,
.navbar .navbar-collapse .navbar-nav.mr-auto .nav-link:hover {
  color: #fff;
}

.navbar .navbar-toggler {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  right: 15px;
  top: 38px;
  width: 35px;
  user-select: none;
  transform: translate3d(0, 0, 0);
  z-index: 31;
  fill: #fff;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: 0;
  border-radius: 0;
  font-size: 32px;
  background-color: transparent;
  height: 42px;
}

.navbar .navbar-toggler:not(.collapsed) {
  position: fixed;
}

.navbar .navbar-toggler:not(.collapsed) span {
  opacity: 1;
  transform: rotate(-45deg) translate(-1px, -2px);
  background: #fff;
}

.navbar .navbar-toggler:not(.collapsed) span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(45deg) translate(-1px, -3px);
}

.navbar .navbar-toggler:not(.collapsed) span:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0) scale(0.2, 0.2);
}

.navbar .navbar-toggler span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  margin-top: 3px;
  background: #00274b;
  border-radius: 3px;
  transform-origin: 4px 0;
  z-index: -1;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.green-btn,
.language,
.white-btn,
a {
  transition: all 375ms;
  text-decoration: none;
}

a.green-btn:hover {
  text-decoration: none;
}

a.language:hover {
  text-decoration: none;
}

a.white-btn:hover {
  text-decoration: none;
}

.navbar .navbar-toggler span:first-child {
  transform-origin: 0 0;
}

.navbar .navbar-toggler span:nth-last-child(2) {
  transform-origin: 0 100%;
}

.footer-icons {
  align-items: center;
  display: flex;
}

.footer {
  background: #072d4f;
  padding-top: 52px;
  padding-bottom: 24px;
}

.footer-bottom__link svg {
  width: 4px;
  height: 4px;
}

.footer-icons {
  height: 100%;
  width: 100%;
  justify-content: space-between;
}

.footer-icons svg {
  width: 20px;
  height: 20px;
}

.footer-icons svg:first-child {
  width: 25px;
}

.footer-list {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 50px;
}

.footer-list__item {
  list-style-type: none;
  margin-bottom: 16px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.footer-list a .footer-list__item {
  color: #3d6e9c;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  transition: all 375ms;
}

.footer-list a .footer-list__item:hover {
  text-decoration: none;
}

.footer-list a:hover .footer-list__item {
  color: #fff;
}

.footer-bottom,
.footer-bottom__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #3d6e9c;
  align-items: center;
  display: flex;
}

.footer-border {
  height: 1px;
  width: 100%;
  background: rgba(38, 86, 130, 0.3);
  margin-bottom: 34px;
}

.footer-bottom {
  height: 100%;
}

.footer-bottom__link {
  transition: all 375ms;
}

.footer-bottom__link span {
  margin-right: 14px;
  margin-left: 14px;
  display: flex;
  align-items: center;
}

.footer-bottom__link:hover {
  color: #fff;
}

.logo-footer {
  display: flex;
  justify-content: center;
}

.logo-footer svg {
  width: 58px;
  height: 42px;
}
header + section {
  padding-top: calc(92px + 4em) !important;
}
@media (max-width: 1200px) {
  .header .menu-item,
  .header-btns .btn,
  .header-btns .language {
    font-size: 14px;
  }

  .compare:before {
    left: -70px;
  }
}

@media (max-width: 991px) {
  .header .average-row:nth-child(1) {
    display: none;
  }

  .navbar {
    display: flex;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-bottom__link span {
    display: none;
  }

  .footer-icons {
    justify-content: space-evenly;
  }
}

@media (max-width: 767px) {
  .logo-footer {
    margin-bottom: 16px;
  }

  .logo-footer {
    margin-bottom: 16px;
  }

  .footer-icons {
    margin-top: 16px;
    max-width: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 576px) {
  .header .mobile-btns .green-btn,
  .header .mobile-btns .white-btn {
    max-width: 132px;
    font-size: 14px;
  }

  .compare-block {
    padding-right: 0;
  }

  .navbar .navbar-collapse .navbar-nav.mr-auto .nav-link {
    font-size: 18px;
  }

  .white-btn {
    margin-right: 0;
  }

  .footer-bottom {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

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

@media (min-width: 992px) {
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

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

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


.footer-banner__link {
  display: flex;
  width: 100%;
    justify-content: center;
    background: #00274b;
    margin-bottom: -1px;
}
.footer-banner__img {
  max-width: 1366px;
  width: 100%;
}
.sidebar-banner__link {
  width: 100%;
  display: none
}
.sidebar-banner__link.active {
  display: flex;
}
.sidebar-banner__img {
  width: 100%;
}
.article-banner__link{
  display: flex;
}
.article-banner__img {
  width: 100%;
}
@media (min-width: 737px) {
.article-sidebar__left{
  position: sticky;
  top: 100px;
}
}
