.custom_imagebox {
	position: relative;
	padding: 0 !important;
	overflow: hidden;
	margin-bottom: 20px;

	display: flex;
    flex-flow: wrap;
    justify-content: center;
    flex-direction: row;
    align-content: flex-start;
}

.custom_imagebox .slide {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px;
}
@media (min-width: 64.063em) {
	.custom_imagebox .slide {
		width: 31%;
	}
	.custom_imagebox.perline-four .slide {
		width: calc(25% - 20px);
	}
}
@media (max-width: 64.063em) and (min-width: 40em) {
	.custom_imagebox .slide {
		width: calc(50% - 20px);
	}
}
.custom_imagebox .slide img {
	width: 100%;
	height: auto;
}

.custom_imagebox .slide .slide-text-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(230, 85, 0, 1);
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	display: none;
}

.custom_imagebox .slide.open .slide-text-bg {
	width: 300%;
	height: 300%;
	background-color: rgba(230, 85, 0, 0.9);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.custom_imagebox .slide .slide-text {
	position: absolute;
	z-index: 2;
	padding: 40px 3%;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-ms-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
	pointer-events: none;
}

.custom_imagebox .slide.open .slide-text {
	opacity: 1;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.custom_imagebox .slide .slide-text p {
	font-family: 'Motiva Sns W01 Regular', serif;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
}

.custom_imagebox .slide .slide-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	width: 100%;
	min-height: 40px;
	font-family:'Motiva Sns W01 Regular', serif;
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	text-align: left;
	background-color: #323c46;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.custom_imagebox .slide.open .slide-title {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.custom_imagebox .slide .expand-btn {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-color: #e65500;
	cursor: pointer;
	display: none;
}

.custom_imagebox .slide.open .expand-btn {
	background-color: transparent;
}

.custom_imagebox .slide .expand-btn span {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url("/includes/public/assets/highlights/expand.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}

.custom_imagebox .slide.open .expand-btn span {
	background-position: -40px 0;
}

.custom_imagebox .slide .slide-more {
	position: absolute;
	z-index: 2;
	bottom: -40px;
	left: 0;
	right: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-ms-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}

.custom_imagebox .slide.open .slide-more {
	bottom: 0;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.custom_imagebox .slide .slide-more a {
	font-family:'vista-slab';
	font-size: 15px;
	line-height: 40px;
	color: #fafafa;
}

/** vguide **/
.iBox.vguide{
	position: relative;
	min-height: 102px;
	padding: 14px 0 30px;
	text-align: center;
}
.iBox.vguide .iBox-int{
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 540px;
}
.iBox.vguide .image{
	position: absolute;
	top: -30px;
	left: 0;
}
.iBox.vguide .info{
	position: relative;
    display: inline-block;
    text-align: left;
    float: left;
    margin-left: 150px;
    margin-top: 30px;
}
.iBox.vguide .title-top {
	font-size: 36px;
	line-height: 36px;
	font-family: 'vista-slab', serif;;
	color: #69a0b9;
	margin-bottom: 10px;
}
.iBox.vguide .title-bottom {
	font-size: 16px;
	line-height:22px;
	font-family:'Motiva Sns W01 Regular', serif;
	color: #323c46;
}
.iBox.vguide .see-more{
	display: none;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -28px;
	width: 104px;
	height: 24px;
	background-image: url("/includes/public/assets/vguide-texture.png");
	color: #fafafa;
	font-size: 14px;
	line-height: 24px;
	font-family:'Motiva Sns W01 Regular', serif;

}


@media only screen and (max-width: 1025px) {

}

@media only screen and (max-width: 767px) {
	.iBox.vguide {
		margin-top: 25px;
		padding-bottom: 15px;
	}
	.iBox.vguide .iBox-int { }
	.iBox.vguide .image { 
		max-width: 120px;		
		left: calc(50% - 60px);
		top: -60px;
	}
	.iBox.vguide .title-top {
		font-size: 27px;
		line-height: 30px;
		margin-bottom: 2px;
	}
	.iBox.vguide .title-bottom{ 
		font-size: 16px; 
		line-height: 22px;
	}
	.iBox.vguide .info {
		margin: 100px 0 0 0;
	}
}
