.home-content .column-wrap {
	background-color:#fff;
    position: relative;
    float: left;
    width: 100%;
    padding-top: 100px;
	padding-bottom: 100px;
}
.home-content .bgDots { 
	height: 300px;
	top:800px;
	opacity: 0.8;
	z-index:-1;
	background-image: url(../../image/dots.png);
}
@media only screen and (max-width : 1450px) {
	.home-content .bgDots { 
		top:700px;
	}	
}
@media only screen and (max-width : 1450px) {
	.home-content .bgDots { 
		top:700px;
	}	
}
@media only screen and (max-width : 768px) {
	.home-content .column-wrap {
		padding-top: 25px;
		padding-bottom: 25px;
		font-size:16px;
	}
	.home-content .bgDots { 
		top:575px;
	}	
}
.home-content .column-wrap .greyFont { 
	color:#a8a8a8;
	font-family: 'MyriadPro-Light';
	font-weight:normal;
	font-size:20px;
	line-height:38px;
}
.home-content .column-wrap .blackFont { 
	font-size:20px;
	line-height:38px;
	font-family: 'MyriadPro-Light';
}
.hcb-button {
	text-transform:uppercase;
	color: #000;
	font-size: 18px;
	border: 2px solid #fff;
	clear: both; 
	border-bottom: 2px solid #d3d92b;
	font-family: 'DINOT-Bold';
	display:inline-block;
	padding-top:20px;
}
.hcb-button:hover {
	text-decoration: none;
	border-bottom: 2px solid #04a696;
	color: #1a2633; 
	background-color: #fff;
	display: inline-block;
	clear: both;
	cursor: pointer;
}
.hcb-button:after {
	font-family: "Glyphicons Halflings"!important;
	content: "\e080";
	padding-left: 10px;
	font-size: 15px;
	color: #d3d92b;
}
.hcb-button:hover:after {
	color: #04a696;
}
@media only screen and (max-width : 768px) {
	.home-content .column-wrap .greyFont { 
		font-size:16px;
		line-height:28px;
		padding-bottom:25px;
	}
	.home-content .column-wrap .blackFont { 
		font-size:16px;
		line-height:24px;
	}
	.hcb-button {
		font-size: 15px;
		border: 2px solid #fff;
		border-bottom: 2px solid #d3d92b;
	}
	.hcb-button:after {
		font-size: 12px;
		color: #d3d92b;
	}
}
.home-content .image-wrap  {
	background-color:#fff;
    position: relative;
    float: left;
    width: 100%;
	padding-bottom: 30px;
}
.home-content .content .container .row .image-wrap:last-child  { 
	padding-bottom:0px!important;
}
@media only screen and (max-width : 992px) {
	.home-content .image-wrap  .col-md-6:first-child {
		margin-bottom:30px;
	}
}
.hi-12 { 
	height:350px;
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.col-md-12:hover .hi-12 { 
		background-position:left top;
		-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.col-md-6:hover .hi-6 { 
		background-position:left top;
		-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
@media only screen and (max-width : 768px) {
	.hi-12 { 
		height:250px;
	}
}
.hi-6 { 
	height:350px;
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
@media only screen and (max-width : 768px) {
	.hi-6{ 
		height:250px;
	}
}
.hi-textHolder { 
	position:absolute;
	float:left;
	width:calc(100% - 30px);
	height:100%;
	/* padding-top: 250px; */
	/* padding-left:30px; */
	z-index:3; 
}
.hi-overlay {
	background-image:url(../../image/overlay.png);
	width:calc(100% - 30px);
	height:291px;
	position:absolute; 
	bottom:0px;
	z-index:2; 
	left:15px;
	opacity:0.7;
}
.col-md-12:hover .hi-overlay, .col-md-6:hover .hi-overlay {
	opacity:0.9;
}
@media only screen and (max-width : 768px) {
	.hi-overlay {
		height:250px;		
	}
}
/* hi - Text section */
.hi-text-section {
	width: calc(100% - 30px);
	height: 100%;
	padding:30px 30px 20px 30px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}
@media only screen and (max-width : 768px) {
	.hi-text-section {
		width: 100%;
		height: 100%;
		padding:15px 15px 10px 15px;
		text-align: left;
		color: #fff;
		text-transform: uppercase;
	}	
}
.hi-text-section-l1 {
	display: table;
	width: 100%;
	height: 100%;
}
.hi-text-section-l2 {
	display: table-cell;
	vertical-align: bottom;
	z-index: 2;
	position: relative;
}
.hi-subtitle  {
	width:100%;
	font-size:20px;
	color:#a8a8a8;
	z-index:3;	
}
.hi-title  {	 
	width:100%;
	color:#fff;  
	z-index:3;
	font-size:32px;
	font-family: 'DINOT-Bold';
}
@media only screen and (max-width : 768px) {
	.hi-subtitle  {
		font-size:16px;
	}
	.hi-title  {	 
		font-size:20px;
	}	
}
.hi-title:after  {
	font-family: "Glyphicons Halflings"!important;
	content: "\e080";
	padding-left: 10px;
	font-size: 15px;
	color: #d3d92b;
}
.home-content .newsPhoto img { 
	width:100%;
	padding-bottom:30px;
}
.home-content .newsTitle h1 {
	margin:0px;
	margin-bottom:40px;
	font-family: 'DINOT-Black';
	text-transform:uppercase;
	font-size:32px;	
}
.home-content .newsTitle h1 a {
	color:#000;
}
.home-content .newsText p { 
	font-size:18px;
	font-family: 'MyriadPro-Light';
	line-height:30px;
}
.home-content .newsSubTitle { 
	font-family: 'MyriadPro-Light';
	font-size:18px;
	color:#04a696;
	line-height:30px;
	padding-bottom:20px;
}
.hcb-buttonLast {
	text-transform:uppercase;
	color: #000;
	font-size: 18px;
	border: 2px solid #fff;
	clear: both; 
	border-bottom: 2px solid #04a696;
	padding-bottom:5px;
	font-family: 'DINOT-Bold';
	display:inline-block;
	padding-top:20px;
}
.hcb-buttonLast:hover {
	text-decoration: none;
	border-bottom: 2px solid #d3d92b;
	color: #1a2633; 
	background-color: #fff;
	display: inline-block;
	clear: both;
	cursor: pointer;
}
.hcb-buttonLast:after {
	font-family: "Glyphicons Halflings"!important;
	content: "\e080";
	padding-left: 10px;
	font-size: 15px;
	color: #04a696;
}
.hcb-buttonLast:hover:after {
	color: #d3d92b;
}
@media only screen and (max-width : 768px) {
	.home-content .newsText { 
		padding-bottom:30px;
	}
 	.home-content .newsTitle h1 {
		margin:0px;
		margin-bottom:30px;
		font-size:20px;	
	}
	.home-content .newsText p,  .home-content .newsSubTitle { 
		font-size:16px;
		line-height:28px;
	}
	.hcb-buttonLast {
		font-size: 15px;
	}
	.hcb-buttonLast:after {
		font-size: 12px; 
	}
}