/*------------------------------------------------------------------
[Table of contents]
1. Fonts
2. General
3. Colors
4. Padding & Margins
-------------------------------------------------------------------*/

/**! 1. Fonts **/
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700); /* Closest to Gotham I could find. */

/**! 2. General **/
html, body {
	background: #262626;
	width: 100%;
	height: 100%;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 15px 0;
}
	/* Added as wrapper to Bootstrap Helper Classes within "Contextual Backgrounds"  */
	h1.contextual-backgrounds, h2.contextual-backgrounds, h3.contextual-backgrounds, h4.contextual-backgrounds, h5.contextual-backgrounds, h6.contextual-backgrounds, dt.contextual-backgrounds, p.contextual-backgrounds, div.contextual-backgrounds, li.contextual-backgrounds, span.contextual-backgrounds {
		padding: 25px;
		margin: 10px 0;
		display: block;
	}

legend {
	font-size: 16px;
}

.alert > span {
	font-weight: 600;
	text-transform: uppercase;
}

/**! 3. Colors **/

span.red {
	color: #e70000;
}

span.blue {
	color: #3a56a6;
}

.dark {
	color: #3c3c3c;
}

.white {
	color: white;
}

.bg-white {
	background-color: #fff;
}

.bg-black {
	background-color: #000;
}

.bg-beige {
	background-color: beige;
}

.blue {
	color: #3a56a6;
}

.red {
	color: red;
}

.text-blue-light {
	color: #6786b2;
}

a {
	color: #428bca;
	text-decoration: none;
	outline: none;
}

	a:hover, a:active, a:focus {
		color: #666;
		text-decoration: none;
		outline: none;
	}

.clear {
	clear: both;
}

b.caret {
	margin-top: -3px;
}

.right {
	float: right;
}

.bold {
	font-weight: bold;
}

.text-bold {
	font-weight: bold;
}

.text-italic {
	font-style: italic;
}

.text-underline {
	text-decoration: underline;
}

.text-uppercase {
	text-transform: uppercase;
}


/**! 4. Paddings & Margins **/
.no-padding {
	padding: 0 !important;
}

.no-left-padding {
	padding-left: 0 !important;
}

.no-right-padding {
	padding-right: 0 !important;
}

.no-lr-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.no-top-padding {
	padding-top: 0 !important;
}

.no-bottom-padding {
	padding-bottom: 0 !important;
}

