/*  GRID OF SIX   ============================================================================= */


.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.06%;
}

.span_4_of_6 {
  	width: 66.13%;
}

.span_3_of_6 {
  	width: 49.2%;
}

.span_2_of_6 {
  	width: 32.26%;
}

.span_1_of_6 {
  	padding-right:3%
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width:1024px) {
	.span_6_of_6 {
		width: 100%; 
	}
	.span_5_of_6 {
		width: 100%; 
	}
	.span_4_of_6 {
		width: 100%; 
	}
	.span_3_of_6 {
		width: 100%; 
	}
	.span_2_of_6 {
		width: 100%; 
	}
	.span_1_of_6 {
		width: 100%; 
		
		padding-bottom:2px
	}
	#footercontainer {
		margin:auto;
		background: #959595;
		border:none;
		height:100%
		
		
	}
	.arrow_box, .arrow_box1, .arrow_box2, .arrow_box3, .arrow_box4, .arrow_box5 {
	position: relative;
	background: none;
	border-bottom:none;
	margin-top:0px;
	
}
.arrow_box:after, .arrow_box1:after, .arrow_box2:after, .arrow_box3:after, .arrow_box4:after, .arrow_box:before, .arrow_box5:after, .arrow_box1:before, .arrow_box2:before, .arrow_box3:before, .arrow_box4:before, .arrow_box5:before,{
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after, .arrow_box1:after, .arrow_box2:after, .arrow_box3:after, .arrow_box4:after, .arrow_box5:after,{
	border:none;
	border-bottom-color: #ff9f00;
	border-width: 17px;
	margin-left: -17px;
}

}
	
