html {
	height: 100%;
}
body {
	font-family: 'Open Sans', helvetica, tahoma, arial;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.3;	
	height: 100%
}
* {
	border-radius: 0 !important;
}
b, strong {
	font-weight: 600;
}
a {
	color: #bc2e32;
}
a:hover{
	color: #bc2e32;
	text-decoration: underline;
}
img {
	height: auto;
	max-width: 100%;
}
a.readMore {
	display: block;
	text-align: right;
}
	a.readMore.readMoreFullMap {
		margin-top: 10px;
	}

input[type="text"] {
	border: 1px solid #dedede;
	border-radius: 0;
	box-shadow: none;
	height: 35px;
	padding: 0 10px;
	width: 100%;
}
textarea {
	border: 1px solid #dedede;
	border-radius: 0;
	box-shadow: none;
	padding: 0 10px;
	width: 100%;
}
input[type="submit"] {
	border: 1px solid #dedede;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
	height: 35px;
	width: 150px;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-body {
	padding: 15px;
}
.container {
	padding-right: 5px;
	padding-left: 5px;
}
.row {
	margin-left: -5px;
	margin-right: -5px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	min-height: 1px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}
.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.tooltip.in {
	filter: alpha(opacity=1);
	opacity: 1;
}
.tooltip-inner {
	background-color: #999999;
	border-radius: 0;
	color: #fff;
	font-weight: 400;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #999999;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #999999;
}

.popover[class*=tour-] {
	background-color: #f4f4f4 !important;
	border-radius: 0;
	color: #333;
	font-family: 'Open Sans', helvetica, tahoma, arial;
	max-width: 400px;
	padding: 0;
}
.popover[class*=tour-] blockquote {
  border-left: 3px solid #bebebe;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  margin: 20px 0 20px;
  padding: 0px 20px;
}
.tour-backdrop {
  opacity: .4 !important;
  filter: alpha(opacity=40) !important;
}
.popover-title {
	background-color: #bebebe;
	border: 0;
	border-radius: 0;
	font-size: 18px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
}
	.popover .close {
		color: #000;
		font-size: 35px;
		font-weight: 400;
		margin-top: 2px;
		position: absolute;
		right: 0;
		text-align: center;
		text-shadow: none;
		top: 0;
		width: 40px;
		filter: alpha(opacity=20);
		opacity: .2;
	}
		.popover .close:hover {
			filter: alpha(opacity=100);
			opacity: 1;
		}
	.popover[class*=tour-] .popover-navigation {
		padding: 5px !important;
		text-align: right;
	}
		.popover .popover-navigation .btn.prev,
		.popover .popover-navigation .btn.prev:hover {
			background: url(/images2/streets/icons.png) no-repeat -194px 5px;
			border: 0;
			height: 36px;
			overflow: hidden;
			text-decoration: none;
			text-indent: 100px;
			width: 36px;
		}
			.popover .popover-navigation .btn.prev:hover {
				background-position: -194px -20px;
			}
		.popover .popover-navigation .btn.next,
		.popover .popover-navigation .btn.next:hover {
			background: url(/images2/streets/icons.png) no-repeat -268px 5px;
			border: 0;
			height: 36px;
			overflow: hidden;
			text-decoration: none;
			text-indent: 100px;
			width: 36px;
		}
			.popover .popover-navigation .btn.next:hover {
				background-position: -268px -20px;
			}
.popover.bottom>.arrow:after {
	border-bottom-color: #bebebe;
}
.popover.left>.arrow:after {
	border-left-color: #f4f4f4;
}
.popover.right>.arrow:after {
	border-right-color: #f4f4f4;
}
.popover.top>.arrow:after {
	border-top-color: #f4f4f4;
}

.btn {
	border-radius: 0;
}

.modal-content {
	border-radius: 0;
}
.modal-header {
	background-color: #bebebe;
	border-bottom: 0px;
	height: 40px;
	padding: 0px 10px;
}
	.modal-header .modal-title {
		line-height: 40px;
	}
	.modal-header .close {
		font-size: 35px;
		font-weight: 400;
		margin-top: 2px;
		text-shadow: none;
	}
.modal-footer {
	display: none;
}

#header {
	font-size: 15px;
}
#header .projectLogo {
	float: left;
	margin-bottom: 8px;
	margin-left: 10px;
	margin-top: 12px;
}
#header .centerLogo {
	margin-bottom: 8px;
	margin-top: 10px;
}
#header hr.first {
	border-top: 1px solid #dedede;
	clear: both;
	margin: 0;
}
#header .projectMenu {
	background-image: url(/images2/streets/icons.png);
	background-position: -500px -6px;
	float: left;
	height: 10px;
	margin: 10px 21px 0px 10px;
	width: 13px;	
}
	#header .projectMenu:hover {
		background-position: -500px -26px;
		cursor: pointer;
	}
