@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');

html {
 position: relative;
 min-height: 100%;
}

body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* === COLORS AND UTILITY === */
/* text */
.sc-blue {
	color: rgb(85, 142, 213);
}
.sc-light-blue {
	color: rgb(0, 255, 255);
}
.sc-black {
	color: black;
}
.sc-gray {
	background-color: rgb(127, 127, 127);
}
.sc-white {
	color: white;
}
/* background */
.sc-blue-bg {
	background-color: rgb(85, 142, 213);
}
.sc-light-blue-bg {
	background-color: rgb(0, 255, 255);
}
.sc-black-bg {
	background-color: black;
}
.sc-gray-bg {
	background-color: rgb(127, 127, 127);
}
/* utility */
.bold {
	font-weight: bold;
}
.disabled {
	cursor: not-allowed;
}
.disabled:hover {
	cursor: not-allowed;
}
/* === COLORS AND UTILITY === */

/* === FOOTER === */
#footer {
	border-top: 1px gray solid;
	margin-bottom: 0px;
	float: none;
	z-index: 1;
}
#footer-wrap {
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-item {
	display: inline-block;
}
.interpoint {
	font-weight: bold;
	font-size: 20px;
}
.footer-link {
	color: rgba(31, 73, 125);
}
.footer-link:hover {
	color: rgba(64, 129, 208);
}
.wpcc-privacy {
	text-decoration: underline;
}
/* === FOOTER === */

