.imagebox .imagebox-inner { margin-bottom: 30px; }

.imagebox .imagebox-inner .imgcont {
    position: relative;
}
.imagebox .imagebox-inner .imgcont img {
    display: block;
	width: 100%;
}
.imagebox .imagebox-inner .imgcont .title {
    position: absolute;
    left: 0;
    bottom: 4px;
    max-width: 60%;
}
.imagebox.centered-title .imagebox-inner .imgcont .title {
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.imagebox .imagebox-inner .imgcont .title > div {
    background-color: #fff;
    display: inline;
    font-family:'Helvetica Neue LT W01_71488914';
    font-size: 23px;
    color: #1d1d1d;
    padding: 0px 5px 4px;

    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.imagebox.centered-title .imagebox-inner .imgcont .title > div { text-align: center; }

.imagebox .imagebox-inner .desc { color: #1d1d1d; }
.imagebox .imagebox-inner .desc .fa { color: #0498d9; }

.imagebox-wide {
	padding:0px;
}
.imagebox-wide .img-cont img { width: 100%; }
.imagebox-wide .item {
	position: relative;
	margin: 0px 0px 30px;
	height: 170px;
}
.imagebox-wide .thing-full {
	clear: both;
	height:150px;
	width:calc(100% - 30px);
	margin-bottom: 0px;
}
.imagebox-wide a {
    position: relative;
    display: block;
    height: 100%;
    width:100%;
    line-height: 1.35;
    text-align: center;
    margin: 0 auto;
    z-index: 2
}
.imagebox-wide > .item:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: ' ';
    background-color: #000;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
}
.imagebox-wide > .item:hover:after { opacity: 0.3; }
.imagebox-wide .content {
    position: absolute;
    top:50%;
    left:50%;
    display: block;
    max-width: 60%;
    height: auto;
    margin: 0 auto;
    vertical-align: middle;
    transform: translate(-50%, -50%);
}
.imagebox-wide a .title {
    display: inline;
    background-color: #fff;
    font-family: 'Helvetica Neue LT W01_71488914', Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: -0.03em;
    color: #1d1d1d;
    padding: 4px 10px;

    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.imagebox-wide .thing-full .content { width: 100%; max-width: 100%; }
.imagebox-wide .thing-full a .title {
    background-color: transparent;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
}
.imagebox-wide .last-item-icon {
    max-width: 60px;
    margin: 0 auto;
}

@media only screen and (max-width: 40em) {
    .imagebox-wide .item { margin: 0 0 20px; width: 100%;}
    .imagebox-wide .thing-full {
        float: none;
        width: 100%;
    }
    .imagebox-wide .content { width: 100%; }
    .imagebox-wide .thing-full { max-height: 130px; }
}

@media only screen and (min-width: 40.064em) and (max-width: 64em) {
    /*.imagebox-wide .content { max-width: 50%; }*/
}

@media only screen and (min-width: 64.064em) {
    .imagebox-wide .item { height: 320px; }
    .imagebox-wide .thing-full { height:250px; }
   /* .imagebox-wide .content { max-width: 35%; }*/
    .imagebox-wide a .title { font-size: 30px; }
    .imagebox-wide .thing-full a .title { font-size: 30px; }
    .imagebox-wide .last-item-icon { max-width: 100%; }
}
