/*.reg_link {
  background: #fff;
  color: #016DF0 !important;
  border-radius: 4px;
  padding: 0 8px 9px;
  box-sizing: border-box;
  margin: 0 0 0 8px;
}

#reg_link_c {
  color: #016DF0 !important;
}

#reg_link_c:hover {
  border: none !important;
}*/


@media (max-width: 768px) {
  .navbar-default .nav > li.boxed_reg  {
    border: none !important;
  border-radius: 0;
  padding: 0 !important;
  margin: 0 !important;
  }

  .navbar-default .nav > li.boxed_reg:hover #reg_link_c {
    color: #333 !important;
  }

  .navbar-default .nav > li.dropdown .dropdown-toggle span.custom-caret {
      background: url(../img/icons/caret-dark.svg) no-repeat center !important;
  }
}

.boxed_reg {
  /*background: #fff;*/
  border: 1px solid #fff !important;
  border-radius: 4px;
  padding: 0 8px 9px;
  box-sizing: border-box;
  margin: 0 0 0 8px;
  transition: all 0.2s;
}
.boxed_reg:hover {
  /*background: #fff;*/
  border: 1px solid #fff !important;
  background: #fff;
  transition: all 0.2s;
}
.boxed_reg:hover #reg_link_c {
  color: #016DF0 !important;
  transition: all 0.2s;
}
.affix .boxed_reg {
  border: none !important;
  background: #fff;
  padding: 0 !important;
  margin: 0 !important;
}
.affix #reg_link_c {
  border: none !important;
  background: #fff;
  transition: all 0.2s;
  color: #333 !important;
}

.affix .boxed_reg {
  background: none;
  padding: 0 !important;
  margin: 0 !important;
}

.affix .boxed_reg:hover #reg_link_c {
  background: none;
  border-bottom: 1px solid #D1D1D1 !important;
  color: #333 !important;
}

#reg_link_c {
  /*color: #016DF0 !important;*/
}

#reg_link_c:hover {
  border: none !important;
}

#log_link, .reg_link {
  cursor: pointer;
  list-style: none;
}

@media (max-width: 1024px) {
  .text-right {
    text-align: left !important; 
  }
}

section .section-heading h2 {
  color: #282C35;
}

.contacts #contform {
  background: #fff;
  padding: 50px 50px 30px;
  box-sizing: border-box;
  width: 50%;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
.contacts #success-form {
  width: 100%;
  margin: 20px auto 60px;
}

@media (max-width: 768px) {
  .contacts #contform {
  padding: 20px 20px 10px;
  width: 100%;
}
}


.contacts .form-group input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.contacts .form-group textarea {
  max-width: 100% !important;
  min-width: 100% !important;
  font-size: 16px;
  padding: 12px 12px;
  height: 16vh;
  min-height: 16vh;
  max-height: 18vh;
}

.contacts .form-group input[type=text] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  /* border-radius: 2px; */
  padding: 12px 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px;
}

.contacts .form-group input[type=text]:hover {
  border: 1px solid #b9b9b9;
}

a:hover {
    color: #337ab7;
    opacity: 0.9;
}

.BILogo {
  margin:  0 0 20px;
  display: inline-block;
}

.TrustLogo {
  display: block;
  /*display: none;*/
}

#TrustLogo-out {
  display: inline-block;
  margin: 0 0 -7px 0;
  overflow: hidden;
  width: 76px;
  height: 26px;
}

.modal-dialog-centered {
  margin: 0 auto !important;
  display: -ms-flexbox;
      display: flex;
    -ms-flex-align: center;
    align-items: center;
        min-height: calc(100% - (.5rem * 2));
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: "";
}

@media (min-width: 576px) {
.modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
}
.modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
}
}

.less {
  font-size: 36px !important;
  font-weight: 500 !important;
}

.body-wider {
  padding: 25px 55px 45px;
}

.title-wider {
  padding: 30px 55px 25px;
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}


.splash {
  position: relative;
  background: url(../img/bg.jpg), rgba(0, 0, 0, 1) !important;
  background-size: cover !important;
  background-position: center !important;
}
.splashp {
  position: relative;
  background: url(../img/bgp.jpg), rgba(0, 0, 0, 1) !important;
  background-size: cover !important;
  background-position: center !important;
}

.splash:after, .splashp:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,95,211,0.65) !important;
  z-index: 0;
}

