@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../../DialDigger Responsive/css/fonts/BebasNeue-webfont.eot');
    src: url('../../DialDigger Responsive/css/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
url('../../DialDigger Responsive/css/fonts/BebasNeue-webfont.woff') format('woff'),
url('../../DialDigger Responsive/css/fonts/BebasNeue-webfont.ttf') format('truetype'),
url('../../DialDigger Responsive/css/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

ul.regional li {
	list-style: disc;
	padding-left: 2rem;
}

ul.regional {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.flashit{
  color:#FF0000;
	-webkit-animation: flash linear 1.5s infinite;
	animation: flash linear 1.5s infinite;
}
@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}

.hg li {
	padding: 0.5rem;
}

.hg li img {
	width: 100%!important;	
}

.blec-fs h3 {
	font-size: 1rem;
}

.largeul li {
	line-height: 1.6rem;
	list-style: disc;
	list-style-position: inside;
	font-size: 14px;
	font-weight: bold;
}

.largeul ul {
	margin: 1rem;
	margin-bottom: 2rem;
}

.blec-fs li {
	line-height: 1rem;
	list-style: disc;
	list-style-position: inside;
	font-size: 12px;
}

.blec-fs ul {
	margin: 1rem;
}

.branson-button {
	padding: 1rem 1.6rem;
    background-color:#EE2E31;
    color: white!important;
    font-weight: bold;
    font-size: 1rem;
    border: 2px solid black;
}

.manitou-button {
	padding: 0.5rem 1rem;
    background-color:#EE2E31;
    color: white!important;
    font-weight: normal;
    font-size: 0.81rem;
    border: 1px solid black;
	border-radius: 20px;
	text-decoration: none!important;
}

.manitou-button:hover {
	background-color: black;
	color: red;
}

.blec-button {
	padding: 1rem 2rem;
    background-color: yellow;
    color: black!important;
    font-weight: bold;
    font-size: 1.5rem;
    border: 2px solid black;
	text-decoration: none;
}

.blec-button:hover {
	text-decoration: underline;
}

.sale-button {
	padding-bottom: 2rem!important;
	padding: 1rem 2rem;
    background-color: white;
    color: red!important;
    font-weight: bold;
    font-size: 1.5rem;
    border: 2px solid red;
}
.myButton {
	box-shadow: 0px 1px 0px 0px #000000;
    background-color: #F60;
    border-radius: 6px;
    border: 1px solid #e69b29;
    display: inline-block;
    cursor: pointer;
    color: #fff!important;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 24px;
    text-decoration: none!important;
}

.myButton:hover {
    background-color: #4343b0;
}

.myButton:active {
    position: relative;
    top: 1px;
}

td p {
	font-size: 12px;
	margin-bottom: 0.5rem;
	line-height: 1rem;
}

td {
	font-size: 13px!important;
}

li h1 {
color: white;
    padding: 0;
    margin: 0;
	font-size: 15px;
	line-height: 1.5rem!important;
}

.drop_menu {
/*	background:#005555;
*/	padding:0;
	margin:0;
	list-style-type:none;
	height:30px;
	font-weight: 200;
}
.drop_menu li { 
	float:left; margin-right: 2px;
}
.drop_menu li a {
	padding:0.3rem 0.45rem;
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	background-color: #c99933;
	font-weight: 500;
}
	.drop_menu li a:hover {
		background:#fff; color: #444B98; }

/* Submenu */
.drop_menu ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	list-style-type:none;
	margin-top: -2px;
	border: 1px solid black;
	padding-right: 0px !important;
	background: white;
	box-shadow: 3px 3px 3px grey;
	margin-left: 0px;
}
.drop_menu li:hover { position:relative; background:#fff; color: #444B98; }
.drop_menu li:hover ul {
	left:-1px;
	top:31px;
	padding:0px;
	z-index: 1;
	text-align: left;
	padding-left: 5px;
}

.drop_menu li:hover ul li a {
	padding:5px;
	display:block;
	width:210px;
	background:#fff; color: #444B98; 
}
.drop_menu li:hover ul li a:hover { background:#f60;color:white; }

a.gen {
	color:#000;
}

a:focus.gen {
	color:#88C50C!important;
	text-decoration:underline;
}

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
.gen a {
	color:#000;
}

.gen a:hover {
	color:#000!important;
	text-decoration:underline;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
/*	border:1px solid #b0b0b0;
*/	padding:3px 5px 4px;
	color:#333;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

.list {
	text-indent:1rem;
	margin-left:3rem;
}

.list li {
	list-style: disc;
}

ol,ul {
	list-style:none;
}
.large-12.medium-12.columns .large-8.medium-8.columns.hide-for-small .bullet-item {
}
.large-12.medium-12.columns .large-8.medium-8.columns.hide-for-small .bullet-item {
}
.large-12.medium-12.columns .large-8.medium-8.columns.hide-for-small .bullet-item {
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family:'montserrat';
	font-weight: 400;
	font-size: 15px;
	color: #000;
	line-height: 1.5rem;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #013302;
	text-decoration: underline;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{

}
.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
/* Header Style */
.codrops-top{
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.codrops-top a:hover{
	color: #000;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: none;
	display: inline;
}

p.codrops-demos{
	display: block;
	padding: 15px 0px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #6d0019;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
}
p.codrops-demos a:hover{
	background: #6d0019;
}
p.codrops-demos a:active{
	background: #6d0019;
	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329));
	background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #A5727D;
	background: #6d0019;
}
/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}
