/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background-color: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  color: inherit;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* FONTS */

@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  src: local('Roboto Light'), url('../fonts/roboto-light.woff2') format('woff2'), url('../fonts/roboto-light.woff') format('woff'), url('../fonts/roboto-light.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  src: local('Roboto'), url('../fonts/roboto-regular.woff2') format('woff2'), url('../fonts/roboto-regular.woff') format('woff'), url('../fonts/roboto-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  src: local('Roboto Medium'), url('../fonts/roboto-medium.woff2') format('woff2'), url('../fonts/roboto-medium.woff') format('woff'), url('../fonts/roboto-medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-weight: bold;
  font-style: normal;
  src: local('Roboto Bold'), url('../fonts/roboto-bold.woff2') format('woff2'), url('../fonts/roboto-bold.woff') format('woff'), url('../fonts/roboto-bold.ttf') format('truetype');
}

/* settings */

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: Roboto, sans-serif;
	font-size: 18px;
	color: #1d1d1b;
}
p, a, li, span, div {
	line-height: 130%;
	text-align: justify;
}
h1, h2, h3, h4 {
	line-height: 130%;
	text-align: left;
}
@media (max-width:750px) {
	p, a, li, span, div {
		text-align: left;
	}
	h2 {
		text-align: center;
	}
}
@media (max-width:1280px) {
	img {
		max-width: 100%;
	}
}

a {
	color: #46618d;
	font-weight: bold;
}

.button {
	font-size: 20px;
	font-weight: 700;
	line-height: 2.5;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 45px;
	cursor: pointer;
	transition: background-color .25s ease-in-out;
	text-align: center;
	color: #ffffff;
	border: none;
	border-radius: 32px;
	outline: none;
	background-color: #ea2023;
}
@media (max-width:639px) {
	.button {
		display: block;
		width: 100%;
	}
}

.button:hover {
	background-color: #ff0000;
}

.container {
	box-sizing: border-box;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
@media (max-width:1279px) {
	.container {
		width: 100%;
	}
}

#bg-decor-underlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../img/iStock-878216834_1920x1080.jpg);
	background-size: cover;
}
.section-transparent {
	position: relative;
	padding: 70px 0;
}
.section-transparent:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 50px;
	top: 0;
	left: 0;
	background: url(../img/shadow-upper.png) repeat-x;
}
.section-transparent:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0;
	left: 0;
	background: url(../img/shadow-lower.png) repeat-x;
}

.section-info {
	padding: 60px 0;
}
.section-info h1 {
	margin: 1em 0;
	font-size: 2.5em;
}
.section-info h2 {
	margin: 1em 0;
	font-size: 2em;
}
.section-info h3 {
	margin: 1em 0;
	font-size: 1.5em;
}
.section-info h4 {
	font-size: 1.1em;
}
.section-gigabanner {
	display: block;
	position: relative;
	font-size: 0;
	border-bottom: #eeeeee solid 15px;
}
.section-gigabanner>picture img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.section-preword {
	padding-bottom: 0;
	margin-bottom: -20px;
}
.section-footer {
	border-top: #eeeeee solid 15px;
}

.section-white {
	background-color: #ffffff;
}
.section-black {
	background-color: #000000;
}
.section-lightsteel {
	background-color: #dfe9f9;
}
.section-dark-bg h1,
.section-dark-bg h2,
.section-dark-bg h3,
.section-dark-bg h4,
.section-dark-bg p,
.section-dark-bg li,
.section-dark-bg a {
	color: #ffffff;
}

