/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/



.topImgBannerPageHeader {
	/*color: red;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: 'Raleway', sans-serif;
	font-size: 36px;*/

	padding: 0;
	
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-weight: 600;
	letter-spacing: 5px;
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	
}





.pageTitle
{
	font-size:18px;
	color:#000;
	font-weight:600;
	margin-bottom:115px;
}



.footer-link a {
	color: #fff;
}

.footer-link a:hover {
		color: #fff;
}



.footerTitle {
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color:#fff;
	margin-bottom:20px;
}


.footerTitleBlack {
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 20px;
}




.sticky-image-wrapper {
	position: fixed;
	top: 0;
	width: 185px;
}

	.sticky-image-wrapper img {
		display: table;
		position: relative;
		margin: 130px 0px;
		z-index:100000;
	}




.black-link a {
	color: red;
}

	.black-link a:hover {
		color: yellow;
	}


.colorBlack{color:#000;}



#black_links {
	
	/*color: #000;*/
}

	#black_links li {
		
	}

		#black_links li a {
			color: #000;
		}

			#black_links li a:hover {
				/*background-color: #000;
				color: #fff;
				border-left: 10px solid #1c64d1;
				border-right: 10px solid #5ba3e0;*/
				text-decoration: underline;
			}



