
/*@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic");*/
/*@import url("google.css");*/
@import url("fontawesome-all.min.css");

@font-face {
    font-family: rubik;
    /*src: url(../font/Rubik-SemiBold.ttf);*/
	src: url(../font/Galano-Grotesque/GalanoGrotesque-Light.ttf);
}

@font-face {
    font-family: rubikbold;
    /*src: url(../font/Rubik-SemiBold.ttf);*/
	src: url(../font/Galano-Grotesque/GalanoGrotesque-Bold.ttf);
}

@font-face {
    font-family: rubikextrabold;
    /*src: url(../font/Rubik-ExtraBold.ttf);*/
	src: url(../font/Galano-Grotesque/GalanoGrotesque-ExtraBold.ttf);
}
@font-face {
    font-family: rubikextrablack;
    /*src: url(../font/Rubik-Black.ttf);*/
	src: url(../font/Galano-Grotesque/GalanoGrotesque-Black.ttf);
}

@font-face {
    font-family: rubiknormal;
    /*src: url(../font/Rubik-Regular.ttf);*/
	src: url(../font/Galano-Grotesque/GalanoGrotesque-Light.ttf);
}


#miachange {
	transition-duration: 3s;
  }

.plex, .torrent{
	width:100%!important;
	max-width: 100%!important;
	padding: unset!important;
}

#iframeplex, #iframetorrent, #iframedomiocasa, #domioallarme {
	background-color: #ffffff;	
	width: 100%;
	height: 800px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: center;
	padding: 0px;
}

.homemenu{
	text-decoration: none!important;
	display: flex;
}

.mygrossimenu{
	/*display: flex;*/
	margin: 5px;
}

.mygrossimenu:hover{
	transform: scale(1.2);
	transition-duration: 1s;
}


.mygrossimenutelegram{
	text-align: center;
}

.mygrossimenutelegram:hover{
	transform: scale(1.05);
	transition-duration: 1s;
}

#logoretedomi{
	text-align: center;
	margin-bottom: 3%;
}
/*
	Astral by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
	/*font-weight: bold!important;*/
	/*color: #1e1e1e!important;*/
	color: #1e1e1e!important;
	font-family: 'rubik'!important;
	font-size: 14px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

#imglogo{
	text-align: center;
	margin-top: 30px;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
a { 
	/*text-decoration: none;*/
	color: #1e1e1e
}
p {
	margin: 0.5em 0 0 0;
	color: #1e1e1e;
	font-size: 0.8em;
}


.admin {
	visibility: hidden;
}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3, .device-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6, .device-6{
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12, .device-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0em;
			margin-left: 0em;
		}

			.row.gtr-0 > * {
				padding: 0em 0 0 0em;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0em;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0em;
				}

		.row.gtr-25 {
			margin-top: -0.3125em;
			margin-left: -0.3125em;
		}

			.row.gtr-25 > * {
				padding: 0.3125em 0 0 0.3125em;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -0.3125em;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.3125em;
				}

		.row.gtr-50 {
			margin-top: -0.625em;
			margin-left: -0.625em;
		}

			.row.gtr-50 > * {
				padding: 0.625em 0 0 0.625em;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -0.625em;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 0.625em;
				}

		.row {
			margin-top: -1.25em;
			margin-left: -1.25em;
		}

			.row > * {
				padding: 1.25em 0 0 1.25em;
			}

			.row.gtr-uniform {
				margin-top: -1.25em;
			}

				.row.gtr-uniform > * {
					padding-top: 1.25em;
				}

		.row.gtr-150 {
			margin-top: -1.875em;
			margin-left: -1.875em;
		}

			.row.gtr-150 > * {
				padding: 1.875em 0 0 1.875em;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -1.875em;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 1.875em;
				}

		.row.gtr-200 {
			margin-top: -2.5em;
			margin-left: -2.5em;
		}

			.row.gtr-200 > * {
				padding: 2.5em 0 0 2.5em;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -2.5em;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 2.5em;
				}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0em;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0em 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: -0.3125em;
					margin-left: -0.3125em;
				}

					.row.gtr-25 > * {
						padding: 0.3125em 0 0 0.3125em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.3125em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.3125em;
						}

				.row.gtr-50 {
					margin-top: -0.625em;
					margin-left: -0.625em;
				}

					.row.gtr-50 > * {
						padding: 0.625em 0 0 0.625em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.625em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.625em;
						}

				.row {
					margin-top: -1.25em;
					margin-left: -1.25em;
				}

					.row > * {
						padding: 1.25em 0 0 1.25em;
					}

					.row.gtr-uniform {
						margin-top: -1.25em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.25em;
						}

				.row.gtr-150 {
					margin-top: -1.875em;
					margin-left: -1.875em;
				}

					.row.gtr-150 > * {
						padding: 1.875em 0 0 1.875em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.875em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.875em;
						}

				.row.gtr-200 {
					margin-top: -2.5em;
					margin-left: -2.5em;
				}

					.row.gtr-200 > * {
						padding: 2.5em 0 0 2.5em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2.5em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2.5em;
						}

		}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0em;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0em 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: -0.3125em;
					margin-left: -0.3125em;
				}

					.row.gtr-25 > * {
						padding: 0.3125em 0 0 0.3125em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.3125em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.3125em;
						}

				.row.gtr-50 {
					margin-top: -0.625em;
					margin-left: -0.625em;
				}

					.row.gtr-50 > * {
						padding: 0.625em 0 0 0.625em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.625em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.625em;
						}

				.row {
					margin-top: -1.25em;
					margin-left: -1.25em;
				}

					.row > * {
						padding: 1.25em 0 0 1.25em;
					}

					.row.gtr-uniform {
						margin-top: -1.25em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.25em;
						}

				.row.gtr-150 {
					margin-top: -1.875em;
					margin-left: -1.875em;
				}

					.row.gtr-150 > * {
						padding: 1.875em 0 0 1.875em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.875em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.875em;
						}

				.row.gtr-200 {
					margin-top: -2.5em;
					margin-left: -2.5em;
				}

					.row.gtr-200 > * {
						padding: 2.5em 0 0 2.5em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2.5em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2.5em;
						}

		}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium, .device-6-medium{
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}



				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0em;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0em 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: -0.3125em;
					margin-left: -0.3125em;
				}

					.row.gtr-25 > * {
						padding: 0.3125em 0 0 0.3125em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.3125em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.3125em;
						}

				.row.gtr-50 {
					margin-top: -0.625em;
					margin-left: -0.625em;
				}

					.row.gtr-50 > * {
						padding: 0.625em 0 0 0.625em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.625em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.625em;
						}

				.row {
					margin-top: -1.25em;
					margin-left: -1.25em;
				}

					.row > * {
						padding: 1.25em 0 0 1.25em;
					}

					.row.gtr-uniform {
						margin-top: -1.25em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.25em;
						}

				.row.gtr-150 {
					margin-top: -1.875em;
					margin-left: -1.875em;
				}

					.row.gtr-150 > * {
						padding: 1.875em 0 0 1.875em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.875em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.875em;
						}

				.row.gtr-200 {
					margin-top: -2.5em;
					margin-left: -2.5em;
				}

					.row.gtr-200 > * {
						padding: 2.5em 0 0 2.5em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2.5em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2.5em;
						}

		}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small, .device-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0em;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0em 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: -0.3125em;
					margin-left: -0.3125em;
				}

					.row.gtr-25 > * {
						padding: 0.3125em 0 0 0.3125em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.3125em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.3125em;
						}

				.row.gtr-50 {
					margin-top: -0.625em;
					margin-left: -0.625em;
				}

					.row.gtr-50 > * {
						padding: 0.625em 0 0 0.625em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.625em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.625em;
						}

				.row {
					margin-top: -1.25em;
					margin-left: -1.25em;
				}

					.row > * {
						padding: 1.25em 0 0 1.25em;
					}

					.row.gtr-uniform {
						margin-top: -1.25em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.25em;
						}

				.row.gtr-150 {
					margin-top: -1.875em;
					margin-left: -1.875em;
				}

					.row.gtr-150 > * {
						padding: 1.875em 0 0 1.875em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.875em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.875em;
						}

				.row.gtr-200 {
					margin-top: -2.5em;
					margin-left: -2.5em;
				}

					.row.gtr-200 > * {
						padding: 2.5em 0 0 2.5em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2.5em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2.5em;
						}

		}