.section-sales-set {
	padding: 40px 0;
}
.section-sales-set .container {
	display: -ms-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;	
	align-items: stretch;
	position: relative;
}
.section-sales-set .container img {
	display: inline-block;
}
.lot-card-images-all {
	width: 300px;
}
.texts-half-right {
	display: inline-block;
	width: calc(100% - 340px);
	margin-left: 40px;
}
.texts-half-right h2 {
	margin-bottom: 20px;
}
#lot-card-image-main {
	width: 300px;
	height: auto;
	margin-top: -15px;
}
.lot-card-image-previews {
	display: -ms-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;	
	align-items: stretch;
	padding-left: 0;
	margin-right: -20px;
}
.lot-card-image-previews li {
	display: inline-block;
	width: 90px;
	margin: 15px 15px 0 0;
	text-align: center;
	list-style: none;
	border: #333333 solid 1px;
}
.lot-card-image-previews li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.lot-card-image-previews li a img {
	width: auto;
	max-height: 100px;
	margin-top: 5px;
}
@media (max-width: 850px) {
	.section-sales-set .container div:first-child {
		width: 100%;
		text-align: center;
	}
	.lot-card-images-all p {
		text-align: center;
	}
	.texts-half-right {
		display: block;
		width: 100%;
		margin-left: 0;
	}
	.lot-card-image-previews {
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		padding-bottom: 30px;
	}
}
.lot-card-setnr {
	margin: 0 !important;
	font-weight: bold;
}
.lot-card-name {
	margin: 0 !important;
}
.lot-card-code {
	margin-top: 0 !important;
	color: #aaaaaa;
	font-size: 0.8em;
	font-weight: bold;
}
.lot-card-contains {
	margin-top: -20px;
	font-size: 0.9em;
}
.lot-card-specs {
	display: -ms-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;	
	align-items: stretch;
	position: relative;
	padding-left: 0;
	margin-top: -20px;
}
.lot-card-specs li {
	display: inline-block;
	font-size: 0.9em;
	list-style: none;
	text-align: left;
}
.lot-card-specs li:nth-child(odd) {
	width: 45%;
	margin-right: 5%;
	align-self: flex-start;
}
.lot-card-specs li:nth-child(even) {
	width: 50%;
	align-self: flex-end;
}
.lot-card-specs-full-width {
	width: 100%;
}
.lot-card-standard span {
	display: inline-block;
    padding-left: 10px;
    font-weight: bold;
}
.lot-card-sales span:first-child {
	display: inline-block;
}
.lot-card-sales span:last-child {
	padding: 0 10px 0 20px;
    font-size: 2.6em;
    font-weight: bold;
}
@media (max-width: 850px) {
	.lot-card-setnr {
		margin: 20px 0 10px 0 !important;
		text-align: center;
	}
	.lot-card-contains {
		padding-left: 20px;
	}
	.lot-card-specs li:nth-child(even) {
		text-align: right;
	}
	.lot-card-standard {
		font-size: 0.8em;
	}
	.lot-card-sales span:first-child {
		font-size: 0.8em;
	}
	.lot-card-sales span:last-child {
    	font-size: 2.2em;
	}
}
@media (max-width: 400px) {
	.lot-card-sales span:last-child {
    	font-size: 1.9em;
	}
}

.bg-image {
 	position: relative;
	overflow: hidden;
}
.bg-image .container {
	position: relative;
	z-index: 1;
}
.bg-image>img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0;
	min-width: 100%;
	min-height: 100%;
	margin: auto;
	user-select: none;
	pointer-events: none;
	object-fit: cover;
}
.bg-image-leftside {
	left: 0 !important;
	right: auto !important;
	min-width: 50% !important;
}
@media (max-width:600px) {
	.bg-image>img {
		display: none;
	}
}

.section-image-only {
	padding: 0;
	line-height: 100%;
	overflow: hidden;
}
.section-image-only img {
	width: 100%;
	height: auto;
}
@media (max-width: 799px) {
	.image-only-desktop {
		display: none;
	}
}
@media (min-width: 800px) {
	.image-only-mobile {
		display: none;
	}
}

