#header_meta .container {
  min-height: 30px;
  border-color: #e1e1e1;
}
img{
  max-width: 100%;
}
.container {
  max-width: 1310px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0px 50px;
  clear: both;
}

#header_meta {
  background: #f8f8f8;
}

body {
  margin: 0;
  font-family: "Public Sans", sans-serif;
}

nav.sub_menu {
  float: right;
  padding-left: 10px;
  z-index: 2;
  font-size: 11px;
  line-height: 30px;
  position: relative;
  top: 10px;
}

ul.menu {
  float: left;
  margin: 0;
  list-style: none outside;
  vertical-align: baseline;
}

ul.menu li {
  float: left;
  position: relative;
  padding: 0 10px;
  border-right-style: solid;
  border-right-width: 1px;
  line-height: 10px;
  border-color: #e1e1e1;
}

ul.menu li:last-child {
  border: none;
  margin-right: 0px;
  padding-right: 0;
  padding-left: 10px;
}

ul.menu li a {
  color: #808080;
  text-decoration: none;
  font-weight: bold;
  padding: 7px 0;
  border-color: #e1e1e1;
}

.phone-info.with_nav {
  float: right;
  color: #808080;
  font-weight: bold;
  line-height: 20px;
  font-size: 11px;
  padding: 5px 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div#header_main {
  clear: both;
  position: relative;
}
span.logo {
    padding: 15px;
    display: inline-block;
}
span.logo img {
    height: auto;
}
.inner-container {
  position: relative;
  height: 100%;
  width: 100%;
}

ul.noLightbox.social_bookmarks.icon_count_3 {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 0;
  height: 30px;
  z-index: 150;
  -webkit-backface-visibility: hidden;
  margin: 0 0 0 -9px;
}

ul {
  list-style: none outside;
}

ul.noLightbox.social_bookmarks.icon_count_3 li {
  height: 100%;
  float: left;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-right-style: solid;
  border-right-width: 1px;
  display: block;
  width: 30px;
}

ul.noLightbox.social_bookmarks.icon_count_3 li a {
  float: left;
  width: 30px;
  line-height: 30px;
  display: block;
  margin: 0px;
  outline: none;
  padding: 0;
  min-height: 30px;
  height: 100%;
  overflow: visible;
  z-index: 2;
  position: relative;
  text-align: center;
}
.stretch_full.container_wrap.alternate_color.dark_bg_color.empty_title.title_container {
  border-color: #5b646b;
  clear: both;
  position: relative;
  border-top-style: solid;
  border-top-width: 1px;
  background-color: #2c353d;
  color: #ffffff;
}

.stretch_full.container_wrap.alternate_color.dark_bg_color.empty_title.title_container .container {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 56px;
}

.breadcrumb.breadcrumbs.avia-breadcrumbs {
  z-index: 10;
  line-height: 15px;
  font-size: 11px;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -7px;
}
footer.container_wrap.socket_color {
  font-size: 11px;
  margin-top: -1px;
  z-index: 1;
  background-color: #5b646b;
  color: #ffffff;
}

footer.container_wrap.socket_color .container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.socket_color a {
  color: #fff;
  text-decoration: none;
}
input[type='text'], input[type='email'], input[type='password'], select {
  -webkit-appearance: none;
  border: 1px solid #e1e1e1;
  outline: none;
  margin: 0;
  background: #fff;
  border-color: #e1e1e1;
  background-color: #f8f8f8;
  color: #000;
  width: 100%;
  margin-bottom: 0;
  display: inline;
  min-width: 50px;
  padding: 13px;
  border-radius: 2px;
}

label {
  margin-bottom: 7px;
  display: block;
}

.row.mb-3 {
  margin: 30px 0;
}

button {
  margin: 0;
  padding: 16px 20px;
  border-radius: 2px;
  font-weight: normal;
  font-size: 0.92em;
  min-width: 142px;
  outline: none;
  background-color: #0f524e;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

.form-check {
  display: flex;
  align-items: center;
}

.form-check input {
  margin-bottom: 0;
}

.form-check label {
  margin-bottom: 0;
  margin-left: 10px;
}
.container.register-form .row.mb-3 {
  margin: 10px 0;
}
.login-form {
  max-width: 600px;
  margin: 60px auto;
}
.forgot-password a {
  color: #0f524e;
  display: inline-block;
}
.col-md-12.forgot-password {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.have-account {
  padding: 40px 0px;
  border-top: 1px solid #c0c0c0;
  margin-top: 40px;
  font-size: 20px;
}
.container.register-form{
  margin-top: 60px;
  margin-bottom: 60px;
}
.have-account a {
  color: #0f524e;
  display: inline-block;
}
.w-3 {
  width: 33.33333%;
  padding-right: 20px;
}
.w-2{
  width: 50%;
  padding-right: 20px;
}
.row.justify-content-between form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.text-muted {
  color: #6c757d;
  display: block;
  margin-top: 0.25rem;
  font-size: 80%;
  font-weight: 300;
}
.mt-2 {
  margin-top: 20px;
}
.mb-1{
  margin-bottom: 10px;
}
.invalid-feedback {
  font-size: 80%;
  color: red;
}

.is-invalid {
  border: 1px solid red !important;
}












@media (max-width: 767px) {

  .container {
    width: 85%;
    max-width: 85%;
    margin: 0 auto;
    padding: 0;
}

.container.av-logo-container {
    height: auto;
}

span.logo {
    position: static;
    display: table;
    height: auto;
    float: none;
    padding: 0;
    border: none;
    width: 80%;
    padding: 10px 0;
}

nav.sub_menu {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    position: static;
}

.phone-info.with_nav {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: static;
    padding: 0 0 5px;
}

ul.menu {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: static;
    padding-left: 0;
}

ul.menu li, ul.menu li:last-child {
    float: none;
    display: inline-block;
    padding: 0 10px;
}
.breadcrumb.breadcrumbs.avia-breadcrumbs {
  left: 0px;
}

.container.register-form {
  margin-top: 30px;
  margin-bottom: 30px;
}

h2 {
  font-size: 18px;
}

.w-3 {
  width: 100%;
  padding-right: 0;
}

body {
  font-size: 12px;
}

.w-2 {
  width: 100%;
  padding: 0;
}

.have-account {
  padding: 20px 0;
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
}


}