.bd-imagestyles, img {
    -webkit-box-shadow: 0 0 6px 0 rgba(51,51,51,.25),inset 0 0 6px 0 rgba(51,51,51,.25),0 0 1px 0 #333;
    -o-box-shadow: 0 0 6px 0 rgba(51,51,51,.25),inset 0 0 6px 0 rgba(51,51,51,.25),0 0 1px 0 #333;
    -ms-box-shadow: 0 0 6px 0 rgba(51,51,51,.25),inset 0 0 6px 0 rgba(51,51,51,.25),0 0 1px 0 #333;
    -moz-box-shadow: 0 0 6px 0 rgba(51,51,51,.25),inset 0 0 6px 0 rgba(51,51,51,.25),0 0 1px 0 #333;
    box-shadow: 0 0 6px 0 
rgba(51,51,51,.25),inset 0 0 6px 0 rgba(51,51,51,.25),0 0 1px 0 #333;
background-color:#fff;
display: inline-block;
 margin: 10px;
padding: 1px;
border: 1px solid #F7F7F7;
border-radius: 10px;
box-shadow: 1px 1px 7px #940094;
}
.clearfix::after {
	display: block;
	content: "";
	clear: both;
	margin-bottom: 30px;
}
.image02
{
  max-height: 100px;
  max-width:150px;
  float:left;
  margin-left:-30px;
}
.image03
{
  height: 300px;
  width:300px;
  
}
.images-galeries
{
  height: 200px;
  width:300px;
  
}
.image04
{
  height: 150px;
  width:200px;
 }
.images-galeries-01
{
  /*height: 200px;*/
  width:300px;
  
}
.list-group-item {
	border: 0px;
}
select[name="maximenuckdropselect"] 
{
  background:#ffffff;
  border-radius:5px;
  color:#000;
  padding:5px;
}
ul:not(.nav) li {
	margin: 5px;
	padding: 5px;
	font-size: 16px;
	font-family: gabrielaregular;
	/* border: 1px #940094 solid;*/
	border-radius: 10px;
}
.badge-info {
	background-color: #ffffff;
    border:1px solid #940094;
    color:#940094;
}
.badge {
	display: inline-block;
	padding: 0.35em 0.65em; 
	font-size: 0.75em;
	font-weight: 700;
	line-height: 1;
	color: #940094;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
}
.badge:hover {
	display: inline-block;
	padding: 0.35em 0.65em; 
	font-size: 0.75em;
	font-weight: 700;
	line-height: 1;
	color: #000000;
    border:1px solid #000;
    background:#ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
}
#eb .eb-post-simple a {
	color: #940094;
	font-size: 16px;
}
h2, div.contentheading {
	color: #940094;
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	padding-bottom: 5px;
}
.button, button, button.btn, input.btn, .btn {
	border: none;
	background: #ffffff;
	border: #940094 0px solid;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #940094;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 14px;
}