/* ----  TIPOGRAFIA  ----- */


@font-face {
	font-family: 'Titillium Web';
	src: url('../fonts/TitilliumWeb-Regular.ttf') format('truetype');
	font-weight: 400;
	font-display: fallback;
} 
@font-face {
	font-family: 'Titillium Web';
	src: url('../fonts/TitilliumWeb-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-display: fallback;
}
@font-face {
	font-family: 'Titillium Web';
	src: url('../fonts/TitilliumWeb-Bold.ttf') format('truetype');
	font-weight: 700;
	font-display: fallback;
}



/* ----  GLOBAL  ----- */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}

img {
	border: 0;
}

a, a:link, a:visited, a:hover {
	color: #007fff;
}

a:hover {
	text-decoration: none;
}

html {
	font-size: 62.5%;
	height: 100%;
	min-height: 100%;
}

body {
	font-family: 'Titillium Web', Verdana, Arial, sans-serif;
	font-weight: 400;
	color: #000000;
	height: 100%;
	min-height: 100%;
	background: #ffffff;
}

main, article, section, nav, header, footer {
	display: block;
}

b, strong {
	font-weight: 700;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	line-height: normal;
	margin: 0;
	font-weight: 700;
}

p, ol, ul {
	margin: 0;
}

#wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #ffffff;
	margin: 0 auto -252px auto;
	margin: 0 auto -25.2rem auto;
	padding: 0;
}

.clearer {
	clear: both;
}

.centering {
	width: 100%;
	max-width: 960px;
	max-width: 96rem;
	margin: 0 auto;
	position: relative;
}

.glow {
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: glow;
	-webkit-animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	animation-duration: 0.5s;
	animation-name: glow;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

@-webkit-keyframes glow {
	from {
		text-shadow: 0px 0px 0px #bfddf3;
		text-shadow: 0rem 0rem 0rem #bfddf3;
	}

	to {
		text-shadow: 0 0 8px #bfddf3;
		text-shadow: 0 0 0.8rem #bfddf3;
	}

}

@-webkit-keyframes hvr-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}

	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px)
	}

	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px)
	}

	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px)
	}

	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

}

@keyframes hvr-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(7px);
		transform: translateY(7px)
	}

	33.3% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}

	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px)
	}

	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px)
	}

	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

}

.hvr-wobble-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale
}

.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

/* Bottone */
.brokerLink {
	display: inline-block;
	height: 36px;
	height: 3.6rem;
	width: 145px;
	width: 14.5rem;
	padding-top: 5px;
	padding-top: 0.5rem;
	line-height: 13px;
	line-height: 1.3rem;
	font-size: 13px;
	font-size: 1.3rem;
	border-radius: 5px;
	border-radius: 0.5rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none !important;
	position: relative;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0.2rem 0.5rem 0rem rgba(0, 0, 0, 0.20);
	color: #1f272b !important;
	background: #f9c71f;
	background: -moz-linear-gradient(top, #f9c71f 0%, #f9930a 100%);
	background: -webkit-linear-gradient(top, #f9c71f 0%, #f9930a 100%);
	background: linear-gradient(to bottom, #f9c71f 0%, #f9930a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9c71f', endColorstr='#f9930a', GradientType=0);
}

.brokerLink:after {
	content: "";
	display: block;
	width: 145px;
	width: 14.5rem;
	height: 9px;
	height: 0.9rem;
	background: url(../img/shade.png) no-repeat center;
	position: absolute;
	bottom: -9px;
	bottom: -0.9rem;
}

.brokerLink:hover {
	background: #f1a613;
	background: -moz-linear-gradient(top, #f1a613 0%, #f9c71f 100%);
	background: -webkit-linear-gradient(top, #f1a613 0%, #f9c71f 100%);
	background: linear-gradient(to bottom, #f1a613 0%, #f9c71f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1a613', endColorstr='#f9c71f', GradientType=0);
}

.brokerLink.bottone-sotto-img {
	position: relative;
	left: 50%;
	margin-top: 5px;
	margin-top: 0.5rem;
	margin-left: -72px;
	margin-left: -7.2rem;
	display: block;
}

.brokerLink.bottone-grande-sotto-par {
	width: 70%;
	left: 15%;
	position: relative;
	display: block;
	height: 9px;
	height: 0.9rem;
	margin-top: 30px;
	margin-top: 3rem;
	height: auto;
	padding: 12px 0;
	padding: 1.2rem 0;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 28px;
	line-height: 2.8rem;
}

.brokerLink.piccolo-bottone-sotto-par {
	width: 50%;
	left: 25%;
	position: relative;
	display: block;
	height: 9px;
	height: 0.9rem;
	margin-top: 30px;
	margin-top: 3rem;
	height: auto;
	padding: 10px 0;
	padding: 1rem 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 22px;
	line-height: 2.2rem;
}

.brokerLink.bottone-grande-sotto-par:after, .brokerLink.piccolo-bottone-sotto-par:after {
	display: none;
}

/* Banner Cookie */
#bannercookie {
	background: #000000;
	background: rgba(0, 0, 0, 0.9);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
	box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.6);
	line-height: 1.5;
	padding: 10px 25px 10px 25px;
	padding: 1rem 2.5rem 1rem 2.5rem;
	position: fixed;
	width: 90%;
	z-index: 9999;
	bottom: 10px !important;
	bottom: 1rem !important;
	margin-left: 5%;
	border-radius: 10px;
	border-radius: 1rem;
	color: #ffffff;
	font-size: 13px;
	font-size: 1.3rem;
}

#bannercookie p {
	float: left;
	margin-top: 3px;
	margin-top: 0.3rem;
}

#bannercookie p .link-info {
	text-decoration: underline;
	color: #31A8F0;
}

#okbutton {
	background-color: #36BF2D;
	border-bottom: 1px solid #222;
	border-bottom: 0.1rem solid #222;
	border-radius: 5px;
	border-radius: 0.5rem;
	color: #FFF !important;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-weight: bold;
	line-height: 1;
	margin-top: 2px;
	margin-top: 0.2rem;
	padding: 5px 10px 6px;
	padding: 0.5rem 1rem 0.6rem;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 1px #222;
	text-shadow: 0 -0.1rem 0.1rem #222;
}

#okbutton:hover {
	text-decoration: underline;
}

/* Immagini */
.img-sinistra {
	padding: 5px 25px 10px 0px;
	padding: 0.5rem 2.5rem 1rem 0rem;
	float: left;
}

.img-destra {
	padding: 5px 0px 10px 25px;
	padding: 0.5rem 0rem 1rem 2.5rem;
	float: right;
}

.img-destra img, .img-sinistra img {
	width: 300px;
	width: 30rem;
}

.img-destra.max280 img, .img-sinistra.max280 img {
	width: 280px;
	width: 28rem;
}

.img-destra.max250 img, .img-sinistra.max250 img {
	width: 250px;
	width: 25rem;
}

.img-destra.max230 img, .img-sinistra.max230 img {
	width: 230px;
	width: 23rem;
}

.img-destra.max200 img, .img-sinistra.max200 img {
	width: 200px;
	width: 20rem;
}

.img-destra.max180 img, .img-sinistra.max180 img {
	width: 180px;
	width: 18rem;
}

.img-destra.max150 img, .img-sinistra.max150 img {
	width: 150px;
	width: 15rem;
}

.img-destra.max130 img, .img-sinistra.max130 img {
	width: 130px;
	width: 13rem;
}

.img-destra.max100 img, .img-sinistra.max100 img {
	width: 100px;
	width: 10rem;
}

/* ****++    HEADER    ++**** */
#bgheader {
	height: 80px;
	height: 8rem;
	width: 100%;
	position: absolute;
	z-index: 10;
	box-shadow: 0 5px 5px -5px #000000;
	box-shadow: 0 0.5rem 0.5rem -0.5rem #000000;
	background: #000105;
	background: rgba(0, 0, 0, 0.6);
}

.logo {
	float: left;
	margin-top: 14px;
	margin-top: 1.4rem;
}

/* Main MENU */
/* #nav {
	float: right;
} */

#navigazione {
	float: right;
	display: flex;
	flex-direction: column;
}

.selezione-lingua {
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	font-size: 11px;
	font-size: 1.1rem;
	padding-top: 5px;
	padding-top: 0.5rem;
}

.ling-att {
	color: #F3E634;
}

.selezione-lingua a {
	text-decoration: none;
	color: #ffffff;
}

.selezione-lingua a:hover {
	color: #F3E634;
}

#nav .menu {
	list-style: none;
	margin-top: 8px;
	margin-top: 0.8rem;
}

#nav .menu li {
	float: left;
	text-align: center;
	margin: 0px 16px 0 16px;
	margin: 0rem 1.6rem 0 1.6rem;
}

#nav .menu li:last-of-type {
	margin: 0px 0px 0 16px;
	margin: 0rem 0rem 0 1.6rem;
}

#nav .menu li a {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
}

#nav .menu li a:hover, #nav .menu li a.active {
	color: #F3E634;
}

