input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  	color: #435c26 !important;
	background-color: #e2fbca !important;
	border-color: #92c058 !important;
	text-shadow: 0 1px rgba(255,255,255,0.7) !important;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  	color: maroon !important;
	background: #fcdacd !important;
	border-color: #e44634 !important;
	text-shadow: 0 1px rgba(255,255,255,0.7) !important;
}

.parsley-errors-list {
  color:red !important;
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 1em;
  line-height: 1em;
  text-align: left;
  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;
}

.dropdown-menu h3{
    text-transform: uppercase !important;
    line-height: 1.1 !important;
    font-size: 16px !important;
    font-weight: 600 !important;    
    letter-spacing: 1px !important;
    font-style: normal !important;
    transition: all 0.2s !important;
}
.item .c-body{
    line-height: 1.1 !important;
    padding: 5px !important;
}

.owl-carousel .owl-controls {
    margin-top: 15px !important;
}

#yt_footer #yt_copyright {
    color: #999;
}

.btn1{
    background-color:#f9e189 !important; 
    border: 1px black solid !important; 
    border-radius: 12px !important; 
    color:black !important;
}

a.btn1:hover{
    background-color:red !important; 
    border: 2px white solid !important; 
    color:white !important;
}
#yt_footer {
  background: #191919 !important;
}