.no-tb-padding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.m-0 {
	margin: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-8 {
	margin-bottom: 8px !important;
}

.mb-16 {
	margin-bottom: 16px !important;
}

.mb-24 {
	margin-bottom: 24px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-32 {
	margin-bottom: 32px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-48 {
	margin-bottom: 48px !important;
}

.mb-56 {
	margin-bottom: 56px !important;
}

.mb-64 {
	margin-bottom: 64px !important;
}

.mb-72 {
	margin-bottom: 72px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mb-88 {
	margin-bottom: 88px !important;
}

.mb-96 {
	margin-bottom: 96px !important;
}

.mb-104 {
	margin-bottom: 104px !important;
}

.mb-112 {
	margin-bottom: 112px !important;
}

.mb-120 {
	margin-bottom: 120px !important;
}

.mb-160 {
	margin-bottom: 160px !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-8 {
	margin-top: 8px !important;
}

.mt-16 {
	margin-top: 16px !important;
}

.mt-24 {
	margin-top: 24px !important;
}

.mt-32 {
	margin-top: 32px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-48 {
	margin-top: 48px !important;
}

.mt-56 {
	margin-top: 56px !important;
}

.mt-64 {
	margin-top: 64px !important;
}

.mt-72 {
	margin-top: 72px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mt-88 {
	margin-top: 88px !important;
}

.mt-96 {
	margin-top: 96px !important;
}

.mt-104 {
	margin-top: 104px !important;
}

.mt-112 {
	margin-top: 112px !important;
}

.mt-120 {
	margin-top: 120px !important;
}

.mt-160 {
	margin-top: 160px !important;
}

.p-64 {
	padding: 64px !important;
}

.p-56 {
	padding: 56px !important;
}

.p-48 {
	padding: 48px !important;
}

.p-40 {
	padding: 40px !important;
}

.p-32 {
	padding: 32px !important;
}

.p-24 {
	padding: 24px !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-8 {
	padding-top: 8px !important;
}

.pt-16 {
	padding-top: 16px !important;
}

.pt-24 {
	padding-top: 24px !important;
}

.pt-32 {
	padding-top: 32px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-48 {
	padding-top: 48px !important;
}

.pt-64 {
	padding-top: 64px !important;
}

.pt-72 {
	padding-top: 72px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pt-88 {
	padding-top: 88px !important;
}

.pt-96 {
	padding-top: 96px !important;
}

.pt-104 {
	padding-top: 104px !important;
}

.pt-112 {
	padding-top: 112px !important;
}

.pt-120 {
	padding-top: 120px !important;
}

.pt-160 {
	padding-top: 160px !important;
}

.pt-180 {
	padding-top: 180px !important;
}

.pt-240 {
	padding-top: 240px !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-8 {
	padding-bottom: 8px !important;
}

.pb-16 {
	padding-bottom: 16px !important;
}

.pb-24 {
	padding-bottom: 24px !important;
}

.pb-32 {
	padding-bottom: 32px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pb-48 {
	padding-bottom: 48px !important;
}

.pb-56 {
	padding-bottom: 56px !important;
}

.pb-64 {
	padding-bottom: 64px !important;
}

.pb-72 {
	padding-bottom: 72px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pb-88 {
	padding-bottom: 88px !important;
}

.pb-96 {
	padding-bottom: 96px !important;
}

.pb-104 {
	padding-bottom: 104px !important;
}

.pb-112 {
	padding-bottom: 112px !important;
}

.pb-120 {
	padding-bottom: 120px !important;
}

.pb-160 {
	padding-bottom: 160px !important;
}

.pb-180 {
	padding-bottom: 180px !important;
}

.pb-240 {
	padding-bottom: 240px !important;
}



.modal-header .close {
	padding: 8px;
	color: #a94442;
}



.img-center {
	display: block;
	margin: 0 auto;
}

caption {
	caption-side: bottom;
	text-align: right;
	font-size: 12px;
	font-style: italic;
	padding-top: 4px;
	padding-right: 10px;
}

/* ---------- Bootstrap Table :: Over-Rides ---------- */
th {
	background-color: #f4f4f4;
	color: #474747;
	font-weight: normal;
}

.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f4f4f4;
}
/* -- End -- */

/* Added - Page Animated item Styles */
.animated {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

/* Added - Old Containers :: Still used with the forms is .asp */
.contain {
	width: 100%;
	position: relative;
	height: auto;
}

.inner {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 40px 0;
	position: relative;
	z-index: 2;
}



/* ------------ Start: Header Section ------------ */
/*#header {background: #fff;}
#header-row {padding: 12px 0;}*/

/* ------------ Start: Header Section ------------ */
header {
	min-height: 50px;
}

	header #header {
	}

#site-name {
	display: inline-block;
	padding: 0;
	vertical-align: middle;
}

	#site-name .title {
		font-family: Montserrat;
		font-size: 18px;
		letter-spacing: -1px;
		display: block;
		margin: 1px 0 -10px 0;
		color: #013149;
		text-transform: uppercase;
		font-weight: 700;
	}

	#site-name .sub-title {
		font-family: Montserrat;
		font-weight: 400;
		font-size: 16px;
	}

/*Sticky like header with Bootstrap Affix*/
.nav-affix-wrapper.affix {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.subnav-affix-wrapper.affix {
	position: fixed;
	top: 50px;
	width: 100%;
	z-index: 999;
}

/* Navigation */
/* #navigation-row & #sub-nav-row - ID's used for Scroll Nav Sticky inside plugins.js as a selecter. */
#navigation-row {
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}

#navigation {
	border-bottom: 1px solid #e2e2e2;
	z-index: 9999;
	height: 42px;
	padding: 0;
}

	#navigation .navigation {
		padding: 0;
		height: 100%;
	}

.navbar {
	border-radius: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}
/*.navbar-collapse {height: 240px;}*/

.navbar-collapse {
	height: 100%;
}

.dropdown-menu {
	background-color: #fff;
	border: none;
	margin: 0;
	border-radius: 0;
	padding: 0 15px 30px 15px;
}

	.dropdown-menu > li > a {
		color: #777;
	}

/* Sub Navigation */
#sub-nav-row {
	background-color: #142b48;
	font-size: 14px;
}

.subnavbar {
	position: relative;
	border: none;
}

.subnavbar-default {
	background-color: transparent;
	border-color: transparent;
}

#subnav-secondary-links .subnav {
	padding-left: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
}

	#subnav-secondary-links .subnav > li {
		position: relative;
		display: block;
		float: left;
	}

		#subnav-secondary-links .subnav > li > a {
			position: relative;
			display: block;
			padding: 10px 15px;
			color: #fff;
			font-weight: normal;
		}

			#subnav-secondary-links .subnav > li > a:hover {
				color: #7399c8;
			}

.subnavbar-default .subnavbar-nav > .active > a,
.subnavbar-default .subnavbar-nav > .active > a:hover,
.subnavbar-default .subnavbar-nav > .active > a:focus {
	background-color: #7399c8;
}

.sub-nav-menu {
	padding: 0;
}

	.sub-nav-menu ul {
		padding: 0;
		margin: 0;
	}

		.sub-nav-menu ul li {
			height: 40px;
			width: auto;
			display: block;
			float: left;
			list-style: none;
			padding: 0;
			margin: 0;
		}

			.sub-nav-menu ul li a {
				height: 40px;
				padding: 10px 20px 10px 20px;
				display: block;
				text-transform: none;
				font-size: 12px;
				text-align: center;
				color: #fff;
			}

			.sub-nav-menu ul li:first-child a {
				padding-left: 10px;
				margin: 0 0 0 -10px;
			}

	.sub-nav-menu a:hover {
		color: #7399c8;
	}

	.sub-nav-menu a.active {
		color: #7399C8;
	}

	.sub-nav-menu li.active a {
		color: #7399c8;
	}

	.sub-nav-menu .dropdown-toggle .dropdown-menu li a {
		padding: 3px 20px;
		margin: 10px 20px 10px 0;
		display: block;
		width: 100%;
		height: auto;
		text-align: left;
		color: #464646;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.sub-nav-menu .dropdown-toggle .dropdown-menu li:first-child a {
		padding-left: 20px;
		margin: 5px 0 0 0;
	}

/* ADA/508 Navigation fixes */
.nav ul li a:focus, #left-column a:focus {
	background-color: #000;
	letter-spacing: 2;
	color: #fff !important;
}

.subnav ul li a:focus {
	background-color: #fff;
	color: #142b48;
	letter-spacing: 5;
}

.subnav .dropdown-toggle .dropdown-menu li a:focus {
	background-color: #142b48;
	color: #fff;
}
/*#page-content #center-column a:focus {background-color:#142b48; color: #fff; padding: 10px; margin: 0 -10px; }*/
/* ------------ End: Header Section ------------ */

/* ------------ Start: Accessories Section ------------ */
#accessories-row {
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}