#nav .menu li a.riga1 {
	margin-top: 10px;
	margin-top: 1rem;
	display: block;
}

#nav .menu .item1menu {
	width: 40px;
	width: 4rem;
}

#nav .menu .item2menu {
	width: 115px;
	width: 11.5rem;
}

#nav .menu .item3menu {
	width: 132px;
	width: 13.2rem;
}

#nav .menu .item4menu {
	width: 54px;
	width: 5.4rem;
}

#nav .menu .item5menu {
	width: 126px;
	width: 12.6rem;
}

#nav .menu .item6menu {
	width: 65px;
	width: 6.5rem;
}

/* ****++   PRINCIPAL CONTENT    ++**** */
#content {
	z-index: 5;
	position: relative;
	padding: 0px 0 75px 0;
	padding: 0rem 0 7.5rem 0;
}

.sottoparagrafo {
	margin-top: 40px;
	margin-top: 4rem;
}

#paginadiscorsiva section .centering > .sottoparagrafo, #paginaclassnohead section .centering > .sottoparagrafo {
	margin-top: 20px;
	margin-top: 2rem;
}

.bg-grigio {
	background: #EFEFEF;
	width: 100%;
	padding: 2%;
	border-radius: 10px;
	border-radius: 1rem;
	margin-top: 30px;
	margin-top: 3rem;
}

.sottoparagrafo h2 {
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

.sottoparagrafo h3 {
	font-size: 22px;
	font-size: 2.2rem;
	margin-top: 15px;
	margin-top: 1.5rem;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
}

.text-paragraph {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 22px;
	line-height: 2.2rem;
}

.bg-blue {
	width: 100%;
	background: #000104 url(../img/bg-blue.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 30px;
	padding-top: 3rem;
	padding-bottom: 20px;
	padding-bottom: 2rem;
	position: relative;
}

.bg-blue h2, .bg-blue p {
	color: #ffffff;
}

.bg-blue a {
	color: #F3E634;
}

.list-paragrafo {
	margin-left: 20px;
	margin-left: 2rem;
}

ul.list-paragrafo {
	list-style: square;
}

.list-paragrafo li {
	margin: 5px 0;
	margin: 0.5rem 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 22px;
	line-height: 2.2rem;
}

/* Keyvisual */
.keyvsual {
	width: 100%;
	background: #000104 url(../img/bg-blue.jpg) no-repeat center center;
	background-size: cover;
	padding: 110px 0 140px 0;
	padding: 11rem 0 14rem 0;
	position: relative;
}

#paginadiscorsiva .keyvsual {
	padding: 110px 0 30px 0;
	padding: 11rem 0 3rem 0;
}

#paginaclassnohead .keyvsual {
	padding: 110px 0 3px 0;
	padding: 11rem 0 0.3rem 0;
}

