/*
@font-face{font-family: "Rubik";  src: url("fonts/Rubik-Regular.ttf");
	font-weight: normal; font-style: none; }
@font-face{font-family: "Rubik";  src: url("fonts/Rubik-Italic.ttf");
	font-weight: normal; font-style: italic; }
@font-face{font-family: "Rubik";  src: url("fonts/Rubik-Bold.ttf");
	font-weight: bold; font-style: none; }
@font-face{font-family: "Rubik";  src: url("fonts/Rubik-BoldItalic.ttf");
	font-weight: bold; font-style: italic; }
@font-face{font-family: "Rubik";  src: url("fonts/Rubik-Light.ttf");
	font-weight: 300; font-style: none; }
@font-face{font-family: "Rubik";  src: url("fonts/Rubik-LightItalic.ttf");
	font-weight: 300; font-style: italic; }
*/
/******************************************/
/********* hlavni nastaveni tagu **********/
/******************************************/

* {
	margin: 0px;
	padding: 0px;
}

.cleaner {
	clear: both;
}

.opa-hidden {
	opacity: 0;
}

.opa-visible {
	opacity: 1;
}

/*html, body {width: 100%; overflow-x: hidden; }*/
body {
	background: #F7F7F7;
	color: black;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 20px;
	line-height: 1.5;
	overflow-x: hidden;
	padding-top: 60px;
}

img {
	border: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a:link {
	color: #ed145b;
	text-decoration: none;
}

a:visited {
	color: #ed145b;
	text-decoration: none;
}

a:active {
	color: #ed145b;
	text-decoration: none;
}

a:hover {
	color: #ed145b;
	text-decoration: underline;
}

a.lineanim {
	position: relative;
	display: inline-block;
}

a.lineanim:after {
	content: ' ';
	width: 100%;
	position: absolute;
	bottom: -5px;
	left: 0px;
	right: 0px;
	height: 1px;
	background: #ed145b;
	opacity: 0;
	transition: 0.3s;
}

a.lineanim:hover {
	text-decoration: none;
}

a.lineanim:hover:after {
	opacity: 1;
	bottom: 0px;
}

h1, h2, h3, h4 {
	font-family: "Rubik", Arial, sans-serif;
}

h1 {
	font-size: 53px;
	font-weight: bold;
	color: #2133AF;

}

h2 {
	font-size: 40px;
	font-weight: 400;
	color: #2133AF;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 32px;
	font-weight: 300;
	color: #2133AF;
	margin: 0px 0px 10px 0px;
}

h4 {
	font-size: 22px;
	font-weight: 300;
	color: #2133AF;
	margin: 0px 0px 10px 0px;
}

@media only screen and (max-width: 768px) {
	h1 {
		font-size: 33px;
		padding-left: 0%;
		text-align: center;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 17px;
	}
}

ol {
	padding-left: 30px;
}

ul {
	list-style-type: none;
	padding: 0px;
}

ul li {
	margin-bottom: 10px;
	padding-left: 15px;
	background-image: url('../Graphics/bullet.png');
	background-position: left 7px;
	background-repeat: no-repeat;
}

ul.tick.white li {
	padding-left: 40px;
	background-image: url('../Graphics/tick_white.png');
	background-position: left 0px;
	background-repeat: no-repeat;
}

p {
	margin: 10px 0px;
}

.cookies-bar {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	background: white;
	text-align: center;
}

.cookies-bar .btn {
	margin-left: 20px;
}

/***********************************/
/********* kostra stranky **********/
/***********************************/
#horiz-menu {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 60px;
	background: #fff;
	border: none;
	z-index: 1000000;
	transition: height .5s ease;

}

#horiz-menu .container {
	position: relative;
}

#horiz-menu .navbar {
	background: none;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	background: red;
}

#horiz-menu .navbar-collapse.collapse {
	display: none !important;
}

#horiz-menu .navbar-collapse.collapse.in {
	display: block !important;
}

#horiz-menu nav {

}

#horiz-menu nav ul {
	text-align: right;
	margin-bottom: 0px;
}

#horiz-menu nav ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	background: none;
	position: relative;
}

#horiz-menu nav ul li a {
	height: 60px;
	display: block;
	padding: 17px 17px 0 17px;
	font-size: 15px;
	font-weight: 700;
	color: #2234af;
	transition: all .5s ease;
	border-bottom: 2px solid #ffffff;
}


#horiz-menu nav ul li a:hover, #horiz-menu nav ul li a:focus, #horiz-menu nav ul li.current a {
	border-color: #ed145b;
	text-decoration: none;
}


#horiz-menu nav ul li a.phone {
	background: url(../Graphics/phone_header.png) no-repeat left 10px center;
	margin-left: 0;
	padding-left: 40px;
}

#horiz-menu nav ul li a.phone:hover, #horiz-menu nav ul li a.phone:focus {
	background: #f3f5f4 url(../Graphics/phone_header.png) no-repeat left 10px center;
}

#horiz-menu nav ul li.current li a {
	color: #280757;
	background: #fff;
}

#horiz-menu nav ul li ul {
	position: absolute;
	top: 100px;
	left: 0px;
	background: #fff;
	text-align: left;
	display: none;
	width: 250px;
	padding: 0px 0;
}

#horiz-menu nav ul li ul li {
	display: block;
}

#horiz-menu nav ul li ul li a {
	height: auto;
	padding: 10px 20px;
	font-size: 14px;
	color: #222;
	border-bottom: 0;
}

#horiz-menu nav ul li ul li.current a, #horiz-menu nav ul li ul li a:hover {
	background: #f3f5f4;
	text-decoration: none;
}

#horiz-menu nav ul li:hover ul {
	display: block;
}

#horiz-menu .menu-toggle {
	margin-top: 30px;
	background: white;
	border-radius: 0px;
	border: 0px;
	position: absolute;
	right: 30px;
	background: white;
	/*box-shadow: 0px 0px 30px -10px black;*/
	box-shadow: 0px 0px 20px 5px #BBB;
	display: none !important;
	z-index: 200;

	transition: 0.3s;
}

