/***************************************************
	margin e padding
****************************************************/

/* margin & padding */

.top100 {
	margin-top:100px!important;
}

.top150 {
	margin-top: 150px;
}

.top200 {
	margin-top: 200px!important;
}

.top400 {
	margin-top: 400px;
}

.top70 {
	margin-top: 70px;
}

.top50 {
	margin-top: 50px;
}

.top20 {
	margin-top: 20px!important;
}

.top30 {
	margin-top: 30px;
}

.top15 {
	margin-top: 15px!important;
}

.top-30 {
	margin-top: -30px;
}

.top-24 {
	margin-top: -24px;
}

.top-100 {
	margin-top: -100px;
}

.top-70 {
	margin-top: -70px;
}

.top-125 {
	margin-top: -125px;
}

.top-160 {
	margin-top: -160px;
}

.top-200 {
	margin-top: -200px;
}

.top-207 {
	margin-top: -207px;
}

.top-250 {
	margin-top: -250px;
}

.top-400 {
	margin-top: -400px;
}

.padtop30 {
	padding-top: 30px;
}

.padbot30 {
	padding-bottom: 30px;
}

.padtop100 {
	padding-top: 100px;
}

.bot50 {
	margin-bottom: 50px!important;
}

.bot30 {
	margin-bottom: 30px;
}

.bot-16 {
	margin-bottom: -16px;
}

.top0 {
	margin-top: 0px;
}

.bot0 {
	margin-bottom: 0px;
}

.bot10 {
	margin-bottom: 10px;
}

.bot90 {
	margin-bottom: 90px;
}

.top-17 {
	margin-top: -17px;
}

.top-295 {
	margin-top: -295px;
}

.top-20 {
	margin-top: -20px;
}

.top-21 {
	margin-top: -21px;
}

.top-500 {
	margin-top: -500px;
}

.bot-20 {
	margin-bottom: -20px;
}

.padding-right-5 {
	padding-right: 5%;
}

.padding-left-5 {
	padding-left: 5%;
}

.margin-right-5 {
	margin-right: 5%;
}

.margin-left-5 {
	margin-left: 5%;
}

.pad-lat3 {
	padding-left: 5%!important;
	padding-right: 5%!important;
}

.right-30 {
	margin-right: -30px!important;
}

.right-50 {
	margin-right: -50px!important;
}

.left-100 {
	margin-left: -100px!important;
}

.right30 {
	margin-right: 30px!important;
}
/* margin & padding */

/* width & Heigh */

.width80 {
	width: 80%;
	margin: auto;
}

.width60 {
	width: 60%!important;
	margin: 0 auto!important;
}

/* width & Heigh */

/* sx & dx */

.sx {
	float: left;
	width: 47%;
	margin-right: 1%;
}

.dx {
	float: right;
	width: 47%;
	margin-left: 1%;
}

.sx3 {
	float: left;
	width: 32%;
	margin-right: 1%;
}

.dx3 {
	float: right;
	width: 32%;
	margin-left: 1%;
}

.sx-x {
	float: left;
}

.dx-x {
	float: right!important;
}

.sx-top-bar {
	float: left;
	width: 33%;
}

.mid-top-bar {
	float: left;
	width: 33%;
}

.dx-top-bar {
	float: right;
	width: 33%;
}

.sx-top {
	float: left;
	width: 86%;
	margin-right: 1%;
}

.dx-top {
	float: right;
	width: 10%;
	margin-left: 1%;
}

.bestprice {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: lighter;
	text-align: right;
	padding: 0px 10px;
}

.clearfix {
	clear: both;
}

/* sx & dx */

/* lingue */

.lingue {
	float: right;
	padding: 6px 0px;
}

/* lingue */

/* z-index */

.z-index0 {
	z-index: 0;
}

.z-index1 {
	z-index: 1;
}

.z-index2 {
	z-index: 10;
}

.z-index3 {
	z-index: 100!important;
}

/* z-index */

/* testo */

.center {
	text-align: center!important;
}

.normal {
	font-weight: 600!important;
}

.bold {
	font-weight: bolder!important;
}

/* testo */