@charset "UTF-8";
/* CSS Document */

#venues p a:link {
	color: #000;
	text-decoration: none;
}

#venues p a:active {
	color: #000;
	text-decoration: none;
}

#venues p a:visited {
	color: #000;
	text-decoration: none;
}

#venues p a:hover {
	color: #000;
	text-decoration: underline;
}

.venueswrap p a:link {
	color: #9FC63B;
	text-decoration: none;
}

.venueswrap p a:active {
	color: #9FC63B;
	text-decoration: none;
}

.venueswrap p a:visited {
	color: #9FC63B;
	text-decoration: none;
}

.venueswrap p a:hover {
	color: #000;
	text-decoration: underline;
}


@media only screen and (min-width: 1201px) {
.bg {
	display: none;
}
.plate {
	display: none;
}
.plate img {
	display: none;
}
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
.bg {
	display: none;
}
.plate {
	display: none;
}
.plate img {
	display: none;
}
}


@media only screen and (max-width: 768px) and (min-width: 481px) {
.bg {
	display: none;
}
.plate {
	display: none;
}
.plate img {
	display: none;
}
}


@media only screen and (max-width: 480px) {
.bg {
	display: none;
}
.plate {
	display: none;
}
.plate img {
	display: none;
}
}