button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
html,
body {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
body {
	font-family: 'Montserrat', Arial, sans-serif;
	color: #465581;
	font-size: 16px;
	letter-spacing: normal;
	font-weight: 500;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	position: relative;
}
body .line {
	content: '';
	background: #E2FDFF;
	width: calc(100% + 400px);
	height: 550px;
	display: block;
	position: absolute;
	top: 0;
	left: -200px;
	transform: rotate(-15deg);
	z-index: -1;
}
body .line.top:before {
	content: '';
	background: #E2FDFF;
	width: 60%;
	height: 500px;
	display: block;
	position: absolute;
	top: -230px;
	left: 0;
	transform: rotate(15deg);
}
body.services-page .line {
	background: #EBFEFF;
}
header {
	width: 100%;
	position: absolute;
	z-index: 333;
	left: 0;
	top: 0;
	padding: 17px 0;
}
a {
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	text-decoration: none;
}
img {
	width: auto;
	max-width: 100%;
}
body#logged header {
	top: 32px;
}
p {margin: 0;}
.row {
	margin: 0 auto;
	max-width: 1180px;
	width: 100%;
	padding: 0 20px;
}
.logo {
	float: left;
	width: 166px;
	color: transparent;
	font-size: 0;
}
.main-menu ul li.langs > a:before {
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	position: absolute;
	top: 4px;
	right: -20px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #253566 transparent transparent transparent;
}
.main-menu ul li.langs:hover > a:before {
	border-color: #13DDF7 transparent transparent transparent;
}
.main-menu ul li.langs:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
	display: block;
	left: -20px;
	width: 60px;
	top: 25px;
}
.main-menu ul li.langs ul.sub-menu:before {
	display: none;
}
.main-menu ul li.langs ul.sub-menu li {
	width: 100%;
	margin-left: 0;
	display: block;
	height: inherit;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0 20px;
}
.main-menu ul li.langs ul.sub-menu li a:hover {
	border-color: #fff;
	color: #13DDF7;
}
.main-menu {
	width: calc(100% - 450px);
	margin-top: 21px;
	float: left;
}
.login {
	float: right;
	margin-top: 8px;
	margin-right: 75px;
	position: relative;
}
.login a.button {
	font-size: 18px;
	color: #fff;
	min-width: auto;
	height: 36px;
	line-height: 36px;
}
.login .sub-menu {
	width: 200px;
	left: 0;
	top: 70px;
	list-style: none;
	margin: 0;
	z-index: 777;
	padding-top: 5px;
	padding-bottom: 10px;
}
.login .sub-menu:before {
	left: 35px;
}
.login .sub-menu li {
	padding: 15px 0;
	float: left;
	width: 100%;
	border-top: 1px solid #AAAEBD;
}
.login .sub-menu li:first-child {
	border-top: 0;
}
.login .sub-menu li a {
	color: #454f62;
	font-size: 20px;
	font-weight: 700;
}
.login .sub-menu li i {
	float: left;
	margin-right: 11px;
	margin-top: 4px;
}
.login .sub-menu li i:before {
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
.login .sub-menu li i:before {color: #454f62;}
.login .sub-menu li:hover i:before {color: #9DEFF8;}
.login .sub-menu li:hover a {
	color: #9DEFF8;
}
body.open-login .login .sub-menu {
	visibility: visible;
	opacity: 1;
}
.main-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-menu ul li {
	display: inline-block;
	margin: 0 0 0 40px;
	height: 50px;
	position: relative;
	z-index: 600;
}
.main-menu ul ul {
	display: none;
}
.main-menu ul li a {
	font-size: 16px;
	color: #253566;
	font-weight: 600;
	padding-bottom: 10px;
	position: relative;
	border-bottom: 3px solid transparent;
}
.main-menu ul li.langs {
	position: absolute;
	right: 32px;
	z-index: 888;
}
.main-menu ul li:hover > a, .main-menu ul li.current-menu-item > a, .main-menu ul li.active a, .main-menu ul li.current-menu-parent > a, body.solutions-active .main-menu ul li.menu-item-5 > a, .main-menu ul li.current-page-ancestor > a {
	/*color: #13DDF7;*/
	border-color: #13DDF7;
}
header .row {
	position: relative;
}
.sub-menu {
	max-width: 570px;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 75px;
	left: 140px;
	padding: 15px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(122,122,122,0.1);
	-moz-box-shadow: 0px 0px 25px 0px rgba(122,122,122,0.1);
	box-shadow: 0px 0px 25px 0px rgba(122,122,122,0.1);
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	opacity: 0;
	visibility: hidden;
	z-index: 600;
}
.sub-menu-small {
	max-width: 100%;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 75px;
	left: 0;
	padding: 18px 30px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 25px 0px rgba(122,122,122,0.1);
	-moz-box-shadow: 0px 5px 25px 0px rgba(122,122,122,0.1);
	box-shadow: 0px 5px 25px 0px rgba(122,122,122,0.1);
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	z-index: 600;
	text-align: center;
}
.sub-menu-small ul {
	margin: 0;
	padding: 0;
	list-style: none;
} 
.sub-menu-small ul ul {
	display: none;
} 
.sub-menu-small ul li {
	display: inline-block;
	margin: 0 25px 18px;
}
.sub-menu-small ul li a {
	font-size: 16px;
	color: #253566;
	font-weight: 400;
	padding-bottom: 15px;
	position: relative;
	border-bottom: 3px solid transparent;
}
.sub-menu-small ul li a:hover, .sub-menu-small ul li.current_page_item > a, .sub-menu-small ul li.current_page_parent > a {
	font-weight: 600;
	border-color: #13DDF7;
}
body.open-tools .tools-submenu, body.open-solutions .solutions-submenu {
	transform: none;
	opacity: 1;
	-webkit-transform: none;
	visibility: visible;
}
.sub-menu-shadow, .login-shadow {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	height: 100%;
	display: none;
}
.login-shadow {
	z-index: 100;
}
body.open-submenu .sub-menu-shadow, body.open-login .login-shadow {
	display: block;
}
.sub-menu.solutions-submenu {
	max-width: 880px;
	left: 245px;
	padding: 0;
}
.sub-menu:before {
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	top: -20px;
	left: 100px;
}
.sub-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sub-menu ul li {
	margin: 15px 0;
	float: left;
	width: 100%;
}
.sub-menu ul li a {
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	color: #465581;
	line-height: 155%;
	/*padding-left: 95px;*/
	float: left;
	min-height: 73px;
	width: 100%;
	background-size: 65px auto;
}
.sub-menu ul li a img, .pages-list ul li a img {
	max-width: 65px;
	height: auto;
	padding: 0 !important;
	float: left;
	margin-right: 30px;
}
.sub-menu ul li a img {
	margin-bottom: 15px;
}
.sub-menu ul li a:hover, .sub-menu ul li:hover span.menu-image-title, .pages-list ul li:hover span.menu-image-title, .pages-list ul li:hover a {
	color: #13DDF7;
}
.sub-menu ul li a strong, .sub-menu ul li a span.menu-image-title, .pages-list ul li a span.menu-image-title {
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	font-size: 24px;
	color: #454f62;
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
}
.sub-menu ul li.leady a {
	background-image: url('img/icon-leady.png');
}
.sub-menu ul li.naseptavac a {
	background-image: url('img/icon-naseptavac.svg');
}
.sub-menu ul li.merk a {
	background-image: url('img/icon-merk.png');
}
.sub-menu ul li.crm a {
	background-image: url('img/icon-crm.png');
}
.sub-menu ul li.automatizace a {
	background-image: url('img/icon-automatizace.png');
}
.sub-menu ul li.konektor a {
	background-image: url('img/icon-konektor.png');
}
.sub-menu ul li.viceklientu a {
	background-image: url('img/icon-viceklientu.png');
}
.sub-menu ul li.obchod40 a {
	background-image: url('img/icon-obchod40.png');
}
.sub-menu ul li.podporaprodeje a {
	background-image: url('img/icon-podporaprodeje.png');
}
.sub-menu ul li.vicepenez a {
	background-image: url('img/icon-vicepenez.png');
}
.sub-menu ul li.kvalitnidata a {
	background-image: url('img/icon-kvalitnidata.png');
}
.sub-menu .left {
	width: calc(100% - 330px);
	float: left;
	padding: 30px;
	border-right: 2px solid #13DDF7;
}
.sub-menu .branch {
	width: 330px;
	float: right;
	padding: 40px 30px;
}
.sub-menu .branch-title {
	color: #253566;
	font-size: 21px;
	font-weight: 700; 
	margin-bottom: 25px;
}
.sub-menu .branch ul li {
	margin: 10px 0;
}
.sub-menu .branch ul li a {
	padding: 7px 0 7px 55px;
	min-height: auto;
	position: relative;
}
.sub-menu .branch ul li img {
	max-width: 35px;
	height: auto;
}
.sub-menu .branch ul li img, .pages-list ul li img {
	margin-right: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
.pages-list ul li img {
	left: 30px;
}
.sub-menu .branch ul li a span {
	font-size: 14px;
	font-weight: 500;
	color: #465581;
	margin-bottom: 0;
	padding-left: 0;
}
.sub-menu .branch ul li a span.description {
	display: none;
}
.sub-menu ul li.branch-icon-1 a {
	background-image: url('img/branch-icon-1.png');
}
.sub-menu ul li.branch-icon-2 a {
	background-image: url('img/branch-icon-2.png');
}
.sub-menu ul li.branch-icon-3 a {
	background-image: url('img/branch-icon-3.png');
}
.sub-menu ul li.branch-icon-4 a {
	background-image: url('img/branch-icon-4.png');
}
.sub-menu ul li.branch-icon-5 a {
	background-image: url('img/branch-icon-5.png');
}
.sub-menu ul li.branch-icon-6 a {
	background-image: url('img/branch-icon-6.png');
}
.sub-menu ul li.branch-icon-7 a {
	background-image: url('img/branch-icon-7.png');
}
.sub-menu ul li.branch-icon-8 a {
	background-image: url('img/branch-icon-8.png');
}
.pages-list {
	margin: 105px 0 85px 0;
	width: 100%;
}
.pages-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pages-list ul li {
	margin: 0 30px 30px 0;
	display: inline-table;
	width: calc(50% - 18px);
}
.pages-list ul li:nth-child(2n+0) {
	margin-right: 0;
}
.pages-list ul li a {
	background-position: calc(100% - 25px) center;
	background-repeat: no-repeat;
	background-image: url('img/page-list-arrow.svg');
	background-color: #FFFFFF;
	padding: 30px 50px 30px 120px;
	display: block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #465581;
	font-size: 16px;
	line-height: 155%;
	position: relative;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(122,122,122,0.1);
	-moz-box-shadow: 0px 0px 25px 0px rgba(122,122,122,0.1);
	box-shadow: 0px 0px 25px 0px rgba(122,122,122,0.1);
}
.pages-list ul li span.menu-image-title {
	padding-left: 0;
}
.pages-list ul li span.description {
	min-height: 50px;
	display: block;
}
section.content.nastroje-page {
	padding-top: 195px;
}
.pages-list.odvetvi ul li a {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	padding: 0;
	box-shadow: none;
}
.pages-list.odvetvi ul li img {
	float: none;
	margin-bottom: 35px;
	position: static;
	transform: none;
	margin-right: 0;
	height: 60px;
	width: auto;
	max-width: 95px;
}
.pages-list.odvetvi ul li span.menu-image-title {
	margin-bottom: 15px;
	font-size: 22px;
}
.pages-list.odvetvi ul li:hover a, .pages-list.odvetvi ul li:hover span {
	color: #465581;
}
header .menu-show {
	position: absolute;
	right: 25px;
	top: -8px;
	display: none;
	width: 35px;
	font-size: 0;
	height: 28px;
	padding-top: 55px;
	z-index: 15;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 150ms linear;
	-moz-transition:150ms linear;
	-ms-transition: 150ms linear;
	-o-transition: 150ms linear;
	transition: 150ms linear;
	cursor: pointer;
	text-transform: uppercase;
}
header .menu-show span {
	position: absolute;
	left: 0;
	display: block;
	width: 35px;
	height: 3px;
	background: #253566;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
header .menu-show span:nth-child(1) {
	top: 23px;
}
header .menu-show span:nth-child(2),
header .menu-show span:nth-child(3) {
	top: 34px;
}
header .menu-show span:nth-child(4) {
	top: 45px;
}
.open-mobile header .menu-show span:nth-child(1) {
	top: 23px;
	left: 50%;
	width: 0%;
}
.open-mobile header .menu-show span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 30px;
}
.open-mobile header .menu-show span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 30px;
}
.open-mobile header .menu-show span:nth-child(4) {
	top: 20px;
	left: 50%;
	width: 0%;
}
body:before {
	background: #E2FDFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0;
	-webkit-transition: 150ms fadeIn;
	-moz-transition:150ms fadeIn;
	-ms-transition: 150ms fadeIn;
	-o-transition: 150ms fadeIn;
	transition: 150ms fadeIn;
}
.open-mobile:before {
	opacity: 1;
	z-index: 500;
}
.open-mobile header {
	z-index: 600;
}
.open-mobile .main-menu {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
}
.open-mobile .main-menu ul {
	display: block;
}
.open-mobile .main-menu ul li {
	width: 100%;
	text-align: center;
	float: left;
	height: inherit;
	margin: 12px 0 !important;
}
.open-mobile .main-menu ul ul {
	margin-top: 15px;
}
.open-mobile .main-menu ul ul li {
	margin: 8px 0 !important;
}
.open-mobile .main-menu ul li a {
	padding: 0;
	font-size: 22px;
}
.open-mobile .main-menu ul li.langs {
	right: 0;
	position: static;
}
.open-mobile .sub-menu:before, .open-mobile .sub-menu-small {display: none;}
.open-mobile .main-menu ul ul.sub-menu {
	display: block !important;
	position: static;
	box-shadow: none;
	background: none;
	visibility: visible;
	opacity: 1;
	max-width: 100%;
}
.open-mobile .main-menu ul ul.sub-menu li a {
	font-size: 16px;
}
section {
	width: 100%;
	float: left;
}
a.button {
	background-color: #FFD400;
	color: #fff;
	font-size: 18px;
	line-height: 55px;
	height: 55px;
	border: 2px solid #FFD400;
	min-width: 225px;
	padding: 0 25px;
	display: table;
	font-weight: 700;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
a.button:hover {
	border-color: #FFD400;
	color: #FFD400;
	background: #fff;
}
a.button.error-button:hover {
	color: #FFD400;
}
a.button.green {
	background-color: #45D28E;
	border-color: #45D28E;
}
a.button.green:hover {
	background: #fff;
	border-color: #45D28E;
	color: #45D28E;
}
a.button.inline {
	display: inline-block;
	margin-right: 20px;
}
a.button.small {
	min-width: inherit;
}
a.button.center {
	margin: 0 auto;
}
a.button.blue {
	background: #9DEFF8;
	border-color: #9DEFF8;
}
a.button.blue:hover, body.open-login .login a.button {
	background: #fff;
	border-color: #9DEFF8;
	color: #9DEFF8;
}
a.button.darkblue {
	background: #13DDF7;
	border-color: #13DDF7;
}
a.button.darkblue:hover {
	background: #fff;
	border-color: #13DDF7;
	color: #13DDF7;
}
a.button.right {
	float: right;
}
a.button.left {
	float: left;
}
.main-box {
	background-position: calc(50% + 300px) calc(100% - 60px);
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 190px;
	background-size: 900px auto;
}
.main-box .box {
	max-width: 430px;
	width: 100%;
	font-size: 16px;
	padding-top: 250px;
}
.main-box .box h1, .main-box .box h2, .section-wrap .half h2 {
	margin: 0 0 30px;
	font-size: 31px;
	font-weight: 700;
	line-height: 195%;
	color: #253566;
}
.main-box .box h1 {
	margin-bottom: 0;
}
.main-box .box h2 {
	height: 42px;
	font-size: 29px;
	line-height: 135%;
}
.main-box .box h2.no-height {
	height: inherit;
	line-height: 175%;
}
.section-wrap .half h2 {
	font-size: 54px;
	line-height: 120%;
}
.section-wrap .half p {
	max-width: 400px;
}
.main-box .box h2 strong, .main-box .box h1 {
	font-size: 64px;
}
.section-wrap .half p.bigger, .elementor-widget-text-editor p.bigger {
	font-size: 21px;
}
.section-wrap .half a.link-more, .elementor-widget-text-editor a.link-more {
	color: #13ddf7;
}
.main-box .box p, .section-wrap .half p, .ref-sections .elementor-widget-text-editor p, .case-study-box p {
	line-height: 145%;
	margin-bottom: 35px;
}
.half {
	float: left;
	width: 50%;
}
.services {
	margin-bottom: 70px;
}
.services .s-box, .contact-cols .s-box, .pages-list.odvetvi ul li {
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	float: left;
	margin: 0 1%;
	width: 23%;
	padding: 45px 25px 25px;
	font-size: 16px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}
.services .s-box .icon, .contact-cols .s-box .icon {
	margin-bottom: 20px;
}
.services .s-box .title, .contact-cols .s-box .title {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
}
.services .s-box p, .contact-cols .s-box p {
	line-height: 145%;
}
.services .s-box:hover, .article:hover, .pages-list.odvetvi ul li:hover {
	transform: translateY(-2px);
	background: #F1FEFF;
}
.section-wrap {
	width: 100%;
	margin: 75px 0;
	float: left;
	position: relative;
}
.section-wrap:nth-child(2n+0) .half-img {
	float: right;
}
.section-wrap .half {
	width: 40%;
}
.section-wrap .half-img {
	width: 60%;
	text-align: center;
}
.refs {
	text-align: center;
	padding: 70px 0;
	position: relative;
}
.page-refs {
	padding: 70px 0;
	position: relative;
}
.refs .line {
	top: 200px;
}
.section-title {
	margin: 0 0 30px;
	font-size: 54px;
	font-weight: 700;
	color: #253566;
	text-align: center;
}
.section-title.small {
	font-size: 31px;
	font-weight: 400;
	line-height: 175%;
	margin-bottom: 60px;
}
.section-title.small.text-left {
	text-align: left;
}
p.desc, div.desc {
	margin: 0 auto 45px;
	font-size: 17px;
	max-width: 700px;
	display: block;
	text-align: center;
	line-height: 155%;
}
div.desc {
	font-size: 20px;
}
.refs a.button.darkblue {
	margin: 0 auto;
}
.refs p.desc {
	margin-bottom: 95px;
}
.refs p {
	margin-bottom: 40px;
}
.testemonials {
	max-width: 900px;
	margin: 0 auto 0;
	display: block;
	text-align: left;
	color: #253566;
}
.testemonials .slide {
	outline: none;
}
.testemonials .slide .img {
	float: left;
	width: 195px;
	border: 3px solid #13DDF7;
	padding: 9px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 65px;
	position: relative;
}
.testemonials .slide .img:before {
	background-image: url('img/testemonials-arrow.png');
	background-repeat: no-repeat;
	display: block;
	width: 74px;
	height: 53px;
	position: absolute;
	top: 0;
	content: '';
	right: -20px;
}
.testemonials .slide .img img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.testemonials .slide .content {
	padding-right: 100px;
	width: calc(100% - 295px);
	float: right;
}
.testemonials .slide .content p {
	font-size: 19px;
	line-height: 155%;
	margin-bottom: 25px;
}
.testemonials .slide .content .name {
	font-size: 16px;
	line-height: 145%;
}
.testemonials .slide .content .name strong {
	font-size: 24px;
	font-weight: 700;
}
.testemonials .slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
}
.testemonials .slick-dots li {
	margin: 0 4px;
}
.testemonials .slick-dots li button {
	border: 0;
	cursor: pointer;
	background: #253566;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	font-size: 0;
	margin: 6px;
	outline: none;
	position: relative;
}
.testemonials .slick-dots li.slick-active button {
	background: #FFD400;
	width: 28px;
	height: 28px;
	margin: 0;
}
.testemonials .slick-dots li.slick-active button:before, .testemonials .slick-dots li.slick-active button:after {
	background: #fff;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 2px;
	left: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: '';
}
.testemonials .slick-dots li.slick-active button:after {
	background: #FFD400;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 6px;
	left: 6px;
}
.refs .clients {
	padding: 70px 0;
}
.clients .c-item {
	margin: 20px 25px;
	display: inline-table;
}
section.services.bottom {
	padding-top: 65px;
}
section.services.bottom .s-box a {
	font-size: 16px;
}
section.services.bottom .s-box.blue a {
	color: #13ddf7;
}
section.services.bottom .s-box.yellow a {
	color: #ffd400;
}
section.services.bottom .s-box.green a {
	color: #45d28e;
}
section.services.bottom .s-box.purple a {
	color: #b500af;
}
section.content {
	padding: 140px 0 80px;
}
section.content.hp {
	padding: 0;
}
.articles {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.article {
	background-color: #fff;
	width: 31%;
	display: inline-table;
	margin: 0 0 5% 3%;
	transition: all 150ms linear;
	position: relative;
	-webkit-transition: all 150ms linear;
}
.article:nth-child(3n+1) {
	margin-left: 0;
}
.article .content {
	/*padding: 0 20px 20px;*/
	padding: 10px 20px 20px;
}
.article .info {
	color: #aab1bb;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 20px 0 15px;
	font-weight: 700;
}
.article .img img {
	height: auto;
}
.article h2 {
	margin: 0 0 10px;
}
.article h2 a {
	color: #465581;
	font-weight: 700;
	font-size: 22px;
}
.article p {
	line-height: 145%;
}
a.link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.video {
	margin-bottom: 65px;
}
.entry p.desc {
	font-size: 22px;
}
.entry p, .right-side p {
	line-height: 145%;
	margin-bottom: 25px;
}
.entry li, .right-side li {
	line-height: 145%;
	margin: 5px 0;
}
section.content.ref-sections .section-wrap {
	margin: 25px 0 60px;
}
section.content.ref-sections .half {
	padding-top: 50px;
	width: calc(95% - 570px);
}
section.content.ref-sections .half p {
	max-width: 100%;
}
section.content.ref-sections .half-img, .case-study-box {
	max-width: 570px;
	width: 50%;
	margin-right: 5%;
	padding-top: 0;
	position: relative;
	-webkit-box-shadow: 0px 16px 24px 0px rgba(177,180,192,0.4);
	-moz-box-shadow: 0px 16px 24px 0px rgba(177,180,192,0.4);
	box-shadow: 0px 16px 24px 0px rgba(177,180,192,0.4);
}
.case-study-box {
	max-width: 100%;
	width: 100%;
	margin-right: 0;
}
section.content.ref-sections .half-img .half-image {
	position: relative;
}
section.content.ref-sections .half-image img {
	display: block;
}
.half-img-content {
	width: 100%;
	color: #465581;
	font-size: 19px;
	padding: 40px 10% 10px 10%;
	text-align: left;
}
.half-img-content .r-logo {
	width: 100%;
	color: #253566;
	font-weight: 700;
	font-size: 29px;
	margin-bottom: 25px;
	line-height: 50px;
}
.half-img-content .r-logo img {
	display: inline-block;
	margin: 0 15px -10px 0;
}
.section-wrap.blue .half-img-content {
	background: #7FE7F4;
}
.section-wrap.green .half-img-content {
	background: #2CBF6E;
	color: #fff;
}
.section-wrap.yellow .half-img-content {
	background: #FFC200;
}
.section-wrap.green .half-img-content .r-logo {
	color: #fff;
}
.half-img-content .r-logo, .case-study-box .r-logo {
	width: 100%;
	color: #253566;
	font-weight: 700;
	font-size: 29px;
	margin-bottom: 25px;
	line-height: 50px;
}
.half-img-content .r-logo img {
	display: inline-block;
	margin: 0 15px -10px 0;
}
.section-wrap.blue .half-img-content, .case-study-box.blue .half-img-content {
	background: #7FE7F4;
}
.section-wrap.green .half-img-content, .case-study-box.green .half-img-content {
	background: #2CBF6E;
	color: #fff;
}
.section-wrap.yellow .half-img-content, .case-study-box.yellow .half-img-content {
	background: #FFC200;
}
.section-wrap.purple .half-img-content, .case-study-box.purple .half-img-content {
	background: #9A0093;
	color: #fff;
}
.section-wrap.green .half-img-content .r-logo, .case-study-box.green .half-img-content .r-logo {
	color: #fff;
}

section.content.ref-sections .section-wrap:nth-child(2n+0) .half-img {
	margin-right: 0;
	margin-left: 5%;
}
section.content.ref-sections .section-wrap.left .half-img {
	float: left;
	margin-right: 5%;
	margin-left: 0;
}
a.button.begin {
	margin-top: 35px;
}
.section-wrap.wide .half.half-img {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	height: 470px;
}
.section-wrap.wide .half-img-content {
	background-image: url('img/half-img-content-yellow.png');
	background-repeat: no-repeat;
	width: 633px;
	height: 470px;
	padding: 65px 5% 20px 170px;
	background-color: transparent;
	position: absolute;
	top: 0;
}
.section-wrap.wide.left .half-img-content {
	background-image: url('img/half-img-content-yellow-left.png');
}
.section-wrap.wide.purple .half-img-content {
	background-image: url('img/half-img-content-purple.png');
	color: #fff;
}
.section-wrap.wide.blue .half-img-content {
	background-image: url('img/half-img-content-blue.png');
}
.section-wrap.wide.blue.right .half-img-content {
	background-image: url('img/half-img-content-blue-right.png');
}
.section-wrap.wide.green .half-img-content {
	background-image: url('img/half-img-content-green.png');
}
.section-wrap.wide.green.right .half-img-content {
	background-image: url('img/half-img-content-green-right.png');
}
.section-wrap.wide.right .half-img-content {
	padding: 65px 5% 20px 170px;
	background-position: top right;
}
.section-wrap.wide.left .half-img-content {
	padding: 65px 170px 20px 5%;
	background-position: left top;
}
.section-wrap.wide.purple.right .half-img-content {
	background-image: url('img/half-img-content-purple-right.png');
}
.section-wrap.wide.right .half-img-content {
	right: 0;
}
.section-wrap.wide.left .half-img-content {
	left: 0;
}
.main-box-refs {
	padding-bottom: 50px;
}
.refs-icons {
	width: 100%;
	padding-top: 150px;
	min-height: 630px;
	text-align: center;
}
.refs-icons .icon {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100px;
	background-color: #FFFFFF;
	width: 185px;
	height: 185px;
	margin: 50px 25px;
	display: inline-block;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(213,243,247,1);
	-moz-box-shadow: 0px 0px 30px 3px rgba(213,243,247,1);
	box-shadow: 0px 0px 30px 3px rgba(213,243,247,1);
	border-radius: 50%;
	position: relative;
}
.refs-icons span {
	padding: 7px 15px;
	min-height: 32px;
	line-height: 135%;
	width: fit-content;
	font-size: 16px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(213,243,247,1);
	-moz-box-shadow: 0px 0px 30px 3px rgba(213,243,247,1);
	box-shadow: 0px 0px 30px 3px rgba(213,243,247,1);
	border-radius: 16px;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translate(-50%,0);
	opacity: 0;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
.refs-icons .icon:hover span {
	opacity: 1;
}
.IconsContainer {
	width: 3000px;
	height: 460px;
	position: relative;
	left: 50px;
	margin-top: 0;
}
.Icon {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-color: #FFFFFF;
	width: 185px;
	height: 185px;
	margin: 50px 25px;
	display: inline-block;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(213,243,247,1);
	-moz-box-shadow: 0px 0px 30px 3px rgba(213,243,247,1);
	box-shadow: 0px 0px 30px 3px rgba(213,243,247,1);
	border-radius: 50%;
	position: relative;
}
.Icon, .Icon span {
	position: absolute;
	will-change: transform, opacity;
}
.Icon span {
	padding: 7px 15px;
	min-height: 32px;
	line-height: 135%;
	width: fit-content;
	font-size: 16px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(213,243,247,1);
	-moz-box-shadow: 0px 0px 30px 3px rgba(213,243,247,1);
	box-shadow: 0px 0px 30px 3px rgba(213,243,247,1);
	border-radius: 16px;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translate(-50%,0);
	opacity: 0;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
.Icon:hover {
	z-index: 9999
}
.Icon:hover span {
	opacity: 1;
}
.Icon-imgABB {
	background-image: url('img/logo/ABB_logo.svg');
}
.Icon-imgCBRE {
	background-image: url('img/logo/CBRE.svg');
}
.Icon-imgCeskaSporitelna {
	background-image: url('img/logo/ceska-sporitelna.svg');
}
.Icon-imgHochtief {
	background-image: url('img/logo/Hochtief.svg');
}
.Icon-imgHuawei {
	background-image: url('img/logo/Huawei.svg');
	background-size: auto 60%;
}
.Icon-imgKB {
	background-image: url('img/logo/KB.svg');
}
.Icon-imgLivesport {
	background-image: url('img/logo/Livesport.svg');
}
.Icon-imgLTIC {
	background-image: url('img/logo/LTIC.jpg');
}
.Icon-imgMall {
	background-image: url('img/logo/Mall.svg');
}
.Icon-imgMoneta {
	background-image: url('img/logo/Moneta.svg');
}
.Icon-imgO2 {
	background-image: url('img/logo/O2.svg');
}
.Icon-imgOfficedepot {
	background-image: url('img/logo/Officedepot.svg');
}
.Icon-imgOrange {
	background-image: url('img/logo/Orange.svg');
	background-size: auto 60%;
}
.Icon-imgPricewaterhouseCoopers {
	background-image: url('img/logo/PricewaterhouseCoopers.svg');
}
.Icon-imgRohlik {
	background-image: url('img/logo/Rohlik.svg');
}
.Icon-imgSamsung {
	background-image: url('img/logo/Samsung.svg');
}
.Icon-imgSeznam {
	background-image: url('img/logo/Seznam.svg');
}
.Icon-imgStill {
	background-image: url('img/logo/Still.svg');
}
.Icon-imgTPCA {
	background-image: url('img/logo/TPCA.png');
}
.Icon-imgUnipetrol {
	background-image: url('img/logo/Unipetrol.svg');
}
.Icon-imgZonky {
	background-image: url('img/logo/Zonky.png');
}
.services-logo {
	margin-bottom: 45px;
}
.services-logo img {
	height: 63px;
	width: auto;
}
.main-box.services-page {
	background-position: calc(50% + 400px) calc(100% - 60px);
}
.main-box.services-page .box {
	max-width: 480px;
	padding-top: 200px;
}
.main-box.services-page.main-box-leady {
	padding-bottom: 0;
	background: #E2FDFF;
	overflow: hidden;
}
.main-box.services-page.main-box-leady .box {
	max-width: 100%;
	text-align: center;
}
.main-box.services-page.main-box-leady .box a.button.blue {
	margin-right: 0;
}
.main-box.services-page.main-box-leady .box a.button {
	margin-top: 10px;
	line-height: 51px;
}
.main-box.services-page.main-box-leady .box h2 {
	margin-bottom: 10px;
	padding-top: 30px;
}
.main-box.services-page.main-box-leady .box h2 strong {
	font-size: 52px;
}
.main-box.services-page.main-box-leady .services-logo {
	text-align: left;
}
.main-box.services-page.merk {
	height: 100vh;
	min-height: 950px;
	max-height: 950px;
}
.main-box.services-page.merk .box {
	max-width: 600px;
}
.main-box.services-page.merk .box p {
	max-width: 450px;
}
section.services-content {
	text-align: center;
	padding-top: 60px;
}
section.services-content img {
	height: auto !important;
}
section.services-content .row {
	max-width: 100%;
	padding: 0;
}
section.services-content .desc {
	max-width: 820px;
	padding: 0 20px;
	display: block;
	margin: 0 auto 65px;
}
section.services-content .desc a {
	color: #13ddf7;
}
section.services-content ul {
	margin: -35px 0 45px;
	padding: 0;
	list-style: none;
}
section.services-content ul li {
	margin: 20px 0;
}
section.services-content ul li:before {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 15px;
	content: '';
	position: relative;
	bottom: -2px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('img/entry-li.png');
}
section.services-content .desc a:hover {
	text-decoration: underline;
}
section.services-content .wide-img {
	margin-bottom: 55px;
}
section.services-content a.button {
	margin-bottom: 30px;
}
p.yellow-box {
	background: #FFD400;
	padding: 5px 10px;
	position: relative;
	top: 7px;
	border-radius: 5px;
	display: inline-block;
}
a.button.green-shadow {
	-webkit-box-shadow: 0px 20px 25px 10px rgba(179,227,206,0.55);
	-moz-box-shadow: 0px 20px 25px 10px rgba(179,227,206,0.55);
	box-shadow: 0px 20px 25px 10px rgba(179,227,206,0.55);
}
section.services-content a.button.green-shadow {
	margin-bottom: 75px;
	margin-top: 95px;
}
.page-refs .row {
	max-width: 100%;
	padding: 0;
}
.page-testemonials .slide {
	width: 430px;
	height: 580px;
	-webkit-box-shadow: 0px 20px 25px 10px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 20px 25px 10px rgba(0,0,0,0.10);
	box-shadow: 0px 20px 25px 10px rgba(0,0,0,0.10);
	float: left;
	padding: 0 50px 50px;
	font-size: 18px;
	outline: none;
	margin: 60px 40px 60px 0;
}
.page-testemonials .slide .img {
	margin-top: -25px;
	text-align: center;
	margin-bottom: 40px;
}
.page-testemonials .slide .img img {
	-webkit-box-shadow: 0px 10px 25px 10px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 10px 25px 10px rgba(0,0,0,0.10);
	box-shadow: 0px 10px 25px 10px rgba(0,0,0,0.10);
	border-radius: 50%;
	width: 145px;
	height: auto;
	margin: auto;
}
.page-testemonials .slide p {
	margin-bottom: 30px;
	line-height: 160%;
	min-height: 170px;
}
.wroteaboutus .page-testemonials .slide p {
	margin-bottom: 30px;
	line-height: 160%;
	height: 105px;
	overflow: hidden;
	font-size: 16px;
	min-height: inherit;
}
.page-testemonials .slide .name {
	font-size: 16px;
}
.page-testemonials .slide .name br {
	display: none;
}
.page-testemonials .slick-arrow, .partners-slider .slick-arrow {
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	-webkit-box-shadow: 0px 10px 25px 10px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 10px 25px 10px rgba(0,0,0,0.10);
	box-shadow: 0px 10px 25px 10px rgba(0,0,0,0.10);
	width: 60px;
	height: 60px;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	outline: none;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	font-size: 0;
	z-index: 333;
}
.page-testemonials .slick-arrow:hover, .partners-slider .slick-arrow:hover {
	-webkit-box-shadow: 0px 10px 25px 10px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 10px 25px 10px rgba(0,0,0,0.20);
	box-shadow: 0px 10px 25px 10px rgba(0,0,0,0.20);
}
.page-testemonials .slick-next, .partners-slider .slick-next {
	background-image: url('img/arrow-right.png');
	right: 50px;
}
.page-testemonials .slick-prev, .partners-slider .slick-prev {
	background-image: url('img/arrow-left.png');
	left: 50px;
}
.partners-slider .slick-next {
	right: -30px;
}
.partners-slider .slick-prev {
	left: -30px;
}
section.services-videos {
	padding: 40px 0 85px;
}
section.services-videos a.button {
	margin-top: 75px;
}
section.services-videos iframe {
	-webkit-box-shadow: 0px 10px 25px 10px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 10px 25px 10px rgba(0,0,0,0.10);
	box-shadow: 0px 10px 25px 10px rgba(0,0,0,0.10);
}
section.refs.merk {
	padding-top: 0;
}
.services.merk {
	text-align: center;
}
.services.merk .s-box {
	width: 22.5%;
	float: none;
	display: inline-table;
}
.services.merk.naseptavac-boxes .s-box {
	width: 30.5%;
}
.content-top {
	padding: 70px 0 40px 0;
}
.content-top .section-title {
	margin-bottom: 20px;
}
sidebar {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	float: left;
	width: 255px;
}
sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
sidebar ul li {
	margin: 12px 0;
	width: 100%;
	float: left;
}
sidebar ul li a {
	font-size: 14px;
	color: #465581;
	padding: 10px 0 10px 40px;
	width: 100%;
	float: left;
	background-position: left center;
	background-repeat: no-repeat;
}
sidebar ul li.page-item-52 a {
	background-image: url('img/data-icon-1.png');
}
sidebar ul li.page-item-58 a {
	background-image: url('img/data-icon-2.png');
}
sidebar ul li.page-item-60 a {
	background-image: url('img/data-icon-3.png');
}
sidebar ul li.page-item-62 a {
	background-image: url('img/data-icon-4.png');
}
sidebar ul li.page-item-64 a {
	background-image: url('img/data-icon-5.png');
}
sidebar ul li.page-item-66 a {
	background-image: url('img/data-icon-6.png');
}
sidebar ul li a:hover, sidebar ul li.current_page_item a {
	font-weight: 700;
}
.right-side {
	float: right;
	width: calc(100% - 305px);
}
.right-side.without-sidebar {
	padding-top: 55px;
	width: 100%;
}
.right-side.pad-top {
	padding-top: 55px;
}
.right-side h1 {
	margin-top: 20px;
	text-align: center;
}
.right-side h2 {
	font-weight: 400;
	line-height: 165%;
	font-size: 31px;
	margin: 0 0 55px;
}
.right-side ul {
	margin: 0 0 35px 30px;
}
.right-side ul li {
	margin-bottom: 5px;
	line-height: 145%;
}
.img-circle {
	border-radius: 50%;
}
.right-side .box-img img {
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(122,122,122,0.2);
	-moz-box-shadow: 0px 0px 25px 0px rgba(122,122,122,0.2);
	box-shadow: 0px 0px 25px 0px rgba(122,122,122,0.2);
}
.alignleft {
	float: left;
	margin: 0 0 35px 25px;
}
.alignright {
	float: right;
	margin: 0 25px 35px 0;
}
.aligncenter {
	float: none;
	display: block;
	margin: 0 auto 35px;
	text-align: center !important;
}
.right-side .box-main-img {
	margin: 65px 0 85px;
}
.right-side .box {
	margin: 60px 0 60px;
	width: 100%;
	float: left;
}
.right-side .box.full .box-content {
	width: 100%;
}
.right-side .box p {
	line-height: 165%;
}
.right-side .box-img {
	width: 300px;
	float: left;
}
.right-side .box-content {
	width: calc(100% - 310px);
	float: right;
}
.right-side .box.right .box-img {
	float: right;
	text-align: right;
}
.right-side h3 {
	font-size: 29px;
	line-height: 135%;
	font-weight: 700;
	margin: 0 0 30px;
}
.right-side a {
	color: #13ddf7;
}
.right-side a.button {
	color: #fff;
}
.wistia_responsive_padding, .right-side iframe {
	margin-bottom: 45px;
}
.box-testemonial .left {
	float: left;
	width: 200px;
}
.box-testemonial .right {
	float: right;
	width: calc(100% - 200px);
}
.box-testemonial .right span.name {
	line-height: 145%;
}
ul.special-2 {
	list-style: none;
	padding: 0 0 0 60px;
	margin: 0 0 40px;
}
ul.special-2 li {
	margin: 25px 0;
}
ul.special-2 li span {
	position: relative;
}
ul.special-2 li span:before {
	color: #1CDF81;
	font-size: 25px;
	position: absolute;
	left: -45px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
section.contact-info {
	padding-top: 200px;
}
section.contact-info .wide {
	float: left;
	width: 100%;
	margin: 60px 0;
}
section.contact-info .wide.map-wrap {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(122,122,122,0.2);
	-moz-box-shadow: 0px 0px 25px 0px rgba(122,122,122,0.2);
	box-shadow: 0px 0px 25px 0px rgba(122,122,122,0.2);
	height: 260px;
	overflow: hidden;
}
.contact-cols .s-box {
	padding-left: 0;
	padding-right: 0;
}
.contact-cols .s-box a {
	color: #465581;
}
.contact-cols .s-box p {
	line-height: 175%;
}
.wide.place {
	text-align: center;
}
.wide.place p {
	font-size: 21px;
}
.wide.place p a {
	color: #13ddf7;
}
p.desc a {
	color: #33DFF8;
}
section.content.team {
	padding-top: 0;
}
.team-items {
	margin-bottom: 100px;
	float: left;
	width: 100%;
}
.team-items .item {
	display: inline-block;
	width: 32.5%;
	margin: 35px 0;
}
.team-items .photo {
	float: left;
	width: 100px;
}
.team-items .photo img, .career-item {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(122,122,122,0.1);
	-moz-box-shadow: 0px 0px 25px 0px rgba(122,122,122,0.1);
	box-shadow: 0px 0px 25px 0px rgba(122,122,122,0.1);
}
.team-items .item:nth-child(4n+1) .photo img {
	transform: rotate(10deg);
}
.team-items .item:nth-child(4n+0) .photo img {
	transform: rotate(-10deg);
}
.team-items .item:nth-child(4n+2) .photo img {
	transform: rotate(-5deg);
}
.team-items .content {
	float: right;
	width: calc(100% - 130px);
}
.team-items .content .name {
	margin: 10px 0 20px;
	line-height: 145%;
}
.team-items .content a {
	color: #13ddf7;
}
.career-items {
	margin: 85px 0 120px;
}
.career-item {
	width: calc(49.5% - 15px);
	margin: 0 0 30px 30px;
	float: none;
	display: inline-table;
}
.career-item:nth-child(2n+1) {
	margin-left: 0;
}
.career-item .half-image, section.content.ref-sections .half-img .half-image, .case-study-box .half-image {
	position: relative;
	width: 100%;
	float: left;
}
.career-item .half-image:before, section.content.ref-sections .half-img .half-image:before, .case-study-box .half-image:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: '';
	z-index: 777;
	background-position: left top;
	background-repeat: no-repeat;
	height: 110px;
}
.career-item.blue .half-image:before, .section-wrap.blue .half-image:before, .case-study-box.blue .half-image:before {
	background-image: url('img/career-blue.png');
}
.career-item.purple .half-image:before, .section-wrap.purple .half-image:before, .case-study-box.purple .half-image:before {
	background-image: url('img/career-purple.png');
}
.career-item.green .half-image:before, .section-wrap.green .half-image:before, .case-study-box.green .half-image:before {
	background-image: url('img/career-green.png');
}
.career-item.yellow .half-image:before, .section-wrap.yellow .half-image:before, .case-study-box.yellow .half-image:before {
	background-image: url('img/career-yellow.png');
}
.career-item .half-image img {
	float: left;
}
.career-item .half-img-content {
	padding-bottom: 40px;
	color: #465581;
}
.career-item.blue .half-img-content {
	background: #7FE7F4;
}
.career-item.purple .half-img-content {
	background: #9A0093;
	color: #fff;
}
.career-item.purple .half-img-content .r-logo, .career-item.green .half-img-content .r-logo, .career-item.purple .half-img-content a.more-info, .career-item.green .half-img-content a.more-info {
	color: #fff;
}
.career-item.purple .half-img-content a.more-info:before, .career-item.green .half-img-content a.more-info:before {
	border-color: #fff transparent transparent transparent;
}
.career-item.green .half-img-content {
	background: #2CBF6E;
	color: #fff;
}
.career-item.yellow .half-img-content {
	background: #FFC200;
}
.career-item .half-img-content p {
	line-height: 145%;
	margin-bottom: 25px;
	font-size: 19px;
}
.career-item .half-img-content a.more-info {
	margin: 10px auto 0;
	color: #465581;
	font-size: 19px;
	font-weight: 900;
	display: table;
	position: relative;
}
.career-item .half-img-content a.more-info:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #253566 transparent transparent transparent;
	position: absolute;
	top: 7px;
	right: -22px;
	content: '';
}
.career-item .content-hidden {
	display: none;
	padding-top: 0;
}
.career-item.opened .content-hidden {
	display: block;
}
.partners-slider {
	height: 430px;
	width: 100%;
	margin: 90px 0 100px;
	position: relative;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(122,122,122,0.1);
	-moz-box-shadow: 0px 0px 25px 0px rgba(122,122,122,0.1);
	box-shadow: 0px 0px 25px 0px rgba(122,122,122,0.1);
}
.partners-slider .slide {
	background-color: #fff;
	height: 430px;
	width: 100%;
	outline: none;
}
.partners-slider .slide .half-image {
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url('img/half-img-content-purple.png');
	width: 50%;
	height: 430px;
	float: left;
}
.partners-slider .slide .half-img-content {
	width: 50%;
	height: 430px;
	float: left;
}
.partners-slider .slide .half-img-content p {
	line-height: 155%;
	margin-bottom: 25px;
}
.partners-slider .slide .half-img-content p a {
	color: #465581;
	text-decoration: underline;
}
.partners-slider .slide .half-img-content {
	padding: 90px 50px 0 60px;
}
.partners-slider .slide .half-img-content p.name {
	font-size: 16px;
}
.partners-slider .half-image {
	position: relative;
}
.partners-slider .half-image .r-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-60%,-50%);
}
.clients.partners {
	text-align: center;
	margin-bottom: 85px;
}
.clients.partners img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
section.wroteaboutus {
	padding-top: 0;
}
.wroteaboutus .slide {
	padding-top: 50px;
	position: relative;
}
.wroteaboutus .slide .w-logo {
	margin-bottom: 20px;
}
.wroteaboutus .slide .content h3 {
	min-height: 72px;
}
.wroteaboutus .slide .w-logo img {
	width: auto;
	max-height: 45px;
}
.wroteaboutus .slide a.read {
	float: right;
	color: #13ddf7;
	margin-top: 20px;
}
.rotate-wrap {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 538px;
	height: 394px;
}
.rotate-wrap img {
	position: relative;
	z-index: 222;
}
.rotate {
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	animation: rotateGear 8s infinite linear;
}
.rotate1 {
	background-image: url('img/rotate1.png');
	top: 36%;
	left: 2%;
	width: 216px;
	height: 217px;
	animation: rotateGearTwo 6s infinite linear;
	animation-delay: 950ms;
}
.rotate2 {
	background-image: url('img/rotate2.png');
	top: 0;
	left: 35%;
	width: 269px;
	height: 267px;
}
.rotate3 {
	background-image: url('img/rotate3.png');
	top: 55%;
	right: 1%;
	width: 161px;
	height: 165px;
	animation: rotateGearTwo 6s infinite linear;
	animation-delay: 950ms;
}
@-webkit-keyframes rotateGear {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotateGearTwo {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateGear {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotateGearTwo {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.kariera-wrap {
	position: relative;
	width: 100%;
	float: left;
}
.kariera-wrap .line {
	top: 1250px;
	width: 400%;
	left: -150%;
}
.contact-tabs, .form-tabs {
	background-color: #fff;
	padding: 5px;
	text-align: center;
	max-width: 680px;
	border-radius: 50px;
	margin: 55px auto 35px;
	width: 100%;
}
.contact-tabs ul, .form-tabs ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.contact-tabs ul li, .form-tabs ul li {
	line-height: 40px;
	height: 40px;
	width: 24.5%;
	border-radius: 45px;
	display: inline-block;
	cursor: pointer;
}
.contact-tabs ul li.current, .form-tabs ul li.current {
	color: #fff;
	font-weight: 700;
	background: #13DDF7;
	-webkit-box-shadow: 0px 20px 15px 5px rgba(19,221,247,0.25);
	-moz-box-shadow: 0px 20px 15px 5px rgba(19,221,247,0.25);
	box-shadow: 0px 20px 15px 5px rgba(19,221,247,0.25);
}
.tab-content {
	display: none;
}
.tab-content.current {
	display: block;
}
.naseptavac-tabs, .form-wrap, .wide-cols {
	display: block;
	margin: 100px auto 0;
	max-width: 1180px;
	padding: 0 20px;
}
.naseptavac-tabs .content-tabs {
	float: left;
	width: 55%;
}
.naseptavac-tabs .menu-tabs {
	float: right;
	width: 45%;
}
.naseptavac-tabs .menu-tabs li {
	text-align: left;
	font-size: 15px;
	cursor: pointer;
	line-height: 155%;
	margin-bottom: 30px;
	padding-left: 70px;
	background-position: left center;
	background-repeat: no-repeat;
}
.naseptavac-tabs .menu-tabs li.current {
	background-image: url('img/icon-tab-naseptavac.png');
}
.naseptavac-tabs .menu-tabs li strong {
	font-size: 23px;
	margin-bottom: 13px;
	line-height: 125%;
	display: block;
}
section.services-content .naseptavac-tabs .menu-tabs ul li:before, section.services-content .form-left ul li:before, section.services-content .form-tabs ul li:before {display: none;}
.form-left {
	float: left;
	width: 40%;
	text-align: left;
	padding-right: 30px;
}
.form-left h2 {
	text-align: left;
}
section.services-content .form-left ul {
	margin: 45px 0 30px 20px;
	list-style: disc;
}
.form-left ul li {
	font-weight: 700;
}
.form-right {
	float: right;
	width: 60%;
}
.form-right .form-content {
	background: #fff;
	border-radius: 10px;
	width: 100%;
	border: 10px solid #F2F6F9;
	padding: 20px 25px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(122,122,122,0.1);
	-moz-box-shadow: 0px 0px 25px 0px rgba(122,122,122,0.1);
	box-shadow: 0px 0px 25px 0px rgba(122,122,122,0.1);
	float: left;
	margin-top: 50px;
}
.form-right .form-text {
	font-family: 'Montserrat', Arial, sans-serif;
	outline: none;
	border-radius: 10px;
	background: #F2F6F9;
	width: 100%;
	border: 0;
	padding: 12px 20px;
	margin-bottom: 20px;
	color: #465581;
	font-size: 16px;
	float: left;
}
.form-right .form-text.half {
	width: calc(50% - 10px);
}
.form-right .form-text.half.right {
	float: right;
}
.form-right .form-text.obec {
	width: 60%;
}
.form-right .form-text.psc {
	width: calc(40% - 20px);
	float: right;
}
.form-right .form-text.predvolba {
	width: 85px;
}
.form-right .form-text.tel {
	width: calc(100% - 105px);
	float: right;
}
.form-tabs {
	max-width: 450px;
	display: block;
	margin: 0 auto;
}
.form-tabs ul {
	margin: 0 !important;
}
.form-tabs ul li {
	margin: 0 !important;
	width: 49.5%;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
}
.fixed-row .row {
	max-width: 1180px !important;
	padding: 0 20px !important;
}
.wide-cols .w-cols {
	text-align: center;
	width: 32.5%;
	display: inline-table;
	margin-bottom: 80px;
}
.wide-cols .w-cols .icon {
	margin-bottom: 35px;
}
.wide-cols .w-cols .title {
	font-weight: 700;
	font-size: 29px;
	margin-bottom: 30px;
}
.wide-cols .w-cols p {
	padding: 0 10%;
	line-height: 175%;
}
.video-wrap-icons {
	background-image: url('img/video-box-wrap-icons.png');
	background-repeat: no-repeat;
	background-position: center calc(50% + 50px);
}
.lines-wrap-icons {
	background-image: url('img/lines-wrap-icons.png');
	background-repeat: no-repeat;
	background-position: center 50px;
}
.section-wrap.item-1 .half-img img {
	margin: -30px 0 0 -50px;
}
.section-wrap.item-3 .half-img img {
	margin: -30px 0 0 -50px;
}
.section-wrap.item-4 .half-img img {
	margin: -30px 0 0 0;
}
.entry p a {
	text-decoration: underline;
	color: #9DEFF8;
}
.entry p a:hover {
	text-decoration: none;
}
.wp-pagenavi {
	width: 100%;
	float: left;
	margin-top: 35px;
}
.wp-pagenavi a, .wp-pagenavi span {
	margin-right: 10px;
	display: inline-block;
	padding: 0 26px;
	height: 40px;
	color: #fff;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
	background: #9DEFF8;
	border: 2px solid transparent;
}
.wp-pagenavi a:hover, .wp-pagenavi span {
	background: #fff;
	color: #9DEFF8;
	border-color: #9DEFF8;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {display: none;}
.right-side blockquote {
	background: none;
	margin: 0 0 35px;
	padding: 25px 25px 25px 60px;
	position: relative;
}
.right-side blockquote:before {
	color: #253566;
	content: "\f347";
	font-family:Ionicons;
	font-size: 3em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: 0.5em;
	position: absolute;
	top: 25px;
	left: 0;
}
.right-side.pad-top h2 {
	font-size: 43px;
	margin-bottom: 30px;
}
.right-side.pad-top .elementor-wrapper h2 {
	font-weight: 700 !important;
	color: #253566 !important;
}
.right-side.pad-top .elementor-wrapper h1, .right-side.pad-top .elementor-wrapper h3, .right-side.pad-top .elementor-wrapper h4, .right-side.pad-top .elementor-wrapper h5, .right-side.pad-top .elementor-wrapper h6 {
	font-size: 43px !important;
	font-weight: 400 !important;
	margin-bottom: 30px !important;
	color: #253566 !important;
	line-height: 145% !important;
}
.right-side.pad-top .elementor-wrapper h1 {
	font-size: 54px !important;
	font-weight: 700 !important;
}
.right-side.pad-top .elementor-wrapper h4 {
	font-size: 38px !important;
	font-weight: 400 !important;
}
.right-side.pad-top .elementor-wrapper h5 {
	font-size: 32px !important;
	font-weight: 400 !important;
}
.right-side.pad-top .elementor-wrapper h6 {
	font-size: 24px !important;
	font-weight: 400 !important;
}
.right-side.pad-top .elementor-wrapper h4.elementor-icon-box-title {
	font-size: 22px !important;
	font-weight: 700 !important;
}
.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
	font-family: 'Montserrat', Arial, sans-serif !important;
	color: #465581 !important;
	line-height: 165% !important;
	margin: 0 0 35px !important;
	font-weight: 400 !important;
}
.elementor-widget-text-editor, .elementor-widget-icon-list .elementor-icon-list-item {
	font-family: 'Montserrat', Arial, sans-serif !important;
	color: #465581 !important;
	font-weight: 500 !important;
}
.elementor-widget-text-editor p {
	line-height: 185% !important;
}
.elementor-element.elementor-button-success .elementor-button {
	color: #fff !important;
	background-color: #45D28E !important;
	border: 2px solid transparent !important;
	font-weight: 700 !important;
	border-radius: 10px !important;
	line-height: 55px !important;
	height: 55px !important;
	font-size: 18px !important;
	min-width: 225px !important;
	padding: 0 25px !important;
}
.elementor-element.elementor-button-success .elementor-button:hover {
	border-color: #45D28E !important;
	background: #fff !important;
	color: #45D28E !important;
}
.elementor-widget-testimonial .elementor-testimonial-content {
	font-weight: 500 !important;
	line-height: 145% !important;
}
.elementor-testimonial-job, .elementor-widget-icon-list .elementor-icon-list-item {
	line-height: 145% !important;
}
.leady-calc[data-step="0"] #calc-prev {
  display: none;
}
.leady-calc[data-step="1"] .calc-before {
  background-position: -353px 0;
  width: 353px;
  height: 482px;
}
.leady-calc[data-step="1"] .step-text.n1 {
  color: #FFFFFF;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
}
.leady-calc[data-step="1"] .calc-wizard .box > div {
  display: none;
}
.leady-calc[data-step="1"] .calc-wizard .box__step-2 {
  display: block !important;
}
.leady-calc[data-step="2"] .calc-before {
  background-position: 0 -482px;
  width: 353px;
  height: 482px;
}
.leady-calc[data-step="2"] .step-text.n1,
.leady-calc[data-step="2"] .step-text.n2 {
  color: #FFFFFF;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
}
.leady-calc[data-step="2"] .calc-wizard .box > div {
  display: none;
}
.leady-calc[data-step="2"] .calc-wizard .box__step-3 {
  display: block !important;
}
.leady-calc[data-step="3"] .calc-before {
  background-position: -353px -482px;
  width: 353px;
  height: 482px;
}
.leady-calc[data-step="3"] .step-text.n1,
.leady-calc[data-step="3"] .step-text.n3,
.leady-calc[data-step="3"] .step-text.n2 {
  color: #FFFFFF;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
}
.leady-calc[data-step="3"] .calc-wizard .box > div {
  display: none;
}
.leady-calc[data-step="3"] .calc-wizard .box__step-4 {
  display: block !important;
}
.leady-calc[data-step="4"] .calc-before {
  background-position: -706px 0;
  width: 353px;
  height: 482px;
}
.leady-calc[data-step="4"] .step-text.n1,
.leady-calc[data-step="4"] .step-text.n3,
.leady-calc[data-step="4"] .step-text.n4,
.leady-calc[data-step="4"] .step-text.n2 {
  color: #FFFFFF;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
}
.leady-calc[data-step="4"] .calc-wizard .box > div {
  display: none;
}
.leady-calc[data-step="4"] .calc-wizard .box__step-5 {
  display: block !important;
}
.leady-calc[data-step="5"] h2 {
  display: block;
}
.leady-calc[data-step="5"] .calc-wizard {
  display: none;
}
.leady-calc[data-step="5"] .calc-after,
.leady-calc[data-step="5"] .calc-bottom {
  display: block;
}
.step-text.n1 span:after {
  content: " návštěvníků";
}
.step-text.n1[data-value="1"] span:after {
  content: " návštěvníků";
}
.step-text.n1[data-value="2"] span:after,
.step-text.n1[data-value="3"] span:after,
.step-text.n1[data-value="4"] span:after {
  content: " návštěvníci";
}
.step-text.n2 span:after {
  content: " kontaktů";
}
.step-text.n2[data-value="1"] span:after {
  content: " kontakt";
}
.step-text.n2[data-value="2"] span:after,
.step-text.n2[data-value="3"] span:after,
.step-text.n2[data-value="4"] span:after {
  content: " kontakty";
}
.step-text.n3 span:after {
  content: " leadů";
}
.step-text.n3[data-value="1"] span:after {
  content: " lead";
}
.step-text.n3[data-value="2"] span:after,
.step-text.n3[data-value="3"] span:after,
.step-text.n3[data-value="4"] span:after {
  content: " leady";
}
.step-text.n4 span:after {
  content: " zakázek";
}
.step-text.n4[data-value="1"] span:after {
  content: " zakázka";
}
.step-text.n4[data-value="2"] span:after,
.step-text.n4[data-value="3"] span:after,
.step-text.n4[data-value="4"] span:after {
  content: " zakázek";
}
.en .step-text.n1 span:after {
  content: " visitors";
}
.en .step-text.n1[data-value="1"] span:after {
  content: " visitor";
}
.en .step-text.n1[data-value="2"] span:after,
.en .step-text.n1[data-value="3"] span:after,
.en .step-text.n1[data-value="4"] span:after {
  content: " visitor";
}
.en .step-text.n2 span:after {
  content: " contacts";
}
.en .step-text.n2[data-value="1"] span:after {
  content: " contact";
}
.en .step-text.n2[data-value="2"] span:after,
.en .step-text.n2[data-value="3"] span:after,
.en .step-text.n2[data-value="4"] span:after {
  content: " contact";
}
.en .step-text.n3 span:after {
  content: " leads";
}
.en .step-text.n3[data-value="1"] span:after {
  content: " lead";
}
.en .step-text.n3[data-value="2"] span:after,
.en .step-text.n3[data-value="3"] span:after,
.en .step-text.n3[data-value="4"] span:after {
  content: " lead";
}
.en .step-text.n4 span:after {
  content: " contracts";
}
.en .step-text.n4[data-value="1"] span:after {
  content: " contract";
}
.en .step-text.n4[data-value="2"] span:after,
.en .step-text.n4[data-value="3"] span:after,
.en .step-text.n4[data-value="4"] span:after {
  content: " contract";
}
.calc-bg {
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	max-width: 430px;
}
.calc-before {
  float: right;
  background-image: url("img/bg-calc.30316a627bec.jpg");
  background-repeat: no-repeat;
  display: block;
  background-position: 0 0;
  width: 353px;
  height: 482px;
  position: relative;
}
.calc-before .percentage {
  font-weight: 300;
  font-size: 29px;
  color: #6D7176;
  position: absolute;
  right: 350px;
  text-align: right;
  white-space: nowrap;
}
.calc-before .percentage.n1 {
  top: 175px;
}
.calc-before .percentage.n2 {
  top: 270px;
}
.calc-before .percentage.n3 {
  top: 350px;
}
.calc-before .step-text {
  font-size: 19px;
  font-weight: 300;
  color: #797878;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.calc-before .step-text.n1 {
  top: 110px;
}
.calc-before .step-text.n2 {
  top: 210px;
}
.calc-before .step-text.n3 {
  top: 300px;
}
.calc-before .step-text.n4 {
  top: 375px;
}
.calc-after {
  margin-right: 80px;
  border-radius: 10px;
  float: right;
  background-image: url("img/bg-calc.30316a627bec.jpg");
  background-repeat: no-repeat;
  display: block;
  background-position: -706px -482px;
  width: 361px;
  height: 503px;
  position: relative;
  display: none;
}
.calc-after .step-text {
  font-size: 19px;
  font-weight: 400;
  color: #FFFFFF;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.calc-after .step-text.n1 {
  top: 110px;
  font-weight: 300;
}
.calc-after .step-text.n2 {
  top: 215px;
}
.calc-after .step-text.n3 {
  top: 310px;
}
.calc-after .step-text.n4 {
  top: 395px;
}
.calc-after .percentage {
  font-weight: 400;
  font-size: 29px;
  color: #6D7176;
  position: absolute;
  left: 105%;
  text-align: left;
  white-space: nowrap;
}
.calc-after .percentage.n1 {
  top: 185px;
}
.calc-after .percentage.n2 {
  top: 285px;
}
.calc-after .percentage.n3 {
  top: 365px;
}
.calc-wizard > p {
  font-style: italic;
}
.calc-wizard .postfix {
  font-size: 29px;
  line-height: 56px;
  /*position: absolute;*/
  bottom: 0;
  right: 70px;
  margin-left: 20px;
}
.calc-wizard #calc-prev {
  float: left;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 18px;
  width: 84px;
  margin-left: 16px;
}
.calc-wizard #calc-button {
  float: right;
  width: 168px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 18px;
}
.calc-wizard #calc-button i {
  margin-left: 12px;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  top: 3px;
}
.calc-wizard .box {
  margin-top: 36px;
  margin-bottom: 24px;
  background-color: #ECECEC;
  border-radius: 6px;
  padding: 30px;
}
.calc-wizard .box .box__step-2,
.calc-wizard .box .box__step-3,
.calc-wizard .box .box__step-4,
.calc-wizard .box .box__step-5 {
  display: none;
  position: relative;
}
.calc-wizard .box h3 {
  margin: 0 0 6px 0;
  font-size: 21px;
  color: #5A5E64;
  font-family: 'ralewaylight';
  line-height: 27px;
}
.calc-wizard .form-control {
  width: 200px;
  margin: 24px auto 0 auto;
  text-align: center;
  border-radius: 1px;
  line-height: 36px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 29px;
  height: 56px;
}
.calc-wizard .form-control.has-error {
  border-color: #EE6774;
}
.calc-bottom {
	margin-top: 55px;
	float: left;
	width: 100%;
  display: none;
}
.calc-final-box {
  background-color: #ECECEC;
  border-radius: 8px;
  padding: 45px;
  position: relative;
  margin: 90px 40px;
}
.calc-final-box h2 {
  margin: 0 0 36px 0;
}
.calc-final-box dt {
  color: #5A5E64;
  font-weight: 300;
  font-size: 21px;
  line-height: 36px;
}
.calc-final-box dd {
  font-size: 29px;
  color: #7F8084;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 24px;
}
.calc-final-box dd:last-of-type {
  font-weight: 400;
}
.calc-final-box .graph {
  background: url("img/calc-graph.dce3b3776e59.png") no-repeat 0 0;
  width: 407px;
  height: 118px;
  position: relative;
}
.calc-final-box .graph img {
  position: absolute;
  bottom: -37px;
  right: 73px;
}
.calc-final-box .graph strong {
  font-weight: 600;
  font-size: 29px;
  width: 110px;
  text-align: center;
  color: #FFFFFF;
  text-shadows: -1px -1px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 36px;
  right: 55px;
}
.calc-final-box .graph span {
  font-size: 16px;
  color: #8F9398;
  width: 55%;
  left: 0;
  bottom: -35px;
  position: absolute;
  text-align: center;
}
@media (min-width: 768px) {
  .calc-after .arrow {
    width: 117px;
    height: 70px;
    position: absolute;
    background: url("img/calc-arrow.d949d4af82c4.png") no-repeat 0 0;
    left: -180px;
    top: 210px;
  }
  .calc-final-box .graph {
    position: absolute;
    right: 75px;
    bottom: 70px;
  }
  .calc-wizard .box {
    margin-right: 70px;
  }
}
.half.right {
	float: right;
}
.sprite {
  background-image: url("img/bg-calc.30316a627bec.jpg");
  background-repeat: no-repeat;
  display: block;
}
.sprite-calc-1 {
  background-position: 0 0;
  width: 353px;
  height: 482px;
}
.sprite-calc-2 {
  background-position: -353px 0;
  width: 353px;
  height: 482px;
}
.sprite-calc-3 {
  background-position: 0 -482px;
  width: 353px;
  height: 482px;
}
.sprite-calc-4 {
  background-position: -353px -482px;
  width: 353px;
  height: 482px;
}
.sprite-calc-5 {
  background-position: -706px 0;
  width: 353px;
  height: 482px;
}
.sprite-calc-final {
  background-position: -706px -482px;
  width: 361px;
  height: 503px;
}
.leady-calc {
  padding-bottom: 90px;
}
.leady-calc h1 {
  font-size: 44px;
  margin: 90px;
  margin-bottom: 36px;
}
.leady-calc ul {
  padding-left: 0;
  list-style: none;
  margin: 40px 40px 0 40px;
}
.leady-calc ul li {
  padding-left: 45px;
  position: relative;
}
.leady-calc ul li:before {
  font-family: "Ionicons";
  content: "\f122";
  position: absolute;
  font-size: 25px;
  color: #1CDF81;
  left: 0;
  top: -2px;
}
.leady-calc ul .title {
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}
.leady-calc ul.negative li:before {
  content: "\f12a";
  color: #EC5564;
}
.leady-calc .lead {
  font-size: 19px;
  margin-bottom: 60px;
}
.leady-calc h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 90px;
  display: none;
}
.leady-calc .btn-success {
  width: 432px;
  margin: 0 auto;
  height: 82px;
  line-height: 36px;
  border-radius: 6px;
  padding: 23px 0;
  font-size: 29px;
  margin-bottom: 36px;
  display: block;
  font-weight: 300;
}
.leady-main-img {
	margin-bottom: -26px;
}


.cs-description-icon {
	float: left;
	width: 100px;
}
.cs-description-icon img {
	max-width: 100px;
}
.cs-description-content {
	float: left;
	width: calc(100% - 100px);
	font-size: 20px;
	color: #465581;
}
.cs-description-content p {
	line-height: 155%;
	margin-bottom: 10px;
	font-weight: 400 !important;
}
.case-study-solution {
	-webkit-box-shadow: 0px 12px 25px 0px rgba(177,180,192,0.6);
	-moz-box-shadow: 0px 12px 25px 0px rgba(177,180,192,0.6);
	box-shadow: 0px 12px 25px 0px rgba(177,180,192,0.6);
	font-size: 24px !important;
}
.case-study-solution h2 {
	font-size: 24px !important;
}
.case-study-description, .elementor-widget-container .cta-box {
	background: #fff !important;
}
.elementor-widget-container .cta-box a.button {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}
.case-study-bgbox {
	text-align: center !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 25px;
}
.case-study-bgbox h2 {
	font-size: 31px !important;
	margin-bottom: 15px !important;
}
.case-study-bgbox p {
	line-height: 195%;
	margin-bottom: 0;
}
.case-study-bgbox.purple, .case-study-bgbox.purple h2, .case-study-bgbox.green, .case-study-bgbox.green h2 {
	color: #fff !important;
}
.case-study-bgbox.blue {
	background-color: #7FE7F4;
	background-image: url('img/cs-bg-box-blue.png');
}
.case-study-bgbox.yellow {
	background-color: #FFC200;
	background-image: url('img/cs-bg-box-yellow.png');
}
.case-study-bgbox.purple {
	background-color: #9A0093;
	background-image: url('img/cs-bg-box-purple.png');
}
.case-study-bgbox.green {
	background-color: #2CBF6E;
	background-image: url('img/cs-bg-box-green.png');
}
#elementor-add-new-section {
	width: 100%;
	float: left;
}


footer {
	background: #253566;
	padding: 400px 0 80px 0;
	width: 100%;
	float: left;
	color: #fff;
	font-size: 16px;
	position: relative;
	overflow: hidden;
}
footer:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 350px 100vw 0 0;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}
footer .gdpr {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 150px;
	position: absolute;
	top: 75px;
	left: 0;
}
footer .col {
	float: left;
	width: 25%;
}
footer .col.embed {
	padding-right: 3%;
}
footer .col .title {
	color: #fff;
	font-size: 29px;
	min-height: 80px;
	font-weight: 700;
}
footer .col .title img {
	margin-top: -10px;
}
footer .col p {
	margin-bottom0: 25px;
	line-height: 165%;
}
footer .col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer .col ul li {
	margin: 0 0 20px;
	color: #AAAEBD;
	font-weight: 500;
}
footer .col ul li.search:after, footer .col .title a {
	background: #FFD400;
	padding: 0 10px;
	color: #253566;
	font-size: 12px;
	content: 'Hledáme';
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin-left: 15px;
	display: inline-table;
	font-weight: 700;
	border-radius: 20px;
	line-height: 20px;
	height: 20px;
	text-transform: uppercase;
}
footer .col ul li.search.en:after {
	content: 'We find';
}
footer .col ul li.search.sk:after {
	content: 'Hľadáme';
}
footer .col .title a {
	background: #13DDF7;
	top: -5px;
	position: relative;
}
footer .col ul li a {
	color: #fff;
}
footer .col a:hover {
	text-decoration: none;
}
footer .c-info {
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: 500;
	margin-bottom: 10px;
	width: 100%;
	padding: 5px 0 5px 50px;
	line-height: 140%;
}
footer .c-info a {
	color: #fff;
}
footer .c-info.address {
	background-image: url('img/c-info-address.png');
}
footer .c-info.phone {
	background-image: url('img/c-info-phone.png');
}
footer .c-info.email {
	background-image: url('img/c-info-email.png');
	margin-bottom: 20px;
}
footer .c-info.twitter {
	background-image: url('img/c-info-tw.png');
}
footer .c-info.fb {
	background-image: url('img/c-info-fb.png');
}
footer .c-info.linkedin {
	background-image: url('img/c-info-linkedin.png');
}
footer .copy {
	color: #AAAEBD;
}
.clear {clear: both;}
.only-mobile {display: none !important;}