#accessories-content {
	padding: 0;
}
/* News */
#news-accessory {
	color: #474747;
	padding: 0;
}

	#news-accessory h1 {
		background-color: #ECEFF5;
		color: #474747;
		border-bottom: 1px dashed #ccc;
		padding: 20px 20px 10px 20px;
		margin: 0;
	}

	#news-accessory ul {
		padding: 0;
	}
/* Styles for scrollable news container - Referenced in a few .js files */
.jp-container {
	/*width: 100% !important;*/
	background-color: rgba(255, 255, 255, 0.8);
	height: 280px;
	overflow: auto;
}

	.jp-container a {
		padding: 0px 20px;
		display: block;
		font-size: 14px;
	}

		.jp-container a:first-child {
			border-top: none;
			margin-top: 8px;
		}

		.jp-container a:last-child {
			border-bottom: none;
		}

		.jp-container a:hover {
			background-color: rgba(20, 43, 72, 0.40);
			color: #fff;
			border-bottom-color: #eceff5;
		}

.jspContainer {
	width: 100% !important;
}

.jspPane {
	width: 100% !important;
}

/* Weather */
#weather-current {
	background-color: rgba(20, 43, 72, 0.40);
	min-height: 350px;
	text-align: center;
	color: white;
	padding: 30px 0 0 0;
	letter-spacing: 1px;
}
/* Carousel */
#carousel-accessory {
	padding: 0;
}

