h1 {
	color: #636870;
	font-size: 30px;
}
h2 {
	color: #636870;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	color: #636870;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	color: #636870;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.uk-navbar-nav > li > a {
	color: #FFF;
	font-weight: 900;
	border-radius: 0px;
	width: 120px;
	height: 75px;
	text-align: center;
	line-height: 16px;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow:2px 2px #666
}
.uk-navbar-nav > li {
	
}
.uk-navbar-nav > li.uk-active > a {
	color: #D5ECEB;
}
.uk-navbar-nav > li:nth-child(1) > a {
	background-color: #c1432d;
}
.uk-navbar-nav > li:nth-child(2) > a {
	background-color: #8c9e3a;
}
.uk-navbar-nav > li:nth-child(3) > a {
	background-color: #fad12b;
}
.uk-navbar-nav > li:nth-child(4) > a {
	background-color: #c1432d;
}
.uk-navbar-nav > li:nth-child(5) > a {
	background-color: #8c9e3a;
}
.uk-navbar-nav > li:nth-child(6) > a {
	background-color: #fad12b;
}
.uk-panel-box {
	padding: 0px;
}
.tm-bottom-d ul.nav.menu > li {
	display: inline-block;
	line-height: 0;
	margin-right: 20px;
}
.tm-bottom-d ul.nav.menu > li:before {
	content: "|";
	margin-left: -10px;
	color: #858b92;
}
.tm-navbar {
	height: 110px;
	box-shadow: none
}
.tm-bottom-d ul.nav.menu > li:first-child:before {
	content: "";
}
.acyfield_name > .inputbox {
	background-color: #E6E6E6;
	font-size: 12px;
	height: 15px;
	width: 250px;
	border: 1px solid #999;
}
.acyfield_name {
	float: right;
	margin-top: 0px;
}
.acyfield_email > .inputbox {
	background-color: #E6E6E6;
	font-size: 12px;
	height: 15px;
	width: 150px;
	border: 1px solid #999;
}
.acyfield_email {
	float: right;
	margin-top: 0px;
	margin-left: 10px;
}
.acysubbuttons > .btn-primary {
	background-color: #E6E6E6;
	color: #000;
	margin: 0px;
	font-size: 10px;
	float: right;
	height: 15px;
	border: 1px solid #999;
}
.acysubbuttons {
	float: right;
	clear: both;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #fff;
	background-color: #CCCCCC;
	border: 1px solid #999;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	/* Reset */
	box-shadow: none;
	/* Overrides */
	border-color: #3c4349;
	outline: 0;
	background-color: #FFFFFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
strong {
	font-weight: 700;
}
em {
	color: #858b92;
}
hr {
	border-top-color: #858b92;
	border-right-color: #858b92;
	border-bottom-color: #858b92;
	border-left-color: #858b92;
}
.nobox {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#pod {
    position: relative;
}

#navi, 
#infoi {
    width: 100%;
    height: 100%;
    position: absolute;
}

#infoi {
    z-index: 10;
}

/** Slideshow **/
div.wk-slideshow .caption {
	font-size: 26px;
	line-height: 36px;
}

/** Directory **/

#directory {
	
}

#directory .dircol {
	float: left;
	display: block;
	margin-right: 25px;
	width: 45%;
}

#directory .dircol h3 {
	clear: both;
	display: block;
	color: #1667af;
	text-transform: uppercase;
}

#directory .dircol .dirstores {
	margin-bottom: 15px;
	overflow: hidden;
}

#directory .dircol .dirstores .item, #directory .dircol .dirstores .dirloc, #directory .dircol .dirstores .phone {
	float: left;
	margin-bottom: 7px;
}

#directory .dircol .dirstores .row {
	clear: both;
	overflow: hidden;
	padding: 5px 7px 0px;
	margin-left: 0;
}

#directory .dircol .dirstores .row:nth-child(odd) {
	background-color: #f3f9ff;
}

#directory .dircol .dirstores .item {
	display: block;
}

#directory .dircol .dirstores .dirloc {
	width: 100px;
}

#directory .dircol .dirstores .phone {
	float: right;
}

@media (max-width: 780px) {
	#directory .dircol {
		width: 100%;
}