﻿.container {
    -ms-zoom: 1;
    zoom: 1;
    background: none;
}

.relative {
    position: relative;
}

.header {
}

    .header * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header .screen {
        position: relative;
        text-align: right;
    }

    .header .succlogo {
        float: left;
        margin-top: 20px;
        padding-top: 25px;
        padding-right: 20px;
        height: 80px;
        width: 400px;
        text-align: left;
    }

        .header .succlogo a {
            font-family: 'HelveticaNeue-Light', 'HelveticaNeueLTStd-Lt', helvetica, sans-serif;
            font-size: 30px;
        }

    .header .logo {
        margin-top: 20px;
        float: right;
    }

        .header .logo a {
            display: block;
            width: 170px;
            height: 73px;
            text-indent: -99999px;
            background: url('../images/caselogo.png') no-repeat bottom;
        }

    .header .menu {
        height: 60px;
    }

        .header .menu li {
            float: left;
            height: 100%;
            line-height: 60px;
            padding-right: 20px;
        }

            .header .menu li a {
                display: block;
                text-align: left;
                text-transform: uppercase;
                height: 100%;
                line-height: 60px;
            }


                .header .menu li a span {
                    display: block;
                    height: 100%;
                    line-height: 60px;
                    font-style: italic;
                    font-size: 11px;
                    font-weight: bold;
                    font-family: 'HelveticaNeue-Medium', 'HelveticaNeueLT Std Med', helvetica, sans-serif;
                    color: #595959 !important;
                }



.footer {
    margin-bottom: 40px;
}

    .footer .screen {
        text-align: left;
        padding-top: 20px;
        margin-top: 40px;
        border-top: 1px solid #D1D1D1;
    }

        .footer .screen .footer-customer {
            float: left;
            height: 41px;
        }

        .footer .screen .footer-claim {
            float: left;
            margin-left: 40px;
            margin-top: -5px;
            height: 51px;
        }

        .footer .screen ul.social {
            float: right;
            width: 30%;
            text-align: right;
        }

            .footer .screen ul.social li {
                display: inline-block;
                margin-top: 20px;
            }


        .footer .screen .text {
            font-size: 12px;
            line-height: 14px;
            width: 33%;
            float: left;
            margin-top: 20px;
            font-family: Arial, 'HelveticaNeueLT Std', Helvetica, sans-serif;
            color: #757575 !important;
        }

        .footer .screen .links {
            margin-top: 17px;
            float: right;
            text-align: right;
            max-width: 66%;
            font-family: Arial, 'HelveticaNeueLT Std', Helvetica, sans-serif;
            font-weight: bold;
        }

            .footer .screen .links a {
                display: block;
                height: 20px;
                line-height: 20px;
                float: left;
                font-size: 10px;
                color: #757575 !important;
                text-transform: uppercase;
            }

            .footer .screen .links span {
                display: block;
                float: left;
                height: 20px;
                width: 1px;
                border-left: 1px solid #D1D1D1;
                margin-left: 10px;
                margin-right: 10px;
            }

.main.home:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 451px;
    width: 30%;
    background-color: #E6911D;
}

.main.home .promo:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 240px;
    height: 451px;
    width: 120px;
    background-image: url('../images/2015/home_slider_after.png');
    background-position: right top;
    background-repeat: no-repeat;
}