/* Titolo e paragrafo in Keyvisual */
.title-page {
	font-size: 36px;
	font-size: 3.6rem;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

.untertitle-page {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	color: #F3E634;
	font-weight: normal;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

#paginaclassnohead .untertitle-page {
	margin-bottom: 0;
}

.text-keyvsual {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 22px;
	line-height: 2.2rem;
	color: #ffffff;
}

.text-keyvsual a {
	color: #F3E634;
}

.contenitor-text-val .text-keyvsual {
	float: left;
	width: 72%;
	padding-right: 5%;
}

/* Box valore crypto in Keyvisual */
.area-box-val {
	width: 28%;
	float: left;
}

.box-val {
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	border-radius: 10px;
	border-radius: 1rem;
	color: #ffffff;
	font-size: 13px;
	font-size: 1.3rem;
	margin-top: 20px;
	margin-top: 2rem;
	box-shadow: 0px 0px 5px #333;
	box-shadow: 0rem 0rem 0.5rem #333;
}

.box-val:first-of-type {
	margin-top: 0;
}

.title-box-val {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 2px solid rgba(256, 256, 256, 0.1);
	border-bottom: 0.2rem solid rgba(256, 256, 256, 0.1);
	padding: 8px 5px;
	padding: 0.8rem 0.5rem;
}

.title-box-val .scritta-gialla {
	color: #F3E634;
}

.corpo-box-val {
	text-align: center;
	min-height: 70px;
	min-height: 7rem;
}

.valore-crypto {
	font-size: 30px;
	font-size: 3rem;
	display: block;
}

.perc-crypto {
	font-size: 15px;
	font-size: 1.5rem;
	color: #F3E634;
	margin-top: -4px;
	margin-top: -0.4rem;
	display: block;
}

/* ***  Tabelle di liste faucet  *** */
.cont-table-standard {
	border-radius: 10px 10px 0 0;
	border-radius: 1rem 1rem 0 0;
	overflow: hidden;
	background: white;
	margin-top: 30px;
	margin-top: 3rem;
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 0rem 0.3rem 1.1rem 0rem rgba(0, 0, 0, 0.20);
}

/* Tabella incompleta */
.cont-table-standard.sfumatura-preview-lista:before {
	position: absolute;
	content: " ";
	bottom: 20px;
	bottom: 2rem;
	left: 0;
	width: 100%;
	height: 55px;
	height: 5.5rem;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
	display: block;
	z-index: 10;
}

.content-link-lista-completa {
	width: 100%;
	margin-top: 15px;
	margin-top: 1.5rem;
	text-align: center;
}

.content-link-lista-completa a {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Tabella in Keyvisual */
.cont-table-standard.table-header {
	margin-top: -90px;
	margin-top: -9rem;
}

/* Stile generale TUTTE TABELLE */
.tablestandard {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	position: relative;
}

.tablestandard thead {
	color: #ffffff;
	background: #364147;
	background: -moz-linear-gradient(top, #364147 0%, #1e2a2f 100%);
	background: -webkit-linear-gradient(top, #364147 0%, #1e2a2f 100%);
	background: linear-gradient(to bottom, #364147 0%, #1e2a2f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#364147', endColorstr='#1e2a2f', GradientType=0);
}

.tablestandard th {
	border-left: 1px solid #0e2f38;
	border-left: 0.1rem solid #0e2f38;
	text-align: center;
	color: #ffffff;
	height: 64px;
	height: 6.4rem;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.tablestandard th:first-child {
	border-left: 0;
}

.tablestandard tbody tr:nth-child(even) {
	background: #f1f3f5;
}

.tablestandard tbody  tr:nth-child(odd) {
	background: #ffffff;
}

.tablestandard td {
	text-align: center;
	border-left: 1px solid #d6dae1;
	border-left: 0.1rem solid #d6dae1;
	height: 60px;
	height: 6rem;
	font-size: 14px;
	font-size: 1.4rem;
	padding-right: 0.52%;
	padding-left: 0.52%;
	padding-top: 5px;
	padding-top: 0.5rem;
	padding-bottom: 5px;
	padding-bottom: 0.5rem;
	border-top: 1px solid #ddd;
	border-top: 0.1rem solid #ddd;
}

.tablestandard td .small {
	font-size: 12px;
	font-size: 1.2rem;
}

.tablestandard td.text-alig-left {
	text-align: left;
	padding: 10px 10px;
	padding: 1rem 1rem;
}

.tablestandard td:first-child {
	border-left: 0;
}

.tablestandard tr:first-child td {
	border-top: 0;
}

.tablestandard .td-namefau {
	text-align: left;
	padding-right: 1%;
	padding-left: 1%;
}

.tablestandard .td-namefau a {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	text-decoration: none;
	color: #007fff;
}

.tablestandard .td-namefau a:hover {
	text-decoration: underline;
}

.tablestandard .td-vote, .tablestandard .td-vai {
	text-align: center;
	padding: 0;
}

.tablestandard .td-rank {
	background: #d8e3e8;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	padding: 0;
	width: 5%;
	color: #7e8183;
}

.tablestandard .normal-ulist {
	margin-left: 16px;
	margin-left: 1.6rem;
	list-style: square;
	text-align: left;
}

/* Stile DEFAULT tabelle faucet */
.lista-default-fauc .tablestandard .td-namefau {
	width: 16%;
}

.lista-default-fauc .tablestandard .td-ricomp {
	width: 13%;
}

.lista-default-fauc .tablestandard .td-timer {
	width: 12%;
}

.lista-default-fauc .tablestandard .td-payout {
	width: 12%;
}

.lista-default-fauc .tablestandard .td-metod {
	width: 12%;
}

.lista-default-fauc .tablestandard .td-vote {
	width: 11%;
}

.lista-default-fauc .tablestandard .td-vai {
	width: 20%;
}

/* Stile tabelle faucet con campo COINS */
.table-fauc-multi-coins .tablestandard .td-namefau {
	width: 19%;
}

.table-fauc-multi-coins .tablestandard .td-coin {
	width: 11%;
}

.table-fauc-multi-coins .tablestandard .td-coin img {
	width: 16px;
	width: 1.6rem;
}

.table-fauc-multi-coins .tablestandard .td-coin.multicoin {
	text-align: left;
}

.table-fauc-multi-coins .tablestandard .td-ricomp {
	width: 13%;
}

.table-fauc-multi-coins .tablestandard .td-timer {
	width: 12%;
}

.table-fauc-multi-coins .tablestandard .td-payout {
	width: 12%;
}

.table-fauc-multi-coins .tablestandard .td-vote {
	width: 10%;
}

.table-fauc-multi-coins .tablestandard .td-vai {
	width: 18%;
}

/* Stile tabelle per MICROWALLET */
.lista-multifauc .tablestandard td {
	height: 80px;
	height: 8rem;
}

.lista-multifauc .tablestandard .td-namefau {
	width: 26%;
	text-align: center;
	padding-right: 0.52%;
	padding-left: 0.52%;
}

.lista-multifauc .tablestandard .td-criptosupp {
	padding-left: 1%;
	padding-right: 1%;
	text-align: left;
	font-size: 25px;
	font-size: 2.5rem;
	width: 15%;
}

.lista-multifauc .tablestandard .td-criptosupp img {
	width: 25px;
	width: 2.5rem;
}

.lista-multifauc .tablestandard .td-payout {
	width: 13%;
}

.lista-multifauc .tablestandard .td-account {
	width: 12%;
}

.lista-multifauc .tablestandard .td-vote {
	width: 11%;
}

.lista-multifauc .tablestandard .td-vai {
	width: 18%;
}

.lista-multifauc .logo-expresscrypto {
	width: 90%;
	max-width: 180px;
	max-width: 18rem;
}

.lista-multifauc .logo-faucetpay {
	width: 63%;
	max-width: 150px;
	max-width: 15rem;
}

.lista-multifauc .payout-formatt {
	display: inline-block;
	text-align: right;
}

/* Stile tabelle per EXCHANGE */
.lista-exchange .tablestandard td {
	height: 80px;
	height: 8rem;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.lista-exchange .tablestandard .td-namefau {
	width: 22%;
}

.lista-exchange .tablestandard .td-namefau img {
	width: 96%;
}

.lista-exchange .tablestandard .td-valute {
	width: 11%;
}

.lista-exchange .tablestandard .td-procontro {
	width: 28%;
	text-align: left;
	padding-right: 0.52%;
	padding-left: 0.52%;
}

.lista-exchange .tablestandard .td-procontro ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lista-exchange .tablestandard .td-procontro li {
	padding: 2px 0 2px 23px;
	position: relative;
}

.lista-exchange .tablestandard .td-procontro li img {
	position: absolute;
	left: 0;
	top: 5px;
}

.lista-exchange .tablestandard .td-fees {
	width: 11%;
	text-align: left;
	padding-right: 0.52%;
	padding-left: 0.52%;
}

.lista-exchange .tablestandard .td-trading {
	width: 11%;
	text-align: left;
	padding-right: 0.52%;
	padding-left: 0.52%;
}

.lista-exchange .tablestandard .td-vai {
	width: 18%;
}

/* Stile tabelle per WALLET */
.lista-wallet .tablestandard td {
	height: 80px;
	height: 8rem;
}

.lista-wallet .tablestandard .td-namefau {
	width: 26%;
	text-align: center;
	padding-right: 0.52%;
	padding-left: 0.52%;
}

.lista-wallet .tablestandard .td-namefau img {
	max-width: 96%;
}

.lista-wallet .tablestandard .td-criptosupp {
	padding-left: 1%;
	padding-right: 1%;
	text-align: left;
	font-size: 15px;
	font-size: 1.5rem;
	width: 15%;
}

.lista-wallet .tablestandard .td-criptosupp span {
	display: block;
	width: 100%;
	text-align: center;
}

.lista-wallet .tablestandard .td-criptosupp img {
	width: 25px;
	width: 2.5rem;
}

.lista-wallet .tablestandard .td-platforms {
	width: 9%;
}

.lista-wallet .tablestandard .td-sicurezza {
	width: 8%;
}

.lista-wallet .tablestandard .td-fees {
	width: 10%;
}

.lista-wallet .tablestandard .td-servagg {
	width: 14%;
}

.lista-wallet .tablestandard .td-vai {
	width: 18%;
}

/* Stile tabelle per PTC, GTP - PAGINA PRINCIPALE - */
.lista-ptc .tablestandard .td-namefau {
	width: 16%;
}

.lista-ptc .tablestandard .td-tipo {
	width: 11%;
}

.lista-ptc .tablestandard .td-compiti {
	width: 17%;
	text-align: left;
	padding-left: 1%;
	padding-right: 0.52%
}

.lista-ptc .tablestandard .td-payout {
	width: 13%;
}

.lista-ptc .tablestandard .td-metod {
	width: 11%;
}

.lista-ptc .tablestandard .td-refer {
	width: 8%;
}

.lista-ptc .tablestandard .td-vai {
	width: 20%;
}

/* Stile tabelle per PTC, GTP - PAGINA ESTERNA - */
.lista-ptc.lista-pagina-esterna .tablestandard .td-namefau {
	width: 17%;
}

.lista-ptc.lista-pagina-esterna .tablestandard .td-tipo {
	width: 13%;
}

.lista-ptc.lista-pagina-esterna .tablestandard .td-compiti {
	width: 18%;
	text-align: left;
	padding-left: 1%;
	padding-right: 0.52%
}

.lista-ptc.lista-pagina-esterna .tablestandard .td-metod {
	width: 12%;
}

/* Stile tabelle per MINING */
.lista-mining .tablestandard td {
	height: 80px;
	height: 8rem;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.lista-mining .tablestandard .td-namefau {
	width: 22%;
}

.lista-mining .tablestandard .td-namefau img {
	width: 96%;
}

.lista-mining .tablestandard .td-criptosupp {
	padding-left: 1%;
	padding-right: 1%;
	text-align: left;
	font-size: 25px;
	font-size: 2.5rem;
	width: 15%;
}

.lista-mining .tablestandard .td-criptosupp img {
	width: 25px;
	width: 2.5rem;
}

.lista-mining .tablestandard .td-modo {
	width: 15%;
	text-align: left;
	padding-right: 0.52%;
	padding-left: 0.52%;
}

.lista-mining .tablestandard .td-procontro {
	width: 24%;
	text-align: left;
	padding-right: 0.52%;
	padding-left: 0.52%;
}

.lista-mining .tablestandard .td-procontro ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lista-mining .tablestandard .td-procontro li {
	padding: 2px 0 2px 23px;
	position: relative;
}

.lista-mining .tablestandard .td-procontro li img {
	position: absolute;
	left: 0;
	top: 5px;
}

.lista-mining .tablestandard .td-onlinedal {
	width: 7%;
}

.lista-mining .tablestandard .td-vai {
	width: 17%;
}

/* Stile tabelle per CASINO - */
.lista-casino .tablestandard .th-namefau, .lista-casino .tablestandard .td-namefau {
	width: 21%;
}

.lista-casino .tablestandard .td-namefau .icon-casino {
	width: 20px;
	width: 2.5rem;
	vertical-align: middle;
	margin-right: 5%;
}

.lista-casino .tablestandard .th-bonus, .lista-casino .tablestandard .td-bonus, .lista-casino .tablestandard .th-carat, .lista-casino .tablestandard .td-carat {
	width: 26%;
}

.lista-casino .tablestandard .td-bonus, .lista-casino .tablestandard .td-carat {
	text-align: left;
	padding-left: 1%;
	padding-right: 0.52%:;
}

.lista-casino .tablestandard .th-data-vai, .lista-casino .tablestandard .td-vai {
	width: 18%;
}

/* Stile tabelle per AIRDROP BOUNTY - */
.lista-airdrop .tablestandard .th-namefau, .lista-airdrop .tablestandard .td-namefau {
	width: 29%;
}

.lista-airdrop .tablestandard .td-namefau .icon-airdrop {
	width: 20px;
	width: 2.5rem;
	vertical-align: middle;
	margin-right: 5%;
}

.lista-airdrop .tablestandard .th-compiti, .lista-airdrop .tablestandard .td-compiti {
	width: 20%;
}

.lista-airdrop .tablestandard .td-compiti {
	text-align: left;
	padding-left: 1%;
	padding-right: 0.52%:;
}

.lista-airdrop .tablestandard .th-ricomp, .lista-airdrop .tablestandard .td-ricomp {
	width: 20%;
}

.lista-airdrop .tablestandard .th-data-pag, .lista-airdrop .tablestandard .td-data-pag {
	width: 12%;
}

.lista-airdrop .tablestandard .th-data-vai, .lista-airdrop .tablestandard .td-vai {
	width: 19%;
}

/* ****++    FOOTER    ++**** */
#footer, #push {
	height: 252px;
	height: 25.2rem;
	clear: both;
}

#footer {
	background: #000105;
	position: relative;
	width: 100%;
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
}

#footer .returntop {
	position: absolute;
	width: 50px;
	width: 5rem;
	height: 50px;
	height: 5rem;
	background: #000105;
	top: -25px;
	top: -2.5rem;
	z-index: 10;
	border-radius: 50px;
	border-radius: 5rem;
	margin-left: -25px;
	margin-left: -2.5rem;
	left: 50%;
}

#footer .returntop a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 5%;
	display: block;
}

@keyframes razzoMov {
	0% {
		top: 10px;
		top: 1rem;
	}

	50% {
		top: 15px;
		top: 1.5rem;
	}

	100% {
		top: 10px;
		top: 1rem;
	}

}

#footer .returntop img {
	position: absolute;
	top: 10px;
	top: 1rem;
	left: 15px;
	left: 1.5rem;
	animation-name: razzoMov;
	animation-duration: 0.8s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

#footer .top-footer {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	border-bottom: 0.1rem solid rgba(255, 255, 255, 0.12);
	height: 212px;
	height: 21.2rem;
	padding-top: 40px;
	padding-top: 4rem;
}

#footer .foot-sec {
	width: 33.33333333%;
	float: left;
	padding-left: 5%;
}

#footer .foot-sec:first-of-type {
	padding-left: 0;
}

#footer .foot-about .foot-logo {
	opacity: .8;
}

