/* handy mixins */
/* Typography */
body {
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

#holding #intro h2 {
  font-size: 2.3em;
  line-height: 1.2em;
  color: #fff;
}

/* Layout */
html {
  font-family: "Montserrat", sans-serif;
}

#holding {
  /*height:100vh;*/
  background-image: url(../img/cover.jpg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#holding #intro {
  /*height:100vh;*/
  padding: 50px 0;
  /*background-color:rgba(70,46,147,0.95);
  background:rgba(70,46,147,0.95) url(../img/grad-repeat.png) bottom repeat-x;
  background:rgba(70,46,147,0.95);*/
  /*@include linearGradient(#462E93, #230584);*/
  /*background-image: linear-gradient(rgba(70,46,147,0.95), rgba(35,5,132,0.95));*/
  background-image: linear-gradient(rgba(54, 54, 54, 0.95), rgba(0, 0, 0, 0.95));
  /*
  .show-image {
  	width: 100%;
  	height: 100%;
  	background: url(../img/opses-solutions.png) no-repeat;
    	background: url(../img/opses-solutions.svg) no-repeat,
      linear-gradient(transparent, transparent);
  }

  .hide-text {
  	text-indent: 100%;
  	white-space: nowrap;
  	overflow: hidden;
  }
  */
}
#holding #intro #intro-content {
  padding-left: 5%;
  padding-right: 5%;
  max-width: 500px;
}
#holding #intro h1 {
  max-width: 357px;
  max-height: 85px;
  display: block;
  margin: 0 0 50px 0;
}
#holding #intro h1 img {
  max-width: 357px;
}
#holding #intro h2 {
  margin: 0 0 50px 0;
}
#holding #intro p {
  margin: 0 0 40px 0;
  padding: 0;
  line-height: 1.5rem;
}
#holding #intro ul#contacts {
  padding: 0;
  margin: 0 0 40px 0;
  font-size: 0.857em;
}
#holding #intro ul#contacts li {
  list-style: none;
  margin: 0 0 10px 0;
}
#holding #intro ul#social {
  padding: 0;
  margin: 0;
}
#holding #intro ul#social li {
  display: inline-block;
  margin: 0 10px 0 0;
}
#holding #intro ul#social li a {
  display: block;
  color: #fff;
  height: 55px;
  /*background: #1E024B;*/
  background: #434343;
  width: 55px;
  font-size: 1.4em;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  text-align: center;
  vertical-align: middle;
  line-height: 55px;
  transition: background-color 0.5s ease;
}
#holding #intro ul#social li a:hover {
  /*background:#17BAD0;*/
  background: #696969;
}
#holding #contact {
  /*height:100vh;*/
  padding: 50px 0;
}
#holding #contact #form-container {
  background-color: rgba(0, 0, 0, 0.9);
  margin: 0 auto;
  width: 450px;
  padding: 30px;
}
#holding #contact #form-container #form-messages {
  height: 50px;
  color: #fff;
  font-size: 0.8em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin: 0 0 15px 0;
  display: none;
  padding: 15px 10px;
}
#holding #contact #form-container #form-messages.success {
  background: #4BB277;
  display: block;
}
#holding #contact #form-container #form-messages.error {
  background: #B24B4B;
  display: block;
}
#holding #contact #form-container h3 {
  color: #fff;
  font-size: 1.7em;
  margin: 0 0 20px 0;
}
#holding #contact #form-container form {
  display: block;
}
#holding #contact #form-container .op-field {
  margin: 0 0 15px 0;
}
#holding #contact #form-container .op-field input, #holding #contact #form-container .op-field textarea {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: #2B2B2B;
  height: 50px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 0 15px;
  color: #fff;
  font-size: 0.857em;
}
#holding #contact #form-container .op-field textarea {
  height: 120px;
  padding: 15px;
}
#holding #contact #form-container .op-field button#submit {
  border: 0;
  outline: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  /*background: #000;*/
  background: #434343;
  width: 90px;
  height: 50px;
  transition: background-color 0.5s ease;
  color: #fff;
}
#holding #contact #form-container .op-field button#submit:hover {
  cursor: pointer;
  /*background:#818181;*/
  background: #696969;
}
#holding #contact #form-container .op-field:last-child {
  margin-bottom: 0;
}

/* Retina Supports */
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #holding #intro .show-image {
    background: url(../img/armatas-fire-security-solutions@2x.png);
  }
}
@media (min-width: 768px) {
  #intro {
    height: 100vh;
    padding: 0;
  }

  #contact {
    height: 100vh;
    padding: 0;
  }
}

/*# sourceMappingURL=master.css.map */
