/* ## General
--------------------------------------------- */

body{
	background: #fff;
	font-family: 'Open Sans',serif;
	font-size: 14px;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Tinos', serif;
	color: #000;
	font-weight: 700;
	margin: 10px 0;
	line-height: 28px;
	text-rendering: auto;
}

h1{
	font-size: 28px;
}

p {
	font-family: inherit;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 1.25em;
}

input, select, textarea {
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 0.875em;
	border: 1px solid #cccccc;
	color: #333;
	padding: 0.5em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
button, input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.button {
	background-color: #3d485c;
}
button:hover, 
input:hover[type="button"], 
input:hover[type="reset"], 
input:hover[type="submit"], 
.button:hover {
	background-color: #7baedb;
}

a{
	color: #0690ca;
}

a.alignleft, 
img.alignleft, 
.wp-caption.alignleft {
	margin: 0 10px 10px 0;
}

.single .entry-content p.wp-caption-text{
	font-size: 12px;
	line-height: normal;
}
.fyre .fyre-moderator{
	display: none !important;
}

.single .entry-content p.wp-caption-text{
	font-size: 12px;
	line-height: normal;
}
.fyre .fyre-moderator{
	display: none !important;
}
.nrelate_flyout .nr_inner a.nr_panel{
	min-height: inherit !important;
} 
.nrelate h3.nr_title{
	font-size: 18px !important;
	font-family: 'Open Sans',serif;
}
.nrelate_huf .nr_excerpt {
	font-size: 13px!important;
}
.nrelate_animate_style_nyt .nr_inner{
	padding: 0 !important;
}

/* ## Structure
--------------------------------------------- */
.site-container{
	position: relative;
	max-width: 1054px;
	margin: 0 auto;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.50);
	-moz-box-shadow:    0px 0px 30px 10px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.50);
}
.site-header{
	padding: 0 40px;
	overflow: hidden;
}
.site-inner{
	padding-top: 25px;
}
.content-sidebar-wrap{
	padding: 0 40px;
	overflow: hidden;
}
.sidebar-primary{
	width: 300px;
}
.clear{
	clear: both;
}
.archive-pagination li a{
	background-color: #3d485c;
}
.archive-pagination li a:hover, 
.archive-pagination .active a{
	background-color: #7baedb;
}

/* ## Header
--------------------------------------------- */
.site-header{
	background: url('../images/fs-masthead-bg.jpg') no-repeat;
	height: 142px;
	min-height: inherit;
}
.site-header .wrap{
	padding: 0;
}
.title-area{
	padding: 0;
}
.nav-primary{
	background: #eaeaea;
	-webkit-box-shadow: 0 10px 6px -6px #b8b8b8;
	-moz-box-shadow: 0 10px 6px -6px #b8b8b8;
	box-shadow: 0 10px 6px -6px #b8b8b8;
	padding: 0 40px;
}
.nav-primary .genesis-nav-menu > li{
	position: relative;
	color: #fff;
}
.nav-primary .genesis-nav-menu a{
	font-weight: normal;
	font-size: 14px;
	padding: 0 15px;
	height: 48px;
	line-height: 48px;
	text-transform: uppercase;
	color: #000000;
}
.nav-primary .genesis-nav-menu a:hover, 
.nav-primary .genesis-nav-menu .current-menu-item > a{
	color: #1f6289;
}

select.responsiveMenuSelect{
	background: none;
	border: none;
	box-shadow: none;
}

.leaderboard{
	margin: 0 auto 25px auto;
	width: 970px;
	height: auto;
	text-align: center;
	z-index: 10 !important;
}

/* ## Entry Content
--------------------------------------------- */
.entry-title{
	line-height: 34px;
}
h1.entry-title{
	font-size: 36px;
	border-bottom: 6px solid #ccd5e0;
	padding-bottom: 14px;
	margin-bottom: 5px;
	margin-top: 0;
	line-height: 34px;
}
h2.entry-title{
	font-size: 36px;
	border-bottom: 6px solid #ccd5e0;
	padding-bottom: 14px;
	margin-bottom: 5px;
	margin-top: 0;
	line-height: 34px;
}
.entry-title a:hover {
	color: #0690ca;
}
.entry{
	padding: 0;
	position: relative;
	margin-bottom: 25px;
}
.featured-image{
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}	
.featured-image img{
	float: left;
	width: 100%;
}

.featured-image .date {
	font-size: 12px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0,0,0,0.6);
	color: #fff;
	padding: 8px;
}
.single .featured-image{
	margin-bottom: 0;
}
.entry a.view-more {
	margin-left: 5px;
	text-decoration: none;
	color: #0690ca;
	font-weight: bold;
}