/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background-image: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(10, 10, 10, 0.8)), url("images/01.jpg");
		background-repeat: repeat, no-repeat;
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
		overflow-y: scroll;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, textarea, select {
		/*font-family: 'montserratlight';*/
		font-family:'rubik'!important;
		font-weight: 300;
		color: #1e1e1e;
		font-size: 20pt;
		line-height: 1.75em;
	}

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

			body, input, textarea, select {
				font-size: 15pt;
			}

		}

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

			body, input, textarea, select {
				font-size: 14pt;
			}

		}

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

			body, input, textarea, select {
				font-size: 12pt;
			}

		}

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

			body, input, textarea, select {
				font-size: 11pt;
			}

		}

	strong, b, h1, h2, h3, h4, h5, h6 {
		font-family: 'rubikbold';
		font-weight: bold;
		color: #1e1e1e;
	}

	h1 {
		font-size: 2.4em;
		letter-spacing: -0.015em;
	}

	h2 {
		font-size: 1.8em;
		letter-spacing: -0.015em;
	}

	h3, h4, h5, h6 {
		font-size: 1em;
		letter-spacing: -0.015em;
	}

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

		h1 {
			font-size: 1.75em;
		}

		h2 {
			font-size: 1.375em;
		}

		h3, h4, h5, h6 {
			font-size: 1em;
		}

	}

	blockquote {
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	em, i {
		font-style: italic;
	}

	hr {
		border: 0;
		border-top: solid 1px #ddd;
		padding: 1.5em 0 0 0;
		margin: 1.75em 0 0 0;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	br.clear {
		clear: both;
	}

	p, ul, ol, dl, table, blockquote, form {
		margin-bottom: 1.4em;
	}

/* Table */

	table {
		width: 100%;
	}

		table.default tbody tr {
			border-bottom: solid 1px #f4f4f4;
		}

		table.default td {
			padding: 0.5em 1em 0.5em 1em;
		}

		table.default th {
			text-align: left;
			font-weight: bold;
			padding: 0.5em 1em 0.5em 1em;
		}

		table.default thead {
			border-bottom: solid 2px #f4f4f4;
		}

/* Form */

	form label {
		display: block;
		font-weight: bold;
		color: #1e1e1e;
		/*margin: 0 0 1em 0;*/
		font-size: 14px!important;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		-webkit-appearance: none;
		border: 0;
		background: #f4f4f4;
		padding: 0.75em;
		width: 100%;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			background: #f8f8f8;
		}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select {
		line-height: 1.35em;
		font-weight: bold;
		color: #1e1e1e;
		font-size:0.8em;
	}

	form ::-webkit-input-placeholder {
		color: #1e1e1e;
	}

	form :-moz-placeholder {
		color: #1e1e1e;
	}

	form ::-moz-placeholder {
		color: #1e1e1e;
	}

	form :-ms-input-placeholder {
		color: #1e1e1e;
	}

/* Section/Article */

	section, article {
		margin-bottom: 3em;
	}

		section > :last-child, section:last-child, article > :last-child, article:last-child {
			margin-bottom: 0;
		}

	header {
		margin: 0 0 1.5em 0;
	}

		header > p {
			margin: 0.5em 0 0 0;
			color: #1e1e1e;
			font-size: 0.8em;
			line-height: 1.6em;
		}

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

			header {
				margin: 0 0 1em 0;
			}

		}

/* Image */

	.image {
		display: inline-block;
	}

		.image img {
			display: block;
			width: 100%;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
		-webkit-appearance: none;
		display: inline-block;
		background-color: #1e1e1e;
		color: #ffffff;
		border: 0;
		font-size: 0.75em!important;
		cursor: pointer;
		outline: 0;
		/*padding: 0.7em 1.5em 0.7em 1.5em;
		padding: 0.5em .9em 0.5em .9em;*/
		padding: 8px 6px 8px 6px;
		/*font-weight: bold;*/
		font-weight: normal!important;
		min-width: 75px!important;
		/*font-size: 12px;*/
		width: auto;
	}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			/*background-color: #d60b52;*/
			background-color: #8abb81;
		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		button:active,
		.button:active {
			background-color: #444444;
		}

		input[type="button"].alt,
		input[type="submit"].alt,
		input[type="reset"].alt,
		button.alt,
		.button.alt {
			background-color: #1e1e1e;
		}

			input[type="button"].alt:hover,
			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background-color: #1e1e1e;
			}

			input[typ7e="button"].alt:active,
			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			button.alt:active,
			.button.alt:active {
				background-color: #1e1e1e;
			}

		input[type="button"].small,
		input[type="submit"].small,
		input[type="reset"].small,
		button.small,
		.button.small {
			font-size: 0.75em;
		}

		input[type="button"].large,
		input[type="submit"].large,
		input[type="reset"].large,
		button.large,
		.button.large {
			font-size: 1.25em;
			padding: 0.5em 1.25em 0.5em 1.25em;
		}

		input[type="button"].xlarge,
		input[type="submit"].xlarge,
		input[type="reset"].xlarge,
		button.xlarge,
		.button.xlarge {
			font-size: 1.5em;
			padding: 0.5em 1.25em 0.5em 1.25em;
		}

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

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				/*width: 100%;*/
			}

		}

