




    @media screen and (min-width: 940px) and (max-width: 1360px) 
 {
        /* Most Tablets */

#wrapper {
width:99.8%;
background-color: #FFF;
min-height:120em;
border:none;
}



.see-big {
	display: inline ;
}

.see-tiny{
	display:none;
}











        /* place the rest of your css here */
    }

@media (max-width: 939px) {
 #wrapper {
width:99.8%;
background-color: #FFF;
min-height:120em;
}

.branding {
height: 80px;
background-color:#FFFFFF;
}
  
 .see-big {
	display:none;
}

.see-tiny{
	display:inline;
} 

.column-half {
float:left;
width: 97%;
margin-left:1%;
margin-right:1%;
background-color:#FFF;
}

.column-third {
float:left;
width: 95%;
margin-left:2%;
margin-right:1%;
background-color:#FFF;
}

.boxmap {
width:95%;
float:left;
min-height:5em;
}
  
  
 
}









