/* BEGIN myfoo */ 
html {
	overflow-y: scroll;
} /* Forces a scrollbar when the viewport is larger than the websites content - CSS3 */
p {
	text-align: justify;
}
a {
	outline: 0 none;
	color: #06C;
}
a:link, a:visited {
	outline: 0 none;
	color: #096;
	text-decoration: none;
}
a:hover, a:focus {
	outline: 0 none;
	color: #36C;
}
.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;
}
.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: 2px;
	width: 98%;
	background-color: #E6C059;
	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;
}
.myshadow {
	box-shadow: 0 0 6px black;
	-webkit-box-shadow: 0 0 6px black;
}
img {
	width: 100%
}
.imgholder, .imgl, .imgr {
	border: #9CC2D7 1px solid;
	border-radius: 4px;
	padding: 4px;
}
.imgl {
	float: left;
}
.imgr {
	float: right
}
.glass {
	border-radius: 15px;
	margin: 10px auto;
	-moz-box-shadow: 0 0 1.5em black;
	-webkit-box-shadow: 0 0 1.5em black;
	box-shadow: 0 0 0.5em black;
	background-color:#000;
	color:#FFF;
}
.boxshadow {
	-webkit-box-shadow: 0 0 8px #222;
	box-shadow: 0 0 8px #222;
}
/* ============ END myfoo ===================== */
/* ===== BEGIN Mobile Nav Hide switch CSS ====== */

.navbar {
	border-radius: 15px;
	margin-bottom: 0;
}
@media (min-width: 992px) {
.hideover768 {
	display: none;
}
}
@media (max-width: 992px) {
.hideunder768 {
	display: none;
}
.navbar {
	border-radius: 0px;
}
body {
	margin-top: 50px;
}
}
/* ===== END Mobile Nav Hide switch CSS ====== */
/*======== 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=85)";
	/* Netscape */
	-moz-opacity: 0.85;
	/* Safari 1.x */
	-khtml-opacity: 0.85;
	/* Good browsers */
	opacity: 0.85;
	font-size: 18px
}
/*====== end nav flux =========== */
/*====== 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;
}
/*====== End Carousel Fade =========== */
/*====== Begin CSS3 Overides & adds =========== */

body {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.42);
	-webkit-font-smoothing: antialiased;
	color: #333 !important;
	background-color: #000;
	/*background-image: url(/img/bkgmassage.jpg);
	background-attachment: fixed;*/
	
	font-size: 170%
}
.container-fluid {
	max-width:1700px;
	margin:auto;
	padding:5px 15px;
}

.tangerine {
	font-family: 'Tangerine', cursive;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 50px;
}
@media (max-width: 768px) {
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
}
.logo {
	width: 100%;
	max-width: 800px;
	border-radius:7px;
}
.page-header {
	border-bottom: 0;
	/*background-image: url(/img/wave.jpg);
	background-position: top;
	background-repeat: no-repeat;*/
	background-image: url(/img/footerbak.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border-radius: 10px;
	margin: 0 -15px;
	padding-bottom: 0px;
}
.navrap {
	max-width: 800px;
	margin: 0 auto;
	border: 0px solid #CCC;
	display: block;
}
.navbar {
	background-color: hsl(98, 0%, 1%) !important;
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#686868", endColorstr="#020202");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#686868), to(#020202));
	background-image: -moz-linear-gradient(top, #686868, #020202);
	background-image: -ms-linear-gradient(top, #686868, #020202);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #686868), color-stop(100%, #020202));
	background-image: -webkit-linear-gradient(top, #686868, #020202);
	background-image: -o-linear-gradient(top, #686868, #020202);
	background-image: linear-gradient(#686868, #020202);
	border-color: #020202 #020202 hsl(98, 0%, -9%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.66);
	-webkit-font-smoothing: antialiased;
}
.navbar-inverse .navbar-nav > li > a:link, .navbar-inverse .navbar-brand:link, .navbar-inverse .navbar-nav > li > a:visited, .navbar-inverse .navbar-brand:visited {
	color: #FFF;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-brand:focus {
	color: #000;
	background-color: hsl(0, 0%, 25%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aaaaaa", endColorstr="#3f3f3f");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#aaaaaa), to(#3f3f3f));
	background-image: -moz-linear-gradient(top, #aaaaaa, #3f3f3f);
	background-image: -ms-linear-gradient(top, #aaaaaa, #3f3f3f);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aaaaaa), color-stop(100%, #3f3f3f));
	background-image: -webkit-linear-gradient(top, #aaaaaa, #3f3f3f);
	background-image: -o-linear-gradient(top, #aaaaaa, #3f3f3f);
	background-image: linear-gradient(#aaaaaa, #3f3f3f);
	border-color: #3f3f3f #3f3f3f hsl(0, 0%, 14.5%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.69);
	-webkit-font-smoothing: antialiased;
}
.navbar-nav > li:hover {
	background-color: hsl(0, 0%, 25%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aaaaaa", endColorstr="#3f3f3f");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#aaaaaa), to(#3f3f3f));
	background-image: -moz-linear-gradient(top, #aaaaaa, #3f3f3f);
	background-image: -ms-linear-gradient(top, #aaaaaa, #3f3f3f);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aaaaaa), color-stop(100%, #3f3f3f));
	background-image: -webkit-linear-gradient(top, #aaaaaa, #3f3f3f);
	background-image: -o-linear-gradient(top, #aaaaaa, #3f3f3f);
	background-image: linear-gradient(#aaaaaa, #3f3f3f);
	border-color: #3f3f3f #3f3f3f hsl(0, 0%, 14.5%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.69);
	-webkit-font-smoothing: antialiased;
}
.gradbak {
	/*background-color: hsl(201, 100%, 81%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eff9ff", endColorstr="#9eddff");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#eff9ff), to(#9eddff));
	background-image: -moz-linear-gradient(top, #eff9ff, #9eddff);
	background-image: -ms-linear-gradient(top, #eff9ff, #9eddff);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eff9ff), color-stop(100%, #9eddff));
	background-image: -webkit-linear-gradient(top, #eff9ff, #9eddff);
	background-image: -o-linear-gradient(top, #eff9ff, #9eddff);
	background-image: linear-gradient(#eff9ff, #9eddff);
	border-color: #9eddff #9eddff hsl(201, 100%, 77%);
	color: #333 !important;
	-webkit-font-smoothing: antialiased; */
}
.addy {
	font-size: 20px;
	text-align: center;
	color:#000;
}
.copyright, .copyright a {
	text-align: center;
	font-size: 10px;
	color: #efefef;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.footer {
	/*background-image: url(/img/footerbak.jpg);
	background-repeat: no-repeat;
	background-position: top;*/
	color:fff;
}
.trash {
	background-image: url(/img/broken-glass.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height:150px;
}
.gold {
	color:#FC0;
}
.newsclip {
}

