@media only screen and (max-width: 767px){
	@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fonts/league_gothic-webfont.eot');
    src: url('fonts/league_gothic-webfont.eot%3F') format('embedded-opentype'),
         url('fonts/league_gothic-webfont.woff') format('woff'),
         url('fonts/league_gothic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
 u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

.clear {
	clear:both;
}


body {
	line-height: 1;
	background:#333132;
	color:#333132;
	font:12px/18px Arial, Helvetica, sans-serif;
}

ol, ul {
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body{
	margin:0;
	/* min-width:1000px; */
}
a{
	text-decoration:none;
	color:#da4738;
}
a:hover{text-decoration:underline;}
#wrapper{
	width: 100%;
	/* overflow: hidden; */
	position: relative;
}
.w1 {
	/* width: 1020px; */
	/* position: relative; */
	/* float: left; */
	/* left: 50%; */
}
.w2 {
	/* width: 1020px; */
	/* position: relative; */
	/* float: left; */
	/* left: -50%; */
}
#header{
	width: 100%;
	overflow: hidden;
	position: relative;
	background:#fff;
	/* padding:0 0 5px; */
}
.logo{
	/* margin:10px 59px 0 40px; */
	/* width: 100%; */
	height:112px;
	overflow:hidden;
	/* float:left; */
	background: url('http://awiderbridge.org/wp-content/uploads/2014/07/AWB_logo-1.jpg') no-repeat;
	text-indent:-9999px;
	cursor:pointer;
	display: block;
	/* margin: 0 auto; */
	background-position: center;
}
.logo a{
	height:100%;
	display:block;
	/* text-align: center; */
}
.header-block{
	/* height:1%; */
	/* overflow:hidden; */
	width: 100%;
}
.container{overflow:hidden;}
.header-box{float:right;/* display: inline; */background: #a7a9ac;width: 100%;text-align: center;}
.subscribe-form{
	float:left;
	background: #a7a9ac;
	padding: 10px 0 11px 10px;
	display: inline-block;
}
.subscribe-form .field{
	background:#fff;
	color:#a7a9ac;
	padding:5px 10px;
	width:120px;
	float:left;
	height:15px;
	border:0;
	font:12px/15px Arial, Helvetica, sans-serif;
}
.subscribe-form .btn-subscribe{
	float:left;
	width:90px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font:21px/25px 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
	background:none;
	border:0;
	height:25px;
	padding:0;
	letter-spacing:1px;
}
.subscribe-form .btn-subscribe:hover{cursor:pointer;}
.social-networks{
  list-style: none;
	
  float:left;
	
  padding: 6px 0px 6px 0;
	background:#a7a9ac;
  display: inline-block;
  /* margin: 0 auto; */
}
.social-networks li{
	float:left;
	width:34px;
	height:34px;
	margin: 0 8px 0 0;
}
.social-networks a{
	display:block;
	height:100%;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/social-icons.png) no-repeat;
}
.social-networks .twitter a{background-position:-45px 0;}
.social-networks .rss a{background-position:-90px 0;}
.btn-donate{
	float: right;
	text-decoration:none !important;
	color:#fff;
	text-transform:uppercase;
	font:28px/46px 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
	padding: 0px 15px 0px 15px;
	/* width:88px; */
	background:#da4738;
	cursor:pointer;
	display: inline-block;
	/* margin-bottom: -10px; */
	/* margin-top: 0px; */
	/* position: absolute; */
}
#header .container{/* padding:0 0 43px; */width: 100%;}
.slogan{
	text-transform:uppercase;
	color:#333132;
	display:block;
	font:18px/25px Arial, Helvetica, sans-serif;
	letter-spacing:4px;
	display: none;
}
.navbar{
	width:100%;
	position:relative;
	z-index:100;
	background:#333132;
	/* display: none; */
}
.navbar .holder{
	/* width:940px; */
	margin:0 auto;
	text-align: center;
}
.navbar .holder:after{
	display:block;
	clear:both;
	content:'';
}
#nav{
  list-style: none;
	font:bold 20px/46px Arial, Helvetica, sans-serif;
        font-size: 26px;
	
  /* float:left; */
	text-transform:uppercase;
	
  letter-spacing:-1px;
}
#nav li{
	display:none;
	position:relative;
	float:left;
	/* border-left:1px solid #fff; */
	width: 100%;
}
#nav .desktop-hidden{
	display:initial;
}
#nav:hover li{
	display:initial;
}
#nav li a{
	float:left;
	padding:0 7px;
	text-decoration:none !important;
	color:#fff;
}
#nav li:first-child{/* border:0; */}
#nav li:first-child a{/* padding:0 7px 0 0; */}
#nav ul{
  list-style: none;
	width:100%;
	text-align:left;
  /* position:absolute; */
	top:40px;
	overflow:hidden;
	left:-14px;
	background:#636466;
	display:none;
  float: left;
}
#nav li:hover ul{
    display:block; 
}
#nav ul li,
#nav li:first-child ul li{
	float:none;
	border:solid #b1b2b3;
	border-width:1px 0 0;
	font:19px/19px 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
	margin:-1px 0 1px;
}
#nav ul li a,
#nav li:first-child ul li a,
#nav li ul li:first-child a{
	float:none;
	background:#636466;
	display:block;
	color:#fff;
	min-width:98px;
	padding:5px 14px !important;
}
#nav ul li a:hover,
#nav li:first-child ul li a:hover,
#nav li ul li:first-child a:hover{
	background:#fff;
	color:#000;
}
.search{
	margin:10px 3px 9px;
	float:right;
	width: 98%;
	background:#fff;
	padding:0;
}
.search .field{
	background:none;
	border:0;
	color:#222021;
	font:12px/15px Arial, Helvetica, sans-serif;
	height:15px;
	padding:3px 5px;
	width:104px;
	float:left;
	/* margin:0 5px 0 0; */
	width: 80%;
}
.search .btn-search{
	/* float:left; */
	width:16px;
	height:16px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	font-size:0;
	line-height:0;
	border:0;
	margin:2px 0 0;
	padding:0;
	background:url(images/btn-search.gif) no-repeat;
}
.search .btn-search:hover{cursor:pointer;}
#main{
	background:#fff;
	width:100%;
	position:relative;
}
.main-container,
.main-holder{
	/* width:940px; */
	margin:0 auto;
}
.main-holder{
	overflow:hidden;
	padding:5px 0 0;
}
.main-container:after{
	display:block;
	clear:both;
	content:'';
}
.section{
	width:100%;
	background:#e0e1e2;
}
.single-post{
	/* float:left; */
	position:relative;
	/* width:700px; */
}
.single-post img{display:block;width: 100%;height: auto;}
.aside{
	/* float:right; */
	/* width:218px; */
	font-size:14px;
	line-height:21px;
	margin: 0 auto;
	background: white;
}
.single-post .holder{
	/* position:absolute; */
	bottom:0;
	/* width:700px; */
	left:0;
}
.single-post .entry-title{
	text-transform:uppercase;
	margin:0;
	overflow:hidden;
	font: 40px/46px 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.single-post .entry-title a{
	float:left;
	padding:4px 17px 0;
	background:url(images/bg-grey.png);
	cursor:pointer;
}
.single-post .entry-content{
	color:#fff;
	font-size:14px;
	line-height:22px;
	padding:6px 17px 14px;
	background:url(images/bg-grey.png);
}
.single-post .more-link,
.latest-post .more-link{
	text-transform:uppercase;
	font:20px/24px 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
.latest-post .more-link{
	font-size:15px;
	line-height:18px;
}
.aside h3{
	letter-spacing:1px;
	text-transform:uppercase;
	margin:0;
	padding:0 10px 3px;
	font:28px/34px 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
	color:#333132;
}
.aside ul{overflow:hidden;}
.aside li{
	padding:4px 10px 5px;
	border-top:4px solid #333132;
}
.aside .grey-box{
	margin:0 0 12px;
	line-height:20px;
	padding:11px;
	background:#636466;
	color:#fff;
}
.aside .grey-box h3{
	color:#fff;
	padding:0;
}
#content{
	
	/* width:700px; */
	/* padding:0 0 20px; */
}
.posts-section{
	/* width:720px; */
	padding:18px 0 0;
}
.latest-post{
	position:relative;
	width: 100%;
        
	/* height: 269px; */
	vertical-align:top;
	/* display:inline-block; */
	margin: 0 18px 22px 0;
}

.img-wrap {
	/* height: 100%; */
	/* overflow-y: hidden; */
}

.latest-post img {
        width: 100%;
	
        height: 100%;
}

#content .latest-post .entry-title{
	text-transform:uppercase;
	margin:0;
	position:absolute;
	top:-8px;
	left:-1px;
	float:none;
	color:#fff;
	overflow:hidden;
	font:34px/39px 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}