#header .siteMenuBox {
	border: 1px solid #E9E9E9;
	display: none;
	position: absolute;
	right: 5px;
	top: 58px;
	width: 283px;
	z-index: 10;
}
#header .siteMenuBox .mmenu1 {
	font-family: 'Open Sans', helvetica, tahoma, arial;
	font-size: 13px;
	font-weight: 300;
	text-align: left;	
}
	#header .siteMenuBox .mmenu1 a,
	#header .siteMenuBox .mmenu1 a:visited {
		background-color: rgba(255,255,255,0.9);
		color: #424242;
		display: block;
		padding: 3px 3px 3px 14px;
		text-decoration: none;
	}
	#header .siteMenuBox .mmenu1 a:hover {
		background-color: #eaeaea;
		color: #a02c2c;
		text-decoration: none;
	}

#header .breadcrumbs {
	color: #b0353b;
	float: left;
	font-family: 'Open Sans', helvetica, tahoma, arial;
	font-weight: 300;
	margin: 1px 10px 1px 10px;	
}
	#header .breadcrumbs a {
		color: #919191;
	}
	#header .breadcrumbs .item,
	#header .breadcrumbs .separator {
		color: #919191;
		display: inline-block;
		margin: 0px;
		padding: 0 2px;
		vertical-align: middle;
	}
	#header .breadcrumbs .home {
		display: inline-block;
		height: 29px;
		overflow: hidden;
		width: 29px;
		vertical-align: middle;
	}
		#header .breadcrumbs .home .ico {
			background-image: url(/images2/streets/icons2.png);
			background-position: -1px -1px;
			background-repeat: no-repeat;
			display: inline-block;
			height: 29px;
			overflow: hidden;
			width: 29px;
		}
			#header .breadcrumbs .home:hover .ico {
				background-position: -1px -31px;
			}
	
	
	
#header hr.second {
	border-top: 1px solid #dedede;
	margin: 0;
	margin-bottom: 7px;
}

#header .nav {
}
	#header .nav .dropdown {
		float: left;
	}
	#header .nav .btn {
		background-color: transparent;
		border: 0;
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
		border-radius: 0;
		color: #919191;
		font-weight: 400;
		height: 31px;
		margin: 0px;
		padding: 0px 10px;
	}
		#header .nav .btn:hover {
			background-color: transparent;
			text-decoration: underline;
		}
		#header .nav .btn .caret {
			margin-left: 5px;
		}
	#header .dropdown.open .btn {
		border-left: 1px solid #dedede;
		border-right: 1px solid #dedede;
		border-bottom: 0;
		border-top: 0;
	}
	#header .nav .dropdown-menu {
		border: 1px solid #dedede;
		border-radius: 0;
		color: #919191;
		font-size: 13px;
		margin-top: 0;
		box-shadow: none;
	}
		#header .nav .dropdown-menu>li>a {
			font-weight: 300;
			padding: 3px 10px;
		}
			#header .nav .dropdown-menu>li>a:focus,
			#header .nav .dropdown-menu>li>a:hover {
				background-color: #dedede;
				color: #000000;
				font-weight: 300;
				text-decoration: none;
			}

#header .langs {
	font-family: 'Open Sans', helvetica, tahoma, arial;
	font-weight: 300;
	margin: 6px 0;
	padding-left: 5px;
	padding-right: 5px;
}
	#header .langs .langsItem {
		float: left;
		margin: 0 5px;
	}
	#header .langs .langsItem a {
		color: #b8b8b8;
	}
	#header .langs .cur a {
		color: #b0353b;
	}

#header .info {
	float: left;
}
	#header .info .infoItem {
		border: 1px #cbcbcb solid;
		float: left;
		height: 25px;
		margin: 3px 5px 3px 0;
		overflow: hidden;
		text-indent: -300px;
		width: 25px;
	}
	#header .info .infoItem:hover {
		border: 1px #c87175 solid;
		cursor: pointer;
	}
	#header .info .infoItem .title {
		padding-right: 6px;
	}
	#header .info .infoItem .ico {
		background-image: url(/images2/streets/icons2.png);
		background-repeat: no-repeat;
		float: left;
		height: 21px;
		margin: 1px;
		overflow: hidden;
		width: 21px;
	}
	#header .info .infoItem.information .ico {
		background-position: -34px -4px;
	}
	#header .info .infoItem.link .ico {
		background-position: -64px -4px;
	}
	#header .info .infoItem.email .ico {
		background-position: -94px -4px;
	}
	#header .info .infoItem.tour .ico {
		background-position: -124px -4px;
	}
	#header .info .infoItem.bibliography .ico {
		background-position: -154px -4px;
	}
		#header .info .infoItem.information:hover .ico {
			background-position: -34px -34px;
		}
		#header .info .infoItem.link:hover .ico {
			background-position: -64px -34px;
		}
		#header .info .infoItem.email:hover .ico {
			background-position: -94px -34px;
		}
		#header .info .infoItem.tour:hover .ico {
			background-position: -124px -34px;
		}
		#header .info .infoItem.bibliography:hover .ico {
			background-position: -154px -34px;
		}


