/*SITE FRAME*/

body {
	background-color: #eeeeee;
}

.testr {
	background-color: rgba(255, 0, 0, 0.5);
	box-shadow: inset 1px 1px #F00, inset -1px -1px #F00;
}

.info strong,
.info a {
	font-size: 18px;
}

br.break {
	display: none;
}

@media (min-width: 1000px) and (max-width: 1400px) {
	br.break {
		display: block;
	}
}

@media (max-width: 500px) {
	br.break {
		display: block;
	}
}

.testg {
	background-color: rgba(0, 255, 0, 0.5);
	box-shadow: inset 1px 1px #0F0, inset -1px -1px #0F0;
}

.testb {
	background-color: rgba(0, 0, 255, 0.5);
	box-shadow: inset 1px 1px #00F, inset -1px -1px #00F;
}

.btn-danger,
.btn-danger:active {
	background: none;
	background-color: rgba(194, 40, 32, 1);
}

.btn,
.btn:active,
input[type="submit"],
input[type="submit"]:active {
	position: relative;
	box-shadow: inset 0 -1px rgba(255, 255, 255, 0.4), 0 4px rgba(169, 3, 41, 1);
	background-image: radial-gradient(ellipse farthest-corner at center top, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 100%), url("../images/noise.png");
	border: none;
	margin-bottom: 20px;
	font-weight: 500;
	color: rgba(254, 255, 255, 0.9);
	letter-spacing: 0.01em;
	padding: 8px 16px;
	text-shadow: 0 0.1em 0.06em rgba(0, 0, 0, 0.5);
	font-size: 24px;
	border-radius: 2em;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5) inset, 0px 0.3em 0.3em rgba(255, 255, 255, 0.4) inset, 0px -0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0px -0.2em 0.3em rgba(0, 0, 0, 0.2) inset, 0px -0.3em 0.5em rgba(0, 0, 0, 0.2) inset, 0px -0.4em 0.7em rgba(0, 0, 0, 0.2) inset, 0px 2px 3px rgba(0, 0, 0, 0.4), 0px 4px 1px rgba(0, 0, 0, 0.2), 0px 6px 5px rgba(0, 0, 0, 0.1);
}

.btn-default,
.btn-default:active {
	color: #000 !important;
}

input[type="submit"],
input[type="submit"]:active {
	font-size: 16px !important;
	background-color: #bbb;
	color: #000 !important;
	border-radius: 5px !important;
	text-shadow: 0 1px 0px rgba(255, 255, 255, 0.5);
}

.btn:active,
input[type="submit"]:active {
	margin-bottom: 18px;
	margin-top: 2px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5) inset, 0px 0.3em 0.3em rgba(255, 255, 255, 0.4) inset, 0px -0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0px -0.2em 0.3em rgba(0, 0, 0, 0.2) inset, 0px -0.3em 0.5em rgba(0, 0, 0, 0.2) inset, 0px -0.4em 0.7em rgba(0, 0, 0, 0.2) inset, 0px 1px 1px rgba(0, 0, 0, 0.6), 0px 2px 2px rgba(0, 0, 0, 0.4), 0px 3px 3px rgba(0, 0, 0, 0.2);
}

.btn:after {
	content: "";
	position: absolute;
	width: 94%;
	height: 60%;
	top: 2px;
	left: 3%;
	border-radius: 1em;
	background-image: -moz-linear-gradient(left center, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.25));
}

@media (max-width: 768px) {
	/**/
	body {
		/**/
		background-position: center top 50px;
		/**/
	}
}

/*MOBILE NAV*/

.navbar-static-top {
	border-width: 0;
	margin-bottom: 0;
}

.navbar {
	margin-bottom: 0px;
	color: #fff;
}