#news-sector {
  margin: 25px 0 0;
  width: 100%;
}

#news-sector a {
  display: inline-block;
  color: #333 !important;
  text-decoration: none !important;
  width: 100%;
}

#news-sector .item {
  border-bottom: 1px solid #999;
  min-width: 100% !important;
  display: block;
  padding: 20px 0 0;
  width: 100% !important;
  margin: 0;
  position: relative !important;
}
#news-sector time, #news-sector p {
  display: inline-block;
  
}
#news-sector time {
  margin: 0 50px 20px 0;
  display: inline-block;
  float: left;
}

#news-sector time {
  width: calc(15% - 50px);
}

#news-sector p {
  width: 85%;
  display: inline-block;
}

.splash-front {
  position: relative;
  z-index: 3;
}

.carousel {
  margin: 35px 0 0 !important;
  left: 0; right: 0;
}

.carousel-item {
  /*height: 10vh;*/
  height: 200px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-control {
  width: 10% !important;
}

#iframe-out {
  width: 100%;
  position: relative;
  height: 100%;
  min-height: calc(95% - 100px);
  margin: 0 0 0;
  z-index: 0;
  overflow-y: scroll;
}

.statworld {
  position: absolute;
  /*top: -116px;*/
  width: 100%;
  height: 100%;
  bottom: 0;
  border: 0;
}

.hidden {
  display: none !important;
}
header.bottom-laptop {
  position: relative;
}

#dark-video {
  position: relative;
  width: 100%; height: 100%;
  left: 0; right: 0; top: 0;
  z-index: 0;
  overflow: hidden;
}

#dark-video #overlay {
  position: absolute;
  background: rgba(0,95,211,0.85);
  min-width: 100%;
  min-height: 100%;
  z-index: 2;
}

#dark-video video {
  position: absolute;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
}

header.bottom-laptop .container {
  position: absolute;
  width: 100%; height: 100%;
  z-index: 3;
  top: 0;
}







.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 1px solid #fff;
  color: #fff;
  background-color: #005FD3;
  border-radius: 5px;
  padding: 17px 0px;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;

  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  color: #005FD3;
  border: 1px solid #005FD3;
  background-color: #fff;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}

.narrow {
  width: 1020px !important;
}

.header-content-inner h1 {
  margin: 0 0 10px !important;
  font-weight: 400 !important;
  line-height: 1.15;
}

.header-content-inner h3 {
  margin: 0 0 40px !important;
  font-weight: 300 !important;
  line-height: 1.35;
}



.about-section {
  padding: 0 20px !important; box-sizing: border-box;
}
.press-section {
  padding: 0 100px !important; box-sizing: border-box;
}

.fff {
  position: relative;
  z-index: 999;
}

.navbar.fff {
  margin-bottom: 0px !important;
}

@media (min-width: 768px) {
  .navbar-default.fff {
    padding-top: 10px;
    background-color: #424753;
  }
  .navbar-default.fff.navbar-light {
    background-color: white;
  }
  .navbar-default.fff.navbar-light .navbar-brand-custom {
    background: url('../img/logo-dark.svg') no-repeat center;
    background-size: contain;
  }
  .navbar-default.fff.navbar-light .navbar-nav > li.dropdown span.custom-caret {
    background: url(../img/icons/caret-dark.svg) no-repeat center;
  }
  .navbar-default.fff.navbar-light .navbar-nav > li.dropdown.open .dropdown-toggle {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #424753;
  }
  .navbar-default.fff.navbar-light .navbar-nav > li > a,
  .navbar-default.fff.navbar-light .navbar-nav > li > a:focus {
    color: #424753;
  }
  .navbar-default.fff.navbar-light .navbar-nav > li > a:hover,
  .navbar-default.fff.navbar-light .navbar-nav > li > a:focus:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .navbar-default.fff.navbar-light .navbar-nav > li.active > a,
  .navbar-default.fff.navbar-light .navbar-nav > li.active > a:focus {
    color: #424753 !important;
    background-color: transparent;
  }
  .navbar-default.fff.navbar-light .navbar-nav > li.active > a:hover,
  .navbar-default.fff.navbar-light .navbar-nav > li.active > a:focus:hover {
    background-color: transparent;
  }
  .navbar-default.fff.navbar-light .navbar-nav > li.active > a:hover:after,
  .navbar-default.fff.navbar-light .navbar-nav > li.active > a:focus:hover:after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}