/*
	Theme Name: CVO2020
	Theme URI: http://clovekvohrozeni.sk
	Description: Theme for CVO
	Version: 1.4.3
	Author: Cverna
	Author URI: https://cverna.sk
	Tags: CVO, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*, *:after, *:before {
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-font-smoothing: antialiased;
   font-smoothing: antialiased;
   text-rendering: optimizeLegibility;
}



@media screen and (min-width: 1000px) {
.wp-block-group.has-seda-background-color {
    margin-left: -2%;
    margin-right: -2%;
		   background-color: #f7f7f7;

}
	.bgsed{
	   background-color: #f7f7f7;

}
}
@media screen and (min-width: 1500px) {

.wp-block-group.has-seda-background-color {
    margin-left: -18%;
    margin-right: -18%;

}
	}
body {
   font-size: 16px;
   line-height: 25px;
   font-family: 'Barlow', sans-serif;
   font-weight: 400;
   color: #000;
   padding-top: 75px;
	overflow-x: hidden;
}
#skiptocontent a {
   padding: 6px;
   position: absolute;
   top: -90px;
   left: 0px;
   color: white;
   background: #f27903 ;
   -webkit-transition: top 1s ease-out;
   transition: top 1s ease-out;
   z-index: 10000;
}
#skiptocontent a:focus {
   position: absolute;
   left: 0px;
   top: 0px;
   outline-color: transparent;
   -webkit-transition: top .1s ease-in;
   transition: top .1s ease-in;
	    z-index: 99999;
}
b, strong {
   font-weight: 600;
}
ul + ul {
   margin-top: 24px;
}
/* clear */
.clear:before, .clear:after {
   content: ' ';
   display: table;
}
.clear:after {
   clear: both;
}
.clear {
   *zoom: 1;
}
img {
   max-width: 100%;
   vertical-align: bottom;
   height: auto;
}
a {
   color: #00aff0;
}
a:hover {
   color: #000;
   text-decoration: none;
}

a:hover, a:active {
   outline: 0;
}
input:focus {

   border: 1px solid #04A4CC !important;
}
* {
   padding: 0;
   margin: 0;
}
.screen-reader-text {
	display: none;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/ ::selection {
   background: #04A4CC;
   color: #FFF;
   text-shadow: none;
}
::-webkit-selection {
   background: #04A4CC;
   color: #FFF;
   text-shadow: none;
}
::-moz-selection {
   background: #04A4CC;
   color: #FFF;
   text-shadow: none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
   margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
   display: block;
   margin: 5px auto 5px auto;
}
.alignright {
   float: right;
   margin: 5px 0 20px 20px;
}
.alignleft {
   float: left;
   margin: 5px 20px 20px 0;
}
a img.alignright {
   float: right;
   margin: 5px 0 20px 20px;
}
a img.alignnone {
   margin: 5px 20px 20px 0;
}
a img.alignleft {
   float: left;
   margin: 5px 20px 20px 0;
}
a img.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.inputhidden {
	display: none;
}
.wp-caption {
   background: #FFF;
   border: 1px solid #F0F0F0;
   max-width: 96%;
   padding: 5px 3px 10px;
   text-align: center;
}
.wp-caption.alignnone {
   margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
   margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
   margin: 5px 0 20px 20px;
}
.wp-caption img {
   border: 0 none;
   height: auto;
   margin: 0;
   max-width: 98.5%;
   padding: 0;
   width: auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
   font-size: 11px;
   line-height: 17px;
   margin: 0;
   padding: 0 4px 5px;
}
h1, h2, h3, h4 {
   margin-bottom: 0.5rem;
   color: #000;
   font-weight: 600;
   line-height: 1.2em;
}
h1 {
   font-size: 48px;
}
h2, .h2 {
   font-size: 36px;
   margin-bottom: 32px;
}
h3, .h3 {
   font-size: 27px;
   margin-bottom: 32px;
}
h4, .h4 {
   font-size: 20px;
   margin-bottom: 32px;
}
h5, .h5 {
   font-size: 18px;
   text-transform: uppercase;
   margin-bottom: 16px;
}
h6, .h6 {
   font-size: 18px;
}
.acf .f2{
    justify-self: end;
}
p {
   margin-bottom: 24px;
}
input {

     border-radius: 0 !important;
}
input[type=text], input[type=email] {
   border: 1px solid rgba(0, 0, 0, 0.1);
   padding: 12px 6px;
   width: 100%;
	     -webkit-appearance: none;
     border-radius: 0;
}
select {
   background: #fff;
   border: 1px solid #E5E5E7;
   padding: 7px 5px;
}
.wp-block-button__link {
   font-weight: 600;
}
.has-oranzova-background-color, .cv-webform .has-oranzova-background-color:hover {
   background-color: #f27903;
   color: #FFF;
	border: 2px solid #f27903;
}
.has-oranzova-background-color:hover, .cv-webform .has-oranzova-background-color {
	background-color: transparent;
	color: #f27903;
}
.has-modra-background-color {
   background-color: #00aff0;
}
blockquote {
   font-style: italic;
   font-size: 20px;
   font-family: Georgia, serif;
   line-height: 1.4;
   position: relative;
}
blockquote:before {
   content: '\201C';
   color: #81bedb;
   font-size: 7.5em;
   font-weight: 700;
   opacity: .3;
   position: absolute;
   top: -.4em;
   left: -.2em;
   text-shadow: none;
   z-index: 10;
}
blockquote p {
   margin-bottom: 0;
}
.cv-single blockquote {
   margin-bottom: 32px;
}
.wp-block-group.cv-center-l blockquote {
   margin: 32px 0;
}
cite {
   font-family: 'Barlow', sans-serif;
   font-weight: 600;
   text-transform: none;
   font-style: normal;
   font-size: 16px;
}

.pagetitle {
	margin: 0;
}

.wp-block-group {
   padding-top: 32px;
   padding-bottom: 64px;
}
.wp-block-group.has-seda-background-color {
   padding-bottom: 96px;
}
.wp-block-group.has-seda-background-color + :not(.wp-block-group) {
   margin-top: -60px;
}
.wp-block-group.has-seda-background-color .wp-block-group__inner-container > p:first-child {
   font-size: 20px;
   line-height: 28px;
   margin-bottom: 36px;
}
.pagetitle {
   text-align: center;
   padding-top: 64px;
   padding-bottom: 32px;
   text-transform: uppercase;
}
.pagetitle:after {
   content: '';
   display: block;
   width: 150px;
   height: 1px;
   background-color: #000;
   position: relative;
   /*bottom: -20px; */
   bottom: -32px;
   z-index: 20;
   margin: 0 auto;
}
[class*='cv-center-'], .wp-block-group.has-seda-background-color .wp-block-group__inner-container {
   width: 96%;
   margin: 0 auto;
}
.cv-center-xl {
   max-width: 1400px;
}
.wp-block-group.has-seda-background-color .wp-block-group__inner-container, .cv-center-l {
   max-width: 1000px;
}
.wp-block-group.has-seda-background-color.cv-full .wp-block-group__inner-container {
   max-width: 1400px;
}
.cv-full .h3, h3 {
   margin-bottom: 8px;
}
.stlpce-tien > div {
	box-shadow: 3px 5px 20px 0 rgba(0,0,0,0.1);
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
    transition: all .3s cubic-bezier(.2, .5, .3, 1);
    padding: 32px 45px;
    text-align: center;

}
.stlpce-tien h3 {
	font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    display: block;
    color: #00aff0;
    margin-bottom: 20px;
}
/*} pika*/
header {
   position: fixed;
   box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, 0.1);
   width: 100%;
   top: 0;
   background-color: #fff;
   z-index: 10000;
}
header .cv-center-xl {
   display: grid;
   grid-template-columns: 190px auto 190px;
   padding: 16px 0;
   align-items: center;
   grid-column-gap: 0px;
}
   .cv-menu-two {
      display: flex;
      align-items: center;
      column-gap: 12px;

   }

