@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";
@font-face {
  font-family: 'dincond';
  src: url("../fonts/DNC57.eot");
  src: url("../fonts/DNC57.eot?#iefix") format("embedded-opentype"), url("../fonts/DNC57.woff") format("woff"), url("../fonts/DNC57.svg#dincond") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'dincon-medium';
  src: url("../fonts/dinpro/DINPro-CondensedMedium.eot");
  src: url("../fonts/dinpro/DINPro-CondensedMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/dinpro/DINPro-CondensedMedium.woff") format("woff"), url("../fonts/dinpro/DINPro-CondensedMedium.ttf") format("truetype"), url("../fonts/dinpro/DINPro-CondensedMedium.svg#dincon-medium") format("svg");
  font-weight: normal;
  font-style: normal; }

body,
button,
input,
select,
textarea {
  color: #000;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block;
  clear: both; }

p {
  margin-bottom: 1.5em; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
  line-height: 26px; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

dl {
  margin: 0 20px; }

h1, h2 {
  font-family: dincond, Arial, Helvetica, sans-serif;
  font-weight: normal !important;
  font-weight: 700;
  line-height: 45px; }

h1,
h1 span {
  font-size: 30px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 24px;
  font-family: dincon-medium, Arial, Helvetica, sans-serif; }

h3 a {
  font-size: 24px;
  font-family: dincon-medium, Arial, Helvetica, sans-serif; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 17px; }

h6 {
  font-size: 16px; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em 0; }

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

figure {
  margin: 0; }

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

caption {
  font-size: 16px;
  margin: 20px 0; }

th {
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0; }

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0; }

thead th {
  border: none; }

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

a, a:hover, a:visited, a:focus {
  outline: 0; }

a:visited {
  color: #0b6eb3; }

a:hover.nodecor, a:visited.nodecor, a:focus.nodecor {
  text-decoration: none; }

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding-right: 26px;
  outline: none;
  height: 38px; }

.select {
  position: relative;
  display: block;
  width: 90%;
  color: #fff;
  vertical-align: middle;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none; }

.select .placeholder {
  position: relative;
  display: block;
  color: #555;
  background-color: #fff;
  z-index: 1;
  height: 38px;
  border: 1px solid #1f6bb0;
  border-radius: 3px;
  padding: 8px 32px 0px 5px;
  cursor: pointer;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all; }

.select .placeholder:after {
  position: absolute;
  right: 7px;
  top: 50%;
  color: #1f6bb0;
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\f078';
  z-index: 10; }

.select.is-open .placeholder:after {
  content: '\f077'; }

.select.is-open ul {
  display: block; }

