/*

Theme Name:  Bronx new
Description: Custom theme for WordPress.
Author: the Karma Team
Version: 1.0
*/
* { 
  margin:0; 
  padding:0;
}
h1, h2, h3, h4, h5, h6{margin:0 0 8px;}
p{margin: 0 0 15px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
  border:0;
  background:none;
}
body {
  color:#444;
  font:13px/17px Arial, Helvetica, sans-serif;
  line-height: 1.45;
 /* background:#fff;*/
 background-color:#FFF;
  min-width:900px;
  margin-bottom:20px;
}
a {
  text-decoration:none;
  color: #E60000;
}
a:hover {text-decoration:underline;}
input, textarea, select {
  font:100% arial,sans-serif;
  vertical-align:middle;
  overflow: auto;
}
label{vertical-align:middle;}
button, input{
  width: auto;
  overflow: visible;
}
img{
  vertical-align:top;
}
h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:700;}
h1{font-size:200%;}
h2{font-size:150%;}
h3{font-size:120%;}
h4{font-size:110%;}
h5{font-size:100%;}
h6{
  color: #f00;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 3px;
}
/*i, cite, em, var, dfn, address {font-style: normal;}*/
u, ins {text-decoration: underline;}
s, strike, del {text-decoration: line-through;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';}
table, caption, tbody, tfoot, thead, tr, th, td{
  border-collapse: collapse;
  border-spacing: 0;
}
th, td{
  /*border:1px solid #ccc;*/
  padding:3px 7px;
  text-align:left;
  vertical-align:top;
}
th{
  border-color:#999;
  text-align:center;
  vertical-align:middle;
}
ul{padding:0 0 14px 18px;}
ol{padding:0 0 5px 24px;}
ul li, ol li{list-style-position:outside;}
ol li{padding-bottom:5px;}
ul li{list-style-type:disc;}
header, footer, article, section, hgroup, nav, figure { display: block; }
.main-nav{
	margin-top:26px;
}
nav ul{padding:0;}
nav li{list-style:none;}
#access{
  position:absolute;
  left:-9999px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
.navigation{
  width:100%;
  overflow:hidden;
}
.navigation .nav-previous{
  float:left;
  width:40%;
}
.navigation .nav-next{
  float:right;
  width:40%;
  text-align:right;
}
/* =Comments
-------------------------------------------------------------- */
#comments {clear: both;}
#comments .navigation {padding: 0 0 18px;}
h3#comments-title,
h3#reply-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
}
h3#comments-title {padding: 24px 0;}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist li.comment {
  border-bottom: 1px solid #e7e7e7;
  line-height: 24px;
  margin: 0 0 24px 0;
  padding: 0 0 0 56px;
  position: relative;
}
.commentlist li:last-child {
  border-bottom:none;
  margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {margin-bottom: 18px;}
.commentlist ol {list-style: decimal;}
.comment-meta {
  font-size: 12px;
  margin: 0 0 7px;
}
.comment-awaiting-moderation{display:block;}
.comment-author{margin:0 0 5px;}
.comment-author .avatar{
  position:absolute;
  left:0;
  top:0;
}
.comment-author .fn{
  font-weight:bold;
  color:#000;
  font-size:13px;
}
.comment-meta a {
  color: #888;
  text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {color: #FF4B33;}
.reply {
  font-size: 12px;
  padding: 0 0 24px 0;
  color:#f00;
}
.reply a,
a.comment-edit-link {color: #888;}
.reply a:hover,
a.comment-edit-link:hover {
  color: #FF4B33;
}
.commentlist .children {
  list-style: none;
  margin: 0;
}
.commentlist .children li {
  border: none;
  margin: 0;
}
.nopassword,
.nocomments {display: none;}
#comments .pingback {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {margin-top: -6px;}
#comments .pingback p {
  color: #888;
  font-size: 12px;
  line-height: 18px;
  display:block;
  margin: 0;
}
#comments .pingback .url {
  font-style: italic;
  font-size: 13px;
}
/* Comments form */
input[type=submit] {color: #333;}
#respond {
  overflow: hidden;
  position: relative;
}
#respond p {margin: 0;}
#respond .comment-notes {margin-bottom: 1em;}
.form-allowed-tags {line-height: 1em;}
.children #respond {margin: 0 48px 0 0;}
h3#reply-title {margin: 18px 0;}
#comments-list #respond {margin: 0 0 18px;}
#comments-list ul #respond {margin: 0;}
#cancel-comment-reply-link {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
}
#respond .required {
  color:#FF4B33;
  font-weight:bold;
}
#respond label {
  color: #888;
  font-size: 12px;
}
#respond input {
  margin:0 0 9px;
  width:98%;
}
#respond textarea {width:98%;}
#respond .form-allowed-tags {
  color: #888;
  font-size: 12px;
  line-height: 18px;
}
#respond .form-allowed-tags code {font-size: 11px;}
#respond .form-submit input {
  width: auto;
  font-size: 14px;
}

/* Images
-------------------------------------------------------------- */

#content .attachment img {max-width: 900px;}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin:0 auto;
}
img.alignleft, 
img.alignright, 
img.aligncenter {margin-bottom: 12px;}
#content .wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
}
#content .wp-caption img {margin: 5px 5px 0;}
#content .wp-caption p.wp-caption-text {
  margin: 5px;
  color: #888;
  font-size: 12px;
}
#content .wp-smiley {margin:0;}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
  list-style: none;
  margin-left: 0;
}
.widget-area ul ul {
  list-style: square;
  margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
  width: 60%;
}
.widget_search label {
  display:none;
}
.widget-area .entry-meta {font-size: 11px;}
#wp_tag_cloud div {line-height: 1.6em;}
#wp-calendar {width:100%;}
#wp-calendar caption {
  font-weight: bold;
  color: #222;
  text-align: left;
  font-size:14px;
  padding-bottom: 4px;
}
#wp-calendar thead {font-size:11px;}
#wp-calendar tbody {color: #aaa;}
#wp-calendar tbody td {
  padding: 3px 0 2px;
  background: #f5f5f5;
  border:1px solid #fff;
  text-align: center;
}
#wp-calendar tbody .pad {background: none;}
#wp-calendar tfoot #next {text-align: right;}
.widget_rss a.rsswidget {color: #000;}
.widget_rss a.rsswidget:hover {color: #FF4B33;}
.widget_rss .widget-title img {
  height: 11px;
  width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
  margin-left: 0;
  padding: 0 20px 0 0;
}
#main .widget-area ul ul {
  border: none;
  margin-left: 1.3em;
  padding: 0;
}

/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
  -webkit-text-size-adjust: 140%;
}
code {
  -webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
  -webkit-text-size-adjust: 120%;
}
#site-description {
  -webkit-text-size-adjust: none;
}

