/* BEGIN myfoo - standard CSS3 classes I use all the time */ 
html {
	overflow-y: scroll;
} /* Forces a scrollbar when the viewport is larger than the websites content - CSS3 */
p {
	text-align: justify;
	font-size: 20px;
}
a {
	outline: 0 none;
	color: #06C;
}
a:link, a:visited {
	outline: 0 none;
	text-decoration: none;
}
a:hover, a:focus {
	outline: 0 none;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.centered {
	text-align: center;
}
.justified {
	text-align: justify;
}
.mymargin {
	margin: 5px;
}
.sidemargin {
	margin: 0 15px;
}
.virticalmargin {
	margin: 15px auto;
}
.nomargin {
	margin: 0;
}
.bottommargin {
	margin-bottom: 15px;
}
.topmmargin {
	margin-top: 15px;
}
.rightmargin {
	margin-right: 15px;
}
.nopad {
	padding: 0;
}
.mypad {
	padding: 15px;
}
.verticalpad {
	padding-top: 15px;
	padding-bottom: 15px;
}
.horizintalpad {
	padding-top: 15px;
	padding-bottom: 15px;
}
.smpad {
	padding: 4px;
}
.myline {
	height: 1px;
	width: 98%;
	background-color: #64919D;
	clear: both;
	margin: 20px auto 20px auto;
}
.shortline {
	height: 2px;
	width: 50%;
	background-color: #900;
	margin: 20px auto 20px auto;
}
.rounded5 {
	border-radius: 5px;
}
.rounded7 {
	border-radius: 7px;
}
.rounded10 {
	border-radius: 10px;
}
.rounded15 {
	border-radius: 15px;
}
.rightrounded10 {
	border-radius: 0 10px 10px 0;
}
.leftrounded10 {
	border-radius: 10px 0 0 10px;
}
@media (max-width: 768px) {
.rounded5 {
	border-radius: 0;
}
.rounded7 {
	border-radius: 0;
}
.rounded10 {
	border-radius: 0;
}
.rounded15 {
	border-radius: 0;
}
}
.roundedtop30 {
	border-radius: 30px 30px 0 0;
}
.myshadow {
	box-shadow: 0 0 10px black;
	-webkit-box-shadow: 0 0 10px black;
}
img {
	width: 100%;
}
.imgholder, .imgl, .imgr {
	border: #9CC2D7 1px solid;
	border-radius: 4px;
	padding: 4px;
}
.imgl {
	float: left;
}
.imgr {
	float: right
}
.imgcentered {
	margin: 0 auto;
}
.glass {
	background-image: url(/img/trans-wht-60.png);
}
.boxshadow {
	-webkit-box-shadow: 0 0 8px #222;
	box-shadow: 0 0 8px #222;
}
a.trans:link img {
	max-width: 95%;
	margin: 20px;
	border-radius: 10px;
	transition: all .2s ease-in-out;
	border: #222 1px solid;
}
a.trans:hover img {
	box-shadow: 0 0 6px #666;
	-webkit-box-shadow: 0 0 4px black;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

/* ============ END myfoo ===================== */
/* ============ begin mobile nav switch ===================== */

@media (min-width: 768px) {
.navbar-fixed-top {
	position: relative;
}
}
/* ============ end nav switch ===================== */
/*======== nav flux - makes dropdowns on-mouse-over and semi-transparent =========== */
@media (min-width: 980px) {
.dropdown-menu .sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
	margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
	visibility: visible;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
	margin-top: 0;
}
.navbar .sub-menu:before {
	border-bottom: 7px solid transparent;
	border-left: none;
	border-right: 7px solid rgba(0, 0, 0, 0.2);
	border-top: 7px solid transparent;
	left: -7px;
	top: 10px;
}
.navbar .sub-menu:after {
	border-top: 6px solid transparent;
	border-left: none;
	border-right: 6px solid #fff;
	border-bottom: 6px solid transparent;
	left: 10px;
	top: 11px;
	left: -6px;
}
}
.navbar-nav > li > .dropdown-menu {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	/* Netscape */
	-moz-opacity: 0.95;
	/* Safari 1.x */
	-khtml-opacity: 0.95;
	/* Good browsers */
	opacity: 0.95;
	font-size: 18px
}
/*====== end nav flux =========== */
/*====== Carousel Fade =========== */
.row-carousel {
	margin: 0;
	background-color: hsl(193, 32%, 49%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b8d3da", endColorstr="#5493a4");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#b8d3da), to(#5493a4));
	background-image: -moz-linear-gradient(top, #b8d3da, #5493a4);
	background-image: -ms-linear-gradient(top, #b8d3da, #5493a4);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b8d3da), color-stop(100%, #5493a4));
	background-image: -webkit-linear-gradient(top, #b8d3da, #5493a4);
	background-image: -o-linear-gradient(top, #b8d3da, #5493a4);
	background-image: linear-gradient(#b8d3da, #5493a4);
	border-color: #5493a4 #5493a4 hsl(193, 32%, 41.5%);
	color: #333 !important;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.49);
	-webkit-font-smoothing: antialiased;
}
.row-border {
	border: #555 1px solid;
}
.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	-moz-transition: opacity ease-in-out 1.0s;
	-o-transition: opacity ease-in-out 1.0s;
	-webkit-transition: opacity ease-in-out 1.0s;
	transition: opacity ease-in-out 1.0s;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 1;
}
.carousel.fade .item:first-child {
	top: auto;
	position: relative;
}
.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out 1.0s;
	-o-transition: opacity ease-in-out 1.0s;
	-webkit-transition: opacity ease-in-out 1.0s;
	transition: opacity ease-in-out 1.0s;
	z-index: 2;
}
/*====== End Carousel Fade =========== */
/* ============ begin bootstrap overrides ===================== */
body {
	font-size: 170%;
	background-color: hsl(193, 32%, 36%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8cb8c4", endColorstr="#3e6c79");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#8cb8c4), to(#3e6c79));
	background-image: -moz-linear-gradient(top, #8cb8c4, #3e6c79);
	background-image: -ms-linear-gradient(top, #8cb8c4, #3e6c79);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8cb8c4), color-stop(100%, #3e6c79));
	background-image: -webkit-linear-gradient(top, #8cb8c4, #3e6c79);
	background-image: -o-linear-gradient(top, #8cb8c4, #3e6c79);
	background-image: linear-gradient(#8cb8c4, #3e6c79);
	border-color: #3e6c79 #3e6c79 hsl(193, 32%, 28.5%);
	color: #333 !important;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.49);
	-webkit-font-smoothing: antialiased;
}
.container-fluid {
	background-color: #FFF;
	max-width: 95%;
	margin-bottom: 15px;
	border-radius: 0 0 30px 30px;
	box-shadow: 0 0 12px #222;
	-webkit-box-shadow: 0 0 12px #222;
}
@media (max-width: 768px) {
.container-fluid {
	background-color: #FFF;
	max-width: 100%;
	border-radius: 0;
}
}
.logo {
	max-width: 373px;
}
h1, h2, h3 {
	color: #7C0041;
	font-weight: bold;
}
.navbar {
	border-radius: 10px 10px 0px 0px;
	margin: 10px auto -10px auto;
	background-color: hsl(8, 69%, 11%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#852718", endColorstr="#2f0d08");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#852718), to(#2f0d08));
	background-image: -moz-linear-gradient(top, #852718, #2f0d08);
	background-image: -ms-linear-gradient(top, #852718, #2f0d08);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #852718), color-stop(100%, #2f0d08));
	background-image: -webkit-linear-gradient(top, #852718, #2f0d08);
	background-image: -o-linear-gradient(top, #852718, #2f0d08);
	background-image: linear-gradient(#852718, #2f0d08);
	border-color: #2f0d08 #2f0d08 hsl(8, 69%, 6%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
}
@media (max-width: 768px) {
.navbar {
	border-radius: 0px;
}
.navbar-collapse {
	margin-left: 40px;
}
.navbar {
	margin: 0px auto -10px auto;
}
}
.nav > li > a:link, .nav > li > a:visited {
	color: #FFF;
}
.nav > li > a:hover {
	color: #FF0;
}
.navbar-inverse .navbar-brand {
	color: #FFF;
}
.head {
	background-image: url(/img/headbak.png);
}
@media (max-width: 768px) {
.head {
	margin-top: 50px;
	text-align: center;
}
}
.carousel-bottom {
	height: 50px;
	border-radius: 0 0 10px 10px;
	background-color: hsl(8, 69%, 11%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#852718", endColorstr="#2f0d08");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#852718), to(#2f0d08));
	background-image: -moz-linear-gradient(top, #852718, #2f0d08);
	background-image: -ms-linear-gradient(top, #852718, #2f0d08);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #852718), color-stop(100%, #2f0d08));
	background-image: -webkit-linear-gradient(top, #852718, #2f0d08);
	background-image: -o-linear-gradient(top, #852718, #2f0d08);
	background-image: linear-gradient(#852718, #2f0d08);
	border-color: #2f0d08 #2f0d08 hsl(8, 69%, 6%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
}
@media (max-width: 768px) {
.carousel-bottom {
	display: none;
	margin-bottom: 10px;
}
}
.footer {
	text-align: center;
	background-image: url(/img/footerbak.png);
	border-radius: 0 0 30px 30px;
}
@media (max-width: 768px) {
.footer {
	border-radius: 0;
}
.footertxt {
	font-size: 20px;
	padding: 15px auto;
}
}
.copyright {
	color: #eee;
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
@media (max-width: 920px) {
.carousel-caption {
	display: none;
}
}
a.homebutton:link, a.homebutton:visited {
	display: block;
	border-radius: 10px;
	margin: 2px;
	width: 100%;
	font-size: 24px;
	padding: 3px 5px;
	text-align: center;
	background-color: hsl(0, 69%, 22%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b42121", endColorstr="#5e1111");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#b42121), to(#5e1111));
	background-image: -moz-linear-gradient(top, #b42121, #5e1111);
	background-image: -ms-linear-gradient(top, #b42121, #5e1111);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b42121), color-stop(100%, #5e1111));
	background-image: -webkit-linear-gradient(top, #b42121, #5e1111);
	background-image: -o-linear-gradient(top, #b42121, #5e1111);
	background-image: linear-gradient(#b42121, #5e1111);
	border-color: #5e1111 #5e1111 hsl(0, 69%, 17%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
}
a.homebutton:hover {
	background-color: hsl(8, 69%, 11%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#852718", endColorstr="#2f0d08");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#852718), to(#2f0d08));
	background-image: -moz-linear-gradient(top, #852718, #2f0d08);
	background-image: -ms-linear-gradient(top, #852718, #2f0d08);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #852718), color-stop(100%, #2f0d08));
	background-image: -webkit-linear-gradient(top, #852718, #2f0d08);
	background-image: -o-linear-gradient(top, #852718, #2f0d08);
	background-image: linear-gradient(#852718, #2f0d08);
	border-color: #2f0d08 #2f0d08 hsl(8, 69%, 6%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
}
.wht {
	color: #FFF;
}
table.lot-list td {
	border: #6A0339 1px solid;
	padding: 2px 5px
}
table.lot-list {
	margin: 10px auto;
}
.lot-list-header {
	background-color: #6A0339;
	color: #FFF;
	width: 33%;
}
a.whats-near:link, a.whats-near:visited {
	display: block;
	width: 100%;
	max-width: 400px;
	font-size: 30px;
	padding: 3px 5px;
	text-align: center;
	border-radius: 10px 10px 10px 10px;
	margin: 10px auto -10px auto;
	background-color: hsl(8, 69%, 11%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#852718", endColorstr="#2f0d08");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#852718), to(#2f0d08));
	background-image: -moz-linear-gradient(top, #852718, #2f0d08);
	background-image: -ms-linear-gradient(top, #852718, #2f0d08);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #852718), color-stop(100%, #2f0d08));
	background-image: -webkit-linear-gradient(top, #852718, #2f0d08);
	background-image: -o-linear-gradient(top, #852718, #2f0d08);
	background-image: linear-gradient(#852718, #2f0d08);
	border-color: #2f0d08 #2f0d08 hsl(8, 69%, 6%);
	color: #FC0 !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
}
a.whats-near:hover {
	background-color: hsl(0, 69%, 30%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d72727", endColorstr="#811717");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#d72727), to(#811717));
	background-image: -moz-linear-gradient(top, #d72727, #811717);
	background-image: -ms-linear-gradient(top, #d72727, #811717);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d72727), color-stop(100%, #811717));
	background-image: -webkit-linear-gradient(top, #d72727, #811717);
	background-image: -o-linear-gradient(top, #d72727, #811717);
	background-image: linear-gradient(#d72727, #811717);
	border-color: #811717 #811717 hsl(0, 69%, 25%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
}
table.whatshere td {
	padding: 3px 5px;
}
a.com-button:link, a.com-button:visited {
	font-size: 28px;
	display: block;
	text-align: center;
	padding: 3px 5px;
	margin: 4px 2px;
	border-radius: 10px 10px 10px 10px;
	background-color: hsl(8, 69%, 11%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#852718", endColorstr="#2f0d08");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#852718), to(#2f0d08));
	background-image: -moz-linear-gradient(top, #852718, #2f0d08);
	background-image: -ms-linear-gradient(top, #852718, #2f0d08);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #852718), color-stop(100%, #2f0d08));
	background-image: -webkit-linear-gradient(top, #852718, #2f0d08);
	background-image: -o-linear-gradient(top, #852718, #2f0d08);
	background-image: linear-gradient(#852718, #2f0d08);
	border-color: #2f0d08 #2f0d08 hsl(8, 69%, 6%);
	color: #FC0 !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
}
a.com-button:hover, a.com-button:active {
	background-color: hsl(0, 69%, 30%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d72727", endColorstr="#811717");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#d72727), to(#811717));
	background-image: -moz-linear-gradient(top, #d72727, #811717);
	background-image: -ms-linear-gradient(top, #d72727, #811717);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d72727), color-stop(100%, #811717));
	background-image: -webkit-linear-gradient(top, #d72727, #811717);
	background-image: -o-linear-gradient(top, #d72727, #811717);
	background-image: linear-gradient(#d72727, #811717);
	border-color: #811717 #811717 hsl(0, 69%, 25%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
}
.panel-default {
    border-color:  #fff;
}
@media (min-width: 768px) {
    a.fb-link {
        padding: 10px 30px 10px 15px !important;
    }
}
a.fb-link img {
    max-width: 29px !important;
}