.logo {
   position: relative;
}
.logo img {
   /* cvonew START delete 
	position: absolute;
   width: 140px;
   top: -32px;
   left: 0;
	   cvonew END  delete */
	
	 /* cvonew START  show */
	width: 120px;
	
	 /* cvonew END  show */
}
.acf .logo  {
	margin-bottom: 32px;
}
.acf .logo img {
   position: relative;
   width: 140px;
   top: 0px;
   left: 0;
	margin-left: 70px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link, #mega-menu-wrap-header-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item, #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-row, #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-column, #mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link,#mega-menu-wrap-en-menu #mega-menu-en-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-en-menu #mega-menu-en-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-en-menu #mega-menu-en-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-en-menu #mega-menu-en-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-en-menu #mega-menu-en-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link, #mega-menu-wrap-en-menu, #mega-menu-wrap-en-menu #mega-menu-en-menu, #mega-menu-wrap-en-menu #mega-menu-en-menu ul.mega-sub-menu, #mega-menu-wrap-en-menu #mega-menu-en-menu li.mega-menu-item, #mega-menu-wrap-en-menu #mega-menu-en-menu li.mega-menu-row, #mega-menu-wrap-en-menu #mega-menu-en-menu li.mega-menu-column, #mega-menu-wrap-en-menu #mega-menu-en-menu a.mega-menu-link  {
   font-weight: 600;
}
header .menu-daruj a {
   color: #fff !important;
}
header .menu-daruj a {
   background-color: #f27903 !important;
   border: 2px solid transparent !important;
   letter-spacing: .5px;
   border-radius: 500px !important;
   padding: 0px 32px !important;
}
header .menu-daruj a:hover, header .menu-daruj a:focus {
   border-color: #f27903 !important;
   background-color: #fff !important;
   color: #f27903 !important;
}

