/*
 * GENERALE
 */
body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    min-height: 100vh;
    text-align: center;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
    background: #eee;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

img {
	border: 0;
	margin: 0;
}

h1 {
    text-transform: uppercase;
    font-family: 'Acme', sans-serif;
}

a{
	color: inherit;
	font-weight: bold;
	text-decoration: inherit;
}

div.contentbody { /* Contenitore Pagina */
    padding: 3vw;
    display: inline-block;
    max-width: 600px;
    background: #fff;
}

.unselectable-input {
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
}

button {
    padding: 10px;
    text-transform: uppercase;
    cursor: pointer;
    background: #fff;    
}
/*
 * BARRA top
 */
.top-bar {
    background: #444;
    position: fixed;
    z-index: 999;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Acme', sans-serif;
    padding: 5px;
    margin-bottom: 15px;
    box-shadow: 5px 5px 5px #888;
	color: #ffffff;
}

.top-bar h1 {
	font-size: 7vw;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.top-bar img{
	height: 10vw;
	vertical-align: bottom;
}

.top-bar-menu {
    float: right;
    position: fixed;
    top: 11vw;
    left: 5vw;
    right: 5vw;
    margin: 0;
    padding: 0;
    box-shadow: 5px 5px 5px #888;
}

div.contentbody { /* Contenitore Pagina */
    padding: 3vw;
    display: inline-block;
    max-width: 94vw; /* 100 - 3*2 del padding */
    min-width: 90vw;
    background: #fff;
}

/* MAX altezze barra top */
@media screen and (min-width: 600px) {
    .top-bar h1 {
        font-size: 45px;
        vertical-align: bottom;
        margin: 0;
        padding: 0;
        display: inline-block;
    }
    .top-bar img{
        height: 64px;
        vertical-align: bottom;
    }
    .top-bar-menu {
        float: right;
        position: fixed;
        top: 70px;
        left: 20vw;
        right: 20vw;
        margin: 0;
        padding: 0;
        box-shadow: 5px 5px 5px #888;
    }
    
    div.contentbody { /* Contenitore Pagina */
        padding: 3vw;
        display: inline-block;
        max-width: 600px;
        min-width: 400px;
        background: #fff;
    }
}

.top-bar-space {
    height: 55px;
    width: 100%;
}

.top-bar-table {
    text-align: left;
    display: inline-block;
    
}

.top-bar-menu li {
    text-align: center;
    background: #444;
    color: #fff;
    opacity: 0.95;
    min-width: 200px;
    font-size: 1.2em;
    list-style-type: none;
    padding: 5px;
    padding-left: 15px;
    padding-right: 8px;
}

.top-bar-menu li:hover {
    opacity: 0.6;
    cursor: pointer;
}

/*
 * BARRA firma
 */
div.bottom {
	font-family: 'Acme', sans-serif;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4px;
    border-top: 1px solid #eee;
    background: #444;
    color: #fff;
    text-align: center;
    font-size: 0.7em;
}
div.bottom a {
    color: inherit;
}

div.bottomspace {
    height: 60px;
}

div.fotter{
    background: #333;
    color: #fff;
    font-family: Acme;
    padding-top: 5vh;
}

/*
 * ALTRO...
 */
select {
	color: #f73f52;
	width: 100%;
	margin: 0;
	padding: 10px;
	background: #ffffff;
}

img.share-icon {
    vertical-align: middle;
}

/*
 * lista ultimi 50 lavori inseriti
 */
ul.workslist{
    text-align: left;
    line-height: 1.8;
}

div.googleads{
    text-align: center;
}

div.grecaptcha-badge{
    bottom: 24px !important;
}

#cookie{
    display: none;
    position: fixed;
    bottom: 0;
    background: #ffffffdd;
    padding: 5px;
    z-index: 9999999999;
}

.elenco > li {
    margin-bottom: 20px;
}

img.productIcon {
    max-width: 245px;
    max-height: 245px;
}

div.boxProdotti {
    margin: 0 auto;
    padding: 10px;
    display: inline-block;
    width: 245px;
    vertical-align: top;
    margin-bottom: 20px;
    text-align: justify;
    background: #ffa724;
    margin: 10px;
}

div.boxImmagine {
    text-align: center;
    margin: 0 auto;
}

.boxTitel {
    background: #ffa724;
    color: #000;
    padding: 10px;
}

.boxPrice {
    background: #444;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0;
}

.originalPrice {
    opacity: 0.7;
    text-decoration: line-through;
}

.boxTitle {
    padding: 5px 10px;
}