@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
html, body {
	height: 100%;
}
html, hmtl a {
	width: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #FFFFFF;
	color: #7F8289;
	font-weight: 300;
	font-size: 16px;
	font-family: 'Titillium Web', sans-serif;
	line-height: 28px;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;/*--------- End Font weight turns lighter on Mac/Safari------------*/
}
.container {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a {
	color: #3A3A3A;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color 0.1s linear 0s;
	-moz-transition: color 0.1s linear 0s;
	-o-transition: color 0.1s linear 0s;
	transition: color 0.1s linear 0s;
}
a:hover, a:active, a:focus {
	outline: 0;
	color: #e8b12c;
	text-decoration: none;
}
a img {
	border: none;
}
a > img {
	vertical-align: bottom;
}
img {
	max-width: none;
}
strong {
	font-weight: 500;
}
p {
	margin: 0 0 30px;
}
input:focus, textarea:focus, input[type="text"]:focus {
	outline: 0;
}
.padding-off {
	padding: 0;
}
.padding-on {
	padding: 0 15px;
}
/* ==================================================
   Home Page
================================================== */

#Wrap {
	background-image: url(../img/body-bg.jpg);
	background-attachment: fixed!important;
	background-position: top center;
	background-repeat: repeat-x;
	display: block;
	width: 100%;
	min-height: 100%;
	background-size: cover;
}
.main-wrap {
	width: 900px;
	background-color: #F4F4F5;
	color: Black;
	min-height: 360px;
	margin: 0 auto;
	border-radius: 5px;
	font-family: Arial, Verdana;
	padding: 10px;
}
.main-wrap .content {
	padding: 10px;
}
.heading h3 {
	color: #163B8C;
	font-size: 17px;
	margin: 0;
	font-weight: 600
}
.heading {
	border-bottom: 2px dotted #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.category {
	background: #6080a6;
	border-radius: 4px;
	overflow: hidden;
	padding-bottom: 15px;
}
.category .invMakersTop {
	border-bottom: 1px solid #abbfd6;
	background: #202020;
	color: #fff;
	height: 25px;
	margin: 0 0 15px;
	padding: 7px;
}
.category .invMakersTop h5 {
	margin: 0;
	font-size: 12px;
	padding-left: 5px;
}
.filter-from label {
	width: 85px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
.filter-from input[type="text"], .filter-from select {
	width: 166px;
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 4px;
	margin-bottom: 12px;
	padding: 4px;
	height: 25px;
	font-size: 13px;
}
.filter-from input[type="submit"] {
	background: url(../img/sprites5.png) no-repeat -120px -61px;
	width: 150px;
	height: 33px;
	display: block;
	border: none;
	float: right;
}
.filter-from input[type="submit"]:hover {
	background: url(../img/sprites5.png) no-repeat -120px -95px;
	width: 150px;
	height: 33px;
	display: block;
}
.filter-from .checkb label {
	padding: 0;
	margin: 0;
	line-height: 0;
	width: 90%;
	padding-top: 18px;
	padding-left: 11px;
	position: relative;
	bottom: 2px;
}
.car-content {
	margin-top: 20px;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
}
.car-content .car-img {
	text-align: center;
	width: 163px;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.car-content .car-img a {
	border: 1px solid #C2C2C2;
	background: #fff;
	height: 120px;
	line-height: 118px;
	display: block;
	width: 160px;
}
.car-content .car-img a img {
	display: inline;
	/*vertical-align: middle;
	margin: 0 6px 0 0;*/
margin: 6px 0px 0 0;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
	border: 0px !important;
}
.car-content .car-img a:hover {
	border-color: #163B8C;
}
.car-content .car-details {
	float: right;
	display: inline-block;
	vertical-align: top;
	width: 680px;
}
.car-content .car-details .car-head {
	/*background: #DEEEF7;*/
	background: #fff;
	float: left;
	padding: 0 5px;
	width: 100%;
	
}
.car-content .car-details .car-head .car-name {
	float: left;
	font-weight: bold;
	font-size: 14px;
}
.car-content .car-details .car-head .car-name a {
	/*color: #163B8C; */
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.car-content .car-details .car-head .car-name a:hover {
	text-decoration: underline;
}
.car-content .car-details .car-head .car-price {
	float: right;
}
.car-content .car-details .car-head .car-price ul {
	list-style: none;
	float: right;
	display: inline;
	width: inherit;
	margin-right: -15px;
	padding: 0;
	margin-bottom: 0;
}
.car-content .car-details .car-head .car-price ul li {
	display: inline;
	font-size: 12px;
	margin-right: 20px;
	color: Black;
	font-weight: bold;
	border: none;
}
.car-content .car-details .car-head .car-price ul li span {
	font-size: 13px;
	color: #8a1425;
}
.car-content .car-details .car-body {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}
.car-content .car-details .car-body dl {
	margin: 0;
	font-size: 12px;
	color: #000;
	font-weight: 500;
}
.car-content .car-details .car-body dt, .car-content .car-details .car-body dd {
	display: inline-block;
	font-size: 12px;
	/*color: #000; */
	color: #fff;
	font-weight: 500;
	text-align: left;
	float: left;
}
.car-content .car-details .car-body dt {
	width: 35%;
}
.car-content .car-details .car-body dd {
	width: 65%;
}
.car-content .view-details a {
	background: url(../img/sprites5.png) no-repeat -8px -61px;
	width: 111px;
	height: 33px;
	display: block;
	margin-top: 7px;
	margin-bottom: 11px;
	margin-left: 22px;
}
.car-content .view-details a:hover {
	background: url(../img/sprites5.png) no-repeat -8px -95px;
}
.col-4 {
	width: 45%;
	padding: 0 10px;
	float: left;
}
.col-2 {
	width: 10%;
	padding: 0 5px;
	float: left;
}

@media (max-width:910px) {
.main-wrap {
	width: 100%;
}
.car-content .car-img {
	position: absolute;
}
.car-content .car-details {
	width: 100%;
	padding-left: 170px;
}
.view-details {
	margin-top: 127px;
}
}

@media (max-width:850px) {
.col-4, .col-2 {
	width: 100%;
}
}

@media (max-width:768px) {
.filter-from input[type="submit"] {
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 25px;
	float: none;
}
.filter-from input[type="text"] {
	height: 39px;
}
.filter-from select {
	width: 100%;
	height: 39px;
}
}

@media (max-width:550px) {
.car-content .car-img {
	position: relative;
}
.car-content .car-details {
	padding-left: 0;
	float: none;
}
.view-details {
	margin-top: 0;
}
}

@media (max-width:440px) {
.filter-from .col-xs-6 {
	width: 100%;
}
.filter-from input[type="text"] {
	width: 100%;
}
}
.car-wrap .car-content:first-child {
	margin-top: 10px;
}
.pagination>li>a, .pagination>li>span {
	background-color: #202020;
	color: #fff;
	border: none;
	margin-left: 0;
	font-size: 12px;
	padding: 9px 12px;
	padding-left: 13px;
	padding-right: 12px;
}
ul.pagination {
	margin: 0;
	margin-top: 10px;
	padding-right: 9px;
	background: #202020;
	border-radius: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0;
}
.pagination li.right-etc a {
	color: transparent;
}
.pagination li.right-etc a:after {
	content: "Next";
	color: #fff;
	margin-left: -7px;
}
.pagination li.right-etc a:hover:after {
	content: "Next";
	color: #000 !important;
	margin-left: -7px;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover {
	background: #202020;
	color: #fff;
}
/*-------------28-9-2016-------*/
.car-content .car-details .car-body dt {
    width: 25%;
}
.car-content .car-details {

    width: 100%;
    padding-left: 169px;
}
.car-content .car-img {
    position: absolute;
}
@media (max-width:991px)
{
.car-del .container
{
	width:100%;
}
}
/*-------------04-10-2016-------*/
.car-content .car-details .car-body dt, .car-content .car-details .car-body dd {
       margin-bottom: 2px;
}
.primary-button a {margin-bottom: 26px;}
.footer-item {
  
    padding-left: 0px;
    padding-right: 0px; 
}
