
@media screen and (max-width: 600px) {
.navbar {
	padding-left: 0%!important;
}
#myCarousel {
	display: none;
}
.navbar-form {
	width: 100%;
	height: auto;
	text-align: center;
}
button {
	width: auto;
	height: auto;
}
.parallax {
display: none;
}
} /*end media*/
/*form*/
div[class=col] {
	padding: 4px 0;
}
/*form end*/
.navbar {
opacity: 0.9;
color: #FFF;
}
.navbar li a {
color: #fff;
font-weight: bold;
}
/*spacer*/
.spacers {
	height: 50px;
}
.spacersm {
height: 20px;
}
.productlist {
	font-size: 15px;
	font-weight: bold;
}
a[class=navbar-brand] {
	font-size: 24px;
	color: #000000;
}
.item img {
	width: 100%;
	height: auto!important;
	align-items: center;
}
.carousel-indicators {
	color: #ffffff;
	font-size: 50px;
	padding-bottom: 3%;
	text-shadow: 2px 2px #333333;
}
p[class=carousel-indicators] {
	font-family: 'Jura', 'Arial';
	font-size: 50px;
	font-weight: bolder;
}
/*modal*/
.modal-content {
	background-color: #ffffff;
}
.modal-body {
	background-color: #ffffff;
}
.form-goup .asterix {
	color: #000;
	font-size: 10px;
	font-family: 'Arial';
}
/*modal end*/
.bodybg {
background-color: #3333333;
}
/*parallax*/
.parallax {
background-image: url(hydro1.png);
height: 500px;
background-attachment: fixed;
background-position: center;
background-repeat: none;
background-size: cover;
  transform-origin: top left;
}
.parallax1 {
background-image: url(hydro1.jpg);
height: 300px;
background-attachment: fixed;
background-position: center;
background-repeat: none;
background-size: cover;
}
/*parallax end*/

/*footer*/
footer {
	background-color: #000000;
	color: #ffffff;
	font-size: 14px;
	height: auto;
}
#footerlogo {
color: #ffffff;
font-weight: bold;
}
.top a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	text-align: right;
	vertical-align: middle;
	display: inline-block;
	padding: 20px;
}
.top {
text-align: right;
}
.nav navbar-right {
	font-size: 14px;
	font-weight: bold;
}


button[class=buttoncard] {
width: 100%;
background-color: #222222;
color: #fff;
font-size: 12px;
font-weight: bold;
height: 30px;
border: none;
border-radius: 3px 3px;
}
button[class=buttoncard]:hover {
background-color: #727070;
border-radius: 3px 3px;

}
h3 {
font-weight: bold;
}

.column {
  float: left;
  width: 16.6%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.containercard {
padding: 16px 16px;
}