.list-with-icons {
	display: -ms-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;	
	align-items: stretch;
	position: relative;
	padding: 0;
}
.list-with-icons li {
	display: inline-block;
	position: relative;
	padding: 20px 0;
	margin: 0 2%;
	text-align: center;
	list-style: none;
}
.list-with-icons-title {
	display: inline-block;
	width: 100%;
	padding-bottom: 15px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
.list-with-icons li img {
	display: inline-block;
	position: relative;
	max-width: 60px;
	max-height: 60px;
	padding: 10px 0;
	text-align: center;
}

.list-bullets-flex-with-image {
	display: -ms-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;	
	align-items: stretch;
	position: relative;
	margin: 0;
	padding: 0;
}
.list-bullets-flex-with-image li {
	margin-bottom: 15px;
	list-style: none;
}
.list-bullets-flex-with-image li img {
	width: 300px;
	max-width: none;
	height: auto;
	margin-left: 40px;
}
.list-bullets-flex-with-image ul {
}
.list-bullets-flex-with-image ul li {
	width: 100% !important;
	list-style: disc;
}
@media (max-width: 950px) {
	.list-bullets-flex-with-image {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.list-bullets-flex-with-image ul {
		margin-right: 0;
	}
	.list-bullets-flex-with-image li {
		width: 100% !important;
	}
	.list-bullets-flex-with-image li img {
		display: block;
		width: 50%;
		max-width: 200px;
		margin: 0 auto;
	}
}
@media (max-width: 600px) {
	.list-bullets-flex-with-image li img {
		width: 75%;
	}
}

.list-4-columns li {
	width: 21%;
}
@media (max-width: 800px) {
	.list-4-columns li {
		width: 46%;
	}
}
@media (max-width: 500px) {
	.list-4-columns li {
		width: 96%;
	}
}

.goon-button {
	display: block;
	position: relative;
	width: 100%;
	max-width: 600px;
	padding: 15px 0;
	margin: 0 auto;
	margin-bottom: 30px;
	color: #ffffff !important;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: #ffffff solid 1px;
	border-radius: 10px;
	background-color: #657b9d;
	box-shadow: inset 0 0 10px #ffffff;
	cursor: pointer;
	z-index: 5;
}
@media (max-width: 400px) {
	.goon-button {
		font-size: 1em;
	}
}
@media (min-width: 500px) {
	.goon-button br {
		display: none;
	}
}

/* YouTube */
.goon-water {
/*
	position: relative;
	width: 250px;
	height: 150px;
	color: rgb(5 64 114 / 82%);
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 22% 34% 53% 50% / 49% 43% 37%;
	border: none;
	background-color: transparent;
	cursor: pointer;
	transition: border-radius .5s ease-in-out;
*/
}
.goon-water:before,
.goon-water:after {
	content: '';
	position: absolute;
	background-color: rgb(255 255 255 / 50%);
}
.goon-water:before {
	width: 3px;
	height: 70%;
	top: 15%;
	left: 3px;
	border-radius: 2px;
}
.goon-water:after {
	width: 96%;
	height: 3px;
	top: 3px;
	left: 2%;
	border-radius: 2px;
}
.goon-water {
	box-shadow:
		inset 10px 10px 10px 10px rgb(0 0 0 / 8%),
		15px 25px 10px rgb(0 0 0 / 15%),
		15px 20px 20px rgb(0 0 0 / 5%),
		inset -10px -10px 15px rgb(255 255 255 / 74%),
		inset 6px 40px 30px 0 rgb(0 173 255 / 74%),
		inset 18px 89px 20px 0 rgb(18 204 252 / 88%),
		12px 20px 25px 0 rgb(58 162 244 / 82%);
}
/*
.goon-water {
	box-shadow:
		inset 10px 10px 10px 10px rgb(0 0 0 / 8%),
		15px 25px 10px rgb(0 0 0 / 15%),
		15px 20px 20px rgb(0 0 0 / 5%),
		inset -10px -10px 15px rgb(255 255 255 / 74%),
		inset 6px 40px 30px 0 rgb(13 213 252),
		inset 18px 89px 20px 0 rgb(79 233 247),
		12px 20px 25px 0 rgb(0 222 240);
}
*/
.goon-water:hover {
	box-shadow:
		inset 10px 10px 10px 10px rgb(0 0 0 / 8%),
		15px 25px 10px rgb(0 0 0 / 15%),
		15px 20px 20px rgb(0 0 0 / 5%),
		inset -10px -10px 15px rgb(255 255 255 / 93%);
/*
	border-radius: 25% 30% 50% 55% / 43% 48% 42% 55%;
*/
}
/* end */

.text-comment {
	font-size: 0.8em;
}
.text-central {
	text-align: center;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-nowrap {
	white-space: nowrap;
}



/* COOL TOUCH LINE COMFORT LOAD SMART panel */

.section-ct-panel {
	min-height: 500px;
}
.section-ct-panel h2 {
	margin-bottom: 0;
}
#ctl-e-boubl-panel {
	position: relative;
	width: calc(100% - 240px);
	margin: 70px 120px 0 120px;
}
#ctl-e-boubl-panel td {
	text-align: center;
}
#ctl-e-boubl-panel tr:first-child td {
	width: 25%;
	height: 107px;
	vertical-align: top;
}
#ctl-e-boubl-panel tr:last-child td {
	height: 136px;
	vertical-align: middle;
}
#ctl-e-boubl-panel td svg {
	cursor: pointer;
}
#ctl-e-boubl-panel tr:first-child td svg {
	fill: #555555;
}
#ctl-e-boubl-panel tr:last-child td svg {
	fill: #ffffff;
}
#ctl-e-boubl-panel td svg path, #ctl-e-boubl-panel td svg polygon {
	-o-transition: fill 0.5s ease-in-out 0s;
	-moz-transition: fill 0.5s ease-in-out 0s;
	-webkit-transition: fill 0.5s ease-in-out 0s;
	transition: fill 0.5s ease-in-out 0s;
}
@media (max-width: 750px) {
	#ctl-e-boubl-panel {
		width: 100%;
		margin: 70px auto 0 auto;
	}
}
@media (max-width: 550px) {
	#ctl-e-boubl-panel tr:first-child td {
		height: 54px;
	}
	#ctl-e-boubl-panel tr:first-child td svg {
		width: 25px;
		height: 25px;
	}
	#ctl-e-boubl-panel tr:nth-child(2) {
		display: none;
	}
	#ctl-e-boubl-panel tr:last-child td {
		height: 78px;
	}
	#ctl-e-boubl-panel tr:last-child td svg {
		width: 55px;
		height: 55px;
	}
}