/* main styles */
#wrapper{
  width:100%;
}
.home #wrapper{
 /* padding-top:404px;*/
}
.center-wrap{
  margin: 0 auto;
  width:900px;
}
.center-wrap:after {
  clear: both;
  content:'';
  display: block;
}
.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {
  clear:both;
}
.cf {
  zoom:1;
}
.certain-box{
  overflow:hidden;
}
/* headaer */
.main-header{
  padding:6px 0 0;
  position:fixed;
  left:0;
  top:0;
  width:100%;
  z-index:40;
  height:100px;
  background-color:#fff;
}
.logo{
  background:url("/wp-content/themes/bronx/images/layout/logo.jpg") no-repeat;
  height:46px;
  width:256px;
  overflow:hidden;
  float:left;
  text-indent:-9999px;
  margin: 4px 0 0;
}
/*
.logo:hover{
  width:184px;
}*/
.home .logo{width:256px;}
.home .logo:hover{
  background-position:0 0;
}
.logo a{
  height:100%;
  display:block;
}
.head-top{
  float:right;
/*  padding:25px 0 0;*/
}
#searchall #s{
	display:none;
}
.form-subscribe{
  /*float:left;*/
}
.form-subscribe input[type="text"],
.form-subscribe input[type="email"]{
  float:left;
  border:0;
  background-color:#dbdbdb;
  padding: 2px;
  height: 13px;
  color:#231f20;
  font-size:10px;
  line-height:14px;
  width:72%;
}
.form-subscribe .btn-subscribe{
/*  float:left;
  text-indent:-9999px;
  overflow:hidden;
  background:#58595b url(images/layout/btn-subscribe.gif) no-repeat 50% 50%;
  height:17px;
  width:17px;
  font-size:0;
  line-height:0;
  border:0;*/
  cursor:pointer;
  background-color:#E60000;
  height:17px;
  color:white;
  border:none;
  padding:2px;
  width:25%;
}
.main-nav{
  /*float:right;*/
  background-color:#FFF;
}

.main-nav #menu-mainmenu{
	max-width:740px;
	margin:auto;
	margin-top:10px;
}
.main-nav ul,
.main-nav li{
  /*float:left;*/
}
.main-nav li{
  padding-left:5px;
  font-size:13px;
  line-height:16px;
  font-weight:700;
  text-transform:uppercase;
  display:inline-block;
}
.main-nav li a{
  float:left;
  color:#000;
  padding:0 5px 0;
  border-bottom:3px solid #fff;
}
.main-nav li a:hover{
  color:#ff1c24;
  text-decoration:none;
}
.main-nav li.current-menu-item a,
.main-nav li.current-page-ancestor a{
  color:#E60000;
  border-color:#E60000;
}
.socials{
  float:left;
  padding:0 6px 0 0;
}
.socials li{
  float:left;
  list-style:none;
  padding:0 0 0 6px;
}
.socials a{
  float:left;
  text-indent:-9999px;
  overflow:hidden;
  width:25px;
  height:25px;
  background:url(images/layout/footer-socials.png) no-repeat;
}
.socials a.facebook{
	background-position:0 0;
}

.socials a.twitter{
	background-position:-30px 0;
}
.socials a:hover{
  background-position: -30px -25px;
}
.socials a.facebook:hover{
  background-position: 0 -25px;
}
.socials a.youtube{background-position:-60px 0;}
.socials a.youtube:hover{
  background-position:-60px -25px;
}
.link-donate{
  float:left;
  color:#fff !important;
  background-color:#E60000;
  font-size:10px;
  line-height:14px;
  padding:6px;
}
.link-donate:hover{
  text-decoration:none;
}
/* sub menu */
.sub-navigation{
  background-color:#000;
  height:38px;
  position:relative;
  z-index:2;
}
.sub-navigation.fixed{
  position: fixed;
 /* top: 67px;*/
 top:106px;
  left: 0;
  width: 100%;
  z-index:30;
}
.sub-navigation .center-wrap{
  margin:0 auto -8px;
  overflow:hidden;
  position:relative;
}
.w1{
  position:relative;
  left:50%;
  float:left;
}
.w2{
  float:left;
  position:relative;
  left:-50%;
}
.navigation,
.navigation ul{
  float:left;
}
.sub-navigation .navigation ul,
.sub-navigation .navigation{
  width: auto;
}
.navigation li{
  float:left;
  font-size:13px;
  line-height:17px;
  text-transform:uppercase;
}
.navigation a{
  float:left;
  color:#9e9e9e;
  font-weight:bold;
  text-align:center;
  padding: 10px 9px 19px;
}

#menu-ourworkmenu a{
  padding:2px 10px 10px 10px;
}

#menu-ourworkmenu li{
  width:100px;
}

.navigation li.current-menu-item a,
.navigation li a:hover,
.navigation li.current_page_item a{
  text-decoration:none;
  color:#fff;
}
.navigation li.current-menu-item a,
.navigation li.current_page_item a{
  background:url(images/layout/bg-navigation.png) no-repeat 50% 100%;
}
/* splash area */
#splash{
  width:100%;
