/* CALCOLATORE NEW */


#calcolatore {
	font-family: 'Roboto',Arial,sans-serif;
	background: url("../../images/bg-calcolatore.jpg") no-repeat scroll center top transparent;	
	width: 1140px;
	height: 340px;
}

#formContent {

}

.left {
	float: left;
	width: 395px;
}

.center {
	float: left;
    margin: 120px 0 0;
    text-align: center;
    width: 350px;
}

.right {
	float: right;
	width: 395px;
}

.input_grammi {
	height: 35px;
    width: 115px;
    float: right;
    margin-top: 28px;
	margin-right: 20px;
}

.valore_oro_oggi, .valore_argento_oggi {
	color: #000;
}

#ins_grammi {
	color: #47423C;
    font-size: 18px;
    float: right;
    margin-right: 18px;
    margin-top: 38px;
}	

.input_grammi input{
	background: #fff;
	box-shadow: inset 2px 2px 5px #999;
    border: medium none;
    font-size: 36px;
    text-align: center;
    width: 110px;
    height: 40px;
    -webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	color: #666;
}

.input_oro, .input_argento {
	height: 35px;
	width: 100%;
}

.input_oro {
	margin: 31px 0;
}

.input_argento {
	margin: 33px 0;
}

.input_argento:last-child {
	margin-bottom: 0;
}

.input_oro input, .input_argento input {
    background: none;
    color: #666;
    cursor: pointer;
    float: left;
    font-size: 15px;
    height: 27px;
    width: 100px;
    -webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
    border-width: 0 0 2px !important;
    border-color: #666;
    box-shadow: none;
    margin: 8px 0 0 -5px !important;
}

.input_oro input:hover, .input_argento input:hover  {
    font-weight: bold;
    font-size: 20px;
    text-shadow: 1px 1px 1px #222;
}

.input_oro input:hover {
	color: #CBBB9D;
}

.input_argento input:hover {
	color: #D6D6D6;
}

span.valuta {
    color: #666;
    float: left;
    font-size: 20px;
    height: 27px;
    line-height: 25px;
    padding: 4px;
    text-align: center;
    width: 27px;
    margin-top: 5px;
}

div.carati, div.titolo {
	color: #666;
	text-align: center;
	height: 40px !important;
	width: 40px;
	padding: 2px !important;
	float: left;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 15px;
	line-height: 30px;
}

div.carati {
	background: #fffcd5; /* Old browsers */
	background: -moz-linear-gradient(top,  #fffcd5 0%, #caaf85 33%, #a38c80 50%, #e2cdac 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffcd5), color-stop(33%,#caaf85), color-stop(50%,#a38c80), color-stop(100%,#e2cdac)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fffcd5 0%,#caaf85 33%,#a38c80 50%,#e2cdac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fffcd5 0%,#caaf85 33%,#a38c80 50%,#e2cdac 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fffcd5 0%,#caaf85 33%,#a38c80 50%,#e2cdac 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fffcd5 0%,#caaf85 33%,#a38c80 50%,#e2cdac 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcd5', endColorstr='#e2cdac',GradientType=0 ); /* IE6-9 */
}

div.titolo {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #c9c9c9 33%, #a0a0a0 50%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(33%,#c9c9c9), color-stop(50%,#a0a0a0), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c9c9c9 33%,#a0a0a0 50%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#c9c9c9 33%,#a0a0a0 50%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#c9c9c9 33%,#a0a0a0 50%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#c9c9c9 33%,#a0a0a0 50%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}

div.bg-white {
	background: #fff;
	height: 40px;
	width: 40px;
	cursor: default;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.left-column, .right-column {
	width: 47%;
	float: left;
	margin-left: 3%;
}

div.titolo {
    line-height: 40px;
    margin-left: 100px;
}

.titolo-argento {
	margin-left: 2px;
}

div.carati span.carati_alt, div.titolo span.titolo_alt {
	color: #000;
	text-align: center;
	font-size: 12px;
	line-height: 10px;
	display: block;
	margin: -7px 0 0 1px;
}

.big-title {
    bottom: 64px;
    font-size: 35px;
    position: absolute;
    line-height: 35px;
}

.valori_oro .big-title {
    left: 40px;
}

.right .big-title {
	right: 40px
}

.small-title {
    bottom: 40px;
    position: absolute;
}

.valori_oro .small-title {
    left: 40px;
}

.right .small-title {
    right: 40px;
}

@media screen and (max-width: 700px){

	#calcolatore {
		background: transparent;
		width: 100%;
		height: auto;
		min-width: 300px;
		margin-left: -20px;
	}

	.left, .center, .right {
		float: none;
		width: 100%;
		padding: 0 10px;
	}
	
	.left, .right {
		height: 290px;
		min-width: 300px;
	}
	
	.left .big-title, .left .small-title, .right .big-title, .right .small-title {
		position: relative;
		bottom: 0;
		left: 0;
	}
	
	.center {
		background: #fefefe;
	}
	
	.left {
		margin-top: 60px;
		background: #F1E8D9;
	}
	
	.right {
		background: #efefef;
		padding: 1px 10px;
	}
	
	.center {
		height: 80px;
		position: absolute;
		margin-top: 0;
		top: 0;
		min-width: 300px;
	}
	
	.valori_argento {
		height: 190px;
	}
	
	.input_grammi {
		float: none;
		margin: 0 auto;
		width: 150px;
		height: 45px;
	}
	
	#ins_grammi {
		margin: 0 auto;
		float: none;
	}
	
	div.titolo {
		margin-left: 10px;
	}
	
	.input_oro input, .input_argento input {
		width: 70px;
	}
	
	.left-column, .right-column {
    	float: left;
    	margin-left: 0;
    	min-width: 150px;
	}
	
	.big-title {
		font-size: 30px;
		line-height: 30px;
	}
}