hr {height:1px; margin:1em 0; border:none; display:block; width:100%; }

/* ----- Tabulky -----*/

table {
	box-sizing:border-box;
}

table th {
	text-align:left; 
	vertical-align:middle; 
	font-weight:400;
}

table, table th, table td { 
	border-collapse:collapse; 
	border-spacing:0; 
	vertical-align:top;
	
}

.pgkt-hoce table, .pgkt-hoce table th, .pgkt-hoce table td { 
	
	vertical-align: middle;
	border: solid 1px white;
}

/* tabulka s ceníkem */

table.cenik-table {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  text-align: left;
  border-collapse: collapse;
}
table.cenik-table td, table.cenik-table th {
  border: 1px solid #AAAAAA;
  padding: 5px 5px;
}
table.cenik-table tbody td {

}
table.cenik-table tr:nth-child(even) {
  background: #FFFFFF;
}
table.cenik-table thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.cenik-table thead th {
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.cenik-table thead th:first-child {
  border-left: none;
}

table.cenik-table tfoot {
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.cenik-table tfoot td {
  
}
table.cenik-table tfoot .links {
  text-align: right;
}
table.cenik-table tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
/* ************************* table ************************* */

.table th,
.table td {padding: 0 10px 0 0; margin: 0; vertical-align: top;}


/* tabulka clanek LIGHT */
.table-article {width: 100%; border: 2px solid #dcdcdc;}

.table-article td,
.table-article th {padding: 4px; border: 1px solid #dcdcdc;}

.table-article th {text-align: center; background-color: #e8e8e8;}
.table-article td {text-align: left; background-color: #fff; padding: 8px; vertical-align: top;}
.table-article tr:nth-child(even) td {background: #f2f2f2}

/* table wrap */
@media screen and (max-width: 767px) {
  .table-wrap {overflow-x: hidden; overflow-y: auto; width: 100%; padding: 1.0em 0; margin-bottom: 2em;}

 .table th, .table td, .table tr,	
 .table-form th, .table-form td, .table-form tr {display: block;}
 
 .table td,
 .table-form td, .table-form th {padding: 0 0 0.5em 0;}
}

@media screen and (min-width: 767.9px) {
  .table-wrap {overflow-x: hidden; overflow-y: auto; width: 100%; padding: 0.6em 0; margin-bottom: 2em;}

 
}




iframe {
	border: solid 1px;
  }
/* ------ Buttony ------ */
/* button, button-s, button-m, button-l, button-xl */

[class^="button-"], [class*=" button-"], .button {
/*	-moz-box-shadow: inset 0px 1px 0px 0px #2eb2a0;
	-webkit-box-shadow: inset 0px 1px 0px 0px #2eb2a0;
	box-shadow: inset 0px 1px 0px 0px #2eb2a0;  */
	background-color: #be0000;
/*	border: 1px solid #17445E;  */
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	padding: 0.33em 1.66em;
	text-decoration: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	/* margin-bottom: 0.33em; */
	
}

#bloknavrat.button {
			translate: min(calc(600px - 50%),calc(50vw - 50%));
			margin-bottom:10px;
	}

	#port-right::after {
		display: table;
  content: "";
  clear: both;
}

[class^="button-"] a, [class*=" button-"] a, .button a {
	color: inherit !important;
}

[class^="button-"]:hover, [class*=" button-"]:hover, .button:hover {
	background: linear-gradient(to bottom, #7B344A 5%, #550F2A 100%);
	background-color: #4e1327;
}

.button-s {
	font-size: 0.7em !important;
}

.button-m {
	font-size: 0.85em !important;
}

.button-l {
	font-size: 1em !important;
}

.button-xl {
	font-size: 1.2em !important;
}

/* Vlajky */

#vlaj {
	position: absolute;
right: 0px;
z-index: 300;


color: white;
padding: 5px 5px 4px;
font-size: 17px;
border: none;

top: 8px;
border-radius: 5px;
margin-right: -10px;

}

.schrinked #vlaj {
	/*display:none;*/
top: -5px;
}
.schrinked #vlaj a {
	
	color: #414141;
}


#vlaj a {

	top: 0px;
	

	z-index: 300;
	background-repeat: no-repeat;
	text-decoration: none;
	float: left;
	color: #fff;
padding: 0 5px;
}

#vlaj a i {
margin-top: 2px;

}



#vlaj a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

#vlaj a.zvol {
	filter: alpha(opacity=100);
	opacity: 1;
}

#vlaj span {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	
	
}

