body.highvis *:before,
body.highvis *:after {
height:auto!important;
width:auto!important;
padding:0!important;
margin:0!important;
}

body.highvis .cycle-slideshow {
  display:none!important;
}
body.highvis{
	background-color:#000!important;
}
body.highvis *, 
body.highvis * a {
	background:#222 !important;
	background-image:none !important;
	color:yellow !important;
	text-transform: none !important;
	border-color:#000 !important;
}
body.highvis a div.shadow{
	background:transparent !important;
}
body.highvis a {
	text-decoration:none !important;
	color:#00f1ff !important;
}
body.highvis * a {
	text-decoration:none !important;
	color:#00f1ff !important;
}
body.highvis * a:hover {
	text-decoration:underline !important;
	color:#fff !important;
}
body.highvis * a:hover * {
	text-decoration:underline !important;
	color:#fff !important;
}

body.highvis img , .slider-holder{
	/* display:none !important; */
}
body.highvis img {
	display:inline-block!important;
	visibility:visible!important;
}
body.highvis * input#s::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: yellow !important
}
body.highvis * input#s::-moz-placeholder { /* Firefox 19+ */
  color: yellow !important
}
body.highvis * input#s:-ms-input-placeholder { /* IE 10+ */
  color: yellow !important
}
body.highvis * input#s:-moz-placeholder { /* Firefox 18- */
  color:yellow !important
}
body.highvis .blockText {
	position:relative;
}