div#loading{
    display: none;
    width:120px;
    height: 120px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align:center;
    margin-left: -60px;
    margin-top: -120px;
    z-index:200000;
    overflow: auto;
}

fieldset {
   border:0 none;
}


.galerie, .galerie1 {
margin-bottom: 10px;
}

.galerie{
/*float:left; */
display: inline-block;
}

.galerie1{
float:right;
}

.galerie a, .galerie1 a{
text-decoration:none;
border:0;
}

.galerie .image, .galerie1 .image {
vertical-align:top;
margin-bottom: 20px;
}

.galerie .image {
/*float:left; */
display: inline-block;
}

.galerie .image{
margin-right:10px;
}
.galerie .image + .image + .image + .image{
margin-right:0px;
}

.galerie1 .image {
margin-left:10px;
}

.galerie .title, .galerie1 .title {
position:relative;
display:block;
text-align:center;
margin-top: 0px;
/* height:1em; */
overflow:hidden;
}

tr.nobr td,td.nobr, span.nobr, a.nobr {
white-space:nowrap;
}

tr.top td,td.top, span.top, a.top {
vertical-align:top;
}

.clear {
clear:both;
}

.body {
/*margin-bottom: 20px;*/
}

#bannerTop, #bannerBottom {
position:relative;
display:block;
margin:0px auto;
text-align:center;
}


.Form input[type='text'],input[type='email'],textarea,select { 
}

/* form success/error info*/
.success_wrapper .success {
	border: 1px solid #304FFE;
	display: none;
	position: relative;
	width: 40%;
	margin: 6em auto;
	background: #304FFE;
	color: #fff;
	text-align: center;
	z-index: 99999;
	padding:10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}
@media (max-width: 480px) {
	.success_wrapper .success {
		width: 90%;
		margin: 10em auto;
	}
}

.success_wrapper {
	left:0;
	top: 5px;
	position: fixed;	
	margin:0px auto;
	width:100%;
	z-index: 99999;
}

.error_wrapper .error {
	border: 1px solid #990000;
	display: none;
	position: relative;
	width: 400px;
	background: #FF3300;
	color: #fff;
	text-align: center;
	z-index: 99999;
	padding:10px;
	margin:0px auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}

.error_wrapper {
	left:0;
	top: 5px;
	position: fixed;	
	z-index: 99999;
	margin:0px auto;
	width:100%;
}

.inputErr {
    background-color: red;
    color: #fff;
    padding: 6px 12px;
    margin: 0px 0px 15px 0;
    display: none;
    border-radius: 4px;
    font-size: 12px;
}

.inputErr:after {
    top: 10px;
    width: 0;
    height: 0;
    left: 8px;
    /* z-index: 2; */
    content: " ";
    display: block;
    position: absolute;
    border-right: 8px solid red;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

@media only screen and (max-width : 993px) {
.inputErr:after {
	left: 40px;
    top: -8px;
    border-bottom: 8px solid red;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: unset;
}
}

/* form success/error info*/

.right { 
float:right;
}

.tright { 
text-align:right;
}

.tleft { 
text-align:left;
}

.red {
color: #ff0000;
}

.middle { 
vertical-align:middle;
}

.wide {
width:100%;
}

.white, .white a {
color: #fff;
}

.center {
text-align:center;
margin:0px auto;
}

.shipimage, .payimage {
margin: 10px;
}

.filtr {
	float:left;
	margin:0;
	padding:0;
}

.filtr span {
	padding: 0 0.8em 0.8em 0.8em;
	float: left;
	display:inline-block;
}

.filtr span h4 {
	font-weight:bold;
	margin:0;
	padding:0;
	line-height: 27px;
}

.filtr span > span {
	display:inline-block;
	margin:0;
	padding:0;
	padding-right:10px;
	clear:both;
	height:auto;
}

/* Email Autocomplete */
.eac-sugg {
	color:#ccc !important;
}
/* Email Autocomplete */

/* SEARCH AUTOCOMPLETE ! (jquery.autocomplete.min.js) */ 
.autocomplete-suggestions { 
	border: 1px solid #999; 
	background: #fff; 
	cursor: default; 
	overflow: auto; 
	/*
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
	*/
}
.autocomplete-suggestion { 
	padding: 2px 5px; 
	white-space: nowrap; 
	overflow: hidden; 
}
.autocomplete-no-suggestion { 
	padding: 2px 5px;
}
.autocomplete-selected { 
	background: #F0F0F0; 
}
.autocomplete-suggestions strong { 
	font-weight: bold; 
	color: #000; }
.autocomplete-group { 
	padding: 2px 5px; 
}
.autocomplete-group strong { 
	font-weight: bold; 
	font-size: 1em; 
	color: #000; 
	display: block; 
	border-bottom: 1px solid #000;
}
/* SEARCH AUTOCOMPLETE ! (jquery.autocomplete.min.js) */ 