#horiz-menu .menu-toggle.is-active {
	background: transparent;
	box-shadow: none;
}

#horiz-menu .menu-toggle:hover {
	box-shadow: 0px 0px 20px 0px #BBB;
}

#horiz-menu .menu-toggle:active {
	box-shadow: none;
}

#horiz-menu .page-back {
	background: white;
	border-radius: 0px;
	border: 0px;
	position: absolute;
	left: 30px;
	top: 30px;
	background: white;
	/*box-shadow: 0px 0px 30px -10px black;*/
	box-shadow: 0px 0px 20px 5px #BBB;
	display: none !important; /*z-index:200;*/
	width: 60px;
	height: 60px;
	line-height: 60px;

	font-weight: bold;
	color: #2133AF;

	transition: 0.3s;
}

@media screen and (min-width: 480px) {
	#horiz-menu .page-back {
		right: 30px;
		left: auto;
		margin-top: 100px;
	}
}

#horiz-menu .page-back .back-inside {
	background: -webkit-linear-gradient(left, #2B0098 0%, #02E3FF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#horiz-menu .page-back.is-active {
	background: transparent;
	box-shadow: none;
}

#horiz-menu .page-back:hover {
	box-shadow: 0px 0px 20px 0px #BBB;
}

#horiz-menu .page-back:active {
	box-shadow: none;
}

#horiz-menu.issticky {
	height: 60px;
	position: fixed;
}

#horiz-menu.issticky #logo {
	margin-top: 9px;
}

#horiz-menu.issticky #logo img {

	height: 30px;

}

#horiz-menu.issticky nav ul li a {
	height: 60px;
	padding: 17px 17px 0 17px;
}

#horiz-menu.issticky nav ul li a.phone {
	padding-left: 40px;
}

/*
#horiz-menu.issticky nav ul li ul{
    top: 60px;
}*/


#horiz-menu.issticky nav ul li ul li a {
	height: auto;
	padding: 10px 20px;
}

#horiz-menu.issticky nav ul li ul {
	top: 60px;
}

/************ menu hamburger *************/
.c-hamburger {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 60px;
	height: 60px;
	font-size: 0;
	text-indent: -9999px;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.c-hamburger:focus {
	outline: none;
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 29px;
	left: 15px;
	right: 15px;
	height: 3px;
	background: #ed145b;
}

.c-hamburger span::before, .c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #ed145b;
	content: "";
}

.c-hamburger span::before {
	top: -7px;
}

.c-hamburger span::after {
	bottom: -7px;
}

.c-hamburger--htx {
	background-color: #ff3264;
}

.c-hamburger--htx span {
	-webkit-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}

.c-hamburger--htx span::after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
	background-color: #cb0032;
}

.c-hamburger--htx.is-active span {
	background: none;
}

.c-hamburger--htx.is-active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}

/************ menu overlay *************/
/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #29099c;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 10px;
	right: 10px;
	overflow: hidden;
	border: none;
	background: transparent;
	color: #ed145b;
	line-height: 80px;
	vertical-align: middle;
	font-size: 40px;
	text-align: center;
	outline: none;
	z-index: 100;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay ul li a {
	font-size: 54px;
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover, .overlay ul li a:focus {
	color: #ED155E;
	text-decoration: none;
	text-shadow: 0px 0px 8px #ED155E;
}

.overlay .menu-contact { /*position: absolute; bottom: 10%; left: 0px; right: 0px; */
	margin: 0px auto;
	text-align: center;
	color: #6A43F4;
}

.overlay .menu-contact .cntitem {
	width: 50%;
	text-align: center;
	display: inline-block;
}

.overlay .menu-contact a {
	color: #6A43F4;
}

/* Effects */
.overlay-cornershape {
	background: transparent;
	visibility: hidden;
	-webkit-transition: visibility 0s 1s;
	transition: visibility 0s 1s;
}

.overlay-cornershape.open {
	visibility: visible;
	-webkit-transition: none;
	transition: none;
}

.overlay-cornershape.close {
	opacity: 1;
}

.overlay-cornershape svg {
	position: absolute;
	top: 0;
	left: 0;
}

.overlay-cornershape .overlay-path {
	fill: #29099c;
	opacity: 1;
}

.overlay-cornershape nav, .overlay-cornershape .overlay-close {
	opacity: 0;
	-webkit-transition: opacity 0.4s 0.4s;
	transition: opacity 0.4s 0.4s;
}

.overlay-cornershape.open nav, .overlay-cornershape.open .overlay-close {
	opacity: 1;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.overlay-cornershape.close nav, .overlay-cornershape.close .overlay-close {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}

	.overlay ul li {
		min-height: 34px;
	}
}

/*********** logo ***********/

#logo {
	height: 30px;
	position: relative;
	padding: 0px;
	margin-top: 10px;
	z-index: 200;
	transition: all 0.5s;
}

#logo.invisible {
	opacity: 0;
}

#logo h1 {
	padding: 5px;
	margin: 0px;
}

#logo span.text {
	display: none;
}

#logo img {
	height: 30px;
	transition: all .5s ease;
}


/************ struktura **********/
#content {
	overflow: hidden; /*padding: 10px 25px 30px 25px; */
	text-align: left;
	color: black;
	line-height: 1.5;
}

#content section {
	position: relative;
}

#content section .sec-title {
	text-align: center;
	margin: 30px auto 10px auto;
	padding: 40px 20px;
	font-size: 40px;
	color: #2133AF;
}

#content section.sec-linelist {
	padding-top: 40px;
}

#content img.responsive {
	max-width: 100%;
}

table.no-lines {
	border: 0px;
}

table.no-lines td, table.no-lines th {
	border: 0px;
}

table.spread {
}

table.spread td {
	padding: 5px;
}

table.infotable {
}

table.infotable td, table.infotable th {
	padding: 3px 5px;
	border: 1px solid #CCC;
}

table.infotable th {
	background: #29099c;
	color: white;
}

