
@charset "UTF-8";
/*Berlin, NY */

.see-big {
display:inline;
}
.see-tiny {
display: none;
}









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

.see-big {
display:inline;
}
.see-tiny {
display:none;
}

#wrapper{ 
/*width:62em;*/
width:99%; 
} 

.column-half {
float:left;
width: 36%;
margin-left:1%;
margin-right:1%;
/*background-color:#FF99CC;*/
}




.column-quarter {
width:24%;
float:left;
min-height:36em;
}




}



    @media screen and (min-width: 550px) and (max-width: 649px) {
        /* Most smartphones is portait mode (Holding phone up and down) */

#wrapper {
width: 99%;

}

#main{
float:left;
margin-left:1%;
margin-right:1%;
width:98%;
color:#000;
min-height:34em;
}
.see-big {
display:none;
}
.see-tiny {
display:inline;
}


.column-half {
float:left;
width: 48%;
margin-left:1%;
margin-right:1%;
/*background-color:#FF99CC;*/
}

.column-full {
float:left;
width: 97%;
margin-left:2%;
/*background-color:#FFCC66;*/
}



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

    @media screen and (min-width: 300px) and (max-width: 549px) {
        /* Most smartphones is portait mode (Holding phone up and down) */

#wrapper {
width: 99%;
}

.see-big {
display:none;
}
.see-tiny {
display:inline;
}

#main{
float:left;
margin-left:1%;
margin-right:1%;
width:98%;
color:#000;
min-height:4em;
}



.column-half {
float:left;
width: 98%;
margin-left:1%;
margin-right:1%;
/*background-color:#FF99CC;*/
}

.column-half-full {
float:left;
width: 98%;
margin-left:2%;
margin-right:0%;
/*background-color:#FF99CC;*/
}

.column-full {
float:left;
width: 97%;
margin-left:2%;
/*background-color:#FFCC66;*/
}

.column-div {
float:left;
width: 95%;
margin-left:2%;
margin-right:0%;
line-height:1.5em;
/*background-color:#FF99CC;*/
}

.column-half-footer-l{
float:left;
width:100%;
min-height:6em;
}

.column-half-footer{
float:left;
width:98%;

min-height:6em;
}

.column-third {
width:98%;
float:left;
margin-left:1%;
margin-right:1%;
min-height:6em;
}


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