/*homepage only css sheet */
	body{
		background: black;
	}
	#bodyContent{
		border: none !important;
		background: none !important;
		box-shadow:none !important;
	}
	
	body {
		background: none !important;
	background-image: url("/images/hatch.png") !important;
	background-color: #010101 !important
	}

	#bodyContent{
		border: none !important;
		background: none !important;
	}
	
	a:active, a:focus { outline: none; }
	
	#slider-wrapper {
	position: relative;	
	}
	
	#container #bugReport {
		bottom: 5%;
		top: auto;	
		display: none;
	}
	
/* need to change the slider-wrapper height in responsive css */
#slider-wrapper3 {
	border-bottom: 1px solid rgba(255,255,255, .05);	
}

#mainslider {
	position: relative;	
}

.hide {
	min-height: 200px;
	display: block;	
}

#mainslider2 a {
	display: block !important;
}

#mainslider a img {
	width: 100%;
}
/*adjust in responsive css to show width 100% */

.flex-control-nav {
    bottom: -27px !important;
}

#mainslider .flex-control-paging li a {
	width: 14px !important;
	height: 14px !important;
	background:#000 !important;
	background: rgba(0,0,0, .6) !important;
	box-shadow: 1px 1px 1px rgba(255,255,255, .1) inset, -1px -1px 1px rgba(0,0,0, .9) inset;
}

#mainslider .flex-control-paging li a.flex-active, #mainslider .flex-control-paging li a:hover {
	background:#9c231f !important;
	background: rgba(156,35,31, .9) !important;
	box-shadow: 1px 1px 1px rgba(0,0,0, .6) inset, -1px -1px 1px rgba(0,0,0, .8) inset;
}

.slides li {
	display: none;
}

.slides li a, .slides li a img {
	border: 0;	
}

#mainslider {
	border-bottom: 6px solid #000;	
	border-bottom: 6px solid rgba(0,0,0, .5);
}

#mainslider ul {
	line-height: .8em;	
}

#mainslider li.flex-active-slide {
	position: relative;	
}

#mainslider .flex-direction-nav .flex-prev {
    background: url(/images/bg_direction_nav.png) no-repeat -10px 50% transparent;
    height: 48px;
    left: 10px;
    opacity: 0.0;
    width: 28px;
	
   -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#mainslider .flex-direction-nav .flex-next {
    background: url(/images/bg_direction_nav.png) no-repeat -60px 50% transparent;
    height: 48px;
    right: 10px;
    opacity: 0.0;
    width: 28px;
	 -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#mainslider:hover .flex-direction-nav .flex-prev, #mainslider:hover .flex-direction-nav .flex-next {
	opacity: .3;
	visibility:visible;
	 -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.animated, #mainslider li.flex-active-slide .flex-caption, .hide {
-webkit-animation-duration: 1.9s;
-moz-animation-duration: 1.9s;
-o-animation-duration: 1.9s;
animation-duration: 1.9s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
0% {opacity: 0;}	
100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
0% {opacity: 0;}	
100% {opacity: 1;}
}

@-o-keyframes fadeIn {
0% {opacity: 0;}	
100% {opacity: 1;}
}

@keyframes fadeIn {
0% {opacity: 0;}	
100% {opacity: 1;}
}

.fadeIn, #mainslider li.flex-active-slide .flex-caption, .hide {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
}

#mainslider .flex-caption {
	min-height: 10px;
	position: absolute;
	right: 0px;
	top: inherit;
	bottom: 3%;
	max-width: 35%;
	padding: 1em;
	font-size: 1.6em;
	color: #fff;
	text-shadow:-1px -1px 1px rgba(0, 0, 0, 0.4);
	background: url(/images/fpblack.png);
	background: rgba(0,0,0, .6);
	z-index: 9999;
	font-family:'Rockwell','Arvo',"Courier New",Courier,serif;
	opacity: 0;
}

#mainslider .flex-active-slide .flex-caption {
	opacity: 1;
}

@media screen and (max-width: 600px) {
	#mainslider .flex-caption {
		font-size: 1.2em;
		bottom: 0%;
    	max-width: 65%;
    	padding: 0.5em;	
		}
	#mainslider .flex-direction-nav .flex-next, #mainslider .flex-direction-nav .flex-prev {
		display: none !important;	
	}
	#slider-wrapper3 {
		margin-top: -20px;	
		}
		.socialbox .flex-direction-nav .flex-next, .socialbox .flex-direction-nav .flex-prev {
			background-size: 7px auto;	
		}
}

@media screen and (max-width: 800px) and (min-width: 601px) {
		#mainslider .flex-caption {
		font-size: 1.4em;
		bottom: 2%;
    	max-width: 45%;
    	padding: 0.9em;	
		}
		.socialbox .flex-direction-nav .flex-next, .socialbox .flex-direction-nav .flex-prev {
			background-size: 7px auto;	
		}
}

@media screen and (max-width : 600px) {
		#mainslider a img {
			min-height: 175px;
		}
}

