@import url('https://fonts.googleapis.com/css?family=Lato:300,400');

HTML {
    height: 100%;
    padding: 0;
    margin: 0;
    }

BODY {
    color: Black;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 20px;
    background: White;
    min-height: 100%;
    position: relative;
    }

A { color: #0066c0; }
A:hover { color: #c45500; }

P { line-height: 22px; }

#layout {}

#promo {
    background-color: #dedede;
    background-image: url(../i/home-promo-bg.jpg);
    background-position: top left;
    background-size: 150%;
    background-repeat: repeat-x;
    overflow: hidden;
    }

    #promo .inner {
        text-align: center;
        margin: 0 auto;
        max-width: 1200px;
        }

    #promo .logo {
        margin: 3rem 0 0;
        width: 200px;
        }

    #promo .tag {
        font-family: Lato, Arial, Helvetica, sans-serif;
        font-size: 50px;
        font-weight: 300;
        margin: 1rem 0 3rem;
        display: block;
        }

#breadcrumbs {
    color: #767676;
    font-size: 12px;
    margin: 1em 25px 0;
    }

#content {
    overflow: hidden;
    }

.home #content {
    margin: 0 auto;
    max-width: 1200px;
    }

.pre-head {
    color: #b12704;
    font-weight: bold;
    font-style: italic;
    line-height: 1.25em;
    }

H1 {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.3em;
    margin: .5em 0 0;
    }

    H1 .aux {
        color: #999;
        font-size: 14px;
        }

H2 {
    color: #111;
    font-size: 19px;
    font-weight: bold;
    }

.byline {
    color: #111;
    font-size: 13px;
    margin: .1em 0;
    }

.rating {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: .65em;
    margin: 0 0 2em 0;
    }

    .rating IMG {
        vertical-align: middle;
        }

    .byline SMALL,
    .rating SMALL {
        color: #666;
        font-size: 13px;
        vertical-align: middle;
        margin-left: 3px;
        }

.read-more {
    background: url(../i/read-more-arrow.png) left no-repeat;
    padding-left: 12px;
    margin: 0 0 1em;
    display: inline-block;
    }

.read-more.collapsed {
    background: url(../i/read-less-arrow.png) left no-repeat;
    padding-left: 12px;
    }