header input {
   margin: 0;
   border: none;
   border-bottom: 1px solid #000;
   padding: 12px 24px;
   font-weight: 600;
   font-size: 15px;
   width: 100px;
}
header button {
   background-color: #fff;
   border: none;
   margin-left: -2px;
}
.searchform {
   display: grid;
   align-items: center;
   grid-template-columns: 20px auto;
}
.searchform input {
   grid-column: 1/3;
   grid-row: 1/2;
}
.searchform button {
   grid-column: 1/2;
   grid-row: 1/2;
}
footer {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   grid-template-rows: auto auto;
   grid-gap: 32px;
   margin-top: 32px !important;
   padding-top: 64px;
   border-top: 1px solid #000;
}
footer .p_user {
   text-transform: none;
   font-size: 16px;
   margin-bottom: 0;
}
footer li {
   list-style: none;
}
footer a {
   color: #121212;
   text-decoration: none;
}
footer a:hover {
   text-decoration: underline;
   color: #00aff0;
}
footer i {
   margin-right: 6px;
}
.copyright {
   grid-column: 1/5;
   grid-row: 2/3;
   border-top: 1px solid rgba(0, 0, 0, 0.1);
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-between;
   align-items: center;
   align-content: center;
   margin-top: 96px;
   padding-top: 32px;
   padding-bottom: 32px;
}
.copyright p:first-child {
   order: 2;
}
.copyright p:last-child {
   order: 1;
}
#menu-footer-socialne-siete {
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
   margin-top: 32px;
}
#menu-footer-socialne-siete i {
   margin-right: 15px;
}
.fa-facebook {
   color: #3b5998;
}
.fa-youtube {
   color: #cc181e;
}
.fa-instagram {
   color: #e4405f;
}
#mega-menu-header-menu, 
#mega-menu-en-menu{
   
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
.mega-menu-daruj {}
.mega-menu-daruj a {
   line-height: 45px !important;
   height: 50px !important;
   margin-left: 12px !important;
}
.grid-loga {
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: stretch;
   margin-bottom: 32px;
}
.grid-loga img {
   max-width: 2 50px;
   padding: 16px;
}
.wp-block-gallery {
   margin-bottom: 32px;
}
small {
   font-size: 75%;
   opacity: 0.7;
}
.fullimg img {
   -o-object-fit: cover;
   object-fit: cover;
   width: 100%;
   height: 100vh;
   max-height: 700px;
}
.cv-stiahnutie {
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-gap: 16px 64px;
   margin-bottom: 64px;
}
.cv-stiahnutie li {
   margin-bottom: 3px;
   list-style: none;
}
.cv-stiahnutie li a, h1.h2 a, h1.h2 a:hover, .clanok-datum a, .cv-aktuality-sidebar a {
   color: #000;
   text-decoration: none;
}
.cv-stiahnutie li a:hover, .clanok-datum a:hover, .cv-aktuality-sidebar a:hover, .cv-text h2 a:hover, .new-cat a:hover {
   color: #00aff0;
   text-decoration: underline;
}
article .profil_user {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   grid-gap: 32px 64px;
   margin-bottom: 96px;
}
.profil_user p {
   margin-bottom: 0;
}
article .p_funkcia {
   font-weight: 600;
   opacity: 0.7;
}
article .pstlpec-meno {
   text-align: center;
}
.profil_user h3 {
   margin-bottom: 0;
   margin-top: 8px;
}
article .pstlpec-dva .p_user {
   border: 1px solid #E5E5E7;
   padding: 32px;
}
.pstlpec-dva .p_user .p_email {
   align-self: end;
}
.pstlpec-hore .p_user {
   display: grid;
   text-align: center;
}
.pstlpec-hore .p_funkcia {
   grid-row: 1/2;
   opacity: 1;
   margin-bottom: 8px;
}
.pstlpec-hore .p_img {
   grid-row: 2/3;
}
.pstlpec-hore h3 {
   grid-row: 3/4;
   margin-bottom: 16px;
}
article .praca .profil_user {
   margin-bottom: 0px;
   font-weight: 600;
}
article .praca .p_user {
   display: grid;
}
article .praca .p_user a {
   align-self: center;
}
.cv-stlpce-line {
   text-align: center;
   margin-top: 24px;
}
article .praca .pstlpec-dva .p_user {
   border-left: 3px solid #00aff0;
}
.cv-stlpce-line a {
   color: #111;
}
.cv-stlpce-line a:hover {
   color: #00aff0;
   text-decoration: underline;
}
.cv-stlpce-line .wp-block-column {
   margin-bottom: 0px;
   padding: 32px 0;
}
.cv-stlpce-line .wp-block-column {
   position: relative;
}
.cv-stlpce-line .wp-block-column:nth-child(1):before, .cv-stlpce-line .wp-block-column:nth-child(3):after {
   content: '';
   position: absolute;
   width: 1px;
   height: 100%;
   background-color: #E5E5E7;
   top: 0;
}
.cv-stlpce-line .wp-block-column:nth-child(1):before {
   right: -16px;
}
.cv-stlpce-line .wp-block-column:nth-child(3):after {
   left: -16px;
}

 article .cv-text {
   display: grid;
}
 article .cv-text .new-cat {
   grid-row: 1/2;
   font-weight: 600;
}
article .cv-text h2 {
   grid-row: 2/3;
	margin-bottom: 0;
}
.cv-text .cv-seda {
	  grid-row: 3/4;
}
article .cv-text .cv-seda {
   margin-top: 16px;
}
.grid article a:hover {
   cursor: pointer;
   color: #00aff0;
   text-decoration: underline;
}
.grid h2 {
   margin-bottom: 0;
}
.cv-seda {
   color: #575757;
   margin-bottom: 0;
}
.archive-clanok:hover {
   transform: translateY(-5px);
   box-shadow: 0 30px 65px rgba(0, 0, 0, 0.12);
   border-color: #fff;
}
.archive-clanok, .kam-clanky article {
   border: 1px solid rgba(0, 0, 0, 0.1);
   transition: all .3s cubic-bezier(.2, .5, .3, 1);
   background-color: #fff;
}
.archive-clanok img{
	-o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.cv-text {
   padding: 16px 32px;
}
.slide-item {

}
.slide-item, .slide-item img {

}
.slide-item img {

   -o-object-fit: cover;
   object-fit: cover;
   width: 100%;
}


.slide {
 background-repeat: no-repeat;
 background-position: center top;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 padding:64px 0 32px 0;
 position: relative;
 z-index: 20;
}
.slide h2 span {
   background-color: rgba(255, 255, 255, 0.9);
   text-transform: uppercase;
   padding: 0;
   -webkit-box-shadow: 12px 0 0 rgba(255, 255, 255, 0.9), -12px 0 0 rgba(255, 255, 255, 0.9);
   box-shadow: 12px 0 0 rgba(255, 255, 255, 0.9), -12px 0 0 rgba(255, 255, 255, 0.9);
   font-size: 50px;
   line-height: 65px;
}
.slide .cv-center-xl {
	display: flex;
	align-items: flex-end;
	height: 100%;
}
.slide h2 {
   margin-left: 12px;
   max-width: 700px;
}
.cv-webform {
	/*display: grid;
	grid-template-columns: 400px 1fr;*/
    box-shadow: 0 30px 65px rgba(0, 0, 0, 0.12);
	margin: 64px auto;
}
.box {
 padding: 16px;
}
.box, .column-sizer {
 width: 25%;
 box-sizing: border-box;
}
body.blog #boxes .box:nth-child(2), body.blog #boxes .box:nth-child(3) {
 width: 50%;
}
.newsimg {
	background-color: #f27903;
	color: #fff;
	padding: 16px;
	text-align: center;
	display: grid;
	  align-items: center;

}
.suhlas {
	grid-column: 1/3;
}
.newsimg  h2 {
	color: #fff;
	margin-bottom: 0;
}
.newsimg i {
	font-size: 36px;
}
.newsform {
	padding: 32px 64px;
}
.cv-webform form {
   display: grid;
   grid-gap: 32px;
   grid-template-columns: 1fr 1fr;
}
label {
   display: block;
   align-self: center;
}
.cv-webform form h3 {
   grid-column: 1/5;
}
.cv-webform button {
   grid-column: 1/5;
   grid-row: 5/6;
}
.cv-title-line {
   display: grid;
   width: 100%;
   align-items: center;
   text-align: center;
   grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
   grid-gap: 16px;
}
.cv-title-line:before, .cv-title-line:after {
   content: '';
   border-top: 1px solid #E5E5E7;
}
.cv-title-line-2 {
   display: grid;
   width: 100%;
   grid-gap: 16px;
}
.cv-title-line-2:after {
   content: '';
   border-top: 1px solid #E5E5E7;
}.cv-title-line-darujte {
   display: grid;
   width: 100%;
   grid-gap: 16px;
}
.cv-title-line-darujte:after {
   content: '';
   border-top: 3px solid #191919;
}
.wp-block-button {
   margin-bottom: 32px !important;
}
.cv-box-shadow > div {
   background-color: #fff;
   box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, 0.1);
   box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
   transition: all .3s cubic-bezier(.2, .5, .3, 1);
   text-align: center;
   position: relative;
   z-index: 500;
}
.cv-box-shadow > div:hover {
   transform: translateY(-5px);
   box-shadow: 0 30px 65px rgba(0, 0, 0, 0.12);
}
.cv-box-shadow h2 {
   padding: 32px 48px;
   margin: 0;
}
.cv-box-shadow a,.archive-clanok a, .praca .p_user a {
   color: #000;
   text-decoration: none;
}
.cv-akt-pr a, .cv-nea-pr a {
   text-decoration: none;
}
.uroven2 a {
   text-decoration: none;
}
.uroven2 h2 {
   margin-bottom: 0;
}
a:hover h2, .cv-akt-pr a:hover h3, .cv-nea-pr a:hover h3, .praca .p_user a:hover, .bezurl:hover{
   color: #00aff0;
   text-decoration: underline;
}
a:hover .cv-seda, .bezurl {
   text-decoration: none !important;
}
.bezurl {
	color: #000;
}
.cv-ciara, .wp-block-separator {
   border: none;
   padding: 0;
   margin: 64px 0;
   background-color: #E5E5E7;
   height: 1px;
}
#map {
   height: 600px;
   width: 100%;
}
.mapa-legenda {
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
justify-content: center;
   align-items: center;
   align-content: center;
   list-style: none;
   margin-top: 16px;
}
.mapa-legenda li {
   margin-right: 32px;
}
main {
   margin-bottom: 64px;
}
main ul {
   margin-bottom:48px;
   list-style-position: inside; 
}
main ol {
   margin-bottom:48px;
   list-style-position: inside; 
}