.carousel-indicators {
}
/* Employee Lookup */
#employee-lookup-row {
	background: #fff;
	min-height: 50px;
}

#employee-lookup-accessory {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: #ccc solid 1px;
	background: rgba(34, 102, 153, .1);
	background-image: linear-gradient(white 2px, transparent 2px), linear-gradient(90deg, white 2px, transparent 2px), linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px);
	background-size: 20px 20px, 20px 20px, 20px 20px, 20px 20px;
	background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

.emp-left {
}

	.emp-left a.left-icon {
		display: block;
		width: 100px;
		height: 100px;
		border-radius: 100%;
		background: #3d3d3d;
		position: relative;
		text-align: center;
		padding: 35px 0;
		float: left;
	}

		.emp-left a.left-icon:after {
			content: "";
			position: absolute;
			left: 97%;
			top: 50%;
			border-left: 11px solid black;
			border-left-color: #3d3d3d;
			border-top: 11px solid transparent;
			border-bottom: 11px solid transparent;
			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			transform: translateY(-50%);
		}

		.emp-left a.left-icon i {
			color: white;
			font-size: 30px;
		}

	.emp-left .text {
		float: left;
		margin: 0 17px;
	}

		.emp-left .text h1 {
			margin: 20px auto 10px;
			text-transform: uppercase;
			font-size: 27px;
			color: #484541;
			font-weight: 400;
		}

		.emp-left .text p {
			font-size: 16px;
			color: #484541;
			font-weight: 300;
			text-transform: uppercase;
		}

.emp-right {
	padding: 35px 0 0 0;
}
<!-- Bootstrap Override for Employee Lookup -->
.form-inline .form-control {
	width: 100%;
}
/* Google Maps - Traffic Report */
#google-maps {
	min-height: 350px;
	width: 100%;
	position: relative;
	height: auto;
}

.gm-content-overlay {
	width: 400px;
	padding: 0px 15px 10px 25px;
	min-height: 350px;
	max-height: 350px;
	position: absolute;
	top: 0px;
	z-index: 995;
	left: 50%;
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.8);
	color: #474747;
	transform: translateX(-585px);
}

#canvas-api-content {
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
/* Top Pages - Icon Nav */
/* ------ Top Row Section ------ */
#content-header {
}

	#content-header .inner {
		background-color: transparent;
		padding: 0;
	}

