.always_vert_scroll {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	background: #5C554A !important;
	background-size: 100% auto;
	font-family: "PT Sans", Arial, sans-serif !important;
	color: #F8FEC7 !important;
	background-color: #5C554A !important;
	/*Margin-right TO Accommodate for Vertical Scrollbar*/
	margin-right: 15px !important;
}

a {
	color: #FFFFFF !important;
	font-size: 20px !important;
	text-shadow: 2px 2px 4px #5C554A !important;
	/*margin-left: 13px !important;*/
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	transform: scale(1,2);
	-webkit-transform: scale(1,2);
	-moz-transform: scale(1,2);
	-ms-transform: scale(1,2);
	-o-transform: scale(1,2);
}

li:last-child > a {
	margin-right: 35px !important;
}

.navbar-inverse {
	border: none !important;
}

.navbar-inverse .navbar-toggle {
	/*background: transparent !important;*/
}

.nav > li > a {
	background-color: transparent !important;
}

.nav > li > a:hover {
	text-shadow: 3px 2px 3px #5C554A !important;
	font-size: 2em !important;
}

.nav > li > a:focus {
	text-shadow: 4px 4px 2px #5C554A !important;
	outline: none !important;
}

.header {
	position: relative;
	height: 150px;
	width: 100%;
}

.noheader {
	position: relative;
	height: 0;
	width: 100%;
}

footer {
	margin-top: 20px;
	height: 5%;
}
.menu_bg {
	background: #5C554A;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#5C554A, endColorstr=#F9FFC8);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5C554A', endColorstr='#FFF9FFC8', GradientType=1)";
	background: -moz-linear-gradient(left bottom, #5C554A 0%, #F9FFC8 46%,#5C554A 100%);
	background: linear-gradient(left bottom, #5C554A 0%, #F9FFC8 46%,#5C554A 100%);
	background: -webkit-linear-gradient(left bottom, #5C554A 0%, #F9FFC8 46%,#5C554A 100%);
	background: -o-linear-gradient(left bottom, #5C554A 0%, #F9FFC8 46%,#5C554A 100%);
	background: -ms-linear-gradient(left bottom, #5C554A 0%, #F9FFC8 46%,#5C554A 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#5C554A), color-stop(46%,#F9FFC8),color-stop(100%,#5C554A));
}

.maincontent {
	background: #5C554A;
}

.boxshadow {
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.50);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.50);
}

#logo {
	position: absolute;
	display: block;
	top: 2px;
	left: 2px;
	width: 176px;
	height: 204px;
}

#banner-container {
	/*NOTE:  LEFT POSITION IS DETERMINED BY LOGO - IT SHOULD START AT THE WIDTH OF THE LOGO PLUS WHATEVER PADDING OR MARGIN NEEDED	*/
	position: absolute;
	left: 185px;
}

.banner-img-text {
	position: relative;
	width: 100%;
}

#img-brand {
	width: 70%;
	margin-top: -40px !important;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
}

.fromRight {
	right: 42px;
}

.fromBelowLeft {
	left: 12%;
	top: 75%;
}

.fromBelowRight {
	right: 12%;
	top: 88%;
}

.fromAbove {
	right: 15%;
	top: 70%;
}

.movingLabel, labelDarker {
	text-shadow: 2px 2px 4px #5C554A;
	border: 1px solid rgba(149,169,177,0.95);
	background: rgba(149,169,177,0.85);;
	color: #FFFFFF;
	font-size: 2.25em;
	padding: 14px;
	position: absolute;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.50);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.50);
}

.labelDarker {
	background: rgb(149,169,177);
}

.timer_group {
	/*width: 1200px;*/
	position: relative;
	margin-top: 15px;
}

.invoiceimg {
	position: relative;
	margin-top: 45px;
}

@media (min-width: 1400px) {
	.fromBelowRight {
		top: 75%;
	}

}

@media (max-width: 900px) {
	.movingLabel {
		text-shadow: 1px 1px 2px #5C554A;
		padding: 8px;
		border: 1px solid rgba(149,169,177,0.95);
		font-size: 1.9em;
	}
	li:last-child > a {
		margin-right: 5px !important;
	}
}

@media (max-width: 768px) {
	.container-fluid {
		padding-right: 3px !important;
		padding-left: 3px !important;
	}
	.movingLabel {
		text-shadow: 1px 1px 2px #5C554A;
		padding: 8px;
		border: 1px solid rgba(149,169,177,0.95);
		font-size: 1.25em;
	}

	a {
		font-size: 18px !important;
		padding-left: 75px !important;
		padding-right: 0 !important;
		transform: scale(1,1);
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1);
		-o-transform: scale(1,1);
		margin-top: 3px !important;
		margin-bottom: 3px !important;
	}
	#logo {
		top: 1px;
		width: 88px;
		height: 102px;
	}
	#banner-container {
		/*NOTE:  logo is now smaller and up higher so banner can take up more space */
		position: absolute;
		left: 90px;
	}

	.header {
		height: 80px;
	}

}

@media (max-width: 767px) {
	.movingLabel {
		padding: 4px;
		font-size: 1em;
	}
	.fromBelowLeft {
		left: 6%;
	}

	.fromBelowRight {
		right: 6%;
	}

}
