/* CSS Document */
:root {
	--color1: rgba(255, 128, 0, 1);
	--color2: rgba(70, 70, 70, 1);
	--color3: rgba(34, 34, 34, 1);
	--color4: rgba(255, 207, 159, 1);
	--color-gray1: #e8e8e8;
	--color-gray1-0: rgba(232, 232, 232, 0);
	--color-gray1-5: rgba(232, 232, 232, 0.5);
	--color-gray1-7: rgba(232, 232, 232, 0.7);
	--color-gray2: rgba(136, 136, 136, 1.0);
	--color-gray2-5: rgba(136,136,136,0.5);
	--color1-1: rgba(255, 128, 0, 0.1);
	--color1-3: rgba(255, 128, 0, 0.3);
	--color1-5: rgba(255, 128, 0, 0.5);
	--color1-7: rgba(255, 128, 0, 0.7);
	--color2-7: rgba(70, 70, 70, 0.7);
	--color4-1: rgba(255, 207, 159, 0.1);
}

@font-face {
  font-family: "roboto_regular";
  font-style: normal;
  font-weight: normal;
  src: url("inc/font_roboto_regular.ttf") format("truetype");
}
@font-face {
  font-family: "ProximaNova-Bold";
  src: url("/inc/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("/inc/ProximaNova-Bold.woff") format("woff"), url("/inc/ProximaNova-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "ProximaNova-Light";
  src: url("/inc/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("/inc/ProximaNova-Light.woff") format("woff"), url("/inc/ProximaNova-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "ProximaNova-Regular";
  src: url("/inc/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("/inc/ProximaNova-Regular.woff") format("woff"), url("/inc/ProximaNova-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "ProximaNova-Semibold";
  src: url("/inc/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("/inc/ProximaNova-Semibold.woff") format("woff"), url("/inc/ProximaNova-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "PFDinTextCompPro-Light";
  src: url("/inc/PFDinTextCompPro-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  src: url("inc/prestashop-icon-font.ttf") format("truetype");
}

@keyframes fade_out {
	0% {
		opacity: 1;
		left: 0px;
	}
	99% {
		opacity: 0;
		left: 0px;
	}
	100% {
		opacity: 0;
		left: -999px;
	}
}

@keyframes pulse_shadow {
	0% {
		box-shadow: 0 0 50px 0 var(--color1);
	}
	100% {
		box-shadow: 0 0 0px 0 var(--color1);
	}
}

.animation_pulse_shadow {
	animation-name: pulse_shadow;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes live_frames {
	0% {
		transform: scale(0.8) rotate(-10deg);
	}
	100% {
		transform: scale(1.1) rotate(10deg);
	}
}

.live {
	animation-name: live_frames;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes soon_frames {
	0% {
		transform: rotate(0deg);
	}
	48% {
		transform: rotate(0deg);
	}
	52% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(180deg);
	}
}

.soon {
	animation-name: soon_frames;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

a {
	font-size: inherit;
	color: var(--color1);
	font-family: inherit;
	font-style: normal;
	text-decoration: none;
	transition: 0.5s;
}
a:hover {
	text-decoration: underline;
}

a.dashed {
	text-decoration: underline;
	text-decoration-color: var(--color1);
	text-decoration-style: dotted;
}

a.admin {
	background-color: rgba(128,128,128,.2);
	border-radius: 2px;
	color: rgba(0,0,0,.4);
	font-size: 80%;
	padding: 2px;
	position: absolute;
	right: 5px;
	z-index: 1000;
}

a.shadow {
}
a.shadow:hover {
	text-shadow: 0 0 20px #000;
}

.t_center		{text-align: center; vertical-align: top;}
.t_left			{text-align: left; vertical-align: top;}
.t_right		{text-align: right; vertical-align: top;}

.t_center_sm	{font-size: smaller; text-align: center; vertical-align: top;}
.t_left_sm		{font-size: smaller; text-align: left; vertical-align: top;}
.t_right_sm		{font-size: smaller; text-align: right; vertical-align: top;}

.t_middle		{vertical-align: middle;}
.t_bottom		{vertical-align: bottom;}

.w25 { width: 25%; margin: auto; position: relative; }
.w50 { width: 50%; margin: auto; position: relative; }
.w75 { width: 75%; margin: auto; position: relative; }
.w100 { width: 100%; margin: auto; position: relative; overflow: auto; }
.wa { width: auto; margin: auto; position: relative; }

.block_center { margin: auto; }

.block {
	display: block;
	text-decoration: none !important;
}

.narrow {
	font-family: "PFDinTextCompPro-Light";
}

.sm {
	font-size: 80%;
}

.tiny {
	font-size: 55%;
}

.norm {
	font-family: "ProximaNova-Regular";
	font-style: normal;
	font-weight: normal;
	font-size: 14pt;
}

.white_text {
	color: #fff;
}
.white_text a {
	color: var(--color4);
}

.gray {
	opacity: 0.5;
}

.gray_bg {
	background-color: var(--color-gray1);
}

.gray2_bg {
	background-color: var(--color-gray2);
}

.color_bg {
	background-color: var(--color1-5) !important;
}

.light_bg {
	background-color: var(--color1-1);
}

.transparent_bg {
	background-color: rgba(0, 0, 0, 0.5);
}

.img_bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bold {
	font-family: "ProximaNova-Bold";
}

.medium {
	font-family: "ProximaNova-Semibold";
}

.light {
	font-family: "ProximaNova-Light";
}

.strike {
	text-decoration: line-through;
	text-decoration-color: #f00;
}

.hidden {
	display: none;
}

.sticky {
	position: sticky;
}

.pointer {
	cursor: pointer;
}

.huge {
	font-size: 150%;
}

.padding {
	padding: 1em 1em !important;
}

.padding_h {
	padding-left: 1em !important;
	padding-right: 1em !important;
}

.padding_v {
	padding-top: 1em !important;
	padding-bottom: 1em !important;
}

.padding_v3 {
	padding-top: 3em !important;
	padding-bottom: 3em !important;
}

.padding_t {
	padding-top: 1em !important;
}

.padding_t3 {
	padding-top: 3em !important;
}

.padding_b {
	padding-bottom: 1em !important;
}

.icons {
	font-family: "icons";
	vertical-align: middle;
}

.shadow {
	box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.3);
}

.shadow_in {
	box-shadow: inset 0 0 5em 0 rgba(0, 0, 0, 0.1);
}

.flip {
	transform: rotateY(0deg);
	transition: 1s;
}
.flip:hover {
	transform: rotateY(360deg);
}

.flip_img img {
	transform: rotateY(0deg);
	transition: 1s;
}
.flip_img:hover img {
	transform: rotateY(360deg);
}

::selection {
	color: #fff;
	background-color: var(--color1);
}

::-moz-selection {
	color: #fff;
	background-color: var(--color1);
}

body {
	font-family: 'ProximaNova-Regular', Verdana, Tahoma, Geneva, sans-serif;
	background-color: var(--color2);
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 13pt;
	line-height: 1.5;
}

table {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	border: 0px;
	border-spacing: 0px;
}

table.list {
	padding: 2px 4px;
	margin: auto;
}

table.border td {
	border: 1px solid #888;
}

table.rows td {
	border-bottom: 1px solid #bbb;
}

tr {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	border: 0px;
}

td {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	border: 0px;
	padding: 0px;
}

.list0 td {
	padding: 0px 0px;
}

.list td, .list th {
	padding: 4px 4px;
}

.cols3 td, .cols3 th {
	width: 33.333%;
}

form td {
	padding: 4px 4px;
}

th {
	font-size: smaller;
	font-family: inherit;
	color: inherit;
	border: 0px;
	background-color: #eee;
	padding: 4px 2px;
	border-right: 1px solid #fff;
}

table.highlight tr:hover,
tr.highlight:hover {
	background-color:  var(--color-gray1);
}

div {
	position: relative;
	font-size: inherit;
	font-family: inherit;
}

.border {
	border: 1px solid #888;
}

div.top {
	font-size: 120%;
	padding: 4px 20px;
	position: sticky;
	top: 0;
	color: #888;
	background-color: rgba(0,0,0, 0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0, 0.5);
	z-index: 9999;
}

div.menu {
	background-color:  var(--color-gray1);
	text-align: center;
}
div.menu a {
	color: inherit;
}

div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media screen {
	div.menu ul {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.menu_item {
		display: block;
	}
	
	.hamburger {
		display: none;
	}
}
@media screen and (max-width: 1200px) {
	div.menu ul {
		display: block;
	}
	
	div.menu li {
		width: 100%;
		text-align: center;
	}
	
	.menu_item {
		display: none;
	}
	
	.hamburger {
		display: block;
	}
}


div.menu li {
	list-style: none;
	position: relative;
}
div.menu li::before {
	content: '';
	margin-right: 0;
	margin-left: 0;
}

div.menu li a {
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;
	vertical-align: middle;
	border-bottom: 2px solid transparent;
}
div.menu li a:hover {
	background-color: var(--color1-1);
	border-bottom: 2px solid var(--color1);
}

div.menu li ul {
	display: none;
	float: none;
	position: absolute;
	background-color:  var(--color-gray1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	top: 48px; /* ? */
	left: 0px;
	z-index: 1000;
}

div.menu li:hover ul {
	display: block;
}

div.menu li ul li {
	width: 100%;
	text-align: left;
}

div.menu li ul li a {
	display: block;
	padding: 0.5em 1em;
	height: auto;
	border-left: 4px solid transparent;
	border-bottom: 0px;
}

div.menu li ul li a:hover {
	border-left: 4px solid var(--color1);
	border-bottom: 0px;
}

.hamburger {
	text-align: left;
}
.hamburger a {
	color: var(--color1);
}

div.content {
	margin: auto;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
	border-top: 1px solid var(--color2);
	min-height: 70vh;
}

div.head {
	text-align: left;
	background-color: var(--color2);
	padding: 1em;
}

div.head_transparent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 1000;
}

div.menu_transparent {
	background-color: var(--color-gray1-7);
	z-index: 1000;
}

div.bottom {
	font-size: 80%;
	padding: 2em 0em;
	background-color: var(--color2);
	color: #fff;
	
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}

div.bottom > div {
	padding: 1em;
}

div.bottom a {
	color: var(--color4);
}

div.admin_stat {
	opacity: 0;
	left: -999px;
	position: fixed;
	font-size: 70%;
	top: 200px;
	text-align: left;
	color: #000;
	z-index: 2000;
	padding: 10px;
	background-color: rgba(128,128,128,.2);


	animation-name: fade_out;
	animation-duration: 4s;
	animation-timing-function: ease-in;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}

div.login {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 2000;
	
	text-align: right;
	color: #000;
	font-size: 80%;
	padding: 0.5em 0em;
}

div.lang {
	position: absolute;
	top: 5px;
	left: 10px;
	text-align: left;
	z-index: 2000;
}

div.element {
	float: left;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	padding: 5px;
}

div.element_right {
	float: right;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	padding: 5px;
}

div.element_light {
	float: left;
	font-size: inherit;
	font-family: inherit;
	color: #000;
	padding: 5px;
	background-color: #fdd;
	border-radius: 10px;
}

div.parallax_element {
	overflow: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: center center;
	padding: 20pt 0pt;
	position: relative;
	/*box-shadow: inset 0px 0px 50px rgba(0,0,0,.7);
	text-shadow: 0px 0px 10px rgba(0,0,0,1);*/
	box-sizing: border-box;
	background-blend-mode: multiply;

	/*display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;*/
}

div.desc {
	padding: 0pt 0px 20pt 0px;
	/*border-top: 1px solid var(--color-gray1);*/
}

div.card {
	position: relative;
	background-color: #fff;
	border-radius: 0.2em;
	box-shadow: 0px 0px 0.5em 0px rgba(0,0,0,.1);
	padding: 0.5em;
	margin: 0.5em auto;
	overflow: auto;
}
div.card_black {
	position: relative;
	background-color: var(--color2);
	color: #fff;
	border-radius: 0.2em;
	box-shadow: 0px 0px 0.5em 0px rgba(0,0,0,.1);
	padding: 0.5em;
	margin: 0.5em auto;
	overflow: auto;
}

div.close_button {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

div.black {
	background-color: var(--color3);
	color: #fff;
}

div.black a {
	color: var(--color4);
}

div.divider {
	background-image: url(/files/site/monitor-window.svg);
	background-repeat: no-repeat;
	background-position: center;
	height: 150px;
}

div.modal {
	display: none;
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	z-index: 9999;
	padding-top: 100px;
}

div.modal_bg {
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
	overflow: auto;
}

div.modal_card {
	/*
	position: relative;
	overflow: auto;
	height: 80%;
	width: auto;
	margin: auto;
	top: 60px;
	*/
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
}

div.tile {
	border: 2px solid var(--color1-5);
	border-radius: 4px;
	transition: 0.5s;
	overflow: hidden;
}
div.tile:hover {
	box-shadow: 0px 0px 20px 0px var(--color1-5);
}

div.tile img {
	transition-duration: 3s;
	transform: scale(1.0);
}

div.tile:hover img {
	transition-duration: 10s;
	transform: scale(1.3);
}

div.tile_desc {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
}

div.tile_header {
	padding: 0.5em 20px;
	background-color: var(--color1-5);
	border-top: 1px solid var(--color1);
	border-bottom: 1px solid var(--color1);
	font-size: 150%;
	transition: 0.5s;
}
div.tile_header h3 {
	color: #fff;
}

div.tile_header_dark {
	padding: 0.5em 20px;
	background-color: var(--color2-7);
	border-top: 1px solid var(--color2);
	border-bottom: 1px solid var(--color2);
	font-size: 150%;
	transition: 0.5s;
}
div.tile_header_dark h3 {
	color: #fff;
}

div.tile:hover div.tile_header {
	background-color: var(--color1-7);
}

div.tile_text {
	padding: 0.5em 20px;
	background-color: rgba(255, 255, 255, 1);
	height: 5em;
	overflow-y: hidden;
	opacity: 0.7;
	color: #000;
}

div.tile_text_fade {
	background-color: var(--color-gray1-5);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	height: 3em;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

div.tile_button {
	/*background-color: var(--color-gray1-5);*/
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.5em 0em;
	text-align: center;
}

div.tile_price {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	height: auto;
	width: auto;
	padding: 0.5em 1em;
	color: #fff;
	background-color: var(--color1-5);
	border-radius: 4px;
	text-align: right;
	border: 1px solid var(--color1);
}

@media screen {
	div.block1 {
		width: 1200px;
		box-sizing: border-box;
		margin: 0 auto;
	}
	
	div.block2 {
		width: 50%;
		box-sizing: border-box;
	}

	div.block3 {
		width: 33.333%;
		box-sizing: border-box;
	}

	div.block4 {
		width: 25%;
		box-sizing: border-box;
	}
	
}
@media screen and (max-width: 1200px) {
	div.block1 {
		width: 100%;
		box-sizing: border-box;
	}
	
	div.block2 {
		width: 100%;
		box-sizing: border-box;
	}

	div.block3 {
		width: 50%;
		box-sizing: border-box;
	}

	div.block4 {
		width: 50%;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 600px) {
	div.block1 {
		width: 100%;
		box-sizing: border-box;
	}
	
	div.block2 {
		width: 100%;
		box-sizing: border-box;
	}

	div.block3 {
		width: 100%;
		box-sizing: border-box;
	}

	div.block4 {
		width: 100%;
		box-sizing: border-box;
	}
}

@keyframes pulse_darken {
	0% {
		background-color: rgba(0,0,0,0.2);
	}
	100% {
		background-color: rgba(0,0,0,0.7);
	}
}

div.flex_top {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}

div.flex_top_start {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

div.flex_bottom_start {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	flex-wrap: wrap;
}

div.flex_bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

div.flex_stretch {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

div.flex_center {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

div#main_rotator {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
div#main_rotator ul li {
	float: left;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	list-style: none;
	content: '';
	overflow: hidden;
}
div#main_rotator ul li.show {
	z-index: 500;
}
li.main_rotator_element {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;

	text-align: center;
	overflow: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


.personal_item {
	display: block;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	margin: 1em;
	transition: 0.5s;
	border-radius: 4px;
	overflow: hidden;
}

.personal_item:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.personal_item h3 {
}

.personal_head {
	width: 100%;
	height: 12em;
	overflow: hidden;
	position: relative;
}

.personal_img {
	background-size: cover;
	background-position: center center;
	transition: 1s;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	filter: brightness(80%);
}

.personal_item:hover .personal_img {
	transition: 10s;
	transform: scale(1.2);
	filter: brightness(100%);
}

.personal_body {
	width: 100%;
	height: 5em;
	background-color: #fff;
	padding: 1em;
	overflow: hidden;
	position: relative;
}

.personal_title {
	position: absolute;
	left: 1em;
	bottom: 0em;
}

.personal_text p {
	margin: 0;
	overflow: hidden;
}



.training_item {
	display: block;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	margin: 1em;
	transition: 0.5s;
	border-radius: 4px;
	overflow: hidden;
	background-color: #fff;
}

.training_item:hover {
	box-shadow: 0px 0px 20px 0px var(--color1-5);
}

.training_item a {
	display: block;
	text-decoration: none;
	color: #000;
}

.training_head {
	width: 100%;
	height: 13em;
	overflow: hidden;
	position: relative;
}

.training_img {
	background-size: cover;
	background-position: center center;
	transition: 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 1;
}

.training_item:hover .training_img {
	transform: scale(1.1);
	filter: blur(0px) !important;
	/*opacity: 1;*/
}

.training_item:hover .training_purchased {
	opacity: 0.5;
}

.training_body {
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
	padding: 0.5em 1em;
}

.training_title {
	padding: 0.5em 0;
}

.training_title h3 {
	font-family: "ProximaNova-Semibold";
	font-size: 150%;
	margin: 0 0 0.3em 0;
}

.training_anons p {
	margin: 0;
	overflow: hidden;
}

.training_price {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	height: auto;
	width: auto;
	padding: 0.5em 1em;
	color: #fff;
	background-color: var(--color1-5);
	border-radius: 4px;
	text-align: right;
	border: 1px solid var(--color1);
}

.training_price_0 {
	background-color: rgba(0,160,13,0.5);
	border: 1px solid rgba(0,160,13,1);
}

.training_price_-1 {
	background-color: rgba(160,0,160,0.5);
	border: 1px solid rgba(160,0,160,1);
}

.training_price_collection {
	background-color: rgba(0,13,160,0.50);
	border: 1px solid rgba(0,13,160,1);
}

.training_duration {
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	height: auto;
	width: auto;
	padding: 0.5em 1em;
	color: #000;
	background-color: var(--color-gray1-7);
	border-radius: 4px;
	text-align: left;
	border: 1px solid var(--color-gray1);
}

.training_purchased {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: 0.5s;
}

.mail_container {
	position: fixed;
	bottom: 1em;
	right: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	z-index: 1000;
}

.mail_icon {
	width: auto;
	height: auto;
	color: #fff;
	background-color: var(--color1);
	border-radius: 50%;
	padding: 0.5em;
	font-size: 150%;
}

.mail_text {
	width: auto;
	height: auto;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	border-radius: 0.3em;
	padding: 0.5em 1em;
	margin-right: 0.5em;
	font-size: 80%;
}

div.news_block {
	padding: 1em;
}

a.news {
	display: block;
	width: 100%;
	color: #000;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
a.news:hover {
	color: #000;
	text-decoration: none;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

a.news:hover {
	transition-duration: 1s;
	transform: scale(1.02);
}

.fade_up_down {
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(to bottom, transparent, #fff);
}

.news_img {
	width: 100%;
	height: 10em;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.news_date {
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 4px 8px;
	font-size: 80%;
	color: #fff;
}

.news_title {
	position: absolute;
	bottom: 0;
	left: 1em;
	color: #fff;
	font-size: 150%;
	text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.news_body {
	padding: 1em;
	height: 5em;
	overflow: hidden;
}

.news_body * {
	margin: 0.5em 0 0 0;
}

.news_img_block {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}

.news_img_block img {
	max-height: 200px;
	margin-bottom: 1em;
	margin-right: 1em;
}

.button_more {
	display: block;
	width: auto;
	padding: 5px 0;
	background-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	text-align: center;
	margin: 1em;
	
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05);
			box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.button_more:hover {
	color: #000;text-decoration: none;
	background-color: rgba(0, 0, 0, 0.2);
}

.review_slider__list {
}

.review {
	margin: 0.5em;
	box-sizing: border-box;
	height: 100%;
}

.review img {
	margin: auto auto;
	max-width: 100%;
	max-height: 15em;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05);
			box-shadow: 0 0 15px rgba(0,0,0,0.05);
	border-radius: 4px;
	cursor: pointer;
}

.vote_variant {
	text-align: left;
	padding: 0.2em 1em;
	background-color: var(--color1-3);
	border-radius: 3em;
	margin-bottom: 0.5em;
	cursor: pointer;
	overflow: hidden;
}

.vote_variant:hover {
	box-shadow: 0px 0px 1em 0px var(--color1-3);
}

.vote_progress {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: var(--color1-5);
	z-index: 0;
}

.vote_cnt {
	padding: 0.2em 0;
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -0.5em;
	text-align: right;
	z-index: 1;
}

.vote_text {
	z-index: 10;
}

.slick-dots {
	list-style: none;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	opacity: 1;
	position: relative;
	padding: 0;
}

.slick-dots li {
	display: block;
	width: 0.7em;
	height: 0.7em;
	margin: 0.3em;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid var(--color1);
	cursor: pointer;
}

.slick-dots li.slick-active {
	background-color: var(--color1);
}

.slick-dots li:hover {
	background-color: var(--color1-5);
}

.slick-dots button {
	display: none;
}

.slick-prev {
	position: absolute;
	left: 0;
	top: 30%;
	padding: 1em 0.5em;
	cursor: pointer;
	z-index: 100;
}

.slick-next {
	position: absolute;
	right: 0;
	top: 30%;
	padding: 1em 0.5em;
	cursor: pointer;
	z-index: 100;
}

.slick-prev img,
.slick-next img {
	height: 8vw;
}

.review_slider__list .slick-track {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}

.close_modal {
	position: absolute;
	top: 0.2em;
	right: 0.2em;
	cursor: pointer;
	opacity: 0.2;
}
.close_modal:hover {
	opacity: 1;
}


#form_name {
	width: 100%;
}

#form_contact {
	width: 100%;
}

#form_email {
	width: 100%;
}

#form_text {
	width: 100%;
}

div#notifications {
	position: fixed;
	left: -200vw;
	bottom: 0px;
	z-index: 2000;
	max-height: 70vh;
	max-width: 80vw;
	overflow-y: auto;
	padding: 1em;
	background-color: rgba(0,0,0,0.5);
	box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.4);
	font-size: 80%;
}

div.new_notification {
	position: relative;
	padding: 1em;
	border-radius: 0em 1em 1em 1em;
	background-color: rgba(255,255,255,1);
	margin: 1em 0em;
	box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.4);
}



a.button {
	display: inline-block;
}
a.button:hover {
	text-decoration: none;
}

input, select, textarea, button, a.button, button {
	font-family: inherit;
	font-size: inherit;
	border: 1px solid var(--color1);
	background-color: var(--color1-1);
	padding: 0.5em 1em;
	margin: 2px 0px;
	color: inherit;
	border-radius: 4px;
	box-sizing: border-box;
}

textarea {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
}

input[type="number"] {
	width: 100px;
}

input[type="image"] {
	border: 0;
	background: transparent;
}

input[type="submit"], button, a.button, button {
	font-family: "ProximaNova-Semibold";
	font-size: inherit;
	cursor: pointer;	
	color: #fff;
	padding: 1em 2em;
	text-align: center;
	border: 1px solid var(--color1);
	background-color: var(--color1);
	/*background: linear-gradient(to bottom, var(--color1),  var(--color2));*/
	transition: 0.5s;
	/*appearance: button;
	-webkit-appearance: button;*/
}
input[type="submit"]:hover, button:hover, a.button:hover {
	color: #fff;
	box-shadow: 0px 0px 20px 0px var(--color1-5);
	background-color: var(--color4);
	/*background: linear-gradient(to bottom, var(--color4),  var(--color1));*/
}

input[type="submit"]:disabled, button:disabled {
	background-color: #ccc;
	/*background: linear-gradient(to bottom, #ccc, #bbb);*/
	/*box-shadow: 0px 0px 0px rgba(255,80,80,.5);*/
}
input:hover, select:hover, textarea:hover {
	background-color: var(--color4-1);
}
input:focus, select:focus, textarea:focus {
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px var(--color1-5);
}

input[readonly] {
	filter: grayscale(50%);
}

#login_form input#login {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	border-radius: 10px 10px 0px 0px;
}
#login_form input#pw {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	border-radius: 0px 0px 0px 0px;
	border-top: 0px;
}
#login_form input#submit {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	border-radius: 0px 0px 10px 10px;
	border-top: 0px;
}

label {
	cursor: pointer;
	padding: 0.5em 1em;
	line-height: 3em;
}
input[type="radio"] {
	display: none;
}
input[type="radio"]:checked + label {
	background-color: var(--color1-1);
	border-bottom: 3px solid var(--color1);
}
input[type="radio"] + label:hover {
	background-color: var(--color4-1);
}


input[type="checkbox"] {
	display: none;
}

input[type=checkbox] + label {
	width: 100%;
	display: inline-block;
	cursor: pointer;
	position: relative;
    line-height: 1.1em;
	/*padding: 4px 4px 4px 20px;*/
}

input[type=checkbox] + label::before {
	content: "";
	display: inline-block;

	width: 1em;
	height: 1em;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-align: center;
    line-height: 1em;

	margin-right: 10px;
	background-color: var(--color-gray1);
	box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .2);
	vertical-align: middle;
}

input[type=checkbox]:checked + label::before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	background-color: var(--color1);
}

input[type=checkbox]:hover + label::before {
	box-shadow: inset 0 0 16px 0 rgba(0, 0, 0, .3);
}

img {
	border: 0px;
	border-radius: 1px;
	max-width: 100%;
	max-height: 80vh;
}

.mh100 { max-height: 100%; }

img.plain {
	border: 0px;
	border-radius: 0px;
}

img.round {
	border-radius: 50%;
}

img.inline {
	height: 1em;
	vertical-align: middle;
}

.menu img.inline2 {
	height: 1.5em;
	vertical-align: middle;
}

img.inline2 {
	height: 2em;
	vertical-align: middle;
}

img#logo {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
@media screen {
	img#logo {
		width: 200px;
	}
}
@media screen and (max-width: 1200px) {
	img#logo {
		width: 300px;
	}
}
@media screen and (max-width: 600px) {
	img#logo {
		width: 300px;
	}
}

img.progress {
	display: block;
	border-radius: 4px;
	margin: 2px;
	height: 70px;
	/*max-width: 100px;*/
	transition: 0.5s;
}
img.progress:hover {
	box-shadow: 0px 0px 20px 0px var(--color1-5);
}

div.new_progress {
	box-sizing: border-box;
	border: 2px dotted var(--color-gray2);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 70px;
	height: 70px;
	border-radius: 4px;
	margin: 2px;
	transition: 0.5s;
}
div.new_progress:hover {
	box-shadow: 0px 0px 20px 0px var(--color1-5);
}

.progress_del {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	padding: 1em 1em;
	text-decoration: none;
	opacity: 0.5;
}
.progress_del:hover {
	text-decoration: none;
	opacity: 1;
	background-color: rgba(255,255,255, 0.7);
}
.progress_text {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0.5em 1em;
	opacity: 0.5;
	background-color: rgba(255,255,255, 1);
}

p {
	margin: 5pt 0;
}

span.required {
	color: #F30;
}

span.red {
	padding: 10px;
	background-color: var(--color1);
	color: #fff;
	margin-right: 10px;
}

h1 {
	font-family: "ProximaNova-Semibold";
	font-size: 200%;
	font-weight: normal;
	margin: 18pt 0pt;
}
h2 {
	font-family: "ProximaNova-Semibold";
	font-size: 170%;
	font-weight: normal;
	margin: 12pt 0pt;
}
h3 {
	font-family: "ProximaNova-Regular";
	font-size: 130%;
	font-weight: normal;
	margin: 9pt 0pt;
}

strong {
	font-family: "ProximaNova-Bold";
	font-weight: normal;
}

hr {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px dotted var(--color1);
}

ul.none {
	margin-top: 0;
	margin-bottom: 50px;
}

ul.none li {
	list-style-type: none;
}

ul.color li {
	list-style-type: none;
}
ul.color li::before {
	font-family: "icons";
	content: '\e12b';
	color: var(--color1);
	margin-right: 0.5em;
}

ol li {
	margin-bottom: 0.5em;
}

li br {
	margin-bottom: 0.5em;
}

video {
	max-width: 100%;
}

.color_user			{ color: var(--color2); }
.color_client		{ color: var(--color1); }

.color_red 			{ color: #f00; }
.color_green		{ color: #0b0; }
.color_yellow		{ color: #f9c637; }

u.color {
	text-decoration: underline;
	text-decoration-color: var(--color1);
}

.video iframe {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

@media only screen {
	.video iframe {
		width:  1280px;
		height:  720px;
	}
}
@media only screen and (max-width: 1280px) {
	.video iframe {
		width:  100vw;
		height:  56.25vw;
	}
}

.cke_notifications_area {
	display: none;
}

#cookie-consent {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent;
	padding: 2rem 2rem 1rem 2rem;
	text-align: start;
	z-index: 9997;
	justify-content: center;
}

#decline-cookies {
	position: absolute;
	top: -0.5rem;
	right: -0.5rem;
	width: auto;
	padding: 0 0.5rem;
	border-radius: 0.5rem;
}

.cookie-card {
	background-color: rgba(0, 0, 0, 0.8);
	width: 500px;
	max-width: 100%;
	position: relative;
	padding: 1rem 0.5rem 0 0.5rem;
	border-radius: 1rem;
	font-size: 80%;
}