/* List */

	ul {
		list-style: disc;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

	ol {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

/* Actions */

	ul.actions {
		list-style: none;
		padding-left: 0;
	}

		ul.actions li {
			display: inline-block;
			padding-left: 0;
			margin: 0 0 0 0.5em;
		}

			ul.actions li:first-child {
				margin-left: 0;
			}

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

			ul.actions li {
				display: block;
				margin: 0.75em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

		}

/* Icons */

	.icon {
		text-decoration: none;
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: bold;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.icon:before {
			line-height: inherit;
		}

		.icon > .label {
			display: none;
		}

/* Nav */

	#nav {
		text-align: center;
		height: 4.25em;
		cursor: default;
	}

		#nav a {
			position: relative;
			display: inline-block;
			color: #ffffff;
			width: 1em;
			height: 1em;
			line-height: 0.9em;
			font-size: 2.5em;
			margin: 0 0.25em 0 0.25em;
			opacity: 0.35;
			outline: 0;
			-moz-transition: opacity .25s ease-in-out;
			-webkit-transition: opacity .25s ease-in-out;
			-ms-transition: opacity .25s ease-in-out;
			transition: opacity .25s ease-in-out;
		}

			#nav a.icon:before {
				padding-right: 0;
			}

			#nav a:before {
				font-size: 0.8em;
			}

			#nav a:after {
				content: '';
				display: block;
				position: absolute;
				left: 50%;
				bottom: -0.75em;
				margin-left: -0.5em;
				border-bottom: solid 0em #ffffff;
				border-left: solid 0.5em transparent;
				border-right: solid 0.5em transparent;
				-moz-transition: border-bottom-width .25s ease-in-out;
				-webkit-transition: border-bottom-width .25s ease-in-out;
				-ms-transition: border-bottom-width .25s ease-in-out;
				transition: border-bottom-width .25s ease-in-out;
			}

			#nav a span {
				display: block;
				position: absolute;
				background: #d60b52;
				color: #ffffff;
				top: -2.75em;
				font-size: 0.3em;
				height: 2.25em;
				line-height: 2.25em;
				left: 50%;
				opacity: 0;
				-moz-transition: opacity .25s ease-in-out;
				-webkit-transition: opacity .25s ease-in-out;
				-ms-transition: opacity .25s ease-in-out;
				transition: opacity .25s ease-in-out;
				width: 10em;
				margin-left: -5em;
			}

				#nav a span:after {
					content: '';
					display: block;
					position: absolute;
					bottom: -0.4em;
					left: 50%;
					margin-left: -0.6em;
					border-top: solid 0.6em #d60b52;
					border-left: solid 0.6em transparent;
					border-right: solid 0.6em transparent;
				}

			#nav a:hover {
				opacity: 1.0;
			}

				#nav a:hover span {
					opacity: 1.0;
				}

			#nav a.active {
				opacity: 1.0;
			}

				#nav a.active:after {
					border-bottom-width: 0.5em;
				}

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

			#nav a span {
				display: none;
			}

		}

