/* EasyWeb html style file */






/* txt  */


p.citace {
	position:relative;
    padding: 2rem 0 3rem 4rem;
    margin: 0 !important;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 400;
    color: #fd8501;
}
@media only screen and (min-width: 1200px) {
  p.citace {
    padding: 2rem 0 4rem 4rem;
  }
}
p.citace:before {
    content: "“";
    position: absolute;
    top: 0rem;
    left: 0rem;
    font-size: 3.6rem;
    font-weight: 600;
    color: #fd8501;
    font-family: sans-serif;
}




ul.checklist-circles {
    font-size: 1.6rem !important;
}
@media only screen and (min-width: 1200px) {
  ul.checklist-circles {
	    font-size: 1.8rem !important;
	}
}



a.odkaz_PDF {
	position: relative;
    border: none;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
    font-family: "Poppins", sans-serif;
    text-decoration: underline;
    padding: 0 0 0 3rem;
    margin: 0;
}
@media only screen and (min-width: 768px) {
	a.odkaz_PDF {
	    font-size: 1.6rem;
	}
}
a.odkaz_PDF i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2rem;
    font-size: 20px;
    color: #fd0101;
}



a.odkaz_DOC {
	position: relative;
    border: none;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
    font-family: "Poppins", sans-serif;
    text-decoration: underline;
    padding: 0 0 0 3rem;
    margin: 0;
}
@media only screen and (min-width: 768px) {
	a.odkaz_DOC {
	    font-size: 1.6rem;
	}
}
a.odkaz_DOC i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2rem;
    font-size: 20px;
    color: #0171fd;
}



a.odkaz_XLS {
	position: relative;
    border: none;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
    font-family: "Poppins", sans-serif;
    text-decoration: underline;
    padding: 0 0 0 3rem;
    margin: 0;
}
@media only screen and (min-width: 768px) {
	a.odkaz_XLS {
	    font-size: 1.6rem;
	}
}
a.odkaz_XLS i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2rem;
    font-size: 20px;
    color: #00ab44;
}



a.tlacitko {
    line-height: 1.1;
    letter-spacing: 0rem;
    border: 0.1rem solid #000;
    outline: none !important;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
    font-family: "Poppins", sans-serif;
    transition: 0.3s;
    white-space: nowrap;
	font-weight: 600;
    padding: 2rem 5rem;
    font-size: 1.8rem;
	border-color: #fd8501 !important;
    background: #fd8501 !important;
    color: #fff !important;
}
@media only screen and (min-width: 991px) {
	a.tlacitko {
	    padding: 2.3rem 7rem;
	    font-size: 1.8rem;
	}
}
a.tlacitko:hover {
    border-color: #fd8501 !important;
    background: #fff !important;
    color: #fd8501 !important;
}



p.pozadi {
  background: #fff7ee;
    color: #fd8501;
    font-size: 1.4rem;
    padding: 2rem;
    margin: 0 0 3.5rem 0;
}
@media only screen and (min-width: 1200px) {
  p.pozadi {
        font-size: 1.6rem;
    	padding: 3rem;
  }
}



ol.cislovani {}
