/*
Theme Name: AGJS
Theme URI: 
Author: Tomáš Gažůr
Author URI: https://www.tomasgazur.cz
Version: 1.01
*/

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: transparent 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 {
	font-family: 'open-sans', Arial, sans-serif;
	font-weight: 300;
	background: #fff;
	font-style: normal;
	color: #6D6E71;
	font-size: 18px;
	letter-spacing: normal;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
.row {
	width: 100%;
	max-width: 1640px;
	padding: 0 85px;
	margin: 0 auto;
	display: block;
}
section.top {
	background-color: #D9000D;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	text-align: right;
	padding: 4px 0;
}
section.top a {
	color: #fff;
}
header {
	width: 100%;
	float: left;
	padding: 24px 0;
	z-index: 400;
	position: absolute;
	top: 32px;
	left: 0;
}
body.header-fixed header {
	top: 0;
	position: fixed;
}
body#logged header {
	top: 64px;
}
body.header-fixed#logged header {
	top: 0 !important;
}
.logo {
	float: left;
	width: 120px;
	position: relative;
}
header .main-menu {
	width: calc(100% - 120px);
	float: left;
	text-align: right;
}
header .main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header .main-menu li {
	display: inline-table;
	position: relative;
	margin-left: 30px;
	padding-bottom: 10px;
}
header .main-menu li a {
	color: #fff;
	font-size: 18px;
}
#menu-item-25 > a {
	pointer-events: none;
	cursor: default;
}
header .main-menu li a:hover, header .main-menu ul li.current-menu-item > a, header .main-menu ul li.current-menu-parent > a {
	color: #D9000D !important;
}
header .main-menu ul li.cta a {
	padding: 10px 20px;
	border-radius: 16px;
	border: 2px solid #D9000D;
}
header .main-menu ul li.cta a:hover {
	color: #fff;
	background-color: #D9000D;
}
header .main-menu ul ul {
	width: 304px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 16px;
	position: absolute;
	top: 30px;
	left: -20px;
	text-align: left;
	display: none;
	padding: 10px 25px;
	z-index: 200;
}
header .main-menu ul ul li {
	display: block;
	margin: 10px 0;
	padding-bottom: 0;
}
header .main-menu ul li:hover > ul {
	display: block;
}
header .main-menu ul ul li a {
	color: #6D6E71;
}
header .main-menu ul li.menu-item-has-children > a {
	background-image: url('img/sipka.svg');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}
body.page header .main-menu ul li.menu-item-has-children > a, body.header-fixed header .main-menu ul li.menu-item-has-children > a {
	background-image: url('img/sipka_seda.svg');
}
a.button {
	background-color: #D9000D;
	color: #fff;
	padding: 0 22px;
	height: 53px;
	border-radius: 16px;
	display: table;
	line-height: 100%;
	line-height: 50px;
	font-size: 22px;
}
a.button:hover {
	background-color: #F80D1B;
	padding: 0 19px;
}
a.button.left {
	float: left;
}
a.button.right {
	float: right;
}
a.button.center {
	margin: 0 auto;
}
a.button.arrow {
	background-position: calc(100% - 20px) center;
	background-repeat: no-repeat;
	background-image: url('img/icon-arrow.svg');
	padding-right: 75px;
}
a.button.arrow:hover {
	background-position: calc(100% - 15px) center;
}
a.button.inline {
	display: inline-block;
	margin-right: 20px;
}
a.button.round {
	font-size: 18px;
	height: 40px;
	line-height: 40px;
}
a {
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	text-decoration: none;
}
header .menu-show {
	background-image: url('img/menu.svg');
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	top: 3px;
	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;
}
body.open-mobile header .menu-show {
	background-image: url('img/krizek.svg');
}
.open-mobile {
	overflow: hidden;
}
.open-mobile header .main-menu {
	background-image: url('img/tvar.svg');
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #fff;
	position: absolute;
	top: 40px;
	width: 260px;
	height: 100vh;
	z-index: 400;
	overflow-y: auto;
	right: 0;
	margin: 0 !important;
	padding: 60px 20px;
	text-align: left;
	display: block;
	-webkit-overflow-scrolling: touch;
}
.open-mobile header .main-menu ul {
	display: table;
	width: 100%;
	padding: 20px 0 5px 0;
}
.open-mobile header .main-menu ul ul {
	position: static;
	box-shadow: none;
	background: none;
}
.open-mobile header .main-menu ul ul li {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 2px 0 2px 30px;
	background-size: 22px auto;
}
.open-mobile header .main-menu ul ul li a {
	font-size: 16px;
}
.open-mobile header .main-menu ul ul li.menu-item-33 {
	background-image: url('img/servisni_sluzby.svg');
}
.open-mobile header .main-menu ul ul li.menu-item-32 {
	background-image: url('img/technologie_dojeni.svg');
}
.open-mobile header .main-menu ul ul li.menu-item-31 {
	background-image: url('img/stavby.svg');
}
.open-mobile header .main-menu ul ul li.menu-item-30 {
	background-image: url('img/moderni_vybaveni_farem.svg');
}
.open-mobile header .main-menu ul li {
	width: 100%;
	margin: 12px 0;
	padding-bottom: 0;
}
.open-mobile header .main-menu ul li a {
	color: #D9000D !important;
}
.open-mobile header .main-menu ul li.cta a {
	background-color: transparent;
	border-radius: 0;
	border: 0;
	padding: 0;
}
.open-mobile body.page header .main-menu ul li.menu-item-has-children > a, .open-mobile header .main-menu ul li.menu-item-has-children > a {
	background: none !important;
}