#content .latest-post .entry-title span{
	float:left;
	color:#fff;
	padding:0 9px;
	background:#333132;
}
.latest-post .entry-content{
	color:#fff;
	position:absolute;
	bottom: 31px;
	/* width:319px; */
	left:0;
	font-size:12px;
	line-height:18px;
	padding:6px 10px 7px;
	background:url(images/bg-grey.png);
}
.latest-post h3{
	text-transform:uppercase;
	font:24px/26px 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
}
#content h1{
	text-transform:uppercase;
	font:36px/45px 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
	margin:0 0 4px;
}
#content .post{
	overflow:hidden;
	margin:-1px 0 1px;
	border-top:1px solid #e0e1e2;
	padding:15px 0;
}
#content .post-block{overflow:hidden;}
#content .post-block .entry-content{
	padding:16px 0 9px;
	margin:0 0 24px;
	border-bottom:1px solid #e0e1e2;
}
#content .post-block .visual{margin:0 0 19px;}
#content .post-block .visual p{margin:0;}
#content .post .visual{
	float:left;
	height: 110px;
	width:138px;
	margin:0 12px 0 0;
}

#content .post .visual img {
	width: 100%;
	height: 100%;
}

#content .post .text{
	height:1%;
	overflow:hidden;
}
#content .entry-title{
	/* float:left; */
	/* color:#333132; */
	/* padding:5px 0; */
	letter-spacing:-1px;
	font:36px/36px 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
	/* width: 70%; */
}
#content .entry-title a{color:#333132;}
#content .entry-meta{
	float:right;
	padding:11px 0 0;
	color:#a7a9ac;
	font:24px/30px 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#content .entry-meta{
  max-width:30%;
  padding: 0;
  margin-top: 12px;
}
#content #entry-author {
  float: left;
  width: 50%;
}
.author-meta { /* clear: left; */ position: relative; /* top: -13px; */ padding-bottom: 10px;}
#content .entry-meta a{color:#a7a9ac;}
#content .entry-meta span{
	padding:0 1px 0 7px;
	background:url(images/divider.gif) no-repeat 0 50%;
}
#content .entry-meta span:first-child{background:none;}
#content .block{overflow:hidden;}
.main-holder #content{padding: 10px 10px 0;}
#content .post .entry-content{margin:-4px 0 13px;}
.share-holder img{display:block;}
.share-holder{
	float:right;
	width:174px;
	overflow:hidden;
	height:20px;
}
.post-block .share-holder{padding:0 0 14px;}
.pagination{
	overflow:hidden;
	padding:19px 0 26px;
}
.pagination .btn-next,
.pagination .btn-prev{
	float:left;
	color:#da4738;
	text-transform:uppercase;
	font:bold 15px/18px Arial, Helvetica, sans-serif;
}
.pagination .btn-next{float:right;}
#content .post-block p{margin:0 0 18px;}
.comments-block{
	background:#e0e1e2;
	color:#333132;
	margin:0 0 20px;
}
#entry-bg {
  clear: left;
}
.comments-block h2{
	text-transform:uppercase;
	font:bold 30px/35px Arial, Helvetica, sans-serif;
	padding:8px 13px;
	letter-spacing:-1px;
	color:#636466;
}
.comments-block .comments{
	list-style:none;
	overflow:hidden;
}
.comments-block li{
	border-top:1px solid #fff;
	padding:22px 62px 20px;
	background:url(images/bg-quotes.gif) no-repeat 0 33px;
}
.comments-block .utility{display:block;}
.comments-block strong{font-weight:bold;}
#respond{
	color:#000;
	font-size:15px;
	line-height:20px;
	padding:0 0 30px;
}
#respond h2{
	text-transform:uppercase;
	font:36px/38px 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#a7a9ac;
}
#respond strong{
	text-transform:uppercase;
	display:block;
	font-weight:bold;
	line-height:26px;
	margin:0 0 3px;
}
.area{
	width:680px;
	height:117px;
	padding:10px;
	color:#000;
	overflow:auto;
	display:block;
	min-width:680px;
	min-height:117px;
	max-width:680px;
	max-height:117px;
	border:0;
	background:#e0e1e2;
}
#respond .submit,
.btn-submit{
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	float:right;
	width:115px;
	height:35px;
	background:#da4738;
	letter-spacing:-1px;
	font:bold 20px/35px Arial, Helvetica, sans-serif;
	border:0;
}
.btn-submit{margin:0 10px;}
#respond .submit:hover,
.btn-submit:hover{cursor:pointer;}
#respond li{
	overflow:hidden;
	margin:0 0 12px;
}
#content .text-content{padding: 9px 0px 1px; margin:0 0 -6px;}
#content .text-content p{margin:0 0 18px;}
#content .text-content a{color:#da4738;}
.details-form{
	overflow:hidden;
	width:720px;
	text-transform:uppercase;
	color:#a7a9ac;
	font:bold 14px/25px Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}