@media screen and (max-width : 480px) {
		#mainslider .flex-caption {
		font-size: 1em !important;
    	max-width: 96%;
		top:inherit;
		bottom: 0px;
		left: 0px;
		right: 0px;
    	padding: 0.3em 2%;
		line-height:1.2em !important;
		}
		
		#mainslider a img {
			min-height: 150px;
		}
		
		.flex-caption .learnmore {
			display: inline-block !important;
			line-height:1em !important;
		}
}

@media screen and (max-width : 360px) {
		#mainslider a img {
			min-height: 130px;
		}
}

.flex-caption .learnmore {
	font-weight: 600;
	color: #BD2925;
	display: block;
	text-align:right;
	padding: 5px 0px;
	text-shadow:1px 1px 1px rgba(0,0,0, .6);
	font-size:.9em;
}

.flex-caption .learnmore span {
	
}

#mainslider li.flex-active-slide:hover .flex-caption .learnmore {
	text-decoration: underline;
}

div.homeContent, .homeContent, .bx-window, #happenings2 .flex-viewport, #happeningsUL li {
	box-shadow: 1px 2px 3px rgba(0,0,0, .85);
}

.homeContent .homeContent {
	box-shadow: none;	
}

#happenings {
	position: relative;	
}

#happeningsUL {
	margin-left: 0px;
	line-height: 0px;
}

#happeningsUL li:not(:first-child) {
	display: none;	
}

#happenings .flex-direction-nav .flex-prev {
	background-position: 4px 50%;
	background-size: auto 25px;
    box-shadow: 10px 0 5px -3px #000000 inset, -1px 0 1px rgba(255, 255, 255, 0.07);
    height: 208px;
    left: 0;
    top: 30px;
}

#happenings .flex-direction-nav .flex-next {
	background-position: -27px 50%;
	background-size: auto 25px;
    box-shadow: -10px 0 5px -3px #000000 inset, 1px 0 1px rgba(255, 255, 255, 0.06);
    height: 208px;
    right: 0;
    top: 30px;
}

#happenings .flex-direction-nav .flex-prev:hover, #happenings .flex-direction-nav .flex-next:hover {
	background-color: rgba(0,0,0, .35);	
}

#happenings .flex-direction-nav a {
	opacity: .8;
	margin:0 0;
}

/*new features plus new happs */
#new-feature {
	position: relative;
	padding-top: 10px;
	display: block;
}

#new-feature img {
	max-width: 210px;	
}

#new-feature div {
	background: url(/images/fpblack.png);
	background: rgba(0,0,0, .5);
    bottom: 3px;
    color: #FFFFFF;
    max-width: 190px;
    min-height: 30px;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
	font-family:'Rockwell','Arvo',"Courier New",Courier,serif;
	font-size:1em;
}

#new-feature div span {
	font-weight: 800;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
	display: block;
}

#new-feature:hover img{
	box-shadow: 0px 0px 6px rgba(0,0,0, .5);
}

#new-feature:hover div{
	background: rgba(0,0,0, .85);	
}

#new-feature:hover span {
	text-decoration: underline;	
}

/*new haps */
#happeningsUL li {
	display: block;
	width: 240px;
	height: 200px;
	background: #fff;
	margin-right: 20px;
	overflow:hidden;
	position:relative;
}

#happeningsUL li a {
	height: 200px;	
}

#happenings .flex-viewport {
	padding: 5px 0px 5px;
}

#happeningsUL li img {
	width:100%;
	max-width: 250px;
	display: block;
	margin-top: 0px !important;
}

#happeningsUL li p {
	background: #BD2925;
	font-family:'Rockwell','Arvo',"Courier New",Courier,serif;	
	margin: 0 0;
	padding: 15px 20px 12px;
	font-size: 1em;
	display: block;
	position:absolute;
	width: 210px !important;
	bottom: 0px;
	min-height: 60px;
	line-height:1.35em;
}

#happeningsUL li:hover {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

#happeningsUL li p span {
	font-weight: 800;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
	text-transform:uppercase;
	display:block;
}
/*trending  box */
ul#trendinglist {
	margin: 0 0;
}

.socialbox li {
	display: none;	
}

#trendinglist li .social-reply {
	display: none;	
}

.socialbox img.front-inst {
	width: 50%;
	margin:0 auto;
	display:block;
	border: 5px solid #fff;
}

.socialbox .flex-control-nav {
	position: relative;	
	bottom: inherit !important;
}

.socialbox .flex-control-paging li a {
	width: 8px;
	height: 8px;	
}

.socialbox .flex-direction-nav li {
	display: block;	
}

.socialbox .flex-direction-nav .flex-prev {
	opacity: .2;
	left: 5px;
	background:url(/images/bg_direction_nav.png) no-repeat -8px 50%;	
	background-size: auto 30px;
}

.socialbox .flex-direction-nav .flex-next {
	opacity: .2;
	right: 5px;
	background:url(/images/bg_direction_nav.png) no-repeat -22px 50%;	
	background-size: auto 30px;
}

.socialbox:hover .flex-direction-nav li a {
	opacity: .7 !important;	
}