#vlaj #cz {
	
	/* background-image: url(images/vlaj_cz.jpg); */
	
		right: 32px;
top: 0px;
	background-size:100% 100%;
	display: none;
	
}

#vlaj #de {
/*	background-image: url(images/vlaj_de.jpg); */
	
	    right: 3px;
    top: 0px;
    background-size: 100% 100%;
	display: none;
    
}




#vlaj #en {
	background-image: url(images/vlaj_en.jpg);
	right: 6px;
	top: 5px;
	
background-size:100% 100%;
display: none;
}

#vlaj .home span {
	display: none;

}

#obdobi {
	position: absolute;
top: 6px;
z-index: 300;
height: 20px;
width: 130px;
left: 190px;

}
#obdobi a {
    float: left;
    height: 43px;
    width: 43px;
    margin-right: 1px;
}
#obdobi a span {
   display: none;
}
#obdobi #ob-zima {
    background-image: url(images/icony_zima.gif);
	background-size:contain;
}
#obdobi #ob-leto {
    background-image: url(images/icony_leto.gif);
	background-size:contain;
}

/* Social Icons
---------------------------------------------------------------------------------------------------------------------------------------*/
.socsite{margin:0; padding:0; list-style:none;}
.socsite li, .socsite div{display:inline-block; margin:0 2px 2px 0; line-height:normal;}
.socsite li:last-child, .socsite div:last-child{margin-right:0;}

