/* Medium desktop */

body {
	/*padding-top:75px; 26023013*/
}

#logo {
	width: 121px;
	height: 55px;
}

#mainNav .navbar .nav > li > a {
	padding: 27px 15px 27px;
	font-size: 16px;
}

/*SLIDER HACKS - not support in IE7 therefore we hide componenets for it and instead loop to display a abackground image in the DIV*/

#fwslider .slider_container {
	display: none;
}

#fwslider {
	height: 241px;
	background: url(http://www.nenagh.ie/images/uploads/page_slideshow/nenagh-town-td.jpg) center center no-repeat #b70050;	

	background: url(http://www.nenagh.ie/images/uploads/page_slideshow/4-td.jpg) center center no-repeat #b70050;

	
}

#fwslider .slidePrev, #fwslider .slideNext {
	display: none;
}



/*STOP AND ROWS SHOWING SCROLLING FOR WHEN A TINY BUMP OCCURS WITH PADDING ON THUMBS*/	

.row {
	overflow: hidden;
}


/*BLOCK LOOP HACKS*/

/*fixed heights to resolve responsive issues*/

.news-block .thumbnail, .events-block .thumbnail, .gallery-block .thumbnail, .special-offers-block .thumbnail { /*Sets a nice min height for us to use responsively*/
	height: 350px;
}
.news-block .thumbnail h4, .events-block .thumbnail h4, .gallery-block .thumbnail h4, .special-offers-block .thumbnail  h4{ /*Sets a fixes a hight for the title to keep uniform*/
	height: 40px;

}
.news-block .thumbnail .loop-meta, .events-block .thumbnail .loop-meta, .gallery-block .thumbnail .loop-meta, .special-offers-block .thumbnail  .loop-meta{ /*Sets a fixes a hight for the title to keep uniform*/
	height: 20px;
	font-size: 10px;
	margin-left: -10px;

}
.news-block .thumbnail .excerpt, .events-block .thumbnail .excerpt, .gallery-block .thumbnail .excerpt, .special-offers-block .thumbnail  .excerpt{ /*Sets a fixes a hight for the title to keep uniform*/
	height: 85px;

}
.basic-listing {min-height:155px;}






/*BACKGROUND BUTTON GRADIENT FIXES*/

.btn-info:hover, .btn-info:active, .btn-info.active
 {
  background: #B70050;
}





.poi-block .thumbnail{height:270px;}

.see-do-block .fix-height {
height: 280px;
}

ul#homeTabs li a {
width: 150px;
}

ul#homeTabs.nav-tabs > .active > a:after {
content: url(http://www.nenagh.ie/assets/img/drop-select.png);
position: absolute;
width: 34px;
height:17px;
top: 39px;
left: 65px;
}

hr.castle {
	background: none;
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	border: 0;
}


a [class^="icon-"] {background-image:none;display:none;visibility: hidden;}

i {background-image:none;display:none;visibility: hidden;}





/*HIDE THE CAT COUNT ON THE BUSINESS LANDING PAGE BECAUSE IEX CANT HANDLE THE PULL RIGHT*/


.entry-count-circle {
	display: none;
}


/*ICONS NO SHOW SO WE NEED WORDING ON THE GET LISTED TABLES*/

.icon-text-replace {
	font-size: 12px;
	display: inline;
	text-align: center;
}




/*Search Bar Adjusts Header Gaps 11032013*/



#searchBar {
	height: 30px;
	padding: 8px 0 8px 0;
	background: #b70050;
	color: #fff;
	margin: 0 0 0 0;
}