/* BEGIN myfoo - standard CSS3 classes I use all the time - all code beyong basic Bootstrap written by G. E. Malin */ 
html {
	overflow-y: scroll;
} /* Forces a scrollbar when the viewport is larger than the websites content - CSS3 */
a {
	outline : none;
}
a img {
	outline : none;
}
img {
	border : 0;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.centered {
	text-align: center;
}
.justified {
	text-align: justify;
}
.middle {
	vertical-align: middle;
}
.mymargin {
	margin: 15px;
}
.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 15px;
}
.medpad {
	padding: 7px;
}
.smpad {
	padding: 4px;
}
.verticalpad {
	padding-top: 15px;
	padding-bottom: 15px;
}
.horizontalpad {
	padding-top: 15px;
	padding-bottom: 15px;
}
.myline {
	height: 1px;
	width: 98%;
	background-color: #ccc;
	clear: both;
	margin: 15px auto 15px auto;
}
.shortline {
	height: 2px;
	width: 50%;
	background-color: #ccc;
	margin: 15px auto 15px 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;
}
.rounded10 {
	border-radius: 0;
}
.rounded15 {
	border-radius: 0;
}
}
.roundedtop7 {
	border-radius: 7px 7px 0 0;
}
.roundedbottom7 {
	border-radius: 0 0 7px 7px;
}
.myshadow {
	box-shadow: 0 0 2px #ccc;
	-webkit-box-shadow: 0 0 2px #ccc;
}
.txtshadow {
	text-shadow: 2px 2px 1px #333;
}
img {
	width: 100%;
	height: auto;
}
.imgholder, .imgl, .imgr {
	border: #831818 1px solid;
	border-radius: 4px;
	padding: 4px;
	margin: 3px 10px;
}
.imgl {
	float: left;
}
.imgr {
	float: right
}
.imgcentered {
	margin: 0 auto;
}
.boxshadow {
	-webkit-box-shadow: 0 0 8px #444;
	box-shadow: 0 0 8px #444;
}
 @media (max-width: 992px) {
.hideunder992 {
	display: none;
}
}
 @media (min-width: 992px) {
.hideover992 {
	display: none;
}
}
/* ============ END myfoo ===================== */
/* ======= begin mobile nav switch ============ */
@media (min-width: 992px) {
.navbar-fixed-top {
	position: relative;
}
}
 @media (max-width: 992px) {
.hideunder992 {
	display: none;
}
}
 @media (min-width: 992px) {
.hideover992 {
	display: none;
}
}
@media (max-width: 992px) {
.page-header {
	margin-top: 41px;
}
}
/* ===== end nav switch ========= */
/*====== Begin Carousel Fade ==== */

.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;
}
.carousel-indicators li {
	border: #666 1px solid;
}
.carousel {
	padding: 0px;
}
.carousel-caption p {
	color: #fff;
}
@media (max-width: 992px) {
.carousel {
	margin-top: 0px;
}
}
@media (max-width: 992px) {
.carousel-caption {
	display: none;
}
}
/*====== End Carousel Fade =========== */
/*====== Begin IMG trans on hover =========== */
a.trans:link img {
	max-width: 100%;
	transition: all .2s ease-in-out;
	border-radius: 5px;
}
a.trans:hover img {
	box-shadow: 0 0 4px #000;
	-webkit-box-shadow: 0 0 4px #000;
	transform: scale(1.10);
	-webkit-transform: scale(1.10);
}
/*====== End IMG transition on hover =========== */
/*====== Begin Social Icons Css =========== */