[class^="sociko-"] em, [class*=" sociko-"] em, [class^="fa"] em, [class*=" fa"] em{display:none;}
[class^="sociko-"], [class*=" sociko-"]{display:inline-block; width:30px; height:30px; line-height:30px; font-size:inherit; text-align:center;}
[class^="sociko-"]:hover, [class*=" sociko-"]:hover, .socsite.coloured a:hover{color:#FFFFFF; background-color:#CCCCCC;}/* Over ride in Skin file */

.socsite a span {
	margin-top: 7px;
}

.socsite a, .socsite.coloured a:hover{color:#FFFFFF; background-color:#CCCCCC; }
.socsite a:hover, .socsite.coloured a{color:#FFFFFF;}

.socsite .sociko-facebook:hover, .socsite.coloured .sociko-facebook{background-color:#3B5998;}
.socsite .sociko-google-plus:hover, .socsite.coloured .sociko-google-plus{background-color:#DB4A39;}
.socsite .sociko-instagram:hover, .socsite.coloured .sociko-instagram{background-color:#3F729B;}
.socsite .sociko-linkedin:hover, .socsite.coloured .sociko-linkedin{background-color:#0E76A8;}
.socsite .sociko-rss:hover, .socsite.coloured .sociko-rss{background-color:#EE802F;}
.socsite .sociko-twitter:hover, .socsite.coloured .sociko-twitter{background-color:#00ACEE;}
.socsite .sociko-youtube:hover, .socsite.coloured .sociko-youtube{background-color:#C4302B;}

.socsite li a {border-radius:50%;}

.page-footer .socsite {
	margin-top: 10px;
}

.page-footer a {
	text-decoration: underline;
}

.row-webdesign a {
	text-decoration: underline;
}

.page-footer .socsite li {
	margin-right: 10px !important;
}


/* --- dotazovaci formular ---- */

.email_form_inner textarea, .email_form_inner input, .email_form_inner button, .email_form_inner select {
	font-family: inherit; 
	font-size: inherit;
}

.email_form_inner .popisek {
	display: none;
}

.email_form_inner .reset {
	display: none;
}

.email_form_inner .polozka {
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	padding: 8px;
	outline: none;
	border: 1px solid #AEAEAE;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	margin-bottom: 6px;
		border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 90%;
	background: rgba(255, 255, 255, 0.5);

}

#port-middle .email_form_inner .hodnota, #port-middle .email_form_nadpis, #port-middle .email_form_text, #port-middle .email_form_butt {
text-align: center;
}

.email_form_butt  {
	margin-bottom: 10px;
	}

.email_form_inner .polozka-jmeno, .email_form_inner .polozka-email {
	width: 60%;
	background: rgba(255, 255, 255, 0.5);
}

.email_form_inner .polozka:focus{
	box-shadow: 0 0 5px #B0CFE0;
	border:1px solid #5b3e3c;
}

.email_form_inner textarea{
	width: 80%;
}

.email_form_inner input[type="button"], 
.email_form_inner input[type="submit"] {
/*	-moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
	-webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
	box-shadow: inset 0px 1px 0px 0px #3985B1;
	background-color: #216288;
	border: 1px solid #17445E;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	padding: 8px 18px;
	text-decoration: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; */
}

.email_form_inner input[type="button"]:hover, 
.email_form_inner input[type="submit"]:hover {
/*	background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
	background-color: #28739E; */
}

.email_form_inner ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #555555;
}

.email_form_inner :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #555555;
   opacity:  1;
}

.email_form_inner ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #555555;
   opacity:  1;
}

.email_form_inner :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:    #555555;
}

/* --- dotazovaci formular v patičce ---- */

.page-footer .email_form_inner .polozka-jmeno, .email_form_inner .polozka-email {
	width: 80%;
}

.page-footer .email_form_inner .polozka {
	background-color: #EEEEEE;
	color: #555555;
}	

.page-footer .email_form_inner .polozka:focus{
	box-shadow: 0 0 5px #B0B0B0;
	border:1px solid #555555;
	color: black;
}

.page-footer .email_form_inner input[type="button"], 
.page-footer .email_form_inner input[type="submit"] {
	background-color: #594a38;
	border: 1px solid #eeeeee;
	color: white;
	box-shadow: inset 0px 0px 0px 0px #eeeeee;
	
}

/* ------------- UBYTOVAVACI (REZERVAČNÍ) FORMULAR ------------------- */

.ubytform {
	font-size: 100%;
}

.ubytform textarea, .ubytform input, .ubytform button, .ubytform select {
	font-family: inherit; 
	font-size: inherit;
}

.ubytform textarea {
	width: 100%;	
}

.ubytform .reset {
	display: none;
}

.ubytform .hodnota input, .ubytform .hodnota select, .ubytform .hodnota textarea {
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	padding: 8px;
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	margin-bottom: 6px;
		border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 90%;
	background: rgba(255, 255, 255, 0.5);

}

.ubytform .hodnota:focus{
	box-shadow: 0 0 5px #B0CFE0;
	border:1px solid #B0CFE0;
}

.ubytform .dradek {

}

.ubytform .popisek {
	/* width: 110px; */
	display: block;
	font-weight: bold;
	float: left;
	padding-top: 10px;
	padding-bottom: 8px;
}

.ubytform .buttony {
	padding-top: 1em;
	text-align: left;
	padding-bottom: 1em;
}

.ubytform .buttony input {
	margin-top: 5px;
	font-size: 90%;
	margin-left: 10px;
	margin-right: 10px;
}

.ubytform select {
	margin-top: 5px;
	/* font-size: 90%; */
	border: 1px solid silver;
}


.ubytform .buttony input.submit {
	font-weight: bold;
}

.ubytform .vysvetlivky .zvyraznit {
	font-weight: bold;
}


/* --- fotogalerie v pravém sloupci --- */

#port-right .rr-box .ftg_item  {
	width: 100%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
}

.ftg_item .ftg_img  {

}
#port-right .rr-box .ftg_item .ftg_img a img {
	width: 100%;
	height: auto;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
}


#nadp_online-form-blok {
	display: none;
}

.panoobal {
	margin-right: 5px;
}

.panofull {
	margin-top: 10px;
}

.pgkt-pn #port-middle {
	padding-top: 0px;
}

#vlaj .flag span {
	font-size: 15px;
}

/* --------- specifikum Tosch --------- */

#portmain .r-box .webcam img {
	width: 70%;
}

.r-box-twitter .r-obsah {
	/* background-color: silver; */
}

/* --------- zmensuje obrazek v Olioptik kontakty--------- */
img.small {
	width: 400px !important;
border: solid 5px #d8f1ff !important;
box-sizing: border-box;
}

/* --------- DROPDOWN - OLIOPTIK--------- */
.dropbtn {
background-color: #432211;
color: white;
padding: 6px 7px 4px;
font-size: 17px;
border: none;
border-radius: 5px;
display: none;
   

}

.dropbtn span{
margin-left: 7px;

}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
   background-color: #dfe7d0;
    min-width: 250px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 500;
padding: 20px;
border-radius: 5px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd}

.dropdown:hover .dropdown-content {
    display: block;
	-webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.dropdown:hover .dropbtn {
   background-color: #fafafa;
color: #2e2e2e;
}

span.strong {
   
	 font-weight: bold;
}


/* --------- nabíhani--------- */

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
#posun {
	display: none;
	
 
}
#bottomblock {
	background: rgba(245, 243, 239, 0.7);
	padding: 20px;
 
}

.page-footer ul.level1 {
    
    padding-left: 0px;
    list-style-position: inside;
}