@media (max-width: 1400px) {
	.main-box.services-page {background-position: calc(50% + 350px) calc(100% - 60px);}
	
	
}
@media (max-width: 1200px) {
	.main-menu ul li {margin-left: 15px;}
	
}
@media (max-width: 1100px) {
	.team-items .item {width: 47.5%;}
	
}
@media (max-width: 998px) {
	.main-menu ul {display: none;}
	.login {margin-right: 75px;}
	header .menu-show {display: block;}
	.sub-menu, footer:before {display: none !important;}
	.main-menu ul li.langs a:before {top: 13px;}
	.main-box {background-position: calc(50% + 400px) calc(100% + 100px);}
	section.content.ref-sections .half-img, section.content.ref-sections .half, section.content.ref-sections .half-image img, .half.half-fb, .half.half-twitter {width: 100%; max-width: 100%;}
	.half.half-fb, .half.half-twitter {margin: 25px 0;}
	.right-side .box-content, .right-side .box-img {width: 100%;}
	.right-side .box-img {margin-bottom: 35px;}
	.right-side .box.right .box-img {text-align: left;}
	.main-box {background-image: none !important;}
	footer {padding-top: 150px; margin-top: 100px; overflow: visible;}
	footer .gdpr {margin-bottom: 0; top: -100px; z-index: 100;}
	.partners-slider .slick-next {right: 50px;}
	.partners-slider .slick-prev {left: 50px;}
	.main-menu ul li.active a {border-color: transparent !important;}
	.main-menu ul li:hover > a {border-color: #13DDF7 !important;}
	body.open-login .login .sub-menu {display: block !important;}
}
@media (max-width: 890px) {
	.services .s-box, .article, .contact-cols .s-box {float: none; display: inline-table; width: 47%;}
	footer .col {width: 50%;}
	.wide-cols .w-cols {width: 49%}
	footer .col:nth-child(3), footer .col:nth-child(4) {display: none;}
	section.content {padding-top: 100px;}
	section.contact-info {padding-top: 200px;}
	section.contact-info .wide .half, section.contact-info .wide .half img, .section-wrap.monitora .monitora-content, .section-wrap.monitora .monitora-img, .form-left, .form-right, .naseptavac-tabs .menu-tabs, .naseptavac-tabs .content-tabs {width: 100%;}
	section.contact-info .wide.map-wrap {overflow: hidden; height: auto;}
	.section-wrap.monitora .monitora-content {margin-right: 0; text-align: center;}
	section.contact-info .wide.place {margin-bottom: 0;}
	.form-right {margin-top: 55px;}
	.section-wrap.monitora .monitora-content {padding-top: 130px;}
	.section-wrap.monitora .monitora-content p {margin: 0 auto 55px; max-width: 100%; text-align: center;}
	.section-wrap.monitora .monitora-content:before, .section-wrap.monitora.right .monitora-content:before {left: 50%; top: -90px; transform: translate(-50%,0);}
	section.services-content .form-wrap .section-title {padding: 0;}
}
@media (max-width: 780px) {
	.main-box .box {padding-top: 150px;}
	.main-box.services-page.main-box-leady .box {padding-top: 320px;}
	.section-wrap .half h2, .section-title {font-size: 44px;}
	.testemonials .slide .img {float: none; display: block; margin: 0 auto;}
	.testemonials .slide .content {padding-right: 0; text-align: center; margin-top: 35px; width: 100%;}
	.testemonials .slick-dots {bottom: -50px; top: auto; text-align: center; width: 100%;}
	.testemonials .slick-dots li {display: inline-block;}
	.testemonials, .refs p.desc {margin-bottom: 45px;}
	.video {margin-bottom: 35px;}
	.section-wrap {margin: 45px 0;}
	section.services-content .section-title {padding: 0 20px;}
	.only-desktop {display: none !important;}
	.services.merk.naseptavac-boxes .s-box, .pages-list ul li, .half, .calc-wizard #calc-prev, .calc-wizard #calc-button, .calc-wizard .form-control {width: 100%;}
	.calc-wizard #calc-prev {margin: 0 0 15px 0;}
	.pages-list ul li {margin-right: 0;}
	.section-title br, .content-top {display: none;}
	.sub-menu-small {padding: 15px 20px; text-align: left; margin: 0 20px; width: calc(100% - 40px);}
	.sub-menu-small ul li {width: 100%; margin: 0; float: left; padding: 10px 0;}
	.sub-menu-small ul li a {padding-bottom: 5px;}
	sidebar, .right-side {width: 100%; margin: 15px 0;}
	.main-box {background-image: none !important; padding-bottom: 60px;}
	.career-item .half-img-content p {font-size: 17px;}
	.partners-slider .slide .half-img-content {padding: 30px 20px 0 20px; font-size: 17px;}
	.half-img-content .r-logo {font-size: 25px; line-height: 45px;}
	.main-box.services-page.merk {height: inherit;}
	.main-box.services-page.merk .box p {max-width: 100%;}
	.main-box.services-page.merk .box {padding-top: 420px;}
	.main-box.services-page.main-box-naseptavac .box {padding-top: 110px;}
	.services.merk .s-box {width: 47%;}
	section.content.with-sidebar {padding-top: 350px;}
	section.content.with-sidebar.monitora-page {padding-top: 100px;}
	section.contact-info {padding-top: 400px;}
}
@media (max-width: 700px) {
	.main-box.services-page.main-box-leady .box a.button {display: none;}
	.team-items .item, .team-items .photo {width: 100%;}
	.team-items .photo {padding: 0 30px; margin-bottom: 30px;}
	.partners-slider.contact-slider-wrap, .partners-slider.contact-slider-wrap .slide, .partners-slider.contact-slider-wrap .slide .half-img-content {height: auto !important;}
}
@media (max-width: 640px) {
	footer {padding-bottom: 55px; padding-top: 55px;}
	footer .col, section.services-videos iframe {width: 100%; margin: 25px 0;}
	.section-wrap .half, .section-wrap .half-img {width: 100%; text-align: center;} 
	.section-wrap .half-img {margin-bottom: 25px;} 
	.section-wrap .half p {max-width: 100%;}
	.team-items .item {text-align: center; font-size: 12px;}
	.career-item, .wide-cols .w-cols, .box-testemonial .left, .box-testemonial .right, .right-side iframe {width: 100%; max-width: 100%; margin-left: 0;}
	.section-wrap .half a.button {margin: 0 auto;}
	.article {width: 100%; margin-left: 0;}
	.section-wrap.wide.purple .half-img-content, .section-wrap.wide .half-img-content {padding: 20px; font-size: 16px;}
	.contact-tabs, section.services-videos {padding: 5px 0;}
	.contact-tabs ul li {font-size: 13px; width: 23.5%;}
	.main-box .box h1 {line-height: 125%; margin-bottom: 15px;}
	.section-wrap.wide .half-img-content {padding: 35px; width: 100%; height: auto; min-height: 470px; position: static;}
	.section-wrap.item-1 .half-img img {margin: 0;}
	.rotate-wrap {transform: translate(-15%,0);}
	.calc-final-box {margin: 0; padding: 25px;}
	.calc-final-box h2 {font-size: 24px !important;}
	.leady-calc h1 {margin: 0 0 35px;}
	.calc-final-box .graph, .calc-bg, .calc-wizard .postfix, .content-top.cta-box .section-title {display: none;}
	.calc-after {display: none !important;}
	.leady-calc .btn-success {width: 100%; line-height: 135%; display: table; margin-top: 25px;}
	.leady-calc ul {margin: 30px 0 30px 0;}
	a.button.inline, .box-testemonial .left {margin-bottom: 20px;}
	.naseptavac-tabs .menu-tabs {margin-top: 55px;}
	.form-tabs ul li {width: 100%; margin: 5px 0;}
	.content-top.cta-box {display: block; text-align: center;}
	.content-top.cta-box a.button {display: block; float:none; margin: 0 auto;}
	.half-img-content .r-logo {margin-bottom: 5px;}
}
@media (max-width: 500px) {
	.services .s-box, .team-items .content, .team-items .photo {width: 100%; margin-left: 0; margin-right: 0;}
	.main-box .box h2 strong, .main-box .box h1 {font-size: 56px;}
	.main-box .box {padding-top: 150px;}
	.main-box .box h2, .section-wrap .half h2, .main-box .box h2, .section-wrap .half h2 {font-size: 26px;}
	.main-box .box h2 strong {font-size: 36px;}
	.refs .clients .c-item {margin: 10px 15px;}
	.page-testemonials .slide {padding-left: 65px; padding-right: 65px; font-size: 16px;}
	.partners-slider .slide .half-img-content {width: 100%; padding: 30px 60px 0;}
	.partners-slider .slide .half-image {display: none;}
	.services.merk .s-box {width: 100%;}
	.page-testemonials .slick-next, .partners-slider .slick-next {right: 5px;}
	.page-testemonials .slick-prev, .partners-slider .slick-prev {left: 5px;}
	.page-testemonials .slick-arrow, .partners-slider .slick-arrow {width: 40px; height: 40px; background-size: 40% auto;}
	.contact-cols .s-box {font-size: 14px; width: 46%;}
	.section-wrap .half h2, .section-title, .main-box.services-page.main-box-leady .box h2 strong {font-size: 34px;}
	.login {display: none;}
	.main-menu li.only-mobile {display: block !important;}
}
@media (max-width: 325px) {
	.main-box .box h2 {font-size: 21px;}
	.main-box .box h2 strong, .main-box .box h1 {font-size: 40px;}

}


.form-api .form-row {
	margin-bottom: 15px;
}

.form-api .form-control {
	width: 100%;
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #465581;
	color: #465581;
	text-align: left;
	border-radius: 5px;
}

.form-api .button {
	background-color: #45D28E;
    color: #fff;
    font-size: 18px;
    line-height: 55px;
    height: 55px;
    border: 2px solid #45D28E;
    min-width: 225px;
    padding: 0 25px;
    display: table;
    font-weight: 700;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	transition: 0.3s;
}

.form-api .button:hover {
    background: #fff;
    border-color: #45D28E;
    color: #45D28E;
	cursor: pointer;
}

.form-api .message p {
	font-size: 14px;
	margin: 0;
	color: white;
	padding: 10px;
    margin-bottom: 10px;
}

.form-api .message.error {
	background: rgb(229, 7, 7);
}

.form-api .message.good {
	background: rgb(8, 157, 40);
}