.clm2,
.clm3,
.clm4,
.moveBox .inr,
.selectBox {
    overflow: hidden
}

.moveBox .inr {
    display: block;
    position: relative;
    width: auto;
    font-style: normal
}

.moveBox .inr:after,
.moveBox .inr:before {
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0
}

.moveBox .inr:before {
    background-color: #fdceb0;
    width: 100%;
    z-index: 2;
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
    transition: all .8s cubic-bezier(.77, 0, .175, 1)
}

#header,
.moveBox .inr:after {
    width: 100%;
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1)
}

.moveBox .inr:after {
    background-color: #f96200;
    z-index: 1;
    transition: all .8s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.moveBox.vt.showTime .inr:after,
.moveBox.vt.showTime .inr:before {
    top: 100%
}

.moveBox.hr.showTime .inr:after,
.moveBox.hr.showTime .inr:before {
    left: 100%
}

.fadeIn {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .8s cubic-bezier(.25, .46, .45, .94);
    transition: all .8s cubic-bezier(.25, .46, .45, .94)
}

.fadeIn.on {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.fadeBlur {
    opacity: 0;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    -webkit-transition: all .8s cubic-bezier(.25, .46, .45, .94);
    transition: all .8s cubic-bezier(.25, .46, .45, .94)
}

.fadeBlur.on {
    opacity: 1 !important;
    -webkit-filter: blur(0) !important;
    filter: blur(0) !important
}

.imgBox {
	overflow: hidden;
}

.imgBox img {
	transform: scale(1);
	-webkit-transition: all .3s cubic-bezier(.455, .03, .515, .955);
    transition: all .3s cubic-bezier(.455, .03, .515, .955)
}

.imgBox:hover img {
	transform: scale(1.1);
}

.fadeBlur.on {
    opacity: 1 !important;
    -webkit-filter: blur(0) !important;
    filter: blur(0) !important;
}