#footer .foot-about p {
	width: 185px;
	width: 18.5rem;
	padding-top: 7px;
	padding-top: 0.7rem;
}

.foot-menu {
	list-style-type: none;
}

.foot-menu li {
	margin-bottom: 2px;
	margin-bottom: 0.25rem;
}

.foot-menu a {
	color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	text-decoration: none;
}

.foot-menu a:hover, .foot-menu a.active {
	color: #F3E634;
}

#footer .footer-line {
	color: #fff;
	text-align: center;
	height: 40px;
	height: 4rem;
	line-height: 40px;
	line-height: 4rem;
}

.foot-badges {
	float: right;
	text-align: right;
}

.foot-badges img.gratis-btc-bott {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

/* Accordion */
.area-accordion {
	width: 100%;
	margin-top: 30px;
}

.item-accordion {
	margin-bottom: 2px;
	margin-bottom: 0.2rem;
}

.text-accordion {
	width: 100%;
	height: 5rem;
	height: 50px;
	padding-left: 10px;
	padding-left: 1rem;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	border: 1px solid #ddd;
	border: 0.1rem solid #ddd;
	background: #EFEFEF;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);
	background: linear-gradient(to bottom, #FFFFFF 0%, #EFEFEF 100%);
	color: #000000;
	line-height: 5rem;
	line-height: 50px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	border-radius: 5px;
	border-radius: 0.5rem;
	box-shadow: 0 1px 0 #fff inset;
	text-shadow: 0 1px 0 #fff;
}

.text-accordion img {
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 3px;
	width: 25px;
}

.text-accordion:after {
	content: "+";
	position: absolute;
	right: 16px;
	right: 1.6rem;
	top: 0;
	display: block;
	transition: all .35s;
	font-size: 20px;
	font-size: 2rem;
}

.text-accordion.clicked:after {
	transform: rotate(315deg);
	transform-origin: center;
}

.inner-accordion {
	padding: 10px;
	padding: 1rem;
	display: none;
	position: relative;
	height: 170px;
	font-size: 15px;
	font-size: 1.5rem;
}

.item-accordion:first-of-type .inner-accordion {
	display: block;
}

.inner-accordion .text-info-accordion {
	width: 600px;
}

.inner-accordion .qrcode-dona {
	position: absolute;
	right: 10px;
	top: 10px;
}

.input-group {
	display: table;
	width: 420px;
}

.input-group-button {
	width: 1%;
	vertical-align: middle;
	display: table-cell;
}

.input-group-button .btn {
	position: relative;
	display: inline-block;
	padding: 8px 11px;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #333;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-color: #eee;
	background-image: linear-gradient(#fcfcfc, #eee);
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	height: 40px;
}

.clippy {
	margin-top: -3px;
	position: relative;
	top: 3px;
}

.boxaddress {
	padding: 7px 8px;
	height: 40px;
	font-size: 15px;
	font-weight: 600;
	color: #333;
	vertical-align: middle;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right 8px center;
	border: 1px solid #ccc;
	border-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0;
}

/* ****++   PAGINE SINGOLE    ++**** */

/* *** HOMEPAGE *** */

/* ***  Lista BOX Cryptomonete  *** */





.listcryptohome {
	list-style-type: none;
	display: table;
	width: 100%;
	margin-top: 30px;
	margin-top: 3rem;
}

.listcryptohome li {
	display: inline-block;
	box-sizing: border-box;
}

.listcryptohome li .box-crypto {
	border-radius: 10px;
	border-radius: 1rem;
	width: 216px;
	width: 21.6rem;
	margin-right: 20px;
	margin-right: 2rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	background: #ffffff;
	box-shadow: 0px 0px 5px #000000;
	box-shadow: 0rem 0rem 0.5rem #000000;
}

.listcryptohome li .box-crypto .box-title-crypto {
	float: right;
	width: 154px;
	width: 15.4rem;
	border: 0;
	text-align: left;
	padding: 8px 0px;
	padding: 0.8rem 0rem;
	line-height: 24px;
	line-height: 2.4rem;
}

.listcryptohome li .box-crypto .box-title-crypto .name-crypto {
	text-decoration: none;
	color: #428BCA;
	font-size: 18px;
	font-size: 1.8rem;
}

.listcryptohome li .box-crypto .box-title-crypto .val-box-crypto {
	font-size: 14px;
	font-size: 1.4rem;
}

.listcryptohome li .box-crypto .icon-box-crypto {
	text-align: center;
	padding: 5px 0px;
	padding: 0.5rem 0rem;
	width: 62px;
	width: 6.2rem;
}

.listcryptohome li .box-crypto .icon-box-crypto img {
	width: 45px;
	width: 4.5rem;
	height: auto;
}

.listcryptohome li .box-crypto .icon-box-crypto span {
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
}

.listcryptohome li .sottoboxcrypto {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	border-top: 0.1rem solid rgba(0, 0, 0, 0.3);
	clear: both;
	padding: 10px 0;
	padding: 1rem 0;
	text-align: center;
}



/* *** FORM RICERCA ALTCOIN *** */

.bot-search-alt {
	margin: 4rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#tuttecryptos {
	width: 5rem;
	margin-right: 2.5rem;
	margin-top: 0;
	font-size: 1.6rem;
}

.live-search-box {
	height: 2.8rem;
	border-radius: 0.5rem;
	border: 0;
	box-shadow: inset 0 0 0.1rem 0.1rem rgba(0,0,0,.2);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0 0.8rem;
	width: 20rem;
	border: 0.1rem solid #ccc;
}





/* *** FAUCET ROTATOR GENERALE *** */
.selezione-faucet-rotator .step-sel {
	float: left;
	width: 33.33333333333%;
	padding: 0 1.2%;
}

.selezione-faucet-rotator .title-step-sel {
	text-align: center;
	font-size: 25px;
	font-size: 2.5rem;
	text-transform: uppercase;
	color: #796d72;
}

.selezione-faucet-rotator .text-step-sel {
	font-size: 16px;
	font-size: 1.6rem;
	color: #000000;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-bottom: 3rem;
	text-align: left;
}

.selezione-faucet-rotator .step3-sel {
	text-align: center;
}

.selezione-faucet-rotator .step3-sel .brokerLink {
	width: 200px;
	width: 20rem;
	height: 100px;
	height: 10rem;
	line-height: 21px;
	line-height: 2.1rem;
}

.selezione-faucet-rotator .step3-sel .brokerLink:after {
	width: 200px;
	width: 20rem;
	height: 12px;
	height: 1.2rem;
	background: url(../img/shade.png) no-repeat center;
	background-size: 100%;
	bottom: -12px;
	bottom: -1.2rem;
	right: 0px;
	right: 0rem;
}

.selezione-faucet-rotator .step3-sel .brokerLink .text-butt-sel-crypto, .selezione-faucet-rotator .step3-sel .brokerLink .text-butt-sel-wallet {
	font-size: 18px;
	font-size: 1.8rem;
}

.selezione-faucet-rotator .button-sel {
	display: block;
	position: relative;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	width: 230px;
	width: 23rem;
	height: 40px;
	height: 4rem;
	line-height: 34px;
	line-height: 3.4rem;
	padding-left: 62px;
	padding-left: 6.2rem;
	border: 3px solid #fff;
	border-radius: 100px;
	border-radius: 10rem;
	color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	box-shadow: 0 0 2rem rgba(0, 0, 0, .2);
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	transition: background-color .2s, box-shadow .2s;
	font-size: 16px;
	font-size: 1.6rem;
	background-color: #616f7d;
	color: #fff;
}

.selezione-faucet-rotator .button-sel:hover, .selezione-faucet-rotator .button-sel:focus, .selezione-faucet-rotator .button-sel.checked {
	box-shadow: 0 0 16px rgba(0, 0, 0, .6);
	box-shadow: 0 0 1.6rem rgba(0, 0, 0, .6);
	background-color: #2F4F4F;
}

.selezione-faucet-rotator .step2-sel .button-sel {
	width: 140px;
	width: 14rem;
	padding-left: 35px;
	padding-left: 3.5rem;
	font-size: 12px;
	font-size: 1.2rem;
	display: inline-block;
}

.selezione-faucet-rotator .button-sel .circle-bord-sel {
	display: block;
	position: absolute;
	top: 5px;
	top: 0.5rem;
	bottom: 10px;
	bottom: 1rem;
	left: 10px;
	left: 1rem;
	width: 24px;
	width: 2.4rem;
	height: 24px;
	height: 2.4rem;
	border-radius: 24px;
	border-radius: 2.4rem;
	border: 2px dashed #fff;
	border: 0.2rem dashed #fff;
}

.selezione-faucet-rotator .step2-sel .button-sel .circle-bord-sel {
	left: 5px;
	left: 0.5rem;
}

.selezione-faucet-rotator .button-sel .circle-bord-sel .circle-ball-sel {
	display: block;
	position: absolute;
	top: 2px;
	top: 0.2rem;
	left: 2px;
	left: 0.2rem;
	width: 16px;
	width: 1.6rem;
	height: 16px;
	height: 1.6rem;
	border-radius: 18px;
	border-radius: 1.8rem;
	background-color: transparent;
	transition: background-color .2s;
}

.selezione-faucet-rotator .button-sel.checked .circle-bord-sel .circle-ball-sel {
	background-color: #ffffff;
}




.selezione-faucet-rotator .button-sel img {
	display: block;
	position: absolute;
	width: 25px;
	width: 2.5rem;
	height: 25px;
	height: 2.5rem;
	top: 4px;
	top: 0.4rem;
	right: 7px;
	right: 0.7rem;
}

.selezione-faucet-rotator .sel-radio-crypto.hide-in {
	opacity: 0.3;
	cursor: none;
	pointer-events: none;
}

.selezione-faucet-rotator .sel-radio-crypto.hide {
	opacity: 0.3;
	transition: opacity .3s;
	cursor: none;
	pointer-events: none;
}

.selezione-faucet-rotator .sel-radio-crypto.show {
	opacity: 1;
	transition: opacity .3s;
	cursor: pointer;
	pointer-events: auto;
}

/* *** SINGOLO FAUCET ROTATOR *** */
#rotator #wrapper {
	margin: 0 auto -100px auto;
	margin: 0 auto -10rem auto;
}

#rotator #bgheader {
	background: #101230;
	height: 62px;
	height: 6.2rem;
}

#rotator .logo {
	margin-top: 5px;
	margin-top: 0.5rem
}

