/* Clients
-------------------------------------------------- */
#clients {
  margin: 75px 0; }
  #clients .client .img {
    height: 76px;
    width: 138px;
    -webkit-transition: box-shadow .1s linear;
    -moz-transition: box-shadow .1s linear;
    transition: box-shadow .1s linear; }
  #clients .client .client1 {
    background: url("../images/client1.png") 0 0px; }
  #clients .client .client2 {
    background: url("../images/client2.png") 0 0px; }
  #clients .client .client3 {
    background: url("../images/client3.png") 0 0px; }
  #clients .client .client4 {
    background: url("../images/client4.png") 0 0px; }

/* FAQs */
.faqs {
	background: #f1f4f5;
	padding-top: 20px;
}
.faqs h1 {
	color: #c30e2e;
}

/* FORM */
.contact {
  background: #f1f4f5; }

.contact-button:focus {
  outline: 0; }

.contact-button.active {
  background: none !important;
  border-color: #cdcdcd !important;
  color: #cdcdcd !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

.contact-form {
  width: 600px;
  margin: 2em 0;
  overflow: hidden;
  border-radius: 4px; }

.contact-form .message,
.contact-form .contact,
.contact-form .name,
.contact-form .footer,
.contact-form header,
.contact-form textarea {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  clear: both;
  overflow: hidden; }

.contact-form textarea,
.contact-form input {
  height: 50px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.contact-form header {
  height: 75px;
  background: rgba(0, 0, 0, 0.05);
  line-height: 75px;
  padding-left: 20px;
  border-radius: 5px 5px 0 0; }

.contact-form header h1 {
  font-size: 1.2em;
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.4); }

.contact-form .first,
.contact-form .last {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 0 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px; }

.contact-form .first {
  border-radius: 4px 0 0 0; }

.contact-form .last {
  border-left: 0;
  border-radius: 0 4px 0 0; }

.contact-form .email {
  height: 50px;
  width: 100%;
  line-height: 25px;
  padding: 0 0 0 20px;
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.contact-form textarea {
  height: 50px;
  width: 100%;
  line-height: 25px;
  padding: 15px 20px 15px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
  height: 200px; }

.contact-form #success {
  margin-top: 1em; }

.contact-form footer {
  text-align: center;
  background: none;
  padding: 1em 0; }

.contact-form footer button {
  background: #6a9720;
  border-radius: 4px;
  border: 0;
  color: white;
  padding: 1.3em 2em;
  margin-top: 1em;
  transition: all linear .2s; }

.contact-form footer button:hover {
  background: #4c6d17; }

.contact-form footer button:focus {
  outline: none; }

.contact-form .first:focus,
.contact-form .last:focus,
.contact-form .email:focus,
.contact-form textarea:focus {
  outline: none;
  background: #f1f1f1;
  color: rgba(51, 51, 51, 0.7); }

.contact-form input, textarea {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    vertical-align: middle;
    background-color: white;
    background-image: none;
    /*border: 1px solid #cccccc;*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.contact-form input:focus, textarea:focus {
    background: #fff;
    background-color: #fff;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.cms_submit {
    background-color: #c30e2e !important;
    float: right !important;
    width: 68px !important;
    height: 35px !important;
    padding: 7px 17px !important;
    color: white !important;
    display: inline-block !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    border-radius: 3px !important;
    -webkit-transition: background 250ms ease-in !important;
    -moz-transition: background 250ms ease-in !important;
    -ms-transition: background 250ms ease-in !important;
    -o-transition: background 250ms ease-in !important;
    transition: background 250ms ease-in !important;
}

.cms_submit:hover {
  background: #f28a4c !important;
  background-color: #f28a4c !important;
}

.cms_submit:focus {
  background: #f28a4c !important;
  background-color: #f28a4c !important;
}

/* Responsive
-------------------------------------------------- */
@media (max-width: 991px) {
  #clients .row {
    text-align: center; }
  #clients .client {
    text-align: center;
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 10px;
    float: none; } }