.main {
	width: 100%;
	float: left;
	min-height: 800px;
	height: 100vh;
	position: relative;
}
.main .inner {
	margin-top: 250px;
	max-width: 1040px;
}
.main .inner h1 {
	color: #FFFFFF;
	text-shadow: 0px 6px 6px #0000007A;
	font-size: 80px;
	font-weight: 800;
	margin: 0 0 30px 0;
	line-height: 125%;
}
.main .inner p {
	color: #FFFFFF;
	text-shadow: 0px 3px 6px #0000007A;
	font-size: 30px;
	line-height: 130%;
	margin-bottom: 40px;
}
.video-wrap-overflow {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
}
.video-box:before {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 100;
}
.video-box #vid {
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	position: absolute;
	min-width: 100%;
	min-height: 100%;
}
.video-box-wrap {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
}
p {
	line-height: 130%;
	margin: 0 0 15px 0;
}
section {
	width: 100%;
	float: left;
}
section.content {
	padding: 30px 0;
}
.section-title {
	color: #3E3E3E;
	font-size: 70px;
	margin: 0 0 25px;
	font-weight: 800;
	text-align: center;
}
.services-list {
	display: flex;
	gap: 55px;
	width: 100%;
	margin-top: -150px;
}
.services-list .service {
	width: calc(25% - 40px);
	float: left;
	text-align: center;
	padding-bottom: 78px;
	background: rgba(239, 239, 239, 0.4);
	border-radius: 158px;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
}
.services-list .service .thumb {
	padding: 78px 0;
}
.services-list .service .thumb img {
	margin: 0 auto;
}
.services-list .service .text {
	margin-top: -40px;
	position: relative;
	z-index: 100;
}
.services-list .service .text h2 {
	font-weight: 700;
	font-size: 25px;
	color: #3E3E3E;
	margin: 0 0 5px 0;
	padding: 0 10px;
	min-height: 75px;
}
.services-list .service .text p {
	margin-bottom: 30px;
	color: #6D6E71;
	font-size: 18px;
	line-height: 135%;
}
section.news {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url('img/news.jpg');
	background-size: cover;
}
section.news.in-category {
	background-image: none;
}
section.content.services {
	padding-bottom: 70px;
}
section.news .row {
	max-width: 1800px;
}
.news-list {
	display: flex;
	gap: 30px;
	width: 100%;
	flex-wrap: wrap;
	margin: 50px 0 50px 0;
}
.news-list article {
	background: #F9F9F9;
	float: left;
	border-radius: 16px;
	width: calc(33.333% - 20px);
}
.news-list article .thumb {
	border-radius: 16px;
	width: 196px;
	float: left;
}
.news-list article .thumb img {
	border-radius: 16px;
}
.news-list article .content {
	padding: 22px 22px 0;
	width: calc(100% - 196px);
	float: right;
	font-size: 16px;
}
.news-list article .content .date {
	font-size: 14px;
	margin-bottom: 10px;
}
.news-list article .content .name {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: -1px;
}
.news-list article .content p {
	line-height: 140%;
}
.news-list article .content a.read {
	float: right;
}
a.read {
	background-image: url('img/icon-right-red.svg');
	background-position: calc(100% - 3px) center;
	background-repeat: no-repeat;
	padding-right: 30px;
	color: #D9000D;
}
a.read:hover {
	background-position: right center;
	text-decoration: underline;
}
a.read.all {
	display: table;
	margin: 0 auto 60px;
}
.half {
	float: left;
	width: 50%;
}
section.contact {
	background-image: url('img/piktogram.svg');
	background-position: left top;
	background-repeat: no-repeat;
}
section.contact .half {
	position: relative;
}
section.contact .half {
	position: relative;
}
section.contact .half.form {
	background: #D9000D;
	border-radius: 16px;
	padding: 30px 70px;
	color: #fff;
}
section.contact .half.form:before {
	background-image: url('img/telatko.png');
	width: 571px;
	height: 585px;
	content: '';
	position: absolute;
	top: -65px;
	left: -260px;
	z-index: -1;
}
section.contact .half.form input[type="text"], section.contact .half.form input[type="email"], section.contact .half.form textarea {
	background: none;
	padding: 10px 0;
	border: 0;
	outline: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-family: 'open-sans', Arial, sans-serif;
	margin-bottom: 15px;
	width: 100%;
}
section.contact .half.form textarea {
	height: 160px;
}
section.contact .half.form .terms {
	margin: -15px 0 10px !important;
	float: left;
	width: 100%;
}
section.contact .half.form .terms a {
	color: #fff;
	text-decoration: underline;
}
section.contact .half.form .terms a:hover {
	text-decoration: none;
}
section.contact .half.form .terms .wpcf7-list-item {
	margin-left: 0;
}
section.contact .half.form input[type="submit"] {
	background-image: url('img/icon-right-red.svg');
	background-position: calc(100% - 25px) center;
	background-repeat: no-repeat;
	color: #D9000D;
	text-align: left;
	padding: 0 40px 0 15px;
	width: 135px;
	height: 42px;
	border-radius: 16px;
	background-color: #fff;
	border: 0;
	cursor: pointer;
	outline: none;
}
.wpcf7-response-output {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
section.contact .half.form input[type="submit"]:hover {
	background-position: calc(100% - 20px) center;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
::-webkit-input-placeholder {
	color: #fff;
}
::-moz-placeholder {
	color: #fff;
}
:-ms-input-placeholder {
	color: #fff;
}
:-moz-placeholder { 
	color: #fff;
}
section.contact .half.form .title {
	font-size: 53px;
	font-weight: 800;
	margin: 0 0 25px 0;
}
section.contact .half.text .title {
	font-size: 25px;
	font-weight: 800;
	line-height: 145%;
	color: #6D6E71;
}
section.contact .half.text .city {
	font-size: 25px;
	margin: 25px 0 15px 0;
	color: #6D6E71;
}
a.icon {
	color: #D9000D;
	padding: 5px 0 5px 35px;
	background-position: left center;
	background-repeat: no-repeat;
	display: table;
	margin-bottom: 5px;
}
a.icon.phone {
	background-image: url('img/mobil.svg');
}
a.icon.email {
	background-image: url('img/mail.svg');
}
section.contact .half.text a.button {
	margin: 45px 0 20px;
}
body.page header, body.header-fixed header {
	z-index: 100;
	padding: 9px 0;
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
}
body.page header, body.header-fixed header.hp .logo img {
	display: none;
}
body.page header, body.header-fixed header .logo img.grey-fixed {
	display: block;
}
header .logo img.grey-fixed {
	display: none;
}
body.page header .main-menu ul li a, body.header-fixed header .main-menu ul li a {
	color: #6D6E71;
}
body.page header .main-menu, body.header-fixed header .main-menu {
	margin-top: 25px;
}
body header .main-menu ul li.cta a:hover, body.header-fixed header .main-menu ul li.cta a:hover {
	color: #fff !important;
}
body.page#logged header {
	top: 32px;
}
.only-text .entry {
	max-width: 780px;
	display: table;
	margin: 0 auto;
}
.entry h1, .only-text h1 {
	font-weight: 800;
	font-size: 70px;
	color: #3E3E3E;
	margin: 0 0 60px;
	text-align: center;
}
.only-text a {
	color: #D9000D;
}
section.content.first {
	padding-top: 60px;
}
section.sub-header {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 300px;
	margin-top: 92px;
}
.contact-page {
	margin-top: 50px;
}
.contact-page .name {
	margin-bottom: 20px;
	font-weight: 800;
	font-size: 25px;
}
.contact-page p {
	margin-bottom: 20px;
}
.contact-page .box {
	border-radius: 16px;
	border: 1px solid #D9000D;
	padding: 18px 30px;
	width: 90%;
	margin-left: -10%;
}
.contact-page .box .title {
	font-size: 19px;
	font-weight: 800;
	margin-bottom: 25px;
}
.contact-page .box .title span {
	font-size: 16px;
	font-weight: 400;
}
.contact-page .box a.icon {
	background-size: 28px auto;
	margin-top: 10px;
}
.contact-page .half.right p {
	line-height: 145%;
}
.contact-page .half.right p strong {
	margin-bottom: 5px;
	font-weight: 700;
}
.contact-page .half.right a {
	color: #D9000D;
	text-decoration: underline;
}
.contact-page .half.right a:hover {
	text-decoration: none;
}
.min-row .row {
	max-width: 960px;
}
.career-items {
	margin: 20px 0 40px;
	float: left;
	width: 100%;
}
.career-items .item {
	border: 1px solid #D1D1D1;
	background: #FBFBFB;
	border-radius: 16px;
	padding: 30px 50px;
	width: 100%;
	float: left;
}
.career-items .halfs {
	border-top: 1px solid #DEDEDE;
	width: 100%;
	float: left;
	margin-top: 25px;
	padding-top: 25px;
	font-size: 16px;
}
.career-items .halfs ul {
	margin: 0;
	list-style: inside;
	padding: 0 30px 0 0;
}
.career-items .halfs ul li {
	margin-bottom: 5px;
}
.career-items .item h2 {
	color: #0090DF;
	font-size: 30px;
	font-weight: 800;
	margin: 0 0 25px 0;
}
.career-items .item p {
	margin: 0 0 8px 0;
	font-size: 16px;
}
.career-items .item p strong {
	font-weight: 800;
	font-weight: 18px;
}
.with-bg h1 {
	color: #3E3E3E;
	font-weight: 800;
	font-size: 70px;
	text-align: center;
	margin-bottom: 30px;
}
p.desc {
	text-align: center;
}
section.with-bg {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-top: 92px;
}
.career-cta {
	text-align: center;
	margin-bottom: 80px;
}
.career-cta .title {
	font-size: 30px;
	margin-bottom: 5px;
}
.career-cta a {
	color: #D9000D;
	text-decoration: underline;
}
.career-cta a:hover {
	text-decoration: none;
}
.news-list.gallery .name {
	color: #D9000D;
	font-size: 25px !important;
}
.news-list.gallery article .content {
	position: relative;
	height: 100%;
}
.news-list.gallery article .content a.read {
	float: none;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.services-page-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 50px 0;
}
.services-page-list .item {
	background: #EFEFEF;
	border-radius: 16px;
	padding: 20px;
	text-align: center;
	width: calc(20% - 20px);
}
.services-page-list .item img {
	margin: 0 auto 10px;
	display: table;
}
.services-page-list .item p {
	margin: 0;
}
.nahradni-dily {
	margin: 40px auto 80px;
	padding: 20px;
	max-width: 760px;
	background: #EFEFEF;
	display: table;
	border-radius: 16px;
}
.nahradni-dily .icon {
	width: 210px;
	float: left;
	margin-right: 40px;
	padding-top: 60px;
}
.nahradni-dily .text {
	float: right;
	width: calc(100% - 250px);
}
.nahradni-dily .text a, .servis-online a, .services-cats-list a {
	text-decoration: underline;
	color: #D9000D;
}
.nahradni-dily .text a:hover, .servis-online a:hover, .services-cats-list a:hover {
	text-decoration: none;
}
.nahradni-dily .text .title {
	font-size: 40px;
	margin: 0 0 20px 0;
	font-weight: 800;
	color: #3E3E3E;
}
.nahradni-dily .text p {
	line-height: 140%;
}
.servis-online {
	margin: 0 auto 80px;
	max-width: 760px;
	text-align: center;
}
.servis-online .title {
	font-size: 40px;
	margin: 0 0 20px 0;
	font-weight: 800;
	color: #3E3E3E;
}
.services-cats {
	text-align: center;
	width: 100%;
	margin: 30px 0 80px;
	float: left;
}
.services-cats.fixed {
	background: #fff;
	width: 100%;
	top: 60px;
	left: 0;
	z-index: 50;
	position: fixed;
	padding: 10px 0 0;
	display: none;
}
.services-cats.fixed.show {
	display: block;
}
.services-cats ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.services-cats li {
	display: inline-block;
	margin: 0 0 10px;
}
.services-cats ul li a {
	color: #D9000D;
	display: inline-block;
	padding: 8px 20px;
	font-size: 16px;;
	font-weight: 700;
}
.services-cats ul li.active a, .services-cats ul li a:hover {
	background-color: #F5F5F5;
}
.services-cats-list .cat-title {
	font-size: 40px;
	margin-bottom: 30px;
	color: #3E3E3E;
	font-weight: 700;
	float: left;
	width: 100%;
}
.services-cats-list .cat-title.smaller {
	font-size: 30px;
	margin-bottom: 15px;
}
.services-cats-list .item {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}
.services-cats-list h2 {
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #3E3E3E;
}
.services-cats-list p {
	line-height: 145%;
	margin-bottom: 25px;
}
.services-cats-list .item img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
.services-cats-list strong {
	font-weight: 700;
}
.services-cats-list a {
	color: #D9000D;
	text-decoration: underline;
}
.services-cats-list a:hover {
	text-decoration: none;
}
.services-cats-list ul {
	padding: 0 0 0 20px;
	margin: 0 0 25px 0;
}
.services-cats-list ul li {
	margin: 0 0 5px 0;
	line-height: 145%;
}
.services-cats-list .item .half {
	width: calc(50% - 20px);
}
.services-cats-list .item .half.photo {
	margin-right: 40px;
}
.services-cats-list {
	font-size: 16px;
}
.grey {
	background: #EFEFEF;
}
section.content.mid-row.no-pad {
	padding-bottom: 30px;
}
section.content.mid-row.no-pad .services-cats {
	margin-bottom: 0;
}
section.last {
	margin-bottom: 80px;
}
.gallery-list {
	display: flex;
	gap: 10px;
	width: 100%;
	flex-wrap: wrap;
}
.gallery-list img {
	width: calc(50% - 5px);
}
section.content.vybaveni .half.gallery {
	padding-left: 30px;
}
.half.gallery .gallery-text {
	padding: 20px;
	background: #F5F5F5;
	border-radius: 8px;
	margin-bottom: 20px;
}
.grecaptcha-badge {
	display: none !important;
}



.mid-row .row {
	max-width: 1240px;
}
section.content.mid-row {
	padding-bottom: 80px;
}
.more-posts .title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #3E3E3E;
}
.news-detail .inner {
	background: #F9F9F9;
	border: 1px solid #DEDEDE;
	border-radius: 16px;
	padding: 0 80px 60px;
}
.news-detail .inner .thumb {
	margin: -180px 0 40px;
}
.news-detail .inner .thumb img {
	margin: 0 auto;
	display: block;
	border-radius: 16px;
}
.news-detail .date {
	margin: -20px 0 220px 0;
	text-align: center;
}
.dod-slider {
	margin: 60px 0 80px;
}
.dod-slider .item {
	margin: 0 60px;
}
.podporujeme {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 50px auto;
}
.podporujeme .box {
	border-radius: 16px;
	border: 1px solid #D9000D;
	width: 40%;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
}
.podporujeme .box .title {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 5px;
}
.podporujeme .box p {
	font-size: 16px;
	margin-bottom: 15px;
}
.podporujeme .box a.podporit, .podporujeme .box a.navstivit {
	font-size: 18px;
	color: #D9000D;
	text-decoration: underline;
	padding: 5px 0 5px 40px;
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0 10px;
}
.podporujeme .box a.podporit:hover, .podporujeme .box a.navstivit:hover {
	text-decoration: none;
}
.podporujeme .box a.podporit {
	background-image: url('img/chci_podporit.svg');
}
.podporujeme .box a.navstivit {
	background-image: url('img/web.svg');
}
section.first {
	margin-top: 100px;
}








