@media only screen and (min-width: 1200px){
	.item-page {margin-bottom:70px !important;}
}

@media only screen and (min-width: 960px) and (max-width: 1199px){
	div.menu_ikonok ul.menu_lista li img {max-width:85%;}
	.item-page {margin-bottom:70px !important;}
	
}

@media (min-width: 768px) and (max-width: 959px){
	div.rt-block.menu-block ul.gf-menu.l1 li a {font-size:12px;}
	.rt-block.logo-block #rt-logo{background-size:70% !important;height:145px;}
	body.headerstyle-light article.item-page {
		background:#7f6359 ;
		color:#f9f9f9;
		padding:60px 50px 30px;
		border:15px #fcfcfc solid;
		background-size:100%;
		max-width:939px;
		margin: 0 auto;
		border-bottom-left-radius: 100%120px;
		border-bottom-right-radius: 100%120px;   
		border-top-left-radius: 100%120px;
		border-top-right-radius: 100%120px;   
	}
	.item-page {margin-bottom:70px !important;}
}

@media (max-width: 767px){
	.rt-block.logo-block #rt-logo{background-size:100% !important;height:145px;}
		body.headerstyle-light article.item-page {
		background:#7f6359 ;
		color:#f9f9f9;
		padding:50px 50px;
		border:15px #fcfcfc solid;
		background-size:100%;
		max-width:939px;
		margin: 0 auto;
		border-bottom-left-radius: 100%100px;
		border-bottom-right-radius: 100%100px;   
		border-top-left-radius: 100%100px;
		border-top-right-radius: 100%100px;   
	}
	.img-fulltext-left {
		text-align: center;
		width: 100%;
		margin-bottom: 30px !important;
	}
	.item-page {margin-bottom:70px !important;}
}

@media only screen and (min-width: 481px) and (max-width: 767px){
	.rt-block.logo-block #rt-logo{background-size:80% !important;height:110px;}
		body.headerstyle-light article.item-page {
		background:#7f6359 ;
		color:#f9f9f9;
		padding:40px 50px 20px;
		border:15px #fcfcfc solid;
		background-size:100%;
		max-width:939px;
		margin: 0 auto;
		border-bottom-left-radius: 100%100px;
		border-bottom-right-radius: 100%100px;   
		border-top-left-radius: 100%100px;
		border-top-right-radius: 100%100px;   
	}
	.item-page {margin-bottom:70px !important;}
}