.entry-footer{
	margin-bottom: 14.5px;
}
.entry-header-meta{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 6px 0;
	margin-bottom: 10px;
	padding-left: 5px;
	margin-top: 15px;
}
.entry-post-meta .comments-count a, 
.entry-post-meta .posted-in a, 
.entry-post-meta .author-name a {
	color: #bcbcbc;
	font-size: 12px;
	text-transform: uppercase;
}
.entry-header-meta a {
	color: #141414 !important;
}
.entry-post-meta .author-name  {
	background: url('../images/user-icon.png') no-repeat;
	display: inline-block;
	height: 14px;
	color: #bcbcbc;
	font-size: 12px;
	padding-left: 18px;
	margin-right: 10px;
	line-height: 13px;
}
.entry-post-meta .comments-count {
	background: url('../images/comment-icon.jpg') no-repeat;
	display: inline-block;
	height: 12px;
	padding-left: 18px;
	line-height: 9px;
	margin-right: 10px;
}
.entry-post-meta .posted-in {
	background: url('../images/category-icon.png') no-repeat;
	display: inline-block;
	height: 14px;
	padding-left: 14px;
	line-height: 11px;
	color: #bcbcbc;
}
.home .entry-content p,
.archive .entry-content p{
	margin-bottom: 10px;
}

.archive-description, .author-box{
	padding: 14.5px;
}

.comment-respond, .entry-pings{
	padding: 0;
}

.article-header{
	background: #fff;
	overflow: hidden;
	margin-bottom: 20px;
}
.article-header h1{
	font-size: 60px;
	margin: 0 0 10px 0;
	line-height: 60px;
}
.article-header img{
	width: 100%;
	max-width: 100%;
}
.article-header .article-title .entry-header-meta{
	border: none;
}

/* ## Single Content
--------------------------------------------- */
.single .entry{
	padding: 0;
	margin-bottom: 20px;
	color: #000;
}
.single .entry-content{
	position: relative;
	font-size: 14px;
}
.single .entry-content p{
	font-size: 14px;
}
.entry-comments {
	padding: 0;
}
.comment-respond, 
.entry-comments, 
.entry-pings {
	margin-bottom: 20px;
}

/* ## Responsive Video
--------------------------------------------- */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ## Author Box
--------------------------------------------- */
.authorbox{
	border-bottom: 1px solid #ccc;
	font-size:13px;
	overflow: hidden;
	margin-top: 15px;
}
.authorbox h4{
	font-size: 25px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.authorbox .author-pic{ 	
	float: left;
	margin-right: 11px;
}
.authorbox a{
	font-weight: bold;
}
.author  .authorbox{
	margin-top: 0;
	margin-bottom: 15px;
} 
.author h2.widget-title{
	margin-bottom: 25px;
}

.author-box{
	border-bottom: 1px solid #ccc;
	font-size:13px;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 0 0 15px 0;
}
.author-box-title{
	margin-top: 0;
}
.alignleft .avatar, .author-box .avatar {
	margin-right: 11px;
}
	
/* ## Sidebar
--------------------------------------------- */
.sidebar{
	font-size: 14px;
}
.sidebar .widget{
	background: none;
	padding: 0;
	margin-bottom: 20px;
}
.widget-title{
	margin-bottom: 10px;
	background: url('../images/fs-widget-title-bg.jpg');
	color: #070707;
	padding: 15px;
	font-size: 15px;
	margin-top: 0;
	line-height: normal;
	font-family: 'Open Sans',serif;
	text-transform: uppercase;
}
.sidebar .sidebar-box {
	background: #fff;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
	overflow: hidden;
	padding: 10px 15px;
}
.sidebar li {
	border-bottom: none;
}
a.social-media-icons{
	display: inline-block;
	transition: all 0.5s;
}
a.social-media-icons:hover{
	transform: translateY(-3px);
}

/* ## Custom Widgets
--------------------------------------------- */
.theme_blog_widget li{
	border: 1px solid #ccc;
	overflow: hidden;
	padding-bottom: 0;
	margin-bottom: 17px;
}
.theme_blog_widget .post-thumb{
	overflow: hidden;
}
.theme_blog_widget .post-thumb img{
	float: left;
}
.theme_blog_widget .detail{
	padding: 17px;
}
.theme_blog_widget .detail .entry-title{
	font-size: 14px;
	font-family: 'Open Sans',serif;
	line-height: normal;
	margin-bottom: 0;
	text-transform: uppercase;
}
.theme_blog_widget .detail .date{
	font-size: 11px;
}

.sofrep-comments-list{
	border: 1px solid #cccccc;
	padding: 17px;
}
.sofrep-comments-list li{
	overflow: hidden;
	padding-bottom: 17px;
	margin-bottom: 17px;
	border-bottom: 1px solid #ccc;
}
.sofrep-comments-list li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.sofrep-comments-list .sofrep-comment-avatar{
	float: left;
	margin-right: 10px;	
}
.sofrep-comments-list .sofrep-comment-avatar img{
	float: left;
}
.sofrep-comments-list .sofrep-comment-content a{
	color: #000;
	font-size: 13px;
	line-height: normal;
}

/* ## Newsletter
--------------------------------------------- */
.af-form-wrapper{
	background: #0b0b0b url('../images/fs-newsletter-bg.jpg');
	width: 300px;
	height: 234px;
	overflow: hidden;
	padding: 10px 34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.af-form-wrapper label{
	display: none;
}
.af-form-wrapper h4{
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
}
.af-form-wrapper input.text{
	margin-bottom: 14px;
}
.af-form-wrapper input.submit{
	border: none;
	background: none;
	padding: 0;
	margin: 0 auto;
}

/* ## Footer
--------------------------------------------- */

.site-footer{
	padding-top: 0;
	padding-bottom: 0;
	font-size: 12px;
}
.site-footer .footer-bottom{
	padding: 14.5px;
	background: #000;
	color: #fff;
	overflow: hidden;
}
.site-footer .footer-bottom p{
	text-align: left;
	font-size: 12px;
	width: 50%;
	float: left;
	color: #fff;
}
.site-footer .footer-bottom p a{
	color: #fff;
}
#footer-menu{
	float: right;
	width: 50%;
}
#footer-menu ul{
	float: right;
}
#footer-menu ul li{
	display: inline-block;
	margin-right: 10px;
}
#footer-menu ul li:last-child{
	margin-right: 0;
}
#footer-menu ul li a{
	color: #fff;
	font-weight: normal;
}

