/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}


}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	h1{
		font-size: 42px;
	}
	.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
	 margin:0px; /* hack adjust for wrapping */
}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	h2{
		font-size: 42px;
	}
	.navbar-collapse{
		float:none !important;
	}
	.slider-caption p{
		display:none;
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	h1{
		font-size: 32px;
	}	
	h2{
		font-size: 32px;
	}
	h3{
		font-size: 32px;
	}		
	h4{
		font-size: 22px;
	}	
	.slider-caption{
		padding: 0 45px;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	h2{
		font-size: 32px;
	}
	h4{
		font-size: 22px;
	}	
}

@media screen and (max-device-width: 1024px) {
	.top-section {
		background-attachment: scroll;
	}
	.owl-nav{
		padding:0px 0px;
	}
}