.select.select--white .placeholder {
  background: #fff;
  color: #000; }

.select.select--white .placeholder:hover {
  background: #0b6eb3; }

.select ul {
  display: none;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  margin: 0;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 0;
  z-index: 100;
  max-height: 250px;
  background: #f8fbfd;
  border: 2px solid #c5e3ff;
  border-top: none;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.11); }

.select ul li {
  display: block;
  text-align: left;
  padding: 10px;
  color: #000;
  cursor: pointer; }

.select ul li:hover {
  background: #1f6bb0;
  color: #fff; }

.dropdown-checkbox .checked {
  background: #f60;
  color: #fff; }

input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0; }

.input-box, .textarea-box {
  background: #fff none repeat scroll 0 0 !important;
  border: 1px solid #1f6bb0;
  border-radius: 3px !important;
  height: 38px !important;
  width: 100% !important; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  text-align: center;
  padding: 5px 20px 5px 20px;
  border-radius: 4px;
  margin: 10px;
  border: none;
  background-color: #1f6bb0;
  box-shadow: none;
  height: 38px;
  text-shadow: none;
  font-weight: 700;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  color: #FFF;
  box-shadow: none; }

.buttons {
  text-align: center;
  margin-top: 55px; }

.button {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 35px 10px 35px;
  border-radius: 4px;
  margin: 10px; }

.custom-button {
  display: inline-block !important;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 35px 13px 35px;
  border-radius: 4px;
  margin: 10px;
  border: none; }

.form-custom-button {
  display: inline-block !important;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 30px 6px 30px;
  border-radius: 4px;
  margin: 10px;
  border: none; }

.form-custom-button:hover {
  background: #005f8e; }

.blue-btn {
  color: #FFF;
  background-image: linear-gradient(-180deg, #2a7cbd 0%, #15589a 100%);
  background-image: -webkit-linear-gradient(270deg, #2a7cbd 0%, #15589a 100%); }

.blue-btn:hover {
  color: #FFF;
  background-image: linear-gradient(-180deg, #5fb3f6 0%, #3a83ca 100%);
  background-image: -webkit-linear-gradient(270deg, #5fb3f6 0%, #3a83ca 100%); }

.orng-btn {
  background-image: linear-gradient(-180deg, #ff6600 0%, #dd4626 100%);
  background-image: -webkit-linear-gradient(270deg, #ff6600 0%, #dd4626 100%); }

.orng-btn:hover {
  background-image: linear-gradient(-180deg, #ff8d42 0%, #f65634 100%);
  background-image: -webkit-linear-gradient(270deg, #ff8d42 0%, #f65634 100%); }

.btn:hover {
  box-shadow: none; }

.blue-btn-upload {
  padding: 8px 20px 5px 20px;
  border-radius: 4px;
  color: #FFF;
  background-image: linear-gradient(-180deg, #2a7cbd 0%, #15589a 100%);
  background-image: -webkit-linear-gradient(270deg, #2a7cbd 0%, #15589a 100%);
  height: 38px;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  font-weight: 700; }

.btn-text, .btn-text:focus, .btn-text:active {
  background: none;
  color: #1f6bb0;
  font-weight: 400;
  text-decoration: underline;
  padding: 0 0 0 5px;
  margin: 0;
  height: auto;
  outline: none; }

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

input:disabled,
select:disabled {
  background: #e6e4e4 !important;
  border: 1px solid #8b8b8b  }

input[type="button"]:disabled, input[type="submit"]:disabled {
  color: #666666 !important; }

button:disabled {
  background: #f7f7f7 !important;
  color: #cecece !important; }

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #1f6bb0;
  background: #f8f8f8; }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\f00c';
  position: absolute;
  top: 4px;
  left: 2px;
  font-size: 14px;
  font-family: FontAwesome;
  line-height: 1;
  color: #1f6bb0;
  transition: all .2s; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label {
  color: #aaa; }

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue; }

/* hover style just for information */
label:hover:before {
  border: 1px solid #4778d9 !important; }

input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }

input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }

input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }

input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }

input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important; }

.status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px; }

body.custom-background {
  background-image: url("../images/headbg1.png");
  background-size: 100%;
  background-repeat: repeat;
  background-position: top center !important;
  background-attachment: fixed !important;
  min-height: 175px;
  position: relative;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.5; }

.section-header {
  text-align: center;
  padding-bottom: 35px; }
  .section-header h2 {
    padding-bottom: 10px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    font-size: 45px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 0; }

.site-main p {
  margin: 0 0 24px; }

.points .point .section-legend {
  font-weight: normal;
  font-family: dincond, Arial, Helvetica, sans-serif;
  clear: none;
  width: auto;
  float: none;
  margin-top: 0;
  margin-bottom: 0; }

.myblue {
  color: #1f6bb0;
  text-decoration: underline; }

.dark-text {
  color: #0d244d; }

.section-header {
  text-align: center;
  padding-bottom: 35px; }

#stgh-help-catcher-widget-iframe {
  z-index: 100000; }

.separator-one {
  padding: 30px 0;
  background: rgba(0, 0, 0, 0.5); }

.zerif_team:nth-child(4n+1), .company-list .col-lg-3:nth-child(4n+1) {
  clear: both; }

.row {
  float: left;
  width: 100%;
  margin-right: 0;
  margin-left: 0; }

.red-border-bottom:before {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 75%;
  height: 2px;
  bottom: -9px;
  left: 12.5%; }

.site_title {
  cursor: pointer;
  left: 235px;
  position: relative;
  top: -68px;
  white-space: normal;
  padding-left: 20px; }
  .site_title h3 {
    color: #000;
    font: 32px 'dincond', Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    border-left: 1px solid #ccc;
    padding-left: 15px; }

.navbar-branding-bground {
    background: url("../images/FNS_logo_.png") no-repeat;
}
.navbar-branding-bground-en {
    background: url("../images/FNS_Logo_MOD_2012-12-27_ENG.png") no-repeat;
}
.navbar-branding {
  display: inline-block;
  background-position-y: center;
  height: 90px; }
  .navbar-branding .logo-text {
    color: #8b8b98;
    font: 20px 'dincond', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    cursor: default;
/*    vertical-align: middle;
    padding-left: 94px;*/
    padding-top: 19px;
  }
.navbar-branding .logo {
  display: inline-block;
  width: 94px;
  height: 90px;
  cursor: pointer;
  float: left;
}
.home-header-wrap {
  overflow: hidden;
  position: relative; }

.header-content-wrap {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
  padding: 200px 0 120px; }

.intro-text {
  text-align: center;
  color: #FFF;
  line-height: 65px;
  z-index: 0;
  text-transform: uppercase;
  font-size: 82px;
  float: none; }

#main-nav {
  position: fixed;
  width: 100%;
  z-index: 1000;
  min-height: 75px;
  margin-bottom: 0;
  height: 90px; }
  #main-nav .menu-icon {
    color: #1f6bb0;
    font-family: dincon-medium, Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
    font-size: 18px;
    transition: all 700ms;
    cursor: pointer;
    padding: 25px 15px 0 15px; }
  #main-nav .menu-icon:focus {
    color: #f60; }
  #main-nav .menu-icon:hover {
    color: #f60; }
  #main-nav a {
    color: #1f6bb0;
    font-family: dincon-medium, Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
    font-size: 18px;
    transition: all 700ms; }
  #main-nav a:hover {
    color: #f60; }
  #main-nav #lk-item-menu {
    color: #fff;
    background: #f60;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    padding: 5px;
    margin-left: 0px;
    top: 22px;
    vertical-align: middle;
    font: 1em arial;
    transition: all 0.3s ease-in-out; }
    #main-nav #lk-item-menu a {
      display: block;
      color: #fff;
      padding: 5px 5px 5px 30px;
      background: url("../images/icon_signin.png") left no-repeat;
      font-size: 18px;
      line-height: 18px;
      vertical-align: baseline; }

.lk-dropdown2 {
  background: #fff;
  z-index: 1;
  width: 100%;
  text-align: right;
  opacity: 0.9;
  box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
  display: none;
  height: 48px;
  overflow: hidden;
  top: 90px;
  position: fixed;
  z-index: 9999; }
  .lk-dropdown2 ul {
    list-style-type: none;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 5px; }
    .lk-dropdown2 ul .lkenter {
      display: none; }
    .lk-dropdown2 ul li {
      display: inline-block; }
      .lk-dropdown2 ul li a {
        padding: 0 5px;
        text-transform: none;
        font-size: 22px;
        font-family: dincon-medium, Arial, Helvetica, sans-serif;
        transition: all 700ms; }
      .lk-dropdown2 ul li a:hover {
        color: #f60; }

#main-nav.fixed {
  position: fixed;
  top: 0; }

.navbar {
  background: #FFF;
  border: 0;
  border-radius: 0 !important;
  text-align: left; }

.header.header > .navbar {
  box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08); }

.navbar-header {
  max-height: 90px; }

.responsive-logo img {
  position: relative;
  display: block;
  float: left;
  height: auto;
  max-height: 84px;
  top: 3px; }

.responsive-logo a {
  padding: 0;
  margin: 0; }

.logo-text-front {
  color: #000;
  cursor: pointer;
  font: 32px 'dincond', Arial, Helvetica, sans-serif;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 90px;
  margin-left: 100px; }

#site-navigation {
  height: 1px;
  float: right;
  margin-right: 0;
  margin-left: 0;
  padding-top: 4px; }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #e96656;
  filter: alpha(opacity=100);
  opacity: 1;
  box-shadow: none; }

.navbar-toggle.collapsed {
  background-color: #808080; }

.drop-fa {
  top: 16px; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.lk-dropdown {
  display: none;
  background-color: #fff;
  list-style-type: none;
  left: -266px;
  position: absolute;
  margin: 0 0;
  width: 300px;
  border: 3px solid rgba(150, 150, 150, 0.313725);
  border-radius: 3px;
  padding: 20px;
  z-index: 9999; }
  .lk-dropdown li a {
    line-height: 35px; }

.lkenter {
  display: none; }

.focus {
  padding-bottom: 20px;
  overflow: hidden;
  background: #fff;
  padding-top: 30px; }
  .focus .row {
    text-align: center; }
    .focus .row .how-it {
      display: inline-block;
      float: none !important;
      margin-right: -4px;
      vertical-align: top;
      margin-bottom: 20px; }
      .focus .row .how-it a:hover {
        color: #f60; }
      .focus .row .how-it h3 {
        margin-bottom: 15px;
        color: #1f6bb0;
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        margin-bottom: 30px;
        font-weight: bold;
        font-size: 17px;
        float: none;
        width: auto;
        background: none; }
        .focus .row .how-it h3 a {
          color: #1f6bb0;
          font-size: 17px;
          font-weight: normal; }
      .focus .row .how-it p {
        font-size: 14px;
        color: #000; }
      .focus .row .how-it .service-icon {
        margin-bottom: 30px;
        width: 157px;
        height: 157px;
        margin: auto;
        border-radius: 50%;
        position: relative;
        transition: all 0.2s ease-in-out;
        /*-webkit-filter: grayscale(70%);
        filter: grayscale(70%);*/
        margin-bottom: 25px; }

.tech-msg {
  padding-bottom: 40px;
  background: #fff;
  padding-top: 30px;
}

.pixeden {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block; }

.how-it:nth-child(5n+1) .red-border-bottom:before {
  background: #e96656; }

.how-it:nth-child(5n+2) .red-border-bottom:before {
  background: #34d293; }

.how-it:nth-child(5n+3) .red-border-bottom:before {
  background: #3ab0e2; }

.how-it:nth-child(5n+4) .red-border-bottom:before {
  background: #f7d861; }

.how-it:nth-child(5n+5) .red-border-bottom:before {
  background: #f60; }

.company-list {
  padding-bottom: 35px;
  padding-top: 30px;
  background: #fff; }
  .company-list .section-header {
    padding-bottom: 25px; }
  .company-list .row .team-box {
    display: inline-block;
    float: none !important;
    margin-right: -4px;
    vertical-align: top;
    margin-bottom: 20px; }
  .company-list .row > div:nth-child(4n+1) .red-border-bottom:before {
    background: #e96656; }
  .company-list .row > div:nth-child(4n+2) .red-border-bottom:before {
    background: #34d293; }
  .company-list .row > div:nth-child(4n+3) .red-border-bottom:before {
    background: #3ab0e2; }
  .company-list .row > div:nth-child(4n+4) .red-border-bottom:before {
    background: #f7d861; }

.company-member {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 35px; }
  .company-member h3 {
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
    margin-top: 15px;
    min-height: 50px;
    line-height: 1; }
    .company-member h3 a {
      color: #1f6bb0;
      font-size: 17px;
      font-weight: normal; }
    .company-member h3 a:hover {
      color: #f60; }
  .company-member .profile-pic {
    margin: auto;
    overflow: hidden; }
    .company-member .profile-pic img {
      padding-top: 30px;
      /*-webkit-filter: grayscale(70%);
      filter: grayscale(70%);*/ }
  .company-member .member-details {
    position: relative;
    display: inline-block;
    padding-bottom: 5px; }
  .company-member .details {
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    padding: 15px;
    top: -200px;
    left: 0;
    width: 100%;
    height: 145px;
    transition: all 500ms;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }

.company-member:hover .details {
  top: 0;
  background: #1f6bb0;
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 0.9; }

.faq-main {
  background: #fff;
  color: #666;
  padding-top: 30px; }
  .faq-main .row {
    margin-left: -15px;
    margin-right: -15px; }
  .faq-main .column {
    margin-bottom: 25px; }
  .faq-main .section-legend {
    font-weight: 600;
    font-size: 25px !important;
    color: #0b6eb3 !important;
    padding-left: 30px;
    line-height: 1;
    background: url("../images/askArrow.png") no-repeat 0 0px; }

#faq h2 {
  color: #0d244d; }

.points {
  text-align: left;
  margin: 0 0 0 0; }
  .points .point {
    display: block;
    clear: both;
    margin-top: 0;
    margin-bottom: 25px; }
    .points .point p {
      line-height: 18px;
      font-size: 18px;
      color: #000;
      text-align: left; }
    .points .point a {
      line-height: 18px;
      font-size: 18px; }

.contact-us {
  background: rgba(0, 0, 0, 0.7);
  padding-bottom: 60px;
  padding-top: 30px; }
  .contact-us h2 {
    color: #fff; }
  .contact-us .container {
    margin: 0 auto; }
  .contact-us .row {
    width: 60%;
    margin: 0 auto;
    float: none; }
  .contact-us .section-header {
    padding-bottom: 45px;
    text-align: center; }
  .contact-us .input-box, .contact-us textarea, .contact-us button {
    margin: auto;
    margin-bottom: 20px; }
  .contact-us .textarea-box {
    min-height: 150px;
    margin: 0 0 20px 0; }
  .contact-us .screen-reader-text {
    display: none; }

.info-block {
  background-color: #c5e3ff;
  color: #000;
  padding: 13px 0 13px 20px;
  font-size: 16px;
}
.support-form {
  background: #fff !important;
}
.support-form .feedbackError {
  margin: 0 0 15px;
}
.site-content {
  background: #fff; }

.content-left-wrap {
  padding-top: 20px; }

article {
  text-align: left; }

article.hentry {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.hentry {
  margin: 0 0 1.5em; }

.content-area .entry-header {
  overflow: hidden; }

.entry-title {
  font-size: 40px;
  margin-top: 0;
  padding-top: 0;
  font-family: dincond, Arial, Helvetica, sans-serif;
  line-height: 36px;
  color: #000;
  position: relative; }
  .entry-title :before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 10%;
    height: 2px;
    background: #e96656;
    bottom: -9px;
    left: 0; }

.entry-title:after {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  width: 10%;
  height: 2px;
  background: #e96656;
  bottom: -9px;
  left: 0; }

.entry-content {
  margin: 1.5em 0 0;
  line-height: 20px; }

.lk_test_block {
  text-align: center;
  font-family: Arial; }
  .lk_test_block p {
    text-align: center; }

.lk_test_step {
  margin: 5px;
  padding: 15px;
  text-align: center;
  min-height: 200px;
  display: none; }

.lk_test_section-legend {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0px; }

.services-list {
  display: none;
  margin: 20px;
  background-color: #f8fbfd;
  border-radius: 3px;
  padding: 15px; }
  .services-list .bold {
    text-align: left;
    margin: 0;
    font-weight: 700;
    padding-bottom: 5px; }
  .services-list ul {
    text-align: left; }
    .services-list ul li {
      padding: 0px; }
    .services-list ul li:last-child {
      padding-bottom: 10px; }

.lk_test_result_message {
  display: none;
  padding: 10px; }
  .lk_test_result_message p:first-child {
    font-size: 20px;
    font-weight: 700;
    font-family: Arial; }
  .lk_test_result_message h2 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700 !important;
    font-family: Arial; }

.testBtn {
  padding: 25px 0; }

a.testBlueBtn {
  padding: 10px 25px 10px 25px;
  background: #1f6bb0;
  color: #fff;
  outline-color: #1f6bb0 !important;
  border-radius: 4px;
  text-transform: uppercase;
  margin: 10px;
  font-size: 14px;
  font-weight: 700; }

a.testBlueBtn:hover {
  background: #005f8e;
  text-decoration: none; }

.lk_test_wiz_space input[type="radio"], input[type="checkbox"] {
  display: none; }

#lk_test_step_1 label, #lk_test_step_2 label, #lk_test_step_3 label, #lk_test_step_4 label, #lk_test_step_5 label, #lk_test_step_6 label {
  border: 2px solid #1f6bb0;
  border-radius: 15px;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-family: dincond;
  margin: 10px auto;
  padding: 15px 15px;
  text-align: center;
  vertical-align: top;
  background: #fff;
  color: #0066b3;
  width: 320px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out; }

#lk_test_step_1 label:hover, #lk_test_step_2 label:hover, #lk_test_step_3 label:hover, #lk_test_step_4 label:hover, #lk_test_step_5 label:hover, #lk_test_step_6 label:hover {
  background-color: #0066b3;
  color: #fff; }

#lk_test_form_cont {
  text-align: left;
  background-color: #f8fbfd;
  padding: 15px 35px 15px 15px;
  width: 60%;
  margin: 0 auto; }

.test-form {
  width: 60%;
  margin: 0 auto;
  float: none;
  padding: 15px;
  border-radius: 4px;
  background: #f8fbfd;
  border: 2px solid #e7f0f8; }
  .test-form .screen-reader-text {
    display: none; }
  .test-form .input-box, .test-form .contact-us textarea, .test-form button {
    margin: auto;
    margin-bottom: 20px; }
  .test-form .textarea-box {
    min-height: 150px;
    margin: 0; }

.feedback-wrapper {
  text-align: center; }
  .feedback-wrapper .feedbackError {
    font-size: 22px;
    margin: 0 auto 20px;
    max-width: 80%;
    line-height: 1.4; }

.information_left {
  float: left;
  width: 74%; }

.information_right {
  float: right;
  width: 22%; }

.information {
  background: url("../images/blue_back.png") top left no-repeat;
  padding: 30px;
  color: #fff; }
  .information h2 {
    font: 2.3em/1.2em 'dincond', Arial, Helvetica, sans-serif;
    display: block;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #fff; }
  .information ul {
    list-style: disc;
    margin: 0;
    padding: 0 0 0 20px;
    display: block; }
  .information li {
    list-style-image: url("../images/list_arrow.png"); }
    .information li a {
      display: block;
      margin-bottom: 7px;
      color: #fff; }

.letters-list {
  padding-top: 25px;
}
.letters-list h2, .laws-and-regulations-list h2, forms-and-formats-list h2, .news-list h2, .forum-list h2 {
  font: 1.8em/1.2em 'dincond', Arial, Helvetica, sans-serif;
}

.info-news {
  list-style-type: none;
  margin: 0 0 1.5em 15px; }
  .info-news li {
    padding-bottom: 10px; }
  .info-news span {
    display: block;
    padding-bottom: 3px; }

.information_video h2, .information_reference h2 {
  font: 1.4em/1.2em 'dincond', Arial, Helvetica, sans-serif;
  padding-bottom: 10px;
  margin: 0;
  text-transform: uppercase; }

.news-post-list {
  list-style-type: none;
  padding-top: 30px; }

.news-date {
  font-size: 20px;
  padding-right: 10px; }

.lk_reg_block {
  position: relative; }
  .lk_reg_block input[type="url"], .lk_reg_block input[type='text'], .lk_reg_block input[type='number'], .lk_reg_block input[type='email'], .lk_reg_block select {
    width: 100%;
    height: 38px;
    background: #fff;
    border: 1px solid #1f6bb0;
    border-radius: 3px;
    padding-left: 5px; }
  .lk_reg_block option {
    font-weight: normal;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px; }
  .lk_reg_block .circle {
    border: 1px solid #1f6bb0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    cursor: pointer;
    height: 18px;
    display: inline-block;
    width: 18px;
    color: #1f6bb0;
    font-family: Arial;
    padding: 3px 0 0px 4px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700; }
  .lk_reg_block .step_next {
    position: absolute;
    bottom: 0;
    right: 0; }
  .lk_reg_block .step_prev {
    position: absolute;
    bottom: 0;
    left: 0; }
  .lk_reg_block a.testBlueBtn {
    padding: 10px 25px 10px 25px;
    background: #1f6bb0;
    color: #fff;
    outline-color: #1f6bb0 !important;
    border-radius: 4px;
    text-transform: uppercase;
    margin: 40px auto;
    margin-bottom: 0;
    display: block;
    width: 315px;
    text-align: center; }
  .lk_reg_block a.testBlueBtn:hover {
    background: #005f8e; }

.registration .entry-header {
  padding-bottom: 65px; }

.banner_content {
    margin-left: 25px;
}

.lk_reg_headtabs {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: -webkit-center; }
  .lk_reg_headtabs div {
    background: #ffffff;
    border-collapse: separate;
    border-spacing: 0;
    display: inline-block;
    border-top: 2px solid #1f6bb0;
    border-bottom: 2px solid #1f6bb0;
    border-right: 2px solid #1f6bb0;
    padding: 10px 25px;
    margin: 0;
    line-height: normal;
    text-align: center;
    word-wrap: break-word; }
  .lk_reg_headtabs div:first-child {
    border-left: 2px solid #1f6bb0;
    border-radius: 4px 0 0 4px; }
  .lk_reg_headtabs div:last-child {
    border-right: 2px solid #1f6bb0;
    border-radius: 0px 4px 4px 0px; }
  .lk_reg_headtabs div:hover {
    background: #1f6bb0; }
    .lk_reg_headtabs div:hover a {
      color: #fff; }
  .lk_reg_headtabs .lk_reg_headtab a {
    text-transform: uppercase;
    font-size: 18px;
    font-family: dincon-medium, Arial, Helvetica, sans-serif; }
  .lk_reg_headtabs .lk_reg_headtab a:focus {
    color: #fff;
    text-decoration: none; }
  .lk_reg_headtabs .lk_reg_headtab_select {
    background: #1f6bb0; }
    .lk_reg_headtabs .lk_reg_headtab_select a {
      color: #fff;
      text-decoration: none; }
  .lk_reg_headtabs .disabled {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    pointer-events: none;
    cursor: default;
    background: #f7f7f7; }
    .lk_reg_headtabs .disabled a[disabled] {
      color: #666;
      pointer-events: none;
      cursor: default; }
    .lk_reg_headtabs .disabled a:hover[disabled] {
      color: #fff;
      pointer-events: none;
      cursor: default;
      text-decoration: none; }

.lk_reg_step {
  display: none;
  padding: 0 0 50px;
  position: relative; }

#lk_reg_substep_8 {
  padding: 20px 0px; }

.lk_reg_step_header {
  background-color: #c5e3ff;
  color: #000;
  margin: 5px 0;
  padding: 13px 0 13px 20px;
  text-align: left;
  font-family: dincon-medium, Arial, Helvetica, sans-serif;
  font-size: 30px; }

.lk_reg_form_row {
  display: table-row; }

.lk_reg_form_cell {
  display: table-cell;
  width: 500px;
  padding: 10px;
  position: relative;
  vertical-align: top; }
  .lk_reg_form_cell .req-reg {
    color: #f00; }

.req-notice {
  color: #f00; }

.lk_reg_form_cell1 {
  text-align: right; }
  .lk_reg_form_cell1 label {
    font-size: 14px;
    color: #000;
    font-weight: 400; }

.lk_reg_form_cell2 {
  text-align: left; }
  .lk_reg_form_cell2 input[type='checkbox'] + label {
    font-size: 10px;
    left: 5px;
    position: relative;
    top: -5px; }
  .lk_reg_form_cell2 .addRow {
    line-height: 34px; }
  .lk_reg_form_cell2 .dropdown-toggle {
    margin: 0;
    background: #fff;
    border: 1px solid #1f6bb0;
    border-radius: 3px;
    padding-left: 5px;
    max-width: 480px; }
  .lk_reg_form_cell2 .dropdown-toggle:hover {
    background: #fff;
    border-color: #1f6bb0; }
  .lk_reg_form_cell2 .dropdown-toggle:active {
    background: #fff;
    border-color: #1f6bb0; }
  .lk_reg_form_cell2 .reg-error-message {
    font-size: 12px;
    text-align: left;
    color: red;
    display: none; }

input[type="checkbox"]#reg_rules {
  display: inline; }

.error {
  border: 1px solid #f00 !important; }

.confirmed input, .confirmed .placeholder, .confirmed .dropdown-toggle {
  border: 1px solid #1ba942 !important; }

input:valid {
  /*border: 1px solid #1ba942;*/ }

.addRow {
  margin-top: 10px; }

.addRow:first-child {
  margin-top: 0; }

.alert {
  border-radius: 3px;
  padding: 15px;
  display: inline-block;
  font-size: 14px;
  color: #000000;
  width: 100%;
  text-align: left; }

.alert-success {
  border: 1px solid #1ba942;
  background: #e3ffeb; }

.alert-error {
  background: #fff4ed;
  border: 1px solid #ff6600; }

.query-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
  color: #000;
  opacity: 0.8;
  background: #000;
  text-align: center;
  display: none; }
  .query-preloader .fa-spin {
    font-size: 30px;
    color: #1f6bb0;
    margin-top: 20%;
    z-index: 9999; }
  .query-preloader .spinner-text {
    display: block;
    font-size: 16px;
    padding-top: 15px;
    font-weight: 700;
    z-index: 9999;
    color: #ffffff; }

input#send_regform {
  margin-left: 0; }

.form-control-help {
  font-size: 12px;
  color: #1f6bb0;
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  cursor: pointer; }

.form-control-help + .tooltip.in, .text-help + .tooltip.in {
  opacity: 1; }

.form-control-help + .tooltip > .tooltip-inner, .text-help + .tooltip > .tooltip-inner {
  background: #f8fbfd;
  border: 2px solid #c5e3ff;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.11);
  border-radius: 3px 3px 3px 3px;
  color: #000000;
  white-space: pre-wrap;
  min-width: 350px; }

.form-control-help + .tooltip.top > .tooltip-arrow, .text-help + .tooltip.top > .tooltip-arrow {
  border-top: 5px solid #c5e3ff; }

#preview-modal .modal-dialog {
  width: 800px; }
  #preview-modal .modal-dialog .modal-content {
    border-radius: 0;
    border: none; }
  #preview-modal .modal-dialog .modal-header {
    border: none; }
    #preview-modal .modal-dialog .modal-header button.close {
      display: none; }
    #preview-modal .modal-dialog .modal-header .modal-title {
      font-size: 28px;
      font-family: dincon-medium, Arial, Helvetica, sans-serif;
      color: #1f6bb0; }
  #preview-modal .modal-dialog .modal-body .lk_reg_step {
    display: block !important;
    padding: 0 !important; }
  #preview-modal .modal-dialog .modal-body .step_next, #preview-modal .modal-dialog .modal-body .step_prev, #preview-modal .modal-dialog .modal-body .fileupload-buttonbar, #preview-modal .modal-dialog .modal-body .bs-caret, #preview-modal .modal-dialog .modal-body .notification, #preview-modal .modal-dialog .modal-body .preview-regform, #preview-modal .modal-dialog .modal-body .confirm-rules {
    display: none; }
  #preview-modal .modal-dialog .modal-body .form-control-help, #preview-modal .modal-dialog .modal-body .reg-error-message, #preview-modal .modal-dialog .modal-body #lk_reg_step_5, #preview-modal .modal-dialog .modal-body .delete {
    display: none !important; }
  #preview-modal .modal-dialog .modal-body input[type="text"], #preview-modal .modal-dialog .modal-body input[type="number"], #preview-modal .modal-dialog .modal-body input[type="email"], #preview-modal .modal-dialog .modal-body input[type="url"], #preview-modal .modal-dialog .modal-body input[type="password"], #preview-modal .modal-dialog .modal-body input[type="search"], #preview-modal .modal-dialog .modal-body textarea, #preview-modal .modal-dialog .modal-body button {
    height: 22px;
    border: none !important;
    padding: 0; }
  #preview-modal .modal-dialog .modal-body .lk_reg_form_cell1, #preview-modal .modal-dialog .modal-body .lk_reg_form_cell2 {
    width: 380px; }
  #preview-modal .modal-dialog .modal-body .preview-input-text {
    word-break: break-word; }
  #preview-modal .modal-dialog .modal-body #lk_reg_substep_7 .lk_reg_form_cell1 {
    display: none; }
  #preview-modal .modal-dialog .modal-body #preview_send_regform, #preview-modal .modal-dialog .modal-body .requisites_note {
    display: none; }
  #preview-modal .modal-dialog .modal-body .files .size, #preview-modal .modal-dialog .modal-body .files .cancel {
    display: none; }

#preview-modal .g-recaptcha {
  padding-left: 20px; }

#preview-modal .lk_reg_step_header {
  font-size: 18px;
  padding: 5px 0 5px 10px; }

.reester-table {
  padding-top: 10px; }

.reester-filter-tabs {
  display: block;
  width: 100%;
  vertical-align: middle; }
  .reester-filter-tabs .all {
      width: 6%; }

.reester-filter-items {
  display: -ms-flexbox;
  display: flex; }
  .reester-filter-items div {
    background: #ffffff;
    border-collapse: separate;
    border-spacing: 0;
    display: inline-block;
    border-top: 2px solid #1f6bb0;
    border-bottom: 2px solid #1f6bb0;
    border-right: 2px solid #1f6bb0;
    padding: 14px 0;
    width: 27%;
    margin: 0;
    line-height: normal;
    text-align: center;
    word-wrap: break-word; }
  .reester-filter-items _:-ms-lang(x), .reester-filter-items div {
    max-width: 40%\9; }
  .reester-filter-items:focus {
    text-decoration: none; }
  .reester-filter-items div:hover {
    background: #1f6bb0;
    color: #fff;
    text-decoration: none;
    cursor: pointer;}
  .reester-filter-items div:first-child {
    border-left: 2px solid #1f6bb0;
    border-radius: 4px 0 0 4px; }
  .reester-filter-items div:last-child {
    border-right: 2px solid #1f6bb0;
    border-radius: 0px 4px 4px 0px; }
  .reester-filter-items .stores {
    width: 40%;}
  .reester-filter-items .active-tab {
    background: #1f6bb0;
    color: #fff;}

.filter-tab {
  text-transform: uppercase;
  font-size: 18px;
  font-family: dincon-medium, Arial, Helvetica, sans-serif; }

.reester-filter-count {
  color: #afafaf;
  padding: 10px 10px; }

.reester-list-table {
  background: #f8fbfd;
  border-top: 2px solid #e7f0f8; }
  .reester-list-table .reester-list-body {
    border: 0;
    background: none; }
    .reester-list-table .reester-list-body tr:last-child td {
      border-bottom: none; }
    .reester-list-table .reester-list-body td {
      line-height: normal;
      word-break: break-word !important;
      white-space: normal !important;
      padding: 10px 20px;
      background: #fff;
      border-bottom: 1px solid #eeeeee;
      width: 29%;  }
    .reester-list-table .reester-list-body td:first-child {
      width: 55%;  }
    .reester-list-table .reester-list-body td:last-child {
      word-break: normal !important;
      white-space: nowrap !important;
      width: 16%;  }
  .reester-list-table .reester-list-body .default-tooltip {
    color: #1f6bb0;
    display: inline-block;
    padding-left: 5px;
    cursor: pointer; }
  .reester-list-table .reester-list-body .default-tooltip + .tooltip > .tooltip-inner {
    background: #f8fbfd;
    border: 2px solid #c5e3ff;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.11);
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    white-space: pre-wrap;
    min-width: 350px; }
  .reester-list-table .reester-list-body .default-tooltip + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid #c5e3ff; }

.reester-list-header-text {
  border-bottom: 2px solid #1f6bb0;
  width: 100%; }
  .reester-list-header-text th {
    font-weight: 700;
    padding: 10px 20px;
    vertical-align: bottom;
    line-height: 1;
    text-transform: none;
    width: 29%; }
  .reester-list-header-text th:first-child {
      width: 55%;  }
  .reester-list-header-text th:last-child {
      width: 16%;  }

.reester-list-footer {
  background: #f8fbfd;
  border-bottom: 2px solid #e7f0f8;
  border-top: 2px solid #1f6bb0;
  float: left;
  width: 100%;
  padding: 10px 10px; }
  .reester-list-footer .active {
    color: #000000; }
  .reester-list-footer .pagination {
    margin: 0;
    padding: 0;
    display: inline; }
  .reester-list-footer .pagination > li > a, .reester-list-footer .pagination > li > span {
    position: relative;
    float: left;
    padding: 5px 0 5px 7px;
    margin: 0;
    font: 14px Arial;
    line-height: normal;
    text-decoration: none;
    color: #428bca;
    background-color: transparent;
    border: none;
    cursor: pointer;
    vertical-align: middle; }
   .reester-list-footer .pagination > li > a.active {
    color: #000000; }
  .reester-list-footer .pagination > .disabled > span, .reester-list-footer .pagination > .disabled > span:hover, .reester-list-footer .pagination > .disabled > span:focus, .reester-list-footer .pagination > .disabled > a, .reester-list-footer .pagination > .disabled > a:hover, .reester-list-footer .pagination > .disabled > a:focus {
    display: none; }

.reester-list-header-export {
  display: inline-block;
  padding: 15px 0; }

.reester-list-header-export .sort-checkbox {
  padding: 10px 10px 5px;
}

.reester-filter-search {
  display: inline;
  float: right;
  padding: 15px 0; }
  .reester-filter-search input {
    text-align: left;
    border: 1px solid #1f6bb0;
    border-radius: 4px;
    min-width: 300px;
    vertical-align: middle;
    display: inline;
    height: 38px;
    padding: 4px 10px 4px 30px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background: url("../image/search.png") 5px 50% no-repeat #fff;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.filter-button {
  text-align: center;
  text-transform: none;
  padding: 5px 20px 5px 20px;
  border-radius: 4px;
  margin: 10px;
  border: none;
  background-color: #1f6bb0;
  box-shadow: none;
  text-shadow: none;
  font-weight: 700;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  color: #FFF; }

.extended-filter {
  background: #e7f0f8;
  display: none;
  border: 2px solid #c5e3ff;
  padding: 15px;
  position: absolute;
  z-index: 1000;
  right: 25px;
  width: 50%;
  margin-top: -8px;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.11); }
  .extended-filter .datepicker {
    background: url("../image/date.png") no-repeat #fff 5px 50%;
    padding-left: 30px;
    border: 1px solid #1f6bb0;
    border-radius: 3px;
    font-size: 14px;
    height: 31px;
    max-width: 155px; }

.extended-filter-preloader {
  position: absolute;
  background-color: #e7f0f8;
  z-index: 9999;
  height: 315px;
  width: 536px;
  overflow: hidden !important;
  text-align: center;
  display: none; }
  .extended-filter-preloader .fa-spin {
    font-size: 30px;
    color: #1f6bb0;
    margin-top: 20%; }
  .extended-filter-preloader .spinner-text {
    display: block;
    font-size: 16px;
    padding-top: 15px; }

.extended-filter:after, .extended-filter:before {
  bottom: 100%;
  right: 38px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.extended-filter:after {
  border-color: #e7f0f800;
  border-bottom-color: #e7f0f8;
  border-width: 10px; }

.extended-filter:before {
  border-bottom-color: #c5e3ff;
  border-width: 13px;
  right: 35px; }

.filter-label {
  padding: 10px 0 5px 0; }

.filter-dates-body {
    display: flex;
    width: 100%;}
.filter-dates-body .from-label {
    margin-right: 10px;
    padding: 5px 0;}
.filter-dates-body .to-label {
    margin-right: 10px;
    margin-left: 10px;
    padding: 5px 0;}
.filter-dates-body .filter-date-group {
    display: flex;
}

.filter-selects, .filter-dates, .filter-confirm {
  padding: 0px 5px 0 5px; }

.filter-confirm {
  text-align: left;
  padding: 15px 0 0 0; }
  .filter-confirm .approve {
    background-image: linear-gradient(-180deg, #ff6600 0%, #dd4626 100%);
    margin-left: 0; }
  .filter-confirm input.approve:hover {
    background-image: linear-gradient(-1deg, #ed5f00 0%, #cb4327 100%); }

.select-country, .select-services {
  width: initial; }

.bootgrid-table th > .column-header-anchor > .text {
  white-space: normal;
  overflow-wrap: break-word;}

.reester-list-pagination-elements {
  text-align: right; }
  .reester-list-pagination-elements a {
    padding: 5px 0 5px 7px; }
  .reester-list-pagination-elements .pagination-header {
    word-break: break-all; }

.bootgrid-table th {
  vertical-align: top !important; }

.bootgrid-table th > .column-header-anchor > .text {
  white-space: normal !important; }

.bootgrid-table td {
    word-break: normal !important; }

.light-gray {
  color: #afafaf; }

.registry__link {
  font-size: 22px;
  font-family: dincond, Arial, Helvetica, sans-serif;
  font-weight: normal; }

.faq__answer {
  background: #f8fbfd;
  border: 2px solid #e7f0f8 !important;
  padding: 10px 15px;
  color: #000; }

.feedbackError {
  font-size: 18px;
  margin: -35px 0 15px;
  text-align: center; }

.combobox {
  width: 100% !important; }
  .combobox button {
    border: 1px solid #1f6bb0; }
  .combobox button:hover {
    background-color: #fff; }
  .combobox .dropdown-menu > li > a {
    white-space: normal; }

.combobox > .dropdown-toggle {
  padding-right: 35px !important;
  margin-top: 0; }

.bs-caret .caret {
  border-width: 0;
  margin-top: 0 !important;
  right: 8px !important; }

.bs-caret .caret:after {
  position: absolute;
  right: 7px;
  top: 50%;
  color: #1f6bb0;
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\f078';
  z-index: 10; }

.bootgrid-table th > .column-header-anchor > .icon {
  display: block;
  position: absolute;
  right: 0;
  top: 2px; }

.bootstrap-select.disabled > .dropdown-toggle {
  background: #f7f7f7 !important;
  border: 1px solid #8b8b8b !important; }

.bootstrap-select > .dropdown-toggle {
  padding: 4px 10px 4px 10px;
  text-transform: none; }

.bootstrap-select .dropdown-menu {
  max-height: 350px;
  background: #f8fbfd;
  border: 2px solid #c5e3ff;
  border-top: none;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.11); }

.bootstrap-select .dropdown-menu li a {
  display: block;
  text-align: left;
  padding: 10px;
  color: #000;
  cursor: pointer;
  white-space: normal; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  width: 94%; }

.bootstrap-select .dropdown-menu li a:hover {
  background: #1f6bb0;
  color: #fff; }

.bootstrap-select .dropdown-menu li.active a {
  background: #1f6bb0;
  color: #fff; }

.dropdown-menu li.selected a {
  background: #1f6bb0;
  color: #fff; }

.notification {
  background: #fff4ed;
  border: 1px solid #ff6600;
  border-radius: 3px;
  width: 100%;
  padding: 15px;
  text-align: center; }

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

.notification.notification-documents p {
  margin-bottom: 5px;
}

.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
  background-color: #f8fbfd;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: transparent; }

.table-striped > tbody > tr:first-child > td, .table-striped > tbody > tr:first-child(even) > th {
  border-top: none; }

.table-striped > tbody > tr:last-child > td, .table-striped > tbody > tr:last-child(even) > th {
  border-bottom: none; }

.progress-bar-success {
  background-color: #1f6bb0; }

.lk_reg_block .multyinput {
  padding-bottom: 5px; }

.lk_reg_block .multyinput:first-child input {
  width: 100%; }

.lk_reg_block .multyinput input {
  width: 96%; }

.multyinput:first-child .red-close {
  display: none; }

.multyinput .red-close {
  margin-top: 0;
  color: #fa0000;
  padding-left: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700; }

.disabled_block {
  display: none;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 85%;
  background-color: rgba(11, 77, 130, 0.5); }

#footer {
  background: url("../images/NDS-Office-Footer-BKG.png") no-repeat center;
  background-size: 102%;
  width: 100%;
  height: 100%;
  line-height: 20px; }

.company-details {
  color: #939393;
  padding-top: 67px;
  padding-bottom: 30px; }
  .company-details a {
    color: #939393;
    text-decoration: none; }

.menuBottomFooter {
  list-style: none; }
  .menuBottomFooter li a {
    color: #fff; }
  .menuBottomFooter li a:hover {
    text-decoration: underline; }

.help-catcher-widget {
  position: fixed;
  bottom: 40px;
  right: 20px;
  margin: 0px;
  padding: 0px;
  width: 54px;
  height: 54px;
  z-index: 11;
  transition: 0.1s;
  cursor: pointer;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.258824) 0px 2px 5px 0px;
  background-color: #ff6600;
  background-size: 15px 15px; }

.send-regform {
  margin-left: 0; }

.breadcrumb {
  padding: 15px 0px;
  list-style: none;
  margin: 0;
  text-align: left;
  background: none;
  border: none;
  border-radius: 0; }

.error-page h2 {
  color: #e96656; }

.required .lk_reg_form_cell2 input, .required .lk_reg_form_cell2 button {
  border-left: 2px solid #f00;
  z-index: 2; }

.forum_block {
  border-bottom: 1px solid #f0f3f5;
  background: #f8fbfb;
  padding: 15px 10px; }

.dark-serif-text {
  color: #0d244d;
  font-size: 21px;
  line-height: 40px;
  font-family: dincon-medium, Arial, Helvetica, sans-serif; }

.dark-serif-text a {
  font-size: 21px; }

.template-upload .error {
  border-width: 0 !important; }

.fl-r {
  float: right; }

.fl-l {
  float: left; }

.register-preloader {
  color: #000;
  opacity: 0.8;
  background: #000;
  z-index: 999;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 92px;
  overflow: hidden !important;
  text-align: center;
  display: none; }
  .register-preloader .fa-spin {
    font-size: 30px;
    color: #1f6bb0;
    margin-top: 20%;
    z-index: 9999; }
  .register-preloader .spinner-text {
    display: block;
    font-size: 16px;
    padding-top: 15px;
    font-weight: 700;
    z-index: 9999;
    color: #ffffff; }

input::-ms-clear {
  display: none; }

::-ms-reveal {
  display: none; }

/* HTML5 validation in moz */
input:invalid {
  box-shadow: none; }

.lang {
  float: left;
  width: 73px;
  height: 26px;
  margin: 28px 15px 0 0; }

.lang-mobile {
  display: none; }

.lang > a, .lang > span {
  display: inline-block;
  width: 35px;
  height: 26px; }

.contact-us .control-block {
  padding: 10px;
  text-align: left;
  background-color: #ffffff;
  border-radius: 1px; }

#feedbackForm .has-error .bootstrap-select .dropdown-toggle, #feedbackForm .has-error .form-control {
  border-width: 3px; }

.footer-menu-icon {
  margin-right: 10px; }

.modal-body {
  text-align: left; }
  .modal-body input[type="checkbox"] {
    display: inherit;
    position: inherit; }

.fdb-textarea {
  resize: vertical;
  margin-bottom: 0 !important;
  border-radius: 5px 5px 0 0;
  border-bottom-color: #ffffff; }

.fbd-textarea-footer {
  margin-bottom: 20px;
  width: 100%;
  padding-left: 5px;
  border-radius: 0 0 5px 5px !important;
  color: #737373 !important;
  border-top: none !important; }

.modal button {
  margin-bottom: 0; }

#feedbackForm .form-control {
  padding: 6px 10px; }

.test-link{
    font-size: 18px
}

.checkbox-block{
    margin-top: 15px;
    display: table;
}
.checkbox-block .checkbox-block-cell {
    display: table-cell;
    vertical-align: middle;
}

ul.menuBottomFooter {
    display: flex;
}
ul.menuBottomFooter li {
    display: block;
    padding-right: 40px;
    white-space: nowrap;
}
@media (max-width: 1100px) {
    ul.menuBottomFooter  {
        display: block;
    }
}

i + .tooltip > .tooltip-inner {
    font-family: sans-serif;
}


.autocomplete-filter {
    background-color: #f8fbfd;
    border: 2px solid #c5e3ff;
    border-top: none;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.11);
    max-height: 450px;
    overflow: hidden;
    height: auto;
    border-radius: 4px;
    overflow-y: auto;
    list-style-type: none;
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
}

.autocomplete-filter li div:hover {
    background: #1f6bb0;
    color: #fff;
}

.autocomplete-filter li div {
    padding: 10px;
}

.input-loading {
    background: #eee url('/images/input-loader.gif') no-repeat right center !important;
    background-size: 25px 25px !important;
}

input:disabled.input-loading {
    background: #e6e4e4 url('/images/input-loader.gif') no-repeat right center !important;
    background-size: 25px 25px !important;
}

.red {
  color: red;
}

.bold {
  font-weight: bold;
}

.registration-statements {
    background: #fff;
    color: #666;
    margin: 20px 0;
}
.registration-statements .link a {
    font-weight: normal;
    font-family: dincond, Arial, Helvetica, sans-serif;
    font-size: 25px !important;
    color: #0b6eb3 !important;
    padding-left: 30px;
    line-height: 1.5;
    background: url("../images/askArrow.png") no-repeat 0 3px;
}
.registration-statements .note {
    background: #f8fbfd;
    border: 2px solid #e7f0f8 !important;
    padding: 10px 15px;
    color: #000;
}

.registration-checkbox-block {
    margin-bottom: 10px;
    display: table;
}
.registration-checkbox-block .checkbox-block-cell {
    display: table-cell;
    vertical-align: middle;
}
.registration-checkbox-block .checkbox-input-cell {
    padding-right: 15px;
}
.visible-checkbox-input {
    position: relative !important;
    left: auto !important;
    display: table !important;
}
.registration-radio-block {
    display: table;
}
.registration-datepicker {
    background-image: url(../image/date2.png) !important;
    background-repeat: no-repeat !important;
    background-position: 130px 50% !important;
    background-size: 19px !important;
    padding-right: 30px !important;
    border: 1px solid #1f6bb0;
    border-radius: 3px;
    font-size: 14px;
    height: 31px;
    max-width: 155px;
}
.radio-block-cell {
    display: table-row;
    height: 32px;
}
.visible-radio-input {
    display: table-cell !important;
    margin-right: 15px !important;
}
.mt-35 {
    margin-top: 35px;
}
.lk_reg_step_buttons .send-regform-right {
    position: absolute;
    bottom: 0;
    right: 0;
}
.zi-1 input, .zi-1 button {
    z-index: 1 !important;
}
.register_result {
    padding: 0 0 259px 0;
}
.register_result .result_block {
    margin-top: 20px;
    padding: 20px;
    min-height: 120px;
}
.register_result .result_block_error {
    background-color: #FFF2DEDE;
    border: 0 !important;
}
.register_result .result_block_success {
    background-color: #dff0d8;
}
.register_result .result_icon {
    border: 0;
    float: left;
    margin: 0 20px 0 0;
    width: 80px;
    height: 82px;
    background-position: center;
    background-repeat: no-repeat;
}
.register_result .result_icon_error {
    background-image: url(../images/error.svg);
    border: 0 !important;
}
.register_result .result_icon_success {
    background-image: url(../images/success.svg);
}
.register_result .result_message {
    padding-left: 100px;
}
.register_result .result_status {
    font-size: 20px;
    font-weight: bold;
}
.register_result .result_errors {
    font-size: 18px;
}