/* Wrapper */

	#wrapper {
		/*width: 55em;*/
		max-width: calc(100% - 20em);
		margin: 0 auto;
		min-height: 100vh;
		/*max-width: 100%;*/
		padding: 4em 0;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-moz-transition: opacity 1s ease-in-out;
		-webkit-transition: opacity 1s ease-in-out;
		-ms-transition: opacity 1s ease-in-out;
		transition: opacity 1s ease-in-out;
	}

		body.is-preload #wrapper {
			opacity: 0;
		}

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

			#wrapper {
				padding: 3em 0;
				max-width: calc(100% - 6em);
			}

		}

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

			#wrapper {
				padding: 1.5em 0;
				max-width: calc(100% - 8em);
			}

		}

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

			#wrapper {
				padding: 1em 0;
				max-width: calc(100% - 2em);
			}

		}

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

			#wrapper {
				padding: 1em 0;
				max-width: 100%;
			}

		}

/* Main */

	#main {
		position: relative;
		overflow: hidden;
		width: 100%;
		background: #ffffff;
		box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.25);
		-moz-transition: min-height 0.5s ease-in-out, max-height 0.5s ease-in-out;
		-webkit-transition: min-height 0.5s ease-in-out, max-height 0.5s ease-in-out;
		-ms-transition: min-height 0.5s ease-in-out, max-height 0.5s ease-in-out;
		transition: min-height 0.5s ease-in-out, max-height 0.5s ease-in-out;
	}

		#main > .panel {
			-moz-transition: opacity 0.25s ease-in-out;
			-webkit-transition: opacity 0.25s ease-in-out;
			-ms-transition: opacity 0.25s ease-in-out;
			transition: opacity 0.25s ease-in-out;
			margin-bottom: 0;
			position: relative;
			padding: 0.5em 2.5em 2.5em 2.5em;
			width: 100%;
		}

			#main > .panel.inactive {
				opacity: 0;
			}

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

				#main > .panel {
					padding: 2em 1.5em 1.5em 1.5em;
				}

			}

			#main > .panel.intro {
				padding: 0;
				height: 20em;
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-flex-direction: row;
				-webkit-flex-direction: row;
				-ms-flex-direction: row;
				flex-direction: row;
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
			}

				#main > .panel.intro .pic {
					text-decoration: none;
					position: relative;
					-moz-flex-grow: 0;
					-webkit-flex-grow: 0;
					-ms-flex-grow: 0;
					flex-grow: 0;
					-moz-flex-shrink: 0;
					-webkit-flex-shrink: 0;
					-ms-flex-shrink: 0;
					flex-shrink: 0;
					width: 17em;
					height: 100%;
				}

					#main > .panel.intro .pic:before {
						content: '';
						position: absolute;
						top: 0;
						left: 0;
						background: url("images/overlay.png");
						width: 100%;
						height: 100%;
						z-index: 1;
					}

					#main > .panel.intro .pic img {
						position: relative;
						display: block;
						/*position: absolute;*/
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						-moz-object-fit: cover;
						-webkit-object-fit: cover;
						-ms-object-fit: cover;
						object-fit: cover;
						-moz-object-position: center;
						-webkit-object-position: center;
						-ms-object-position: center;
						object-position: center;
					}

					#main > .panel.intro .pic .arrow {
						display: block;
						position: absolute;
						right: 0;
						top: 50%;
						margin-top: -1.375em;
						width: 2.75em;
						height: 2.75em;
						background: #1e1e1e;
						background: rgba(0, 0, 0, 0.75);
						color: #ffffff;
						text-align: center;
						line-height: 2.75em;
						font-size: 1.5em;
						z-index: 1;
						-moz-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
						-webkit-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
						-ms-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
						transition: width .15s ease-in-out, padding-right .15s ease-in-out;
					}

						#main > .panel.intro .pic .arrow:before {
							position: relative;
							padding-right: 0;
							top: 0.125em;
						}

						#main > .panel.intro .pic .arrow span {
							display: block;
							text-indent: -9999px;
						}

					#main > .panel.intro .pic:hover .arrow {
						width: 3em;
						padding-right: 0.25em;
					}

				#main > .panel.intro header {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 3.5em 2.5em;
					margin-bottom: 0;
					width: 100%;
				}

					#main > .panel.intro header h1 {
						line-height: 1.25em;
						margin-bottom: 0;
					}

					#main > .panel.intro header p {
						letter-spacing: -0.015em;
						font-size: 0.8em;
						margin: 0.25em 0 0 0;
						line-height: 1.6em;
					}

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

					#main > .panel.intro {
						-moz-flex-direction: column;
						-webkit-flex-direction: column;
						-ms-flex-direction: column;
						flex-direction: column;
						height: auto;
					}

						#main > .panel.intro .pic {
							height: 25em;
							width: 100%;
						}

						#main > .panel.intro header {
							padding: 4em;
							text-align: center;
						}

				}

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

					#main > .panel.intro .pic {
						height: 20em;
					}

					#main > .panel.intro header {
						padding: 2.75em 2em 2.5em 2em;
					}

						#main > .panel.intro header p {
							font-size: 1em;
							margin: 0.25em 0 0 0;
						}

				}

/* Footer */

	#footer {
		color: rgba(255, 255, 255, 0.45);
		text-align: center;
		padding: 2em 0 0 0;
		font-size: 0.75em;
	}

		#footer a {
			color: #ddd;
			color: rgba(255, 255, 255, 0.65);
			-moz-transition: color .25s ease-in-out;
			-webkit-transition: color .25s ease-in-out;
			-ms-transition: color .25s ease-in-out;
			transition: color .25s ease-in-out;
			text-decoration: none;
		}

			#footer a:hover {
				color: white;
			}

		#footer .copyright {
			list-style: none;
			padding-left: 0;
		}

			#footer .copyright li {
				display: inline-block;
				padding-left: 1em;
				margin-left: 1em;
				border-left: solid 1px rgba(255, 255, 255, 0.25);
				line-height: 1;
			}

				#footer .copyright li:first-child {
					padding-left: 0;
					margin-left: 0;
					border-left: 0;
				}

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

			#footer .copyright li {
				padding-left: 0.5em;
				margin-left: 0.5em;
			}

		}