.details-form .col{
	float:left;
	width:310px;
	padding:0 48px 0 0;
}
.details-form .form-box{margin:0 0 26px;}
.details-form .row{
	overflow:hidden;
	margin:0 0 9px;
	font:bold 14px/25px Arial, Helvetica, sans-serif;
}
.details-form span{display:block;}
.details-form label{
	text-transform:uppercase;
	color:#a7a9ac;
	font:bold 13px/25px Arial, Helvetica, sans-serif;
	display:block;
	letter-spacing:-1px;
	padding:0 0 10px;
}
.details-form .row label{
	float:left;
	width:75px;
	padding:0 4px 0 0;
}
.details-form .field,
.details-form .field-short,
.details-form .field-middle,
.details-form .field-middle-02{
	float:left;
	width:200px;
	padding:0 10px;
	border:0;
	height:25px;
	text-align:center;
	background:#e0e1e2;
	color:#a7a9ac;
	font:19px/25px Arial, Helvetica, sans-serif;
}
.details-form .field-short{
	width:50px;
	margin:0 5px 0 0;
}
.details-form .field-middle-02{
	float:right;
	width:171px;
	margin:0 10px 0 0;
}
.details-form .field-middle{width:81px;}
.details-form h2{
	text-transform:uppercase;
	font:bold 30px/35px Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#333132;
	margin:0 0 9px;
}
.details-form .row .short-label{
	width:40px;
	text-align:center;
}
.details-form .area{
	width:280px;
	height:161px;
	padding:10px;
	color:#a7a9ac;
	font:19px/25px Arial, Helvetica, sans-serif;
	overflow:auto;
	display:block;
	min-width:280px;
	min-height:161px;
	max-width:280px;
	max-height:161px;
	border:0;
	background:#e0e1e2;
}
.details-form .row .label{width:77px;}
.details-form .row .label-02{width:85px;}

