* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

html {
    background: #fff;
    height: 100%;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
}

a {
    color: #eee;
    text-decoration: none;
    transition: all 0.3s;
}

a:hover {
    color: #f3cf3d;
    text-decoration: none;
    transition: all 0.3s;
    opacity: 0.8;
}

.btn {
    display: block;
    background: #f3cf3d;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    color: #58585a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    padding: 12px 12px 14px;
    margin-bottom: 35px;
    transition: all 0.3s;
}

.btn:hover {
    background: #e77e24;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    transition: all 0.3s;
}

.btn.cta {
    width: 290px;
    max-width: 100%;
    margin-bottom: 35px;
}

.btn.blue {
    background: #61abdd;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
}

.btn.blue:hover {
    background: #227cb7;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

header {
    display: none;
    background: #6d6e71 url(http://lancemedia.com.br/common/img/lancemedia-pattern.png) repeat 0 0;
}

.main.container {
    overflow: hidden;
    background: url(img/item-preview.png) no-repeat;
    background-position: right 30px;
    padding-top: 30px;
    border-bottom: 5px solid #f3cf3d;
}

#logo {
    display: none;
    margin: 0 auto;
    padding-top: 25px;
}

#logo img {
    max-width: 100%;
}

.main-headline {
    font-size: 28px;
    font-weight: normal;
    color: #fff;
    letter-spacing: -1px;
    margin: 0 360px 30px 0;
    text-align: left;
}

.main-description {
    opacity: 0.9;
    margin-right: 360px;
}

p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
    text-align: left;
}

.light-holder {
    position: relative;
    z-index: 3;
    clear: both;
    background: #fff;
    overflow: hidden;
}

.light-holder .container {
    overflow: hidden;
}

.light-holder p {
    color: #58585a;
    text-align: center;
}

#items-showcase {
    margin: 30px;
}

#items-showcase .item {
    overflow: hidden;
    width: 50%;
    float: left;
    padding: 40px 60px 20px 60px;
    transition: background 0.3s;
    border-radius: 3px;
}

#items-showcase .item:hover {
    background: #f2f2f2;
    transition: background 0.3s;
}

#items-showcase .item h4 {
    font-size: 24px;
    color: #58585a;
    margin-bottom: 20px;
    text-align: center !important;
    letter-spacing: -1px;
}

#items-showcase .item h4 strong {
    color: #e77e24;
}

#items-showcase .item-image {
    display: block;
    margin-bottom: 20px;
}

#items-showcase .item-image img {
    transition: opacity 0.5s;
}

#items-showcase .item-image:hover img {
    opacity: 0.8 !important;
    transition: opacity 0.5s;
}

.color-sample.half {
    width: 50%;
    float: left;
    text-align: center;
}

.color-sample p {
    margin-bottom: 10px;
    color: #888;
    text-align: center;
}

.color-sample a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0 5px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.color-sample a:hover {
    opacity: 0.8;
}

#items-showcase .item .btn {
    clear: both;
    display: inline-block;
    margin: 30px;
    width: 150px;
    font-size: 14px;
    opacity: 0;
}

#items-showcase .item:hover .btn {
    opacity: 1;
}

footer {
    overflow: hidden;
    margin-top: 40px;
}

footer p {
    font-size: 14px;
    margin: 25px 0 25px 0;
    line-height: 31px;
    color: #888;
    text-align: center;
}

footer p img {
    opacity: 0.3;
}

footer #footer-branding {
    vertical-align: bottom;
}

@media (max-width: 1200px) {
    .main.container {
        background-position: 98.5% 30px;
        background-position: right 11px top 30px;
    }

    #items-showcase .item .btn {
        margin: 10px;
    }
}

@media (max-width: 939px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }

    .main.container {
        background: none;
    }

    h2.main-headline {
        font-size: 24px;
        margin-bottom: 20px;
        margin-right: 0;
        text-align: center;
    }

    .main-description {
        margin-right: 0;
    }

    p {
        font-size: 16px;
        text-align: center;
    }

    #items-showcase .item .btn {
        margin: 10px;
    }

    #items-showcase .item {
        width: 100%;
        float: none;
        border: none;
        border-bottom: 1px solid #ddd;
        padding: 20px 20px;
        border-radius: 0;
    }

    #items-showcase .item-image img {
        max-width: 100%;
    }

    .color-sample.half {
        width: 100%;
        float: none;
        padding-bottom: 40px;
    }

    footer {
        position: static;
    }
}