@media screen and (max-width: 1023px) {
	table.infotable {
		border: 0;
	}

	table.infotable caption {
		font-size: 1.3em;
	}

	table.infotable thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	table.infotable tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}

	table.infotable td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: right;
	}

	table.infotable td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}

	table.infotable td:last-child {
		border-bottom: 0;
	}
}

.button, a.button {
	display: inline-block;
	padding: 0px 40px;
	height: 80px;
	line-height: 80px;
	vertical-align: middle;
	font-size: 16px;
	text-transform: uppercase;
	color: white;
	background: #ed145b;
	border-radius: 40px;
	position: relative;
	letter-spacing: 1px;
	font-family: Rubik, Arial, sans-serif;
	transition: background-color 0.5s;
	border: 0px;
}

.button:hover, a.button:hover {
	text-decoration: none;
}

.button:before, a.button:before {
	content: ' ';
	position: absolute;
	/*    box-shadow: 0px 15px 20px 5px #ed145b;
		width: 70%; left: 15%;
		height: 5px; bottom: 20px;
	*/
	box-shadow: 0px 15px 40px -10px #ed145b;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border-radius: 40px;
	z-index: 0;
	opacity: 1;
	transition: opacity 0.5s;
}

.button:hover:before, a.button:hover:before {
	opacity: 0.5;
}

.button:active:before, a.button:active:before {
	opacity: 0;
}

.button-red, a.button-red {
	background: #ed145b;
}

.button-red:hover, a.button-red:hover {
	background: #FF3D7C;
}

.button-red:active, a.button-red:active {
	background: #F4326F;
}

.button-cyan, a.button-cyan {
	background: #01defb;
}

.button-cyan:hover, a.button-cyan:hover {
	background: #2AE6FF;
}

.button-cyan:active, a.button-cyan:active {
	background: #F01DEFB;
}

.button-cyan:before, a.button-cyan:before {
	box-shadow: 0px 15px 40px -10px #01defb;
}

.button-white, a.button-white {
	color: #b2b2b2;
	background: white;
	box-shadow: 0px 0px 20px -10px;
}

.button-white:before, a.button-white:before {
	box-shadow: 0px 15px 40px -10px #AAA;
	z-index: -1;
}

.form-control {
	font-size: inherit;
}

/****** jakekoli reference *********/
.webs-container {
	padding-bottom: 50px;
}

.webs-container .web {
	position: relative;
	height: 500px;
	background: #f7f7f7 right bottom no-repeat;
	background-size: contain;
}

.webs-container .web h4 {
	color: #4a4a4a;

	line-height: 150%;
}

.webs-container .web .image {
}

.webs-container .web .cube {
	margin-top: 40px;
	margin-bottom: 20px;
}

.webs-container .web .content-cont {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
}

.webs-container .web .content {
	width: 50%;
	text-align: center;
	padding-top: 90px;
}

.webs-container .web .content .button {
	margin: 30px auto 0px auto;
}

.webs-container .web:nth-child(even) {
	background-position: left bottom;
}

.webs-container .web:nth-child(even) .content {
	margin-left: 50%;
}

.webs-container.first-right .web:nth-child(odd) {
	background-position: left bottom;
}

.webs-container.first-right .web:nth-child(odd) .content {
	margin-left: 50%;
}

.webs-container.first-right .web:nth-child(even) {
	background-position: right bottom;
}

.webs-container.first-right .web:nth-child(even) .content {
	margin-left: auto;
	margin-right: 50%;
}

@media only screen and (max-width: 768px) {
	.webs-container .web .content {
		width: 90%;
		float: none;
		margin: 0px auto;
	}

	.webs-container .web:nth-child(even) .content {
		margin-left: 0px;
	}
}


/****** sekce - univ *********/
.sec-univ {
	padding-top: 40px;
	padding-bottom: 40px;
}

.pg-univ_direct .sec-univ {
	padding-top: 110px;
}

.pg-univ_direct .sec-univ h1 {
	padding-right: 100px;
}

.sec-centered_texts > .container {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.sec-centered_texts > .container > .row {
	margin-top: 20px;
	margin-bottom: 20px;
}

/****** sekce - footerinfo *********/
.sec-footerinfo {
	text-align: center;
	background: #f7f7f7;
	color: #6a4ecc;
}

.sec-footerinfo a {
	color: #c5c5c5;
}

/****** sekce - heading *********/
.sec-heading {
	background: #EBEDEC;
}

.sec-heading .secback {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: top center !important;
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.sec-heading .secback {
		background-size: auto 100%;
		background-position: center top !important;
	}
}

.sec-heading .hider {
	position: absolute;
	width: 416px;
	height: 317px;
	bottom: 0px;
	left: 50%;
	margin-left: -208px;
	background: url('../Graphics/zakryti.png') center bottom no-repeat;
	display: none;
}

#sec-76.sec-heading .hider, #sec-87.sec-heading .hider {
	display: none;
}

.sec-heading .content {
	position: absolute;
	text-align: center; /*top: 50%;*/
	bottom: 9%;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}

.sec-heading .content h1 {
	font-size: 78px;
	background: -webkit-linear-gradient(left, #2B0098 35%, #02E3FF 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.sec-heading #scrolldown-marker {
	width: 28px;
	height: 65px;
	position: absolute;
	bottom: -85px;
	left: 50%;
	margin-left: -14px;
	background: url('../Graphics/scrollico_whole.png');
	cursor: pointer;
	display: none;
}

.sec-heading #scrolldown-marker .mark {
	width: 18px;
	height: 11px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -9px;
	background: url('../Graphics/scrollico_mark.png');
}

/*
.sec-heading .content h1, .sec-heading .content h2 {
	text-shadow: 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white;
}
*/
/******** poptavka_sm ***********/
.sec-poptavka_sm {
	background: #f7f7f7 url('../Graphics/bulbstring.png') 85% top no-repeat;
	background-size: 139px;
	color: #616161;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	padding: 70px 0px 50px 0px;
}

.sec-poptavka_sm p {
	margin-top: 50px;
	margin-bottom: 50px;
}

.sec-poptavka_sm .lines {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}

