::-webkit-input-placeholder {
   color: #077FC1;
}

body {
	margin: auto;
	width: 100%;
}

#wrapper {
	min-height:100%;
	position:relative;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/*background:  	rgba(233, 247, 250, 1);*/
	background: #52b8e8 linear-gradient(to bottom,rgba(82,184,232,.9) 3%,rgba(42,163,220,.9) 50%,rgba(0,140,207,.9) 100%);
	box-shadow: 0px 0px 20px #0066CC;
	z-index: 1000;
	overflow: hidden;
	padding-bottom: 10px;
}

.menu-holder {
	width: 100%;
}



.nav {
	padding-top: 15px;
	width: 100%;
}

.nav ul {
	list-style: none;
}

.nav li {
	display: inline;
	padding-left: 15px;
	font-size: 20px;
}

.nav li a {
	color: white;
	text-decoration: none;
	font-weight: bolder;
	font-family: 'Open Sans', sans-serif;
	padding-left: 15px;
}

.menu-nav ul li.active a {
  color: red;
  font-size: 35px;
  background-color: rgba(29, 187, 166, 0.5);
  border-radius: 10px;
  box-shadow: 1px 2px 50px 10px #1dbba6;
}


.menu-nav {
	padding-top: 10px;
	float: left;
	margin: auto;
}



.logo-img {
	width: 20%;
	margin: auto;
	padding-left: 5%;
	padding-top: 5px;
	float: left;
}

.social-media {
	float: right;
	margin: auto;
	padding-top: 15px;
	padding-right: 80px;
}

.social-top ul {
	list-style: none;
	
}

.social-top li a {
	color: white;
	text-decoration: none;
}

#calc {
	margin: auto;
	padding-left: 80px;
	height: 100%;
	width: 1200px;
	padding-bottom:100px;
}

.kDiv {
  	/*background-color: rgba(102, 178, 255, 0.9);	*/
  	/*background-color: rgba(29, 187, 166, 0.95);*/
  	/*background-color: rgba(40, 211, 192, 0.95);*/
    /*background-color: rgba(0, 203, 253, 1); */
    background: linear-gradient(to bottom,#eceded 15%,#D9DADB 100%);
    /*background: #D9DADB;*/
    width: 270px;
  	height: 515px;
  	/*box-shadow: 0px 0px 20px #D9DADB;*/
    /*box-shadow: 0px 0px 20px #0066CC;*/
  	padding: 5px 5px 5px 5px;
  	margin-right: 20px;
  	color: #077FC1;
    border-radius: 10px;
}

.site-footer {
  /*background: url(../images/footer-bg.png) no-repeat bottom;*/
  background: #52b8e8 linear-gradient(to bottom,rgba(82,184,232,.9) 3%,rgba(42,163,220,.9) 50%,rgba(0,140,207,.9) 100%); 
  background-size: cover;
  color: #ffffff;
  height: 50px;
 
}
.site-footer p {
  padding-top: 15px;
  padding-left: 400px;
}

.spanForm {
  	display: inline-block; 
  	font-size: 12px;
  	margin-top:0px; 
  	width: 200px;
    color: #077FC1;
    font-weight: bold;
     margin-left: 10px;
     border-radius: 8px;
  }

.form {
	padding-top: 10px;
}

.classCar {
  display: block;
  padding-left: 30px;
  padding-top: 10px;
  color: white;
  font-weight: bolder;
  font-size: 20px;
}

.priceSlider {
  display: block;
  margin-left: 130px;
  margin-top: -60px;
  color: white;
  font-size: 50px;
  font-weight: bolder;
}

.lineDiv {
  	 
  	border: 1px ; 
  	border-color: white; 
  	box-shadow: 1px 1px 1px 1px white;
  }

 #contact {
  color: #077FC1;
  padding-top: 100px;
  background: linear-gradient(to bottom,#eceded 15%,#D9DADB 100%);
  
  margin: auto;
  padding-bottom: 100px;
  position: relative;
  z-index: 14;

}
#contact .section-header {
  margin-bottom: 80px;
}
#contact .section-header p {
  width: 70%;
  margin: 0 auto;
}
#contact h2.section-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
#contact p {
  margin-bottom: 30px;
}
#contact a:hover {
  color: #077FC1;
}
#contact ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#contact ul li {
  margin-bottom: 0.5em;
} 
#contact ul li i {
  color: #39c8e2;
  margin-right: 10px;
}
#contact input[type=text],
#contact input[type=email],
#contact textarea {
  color: #fff;
  border: 1px solid #000;
  background: transparent;
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
#contact input[type=text]:focus,
#contact input[type=email]:focus,
#contact textarea:focus {
  border-color: #39c8e2;
}
#contact textarea {
  padding: 15px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
