@media (max-width: 1200px) {
	#logo img {
		max-width: 100%;
	}
	
	#featured-title {
		top: 66%;
	}
	
	h1 {
		font-size: 1.4em;
	}
	
	h2 {
		font-size: 1.2em;
	}
    
    .content-margin {
        max-width: 720px!important;
    }
    
}


@media (max-width: 991px) {
    
    .box-newsletter {
		padding: 10px!important;
	}
    
    #newsletter-bg-1,
    #newsletter-bg-2 {
        padding: 0!important;
    }
	
	#featured-title {
		font-size: 1.3em;
	}
	
	.dots {
		font-size: 0.7em;
	}
    
    .latest-block .latestCat {
        font-size: 20px;
    }
    
    .latest-block .latestLink  {
        font-size: 24px!important;
    }
	
}