/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

/* ==== Import css as needed ====*/
/* @import url('font-awesome.css'); */

/* ==== Global Styles ==== */
* {
	margin: 0;
	padding: 0;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	overflow-x: hidden;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

body {
	font: 100%/1 'Lato', sans-serif;
	background: #fff;
	color: #333;
	position: relative;
	min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	margin: 0 0 15px 0;
	font-weight: 700;
	line-height: 1.5;
}

a:hover,
a:link, 
a:visited, 
a:hover, 
a:active, 
a:focus {
	outline: none;
	color: #F72F72;
	text-decoration: none;
}

a {
	color: #336FA5;
	text-decoration: none;
}

img {
	display: block;
	border: 0;
	max-width: 100%;
	height: auto;
}

.fluidimg {
	width: 100%;
}

p {
	margin: 0 0 10px;
	font-size: 1.4em;
	line-height: 1.5;
}

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	resize: vertical;
}

ul, ol {
	padding: 0 0 0 40px;
	margin: 0 0 20px 0;
}

:focus {
	outline: 0;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.cf:before, .cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

input[type="submit"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="reset"],
input[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #353535;
	border: 1px solid #ccc;
	border-radius: 0px;
}

::-webkit-input-placeholder {
	color: #353535;
}

:-moz-placeholder { /* Firefox 18- */
	color: #353535;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #353535;
}

:-ms-input-placeholder {  
	color: #353535;
}
/* Home Page CSS */
.header_home {
  background: url("../img/banner.jpg") no-repeat scroll center center / cover  rgba(0, 0, 0, 0);
}
.logo {
  margin-bottom: 35px;
  margin-top: 35px;
}
.logo a {
  font-size: 26px;
  color: #ffffff;
  display: block;
}

/*	Menu Styles
==================== */
.menu {
  float: left;
  margin-top: 32px;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu ul li {
  float: left;
}
.menu ul li a {
  color: #ffffff;
  display: block;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
}
.menu ul li a:hover{}

/* Basic Menu CSS */
.mean-container .mean-bar {
  float: right;
}
.contact {
  margin-top: 20px;
}
.contact p {
  color: #ffffff;
  font-size: 30px;
}
.slider_area {

}
.mainslider {

}
.mainslider img {
	
}
.caption {
  margin-top: 710px;
}
.buy {
  font-size: 36px;
  color: #ffffff;
}
.contact_now {
  color: #ca3c3c;
  font-size: 36px;
}
.contact_us_area {
	background-color: #6B3A5D;
}
.car_image{}
.welcome_area{background-color: #EAEAEA;}
.welcome_texts {
  padding-bottom: 65px;
}
.welcome_texts h1 {
  font-size: 72px;
  margin-bottom: 65px;
  margin-top: 20px;
  text-decoration: underline;
  text-transform: capitalize;
}
.welcome_texts p {
	color: #464646;
}
.{}
.{}
.{}
.{}
.{}
.client_area {
	background-color: #656565;
}
.{}
.{}
.{}
.{}
.{}
.{}
.{}
.footer_area {
	background-color: #242424;
}
.{}
.text_right {
  width: 760px;
}
.short_text {
  color: #ffffff;
  font-size: 26px;
}
.client_name {
  color: #ffffff;
  text-transform: uppercase;
}


#owl-demo .item img {
  display: block;
  height: 70px;
  width: 70px;
}
.copyright{text-align: center;margin-bottom: 65px;margin-top: 65px;}
.copyright p {font-size: 14px;color: #555555;}

#scrollUp {
  background-image: url("../img/top.png");
  bottom: 20px;
  height: 12px;
  left: 50%;
  right: 50%;
  width: 20px;
}

.owl-theme .owl-controls .owl-buttons div {
  display: none;
}
.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #ffffff;
}

/* About Page CSS */
.header_about {
  background: url("../img/about_banner.jpg") no-repeat scroll center center / cover  rgba(0, 0, 0, 0);
}
.contact_us_button {
  margin-bottom: 55px;
}
.contact_us_button a {
  border: 1px solid #CA3C3C;
  border-radius: 5px 5px 5px 5px;
  color: #CA3C3C;
  display: inline-block;
  font-size: 24px;
  padding: 20px;
}
.about_area {
  background-color: #6C3B5E;
}
.about_us_header {
  text-align: center;
}
.about_us_header h1 {
  color: #FFFFFF;
  font-size: 72px;
  margin-bottom: 40px;
  margin-top: 30px;
  text-decoration: underline;
}
.about_car_texts {
  margin-bottom: 115px;
  margin-top: 125px;
  overflow: hidden;
}
.carsell p {
  color: #ffffff;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 35px;
  margin-top: 30px;
  text-decoration: underline;
  text-transform: uppercase;
}
.items{
  margin-bottom: 35px;
  margin-top: 45px;
}
.items h3 {
  border: 2px solid #FFFFFF;
  border-radius: 50% 50% 50% 50%;
  color: #FFFFFF;
  float: left;
  height: 40px;
  text-align: center;
  width: 40px;
  margin-right: 20px;
}
.service_detail {
  color: #FFFFFF;
  display: table;
}
.service_detail h4 {
  text-transform: capitalize;
}
.buy_cars li {
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin-left: 5px;
}
.buy_cars li {float: left; font-size: 14px; line-height: 20px; }


/* Contact Form CSS */
.header_contact {
  background: url("../img/contact_banner.jpg") no-repeat scroll center center / cover  rgba(0, 0, 0, 0);
}
.contact_form_text {
  margin-bottom: 50px;
  margin-top: 50px;
}
.decoration_one {
  background: rgba(0, 0, 0, 0) url("../img/email.png") no-repeat scroll 7px 15px;
  border: 2px solid #353535 !important;
  color: #353535;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 15px 0 15px 30px;
  width: 100%;
}
.decoration_two {
  background: rgba(0, 0, 0, 0) url("../img/name.png") no-repeat scroll 7px 15px;
  border: 2px solid #353535 !important;
  color: #353535;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 15px 0 15px 30px;
  width: 100%;
}
.message{
  background: rgba(0, 0, 0, 0) url("../img/pen.png") no-repeat scroll 7px 15px;
  border: 2px solid #353535 !important;
  color: #353535;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 15px 0 15px 30px;
  width: 100%;
}
.submit_button {
  background: #c93c3b url("../img/check.png") no-repeat scroll 110px center;
  border: medium none;
  border-radius: 5px !important;
  color: #ffffff;
  font-size: 18px;
  margin-top: 30px;
  padding: 30px;
  width: 100%;
  margin-bottom: 30px;
}

/*  Comment Slider Styles
==================== */
.client_area {
  padding: 100px 0 100px;
}



















/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px), screen and (max-width: 768px) {
.welcome_texts h1 {
  font-size: 36px;
  margin-bottom: 10px;
}
.text_right {
  width: 290px;
}
.short_text {
  font-size: 14px;
}
.submit_button {
  background: #c93c3b url("../img/check.png") no-repeat scroll 80px center;
}
.about_us_header h1 {
  font-size: 24px;
}
.copyright p {
  font-size: 13px;
}
.caption_texts {

}
.logo {
  margin-bottom: 0;
  margin-top: 52px;
}
.carsell p {
  font-size: 30px;
}
.caption {
  margin-top: 400px;
}

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px), screen and (min-width: 768px) {
.logo a {
  font-size: 25px;
}
.logo {
  margin-bottom: 35px;
  margin-top: 35px;
}
.menu ul li a {
  font-size: 14px;
  padding: 10px;
}
.contact_us_button a {
  font-size: 18px;
  padding: 10px;
}
.contact p {
  font-size: 16px;
}
.about_us_header h1 {
  font-size: 33px;
  margin-bottom: 30px;
  margin-top: 25px;
}
.submit_button {
  background: #c93c3b url("../img/check.png") no-repeat scroll 45px center;
}
.copyright p {
  font-size: 14px;
}
.text_right {
  width: 720px;
}
.short_text {
  font-size: 18px;
}
.contact {
  margin-top: 35px;
}
.caption_texts {

}


}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
.logo {
  margin-bottom: 35px;
  margin-top: 35px;
}
.logo a {
  font-size: 26px;
}
.menu ul li a {
  font-size: 16px;
  padding: 8px;
}
.contact {
  margin-top: 32px;
}
.contact p {
  font-size: 20px;
}
.contact_us_button a {
  font-size: 24px;
  padding: 20px;
}
.copyright p {
  font-size: 14px;
}
.about_us_header h1 {
  font-size: 53px;
}

}