/* 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: #ccc 1px solid;
	border-radius: 4px;
	padding: 4px;
}
.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: 60px;
}
}
/* ===== 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(201, 100%, 33%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#42bcfe", endColorstr="#006da8");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#42bcfe), to(#006da8));
	background-image: -moz-linear-gradient(top, #42bcfe, #006da8);
	background-image: -ms-linear-gradient(top, #42bcfe, #006da8);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42bcfe), color-stop(100%, #006da8));
	background-image: -webkit-linear-gradient(top, #42bcfe, #006da8);
	background-image: -o-linear-gradient(top, #42bcfe, #006da8);
	background-image: linear-gradient(#42bcfe, #006da8);
	border-color: #006da8 #006da8 hsl(201, 100%, 25.5%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.49);
	-webkit-font-smoothing: antialiased;
}
@media (max-width: 992px) {
.navbar {
	border-radius: 0;
}
}
.navbar-inverse .navbar-nav > li > a {
	color: #FFF;
	font-size: 16px;
}
.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: #FFF;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #FF6;
}
}
/* ===== end navbar overrides ===== */
/* ===== begin bootstrap overrides ===== */
body {
	font-size: 125%;
	/*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; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.69); -webkit-font-smoothing: antialiased;*/
	background-image: url(/img/bak.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
body p {
	font-size: 125%;
	color: #333;
}
.container {
	border-radius: 0 0 15px 15px;
	margin-bottom: 15px;
	background-image: url(/img/trans-wht-30.png);
	padding-bottom: 15px;
}
@media (max-width: 992px) {
.container {
	border-radius: 0;
}
}
.row {
	border-radius: 7px;
	background-image:url(/img/trans-wht-50.png);
	margin: 7px;
}
.norowbak {
	background-image:none;
	background-color: transparent;
	margin: 0;
}
.logo {
	margin:5px 0px;
	padding:0 5px;
}
.hometxt {
	font-size:18px;
}
h1 {
	font-size:28px;
}
.buttons {
	max-width:102px;
}
.sidecol {
	text-align:center;
	padding:5px 0
}
.footer {
	background-image:url(/img/footerbak.jpg);
	height:156px;
}
.copyright {
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	margin: 5px;
	color: #333;
}
.copyright a:link, .copyright a:visited {
	color: #009;
}
.copyright a:hover {
	color: #06F;
}
.cam {
	max-width:100%;
}
.mobile-mode {
	margin-top:10px;
}
a.sidecontent:link, a.sidecontent:visited {
	width:90%;
	
	margin:5px auto 0 auto;
	border: #006 solid 1px;
	display:block;
	font-size:20px;
	text-decoration:none;
	-webkit-box-shadow: 0 0 3px black;
	box-shadow: 0 0 3px black;
	-webkit-border-radius: 10px;
	border-radius: 4px;
	font-weight:bold;
	padding:3px;
	color:#006;
	
	background-color: hsl(201, 100%, 30%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a5ff", endColorstr="#006399"); background-image: -khtml-gradient(linear, left top, left bottom, from(#00a5ff), to(#006399)); background-image: -moz-linear-gradient(top, #00a5ff, #006399); background-image: -ms-linear-gradient(top, #00a5ff, #006399); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a5ff), color-stop(100%, #006399)); background-image: -webkit-linear-gradient(top, #00a5ff, #006399); background-image: -o-linear-gradient(top, #00a5ff, #006399); background-image: linear-gradient(#00a5ff, #006399); border-color: #006399 #006399 hsl(201, 100%, 25%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased;
}
a.sidecontent:hover, a.sidecontent:active {
	border: #006 solid 1px;
	-webkit-box-shadow: 0 0 1px black;
	box-shadow: 0 0 1px black;
	color:#009;
	background-color:#FFF;
	background-image:url(images/buttondown.png);
	
	 background-color: hsl(201, 100%, 37%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#23b2fe", endColorstr="#007abc"); background-image: -khtml-gradient(linear, left top, left bottom, from(#23b2fe), to(#007abc)); background-image: -moz-linear-gradient(top, #23b2fe, #007abc); background-image: -ms-linear-gradient(top, #23b2fe, #007abc); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #23b2fe), color-stop(100%, #007abc)); background-image: -webkit-linear-gradient(top, #23b2fe, #007abc); background-image: -o-linear-gradient(top, #23b2fe, #007abc); background-image: linear-gradient(#23b2fe, #007abc); border-color: #007abc #007abc hsl(201, 100%, 32%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased;
}