.gallery-two p {
	float: left;
	width: 340px;
}

.gallery-two .gallery {
	float: right;
	width: 340px;
}

.gallery{
	padding:14px 0 60px;
	width:700px;
	overflow:hidden;
}
.gallery {width:720px;}
.gallery .gallery-item{
	width:157px;
	background:#333132;
	color:#fff;
	vertical-align:top;
	display:inline-block;
	margin: 0 10px 10px 0;
}

.gallery .gallery-icon {
 	width: 157px;
}

.gallery a,
.gallery img{
	display:block;
	width: 157px;
	height: 124px;
}
.inner-block{overflow:hidden; width:720px;}
#content .inner-block .text-content{
	float:left;
	width:340px;
	padding:9px 21px 50px 0;
}
.inner-block .gallery{
	float:left;
	padding:11px 0 60px;
	width:340px;
}
.inner-block .gallery ul{width:360px;}
.aligncenter { text-align: center;}
.alignleft {float: left;}
.alignright {float: right;}
.wp-caption {overflow:hidden;}
.wp-caption img {
	margin: 6px 12px 0 0;
	float:left;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
#sidebar{
	font-size:14px;
	line-height:19px;
	/* float:right; */
	width:222px;
	padding:0 0 20px;
	text-align: center;
	margin: 0 auto;
}
#sidebar h2{
	text-transform:uppercase;
	font: 36px/40px 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
	margin:12px 0 -6px;
	color:#a7a9ac;
}
.section #sidebar h2{color:#333132;}
#sidebar .holder{
	border:4px solid #a7a9ac;
	overflow:hidden;
}
.section #sidebar .holder{
	background:#fff;
	border-color:#333132;
}
#sidebar .box{padding:0 10px 25px;}
#sidebar .yellow-box{
	padding:0 10px 10px;
	background:#fef300;
}
#sidebar h3{
	text-transform:uppercase;
	color:#fff;
	letter-spacing:1px;
	margin:0 -10px 13px;
	position:relative;
	overflow:hidden;
	font:26px/39px 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
}
#sidebar h3 span{
	float:left;
	padding:0 5px;
	background:#333132;
}