.main .home-slider {
    position: relative;
    width: 721px;
}

 .main .home-slider .slidesjs-container {
        height: 451px !important;
    }
    .main .home-slider.full-slider {
        width: 100%;
    }

    .main .home-slider a {
        width: 100%;
        height: 451px;
        background-position: left center;
        background-repeat: no-repeat;
        display: block;
        text-align: left;
        position: relative;
    }

        .main .home-slider a:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 117px;
            height: 100%;
            background-image: url('../images/2015/over-slider_sx.png');
            background-position: right center;
            background-repeat: no-repeat;
        }

        .main .home-slider a h3 {
            color: #fff;
            text-transform: uppercase;
            font-size: 40px;
            text-align: right;
            font-style: italic;
            margin-top: 20px;
            margin-bottom: 0;
        }

        .main .home-slider a div {
            display: inline-block;
            height: 100%;
            padding-right: 70px;
            padding-left: 120px;
            text-align: right;
            background-image: url('../images/2015/over-slider.png');
            background-position: right center;
            background-repeat: no-repeat;
        }



            .main .home-slider a div h3 p {
                font-family: 'HelveticaNeue-CondensedBlack', 'HelveticaNeueLT Std Blk', helvetica, sans-serif;
                line-height: 100%;
            }

                .main .home-slider a div h3 p + p {
                    margin-right: 10px;
                }

                    .main .home-slider a div h3 p + p + p {
                        margin-right: 20px;
                    }

            .main .home-slider a div h4 {
                color: #000;
                font-size: 24px;
                text-align: right;
                text-transform: uppercase;
                font-style: italic;
                margin-top: 10px;
                display: inline-block;
            }

                .main .home-slider a div h4 p {
                    font-family: 'HelveticaNeue-CondensedBlack', 'HelveticaNeueLT Std Blk', helvetica, sans-serif;
                    line-height: 100%;
                    margin-right: 30px;
                }

                    .main .home-slider a div h4 p + p {
                        margin-right: 37px;
                    }

                        .main .home-slider a div h4 p + p + p {
                            margin-right: 45px;
                        }

.slidesjs-playing,
.slidesjs-stop,
.slidesjs-play {
    display: none !important;
}




ul.slidesjs-pagination {
    position: absolute;
    bottom: -4px;
    width: 100%;
    z-index: 10;
    text-align: center;
    height: 25px;
}

    ul.slidesjs-pagination:before {
        content: '';
        display: inline-block;
        background-image: url('../images/2015/slider-nav.png');
        width: 42px;
        height: 21px;
        vertical-align: top;
    }

    ul.slidesjs-pagination:after {
        content: '';
        display: inline-block;
        background-image: url('../images/2015/slider-nav.png');
        background-position: 42px center;
        width: 42px;
        height: 21px;
        vertical-align: top;
    }

    ul.slidesjs-pagination > li {
        display: inline-block;
        padding: 10px 5px 0 5px;
        background-color: #fff;
        vertical-align: bottom;
    }

        ul.slidesjs-pagination > li > a {
            width: 11px !important;
            height: 11px !important;
            color: transparent !important;
            background-image: url('../images/2015/dot_empty.png');
            font-size: 0 !important;
            display: inline-block !important;
            vertical-align: top !important;
        }

            ul.slidesjs-pagination > li > a:after {
                display: none;
            }

            ul.slidesjs-pagination > li > a.active {
                background-image: url('../images/2015/dot.png');
            }

.main.home ul.slidesjs-pagination {
    width: 90%;
}

.main .promo {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
    z-index: 10;
    width: 250px;
}

    .main .promo .promo-item-txt {
        z-index: 1;
    }

        .main .promo .promo-item-txt img {
            z-index: -1;
            position: relative;
        }

    .main .promo .promo-box h3 a {
        font-size: 20px;
        color: #000;
        margin-left: 30px;
        margin-bottom: 10px;
        display: block;
        width: 235px;
        overflow: hidden;
        font-style: italic;
        font-family: 'HelveticaNeue-CondensedBlack', 'HelveticaNeueLT Std Heavy', helvetica, sans-serif;
        text-transform: uppercase;
    }

    .main .promo .promo-item {
        background-image: url('../images/2015/promotion-bg.png');
        background-position: left center;
        background-repeat: no-repeat;
        height: 113px;
        min-width: 260px;
        width: 260px;
        margin-bottom: 5px;
        position: relative;
        display: block;
        z-index: 1;
    }

        .main .promo .promo-item h4 {
            position: absolute;
            left: 134px;
            top: -8px;
            text-align: left;
            color: black;
            width: 100px;
            font-style: italic;
            font-family: 'HelveticaNeue-Medium', 'HelveticaNeueLT Std Med', helvetica, sans-serif;
            font-size: 26px;
            line-height: 18px;
        }

        .main .promo .promo-item .promo-item-txt:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            background-image: url('../images/2015/bg_triangle_white_sx.png');
            background-position: left top;
            background-repeat: no-repeat;
            height: 100%;
            width: 28px;
            z-index: 1;
        }

        .main .promo .promo-item .promo-item-txt:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            background-image: url('../images/2015/bg_triange_gray_dx.png');
            background-position: right top;
            background-repeat: no-repeat;
            height: 100%;
            width: 133px;
            z-index: 1;
        }

        .main .promo .promo-item h3 {
            left: 120px;
            color: #000;
            text-transform: uppercase;
            font-size: 16px;
            width: 145px;
            font-style: italic;
            text-align: left;
            vertical-align: middle;
            z-index: 3;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
        }

            .main .promo .promo-item h3 p {
                font-family: 'HelveticaNeue-Medium', 'HelveticaNeueLT Std Med', helvetica, sans-serif;
                margin-left: 10px;
                line-height: 100%;
            }

                .main .promo .promo-item h3 p + p {
                    margin-left: 5px;
                }

                    .main .promo .promo-item h3 p + p + p {
                        margin-left: 0;
                    }

        .main .promo .promo-item .promo-item-bar {
            background-color: #D1D1D1;
            display: block;
            position: absolute;
            top: 0;
            left: 249px;
            width: 0;
            height: 113px;
        }

        .main .promo .promo-item + .promo-item {
            width: 290px;
            margin-left: -30px;
        }

            .main .promo .promo-item + .promo-item + .promo-item {
                width: 320px;
                margin-left: -60px;
            }

