div.gallery {
  margin: 5px;
  float: left;
  width: 180px;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 0px 15px;
  text-align: center;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 200px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 200px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

div.error {
     padding: 10px;
     margin: 5px 0 10px;
     background-repeat: no-repeat;
     background-position: 10px 10px;
     color: #000000;
     border: 1px solid #F00;
     background-color: #F9E1E1;
	 border-radius: 0.375rem;
	   font-size: 1rem;
  line-height: 1.5;
}
 div.error li {
     background-color: #F9E1E1;
     font-size: 10pt;
}
 label.floated {
     display:inline-block;
     width: 250px;
	 height: 20px;
     padding:5px;
	 
}
label.floatedSmall:not(:first-child){
     display:inline-block;
	 height: 20px;
     padding:5px;
	 padding-right: 2px;
	 padding-left: 20px;
	 
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown-content {
	background-color: #FFFFFF;
  display: none;
  position: absolute;
  left: -75px;
  z-index: 1;
   border-radius: 0.375rem;
   padding: 10px;
     min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  margin-top: 0px;
  font-size: 1rem;
  color: #525f7f;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0.4375rem;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1); }
}

.dropdown-item {
	font-size: .875rem;
	font-weight: 400;
	padding: 50px;
	
}
.dropdown-item i {
	padding-right: 20px;
}
.dropdown-item span {
	padding-right: 10px;
}

.dropdown-content-mobile {
  display: none;
}
