/* Enter Your Custom CSS Here */
@media (min-width: 767px) {
#search-2.widget.widget_search {
    display: none;
}}

img#hover:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

@media only screen and (max-width: 767px) {
#mobile_links {
    padding-top: 0px;
  }}

p#disclaimer {
    display: block;
	color: #fff !important;
    line-height: 12px !important;
    padding: -30px 0 30px !important;
    text-align: center;
    font-size: 12px;
}

p#copyright {
    padding: 60px 0 10px;
}