#resettooltip{
	margin-top: -0.5%;
}

/*peppe*/

.Tooltips {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 500;
}
.Tooltips:hover p {
	visibility: visible;
	opacity: 1;
}
.Tooltips:hover p.OnTop {
	transform: translate(-50%, -100%);
}
.Tooltips:hover p.OnBottom {
	transform: translate(-50%, 100%);
}
.Tooltips:hover p.OnLeft {
	transform: translate(-100%, -50%);
}
.Tooltips:hover p.OnRight {
	transform: translate(100%, -50%);
}

.Tooltips p {
	min-width: 250px;
	opacity: 0;
	display: inline-block;
	visibility: hidden;
	position: absolute;
	text-align: left;
	width: 250px;
	background: #f4f4f4;
	color: #1e1e1e;
	/*font-weight: bold;*/
	font-weight: normal;
	/*font-size: 1rem;*/
	font-size: 1em;
	line-height: 1.2;
	padding: 15px 15px 15px 15px;
	border-radius: 3px;
	white-space: normal;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	transition: all 0.2s ease-out;
	border-radius: 7px!important;
	font-family: rubiknormal!important;
}
.Tooltips p.OnTop {
	top: 15px;
	left: 30px;
	transform: translate(-50%, -150%);
}
.Tooltips p.OnTop:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 8px solid #f0861d00;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	bottom: -8px;
	margin-left: -8px;
	left: 5%;
	border-radius: 50px!important;
}
.Tooltips p.OnBottom {
	bottom: -15px;
	left: 30px;
	transform: translate(-50%, 150%);
}
.Tooltips p.OnBottom:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 8px solid #f0861d00;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	top: -8px;
	margin-left: -8px;
	left: 50%;
}
.Tooltips p.OnLeft {
	left: -15px;
	top: -15px;
	transform: translate(-150%, -50%);
}
.Tooltips p.OnLeft:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid #f0861d00;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	top: 50%;
	margin-top: -8px;
	right: -8px;
}
.Tooltips p.OnRight {
	right: -15px;
	top: -15px;
	transform: translate(150%, -50%);
}
.Tooltips p.OnRight:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-right: 8px solid #f0861d00;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	top: 10%;
	margin-top: -8px;
	left: -8px;
}
#nav{
	display: flex;
}
@media screen and (max-width: 1280px) {
	#nav a:after {
		display: none;
	}
	#nav {
		margin-bottom: 2%;
		text-align: center;
		height: unset!important;
		cursor: default;
	}

}

#Insertdevice{
	opacity: 0;
}
.on-off {
	margin-right: 3%;
	float: left;
	width: 100%;
}

#on-off-button {
min-width: 95%;
margin: auto;
}

#aiconadevice {
	text-align: center;
}
#testodevice {
	margin-block-start: unset!important;
    margin-block-end: unset!important;
    margin-bottom: unset!important;
	font-size: 14px;
}
.termometro{
	font-weight: bold;
}

.arrowright {
	display: block;
    position: absolute;
    right: 0;
    margin-top: -1.375em;
    width: 2.75em;
    height: 2.75em;
    background: #1e1e1e;
    background: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    text-align: center;
    line-height: 2.75em;
    z-index: 1;
    -moz-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
    -webkit-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
    -ms-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
    transition: width .15s ease-in-out, padding-right .15s ease-in-out;
}

.arrowleft {
	display: block;
    position: absolute;
    left: 0;
    margin-top: -1.375em;
    width: 2.75em;
    height: 2.75em;
    background: #1e1e1e;
    background: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    text-align: center;
    line-height: 2.75em;
    z-index: 1;
    -moz-transition: width .15s ease-in-out, padding-left .15s ease-in-out;
    -webkit-transition: width .15s ease-in-out, padding-left .15s ease-in-out;
    -ms-transition: width .15s ease-in-out, padding-left .15s ease-in-out;
    transition: width .15s ease-in-out, padding-left .15s ease-in-out;
}
.tempotooff, .notedevice {
	border: none;
	width: 100%!important;
	color: #1e1e1e!important;
	font-weight: bold!important;
	background: #f4f4f4!important;
	font-size: 14px;
	padding: 0 8px!important;
	margin: 0px 0 0px 2%!important;
	width: 90%!important;
}
.notedevice::placeholder, .setpoint::placeholder,.tempotooff::placeholder{
	color: #1e1e1e;
}

.tempotooff:focus-visible, .notedevice:focus-visible, .setpoint:focus-visible{
	outline-color: #d60b52;
}

#nomedevice{
	font-family:'rubikbold';
	font-weight: bold!important;
    color: #1e1e1e!important;
    font-size: 1em!important;
    margin: auto!important;
    padding: unset!important;
	background: unset!important;
	margin: unset!important;
}

#main > .panel.intro .pic:before {
	background:none!important;
}

#iconadeviceon{
	color: #8abb81;
}
#iconadeviceoff{
	color: #e3e3e3;
}
#iconatermostato{
	color: #e3e3e3;
}
.setpoint{
	border: none;
    width: 100%!important;
    color: #1e1e1e!important;
	background:#f4f4f4;
    font-size: 14px!important;
	/*text-align: center;*/
	border-radius: 10px;
	margin: 0px 0 0px 2%!important;
	width: 90%!important;
}
#containerqrsiri{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding: 2% 2% 2% 2%;
	text-align: center;
	background: #fcb828;
}
#qrsaisi {
    background: #fcb828;
}