.main .text {
    text-align: left;
    margin-top: 30px;
    font-family: 'HelveticaNeueLT Std', helvetica, sans-serif;
    color: #333333 !important;
}

    .main .text p {
        color: #333333 !important;
    }

    .main .text span {
        color: #333333 !important;
    }

.main.home h4 {
    text-align: left;
    margin-top: 20px;
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
    font-style: italic;
    font-family: 'HelveticaNeue-CondensedBlack', 'HelveticaNeueLT Std Heavy', helvetica, sans-serif;
}

.main.home .machines {
    padding-top: 10px;
}

    .main.home .machines a.machine {
        float: left;
        position: relative;
        height: 200px;
        overflow: hidden;
        display: block;
    }

        .main.home .machines a.machine img {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
        }

        .main.home .machines a.machine h4 {
            display: inline-block;
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            padding: 10px;
            padding-right: 55px;
            color: #fff;
            font-style: italic;
            font-size: 16px;
            margin-top: 0;
            max-width: 60%;
            text-align: right;
        }

            .main.home .machines a.machine h4 p {
                font-family: 'HelveticaNeue-CondensedBlack', 'HelveticaNeueLT Std Heavy', helvetica, sans-serif;
                font-weight: normal;
                line-height: 100%;
                font-size: 14px;
            }

                .main.home .machines a.machine h4 p + p {
                    margin-right: 7px;
                }

                    .main.home .machines a.machine h4 p + p + p {
                        margin-right: 14px;
                    }

            .main.home .machines a.machine h4 span {
                z-index: 1;
                position: relative;
            }

            .main.home .machines a.machine h4:before {
                content: '';
                position: absolute;
                display: block;
                top: 0;
                left: 0;
                background-image: url('../images/2015/over-available-machines.png');
                background-position: right center;
                background-repeat: no-repeat;
                height: 100%;
                width: 100%;
            }

        .main.home .machines a.machine.col-1 {
            width: 100%;
            max-width: 300px;
        }

        .main.home .machines a.machine.col-2 {
            width: 49%;
            max-width: 300px;
            margin-left: 1.5%;
        }

        .main.home .machines a.machine.col-3 {
            width: 32.33%;
            margin-left: 1.33%;
        }

        .main.home .machines a.machine.col-4 {
            width: 24%;
            margin-left: 1.25%;
        }

        .main.home .machines a.machine:first-child {
            margin-left: 0;
        }


.head {
    -ms-zoom: 1;
    zoom: 1;
    text-transform: uppercase;
    position: relative;
    height: 45px;
    margin-bottom: 20px;
}

    .head:before {
        display: block;
        content: '';
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #E6911D;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 50%;
    }


    .head .title {
        height: 45px;
        overflow: hidden;
        line-height: 47px;
        font-size: 34px;
        color: #fff;
        width: 960px;
        margin: 0 auto;
        text-align: left;
        position: relative;
        background-image: url('../images/2015/bg_title.jpg');
        background-repeat: no-repeat;
        background-position: left center;
        font-family: 'HelveticaNeue-Medium', 'HelveticaNeueLT Std Med', helvetica, sans-serif;
        font-style: italic;
    }

        .head .title img {
            vertical-align: middle;
        }