.cv-velke {
   font-weight: 400;
   margin-bottom: 20px;
}
.cv-col {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   grid-gap: 32px;
}
.cv-akt-pr h3, .cv-nea-pr h3 {
   text-align: center;
   margin-top: 10px;
}
.cv-nea-pr .cv-col div img {
   -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
   transition: all .5s cubic-bezier(.2, .5, .3, 1);
}
.cv-nea-pr .cv-col div img:hover {
   -webkit-filter: grayscale(0%);
   filter: grayscale(0%);
   box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, 0.1);
   box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
}
.wp-block-media-text {
   grid-gap: 32px;
   margin-bottom: 64px;
}
.wp-block-media-text .wp-block-media-text__content {
   padding: 32px 0 !important;
}
.news-filter {
   display: grid;
   grid-gap: 4px 32px;
   max-width: 800px;
   justify-content: center;
}
.cv-button-4 {
   border: 2px solid #111;
   background-color: transparent;
   background-image: none;
   color: #000;
   padding: 4px 14px;
   font-weight: 600;
}
.nav-links {
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
 justify-content: center;
   align-items: stretch;
   align-content: stretch;
}
.page-numbers {
   display: inline-block;
   padding: 12px 17px;
   margin: 0 2px 0 0;
   border: 1px solid #eee;
   line-height: 1;
   text-decoration: none;
   border-radius: 2px;
   font-weight: 600;
}
.page-numbers.current, a.page-numbers:hover {
   background: #f9f9f9;
}
.types-filter {
   grid-column: 1/2;
}
#types-filter {
   grid-column: 1/2;
   grid-row: 2/3;
}
.countries-filter {
   grid-column: 2/3;
}
#countries-filter {
   grid-column: 2/3;
   grid-row: 2/3;
}
.news-filter .wp-block-button {
   grid-row: 2/3;
   grid-column: 3/4;
   margin-bottom: 0 !important;
}
.cv-mapa {
   width: 100%;
   min-height: 300px;
   height: 450px;
   border: none;
   box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
}
.zdielaj {
   font-weight: 600;
   margin-top: 32px;
}
.zdielaj i {
   font-size: 40px;
   position: relative;
   top: 8px;
   margin-left: 5px;
}
.cv-single {
   display: grid;
   grid-template-columns: 180px 1fr 350px;
   grid-template-rows: auto auto;
   grid-gap: 32px;
   margin-bottom: 32px;
}
.box-border > div {
	    border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 32px;
	text-align: center;
}
.cv-boxs-shadow > div h2 {
	color: #00aff0;
}
.cv-boxs-shadow p {
	margin-bottom: 0;
	font-weight: 600;
}
.post-thumbnail {
   grid-column: 1/4;
   grid-row: 1/2;
   margin-bottom: 15px;
   box-shadow: 3px 5px 30px 0 rgba(0, 0, 0, 0.1);
}
.post-thumbnail img {
   -o-object-fit: cover;
   object-fit: cover;
   width: 100%;
}
.clanok-datum {
   grid-column: 1/2;
   grid-row: 2/3;
   position: relative;
   text-align: right;
   margin-top: 32px;
   display: block;
}
.clanok-datum:after {
   content: '';
   width: 1px;
   height: 20%;
   min-height: 500px;
   position: absolute;
   top: 0px;
   right: -16px;
   background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
.clanok-datum a {
   display: block;
   line-height: 15px;
   margin-top: 12px;
}
.clanok-datum span {
   display: block;
   font-weight: 600;
   line-height: 19px;
   text-transform: uppercase;
}
.clanok-datum span.cv-den {
   font-size: 32px;
   line-height: 42px;
   position: relative;
   left: 2px;
}
.clanok-datum span.cv-mesiac {
   font-size: 18px;
}
.clanok-datum span.cv-rok {
   font-size: 17px;
   margin-bottom: 32px;
}
.hlavnyobsah {
   grid-column: 2/3;
   grid-row: 2/3;
}
.cv-sid {
   grid-column: 3/4;
   grid-row: 2/4;
}
.cv-sid > div {
   padding: 45px 30px;
   background-color: #f8f8f8;
}
.cv-flex {
   margin-bottom: 32px;
}
.fillimg img {
   -o-object-fit: cover;
   object-fit: cover;
   width: 100%;
   height: 180px;
}
#cookie-law-info-bar span {
	max-width: 1400px;
	margin:  0 auto;
	width: 96%;
	text-align: left;
	display: block;
}
#cookie-law-info-bar {
    box-shadow: rgba(0,0,0,0.08) 0px 5px 50px !important;
	border-top: 2px solid #00aff0 ;
}