.sec-poptavka_sm .lines div {
	display: inline-block;
	background: left center no-repeat;
	padding: 10px 10px 10px 50px;
	font-size: 20px;
	color: #29099c;
	width: auto;
	text-align: left;
	margin: 0 30px;
}

.sec-poptavka_sm .lines .tel {
	background-image: url('../Graphics/ico_tel.png');
	font-size: 17px;
}

.sec-poptavka_sm .lines .email {
	background-image: url('../Graphics/ico_email.png');
}

.sec-poptavka_sm .lines .address {
	background-image: url('../Graphics/misto.png');
}

.sec-poptavka_sm .lines .email a {
	color: #29099c;
	font-size: 17px;
}

.sec-poptavka_sm .lines .email a:after {
	background: white;
}

.sec-poptavka_sm .lines .address a {
	color: #29099c;
	font-size: 17px;
}

.sec-poptavka_sm .lines .address a:after {
	background: white;
}

.sec-poptavka_sm .terms_link {
	color: #ccc;
}


.sec-poptavka_sm input, .sec-poptavka_sm textarea {
	border: 0px;
	background: #e3e3e3;
	color: #656565;
	border-radius: 30px;
}

.sec-poptavka_sm input {
	height: 70px;
	padding: 20px 40px;
	margin-bottom: 11px;
}

.sec-poptavka_sm textarea {
	height: 230px;
	padding: 20px 40px;
}

.sec-poptavka_sm .form-group, .sec-poptavka_lg #contact-form .form-group {
	position: relative;
}

.sec-poptavka_sm .floating-label, .sec-poptavka_lg #contact-form .floating-label {
	width: 100%;
	position: absolute;
	top: 24px;
	left: 43px;
	line-height: 1;
	color: #8a8a8a;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	text-align: left;
	pointer-events: none;
	font-weight: normal;
}

.sec-poptavka_sm input:focus ~ .floating-label, .sec-poptavka_sm input:not(:focus):valid ~ .floating-label {
	top: 10px;
	font-size: 10px;
}

.sec-poptavka_lg #contact-form input:focus ~ .floating-label, .sec-poptavka_lg #contact-form input:not(:focus):valid ~ .floating-label {
	top: 10px;
	font-size: 10px;
}

.inline-form-contact {
	max-width: 500px;
	display: inline-block;
}


#content .sec-poptavka_sm h3 {
	color: #29099c;
	font-weight: 500;
}

.sec-poptavka_sm #contact-form {
	margin-top: 40px;
}

/****** sekce - poptavka_lg *********/
.sec-poptavka_lg {
	background: #29099c url('../Graphics/bulbstring.png') 80% top no-repeat;
	color: #6a4ecc;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	padding: 70px 0px 50px 0px;
}

.sec-poptavka_lg p {
	margin-top: 30px;
	margin-bottom: 10px;
}

.sec-poptavka_lg .lines {
	width: 60%;
	margin: 20px auto;
	text-align: center;
}

.sec-poptavka_lg .lines div {
	display: inline-block;
	background: left center no-repeat;
	padding: 10px 10px 10px 50px;
	font-size: 20px;
	color: white;
	width: 250px;
	text-align: left;
}

.sec-poptavka_lg .lines .tel {
	background-image: url('../Graphics/ico_tel.png');
}

.sec-poptavka_lg .lines .email {
	background-image: url('../Graphics/ico_email.png');
}

.sec-poptavka_lg .lines .email a {
	color: white;
}

.sec-poptavka_lg .lines .email a:after {
	background: white;
}


.sec-poptavka_lg input, .sec-poptavka_lg textarea {
	border: 0px;
	background: #170261;
	color: white;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
}

.sec-poptavka_lg input {
	height: 70px;
	padding: 20px 40px;
	margin-bottom: 11px;
}

.sec-poptavka_lg textarea {
	height: 230px;
	padding: 20px 40px;
}

.sec-poptavka_lg button.button {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content .sec-poptavka_lg h1, #content .sec-poptavka_lg h2 {
	color: white;
	font-family: "Open sans", Arial, sans-serif;
}

.sec-poptavka_lg #contact-form {
	margin-top: 20px;
}

.sec-poptavka_lg .aftersend {
}

/****** sekce - seznam *********/
.crosslist {
	position: relative;
}

.crosslist .row {
	min-height: 400px;
	padding: 50px 0px;
}

.crosslist .img {
	line-height: 300px;
}

.crosslist .img img {
	vertical-align: middle;
}

.crosslist .text {
}

.crosslist .row:nth-child(even) .block {
	float: left;
}

.crosslist .row:nth-child(odd) .block {
	float: right;
}

@media only screen and (max-width: 768px) {
	.crosslist .row .block {
		float: none !important;
	}
}

/****** sekce - clients *********/
.sec-clients {
	padding-bottom: 60px;
}

.sec-clients .client a .desat {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: center center no-repeat;
	filter: gray; /* IE5+ */
	filter: grayscale(100%); /* Firefox*/
	-webkit-filter: grayscale(100%); /* Webkit Nightlies & Chrome Canary */

	opacity: 1;
	transition: all .5s ease-in-out;
}

.sec-clients .client a {
	display: block;
	height: 160px;
	background: center center no-repeat;
	position: relative;
}

.sec-clients .client a:hover .desat {
	opacity: 0;
}

/****** sekce - offeritems *********/
.font-weight-bold {
	font-weight: bold;
}

.mapp-img-item {
	padding: 25px;
	margin: 20px 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	background: #fff;
}

.mapp-side-content > div {
	padding-top: 45px;
}

.mapp-img-larger {
	padding: 50px;
	margin: 15px auto;
	background: #fff;
	box-shadow: -5px 5px 15px rgba(0, 0, 0, .3);
}

.drop-shadow-medium {
	filter: drop-shadow(0 0 15px rgba(0, 0, 0, .3));
}


.crosslist .row > div {
	min-height: 360px;
	max-height: 360px;
}

.crosslist.simple-list .block {
	max-height: none;
}

.crosslist .row.offer-items {
	min-height: unset;
}

.offers .row {
	position: relative;
}

