/*768 */

.col-2, .col-3, .col-4
{
	display: inline-block;
	position: relative;
	text-align: center;
}

.col-2{
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	height: 370px;
}

.col-3{
	width: 31.33%;
	margin-left: 1%;
	margin-right: 1%;
	height: 270px;
}

.col-4{
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	height: 170px;
}

.left-col{
	width:70%;
 	display:inline-block;
}

.right-col{
	width:30%;display:inline-block; float: right;
	padding: 0px 10px;
}

.right-col-rev{
 	width:30%;display:inline-block; float: left;
 	padding: 0px 10px;
}

.left-col-rev{
	width:70%;
 	display:inline-block;
}



@media (max-width: 768px) {
	.col-2, .col-3, .col-4{
		width: 98%;
	}

	.left-col{
		width: 100%
	}

	.right-col{
		width: 100%;
		float: none;
	}
}

.image-background{
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: relative;
	filter: blur(2px);
	overflow: hidden;
}

.image-effect{
    overflow: hidden;
    background-size: cover;
	background-position: center;
    
    position: absolute;
    top: 0;
    width:100%;
    height:100%;
    transition: opacity .2s;
    opacity: 1;
}

.image-effect:hover{
	transition: opacity .2s;
    opacity: 0;
}

.image-color{
	 width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(21, 120, 190, 0.5);
    position: absolute;
}

.header-container{
	position: absolute;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.white-header{
	color: white;
    font-weight: 500;
}


span.border{
	border-bottom: 2px solid white;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 30px;
    transition: all .3s;
}

a:hover span.border{
	left: 5%;
    right: 5%;
	transition: all .3s;
}

div.col-4:hover span.border,div.col-3:hover span.border,div.col-2:hover span.border{
	left: 5%;
    right: 5%;
	transition: all .3s .1s;
}

.more-text{
	position: absolute;
    bottom: 5px;
    right: 5px;
    color: white;
}

.more-text-centblack{
	position: absolute;
    bottom: 5px;
    right: 5px;
    color: black;
    transition: opacity .2s;
    opacity: 0;
}

.centblack-color{
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(21, 120, 190, 0.5);
    position: absolute;
}



.image-background-clear{
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: relative;
}

.expand-area{
	position: absolute;
	width: 100%;
	height:0;
	top:50%;
	transform: translateY(-50%);
	transition: height .3s, opacity .2s;
	background-color: rgba(255,255,255,0.8);
	opacity: 0;
}

.image-background-clear:hover .expand-area{
	height: 100%;
	opacity: 1;
	transition: height .3s, opacity .2s;
}

.image-background-clear:hover .more-text-centblack{
	opacity: 1;
	transition: opacity .2s .3s;
}

.black-header{
	color: black;
    font-weight: 500;
}

.black-sp{
	color: black;
    font-weight: 100;
    display: inline-block;
}

.header-container-centblack{
	position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity .2s;
}

.image-background-clear:hover .header-container-centblack{
	opacity: 1;
	transition: opacity .2s .2s;
}

.fade-area{
	position: absolute;
	width: 100%;
	height:100%;
	top:50%;
	transform: translateY(-50%);
	transition: opacity .3s;
	background-color: rgba(255,255,255,0.8);
	opacity: 0;
}

.image-background-clear:hover .fade-area{
	opacity: 1;
	transition: opacity .3s;
}

.moving-header{
	color: black;
    font-weight: 500;
    position: relative;
    top: -10px;
    transition: top .3s;
}

.moving-sp{
	color: black;
    font-weight: 100;
    display: inline-block;
    position: relative;
    bottom: -10px;
    transition: bottom .3s;
}

.header-container-vertblack{
	position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity .3s .1s;
}

.more-text-kinetic{
	position: absolute;
    bottom: 5px;
    right: 0px;
    color: white;
    opacity: 0;
    transition: right .2s, opacity .2s;
}

.image-background-clear:hover .header-container-vertblack{
	opacity: 1;
	transition: opacity .3s;
}

.image-background-clear:hover .moving-header{
	top: 0px;
    transition: top .3s;
}

.image-background-clear:hover .moving-sp{
	bottom: 0px;
    transition: bottom .3s;
}


.empty-bg{
	background-color: black;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}

.header-container-kinetic{
	position: absolute;
    width: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(20px);
    text-align: right;
    opacity: .5;
    transition: opacity .3s, transform .3s;
}

.image-foreground{
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	transform: scaleX(1) scaleY(1) translateX(0);
	transition: transform .3s;
}

.sliding-header{
	color: white;
    font-weight: 500;
    position: relative;
}

.sliding-sp{
	color: white;
    font-weight: 100;
    display: inline-block;
    position: relative;
}

.empty-bg:hover .image-foreground{
	transform: scaleX(0.6) scaleY(0.6) translateX(55%);
	transition: transform .3s;
}

.empty-bg:hover .header-container-kinetic{
	transform: translateY(-50%) translateX(0px);
	opacity: 1;
    transition: opacity .4s, transform .3s;
}

.empty-bg:hover .more-text-kinetic{
	right:5px;
	opacity: 1;
	transition: right .2s .2s, opacity .2s .2s;
}