#cookie-law-info-bar a {
	margin: 0 !important;
	margin-right: 16px !important;
	color: #00aff0 !important;
	font-weight: 400 !important;
	text-decoration: underline !important;
}
#cookie-law-info-bar a#cookie_action_close_header,a#wt-cli-accept-all-btn {
	    background-color: #f27903 !important;
	color: #fff !important;
	text-decoration: none !important;
	border: 2px solid #f27903;
	margin-top: 16px !important;
}
#cookie-law-info-bar a:hover{
	color: #000 !important;
	text-decoration: none !important;
}
#cookie-law-info-bar a#cookie_action_close_header:hover {
	color: #f27903 !important;
		text-decoration: underline !important;
	background-color: transparent !important;
}
#cookie-law-info-again {
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.2) !important;
}
#cookie-law-info-again {
	right: 20px !important;
}

/* cookies  HACK  START*/
#cookie-law-info-bar {
    box-shadow: rgba(0,0,0,0.08) 0px 5px 50px !important;
    border-top: 5px solid #00aff0;
    min-height: 53vh;
    font-size: 16px;
    /*margin-bottom: 20px;*/
    background-color: #fff !important;
}
#cookie-law-info-bar span {
    max-width: 960px;
    margin: 0 auto;
    width: 96%;
    text-align: left;
    display: block;
   
}
#cookie-law-info-bar h5{
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 20px; 
   text-transform: none;
   padding-top: 20px;
   padding-bottom: 20px;
}
/* cookies  HACK END*/

