body {background: #efefef; color: #555;}

a {color: #38801d;}
a:active {outline: none !important;}

h1 {font-size: 20px;}

.wrapper {background: #fff; -webkit-box-shadow: 0px 5px 15px 5px #d4d4d4; box-shadow: 0px 5px 15px 5px #d4d4d4;}

.spacer {margin: 10px auto; width: 100%; display: block; height: 1px;}

.lang, .top-links {font-size: 12px; padding: 10px 0;}
.lang a, .top-links a  {color: #000;}
.lang {padding-left: 15px;}
.lang a.active {color: #656565;}
.top-links {text-align: right; padding-right: 15px;}

.header {position: relative;}
.logo-wrapper {background-color: rgba(0, 0, 0, 0.6); position: absolute; bottom: -10px; margin: 0 !important; padding: 10px 15px;}
.search-header {margin-top: 20px;}
.search-field {background: #fff url(../img/icon-search.png) no-repeat scroll 5px center !important; padding-left: 25px !important;}

.main-nav {width: 100%; display: table!important;
background: #f6f6f6;
background: -moz-linear-gradient(top,  #f6f6f6 0%, #e6e6e6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e6e6e6));
background: -webkit-linear-gradient(top,  #f6f6f6 0%,#e6e6e6 100%);
background: -o-linear-gradient(top,  #f6f6f6 0%,#e6e6e6 100%);
background: -ms-linear-gradient(top,  #f6f6f6 0%,#e6e6e6 100%);
background: linear-gradient(to bottom,  #f6f6f6 0%,#e6e6e6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e6e6e6',GradientType=0 );
}
.main-nav li {text-align: center; border-bottom: 3px solid #38801d; border-right: 3px solid #c7c7c7; display: table-cell; }
.main-nav li.active {border-bottom: 3px solid #a00f27;}
.main-nav li.active a {color: #a00f27 !important;}
.navbar .nav > li > a {font-size: 13px; font-weight: bold; padding: 15px 34px }
.navbar .nav > li.last > a {padding:15px 32px;}

.navbar .nav > li {float: none!important; }


#main {padding-left: 15px;}
#hp-right {padding-right: 15px;}

.btn-red {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 0px 1px #333;
  background-color: #f5f5f5;
  *background-color: #7c091c;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd1430), to(#7c091c));
  background-image: -webkit-linear-gradient (top, #bd1430, #7c091c);
  background-image: -o-linear-gradient(top, #bd1430, #7c091c);
  background-image: linear-gradient(to bottom, #bd1430, #7c091c);
  background-image: -moz-linear-gradient(top, #bd1430, #7c091c);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #7c091c #7c091c #bfbfbf;
  border-bottom-color: #a2a2a2;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#bd1430ff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	
}

.btn-red:hover,
.btn-red:active,
.btn-red.active,
.btn-red.disabled,
.btn-red[disabled] {
  color: #fff;
  background-color: #7c091c;
  *background-color: #d9d9d9;
}

.btn-red:active,
.btn-red.active {
  background-color: #cccccc \9;
}

.btn-red:first-child {
  *margin-left: 0;
}

.btn-red:hover {
  color: #fff;
  text-decoration: none;
  background-color: #7c091c;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn-red:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-red.active,
.btn-red:active {
  background-color: #7c091c;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}


.tab-content {background: #f1f7f9; padding: 10px; border: 1px solid #ddd; border-top: 0 none; -webkit-box-shadow: 0px 0px 5px 0px #d4d4d4; box-shadow: 0px 0px 5px 0px #d4d4d4;}
.nav-tabs {margin: 0;}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {background: #f1f7f9;}
.nav-tabs > .active {box-shadow: -2px -5px 7px -5px #D4D4D4;}
.services {margin: 0;}
.services li {margin: 0 !important; margin-bottom: 1.12766% !important;}
.services li .media {background: #fff; border: 1px solid #94bb8b; padding: 10px; border-radius: 4px; -webkit-border-radius: 4px;}
.services li .media h3 {font-size: 15px; padding: 0; margin: 0; line-height: normal;}
.services li .media p {color: #656565; margin: 0;}
.services li .media-object {margin-right: 20px;}
.services li.odd {margin-right: 2.12766% !important;}
.services li:last-child {margin-bottom: 0 !important;}

#mainTabContent {height: 445px;}

#sidebarTabContent {height: 265px;}
#councillors img, #contact img {margin: 0 10px 10px 0;}

#social-media {border-top: 1px solid #ddd;}
#social-media h4 {line-height: normal; margin: 0 0 10px 0; padding: 0;}
.sm {margin-right: 5px; float:left; width: 16px; height: 16px; text-indent: 999px; overflow: hidden;}
.tw {background: url(../img/icon-tw.png) no-repeat;}
.fb {background: url(../img/icon-fb.png) no-repeat;}

#newsTab {}
#newsTabContent h4 {font-size: 14px; margin: 0 0 5px 0; padding: 0;}
#newsTabContent p {padding: 0; margin: 0 0 20px 0;}

#more-coco, #footer {text-align: center; padding: 15px;}

#inner-left {padding-left: 15px;}
#inner-main {padding-right: 15px;}

.well {-webkit-box-shadow: 0px 0px 5px 0px #ccc; box-shadow: 0px 0px 5px 0px #ccc; border: 1px solid #cecece; border-radius: 0 0 0 0;-webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0;}
.nav-header {background: #38801d; color: #fff; text-shadow: 0 0 0 !important; margin: -10px -9px 5px -9px !important; padding: 10px 25px !important; font-size: 14px; text-transform: none;}
.nav-list {padding-left: 0px; padding-right: 0;}
.nav-list li a {margin-left: -9px !important; margin-right: -9px !important;}

.breadcrumb {background: none; padding: 0;}

.post-thumb.pull-right {padding: 0% 0 2% 2%;}
.post-thumb.pull-left {padding: 0% 2% 2% 0;}

#inner-right {padding: 0 0 0 2%;}
#inner-right h4 {margin: 0 0 10px 0;}

.alert {margin: 0 15px 15px 15px !important;}
.alert-error a {color: #B94A48;}
.alert a span {font-size: 14px; font-weight: normal;}

#header-slider {width: 100%; height: 250px;}

/* v1.0.3 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0); 
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
	-webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	-webkit-backface-visibility: hidden;
}

.grab-cursor {
	cursor:url(grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(blank.gif);
	-webkit-backface-visibility: hidden;
}

#foo4 li { 
	line-height: 1;
	width: auto;
	height: 131px;
	padding: 0;
	margin: 10px;
	display: block;
	float: left;
}



@media only screen and (min-width: 320px) and (max-width: 767px) {
    	#header-slider { height: 185px;} }

#spotlight img {margin-right: 20px;}

/* mcc tweaks below */

/* fixes Left Nav style for sub-pages */
.ln2 .currentbranch0 {
	padding-left: 5px;
	color: #444444;
}
.ln2 ul li {
	list-style-type: none;
}
/* mcc mod below for home page */
#home .span4 {
    border: 1px solid #ffffff;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 5px 0 #ffffff;
}
/* end mcc mod */
.span4 {
	border: 1px solid #CECECE;
	border-radius: 0 0 0 0;
    	box-shadow: 0 0 5px 0 #CCCCCC;
}
/* headers - main style in bootstrap.min.css */
body h1
{
	font-size:150%;
}
body h2
{
	font-size:130%;
	color:#A00F27;
}
body h3
{
	font-size:110%;
	color:#555555;
	/*color:#38801D;*/
}
/* text elements */
.breadcrumbs a:link, .breadcrumb a:visited {color:#999999;}
ul {font-weight:bold;line-height:130%;}
/* footer area */
#more-coco {
	border-top: solid 1px #eeeeee;
}
#more-coco h3
{
	font-size:125%;
	color:#555555;
}
/* Online Services Boxes */

div.eservices {
    border: 1px solid #666666;
    display: inline;
    float: left;
    width: 300px;
    height:  8em;
    margin:  10px;
    padding:  5px;
    background-color: #ffffff;
}
div.eservices img {
    display: inline;
    float:  left;
}
div.eservices p {
    display: inline;
    float:  left;
    margin: 10px 10px 10px 10px;
    background-color: #ffffff;
}
div.eservicesouter h2 {
    width:  200px;
    display: inline;
    font-size: 110%;
    float: left;
    line-height: 110%;
    margin-left: 10px;
}
div.eservicesouter {
    background-color: #eeeeee;
}
.ln2 {
	border-bottom: 1px solid #cccccc;
}
