
.bx-auth {
  background: url('../img/texture-light-grey.jpg');
  margin: 0 !important;
  padding: 100px 0 !important;
  max-width: 100% !important;
}
.bx-auth p {
  text-align: center;
}
.bx-auth form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto !important;
  padding: 30px !important;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  background: #fff;
}
.bx-auth form thead b {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}
.bx-auth form tbody tr {
  width: 100%;
}
.bx-auth form tbody tr:first-child,
.bx-auth form tbody tr:nth-child(2) {
  display: none;
}
.bx-auth form tbody tr td {
  width: 50%;
  padding: 5px;
}
.bx-auth form tbody tr td .starrequired {
  display: none;
}
.bx-auth form tfoot td {
  padding: 5px;
}
.bx-auth form input[type="password"] {
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  background: #fff;
  height: 36px;
  padding: 8px 10px;
  line-height: 1;
}
.bx-auth form input[type="submit"] {
  font-size: 17px;
  color: #fffefe;
  font-weight: 400;
  background: #009a3f;
  border: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 10px 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.bx-auth form input[type="submit"]:hover {
  background: #00672a;
}
.bx-auth form p {
  display: none;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#overlay .overlay-close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
#overlay .box,
#overlay .box-800 {
  padding: 20px;
  width: 460px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -230px;
  margin-top: -190px;
  background: #FFFFFF;
  -webkit-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 15px;
  -moz-background-clip: padding;
  border-radius: 15px;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
#overlay .box.box-800,
#overlay .box-800.box-800 {
  width: 880px;
  padding: 20px 40px;
  margin-left: -400px;
  margin-top: -150px;
}
#overlay .box .box-close,
#overlay .box-800 .box-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 31px;
  height: 31px;
  background: url('../img/popup-close.png') center no-repeat;
  cursor: pointer;
  z-index: 99;
}
#overlay .box h3,
#overlay .box-800 h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}
#overlay .box p,
#overlay .box-800 p {
  text-transform: uppercase;
}
#overlay .box p span,
#overlay .box-800 p span {
  font-weight: bold;
}
#overlay .box .form-control,
#overlay .box-800 .form-control {
  display: inline-block;
  margin: 10px 0;
}
#overlay .box .check__in_block,
#overlay .box-800 .check__in_block {
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
#overlay form {
  position: relative;
}
#overlay form .overform {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7) url("../img/ajax-loader.gif") center 38% no-repeat;
}
#overlay .message {
  display: none;
  margin-top: 20px;
}
#overlay .popup-title {
  font-size: 18px;
  color: #010101;
  font-family: 'Conv_Esqadero_FF_CY_4F';
  margin-bottom: 20px;
  display: block;
}
#overlay .popup-title .number {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #edf6f0;
  border: 1px solid #0a6c2f;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  margin-right: 8px;
}
#overlay .loader {
  background: url("../img/ajax-loader.gif") center no-repeat;
}
#overlay iframe {
  background: #fff;
  width: 800px;
  min-height: 80px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#overlay iframe.loaded {
  opacity: 1;
}
#send-popup label {
  text-transform: uppercase;
}
#send-popup .form-group {
  margin-bottom: 0;
  margin-top: 15px;
}
#send-popup .radio-inline {
  text-transform: uppercase;
  font-size: 18px;
  margin-right: 20px;
  margin-top: -5px;
  padding-left: 0;
}
#send-popup .radio-inline .check {
  display: inline-block;
  width: 18px;
  height: 29px;
  background: url("../img/new-check.png");
  margin-right: 5px;
}
#send-popup .radio-inline input {
  display: none;
}
#send-popup .radio-inline input:checked + span {
  background: url("../img/new-checked.png");
}
#send-popup select:disabled {
  display: none;
}
#send-popup .send-popup-upload,
#send-popup .send-popup-submit {
  background: #edf6f0;
  color: #000;
  border: 1px solid #6ebb89;
  display: inline-block;
  padding: 7px 25px;
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: 15px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#send-popup .send-popup-upload:hover,
#send-popup .send-popup-submit:hover {
  color: #fff;
  background: #008b36;
}
#send-popup .send-popup-upload {
  padding: 7px 10px;
  margin-top: 0;
  color: #fff;
  background: #008b36;
  white-space: nowrap;
}
#send-popup .picUpload,
#send-popup .logoUpload {
  display: none;
}
#send-popup .none {
  border: none;
  height: 1px;
  color: #fff;
  padding: 0;
  margin: 0;
  background: none;
}
#send-popup .progress {
  margin-bottom: 0;
  margin-top: 8px;
  display: none;
}
#send-popup .preview-block {
  position: relative;
}
#send-popup .preview-block .preview {
  border: 1px solid #6ebb89;
}
#send-popup .preview-block .preview.left {
  margin: 10px 10px 30px 0;
}
#send-popup .preview-block .logo {
  position: absolute;
  left: 20px;
}
#send-popup .preview-block h3 {
  font-size: 20px;
  margin-top: 10px;
}
#send-popup .preview-block h5.to-companyName {
  float: right;
  margin-left: 20px;
  text-transform: uppercase;
}
#send-popup .preview-block ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#send-popup .preview-block ul.transparent {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 10px;
  padding: 10px;
  padding-top: 5px;
  color: #fff;
}
#send-popup .preview-block .to-companySiteName {
  color: #008b36;
}
#send-popup .preview-block .readmore {
  float: right;
  border: 1px solid #000;
  color: #000;
  padding: 2px 10px;
  position: relative;
  top: -5px;
}
#send-popup .preview-block .rek-label {
  float: right;
  font-size: 9px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.3);
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7) url("../img/ajax-loader.gif") center no-repeat;
}
.new-page {
  padding: 0 !important;
  background: #fff;
}
.new-page .row {
  margin: 0;
}
.new-page .background-image {
  width: 100%;
  height: 350px;
  background: #000 center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.new-page .background-image .head {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.new-page .background-image .head h1 {
  font-size: 44px;
  text-transform: uppercase;
}
.new-page .background-image .head h1 span {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.new-page .background-image .head p {
  font-size: 24px;
  margin-top: 20px;
}
.new-page section {
  padding: 75px 0;
}
.new-page section .wrap {
  margin: 0 auto;
  width: 96%;
  max-width: 820px;
}
.new-page section .wrap.center {
  text-align: center;
}
.new-page section.cards {
  background: url("../img/cards-bg.jpg") center;
}
.new-page section.cards img {
  margin: 0 20px;
}
.new-page section h4 {
  text-transform: uppercase;
  font-weight: bold;
}
.new-page section .number {
  font-size: 160px;
}
.new-page section #pay_card {
  background: none;
  border: 1px solid #000;
  color: #000;
  padding: 10px 20px;
  margin-top: 50px;
}
.new-page section.contacts {
  text-align: center;
  width: 100%;
}
.new-page section.contacts:nth-child(even) {
  background: #F2F2F2;
}
.new-page section.contacts div {
  display: inline-block;
  vertical-align: middle;
  padding: 90px 40px;
  line-height: 24px;
}
.new-page section.contacts div.contact-left {
  text-align: right;
}
.new-page section.contacts div.contact-right {
  text-align: left;
}
.new-page section.contacts div p {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}
.new-page section.contacts div a {
  color: #000;
  font-size: 24px;
}
.new-page section.contacts div h5 {
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .new-page section.contacts div {
    padding: 20px;
    display: block;
    text-align: center !important;
  }
}
.error404 {
  padding: 80px;
  text-align: center;
}
.error404 h1 {
  margin-bottom: 50px;
}
.error404 p {
  font-size: 18px;
}