#rotator #navigazione {
	float: left;
	margin-left: 40px;
	margin-left: 4rem;
}

#rotator .menu {
	margin-top: 4px !important;
	margin-top: 0.4rem !important;
}

#rotator #nav .menu li a {
	line-height: 1.2;
}

#rotator #nav .menu .item4menu {
	width: 120px;
	width: 12rem
}

#rotator #bgiconmob {
	top: 22px;
	top: 2.2rem
}

#rotator #content {
	z-index: 0;
	position: absolute;
	left: 0px;
	left: 0rem;
	top: 62px;
	top: 6.2rem;
	bottom: 0px;
	bottom: 0rem;
	right: 0px;
	right: 0rem;
	padding: 0;
}

#rotator iframe {
	border: 0px;
	background: #fff;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

#rotator .buttons-rotator {
	position: absolute;
	right: 26px;
	right: 2.6rem;
	top: 12px;
	top: 1.2rem;
	width: 220px;
	width: 22rem;
	height: 45px;
	height: 4.5rem;
}

#rotator .button-rot {
	position: absolute;
	margin: 0;
	background: #0d5287;
	color: white;
	font-size: 12px;
	font-size: 1.2rem;
	height: 38px;
	height: 3.8rem;
	width: 85px;
	width: 8.5rem;
	display: inline-block;
	top: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 5px;
	padding-top: 0.5rem;
	line-height: 14px;
	line-height: 1.4rem;
}

#rotator .button-rot::after {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
}

#rotator .button-rot:active {
	background: #0585e8;
	top: 1px;
	top: 0.1rem;
}

#rotator .button-rot.next {
	right: 0;
	padding-left: 10px;
	padding-left: 1rem;
	border-radius: 3px 0 0 3px;
	border-radius: 0.3rem 0 0 0.3rem;
}

#rotator .button-rot.prev {
	left: 0;
	text-align: right;
	padding-right: 10px;
	padding-right: 1remx;
	border-radius: 0 3px 3px 0;
	border-radius: 0.3rem 0 0 0.3rem;
}

#rotator .button-rot.next::after, #rotator .button-rot.prev::after {
	border-style: solid;
}

#rotator .button-rot.next::after {
	right: -38px;
	right: -3.8rem;
	border-width: 19px;
	border-width: 1.9rem;
	border-color: transparent transparent transparent #0d5287;
}

#rotator .button-rot.next:active::after {
	border-left-color: #0585e8;
}

#rotator .button-rot.prev::after {
	left: -38px;
	left: -3.8rem;
	border-color: transparent #0d5287 transparent transparent;
	border-width: 19px;
	border-width: 1.9rem;
}

#rotator .button-rot.prev:active::after {
	border-right-color: #0585e8;
}

#rotator .button-reload {
	position: absolute;
	margin: 0;
	background: #0d5287;
	height: 38px;
	height: 3.8rem;
	width: 30px;
	width: 3rem;
	display: inline-block;
	top: 0;
	left: 95px;
	left: 9.5rem;
	border-radius: 3px;
	border-radius: 0.3rem;
	text-align: center;
	padding-top: 11px;
	padding-top: 1.1rem;
}

#rotator .button-reload:active {
	background: #0585e8;
	top: 1px;
	top: 0.1rem;
}

#rotator .messaggio-noframerotator {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: -50px;
	margin-top: -5rem;
	font-size: 16px;
	font-size: 1.6rem;
}

#rotator .messaggio-noframerotator .brokerLink {
	width: auto;
	padding-left: 15px;
	padding-left: 1.5rem;
	padding-right: 15px;
	padding-right: 1.5rem;
}

#rotator .messaggio-noframerotator .brokerLink:after {
	display: none;
}

/* LISTA FAUCETHUB */
.menu-faucethub {
	margin-top: 45px;
	margin-top: 4.5rem;
}

.menu-faucethub .button-sel {
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	width: 18px;
	width: 18.4rem;
	height: 41px;
	height: 4.1rem;
	line-height: 35px;
	line-height: 3.5rem;
	padding-left: 18px;
	padding-left: 1.8rem;
	border: 3px solid #fff;
	border-radius: 100px;
	border-radius: 10rem;
	color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	box-shadow: 0 0 2rem rgba(0, 0, 0, .2);
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	transition: background-color .2s, box-shadow .2s;
	font-size: 15px;
	font-size: 1.5rem;
	background-color: #616f7d;
	color: #fff;
	margin-right: 6px;
	margin-right: 0.6rem;
	text-decoration: none;
}

.menu-faucethub .button-sel:hover, .menu-faucethub .button-sel:focus, .menu-faucethub .button-sel.selected {
	box-shadow: 0 0 16px rgba(0, 0, 0, .6);
	box-shadow: 0 0 1.6rem rgba(0, 0, 0, .6);
	background-color: #2F4F4F;
}

.menu-faucethub .button-sel img {
	display: block;
	position: absolute;
	width: 20px;
	width: 2rem;
	height: 20px;
	height: 2rem;
	top: 8px;
	top: 0.8rem;
	right: 10px;
	right: 1rem;
}

/* CONTATTI */
.contatti-moduli {
	margin-top: 30px;
	margin-top: 3rem;
	width: 100%;
}

