body {
    position: relative;
}

.logo {
    background: url(../img/logo.png) center / contain no-repeat;
    width: 160px;
}

.customMenu {
    background-color: rgb(23, 8, 8);
    border: 1px solid #000000;
    border-radius: 0px;
    margin-bottom: 0px;
}

.navbar-default .navbar-nav > .menu-item > a {
    color: #ffffff;
}

.navbar-default .navbar-nav > .menu-item > a:hover,
.navbar-default .navbar-nav > .menu-item > a:focus {
    color: #ffffff;
    background-color: #5f5f5f;
}

.active > a{
    color: #000 !important;
}

#sliderInfo {
    width: 100%;
}

.carousel-inner .item {
    width: 100%;
    height: 600px;
    background-size: cover;
}

.s1 {
    background: url(../img/slider/slide_img_1.jpg) no-repeat center;
}

.s2 {
    background: url(../img/slider/slide_img_2.jpg) no-repeat center;
}

.s3 {
    background: url(../img/slider/slide_img_3.jpg) no-repeat center;
}

.withBg {
    background-color: rgba(5, 4, 4, 0.45);
}


.bgGrey,
.bgWhite {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 600px;
    font-size: 1.5em;
}

.bgGrey {
    background-color: #bebebe;
}

.bgWhite {
    background-color: #ffffff;
}

.bgBlack {
    color: #ffffff;
    font-size: 1.3em;
    padding: 20px;
    background-color: #000000;
}

.blockHeader {
    padding: 20px;
}

.imgCustom:hover {
    border-color: #060000;
}

.accept_agreement_span {
    font-size: 18px;
    margin: 10px;
}

.data_error {
    border-color: #FF0000 !important;
    box-shadow: 0px 0px 1px 2px rgba(255, 11, 11, 0.5) !important;
}

.contacts-href{
    margin-left: 10px;
}

.custom-btn-msg:hover{
    background-color: #000;
    color: white;
}

.emulateLink {
    cursor: pointer;
}

.sign-in::before {
    font-family: FontAwesome;
    content: "\f090";
    color: #fff;
    margin-right: 8px;
    font-size: 18px;
}

.sign-in-mobile:before {
    font-family: FontAwesome;
    content: "\f090";
    color: #fff;
    margin-right: 8px;
    font-size: 28px;
    line-height: 50px;
}

.sign-in-mobile {
    display: block;
    float: right;
    font-size: 30px;
    text-decoration: none !important;
    padding-right: 10px;
    color: #fff;
}

@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }

  .sign-in-item {
      display:block !important;
  }
}

.clr {
    clear: both;
}

.contactsData {
    margin: 40px;
}