/*
Theme Name: bayroberts
Author: Anonymous
Author URI:
Version: 1
Description: bayroberts theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bayroberts
Tags: one-column, two-columns
Theme URI:
*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@viewport { width: device-width; }



@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.widget:after,
.search-form:after,
.post-password-form p:after,
#content .text-holder:after,
#content .content-holder:after {
content: " ";
display: block;
clear: both;
}

.add-nav ul,
.intro .popular-holder ul,
.intro .popular-holder ul li,
#footer .footer-nav,
#footer .sub-footer-nav,
#footer .add-info,
#content .list,
#content .content-holder .img-list,
#sidebar .side-nav .footer-nav,
#sidebar .side-nav .sub-footer-nav {
margin: 0;
padding: 0;
list-style: none;
}

body { 
	min-width: 320px;
	font-family: "azo-sans-web";
	font-weight: 300;
	font-size: 13px;
	line-height: 1.4;
	background: #f2f2f2;
	color:#4b4b4b;
}


#wrapper { min-height: 100vh; overflow: auto; overflow-x: hidden; }
@media (min-width: 768px) 	{ #wrapper { background: url(images/bk-wrapper.png) center top repeat-y; } body.home #wrapper { background: #fff; } }



#logo { 
	position:absolute;
	top: 0px; left:40px;
    display: block;
    padding: 16px 6px;
	height: 110px; width: 110px;
	margin: 0px;
	background: #fff;
    box-shadow: 4px 6px 12px 0px rgba(0,0,0,0.65);
	z-index: 10;
}
#logo img { max-width: 100%; height: auto; }
@media (min-width: 768px) 	{ #logo { top: 0px; padding: 22px 8px 0px; height: 130px; width: 130px; margin-left: -380px; left:50%; } }
@media (min-width: 992px) 	{ #logo { top: 10px; padding: 24px 10px 0px; height: 150px; width: 150px; margin-left: -490px; } }
@media (min-width: 1200px) 	{ #logo { top: 25px; padding: 24px 10px 0px; height: 168px; width: 168px; margin-left: -590px; } }


header {
    padding: 0px;
	margin: 0px;
	width: 100%;
	background: rgb(43,43,42);
}
@media (min-width: 768px) 	{ 
header {
    display: block !important;
    position: relative;
    padding: 0px;
	height: 119px;
	background: #fff;
background: -moz-linear-gradient(top,  rgba(43,43,42,1) 0%, rgba(43,43,42,1) 43px, rgba(255,255,255,0) 43px, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,43,42,1)), color-stop(43px,rgba(43,43,42,1)), color-stop(43px,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(top,  rgba(43,43,42,1) 0%,rgba(43,43,42,1) 43px,rgba(255,255,255,0) 43px,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top,  rgba(43,43,42,1) 0%,rgba(43,43,42,1) 43px,rgba(255,255,255,0) 43px,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top,  rgba(43,43,42,1) 0%,rgba(43,43,42,1) 43px,rgba(255,255,255,0) 43px,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,  rgba(43,43,42,1) 0%,rgba(43,43,42,1) 43px,rgba(255,255,255,0) 43px,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2a', endColorstr='#ffffff',GradientType=0 );
} }
@media (min-width: 992px) 	{ 
header { height: 144px;
	background: #fff;
background: -moz-linear-gradient(top,  rgba(43,43,42,1) 0%, rgba(43,43,42,1) 53px, rgba(255,255,255,0) 53px, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,43,42,1)), color-stop(53px,rgba(43,43,42,1)), color-stop(53px,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(top,  rgba(43,43,42,1) 0%,rgba(43,43,42,1) 53px,rgba(255,255,255,0) 53px,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top,  rgba(43,43,42,1) 0%,rgba(43,43,42,1) 53px,rgba(255,255,255,0) 53px,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top,  rgba(43,43,42,1) 0%,rgba(43,43,42,1) 53px,rgba(255,255,255,0) 53px,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,  rgba(43,43,42,1) 0%,rgba(43,43,42,1) 53px,rgba(255,255,255,0) 53px,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2a', endColorstr='#ffffff',GradientType=0 );
} }

@media (max-width: 767px) 	{ #main { margin-top: -42px; background-color: #fff; } }

.main-holder { padding: 25px 0px 0px 0px; }

.container { width: 100%; }
@media (min-width: 768px) 	{ .main-holder { padding-bottom: 30px; } .container { width: 750px; } }
@media (min-width: 992px) 	{ .container { width: 970px; } }
@media (min-width: 1200px) 	{ .container { width: 1170px; } }

@media (min-width: 768px) 	{ #content { padding: 0px 4% 0px 0px; } }
@media (min-width: 992px) 	{ #content { padding: 0px 8% 0px 0px; } }


@media all and (max-width: 1199px) {
}
@media all and (max-width: 991px) {
}
@media all and (max-width: 767px) {
}
@media all and (max-width: 559px) {
}


#foot {
	height: 60px;
	background:#00afd8;
	text-align:right;
	margin: 0px; padding: 0px;
}
#foot strong {
	color: #FFF;
	font-size: 1.4em;
	line-height: 1;
	padding: 22px 5px 0px 0px;
margin: 0px;
display: inline-block;
}
@media all and (max-width: 559px) { #foot strong { display: none; } }
@media (min-width: 768px) 	{ #foot { height: auto; } #foot strong { padding: 0px 5px 0px 0px; } }

/* ------------------ END CORE ------------------ */















/* ------------------ START GRID ------------------ */

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (max-width: 559px) {
.col-tn-1, .col-tn-2, .col-tn-3, .col-tn-4, .col-tn-5, .col-tn-6, .col-tn-7, .col-tn-8, .col-tn-9, .col-tn-10, .col-tn-11, .col-tn-12 {
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  float: left;
}
.col-tn-12 { width: 100%; }
.col-tn-11 { width: 91.66666667%; }
.col-tn-10 { width: 83.33333333%; }
.col-tn-9 { width: 75%; }
.col-tn-8 { width: 66.66666667%; }
.col-tn-7 { width: 58.33333333%; }
.col-tn-6 { width: 50%; }
.col-tn-5 { width: 41.66666667%; }
.col-tn-4 { width: 33.33333333%; }
.col-tn-3 { width: 25%; }
.col-tn-2 { width: 16.66666667%; }
.col-tn-1 { width: 8.33333333%; }
.col-tn-pull-12 { right: 100%; }
.col-tn-pull-11 { right: 91.66666667%; }
.col-tn-pull-10 { right: 83.33333333%; }
.col-tn-pull-9 { right: 75%; }
.col-tn-pull-8 { right: 66.66666667%; }
.col-tn-pull-7 { right: 58.33333333%; }
.col-tn-pull-6 { right: 50%; }
.col-tn-pull-5 { right: 41.66666667%; }
.col-tn-pull-4 { right: 33.33333333%; }
.col-tn-pull-3 { right: 25%; }
.col-tn-pull-2 { right: 16.66666667%; }
.col-tn-pull-1 { right: 8.33333333%; }
.col-tn-pull-0 { right: auto; }
.col-tn-push-12 { left: 100%; }
.col-tn-push-11 { left: 91.66666667%; }
.col-tn-push-10 { left: 83.33333333%; }
.col-tn-push-9 { left: 75%; }
.col-tn-push-8 { left: 66.66666667%; }
.col-tn-push-7 { left: 58.33333333%; }
.col-tn-push-6 { left: 50%; }
.col-tn-push-5 { left: 41.66666667%; }
.col-tn-push-4 { left: 33.33333333%; }
.col-tn-push-3 { left: 25%; }
.col-tn-push-2 { left: 16.66666667%; }
.col-tn-push-1 { left: 8.33333333%; }
.col-tn-push-0 { left: auto; }
.col-tn-offset-12 { margin-left: 100%; }
.col-tn-offset-11 { margin-left: 91.66666667%; }
.col-tn-offset-10 { margin-left: 83.33333333%; }
.col-tn-offset-9 { margin-left: 75%; }
.col-tn-offset-8 { margin-left: 66.66666667%; }
.col-tn-offset-7 { margin-left: 58.33333333%; }
.col-tn-offset-6 { margin-left: 50%; }
.col-tn-offset-5 { margin-left: 41.66666667%; }
.col-tn-offset-4 { margin-left: 33.33333333%; }
.col-tn-offset-3 { margin-left: 25%; }
.col-tn-offset-2 { margin-left: 16.66666667%; }
.col-tn-offset-1 { margin-left: 8.33333333%; }
.col-tn-offset-0 { margin-left: 0; }

.hidden-tn { display: none !important; }
.visible-tn { display: block !important; }
}

/* ------------------ END GRID ------------------ */















