/* nexus landsacpe */ 
@media (max-width: 966px) {
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {	
}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {	
	body
	{
		padding-top: 0px !important;
	}
}
/* xs */
@media (max-width: 767px) {
}
/* XS Portrait */
@media (max-width: 480px) {
	.testimonial1 {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
	}
	.cd-testimonials-wrapper
	{
		padding:5px !important;
		width: 100% !important;
	}
	.flex-control-nav
	{
		bottom: -2px !important;
	}
	.flex-direction-nav
	{
		display: none;
	}
	.entry-content p 
	{
		text-align: center;
	}
	.newsletter_email
	{
		width: 62% !important;
	}
	.footer-widget-area a.button-minimal, .hero a.button-minimal, .site-header a.button-minimal,a.button, a.button-minimal
	{
		font-size: 12px;

	}
	.clients
	{
		width: 100%;
	}
	.dark_border {
		padding:0px !important;
	}
	.textwidget{
		width: 76%;
	}
	.widgettitle, .widget-title{
		font-size: 1.3em;
	}
	.button, input[type="button"], input[type="reset"], input[type="submit"]{
		padding: 12px 3px;
	}
	#text-5{
		width: 100% !important;
	}
	.anger a
	{
	text-align: center;
    text-decoration: none !important;
    border-bottom: 0px;
    width: 100%;
    display: block;
     margin-left:0px;
	}
}
/* XS iphone 5 landscape */
@media (max-width: 568px) {
}
/* XS ipadmini portraid */
@media (max-width: 768px) {
}
/*sm nexus 7 lansacpe  */
@media (max-width: 966px) {
}
/* XS Portrait iphone */
@media (max-width: 320px) {
}