/* --- Up button ---- */

#GoTopButton {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 60px;
	z-index: 200;
   /* font-size: 50px;*/
	border: none;
	outline: none;
   /*background-color: #000;*/
	color: white;
	cursor: pointer;
	padding: 13px 15px;
	border-radius: 50%;
	background-color: white;
	border: 1px #7b7b7b solid;
  }
  
  #GoTopButton img {
   width: 30px;
  height: 30px;
  }
  
  #GoTopButton:hover {
	background-color: #bdbdbd;
  }

  /* --- Nadpisy - maxi page---- */

  .sct-std > h4:first-of-type {
	padding: 30px 15px;
	text-align: center;
	font-size: 2.5rem;
	border: none;
	margin: 0px;
  }

   /* --- Table - flex ----- */
   table.flex   {
	display: block;
	  width: 100%;
	  
	  }
	
	  table.flex tbody  {
		width: 100%;
	  display: block;
		  }
	
	  table.flex tr   {
		display: flex;
	  width: 100%;
	  align-content: flex-end;
	  justify-content: space-evenly;
	  flex-wrap: wrap;
	  }
	
	  table.flex td  {
		display: block;
		margin-bottom: 40px;
	  }
  /* --- specific - Elsyn Dvůr ----- */
  .pgkt-vo .typ-vypis-1 .vdetail  {
	display: none;
	
  } 

  .pgkt-ce .cenikflex > tbody  {
	display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
  } 
  .pgkt-ce .cenikflex  {
	margin: 0px auto;
  } 

  .pgkt-ce .cenikflex > tbody > tr > td {
	padding:30px;
	font-size: 100% !important;
  } 

  .pgkt-ce .tb-hdtext+.tb-hdtext {
	margin:30px 0px;
	
	
  } 

  @media only screen and (max-width: 630px) {
	.pgkt-ce .cenikflex > tbody > tr > td {
		padding:30px 0px;
		/*background-color: blue;
		width:90vw;*/
	  } 

	  .pgkt-ce .cenikflex > tbody > tr > td table h4 {
		font-size: 1.1em;
	  } 

  }
  /* specific - Beranek  */
 #portmain  .loga img {
  margin: 20px;
  vertical-align: middle;
  max-height: 100px;
  max-width: 250px;
  width: auto;
}

 #portmain  .loga  {
  margin: 40px auto 30px;
 
}
#portmain  #pgsc-uv-mid  {
margin: 0px min(0px, calc(600px - 50vw));
background-color: #e2e2e2;
}

#portmain  #pgsc-uv-dotazy  {
margin: 0px min(-20px, calc(600px - 50vw));
background-color: #e2e2e2;
}


/* info block */
#pgsc-uv-mid ul li {text-align: center;}  

#pgsc-uv-mid ul li::before {display: block; content: ""; text-align: center; width: 140px; height: 140px; margin: 0 auto 0.5em auto; background-position: center center; background-repeat: no-repeat; background-size: 80px; border-radius: 50%; background-color: #fff;}


#pgsc-uv-mid ul li > * {display: block; margin: 0 0 0.3em 0; font-size: 22px; color: #e30000;}
#pgsc-uv-mid ul li p {padding: 0!important;}

#pgsc-uv-mid ul,
#pgsc-uv-mid ul li {margin-bottom: 2em!important; padding-left: 0!important; list-style: none;}
#pgsc-uv-mid .textbox
{
  width: min(1200px, calc(100vw - 30px));
  margin: 0px auto;
}
#pgsc-uv-dotazy .section
{
  width: min(1200px, calc(100vw - 50px));
  margin: 0px auto;
  padding: 20px 0;
}

#pgsc-uv-dotazy .section::before
{
top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  
  background-image: linear-gradient(180deg,#2e362e 0,rgba(0, 0, 0, 0.52) 50%);
  content: "";
  mix-blend-mode: multiply;
  pointer-events: none;
 
}

/* info block icon */
#pgsc-uv-mid ul li:nth-child(1)::before {background-image: url('images/icon1.png');}
#pgsc-uv-mid ul li:nth-child(2)::before {background-image: url('images/icon2.png');}
#pgsc-uv-mid ul li:nth-child(3)::before {background-image: url('images/icon3.png');}

@media screen and (min-width: 768px) {	
  #pgsc-uv-mid ul {display: flex; flex-direction: row; flex-wrap: wrap; margin-left: -40px!important; padding: 60px 0px 40px;} 
  #pgsc-uv-mid ul li {width: calc(50% - 40px); margin-left: 40px!important;}
}

@media screen and (min-width: 1200px) {
  #pgsc-uv-mid ul li {width: calc(100% / 3 - 40px);}
}


/* restaurace block */
#pgsc-uv-rest .tb-hdtext:first-of-type{
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
}

