@import url(http://fonts.googleapis.com/css?family=Fauna+One|Cinzel+Decorative);
a {
	color:#fff;
	text-decoration:none;
}

body {
	background:#f3f3f3;
	color:#000;
	overflow:auto;
	overflow-x:hidden;
	font-family: "Open sans", "Segoe UI", "Segoe WP", Helvetica, Arial, sans-serif;
	padding:0px;
	margin:0px;
}
h1, h2, h3{
	margin-bottom: 5px;
	font-weight: normal;
	text-align: center;
	color:#0f116d;
	font-family: 'Sarala', sans-serif;
}
b, p {
	color:#000;
}
h2 {
	margin: 5px 0 2em;
	color: #7F8C9A;
}
a {
	color:#000;
}

input[type="text"], input[type="password"]{
	border:none;
	width:300px;
	background:#e4e4e4;
	height:50px;
	color:#000;
	text-align:center;
	letter-spacing:0px;			
}
textarea {
	border:none;
	width:300px;
	background:#e4e4e4;
	height:200px;
	color:#000;
	text-align:center;
	letter-spacing:0px;
	font-family:Arial;
}
button, input[type="button"], input[type='submit']  {
	padding: 5px 10px 6px;
	color: #000;
	text-decoration: none;
	border: none;
	cursor: pointer;
	background: #dadada;  
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 ); /* IE6-9 */
	font-weight:bold;				
	letter-spacing:2px;
}
button:hover, input[type='button']:hover, input[type='submit']:hover {
	background: #9b9b9b; /* Old browsers */
}
button:active, input[type='button']:active, input[type='submit']:active {
	top:2px;
}
button[disabled=disabled], button:disabled {
	opacity:0.5;
	cursor:default;
}
#dcontent {
	position:absolute;
	top:25%;
	width:100%;
}
#dfooter {
	position:absolute;
	top:95%;
	width:100%;
}
#dfooterhp {
	position:absolute;
	top:95%;
	width:100%;
}
#top {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:70px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(232,232,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(232,232,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(232,232,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	box-shadow:0px 30px 40px -25px #000;	
}
#menu {
	padding-bottom:4px;
	width:100%;
}
#slogan {
	font-size:20px;	
	margin-top:-30px;
	color:#000;
}
#topLine {
	position:absolute;
	top:60px;
	left:0px;
	width:100%;
	height:10px;
}
#all {
	margin:0px;
	padding:0px;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	background:#fff;
	border-bottom:3px solid #0f116d;
}
#content {
	width:90%;
	margin-left:5%;
	margin-right:5%;
	text-align:justify;
}
#content h1 {
	text-align:justify;
}
.menuItem {
	padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:10px;
	background:#d0d0d0;
	color:#fff;
	margin-left:5px;
	margin-right:5px;
	width:100px;
	background: linear-gradient(to right, #d0d0d0 50%, #0f116d 50%);
	background-size: 200% 100%;
	background-position:left bottom;
	margin-left:10px;
	transition:background-position 0.6s ease;
}
.menuItem:hover {
	background-position:right bottom;
}
.menuItem:active {
	opacity:0.2;
}
.shopItem {
	width:350px;
	min-height:200px;
	background:#fff;
	padding:10px;
	padding-bottom:0px;
	margin:10px;
	transition:top 0.5s ease, box-shadow 0.5s ease, border 0.5s ease; 
	position:relative;
	border:2px solid #fff; 
}
.shopItem img {
	width:100%;
}
.shopItem:hover {
	box-shadow:0px 20px 30px -20px rgba(0,0,0,0.3);
	border:2px solid #c3c3c3; 
}
.shopItem:active {
	opacity:0.3; 
}
.shopBrief {
		
}
.littleImg {
	width:160px;
	padding:10px;
	margin:10px;
	background:#fff;
	opacity:0.5;
	cursor:pointer;	
}
.littleImg:hover {
	opacity:1;
}
.littleImg:active {
	opacity:0.1;
}
.littleImg img {
	width:100%;	
}
#currentImg {
	width:600px;
	background:#fff;
	padding:15px;
}
#currentImg img {
	width:100%;
}
#carDescription {
	width:600px;
	min-height:250px;
	background:#fff;
	padding:15px;
	font-size:18px;
	margin-left:20px;
}
#cars {
	 display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
}
#littleImgContainer {
	width:600px;
	 display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
}
#callMe {
	padding:10px;
	background:#0f116d;
	color:#fff;
	font-size:22px;
	width:350px;
	margin-left:20px;
	transition:border-bottom 0.7s ease,background 0.7s ease, box-shadow 0.7s ease;
	border-bottom:6px solid #0f116d;
}
#callMe:hover {
	border-bottom:6px solid #fff;	
	background:#19de10;
	box-shadow:0px 20px 30px -20px rgba(0,0,0,0.3);
} 
#callMe:active {
	opacity:0.3;
} 

@media all and (max-width: 768px) {
	#all {
	
		width:570px;
		
	}
}
