/* EasyWeb html style file */



body { margin: 0px; padding: 0 0px; font-size: 12px; background: #fff; color: #000; }



p.velkaCisla {
		
	}




p.citace {font-size: 18px;
    font-style: italic;}



p.ramecek {border: 4px solid #336333 !important; padding:15px !important;}





p.blockquote {
		background: #f2f3f5;
    	padding: 20px;
    	border-left: 8px solid #336333;
	}


	p.quote {
		position:relative;
		padding: 60px;
    	font-weight: bold;
	}
	p.quote::before {
		content: "“";
	    font-weight: 700;
	    font-size: 70px;
	    font-family: Arial;
	    left: 0;
	    position: absolute;
	    top: 0px;
	}




p.tip {background: #336333;
    	padding: 50px;
    	
    	color: #fff;}



	a.green-button {
		background: #336333;
    	color: #fff;
    	display: inline-block;
    	    padding: 15px 50px;
    	        text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
	}



p.text-center {text-align:center !important;}



h2.text-center {text-align:center !important;}



h3.text-center {text-align:center !important;}


.popup{
    background: #fff;
    margin: 0 auto;
    max-width: 90rem;
    padding: 6rem;
    position: relative;
    text-align: center;
}

.popup .mfp-close{
color:#000!important;
}

