/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 1160px) {

	#hlavni {
		width: 96%;
	}

	#video {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	
	#video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width: 950px) {

	#layout20 {
		width: 31%;
		height: auto;
		margin: 30px 1%;
	}
	
	#layout20a {
		clear: both;
		width: 31%;
	}
}

@media screen and (max-width: 700px) {

	h2 {
	  font-size: 26px;
	}

	.font55 {
		font-size: 35px;
		line-height: 40px;
	}
	
	.font70 {
		font-size: 50px;
	}
}

@media screen and (max-width: 480px) {

	#layout07, #layout08, #layout09, #layout10, #layout11, #layout12 {
		clear: both;
		width: 100%;
	}
	
	li.pismeno, li.pismeno2 {
	  margin: 0 0 20px 0px;
	}
}