#footer {
	font-size: 12px;
	font-weight: 400;	
}
	#footer .background {
		background-color: #f4f4f4;
		line-height: 20px;
		margin: 0 5px;
		padding: 10px 0;
	}
		#footer .background a {
			color: #000;
		}
	#footer .copyright {
		margin-left: 10px;
		margin-right: 10px;
	}
	#footer .terms {
		margin-left: 10px;
		margin-right: 20px;
	}
	#footer #sitegist {
		margin: 0 15px 0 0;
		text-align: right;
	}

/*=== Main Col ===*/
.mainCol {
	line-height: 1.4em;
	margin-bottom: 10px;
	text-align: justify;
}
	.mainCol h1,
	.mainCol .pageTitle {
		background-color: #bdbdbd;
		color: #fff;
		font-family: 'Open Sans', helvetica, tahoma, arial;
		font-size: 17px;
		font-weight: 300;
		line-height: 19px;
		margin-bottom: 8px;
		margin-top: 0;
		padding: 8px 10px;
		text-align: left;
	}
	.mainCol h2 {
		font-size: 15px;
		font-weight: 400;
		margin: 15px 0 7px 0;
	}

.bulletList {
	list-style: none;
	margin: 0 auto 10px auto;
	padding: 0;
}
	.bulletList .bulletListItem {
		padding-left: 13px;
	}
		.bulletList .bulletListItem .icon {
			background-image: url(/images2/streets/icons.png);
			background-position: -1090px -3px;
			display: inline-block;
			width: 5px;
			height: 5px;
			margin-bottom: 2px;
		}
		.bulletList .bulletListItem a {
			color: #000;
			font-size: 13px;
			padding-left: 7px;
			text-align: left;
		}
			.bulletList .bulletListItem a:hover {
				color: #ac2a30;
			}

.bulletList.listStreets {
	margin-top: 10px;
}
	.bulletList.listStreets .bulletListItem {
		float: left;
		width: 50%;
	}
		.bulletList.listStreets .bulletListItem a {
			line-height: 20px;
		}
		.bulletList.singleCol .bulletListItem {
			width: 100%;
		}

.listLetters {
  margin-top: 10px;
}
	.listLetters a {
		border: 1px solid #ddd;
		display: inline-block;
		line-height: 25px;
		margin: 0 4px 4px 0;
		text-align: center;
		width: 25px;
	}

.thumbList {
}
	.thumbList .thumbListItem {
		margin-bottom: 20px;
	}
		.thumbList .thumbListItem:nth-child(3n+1) {
			clear: both;
		}
		.thumbList .thumbListItem .title {
			font-size: 16px;
			margin: 10px 0 5px;
		}
		.thumbList .thumbListItem img {
			width: 100%;
		}

