/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/


.newgaleery {
	display: flex;
    flex-wrap: wrap;
	margin-top: 20px;
}


.newgaleery-item {
	margin-right: 10px;
    margin-bottom: 20px;
}


.newgaleery-item p {
	text-align: center;
    margin-top: 10px;
}


.newgaleery-item img {
	max-width:200px;
	border: 1px solid #999999;
	border-radius: 5px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}


.newpomzag {
	margin-bottom: 9px;
	margin-top: -34px;
}

.newpombutton {
	
}