#sofrep-network-feed{max-width: 990px;width:100%;margin: 0 auto;background: #fff;overflow: hidden;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 0 2%;}
#sofrep-network-feed .site-title{text-align: center;border-top: 1px solid #cecece;border-bottom: 1px solid #cecece;padding: 8px 0;}
#sofrep-network-feed .site-title a {height: 17px;width: 138px;display: block;background: url('../images/sofrep-network.jpg') no-repeat;float:none;min-height: inherit;}
#sofrep-network-feed .site-title {padding: 10px 0;border-bottom: solid 1px #ddd;text-indent: -9999px;}
#sofrep-network-feed .site-title.navyseals a {background-position: 0 -16px;}
#sofrep-network-feed .site-title.loadoutroom a {background-position: 0 -33px;}
#sofrep-network-feed .site-title.hotextract a {background-position: 0 -53px;}
#sofrep-network-feed .site-title.thearmsguide a {background-position: 0 -72px;}
#sofrep-network-feed .site-title.teamroom a {background-position: 0 -91px;}
#sofrep-network-feed .site-title.militaryposh {padding-bottom:8px;}
#sofrep-network-feed .site-title.militaryposh a {background-position: 0 -109px;height: 19px;}
#sofrep-network-feed .site-title.transitionhero a {background-position: 0 -127px;height: 19px;}
#sofrep-network-feed .site-title.specialoperations {padding: 8px 0;}
#sofrep-network-feed .site-title.specialoperations a{background-position: 0 -149px;height: 21px;}
#sofrep-network-feed .site-title.sofrep a{margin-top: 3px;height: 15px;}
#sofrep-network-feed  ul{list-style: none;margin: 0;line-height: normal;}
	#sofrep-network-feed  ul li{margin-top: 7px;text-align: left;}
	#sofrep-network-feed  ul li a{font-size: 12px;color: #333333;}
#sofrep-network-feed .one_fourth{margin-right: 4%;float: left;width: 22%;margin-bottom:28px;}
#sofrep-network-feed .one_fifth{margin-right: 4%;float: left;width: 16.8%;}
#sofrep-network-feed .one_sixth{margin-right: 2%;float: left;width: 15%;}
.last {margin-right: 0 !important;float: right !important;}
#sofrep-network-feed .feedTitle,
#sofrep-network-feed .date,
#sofrep-network-feed .feedItemAuthor,
#sofrep-network-feed ul div,
#sofrep-network-feed #creditfooter{display: none;}