/*  position:fixed;
  left:0;*/
  margin-top:92px;
  min-width:900px;
}
#splash img{
  vertical-align: top;
}
#splash .center-wrap{
  width:100%;
  position:relative;
}
.home #splash .center-wrap{
  width:100%;
 /*width:900px;*/
}
#splash .txt-wrap{
  position:absolute;
  top:0;
  right:0;
  z-index:4;
  left:0;
  bottom:0;
}
#splash .txt-box{
  width:100%;
  display:table;
  height:100%;
}
#splash .txt-box p{margin:0;}
#splash .txt-cell{
 display:table-cell;
  vertical-align:middle;
  width:100%;
  height:100%;
  font-size:58px;
  line-height:56px;
  font-weight:300;
  text-align:center;
  padding:0 75px;
  color:#fff;
  font-family: Helvetica, Arial, sans-serif;
}

#splash .txt-cell span, #splash .txt-cell p{
background:url(/wp-content/uploads/2013/01/transparent-70.png);
display: inline-block;
padding: 10px;
}
.home #splash .txt-cell span,
.home  #splash .txt-cell p{
  background: none;
}
/* main area */
.overlap-block{
  /*position:relative;
  z-index:20;*/
  background-color:#fff;
}
.home-main{

}
.home-main > .center-wrap{
  padding:0px 0 !important;

}

#main{
	margin-top: 50px;
}
.home-main{
	  margin: 20px 0px !important;
}
#main > .center-wrap > .newsmed{
  padding:15px;
  overflow:auto;
}

#main > .center-wrap > .newsmed h4{
 padding:2 0px;
}
/*
#main{
  padding:60px 0 !important;
  position:relative;
  background:#fff url(images/layout/bg-inner-main.gif) repeat-x;
  -webkit-box-shadow: inset 0 8px 6px -6px #727272;
  -moz-box-shadow: inset 0 8px 6px -6px #727272;
  box-shadow: inset 0 8px 6px -6px #727272;
}*/
.loader{
  position:absolute;
  text-indent:-9999px;
  overflow:hidden;
  top:70px;
  left:50%;
  background:url(images/layout/ajax-loader.gif) no-repeat;
  height:16px;
  width:16px;
}
.inner-main .center-wrap{
  background:url(images/layout/sep01.gif) repeat-y 594px 0;
}
.home-wrap {
  background:url(images/layout/sep01.gif) repeat-y 569px 0;
}
#content{
  float:left;
  width: 565px;
}
#content.fullwidth{
  width:100%;
}
.contact-template{
	margin-bottom:20px;	
}
.contact-template #content{
  float: none;
  overflow: hidden;
  width: auto;
}
.contact-sidebar{
  float:right;
  width:400px;
  margin-left: 130px;
}
.contact-template h3{
  font-size:19px;
  line-height:22px;
  padding:0 0 12px;
  margin:0 0 15px;
  border-bottom:2px solid #ececec;
  text-transform:uppercase;
}
.contact-template input[type="text"],
.contact-template input[type="email"],
.contact-template input[type="password"]{
  border:1px solid #adaaad;
  background:#f4f4f4;
  color:#969696;
  font-size:13px;
  line-height:16px;
  padding:8px 7px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  width:343px;
}
.contact-template textarea{
  padding:5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  width:343px;
  color:#969696;
  font-size:13px;
  line-height:16px;
  border:1px solid #adaaad;
  background:#f4f4f4;
}
.contact-template label{
  display:block;
  font-size:14px;
  line-height:17px;
  margin:0 0 14px;
}
.contact-template .holder{
  padding:0 0 15px;
}
.contact-template .txt{
  margin:0 0 15px;
  width:100%;
}
.contact-template .txt:after {
	clear: both;
	content:'';
	display: block;
}
.contact-template select{
  border:1px solid #adaaad;
  background:#f4f4f4;
  color:#969696;
  font-size:13px;
  line-height:16px;
  padding:8px 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  width:355px;
}
.contact-template .map{margin:0 0 19px;}
.home-main #content{
  width:550px;
}
.address-info{
  padding:0 0 15px;
}
input.btn-go{
  border:0;
  color:#fff;
  cursor:pointer;
  text-transform:uppercase;
}
#content h1{
  font-size:25px;
  line-height:28px;
}
#content h1,
#content h2,
#content h3,
#content h4{
  color:#000;
}
#content h4{
  font-size:12px;
  line-height:15px;
}
.achievements-list{
  padding:0 0 5px;
margin:0px 30px;
padding-top: 5px;
}
.achievements-list li{
  list-style:none;
  padding:0 0 12px 28px;
  background:url(images/layout/bullet02.png) no-repeat 0 3px;
}
.red-list{
  color:#ff1c24;
  font-weight:bold;
}
.news-section{
  position:relative;
  padding:0 0 25px;
}
.news-section .flex-direction-nav{
  position:absolute;
  padding:0;
  right:0;
  bottom:0;
}
.news-section .flex-direction-nav li{
  list-style:none;
  float:left;
  padding-left:7px;
}
.news-section .flex-direction-nav a{
  text-indent:-9999px;
  overflow:hidden;
  display:block;
  width:20px;
  height:20px;
  cursor:pointer;
  background:url(images/layout/tab-nav-arrows.png) no-repeat;
}
.news-section .flex-direction-nav a.flex-next{
  background-position:0 -20px;
}
.news-ttl{
  color:#E60000;
  font-size:29px;
  line-height:32px;
  margin:0 0 20px;
}
#frontnews{
  padding:0;
  max-width:50%;
  float:left;
}
.news-list li{
  list-style:none;
  color:#636363;
  overflow:hidden;
  font-size: 13px;
  line-height: 1.5;
}
.news-list li .holder{
  padding:0 0 10px;
  overflow:hidden;
}
.flex-carousel .flex-viewport{
  height:248px !important;
}
.news-list figure{
  float:left;
  margin:0 10px 0 0;
}
.news-list h5{
  font-weight:550;
  font-size:18px;
  line-height:21px;
  color:#000;
  margin:0 0 7px;
}
.news-list h5 a{
  color:#000;
}
.news-list p{margin:0 0 3px;}
/* home-section */
.home-section{
  padding:40px 0;
}
.home-links{
  margin:0 -75px 0 0;
  width:975px;
  overflow:hidden;
}