/* === HEADER === */
.nav-cover {
	background: url("../img/cover.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.nav-home-cover {
	background: url("../img/cover_land_pg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}
.nav-bg {
	background-color: rgba(0,0,0,0.7);
}
.navbar-brand {
 margin-top: 2px;
}
.navbar-nav {
	align-items: center;
	text-align: center;
}
.nav-link {
	color: rgba(255, 255, 255, 1) !important;
}
.nav-link:hover {
	color: rgba(255, 255, 255, 0.7) !important;
	text-decoration: none !important;
}
li .active {
	color: rgba(51, 204, 255, 1) !important;
}
li .active:hover {
	color: rgba(51, 204, 255, 0.7) !important;
}
/* home-cover = pouze hlavní stránka */
.home-cover {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 15px 15px 15px;
	word-wrap: hidden;
	text-shadow: 0 0 2px #000;
	-moz-text-shadow: 0 0 2px #000;
	-webkit-text-shadow: 0 0 2px #000;
	min-height: 250px;
	height: 40vh;
	display: flex;
	align-items: center;
}
@media (min-width: 576px) {
	.home-cover {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.home-cover {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.home-cover {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.home-cover {
		max-width: 1140px;
	}
}
.home-cover h1 {
	font-size: 34px;
}
.cover {
	padding: 10px 30px;
	word-wrap: hidden;
	text-shadow: 0 0 2px #000;
	-moz-text-shadow: 0 0 2px #000;
	-webkit-text-shadow: 0 0 2px #000;
	min-height: 200px;
	height: 30vh;
	display: flex;
	align-items: center;
}
.cover h1 {
	font-size: 34px;
	font-weight: bold;
}
.cover img {
	/*margin-left: 20vw;*/
	margin-right: 20px;
}

.nav-login {
	display: none;
}
.nav-login-icon {
	position: absolute;
	top: 16px;
	right: 80px;
	cursor: pointer;
}

.nav-langs {
	display: none;
}
.nav-langs-icon {
	position: absolute;
	top: 16px;
	right: 123px;
	cursor: pointer;

	text-align: center;
	padding: 5px;
	color: white;
	border:1px solid white;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	cursor: pointer;
	opacity: 0.7;
}
.nav-langs-icon:hover {
	color: white;
	text-decoration: none;
}



@media (min-width: 768px) {
	.nav-login {
		text-align: center;
		padding: 5px 10px;
		color: white;
		display: inline-block;
		border-radius:6px;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		cursor: pointer;
		margin-right: 10px;
		margin-left: 10px;
	}
	.nav-login:hover {
		padding: 5px 10px;
		opacity: 0.7;
		color: white;
		text-decoration: none;
	}
	.nav-login-icon {
		display: none;
	}

	.nav-langs {
		text-align: center;
		padding: 5px;
		color: white;
		display: inline-block;
		border-radius:6px;
		border:1px solid white;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		cursor: pointer;
		margin-right: 4px;
		margin-left: 4px;
		opacity: 0.7;
	}
	.nav-langs:hover {
		padding: 5px;
		opacity: 1;
		color: white;
		text-decoration: none;
	}
	.nav-langs-icon {
		display: none;
	}
}
/* === HEADER === */

.clear {
	clear: both;
	margin-bottom: 10px;
}
.home-title {
	font-size: 28px;
	color: rgb(0, 176, 240);
	margin-top: 3vh;
	/*margin-bottom: 15vh;*/
}
.container {
	min-height: 55vh;
	max-width: 1024px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.col-md-4 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.col-md-5 {
	margin-top: 15px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.col-md-5 {
		flex: 0 0 49%;
		max-width: none;
		-ms-flex: 0 0 49%;
	}
}
.col-md-6 {
	margin-top: 1px;
	margin-bottom: 1px;
}
@media (min-width: 768px) {
	.col-md-6 {
		flex: 0 0 49%;
		max-width: none;
		-ms-flex: 0 0 49%;
	}
}
.col-md-6 input, .col-md-6 select {
	display: block;
	margin: 3px auto;
	text-align: left;
	width: 100%;
	max-width: 500px;
	padding: 5px 10px;
	border: 1px rgb(85, 142, 213) solid;
}
@media (max-width: 768px) {
	.legal-trial-kw {
		margin-bottom: 15px !important;
	}
}

.flex-head {
	background-color: rgb(79, 129, 189);
	text-align: center;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
}
.flex-content {
	padding: 5px;
}
.flex-button {
	text-align: center;
	padding: 5px 0px;
	color: white;
	display: inline-block;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	cursor: pointer;
	width: 200px;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: 20px;
}
.flex-button:hover {
	padding: 5px 0px;
	opacity: 0.7;
	color: white;
}
.flex-table {
	border: 0px;
	margin-bottom: 15px;
}
.flex-table-item {
	padding-left: 20px; 
}
.flex-ruler {
	margin-bottom: 50px;
}
.flex-input-holder {
	font-size: 18px;
}
.flex-input-holder input, .flex-input-holder textarea, .flex-input-holder select {
	display: block;
	margin: 10px auto;
	text-align: left;
	width: 100%;
	max-width: 500px;
	padding: 5px 10px;
	border: 1px rgb(85, 142, 213) solid;
}
.flex-input-holder textarea {
	min-height: 200px;
}
.check-holder > input[type="checkbox"] {
	display: inline;
	width: initial;
	margin: 0;
}
.check-holder {
	margin: 1px auto;
	max-width: 500px;
	text-align: left;
	padding-left: 20px;
}
.check-text {
	font-size: 12px;
	display: inline;
}
.activate-check-holder {
	display: inline-block;
	margin: auto 0;
	padding-left: 0;
}
#contact-send {
	margin: 10px auto;
	width: 70%;
	max-width: 500px;
	display: block;
	padding: 8px 0px;
	cursor: pointer;
	text-align: center;
}
#contact-send:hover {
	opacity: 0.7;
}
.contact-send-disabled {
	opacity: 0.5 !important;
	cursor: not-allowed !important;
}
.contact-send-disabled:hover {
	opacity: 0.5 !important;
}
#send-msg-table-ko {
	display: none;
	padding: 10px 20px;
	background-color: rgba(255,0,0,0.2);
	color: red;
	font-size: 20px;
	border: 1px dotted rgba(255,0,0,0.5);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 20px auto;
	text-align: center;
	font-size: 12px;
	width: 200px;
	max-width: 100%;
}
#send-msg-table-ok {
	display: none;
	padding: 10px 20px;
	background-color: rgba(124,252,0,0.2);
	color: green;
	font-size: 20px;
	border: 1px dotted rgba(124,252,0,0.5);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 20px auto;
	text-align: center;
	font-size: 12px;
	width: 200px;
	max-width: 100%;
}
.send-wrong {
	border: 2px red solid !important;
}

.sc-head-text {
	font-size: 18px;
	font-weight: bold;
}
.sc-list {
	font-size: 16px;
}
.sc-text {
	font-size: 16px;
}
.sc-icon-holder {
	padding: 10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align: center;
	background-color: rgb(172, 172, 172);
}
.sc-icon-holder img {
	cursor: pointer;
	margin: 4px 2px;
}

.login-holder {
	font-size: 18px;
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
.login-holder input {
	display: block;
	margin: 10px auto;
	text-align: center;
	width: 300px;
	max-width: 100%;
	padding: 5px;
	border: 1px rgb(85, 142, 213) solid;
}
#login-entry, #login-entry-2 {
	width: 300px;
	max-width: 100%;
	display: block;
	text-align: center;
	margin: 30px auto;
	margin-bottom: 10px;
	padding: 8px 0px;
	cursor: pointer;
}
#login-entry:hover, #login-entry-2:hover {
	opacity: 0.7;
}
#login-entry-2 {
	display: none;
}
#login-msg-table-ko, #legal-trial-form-ko, #legal-trial-confirm-ko {
	display: none;
	padding: 10px 20px;
	background-color: rgba(255,0,0,0.2);
	color: red;
	font-size: 20px;
	border: 1px dotted rgba(255,0,0,0.5);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 20px auto;
	text-align: center;
	font-size: 15px;
	width: 300px;
	max-width: 100%;
}
#login-msg-table-ok, #legal-trial-form-ok, #legal-trial-confirm-ok {
	display: none;
	padding: 10px 20px;
	background-color: rgba(124,252,0,0.2);
	color: green;
	font-size: 20px;
	border: 1px dotted rgba(124,252,0,0.5);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 20px auto;
	text-align: center;
	font-size: 15px;
	width: 300px;
	max-width: 100%;
}
#login-load {
	text-align: center;
	display: none;
}

