  /*.item {
	overflow: hidden;
	position: relative;
	height: 200px;
	width: 45%;
	float: left;
	margin-right: 30px;
	margin-top: 30px;
}*/

.item {
    overflow: hidden;
    position: relative;
    height: 200px;
    width: 49%;
    float: left;
    margin-bottom: 20px;
}

.item.float-r {
    float: right;
}

@media(max-width:768px) {
    .item {
        width: 100%;
    }
}
.item_bg {
	background-size: cover;
	background-position: 50% 35%;
	height: 100%;
	width: 100%;
}
.item .item-overlay {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,154,188,0.8);
	opacity: 0;
}
.item .item-content {
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 0 20px 0 0;
	z-index: 1;
	color: #fff;
}
.item .item-content .hidden_txt {
	display: none;
}
.item .item-content h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	background: #000;
	padding: 3px 5px 5px;
	float: left;	
    transition: all ease-in .2s;
}
.item:hover .item-content h4 {
	background:none;
	opacity: 0;
    transition: all ease-in .2s;
}


a.get-info {
    padding: 5px 15px;
    background: #009ABC;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.right-col {
    display:none;
}

@media (min-width: 60em) {
    .center-col {
        width: 64%;
     }
}

.white-txt {
    color: #ffffff;
}
.bg-dark {
    background: #333333;
    padding: 5px 10px;
}

h3.white-txt.bg-dark {
    margin: 0;
    letter-spacing: 1px;
}