.home-links li{
  float:left;
  list-style:none;
  width:250px;
  padding:0 75px 0 0;
  color:#636363;
  line-height: 1.5;
  font-size: 13px;
}
.home-links li p{margin:0;}
.home-links figure{
  position:relative;
  margin:0 0 10px;
}
.home-links figure a{
  display:block;
}
.home-links figure a:hover{
  text-decoration:none;
}
.home-links figure .btn{
  position:absolute;
  text-align:center;
  color:#fff;
  width:160px;
  padding:12px 4px;
  top:60px;
  left:50%;
  margin:0 0 0 -84px;
  z-index:2;
  font-size:18px;
  line-height:23px;
  font-weight:700;
  background:#282828;
  background:rgba(40,40,40,0.8);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.home-links figure a:hover .btn{
  background:#ff1c24;
  background:rgba(255,28,36,0.8);
}
/* programs-section */
.programs-section{
  width:100%;
  padding: 0 0;
  background-color: #FFF;
  margin:40px 0px;
/*  -webkit-box-shadow: inset 0 8px 6px -6px #727272;
  -moz-box-shadow: inset 0 8px 6px -6px #727272;
  box-shadow: inset 0 8px 6px -6px #727272;*/
}
/*.home-donate div{
	background-color:red;
}*/
#flex-programs{
  position:relative;
}
/*#flex-programs .flex-prev{
  display:none;
}*/

#flex-programs .flex-direction-nav{
  padding:0;
}
#flex-programs .flex-direction-nav li{
  list-style:none;
}
#flex-programs .flex-direction-nav a{
  position:absolute;
  text-indent:-9999px;
  overflow:hidden;
  width:45px;
  height:45px;
  top:50%;
  margin-top:-22px;
}
.programs-slider img{
  /*float: right;*/
  /*width: 540px;*/
}
#flex-programs .flex-direction-nav .flex-next{
  background:url(images/layout/programsarrow.png) no-repeat;
  right:5px;
}

#flex-programs .flex-direction-nav .flex-prev{
  background:url(images/layout/programsarrow1.png) no-repeat;
  /*right:490px;*/
}

.programs-slider{
  padding:0;
}
.programs-slider li{
  list-style:none;
  width:100%;
  position:relative;
/*  border-right:1px solid white;*/
  background-color:black;
  margin-right:1px;
 /* height:165px;*/
 overflow:auto;
}
.programs-slider .description{
  /*background:#3f3f3f;
  width:40%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;*/
  font-size:14px;
  line-height:20px;
  font-weight: 100;
  text-align:left;
  width:100%;
  height:46px;
}

.programs-slider .description a{
	background-color:transparent !important;
	color:#FFF;
}
.programs-slider .description article{
  /*padding: 0px 30px 0;
  float:right;*/
}
.programs-slider .sub-ttl{
  display:block;
  font-size:21px;
  line-height:24px;
  margin:0 0 15px;
}
.programs-slider h2{
  font-size:30px;
  line-height:35px;
  padding-right:15px;
}
.programs-slider p{margin:0 0 15px;}
.btn-go {
  display: inline-block;
  background-color: #E60000;
  color: #fff;
  font-weight: bold;
  padding: 3px 10px;
}
.btn-go:hover{
  text-decoration:none;
  background-color:#bf0910;
}

.home-info{
	margin:40px 0;
}
/* home-info 
.home-info{
  /*background-color:#e5e5e5;
  background-color:#FFF;
  padding:70px 0 20px;
  font-size:15px;
  line-height:23px;
  -webkit-box-shadow: inset 0 8px 6px -6px #727272;
  -moz-box-shadow: inset 0 8px 6px -6px #727272;
  box-shadow: inset 0 8px 6px -6px #727272;
  position: relative;
 
}/*
.home-info:before,
.home-main:before{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
   -webkit-box-shadow: inset 0 -6px 11px -6px #727272;
  -moz-box-shadow: inset 0 -6px 11px -6px #727272;
  box-shadow: inset 0 -6px 11px -6px #727272;
}*/
.home-info p{margin:0 0 21px;}

