@charset "utf-8";
/* CSS Document */
* {
	padding:0px;
	margin:0px;
}
@-webkit-keyframes scroll {
	0% {left:1000px}
	100% {left:-600px}
}
@-ms-keyframes scroll {
	0% {left:1000px}
	100% {left:-600px}}
}
@-moz-keyframes scroll {
	0% {left:1000px}
	100% {left:-600px}
}
@keyframes scroll {
	0% {left:1000px}
	100% {left:-600px}
}

html {
	overflow:scroll;
	justify-content: center;

	
}
body {
	justify-content: center;
	background-color:#000;



}
.back {
	background-image:url(back104.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	-ms-background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	width: 1000px;
	height: 1800px;
	margin: 0 auto;


	
}

header { 
	position: fixed;
	background-color:#069;
	height:100px;
	width: 1000px;
	text-align:center;
	color:white;
	z-index: 1001;
	height: 100px;
	width: 1000px;
	text-align: center;
	color: #CF0;
	border-bottom: solid 1px #9CABB8;
	display: grid;
	grid-template-columns: 1fr 2fr 1fr 5fr;
	grid-template-rows: 40px 60px;
	justify-content: center;
	
}

Nav {
	grid-area: 2/4/ span 2/ span 1;  
}
.logoimg {

	grid-area: 1/1/ span 2/ span 1;  
	
}
.TitleTel {
	
	grid-area: 2/2/ span 2/ span 1;  
	
	font-size:22px;
	color: white;
	text-align:left;
	display:inline;
	
}


Nav Ul Li {
	padding:0;
	margin:0;
	display:inline;
	font-size:22px;
	margin-left: -6px;

}
Nav Ul {
	font-size:22px;

}
Nav Ul Li a {
	font-size:22px;
 	color:white;
	font-style:normal;
	font-variant:normal;
	text-decoration:none;
	padding: 10px;
	border-right: solid 1px #FFFFFF;
	
	
}
Nav Ul Li a:hover {
 	color:black;
	background:white;
}
.selected {
 	color:black;
}

.firstspace{
	height: 150px;
	
}

.space50{
	height: 50px;
	
}
.main_area {
	margin:0;
	padding:0;
	height:700px;
	width:1000px;
	position:relative;
	left:50%;
    -ms-transform: translate(-50%,0); 
    -webkit-transform: translate(-50%,0); 
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
	transform: translate(-50%,0);

}

.firstpage {
	width: 1000px;
	display: block;
	text-align: center;
}
.bigtitle {
	position:relative;
	width:100%;
	height:290px;
	color:yellow;
	font-size:96px;
	text-align:center;
	background-color:rgba(0,0,0,.3);
	
	
}

.bigtitle p {
	text-align:center;
}
.paula {
	background:yellow;
	width:200px;
	height:6px;
	left:50%;
    -ms-transform: translate(-50%,0); 
    -webkit-transform: translate(-50%,0); 
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	position:relative;
	border-radius:4px;
	margin: 20px;
}
.subtitle1 {
	font-size:32px;

}


.TitleContener {
	height:50px;
	width:100%;
	overflow:hidden;
	position:relative;
}

.Title2 {
	margin:0;
	padding:0;
	position:relative;
	width:100%;
	color:#FF0;
	overflow:hidden;
    -webkit-animation: scroll 12s linear 0s infinite;
	-ms-animation: scroll 12s linear 0s infinite;
	-moz-animation: scroll 12s linear 0s infinite;
  	animation: scroll 12s linear 0s infinite;
}

.slideContener {
	height:220px;
	width:380px;
	left:50%;	
	position:relative;
   	-ms-transform: translate(-50%,-50%); 
    -webkit-transform: translate(-50%,-50%); 
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background:White;
	border:solid white;
	overflow:hidden;
	text-align:center;
	
	
}

.slideContener img {
		-moz-animation: slide 40s infinite;
		-ms-animation: slide 40s infinite;
		-o-animation: slide 40s infinite;
		-webkit-animation: slide 40s infinite;
		animation: slide 40s infinite;
}

@keyframes slide {
	12%,14%{
			transform: translateY(-220px);
		}
	26%,28%{
			transform: translateY(-444px);
		}
	40%,42%{
			transform: translateY(-666px);
		}
	54%,56%{
			transform: translateY(-890px);
		}
	68%,70%{
			transform: translateY(-1114px);
		}
	82%,84%{
			transform: translateY(-1340px);
		}
	97%,98%{
			transform: translateY(0px);
		}

}

.bikebooking {
	position:absolute;
	top: 100%;
	left: 50%;
   	-ms-transform: translate(-50%,-50%); 
    -webkit-transform: translate(-50%,-50%); 
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);	
	
	
}