.basic-button {
	text-align: center;
	padding: 5px 0px;
	color: white;
	display: inline-block;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	cursor: pointer;
	width: 200px;
	margin-right: 20px;
}
.basic-button:hover {
	padding: 5px 0px;
	opacity: 0.7;
	color: white;
}

.activate-checkbox {
	width: initial !important;
	display: inline !important;
}

.error-title {
	text-align: center;
	font-size: 24px;
}

#legal-trial-holder {
	max-width: 800px;
}
#legal-trial-holder > .row {
	align-items: center;
	margin-left: 0;
	margin-right: 0;
}
#legal-trial-confirm-holder {
	display: none;
}
#legal-trial-confirm-holder > p {
	text-align: center;
	margin-top: 20px;
}
#legal-trial-confirm-text {
	display: block;
	margin: 3px auto;
	text-align: center;
	width: 200px;
	padding: 5px 10px;
	border: 1px rgb(85, 142, 213) solid;
}
#legal-trial-confirm-button {
	margin: 10px auto;
	width: 70%;
	max-width: 300px;
	display: block;
	padding: 8px 0px;
	cursor: pointer;
	text-align: center;
}
#legal-trial-confirm-button:hover {
	opacity: 0.7;
}
#legal-trial-form-loading, #legal-trial-confirm-loading {
	text-align: center;
	display: none;
}
#legal-trial-form-loading > img, #legal-trial-confirm-loading > img {
	height: 23px;
	width: auto;
}
#legal-trial-confirm-resend {
	text-align: center;
	color: #007bff;
	background-color: transparent;
}
#legal-trial-confirm-resend > p {
	display: inline-block;
	cursor: pointer;
}
#legal-trial-confirm-resend > p:hover{
	text-decoration: underline;
}

.faq-box {
	border: 3px rgb(85, 142, 213) solid;
	width: 250px;
	height: 200px;
	text-align: center;
	padding: 50px 20px;
	font-size: 25px;
	margin-right: 20px;
	margin-bottom: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.faq-box:hover {
	text-decoration: none;
	color: rgb(85, 142, 213);
	background-color: rgba(0, 0, 0, 0.1);
}
.faq-holder {
	cursor: pointer;
}
.faq-holder img {
	box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}
.faq-head {
	font-size: 18px;
}
.faq-content {
	display: none;
	margin-top: 30px;
}
.faq-arrow {
	margin-right: 5px;
}

.dt-tools-filter {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: transparent url('/static/img/filter.png') center center;
	background-repeat: repeat;
	background-size: auto;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	border: 1px solid transparent;
	cursor: pointer;
	background-color: rgb(85, 142, 213);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.dt-tools-fulltext {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: transparent url('/static/img/search-icon_24-24.png') center center;
	background-repeat: repeat;
	background-size: auto;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	border: 2px solid rgb(85, 142, 213);;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 10px;
}

#product-row {
	justify-content: flex-end;
}
.row-flex-end {
	justify-content: flex-end;
	text-align:right;
}
#product-row > a, #product-row > div {
	display: inline-block;
	margin-left: 6px;
	margin-top: 8px;
}
#product-row > div {
	margin-left: 0;
}
@media (max-width: 768px) {
	#product-row > a:last-child {
		margin-right: 15px;
	}
}
.product-button {
	text-align: center;
	padding: 5px 10px;
	color: white;
	display: inline-block;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	cursor: pointer; 
}
.product-button:hover {
	opacity: 0.7;
	color: white;
}