.ctl-panel-red path {
	fill: #f82a2b;
}
.ctl-panel-blue path, .ctl-panel-blue polygon {
	fill: #00aeff;
}
.ctl-button-ring {
	visibility: hidden;
}

.ctl-panel-description {
	position: absolute;
	left: 0;
	width: calc(100% - 40px);
	padding: 20px;
	color: #cccccc;
	font-size: 1.1em;
	white-space: normal;
	text-align: left;
	border: #333 solid 1px;
	border-radius: 10px;
	background-color: #000;
	pointer-events: none;
	z-index: 10;
	opacity: 0;
	-o-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
#ctl-e-boubl-panel tr:first-child td svg + .ctl-panel-description {
	top: 0;
}
#ctl-e-boubl-panel tr:first-child td svg:hover + .ctl-panel-description {
	opacity: 1;
	top: 60px;
}
#ctl-e-boubl-panel tr:last-child td svg + .ctl-panel-description {
	top: 200px;
}
#ctl-e-boubl-panel tr:last-child td svg:hover + .ctl-panel-description {
	opacity: 1;
	top: 260px;
}
#ctl-e-boubl-panel tr:first-child td svg:hover path, #ctl-e-boubl-panel tr:first-child td svg:hover polygon, #ctl-e-boubl-panel tr:first-child td svg:hover rect {
	fill: #ffffff;
}
#ctl-e-boubl-button-lock + .ctl-panel-description {
	text-align: left;
}
#ctl-e-boubl-button-hot + .ctl-panel-description span, #ctl-e-boubl-button-ambient + .ctl-panel-description span {
	display: inline-block;
	width: 100%;
	text-align: center;
}
#ctl-e-boubl-button-cold + .ctl-panel-description {
	text-align: right;
}
.ctl-panel-description span span {
	display: inline !important;
	color: #ffffff;
	font-weight: bold;
}
.ctl-panel-info {
	display: block;
	padding: 10px 0 0 30px;
	font-size: 0.9em;
	text-align: left;
}
.ctl-panel-info ul {
	margin-top: 0;
	padding-left: 0;
}
.ctl-panel-info ul li {
	color: #cccccc;
}
@media (max-width: 550px) {
	.ctl-panel-description {
		font-size: 0.9em;
	}	
	#ctl-e-boubl-panel tr:first-child td svg:hover + .ctl-panel-description {
		top: 30px;
	}
	#ctl-e-boubl-panel tr:last-child td svg + .ctl-panel-description {
		top: 80px;
	}
	#ctl-e-boubl-panel tr:last-child td svg:hover + .ctl-panel-description {
		top: 140px;
	}
}