A.hint {
    color: #888;
    font-size: 75%;
    text-decoration: none;
    }

    A.hint:hover { border-bottom: 1px dotted #888; }

.columns {
    margin: 0 !important;
    }

    .columns .columnVisual {
        -webkit-border-radius: 4px;
        border-radius: 4px;
        margin: 40px 20px 25px;
        width: 260px;
        float: left;
        }

        .columns .columnVisual .main-ecover {}

    .columns .columnContent {
        margin: 0 340px 25px 320px;
        }

    .columns .columnProduct {
        border: 2px solid #69a2d3;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #d8e7f0;
        -webkit-box-shadow: 3px 4px 6px 0 rgba(0,0,0,.33);
        box-shadow: 3px 4px 6px 0 rgba(0,0,0,.33);
        margin: 0 25px 20px 0;
        width: 280px;
        float: right;
        }

        .columns .columnProduct H4 {
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            border-bottom: 2px solid #69a2d3;
            background: #78c2f3;
            padding: 8px 0;
            margin: 0;
            }

.pricing {
    font-size: 14px;
    margin: 2em 0 0;
    }

    .pricing TD { padding: 5px 3px; }

    .pricing .k {
        color: #000;
        white-space: nowrap;
        }

        .pricing .k SPAN {
            color: #b12704;
            }

    .pricing .v {
        color: #111;
        }

    .pricing .v.red { color: #bd5150; }

        .pricing .v B {
            color: #b12704;
            font-size: 15px;
            }

    .pricing .fee {
        font-size: 11px;
        line-height: 15px;
        padding: 1.5em 0;
        }

    .pricing .total TD {
        font-size: 24px;
        font-weight: bold;
        }


.columnProduct .purchase-button {
    border-top: 1px solid #ca7c1b;
    border-left: 1px solid #be751a;
    border-right: 1px solid #be751a;
    border-bottom: 1px solid #a56616;

    -webkit-border-radius: 4px;
    border-radius: 4px;

    background: #f5c589 url(../i/columnProduct-purchase-button-bg.gif) bottom repeat-x;
    margin: 0 5px;
    display: inline-block;
    position: relative;

    -moz-opacity: .90;
    filter: alpha(opacity=90);
    opacity: .90;
    }

    .columnProduct .purchase-button .inner {
        color: #000;
        font-family: Arial;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 1.15em;
        text-align: center;
        text-decoration: none;
        border-top: 1px solid #fbe8d1;

        -webkit-border-radius: 2px;
        border-radius: 2px;

        background: url(../i/columnProduct-purchase-button-icon.png) 3px 3px no-repeat;
        padding: 9px 30px 9px 30px;
        min-width: 150px;
        display: inline-block;
        }

.columnProduct .purchase-button:hover {
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    }

.columnProduct .purchase-hint {
    color: #83868e;
    font-size: 12px;
    margin: 0 !important;
    display: block;
    }

.checkmarks {
    list-style: none;
    margin: 1.5em 0 !important;
    }

    .checkmarks LI {
        line-height: 35px !important;
        list-style: outside disc !important;
        vertical-align: middle;
        background: url(../i/checkmark.png) left no-repeat;
        padding: 0 0 0 42px;
        margin: 5px 20px 5px 0 !important;
        display: inline-block;
        }

.products {
    margin: 2em 0;
    }

    .products A {
        color: #000;
        font-family: Lato;
        text-align: center;
        text-decoration: none;
        padding: 1em 0;
        min-height: 470px;

        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        }

    .products:hover A {
        -moz-opacity: .5;
        filter: alpha(opacity=50);
        opacity: .5;

        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        }

    .products:hover A:hover {
        -moz-opacity: 1;
        filter: alpha(opacity=100);
        opacity: 1;

        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        }

        .products A .ecover {
            height: 250px;
            }

        .products A .title {
            font-size: 20px;
            font-weight: bold;
            margin: 1em 15px 0;
            display: block;
            }

        .products A .descr {
            font-size: 16px;
            font-weight: 300;
            line-height: 1.35em;
            margin: .5em 15px 1em;
            display: block;
            }

        .products A .button {
            color: #fff;
            font-size: 18px;
            font-weight: bold;
            line-height: 1.5em;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background: #de9226;
            padding: 6px 12px;
            display: inline-block;

            -webkit-transition: all 333ms ease;
            -moz-transition: all 333ms ease;
            -ms-transition: all 333ms ease;
            -o-transition: all 333ms ease;
            transition: all 333ms ease;
            }

        .products A .button:hover {
            background: #f4950f;
            -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.25);
            box-shadow: 0 1px 2px 0 rgba(0,0,0,.25);
            margin: -1px 0 1px;

            -webkit-transition: all 333ms ease;
            -moz-transition: all 333ms ease;
            -ms-transition: all 333ms ease;
            -o-transition: all 333ms ease;
            transition: all 333ms ease;
            }

.wide-slider {
    border-top: 1px solid #888;
    width: 100%;
    overflow: hidden;
    position: relative;
    }

    .wide-slider .slick-arrow {
        text-indent: -9999px;
        border: none;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 63px;
        height: 63px;
        position: absolute;
        top: 45%;
        cursor: pointer;
        opacity: .7;
        }

    .wide-slider .slick-arrow:hover { opacity: 1; }

    .wide-slider .slick-arrow.slick-prev {
        background-image: url(../i/wide-slider/slick-arrow-lt.png);
        left: 20%;
        z-index: 9999;
        }

    .wide-slider .slick-arrow.slick-next {
        background-image: url(../i/wide-slider/slick-arrow-rt.png);
        right: 20%;
        z-index: 9999;
        }

    .wide-slider .slick-dots {
        text-align: center;
        position: absolute;
        bottom: 1em;
        left: 0;
        right: 0;
        }

        .wide-slider .slick-dots LI {
            text-indent: -9999px;
            background-color: rgba(0,0,0,.15);
            padding: 0;
            margin: 0 .5em;
            width: .65em;
            height: .65em;
            display: inline-block;
            cursor: pointer;
            }

        .wide-slider .slick-dots LI:hover {
            background-color: rgba(0,0,0,.25);
            }

        .wide-slider .slick-dots LI.slick-active {
            background-color: rgba(0,0,0,.35);
            }

    .wide-slider LI {
        text-align: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover !important;
        padding: .5em 0 3em;
        height: 100%;
        }

    .wide-slider LI.ese { background-image: url(../i/wide-slider/bg-1920x1080px-ese.jpg?v=2); }
    .wide-slider LI.gbbb { background-image: url(../i/wide-slider/bg-1920x1080px-gbbb.jpg); }
    .wide-slider LI.mds { background-image: url(../i/wide-slider/bg-1920x1080px-mds.jpg); }
    .wide-slider LI.co2 { background-image: url(../i/wide-slider/bg-1920x1080px-co2.jpg?v=4); }
    .wide-slider LI.hmp { background-image: url(../i/wide-slider/bg-1920x1080px-hmp.jpg); }
    .wide-slider LI.prg { background-image: url(../i/wide-slider/bg-1920x1080px-prg.jpg); }

        .wide-slider LI H4 {
            color: #55708f;
            font-size: 60px;
            line-height: 1.25em;
            margin: 0;
            }

        .wide-slider LI .cover {}

            .wide-slider LI .cover IMG {
                width: 550px;
                display: inline-block !important;
                }

        .wide-slider LI .price {
            color: #666;
            font-size: 60px;
            margin: 0 0 1em;
            }

            .wide-slider LI .price STRIKE {
                color: #aaa;
                }

        .wide-slider LI .act {
            margin: 3em 0;
            }

            .wide-slider LI .act A {
                color: #fff;
                font-size: 36px;
                font-weight: bold;
                text-decoration: none;
                border: 4px solid #ffffff;
                outline: 3px solid #de9226;
                background-color: #de9226;
                padding: .75em 2em;
                display: inline-block;

                -webkit-transition: all 255ms ease-in-out;
                -moz-transition: all 255ms ease-in-out;
                -ms-transition: all 255ms ease-in-out;
                -o-transition: all 255ms ease-in-out;
                transition: all 255ms ease-in-out;
                }

            .wide-slider LI .act A:hover {
                background: #f4950f;

                -moz-transform: scale(1.02);
                -webkit-transform: scale(1.02);
                -o-transform: scale(1.02);
                -ms-transform: scale(1.02);
                transform: scale(1.02);
                }

#footer {
    color: #646c76;
    font-size: 13px;
    background: #232f3e;
    overflow: hidden;
    }

    #footer .container {
        margin: 4em auto;
        max-width: 960px;
        }

    #footer A { color: #ccc; text-decoration: none; }
    #footer A:hover { color: #fff; text-decoration: underline; }

    #footer P {
        line-height: 1.5em;
        text-align: center;
        margin: 1.5em 0;
        }

