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

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

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: #555;
}
button:hover, 
input:hover[type="button"], 
input:hover[type="reset"], 
input:hover[type="submit"], 
.button:hover {
	background-color: #000;
}

a{
	color: #000;
}

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;
}

.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: 1030px;
	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 32px;
	overflow: hidden;
}
.site-inner{
	padding-top: 25px;
}
.content-sidebar-wrap{
	padding: 0 32px;
	overflow: hidden;
}
.sidebar-primary{
	width: 300px;
}
.clear{
	clear: both;
}
.archive-pagination li a{
	background-color: #555;
}
.archive-pagination li a:hover, 
.archive-pagination .active a{
	background-color: #000;
}

/* ## Header
--------------------------------------------- */
.site-header{
	background: #000;
	height: 81px;
	min-height: inherit;
}
.site-header .wrap{
	padding: 0;
}
.title-area{
	padding: 0;
}
#site-logo{
	margin-top: 22px;
}
.nav-primary{
	background: #393939;
	-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 32px;
}
.nav-primary .genesis-nav-menu > li{
	position: relative;
	color: #fff;
}
.nav-primary .genesis-nav-menu > li > a{
	font-weight: normal;
	padding: 0 15px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	padding: 0 24px;
	font-family: Courier;
	font-size: 13px;
}
.nav-primary .genesis-nav-menu a:hover, 
.nav-primary .genesis-nav-menu .current-menu-item > a{
	color: #FC0;
}
.nav-primary .genesis-nav-menu > li:first-child > a{
	padding-left: 0;
}
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #FFF;
	background: #000;
	padding: 12px 24px;
	border: none;
	font-size: 12px;
}
.nav-primary .genesis-nav-menu .sub-menu a:hover {
	color: #FC0;
}


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{
	line-height: 34px;
	border-bottom: 6px solid #999;
	padding-bottom: 14px;
	margin-bottom: 5px;
}
.entry-title a:hover {
	color: #000;
}
.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: #000;
	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;
	margin-bottom: 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: #000;
	color: #FFF;
	padding: 10px 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;
}

/* ## 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;
	width: 100%;
}
.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: #000 url(../images/newsletter-bg.jpg) no-repeat; 
	width: 300px;
	height: 312px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial,sans-serif;
}
.af-form-wrapper #newsletter-fname{
	position: absolute;
	top: 120px;
	left: 34px;
	border: 1px solid #000;
	padding: 10px;
	font-size: 16px;
	width: 231px;
	height: 41px;
	color: #999999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.af-form-wrapper #newsletter-email{
	position: absolute;
	top: 174px;
	left: 34px;
	border: 1px solid #000;
	padding: 10px;
	font-size: 16px;
	width: 231px;
	height: 41px;
	color: #999999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.af-form-wrapper #frequency-container{
	position: absolute;
	top: 231px;
	left: 34px;
	color: #fff;
	font-size: 14px;
	width: 100%;
}
.af-form-wrapper #frequency-container input[type=radio]{
	margin: 0;
	display: inline-block;
}
.af-form-wrapper #frequency-container #navyseals-week{
	margin-left:20px;
}
.af-form-wrapper #newsletter-submit{
	position: absolute;
	top: 259px;
	left: 34px;
	background: #052f58 url(../images/newsletter-button-bg.jpg) repeat-x;
	line-height: 41px;
	height: 41px;
	width: 231px;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 18px;
	padding: 0;
}

.sidebar div.moonray_forms fieldset input{
	width: 100%;
	padding: 10px;
}
.sidebar .mr_submitbutton_image{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	display: inline-block;
}

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

.site-footer{
	padding-top: 0;
	padding-bottom: 10px;
	font-size: 12px;
}
.site-footer .footer-bottom{
	padding: 0 14.5px;
}
.site-footer .footer-bottom p{
	text-align: left;
	font-size: 12px;
}
.site-footer .footer-bottom p a{
	color: #1b1b1b;
}

#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% 20px 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  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_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;
}
#sofrep-network-feed .site-title.fightersweep a{
	background: none;
	position: absolute;
	left: 0;
	display: block;
	top: 13px;
}
#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;
}

/* ## 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 Transition Hero Jobs
----------------------------------*/ 
#th-latest-jobs-container{
	border: 1px solid #000;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #fff;
}
#th-latest-jobs-container p,
#th-logo p,
#th-post-a-job-container p{
	margin: 0;
	padding: 0;
}
#th-logo{
	background: #000 url('../images/th-logo-bg.jpg') repeat-x;
	text-align: center;
	max-height: 45px;
}
#th-logo a{
	padding: 0 14px;
	display: block;
}
#th-logo a:hover{
	background: none;
}
#th-logo img{
	margin: 14px 0;
	max-width: 100%;
}
#th-heading{
	background: #f2f3f5 url('../images/th-heading-bg.jpg') repeat-x;
	text-align: center;
	color: #000;
	font-size: 18px;
	padding: 13px 5px;
	font-weight: 700;
	border-bottom: 1px solid #000;
}
#th-latest-jobs-container .feedburnerFeedBlock ul{
	list-style: none;
	width: 100%;
	margin: 0;
}
#th-latest-jobs-container .feedburnerFeedBlock ul li {
	border-bottom: 2px solid #f5f5f5;
	margin: 0;
	padding: 0;
}
#th-latest-jobs-container .feedburnerFeedBlock ul li:last-child {
	border-bottom: none;
}
#th-latest-jobs-container .feedburnerFeedBlock ul li a{
	color: #000;
	text-decoration: none;
	font-size: 14px;
	padding: 8px 10px;
	font-weight: bold;
	display: block;
	line-height: normal;
}
#th-latest-jobs-container .feedburnerFeedBlock ul li a:hover{
	background: #f6f6f6;
}
#th-latest-jobs-container .feedburnerFeedBlock ul li a h3{
	font-size: 13px;
	margin-bottom: 5px;
}
#th-latest-jobs-container .feedburnerFeedBlock ul li a strong{
	color: #a39d9a;
}