/* KAMPAN */
.pagekampan .wp-block-group.has-seda-background-color {
	padding-top: 64px;
}
.bg-img {
    background-repeat: no-repeat;
    background-position: center bottom;

    background-size: cover;
    padding: 128px 0 64px 0;
    position: relative;
	background-color: #f7f7f7;
}
.acf .bg-img {
	padding-top: 64px;
	    background-position: right 25% top;
/*       background-position: right 25% bottom;*/

}
.bg-img .cv-udaje, .bg-img .cv-chyba-text {
    background-color: #fff;
    padding: 30px 45px;
    width: 90%;
    max-width: 800px;
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    z-index: 2000;
}
.bg-img .cv-udaje label {
	text-align: left !important;
}
.bg-img  .cv-box {
    background-color: rgba(255,255,255,0.9);
    padding: 32px;
    margin-bottom: 32px;
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
    width: 460px;
}
.cv-daruj-form  form{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.divdaruj {

}
.bg-img .payment-type {
    text-align: center;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.bg-img .donation-type-btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
   padding: 6px 4px;
    display:block;
	background-color: #fff;

}
.donation-type-btn:hover {
	cursor: pointer;
	text-decoration: underline;
}
h1.darovat {
	margin-top: 0;
   margin-bottom: 16px; 
}

.red {
	color: red;
}
.bg-img .donation-type-btn.active {
    background-color: #f27903 !important;
    border-color: #f27903 !important;
    color: #fff !important;
}
.bg-img .recurring {
    display: none;
}
.bg-img .cv-sumy {
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.cv-sumy .bg-blue label {
	font-weight: 600 !important;
	color: #fff !important;
}
.bg-img [class*='cv-col'], .wp-block-two {
    display: grid;
	grid-gap: 16px;
	grid-template-columns: 1fr 1fr;
}
.bg-img .cv-col-var {
	grid-template-columns: 1fr 1fr 1fr 120px;
	grid-gap: 0px;
}
.bg-img  .cv-col-par, .suhlas .cv-col-par {
	grid-template-columns: 25px 1fr;
	text-align: left;
	display: grid;
}
.cv-col-par label {
	text-align: center;
}
.bg-img .cv-sumy > div {
    position: relative;
    padding: 9px 4px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.bg-img .cv-sumy > div:hover label{
	text-decoration: underline;
}
.bg-img .cv-fixne-sumy {
    min-width: 70px;

}
.bg-img .cv-col-var > * {
    flex: auto;
}
.bg-img .cv-sumy > div+div {
    border-left: 1px solid #ddd;
}
.bg-img .bg-blue {
    background-color: #00aff0 ;
    color: #fff;
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.bg-img .cv-box .cv-sumy input[type=radio] {
    opacity: 0;
    appearance: none;
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.bg-img .euro, .bg-img .cv-vlastna-suma input, .bg-img .cv-sumy > div {
    font-size: 20px;
    font-weight: 500;
}
.bg-img .cv-sumy  > div  {
	text-align: center;
}
div.bg-blue {
	font-weight: 600 !important;
}
.cv-ikony-popis > div.cv-zobraz {
	margin-bottom: 24px;
}
 .bg-img .cv-box label {
    background-color: transparent;
    border: 1px solid transparent;
    color: #000;
    text-align: center;
    display: block;
}
.bg-img [class*='cv-col'].cv-vlastna-suma > *:not(:last-child), .bg-img .cv-statistika [class*='cv-col'] > *:not(:last-child) {
    margin-right: 0px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.bg-img .custom-price-input {
    position: relative;
    z-index: 10;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    width: 110px;
    padding: 0 2px;
    text-align: right;
	font-weight: 600 !important;
    color: #fff;
}
.bg-img [class*='cv-button'] {
    background-color: #f27903;
    border: 2px solid #f27903;
    padding: 12px 24px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    text-decoration: none;
}
.bg-img [class*='cv-button']:hover {
	background-color: transparent;
	   color: #f27903;
}
 .body-sede {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    z-index: 100;
    display: none;
}
.cv-zobraz {
    display: block !important;
	line-height: 1.2em;
}
.text-vlastna {
    position: absolute;
    left: 8px;
    top: 14px;
    line-height: 1em;
    font-size: 15px !important;
}
.cv-chcem {
	display: block !important;
	text-align: center;
	margin-top: 0 !important;
}
.cv-sk {
    display: none !important;
    text-align: right;
}
.cv-error-hla {
    display: none;
    background-color: red;
    color: #fff;
    color: rgba(255,255,255,0.9);
    padding: 15px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.cv-boxs-shadow > div {
    background-color: #fff;
    box-shadow: 3px 5px 20px 0 rgba(0,0,0,0.1);
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
    transition: all .3s cubic-bezier(.2, .5, .3, 1);
    padding: 32px 45px;
    text-align: center;
}
.kotva 
{
padding-top: 150px;
	margin-top: -150px;
}
.bezimg {
	padding-bottom: 32px !important;
}
[class*='cv-suma-'] {
    display: none;
    padding: 24px 0 0px;
}
.cv-ikony-popis > p {
	margin: 16px 0 0;
}
.cv-zatvor {
    font-size: 30px;
    position: absolute;
    right: 30px;
    top: 39px;
    font-weight: 400;
    cursor: pointer;
    opacity: 0.5;
}
.cv-suma-all > div, .cv-suma-all-pra > div{
	display: grid;
	grid-template-columns: 60px 1fr;
	align-items: center;
}
.cv-suma-all strong, .cv-suma-all-pra strong {
	font-size: 38px;
}
table {
    width: 100% !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom: 32px;
}
thead {
	text-align: left;
}
td, th {
    border: 1px solid #ddd !important;
    padding: 2px 4px;
}
.cli-tab-header a.cli-nav-link {

    text-transform: initial;
}
.cli-switch {
    margin-top: 38px;
    padding-top: 30px;
}

.grid-text {
	display: grid;
		grid-template-columns: minmax(1.2rem, 3fr)  minmax(auto, 1000px) minmax(1.2rem, 3fr);
	grid-column-gap: 16px;
}
.grid-text > * {
	grid-column: 2;
}
.grid-text figure {
	grid-column: 1/4;
}
/* KONIEC DARUJ */

/* probehy*/
/* PRIBEH zeny */

.pribeh .owl-carousel h2, .pribeh .owl-carousel .h2 {
    font-size: 27px;
    margin-bottom: 32px;
}

.pribeh .wp-block-group.has-seda-background-color .wp-block-group__inner-container > p:first-child {
     font-size: 16px; 
    /* line-height: 28px; */
    /* margin-bottom: 36px; */
}

[class*="kam-"] {
	padding: 4rem 0 6rem;
}
[class*="kam-"] > div, .kamcen-zeny > div {
	margin: 0 auto;
	width: 96%;
	max-width: 1400px;
}
.kamcen-zeny {
	margin-bottom: 0;
	padding-bottom: 0;
}
.kam-loga {
	padding-bottom: 0;
	padding-top: 128px;
}
.kamcen-zeny .wp-block-group {
	padding-bottom: 0;
}
.kamcen-zeny > div {
	max-width: none;
	width: 90%;
}
.pribeh .wp-block-group__inner-container {
	position: relative;
}
.pribeh .owl-item  {
	  transform: scale(0.9) !important; /* Equal to scaleX(0.7) scaleY(0.7) */
	margin-top: 20px;
	    background-color: #fff;
    box-shadow: 3px 5px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 4px 20px rgb(0 0 0 / 8%);
    transition: all .3s cubic-bezier(.2, .5, .3, 1);
	position: relative;
}
.pribeh .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding: 24px 0;
}
.pribeh .owl-item.center {
	 transform: scale(1) !important; /* Equal to scaleX(0.7) scaleY(0.7) */
	margin-top: -20px;
}
.pribeh .owl-item .wp-block-group__inner-container > * {
	padding: 0 64px;
}
.pribeh .owl-item .wp-block-group {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 48px;
}
.pribeh .owl-item .wp-block-group__inner-container figure {
	padding: 0 0 32px 0 ;
}
.kam-popis {
	background-color: #00BFCC;
}
.kam-clanky {
	background: rgb(232,236,240);
background: linear-gradient(175deg, rgba(232,236,240,1) 0%, rgba(232,236,240,1) 35%, rgba(255,255,255,1) 35%);
	padding-bottom: 0;
}
.kam-clanky article {
	    box-shadow: 0 3px 80px rgb(0 0 0 / 17%);
}
.kam-clanky article h2 {
	padding: 32px;
	margin-bottom: 0;
}
.kam-clanky article a  {
	text-decoration: none;
}
.kam-data {
	background-color: #e8ecf0;
	text-align: center;
	padding-bottom: 0;
	    font-size: 18px;
}

.kam-zeny {
	padding-top: 0;
}
.grid-kam > div {
	display: grid;
	 grid-template-columns: repeat(3,1fr);
	grid-gap: 32px;
}
.kam-data p{
	margin-bottom: 0
}
.grid-kam .wp-block-group {
    position: relative;
    background-color: #fff;
    /*padding: 48px 32px;*/
    padding: 44px 32px;
    box-shadow: 0 3px 80px rgb(0 0 0 / 17%);
}

.grid-kam .wp-block-group strong {
	font-size: 230%;
	line-height: 150%;
	display: block;
	font-weight: 700;
	margin-bottom: 0;
}
.grid-kam .fillimg img {
	height: auto;
}
.grid-loga2 {padding-bottom: 0;}
.grid-loga2 > div {
	
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: stretch;

}
.grid-loga2 figure {
	width: 250px;
	text-align: center;
}
.grid-loga2 img {
	height:100px;
	margin: 0 auto;
	display: block;
}
/*
.pribeh .owl-carousel h2 {
	font-family: 'Indie Flower', cursive;
margin-top: -132px;
	-moz-transform: rotate(352deg);
-webkit-transform: rotate(352deg);
-o-transform: rotate(352deg);
-ms-transform: rotate(352deg);
transform: rotate(352deg);
	    color: #fff;
    margin-bottom: 80px;
}
*/

.pribeh .podpis {
	/*font-family: 'Indie Flower', cursive;*/
}
.pribeh .owl-carousel h3 {
	margin-bottom: 32px;
}
.pribeh .owl-carousel a, .zatvorpribeh {
	font-weight: 600;
	
	text-transform: uppercase;
	
	display: block;
	margin-top: 64px;
	
}
.pribeh .owl-carousel a:hover {
	color: #000;
	text-decoration: none;
}
.showzena1, .showzena2, .showzena3 {
	margin: 0 auto;
	width: 96%;
	max-width: 1000px;
	padding: 64px;
	  box-shadow: 0 3px 80px rgb(0 0 0 / 17%);
	margin-bottom: 64px;
}
.showzena1 {
	display: none;
}
.showzena2  {
   display: none;
}
.showzena3  {
   display: none;
}


@media screen and (min-width: 781px) {
   .posundar {
      margin-left: 70px;
   }
}

@media screen and (max-width: 1400px) {
   footer {
      grid-gap: 16px;
   }
	.pribeh .owl-item .wp-block-group__inner-container > * {
    padding: 0 32px;
}
}
@media screen and (max-width: 1280px) {

   .cv-single {
      grid-template-columns: 180px 1fr 270px;
   }
   footer {
      grid-template-columns: 1fr 1fr;
      grid-gap: 32px;
   }
   .f3 {
      grid-column: 1/2;
      grid-row: 2/3;
   }
   .f4 {
      grid-column: 2/3;
      grid-row: 2/3;
   }
   .copyright {
      grid-column: 1/3;
      grid-row: 3/4;
   }
   .cv-col {
      grid-template-columns: repeat(3, 1fr);
   }
}
@media screen and (max-width: 1100px) {
	.showzena1, .showzena2, .showzena3 {
		padding: 32px;
	}
	
	
	.slide {padding-top: 96px;}
		.box, .column-sizer {
    width: calc(100% / 3);

}
   .cv-single {
      display: grid;
      grid-template-columns: 180px 1fr;
   }
   .post-thumbnail {
      grid-column: 1/3;
   }
   .cv-sid {
      grid-column: 1/3;
      grid-row: 3/4;
   }
   .cv-aktuality-sidebar {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 32px;
   }
   .cv-aktuality-sidebar h3 {
      grid-column: 1/3;
   }
   .cv-aktuality-sidebar h2, .cv-flex {
      margin-bottom: 0px;
   }
   .cv-aktuality-sidebar .cv-flex img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 130px;
   }
   .cv-box-shadow h2 {
      padding: 16px;
   }
   .slide h2 span {
      font-size: 36px;
      line-height: 38px;
   }
	.newsform {
    padding: 32px 32px;
}
}
@media screen and (max-width: 1000px) {
	.grid-kam > div {
   
    grid-template-columns: repeat(2,1fr);
   
}
}
@media screen and (max-width: 781px) {
	.acf .bg-img {

    background-position: right 25% top;
		text-align: left;
		    padding-top: 32px;
}
	.acf .logo img {
 
    width: 100px;
		margin-left: 0;

}
	
	.cv-zobraz .wp-block-two, .cv-zobraz > [class*=cv-col] {
		grid-template-columns: 1fr;

}

	.bg-img .wp-block-column {
		margin-bottom: 0;
	}
	.box {
 padding: 8px;
}
			.box, .column-sizer {
    width: 50%;

}
	.cv-webform form {
		display: block;
	}
	.cv-webform form input {
		margin-bottom: 16px;
	}
	.posundar {
    flex-basis: 100%!important;
}
	.bg-img {
	/*background-image: url(https://clovekvohrozeni.sk/wp-content/uploads/2020/03/kampan-mb.jpg) !important;*/
		background-position: right top;
    background-size: contain;
		padding: 200px 0 0 0;
		text-align: center;
		
	}
	.bg-img .cv-box {
		border: 1px solid rgba(0,0,0,.15);
background-color: #fff;
	}
	.bg-img .wp-block-column {
    flex-basis: 100%;
    flex-grow: 0;
}
	.bg-img .cv-box {

    padding: 16px;
	}
	h1.darovat, .bg-img .cv-box{

	width: 100%;
	}
	.pagetitle {

    padding-top: 32px;
	}
	.wp-block-media-text {

    margin-bottom: 16px;
		    grid-gap: 16px;
}
	.wp-block-media-text .wp-block-media-text__content {
    padding: 8px 0 !important;
}
	.cv-stiahnutie {
		grid-template-columns: 1fr;
	}
	.wp-block-media-text h3 {
		margin-bottom: 8px;
	}
   .news-filter .wp-block-button {
      grid-row: 3/4;
      grid-column: 1/2;
   }
	.mapa-legenda {
    display: block;
	}
	.mapa-legenda li {
		margin-bottom: 4px;
	}
  .cv-aktuality-sidebar {
    grid-template-columns: 1fr;
    grid-gap: 32px;
	  text-align: center;
}
	.cv-aktuality-sidebar h3 {
    grid-column: 1/2;
		margin-bottom: 0;
}
	.clanok-datum {
		display: flex;
		text-align: left;
		align-items: center;
	}
	.clanok-datum span.cv-rok {
		margin-bottom: 0;
	
	}
	.clanok-datum > div:last-child{
		margin-left: 32px;
	}
	.vkat  a {
		display: inline-block;
		padding: 0 4px;
	}
   .cv-single {
      display: block;
   }
   .clanok-datum:after {
      display: none;
   }
   h1 {
      font-size: 36px;
   }
   h2, .h2 {
      font-size: 27px;
      margin-bottom: 32px;
   }
   h3, .h3 {
      font-size: 24px;
      margin-bottom: 32px;
   }
   h4, .h4 {
      font-size: 19px;
      margin-bottom: 32px;
   }
   h5, .h5 {
      font-size: 16px;
	   line-height: 1em;
      text-transform: uppercase;
      margin-bottom: 16px;
   }
   h6, .h6 {
      font-size: 18px;
   }
   footer {
      display: block;
      text-align: center;
   }
   .copyright {
      display: block;
   }
   footer > * {
      margin-bottom: 32px;
   }
   #menu-footer-socialne-siete {
      justify-content: center;
   }
   .wp-block-column {
      margin-bottom: 32px;
   }
   .cv-col, article .profil_user {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 16px;
   }
   .profil_user.pstlpec-dole, article .praca .profil_user {
      grid-template-columns: repeat(1, 1fr);
   }
	   header .cv-center-xl {
      grid-template-columns: 100px  1fr 90px;
		   grid-gap: 8px;
   }
	#cv-primary {
		grid-column: 3/4;
	}
	.cv-menu-two {
		grid-column: 2/3;
		grid-row: 1/2;
	}
	.acf .logo {
    margin-bottom: 28%;
}
	.grid-loga2 > div {
		display: block;
	}
}
@media screen and (max-width: 600px) {
		.grid-kam > div {
   
    grid-template-columns: repeat(1,1fr);
   
}
	.acf .logo {
    margin-bottom: 13%;
}
	.slide {
		background-size: contain;
		padding-top:140px;
		padding-bottom: 0;
	}
	.slide h2 {
		margin-left: 0;

	}
	.slide h2 span {
    font-size: 32px;
    line-height: 32px;
}
	.slide-text {
		text-align: center;
	}
	.box, .column-sizer {
    width: 100%;
}
		.newsform {
    padding: 16px;
}
   .news-filter {
      display: block;
   }
   .news-filter > * {
      margin: 4px 0;
   }
   .news-filter select {
      width: 100%;
   }
   body {
      padding-top: 55px;
   }
   header .cv-center-xl {
      padding: 8px 0;
   }

   .logo img {
      top: -21px;
      width: 100px;
   }
   .alignwide > figure {
      grid-row: 1/2 !important;
   }
   .alignwide > div {
      grid-row: 2/3 !important;
   }
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
   * {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important;
   }
   a, a:visited {
      text-decoration: underline;
   }
   a[href]:after {
      content: " ("attr(href) ")";
   }
   abbr[title]:after {
      content: " ("attr(title) ")";
   }
   .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
      content: "";
   }
   pre, blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
   }
   thead {
      display: table-header-group;
   }
   tr, img {
      page-break-inside: avoid;
   }
   img {
      max-width: 100% !important;
   }
   @page {
      margin: 0.5cm;
   }
   p, h2, h3 {
      orphans: 3;
      widows: 3;
   }
   h2, h3 {
      page-break-after: avoid;
   }
}

.listDnes li{
   margin-bottom: 16px;
}