#top-pages-row {
	background: #e2e2e2;
	padding: 0;
	top: 0;
	border-bottom: 1px solid #474747;
	border-top: 1px solid #474747;
}

	#top-pages-row .tp-content {
		width: 12.5%;
		height: auto; /*min-height: 200px;*/
		padding: 0 0 20px 0;
		float: left;
		cursor: pointer;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

		#top-pages-row .tp-content .icon {
			text-align: center;
			margin: 19px auto 16px;
		}

		#top-pages-row .tp-content .top {
			width: 70px;
			height: 70px;
			background: #fff;
			border: 2px solid #464646;
			border-radius: 100px;
			padding: 10px 0;
			position: relative;
		}

			#top-pages-row .tp-content .top:after {
				position: absolute;
				background: transparent;
				content: '';
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				border-radius: 500px;
				-webkit-transition: all 0.4s;
				-moz-transition: all 0.4s;
				transition: all 0.4s;
			}

			#top-pages-row .tp-content .top span {
				font-size: 30px;
			}

		#top-pages-row .tp-content .bottom span {
			width: 31px;
			height: 31px;
			padding-top: 6px;
			font-size: 20px;
			color: #929292;
			mbackground: transparent;
			border: 1px solid #464646;
			border-radius: 100px;
		}

		#top-pages-row .tp-content .text {
			width: 95%;
			text-align: center;
			margin: auto;
		}

		#top-pages-row .tp-content .content-header {
			text-transform: uppercase;
			font-size: 20px;
		}

		#top-pages-row .tp-content .content-desc {
			font-size: 16px;
			color: #717171;
			margin-top: 10px;
			font-weight: 100;
		}
		/* --- Top Row Hover Styles --- */
		#top-pages-row .tp-content:hover {
			background: #142b48;
			color: #fff;
		}

			#top-pages-row .tp-content:hover .top {
				border: 2px solid #464646;
				background: #fff;
			}

				#top-pages-row .tp-content:hover .top:after {
					border: 2px solid white;
					-webkit-transform: scale(1.2);
					-moz-transform: scale(1.2);
					-ms-transform: scale(1.2);
					transform: scale(1.2);
				}

				#top-pages-row .tp-content:hover .top span {
					color: #464646;
				}

			#top-pages-row .tp-content:hover .content-desc {
				color: #fff;
			}

			#top-pages-row .tp-content:hover .bottom span {
				border: 1px solid #fff;
				color: #fff;
			}
/* Weather Forecast - Similar to Icon Nav */
#weather {
	background: #efefef;
	padding: 15px 0;
	top: 0;
	border-bottom: 1px solid #474747;
	border-top: 1px solid #474747;
}

#weather-row {
}

#weather .forecast {
	width: 12.5%;
	height: auto; /*min-height: 200px;*/
	float: left;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

	#weather .forecast .icon {
		text-align: center;
		margin: 0px auto 8px;
	}

	#weather .forecast .top {
		width: 70px;
		height: 70px;
		background: #fff;
		border: 2px solid #464646;
		border-radius: 100px;
		padding: 7px 0 0 0;
		position: relative;
	}

		#weather .forecast .top:after {
			position: absolute;
			background: transparent;
			content: '';
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			border-radius: 500px;
			-webkit-transition: all 0.4s;
			-moz-transition: all 0.4s;
			transition: all 0.4s;
		}

		#weather .forecast .top span {
			font-size: 30px;
		}

	#weather .forecast .bottom span {
		width: 31px;
		height: 31px;
		padding-top: 6px;
		font-size: 20px;
		color: #929292;
		background: transparent;
		border: 1px solid #464646;
		border-radius: 100px;
	}

	#weather .forecast .when {
		width: 95%;
		text-align: center;
		margin: auto;
		color: #7399c8;
		text-transform: uppercase;
		font-size: 20px;
	}

	#weather .forecast .condition {
		width: 95%;
		text-align: center;
		margin: auto;
		font-size: 18px;
	}

	#weather .forecast .temp {
		width: 95%;
		text-align: center;
		margin: auto;
		font-size: 16px;
		color: #333;
	}

	#weather .forecast .content-header {
	}

	#weather .forecast .content-desc {
		font-size: 16px;
		color: #717171;
		margin-top: 10px;
		font-weight: 100;
	}

	/* Weather Hover Styles */

	#weather .forecast:hover {
		background: #3c3c3c;
		color: #fff;
	}

		#weather .forecast:hover .top {
			border: 2px solid #464646;
			background: #fff;
		}

			#weather .forecast:hover .top:after {
				border: 2px solid white;
				-webkit-transform: scale(1.2);
				-moz-transform: scale(1.2);
				-ms-transform: scale(1.2);
				transform: scale(1.2);
			}

			#weather .forecast:hover .top span {
				color: #464646;
			}

		#weather .forecast:hover .content-desc {
			color: #fff;
		}

		#weather .forecast:hover .bottom span {
			border: 1px solid #fff;
			color: #fff;
		}