#th-latest-jobs-container .feedburnerFeedBlock .feedTitle, 
#th-latest-jobs-container .feedburnerFeedBlock #creditfooter {
	display: none !important;
}

a#find-a-job{
	float: right;
	color: #0000ff;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	margin: 10px;
}

#th-post-a-job-container{
	background: #dddddd url('../images/post-a-job-bg.jpg') repeat-x;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	min-height: 110px;
	padding: 5px 6%;
	text-align: center;
}
#th-post-a-job-container h2{
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin-bottom: 8px;
	margin-top: 0;
	line-height: normal;
}
#th-post-a-job-container a#post-a-job{
	background: #1a9acd url('../images/post-a-job-btn.jpg') repeat-x;
	display: inline-block;
	line-height: 40px;
	min-height: 40px;
	color: #fff;
	width: 100%;
	min-width: 205px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#th-post-a-job-container a#post-a-job:hover{	
	background: #1a9acd;
}
/* END Transition Hero Jobs
----------------------------------*/

/* ## Newsletter
--------------------------------------------- */
#newsletter{
	background: #000 url('../images/tlor-form-bg.jpg') no-repeat;
	width: 300px;
	height: 250px;
	position: relative;
}
#newsletter label{
	display: none;
}
#newsletter{
	background: #000 url('../images/tlor-form-bg.jpg') no-repeat;
	width: 300px;
	height: 250px;
	position: relative;
}
#newsletter label{
	display: none;
}
#newsletter input[type=text]{
	border: 1px solid #000;
	width: 100%;
	font-size: 14px;
	padding: 7px 15px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.07) inset;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

#newsletter .name-wrap {
	top: 88px;
	text-align: center;
	position: absolute;
}
#newsletter .email-wrap {
	top: 135px;
	text-align: center;
	position: absolute;
}

#newsletter #submit-btn{
	position: absolute;
	left: 34px;
	bottom: 21px;
}

/* Start Flex Slider Styles
----------------------------------*/ 		
.trend-slider{
	position: relative;
	overflow: hidden;
	max-width: 1030px;
	-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 -32px 25px -32px;
}
.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
----------------------------------*/

/* ## Responsive Web Design
--------------------------------------------- */
@media only screen and (min-width: 1030px){
	body{
		background: #000 url('../images/navy-seals-bg3.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: 1030px){
	.sidewing{
		display: none;
	}
}

@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_fifth,
	#sofrep-network-feed .one_sixth {
		margin-right: 0;
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	.sidebar{
		float: none;
		margin: 0 auto;
		clear: both;
	}
	.toolbar-meta{
		display: none;
	}
}