#sofrep-network-feed .site-title.defensewife{
	text-align: left;
	position: relative;
	text-indent: 0;
	height: 42px;
}
#sofrep-network-feed .site-title.defensewife a{
	background: none;
	position: absolute;
	left: 0;
	display: block;
	top: 6px;
}
#sofrep-network-feed .site-title.fightersweep{
	text-align: left;
	position: relative;
	text-indent: 0;
	height: 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#sofrep-network-feed .site-title.fightersweep a{
	background: none;
	position: absolute;
	left: 0;
	display: block;
	top: 13px;
	width: auto;
}
#sofrep-network-feed .site-title.fightersweep a img{
	display: block;
}

#force12-network{
	background: #6b6b6b url('../images/force12-footer-bg.jpg') repeat-x;
	text-align: center;
	height: auto;
	overflow: hidden;
	margin-bottom: 28px;
	padding: 0 10px;
}
#force12-network a{
	margin-top: 16px;
	margin-bottom: 16px;
	display: inline-block;
}

/* ## No Results on Seach Page
--------------------------------------------- */
.no-search-results .entry-content .search-form{
	width: 100%;
}
.no-search-results input[type=search]{
	width: 100%;
	max-width: 300px;
	float: left;
	margin-right: 10px;
}
.no-search-results input[type="submit"]{
	padding: 4px 25px;
}

/* ## Social Media Bar
--------------------------------------------- */
#floating-bar-sticky-wrapper{height: auto !important;}
#floating-bar{z-index: 1000;max-width: 990px;width: 100%;margin-bottom: 15px;} 
.is-sticky #floating-bar{background: #fff;-webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 5px 12px -7px;-moz-box-shadow:: rgba(0, 0, 0, 0.498039) 0px 5px 12px -7px;box-shadow: rgba(0, 0, 0, 0.498039) 0px 5px 12px -7px;padding-top:10px;padding-bottom: 5px;}
#floating-bar .share-count{display: inline-block;float: left;margin-right: 7px;font-size: 13px;border-right: 1px solid #ccc;font-family: Arial;padding: 4px 7px 4px 0;color: gray;}
#floating-bar .share-count span{font-weight: bold;color: #000;}
#floating-bar .top-links{
	float: left;
	padding-right: 10px;
	margin-right: 8px;
	border-right: 1px solid #ccc;
	height: 20px;
}
#floating-bar .top-links .icon-home{
	margin-right: 10px
}

.addthis_toolbox {max-width: 370px;float: left;width:100%;}
.addthis_toolbox a:hover{opacity: 1;}
.addthis_20x20_style .addthis_counter.addthis_bubble_style{width: 35px !important;}
.toolbar-meta{float: right;width: 300px;}
	.toolbar-meta .fb-like-btn{float: right;display: inline;width: 95px !important;}
	.toolbar-meta .fb-like-btn span iframe[style]{width: 90px !important;}
	.toolbar-meta .twitter-follow-button{float: right;}
	.toolbar-meta .youtube-follow{float: right;}
	

/* ## Share This Article
--------------------------------------------- */
.share{
	margin-top: 15px;
	position: relative;
	height: 34px;
}
.share .addthis_toolbox {
	display: none;
	position: absolute;
	left: 0;
	bottom: 11px;
}
.share-blurb {
	cursor: pointer;
}	
.share-blurb div {
	text-transform: uppercase;
	font-size: 14px;
	padding: 6px 19px;
	background-color: #EAEAEB;
	color: #909091;
	display: inline-block;
	font-weight: bold;
}	

/* Start Flex Slider Styles
----------------------------------*/ 		
.trend-slider{
	position: relative;
	overflow: hidden;
	max-width: 1054px;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    inset 0px 0px 8px 0px rgba(50, 50, 50, 0.6);
	box-shadow:         inset 0px 0px 8px 0px rgba(50, 50, 50, 0.6);
	background: #EAEAEA;
	padding: 20px 35px;
	padding-left: 0.9375em;
	padding-right: 0.9375em;
	margin: 30px -32px;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	margin: 0 -40px 25px -40px;
}
.flexslider-guide{width: 100%;text-align: center;background: #000;display: block;color: #fff;font-size: 12px;padding: 5px 4px;text-transform: uppercase;position: relative;}
.flexslider-guide img{ margin-right: 3px; height: 12px; }
.flexslider{
	width: 100%;
	box-shadow: none;
	margin: 0;
	border: none;
}

.flexslider .slides > li .image-thumb{
	max-width: 50%;
	max-height: 160px;
	position:relative;
	float: left;
	background: #000;
}

.flexslider .slides > li .image-thumb a:hover img{
	opacity: 0.7;
}

.flexslider .slides > li .title{
	max-width: 50%;
	background: #000;
	padding: 10px;
	position: relative;
	overflow: hidden;
	float: left;
	height: 160px;
	max-height: 160px;
	-webkit-box-shadow: inset 0 0 2px #cccccc;
	-moz-box-shadow: inset 0 0 2px #cccccc;
	box-shadow: inset 0 0 2px #cccccc;
}
.flexslider .slides > li .title:hover{
	background:#fff;
}
.flexslider .slides > li .title h2{
	font-weight: 700;
	margin: 0;
	word-wrap: break-word;
	text-transform: uppercase;
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	max-height: 138px;
	line-height: normal;
	font-family: 'Open Sans',sans-serif;
}
.flexslider .slides > li .title h2 a{
	color: #ffffff;
	display: block;
	max-height: 138px;
}
.flexslider .slides > li .title h2 a:hover,
.flexslider .slides > li .title:hover h2 a{
	color: #000;
}

.flexslider .slides > li .hot-num{
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #fff;
	z-index: 5;
	width: 19px;
	text-align: center;
	font-size: 13px;
}
.carousel li{
	margin-right: 0;
}
.flex-direction-nav a {
	width: 32px; 
	height: 32px; 
	background: url(images/direction_nav.png) no-repeat 0 0; 
	text-indent: 9999px;
}
.flex-direction-nav a:before{
	display: none;
}
.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -36px;
}

