
/*  SECTIONS  ============================================================================= */

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

/*  GROUPING  ============================================================================= */


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

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 0 0 1% 1.6%;
}

.rightcolumn.col {
	margin: 0 0 1% 5.8%;

}
.reviewimage {
	margin: 0 0 1% 1.6%;

}

.item {
	margin:0 0 1% 1.6%;
}

.videoright {
	margin: 0 0 1% 4%;

}

.videoleft {
	margin: 0 0 1% 4%;
}

.footer .col {

	color: #DDDDDD;
	-moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-sizing: border-box;
	padding-right: 20px;
	padding-top: 20px;
	padding-left: 20px;
	float:left;
	border-left: 1px solid #333333;
	padding-bottom: 20px; 
	margin: 0 0 0 1.6%;
}



.footer .col h2 {
	font-size: 16px;
	color: #E9E9E9;
	letter-spacing:0px;
	font-weight: 700;
}

.footer .col ul {
	list-style: none;
	margin: 0;
	padding:0;
}

.footer .col ul li{
	width: 100%;
	float:left;
	display: block;
	margin-bottom: 5px;
}

.footer .col ul li a {
	text-decoration: none;
	position: relative;
	color: #DDDDDD;
}

.footer .col:first-child {
	float:left;
	padding-left:0px;
	border-left:0;
	border-right: 0; 

}

.footer .col:first-child a {
	color: #DDDDDD;
	text-decoration: none;
}

.footer .col ul li a:hover {
	color: #DDDDDD;
	text-decoration: underline;
}

.widefooter .col {
	border-left: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.latestedition .col {
	margin-left: 1%;
	margin-bottom: 0%;
}
.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
.widefooter .col:first-child {
	padding-left: 10px;
}

/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}