/* ------------------ START BASE CONTENT ------------------ */

.text-holder { font-size: 1.08em; padding-bottom: 2em; }


a { color: #00afd8; text-decoration: none; }
a:hover { color: #348799; text-decoration:underline; }

a:hover, a:active, a:focus { outline: 0; }


hr { 
display:  block;
	margin: 0em auto 1.5em auto; padding: 1.5em 0em 0em 0em;
	clear:both;
	border: 0px; border-bottom: 1px dashed #747678; border-color: rgba(116,118,120,0.3);
	max-width: 85%;
}

strong, b { font-weight: 500; }

em { font-style: italic; }

p { margin: 0.1em 0em 1.4em 0em; }
p.group { display:block; width: 100%; clear:both; }

blockquote { font-size: 14px; line-height: 16px; }

.wp-caption-text {    margin-top: -2em;
    font-style: italic;
}
/*
address {
  margin-bottom: 1.75em;
  font-style: normal;
  line-height: 1.55;
  margin: 0px 0px 1em 0em;
  padding: 0.4em 0em 0em 0em;
  background: rgba(116,118,120,0.0);
  display: block;
  width: 100%;
  color:#747678; color: rgba(75,75,75,0.9);
}
address strong { }
address span { margin-right: 8px; text-transform: uppercase; font-weight: 500; color:#747678; color: rgba(75,75,75,0.7); }
address p { margin: 0em 3em 0.6em 0em; float:left; display:block; }
address p:nth-child(2n+1) { clear:left; }
address a { text-decoration: underline; }
address a:hover { text-decoration: none; }
address hr { margin: 1em auto 0.5em auto; padding-top: 0.5em; border: 0px; border-bottom: 0px dotted #747678; border-color: rgba(116,118,120,0.3); display:none;  }

address + p { clear: left; }
*/


.w2dc-content header { background: none !important; height: auto !important; }

.w2dc-content h2, .w2dc-content .w2dc-h2 {
margin: 0.5em 0px 0.5em 0px;
font-size: 2.3em;
line-height: 1.2em;
font-weight: 300;
color:#4b4b4b;
clear:both;
}


.w2dc-content.w2dc-search-form { 
	background: rgba(0, 175, 216, 0.08) none repeat scroll 0% 0% !important;
	margin: 0px 0px 1.5em 0px !important;
	padding: 15px 15px 0px 15px !important;
	border: 0px !important;
	border-radius: 0px !important;
}

.w2dc-search-section-label {
	font-family: "azo-sans-web" !important;
	font-weight: 300 !important;
	font-size: 22px !important;
margin: 0em 0px 0.5em 0px !important;
line-height: 1.3em !important;
font-weight: 300 !important;
color:#00afd8 !important;
clear:both !important;
text-shadow: 0px 0px 0px #000 !important;
    text-shadow: none !important;
font-style: normal !important;
	text-transform:uppercase;
}

.w2dc-search-overlay { background: none !important; }


.w2dc-options-links { display: none; }

.w2dc-content .w2dc-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.w2dc-content .w2dc-row {
    margin-left: 0px;
    margin-right: 0px;
}

w2dc-found-listings .w2dc-badge {
    background-color: #00afd8 !important;
}

ul.contactGroup, .w2dc-listings-block article.w2dc-listing {
	border-top: #00AFD8 solid 1px;
	border-bottom: #00AFD8 solid 0px;
	margin: 18px 0px 40px 0px; padding: 12px 0px;
	list-style: none;
	font-size: 13px;
	clear:both;
	color:#4b4b4b !important;
	color: rgba(75,75,75,1) !important;
	line-height: 1.4 !important;
}
ul.contactGroup li {
	padding: 0px; margin: 0px;
}
header.w2dc-listing-header { 
	margin: 0px !important; padding: 0px !important;
	background: none !important;
	display:block !important;
	height: auto !important;
}
ul.contactGroup > li.title,
header.w2dc-listing-header h2 {
	margin: 0px 0px 4px 0px !important; padding: 0px !important;
	font-size: 1.5em !important;
	background: none !important;
	font-weight: 300 !important;
	display:block !important;
	color:#4b4b4b !important;
}

div.w2dc-content .w2dc-field-output-block {
	padding: 0px; margin: 0px;
}

div.w2dc-content .w2dc-field-name { font-weight: 700 !important; }

div.w2dc-content .w2dc-field-output-block.w2dc-field-output-block-13 {
margin: 0.2em 0px 0.75em !important;
font-size: 1.05em;
line-height: 1.1em;
	font-weight: 700 !important;
color: rgba(116, 118, 120, 0.7) !important;
}
body.page-id-2624 .w2dc-listings-block .w2dc-field-output-block.w2dc-field-output-block-13 { display: none; }

.w2dc-content .w2dc-glyphicon { display: none; }
.w2dc-content .w2dc-label-primary { 
	margin: 4px 0px 1em 0px !important; padding: 0px !important;
	font-size: 1.05em !important;
	color:#808185 !important;
	font-weight: 300 !important;
	background: none !important;
}
.w2dc-content .w2dc-label-primary.w2dc-label a { color: #00afd8; text-decoration: none; }
.w2dc-content .w2dc-label-primary.w2dc-label a:hover { color: #348799; text-decoration:underline; }



.w2dc-listings-block .w2dc-field-content { }
.w2dc-listings-block .w2dc-field-content p { margin: 0.1em 0em 1.4em 0em; }
div.w2dc-content img.img-block, div.w2dc-content img.aligncenter { display:block; margin: 2em 0px !important; max-width: 98%; }
div.w2dc-content img.img-left, div.w2dc-content img.alignleft { float: left; margin: 0.2em 1em 1em 0 !important; max-width: 45%; }
div.w2dc-content img.img-right, div.w2dc-content img.alignright { float: right; margin: 0.2em 0em 1em 1em !important; max-width: 45%; }

body.page-id-2624 .w2dc-listings-block .w2dc-field-output-block-content { display: none; }

div.w2dc-content address { 
	margin: 0.1em 0em 0.6em 0em !important;
	font-style:normal !important;
	line-height: 1.4 !important;
}
div.w2dc-content address > span{ font-weight: 300 !important;
	color: rgba(75,75,75,1) !important; }
div.w2dc-content address > span:nth-child(2) { display:block; }


div.w2dc-content .w2dc-pagination > li.w2dc-active > a, div.w2dc-content .w2dc-pagination > li.w2dc-active > span, div.w2dc-content .w2dc-pagination > li.w2dc-active > a:hover, div.w2dc-content .w2dc-pagination > li.w2dc-active > span:hover, div.w2dc-content .w2dc-pagination > li.w2dc-active > a:focus, div.w2dc-content .w2dc-pagination > li.w2dc-active > span:focus {
    background-color: #00afd8 !important;
    border-color: #348799 !important;
    color: #FFF !important;
}


.w2dc-content .w2dc-pagination > li > a, .w2dc-content .w2dc-pagination > li > span {
	padding: 4px 8px !important;
	border: 1px solid #DDD;
}

ul.contactGroup > li.tags { 
	margin: 4px 0px; padding: 0px;
	text-transform:uppercase;
	font-size: 0.9em;
	color:#808185;
}
ul.contactGroup > li.disc { 
	margin: 4px 0px 8px 0px; padding: 0px;
	display:table-cell;
}
ul.contactGroup > li.contact,
ul.contactGroup > li.hours { 
	margin: 8px 0px; padding: 0px;
	/* color:#808185; */
}

ul.contactGroup > li.address,
ul.contactGroup > li.numbers {
	margin: 16px 0px 0px 0px; padding: 0px;
	display: inline-block;
	vertical-align: top;
	min-width: 30%; max-width: 45%;
}
ul.contactGroup > li.address + li.numbers { padding-left: 3%; }


/* ul.contactGroup > li.contact a { color:#808185; text-decoration:underline; }
ul.contactGroup > li.contact a + strong {margin-left: 16px; } */
ul.contactGroup > li.contact a:hover, ul.contactGroup > li.contact a:focus { color:#4b4b4b; text-decoration:none; }
/*
ul.contactGroup > li.contact strong,
ul.contactGroup > li.hours strong,
ul.contactGroup > li.numbers strong { padding-right: 8px; } */



ul, ol { margin: 0.2em 0em 1.25em 0em; padding: 0em 0em 0em 15px; }

ul ul,
ol ul,
ul ol,
ol ol { margin-bottom: 0; }

li {  margin-bottom: 0.55em; margin-left: 15px; padding-left: 10px; }

td ul, td ol { margin-bottom:0.25em; }

ul + ul, ol + ol, 
ul + ol, ol + ul, 
ol + ul, ul + ol,
p + ul, p + ol { margin-top: -0em; }





table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.75em;
  line-height: 1.4;
}

table p { margin: 0.1em 0em 0.7em; }

.main-holder table img,
.main-holder table img.img-block, .main-holder table img.pull-center, .main-holder table img.alignnone { margin: 0.1em 0em 0.7em; }

.main-holder table img.img-left, .main-holder table img.pull-left, .main-holder table img.alignleft { margin: 0.2em 0.7em 0.7em 0; }
.main-holder table img.img-right, .main-holder table img.pull-right, .main-holder table img.alignright { float: right; margin: 0.2em 0em 0.7em 0.7em; }

table.table-condensed tbody { font-size: 0.9em; }
table.table-condensed small { font-size: 75%; }


th {  font-weight: 700; }

.table > thead > tr > th { font-weight: 500; color:#929497; font-size: 1.1em; }


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { border-top: 1px solid #929497; border-color: rgba(146,148,151, 0.3); }
.table > thead > tr > th { border-bottom: 2px solid #929497; }


.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(146,148,151, 0.02); }

.table .t-5 { width: 5%; }
.table .t-10 { width: 10%; }
.table .t-15 { width: 15%; }
.table .t-20 { width: 20%; }
.table .t-25 { width: 25%; }
.table .t-30 { width: 30%; }
.table .t-35 { width: 35%; }
.table .t-40 { width: 40%; }
.table .t-45 { width: 45%; }
.table .t-50 { width: 50%; }

@media (max-width: 478px) { 
.table-condensed > thead > tr > th, 
.table-condensed > tbody > tr > th, 
.table-condensed > tfoot > tr > th, 
.table-condensed > thead > tr > td, 
.table-condensed > tbody > tr > td, 
.table-condensed > tfoot > tr > td { font-size: 0.85em; padding: 2px; }
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td { font-size: 0.88em; padding: 2px; }
}





h1 {
margin: 0px 0px 0.65em 0px;
font-size: 3em;
line-height: 1.1;
font-weight: 300;
text-transform:uppercase;
color: #00afd8;
clear:both;
}

h2, .h2 {
margin: 2em 0px 0.25em 0px;
font-size: 2.3em;
line-height: 1.2em;
font-weight: 300;
color:#4b4b4b;
clear:both;
}

h1 + h2, .h1 + h2, h1 + .h2, .h1 + .h2 { margin-top: 0.6em; }

h3, .h3 {
margin: 2em 0px 0.3em 0px;
font-size: 1.55em;
line-height: 1.3em;
font-weight: 300;
color:#4b4b4b;
clear:both;
}

h2 + h3, .h2 + h3, h2 + .h3, .h2 + .h3 { margin-top: 1em; }

h4, .h4 {
margin: 1em 0px 0.3em 0px;
font-size: 1.3em;
line-height: 1.2em;
font-weight: 300;
color:#4b4b4b;
clear:both;
}
ul + .h4, ol + .h4, ul + h4, ol + h4 { margin-top: 1.5em; }

h5, .h5 {
margin: 0.4em 0px 0em 0px;
font-size: 1.15em;
line-height: 1.2em;
font-weight: 300;
text-transform:uppercase;
color:#4b4b4b;
clear:both;
}
p + h5, p + .h5 { margin-top: 1.4em; }

h6, .h6 {
margin: 0.2em 0px 0em 0px;
font-size: 1.05em;
line-height: 1.1em;
font-weight: 500;
color: #747678; color:rgba(116,118,120,0.7);
}
h6 + p { margin-top: 0.5em; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small { font-size: 70%; text-transform:uppercase; }

@media (max-width: 767px) 	{
h1 { font-size: 2.3em; }
h2 { font-size: 1.55em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.15em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
 }





.main-holder img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.main-holder img.img-block, .main-holder img.pull-center, .main-holder img.alignnone { display:block; margin: 2em 0px; max-width: 98%; }
.main-holder img.img-left, .main-holder img.pull-left, .main-holder img.alignleft { float: left; margin: 0.2em 1em 1em 0; max-width: 45%; }
.main-holder img.img-right, .main-holder img.pull-right, .main-holder img.alignright { float: right; margin: 0.2em 0em 1em 1em; max-width: 45%; }
.main-holder img.img-intro, .main-holder img.pull-intro { display:block; margin: 0px 0px 1em 0px; max-width: 622px; }

.main-holder img.img-intro-big, .main-holder img.pull-intro-big { display:block; margin: 34px 0px 1em 0px; max-width: 100%; }

section.blog article .img-intro-left img { margin-top: 15px; margin-bottom: 15px; }


@media (min-width: 768px) { 
.main-holder img.img-left, .main-holder img.pull-left { margin: 0.2em 1em 1em 0; max-width: 45%; }
.main-holder img.img-right, .main-holder img.pull-right { margin: 0.2em 0em 1em 1em; max-width: 45%; }
}

@media (max-width: 1199px) { 
.main-holder img.img-right, .main-holder img.pull-right { margin: 0em 0em 30px 4.5%; max-width: 35%; }
.main-holder img.img-intro, .main-holder img.pull-intro { margin: 0px 0px 30px 0px; max-width: 100%; }
.main-holder article.item-mix img.img-intro { max-width: 60%; }
}


@media (max-width: 559px) { .main-holder article.item-mix img.img-intro, .main-holder img.img-intro, .main-holder img.pull-intro { max-width: 100%; } }



div.aligncenter { margin: 0 auto 14px; }

div.wp-caption { max-width: 98% !important; }

img.aligncenter { display: block; margin: 0 auto 14px; }

.alignleft { float: left; margin: 0 14px 4px 0; }

.alignright { float: right; margin: 0 0 4px 14px; }


/* ------------------ END BASE CONTENT ------------------ */















/* ------------------ START EXCEPTIONS ------------------ */


.hub-pages-inner { border-bottom: 0px solid #9B9B9C; padding-bottom: 30px; }

.hub-pages-inner h2 { background: rgba(0, 175, 216, 0.15) none repeat scroll 0% 0%;
padding: 32px 16px 8px 16px;
margin: 2em 0px 0em; }

.hub-pages-inner img { margin-bottom: 8px; }

.hub-pages-inner p { color: rgba(0,0,0,0.58); font-weight: 400; margin-bottom: 8px; }

#hub-pages hr { margin: 0em auto 2.5em; padding: 2.5em 0em 0em; }


ul.two-column-list { 
	padding: 0px 0px 1.2em 6px;
    -moz-column-count: 2;
    -moz-column-gap: 5%;
    -webkit-column-count: 2;
    -webkit-column-gap: 5%;
    column-count: 2;
    column-gap: 5%;
}



ul.councillors {
	list-style: none;
	display:block;
	margin: 0px;
	padding: 0px 0px 3em 0px;
}
ul.councillors li {
	float:left;
	width: 31%;
	margin: 0px 2% 25px 0px;
	padding: 0px;
}
ul.councillors li img { margin-bottom: 0px; }
ul.councillors li h4 { margin-top: -5px; }



ul.contactList {
	list-style: none;
	display:block;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 1.5em 0px;
	border-top: #00AFD8 solid 1px; border-color:rgba(0, 175, 216, 0.65);
}
ul.contactList li {
	float:left;
	width: 48%;
	margin: 0px 2% 25px 0px;
	padding: 0px;
}
ul.contactList + h4 { clear:both; padding-top: 1.75em; }
p + ul.contactList { margin-top: -0.75em; }


.listMulti2,
.listMulti3,
.listMulti4 {
	list-style: none; display:block;
	margin: 0px; padding: 6px 0px 3em 6px;
}
.listMulti2 li {
	float:left; width: 48%;	
	padding: 0px; margin: 0px 2% 25px 0px;
}
.listMulti3 li {
	float:left; width: 31.8%;	
	padding: 0px; margin: 0px 1.5% 25px 0px;
}
.listMulti4 li {
	float:left; width: 24%;	
	padding: 0px; margin: 0px 1% 25px 0px;
}

.recycling {
	list-style: none; display:block;
	margin: 1em 0px 2em 0px; padding: 0em 0px 0em 0px;
}
.recycling li {
	display: inline; max-width: 24%;
	padding: 0px; margin: 0px;
}
.main-holder .recycling li img { margin: 2px; display:inline; max-width: 24%; border:#4B4B4B 1px solid; border-color: rgba(0,0,0,0.2); }

@media all and (max-width: 991px) {
.recycling li,
.listMulti3 li,
.listMulti4 li,
ul.councillors li { width: 48%; }
}
@media (max-width: 559px) 	{
.recycling li,
.listMulti2 li,
.listMulti3 li,
.listMulti4 li,
ul.councillors li { width: 100%; float:none; margin-right: 0px; }
}







#content ul.download-list { display:block; margin: 0px 0px 40px 0px; padding: 0px; clear:both;  }

#content ul.download-list li { 
	display: inline-table;
	margin: 6px  0px 6px 0px;
	padding: 4px 0px 0px 0px;
	width: 49%;
	max-width: 49%;
	min-height: 55px;
	background: none;
}

#content ul.download-list li a { 
	padding: 0px 5% 0px 55px;
	margin: 0px 0px 0px 0px;
	color:#6d6d6d !important;
	line-height:16px;
	text-decoration:none !important;
	display: block;
	min-height: 32px;
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;
}
#content ul.download-list li a:before { 
  content:url('icons/30-download.png');
  width: 41px; height: 40px;
  padding: 6px 8px 6px 4px; margin: -8px 12px 0px -55px;
  position: absolute;
}

/* ------------------ END EXCEPTIONS ------------------ */















/* ------------------ START INPUTS/FORMS ------------------ */

#search-2 { float:right; }

input,
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
textarea {
-webkit-appearance: none;
outline: none;
border-radius: 0;
}

.comment-form { margin: 0 0 15px; }
.comment-form label { display: block; padding-bottom: 4px; }
.comment-form textarea {
padding: 3px 4px;
overflow: auto;
margin: 0;
height: 120px;
min-height: 120px;
max-width: 300px;
}
.comment-form textarea,
.comment-form input[type="text"] { margin: 0 4px 0 0; width: 300px; }
.comment-form input[type="submit"] { display: block; float: none; outline: none; }


.post-password-form { margin: 0 0 15px; }
.post-password-form label { display: block; }
.post-password-form input[type="password"] { margin: 0 4px 0 0; width: 300px; }


.post-password-form input { float: left; height: 24px; }
.post-password-form input[type="password"] { width: 150px; outline: none; }


.comment-form input[type="text"],
.comment-form input[type="search"],
.comment-form input[type="password"],
.comment-form textarea,
.post-password-form input[type="text"],
.post-password-form input[type="search"],
.post-password-form input[type="password"],
.post-password-form textarea { border: 1px solid grey; }

.comment-form input[type="submit"],
.post-password-form input[type="submit"] {
background: #000;
color: #fff;
height: 24px;
border: none;
padding: 0 10px;
outline: none;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover { opacity: .8; }


.commentlist { margin: 0 0 14px; }
.commentlist .edit-link { margin: 0; }
.commentlist .avatar-holder { float: left; margin: 0 14px 4px 0; }
.commentlist-item .commentlist-item { padding: 0; }
.comment,
.commentlist-holder { overflow: hidden; }
.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item { padding-top: 14px; }


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}



@media all and (min-width: 993px) { 
	.commentlist-item .commentlist-item { padding: 0 0 0 2em; }
}
@media all and (max-width: 1199px) {
}
@media all and (max-width: 991px) {
}
@media all and (max-width: 767px) { 
	.comment-form textarea, .comment-form input[type="text"] { width: 100%; }
}
@media all and (max-width: 559px) {
}


/* ------------------ END INPUTS/FORMS ------------------ */
















/* ------------------ START SEARCH ------------------ */


.navbar-form .input-group > .form-control {
    display: block;
    width: 83%;
    height: 26px;
    padding: 2px 12px;
    font-size: 15px;
    line-height: 1;
    color: #747678;
    background: #FFF;
    border: 0px solid #fff;
    border-radius: 0px;
	box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.12) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control:focus {
    border-color: #66AFE9;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 3px 2px 4px rgba(116,118,120, 0.8);
}

.navbar-form .input-group .input-group-addon {
	width: 17%;
    padding: 0px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #fff; color: rgba(255,255,255,1);
    background: #00afd8; background: rgba(0,175,216,1);
    border: 0px solid #00afd8;
    border-radius: 0px;
	height: 26px;
}


.widget_search { float: right; margin: 4px 0px 0px 10px; }

.search-form input[type="text"],
.search-form input[type="search"],
.search-form input[type="password"],
.search-form textarea { border: 1px solid #ECEDEA; }


.search-form { margin: 0; }

.search-form input { 
	float: left;
	height: 24px;
	padding: 4px 12px;
	font-size: 14px;
	line-height: 14px;
	color:#A3A597;
}

.search-form input[type="search"] { margin: 0 4px 0 0; width: 150px; }

.search-form input[type="submit"] {
background: #A3A597;
color: #fff;
height: 24px;
border: none;
padding: 0 10px;
outline: none;
font-weight: 500;
}

.search-form input[type="submit"]:hover { opacity: .8; }

.search-form .form-control:focus {
    border-color: #ECEDEA;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 3px rgba(163, 165, 149, 0.4);
}
@media (min-width: 768px) and (max-width: 991px) { 
.form-control {  }
	
#search-3 { 
position: absolute;
top: 95px;
left: 50%;
margin-left: 53px;
z-index: 12;
 }
}

@media all and (max-width: 767px) { 
.widget_search { float: none; margin: 10px 0px; }
.navbar-form {
	margin: 0px;
padding: 0px;
border-top: 0px;
border-bottom: 0px;
box-shadow: none;
}
}

@media all and (max-width: 559px) { 
.search-form input[type="search"] { padding: 4px 6px; width: 110px; }
.search-form input[type="submit"] { padding: 0 6px; }
}

@media screen\0 { 
	input#mod-finder-searchword { width:100%; }
}


/* ------------------ END SEARCH ------------------ */






























/* ------------------ START Download Lists ------------------ */


ul.docDown { list-style: none; margin: 1em 0em 2em 1em; padding: 0px; }
ul.docDown li { width: 49%; max-width: 49%; min-width: 49%; margin:0.5em 0em 0.5em 0em; padding: 0px; display:inline-table; }
ul.docDown2 li { }
ul.docDown3 li { width: 32%; max-width: 32%; min-width: 32%; }
ul.docDown4 li { width: 24%; max-width: 24%; min-width: 24%; }
ul.docDown li a { display: block; margin:0px; padding:0.3em 0em 0.3em 3em; min-height: 32px; }

ul.docDown li.word a { background: url(icons/word-32.png) center left no-repeat; }
ul.docDown li.pdf a { background: url(icons/pdf-32.png) top left no-repeat; }
ul.docDown li.xls a { background: url(icons/excel-32.png) top left no-repeat; }
ul.docDown li.zip a { background: url(icons/zip-32.png) top left no-repeat; }


/* ------------------ END Download Lists  ------------------ */















/* ------------------ START page-focus / page-preview ------------------ */

.events-holder {
	background:url(images/bk-events.png) repeat;
	margin: 0px; padding: 20px; color: #fff;
}

.events-holder h1 { margin: 0px 0px 20px 0px; color: #fff; }

.events-holder h2 { margin: 12px 0px 0px 0px; }

.events-holder a { color: #fff; }

.events-holder p { margin: 0px 0px 8px 0px; font-size:1.08em; }
.events-holder span { color: #00AFD8; }

@media all and (min-width: 560px) {
.events-holder .cols + .cols { border-left: 1px solid #fff; padding-left: 30px; border-color: rgba(255,255,255,0.6); }
.events-holder span { font-size: 1.05em; }
}

@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
.events-holder h1 { margin: 0px 0px 30px 0px; }
.events-holder h2 { margin: 0px 0px 8px 0px; }
.events-holder h2, .events-holder p { margin-bottom: 12px; }
.events-holder span { font-size: 1.15em; }
}
@media all and (min-width: 1200px) {
.events-holder h1 { margin: 0px 0px 40px 0px; }
.events-holder h2, .events-holder p { margin-bottom: 15px; }
}
@media all and (max-width: 559px) {
.events-holder .cols + .cols { border-top: 1px solid #fff; margin-top: 15px; padding-top: 30px; border-color: rgba(255,255,255,0.6); }
}


.page-focus { 
	display:block;
	margin: 30px 0px 0px 0px; padding: 0px;
}
.page-focus h1 { margin: 0px 0px 20px 0px; }
.page-focus h2 { margin: 0px 0px 15px 0px; }

.page-focus h2 a { color:#4b4b4b; }

.main-holder .page-focus-img { padding: 0px 20px 20px 0px; }
.page-focus-content p { margin: 0px 0px 15px 0px; font-size:1.08em; }
.page-focus-content span { color: #00AFD8; }

@media all and (min-width: 768px) {
.page-focus { 
	margin: 0px 0px 40px 0px; padding: 0px 0px 40px 0px;
	border-bottom: 1px solid #d3d3d3;
}
.events-holder + .page-focus { 
	margin-top: 40px; padding-top: 40px;
	border-top: 1px solid #d3d3d3;
}
}
@media all and (min-width: 560px) {
.page-focus { 
}
.page-focus-inner { display: table; }
.page-focus-img,
.page-focus-content { 
	display: table-cell;
	vertical-align:top;
}
.page-focus-content span { font-size: 1.15em; }
}
@media all and (max-width: 559px) {
.main-holder .page-focus-img img { margin: 0px 20px 20px 0px; }
}



.page-preview { 
	display:block;
	margin: 0px 0px 40px 0px; padding: 0px;
}
.page-preview h3 { margin: 0px 0px 10px 0px; }
.page-preview h3 a { color:#4b4b4b; }

.page-preview p { margin: 0px 0px 10px 0px; font-size:1.08em; }
.page-preview span { color: #00AFD8; }

@media all and (min-width: 768px) {	
.page-preview span { font-size: 1.05em; }
}
@media all and (max-width: 767px) {
.page-preview .page-preview-content { padding: 12px 0px;
	border-top: 1px solid #d3d3d3;	
}
}




/* ------------------ END page-focus ------------------ */















/* ------------------ START SIDEBAR ------------------ */


#sidebar {
padding: 0px;
margin: 0 0 0 0px;
overflow: hidden;
}

#sidebar #townmap { 
	display: block; width: 100%; 
	margin: 0px 0px 24px 0px; padding: 0px;
	background: #9B9B9C; 
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;
}
#sidebar #townmap a.townmap-title { 
	display: block; width: 100%; 
	margin: 0px; padding: 6px; 
	text-align:center; 
	color: #fff; 
	border-bottom: 1px solid #fff;
}
#sidebar #townmap:hover { background: #747678; }
#sidebar #townmap a.townmap-title:hover { text-decoration:none; }

#sidebar #townmap img { margin-bottom: 0px; }



#sidebar .side-nav {
display: block; width: 100%; margin: 0px 0px 24px 0px; padding: 0px;
}

#sidebar #menu-rightside.navbar-nav { display: block; width: 100%; margin: 0px; padding: 0px; float: none; }

#sidebar #menu-rightside.navbar-nav > li { width: 100%; margin: 0px; padding: 0px; }

#sidebar #menu-rightside.navbar-nav > li > a { display: none; }

#sidebar #menu-rightside.navbar-nav > li > ul { display: none; width: 100%; margin: 0px; padding: 0px; }

#sidebar #menu-rightside.navbar-nav > li.active > ul,
#sidebar #menu-rightside.navbar-nav > li.current_page_ancestor > ul,
#sidebar #menu-rightside.navbar-nav > li.current_page_item > ul { display: block; width: 100%; margin: 0px; padding: 0px; }

#sidebar #menu-rightside.navbar-nav > li > ul > li { display: block; width: 100%; margin: 0px 0px 2px 0px; padding: 0px; }

#sidebar #menu-rightside.navbar-nav > li > ul > li > a { 
	display: block;
	width: 100%;
	background: #00afd8; background: rgba(0,175,216,1);
	padding: 10px 10px 10px 20px;
	font-size: 1.4em;
	color: #fff; color: rgba(255,255,255,0.8);
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;
}

#sidebar #menu-rightside.navbar-nav > li > ul > li > a:hover { 
	background: #00afd8; background: rgba(0,175,216,0.8);
	color: #fff;
	text-decoration: none;
}
#sidebar #menu-rightside.navbar-nav > li > ul > li.current_page_item a { 
	display: block;
	width: 100%;
	background: #00afd8; background: rgba(0,175,216,0.15);
	padding: 10px 20px;
	font-size: 1.4em;
	color: #00afd8;
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;
}
#sidebar #menu-rightside.navbar-nav > li > ul > li.current_page_item a:hover { 
	background: #00afd8; background: rgba(0,175,216,0.08); }
	
	
	
	
	

#sidebar #menu-rightside.navbar-nav ul ul.sub-footer-nav { margin: 2px 0px 6px 8%; padding: 0px; }

#sidebar #menu-rightside.navbar-nav ul ul.sub-footer-nav > li { display: block; width: 100%; margin: 0px 0px 2px 0px; padding: 0px; }

#sidebar #menu-rightside.navbar-nav ul ul.sub-footer-nav > li > a { 
	display: block;
	width: 100%;
	background: #00afd8; background: rgba(0,175,216,0.03);
	border-left: 8px solid #00afd8; border-color: rgba(0,175,216,0.1);
	padding: 8px 8px 8px 12px;
	font-size: 1.2em; line-height: 1.25;
	color: #00afd8; color: rgba(0,175,216,0.75);
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;
}

#sidebar #menu-rightside.navbar-nav ul ul.sub-footer-nav > li > a:hover { 
	text-decoration: none;
	border-left: 8px solid #00afd8; border-color: rgba(0,175,216,0.6);
	color: #00afd8; color: rgba(0,175,216,1);
}
#sidebar #menu-rightside.navbar-nav ul ul.sub-footer-nav > li.current_page_item a {
	background: #00afd8; background: rgba(0,175,216,0.06);
	border-color: rgba(0,175,216,0.2);
	color: rgba(0,175,216,0.95);
}
#sidebar #menu-rightside.navbar-nav ul ul.sub-footer-nav > li.current_page_item a:hover {
	border-color: rgba(0,175,216,1); }
	
	
@media all and (max-width: 991px) {
#sidebar #menu-rightside.navbar-nav > li > ul > li > a { font-size: 1.25em; }
}
@media all and (max-width: 767px) {
#sidebar { padding: 3em 0px 1.5em 0px; margin-top:3em; display: table; width: 100%; border-top: #d3d3d3 solid 1px; }
#sidebar .side-nav { display: none; }
}
@media (min-width: 560px) and (max-width: 767px) { 
#sidebar > div { display: table-cell; width:50%; vertical-align: top; }
#sidebar > div.spider_calendar { padding-right: 10px; }
#sidebar > div#townmapGroup { padding-left: 10px; }
}

/* ------------------ END SIDEBAR ------------------ */















/* ------------------ START Button ------------------ */

.btn-blue {
  border: 0; border-radius: 0px !important;
  text-decoration:none;
	padding: 12px 16px; margin: 0px 10px 10px 0px;
	background: #00afd8; background: rgba(0,175,216,1);
	color: #fff; color: rgba(255,255,255,0.8);
  box-shadow: 0px; text-shadow: 0px;
  font-size: 1.2em; line-height: 1;
-webkit-transition: all 0.15s; -moz-transition: all 0.15s; transition: all 0.15s; }
.btn-blue:hover, .btn-blue:focus, .btn-blue.focus, .btn-blue:active, .btn-blue.active, .open > .dropdown-toggle.btn-blue {
  background: #00afd8; background: rgba(0,175,216,0.15) !important;  color: rgb(0,175,216); text-decoration:none; }
.btn-blue:active, .btn-blue.active, .open > .dropdown-toggle.btn-blue { background-image: none; }
.btn-blue.disabled, .btn-blue[disabled], fieldset[disabled] .btn-blue, .btn-blue.disabled:hover, .btn-blue[disabled]:hover, fieldset[disabled] .btn-blue:hover, .btn-blue.disabled:focus, .btn-blue[disabled]:focus, fieldset[disabled] .btn-blue:focus, .btn-blue.disabled.focus, .btn-blue[disabled].focus, fieldset[disabled] .btn-blue.focus, .btn-blue.disabled:active, .btn-blue[disabled]:active, fieldset[disabled] .btn-blue:active, .btn-blue.disabled.active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue.active {
  background-color: #5bc0de; border-color: #46b8da; }
.btn-blue .badge { color: #5bc0de; background-color: #fff; }

/* ------------------ END INPUTS/FORMS ------------------ */

























/* ------------------ START INTRO ------------------ */


.intro {
    position: relative;    
    height: 215px;
    background: url(headers/base.jpg) center top no-repeat;
}
body.home .intro { height: 525px; }

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { top: 43%; height: 40px; width:40px; font-size: 40px; }

.carousel-control.left,
.carousel-control.right { background: none; }

.carousel-inner {
  -webkit-transform-style: preserve-3d;
}

.carousel-inner > .item-heather .carousel-caption,
.carousel-inner > .item-carved .carousel-caption { background: #30448a; background: rgba(48,68,138,0.85); }
.carousel-inner > .item-family .carousel-caption { background: #0b788f; background: rgba(11,120,143,0.85); }
.carousel-inner > .item-festivals .carousel-caption { background: #8b448e; background: rgba(139,68,142,0.85); }
.carousel-inner > .item-ww1 .carousel-caption,
.carousel-inner > .item-history .carousel-caption { background: #9f234a; background: rgba(159,35,74,0.85); }
.carousel-inner > .item-welcome .carousel-caption { background: #0c8fab; background: rgba(12,143,171,0.85); }
.carousel-inner > .item-inport .carousel-caption,
.carousel-inner > .item-business .carousel-caption { background: #a76f1e; background: rgba(167,111,30,0.85); }

.carousel-inner > .item .carousel-caption {
	padding: 20px 35px;
	left: 50%; right: 50%;
	margin-left: -570px; margin-right: -250px;
	bottom: 10%;
}
@media (min-width: 768px) and (max-width: 991px) { .carousel-inner > .item .carousel-caption { margin-left: -375px; margin-right: -325px; padding: 14px 15px; } }
@media (min-width: 992px) and (max-width: 1199px) { .carousel-inner > .item .carousel-caption { margin-left: -475px; margin-right: -285px; padding: 17px 25px; } }

.carousel-inner > .item .carousel-caption > a { display:block; color: #fff; font-size: 1.22em; text-decoration:underline; text-shadow: none; }
.carousel-inner > .item .carousel-caption > a:nth-child(2) { text-align:right; padding: 20px 4% 0px 0px; }
.carousel-inner > .item .carousel-caption > a > img { max-width: 100%;  }

@media (max-width: 767px) 	{
body.home .intro { height: 290px; }
.carousel-inner > .item .carousel-caption {
	padding: 10px;
	left: 18%; right: 8%; bottom: 7%;
	margin-left: 0px; margin-right: 0px; }
.carousel-inner > .item .carousel-caption > a:nth-child(2) { display: none; }
}

@media (max-width: 559px) 	{
.carousel-inner > .item .carousel-caption { left: 12%; right: 4%; bottom: 7%;}
}

.carousel-inner > .item > img { max-width:none; }


@media (min-width: 1199px) 	{ 
	.intro { overflow: hidden; }
	.carousel-inner > .item { min-height: 525px; }
	.carousel-inner > .item.item-heather { background: url(headers/heather-2400.jpg) center top no-repeat; }
	.carousel-inner > .item.item-carved { background: url(headers/carved-2400.jpg) center top no-repeat; }
	.carousel-inner > .item.item-welcome { background: url(headers/welcome-2400.jpg) center top no-repeat; }
	.carousel-inner > .item.item-family { background: url(headers/family-2400.jpg) center top no-repeat; }
	.carousel-inner > .item.item-inport { background: url(headers/inport-2400.jpg) center top no-repeat; }
	.carousel-inner > .item.item-business { background: url(headers/business-2400.jpg) center top no-repeat; }
	.carousel-inner > .item.item-ww1 { background: url(headers/ww1-2400.jpg) center top no-repeat; }
	.carousel-inner > .item.item-history { background: url(headers/history-2400.jpg) center top no-repeat; }
	.carousel-inner > .item.item-festivals { background: url(headers/festivals-2400.jpg) center top no-repeat; }
	/*
	.carousel-inner > .item.item-Economic { background: url(headers/Economic-2400.jpg) center top no-repeat; }
	.carousel-inner > .item.item-ParksRec { background: url(headers/ParksRec-2400.jpg) center top no-repeat; }
	.carousel-inner > .item.item-Residents { background: url(headers/Residents-2400.jpg) center top no-repeat; }
	.carousel-inner > .item.item-Tourism { background: url(headers/Tourism-2400.jpg) center top no-repeat; }
	.carousel-inner > .item.item-TownHall { background: url(headers/TownHall-2400.jpg) center top no-repeat; }
	*/
	
}
@media (max-width: 767px) 	{ .intro { height: 180px; } body.home .intro { height: 290px; } }

/* ------------------ END INTRO ------------------ */






















/* ------------------ START HEADER ------------------ */

#header { position: relative; }

#header [class*=col-lg] { position: static; }

#header .top-holder {
background: #2b2b2a;
height: 53px;
margin: 0 0 19px;
padding: 13px;
}

#header .logo { float: left; margin: 0 0 0 27px; }

.navbar {
float: right;
clear: right;
margin: 0 1px -22px 0;
padding: 0;
border: none;
width: 1000px;
background: none;
border-radius: 0;
min-height: 0;
position: relative;
}

.navbar-collapse.collapse { padding-right: 0px; padding-left: 0px; }

.navbar .navbar-nav {
padding: 6px 6px 7px;
text-align: center;
width: 100%;
margin: 0;
}

.navbar .navbar-nav > li {
border: solid #fff;
border-width: 0 0 0 1px;
padding: 0 17px;
display: inline-block;
vertical-align: top;
/* float: none; */
}

.navbar .navbar-nav > li:first-child { border: none; }

.navbar .navbar-nav > li.active > a { color: #fff; background: none; }

.navbar .navbar-nav > li.active > a:hover,
.navbar .navbar-nav > li.active > a:focus {color: #000; background: none; }


.navbar .navbar-toggle { 
margin: 0;
padding: 9px 10px;
border: none;
width: 103px;
border-radius: 0;
background: #00afd8; background: rgba(0,175,216,0.8);
z-index: 11;
}

.navbar .navbar-toggle strong { 
display: inline-block;
vertical-align: middle;
color: #fff; color: rgba(255,255,255,1);
font-weight: 300;
font-size: 20px;
line-height: 23px;
}

.navbar .navbar-toggle .holder {display: inline-block; vertical-align: middle; } 

.navbar .navbar-toggle .icon-bar {
background: #fff;
height: 3px;
width: 20px;
border-radius: 0;
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus { background: #00afd8; }
.navbar .navbar-toggle:hover strong,
.navbar .navbar-toggle:focus strong { color: #fff; }

.add-nav {
float: right;
font-size: 15px;
line-height: 15px;
margin: 0 11.7% 0 0;
}

.add-nav ul li { float: left; padding: 0 9px; border-left: 1px solid #fff; font-size: 15px; font-weight:300; }

.add-nav ul li:first-child { border: none; }

.add-nav ul a { color: #fff;}
	
	
	
#menu-mobile { padding: 0px 4px 8px 4px; margin: 0px 0px 0px 0px; width: 100%; clear:both; border-top: 0px solid #d3d3d3; }

#menu-mobile li {
	border: none;
	padding: 0px 0px;
	margin: 2px 1%;
	float: left;
	width: 48%;
}
#menu-mobile li a { 
	display: block;
	margin: 0px;
	padding: 16px 8px 4px 8px;
	max-height: 53px;
	color: #fff; color: rgba(255,255,255,0.8);
	text-decoration:none;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	text-align:left;
	font-weight: 500;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;
}
@media (max-width: 559px) { #menu-mobile li a { font-size: 15px; line-height: 15px; } }

#menu-mobile li a:focus, #menu-mobile li a:hover { padding: 16px 4px 4px 12px; color: #fff; }

	
	
#menu-social-menu-mobile { padding: 0px 0px; margin: 0px 0px 0px 0px; width: 100%; clear:both; border-top: 0px solid #d3d3d3; background: rgb(43,43,42); }

#menu-social-menu-mobile li {
	border: none;-mobile
	padding: 0px;
	margin: 0px 5px;
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;
	float: left;
}
#menu-social-menu-mobile li:hover { background: #000; }
	
#menu-social-menu-mobile li a { 
	display: block;
	margin: 0px;
	padding: 24px;
	width: 48px;
	height: 48px;
	max-height: 48px;
	line-height: 48px;
}

@media (max-width: 767px) {
#menu-social-menu-mobile { padding-left:4px; }
#menu-social-menu-mobile li a { 
	display: block;
	margin: 0px;
	padding: 18px;
	width: 36px;
	height: 36px;
	max-height: 36px;
	line-height: 36px;
	background-size: 65% !important;
}
#menu-social-menu-mobile li a img { max-width: 28px; } 
	
}


#menu-social-menu-1 { padding: 0px 0px 0px 10px; margin: 0px; width: auto; text-align:left; }
@media (min-width: 1200px) { #menu-social-menu-1 { padding: 0px 0px 0px 27px; } }

#menu-social-menu-1 li {
	border: none;
	padding: 0px 0px;
	margin: 4px 1px 0px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;
}
@media (min-width: 992px) { #menu-social-menu-1 li { margin: 11px 1px 0px 0px; } }
#menu-social-menu-1 li:hover {
	background: #00AFD8; background: rgba(0,175,216,0.6); }
	
#menu-social-menu-1 li a { 
	display: block;
	margin: 0px;
	padding: 0px;
	width: 32px;
	height: 32px;
	max-height: 32px;
	line-height: 32px;
}


#menu-social-menu-2-foot { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; width: auto; display: block; float: right; }
@media (min-width: 768px) { #menu-social-menu-2-foot { margin-top: 0px; } }

#menu-social-menu-2-foot li {
	display:inline-block;
	border: none;
	padding: 0px;
	margin: 6px 3px 6px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;
}
#menu-social-menu-2-foot li:hover {
	background: #000; background: rgba(0,0,0,0.15); }
	
#menu-social-menu-2-foot li a { 
	display: block;
	margin: 0px;
	padding: 0px;
	width: 40px;
	height: 40px;
	max-height: 60px;
	line-height: 28px;
}


#menu-social-menu-1 li a span, #menu-social-menu-mobile li a span, #menu-social-menu-2-foot li a span { display: none; }

#menu-social-menu-1 li.soc-facebook a, #menu-social-menu-mobile li.soc-facebook a, #menu-social-menu-2-foot li.soc-facebook a { background: url(icons/22-fff-facebook.png) center center no-repeat; }
#menu-social-menu-1 li.soc-youtube a, #menu-social-menu-mobile li.soc-youtube a, #menu-social-menu-2-foot li.soc-youtube a { background: url(icons/22-fff-linkedin.png) center center no-repeat; }
#menu-social-menu-1 li.soc-flickr a, #menu-social-menu-mobile li.soc-flickr a, #menu-social-menu-2-foot li.soc-flickr a { background: url(icons/22-fff-flickr.png) center center no-repeat; }
#menu-social-menu-1 li.soc-youtube a, #menu-social-menu-mobile li.soc-youtube a, #menu-social-menu-2-foot li.soc-youtube a { background: url(icons/22-fff-youtube.png) center center no-repeat; }
#menu-social-menu-1 li.soc-twitter a, #menu-social-menu-mobile li.soc-twitter a, #menu-social-menu-2-foot li.soc-twitter a { background: url(icons/22-fff-twitter.png) center center no-repeat; }


@media (min-width: 992px) and (max-width: 1199px) { #menu-social-menu-1 li a { width: 40px; } }


#menu-top { padding: 0px; margin: 0px; width: auto; display:inline-block; float: none; }

#menu-top li {
	border: none;
	padding: 0px 0px;
	margin: 0px 5px;
}
#menu-top li a { 
	display: block;
	margin: 0px;
	padding: 18px 16px 18px 16px;
	max-height: 53px;
	color: #fff; color: rgba(255,255,255,0.8);
	text-decoration:none;
	font-size: 16px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: 400;
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;	
}
#menu-top li a:hover {
	background: #00afd8; background: rgba(0,175,216,0.8); color: #fff; }
	
	
	
#menu-main { padding: 0px; margin: 40px 0px 0px 0px; width: auto; text-align:center; float: right; }

#menu-main > li {
	border: none;
	padding: 0px 0px;
	margin: 0px 0px;
}
#menu-main > li > a { 
	display: block;
	margin: 0px;
	padding: 12px 36px;
	max-height: 53px;
	color: #9b9b9c;
	text-decoration:none;
	font-size: 15px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;
}

#menu-main > li.ancestor > a,
#menu-main > li.active > a { background: #9b9b9c; background: rgba(155, 155, 156, 0.12) none repeat scroll 0% 0%; }

#menu-main > li.current_page_item a,
#menu-main > li.current-page-ancestor a { color: #747678; }

#menu-main > li a:hover { background: #00afd8; background:rgba(0, 175, 216, 0.83); color: #fff; }

#menu-main > li.open > a, #menu-main > li.open > a:hover, #menu-main > li.open > a:focus { background: #00afd8; background:rgba(0, 175, 216, 0.83); color: #fff; color: rgba(255,255,255,0.75); }


#menu-main .dropdown-menu { 
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background: none;
	background: rgba(0, 175, 216, 0.95);
	border: none;
	box-shadow: none;
	padding: 0px; margin: 0px;
	width: 200px;
	margin-left: 0px;
	border-bottom: 3px solid #2B2B2A;
	border-top: 1px solid #fff;
}
#menu-main li:last-child .dropdown-menu { margin-left: -34px; }
#menu-main .dropdown-menu > li { padding: 0px; margin: 0px 0px; border-top: 1px solid #E5F3F6; }
#menu-main .dropdown-menu > li:first-child { border-top: 0px solid #fff; }
#menu-main .dropdown-menu > li > a {
	white-space: normal;
	padding: 12px 8%; margin: 0px;
	color: rgba(0,0,0,0.53); color: #fff;
	text-decoration:none;
	font-size: 0.86em;
	line-height: 1.3;
	font-weight: 300;
	text-align: left;
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;
}
#menu-main .dropdown-menu > li > a:focus,
#menu-main .dropdown-menu > li > a:hover { background: #E5F3F6; color: #00afd8; }
/*
#menu-main .dropdown-menu { padding: 0px; width: 200px; text-align:center; }
#menu-main .dropdown-menu { margin-left: -50%; }
*/
	
#menu-main .menu-item-5076,
#menu-main .menu-item-5077,
#menu-main .menu-item-5078 { display: none; }
	
@media all and (max-width: 1199px) { 
#menu-top { margin-right: -20px; }
#menu-main { margin-right: -4px; }
#menu-top li a { padding: 18px 8px; }
#menu-main > li { padding: 0px 5px; }
#menu-main > li > a { padding: 12px 16px; }
}
@media all and (max-width: 991px) { 
#menu-social-menu-1 { margin-left: 22px; }
#menu-top { margin-right:  -1px; }
#menu-top li { padding: 0px 1px; }
#menu-top li a { padding: 13px 6px; font-size: 13.5px; }
#menu-main { margin: 16px -1px 0px 0px; }
#menu-main > li { padding: 0px 1px; }
#menu-main > li > a { padding: 12px 6px; font-size: 13.4px; }
}	



@media all and (max-width: 1199px) {
#header .top-holder {
padding: 10px 0 9px;
height: auto;
margin: 0 0 16px;
}

#header .logo {
margin: 0 0 0 23px;
width: 245px;
}

#header .header-holder {
padding: 0 21px;
}

.navbar {
width: 835px; margin-right: -20px;
}

.navbar .navbar-nav {
padding: 5px 0;
}

.navbar .navbar-nav > li {
padding: 0 14px;
}


.navbar .navbar-nav > li > a {
font-size: 14px;
line-height: 17px;
padding: 4px 0;
}

.add-nav {
font-size: 12px;
line-height: 12px;
margin: 0 13.4% 0 0;
}

.add-nav ul li {
padding: 0 6px;
}
}
@media all and (max-width: 991px) {

#header .header-holder {
padding: 0 0 1px;
}

.navbar {
width: 660px; margin-right: -20px;
}

.add-nav {
margin: 0 2.6% 0 0;
}

.add-nav ul li {
padding: 0 5px;
}
}
@media all and (max-width: 767px) {
	

#header .top-holder {
padding: 4px;
margin: 0 0 42px;
}

#header .logo {
margin: 0 0 0 10px;
width: 170px;
}

.navbar {
margin: 18px 9px 0 0;
position: static;
width: auto;
}

.navbar .navbar-nav {
padding: 0;
text-align: right;
font-size: 18px;
line-height: 1;
}

.navbar .navbar-nav > li {
padding: 0; margin: 0px;
display: block;
border: solid #fff;
border-width: 1px 0 0px;
}

.navbar .navbar-nav > li:first-child {
border-top: 1px solid #fff;
}

.navbar .navbar-nav > li > a {
font-size: inherit;
line-height: inherit;
padding: 8px 24px; margin: 0px;
color: #fff; color: rgba(255,255,255,0.8);
text-transform:uppercase;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus { }

.navbar .navbar-nav > li > a {
padding: 8px 24px; margin: 0px;
color: #fff; color: rgba(255,255,255,0.8);
text-transform:uppercase;
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;
}
.navbar .navbar-nav > li.active > a {  background: rgba(255,255,255,0.1); color: #fff !important; }

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li.active > a:hover,
.navbar .navbar-nav > li.active > a:focus { background: rgba(255,255,255,0.2); color: #fff !important;  padding-right: 5.5%; }


.navbar .navbar-nav > li.open { background: none; background: rgba(0,0,0,0.15); }

.navbar-default .navbar-nav > .open > a { color: #fff !important; } 

.navbar .navbar-nav > li.open > a, .navbar .navbar-nav > li.open > a:focus, .navbar .navbar-nav > li.open > a:hover { background: none; }




.navbar .navbar-nav > li.ancestor { background: none; background: rgba(0,0,0,0.15); }
.navbar .navbar-nav > li.ancestor > .dropdown-menu {
	display: block;
	float: none;
	background: none;
	border: 0px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px;
}

.navbar .navbar-nav > li > .dropdown-menu { 
position: relative;
	width: 100%;
	border-bottom: 0px;
	font-size: 0.94em; line-height: 1.25;
	padding: 0px 24px 4px 24px;
}

.navbar .navbar-nav > li:last-child > .dropdown-menu { right: auto; }
.navbar .navbar-nav > li > .dropdown-menu > li { padding: 0px; margin: 0px; background: none; display: block; }

.navbar .navbar-nav > li > .dropdown-menu > li > a {
font-size: 0.9em; line-height: 1;
margin: 0px 2px 0px;
	padding: 9px 3% 9px 3%; background: none;
	color: #fff !important;
	font-weight:300;
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;
}
.navbar .navbar-nav > li > .dropdown-menu > li > a:focus,
.navbar .navbar-nav > li > .dropdown-menu > li > a:hover { padding-left: 4.5%; background: none; }

.navbar .navbar-nav > li > .dropdown-menu > li:last-child > a { margin-bottom: 4px; }

.navbar .navbar-nav > li > .dropdown-menu > li.active > a { color: #fff !important; background:#00AFD8 !important;  } 

.navbar .navbar-nav > li > .dropdown-menu > li.active > a:focus,
.navbar .navbar-nav > li > .dropdown-menu > li.active > a:hover { padding-left: 6.5%; } 

.navbar .navbar-collapse {
position: absolute;
top: 100%;
left: 0;
right: 0;
background: #00afd8;
border: none;
z-index: 11;
margin-top:-1px;
}
}
@media all and (max-width: 559px) {
.navbar .navbar-collapse {
}
form#mod-finder-searchform { padding-left: 5.5%; }


.navbar .navbar-collapse .nav-holder { width: 100vw !important; }
.navbar .navbar-collapse .nav-holder .navbar-nav { margin: 0px !important; padding: 0px !important; }
.navbar .navbar-nav > li { max-width: 100vw !important; margin: 0px !important; padding: 0px !important; }
}

/* ------------------ END HEADER ------------------ */















/* ------------------ START FOOTER ------------------ */

#footer {
background: #2b2b2b url(images/bk-footer.png);
	font-size: 12px;
	line-height: 1.4;
padding: 0px 0 25px;
color: #fff;
}


#footer .open-close { float: left; width: 100%; }


#footer .js-slide-hidden { position: static !important; }

#footer ul.footer-nav {
}
#footer ul.footer-nav .foot-hidden { display: none; }
#footer ul.footer-nav > li > a {
}

@media all and (min-width: 768px) {
#footer {
	padding: 25px 0 35px;
}

#footer ul.footer-nav {
	margin: 0px; padding: 0px;
	display: table-row;
	display: table;
width: 100%;
}
#footer ul.footer-nav > li {
	margin: 0px; padding: 0px;
	display: table-cell;
	text-align:left;
	vertical-align:top;
}
#footer ul.footer-nav > li > a {
	font-weight: 600; font-size: 1.1em;
	text-transform: uppercase;
	color: #fff;
	display:block;
	margin: 0px; padding: 4px 10px 4px 0px;
}
#footer ul.footer-nav > li:last-child > a { padding-right: 0px; }
#footer ul.footer-nav > li:first-child > a { padding-left:2%; }
#footer ul.footer-nav > li:last-child > a { padding-right:2%; }
#footer ul.footer-nav > li > a:hover,
#footer ul.footer-nav > li > a:focus {
	text-decoration:none;
}

#footer ul.footer-nav li ul.sub-footer-nav {
	margin: 0px; padding: 0px;
	max-width: 95%;
}
#footer ul.footer-nav li.current_page_item ul.sub-footer-nav,
#footer ul.footer-nav li.current_page_ancestor ul.sub-footer-nav { display: block; }

#footer ul.footer-nav ul.sub-footer-nav > li {
	margin: 0px; padding: 0px;
	display:block;
}
#footer ul.footer-nav ul.sub-footer-nav > li > a {
	margin: 0px 0px 8px; padding: 0px;
	text-transform: uppercase;
	color: #fff;
	display:block;
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;
}
#footer ul.footer-nav ul.sub-footer-nav > li > a > span {
	/*
	margin: 0px 0px 0px 0px; padding: 4px 0px;
	display:block; min-width: 190px;
	 position:absolute;
	 */
}
#footer ul.footer-nav ul.sub-footer-nav > li.active > a,
#footer ul.footer-nav ul.sub-footer-nav > li.current_page_item > a {color: #8ad4e5; }
#footer ul.footer-nav ul.sub-footer-nav > li > a:hover,
#footer ul.footer-nav ul.sub-footer-nav > li > a:focus {
	text-decoration:none; color: #00AFD8;
}

