

/************************************************************************************
smaller than 1200
*************************************************************************************/	
@media screen 
and (max-width: 1200px) {



}/**** END 1200 ****/



/************************************************************************************
smaller than 1024
*************************************************************************************/	
@media screen 
and (max-width: 1024px) {

.container {
width: 100%;
}




}/**** END 1024 ****/




/************************************************************************************
smaller than 950
*************************************************************************************/	
@media screen 
and (max-width: 950px) {


}/**** END 950 ****/




/************************************************************************************
smaller than 768
*************************************************************************************/
@media screen 
and (max-width: 768px) {

.column_third {
	width: 48%;
}

.column_quarter {
width: 48%;
margin: 10px 2% 10px 0;;
}

.column_quarter:nth-child(2n) {
margin: 10px 0 !important;
}


}/**** END 768 ****/



/************************************************************************************
smaller than 640
*************************************************************************************/
@media screen 
and (max-width: 640px) {

.column_half,.column_half:last-child{
width: 100%;
float: none;
margin: 10px auto 30px auto;
}


#menu {
text-align: left;
}

#menu_icon {
display: block;
}

ul#menunav {
width: 210px;
display: none;
position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
top: 60px;
left: 0;
background: #171717;
margin: 0 !important; 
padding: 0 !important; 
z-index: 2000;
}

ul#menunav li {
border-bottom: 1px solid #262626;
display: block;
margin: 0;
padding: 10px;
line-height: 1;
}

ul#menunav li a {
padding: 10px;
}


ul#menunav li:last-child {
border: none;
}

#footer {
font-size: 10px;
}

}/**** END 640 ****/



/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen 
and (max-width: 480px) {

.column_quarter,.column_quarter:nth-child(2n),.column_third {
width: 100%;
float: none;
margin: 10px auto 20px auto;
}


}/**** END 480 ****/



/************************************************************************************
smaller than 320
*************************************************************************************/
@media screen 
and (max-width: 320px) {


}/**** END 320 ****/