.contatti-moduli .item-modulo {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.contatti-moduli .item-modulo.last {
	margin-bottom: 0;
}

.contatti-moduli label {
	float: left;
	width: 20%;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: right;
	padding-right: 5%;
	line-height: 40px;
	line-height: 4rem;
}

.contatti-moduli .campo {
	padding: 7px 8px;
	padding: 0.7rem 0.8rem;
	font-size: 15px;
	font-size: 1.5rem;
	color: #333;
	vertical-align: middle;
	border: 1px solid #ccc;
	border: 0.1rem solid #ccc;
	border-radius: 3px;
	border-radius: 0.3rem;
	border-top-right-radius: 3px;
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 3px;
	border-bottom-right-radius: 0.3rem;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 0.1rem 0.2rem rgba(0, 0, 0, 0.075);
	width: 80%;
}

.contatti-moduli input.campo {
	width: 100%;
	height: 40px;
	height: 4rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0;
}

.contatti-moduli .input-group-button {
	width: 1%;
}

.contatti-moduli .input-group-button .btn {
	cursor: auto;
}

.contatti-moduli .input-group {
	width: 80%;
}

.contatti-moduli .bottone {
	display: inline-block;
	height: 51px;
	height: 5.1rem;
	line-height: 39px;
	line-height: 3.9rem;
	border: 3px solid #fff;
	border: 0.3rem solid #fff;
	border-radius: 100px;
	border-radius: 10rem;
	color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	box-shadow: 0 0 2rem rgba(0, 0, 0, .2);
	white-space: nowrap;
	font-family: 'Titillium Web', Verdana, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	background-color: #616f7d;
	color: #fff;
	padding: 0 25px;
	padding: 0 2.5rem;
	font-weight: 700;
	margin-right: 10px;
	margin-right: 1rem;
	cursor: pointer;
}

.contatti-moduli .bottone:active {
	box-shadow: 0 0 16px rgba(0, 0, 0, .6);
	box-shadow: 0 0 1.6rem rgba(0, 0, 0, .6);
	background-color: #2F4F4F;
}

/* GLOSSARIO */
.area-lett-menu-glos {
	margin-top: 26px;
	margin-top: 2.6rem;
}

.item-menu-lett {
	font-size: 18px;
	font-size: 1.8rem;
	width: 28px;
	width: 2.8rem;
	height: 28px;
	height: 2.8rem;
	line-height: 28px;
	line-height: 2.8rem;
	text-align: center;
	border-radius: 5px;
	border-radius: 0.5rem;
	display: inline-block;
	margin-right: 4px;
	margin-right: 0.48rem;
	margin-top: 4px;
	margin-top: 0.48rem;
	cursor: pointer;
	border: 1px solid #ddd;
	border: 0.1rem solid #ddd;
	background: #EFEFEF;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #EFEFEF 100%);
	background: linear-gradient(to bottom, #FFFFFF 0%, #EFEFEF 100%);
}

#alllett {
	margin-right: 0;
	width: 50px;
}

.item-menu-lett:hover, .item-menu-lett.active-glos {
	background: #EFEFEF;
}

.area-lett {
	margin: 35px 0 5px 0;
	margin: 3.5rem 0 0.5rem 0;
}

.area-lett:first-of-type, .area-lett.selected-gloss {
	margin: 0 0 12px 0;
	margin: 0 0 1.2rem 0;
}

.lettera-glos {
	font-size: 20px;
	font-size: 2rem;
	padding-left: 10px;
	padding-left: 1rem;
	border-bottom: 1px solid #003468;
	border-bottom: 0.1rem solid #003468;
	color: #003468;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	background: #dfdfdf;
}

.area-glos {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	line-height: 3rem;
	padding: 0 10px;
	padding: 0 1rem;
}

.area-glos .col-glos {
	float: left;
	width: 33.33333333%;
}

.area-glos .col-glos a {
	display: block;
}

/* MAPPA DEL SITO */
.mappa-sito ul {
	margin-left: 20px;
	margin-left: 2rem;
}

.mappa-sito ul li {
	margin: 5px 0;
	margin: 0.5rem 0;
}

.mappa-sito ul li a {
	font-size: 15px;
	font-size: 1.5rem;
}

/* CREDITI */
.logo-partner {
	display: inline-block;
	margin-right: 50px;
	margin-right: 5rem;
	opacity: 0.6;
	padding-top: 10px;
	padding-top: 1rem;
}

.logo-partner:hover {
	opacity: 1;
}

/* AIRDROPS */
.listairdrops {
	list-style-type: none;
	display: table;
	width: 100%;
	margin-top: 30px;
	margin-top: 3rem;
}

.listairdrops li {
	display: inline-block;
	box-sizing: border-box;
	width: 30.2%;
	margin-right: 2.8%;
}

.listairdrops li .box-airdrops {
	border-radius: 10px;
	border-radius: 1rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	background: #ffffff;
	box-shadow: 0px 0px 5px #000000;
	box-shadow: 0rem 0rem 0.5rem #000000;
	overflow: hidden;
}

.listairdrops li .box-airdrops .box-title-airdrops {
	text-align: center;
	height: 40px;
	background: #1B1B3F;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: 0.1rem solid rgba(0, 0, 0, 0.3);
}

.listairdrops li .box-airdrops .box-title-airdrops img {
	height: 30px;
	padding-top: 8px;
}

.listairdrops li .box-airdrops .box-title-airdrops .name-crypto {
	text-decoration: none;
	color: #428BCA;
	font-size: 18px;
	font-size: 1.8rem;
}

.listairdrops li .box-airdrops .box-title-airdrops .val-box-crypto {
	font-size: 14px;
	font-size: 1.4rem;
}

.listairdrops li .box-airdrops .icon-box-crypto {
	text-align: center;
	padding: 5px 0px;
	padding: 0.5rem 0rem;
	width: 62px;
	width: 6.2rem;
}

.listairdrops li .box-airdrops .icon-box-crypto img {
	width: 45px;
	width: 4.5rem;
	height: auto;
}

.listairdrops li .box-airdrops .box-corpo-airdrop {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 10px 15px 10px 15px;
}

.listairdrops li .sottoboxairdrops {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	border-top: 0.1rem solid rgba(0, 0, 0, 0.3);
	clear: both;
	padding: 10px 0;
	padding: 1rem 0;
	text-align: center;
}

/* ****++    RESPONSIVE STYLE    ++**** */
#bgiconmob {
	width: 90px;
	width: 9rem;
	height: 39px;
	height: 3.9rem;
	position: absolute;
	cursor: pointer;
	border-radius: 6px;
	border-radius: 0.6rem;
	top: 25px;
	top: 2.5rem;
	display: none;
	right: 10px;
	right: 1rem;
}

#rotator #bgiconmob {
	right: auto;
	left: 209px;
    left: 20.9rem;
}

#bgiconmob p {
	position: absolute;
	top: 10px;
	top: 1rem;
	right: 0px;
	right: 0rem;
	font-size: 13px;
	font-size: 1.3rem;
	color: #ffffff;
	font-family: 'Open Sans', Verdana, Arial, sans-serif;
}

#menuicon {
	width: 34px;
	width: 3.8rem;
	height: 29px;
	height: 2.9rem;
	position: absolute;
	left: 5px;
	left: 0.5rem;
	cursor: pointer;
	top: 4px;
	top: 0.4rem;
	border: 1px solid #ffffff;
	border: 0.1rem solid #ffffff;
	border-radius: 4px;
	border-radius: 0.4rem;
}

#menuicon span {
	display: block;
	position: absolute;
	height: 2px;
	height: 0.2rem;
	width: 22px;
	width: 2.2rem;
	background: #bdbdbd;
	border-radius: 9px;
	border-radius: 0.9rem;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	left: 7px;
	left: 0.7rem;
}

#menuicon span:nth-child(1) {
	top: 6px;
	top: 0.6rem;
}

#menuicon span:nth-child(2), #menuicon span:nth-child(3) {
	top: 12px;
	top: 1.2rem;
}

#menuicon span:nth-child(4) {
	top: 18px;
	top: 1.8rem;
}

#menuicon.open span:nth-child(1) {
	top: 12px;
	top: 1.2rem;
	width: 0%;
	left: 50%;
}

#menuicon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#menuicon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#menuicon.open span:nth-child(4) {
	top: 12px;
	top: 1.2rem;
	width: 0%;
	left: 50%;
}

.bg-open-menu-mobile {
	background: rgba(0, 0, 0, 0.9);
	display: none;
	z-index: 100;
	position: absolute;
	top: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#content .bg-open-menu-mobile {
	top: 80px;
	top: 8rem;
	bottom: 25px;
	bottom: 2.5rem;
}

#rotator #content .bg-open-menu-mobile {
	top: 0;
	bottom: 0;
}

#footer .bg-open-menu-mobile {
	top: -25px;
	top: -2.5rem;
}

/* ****++    MEDIA QUERIES   ++**** */
@media only screen and (max-width:980px) {
	.centering {
		padding: 0 10px;
		padding: 0 1rem;
	}

	.menu-faucethub .button-sel {
		width: 18.77%;
		margin-right: 0.51%;
		padding-left: 8px;
		padding-left: 0.8rem;
	}

}

@media only screen and (max-width:960px) {
	.listcryptohome {
		text-align: center;
	}

	#nav .menu li {
		margin: 0px 6px 0 6px;
		margin: 0rem 0.6rem 0 0.6rem;
	}

	#nav .menu li a {
		font-size: 12px;
		font-size: 1.2rem;
	}

}

@media only screen and (max-width:900px) {
	.lista-multifauc .tablestandard .td-criptosupp {
		width: 11%;
	}

	.lista-multifauc .tablestandard .td-payout {
		width: 19%;
	}

	.lista-multifauc .tablestandard .td-account {
		width: 10%;
	}

}

