/************************************************************************************
smaller than 1280
*************************************************************************************/
/************************************************************************************
smaller than 1024
*************************************************************************************/
@media screen and (max-width: 1024px) {
	


    
    }
/************************************************************************************
smaller than 950
*************************************************************************************/
@media screen and (max-width: 950px) {
	.inner{width:100%;}

	}
/* Styles for screens that are atleast 768px; */
@media screen and (max-width: 768px) {
	
	
	

	}
/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {

.nav li  ul {
	width:100%;	
}

.nav li li a{float:none}

.banner img{margin-bottom:15px;}
.footer ul li{text-align:center; display:inline-block; width:100%}
.social-icons{position:relative; max-width:182px; margin:0 auto}


		
		
}
		

		

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {
    /* disable webkit text size adjust (for iPhone) */
    html {
        -webkit-text-size-adjust: none
        }	
		
		
}