@media only screen and (max-width: 400px) {
	#containerqrsiri{
		width: 90%;
	}
}	
@media only screen and (min-width: 401px) and (max-width: 844px) {
	#containerqrsiri{
		width: 60%;
	}
}	
@media only screen and (min-width: 845px) and (max-width: 1660px) {
	#containerqrsiri{
		width: 40%;
	}
}

@media only screen and (min-width: 1681px) and (max-width: 1920px) {
	#containerqrsiri{
		width: 20%;
	}
}

#appleconfig {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	/*float: left;*/
}

#siripincode, #siridsplayname{
	margin-bottom: unset!important;
	color: #1e1e1e;
}

#bappleconfig {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	/*border: solid 2px ;
	border-color: #fff584;*/
	background-color: #fcb828;
	text-align: center;
}

#resetta {
	background-color: #D01C00!important;
}
#resetta:hover{
	background-color: #D01C00!important;
}

.info{
	margin-bottom: 0px!important;
	margin-bottom: -2%!important;
	color: #1e1e1e!important;
	font-weight: bold!important;
	font-size:85%!important;
	/*text-transform: capitalize!important;*/
}

.http{
	text-transform:lowercase!important
}

.info-info{
	clear: both;
}

.info:hover {
	/*zoom: 1.1;*/
	color: #d60b52!important;
}

.fa-info-circle:after {
	color: none!important;
}

.myico.active:before{
	color: #d60b52!important;
	zoom: 1.1;
}

.myicobig:before{
	color: #d60b52!important;
}

.arrowright, .arrowleft{
    background:none!important;
    color: #d60b52!important;
}

.arrowright:hover, .arrowleft:hover {
	zoom: 1.2;
	-moz-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
	-webkit-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
	-ms-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
	transition: width .15s ease-in-out, padding-right .15s ease-in-out;
}

#main > .panel.intro .pic .arrow {
    background:none!important;
    color: #d60b52!important;
}
.retedomifirsta{
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
	width: 100%;
	display: inline-block;
	margin: 0 10px;
}
.retedomifirstb {
    font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
	width: 96%;
	display: inline-block;
	margin: 2%;
	border: solid 1px;
    padding: 5px;
    border-radius: 10px;
	border-color: #d60b52;
}
.retedomifirstb h5, .retedomifirsta h5{
	margin: 10px 0;
	display: block;
	padding: 20px 0;
}
.retedomifirstb p, .retedomifirsta p{
	border-bottom: 1px solid #e3e3e3;
	display: block;
}
.retedomifirstb p strong, .retedomifirsta p strong{
	float: left;
}
.retedomifirstb p em, .retedomifirsta p em{
	float: right;
	font-style:normal;

}
#Insertinfo, #nomdev{
	text-align: left;
}

#nomdev{
	font-family: rubikextrablack;
	font-size: 12.5px!important;
	color: #1e1e1e!important;
}

#hrnomdev {
    border: 0;
    border-top: solid 1px #d60b52;
    padding: 0px!important;
    margin: 10px 0!important;
}

#sottohr {
	border: 0;
	border-top: solid 1px #ddd;
	padding: 1.5em 0 0 0;
	margin: 1.75em 0 0 0;
	margin: auto;
	width: 75%;
}


#retedomi {
    text-align: left;
    margin-block-start: 0px!important;
    margin-block-end: -4%!important;
}

#programmacustom-p{
	text-align: justify;
}

.logoaziende {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 2%;
	margin-left: 0%;
	margin-top: 2%;
	margin-bottom: 2%;

}

.popup {
	position: relative;
	display: inline-block;
	/*cursor: pointer;*/
	width: 50%;
  }
  
  /* The actual popup (appears on top) */
  .popup .popuptext {
	visibility: hidden;
	width: 100%;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	position: absolute;
	z-index: 200;
	padding: 0;
	display: inline;
	top: -23px;
	margin: 0 0 0 50px;
  }
   
  /* Toggle this class when clicking on the popup container (hide and show the popup) */
  .popup .show {
	visibility: visible;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s
  }
  
  .popup .close {
	visibility: hidden;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s
  }
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
  }
  
  @keyframes fadeIn {
	from {opacity: 0;}
	to {opacity:1 ;}
  }

.Settadevice {
	width: 23%;
	display: inline-block;
}
#mybutton{
	width: auto!important;
	color: #fff!important;
	font-weight: bold;
    font-style: normal;
}

.mybar{
	margin: auto;
	max-width: 95%;
	text-align: center;
	color:#1e1e1e;
}

.htmladmin {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#changenome::placeholder{
	color: #8abb81!important;
	font-size: 16px;
}

.divlogin{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.login{
	width: 46%!important;
	margin: 1%;
	
}
#buttonlogout{
	background-color: #fff;
	color:#d60b52;
	font-weight: bold;
	Transform:scale(1);
	transition: all .5s;
	border-radius: 5px;
}
#buttonlogout:hover {
	background-color: #d60b52;
	color:#fff;
	font-weight: bold;
	Transform:scale(1.1);
	transition: all .5s;
}
input[type="submit"],input[type="button"]{
	border-radius: 5px;
	Transform:scale(1);
	transition: all .5s;
}
input[type="submit"]:hover,input[type="button"]:hover{
	Transform:scale(1.1);
	transition: all .5s;
}

body {
	transition : background-image 1.2s ease-in-out!important;
	transition: all 1.5s!important;
	z-index: 1;
	transition: zoom 2s;
}

#wrapper{
	z-index: 2!important;
}
#main {
	border-radius: 20px;
	
}
a:hover{
	color:#d60b52;
}
#redirectbox{
	text-align: center;
}
#redirectmessage{
	display: inline-flex;
}