#pgsc-uv-rest .ftg_item {
 
  width: auto;
  height: auto;
}
#pgsc-uv-rest .ftg_item:first-of-type {
 grid-row: 1 / span 3;
}

#pgsc-uv-rest .ftg_item .ftg_img a img {
  width: 100%;
  aspect-ratio: 1;
}

/* contact us */
#pgsc-uv-dotazy {
  position: relative;
  background: url('images/bg-image.jpg') no-repeat center center;
    background-size: auto;
  background-size: cover;
}
#contact-us.section-wrapper .section .contact-us-left * {text-align: center;} 

#contact-us.section-wrapper .section .contact-us-left h3 {font-size: 6vmin; color: #e30000; border-bottom:none; font-weight: bold;}
#contact-us.section-wrapper .section .contact-us-left h4 {font-weight: 400; font-size: 4vmin; color: #fff; border-bottom:none;}
#contact-us.section-wrapper .section .right-button {text-align: center; z-index: 1;}

@media screen and (max-width: 767px) {
  #contact-us.section-wrapper .section .contact-us-left {margin-bottom: 2em;}
}

@media screen and (min-width: 768px) {
  #contact-us.section-wrapper .section {display: flex; flex-direction: row; flex-wrap: wrap;}	
  #contact-us.section-wrapper .section .contact-us-left {width: 60%;}
  #contact-us.section-wrapper .section .contact-us-left * {text-align: left;} 
  
  #contact-us.section-wrapper .section .contact-us-left h3 {font-size: 36px;}
  #contact-us.section-wrapper .section .contact-us-left h4 {font-size: 23px;}

  #contact-us.section-wrapper .section .right-button {width: 40%; display: flex; justify-content: flex-end; align-items: center;}
}

/* FOOTER contact */
.page-footer {line-height: 1.5;}
.page-footer .logo {width: 100%; height: 200px; margin-bottom: 30px; background-position: center center; display: block;
  background: url('images/logo.svg') no-repeat;
  background-position: center center;
       background-size: auto;
    background-size: contain;
}

.page-footer .contact-block {display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.page-footer .contact-block *.ico {margin: 1em; font-size: 18px; display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  gap: 10px; }

.page-footer .contact-block *.ico::before {display: flex; justify-content: center; align-items: center; width: 40px; min-width: 40px; height: 40px; min-height: 40px; font-size: 26px; padding: 5px; border-radius: 50%;}
.page-footer .contact-block .icon-social {text-align: center; width: 100%;}
.page-footer .contact-block .icon-social *.icon::before {font-size: 38px; margin: 20px;}
.page-footer .contact-block .ico::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  font-size: 26px;
  padding: 5px;
  border-radius: 50%;
  color: #e30000;
  font: normal normal normal 27px/1 'FontAwesome';
  font-family: "Font Awesome 5 Free";
  /*font-weight: 900;*/
  background-color: white;
}

.page-footer .contact-block .ico.email::before {
  content: "\f0e0";
  font-weight: 400;
  
}

.page-footer .contact-block .ico.mobile::before {
  content: "\f3cd";
  font-weight: 900;
}
.page-footer .contact-block  .ico.facebook::before {
 content: "\f082";
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  color: #000;
  background-color: transparent;
  font-size: 40px;
}
.icon.facebook::before, .ico.facebook::before {
  content: "\f082";
  font-family: "Font Awesome 5 Brands";
  color: #484848;
  margin-right: 5px;
}
.row-main #portmain a[href^="tel:"] {
  color: rgb(90, 90, 90);        /* barva textu */
  font-weight: bold;    /* tučný text */
  text-decoration: none; /* odstraní podtržení */
}
.row-main #portmain a[href^="mailto:"], .row-main #portmain a.facebook.ico, .row-main #portmain a.pdf.ico {
  color: rgb(90, 90, 90);        /* barva textu */
  font-weight: bold;    /* tučný text */
  text-decoration: none; /* odstraní podtržení */
}

/* GDPR */

#gdpr .ico.lock::before, .ico.pdf::before {font-size: 18px; content: "\f023"; font-weight: bold; font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  color: #d60000;}

   .ico.pdf::before {content: "\f1c1"; 
 }
#gdpr a {font-weight: bold;}