#footer ul.add-info { display: none; }

}
@media all and (min-width: 992px) {
#footer ul.footer-nav > li > a { font-size: 1.2em; }
}
@media all and (min-width: 1200px) {
}
@media all and (max-width: 767px) {
#footer { text-align: center; }


#footer .js-slide-hidden { position: absolute !important; margin-top: 50px; }

#footer .open-close { margin: 0 0 27px; text-align:left; }
#footer .open-close .opener {
	background: #3B3B3B;
	position:absolute; width: 100%; left: 0px;
display: block;
font-size: 20px;
line-height: 23px;
padding: 8px 70px 7px 20px; margin: 0px 0px 0px 0px;
color:#00AFD8; text-decoration: none; 
height: 40px;
}
#footer .open-close a.opener:hover,
#footer .open-close a.opener:focus { color:#fff; text-decoration: none; }

#footer .open-close .opener:after {
position: absolute;
content: "";
border-bottom: 4px solid #fff;
margin-top: 8px;
right: 42px;
width: 16px;
}
#footer .open-close .opener:before {
position: absolute;
content: "";
border-right: 4px solid #fff;
margin-top: 2px;
right: 48px;
height: 16px;
}
#footer .open-close.active .opener:before { display: none; }

#footer .open-close .slide { margin: 52px 10px 0px 10px; padding: 17px 20px; }






