/*#VERSION 1.0 */
/* test sound */

.image-circle {
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
}

.d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}

.flex-1 {
	-ms-flex: 1;
	flex: 1;
}

.relative {
	position: relative;
}

.sound-icons-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sound-icon-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	border: 1px solid #012639;
	border-radius: 50%;
	background-color: rgba(1, 38, 57, 0.25);
	padding: 5px;
	z-index: 1;
}

.sound-icon-wrapper .sound-icon {
	width: 100%;
	height: 100%;
	border-radius: inherit;
	border: 1px solid #fff;
	background-color: #012639;
}

.sound-icon-wrapper .sound-icon .fa {
	margin: auto;
	color: #fff;
	font-size: 26px;
}

.label-line {
	position: absolute;
	bottom: 0;
	right: 50%;
	width: 1px;
	height: 50%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.sound-icons-flex:first-child .sound-icon-label {
	left: 0;
}

.label-line {
	position: absolute;
	bottom: 0;
	right: 50%;
	width: 1px;
	height: 50%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.sound-icon-label {
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	min-width: 65%;
	padding: 5px;
	position: absolute;
	bottom: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.sound-icons-flex:last-child .sound-icon-label {
	right: 0;
	text-align: right;
}

.sound-icon-title {
	font-size: 14px !important;
	margin: 0 !important;
}

.sound-icon-subtitle {
	margin: 0 !important;
	font-size: 12px !important;
	font-weight: bold;
	color: #777 !important;
}

.sound-icon-sound {
	display: none;
}

.image-circle-wrapper {
	margin: 20px auto 40px auto;
}

@media (min-width: 992px) {
	.sound-icon-subtitle {
		margin-top: 3px;
	}
	.sound-icon-label {
		padding: 15px 25px;
		min-width: 50%;
	}
	.image-circle-wrapper .sound-icon-wrapper {
		transition: all 0.3s ease-in-out;
	}
	.sound-icons-flex:hover .sound-icon-label {
		bottom: 0;
		opacity: 1;
		visibility: visible;
	}
	.sound-icons-flex:hover .label-line {
		opacity: 1;
		visibility: visible;
	}
	.sound-icon-wrapper {
		width: 86px;
		height: 86px;
		padding: 10px;
	}
}

@media screen and (min-width: 768px) {
	.sound-icon-title {
		font-size: calc(14px + 2 * ((100vw - 768px) / 1152));
	}
}


/* konec test sound */

/* začetek wicanders toplota */

.relative {
	position: relative;
}

.drag-circle--wrapper {
	box-sizing: border-box;
	margin: 30px auto 0;
	width: 260px;
	height: 260px;
	padding: 25px;
	border-radius: 50%;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="100%" height="100%"><defs><linearGradient id="linear" x1="0" y1="100%" x2="0" y2="0"><stop offset="0%" stop-color="%232b2e82"/><stop offset="100%" stop-color="%23feed03"/></linearGradient></defs><circle cx="100" cy="100" r="100" stroke="url(%23linear)" stroke-width="10" fill="transparent" /></svg>') no-repeat;
}

.drag-circle--wrapper .drag-content {
	width: 100%;
	height: 100%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
	border-radius: 50%;
	overflow: hidden;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.drag-circle--wrapper .drag-content .drag-image--column {
	-ms-flex: 1;
	flex: 1;
	padding-top: 12%;
}

.drag-circle--wrapper .drag-content .drag-image--column .drag-image--title {
	line-height: 1.63;
	letter-spacing: normal;
	text-transform: uppercase;
	color: #231f20;
	font-weight: 500;
	text-align: center;
	width: 80%;
}

.drag-circle--wrapper .drag-content .drag-image--column .drag-image--title {
	font-size: 12px;
}

@media screen and (min-width: 320px) {
	.drag-circle--wrapper .drag-content .drag-image--column .drag-image--title {
		font-size: calc(12px + 4 * ((100vw - 320px) / 1600));
	}
}

@media screen and (min-width: 1920px) {
	.drag-circle--wrapper .drag-content .drag-image--column .drag-image--title {
		font-size: 16px;
	}
}

.drag-circle--wrapper .drag-content .drag-image--column:first-child {
	border-right: 1px solid #00263a;
}

.drag-circle--wrapper .drag-content .drag-image--column:first-child .drag-image--title {
	float: right;
}

.drag-circle--wrapper .drag-content .drag-image--column img {
	width: 100%;
}

.drag-circle--wrapper .drag-content .image-comparison:not(.active) {
	display: none;
}

.drag-circle--wrapper .circle-reference {
	width: 42px;
	height: 42px;
	display: block;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
	border-radius: 50%;
	padding: 5px;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-moz-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-moz-align-items: center;
	align-items: center;
	transition: all 0.3s ease-in-out;
	position: absolute;
	top: 50%;
	right: 50%;
	margin: -21px;
}

.drag-circle--wrapper .circle-reference p {
	font-size: 10px;
	color: #231f20;
}

.drag-circle--wrapper .circle-reference.firstItem {
	-ms-transform: rotate(135deg) translate(-126.82927px) rotate(-135deg);
	transform: rotate(135deg) translate(-126.82927px) rotate(-135deg);
}

.drag-circle--wrapper .circle-reference.secondItem {
	-ms-transform: rotate(180deg) translate(-126.82927px) rotate(-180deg);
	transform: rotate(180deg) translate(-126.82927px) rotate(-180deg);
}

.drag-circle--wrapper .circle-reference.thirdItem {
	-ms-transform: rotate(225deg) translate(-126.82927px) rotate(-225deg);
	transform: rotate(225deg) translate(-126.82927px) rotate(-225deg);
}

.drag-circle--wrapper .circle-reference.circle-controll {
	-ms-transform: rotate(135deg) translate(-126.82927px) rotate(-135deg);
	transform: rotate(135deg) translate(-126.82927px) rotate(-135deg);
	z-index: 1;
	padding: 2.9%;
}

.drag-circle--wrapper .circle-reference.circle-controll:after {
	content: '';
	background-color: #012639;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.drag-circle--wrapper .circle-reference:not(.circle-controll) {
	cursor: pointer;
}

.drag-circle-caption {
	margin-top: 30px;
}

.drag-circle-caption-square {
	width: 20px;
	height: 20px;
}

.drag-circle-caption-square.cold {
	background-color: #2b2e82;
}

.drag-circle-caption-square.hot {
	background-color: #ffed00;
}

.drag-circle-caption-item p {
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 10px;
}

.drag-circle-caption-item:not(:first-child) {
	margin-left: 25px;
}

@media (min-width: 992px) {
	.drag-circle--wrapper {
		margin-top: 15px;
	}
}

@media (min-width: 576px) {
	.circle-banner {
		margin: 0 20px;
	}
	.drag-circle--wrapper {
		width: 350px;
		height: 350px;
		padding: 30px;
	}
	.drag-circle--wrapper .circle-reference {
		width: 50px;
		height: 50px;
		margin: -25px;
	}
	.drag-circle--wrapper .circle-reference.firstItem {
		-ms-transform: rotate(135deg) translate(-170.73171px) rotate(-135deg);
		transform: rotate(135deg) translate(-170.73171px) rotate(-135deg);
	}
	.drag-circle--wrapper .circle-reference.secondItem {
		-ms-transform: rotate(180deg) translate(-170.73171px) rotate(-180deg);
		transform: rotate(180deg) translate(-170.73171px) rotate(-180deg);
	}
	.drag-circle--wrapper .circle-reference.thirdItem {
		-ms-transform: rotate(225deg) translate(-170.73171px) rotate(-225deg);
		transform: rotate(225deg) translate(-170.73171px) rotate(-225deg);
	}
	.drag-circle--wrapper .circle-reference.circle-controll {
		-ms-transform: rotate(135deg) translate(-170.73171px) rotate(-135deg);
		transform: rotate(135deg) translate(-170.73171px) rotate(-135deg);
	}
	.drag-circle--holder {
		margin-left: 0;
	}
}


/* konec wicanders toplota */