@charset "utf-8";
/* CSS Document */

body {
	background-color: #d7d7d7;
	color: #050505;
	font-family: "Open Sans",sans-serif;
}
a {
	color: #fff;
}
.cvr-sm {
	float:right;
	padding-left:20px;
	padding-bottom:20px;
}
.well {
	background-color: #e9e8e8;
	border-color: #e9e8e8;
	border-radius: 0;
}
h4 {
	color: #0d0d0c;
	font-size: 18px;
}
/* Navbar Styles */
.navbar {
	background-color: #f6d274;
	border-bottom: 1px solid #f6d274;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.17);
	margin-bottom: 40px;
}
.navbar-brand {
	height: 148px;
	padding-top: 63px;
	font-size: 24px;
}
.navbar-nav > li > a {
	padding-top: 63px;
	padding-bottom: 64px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;
}
.nav > li > a:hover, .nav > li > a:focus {
	background: none;
	color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: none;
	color: #fff;
}
.navbar-toggle {
	margin-top: 58px;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
	height: 3px;
}
/* Form Styles */
.form-control {
	background-color: #f7f8f8;
	border-color: #f7f8f8;
	border-radius: 0;
	box-shadow: none;
	color: #050505;
	font-size: 14px;
}
.form-control:focus {
	border-color: rgba(161, 173, 97, 0.8);
	box-shadow: 0 1px 1px rgba(161, 173, 97, 0.075) inset, 0 0 8px rgba(161, 173, 97, 0.6);
	outline: 0 none;
}
:-ms-input-placeholder.form-control {
 color:#afada6;
}
.select {
	padding: 6px 12px;
}
label {
	font-weight: normal;
}
.sales_txt {
	margin-bottom: 30px;
}
label.error {
	display: block;
	float: none;
	width: auto;
	margin: 5px 0;
	text-align: left;
	font-weight: normal;
	color: #A9443D;
	background: #f2dede;
	padding: 5px;
	clear: left;
	border-radius: 3px;
}
div.error {
	display: block;
	float: none;
	width: auto;
	margin: 5px 0;
	text-align: left;
	font-weight: normal;
	color: #A9443D;
	background: #f2dede;
	padding: 5px;
	clear: left;
	border-radius: 3px;
}
.carousel ol {
 margin-bottom:;
}
.carousel-indicators li {
	border-color: #f6d274;
}
.carousel-indicators .active {
	background-color: #f6d274;
}
/* Button Styles */
.btn-custom {
	background-color: #f6d274;
	border-color: #f6d274;
	color: #fff;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active {
	background-color: #f6d274;
	border-color: #f6d274;
	color: #fff;
}
.btn-lg {
	border-radius: 0px;
}
#footer a {
	color: #000000;
}

@media (max-width: 767px) {
.navbar-nav > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
}
}