@media (min-width: 300px) and (max-width: 767px) {
	.boxed{
		margin-top: 0;
	}

	.boxed .container{
		padding: 0 15px !important;
	}

	.header-ads{
		display: block;
		text-align: center;
	}

	.single-content-image img{
		width: 100%;
	}

	.rtl .header-ads img,
	.header-ads img{
		float: none;
	}

	.main-header-part{
		padding: 20px 0;
	}

	.logo{
		text-align: center;
		padding-bottom: 20px;
		line-height: normal;
	}



	.social-icons{
		float: left;
		margin-right: 10px;
	}


	.search-open .search-query {
		width: 230px;
	}
	
	.search-col{
		float: right;
	}
	
	.single-content-small a {
		font-size: 14px;
	}
	
	.eemail_textbox_button {
		width: 80px!important;
	}
	
	.footer-widget {
		margin-bottom: 15px;
	}
	
	.copyright-bar p {
		line-height: 25px;
	}

	.footer-nav{
		float: left;
	}
}

@media (min-width: 300px) and (max-width: 640px) {
	.share-icons a{
		margin-bottom: 5px;
	}

}

@media (min-width: 769px) and (max-width: 1024px){
	.share-link img,
	.sidebar .caps-share-buttons img{
		min-width: 70px;
    	width: 70px;
	}
}

@media (min-width: 501px) and (max-width: 800px) {
	.boxed{
		margin-top: 0;
	}

	.navbar-nav > li > a{
		padding: 0 10px;
		font-size: 12px;
	}

	.share-link-wrap .share-link:nth-child(4n) img,
	.sidebar .caps-share-buttons a:nth-child(4n) img{
		margin-right: 4px;
	}

	.share-link img,
	.sidebar .caps-share-buttons img{
		min-width: 73px;
    	width: 73px;
	}

	.su-custom-gallery .su-custom-gallery-slide:nth-child(3n){
		margin-right: 0.5em;
	}

	.su-custom-gallery .su-custom-gallery-slide:nth-child(3n+1){
		margin-left: .5em;
	}

	.facebook-container{
		width: 104% !important;
	}

	.facebook-container iframe{
		width: 100% !important;
	}

}

@media (min-width: 400px) and (max-width: 500px) {
	.su-custom-gallery .su-custom-gallery-slide:nth-child(3n){
		margin-right: 0.5em;
	}

	.su-custom-gallery .su-custom-gallery-slide:nth-child(3n+1){
		margin-left: .5em;
	}

	.su-custom-gallery .su-custom-gallery-slide:nth-child(4n){
		margin-right: 0;
	}

	.su-custom-gallery .su-custom-gallery-slide:nth-child(4n+1){
		margin-left: 0;
	}
	
}

@media (min-width: 320px) and (max-width: 360px) {
	
	.latest-title{
		height: 46px;
		overflow: hidden;
	}	

	.latest-title a{
		height: 42px;
		overflow: hidden;
		float: left;
		line-height: 42px !important
	}
		
}



@media (min-width: 768px) and (max-width: 992px) {
}


@media (max-width: 480px){
	.share-link img,
	.sidebar .caps-share-buttons img{
		min-width: 109px;
		width: 109px;

	}

	.facebook-container{
		width: 104% !important;
	}

	.facebook-container iframe{
		width: 100% !important;
	}

	.main-slider .slideinfo{
		padding: 10px 10px;
		left: 10%;
	}

	.slideinfo h3{
		font-size: 12px;
		line-height: 15px;
	}

	.copyright-bar .copyright{
		line-height: 14px;
		padding-top: 20px;
	}
}

@media (max-width: 360px){
	.share-link img, 
	.sidebar .caps-share-buttons img {
	    min-width: 74px;
	    width: 80px;
	}

	body .single-content-image .slide-cat, 
	body .single-content-large .slide-cat,
	body .slide-cat{
		font-size: 9px;
		line-height: 8px;
	}
}

@media (max-width: 320px){
	.share-link img,
	.sidebar .caps-share-buttons img{
		min-width: 69px;
		width: 69px;

	}

	.su-custom-gallery-slide{
		width: 30%;
	}	
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  
  /* Retina-specific stuff here */

}


