/* body {
background-image: url("images/body.jpg");
background-repeat: repeat;
background-attachment: fixed;
} */

p, H1, H2, H3, H4, H5, H6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}



.container {
width: 100%;
}

H1, H2, H3, H4, H5, H6, a,.tp-caption a.btn:hover {
	color: #2e7525;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.top-nav-collapse {
	background: #2e7525;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	color: #2e7525;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #2e7525;
}

.widget-avatar .avatar:hover {
    border: 5px solid #2e7525;
}

.bg-skin {
	background: #eb5d1e;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
	border-color: #2e7525;
}

footer {
   /* background-color: #eb5d1e; */
}


.btn-skin {
  color: #fff;
  background-color: #2e7525;
  border-color: #2e7525;
}

/* form*/
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list li{
    color: #B94A48;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}
