/* Extra small devices - xs (portrait phones, less than 576px) */
@media (max-width: 575px) { 

/* Navigation Styles Starts */

	#nav {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#nav .navbar-collapse {
		margin-top: 10px;
		background-color: #3f3e3e;
		border: solid #666;	
		border-width: 1px 0 0 0;
	} 	
		#nav .nav-item {
			padding: 4px 0;
		}	

/* Section Area Styles Starts */

	.section-heading {
		margin-left: 0;
	}
		.section-heading.text-xs-center::before {
			left: 5px;
		}	

/* Team Section Styles Starts */	

	.team-section-content {
		background-image: none;
	}
	
/* Gallery Section Styles Starts */

	.gallery-item-details {
		top: 36%
	}
	.gallery-item-details.alt {
		top: 44%
	}
	.gallery-item .overlay .inner h6, 
	.gallery-item .overlay .inner p {
		display: none;
	}	

/* Generic Styles Starts */

	.d-xs-block {
		display: block !important;
	}
	.d-xs-none {
		display: none;
	}
	.img-center-xs {
		margin-left: auto;
		margin-right: auto;
	}	

	.text-xs-left   { text-align: left;   }
	.text-xs-center { text-align: center; }
	.text-xs-right  { text-align: right;  }			

}

/* Small devices - sm (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) { 

/* Navigation Styles Starts */

	#nav {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#nav .navbar-collapse {
		margin-top: 10px;
		background-color: #3f3e3e;
		border: solid #666;	
		border-width: 1px 0 0 0;
	} 	
		#nav .nav-item {
			padding: 8px 0;
		}		

/* Section Area Styles Starts */

	.section-heading.text-sm-center::before {
		left: 20%;
	}	

/* Team Section Styles Starts */

	.team-section-content {
		background: #2a2a2a;
	}	

/* Generic Styles Starts */

	.img-center-sm {
		margin-left: auto;
		margin-right: auto;
	}

}

/* Medium devices - md (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) { 

/* Navigation Styles Starts */

	#nav {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#nav .navbar-collapse {
		margin-top: 10px;
		background-color: #3f3e3e;
		border: solid #666;	
		border-width: 1px 0 0 0;
	} 	
		#nav .nav-item {
			padding: 8px 0;
		}

/* Section Area Styles Starts */

	.section-heading.text-md-center::before {
		left: 32%;
	}		
	
/* Generic Styles Starts */

	.img-center-md {
		margin-left: auto;
		margin-right: auto;
	}

}

/* Large devices - lg (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) { 

/* Section Area Styles Starts */

	.section-heading.text-lg-center::before {
		left: 36%;
	}	

/* Generic Styles Starts */

	.img-center-lg {
		margin-left: auto;
		margin-right: auto;
	}	

}

/* Extra large devices - xl (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}