#modal-1-target-public-1 {
	width: unset;
}

.dt-toolbox-fulltext-radio-green {
	display: inline-block;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #66cc33;
	cursor: pointer;
	-webkit-box-shadow: 0 0 4px rgba(255,255,225,0.3);
	-moz-box-shadow: 0 0 4px rgba(255,255,225,0.3);
	box-shadow: 0 0 4px rgba(255,255,225,0.3);
	margin-right: 10px;
}

#m1-tp1-body img {
	box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2),0 6px 6px 0 rgba(0,0,0,0.19);
}
#m1-tp1-body img:hover {
	opacity: 0.7;
}

.button {
	text-align: center;
	padding: 5px 10px;
	color: white;
	display: inline-block;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	cursor: pointer;
}

/* === STEPPER === */
ul.stepper {
	counter-reset:section;
	padding: 0;
}
ul.stepper li div {
	text-align:center;
	}
ul.stepper li div .circle {
	display:inline-block;
	width:1.75rem;
	height:1.75rem;
	min-width:1.75rem;
	min-height:1.75rem;
	margin-right:.5rem;
	line-height:1.7rem;
	color:#fff;
	text-align:center;
	background:rgba(0,0,0,0.38);
	border-radius:50%;
}
ul.stepper li div .label {
	display:inline-block;
	color:rgba(0,0,0,0.38);
}
ul.stepper li.active div .label,
ul.stepper li.completed div .label {
 font-weight:600;
 color:rgba(0,0,0,0.87);
}
ul.stepper li.active div .circle,
ul.stepper li.completed div .circle {
	background-color:#4285f4 !important;
}
.stepper-specific {
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	overflow-x:hidden;
	overflow-y:auto;
}
.stepper-specific li {
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
}
.stepper-specific li div {
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-item-align:start;
	align-self:flex-start;
	align-items: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	padding:1.5rem;
}
.stepper-specific li div .circle {
	-webkit-box-ordinal-group:2;
	-ms-flex-order:1;
	order:1;
}
.stepper-specific li div .label {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-flow:column nowrap;
	flex-flow:column nowrap;
	-webkit-box-ordinal-group:3;
	-ms-flex-order:2;
	order:2;
	margin-top:.2rem;
	height: 28px;
}
.stepper-specific li.completed div .label {
	font-weight:500;
}
.stepper-specific li .step-content {
	display:block;
	padding:.94rem;
	margin-top:0;
	margin-left:3.13rem;
}
.stepper-specific li .step-content p {
	font-size:.88rem
}
.stepper-specific li:not(:last-child):after {
	position:absolute;
	top:3.55rem;
	left:2.35rem;
	width:1px;
	height:calc(100% - 35px);
	height:45px;
	content:"";
	background-color:rgba(0,0,0,0.1);
}
@media (min-width: 768px) {
	.stepper-specific {
		position:relative;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-ms-flex-direction:row;
		flex-direction:row;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
		overflow-x:unset;
		overflow-y:unset;
		margin-bottom: 40px;
	}
	.stepper-specific li {
		position:relative;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-flex:1;
		-ms-flex:1;
		flex:1;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:row;
		flex-direction:row;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
	}
	.stepper-specific li div {
		position:relative;
		display:block;
		padding: 1rem;
	}
	.stepper-specific li div .label {
		margin-top:.63rem;
		display: block !important;
		max-width: 140px;
	}
	.stepper-specific li:not(:last-child):after {
		top: unset;
		left: unset;
		position:relative;
		-webkit-box-flex:1;
		-ms-flex:1;
		flex:1;
		height:1px;
		margin:.5rem 0 0 0;
		content:"";
		background-color:rgba(0,0,0,0.1);
	}
	.stepper-specific li:not(:first-child):before {
		display: none;
	}
	.stepper-specific>li:not(:last-of-type) {
		margin-bottom:0 !important;
	}
}