#footer ul.footer-nav {
	margin: 0px; padding: 0px;
	display: block;
}
#footer ul.footer-nav > li {
	margin: 0px 0px 20px 0px; padding: 0px 4%;
	display: block; float:left; 	
	text-align:left;
	width: 50%;
	vertical-align: top;
}
#footer ul.footer-nav > li:nth-child(2n) { padding-right: 2%; clear:left; }
#footer ul.footer-nav > li:nth-child(2n+1) { padding-left: 2%; }

#footer ul.footer-nav > li > a {
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	 color: #fff;
	display:block;
	margin: 0px; padding: 8px;
}
#footer ul.footer-nav > li > a:hover,
#footer ul.footer-nav > li > a:focus { text-decoration:none; }

#footer ul.footer-nav li ul.sub-footer-nav {
	margin: 0px; padding: 0px 0px 0px 8px;
}
#footer ul.footer-nav li.current_page_item ul.sub-footer-nav,
#footer ul.footer-nav li.current_page_ancestor ul.sub-footer-nav { display: block; }

#footer ul.footer-nav ul.sub-footer-nav > li {
	margin: 0px; padding: 0px;
	text-align:left;
	display:block;
}
#footer ul.footer-nav ul.sub-footer-nav > li > a {
	margin: 0px; padding: 8px;
	text-transform: uppercase;
	color: #fff;
	display:block;
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;
}
#footer ul.footer-nav ul.sub-footer-nav > li.active > a,
#footer ul.footer-nav ul.sub-footer-nav > li.current_page_item > a {color: #8ad4e5; }
#footer ul.footer-nav ul.sub-footer-nav > li > a:hover,
#footer ul.footer-nav ul.sub-footer-nav > li > a:focus { text-decoration:none; color: #00AFD8; }

#footer ul.footer-nav ul.sub-footer-nav ul.sub-footer-nav > li > a,
#footer ul.footer-nav ul.sub-footer-nav ul.sub-footer-nav > li > a:hover,
#footer ul.footer-nav ul.sub-footer-nav ul.sub-footer-nav > li > a:focus { text-decoration:none; color: #fff; font-size: 0.9em; }


#footer .add-info { margin: 0px auto; padding: 65px 0px 0px 0px; display: block; color: #fff; max-width: 570px; }

#footer .add-info li { display: inline-block; margin: 0px 8px 8px 8px; padding: 0px; }
#footer .add-info li:first-child { padding-top: 25px; border-top: 1px solid #70706f; }

#footer .add-info li a { display: inline; margin: 0px; padding: 4px; }

}
@media all and (max-width: 559px) {
}

/* ------------------ END FOOTER ------------------ */