.mobile-mockup {
	width: 100%;
}

@media (max-width: 992px) {
	.offer-items > div {
		text-align: center;
	}

	.offer-items .mapp-side-content .text-left {
		text-align: center;
	}

	.offer-items .mapp-side-content .text-left img {
		display: inline-block;
	}
}

@media (min-width: 768px) {
	.offer-items > div {

	}

	.offer-items {
		padding: 50px 75px 20px 75px;
		position: relative;
	}
}

@media (max-width: 767.98px) {
	.offer-items .absolute-vertical {
		position: static;
		transform: none;
	}

	.offer-items {
		padding: 25px;
		position: relative;
	}

	.crosslist .row > div {
		min-height: 180px;
		max-height: 180px;
	}
}


/****** sekce - homewecan *********/
.sec-homewecan {
	background: #29099c;
	color: white;
	padding-top: 30px;
	padding-bottom: 70px;
}

.sec-homewecan .container {
	margin-top: 90px;
	margin-bottom: 100px;
}

#content .sec-homewecan h2 {
	color: white;
}

.sec-homewecan .item a {
	color: white;
	text-align: center;
	font-size: 25px;
	font-weight: 400;
	width: 100%;
	display: block;
	padding-bottom: 10px;
}

.sec-homewecan .item a:after {
	background: white;
	bottom: -10px;
}

.sec-homewecan .item a:hover:after {
	display: none;
}

.sec-homewecan .item p {
	margin: 0;
	line-height: 130%;
}

@media (min-width: 1600px) {
	.sec-homewecan .item a {
		max-width: 385px;
		margin-left: auto;
		margin-right: auto;
	}
}

.sec-homewecan .item p small {
	font-size: 15px;
	display: inline-block;
	color: #7174ff;
}

.sec-homewecan .item span {
	display: inline-block;
	border-radius: 34px;
	background: white;
	font-size: 14px;
	padding: 10px 30px;
	text-transform: uppercase;
	margin-top: 30px;
	transition: background-color 0.5s;
	font-weight: normal;
	color: #4b4b4b;
}

.sec-homewecan .item span strong {
	font-weight: normal;
}

.sec-homewecan .item a:hover span {
	background: #01c5fe;
	color: #fff;
}

.sec-homewecan .item .image {
	height: 170px;
	margin-bottom: 0px;
}

.sec-homewecan .item .image img {
	display: inline-block;
	margin-left: 0px;
}

/****** sekce - list *********/
.sec-list .text.block h2, .sec-linelist .text.block h2 {
	display: inline-block;
	font-size: 53px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;

}

/*.sec-list .text.block h2:after, .sec-linelist .text.block h2:after {content: ' '; display: block; }*/

.sec-list .img img, .sec-linelist .img img {
	max-width: 450px;
	max-height: 450px;
}


#sec-reference-filter {
	padding: 50px 0 50px 0;
	border-bottom: 1px solid #e4e4e4;
}

#sec-reference-filter h1 {
	color: #2133AF;
}

#sec-reference-filter .filter-refs {
	margin-top: 30px;
}

#sec-reference-filter .filter-refs a {
	display: inline-block;
	border-radius: 34px;
	background: #e3e3e3;
	font-size: 14px;
	padding: 10px 30px;
	color: #222;
	margin: 0 4px;
}

#sec-reference-filter .filter-refs a:hover, #sec-reference-filter .filter-refs a:focus, #sec-reference-filter .filter-refs a.active {
	text-decoration: none;
	background: #FF3D7C;
	color: #fff;
}

#sec-reference-smaller {
	background: #fff;
	padding: 60px 0 40px 0;
}

/*
.pg-portfolio .webs-container .web.web68{
    background: right bottom no-repeat;
}
.pg-portfolio .webs-container .web.web68 .content{
    margin-left: 0px;
}

.pg-portfolio .webs-container .web.web73{
    background: right bottom no-repeat;
}
.pg-portfolio .webs-container .web.web73 .content{
    margin-left: 0px;
}

.pg-portfolio .webs-container .web.web64{
    background: left bottom no-repeat;
}
.pg-portfolio .webs-container .web.web64 .content{
    margin-left: 50%;
}

.pg-portfolio .webs-container .web.web67{
    background: right bottom no-repeat;
}
.pg-portfolio .webs-container .web.web67 .content{
    margin-left: 0%;
}

.pg-portfolio .webs-container .web.web70{
    background: right bottom no-repeat;
}
.pg-portfolio .webs-container .web.web70 .content{
    margin-left: 0%;
}

.pg-portfolio .webs-container .web.web69{
    background: left bottom no-repeat;
}
.pg-portfolio .webs-container .web.web69 .content{
    margin-left: 50%;
}

.pg-portfolio .webs-container .web.web61{
    background: left bottom no-repeat;
}
.pg-portfolio .webs-container .web.web61 .content{
    margin-left: 50%;
}

.pg-portfolio .webs-container .web.web74{
    background: left bottom no-repeat;
}
.pg-portfolio .webs-container .web.web74 .content{
    margin-left: 50%;
}
*/


.sec-direct_reference_smaller {
	background: #fff;
	padding: 0 0 80px 0;
}

.ourwebs .web {
	width: 354px;
	position: relative;
	height: 200px;
	overflow: hidden;
	display: inline-block;
	margin: 1px 5px;
}

.ourwebs img {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 354px;
	height: 200px;
	border-radius: 1px;
	background: white center center no-repeat;
}

@media only screen and (max-width: 768px) {
	.sec-list .img img, .sec-linelist .img img {
		max-width: 200px;
		max-height: 200px;
	}
}

/****** sekce - kontakt *********/
.sec-contact .content {
	padding-top: 80px;
	padding-left: 100px;
}

.sec-contact #contact-map {
	width: 100%;
	height: 775px;
}

.sec-contact .lg-img {
	margin-left: 0px;
}

.sec-contact .textcont {
	padding-left: 59px;
}

.sec-contact .button-holder {
	margin-top: 50px;
	margin-bottom: 50px;
}

