@media only screen and (min-width: 480px) and (max-width: 767px) {
	/* Respond */
	#respond .comment-form-author {
		width: 100%;
		margin-right: 0;
		float: none
	}
	#respond .comment-form-email {
		width: 100%;
		margin-right: 0;
		float: none
	}
	#respond .comment-form-url {
		width: 100%;
		float: none
	}
	#respond input[type="text"], #respond input[type="password"], #respond input[type="email"], #respond select {
		width: 100%
	}
	#respond .comment-form-comment textarea {
		width: 100%
	}
	#respond .required {
		right: 15px
	}
	#comments .commentlist>li .comment-body {
		margin-left: 90px;
		padding: 10px
	}
	#comments .commentlist>li .photo {
		left: -90px
	}
	#comments .commentlist>li .children {
		margin-left: 0;
		padding-left: 10px
	}
	#comments .commentlist>li .reply {
		right: 10px;
		top: 10px
	}
	#comments .commentlist>li .comment-meta a.comment-edit-link {
		padding-right: 45px
	}
	.rtl #comments .commentlist>li .comment-body {
		margin-left: 0;
		margin-right: 90px
	}
	.rtl #comments .commentlist>li .photo {
		left: auto;
		right: -90px
	}
	.rtl #comments .commentlist>li .children {
		margin-right: 0;
		padding-left: 0;
		padding-right: 10px
	}
	.rtl #comments .commentlist>li .reply {
		left: 10px;
		right: auto
	}
	.rtl #comments .commentlist>li .comment-meta a.comment-edit-link {
		padding-left: 45px;
		padding-right: 0
	}
	/* Zoom Box */
	.zoom_box .desc .desc_txt {
		font-size: 18px;
		line-height: 22px
	}
	/* Gallery */
	#Content .gallery:not(.gallery-columns-1) .gallery-item {
		width: 50%;
		clear: none
	}
	#Content .gallery:not(.gallery-columns-1) .gallery-item:nth-child(2n+1) {
		clear: both
	}
	/* Latest News */
	.Latest_news.featured ul {
		width: 49%!important
	}

	.section.mcb-section {
		padding-top: 60px !important;
	}
}