.home-info .column{
  float:left;
  width:40%;
  text-align:center;
}
.home-info .certain-box{
	width:59%;
}
.home-info h3{
  color:#231f20;
  font-size:32px;
  line-height:35px;
  margin:0 0 33px;
}
/* home slider */
#home-slider{
  width:100%;
  position:relative;
  min-width:900px;
}
#home-slider .flex-control-nav{
  padding:0;
  position:absolute;
  z-index:10;
  bottom:20px;
  text-align:center;
  left:0;
  width:100%;
}
#home-slider .flex-control-nav li{
  list-style:none;
  display:inline-block;
  padding:0 3px;
}
#home-slider .flex-control-nav a{
  width:14px;
  display:block;
  height:14px;
  text-indent:-9999px;
  overflow:hidden;
  cursor:pointer;
  background:url(/wp-content/uploads/2013/03/gallery-switcher.png) no-repeat;
  /*background:url(images/layout/gallery-switcher.png) no-repeat;*/
}
#home-slider .flex-control-nav a:hover,
#home-slider .flex-control-nav a.flex-active{
  background-position:0 -14px;
}
#home-slider .slides{
  padding:0;
  position:relative;
  z-index:1;
  overflow:hidden;
}
#home-slider .slides li{
  list-style:none;
  position:relative;
}
.slides {overflow:hidden;}
.slides li{display:none;}
#home-slider .slides li img,
#splash img.feature-img{
  max-width: 100%;
  height: auto;
  width: 100%;
}
/* sidebar */
#sidebar{
  float:right;
  width:270px;
}
.home-main #sidebar{width:310px;}
#sidebar .widget-container{
  margin:0 0 30px;
}
.articles-section{
  padding:0 0 20px;
}
.articles-section .ttl{
  font-size:19px;
  line-height:21px;
  display:block;
  margin:0 0 18px;
  color:#000;
}
.articles-section .ttl strong{
  color:#ff1c24;
}
.articles-section ul{
  padding:0;
  margin:0;
}
.articles-section>.cf{
  border-top:1px solid #ddd;
  padding-top: 20px;
}
.articles-section li{
  list-style:none;
  padding:0 0 20px;
  color:#626262;
  font-size:11px;
  line-height:15px;
}
.articles-section li figure{
  float:left;
  margin:0 7px 0 0;
  width: 50px;
  height: 50px;
 /* background-color: #ccc;*/
}
.articles-section li h5{
  font-size:14px;
  line-height:16px;
  margin:0 0 2px;
}
.articles-section li h5 a{
  color:#000;
}
.articles-section li p{
  margin:0;
}
.articles-section li .tags,
.articles-section li .tags a{
  color:#8f8e8e;
}
.articles-section li .tags{
  font-size:11px;
}
.btn-more{
  display:inline-block;
  background-color:#ff1c24;
  color:#fff;
  font-size:10px;
  line-height:14px;
  text-transform: uppercase;
  font-weight: bold;
  padding:2px 4px;
}
input.btn-more{
  border: 0;
  color: #fff;
  cursor: pointer;
}
.btn-more:hover{
  text-decoration:none;
  background-color:#de141b;
}
.defenders-bar{
  width:100%;
}
.defenders-bar .defenders-article{
  border-top:1px solid #c6c4c4;
  padding:20px 0;
}
.defenders-bar .defenders-article:last-child{
  padding-bottom:0;
}
.defenders-article{
  font-size:11px;
  line-height:16px;
  color: rgb (94, 93, 93);
}
.defenders-article p{margin:0 0 12px;}
.defenders-article figure{margin:0 0 15px;}
.defenders-article figure.founder{
  float:right;
  position:relative;
  margin: -6px 0 2px 7px;
}
.defenders-bar .defenders-article:first-child{
  border:0;
  padding-top:0;
}
.defenders-article h4,
.widget_black_studio_tinymce h4{
  font-weight:400;
  font-size:17px;
  line-height:19px;
  margin:0 0 7px;
  color:#000;
}
.defenders-article h4 strong,
.widget_black_studio_tinymce h4 strong{
  color:#ff1c24;
}
.blockquote-wrap{
  width:100%;
  /*padding:50px 0 0;*/
}
.blockquote-slider{
  padding:0;
}
.blockquote-slider li{
  list-style:none;
  background:url(images/layout/quote-1.png) no-repeat;
  color:rgb(000, 000, 000);
}
.blockquote-slider li p{margin:0;}
.blockquote-slider li>blockquote{
  padding-left:35px;
}
.blockquote-slider q{
  display:block;
  font-size: 19px;
  line-height: 25px;
  padding: 0 0 7px;
  font-weight: 400;
  font-family: Georgia;
  font-style: italic;
}

.blockquote-slider cite{
  display:block;
  font-size: 12px;
  line-height: 16px;
  padding-right: 28px;
  font-weight: 300;
  background:url(images/layout/quote-2.png) no-repeat 100% 3px;
  min-height: 25px;
  font-family: Helvetica;
}
/* footer */
.global-footer{
 /* background-color:#212121;*/
  
  color:#b4b4b4;
}

.global-footer .center-wrap{
 background-color:#212121;
}
.page-footer {
  width:100%;
  font-size:12px;padding:25px;
 /* line-height:17px; */
}
.page-footer h5{
  font-size:15px;
  line-height:17px;
  margin:0 0 14px;
  color:#fff;
}
.page-footer a{
  color:#b4b4b4;
}
.page-footer a:hover{
  text-decoration:none;
  color:#fff;
}
.page-footer .column{
  float:left;
  width:160px;
  /* padding:0 10px 0 0; */
}

.page-footer .column .form-subscribe{
	margin-bottom:10px;
}

.page-footer .column:last-child{
	width:320px;
}
.page-footer .column:last-child figure{
float:left;
margin-right: 34px;
}