.cars {
	margin:0;
	padding:0;
	height:2450px;	
	width:1000px;
	position:absolute;
	top:100px;
	left:50%;
    -ms-transform: translate(-50%,0); 
    -webkit-transform: translate(-50%,0); 
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	background:#FFF;
	display:grid;
	grid-template-rows: 227px 227px 227px 227px 227px 227px 227px 227px 227px;
	grid-template-columns:100%;
}
.carsA {
	height:150px;
}
.carsA p, .form p {
	padding:5px;
	font-size:18px;
	text-align:center;
}
.carsB {
/*225*/
	height: 225px;
	width:100%;
	border:dotted 1px #999999;
	display:grid;
	grid-rows:l1;
	position:relative;
}

.carsB1 {
	width:400px;
	position:absolute;
	left:10px;
	top:1px;
}

.prices {
	width:100%;
	width:400px;
	position:absolute;
	left:400px;
	top:170px;
}

.prices th{
	text-align:left;
	font-size:18px;	
}
.prices td{
	font-size:14px;
	color:blue;
}

.carsB2 {
	width:300px;
	position:absolute;
	left:500px;
	top:10px;
	
}
.carsB2 h3 {
	margin-bottom:10px;
	margin-top:10px;
}

.carsB3 {
	height:225px;
	width: 200px;
	position:absolute;
	right:10px;
	top:opx;
	border-left:dotted 1px #999999;
}

.carsB3 h1 {
	color:blue;
	position:absolute;
	top:60px;
	left:40px;
}
.carsB3 button {
	padding:15px;
	font-size:18px;
	color:white;
	background-color:#003;
}
.carsB3 a {
	position:absolute;
	left:40px;
	top:85px;
}
.form {
	background:#FFF;
}

.formA form {
	margin: 100px;
	margin-top:10px;
	padding: 10px;
	text-align:center;

}
.formA form * { 
	margin:10px;
}
.formTable, .formTable td  {
/*	border:dashed 1px black;*/
}
.bigInput {
	height:100px;
	width:180px;
}
.formSubmit {
	padding:10px;
	background-color:blue;
	color:white;
	height:50px;
	width:180px;
	font-size:24px;
}
.goRight {
	text-align:right;
}
.goLeft {
	text-align:left;
}

.carsC {
	height:225px;
	width:100%;
	border:dotted 1px #999999;
	display:inline-block;
	position:absolute;
	top:375px;
	left:0px;
	
}
.carsD {
	height:225px;
	width:100%;
	border:dotted 1px #999999;
	display:inline-block;
	position:absolute;
	top:226px;
	left:0px;
}
.carsE{
	height:225px;
	width:100%;
	border:dotted 1px #999999;
	display:inline-block;
	position:absolute;
	top:452px;
	left:0px;
}

.carsE2{
	height:225px;
	width:100%;
	border:dotted 1px #999999;
	display:inline-block;
	position:absolute;
	top:678px;
	left:0px;
}

#map {
	height:400px;
	width:100%;
}
.Address p {
	text-align:left;
	font-size:24px;
	color:blue;
}
.Address {
	margin-top:20px;
	margin-left:20px;
	width:50%;
}
#credit {
	font-size:14px;
}

.mainCallButt{
	display:inline-block;
	text-align:center;
	font-size:22px;
	padding:20px;
	margin-left: 40px;
	margin-right: 40px;	
	color:white;
	text-decoration:none;
	background-color:rgba(42,40,36,1.00);
	border-radius: 20px;

	width:380px;

	
}