@media only screen and (max-width:870px) {
	#bgiconmob {
		display: block;
	}

	#navigazione {
		display: block;
		float: none;
	}

	#nav {
		float: none;
		clear: right;
		position: absolute;
		margin-left: -10px;
		margin-left: -1rem;
		margin-right: -10px;
		margin-right: -1rem;
		display: none;
		top: 80px;
		top: 8rem;
		background: #000105;
		width: 100%;
	}

	#rotator #nav {
		top: 62px;
		top: 6.2rem;
		margin-left: 0;
		left: 0;
	}

	#nav .menu {
		margin-top: 0;
	}

	#nav .menu li {
		float: none;
		clear: left;
		width: 100% !important;
		text-align: left;
		margin: 0;
		position: relative;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		border-top: 0.1rem solid rgba(255, 255, 255, 0.12);
	}

	#nav .menu li:last-of-type {
		margin: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		border-bottom: 0.1rem solid rgba(255, 255, 255, 0.12);
	}

	#nav .menu li a {
		text-align: left;
		position: relative;
		z-index: 5;
		cursor: pointer;
		outline: 0;
		display: block;
		width: 100%;
		padding: 18px 10px;
		padding: 1.8rem 1rem;
		font-size: 14px;
		font-size: 1.4rem;
	}

	#nav .menu li a.riga1 {
		margin: 0;
	}

}

@media only screen and (max-width:860px) {
	.tablestandard .brokerLink {
		width: 100px;
		width: 10rem;
	}

	.tablestandard .brokerLink:after {
		width: 100px;
		width: 10rem;
		height: 6px;
		height: 0.6rem;
		bottom: -5px;
		bottom: -0.5rem;
		right: 0px;
		right: 0rem;
		background: url(../img/shade.png) no-repeat center;
		background-size: 100%;
	}

	.tablestandard .td-vote img {
		width: 90%;
	}

	.menu-faucethub .button-sel {
		font-size: 13px;
		font-size: 1.3rem;
		width: 19.2%;
	}

}

@media only screen and (max-width:840px) {
	.selezione-faucet-rotator {
		padding: 8px 10px 20px 10px;
		padding: 0.8rem 1rem 2rem 1rem;
	}

	.selezione-faucet-rotator .step-sel {
		float: none;
		clear: left;
		padding: 0;
		width: 100%;
		padding-bottom: 20px;
		padding-bottom: 2rem;
		border-bottom: 2px solid #b9b9b9;
		border-bottom: 0.2rem solid #b9b9b9;
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.selezione-faucet-rotator .step-sel.step3-sel {
		padding-bottom: 0;
		border-bottom: 0;
		margin-bottom: 0;
	}

	.selezione-faucet-rotator .step-sel .clearer {
		display: block;
	}

	.selezione-faucet-rotator .button-sel {
		float: left;
		margin-right: 10px;
		margin-right: 1rem;
	}

}

@media only screen and (max-width:800px) {
	.inner-accordion {
		height: auto;
	}

	.inner-accordion .text-info-accordion {
		width: 100%;
	}

	.inner-accordion .qrcode-dona {
		position: relative;
		right: auto;
		top: auto;
		margin-top: 25px;
		margin-top: 2.5rem;
	}

	.lista-wallet .tablestandard .th-sicurezza, .lista-wallet .tablestandard .td-sicurezza {
		display: none;
	}

}

@media only screen and (max-width:770px) {
	.selezione-faucet-rotator .button-sel {
		width: 200px;
		width: 20rem;
		padding-left: 45px;
		padding-left: 4.5rem;
	}

	.menu-faucethub .button-sel {
		width: 24.2%;
	}

	.area-glos .col-glos {
		width: 50%;
	}

	.lista-ptc .tablestandard .th-refer, .lista-ptc .tablestandard .td-refer {
		display: none;
	}

	.lista-ptc .tablestandard .td-namefau {
		width: 17%;
	}

	.lista-ptc .tablestandard .td-tipo {
		width: 12%;
	}

	.lista-ptc .tablestandard .td-compiti {
		width: 19%;
	}

	.lista-ptc .tablestandard .td-vai {
		width: 16%;
	}

}

@media only screen and (max-width:740px) {
	.lista-mining .tablestandard .th-criptosupp, .lista-mining .tablestandard .td-criptosupp {
		display: none;
	}

}

@media only screen and (max-width:730px) {
	.listcryptohome li .box-crypto {
		width: 160px;
		width: 16rem;
		margin-right: 15px;
		margin-right: 1.5rem;
		margin-bottom: 15px;
		margin-bottom: 1.5srem;
	}

	.listcryptohome li .box-crypto .box-title-crypto {
		width: 105px;
		width: 10.5rem;
	}

	.listcryptohome li .box-crypto .box-title-crypto.eth-box {
		line-height: 15px;
		line-height: 1.5rem;
	}

	.listcryptohome li .box-crypto .box-title-crypto .name-crypto {
		font-size: 16px;
		font-size: 1.6rem;
		padding-left: 5px;
		padding-left: 0.5rem;
	}

	.listcryptohome li .box-crypto .box-title-crypto .val-box-crypto {
		font-size: 12px;
		font-size: 1.2rem;
		padding-left: 5px;
		padding-left: 0.5rem;
	}

	.listcryptohome li .box-crypto .icon-box-crypto {
		width: 55px;
		width: 5.5rem;
	}

	.listcryptohome li .box-crypto .icon-box-crypto img {
		width: 42px;
		width: 4.2rem;
		height: auto;
	}

	.listcryptohome li .box-crypto .icon-box-crypto span {
		font-weight: bold;
		font-size: 11px;
		font-size: 1.1rem;
	}

	.listcryptohome li .sottoboxcrypto .brokerLink {
		width: 120px;
		width: 12rem;
		font-size: 11px;
		font-size: 1.1rem;
	}

}

@media only screen and (max-width:710px) {
	.tablestandard .td-vote, .tablestandard .th-vote {
		display: none;
	}

	.listairdrops li {
		width: 46.2%;
		margin-right: 2.8%;
	}

	.lista-casino .tablestandard .th-namefau, .lista-casino .tablestandard .td-namefau {
		width: 25%;
	}

	.lista-casino .tablestandard .th-coin, .lista-casino .tablestandard .td-coin {
		display: none;
	}

	.lista-casino .tablestandard .th-bonus, .lista-casino .tablestandard .td-bonus, .lista-casino .tablestandard .th-carat, .lista-casino .tablestandard .td-carat {
		width: 25%;
	}

	.lista-casino .tablestandard .th-data-vai, .lista-casino .tablestandard .td-vai {
		width: 26%;
	}

}

@media only screen and (max-width:680px) {
	.selezione-faucet-rotator .button-sel {
		width: 48%;
		padding-left: 65px;
		padding-left: 6.5rem;
	}

	.contatti-moduli {
		width: 100%;
	}

	.lista-exchange .tablestandard .th-valute, .lista-exchange .tablestandard .td-valute {
		display: none;
	}

}

@media only screen and (max-width:640px) {
	.area-box-val {
		display: none;
	}

	.contenitor-text-val .text-keyvsual {
		float: none;
		clear: left;
		width: 100%;
		padding-right: 0;
	}

	#rotator .selezione-lingua {
		display: none;
	}

	#rotator #bgiconmob {
		width: 40px;
		width: 4rem;
		top: 15px;
    	top: 1.5rem;
	}

	#rotator #bgiconmob p {
		display: none;
	}

	.img-destra, .img-sinistra {
		width: 55%;
		max-width: 400px;
		max-width: 40rem;
	}

	.img-destra img, .img-sinistra img {
		width: 100%;
	}

	.lista-mining .tablestandard .th-procontro, .lista-mining .tablestandard .td-procontro {
		display: none;
	}

}

@media only screen and (max-width:620px) {
	.menu-faucethub .button-sel {
		width: 32.5%;
	}

}

@media only screen and (max-width:600px) {
	#footer .foot-sec {
		width: 50%;
	}

	.foot-banner {
		display: none;
	}

	.foot-menu {
		float: right;
	}

	.tablestandard .td-metod, .tablestandard .th-metod {
		display: none;
	}

	.lista-multifauc .tablestandard .td-criptosupp, .lista-multifauc .tablestandard .th-criptosupp, .lista-wallet .tablestandard .th-servagg, .lista-wallet .tablestandard .td-servagg {
		display: none;
	}

}

@media only screen and (max-width:580px) {
	#rotator .logo {
		width: 120px;
		width: 12rem;
		margin-top: 10px;
		margin-top: 1rem;
	}

	#rotator #bgiconmob {
		left: 160px;
		left: 16rem;
	}

	.contatti-moduli label {
		float: none;
		clear: left;
		width: auto;
		display: block;
		text-align: left;
	}

	.contatti-moduli .input-group, .contatti-moduli .campo {
		width: 100%;
	}

	.lista-ptc .tablestandard .th-compiti, .lista-ptc .tablestandard .td-compiti, .lista-airdrop .tablestandard .th-data-pag, .lista-airdrop .tablestandard .td-data-pag {
		display: none;
	}

	.lista-airdrop .tablestandard .td-namefau {
		width: 31%;
	}

	.lista-airdrop .tablestandard .td-compiti {
		width: 28%;
		text-align: left;
		padding-left: 1%;
		padding-right: 0.52%
	}

	.lista-airdrop .tablestandard .td-ricomp {
		width: 17%;
	}

	.lista-airdrop .tablestandard .td-vai {
		width: 24%;
	}

}