footer {
	background-image: url('img/footer.png');
	background-position: center top;
	background-color: #EFEFEF;
	background-repeat: no-repeat;
	padding: 100px 0 20px 0;
	float: left;
	width: 100%;
	margin-top: -65px;
	color: #6D6E71;
}
footer .col {
	float: left;
	width: 20%;
}
footer .title {
	font-weight: 800;
	font-size: 25px;
	margin-bottom: 25px;
}
footer ul {
	margin: 0 0 25px;
	list-style: none;
	padding: 0;
}
footer ul li {
	margin-bottom: 10px;
}
footer a {
	color: #6D6E71;
}
footer a:hover {
	text-decoration: underline;
}
footer p {
	margin-bottom: 25px;
}
footer p strong {
	font-weight: 700;
	color: #fff;
}
footer .copy {
	border-top: 1px solid #C9C9C9;
	padding-top: 20px;
	margin-top: 20px;
	font-size: 16px;
	width: 100%;
	text-align: center;
	float: left;
	color: #6D6E71;
}
footer .copy a {
	color: #6D6E71;
	text-decoration: underline;
}
footer .copy a:hover {
	text-decoration: none;
}
.clear {clear: both;}
.only-mobile {display: none;}


@media (max-width: 1600px) {
	.news-list article {width: calc(50% - 20px);}
	
}
@media (max-width: 1400px) {
	.services-list .service .thumb {padding: 45px 0;}
	.services-list {gap: 25px;}
	.services-list .service .text h2 {font-size: 22px; min-height: 55px;}
	.main .inner h1 {font-size: 60px; margin-bottom: 15px;}
	.main .inner p {font-size: 24px;}
	.services-list .service .text p {font-size: 16px;}
	.services-list .service {padding-bottom: 45px;}
	.row {padding: 0 45px;}
	.section-title {font-size: 60px;}
	.news-list article .content {font-size: 14px;}

}
@media (max-width: 1100px) {
	
	
}
@media (max-width: 1000px) {
	header .main-menu ul {display: none;}
	header .menu-show {display: block;}
	.row {padding: 0 20px;}
	.news-list article, .half {width: 100%;}
	.section-title {font-size: 30px;}
	.main {min-height: inherit; height: 80vh;}
	.services-list {flex-wrap: wrap; background: #ffffff69; position: relative; z-index: 200; border-radius: 150px; backdrop-filter: blur(30px);-webkit-backdrop-filter: blur(30px);}
	.main:before {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.5; content: ''; z-index: 10;}
	.main {text-align: center; position: relative;}
	.main .inner {margin-top: 0; padding-top: 85px;}
	.video-box-wrap {z-index: 200;}
	.main .inner h1 {font-size: 35px;}
	.main .inner p {font-size: 16px; line-height: 155%;}
	section.top {font-size: 14px; text-align: center; padding: 6px 0;}
	header {padding: 5px 0 !important; background-color: #fff; top: 28px; z-index: 800 !important;}
	body.page header, body.header-fixed header {z-index: 800 !important;}
	header.hp .logo img {display: none;}
	header .logo img {width: 50px;}
	header .logo img.grey-fixed {display: block;}
	.main a.button {margin: 0 auto;}
	.services-list .service {width: 100%; border-radius: 0; background: none; backdrop-filter: none; padding: 0 20px;}
	section.services {background: #EFEFEF; padding-left: 20px; padding-right: 20px;}
	.services-list .service .text h2 {min-height: inherit; margin: 15px 0 10px;}
	.news-list article .thumb {width: 35%;}
	.news-list article .content {width: 65%;}
	.news-list article .thumb img {width: 100%; height: inherit;}
	section.contact .half.text {padding-left: 20px; padding-right: 20px;}
	section.contact .half.text .title {text-align: center;}
	section.contact .half.form {margin-top: 200px;}
	section.contact .half.form:before {top: -300px; right: -20px; left: inherit; width: 400px;}
	footer .title {font-size: 20px;}
	.contact-page .box {width: 100%; margin: 0 0 60px 0;}
	.entry h1, .only-text h1, .with-bg h1 {font-size: 50px;}
	section.sub-header {margin-top: 62px; height: 200px;}
	section.with-bg, section.first {margin-top: 62px;}
	.career-items .halfs .half {margin: 15px 0;}
	.services-page-list .item {width: calc(33.333% - 15px);}
	section.news {background-size: cover;}
	.services-cats.fixed {top: 33px;}

}
@media (max-width: 800px) {
	.services-list {margin-top: -110px; padding-bottom: 45px;}
	.dod-slider .item {margin: 0 20px;}
	.dod-slider .item img {max-width: 140px;}
	section.contact .half.form .title {font-size: 35px; text-align: center;}
	section.contact .half.form {padding: 25px;}
	section.contact .half.form input[type="submit"] {margin: 0 auto;}
	footer {margin-top: 0; padding: 30px 0; font-size: 16px;}
	footer .col {width: 100%;}
	footer .col.first img {margin: 0 auto;}
	footer .col.first {margin-bottom: 60px;}
	footer .title {font-size: 16px; border-bottom: 1px solid #C9C9C9; padding-bottom: 8px; cursor: pointer; margin-bottom: 20px;}
	footer .col:nth-child(5) .title {border-bottom: 0;}
	footer .col ul {display: none;}
	footer .copy {font-size: 14px;}
	.contact-page .name, .podporujeme .box .title {font-size: 22px;}
	body {font-size: 16px;}
	section.with-bg {background-size: auto 300px;}
	.podporujeme .box {width: 100%;}
	.podporujeme .box a.podporit, .podporujeme .box a.navstivit {font-size: 16px;}
	.services-page-list .item {width: calc(50% - 10px);}
	.nahradni-dily .text, .nahradni-dily .icon {width: 100%;}
	.nahradni-dily .text {text-align: center;}
	.nahradni-dily .icon {margin: 20px 0 40px; padding-top: 0;}
	.nahradni-dily .icon img {margin: 0 auto;}
	.services-cats ul li a {font-size: 14px; padding: 5px 12px;}
	.services-cats.fixed {z-index: 500;}
	.services-list .service .thumb img {max-width: 90px;}


}
@media (max-width: 600px) {
	header .logo img {width: 30px;}
	header .menu-show {top: -5px;}
	.main {height: 65vh;}
	.main .inner {padding-top: 70px;}
	a.button {height: 35px !important; line-height: 35px !important; font-size: 14px !important;}
	section.sub-header, section.with-bg, section.first {margin-top: 40px;}
	.entry h1, .only-text h1, .with-bg h1 {font-size: 40px;}
	.career-items .item h2, .career-cta .title {font-size: 24px;}
	.services-page-list .item, .services-cats-list .item .half {width: 100%;}
	p.desc br {display: none;}
	.services-cats-list .item .half.photo {margin-right: 0;}
	.career-items .item {padding: 30px;}
	.news-detail .inner .thumb img {width: 100%; height: auto;}
	.news-detail .inner {padding: 0 40px 40px;}



}
@media (max-width: 480px) {
	.news-list article .thumb, .news-list article .content {width: 100%;}
	.news-list article .content {text-align: center;}
	.news-list.gallery article .content a.read {position: static;}
	.news-list article .content a.read {float: none; margin: 0 auto;}
	.entry h1, .only-text h1, .with-bg h1, .nahradni-dily .text .title, .servis-online .title, .services-cats-list .cat-title {font-size: 34px;}
	.services-cats-list .cat-title.smaller {font-size: 26px;}

}