@media only screen and (max-width: 480px) {
	.sec-contact .content {
		padding-left: 0px;
	}
}

/****** sekce - copyright *********/
.sec-copyright {
	text-align: center;
	background: #f7f7f7;
	color: #29099c;
	padding: 20px 20px;
}


/********** antispam */
.as-email, .as-url, .as-message, .as-submit {
	display: none;
}

@media (max-width: 810px) {
	.atlwdg-popup {
		width: calc(100% - 20px) !important;
		min-height: calc(100% - 20px) !important;
	}
}

.infooter {
	display: none;
}

.menutoggle {
	display: none;
	float: right;
	font-weight: 700;
	font-size: 18px;
	border: 2px solid #e0e0e0;
	padding: 3px 10px;
	border-radius: 20px;
	margin-top: 10px;
}

.menutoggle:hover, .menutoggle:focus {
	text-decoration: none;
	background: #f1f1f1;
}

@media (max-width: 1680px) {
	#sec-65 h1, #sec-76 h1, #sec-30 h1 {
		padding-left: 10%;
	}

	#sec-65 .header-ico {
		margin-left: 10%;
	}
}

@media (max-width: 1205px) {
	#horiz-menu nav ul li a {

	}

	.container {
		width: 100%;
	}
}

@media (max-width: 1100px) {
	#horiz-menu nav ul li a.phone {
		display: none;
	}

	.sec-direct_reference .webs-container .web .content, .sec-direct_reference .webs-container.first-right .web .content {
		padding-top: 350px;
		width: 100%;
		margin-left: 0px !important;
	}

	.sec-direct_reference .webs-container .web, .sec-direct_reference .webs-container.first-right .web {
		height: auto;
		background-position: center top;
		background-size: auto 330px;
		margin-bottom: 70px;
	}

	.webs-container .web .cube {
		display: none;
	}
}


@media (max-width: 870px) {

	.menutoggle {
		display: block;
	}

	#horiz-menu nav {

		background: rgba(255, 255, 255, .95);
		display: none;
		width: 100%;
		border-radius: 17px;
		clear: both;
		margin: 15px 0;
		float: left;
	}

	#horiz-menu nav ul {
		margin: 15px 0;
	}

	#horiz-menu nav ul li {
		display: block;
		text-align: center;
	}

	#horiz-menu nav ul li ul {

		display: block;
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
	}

	#horiz-menu nav ul li ul li a {
		color: #8a8a8a;
	}

	#horiz-menu nav ul li a, #horiz-menu.issticky nav ul li a {
		height: auto;
		padding: 10px 0;
	}

	#horiz-menu {
		height: auto;
		min-height: 60px;
	}

	#horiz-menu.issticky {
		height: auto;
		min-height: 60px;
	}

	#horiz-menu nav ul li ul {
		margin: 0 0;
	}

	#logo {
		margin-top: 12px;
	}

	#horiz-menu.issticky #logo {
		margin-top: 12px;
	}

	#logo img, #horiz-menu.issticky #logo img {
		height: 30px;
	}

	body {
		padding-top: 60px;
	}

	#horiz-menu nav ul li a.phone {
		display: inline-block;
	}
}

@media (max-width: 576px) {
	#sec-65 h1, #sec-76 h1, #sec-30 h1 {
		padding-left: 5% !important;
		font-size: 30px;
		padding-right: 25%;
		line-height: 1.25em;
	}

	#sec-65 h1, #sec-76 h1 {
	}
}


@media (max-width: 480px) {
	.sec-copyright {
		font-size: 12px;
	}

	#sec-5 h1 {
		font-size: 21px;
		margin-bottom: 30px;
	}

	#sec-5 p {
		font-size: 12px;
		margin: 0 0 50px 0;
	}

	#sec-5 .content {
		bottom: 6%;
	}

	.sec-homewecan .col-md-3 {
		float: left;
		width: 50%;
	}

	.sec-homewecan .item .image {
		height: 102px !important;
	}

	.sec-homewecan .item .image img {
		max-width: 100%;
		max-height: 128px;
	}

	.sec-homewecan .col-md-3 p {
		font-size: 19px;
	}

	.sec-homewecan .col-md-3 p small {
		font-size: 13px !important;
		line-height: 150%;
		margin-top: 20px;
	}

	#content .sec-homewecan .sec-title {
		padding: 0;
	}

	#content .sec-homewecan .sec-title h2 {
		font-size: 40px;
	}

	.sec-homewecan .item span {
		padding: 3px 10px;
	}

	.sec-homewecan .item span strong {
		font-size: 12px;
	}

	#sec-52 .webs-container .web {
		background-size: 87%;
	}

	#sec-52 .webs-container .web .content {
		padding-top: 310px;
	}

	.webs-container .web .content .button {
		margin-top: 5px;
		height: 55px;
		line-height: 55px;
		font-size: 14px;
	}

	#sec-6 .sipky-cont .block-desc {
		padding: 0 0;
		width: 100%;
	}

	#sec-6 .sipky-cont .block-desc p {
		display: none;
	}

	#sec-6 .sipky-cont .sipka .block {
		padding-right: 0px;
	}

	#sec-6 .sipky-cont .sipka {
		float: left;
		width: 33.3333%;
		height: 64px;
		position: relative;
		overflow: unset;
	}

	#sec-6 .sipky-cont .sipka::before {
		display: block;
		content: " ";
		background: url(../Graphics/postup_before_1.png) no-repeat center;
		width: 8px;
		height: 64px;
		right: -8px;
		top: 0px;
		position: absolute;
		z-index: 1;
	}

	#sec-6 .sipky-cont .sipka-2::before {
		background: url(../Graphics/postup_before_2.png) no-repeat center;
	}

	#sec-6 .sipky-cont .sipka-3::before {
		background: none;
	}

	#sec-6 .sipky-cont .block-desc h3 {
		font-size: 17px;
		font-weight: 500;
		margin: 22px 0 0 0;
	}

	.sec-poptavka_sm .lines {
		display: none;
	}

	#content .sec-poptavka_sm h3 {
		font-weight: 500;
		font-size: 31px;
		line-height: 150%;
	}

	.sec-poptavka_sm p {
		margin-top: 20px;
		margin-bottom: 0px;
		font-size: 19px;
	}

	.sec-poptavka_sm .terms_link {
		display: none;
	}

	.sec-poptavka_sm {
		background: #f7f7f7;
	}

	.sec-footerinfo a {
		color: #c5c5c5;
		font-size: 14px;
		text-decoration: underline;
	}

	#sec-81 {
		padding-bottom: 20px;
	}

	.clearfixen.count-3 {
		clear: both;
		display: block;
	}

	.infooter {
		background: none;
		color: #616161;
		padding-top: 0px;
		padding-bottom: 0px;

		display: block;
	}

	.infooter .lines {
		display: block;
		text-align: left;
		padding-left: 60px;

	}

	footer, .sec-footerinfo, .sec-copyright {
		background: #2a0a9c;
		color: #fff;
	}

	footer {
		padding-top: 0px;
		margin-top: 90px;
		position: relative;
	}

	footer .infooter .lines div, footer .infooter .lines .email a, footer .infooter .lines .address a {
		color: #fff;
	}

	footer::before {
		display: block;
		content: " ";
		width: 100%;
		height: 79px;
		position: absolute;
		top: -77px;
		z-index: 1;
		left: 0px;
		background: url(../Graphics/footer_arrow_top.png) no-repeat center;
		background-size: cover;
	}
}

