/* Enter Your Custom CSS Here */
.spu-box {
	border-radius: 0px !important;
    width: auto !important;
  	padding: 0px !important;
}
.spu-close {
	display: none !important;
}
.popupsubmit {
	background-color: #87C7D1;
	border: 2px solid #fff;
	color: rgb(255, 255, 255);
	padding: 5px 20px;
	font-weight: 700;
	font-size: 2.5em;
  	text-transform: uppercase;
  	font-family: PT Sans;
}
.popclose {
	padding: 0px;
	margin: 0px !important;
	font-family: PT Sans;
	color: rgb(0, 0, 0);
  	text-transform: uppercase !important;
	font-size: 12px !important;
}
.popupinput {
	box-sizing: border-box;
	padding: 10px 30px !important;
	border: 2px solid #87c7d1;
	background: #c6c6c6;
	vertical-align: middle;
}
.popupspan {
	margin-right: 10px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: PT Sans;
	vertical-align: middle;
	font-size: 2em;
}
.spu-disable-ajax {
	vertical-align: middle !important;
}
/*  SECTIONS  */
.section1 {
	clear: both;
	padding: 0px;
	margin: 0px auto;
  	width: 380px;
    max-width: 100% !important;
}

/*  COLUMN SETUP  */
.col1 {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col1:first-child { margin-left: 0; }

/*  GROUPING  */
.group {
	padding: 0px 30px 30px 30px;
}
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}