/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%;}
.span_1_of_2 { width: 48%;text-align:left;padding:0px;}
.span_3_of_4 { width: 38%;text-align:left;}
.span_1_of_4 {
    margin-top: 20px;
    padding: 0;
    text-align: center;
    width: 59%;
}
.address1, .address2 {
    display: inline-block;
    width: 110px;
    text-align: left;
}
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 640px) {
	.mobile{display:none;}
	.address1, .address2{display:inline-block;}
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3, .span_1_of_2, .span_1_of_4, .span_3_of_4 { width: 100%;padding:0px; }
	.span_1_of_4 {
	    text-align: center;
	}
	.span_3_of_4 .right {
	    color: #fff;
	    float: none;
	    margin-right: 0px;
	    text-align: center;
	    width: 100%;
		display:inline-block;
	}
	.social-icons a i {
	    border-color: #fff;
	    border-radius: 100%;
	    border-style: solid;
	    border-width: 2px;
	    font-size: 15px;
	    height: 30px;
	    line-height: 30px;
	    margin: 10px 1px 10px 0;
	    text-align: center;
	    width: 30px;
	}
	.left b, .right b, .center b {
	    letter-spacing: 1px;
	}
}
@media only screen and (max-width: 320px) {
	.span_1_of_2{ width: 100%;padding:0px; }
	.mobile{display:none;}
	.address1,.address2{display:inline-block;}
	.span_1_of_4 {
	    text-align: center;
	}
	.span_3_of_4 .right {
	    color: #fff;
	    float: none;
	    margin-right: 0px;
	    text-align: center;
	    width: 100%;
		display:inline-block;
	}
	.left b, .right b, .center b {
	    letter-spacing: 1px;
	}
}