@media (max-width: 3008px) {
	/**/

	/**/
	.navbar-inverse .navbar-toggle {
		/**/
		border-color: #FFF;
		/**/
	}
	/**/
	.navbar-inverse .navbar-toggle:hover {
		/**/
		background: none !important;
		/**/
		background-color: #000 !important;
		/**/
		border-color: #000 !important;
		/**/
	}
	/**/
	.navbar-inverse .navbar-toggle:active {
		/**/
		background: none !important;
		/**/
		background-color: #000 !important;
		/**/
		border-color: #000 !important;
		/**/
	}
}

/*HEADER*/

header {
	position: relative;
}

header .first.container {
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

header h1 {
	font-size: 46px;
	color: #3388DD;
	text-transform: uppercase;
	line-height: 1em;
	margin: 0;
	display: inline-block;
	padding: 0;
	vertical-align: middle;
}

header img {
	display: inline-block;
	max-height: 80px;
	margin: 15px 15px 15px 0;
	vertical-align: middle;
}

header h2 {
	font-size: 30px;
	color: #000;
	line-height: 1em;
	margin: 0;
	padding: 30px 0 0 0;
}

header:after {
	clear: both;
}

/*NAV*/

nav {
	width: 100%;
	text-align: right;
}

nav .container {
	background-color: #957700;
	padding: 1em;
	/*border-radius: 6px 6px 0 0;*/
}

nav a {
	padding: 10px 20px 10px 20px;
	line-height: 16px;
	font-size: 16px;
	display: inline-block;
	color: #FFF;
}

nav a:hover,
nav a:active {
	color: #FFF;
}

@media (min-width: 768px) {
	/**/
	nav {
		/**/
		display: block;
		/**/
	}
}



/*COLORBAR*/

.colorbar .container {
	background-color: #111;
	padding: 30px;
	background-image: url("../images/csrep2.jpg");
	background-repeat: no-repeat;
	background-position: right center;
}

.colorbar * {
	color: #FFF;
}

/*CONTENT*/

a {
	color: #957700;
}

a:active,
a:hover {
	color: #ab5a13;
}

main .container {
	box-shadow: inset -1px 0 0 #999, inset 1px 0 0 #999;
	padding: 25px 30px 30px 30px;
}

label {
	display: inline-block;
	line-height: 20px;
	font-size: 16px;
	text-align: right;
	min-width: 200px;
}

input {
	margin-bottom: 10px;
	font-size: 16px;
	padding: 5px;
}

form {
	text-align: right;
	width: auto;
	display: inline-block;
}

/*FOOTER*/

footer {
	padding-bottom: 40px;
}

footer .container {
	padding-top: 20px;
	padding-bottom: 10px;
	border-radius: 0 0 6px 6px;
	background-color: #957700;
}

footer a {
	color: #fff;
}

footer a:hover,
footer a:active {
	color: #fff;
}

footer p {
	color: #fff;
}

.effect2 {
	position: relative;
}

.effect2:before,
.effect2:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.effect2:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

.errorsix {
	display: none;
	color: red;
}

.errorfour {
	display: none;
	color: red;
}

span#xfour,
span#xsix {
	color: red;
	font-size: 18px;
}

span#checkmarksix,
span#checkmarkfour {
	color: green;
	font-size: 18px;
}

input[type="text"] {
	width: 226px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

@media (max-width:350px) {
	input[type="text"] {
		margin-bottom: 0px;
		width: 86%;
	}
}

.chatNow {
	text-align: center
}

.chatNow span {
	cursor: pointer;
}

.chatNow button {
	background: #24292d;
	border: 1px solid #121416;
	border-radius: 5px;
	color: white;
	padding: 1em 2em;
	text-transform: uppercase;
	cursor: pointer;
}

.five9-action-btn {
	background: #24292d !important;
	border: 1px solid #121416 !important;
	border-radius: 5px;
	color: white;
	padding: 1em 2em;
	text-transform: uppercase;
}

.five9-chat-button {
	background: #24292d !important;
	border: 1px solid #121416 !important;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}
@media(max-width:767px){
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: white;
	}
}