@media (max-width: 430px) {
	#sec-52 .webs-container .web {
		background-size: auto 220px;
	}

	#sec-52 .webs-container .web .content {
		padding-top: 240px;
	}

	.sec-poptavka_sm input {
		height: 50px;
		padding: 20px 29px;
	}

	.sec-poptavka_sm .floating-label, .sec-poptavka_lg #contact-form .floating-label {
		top: 15px;
		left: 28px;
	}

	.sec-poptavka_sm textarea {
		height: 150px;
		padding: 10px 29px;
	}

	.sec-poptavka_sm input:focus ~ .floating-label, .sec-poptavka_sm input:not(:focus):valid ~ .floating-label {
		top: 6px;
		font-size: 10px;
	}

	.sec-poptavka_sm button {
		height: 60px;
		line-height: 60px;
	}

	#horiz-menu.issticky nav ul li a {
		height: 50px;
		padding: 13px 20px 0 20px;
	}

	.pg-home #sec-52 .web69, .pg-home #sec-52 .web67 {
		display: none;
	}
}

@media (max-width: 415px) {


}

@media (max-width: 400px) {
	.infooter .lines {
		padding-left: 12%;

	}
}

@media (max-width: 375px) {
	.sec-heading #scrolldown-marker {
		bottom: -55px;
	}

	#sec-5 .button.button-red {
		padding: 0px 30px;
		height: 60px;
		line-height: 60px;
	}

	#sec-5 .content {
	}
}

@media (max-width: 350px) {
	.infooter .lines {
		padding-left: 9%;

	}

	#sec-52 .webs-container .web {
		background-size: auto 180px;
	}

	#sec-52 .webs-container .web .content {
		padding-top: 200px;
	}

	#logo {
		width: 182px;
	}

	#logo span.img {
		width: 179px;
		height: 39px;
		background-size: cover;
	}

	#horiz-menu #logo img {
		margin-left: 0;
	}
}

@media (max-width: 325px) {
	#sec-5 p {
		margin: 0 0 40px 0;
	}

	#sec-5 h1 {
		margin-bottom: 20px;
	}

	.sec-heading #scrolldown-marker {
		bottom: -43px;
	}
}

/* thumb before-after */
.hp-articles__item {
	margin-top: 50px;
	display: inline-block;
	padding: 20px;
	background: #fff;
}

#sec-why-cms .creating-wireframe {
	margin-bottom: 70px;
}

