@media 	(max-width:999px) {

	img,
	.contactMap iframe {
		max-width: 100%;
	}

	#contentContainer,
	.content,
	#footer,
	#feedback,
	#banners {
		width: auto;
		min-width: 0;
	}
	.box50 {
		width: auto !important;
		float: none;
		margin-left: 0 !important;
		margin-right: 0 !important; 
	}
	.boxDir,
	.box33 {
		display: inline-block;
		float: none;
		vertical-align: top;
		margin-right: 20px !important;
	    min-width: 220px;
	}
	.clean960 {
		display: none;
	}
	.box25 {
		margin-right: 20px !important;
	    min-width: 220px;
	}
	.box33 {
		margin-right: 20px;
	    min-width: 300px;
	}
	.boxContact {
		min-width: 270px;
		margin-left: 40px;
	}
	.contactRFC {
	    text-align: left;
	}
	.boxRef {
		float: none;
		display: inline-block;
		margin-left: 30px !important;
		margin-right: 30px !important;
	}
	.contentRef {
		text-align: center;
	}

	/* hlavicka a menu */
	#header {
		height: 104px;
	}
	#logo {
		background-image: url('img/www/logoSmall.png');
		margin-top: 10px;
	}
	#headerRight {
		top: 17px;
	}
	#menu { 
		display: block;
		clear: both;
		/*float: none;*/
		width: 100%;
		text-align: center;
		margin-top: -5px;
	}
	#menu li { 
		display: inline-block;
		float: none;
	}
	/* druha uroven menu*/
	#menu li ul { 
		display: none;
	}


	/* bannery na titulce */
	#banners {
		overflow: hidden;
	}
	#banners .banner {
		left: 0;
		margin: 0;
	}

	/* footer */
	#footer {
		padding-top: 35px;
	}
	#footer ul {
		margin: 0 0 5px 0;
	}
	#footer .column {
		float: none;
		margin-right: 0;
		display: block;
	}
	#footer li,
	#footer .contribute {
		display: none;
	}
	#footer li.section,
	#footer .rightColumn li {
		display: block;
	}
	#footer .socialIcons li {
		display: inline-block;
	}
	.feedbackLeft {
		display: none;
	}
	.feedbackRight {
		border-left: none;
		padding: 0 0 0 20px;
		margin: 0;
		min-height: 230px;
	}
	#feedbackName, 
	#feedbackMail, 
	#feedbackText {
		max-width: 90%;
	}

	/* novinky */
	#homepageNews .homepageNewsContainer {
		margin: 0;
		border-left: 120px solid transparent;
		border-right: 120px solid transparent;
		width: 100%;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		box-sizing: border-box;
	}
	#homepageNews .homepageNew {
		width: 100%;
	}

	/* motiv - absolutne pozicovany obrazek s motivem u clanku */
	.themeImage {
		position: static !important;
	}

	.boxHomeImg {
		display: none;
	}

	
	.listOk {
		width: auto !important;
	}


	/* konkretni css - vetsinou pouze pro jeden prvek */
	.ipsmsFunctions {
	    margin-top: 3em;
	}

	

} /* END @media(max-width:959px) */


@media 	(max-width:550px) {

	body.not-front { 
	    background-position: center -15px;
	}
	
	#logo {
		margin-right: 0;
	}

	/* menu */
	#menuSwitch {
		display: block;
		float: right;
		height: 65px;
		line-height: 65px;
		font-weight: 600;
		padding: 0 10px 0 30px; 
		cursor: pointer;
	}
	#menuSwitch .iconMenu {
		margin-top: -5px;
	}
	#header {
		height: auto;
	}
	#headerRight {
		position: relative;
		top: auto;
		left: auto;
		float: none;
		clear: both;
		margin: 0 17px 0 0;
		display: none;
		padding-top: 7px;
	}
	#menu { 
		float: none;
		padding-top: 8px;
		display: none;
	}
	#menu li { 
		display: block;
		text-align: left;
		height: auto;
	}
	#menu li a { 
		display: block;
		float: none;
		border-top: 1px solid #eee;
	}
	#menu li a:hover { 
		background: #eee;
	}
	#menu li em { 
		background: transparent !important;
	}
	body.showMenu #menu,
	body.showMenu #headerRight {
		display: block;
	}

	/* novinky */
	#homepageNews .homepageNewsContainer {
		border-left-width: 70px;
		border-right-width: 70px;
	}
	#homepageNews .newsTite {
		margin-left: 70px;
	}
	#homepageNews {
		min-height: 237px;
		font-size: .8em;
	}


	/* nadpisy */
	#titleBar .title {
		font-size: 2.6em;
	}
	h2 {
		font-size: 2em;
		font-weight: 400;
	}


} /* END @media(max-width:550px) */




/* hi-res displays */
/*@media 	(-webkit-min-device-pixel-ratio: 2), 
		(min-device-pixel-ratio: 2), 
		(min-resolution: 200dpi) { 
    
    body {
    	zoom: 2;
    }

}

*/



/* TODO: u nekterych mobilu se skarede vykresluje prechod na pozadi, 
tak zmenit na plnou barvu pomoci @media all and (min-color: 1) { … } */




