/*====COLUMNS - GRID
=======================================================*/

.title-col {
	width: 199px;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #e7e7e7;
	margin-top: 40px;
	margin: 0 20px 25px 0;
	float: left;
}

.title-col h2 {
	font-size: 34px;
	line-height: 36px;
	color: #999;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.title-col p {
	color: #999;
	font-style: italic;
	margin-bottom: 20px;
}

.one-fourth {
	float: left;
	width: 210px;
	margin: 0 30px 25px 0;
}

.three-fourth {
	float: left;
	width: 690px;
	margin-right: 30px;
	margin-bottom: 15px;
}

.one-fifth {
	float: left;
	width: 162px;
	margin: 0 30px 25px 0;
}

.two-fifth {
	float: left;
	width: 354px;
	margin: 0 30px 25px 0;
}

.three-fifth {
	float: left;
	width: 546px;
	margin: 0 30px 25px 0;
}

.four-fifth {
	float: left;
	width: 738px;
	margin: 0 30px 25px 0;
}

.one-third {
	float: left;
	width: 290px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 25px;
	margin-left: 0;
	padding-left: 10px;
}

.two-third {
	float: left;
	width: 610px;
	margin: 0 30px 25px 0;
}

.one-half {
	float: left;
	margin: 0 30px 25px 0;
	width: 450px;
}

.one-sixth {
	float: left;
	margin: 0 30px 25px 0;
	width: 130px;
}

.five-sixth {
	float: left;
	margin: 0 30px 25px 0;
	width: 770px;
}

.full-width {
	padding-bottom: 15px;
}

.last {
	margin-right: 0px !important;
}

/*====BOX STYLING
=======================================================*/

.box-number {
	display: block;
	color: #f7f7f7;
	font-family: Tahoma, Arial ,sans-serif;
	font-size: 14px;
	padding-top: 6px;
	width: 33px;
	height: 27px;
	text-align: center;
	background: url(../img/box-disc.png) no-repeat;
	float:left;
	margin-right: 10px;	
}

.box-title h3 {
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 3px;
	color: #2d81b6;
	margin-bottom: 0;
}

.box-subtitle {
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 12px;
}

.box-img {
	padding: 3px;
	border: 1px solid #e7e7e7;
	margin-bottom: 5px;
}

.box-title h4 {
	font-size: 18px;
	color: #2d81b6;
	margin-bottom: 5px;
}

.zoom {
	display: block;
	background: url(../img/overlays/zoom.png) no-repeat center;
}

.play {
	display: block;
	background: url(../img/overlays/play.png) no-repeat center;
}