.floating-contact {
	position: fixed;
	right: 0px;
	top: 180px;
	display: none;
	background: #fff;
	box-shadow: -5px 5px 15px rgba(0, 0, 0, .3);
	z-index: 2;
	padding: 12px;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.floating-contact:hover, .floating-contact:focus {
	right: -4px;
}

.floating-contact img {
	height: 45px;
}

.pg-mobilni_aplikace .floating-contact, .pg-eshopy .floating-contact, .pg-tvorba_webovych_stranek .floating-contact, .pg- .floating-contact {
	display: inline-block;
}


.cc_container .cc_btn {
	background-color: #2234af !important;
	color: #fff !important;
}

.hp-articles__item .slidecontainer {
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 7;
	width: 100%;
	display: none
}

@media (max-width: 767.98px) {
	.hp-articles__item .slidecontainer {
		display: block
	}
}

.hp-articles__item .slidecontainer [type=range] {
	-webkit-appearance: none;
	background: transparent;
	margin: 12px 0;
	width: 100%
}

.hp-articles__item .slidecontainer [type=range]::-moz-focus-outer {
	border: 0
}

.hp-articles__item .slidecontainer [type=range]:focus {
	outline: 0
}

.hp-articles__item .slidecontainer [type=range]:focus::-webkit-slider-runnable-track {
	background: #fbfbfc
}

.hp-articles__item .slidecontainer [type=range]:focus::-ms-fill-lower {
	background: #eceff1
}

.hp-articles__item .slidecontainer [type=range]:focus::-ms-fill-upper {
	background: #fbfbfc
}

.hp-articles__item .slidecontainer [type=range]::-webkit-slider-runnable-track {
	cursor: default;
	height: 8px;
	transition: all .2s ease;
	width: 100%;
	background: #eceff1;
	border: 0 solid #cfd8dc;
	border-radius: 0
}

.hp-articles__item .slidecontainer [type=range]::-webkit-slider-thumb {
	box-shadow: 4px 4px 4px rgba(0, 0, 0, .2), 0 0 4px rgba(13, 13, 13, .2);
	background: #2133AF;
	border: 2px solid #eceff1;
	border-radius: 12px;
	cursor: default;
	height: 24px;
	width: 24px;
	-webkit-appearance: none;
	margin-top: -8px
}

.hp-articles__item .slidecontainer [type=range]::-moz-range-track {
	cursor: default;
	height: 8px;
	transition: all .2s ease;
	width: 100%;
	background: #eceff1;
	border: 0 solid #cfd8dc;
	border-radius: 0;
	height: 4px
}

.hp-articles__item .slidecontainer [type=range]::-moz-range-thumb {
	box-shadow: 4px 4px 4px rgba(0, 0, 0, .2), 0 0 4px rgba(13, 13, 13, .2);
	background: #2133AF;
	border: 2px solid #eceff1;
	border-radius: 12px;
	cursor: default;
	height: 20px;
	width: 20px
}

.hp-articles__item .slidecontainer [type=range]::-ms-track {
	cursor: default;
	height: 8px;
	transition: all .2s ease;
	width: 100%;
	background: transparent;
	border-color: transparent;
	border-width: 12px 0;
	color: transparent
}

.hp-articles__item .slidecontainer [type=range]::-ms-fill-lower {
	background: #dde3e6;
	border: 0 solid #cfd8dc;
	border-radius: 0
}

.hp-articles__item .slidecontainer [type=range]::-ms-fill-upper {
	background: #eceff1;
	border: 0 solid #cfd8dc;
	border-radius: 0
}

.hp-articles__item .slidecontainer [type=range]::-ms-thumb {
	box-shadow: 4px 4px 4px rgba(0, 0, 0, .2), 0 0 4px rgba(13, 13, 13, .2);
	background: #33c9f5;
	border: 2px solid #eceff1;
	border-radius: 12px;
	cursor: default;
	height: 20px;
	width: 20px;
	margin-top: 2px
}

.hp-articles__item .slidecontainer [type=range]:disabled::-webkit-slider-thumb {
	cursor: not-allowed
}

.hp-articles__item .slidecontainer [type=range]:disabled::-moz-range-thumb {
	cursor: not-allowed
}

.hp-articles__item .slidecontainer [type=range]:disabled::-ms-thumb {
	cursor: not-allowed
}

.hp-articles__item .slidecontainer [type=range]:disabled::-webkit-slider-runnable-track {
	cursor: not-allowed
}

.hp-articles__item .slidecontainer [type=range]:disabled::-ms-fill-lower {
	cursor: not-allowed
}

.hp-articles__item .slidecontainer [type=range]:disabled::-ms-fill-upper {
	cursor: not-allowed
}

.hp-articles__item .title {
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 14px;
	color: #adb2c1;
	padding-left: 40px;
	display: block;
	position: relative;
	margin-bottom: 40px;
	max-width: 400px
}

.hp-articles__item .title:after {
	position: absolute;
	left: 0;
	top: 10px;
	height: 2px;
	width: 25px;
	background: #2133AF;
	background: -moz-linear-gradient(left, #31d9e4 0%, #34c4fb 100%);
	background: -webkit-linear-gradient(left, #31d9e4 0%, #34c4fb 100%);
	background: linear-gradient(to right, #31d9e4 0%, #34c4fb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1", endColorstr="$color2", GradientType=1);
	content: ""
}

.hp-articles__item .text {
	font-size: 18px;
	max-width: 400px;
	display: block;
	line-height: 35px;
	margin-bottom: 40px
}

.hp-articles__item .thumb--mousemove {
	overflow: hidden;
	position: relative;
	display: inline-block
}

.hp-articles__item .thumb img {
	max-width: 100%
}

.hp-articles__item .thumb-md {
	position: absolute;
	top: 25px;
	left: -50px
}

@media only screen and (max-width: 1400px) {
	.hp-articles__item .thumb-md {
		left: 25px
	}
}

.hp-articles__item .thumb-1 {
	position: relative;
	z-index: 1
}

.hp-articles__item .thumb-2 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	width: 50%;
	overflow: hidden;
	border-right: 3px solid #ed145b
}

.hp-articles__item .thumb-2 img {
	max-width: none;
	height: 100%
}

@media screen and (max-width: 992px) {
	.hp-articles__item .thumb-md {
		display: none
	}
}

@media screen and (max-width: 767px) {
	.hp-articles__item {
		text-align: center
	}

	.hp-articles__item .text {
		margin-bottom: 30px;
		max-width: none
	}

	.hp-articles__item h2 {
		margin-bottom: 30px;
		text-align: center;
		line-height: 130%
	}

	.hp-articles__item .title {
		padding: 0;
		margin: 0;
		margin-bottom: 30px;
		text-align: center;
		max-width: none
	}

	.hp-articles__item .title:after {
		display: none
	}

	.hp-articles__item .thumb {
		margin-bottom: 30px
	}
}

@media (max-width: 768px) {
	.pg-sluzby_tvorba .crosslist .row {
		min-height: 50px;
		padding: 10px 0;
		position: relative;
	}

	.pg-sluzby_tvorba .crosslist .path-mark {
		margin-left: -25px;
		margin-top: -90px;
		transform: scale(.5);
	}

	.pg-sluzby_tvorba .crosslist #line-path {
		display: none;
	}

	.pg-sluzby_tvorba .crosslist:before {
		content: '';
		position: absolute;
		top: 50px;
		bottom: 25px;
		display: block;
		left: 55px;
		background-color: #01defb;
		width: 2px;
	}

	.pg-sluzby_tvorba .block.img {
		display: inline-block;
		padding: 0;
		min-height: 0;
		width: 120px;
	}

	.pg-sluzby_tvorba .block.img img {
		max-width: 120px;
		max-height: 120px;
	}

	.pg-sluzby_tvorba .block.text {
		max-width: 60%;
		min-height: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 15px;
		align-items: center;
		display: flex;
	}

	.pg-sluzby_tvorba .block.text h2 {
		font-size: 18px;
		font-weight: 500;
	}

	.crosslist .row.last-node .text {
		max-width: 60% !important;
		text-align: left !important;
		padding: 0 15px;
	}

	.crosslist .row.last-node .img img {
		max-width: 80px;
	}

}
