/**

 * General

 * -------------------------------------------------------------------------------------------------

 */
body {
	font-family: 'Roboto', sans-serif;
}

a {
	color: #616161;
}

a:hover {
	text-decoration: none;
}

.background_line {
	background: url('../images/line.png') 40px repeat-x;
	background-position-y: 20px;
	margin-top: 20px;
}

.background_line h1 {
	width: 185px;
	text-align: center;
	margin: 0 auto 10px auto;
	background: #fff;
	color: #616161;
	font-weight: bold;
	font-size: 27px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: none;
}

.brands_wrapper {
	border-bottom: 1px solid #a8a8a8;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 15px
}

.brands_wrapper ul {
	padding: 0;
	margin: 0;
}

.brands_wrapper li {
	list-style-type: none;
	display: inline-block;
	width: 13%;
}

.mainmenu {
	padding: 0;
}

.mainmenu li {
	position: relative;
	float: left;
	list-style: none;
	margin-right: 90px;
	box-shadow: 0px 5px 10px #e6e6e6;
	height: 42px;
	padding-bottom: 14px;
}

.mainmenu li a {
	padding: 10px 40px;
	border: 1px solid #b5b5b5;
	float: left;
	color: #828282;
	text-align: center;
	transition: all 0.3s ease;
}

.mainmenu li:last-child {
	margin-right: 0px;
}

.mainmenu li a:hover {
	background: #116743;
	color: #fff;
	border: 1px solid #116743;
}

.mainmenu li:hover span {
	background: url('../images/arrow_green.png') center 3px no-repeat;
	width: 100%;
	height: 15px;
}

.mainmenu li span {
	background: url('../images/arrow_grey.png') center 3px no-repeat;
	transition: background 0.3s ease;
	cursor: pointer;
	height: 15px;
	display: block;
	margin-top: 39px;
	padding-bottom: 10px;
}

.submenu {
	display: none;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	margin-top: 50px;
	border: 1px solid #b5b5b5;
	background: #fff;
	z-index: 9999;
}

.mainmenu li:hover .submenu {
	display: block;
}

.submenu li {
	border: none;
	background: white;
	padding: 3px 0px;
	text-align: left;
	width: auto;
	box-shadow: none;
	margin: 0 20px;
	height: 38px;
}

.submenu li a {
	color: #303030;
	border: none;
	padding: 10px 0px;
	border: 0;
	float: left;
	font-weight: bold;
	text-align: left;
	height: 35px;
	background: url('../images/menu_bottom.jpg') bottom repeat-x;
	width: 210px;
}

.submenu li a:hover {
	border: none;
	background-color: transparent;
	color: #116743;
	padding: 10px 0px;
	border: 0;
	float: left;
	font-weight: bold;
	text-align: left;
	height: 35px;
	background: url('../images/menu_bottom.jpg') bottom repeat-x;
	width: 210px;
}

.submenu li:last-child a {
	background: none;
}

/**

 * Home Page

 * -------------------------------------------------------------------------------------------------

 */
.slider {
	margin-top: 25px;
}

.slider img {
	width: 100%;
}

.slider .caption {
	color: #3d3c3c;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 400;
	left: 14px;
	line-height: 34px;
	position: absolute;
	top: 30px;
}

.featured_cars {
	margin: 0px auto;
	padding: 0px 10px;
}

.featured_cars img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;

}

.featured_cars .green {
	color: #005c36;
	font-size: 13px;
	font-weight: normal;
	margin-top: 10px;
}

.featured_cars .gray {
	color: #424040;
	font-size: 12px;
	font-weight: normal;
}

.footer {
	margin-top: 50px;
}

.footer .col-md-12 {
	text-align: center;
}

.footer .col-md-12 p {
	margin-top: 10px;
	color: #616161;
	font-size: 11px;
}

.carousel-control {
	width: 0%;
}

.carousel-inner p {
	color: #424040;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 16px;
}

.carousel-inner a {
	color: #005C36;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
	margin: 8px 0;
}

.carousel-inner a:hover {
	color: #000;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {

	left: -30px;
	top: 100px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: -30px;
	top: 100px;
}


/**

 * Inner Pages List

 * -------------------------------------------------------------------------------------------------

 */


.inner_slider {
	margin-top: 40px;
}

.inner_slider img {
	width: 100%;
}

.inner_article h1 {
	font-size: 14px;
	color: #116743;
	font-weight: bold;
}

.inner_article h2 {
	font-size: 12px;
	color: #303030;
	font-weight: bold;
	padding-bottom: 10px;
	background: url('../images/menu_bottom.jpg') bottom repeat-x;
}

.inner_article .post {
	margin-top: 20px;
}

.inner_article .post span {
	color: #838385;
	font-size: 11px;
	display: block;
}

.inner_article .post a {
	color: #353535;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	margin: 8px 0 10px;
}

.inner_article .post a:hover {
	color: #116743;
}

.inner_article .post .p {
	color: #4F4D4D;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
}

.inner_article p {
	font-size: 13px;
	line-height: 20px;
}

.side_menu {
	list-style: none;
	padding: 0;
	padding-left: 0;

}

.side_menu a {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 500;
	padding: 6px 10px 6px 14px;
	color: #000;
}

.side_menu a.active {
	background: url('../images/active_arrow.jpg') center left no-repeat;
	color: #116743;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 500;
	padding: 6px 10px 6px 14px;
	color: #116743;
}

.side_menu a:hover {
	color: #116743;
}

/* Slider Override settings */
.bxslider {
	padding: 0px;
}

.bx-wrapper .bx-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	background: none;
}

