/* ---------------------------------------------------------------------- */
/*	From Medium Devices Up To Larger Devices
 /* ---------------------------------------------------------------------- */
@media (min-width: 980px) and (max-width: 1199px) {

}
/* ---------------------------------------------------------------------- */
/*	Only larger Devices
 /* ---------------------------------------------------------------------- */
@media (min-width: 1200px) {

}

/* ---------------------------------------------------------------------- */
/*	From Small Devices Up To Medium Devices
 /* ---------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
	.intro-section {width:100%; }
	#header .wrapper {width:100%; }
	.align_center {width:100%; text-align:center}
	.footer{width:100%;}
	.modules{width:100%;}
	.home-slider{width:100%; height:auto;}
	.home-slider{width:100%; height:auto;}
	.tab-holder{width:100%;}
	.red_section h4 {font-size: 24px;}
}
/* ---------------------------------------------------------------------- */
/*	Extra Small Devices Only
 /* ---------------------------------------------------------------------- */
@media (max-width: 767px) {
	.intro-section {width:100%; }
	#header .wrapper {width:100%; }
	.align_center {width:100%; text-align:center}
	.footer{width:100%;}
	.modules{width:100%;}
	.red_section h4 {font-size: 24px;}
}
/* ---------------------------------------------------------------------- */
/*	Extra Small Devices Only
 /* ---------------------------------------------------------------------- */
@media (max-width: 480px) {
	.intro-section {width:100%; }
	#header .wrapper {width:100%; }
	.align_center {width:100%; text-align:center}
	.footer{width:100%;}
	.modules{width:100%;}
	.home-slider{width:100%; height:auto;}
	.home-slider{width:100%; height:auto;}
	.tab-holder{width:100%;}
	.mobile-holder{left:20px;}
	.responsive_img{width:100%; height:auto;}
	.red_section h4 {font-size: 24px;}
	#logo{float:none;}
	.footer{display:none;}
}

@media (max-width: 340px) {
	.intro-section {width:100%; }
	#header .wrapper {width:100%; }
	.align_center {width:100%; text-align:center}
	.footer{width:100%;}
	.modules{width:100%;}
	.home-slider{width:100%; height:auto;}
	.home-slider{width:100%; height:auto;}
	.tab-holder{width:100%;}
	.mobile-holder{left:20px;}
	.responsive_img{width:100%; height:auto;}
	.red_section h4 {font-size: 24px;}
	#logo{float:none;}
	.footer{display:none;}
}

@media (max-width: 280px) {
	.intro-section {width:100%; }
	#header .wrapper {width:100%; }
	.align_center {width:100%; text-align:center}
	.footer{width:100%;}
	.modules{width:100%;}
	.home-slider{width:100%; height:auto;}
	.home-slider{width:100%; height:auto;}
	.tab-holder{width:100%;}
	.mobile-holder{left:20px;}
	.responsive_img{width:100%; height:auto;}
	.red_section h4 {font-size: 24px;}
	#logo{float:none;}
	.footer{display:none;}
}
/* ---------------------------------------------------------------------- */
/*	Up To Medium Devices
 /* ---------------------------------------------------------------------- */
@media (max-width: 979px) {

}
/* ---------------------------------------------------------------------- */
/*	Up To Medium Devices
 /* ---------------------------------------------------------------------- */
@media (min-width: 768px) {

}	