/* End Flex Slider Styles
----------------------------------*/ 	

/* ## Related Post
--------------------------------------------- */
#below-content-related-posts{
	margin-top: 25px;
	margin-bottom: 20px;
}
#below-content-related-posts .wp_rp_wrap .related_post_title{
	font-size: 25px;
	font-weight: normal;
}
#below-content-related-posts ul.related_post li{
	width: 116px !important;
}
#below-content-related-posts ul.related_post li a{
	font-weight: normal;
	color: #000;	
}
#below-content-related-posts ul.related_post li img{
	width: 116px !important;
	height: 116px !important;
}
#below-content-related-posts .wp_rp_footer{
	display: none;
}

#on-content-related-posts{
	float: left;
	width: 200px;
	margin-right: 20PX;
	border-top: 4px double #ccc;
	padding: 2px 0 10px 0;
	border-bottom: 4px double #ccc;
	margin-bottom: 8px;
}
#on-content-related-posts ul.related_post{ 
	padding: 0 !important;
	margin: 0 0 0 17px !important;
	list-style: square !important;
	font-size: 11px;
}
#on-content-related-posts ul.related_post li{
	margin: 0 0 8px 0 !important;
	display: list-item !important;
	width: 100% !important;
	line-height: normal;
}
#on-content-related-posts ul.related_post li:last-child{
	margin-bottom: 0 !important;
}
#on-content-related-posts ul.related_post li a{
	font-weight: normal !important;
	margin-bottom: 0 !important;
	line-height: normal !important;
	color: #000;
}
#on-content-related-posts ul.related_post li a.wp_rp_thumbnail{
	display: none !important;
}
#on-content-related-posts h3.related_post_title{
	font-size: 14px !important;
	margin: 0 !important;
}
#on-content-related-posts .wp_rp_footer{
	margin-top: 10px;
}	

#disqus_thread{
	margin-bottom: 40px;
}

/* ## Responsive Web Design
--------------------------------------------- */
@media only screen and (min-width: 1054px){
	body{
		background: #fff url('../images/fs-body-bg.jpg') fixed no-repeat top center;
		/*background: #000 url('../images/SOAM-FS-Bkg-v1a.jpg') fixed no-repeat top center;*/
	}
	.content{
		width: 630px;
	}
}

@media only screen and (max-width: 1200px){
	.site-inner, .wrap {
		max-width: 100%;
	}
}
@media only screen and (max-width: 960px){
	.content-sidebar-wrap{
		padding-left: 0.9375em;
		padding-right: 0.9375em;
	}
	.leaderboard{
		display: none;
	}
	.site-header{
		padding: 0 10px;
	}
	.nav-primary{
		padding-left: 0.9375em;
		padding-right: 0.9375em;	
	}
}
@media only screen and (max-width: 800px){
	.site-inner, .wrap {
		padding-left: 0;
		padding-right: 0;
	}
	#sofrep-network-feed .one_fourth,
	#sofrep-network-feed .one_fifth,
	#sofrep-network-feed .one_sixth {
		margin-right: 0;
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	.sidebar{
		float: none;
		margin: 0 auto;
	}
	.toolbar-meta{
		display: none;
	}
	#footer-menu{
		float: none;
		width: 100%;
	}
	#footer-menu ul{
		float: none;
		margin: 0 auto;
		display: inline-block;
	}	
}