
/* Slick Modals - Smooth Banner */
.smoothBanner * {
    text-align: center;
	background-color: #ffffff;
}
.smoothBanner:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 400px;
    background: url("../img/smooth_banner_1_A.png") 0 0 no-repeat;
    background-size: cover;
    z-index: 1;
}
.smoothBanner .top {
    color: #fff;
    padding: 200px 0 60px 0;
    text-shadow: 0px 0px 0 rgba(0,0,0,.3);
}
.smoothBanner .top .title {
    font-size: 42px;
    font-weight: 700;
    color: #000;
	z-index: 5;
}
.smoothBanner p {
    font-size: 14px;
    line-height: 24px;
	z-index: 5;
}
.smoothBanner .top p {
    letter-spacing: 2px;
    padding-top: 10px;
    color: #000;
	z-index: 5;
}
.smoothBanner .bottom p {
    font-size: 14px;
    letter-spacing: 0px;
	color: #212121;
}
.smoothBanner .bottom a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #212121;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 12px 50px;
    background: transparent;
    background: linear-gradient(to bottom, transparent 50%, transparent 50%);
    background-size: 100% 200%;
    background-position: bottom left;
    margin-top: 20px;
    transition: all 0.2s ease;
}
.smoothBanner .bottom a:hover {
    background-position: top left;
}
@media screen and (min-width: 541px) {
    .smoothBanner .top .title {
        display: block;
        max-width: 50%;
        margin: auto;
    }
    .smoothBanner .bottom {
        padding: 0 50px 50px 50px;
    }
}
@media screen and (max-width: 540px) {
    .smoothBanner .top .title {
        font-size: 28px;
    }
    .smoothBanner .top p,
    .smoothBanner .bottom a {
        font-size: 12px;
    }
    .smoothBanner .bottom a {
        margin-top: 10px;
    }
    .smoothBanner .bottom {
        padding: 70px 30px 30px 30px;
    }
}