.page-footer .column:last-child .link-donate{
	width:68px;
	text-align:center;
}
.page-footer .column ul{
  padding:0;
}
.page-footer .column li{
  list-style:none;
  padding:4px 0px 4px 0px;
  margin-top: 0;
}
.page-footer .column li.donate a{
  background-color: #ed2141;
  color: #fff;
  display: inline-block;
  padding: 1px 3px;
}
.page-footer .contact-column{
  float:left;
  width:165px;
  padding:0 7px 0;
  margin-right:15px;
  line-height: 17px;
}
.page-footer .column-map{
  float:left;
  width:270px;
  padding:0 10px 0 0;
}
.page-footer .column-map .find-col{
  float:left;
  width: 125px;
}
.page-footer .map-box{
  float:right;
}
.footer-socials{
  float:left;
  padding:0 0;
  margin-top:5px;
}
.footer-socials li{
  float:left;
  list-style:none;
  padding:0 5px 0 0;
}
.footer-socials a{
  float:left;
  text-indent:-9999px;
  overflow:hidden;
  width:25px;
  height:25px;
  background:url(images/layout/footer-socials.png) no-repeat;
}
.footer-socials a.facebook{background-position:0 0;}
.footer-socials a.facebook:hover{background-position: 0 -25px;}
.footer-socials a.twitter{background-position:-30px 0;}
.footer-socials a.twitter:hover{
  background-position: -30px -25px;
}
.footer-socials a.youtube{background-position:-60px 0;}
.footer-socials a.youtube:hover{
  background-position: -60px -25px;
}
.page-footer .contact-link{
  color: #f00;
  padding-top: 10px;
}
/* staff */
.page-staff .inner-main .center-wrap,
.page-template-page-staff-php .inner-main .center-wrap,
.archive .inner-main .center-wrap{
  background:none;
}
.page-staff,
.page-template-page-staff-php  #content {
  float:none;
  width:100%;
}
.staff-tags{
  float:left;
  width:360px;
  padding:0 12px 15px 0;
}
.tags-list{
  padding:0;
  width:100%;
  overflow:hidden;
}
.tags-list li{
  list-style:none;
  float:left;
  padding:0 12px 12px 0;
  font-weight:bold;
  font-size:11px;
}
.tags-list a{
  float:left;
  background-color:#c6c6c6;
  padding:6px 15px;
  color:#fff;
  text-transform:uppercase;
}
.tags-list a:hover,
.tags-list .active a{
  background-color:#ff1c24;
  text-decoration:none;
}
.form-search{
  float:left;
  background-color:#e8e6e5;
  padding:3px 12px;
  position:relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 2px 3px 5px #d7d3d2 inset;
  -webkit-box-shadow: 2px 3px 5px #d7d3d2 inset;
}
.form-search input[type="text"]{
  float:left;
  color:#a1a1a1;
  border:0;
  background:none;
  width:150px;
  padding:3px 4px;
  outline: none;
  font:12px/15px Arial, Helvetica, sans-serif;
}
.form-search .btn-search{
  font-size:0;
  line-height:0;
  text-indent:-9999px;
  overflow:hidden;
  border:0;
  background:url(images/layout/btn-search.gif) no-repeat;
  height:12px;
  width:15px;
  cursor:pointer;
}
.staff-list{
  padding:0;
}
.staff-list li{
  display:inline-block;
  padding:0 20px 10px 0;
  width:100px;
  height:100px;
  position:relative;
  vertical-align:top;
  list-style:none;
}
.staff-list li:hover{
  z-index:10;
}
.staff-list.search-result li{
  display:none;
}
.staff-list.search-result li.result{display:inline-block;}
.staff-list .thumb{
  display:block;
  color:#5b5b5b;
  font-size:11px;
  line-height:13px;
}
.staff-list li:hover .tooltip-holder{
  display:block;
}
.tooltip-holder{
  position:absolute;
  left:-6px;
  top:99px;
  width:330px;
  display:none;
}
.tooltip-holder:after {
	content:'';
	position:absolute;
	width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-bottom: 10px solid #a4a3a3; 
  border-right:10px solid transparent;
  left:55px;
  top:-10px;
}
.tooltip-holder .tooltip-content{
  float:left;
  background-color:#a4a3a3;
  color:#fff;
  padding:6px;
   box-shadow:0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  min-width:105px;
}
#content .tooltip-holder h4{
  font-size:14px;
  line-height:17px;
  color:#fff;
  font-style:italic;
  margin:0 0 2px;
}
.staff-list .thumb:hover{
  text-decoration:none;
}
.staff-list .thumb figure{
  width:90px;
  height:90px;
  padding:4px;
  border:1px solid #e2e2e2;
  box-shadow: 1px 1px 2px #000;
  -webkit-box-shadow:1px 1px 2px #000;
}
.staff-list .thumb figure img{
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray; 
    -webkit-filter: grayscale(100%);
}
.staff-list .thumb .name{
  display:block;
  padding:7px 8px 0;
  text-align:center;
}
.staff-list .thumb:hover figure img {
    filter: none;
    -webkit-filter: grayscale(0%);
}


.bxdStaffModal .ui-dialog-titlebar{display: none;}

.bxdStaffModal .ui-widget-content a{
    color:#E60000;
}
.bxdStaffModal .staff-modal{
  font-size:12px;
  line-height:19px;
  color:#fff;
}
.bxdStaffModal .staff-modal header{
  margin:0 0 23px;
}
.bxdStaffModal .staff-modal header figure{
  float:left;
  margin-right:20px;
}
.bxdStaffModal .staff-modal header h3{
  font-size:24px;
  line-height:27px;
}
.bxdStaffModal .staff-modal header article{
  overflow:hidden;
  padding:8px 0;
  border-bottom:1px solid #bebebe;
  margin:0 0 20px;
}
.bxdStaffModal .staff-modal header h3{
  margin:0 0 6px;
}
.bxdStaffModal .staff-modal header span.role{
  font-size:24px;
  line-height:27px;
  display:block;
  margin: 0 0 4px;
}
.bxdStaffModal .staff-modal .story-staff{
  padding:8px 0 0;
}
.modal-container{
  display:none;
}
.bxdStaffModal .staff-modal .contact-link{
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  padding: 0 0 1px 20px;
  background: url(images/layout/email-icon.png) no-repeat 0 1px;
}
.post-socials .contact-link{
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  padding: 0 0 1px 20px;
  background: url(images/layout/email-icon.png) no-repeat 0 1px;
}

