/*
Ukladat si sem barvy webu
(udrzime jednotne barvy v celem webu a pripadna nahrada je pak rychle Ctrl+H)
-------------------------

01 - #EE0031 - cervena ( defaultni formular tlacitko/soubory/hlasky ,  )

02 - #2b6882 - modra ( podklad, font v nadpisech, okraje input a bloku pozadi k hlavnim nadpisum s opacitou 70%, ...  )
03 - #a4c216 - zelena ( aktivni prvky, buttony, hover v hlavicce ... )
04 - #000001 - cerna ( zakladni font menu, font v menu, prosty texty ... )
05 - #737373 - sv. seda 1 ( pozadi vypis obrazek default )
06 - #e6e6e6 - sv. seda 2 ( pozadi web )
07 - #337490 - sv. modra ( linka v pate )
08 - #FFFFFF - bila ( font paticka, font seo text home, font hlavicka )

09 - #c1c1c1 - cerna ( outline inputu )
*/

html{
  height: 100%; /* kdyz je i v body, tak dela fancyboxu problemi (po popupu nezustane tam kde se kliklo, ale odsune se na vrchol stranky) */
}
body, html{   /* osetreni abych mel jistotu ze body ci html neskonci drive nez obrazovka */
  /* pokud se doda height: 100% tak cist komentar v tagu "html" */
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body{
  font-size: 16px;
  line-height: 24px; /*z tohoto cisla plnye i margin pro tag "hr"*/
  font-family: gibbs, sans-serif;
  font-weight: normal;
  margin: 0px;
  text-align: left;
  
  color: #000001;
  background-color: #e6e6e6;
}
hr{
  margin: 10px 0px 10px 0px; /*hr ma vysku 1px = pokud je radkovani 22px tak dam margin 10px*/
}
.blok_sirky_webu_full_hd{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.blok_sirky_webu{
  width: 1220px;
  margin-right: auto;
  margin-left: auto;
}
.blok_sirky_webu_uzky{
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.hlavicka{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 60;
}
.hlavicka_scroll{
  position: fixed;
  background-color: #2b6882;
  
  box-shadow: #265D72 0px 2px 5px;
  -webkit-box-shadow: #265D72 0px 2px 5px;
  -moz-box-shadow: #265D72 0px 2px 5px;
  /* generator stinu - http://www.cssmatic.com/box-shadow */
  
  -webkit-transition: all 250ms linear; /* cas lze zadat i v sekundach => 0.25s */
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
.hlavicka_in{
  display: block;
  padding: 0px 40px 0px 40px;
}
.obsah{
  display: block;
}
.paticka{
  display: block;
  clear: both;
  background-color: #2b6882;
  color: #FFFFFF;
}
a:link {
	color: #a4c216;
	text-decoration: none;
}
a:visited {
	color: #a4c216;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.spacer {
	clear:both;
}
.center {
	text-align: center;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
h1 {
	font-size: 24px;
    line-height: normal;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
h2 {
	font-size: 22px;
    line-height: normal;
    font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
    color: #2b6882;
}
h3 {
	font-size: 18px;
    line-height: normal;
    font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 10px 0px;
    color: #2b6882;
}
.obsah h1, .obsah h2, .obsah h3{ /* spolecne styly pro nadpisy z editoru od klienta */
  /*display: block;
  text-align: center;*/
}

p {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
}
table p{
  margin: 0px;
}
img { /* potreba pro vlozene obrazky do textu - kontrola zda je vse po webu ok */
  height: auto;
  max-width: 100%;
}
#supersized img{ /* pokud je pouzity slider Supersized, tak je treba zrusit max-width obrazku bez toho se obrazek ve slideru deformuje */
  max-width: none;
}
td img{ /* tabulky se nekdy k obrazku s max-width: 100% chovaji tak ze ho zuzuji na svoji malou sirku */
  max-width: none;
}
iframe{
  /*max-width: 100%;*/
  /* dela to problemy FB pluginu u jeho popup okna kdy ho to omezi na sirku buttonu = spise cilit na iframe v nejakem divu nez globalne */
}
.jscroll-loading{
  text-align: center;
}

ol{
  padding-left: 18px;
}
.obsah ul{
  padding-left: 0px;
}
.obsah ul ul{
  margin-left: 20px;
}
.obsah ul ul ul{
  margin-left: 20px;
}
.obsah ul li{
  padding-left: 12px;
  background-position: left 12px;
  background-repeat: no-repeat;
  background-image: url("../../img/ic-odrazka.png?v=1.2");
}
.obsah ul li.has-list { /* pokud je seznam v seznamu, tak odstran 2 obrazky u sebe - styl skrze skript v skripty.js */
  background: none;
}
.obsah ul ul li{ /*druha uroven seznami / .obsah ul li ul li*/
  background-image: url("../../img/ic-odrazka-2-uroven.png?v=1.2");
}
.obsah ul ul ul li{ /*treti uroven seznami / .obsah ul li ul li ul li*/
  background-image: url("../../img/ic-odrazka-3-uroven.png?v=1.2");
}

/* Vylepseni pro tisk, ktere vynuti zobrazovani obrazku a barev v pozadi. V breznu 2016 funguje pouze pro prohlizece Chrome+Opera+Safari. Prefix pro FF predpripraven. */
:root{
  -webkit-print-color-adjust: exact;
  -moz-print-color-adjust: exact;
  printer-color-adjust: exact;
}

/* CSS3 transition (START) */
/* zdroj: http://callmenick.com/post/simple-css3-transitions-transforms-animations-compilation */
/* zdroj: http://ianlunn.github.io/Hover/ - lze vychazet*/

.css3_transition_test{
  float: left;
  width: 200px;
  min-height: 52px;
  line-height: 26px;
  padding: 10px 10px 10px 10px;
  margin: 15px 40px 15px 40px;
  background-color: yellowgreen;
  text-align: center;
}
.css3_transition_test_uzky{
  width: 140px;
}
.css3_transition_test:hover{
  background-color: blue;
  color: #FFFFFF;
}
.def_transition { /* zajimave efekty */
  -webkit-transition: all 250ms linear; /* cas lze zadat i v sekundach => 0.25s */
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
  /* misto "all" lze specifikovat zmena ceho provede transition => treba "color", "background" */
}

.scale_trans{
  transition: transform 0.2s;
}
.scale_trans:hover{
  transform: scale(1.1);
}

.zatoc_okraje{
  transition: transform 0.2s;
}
.zatoc_okraje:hover{
  transform: skewX(-16deg);
}

.shake_trans{
  transition: transform 0.2s;
}
.shake_trans:hover{
  animation: shake .5s ease-in-out;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-10px);
  }

  40% {
    transform: translateX(10px);
  }

  60% {
    transform: translateX(-10px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

.pulse_trans{
  animation: pulse 1s ease infinite;
  /* transition: transform 0.2s; */
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.kyvani_na_hover:hover{
  animation: kyvani_na_hover_animace 0.2s ease;
}
@keyframes kyvani_na_hover_animace {
0% {
    transform: rotate(0deg);
}
25% {
    transform: rotate(10deg);
}
50% {
    transform: rotate(0deg);
}
75% {
    transform: rotate(-10deg);
}
100% {
    transform: rotate(0deg);
}
}

.pulse_nahoru_dolu{
  animation: nahoru_dolu 1s ease infinite;
}
@keyframes nahoru_dolu {
  0% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(0px, 16px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.stin_3d:hover
{
  box-shadow:
          1px 1px #53a7ea,
          2px 2px #53a7ea,
          3px 3px #53a7ea;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}

.vnitrni_okraj:hover
{
  box-shadow: inset 0 0 0 10px #53a7ea;
}

.underline_efekt{
  position: relative;
}
.underline_efekt:after{
  display: block;
  position: absolute;
  left: 0; /* right: 0; udela efekt zprava */
  bottom: -10px; /* top: -10px; udela efekt nahore */
  width: 0;
  height: 10px;
  background-color: #98004a;
  content: "";
  transition: width 0.2s;
}
.underline_efekt:hover:after {
  width: 100%;
}

.underline_stred {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.underline_stred:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #98004a;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.underline_stred:hover:before, .underline_stred:focus:before, .underline_stred:active:before {
  left: 0;
  right: 0;
}

.odskocit_nahoru{
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.odskocit_nahoru:hover{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.odskocit_dolu{
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.odskocit_dolu:hover{
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.posuv_pozadi_vpravo{
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  background-color: green; /*pro efekt stejna barva zde i na stylu :hover*/
}
.posuv_pozadi_vpravo:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.posuv_pozadi_vpravo:hover, .posuv_pozadi_vpravo:focus, .posuv_pozadi_vpravo:active {
  background-color: green; /*pro efekt stejna barva zde i na zakladnim stylu bez :hover*/
}
.posuv_pozadi_vpravo:hover:before, .posuv_pozadi_vpravo:focus:before, .posuv_pozadi_vpravo:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.posuv_pozadi_vlevo {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background-color: green; /*pro efekt stejna barva zde i na stylu :hover*/
}
.posuv_pozadi_vlevo:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.posuv_pozadi_vlevo:hover, .posuv_pozadi_vlevo:focus, .posuv_pozadi_vlevo:active {
  background-color: green; /*pro efekt stejna barva zde i na zakladnim stylu bez :hover*/
}
.posuv_pozadi_vlevo:hover:before, .posuv_pozadi_vlevo:focus:before, .posuv_pozadi_vlevo:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.posuv_pozadi_dolu {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background-color: green; /*pro efekt stejna barva zde i na stylu :hover*/
}
.posuv_pozadi_dolu:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.posuv_pozadi_dolu:hover, .posuv_pozadi_dolu:focus, .posuv_pozadi_dolu:active {
  background-color: green; /*pro efekt stejna barva zde i na zakladnim stylu bez :hover*/
}
.posuv_pozadi_dolu:hover:before, .posuv_pozadi_dolu:focus:before, .posuv_pozadi_dolu:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.posuv_pozadi_nahoru {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background-color: green; /*pro efekt stejna barva zde i na stylu :hover*/
}
.posuv_pozadi_nahoru:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.posuv_pozadi_nahoru:hover, .posuv_pozadi_nahoru:focus, .posuv_pozadi_nahoru:active {
  background-color: green; /*pro efekt stejna barva zde i na zakladnim stylu bez :hover*/
}
.posuv_pozadi_nahoru:hover:before, .posuv_pozadi_nahoru:focus:before, .posuv_pozadi_nahoru:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.kruh_ven {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
  background-color: green;
}
.kruh_ven:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  border-radius: 100%; /* pak to nebude kruh, ale obdelnik */
  
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.kruh_ven:hover, .kruh_ven:focus, .kruh_ven:active {
  background-color: green;
}
.kruh_ven:hover:before, .kruh_ven:focus:before, .kruh_ven:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.kruh_dovnitr {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
  background-color: #2098D1;
}
.kruh_dovnitr:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: green;
  border-radius: 100%; /* pak to nebude kruh, ale obdelnik */
  
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: scale(2);
  transform: scale(2);
}
.kruh_dovnitr:hover, .kruh_dovnitr:focus, .kruh_dovnitr:active {
  background-color: #2098D1;
}
.kruh_dovnitr:hover:before, .kruh_dovnitr:focus:before, .kruh_dovnitr:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.zavri_leva_prava {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  background: #2098D1;
}
.zavri_leva_prava:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: green;
  
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.zavri_leva_prava:hover, .zavri_leva_prava:focus, .zavri_leva_prava:active {
  background: #2098D1;
}
.zavri_leva_prava:hover:before, .zavri_leva_prava:focus:before, .zavri_leva_prava:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.otevri_leva_prava {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  background: #e1e1e1;
  background: green;
}
.otevri_leva_prava:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.otevri_leva_prava:hover, .otevri_leva_prava:focus, .otevri_leva_prava:active {
  background: green;
}
.otevri_leva_prava:hover:before, .otevri_leva_prava:focus:before, .otevri_leva_prava:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.zavri_nahoru_dolu {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  background: #2098D1;
}
.zavri_nahoru_dolu:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: green;
  
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.zavri_nahoru_dolu:hover, .zavri_nahoru_dolu:focus, .zavri_nahoru_dolu:active {
  background: #2098D1;
}
.zavri_nahoru_dolu:hover:before, .zavri_nahoru_dolu:focus:before, .zavri_nahoru_dolu:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.otevri_nahoru_dolu {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  background: #e1e1e1;
  background: green;
}
.otevri_nahoru_dolu:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.otevri_nahoru_dolu:hover, .otevri_nahoru_dolu:focus, .otevri_nahoru_dolu:active {
  background: green;
}
.otevri_nahoru_dolu:hover:before, .otevri_nahoru_dolu:focus:before, .otevri_nahoru_dolu:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


/* CSS3 transition (KONEC) */

/*--- defaultni formular ---
Pokud neni vyuzit, tak smazat !
*/
.obal_odeslaneho_formulare{ /* bud nechat jak je ci misto tohoto divu dat div jakym je obaleny formular */
  display: block;
}
.obal_dotaznik_def{
  display: block;
  padding: 50px 0px 50px 0px;
  background-color: #FFFFFF;
}
.obal_tlacitka_formulare{
  float: right;
  text-align: right;
}
#mc_embed_signup .obal_tlacitka_formulare{
  float: left;
  text-align: left;
}

.form_tl_def{
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px 10px 20px;
  color: #000001;
  text-transform: uppercase;
  border: 1px solid #000001;
  cursor: pointer;
  
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.form_tl_def:hover{
  background-color: #a4c216;
  color: #FFFFFF;
  border: 1px solid #a4c216;
}

.form_blok_cely{
  position: relative;
  float: left;
  width: 100%; 
  margin: 0px 0px 10px 0px;
}
.form_blok{
  position: relative;
  float: left;
  width: 49%; 
  margin: 0px 2% 10px 0px;
}
.form_area_blok{
  position: relative;
  float: left;
  width: 100%; 
}
.form_popisek{
  position: relative;
  display: block;
  color: #000001;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.form_input_def{
  float: left;
  width: 100%;
  *width: 96%;
  height: 46px;
  *height: 36px;
  line-height: 46px;
  *line-height: 36px;
  padding: 5px 10px 5px 10px;
  *padding-left: 2%;
  *padding-right: 2%;
  background-color: #FFFFFF;
  color: #2b6882;
  border: 1px solid #c1c1c1;  /* jen proto aby byl border vzdy skrze cerveny border kdyz je chyba */
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.datepicker{
  padding-left: 34px;
  
  background-repeat: no-repeat;
  background-position: 8px center;
  background-image: url("../../img/ic-calendar.png");
}
.form_select_def{
  float: left;
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding: 0px 0px 0px 2%;  /*pravy padding nelze pouzit skrze IE, protoze odsadi to sipku dolu*/
  background-color: #FFFFFF;
  color: #2b6882;
  border: 1px solid #c1c1c1;  /* jen proto aby byl border vzdy skrze cerveny border kdyz je chyba */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.obal_check_form{
  float: left;
  width: 49%; 
  margin: 0px 2% 10px 0px;
}
.obal_souhlas_form{
  display: block;
  margin: 14px 0px 0px 0px;
}
.form_check_def{
  float: left;
  margin: 6px 0px 0px 0px;
  cursor: pointer;
}
.form_popisek_check_radio{ /*nazev je pouzit v ovladacim JS na validaci*/
  display: block;
  margin-left: 20px;
  cursor: pointer;
}
.form_area_def{
  float: left;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  *width: 98%;
  *max-width: 98%;
  *min-width: 98%;
  height: 128px;
  max-height: 128px;
  min-height: 128px;
  padding: 10px 10px 10px 10px;
  *padding-left: 1%;
  *padding-right: 1%;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  color: #000001;
  border: 1px solid #c1c1c1;  /* jen proto aby byl border vzdy skrze cerveny border kdyz je chyba */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.formular_chybova_hlaska_popup{
  position: absolute;
  left: 0px;
  bottom: 28px;
  width: 100%;
  min-height: 32px;
  background-color: #ee0031;
  color: #FFFFFF;
  padding: 5px 40px 5px 10px;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  box-shadow: #ee0031 0px 0px 10px;
  -webkit-box-shadow: #ee0031 0px 0px 10px;
  -moz-box-shadow: #ee0031 0px 0px 10px;
}
.form_area_blok .formular_chybova_hlaska_popup{
  bottom: 138px;
}
.skryj_chybu_formulare{
  position: absolute;
  right: 10px;
  top: 5px;
  width: 23px;
  height: 21px;
  cursor: pointer;
  
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url("../../img/form_chyba_close.png?v=1.1");
}

      /* nastylovany file input (START) - pokud nevyuzivam tak smazat jak v CSS tak JS
      http://tympanus.net/codrops/2015/09/15/styling-customizing-file-inputs-smart-way/ */
.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  max-width: 96%;
  font-size: 18px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 5px 2% 5px 2%;
  vertical-align: middle;
}
.no-js .inputfile + label {
  display: none;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}
.inputfile + label .file_input_ikona{
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
  
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../../img/file_input_ico.png");
}
.inputfile + label {
  color: #f1e5e6;
  background-color: #d3394c;
}
.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
  background-color: #722040;
}
      /* nastylovany file input (KONEC) */

.tl_form_zpet_def{
  clear: both;
  margin: 25px auto 25px auto;
  padding: 10px 10px 10px 10px;
  background-color: #EE0031;
  color: #FFFFFF;
  cursor: pointer;
  width: 160px;
  text-align: center;
}
.tl_form_zpet_def:hover{
  background-color: #B40031;
}
.text3{
  display: block;
  clear: both;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.info_formular{
  display: none;
  text-align: center;
  margin-top: 10px;
}
#mc_embed_signup .info_formular{
  display: block;
  text-align: left;
}

.formular_chyba_polozky{
  border: 1px solid #EE0031;
}
.formular_chyba_check_radio{
  color: #EE0031;
}

.znacka_povinne_polozky{
  font-weight: normal;
}

.ochrana_formulare{ /* ochrana pred roboty co plni formulare - naplni i skryty hidden */
  position: fixed;
  left: 0;
  top: 0;
  z-index: -9999; /* skrze fixni pozici, abych tim nahodou neco neprekryl ; fix je k tomu, abych ten input mohl dat kamkoliv v kodu */
  
  visibility: hidden; /* lze naplnit ale neni videt */
}

input:focus + [role="tooltip"] { /*skrze zvyseni pristupnosti (lepsi web pro postizene, slabozrake, ctecky atd..) formulare skrze WAI-ARIA */
  /*display: block;
  position: absolute;
  top: 100%;*/
}

.cervene{
  color: #EE0031;
}