@media only screen and (max-width: 992px) {
	.autor {
    margin-bottom: 50px;
}
}

@media only screen and (max-width: 767px) {
	ul#menu-hlavni-menu {
		margin-top: 5px;
	}
	
	.hp-sluzba, .col-sm-4.recenze {
	    margin-bottom: 60px;
	}
}

@media only screen and (max-width: 860px) and (min-width: 767px) {
	img.obrazek-logo {
		width: 220px;
	}
}

@media only screen and (max-width: 500px) {
	.slogan {
		font-size: 30px;
		line-height: 36px;
		padding-left: 60px;
	}
	.slogan:before {
		height: 65px;
		width: 50px;
		margin-top: 7px;
	}
	
	.navbar-toggle {
		float: left;
		margin-top: 0;
	}
}

@media only screen and (max-width: 420px) {
	img.novinka-hp-obr.radius.wp-post-image {
		float: none;
		margin: 0 auto;
		position: relative;
		display: block;
		margin-bottom: 15px;
	}
	
	section.hp-two .pre1 {
		text-align: center;
	}	
	
	.obsah-nov {
		text-align: center;
	}
}