@font-face{
  font-family: 'Roboto', sans-serif;
}
p,h1,h2,h3,h4,h5,h6{
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;  
  }
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  /*height: 100vh;*/
  /*background-color: #5AAE46;*/
  /*display: table;*/
  background: url("../img/metal-bg.jpg") no-repeat center center fixed;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  text-align: center;
  overflow: hidden;
}
body {
    
}
section {
  position: relative;
  padding-top: 20%;
  /*padding-bottom: 80px;*/
  text-align: center;
  position: relative;
  z-index: 10;
  overflow: hidden;
  /*display: table-cell;*/
}
.col-md-6 + .col-md-6{
  border-left: 1px solid #fff;
}
section h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 300;
  margin-top: 37px;
  /*margin-left: -246px;*/
  /*padding-left: 40px;*/
  /*border-left: 1px solid #fff;*/
  line-height: 0.5;
}
section h2{
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 27px;
  padding-bottom: 35px;
}
section .row{
  text-align: center;
}
@media (min-width: 1400px) {
  section {
    padding-top: 15%;
      }
}
section a{
  width: 300px;
  height: 73px;
  line-height: 63px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  border: 5px solid #5AAE46;
  background: #5AAE46;
  display: block;
  margin: 0 auto;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  margin-top: 10%;
  text-decoration: none !important;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
section a:hover{
  box-shadow: none;
  border: 5px solid #000;
  color: #fff;
  text-decoration: none;
}
section a:active{
  border: 5px solid #fff;
  text-decoration: none;
}
.shape1{
  width: 289%;
  height: 168%;
  background: #fff;
  position: absolute;
  behavior: url(-ms-transform.htc);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: -225%;
  left: -65%;
  box-shadow: -7px 8px 18px 0px rgba(0, 0, 0, 0.38);
  display: none;
}


.shape2{
  /*width: 246%;
  height: 60%;*/
  width: 235%;
  height: 60%;
  background: #fff;
  position: absolute;
  behavior: url(-ms-transform.htc);
  /*-moz-transform: rotate(29deg);
  -webkit-transform: rotate(29deg);
  -o-transform: rotate(29deg);
  -ms-transform: rotate(29deg);*/
 -moz-transform: rotate(136deg);
  -webkit-transform: rotate(136deg);
  -o-transform: rotate(136deg);
  -ms-transform: rotate(136deg);
  top: 54%;
  left: -100%;
  margin-left: 20%;
  box-shadow: 0px 0px 23px 5px rgba(50, 48, 48, 0.5);
}


.cd-modal {
  position: fixed;
  
  z-index: 202;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
}
.cd-modal svg {
  position: absolute;
  top: 0;
  left: 0;
}
.cd-modal svg > path {
  fill: #333;
}
.cd-modal .modal-close {
  /* 'X' icon */
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 5%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3) url(../img/cd-icon-close.svg) no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  /* Force hardware acceleration*/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
.no-touch .cd-modal .modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.cd-modal.modal-is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.cd-modal.modal-is-visible .modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.cd-modal-content {
  position: relative;
  height: 100vh;
  overflow-y: auto;
  padding: 3em 5% 4em;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, transform 0.3s 0s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-modal-content p {
  color: #f2f2f2;
  line-height: 1.6;
  margin: 2em 0;
}
.modal-is-visible .cd-modal-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, -moz-transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}
@media only screen and (min-width: 768px) {
  .cd-modal-content {
    padding: 3em 10% 4em;
  }
  .cd-modal-content p {
    font-size: 2.4rem;
  }
}

/* -------------------------------- 

 Cover Layer - hide main content when modal is fired

-------------------------------- */
.cd-cover-layer {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f2f2f2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s, visibility 0s 0.6s;
  -moz-transition: opacity 0.3s 0.3s, visibility 0s 0.6s;
  transition: opacity 0.3s 0.3s, visibility 0s 0.6s;
}
.cd-cover-layer.modal-is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

input[type=text] {
    width: 88%;
    padding-left: 22px;
    padding-right: 1%;
    max-width: 480px;
    /*max-width: 100%;*/
    height: 60px;
    line-height: 60px;
    /*text-indent: 10px;*/
    display: block;
    margin: 0 auto;
    font-size: 20px;
    outline: none;
    font-family: "Open Sans";
    border: none;
    color: #fff;
    /*margin: 3px;*/
    border: 1px solid #fff;
    background: transparent;
    border-bottom: 1px solid #fff;
    margin-top: 10px;
}
textarea {
    width: 88%;
    padding: 22px;
    max-width: 480px;
    /*max-width: 100%;*/
    height: 120px;
    line-height: 1.2;
    /*text-indent: 10px;*/
    display: block;
    margin: 0 auto;
    font-size: 20px;
    outline: none;
    font-family: "Open Sans";
    border: none;
    color: #fff;
    /*margin: 3px;*/
    border: 1px solid #fff;
    background: transparent;

    border-bottom: 1px solid #fff;
    margin-top: 10px;
}
input[type=submit]{
  width: 300px;
  height: 73px;
  line-height: 63px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  outline: none;
  text-align: center;
  border: 5px solid #5AAE46;
  background: #5AAE46;
  display: block;
  margin: 0 auto;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  margin-top: 10%;
  text-decoration: none !important;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
input[type=submit]:hover{
  box-shadow: none;
  border: 5px solid #fff;
  color: #fff;
  text-decoration: none;
}
input[type=submit]:active{
  border: 5px solid #fff;
  text-decoration: none;
}
form input[type=text].error{
  border-bottom: 1px solid #dd2a1b;
  color: #dd2a1b;
}
/*label.error{
  display: none !important;
}*/
input[type=text]::-webkit-input-placeholder, text-area::-webkit-input-placeholder{
  color: #fff;
}
input[type=text]::-moz-placeholder, text-area::-webkit-input-placeholder{
  color: #fff;
}
input[type=text]:-moz-placeholder, text-area::-webkit-input-placeholder{
  color: #fff;
}
input[type=text]:-ms-input-placeholder, text-area::-webkit-input-placeholder{
  color: #fff;
}
textarea[type=text]::-webkit-input-placeholder, text-area::-webkit-input-placeholder{
  color: #fff;
}
textarea[type=text]::-moz-placeholder, text-area::-webkit-input-placeholder{
  color: #fff;
}
textarea[type=text]:-moz-placeholder, text-area::-webkit-input-placeholder{
  color: #fff;
}
textarea[type=text]:-ms-input-placeholder, text-area::-webkit-input-placeholder{
  color: #fff;
}
textarea::-webkit-input-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #fff;
}
textarea::-moz-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #fff;
}
textarea:-moz-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #fff;
}
textarea:-ms-input-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #fff;
}
textarea:focus::-webkit-input-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: transparent;
}
input::-webkit-input-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #fff;
}
input::-moz-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #fff;
}
input:-moz-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #fff;
}
input:-ms-input-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #555555;
}
input:focus::-webkit-input-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: transparent;
}
input:focus::-moz-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: transparent;
}
input:focus:-moz-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: transparent;
}
input:focus:-ms-input-placeholder {
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: transparent;
} 
form{
  padding-top: 10%;
}
.globalWrapper{
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 1920px) {
 .shape2{left: -108%;}
}
@media (max-width: 1024px) {
 .shape2{left: -124%;}
}
@media (max-width: 600px) {
  .logo{
    width: 80%;
  }
}
@media (max-width: 500px) {
  section h1{
    font-size: 46px;
  }
  section h2{
    font-size: 24px;
  }
  a.cd-btn{
    width: 90%;
  }
  input{
    width: 90%;
  }
  input[type=submit]{
    width: 90%;
  }
}
@media (max-width: 440px) {
  section h1{
    font-size: 42px;
  }
  section h2{
    font-size: 20px;
  }
  a.cd-btn{
    width: 90%;
  }
  input{
    width: 90%;
  }
  input[type=submit]{
    width: 90%;
  }
}
@media (max-width: 400px) {
  section h1{
    font-size: 38px;
  }
  section h2{
    font-size: 16px;
  }
  a.cd-btn{
    width: 90%;
  }
  input{
    width: 90%;
  }
  input[type=submit]{
    width: 90%;
  }
}
@media (max-width: 360px) {
  .globalWrapper{
    height: 80vh;
  }
  section h1{
    font-size: 30px;
  }
  section h2{
    font-size: 16px;
  }
  a.cd-btn{
    width: 90%;
  }
  input{
    width: 90%;
  }
  input[type=submit]{
    width: 90%;
  }
}
@media (max-width: 320px) {
  section{
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 900px) {
  section{
    width: 100%;
    overflow: hidden;
  }
  input[type=text],
  textarea{
    max-width: 320px;
  }
  form{
    padding-top: 20%;
  }
}
.fancybox-skin{
  background: #333333 !important;

}
#modal1{
  
  background: #333333;
}
#modal1 h1{
  color: #fff;
  font-size: 48px;
  text-align: center;
  
}
#modal1 h2{
  color: #fff;
  font-size: 30px;
  padding-bottom: 40px;
  text-align: center;
}
.lqs-links {position:absolute; right:0; bottom: 0; text-align:right;padding-right:10px; padding-bottom:20px;}
.lqs-links ul li{list-style-type:none;}
.lqs-links ul li a{color:#000;font-size:18px;}
.lqs-links ul li a:hover{color:#fff;text-decoration:none;}