#Insertwifilist{
	text-align: center;
}
#selectwifi{
	width: 300px;
}

#selectdevice, input, textarea{
	outline: none!important;
	font-size: 14px!important;
	border-radius: 10px;
}

#noted{
	width: 100%;
	background: #f4f4f4;
	font-size: 16px;
	margin: 0px;
}
#noteadevice{
	margin-bottom: 0%!important;
}

input[type=range]::-webkit-slider-thumb {
	height: 20px;
	width: 20px;
	margin-top: 40px;
	border-radius: 15px;
	background: #d60b52;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -10px;
	margin-bottom: -10px;
}

input[type=range]{
    background: linear-gradient(#fff, #d60b52);
	border-radius: 5px;
	height: 5px;
	width: 100%;
	margin-top: 10px;
}
#Colordiv{
	width: 95%;
	margin: auto;
	/*border: 2px solid #d60b52;
	border-radius:5px;*/
}

input[type=color] {
    border-radius: 50px;
    height: 40px;
    padding: 0%;
    margin: auto;
    width: 100%;
    background: none;
    border: none;
    border-color: transparent;
	outline: unset!important;
	-webkit-appearance: none;
}

input[type="color"]::-webkit-color-swatch-wrapper {
	padding: 0;
	border-radius:5px;
}
input[type="color"]::-webkit-color-swatch {
	border: none;
	border-radius:5px;
}


input[type=color]::-moz-color-swatch {
    border-color: red;
}

.showtab {
	visibility: visible!important;
	display: block!important;
	-webkit-animation: fadeIn 3s;
	animation: fadeIn 3s;
	transition: all 2s;
  }
.noshowtab {
	visibility: hidden!important;
	display: none!important;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 2s;
	transition: all 2s;
}
.iconegiusus {
	float: right;
}
.assistentiicona{
	color: #d60b52!important;
	position: relative;
    display: inline-block;
    color: #ffffff;
    width: 1.5em;
    height: 1em;
    line-height: 0.9em;
    font-size: 1.8em;
    margin: 0 0.25em 0 0.25em;
    opacity: 1;
    outline: 0;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
	float: left;
}
.assistenti{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.pmessageform{	
	padding-left: 0px!important;
	list-style: none!important;
}

.pmessageform ul{
	padding-left: 0px!important;
	list-style: none!important;
}
.pmessageform li{
	display: inline-block;
	line-height: 1;
}

.pmessageform li:first-child{
	padding-left: 0;
    margin-left: 0;
    border-left: 0;
}

.newassistenza{
	font-family: 'rubikbold';
	font-size:0.5em!important;
	font-weight: bold;
}

.okcampo{
	color: #8abb81!important;
	margin-top: 1%!important;
	margin-bottom: 0%!important;
	font-family: 'rubikbold';
	font-size:14px!important;
}
.messcomposto{
	float: left;
    margin-left: 1%;
}
.errorecampo{
	color: #d60b52!important;
	margin-top: 1%!important;
	margin-bottom: 0%!important;
	font-family: 'rubikbold';
	font-size:14px!important;
}

.orange{
	color: #d60b52!important;
}


.mybtnleft{
	float: left!important;
	margin-right: 2%!important;
	margin-bottom: 2%;
}

.a-text{
	font-size: 12px;
}

.annullaconf{
	width: auto!important;
}
#noborder {
	border: none!important;
}
#conf{
	background-color: #D01C00;
	margin-left: 3%;
}
#btnreset{
	background-color: #D01C00;
}

.Aconferma {
	color: #D01C00;
	font-size: small;
	font-weight: bold;
    font-family: 'rubikbold';
}

.Aokcampo {
	color: #8abb81;
	font-size: small;
	font-weight: bold;
    font-family: 'rubikbold';
}
.left{
	float: left!important;
}
#app-casa{
	float: left;
	margin-left: 25%;
}

.wifiEccellente{
	/*background-color: #4eb13d!important;*/
	background-color: #8abb81!important;
}
.wifiOttimo{
	background-color: #8abb81!important;
}
.wifiDebole{
	background-color: #d60b52!important;
}
.wifiScarso{
	background-color: #D01C00!important;
}

.legOttimo{
	color: #8abb81;
}
.legScarso{
	color: #D01C00;
}
.legDebole{
	color: #d60b52;
}

#alert{
	color: #D01C00;
	border: none!important;
	font-weight: bold;
	font-family: 'rubikbold';
}
.TooltipTrigger {
	font-size: 16px;
	margin: auto!important;
}

.firstinput{
	padding: 8px 17px 8px 17px!important;
}

#okmess{
	color: #8abb81;
}

.errorecomandoweb {
	color: #D01C00;
	text-align: center;
    padding-top: 15%;
    padding-bottom: 15%;
    margin-left: 10%;
    margin-right: 10%;
	font-size: 14px;
}
.perrorecomandoweb {
	color: #D01C00;
	text-align: center;
	font-size: 14px;
}