@media only screen and (max-width:540px) {
	.lista-multifauc .tablestandard .td-rank, .lista-multifauc .tablestandard .th-rank {
		display: none;
	}

	.table-fauc-multi-coins .tablestandard .th-payout, .table-fauc-multi-coins .tablestandard .td-payout {
		display: none;
	}

	.selezione-faucet-rotator .button-sel {
		width: 46%;
		padding-left: 45px;
		padding-left: 4.5rem;
	}

	.lista-exchange .tablestandard .th-procontro, .lista-exchange .tablestandard .td-procontro {
		display: none;
	}

}

@media only screen and (max-width:510px) {
	#paginadiscorsiva .keyvsual, #paginaclassnohead .keyvsual {
		height: 200px;
		height: 20rem;
	}

	.title-page {
		font-size: 24px;
		font-size: 2.4rem;
		margin-bottom: 25px;
		margin-bottom: 2.5rem;
	}

	.untertitle-page {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.cont-table-standard.table-header {
		margin-top: -95px;
		margin-top: -9.5rem;
	}

	.tablestandard td {
		height: 54px;
		height: 5.4rem;
	}

	.tablestandard .td-rank, .tablestandard .th-rank {
		display: none;
	}

	.tablestandard .td-vai {
		width: 15%;
	}

	.tablestandard .brokerLink {
		font-size: 10px;
		font-size: 1rem;
		width: 90px;
		width: 9rem;
	}

	.tablestandard .brokerLink:after {
		display: none;
	}

	.content-link-lista-completa {
		margin-top: 13px;
		margin-top: 1.3rem;
	}

	.content-link-lista-completa a {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.lista-multifauc .tablestandard .td-account, .lista-multifauc .tablestandard .th-accounts {
		display: none;
	}

	.sottoparagrafo {
		margin-top: 40px;
		margin-top: 4rem;
	}

	.sottoparagrafo h2 {
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 15px;
		margin-bottom: 1.5rem;
	}

	.area-glos .col-glos {
		float: none;
		clear: left;
		width: 100%;
	}

	.lista-ptc .tablestandard .td-vai {
		width: 8%;
	}

	#rotator .buttons-rotator {
		width: 190px;
		width: 19rem;
	}

	#rotator .button-rot {
		width: 75px;
		width: 7.5rem;
	}

	#rotator .button-rot.prev {
		padding-right: 5px;
		padding-right: 0.5rem;
	}

	#rotator .button-rot.next {
		padding-left: 5px;
		padding-left: 0.5rem;
	}

	#rotator .button-reload {
		left: 80px;
		left: 8rem;
	}

}

@media only screen and (max-width:470px) {
	#rotator .buttons-rotator {
		width: 78px;
		width: 7.8rem;
		right: 22px;
		right: 2.2rem;
	}

	#rotator .button-rot {
		width: 18px;
		width: 1.8rem;
	}

	#rotator .button-rot span {
		display: none;
	}

	#rotator .button-reload {
		left: 24px;
		left: 2.4rem;
	}

}

@media only screen and (max-width:460px) {
	.selezione-faucet-rotator .button-sel {
		width: 100%;
		padding-left: 65px;
		padding-left: 6.5rem;
		margin-right: 0;
	}

	.listairdrops li {
		width: 100%;
		margin-right: 0;
	}

	.menu-faucethub .button-sel {
		width: 48.8%;
	}

}

@media only screen and (max-width:450px) {
	.lista-default-fauc .tablestandard .th-payout, .lista-default-fauc .tablestandard .td-payout {
		display: none;
	}

	.input-group {
		width: 350px;
		width: 35rem;
	}

	.boxaddress {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.lista-wallet .tablestandard .th-criptosupp, .lista-wallet .tablestandard .td-criptosupp, .lista-airdrop .tablestandard .th-compiti, .lista-airdrop .tablestandard .td-compiti {
		display: none;
	}

	.lista-airdrop .tablestandard .td-namefau {
		width: 41%;
	}

	.lista-airdrop .tablestandard .td-ricomp {
		width: 26%;
	}

	.lista-airdrop .tablestandard .td-vai {
		width: 32%;
	}

	.lista-casino .tablestandard .th-namefau, .lista-casino .tablestandard .td-namefau {
		width: 32%;
	}

	.lista-casino .tablestandard .th-bonus, .lista-casino .tablestandard .td-bonus {
		width: 38%;
	}

	.lista-casino .tablestandard .th-carat, .lista-casino .tablestandard .td-carat {
		display: none;
	}

	.lista-casino .tablestandard .th-data-vai, .lista-casino .tablestandard .td-vai {
		width: 30%;
	}

}

@media only screen and (max-width:420px) {
	.tablestandard .td-payout, .tablestandard .th-payout, .table-fauc-multi-coins .tablestandard .th-timer, .table-fauc-multi-coins .tablestandard .td-timer {
		display: none;
	}

}

@media only screen and (max-width:400px) {
	.inner-accordion {
		padding: 10px 0;
		padding: 1rem 0;
	}

	.input-group {
		width: 300px;
		width: 30rem;
	}

	.boxaddress {
		font-size: 11px;
		font-size: 1.1rem;
		padding: 11px 8px;
		padding: 1.1rem 0.8rem;
	}

	#footer .foot-about p, #footer .foot-about .foot-logo {
		width: 145px;
		width: 14.5rem;
	}

	#footer .top-footer {
		padding-top: 25px;
		padding-top: 2.5rem;
	}

	.img-destra, .img-sinistra {
		width: 100%;
		float: none;
		display: inline-block;
		padding: 0px 0px 15px 0px;
		padding: 0rem 0rem 1.5rem 0rem;
	}

	.img-destra {
		clear: right;
	}

	.img-sinistra {
		clear: left;
	}

	.img-destra img, .img-sinistra img {
		text-align: center;
	}

}

@media only screen and (max-width:370px) {
	.listcryptohome li .box-crypto {
		width: 140px;
		width: 14rem;
		margin-right: 10px;
		margin-right: 1rem;
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.listcryptohome li .box-crypto .box-title-crypto {
		width: 95px;
		width: 9.5rem;
	}

	.listcryptohome li .box-crypto .box-title-crypto.eth-box {
		line-height: 15px;
		line-height: 1.5rem;
	}

	.listcryptohome li .box-crypto .box-title-crypto .name-crypto {
		font-size: 14px;
		font-size: 1.4rem;
		padding-left: 5px;
		padding-left: 0.5rem;
	}

	.listcryptohome li .box-crypto .box-title-crypto .val-box-crypto {
		font-size: 12px;
		font-size: 1.2rem;
		padding-left: 5px;
		padding-left: 0.5rem;
	}

	.listcryptohome li .box-crypto .icon-box-crypto {
		width: 45px;
		width: 4.5rem;
	}

	.listcryptohome li .box-crypto .icon-box-crypto img {
		width: 40px;
		width: 4rem;
		height: auto;
	}

	.listcryptohome li .box-crypto .icon-box-crypto span {
		font-weight: bold;
		font-size: 11px;
		font-size: 1.1rem;
	}

	.listcryptohome li .sottoboxcrypto .brokerLink {
		width: 120px;
		width: 12rem;
		font-size: 11px;
		font-size: 1.1rem;
	}

}

@media only screen and (max-width:360px) {
	.tablestandard .td-vai, .tablestandard .th-vai, .lista-exchange .tablestandard .th-fees, .lista-exchange .tablestandard .td-fees, .lista-wallet .tablestandard .th-platforms, .lista-wallet .tablestandard .td-platforms, .lista-mining .tablestandard .th-onlinedal, .lista-mining .tablestandard .td-onlinedal {
		display: none;
	}

	.lista-multifauc .tablestandard .td-vai, .lista-multifauc .tablestandard .th-vai, .lista-exchange .tablestandard .th-vai, .lista-exchange .tablestandard .td-vai, .lista-wallet .tablestandard .th-vai, .lista-wallet .tablestandard .td-vai, .lista-ptc .tablestandard .th-vai, .lista-ptc .tablestandard .td-vai, .lista-mining .tablestandard .th-vai, .lista-mining .tablestandard .td-vai, .lista-airdrop .tablestandard .th-vai, .lista-airdrop .tablestandard .td-vai {
		display: table-cell;
	}

	#rotator .logo {
		width: 110px;
		width: 11rem;
		margin-top: 11px;
		margin-top: 1.1rem;
	}

	#rotator #bgiconmob {
		left: 140px;
		left: 14rem;
	}

	#paginaclassnohead .keyvsual {
		padding-top: 90px;
		padding-top: 9rem;
	}

}

@media only screen and (max-width:322px) {
	.menu-faucethub .button-sel {
		font-size: 12px;
		font-size: 1.2rem;
	}

}

@media only screen and (max-width:290px) {
	.menu-faucethub .button-sel {
		width: 99%;
		font-size: 14px;
		font-size: 1.4rem;
	}

}