
@media only screen and (max-width: 1057px) {

	.active.boxed,
	.boxed {
		width: 100%;
		min-width: 300px;
		max-width: 100%;
		margin: 0px auto;
		padding-bottom: 0px;
	}

	.boxed {
		/*background: transparent!important;*/
		min-height: 100%;
		border-radius: 0px!important;
		-moz-border-radius: 0px!important;
		overflow: hidden;
	}

	.boxed .border-boxes {
		display: none;
	}

	.main-menu .menu-ribbon.left,
	.main-menu .menu-ribbon.right {
		display: none;
	}

	.wrapper {
		width: 98%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}


	.boxed.active .footer {
		margin-bottom: 0px;
		padding-top: 15px;
		position: relative;
		height: auto;
	}

	.boxed.active .footer .wrapper {
		padding-bottom: 0px;
	}

	.boxed .footer {
		border-top: 1px solid #e1e5e4;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
		background: rgba(0,0,0,0.04);
		margin-top: 30px;
		padding-top: 15px;
	}

	.boxed.active .content .wrapper,
	.boxed.active .header .wrapper {
		border: 0px;
	}

	.main-menu ul li a {
		font-size: 14px;
	}

	.big-post .article-photo img {
		max-width: 100%;
		height: auto;
	}

	.writecomment {
		max-width: 100%;
	}
	
	.photo-gallery-block .photo-gallery-photos a img {
		width: 100%;
	}
	
	.shortcode-content img,
	.photo-gallery-block .photo-gallery-photos a img {
		width: 100%;
	}


}