.bx-wrapper .bx-caption span {
	color: #3d3c3c;
	font-family: 'Roboto';
	display: block;
	font-size: 30px;
	padding: 10px;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 0px;
	top: 100px;
	background-image: url(../images/arrow_left.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: -15px;
	top: 100px;
	background-image: url(../images/arrow_right.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#menu_display {
	display: none;
}

.col-sm-12 h3 {
	margin: 0 auto;
	background: #ffffff;
	width: 150px;
	text-align: center;
}

.row label {
	display: block;
	width: 100px;
	margin: 0 auto;
	float: left;

}

#main_content p {
	overflow: auto;
}

.row .form, .results, .user-form {

	overflow: auto;
	padding-top: 50px;
}

.user-form {
	width: 380px;
}

.row .form, .results {
	margin: 10px auto;
	width: 260px;
}

.row .form p a, .results p a, .user-form p a {
	display: block;
	float: right;
	width: 100px;
	height: 20px;
	background-color: #478E88;
	text-align: center;
	color: #fff;
	font-weight: normal;
}

.logout, .back-to-order {
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}

.refresh {
	margin-top: -10px;
}

.logout, .back-to-order, .refresh {
	width: 100px;
	height: 32px;
	background-color: #478E88;
	text-align: center;
	padding: 5px;
	border-radius: 4px;
	float: right;
}

.refresh a {
	color: #fff;
}

.back-to-order {
	margin-right: 20px;
}

.logout p a, .back-to-order p a {
	color: #fff;
}

.container {
	position: relative;
}

.results {
	display: none;
	font-weight: 700;
}

#name {
	font-weight: normal;
}

table.users {
	width: 100%;

}

table.users td {
	border: 1px solid #A8A8A8;
	padding: 0 5px;
}

table.users th {
	border: 1px solid #A8A8A8;
	border-bottom: 2px solid #A8A8A8;
	padding: 0 5px;
}

table.users td a {
	color: #478E88;
}

table.users td a.delete {
	color: red;
}

.groupForm {
	display: none;
}

.groupForm label {
	width: 50%
}

.col-sm-6 h3 {
	margin: 0 auto 30px;
	background: white;
	text-align: center;
	line-height: 40px;
	width: 40%;
}

.brands_wrapper .active {
	background-color: #478E88;

}

.brands_wrapper .active a {
	color: white;
}

.main-menu {
	padding: 10px 0;
	background-color: #F9F9F9;
}

.login-page {
	margin-bottom: 30px;
}

.order-0 {
	background-color: #61B329;
}

.order-1 {
	background-color: #FFD700;
}

.order-2 {
	background-color: #EE7942;
}

.order-3 {
	background-color: #8B1A1A;
	color: #fff;
}

.order-4 {
	background-color: #FF8000;
}

.shipping-0 {
	background-color: #4682B4;
	color: #fff;
}

.shipping-1 {
	background-color: #96CDCD;
}

.customer-order-view, .order-form {
	width: 50%;
}

.customer-order-view .header {
	background-color: #478E88;
	color: #fff;
}

.customer-order-view td {
	padding: 4px;
}

.admin-search input {
	border: 1px solid #aaa;
	border-radius: 4px;
	height: 28px;
	padding: 6px;
}

.admin-search input[type="submit"] {
	padding-top: 3px;
}

.pagination li {
	list-style-type: none;
	display: block;
	float: left;
	margin-right: 5px;

}

.pagination li a {
	color: #333;
	border: 1px solid #aaa;
}

.pagination li.active a, .pagination li.active a:hover {
	background-color: #478E88;
	border-color: #478E88;
}

.note {
	font-size: 12px;
}

.order-3 .note {
	color: #fff;
}

.order-form .submit-btn {
	border: 1px solid #aaa;
	border-radius: 4px;
	width: 80px;
	height: 28px;
	padding: 6px;
	background-color: #478E88;
	color: #fff;
	display: block;
	float: right;
	text-align: center;
	line-height: 14px;
	cursor: pointer;
}

.dark {
	background: #A8A8A8;
}

.dark table.users {
	border: 1px solid #000;
}

.dark table.users th {
	border-color: #000;
}

.dark table.users td {
	border-color: #000;
}

.dark table.users td a {
	color: #fff;
}

.dark .background_line {
	background: none;
}

.dark .background_line h1,
.dark .background_line h3 {
	width: 285px;
	background: none;
}

table.users td a.delete {
	color: #EE0000;
}

.menu-margin {
	height: 80px;
}

.container {
	max-width: none;
}

@media (min-width:768px) {
	.container {
		width: 100%
	}
}

@media (min-width:992px) {
	.container {
		width: 100%;
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.no-padding {
	padding: 0;
}

.locked-reminder {
	margin: 40px 0;
	background-color: #fff;
	border: 10px red dashed;
	padding: 10px;

}

.locked-reminder a {
	color: #ff0000;
}

.hidden {
	display: none;
}

.cart th, .cart td {
	padding: 2px 5px;
	border: 1px solid black;
}

.message-banner {
	padding: 10px;
	margin-bottom: 10px;
}

.message-banner.message-white {
	color: #000;
	background-color: #fff;
}

.message-banner.message-green{
	color: #fff;
	background-color: #478E88;
}

.message-banner.message-grey{
	color: #000;
	background-color: #A8A8A8;
}

@media print {
	.noprint {
		visibility: hidden;
	}
}

.logo img{
	height: 30px;
	margin: 14px 8px 0 0;
}

.main-logo.logo img{
	height: 50px;
	margin: 5px 20px 0 0;
}

#cart{
	padding-left: 0px;
}

/* .cart-price-table {
	padding-right: 0px;
	width: 100%;
} */

table.cart {
	width: 100%;
}

.cart-price-table table {
	float: right;
	margin-top: 10px;
}

.text-right {
	padding-left: 20px;
}