.pagination {
	display: block;
	font-size: 15px;
	margin: 0 0 15px 0;
	text-align: center;
}
	.pagination>li>span {
		display: inline-block;
		height: 38px;
		line-height: 38px;
		padding: 0;
		width: 38px;
	}
	.pagination>li>a {
		color: #000000;
		display: inline-block;
		font-size: 15px;
		font-weight: 300;
		height: 38px;
		line-height: 38px;
		padding: 0;
		text-align: center;
		width: 38px;
	}
		.pagination>li>a:hover {
			color: #ac2a30;
		}
	.pagination>.active>a,
	.pagination>.active>a:focus,
	.pagination>.active>a:hover,
	.pagination>.active>span,
	.pagination>.active>span:focus,
	.pagination>.active>span:hover {
		background-color: #bdbdbd;
		border: 1px solid #ddd;
		color: #fff;
		cursor: default;
		z-index: 2;
	}
	.pagination>li:first-child>a,
	.pagination>li:first-child>span {
		margin-left: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.pagination>li:last-child>a,
	.pagination>li:last-child>span {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.pagination .prev a,
	.pagination .prev a:hover {
		background: url(/images2/streets/icons.png) no-repeat -194px 5px;
		height: 38px;
		overflow: hidden;
		text-decoration: none;
		text-indent: 100px;
		width: 38px;
	}
	.pagination .next a,
	.pagination .next a:hover {
		background: url(/images2/streets/icons.png) no-repeat -268px 5px;
		height: 38px;
		overflow: hidden;
		text-decoration: none;
		text-indent: 100px;
		width: 38px;
	}
		.pagination .prev a:hover {
			background-position: -194px -20px;
		}
		.pagination .next a:hover {
			background-position: -268px -20px;
		}

/*=== Right Col ===*/
.accordion .accordionTitle {
	background-color: #dedede;
	color: #000;
	font-family: 'Open Sans', helvetica, tahoma, arial;
	font-size: 17px;
	font-weight: 300;
	height: 35px;
	line-height: 35px;
	margin-bottom: 5px;
	padding: 0 10px;
}
	.accordion .accordionTitle.active  {
		background-color: #bdbdbd;
		color: #fff;
	}	
	.accordion .accordionTitle:hover {
		cursor: pointer;
	}
	.accordion .accordionTitle .icon {
		background-image: url(/images2/streets/icons.png);
		background-position: -727px -69px;
		background-repeat: no-repeat;
		display: inline-block;
		float: left;
		height: 30px;
		line-height: 30px;
		margin-right: 5px;
		width: 20px;
	}
	.accordion .accordionTitle.active .icon {
		background-position: -753px -44px;
	}
.accordion .accordionBody {
	margin-bottom: 5px;
}

.searchPanel {
	margin-bottom: 10px;
	position: relative;
}
	.searchPanel>input[type='text'] {
		border: 1px solid #dedede;
		border-radius: 0;
		float: left;
		height: 35px;
		width: 100%;
		width: calc(100% - 35px);
		box-shadow: none;
	}
	.searchPanel button,
	.searchPanel .btn {
		background: #cd797d url(/images2/streets/icons.png) -558px -1px no-repeat;
		border: 0;
		float: left;
		height: 35px;
		position: absolute;
		right: 0px;
		text-indent: -300px;
		width: 35px;
		border-radius: 0;	
	}
	.searchPanel button:focus,
	.searchPanel .btn:focus {
		background: #cd797d url(/images2/streets/icons.png) -558px -1px no-repeat;	
		outline: 0;
		outline-offset: 0;	
	}
	.searchPanel button:hover,
	.searchPanel .btn:hover {
		background-color: #c57175;
	}
	.searchPanel .form-control:focus {
		border-color: #dedede;
		-webkit-box-shadow: none;
		box-shadow: none;
		outline: 0;
	}

	#streetSearch .autocomplete {
		background-color: #ffffff;
		border: 1px solid #cecece;
		max-height: 408px;
		position: absolute;
		top: 34px;
		width: 283px;
		z-index: 200;
	}
	#streetSearch .autocomplete .scrollbar-inner {
		max-height: 408px;
	}
		#streetSearch .autocomplete .acItem {
			font-size: 14px;
			padding: 5px 10px;
		}
			#streetSearch .autocomplete .acItem:hover {
				color: #b0353b;
				cursor: pointer;
			}

.commentForm {
	padding: 5px 10px;
	width: calc(100% - 25px);
}
.commentForm .errorMessages {
	color: #ff0000;
}
.commentForm table {
	border-collapse: collapse;
	width: 100%;
}
.commentForm table td {
	padding: 3px;
}


.mCSB_inside>.mCSB_container {
	margin-right: 20px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 10px;
}
.mainCol .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #f6f6f6;
	background-color: rgba(224,224,224,0.4);
	border-radius: 0;
	width: 6px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background-color: #e0e0e0;
	background-color: rgba(194,194,194,0.4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #e0e0e0;
	background-color: rgba(194,194,194,0.60);
	filter: "alpha(opacity=60)";
	-ms-filter: "alpha(opacity=60)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #e0e0e0;
	background-color: rgba(194,194,194,0.60);
	filter: "alpha(opacity=60)";
	-ms-filter: "alpha(opacity=60)";
}


@media (max-width: 768px) {
	#header .centerLogo {
		float: right;
		overflow: hidden;
		width: 65px;
	}  
		#header .centerLogo img {
			max-width: none;
		}
		.thumbList .thumbListItem:nth-child(3n+1) {
			clear: none;
		}
		.thumbList .thumbListItem:nth-child(2n+1) {
			clear: both;
		}
}

@media (max-width: 480px) {
	.thumbList .thumbListItem {
		clear: both;
		margin-bottom: 40px;
		width: 100%;
	}
		.thumbList .thumbListItem img {
			display: block;
			margin: 0 auto;
			width: auto;
		}
	.bulletList.listStreets .bulletListItem {
		width: 100%;
	}
}