.social {
	margin-top: -7px;
	margin-bottom: -7px;
	width: 30px;
}
/*====== End Begin Social Icons Css =========== */
/* ===== begin navbar overrides ===== */
.navbar {
	padding-right: 15px;
	padding-left: 5px;
	border-radius: 7px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 0;
	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;
}
@media (max-width: 992px) {
.navbar {
	border-radius: 0;
}
}
.navbar-inverse .navbar-nav > li > a {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
.navbar-inverse .navbar-nav > li > a:hover {
	background-color: #000;
	color: #FFF;
}
.navbar-inverse .navbar-right > li > a:hover {
	background-color: transparent;
}
.navbar-right > li {
	float: left;
}
.navbar-inverse .navbar-brand {
	color: #FFF;
	margin-left: 5px;
}
.navbar-inverse .navbar-right > li > a:hover {
	background-color: transparent;
}
.navbar-right > li {
	float: left;
}
@media (max-width: 992px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:link, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:visited {
	color: #FF0;
	font-weight: bold;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #FFF;
}
}
/* ===== end navbar overrides ===== */
/* ===== begin bootstrap overrides ===== */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 185%;
	background-color: hsl(201, 100%, 26%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5bc5ff", endColorstr="#005684");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc5ff), to(#005684));
	background-image: -moz-linear-gradient(top, #5bc5ff, #005684);
	background-image: -ms-linear-gradient(top, #5bc5ff, #005684);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc5ff), color-stop(100%, #005684));
	background-image: -webkit-linear-gradient(top, #5bc5ff, #005684);
	background-image: -o-linear-gradient(top, #5bc5ff, #005684);
	background-image: linear-gradient(#5bc5ff, #005684);
	border-color: #005684 #005684 hsl(201, 100%, 15.5%);
	color: #333 !important;
	-webkit-font-smoothing: antialiased;
	/*background-image: url(/img/9874298792874.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;*/
}
.container {
	border-radius: 0 0 15px 15px;
	margin-bottom: 15px;
	background-image: url(/img/trans-wht-60.png);
	padding-bottom: 15px;
}
.container-fluid {
	max-width: 1700px;
	background-image: url(/img/trans-wht-60.png);
	border-radius: 0 0 7px 7px;
}
@media (max-width: 992px) {
.container-fluid {
	border-radius: 0;
}
}
.logo {
	margin: auto;
	max-width: 1132px;
}
.row {
	border-radius: 7px;
	margin: 7px;
	background-image: url(/img/trans-wht-80.png);
}
.norowbak {
	background-image: none;
	background-color: transparent;
	margin: 0;
}
.addy {
	text-align: center;
	font-size: 22px;
	margin-top: -20px;
	color: #FFF
}
.copyright {
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	margin: 5px;
	color: #CCC;
}
.copyright a:link, .copyright a:visited {
	color: #ccc;
}
.copyright a:hover {
	color: #fff;
}
.headbak {
	background-color: hsl(201, 100%, 26%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5bc5ff", endColorstr="#005684");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc5ff), to(#005684));
	background-image: -moz-linear-gradient(top, #5bc5ff, #005684);
	background-image: -ms-linear-gradient(top, #5bc5ff, #005684);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc5ff), color-stop(100%, #005684));
	background-image: -webkit-linear-gradient(top, #5bc5ff, #005684);
	background-image: -o-linear-gradient(top, #5bc5ff, #005684);
	background-image: linear-gradient(#5bc5ff, #005684);
	border-color: #005684 #005684 hsl(201, 100%, 15.5%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.69);
	-webkit-font-smoothing: antialiased;
}
.homelogo {
	max-width: 400px;
	float: left;
}
@media (max-width: 762px) {
.homelogo {
	max-width: 100%;
}
}
a.homebutton:link, a.homebutton:visited {
	margin:2px;
	border-radius:6px;
	border:2px solid #C30;
	display:block;
	font-size:20px;
	
	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, a.homebutton:active {
	background-color: hsl(0, 69%, 33%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d93434", endColorstr="#8e1a1a");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#d93434), to(#8e1a1a));
  background-image: -moz-linear-gradient(top, #d93434, #8e1a1a);
  background-image: -ms-linear-gradient(top, #d93434, #8e1a1a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d93434), color-stop(100%, #8e1a1a));
  background-image: -webkit-linear-gradient(top, #d93434, #8e1a1a);
  background-image: -o-linear-gradient(top, #d93434, #8e1a1a);
  background-image: linear-gradient(#d93434, #8e1a1a);
  border-color: #8e1a1a #8e1a1a hsl(0, 69%, 28%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