/* === STEPPER === */

/* === STICKYNOTES === */
#stickynote-holder {
	align-items: center;
	justify-content: space-around;
	margin-bottom: 30px;
}
.stickynote {
	width: 200px;
	max-width: 200px;
	height: 250px;
	max-height: 250px;
	margin: 10px 30px;
	display: inline-block;
	padding: 15px;
	-moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
	-webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
	box-shadow: 5px 5px 7px rgba(33,33,33,.7);
	-moz-transition:-moz-transform .15s linear;
	-o-transition:-o-transform .15s linear;
	-webkit-transition:-webkit-transform .15s linear;
	cursor: pointer;
}
.stickynote:nth-child(odd) {
	-o-transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
	-moz-transform:rotate(-6deg);
	position:relative;
	top:5px;
}
.stickynote:nth-child(even) {
	-o-transform:rotate(4deg);
	-webkit-transform:rotate(4deg);
	-moz-transform:rotate(4deg);
	position:relative;
	top:5px;
}
.stickynote:nth-child(even) {
	-o-transform:rotate(2deg);
	-webkit-transform:rotate(2deg);
	-moz-transform:rotate(2deg);
	position:relative;
	top:5px;
}
.stickynote:nth-child(3n) {
	-o-transform:rotate(-2deg);
	-webkit-transform:rotate(-2deg);
	-moz-transform:rotate(-2deg);
	position:relative;
	top:-5px;
}
.stickynote:nth-child(5n) {
	-o-transform:rotate(-5deg);
	-webkit-transform:rotate(-5deg);
	-moz-transform:rotate(-5deg);
	position:relative;
	top:-10px;
}
.stickynote:hover, .stickynote:focus{
	box-shadow:10px 10px 7px rgba(0,0,0,.7);
	-moz-box-shadow:10px 10px 7px rgba(0,0,0,.7);
	-webkit-box-shadow: 10px 10px 7px rgba(0,0,0,.7);
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	position:relative;
	z-index:5;
}
.stickynote-odok {
	background-color:#ffc;
}
.stickynote-psp {
	background-color:#cfc;
}
.stickynote-steno {
	background-color:#ccf;
}
.stickynote-title {
	font-weight: bold;
	margin-bottom: 5px;
}
.stickynote-inner {
	font-weight: normal;
	font-family: 'Caveat', cursive;
	font-size: 20px;
}
/* === STICKYNOTES === */

/* === MARQUEE === */
.marquee {
	height: 50px; 
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px rgb(85, 142, 213) solid;
}
.marquee span {
	font-size: 18px;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	line-height: 50px;
	text-align: left;
	/* Starting position */
	-moz-transform:translateX(100%);
	-webkit-transform:translateX(100%); 
	transform:translateX(100%);
	/* Apply animation to this element */ 
	-moz-animation: marquee 30s linear infinite;
	-webkit-animation: marquee 30s linear infinite;
	animation: marquee 30s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes marquee {
	0%		{ -moz-transform: translateX(100%); }
	100% { -moz-transform: translateX(-3200px); }
}
@-webkit-keyframes marquee {
	0%		{ -webkit-transform: translateX(100%); }
	100% { -webkit-transform: translateX(-3200px); }
}
@keyframes marquee {
	0%		{ 
	-moz-transform: translateX(100%); /* Firefox bug fix */
	-webkit-transform: translateX(100%); /* Firefox bug fix */
	transform: translateX(100%);
	}
	100% { 
	-moz-transform: translateX(-3200px); /* Firefox bug fix */
	-webkit-transform: translateX(-3200px); /* Firefox bug fix */
	transform: translateX(-3200px); 
	}
}
/* === MARQUEE === */





/* === HP GRID === */
.hpgrid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	padding: 20px;
}

.hpgrid-item {
	height:200px;
	background: #fff;
	border: 1px solid white;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.hpgrid-item:hover {
	box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.hpgrid-item img {
	max-width: 80%;
	height: auto;
}

@media (min-width: 768px) {
	.hpgrid {
		grid-template-columns: repeat(3, 1fr);
	}
}