/* /////////////////////////////////////// */
/* FULLSCREEN BG IMAGE                     */
/* /////////////////////////////////////// */

/* background setup */
.background {
    background-repeat: no-repeat;
    /* custom background-position */
    background-position: 50% 50%;
    /* ie8- graceful degradation */
    background-position: 50% 50% \9 !important;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height: 100%;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fullscreen,
.content-a {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

#cd-lateral-nav {
    z-index: 999;
}

/* content centering styles */
.content-a {
    display: table;
    width: 100%;
    height: 100%;
}

.headerbar {
    position: fixed;
    top: 0px;
    z-index: 10;
}

.content-b {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
}

.hero-table {
    display: table;
    width: 100%;
    height: 85%;
}

.fullscreen.background.smbg {
    position: relative;
    z-index: 11;
}

@media screen and (max-width: 1600px) {
    .headerbar {
        display: none;
    }
}

.smbg {
    background-image: url('../img/home_header_bg.jpg');
    background-color: #fff;
}

a.tel-link {
    display: block;
    text-align: center;
    font-size: 44px;
    color: #25aae1;
    font-weight: 400;
    padding: 0;
    margin: 0;
    width: 100%;
    text-decoration: none;
}

.mobile-phone {
    color: #fff;
    text-align: center;
    font-size: 44px;
    font-weight: 100;
    z-index: -1;
    display: none;
}

.home-logo img {
    z-index: 2;
    position: relative; /* Changing from absolute just to test something in the rsponsive deisgn */
    max-width: 200px;
    max-height: 64px;
    width: 100%;
    left: 45px;
    top: 35px;
}

/* /////////////////////////////////////// */
/* HERO                                    */
/* /////////////////////////////////////// */

.hero {
    height: 100%;

}

.hero-top {
    z-index: 2;
    position: relative; /* Changing from absolute just to test something in the rsponsive deisgn */
    width: 90%;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: right;
}

.hero-top a {
    color: #ffffff;
}

.hero-graphics {
    max-width: 834px;
    max-height: 458px;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.hero-graphic-1 {
    max-height: 136px;
    max-width: 626px;
    width: 100%;
    margin: 0 auto;

}

.hero-graphic-2 {
    margin-top: 40px;
    max-height: 175px;
    max-width: 834px;
    width: 100%;
}

.hero-graphic-3 {
    margin-top: 40px;
    max-height: 67px;
    max-width: 437px;
    width: 100%;
    margin: 40px auto;
}

.hero-graphic-1 img {
    max-height: 136px;
    max-width: 626px;
    width: 100%;
}

.hero-graphic-2 img {
    max-height: 175px;
    max-width: 834px;
    width: 100%;
}

.hero-graphic-3 img {
    max-height: 67px;
    max-width: 437px;
    width: 100%;
}

.hero-arrow {
    max-height: 25px;
    max-width: 51px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 80px;
    /*background-color: #ff0000;*/
}

.hero-arrow-graphic {
    position: relative;
}

.hero-graphic-box {
    max-width: 1114px;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    margin: 40px auto;
    text-align: center;
    vertical-align: middle;
}

.hero-graphic-box a {
    color: #515151;
}

.hero-graphic-box-col {
    max-width: 254px;
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 10px;
    /*background-color: #ff0000;*/
}


.hero-graphic-box-col-title {
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    margin-bottom: 8px;
    width: 100%;
}

.mobile-turnaround {
    display: none;
}
.hero-graphic-box-col-image{
    position: relative;
    height:112px;
    width:100%;
    overflow: hidden;
}
.hero-graphic-box-col-image img{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
}
@media only screen and (min-width: 320px) and (max-width: 842px) {

    .hero-graphic-box-col {
        width: 30%;
        margin-top: 20px;
    }

    .hero-graphic-box-col-title {
        font-size: 16px;
    }

}

@media only screen and (min-width: 320px) and (max-width: 671px) {

    .hero-graphic-box-col {
        margin-top: 30px;
        width: 28%;
    }

    .hero-graphic-box-col-title {
        font-size: 16px;
    }

    .hero-top span {
        display: none;
    }

    .hero-top {
        position: absolute;
        top: 20px !important;
        right: 70px !important;
        left: auto !important;
    }

}

@media only screen and (min-width: 320px) and (max-width: 425px) {

    .hero-graphic-box-col {
        margin-top: 11px;
        width: 24%;
    }

    .hero-graphic-box-col-title {
        font-size: 16px;
    }

    .hero-graphic-box {
        height: auto;
        margin: 20px auto;
    }

    .hero-graphic-3 {
        margin: 0 auto;
    }

}

@media only screen and (min-width: 320px) and (max-width: 649px) {

    .hero-graphic-1, .hero-graphic-3 {
        width: 75%;
    }

    .hero-graphic-2 {
        width: 95%;
        margin: 40px auto;
    }

    .home-logo img {
        top: 55px;
        width: 30%;
    }

    .hero-top {
        width: 84%;
        font-size: 18px;
        top: 67px;
    }

}

@media only screen and (min-width: 650px) and (max-width: 950px) {

    .hero-graphic-1, .hero-graphic-3 {
        width: 75%;
    }

    .hero-graphic-2 {
        width: 95%;
        margin: 40px auto;
    }

    .home-logo img {
        width: 30%;
    }

}

/* /////////////////////////////////////// */
/* INFO COLUMNS                            */
/* /////////////////////////////////////// */

.columns {
    margin-bottom: 60px;
}

.columntitle {
    font-size: 40px;
    font-weight: 700;
    color: #515151;
    text-transform: uppercase;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.columnsubtitle {
    font-size: 20px;
    font-weight: 400;
    color: #515151;
    /*text-transform: uppercase;*/
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
}

.columntitle span {
    color: #d63829;
}

.info-column {
    position: relative;
    overflow: hidden;
}

.info-column-graphic {
    position: relative;
    min-height: 250px;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.info-column-title {
    color: #515151;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    margin-bottom: 35px;
}

.info-column-image {
    position: relative;
}

.info-column-data {
    width: 80%;
    margin: 0 auto;
}

.info-column-text > p {
    color: #515151;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 10%;
    text-align: center;
}

.column-image-1 {
    max-height: 185px;
    max-width: 364px;
    width: 100%;
}

.column-image-2 {
    max-height: 180px;
    max-width: 375px;
    width: 100%;
}

.column-image-3 {
    max-height: 183px;
    max-width: 375px;
    width: 100%;
}

@media only screen and (max-width: 950px) {

    .hero-top {
        width: 85%;
    }

}

@media only screen and (max-width: 767px) {

    .hero-top a {
        /*display: none;*/
    }

    .login-popup-form-title {
        font-size: 24px;
    }

    .hero-graphic-3 {
        max-height: none;
        margin-bottom: 30px;
    }

    .fullscreen, .content-a {
        height: auto;
    }

    .hero-arrow {
        display: none;
    }

    .login-popup-form-input input {
        width: 360px;
        height: 40px;
        font-size: 16px;
    }

    .bottombar-letsgettalking-content, .login-popup-form-text {
        font-size: 15px;
    }

    .login-popup-form-text-wrapper {
        width: 360px;
    }

    .login-popup-form-text {
        width: 100%;
    }

    .hero {
        height: auto;
        min-height: 100vh;
    }

    .hero-table {
        height: auto;
    }

    .home-logo img {
        max-width: 140px !important;
    }

    .home-logo {
        height: 90px;
    }
}

@media only screen and (max-width: 671px) {

    .hero-top {
        top: -33px;
        left: 30px;
    }

    .home-logo img {
        top: 8px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 649px) {
    .login-popup-form-text-wrapper {
        width: 300px;
    }

    .login-popup-form-input input {
        width: 300px;
        height: 40px;
        font-size: 16px;
    }

    .columntitle {
        font-size: 30px;
    }

    .login-popup-form-title {
        font-size: 20px;
    }

    .hero-graphic-1 img {
        width: 50%;
        margin: 0px 25%;
    }

}

/* /////////////////////////////////////// */
/* VIDEO                                   */
/* /////////////////////////////////////// */

.homevideo {
    width: 100%;
    min-width: 100%;
    height: 444px;
    max-height: 444px;
    margin-top: 60px;
    position: relative;
}

.homevideo img {
    width: 100%;
    height: 100%;
}

.homevideo-badge img {
    max-width: 448px;
    max-height: 448px;
    width: 100%;
    padding: 20px;
}

/* /////////////////////////////////////// */
/* MARKETING OVERVIEW                      */
/* /////////////////////////////////////// */

.marketingoverview {
    font-size: 16px;
    color: #515151;
    line-height: 30px;
    text-align: center;
    padding: 0 10% 0 10%;
    margin: 0 auto;
    width: 80%;
    background-color: #fff;
}

.marketingoverview strong {
    font-size: 40px;
    color: #515151;
    font-weight: 700;
    line-height: 50px;
}

.mov1 p {
    font-size: 20px;
    line-height: 38px;
}

.marketingoverview a {
    color: #515151;
    font-weight: 700;
}

/* /////////////////////////////////////// */
/* SUMMARY SECTION                         */
/* /////////////////////////////////////// */

.title1 {
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
}

.title2 {
    font-size: 48px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 30px;
}

.summary-text {
    margin-top: 15px;
}

.summary-wrapper {
    width: 80%;
    height: 400px;
    position: absolute;
}

.summary {
    width: 100%;
    height: 500px;
    position: relative;
    margin-bottom: -50px;
}

@media only screen and (min-width: 320px) and (max-width: 649px) {
    .title1 {
        font-size: 28px;
    }

    .title2 {
        font-size: 28px;
    }

    .summary-wrapper {
        height: 330px;
        /*position: absolute;*/
        display: inline-block;
    }

    .summary {
        height: 400px;
        margin-bottom: -50px;
    }
}

@media screen and (max-width: 1270px) {

    .marketingoverview {
        width: 100%;
    }

    .columnsubtitle {
        padding: 0px 40px;
    }

}

@media screen and (max-width: 1200px) {

    .hero-graphic-box {
        max-width: 100%;
        max-height: 185px;
    }

    .hero-graphic-box-col {
        max-width: none;
        width: 23%;
    }

    .hero-graphic-box-col-image input[type=image] {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 120px;
    }

}

@media screen and (max-width: 1150px) {

    .hero-graphic-box-col-title {
        font-size: 17px;
    }

    .hero-graphic-box {
        height: auto;
        max-height: none;
    }

    .hero-graphic-box-col {
        width: 22%;
        margin: 1%;
    }

    .hero-graphic-box-col form {
        width: 100%;
    }

}

@media only screen and (max-width: 1070px) {

    .mov1 p {
        line-height: 28px;
    }

    .marketingoverview strong {
        color: #25aae1;
        font-size: 30px;
    }

    .marketingoverview {
        line-height: 28px;
    }

    .columntitle {
        padding-left: 40px;
        padding-right: 40px;
        margin-bottom: 0;
    }

    .marketingoverview p:last-child {
        color: #25aae1;
    }

}

@media screen and (max-width: 950px) {

    .hero-graphic-box-col-title {
        font-size: 15px;
    }

}

@media screen and (max-width: 850px) {

    .hero-graphic-box-col-title {
        font-size: 17px;
    }

    .hero-graphic-box-col-title strong {
        width: 100%;
        display: block;
    }

}

@media screen and (max-width: 730px) {

    .columntitle {
        font-size: 33px;
        margin-top: 40px;
    }

    .marketingoverview strong {
        font-weight: 500;
    }

    .homevideo {
        margin-top: 30px;
    }

    .mobile-phone {
        display: block;
    }

    .hero-graphic-3 a.ecommerce-main-link {
        display: none;
    }

}

@media screen and (max-width: 670px) {

    .columntitle {
        line-height: 30px;
    }

    .marketingoverview {
        padding: 0 40px;
    }

    .marketingoverview strong {
        line-height: 0;
        font-size: 24px;
    }

    .mov1 p {
        margin-top: 10px;
        font-size: 16px;
    }

    .homevideo img {
        display: none;
    }

    .homevideo {
        width: 100%;
        min-width: 100%;
        background-color: #cccccc;
    }

    .homevideo-badge {
        display: none;
    }

    .mobile-turnaround {
        display: block;
        width: 100%;
        padding: 10px 20px;
    }

    .homevideo {
        height: auto;
        box-shadow: 0px 5px 8px #888888;
        -o-box-shadow: 0px 5px 8px #888888;
        -moz-box-shadow: 0px 5px 8px #888888;
        -webkit-box-shadow: 0px 5px 8px #888888;
    }

    .homevideo-mobile {
        font-size: 30px;
        font-weight: 400;
        color: #515151;
        text-transform: uppercase;
        text-align: center;
        padding: 20px 0;
    }

    .columnsubtitle {
        margin-top: 10px;
    }

    .info-column-text > p {
        line-height: 24px;
    }
}

@media screen and (max-width: 600px) {

    .hero-graphic-box-col {
        width: 46%;
    }

    .hero-graphic-box-col-title {
        font-size: 18px;
    }

}

@media only screen and (max-width: 590px) {

    .hero-top {
        top: -24px;
    }

}

@media screen and (max-width: 570px) {

    .homevideo-mobile {
        font-size: 26px;
        font-weight: 400;
        color: #515151;
        text-transform: uppercase;
        text-align: center;
        padding: 20px 0;
    }

}

@media screen and (max-width: 520px) {

    .columntitle {
        font-size: 28px;
    }

    .homevideo {
        margin-top: 20px;
    }

    .mov1 p {
        font-weight: 400;
        line-height: 26px;
    }

}

@media only screen and (max-width: 500px) {

    .home-logo img {
        width: 50%;
    }

}

@media screen and (max-width: 490px) {

    .columnsubtitle {
        font-size: 18px;
        text-align: justify;
        text-align-last: left;
        -o-text-align-last: left;
        -moz-text-align-last: left;
        -webkit-text-align-last: left;
    }

    .info-column-text > p {
        text-align: justify;
        text-align-last: left;
        -o-text-align-last: left;
        -moz-text-align-last: left;
        -webkit-text-align-last: left;
    }

}

@media screen and (max-width: 475px) {

    .homevideo-mobile {
        font-size: 22px;
    }

}

@media screen and (max-width: 450px) {

    .columntitle {
        padding-left: 25px;
        padding-right: 25px;
    }

    .marketingoverview {
        padding: 0 25px;
    }

}

@media only screen and (max-width: 420px) {

    a.tel-link {
        font-size: 36px;
    }

    .columntitle {
        font-size: 24px;
    }

    .marketingoverview strong {
        font-size: 20px;
    }

    .homevideo-mobile {
        padding: 20px 40px;
    }
}

@media only screen and (max-width: 414px) {

    .hero-graphics {
        top: 100px;
    }

}

@media only screen and (max-width: 400px) {

    .home-logo img {
        top: 12px;
        left: 30px;
        width: 75%;
    }

    .homevideo-mobile {
        font-weight: 400;
    }

}

@media only screen and (max-width: 375px) {

    .hero-graphics {
        top: 100px;
    }

    .columntitle {
        font-size: 20px;
    }

    .marketingoverview strong {
        font-size: 18px;
    }

    .columnsubtitle {
        font-size: 16px;
    }

}

@media screen and (max-width: 360px) {

    .hero-table {
        height: 80%;
    }

}

@media only screen and (max-width: 320px) {

    .hero-table {
        height: 75%;
    }

    .hero-graphics {
        top: 220px;
    }

    .mobile-phone {
        display: none;
    }

    .columntitle {
        line-height: 28px;
    }

    .marketingoverview strong {
        line-height: 28px;
        font-weight: 400;
    }

}

/* iPhone 4 and iPhone 4S */

@media only screen
and (min-device-width: 320px)
and (max-device-width: 425px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

    .hero-graphic-box-col {
        margin-top: -4px;
        width: 22%;
    }

    .hero-arrow {
        display: none;
    }

    .mobile-phone {
        display: none;
    }

}