
.row .hp-image,
.row .hp-blurb {
    height: 400px;
    position: relative;
}
.row .hp-image {

}
.row .hp-blurb {
    margin-bottom: 65px;
}
.row .hp-blurb .hp-blurb-inner {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    width: 100%;
}
.row .hp-blurb .hp-blurb-right,
.row .hp-blurb .hp-blurb-right * {
    text-align: right;
}
.row .hp-image img{
    max-height: 99%;
    max-width: 99%;
    padding-right: 15%;
    padding-left: 15%;
}
.show-for-medium-down *{
    text-align: center;
}
.helper{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.hp-center .hp-image, .hp-center .hp-blurb{
    text-align: center;
    height: auto;
}
.hp-center .hp-image img{
    height: auto;
    max-height: 350px;
    position: relative;
}
.hp-center .hp-blurb{
    padding-bottom: 60px;
}

/*/// GENERAL BANNER STYLES  ////////////////
////////////////////////////////////////////*/
.banner-title,
.celebrate-20-title,
.banner-slide,
.banner-subheader,
.banner-container .celebrate-20 {
    transition: all .2s ease;
}

.banner-container {
    margin-bottom: 140px;
}

.banner-slide {
    background-size: cover;
    height: 450px;
    background-position: 60% 50%;
    background-repeat: no-repeat;
}

.banner-slide i {
    font-size: 24px;
}

.banner-title {
    width: 100%;
    font-size: 1.55em;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
    text-align: center;
    font-family: 'LatoWeblight', sans-serif;
    padding: 0 15px;
    max-width: 950px;
    margin: 70px auto 10px;
}

.banner-subheader {
    text-align: center;
    font-weight: 100;
    font-style: italic;
    color: #fff;
    text-shadow: 1px 2px 1px rgba(0,0,0,.5);
    font-family: 'LatoWeblight', sans-serif;
    max-width: 540px;
    padding: 0 20px;
    margin: 0 auto 120px;
}

.banner-slide .banner-arrow {
    color: white;
    font-size: 40px;
    font-weight: 100;
}

.banner-logo {
    width: 100px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.banner-container .celebrate-20 {
    max-width: 475px;
    height: auto;
    margin: 60px auto 10px;
    padding: 0 1em;
}

.banner-container .celebrate-20-title {
    color: #fff;
    max-width: 500px;
    font-family: "LatoWebLight", sans-serif;
    text-align: center;
    margin: 0 auto;
    text-shadow: 1px 2px 1px rgba(0,0,0,.5);
    font-style: italic;
    padding: 0 1.125em;
}

.banner-container .celebrate-20-logo {
    width: 150px;
    position: absolute;
    bottom: 15px;
    right: 10px;
}
@media (min-width: 640px) {
    .banner-container .celebrate-20 {
        max-width: 525px;
    }
}
@media (min-width: 1024px){
    .banner-container .celebrate-20 {
        margin-top: 130px;
        max-width: 600px;
    }

    .banner-container .celebrate-20-title {
        color: #fff;
        max-width: 600px;
        font-family: "LatoWebLight", sans-serif;
        text-align: center;
        margin: 0 auto;
        text-shadow: 1px 2px 1px rgba(0,0,0,.5);
        font-style: italic;
        padding: 0 1.125em;
        font-size: 1.75em;
    }

    .banner-container .celebrate-20-logo {
        width: 165px;
    }
}

@media (min-width: 1280px){
    .banner-container .celebrate-20 {
        max-width: 700px;
    }
}

@media (min-width: 1440px){
    .banner-container .celebrate-20 {
        margin-top: 200px;
        max-width: 750px;
    }

    .banner-container .celebrate-20-logo {
        width: 180px;
    }
}

@media (min-width: 2000px){
    .banner-container .celebrate-20 {
        margin-top: 200px;
        max-width: 800px;
    }

    .banner-container .celebrate-20-title {
        font-size: 1.75em;
    }

    .banner-container .celebrate-20-logo {
        width: 195px;
    }

}

/*/// BACKGROUND SLIDE IMAGES SMALL DEVICE////////////////
////////////////////////////////////////////*/

.slide1 {
    background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url("/images/homepage_slider/homepage_slider7sml.jpg");
}

.slide2 {
    background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url("/images/homepage_slider/homepage_slider2sml.jpg");
}

.slide3 {
    background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url("/images/homepage_slider/homepage_slider3sml.jpg");
}

.slide4 {
    background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url("/images/homepage_slider/homepage_slider4sml.jpg");
}

.slide5 {
    background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url("/images/homepage_slider/homepage_slider5sml.jpg");
}

.slide6 {
    background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url("/images/homepage_slider/taipei101_sml.jpg");
}

.slide7 {
    background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url("/images/homepage_slider/homepage_slider6sml.jpg");
}


/*/// SLICK BUILT IN STYLES CUSTOMIZED ////////
////////////////////////////////////////////*/

.single-item .banner-slide {
    visibility: hidden;
}

.single-item .banner-slide:first-child{
    display: block;
}

.single-item.slick-initialized .banner-slide {
    visibility: visible;
}

.banner-container {
    opacity: 0;
    transition: all 1s ease;
}


.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: none;
    color: none;
    outline: 0;
    background: 0 0;
    z-index: 5;
    transition: all .2s ease;
}

.slick-prev {
    left: 15px;
    border-radius: 3px;
}

.slick-next {
    right: 15px;
    border-radius: 3px;
}

.slick-next:before {
    content: '';
}

.slick-prev:before {
    content: '';
}

.slick-dots {
    /*display: none !important;*/
    bottom: -40px;
}

.slick-dots li button:before {
    opacity: 1;
    color: #cecece;
    font-size: 8px;
}

/*//// MID PAGE BANNER CSS ////////////////////
/////////////////////////////////////////////*/
.home-software {
    border-top: 1px solid gainsboro;
    padding-top: 70px;
    margin-bottom: 0px;
    transition: all .2s ease;
}

.home-software .title {
    margin-bottom: 40px;
    padding: 0 15px;
}

.home-software .title img {
    width: 28px;
}

.home-software .para {
    text-align: center;
    margin: 0 auto 70px;
    padding: 0 15px;
}

.home .mid-image-banner-comp {
    margin-bottom: 0;
}

.home .mid-image-banner-comp a {
    color: #fff;
    transition: all .2s ease;
}

.home .mid-image-banner-comp a:hover {
    color: gray;
}

/* EMAIL SIGNUP */

.footer-form {
    text-align: center;
    background: #eee;
    padding: 40px 20px 55px;
    border-top: 1px solid gainsboro;
}

.footer-form-text {
    font-family: "LatoWebLight";
    margin-bottom: 25px;
    text-transform: uppercase;
}
.footer-form-input {
    position: relative;
    max-width: 425px;
    margin: auto;
}

.footer-form-input input {
    height: 39px;
}
.footer-form-submit {
    position: absolute;
    top: 0px;
    right: 0px;
}

.footer-form-submit i {
    color: #fff;
}

.footer-form-submit button {
    border: none;
    background: #2c738e;
    background: -webkit-linear-gradient(to right, #136a8a, #1a4555);
    background: linear-gradient(to right, #136a8a, #1a4555);
    border-radius: 3px;
    color: #fff;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: .95em;
    padding: 10px 28px;
    font-family: "LatoWebLight", Helvetica, sans-serif;
}

.success-box {
    max-width: 315px;
    margin: 0 auto;
    border: 1px solid white;
    padding: 30px;
    border-radius: 3px;
    background-color: #fff;
}

.email-success {
    background: rgba(33, 33, 33, 0.95);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 180px;
    text-align: center;
    z-index: 1000;
}

.email-success i {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
    font-size: 30px;
}

.email-success img {
    width: 45px;
}

.email-success h4 {
    font-family: "LatoWebLight";
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 15px;
    color: #101010;
}

/* PAGE ANIMATIONS */
.home-row {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 60px, 0px);
    -webkit-transform: translate3d(0px, 60px, 0px);
    -o-transform: translate(0px, 60px);
    -ms-transform: translate(0px, 60px);
    transform: translate3d(0,60px,0);
    transition: all .6s ease-out;
}

.home-row-active {
    opacity: 1;
    transform: translate3d(0,0px,0);
}

/*/// MEDIA QUERIES///////////////////////////
////////////////////////////////////////////*/

@media only screen and (min-width: 640px){
    .banner-title {
        margin: 80px auto 10px;
        font-size: 2em;
    }

    .banner-subheader {
        font-size: 1.25em;
    }

    .home-software .title img {
        width: 36px;
    }
}

@media only screen and (min-width: 768px){
    .banner-title {
        font-size: 2.35em;
    }

    .banner-slide {
        background-position: 50% 50%;
    }

    .slick-next, .slick-prev {
        cursor: pointer;
        color: white;
    }

    .slick-prev:hover,
    .slick-next:hover {
        background: rgba(0,0,0,.15);
        color: white;
    }
}

@media only screen and (min-width: 1024px){
    .banner-slide i {
        font-size: 40px;
    }

    .banner-slide {
        height: 670px;
    }
    .banner-title {
        margin-top: 175px;
        font-size: 3em;
        /* max-width: none; */
    }

    .banner-subheader {
        font-size: 1.5em;
    }

    .banner-logo {
        width: 125px;
    }

    .success-box {
        max-width: 360px;
    }
    .email-success {
        padding-top: 200px;
    }

    /*//// LARGE DEVICE SLIDER IMAGES ////////////////////*/
    .slide1 {
        background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url("/images/homepage_slider/homepage_slider7.jpg");
    }

    .slide2 {
        background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url("/images/homepage_slider/homepage_slider2.jpg");
    }

    .slide3 {
        background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url("/images/homepage_slider/homepage_slider3.jpg");
    }

    .slide4 {
        background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url("/images/homepage_slider/homepage_slider4.jpg");
    }

    .slide5 {
        background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url("/images/homepage_slider/homepage_slider5.jpg");
    }

    .slide6 {
        background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url("/images/homepage_slider/taipei101_lg.jpg");
    }

    .slide7 {
        background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url("/images/homepage_slider/homepage_slider6.jpg");
    }
}

@media only screen and (min-width: 1280px) {
    .banner-title {
        font-size: 3.75em;
    }
    .banner-subheader {
        font-size: 1.65
    }

    .home-software {
        margin-bottom: 140px;
    }

    .home-software {
        padding-top: 70px;
    }

}

@media only screen and (min-width: 1440px) {
    .banner-slide {
        height: 765px;
    }
    .banner-title {
        margin-top: 250px;
        font-size: 4.25em;
    }

    .banner-subheader {
        font-size: 1.75em;
        max-width: 700px;
    }
    .banner-logo {
        width: 135px;
    }

    .banner-title {
        max-width: 1500px;
    }
}

@media only screen and (min-width: 2000px){
    .banner-slide {
        height: 900px;
    }
    .banner-title {
        margin-top: 275px;
        font-size: 5.25em;
    }

    .banner-subheader {
        font-size: 1.95em;
        max-width: 765px;
    }

    .banner-logo {
        width: 145px;
    }

}
