/*
Theme Name: Splendit
Theme URI: 
Author: Tomáš Gažůr
Author URI: https://www.tomasgazur.cz
Version: 1.0
*/

img{display:block}, 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;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
body {
	background-color: #131313;
	font-family: 'Inter', Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #B6C2BF;
	font-size: 16px;
	letter-spacing: normal;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
.row {
	width: 100%;
	max-width: 1360px;
	padding: 0 20px;
	margin: 0 auto;
	display: block;
}
header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px 0;
	z-index: 888;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}
body#logged header {
	top: 32px;
}
.logo {
	float: left;
}
header .main-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 32px;
}
header .main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 32px;
}
header .main-menu li {
	display: inline-table;
	position: relative;
}
header .main-menu li a {
	color: #B6C2BF;
}
header .main-menu li.current-menu-item > a, header .main-menu li a:hover {
	color: #fff;
}
header .main-menu li.button a {
	color: #141414;
	background: #fff;
	padding: 8px 20px;
	border-radius: 6px;
	font-weight: 500;
}
header .main-menu li.button.current-menu-item > a {
	color: #fff;
	background: #1F925E;
}
a.button {
	display: table;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 6px;
	border: 1px solid #1F925E;
	color: #fff;
}
a.button:hover {
	background-color: #1F925E;
}
a.button.green {
	background: #1F925E;
}
a.more {
	color: #1F925E;
	background-position: calc(100% - 5px) center;
	background-repeat: no-repeat;
	padding-right: 32px;
	background-image: url('img/icon-arrow-right.svg');
}
.more:hover {
	background-position: right center;
}
a.button.left {
	float: left;
}
a.button.right {
	float: right;
}
a.button.center {
	margin: 0 auto;
}
a.button.inline {
	display: inline-block;
	margin-right: 10px;
}
a.button.black {
	background: #000;
}
header .menu-show {
	position: absolute;
	right: 20px;
	top: 5px;
	display: none;
	width: 25px;
	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: 300ms linear;
	-moz-transition:300ms linear;
	-ms-transition: 300ms linear;
	-o-transition: 300ms linear;
	transition: 300ms linear;
	cursor: pointer;
	text-transform: uppercase;
}
header .menu-show span {
	position: absolute;
	left: 0;
	display: block;
	width: 25px;
	height: 2px;
	background: #fff;
	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: 25px;
}
header .menu-show span:nth-child(2),
header .menu-show span:nth-child(3) {
	top: 33px;
}
header .menu-show span:nth-child(4) {
	top: 41px;
}
.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: 31px;
}
.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: 31px;
}
.open-mobile header .menu-show span:nth-child(4) {
	top: 20px;
	left: 50%;
	width: 0%;
}
.open-mobile {
	overflow: hidden;
}
.open-mobile header .main-menu {
	backdrop-filter: blur(50px);
	background-image: url('img/footer.svg');
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 999;
	overflow-y: auto;
	left: 0;
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	display: flex;
	align-items: center;
}
.open-mobile header .main-menu ul {
	display: table;
	width: 100%;
	padding: 30px 0;
}
.open-mobile header .main-menu ul li {
	width: 100%;
	margin: 15px 0 !important;
	text-align: center;
	padding-bottom: 0;
}
.open-mobile header .main-menu ul li a {
	color: #fff;
	font-size: 17px;
}
.open-mobile header .main-menu li.button a {
	background: none;
}
.open-mobile header .main-menu li.wpml-ls-menu-item a {
	display: block;
}
.main {
	background-image: url('img/main.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 700px;
	height: 100vh;
	padding-top: 200px;
	position: relative;
	color: #FFF;
}
.main h1 {
	font-family: "Host Grotesk";
	font-size: 56px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -1.12px;
}
.main p {
	font-size: 18px;
	margin: 0 0 32px;
	line-height: 150%; 
}
.main .text {
	max-width: 540px;
}
section {
	width: 100%;
	float: left;
}
a {
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	text-decoration: none;
}
p {
	margin: 0 0 30px;
	line-height: 145%;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
section.content {
	padding: 64px 0;
}
.section-title {
	color: #FFF;
	font-family: "Host Grotesk";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;;
	letter-spacing: -0.8px;
	margin: 0 0 80px;
}
.section-title.smaller {
	font-size: 40px;
}
.section-title.center {
	text-align: center;
}
.list-wrap {
	background-image: url('img/list-wrap.svg');
	background-position: left center;
	background-repeat: no-repeat;
}
.list {
	column-count: 3;
	gap: 32px;
}
.list .box {
	border-radius: 8px;
	border: 1px solid rgba(51, 60, 58, 0.30);
	background: rgba(23, 28, 28, 0.80);
	backdrop-filter: blur(10px);
	margin-bottom: 32px;
}
.list .box .text {
	padding: 32px;
}
.list .box h2 {
	font-family: 'Host Grotesk';
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	margin: 0 0 15px;
	letter-spacing: -0.64px;
	color: #fff;
}
.list .box p {
	margin: 0 0 30px;
	font-size: 16px;
	line-height: 150%;
	color: #D2DBD9;
}
.list .box img {
	display: block;
}
.half {
	float: left;
	width: 50%;
}
.half.form {
	padding-right: 40px;
}
section.services-wrap.kon {
	margin-top: 60px;
}
.services {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 48px;
	align-self: stretch;
	text-align: center;
}
.services .item {
	width: 33.333%;
}
.services .item h3, .services .item h2 {
	color: #FFF;
	text-align: center;
	font-family: "Host Grotesk";
	font-size: 23px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.8px;
	margin: 0 0 16px;
}
.services .item p {
	margin-bottom: 32px;
}
.services .item .icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 32px;
	border-radius: 50%;
	border: 1.333px solid #155050;
	background: #1F925E;
	box-shadow: 0px 0px 66.667px 0px #3C6A67;
	position: relative;
}
.services .item .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 24px;
	transform: translate(-50%,-50%);
}
section.pozice {
	background: #171C1C;
}
.section-info {
	color: #1F925E;
	margin-bottom: 15px;
}
.section-desc {
	margin-top: -55px;
	color: #D2DBD9;
	font-size: 18px;
	line-height: 145%;
}
a.button.right-top {
	margin-top: -70px;
}
a.button.bigger {
	padding: 15px 24px;
	font-size: 18px;
}
section.services-wrap {
	padding-bottom: 0;
}
section.content.studie {
	padding-top: 200px;
	background-image: url('img/studio-right.svg');
	background-position: calc(100% + 360px) top;
	background-repeat: no-repeat;
}
.articles {
	margin-top: 60px;
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
.articles .item {
	width: calc(33.333% - 32px);
	float: left;
	overflow: hidden;
	border-radius: 8px;
	background: rgba(23, 28, 28, 0.80);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(51, 60, 58, 0.30);
}
.articles .item img {
	display: block;
}
.articles .item .text {
	padding: 24px 24px 4px;
	width: 100%;
}
.articles .item .text h3 {
	letter-spacing: -0.5px;
	font-weight: 400;
	font-size: 24px;
	margin: 0 0 10px;
	color: #fff;
}
.articles .item .text p {
	font-size: 16px;
	line-height: 145%;
	letter-spacing: 0.5px;
	color: #D2DBD9;
	margin-bottom: 20px;
}
.pozice-list {
	margin-top: 60px;
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
.pozice-list .item {
	width: calc(50% - 32px);
	float: left;
	margin-bottom: 40px;
}
.pozice-list .item h3 {
	letter-spacing: -0.5px;
	font-weight: 400;
	font-size: 24px;
	margin: 0 0 10px;
	color: #fff;
}
.pozice-list .item p {
	font-size: 16px;
	line-height: 145%;
	letter-spacing: 0.5px;
	color: #D2DBD9;
	margin-bottom: 20px;
}
.pozice-list .item .cats {
	margin-bottom: 15px;
}
.pozice-list .item .cats span {
	font-size: 14px;
	margin-right: 15px;
	display: inline-block;
}
section.content.refs {
	background: #131313;
	padding: 120px 0;
}
.refs-list {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
.refs-list .item {
	width: calc(33.333% - 32px);
	float: left;
}
.refs-list .item p {
	font-size: 20px;
	line-height: 145%;
	color: #fff;
	margin-bottom: 30px;
	max-width: 260px;
}
.refs-list .item .stars {
	margin-bottom: 15px;
}
.refs-list .item .stars img {
	margin-right: 2px;
	display: inline-block;
}
.refs-list .item .person img {
	margin-bottom: 15px;
}
.refs-list .item .person img.attachment-person-thumb {
	border-radius: 50%;
}
.refs-list .item .person p {
	font-size: 12px;
	color: #D2DBD9;
}
.refs-list .item .person p strong {
	font-size: 16px;
	color: #fff;
}
section.refs {
	position: relative;
}
section.refs:after {
	width: 139px;
	height: 1151px;
	background-image: url('img/waves.png');
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 200px;
	z-index: 10;
	content: '';
}
.sub-header {
	width: 100%;
	margin-top: 78px;
}
.sub-header img {
	width: 100%;
	display: block;
}
.sections .section {
	float: left;
	width: 100%;
	padding: 80px 0;
}
.sections .section .row {
	display: flex;
	align-items: center;
}
.sections .section .half.photo img {
	border-radius: 8px;
}
.sections .section .half.text {
	padding-right: 60px;
}
.sections .section .half.text ul {
	padding: 0;
	margin: 0 0 40px;
	list-style: none;
	font-size: 14px;
}
.sections .section .half.text ul li {
	padding: 4px 0 4px 30px;
	background-image: url('img/icon-check-circle.svg');
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}
.sections .section .half.text ul {
	padding: 0;
	margin: 0 0 30px;
	list-style: none;
}
.sections .section.text-on-top .row {
	display: block;
}
.half.text p {
	line-height: 27px;
}
.sections .section:nth-child(2n+0) .half.text {
	order: 1;
	padding: 0 0 0 60px;
}
.sections .section:nth-child(2n+0) .half.text {
	order: 1;
}
.sections.first .section:nth-child(2n+0) .half.photo {
	order: 2;
}
.sections.first .section:nth-child(2n+0) .half.text {
	order: 1;
}
.sections.first .section:nth-child(2n+0) .half.text, .sections .section.bg-left .half.text {
	padding: 0 60px 0 0;
}
.sections .section .half.text .section-title {
	margin-bottom: 30px;
}
h1.section-title {
	font-size: 56px;
	max-width: 610px;
}
.sections .section {
	background-image: url('img/studio-right.svg');
	background-position: calc(100% + 360px) top;
	background-repeat: no-repeat;
	background-size: contain;
}
.sections .section:nth-child(2n+1), .sections .section.bg-left {
	background-image: url('img/studio-right.svg');
	background-position: -15% top;
	background-repeat: no-repeat;
	background-size: contain;
}
.sections .section.nobg {
	background-image: none;
}
body.with-bg-on-top {
	background-image: url('img/sub-header.svg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.sub-header.with-text {
	text-align: center;
	padding-top: 200px;
	margin-top: 0;
}
.sub-header.with-text .row {
	max-width: 800px;
}
.sub-header.with-text h1.section-title {
	max-width: 100%;
	margin-bottom: 30px;
}
.sub-header.with-text.single h1.section-title {
	color: #1F925E;
}
.sub-header.with-text .section-info {
	margin-bottom: 25px;
}
.sub-header.with-text .section-desc {
	max-width: 660px;
	display: table;
	margin: 0 auto;
}
.sub-header.with-text.left {
	text-align: left;
}
.sub-header.with-text.left .row {
	max-width: 1360px;
}
.sub-header.with-text.left .section-desc {
	margin: 0;
}
.half.form form {
	max-width: 610px;
}
.half.form label {
	margin-bottom: 20px;
	display: block;
}
.half.form .terms label {
	margin-bottom: 0;
}
.half.form .terms a {
	color: #fff;
	text-decoration: underline;
}
.half.form .terms a:hover {
	text-decoration: none;
}
input[type="text"], input[type="email"], textarea {
	background: #171C1C;
	height: 48px;
	padding: 10px 15px;
	color: #fff;
	outline: none;
	margin-top: 7px;
	border: 1px solid #333C3A;
	border-radius: 6px;
	width: 100%;
	font-family: 'Inter';
}
textarea {
	height: 180px;
	padding-top: 12px;
}
input[type="submit"] {
	background: #1F925E;
	height: 52px;
	width: 115px;
	color: #fff;
	outline: none;
	border-radius: 6px;
	border: 0;
	font-size: 18px;
	cursor: pointer;
	font-family: 'Inter';
}
.c-info .half {
	margin-bottom: 50px;
}
.half.c-info {
	float: right;
}
.c-info img {
	margin-bottom: 15px;
}
.c-info .name {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}
.c-info p {
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 10px;
}
.c-info a {
	color: #1F925E;
	text-decoration: underline;
}
.c-info a:hover {
	text-decoration: none;
}
.postup-list .item {
	width: 100%;
	float: left;
	margin-bottom: 80px;
}
.postup-list .item .icon {
	width: 64px;
	height: 64px;
	float: left;
	background: #1F925E;
	border-radius: 50%;
	text-align: center;
	position: relative;
}
.postup-list .item .icon img {
	transform: translate(-50%,-50%);
	position: absolute;
	top: 50%;
	left: 50%;
}
.postup-list .item .icon:after {
	width: 2px;
	height: 80px;
	background: #333C3A;
	content: '';
	position: absolute;
	top: 82px;
	left: 50%;
}
.postup-list .item:last-child .icon:after {
	display: none;
}
.postup-list .item h3 {
	margin: 0 0 15px;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
}
.postup-list .item p {
	margin: 0 0 20px;
	font-size: 16px;
	color: #D2DBD9;
	font-weight: 400;
}
.postup-list .item .text {
	width: calc(100% - 100px);
	float: right;
}
section.content.studie.proklienty {
	margin-top: -250px;
}
.items {
	float: left;
	width: 100%;
}
.items .item {
	padding: 32px 32px 2px;
	background: #171C1C;
	border: 1px solid #333C3A;
	margin-bottom: 30px;
	border-radius: 8px;
	color: #D2DBD9;
	float: left;
	width: 100%;
	position: relative;
}
.items .item a.link {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.items .item a.button.right {
	position: relative;
	z-index: 100;
}
.items .item .name {
	font-size: 18px;
	line-height: 145%;
	margin-bottom: 30px;
	color: #fff;
}
.items .item .name strong {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -0.7px;
}
.items .item p {
	font-size: 16px;
	line-height: 24px;
	max-width: 770px;
}
.cat-title {
	color: #1F925E;
	font-size: 32px;
	letter-spacing: -0.7px;
	margin: 25px 0 20px;
	float: left;
	width: 100%;
	position: relative;
	cursor: pointer;
}
.cat-title:after {
	background-image: url('img/icon-up.svg');
	background-position: center top;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	content: '';
}
section.mista {
	background-image: url('img/studio-right.svg');
	background-position: calc(100% + 360px) bottom;
	padding-bottom: 150px;
	background-repeat: no-repeat;
}
.sub-header .cats {
	margin-bottom: 30px;
	color: #D2DBD9;
}
.sub-header .cats span {
	padding: 4px 8px;
	border-radius: 6px;
}
.sub-header .cats span:first-child {
	background: #171C1C;
}
section.detail .row {
	max-width: 910px;
}
section.detail .overall {
	background: #171C1C66;
	padding: 32px;
	border-radius: 12px;
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 60px;
}
section.detail .overall .title {
	color: #fff;
	margin-bottom: 20px;
	font-size: 18px;
}
section.detail .overall ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
section.detail .overall ul li {
	float: left;
	width: 50%;
	margin-bottom: 15px;
	padding: 2px 0 2px 35px;
	background-image: url('img/icon-li-check.svg');
	background-position: left center;
	background-repeat: no-repeat;
}
.moreinfos .title {
	font-size: 24px;
	letter-spacing: -0.7px;
	color: #1F925E;
	padding-bottom: 15px;
	border-bottom: 1px solid #333C3A;
}
.moreinfos .tab {
	float: left;
	width: 100%;
	padding: 20px 0 0;
	color: #D2DBD9;
	border-bottom: 1px solid #333C3A;
}
.moreinfos .tab p {
	margin-bottom: 20px;
}
.moreinfos .tab .title {
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	margin-bottom: 15px;
	padding-left: 40px;
	border-bottom: 0;
	color: #fff;
	padding-bottom: 0;
	background-image: url('img/tab-arrow.svg');
	background-position: left center;
	background-repeat: no-repeat;
}
section.detail {
	padding-top: 30px;
}
.entry a {
	color: #1F925E;
}
.entry a:hover {
	text-decoration: underline;
}
section.content.page-contact {
	padding-bottom: 280px;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-not-valid {
	border-color: #dc3232 !important;
}
.wpcf7 form .wpcf7-response-output {
	background: #1F925E;
	padding: 20px;
	margin: 0;
	width: 100%;
	float: left;
	background: #1F925E;
	text-align: center;
	border-radius: 6px;
	border: 0 !important;
	color: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #dc3232 !important;
}
.main-info {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	text-align: left;
	margin: 40px auto 0;
	background: #171C1C66;
	border-radius: 12px;
	padding: 32px;
}
.main-info .box {
	width: calc(33% - 15px);
}
.main-info .title {
	color: #fff;
	font-size: 24px;
	letter-spacing: -0.7px;
	margin-bottom: 10px;
	width: 100%;
}
.main-info .box .title {
	color: #1F925E;
	font-size: 18px;
	margin-bottom: 5px;
}
.main-info .box p {
	color: #fff;
	margin-bottom: 0;
}
.sub-header.with-text.single .row {
	max-width: 910px;
}


footer {
	background-image: url('img/footer.svg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	width: 100%;
	padding-top: 150px;
}
footer .top {
	float: left;
	width: 100%;
}
footer .top .half.links {
	float: right;
	width: 30%;
}
footer .line {
	background: #0000001A;
	height: 1px;
	width: 100%;
	float: left;
	margin: 25px 0;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li {
	margin-bottom: 15px;
	width: 50%;
	float: left;
}
footer ul li a {
	font-size: 14px;
	line-height: 120%;
	color: #ffff;
}
footer ul li a:hover {
	text-decoration: underline;
}
footer .bottom {
	float: left;
	width: 100%;
	padding: 50px 0;
	color: #D2DBD9;
	font-size: 14px;
	margin-top: 50px;
}
footer .bottom a {
	color: #D2DBD9;
	text-decoration: underline;
}
footer .bottom a:hover {
	text-decoration: none;
}
footer .half.sociable {
	text-align: right;
}
footer .half.sociable img {
	margin-left: 10px;
	display: inline-block;
}
.clear {clear: both;}
.only-mobile {display: none;}

@media (max-width: 1220px) {
	header .main-menu ul {display: none;}
	header .menu-show {display: block; z-index: 999;}
	.logo {position: relative; z-index: 1000;}
}
@media (max-width: 900px) {
	.list {column-count: 2;}
	body {font-size: 15px;}
	.services .item h3, .services .item h2 {font-size: 20px;}
	section.content.studie {padding-top: 64px;}
	.articles .item {width: calc(50% - 32px)}
	.articles .item:nth-child(3) {display: none;}
	.section-title {font-size: 44px;}
	a.button.right-top {margin: 0; float: none;}
	.half, footer .top .half.links {width: 100%;}
	footer .top .half.links {margin-top: 40px;}
	footer .bottom {margin-top: 0; padding: 30px 0;}
	footer .half.sociable {text-align: left; margin-top: 20px;}
	footer {padding-top: 0;}
	.sub-header.with-text {padding-top: 120px;}
	h1.section-title {font-size: 42px;}
	.sections .section .section-title {font-size: 34px;}
	.sections .section .half.text {padding-right: 30px;}
	.sections .section:nth-child(2n+0) .half.text {padding: 0 0 0 30px;}
	.sections .section {padding: 40px 0;}
	.c-info .half:nth-child(1), .c-info .half:nth-child(2) {width: 50%;}
	section.content.page-contact {padding-bottom: 100px;}
	.half.postup-list {margin-top: 40px;}
	section.content.studie.proklienty {margin-top: 0; padding-top: 0;}
}
@media (max-width: 760px) {
	.main h1, h1.section-title {font-size: 38px;}
	.list {column-count: 1;}
	.list .box h2 {font-size: 26px;}
	.articles .item, .articles .item img, .pozice-list .item, .refs-list .item, .services .item, .list .box img {width: 100%;}
	.section-title {font-size: 38px;}
	a.button {padding: 8px 20px;}
	a.button.bigger {padding: 10px 20px; font-size: 16px;}
	.refs-list .item {margin-bottom: 30px;}
	.refs-list .item p {max-width: 100%;}
	.refs-list .item .person img.attachment-person-thumb, .refs-list .item .person img {margin: 0 auto;}
	.refs-list, section.refs .section-title {text-align: center;}
	footer .half.sociable img {margin: 0 10px 0 0;}
	.services {flex-wrap: wrap;}
	section.content {padding: 40px 0;}
	.main {padding-top: 100px; min-height: fit-content;}
	.section-desc {font-size: 16px;}
	.sections .section .row {display: block;}
	.sections .section .half.text {padding: 0 !important;}
	.half.form {padding-right: 0;}

	
	
}
@media (max-width: 500px) {
	.postup-list .item .icon:after, .items .item a.button.right {display: none;}
	.postup-list .item .icon {margin: 0 auto; float: none;}
	.postup-list .item .text {width: 100%; margin-top: 30px; text-align: center;}
	.postup-list .item {margin-bottom: 40px;}
	section.detail .overall ul li {width: 100%; margin-bottom: 10px;}
}