.defenders-blockquote{
  background:url(images/layout/quote-open.png) no-repeat;
  padding:0 0 0 20px;
  color:#000;
}
.defenders-blockquote q{
  display:block;
  background:url(images/layout/quote-close.png) no-repeat 100% 100%;
  padding:0 0 14px;
  font-size:10px;
  font-weight:bold;
}
.defenders-blockquote  cite{
  font-size:9px;
  font-style:italic;
}
.wpcf7-form .wpcf7-form-control-wrap{
  float:left;
}
.wpcf7-form span.wpcf7-not-valid-tip {
    background:#fff;
    width:auto;
    border: 1px solid #f00;
    left:0;
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    z-index: 100;
    font: 13px/16px Arial,Helvetica,sans-serif;
    height: 16px;
    padding: 8px 7px;
}
.contact-sidebar h1{
  font-weight:normal;
  margin:0 0 20px;
  font-size:30px;
  line-height:33px;
  color:#000;
}
.projects-list{
  overflow:hidden;
  padding:0;
}
.projects-list li{
  list-style:none;
  display:inline-block;
  padding:0 22px 25px 0;
  width:275px;
  vertical-align:top;
}
* + html .projects-list li{
	display:inline;
}
#sidebar .projects-list li{
  width:120px;
  height: 134px;
  position: relative;
  padding:0 10px 10px 0;
}
.projects-list a{
  display:block;
  overflow:hidden;
}
.projects-list a figure{
  position:relative;
}
.projects-list a:hover{
  text-decoration:none;
}
.projects-list .name{
  display:block;
  background-color:#000;
  color:#fff;
  padding:7px;
  font-weight:bold;
  font-size:12px;
  line-height:15px;
  min-height:30px;
}
#sidebar .projects-list .name{
  font-size:10px;
  line-height:13px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 0;
}
.single-feature-program{
  width:100%;
  overflow:hidden;
  margin:0 0 30px;
  background-color:#000;
}
.single-feature-program .ttl-prog{
  float:left;
  height:200px;
  width:205px;
  padding:0 30px;
}
.single-feature-program .ttl-prog .tab{
  width:100%;
  height:100%;
  display:table;
}
.single-feature-program .ttl-prog h3{
  margin:0;
  display:table-cell;
  vertical-align:middle;
  font-size:26px;
  line-height:30px;
  color:#fff !important;
}
.contact-headline{
  background-color: #f0f0f0;
  padding: 23px 0;
}
.contact-headline h4{
  font-size: 29px;
  line-height: 32px;
  color: #000;
  margin: 0;
}
.page-template-page-contact-php .sub-navigation,
.page-template-page-bono-php .sub-navigation,
.page-template-page-donate-php .sub-navigation{
  display: none;
}
.entry-meta{
  overflow: hidden;
  display: block;
  color: #a6a5a5;
  margin: 0 0 8px;
}
.entry-meta .entry-date{
  float: left;
  padding: 2px 13px 0 0;
}
.entry-utility{
  color: #000;
}
.wpcf7-form .hidden{
  display: none;
}
.search-form{
  width: 100%;
}

/*
Website Search forms
*/
.search-form input[type="text"],
.searchform #s, .searchform #s2{
  float: left;
  background-color: #e5e5e5;
  color: #8c8c8c;
  font-size: 12px;
  line-height: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 143px;
  padding: 4px 10px;
  border: 0;
  margin: 0 12px 0 0 ;
}
.search-form, #searchall input[type=submit], #searchnews input[type=submit]{
  background:#fff url(images/layout/new-search.gif) no-repeat 50% 50%;
  width: 29px;
  height: 29px;
  border: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  cursor: pointer;
}

.head-top .head-search #s{ padding:2px 10px;}
.head-top .head-search input[type="submit"]{ height:21px !important;} 

.screen-reader-text{
  float: left;
  padding: 3px 8px 0 0;
}
.section-about{
  width: 100%;
}
.section-about .widget-ttl{
  background-color: #d8d8d8;
  color: #000;
  padding:8px 12px ;
  margin: 0 0 15px;
  font-size: 17px;
  line-height: 19px;
}
.section-about ul{
  padding: 0;
}
.section-about li{
  list-style: none;
  padding: 0 0 7px;
}
.post-meta{
  display: block;
  margin: 0 0 5px;
  color: #212121;
}
.page-title{
  color: #c5c5c5 !important;
  font-weight: normal;
  font-size: 32px;
  line-height: 35px;
  margin: 0 0 25px;
}
.page-title span{
  color: #060606;
}
.posts-holder .post{
  font-size: 12px;
}
.entry-summary{
  margin: 0 0 8px;
}
.post .entry-content{
  color: #434343;
  padding-top: 10px;
}
.post .feature-img{
  text-align: center;
  margin: 10px 0 10px;
  float: left;
  padding-right: 10px;
}
.filter-block{
  width: 100%;
  overflow: hidden;
}
.filter-box{
  padding: 0 0 30px;
}
.filter-block .sub-info{
  color: #303030;
  font-size: 17px;
  line-height: 20px;
  display: block;
  margin: 0 0 7px;
  font-weight: bold;
}
.filter-block .filter-ttl{
  background-color: #d8d8d8;
  font-weight: bold;
  padding: 6px 12px;
  display: block;
  color: #000;
  font-size: 15px;
  line-height: 18px;
}
.filter-block .hidden{
  padding-top: 10px;
  display: none;
}
.filter-block a.filter-ttl:hover{
  background-color: #aca8a8;
  text-decoration: none;
}
.staff-filter .hidden{
  display: none;
}
.filter-block .filter-ttl a{
  display: block;
  color: #000;
}
.filter-block ul{
  padding: 0 0 0 0px;
}
.filter-block li{
  list-style: none;
  padding: 0 0 6px;
}
#content .news-title{
  font-size: 32px;
  line-height: 35px;
  color: #c5c5c5;
  font-weight: normal;
  margin: 0 0 38px;
}
.news-title span{
  color: #060606;
}
.wp-paginate{
  overflow: hidden;
  padding-top: 15px !important;
}
.wp-paginate .title{
  font-weight: bold !important;
  float: left;
  color: #000;
  padding:5px 0 0 0 ;
  margin-right: 10px !important;
}
.wp-paginate .current{
  float: left;
}
.posts-holder .post{
  border-top: 1px solid #d8d8d8;
  padding: 25px 0;
}
.posts-holder .post:first-child{
  padding-top: 0;
  border: 0;
}
.posts-holder .post figure{
  float: left;
  margin-right: 16px;
}
.posts-holder .post .entry-title{
  font-size: 19px;
  line-height: 22px;
  margin: 0 0 3px;
}
.posts-holder .post .entry-title a{
  color: #000;
}
.posts-holder .post .btn-holder{
  padding-top: 10px;
}
.posts-holder .post .btn-more{
  font-size: 10px;
  line-height: 12px;
}
.btn-filter .btn-more{
  padding: 2px 15px;
}
/*.page-template-page-holistic-php #splash{  
  background-color: #212121;
}
.page-template-page-holistic-php #splash .txt-cell span,
.page-template-page-holistic-php #splash .txt-cell p{
  background: none;
}
.page-template-page-holistic-php #splash .txt-cell{
  font-size: 22px;
  text-align: left;
  line-height: 24px;
  padding: 0;
}
.page-template-page-holistic-php #splash .txt-cell strong{
  font-size: 27px;
  line-height: 30px;
}*/
/*.page-template-page-holistic-php  #splash .center-wrap{
  width: 800px;
  height: 230px;
}*/
/*.page-template-page-holistic-php  #splash .center-wrap .holistic-title strong{
  display: block;
  padding: 0 0 4px;
}*/
.technical-list{
  font-size: 11px;
  line-height: 17px;
  padding: 8px 0 0;
  color: #5f5f5f;
}
.technical-list li{
  list-style: none;
  padding: 0 0 10px;
}
.technical-list li strong a{
  color: #000;
}
.technical-list li address{
  display: block;
  font-style: normal;
}
.question-area{
  color: #626262;
  font-size: 11px;
  line-height: 18px;
}
.entry-content .more-link{
  display: none;
}
.f-logo-column{
  float: left;
  width: 110px;
  margin: 0 70px 0 0;
}
.f-logo{
  background:url(images/layout/footer-logo.png) no-repeat;
  overflow:hidden;
  display: block;
  text-indent:-9999px;
  width: 108px;
  height: 54px;
  margin: 0 0 10px;
}