#contact textarea:focus {
  outline: 0;
}

#products {
	padding-top: 100px;
}

.priceTh {
    width: 11%;
    height: 50px;
    text-align: center;
    /*background-color: rgba(2, 108, 215, 0.8);*/
    background: #52b8e8 linear-gradient(to top,rgba(82,184,232,.9) 3%,rgba(42,163,220,.9) 50%,rgba(0,140,207,.9) 100%);
    font-size: 16px;
    color: white;
  }  

  .priceTd {
    width: 11%;
    height: 35px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #077FC1;
  }

  .carPrice1 {
    background: linear-gradient(to top,#eceded 15%,#D9DADB 100%);
  }

  .carPrice2 {
    background: linear-gradient(to top,#eceded 15%,#D9DADB 100%);
  }

  tr:hover {
    background-color: rgba(100, 155, 255, 0.8);
    box-shadow: inset 0px 0px 5px #0066CC;
    
   	transform: scale(1.01); 

  }

  tr:hover .carClass1 {
    /*background: linear-gradient(to top,#eceded 15%,#D9DADB 100%);*/
    color: white;
  }

 .contact-info {
 	width: 50%;
 }

 .contact-form {
 	padding-left: 10px;
 }

 input.main-button,
.main-button {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #ffffff;
  background: #077FC1;
  outline: 0;
  border: 0;
  border-radius: 3px;
  background-clip: padding-box;
  
  border-radius: 3px;
  background-clip: padding-box;
}


.cars {
  	display: inline-block;
  	width: 213px;
    height: 185px;
  	margin-top: 20px;
    margin-left: 25px;
    
    
  	/*border: 2px solid #00FF00;*/
  	border-radius: 12px;
    background: linear-gradient(to bottom,#eceded 15%,#d9dadb 100%);
  	 transition: all .1s ease-in-out;
    -webkit-transition: width 2s;
    
  }

  .cars1 {
    display: inline-block;
    width: 213px;
    height: 185px;
    margin-bottom: 10px;
    margin-left: 25px;
    padding-bottom: 20px;
    /*border: 2px solid #00FF00;*/
    border-radius: 12px;
    background: linear-gradient(to bottom,#eceded 15%,#d9dadb 100%);
     transition: all .1s ease-in-out;
    transition: width 2s;
    
  }

  .carText {

    color: #077FC1; 
  }
  
  .cars:hover span.carText {
    color: white;
  }

  .cars1:hover span.carText {
    color: white;
  }
  
  .cars:hover {
    background: #52b8e8 linear-gradient(to bottom,rgba(82,184,232,.9) 3%,rgba(42,163,220,.9) 50%,rgba(0,140,207,.9) 100%); 	
    color: white;
  }

  .cars:hover .group{
    background: #52b8e8 linear-gradient(to bottom,rgba(82,184,232,.9) 3%,rgba(42,163,220,.9) 50%,rgba(0,140,207,.9) 100%); 	
    border-top-left-radius: 12px; border-top-right-radius: 12px;
  }

  .cars:hover span.group{
  	color: white;
  }

   .cars1:hover {
    background: #52b8e8 linear-gradient(to bottom,rgba(82,184,232,.9) 3%,rgba(42,163,220,.9) 50%,rgba(0,140,207,.9) 100%);
    color: white;
    
  }

  .group {
  	 color: #077FC1;
  	 font-weight: bold;
  	 height: 25px;
  }

  .cars a {
  	color: #077FC1;
  	text-decoration: none;
  }

  .cars:hover a {
  	color: white;
  	text-decoration: underline;
  }

  #video {
  	margin: auto;
    max-width: 980px;
    padding-top: 130px; 
    padding-bottom: 100px;
  }

  .carsDialog {
  	display: inline-block;
  	width: 531px;
    height: 300px;
  	
    
    
  	/*border: 2px solid #00FF00;*/
  	border-radius: 12px;
    background: #52b8e8 linear-gradient(to bottom,rgba(82,184,232,.9) 3%,rgba(42,163,220,.9) 50%,rgba(0,140,207,.9) 100%); 	
    
  	 transition: all .1s ease-in-out;
    -webkit-transition: width 2s;
    
  }

  .carsDialog span.carText{
  	color: white;
  }

  .carsDialog a{
  	color: white;
  }

   #videoTopOff {
  	margin: auto;
    max-width: 300px;
    padding-top: 130px; 
    padding-bottom: 100px;
    padding-left: 100px;
    float: left;
  }

  #aboutUs {
  	max-width: 622px;
  	padding-top: 150px; 
    padding-bottom: 100px;
    height: 1000px;
    padding-left: 500px;
    text-align: justify;
    color: #077FC1;
    font-size: 20px;
  }

  .content-section {
    padding-bottom: 100px;
    
  }