.logo-01{
	width:194px;
	overflow:hidden;
	display:block;
	margin:0 auto 4px;
}

.logo-01 img, .logo-02 img {
	width: 100%;
}

.logo-02{
	width:197px;
	overflow:hidden;
	display:block;
	margin:0 auto 13px;
}
#sidebar h4{
	text-transform:uppercase;
	text-align:center;
	margin:0 0 15px;
	font:bold 17px/20px Arial, Helvetica, sans-serif;
}
#sidebar .post{
	border-top:4px solid #a7a9ac;
	margin:-4px 0 4px;
	padding:8px 10px 3px;
	font-size:12px;
	line-height:14px;
}
#sidebar .post .visual{
	float:left;
	width:42px;
	height: 34px;
	margin:3px 9px 0 0;
	background:#231f20;
}
.visual img{display:block;}
#sidebar .post .text{
	height:1%;
	overflow:hidden;
	color:#231f20;
}
#sidebar .post .more-link{
	text-transform:uppercase;
	font:bold 15px/18px Arial, Helvetica, sans-serif;
}
#sidebar .post h3{
	color:#333132;
	margin:0 0 1px;
	font:bold 15px/18px Arial, Helvetica, sans-serif;
}
#sidebar .post h3 a{color:#333132;}
#footer{
	/* width: 100%; */
	/* overflow: hidden; */
	/* position: relative; */
}
#footer .btn-donate{text-align:right;/* float: left; */padding: 0px 12px;}
#footer .social-networks{
	background:none;
	padding: 6px 0 6px 0px;
}
#footer .subscribe-form{
	background:none;
	padding:12px 10px 9px;
	margin-left: -10px;
}
#footer .subscribe-form .field {width:111px;}
.copy{
	float:right;
	text-transform:uppercase;
	font:10px/14px Arial, Helvetica, sans-serif;
	color:#636566;
	padding:15px 41px 10px 0;
}
.copy a{color:#636566;}

h1, h2, h3, h4, h5, 
#content .latest-post .entry-title,
.menu-item {
  font-family: 'LeagueGothicRegular', Helvetica, Arial, san-serif;
  font-weight: normal;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
}
.desktop-hidden{
  display: block;
  /* margin-top: -12px; */
  /* font-size: 24px; */
  padding-top: 5px;
  font: 24px/26px 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
}
.mobile-hidden{
  display: none;
}
.postNum2{
  display: none;
}
.aside .widget{
  display: none;
}
}