.container {
  position: relative;
  width: 944px;
  min-height: 832px;
  padding: 10px 40px;
  margin: 0 auto;
  background: url(../images/greenone-bg.jpg) top left no-repeat;
  box-shadow: 0 0 5px 1px #ccc;
  /*box-shadow: -5px 0 5px -5px #ccc, 5px 0 5px -5px #ccc;*/
}
.header .logo {
  display: block;
  margin: 0 auto;
  background: url(../images/logo.png) top left no-repeat;
  height: 144px;
  width: 500px;
  text-indent: -99999px;
}
.header h1 {
  font-size: 30px;
  font-weight: normal;
  line-height: 50px;
  margin: 0px;
}
.header h1 span {
  font-size: 25px;
  font-weight: normal;
}
.content {
  padding: 40px 0; 
}

.pop-actions {
  text-align: right; 
}

.actions {
  text-align: left;
  font-size: 22px;
  margin: 10px 120px 10px 160px;
  line-height: 30px;
}

.actions .row:first-child {
  margin-bottom: 60px;
}

.actions label {
  display: inline-block;
  float: left;
  width: 420px;
  margin-top: 20px;
  background: url(../images/arrow.png) bottom right no-repeat;
}

.video-ico,
.email-ico {
  float: right;
  display: inline-block;
  text-indent: -99999px;
  margin: 8px 0px 0 10px;
}
.video-ico {
  background: url(../images/video-ico.png) top left no-repeat;
  width: 220px;
  height: 124px;
}
.email-ico {
  background: url(../images/sign-ico.png) top left no-repeat;
  width: 220px;
  height: 171px;
}
.footer {
  margin: 10px 0;
  font-size: 12px;
  color: #0e8c43;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1024px;
}

.email-form {
  font-size: 12px;
  line-height: 12px;
  padding: 20px;
}

.email-form h1 {
  text-align: left;
}

.email-form pre {
  padding: 0;
  margin: 0;
  line-height: 15px;
  text-align: left;
  display: inline-block;
  white-space: pre-wrap;                 /* CSS3 browsers  */
  white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
  white-space: -pre-wrap;                /* Opera 4 thru 6 */
  white-space: -o-pre-wrap;              /* Opera 7 and up */
  word-wrap: break-word;                 /* IE 5.5+ and up */
}

.email-form pre input {
  border: 0;
  margin: 1px 0;
  width: auto;
  font-size: 12px;
  padding: 2px; 
  color: #33332e;
}
.email-form pre input:focus {
  outline: none;
}
.email-form input.name,
.email-form input.email {
  width: 120px;
}
.email-form input.company {
  width: 250px;
}
.email-form input.phone {
  width: 85px;
}
.email-form .btn,
.email-form .btn-b {
  margin: 0 auto 10px auto;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 1.428571429;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 5px 12px;
  line-height: 1.33;
  border-radius: 6px;
  color: #2e281f;
  background-color: #e7d165;
  border-color: #ffffff;
  background: linear-gradient(to bottom, #e7d165 30%, #e7d165 70%);
  box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.email-form .btn-b {
  background: #b4ad96;
}
.email-form .btn:hover,
.email-form .btn-b:hover {
  opacity: .8;
}
.email-form .actions {
  position: relative;
  text-align: right;
}

.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

.alert-error {
    color: red;
    float: left;
    display: none;
}

.alert-message {
    color: green;
    font-size: 13px;
}

.loading {
  position: absolute;
  right: 200px;
  bottom: 0px;
  display: none;
  background: url('../images/loading.gif') top left no-repeat;
  width: 32px;
  height: 32px;
}

@media (max-width: 1024px) {
  .container {
      width: auto;
      box-shadow: none;
  }
}
@media (max-width: 760px) {
  .img-construction {
      width: 100%;
      max-width: 701px;
      height: auto;
  }
  .actions .col {
      float: none;
      width: 100%;
  }
}