/* ------------ End: Accessories Section ------------ */

/* ------------ Page Content Section ------------ */
#page-content {
	padding: 30px 0 50px 0;
	font-weight: normal;
	color: #4c4c4c;
	background-color: #fff;
}

	#page-content dd {
		background: url(/img/li-arrow.png) center left no-repeat;
		padding: 0 15px;
	}

#back-top {
	width: 53px;
	height: 53px;
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 100;
}

	#back-top a {
		width: 100%;
		height: 100%;
		display: block;
		background: url(/img/back-top.png) no-repeat;
		opacity: 0.1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

/* Left Column */
#left-column h3 {
	border-bottom: 1px solid #ebebeb;
	padding: 6px 0 0 0;
}

#left-column ul {
	width: 100%;
	padding: 0;
	list-style: none;
}

	#left-column ul li {
	}

		#left-column ul li a {
			padding: 15px 5px;
			border-bottom: 1px solid #ebebeb;
			display: block;
			color: #4c4c4c;
		}

		#left-column ul li ul li a {
			padding: 7px 14px;
			border-bottom: none;
		}

		#left-column ul li a:hover {
			color: #7399c8;
		}

/* Center Column */
/*#center-column ol li {padding: 5px;}
#center-column ul li {padding: 5px;}*/

#center-column ul.list-group > li.list-group-item > ul > li {
	border: none;
	display: list-item;
	list-style: disc;
}

/*.panel-default>.panel-heading {
    color: #428bca;
}*/

.panel-collapse ul.list-group > li.list-group-item > ul > li {
	border: none;
	display: list-item;
	list-style: none !important;
}



/*.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {padding: 0 0 20px 0;}*/

#center-column a:hover, a:active, a:focus, #right-column a:hover, a:active, a:focus {
	color: #9a9a9a;
}

/* Right Column */
#right-column h1, #right-column h2, #right-column h3, #right-column h4, #right-column h5,
#right-column h6 {
	border-bottom: 1px solid #ebebeb;
}

/* Right Column */
.right-column h1, .right-column h2, .right-column h3, .right-column h4, .right-column h5,
.right-column h6 {
	border-bottom: 1px solid #ebebeb;
}

/* ------------ End: Page Content Section ------------ */

/* ---------- Start: Footer ---------- */
#footer {
	background: #262626;
}

#footer-row {
	text-align: center;
	padding: 75px 0;
}

	#footer-row a {
		cursor: pointer;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

.footer-links {
	display: inline-block;
	border: 1px solid #494949;
	border-radius: 100px;
	margin: 0 3px;
}

	.footer-links span {
		font-size: 25px;
		color: #494949;
		display: block;
		width: 35px;
		height: 35px;
		line-height: 38px;
	}

.footer-text {
	margin: 10px 0 0 0;
	color: #868686;
	font-size: 16px;
	font-weight: 300;
}

	.footer-text span {
		margin: 0 5px;
	}

	.footer-text a {
		color: #868686;
	}

.footer .footer-links:hover {
	border: 1px solid white;
}

.footer-links a:hover {
	color: white;
}

	.footer-links a:hover span {
		color: white;
	}

