.hide-desktop{ display: inherit; }
.hide-mobiles{ display: none; }
body{ margin: 0 10px; }
img.responsive { width: 100%; }
.responsive{ width: auto !important; }

.responsive,
table{
	width: auto !important;
}
#header #logo{
	margin-top: 10px;
	width: auto !important;
	float: none !important;
	text-align: center;
}

#header #top-signup{
	display: none;
}
#header #connect-panel{
	display: none;
}


#content{
	width: auto;
	float: none;
	margin-right: 0px;
	padding: 0px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
}

#sidebar{
	width: auto;
	float: none;
	margin-top: 20px;
}

#main-nav{background: none;}
#main-nav ul { display: none; }
#main-nav select { 
	display: block;
	width: 100%;
}

.nav-search{
	position: inherit;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
}
.nav-search .search-input{
	background: none;
	width: 100%;
}


#featured-area{
	width: auto;
	margin: 20px auto 0 auto;
}

#featured-area .upcoming-events{
	width: auto;
	float: none;
	height: auto;
	overflow: hidden;
	background: #000;
	color: #fff;
	line-height: 1;
	position: relative;
}

#featured-area .upcoming-events .label{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	padding: 8px 10px;
	z-index: 100;
	background: #000;
	color: #fff;
	font-size: 9pt;
	font-weight: normal;
	text-transform: uppercase;
}

#featured-area .slideshow .slide{
	width: 100%;
	max-height: 392px;
	background: #000;
}
#featured-area .slideshow .slide .featured-post{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: auto;
	z-index: 100;
	background: url('../img/featured-bg.png') repeat;
}

.featured-post h2{
	background: #000;
	border: 1px solid #fff;
	border-left: 0px;
	border-right: 0px;
	font-size: 11pt;
	font-weight: normal;
	padding: 8px 10px;
	margin: 0px;
}

.featured-post p{
	padding: 8px 10px 0px 10px;
	line-height: 1.6;
	font-size: 10pt;
	font-style: italic;
	margin: 0px;
}

#featured-area .f-nav{
	display: none;
	padding: 0 5px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #000;
	color: #fff;
	z-index: 101;
}
#featured-area .upcoming-events:hover .f-nav{
	display: inherit;
}
#featured-area .f-nav a{
	color: #fff;
	text-transform: uppercase;
	font-size: 11pt;
	display: inline-block;
	padding: 5px 5px 5px 5px;
	font-family: "Times New Roman";
}

#featured-area .about-us{
	width: auto;
	float: none;
	margin-top: 20px;
	padding-bottom: 10px;
	background: #000 url('../img/bg-black.jpg') repeat;
	color: #fff;
	height: auto;
}

.about-us-container{
	padding: 10px 15px;
	font-size: 10pt;
}
.about-us-container .title{
	font-size: 13pt;
}
.about-us a{
	color: #fee223 !important;
}

.widget{
	height: auto !important;
}
.widget-content iframe{
	width: 100% !important;
}

.fb-iframe{
	border:none; 
	overflow:hidden; 
	width:auto; 
	height:258px;
}

.team-slideshow .slide{
	width: 100%;
	background: #fff;
	height: 200px;
	font-weight: bold;
}


.one_half,
.one_third{
	width: auto;
	float: none;
	clear: both;
	margin: 0px;
	margin-bottom: 20px;
}
#footer ul{
	display: none;
	background: #ccc;
}
#footer .textright{
	text-align: center;
}

