.DevBoxes {
	font-size: 0px;
}

.DevBoxes .dev-box-wrapper {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	color: #231F20;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	font-size: 16px;
}

.DevBoxes .dev-box-wrapper .dev-box {
	display: block;
	background-color: #76787A;
	color: #FFFFFF;
	width: auto;
	height: 135px;
	margin: 10px 30px 10px 0px;
}

.DevBoxes .dev-box-wrapper .dev-box .dev-box-line {
	display: block;
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 0;
	background: transparent url(images/dev-box-bar.png) repeat left top;
	width: 10px;
}

.DevBoxes .dev-box-wrapper .dev-box .dev-name {
	display: block;
	font-size: 35px;
	font-weight: 600;
	line-height: 36px;
	margin: 15px 20px 0 30px;
	height: 90px;
}

.DevBoxes .dev-box-wrapper .dev-box .dev-location {
	display: block;
	padding: 0 20px 0 30px;
	line-height: 15px;
	font-size: 14px;
}

.DevBoxes .dev-box-wrapper .dev-box .dev-text {
	font-family: 'Open Sans', sans-serif;
	display: block;
	margin: 5px 0 10px 0;
	font-weight: 400;
}

.DevBoxes .dev-box-wrapper .dev-box .dev-text strong {
	display: block;
	font-weight: 700;
}

/**
Coming Soon Box
**/
.DevBoxes .dev-box-wrapper .dev-box.dev-box-comingSoon {
	background-color: #f1f2f2;
}

.DevBoxes .dev-box-wrapper .dev-box.dev-box-comingSoon .dev-text {
	display: block;
	font-size: 29px;
	font-weight: 600;
	line-height: 30px;
	margin: 15px 20px 0 30px;
	height: 90px;
	color: #a1a1a4;
}

.DevBoxes .dev-box-wrapper .dev-box .dev-box-comingSoon .dev-box-line {
	background-color: #717073;
}

.DevBoxes .dev-box-wrapper .dev-box .dev-box-comingSoon .dev-text .dev-town {
	color: #717073;
	display: block;
}

.DevBoxes .dev-box-wrapper.dev-box-comingSoonYear .dev-name {
	height: auto;
}

.DevBoxes .dev-box-wrapper.dev-box-comingSoonYear .dev-text-year {
	display: block;
  font-size: 27px;
  font-weight: 300;
  line-height: 30px;
  margin: 3px 20px 0 30px;
	color: #dcddde;
}

/* .DevBoxes .dev-box-wrapper.dev-box-comingSoonYear {
	text-transform:none;
} */



/** RESPONSIVE **/
@media screen and (max-width: 991px){
	.DevBoxes .dev-box-wrapper {
		width: 50%;
	}
}
@media screen and (max-width: 600px){
	.DevBoxes .dev-box-wrapper {
		display:block;
		width: 100%;
	}
	.DevBoxes .dev-box-wrapper .dev-box {
		display: block;
		margin: 10px 0px;
	}
}
