/*Global Styles*/
.footer-brand{
	max-width: 30%;
	padding-top: 20px;
}
.footer-nav{
	text-align: center;
}
.footer-nav ul li{
	display: inline-block;
	list-style-type: none;
}
.footer-nav a{
	color: #fff;
	padding: 20px 15px 20px 15px;
	float: left;
}


/*Custom Styles*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 1px) 
and (max-width : 449px) {
	.footer-nav a{
		font-size: 10px;
		padding: 10px 5px 10px 5px;
}
.footer-brand{
	max-width: 80%;
	padding-top: 20px;
}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 450px) 
and (max-width : 767px) {

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 361px)
and (max-width : 768px) {
	
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 500px) {

}

/* Desktop Responsive ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 902px) {
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 902px) {
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
	
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {

}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */

}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */

}