.f-logo-column > span{
	display:block;
	font-size:x-small;
}
.f-logo a{
  height: 100%;
  display: block;
}
.work-section{
  padding: 0 0 100px;
}
.work-section figure{
  float: right;
}
.work-section .map{
  float: right;
  position: relative;
  width: 550px;
  height: 368px;
  background: url(/wp-content/uploads/2013/06/bronx-defenders-image-map.jpg) no-repeat;
}
.work-section .map img {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 10;
}
#map-hover{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  padding:0;
  width:100%;
  
}
#map-hover li.activestate,
#map-hover li.active { display:block;}
#map-hover li{
  display: none;
  position:absolute;
  text-indent:-9999px;
  overflow:hidden;
  list-style:none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/wp-content/uploads/2013/06/bronx-defenders-image-map.jpg) no-repeat;
}
#map-hover li#item1{
  background-position: 0 -368px;
}
#map-hover li#item2{
  background-position: 0 -736px;
}
#map-hover li#item3{
  background-position: 0 -1104px;
}
#map-hover li#item4{
  background-position: 0 -1472px;
}
#map-hover li#item5{
  background-position: 0 -1840px;
}
#map-hover li#item6{
  background-position: 0 -2208px;
}
#map-hover li#item7{
  background-position: 0 -2576px;
}
#map-hover li#item8{
  background-position: 0 -2944px;
}
#map-hover li#item9{
  background-position: 0 -3312px;
}
#map-hover li#item10{
  background-position: 0 -3680px;
}
#map-hover li#item11{
  background-position: 0 -4048px;
}
.map-listing{
  float: left;
  width: 280px;
  font-size: 12px;
  line-height: 17px;
  position: relative;
}
#map-listing{
  position: relative;
}
.map-listing article{
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 280px;
}
.map-listing .info{
  font-size: 11px;
  color: #E60000;
  padding-right: 50px
}
.map-listing article.default{
  display: block;
  position: static;
  margin-bottom: 25px;
}
.map-listing h3{
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
.map-listing .default h3 span{
  color: #000;
  padding: 3px;
  font-size: 28px;

}
.ttl-grey{
  background-color: #d8d8d8;
  color: #000;
  padding: 8px 12px;
}
.widget-holder{
  padding: 0 6px;
  color: #444;
}
.contact-column .phone{
  display: block;
}
/*.page-template-page-bono-php #splash .txt-cell span{
  background: none;
}*/
.copy{
  text-align: center;
  padding: 25px 0 0;
  font-size: 12px;
  line-height: 15px;
}
.copy p{margin: 0;}
.map-link a{
  color: #f00;
}
.addthis_toolbox{
  float: right;
}
.page-footer .adr{
position: relative;
top: -1px;
line-height:26px;
}
.page-footer .contact-column .adr {
  padding-bottom: 7px;
}
.tax-appointment #content{
  width: 100%;
}

ul.menu-no-left-margin li{
    margin-left:0px;
    padding-right:150px;
}
.post-socials{
  float: right;
}
.post-socials>span{
  float: left;
  margin-left: 10px;
}
.stButton .st-twitter-counter{
  background: url(images/layout/tweet-btn.png) no-repeat !important;
}
.post-socials .st_fblike_hcount>span{
  margin: 0 !important;
}
.st_fblike_hcount{
  height: auto !important;
}

/* modifications to the top header search*/
.head-search{
    float:left;
    height:18px;
}
.head-search .searchform #s{
    
    margin:0px;

}
.head-search .searchform #searchsubmit{
    margin-top: -4px;
}

/* tweets */

.tweet ul li {
	/*list-style:none;*/
	list-style-type:none;
}

.panel-default{
	border:none !important;
	min-height:360px;
	-webkit-box-shadow: 1px 5px 7px -2px rgba(0,0,0,0.36);
-moz-box-shadow: 1px 5px 7px -2px rgba(0,0,0,0.36);
box-shadow: 1px 5px 7px -2px rgba(0,0,0,0.36);
}

.panel-default ul{
	margin:0px;
	padding:0px;
}

.panel-default>.panel-heading h2{
	margin:0px;
}
.col-md{
	width:46%;
	overflow:auto;
	float:left;
	margin:0px 10px;
}
div.col-md:last{
	float:right;
}

.row{
	overflow:auto;
	padding:40px 0;
}

.tweet ul{
	margin:0px;
	padding:0px;
}
.news-list{
	margin:0px;
	padding:0px;
}
.tweet li{
	margin-bottom:10px;
}

.global-footer{background-color:#212121;margin-top:20px;}