@media only screen  and (max-width: 1100px) {
	.container {max-width:100%;}
	
}

@media only screen  and (min-width : 768px) and (max-width: 900px) {
	
	.rating {display:table; width:100%;}
	.social-likes {float:left; margin:0 10px 15px;}
	
	.main_menu .left ul {margin-right:75px;}
	.main_menu .right ul {margin-right:30px;}
	.main_menu ul:last-child {margin:0;}

}

@media only screen and (max-width : 767px) {
	.container {padding:0 20px;}
	.vybor {margin:0 -20px 39px;}
	.sidebar,
	.content {float:none; width:100%;}
	.content {margin-bottom: 30px;}
	.sidebar {padding:0; max-width:300px; margin:0 auto;}
	.col_post,
	.mini_post,
	.new_block  {margin:0 auto 30px; max-width:314px;}
	.col_post {height:auto;}
	.col_post .item_post .title {height:auto;}
	
	.logo {padding-top:0;}
	.home_banner .text {font-size:28px;}
	
	.main_menu {position:static; display:none;}
	.main_menu .left,	
	.main_menu .right, 
	.main_menu .left ul,
	.main_menu .right ul {float:none; margin-right:0; }
	.header .show_menu {display:block; position:absolute; top:0;}	
	
	.header .to16,
	.header .social {display:none;}
	
	.footer .right_column ul {float:none; margin-bottom:30px;}
	.footer .right_column .social {float:none; display: inline-block;}
	
	.tag_desc_block .left_block {float:none;}
	.tag_desc_block .desc {margin-left:0;}
	.vybor .col6 {max-width:500px; margin:auto;}
}

@media only screen and (max-width: 600px) {
	.rating {display:table; width:100%;}
	.social-likes {float:left; margin:0 10px 15px;}
	
	.post.p_thumb {max-width:314px; margin-left:auto; margin-right:auto;}
	.post .item_img {float:none; width:100%;}
	.item_post {padding:0;}
	
	.num_list_bg {padding-left:20px;}
	
	.snoska {width:100%; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
}

@media only screen and (max-width: 479px) {
	.post_meta_in .date {display:none;}
	span.load-more-btn {background-image:none; padding:0; text-align:center;}
	.home_banner .text {font-size:24px;}

}

@media only screen and (max-width : 320px) {
	.vybor_post {float:none; width:100%; max-width:231px; margin-left:auto; margin-right:auto;}
	.vybor_post.big {max-width:100%; width:100%; }

}