@keyframes hotcolor {
	0% { background-color: #dc2be2; }
	50% { background-color: #dc2be2; }
	51% { background-color: #1e1e1e; }
	100% { background-color: #1e1e1e; }
}
  
@-webkit-keyframes hotcolor {
	0% { background-color: #dc2be2; }
	50% { background-color: #dc2be2; }
	51% { background-color: #1e1e1e; }
	100% { background-color: #1e1e1e; }
}

#confermahotOFF {
	background-color: #1e1e1e;
	animation: hotcolor 1.5s infinite;
	-webkit-animation: hotcolor 1.5s infinite;
}

@keyframes zeecolor {
	0% { background-color: #080072; }
	50% { background-color: #080072; }
	51% { background-color: #1e1e1e; }
	100% { background-color: #1e1e1e; }
}
  
@-webkit-keyframes zeecolor {
	0% { background-color: #080072; }
	50% { background-color: #080072; }
	51% { background-color: #1e1e1e; }
	100% { background-color: #1e1e1e; }
}
#confermazeeOFF{
	background-color: #1e1e1e;
	animation: zeecolor 1.5s infinite;
	-webkit-animation: zeecolor 1.5s infinite;
}

.idpin{
	width:70%;
	text-align: center;
	margin: auto;
}


/*Fine peppe*/
/*__________________________________________________________________________________________________________________________________________/*
/* CUSTOM MICHELE 

@font-face {
    font-family: 'montserratblack';
    src: url('../../assets/font/montserrat-black.woff2') format('woff2'),
         url('../../assets/font/montserrat-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('../../assets/font/montserrat-bold.woff2') format('woff2'),
         url('../../assets/font/montserrat-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratlight';
    src: url('../../assets/font/montserrat-light.woff2') format('woff2'),
         url('../../assets/font/montserrat-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('../../assets/font/montserrat-regular.woff2') format('woff2'),
         url('../../assets/font/montserrat-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

  .fl{
	  float: left;
  }
  .ml20{
	  margin-left:20px;
  }
  .mtb30{
	  margin:30px 0;
	  display: block;
  }
  .mt40{
	  margin-top:40px;
  }
.color{
	color:#d60b52;
}
.font-size{
	font-size:0.75em;
	font-family: rubiknormal!important;
	/*font-size:16px;*/
}
.bg-color{
	background:#d60b52;
}
.font-desc{
	font-size:12px;
}
.color:hover{
	text-decoration:underline;
}
.mb40{
	margin-bottom:40px!important;
}
.alert-text{
	float:left;
	font-size: 14px;
	display: inline-block;
}
#annulla, #conferma{
	font-size: 14px;
	padding: 5px 10px;
	float:left;
	margin: 0 0 0 20px;
}
#toassistenza, #toriavvio, #toarresta, #toreset{
	width:500px;
}

#Custom-C {
	margin: auto;
}

.row > .col-3, .device-3{
	width: 240px!important;
	font-size: 14px;
}
.clear{
	clear: both;
	margin: 40px 0;
}
#action-btn{
	margin: 40px 0 0 0;
}
a.btn{
	background-color: #1e1e1e;
    color: #ffffff;
    border: 0;
	border-radius:5px;
    font-size: 0.75em;
    cursor: pointer;
    outline: 0;
    padding: 0.9em 1.5em 0.9em 1.5em;
	/*font: 12px;*/
}

.device-3 {
    width: 240px!important;
    font-size: 14px;
    padding: 2%;
    border: solid 1px;
    margin: 2%;
    border-radius: 10px;
	border-color: #1e1e1e;
	font-family: rubiknormal;
}

a.btn:hover{
	background-color: #d60b52;
    color: #ffffff;
	Transform: scale(1);
    transition: all .5s;
}
.notedevice{
	border:none;
	font-size:14px;
	background:#fff;
	/*margin: 5px 0 20px 0!important;*/
}
.anotedevice p{
	font-family: 'rubikbold';
	font-size:14px;
	margin:0 0 5px 0!important;
	padding: 0!important;
}

/* Style the tab */
.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #1e1e1e;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
	font-family: 'rubikbold';
	font-size:14px;
	background-color: #1e1e1e;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
	background-color: #d60b52;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
	background-color: #d60b52;
  }
  
  /* Style the tab content */
  .tabcontent {
	font-size:14px;
	line-height: 24px;
	display: none;
	padding: 30px;
	border: 1px solid #ccc;
	border-top: none;
  }
  .tabcontent p a{
	  text-decoration: underline;
  }
  .tabcontent ul{
	  margin-bottom: 20px!important;
  } 
  .tabcontent ul, .tabcontent ul li{
	  margin: 0;
	  padding: 0;
  }
  .tabcontent ul li{
	  list-style: none;
  }

  .tabcontentsiri {
	font-size:16px;
	line-height: 24px;
	display: none;
	padding: 30px;
	/*border: 1px solid #ccc;*/
	border-top: none;
  }
  .tabcontentsiri p a{
	  text-decoration: underline;
  }
  .tabcontentsiri ul{
	  margin-bottom: 20px!important;
  } 
  .tabcontentsiri ul, .tabcontentsiri ul li{
	  margin: 0;
	  padding: 0;
  }
  .tabcontentsiri ul li{
	  list-style: none;
  }

  .tabcontentgoogle {
	font-size:16px;
	line-height: 24px;
	display: none;
	padding: 30px;
	/*border: 1px solid #ccc;*/
	border-top: none;
  }
  .tabcontentgoogle p a{
	  text-decoration: underline;
  }
  .tabcontentgoogle ul{
	  margin-bottom: 20px!important;
  } 
  .tabcontentgoogle ul, .tabcontentgoogle ul li{
	  margin: 0;
	  padding: 0;
  }
  .tabcontentgoogle ul li{
	  list-style: none;
  }

  .tabcontentalexa {
	font-size:16px;
	line-height: 24px;
	display: none;
	padding: 30px;
	/*border: 1px solid #ccc;*/
	border-top: none;
  }
  .tabcontentalexa p a{
	  text-decoration: underline;
  }
  .tabcontentalexa ul{
	  margin-bottom: 20px!important;
  } 
  .tabcontentalexa ul, .tabcontentalexa ul li{
	  margin: 0;
	  padding: 0;
  }
  .tabcontentalexa ul li{
	  list-style: none;
  }
  #buttondeldevice{
	background:#D01C00;
	margin: 10px 0;
  }
/* fine CUSTOM MICHELE */