.copyright {
	text-transform: uppercase;
	margin: 4px 0 0;
}
/* -- End -- */


/* ------------- Start: Miscelaneous ---------------- */
/* Bootstrap Override -  Employee Lookup Accessory*/
.form-inline .form-control {
	width: 100%;
}
/* News Item Images - Floats them to the right, rounds the corners and makes them look nice. */
.img-thumbnail-news {
	margin: 0 0 15px 15px;
	float: right;
	display: inline-block;
	height: auto;
	max-width: 100%;
	padding: 4px;
	line-height: 1.428571429;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.thumbnail .caption {
	padding: 10px 0 0;
}

/* Form Styles - used in classifieds demo */
/*label {
    font-weight: normal;
    padding-top: 25px;
}*/

.form-alert {
	color: red;
	font-size: smaller;
	position: absolute;
	left: 20px;
}
/* --------- */

/* Pagination used in birthdays. */
.pagination {
	margin: 0;
}

/* Page Top :: Used in all .asp forms */
#pagetop {
	background: none repeat scroll 0% 0% #fff;
	padding: 12px 0px;
}

.pagetop {
	padding: 0;
	color: #a4a4a4;
	font-weight: 300;
}

	.pagetop .left {
		text-align: left;
		padding: 0;
	}

	.pagetop .right {
		text-align: right;
		padding: 0;
	}

	.pagetop a {
		margin-left: 15px;
		color: #474747;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

		.pagetop a:hover {
			color: white;
		}

/* Unknown */
.first {
	margin-left: 0 !important;
}

.last {
	margin-right: 0 !important;
}
/* -- End --*/



/* Buttons */
.btn-default {
	background-color: #f4f4f4;
	color: #428bca;
}

.btn-wrap {
	white-space: normal;
}

.btn-post {
	color: white;
	font-weight: 300;
	border-radius: 6px;
	text-transform: uppercase;
	background: rgb(116,116,116);
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, rgb(116,116,116) 0%, rgb(90,90,90) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(116,116,116)), color-stop(100%,rgb(90,90,90))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(116,116,116) 0%,rgb(90,90,90) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(116,116,116) 0%,rgb(90,90,90) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(116,116,116) 0%,rgb(90,90,90) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(116,116,116) 0%,rgb(90,90,90) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#747474', endColorstr='#5a5a5a',GradientType=0 ); /* IE6-8 */
}

	.btn-post:hover {
		color: white;
		/* Gradient Background */
		background: rgb(20,43,72); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: -moz-linear-gradient(top, rgb(20,43,72) 0%, rgb(115,153,200) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(20,43,72)), color-stop(100%,rgb(115,153,200))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgb(20,43,72) 0%,rgb(115,153,200) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgb(20,43,72) 0%,rgb(115,153,200) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgb(20,43,72) 0%,rgb(115,153,200) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgb(20,43,72) 0%,rgb(115,153,200) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#142b48', endColorstr='#7399c8',GradientType=0 ); /* IE6-8 */
	}

li.post.type-photo.avatar-size-square:before {
	color: rgba(255,255,255,0.0) !important;
}

li.post.type-link.avatar-size-square:before {
	color: rgba(255,255,255,0.0) !important;
}

i.fa.fa-facebook {
	padding-right: 10px;
}

.btn-xl {
	padding: 20px 50px;
	margin: 15px 0px;
	font-size: 1.25rem;
	border-radius: .3rem;
}

.vr-right {
	border-right: solid 1px #eee;
}

.vr-left {
	border-left: solid 1px #eee;
}

.tiny {
	font-size: 75%;
	color: #aaa;
}
/* ---------- End: Miscellaneous ---------- */

/* ---------- Start: Placeholder Text ---------- */
::-webkit-input-placeholder { /* WebKit browsers */
	color: #474747;
	opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #474747;
	opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #474747;
	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #474747;
	opacity: 1;
}
/* ---------- Start: Placeholder Text ---------- */
